From 2186b278a08f8aa621644e4c27655682df9488dc Mon Sep 17 00:00:00 2001 From: Myk UT3UMS Date: Thu, 31 Jul 2025 23:47:20 +0300 Subject: [PATCH] first commit --- Dockerfile | 18 + config.json | 13 + index.js | 143 + matrix-storage.json | 7 + node_modules/.bin/mime | 1 + node_modules/.bin/mkdirp | 1 + node_modules/.bin/mqtt | 1 + node_modules/.bin/mqtt_pub | 1 + node_modules/.bin/mqtt_sub | 1 + node_modules/.bin/nanoid | 1 + node_modules/.bin/ndh | 1 + node_modules/.bin/sshpk-conv | 1 + node_modules/.bin/sshpk-sign | 1 + node_modules/.bin/sshpk-verify | 1 + node_modules/.bin/uuid | 1 + node_modules/.package-lock.json | 2404 ++ node_modules/@babel/runtime/LICENSE | 22 + node_modules/@babel/runtime/README.md | 19 + .../@babel/runtime/helpers/AwaitValue.js | 4 + .../@babel/runtime/helpers/OverloadYield.js | 4 + .../helpers/applyDecoratedDescriptor.js | 9 + .../@babel/runtime/helpers/applyDecs.js | 236 + .../@babel/runtime/helpers/applyDecs2203.js | 184 + .../@babel/runtime/helpers/applyDecs2203R.js | 191 + .../@babel/runtime/helpers/applyDecs2301.js | 222 + .../@babel/runtime/helpers/applyDecs2305.js | 133 + .../@babel/runtime/helpers/applyDecs2311.js | 124 + .../runtime/helpers/arrayLikeToArray.js | 6 + .../@babel/runtime/helpers/arrayWithHoles.js | 4 + .../runtime/helpers/arrayWithoutHoles.js | 5 + .../runtime/helpers/assertClassBrand.js | 5 + .../runtime/helpers/assertThisInitialized.js | 5 + .../runtime/helpers/asyncGeneratorDelegate.js | 24 + .../@babel/runtime/helpers/asyncIterator.js | 45 + .../runtime/helpers/asyncToGenerator.js | 26 + .../runtime/helpers/awaitAsyncGenerator.js | 5 + .../@babel/runtime/helpers/callSuper.js | 7 + .../@babel/runtime/helpers/checkInRHS.js | 6 + .../helpers/checkPrivateRedeclaration.js | 4 + .../classApplyDescriptorDestructureSet.js | 10 + .../helpers/classApplyDescriptorGet.js | 4 + .../helpers/classApplyDescriptorSet.js | 7 + .../@babel/runtime/helpers/classCallCheck.js | 4 + .../helpers/classCheckPrivateStaticAccess.js | 5 + .../classCheckPrivateStaticFieldDescriptor.js | 4 + .../helpers/classExtractFieldDescriptor.js | 5 + .../runtime/helpers/classNameTDZError.js | 4 + .../classPrivateFieldDestructureSet.js | 7 + .../runtime/helpers/classPrivateFieldGet.js | 7 + .../runtime/helpers/classPrivateFieldGet2.js | 5 + .../helpers/classPrivateFieldInitSpec.js | 5 + .../helpers/classPrivateFieldLooseBase.js | 5 + .../helpers/classPrivateFieldLooseKey.js | 5 + .../runtime/helpers/classPrivateFieldSet.js | 7 + .../runtime/helpers/classPrivateFieldSet2.js | 5 + .../runtime/helpers/classPrivateGetter.js | 5 + .../runtime/helpers/classPrivateMethodGet.js | 5 + .../helpers/classPrivateMethodInitSpec.js | 5 + .../runtime/helpers/classPrivateMethodSet.js | 4 + .../runtime/helpers/classPrivateSetter.js | 5 + .../classStaticPrivateFieldDestructureSet.js | 7 + .../helpers/classStaticPrivateFieldSpecGet.js | 7 + .../helpers/classStaticPrivateFieldSpecSet.js | 7 + .../helpers/classStaticPrivateMethodGet.js | 5 + .../helpers/classStaticPrivateMethodSet.js | 4 + .../@babel/runtime/helpers/construct.js | 10 + .../@babel/runtime/helpers/createClass.js | 13 + .../helpers/createForOfIteratorHelper.js | 50 + .../helpers/createForOfIteratorHelperLoose.js | 19 + .../@babel/runtime/helpers/createSuper.js | 16 + .../@babel/runtime/helpers/decorate.js | 250 + .../@babel/runtime/helpers/defaults.js | 9 + .../@babel/runtime/helpers/defineAccessor.js | 8 + .../helpers/defineEnumerableProperties.js | 12 + .../@babel/runtime/helpers/defineProperty.js | 10 + .../@babel/runtime/helpers/dispose.js | 28 + .../@babel/runtime/helpers/esm/AwaitValue.js | 4 + .../runtime/helpers/esm/OverloadYield.js | 4 + .../helpers/esm/applyDecoratedDescriptor.js | 9 + .../@babel/runtime/helpers/esm/applyDecs.js | 236 + .../runtime/helpers/esm/applyDecs2203.js | 184 + .../runtime/helpers/esm/applyDecs2203R.js | 191 + .../runtime/helpers/esm/applyDecs2301.js | 222 + .../runtime/helpers/esm/applyDecs2305.js | 133 + .../runtime/helpers/esm/applyDecs2311.js | 124 + .../runtime/helpers/esm/arrayLikeToArray.js | 6 + .../runtime/helpers/esm/arrayWithHoles.js | 4 + .../runtime/helpers/esm/arrayWithoutHoles.js | 5 + .../runtime/helpers/esm/assertClassBrand.js | 5 + .../helpers/esm/assertThisInitialized.js | 5 + .../helpers/esm/asyncGeneratorDelegate.js | 24 + .../runtime/helpers/esm/asyncIterator.js | 45 + .../runtime/helpers/esm/asyncToGenerator.js | 26 + .../helpers/esm/awaitAsyncGenerator.js | 5 + .../@babel/runtime/helpers/esm/callSuper.js | 7 + .../@babel/runtime/helpers/esm/checkInRHS.js | 6 + .../helpers/esm/checkPrivateRedeclaration.js | 4 + .../esm/classApplyDescriptorDestructureSet.js | 10 + .../helpers/esm/classApplyDescriptorGet.js | 4 + .../helpers/esm/classApplyDescriptorSet.js | 7 + .../runtime/helpers/esm/classCallCheck.js | 4 + .../esm/classCheckPrivateStaticAccess.js | 5 + .../classCheckPrivateStaticFieldDescriptor.js | 4 + .../esm/classExtractFieldDescriptor.js | 5 + .../runtime/helpers/esm/classNameTDZError.js | 4 + .../esm/classPrivateFieldDestructureSet.js | 7 + .../helpers/esm/classPrivateFieldGet.js | 7 + .../helpers/esm/classPrivateFieldGet2.js | 5 + .../helpers/esm/classPrivateFieldInitSpec.js | 5 + .../helpers/esm/classPrivateFieldLooseBase.js | 5 + .../helpers/esm/classPrivateFieldLooseKey.js | 5 + .../helpers/esm/classPrivateFieldSet.js | 7 + .../helpers/esm/classPrivateFieldSet2.js | 5 + .../runtime/helpers/esm/classPrivateGetter.js | 5 + .../helpers/esm/classPrivateMethodGet.js | 5 + .../helpers/esm/classPrivateMethodInitSpec.js | 5 + .../helpers/esm/classPrivateMethodSet.js | 4 + .../runtime/helpers/esm/classPrivateSetter.js | 5 + .../classStaticPrivateFieldDestructureSet.js | 7 + .../esm/classStaticPrivateFieldSpecGet.js | 7 + .../esm/classStaticPrivateFieldSpecSet.js | 7 + .../esm/classStaticPrivateMethodGet.js | 5 + .../esm/classStaticPrivateMethodSet.js | 4 + .../@babel/runtime/helpers/esm/construct.js | 10 + .../@babel/runtime/helpers/esm/createClass.js | 13 + .../helpers/esm/createForOfIteratorHelper.js | 50 + .../esm/createForOfIteratorHelperLoose.js | 19 + .../@babel/runtime/helpers/esm/createSuper.js | 16 + .../@babel/runtime/helpers/esm/decorate.js | 250 + .../@babel/runtime/helpers/esm/defaults.js | 9 + .../runtime/helpers/esm/defineAccessor.js | 8 + .../helpers/esm/defineEnumerableProperties.js | 12 + .../runtime/helpers/esm/defineProperty.js | 10 + .../@babel/runtime/helpers/esm/dispose.js | 28 + .../@babel/runtime/helpers/esm/extends.js | 10 + .../@babel/runtime/helpers/esm/get.js | 11 + .../runtime/helpers/esm/getPrototypeOf.js | 6 + .../@babel/runtime/helpers/esm/identity.js | 4 + .../runtime/helpers/esm/importDeferProxy.js | 27 + .../@babel/runtime/helpers/esm/inherits.js | 14 + .../runtime/helpers/esm/inheritsLoose.js | 5 + .../helpers/esm/initializerDefineProperty.js | 9 + .../helpers/esm/initializerWarningHelper.js | 4 + .../@babel/runtime/helpers/esm/instanceof.js | 4 + .../helpers/esm/interopRequireDefault.js | 6 + .../helpers/esm/interopRequireWildcard.js | 22 + .../runtime/helpers/esm/isNativeFunction.js | 8 + .../helpers/esm/isNativeReflectConstruct.js | 9 + .../runtime/helpers/esm/iterableToArray.js | 4 + .../helpers/esm/iterableToArrayLimit.js | 28 + .../@babel/runtime/helpers/esm/jsx.js | 22 + .../runtime/helpers/esm/maybeArrayLike.js | 9 + .../runtime/helpers/esm/newArrowCheck.js | 4 + .../runtime/helpers/esm/nonIterableRest.js | 4 + .../runtime/helpers/esm/nonIterableSpread.js | 4 + .../helpers/esm/nullishReceiverError.js | 4 + .../helpers/esm/objectDestructuringEmpty.js | 4 + .../runtime/helpers/esm/objectSpread.js | 14 + .../runtime/helpers/esm/objectSpread2.js | 23 + .../helpers/esm/objectWithoutProperties.js | 13 + .../esm/objectWithoutPropertiesLoose.js | 10 + .../@babel/runtime/helpers/esm/package.json | 3 + .../helpers/esm/possibleConstructorReturn.js | 8 + .../runtime/helpers/esm/readOnlyError.js | 4 + .../@babel/runtime/helpers/esm/regenerator.js | 89 + .../runtime/helpers/esm/regeneratorAsync.js | 8 + .../helpers/esm/regeneratorAsyncGen.js | 6 + .../helpers/esm/regeneratorAsyncIterator.js | 33 + .../runtime/helpers/esm/regeneratorDefine.js | 22 + .../runtime/helpers/esm/regeneratorKeys.js | 10 + .../runtime/helpers/esm/regeneratorRuntime.js | 77 + .../runtime/helpers/esm/regeneratorValues.js | 19 + .../@babel/runtime/helpers/esm/set.js | 22 + .../runtime/helpers/esm/setFunctionName.js | 12 + .../runtime/helpers/esm/setPrototypeOf.js | 6 + .../helpers/esm/skipFirstGeneratorNext.js | 7 + .../runtime/helpers/esm/slicedToArray.js | 8 + .../runtime/helpers/esm/superPropBase.js | 6 + .../runtime/helpers/esm/superPropGet.js | 9 + .../runtime/helpers/esm/superPropSet.js | 6 + .../helpers/esm/taggedTemplateLiteral.js | 8 + .../helpers/esm/taggedTemplateLiteralLoose.js | 4 + .../@babel/runtime/helpers/esm/tdz.js | 4 + .../@babel/runtime/helpers/esm/temporalRef.js | 6 + .../runtime/helpers/esm/temporalUndefined.js | 2 + .../@babel/runtime/helpers/esm/toArray.js | 8 + .../runtime/helpers/esm/toConsumableArray.js | 8 + .../@babel/runtime/helpers/esm/toPrimitive.js | 12 + .../runtime/helpers/esm/toPropertyKey.js | 7 + .../@babel/runtime/helpers/esm/toSetter.js | 10 + .../esm/tsRewriteRelativeImportExtensions.js | 6 + .../@babel/runtime/helpers/esm/typeof.js | 10 + .../helpers/esm/unsupportedIterableToArray.js | 9 + .../@babel/runtime/helpers/esm/using.js | 12 + .../@babel/runtime/helpers/esm/usingCtx.js | 59 + .../runtime/helpers/esm/wrapAsyncGenerator.js | 69 + .../runtime/helpers/esm/wrapNativeSuper.js | 27 + .../@babel/runtime/helpers/esm/wrapRegExp.js | 52 + .../runtime/helpers/esm/writeOnlyError.js | 4 + .../@babel/runtime/helpers/extends.js | 10 + node_modules/@babel/runtime/helpers/get.js | 11 + .../@babel/runtime/helpers/getPrototypeOf.js | 6 + .../@babel/runtime/helpers/identity.js | 4 + .../runtime/helpers/importDeferProxy.js | 27 + .../@babel/runtime/helpers/inherits.js | 14 + .../@babel/runtime/helpers/inheritsLoose.js | 5 + .../helpers/initializerDefineProperty.js | 9 + .../helpers/initializerWarningHelper.js | 4 + .../@babel/runtime/helpers/instanceof.js | 4 + .../runtime/helpers/interopRequireDefault.js | 6 + .../runtime/helpers/interopRequireWildcard.js | 22 + .../runtime/helpers/isNativeFunction.js | 8 + .../helpers/isNativeReflectConstruct.js | 9 + .../@babel/runtime/helpers/iterableToArray.js | 4 + .../runtime/helpers/iterableToArrayLimit.js | 28 + node_modules/@babel/runtime/helpers/jsx.js | 22 + .../@babel/runtime/helpers/maybeArrayLike.js | 9 + .../@babel/runtime/helpers/newArrowCheck.js | 4 + .../@babel/runtime/helpers/nonIterableRest.js | 4 + .../runtime/helpers/nonIterableSpread.js | 4 + .../runtime/helpers/nullishReceiverError.js | 4 + .../helpers/objectDestructuringEmpty.js | 4 + .../@babel/runtime/helpers/objectSpread.js | 14 + .../@babel/runtime/helpers/objectSpread2.js | 23 + .../helpers/objectWithoutProperties.js | 13 + .../helpers/objectWithoutPropertiesLoose.js | 10 + .../helpers/possibleConstructorReturn.js | 8 + .../@babel/runtime/helpers/readOnlyError.js | 4 + .../@babel/runtime/helpers/regenerator.js | 89 + .../runtime/helpers/regeneratorAsync.js | 8 + .../runtime/helpers/regeneratorAsyncGen.js | 6 + .../helpers/regeneratorAsyncIterator.js | 33 + .../runtime/helpers/regeneratorDefine.js | 22 + .../@babel/runtime/helpers/regeneratorKeys.js | 10 + .../runtime/helpers/regeneratorRuntime.js | 77 + .../runtime/helpers/regeneratorValues.js | 19 + node_modules/@babel/runtime/helpers/set.js | 22 + .../@babel/runtime/helpers/setFunctionName.js | 12 + .../@babel/runtime/helpers/setPrototypeOf.js | 6 + .../runtime/helpers/skipFirstGeneratorNext.js | 7 + .../@babel/runtime/helpers/slicedToArray.js | 8 + .../@babel/runtime/helpers/superPropBase.js | 6 + .../@babel/runtime/helpers/superPropGet.js | 9 + .../@babel/runtime/helpers/superPropSet.js | 6 + .../runtime/helpers/taggedTemplateLiteral.js | 8 + .../helpers/taggedTemplateLiteralLoose.js | 4 + node_modules/@babel/runtime/helpers/tdz.js | 4 + .../@babel/runtime/helpers/temporalRef.js | 6 + .../runtime/helpers/temporalUndefined.js | 2 + .../@babel/runtime/helpers/toArray.js | 8 + .../runtime/helpers/toConsumableArray.js | 8 + .../@babel/runtime/helpers/toPrimitive.js | 12 + .../@babel/runtime/helpers/toPropertyKey.js | 7 + .../@babel/runtime/helpers/toSetter.js | 10 + .../tsRewriteRelativeImportExtensions.js | 6 + node_modules/@babel/runtime/helpers/typeof.js | 10 + .../helpers/unsupportedIterableToArray.js | 9 + node_modules/@babel/runtime/helpers/using.js | 12 + .../@babel/runtime/helpers/usingCtx.js | 59 + .../runtime/helpers/wrapAsyncGenerator.js | 69 + .../@babel/runtime/helpers/wrapNativeSuper.js | 27 + .../@babel/runtime/helpers/wrapRegExp.js | 52 + .../@babel/runtime/helpers/writeOnlyError.js | 4 + node_modules/@babel/runtime/package.json | 1107 + .../@babel/runtime/regenerator/index.js | 15 + .../matrix-sdk-crypto-nodejs/CHANGELOG.md | 89 + .../matrix-sdk-crypto-nodejs/LICENSE | 177 + .../matrix-sdk-crypto-nodejs/README.md | 225 + .../matrix-sdk-crypto-nodejs/RELEASING.md | 15 + .../matrix-sdk-crypto-nodejs/download-lib.js | 128 + .../matrix-sdk-crypto-nodejs/index.d.ts | 991 + .../matrix-sdk-crypto-nodejs/index.js | 357 + .../matrix-sdk-crypto.linux-x64-gnu.node | Bin 0 -> 19522944 bytes .../matrix-sdk-crypto-nodejs/package.json | 39 + .../@selderee/plugin-htmlparser2/CHANGELOG.md | 33 + .../@selderee/plugin-htmlparser2/LICENSE | 21 + .../@selderee/plugin-htmlparser2/README.md | 15 + .../plugin-htmlparser2/lib/hp2-builder.cjs | 94 + .../plugin-htmlparser2/lib/hp2-builder.d.ts | 16 + .../plugin-htmlparser2/lib/hp2-builder.mjs | 90 + .../@selderee/plugin-htmlparser2/package.json | 47 + node_modules/@types/body-parser/LICENSE | 21 + node_modules/@types/body-parser/README.md | 15 + node_modules/@types/body-parser/index.d.ts | 95 + node_modules/@types/body-parser/package.json | 64 + node_modules/@types/connect/LICENSE | 21 + node_modules/@types/connect/README.md | 15 + node_modules/@types/connect/index.d.ts | 91 + node_modules/@types/connect/package.json | 32 + .../@types/express-serve-static-core/LICENSE | 21 + .../express-serve-static-core/README.md | 15 + .../express-serve-static-core/index.d.ts | 1295 + .../express-serve-static-core/package.json | 50 + node_modules/@types/express/LICENSE | 21 + node_modules/@types/express/README.md | 15 + node_modules/@types/express/index.d.ts | 128 + node_modules/@types/express/package.json | 46 + node_modules/@types/http-errors/LICENSE | 21 + node_modules/@types/http-errors/README.md | 15 + node_modules/@types/http-errors/index.d.ts | 77 + node_modules/@types/http-errors/package.json | 36 + node_modules/@types/mime/LICENSE | 21 + node_modules/@types/mime/Mime.d.ts | 10 + node_modules/@types/mime/README.md | 15 + node_modules/@types/mime/index.d.ts | 31 + node_modules/@types/mime/lite.d.ts | 7 + node_modules/@types/mime/package.json | 30 + node_modules/@types/node/LICENSE | 21 + node_modules/@types/node/README.md | 15 + node_modules/@types/node/assert.d.ts | 1056 + node_modules/@types/node/assert/strict.d.ts | 8 + node_modules/@types/node/async_hooks.d.ts | 623 + node_modules/@types/node/buffer.buffer.d.ts | 463 + node_modules/@types/node/buffer.d.ts | 1930 ++ node_modules/@types/node/child_process.d.ts | 1549 ++ node_modules/@types/node/cluster.d.ts | 579 + .../@types/node/compatibility/iterators.d.ts | 21 + node_modules/@types/node/console.d.ts | 452 + node_modules/@types/node/constants.d.ts | 21 + node_modules/@types/node/crypto.d.ts | 4516 ++++ node_modules/@types/node/dgram.d.ts | 599 + .../@types/node/diagnostics_channel.d.ts | 578 + node_modules/@types/node/dns.d.ts | 918 + node_modules/@types/node/dns/promises.d.ts | 503 + node_modules/@types/node/dom-events.d.ts | 99 + node_modules/@types/node/domain.d.ts | 170 + node_modules/@types/node/events.d.ts | 930 + node_modules/@types/node/fs.d.ts | 4458 ++++ node_modules/@types/node/fs/promises.d.ts | 1280 + node_modules/@types/node/globals.d.ts | 367 + .../@types/node/globals.typedarray.d.ts | 22 + node_modules/@types/node/http.d.ts | 2046 ++ node_modules/@types/node/http2.d.ts | 2628 ++ node_modules/@types/node/https.d.ts | 545 + node_modules/@types/node/index.d.ts | 94 + node_modules/@types/node/inspector.d.ts | 4051 +++ node_modules/@types/node/module.d.ts | 869 + node_modules/@types/node/net.d.ts | 1032 + node_modules/@types/node/os.d.ts | 496 + node_modules/@types/node/package.json | 160 + node_modules/@types/node/path.d.ts | 200 + node_modules/@types/node/perf_hooks.d.ts | 970 + node_modules/@types/node/process.d.ts | 2073 ++ node_modules/@types/node/punycode.d.ts | 117 + node_modules/@types/node/querystring.d.ts | 152 + node_modules/@types/node/readline.d.ts | 594 + .../@types/node/readline/promises.d.ts | 161 + node_modules/@types/node/repl.d.ts | 428 + node_modules/@types/node/sea.d.ts | 153 + node_modules/@types/node/sqlite.d.ts | 688 + node_modules/@types/node/stream.d.ts | 1657 ++ .../@types/node/stream/consumers.d.ts | 38 + node_modules/@types/node/stream/promises.d.ts | 90 + node_modules/@types/node/stream/web.d.ts | 618 + node_modules/@types/node/string_decoder.d.ts | 67 + node_modules/@types/node/test.d.ts | 2215 ++ node_modules/@types/node/timers.d.ts | 287 + node_modules/@types/node/timers/promises.d.ts | 108 + node_modules/@types/node/tls.d.ts | 1213 + node_modules/@types/node/trace_events.d.ts | 197 + .../node/ts5.1/compatibility/disposable.d.ts | 12 + node_modules/@types/node/ts5.1/index.d.ts | 98 + .../@types/node/ts5.6/buffer.buffer.d.ts | 460 + .../ts5.6/compatibility/float16array.d.ts | 71 + .../@types/node/ts5.6/globals.typedarray.d.ts | 20 + node_modules/@types/node/ts5.6/index.d.ts | 96 + .../ts5.7/compatibility/float16array.d.ts | 72 + node_modules/@types/node/ts5.7/index.d.ts | 96 + node_modules/@types/node/tty.d.ts | 208 + node_modules/@types/node/url.d.ts | 1014 + node_modules/@types/node/util.d.ts | 2305 ++ node_modules/@types/node/v8.d.ts | 919 + node_modules/@types/node/vm.d.ts | 1036 + node_modules/@types/node/wasi.d.ts | 181 + node_modules/@types/node/worker_threads.d.ts | 775 + node_modules/@types/node/zlib.d.ts | 668 + node_modules/@types/qs/LICENSE | 21 + node_modules/@types/qs/README.md | 15 + node_modules/@types/qs/index.d.ts | 82 + node_modules/@types/qs/package.json | 66 + node_modules/@types/range-parser/LICENSE | 21 + node_modules/@types/range-parser/README.md | 53 + node_modules/@types/range-parser/index.d.ts | 34 + node_modules/@types/range-parser/package.json | 25 + node_modules/@types/readable-stream/LICENSE | 21 + node_modules/@types/readable-stream/README.md | 15 + .../@types/readable-stream/index.d.ts | 687 + .../@types/readable-stream/package.json | 38 + node_modules/@types/send/LICENSE | 21 + node_modules/@types/send/README.md | 15 + node_modules/@types/send/index.d.ts | 225 + node_modules/@types/send/package.json | 39 + node_modules/@types/serve-static/LICENSE | 21 + node_modules/@types/serve-static/README.md | 15 + node_modules/@types/serve-static/index.d.ts | 107 + node_modules/@types/serve-static/package.json | 45 + node_modules/@types/ws/LICENSE | 21 + node_modules/@types/ws/README.md | 15 + node_modules/@types/ws/index.d.mts | 451 + node_modules/@types/ws/index.d.ts | 445 + node_modules/@types/ws/package.json | 72 + .../@vector-im/matrix-bot-sdk/LICENSE | 22 + .../@vector-im/matrix-bot-sdk/README.md | 22 + .../matrix-bot-sdk/lib/AdminApis.d.ts | 52 + .../matrix-bot-sdk/lib/AdminApis.js | 30 + .../matrix-bot-sdk/lib/AdminApis.js.map | 1 + .../@vector-im/matrix-bot-sdk/lib/DMs.d.ts | 48 + .../@vector-im/matrix-bot-sdk/lib/DMs.js | 162 + .../@vector-im/matrix-bot-sdk/lib/DMs.js.map | 1 + .../matrix-bot-sdk/lib/IFilter.d.ts | 7 + .../@vector-im/matrix-bot-sdk/lib/IFilter.js | 3 + .../matrix-bot-sdk/lib/IFilter.js.map | 1 + .../matrix-bot-sdk/lib/MatrixAuth.d.ts | 45 + .../matrix-bot-sdk/lib/MatrixAuth.js | 126 + .../matrix-bot-sdk/lib/MatrixAuth.js.map | 1 + .../matrix-bot-sdk/lib/MatrixClient.d.ts | 906 + .../matrix-bot-sdk/lib/MatrixClient.js | 2428 ++ .../matrix-bot-sdk/lib/MatrixClient.js.map | 1 + .../lib/MatrixContentScannerClient.d.ts | 25 + .../lib/MatrixContentScannerClient.js | 58 + .../lib/MatrixContentScannerClient.js.map | 1 + .../matrix-bot-sdk/lib/PantalaimonClient.d.ts | 42 + .../matrix-bot-sdk/lib/PantalaimonClient.js | 46 + .../lib/PantalaimonClient.js.map | 1 + .../matrix-bot-sdk/lib/SynapseAdminApis.d.ts | 366 + .../matrix-bot-sdk/lib/SynapseAdminApis.js | 256 + .../lib/SynapseAdminApis.js.map | 1 + .../lib/SynchronousMatrixClient.d.ts | 82 + .../lib/SynchronousMatrixClient.js | 130 + .../lib/SynchronousMatrixClient.js.map | 1 + .../matrix-bot-sdk/lib/UnstableApis.d.ts | 43 + .../matrix-bot-sdk/lib/UnstableApis.js | 75 + .../matrix-bot-sdk/lib/UnstableApis.js.map | 1 + .../lib/appservice/Appservice.d.ts | 343 + .../lib/appservice/Appservice.js | 902 + .../lib/appservice/Appservice.js.map | 1 + .../matrix-bot-sdk/lib/appservice/Intent.d.ts | 115 + .../matrix-bot-sdk/lib/appservice/Intent.js | 373 + .../lib/appservice/Intent.js.map | 1 + .../lib/appservice/MatrixBridge.d.ts | 85 + .../lib/appservice/MatrixBridge.js | 112 + .../lib/appservice/MatrixBridge.js.map | 1 + .../appservice/UnstableAppserviceApis.d.ts | 41 + .../lib/appservice/UnstableAppserviceApis.js | 63 + .../appservice/UnstableAppserviceApis.js.map | 1 + .../lib/appservice/http_responses.d.ts | 77 + .../lib/appservice/http_responses.js | 3 + .../lib/appservice/http_responses.js.map | 1 + .../@vector-im/matrix-bot-sdk/lib/b64.d.ts | 42 + .../@vector-im/matrix-bot-sdk/lib/b64.js | 64 + .../@vector-im/matrix-bot-sdk/lib/b64.js.map | 1 + .../matrix-bot-sdk/lib/e2ee/CryptoClient.d.ts | 132 + .../matrix-bot-sdk/lib/e2ee/CryptoClient.js | 334 + .../lib/e2ee/CryptoClient.js.map | 1 + .../lib/e2ee/ICryptoRoomInformation.d.ts | 8 + .../lib/e2ee/ICryptoRoomInformation.js | 3 + .../lib/e2ee/ICryptoRoomInformation.js.map | 1 + .../matrix-bot-sdk/lib/e2ee/RoomTracker.d.ts | 36 + .../matrix-bot-sdk/lib/e2ee/RoomTracker.js | 94 + .../lib/e2ee/RoomTracker.js.map | 1 + .../matrix-bot-sdk/lib/e2ee/RustEngine.d.ts | 40 + .../matrix-bot-sdk/lib/e2ee/RustEngine.js | 242 + .../matrix-bot-sdk/lib/e2ee/RustEngine.js.map | 1 + .../matrix-bot-sdk/lib/e2ee/decorators.d.ts | 10 + .../matrix-bot-sdk/lib/e2ee/decorators.js | 38 + .../matrix-bot-sdk/lib/e2ee/decorators.js.map | 1 + .../lib/helpers/MatrixEntity.d.ts | 37 + .../lib/helpers/MatrixEntity.js | 70 + .../lib/helpers/MatrixEntity.js.map | 1 + .../lib/helpers/MatrixGlob.d.ts | 22 + .../matrix-bot-sdk/lib/helpers/MatrixGlob.js | 39 + .../lib/helpers/MatrixGlob.js.map | 1 + .../lib/helpers/MentionPill.d.ts | 40 + .../matrix-bot-sdk/lib/helpers/MentionPill.js | 93 + .../lib/helpers/MentionPill.js.map | 1 + .../lib/helpers/Permalinks.d.ts | 58 + .../matrix-bot-sdk/lib/helpers/Permalinks.js | 73 + .../lib/helpers/Permalinks.js.map | 1 + .../lib/helpers/ProfileCache.d.ts | 48 + .../lib/helpers/ProfileCache.js | 116 + .../lib/helpers/ProfileCache.js.map | 1 + .../matrix-bot-sdk/lib/helpers/RichReply.d.ts | 17 + .../matrix-bot-sdk/lib/helpers/RichReply.js | 47 + .../lib/helpers/RichReply.js.map | 1 + .../matrix-bot-sdk/lib/helpers/Types.d.ts | 6 + .../matrix-bot-sdk/lib/helpers/Types.js | 3 + .../matrix-bot-sdk/lib/helpers/Types.js.map | 1 + .../lib/helpers/UnpaddedBase64.d.ts | 32 + .../lib/helpers/UnpaddedBase64.js | 45 + .../lib/helpers/UnpaddedBase64.js.map | 1 + .../@vector-im/matrix-bot-sdk/lib/http.d.ts | 20 + .../@vector-im/matrix-bot-sdk/lib/http.js | 155 + .../@vector-im/matrix-bot-sdk/lib/http.js.map | 1 + .../lib/identity/IdentityClient.d.ts | 93 + .../lib/identity/IdentityClient.js | 261 + .../lib/identity/IdentityClient.js.map | 1 + .../@vector-im/matrix-bot-sdk/lib/index.d.ts | 92 + .../@vector-im/matrix-bot-sdk/lib/index.js | 124 + .../matrix-bot-sdk/lib/index.js.map | 1 + .../lib/logging/ConsoleLogger.d.ts | 12 + .../lib/logging/ConsoleLogger.js | 28 + .../lib/logging/ConsoleLogger.js.map | 1 + .../matrix-bot-sdk/lib/logging/ILogger.d.ts | 36 + .../matrix-bot-sdk/lib/logging/ILogger.js | 3 + .../matrix-bot-sdk/lib/logging/ILogger.js.map | 1 + .../lib/logging/LogService.d.ts | 100 + .../matrix-bot-sdk/lib/logging/LogService.js | 171 + .../lib/logging/LogService.js.map | 1 + .../lib/logging/RichConsoleLogger.d.ts | 20 + .../lib/logging/RichConsoleLogger.js | 39 + .../lib/logging/RichConsoleLogger.js.map | 1 + .../lib/metrics/IMetricListener.d.ts | 52 + .../lib/metrics/IMetricListener.js | 3 + .../lib/metrics/IMetricListener.js.map | 1 + .../matrix-bot-sdk/lib/metrics/Metrics.d.ts | 66 + .../matrix-bot-sdk/lib/metrics/Metrics.js | 128 + .../matrix-bot-sdk/lib/metrics/Metrics.js.map | 1 + .../matrix-bot-sdk/lib/metrics/contexts.d.ts | 51 + .../matrix-bot-sdk/lib/metrics/contexts.js | 3 + .../lib/metrics/contexts.js.map | 1 + .../lib/metrics/decorators.d.ts | 15 + .../matrix-bot-sdk/lib/metrics/decorators.js | 93 + .../lib/metrics/decorators.js.map | 1 + .../matrix-bot-sdk/lib/metrics/names.d.ts | 45 + .../matrix-bot-sdk/lib/metrics/names.js | 49 + .../matrix-bot-sdk/lib/metrics/names.js.map | 1 + .../lib/mixins/AutojoinRoomsMixin.d.ts | 10 + .../lib/mixins/AutojoinRoomsMixin.js | 25 + .../lib/mixins/AutojoinRoomsMixin.js.map | 1 + .../mixins/AutojoinUpgradedRoomsMixin.d.ts | 10 + .../lib/mixins/AutojoinUpgradedRoomsMixin.js | 40 + .../mixins/AutojoinUpgradedRoomsMixin.js.map | 1 + .../matrix-bot-sdk/lib/models/Account.d.ts | 8 + .../matrix-bot-sdk/lib/models/Account.js | 3 + .../matrix-bot-sdk/lib/models/Account.js.map | 1 + .../lib/models/Capabilities.d.ts | 38 + .../matrix-bot-sdk/lib/models/Capabilities.js | 3 + .../lib/models/Capabilities.js.map | 1 + .../matrix-bot-sdk/lib/models/CreateRoom.d.ts | 125 + .../matrix-bot-sdk/lib/models/CreateRoom.js | 3 + .../lib/models/CreateRoom.js.map | 1 + .../matrix-bot-sdk/lib/models/Crypto.d.ts | 172 + .../matrix-bot-sdk/lib/models/Crypto.js | 31 + .../matrix-bot-sdk/lib/models/Crypto.js.map | 1 + .../lib/models/EventContext.d.ts | 19 + .../matrix-bot-sdk/lib/models/EventContext.js | 3 + .../lib/models/EventContext.js.map | 1 + .../lib/models/IdentityServerModels.d.ts | 20 + .../lib/models/IdentityServerModels.js | 3 + .../lib/models/IdentityServerModels.js.map | 1 + .../matrix-bot-sdk/lib/models/KeyBackup.d.ts | 51 + .../matrix-bot-sdk/lib/models/KeyBackup.js | 12 + .../lib/models/KeyBackup.js.map | 1 + .../matrix-bot-sdk/lib/models/MSC2176.d.ts | 42 + .../matrix-bot-sdk/lib/models/MSC2176.js | 3 + .../matrix-bot-sdk/lib/models/MSC2176.js.map | 1 + .../matrix-bot-sdk/lib/models/MXCUrl.d.ts | 7 + .../matrix-bot-sdk/lib/models/MXCUrl.js | 30 + .../matrix-bot-sdk/lib/models/MXCUrl.js.map | 1 + .../lib/models/MatrixError.d.ts | 45 + .../matrix-bot-sdk/lib/models/MatrixError.js | 73 + .../lib/models/MatrixError.js.map | 1 + .../lib/models/MatrixProfile.d.ts | 43 + .../lib/models/MatrixProfile.js | 45 + .../lib/models/MatrixProfile.js.map | 1 + .../lib/models/OpenIDConnect.d.ts | 10 + .../lib/models/OpenIDConnect.js | 3 + .../lib/models/OpenIDConnect.js.map | 1 + .../matrix-bot-sdk/lib/models/Policies.d.ts | 25 + .../matrix-bot-sdk/lib/models/Policies.js | 3 + .../matrix-bot-sdk/lib/models/Policies.js.map | 1 + .../lib/models/PowerLevelAction.d.ts | 27 + .../lib/models/PowerLevelAction.js | 32 + .../lib/models/PowerLevelAction.js.map | 1 + .../lib/models/PowerLevelBounds.d.ts | 15 + .../lib/models/PowerLevelBounds.js | 3 + .../lib/models/PowerLevelBounds.js.map | 1 + .../matrix-bot-sdk/lib/models/Presence.d.ts | 25 + .../matrix-bot-sdk/lib/models/Presence.js | 39 + .../matrix-bot-sdk/lib/models/Presence.js.map | 1 + .../lib/models/ServerVersions.d.ts | 8 + .../lib/models/ServerVersions.js | 3 + .../lib/models/ServerVersions.js.map | 1 + .../matrix-bot-sdk/lib/models/Spaces.d.ts | 116 + .../matrix-bot-sdk/lib/models/Spaces.js | 93 + .../matrix-bot-sdk/lib/models/Spaces.js.map | 1 + .../matrix-bot-sdk/lib/models/Threepid.d.ts | 8 + .../matrix-bot-sdk/lib/models/Threepid.js | 3 + .../matrix-bot-sdk/lib/models/Threepid.js.map | 1 + .../lib/models/events/AliasesEvent.d.ts | 27 + .../lib/models/events/AliasesEvent.js | 27 + .../lib/models/events/AliasesEvent.js.map | 1 + .../models/events/CanonicalAliasEvent.d.ts | 23 + .../lib/models/events/CanonicalAliasEvent.js | 21 + .../models/events/CanonicalAliasEvent.js.map | 1 + .../lib/models/events/CreateEvent.d.ts | 62 + .../lib/models/events/CreateEvent.js | 33 + .../lib/models/events/CreateEvent.js.map | 1 + .../lib/models/events/EncryptedRoomEvent.d.ts | 42 + .../lib/models/events/EncryptedRoomEvent.js | 28 + .../models/events/EncryptedRoomEvent.js.map | 1 + .../lib/models/events/EncryptionEvent.d.ts | 47 + .../lib/models/events/EncryptionEvent.js | 42 + .../lib/models/events/EncryptionEvent.js.map | 1 + .../lib/models/events/Event.d.ts | 26 + .../matrix-bot-sdk/lib/models/events/Event.js | 41 + .../lib/models/events/Event.js.map | 1 + .../lib/models/events/EventKind.d.ts | 15 + .../lib/models/events/EventKind.js | 20 + .../lib/models/events/EventKind.js.map | 1 + .../lib/models/events/InvalidEventError.d.ts | 14 + .../lib/models/events/InvalidEventError.js | 24 + .../models/events/InvalidEventError.js.map | 1 + .../lib/models/events/JoinRulesEvent.d.ts | 29 + .../lib/models/events/JoinRulesEvent.js | 21 + .../lib/models/events/JoinRulesEvent.js.map | 1 + .../lib/models/events/MembershipEvent.d.ts | 59 + .../lib/models/events/MembershipEvent.js | 55 + .../lib/models/events/MembershipEvent.js.map | 1 + .../lib/models/events/MessageEvent.d.ts | 233 + .../lib/models/events/MessageEvent.js | 49 + .../lib/models/events/MessageEvent.js.map | 1 + .../lib/models/events/PinnedEventsEvent.d.ts | 23 + .../lib/models/events/PinnedEventsEvent.js | 21 + .../models/events/PinnedEventsEvent.js.map | 1 + .../lib/models/events/PowerLevelsEvent.d.ts | 96 + .../lib/models/events/PowerLevelsEvent.js | 70 + .../lib/models/events/PowerLevelsEvent.js.map | 1 + .../lib/models/events/PresenceEvent.d.ts | 56 + .../lib/models/events/PresenceEvent.js | 21 + .../lib/models/events/PresenceEvent.js.map | 1 + .../lib/models/events/RedactionEvent.d.ts | 28 + .../lib/models/events/RedactionEvent.js | 36 + .../lib/models/events/RedactionEvent.js.map | 1 + .../lib/models/events/RoomAvatarEvent.d.ts | 28 + .../lib/models/events/RoomAvatarEvent.js | 21 + .../lib/models/events/RoomAvatarEvent.js.map | 1 + .../lib/models/events/RoomEvent.d.ts | 58 + .../lib/models/events/RoomEvent.js | 58 + .../lib/models/events/RoomEvent.js.map | 1 + .../lib/models/events/RoomNameEvent.d.ts | 20 + .../lib/models/events/RoomNameEvent.js | 21 + .../lib/models/events/RoomNameEvent.js.map | 1 + .../lib/models/events/RoomTopicEvent.d.ts | 20 + .../lib/models/events/RoomTopicEvent.js | 21 + .../lib/models/events/RoomTopicEvent.js.map | 1 + .../lib/models/events/SpaceChildEvent.d.ts | 53 + .../lib/models/events/SpaceChildEvent.js | 49 + .../lib/models/events/SpaceChildEvent.js.map | 1 + .../lib/models/events/converter.d.ts | 8 + .../lib/models/events/converter.js | 51 + .../lib/models/events/converter.js.map | 1 + .../lib/models/unstable/MediaInfo.d.ts | 16 + .../lib/models/unstable/MediaInfo.js | 3 + .../lib/models/unstable/MediaInfo.js.map | 1 + .../lib/preprocessors/IPreprocessor.d.ts | 22 + .../lib/preprocessors/IPreprocessor.js | 3 + .../lib/preprocessors/IPreprocessor.js.map | 1 + .../RichRepliesPreprocessor.d.ts | 67 + .../preprocessors/RichRepliesPreprocessor.js | 113 + .../RichRepliesPreprocessor.js.map | 1 + .../matrix-bot-sdk/lib/request.d.ts | 12 + .../@vector-im/matrix-bot-sdk/lib/request.js | 24 + .../matrix-bot-sdk/lib/request.js.map | 1 + .../matrix-bot-sdk/lib/simple-validation.d.ts | 10 + .../matrix-bot-sdk/lib/simple-validation.js | 31 + .../lib/simple-validation.js.map | 1 + .../storage/IAppserviceStorageProvider.d.ts | 48 + .../lib/storage/IAppserviceStorageProvider.js | 3 + .../storage/IAppserviceStorageProvider.js.map | 1 + .../lib/storage/ICryptoStorageProvider.d.ts | 32 + .../lib/storage/ICryptoStorageProvider.js | 3 + .../lib/storage/ICryptoStorageProvider.js.map | 1 + .../lib/storage/IStorageProvider.d.ts | 47 + .../lib/storage/IStorageProvider.js | 3 + .../lib/storage/IStorageProvider.js.map | 1 + .../lib/storage/MemoryStorageProvider.d.ts | 26 + .../lib/storage/MemoryStorageProvider.js | 55 + .../lib/storage/MemoryStorageProvider.js.map | 1 + .../storage/RustSdkCryptoStorageProvider.d.ts | 39 + .../storage/RustSdkCryptoStorageProvider.js | 100 + .../RustSdkCryptoStorageProvider.js.map | 1 + .../lib/storage/SimpleFsStorageProvider.d.ts | 31 + .../lib/storage/SimpleFsStorageProvider.js | 127 + .../storage/SimpleFsStorageProvider.js.map | 1 + .../SimplePostgresStorageProvider.d.ts | 32 + .../storage/SimplePostgresStorageProvider.js | 154 + .../SimplePostgresStorageProvider.js.map | 1 + .../AppserviceJoinRoomStrategy.d.ts | 14 + .../strategies/AppserviceJoinRoomStrategy.js | 56 + .../AppserviceJoinRoomStrategy.js.map | 1 + .../lib/strategies/JoinRoomStrategy.d.ts | 11 + .../lib/strategies/JoinRoomStrategy.js | 42 + .../lib/strategies/JoinRoomStrategy.js.map | 1 + .../@vector-im/matrix-bot-sdk/package.json | 115 + .../matrix-bot-sdk/scripts/fetch-remotes | 33 + .../scripts/prepare-patch-branch | 14 + .../matrix-bot-sdk/scripts/tag-release | 50 + .../matrix-bot-sdk/src/AdminApis.ts | 60 + .../@vector-im/matrix-bot-sdk/src/DMs.ts | 164 + .../@vector-im/matrix-bot-sdk/src/IFilter.ts | 7 + .../matrix-bot-sdk/src/MatrixAuth.ts | 129 + .../matrix-bot-sdk/src/MatrixClient.ts | 2176 ++ .../src/MatrixContentScannerClient.ts | 66 + .../matrix-bot-sdk/src/PantalaimonClient.ts | 62 + .../matrix-bot-sdk/src/SynapseAdminApis.ts | 499 + .../src/SynchronousMatrixClient.ts | 129 + .../matrix-bot-sdk/src/UnstableApis.ts | 75 + .../src/appservice/Appservice.ts | 1186 + .../matrix-bot-sdk/src/appservice/Intent.ts | 338 + .../src/appservice/MatrixBridge.ts | 139 + .../src/appservice/UnstableAppserviceApis.ts | 63 + .../src/appservice/http_responses.ts | 77 + .../@vector-im/matrix-bot-sdk/src/b64.ts | 59 + .../matrix-bot-sdk/src/e2ee/CryptoClient.ts | 344 + .../src/e2ee/ICryptoRoomInformation.ts | 9 + .../matrix-bot-sdk/src/e2ee/RoomTracker.ts | 94 + .../matrix-bot-sdk/src/e2ee/RustEngine.ts | 275 + .../matrix-bot-sdk/src/e2ee/decorators.ts | 38 + .../src/helpers/MatrixEntity.ts | 65 + .../matrix-bot-sdk/src/helpers/MatrixGlob.ts | 38 + .../matrix-bot-sdk/src/helpers/MentionPill.ts | 95 + .../matrix-bot-sdk/src/helpers/Permalinks.ts | 101 + .../src/helpers/ProfileCache.ts | 119 + .../matrix-bot-sdk/src/helpers/RichReply.ts | 46 + .../matrix-bot-sdk/src/helpers/Types.ts | 5 + .../src/helpers/UnpaddedBase64.ts | 44 + .../@vector-im/matrix-bot-sdk/src/http.ts | 179 + .../src/identity/IdentityClient.ts | 225 + .../@vector-im/matrix-bot-sdk/src/index.ts | 120 + .../src/logging/ConsoleLogger.ts | 31 + .../matrix-bot-sdk/src/logging/ILogger.ts | 40 + .../matrix-bot-sdk/src/logging/LogService.ts | 167 + .../src/logging/RichConsoleLogger.ts | 70 + .../src/metrics/IMetricListener.ts | 57 + .../matrix-bot-sdk/src/metrics/Metrics.ts | 134 + .../matrix-bot-sdk/src/metrics/contexts.ts | 56 + .../matrix-bot-sdk/src/metrics/decorators.ts | 94 + .../matrix-bot-sdk/src/metrics/names.ts | 53 + .../src/mixins/AutojoinRoomsMixin.ts | 24 + .../src/mixins/AutojoinUpgradedRoomsMixin.ts | 37 + .../matrix-bot-sdk/src/models/Account.ts | 8 + .../matrix-bot-sdk/src/models/Capabilities.ts | 37 + .../matrix-bot-sdk/src/models/CreateRoom.ts | 144 + .../matrix-bot-sdk/src/models/Crypto.ts | 194 + .../matrix-bot-sdk/src/models/EventContext.ts | 23 + .../src/models/IdentityServerModels.ts | 18 + .../matrix-bot-sdk/src/models/KeyBackup.ts | 62 + .../matrix-bot-sdk/src/models/MSC2176.ts | 47 + .../matrix-bot-sdk/src/models/MXCUrl.ts | 22 + .../matrix-bot-sdk/src/models/MatrixError.ts | 69 + .../src/models/MatrixProfile.ts | 55 + .../src/models/OpenIDConnect.ts | 10 + .../matrix-bot-sdk/src/models/Policies.ts | 28 + .../src/models/PowerLevelAction.ts | 31 + .../src/models/PowerLevelBounds.ts | 16 + .../matrix-bot-sdk/src/models/Presence.ts | 38 + .../src/models/ServerVersions.ts | 8 + .../matrix-bot-sdk/src/models/Spaces.ts | 167 + .../matrix-bot-sdk/src/models/Threepid.ts | 8 + .../src/models/events/AliasesEvent.ts | 37 + .../src/models/events/CanonicalAliasEvent.ts | 30 + .../src/models/events/CreateEvent.ts | 81 + .../src/models/events/EncryptedRoomEvent.ts | 58 + .../src/models/events/EncryptionEvent.ts | 63 + .../matrix-bot-sdk/src/models/events/Event.ts | 38 + .../src/models/events/EventKind.ts | 16 + .../src/models/events/InvalidEventError.ts | 19 + .../src/models/events/JoinRulesEvent.ts | 37 + .../src/models/events/MembershipEvent.ts | 85 + .../src/models/events/MessageEvent.ts | 292 + .../src/models/events/PinnedEventsEvent.ts | 30 + .../src/models/events/PowerLevelsEvent.ts | 135 + .../src/models/events/PresenceEvent.ts | 69 + .../src/models/events/RedactionEvent.ts | 44 + .../src/models/events/RoomAvatarEvent.ts | 36 + .../src/models/events/RoomEvent.ts | 83 + .../src/models/events/RoomNameEvent.ts | 27 + .../src/models/events/RoomTopicEvent.ts | 27 + .../src/models/events/SpaceChildEvent.ts | 74 + .../src/models/events/_MissingEvents.md | 35 + .../src/models/events/converter.ts | 47 + .../src/models/unstable/MediaInfo.ts | 16 + .../src/preprocessors/IPreprocessor.ts | 24 + .../preprocessors/RichRepliesPreprocessor.ts | 159 + .../@vector-im/matrix-bot-sdk/src/request.ts | 21 + .../matrix-bot-sdk/src/simple-validation.ts | 30 + .../src/storage/IAppserviceStorageProvider.ts | 54 + .../src/storage/ICryptoStorageProvider.ts | 36 + .../src/storage/IStorageProvider.ts | 53 + .../src/storage/MemoryStorageProvider.ts | 65 + .../storage/RustSdkCryptoStorageProvider.ts | 119 + .../src/storage/SimpleFsStorageProvider.ts | 142 + .../storage/SimplePostgresStorageProvider.ts | 168 + .../strategies/AppserviceJoinRoomStrategy.ts | 47 + .../src/strategies/JoinRoomStrategy.ts | 45 + .../@vector-im/matrix-bot-sdk/tsconfig.json | 22 + node_modules/abort-controller/LICENSE | 21 + node_modules/abort-controller/README.md | 98 + node_modules/abort-controller/browser.js | 13 + node_modules/abort-controller/browser.mjs | 11 + .../dist/abort-controller.d.ts | 43 + .../abort-controller/dist/abort-controller.js | 127 + .../dist/abort-controller.js.map | 1 + .../dist/abort-controller.mjs | 118 + .../dist/abort-controller.mjs.map | 1 + .../dist/abort-controller.umd.js | 5 + .../dist/abort-controller.umd.js.map | 1 + node_modules/abort-controller/package.json | 97 + node_modules/abort-controller/polyfill.js | 21 + node_modules/abort-controller/polyfill.mjs | 19 + node_modules/accepts/HISTORY.md | 243 + node_modules/accepts/LICENSE | 23 + node_modules/accepts/README.md | 140 + node_modules/accepts/index.js | 238 + node_modules/accepts/package.json | 47 + node_modules/agent-base/LICENSE | 22 + node_modules/agent-base/README.md | 69 + node_modules/agent-base/dist/helpers.d.ts | 15 + node_modules/agent-base/dist/helpers.d.ts.map | 1 + node_modules/agent-base/dist/helpers.js | 66 + node_modules/agent-base/dist/helpers.js.map | 1 + node_modules/agent-base/dist/index.d.ts | 41 + node_modules/agent-base/dist/index.d.ts.map | 1 + node_modules/agent-base/dist/index.js | 178 + node_modules/agent-base/dist/index.js.map | 1 + node_modules/agent-base/package.json | 46 + node_modules/ajv/.tonic_example.js | 20 + node_modules/ajv/LICENSE | 22 + node_modules/ajv/README.md | 1497 ++ node_modules/ajv/dist/ajv.bundle.js | 7189 ++++++ node_modules/ajv/dist/ajv.min.js | 3 + node_modules/ajv/dist/ajv.min.js.map | 1 + node_modules/ajv/lib/ajv.d.ts | 397 + node_modules/ajv/lib/ajv.js | 506 + node_modules/ajv/lib/cache.js | 26 + node_modules/ajv/lib/compile/async.js | 90 + node_modules/ajv/lib/compile/equal.js | 5 + node_modules/ajv/lib/compile/error_classes.js | 34 + node_modules/ajv/lib/compile/formats.js | 142 + node_modules/ajv/lib/compile/index.js | 387 + node_modules/ajv/lib/compile/resolve.js | 270 + node_modules/ajv/lib/compile/rules.js | 66 + node_modules/ajv/lib/compile/schema_obj.js | 9 + node_modules/ajv/lib/compile/ucs2length.js | 20 + node_modules/ajv/lib/compile/util.js | 239 + node_modules/ajv/lib/data.js | 49 + node_modules/ajv/lib/definition_schema.js | 37 + node_modules/ajv/lib/dot/_limit.jst | 113 + node_modules/ajv/lib/dot/_limitItems.jst | 12 + node_modules/ajv/lib/dot/_limitLength.jst | 12 + node_modules/ajv/lib/dot/_limitProperties.jst | 12 + node_modules/ajv/lib/dot/allOf.jst | 32 + node_modules/ajv/lib/dot/anyOf.jst | 46 + node_modules/ajv/lib/dot/coerce.def | 51 + node_modules/ajv/lib/dot/comment.jst | 9 + node_modules/ajv/lib/dot/const.jst | 11 + node_modules/ajv/lib/dot/contains.jst | 55 + node_modules/ajv/lib/dot/custom.jst | 191 + node_modules/ajv/lib/dot/defaults.def | 47 + node_modules/ajv/lib/dot/definitions.def | 203 + node_modules/ajv/lib/dot/dependencies.jst | 79 + node_modules/ajv/lib/dot/enum.jst | 30 + node_modules/ajv/lib/dot/errors.def | 194 + node_modules/ajv/lib/dot/format.jst | 106 + node_modules/ajv/lib/dot/if.jst | 73 + node_modules/ajv/lib/dot/items.jst | 98 + node_modules/ajv/lib/dot/missing.def | 39 + node_modules/ajv/lib/dot/multipleOf.jst | 22 + node_modules/ajv/lib/dot/not.jst | 43 + node_modules/ajv/lib/dot/oneOf.jst | 54 + node_modules/ajv/lib/dot/pattern.jst | 14 + node_modules/ajv/lib/dot/properties.jst | 245 + node_modules/ajv/lib/dot/propertyNames.jst | 52 + node_modules/ajv/lib/dot/ref.jst | 85 + node_modules/ajv/lib/dot/required.jst | 108 + node_modules/ajv/lib/dot/uniqueItems.jst | 62 + node_modules/ajv/lib/dot/validate.jst | 276 + node_modules/ajv/lib/dotjs/README.md | 3 + node_modules/ajv/lib/dotjs/_limit.js | 163 + node_modules/ajv/lib/dotjs/_limitItems.js | 80 + node_modules/ajv/lib/dotjs/_limitLength.js | 85 + .../ajv/lib/dotjs/_limitProperties.js | 80 + node_modules/ajv/lib/dotjs/allOf.js | 42 + node_modules/ajv/lib/dotjs/anyOf.js | 73 + node_modules/ajv/lib/dotjs/comment.js | 14 + node_modules/ajv/lib/dotjs/const.js | 56 + node_modules/ajv/lib/dotjs/contains.js | 81 + node_modules/ajv/lib/dotjs/custom.js | 228 + node_modules/ajv/lib/dotjs/dependencies.js | 168 + node_modules/ajv/lib/dotjs/enum.js | 66 + node_modules/ajv/lib/dotjs/format.js | 150 + node_modules/ajv/lib/dotjs/if.js | 103 + node_modules/ajv/lib/dotjs/index.js | 33 + node_modules/ajv/lib/dotjs/items.js | 140 + node_modules/ajv/lib/dotjs/multipleOf.js | 80 + node_modules/ajv/lib/dotjs/not.js | 84 + node_modules/ajv/lib/dotjs/oneOf.js | 73 + node_modules/ajv/lib/dotjs/pattern.js | 75 + node_modules/ajv/lib/dotjs/properties.js | 335 + node_modules/ajv/lib/dotjs/propertyNames.js | 81 + node_modules/ajv/lib/dotjs/ref.js | 124 + node_modules/ajv/lib/dotjs/required.js | 270 + node_modules/ajv/lib/dotjs/uniqueItems.js | 86 + node_modules/ajv/lib/dotjs/validate.js | 482 + node_modules/ajv/lib/keyword.js | 146 + node_modules/ajv/lib/refs/data.json | 17 + .../ajv/lib/refs/json-schema-draft-04.json | 149 + .../ajv/lib/refs/json-schema-draft-06.json | 154 + .../ajv/lib/refs/json-schema-draft-07.json | 168 + .../ajv/lib/refs/json-schema-secure.json | 94 + node_modules/ajv/package.json | 106 + node_modules/ajv/scripts/.eslintrc.yml | 3 + node_modules/ajv/scripts/bundle.js | 61 + node_modules/ajv/scripts/compile-dots.js | 73 + node_modules/ajv/scripts/info | 10 + node_modules/ajv/scripts/prepare-tests | 12 + .../ajv/scripts/publish-built-version | 32 + node_modules/ajv/scripts/travis-gh-pages | 23 + node_modules/another-json/.jshint | 11 + node_modules/another-json/.npmignore | 2 + node_modules/another-json/.travis.yml | 3 + node_modules/another-json/LICENSE | 177 + node_modules/another-json/README.md | 17 + node_modules/another-json/another-json.js | 93 + node_modules/another-json/package.json | 28 + .../another-json/spec/another-json-spec.js | 100 + node_modules/ansi-styles/index.d.ts | 345 + node_modules/ansi-styles/index.js | 163 + node_modules/ansi-styles/license | 9 + node_modules/ansi-styles/package.json | 56 + node_modules/ansi-styles/readme.md | 152 + node_modules/array-flatten/LICENSE | 21 + node_modules/array-flatten/README.md | 43 + node_modules/array-flatten/array-flatten.js | 64 + node_modules/array-flatten/package.json | 39 + node_modules/asn1/Jenkinsfile | 65 + node_modules/asn1/LICENSE | 19 + node_modules/asn1/README.md | 50 + node_modules/asn1/lib/ber/errors.js | 13 + node_modules/asn1/lib/ber/index.js | 27 + node_modules/asn1/lib/ber/reader.js | 262 + node_modules/asn1/lib/ber/types.js | 36 + node_modules/asn1/lib/ber/writer.js | 317 + node_modules/asn1/lib/index.js | 20 + node_modules/asn1/package.json | 31 + node_modules/assert-plus/AUTHORS | 6 + node_modules/assert-plus/CHANGES.md | 14 + node_modules/assert-plus/README.md | 162 + node_modules/assert-plus/assert.js | 211 + node_modules/assert-plus/package.json | 23 + node_modules/async-lock/AUTHORS | 21 + node_modules/async-lock/History.md | 132 + node_modules/async-lock/LICENSE | 22 + node_modules/async-lock/README.md | 177 + node_modules/async-lock/index.js | 2 + node_modules/async-lock/lib/index.js | 312 + node_modules/async-lock/package.json | 48 + node_modules/asynckit/LICENSE | 21 + node_modules/asynckit/README.md | 233 + node_modules/asynckit/bench.js | 76 + node_modules/asynckit/index.js | 6 + node_modules/asynckit/lib/abort.js | 29 + node_modules/asynckit/lib/async.js | 34 + node_modules/asynckit/lib/defer.js | 26 + node_modules/asynckit/lib/iterate.js | 75 + .../asynckit/lib/readable_asynckit.js | 91 + .../asynckit/lib/readable_parallel.js | 25 + node_modules/asynckit/lib/readable_serial.js | 25 + .../asynckit/lib/readable_serial_ordered.js | 29 + node_modules/asynckit/lib/state.js | 37 + node_modules/asynckit/lib/streamify.js | 141 + node_modules/asynckit/lib/terminator.js | 29 + node_modules/asynckit/package.json | 63 + node_modules/asynckit/parallel.js | 43 + node_modules/asynckit/serial.js | 17 + node_modules/asynckit/serialOrdered.js | 75 + node_modules/asynckit/stream.js | 21 + node_modules/aws-sign2/LICENSE | 55 + node_modules/aws-sign2/README.md | 4 + node_modules/aws-sign2/index.js | 212 + node_modules/aws-sign2/package.json | 17 + node_modules/aws4/LICENSE | 19 + node_modules/aws4/README.md | 211 + node_modules/aws4/aws4.js | 383 + node_modules/aws4/lru.js | 96 + node_modules/aws4/package.json | 21 + node_modules/base64-js/LICENSE | 21 + node_modules/base64-js/README.md | 34 + node_modules/base64-js/base64js.min.js | 1 + node_modules/base64-js/index.d.ts | 3 + node_modules/base64-js/index.js | 150 + node_modules/base64-js/package.json | 47 + node_modules/basic-auth/HISTORY.md | 52 + node_modules/basic-auth/LICENSE | 24 + node_modules/basic-auth/README.md | 113 + node_modules/basic-auth/index.js | 133 + .../node_modules/safe-buffer/LICENSE | 21 + .../node_modules/safe-buffer/README.md | 584 + .../node_modules/safe-buffer/index.d.ts | 187 + .../node_modules/safe-buffer/index.js | 62 + .../node_modules/safe-buffer/package.json | 37 + node_modules/basic-auth/package.json | 41 + node_modules/bcrypt-pbkdf/CONTRIBUTING.md | 13 + node_modules/bcrypt-pbkdf/LICENSE | 66 + node_modules/bcrypt-pbkdf/README.md | 45 + node_modules/bcrypt-pbkdf/index.js | 556 + node_modules/bcrypt-pbkdf/package.json | 15 + node_modules/bl/.github/dependabot.yml | 16 + .../bl/.github/workflows/test-and-release.yml | 61 + node_modules/bl/BufferList.d.ts | 431 + node_modules/bl/BufferList.js | 421 + node_modules/bl/CHANGELOG.md | 185 + node_modules/bl/LICENSE.md | 13 + node_modules/bl/README.md | 259 + node_modules/bl/bl.js | 84 + node_modules/bl/index.d.ts | 88 + node_modules/bl/package.json | 123 + node_modules/bl/test/convert.js | 21 + node_modules/bl/test/indexOf.js | 492 + node_modules/bl/test/isBufferList.js | 32 + node_modules/bl/test/test.js | 1032 + node_modules/bluebird/LICENSE | 21 + node_modules/bluebird/README.md | 57 + node_modules/bluebird/changelog.md | 1 + .../bluebird/js/browser/bluebird.core.js | 3914 +++ .../bluebird/js/browser/bluebird.core.min.js | 31 + node_modules/bluebird/js/browser/bluebird.js | 5778 +++++ .../bluebird/js/browser/bluebird.min.js | 31 + node_modules/bluebird/js/release/any.js | 21 + node_modules/bluebird/js/release/assert.js | 55 + node_modules/bluebird/js/release/async.js | 120 + node_modules/bluebird/js/release/bind.js | 67 + node_modules/bluebird/js/release/bluebird.js | 11 + node_modules/bluebird/js/release/call_get.js | 123 + node_modules/bluebird/js/release/cancel.js | 129 + .../bluebird/js/release/catch_filter.js | 42 + node_modules/bluebird/js/release/context.js | 69 + .../bluebird/js/release/debuggability.js | 1009 + .../bluebird/js/release/direct_resolve.js | 46 + node_modules/bluebird/js/release/each.js | 30 + node_modules/bluebird/js/release/errors.js | 116 + node_modules/bluebird/js/release/es5.js | 80 + node_modules/bluebird/js/release/filter.js | 12 + node_modules/bluebird/js/release/finally.js | 146 + .../bluebird/js/release/generators.js | 223 + node_modules/bluebird/js/release/join.js | 165 + node_modules/bluebird/js/release/map.js | 175 + node_modules/bluebird/js/release/method.js | 55 + node_modules/bluebird/js/release/nodeback.js | 51 + node_modules/bluebird/js/release/nodeify.js | 58 + node_modules/bluebird/js/release/promise.js | 819 + .../bluebird/js/release/promise_array.js | 186 + node_modules/bluebird/js/release/promisify.js | 314 + node_modules/bluebird/js/release/props.js | 118 + node_modules/bluebird/js/release/queue.js | 73 + node_modules/bluebird/js/release/race.js | 49 + node_modules/bluebird/js/release/reduce.js | 183 + node_modules/bluebird/js/release/schedule.js | 62 + node_modules/bluebird/js/release/settle.js | 47 + node_modules/bluebird/js/release/some.js | 148 + .../js/release/synchronous_inspection.js | 103 + node_modules/bluebird/js/release/thenables.js | 86 + node_modules/bluebird/js/release/timers.js | 93 + node_modules/bluebird/js/release/using.js | 226 + node_modules/bluebird/js/release/util.js | 421 + node_modules/bluebird/package.json | 78 + node_modules/body-parser/HISTORY.md | 672 + node_modules/body-parser/LICENSE | 23 + node_modules/body-parser/README.md | 476 + node_modules/body-parser/SECURITY.md | 25 + node_modules/body-parser/index.js | 156 + node_modules/body-parser/lib/read.js | 205 + node_modules/body-parser/lib/types/json.js | 247 + node_modules/body-parser/lib/types/raw.js | 101 + node_modules/body-parser/lib/types/text.js | 121 + .../body-parser/lib/types/urlencoded.js | 307 + node_modules/body-parser/package.json | 56 + node_modules/buffer-from/LICENSE | 21 + node_modules/buffer-from/index.js | 72 + node_modules/buffer-from/package.json | 19 + node_modules/buffer-from/readme.md | 69 + node_modules/buffer/AUTHORS.md | 73 + node_modules/buffer/LICENSE | 21 + node_modules/buffer/README.md | 410 + node_modules/buffer/index.d.ts | 194 + node_modules/buffer/index.js | 2106 ++ node_modules/buffer/package.json | 93 + node_modules/bytes/History.md | 97 + node_modules/bytes/LICENSE | 23 + node_modules/bytes/Readme.md | 152 + node_modules/bytes/index.js | 170 + node_modules/bytes/package.json | 42 + .../call-bind-apply-helpers/.eslintrc | 17 + .../.github/FUNDING.yml | 12 + node_modules/call-bind-apply-helpers/.nycrc | 9 + .../call-bind-apply-helpers/CHANGELOG.md | 30 + node_modules/call-bind-apply-helpers/LICENSE | 21 + .../call-bind-apply-helpers/README.md | 62 + .../call-bind-apply-helpers/actualApply.d.ts | 1 + .../call-bind-apply-helpers/actualApply.js | 10 + .../call-bind-apply-helpers/applyBind.d.ts | 19 + .../call-bind-apply-helpers/applyBind.js | 10 + .../functionApply.d.ts | 1 + .../call-bind-apply-helpers/functionApply.js | 4 + .../call-bind-apply-helpers/functionCall.d.ts | 1 + .../call-bind-apply-helpers/functionCall.js | 4 + .../call-bind-apply-helpers/index.d.ts | 64 + node_modules/call-bind-apply-helpers/index.js | 15 + .../call-bind-apply-helpers/package.json | 85 + .../call-bind-apply-helpers/reflectApply.d.ts | 3 + .../call-bind-apply-helpers/reflectApply.js | 4 + .../call-bind-apply-helpers/test/index.js | 63 + .../call-bind-apply-helpers/tsconfig.json | 9 + node_modules/call-bound/.eslintrc | 13 + node_modules/call-bound/.github/FUNDING.yml | 12 + node_modules/call-bound/.nycrc | 9 + node_modules/call-bound/CHANGELOG.md | 42 + node_modules/call-bound/LICENSE | 21 + node_modules/call-bound/README.md | 53 + node_modules/call-bound/index.d.ts | 94 + node_modules/call-bound/index.js | 19 + node_modules/call-bound/package.json | 99 + node_modules/call-bound/test/index.js | 61 + node_modules/call-bound/tsconfig.json | 10 + node_modules/caseless/LICENSE | 28 + node_modules/caseless/README.md | 45 + node_modules/caseless/index.js | 67 + node_modules/caseless/package.json | 27 + node_modules/caseless/test.js | 67 + node_modules/chalk/index.d.ts | 415 + node_modules/chalk/license | 9 + node_modules/chalk/package.json | 68 + node_modules/chalk/readme.md | 341 + node_modules/chalk/source/index.js | 229 + node_modules/chalk/source/templates.js | 134 + node_modules/chalk/source/util.js | 39 + node_modules/color-convert/CHANGELOG.md | 54 + node_modules/color-convert/LICENSE | 21 + node_modules/color-convert/README.md | 68 + node_modules/color-convert/conversions.js | 839 + node_modules/color-convert/index.js | 81 + node_modules/color-convert/package.json | 48 + node_modules/color-convert/route.js | 97 + node_modules/color-name/LICENSE | 8 + node_modules/color-name/README.md | 11 + node_modules/color-name/index.js | 152 + node_modules/color-name/package.json | 28 + node_modules/combined-stream/License | 19 + node_modules/combined-stream/Readme.md | 138 + .../combined-stream/lib/combined_stream.js | 208 + node_modules/combined-stream/package.json | 25 + node_modules/combined-stream/yarn.lock | 17 + node_modules/commist/.github/workflows/ci.yml | 27 + node_modules/commist/LICENSE | 21 + node_modules/commist/README.md | 113 + node_modules/commist/example.js | 26 + node_modules/commist/index.js | 155 + node_modules/commist/leven.js | 91 + node_modules/commist/package.json | 28 + node_modules/commist/test.js | 368 + node_modules/concat-stream/LICENSE | 24 + node_modules/concat-stream/index.js | 144 + .../readable-stream/CONTRIBUTING.md | 38 + .../readable-stream/GOVERNANCE.md | 136 + .../node_modules/readable-stream/LICENSE | 47 + .../node_modules/readable-stream/README.md | 106 + .../readable-stream/errors-browser.js | 127 + .../node_modules/readable-stream/errors.js | 116 + .../readable-stream/experimentalWarning.js | 17 + .../readable-stream/lib/_stream_duplex.js | 126 + .../lib/_stream_passthrough.js | 37 + .../readable-stream/lib/_stream_readable.js | 1027 + .../readable-stream/lib/_stream_transform.js | 190 + .../readable-stream/lib/_stream_writable.js | 641 + .../lib/internal/streams/async_iterator.js | 180 + .../lib/internal/streams/buffer_list.js | 183 + .../lib/internal/streams/destroy.js | 96 + .../lib/internal/streams/end-of-stream.js | 86 + .../lib/internal/streams/from-browser.js | 3 + .../lib/internal/streams/from.js | 52 + .../lib/internal/streams/pipeline.js | 86 + .../lib/internal/streams/state.js | 22 + .../lib/internal/streams/stream-browser.js | 1 + .../lib/internal/streams/stream.js | 1 + .../node_modules/readable-stream/package.json | 68 + .../readable-stream/readable-browser.js | 9 + .../node_modules/readable-stream/readable.js | 16 + node_modules/concat-stream/package.json | 55 + node_modules/concat-stream/readme.md | 102 + node_modules/content-disposition/HISTORY.md | 60 + node_modules/content-disposition/LICENSE | 22 + node_modules/content-disposition/README.md | 142 + node_modules/content-disposition/index.js | 458 + node_modules/content-disposition/package.json | 44 + node_modules/content-type/HISTORY.md | 29 + node_modules/content-type/LICENSE | 22 + node_modules/content-type/README.md | 94 + node_modules/content-type/index.js | 225 + node_modules/content-type/package.json | 42 + node_modules/cookie-signature/.npmignore | 4 + node_modules/cookie-signature/History.md | 38 + node_modules/cookie-signature/Readme.md | 42 + node_modules/cookie-signature/index.js | 51 + node_modules/cookie-signature/package.json | 18 + node_modules/cookie/LICENSE | 24 + node_modules/cookie/README.md | 317 + node_modules/cookie/SECURITY.md | 25 + node_modules/cookie/index.js | 334 + node_modules/cookie/package.json | 44 + node_modules/core-util-is/LICENSE | 19 + node_modules/core-util-is/README.md | 3 + node_modules/core-util-is/float.patch | 604 + node_modules/core-util-is/lib/util.js | 107 + node_modules/core-util-is/package.json | 32 + node_modules/core-util-is/test.js | 68 + node_modules/dashdash/CHANGES.md | 364 + node_modules/dashdash/LICENSE.txt | 24 + node_modules/dashdash/README.md | 574 + .../dashdash/etc/dashdash.bash_completion.in | 389 + node_modules/dashdash/lib/dashdash.js | 1055 + node_modules/dashdash/package.json | 26 + node_modules/debug/.coveralls.yml | 1 + node_modules/debug/.eslintrc | 11 + node_modules/debug/.npmignore | 9 + node_modules/debug/.travis.yml | 14 + node_modules/debug/CHANGELOG.md | 362 + node_modules/debug/LICENSE | 19 + node_modules/debug/Makefile | 50 + node_modules/debug/README.md | 312 + node_modules/debug/component.json | 19 + node_modules/debug/karma.conf.js | 70 + node_modules/debug/node.js | 1 + node_modules/debug/package.json | 49 + node_modules/debug/src/browser.js | 185 + node_modules/debug/src/debug.js | 202 + node_modules/debug/src/index.js | 10 + node_modules/debug/src/inspector-log.js | 15 + node_modules/debug/src/node.js | 248 + node_modules/deepmerge/.editorconfig | 7 + node_modules/deepmerge/.eslintcache | 1 + node_modules/deepmerge/changelog.md | 167 + node_modules/deepmerge/dist/cjs.js | 133 + node_modules/deepmerge/dist/umd.js | 139 + node_modules/deepmerge/index.d.ts | 20 + node_modules/deepmerge/index.js | 106 + node_modules/deepmerge/license.txt | 21 + node_modules/deepmerge/package.json | 42 + node_modules/deepmerge/readme.md | 264 + node_modules/deepmerge/rollup.config.js | 22 + node_modules/delayed-stream/.npmignore | 1 + node_modules/delayed-stream/License | 19 + node_modules/delayed-stream/Makefile | 7 + node_modules/delayed-stream/Readme.md | 141 + .../delayed-stream/lib/delayed_stream.js | 107 + node_modules/delayed-stream/package.json | 27 + node_modules/depd/History.md | 103 + node_modules/depd/LICENSE | 22 + node_modules/depd/Readme.md | 280 + node_modules/depd/index.js | 538 + node_modules/depd/lib/browser/index.js | 77 + node_modules/depd/package.json | 45 + node_modules/destroy/LICENSE | 23 + node_modules/destroy/README.md | 63 + node_modules/destroy/index.js | 209 + node_modules/destroy/package.json | 48 + node_modules/dom-serializer/LICENSE | 11 + node_modules/dom-serializer/README.md | 109 + .../dom-serializer/lib/esm/foreignNames.d.ts | 3 + .../lib/esm/foreignNames.d.ts.map | 1 + .../dom-serializer/lib/esm/foreignNames.js | 100 + .../dom-serializer/lib/esm/index.d.ts | 52 + .../dom-serializer/lib/esm/index.d.ts.map | 1 + node_modules/dom-serializer/lib/esm/index.js | 190 + .../dom-serializer/lib/esm/package.json | 1 + .../dom-serializer/lib/foreignNames.d.ts | 3 + .../dom-serializer/lib/foreignNames.d.ts.map | 1 + .../dom-serializer/lib/foreignNames.js | 103 + node_modules/dom-serializer/lib/index.d.ts | 52 + .../dom-serializer/lib/index.d.ts.map | 1 + node_modules/dom-serializer/lib/index.js | 229 + node_modules/dom-serializer/package.json | 69 + node_modules/domelementtype/LICENSE | 11 + .../domelementtype/lib/esm/index.d.ts | 48 + .../domelementtype/lib/esm/index.d.ts.map | 1 + node_modules/domelementtype/lib/esm/index.js | 51 + .../domelementtype/lib/esm/package.json | 1 + node_modules/domelementtype/lib/index.d.ts | 48 + .../domelementtype/lib/index.d.ts.map | 1 + node_modules/domelementtype/lib/index.js | 55 + node_modules/domelementtype/package.json | 54 + node_modules/domelementtype/readme.md | 1 + node_modules/domhandler/LICENSE | 11 + node_modules/domhandler/lib/esm/index.d.ts | 76 + .../domhandler/lib/esm/index.d.ts.map | 1 + node_modules/domhandler/lib/esm/index.js | 146 + node_modules/domhandler/lib/esm/node.d.ts | 245 + node_modules/domhandler/lib/esm/node.d.ts.map | 1 + node_modules/domhandler/lib/esm/node.js | 338 + node_modules/domhandler/lib/esm/package.json | 1 + node_modules/domhandler/lib/index.d.ts | 76 + node_modules/domhandler/lib/index.d.ts.map | 1 + node_modules/domhandler/lib/index.js | 165 + node_modules/domhandler/lib/node.d.ts | 245 + node_modules/domhandler/lib/node.d.ts.map | 1 + node_modules/domhandler/lib/node.js | 474 + node_modules/domhandler/package.json | 73 + node_modules/domhandler/readme.md | 92 + node_modules/domutils/LICENSE | 11 + node_modules/domutils/lib/esm/feeds.d.ts | 71 + node_modules/domutils/lib/esm/feeds.d.ts.map | 1 + node_modules/domutils/lib/esm/feeds.js | 183 + node_modules/domutils/lib/esm/feeds.js.map | 1 + node_modules/domutils/lib/esm/helpers.d.ts | 59 + .../domutils/lib/esm/helpers.d.ts.map | 1 + node_modules/domutils/lib/esm/helpers.js | 136 + node_modules/domutils/lib/esm/helpers.js.map | 1 + node_modules/domutils/lib/esm/index.d.ts | 10 + node_modules/domutils/lib/esm/index.d.ts.map | 1 + node_modules/domutils/lib/esm/index.js | 10 + node_modules/domutils/lib/esm/index.js.map | 1 + node_modules/domutils/lib/esm/legacy.d.ts | 79 + node_modules/domutils/lib/esm/legacy.d.ts.map | 1 + node_modules/domutils/lib/esm/legacy.js | 152 + node_modules/domutils/lib/esm/legacy.js.map | 1 + .../domutils/lib/esm/manipulation.d.ts | 49 + .../domutils/lib/esm/manipulation.d.ts.map | 1 + node_modules/domutils/lib/esm/manipulation.js | 134 + .../domutils/lib/esm/manipulation.js.map | 1 + node_modules/domutils/lib/esm/package.json | 1 + node_modules/domutils/lib/esm/querying.d.ts | 64 + .../domutils/lib/esm/querying.d.ts.map | 1 + node_modules/domutils/lib/esm/querying.js | 142 + node_modules/domutils/lib/esm/querying.js.map | 1 + node_modules/domutils/lib/esm/stringify.d.ts | 46 + .../domutils/lib/esm/stringify.d.ts.map | 1 + node_modules/domutils/lib/esm/stringify.js | 81 + .../domutils/lib/esm/stringify.js.map | 1 + node_modules/domutils/lib/esm/traversal.d.ts | 67 + .../domutils/lib/esm/traversal.d.ts.map | 1 + node_modules/domutils/lib/esm/traversal.js | 112 + .../domutils/lib/esm/traversal.js.map | 1 + node_modules/domutils/lib/feeds.d.ts | 71 + node_modules/domutils/lib/feeds.d.ts.map | 1 + node_modules/domutils/lib/feeds.js | 190 + node_modules/domutils/lib/feeds.js.map | 1 + node_modules/domutils/lib/helpers.d.ts | 59 + node_modules/domutils/lib/helpers.d.ts.map | 1 + node_modules/domutils/lib/helpers.js | 142 + node_modules/domutils/lib/helpers.js.map | 1 + node_modules/domutils/lib/index.d.ts | 10 + node_modules/domutils/lib/index.d.ts.map | 1 + node_modules/domutils/lib/index.js | 33 + node_modules/domutils/lib/index.js.map | 1 + node_modules/domutils/lib/legacy.d.ts | 79 + node_modules/domutils/lib/legacy.d.ts.map | 1 + node_modules/domutils/lib/legacy.js | 168 + node_modules/domutils/lib/legacy.js.map | 1 + node_modules/domutils/lib/manipulation.d.ts | 49 + .../domutils/lib/manipulation.d.ts.map | 1 + node_modules/domutils/lib/manipulation.js | 142 + node_modules/domutils/lib/manipulation.js.map | 1 + node_modules/domutils/lib/querying.d.ts | 64 + node_modules/domutils/lib/querying.d.ts.map | 1 + node_modules/domutils/lib/querying.js | 155 + node_modules/domutils/lib/querying.js.map | 1 + node_modules/domutils/lib/stringify.d.ts | 46 + node_modules/domutils/lib/stringify.d.ts.map | 1 + node_modules/domutils/lib/stringify.js | 91 + node_modules/domutils/lib/stringify.js.map | 1 + node_modules/domutils/lib/traversal.d.ts | 67 + node_modules/domutils/lib/traversal.d.ts.map | 1 + node_modules/domutils/lib/traversal.js | 125 + node_modules/domutils/lib/traversal.js.map | 1 + node_modules/domutils/package.json | 79 + node_modules/domutils/readme.md | 31 + node_modules/dunder-proto/.eslintrc | 5 + node_modules/dunder-proto/.github/FUNDING.yml | 12 + node_modules/dunder-proto/.nycrc | 13 + node_modules/dunder-proto/CHANGELOG.md | 24 + node_modules/dunder-proto/LICENSE | 21 + node_modules/dunder-proto/README.md | 54 + node_modules/dunder-proto/get.d.ts | 5 + node_modules/dunder-proto/get.js | 30 + node_modules/dunder-proto/package.json | 76 + node_modules/dunder-proto/set.d.ts | 5 + node_modules/dunder-proto/set.js | 35 + node_modules/dunder-proto/test/get.js | 34 + node_modules/dunder-proto/test/index.js | 4 + node_modules/dunder-proto/test/set.js | 50 + node_modules/dunder-proto/tsconfig.json | 9 + node_modules/ecc-jsbn/LICENSE | 21 + node_modules/ecc-jsbn/README.md | 8 + node_modules/ecc-jsbn/index.js | 58 + node_modules/ecc-jsbn/lib/LICENSE-jsbn | 40 + node_modules/ecc-jsbn/lib/ec.js | 561 + node_modules/ecc-jsbn/lib/sec.js | 170 + .../ecc-jsbn/node_modules/jsbn/.npmignore | 2 + .../ecc-jsbn/node_modules/jsbn/LICENSE | 40 + .../ecc-jsbn/node_modules/jsbn/README.md | 175 + .../ecc-jsbn/node_modules/jsbn/example.html | 12 + .../ecc-jsbn/node_modules/jsbn/example.js | 3 + .../ecc-jsbn/node_modules/jsbn/index.js | 1357 + .../ecc-jsbn/node_modules/jsbn/package.json | 21 + node_modules/ecc-jsbn/package.json | 40 + node_modules/ecc-jsbn/test.js | 14 + node_modules/ee-first/LICENSE | 22 + node_modules/ee-first/README.md | 80 + node_modules/ee-first/index.js | 95 + node_modules/ee-first/package.json | 29 + node_modules/encodeurl/LICENSE | 22 + node_modules/encodeurl/README.md | 109 + node_modules/encodeurl/index.js | 60 + node_modules/encodeurl/package.json | 40 + node_modules/entities/LICENSE | 11 + node_modules/entities/lib/decode.d.ts | 211 + node_modules/entities/lib/decode.d.ts.map | 1 + node_modules/entities/lib/decode.js | 536 + node_modules/entities/lib/decode.js.map | 1 + .../entities/lib/decode_codepoint.d.ts | 19 + .../entities/lib/decode_codepoint.d.ts.map | 1 + node_modules/entities/lib/decode_codepoint.js | 76 + .../entities/lib/decode_codepoint.js.map | 1 + node_modules/entities/lib/encode.d.ts | 22 + node_modules/entities/lib/encode.d.ts.map | 1 + node_modules/entities/lib/encode.js | 77 + node_modules/entities/lib/encode.js.map | 1 + node_modules/entities/lib/escape.d.ts | 43 + node_modules/entities/lib/escape.d.ts.map | 1 + node_modules/entities/lib/escape.js | 122 + node_modules/entities/lib/escape.js.map | 1 + node_modules/entities/lib/esm/decode.d.ts | 211 + node_modules/entities/lib/esm/decode.d.ts.map | 1 + node_modules/entities/lib/esm/decode.js | 496 + node_modules/entities/lib/esm/decode.js.map | 1 + .../entities/lib/esm/decode_codepoint.d.ts | 19 + .../lib/esm/decode_codepoint.d.ts.map | 1 + .../entities/lib/esm/decode_codepoint.js | 71 + .../entities/lib/esm/decode_codepoint.js.map | 1 + node_modules/entities/lib/esm/encode.d.ts | 22 + node_modules/entities/lib/esm/encode.d.ts.map | 1 + node_modules/entities/lib/esm/encode.js | 69 + node_modules/entities/lib/esm/encode.js.map | 1 + node_modules/entities/lib/esm/escape.d.ts | 43 + node_modules/entities/lib/esm/escape.d.ts.map | 1 + node_modules/entities/lib/esm/escape.js | 116 + node_modules/entities/lib/esm/escape.js.map | 1 + .../lib/esm/generated/decode-data-html.d.ts | 3 + .../esm/generated/decode-data-html.d.ts.map | 1 + .../lib/esm/generated/decode-data-html.js | 7 + .../lib/esm/generated/decode-data-html.js.map | 1 + .../lib/esm/generated/decode-data-xml.d.ts | 3 + .../esm/generated/decode-data-xml.d.ts.map | 1 + .../lib/esm/generated/decode-data-xml.js | 7 + .../lib/esm/generated/decode-data-xml.js.map | 1 + .../lib/esm/generated/encode-html.d.ts | 8 + .../lib/esm/generated/encode-html.d.ts.map | 1 + .../entities/lib/esm/generated/encode-html.js | 10 + .../lib/esm/generated/encode-html.js.map | 1 + node_modules/entities/lib/esm/index.d.ts | 96 + node_modules/entities/lib/esm/index.d.ts.map | 1 + node_modules/entities/lib/esm/index.js | 99 + node_modules/entities/lib/esm/index.js.map | 1 + node_modules/entities/lib/esm/package.json | 1 + .../lib/generated/decode-data-html.d.ts | 3 + .../lib/generated/decode-data-html.d.ts.map | 1 + .../lib/generated/decode-data-html.js | 9 + .../lib/generated/decode-data-html.js.map | 1 + .../lib/generated/decode-data-xml.d.ts | 3 + .../lib/generated/decode-data-xml.d.ts.map | 1 + .../entities/lib/generated/decode-data-xml.js | 9 + .../lib/generated/decode-data-xml.js.map | 1 + .../entities/lib/generated/encode-html.d.ts | 8 + .../lib/generated/encode-html.d.ts.map | 1 + .../entities/lib/generated/encode-html.js | 12 + .../entities/lib/generated/encode-html.js.map | 1 + node_modules/entities/lib/index.d.ts | 96 + node_modules/entities/lib/index.d.ts.map | 1 + node_modules/entities/lib/index.js | 126 + node_modules/entities/lib/index.js.map | 1 + node_modules/entities/package.json | 90 + node_modules/entities/readme.md | 122 + node_modules/es-define-property/.eslintrc | 13 + .../es-define-property/.github/FUNDING.yml | 12 + node_modules/es-define-property/.nycrc | 9 + node_modules/es-define-property/CHANGELOG.md | 29 + node_modules/es-define-property/LICENSE | 21 + node_modules/es-define-property/README.md | 49 + node_modules/es-define-property/index.d.ts | 3 + node_modules/es-define-property/index.js | 14 + node_modules/es-define-property/package.json | 81 + node_modules/es-define-property/test/index.js | 56 + node_modules/es-define-property/tsconfig.json | 10 + node_modules/es-errors/.eslintrc | 5 + node_modules/es-errors/.github/FUNDING.yml | 12 + node_modules/es-errors/CHANGELOG.md | 40 + node_modules/es-errors/LICENSE | 21 + node_modules/es-errors/README.md | 55 + node_modules/es-errors/eval.d.ts | 3 + node_modules/es-errors/eval.js | 4 + node_modules/es-errors/index.d.ts | 3 + node_modules/es-errors/index.js | 4 + node_modules/es-errors/package.json | 80 + node_modules/es-errors/range.d.ts | 3 + node_modules/es-errors/range.js | 4 + node_modules/es-errors/ref.d.ts | 3 + node_modules/es-errors/ref.js | 4 + node_modules/es-errors/syntax.d.ts | 3 + node_modules/es-errors/syntax.js | 4 + node_modules/es-errors/test/index.js | 19 + node_modules/es-errors/tsconfig.json | 49 + node_modules/es-errors/type.d.ts | 3 + node_modules/es-errors/type.js | 4 + node_modules/es-errors/uri.d.ts | 3 + node_modules/es-errors/uri.js | 4 + node_modules/es-object-atoms/.eslintrc | 16 + .../es-object-atoms/.github/FUNDING.yml | 12 + node_modules/es-object-atoms/CHANGELOG.md | 37 + node_modules/es-object-atoms/LICENSE | 21 + node_modules/es-object-atoms/README.md | 63 + .../RequireObjectCoercible.d.ts | 3 + .../es-object-atoms/RequireObjectCoercible.js | 11 + node_modules/es-object-atoms/ToObject.d.ts | 7 + node_modules/es-object-atoms/ToObject.js | 10 + node_modules/es-object-atoms/index.d.ts | 3 + node_modules/es-object-atoms/index.js | 4 + node_modules/es-object-atoms/isObject.d.ts | 3 + node_modules/es-object-atoms/isObject.js | 6 + node_modules/es-object-atoms/package.json | 80 + node_modules/es-object-atoms/test/index.js | 38 + node_modules/es-object-atoms/tsconfig.json | 6 + node_modules/escape-html/LICENSE | 24 + node_modules/escape-html/Readme.md | 43 + node_modules/escape-html/index.js | 78 + node_modules/escape-html/package.json | 24 + node_modules/escape-string-regexp/index.d.ts | 18 + node_modules/escape-string-regexp/index.js | 13 + node_modules/escape-string-regexp/license | 9 + .../escape-string-regexp/package.json | 38 + node_modules/escape-string-regexp/readme.md | 34 + node_modules/etag/HISTORY.md | 83 + node_modules/etag/LICENSE | 22 + node_modules/etag/README.md | 159 + node_modules/etag/index.js | 131 + node_modules/etag/package.json | 47 + node_modules/event-target-shim/LICENSE | 22 + node_modules/event-target-shim/README.md | 293 + .../dist/event-target-shim.js | 871 + .../dist/event-target-shim.js.map | 1 + .../dist/event-target-shim.mjs | 862 + .../dist/event-target-shim.mjs.map | 1 + .../dist/event-target-shim.umd.js | 6 + .../dist/event-target-shim.umd.js.map | 1 + node_modules/event-target-shim/index.d.ts | 399 + node_modules/event-target-shim/package.json | 82 + node_modules/events/.airtap.yml | 15 + node_modules/events/.github/FUNDING.yml | 12 + node_modules/events/.travis.yml | 18 + node_modules/events/History.md | 118 + node_modules/events/LICENSE | 22 + node_modules/events/Readme.md | 50 + node_modules/events/events.js | 497 + node_modules/events/package.json | 37 + node_modules/events/security.md | 10 + node_modules/events/tests/add-listeners.js | 111 + .../events/tests/check-listener-leaks.js | 101 + node_modules/events/tests/common.js | 104 + node_modules/events/tests/errors.js | 13 + node_modules/events/tests/events-list.js | 28 + node_modules/events/tests/events-once.js | 234 + node_modules/events/tests/index.js | 64 + node_modules/events/tests/legacy-compat.js | 16 + node_modules/events/tests/listener-count.js | 37 + .../events/tests/listeners-side-effects.js | 56 + node_modules/events/tests/listeners.js | 168 + node_modules/events/tests/max-listeners.js | 47 + node_modules/events/tests/method-names.js | 35 + node_modules/events/tests/modify-in-emit.js | 90 + node_modules/events/tests/num-args.js | 60 + node_modules/events/tests/once.js | 83 + node_modules/events/tests/prepend.js | 31 + .../events/tests/remove-all-listeners.js | 133 + node_modules/events/tests/remove-listeners.js | 212 + .../tests/set-max-listeners-side-effects.js | 31 + .../events/tests/special-event-names.js | 45 + node_modules/events/tests/subclass.js | 66 + node_modules/events/tests/symbols.js | 25 + node_modules/express/History.md | 3656 +++ node_modules/express/LICENSE | 24 + node_modules/express/Readme.md | 260 + node_modules/express/index.js | 11 + node_modules/express/lib/application.js | 661 + node_modules/express/lib/express.js | 116 + node_modules/express/lib/middleware/init.js | 43 + node_modules/express/lib/middleware/query.js | 47 + node_modules/express/lib/request.js | 525 + node_modules/express/lib/response.js | 1179 + node_modules/express/lib/router/index.js | 673 + node_modules/express/lib/router/layer.js | 181 + node_modules/express/lib/router/route.js | 230 + node_modules/express/lib/utils.js | 303 + node_modules/express/lib/view.js | 182 + node_modules/express/package.json | 102 + node_modules/extend/.editorconfig | 20 + node_modules/extend/.eslintrc | 17 + node_modules/extend/.jscs.json | 175 + node_modules/extend/.travis.yml | 230 + node_modules/extend/CHANGELOG.md | 83 + node_modules/extend/LICENSE | 23 + node_modules/extend/README.md | 81 + node_modules/extend/component.json | 32 + node_modules/extend/index.js | 117 + node_modules/extend/package.json | 42 + node_modules/extsprintf/.gitmodules | 0 node_modules/extsprintf/.npmignore | 2 + node_modules/extsprintf/LICENSE | 19 + node_modules/extsprintf/Makefile | 24 + node_modules/extsprintf/Makefile.targ | 285 + node_modules/extsprintf/README.md | 46 + node_modules/extsprintf/jsl.node.conf | 137 + node_modules/extsprintf/lib/extsprintf.js | 183 + node_modules/extsprintf/package.json | 14 + node_modules/fast-deep-equal/LICENSE | 21 + node_modules/fast-deep-equal/README.md | 96 + node_modules/fast-deep-equal/es6/index.d.ts | 2 + node_modules/fast-deep-equal/es6/index.js | 72 + node_modules/fast-deep-equal/es6/react.d.ts | 2 + node_modules/fast-deep-equal/es6/react.js | 79 + node_modules/fast-deep-equal/index.d.ts | 4 + node_modules/fast-deep-equal/index.js | 46 + node_modules/fast-deep-equal/package.json | 61 + node_modules/fast-deep-equal/react.d.ts | 2 + node_modules/fast-deep-equal/react.js | 53 + .../fast-json-stable-stringify/.eslintrc.yml | 26 + .../.github/FUNDING.yml | 1 + .../fast-json-stable-stringify/.travis.yml | 8 + .../fast-json-stable-stringify/LICENSE | 21 + .../fast-json-stable-stringify/README.md | 131 + .../benchmark/index.js | 31 + .../benchmark/test.json | 137 + .../example/key_cmp.js | 7 + .../example/nested.js | 3 + .../fast-json-stable-stringify/example/str.js | 3 + .../example/value_cmp.js | 7 + .../fast-json-stable-stringify/index.d.ts | 4 + .../fast-json-stable-stringify/index.js | 59 + .../fast-json-stable-stringify/package.json | 52 + .../fast-json-stable-stringify/test/cmp.js | 13 + .../fast-json-stable-stringify/test/nested.js | 44 + .../fast-json-stable-stringify/test/str.js | 46 + .../test/to-json.js | 22 + node_modules/fast-unique-numbers/LICENSE | 21 + node_modules/fast-unique-numbers/README.md | 51 + .../es2019/factories/add-unique-number.d.ts | 3 + .../factories/add-unique-number.d.ts.map | 1 + .../es2019/factories/add-unique-number.js | 8 + .../es2019/factories/add-unique-number.js.map | 1 + .../build/es2019/factories/cache.d.ts | 3 + .../build/es2019/factories/cache.d.ts.map | 1 + .../build/es2019/factories/cache.js | 7 + .../build/es2019/factories/cache.js.map | 1 + .../factories/generate-unique-number.d.ts | 3 + .../factories/generate-unique-number.d.ts.map | 1 + .../factories/generate-unique-number.js | 46 + .../factories/generate-unique-number.js.map | 1 + .../build/es2019/module.d.ts | 5 + .../build/es2019/module.d.ts.map | 1 + .../build/es2019/module.js | 14 + .../build/es2019/module.js.map | 1 + .../types/add-unique-number-factory.d.ts | 4 + .../types/add-unique-number-factory.d.ts.map | 1 + .../es2019/types/add-unique-number-factory.js | 2 + .../types/add-unique-number-factory.js.map | 1 + .../types/add-unique-number-function.d.ts | 2 + .../types/add-unique-number-function.d.ts.map | 1 + .../types/add-unique-number-function.js | 2 + .../types/add-unique-number-function.js.map | 1 + .../build/es2019/types/cache-factory.d.ts | 3 + .../build/es2019/types/cache-factory.d.ts.map | 1 + .../build/es2019/types/cache-factory.js | 2 + .../build/es2019/types/cache-factory.js.map | 1 + .../build/es2019/types/cache-function.d.ts | 2 + .../es2019/types/cache-function.d.ts.map | 1 + .../build/es2019/types/cache-function.js | 2 + .../build/es2019/types/cache-function.js.map | 1 + .../types/generate-unique-number-factory.d.ts | 4 + .../generate-unique-number-factory.d.ts.map | 1 + .../types/generate-unique-number-factory.js | 2 + .../generate-unique-number-factory.js.map | 1 + .../generate-unique-number-function.d.ts | 2 + .../generate-unique-number-function.d.ts.map | 1 + .../types/generate-unique-number-function.js | 2 + .../generate-unique-number-function.js.map | 1 + .../build/es2019/types/index.d.ts | 7 + .../build/es2019/types/index.d.ts.map | 1 + .../build/es2019/types/index.js | 7 + .../build/es2019/types/index.js.map | 1 + .../fast-unique-numbers/build/es5/bundle.js | 76 + .../build/node/factories/add-unique-number.js | 14 + .../build/node/factories/cache.js | 13 + .../node/factories/generate-unique-number.js | 52 + .../fast-unique-numbers/build/node/module.js | 34 + .../node/types/add-unique-number-factory.js | 5 + .../node/types/add-unique-number-function.js | 5 + .../build/node/types/cache-factory.js | 5 + .../build/node/types/cache-function.js | 5 + .../types/generate-unique-number-factory.js | 5 + .../types/generate-unique-number-function.js | 5 + .../build/node/types/index.js | 71 + node_modules/fast-unique-numbers/package.json | 94 + .../src/factories/add-unique-number.ts | 11 + .../src/factories/cache.ts | 9 + .../src/factories/generate-unique-number.ts | 55 + .../fast-unique-numbers/src/module.ts | 17 + .../fast-unique-numbers/src/tsconfig.json | 6 + .../src/types/add-unique-number-factory.ts | 4 + .../src/types/add-unique-number-function.ts | 1 + .../src/types/cache-factory.ts | 3 + .../src/types/cache-function.ts | 1 + .../types/generate-unique-number-factory.ts | 7 + .../types/generate-unique-number-function.ts | 1 + .../fast-unique-numbers/src/types/index.ts | 6 + node_modules/finalhandler/HISTORY.md | 210 + node_modules/finalhandler/LICENSE | 22 + node_modules/finalhandler/README.md | 147 + node_modules/finalhandler/SECURITY.md | 25 + node_modules/finalhandler/index.js | 341 + node_modules/finalhandler/package.json | 47 + node_modules/forever-agent/LICENSE | 55 + node_modules/forever-agent/README.md | 4 + node_modules/forever-agent/index.js | 138 + node_modules/forever-agent/package.json | 17 + node_modules/form-data/License | 19 + node_modules/form-data/README.md | 234 + node_modules/form-data/README.md.bak | 234 + node_modules/form-data/lib/browser.js | 2 + node_modules/form-data/lib/form_data.js | 457 + node_modules/form-data/lib/populate.js | 10 + node_modules/form-data/package.json | 65 + node_modules/form-data/yarn.lock | 2662 ++ node_modules/forwarded/HISTORY.md | 21 + node_modules/forwarded/LICENSE | 22 + node_modules/forwarded/README.md | 57 + node_modules/forwarded/index.js | 90 + node_modules/forwarded/package.json | 45 + node_modules/fresh/HISTORY.md | 70 + node_modules/fresh/LICENSE | 23 + node_modules/fresh/README.md | 119 + node_modules/fresh/index.js | 137 + node_modules/fresh/package.json | 46 + node_modules/function-bind/.eslintrc | 21 + .../function-bind/.github/FUNDING.yml | 12 + .../function-bind/.github/SECURITY.md | 3 + node_modules/function-bind/.nycrc | 13 + node_modules/function-bind/CHANGELOG.md | 136 + node_modules/function-bind/LICENSE | 20 + node_modules/function-bind/README.md | 46 + node_modules/function-bind/implementation.js | 84 + node_modules/function-bind/index.js | 5 + node_modules/function-bind/package.json | 87 + node_modules/function-bind/test/.eslintrc | 9 + node_modules/function-bind/test/index.js | 252 + node_modules/get-intrinsic/.eslintrc | 42 + .../get-intrinsic/.github/FUNDING.yml | 12 + node_modules/get-intrinsic/.nycrc | 9 + node_modules/get-intrinsic/CHANGELOG.md | 186 + node_modules/get-intrinsic/LICENSE | 21 + node_modules/get-intrinsic/README.md | 71 + node_modules/get-intrinsic/index.js | 378 + node_modules/get-intrinsic/package.json | 97 + .../get-intrinsic/test/GetIntrinsic.js | 274 + node_modules/get-proto/.eslintrc | 10 + node_modules/get-proto/.github/FUNDING.yml | 12 + node_modules/get-proto/.nycrc | 9 + node_modules/get-proto/CHANGELOG.md | 21 + node_modules/get-proto/LICENSE | 21 + .../get-proto/Object.getPrototypeOf.d.ts | 5 + .../get-proto/Object.getPrototypeOf.js | 6 + node_modules/get-proto/README.md | 50 + .../get-proto/Reflect.getPrototypeOf.d.ts | 3 + .../get-proto/Reflect.getPrototypeOf.js | 4 + node_modules/get-proto/index.d.ts | 5 + node_modules/get-proto/index.js | 27 + node_modules/get-proto/package.json | 81 + node_modules/get-proto/test/index.js | 68 + node_modules/get-proto/tsconfig.json | 9 + node_modules/getpass/.npmignore | 8 + node_modules/getpass/.travis.yml | 9 + node_modules/getpass/LICENSE | 18 + node_modules/getpass/README.md | 32 + node_modules/getpass/lib/index.js | 123 + node_modules/getpass/package.json | 18 + node_modules/glob-to-regexp/.travis.yml | 4 + node_modules/glob-to-regexp/README.md | 75 + node_modules/glob-to-regexp/index.js | 130 + node_modules/glob-to-regexp/package.json | 23 + node_modules/glob-to-regexp/test.js | 235 + node_modules/gopd/.eslintrc | 16 + node_modules/gopd/.github/FUNDING.yml | 12 + node_modules/gopd/CHANGELOG.md | 45 + node_modules/gopd/LICENSE | 21 + node_modules/gopd/README.md | 40 + node_modules/gopd/gOPD.d.ts | 1 + node_modules/gopd/gOPD.js | 4 + node_modules/gopd/index.d.ts | 5 + node_modules/gopd/index.js | 15 + node_modules/gopd/package.json | 77 + node_modules/gopd/test/index.js | 36 + node_modules/gopd/tsconfig.json | 9 + node_modules/graceful-fs/LICENSE | 15 + node_modules/graceful-fs/README.md | 143 + node_modules/graceful-fs/clone.js | 23 + node_modules/graceful-fs/graceful-fs.js | 448 + node_modules/graceful-fs/legacy-streams.js | 118 + node_modules/graceful-fs/package.json | 53 + node_modules/graceful-fs/polyfills.js | 355 + node_modules/har-schema/LICENSE | 13 + node_modules/har-schema/README.md | 49 + node_modules/har-schema/lib/afterRequest.json | 30 + .../har-schema/lib/beforeRequest.json | 30 + node_modules/har-schema/lib/browser.json | 20 + node_modules/har-schema/lib/cache.json | 21 + node_modules/har-schema/lib/content.json | 29 + node_modules/har-schema/lib/cookie.json | 36 + node_modules/har-schema/lib/creator.json | 20 + node_modules/har-schema/lib/entry.json | 53 + node_modules/har-schema/lib/har.json | 13 + node_modules/har-schema/lib/header.json | 20 + node_modules/har-schema/lib/index.js | 22 + node_modules/har-schema/lib/log.json | 36 + node_modules/har-schema/lib/page.json | 32 + node_modules/har-schema/lib/pageTimings.json | 18 + node_modules/har-schema/lib/postData.json | 43 + node_modules/har-schema/lib/query.json | 20 + node_modules/har-schema/lib/request.json | 57 + node_modules/har-schema/lib/response.json | 54 + node_modules/har-schema/lib/timings.json | 42 + node_modules/har-schema/package.json | 54 + node_modules/har-validator/LICENSE | 9 + node_modules/har-validator/README.md | 43 + node_modules/har-validator/lib/async.js | 105 + node_modules/har-validator/lib/error.js | 17 + node_modules/har-validator/lib/promise.js | 102 + node_modules/har-validator/package.json | 43 + node_modules/has-flag/index.d.ts | 39 + node_modules/has-flag/index.js | 8 + node_modules/has-flag/license | 9 + node_modules/has-flag/package.json | 46 + node_modules/has-flag/readme.md | 89 + node_modules/has-symbols/.eslintrc | 11 + node_modules/has-symbols/.github/FUNDING.yml | 12 + node_modules/has-symbols/.nycrc | 9 + node_modules/has-symbols/CHANGELOG.md | 91 + node_modules/has-symbols/LICENSE | 21 + node_modules/has-symbols/README.md | 46 + node_modules/has-symbols/index.d.ts | 3 + node_modules/has-symbols/index.js | 14 + node_modules/has-symbols/package.json | 111 + node_modules/has-symbols/shams.d.ts | 3 + node_modules/has-symbols/shams.js | 45 + node_modules/has-symbols/test/index.js | 22 + .../has-symbols/test/shams/core-js.js | 29 + .../test/shams/get-own-property-symbols.js | 29 + node_modules/has-symbols/test/tests.js | 58 + node_modules/has-symbols/tsconfig.json | 10 + node_modules/hash.js/.eslintrc.js | 41 + node_modules/hash.js/.travis.yml | 10 + node_modules/hash.js/README.md | 48 + node_modules/hash.js/lib/hash.d.ts | 106 + node_modules/hash.js/lib/hash.js | 15 + node_modules/hash.js/lib/hash/common.js | 92 + node_modules/hash.js/lib/hash/hmac.js | 47 + node_modules/hash.js/lib/hash/ripemd.js | 146 + node_modules/hash.js/lib/hash/sha.js | 7 + node_modules/hash.js/lib/hash/sha/1.js | 74 + node_modules/hash.js/lib/hash/sha/224.js | 30 + node_modules/hash.js/lib/hash/sha/256.js | 105 + node_modules/hash.js/lib/hash/sha/384.js | 35 + node_modules/hash.js/lib/hash/sha/512.js | 330 + node_modules/hash.js/lib/hash/sha/common.js | 49 + node_modules/hash.js/lib/hash/utils.js | 278 + node_modules/hash.js/package.json | 35 + node_modules/hash.js/test/hash-test.js | 140 + node_modules/hash.js/test/hmac-test.js | 62 + node_modules/hasown/.eslintrc | 5 + node_modules/hasown/.github/FUNDING.yml | 12 + node_modules/hasown/.nycrc | 13 + node_modules/hasown/CHANGELOG.md | 40 + node_modules/hasown/LICENSE | 21 + node_modules/hasown/README.md | 40 + node_modules/hasown/index.d.ts | 3 + node_modules/hasown/index.js | 8 + node_modules/hasown/package.json | 92 + node_modules/hasown/tsconfig.json | 6 + node_modules/help-me/.github/workflows/ci.yml | 28 + node_modules/help-me/LICENSE | 22 + node_modules/help-me/README.md | 66 + node_modules/help-me/doc/hello.txt | 1 + node_modules/help-me/doc/help.txt | 5 + node_modules/help-me/example.js | 18 + node_modules/help-me/fixture/basic/hello.txt | 1 + node_modules/help-me/fixture/basic/help.txt | 1 + node_modules/help-me/fixture/dir/a/b.txt | 0 node_modules/help-me/fixture/no-ext/hello | 1 + .../fixture/sameprefix/hello world.txt | 1 + .../help-me/fixture/sameprefix/hello.txt | 1 + .../fixture/shortnames/abcde fghi lmno.txt | 1 + .../fixture/shortnames/abcde hello.txt | 1 + .../fixture/shortnames/hello world.txt | 1 + node_modules/help-me/help-me.js | 134 + node_modules/help-me/package.json | 36 + node_modules/help-me/test.js | 316 + node_modules/html-to-text/CHANGELOG.md | 399 + node_modules/html-to-text/LICENSE | 25 + node_modules/html-to-text/README.md | 361 + .../html-to-text/lib/html-to-text.cjs | 2157 ++ .../html-to-text/lib/html-to-text.mjs | 2147 ++ node_modules/html-to-text/package.json | 62 + node_modules/htmlencode/LICENSE | 25 + node_modules/htmlencode/README.md | 46 + node_modules/htmlencode/encoder.js | 249 + node_modules/htmlencode/index.js | 34 + node_modules/htmlencode/package.json | 30 + node_modules/htmlencode/test/htmlencode.js | 62 + node_modules/htmlencode/test/mocha.opts | 1 + node_modules/htmlparser2/LICENSE | 18 + node_modules/htmlparser2/README.md | 172 + node_modules/htmlparser2/lib/Parser.d.ts | 190 + node_modules/htmlparser2/lib/Parser.d.ts.map | 1 + node_modules/htmlparser2/lib/Parser.js | 518 + node_modules/htmlparser2/lib/Parser.js.map | 1 + node_modules/htmlparser2/lib/Tokenizer.d.ts | 143 + .../htmlparser2/lib/Tokenizer.d.ts.map | 1 + node_modules/htmlparser2/lib/Tokenizer.js | 938 + node_modules/htmlparser2/lib/Tokenizer.js.map | 1 + .../htmlparser2/lib/WritableStream.d.ts | 17 + .../htmlparser2/lib/WritableStream.d.ts.map | 1 + .../htmlparser2/lib/WritableStream.js | 54 + .../htmlparser2/lib/WritableStream.js.map | 1 + node_modules/htmlparser2/lib/esm/Parser.d.ts | 190 + .../htmlparser2/lib/esm/Parser.d.ts.map | 1 + node_modules/htmlparser2/lib/esm/Parser.js | 489 + .../htmlparser2/lib/esm/Parser.js.map | 1 + .../htmlparser2/lib/esm/Tokenizer.d.ts | 143 + .../htmlparser2/lib/esm/Tokenizer.d.ts.map | 1 + node_modules/htmlparser2/lib/esm/Tokenizer.js | 932 + .../htmlparser2/lib/esm/Tokenizer.js.map | 1 + .../htmlparser2/lib/esm/WritableStream.d.ts | 17 + .../lib/esm/WritableStream.d.ts.map | 1 + .../htmlparser2/lib/esm/WritableStream.js | 32 + .../htmlparser2/lib/esm/WritableStream.js.map | 1 + node_modules/htmlparser2/lib/esm/index.d.ts | 44 + .../htmlparser2/lib/esm/index.d.ts.map | 1 + node_modules/htmlparser2/lib/esm/index.js | 62 + node_modules/htmlparser2/lib/esm/index.js.map | 1 + node_modules/htmlparser2/lib/esm/package.json | 1 + node_modules/htmlparser2/lib/index.d.ts | 44 + node_modules/htmlparser2/lib/index.d.ts.map | 1 + node_modules/htmlparser2/lib/index.js | 100 + node_modules/htmlparser2/lib/index.js.map | 1 + node_modules/htmlparser2/package.json | 97 + node_modules/http-errors/HISTORY.md | 180 + node_modules/http-errors/LICENSE | 23 + node_modules/http-errors/README.md | 169 + node_modules/http-errors/index.js | 289 + node_modules/http-errors/package.json | 50 + node_modules/http-signature/.dir-locals.el | 6 + node_modules/http-signature/.npmignore | 7 + node_modules/http-signature/CHANGES.md | 46 + node_modules/http-signature/LICENSE | 18 + node_modules/http-signature/README.md | 79 + node_modules/http-signature/http_signing.md | 363 + node_modules/http-signature/lib/index.js | 29 + node_modules/http-signature/lib/parser.js | 315 + node_modules/http-signature/lib/signer.js | 401 + node_modules/http-signature/lib/utils.js | 112 + node_modules/http-signature/lib/verify.js | 88 + node_modules/http-signature/package.json | 39 + node_modules/https-proxy-agent/LICENSE | 22 + node_modules/https-proxy-agent/README.md | 70 + .../https-proxy-agent/dist/index.d.ts | 47 + .../https-proxy-agent/dist/index.d.ts.map | 1 + node_modules/https-proxy-agent/dist/index.js | 180 + .../https-proxy-agent/dist/index.js.map | 1 + .../dist/parse-proxy-response.d.ts | 15 + .../dist/parse-proxy-response.d.ts.map | 1 + .../dist/parse-proxy-response.js | 101 + .../dist/parse-proxy-response.js.map | 1 + .../node_modules/debug/LICENSE | 20 + .../node_modules/debug/README.md | 481 + .../node_modules/debug/package.json | 64 + .../node_modules/debug/src/browser.js | 272 + .../node_modules/debug/src/common.js | 292 + .../node_modules/debug/src/index.js | 10 + .../node_modules/debug/src/node.js | 263 + .../node_modules/ms/index.js | 162 + .../node_modules/ms/license.md | 21 + .../node_modules/ms/package.json | 38 + .../node_modules/ms/readme.md | 59 + node_modules/https-proxy-agent/package.json | 50 + node_modules/iconv-lite/Changelog.md | 162 + node_modules/iconv-lite/LICENSE | 21 + node_modules/iconv-lite/README.md | 156 + .../iconv-lite/encodings/dbcs-codec.js | 555 + .../iconv-lite/encodings/dbcs-data.js | 176 + node_modules/iconv-lite/encodings/index.js | 22 + node_modules/iconv-lite/encodings/internal.js | 188 + .../iconv-lite/encodings/sbcs-codec.js | 72 + .../encodings/sbcs-data-generated.js | 451 + .../iconv-lite/encodings/sbcs-data.js | 174 + .../encodings/tables/big5-added.json | 122 + .../iconv-lite/encodings/tables/cp936.json | 264 + .../iconv-lite/encodings/tables/cp949.json | 273 + .../iconv-lite/encodings/tables/cp950.json | 177 + .../iconv-lite/encodings/tables/eucjp.json | 182 + .../encodings/tables/gb18030-ranges.json | 1 + .../encodings/tables/gbk-added.json | 55 + .../iconv-lite/encodings/tables/shiftjis.json | 125 + node_modules/iconv-lite/encodings/utf16.js | 177 + node_modules/iconv-lite/encodings/utf7.js | 290 + node_modules/iconv-lite/lib/bom-handling.js | 52 + node_modules/iconv-lite/lib/extend-node.js | 217 + node_modules/iconv-lite/lib/index.d.ts | 24 + node_modules/iconv-lite/lib/index.js | 153 + node_modules/iconv-lite/lib/streams.js | 121 + node_modules/iconv-lite/package.json | 46 + node_modules/ieee754/LICENSE | 11 + node_modules/ieee754/README.md | 51 + node_modules/ieee754/index.d.ts | 10 + node_modules/ieee754/index.js | 85 + node_modules/ieee754/package.json | 52 + node_modules/inherits/LICENSE | 16 + node_modules/inherits/README.md | 42 + node_modules/inherits/inherits.js | 9 + node_modules/inherits/inherits_browser.js | 27 + node_modules/inherits/package.json | 29 + node_modules/ip-address/LICENSE | 19 + node_modules/ip-address/README.md | 108 + .../ip-address/dist/address-error.d.ts | 5 + .../ip-address/dist/address-error.d.ts.map | 1 + node_modules/ip-address/dist/address-error.js | 14 + .../ip-address/dist/address-error.js.map | 1 + node_modules/ip-address/dist/common.d.ts | 8 + node_modules/ip-address/dist/common.d.ts.map | 1 + node_modules/ip-address/dist/common.js | 26 + node_modules/ip-address/dist/common.js.map | 1 + node_modules/ip-address/dist/ip-address.d.ts | 11 + .../ip-address/dist/ip-address.d.ts.map | 1 + node_modules/ip-address/dist/ip-address.js | 35 + .../ip-address/dist/ip-address.js.map | 1 + node_modules/ip-address/dist/ipv4.d.ts | 194 + node_modules/ip-address/dist/ipv4.d.ts.map | 1 + node_modules/ip-address/dist/ipv4.js | 326 + node_modules/ip-address/dist/ipv4.js.map | 1 + node_modules/ip-address/dist/ipv6.d.ts | 429 + node_modules/ip-address/dist/ipv6.d.ts.map | 1 + node_modules/ip-address/dist/ipv6.js | 998 + node_modules/ip-address/dist/ipv6.js.map | 1 + .../ip-address/dist/v4/constants.d.ts | 5 + .../ip-address/dist/v4/constants.d.ts.map | 1 + node_modules/ip-address/dist/v4/constants.js | 8 + .../ip-address/dist/v4/constants.js.map | 1 + .../ip-address/dist/v6/constants.d.ts | 45 + .../ip-address/dist/v6/constants.d.ts.map | 1 + node_modules/ip-address/dist/v6/constants.js | 76 + .../ip-address/dist/v6/constants.js.map | 1 + node_modules/ip-address/dist/v6/helpers.d.ts | 18 + .../ip-address/dist/v6/helpers.d.ts.map | 1 + node_modules/ip-address/dist/v6/helpers.js | 48 + .../ip-address/dist/v6/helpers.js.map | 1 + .../dist/v6/regular-expressions.d.ts | 6 + .../dist/v6/regular-expressions.d.ts.map | 1 + .../ip-address/dist/v6/regular-expressions.js | 96 + .../dist/v6/regular-expressions.js.map | 1 + node_modules/ip-address/package.json | 87 + node_modules/ip-address/src/address-error.ts | 13 + node_modules/ip-address/src/common.ts | 32 + node_modules/ip-address/src/ip-address.ts | 11 + node_modules/ip-address/src/ipv4.ts | 363 + node_modules/ip-address/src/ipv6.ts | 1214 + node_modules/ip-address/src/v4/constants.ts | 6 + node_modules/ip-address/src/v6/constants.ts | 79 + node_modules/ip-address/src/v6/helpers.ts | 60 + .../ip-address/src/v6/regular-expressions.ts | 99 + node_modules/ipaddr.js/LICENSE | 19 + node_modules/ipaddr.js/README.md | 233 + node_modules/ipaddr.js/ipaddr.min.js | 1 + node_modules/ipaddr.js/lib/ipaddr.js | 673 + node_modules/ipaddr.js/lib/ipaddr.js.d.ts | 68 + node_modules/ipaddr.js/package.json | 35 + node_modules/is-plain-object/LICENSE | 21 + node_modules/is-plain-object/README.md | 125 + .../is-plain-object/dist/is-plain-object.js | 38 + .../is-plain-object/dist/is-plain-object.mjs | 34 + .../is-plain-object/is-plain-object.d.ts | 1 + node_modules/is-plain-object/package.json | 85 + node_modules/is-promise/LICENSE | 19 + node_modules/is-promise/index.js | 6 + node_modules/is-promise/index.mjs | 3 + node_modules/is-promise/package.json | 23 + node_modules/is-promise/readme.md | 33 + node_modules/is-typedarray/LICENSE.md | 18 + node_modules/is-typedarray/README.md | 16 + node_modules/is-typedarray/index.js | 41 + node_modules/is-typedarray/package.json | 30 + node_modules/is-typedarray/test.js | 34 + node_modules/isstream/.jshintrc | 59 + node_modules/isstream/.npmignore | 1 + node_modules/isstream/.travis.yml | 12 + node_modules/isstream/LICENSE.md | 11 + node_modules/isstream/README.md | 66 + node_modules/isstream/isstream.js | 27 + node_modules/isstream/package.json | 33 + node_modules/isstream/test.js | 168 + node_modules/js-sdsl/CHANGELOG.md | 211 + node_modules/js-sdsl/LICENSE | 21 + node_modules/js-sdsl/README.md | 296 + node_modules/js-sdsl/README.zh-CN.md | 298 + .../cjs/container/ContainerBase/index.d.ts | 206 + .../dist/cjs/container/ContainerBase/index.js | 40 + .../cjs/container/ContainerBase/index.js.map | 1 + .../container/HashContainer/Base/index.d.ts | 29 + .../cjs/container/HashContainer/Base/index.js | 188 + .../container/HashContainer/Base/index.js.map | 1 + .../cjs/container/HashContainer/HashMap.d.ts | 49 + .../cjs/container/HashContainer/HashMap.js | 125 + .../container/HashContainer/HashMap.js.map | 1 + .../cjs/container/HashContainer/HashSet.d.ts | 39 + .../cjs/container/HashContainer/HashSet.js | 94 + .../container/HashContainer/HashSet.js.map | 1 + .../OtherContainer/PriorityQueue.d.ts | 79 + .../container/OtherContainer/PriorityQueue.js | 118 + .../OtherContainer/PriorityQueue.js.map | 1 + .../cjs/container/OtherContainer/Queue.d.ts | 22 + .../cjs/container/OtherContainer/Queue.js | 52 + .../cjs/container/OtherContainer/Queue.js.map | 1 + .../cjs/container/OtherContainer/Stack.d.ts | 22 + .../cjs/container/OtherContainer/Stack.js | 42 + .../cjs/container/OtherContainer/Stack.js.map | 1 + .../Base/RandomIterator.d.ts | 9 + .../Base/RandomIterator.js | 58 + .../Base/RandomIterator.js.map | 1 + .../SequentialContainer/Base/index.d.ts | 67 + .../SequentialContainer/Base/index.js | 16 + .../SequentialContainer/Base/index.js.map | 1 + .../container/SequentialContainer/Deque.d.ts | 58 + .../container/SequentialContainer/Deque.js | 338 + .../SequentialContainer/Deque.js.map | 1 + .../SequentialContainer/LinkList.d.ts | 58 + .../container/SequentialContainer/LinkList.js | 330 + .../SequentialContainer/LinkList.js.map | 1 + .../container/SequentialContainer/Vector.d.ts | 40 + .../container/SequentialContainer/Vector.js | 158 + .../SequentialContainer/Vector.js.map | 1 + .../TreeContainer/Base/TreeIterator.d.ts | 18 + .../TreeContainer/Base/TreeIterator.js | 80 + .../TreeContainer/Base/TreeIterator.js.map | 1 + .../TreeContainer/Base/TreeNode.d.ts | 47 + .../container/TreeContainer/Base/TreeNode.js | 115 + .../TreeContainer/Base/TreeNode.js.map | 1 + .../container/TreeContainer/Base/index.d.ts | 58 + .../cjs/container/TreeContainer/Base/index.js | 514 + .../container/TreeContainer/Base/index.js.map | 1 + .../container/TreeContainer/OrderedMap.d.ts | 62 + .../cjs/container/TreeContainer/OrderedMap.js | 127 + .../container/TreeContainer/OrderedMap.js.map | 1 + .../container/TreeContainer/OrderedSet.d.ts | 54 + .../cjs/container/TreeContainer/OrderedSet.js | 107 + .../container/TreeContainer/OrderedSet.js.map | 1 + node_modules/js-sdsl/dist/cjs/index.d.ts | 21 + node_modules/js-sdsl/dist/cjs/index.js | 102 + node_modules/js-sdsl/dist/cjs/index.js.map | 1 + .../js-sdsl/dist/cjs/utils/checkObject.d.ts | 1 + .../js-sdsl/dist/cjs/utils/checkObject.js | 13 + .../js-sdsl/dist/cjs/utils/checkObject.js.map | 1 + .../js-sdsl/dist/cjs/utils/throwError.d.ts | 1 + .../js-sdsl/dist/cjs/utils/throwError.js | 12 + .../js-sdsl/dist/cjs/utils/throwError.js.map | 1 + .../esm/container/ContainerBase/index.d.ts | 206 + .../dist/esm/container/ContainerBase/index.js | 68 + .../esm/container/ContainerBase/index.js.map | 1 + .../container/HashContainer/Base/index.d.ts | 29 + .../esm/container/HashContainer/Base/index.js | 201 + .../container/HashContainer/Base/index.js.map | 1 + .../esm/container/HashContainer/HashMap.d.ts | 49 + .../esm/container/HashContainer/HashMap.js | 248 + .../container/HashContainer/HashMap.js.map | 1 + .../esm/container/HashContainer/HashSet.d.ts | 39 + .../esm/container/HashContainer/HashSet.js | 223 + .../container/HashContainer/HashSet.js.map | 1 + .../OtherContainer/PriorityQueue.d.ts | 79 + .../container/OtherContainer/PriorityQueue.js | 171 + .../OtherContainer/PriorityQueue.js.map | 1 + .../esm/container/OtherContainer/Queue.d.ts | 22 + .../esm/container/OtherContainer/Queue.js | 69 + .../esm/container/OtherContainer/Queue.js.map | 1 + .../esm/container/OtherContainer/Stack.d.ts | 22 + .../esm/container/OtherContainer/Stack.js | 59 + .../esm/container/OtherContainer/Stack.js.map | 1 + .../Base/RandomIterator.d.ts | 9 + .../Base/RandomIterator.js | 78 + .../Base/RandomIterator.js.map | 1 + .../SequentialContainer/Base/index.d.ts | 67 + .../SequentialContainer/Base/index.js | 33 + .../SequentialContainer/Base/index.js.map | 1 + .../container/SequentialContainer/Deque.d.ts | 58 + .../container/SequentialContainer/Deque.js | 498 + .../SequentialContainer/Deque.js.map | 1 + .../SequentialContainer/LinkList.d.ts | 58 + .../container/SequentialContainer/LinkList.js | 456 + .../SequentialContainer/LinkList.js.map | 1 + .../container/SequentialContainer/Vector.d.ts | 40 + .../container/SequentialContainer/Vector.js | 323 + .../SequentialContainer/Vector.js.map | 1 + .../TreeContainer/Base/TreeIterator.d.ts | 18 + .../TreeContainer/Base/TreeIterator.js | 98 + .../TreeContainer/Base/TreeIterator.js.map | 1 + .../TreeContainer/Base/TreeNode.d.ts | 47 + .../container/TreeContainer/Base/TreeNode.js | 132 + .../TreeContainer/Base/TreeNode.js.map | 1 + .../container/TreeContainer/Base/index.d.ts | 58 + .../esm/container/TreeContainer/Base/index.js | 600 + .../container/TreeContainer/Base/index.js.map | 1 + .../container/TreeContainer/OrderedMap.d.ts | 62 + .../esm/container/TreeContainer/OrderedMap.js | 265 + .../container/TreeContainer/OrderedMap.js.map | 1 + .../container/TreeContainer/OrderedSet.d.ts | 54 + .../esm/container/TreeContainer/OrderedSet.js | 245 + .../container/TreeContainer/OrderedSet.js.map | 1 + node_modules/js-sdsl/dist/esm/index.d.ts | 21 + node_modules/js-sdsl/dist/esm/index.js | 20 + node_modules/js-sdsl/dist/esm/index.js.map | 1 + .../js-sdsl/dist/esm/utils/checkObject.d.ts | 1 + .../js-sdsl/dist/esm/utils/checkObject.js | 5 + .../js-sdsl/dist/esm/utils/checkObject.js.map | 1 + .../js-sdsl/dist/esm/utils/throwError.d.ts | 1 + .../js-sdsl/dist/esm/utils/throwError.js | 4 + .../js-sdsl/dist/esm/utils/throwError.js.map | 1 + node_modules/js-sdsl/dist/umd/js-sdsl.js | 3154 +++ node_modules/js-sdsl/dist/umd/js-sdsl.min.js | 8 + .../js-sdsl/dist/umd/js-sdsl.min.js.map | 1 + node_modules/js-sdsl/package.json | 166 + node_modules/jsbn/.npmignore | 2 + node_modules/jsbn/CHANGELOG.md | 16 + node_modules/jsbn/LICENSE | 40 + node_modules/jsbn/README.md | 173 + node_modules/jsbn/example.html | 11 + node_modules/jsbn/example.js | 5 + node_modules/jsbn/index.js | 1361 + node_modules/jsbn/package.json | 21 + node_modules/jsbn/test/es6-import.js | 3 + .../json-schema-traverse/.eslintrc.yml | 27 + node_modules/json-schema-traverse/.travis.yml | 8 + node_modules/json-schema-traverse/LICENSE | 21 + node_modules/json-schema-traverse/README.md | 83 + node_modules/json-schema-traverse/index.js | 89 + .../json-schema-traverse/package.json | 43 + .../json-schema-traverse/spec/.eslintrc.yml | 6 + .../spec/fixtures/schema.js | 125 + .../json-schema-traverse/spec/index.spec.js | 171 + node_modules/json-schema/LICENSE | 195 + node_modules/json-schema/README.md | 3 + node_modules/json-schema/lib/links.js | 65 + node_modules/json-schema/lib/validate.js | 271 + node_modules/json-schema/package.json | 24 + node_modules/json-stringify-safe/.npmignore | 1 + node_modules/json-stringify-safe/CHANGELOG.md | 14 + node_modules/json-stringify-safe/LICENSE | 15 + node_modules/json-stringify-safe/Makefile | 35 + node_modules/json-stringify-safe/README.md | 52 + node_modules/json-stringify-safe/package.json | 31 + node_modules/json-stringify-safe/stringify.js | 27 + .../json-stringify-safe/test/mocha.opts | 2 + .../test/stringify_test.js | 246 + node_modules/jsprim/CHANGES.md | 53 + node_modules/jsprim/CONTRIBUTING.md | 19 + node_modules/jsprim/LICENSE | 19 + node_modules/jsprim/README.md | 287 + node_modules/jsprim/lib/jsprim.js | 735 + node_modules/jsprim/package.json | 20 + node_modules/leac/CHANGELOG.md | 15 + node_modules/leac/LICENSE | 21 + node_modules/leac/README.md | 119 + node_modules/leac/lib/leac.cjs | 1 + node_modules/leac/lib/leac.d.ts | 165 + node_modules/leac/lib/leac.mjs | 1 + node_modules/leac/package.json | 89 + node_modules/lodash/LICENSE | 47 + node_modules/lodash/README.md | 39 + node_modules/lodash/_DataView.js | 7 + node_modules/lodash/_Hash.js | 32 + node_modules/lodash/_LazyWrapper.js | 28 + node_modules/lodash/_ListCache.js | 32 + node_modules/lodash/_LodashWrapper.js | 22 + node_modules/lodash/_Map.js | 7 + node_modules/lodash/_MapCache.js | 32 + node_modules/lodash/_Promise.js | 7 + node_modules/lodash/_Set.js | 7 + node_modules/lodash/_SetCache.js | 27 + node_modules/lodash/_Stack.js | 27 + node_modules/lodash/_Symbol.js | 6 + node_modules/lodash/_Uint8Array.js | 6 + node_modules/lodash/_WeakMap.js | 7 + node_modules/lodash/_apply.js | 21 + node_modules/lodash/_arrayAggregator.js | 22 + node_modules/lodash/_arrayEach.js | 22 + node_modules/lodash/_arrayEachRight.js | 21 + node_modules/lodash/_arrayEvery.js | 23 + node_modules/lodash/_arrayFilter.js | 25 + node_modules/lodash/_arrayIncludes.js | 17 + node_modules/lodash/_arrayIncludesWith.js | 22 + node_modules/lodash/_arrayLikeKeys.js | 49 + node_modules/lodash/_arrayMap.js | 21 + node_modules/lodash/_arrayPush.js | 20 + node_modules/lodash/_arrayReduce.js | 26 + node_modules/lodash/_arrayReduceRight.js | 24 + node_modules/lodash/_arraySample.js | 15 + node_modules/lodash/_arraySampleSize.js | 17 + node_modules/lodash/_arrayShuffle.js | 15 + node_modules/lodash/_arraySome.js | 23 + node_modules/lodash/_asciiSize.js | 12 + node_modules/lodash/_asciiToArray.js | 12 + node_modules/lodash/_asciiWords.js | 15 + node_modules/lodash/_assignMergeValue.js | 20 + node_modules/lodash/_assignValue.js | 28 + node_modules/lodash/_assocIndexOf.js | 21 + node_modules/lodash/_baseAggregator.js | 21 + node_modules/lodash/_baseAssign.js | 17 + node_modules/lodash/_baseAssignIn.js | 17 + node_modules/lodash/_baseAssignValue.js | 25 + node_modules/lodash/_baseAt.js | 23 + node_modules/lodash/_baseClamp.js | 22 + node_modules/lodash/_baseClone.js | 166 + node_modules/lodash/_baseConforms.js | 18 + node_modules/lodash/_baseConformsTo.js | 27 + node_modules/lodash/_baseCreate.js | 30 + node_modules/lodash/_baseDelay.js | 21 + node_modules/lodash/_baseDifference.js | 67 + node_modules/lodash/_baseEach.js | 14 + node_modules/lodash/_baseEachRight.js | 14 + node_modules/lodash/_baseEvery.js | 21 + node_modules/lodash/_baseExtremum.js | 32 + node_modules/lodash/_baseFill.js | 32 + node_modules/lodash/_baseFilter.js | 21 + node_modules/lodash/_baseFindIndex.js | 24 + node_modules/lodash/_baseFindKey.js | 23 + node_modules/lodash/_baseFlatten.js | 38 + node_modules/lodash/_baseFor.js | 16 + node_modules/lodash/_baseForOwn.js | 16 + node_modules/lodash/_baseForOwnRight.js | 16 + node_modules/lodash/_baseForRight.js | 15 + node_modules/lodash/_baseFunctions.js | 19 + node_modules/lodash/_baseGet.js | 24 + node_modules/lodash/_baseGetAllKeys.js | 20 + node_modules/lodash/_baseGetTag.js | 28 + node_modules/lodash/_baseGt.js | 14 + node_modules/lodash/_baseHas.js | 19 + node_modules/lodash/_baseHasIn.js | 13 + node_modules/lodash/_baseInRange.js | 18 + node_modules/lodash/_baseIndexOf.js | 20 + node_modules/lodash/_baseIndexOfWith.js | 23 + node_modules/lodash/_baseIntersection.js | 74 + node_modules/lodash/_baseInverter.js | 21 + node_modules/lodash/_baseInvoke.js | 24 + node_modules/lodash/_baseIsArguments.js | 18 + node_modules/lodash/_baseIsArrayBuffer.js | 17 + node_modules/lodash/_baseIsDate.js | 18 + node_modules/lodash/_baseIsEqual.js | 28 + node_modules/lodash/_baseIsEqualDeep.js | 83 + node_modules/lodash/_baseIsMap.js | 18 + node_modules/lodash/_baseIsMatch.js | 62 + node_modules/lodash/_baseIsNaN.js | 12 + node_modules/lodash/_baseIsNative.js | 47 + node_modules/lodash/_baseIsRegExp.js | 18 + node_modules/lodash/_baseIsSet.js | 18 + node_modules/lodash/_baseIsTypedArray.js | 60 + node_modules/lodash/_baseIteratee.js | 31 + node_modules/lodash/_baseKeys.js | 30 + node_modules/lodash/_baseKeysIn.js | 33 + node_modules/lodash/_baseLodash.js | 10 + node_modules/lodash/_baseLt.js | 14 + node_modules/lodash/_baseMap.js | 22 + node_modules/lodash/_baseMatches.js | 22 + node_modules/lodash/_baseMatchesProperty.js | 33 + node_modules/lodash/_baseMean.js | 20 + node_modules/lodash/_baseMerge.js | 42 + node_modules/lodash/_baseMergeDeep.js | 94 + node_modules/lodash/_baseNth.js | 20 + node_modules/lodash/_baseOrderBy.js | 49 + node_modules/lodash/_basePick.js | 19 + node_modules/lodash/_basePickBy.js | 30 + node_modules/lodash/_baseProperty.js | 14 + node_modules/lodash/_basePropertyDeep.js | 16 + node_modules/lodash/_basePropertyOf.js | 14 + node_modules/lodash/_basePullAll.js | 51 + node_modules/lodash/_basePullAt.js | 37 + node_modules/lodash/_baseRandom.js | 18 + node_modules/lodash/_baseRange.js | 28 + node_modules/lodash/_baseReduce.js | 23 + node_modules/lodash/_baseRepeat.js | 35 + node_modules/lodash/_baseRest.js | 17 + node_modules/lodash/_baseSample.js | 15 + node_modules/lodash/_baseSampleSize.js | 18 + node_modules/lodash/_baseSet.js | 51 + node_modules/lodash/_baseSetData.js | 17 + node_modules/lodash/_baseSetToString.js | 22 + node_modules/lodash/_baseShuffle.js | 15 + node_modules/lodash/_baseSlice.js | 31 + node_modules/lodash/_baseSome.js | 22 + node_modules/lodash/_baseSortBy.js | 21 + node_modules/lodash/_baseSortedIndex.js | 42 + node_modules/lodash/_baseSortedIndexBy.js | 67 + node_modules/lodash/_baseSortedUniq.js | 30 + node_modules/lodash/_baseSum.js | 24 + node_modules/lodash/_baseTimes.js | 20 + node_modules/lodash/_baseToNumber.js | 24 + node_modules/lodash/_baseToPairs.js | 18 + node_modules/lodash/_baseToString.js | 37 + node_modules/lodash/_baseTrim.js | 19 + node_modules/lodash/_baseUnary.js | 14 + node_modules/lodash/_baseUniq.js | 72 + node_modules/lodash/_baseUnset.js | 20 + node_modules/lodash/_baseUpdate.js | 18 + node_modules/lodash/_baseValues.js | 19 + node_modules/lodash/_baseWhile.js | 26 + node_modules/lodash/_baseWrapperValue.js | 25 + node_modules/lodash/_baseXor.js | 36 + node_modules/lodash/_baseZipObject.js | 23 + node_modules/lodash/_cacheHas.js | 13 + node_modules/lodash/_castArrayLikeObject.js | 14 + node_modules/lodash/_castFunction.js | 14 + node_modules/lodash/_castPath.js | 21 + node_modules/lodash/_castRest.js | 14 + node_modules/lodash/_castSlice.js | 18 + node_modules/lodash/_charsEndIndex.js | 19 + node_modules/lodash/_charsStartIndex.js | 20 + node_modules/lodash/_cloneArrayBuffer.js | 16 + node_modules/lodash/_cloneBuffer.js | 35 + node_modules/lodash/_cloneDataView.js | 16 + node_modules/lodash/_cloneRegExp.js | 17 + node_modules/lodash/_cloneSymbol.js | 18 + node_modules/lodash/_cloneTypedArray.js | 16 + node_modules/lodash/_compareAscending.js | 41 + node_modules/lodash/_compareMultiple.js | 44 + node_modules/lodash/_composeArgs.js | 39 + node_modules/lodash/_composeArgsRight.js | 41 + node_modules/lodash/_copyArray.js | 20 + node_modules/lodash/_copyObject.js | 40 + node_modules/lodash/_copySymbols.js | 16 + node_modules/lodash/_copySymbolsIn.js | 16 + node_modules/lodash/_coreJsData.js | 6 + node_modules/lodash/_countHolders.js | 21 + node_modules/lodash/_createAggregator.js | 23 + node_modules/lodash/_createAssigner.js | 37 + node_modules/lodash/_createBaseEach.js | 32 + node_modules/lodash/_createBaseFor.js | 25 + node_modules/lodash/_createBind.js | 28 + node_modules/lodash/_createCaseFirst.js | 33 + node_modules/lodash/_createCompounder.js | 24 + node_modules/lodash/_createCtor.js | 37 + node_modules/lodash/_createCurry.js | 46 + node_modules/lodash/_createFind.js | 25 + node_modules/lodash/_createFlow.js | 78 + node_modules/lodash/_createHybrid.js | 92 + node_modules/lodash/_createInverter.js | 17 + node_modules/lodash/_createMathOperation.js | 38 + node_modules/lodash/_createOver.js | 27 + node_modules/lodash/_createPadding.js | 33 + node_modules/lodash/_createPartial.js | 43 + node_modules/lodash/_createRange.js | 30 + node_modules/lodash/_createRecurry.js | 56 + .../lodash/_createRelationalOperation.js | 20 + node_modules/lodash/_createRound.js | 35 + node_modules/lodash/_createSet.js | 19 + node_modules/lodash/_createToPairs.js | 30 + node_modules/lodash/_createWrap.js | 106 + .../lodash/_customDefaultsAssignIn.js | 29 + node_modules/lodash/_customDefaultsMerge.js | 28 + node_modules/lodash/_customOmitClone.js | 16 + node_modules/lodash/_deburrLetter.js | 71 + node_modules/lodash/_defineProperty.js | 11 + node_modules/lodash/_equalArrays.js | 84 + node_modules/lodash/_equalByTag.js | 112 + node_modules/lodash/_equalObjects.js | 90 + node_modules/lodash/_escapeHtmlChar.js | 21 + node_modules/lodash/_escapeStringChar.js | 22 + node_modules/lodash/_flatRest.js | 16 + node_modules/lodash/_freeGlobal.js | 4 + node_modules/lodash/_getAllKeys.js | 16 + node_modules/lodash/_getAllKeysIn.js | 17 + node_modules/lodash/_getData.js | 15 + node_modules/lodash/_getFuncName.js | 31 + node_modules/lodash/_getHolder.js | 13 + node_modules/lodash/_getMapData.js | 18 + node_modules/lodash/_getMatchData.js | 24 + node_modules/lodash/_getNative.js | 17 + node_modules/lodash/_getPrototype.js | 6 + node_modules/lodash/_getRawTag.js | 46 + node_modules/lodash/_getSymbols.js | 30 + node_modules/lodash/_getSymbolsIn.js | 25 + node_modules/lodash/_getTag.js | 58 + node_modules/lodash/_getValue.js | 13 + node_modules/lodash/_getView.js | 33 + node_modules/lodash/_getWrapDetails.js | 17 + node_modules/lodash/_hasPath.js | 39 + node_modules/lodash/_hasUnicode.js | 26 + node_modules/lodash/_hasUnicodeWord.js | 15 + node_modules/lodash/_hashClear.js | 15 + node_modules/lodash/_hashDelete.js | 17 + node_modules/lodash/_hashGet.js | 30 + node_modules/lodash/_hashHas.js | 23 + node_modules/lodash/_hashSet.js | 23 + node_modules/lodash/_initCloneArray.js | 26 + node_modules/lodash/_initCloneByTag.js | 77 + node_modules/lodash/_initCloneObject.js | 18 + node_modules/lodash/_insertWrapDetails.js | 23 + node_modules/lodash/_isFlattenable.js | 20 + node_modules/lodash/_isIndex.js | 25 + node_modules/lodash/_isIterateeCall.js | 30 + node_modules/lodash/_isKey.js | 29 + node_modules/lodash/_isKeyable.js | 15 + node_modules/lodash/_isLaziable.js | 28 + node_modules/lodash/_isMaskable.js | 14 + node_modules/lodash/_isMasked.js | 20 + node_modules/lodash/_isPrototype.js | 18 + node_modules/lodash/_isStrictComparable.js | 15 + node_modules/lodash/_iteratorToArray.js | 18 + node_modules/lodash/_lazyClone.js | 23 + node_modules/lodash/_lazyReverse.js | 23 + node_modules/lodash/_lazyValue.js | 69 + node_modules/lodash/_listCacheClear.js | 13 + node_modules/lodash/_listCacheDelete.js | 35 + node_modules/lodash/_listCacheGet.js | 19 + node_modules/lodash/_listCacheHas.js | 16 + node_modules/lodash/_listCacheSet.js | 26 + node_modules/lodash/_mapCacheClear.js | 21 + node_modules/lodash/_mapCacheDelete.js | 18 + node_modules/lodash/_mapCacheGet.js | 16 + node_modules/lodash/_mapCacheHas.js | 16 + node_modules/lodash/_mapCacheSet.js | 22 + node_modules/lodash/_mapToArray.js | 18 + .../lodash/_matchesStrictComparable.js | 20 + node_modules/lodash/_memoizeCapped.js | 26 + node_modules/lodash/_mergeData.js | 90 + node_modules/lodash/_metaMap.js | 6 + node_modules/lodash/_nativeCreate.js | 6 + node_modules/lodash/_nativeKeys.js | 6 + node_modules/lodash/_nativeKeysIn.js | 20 + node_modules/lodash/_nodeUtil.js | 30 + node_modules/lodash/_objectToString.js | 22 + node_modules/lodash/_overArg.js | 15 + node_modules/lodash/_overRest.js | 36 + node_modules/lodash/_parent.js | 16 + node_modules/lodash/_reEscape.js | 4 + node_modules/lodash/_reEvaluate.js | 4 + node_modules/lodash/_reInterpolate.js | 4 + node_modules/lodash/_realNames.js | 4 + node_modules/lodash/_reorder.js | 29 + node_modules/lodash/_replaceHolders.js | 29 + node_modules/lodash/_root.js | 9 + node_modules/lodash/_safeGet.js | 21 + node_modules/lodash/_setCacheAdd.js | 19 + node_modules/lodash/_setCacheHas.js | 14 + node_modules/lodash/_setData.js | 20 + node_modules/lodash/_setToArray.js | 18 + node_modules/lodash/_setToPairs.js | 18 + node_modules/lodash/_setToString.js | 14 + node_modules/lodash/_setWrapToString.js | 21 + node_modules/lodash/_shortOut.js | 37 + node_modules/lodash/_shuffleSelf.js | 28 + node_modules/lodash/_stackClear.js | 15 + node_modules/lodash/_stackDelete.js | 18 + node_modules/lodash/_stackGet.js | 14 + node_modules/lodash/_stackHas.js | 14 + node_modules/lodash/_stackSet.js | 34 + node_modules/lodash/_strictIndexOf.js | 23 + node_modules/lodash/_strictLastIndexOf.js | 21 + node_modules/lodash/_stringSize.js | 18 + node_modules/lodash/_stringToArray.js | 18 + node_modules/lodash/_stringToPath.js | 27 + node_modules/lodash/_toKey.js | 21 + node_modules/lodash/_toSource.js | 26 + node_modules/lodash/_trimmedEndIndex.js | 19 + node_modules/lodash/_unescapeHtmlChar.js | 21 + node_modules/lodash/_unicodeSize.js | 44 + node_modules/lodash/_unicodeToArray.js | 40 + node_modules/lodash/_unicodeWords.js | 69 + node_modules/lodash/_updateWrapDetails.js | 46 + node_modules/lodash/_wrapperClone.js | 23 + node_modules/lodash/add.js | 22 + node_modules/lodash/after.js | 42 + node_modules/lodash/array.js | 67 + node_modules/lodash/ary.js | 29 + node_modules/lodash/assign.js | 58 + node_modules/lodash/assignIn.js | 40 + node_modules/lodash/assignInWith.js | 38 + node_modules/lodash/assignWith.js | 37 + node_modules/lodash/at.js | 23 + node_modules/lodash/attempt.js | 35 + node_modules/lodash/before.js | 40 + node_modules/lodash/bind.js | 57 + node_modules/lodash/bindAll.js | 41 + node_modules/lodash/bindKey.js | 68 + node_modules/lodash/camelCase.js | 29 + node_modules/lodash/capitalize.js | 23 + node_modules/lodash/castArray.js | 44 + node_modules/lodash/ceil.js | 26 + node_modules/lodash/chain.js | 38 + node_modules/lodash/chunk.js | 50 + node_modules/lodash/clamp.js | 39 + node_modules/lodash/clone.js | 36 + node_modules/lodash/cloneDeep.js | 29 + node_modules/lodash/cloneDeepWith.js | 40 + node_modules/lodash/cloneWith.js | 42 + node_modules/lodash/collection.js | 30 + node_modules/lodash/commit.js | 33 + node_modules/lodash/compact.js | 31 + node_modules/lodash/concat.js | 43 + node_modules/lodash/cond.js | 60 + node_modules/lodash/conforms.js | 35 + node_modules/lodash/conformsTo.js | 32 + node_modules/lodash/constant.js | 26 + node_modules/lodash/core.js | 3877 +++ node_modules/lodash/core.min.js | 29 + node_modules/lodash/countBy.js | 40 + node_modules/lodash/create.js | 43 + node_modules/lodash/curry.js | 57 + node_modules/lodash/curryRight.js | 54 + node_modules/lodash/date.js | 3 + node_modules/lodash/debounce.js | 191 + node_modules/lodash/deburr.js | 45 + node_modules/lodash/defaultTo.js | 25 + node_modules/lodash/defaults.js | 64 + node_modules/lodash/defaultsDeep.js | 30 + node_modules/lodash/defer.js | 26 + node_modules/lodash/delay.js | 28 + node_modules/lodash/difference.js | 33 + node_modules/lodash/differenceBy.js | 44 + node_modules/lodash/differenceWith.js | 40 + node_modules/lodash/divide.js | 22 + node_modules/lodash/drop.js | 38 + node_modules/lodash/dropRight.js | 39 + node_modules/lodash/dropRightWhile.js | 45 + node_modules/lodash/dropWhile.js | 45 + node_modules/lodash/each.js | 1 + node_modules/lodash/eachRight.js | 1 + node_modules/lodash/endsWith.js | 43 + node_modules/lodash/entries.js | 1 + node_modules/lodash/entriesIn.js | 1 + node_modules/lodash/eq.js | 37 + node_modules/lodash/escape.js | 43 + node_modules/lodash/escapeRegExp.js | 32 + node_modules/lodash/every.js | 56 + node_modules/lodash/extend.js | 1 + node_modules/lodash/extendWith.js | 1 + node_modules/lodash/fill.js | 45 + node_modules/lodash/filter.js | 52 + node_modules/lodash/find.js | 42 + node_modules/lodash/findIndex.js | 55 + node_modules/lodash/findKey.js | 44 + node_modules/lodash/findLast.js | 25 + node_modules/lodash/findLastIndex.js | 59 + node_modules/lodash/findLastKey.js | 44 + node_modules/lodash/first.js | 1 + node_modules/lodash/flake.lock | 40 + node_modules/lodash/flake.nix | 20 + node_modules/lodash/flatMap.js | 29 + node_modules/lodash/flatMapDeep.js | 31 + node_modules/lodash/flatMapDepth.js | 31 + node_modules/lodash/flatten.js | 22 + node_modules/lodash/flattenDeep.js | 25 + node_modules/lodash/flattenDepth.js | 33 + node_modules/lodash/flip.js | 28 + node_modules/lodash/floor.js | 26 + node_modules/lodash/flow.js | 27 + node_modules/lodash/flowRight.js | 26 + node_modules/lodash/forEach.js | 41 + node_modules/lodash/forEachRight.js | 31 + node_modules/lodash/forIn.js | 39 + node_modules/lodash/forInRight.js | 37 + node_modules/lodash/forOwn.js | 36 + node_modules/lodash/forOwnRight.js | 34 + node_modules/lodash/fp.js | 2 + node_modules/lodash/fp/F.js | 1 + node_modules/lodash/fp/T.js | 1 + node_modules/lodash/fp/__.js | 1 + node_modules/lodash/fp/_baseConvert.js | 569 + node_modules/lodash/fp/_convertBrowser.js | 18 + node_modules/lodash/fp/_falseOptions.js | 7 + node_modules/lodash/fp/_mapping.js | 358 + node_modules/lodash/fp/_util.js | 16 + node_modules/lodash/fp/add.js | 5 + node_modules/lodash/fp/after.js | 5 + node_modules/lodash/fp/all.js | 1 + node_modules/lodash/fp/allPass.js | 1 + node_modules/lodash/fp/always.js | 1 + node_modules/lodash/fp/any.js | 1 + node_modules/lodash/fp/anyPass.js | 1 + node_modules/lodash/fp/apply.js | 1 + node_modules/lodash/fp/array.js | 2 + node_modules/lodash/fp/ary.js | 5 + node_modules/lodash/fp/assign.js | 5 + node_modules/lodash/fp/assignAll.js | 5 + node_modules/lodash/fp/assignAllWith.js | 5 + node_modules/lodash/fp/assignIn.js | 5 + node_modules/lodash/fp/assignInAll.js | 5 + node_modules/lodash/fp/assignInAllWith.js | 5 + node_modules/lodash/fp/assignInWith.js | 5 + node_modules/lodash/fp/assignWith.js | 5 + node_modules/lodash/fp/assoc.js | 1 + node_modules/lodash/fp/assocPath.js | 1 + node_modules/lodash/fp/at.js | 5 + node_modules/lodash/fp/attempt.js | 5 + node_modules/lodash/fp/before.js | 5 + node_modules/lodash/fp/bind.js | 5 + node_modules/lodash/fp/bindAll.js | 5 + node_modules/lodash/fp/bindKey.js | 5 + node_modules/lodash/fp/camelCase.js | 5 + node_modules/lodash/fp/capitalize.js | 5 + node_modules/lodash/fp/castArray.js | 5 + node_modules/lodash/fp/ceil.js | 5 + node_modules/lodash/fp/chain.js | 5 + node_modules/lodash/fp/chunk.js | 5 + node_modules/lodash/fp/clamp.js | 5 + node_modules/lodash/fp/clone.js | 5 + node_modules/lodash/fp/cloneDeep.js | 5 + node_modules/lodash/fp/cloneDeepWith.js | 5 + node_modules/lodash/fp/cloneWith.js | 5 + node_modules/lodash/fp/collection.js | 2 + node_modules/lodash/fp/commit.js | 5 + node_modules/lodash/fp/compact.js | 5 + node_modules/lodash/fp/complement.js | 1 + node_modules/lodash/fp/compose.js | 1 + node_modules/lodash/fp/concat.js | 5 + node_modules/lodash/fp/cond.js | 5 + node_modules/lodash/fp/conforms.js | 1 + node_modules/lodash/fp/conformsTo.js | 5 + node_modules/lodash/fp/constant.js | 5 + node_modules/lodash/fp/contains.js | 1 + node_modules/lodash/fp/convert.js | 18 + node_modules/lodash/fp/countBy.js | 5 + node_modules/lodash/fp/create.js | 5 + node_modules/lodash/fp/curry.js | 5 + node_modules/lodash/fp/curryN.js | 5 + node_modules/lodash/fp/curryRight.js | 5 + node_modules/lodash/fp/curryRightN.js | 5 + node_modules/lodash/fp/date.js | 2 + node_modules/lodash/fp/debounce.js | 5 + node_modules/lodash/fp/deburr.js | 5 + node_modules/lodash/fp/defaultTo.js | 5 + node_modules/lodash/fp/defaults.js | 5 + node_modules/lodash/fp/defaultsAll.js | 5 + node_modules/lodash/fp/defaultsDeep.js | 5 + node_modules/lodash/fp/defaultsDeepAll.js | 5 + node_modules/lodash/fp/defer.js | 5 + node_modules/lodash/fp/delay.js | 5 + node_modules/lodash/fp/difference.js | 5 + node_modules/lodash/fp/differenceBy.js | 5 + node_modules/lodash/fp/differenceWith.js | 5 + node_modules/lodash/fp/dissoc.js | 1 + node_modules/lodash/fp/dissocPath.js | 1 + node_modules/lodash/fp/divide.js | 5 + node_modules/lodash/fp/drop.js | 5 + node_modules/lodash/fp/dropLast.js | 1 + node_modules/lodash/fp/dropLastWhile.js | 1 + node_modules/lodash/fp/dropRight.js | 5 + node_modules/lodash/fp/dropRightWhile.js | 5 + node_modules/lodash/fp/dropWhile.js | 5 + node_modules/lodash/fp/each.js | 1 + node_modules/lodash/fp/eachRight.js | 1 + node_modules/lodash/fp/endsWith.js | 5 + node_modules/lodash/fp/entries.js | 1 + node_modules/lodash/fp/entriesIn.js | 1 + node_modules/lodash/fp/eq.js | 5 + node_modules/lodash/fp/equals.js | 1 + node_modules/lodash/fp/escape.js | 5 + node_modules/lodash/fp/escapeRegExp.js | 5 + node_modules/lodash/fp/every.js | 5 + node_modules/lodash/fp/extend.js | 1 + node_modules/lodash/fp/extendAll.js | 1 + node_modules/lodash/fp/extendAllWith.js | 1 + node_modules/lodash/fp/extendWith.js | 1 + node_modules/lodash/fp/fill.js | 5 + node_modules/lodash/fp/filter.js | 5 + node_modules/lodash/fp/find.js | 5 + node_modules/lodash/fp/findFrom.js | 5 + node_modules/lodash/fp/findIndex.js | 5 + node_modules/lodash/fp/findIndexFrom.js | 5 + node_modules/lodash/fp/findKey.js | 5 + node_modules/lodash/fp/findLast.js | 5 + node_modules/lodash/fp/findLastFrom.js | 5 + node_modules/lodash/fp/findLastIndex.js | 5 + node_modules/lodash/fp/findLastIndexFrom.js | 5 + node_modules/lodash/fp/findLastKey.js | 5 + node_modules/lodash/fp/first.js | 1 + node_modules/lodash/fp/flatMap.js | 5 + node_modules/lodash/fp/flatMapDeep.js | 5 + node_modules/lodash/fp/flatMapDepth.js | 5 + node_modules/lodash/fp/flatten.js | 5 + node_modules/lodash/fp/flattenDeep.js | 5 + node_modules/lodash/fp/flattenDepth.js | 5 + node_modules/lodash/fp/flip.js | 5 + node_modules/lodash/fp/floor.js | 5 + node_modules/lodash/fp/flow.js | 5 + node_modules/lodash/fp/flowRight.js | 5 + node_modules/lodash/fp/forEach.js | 5 + node_modules/lodash/fp/forEachRight.js | 5 + node_modules/lodash/fp/forIn.js | 5 + node_modules/lodash/fp/forInRight.js | 5 + node_modules/lodash/fp/forOwn.js | 5 + node_modules/lodash/fp/forOwnRight.js | 5 + node_modules/lodash/fp/fromPairs.js | 5 + node_modules/lodash/fp/function.js | 2 + node_modules/lodash/fp/functions.js | 5 + node_modules/lodash/fp/functionsIn.js | 5 + node_modules/lodash/fp/get.js | 5 + node_modules/lodash/fp/getOr.js | 5 + node_modules/lodash/fp/groupBy.js | 5 + node_modules/lodash/fp/gt.js | 5 + node_modules/lodash/fp/gte.js | 5 + node_modules/lodash/fp/has.js | 5 + node_modules/lodash/fp/hasIn.js | 5 + node_modules/lodash/fp/head.js | 5 + node_modules/lodash/fp/identical.js | 1 + node_modules/lodash/fp/identity.js | 5 + node_modules/lodash/fp/inRange.js | 5 + node_modules/lodash/fp/includes.js | 5 + node_modules/lodash/fp/includesFrom.js | 5 + node_modules/lodash/fp/indexBy.js | 1 + node_modules/lodash/fp/indexOf.js | 5 + node_modules/lodash/fp/indexOfFrom.js | 5 + node_modules/lodash/fp/init.js | 1 + node_modules/lodash/fp/initial.js | 5 + node_modules/lodash/fp/intersection.js | 5 + node_modules/lodash/fp/intersectionBy.js | 5 + node_modules/lodash/fp/intersectionWith.js | 5 + node_modules/lodash/fp/invert.js | 5 + node_modules/lodash/fp/invertBy.js | 5 + node_modules/lodash/fp/invertObj.js | 1 + node_modules/lodash/fp/invoke.js | 5 + node_modules/lodash/fp/invokeArgs.js | 5 + node_modules/lodash/fp/invokeArgsMap.js | 5 + node_modules/lodash/fp/invokeMap.js | 5 + node_modules/lodash/fp/isArguments.js | 5 + node_modules/lodash/fp/isArray.js | 5 + node_modules/lodash/fp/isArrayBuffer.js | 5 + node_modules/lodash/fp/isArrayLike.js | 5 + node_modules/lodash/fp/isArrayLikeObject.js | 5 + node_modules/lodash/fp/isBoolean.js | 5 + node_modules/lodash/fp/isBuffer.js | 5 + node_modules/lodash/fp/isDate.js | 5 + node_modules/lodash/fp/isElement.js | 5 + node_modules/lodash/fp/isEmpty.js | 5 + node_modules/lodash/fp/isEqual.js | 5 + node_modules/lodash/fp/isEqualWith.js | 5 + node_modules/lodash/fp/isError.js | 5 + node_modules/lodash/fp/isFinite.js | 5 + node_modules/lodash/fp/isFunction.js | 5 + node_modules/lodash/fp/isInteger.js | 5 + node_modules/lodash/fp/isLength.js | 5 + node_modules/lodash/fp/isMap.js | 5 + node_modules/lodash/fp/isMatch.js | 5 + node_modules/lodash/fp/isMatchWith.js | 5 + node_modules/lodash/fp/isNaN.js | 5 + node_modules/lodash/fp/isNative.js | 5 + node_modules/lodash/fp/isNil.js | 5 + node_modules/lodash/fp/isNull.js | 5 + node_modules/lodash/fp/isNumber.js | 5 + node_modules/lodash/fp/isObject.js | 5 + node_modules/lodash/fp/isObjectLike.js | 5 + node_modules/lodash/fp/isPlainObject.js | 5 + node_modules/lodash/fp/isRegExp.js | 5 + node_modules/lodash/fp/isSafeInteger.js | 5 + node_modules/lodash/fp/isSet.js | 5 + node_modules/lodash/fp/isString.js | 5 + node_modules/lodash/fp/isSymbol.js | 5 + node_modules/lodash/fp/isTypedArray.js | 5 + node_modules/lodash/fp/isUndefined.js | 5 + node_modules/lodash/fp/isWeakMap.js | 5 + node_modules/lodash/fp/isWeakSet.js | 5 + node_modules/lodash/fp/iteratee.js | 5 + node_modules/lodash/fp/join.js | 5 + node_modules/lodash/fp/juxt.js | 1 + node_modules/lodash/fp/kebabCase.js | 5 + node_modules/lodash/fp/keyBy.js | 5 + node_modules/lodash/fp/keys.js | 5 + node_modules/lodash/fp/keysIn.js | 5 + node_modules/lodash/fp/lang.js | 2 + node_modules/lodash/fp/last.js | 5 + node_modules/lodash/fp/lastIndexOf.js | 5 + node_modules/lodash/fp/lastIndexOfFrom.js | 5 + node_modules/lodash/fp/lowerCase.js | 5 + node_modules/lodash/fp/lowerFirst.js | 5 + node_modules/lodash/fp/lt.js | 5 + node_modules/lodash/fp/lte.js | 5 + node_modules/lodash/fp/map.js | 5 + node_modules/lodash/fp/mapKeys.js | 5 + node_modules/lodash/fp/mapValues.js | 5 + node_modules/lodash/fp/matches.js | 1 + node_modules/lodash/fp/matchesProperty.js | 5 + node_modules/lodash/fp/math.js | 2 + node_modules/lodash/fp/max.js | 5 + node_modules/lodash/fp/maxBy.js | 5 + node_modules/lodash/fp/mean.js | 5 + node_modules/lodash/fp/meanBy.js | 5 + node_modules/lodash/fp/memoize.js | 5 + node_modules/lodash/fp/merge.js | 5 + node_modules/lodash/fp/mergeAll.js | 5 + node_modules/lodash/fp/mergeAllWith.js | 5 + node_modules/lodash/fp/mergeWith.js | 5 + node_modules/lodash/fp/method.js | 5 + node_modules/lodash/fp/methodOf.js | 5 + node_modules/lodash/fp/min.js | 5 + node_modules/lodash/fp/minBy.js | 5 + node_modules/lodash/fp/mixin.js | 5 + node_modules/lodash/fp/multiply.js | 5 + node_modules/lodash/fp/nAry.js | 1 + node_modules/lodash/fp/negate.js | 5 + node_modules/lodash/fp/next.js | 5 + node_modules/lodash/fp/noop.js | 5 + node_modules/lodash/fp/now.js | 5 + node_modules/lodash/fp/nth.js | 5 + node_modules/lodash/fp/nthArg.js | 5 + node_modules/lodash/fp/number.js | 2 + node_modules/lodash/fp/object.js | 2 + node_modules/lodash/fp/omit.js | 5 + node_modules/lodash/fp/omitAll.js | 1 + node_modules/lodash/fp/omitBy.js | 5 + node_modules/lodash/fp/once.js | 5 + node_modules/lodash/fp/orderBy.js | 5 + node_modules/lodash/fp/over.js | 5 + node_modules/lodash/fp/overArgs.js | 5 + node_modules/lodash/fp/overEvery.js | 5 + node_modules/lodash/fp/overSome.js | 5 + node_modules/lodash/fp/pad.js | 5 + node_modules/lodash/fp/padChars.js | 5 + node_modules/lodash/fp/padCharsEnd.js | 5 + node_modules/lodash/fp/padCharsStart.js | 5 + node_modules/lodash/fp/padEnd.js | 5 + node_modules/lodash/fp/padStart.js | 5 + node_modules/lodash/fp/parseInt.js | 5 + node_modules/lodash/fp/partial.js | 5 + node_modules/lodash/fp/partialRight.js | 5 + node_modules/lodash/fp/partition.js | 5 + node_modules/lodash/fp/path.js | 1 + node_modules/lodash/fp/pathEq.js | 1 + node_modules/lodash/fp/pathOr.js | 1 + node_modules/lodash/fp/paths.js | 1 + node_modules/lodash/fp/pick.js | 5 + node_modules/lodash/fp/pickAll.js | 1 + node_modules/lodash/fp/pickBy.js | 5 + node_modules/lodash/fp/pipe.js | 1 + node_modules/lodash/fp/placeholder.js | 6 + node_modules/lodash/fp/plant.js | 5 + node_modules/lodash/fp/pluck.js | 1 + node_modules/lodash/fp/prop.js | 1 + node_modules/lodash/fp/propEq.js | 1 + node_modules/lodash/fp/propOr.js | 1 + node_modules/lodash/fp/property.js | 1 + node_modules/lodash/fp/propertyOf.js | 5 + node_modules/lodash/fp/props.js | 1 + node_modules/lodash/fp/pull.js | 5 + node_modules/lodash/fp/pullAll.js | 5 + node_modules/lodash/fp/pullAllBy.js | 5 + node_modules/lodash/fp/pullAllWith.js | 5 + node_modules/lodash/fp/pullAt.js | 5 + node_modules/lodash/fp/random.js | 5 + node_modules/lodash/fp/range.js | 5 + node_modules/lodash/fp/rangeRight.js | 5 + node_modules/lodash/fp/rangeStep.js | 5 + node_modules/lodash/fp/rangeStepRight.js | 5 + node_modules/lodash/fp/rearg.js | 5 + node_modules/lodash/fp/reduce.js | 5 + node_modules/lodash/fp/reduceRight.js | 5 + node_modules/lodash/fp/reject.js | 5 + node_modules/lodash/fp/remove.js | 5 + node_modules/lodash/fp/repeat.js | 5 + node_modules/lodash/fp/replace.js | 5 + node_modules/lodash/fp/rest.js | 5 + node_modules/lodash/fp/restFrom.js | 5 + node_modules/lodash/fp/result.js | 5 + node_modules/lodash/fp/reverse.js | 5 + node_modules/lodash/fp/round.js | 5 + node_modules/lodash/fp/sample.js | 5 + node_modules/lodash/fp/sampleSize.js | 5 + node_modules/lodash/fp/seq.js | 2 + node_modules/lodash/fp/set.js | 5 + node_modules/lodash/fp/setWith.js | 5 + node_modules/lodash/fp/shuffle.js | 5 + node_modules/lodash/fp/size.js | 5 + node_modules/lodash/fp/slice.js | 5 + node_modules/lodash/fp/snakeCase.js | 5 + node_modules/lodash/fp/some.js | 5 + node_modules/lodash/fp/sortBy.js | 5 + node_modules/lodash/fp/sortedIndex.js | 5 + node_modules/lodash/fp/sortedIndexBy.js | 5 + node_modules/lodash/fp/sortedIndexOf.js | 5 + node_modules/lodash/fp/sortedLastIndex.js | 5 + node_modules/lodash/fp/sortedLastIndexBy.js | 5 + node_modules/lodash/fp/sortedLastIndexOf.js | 5 + node_modules/lodash/fp/sortedUniq.js | 5 + node_modules/lodash/fp/sortedUniqBy.js | 5 + node_modules/lodash/fp/split.js | 5 + node_modules/lodash/fp/spread.js | 5 + node_modules/lodash/fp/spreadFrom.js | 5 + node_modules/lodash/fp/startCase.js | 5 + node_modules/lodash/fp/startsWith.js | 5 + node_modules/lodash/fp/string.js | 2 + node_modules/lodash/fp/stubArray.js | 5 + node_modules/lodash/fp/stubFalse.js | 5 + node_modules/lodash/fp/stubObject.js | 5 + node_modules/lodash/fp/stubString.js | 5 + node_modules/lodash/fp/stubTrue.js | 5 + node_modules/lodash/fp/subtract.js | 5 + node_modules/lodash/fp/sum.js | 5 + node_modules/lodash/fp/sumBy.js | 5 + node_modules/lodash/fp/symmetricDifference.js | 1 + .../lodash/fp/symmetricDifferenceBy.js | 1 + .../lodash/fp/symmetricDifferenceWith.js | 1 + node_modules/lodash/fp/tail.js | 5 + node_modules/lodash/fp/take.js | 5 + node_modules/lodash/fp/takeLast.js | 1 + node_modules/lodash/fp/takeLastWhile.js | 1 + node_modules/lodash/fp/takeRight.js | 5 + node_modules/lodash/fp/takeRightWhile.js | 5 + node_modules/lodash/fp/takeWhile.js | 5 + node_modules/lodash/fp/tap.js | 5 + node_modules/lodash/fp/template.js | 5 + node_modules/lodash/fp/templateSettings.js | 5 + node_modules/lodash/fp/throttle.js | 5 + node_modules/lodash/fp/thru.js | 5 + node_modules/lodash/fp/times.js | 5 + node_modules/lodash/fp/toArray.js | 5 + node_modules/lodash/fp/toFinite.js | 5 + node_modules/lodash/fp/toInteger.js | 5 + node_modules/lodash/fp/toIterator.js | 5 + node_modules/lodash/fp/toJSON.js | 5 + node_modules/lodash/fp/toLength.js | 5 + node_modules/lodash/fp/toLower.js | 5 + node_modules/lodash/fp/toNumber.js | 5 + node_modules/lodash/fp/toPairs.js | 5 + node_modules/lodash/fp/toPairsIn.js | 5 + node_modules/lodash/fp/toPath.js | 5 + node_modules/lodash/fp/toPlainObject.js | 5 + node_modules/lodash/fp/toSafeInteger.js | 5 + node_modules/lodash/fp/toString.js | 5 + node_modules/lodash/fp/toUpper.js | 5 + node_modules/lodash/fp/transform.js | 5 + node_modules/lodash/fp/trim.js | 5 + node_modules/lodash/fp/trimChars.js | 5 + node_modules/lodash/fp/trimCharsEnd.js | 5 + node_modules/lodash/fp/trimCharsStart.js | 5 + node_modules/lodash/fp/trimEnd.js | 5 + node_modules/lodash/fp/trimStart.js | 5 + node_modules/lodash/fp/truncate.js | 5 + node_modules/lodash/fp/unapply.js | 1 + node_modules/lodash/fp/unary.js | 5 + node_modules/lodash/fp/unescape.js | 5 + node_modules/lodash/fp/union.js | 5 + node_modules/lodash/fp/unionBy.js | 5 + node_modules/lodash/fp/unionWith.js | 5 + node_modules/lodash/fp/uniq.js | 5 + node_modules/lodash/fp/uniqBy.js | 5 + node_modules/lodash/fp/uniqWith.js | 5 + node_modules/lodash/fp/uniqueId.js | 5 + node_modules/lodash/fp/unnest.js | 1 + node_modules/lodash/fp/unset.js | 5 + node_modules/lodash/fp/unzip.js | 5 + node_modules/lodash/fp/unzipWith.js | 5 + node_modules/lodash/fp/update.js | 5 + node_modules/lodash/fp/updateWith.js | 5 + node_modules/lodash/fp/upperCase.js | 5 + node_modules/lodash/fp/upperFirst.js | 5 + node_modules/lodash/fp/useWith.js | 1 + node_modules/lodash/fp/util.js | 2 + node_modules/lodash/fp/value.js | 5 + node_modules/lodash/fp/valueOf.js | 5 + node_modules/lodash/fp/values.js | 5 + node_modules/lodash/fp/valuesIn.js | 5 + node_modules/lodash/fp/where.js | 1 + node_modules/lodash/fp/whereEq.js | 1 + node_modules/lodash/fp/without.js | 5 + node_modules/lodash/fp/words.js | 5 + node_modules/lodash/fp/wrap.js | 5 + node_modules/lodash/fp/wrapperAt.js | 5 + node_modules/lodash/fp/wrapperChain.js | 5 + node_modules/lodash/fp/wrapperLodash.js | 5 + node_modules/lodash/fp/wrapperReverse.js | 5 + node_modules/lodash/fp/wrapperValue.js | 5 + node_modules/lodash/fp/xor.js | 5 + node_modules/lodash/fp/xorBy.js | 5 + node_modules/lodash/fp/xorWith.js | 5 + node_modules/lodash/fp/zip.js | 5 + node_modules/lodash/fp/zipAll.js | 5 + node_modules/lodash/fp/zipObj.js | 1 + node_modules/lodash/fp/zipObject.js | 5 + node_modules/lodash/fp/zipObjectDeep.js | 5 + node_modules/lodash/fp/zipWith.js | 5 + node_modules/lodash/fromPairs.js | 28 + node_modules/lodash/function.js | 25 + node_modules/lodash/functions.js | 31 + node_modules/lodash/functionsIn.js | 31 + node_modules/lodash/get.js | 33 + node_modules/lodash/groupBy.js | 41 + node_modules/lodash/gt.js | 29 + node_modules/lodash/gte.js | 30 + node_modules/lodash/has.js | 35 + node_modules/lodash/hasIn.js | 34 + node_modules/lodash/head.js | 23 + node_modules/lodash/identity.js | 21 + node_modules/lodash/inRange.js | 55 + node_modules/lodash/includes.js | 53 + node_modules/lodash/index.js | 1 + node_modules/lodash/indexOf.js | 42 + node_modules/lodash/initial.js | 22 + node_modules/lodash/intersection.js | 30 + node_modules/lodash/intersectionBy.js | 45 + node_modules/lodash/intersectionWith.js | 41 + node_modules/lodash/invert.js | 42 + node_modules/lodash/invertBy.js | 56 + node_modules/lodash/invoke.js | 24 + node_modules/lodash/invokeMap.js | 41 + node_modules/lodash/isArguments.js | 36 + node_modules/lodash/isArray.js | 26 + node_modules/lodash/isArrayBuffer.js | 27 + node_modules/lodash/isArrayLike.js | 33 + node_modules/lodash/isArrayLikeObject.js | 33 + node_modules/lodash/isBoolean.js | 29 + node_modules/lodash/isBuffer.js | 38 + node_modules/lodash/isDate.js | 27 + node_modules/lodash/isElement.js | 25 + node_modules/lodash/isEmpty.js | 77 + node_modules/lodash/isEqual.js | 35 + node_modules/lodash/isEqualWith.js | 41 + node_modules/lodash/isError.js | 36 + node_modules/lodash/isFinite.js | 36 + node_modules/lodash/isFunction.js | 37 + node_modules/lodash/isInteger.js | 33 + node_modules/lodash/isLength.js | 35 + node_modules/lodash/isMap.js | 27 + node_modules/lodash/isMatch.js | 36 + node_modules/lodash/isMatchWith.js | 41 + node_modules/lodash/isNaN.js | 38 + node_modules/lodash/isNative.js | 40 + node_modules/lodash/isNil.js | 25 + node_modules/lodash/isNull.js | 22 + node_modules/lodash/isNumber.js | 38 + node_modules/lodash/isObject.js | 31 + node_modules/lodash/isObjectLike.js | 29 + node_modules/lodash/isPlainObject.js | 62 + node_modules/lodash/isRegExp.js | 27 + node_modules/lodash/isSafeInteger.js | 37 + node_modules/lodash/isSet.js | 27 + node_modules/lodash/isString.js | 30 + node_modules/lodash/isSymbol.js | 29 + node_modules/lodash/isTypedArray.js | 27 + node_modules/lodash/isUndefined.js | 22 + node_modules/lodash/isWeakMap.js | 28 + node_modules/lodash/isWeakSet.js | 28 + node_modules/lodash/iteratee.js | 53 + node_modules/lodash/join.js | 26 + node_modules/lodash/kebabCase.js | 28 + node_modules/lodash/keyBy.js | 36 + node_modules/lodash/keys.js | 37 + node_modules/lodash/keysIn.js | 32 + node_modules/lodash/lang.js | 58 + node_modules/lodash/last.js | 20 + node_modules/lodash/lastIndexOf.js | 46 + node_modules/lodash/lodash.js | 17209 +++++++++++++ node_modules/lodash/lodash.min.js | 140 + node_modules/lodash/lowerCase.js | 27 + node_modules/lodash/lowerFirst.js | 22 + node_modules/lodash/lt.js | 29 + node_modules/lodash/lte.js | 30 + node_modules/lodash/map.js | 53 + node_modules/lodash/mapKeys.js | 36 + node_modules/lodash/mapValues.js | 43 + node_modules/lodash/matches.js | 46 + node_modules/lodash/matchesProperty.js | 44 + node_modules/lodash/math.js | 17 + node_modules/lodash/max.js | 29 + node_modules/lodash/maxBy.js | 34 + node_modules/lodash/mean.js | 22 + node_modules/lodash/meanBy.js | 31 + node_modules/lodash/memoize.js | 73 + node_modules/lodash/merge.js | 39 + node_modules/lodash/mergeWith.js | 39 + node_modules/lodash/method.js | 34 + node_modules/lodash/methodOf.js | 33 + node_modules/lodash/min.js | 29 + node_modules/lodash/minBy.js | 34 + node_modules/lodash/mixin.js | 74 + node_modules/lodash/multiply.js | 22 + node_modules/lodash/negate.js | 40 + node_modules/lodash/next.js | 35 + node_modules/lodash/noop.js | 17 + node_modules/lodash/now.js | 23 + node_modules/lodash/nth.js | 29 + node_modules/lodash/nthArg.js | 32 + node_modules/lodash/number.js | 5 + node_modules/lodash/object.js | 49 + node_modules/lodash/omit.js | 57 + node_modules/lodash/omitBy.js | 29 + node_modules/lodash/once.js | 25 + node_modules/lodash/orderBy.js | 47 + node_modules/lodash/over.js | 24 + node_modules/lodash/overArgs.js | 61 + node_modules/lodash/overEvery.js | 34 + node_modules/lodash/overSome.js | 37 + node_modules/lodash/package.json | 17 + node_modules/lodash/pad.js | 49 + node_modules/lodash/padEnd.js | 39 + node_modules/lodash/padStart.js | 39 + node_modules/lodash/parseInt.js | 43 + node_modules/lodash/partial.js | 50 + node_modules/lodash/partialRight.js | 49 + node_modules/lodash/partition.js | 43 + node_modules/lodash/pick.js | 25 + node_modules/lodash/pickBy.js | 37 + node_modules/lodash/plant.js | 48 + node_modules/lodash/property.js | 32 + node_modules/lodash/propertyOf.js | 30 + node_modules/lodash/pull.js | 29 + node_modules/lodash/pullAll.js | 29 + node_modules/lodash/pullAllBy.js | 33 + node_modules/lodash/pullAllWith.js | 32 + node_modules/lodash/pullAt.js | 43 + node_modules/lodash/random.js | 82 + node_modules/lodash/range.js | 46 + node_modules/lodash/rangeRight.js | 41 + node_modules/lodash/rearg.js | 33 + node_modules/lodash/reduce.js | 51 + node_modules/lodash/reduceRight.js | 36 + node_modules/lodash/reject.js | 46 + node_modules/lodash/release.md | 48 + node_modules/lodash/remove.js | 53 + node_modules/lodash/repeat.js | 37 + node_modules/lodash/replace.js | 29 + node_modules/lodash/rest.js | 40 + node_modules/lodash/result.js | 56 + node_modules/lodash/reverse.js | 34 + node_modules/lodash/round.js | 26 + node_modules/lodash/sample.js | 24 + node_modules/lodash/sampleSize.js | 37 + node_modules/lodash/seq.js | 16 + node_modules/lodash/set.js | 35 + node_modules/lodash/setWith.js | 32 + node_modules/lodash/shuffle.js | 25 + node_modules/lodash/size.js | 46 + node_modules/lodash/slice.js | 37 + node_modules/lodash/snakeCase.js | 28 + node_modules/lodash/some.js | 51 + node_modules/lodash/sortBy.js | 48 + node_modules/lodash/sortedIndex.js | 24 + node_modules/lodash/sortedIndexBy.js | 33 + node_modules/lodash/sortedIndexOf.js | 31 + node_modules/lodash/sortedLastIndex.js | 25 + node_modules/lodash/sortedLastIndexBy.js | 33 + node_modules/lodash/sortedLastIndexOf.js | 31 + node_modules/lodash/sortedUniq.js | 24 + node_modules/lodash/sortedUniqBy.js | 26 + node_modules/lodash/split.js | 52 + node_modules/lodash/spread.js | 63 + node_modules/lodash/startCase.js | 29 + node_modules/lodash/startsWith.js | 39 + node_modules/lodash/string.js | 33 + node_modules/lodash/stubArray.js | 23 + node_modules/lodash/stubFalse.js | 18 + node_modules/lodash/stubObject.js | 23 + node_modules/lodash/stubString.js | 18 + node_modules/lodash/stubTrue.js | 18 + node_modules/lodash/subtract.js | 22 + node_modules/lodash/sum.js | 24 + node_modules/lodash/sumBy.js | 33 + node_modules/lodash/tail.js | 22 + node_modules/lodash/take.js | 37 + node_modules/lodash/takeRight.js | 39 + node_modules/lodash/takeRightWhile.js | 45 + node_modules/lodash/takeWhile.js | 45 + node_modules/lodash/tap.js | 29 + node_modules/lodash/template.js | 272 + node_modules/lodash/templateSettings.js | 67 + node_modules/lodash/throttle.js | 69 + node_modules/lodash/thru.js | 28 + node_modules/lodash/times.js | 51 + node_modules/lodash/toArray.js | 58 + node_modules/lodash/toFinite.js | 42 + node_modules/lodash/toInteger.js | 36 + node_modules/lodash/toIterator.js | 23 + node_modules/lodash/toJSON.js | 1 + node_modules/lodash/toLength.js | 38 + node_modules/lodash/toLower.js | 28 + node_modules/lodash/toNumber.js | 64 + node_modules/lodash/toPairs.js | 30 + node_modules/lodash/toPairsIn.js | 30 + node_modules/lodash/toPath.js | 33 + node_modules/lodash/toPlainObject.js | 32 + node_modules/lodash/toSafeInteger.js | 37 + node_modules/lodash/toString.js | 28 + node_modules/lodash/toUpper.js | 28 + node_modules/lodash/transform.js | 65 + node_modules/lodash/trim.js | 47 + node_modules/lodash/trimEnd.js | 41 + node_modules/lodash/trimStart.js | 43 + node_modules/lodash/truncate.js | 111 + node_modules/lodash/unary.js | 22 + node_modules/lodash/unescape.js | 34 + node_modules/lodash/union.js | 26 + node_modules/lodash/unionBy.js | 39 + node_modules/lodash/unionWith.js | 34 + node_modules/lodash/uniq.js | 25 + node_modules/lodash/uniqBy.js | 31 + node_modules/lodash/uniqWith.js | 28 + node_modules/lodash/uniqueId.js | 28 + node_modules/lodash/unset.js | 34 + node_modules/lodash/unzip.js | 45 + node_modules/lodash/unzipWith.js | 39 + node_modules/lodash/update.js | 35 + node_modules/lodash/updateWith.js | 33 + node_modules/lodash/upperCase.js | 27 + node_modules/lodash/upperFirst.js | 22 + node_modules/lodash/util.js | 34 + node_modules/lodash/value.js | 1 + node_modules/lodash/valueOf.js | 1 + node_modules/lodash/values.js | 34 + node_modules/lodash/valuesIn.js | 32 + node_modules/lodash/without.js | 31 + node_modules/lodash/words.js | 35 + node_modules/lodash/wrap.js | 30 + node_modules/lodash/wrapperAt.js | 48 + node_modules/lodash/wrapperChain.js | 34 + node_modules/lodash/wrapperLodash.js | 147 + node_modules/lodash/wrapperReverse.js | 44 + node_modules/lodash/wrapperValue.js | 21 + node_modules/lodash/xor.js | 28 + node_modules/lodash/xorBy.js | 39 + node_modules/lodash/xorWith.js | 34 + node_modules/lodash/zip.js | 22 + node_modules/lodash/zipObject.js | 24 + node_modules/lodash/zipObjectDeep.js | 23 + node_modules/lodash/zipWith.js | 32 + node_modules/lowdb/.babelrc | 12 + node_modules/lowdb/.eslintrc.js | 14 + node_modules/lowdb/.npmignore | 3 + node_modules/lowdb/LICENSE | 20 + node_modules/lowdb/README.md | 383 + node_modules/lowdb/adapters/Base.js | 24 + node_modules/lowdb/adapters/FileAsync.js | 65 + node_modules/lowdb/adapters/FileSync.js | 60 + node_modules/lowdb/adapters/LocalStorage.js | 44 + node_modules/lowdb/adapters/Memory.js | 33 + node_modules/lowdb/adapters/_stringify.js | 6 + node_modules/lowdb/dist/LocalStorage.js | 164 + node_modules/lowdb/dist/LocalStorage.min.js | 2 + node_modules/lowdb/dist/low.js | 144 + node_modules/lowdb/dist/low.min.js | 2 + node_modules/lowdb/examples/README.md | 113 + node_modules/lowdb/examples/fp.md | 58 + node_modules/lowdb/lib/common.js | 41 + node_modules/lowdb/lib/fp.js | 25 + node_modules/lowdb/lib/main.js | 52 + node_modules/lowdb/lib/nano.js | 7 + node_modules/lowdb/package.json | 80 + node_modules/lowdb/webpack.config.js | 25 + node_modules/lru-cache/LICENSE | 15 + node_modules/lru-cache/README.md | 331 + .../lru-cache/dist/commonjs/index.d.ts | 1277 + .../lru-cache/dist/commonjs/index.d.ts.map | 1 + node_modules/lru-cache/dist/commonjs/index.js | 1546 ++ .../lru-cache/dist/commonjs/index.js.map | 1 + .../lru-cache/dist/commonjs/index.min.js | 2 + .../lru-cache/dist/commonjs/index.min.js.map | 7 + .../lru-cache/dist/commonjs/package.json | 3 + node_modules/lru-cache/dist/esm/index.d.ts | 1277 + .../lru-cache/dist/esm/index.d.ts.map | 1 + node_modules/lru-cache/dist/esm/index.js | 1542 ++ node_modules/lru-cache/dist/esm/index.js.map | 1 + node_modules/lru-cache/dist/esm/index.min.js | 2 + .../lru-cache/dist/esm/index.min.js.map | 7 + node_modules/lru-cache/dist/esm/package.json | 3 + node_modules/lru-cache/package.json | 116 + node_modules/math-intrinsics/.eslintrc | 16 + .../math-intrinsics/.github/FUNDING.yml | 12 + node_modules/math-intrinsics/CHANGELOG.md | 24 + node_modules/math-intrinsics/LICENSE | 21 + node_modules/math-intrinsics/README.md | 50 + node_modules/math-intrinsics/abs.d.ts | 1 + node_modules/math-intrinsics/abs.js | 4 + .../constants/maxArrayLength.d.ts | 3 + .../constants/maxArrayLength.js | 4 + .../constants/maxSafeInteger.d.ts | 3 + .../constants/maxSafeInteger.js | 5 + .../math-intrinsics/constants/maxValue.d.ts | 3 + .../math-intrinsics/constants/maxValue.js | 5 + node_modules/math-intrinsics/floor.d.ts | 1 + node_modules/math-intrinsics/floor.js | 4 + node_modules/math-intrinsics/isFinite.d.ts | 3 + node_modules/math-intrinsics/isFinite.js | 12 + node_modules/math-intrinsics/isInteger.d.ts | 3 + node_modules/math-intrinsics/isInteger.js | 16 + node_modules/math-intrinsics/isNaN.d.ts | 1 + node_modules/math-intrinsics/isNaN.js | 6 + .../math-intrinsics/isNegativeZero.d.ts | 3 + .../math-intrinsics/isNegativeZero.js | 6 + node_modules/math-intrinsics/max.d.ts | 1 + node_modules/math-intrinsics/max.js | 4 + node_modules/math-intrinsics/min.d.ts | 1 + node_modules/math-intrinsics/min.js | 4 + node_modules/math-intrinsics/mod.d.ts | 3 + node_modules/math-intrinsics/mod.js | 9 + node_modules/math-intrinsics/package.json | 86 + node_modules/math-intrinsics/pow.d.ts | 1 + node_modules/math-intrinsics/pow.js | 4 + node_modules/math-intrinsics/round.d.ts | 1 + node_modules/math-intrinsics/round.js | 4 + node_modules/math-intrinsics/sign.d.ts | 3 + node_modules/math-intrinsics/sign.js | 11 + node_modules/math-intrinsics/test/index.js | 192 + node_modules/math-intrinsics/tsconfig.json | 3 + node_modules/matrix-bot-sdk/LICENSE | 21 + node_modules/matrix-bot-sdk/README.md | 22 + .../matrix-bot-sdk/lib/AdminApis.d.ts | 52 + node_modules/matrix-bot-sdk/lib/AdminApis.js | 29 + .../matrix-bot-sdk/lib/AdminApis.js.map | 1 + node_modules/matrix-bot-sdk/lib/DMs.d.ts | 48 + node_modules/matrix-bot-sdk/lib/DMs.js | 160 + node_modules/matrix-bot-sdk/lib/DMs.js.map | 1 + node_modules/matrix-bot-sdk/lib/IFilter.d.ts | 7 + node_modules/matrix-bot-sdk/lib/IFilter.js | 3 + .../matrix-bot-sdk/lib/IFilter.js.map | 1 + .../matrix-bot-sdk/lib/MatrixAuth.d.ts | 45 + node_modules/matrix-bot-sdk/lib/MatrixAuth.js | 125 + .../matrix-bot-sdk/lib/MatrixAuth.js.map | 1 + .../matrix-bot-sdk/lib/MatrixClient.d.ts | 836 + .../matrix-bot-sdk/lib/MatrixClient.js | 2266 ++ .../matrix-bot-sdk/lib/MatrixClient.js.map | 1 + .../matrix-bot-sdk/lib/PantalaimonClient.d.ts | 42 + .../matrix-bot-sdk/lib/PantalaimonClient.js | 44 + .../lib/PantalaimonClient.js.map | 1 + .../matrix-bot-sdk/lib/SynapseAdminApis.d.ts | 350 + .../matrix-bot-sdk/lib/SynapseAdminApis.js | 244 + .../lib/SynapseAdminApis.js.map | 1 + .../lib/SynchronousMatrixClient.d.ts | 82 + .../lib/SynchronousMatrixClient.js | 130 + .../lib/SynchronousMatrixClient.js.map | 1 + .../matrix-bot-sdk/lib/UnstableApis.d.ts | 43 + .../matrix-bot-sdk/lib/UnstableApis.js | 74 + .../matrix-bot-sdk/lib/UnstableApis.js.map | 1 + .../lib/appservice/Appservice.d.ts | 329 + .../lib/appservice/Appservice.js | 803 + .../lib/appservice/Appservice.js.map | 1 + .../matrix-bot-sdk/lib/appservice/Intent.d.ts | 113 + .../matrix-bot-sdk/lib/appservice/Intent.js | 363 + .../lib/appservice/Intent.js.map | 1 + .../lib/appservice/MatrixBridge.d.ts | 85 + .../lib/appservice/MatrixBridge.js | 111 + .../lib/appservice/MatrixBridge.js.map | 1 + .../appservice/UnstableAppserviceApis.d.ts | 41 + .../lib/appservice/UnstableAppserviceApis.js | 62 + .../appservice/UnstableAppserviceApis.js.map | 1 + .../lib/appservice/http_responses.d.ts | 77 + .../lib/appservice/http_responses.js | 3 + .../lib/appservice/http_responses.js.map | 1 + node_modules/matrix-bot-sdk/lib/b64.d.ts | 42 + node_modules/matrix-bot-sdk/lib/b64.js | 64 + node_modules/matrix-bot-sdk/lib/b64.js.map | 1 + .../matrix-bot-sdk/lib/e2ee/CryptoClient.d.ts | 108 + .../matrix-bot-sdk/lib/e2ee/CryptoClient.js | 273 + .../lib/e2ee/CryptoClient.js.map | 1 + .../lib/e2ee/DeviceTracker.d.ts | 33 + .../matrix-bot-sdk/lib/e2ee/DeviceTracker.js | 133 + .../lib/e2ee/ICryptoRoomInformation.d.ts | 8 + .../lib/e2ee/ICryptoRoomInformation.js | 3 + .../lib/e2ee/ICryptoRoomInformation.js.map | 1 + .../lib/e2ee/InternalOlmMachineFactory.d.ts | 13 + .../lib/e2ee/InternalOlmMachineFactory.js | 22 + .../matrix-bot-sdk/lib/e2ee/RoomTracker.d.ts | 41 + .../matrix-bot-sdk/lib/e2ee/RoomTracker.js | 96 + .../lib/e2ee/RoomTracker.js.map | 1 + .../matrix-bot-sdk/lib/e2ee/RustEngine.d.ts | 26 + .../matrix-bot-sdk/lib/e2ee/RustEngine.js | 132 + .../matrix-bot-sdk/lib/e2ee/RustEngine.js.map | 1 + .../matrix-bot-sdk/lib/e2ee/SdkOlmEngine.d.ts | 19 + .../matrix-bot-sdk/lib/e2ee/SdkOlmEngine.js | 38 + .../matrix-bot-sdk/lib/e2ee/decorators.d.ts | 10 + .../matrix-bot-sdk/lib/e2ee/decorators.js | 38 + .../matrix-bot-sdk/lib/e2ee/decorators.js.map | 1 + .../lib/helpers/MatrixEntity.d.ts | 37 + .../lib/helpers/MatrixEntity.js | 67 + .../lib/helpers/MatrixEntity.js.map | 1 + .../lib/helpers/MatrixGlob.d.ts | 22 + .../matrix-bot-sdk/lib/helpers/MatrixGlob.js | 35 + .../lib/helpers/MatrixGlob.js.map | 1 + .../lib/helpers/MentionPill.d.ts | 40 + .../matrix-bot-sdk/lib/helpers/MentionPill.js | 91 + .../lib/helpers/MentionPill.js.map | 1 + .../lib/helpers/Permalinks.d.ts | 58 + .../matrix-bot-sdk/lib/helpers/Permalinks.js | 73 + .../lib/helpers/Permalinks.js.map | 1 + .../lib/helpers/ProfileCache.d.ts | 48 + .../lib/helpers/ProfileCache.js | 114 + .../lib/helpers/ProfileCache.js.map | 1 + .../matrix-bot-sdk/lib/helpers/RichReply.d.ts | 17 + .../matrix-bot-sdk/lib/helpers/RichReply.js | 47 + .../lib/helpers/RichReply.js.map | 1 + .../lib/helpers/UnpaddedBase64.d.ts | 32 + .../lib/helpers/UnpaddedBase64.js | 45 + .../lib/helpers/UnpaddedBase64.js.map | 1 + node_modules/matrix-bot-sdk/lib/http.d.ts | 17 + node_modules/matrix-bot-sdk/lib/http.js | 148 + node_modules/matrix-bot-sdk/lib/http.js.map | 1 + .../lib/identity/IdentityClient.d.ts | 93 + .../lib/identity/IdentityClient.js | 248 + .../lib/identity/IdentityClient.js.map | 1 + node_modules/matrix-bot-sdk/lib/index.d.ts | 90 + node_modules/matrix-bot-sdk/lib/index.js | 122 + node_modules/matrix-bot-sdk/lib/index.js.map | 1 + .../lib/logging/ConsoleLogger.d.ts | 12 + .../lib/logging/ConsoleLogger.js | 28 + .../lib/logging/ConsoleLogger.js.map | 1 + .../matrix-bot-sdk/lib/logging/ILogger.d.ts | 36 + .../matrix-bot-sdk/lib/logging/ILogger.js | 3 + .../matrix-bot-sdk/lib/logging/ILogger.js.map | 1 + .../lib/logging/LogService.d.ts | 100 + .../matrix-bot-sdk/lib/logging/LogService.js | 169 + .../lib/logging/LogService.js.map | 1 + .../lib/logging/RichConsoleLogger.d.ts | 20 + .../lib/logging/RichConsoleLogger.js | 41 + .../lib/logging/RichConsoleLogger.js.map | 1 + .../lib/metrics/IMetricListener.d.ts | 52 + .../lib/metrics/IMetricListener.js | 3 + .../lib/metrics/IMetricListener.js.map | 1 + .../matrix-bot-sdk/lib/metrics/Metrics.d.ts | 66 + .../matrix-bot-sdk/lib/metrics/Metrics.js | 128 + .../matrix-bot-sdk/lib/metrics/Metrics.js.map | 1 + .../matrix-bot-sdk/lib/metrics/contexts.d.ts | 51 + .../matrix-bot-sdk/lib/metrics/contexts.js | 3 + .../lib/metrics/contexts.js.map | 1 + .../lib/metrics/decorators.d.ts | 15 + .../matrix-bot-sdk/lib/metrics/decorators.js | 93 + .../lib/metrics/decorators.js.map | 1 + .../matrix-bot-sdk/lib/metrics/names.d.ts | 45 + .../matrix-bot-sdk/lib/metrics/names.js | 49 + .../matrix-bot-sdk/lib/metrics/names.js.map | 1 + .../lib/mixins/AutojoinRoomsMixin.d.ts | 10 + .../lib/mixins/AutojoinRoomsMixin.js | 25 + .../lib/mixins/AutojoinRoomsMixin.js.map | 1 + .../mixins/AutojoinUpgradedRoomsMixin.d.ts | 10 + .../lib/mixins/AutojoinUpgradedRoomsMixin.js | 40 + .../mixins/AutojoinUpgradedRoomsMixin.js.map | 1 + .../matrix-bot-sdk/lib/models/Account.d.ts | 8 + .../matrix-bot-sdk/lib/models/Account.js | 3 + .../matrix-bot-sdk/lib/models/Account.js.map | 1 + .../matrix-bot-sdk/lib/models/CreateRoom.d.ts | 125 + .../matrix-bot-sdk/lib/models/CreateRoom.js | 3 + .../lib/models/CreateRoom.js.map | 1 + .../matrix-bot-sdk/lib/models/Crypto.d.ts | 167 + .../matrix-bot-sdk/lib/models/Crypto.js | 31 + .../matrix-bot-sdk/lib/models/Crypto.js.map | 1 + .../lib/models/EventContext.d.ts | 19 + .../matrix-bot-sdk/lib/models/EventContext.js | 3 + .../lib/models/EventContext.js.map | 1 + .../lib/models/IdentityServerModels.d.ts | 20 + .../lib/models/IdentityServerModels.js | 3 + .../lib/models/IdentityServerModels.js.map | 1 + .../matrix-bot-sdk/lib/models/MSC2176.d.ts | 42 + .../matrix-bot-sdk/lib/models/MSC2176.js | 3 + .../matrix-bot-sdk/lib/models/MSC2176.js.map | 1 + .../lib/models/MatrixError.d.ts | 38 + .../matrix-bot-sdk/lib/models/MatrixError.js | 30 + .../lib/models/MatrixError.js.map | 1 + .../lib/models/MatrixProfile.d.ts | 43 + .../lib/models/MatrixProfile.js | 43 + .../lib/models/MatrixProfile.js.map | 1 + .../lib/models/OpenIDConnect.d.ts | 10 + .../lib/models/OpenIDConnect.js | 3 + .../lib/models/OpenIDConnect.js.map | 1 + .../matrix-bot-sdk/lib/models/Policies.d.ts | 25 + .../matrix-bot-sdk/lib/models/Policies.js | 3 + .../matrix-bot-sdk/lib/models/Policies.js.map | 1 + .../lib/models/PowerLevelAction.d.ts | 27 + .../lib/models/PowerLevelAction.js | 32 + .../lib/models/PowerLevelAction.js.map | 1 + .../lib/models/PowerLevelBounds.d.ts | 15 + .../lib/models/PowerLevelBounds.js | 3 + .../lib/models/PowerLevelBounds.js.map | 1 + .../matrix-bot-sdk/lib/models/Presence.d.ts | 25 + .../matrix-bot-sdk/lib/models/Presence.js | 38 + .../matrix-bot-sdk/lib/models/Presence.js.map | 1 + .../lib/models/ServerVersions.d.ts | 8 + .../lib/models/ServerVersions.js | 3 + .../lib/models/ServerVersions.js.map | 1 + .../matrix-bot-sdk/lib/models/Spaces.d.ts | 116 + .../matrix-bot-sdk/lib/models/Spaces.js | 91 + .../matrix-bot-sdk/lib/models/Spaces.js.map | 1 + .../matrix-bot-sdk/lib/models/Threepid.d.ts | 8 + .../matrix-bot-sdk/lib/models/Threepid.js | 3 + .../matrix-bot-sdk/lib/models/Threepid.js.map | 1 + .../lib/models/events/AliasesEvent.d.ts | 27 + .../lib/models/events/AliasesEvent.js | 27 + .../lib/models/events/AliasesEvent.js.map | 1 + .../models/events/CanonicalAliasEvent.d.ts | 23 + .../lib/models/events/CanonicalAliasEvent.js | 21 + .../models/events/CanonicalAliasEvent.js.map | 1 + .../lib/models/events/CreateEvent.d.ts | 62 + .../lib/models/events/CreateEvent.js | 33 + .../lib/models/events/CreateEvent.js.map | 1 + .../lib/models/events/EncryptedRoomEvent.d.ts | 42 + .../lib/models/events/EncryptedRoomEvent.js | 28 + .../models/events/EncryptedRoomEvent.js.map | 1 + .../lib/models/events/EncryptionEvent.d.ts | 47 + .../lib/models/events/EncryptionEvent.js | 42 + .../lib/models/events/EncryptionEvent.js.map | 1 + .../lib/models/events/Event.d.ts | 26 + .../matrix-bot-sdk/lib/models/events/Event.js | 40 + .../lib/models/events/Event.js.map | 1 + .../lib/models/events/EventKind.d.ts | 15 + .../lib/models/events/EventKind.js | 20 + .../lib/models/events/EventKind.js.map | 1 + .../lib/models/events/InvalidEventError.d.ts | 14 + .../lib/models/events/InvalidEventError.js | 24 + .../models/events/InvalidEventError.js.map | 1 + .../lib/models/events/JoinRulesEvent.d.ts | 29 + .../lib/models/events/JoinRulesEvent.js | 21 + .../lib/models/events/JoinRulesEvent.js.map | 1 + .../lib/models/events/MembershipEvent.d.ts | 54 + .../lib/models/events/MembershipEvent.js | 49 + .../lib/models/events/MembershipEvent.js.map | 1 + .../lib/models/events/MessageEvent.d.ts | 233 + .../lib/models/events/MessageEvent.js | 49 + .../lib/models/events/MessageEvent.js.map | 1 + .../lib/models/events/PinnedEventsEvent.d.ts | 23 + .../lib/models/events/PinnedEventsEvent.js | 21 + .../models/events/PinnedEventsEvent.js.map | 1 + .../lib/models/events/PowerLevelsEvent.d.ts | 96 + .../lib/models/events/PowerLevelsEvent.js | 70 + .../lib/models/events/PowerLevelsEvent.js.map | 1 + .../lib/models/events/PresenceEvent.d.ts | 56 + .../lib/models/events/PresenceEvent.js | 21 + .../lib/models/events/PresenceEvent.js.map | 1 + .../lib/models/events/RedactionEvent.d.ts | 28 + .../lib/models/events/RedactionEvent.js | 36 + .../lib/models/events/RedactionEvent.js.map | 1 + .../lib/models/events/RoomAvatarEvent.d.ts | 28 + .../lib/models/events/RoomAvatarEvent.js | 21 + .../lib/models/events/RoomAvatarEvent.js.map | 1 + .../lib/models/events/RoomEvent.d.ts | 58 + .../lib/models/events/RoomEvent.js | 57 + .../lib/models/events/RoomEvent.js.map | 1 + .../lib/models/events/RoomNameEvent.d.ts | 20 + .../lib/models/events/RoomNameEvent.js | 21 + .../lib/models/events/RoomNameEvent.js.map | 1 + .../lib/models/events/RoomTopicEvent.d.ts | 20 + .../lib/models/events/RoomTopicEvent.js | 21 + .../lib/models/events/RoomTopicEvent.js.map | 1 + .../lib/models/events/SpaceChildEvent.d.ts | 53 + .../lib/models/events/SpaceChildEvent.js | 49 + .../lib/models/events/SpaceChildEvent.js.map | 1 + .../lib/models/events/converter.d.ts | 8 + .../lib/models/events/converter.js | 51 + .../lib/models/events/converter.js.map | 1 + .../lib/models/unstable/MediaInfo.d.ts | 16 + .../lib/models/unstable/MediaInfo.js | 3 + .../lib/models/unstable/MediaInfo.js.map | 1 + .../lib/preprocessors/IPreprocessor.d.ts | 22 + .../lib/preprocessors/IPreprocessor.js | 3 + .../lib/preprocessors/IPreprocessor.js.map | 1 + .../RichRepliesPreprocessor.d.ts | 67 + .../preprocessors/RichRepliesPreprocessor.js | 112 + .../RichRepliesPreprocessor.js.map | 1 + node_modules/matrix-bot-sdk/lib/request.d.ts | 12 + node_modules/matrix-bot-sdk/lib/request.js | 24 + .../matrix-bot-sdk/lib/request.js.map | 1 + .../matrix-bot-sdk/lib/simple-validation.d.ts | 10 + .../matrix-bot-sdk/lib/simple-validation.js | 31 + .../lib/simple-validation.js.map | 1 + .../storage/IAppserviceStorageProvider.d.ts | 48 + .../lib/storage/IAppserviceStorageProvider.js | 3 + .../storage/IAppserviceStorageProvider.js.map | 1 + .../lib/storage/ICryptoStorageProvider.d.ts | 32 + .../lib/storage/ICryptoStorageProvider.js | 3 + .../lib/storage/ICryptoStorageProvider.js.map | 1 + .../lib/storage/IStorageProvider.d.ts | 47 + .../lib/storage/IStorageProvider.js | 3 + .../lib/storage/IStorageProvider.js.map | 1 + .../lib/storage/MemoryStorageProvider.d.ts | 26 + .../lib/storage/MemoryStorageProvider.js | 55 + .../lib/storage/MemoryStorageProvider.js.map | 1 + .../storage/RustSdkCryptoStorageProvider.d.ts | 38 + .../storage/RustSdkCryptoStorageProvider.js | 69 + .../RustSdkCryptoStorageProvider.js.map | 1 + .../lib/storage/SimpleFsStorageProvider.d.ts | 31 + .../lib/storage/SimpleFsStorageProvider.js | 122 + .../storage/SimpleFsStorageProvider.js.map | 1 + .../SimplePostgresStorageProvider.d.ts | 32 + .../storage/SimplePostgresStorageProvider.js | 148 + .../SimplePostgresStorageProvider.js.map | 1 + .../storage/SqliteCryptoStorageProvider.d.ts | 74 + .../storage/SqliteCryptoStorageProvider.js | 332 + .../AppserviceJoinRoomStrategy.d.ts | 14 + .../strategies/AppserviceJoinRoomStrategy.js | 54 + .../AppserviceJoinRoomStrategy.js.map | 1 + .../lib/strategies/JoinRoomStrategy.d.ts | 11 + .../lib/strategies/JoinRoomStrategy.js | 44 + .../lib/strategies/JoinRoomStrategy.js.map | 1 + .../matrix-sdk-crypto-nodejs/.prettierignore | 1 + .../matrix-sdk-crypto-nodejs/.prettierrc.js | 9 + .../matrix-sdk-crypto-nodejs/CHANGELOG.md | 32 + .../matrix-sdk-crypto-nodejs/README.md | 206 + .../matrix-sdk-crypto-nodejs/download-lib.js | 121 + .../matrix-sdk-crypto-nodejs/index.d.ts | 809 + .../matrix-sdk-crypto-nodejs/index.js | 292 + .../matrix-sdk-crypto.linux-x64-gnu.node | Bin 0 -> 10595304 bytes .../matrix-sdk-crypto-nodejs/package.json | 37 + .../node_modules/agent-base/README.md | 145 + .../agent-base/dist/src/index.d.ts | 78 + .../node_modules/agent-base/dist/src/index.js | 203 + .../agent-base/dist/src/index.js.map | 1 + .../agent-base/dist/src/promisify.d.ts | 4 + .../agent-base/dist/src/promisify.js | 18 + .../agent-base/dist/src/promisify.js.map | 1 + .../node_modules/agent-base/package.json | 64 + .../node_modules/agent-base/src/index.ts | 345 + .../node_modules/agent-base/src/promisify.ts | 33 + .../matrix-bot-sdk/node_modules/debug/LICENSE | 20 + .../node_modules/debug/README.md | 481 + .../node_modules/debug/package.json | 64 + .../node_modules/debug/src/browser.js | 272 + .../node_modules/debug/src/common.js | 292 + .../node_modules/debug/src/index.js | 10 + .../node_modules/debug/src/node.js | 263 + .../node_modules/https-proxy-agent/README.md | 137 + .../https-proxy-agent/dist/agent.d.ts | 30 + .../https-proxy-agent/dist/agent.js | 177 + .../https-proxy-agent/dist/agent.js.map | 1 + .../https-proxy-agent/dist/index.d.ts | 23 + .../https-proxy-agent/dist/index.js | 14 + .../https-proxy-agent/dist/index.js.map | 1 + .../dist/parse-proxy-response.d.ts | 7 + .../dist/parse-proxy-response.js | 66 + .../dist/parse-proxy-response.js.map | 1 + .../https-proxy-agent/package.json | 56 + .../matrix-bot-sdk/node_modules/ms/index.js | 162 + .../matrix-bot-sdk/node_modules/ms/license.md | 21 + .../node_modules/ms/package.json | 38 + .../matrix-bot-sdk/node_modules/ms/readme.md | 59 + node_modules/matrix-bot-sdk/package.json | 111 + node_modules/matrix-bot-sdk/src/AdminApis.ts | 60 + node_modules/matrix-bot-sdk/src/DMs.ts | 164 + node_modules/matrix-bot-sdk/src/IFilter.ts | 7 + node_modules/matrix-bot-sdk/src/MatrixAuth.ts | 129 + .../matrix-bot-sdk/src/MatrixClient.ts | 2044 ++ .../matrix-bot-sdk/src/PantalaimonClient.ts | 62 + .../matrix-bot-sdk/src/SynapseAdminApis.ts | 482 + .../src/SynchronousMatrixClient.ts | 129 + .../matrix-bot-sdk/src/UnstableApis.ts | 75 + .../src/appservice/Appservice.ts | 1089 + .../matrix-bot-sdk/src/appservice/Intent.ts | 342 + .../src/appservice/MatrixBridge.ts | 139 + .../src/appservice/UnstableAppserviceApis.ts | 63 + .../src/appservice/http_responses.ts | 77 + node_modules/matrix-bot-sdk/src/b64.ts | 59 + .../matrix-bot-sdk/src/e2ee/CryptoClient.ts | 287 + .../src/e2ee/ICryptoRoomInformation.ts | 9 + .../matrix-bot-sdk/src/e2ee/RoomTracker.ts | 99 + .../matrix-bot-sdk/src/e2ee/RustEngine.ts | 157 + .../matrix-bot-sdk/src/e2ee/decorators.ts | 38 + .../src/helpers/MatrixEntity.ts | 65 + .../matrix-bot-sdk/src/helpers/MatrixGlob.ts | 38 + .../matrix-bot-sdk/src/helpers/MentionPill.ts | 95 + .../matrix-bot-sdk/src/helpers/Permalinks.ts | 101 + .../src/helpers/ProfileCache.ts | 119 + .../matrix-bot-sdk/src/helpers/RichReply.ts | 46 + .../src/helpers/UnpaddedBase64.ts | 44 + node_modules/matrix-bot-sdk/src/http.ts | 166 + .../src/identity/IdentityClient.ts | 225 + node_modules/matrix-bot-sdk/src/index.ts | 118 + .../src/logging/ConsoleLogger.ts | 31 + .../matrix-bot-sdk/src/logging/ILogger.ts | 40 + .../matrix-bot-sdk/src/logging/LogService.ts | 167 + .../src/logging/RichConsoleLogger.ts | 70 + .../src/metrics/IMetricListener.ts | 57 + .../matrix-bot-sdk/src/metrics/Metrics.ts | 134 + .../matrix-bot-sdk/src/metrics/contexts.ts | 56 + .../matrix-bot-sdk/src/metrics/decorators.ts | 94 + .../matrix-bot-sdk/src/metrics/names.ts | 53 + .../src/mixins/AutojoinRoomsMixin.ts | 24 + .../src/mixins/AutojoinUpgradedRoomsMixin.ts | 37 + .../matrix-bot-sdk/src/models/Account.ts | 8 + .../matrix-bot-sdk/src/models/CreateRoom.ts | 144 + .../matrix-bot-sdk/src/models/Crypto.ts | 188 + .../matrix-bot-sdk/src/models/EventContext.ts | 23 + .../src/models/IdentityServerModels.ts | 18 + .../matrix-bot-sdk/src/models/MSC2176.ts | 47 + .../matrix-bot-sdk/src/models/MatrixError.ts | 39 + .../src/models/MatrixProfile.ts | 55 + .../src/models/OpenIDConnect.ts | 10 + .../matrix-bot-sdk/src/models/Policies.ts | 28 + .../src/models/PowerLevelAction.ts | 31 + .../src/models/PowerLevelBounds.ts | 16 + .../matrix-bot-sdk/src/models/Presence.ts | 38 + .../src/models/ServerVersions.ts | 8 + .../matrix-bot-sdk/src/models/Spaces.ts | 167 + .../matrix-bot-sdk/src/models/Threepid.ts | 8 + .../src/models/events/AliasesEvent.ts | 37 + .../src/models/events/CanonicalAliasEvent.ts | 30 + .../src/models/events/CreateEvent.ts | 81 + .../src/models/events/EncryptedRoomEvent.ts | 58 + .../src/models/events/EncryptionEvent.ts | 63 + .../matrix-bot-sdk/src/models/events/Event.ts | 38 + .../src/models/events/EventKind.ts | 16 + .../src/models/events/InvalidEventError.ts | 19 + .../src/models/events/JoinRulesEvent.ts | 37 + .../src/models/events/MembershipEvent.ts | 77 + .../src/models/events/MessageEvent.ts | 292 + .../src/models/events/PinnedEventsEvent.ts | 30 + .../src/models/events/PowerLevelsEvent.ts | 135 + .../src/models/events/PresenceEvent.ts | 69 + .../src/models/events/RedactionEvent.ts | 44 + .../src/models/events/RoomAvatarEvent.ts | 36 + .../src/models/events/RoomEvent.ts | 83 + .../src/models/events/RoomNameEvent.ts | 27 + .../src/models/events/RoomTopicEvent.ts | 27 + .../src/models/events/SpaceChildEvent.ts | 74 + .../src/models/events/_MissingEvents.md | 35 + .../src/models/events/converter.ts | 47 + .../src/models/unstable/MediaInfo.ts | 16 + .../src/preprocessors/IPreprocessor.ts | 24 + .../preprocessors/RichRepliesPreprocessor.ts | 159 + node_modules/matrix-bot-sdk/src/request.ts | 21 + .../matrix-bot-sdk/src/simple-validation.ts | 30 + .../src/storage/IAppserviceStorageProvider.ts | 54 + .../src/storage/ICryptoStorageProvider.ts | 36 + .../src/storage/IStorageProvider.ts | 53 + .../src/storage/MemoryStorageProvider.ts | 65 + .../storage/RustSdkCryptoStorageProvider.ts | 81 + .../src/storage/SimpleFsStorageProvider.ts | 142 + .../storage/SimplePostgresStorageProvider.ts | 168 + .../strategies/AppserviceJoinRoomStrategy.ts | 47 + .../src/strategies/JoinRoomStrategy.ts | 45 + node_modules/matrix-bot-sdk/tsconfig.json | 22 + node_modules/media-typer/HISTORY.md | 22 + node_modules/media-typer/LICENSE | 22 + node_modules/media-typer/README.md | 81 + node_modules/media-typer/index.js | 270 + node_modules/media-typer/package.json | 26 + node_modules/merge-descriptors/HISTORY.md | 21 + node_modules/merge-descriptors/LICENSE | 23 + node_modules/merge-descriptors/README.md | 49 + node_modules/merge-descriptors/index.js | 60 + node_modules/merge-descriptors/package.json | 39 + node_modules/methods/HISTORY.md | 29 + node_modules/methods/LICENSE | 24 + node_modules/methods/README.md | 51 + node_modules/methods/index.js | 69 + node_modules/methods/package.json | 36 + node_modules/mime-db/HISTORY.md | 507 + node_modules/mime-db/LICENSE | 23 + node_modules/mime-db/README.md | 100 + node_modules/mime-db/db.json | 8519 +++++++ node_modules/mime-db/index.js | 12 + node_modules/mime-db/package.json | 60 + node_modules/mime-types/HISTORY.md | 397 + node_modules/mime-types/LICENSE | 23 + node_modules/mime-types/README.md | 113 + node_modules/mime-types/index.js | 188 + node_modules/mime-types/package.json | 44 + node_modules/mime/.npmignore | 0 node_modules/mime/CHANGELOG.md | 164 + node_modules/mime/LICENSE | 21 + node_modules/mime/README.md | 90 + node_modules/mime/cli.js | 8 + node_modules/mime/mime.js | 108 + node_modules/mime/package.json | 44 + node_modules/mime/src/build.js | 53 + node_modules/mime/src/test.js | 60 + node_modules/mime/types.json | 1 + node_modules/minimalistic-assert/LICENSE | 13 + node_modules/minimalistic-assert/index.js | 11 + node_modules/minimalistic-assert/package.json | 19 + node_modules/minimalistic-assert/readme.md | 4 + node_modules/minimist/.eslintrc | 29 + node_modules/minimist/.github/FUNDING.yml | 12 + node_modules/minimist/.nycrc | 14 + node_modules/minimist/CHANGELOG.md | 298 + node_modules/minimist/LICENSE | 18 + node_modules/minimist/README.md | 121 + node_modules/minimist/example/parse.js | 4 + node_modules/minimist/index.js | 263 + node_modules/minimist/package.json | 75 + node_modules/minimist/test/all_bool.js | 34 + node_modules/minimist/test/bool.js | 177 + node_modules/minimist/test/dash.js | 43 + node_modules/minimist/test/default_bool.js | 37 + node_modules/minimist/test/dotted.js | 24 + node_modules/minimist/test/kv_short.js | 32 + node_modules/minimist/test/long.js | 33 + node_modules/minimist/test/num.js | 38 + node_modules/minimist/test/parse.js | 209 + node_modules/minimist/test/parse_modified.js | 11 + node_modules/minimist/test/proto.js | 64 + node_modules/minimist/test/short.js | 69 + node_modules/minimist/test/stop_early.js | 17 + node_modules/minimist/test/unknown.js | 104 + node_modules/minimist/test/whitespace.js | 10 + node_modules/mkdirp/LICENSE | 21 + node_modules/mkdirp/dist/cjs/package.json | 91 + node_modules/mkdirp/dist/cjs/src/bin.d.ts | 3 + node_modules/mkdirp/dist/cjs/src/bin.d.ts.map | 1 + node_modules/mkdirp/dist/cjs/src/bin.js | 80 + node_modules/mkdirp/dist/cjs/src/bin.js.map | 1 + .../mkdirp/dist/cjs/src/find-made.d.ts | 4 + .../mkdirp/dist/cjs/src/find-made.d.ts.map | 1 + node_modules/mkdirp/dist/cjs/src/find-made.js | 35 + .../mkdirp/dist/cjs/src/find-made.js.map | 1 + node_modules/mkdirp/dist/cjs/src/index.d.ts | 39 + .../mkdirp/dist/cjs/src/index.d.ts.map | 1 + node_modules/mkdirp/dist/cjs/src/index.js | 53 + node_modules/mkdirp/dist/cjs/src/index.js.map | 1 + .../mkdirp/dist/cjs/src/mkdirp-manual.d.ts | 6 + .../dist/cjs/src/mkdirp-manual.d.ts.map | 1 + .../mkdirp/dist/cjs/src/mkdirp-manual.js | 79 + .../mkdirp/dist/cjs/src/mkdirp-manual.js.map | 1 + .../mkdirp/dist/cjs/src/mkdirp-native.d.ts | 6 + .../dist/cjs/src/mkdirp-native.d.ts.map | 1 + .../mkdirp/dist/cjs/src/mkdirp-native.js | 50 + .../mkdirp/dist/cjs/src/mkdirp-native.js.map | 1 + .../mkdirp/dist/cjs/src/opts-arg.d.ts | 42 + .../mkdirp/dist/cjs/src/opts-arg.d.ts.map | 1 + node_modules/mkdirp/dist/cjs/src/opts-arg.js | 38 + .../mkdirp/dist/cjs/src/opts-arg.js.map | 1 + .../mkdirp/dist/cjs/src/path-arg.d.ts | 2 + .../mkdirp/dist/cjs/src/path-arg.d.ts.map | 1 + node_modules/mkdirp/dist/cjs/src/path-arg.js | 28 + .../mkdirp/dist/cjs/src/path-arg.js.map | 1 + .../mkdirp/dist/cjs/src/use-native.d.ts | 6 + .../mkdirp/dist/cjs/src/use-native.d.ts.map | 1 + .../mkdirp/dist/cjs/src/use-native.js | 17 + .../mkdirp/dist/cjs/src/use-native.js.map | 1 + node_modules/mkdirp/dist/mjs/find-made.d.ts | 4 + .../mkdirp/dist/mjs/find-made.d.ts.map | 1 + node_modules/mkdirp/dist/mjs/find-made.js | 30 + node_modules/mkdirp/dist/mjs/find-made.js.map | 1 + node_modules/mkdirp/dist/mjs/index.d.ts | 39 + node_modules/mkdirp/dist/mjs/index.d.ts.map | 1 + node_modules/mkdirp/dist/mjs/index.js | 43 + node_modules/mkdirp/dist/mjs/index.js.map | 1 + .../mkdirp/dist/mjs/mkdirp-manual.d.ts | 6 + .../mkdirp/dist/mjs/mkdirp-manual.d.ts.map | 1 + node_modules/mkdirp/dist/mjs/mkdirp-manual.js | 75 + .../mkdirp/dist/mjs/mkdirp-manual.js.map | 1 + .../mkdirp/dist/mjs/mkdirp-native.d.ts | 6 + .../mkdirp/dist/mjs/mkdirp-native.d.ts.map | 1 + node_modules/mkdirp/dist/mjs/mkdirp-native.js | 46 + .../mkdirp/dist/mjs/mkdirp-native.js.map | 1 + node_modules/mkdirp/dist/mjs/opts-arg.d.ts | 42 + .../mkdirp/dist/mjs/opts-arg.d.ts.map | 1 + node_modules/mkdirp/dist/mjs/opts-arg.js | 34 + node_modules/mkdirp/dist/mjs/opts-arg.js.map | 1 + node_modules/mkdirp/dist/mjs/package.json | 3 + node_modules/mkdirp/dist/mjs/path-arg.d.ts | 2 + .../mkdirp/dist/mjs/path-arg.d.ts.map | 1 + node_modules/mkdirp/dist/mjs/path-arg.js | 24 + node_modules/mkdirp/dist/mjs/path-arg.js.map | 1 + node_modules/mkdirp/dist/mjs/use-native.d.ts | 6 + .../mkdirp/dist/mjs/use-native.d.ts.map | 1 + node_modules/mkdirp/dist/mjs/use-native.js | 14 + .../mkdirp/dist/mjs/use-native.js.map | 1 + node_modules/mkdirp/package.json | 91 + node_modules/mkdirp/readme.markdown | 281 + node_modules/morgan/HISTORY.md | 221 + node_modules/morgan/LICENSE | 23 + node_modules/morgan/README.md | 436 + node_modules/morgan/index.js | 544 + .../node_modules/on-finished/HISTORY.md | 88 + .../morgan/node_modules/on-finished/LICENSE | 23 + .../morgan/node_modules/on-finished/README.md | 154 + .../morgan/node_modules/on-finished/index.js | 196 + .../node_modules/on-finished/package.json | 31 + node_modules/morgan/package.json | 52 + .../mqtt-packet/.github/workflows/ci.yml | 27 + node_modules/mqtt-packet/CONTRIBUTING.md | 27 + node_modules/mqtt-packet/LICENSE.md | 13 + node_modules/mqtt-packet/README.md | 491 + .../mqtt-packet/benchmarks/generate.js | 26 + .../mqtt-packet/benchmarks/generateNet.js | 50 + node_modules/mqtt-packet/benchmarks/parse.js | 19 + .../mqtt-packet/benchmarks/writeToStream.js | 48 + node_modules/mqtt-packet/constants.js | 291 + node_modules/mqtt-packet/generate.js | 57 + node_modules/mqtt-packet/mqtt.js | 3 + .../mqtt-packet/node_modules/debug/LICENSE | 20 + .../mqtt-packet/node_modules/debug/README.md | 481 + .../node_modules/debug/package.json | 64 + .../node_modules/debug/src/browser.js | 272 + .../node_modules/debug/src/common.js | 292 + .../node_modules/debug/src/index.js | 10 + .../node_modules/debug/src/node.js | 263 + .../mqtt-packet/node_modules/ms/index.js | 162 + .../mqtt-packet/node_modules/ms/license.md | 21 + .../mqtt-packet/node_modules/ms/package.json | 38 + .../mqtt-packet/node_modules/ms/readme.md | 59 + node_modules/mqtt-packet/numbers.js | 59 + node_modules/mqtt-packet/package.json | 48 + node_modules/mqtt-packet/packet.js | 13 + node_modules/mqtt-packet/parser.js | 809 + node_modules/mqtt-packet/test.js | 3234 +++ node_modules/mqtt-packet/testRandom.js | 86 + node_modules/mqtt-packet/types/index.d.ts | 257 + node_modules/mqtt-packet/writeToStream.js | 1129 + node_modules/mqtt/CONTRIBUTING.md | 27 + node_modules/mqtt/LICENSE.md | 15 + node_modules/mqtt/README.md | 977 + node_modules/mqtt/build/bin/mqtt.d.ts | 2 + node_modules/mqtt/build/bin/mqtt.js | 30 + node_modules/mqtt/build/bin/mqtt.js.map | 1 + node_modules/mqtt/build/bin/pub.d.ts | 2 + node_modules/mqtt/build/bin/pub.js | 146 + node_modules/mqtt/build/bin/pub.js.map | 1 + node_modules/mqtt/build/bin/sub.d.ts | 2 + node_modules/mqtt/build/bin/sub.js | 121 + node_modules/mqtt/build/bin/sub.js.map | 1 + node_modules/mqtt/build/index.d.ts | 3 + node_modules/mqtt/build/index.js | 42 + node_modules/mqtt/build/index.js.map | 1 + .../mqtt/build/lib/BufferedDuplex.d.ts | 20 + node_modules/mqtt/build/lib/BufferedDuplex.js | 82 + .../mqtt/build/lib/BufferedDuplex.js.map | 1 + .../mqtt/build/lib/KeepaliveManager.d.ts | 21 + .../mqtt/build/lib/KeepaliveManager.js | 80 + .../mqtt/build/lib/KeepaliveManager.js.map | 1 + node_modules/mqtt/build/lib/TypedEmitter.d.ts | 19 + node_modules/mqtt/build/lib/TypedEmitter.js | 13 + .../mqtt/build/lib/TypedEmitter.js.map | 1 + node_modules/mqtt/build/lib/client.d.ts | 237 + node_modules/mqtt/build/lib/client.js | 1289 + node_modules/mqtt/build/lib/client.js.map | 1 + node_modules/mqtt/build/lib/connect/ali.d.ts | 3 + node_modules/mqtt/build/lib/connect/ali.js | 107 + .../mqtt/build/lib/connect/ali.js.map | 1 + .../mqtt/build/lib/connect/index.d.ts | 10 + node_modules/mqtt/build/lib/connect/index.js | 198 + .../mqtt/build/lib/connect/index.js.map | 1 + .../mqtt/build/lib/connect/socks.d.ts | 8 + node_modules/mqtt/build/lib/connect/socks.js | 181 + .../mqtt/build/lib/connect/socks.js.map | 1 + node_modules/mqtt/build/lib/connect/tcp.d.ts | 3 + node_modules/mqtt/build/lib/connect/tcp.js | 24 + .../mqtt/build/lib/connect/tcp.js.map | 1 + node_modules/mqtt/build/lib/connect/tls.d.ts | 3 + node_modules/mqtt/build/lib/connect/tls.js | 52 + .../mqtt/build/lib/connect/tls.js.map | 1 + node_modules/mqtt/build/lib/connect/ws.d.ts | 4 + node_modules/mqtt/build/lib/connect/ws.js | 220 + node_modules/mqtt/build/lib/connect/ws.js.map | 1 + node_modules/mqtt/build/lib/connect/wx.d.ts | 6 + node_modules/mqtt/build/lib/connect/wx.js | 115 + node_modules/mqtt/build/lib/connect/wx.js.map | 1 + .../lib/default-message-id-provider.d.ts | 16 + .../build/lib/default-message-id-provider.js | 25 + .../lib/default-message-id-provider.js.map | 1 + node_modules/mqtt/build/lib/get-timer.d.ts | 8 + node_modules/mqtt/build/lib/get-timer.js | 63 + node_modules/mqtt/build/lib/get-timer.js.map | 1 + node_modules/mqtt/build/lib/handlers/ack.d.ts | 48 + node_modules/mqtt/build/lib/handlers/ack.js | 131 + .../mqtt/build/lib/handlers/ack.js.map | 1 + .../mqtt/build/lib/handlers/auth.d.ts | 3 + node_modules/mqtt/build/lib/handlers/auth.js | 30 + .../mqtt/build/lib/handlers/auth.js.map | 1 + .../mqtt/build/lib/handlers/connack.d.ts | 3 + .../mqtt/build/lib/handlers/connack.js | 50 + .../mqtt/build/lib/handlers/connack.js.map | 1 + .../mqtt/build/lib/handlers/index.d.ts | 3 + node_modules/mqtt/build/lib/handlers/index.js | 68 + .../mqtt/build/lib/handlers/index.js.map | 1 + .../mqtt/build/lib/handlers/publish.d.ts | 3 + .../mqtt/build/lib/handlers/publish.js | 106 + .../mqtt/build/lib/handlers/publish.js.map | 1 + .../mqtt/build/lib/handlers/pubrel.d.ts | 3 + .../mqtt/build/lib/handlers/pubrel.js | 25 + .../mqtt/build/lib/handlers/pubrel.js.map | 1 + node_modules/mqtt/build/lib/is-browser.d.ts | 4 + node_modules/mqtt/build/lib/is-browser.js | 23 + node_modules/mqtt/build/lib/is-browser.js.map | 1 + node_modules/mqtt/build/lib/shared.d.ts | 27 + node_modules/mqtt/build/lib/shared.js | 52 + node_modules/mqtt/build/lib/shared.js.map | 1 + node_modules/mqtt/build/lib/store.d.ts | 24 + node_modules/mqtt/build/lib/store.js | 82 + node_modules/mqtt/build/lib/store.js.map | 1 + .../mqtt/build/lib/topic-alias-recv.d.ts | 9 + .../mqtt/build/lib/topic-alias-recv.js | 27 + .../mqtt/build/lib/topic-alias-recv.js.map | 1 + .../mqtt/build/lib/topic-alias-send.d.ts | 13 + .../mqtt/build/lib/topic-alias-send.js | 58 + .../mqtt/build/lib/topic-alias-send.js.map | 1 + .../build/lib/unique-message-id-provider.d.ts | 11 + .../build/lib/unique-message-id-provider.js | 28 + .../lib/unique-message-id-provider.js.map | 1 + node_modules/mqtt/build/lib/validations.d.ts | 2 + node_modules/mqtt/build/lib/validations.js | 31 + .../mqtt/build/lib/validations.js.map | 1 + node_modules/mqtt/build/mqtt.d.ts | 12 + node_modules/mqtt/build/mqtt.js | 61 + node_modules/mqtt/build/mqtt.js.map | 1 + .../mqtt/build/tsconfig.build.tsbuildinfo | 1 + node_modules/mqtt/dist/mqtt.esm.js | 13 + node_modules/mqtt/dist/mqtt.js | 20904 ++++++++++++++++ node_modules/mqtt/dist/mqtt.min.js | 13 + node_modules/mqtt/help/help.txt | 8 + node_modules/mqtt/help/publish.txt | 26 + node_modules/mqtt/help/subscribe.txt | 26 + node_modules/mqtt/node_modules/debug/LICENSE | 20 + .../mqtt/node_modules/debug/README.md | 481 + .../mqtt/node_modules/debug/package.json | 64 + .../mqtt/node_modules/debug/src/browser.js | 272 + .../mqtt/node_modules/debug/src/common.js | 292 + .../mqtt/node_modules/debug/src/index.js | 10 + .../mqtt/node_modules/debug/src/node.js | 263 + node_modules/mqtt/node_modules/ms/index.js | 162 + node_modules/mqtt/node_modules/ms/license.md | 21 + .../mqtt/node_modules/ms/package.json | 38 + node_modules/mqtt/node_modules/ms/readme.md | 59 + node_modules/mqtt/package.json | 174 + node_modules/ms/index.js | 152 + node_modules/ms/license.md | 21 + node_modules/ms/package.json | 37 + node_modules/ms/readme.md | 51 + node_modules/nanoid/LICENSE | 20 + node_modules/nanoid/README.md | 39 + node_modules/nanoid/async/index.browser.cjs | 69 + node_modules/nanoid/async/index.browser.js | 34 + node_modules/nanoid/async/index.cjs | 71 + node_modules/nanoid/async/index.d.ts | 56 + node_modules/nanoid/async/index.js | 35 + node_modules/nanoid/async/index.native.js | 26 + node_modules/nanoid/async/package.json | 12 + node_modules/nanoid/bin/nanoid.cjs | 55 + node_modules/nanoid/index.browser.cjs | 72 + node_modules/nanoid/index.browser.js | 34 + node_modules/nanoid/index.cjs | 85 + node_modules/nanoid/index.d.cts | 91 + node_modules/nanoid/index.d.ts | 91 + node_modules/nanoid/index.js | 45 + node_modules/nanoid/nanoid.js | 1 + node_modules/nanoid/non-secure/index.cjs | 34 + node_modules/nanoid/non-secure/index.d.ts | 33 + node_modules/nanoid/non-secure/index.js | 21 + node_modules/nanoid/non-secure/package.json | 6 + node_modules/nanoid/package.json | 89 + node_modules/nanoid/url-alphabet/index.cjs | 7 + node_modules/nanoid/url-alphabet/index.js | 3 + node_modules/nanoid/url-alphabet/package.json | 6 + node_modules/negotiator/HISTORY.md | 108 + node_modules/negotiator/LICENSE | 24 + node_modules/negotiator/README.md | 203 + node_modules/negotiator/index.js | 82 + node_modules/negotiator/lib/charset.js | 169 + node_modules/negotiator/lib/encoding.js | 184 + node_modules/negotiator/lib/language.js | 179 + node_modules/negotiator/lib/mediaType.js | 294 + node_modules/negotiator/package.json | 42 + node_modules/node-downloader-helper/LICENSE | 21 + node_modules/node-downloader-helper/README.md | 265 + .../node-downloader-helper/bin/helpers.js | 50 + node_modules/node-downloader-helper/bin/ndh | 68 + .../node-downloader-helper/dist/index.js | 1 + .../node-downloader-helper/package.json | 55 + .../node-downloader-helper/types/index.d.ts | 292 + .../.github/workflows/nodejs.yml | 33 + node_modules/number-allocator/CHANGELOG.md | 47 + node_modules/number-allocator/LICENSE | 21 + node_modules/number-allocator/README.md | 203 + node_modules/number-allocator/index.js | 7 + node_modules/number-allocator/karma.conf.js | 63 + .../number-allocator/lib/number-allocator.js | 249 + .../node_modules/debug/LICENSE | 20 + .../node_modules/debug/README.md | 481 + .../node_modules/debug/package.json | 64 + .../node_modules/debug/src/browser.js | 272 + .../node_modules/debug/src/common.js | 292 + .../node_modules/debug/src/index.js | 10 + .../node_modules/debug/src/node.js | 263 + .../number-allocator/node_modules/ms/index.js | 162 + .../node_modules/ms/license.md | 21 + .../node_modules/ms/package.json | 38 + .../node_modules/ms/readme.md | 59 + node_modules/number-allocator/package.json | 69 + node_modules/number-allocator/test/test.js | 337 + .../number-allocator/test/typescript/test.ts | 24 + .../test/typescript/tsconfig.json | 14 + .../number-allocator/types/index.d.ts | 1 + .../types/lib/number-allocator.d.ts | 65 + node_modules/oauth-sign/LICENSE | 55 + node_modules/oauth-sign/README.md | 11 + node_modules/oauth-sign/index.js | 146 + node_modules/oauth-sign/package.json | 23 + node_modules/object-inspect/.eslintrc | 53 + .../object-inspect/.github/FUNDING.yml | 12 + node_modules/object-inspect/.nycrc | 13 + node_modules/object-inspect/CHANGELOG.md | 424 + node_modules/object-inspect/LICENSE | 21 + node_modules/object-inspect/example/all.js | 23 + .../object-inspect/example/circular.js | 6 + node_modules/object-inspect/example/fn.js | 5 + .../object-inspect/example/inspect.js | 10 + node_modules/object-inspect/index.js | 544 + .../object-inspect/package-support.json | 20 + node_modules/object-inspect/package.json | 105 + node_modules/object-inspect/readme.markdown | 84 + node_modules/object-inspect/test-core-js.js | 26 + node_modules/object-inspect/test/bigint.js | 58 + .../object-inspect/test/browser/dom.js | 15 + node_modules/object-inspect/test/circular.js | 16 + node_modules/object-inspect/test/deep.js | 12 + node_modules/object-inspect/test/element.js | 53 + node_modules/object-inspect/test/err.js | 48 + node_modules/object-inspect/test/fakes.js | 29 + node_modules/object-inspect/test/fn.js | 76 + node_modules/object-inspect/test/global.js | 17 + node_modules/object-inspect/test/has.js | 15 + node_modules/object-inspect/test/holes.js | 15 + .../object-inspect/test/indent-option.js | 271 + node_modules/object-inspect/test/inspect.js | 139 + node_modules/object-inspect/test/lowbyte.js | 12 + node_modules/object-inspect/test/number.js | 58 + .../object-inspect/test/quoteStyle.js | 26 + .../object-inspect/test/toStringTag.js | 40 + node_modules/object-inspect/test/undef.js | 12 + node_modules/object-inspect/test/values.js | 261 + node_modules/object-inspect/util.inspect.js | 1 + node_modules/on-finished/HISTORY.md | 98 + node_modules/on-finished/LICENSE | 23 + node_modules/on-finished/README.md | 162 + node_modules/on-finished/index.js | 234 + node_modules/on-finished/package.json | 39 + node_modules/on-headers/HISTORY.md | 26 + node_modules/on-headers/LICENSE | 22 + node_modules/on-headers/README.md | 81 + node_modules/on-headers/index.js | 180 + node_modules/on-headers/package.json | 44 + node_modules/parse-srcset/.jscs.json | 83 + node_modules/parse-srcset/.jshintrc | 15 + node_modules/parse-srcset/.npmignore | 8 + node_modules/parse-srcset/LICENSE | 22 + node_modules/parse-srcset/README.md | 19 + node_modules/parse-srcset/package.json | 25 + node_modules/parse-srcset/src/parse-srcset.js | 330 + node_modules/parse-srcset/tests/he.js | 329 + node_modules/parse-srcset/tests/intern.js | 74 + node_modules/parse-srcset/tests/unit/ps.js | 345 + node_modules/parseley/CHANGELOG.md | 60 + node_modules/parseley/LICENSE | 21 + node_modules/parseley/README.md | 159 + node_modules/parseley/lib/ast.d.ts | 148 + node_modules/parseley/lib/parseley.cjs | 311 + node_modules/parseley/lib/parseley.d.ts | 39 + node_modules/parseley/lib/parseley.mjs | 281 + node_modules/parseley/lib/parser.d.ts | 19 + node_modules/parseley/package.json | 92 + node_modules/parseurl/HISTORY.md | 58 + node_modules/parseurl/LICENSE | 24 + node_modules/parseurl/README.md | 133 + node_modules/parseurl/index.js | 158 + node_modules/parseurl/package.json | 40 + node_modules/path-to-regexp/LICENSE | 21 + node_modules/path-to-regexp/Readme.md | 35 + node_modules/path-to-regexp/index.js | 156 + node_modules/path-to-regexp/package.json | 30 + node_modules/peberminta/CHANGELOG.md | 46 + node_modules/peberminta/LICENSE | 21 + node_modules/peberminta/README.md | 212 + node_modules/peberminta/lib/char.cjs | 103 + node_modules/peberminta/lib/char.d.ts | 154 + node_modules/peberminta/lib/char.mjs | 89 + node_modules/peberminta/lib/core.cjs | 447 + node_modules/peberminta/lib/core.d.ts | 1051 + node_modules/peberminta/lib/core.mjs | 384 + node_modules/peberminta/lib/util.cjs | 13 + node_modules/peberminta/lib/util.mjs | 8 + node_modules/peberminta/package.json | 115 + node_modules/performance-now/.npmignore | 1 + node_modules/performance-now/.tm_properties | 7 + node_modules/performance-now/.travis.yml | 6 + node_modules/performance-now/README.md | 30 + .../performance-now/lib/performance-now.js | 36 + .../lib/performance-now.js.map | 10 + node_modules/performance-now/license.txt | 7 + node_modules/performance-now/package.json | 35 + node_modules/performance-now/src/index.d.ts | 8 + .../src/performance-now.coffee | 17 + node_modules/performance-now/test/mocha.opts | 3 + .../test/performance-now.coffee | 43 + .../performance-now/test/scripts.coffee | 27 + .../test/scripts/delayed-call.coffee | 11 + .../test/scripts/delayed-require.coffee | 12 + .../test/scripts/difference.coffee | 6 + .../test/scripts/initial-value.coffee | 10 + node_modules/picocolors/LICENSE | 15 + node_modules/picocolors/README.md | 21 + node_modules/picocolors/package.json | 25 + node_modules/picocolors/picocolors.browser.js | 4 + node_modules/picocolors/picocolors.d.ts | 5 + node_modules/picocolors/picocolors.js | 75 + node_modules/picocolors/types.d.ts | 51 + node_modules/pify/index.js | 84 + node_modules/pify/license | 9 + node_modules/pify/package.json | 51 + node_modules/pify/readme.md | 131 + node_modules/postcss/LICENSE | 20 + node_modules/postcss/README.md | 29 + node_modules/postcss/lib/at-rule.d.ts | 140 + node_modules/postcss/lib/at-rule.js | 25 + node_modules/postcss/lib/comment.d.ts | 68 + node_modules/postcss/lib/comment.js | 13 + node_modules/postcss/lib/container.d.ts | 483 + node_modules/postcss/lib/container.js | 447 + .../postcss/lib/css-syntax-error.d.ts | 248 + node_modules/postcss/lib/css-syntax-error.js | 133 + node_modules/postcss/lib/declaration.d.ts | 151 + node_modules/postcss/lib/declaration.js | 24 + node_modules/postcss/lib/document.d.ts | 69 + node_modules/postcss/lib/document.js | 33 + node_modules/postcss/lib/fromJSON.d.ts | 9 + node_modules/postcss/lib/fromJSON.js | 54 + node_modules/postcss/lib/input.d.ts | 227 + node_modules/postcss/lib/input.js | 265 + node_modules/postcss/lib/lazy-result.d.ts | 190 + node_modules/postcss/lib/lazy-result.js | 550 + node_modules/postcss/lib/list.d.ts | 60 + node_modules/postcss/lib/list.js | 58 + node_modules/postcss/lib/map-generator.js | 368 + node_modules/postcss/lib/no-work-result.d.ts | 46 + node_modules/postcss/lib/no-work-result.js | 138 + node_modules/postcss/lib/node.d.ts | 556 + node_modules/postcss/lib/node.js | 449 + node_modules/postcss/lib/parse.d.ts | 9 + node_modules/postcss/lib/parse.js | 42 + node_modules/postcss/lib/parser.js | 611 + node_modules/postcss/lib/postcss.d.mts | 69 + node_modules/postcss/lib/postcss.d.ts | 458 + node_modules/postcss/lib/postcss.js | 101 + node_modules/postcss/lib/postcss.mjs | 30 + node_modules/postcss/lib/previous-map.d.ts | 81 + node_modules/postcss/lib/previous-map.js | 144 + node_modules/postcss/lib/processor.d.ts | 115 + node_modules/postcss/lib/processor.js | 67 + node_modules/postcss/lib/result.d.ts | 205 + node_modules/postcss/lib/result.js | 42 + node_modules/postcss/lib/root.d.ts | 87 + node_modules/postcss/lib/root.js | 61 + node_modules/postcss/lib/rule.d.ts | 126 + node_modules/postcss/lib/rule.js | 27 + node_modules/postcss/lib/stringifier.d.ts | 46 + node_modules/postcss/lib/stringifier.js | 353 + node_modules/postcss/lib/stringify.d.ts | 9 + node_modules/postcss/lib/stringify.js | 11 + node_modules/postcss/lib/symbols.js | 5 + .../postcss/lib/terminal-highlight.js | 70 + node_modules/postcss/lib/tokenize.js | 266 + node_modules/postcss/lib/warn-once.js | 13 + node_modules/postcss/lib/warning.d.ts | 147 + node_modules/postcss/lib/warning.js | 37 + node_modules/postcss/package.json | 88 + node_modules/postgres/README.md | 1386 + node_modules/postgres/cf/polyfills.js | 233 + node_modules/postgres/cf/src/bytes.js | 79 + node_modules/postgres/cf/src/connection.js | 1044 + node_modules/postgres/cf/src/errors.js | 53 + node_modules/postgres/cf/src/index.js | 567 + node_modules/postgres/cf/src/large.js | 70 + node_modules/postgres/cf/src/query.js | 173 + node_modules/postgres/cf/src/queue.js | 31 + node_modules/postgres/cf/src/result.js | 16 + node_modules/postgres/cf/src/subscribe.js | 278 + node_modules/postgres/cf/src/types.js | 368 + node_modules/postgres/cjs/package.json | 1 + node_modules/postgres/cjs/src/bytes.js | 78 + node_modules/postgres/cjs/src/connection.js | 1042 + node_modules/postgres/cjs/src/errors.js | 53 + node_modules/postgres/cjs/src/index.js | 566 + node_modules/postgres/cjs/src/large.js | 70 + node_modules/postgres/cjs/src/query.js | 173 + node_modules/postgres/cjs/src/queue.js | 31 + node_modules/postgres/cjs/src/result.js | 16 + node_modules/postgres/cjs/src/subscribe.js | 277 + node_modules/postgres/cjs/src/types.js | 367 + node_modules/postgres/package.json | 63 + node_modules/postgres/src/bytes.js | 78 + node_modules/postgres/src/connection.js | 1042 + node_modules/postgres/src/errors.js | 53 + node_modules/postgres/src/index.js | 566 + node_modules/postgres/src/large.js | 70 + node_modules/postgres/src/query.js | 173 + node_modules/postgres/src/queue.js | 31 + node_modules/postgres/src/result.js | 16 + node_modules/postgres/src/subscribe.js | 277 + node_modules/postgres/src/types.js | 367 + node_modules/postgres/types/index.d.ts | 730 + node_modules/postgres/types/package.json | 5 + node_modules/postgres/types/tsconfig.json | 14 + node_modules/process-nextick-args/index.js | 45 + node_modules/process-nextick-args/license.md | 19 + .../process-nextick-args/package.json | 25 + node_modules/process-nextick-args/readme.md | 18 + node_modules/process/.eslintrc | 21 + node_modules/process/LICENSE | 22 + node_modules/process/README.md | 26 + node_modules/process/browser.js | 184 + node_modules/process/index.js | 2 + node_modules/process/package.json | 27 + node_modules/process/test.js | 199 + node_modules/proxy-addr/HISTORY.md | 161 + node_modules/proxy-addr/LICENSE | 22 + node_modules/proxy-addr/README.md | 139 + node_modules/proxy-addr/index.js | 327 + node_modules/proxy-addr/package.json | 47 + node_modules/psl/LICENSE | 9 + node_modules/psl/README.md | 260 + node_modules/psl/SECURITY.md | 13 + node_modules/psl/browserstack-logo.svg | 90 + node_modules/psl/data/rules.js | 9778 ++++++++ node_modules/psl/dist/psl.cjs | 1 + node_modules/psl/dist/psl.mjs | 10008 ++++++++ node_modules/psl/dist/psl.umd.cjs | 1 + node_modules/psl/index.js | 247 + node_modules/psl/package.json | 51 + node_modules/psl/types/index.d.ts | 52 + node_modules/psl/types/test.ts | 14 + node_modules/psl/types/tsconfig.json | 22 + node_modules/psl/vite.config.js | 20 + node_modules/punycode/LICENSE-MIT.txt | 20 + node_modules/punycode/README.md | 148 + node_modules/punycode/package.json | 58 + node_modules/punycode/punycode.es6.js | 444 + node_modules/punycode/punycode.js | 443 + node_modules/qs/.editorconfig | 46 + node_modules/qs/.eslintrc | 38 + node_modules/qs/.github/FUNDING.yml | 12 + node_modules/qs/.nycrc | 13 + node_modules/qs/CHANGELOG.md | 600 + node_modules/qs/LICENSE.md | 29 + node_modules/qs/README.md | 709 + node_modules/qs/dist/qs.js | 90 + node_modules/qs/lib/formats.js | 23 + node_modules/qs/lib/index.js | 11 + node_modules/qs/lib/parse.js | 296 + node_modules/qs/lib/stringify.js | 351 + node_modules/qs/lib/utils.js | 265 + node_modules/qs/package.json | 91 + node_modules/qs/test/empty-keys-cases.js | 267 + node_modules/qs/test/parse.js | 1170 + node_modules/qs/test/stringify.js | 1298 + node_modules/qs/test/utils.js | 136 + node_modules/range-parser/HISTORY.md | 56 + node_modules/range-parser/LICENSE | 23 + node_modules/range-parser/README.md | 84 + node_modules/range-parser/index.js | 162 + node_modules/range-parser/package.json | 44 + node_modules/raw-body/HISTORY.md | 308 + node_modules/raw-body/LICENSE | 22 + node_modules/raw-body/README.md | 223 + node_modules/raw-body/SECURITY.md | 24 + node_modules/raw-body/index.d.ts | 87 + node_modules/raw-body/index.js | 336 + node_modules/raw-body/package.json | 49 + node_modules/readable-stream/LICENSE | 47 + node_modules/readable-stream/README.md | 116 + .../readable-stream/lib/_stream_duplex.js | 4 + .../lib/_stream_passthrough.js | 4 + .../readable-stream/lib/_stream_readable.js | 4 + .../readable-stream/lib/_stream_transform.js | 4 + .../readable-stream/lib/_stream_writable.js | 4 + .../lib/internal/streams/add-abort-signal.js | 52 + .../lib/internal/streams/buffer_list.js | 157 + .../lib/internal/streams/compose.js | 194 + .../lib/internal/streams/destroy.js | 290 + .../lib/internal/streams/duplex.js | 143 + .../lib/internal/streams/duplexify.js | 378 + .../lib/internal/streams/end-of-stream.js | 286 + .../lib/internal/streams/from.js | 98 + .../lib/internal/streams/lazy_transform.js | 51 + .../lib/internal/streams/legacy.js | 89 + .../lib/internal/streams/operators.js | 457 + .../lib/internal/streams/passthrough.js | 39 + .../lib/internal/streams/pipeline.js | 471 + .../lib/internal/streams/readable.js | 1290 + .../lib/internal/streams/state.js | 39 + .../lib/internal/streams/transform.js | 180 + .../lib/internal/streams/utils.js | 327 + .../lib/internal/streams/writable.js | 819 + .../lib/internal/validators.js | 530 + .../readable-stream/lib/ours/browser.js | 35 + .../readable-stream/lib/ours/errors.js | 343 + .../readable-stream/lib/ours/index.js | 65 + .../readable-stream/lib/ours/primordials.js | 124 + node_modules/readable-stream/lib/ours/util.js | 148 + .../readable-stream/lib/ours/util/inspect.js | 55 + node_modules/readable-stream/lib/stream.js | 143 + .../readable-stream/lib/stream/promises.js | 43 + node_modules/readable-stream/package.json | 88 + node_modules/request-promise-core/LICENSE | 15 + node_modules/request-promise-core/README.md | 130 + .../configure/request-next.js | 67 + .../configure/request2.js | 74 + node_modules/request-promise-core/errors.js | 3 + .../request-promise-core/lib/errors.js | 62 + .../request-promise-core/lib/plumbing.js | 167 + .../request-promise-core/package.json | 60 + node_modules/request-promise/LICENSE | 15 + node_modules/request-promise/README.md | 762 + node_modules/request-promise/errors.js | 3 + node_modules/request-promise/lib/rp.js | 52 + node_modules/request-promise/package.json | 59 + node_modules/request/CHANGELOG.md | 717 + node_modules/request/LICENSE | 55 + node_modules/request/README.md | 1133 + node_modules/request/index.js | 155 + node_modules/request/lib/auth.js | 167 + node_modules/request/lib/cookies.js | 38 + node_modules/request/lib/getProxyFromURI.js | 79 + node_modules/request/lib/har.js | 205 + node_modules/request/lib/hawk.js | 89 + node_modules/request/lib/helpers.js | 66 + node_modules/request/lib/multipart.js | 112 + node_modules/request/lib/oauth.js | 148 + node_modules/request/lib/querystring.js | 50 + node_modules/request/lib/redirect.js | 154 + node_modules/request/lib/tunnel.js | 175 + .../request/node_modules/qs/.editorconfig | 43 + .../request/node_modules/qs/.eslintrc | 37 + .../node_modules/qs/.github/FUNDING.yml | 12 + node_modules/request/node_modules/qs/.nycrc | 13 + .../request/node_modules/qs/CHANGELOG.md | 250 + .../request/node_modules/qs/LICENSE.md | 29 + .../request/node_modules/qs/README.md | 510 + .../request/node_modules/qs/bower.json | 21 + .../request/node_modules/qs/component.json | 15 + .../request/node_modules/qs/dist/qs.js | 648 + .../request/node_modules/qs/lib/formats.js | 18 + .../request/node_modules/qs/lib/index.js | 11 + .../request/node_modules/qs/lib/parse.js | 175 + .../request/node_modules/qs/lib/stringify.js | 217 + .../request/node_modules/qs/lib/utils.js | 215 + .../request/node_modules/qs/package.json | 54 + .../request/node_modules/qs/test/index.js | 7 + .../request/node_modules/qs/test/parse.js | 649 + .../request/node_modules/qs/test/stringify.js | 642 + .../request/node_modules/qs/test/utils.js | 65 + node_modules/request/package.json | 86 + node_modules/request/request.js | 1553 ++ node_modules/rfdc/.github/workflows/ci.yml | 21 + node_modules/rfdc/LICENSE | 15 + node_modules/rfdc/default.js | 3 + node_modules/rfdc/index.d.ts | 13 + node_modules/rfdc/index.js | 198 + node_modules/rfdc/index.test-d.ts | 13 + node_modules/rfdc/package.json | 73 + node_modules/rfdc/readme.md | 181 + node_modules/rfdc/test/index.js | 306 + node_modules/safe-buffer/LICENSE | 21 + node_modules/safe-buffer/README.md | 584 + node_modules/safe-buffer/index.d.ts | 187 + node_modules/safe-buffer/index.js | 65 + node_modules/safe-buffer/package.json | 51 + node_modules/safer-buffer/LICENSE | 21 + node_modules/safer-buffer/Porting-Buffer.md | 268 + node_modules/safer-buffer/Readme.md | 156 + node_modules/safer-buffer/dangerous.js | 58 + node_modules/safer-buffer/package.json | 34 + node_modules/safer-buffer/safer.js | 77 + node_modules/safer-buffer/tests.js | 406 + node_modules/sanitize-html/LICENSE | 7 + node_modules/sanitize-html/README.md | 843 + node_modules/sanitize-html/index.js | 956 + node_modules/sanitize-html/package.json | 44 + node_modules/selderee/CHANGELOG.md | 35 + node_modules/selderee/LICENSE | 21 + node_modules/selderee/README.md | 151 + node_modules/selderee/lib/Ast.d.ts | 100 + node_modules/selderee/lib/DecisionTree.d.ts | 34 + node_modules/selderee/lib/Picker.d.ts | 49 + node_modules/selderee/lib/TreeifyBuilder.d.ts | 16 + node_modules/selderee/lib/Types.d.ts | 20 + node_modules/selderee/lib/selderee.cjs | 460 + node_modules/selderee/lib/selderee.d.ts | 5 + node_modules/selderee/lib/selderee.mjs | 433 + node_modules/selderee/package.json | 44 + node_modules/send/HISTORY.md | 526 + node_modules/send/LICENSE | 23 + node_modules/send/README.md | 327 + node_modules/send/SECURITY.md | 24 + node_modules/send/index.js | 1142 + .../send/node_modules/encodeurl/HISTORY.md | 14 + .../send/node_modules/encodeurl/LICENSE | 22 + .../send/node_modules/encodeurl/README.md | 128 + .../send/node_modules/encodeurl/index.js | 60 + .../send/node_modules/encodeurl/package.json | 40 + node_modules/send/node_modules/ms/index.js | 162 + node_modules/send/node_modules/ms/license.md | 21 + .../send/node_modules/ms/package.json | 38 + node_modules/send/node_modules/ms/readme.md | 59 + node_modules/send/package.json | 62 + node_modules/serve-static/HISTORY.md | 487 + node_modules/serve-static/LICENSE | 25 + node_modules/serve-static/README.md | 257 + node_modules/serve-static/index.js | 209 + node_modules/serve-static/package.json | 42 + node_modules/setprototypeof/LICENSE | 13 + node_modules/setprototypeof/README.md | 31 + node_modules/setprototypeof/index.d.ts | 2 + node_modules/setprototypeof/index.js | 17 + node_modules/setprototypeof/package.json | 38 + node_modules/setprototypeof/test/index.js | 24 + node_modules/side-channel-list/.editorconfig | 9 + node_modules/side-channel-list/.eslintrc | 11 + .../side-channel-list/.github/FUNDING.yml | 12 + node_modules/side-channel-list/.nycrc | 13 + node_modules/side-channel-list/CHANGELOG.md | 15 + node_modules/side-channel-list/LICENSE | 21 + node_modules/side-channel-list/README.md | 62 + node_modules/side-channel-list/index.d.ts | 13 + node_modules/side-channel-list/index.js | 113 + node_modules/side-channel-list/list.d.ts | 14 + node_modules/side-channel-list/package.json | 77 + node_modules/side-channel-list/test/index.js | 104 + node_modules/side-channel-list/tsconfig.json | 9 + node_modules/side-channel-map/.editorconfig | 9 + node_modules/side-channel-map/.eslintrc | 11 + .../side-channel-map/.github/FUNDING.yml | 12 + node_modules/side-channel-map/.nycrc | 13 + node_modules/side-channel-map/CHANGELOG.md | 22 + node_modules/side-channel-map/LICENSE | 21 + node_modules/side-channel-map/README.md | 62 + node_modules/side-channel-map/index.d.ts | 15 + node_modules/side-channel-map/index.js | 68 + node_modules/side-channel-map/package.json | 80 + node_modules/side-channel-map/test/index.js | 114 + node_modules/side-channel-map/tsconfig.json | 9 + .../side-channel-weakmap/.editorconfig | 9 + node_modules/side-channel-weakmap/.eslintrc | 12 + .../side-channel-weakmap/.github/FUNDING.yml | 12 + node_modules/side-channel-weakmap/.nycrc | 13 + .../side-channel-weakmap/CHANGELOG.md | 28 + node_modules/side-channel-weakmap/LICENSE | 21 + node_modules/side-channel-weakmap/README.md | 62 + node_modules/side-channel-weakmap/index.d.ts | 15 + node_modules/side-channel-weakmap/index.js | 84 + .../side-channel-weakmap/package.json | 87 + .../side-channel-weakmap/test/index.js | 114 + .../side-channel-weakmap/tsconfig.json | 9 + node_modules/side-channel/.editorconfig | 9 + node_modules/side-channel/.eslintrc | 12 + node_modules/side-channel/.github/FUNDING.yml | 12 + node_modules/side-channel/.nycrc | 13 + node_modules/side-channel/CHANGELOG.md | 110 + node_modules/side-channel/LICENSE | 21 + node_modules/side-channel/README.md | 61 + node_modules/side-channel/index.d.ts | 14 + node_modules/side-channel/index.js | 43 + node_modules/side-channel/package.json | 85 + node_modules/side-channel/test/index.js | 104 + node_modules/side-channel/tsconfig.json | 9 + node_modules/smart-buffer/.prettierrc.yaml | 5 + node_modules/smart-buffer/.travis.yml | 13 + node_modules/smart-buffer/LICENSE | 20 + node_modules/smart-buffer/README.md | 633 + .../smart-buffer/build/smartbuffer.js | 1233 + .../smart-buffer/build/smartbuffer.js.map | 1 + node_modules/smart-buffer/build/utils.js | 108 + node_modules/smart-buffer/build/utils.js.map | 1 + node_modules/smart-buffer/docs/CHANGELOG.md | 70 + node_modules/smart-buffer/docs/README_v3.md | 367 + node_modules/smart-buffer/docs/ROADMAP.md | 0 node_modules/smart-buffer/package.json | 79 + .../smart-buffer/typings/smartbuffer.d.ts | 755 + node_modules/smart-buffer/typings/utils.d.ts | 66 + node_modules/socks/.eslintrc.cjs | 11 + node_modules/socks/.prettierrc.yaml | 7 + node_modules/socks/LICENSE | 20 + node_modules/socks/README.md | 686 + .../socks/build/client/socksclient.js | 793 + .../socks/build/client/socksclient.js.map | 1 + node_modules/socks/build/common/constants.js | 108 + .../socks/build/common/constants.js.map | 1 + node_modules/socks/build/common/helpers.js | 167 + .../socks/build/common/helpers.js.map | 1 + .../socks/build/common/receivebuffer.js | 43 + .../socks/build/common/receivebuffer.js.map | 1 + node_modules/socks/build/common/util.js | 25 + node_modules/socks/build/common/util.js.map | 1 + node_modules/socks/build/index.js | 18 + node_modules/socks/build/index.js.map | 1 + node_modules/socks/docs/examples/index.md | 17 + .../examples/javascript/associateExample.md | 90 + .../docs/examples/javascript/bindExample.md | 83 + .../examples/javascript/connectExample.md | 258 + .../examples/typescript/associateExample.md | 93 + .../docs/examples/typescript/bindExample.md | 86 + .../examples/typescript/connectExample.md | 265 + node_modules/socks/docs/index.md | 5 + node_modules/socks/docs/migratingFromV1.md | 86 + node_modules/socks/package.json | 58 + .../socks/typings/client/socksclient.d.ts | 162 + .../socks/typings/common/constants.d.ts | 151 + .../socks/typings/common/helpers.d.ts | 17 + .../socks/typings/common/receivebuffer.d.ts | 12 + node_modules/socks/typings/common/util.d.ts | 14 + node_modules/socks/typings/index.d.ts | 1 + node_modules/source-map-js/LICENSE | 28 + node_modules/source-map-js/README.md | 765 + node_modules/source-map-js/lib/array-set.js | 121 + node_modules/source-map-js/lib/base64-vlq.js | 140 + node_modules/source-map-js/lib/base64.js | 67 + .../source-map-js/lib/binary-search.js | 111 + .../source-map-js/lib/mapping-list.js | 79 + node_modules/source-map-js/lib/quick-sort.js | 132 + .../lib/source-map-consumer.d.ts | 1 + .../source-map-js/lib/source-map-consumer.js | 1188 + .../lib/source-map-generator.d.ts | 1 + .../source-map-js/lib/source-map-generator.js | 444 + .../source-map-js/lib/source-node.d.ts | 1 + node_modules/source-map-js/lib/source-node.js | 413 + node_modules/source-map-js/lib/util.js | 594 + node_modules/source-map-js/package.json | 71 + node_modules/source-map-js/source-map.d.ts | 104 + node_modules/source-map-js/source-map.js | 8 + node_modules/split2/LICENSE | 13 + node_modules/split2/README.md | 85 + node_modules/split2/bench.js | 27 + node_modules/split2/index.js | 141 + node_modules/split2/package.json | 39 + node_modules/split2/test.js | 409 + node_modules/sprintf-js/CONTRIBUTORS.md | 26 + node_modules/sprintf-js/LICENSE | 24 + node_modules/sprintf-js/README.md | 143 + node_modules/sprintf-js/dist/.gitattributes | 4 + .../sprintf-js/dist/angular-sprintf.min.js | 3 + .../dist/angular-sprintf.min.js.map | 1 + node_modules/sprintf-js/dist/sprintf.min.js | 3 + .../sprintf-js/dist/sprintf.min.js.map | 1 + node_modules/sprintf-js/package.json | 35 + .../sprintf-js/src/angular-sprintf.js | 24 + node_modules/sprintf-js/src/sprintf.js | 231 + node_modules/sshpk/.travis.yml | 11 + node_modules/sshpk/Jenkinsfile | 86 + node_modules/sshpk/LICENSE | 18 + node_modules/sshpk/README.md | 804 + node_modules/sshpk/bin/sshpk-conv | 243 + node_modules/sshpk/bin/sshpk-sign | 191 + node_modules/sshpk/bin/sshpk-verify | 167 + node_modules/sshpk/lib/algs.js | 168 + node_modules/sshpk/lib/certificate.js | 410 + node_modules/sshpk/lib/dhe.js | 397 + node_modules/sshpk/lib/ed-compat.js | 92 + node_modules/sshpk/lib/errors.js | 84 + node_modules/sshpk/lib/fingerprint.js | 220 + node_modules/sshpk/lib/formats/auto.js | 124 + node_modules/sshpk/lib/formats/dnssec.js | 287 + .../sshpk/lib/formats/openssh-cert.js | 352 + node_modules/sshpk/lib/formats/pem.js | 290 + node_modules/sshpk/lib/formats/pkcs1.js | 373 + node_modules/sshpk/lib/formats/pkcs8.js | 643 + node_modules/sshpk/lib/formats/putty.js | 194 + node_modules/sshpk/lib/formats/rfc4253.js | 166 + node_modules/sshpk/lib/formats/ssh-private.js | 262 + node_modules/sshpk/lib/formats/ssh.js | 115 + node_modules/sshpk/lib/formats/x509-pem.js | 88 + node_modules/sshpk/lib/formats/x509.js | 752 + node_modules/sshpk/lib/identity.js | 373 + node_modules/sshpk/lib/index.js | 40 + node_modules/sshpk/lib/key.js | 294 + node_modules/sshpk/lib/private-key.js | 247 + node_modules/sshpk/lib/signature.js | 314 + node_modules/sshpk/lib/ssh-buffer.js | 149 + node_modules/sshpk/lib/utils.js | 404 + node_modules/sshpk/man/man1/sshpk-conv.1 | 135 + node_modules/sshpk/man/man1/sshpk-sign.1 | 81 + node_modules/sshpk/man/man1/sshpk-verify.1 | 68 + .../sshpk/node_modules/jsbn/.npmignore | 2 + node_modules/sshpk/node_modules/jsbn/LICENSE | 40 + .../sshpk/node_modules/jsbn/README.md | 175 + .../sshpk/node_modules/jsbn/example.html | 12 + .../sshpk/node_modules/jsbn/example.js | 3 + node_modules/sshpk/node_modules/jsbn/index.js | 1357 + .../sshpk/node_modules/jsbn/package.json | 21 + node_modules/sshpk/package.json | 59 + node_modules/statuses/HISTORY.md | 82 + node_modules/statuses/LICENSE | 23 + node_modules/statuses/README.md | 136 + node_modules/statuses/codes.json | 65 + node_modules/statuses/index.js | 146 + node_modules/statuses/package.json | 49 + node_modules/stealthy-require/.npmignore | 13 + node_modules/stealthy-require/LICENSE | 15 + node_modules/stealthy-require/README.md | 192 + node_modules/stealthy-require/lib/index.js | 81 + node_modules/stealthy-require/package.json | 49 + node_modules/steno/.npmignore | 1 + node_modules/steno/.travis.yml | 3 + node_modules/steno/LICENSE | 22 + node_modules/steno/README.md | 79 + node_modules/steno/index.js | 80 + node_modules/steno/package.json | 42 + node_modules/string_decoder/LICENSE | 48 + node_modules/string_decoder/README.md | 47 + .../string_decoder/lib/string_decoder.js | 296 + node_modules/string_decoder/package.json | 34 + node_modules/supports-color/browser.js | 5 + node_modules/supports-color/index.js | 135 + node_modules/supports-color/license | 9 + node_modules/supports-color/package.json | 53 + node_modules/supports-color/readme.md | 76 + node_modules/toidentifier/HISTORY.md | 9 + node_modules/toidentifier/LICENSE | 21 + node_modules/toidentifier/README.md | 61 + node_modules/toidentifier/index.js | 32 + node_modules/toidentifier/package.json | 38 + node_modules/tough-cookie/LICENSE | 12 + node_modules/tough-cookie/README.md | 527 + node_modules/tough-cookie/lib/cookie.js | 1482 ++ node_modules/tough-cookie/lib/memstore.js | 181 + node_modules/tough-cookie/lib/pathMatch.js | 61 + .../tough-cookie/lib/permuteDomain.js | 56 + .../tough-cookie/lib/pubsuffix-psl.js | 38 + node_modules/tough-cookie/lib/store.js | 75 + node_modules/tough-cookie/lib/version.js | 2 + node_modules/tough-cookie/package.json | 78 + node_modules/tslib/CopyrightNotice.txt | 15 + node_modules/tslib/LICENSE.txt | 12 + node_modules/tslib/README.md | 164 + node_modules/tslib/SECURITY.md | 41 + node_modules/tslib/modules/index.d.ts | 38 + node_modules/tslib/modules/index.js | 70 + node_modules/tslib/modules/package.json | 3 + node_modules/tslib/package.json | 47 + node_modules/tslib/tslib.d.ts | 460 + node_modules/tslib/tslib.es6.html | 1 + node_modules/tslib/tslib.es6.js | 402 + node_modules/tslib/tslib.es6.mjs | 401 + node_modules/tslib/tslib.html | 1 + node_modules/tslib/tslib.js | 484 + node_modules/tunnel-agent/LICENSE | 55 + node_modules/tunnel-agent/README.md | 4 + node_modules/tunnel-agent/index.js | 244 + node_modules/tunnel-agent/package.json | 22 + node_modules/tweetnacl/.npmignore | 4 + node_modules/tweetnacl/AUTHORS.md | 28 + node_modules/tweetnacl/CHANGELOG.md | 221 + node_modules/tweetnacl/LICENSE | 24 + .../tweetnacl/PULL_REQUEST_TEMPLATE.md | 20 + node_modules/tweetnacl/README.md | 459 + node_modules/tweetnacl/nacl-fast.js | 2388 ++ node_modules/tweetnacl/nacl-fast.min.js | 2 + node_modules/tweetnacl/nacl.d.ts | 98 + node_modules/tweetnacl/nacl.js | 1175 + node_modules/tweetnacl/nacl.min.js | 1 + node_modules/tweetnacl/package.json | 58 + node_modules/type-is/HISTORY.md | 259 + node_modules/type-is/LICENSE | 23 + node_modules/type-is/README.md | 170 + node_modules/type-is/index.js | 266 + node_modules/type-is/package.json | 45 + node_modules/typedarray/.travis.yml | 4 + node_modules/typedarray/LICENSE | 35 + node_modules/typedarray/example/tarray.js | 4 + node_modules/typedarray/index.js | 630 + node_modules/typedarray/package.json | 55 + node_modules/typedarray/readme.markdown | 61 + .../typedarray/test/server/undef_globals.js | 19 + node_modules/typedarray/test/tarray.js | 10 + node_modules/undici-types/LICENSE | 21 + node_modules/undici-types/README.md | 6 + node_modules/undici-types/agent.d.ts | 31 + node_modules/undici-types/api.d.ts | 43 + node_modules/undici-types/balanced-pool.d.ts | 29 + .../undici-types/cache-interceptor.d.ts | 172 + node_modules/undici-types/cache.d.ts | 36 + node_modules/undici-types/client.d.ts | 107 + node_modules/undici-types/connector.d.ts | 34 + node_modules/undici-types/content-type.d.ts | 21 + node_modules/undici-types/cookies.d.ts | 30 + .../undici-types/diagnostics-channel.d.ts | 66 + node_modules/undici-types/dispatcher.d.ts | 281 + .../undici-types/env-http-proxy-agent.d.ts | 21 + node_modules/undici-types/errors.d.ts | 171 + node_modules/undici-types/eventsource.d.ts | 61 + node_modules/undici-types/fetch.d.ts | 210 + node_modules/undici-types/formdata.d.ts | 108 + .../undici-types/global-dispatcher.d.ts | 9 + node_modules/undici-types/global-origin.d.ts | 7 + node_modules/undici-types/h2c-client.d.ts | 75 + node_modules/undici-types/handlers.d.ts | 15 + node_modules/undici-types/header.d.ts | 160 + node_modules/undici-types/index.d.ts | 75 + node_modules/undici-types/interceptors.d.ts | 34 + node_modules/undici-types/mock-agent.d.ts | 65 + .../undici-types/mock-call-history.d.ts | 111 + node_modules/undici-types/mock-client.d.ts | 25 + node_modules/undici-types/mock-errors.d.ts | 12 + .../undici-types/mock-interceptor.d.ts | 93 + node_modules/undici-types/mock-pool.d.ts | 25 + node_modules/undici-types/package.json | 55 + node_modules/undici-types/patch.d.ts | 29 + node_modules/undici-types/pool-stats.d.ts | 19 + node_modules/undici-types/pool.d.ts | 39 + node_modules/undici-types/proxy-agent.d.ts | 28 + node_modules/undici-types/readable.d.ts | 68 + node_modules/undici-types/retry-agent.d.ts | 8 + node_modules/undici-types/retry-handler.d.ts | 116 + node_modules/undici-types/util.d.ts | 18 + node_modules/undici-types/utility.d.ts | 7 + node_modules/undici-types/webidl.d.ts | 266 + node_modules/undici-types/websocket.d.ts | 184 + node_modules/unpipe/HISTORY.md | 4 + node_modules/unpipe/LICENSE | 22 + node_modules/unpipe/README.md | 43 + node_modules/unpipe/index.js | 69 + node_modules/unpipe/package.json | 27 + node_modules/uri-js/LICENSE | 11 + node_modules/uri-js/README.md | 203 + node_modules/uri-js/dist/es5/uri.all.d.ts | 59 + node_modules/uri-js/dist/es5/uri.all.js | 1443 ++ node_modules/uri-js/dist/es5/uri.all.js.map | 1 + node_modules/uri-js/dist/es5/uri.all.min.d.ts | 59 + node_modules/uri-js/dist/es5/uri.all.min.js | 3 + .../uri-js/dist/es5/uri.all.min.js.map | 1 + node_modules/uri-js/dist/esnext/index.d.ts | 1 + node_modules/uri-js/dist/esnext/index.js | 17 + node_modules/uri-js/dist/esnext/index.js.map | 1 + .../uri-js/dist/esnext/regexps-iri.d.ts | 3 + .../uri-js/dist/esnext/regexps-iri.js | 3 + .../uri-js/dist/esnext/regexps-iri.js.map | 1 + .../uri-js/dist/esnext/regexps-uri.d.ts | 4 + .../uri-js/dist/esnext/regexps-uri.js | 42 + .../uri-js/dist/esnext/regexps-uri.js.map | 1 + .../uri-js/dist/esnext/schemes/http.d.ts | 3 + .../uri-js/dist/esnext/schemes/http.js | 28 + .../uri-js/dist/esnext/schemes/http.js.map | 1 + .../uri-js/dist/esnext/schemes/https.d.ts | 3 + .../uri-js/dist/esnext/schemes/https.js | 9 + .../uri-js/dist/esnext/schemes/https.js.map | 1 + .../uri-js/dist/esnext/schemes/mailto.d.ts | 12 + .../uri-js/dist/esnext/schemes/mailto.js | 148 + .../uri-js/dist/esnext/schemes/mailto.js.map | 1 + .../uri-js/dist/esnext/schemes/urn-uuid.d.ts | 7 + .../uri-js/dist/esnext/schemes/urn-uuid.js | 23 + .../dist/esnext/schemes/urn-uuid.js.map | 1 + .../uri-js/dist/esnext/schemes/urn.d.ts | 10 + .../uri-js/dist/esnext/schemes/urn.js | 49 + .../uri-js/dist/esnext/schemes/urn.js.map | 1 + .../uri-js/dist/esnext/schemes/ws.d.ts | 7 + node_modules/uri-js/dist/esnext/schemes/ws.js | 41 + .../uri-js/dist/esnext/schemes/ws.js.map | 1 + .../uri-js/dist/esnext/schemes/wss.d.ts | 3 + .../uri-js/dist/esnext/schemes/wss.js | 9 + .../uri-js/dist/esnext/schemes/wss.js.map | 1 + node_modules/uri-js/dist/esnext/uri.d.ts | 59 + node_modules/uri-js/dist/esnext/uri.js | 480 + node_modules/uri-js/dist/esnext/uri.js.map | 1 + node_modules/uri-js/dist/esnext/util.d.ts | 6 + node_modules/uri-js/dist/esnext/util.js | 36 + node_modules/uri-js/dist/esnext/util.js.map | 1 + node_modules/uri-js/package.json | 77 + node_modules/uri-js/yarn.lock | 2558 ++ node_modules/util-deprecate/History.md | 16 + node_modules/util-deprecate/LICENSE | 24 + node_modules/util-deprecate/README.md | 53 + node_modules/util-deprecate/browser.js | 67 + node_modules/util-deprecate/node.js | 6 + node_modules/util-deprecate/package.json | 27 + node_modules/utils-merge/.npmignore | 9 + node_modules/utils-merge/LICENSE | 20 + node_modules/utils-merge/README.md | 34 + node_modules/utils-merge/index.js | 23 + node_modules/utils-merge/package.json | 40 + node_modules/uuid/AUTHORS | 5 + node_modules/uuid/CHANGELOG.md | 119 + node_modules/uuid/LICENSE.md | 21 + node_modules/uuid/README.md | 276 + node_modules/uuid/bin/uuid | 65 + node_modules/uuid/index.js | 8 + node_modules/uuid/lib/bytesToUuid.js | 26 + node_modules/uuid/lib/md5-browser.js | 216 + node_modules/uuid/lib/md5.js | 25 + node_modules/uuid/lib/rng-browser.js | 34 + node_modules/uuid/lib/rng.js | 8 + node_modules/uuid/lib/sha1-browser.js | 89 + node_modules/uuid/lib/sha1.js | 25 + node_modules/uuid/lib/v35.js | 57 + node_modules/uuid/package.json | 49 + node_modules/uuid/v1.js | 109 + node_modules/uuid/v3.js | 4 + node_modules/uuid/v4.js | 29 + node_modules/uuid/v5.js | 3 + node_modules/vary/HISTORY.md | 39 + node_modules/vary/LICENSE | 22 + node_modules/vary/README.md | 101 + node_modules/vary/index.js | 149 + node_modules/vary/package.json | 43 + node_modules/verror/.npmignore | 9 + node_modules/verror/CHANGES.md | 28 + node_modules/verror/CONTRIBUTING.md | 19 + node_modules/verror/LICENSE | 19 + node_modules/verror/README.md | 528 + node_modules/verror/lib/verror.js | 451 + node_modules/verror/package.json | 22 + node_modules/worker-timers-broker/LICENSE | 21 + node_modules/worker-timers-broker/README.md | 5 + .../es2019/guards/call-notification.d.ts | 3 + .../es2019/guards/call-notification.d.ts.map | 1 + .../build/es2019/guards/call-notification.js | 4 + .../es2019/guards/call-notification.js.map | 1 + .../build/es2019/guards/clear-response.d.ts | 3 + .../es2019/guards/clear-response.d.ts.map | 1 + .../build/es2019/guards/clear-response.js | 4 + .../build/es2019/guards/clear-response.js.map | 1 + .../build/es2019/module.d.ts | 7 + .../build/es2019/module.d.ts.map | 1 + .../build/es2019/module.js | 142 + .../build/es2019/module.js.map | 1 + .../worker-timers-broker/build/es5/bundle.js | 162 + .../worker-timers-broker/package.json | 84 + .../src/guards/call-notification.ts | 5 + .../src/guards/clear-response.ts | 5 + .../worker-timers-broker/src/module.ts | 173 + .../worker-timers-broker/src/tsconfig.json | 6 + node_modules/worker-timers-worker/LICENSE | 21 + node_modules/worker-timers-worker/README.md | 5 + .../build/es2019/helpers/timer.d.ts | 5 + .../build/es2019/helpers/timer.d.ts.map | 1 + .../build/es2019/helpers/timer.js | 50 + .../build/es2019/helpers/timer.js.map | 1 + .../build/es2019/interfaces/broker-event.d.ts | 5 + .../es2019/interfaces/broker-event.d.ts.map | 1 + .../build/es2019/interfaces/broker-event.js | 2 + .../es2019/interfaces/broker-event.js.map | 1 + .../es2019/interfaces/call-notification.d.ts | 10 + .../interfaces/call-notification.d.ts.map | 1 + .../es2019/interfaces/call-notification.js | 2 + .../interfaces/call-notification.js.map | 1 + .../es2019/interfaces/clear-request.d.ts | 10 + .../es2019/interfaces/clear-request.d.ts.map | 1 + .../build/es2019/interfaces/clear-request.js | 2 + .../es2019/interfaces/clear-request.js.map | 1 + .../es2019/interfaces/clear-response.d.ts | 5 + .../es2019/interfaces/clear-response.d.ts.map | 1 + .../build/es2019/interfaces/clear-response.js | 2 + .../es2019/interfaces/clear-response.js.map | 1 + .../es2019/interfaces/error-notification.d.ts | 8 + .../interfaces/error-notification.d.ts.map | 1 + .../es2019/interfaces/error-notification.js | 2 + .../interfaces/error-notification.js.map | 1 + .../es2019/interfaces/error-response.d.ts | 8 + .../es2019/interfaces/error-response.d.ts.map | 1 + .../build/es2019/interfaces/error-response.js | 2 + .../es2019/interfaces/error-response.js.map | 1 + .../build/es2019/interfaces/index.d.ts | 9 + .../build/es2019/interfaces/index.d.ts.map | 1 + .../build/es2019/interfaces/index.js | 9 + .../build/es2019/interfaces/index.js.map | 1 + .../es2019/interfaces/set-notification.d.ts | 12 + .../interfaces/set-notification.d.ts.map | 1 + .../es2019/interfaces/set-notification.js | 2 + .../es2019/interfaces/set-notification.js.map | 1 + .../build/es2019/interfaces/worker-event.d.ts | 5 + .../es2019/interfaces/worker-event.d.ts.map | 1 + .../build/es2019/interfaces/worker-event.js | 2 + .../es2019/interfaces/worker-event.js.map | 1 + .../build/es2019/module.d.ts | 3 + .../build/es2019/module.d.ts.map | 1 + .../build/es2019/module.js | 50 + .../build/es2019/module.js.map | 1 + .../build/es2019/types/broker-message.d.ts | 3 + .../es2019/types/broker-message.d.ts.map | 1 + .../build/es2019/types/broker-message.js | 2 + .../build/es2019/types/broker-message.js.map | 1 + .../build/es2019/types/index.d.ts | 4 + .../build/es2019/types/index.d.ts.map | 1 + .../build/es2019/types/index.js | 4 + .../build/es2019/types/index.js.map | 1 + .../build/es2019/types/timer-type.d.ts | 2 + .../build/es2019/types/timer-type.d.ts.map | 1 + .../build/es2019/types/timer-type.js | 2 + .../build/es2019/types/timer-type.js.map | 1 + .../build/es2019/types/worker-message.d.ts | 3 + .../es2019/types/worker-message.d.ts.map | 1 + .../build/es2019/types/worker-message.js | 2 + .../build/es2019/types/worker-message.js.map | 1 + .../worker-timers-worker/build/es5/bundle.js | 117 + .../worker-timers-worker/package.json | 91 + .../worker-timers-worker/src/helpers/timer.ts | 68 + .../src/interfaces/broker-event.ts | 5 + .../src/interfaces/call-notification.ts | 13 + .../src/interfaces/clear-request.ts | 13 + .../src/interfaces/clear-response.ts | 5 + .../src/interfaces/error-notification.ts | 9 + .../src/interfaces/error-response.ts | 9 + .../src/interfaces/index.ts | 8 + .../src/interfaces/set-notification.ts | 17 + .../src/interfaces/worker-event.ts | 5 + .../worker-timers-worker/src/module.ts | 54 + .../worker-timers-worker/src/tsconfig.json | 6 + .../src/types/broker-message.ts | 3 + .../worker-timers-worker/src/types/index.ts | 3 + .../src/types/timer-type.ts | 1 + .../src/types/worker-message.ts | 3 + node_modules/worker-timers/LICENSE | 21 + node_modules/worker-timers/README.md | 79 + .../factories/load-or-return-broker.d.ts | 2 + .../factories/load-or-return-broker.d.ts.map | 1 + .../es2019/factories/load-or-return-broker.js | 15 + .../factories/load-or-return-broker.js.map | 1 + .../worker-timers/build/es2019/module.d.ts | 6 + .../build/es2019/module.d.ts.map | 1 + .../worker-timers/build/es2019/module.js | 9 + .../worker-timers/build/es2019/module.js.map | 1 + .../build/es2019/worker/worker.d.ts | 2 + .../build/es2019/worker/worker.d.ts.map | 1 + .../build/es2019/worker/worker.js | 3 + .../build/es2019/worker/worker.js.map | 1 + .../worker-timers/build/es5/bundle.js | 50 + node_modules/worker-timers/package.json | 106 + .../src/factories/load-or-return-broker.ts | 19 + node_modules/worker-timers/src/module.ts | 13 + node_modules/worker-timers/src/tsconfig.json | 6 + .../worker-timers/src/worker/worker.ts | 2 + node_modules/ws/LICENSE | 20 + node_modules/ws/README.md | 548 + node_modules/ws/browser.js | 8 + node_modules/ws/index.js | 13 + node_modules/ws/lib/buffer-util.js | 131 + node_modules/ws/lib/constants.js | 18 + node_modules/ws/lib/event-target.js | 292 + node_modules/ws/lib/extension.js | 203 + node_modules/ws/lib/limiter.js | 55 + node_modules/ws/lib/permessage-deflate.js | 528 + node_modules/ws/lib/receiver.js | 706 + node_modules/ws/lib/sender.js | 602 + node_modules/ws/lib/stream.js | 161 + node_modules/ws/lib/subprotocol.js | 62 + node_modules/ws/lib/validation.js | 152 + node_modules/ws/lib/websocket-server.js | 550 + node_modules/ws/lib/websocket.js | 1388 + node_modules/ws/package.json | 69 + node_modules/ws/wrapper.mjs | 8 + package-lock.json | 2414 ++ package.json | 17 + 5149 files changed, 537218 insertions(+) create mode 100644 Dockerfile create mode 100644 config.json create mode 100644 index.js create mode 100644 matrix-storage.json create mode 120000 node_modules/.bin/mime create mode 120000 node_modules/.bin/mkdirp create mode 120000 node_modules/.bin/mqtt create mode 120000 node_modules/.bin/mqtt_pub create mode 120000 node_modules/.bin/mqtt_sub create mode 120000 node_modules/.bin/nanoid create mode 120000 node_modules/.bin/ndh create mode 120000 node_modules/.bin/sshpk-conv create mode 120000 node_modules/.bin/sshpk-sign create mode 120000 node_modules/.bin/sshpk-verify create mode 120000 node_modules/.bin/uuid create mode 100644 node_modules/.package-lock.json create mode 100644 node_modules/@babel/runtime/LICENSE create mode 100644 node_modules/@babel/runtime/README.md create mode 100644 node_modules/@babel/runtime/helpers/AwaitValue.js create mode 100644 node_modules/@babel/runtime/helpers/OverloadYield.js create mode 100644 node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js create mode 100644 node_modules/@babel/runtime/helpers/applyDecs.js create mode 100644 node_modules/@babel/runtime/helpers/applyDecs2203.js create mode 100644 node_modules/@babel/runtime/helpers/applyDecs2203R.js create mode 100644 node_modules/@babel/runtime/helpers/applyDecs2301.js create mode 100644 node_modules/@babel/runtime/helpers/applyDecs2305.js create mode 100644 node_modules/@babel/runtime/helpers/applyDecs2311.js create mode 100644 node_modules/@babel/runtime/helpers/arrayLikeToArray.js create mode 100644 node_modules/@babel/runtime/helpers/arrayWithHoles.js create mode 100644 node_modules/@babel/runtime/helpers/arrayWithoutHoles.js create mode 100644 node_modules/@babel/runtime/helpers/assertClassBrand.js create mode 100644 node_modules/@babel/runtime/helpers/assertThisInitialized.js create mode 100644 node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js create mode 100644 node_modules/@babel/runtime/helpers/asyncIterator.js create mode 100644 node_modules/@babel/runtime/helpers/asyncToGenerator.js create mode 100644 node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js create mode 100644 node_modules/@babel/runtime/helpers/callSuper.js create mode 100644 node_modules/@babel/runtime/helpers/checkInRHS.js create mode 100644 node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js create mode 100644 node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js create mode 100644 node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js create mode 100644 node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js create mode 100644 node_modules/@babel/runtime/helpers/classCallCheck.js create mode 100644 node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js create mode 100644 node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js create mode 100644 node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js create mode 100644 node_modules/@babel/runtime/helpers/classNameTDZError.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateFieldGet.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateFieldGet2.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateFieldSet.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateFieldSet2.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateGetter.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateMethodGet.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateMethodSet.js create mode 100644 node_modules/@babel/runtime/helpers/classPrivateSetter.js create mode 100644 node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js create mode 100644 node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js create mode 100644 node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js create mode 100644 node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js create mode 100644 node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js create mode 100644 node_modules/@babel/runtime/helpers/construct.js create mode 100644 node_modules/@babel/runtime/helpers/createClass.js create mode 100644 node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js create mode 100644 node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js create mode 100644 node_modules/@babel/runtime/helpers/createSuper.js create mode 100644 node_modules/@babel/runtime/helpers/decorate.js create mode 100644 node_modules/@babel/runtime/helpers/defaults.js create mode 100644 node_modules/@babel/runtime/helpers/defineAccessor.js create mode 100644 node_modules/@babel/runtime/helpers/defineEnumerableProperties.js create mode 100644 node_modules/@babel/runtime/helpers/defineProperty.js create mode 100644 node_modules/@babel/runtime/helpers/dispose.js create mode 100644 node_modules/@babel/runtime/helpers/esm/AwaitValue.js create mode 100644 node_modules/@babel/runtime/helpers/esm/OverloadYield.js create mode 100644 node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js create mode 100644 node_modules/@babel/runtime/helpers/esm/applyDecs.js create mode 100644 node_modules/@babel/runtime/helpers/esm/applyDecs2203.js create mode 100644 node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js create mode 100644 node_modules/@babel/runtime/helpers/esm/applyDecs2301.js create mode 100644 node_modules/@babel/runtime/helpers/esm/applyDecs2305.js create mode 100644 node_modules/@babel/runtime/helpers/esm/applyDecs2311.js create mode 100644 node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js create mode 100644 node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js create mode 100644 node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js create mode 100644 node_modules/@babel/runtime/helpers/esm/assertClassBrand.js create mode 100644 node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js create mode 100644 node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js create mode 100644 node_modules/@babel/runtime/helpers/esm/asyncIterator.js create mode 100644 node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js create mode 100644 node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js create mode 100644 node_modules/@babel/runtime/helpers/esm/callSuper.js create mode 100644 node_modules/@babel/runtime/helpers/esm/checkInRHS.js create mode 100644 node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classCallCheck.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classNameTDZError.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classPrivateSetter.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/construct.js create mode 100644 node_modules/@babel/runtime/helpers/esm/createClass.js create mode 100644 node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js create mode 100644 node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js create mode 100644 node_modules/@babel/runtime/helpers/esm/createSuper.js create mode 100644 node_modules/@babel/runtime/helpers/esm/decorate.js create mode 100644 node_modules/@babel/runtime/helpers/esm/defaults.js create mode 100644 node_modules/@babel/runtime/helpers/esm/defineAccessor.js create mode 100644 node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js create mode 100644 node_modules/@babel/runtime/helpers/esm/defineProperty.js create mode 100644 node_modules/@babel/runtime/helpers/esm/dispose.js create mode 100644 node_modules/@babel/runtime/helpers/esm/extends.js create mode 100644 node_modules/@babel/runtime/helpers/esm/get.js create mode 100644 node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js create mode 100644 node_modules/@babel/runtime/helpers/esm/identity.js create mode 100644 node_modules/@babel/runtime/helpers/esm/importDeferProxy.js create mode 100644 node_modules/@babel/runtime/helpers/esm/inherits.js create mode 100644 node_modules/@babel/runtime/helpers/esm/inheritsLoose.js create mode 100644 node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js create mode 100644 node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js create mode 100644 node_modules/@babel/runtime/helpers/esm/instanceof.js create mode 100644 node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js create mode 100644 node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js create mode 100644 node_modules/@babel/runtime/helpers/esm/isNativeFunction.js create mode 100644 node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js create mode 100644 node_modules/@babel/runtime/helpers/esm/iterableToArray.js create mode 100644 node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js create mode 100644 node_modules/@babel/runtime/helpers/esm/jsx.js create mode 100644 node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js create mode 100644 node_modules/@babel/runtime/helpers/esm/newArrowCheck.js create mode 100644 node_modules/@babel/runtime/helpers/esm/nonIterableRest.js create mode 100644 node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js create mode 100644 node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js create mode 100644 node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js create mode 100644 node_modules/@babel/runtime/helpers/esm/objectSpread.js create mode 100644 node_modules/@babel/runtime/helpers/esm/objectSpread2.js create mode 100644 node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js create mode 100644 node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js create mode 100644 node_modules/@babel/runtime/helpers/esm/package.json create mode 100644 node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js create mode 100644 node_modules/@babel/runtime/helpers/esm/readOnlyError.js create mode 100644 node_modules/@babel/runtime/helpers/esm/regenerator.js create mode 100644 node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js create mode 100644 node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js create mode 100644 node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js create mode 100644 node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js create mode 100644 node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js create mode 100644 node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js create mode 100644 node_modules/@babel/runtime/helpers/esm/regeneratorValues.js create mode 100644 node_modules/@babel/runtime/helpers/esm/set.js create mode 100644 node_modules/@babel/runtime/helpers/esm/setFunctionName.js create mode 100644 node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js create mode 100644 node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js create mode 100644 node_modules/@babel/runtime/helpers/esm/slicedToArray.js create mode 100644 node_modules/@babel/runtime/helpers/esm/superPropBase.js create mode 100644 node_modules/@babel/runtime/helpers/esm/superPropGet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/superPropSet.js create mode 100644 node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js create mode 100644 node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js create mode 100644 node_modules/@babel/runtime/helpers/esm/tdz.js create mode 100644 node_modules/@babel/runtime/helpers/esm/temporalRef.js create mode 100644 node_modules/@babel/runtime/helpers/esm/temporalUndefined.js create mode 100644 node_modules/@babel/runtime/helpers/esm/toArray.js create mode 100644 node_modules/@babel/runtime/helpers/esm/toConsumableArray.js create mode 100644 node_modules/@babel/runtime/helpers/esm/toPrimitive.js create mode 100644 node_modules/@babel/runtime/helpers/esm/toPropertyKey.js create mode 100644 node_modules/@babel/runtime/helpers/esm/toSetter.js create mode 100644 node_modules/@babel/runtime/helpers/esm/tsRewriteRelativeImportExtensions.js create mode 100644 node_modules/@babel/runtime/helpers/esm/typeof.js create mode 100644 node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js create mode 100644 node_modules/@babel/runtime/helpers/esm/using.js create mode 100644 node_modules/@babel/runtime/helpers/esm/usingCtx.js create mode 100644 node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js create mode 100644 node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js create mode 100644 node_modules/@babel/runtime/helpers/esm/wrapRegExp.js create mode 100644 node_modules/@babel/runtime/helpers/esm/writeOnlyError.js create mode 100644 node_modules/@babel/runtime/helpers/extends.js create mode 100644 node_modules/@babel/runtime/helpers/get.js create mode 100644 node_modules/@babel/runtime/helpers/getPrototypeOf.js create mode 100644 node_modules/@babel/runtime/helpers/identity.js create mode 100644 node_modules/@babel/runtime/helpers/importDeferProxy.js create mode 100644 node_modules/@babel/runtime/helpers/inherits.js create mode 100644 node_modules/@babel/runtime/helpers/inheritsLoose.js create mode 100644 node_modules/@babel/runtime/helpers/initializerDefineProperty.js create mode 100644 node_modules/@babel/runtime/helpers/initializerWarningHelper.js create mode 100644 node_modules/@babel/runtime/helpers/instanceof.js create mode 100644 node_modules/@babel/runtime/helpers/interopRequireDefault.js create mode 100644 node_modules/@babel/runtime/helpers/interopRequireWildcard.js create mode 100644 node_modules/@babel/runtime/helpers/isNativeFunction.js create mode 100644 node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js create mode 100644 node_modules/@babel/runtime/helpers/iterableToArray.js create mode 100644 node_modules/@babel/runtime/helpers/iterableToArrayLimit.js create mode 100644 node_modules/@babel/runtime/helpers/jsx.js create mode 100644 node_modules/@babel/runtime/helpers/maybeArrayLike.js create mode 100644 node_modules/@babel/runtime/helpers/newArrowCheck.js create mode 100644 node_modules/@babel/runtime/helpers/nonIterableRest.js create mode 100644 node_modules/@babel/runtime/helpers/nonIterableSpread.js create mode 100644 node_modules/@babel/runtime/helpers/nullishReceiverError.js create mode 100644 node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js create mode 100644 node_modules/@babel/runtime/helpers/objectSpread.js create mode 100644 node_modules/@babel/runtime/helpers/objectSpread2.js create mode 100644 node_modules/@babel/runtime/helpers/objectWithoutProperties.js create mode 100644 node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js create mode 100644 node_modules/@babel/runtime/helpers/possibleConstructorReturn.js create mode 100644 node_modules/@babel/runtime/helpers/readOnlyError.js create mode 100644 node_modules/@babel/runtime/helpers/regenerator.js create mode 100644 node_modules/@babel/runtime/helpers/regeneratorAsync.js create mode 100644 node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js create mode 100644 node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js create mode 100644 node_modules/@babel/runtime/helpers/regeneratorDefine.js create mode 100644 node_modules/@babel/runtime/helpers/regeneratorKeys.js create mode 100644 node_modules/@babel/runtime/helpers/regeneratorRuntime.js create mode 100644 node_modules/@babel/runtime/helpers/regeneratorValues.js create mode 100644 node_modules/@babel/runtime/helpers/set.js create mode 100644 node_modules/@babel/runtime/helpers/setFunctionName.js create mode 100644 node_modules/@babel/runtime/helpers/setPrototypeOf.js create mode 100644 node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js create mode 100644 node_modules/@babel/runtime/helpers/slicedToArray.js create mode 100644 node_modules/@babel/runtime/helpers/superPropBase.js create mode 100644 node_modules/@babel/runtime/helpers/superPropGet.js create mode 100644 node_modules/@babel/runtime/helpers/superPropSet.js create mode 100644 node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js create mode 100644 node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js create mode 100644 node_modules/@babel/runtime/helpers/tdz.js create mode 100644 node_modules/@babel/runtime/helpers/temporalRef.js create mode 100644 node_modules/@babel/runtime/helpers/temporalUndefined.js create mode 100644 node_modules/@babel/runtime/helpers/toArray.js create mode 100644 node_modules/@babel/runtime/helpers/toConsumableArray.js create mode 100644 node_modules/@babel/runtime/helpers/toPrimitive.js create mode 100644 node_modules/@babel/runtime/helpers/toPropertyKey.js create mode 100644 node_modules/@babel/runtime/helpers/toSetter.js create mode 100644 node_modules/@babel/runtime/helpers/tsRewriteRelativeImportExtensions.js create mode 100644 node_modules/@babel/runtime/helpers/typeof.js create mode 100644 node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js create mode 100644 node_modules/@babel/runtime/helpers/using.js create mode 100644 node_modules/@babel/runtime/helpers/usingCtx.js create mode 100644 node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js create mode 100644 node_modules/@babel/runtime/helpers/wrapNativeSuper.js create mode 100644 node_modules/@babel/runtime/helpers/wrapRegExp.js create mode 100644 node_modules/@babel/runtime/helpers/writeOnlyError.js create mode 100644 node_modules/@babel/runtime/package.json create mode 100644 node_modules/@babel/runtime/regenerator/index.js create mode 100644 node_modules/@matrix-org/matrix-sdk-crypto-nodejs/CHANGELOG.md create mode 100644 node_modules/@matrix-org/matrix-sdk-crypto-nodejs/LICENSE create mode 100644 node_modules/@matrix-org/matrix-sdk-crypto-nodejs/README.md create mode 100644 node_modules/@matrix-org/matrix-sdk-crypto-nodejs/RELEASING.md create mode 100644 node_modules/@matrix-org/matrix-sdk-crypto-nodejs/download-lib.js create mode 100644 node_modules/@matrix-org/matrix-sdk-crypto-nodejs/index.d.ts create mode 100644 node_modules/@matrix-org/matrix-sdk-crypto-nodejs/index.js create mode 100644 node_modules/@matrix-org/matrix-sdk-crypto-nodejs/matrix-sdk-crypto.linux-x64-gnu.node create mode 100644 node_modules/@matrix-org/matrix-sdk-crypto-nodejs/package.json create mode 100644 node_modules/@selderee/plugin-htmlparser2/CHANGELOG.md create mode 100644 node_modules/@selderee/plugin-htmlparser2/LICENSE create mode 100644 node_modules/@selderee/plugin-htmlparser2/README.md create mode 100644 node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.cjs create mode 100644 node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.d.ts create mode 100644 node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.mjs create mode 100644 node_modules/@selderee/plugin-htmlparser2/package.json create mode 100644 node_modules/@types/body-parser/LICENSE create mode 100644 node_modules/@types/body-parser/README.md create mode 100644 node_modules/@types/body-parser/index.d.ts create mode 100644 node_modules/@types/body-parser/package.json create mode 100644 node_modules/@types/connect/LICENSE create mode 100644 node_modules/@types/connect/README.md create mode 100644 node_modules/@types/connect/index.d.ts create mode 100644 node_modules/@types/connect/package.json create mode 100644 node_modules/@types/express-serve-static-core/LICENSE create mode 100644 node_modules/@types/express-serve-static-core/README.md create mode 100644 node_modules/@types/express-serve-static-core/index.d.ts create mode 100644 node_modules/@types/express-serve-static-core/package.json create mode 100644 node_modules/@types/express/LICENSE create mode 100644 node_modules/@types/express/README.md create mode 100644 node_modules/@types/express/index.d.ts create mode 100644 node_modules/@types/express/package.json create mode 100644 node_modules/@types/http-errors/LICENSE create mode 100644 node_modules/@types/http-errors/README.md create mode 100644 node_modules/@types/http-errors/index.d.ts create mode 100644 node_modules/@types/http-errors/package.json create mode 100644 node_modules/@types/mime/LICENSE create mode 100644 node_modules/@types/mime/Mime.d.ts create mode 100644 node_modules/@types/mime/README.md create mode 100644 node_modules/@types/mime/index.d.ts create mode 100644 node_modules/@types/mime/lite.d.ts create mode 100644 node_modules/@types/mime/package.json create mode 100644 node_modules/@types/node/LICENSE create mode 100644 node_modules/@types/node/README.md create mode 100644 node_modules/@types/node/assert.d.ts create mode 100644 node_modules/@types/node/assert/strict.d.ts create mode 100644 node_modules/@types/node/async_hooks.d.ts create mode 100644 node_modules/@types/node/buffer.buffer.d.ts create mode 100644 node_modules/@types/node/buffer.d.ts create mode 100644 node_modules/@types/node/child_process.d.ts create mode 100644 node_modules/@types/node/cluster.d.ts create mode 100644 node_modules/@types/node/compatibility/iterators.d.ts create mode 100644 node_modules/@types/node/console.d.ts create mode 100644 node_modules/@types/node/constants.d.ts create mode 100644 node_modules/@types/node/crypto.d.ts create mode 100644 node_modules/@types/node/dgram.d.ts create mode 100644 node_modules/@types/node/diagnostics_channel.d.ts create mode 100644 node_modules/@types/node/dns.d.ts create mode 100644 node_modules/@types/node/dns/promises.d.ts create mode 100644 node_modules/@types/node/dom-events.d.ts create mode 100644 node_modules/@types/node/domain.d.ts create mode 100644 node_modules/@types/node/events.d.ts create mode 100644 node_modules/@types/node/fs.d.ts create mode 100644 node_modules/@types/node/fs/promises.d.ts create mode 100644 node_modules/@types/node/globals.d.ts create mode 100644 node_modules/@types/node/globals.typedarray.d.ts create mode 100644 node_modules/@types/node/http.d.ts create mode 100644 node_modules/@types/node/http2.d.ts create mode 100644 node_modules/@types/node/https.d.ts create mode 100644 node_modules/@types/node/index.d.ts create mode 100644 node_modules/@types/node/inspector.d.ts create mode 100644 node_modules/@types/node/module.d.ts create mode 100644 node_modules/@types/node/net.d.ts create mode 100644 node_modules/@types/node/os.d.ts create mode 100644 node_modules/@types/node/package.json create mode 100644 node_modules/@types/node/path.d.ts create mode 100644 node_modules/@types/node/perf_hooks.d.ts create mode 100644 node_modules/@types/node/process.d.ts create mode 100644 node_modules/@types/node/punycode.d.ts create mode 100644 node_modules/@types/node/querystring.d.ts create mode 100644 node_modules/@types/node/readline.d.ts create mode 100644 node_modules/@types/node/readline/promises.d.ts create mode 100644 node_modules/@types/node/repl.d.ts create mode 100644 node_modules/@types/node/sea.d.ts create mode 100644 node_modules/@types/node/sqlite.d.ts create mode 100644 node_modules/@types/node/stream.d.ts create mode 100644 node_modules/@types/node/stream/consumers.d.ts create mode 100644 node_modules/@types/node/stream/promises.d.ts create mode 100644 node_modules/@types/node/stream/web.d.ts create mode 100644 node_modules/@types/node/string_decoder.d.ts create mode 100644 node_modules/@types/node/test.d.ts create mode 100644 node_modules/@types/node/timers.d.ts create mode 100644 node_modules/@types/node/timers/promises.d.ts create mode 100644 node_modules/@types/node/tls.d.ts create mode 100644 node_modules/@types/node/trace_events.d.ts create mode 100644 node_modules/@types/node/ts5.1/compatibility/disposable.d.ts create mode 100644 node_modules/@types/node/ts5.1/index.d.ts create mode 100644 node_modules/@types/node/ts5.6/buffer.buffer.d.ts create mode 100644 node_modules/@types/node/ts5.6/compatibility/float16array.d.ts create mode 100644 node_modules/@types/node/ts5.6/globals.typedarray.d.ts create mode 100644 node_modules/@types/node/ts5.6/index.d.ts create mode 100644 node_modules/@types/node/ts5.7/compatibility/float16array.d.ts create mode 100644 node_modules/@types/node/ts5.7/index.d.ts create mode 100644 node_modules/@types/node/tty.d.ts create mode 100644 node_modules/@types/node/url.d.ts create mode 100644 node_modules/@types/node/util.d.ts create mode 100644 node_modules/@types/node/v8.d.ts create mode 100644 node_modules/@types/node/vm.d.ts create mode 100644 node_modules/@types/node/wasi.d.ts create mode 100644 node_modules/@types/node/worker_threads.d.ts create mode 100644 node_modules/@types/node/zlib.d.ts create mode 100644 node_modules/@types/qs/LICENSE create mode 100644 node_modules/@types/qs/README.md create mode 100644 node_modules/@types/qs/index.d.ts create mode 100644 node_modules/@types/qs/package.json create mode 100644 node_modules/@types/range-parser/LICENSE create mode 100644 node_modules/@types/range-parser/README.md create mode 100644 node_modules/@types/range-parser/index.d.ts create mode 100644 node_modules/@types/range-parser/package.json create mode 100644 node_modules/@types/readable-stream/LICENSE create mode 100644 node_modules/@types/readable-stream/README.md create mode 100644 node_modules/@types/readable-stream/index.d.ts create mode 100644 node_modules/@types/readable-stream/package.json create mode 100644 node_modules/@types/send/LICENSE create mode 100644 node_modules/@types/send/README.md create mode 100644 node_modules/@types/send/index.d.ts create mode 100644 node_modules/@types/send/package.json create mode 100644 node_modules/@types/serve-static/LICENSE create mode 100644 node_modules/@types/serve-static/README.md create mode 100644 node_modules/@types/serve-static/index.d.ts create mode 100644 node_modules/@types/serve-static/package.json create mode 100644 node_modules/@types/ws/LICENSE create mode 100644 node_modules/@types/ws/README.md create mode 100644 node_modules/@types/ws/index.d.mts create mode 100644 node_modules/@types/ws/index.d.ts create mode 100644 node_modules/@types/ws/package.json create mode 100644 node_modules/@vector-im/matrix-bot-sdk/LICENSE create mode 100644 node_modules/@vector-im/matrix-bot-sdk/README.md create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/AdminApis.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/AdminApis.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/AdminApis.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/DMs.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/DMs.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/DMs.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/IFilter.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/IFilter.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/IFilter.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/MatrixAuth.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/MatrixAuth.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/MatrixAuth.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/MatrixClient.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/MatrixClient.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/MatrixClient.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/MatrixContentScannerClient.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/MatrixContentScannerClient.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/MatrixContentScannerClient.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/PantalaimonClient.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/PantalaimonClient.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/PantalaimonClient.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/SynapseAdminApis.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/SynapseAdminApis.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/SynapseAdminApis.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/SynchronousMatrixClient.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/SynchronousMatrixClient.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/SynchronousMatrixClient.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/UnstableApis.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/UnstableApis.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/UnstableApis.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/appservice/Appservice.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/appservice/Appservice.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/appservice/Appservice.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/appservice/Intent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/appservice/Intent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/appservice/Intent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/appservice/MatrixBridge.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/appservice/MatrixBridge.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/appservice/MatrixBridge.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/appservice/UnstableAppserviceApis.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/appservice/UnstableAppserviceApis.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/appservice/UnstableAppserviceApis.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/appservice/http_responses.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/appservice/http_responses.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/appservice/http_responses.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/b64.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/b64.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/b64.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/e2ee/CryptoClient.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/e2ee/CryptoClient.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/e2ee/CryptoClient.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/e2ee/ICryptoRoomInformation.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/e2ee/ICryptoRoomInformation.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/e2ee/ICryptoRoomInformation.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/e2ee/RoomTracker.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/e2ee/RoomTracker.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/e2ee/RoomTracker.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/e2ee/RustEngine.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/e2ee/RustEngine.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/e2ee/RustEngine.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/e2ee/decorators.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/e2ee/decorators.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/e2ee/decorators.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/MatrixEntity.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/MatrixEntity.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/MatrixEntity.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/MatrixGlob.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/MatrixGlob.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/MatrixGlob.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/MentionPill.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/MentionPill.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/MentionPill.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/Permalinks.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/Permalinks.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/Permalinks.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/ProfileCache.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/ProfileCache.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/ProfileCache.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/RichReply.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/RichReply.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/RichReply.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/Types.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/Types.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/Types.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/UnpaddedBase64.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/UnpaddedBase64.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/helpers/UnpaddedBase64.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/http.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/http.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/http.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/identity/IdentityClient.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/identity/IdentityClient.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/identity/IdentityClient.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/index.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/index.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/index.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/logging/ConsoleLogger.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/logging/ConsoleLogger.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/logging/ConsoleLogger.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/logging/ILogger.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/logging/ILogger.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/logging/ILogger.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/logging/LogService.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/logging/LogService.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/logging/LogService.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/logging/RichConsoleLogger.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/logging/RichConsoleLogger.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/logging/RichConsoleLogger.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/metrics/IMetricListener.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/metrics/IMetricListener.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/metrics/IMetricListener.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/metrics/Metrics.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/metrics/Metrics.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/metrics/Metrics.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/metrics/contexts.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/metrics/contexts.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/metrics/contexts.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/metrics/decorators.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/metrics/decorators.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/metrics/decorators.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/metrics/names.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/metrics/names.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/metrics/names.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/mixins/AutojoinRoomsMixin.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/mixins/AutojoinRoomsMixin.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/mixins/AutojoinRoomsMixin.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/mixins/AutojoinUpgradedRoomsMixin.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/mixins/AutojoinUpgradedRoomsMixin.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/mixins/AutojoinUpgradedRoomsMixin.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Account.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Account.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Account.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Capabilities.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Capabilities.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Capabilities.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/CreateRoom.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/CreateRoom.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/CreateRoom.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Crypto.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Crypto.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Crypto.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/EventContext.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/EventContext.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/EventContext.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/IdentityServerModels.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/IdentityServerModels.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/IdentityServerModels.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/KeyBackup.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/KeyBackup.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/KeyBackup.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/MSC2176.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/MSC2176.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/MSC2176.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/MXCUrl.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/MXCUrl.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/MXCUrl.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/MatrixError.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/MatrixError.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/MatrixError.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/MatrixProfile.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/MatrixProfile.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/MatrixProfile.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/OpenIDConnect.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/OpenIDConnect.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/OpenIDConnect.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Policies.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Policies.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Policies.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/PowerLevelAction.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/PowerLevelAction.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/PowerLevelAction.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/PowerLevelBounds.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/PowerLevelBounds.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/PowerLevelBounds.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Presence.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Presence.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Presence.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/ServerVersions.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/ServerVersions.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/ServerVersions.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Spaces.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Spaces.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Spaces.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Threepid.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Threepid.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/Threepid.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/AliasesEvent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/AliasesEvent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/AliasesEvent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/CanonicalAliasEvent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/CanonicalAliasEvent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/CanonicalAliasEvent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/CreateEvent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/CreateEvent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/CreateEvent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/EncryptedRoomEvent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/EncryptedRoomEvent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/EncryptedRoomEvent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/EncryptionEvent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/EncryptionEvent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/EncryptionEvent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/Event.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/Event.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/Event.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/EventKind.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/EventKind.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/EventKind.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/InvalidEventError.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/InvalidEventError.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/InvalidEventError.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/JoinRulesEvent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/JoinRulesEvent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/JoinRulesEvent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/MembershipEvent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/MembershipEvent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/MembershipEvent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/MessageEvent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/MessageEvent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/MessageEvent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/PinnedEventsEvent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/PinnedEventsEvent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/PinnedEventsEvent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/PowerLevelsEvent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/PowerLevelsEvent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/PowerLevelsEvent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/PresenceEvent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/PresenceEvent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/PresenceEvent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/RedactionEvent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/RedactionEvent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/RedactionEvent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/RoomAvatarEvent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/RoomAvatarEvent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/RoomAvatarEvent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/RoomEvent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/RoomEvent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/RoomEvent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/RoomNameEvent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/RoomNameEvent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/RoomNameEvent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/RoomTopicEvent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/RoomTopicEvent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/RoomTopicEvent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/SpaceChildEvent.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/SpaceChildEvent.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/SpaceChildEvent.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/converter.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/converter.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/events/converter.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/unstable/MediaInfo.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/unstable/MediaInfo.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/models/unstable/MediaInfo.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/preprocessors/IPreprocessor.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/preprocessors/IPreprocessor.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/preprocessors/IPreprocessor.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/preprocessors/RichRepliesPreprocessor.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/preprocessors/RichRepliesPreprocessor.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/preprocessors/RichRepliesPreprocessor.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/request.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/request.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/request.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/simple-validation.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/simple-validation.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/simple-validation.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/IAppserviceStorageProvider.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/IAppserviceStorageProvider.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/IAppserviceStorageProvider.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/ICryptoStorageProvider.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/ICryptoStorageProvider.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/ICryptoStorageProvider.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/IStorageProvider.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/IStorageProvider.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/IStorageProvider.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/MemoryStorageProvider.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/MemoryStorageProvider.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/MemoryStorageProvider.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/RustSdkCryptoStorageProvider.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/RustSdkCryptoStorageProvider.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/RustSdkCryptoStorageProvider.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/SimpleFsStorageProvider.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/SimpleFsStorageProvider.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/SimpleFsStorageProvider.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/SimplePostgresStorageProvider.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/SimplePostgresStorageProvider.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/storage/SimplePostgresStorageProvider.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/strategies/AppserviceJoinRoomStrategy.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/strategies/AppserviceJoinRoomStrategy.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/strategies/AppserviceJoinRoomStrategy.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/strategies/JoinRoomStrategy.d.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/strategies/JoinRoomStrategy.js create mode 100644 node_modules/@vector-im/matrix-bot-sdk/lib/strategies/JoinRoomStrategy.js.map create mode 100644 node_modules/@vector-im/matrix-bot-sdk/package.json create mode 100755 node_modules/@vector-im/matrix-bot-sdk/scripts/fetch-remotes create mode 100755 node_modules/@vector-im/matrix-bot-sdk/scripts/prepare-patch-branch create mode 100755 node_modules/@vector-im/matrix-bot-sdk/scripts/tag-release create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/AdminApis.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/DMs.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/IFilter.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/MatrixAuth.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/MatrixClient.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/MatrixContentScannerClient.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/PantalaimonClient.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/SynapseAdminApis.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/SynchronousMatrixClient.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/UnstableApis.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/appservice/Appservice.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/appservice/Intent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/appservice/MatrixBridge.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/appservice/UnstableAppserviceApis.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/appservice/http_responses.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/b64.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/e2ee/CryptoClient.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/e2ee/ICryptoRoomInformation.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/e2ee/RoomTracker.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/e2ee/RustEngine.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/e2ee/decorators.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/helpers/MatrixEntity.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/helpers/MatrixGlob.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/helpers/MentionPill.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/helpers/Permalinks.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/helpers/ProfileCache.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/helpers/RichReply.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/helpers/Types.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/helpers/UnpaddedBase64.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/http.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/identity/IdentityClient.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/index.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/logging/ConsoleLogger.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/logging/ILogger.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/logging/LogService.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/logging/RichConsoleLogger.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/metrics/IMetricListener.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/metrics/Metrics.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/metrics/contexts.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/metrics/decorators.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/metrics/names.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/mixins/AutojoinRoomsMixin.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/mixins/AutojoinUpgradedRoomsMixin.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/Account.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/Capabilities.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/CreateRoom.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/Crypto.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/EventContext.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/IdentityServerModels.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/KeyBackup.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/MSC2176.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/MXCUrl.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/MatrixError.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/MatrixProfile.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/OpenIDConnect.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/Policies.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/PowerLevelAction.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/PowerLevelBounds.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/Presence.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/ServerVersions.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/Spaces.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/Threepid.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/AliasesEvent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/CanonicalAliasEvent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/CreateEvent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/EncryptedRoomEvent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/EncryptionEvent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/Event.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/EventKind.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/InvalidEventError.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/JoinRulesEvent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/MembershipEvent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/MessageEvent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/PinnedEventsEvent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/PowerLevelsEvent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/PresenceEvent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/RedactionEvent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/RoomAvatarEvent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/RoomEvent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/RoomNameEvent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/RoomTopicEvent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/SpaceChildEvent.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/_MissingEvents.md create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/events/converter.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/models/unstable/MediaInfo.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/preprocessors/IPreprocessor.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/preprocessors/RichRepliesPreprocessor.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/request.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/simple-validation.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/storage/IAppserviceStorageProvider.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/storage/ICryptoStorageProvider.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/storage/IStorageProvider.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/storage/MemoryStorageProvider.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/storage/RustSdkCryptoStorageProvider.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/storage/SimpleFsStorageProvider.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/storage/SimplePostgresStorageProvider.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/strategies/AppserviceJoinRoomStrategy.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/src/strategies/JoinRoomStrategy.ts create mode 100644 node_modules/@vector-im/matrix-bot-sdk/tsconfig.json create mode 100644 node_modules/abort-controller/LICENSE create mode 100644 node_modules/abort-controller/README.md create mode 100644 node_modules/abort-controller/browser.js create mode 100644 node_modules/abort-controller/browser.mjs create mode 100644 node_modules/abort-controller/dist/abort-controller.d.ts create mode 100644 node_modules/abort-controller/dist/abort-controller.js create mode 100644 node_modules/abort-controller/dist/abort-controller.js.map create mode 100644 node_modules/abort-controller/dist/abort-controller.mjs create mode 100644 node_modules/abort-controller/dist/abort-controller.mjs.map create mode 100644 node_modules/abort-controller/dist/abort-controller.umd.js create mode 100644 node_modules/abort-controller/dist/abort-controller.umd.js.map create mode 100644 node_modules/abort-controller/package.json create mode 100644 node_modules/abort-controller/polyfill.js create mode 100644 node_modules/abort-controller/polyfill.mjs create mode 100644 node_modules/accepts/HISTORY.md create mode 100644 node_modules/accepts/LICENSE create mode 100644 node_modules/accepts/README.md create mode 100644 node_modules/accepts/index.js create mode 100644 node_modules/accepts/package.json create mode 100644 node_modules/agent-base/LICENSE create mode 100644 node_modules/agent-base/README.md create mode 100644 node_modules/agent-base/dist/helpers.d.ts create mode 100644 node_modules/agent-base/dist/helpers.d.ts.map create mode 100644 node_modules/agent-base/dist/helpers.js create mode 100644 node_modules/agent-base/dist/helpers.js.map create mode 100644 node_modules/agent-base/dist/index.d.ts create mode 100644 node_modules/agent-base/dist/index.d.ts.map create mode 100644 node_modules/agent-base/dist/index.js create mode 100644 node_modules/agent-base/dist/index.js.map create mode 100644 node_modules/agent-base/package.json create mode 100644 node_modules/ajv/.tonic_example.js create mode 100644 node_modules/ajv/LICENSE create mode 100644 node_modules/ajv/README.md create mode 100644 node_modules/ajv/dist/ajv.bundle.js create mode 100644 node_modules/ajv/dist/ajv.min.js create mode 100644 node_modules/ajv/dist/ajv.min.js.map create mode 100644 node_modules/ajv/lib/ajv.d.ts create mode 100644 node_modules/ajv/lib/ajv.js create mode 100644 node_modules/ajv/lib/cache.js create mode 100644 node_modules/ajv/lib/compile/async.js create mode 100644 node_modules/ajv/lib/compile/equal.js create mode 100644 node_modules/ajv/lib/compile/error_classes.js create mode 100644 node_modules/ajv/lib/compile/formats.js create mode 100644 node_modules/ajv/lib/compile/index.js create mode 100644 node_modules/ajv/lib/compile/resolve.js create mode 100644 node_modules/ajv/lib/compile/rules.js create mode 100644 node_modules/ajv/lib/compile/schema_obj.js create mode 100644 node_modules/ajv/lib/compile/ucs2length.js create mode 100644 node_modules/ajv/lib/compile/util.js create mode 100644 node_modules/ajv/lib/data.js create mode 100644 node_modules/ajv/lib/definition_schema.js create mode 100644 node_modules/ajv/lib/dot/_limit.jst create mode 100644 node_modules/ajv/lib/dot/_limitItems.jst create mode 100644 node_modules/ajv/lib/dot/_limitLength.jst create mode 100644 node_modules/ajv/lib/dot/_limitProperties.jst create mode 100644 node_modules/ajv/lib/dot/allOf.jst create mode 100644 node_modules/ajv/lib/dot/anyOf.jst create mode 100644 node_modules/ajv/lib/dot/coerce.def create mode 100644 node_modules/ajv/lib/dot/comment.jst create mode 100644 node_modules/ajv/lib/dot/const.jst create mode 100644 node_modules/ajv/lib/dot/contains.jst create mode 100644 node_modules/ajv/lib/dot/custom.jst create mode 100644 node_modules/ajv/lib/dot/defaults.def create mode 100644 node_modules/ajv/lib/dot/definitions.def create mode 100644 node_modules/ajv/lib/dot/dependencies.jst create mode 100644 node_modules/ajv/lib/dot/enum.jst create mode 100644 node_modules/ajv/lib/dot/errors.def create mode 100644 node_modules/ajv/lib/dot/format.jst create mode 100644 node_modules/ajv/lib/dot/if.jst create mode 100644 node_modules/ajv/lib/dot/items.jst create mode 100644 node_modules/ajv/lib/dot/missing.def create mode 100644 node_modules/ajv/lib/dot/multipleOf.jst create mode 100644 node_modules/ajv/lib/dot/not.jst create mode 100644 node_modules/ajv/lib/dot/oneOf.jst create mode 100644 node_modules/ajv/lib/dot/pattern.jst create mode 100644 node_modules/ajv/lib/dot/properties.jst create mode 100644 node_modules/ajv/lib/dot/propertyNames.jst create mode 100644 node_modules/ajv/lib/dot/ref.jst create mode 100644 node_modules/ajv/lib/dot/required.jst create mode 100644 node_modules/ajv/lib/dot/uniqueItems.jst create mode 100644 node_modules/ajv/lib/dot/validate.jst create mode 100644 node_modules/ajv/lib/dotjs/README.md create mode 100644 node_modules/ajv/lib/dotjs/_limit.js create mode 100644 node_modules/ajv/lib/dotjs/_limitItems.js create mode 100644 node_modules/ajv/lib/dotjs/_limitLength.js create mode 100644 node_modules/ajv/lib/dotjs/_limitProperties.js create mode 100644 node_modules/ajv/lib/dotjs/allOf.js create mode 100644 node_modules/ajv/lib/dotjs/anyOf.js create mode 100644 node_modules/ajv/lib/dotjs/comment.js create mode 100644 node_modules/ajv/lib/dotjs/const.js create mode 100644 node_modules/ajv/lib/dotjs/contains.js create mode 100644 node_modules/ajv/lib/dotjs/custom.js create mode 100644 node_modules/ajv/lib/dotjs/dependencies.js create mode 100644 node_modules/ajv/lib/dotjs/enum.js create mode 100644 node_modules/ajv/lib/dotjs/format.js create mode 100644 node_modules/ajv/lib/dotjs/if.js create mode 100644 node_modules/ajv/lib/dotjs/index.js create mode 100644 node_modules/ajv/lib/dotjs/items.js create mode 100644 node_modules/ajv/lib/dotjs/multipleOf.js create mode 100644 node_modules/ajv/lib/dotjs/not.js create mode 100644 node_modules/ajv/lib/dotjs/oneOf.js create mode 100644 node_modules/ajv/lib/dotjs/pattern.js create mode 100644 node_modules/ajv/lib/dotjs/properties.js create mode 100644 node_modules/ajv/lib/dotjs/propertyNames.js create mode 100644 node_modules/ajv/lib/dotjs/ref.js create mode 100644 node_modules/ajv/lib/dotjs/required.js create mode 100644 node_modules/ajv/lib/dotjs/uniqueItems.js create mode 100644 node_modules/ajv/lib/dotjs/validate.js create mode 100644 node_modules/ajv/lib/keyword.js create mode 100644 node_modules/ajv/lib/refs/data.json create mode 100644 node_modules/ajv/lib/refs/json-schema-draft-04.json create mode 100644 node_modules/ajv/lib/refs/json-schema-draft-06.json create mode 100644 node_modules/ajv/lib/refs/json-schema-draft-07.json create mode 100644 node_modules/ajv/lib/refs/json-schema-secure.json create mode 100644 node_modules/ajv/package.json create mode 100644 node_modules/ajv/scripts/.eslintrc.yml create mode 100644 node_modules/ajv/scripts/bundle.js create mode 100644 node_modules/ajv/scripts/compile-dots.js create mode 100644 node_modules/ajv/scripts/info create mode 100644 node_modules/ajv/scripts/prepare-tests create mode 100644 node_modules/ajv/scripts/publish-built-version create mode 100644 node_modules/ajv/scripts/travis-gh-pages create mode 100644 node_modules/another-json/.jshint create mode 100644 node_modules/another-json/.npmignore create mode 100644 node_modules/another-json/.travis.yml create mode 100644 node_modules/another-json/LICENSE create mode 100644 node_modules/another-json/README.md create mode 100644 node_modules/another-json/another-json.js create mode 100644 node_modules/another-json/package.json create mode 100644 node_modules/another-json/spec/another-json-spec.js create mode 100644 node_modules/ansi-styles/index.d.ts create mode 100644 node_modules/ansi-styles/index.js create mode 100644 node_modules/ansi-styles/license create mode 100644 node_modules/ansi-styles/package.json create mode 100644 node_modules/ansi-styles/readme.md create mode 100644 node_modules/array-flatten/LICENSE create mode 100644 node_modules/array-flatten/README.md create mode 100644 node_modules/array-flatten/array-flatten.js create mode 100644 node_modules/array-flatten/package.json create mode 100644 node_modules/asn1/Jenkinsfile create mode 100644 node_modules/asn1/LICENSE create mode 100644 node_modules/asn1/README.md create mode 100644 node_modules/asn1/lib/ber/errors.js create mode 100644 node_modules/asn1/lib/ber/index.js create mode 100644 node_modules/asn1/lib/ber/reader.js create mode 100644 node_modules/asn1/lib/ber/types.js create mode 100644 node_modules/asn1/lib/ber/writer.js create mode 100644 node_modules/asn1/lib/index.js create mode 100644 node_modules/asn1/package.json create mode 100644 node_modules/assert-plus/AUTHORS create mode 100644 node_modules/assert-plus/CHANGES.md create mode 100644 node_modules/assert-plus/README.md create mode 100644 node_modules/assert-plus/assert.js create mode 100644 node_modules/assert-plus/package.json create mode 100644 node_modules/async-lock/AUTHORS create mode 100644 node_modules/async-lock/History.md create mode 100644 node_modules/async-lock/LICENSE create mode 100644 node_modules/async-lock/README.md create mode 100644 node_modules/async-lock/index.js create mode 100644 node_modules/async-lock/lib/index.js create mode 100644 node_modules/async-lock/package.json create mode 100644 node_modules/asynckit/LICENSE create mode 100644 node_modules/asynckit/README.md create mode 100644 node_modules/asynckit/bench.js create mode 100644 node_modules/asynckit/index.js create mode 100644 node_modules/asynckit/lib/abort.js create mode 100644 node_modules/asynckit/lib/async.js create mode 100644 node_modules/asynckit/lib/defer.js create mode 100644 node_modules/asynckit/lib/iterate.js create mode 100644 node_modules/asynckit/lib/readable_asynckit.js create mode 100644 node_modules/asynckit/lib/readable_parallel.js create mode 100644 node_modules/asynckit/lib/readable_serial.js create mode 100644 node_modules/asynckit/lib/readable_serial_ordered.js create mode 100644 node_modules/asynckit/lib/state.js create mode 100644 node_modules/asynckit/lib/streamify.js create mode 100644 node_modules/asynckit/lib/terminator.js create mode 100644 node_modules/asynckit/package.json create mode 100644 node_modules/asynckit/parallel.js create mode 100644 node_modules/asynckit/serial.js create mode 100644 node_modules/asynckit/serialOrdered.js create mode 100644 node_modules/asynckit/stream.js create mode 100644 node_modules/aws-sign2/LICENSE create mode 100644 node_modules/aws-sign2/README.md create mode 100644 node_modules/aws-sign2/index.js create mode 100644 node_modules/aws-sign2/package.json create mode 100644 node_modules/aws4/LICENSE create mode 100644 node_modules/aws4/README.md create mode 100644 node_modules/aws4/aws4.js create mode 100644 node_modules/aws4/lru.js create mode 100644 node_modules/aws4/package.json create mode 100644 node_modules/base64-js/LICENSE create mode 100644 node_modules/base64-js/README.md create mode 100644 node_modules/base64-js/base64js.min.js create mode 100644 node_modules/base64-js/index.d.ts create mode 100644 node_modules/base64-js/index.js create mode 100644 node_modules/base64-js/package.json create mode 100644 node_modules/basic-auth/HISTORY.md create mode 100644 node_modules/basic-auth/LICENSE create mode 100644 node_modules/basic-auth/README.md create mode 100644 node_modules/basic-auth/index.js create mode 100644 node_modules/basic-auth/node_modules/safe-buffer/LICENSE create mode 100644 node_modules/basic-auth/node_modules/safe-buffer/README.md create mode 100644 node_modules/basic-auth/node_modules/safe-buffer/index.d.ts create mode 100644 node_modules/basic-auth/node_modules/safe-buffer/index.js create mode 100644 node_modules/basic-auth/node_modules/safe-buffer/package.json create mode 100644 node_modules/basic-auth/package.json create mode 100644 node_modules/bcrypt-pbkdf/CONTRIBUTING.md create mode 100644 node_modules/bcrypt-pbkdf/LICENSE create mode 100644 node_modules/bcrypt-pbkdf/README.md create mode 100644 node_modules/bcrypt-pbkdf/index.js create mode 100644 node_modules/bcrypt-pbkdf/package.json create mode 100644 node_modules/bl/.github/dependabot.yml create mode 100644 node_modules/bl/.github/workflows/test-and-release.yml create mode 100644 node_modules/bl/BufferList.d.ts create mode 100644 node_modules/bl/BufferList.js create mode 100644 node_modules/bl/CHANGELOG.md create mode 100644 node_modules/bl/LICENSE.md create mode 100644 node_modules/bl/README.md create mode 100644 node_modules/bl/bl.js create mode 100644 node_modules/bl/index.d.ts create mode 100644 node_modules/bl/package.json create mode 100644 node_modules/bl/test/convert.js create mode 100644 node_modules/bl/test/indexOf.js create mode 100644 node_modules/bl/test/isBufferList.js create mode 100644 node_modules/bl/test/test.js create mode 100644 node_modules/bluebird/LICENSE create mode 100644 node_modules/bluebird/README.md create mode 100644 node_modules/bluebird/changelog.md create mode 100644 node_modules/bluebird/js/browser/bluebird.core.js create mode 100644 node_modules/bluebird/js/browser/bluebird.core.min.js create mode 100644 node_modules/bluebird/js/browser/bluebird.js create mode 100644 node_modules/bluebird/js/browser/bluebird.min.js create mode 100644 node_modules/bluebird/js/release/any.js create mode 100644 node_modules/bluebird/js/release/assert.js create mode 100644 node_modules/bluebird/js/release/async.js create mode 100644 node_modules/bluebird/js/release/bind.js create mode 100644 node_modules/bluebird/js/release/bluebird.js create mode 100644 node_modules/bluebird/js/release/call_get.js create mode 100644 node_modules/bluebird/js/release/cancel.js create mode 100644 node_modules/bluebird/js/release/catch_filter.js create mode 100644 node_modules/bluebird/js/release/context.js create mode 100644 node_modules/bluebird/js/release/debuggability.js create mode 100644 node_modules/bluebird/js/release/direct_resolve.js create mode 100644 node_modules/bluebird/js/release/each.js create mode 100644 node_modules/bluebird/js/release/errors.js create mode 100644 node_modules/bluebird/js/release/es5.js create mode 100644 node_modules/bluebird/js/release/filter.js create mode 100644 node_modules/bluebird/js/release/finally.js create mode 100644 node_modules/bluebird/js/release/generators.js create mode 100644 node_modules/bluebird/js/release/join.js create mode 100644 node_modules/bluebird/js/release/map.js create mode 100644 node_modules/bluebird/js/release/method.js create mode 100644 node_modules/bluebird/js/release/nodeback.js create mode 100644 node_modules/bluebird/js/release/nodeify.js create mode 100644 node_modules/bluebird/js/release/promise.js create mode 100644 node_modules/bluebird/js/release/promise_array.js create mode 100644 node_modules/bluebird/js/release/promisify.js create mode 100644 node_modules/bluebird/js/release/props.js create mode 100644 node_modules/bluebird/js/release/queue.js create mode 100644 node_modules/bluebird/js/release/race.js create mode 100644 node_modules/bluebird/js/release/reduce.js create mode 100644 node_modules/bluebird/js/release/schedule.js create mode 100644 node_modules/bluebird/js/release/settle.js create mode 100644 node_modules/bluebird/js/release/some.js create mode 100644 node_modules/bluebird/js/release/synchronous_inspection.js create mode 100644 node_modules/bluebird/js/release/thenables.js create mode 100644 node_modules/bluebird/js/release/timers.js create mode 100644 node_modules/bluebird/js/release/using.js create mode 100644 node_modules/bluebird/js/release/util.js create mode 100644 node_modules/bluebird/package.json create mode 100644 node_modules/body-parser/HISTORY.md create mode 100644 node_modules/body-parser/LICENSE create mode 100644 node_modules/body-parser/README.md create mode 100644 node_modules/body-parser/SECURITY.md create mode 100644 node_modules/body-parser/index.js create mode 100644 node_modules/body-parser/lib/read.js create mode 100644 node_modules/body-parser/lib/types/json.js create mode 100644 node_modules/body-parser/lib/types/raw.js create mode 100644 node_modules/body-parser/lib/types/text.js create mode 100644 node_modules/body-parser/lib/types/urlencoded.js create mode 100644 node_modules/body-parser/package.json create mode 100644 node_modules/buffer-from/LICENSE create mode 100644 node_modules/buffer-from/index.js create mode 100644 node_modules/buffer-from/package.json create mode 100644 node_modules/buffer-from/readme.md create mode 100644 node_modules/buffer/AUTHORS.md create mode 100644 node_modules/buffer/LICENSE create mode 100644 node_modules/buffer/README.md create mode 100644 node_modules/buffer/index.d.ts create mode 100644 node_modules/buffer/index.js create mode 100644 node_modules/buffer/package.json create mode 100644 node_modules/bytes/History.md create mode 100644 node_modules/bytes/LICENSE create mode 100644 node_modules/bytes/Readme.md create mode 100644 node_modules/bytes/index.js create mode 100644 node_modules/bytes/package.json create mode 100644 node_modules/call-bind-apply-helpers/.eslintrc create mode 100644 node_modules/call-bind-apply-helpers/.github/FUNDING.yml create mode 100644 node_modules/call-bind-apply-helpers/.nycrc create mode 100644 node_modules/call-bind-apply-helpers/CHANGELOG.md create mode 100644 node_modules/call-bind-apply-helpers/LICENSE create mode 100644 node_modules/call-bind-apply-helpers/README.md create mode 100644 node_modules/call-bind-apply-helpers/actualApply.d.ts create mode 100644 node_modules/call-bind-apply-helpers/actualApply.js create mode 100644 node_modules/call-bind-apply-helpers/applyBind.d.ts create mode 100644 node_modules/call-bind-apply-helpers/applyBind.js create mode 100644 node_modules/call-bind-apply-helpers/functionApply.d.ts create mode 100644 node_modules/call-bind-apply-helpers/functionApply.js create mode 100644 node_modules/call-bind-apply-helpers/functionCall.d.ts create mode 100644 node_modules/call-bind-apply-helpers/functionCall.js create mode 100644 node_modules/call-bind-apply-helpers/index.d.ts create mode 100644 node_modules/call-bind-apply-helpers/index.js create mode 100644 node_modules/call-bind-apply-helpers/package.json create mode 100644 node_modules/call-bind-apply-helpers/reflectApply.d.ts create mode 100644 node_modules/call-bind-apply-helpers/reflectApply.js create mode 100644 node_modules/call-bind-apply-helpers/test/index.js create mode 100644 node_modules/call-bind-apply-helpers/tsconfig.json create mode 100644 node_modules/call-bound/.eslintrc create mode 100644 node_modules/call-bound/.github/FUNDING.yml create mode 100644 node_modules/call-bound/.nycrc create mode 100644 node_modules/call-bound/CHANGELOG.md create mode 100644 node_modules/call-bound/LICENSE create mode 100644 node_modules/call-bound/README.md create mode 100644 node_modules/call-bound/index.d.ts create mode 100644 node_modules/call-bound/index.js create mode 100644 node_modules/call-bound/package.json create mode 100644 node_modules/call-bound/test/index.js create mode 100644 node_modules/call-bound/tsconfig.json create mode 100644 node_modules/caseless/LICENSE create mode 100644 node_modules/caseless/README.md create mode 100644 node_modules/caseless/index.js create mode 100644 node_modules/caseless/package.json create mode 100644 node_modules/caseless/test.js create mode 100644 node_modules/chalk/index.d.ts create mode 100644 node_modules/chalk/license create mode 100644 node_modules/chalk/package.json create mode 100644 node_modules/chalk/readme.md create mode 100644 node_modules/chalk/source/index.js create mode 100644 node_modules/chalk/source/templates.js create mode 100644 node_modules/chalk/source/util.js create mode 100644 node_modules/color-convert/CHANGELOG.md create mode 100644 node_modules/color-convert/LICENSE create mode 100644 node_modules/color-convert/README.md create mode 100644 node_modules/color-convert/conversions.js create mode 100644 node_modules/color-convert/index.js create mode 100644 node_modules/color-convert/package.json create mode 100644 node_modules/color-convert/route.js create mode 100644 node_modules/color-name/LICENSE create mode 100644 node_modules/color-name/README.md create mode 100644 node_modules/color-name/index.js create mode 100644 node_modules/color-name/package.json create mode 100644 node_modules/combined-stream/License create mode 100644 node_modules/combined-stream/Readme.md create mode 100644 node_modules/combined-stream/lib/combined_stream.js create mode 100644 node_modules/combined-stream/package.json create mode 100644 node_modules/combined-stream/yarn.lock create mode 100644 node_modules/commist/.github/workflows/ci.yml create mode 100644 node_modules/commist/LICENSE create mode 100644 node_modules/commist/README.md create mode 100644 node_modules/commist/example.js create mode 100644 node_modules/commist/index.js create mode 100644 node_modules/commist/leven.js create mode 100644 node_modules/commist/package.json create mode 100644 node_modules/commist/test.js create mode 100644 node_modules/concat-stream/LICENSE create mode 100644 node_modules/concat-stream/index.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/CONTRIBUTING.md create mode 100644 node_modules/concat-stream/node_modules/readable-stream/GOVERNANCE.md create mode 100644 node_modules/concat-stream/node_modules/readable-stream/LICENSE create mode 100644 node_modules/concat-stream/node_modules/readable-stream/README.md create mode 100644 node_modules/concat-stream/node_modules/readable-stream/errors-browser.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/errors.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/experimentalWarning.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/lib/_stream_readable.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/lib/_stream_transform.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/lib/_stream_writable.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/async_iterator.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/buffer_list.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/destroy.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/end-of-stream.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/from-browser.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/from.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/pipeline.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/state.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/stream-browser.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/lib/internal/streams/stream.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/package.json create mode 100644 node_modules/concat-stream/node_modules/readable-stream/readable-browser.js create mode 100644 node_modules/concat-stream/node_modules/readable-stream/readable.js create mode 100644 node_modules/concat-stream/package.json create mode 100644 node_modules/concat-stream/readme.md create mode 100644 node_modules/content-disposition/HISTORY.md create mode 100644 node_modules/content-disposition/LICENSE create mode 100644 node_modules/content-disposition/README.md create mode 100644 node_modules/content-disposition/index.js create mode 100644 node_modules/content-disposition/package.json create mode 100644 node_modules/content-type/HISTORY.md create mode 100644 node_modules/content-type/LICENSE create mode 100644 node_modules/content-type/README.md create mode 100644 node_modules/content-type/index.js create mode 100644 node_modules/content-type/package.json create mode 100644 node_modules/cookie-signature/.npmignore create mode 100644 node_modules/cookie-signature/History.md create mode 100644 node_modules/cookie-signature/Readme.md create mode 100644 node_modules/cookie-signature/index.js create mode 100644 node_modules/cookie-signature/package.json create mode 100644 node_modules/cookie/LICENSE create mode 100644 node_modules/cookie/README.md create mode 100644 node_modules/cookie/SECURITY.md create mode 100644 node_modules/cookie/index.js create mode 100644 node_modules/cookie/package.json create mode 100644 node_modules/core-util-is/LICENSE create mode 100644 node_modules/core-util-is/README.md create mode 100644 node_modules/core-util-is/float.patch create mode 100644 node_modules/core-util-is/lib/util.js create mode 100644 node_modules/core-util-is/package.json create mode 100644 node_modules/core-util-is/test.js create mode 100644 node_modules/dashdash/CHANGES.md create mode 100644 node_modules/dashdash/LICENSE.txt create mode 100644 node_modules/dashdash/README.md create mode 100644 node_modules/dashdash/etc/dashdash.bash_completion.in create mode 100644 node_modules/dashdash/lib/dashdash.js create mode 100644 node_modules/dashdash/package.json create mode 100644 node_modules/debug/.coveralls.yml create mode 100644 node_modules/debug/.eslintrc create mode 100644 node_modules/debug/.npmignore create mode 100644 node_modules/debug/.travis.yml create mode 100644 node_modules/debug/CHANGELOG.md create mode 100644 node_modules/debug/LICENSE create mode 100644 node_modules/debug/Makefile create mode 100644 node_modules/debug/README.md create mode 100644 node_modules/debug/component.json create mode 100644 node_modules/debug/karma.conf.js create mode 100644 node_modules/debug/node.js create mode 100644 node_modules/debug/package.json create mode 100644 node_modules/debug/src/browser.js create mode 100644 node_modules/debug/src/debug.js create mode 100644 node_modules/debug/src/index.js create mode 100644 node_modules/debug/src/inspector-log.js create mode 100644 node_modules/debug/src/node.js create mode 100644 node_modules/deepmerge/.editorconfig create mode 100644 node_modules/deepmerge/.eslintcache create mode 100644 node_modules/deepmerge/changelog.md create mode 100644 node_modules/deepmerge/dist/cjs.js create mode 100644 node_modules/deepmerge/dist/umd.js create mode 100644 node_modules/deepmerge/index.d.ts create mode 100644 node_modules/deepmerge/index.js create mode 100644 node_modules/deepmerge/license.txt create mode 100644 node_modules/deepmerge/package.json create mode 100644 node_modules/deepmerge/readme.md create mode 100644 node_modules/deepmerge/rollup.config.js create mode 100644 node_modules/delayed-stream/.npmignore create mode 100644 node_modules/delayed-stream/License create mode 100644 node_modules/delayed-stream/Makefile create mode 100644 node_modules/delayed-stream/Readme.md create mode 100644 node_modules/delayed-stream/lib/delayed_stream.js create mode 100644 node_modules/delayed-stream/package.json create mode 100644 node_modules/depd/History.md create mode 100644 node_modules/depd/LICENSE create mode 100644 node_modules/depd/Readme.md create mode 100644 node_modules/depd/index.js create mode 100644 node_modules/depd/lib/browser/index.js create mode 100644 node_modules/depd/package.json create mode 100644 node_modules/destroy/LICENSE create mode 100644 node_modules/destroy/README.md create mode 100644 node_modules/destroy/index.js create mode 100644 node_modules/destroy/package.json create mode 100644 node_modules/dom-serializer/LICENSE create mode 100644 node_modules/dom-serializer/README.md create mode 100644 node_modules/dom-serializer/lib/esm/foreignNames.d.ts create mode 100644 node_modules/dom-serializer/lib/esm/foreignNames.d.ts.map create mode 100644 node_modules/dom-serializer/lib/esm/foreignNames.js create mode 100644 node_modules/dom-serializer/lib/esm/index.d.ts create mode 100644 node_modules/dom-serializer/lib/esm/index.d.ts.map create mode 100644 node_modules/dom-serializer/lib/esm/index.js create mode 100644 node_modules/dom-serializer/lib/esm/package.json create mode 100644 node_modules/dom-serializer/lib/foreignNames.d.ts create mode 100644 node_modules/dom-serializer/lib/foreignNames.d.ts.map create mode 100644 node_modules/dom-serializer/lib/foreignNames.js create mode 100644 node_modules/dom-serializer/lib/index.d.ts create mode 100644 node_modules/dom-serializer/lib/index.d.ts.map create mode 100644 node_modules/dom-serializer/lib/index.js create mode 100644 node_modules/dom-serializer/package.json create mode 100644 node_modules/domelementtype/LICENSE create mode 100644 node_modules/domelementtype/lib/esm/index.d.ts create mode 100644 node_modules/domelementtype/lib/esm/index.d.ts.map create mode 100644 node_modules/domelementtype/lib/esm/index.js create mode 100644 node_modules/domelementtype/lib/esm/package.json create mode 100644 node_modules/domelementtype/lib/index.d.ts create mode 100644 node_modules/domelementtype/lib/index.d.ts.map create mode 100644 node_modules/domelementtype/lib/index.js create mode 100644 node_modules/domelementtype/package.json create mode 100644 node_modules/domelementtype/readme.md create mode 100644 node_modules/domhandler/LICENSE create mode 100644 node_modules/domhandler/lib/esm/index.d.ts create mode 100644 node_modules/domhandler/lib/esm/index.d.ts.map create mode 100644 node_modules/domhandler/lib/esm/index.js create mode 100644 node_modules/domhandler/lib/esm/node.d.ts create mode 100644 node_modules/domhandler/lib/esm/node.d.ts.map create mode 100644 node_modules/domhandler/lib/esm/node.js create mode 100644 node_modules/domhandler/lib/esm/package.json create mode 100644 node_modules/domhandler/lib/index.d.ts create mode 100644 node_modules/domhandler/lib/index.d.ts.map create mode 100644 node_modules/domhandler/lib/index.js create mode 100644 node_modules/domhandler/lib/node.d.ts create mode 100644 node_modules/domhandler/lib/node.d.ts.map create mode 100644 node_modules/domhandler/lib/node.js create mode 100644 node_modules/domhandler/package.json create mode 100644 node_modules/domhandler/readme.md create mode 100644 node_modules/domutils/LICENSE create mode 100644 node_modules/domutils/lib/esm/feeds.d.ts create mode 100644 node_modules/domutils/lib/esm/feeds.d.ts.map create mode 100644 node_modules/domutils/lib/esm/feeds.js create mode 100644 node_modules/domutils/lib/esm/feeds.js.map create mode 100644 node_modules/domutils/lib/esm/helpers.d.ts create mode 100644 node_modules/domutils/lib/esm/helpers.d.ts.map create mode 100644 node_modules/domutils/lib/esm/helpers.js create mode 100644 node_modules/domutils/lib/esm/helpers.js.map create mode 100644 node_modules/domutils/lib/esm/index.d.ts create mode 100644 node_modules/domutils/lib/esm/index.d.ts.map create mode 100644 node_modules/domutils/lib/esm/index.js create mode 100644 node_modules/domutils/lib/esm/index.js.map create mode 100644 node_modules/domutils/lib/esm/legacy.d.ts create mode 100644 node_modules/domutils/lib/esm/legacy.d.ts.map create mode 100644 node_modules/domutils/lib/esm/legacy.js create mode 100644 node_modules/domutils/lib/esm/legacy.js.map create mode 100644 node_modules/domutils/lib/esm/manipulation.d.ts create mode 100644 node_modules/domutils/lib/esm/manipulation.d.ts.map create mode 100644 node_modules/domutils/lib/esm/manipulation.js create mode 100644 node_modules/domutils/lib/esm/manipulation.js.map create mode 100644 node_modules/domutils/lib/esm/package.json create mode 100644 node_modules/domutils/lib/esm/querying.d.ts create mode 100644 node_modules/domutils/lib/esm/querying.d.ts.map create mode 100644 node_modules/domutils/lib/esm/querying.js create mode 100644 node_modules/domutils/lib/esm/querying.js.map create mode 100644 node_modules/domutils/lib/esm/stringify.d.ts create mode 100644 node_modules/domutils/lib/esm/stringify.d.ts.map create mode 100644 node_modules/domutils/lib/esm/stringify.js create mode 100644 node_modules/domutils/lib/esm/stringify.js.map create mode 100644 node_modules/domutils/lib/esm/traversal.d.ts create mode 100644 node_modules/domutils/lib/esm/traversal.d.ts.map create mode 100644 node_modules/domutils/lib/esm/traversal.js create mode 100644 node_modules/domutils/lib/esm/traversal.js.map create mode 100644 node_modules/domutils/lib/feeds.d.ts create mode 100644 node_modules/domutils/lib/feeds.d.ts.map create mode 100644 node_modules/domutils/lib/feeds.js create mode 100644 node_modules/domutils/lib/feeds.js.map create mode 100644 node_modules/domutils/lib/helpers.d.ts create mode 100644 node_modules/domutils/lib/helpers.d.ts.map create mode 100644 node_modules/domutils/lib/helpers.js create mode 100644 node_modules/domutils/lib/helpers.js.map create mode 100644 node_modules/domutils/lib/index.d.ts create mode 100644 node_modules/domutils/lib/index.d.ts.map create mode 100644 node_modules/domutils/lib/index.js create mode 100644 node_modules/domutils/lib/index.js.map create mode 100644 node_modules/domutils/lib/legacy.d.ts create mode 100644 node_modules/domutils/lib/legacy.d.ts.map create mode 100644 node_modules/domutils/lib/legacy.js create mode 100644 node_modules/domutils/lib/legacy.js.map create mode 100644 node_modules/domutils/lib/manipulation.d.ts create mode 100644 node_modules/domutils/lib/manipulation.d.ts.map create mode 100644 node_modules/domutils/lib/manipulation.js create mode 100644 node_modules/domutils/lib/manipulation.js.map create mode 100644 node_modules/domutils/lib/querying.d.ts create mode 100644 node_modules/domutils/lib/querying.d.ts.map create mode 100644 node_modules/domutils/lib/querying.js create mode 100644 node_modules/domutils/lib/querying.js.map create mode 100644 node_modules/domutils/lib/stringify.d.ts create mode 100644 node_modules/domutils/lib/stringify.d.ts.map create mode 100644 node_modules/domutils/lib/stringify.js create mode 100644 node_modules/domutils/lib/stringify.js.map create mode 100644 node_modules/domutils/lib/traversal.d.ts create mode 100644 node_modules/domutils/lib/traversal.d.ts.map create mode 100644 node_modules/domutils/lib/traversal.js create mode 100644 node_modules/domutils/lib/traversal.js.map create mode 100644 node_modules/domutils/package.json create mode 100644 node_modules/domutils/readme.md create mode 100644 node_modules/dunder-proto/.eslintrc create mode 100644 node_modules/dunder-proto/.github/FUNDING.yml create mode 100644 node_modules/dunder-proto/.nycrc create mode 100644 node_modules/dunder-proto/CHANGELOG.md create mode 100644 node_modules/dunder-proto/LICENSE create mode 100644 node_modules/dunder-proto/README.md create mode 100644 node_modules/dunder-proto/get.d.ts create mode 100644 node_modules/dunder-proto/get.js create mode 100644 node_modules/dunder-proto/package.json create mode 100644 node_modules/dunder-proto/set.d.ts create mode 100644 node_modules/dunder-proto/set.js create mode 100644 node_modules/dunder-proto/test/get.js create mode 100644 node_modules/dunder-proto/test/index.js create mode 100644 node_modules/dunder-proto/test/set.js create mode 100644 node_modules/dunder-proto/tsconfig.json create mode 100755 node_modules/ecc-jsbn/LICENSE create mode 100755 node_modules/ecc-jsbn/README.md create mode 100755 node_modules/ecc-jsbn/index.js create mode 100755 node_modules/ecc-jsbn/lib/LICENSE-jsbn create mode 100755 node_modules/ecc-jsbn/lib/ec.js create mode 100755 node_modules/ecc-jsbn/lib/sec.js create mode 100644 node_modules/ecc-jsbn/node_modules/jsbn/.npmignore create mode 100644 node_modules/ecc-jsbn/node_modules/jsbn/LICENSE create mode 100644 node_modules/ecc-jsbn/node_modules/jsbn/README.md create mode 100644 node_modules/ecc-jsbn/node_modules/jsbn/example.html create mode 100644 node_modules/ecc-jsbn/node_modules/jsbn/example.js create mode 100644 node_modules/ecc-jsbn/node_modules/jsbn/index.js create mode 100644 node_modules/ecc-jsbn/node_modules/jsbn/package.json create mode 100755 node_modules/ecc-jsbn/package.json create mode 100755 node_modules/ecc-jsbn/test.js create mode 100644 node_modules/ee-first/LICENSE create mode 100644 node_modules/ee-first/README.md create mode 100644 node_modules/ee-first/index.js create mode 100644 node_modules/ee-first/package.json create mode 100644 node_modules/encodeurl/LICENSE create mode 100644 node_modules/encodeurl/README.md create mode 100644 node_modules/encodeurl/index.js create mode 100644 node_modules/encodeurl/package.json create mode 100644 node_modules/entities/LICENSE create mode 100644 node_modules/entities/lib/decode.d.ts create mode 100644 node_modules/entities/lib/decode.d.ts.map create mode 100644 node_modules/entities/lib/decode.js create mode 100644 node_modules/entities/lib/decode.js.map create mode 100644 node_modules/entities/lib/decode_codepoint.d.ts create mode 100644 node_modules/entities/lib/decode_codepoint.d.ts.map create mode 100644 node_modules/entities/lib/decode_codepoint.js create mode 100644 node_modules/entities/lib/decode_codepoint.js.map create mode 100644 node_modules/entities/lib/encode.d.ts create mode 100644 node_modules/entities/lib/encode.d.ts.map create mode 100644 node_modules/entities/lib/encode.js create mode 100644 node_modules/entities/lib/encode.js.map create mode 100644 node_modules/entities/lib/escape.d.ts create mode 100644 node_modules/entities/lib/escape.d.ts.map create mode 100644 node_modules/entities/lib/escape.js create mode 100644 node_modules/entities/lib/escape.js.map create mode 100644 node_modules/entities/lib/esm/decode.d.ts create mode 100644 node_modules/entities/lib/esm/decode.d.ts.map create mode 100644 node_modules/entities/lib/esm/decode.js create mode 100644 node_modules/entities/lib/esm/decode.js.map create mode 100644 node_modules/entities/lib/esm/decode_codepoint.d.ts create mode 100644 node_modules/entities/lib/esm/decode_codepoint.d.ts.map create mode 100644 node_modules/entities/lib/esm/decode_codepoint.js create mode 100644 node_modules/entities/lib/esm/decode_codepoint.js.map create mode 100644 node_modules/entities/lib/esm/encode.d.ts create mode 100644 node_modules/entities/lib/esm/encode.d.ts.map create mode 100644 node_modules/entities/lib/esm/encode.js create mode 100644 node_modules/entities/lib/esm/encode.js.map create mode 100644 node_modules/entities/lib/esm/escape.d.ts create mode 100644 node_modules/entities/lib/esm/escape.d.ts.map create mode 100644 node_modules/entities/lib/esm/escape.js create mode 100644 node_modules/entities/lib/esm/escape.js.map create mode 100644 node_modules/entities/lib/esm/generated/decode-data-html.d.ts create mode 100644 node_modules/entities/lib/esm/generated/decode-data-html.d.ts.map create mode 100644 node_modules/entities/lib/esm/generated/decode-data-html.js create mode 100644 node_modules/entities/lib/esm/generated/decode-data-html.js.map create mode 100644 node_modules/entities/lib/esm/generated/decode-data-xml.d.ts create mode 100644 node_modules/entities/lib/esm/generated/decode-data-xml.d.ts.map create mode 100644 node_modules/entities/lib/esm/generated/decode-data-xml.js create mode 100644 node_modules/entities/lib/esm/generated/decode-data-xml.js.map create mode 100644 node_modules/entities/lib/esm/generated/encode-html.d.ts create mode 100644 node_modules/entities/lib/esm/generated/encode-html.d.ts.map create mode 100644 node_modules/entities/lib/esm/generated/encode-html.js create mode 100644 node_modules/entities/lib/esm/generated/encode-html.js.map create mode 100644 node_modules/entities/lib/esm/index.d.ts create mode 100644 node_modules/entities/lib/esm/index.d.ts.map create mode 100644 node_modules/entities/lib/esm/index.js create mode 100644 node_modules/entities/lib/esm/index.js.map create mode 100644 node_modules/entities/lib/esm/package.json create mode 100644 node_modules/entities/lib/generated/decode-data-html.d.ts create mode 100644 node_modules/entities/lib/generated/decode-data-html.d.ts.map create mode 100644 node_modules/entities/lib/generated/decode-data-html.js create mode 100644 node_modules/entities/lib/generated/decode-data-html.js.map create mode 100644 node_modules/entities/lib/generated/decode-data-xml.d.ts create mode 100644 node_modules/entities/lib/generated/decode-data-xml.d.ts.map create mode 100644 node_modules/entities/lib/generated/decode-data-xml.js create mode 100644 node_modules/entities/lib/generated/decode-data-xml.js.map create mode 100644 node_modules/entities/lib/generated/encode-html.d.ts create mode 100644 node_modules/entities/lib/generated/encode-html.d.ts.map create mode 100644 node_modules/entities/lib/generated/encode-html.js create mode 100644 node_modules/entities/lib/generated/encode-html.js.map create mode 100644 node_modules/entities/lib/index.d.ts create mode 100644 node_modules/entities/lib/index.d.ts.map create mode 100644 node_modules/entities/lib/index.js create mode 100644 node_modules/entities/lib/index.js.map create mode 100644 node_modules/entities/package.json create mode 100644 node_modules/entities/readme.md create mode 100644 node_modules/es-define-property/.eslintrc create mode 100644 node_modules/es-define-property/.github/FUNDING.yml create mode 100644 node_modules/es-define-property/.nycrc create mode 100644 node_modules/es-define-property/CHANGELOG.md create mode 100644 node_modules/es-define-property/LICENSE create mode 100644 node_modules/es-define-property/README.md create mode 100644 node_modules/es-define-property/index.d.ts create mode 100644 node_modules/es-define-property/index.js create mode 100644 node_modules/es-define-property/package.json create mode 100644 node_modules/es-define-property/test/index.js create mode 100644 node_modules/es-define-property/tsconfig.json create mode 100644 node_modules/es-errors/.eslintrc create mode 100644 node_modules/es-errors/.github/FUNDING.yml create mode 100644 node_modules/es-errors/CHANGELOG.md create mode 100644 node_modules/es-errors/LICENSE create mode 100644 node_modules/es-errors/README.md create mode 100644 node_modules/es-errors/eval.d.ts create mode 100644 node_modules/es-errors/eval.js create mode 100644 node_modules/es-errors/index.d.ts create mode 100644 node_modules/es-errors/index.js create mode 100644 node_modules/es-errors/package.json create mode 100644 node_modules/es-errors/range.d.ts create mode 100644 node_modules/es-errors/range.js create mode 100644 node_modules/es-errors/ref.d.ts create mode 100644 node_modules/es-errors/ref.js create mode 100644 node_modules/es-errors/syntax.d.ts create mode 100644 node_modules/es-errors/syntax.js create mode 100644 node_modules/es-errors/test/index.js create mode 100644 node_modules/es-errors/tsconfig.json create mode 100644 node_modules/es-errors/type.d.ts create mode 100644 node_modules/es-errors/type.js create mode 100644 node_modules/es-errors/uri.d.ts create mode 100644 node_modules/es-errors/uri.js create mode 100644 node_modules/es-object-atoms/.eslintrc create mode 100644 node_modules/es-object-atoms/.github/FUNDING.yml create mode 100644 node_modules/es-object-atoms/CHANGELOG.md create mode 100644 node_modules/es-object-atoms/LICENSE create mode 100644 node_modules/es-object-atoms/README.md create mode 100644 node_modules/es-object-atoms/RequireObjectCoercible.d.ts create mode 100644 node_modules/es-object-atoms/RequireObjectCoercible.js create mode 100644 node_modules/es-object-atoms/ToObject.d.ts create mode 100644 node_modules/es-object-atoms/ToObject.js create mode 100644 node_modules/es-object-atoms/index.d.ts create mode 100644 node_modules/es-object-atoms/index.js create mode 100644 node_modules/es-object-atoms/isObject.d.ts create mode 100644 node_modules/es-object-atoms/isObject.js create mode 100644 node_modules/es-object-atoms/package.json create mode 100644 node_modules/es-object-atoms/test/index.js create mode 100644 node_modules/es-object-atoms/tsconfig.json create mode 100644 node_modules/escape-html/LICENSE create mode 100644 node_modules/escape-html/Readme.md create mode 100644 node_modules/escape-html/index.js create mode 100644 node_modules/escape-html/package.json create mode 100644 node_modules/escape-string-regexp/index.d.ts create mode 100644 node_modules/escape-string-regexp/index.js create mode 100644 node_modules/escape-string-regexp/license create mode 100644 node_modules/escape-string-regexp/package.json create mode 100644 node_modules/escape-string-regexp/readme.md create mode 100644 node_modules/etag/HISTORY.md create mode 100644 node_modules/etag/LICENSE create mode 100644 node_modules/etag/README.md create mode 100644 node_modules/etag/index.js create mode 100644 node_modules/etag/package.json create mode 100644 node_modules/event-target-shim/LICENSE create mode 100644 node_modules/event-target-shim/README.md create mode 100644 node_modules/event-target-shim/dist/event-target-shim.js create mode 100644 node_modules/event-target-shim/dist/event-target-shim.js.map create mode 100644 node_modules/event-target-shim/dist/event-target-shim.mjs create mode 100644 node_modules/event-target-shim/dist/event-target-shim.mjs.map create mode 100644 node_modules/event-target-shim/dist/event-target-shim.umd.js create mode 100644 node_modules/event-target-shim/dist/event-target-shim.umd.js.map create mode 100644 node_modules/event-target-shim/index.d.ts create mode 100644 node_modules/event-target-shim/package.json create mode 100644 node_modules/events/.airtap.yml create mode 100644 node_modules/events/.github/FUNDING.yml create mode 100644 node_modules/events/.travis.yml create mode 100644 node_modules/events/History.md create mode 100644 node_modules/events/LICENSE create mode 100644 node_modules/events/Readme.md create mode 100644 node_modules/events/events.js create mode 100644 node_modules/events/package.json create mode 100644 node_modules/events/security.md create mode 100644 node_modules/events/tests/add-listeners.js create mode 100644 node_modules/events/tests/check-listener-leaks.js create mode 100644 node_modules/events/tests/common.js create mode 100644 node_modules/events/tests/errors.js create mode 100644 node_modules/events/tests/events-list.js create mode 100644 node_modules/events/tests/events-once.js create mode 100644 node_modules/events/tests/index.js create mode 100644 node_modules/events/tests/legacy-compat.js create mode 100644 node_modules/events/tests/listener-count.js create mode 100644 node_modules/events/tests/listeners-side-effects.js create mode 100644 node_modules/events/tests/listeners.js create mode 100644 node_modules/events/tests/max-listeners.js create mode 100644 node_modules/events/tests/method-names.js create mode 100644 node_modules/events/tests/modify-in-emit.js create mode 100644 node_modules/events/tests/num-args.js create mode 100644 node_modules/events/tests/once.js create mode 100644 node_modules/events/tests/prepend.js create mode 100644 node_modules/events/tests/remove-all-listeners.js create mode 100644 node_modules/events/tests/remove-listeners.js create mode 100644 node_modules/events/tests/set-max-listeners-side-effects.js create mode 100644 node_modules/events/tests/special-event-names.js create mode 100644 node_modules/events/tests/subclass.js create mode 100644 node_modules/events/tests/symbols.js create mode 100644 node_modules/express/History.md create mode 100644 node_modules/express/LICENSE create mode 100644 node_modules/express/Readme.md create mode 100644 node_modules/express/index.js create mode 100644 node_modules/express/lib/application.js create mode 100644 node_modules/express/lib/express.js create mode 100644 node_modules/express/lib/middleware/init.js create mode 100644 node_modules/express/lib/middleware/query.js create mode 100644 node_modules/express/lib/request.js create mode 100644 node_modules/express/lib/response.js create mode 100644 node_modules/express/lib/router/index.js create mode 100644 node_modules/express/lib/router/layer.js create mode 100644 node_modules/express/lib/router/route.js create mode 100644 node_modules/express/lib/utils.js create mode 100644 node_modules/express/lib/view.js create mode 100644 node_modules/express/package.json create mode 100644 node_modules/extend/.editorconfig create mode 100644 node_modules/extend/.eslintrc create mode 100644 node_modules/extend/.jscs.json create mode 100644 node_modules/extend/.travis.yml create mode 100644 node_modules/extend/CHANGELOG.md create mode 100644 node_modules/extend/LICENSE create mode 100644 node_modules/extend/README.md create mode 100644 node_modules/extend/component.json create mode 100644 node_modules/extend/index.js create mode 100644 node_modules/extend/package.json create mode 100644 node_modules/extsprintf/.gitmodules create mode 100644 node_modules/extsprintf/.npmignore create mode 100644 node_modules/extsprintf/LICENSE create mode 100644 node_modules/extsprintf/Makefile create mode 100644 node_modules/extsprintf/Makefile.targ create mode 100644 node_modules/extsprintf/README.md create mode 100644 node_modules/extsprintf/jsl.node.conf create mode 100644 node_modules/extsprintf/lib/extsprintf.js create mode 100644 node_modules/extsprintf/package.json create mode 100644 node_modules/fast-deep-equal/LICENSE create mode 100644 node_modules/fast-deep-equal/README.md create mode 100644 node_modules/fast-deep-equal/es6/index.d.ts create mode 100644 node_modules/fast-deep-equal/es6/index.js create mode 100644 node_modules/fast-deep-equal/es6/react.d.ts create mode 100644 node_modules/fast-deep-equal/es6/react.js create mode 100644 node_modules/fast-deep-equal/index.d.ts create mode 100644 node_modules/fast-deep-equal/index.js create mode 100644 node_modules/fast-deep-equal/package.json create mode 100644 node_modules/fast-deep-equal/react.d.ts create mode 100644 node_modules/fast-deep-equal/react.js create mode 100644 node_modules/fast-json-stable-stringify/.eslintrc.yml create mode 100644 node_modules/fast-json-stable-stringify/.github/FUNDING.yml create mode 100644 node_modules/fast-json-stable-stringify/.travis.yml create mode 100644 node_modules/fast-json-stable-stringify/LICENSE create mode 100644 node_modules/fast-json-stable-stringify/README.md create mode 100644 node_modules/fast-json-stable-stringify/benchmark/index.js create mode 100644 node_modules/fast-json-stable-stringify/benchmark/test.json create mode 100644 node_modules/fast-json-stable-stringify/example/key_cmp.js create mode 100644 node_modules/fast-json-stable-stringify/example/nested.js create mode 100644 node_modules/fast-json-stable-stringify/example/str.js create mode 100644 node_modules/fast-json-stable-stringify/example/value_cmp.js create mode 100644 node_modules/fast-json-stable-stringify/index.d.ts create mode 100644 node_modules/fast-json-stable-stringify/index.js create mode 100644 node_modules/fast-json-stable-stringify/package.json create mode 100644 node_modules/fast-json-stable-stringify/test/cmp.js create mode 100644 node_modules/fast-json-stable-stringify/test/nested.js create mode 100644 node_modules/fast-json-stable-stringify/test/str.js create mode 100644 node_modules/fast-json-stable-stringify/test/to-json.js create mode 100644 node_modules/fast-unique-numbers/LICENSE create mode 100644 node_modules/fast-unique-numbers/README.md create mode 100644 node_modules/fast-unique-numbers/build/es2019/factories/add-unique-number.d.ts create mode 100644 node_modules/fast-unique-numbers/build/es2019/factories/add-unique-number.d.ts.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/factories/add-unique-number.js create mode 100644 node_modules/fast-unique-numbers/build/es2019/factories/add-unique-number.js.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/factories/cache.d.ts create mode 100644 node_modules/fast-unique-numbers/build/es2019/factories/cache.d.ts.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/factories/cache.js create mode 100644 node_modules/fast-unique-numbers/build/es2019/factories/cache.js.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/factories/generate-unique-number.d.ts create mode 100644 node_modules/fast-unique-numbers/build/es2019/factories/generate-unique-number.d.ts.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/factories/generate-unique-number.js create mode 100644 node_modules/fast-unique-numbers/build/es2019/factories/generate-unique-number.js.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/module.d.ts create mode 100644 node_modules/fast-unique-numbers/build/es2019/module.d.ts.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/module.js create mode 100644 node_modules/fast-unique-numbers/build/es2019/module.js.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/add-unique-number-factory.d.ts create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/add-unique-number-factory.d.ts.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/add-unique-number-factory.js create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/add-unique-number-factory.js.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/add-unique-number-function.d.ts create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/add-unique-number-function.d.ts.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/add-unique-number-function.js create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/add-unique-number-function.js.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/cache-factory.d.ts create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/cache-factory.d.ts.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/cache-factory.js create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/cache-factory.js.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/cache-function.d.ts create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/cache-function.d.ts.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/cache-function.js create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/cache-function.js.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/generate-unique-number-factory.d.ts create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/generate-unique-number-factory.d.ts.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/generate-unique-number-factory.js create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/generate-unique-number-factory.js.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/generate-unique-number-function.d.ts create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/generate-unique-number-function.d.ts.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/generate-unique-number-function.js create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/generate-unique-number-function.js.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/index.d.ts create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/index.d.ts.map create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/index.js create mode 100644 node_modules/fast-unique-numbers/build/es2019/types/index.js.map create mode 100644 node_modules/fast-unique-numbers/build/es5/bundle.js create mode 100644 node_modules/fast-unique-numbers/build/node/factories/add-unique-number.js create mode 100644 node_modules/fast-unique-numbers/build/node/factories/cache.js create mode 100644 node_modules/fast-unique-numbers/build/node/factories/generate-unique-number.js create mode 100644 node_modules/fast-unique-numbers/build/node/module.js create mode 100644 node_modules/fast-unique-numbers/build/node/types/add-unique-number-factory.js create mode 100644 node_modules/fast-unique-numbers/build/node/types/add-unique-number-function.js create mode 100644 node_modules/fast-unique-numbers/build/node/types/cache-factory.js create mode 100644 node_modules/fast-unique-numbers/build/node/types/cache-function.js create mode 100644 node_modules/fast-unique-numbers/build/node/types/generate-unique-number-factory.js create mode 100644 node_modules/fast-unique-numbers/build/node/types/generate-unique-number-function.js create mode 100644 node_modules/fast-unique-numbers/build/node/types/index.js create mode 100644 node_modules/fast-unique-numbers/package.json create mode 100644 node_modules/fast-unique-numbers/src/factories/add-unique-number.ts create mode 100644 node_modules/fast-unique-numbers/src/factories/cache.ts create mode 100644 node_modules/fast-unique-numbers/src/factories/generate-unique-number.ts create mode 100644 node_modules/fast-unique-numbers/src/module.ts create mode 100644 node_modules/fast-unique-numbers/src/tsconfig.json create mode 100644 node_modules/fast-unique-numbers/src/types/add-unique-number-factory.ts create mode 100644 node_modules/fast-unique-numbers/src/types/add-unique-number-function.ts create mode 100644 node_modules/fast-unique-numbers/src/types/cache-factory.ts create mode 100644 node_modules/fast-unique-numbers/src/types/cache-function.ts create mode 100644 node_modules/fast-unique-numbers/src/types/generate-unique-number-factory.ts create mode 100644 node_modules/fast-unique-numbers/src/types/generate-unique-number-function.ts create mode 100644 node_modules/fast-unique-numbers/src/types/index.ts create mode 100644 node_modules/finalhandler/HISTORY.md create mode 100644 node_modules/finalhandler/LICENSE create mode 100644 node_modules/finalhandler/README.md create mode 100644 node_modules/finalhandler/SECURITY.md create mode 100644 node_modules/finalhandler/index.js create mode 100644 node_modules/finalhandler/package.json create mode 100644 node_modules/forever-agent/LICENSE create mode 100644 node_modules/forever-agent/README.md create mode 100644 node_modules/forever-agent/index.js create mode 100644 node_modules/forever-agent/package.json create mode 100644 node_modules/form-data/License create mode 100644 node_modules/form-data/README.md create mode 100644 node_modules/form-data/README.md.bak create mode 100644 node_modules/form-data/lib/browser.js create mode 100644 node_modules/form-data/lib/form_data.js create mode 100644 node_modules/form-data/lib/populate.js create mode 100644 node_modules/form-data/package.json create mode 100644 node_modules/form-data/yarn.lock create mode 100644 node_modules/forwarded/HISTORY.md create mode 100644 node_modules/forwarded/LICENSE create mode 100644 node_modules/forwarded/README.md create mode 100644 node_modules/forwarded/index.js create mode 100644 node_modules/forwarded/package.json create mode 100644 node_modules/fresh/HISTORY.md create mode 100644 node_modules/fresh/LICENSE create mode 100644 node_modules/fresh/README.md create mode 100644 node_modules/fresh/index.js create mode 100644 node_modules/fresh/package.json create mode 100644 node_modules/function-bind/.eslintrc create mode 100644 node_modules/function-bind/.github/FUNDING.yml create mode 100644 node_modules/function-bind/.github/SECURITY.md create mode 100644 node_modules/function-bind/.nycrc create mode 100644 node_modules/function-bind/CHANGELOG.md create mode 100644 node_modules/function-bind/LICENSE create mode 100644 node_modules/function-bind/README.md create mode 100644 node_modules/function-bind/implementation.js create mode 100644 node_modules/function-bind/index.js create mode 100644 node_modules/function-bind/package.json create mode 100644 node_modules/function-bind/test/.eslintrc create mode 100644 node_modules/function-bind/test/index.js create mode 100644 node_modules/get-intrinsic/.eslintrc create mode 100644 node_modules/get-intrinsic/.github/FUNDING.yml create mode 100644 node_modules/get-intrinsic/.nycrc create mode 100644 node_modules/get-intrinsic/CHANGELOG.md create mode 100644 node_modules/get-intrinsic/LICENSE create mode 100644 node_modules/get-intrinsic/README.md create mode 100644 node_modules/get-intrinsic/index.js create mode 100644 node_modules/get-intrinsic/package.json create mode 100644 node_modules/get-intrinsic/test/GetIntrinsic.js create mode 100644 node_modules/get-proto/.eslintrc create mode 100644 node_modules/get-proto/.github/FUNDING.yml create mode 100644 node_modules/get-proto/.nycrc create mode 100644 node_modules/get-proto/CHANGELOG.md create mode 100644 node_modules/get-proto/LICENSE create mode 100644 node_modules/get-proto/Object.getPrototypeOf.d.ts create mode 100644 node_modules/get-proto/Object.getPrototypeOf.js create mode 100644 node_modules/get-proto/README.md create mode 100644 node_modules/get-proto/Reflect.getPrototypeOf.d.ts create mode 100644 node_modules/get-proto/Reflect.getPrototypeOf.js create mode 100644 node_modules/get-proto/index.d.ts create mode 100644 node_modules/get-proto/index.js create mode 100644 node_modules/get-proto/package.json create mode 100644 node_modules/get-proto/test/index.js create mode 100644 node_modules/get-proto/tsconfig.json create mode 100644 node_modules/getpass/.npmignore create mode 100644 node_modules/getpass/.travis.yml create mode 100644 node_modules/getpass/LICENSE create mode 100644 node_modules/getpass/README.md create mode 100644 node_modules/getpass/lib/index.js create mode 100644 node_modules/getpass/package.json create mode 100644 node_modules/glob-to-regexp/.travis.yml create mode 100644 node_modules/glob-to-regexp/README.md create mode 100644 node_modules/glob-to-regexp/index.js create mode 100644 node_modules/glob-to-regexp/package.json create mode 100644 node_modules/glob-to-regexp/test.js create mode 100644 node_modules/gopd/.eslintrc create mode 100644 node_modules/gopd/.github/FUNDING.yml create mode 100644 node_modules/gopd/CHANGELOG.md create mode 100644 node_modules/gopd/LICENSE create mode 100644 node_modules/gopd/README.md create mode 100644 node_modules/gopd/gOPD.d.ts create mode 100644 node_modules/gopd/gOPD.js create mode 100644 node_modules/gopd/index.d.ts create mode 100644 node_modules/gopd/index.js create mode 100644 node_modules/gopd/package.json create mode 100644 node_modules/gopd/test/index.js create mode 100644 node_modules/gopd/tsconfig.json create mode 100644 node_modules/graceful-fs/LICENSE create mode 100644 node_modules/graceful-fs/README.md create mode 100644 node_modules/graceful-fs/clone.js create mode 100644 node_modules/graceful-fs/graceful-fs.js create mode 100644 node_modules/graceful-fs/legacy-streams.js create mode 100644 node_modules/graceful-fs/package.json create mode 100644 node_modules/graceful-fs/polyfills.js create mode 100644 node_modules/har-schema/LICENSE create mode 100644 node_modules/har-schema/README.md create mode 100644 node_modules/har-schema/lib/afterRequest.json create mode 100644 node_modules/har-schema/lib/beforeRequest.json create mode 100644 node_modules/har-schema/lib/browser.json create mode 100644 node_modules/har-schema/lib/cache.json create mode 100644 node_modules/har-schema/lib/content.json create mode 100644 node_modules/har-schema/lib/cookie.json create mode 100644 node_modules/har-schema/lib/creator.json create mode 100644 node_modules/har-schema/lib/entry.json create mode 100644 node_modules/har-schema/lib/har.json create mode 100644 node_modules/har-schema/lib/header.json create mode 100644 node_modules/har-schema/lib/index.js create mode 100644 node_modules/har-schema/lib/log.json create mode 100644 node_modules/har-schema/lib/page.json create mode 100644 node_modules/har-schema/lib/pageTimings.json create mode 100644 node_modules/har-schema/lib/postData.json create mode 100644 node_modules/har-schema/lib/query.json create mode 100644 node_modules/har-schema/lib/request.json create mode 100644 node_modules/har-schema/lib/response.json create mode 100644 node_modules/har-schema/lib/timings.json create mode 100644 node_modules/har-schema/package.json create mode 100644 node_modules/har-validator/LICENSE create mode 100644 node_modules/har-validator/README.md create mode 100644 node_modules/har-validator/lib/async.js create mode 100644 node_modules/har-validator/lib/error.js create mode 100644 node_modules/har-validator/lib/promise.js create mode 100644 node_modules/har-validator/package.json create mode 100644 node_modules/has-flag/index.d.ts create mode 100644 node_modules/has-flag/index.js create mode 100644 node_modules/has-flag/license create mode 100644 node_modules/has-flag/package.json create mode 100644 node_modules/has-flag/readme.md create mode 100644 node_modules/has-symbols/.eslintrc create mode 100644 node_modules/has-symbols/.github/FUNDING.yml create mode 100644 node_modules/has-symbols/.nycrc create mode 100644 node_modules/has-symbols/CHANGELOG.md create mode 100644 node_modules/has-symbols/LICENSE create mode 100644 node_modules/has-symbols/README.md create mode 100644 node_modules/has-symbols/index.d.ts create mode 100644 node_modules/has-symbols/index.js create mode 100644 node_modules/has-symbols/package.json create mode 100644 node_modules/has-symbols/shams.d.ts create mode 100644 node_modules/has-symbols/shams.js create mode 100644 node_modules/has-symbols/test/index.js create mode 100644 node_modules/has-symbols/test/shams/core-js.js create mode 100644 node_modules/has-symbols/test/shams/get-own-property-symbols.js create mode 100644 node_modules/has-symbols/test/tests.js create mode 100644 node_modules/has-symbols/tsconfig.json create mode 100644 node_modules/hash.js/.eslintrc.js create mode 100644 node_modules/hash.js/.travis.yml create mode 100644 node_modules/hash.js/README.md create mode 100644 node_modules/hash.js/lib/hash.d.ts create mode 100644 node_modules/hash.js/lib/hash.js create mode 100644 node_modules/hash.js/lib/hash/common.js create mode 100644 node_modules/hash.js/lib/hash/hmac.js create mode 100644 node_modules/hash.js/lib/hash/ripemd.js create mode 100644 node_modules/hash.js/lib/hash/sha.js create mode 100644 node_modules/hash.js/lib/hash/sha/1.js create mode 100644 node_modules/hash.js/lib/hash/sha/224.js create mode 100644 node_modules/hash.js/lib/hash/sha/256.js create mode 100644 node_modules/hash.js/lib/hash/sha/384.js create mode 100644 node_modules/hash.js/lib/hash/sha/512.js create mode 100644 node_modules/hash.js/lib/hash/sha/common.js create mode 100644 node_modules/hash.js/lib/hash/utils.js create mode 100644 node_modules/hash.js/package.json create mode 100644 node_modules/hash.js/test/hash-test.js create mode 100644 node_modules/hash.js/test/hmac-test.js create mode 100644 node_modules/hasown/.eslintrc create mode 100644 node_modules/hasown/.github/FUNDING.yml create mode 100644 node_modules/hasown/.nycrc create mode 100644 node_modules/hasown/CHANGELOG.md create mode 100644 node_modules/hasown/LICENSE create mode 100644 node_modules/hasown/README.md create mode 100644 node_modules/hasown/index.d.ts create mode 100644 node_modules/hasown/index.js create mode 100644 node_modules/hasown/package.json create mode 100644 node_modules/hasown/tsconfig.json create mode 100644 node_modules/help-me/.github/workflows/ci.yml create mode 100644 node_modules/help-me/LICENSE create mode 100644 node_modules/help-me/README.md create mode 100644 node_modules/help-me/doc/hello.txt create mode 100644 node_modules/help-me/doc/help.txt create mode 100644 node_modules/help-me/example.js create mode 100644 node_modules/help-me/fixture/basic/hello.txt create mode 100644 node_modules/help-me/fixture/basic/help.txt create mode 100644 node_modules/help-me/fixture/dir/a/b.txt create mode 100644 node_modules/help-me/fixture/no-ext/hello create mode 100644 node_modules/help-me/fixture/sameprefix/hello world.txt create mode 100644 node_modules/help-me/fixture/sameprefix/hello.txt create mode 100644 node_modules/help-me/fixture/shortnames/abcde fghi lmno.txt create mode 100644 node_modules/help-me/fixture/shortnames/abcde hello.txt create mode 100644 node_modules/help-me/fixture/shortnames/hello world.txt create mode 100644 node_modules/help-me/help-me.js create mode 100644 node_modules/help-me/package.json create mode 100644 node_modules/help-me/test.js create mode 100644 node_modules/html-to-text/CHANGELOG.md create mode 100644 node_modules/html-to-text/LICENSE create mode 100644 node_modules/html-to-text/README.md create mode 100644 node_modules/html-to-text/lib/html-to-text.cjs create mode 100644 node_modules/html-to-text/lib/html-to-text.mjs create mode 100644 node_modules/html-to-text/package.json create mode 100644 node_modules/htmlencode/LICENSE create mode 100644 node_modules/htmlencode/README.md create mode 100644 node_modules/htmlencode/encoder.js create mode 100644 node_modules/htmlencode/index.js create mode 100644 node_modules/htmlencode/package.json create mode 100644 node_modules/htmlencode/test/htmlencode.js create mode 100644 node_modules/htmlencode/test/mocha.opts create mode 100644 node_modules/htmlparser2/LICENSE create mode 100644 node_modules/htmlparser2/README.md create mode 100644 node_modules/htmlparser2/lib/Parser.d.ts create mode 100644 node_modules/htmlparser2/lib/Parser.d.ts.map create mode 100644 node_modules/htmlparser2/lib/Parser.js create mode 100644 node_modules/htmlparser2/lib/Parser.js.map create mode 100644 node_modules/htmlparser2/lib/Tokenizer.d.ts create mode 100644 node_modules/htmlparser2/lib/Tokenizer.d.ts.map create mode 100644 node_modules/htmlparser2/lib/Tokenizer.js create mode 100644 node_modules/htmlparser2/lib/Tokenizer.js.map create mode 100644 node_modules/htmlparser2/lib/WritableStream.d.ts create mode 100644 node_modules/htmlparser2/lib/WritableStream.d.ts.map create mode 100644 node_modules/htmlparser2/lib/WritableStream.js create mode 100644 node_modules/htmlparser2/lib/WritableStream.js.map create mode 100644 node_modules/htmlparser2/lib/esm/Parser.d.ts create mode 100644 node_modules/htmlparser2/lib/esm/Parser.d.ts.map create mode 100644 node_modules/htmlparser2/lib/esm/Parser.js create mode 100644 node_modules/htmlparser2/lib/esm/Parser.js.map create mode 100644 node_modules/htmlparser2/lib/esm/Tokenizer.d.ts create mode 100644 node_modules/htmlparser2/lib/esm/Tokenizer.d.ts.map create mode 100644 node_modules/htmlparser2/lib/esm/Tokenizer.js create mode 100644 node_modules/htmlparser2/lib/esm/Tokenizer.js.map create mode 100644 node_modules/htmlparser2/lib/esm/WritableStream.d.ts create mode 100644 node_modules/htmlparser2/lib/esm/WritableStream.d.ts.map create mode 100644 node_modules/htmlparser2/lib/esm/WritableStream.js create mode 100644 node_modules/htmlparser2/lib/esm/WritableStream.js.map create mode 100644 node_modules/htmlparser2/lib/esm/index.d.ts create mode 100644 node_modules/htmlparser2/lib/esm/index.d.ts.map create mode 100644 node_modules/htmlparser2/lib/esm/index.js create mode 100644 node_modules/htmlparser2/lib/esm/index.js.map create mode 100644 node_modules/htmlparser2/lib/esm/package.json create mode 100644 node_modules/htmlparser2/lib/index.d.ts create mode 100644 node_modules/htmlparser2/lib/index.d.ts.map create mode 100644 node_modules/htmlparser2/lib/index.js create mode 100644 node_modules/htmlparser2/lib/index.js.map create mode 100644 node_modules/htmlparser2/package.json create mode 100644 node_modules/http-errors/HISTORY.md create mode 100644 node_modules/http-errors/LICENSE create mode 100644 node_modules/http-errors/README.md create mode 100644 node_modules/http-errors/index.js create mode 100644 node_modules/http-errors/package.json create mode 100644 node_modules/http-signature/.dir-locals.el create mode 100644 node_modules/http-signature/.npmignore create mode 100644 node_modules/http-signature/CHANGES.md create mode 100644 node_modules/http-signature/LICENSE create mode 100644 node_modules/http-signature/README.md create mode 100644 node_modules/http-signature/http_signing.md create mode 100644 node_modules/http-signature/lib/index.js create mode 100644 node_modules/http-signature/lib/parser.js create mode 100644 node_modules/http-signature/lib/signer.js create mode 100644 node_modules/http-signature/lib/utils.js create mode 100644 node_modules/http-signature/lib/verify.js create mode 100644 node_modules/http-signature/package.json create mode 100644 node_modules/https-proxy-agent/LICENSE create mode 100644 node_modules/https-proxy-agent/README.md create mode 100644 node_modules/https-proxy-agent/dist/index.d.ts create mode 100644 node_modules/https-proxy-agent/dist/index.d.ts.map create mode 100644 node_modules/https-proxy-agent/dist/index.js create mode 100644 node_modules/https-proxy-agent/dist/index.js.map create mode 100644 node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts create mode 100644 node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts.map create mode 100644 node_modules/https-proxy-agent/dist/parse-proxy-response.js create mode 100644 node_modules/https-proxy-agent/dist/parse-proxy-response.js.map create mode 100644 node_modules/https-proxy-agent/node_modules/debug/LICENSE create mode 100644 node_modules/https-proxy-agent/node_modules/debug/README.md create mode 100644 node_modules/https-proxy-agent/node_modules/debug/package.json create mode 100644 node_modules/https-proxy-agent/node_modules/debug/src/browser.js create mode 100644 node_modules/https-proxy-agent/node_modules/debug/src/common.js create mode 100644 node_modules/https-proxy-agent/node_modules/debug/src/index.js create mode 100644 node_modules/https-proxy-agent/node_modules/debug/src/node.js create mode 100644 node_modules/https-proxy-agent/node_modules/ms/index.js create mode 100644 node_modules/https-proxy-agent/node_modules/ms/license.md create mode 100644 node_modules/https-proxy-agent/node_modules/ms/package.json create mode 100644 node_modules/https-proxy-agent/node_modules/ms/readme.md create mode 100644 node_modules/https-proxy-agent/package.json create mode 100644 node_modules/iconv-lite/Changelog.md create mode 100644 node_modules/iconv-lite/LICENSE create mode 100644 node_modules/iconv-lite/README.md create mode 100644 node_modules/iconv-lite/encodings/dbcs-codec.js create mode 100644 node_modules/iconv-lite/encodings/dbcs-data.js create mode 100644 node_modules/iconv-lite/encodings/index.js create mode 100644 node_modules/iconv-lite/encodings/internal.js create mode 100644 node_modules/iconv-lite/encodings/sbcs-codec.js create mode 100644 node_modules/iconv-lite/encodings/sbcs-data-generated.js create mode 100644 node_modules/iconv-lite/encodings/sbcs-data.js create mode 100644 node_modules/iconv-lite/encodings/tables/big5-added.json create mode 100644 node_modules/iconv-lite/encodings/tables/cp936.json create mode 100644 node_modules/iconv-lite/encodings/tables/cp949.json create mode 100644 node_modules/iconv-lite/encodings/tables/cp950.json create mode 100644 node_modules/iconv-lite/encodings/tables/eucjp.json create mode 100644 node_modules/iconv-lite/encodings/tables/gb18030-ranges.json create mode 100644 node_modules/iconv-lite/encodings/tables/gbk-added.json create mode 100644 node_modules/iconv-lite/encodings/tables/shiftjis.json create mode 100644 node_modules/iconv-lite/encodings/utf16.js create mode 100644 node_modules/iconv-lite/encodings/utf7.js create mode 100644 node_modules/iconv-lite/lib/bom-handling.js create mode 100644 node_modules/iconv-lite/lib/extend-node.js create mode 100644 node_modules/iconv-lite/lib/index.d.ts create mode 100644 node_modules/iconv-lite/lib/index.js create mode 100644 node_modules/iconv-lite/lib/streams.js create mode 100644 node_modules/iconv-lite/package.json create mode 100644 node_modules/ieee754/LICENSE create mode 100644 node_modules/ieee754/README.md create mode 100644 node_modules/ieee754/index.d.ts create mode 100644 node_modules/ieee754/index.js create mode 100644 node_modules/ieee754/package.json create mode 100644 node_modules/inherits/LICENSE create mode 100644 node_modules/inherits/README.md create mode 100644 node_modules/inherits/inherits.js create mode 100644 node_modules/inherits/inherits_browser.js create mode 100644 node_modules/inherits/package.json create mode 100644 node_modules/ip-address/LICENSE create mode 100644 node_modules/ip-address/README.md create mode 100644 node_modules/ip-address/dist/address-error.d.ts create mode 100644 node_modules/ip-address/dist/address-error.d.ts.map create mode 100644 node_modules/ip-address/dist/address-error.js create mode 100644 node_modules/ip-address/dist/address-error.js.map create mode 100644 node_modules/ip-address/dist/common.d.ts create mode 100644 node_modules/ip-address/dist/common.d.ts.map create mode 100644 node_modules/ip-address/dist/common.js create mode 100644 node_modules/ip-address/dist/common.js.map create mode 100644 node_modules/ip-address/dist/ip-address.d.ts create mode 100644 node_modules/ip-address/dist/ip-address.d.ts.map create mode 100644 node_modules/ip-address/dist/ip-address.js create mode 100644 node_modules/ip-address/dist/ip-address.js.map create mode 100644 node_modules/ip-address/dist/ipv4.d.ts create mode 100644 node_modules/ip-address/dist/ipv4.d.ts.map create mode 100644 node_modules/ip-address/dist/ipv4.js create mode 100644 node_modules/ip-address/dist/ipv4.js.map create mode 100644 node_modules/ip-address/dist/ipv6.d.ts create mode 100644 node_modules/ip-address/dist/ipv6.d.ts.map create mode 100644 node_modules/ip-address/dist/ipv6.js create mode 100644 node_modules/ip-address/dist/ipv6.js.map create mode 100644 node_modules/ip-address/dist/v4/constants.d.ts create mode 100644 node_modules/ip-address/dist/v4/constants.d.ts.map create mode 100644 node_modules/ip-address/dist/v4/constants.js create mode 100644 node_modules/ip-address/dist/v4/constants.js.map create mode 100644 node_modules/ip-address/dist/v6/constants.d.ts create mode 100644 node_modules/ip-address/dist/v6/constants.d.ts.map create mode 100644 node_modules/ip-address/dist/v6/constants.js create mode 100644 node_modules/ip-address/dist/v6/constants.js.map create mode 100644 node_modules/ip-address/dist/v6/helpers.d.ts create mode 100644 node_modules/ip-address/dist/v6/helpers.d.ts.map create mode 100644 node_modules/ip-address/dist/v6/helpers.js create mode 100644 node_modules/ip-address/dist/v6/helpers.js.map create mode 100644 node_modules/ip-address/dist/v6/regular-expressions.d.ts create mode 100644 node_modules/ip-address/dist/v6/regular-expressions.d.ts.map create mode 100644 node_modules/ip-address/dist/v6/regular-expressions.js create mode 100644 node_modules/ip-address/dist/v6/regular-expressions.js.map create mode 100644 node_modules/ip-address/package.json create mode 100644 node_modules/ip-address/src/address-error.ts create mode 100644 node_modules/ip-address/src/common.ts create mode 100644 node_modules/ip-address/src/ip-address.ts create mode 100644 node_modules/ip-address/src/ipv4.ts create mode 100644 node_modules/ip-address/src/ipv6.ts create mode 100644 node_modules/ip-address/src/v4/constants.ts create mode 100644 node_modules/ip-address/src/v6/constants.ts create mode 100644 node_modules/ip-address/src/v6/helpers.ts create mode 100644 node_modules/ip-address/src/v6/regular-expressions.ts create mode 100644 node_modules/ipaddr.js/LICENSE create mode 100644 node_modules/ipaddr.js/README.md create mode 100644 node_modules/ipaddr.js/ipaddr.min.js create mode 100644 node_modules/ipaddr.js/lib/ipaddr.js create mode 100644 node_modules/ipaddr.js/lib/ipaddr.js.d.ts create mode 100644 node_modules/ipaddr.js/package.json create mode 100644 node_modules/is-plain-object/LICENSE create mode 100644 node_modules/is-plain-object/README.md create mode 100644 node_modules/is-plain-object/dist/is-plain-object.js create mode 100644 node_modules/is-plain-object/dist/is-plain-object.mjs create mode 100644 node_modules/is-plain-object/is-plain-object.d.ts create mode 100644 node_modules/is-plain-object/package.json create mode 100644 node_modules/is-promise/LICENSE create mode 100644 node_modules/is-promise/index.js create mode 100644 node_modules/is-promise/index.mjs create mode 100644 node_modules/is-promise/package.json create mode 100644 node_modules/is-promise/readme.md create mode 100644 node_modules/is-typedarray/LICENSE.md create mode 100644 node_modules/is-typedarray/README.md create mode 100644 node_modules/is-typedarray/index.js create mode 100644 node_modules/is-typedarray/package.json create mode 100644 node_modules/is-typedarray/test.js create mode 100644 node_modules/isstream/.jshintrc create mode 100644 node_modules/isstream/.npmignore create mode 100644 node_modules/isstream/.travis.yml create mode 100644 node_modules/isstream/LICENSE.md create mode 100644 node_modules/isstream/README.md create mode 100644 node_modules/isstream/isstream.js create mode 100644 node_modules/isstream/package.json create mode 100644 node_modules/isstream/test.js create mode 100644 node_modules/js-sdsl/CHANGELOG.md create mode 100644 node_modules/js-sdsl/LICENSE create mode 100644 node_modules/js-sdsl/README.md create mode 100644 node_modules/js-sdsl/README.zh-CN.md create mode 100644 node_modules/js-sdsl/dist/cjs/container/ContainerBase/index.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/container/ContainerBase/index.js create mode 100644 node_modules/js-sdsl/dist/cjs/container/ContainerBase/index.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/container/HashContainer/Base/index.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/container/HashContainer/Base/index.js create mode 100644 node_modules/js-sdsl/dist/cjs/container/HashContainer/Base/index.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/container/HashContainer/HashMap.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/container/HashContainer/HashMap.js create mode 100644 node_modules/js-sdsl/dist/cjs/container/HashContainer/HashMap.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/container/HashContainer/HashSet.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/container/HashContainer/HashSet.js create mode 100644 node_modules/js-sdsl/dist/cjs/container/HashContainer/HashSet.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/container/OtherContainer/PriorityQueue.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/container/OtherContainer/PriorityQueue.js create mode 100644 node_modules/js-sdsl/dist/cjs/container/OtherContainer/PriorityQueue.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/container/OtherContainer/Queue.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/container/OtherContainer/Queue.js create mode 100644 node_modules/js-sdsl/dist/cjs/container/OtherContainer/Queue.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/container/OtherContainer/Stack.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/container/OtherContainer/Stack.js create mode 100644 node_modules/js-sdsl/dist/cjs/container/OtherContainer/Stack.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/container/SequentialContainer/Base/RandomIterator.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/container/SequentialContainer/Base/RandomIterator.js create mode 100644 node_modules/js-sdsl/dist/cjs/container/SequentialContainer/Base/RandomIterator.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/container/SequentialContainer/Base/index.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/container/SequentialContainer/Base/index.js create mode 100644 node_modules/js-sdsl/dist/cjs/container/SequentialContainer/Base/index.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/container/SequentialContainer/Deque.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/container/SequentialContainer/Deque.js create mode 100644 node_modules/js-sdsl/dist/cjs/container/SequentialContainer/Deque.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/container/SequentialContainer/LinkList.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/container/SequentialContainer/LinkList.js create mode 100644 node_modules/js-sdsl/dist/cjs/container/SequentialContainer/LinkList.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/container/SequentialContainer/Vector.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/container/SequentialContainer/Vector.js create mode 100644 node_modules/js-sdsl/dist/cjs/container/SequentialContainer/Vector.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/container/TreeContainer/Base/TreeIterator.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/container/TreeContainer/Base/TreeIterator.js create mode 100644 node_modules/js-sdsl/dist/cjs/container/TreeContainer/Base/TreeIterator.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/container/TreeContainer/Base/TreeNode.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/container/TreeContainer/Base/TreeNode.js create mode 100644 node_modules/js-sdsl/dist/cjs/container/TreeContainer/Base/TreeNode.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/container/TreeContainer/Base/index.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/container/TreeContainer/Base/index.js create mode 100644 node_modules/js-sdsl/dist/cjs/container/TreeContainer/Base/index.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/container/TreeContainer/OrderedMap.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/container/TreeContainer/OrderedMap.js create mode 100644 node_modules/js-sdsl/dist/cjs/container/TreeContainer/OrderedMap.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/container/TreeContainer/OrderedSet.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/container/TreeContainer/OrderedSet.js create mode 100644 node_modules/js-sdsl/dist/cjs/container/TreeContainer/OrderedSet.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/index.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/index.js create mode 100644 node_modules/js-sdsl/dist/cjs/index.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/utils/checkObject.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/utils/checkObject.js create mode 100644 node_modules/js-sdsl/dist/cjs/utils/checkObject.js.map create mode 100644 node_modules/js-sdsl/dist/cjs/utils/throwError.d.ts create mode 100644 node_modules/js-sdsl/dist/cjs/utils/throwError.js create mode 100644 node_modules/js-sdsl/dist/cjs/utils/throwError.js.map create mode 100644 node_modules/js-sdsl/dist/esm/container/ContainerBase/index.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/container/ContainerBase/index.js create mode 100644 node_modules/js-sdsl/dist/esm/container/ContainerBase/index.js.map create mode 100644 node_modules/js-sdsl/dist/esm/container/HashContainer/Base/index.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/container/HashContainer/Base/index.js create mode 100644 node_modules/js-sdsl/dist/esm/container/HashContainer/Base/index.js.map create mode 100644 node_modules/js-sdsl/dist/esm/container/HashContainer/HashMap.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/container/HashContainer/HashMap.js create mode 100644 node_modules/js-sdsl/dist/esm/container/HashContainer/HashMap.js.map create mode 100644 node_modules/js-sdsl/dist/esm/container/HashContainer/HashSet.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/container/HashContainer/HashSet.js create mode 100644 node_modules/js-sdsl/dist/esm/container/HashContainer/HashSet.js.map create mode 100644 node_modules/js-sdsl/dist/esm/container/OtherContainer/PriorityQueue.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/container/OtherContainer/PriorityQueue.js create mode 100644 node_modules/js-sdsl/dist/esm/container/OtherContainer/PriorityQueue.js.map create mode 100644 node_modules/js-sdsl/dist/esm/container/OtherContainer/Queue.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/container/OtherContainer/Queue.js create mode 100644 node_modules/js-sdsl/dist/esm/container/OtherContainer/Queue.js.map create mode 100644 node_modules/js-sdsl/dist/esm/container/OtherContainer/Stack.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/container/OtherContainer/Stack.js create mode 100644 node_modules/js-sdsl/dist/esm/container/OtherContainer/Stack.js.map create mode 100644 node_modules/js-sdsl/dist/esm/container/SequentialContainer/Base/RandomIterator.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/container/SequentialContainer/Base/RandomIterator.js create mode 100644 node_modules/js-sdsl/dist/esm/container/SequentialContainer/Base/RandomIterator.js.map create mode 100644 node_modules/js-sdsl/dist/esm/container/SequentialContainer/Base/index.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/container/SequentialContainer/Base/index.js create mode 100644 node_modules/js-sdsl/dist/esm/container/SequentialContainer/Base/index.js.map create mode 100644 node_modules/js-sdsl/dist/esm/container/SequentialContainer/Deque.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/container/SequentialContainer/Deque.js create mode 100644 node_modules/js-sdsl/dist/esm/container/SequentialContainer/Deque.js.map create mode 100644 node_modules/js-sdsl/dist/esm/container/SequentialContainer/LinkList.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/container/SequentialContainer/LinkList.js create mode 100644 node_modules/js-sdsl/dist/esm/container/SequentialContainer/LinkList.js.map create mode 100644 node_modules/js-sdsl/dist/esm/container/SequentialContainer/Vector.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/container/SequentialContainer/Vector.js create mode 100644 node_modules/js-sdsl/dist/esm/container/SequentialContainer/Vector.js.map create mode 100644 node_modules/js-sdsl/dist/esm/container/TreeContainer/Base/TreeIterator.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/container/TreeContainer/Base/TreeIterator.js create mode 100644 node_modules/js-sdsl/dist/esm/container/TreeContainer/Base/TreeIterator.js.map create mode 100644 node_modules/js-sdsl/dist/esm/container/TreeContainer/Base/TreeNode.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/container/TreeContainer/Base/TreeNode.js create mode 100644 node_modules/js-sdsl/dist/esm/container/TreeContainer/Base/TreeNode.js.map create mode 100644 node_modules/js-sdsl/dist/esm/container/TreeContainer/Base/index.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/container/TreeContainer/Base/index.js create mode 100644 node_modules/js-sdsl/dist/esm/container/TreeContainer/Base/index.js.map create mode 100644 node_modules/js-sdsl/dist/esm/container/TreeContainer/OrderedMap.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/container/TreeContainer/OrderedMap.js create mode 100644 node_modules/js-sdsl/dist/esm/container/TreeContainer/OrderedMap.js.map create mode 100644 node_modules/js-sdsl/dist/esm/container/TreeContainer/OrderedSet.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/container/TreeContainer/OrderedSet.js create mode 100644 node_modules/js-sdsl/dist/esm/container/TreeContainer/OrderedSet.js.map create mode 100644 node_modules/js-sdsl/dist/esm/index.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/index.js create mode 100644 node_modules/js-sdsl/dist/esm/index.js.map create mode 100644 node_modules/js-sdsl/dist/esm/utils/checkObject.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/utils/checkObject.js create mode 100644 node_modules/js-sdsl/dist/esm/utils/checkObject.js.map create mode 100644 node_modules/js-sdsl/dist/esm/utils/throwError.d.ts create mode 100644 node_modules/js-sdsl/dist/esm/utils/throwError.js create mode 100644 node_modules/js-sdsl/dist/esm/utils/throwError.js.map create mode 100644 node_modules/js-sdsl/dist/umd/js-sdsl.js create mode 100644 node_modules/js-sdsl/dist/umd/js-sdsl.min.js create mode 100644 node_modules/js-sdsl/dist/umd/js-sdsl.min.js.map create mode 100644 node_modules/js-sdsl/package.json create mode 100644 node_modules/jsbn/.npmignore create mode 100644 node_modules/jsbn/CHANGELOG.md create mode 100644 node_modules/jsbn/LICENSE create mode 100644 node_modules/jsbn/README.md create mode 100644 node_modules/jsbn/example.html create mode 100644 node_modules/jsbn/example.js create mode 100644 node_modules/jsbn/index.js create mode 100644 node_modules/jsbn/package.json create mode 100644 node_modules/jsbn/test/es6-import.js create mode 100644 node_modules/json-schema-traverse/.eslintrc.yml create mode 100644 node_modules/json-schema-traverse/.travis.yml create mode 100644 node_modules/json-schema-traverse/LICENSE create mode 100644 node_modules/json-schema-traverse/README.md create mode 100644 node_modules/json-schema-traverse/index.js create mode 100644 node_modules/json-schema-traverse/package.json create mode 100644 node_modules/json-schema-traverse/spec/.eslintrc.yml create mode 100644 node_modules/json-schema-traverse/spec/fixtures/schema.js create mode 100644 node_modules/json-schema-traverse/spec/index.spec.js create mode 100644 node_modules/json-schema/LICENSE create mode 100644 node_modules/json-schema/README.md create mode 100644 node_modules/json-schema/lib/links.js create mode 100644 node_modules/json-schema/lib/validate.js create mode 100644 node_modules/json-schema/package.json create mode 100644 node_modules/json-stringify-safe/.npmignore create mode 100644 node_modules/json-stringify-safe/CHANGELOG.md create mode 100644 node_modules/json-stringify-safe/LICENSE create mode 100644 node_modules/json-stringify-safe/Makefile create mode 100644 node_modules/json-stringify-safe/README.md create mode 100644 node_modules/json-stringify-safe/package.json create mode 100644 node_modules/json-stringify-safe/stringify.js create mode 100644 node_modules/json-stringify-safe/test/mocha.opts create mode 100644 node_modules/json-stringify-safe/test/stringify_test.js create mode 100644 node_modules/jsprim/CHANGES.md create mode 100644 node_modules/jsprim/CONTRIBUTING.md create mode 100644 node_modules/jsprim/LICENSE create mode 100644 node_modules/jsprim/README.md create mode 100644 node_modules/jsprim/lib/jsprim.js create mode 100644 node_modules/jsprim/package.json create mode 100644 node_modules/leac/CHANGELOG.md create mode 100644 node_modules/leac/LICENSE create mode 100644 node_modules/leac/README.md create mode 100644 node_modules/leac/lib/leac.cjs create mode 100644 node_modules/leac/lib/leac.d.ts create mode 100644 node_modules/leac/lib/leac.mjs create mode 100644 node_modules/leac/package.json create mode 100644 node_modules/lodash/LICENSE create mode 100644 node_modules/lodash/README.md create mode 100644 node_modules/lodash/_DataView.js create mode 100644 node_modules/lodash/_Hash.js create mode 100644 node_modules/lodash/_LazyWrapper.js create mode 100644 node_modules/lodash/_ListCache.js create mode 100644 node_modules/lodash/_LodashWrapper.js create mode 100644 node_modules/lodash/_Map.js create mode 100644 node_modules/lodash/_MapCache.js create mode 100644 node_modules/lodash/_Promise.js create mode 100644 node_modules/lodash/_Set.js create mode 100644 node_modules/lodash/_SetCache.js create mode 100644 node_modules/lodash/_Stack.js create mode 100644 node_modules/lodash/_Symbol.js create mode 100644 node_modules/lodash/_Uint8Array.js create mode 100644 node_modules/lodash/_WeakMap.js create mode 100644 node_modules/lodash/_apply.js create mode 100644 node_modules/lodash/_arrayAggregator.js create mode 100644 node_modules/lodash/_arrayEach.js create mode 100644 node_modules/lodash/_arrayEachRight.js create mode 100644 node_modules/lodash/_arrayEvery.js create mode 100644 node_modules/lodash/_arrayFilter.js create mode 100644 node_modules/lodash/_arrayIncludes.js create mode 100644 node_modules/lodash/_arrayIncludesWith.js create mode 100644 node_modules/lodash/_arrayLikeKeys.js create mode 100644 node_modules/lodash/_arrayMap.js create mode 100644 node_modules/lodash/_arrayPush.js create mode 100644 node_modules/lodash/_arrayReduce.js create mode 100644 node_modules/lodash/_arrayReduceRight.js create mode 100644 node_modules/lodash/_arraySample.js create mode 100644 node_modules/lodash/_arraySampleSize.js create mode 100644 node_modules/lodash/_arrayShuffle.js create mode 100644 node_modules/lodash/_arraySome.js create mode 100644 node_modules/lodash/_asciiSize.js create mode 100644 node_modules/lodash/_asciiToArray.js create mode 100644 node_modules/lodash/_asciiWords.js create mode 100644 node_modules/lodash/_assignMergeValue.js create mode 100644 node_modules/lodash/_assignValue.js create mode 100644 node_modules/lodash/_assocIndexOf.js create mode 100644 node_modules/lodash/_baseAggregator.js create mode 100644 node_modules/lodash/_baseAssign.js create mode 100644 node_modules/lodash/_baseAssignIn.js create mode 100644 node_modules/lodash/_baseAssignValue.js create mode 100644 node_modules/lodash/_baseAt.js create mode 100644 node_modules/lodash/_baseClamp.js create mode 100644 node_modules/lodash/_baseClone.js create mode 100644 node_modules/lodash/_baseConforms.js create mode 100644 node_modules/lodash/_baseConformsTo.js create mode 100644 node_modules/lodash/_baseCreate.js create mode 100644 node_modules/lodash/_baseDelay.js create mode 100644 node_modules/lodash/_baseDifference.js create mode 100644 node_modules/lodash/_baseEach.js create mode 100644 node_modules/lodash/_baseEachRight.js create mode 100644 node_modules/lodash/_baseEvery.js create mode 100644 node_modules/lodash/_baseExtremum.js create mode 100644 node_modules/lodash/_baseFill.js create mode 100644 node_modules/lodash/_baseFilter.js create mode 100644 node_modules/lodash/_baseFindIndex.js create mode 100644 node_modules/lodash/_baseFindKey.js create mode 100644 node_modules/lodash/_baseFlatten.js create mode 100644 node_modules/lodash/_baseFor.js create mode 100644 node_modules/lodash/_baseForOwn.js create mode 100644 node_modules/lodash/_baseForOwnRight.js create mode 100644 node_modules/lodash/_baseForRight.js create mode 100644 node_modules/lodash/_baseFunctions.js create mode 100644 node_modules/lodash/_baseGet.js create mode 100644 node_modules/lodash/_baseGetAllKeys.js create mode 100644 node_modules/lodash/_baseGetTag.js create mode 100644 node_modules/lodash/_baseGt.js create mode 100644 node_modules/lodash/_baseHas.js create mode 100644 node_modules/lodash/_baseHasIn.js create mode 100644 node_modules/lodash/_baseInRange.js create mode 100644 node_modules/lodash/_baseIndexOf.js create mode 100644 node_modules/lodash/_baseIndexOfWith.js create mode 100644 node_modules/lodash/_baseIntersection.js create mode 100644 node_modules/lodash/_baseInverter.js create mode 100644 node_modules/lodash/_baseInvoke.js create mode 100644 node_modules/lodash/_baseIsArguments.js create mode 100644 node_modules/lodash/_baseIsArrayBuffer.js create mode 100644 node_modules/lodash/_baseIsDate.js create mode 100644 node_modules/lodash/_baseIsEqual.js create mode 100644 node_modules/lodash/_baseIsEqualDeep.js create mode 100644 node_modules/lodash/_baseIsMap.js create mode 100644 node_modules/lodash/_baseIsMatch.js create mode 100644 node_modules/lodash/_baseIsNaN.js create mode 100644 node_modules/lodash/_baseIsNative.js create mode 100644 node_modules/lodash/_baseIsRegExp.js create mode 100644 node_modules/lodash/_baseIsSet.js create mode 100644 node_modules/lodash/_baseIsTypedArray.js create mode 100644 node_modules/lodash/_baseIteratee.js create mode 100644 node_modules/lodash/_baseKeys.js create mode 100644 node_modules/lodash/_baseKeysIn.js create mode 100644 node_modules/lodash/_baseLodash.js create mode 100644 node_modules/lodash/_baseLt.js create mode 100644 node_modules/lodash/_baseMap.js create mode 100644 node_modules/lodash/_baseMatches.js create mode 100644 node_modules/lodash/_baseMatchesProperty.js create mode 100644 node_modules/lodash/_baseMean.js create mode 100644 node_modules/lodash/_baseMerge.js create mode 100644 node_modules/lodash/_baseMergeDeep.js create mode 100644 node_modules/lodash/_baseNth.js create mode 100644 node_modules/lodash/_baseOrderBy.js create mode 100644 node_modules/lodash/_basePick.js create mode 100644 node_modules/lodash/_basePickBy.js create mode 100644 node_modules/lodash/_baseProperty.js create mode 100644 node_modules/lodash/_basePropertyDeep.js create mode 100644 node_modules/lodash/_basePropertyOf.js create mode 100644 node_modules/lodash/_basePullAll.js create mode 100644 node_modules/lodash/_basePullAt.js create mode 100644 node_modules/lodash/_baseRandom.js create mode 100644 node_modules/lodash/_baseRange.js create mode 100644 node_modules/lodash/_baseReduce.js create mode 100644 node_modules/lodash/_baseRepeat.js create mode 100644 node_modules/lodash/_baseRest.js create mode 100644 node_modules/lodash/_baseSample.js create mode 100644 node_modules/lodash/_baseSampleSize.js create mode 100644 node_modules/lodash/_baseSet.js create mode 100644 node_modules/lodash/_baseSetData.js create mode 100644 node_modules/lodash/_baseSetToString.js create mode 100644 node_modules/lodash/_baseShuffle.js create mode 100644 node_modules/lodash/_baseSlice.js create mode 100644 node_modules/lodash/_baseSome.js create mode 100644 node_modules/lodash/_baseSortBy.js create mode 100644 node_modules/lodash/_baseSortedIndex.js create mode 100644 node_modules/lodash/_baseSortedIndexBy.js create mode 100644 node_modules/lodash/_baseSortedUniq.js create mode 100644 node_modules/lodash/_baseSum.js create mode 100644 node_modules/lodash/_baseTimes.js create mode 100644 node_modules/lodash/_baseToNumber.js create mode 100644 node_modules/lodash/_baseToPairs.js create mode 100644 node_modules/lodash/_baseToString.js create mode 100644 node_modules/lodash/_baseTrim.js create mode 100644 node_modules/lodash/_baseUnary.js create mode 100644 node_modules/lodash/_baseUniq.js create mode 100644 node_modules/lodash/_baseUnset.js create mode 100644 node_modules/lodash/_baseUpdate.js create mode 100644 node_modules/lodash/_baseValues.js create mode 100644 node_modules/lodash/_baseWhile.js create mode 100644 node_modules/lodash/_baseWrapperValue.js create mode 100644 node_modules/lodash/_baseXor.js create mode 100644 node_modules/lodash/_baseZipObject.js create mode 100644 node_modules/lodash/_cacheHas.js create mode 100644 node_modules/lodash/_castArrayLikeObject.js create mode 100644 node_modules/lodash/_castFunction.js create mode 100644 node_modules/lodash/_castPath.js create mode 100644 node_modules/lodash/_castRest.js create mode 100644 node_modules/lodash/_castSlice.js create mode 100644 node_modules/lodash/_charsEndIndex.js create mode 100644 node_modules/lodash/_charsStartIndex.js create mode 100644 node_modules/lodash/_cloneArrayBuffer.js create mode 100644 node_modules/lodash/_cloneBuffer.js create mode 100644 node_modules/lodash/_cloneDataView.js create mode 100644 node_modules/lodash/_cloneRegExp.js create mode 100644 node_modules/lodash/_cloneSymbol.js create mode 100644 node_modules/lodash/_cloneTypedArray.js create mode 100644 node_modules/lodash/_compareAscending.js create mode 100644 node_modules/lodash/_compareMultiple.js create mode 100644 node_modules/lodash/_composeArgs.js create mode 100644 node_modules/lodash/_composeArgsRight.js create mode 100644 node_modules/lodash/_copyArray.js create mode 100644 node_modules/lodash/_copyObject.js create mode 100644 node_modules/lodash/_copySymbols.js create mode 100644 node_modules/lodash/_copySymbolsIn.js create mode 100644 node_modules/lodash/_coreJsData.js create mode 100644 node_modules/lodash/_countHolders.js create mode 100644 node_modules/lodash/_createAggregator.js create mode 100644 node_modules/lodash/_createAssigner.js create mode 100644 node_modules/lodash/_createBaseEach.js create mode 100644 node_modules/lodash/_createBaseFor.js create mode 100644 node_modules/lodash/_createBind.js create mode 100644 node_modules/lodash/_createCaseFirst.js create mode 100644 node_modules/lodash/_createCompounder.js create mode 100644 node_modules/lodash/_createCtor.js create mode 100644 node_modules/lodash/_createCurry.js create mode 100644 node_modules/lodash/_createFind.js create mode 100644 node_modules/lodash/_createFlow.js create mode 100644 node_modules/lodash/_createHybrid.js create mode 100644 node_modules/lodash/_createInverter.js create mode 100644 node_modules/lodash/_createMathOperation.js create mode 100644 node_modules/lodash/_createOver.js create mode 100644 node_modules/lodash/_createPadding.js create mode 100644 node_modules/lodash/_createPartial.js create mode 100644 node_modules/lodash/_createRange.js create mode 100644 node_modules/lodash/_createRecurry.js create mode 100644 node_modules/lodash/_createRelationalOperation.js create mode 100644 node_modules/lodash/_createRound.js create mode 100644 node_modules/lodash/_createSet.js create mode 100644 node_modules/lodash/_createToPairs.js create mode 100644 node_modules/lodash/_createWrap.js create mode 100644 node_modules/lodash/_customDefaultsAssignIn.js create mode 100644 node_modules/lodash/_customDefaultsMerge.js create mode 100644 node_modules/lodash/_customOmitClone.js create mode 100644 node_modules/lodash/_deburrLetter.js create mode 100644 node_modules/lodash/_defineProperty.js create mode 100644 node_modules/lodash/_equalArrays.js create mode 100644 node_modules/lodash/_equalByTag.js create mode 100644 node_modules/lodash/_equalObjects.js create mode 100644 node_modules/lodash/_escapeHtmlChar.js create mode 100644 node_modules/lodash/_escapeStringChar.js create mode 100644 node_modules/lodash/_flatRest.js create mode 100644 node_modules/lodash/_freeGlobal.js create mode 100644 node_modules/lodash/_getAllKeys.js create mode 100644 node_modules/lodash/_getAllKeysIn.js create mode 100644 node_modules/lodash/_getData.js create mode 100644 node_modules/lodash/_getFuncName.js create mode 100644 node_modules/lodash/_getHolder.js create mode 100644 node_modules/lodash/_getMapData.js create mode 100644 node_modules/lodash/_getMatchData.js create mode 100644 node_modules/lodash/_getNative.js create mode 100644 node_modules/lodash/_getPrototype.js create mode 100644 node_modules/lodash/_getRawTag.js create mode 100644 node_modules/lodash/_getSymbols.js create mode 100644 node_modules/lodash/_getSymbolsIn.js create mode 100644 node_modules/lodash/_getTag.js create mode 100644 node_modules/lodash/_getValue.js create mode 100644 node_modules/lodash/_getView.js create mode 100644 node_modules/lodash/_getWrapDetails.js create mode 100644 node_modules/lodash/_hasPath.js create mode 100644 node_modules/lodash/_hasUnicode.js create mode 100644 node_modules/lodash/_hasUnicodeWord.js create mode 100644 node_modules/lodash/_hashClear.js create mode 100644 node_modules/lodash/_hashDelete.js create mode 100644 node_modules/lodash/_hashGet.js create mode 100644 node_modules/lodash/_hashHas.js create mode 100644 node_modules/lodash/_hashSet.js create mode 100644 node_modules/lodash/_initCloneArray.js create mode 100644 node_modules/lodash/_initCloneByTag.js create mode 100644 node_modules/lodash/_initCloneObject.js create mode 100644 node_modules/lodash/_insertWrapDetails.js create mode 100644 node_modules/lodash/_isFlattenable.js create mode 100644 node_modules/lodash/_isIndex.js create mode 100644 node_modules/lodash/_isIterateeCall.js create mode 100644 node_modules/lodash/_isKey.js create mode 100644 node_modules/lodash/_isKeyable.js create mode 100644 node_modules/lodash/_isLaziable.js create mode 100644 node_modules/lodash/_isMaskable.js create mode 100644 node_modules/lodash/_isMasked.js create mode 100644 node_modules/lodash/_isPrototype.js create mode 100644 node_modules/lodash/_isStrictComparable.js create mode 100644 node_modules/lodash/_iteratorToArray.js create mode 100644 node_modules/lodash/_lazyClone.js create mode 100644 node_modules/lodash/_lazyReverse.js create mode 100644 node_modules/lodash/_lazyValue.js create mode 100644 node_modules/lodash/_listCacheClear.js create mode 100644 node_modules/lodash/_listCacheDelete.js create mode 100644 node_modules/lodash/_listCacheGet.js create mode 100644 node_modules/lodash/_listCacheHas.js create mode 100644 node_modules/lodash/_listCacheSet.js create mode 100644 node_modules/lodash/_mapCacheClear.js create mode 100644 node_modules/lodash/_mapCacheDelete.js create mode 100644 node_modules/lodash/_mapCacheGet.js create mode 100644 node_modules/lodash/_mapCacheHas.js create mode 100644 node_modules/lodash/_mapCacheSet.js create mode 100644 node_modules/lodash/_mapToArray.js create mode 100644 node_modules/lodash/_matchesStrictComparable.js create mode 100644 node_modules/lodash/_memoizeCapped.js create mode 100644 node_modules/lodash/_mergeData.js create mode 100644 node_modules/lodash/_metaMap.js create mode 100644 node_modules/lodash/_nativeCreate.js create mode 100644 node_modules/lodash/_nativeKeys.js create mode 100644 node_modules/lodash/_nativeKeysIn.js create mode 100644 node_modules/lodash/_nodeUtil.js create mode 100644 node_modules/lodash/_objectToString.js create mode 100644 node_modules/lodash/_overArg.js create mode 100644 node_modules/lodash/_overRest.js create mode 100644 node_modules/lodash/_parent.js create mode 100644 node_modules/lodash/_reEscape.js create mode 100644 node_modules/lodash/_reEvaluate.js create mode 100644 node_modules/lodash/_reInterpolate.js create mode 100644 node_modules/lodash/_realNames.js create mode 100644 node_modules/lodash/_reorder.js create mode 100644 node_modules/lodash/_replaceHolders.js create mode 100644 node_modules/lodash/_root.js create mode 100644 node_modules/lodash/_safeGet.js create mode 100644 node_modules/lodash/_setCacheAdd.js create mode 100644 node_modules/lodash/_setCacheHas.js create mode 100644 node_modules/lodash/_setData.js create mode 100644 node_modules/lodash/_setToArray.js create mode 100644 node_modules/lodash/_setToPairs.js create mode 100644 node_modules/lodash/_setToString.js create mode 100644 node_modules/lodash/_setWrapToString.js create mode 100644 node_modules/lodash/_shortOut.js create mode 100644 node_modules/lodash/_shuffleSelf.js create mode 100644 node_modules/lodash/_stackClear.js create mode 100644 node_modules/lodash/_stackDelete.js create mode 100644 node_modules/lodash/_stackGet.js create mode 100644 node_modules/lodash/_stackHas.js create mode 100644 node_modules/lodash/_stackSet.js create mode 100644 node_modules/lodash/_strictIndexOf.js create mode 100644 node_modules/lodash/_strictLastIndexOf.js create mode 100644 node_modules/lodash/_stringSize.js create mode 100644 node_modules/lodash/_stringToArray.js create mode 100644 node_modules/lodash/_stringToPath.js create mode 100644 node_modules/lodash/_toKey.js create mode 100644 node_modules/lodash/_toSource.js create mode 100644 node_modules/lodash/_trimmedEndIndex.js create mode 100644 node_modules/lodash/_unescapeHtmlChar.js create mode 100644 node_modules/lodash/_unicodeSize.js create mode 100644 node_modules/lodash/_unicodeToArray.js create mode 100644 node_modules/lodash/_unicodeWords.js create mode 100644 node_modules/lodash/_updateWrapDetails.js create mode 100644 node_modules/lodash/_wrapperClone.js create mode 100644 node_modules/lodash/add.js create mode 100644 node_modules/lodash/after.js create mode 100644 node_modules/lodash/array.js create mode 100644 node_modules/lodash/ary.js create mode 100644 node_modules/lodash/assign.js create mode 100644 node_modules/lodash/assignIn.js create mode 100644 node_modules/lodash/assignInWith.js create mode 100644 node_modules/lodash/assignWith.js create mode 100644 node_modules/lodash/at.js create mode 100644 node_modules/lodash/attempt.js create mode 100644 node_modules/lodash/before.js create mode 100644 node_modules/lodash/bind.js create mode 100644 node_modules/lodash/bindAll.js create mode 100644 node_modules/lodash/bindKey.js create mode 100644 node_modules/lodash/camelCase.js create mode 100644 node_modules/lodash/capitalize.js create mode 100644 node_modules/lodash/castArray.js create mode 100644 node_modules/lodash/ceil.js create mode 100644 node_modules/lodash/chain.js create mode 100644 node_modules/lodash/chunk.js create mode 100644 node_modules/lodash/clamp.js create mode 100644 node_modules/lodash/clone.js create mode 100644 node_modules/lodash/cloneDeep.js create mode 100644 node_modules/lodash/cloneDeepWith.js create mode 100644 node_modules/lodash/cloneWith.js create mode 100644 node_modules/lodash/collection.js create mode 100644 node_modules/lodash/commit.js create mode 100644 node_modules/lodash/compact.js create mode 100644 node_modules/lodash/concat.js create mode 100644 node_modules/lodash/cond.js create mode 100644 node_modules/lodash/conforms.js create mode 100644 node_modules/lodash/conformsTo.js create mode 100644 node_modules/lodash/constant.js create mode 100644 node_modules/lodash/core.js create mode 100644 node_modules/lodash/core.min.js create mode 100644 node_modules/lodash/countBy.js create mode 100644 node_modules/lodash/create.js create mode 100644 node_modules/lodash/curry.js create mode 100644 node_modules/lodash/curryRight.js create mode 100644 node_modules/lodash/date.js create mode 100644 node_modules/lodash/debounce.js create mode 100644 node_modules/lodash/deburr.js create mode 100644 node_modules/lodash/defaultTo.js create mode 100644 node_modules/lodash/defaults.js create mode 100644 node_modules/lodash/defaultsDeep.js create mode 100644 node_modules/lodash/defer.js create mode 100644 node_modules/lodash/delay.js create mode 100644 node_modules/lodash/difference.js create mode 100644 node_modules/lodash/differenceBy.js create mode 100644 node_modules/lodash/differenceWith.js create mode 100644 node_modules/lodash/divide.js create mode 100644 node_modules/lodash/drop.js create mode 100644 node_modules/lodash/dropRight.js create mode 100644 node_modules/lodash/dropRightWhile.js create mode 100644 node_modules/lodash/dropWhile.js create mode 100644 node_modules/lodash/each.js create mode 100644 node_modules/lodash/eachRight.js create mode 100644 node_modules/lodash/endsWith.js create mode 100644 node_modules/lodash/entries.js create mode 100644 node_modules/lodash/entriesIn.js create mode 100644 node_modules/lodash/eq.js create mode 100644 node_modules/lodash/escape.js create mode 100644 node_modules/lodash/escapeRegExp.js create mode 100644 node_modules/lodash/every.js create mode 100644 node_modules/lodash/extend.js create mode 100644 node_modules/lodash/extendWith.js create mode 100644 node_modules/lodash/fill.js create mode 100644 node_modules/lodash/filter.js create mode 100644 node_modules/lodash/find.js create mode 100644 node_modules/lodash/findIndex.js create mode 100644 node_modules/lodash/findKey.js create mode 100644 node_modules/lodash/findLast.js create mode 100644 node_modules/lodash/findLastIndex.js create mode 100644 node_modules/lodash/findLastKey.js create mode 100644 node_modules/lodash/first.js create mode 100644 node_modules/lodash/flake.lock create mode 100644 node_modules/lodash/flake.nix create mode 100644 node_modules/lodash/flatMap.js create mode 100644 node_modules/lodash/flatMapDeep.js create mode 100644 node_modules/lodash/flatMapDepth.js create mode 100644 node_modules/lodash/flatten.js create mode 100644 node_modules/lodash/flattenDeep.js create mode 100644 node_modules/lodash/flattenDepth.js create mode 100644 node_modules/lodash/flip.js create mode 100644 node_modules/lodash/floor.js create mode 100644 node_modules/lodash/flow.js create mode 100644 node_modules/lodash/flowRight.js create mode 100644 node_modules/lodash/forEach.js create mode 100644 node_modules/lodash/forEachRight.js create mode 100644 node_modules/lodash/forIn.js create mode 100644 node_modules/lodash/forInRight.js create mode 100644 node_modules/lodash/forOwn.js create mode 100644 node_modules/lodash/forOwnRight.js create mode 100644 node_modules/lodash/fp.js create mode 100644 node_modules/lodash/fp/F.js create mode 100644 node_modules/lodash/fp/T.js create mode 100644 node_modules/lodash/fp/__.js create mode 100644 node_modules/lodash/fp/_baseConvert.js create mode 100644 node_modules/lodash/fp/_convertBrowser.js create mode 100644 node_modules/lodash/fp/_falseOptions.js create mode 100644 node_modules/lodash/fp/_mapping.js create mode 100644 node_modules/lodash/fp/_util.js create mode 100644 node_modules/lodash/fp/add.js create mode 100644 node_modules/lodash/fp/after.js create mode 100644 node_modules/lodash/fp/all.js create mode 100644 node_modules/lodash/fp/allPass.js create mode 100644 node_modules/lodash/fp/always.js create mode 100644 node_modules/lodash/fp/any.js create mode 100644 node_modules/lodash/fp/anyPass.js create mode 100644 node_modules/lodash/fp/apply.js create mode 100644 node_modules/lodash/fp/array.js create mode 100644 node_modules/lodash/fp/ary.js create mode 100644 node_modules/lodash/fp/assign.js create mode 100644 node_modules/lodash/fp/assignAll.js create mode 100644 node_modules/lodash/fp/assignAllWith.js create mode 100644 node_modules/lodash/fp/assignIn.js create mode 100644 node_modules/lodash/fp/assignInAll.js create mode 100644 node_modules/lodash/fp/assignInAllWith.js create mode 100644 node_modules/lodash/fp/assignInWith.js create mode 100644 node_modules/lodash/fp/assignWith.js create mode 100644 node_modules/lodash/fp/assoc.js create mode 100644 node_modules/lodash/fp/assocPath.js create mode 100644 node_modules/lodash/fp/at.js create mode 100644 node_modules/lodash/fp/attempt.js create mode 100644 node_modules/lodash/fp/before.js create mode 100644 node_modules/lodash/fp/bind.js create mode 100644 node_modules/lodash/fp/bindAll.js create mode 100644 node_modules/lodash/fp/bindKey.js create mode 100644 node_modules/lodash/fp/camelCase.js create mode 100644 node_modules/lodash/fp/capitalize.js create mode 100644 node_modules/lodash/fp/castArray.js create mode 100644 node_modules/lodash/fp/ceil.js create mode 100644 node_modules/lodash/fp/chain.js create mode 100644 node_modules/lodash/fp/chunk.js create mode 100644 node_modules/lodash/fp/clamp.js create mode 100644 node_modules/lodash/fp/clone.js create mode 100644 node_modules/lodash/fp/cloneDeep.js create mode 100644 node_modules/lodash/fp/cloneDeepWith.js create mode 100644 node_modules/lodash/fp/cloneWith.js create mode 100644 node_modules/lodash/fp/collection.js create mode 100644 node_modules/lodash/fp/commit.js create mode 100644 node_modules/lodash/fp/compact.js create mode 100644 node_modules/lodash/fp/complement.js create mode 100644 node_modules/lodash/fp/compose.js create mode 100644 node_modules/lodash/fp/concat.js create mode 100644 node_modules/lodash/fp/cond.js create mode 100644 node_modules/lodash/fp/conforms.js create mode 100644 node_modules/lodash/fp/conformsTo.js create mode 100644 node_modules/lodash/fp/constant.js create mode 100644 node_modules/lodash/fp/contains.js create mode 100644 node_modules/lodash/fp/convert.js create mode 100644 node_modules/lodash/fp/countBy.js create mode 100644 node_modules/lodash/fp/create.js create mode 100644 node_modules/lodash/fp/curry.js create mode 100644 node_modules/lodash/fp/curryN.js create mode 100644 node_modules/lodash/fp/curryRight.js create mode 100644 node_modules/lodash/fp/curryRightN.js create mode 100644 node_modules/lodash/fp/date.js create mode 100644 node_modules/lodash/fp/debounce.js create mode 100644 node_modules/lodash/fp/deburr.js create mode 100644 node_modules/lodash/fp/defaultTo.js create mode 100644 node_modules/lodash/fp/defaults.js create mode 100644 node_modules/lodash/fp/defaultsAll.js create mode 100644 node_modules/lodash/fp/defaultsDeep.js create mode 100644 node_modules/lodash/fp/defaultsDeepAll.js create mode 100644 node_modules/lodash/fp/defer.js create mode 100644 node_modules/lodash/fp/delay.js create mode 100644 node_modules/lodash/fp/difference.js create mode 100644 node_modules/lodash/fp/differenceBy.js create mode 100644 node_modules/lodash/fp/differenceWith.js create mode 100644 node_modules/lodash/fp/dissoc.js create mode 100644 node_modules/lodash/fp/dissocPath.js create mode 100644 node_modules/lodash/fp/divide.js create mode 100644 node_modules/lodash/fp/drop.js create mode 100644 node_modules/lodash/fp/dropLast.js create mode 100644 node_modules/lodash/fp/dropLastWhile.js create mode 100644 node_modules/lodash/fp/dropRight.js create mode 100644 node_modules/lodash/fp/dropRightWhile.js create mode 100644 node_modules/lodash/fp/dropWhile.js create mode 100644 node_modules/lodash/fp/each.js create mode 100644 node_modules/lodash/fp/eachRight.js create mode 100644 node_modules/lodash/fp/endsWith.js create mode 100644 node_modules/lodash/fp/entries.js create mode 100644 node_modules/lodash/fp/entriesIn.js create mode 100644 node_modules/lodash/fp/eq.js create mode 100644 node_modules/lodash/fp/equals.js create mode 100644 node_modules/lodash/fp/escape.js create mode 100644 node_modules/lodash/fp/escapeRegExp.js create mode 100644 node_modules/lodash/fp/every.js create mode 100644 node_modules/lodash/fp/extend.js create mode 100644 node_modules/lodash/fp/extendAll.js create mode 100644 node_modules/lodash/fp/extendAllWith.js create mode 100644 node_modules/lodash/fp/extendWith.js create mode 100644 node_modules/lodash/fp/fill.js create mode 100644 node_modules/lodash/fp/filter.js create mode 100644 node_modules/lodash/fp/find.js create mode 100644 node_modules/lodash/fp/findFrom.js create mode 100644 node_modules/lodash/fp/findIndex.js create mode 100644 node_modules/lodash/fp/findIndexFrom.js create mode 100644 node_modules/lodash/fp/findKey.js create mode 100644 node_modules/lodash/fp/findLast.js create mode 100644 node_modules/lodash/fp/findLastFrom.js create mode 100644 node_modules/lodash/fp/findLastIndex.js create mode 100644 node_modules/lodash/fp/findLastIndexFrom.js create mode 100644 node_modules/lodash/fp/findLastKey.js create mode 100644 node_modules/lodash/fp/first.js create mode 100644 node_modules/lodash/fp/flatMap.js create mode 100644 node_modules/lodash/fp/flatMapDeep.js create mode 100644 node_modules/lodash/fp/flatMapDepth.js create mode 100644 node_modules/lodash/fp/flatten.js create mode 100644 node_modules/lodash/fp/flattenDeep.js create mode 100644 node_modules/lodash/fp/flattenDepth.js create mode 100644 node_modules/lodash/fp/flip.js create mode 100644 node_modules/lodash/fp/floor.js create mode 100644 node_modules/lodash/fp/flow.js create mode 100644 node_modules/lodash/fp/flowRight.js create mode 100644 node_modules/lodash/fp/forEach.js create mode 100644 node_modules/lodash/fp/forEachRight.js create mode 100644 node_modules/lodash/fp/forIn.js create mode 100644 node_modules/lodash/fp/forInRight.js create mode 100644 node_modules/lodash/fp/forOwn.js create mode 100644 node_modules/lodash/fp/forOwnRight.js create mode 100644 node_modules/lodash/fp/fromPairs.js create mode 100644 node_modules/lodash/fp/function.js create mode 100644 node_modules/lodash/fp/functions.js create mode 100644 node_modules/lodash/fp/functionsIn.js create mode 100644 node_modules/lodash/fp/get.js create mode 100644 node_modules/lodash/fp/getOr.js create mode 100644 node_modules/lodash/fp/groupBy.js create mode 100644 node_modules/lodash/fp/gt.js create mode 100644 node_modules/lodash/fp/gte.js create mode 100644 node_modules/lodash/fp/has.js create mode 100644 node_modules/lodash/fp/hasIn.js create mode 100644 node_modules/lodash/fp/head.js create mode 100644 node_modules/lodash/fp/identical.js create mode 100644 node_modules/lodash/fp/identity.js create mode 100644 node_modules/lodash/fp/inRange.js create mode 100644 node_modules/lodash/fp/includes.js create mode 100644 node_modules/lodash/fp/includesFrom.js create mode 100644 node_modules/lodash/fp/indexBy.js create mode 100644 node_modules/lodash/fp/indexOf.js create mode 100644 node_modules/lodash/fp/indexOfFrom.js create mode 100644 node_modules/lodash/fp/init.js create mode 100644 node_modules/lodash/fp/initial.js create mode 100644 node_modules/lodash/fp/intersection.js create mode 100644 node_modules/lodash/fp/intersectionBy.js create mode 100644 node_modules/lodash/fp/intersectionWith.js create mode 100644 node_modules/lodash/fp/invert.js create mode 100644 node_modules/lodash/fp/invertBy.js create mode 100644 node_modules/lodash/fp/invertObj.js create mode 100644 node_modules/lodash/fp/invoke.js create mode 100644 node_modules/lodash/fp/invokeArgs.js create mode 100644 node_modules/lodash/fp/invokeArgsMap.js create mode 100644 node_modules/lodash/fp/invokeMap.js create mode 100644 node_modules/lodash/fp/isArguments.js create mode 100644 node_modules/lodash/fp/isArray.js create mode 100644 node_modules/lodash/fp/isArrayBuffer.js create mode 100644 node_modules/lodash/fp/isArrayLike.js create mode 100644 node_modules/lodash/fp/isArrayLikeObject.js create mode 100644 node_modules/lodash/fp/isBoolean.js create mode 100644 node_modules/lodash/fp/isBuffer.js create mode 100644 node_modules/lodash/fp/isDate.js create mode 100644 node_modules/lodash/fp/isElement.js create mode 100644 node_modules/lodash/fp/isEmpty.js create mode 100644 node_modules/lodash/fp/isEqual.js create mode 100644 node_modules/lodash/fp/isEqualWith.js create mode 100644 node_modules/lodash/fp/isError.js create mode 100644 node_modules/lodash/fp/isFinite.js create mode 100644 node_modules/lodash/fp/isFunction.js create mode 100644 node_modules/lodash/fp/isInteger.js create mode 100644 node_modules/lodash/fp/isLength.js create mode 100644 node_modules/lodash/fp/isMap.js create mode 100644 node_modules/lodash/fp/isMatch.js create mode 100644 node_modules/lodash/fp/isMatchWith.js create mode 100644 node_modules/lodash/fp/isNaN.js create mode 100644 node_modules/lodash/fp/isNative.js create mode 100644 node_modules/lodash/fp/isNil.js create mode 100644 node_modules/lodash/fp/isNull.js create mode 100644 node_modules/lodash/fp/isNumber.js create mode 100644 node_modules/lodash/fp/isObject.js create mode 100644 node_modules/lodash/fp/isObjectLike.js create mode 100644 node_modules/lodash/fp/isPlainObject.js create mode 100644 node_modules/lodash/fp/isRegExp.js create mode 100644 node_modules/lodash/fp/isSafeInteger.js create mode 100644 node_modules/lodash/fp/isSet.js create mode 100644 node_modules/lodash/fp/isString.js create mode 100644 node_modules/lodash/fp/isSymbol.js create mode 100644 node_modules/lodash/fp/isTypedArray.js create mode 100644 node_modules/lodash/fp/isUndefined.js create mode 100644 node_modules/lodash/fp/isWeakMap.js create mode 100644 node_modules/lodash/fp/isWeakSet.js create mode 100644 node_modules/lodash/fp/iteratee.js create mode 100644 node_modules/lodash/fp/join.js create mode 100644 node_modules/lodash/fp/juxt.js create mode 100644 node_modules/lodash/fp/kebabCase.js create mode 100644 node_modules/lodash/fp/keyBy.js create mode 100644 node_modules/lodash/fp/keys.js create mode 100644 node_modules/lodash/fp/keysIn.js create mode 100644 node_modules/lodash/fp/lang.js create mode 100644 node_modules/lodash/fp/last.js create mode 100644 node_modules/lodash/fp/lastIndexOf.js create mode 100644 node_modules/lodash/fp/lastIndexOfFrom.js create mode 100644 node_modules/lodash/fp/lowerCase.js create mode 100644 node_modules/lodash/fp/lowerFirst.js create mode 100644 node_modules/lodash/fp/lt.js create mode 100644 node_modules/lodash/fp/lte.js create mode 100644 node_modules/lodash/fp/map.js create mode 100644 node_modules/lodash/fp/mapKeys.js create mode 100644 node_modules/lodash/fp/mapValues.js create mode 100644 node_modules/lodash/fp/matches.js create mode 100644 node_modules/lodash/fp/matchesProperty.js create mode 100644 node_modules/lodash/fp/math.js create mode 100644 node_modules/lodash/fp/max.js create mode 100644 node_modules/lodash/fp/maxBy.js create mode 100644 node_modules/lodash/fp/mean.js create mode 100644 node_modules/lodash/fp/meanBy.js create mode 100644 node_modules/lodash/fp/memoize.js create mode 100644 node_modules/lodash/fp/merge.js create mode 100644 node_modules/lodash/fp/mergeAll.js create mode 100644 node_modules/lodash/fp/mergeAllWith.js create mode 100644 node_modules/lodash/fp/mergeWith.js create mode 100644 node_modules/lodash/fp/method.js create mode 100644 node_modules/lodash/fp/methodOf.js create mode 100644 node_modules/lodash/fp/min.js create mode 100644 node_modules/lodash/fp/minBy.js create mode 100644 node_modules/lodash/fp/mixin.js create mode 100644 node_modules/lodash/fp/multiply.js create mode 100644 node_modules/lodash/fp/nAry.js create mode 100644 node_modules/lodash/fp/negate.js create mode 100644 node_modules/lodash/fp/next.js create mode 100644 node_modules/lodash/fp/noop.js create mode 100644 node_modules/lodash/fp/now.js create mode 100644 node_modules/lodash/fp/nth.js create mode 100644 node_modules/lodash/fp/nthArg.js create mode 100644 node_modules/lodash/fp/number.js create mode 100644 node_modules/lodash/fp/object.js create mode 100644 node_modules/lodash/fp/omit.js create mode 100644 node_modules/lodash/fp/omitAll.js create mode 100644 node_modules/lodash/fp/omitBy.js create mode 100644 node_modules/lodash/fp/once.js create mode 100644 node_modules/lodash/fp/orderBy.js create mode 100644 node_modules/lodash/fp/over.js create mode 100644 node_modules/lodash/fp/overArgs.js create mode 100644 node_modules/lodash/fp/overEvery.js create mode 100644 node_modules/lodash/fp/overSome.js create mode 100644 node_modules/lodash/fp/pad.js create mode 100644 node_modules/lodash/fp/padChars.js create mode 100644 node_modules/lodash/fp/padCharsEnd.js create mode 100644 node_modules/lodash/fp/padCharsStart.js create mode 100644 node_modules/lodash/fp/padEnd.js create mode 100644 node_modules/lodash/fp/padStart.js create mode 100644 node_modules/lodash/fp/parseInt.js create mode 100644 node_modules/lodash/fp/partial.js create mode 100644 node_modules/lodash/fp/partialRight.js create mode 100644 node_modules/lodash/fp/partition.js create mode 100644 node_modules/lodash/fp/path.js create mode 100644 node_modules/lodash/fp/pathEq.js create mode 100644 node_modules/lodash/fp/pathOr.js create mode 100644 node_modules/lodash/fp/paths.js create mode 100644 node_modules/lodash/fp/pick.js create mode 100644 node_modules/lodash/fp/pickAll.js create mode 100644 node_modules/lodash/fp/pickBy.js create mode 100644 node_modules/lodash/fp/pipe.js create mode 100644 node_modules/lodash/fp/placeholder.js create mode 100644 node_modules/lodash/fp/plant.js create mode 100644 node_modules/lodash/fp/pluck.js create mode 100644 node_modules/lodash/fp/prop.js create mode 100644 node_modules/lodash/fp/propEq.js create mode 100644 node_modules/lodash/fp/propOr.js create mode 100644 node_modules/lodash/fp/property.js create mode 100644 node_modules/lodash/fp/propertyOf.js create mode 100644 node_modules/lodash/fp/props.js create mode 100644 node_modules/lodash/fp/pull.js create mode 100644 node_modules/lodash/fp/pullAll.js create mode 100644 node_modules/lodash/fp/pullAllBy.js create mode 100644 node_modules/lodash/fp/pullAllWith.js create mode 100644 node_modules/lodash/fp/pullAt.js create mode 100644 node_modules/lodash/fp/random.js create mode 100644 node_modules/lodash/fp/range.js create mode 100644 node_modules/lodash/fp/rangeRight.js create mode 100644 node_modules/lodash/fp/rangeStep.js create mode 100644 node_modules/lodash/fp/rangeStepRight.js create mode 100644 node_modules/lodash/fp/rearg.js create mode 100644 node_modules/lodash/fp/reduce.js create mode 100644 node_modules/lodash/fp/reduceRight.js create mode 100644 node_modules/lodash/fp/reject.js create mode 100644 node_modules/lodash/fp/remove.js create mode 100644 node_modules/lodash/fp/repeat.js create mode 100644 node_modules/lodash/fp/replace.js create mode 100644 node_modules/lodash/fp/rest.js create mode 100644 node_modules/lodash/fp/restFrom.js create mode 100644 node_modules/lodash/fp/result.js create mode 100644 node_modules/lodash/fp/reverse.js create mode 100644 node_modules/lodash/fp/round.js create mode 100644 node_modules/lodash/fp/sample.js create mode 100644 node_modules/lodash/fp/sampleSize.js create mode 100644 node_modules/lodash/fp/seq.js create mode 100644 node_modules/lodash/fp/set.js create mode 100644 node_modules/lodash/fp/setWith.js create mode 100644 node_modules/lodash/fp/shuffle.js create mode 100644 node_modules/lodash/fp/size.js create mode 100644 node_modules/lodash/fp/slice.js create mode 100644 node_modules/lodash/fp/snakeCase.js create mode 100644 node_modules/lodash/fp/some.js create mode 100644 node_modules/lodash/fp/sortBy.js create mode 100644 node_modules/lodash/fp/sortedIndex.js create mode 100644 node_modules/lodash/fp/sortedIndexBy.js create mode 100644 node_modules/lodash/fp/sortedIndexOf.js create mode 100644 node_modules/lodash/fp/sortedLastIndex.js create mode 100644 node_modules/lodash/fp/sortedLastIndexBy.js create mode 100644 node_modules/lodash/fp/sortedLastIndexOf.js create mode 100644 node_modules/lodash/fp/sortedUniq.js create mode 100644 node_modules/lodash/fp/sortedUniqBy.js create mode 100644 node_modules/lodash/fp/split.js create mode 100644 node_modules/lodash/fp/spread.js create mode 100644 node_modules/lodash/fp/spreadFrom.js create mode 100644 node_modules/lodash/fp/startCase.js create mode 100644 node_modules/lodash/fp/startsWith.js create mode 100644 node_modules/lodash/fp/string.js create mode 100644 node_modules/lodash/fp/stubArray.js create mode 100644 node_modules/lodash/fp/stubFalse.js create mode 100644 node_modules/lodash/fp/stubObject.js create mode 100644 node_modules/lodash/fp/stubString.js create mode 100644 node_modules/lodash/fp/stubTrue.js create mode 100644 node_modules/lodash/fp/subtract.js create mode 100644 node_modules/lodash/fp/sum.js create mode 100644 node_modules/lodash/fp/sumBy.js create mode 100644 node_modules/lodash/fp/symmetricDifference.js create mode 100644 node_modules/lodash/fp/symmetricDifferenceBy.js create mode 100644 node_modules/lodash/fp/symmetricDifferenceWith.js create mode 100644 node_modules/lodash/fp/tail.js create mode 100644 node_modules/lodash/fp/take.js create mode 100644 node_modules/lodash/fp/takeLast.js create mode 100644 node_modules/lodash/fp/takeLastWhile.js create mode 100644 node_modules/lodash/fp/takeRight.js create mode 100644 node_modules/lodash/fp/takeRightWhile.js create mode 100644 node_modules/lodash/fp/takeWhile.js create mode 100644 node_modules/lodash/fp/tap.js create mode 100644 node_modules/lodash/fp/template.js create mode 100644 node_modules/lodash/fp/templateSettings.js create mode 100644 node_modules/lodash/fp/throttle.js create mode 100644 node_modules/lodash/fp/thru.js create mode 100644 node_modules/lodash/fp/times.js create mode 100644 node_modules/lodash/fp/toArray.js create mode 100644 node_modules/lodash/fp/toFinite.js create mode 100644 node_modules/lodash/fp/toInteger.js create mode 100644 node_modules/lodash/fp/toIterator.js create mode 100644 node_modules/lodash/fp/toJSON.js create mode 100644 node_modules/lodash/fp/toLength.js create mode 100644 node_modules/lodash/fp/toLower.js create mode 100644 node_modules/lodash/fp/toNumber.js create mode 100644 node_modules/lodash/fp/toPairs.js create mode 100644 node_modules/lodash/fp/toPairsIn.js create mode 100644 node_modules/lodash/fp/toPath.js create mode 100644 node_modules/lodash/fp/toPlainObject.js create mode 100644 node_modules/lodash/fp/toSafeInteger.js create mode 100644 node_modules/lodash/fp/toString.js create mode 100644 node_modules/lodash/fp/toUpper.js create mode 100644 node_modules/lodash/fp/transform.js create mode 100644 node_modules/lodash/fp/trim.js create mode 100644 node_modules/lodash/fp/trimChars.js create mode 100644 node_modules/lodash/fp/trimCharsEnd.js create mode 100644 node_modules/lodash/fp/trimCharsStart.js create mode 100644 node_modules/lodash/fp/trimEnd.js create mode 100644 node_modules/lodash/fp/trimStart.js create mode 100644 node_modules/lodash/fp/truncate.js create mode 100644 node_modules/lodash/fp/unapply.js create mode 100644 node_modules/lodash/fp/unary.js create mode 100644 node_modules/lodash/fp/unescape.js create mode 100644 node_modules/lodash/fp/union.js create mode 100644 node_modules/lodash/fp/unionBy.js create mode 100644 node_modules/lodash/fp/unionWith.js create mode 100644 node_modules/lodash/fp/uniq.js create mode 100644 node_modules/lodash/fp/uniqBy.js create mode 100644 node_modules/lodash/fp/uniqWith.js create mode 100644 node_modules/lodash/fp/uniqueId.js create mode 100644 node_modules/lodash/fp/unnest.js create mode 100644 node_modules/lodash/fp/unset.js create mode 100644 node_modules/lodash/fp/unzip.js create mode 100644 node_modules/lodash/fp/unzipWith.js create mode 100644 node_modules/lodash/fp/update.js create mode 100644 node_modules/lodash/fp/updateWith.js create mode 100644 node_modules/lodash/fp/upperCase.js create mode 100644 node_modules/lodash/fp/upperFirst.js create mode 100644 node_modules/lodash/fp/useWith.js create mode 100644 node_modules/lodash/fp/util.js create mode 100644 node_modules/lodash/fp/value.js create mode 100644 node_modules/lodash/fp/valueOf.js create mode 100644 node_modules/lodash/fp/values.js create mode 100644 node_modules/lodash/fp/valuesIn.js create mode 100644 node_modules/lodash/fp/where.js create mode 100644 node_modules/lodash/fp/whereEq.js create mode 100644 node_modules/lodash/fp/without.js create mode 100644 node_modules/lodash/fp/words.js create mode 100644 node_modules/lodash/fp/wrap.js create mode 100644 node_modules/lodash/fp/wrapperAt.js create mode 100644 node_modules/lodash/fp/wrapperChain.js create mode 100644 node_modules/lodash/fp/wrapperLodash.js create mode 100644 node_modules/lodash/fp/wrapperReverse.js create mode 100644 node_modules/lodash/fp/wrapperValue.js create mode 100644 node_modules/lodash/fp/xor.js create mode 100644 node_modules/lodash/fp/xorBy.js create mode 100644 node_modules/lodash/fp/xorWith.js create mode 100644 node_modules/lodash/fp/zip.js create mode 100644 node_modules/lodash/fp/zipAll.js create mode 100644 node_modules/lodash/fp/zipObj.js create mode 100644 node_modules/lodash/fp/zipObject.js create mode 100644 node_modules/lodash/fp/zipObjectDeep.js create mode 100644 node_modules/lodash/fp/zipWith.js create mode 100644 node_modules/lodash/fromPairs.js create mode 100644 node_modules/lodash/function.js create mode 100644 node_modules/lodash/functions.js create mode 100644 node_modules/lodash/functionsIn.js create mode 100644 node_modules/lodash/get.js create mode 100644 node_modules/lodash/groupBy.js create mode 100644 node_modules/lodash/gt.js create mode 100644 node_modules/lodash/gte.js create mode 100644 node_modules/lodash/has.js create mode 100644 node_modules/lodash/hasIn.js create mode 100644 node_modules/lodash/head.js create mode 100644 node_modules/lodash/identity.js create mode 100644 node_modules/lodash/inRange.js create mode 100644 node_modules/lodash/includes.js create mode 100644 node_modules/lodash/index.js create mode 100644 node_modules/lodash/indexOf.js create mode 100644 node_modules/lodash/initial.js create mode 100644 node_modules/lodash/intersection.js create mode 100644 node_modules/lodash/intersectionBy.js create mode 100644 node_modules/lodash/intersectionWith.js create mode 100644 node_modules/lodash/invert.js create mode 100644 node_modules/lodash/invertBy.js create mode 100644 node_modules/lodash/invoke.js create mode 100644 node_modules/lodash/invokeMap.js create mode 100644 node_modules/lodash/isArguments.js create mode 100644 node_modules/lodash/isArray.js create mode 100644 node_modules/lodash/isArrayBuffer.js create mode 100644 node_modules/lodash/isArrayLike.js create mode 100644 node_modules/lodash/isArrayLikeObject.js create mode 100644 node_modules/lodash/isBoolean.js create mode 100644 node_modules/lodash/isBuffer.js create mode 100644 node_modules/lodash/isDate.js create mode 100644 node_modules/lodash/isElement.js create mode 100644 node_modules/lodash/isEmpty.js create mode 100644 node_modules/lodash/isEqual.js create mode 100644 node_modules/lodash/isEqualWith.js create mode 100644 node_modules/lodash/isError.js create mode 100644 node_modules/lodash/isFinite.js create mode 100644 node_modules/lodash/isFunction.js create mode 100644 node_modules/lodash/isInteger.js create mode 100644 node_modules/lodash/isLength.js create mode 100644 node_modules/lodash/isMap.js create mode 100644 node_modules/lodash/isMatch.js create mode 100644 node_modules/lodash/isMatchWith.js create mode 100644 node_modules/lodash/isNaN.js create mode 100644 node_modules/lodash/isNative.js create mode 100644 node_modules/lodash/isNil.js create mode 100644 node_modules/lodash/isNull.js create mode 100644 node_modules/lodash/isNumber.js create mode 100644 node_modules/lodash/isObject.js create mode 100644 node_modules/lodash/isObjectLike.js create mode 100644 node_modules/lodash/isPlainObject.js create mode 100644 node_modules/lodash/isRegExp.js create mode 100644 node_modules/lodash/isSafeInteger.js create mode 100644 node_modules/lodash/isSet.js create mode 100644 node_modules/lodash/isString.js create mode 100644 node_modules/lodash/isSymbol.js create mode 100644 node_modules/lodash/isTypedArray.js create mode 100644 node_modules/lodash/isUndefined.js create mode 100644 node_modules/lodash/isWeakMap.js create mode 100644 node_modules/lodash/isWeakSet.js create mode 100644 node_modules/lodash/iteratee.js create mode 100644 node_modules/lodash/join.js create mode 100644 node_modules/lodash/kebabCase.js create mode 100644 node_modules/lodash/keyBy.js create mode 100644 node_modules/lodash/keys.js create mode 100644 node_modules/lodash/keysIn.js create mode 100644 node_modules/lodash/lang.js create mode 100644 node_modules/lodash/last.js create mode 100644 node_modules/lodash/lastIndexOf.js create mode 100644 node_modules/lodash/lodash.js create mode 100644 node_modules/lodash/lodash.min.js create mode 100644 node_modules/lodash/lowerCase.js create mode 100644 node_modules/lodash/lowerFirst.js create mode 100644 node_modules/lodash/lt.js create mode 100644 node_modules/lodash/lte.js create mode 100644 node_modules/lodash/map.js create mode 100644 node_modules/lodash/mapKeys.js create mode 100644 node_modules/lodash/mapValues.js create mode 100644 node_modules/lodash/matches.js create mode 100644 node_modules/lodash/matchesProperty.js create mode 100644 node_modules/lodash/math.js create mode 100644 node_modules/lodash/max.js create mode 100644 node_modules/lodash/maxBy.js create mode 100644 node_modules/lodash/mean.js create mode 100644 node_modules/lodash/meanBy.js create mode 100644 node_modules/lodash/memoize.js create mode 100644 node_modules/lodash/merge.js create mode 100644 node_modules/lodash/mergeWith.js create mode 100644 node_modules/lodash/method.js create mode 100644 node_modules/lodash/methodOf.js create mode 100644 node_modules/lodash/min.js create mode 100644 node_modules/lodash/minBy.js create mode 100644 node_modules/lodash/mixin.js create mode 100644 node_modules/lodash/multiply.js create mode 100644 node_modules/lodash/negate.js create mode 100644 node_modules/lodash/next.js create mode 100644 node_modules/lodash/noop.js create mode 100644 node_modules/lodash/now.js create mode 100644 node_modules/lodash/nth.js create mode 100644 node_modules/lodash/nthArg.js create mode 100644 node_modules/lodash/number.js create mode 100644 node_modules/lodash/object.js create mode 100644 node_modules/lodash/omit.js create mode 100644 node_modules/lodash/omitBy.js create mode 100644 node_modules/lodash/once.js create mode 100644 node_modules/lodash/orderBy.js create mode 100644 node_modules/lodash/over.js create mode 100644 node_modules/lodash/overArgs.js create mode 100644 node_modules/lodash/overEvery.js create mode 100644 node_modules/lodash/overSome.js create mode 100644 node_modules/lodash/package.json create mode 100644 node_modules/lodash/pad.js create mode 100644 node_modules/lodash/padEnd.js create mode 100644 node_modules/lodash/padStart.js create mode 100644 node_modules/lodash/parseInt.js create mode 100644 node_modules/lodash/partial.js create mode 100644 node_modules/lodash/partialRight.js create mode 100644 node_modules/lodash/partition.js create mode 100644 node_modules/lodash/pick.js create mode 100644 node_modules/lodash/pickBy.js create mode 100644 node_modules/lodash/plant.js create mode 100644 node_modules/lodash/property.js create mode 100644 node_modules/lodash/propertyOf.js create mode 100644 node_modules/lodash/pull.js create mode 100644 node_modules/lodash/pullAll.js create mode 100644 node_modules/lodash/pullAllBy.js create mode 100644 node_modules/lodash/pullAllWith.js create mode 100644 node_modules/lodash/pullAt.js create mode 100644 node_modules/lodash/random.js create mode 100644 node_modules/lodash/range.js create mode 100644 node_modules/lodash/rangeRight.js create mode 100644 node_modules/lodash/rearg.js create mode 100644 node_modules/lodash/reduce.js create mode 100644 node_modules/lodash/reduceRight.js create mode 100644 node_modules/lodash/reject.js create mode 100644 node_modules/lodash/release.md create mode 100644 node_modules/lodash/remove.js create mode 100644 node_modules/lodash/repeat.js create mode 100644 node_modules/lodash/replace.js create mode 100644 node_modules/lodash/rest.js create mode 100644 node_modules/lodash/result.js create mode 100644 node_modules/lodash/reverse.js create mode 100644 node_modules/lodash/round.js create mode 100644 node_modules/lodash/sample.js create mode 100644 node_modules/lodash/sampleSize.js create mode 100644 node_modules/lodash/seq.js create mode 100644 node_modules/lodash/set.js create mode 100644 node_modules/lodash/setWith.js create mode 100644 node_modules/lodash/shuffle.js create mode 100644 node_modules/lodash/size.js create mode 100644 node_modules/lodash/slice.js create mode 100644 node_modules/lodash/snakeCase.js create mode 100644 node_modules/lodash/some.js create mode 100644 node_modules/lodash/sortBy.js create mode 100644 node_modules/lodash/sortedIndex.js create mode 100644 node_modules/lodash/sortedIndexBy.js create mode 100644 node_modules/lodash/sortedIndexOf.js create mode 100644 node_modules/lodash/sortedLastIndex.js create mode 100644 node_modules/lodash/sortedLastIndexBy.js create mode 100644 node_modules/lodash/sortedLastIndexOf.js create mode 100644 node_modules/lodash/sortedUniq.js create mode 100644 node_modules/lodash/sortedUniqBy.js create mode 100644 node_modules/lodash/split.js create mode 100644 node_modules/lodash/spread.js create mode 100644 node_modules/lodash/startCase.js create mode 100644 node_modules/lodash/startsWith.js create mode 100644 node_modules/lodash/string.js create mode 100644 node_modules/lodash/stubArray.js create mode 100644 node_modules/lodash/stubFalse.js create mode 100644 node_modules/lodash/stubObject.js create mode 100644 node_modules/lodash/stubString.js create mode 100644 node_modules/lodash/stubTrue.js create mode 100644 node_modules/lodash/subtract.js create mode 100644 node_modules/lodash/sum.js create mode 100644 node_modules/lodash/sumBy.js create mode 100644 node_modules/lodash/tail.js create mode 100644 node_modules/lodash/take.js create mode 100644 node_modules/lodash/takeRight.js create mode 100644 node_modules/lodash/takeRightWhile.js create mode 100644 node_modules/lodash/takeWhile.js create mode 100644 node_modules/lodash/tap.js create mode 100644 node_modules/lodash/template.js create mode 100644 node_modules/lodash/templateSettings.js create mode 100644 node_modules/lodash/throttle.js create mode 100644 node_modules/lodash/thru.js create mode 100644 node_modules/lodash/times.js create mode 100644 node_modules/lodash/toArray.js create mode 100644 node_modules/lodash/toFinite.js create mode 100644 node_modules/lodash/toInteger.js create mode 100644 node_modules/lodash/toIterator.js create mode 100644 node_modules/lodash/toJSON.js create mode 100644 node_modules/lodash/toLength.js create mode 100644 node_modules/lodash/toLower.js create mode 100644 node_modules/lodash/toNumber.js create mode 100644 node_modules/lodash/toPairs.js create mode 100644 node_modules/lodash/toPairsIn.js create mode 100644 node_modules/lodash/toPath.js create mode 100644 node_modules/lodash/toPlainObject.js create mode 100644 node_modules/lodash/toSafeInteger.js create mode 100644 node_modules/lodash/toString.js create mode 100644 node_modules/lodash/toUpper.js create mode 100644 node_modules/lodash/transform.js create mode 100644 node_modules/lodash/trim.js create mode 100644 node_modules/lodash/trimEnd.js create mode 100644 node_modules/lodash/trimStart.js create mode 100644 node_modules/lodash/truncate.js create mode 100644 node_modules/lodash/unary.js create mode 100644 node_modules/lodash/unescape.js create mode 100644 node_modules/lodash/union.js create mode 100644 node_modules/lodash/unionBy.js create mode 100644 node_modules/lodash/unionWith.js create mode 100644 node_modules/lodash/uniq.js create mode 100644 node_modules/lodash/uniqBy.js create mode 100644 node_modules/lodash/uniqWith.js create mode 100644 node_modules/lodash/uniqueId.js create mode 100644 node_modules/lodash/unset.js create mode 100644 node_modules/lodash/unzip.js create mode 100644 node_modules/lodash/unzipWith.js create mode 100644 node_modules/lodash/update.js create mode 100644 node_modules/lodash/updateWith.js create mode 100644 node_modules/lodash/upperCase.js create mode 100644 node_modules/lodash/upperFirst.js create mode 100644 node_modules/lodash/util.js create mode 100644 node_modules/lodash/value.js create mode 100644 node_modules/lodash/valueOf.js create mode 100644 node_modules/lodash/values.js create mode 100644 node_modules/lodash/valuesIn.js create mode 100644 node_modules/lodash/without.js create mode 100644 node_modules/lodash/words.js create mode 100644 node_modules/lodash/wrap.js create mode 100644 node_modules/lodash/wrapperAt.js create mode 100644 node_modules/lodash/wrapperChain.js create mode 100644 node_modules/lodash/wrapperLodash.js create mode 100644 node_modules/lodash/wrapperReverse.js create mode 100644 node_modules/lodash/wrapperValue.js create mode 100644 node_modules/lodash/xor.js create mode 100644 node_modules/lodash/xorBy.js create mode 100644 node_modules/lodash/xorWith.js create mode 100644 node_modules/lodash/zip.js create mode 100644 node_modules/lodash/zipObject.js create mode 100644 node_modules/lodash/zipObjectDeep.js create mode 100644 node_modules/lodash/zipWith.js create mode 100644 node_modules/lowdb/.babelrc create mode 100644 node_modules/lowdb/.eslintrc.js create mode 100644 node_modules/lowdb/.npmignore create mode 100644 node_modules/lowdb/LICENSE create mode 100644 node_modules/lowdb/README.md create mode 100644 node_modules/lowdb/adapters/Base.js create mode 100644 node_modules/lowdb/adapters/FileAsync.js create mode 100644 node_modules/lowdb/adapters/FileSync.js create mode 100644 node_modules/lowdb/adapters/LocalStorage.js create mode 100644 node_modules/lowdb/adapters/Memory.js create mode 100644 node_modules/lowdb/adapters/_stringify.js create mode 100644 node_modules/lowdb/dist/LocalStorage.js create mode 100644 node_modules/lowdb/dist/LocalStorage.min.js create mode 100644 node_modules/lowdb/dist/low.js create mode 100644 node_modules/lowdb/dist/low.min.js create mode 100644 node_modules/lowdb/examples/README.md create mode 100644 node_modules/lowdb/examples/fp.md create mode 100644 node_modules/lowdb/lib/common.js create mode 100644 node_modules/lowdb/lib/fp.js create mode 100644 node_modules/lowdb/lib/main.js create mode 100644 node_modules/lowdb/lib/nano.js create mode 100644 node_modules/lowdb/package.json create mode 100644 node_modules/lowdb/webpack.config.js create mode 100644 node_modules/lru-cache/LICENSE create mode 100644 node_modules/lru-cache/README.md create mode 100644 node_modules/lru-cache/dist/commonjs/index.d.ts create mode 100644 node_modules/lru-cache/dist/commonjs/index.d.ts.map create mode 100644 node_modules/lru-cache/dist/commonjs/index.js create mode 100644 node_modules/lru-cache/dist/commonjs/index.js.map create mode 100644 node_modules/lru-cache/dist/commonjs/index.min.js create mode 100644 node_modules/lru-cache/dist/commonjs/index.min.js.map create mode 100644 node_modules/lru-cache/dist/commonjs/package.json create mode 100644 node_modules/lru-cache/dist/esm/index.d.ts create mode 100644 node_modules/lru-cache/dist/esm/index.d.ts.map create mode 100644 node_modules/lru-cache/dist/esm/index.js create mode 100644 node_modules/lru-cache/dist/esm/index.js.map create mode 100644 node_modules/lru-cache/dist/esm/index.min.js create mode 100644 node_modules/lru-cache/dist/esm/index.min.js.map create mode 100644 node_modules/lru-cache/dist/esm/package.json create mode 100644 node_modules/lru-cache/package.json create mode 100644 node_modules/math-intrinsics/.eslintrc create mode 100644 node_modules/math-intrinsics/.github/FUNDING.yml create mode 100644 node_modules/math-intrinsics/CHANGELOG.md create mode 100644 node_modules/math-intrinsics/LICENSE create mode 100644 node_modules/math-intrinsics/README.md create mode 100644 node_modules/math-intrinsics/abs.d.ts create mode 100644 node_modules/math-intrinsics/abs.js create mode 100644 node_modules/math-intrinsics/constants/maxArrayLength.d.ts create mode 100644 node_modules/math-intrinsics/constants/maxArrayLength.js create mode 100644 node_modules/math-intrinsics/constants/maxSafeInteger.d.ts create mode 100644 node_modules/math-intrinsics/constants/maxSafeInteger.js create mode 100644 node_modules/math-intrinsics/constants/maxValue.d.ts create mode 100644 node_modules/math-intrinsics/constants/maxValue.js create mode 100644 node_modules/math-intrinsics/floor.d.ts create mode 100644 node_modules/math-intrinsics/floor.js create mode 100644 node_modules/math-intrinsics/isFinite.d.ts create mode 100644 node_modules/math-intrinsics/isFinite.js create mode 100644 node_modules/math-intrinsics/isInteger.d.ts create mode 100644 node_modules/math-intrinsics/isInteger.js create mode 100644 node_modules/math-intrinsics/isNaN.d.ts create mode 100644 node_modules/math-intrinsics/isNaN.js create mode 100644 node_modules/math-intrinsics/isNegativeZero.d.ts create mode 100644 node_modules/math-intrinsics/isNegativeZero.js create mode 100644 node_modules/math-intrinsics/max.d.ts create mode 100644 node_modules/math-intrinsics/max.js create mode 100644 node_modules/math-intrinsics/min.d.ts create mode 100644 node_modules/math-intrinsics/min.js create mode 100644 node_modules/math-intrinsics/mod.d.ts create mode 100644 node_modules/math-intrinsics/mod.js create mode 100644 node_modules/math-intrinsics/package.json create mode 100644 node_modules/math-intrinsics/pow.d.ts create mode 100644 node_modules/math-intrinsics/pow.js create mode 100644 node_modules/math-intrinsics/round.d.ts create mode 100644 node_modules/math-intrinsics/round.js create mode 100644 node_modules/math-intrinsics/sign.d.ts create mode 100644 node_modules/math-intrinsics/sign.js create mode 100644 node_modules/math-intrinsics/test/index.js create mode 100644 node_modules/math-intrinsics/tsconfig.json create mode 100644 node_modules/matrix-bot-sdk/LICENSE create mode 100644 node_modules/matrix-bot-sdk/README.md create mode 100644 node_modules/matrix-bot-sdk/lib/AdminApis.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/AdminApis.js create mode 100644 node_modules/matrix-bot-sdk/lib/AdminApis.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/DMs.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/DMs.js create mode 100644 node_modules/matrix-bot-sdk/lib/DMs.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/IFilter.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/IFilter.js create mode 100644 node_modules/matrix-bot-sdk/lib/IFilter.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/MatrixAuth.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/MatrixAuth.js create mode 100644 node_modules/matrix-bot-sdk/lib/MatrixAuth.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/MatrixClient.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/MatrixClient.js create mode 100644 node_modules/matrix-bot-sdk/lib/MatrixClient.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/PantalaimonClient.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/PantalaimonClient.js create mode 100644 node_modules/matrix-bot-sdk/lib/PantalaimonClient.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/SynapseAdminApis.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/SynapseAdminApis.js create mode 100644 node_modules/matrix-bot-sdk/lib/SynapseAdminApis.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/SynchronousMatrixClient.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/SynchronousMatrixClient.js create mode 100644 node_modules/matrix-bot-sdk/lib/SynchronousMatrixClient.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/UnstableApis.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/UnstableApis.js create mode 100644 node_modules/matrix-bot-sdk/lib/UnstableApis.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/appservice/Appservice.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/appservice/Appservice.js create mode 100644 node_modules/matrix-bot-sdk/lib/appservice/Appservice.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/appservice/Intent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/appservice/Intent.js create mode 100644 node_modules/matrix-bot-sdk/lib/appservice/Intent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/appservice/MatrixBridge.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/appservice/MatrixBridge.js create mode 100644 node_modules/matrix-bot-sdk/lib/appservice/MatrixBridge.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/appservice/UnstableAppserviceApis.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/appservice/UnstableAppserviceApis.js create mode 100644 node_modules/matrix-bot-sdk/lib/appservice/UnstableAppserviceApis.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/appservice/http_responses.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/appservice/http_responses.js create mode 100644 node_modules/matrix-bot-sdk/lib/appservice/http_responses.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/b64.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/b64.js create mode 100644 node_modules/matrix-bot-sdk/lib/b64.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/CryptoClient.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/CryptoClient.js create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/CryptoClient.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/DeviceTracker.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/DeviceTracker.js create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/ICryptoRoomInformation.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/ICryptoRoomInformation.js create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/ICryptoRoomInformation.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/InternalOlmMachineFactory.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/InternalOlmMachineFactory.js create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/RoomTracker.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/RoomTracker.js create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/RoomTracker.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/RustEngine.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/RustEngine.js create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/RustEngine.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/SdkOlmEngine.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/SdkOlmEngine.js create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/decorators.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/decorators.js create mode 100644 node_modules/matrix-bot-sdk/lib/e2ee/decorators.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/MatrixEntity.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/MatrixEntity.js create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/MatrixEntity.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/MatrixGlob.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/MatrixGlob.js create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/MatrixGlob.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/MentionPill.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/MentionPill.js create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/MentionPill.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/Permalinks.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/Permalinks.js create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/Permalinks.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/ProfileCache.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/ProfileCache.js create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/ProfileCache.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/RichReply.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/RichReply.js create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/RichReply.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/UnpaddedBase64.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/UnpaddedBase64.js create mode 100644 node_modules/matrix-bot-sdk/lib/helpers/UnpaddedBase64.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/http.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/http.js create mode 100644 node_modules/matrix-bot-sdk/lib/http.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/identity/IdentityClient.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/identity/IdentityClient.js create mode 100644 node_modules/matrix-bot-sdk/lib/identity/IdentityClient.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/index.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/index.js create mode 100644 node_modules/matrix-bot-sdk/lib/index.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/logging/ConsoleLogger.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/logging/ConsoleLogger.js create mode 100644 node_modules/matrix-bot-sdk/lib/logging/ConsoleLogger.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/logging/ILogger.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/logging/ILogger.js create mode 100644 node_modules/matrix-bot-sdk/lib/logging/ILogger.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/logging/LogService.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/logging/LogService.js create mode 100644 node_modules/matrix-bot-sdk/lib/logging/LogService.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/logging/RichConsoleLogger.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/logging/RichConsoleLogger.js create mode 100644 node_modules/matrix-bot-sdk/lib/logging/RichConsoleLogger.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/metrics/IMetricListener.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/metrics/IMetricListener.js create mode 100644 node_modules/matrix-bot-sdk/lib/metrics/IMetricListener.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/metrics/Metrics.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/metrics/Metrics.js create mode 100644 node_modules/matrix-bot-sdk/lib/metrics/Metrics.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/metrics/contexts.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/metrics/contexts.js create mode 100644 node_modules/matrix-bot-sdk/lib/metrics/contexts.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/metrics/decorators.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/metrics/decorators.js create mode 100644 node_modules/matrix-bot-sdk/lib/metrics/decorators.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/metrics/names.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/metrics/names.js create mode 100644 node_modules/matrix-bot-sdk/lib/metrics/names.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/mixins/AutojoinRoomsMixin.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/mixins/AutojoinRoomsMixin.js create mode 100644 node_modules/matrix-bot-sdk/lib/mixins/AutojoinRoomsMixin.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/mixins/AutojoinUpgradedRoomsMixin.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/mixins/AutojoinUpgradedRoomsMixin.js create mode 100644 node_modules/matrix-bot-sdk/lib/mixins/AutojoinUpgradedRoomsMixin.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/Account.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/Account.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/Account.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/CreateRoom.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/CreateRoom.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/CreateRoom.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/Crypto.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/Crypto.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/Crypto.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/EventContext.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/EventContext.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/EventContext.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/IdentityServerModels.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/IdentityServerModels.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/IdentityServerModels.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/MSC2176.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/MSC2176.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/MSC2176.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/MatrixError.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/MatrixError.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/MatrixError.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/MatrixProfile.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/MatrixProfile.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/MatrixProfile.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/OpenIDConnect.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/OpenIDConnect.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/OpenIDConnect.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/Policies.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/Policies.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/Policies.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/PowerLevelAction.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/PowerLevelAction.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/PowerLevelAction.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/PowerLevelBounds.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/PowerLevelBounds.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/PowerLevelBounds.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/Presence.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/Presence.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/Presence.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/ServerVersions.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/ServerVersions.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/ServerVersions.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/Spaces.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/Spaces.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/Spaces.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/Threepid.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/Threepid.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/Threepid.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/AliasesEvent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/AliasesEvent.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/AliasesEvent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/CanonicalAliasEvent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/CanonicalAliasEvent.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/CanonicalAliasEvent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/CreateEvent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/CreateEvent.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/CreateEvent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/EncryptedRoomEvent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/EncryptedRoomEvent.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/EncryptedRoomEvent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/EncryptionEvent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/EncryptionEvent.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/EncryptionEvent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/Event.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/Event.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/Event.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/EventKind.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/EventKind.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/EventKind.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/InvalidEventError.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/InvalidEventError.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/InvalidEventError.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/JoinRulesEvent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/JoinRulesEvent.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/JoinRulesEvent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/MembershipEvent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/MembershipEvent.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/MembershipEvent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/MessageEvent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/MessageEvent.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/MessageEvent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/PinnedEventsEvent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/PinnedEventsEvent.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/PinnedEventsEvent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/PowerLevelsEvent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/PowerLevelsEvent.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/PowerLevelsEvent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/PresenceEvent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/PresenceEvent.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/PresenceEvent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/RedactionEvent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/RedactionEvent.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/RedactionEvent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/RoomAvatarEvent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/RoomAvatarEvent.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/RoomAvatarEvent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/RoomEvent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/RoomEvent.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/RoomEvent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/RoomNameEvent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/RoomNameEvent.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/RoomNameEvent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/RoomTopicEvent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/RoomTopicEvent.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/RoomTopicEvent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/SpaceChildEvent.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/SpaceChildEvent.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/SpaceChildEvent.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/converter.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/converter.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/events/converter.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/models/unstable/MediaInfo.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/models/unstable/MediaInfo.js create mode 100644 node_modules/matrix-bot-sdk/lib/models/unstable/MediaInfo.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/preprocessors/IPreprocessor.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/preprocessors/IPreprocessor.js create mode 100644 node_modules/matrix-bot-sdk/lib/preprocessors/IPreprocessor.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/preprocessors/RichRepliesPreprocessor.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/preprocessors/RichRepliesPreprocessor.js create mode 100644 node_modules/matrix-bot-sdk/lib/preprocessors/RichRepliesPreprocessor.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/request.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/request.js create mode 100644 node_modules/matrix-bot-sdk/lib/request.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/simple-validation.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/simple-validation.js create mode 100644 node_modules/matrix-bot-sdk/lib/simple-validation.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/storage/IAppserviceStorageProvider.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/storage/IAppserviceStorageProvider.js create mode 100644 node_modules/matrix-bot-sdk/lib/storage/IAppserviceStorageProvider.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/storage/ICryptoStorageProvider.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/storage/ICryptoStorageProvider.js create mode 100644 node_modules/matrix-bot-sdk/lib/storage/ICryptoStorageProvider.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/storage/IStorageProvider.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/storage/IStorageProvider.js create mode 100644 node_modules/matrix-bot-sdk/lib/storage/IStorageProvider.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/storage/MemoryStorageProvider.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/storage/MemoryStorageProvider.js create mode 100644 node_modules/matrix-bot-sdk/lib/storage/MemoryStorageProvider.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/storage/RustSdkCryptoStorageProvider.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/storage/RustSdkCryptoStorageProvider.js create mode 100644 node_modules/matrix-bot-sdk/lib/storage/RustSdkCryptoStorageProvider.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/storage/SimpleFsStorageProvider.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/storage/SimpleFsStorageProvider.js create mode 100644 node_modules/matrix-bot-sdk/lib/storage/SimpleFsStorageProvider.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/storage/SimplePostgresStorageProvider.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/storage/SimplePostgresStorageProvider.js create mode 100644 node_modules/matrix-bot-sdk/lib/storage/SimplePostgresStorageProvider.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/storage/SqliteCryptoStorageProvider.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/storage/SqliteCryptoStorageProvider.js create mode 100644 node_modules/matrix-bot-sdk/lib/strategies/AppserviceJoinRoomStrategy.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/strategies/AppserviceJoinRoomStrategy.js create mode 100644 node_modules/matrix-bot-sdk/lib/strategies/AppserviceJoinRoomStrategy.js.map create mode 100644 node_modules/matrix-bot-sdk/lib/strategies/JoinRoomStrategy.d.ts create mode 100644 node_modules/matrix-bot-sdk/lib/strategies/JoinRoomStrategy.js create mode 100644 node_modules/matrix-bot-sdk/lib/strategies/JoinRoomStrategy.js.map create mode 100644 node_modules/matrix-bot-sdk/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/.prettierignore create mode 100644 node_modules/matrix-bot-sdk/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/.prettierrc.js create mode 100644 node_modules/matrix-bot-sdk/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/CHANGELOG.md create mode 100644 node_modules/matrix-bot-sdk/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/README.md create mode 100644 node_modules/matrix-bot-sdk/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/download-lib.js create mode 100644 node_modules/matrix-bot-sdk/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/index.d.ts create mode 100644 node_modules/matrix-bot-sdk/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/index.js create mode 100644 node_modules/matrix-bot-sdk/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/matrix-sdk-crypto.linux-x64-gnu.node create mode 100644 node_modules/matrix-bot-sdk/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/package.json create mode 100644 node_modules/matrix-bot-sdk/node_modules/agent-base/README.md create mode 100644 node_modules/matrix-bot-sdk/node_modules/agent-base/dist/src/index.d.ts create mode 100644 node_modules/matrix-bot-sdk/node_modules/agent-base/dist/src/index.js create mode 100644 node_modules/matrix-bot-sdk/node_modules/agent-base/dist/src/index.js.map create mode 100644 node_modules/matrix-bot-sdk/node_modules/agent-base/dist/src/promisify.d.ts create mode 100644 node_modules/matrix-bot-sdk/node_modules/agent-base/dist/src/promisify.js create mode 100644 node_modules/matrix-bot-sdk/node_modules/agent-base/dist/src/promisify.js.map create mode 100644 node_modules/matrix-bot-sdk/node_modules/agent-base/package.json create mode 100644 node_modules/matrix-bot-sdk/node_modules/agent-base/src/index.ts create mode 100644 node_modules/matrix-bot-sdk/node_modules/agent-base/src/promisify.ts create mode 100644 node_modules/matrix-bot-sdk/node_modules/debug/LICENSE create mode 100644 node_modules/matrix-bot-sdk/node_modules/debug/README.md create mode 100644 node_modules/matrix-bot-sdk/node_modules/debug/package.json create mode 100644 node_modules/matrix-bot-sdk/node_modules/debug/src/browser.js create mode 100644 node_modules/matrix-bot-sdk/node_modules/debug/src/common.js create mode 100644 node_modules/matrix-bot-sdk/node_modules/debug/src/index.js create mode 100644 node_modules/matrix-bot-sdk/node_modules/debug/src/node.js create mode 100644 node_modules/matrix-bot-sdk/node_modules/https-proxy-agent/README.md create mode 100644 node_modules/matrix-bot-sdk/node_modules/https-proxy-agent/dist/agent.d.ts create mode 100644 node_modules/matrix-bot-sdk/node_modules/https-proxy-agent/dist/agent.js create mode 100644 node_modules/matrix-bot-sdk/node_modules/https-proxy-agent/dist/agent.js.map create mode 100644 node_modules/matrix-bot-sdk/node_modules/https-proxy-agent/dist/index.d.ts create mode 100644 node_modules/matrix-bot-sdk/node_modules/https-proxy-agent/dist/index.js create mode 100644 node_modules/matrix-bot-sdk/node_modules/https-proxy-agent/dist/index.js.map create mode 100644 node_modules/matrix-bot-sdk/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts create mode 100644 node_modules/matrix-bot-sdk/node_modules/https-proxy-agent/dist/parse-proxy-response.js create mode 100644 node_modules/matrix-bot-sdk/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map create mode 100644 node_modules/matrix-bot-sdk/node_modules/https-proxy-agent/package.json create mode 100644 node_modules/matrix-bot-sdk/node_modules/ms/index.js create mode 100644 node_modules/matrix-bot-sdk/node_modules/ms/license.md create mode 100644 node_modules/matrix-bot-sdk/node_modules/ms/package.json create mode 100644 node_modules/matrix-bot-sdk/node_modules/ms/readme.md create mode 100644 node_modules/matrix-bot-sdk/package.json create mode 100644 node_modules/matrix-bot-sdk/src/AdminApis.ts create mode 100644 node_modules/matrix-bot-sdk/src/DMs.ts create mode 100644 node_modules/matrix-bot-sdk/src/IFilter.ts create mode 100644 node_modules/matrix-bot-sdk/src/MatrixAuth.ts create mode 100644 node_modules/matrix-bot-sdk/src/MatrixClient.ts create mode 100644 node_modules/matrix-bot-sdk/src/PantalaimonClient.ts create mode 100644 node_modules/matrix-bot-sdk/src/SynapseAdminApis.ts create mode 100644 node_modules/matrix-bot-sdk/src/SynchronousMatrixClient.ts create mode 100644 node_modules/matrix-bot-sdk/src/UnstableApis.ts create mode 100644 node_modules/matrix-bot-sdk/src/appservice/Appservice.ts create mode 100644 node_modules/matrix-bot-sdk/src/appservice/Intent.ts create mode 100644 node_modules/matrix-bot-sdk/src/appservice/MatrixBridge.ts create mode 100644 node_modules/matrix-bot-sdk/src/appservice/UnstableAppserviceApis.ts create mode 100644 node_modules/matrix-bot-sdk/src/appservice/http_responses.ts create mode 100644 node_modules/matrix-bot-sdk/src/b64.ts create mode 100644 node_modules/matrix-bot-sdk/src/e2ee/CryptoClient.ts create mode 100644 node_modules/matrix-bot-sdk/src/e2ee/ICryptoRoomInformation.ts create mode 100644 node_modules/matrix-bot-sdk/src/e2ee/RoomTracker.ts create mode 100644 node_modules/matrix-bot-sdk/src/e2ee/RustEngine.ts create mode 100644 node_modules/matrix-bot-sdk/src/e2ee/decorators.ts create mode 100644 node_modules/matrix-bot-sdk/src/helpers/MatrixEntity.ts create mode 100644 node_modules/matrix-bot-sdk/src/helpers/MatrixGlob.ts create mode 100644 node_modules/matrix-bot-sdk/src/helpers/MentionPill.ts create mode 100644 node_modules/matrix-bot-sdk/src/helpers/Permalinks.ts create mode 100644 node_modules/matrix-bot-sdk/src/helpers/ProfileCache.ts create mode 100644 node_modules/matrix-bot-sdk/src/helpers/RichReply.ts create mode 100644 node_modules/matrix-bot-sdk/src/helpers/UnpaddedBase64.ts create mode 100644 node_modules/matrix-bot-sdk/src/http.ts create mode 100644 node_modules/matrix-bot-sdk/src/identity/IdentityClient.ts create mode 100644 node_modules/matrix-bot-sdk/src/index.ts create mode 100644 node_modules/matrix-bot-sdk/src/logging/ConsoleLogger.ts create mode 100644 node_modules/matrix-bot-sdk/src/logging/ILogger.ts create mode 100644 node_modules/matrix-bot-sdk/src/logging/LogService.ts create mode 100644 node_modules/matrix-bot-sdk/src/logging/RichConsoleLogger.ts create mode 100644 node_modules/matrix-bot-sdk/src/metrics/IMetricListener.ts create mode 100644 node_modules/matrix-bot-sdk/src/metrics/Metrics.ts create mode 100644 node_modules/matrix-bot-sdk/src/metrics/contexts.ts create mode 100644 node_modules/matrix-bot-sdk/src/metrics/decorators.ts create mode 100644 node_modules/matrix-bot-sdk/src/metrics/names.ts create mode 100644 node_modules/matrix-bot-sdk/src/mixins/AutojoinRoomsMixin.ts create mode 100644 node_modules/matrix-bot-sdk/src/mixins/AutojoinUpgradedRoomsMixin.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/Account.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/CreateRoom.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/Crypto.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/EventContext.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/IdentityServerModels.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/MSC2176.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/MatrixError.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/MatrixProfile.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/OpenIDConnect.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/Policies.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/PowerLevelAction.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/PowerLevelBounds.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/Presence.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/ServerVersions.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/Spaces.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/Threepid.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/AliasesEvent.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/CanonicalAliasEvent.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/CreateEvent.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/EncryptedRoomEvent.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/EncryptionEvent.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/Event.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/EventKind.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/InvalidEventError.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/JoinRulesEvent.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/MembershipEvent.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/MessageEvent.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/PinnedEventsEvent.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/PowerLevelsEvent.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/PresenceEvent.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/RedactionEvent.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/RoomAvatarEvent.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/RoomEvent.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/RoomNameEvent.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/RoomTopicEvent.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/SpaceChildEvent.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/events/_MissingEvents.md create mode 100644 node_modules/matrix-bot-sdk/src/models/events/converter.ts create mode 100644 node_modules/matrix-bot-sdk/src/models/unstable/MediaInfo.ts create mode 100644 node_modules/matrix-bot-sdk/src/preprocessors/IPreprocessor.ts create mode 100644 node_modules/matrix-bot-sdk/src/preprocessors/RichRepliesPreprocessor.ts create mode 100644 node_modules/matrix-bot-sdk/src/request.ts create mode 100644 node_modules/matrix-bot-sdk/src/simple-validation.ts create mode 100644 node_modules/matrix-bot-sdk/src/storage/IAppserviceStorageProvider.ts create mode 100644 node_modules/matrix-bot-sdk/src/storage/ICryptoStorageProvider.ts create mode 100644 node_modules/matrix-bot-sdk/src/storage/IStorageProvider.ts create mode 100644 node_modules/matrix-bot-sdk/src/storage/MemoryStorageProvider.ts create mode 100644 node_modules/matrix-bot-sdk/src/storage/RustSdkCryptoStorageProvider.ts create mode 100644 node_modules/matrix-bot-sdk/src/storage/SimpleFsStorageProvider.ts create mode 100644 node_modules/matrix-bot-sdk/src/storage/SimplePostgresStorageProvider.ts create mode 100644 node_modules/matrix-bot-sdk/src/strategies/AppserviceJoinRoomStrategy.ts create mode 100644 node_modules/matrix-bot-sdk/src/strategies/JoinRoomStrategy.ts create mode 100644 node_modules/matrix-bot-sdk/tsconfig.json create mode 100644 node_modules/media-typer/HISTORY.md create mode 100644 node_modules/media-typer/LICENSE create mode 100644 node_modules/media-typer/README.md create mode 100644 node_modules/media-typer/index.js create mode 100644 node_modules/media-typer/package.json create mode 100644 node_modules/merge-descriptors/HISTORY.md create mode 100644 node_modules/merge-descriptors/LICENSE create mode 100644 node_modules/merge-descriptors/README.md create mode 100644 node_modules/merge-descriptors/index.js create mode 100644 node_modules/merge-descriptors/package.json create mode 100644 node_modules/methods/HISTORY.md create mode 100644 node_modules/methods/LICENSE create mode 100644 node_modules/methods/README.md create mode 100644 node_modules/methods/index.js create mode 100644 node_modules/methods/package.json create mode 100644 node_modules/mime-db/HISTORY.md create mode 100644 node_modules/mime-db/LICENSE create mode 100644 node_modules/mime-db/README.md create mode 100644 node_modules/mime-db/db.json create mode 100644 node_modules/mime-db/index.js create mode 100644 node_modules/mime-db/package.json create mode 100644 node_modules/mime-types/HISTORY.md create mode 100644 node_modules/mime-types/LICENSE create mode 100644 node_modules/mime-types/README.md create mode 100644 node_modules/mime-types/index.js create mode 100644 node_modules/mime-types/package.json create mode 100644 node_modules/mime/.npmignore create mode 100644 node_modules/mime/CHANGELOG.md create mode 100644 node_modules/mime/LICENSE create mode 100644 node_modules/mime/README.md create mode 100755 node_modules/mime/cli.js create mode 100644 node_modules/mime/mime.js create mode 100644 node_modules/mime/package.json create mode 100755 node_modules/mime/src/build.js create mode 100644 node_modules/mime/src/test.js create mode 100644 node_modules/mime/types.json create mode 100644 node_modules/minimalistic-assert/LICENSE create mode 100644 node_modules/minimalistic-assert/index.js create mode 100644 node_modules/minimalistic-assert/package.json create mode 100644 node_modules/minimalistic-assert/readme.md create mode 100644 node_modules/minimist/.eslintrc create mode 100644 node_modules/minimist/.github/FUNDING.yml create mode 100644 node_modules/minimist/.nycrc create mode 100644 node_modules/minimist/CHANGELOG.md create mode 100644 node_modules/minimist/LICENSE create mode 100644 node_modules/minimist/README.md create mode 100644 node_modules/minimist/example/parse.js create mode 100644 node_modules/minimist/index.js create mode 100644 node_modules/minimist/package.json create mode 100644 node_modules/minimist/test/all_bool.js create mode 100644 node_modules/minimist/test/bool.js create mode 100644 node_modules/minimist/test/dash.js create mode 100644 node_modules/minimist/test/default_bool.js create mode 100644 node_modules/minimist/test/dotted.js create mode 100644 node_modules/minimist/test/kv_short.js create mode 100644 node_modules/minimist/test/long.js create mode 100644 node_modules/minimist/test/num.js create mode 100644 node_modules/minimist/test/parse.js create mode 100644 node_modules/minimist/test/parse_modified.js create mode 100644 node_modules/minimist/test/proto.js create mode 100644 node_modules/minimist/test/short.js create mode 100644 node_modules/minimist/test/stop_early.js create mode 100644 node_modules/minimist/test/unknown.js create mode 100644 node_modules/minimist/test/whitespace.js create mode 100644 node_modules/mkdirp/LICENSE create mode 100644 node_modules/mkdirp/dist/cjs/package.json create mode 100644 node_modules/mkdirp/dist/cjs/src/bin.d.ts create mode 100644 node_modules/mkdirp/dist/cjs/src/bin.d.ts.map create mode 100755 node_modules/mkdirp/dist/cjs/src/bin.js create mode 100644 node_modules/mkdirp/dist/cjs/src/bin.js.map create mode 100644 node_modules/mkdirp/dist/cjs/src/find-made.d.ts create mode 100644 node_modules/mkdirp/dist/cjs/src/find-made.d.ts.map create mode 100644 node_modules/mkdirp/dist/cjs/src/find-made.js create mode 100644 node_modules/mkdirp/dist/cjs/src/find-made.js.map create mode 100644 node_modules/mkdirp/dist/cjs/src/index.d.ts create mode 100644 node_modules/mkdirp/dist/cjs/src/index.d.ts.map create mode 100644 node_modules/mkdirp/dist/cjs/src/index.js create mode 100644 node_modules/mkdirp/dist/cjs/src/index.js.map create mode 100644 node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts create mode 100644 node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts.map create mode 100644 node_modules/mkdirp/dist/cjs/src/mkdirp-manual.js create mode 100644 node_modules/mkdirp/dist/cjs/src/mkdirp-manual.js.map create mode 100644 node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts create mode 100644 node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts.map create mode 100644 node_modules/mkdirp/dist/cjs/src/mkdirp-native.js create mode 100644 node_modules/mkdirp/dist/cjs/src/mkdirp-native.js.map create mode 100644 node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts create mode 100644 node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts.map create mode 100644 node_modules/mkdirp/dist/cjs/src/opts-arg.js create mode 100644 node_modules/mkdirp/dist/cjs/src/opts-arg.js.map create mode 100644 node_modules/mkdirp/dist/cjs/src/path-arg.d.ts create mode 100644 node_modules/mkdirp/dist/cjs/src/path-arg.d.ts.map create mode 100644 node_modules/mkdirp/dist/cjs/src/path-arg.js create mode 100644 node_modules/mkdirp/dist/cjs/src/path-arg.js.map create mode 100644 node_modules/mkdirp/dist/cjs/src/use-native.d.ts create mode 100644 node_modules/mkdirp/dist/cjs/src/use-native.d.ts.map create mode 100644 node_modules/mkdirp/dist/cjs/src/use-native.js create mode 100644 node_modules/mkdirp/dist/cjs/src/use-native.js.map create mode 100644 node_modules/mkdirp/dist/mjs/find-made.d.ts create mode 100644 node_modules/mkdirp/dist/mjs/find-made.d.ts.map create mode 100644 node_modules/mkdirp/dist/mjs/find-made.js create mode 100644 node_modules/mkdirp/dist/mjs/find-made.js.map create mode 100644 node_modules/mkdirp/dist/mjs/index.d.ts create mode 100644 node_modules/mkdirp/dist/mjs/index.d.ts.map create mode 100644 node_modules/mkdirp/dist/mjs/index.js create mode 100644 node_modules/mkdirp/dist/mjs/index.js.map create mode 100644 node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts create mode 100644 node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts.map create mode 100644 node_modules/mkdirp/dist/mjs/mkdirp-manual.js create mode 100644 node_modules/mkdirp/dist/mjs/mkdirp-manual.js.map create mode 100644 node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts create mode 100644 node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts.map create mode 100644 node_modules/mkdirp/dist/mjs/mkdirp-native.js create mode 100644 node_modules/mkdirp/dist/mjs/mkdirp-native.js.map create mode 100644 node_modules/mkdirp/dist/mjs/opts-arg.d.ts create mode 100644 node_modules/mkdirp/dist/mjs/opts-arg.d.ts.map create mode 100644 node_modules/mkdirp/dist/mjs/opts-arg.js create mode 100644 node_modules/mkdirp/dist/mjs/opts-arg.js.map create mode 100644 node_modules/mkdirp/dist/mjs/package.json create mode 100644 node_modules/mkdirp/dist/mjs/path-arg.d.ts create mode 100644 node_modules/mkdirp/dist/mjs/path-arg.d.ts.map create mode 100644 node_modules/mkdirp/dist/mjs/path-arg.js create mode 100644 node_modules/mkdirp/dist/mjs/path-arg.js.map create mode 100644 node_modules/mkdirp/dist/mjs/use-native.d.ts create mode 100644 node_modules/mkdirp/dist/mjs/use-native.d.ts.map create mode 100644 node_modules/mkdirp/dist/mjs/use-native.js create mode 100644 node_modules/mkdirp/dist/mjs/use-native.js.map create mode 100644 node_modules/mkdirp/package.json create mode 100644 node_modules/mkdirp/readme.markdown create mode 100644 node_modules/morgan/HISTORY.md create mode 100644 node_modules/morgan/LICENSE create mode 100644 node_modules/morgan/README.md create mode 100644 node_modules/morgan/index.js create mode 100644 node_modules/morgan/node_modules/on-finished/HISTORY.md create mode 100644 node_modules/morgan/node_modules/on-finished/LICENSE create mode 100644 node_modules/morgan/node_modules/on-finished/README.md create mode 100644 node_modules/morgan/node_modules/on-finished/index.js create mode 100644 node_modules/morgan/node_modules/on-finished/package.json create mode 100644 node_modules/morgan/package.json create mode 100644 node_modules/mqtt-packet/.github/workflows/ci.yml create mode 100644 node_modules/mqtt-packet/CONTRIBUTING.md create mode 100644 node_modules/mqtt-packet/LICENSE.md create mode 100644 node_modules/mqtt-packet/README.md create mode 100644 node_modules/mqtt-packet/benchmarks/generate.js create mode 100644 node_modules/mqtt-packet/benchmarks/generateNet.js create mode 100644 node_modules/mqtt-packet/benchmarks/parse.js create mode 100644 node_modules/mqtt-packet/benchmarks/writeToStream.js create mode 100644 node_modules/mqtt-packet/constants.js create mode 100644 node_modules/mqtt-packet/generate.js create mode 100644 node_modules/mqtt-packet/mqtt.js create mode 100644 node_modules/mqtt-packet/node_modules/debug/LICENSE create mode 100644 node_modules/mqtt-packet/node_modules/debug/README.md create mode 100644 node_modules/mqtt-packet/node_modules/debug/package.json create mode 100644 node_modules/mqtt-packet/node_modules/debug/src/browser.js create mode 100644 node_modules/mqtt-packet/node_modules/debug/src/common.js create mode 100644 node_modules/mqtt-packet/node_modules/debug/src/index.js create mode 100644 node_modules/mqtt-packet/node_modules/debug/src/node.js create mode 100644 node_modules/mqtt-packet/node_modules/ms/index.js create mode 100644 node_modules/mqtt-packet/node_modules/ms/license.md create mode 100644 node_modules/mqtt-packet/node_modules/ms/package.json create mode 100644 node_modules/mqtt-packet/node_modules/ms/readme.md create mode 100644 node_modules/mqtt-packet/numbers.js create mode 100644 node_modules/mqtt-packet/package.json create mode 100644 node_modules/mqtt-packet/packet.js create mode 100644 node_modules/mqtt-packet/parser.js create mode 100644 node_modules/mqtt-packet/test.js create mode 100644 node_modules/mqtt-packet/testRandom.js create mode 100644 node_modules/mqtt-packet/types/index.d.ts create mode 100644 node_modules/mqtt-packet/writeToStream.js create mode 100644 node_modules/mqtt/CONTRIBUTING.md create mode 100644 node_modules/mqtt/LICENSE.md create mode 100644 node_modules/mqtt/README.md create mode 100644 node_modules/mqtt/build/bin/mqtt.d.ts create mode 100755 node_modules/mqtt/build/bin/mqtt.js create mode 100644 node_modules/mqtt/build/bin/mqtt.js.map create mode 100644 node_modules/mqtt/build/bin/pub.d.ts create mode 100755 node_modules/mqtt/build/bin/pub.js create mode 100644 node_modules/mqtt/build/bin/pub.js.map create mode 100644 node_modules/mqtt/build/bin/sub.d.ts create mode 100755 node_modules/mqtt/build/bin/sub.js create mode 100644 node_modules/mqtt/build/bin/sub.js.map create mode 100644 node_modules/mqtt/build/index.d.ts create mode 100644 node_modules/mqtt/build/index.js create mode 100644 node_modules/mqtt/build/index.js.map create mode 100644 node_modules/mqtt/build/lib/BufferedDuplex.d.ts create mode 100644 node_modules/mqtt/build/lib/BufferedDuplex.js create mode 100644 node_modules/mqtt/build/lib/BufferedDuplex.js.map create mode 100644 node_modules/mqtt/build/lib/KeepaliveManager.d.ts create mode 100644 node_modules/mqtt/build/lib/KeepaliveManager.js create mode 100644 node_modules/mqtt/build/lib/KeepaliveManager.js.map create mode 100644 node_modules/mqtt/build/lib/TypedEmitter.d.ts create mode 100644 node_modules/mqtt/build/lib/TypedEmitter.js create mode 100644 node_modules/mqtt/build/lib/TypedEmitter.js.map create mode 100644 node_modules/mqtt/build/lib/client.d.ts create mode 100644 node_modules/mqtt/build/lib/client.js create mode 100644 node_modules/mqtt/build/lib/client.js.map create mode 100644 node_modules/mqtt/build/lib/connect/ali.d.ts create mode 100644 node_modules/mqtt/build/lib/connect/ali.js create mode 100644 node_modules/mqtt/build/lib/connect/ali.js.map create mode 100644 node_modules/mqtt/build/lib/connect/index.d.ts create mode 100644 node_modules/mqtt/build/lib/connect/index.js create mode 100644 node_modules/mqtt/build/lib/connect/index.js.map create mode 100644 node_modules/mqtt/build/lib/connect/socks.d.ts create mode 100644 node_modules/mqtt/build/lib/connect/socks.js create mode 100644 node_modules/mqtt/build/lib/connect/socks.js.map create mode 100644 node_modules/mqtt/build/lib/connect/tcp.d.ts create mode 100644 node_modules/mqtt/build/lib/connect/tcp.js create mode 100644 node_modules/mqtt/build/lib/connect/tcp.js.map create mode 100644 node_modules/mqtt/build/lib/connect/tls.d.ts create mode 100644 node_modules/mqtt/build/lib/connect/tls.js create mode 100644 node_modules/mqtt/build/lib/connect/tls.js.map create mode 100644 node_modules/mqtt/build/lib/connect/ws.d.ts create mode 100644 node_modules/mqtt/build/lib/connect/ws.js create mode 100644 node_modules/mqtt/build/lib/connect/ws.js.map create mode 100644 node_modules/mqtt/build/lib/connect/wx.d.ts create mode 100644 node_modules/mqtt/build/lib/connect/wx.js create mode 100644 node_modules/mqtt/build/lib/connect/wx.js.map create mode 100644 node_modules/mqtt/build/lib/default-message-id-provider.d.ts create mode 100644 node_modules/mqtt/build/lib/default-message-id-provider.js create mode 100644 node_modules/mqtt/build/lib/default-message-id-provider.js.map create mode 100644 node_modules/mqtt/build/lib/get-timer.d.ts create mode 100644 node_modules/mqtt/build/lib/get-timer.js create mode 100644 node_modules/mqtt/build/lib/get-timer.js.map create mode 100644 node_modules/mqtt/build/lib/handlers/ack.d.ts create mode 100644 node_modules/mqtt/build/lib/handlers/ack.js create mode 100644 node_modules/mqtt/build/lib/handlers/ack.js.map create mode 100644 node_modules/mqtt/build/lib/handlers/auth.d.ts create mode 100644 node_modules/mqtt/build/lib/handlers/auth.js create mode 100644 node_modules/mqtt/build/lib/handlers/auth.js.map create mode 100644 node_modules/mqtt/build/lib/handlers/connack.d.ts create mode 100644 node_modules/mqtt/build/lib/handlers/connack.js create mode 100644 node_modules/mqtt/build/lib/handlers/connack.js.map create mode 100644 node_modules/mqtt/build/lib/handlers/index.d.ts create mode 100644 node_modules/mqtt/build/lib/handlers/index.js create mode 100644 node_modules/mqtt/build/lib/handlers/index.js.map create mode 100644 node_modules/mqtt/build/lib/handlers/publish.d.ts create mode 100644 node_modules/mqtt/build/lib/handlers/publish.js create mode 100644 node_modules/mqtt/build/lib/handlers/publish.js.map create mode 100644 node_modules/mqtt/build/lib/handlers/pubrel.d.ts create mode 100644 node_modules/mqtt/build/lib/handlers/pubrel.js create mode 100644 node_modules/mqtt/build/lib/handlers/pubrel.js.map create mode 100644 node_modules/mqtt/build/lib/is-browser.d.ts create mode 100644 node_modules/mqtt/build/lib/is-browser.js create mode 100644 node_modules/mqtt/build/lib/is-browser.js.map create mode 100644 node_modules/mqtt/build/lib/shared.d.ts create mode 100644 node_modules/mqtt/build/lib/shared.js create mode 100644 node_modules/mqtt/build/lib/shared.js.map create mode 100644 node_modules/mqtt/build/lib/store.d.ts create mode 100644 node_modules/mqtt/build/lib/store.js create mode 100644 node_modules/mqtt/build/lib/store.js.map create mode 100644 node_modules/mqtt/build/lib/topic-alias-recv.d.ts create mode 100644 node_modules/mqtt/build/lib/topic-alias-recv.js create mode 100644 node_modules/mqtt/build/lib/topic-alias-recv.js.map create mode 100644 node_modules/mqtt/build/lib/topic-alias-send.d.ts create mode 100644 node_modules/mqtt/build/lib/topic-alias-send.js create mode 100644 node_modules/mqtt/build/lib/topic-alias-send.js.map create mode 100644 node_modules/mqtt/build/lib/unique-message-id-provider.d.ts create mode 100644 node_modules/mqtt/build/lib/unique-message-id-provider.js create mode 100644 node_modules/mqtt/build/lib/unique-message-id-provider.js.map create mode 100644 node_modules/mqtt/build/lib/validations.d.ts create mode 100644 node_modules/mqtt/build/lib/validations.js create mode 100644 node_modules/mqtt/build/lib/validations.js.map create mode 100644 node_modules/mqtt/build/mqtt.d.ts create mode 100644 node_modules/mqtt/build/mqtt.js create mode 100644 node_modules/mqtt/build/mqtt.js.map create mode 100644 node_modules/mqtt/build/tsconfig.build.tsbuildinfo create mode 100644 node_modules/mqtt/dist/mqtt.esm.js create mode 100644 node_modules/mqtt/dist/mqtt.js create mode 100644 node_modules/mqtt/dist/mqtt.min.js create mode 100644 node_modules/mqtt/help/help.txt create mode 100644 node_modules/mqtt/help/publish.txt create mode 100644 node_modules/mqtt/help/subscribe.txt create mode 100644 node_modules/mqtt/node_modules/debug/LICENSE create mode 100644 node_modules/mqtt/node_modules/debug/README.md create mode 100644 node_modules/mqtt/node_modules/debug/package.json create mode 100644 node_modules/mqtt/node_modules/debug/src/browser.js create mode 100644 node_modules/mqtt/node_modules/debug/src/common.js create mode 100644 node_modules/mqtt/node_modules/debug/src/index.js create mode 100644 node_modules/mqtt/node_modules/debug/src/node.js create mode 100644 node_modules/mqtt/node_modules/ms/index.js create mode 100644 node_modules/mqtt/node_modules/ms/license.md create mode 100644 node_modules/mqtt/node_modules/ms/package.json create mode 100644 node_modules/mqtt/node_modules/ms/readme.md create mode 100644 node_modules/mqtt/package.json create mode 100644 node_modules/ms/index.js create mode 100644 node_modules/ms/license.md create mode 100644 node_modules/ms/package.json create mode 100644 node_modules/ms/readme.md create mode 100644 node_modules/nanoid/LICENSE create mode 100644 node_modules/nanoid/README.md create mode 100644 node_modules/nanoid/async/index.browser.cjs create mode 100644 node_modules/nanoid/async/index.browser.js create mode 100644 node_modules/nanoid/async/index.cjs create mode 100644 node_modules/nanoid/async/index.d.ts create mode 100644 node_modules/nanoid/async/index.js create mode 100644 node_modules/nanoid/async/index.native.js create mode 100644 node_modules/nanoid/async/package.json create mode 100755 node_modules/nanoid/bin/nanoid.cjs create mode 100644 node_modules/nanoid/index.browser.cjs create mode 100644 node_modules/nanoid/index.browser.js create mode 100644 node_modules/nanoid/index.cjs create mode 100644 node_modules/nanoid/index.d.cts create mode 100644 node_modules/nanoid/index.d.ts create mode 100644 node_modules/nanoid/index.js create mode 100644 node_modules/nanoid/nanoid.js create mode 100644 node_modules/nanoid/non-secure/index.cjs create mode 100644 node_modules/nanoid/non-secure/index.d.ts create mode 100644 node_modules/nanoid/non-secure/index.js create mode 100644 node_modules/nanoid/non-secure/package.json create mode 100644 node_modules/nanoid/package.json create mode 100644 node_modules/nanoid/url-alphabet/index.cjs create mode 100644 node_modules/nanoid/url-alphabet/index.js create mode 100644 node_modules/nanoid/url-alphabet/package.json create mode 100644 node_modules/negotiator/HISTORY.md create mode 100644 node_modules/negotiator/LICENSE create mode 100644 node_modules/negotiator/README.md create mode 100644 node_modules/negotiator/index.js create mode 100644 node_modules/negotiator/lib/charset.js create mode 100644 node_modules/negotiator/lib/encoding.js create mode 100644 node_modules/negotiator/lib/language.js create mode 100644 node_modules/negotiator/lib/mediaType.js create mode 100644 node_modules/negotiator/package.json create mode 100644 node_modules/node-downloader-helper/LICENSE create mode 100644 node_modules/node-downloader-helper/README.md create mode 100644 node_modules/node-downloader-helper/bin/helpers.js create mode 100755 node_modules/node-downloader-helper/bin/ndh create mode 100644 node_modules/node-downloader-helper/dist/index.js create mode 100644 node_modules/node-downloader-helper/package.json create mode 100644 node_modules/node-downloader-helper/types/index.d.ts create mode 100644 node_modules/number-allocator/.github/workflows/nodejs.yml create mode 100644 node_modules/number-allocator/CHANGELOG.md create mode 100644 node_modules/number-allocator/LICENSE create mode 100644 node_modules/number-allocator/README.md create mode 100644 node_modules/number-allocator/index.js create mode 100644 node_modules/number-allocator/karma.conf.js create mode 100644 node_modules/number-allocator/lib/number-allocator.js create mode 100644 node_modules/number-allocator/node_modules/debug/LICENSE create mode 100644 node_modules/number-allocator/node_modules/debug/README.md create mode 100644 node_modules/number-allocator/node_modules/debug/package.json create mode 100644 node_modules/number-allocator/node_modules/debug/src/browser.js create mode 100644 node_modules/number-allocator/node_modules/debug/src/common.js create mode 100644 node_modules/number-allocator/node_modules/debug/src/index.js create mode 100644 node_modules/number-allocator/node_modules/debug/src/node.js create mode 100644 node_modules/number-allocator/node_modules/ms/index.js create mode 100644 node_modules/number-allocator/node_modules/ms/license.md create mode 100644 node_modules/number-allocator/node_modules/ms/package.json create mode 100644 node_modules/number-allocator/node_modules/ms/readme.md create mode 100644 node_modules/number-allocator/package.json create mode 100644 node_modules/number-allocator/test/test.js create mode 100644 node_modules/number-allocator/test/typescript/test.ts create mode 100644 node_modules/number-allocator/test/typescript/tsconfig.json create mode 100644 node_modules/number-allocator/types/index.d.ts create mode 100644 node_modules/number-allocator/types/lib/number-allocator.d.ts create mode 100644 node_modules/oauth-sign/LICENSE create mode 100644 node_modules/oauth-sign/README.md create mode 100644 node_modules/oauth-sign/index.js create mode 100644 node_modules/oauth-sign/package.json create mode 100644 node_modules/object-inspect/.eslintrc create mode 100644 node_modules/object-inspect/.github/FUNDING.yml create mode 100644 node_modules/object-inspect/.nycrc create mode 100644 node_modules/object-inspect/CHANGELOG.md create mode 100644 node_modules/object-inspect/LICENSE create mode 100644 node_modules/object-inspect/example/all.js create mode 100644 node_modules/object-inspect/example/circular.js create mode 100644 node_modules/object-inspect/example/fn.js create mode 100644 node_modules/object-inspect/example/inspect.js create mode 100644 node_modules/object-inspect/index.js create mode 100644 node_modules/object-inspect/package-support.json create mode 100644 node_modules/object-inspect/package.json create mode 100644 node_modules/object-inspect/readme.markdown create mode 100644 node_modules/object-inspect/test-core-js.js create mode 100644 node_modules/object-inspect/test/bigint.js create mode 100644 node_modules/object-inspect/test/browser/dom.js create mode 100644 node_modules/object-inspect/test/circular.js create mode 100644 node_modules/object-inspect/test/deep.js create mode 100644 node_modules/object-inspect/test/element.js create mode 100644 node_modules/object-inspect/test/err.js create mode 100644 node_modules/object-inspect/test/fakes.js create mode 100644 node_modules/object-inspect/test/fn.js create mode 100644 node_modules/object-inspect/test/global.js create mode 100644 node_modules/object-inspect/test/has.js create mode 100644 node_modules/object-inspect/test/holes.js create mode 100644 node_modules/object-inspect/test/indent-option.js create mode 100644 node_modules/object-inspect/test/inspect.js create mode 100644 node_modules/object-inspect/test/lowbyte.js create mode 100644 node_modules/object-inspect/test/number.js create mode 100644 node_modules/object-inspect/test/quoteStyle.js create mode 100644 node_modules/object-inspect/test/toStringTag.js create mode 100644 node_modules/object-inspect/test/undef.js create mode 100644 node_modules/object-inspect/test/values.js create mode 100644 node_modules/object-inspect/util.inspect.js create mode 100644 node_modules/on-finished/HISTORY.md create mode 100644 node_modules/on-finished/LICENSE create mode 100644 node_modules/on-finished/README.md create mode 100644 node_modules/on-finished/index.js create mode 100644 node_modules/on-finished/package.json create mode 100644 node_modules/on-headers/HISTORY.md create mode 100644 node_modules/on-headers/LICENSE create mode 100644 node_modules/on-headers/README.md create mode 100644 node_modules/on-headers/index.js create mode 100644 node_modules/on-headers/package.json create mode 100644 node_modules/parse-srcset/.jscs.json create mode 100644 node_modules/parse-srcset/.jshintrc create mode 100644 node_modules/parse-srcset/.npmignore create mode 100644 node_modules/parse-srcset/LICENSE create mode 100644 node_modules/parse-srcset/README.md create mode 100644 node_modules/parse-srcset/package.json create mode 100644 node_modules/parse-srcset/src/parse-srcset.js create mode 100755 node_modules/parse-srcset/tests/he.js create mode 100644 node_modules/parse-srcset/tests/intern.js create mode 100644 node_modules/parse-srcset/tests/unit/ps.js create mode 100644 node_modules/parseley/CHANGELOG.md create mode 100644 node_modules/parseley/LICENSE create mode 100644 node_modules/parseley/README.md create mode 100644 node_modules/parseley/lib/ast.d.ts create mode 100644 node_modules/parseley/lib/parseley.cjs create mode 100644 node_modules/parseley/lib/parseley.d.ts create mode 100644 node_modules/parseley/lib/parseley.mjs create mode 100644 node_modules/parseley/lib/parser.d.ts create mode 100644 node_modules/parseley/package.json create mode 100644 node_modules/parseurl/HISTORY.md create mode 100644 node_modules/parseurl/LICENSE create mode 100644 node_modules/parseurl/README.md create mode 100644 node_modules/parseurl/index.js create mode 100644 node_modules/parseurl/package.json create mode 100644 node_modules/path-to-regexp/LICENSE create mode 100644 node_modules/path-to-regexp/Readme.md create mode 100644 node_modules/path-to-regexp/index.js create mode 100644 node_modules/path-to-regexp/package.json create mode 100644 node_modules/peberminta/CHANGELOG.md create mode 100644 node_modules/peberminta/LICENSE create mode 100644 node_modules/peberminta/README.md create mode 100644 node_modules/peberminta/lib/char.cjs create mode 100644 node_modules/peberminta/lib/char.d.ts create mode 100644 node_modules/peberminta/lib/char.mjs create mode 100644 node_modules/peberminta/lib/core.cjs create mode 100644 node_modules/peberminta/lib/core.d.ts create mode 100644 node_modules/peberminta/lib/core.mjs create mode 100644 node_modules/peberminta/lib/util.cjs create mode 100644 node_modules/peberminta/lib/util.mjs create mode 100644 node_modules/peberminta/package.json create mode 100644 node_modules/performance-now/.npmignore create mode 100644 node_modules/performance-now/.tm_properties create mode 100644 node_modules/performance-now/.travis.yml create mode 100644 node_modules/performance-now/README.md create mode 100644 node_modules/performance-now/lib/performance-now.js create mode 100644 node_modules/performance-now/lib/performance-now.js.map create mode 100644 node_modules/performance-now/license.txt create mode 100644 node_modules/performance-now/package.json create mode 100644 node_modules/performance-now/src/index.d.ts create mode 100644 node_modules/performance-now/src/performance-now.coffee create mode 100644 node_modules/performance-now/test/mocha.opts create mode 100644 node_modules/performance-now/test/performance-now.coffee create mode 100644 node_modules/performance-now/test/scripts.coffee create mode 100755 node_modules/performance-now/test/scripts/delayed-call.coffee create mode 100755 node_modules/performance-now/test/scripts/delayed-require.coffee create mode 100755 node_modules/performance-now/test/scripts/difference.coffee create mode 100755 node_modules/performance-now/test/scripts/initial-value.coffee create mode 100644 node_modules/picocolors/LICENSE create mode 100644 node_modules/picocolors/README.md create mode 100644 node_modules/picocolors/package.json create mode 100644 node_modules/picocolors/picocolors.browser.js create mode 100644 node_modules/picocolors/picocolors.d.ts create mode 100644 node_modules/picocolors/picocolors.js create mode 100644 node_modules/picocolors/types.d.ts create mode 100644 node_modules/pify/index.js create mode 100644 node_modules/pify/license create mode 100644 node_modules/pify/package.json create mode 100644 node_modules/pify/readme.md create mode 100644 node_modules/postcss/LICENSE create mode 100644 node_modules/postcss/README.md create mode 100644 node_modules/postcss/lib/at-rule.d.ts create mode 100644 node_modules/postcss/lib/at-rule.js create mode 100644 node_modules/postcss/lib/comment.d.ts create mode 100644 node_modules/postcss/lib/comment.js create mode 100644 node_modules/postcss/lib/container.d.ts create mode 100644 node_modules/postcss/lib/container.js create mode 100644 node_modules/postcss/lib/css-syntax-error.d.ts create mode 100644 node_modules/postcss/lib/css-syntax-error.js create mode 100644 node_modules/postcss/lib/declaration.d.ts create mode 100644 node_modules/postcss/lib/declaration.js create mode 100644 node_modules/postcss/lib/document.d.ts create mode 100644 node_modules/postcss/lib/document.js create mode 100644 node_modules/postcss/lib/fromJSON.d.ts create mode 100644 node_modules/postcss/lib/fromJSON.js create mode 100644 node_modules/postcss/lib/input.d.ts create mode 100644 node_modules/postcss/lib/input.js create mode 100644 node_modules/postcss/lib/lazy-result.d.ts create mode 100644 node_modules/postcss/lib/lazy-result.js create mode 100644 node_modules/postcss/lib/list.d.ts create mode 100644 node_modules/postcss/lib/list.js create mode 100644 node_modules/postcss/lib/map-generator.js create mode 100644 node_modules/postcss/lib/no-work-result.d.ts create mode 100644 node_modules/postcss/lib/no-work-result.js create mode 100644 node_modules/postcss/lib/node.d.ts create mode 100644 node_modules/postcss/lib/node.js create mode 100644 node_modules/postcss/lib/parse.d.ts create mode 100644 node_modules/postcss/lib/parse.js create mode 100644 node_modules/postcss/lib/parser.js create mode 100644 node_modules/postcss/lib/postcss.d.mts create mode 100644 node_modules/postcss/lib/postcss.d.ts create mode 100644 node_modules/postcss/lib/postcss.js create mode 100644 node_modules/postcss/lib/postcss.mjs create mode 100644 node_modules/postcss/lib/previous-map.d.ts create mode 100644 node_modules/postcss/lib/previous-map.js create mode 100644 node_modules/postcss/lib/processor.d.ts create mode 100644 node_modules/postcss/lib/processor.js create mode 100644 node_modules/postcss/lib/result.d.ts create mode 100644 node_modules/postcss/lib/result.js create mode 100644 node_modules/postcss/lib/root.d.ts create mode 100644 node_modules/postcss/lib/root.js create mode 100644 node_modules/postcss/lib/rule.d.ts create mode 100644 node_modules/postcss/lib/rule.js create mode 100644 node_modules/postcss/lib/stringifier.d.ts create mode 100644 node_modules/postcss/lib/stringifier.js create mode 100644 node_modules/postcss/lib/stringify.d.ts create mode 100644 node_modules/postcss/lib/stringify.js create mode 100644 node_modules/postcss/lib/symbols.js create mode 100644 node_modules/postcss/lib/terminal-highlight.js create mode 100644 node_modules/postcss/lib/tokenize.js create mode 100644 node_modules/postcss/lib/warn-once.js create mode 100644 node_modules/postcss/lib/warning.d.ts create mode 100644 node_modules/postcss/lib/warning.js create mode 100644 node_modules/postcss/package.json create mode 100644 node_modules/postgres/README.md create mode 100644 node_modules/postgres/cf/polyfills.js create mode 100644 node_modules/postgres/cf/src/bytes.js create mode 100644 node_modules/postgres/cf/src/connection.js create mode 100644 node_modules/postgres/cf/src/errors.js create mode 100644 node_modules/postgres/cf/src/index.js create mode 100644 node_modules/postgres/cf/src/large.js create mode 100644 node_modules/postgres/cf/src/query.js create mode 100644 node_modules/postgres/cf/src/queue.js create mode 100644 node_modules/postgres/cf/src/result.js create mode 100644 node_modules/postgres/cf/src/subscribe.js create mode 100644 node_modules/postgres/cf/src/types.js create mode 100644 node_modules/postgres/cjs/package.json create mode 100644 node_modules/postgres/cjs/src/bytes.js create mode 100644 node_modules/postgres/cjs/src/connection.js create mode 100644 node_modules/postgres/cjs/src/errors.js create mode 100644 node_modules/postgres/cjs/src/index.js create mode 100644 node_modules/postgres/cjs/src/large.js create mode 100644 node_modules/postgres/cjs/src/query.js create mode 100644 node_modules/postgres/cjs/src/queue.js create mode 100644 node_modules/postgres/cjs/src/result.js create mode 100644 node_modules/postgres/cjs/src/subscribe.js create mode 100644 node_modules/postgres/cjs/src/types.js create mode 100644 node_modules/postgres/package.json create mode 100644 node_modules/postgres/src/bytes.js create mode 100644 node_modules/postgres/src/connection.js create mode 100644 node_modules/postgres/src/errors.js create mode 100644 node_modules/postgres/src/index.js create mode 100644 node_modules/postgres/src/large.js create mode 100644 node_modules/postgres/src/query.js create mode 100644 node_modules/postgres/src/queue.js create mode 100644 node_modules/postgres/src/result.js create mode 100644 node_modules/postgres/src/subscribe.js create mode 100644 node_modules/postgres/src/types.js create mode 100644 node_modules/postgres/types/index.d.ts create mode 100644 node_modules/postgres/types/package.json create mode 100644 node_modules/postgres/types/tsconfig.json create mode 100644 node_modules/process-nextick-args/index.js create mode 100644 node_modules/process-nextick-args/license.md create mode 100644 node_modules/process-nextick-args/package.json create mode 100644 node_modules/process-nextick-args/readme.md create mode 100644 node_modules/process/.eslintrc create mode 100644 node_modules/process/LICENSE create mode 100644 node_modules/process/README.md create mode 100644 node_modules/process/browser.js create mode 100644 node_modules/process/index.js create mode 100644 node_modules/process/package.json create mode 100644 node_modules/process/test.js create mode 100644 node_modules/proxy-addr/HISTORY.md create mode 100644 node_modules/proxy-addr/LICENSE create mode 100644 node_modules/proxy-addr/README.md create mode 100644 node_modules/proxy-addr/index.js create mode 100644 node_modules/proxy-addr/package.json create mode 100644 node_modules/psl/LICENSE create mode 100644 node_modules/psl/README.md create mode 100644 node_modules/psl/SECURITY.md create mode 100644 node_modules/psl/browserstack-logo.svg create mode 100644 node_modules/psl/data/rules.js create mode 100644 node_modules/psl/dist/psl.cjs create mode 100644 node_modules/psl/dist/psl.mjs create mode 100644 node_modules/psl/dist/psl.umd.cjs create mode 100644 node_modules/psl/index.js create mode 100644 node_modules/psl/package.json create mode 100644 node_modules/psl/types/index.d.ts create mode 100644 node_modules/psl/types/test.ts create mode 100644 node_modules/psl/types/tsconfig.json create mode 100644 node_modules/psl/vite.config.js create mode 100644 node_modules/punycode/LICENSE-MIT.txt create mode 100644 node_modules/punycode/README.md create mode 100644 node_modules/punycode/package.json create mode 100644 node_modules/punycode/punycode.es6.js create mode 100644 node_modules/punycode/punycode.js create mode 100644 node_modules/qs/.editorconfig create mode 100644 node_modules/qs/.eslintrc create mode 100644 node_modules/qs/.github/FUNDING.yml create mode 100644 node_modules/qs/.nycrc create mode 100644 node_modules/qs/CHANGELOG.md create mode 100644 node_modules/qs/LICENSE.md create mode 100644 node_modules/qs/README.md create mode 100644 node_modules/qs/dist/qs.js create mode 100644 node_modules/qs/lib/formats.js create mode 100644 node_modules/qs/lib/index.js create mode 100644 node_modules/qs/lib/parse.js create mode 100644 node_modules/qs/lib/stringify.js create mode 100644 node_modules/qs/lib/utils.js create mode 100644 node_modules/qs/package.json create mode 100644 node_modules/qs/test/empty-keys-cases.js create mode 100644 node_modules/qs/test/parse.js create mode 100644 node_modules/qs/test/stringify.js create mode 100644 node_modules/qs/test/utils.js create mode 100644 node_modules/range-parser/HISTORY.md create mode 100644 node_modules/range-parser/LICENSE create mode 100644 node_modules/range-parser/README.md create mode 100644 node_modules/range-parser/index.js create mode 100644 node_modules/range-parser/package.json create mode 100644 node_modules/raw-body/HISTORY.md create mode 100644 node_modules/raw-body/LICENSE create mode 100644 node_modules/raw-body/README.md create mode 100644 node_modules/raw-body/SECURITY.md create mode 100644 node_modules/raw-body/index.d.ts create mode 100644 node_modules/raw-body/index.js create mode 100644 node_modules/raw-body/package.json create mode 100644 node_modules/readable-stream/LICENSE create mode 100644 node_modules/readable-stream/README.md create mode 100644 node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 node_modules/readable-stream/lib/_stream_readable.js create mode 100644 node_modules/readable-stream/lib/_stream_transform.js create mode 100644 node_modules/readable-stream/lib/_stream_writable.js create mode 100644 node_modules/readable-stream/lib/internal/streams/add-abort-signal.js create mode 100644 node_modules/readable-stream/lib/internal/streams/buffer_list.js create mode 100644 node_modules/readable-stream/lib/internal/streams/compose.js create mode 100644 node_modules/readable-stream/lib/internal/streams/destroy.js create mode 100644 node_modules/readable-stream/lib/internal/streams/duplex.js create mode 100644 node_modules/readable-stream/lib/internal/streams/duplexify.js create mode 100644 node_modules/readable-stream/lib/internal/streams/end-of-stream.js create mode 100644 node_modules/readable-stream/lib/internal/streams/from.js create mode 100644 node_modules/readable-stream/lib/internal/streams/lazy_transform.js create mode 100644 node_modules/readable-stream/lib/internal/streams/legacy.js create mode 100644 node_modules/readable-stream/lib/internal/streams/operators.js create mode 100644 node_modules/readable-stream/lib/internal/streams/passthrough.js create mode 100644 node_modules/readable-stream/lib/internal/streams/pipeline.js create mode 100644 node_modules/readable-stream/lib/internal/streams/readable.js create mode 100644 node_modules/readable-stream/lib/internal/streams/state.js create mode 100644 node_modules/readable-stream/lib/internal/streams/transform.js create mode 100644 node_modules/readable-stream/lib/internal/streams/utils.js create mode 100644 node_modules/readable-stream/lib/internal/streams/writable.js create mode 100644 node_modules/readable-stream/lib/internal/validators.js create mode 100644 node_modules/readable-stream/lib/ours/browser.js create mode 100644 node_modules/readable-stream/lib/ours/errors.js create mode 100644 node_modules/readable-stream/lib/ours/index.js create mode 100644 node_modules/readable-stream/lib/ours/primordials.js create mode 100644 node_modules/readable-stream/lib/ours/util.js create mode 100644 node_modules/readable-stream/lib/ours/util/inspect.js create mode 100644 node_modules/readable-stream/lib/stream.js create mode 100644 node_modules/readable-stream/lib/stream/promises.js create mode 100644 node_modules/readable-stream/package.json create mode 100644 node_modules/request-promise-core/LICENSE create mode 100644 node_modules/request-promise-core/README.md create mode 100644 node_modules/request-promise-core/configure/request-next.js create mode 100644 node_modules/request-promise-core/configure/request2.js create mode 100644 node_modules/request-promise-core/errors.js create mode 100644 node_modules/request-promise-core/lib/errors.js create mode 100644 node_modules/request-promise-core/lib/plumbing.js create mode 100644 node_modules/request-promise-core/package.json create mode 100644 node_modules/request-promise/LICENSE create mode 100644 node_modules/request-promise/README.md create mode 100644 node_modules/request-promise/errors.js create mode 100644 node_modules/request-promise/lib/rp.js create mode 100644 node_modules/request-promise/package.json create mode 100644 node_modules/request/CHANGELOG.md create mode 100644 node_modules/request/LICENSE create mode 100644 node_modules/request/README.md create mode 100755 node_modules/request/index.js create mode 100644 node_modules/request/lib/auth.js create mode 100644 node_modules/request/lib/cookies.js create mode 100644 node_modules/request/lib/getProxyFromURI.js create mode 100644 node_modules/request/lib/har.js create mode 100644 node_modules/request/lib/hawk.js create mode 100644 node_modules/request/lib/helpers.js create mode 100644 node_modules/request/lib/multipart.js create mode 100644 node_modules/request/lib/oauth.js create mode 100644 node_modules/request/lib/querystring.js create mode 100644 node_modules/request/lib/redirect.js create mode 100644 node_modules/request/lib/tunnel.js create mode 100644 node_modules/request/node_modules/qs/.editorconfig create mode 100644 node_modules/request/node_modules/qs/.eslintrc create mode 100644 node_modules/request/node_modules/qs/.github/FUNDING.yml create mode 100644 node_modules/request/node_modules/qs/.nycrc create mode 100644 node_modules/request/node_modules/qs/CHANGELOG.md create mode 100644 node_modules/request/node_modules/qs/LICENSE.md create mode 100644 node_modules/request/node_modules/qs/README.md create mode 100644 node_modules/request/node_modules/qs/bower.json create mode 100644 node_modules/request/node_modules/qs/component.json create mode 100644 node_modules/request/node_modules/qs/dist/qs.js create mode 100644 node_modules/request/node_modules/qs/lib/formats.js create mode 100644 node_modules/request/node_modules/qs/lib/index.js create mode 100644 node_modules/request/node_modules/qs/lib/parse.js create mode 100644 node_modules/request/node_modules/qs/lib/stringify.js create mode 100644 node_modules/request/node_modules/qs/lib/utils.js create mode 100644 node_modules/request/node_modules/qs/package.json create mode 100644 node_modules/request/node_modules/qs/test/index.js create mode 100644 node_modules/request/node_modules/qs/test/parse.js create mode 100644 node_modules/request/node_modules/qs/test/stringify.js create mode 100644 node_modules/request/node_modules/qs/test/utils.js create mode 100644 node_modules/request/package.json create mode 100644 node_modules/request/request.js create mode 100644 node_modules/rfdc/.github/workflows/ci.yml create mode 100644 node_modules/rfdc/LICENSE create mode 100644 node_modules/rfdc/default.js create mode 100644 node_modules/rfdc/index.d.ts create mode 100644 node_modules/rfdc/index.js create mode 100644 node_modules/rfdc/index.test-d.ts create mode 100644 node_modules/rfdc/package.json create mode 100644 node_modules/rfdc/readme.md create mode 100644 node_modules/rfdc/test/index.js create mode 100644 node_modules/safe-buffer/LICENSE create mode 100644 node_modules/safe-buffer/README.md create mode 100644 node_modules/safe-buffer/index.d.ts create mode 100644 node_modules/safe-buffer/index.js create mode 100644 node_modules/safe-buffer/package.json create mode 100644 node_modules/safer-buffer/LICENSE create mode 100644 node_modules/safer-buffer/Porting-Buffer.md create mode 100644 node_modules/safer-buffer/Readme.md create mode 100644 node_modules/safer-buffer/dangerous.js create mode 100644 node_modules/safer-buffer/package.json create mode 100644 node_modules/safer-buffer/safer.js create mode 100644 node_modules/safer-buffer/tests.js create mode 100644 node_modules/sanitize-html/LICENSE create mode 100644 node_modules/sanitize-html/README.md create mode 100644 node_modules/sanitize-html/index.js create mode 100644 node_modules/sanitize-html/package.json create mode 100644 node_modules/selderee/CHANGELOG.md create mode 100644 node_modules/selderee/LICENSE create mode 100644 node_modules/selderee/README.md create mode 100644 node_modules/selderee/lib/Ast.d.ts create mode 100644 node_modules/selderee/lib/DecisionTree.d.ts create mode 100644 node_modules/selderee/lib/Picker.d.ts create mode 100644 node_modules/selderee/lib/TreeifyBuilder.d.ts create mode 100644 node_modules/selderee/lib/Types.d.ts create mode 100644 node_modules/selderee/lib/selderee.cjs create mode 100644 node_modules/selderee/lib/selderee.d.ts create mode 100644 node_modules/selderee/lib/selderee.mjs create mode 100644 node_modules/selderee/package.json create mode 100644 node_modules/send/HISTORY.md create mode 100644 node_modules/send/LICENSE create mode 100644 node_modules/send/README.md create mode 100644 node_modules/send/SECURITY.md create mode 100644 node_modules/send/index.js create mode 100644 node_modules/send/node_modules/encodeurl/HISTORY.md create mode 100644 node_modules/send/node_modules/encodeurl/LICENSE create mode 100644 node_modules/send/node_modules/encodeurl/README.md create mode 100644 node_modules/send/node_modules/encodeurl/index.js create mode 100644 node_modules/send/node_modules/encodeurl/package.json create mode 100644 node_modules/send/node_modules/ms/index.js create mode 100644 node_modules/send/node_modules/ms/license.md create mode 100644 node_modules/send/node_modules/ms/package.json create mode 100644 node_modules/send/node_modules/ms/readme.md create mode 100644 node_modules/send/package.json create mode 100644 node_modules/serve-static/HISTORY.md create mode 100644 node_modules/serve-static/LICENSE create mode 100644 node_modules/serve-static/README.md create mode 100644 node_modules/serve-static/index.js create mode 100644 node_modules/serve-static/package.json create mode 100644 node_modules/setprototypeof/LICENSE create mode 100644 node_modules/setprototypeof/README.md create mode 100644 node_modules/setprototypeof/index.d.ts create mode 100644 node_modules/setprototypeof/index.js create mode 100644 node_modules/setprototypeof/package.json create mode 100644 node_modules/setprototypeof/test/index.js create mode 100644 node_modules/side-channel-list/.editorconfig create mode 100644 node_modules/side-channel-list/.eslintrc create mode 100644 node_modules/side-channel-list/.github/FUNDING.yml create mode 100644 node_modules/side-channel-list/.nycrc create mode 100644 node_modules/side-channel-list/CHANGELOG.md create mode 100644 node_modules/side-channel-list/LICENSE create mode 100644 node_modules/side-channel-list/README.md create mode 100644 node_modules/side-channel-list/index.d.ts create mode 100644 node_modules/side-channel-list/index.js create mode 100644 node_modules/side-channel-list/list.d.ts create mode 100644 node_modules/side-channel-list/package.json create mode 100644 node_modules/side-channel-list/test/index.js create mode 100644 node_modules/side-channel-list/tsconfig.json create mode 100644 node_modules/side-channel-map/.editorconfig create mode 100644 node_modules/side-channel-map/.eslintrc create mode 100644 node_modules/side-channel-map/.github/FUNDING.yml create mode 100644 node_modules/side-channel-map/.nycrc create mode 100644 node_modules/side-channel-map/CHANGELOG.md create mode 100644 node_modules/side-channel-map/LICENSE create mode 100644 node_modules/side-channel-map/README.md create mode 100644 node_modules/side-channel-map/index.d.ts create mode 100644 node_modules/side-channel-map/index.js create mode 100644 node_modules/side-channel-map/package.json create mode 100644 node_modules/side-channel-map/test/index.js create mode 100644 node_modules/side-channel-map/tsconfig.json create mode 100644 node_modules/side-channel-weakmap/.editorconfig create mode 100644 node_modules/side-channel-weakmap/.eslintrc create mode 100644 node_modules/side-channel-weakmap/.github/FUNDING.yml create mode 100644 node_modules/side-channel-weakmap/.nycrc create mode 100644 node_modules/side-channel-weakmap/CHANGELOG.md create mode 100644 node_modules/side-channel-weakmap/LICENSE create mode 100644 node_modules/side-channel-weakmap/README.md create mode 100644 node_modules/side-channel-weakmap/index.d.ts create mode 100644 node_modules/side-channel-weakmap/index.js create mode 100644 node_modules/side-channel-weakmap/package.json create mode 100644 node_modules/side-channel-weakmap/test/index.js create mode 100644 node_modules/side-channel-weakmap/tsconfig.json create mode 100644 node_modules/side-channel/.editorconfig create mode 100644 node_modules/side-channel/.eslintrc create mode 100644 node_modules/side-channel/.github/FUNDING.yml create mode 100644 node_modules/side-channel/.nycrc create mode 100644 node_modules/side-channel/CHANGELOG.md create mode 100644 node_modules/side-channel/LICENSE create mode 100644 node_modules/side-channel/README.md create mode 100644 node_modules/side-channel/index.d.ts create mode 100644 node_modules/side-channel/index.js create mode 100644 node_modules/side-channel/package.json create mode 100644 node_modules/side-channel/test/index.js create mode 100644 node_modules/side-channel/tsconfig.json create mode 100644 node_modules/smart-buffer/.prettierrc.yaml create mode 100644 node_modules/smart-buffer/.travis.yml create mode 100644 node_modules/smart-buffer/LICENSE create mode 100644 node_modules/smart-buffer/README.md create mode 100644 node_modules/smart-buffer/build/smartbuffer.js create mode 100644 node_modules/smart-buffer/build/smartbuffer.js.map create mode 100644 node_modules/smart-buffer/build/utils.js create mode 100644 node_modules/smart-buffer/build/utils.js.map create mode 100644 node_modules/smart-buffer/docs/CHANGELOG.md create mode 100644 node_modules/smart-buffer/docs/README_v3.md create mode 100644 node_modules/smart-buffer/docs/ROADMAP.md create mode 100644 node_modules/smart-buffer/package.json create mode 100644 node_modules/smart-buffer/typings/smartbuffer.d.ts create mode 100644 node_modules/smart-buffer/typings/utils.d.ts create mode 100644 node_modules/socks/.eslintrc.cjs create mode 100644 node_modules/socks/.prettierrc.yaml create mode 100644 node_modules/socks/LICENSE create mode 100644 node_modules/socks/README.md create mode 100644 node_modules/socks/build/client/socksclient.js create mode 100644 node_modules/socks/build/client/socksclient.js.map create mode 100644 node_modules/socks/build/common/constants.js create mode 100644 node_modules/socks/build/common/constants.js.map create mode 100644 node_modules/socks/build/common/helpers.js create mode 100644 node_modules/socks/build/common/helpers.js.map create mode 100644 node_modules/socks/build/common/receivebuffer.js create mode 100644 node_modules/socks/build/common/receivebuffer.js.map create mode 100644 node_modules/socks/build/common/util.js create mode 100644 node_modules/socks/build/common/util.js.map create mode 100644 node_modules/socks/build/index.js create mode 100644 node_modules/socks/build/index.js.map create mode 100644 node_modules/socks/docs/examples/index.md create mode 100644 node_modules/socks/docs/examples/javascript/associateExample.md create mode 100644 node_modules/socks/docs/examples/javascript/bindExample.md create mode 100644 node_modules/socks/docs/examples/javascript/connectExample.md create mode 100644 node_modules/socks/docs/examples/typescript/associateExample.md create mode 100644 node_modules/socks/docs/examples/typescript/bindExample.md create mode 100644 node_modules/socks/docs/examples/typescript/connectExample.md create mode 100644 node_modules/socks/docs/index.md create mode 100644 node_modules/socks/docs/migratingFromV1.md create mode 100644 node_modules/socks/package.json create mode 100644 node_modules/socks/typings/client/socksclient.d.ts create mode 100644 node_modules/socks/typings/common/constants.d.ts create mode 100644 node_modules/socks/typings/common/helpers.d.ts create mode 100644 node_modules/socks/typings/common/receivebuffer.d.ts create mode 100644 node_modules/socks/typings/common/util.d.ts create mode 100644 node_modules/socks/typings/index.d.ts create mode 100644 node_modules/source-map-js/LICENSE create mode 100644 node_modules/source-map-js/README.md create mode 100644 node_modules/source-map-js/lib/array-set.js create mode 100644 node_modules/source-map-js/lib/base64-vlq.js create mode 100644 node_modules/source-map-js/lib/base64.js create mode 100644 node_modules/source-map-js/lib/binary-search.js create mode 100644 node_modules/source-map-js/lib/mapping-list.js create mode 100644 node_modules/source-map-js/lib/quick-sort.js create mode 100644 node_modules/source-map-js/lib/source-map-consumer.d.ts create mode 100644 node_modules/source-map-js/lib/source-map-consumer.js create mode 100644 node_modules/source-map-js/lib/source-map-generator.d.ts create mode 100644 node_modules/source-map-js/lib/source-map-generator.js create mode 100644 node_modules/source-map-js/lib/source-node.d.ts create mode 100644 node_modules/source-map-js/lib/source-node.js create mode 100644 node_modules/source-map-js/lib/util.js create mode 100644 node_modules/source-map-js/package.json create mode 100644 node_modules/source-map-js/source-map.d.ts create mode 100644 node_modules/source-map-js/source-map.js create mode 100644 node_modules/split2/LICENSE create mode 100644 node_modules/split2/README.md create mode 100644 node_modules/split2/bench.js create mode 100644 node_modules/split2/index.js create mode 100644 node_modules/split2/package.json create mode 100644 node_modules/split2/test.js create mode 100644 node_modules/sprintf-js/CONTRIBUTORS.md create mode 100644 node_modules/sprintf-js/LICENSE create mode 100644 node_modules/sprintf-js/README.md create mode 100644 node_modules/sprintf-js/dist/.gitattributes create mode 100644 node_modules/sprintf-js/dist/angular-sprintf.min.js create mode 100644 node_modules/sprintf-js/dist/angular-sprintf.min.js.map create mode 100644 node_modules/sprintf-js/dist/sprintf.min.js create mode 100644 node_modules/sprintf-js/dist/sprintf.min.js.map create mode 100644 node_modules/sprintf-js/package.json create mode 100644 node_modules/sprintf-js/src/angular-sprintf.js create mode 100644 node_modules/sprintf-js/src/sprintf.js create mode 100644 node_modules/sshpk/.travis.yml create mode 100644 node_modules/sshpk/Jenkinsfile create mode 100644 node_modules/sshpk/LICENSE create mode 100644 node_modules/sshpk/README.md create mode 100755 node_modules/sshpk/bin/sshpk-conv create mode 100755 node_modules/sshpk/bin/sshpk-sign create mode 100755 node_modules/sshpk/bin/sshpk-verify create mode 100644 node_modules/sshpk/lib/algs.js create mode 100644 node_modules/sshpk/lib/certificate.js create mode 100644 node_modules/sshpk/lib/dhe.js create mode 100644 node_modules/sshpk/lib/ed-compat.js create mode 100644 node_modules/sshpk/lib/errors.js create mode 100644 node_modules/sshpk/lib/fingerprint.js create mode 100644 node_modules/sshpk/lib/formats/auto.js create mode 100644 node_modules/sshpk/lib/formats/dnssec.js create mode 100644 node_modules/sshpk/lib/formats/openssh-cert.js create mode 100644 node_modules/sshpk/lib/formats/pem.js create mode 100644 node_modules/sshpk/lib/formats/pkcs1.js create mode 100644 node_modules/sshpk/lib/formats/pkcs8.js create mode 100644 node_modules/sshpk/lib/formats/putty.js create mode 100644 node_modules/sshpk/lib/formats/rfc4253.js create mode 100644 node_modules/sshpk/lib/formats/ssh-private.js create mode 100644 node_modules/sshpk/lib/formats/ssh.js create mode 100644 node_modules/sshpk/lib/formats/x509-pem.js create mode 100644 node_modules/sshpk/lib/formats/x509.js create mode 100644 node_modules/sshpk/lib/identity.js create mode 100644 node_modules/sshpk/lib/index.js create mode 100644 node_modules/sshpk/lib/key.js create mode 100644 node_modules/sshpk/lib/private-key.js create mode 100644 node_modules/sshpk/lib/signature.js create mode 100644 node_modules/sshpk/lib/ssh-buffer.js create mode 100644 node_modules/sshpk/lib/utils.js create mode 100644 node_modules/sshpk/man/man1/sshpk-conv.1 create mode 100644 node_modules/sshpk/man/man1/sshpk-sign.1 create mode 100644 node_modules/sshpk/man/man1/sshpk-verify.1 create mode 100644 node_modules/sshpk/node_modules/jsbn/.npmignore create mode 100644 node_modules/sshpk/node_modules/jsbn/LICENSE create mode 100644 node_modules/sshpk/node_modules/jsbn/README.md create mode 100644 node_modules/sshpk/node_modules/jsbn/example.html create mode 100644 node_modules/sshpk/node_modules/jsbn/example.js create mode 100644 node_modules/sshpk/node_modules/jsbn/index.js create mode 100644 node_modules/sshpk/node_modules/jsbn/package.json create mode 100644 node_modules/sshpk/package.json create mode 100644 node_modules/statuses/HISTORY.md create mode 100644 node_modules/statuses/LICENSE create mode 100644 node_modules/statuses/README.md create mode 100644 node_modules/statuses/codes.json create mode 100644 node_modules/statuses/index.js create mode 100644 node_modules/statuses/package.json create mode 100644 node_modules/stealthy-require/.npmignore create mode 100644 node_modules/stealthy-require/LICENSE create mode 100644 node_modules/stealthy-require/README.md create mode 100644 node_modules/stealthy-require/lib/index.js create mode 100644 node_modules/stealthy-require/package.json create mode 100644 node_modules/steno/.npmignore create mode 100644 node_modules/steno/.travis.yml create mode 100644 node_modules/steno/LICENSE create mode 100644 node_modules/steno/README.md create mode 100644 node_modules/steno/index.js create mode 100644 node_modules/steno/package.json create mode 100644 node_modules/string_decoder/LICENSE create mode 100644 node_modules/string_decoder/README.md create mode 100644 node_modules/string_decoder/lib/string_decoder.js create mode 100644 node_modules/string_decoder/package.json create mode 100644 node_modules/supports-color/browser.js create mode 100644 node_modules/supports-color/index.js create mode 100644 node_modules/supports-color/license create mode 100644 node_modules/supports-color/package.json create mode 100644 node_modules/supports-color/readme.md create mode 100644 node_modules/toidentifier/HISTORY.md create mode 100644 node_modules/toidentifier/LICENSE create mode 100644 node_modules/toidentifier/README.md create mode 100644 node_modules/toidentifier/index.js create mode 100644 node_modules/toidentifier/package.json create mode 100644 node_modules/tough-cookie/LICENSE create mode 100644 node_modules/tough-cookie/README.md create mode 100644 node_modules/tough-cookie/lib/cookie.js create mode 100644 node_modules/tough-cookie/lib/memstore.js create mode 100644 node_modules/tough-cookie/lib/pathMatch.js create mode 100644 node_modules/tough-cookie/lib/permuteDomain.js create mode 100644 node_modules/tough-cookie/lib/pubsuffix-psl.js create mode 100644 node_modules/tough-cookie/lib/store.js create mode 100644 node_modules/tough-cookie/lib/version.js create mode 100644 node_modules/tough-cookie/package.json create mode 100644 node_modules/tslib/CopyrightNotice.txt create mode 100644 node_modules/tslib/LICENSE.txt create mode 100644 node_modules/tslib/README.md create mode 100644 node_modules/tslib/SECURITY.md create mode 100644 node_modules/tslib/modules/index.d.ts create mode 100644 node_modules/tslib/modules/index.js create mode 100644 node_modules/tslib/modules/package.json create mode 100644 node_modules/tslib/package.json create mode 100644 node_modules/tslib/tslib.d.ts create mode 100644 node_modules/tslib/tslib.es6.html create mode 100644 node_modules/tslib/tslib.es6.js create mode 100644 node_modules/tslib/tslib.es6.mjs create mode 100644 node_modules/tslib/tslib.html create mode 100644 node_modules/tslib/tslib.js create mode 100644 node_modules/tunnel-agent/LICENSE create mode 100644 node_modules/tunnel-agent/README.md create mode 100644 node_modules/tunnel-agent/index.js create mode 100644 node_modules/tunnel-agent/package.json create mode 100644 node_modules/tweetnacl/.npmignore create mode 100644 node_modules/tweetnacl/AUTHORS.md create mode 100644 node_modules/tweetnacl/CHANGELOG.md create mode 100644 node_modules/tweetnacl/LICENSE create mode 100644 node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md create mode 100644 node_modules/tweetnacl/README.md create mode 100644 node_modules/tweetnacl/nacl-fast.js create mode 100644 node_modules/tweetnacl/nacl-fast.min.js create mode 100644 node_modules/tweetnacl/nacl.d.ts create mode 100644 node_modules/tweetnacl/nacl.js create mode 100644 node_modules/tweetnacl/nacl.min.js create mode 100644 node_modules/tweetnacl/package.json create mode 100644 node_modules/type-is/HISTORY.md create mode 100644 node_modules/type-is/LICENSE create mode 100644 node_modules/type-is/README.md create mode 100644 node_modules/type-is/index.js create mode 100644 node_modules/type-is/package.json create mode 100644 node_modules/typedarray/.travis.yml create mode 100644 node_modules/typedarray/LICENSE create mode 100644 node_modules/typedarray/example/tarray.js create mode 100644 node_modules/typedarray/index.js create mode 100644 node_modules/typedarray/package.json create mode 100644 node_modules/typedarray/readme.markdown create mode 100644 node_modules/typedarray/test/server/undef_globals.js create mode 100644 node_modules/typedarray/test/tarray.js create mode 100644 node_modules/undici-types/LICENSE create mode 100644 node_modules/undici-types/README.md create mode 100644 node_modules/undici-types/agent.d.ts create mode 100644 node_modules/undici-types/api.d.ts create mode 100644 node_modules/undici-types/balanced-pool.d.ts create mode 100644 node_modules/undici-types/cache-interceptor.d.ts create mode 100644 node_modules/undici-types/cache.d.ts create mode 100644 node_modules/undici-types/client.d.ts create mode 100644 node_modules/undici-types/connector.d.ts create mode 100644 node_modules/undici-types/content-type.d.ts create mode 100644 node_modules/undici-types/cookies.d.ts create mode 100644 node_modules/undici-types/diagnostics-channel.d.ts create mode 100644 node_modules/undici-types/dispatcher.d.ts create mode 100644 node_modules/undici-types/env-http-proxy-agent.d.ts create mode 100644 node_modules/undici-types/errors.d.ts create mode 100644 node_modules/undici-types/eventsource.d.ts create mode 100644 node_modules/undici-types/fetch.d.ts create mode 100644 node_modules/undici-types/formdata.d.ts create mode 100644 node_modules/undici-types/global-dispatcher.d.ts create mode 100644 node_modules/undici-types/global-origin.d.ts create mode 100644 node_modules/undici-types/h2c-client.d.ts create mode 100644 node_modules/undici-types/handlers.d.ts create mode 100644 node_modules/undici-types/header.d.ts create mode 100644 node_modules/undici-types/index.d.ts create mode 100644 node_modules/undici-types/interceptors.d.ts create mode 100644 node_modules/undici-types/mock-agent.d.ts create mode 100644 node_modules/undici-types/mock-call-history.d.ts create mode 100644 node_modules/undici-types/mock-client.d.ts create mode 100644 node_modules/undici-types/mock-errors.d.ts create mode 100644 node_modules/undici-types/mock-interceptor.d.ts create mode 100644 node_modules/undici-types/mock-pool.d.ts create mode 100644 node_modules/undici-types/package.json create mode 100644 node_modules/undici-types/patch.d.ts create mode 100644 node_modules/undici-types/pool-stats.d.ts create mode 100644 node_modules/undici-types/pool.d.ts create mode 100644 node_modules/undici-types/proxy-agent.d.ts create mode 100644 node_modules/undici-types/readable.d.ts create mode 100644 node_modules/undici-types/retry-agent.d.ts create mode 100644 node_modules/undici-types/retry-handler.d.ts create mode 100644 node_modules/undici-types/util.d.ts create mode 100644 node_modules/undici-types/utility.d.ts create mode 100644 node_modules/undici-types/webidl.d.ts create mode 100644 node_modules/undici-types/websocket.d.ts create mode 100644 node_modules/unpipe/HISTORY.md create mode 100644 node_modules/unpipe/LICENSE create mode 100644 node_modules/unpipe/README.md create mode 100644 node_modules/unpipe/index.js create mode 100644 node_modules/unpipe/package.json create mode 100755 node_modules/uri-js/LICENSE create mode 100755 node_modules/uri-js/README.md create mode 100755 node_modules/uri-js/dist/es5/uri.all.d.ts create mode 100755 node_modules/uri-js/dist/es5/uri.all.js create mode 100755 node_modules/uri-js/dist/es5/uri.all.js.map create mode 100755 node_modules/uri-js/dist/es5/uri.all.min.d.ts create mode 100755 node_modules/uri-js/dist/es5/uri.all.min.js create mode 100755 node_modules/uri-js/dist/es5/uri.all.min.js.map create mode 100755 node_modules/uri-js/dist/esnext/index.d.ts create mode 100755 node_modules/uri-js/dist/esnext/index.js create mode 100755 node_modules/uri-js/dist/esnext/index.js.map create mode 100755 node_modules/uri-js/dist/esnext/regexps-iri.d.ts create mode 100755 node_modules/uri-js/dist/esnext/regexps-iri.js create mode 100755 node_modules/uri-js/dist/esnext/regexps-iri.js.map create mode 100755 node_modules/uri-js/dist/esnext/regexps-uri.d.ts create mode 100755 node_modules/uri-js/dist/esnext/regexps-uri.js create mode 100755 node_modules/uri-js/dist/esnext/regexps-uri.js.map create mode 100755 node_modules/uri-js/dist/esnext/schemes/http.d.ts create mode 100755 node_modules/uri-js/dist/esnext/schemes/http.js create mode 100755 node_modules/uri-js/dist/esnext/schemes/http.js.map create mode 100755 node_modules/uri-js/dist/esnext/schemes/https.d.ts create mode 100755 node_modules/uri-js/dist/esnext/schemes/https.js create mode 100755 node_modules/uri-js/dist/esnext/schemes/https.js.map create mode 100755 node_modules/uri-js/dist/esnext/schemes/mailto.d.ts create mode 100755 node_modules/uri-js/dist/esnext/schemes/mailto.js create mode 100755 node_modules/uri-js/dist/esnext/schemes/mailto.js.map create mode 100755 node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts create mode 100755 node_modules/uri-js/dist/esnext/schemes/urn-uuid.js create mode 100755 node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map create mode 100755 node_modules/uri-js/dist/esnext/schemes/urn.d.ts create mode 100755 node_modules/uri-js/dist/esnext/schemes/urn.js create mode 100755 node_modules/uri-js/dist/esnext/schemes/urn.js.map create mode 100755 node_modules/uri-js/dist/esnext/schemes/ws.d.ts create mode 100755 node_modules/uri-js/dist/esnext/schemes/ws.js create mode 100755 node_modules/uri-js/dist/esnext/schemes/ws.js.map create mode 100755 node_modules/uri-js/dist/esnext/schemes/wss.d.ts create mode 100755 node_modules/uri-js/dist/esnext/schemes/wss.js create mode 100755 node_modules/uri-js/dist/esnext/schemes/wss.js.map create mode 100755 node_modules/uri-js/dist/esnext/uri.d.ts create mode 100755 node_modules/uri-js/dist/esnext/uri.js create mode 100755 node_modules/uri-js/dist/esnext/uri.js.map create mode 100755 node_modules/uri-js/dist/esnext/util.d.ts create mode 100755 node_modules/uri-js/dist/esnext/util.js create mode 100755 node_modules/uri-js/dist/esnext/util.js.map create mode 100755 node_modules/uri-js/package.json create mode 100755 node_modules/uri-js/yarn.lock create mode 100644 node_modules/util-deprecate/History.md create mode 100644 node_modules/util-deprecate/LICENSE create mode 100644 node_modules/util-deprecate/README.md create mode 100644 node_modules/util-deprecate/browser.js create mode 100644 node_modules/util-deprecate/node.js create mode 100644 node_modules/util-deprecate/package.json create mode 100644 node_modules/utils-merge/.npmignore create mode 100644 node_modules/utils-merge/LICENSE create mode 100644 node_modules/utils-merge/README.md create mode 100644 node_modules/utils-merge/index.js create mode 100644 node_modules/utils-merge/package.json create mode 100644 node_modules/uuid/AUTHORS create mode 100644 node_modules/uuid/CHANGELOG.md create mode 100644 node_modules/uuid/LICENSE.md create mode 100644 node_modules/uuid/README.md create mode 100755 node_modules/uuid/bin/uuid create mode 100644 node_modules/uuid/index.js create mode 100644 node_modules/uuid/lib/bytesToUuid.js create mode 100644 node_modules/uuid/lib/md5-browser.js create mode 100644 node_modules/uuid/lib/md5.js create mode 100644 node_modules/uuid/lib/rng-browser.js create mode 100644 node_modules/uuid/lib/rng.js create mode 100644 node_modules/uuid/lib/sha1-browser.js create mode 100644 node_modules/uuid/lib/sha1.js create mode 100644 node_modules/uuid/lib/v35.js create mode 100644 node_modules/uuid/package.json create mode 100644 node_modules/uuid/v1.js create mode 100644 node_modules/uuid/v3.js create mode 100644 node_modules/uuid/v4.js create mode 100644 node_modules/uuid/v5.js create mode 100644 node_modules/vary/HISTORY.md create mode 100644 node_modules/vary/LICENSE create mode 100644 node_modules/vary/README.md create mode 100644 node_modules/vary/index.js create mode 100644 node_modules/vary/package.json create mode 100644 node_modules/verror/.npmignore create mode 100644 node_modules/verror/CHANGES.md create mode 100644 node_modules/verror/CONTRIBUTING.md create mode 100644 node_modules/verror/LICENSE create mode 100644 node_modules/verror/README.md create mode 100644 node_modules/verror/lib/verror.js create mode 100644 node_modules/verror/package.json create mode 100644 node_modules/worker-timers-broker/LICENSE create mode 100644 node_modules/worker-timers-broker/README.md create mode 100644 node_modules/worker-timers-broker/build/es2019/guards/call-notification.d.ts create mode 100644 node_modules/worker-timers-broker/build/es2019/guards/call-notification.d.ts.map create mode 100644 node_modules/worker-timers-broker/build/es2019/guards/call-notification.js create mode 100644 node_modules/worker-timers-broker/build/es2019/guards/call-notification.js.map create mode 100644 node_modules/worker-timers-broker/build/es2019/guards/clear-response.d.ts create mode 100644 node_modules/worker-timers-broker/build/es2019/guards/clear-response.d.ts.map create mode 100644 node_modules/worker-timers-broker/build/es2019/guards/clear-response.js create mode 100644 node_modules/worker-timers-broker/build/es2019/guards/clear-response.js.map create mode 100644 node_modules/worker-timers-broker/build/es2019/module.d.ts create mode 100644 node_modules/worker-timers-broker/build/es2019/module.d.ts.map create mode 100644 node_modules/worker-timers-broker/build/es2019/module.js create mode 100644 node_modules/worker-timers-broker/build/es2019/module.js.map create mode 100644 node_modules/worker-timers-broker/build/es5/bundle.js create mode 100644 node_modules/worker-timers-broker/package.json create mode 100644 node_modules/worker-timers-broker/src/guards/call-notification.ts create mode 100644 node_modules/worker-timers-broker/src/guards/clear-response.ts create mode 100644 node_modules/worker-timers-broker/src/module.ts create mode 100644 node_modules/worker-timers-broker/src/tsconfig.json create mode 100644 node_modules/worker-timers-worker/LICENSE create mode 100644 node_modules/worker-timers-worker/README.md create mode 100644 node_modules/worker-timers-worker/build/es2019/helpers/timer.d.ts create mode 100644 node_modules/worker-timers-worker/build/es2019/helpers/timer.d.ts.map create mode 100644 node_modules/worker-timers-worker/build/es2019/helpers/timer.js create mode 100644 node_modules/worker-timers-worker/build/es2019/helpers/timer.js.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/broker-event.d.ts create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/broker-event.d.ts.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/broker-event.js create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/broker-event.js.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.d.ts create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.d.ts.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.js create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.js.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.d.ts create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.d.ts.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.js create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.js.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/clear-response.d.ts create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/clear-response.d.ts.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/clear-response.js create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/clear-response.js.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/error-notification.d.ts create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/error-notification.d.ts.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/error-notification.js create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/error-notification.js.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/error-response.d.ts create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/error-response.d.ts.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/error-response.js create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/error-response.js.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/index.d.ts create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/index.d.ts.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/index.js create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/index.js.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.d.ts create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.d.ts.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.js create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.js.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/worker-event.d.ts create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/worker-event.d.ts.map create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/worker-event.js create mode 100644 node_modules/worker-timers-worker/build/es2019/interfaces/worker-event.js.map create mode 100644 node_modules/worker-timers-worker/build/es2019/module.d.ts create mode 100644 node_modules/worker-timers-worker/build/es2019/module.d.ts.map create mode 100644 node_modules/worker-timers-worker/build/es2019/module.js create mode 100644 node_modules/worker-timers-worker/build/es2019/module.js.map create mode 100644 node_modules/worker-timers-worker/build/es2019/types/broker-message.d.ts create mode 100644 node_modules/worker-timers-worker/build/es2019/types/broker-message.d.ts.map create mode 100644 node_modules/worker-timers-worker/build/es2019/types/broker-message.js create mode 100644 node_modules/worker-timers-worker/build/es2019/types/broker-message.js.map create mode 100644 node_modules/worker-timers-worker/build/es2019/types/index.d.ts create mode 100644 node_modules/worker-timers-worker/build/es2019/types/index.d.ts.map create mode 100644 node_modules/worker-timers-worker/build/es2019/types/index.js create mode 100644 node_modules/worker-timers-worker/build/es2019/types/index.js.map create mode 100644 node_modules/worker-timers-worker/build/es2019/types/timer-type.d.ts create mode 100644 node_modules/worker-timers-worker/build/es2019/types/timer-type.d.ts.map create mode 100644 node_modules/worker-timers-worker/build/es2019/types/timer-type.js create mode 100644 node_modules/worker-timers-worker/build/es2019/types/timer-type.js.map create mode 100644 node_modules/worker-timers-worker/build/es2019/types/worker-message.d.ts create mode 100644 node_modules/worker-timers-worker/build/es2019/types/worker-message.d.ts.map create mode 100644 node_modules/worker-timers-worker/build/es2019/types/worker-message.js create mode 100644 node_modules/worker-timers-worker/build/es2019/types/worker-message.js.map create mode 100644 node_modules/worker-timers-worker/build/es5/bundle.js create mode 100644 node_modules/worker-timers-worker/package.json create mode 100644 node_modules/worker-timers-worker/src/helpers/timer.ts create mode 100644 node_modules/worker-timers-worker/src/interfaces/broker-event.ts create mode 100644 node_modules/worker-timers-worker/src/interfaces/call-notification.ts create mode 100644 node_modules/worker-timers-worker/src/interfaces/clear-request.ts create mode 100644 node_modules/worker-timers-worker/src/interfaces/clear-response.ts create mode 100644 node_modules/worker-timers-worker/src/interfaces/error-notification.ts create mode 100644 node_modules/worker-timers-worker/src/interfaces/error-response.ts create mode 100644 node_modules/worker-timers-worker/src/interfaces/index.ts create mode 100644 node_modules/worker-timers-worker/src/interfaces/set-notification.ts create mode 100644 node_modules/worker-timers-worker/src/interfaces/worker-event.ts create mode 100644 node_modules/worker-timers-worker/src/module.ts create mode 100644 node_modules/worker-timers-worker/src/tsconfig.json create mode 100644 node_modules/worker-timers-worker/src/types/broker-message.ts create mode 100644 node_modules/worker-timers-worker/src/types/index.ts create mode 100644 node_modules/worker-timers-worker/src/types/timer-type.ts create mode 100644 node_modules/worker-timers-worker/src/types/worker-message.ts create mode 100644 node_modules/worker-timers/LICENSE create mode 100644 node_modules/worker-timers/README.md create mode 100644 node_modules/worker-timers/build/es2019/factories/load-or-return-broker.d.ts create mode 100644 node_modules/worker-timers/build/es2019/factories/load-or-return-broker.d.ts.map create mode 100644 node_modules/worker-timers/build/es2019/factories/load-or-return-broker.js create mode 100644 node_modules/worker-timers/build/es2019/factories/load-or-return-broker.js.map create mode 100644 node_modules/worker-timers/build/es2019/module.d.ts create mode 100644 node_modules/worker-timers/build/es2019/module.d.ts.map create mode 100644 node_modules/worker-timers/build/es2019/module.js create mode 100644 node_modules/worker-timers/build/es2019/module.js.map create mode 100644 node_modules/worker-timers/build/es2019/worker/worker.d.ts create mode 100644 node_modules/worker-timers/build/es2019/worker/worker.d.ts.map create mode 100644 node_modules/worker-timers/build/es2019/worker/worker.js create mode 100644 node_modules/worker-timers/build/es2019/worker/worker.js.map create mode 100644 node_modules/worker-timers/build/es5/bundle.js create mode 100644 node_modules/worker-timers/package.json create mode 100644 node_modules/worker-timers/src/factories/load-or-return-broker.ts create mode 100644 node_modules/worker-timers/src/module.ts create mode 100644 node_modules/worker-timers/src/tsconfig.json create mode 100644 node_modules/worker-timers/src/worker/worker.ts create mode 100644 node_modules/ws/LICENSE create mode 100644 node_modules/ws/README.md create mode 100644 node_modules/ws/browser.js create mode 100644 node_modules/ws/index.js create mode 100644 node_modules/ws/lib/buffer-util.js create mode 100644 node_modules/ws/lib/constants.js create mode 100644 node_modules/ws/lib/event-target.js create mode 100644 node_modules/ws/lib/extension.js create mode 100644 node_modules/ws/lib/limiter.js create mode 100644 node_modules/ws/lib/permessage-deflate.js create mode 100644 node_modules/ws/lib/receiver.js create mode 100644 node_modules/ws/lib/sender.js create mode 100644 node_modules/ws/lib/stream.js create mode 100644 node_modules/ws/lib/subprotocol.js create mode 100644 node_modules/ws/lib/validation.js create mode 100644 node_modules/ws/lib/websocket-server.js create mode 100644 node_modules/ws/lib/websocket.js create mode 100644 node_modules/ws/package.json create mode 100644 node_modules/ws/wrapper.mjs create mode 100644 package-lock.json create mode 100644 package.json diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..37f4063 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,18 @@ +# Use official Node.js LTS base image +FROM node:20-slim + +# Create app directory +WORKDIR /usr/src/app + +# Install dependencies +COPY package*.json ./ +RUN npm ci --omit=dev + +# Copy app source +COPY . . + +# Expose app port (change if needed) +# EXPOSE 3000 + +# Start app +CMD ["node", "index.js"] diff --git a/config.json b/config.json new file mode 100644 index 0000000..1ad4cc5 --- /dev/null +++ b/config.json @@ -0,0 +1,13 @@ +{ + "mqtt": { + "url": "mqtt://radiola.bebra.vpn:1883", + "username": "owrx_mqtt", + "password": "0wrX_user;", + "topic": "owrx/#" + }, + "matrix": { + "homeserverUrl": "https://mtrx.hypogea.org", + "accessToken": "syt_bWVzaHRhc3RpYy1ib3Q_XTiNiSBMmcQVmoOvcwuy_1SAoSi", + "roomId": "!AtAWnyWJVKLCrWkjNP:hypogea.org" + } +} diff --git a/index.js b/index.js new file mode 100644 index 0000000..002ce86 --- /dev/null +++ b/index.js @@ -0,0 +1,143 @@ +const mqtt = require('mqtt'); +const { MatrixClient, SimpleFsStorageProvider, AutojoinRoomsMixin } = require('matrix-bot-sdk'); +const config = require('./config.json'); + +// Matrix client +const storage = new SimpleFsStorageProvider("matrix-storage.json"); +const matrix = new MatrixClient(config.matrix.homeserverUrl, config.matrix.accessToken, storage); +AutojoinRoomsMixin.setupOnClient(matrix); +matrix.start().then(() => console.log("Matrix bot started")); + +function formatMessageCQ(data) { + const { + callsign, + msg, + ccode, + country, + mode, + freq, + db, + dt, + locator + } = data; + + // Country flag emoji + const emojiFlag = countryCodeToFlagEmoji(ccode); + + // Convert frequency Hz to MHz with 3 decimal digits + const freqMHz = (freq / 1_000_000).toFixed(3); + + // RSSI visual bars + const rssiBars = snrToBars(db); + + // Google Maps locator search + const mapLink = `https://k7fry.com/grid/?qth=${locator}`; + + return `📡 ${callsign} ${emojiFlag} 📍${locator} +📶 ${db} dB | ${dt} s | ${rssiBars} +🔊 ${freqMHz}MHz ${mode} `; +} + +function formatMessageWX(data) { + const { + temperature_F, + humidity, + rain_mm, + wind_dir_deg, + wind_avg_m_s, + wind_max_m_s, + light_lux, + uv, + mic, + mode, + timestamp + } = data; + + const emoji = { + temp: "🌡️", + humidity: "💧", + rain: "🌧️", + wind: "🍃", + light: "💡", + uv: "☀️", + mic: "🎙️", + time: "🕒", + mode: "⚙️" + }; + + const dirEmoji = getWindDirectionEmoji(wind_dir_deg); + const readableTime = new Date(timestamp).toLocaleString(); + + return ` +${emoji.temp} Temperature: ${temperature_F.toFixed(1)} °C +${emoji.humidity} Humidity: ${humidity}% (may be out of range!) +${emoji.rain} Rainfall: ${rain_mm} mm +${emoji.wind} Wind: ${wind_avg_m_s} m/s avg, ${wind_max_m_s} m/s max ${dirEmoji} (${wind_dir_deg}°) +${emoji.light} Light: ${light_lux} lux +${emoji.uv} UV Index: ${uv} +${emoji.time} Time: ${readableTime} +`.trim(); +} + + +// Helper: SNR (dB) to emoji "bar chart" +function snrToBars(db) { + const snr = Math.max(Math.min(db, 0), -30); // clamp -30 to 0 + const levels = 5; + const filled = Math.round(((snr + 30) / 30) * levels); + return '▓'.repeat(filled) + '░'.repeat(levels - filled); +} + +// Helper: ISO country code (e.g. "CA") → 🇨🇦 emoji +function countryCodeToFlagEmoji(cc) { + if (!cc) return ''; + return cc.toUpperCase().replace(/./g, c => + String.fromCodePoint(0x1f1e6 - 65 + c.charCodeAt(0)) + ); +} +// MQTT client +const mqttClient = mqtt.connect(config.mqtt.url, { + username: config.mqtt.username, + password: config.mqtt.password, + clientId: 'mqtt-matrix-' + Math.random().toString(16).slice(2, 10), + clean: true, + connectTimeout: 4000, + reconnectPeriod: 2000, +}); + +mqttClient.on('connect', () => { + console.log('MQTT connected'); + mqttClient.subscribe(config.mqtt.topic, { qos: 0 }, err => { + if (err) console.error('Subscribe error', err); + }); +}); + +mqttClient.on('message', async (topic, payload) => { + const data = JSON.parse(payload.toString()); + console.log(`MQTT message on ${topic}: ${data?.msg}`); + // Simple filter—customize as needed + if (data?.model?.includes('CQ')) { + await matrix.sendMessage(config.matrix.roomId, { + msgtype: "m.text", + format: "org.matrix.custom.html", + formatted_body: formatMessageCQ(data), + body: formatMessageCQ(data), + }); + } else if (data?.msg?.includes('Sharp-SPC775')) { + const msg = `🌡️${data.temperature_C} | 💧${data.humidity}`; + await matrix.sendMessage(config.matrix.roomId, { + msgtype: "m.text", + format: "org.matrix.custom.html", + formatted_body: msg, + body: msg, + }); + } + else if (data?.msg?.includes('Cotech-367959')) { + await matrix.sendMessage(config.matrix.roomId, { + msgtype: "m.text", + format: "org.matrix.custom.html", + formatted_body: formatMessageWX(data), + body: formatMessageWX(data), + }); + } +}); diff --git a/matrix-storage.json b/matrix-storage.json new file mode 100644 index 0000000..40ee992 --- /dev/null +++ b/matrix-storage.json @@ -0,0 +1,7 @@ +{ + "filter": null, + "appserviceUsers": {}, + "appserviceTransactions": {}, + "kvStore": {}, + "syncToken": "s317677_13971353_951_1473312_4232_65_256_607069_0_25" +} \ No newline at end of file diff --git a/node_modules/.bin/mime b/node_modules/.bin/mime new file mode 120000 index 0000000..fbb7ee0 --- /dev/null +++ b/node_modules/.bin/mime @@ -0,0 +1 @@ +../mime/cli.js \ No newline at end of file diff --git a/node_modules/.bin/mkdirp b/node_modules/.bin/mkdirp new file mode 120000 index 0000000..0fd5193 --- /dev/null +++ b/node_modules/.bin/mkdirp @@ -0,0 +1 @@ +../mkdirp/dist/cjs/src/bin.js \ No newline at end of file diff --git a/node_modules/.bin/mqtt b/node_modules/.bin/mqtt new file mode 120000 index 0000000..ce398d9 --- /dev/null +++ b/node_modules/.bin/mqtt @@ -0,0 +1 @@ +../mqtt/build/bin/mqtt.js \ No newline at end of file diff --git a/node_modules/.bin/mqtt_pub b/node_modules/.bin/mqtt_pub new file mode 120000 index 0000000..0ed12d5 --- /dev/null +++ b/node_modules/.bin/mqtt_pub @@ -0,0 +1 @@ +../mqtt/build/bin/pub.js \ No newline at end of file diff --git a/node_modules/.bin/mqtt_sub b/node_modules/.bin/mqtt_sub new file mode 120000 index 0000000..76ea8a8 --- /dev/null +++ b/node_modules/.bin/mqtt_sub @@ -0,0 +1 @@ +../mqtt/build/bin/sub.js \ No newline at end of file diff --git a/node_modules/.bin/nanoid b/node_modules/.bin/nanoid new file mode 120000 index 0000000..e2be547 --- /dev/null +++ b/node_modules/.bin/nanoid @@ -0,0 +1 @@ +../nanoid/bin/nanoid.cjs \ No newline at end of file diff --git a/node_modules/.bin/ndh b/node_modules/.bin/ndh new file mode 120000 index 0000000..05fcbab --- /dev/null +++ b/node_modules/.bin/ndh @@ -0,0 +1 @@ +../node-downloader-helper/bin/ndh \ No newline at end of file diff --git a/node_modules/.bin/sshpk-conv b/node_modules/.bin/sshpk-conv new file mode 120000 index 0000000..a2a295c --- /dev/null +++ b/node_modules/.bin/sshpk-conv @@ -0,0 +1 @@ +../sshpk/bin/sshpk-conv \ No newline at end of file diff --git a/node_modules/.bin/sshpk-sign b/node_modules/.bin/sshpk-sign new file mode 120000 index 0000000..766b9b3 --- /dev/null +++ b/node_modules/.bin/sshpk-sign @@ -0,0 +1 @@ +../sshpk/bin/sshpk-sign \ No newline at end of file diff --git a/node_modules/.bin/sshpk-verify b/node_modules/.bin/sshpk-verify new file mode 120000 index 0000000..bfd7e3a --- /dev/null +++ b/node_modules/.bin/sshpk-verify @@ -0,0 +1 @@ +../sshpk/bin/sshpk-verify \ No newline at end of file diff --git a/node_modules/.bin/uuid b/node_modules/.bin/uuid new file mode 120000 index 0000000..b3e45bc --- /dev/null +++ b/node_modules/.bin/uuid @@ -0,0 +1 @@ +../uuid/bin/uuid \ No newline at end of file diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json new file mode 100644 index 0000000..f194c5e --- /dev/null +++ b/node_modules/.package-lock.json @@ -0,0 +1,2404 @@ +{ + "name": "hhertz", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "node_modules/@babel/runtime": { + "version": "7.28.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.2.tgz", + "integrity": "sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@matrix-org/matrix-sdk-crypto-nodejs": { + "version": "0.3.0-beta.1", + "resolved": "https://registry.npmjs.org/@matrix-org/matrix-sdk-crypto-nodejs/-/matrix-sdk-crypto-nodejs-0.3.0-beta.1.tgz", + "integrity": "sha512-FfVjTVuY/HUUx1j3P60iGp7dnHLTXIvRMBHrE0gV4mMIXlH5wO+yqjvDqlKxIZSoW7jfdoRflSz9JnXDob2ocg==", + "hasInstallScript": true, + "dependencies": { + "https-proxy-agent": "^7.0.5", + "node-downloader-helper": "^2.1.9" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@selderee/plugin-htmlparser2": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@selderee/plugin-htmlparser2/-/plugin-htmlparser2-0.11.0.tgz", + "integrity": "sha512-P33hHGdldxGabLFjPPpaTxVolMrzrcegejx+0GxjrIb9Zv48D8yAIA/QTDR2dFl7Uz7urX8aX6+5bCZslr+gWQ==", + "dependencies": { + "domhandler": "^5.0.3", + "selderee": "^0.11.0" + }, + "funding": { + "url": "https://ko-fi.com/killymxi" + } + }, + "node_modules/@types/body-parser": { + "version": "1.19.6", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz", + "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==", + "dependencies": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "node_modules/@types/connect": { + "version": "3.4.38", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/express": { + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.23.tgz", + "integrity": "sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==", + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.33", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "node_modules/@types/express-serve-static-core": { + "version": "4.19.6", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", + "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==", + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*", + "@types/send": "*" + } + }, + "node_modules/@types/http-errors": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz", + "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==" + }, + "node_modules/@types/mime": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" + }, + "node_modules/@types/node": { + "version": "24.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.1.0.tgz", + "integrity": "sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==", + "dependencies": { + "undici-types": "~7.8.0" + } + }, + "node_modules/@types/qs": { + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz", + "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==" + }, + "node_modules/@types/range-parser": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" + }, + "node_modules/@types/readable-stream": { + "version": "4.0.21", + "resolved": "https://registry.npmjs.org/@types/readable-stream/-/readable-stream-4.0.21.tgz", + "integrity": "sha512-19eKVv9tugr03IgfXlA9UVUVRbW6IuqRO5B92Dl4a6pT7K8uaGrNS0GkxiZD0BOk6PLuXl5FhWl//eX/pzYdTQ==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/send": { + "version": "0.17.5", + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.5.tgz", + "integrity": "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==", + "dependencies": { + "@types/mime": "^1", + "@types/node": "*" + } + }, + "node_modules/@types/serve-static": { + "version": "1.15.8", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.8.tgz", + "integrity": "sha512-roei0UY3LhpOJvjbIP6ZZFngyLKl5dskOtDhxY5THRSpO+ZI+nzJ+m5yUMzGrp89YRa7lvknKkMYjqQFGwA7Sg==", + "dependencies": { + "@types/http-errors": "*", + "@types/node": "*", + "@types/send": "*" + } + }, + "node_modules/@types/ws": { + "version": "8.18.1", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz", + "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@vector-im/matrix-bot-sdk": { + "version": "0.7.1-element.11", + "resolved": "https://registry.npmjs.org/@vector-im/matrix-bot-sdk/-/matrix-bot-sdk-0.7.1-element.11.tgz", + "integrity": "sha512-+Btt441GaegnuGO4b2JaGHNu4FYxy1Zi8vJxMk9VsSkGvZENNQB84hzXqfpKAk5UF2S5uGchCzN9TsXdZkWrWg==", + "dependencies": { + "@matrix-org/matrix-sdk-crypto-nodejs": "0.3.0-beta.1", + "@types/express": "^4.17.21", + "another-json": "^0.2.0", + "async-lock": "^1.4.0", + "chalk": "4", + "express": "^4.18.2", + "glob-to-regexp": "^0.4.1", + "hash.js": "^1.1.7", + "html-to-text": "^9.0.5", + "htmlencode": "^0.0.4", + "lowdb": "1", + "lru-cache": "^10.0.1", + "mkdirp": "^3.0.1", + "morgan": "^1.10.0", + "postgres": "^3.4.1", + "request": "^2.88.2", + "request-promise": "^4.2.6", + "sanitize-html": "^2.11.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "dependencies": { + "event-target-shim": "^5.0.0" + }, + "engines": { + "node": ">=6.5" + } + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/agent-base": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", + "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", + "engines": { + "node": ">= 14" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/another-json": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/another-json/-/another-json-0.2.0.tgz", + "integrity": "sha512-/Ndrl68UQLhnCdsAzEXLMFuOR546o2qbYRqCglaNHbjXrwG1ayTcdwr3zkSGOGtGXDyR5X9nCFfnyG2AFJIsqg==" + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" + }, + "node_modules/asn1": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", + "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", + "dependencies": { + "safer-buffer": "~2.1.0" + } + }, + "node_modules/assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/async-lock": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/async-lock/-/async-lock-1.4.1.tgz", + "integrity": "sha512-Az2ZTpuytrtqENulXwO3GGv1Bztugx6TT37NIo7imr/Qo0gsYiGtSdBa2B6fsXhTpVZDNfu1Qn3pk531e3q+nQ==" + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, + "node_modules/aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", + "engines": { + "node": "*" + } + }, + "node_modules/aws4": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.2.tgz", + "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/basic-auth": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", + "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", + "dependencies": { + "safe-buffer": "5.1.2" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/basic-auth/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "node_modules/bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", + "dependencies": { + "tweetnacl": "^0.14.3" + } + }, + "node_modules/bl": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-6.1.0.tgz", + "integrity": "sha512-ClDyJGQkc8ZtzdAAbAwBmhMSpwN/sC9HA8jxdYm6nVUbCfZbe2mgza4qh7AuEYyEPB/c4Kznf9s66bnsKMQDjw==", + "dependencies": { + "@types/readable-stream": "^4.0.0", + "buffer": "^6.0.3", + "inherits": "^2.0.4", + "readable-stream": "^4.2.0" + } + }, + "node_modules/bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" + }, + "node_modules/body-parser": { + "version": "1.20.3", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", + "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.5", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.13.0", + "raw-body": "2.5.2", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/call-bound": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==" + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/commist": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/commist/-/commist-3.2.0.tgz", + "integrity": "sha512-4PIMoPniho+LqXmpS5d3NuGYncG6XWlkBSVGiWycL22dd42OYdUGil2CWuzklaJoNxyxUSpO4MKIBU94viWNAw==" + }, + "node_modules/concat-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz", + "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==", + "engines": [ + "node >= 6.0" + ], + "dependencies": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^3.0.2", + "typedarray": "^0.0.6" + } + }, + "node_modules/concat-stream/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + }, + "node_modules/core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==" + }, + "node_modules/dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", + "dependencies": { + "assert-plus": "^1.0.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/dom-serializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.2", + "entities": "^4.2.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/domhandler": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", + "dependencies": { + "domelementtype": "^2.3.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/domutils": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz", + "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", + "dependencies": { + "dom-serializer": "^2.0.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", + "dependencies": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "node_modules/ecc-jsbn/node_modules/jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==" + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" + }, + "node_modules/encodeurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/express": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", + "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.3", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.7.1", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.3.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.3", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.12", + "proxy-addr": "~2.0.7", + "qs": "6.13.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.19.0", + "serve-static": "1.16.2", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "node_modules/extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", + "engines": [ + "node >=0.6.0" + ] + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "node_modules/fast-unique-numbers": { + "version": "8.0.13", + "resolved": "https://registry.npmjs.org/fast-unique-numbers/-/fast-unique-numbers-8.0.13.tgz", + "integrity": "sha512-7OnTFAVPefgw2eBJ1xj2PGGR9FwYzSUso9decayHgCDX4sJkHLdcsYTytTg+tYv+wKF3U8gJuSBz2jJpQV4u/g==", + "dependencies": { + "@babel/runtime": "^7.23.8", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.1.0" + } + }, + "node_modules/finalhandler": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", + "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", + "engines": { + "node": "*" + } + }, + "node_modules/form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-intrinsic": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", + "dependencies": { + "assert-plus": "^1.0.0" + } + }, + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" + }, + "node_modules/gopd": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + }, + "node_modules/har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", + "engines": { + "node": ">=4" + } + }, + "node_modules/har-validator": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "deprecated": "this library is no longer supported", + "dependencies": { + "ajv": "^6.12.3", + "har-schema": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "dependencies": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/help-me": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/help-me/-/help-me-5.0.0.tgz", + "integrity": "sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==" + }, + "node_modules/html-to-text": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-9.0.5.tgz", + "integrity": "sha512-qY60FjREgVZL03vJU6IfMV4GDjGBIoOyvuFdpBDIX9yTlDw0TjxVBQp+P8NvpdIXNJvfWBTNul7fsAQJq2FNpg==", + "dependencies": { + "@selderee/plugin-htmlparser2": "^0.11.0", + "deepmerge": "^4.3.1", + "dom-serializer": "^2.0.0", + "htmlparser2": "^8.0.2", + "selderee": "^0.11.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/htmlencode": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/htmlencode/-/htmlencode-0.0.4.tgz", + "integrity": "sha512-0uDvNVpzj/E2TfvLLyyXhKBRvF1y84aZsyRxRXFsQobnHaL4pcaXk+Y9cnFlvnxrBLeXDNq/VJBD+ngdBgQG1w==" + }, + "node_modules/htmlparser2": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", + "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.0.1", + "entities": "^4.4.0" + } + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", + "dependencies": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + }, + "engines": { + "node": ">=0.8", + "npm": ">=1.3.7" + } + }, + "node_modules/https-proxy-agent": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", + "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", + "dependencies": { + "agent-base": "^7.1.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/https-proxy-agent/node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/https-proxy-agent/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/ip-address": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", + "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "dependencies": { + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + }, + "engines": { + "node": ">= 12" + } + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-promise": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", + "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==" + }, + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" + }, + "node_modules/isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==" + }, + "node_modules/js-sdsl": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.3.0.tgz", + "integrity": "sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/js-sdsl" + } + }, + "node_modules/jsbn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", + "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==" + }, + "node_modules/json-schema": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==" + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "node_modules/json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" + }, + "node_modules/jsprim": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", + "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", + "dependencies": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.4.0", + "verror": "1.10.0" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/leac": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/leac/-/leac-0.6.0.tgz", + "integrity": "sha512-y+SqErxb8h7nE/fiEX07jsbuhrpO9lL8eca7/Y1nuWV2moNlXhyd59iDGcRf6moVyDMbmTNzL40SUyrFU/yDpg==", + "funding": { + "url": "https://ko-fi.com/killymxi" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/lowdb": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lowdb/-/lowdb-1.0.0.tgz", + "integrity": "sha512-2+x8esE/Wb9SQ1F9IHaYWfsC9FIecLOPrK4g17FGEayjUWH172H6nwicRovGvSE2CPZouc2MCIqCI7h9d+GftQ==", + "dependencies": { + "graceful-fs": "^4.1.3", + "is-promise": "^2.1.0", + "lodash": "4", + "pify": "^3.0.0", + "steno": "^0.4.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" + }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/matrix-bot-sdk": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/matrix-bot-sdk/-/matrix-bot-sdk-0.7.1.tgz", + "integrity": "sha512-klbuohKoOVdCw3foQyDxAswHLgIvBsEfTvt+SNu1RJYk/80UvKd/03YwYD470vILR/XtRXO8Cm+VC+5DvLwHaA==", + "dependencies": { + "@matrix-org/matrix-sdk-crypto-nodejs": "0.1.0-beta.6", + "@types/express": "^4.17.20", + "another-json": "^0.2.0", + "async-lock": "^1.4.0", + "chalk": "4", + "express": "^4.18.2", + "glob-to-regexp": "^0.4.1", + "hash.js": "^1.1.7", + "html-to-text": "^9.0.5", + "htmlencode": "^0.0.4", + "lowdb": "1", + "lru-cache": "^10.0.1", + "mkdirp": "^3.0.1", + "morgan": "^1.10.0", + "postgres": "^3.4.1", + "request": "^2.88.2", + "request-promise": "^4.2.6", + "sanitize-html": "^2.11.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/matrix-bot-sdk/node_modules/@matrix-org/matrix-sdk-crypto-nodejs": { + "version": "0.1.0-beta.6", + "resolved": "https://registry.npmjs.org/@matrix-org/matrix-sdk-crypto-nodejs/-/matrix-sdk-crypto-nodejs-0.1.0-beta.6.tgz", + "integrity": "sha512-JXyrHuCVMydUGgSetWsfqbbvHj3aUMOX5TUghlMtLFromyEu7wIsNgYt7PjJ+k3WdF4GVABRy4P6GNjaEMy2uA==", + "hasInstallScript": true, + "dependencies": { + "https-proxy-agent": "^5.0.1", + "node-downloader-helper": "^2.1.5" + }, + "engines": { + "node": ">= 16" + } + }, + "node_modules/matrix-bot-sdk/node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/matrix-bot-sdk/node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/matrix-bot-sdk/node_modules/https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/matrix-bot-sdk/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", + "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/mkdirp": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", + "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", + "bin": { + "mkdirp": "dist/cjs/src/bin.js" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/morgan": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.1.tgz", + "integrity": "sha512-223dMRJtI/l25dJKWpgij2cMtywuG/WiUKXdvwfbhGKBhy1puASqXwFzmWZ7+K73vUPoR7SS2Qz2cI/g9MKw0A==", + "dependencies": { + "basic-auth": "~2.0.1", + "debug": "2.6.9", + "depd": "~2.0.0", + "on-finished": "~2.3.0", + "on-headers": "~1.1.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/morgan/node_modules/on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/mqtt": { + "version": "5.13.3", + "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.13.3.tgz", + "integrity": "sha512-91x03kh1+vBBA51OMNbEw2fymXfaUjpHkC0NcMckg9Vf6ee/GrM/HXfE8XeeziHQpJL8adr+9ThTbN5v/WmrRA==", + "dependencies": { + "@types/readable-stream": "^4.0.18", + "@types/ws": "^8.18.1", + "commist": "^3.2.0", + "concat-stream": "^2.0.0", + "debug": "^4.4.0", + "help-me": "^5.0.0", + "lru-cache": "^10.4.3", + "minimist": "^1.2.8", + "mqtt-packet": "^9.0.2", + "number-allocator": "^1.0.14", + "readable-stream": "^4.7.0", + "rfdc": "^1.4.1", + "socks": "^2.8.3", + "split2": "^4.2.0", + "worker-timers": "^7.1.8", + "ws": "^8.18.0" + }, + "bin": { + "mqtt": "build/bin/mqtt.js", + "mqtt_pub": "build/bin/pub.js", + "mqtt_sub": "build/bin/sub.js" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/mqtt-packet": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-9.0.2.tgz", + "integrity": "sha512-MvIY0B8/qjq7bKxdN1eD+nrljoeaai+qjLJgfRn3TiMuz0pamsIWY2bFODPZMSNmabsLANXsLl4EMoWvlaTZWA==", + "dependencies": { + "bl": "^6.0.8", + "debug": "^4.3.4", + "process-nextick-args": "^2.0.1" + } + }, + "node_modules/mqtt-packet/node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/mqtt-packet/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/mqtt/node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/mqtt/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/nanoid": { + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/node-downloader-helper": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/node-downloader-helper/-/node-downloader-helper-2.1.9.tgz", + "integrity": "sha512-FSvAol2Z8UP191sZtsUZwHIN0eGoGue3uEXGdWIH5228e9KH1YHXT7fN8Oa33UGf+FbqGTQg3sJfrRGzmVCaJA==", + "bin": { + "ndh": "bin/ndh" + }, + "engines": { + "node": ">=14.18" + } + }, + "node_modules/number-allocator": { + "version": "1.0.14", + "resolved": "https://registry.npmjs.org/number-allocator/-/number-allocator-1.0.14.tgz", + "integrity": "sha512-OrL44UTVAvkKdOdRQZIJpLkAdjXGTRda052sN4sO77bKEzYYqWKMBjQvrJFzqygI99gL6Z4u2xctPW1tB8ErvA==", + "dependencies": { + "debug": "^4.3.1", + "js-sdsl": "4.3.0" + } + }, + "node_modules/number-allocator/node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/number-allocator/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", + "engines": { + "node": "*" + } + }, + "node_modules/object-inspect": { + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", + "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/on-headers": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz", + "integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/parse-srcset": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-srcset/-/parse-srcset-1.0.2.tgz", + "integrity": "sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q==" + }, + "node_modules/parseley": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/parseley/-/parseley-0.12.1.tgz", + "integrity": "sha512-e6qHKe3a9HWr0oMRVDTRhKce+bRO8VGQR3NyVwcjwrbhMmFCX9KszEV35+rn4AdilFAq9VPxP/Fe1wC9Qjd2lw==", + "dependencies": { + "leac": "^0.6.0", + "peberminta": "^0.9.0" + }, + "funding": { + "url": "https://ko-fi.com/killymxi" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/path-to-regexp": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==" + }, + "node_modules/peberminta": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/peberminta/-/peberminta-0.9.0.tgz", + "integrity": "sha512-XIxfHpEuSJbITd1H3EeQwpcZbTLHc+VVr8ANI9t5sit565tsI4/xK3KWTUFE2e6QiangUkh3B0jihzmGnNrRsQ==", + "funding": { + "url": "https://ko-fi.com/killymxi" + } + }, + "node_modules/performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==" + }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" + }, + "node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss": { + "version": "8.5.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", + "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "nanoid": "^3.3.11", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postgres": { + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/postgres/-/postgres-3.4.7.tgz", + "integrity": "sha512-Jtc2612XINuBjIl/QTWsV5UvE8UHuNblcO3vVADSrKsrc6RqGX6lOW1cEo3CM2v0XG4Nat8nI+YM7/f26VxXLw==", + "engines": { + "node": ">=12" + }, + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/porsager" + } + }, + "node_modules/process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/psl": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz", + "integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==", + "dependencies": { + "punycode": "^2.3.1" + }, + "funding": { + "url": "https://github.com/sponsors/lupomontero" + } + }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/qs": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "dependencies": { + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/readable-stream": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz", + "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==", + "dependencies": { + "abort-controller": "^3.0.0", + "buffer": "^6.0.3", + "events": "^3.3.0", + "process": "^0.11.10", + "string_decoder": "^1.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", + "dependencies": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/request-promise": { + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/request-promise/-/request-promise-4.2.6.tgz", + "integrity": "sha512-HCHI3DJJUakkOr8fNoCc73E5nU5bqITjOYFMDrKHYOXWXrgD/SBaC7LjwuPymUprRyuF06UK7hd/lMHkmUXglQ==", + "deprecated": "request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142", + "dependencies": { + "bluebird": "^3.5.0", + "request-promise-core": "1.1.4", + "stealthy-require": "^1.1.1", + "tough-cookie": "^2.3.3" + }, + "engines": { + "node": ">=0.10.0" + }, + "peerDependencies": { + "request": "^2.34" + } + }, + "node_modules/request-promise-core": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.4.tgz", + "integrity": "sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==", + "dependencies": { + "lodash": "^4.17.19" + }, + "engines": { + "node": ">=0.10.0" + }, + "peerDependencies": { + "request": "^2.34" + } + }, + "node_modules/request/node_modules/qs": { + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", + "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/rfdc": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", + "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==" + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/sanitize-html": { + "version": "2.17.0", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.0.tgz", + "integrity": "sha512-dLAADUSS8rBwhaevT12yCezvioCA+bmUTPH/u57xKPT8d++voeYE6HeluA/bPbQ15TwDBG2ii+QZIEmYx8VdxA==", + "dependencies": { + "deepmerge": "^4.2.2", + "escape-string-regexp": "^4.0.0", + "htmlparser2": "^8.0.0", + "is-plain-object": "^5.0.0", + "parse-srcset": "^1.0.2", + "postcss": "^8.3.11" + } + }, + "node_modules/selderee": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/selderee/-/selderee-0.11.0.tgz", + "integrity": "sha512-5TF+l7p4+OsnP8BCCvSyZiSPc4x4//p5uPwK8TCnVPJYRmU2aYKMpOXvw8zM5a5JvuuCGN1jmsMwuU2W02ukfA==", + "dependencies": { + "parseley": "^0.12.0" + }, + "funding": { + "url": "https://ko-fi.com/killymxi" + } + }, + "node_modules/send": { + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", + "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/serve-static": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", + "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", + "dependencies": { + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.19.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "node_modules/side-channel": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", + "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3", + "side-channel-list": "^1.0.0", + "side-channel-map": "^1.0.1", + "side-channel-weakmap": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-list": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", + "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", + "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-weakmap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", + "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3", + "side-channel-map": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks": { + "version": "2.8.6", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.6.tgz", + "integrity": "sha512-pe4Y2yzru68lXCb38aAqRf5gvN8YdjP1lok5o0J7BOHljkyCGKVz7H3vpVIXKD27rj2giOJ7DwVyk/GWrPHDWA==", + "dependencies": { + "ip-address": "^9.0.5", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/source-map-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/split2": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz", + "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==", + "engines": { + "node": ">= 10.x" + } + }, + "node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" + }, + "node_modules/sshpk": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", + "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", + "dependencies": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + }, + "bin": { + "sshpk-conv": "bin/sshpk-conv", + "sshpk-sign": "bin/sshpk-sign", + "sshpk-verify": "bin/sshpk-verify" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sshpk/node_modules/jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==" + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/stealthy-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz", + "integrity": "sha512-ZnWpYnYugiOVEY5GkcuJK1io5V8QmNYChG62gSit9pQVGErXtrKuPC55ITaVSukmMta5qpMU7vqLt2Lnni4f/g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/steno": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/steno/-/steno-0.4.4.tgz", + "integrity": "sha512-EEHMVYHNXFHfGtgjNITnka0aHhiAlo93F7z2/Pwd+g0teG9CnM3JIINM7hVVB5/rhw9voufD7Wukwgtw2uqh6w==", + "dependencies": { + "graceful-fs": "^4.1.3" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "dependencies": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" + }, + "node_modules/tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", + "dependencies": { + "safe-buffer": "^5.0.1" + }, + "engines": { + "node": "*" + } + }, + "node_modules/tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==" + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" + }, + "node_modules/undici-types": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", + "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==" + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", + "engines": [ + "node >=0.6.0" + ], + "dependencies": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "node_modules/worker-timers": { + "version": "7.1.8", + "resolved": "https://registry.npmjs.org/worker-timers/-/worker-timers-7.1.8.tgz", + "integrity": "sha512-R54psRKYVLuzff7c1OTFcq/4Hue5Vlz4bFtNEIarpSiCYhpifHU3aIQI29S84o1j87ePCYqbmEJPqwBTf+3sfw==", + "dependencies": { + "@babel/runtime": "^7.24.5", + "tslib": "^2.6.2", + "worker-timers-broker": "^6.1.8", + "worker-timers-worker": "^7.0.71" + } + }, + "node_modules/worker-timers-broker": { + "version": "6.1.8", + "resolved": "https://registry.npmjs.org/worker-timers-broker/-/worker-timers-broker-6.1.8.tgz", + "integrity": "sha512-FUCJu9jlK3A8WqLTKXM9E6kAmI/dR1vAJ8dHYLMisLNB/n3GuaFIjJ7pn16ZcD1zCOf7P6H62lWIEBi+yz/zQQ==", + "dependencies": { + "@babel/runtime": "^7.24.5", + "fast-unique-numbers": "^8.0.13", + "tslib": "^2.6.2", + "worker-timers-worker": "^7.0.71" + } + }, + "node_modules/worker-timers-worker": { + "version": "7.0.71", + "resolved": "https://registry.npmjs.org/worker-timers-worker/-/worker-timers-worker-7.0.71.tgz", + "integrity": "sha512-ks/5YKwZsto1c2vmljroppOKCivB/ma97g9y77MAAz2TBBjPPgpoOiS1qYQKIgvGTr2QYPT3XhJWIB6Rj2MVPQ==", + "dependencies": { + "@babel/runtime": "^7.24.5", + "tslib": "^2.6.2" + } + }, + "node_modules/ws": { + "version": "8.18.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", + "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + } + } +} diff --git a/node_modules/@babel/runtime/LICENSE b/node_modules/@babel/runtime/LICENSE new file mode 100644 index 0000000..f31575e --- /dev/null +++ b/node_modules/@babel/runtime/LICENSE @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) 2014-present Sebastian McKenzie and other contributors + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/@babel/runtime/README.md b/node_modules/@babel/runtime/README.md new file mode 100644 index 0000000..2f3368e --- /dev/null +++ b/node_modules/@babel/runtime/README.md @@ -0,0 +1,19 @@ +# @babel/runtime + +> babel's modular runtime helpers + +See our website [@babel/runtime](https://babeljs.io/docs/babel-runtime) for more information. + +## Install + +Using npm: + +```sh +npm install --save @babel/runtime +``` + +or using yarn: + +```sh +yarn add @babel/runtime +``` diff --git a/node_modules/@babel/runtime/helpers/AwaitValue.js b/node_modules/@babel/runtime/helpers/AwaitValue.js new file mode 100644 index 0000000..52a7e69 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/AwaitValue.js @@ -0,0 +1,4 @@ +function _AwaitValue(t) { + this.wrapped = t; +} +module.exports = _AwaitValue, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/OverloadYield.js b/node_modules/@babel/runtime/helpers/OverloadYield.js new file mode 100644 index 0000000..0eca88c --- /dev/null +++ b/node_modules/@babel/runtime/helpers/OverloadYield.js @@ -0,0 +1,4 @@ +function _OverloadYield(e, d) { + this.v = e, this.k = d; +} +module.exports = _OverloadYield, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js b/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js new file mode 100644 index 0000000..0ff780e --- /dev/null +++ b/node_modules/@babel/runtime/helpers/applyDecoratedDescriptor.js @@ -0,0 +1,9 @@ +function _applyDecoratedDescriptor(i, e, r, n, l) { + var a = {}; + return Object.keys(n).forEach(function (i) { + a[i] = n[i]; + }), a.enumerable = !!a.enumerable, a.configurable = !!a.configurable, ("value" in a || a.initializer) && (a.writable = !0), a = r.slice().reverse().reduce(function (r, n) { + return n(i, e, r) || r; + }, a), l && void 0 !== a.initializer && (a.value = a.initializer ? a.initializer.call(l) : void 0, a.initializer = void 0), void 0 === a.initializer ? (Object.defineProperty(i, e, a), null) : a; +} +module.exports = _applyDecoratedDescriptor, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/applyDecs.js b/node_modules/@babel/runtime/helpers/applyDecs.js new file mode 100644 index 0000000..3770c5a --- /dev/null +++ b/node_modules/@babel/runtime/helpers/applyDecs.js @@ -0,0 +1,236 @@ +var _typeof = require("./typeof.js")["default"]; +var setFunctionName = require("./setFunctionName.js"); +var toPropertyKey = require("./toPropertyKey.js"); +function old_createMetadataMethodsForProperty(e, t, a, r) { + return { + getMetadata: function getMetadata(o) { + old_assertNotFinished(r, "getMetadata"), old_assertMetadataKey(o); + var i = e[o]; + if (void 0 !== i) if (1 === t) { + var n = i["public"]; + if (void 0 !== n) return n[a]; + } else if (2 === t) { + var l = i["private"]; + if (void 0 !== l) return l.get(a); + } else if (Object.hasOwnProperty.call(i, "constructor")) return i.constructor; + }, + setMetadata: function setMetadata(o, i) { + old_assertNotFinished(r, "setMetadata"), old_assertMetadataKey(o); + var n = e[o]; + if (void 0 === n && (n = e[o] = {}), 1 === t) { + var l = n["public"]; + void 0 === l && (l = n["public"] = {}), l[a] = i; + } else if (2 === t) { + var s = n.priv; + void 0 === s && (s = n["private"] = new Map()), s.set(a, i); + } else n.constructor = i; + } + }; +} +function old_convertMetadataMapToFinal(e, t) { + var a = e[Symbol.metadata || Symbol["for"]("Symbol.metadata")], + r = Object.getOwnPropertySymbols(t); + if (0 !== r.length) { + for (var o = 0; o < r.length; o++) { + var i = r[o], + n = t[i], + l = a ? a[i] : null, + s = n["public"], + c = l ? l["public"] : null; + s && c && Object.setPrototypeOf(s, c); + var d = n["private"]; + if (d) { + var u = Array.from(d.values()), + f = l ? l["private"] : null; + f && (u = u.concat(f)), n["private"] = u; + } + l && Object.setPrototypeOf(n, l); + } + a && Object.setPrototypeOf(t, a), e[Symbol.metadata || Symbol["for"]("Symbol.metadata")] = t; + } +} +function old_createAddInitializerMethod(e, t) { + return function (a) { + old_assertNotFinished(t, "addInitializer"), old_assertCallable(a, "An initializer"), e.push(a); + }; +} +function old_memberDec(e, t, a, r, o, i, n, l, s) { + var c; + switch (i) { + case 1: + c = "accessor"; + break; + case 2: + c = "method"; + break; + case 3: + c = "getter"; + break; + case 4: + c = "setter"; + break; + default: + c = "field"; + } + var d, + u, + f = { + kind: c, + name: l ? "#" + t : toPropertyKey(t), + isStatic: n, + isPrivate: l + }, + p = { + v: !1 + }; + if (0 !== i && (f.addInitializer = old_createAddInitializerMethod(o, p)), l) { + d = 2, u = Symbol(t); + var v = {}; + 0 === i ? (v.get = a.get, v.set = a.set) : 2 === i ? v.get = function () { + return a.value; + } : (1 !== i && 3 !== i || (v.get = function () { + return a.get.call(this); + }), 1 !== i && 4 !== i || (v.set = function (e) { + a.set.call(this, e); + })), f.access = v; + } else d = 1, u = t; + try { + return e(s, Object.assign(f, old_createMetadataMethodsForProperty(r, d, u, p))); + } finally { + p.v = !0; + } +} +function old_assertNotFinished(e, t) { + if (e.v) throw Error("attempted to call " + t + " after decoration was finished"); +} +function old_assertMetadataKey(e) { + if ("symbol" != _typeof(e)) throw new TypeError("Metadata keys must be symbols, received: " + e); +} +function old_assertCallable(e, t) { + if ("function" != typeof e) throw new TypeError(t + " must be a function"); +} +function old_assertValidReturnValue(e, t) { + var a = _typeof(t); + if (1 === e) { + if ("object" !== a || null === t) throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0"); + void 0 !== t.get && old_assertCallable(t.get, "accessor.get"), void 0 !== t.set && old_assertCallable(t.set, "accessor.set"), void 0 !== t.init && old_assertCallable(t.init, "accessor.init"), void 0 !== t.initializer && old_assertCallable(t.initializer, "accessor.initializer"); + } else if ("function" !== a) throw new TypeError((0 === e ? "field" : 10 === e ? "class" : "method") + " decorators must return a function or void 0"); +} +function old_getInit(e) { + var t; + return null == (t = e.init) && (t = e.initializer) && void 0 !== console && console.warn(".initializer has been renamed to .init as of March 2022"), t; +} +function old_applyMemberDec(e, t, a, r, o, i, n, l, s) { + var c, + d, + u, + f, + p, + v, + y, + h = a[0]; + if (n ? (0 === o || 1 === o ? (c = { + get: a[3], + set: a[4] + }, u = "get") : 3 === o ? (c = { + get: a[3] + }, u = "get") : 4 === o ? (c = { + set: a[3] + }, u = "set") : c = { + value: a[3] + }, 0 !== o && (1 === o && setFunctionName(a[4], "#" + r, "set"), setFunctionName(a[3], "#" + r, u))) : 0 !== o && (c = Object.getOwnPropertyDescriptor(t, r)), 1 === o ? f = { + get: c.get, + set: c.set + } : 2 === o ? f = c.value : 3 === o ? f = c.get : 4 === o && (f = c.set), "function" == typeof h) void 0 !== (p = old_memberDec(h, r, c, l, s, o, i, n, f)) && (old_assertValidReturnValue(o, p), 0 === o ? d = p : 1 === o ? (d = old_getInit(p), v = p.get || f.get, y = p.set || f.set, f = { + get: v, + set: y + }) : f = p);else for (var m = h.length - 1; m >= 0; m--) { + var b; + void 0 !== (p = old_memberDec(h[m], r, c, l, s, o, i, n, f)) && (old_assertValidReturnValue(o, p), 0 === o ? b = p : 1 === o ? (b = old_getInit(p), v = p.get || f.get, y = p.set || f.set, f = { + get: v, + set: y + }) : f = p, void 0 !== b && (void 0 === d ? d = b : "function" == typeof d ? d = [d, b] : d.push(b))); + } + if (0 === o || 1 === o) { + if (void 0 === d) d = function d(e, t) { + return t; + };else if ("function" != typeof d) { + var g = d; + d = function d(e, t) { + for (var a = t, r = 0; r < g.length; r++) a = g[r].call(e, a); + return a; + }; + } else { + var _ = d; + d = function d(e, t) { + return _.call(e, t); + }; + } + e.push(d); + } + 0 !== o && (1 === o ? (c.get = f.get, c.set = f.set) : 2 === o ? c.value = f : 3 === o ? c.get = f : 4 === o && (c.set = f), n ? 1 === o ? (e.push(function (e, t) { + return f.get.call(e, t); + }), e.push(function (e, t) { + return f.set.call(e, t); + })) : 2 === o ? e.push(f) : e.push(function (e, t) { + return f.call(e, t); + }) : Object.defineProperty(t, r, c)); +} +function old_applyMemberDecs(e, t, a, r, o) { + for (var i, n, l = new Map(), s = new Map(), c = 0; c < o.length; c++) { + var d = o[c]; + if (Array.isArray(d)) { + var u, + f, + p, + v = d[1], + y = d[2], + h = d.length > 3, + m = v >= 5; + if (m ? (u = t, f = r, 0 != (v -= 5) && (p = n = n || [])) : (u = t.prototype, f = a, 0 !== v && (p = i = i || [])), 0 !== v && !h) { + var b = m ? s : l, + g = b.get(y) || 0; + if (!0 === g || 3 === g && 4 !== v || 4 === g && 3 !== v) throw Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + y); + !g && v > 2 ? b.set(y, v) : b.set(y, !0); + } + old_applyMemberDec(e, u, d, y, v, m, h, f, p); + } + } + old_pushInitializers(e, i), old_pushInitializers(e, n); +} +function old_pushInitializers(e, t) { + t && e.push(function (e) { + for (var a = 0; a < t.length; a++) t[a].call(e); + return e; + }); +} +function old_applyClassDecs(e, t, a, r) { + if (r.length > 0) { + for (var o = [], i = t, n = t.name, l = r.length - 1; l >= 0; l--) { + var s = { + v: !1 + }; + try { + var c = Object.assign({ + kind: "class", + name: n, + addInitializer: old_createAddInitializerMethod(o, s) + }, old_createMetadataMethodsForProperty(a, 0, n, s)), + d = r[l](i, c); + } finally { + s.v = !0; + } + void 0 !== d && (old_assertValidReturnValue(10, d), i = d); + } + e.push(i, function () { + for (var e = 0; e < o.length; e++) o[e].call(i); + }); + } +} +function applyDecs(e, t, a) { + var r = [], + o = {}, + i = {}; + return old_applyMemberDecs(r, e, i, o, t), old_convertMetadataMapToFinal(e.prototype, i), old_applyClassDecs(r, e, o, a), old_convertMetadataMapToFinal(e, o), r; +} +module.exports = applyDecs, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/applyDecs2203.js b/node_modules/@babel/runtime/helpers/applyDecs2203.js new file mode 100644 index 0000000..d3da333 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/applyDecs2203.js @@ -0,0 +1,184 @@ +var _typeof = require("./typeof.js")["default"]; +function applyDecs2203Factory() { + function createAddInitializerMethod(e, t) { + return function (r) { + !function (e, t) { + if (e.v) throw Error("attempted to call addInitializer after decoration was finished"); + }(t), assertCallable(r, "An initializer"), e.push(r); + }; + } + function memberDec(e, t, r, a, n, i, s, o) { + var c; + switch (n) { + case 1: + c = "accessor"; + break; + case 2: + c = "method"; + break; + case 3: + c = "getter"; + break; + case 4: + c = "setter"; + break; + default: + c = "field"; + } + var l, + u, + f = { + kind: c, + name: s ? "#" + t : t, + "static": i, + "private": s + }, + p = { + v: !1 + }; + 0 !== n && (f.addInitializer = createAddInitializerMethod(a, p)), 0 === n ? s ? (l = r.get, u = r.set) : (l = function l() { + return this[t]; + }, u = function u(e) { + this[t] = e; + }) : 2 === n ? l = function l() { + return r.value; + } : (1 !== n && 3 !== n || (l = function l() { + return r.get.call(this); + }), 1 !== n && 4 !== n || (u = function u(e) { + r.set.call(this, e); + })), f.access = l && u ? { + get: l, + set: u + } : l ? { + get: l + } : { + set: u + }; + try { + return e(o, f); + } finally { + p.v = !0; + } + } + function assertCallable(e, t) { + if ("function" != typeof e) throw new TypeError(t + " must be a function"); + } + function assertValidReturnValue(e, t) { + var r = _typeof(t); + if (1 === e) { + if ("object" !== r || null === t) throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0"); + void 0 !== t.get && assertCallable(t.get, "accessor.get"), void 0 !== t.set && assertCallable(t.set, "accessor.set"), void 0 !== t.init && assertCallable(t.init, "accessor.init"); + } else if ("function" !== r) throw new TypeError((0 === e ? "field" : 10 === e ? "class" : "method") + " decorators must return a function or void 0"); + } + function applyMemberDec(e, t, r, a, n, i, s, o) { + var c, + l, + u, + f, + p, + d, + h = r[0]; + if (s ? c = 0 === n || 1 === n ? { + get: r[3], + set: r[4] + } : 3 === n ? { + get: r[3] + } : 4 === n ? { + set: r[3] + } : { + value: r[3] + } : 0 !== n && (c = Object.getOwnPropertyDescriptor(t, a)), 1 === n ? u = { + get: c.get, + set: c.set + } : 2 === n ? u = c.value : 3 === n ? u = c.get : 4 === n && (u = c.set), "function" == typeof h) void 0 !== (f = memberDec(h, a, c, o, n, i, s, u)) && (assertValidReturnValue(n, f), 0 === n ? l = f : 1 === n ? (l = f.init, p = f.get || u.get, d = f.set || u.set, u = { + get: p, + set: d + }) : u = f);else for (var v = h.length - 1; v >= 0; v--) { + var g; + void 0 !== (f = memberDec(h[v], a, c, o, n, i, s, u)) && (assertValidReturnValue(n, f), 0 === n ? g = f : 1 === n ? (g = f.init, p = f.get || u.get, d = f.set || u.set, u = { + get: p, + set: d + }) : u = f, void 0 !== g && (void 0 === l ? l = g : "function" == typeof l ? l = [l, g] : l.push(g))); + } + if (0 === n || 1 === n) { + if (void 0 === l) l = function l(e, t) { + return t; + };else if ("function" != typeof l) { + var y = l; + l = function l(e, t) { + for (var r = t, a = 0; a < y.length; a++) r = y[a].call(e, r); + return r; + }; + } else { + var m = l; + l = function l(e, t) { + return m.call(e, t); + }; + } + e.push(l); + } + 0 !== n && (1 === n ? (c.get = u.get, c.set = u.set) : 2 === n ? c.value = u : 3 === n ? c.get = u : 4 === n && (c.set = u), s ? 1 === n ? (e.push(function (e, t) { + return u.get.call(e, t); + }), e.push(function (e, t) { + return u.set.call(e, t); + })) : 2 === n ? e.push(u) : e.push(function (e, t) { + return u.call(e, t); + }) : Object.defineProperty(t, a, c)); + } + function pushInitializers(e, t) { + t && e.push(function (e) { + for (var r = 0; r < t.length; r++) t[r].call(e); + return e; + }); + } + return function (e, t, r) { + var a = []; + return function (e, t, r) { + for (var a, n, i = new Map(), s = new Map(), o = 0; o < r.length; o++) { + var c = r[o]; + if (Array.isArray(c)) { + var l, + u, + f = c[1], + p = c[2], + d = c.length > 3, + h = f >= 5; + if (h ? (l = t, 0 != (f -= 5) && (u = n = n || [])) : (l = t.prototype, 0 !== f && (u = a = a || [])), 0 !== f && !d) { + var v = h ? s : i, + g = v.get(p) || 0; + if (!0 === g || 3 === g && 4 !== f || 4 === g && 3 !== f) throw Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + p); + !g && f > 2 ? v.set(p, f) : v.set(p, !0); + } + applyMemberDec(e, l, c, p, f, h, d, u); + } + } + pushInitializers(e, a), pushInitializers(e, n); + }(a, e, t), function (e, t, r) { + if (r.length > 0) { + for (var a = [], n = t, i = t.name, s = r.length - 1; s >= 0; s--) { + var o = { + v: !1 + }; + try { + var c = r[s](n, { + kind: "class", + name: i, + addInitializer: createAddInitializerMethod(a, o) + }); + } finally { + o.v = !0; + } + void 0 !== c && (assertValidReturnValue(10, c), n = c); + } + e.push(n, function () { + for (var e = 0; e < a.length; e++) a[e].call(n); + }); + } + }(a, e, r), a; + }; +} +var applyDecs2203Impl; +function applyDecs2203(e, t, r) { + return (applyDecs2203Impl = applyDecs2203Impl || applyDecs2203Factory())(e, t, r); +} +module.exports = applyDecs2203, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/applyDecs2203R.js b/node_modules/@babel/runtime/helpers/applyDecs2203R.js new file mode 100644 index 0000000..725419b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/applyDecs2203R.js @@ -0,0 +1,191 @@ +var _typeof = require("./typeof.js")["default"]; +var setFunctionName = require("./setFunctionName.js"); +var toPropertyKey = require("./toPropertyKey.js"); +function applyDecs2203RFactory() { + function createAddInitializerMethod(e, t) { + return function (r) { + !function (e, t) { + if (e.v) throw Error("attempted to call addInitializer after decoration was finished"); + }(t), assertCallable(r, "An initializer"), e.push(r); + }; + } + function memberDec(e, t, r, n, a, i, o, s) { + var c; + switch (a) { + case 1: + c = "accessor"; + break; + case 2: + c = "method"; + break; + case 3: + c = "getter"; + break; + case 4: + c = "setter"; + break; + default: + c = "field"; + } + var l, + u, + f = { + kind: c, + name: o ? "#" + t : toPropertyKey(t), + "static": i, + "private": o + }, + p = { + v: !1 + }; + 0 !== a && (f.addInitializer = createAddInitializerMethod(n, p)), 0 === a ? o ? (l = r.get, u = r.set) : (l = function l() { + return this[t]; + }, u = function u(e) { + this[t] = e; + }) : 2 === a ? l = function l() { + return r.value; + } : (1 !== a && 3 !== a || (l = function l() { + return r.get.call(this); + }), 1 !== a && 4 !== a || (u = function u(e) { + r.set.call(this, e); + })), f.access = l && u ? { + get: l, + set: u + } : l ? { + get: l + } : { + set: u + }; + try { + return e(s, f); + } finally { + p.v = !0; + } + } + function assertCallable(e, t) { + if ("function" != typeof e) throw new TypeError(t + " must be a function"); + } + function assertValidReturnValue(e, t) { + var r = _typeof(t); + if (1 === e) { + if ("object" !== r || null === t) throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0"); + void 0 !== t.get && assertCallable(t.get, "accessor.get"), void 0 !== t.set && assertCallable(t.set, "accessor.set"), void 0 !== t.init && assertCallable(t.init, "accessor.init"); + } else if ("function" !== r) throw new TypeError((0 === e ? "field" : 10 === e ? "class" : "method") + " decorators must return a function or void 0"); + } + function applyMemberDec(e, t, r, n, a, i, o, s) { + var c, + l, + u, + f, + p, + d, + h, + v = r[0]; + if (o ? (0 === a || 1 === a ? (c = { + get: r[3], + set: r[4] + }, u = "get") : 3 === a ? (c = { + get: r[3] + }, u = "get") : 4 === a ? (c = { + set: r[3] + }, u = "set") : c = { + value: r[3] + }, 0 !== a && (1 === a && setFunctionName(r[4], "#" + n, "set"), setFunctionName(r[3], "#" + n, u))) : 0 !== a && (c = Object.getOwnPropertyDescriptor(t, n)), 1 === a ? f = { + get: c.get, + set: c.set + } : 2 === a ? f = c.value : 3 === a ? f = c.get : 4 === a && (f = c.set), "function" == typeof v) void 0 !== (p = memberDec(v, n, c, s, a, i, o, f)) && (assertValidReturnValue(a, p), 0 === a ? l = p : 1 === a ? (l = p.init, d = p.get || f.get, h = p.set || f.set, f = { + get: d, + set: h + }) : f = p);else for (var g = v.length - 1; g >= 0; g--) { + var y; + void 0 !== (p = memberDec(v[g], n, c, s, a, i, o, f)) && (assertValidReturnValue(a, p), 0 === a ? y = p : 1 === a ? (y = p.init, d = p.get || f.get, h = p.set || f.set, f = { + get: d, + set: h + }) : f = p, void 0 !== y && (void 0 === l ? l = y : "function" == typeof l ? l = [l, y] : l.push(y))); + } + if (0 === a || 1 === a) { + if (void 0 === l) l = function l(e, t) { + return t; + };else if ("function" != typeof l) { + var m = l; + l = function l(e, t) { + for (var r = t, n = 0; n < m.length; n++) r = m[n].call(e, r); + return r; + }; + } else { + var b = l; + l = function l(e, t) { + return b.call(e, t); + }; + } + e.push(l); + } + 0 !== a && (1 === a ? (c.get = f.get, c.set = f.set) : 2 === a ? c.value = f : 3 === a ? c.get = f : 4 === a && (c.set = f), o ? 1 === a ? (e.push(function (e, t) { + return f.get.call(e, t); + }), e.push(function (e, t) { + return f.set.call(e, t); + })) : 2 === a ? e.push(f) : e.push(function (e, t) { + return f.call(e, t); + }) : Object.defineProperty(t, n, c)); + } + function applyMemberDecs(e, t) { + for (var r, n, a = [], i = new Map(), o = new Map(), s = 0; s < t.length; s++) { + var c = t[s]; + if (Array.isArray(c)) { + var l, + u, + f = c[1], + p = c[2], + d = c.length > 3, + h = f >= 5; + if (h ? (l = e, 0 != (f -= 5) && (u = n = n || [])) : (l = e.prototype, 0 !== f && (u = r = r || [])), 0 !== f && !d) { + var v = h ? o : i, + g = v.get(p) || 0; + if (!0 === g || 3 === g && 4 !== f || 4 === g && 3 !== f) throw Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + p); + !g && f > 2 ? v.set(p, f) : v.set(p, !0); + } + applyMemberDec(a, l, c, p, f, h, d, u); + } + } + return pushInitializers(a, r), pushInitializers(a, n), a; + } + function pushInitializers(e, t) { + t && e.push(function (e) { + for (var r = 0; r < t.length; r++) t[r].call(e); + return e; + }); + } + return function (e, t, r) { + return { + e: applyMemberDecs(e, t), + get c() { + return function (e, t) { + if (t.length > 0) { + for (var r = [], n = e, a = e.name, i = t.length - 1; i >= 0; i--) { + var o = { + v: !1 + }; + try { + var s = t[i](n, { + kind: "class", + name: a, + addInitializer: createAddInitializerMethod(r, o) + }); + } finally { + o.v = !0; + } + void 0 !== s && (assertValidReturnValue(10, s), n = s); + } + return [n, function () { + for (var e = 0; e < r.length; e++) r[e].call(n); + }]; + } + }(e, r); + } + }; + }; +} +function applyDecs2203R(e, t, r) { + return (module.exports = applyDecs2203R = applyDecs2203RFactory(), module.exports.__esModule = true, module.exports["default"] = module.exports)(e, t, r); +} +module.exports = applyDecs2203R, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/applyDecs2301.js b/node_modules/@babel/runtime/helpers/applyDecs2301.js new file mode 100644 index 0000000..fc2c130 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/applyDecs2301.js @@ -0,0 +1,222 @@ +var _typeof = require("./typeof.js")["default"]; +var checkInRHS = require("./checkInRHS.js"); +var setFunctionName = require("./setFunctionName.js"); +var toPropertyKey = require("./toPropertyKey.js"); +function applyDecs2301Factory() { + function createAddInitializerMethod(e, t) { + return function (r) { + !function (e, t) { + if (e.v) throw Error("attempted to call addInitializer after decoration was finished"); + }(t), assertCallable(r, "An initializer"), e.push(r); + }; + } + function assertInstanceIfPrivate(e, t) { + if (!e(t)) throw new TypeError("Attempted to access private element on non-instance"); + } + function memberDec(e, t, r, n, a, i, s, o, c) { + var u; + switch (a) { + case 1: + u = "accessor"; + break; + case 2: + u = "method"; + break; + case 3: + u = "getter"; + break; + case 4: + u = "setter"; + break; + default: + u = "field"; + } + var l, + f, + p = { + kind: u, + name: s ? "#" + t : toPropertyKey(t), + "static": i, + "private": s + }, + d = { + v: !1 + }; + if (0 !== a && (p.addInitializer = createAddInitializerMethod(n, d)), s || 0 !== a && 2 !== a) { + if (2 === a) l = function l(e) { + return assertInstanceIfPrivate(c, e), r.value; + };else { + var h = 0 === a || 1 === a; + (h || 3 === a) && (l = s ? function (e) { + return assertInstanceIfPrivate(c, e), r.get.call(e); + } : function (e) { + return r.get.call(e); + }), (h || 4 === a) && (f = s ? function (e, t) { + assertInstanceIfPrivate(c, e), r.set.call(e, t); + } : function (e, t) { + r.set.call(e, t); + }); + } + } else l = function l(e) { + return e[t]; + }, 0 === a && (f = function f(e, r) { + e[t] = r; + }); + var v = s ? c.bind() : function (e) { + return t in e; + }; + p.access = l && f ? { + get: l, + set: f, + has: v + } : l ? { + get: l, + has: v + } : { + set: f, + has: v + }; + try { + return e(o, p); + } finally { + d.v = !0; + } + } + function assertCallable(e, t) { + if ("function" != typeof e) throw new TypeError(t + " must be a function"); + } + function assertValidReturnValue(e, t) { + var r = _typeof(t); + if (1 === e) { + if ("object" !== r || null === t) throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0"); + void 0 !== t.get && assertCallable(t.get, "accessor.get"), void 0 !== t.set && assertCallable(t.set, "accessor.set"), void 0 !== t.init && assertCallable(t.init, "accessor.init"); + } else if ("function" !== r) throw new TypeError((0 === e ? "field" : 10 === e ? "class" : "method") + " decorators must return a function or void 0"); + } + function curryThis2(e) { + return function (t) { + e(this, t); + }; + } + function applyMemberDec(e, t, r, n, a, i, s, o, c) { + var u, + l, + f, + p, + d, + h, + v, + y, + g = r[0]; + if (s ? (0 === a || 1 === a ? (u = { + get: (d = r[3], function () { + return d(this); + }), + set: curryThis2(r[4]) + }, f = "get") : 3 === a ? (u = { + get: r[3] + }, f = "get") : 4 === a ? (u = { + set: r[3] + }, f = "set") : u = { + value: r[3] + }, 0 !== a && (1 === a && setFunctionName(u.set, "#" + n, "set"), setFunctionName(u[f || "value"], "#" + n, f))) : 0 !== a && (u = Object.getOwnPropertyDescriptor(t, n)), 1 === a ? p = { + get: u.get, + set: u.set + } : 2 === a ? p = u.value : 3 === a ? p = u.get : 4 === a && (p = u.set), "function" == typeof g) void 0 !== (h = memberDec(g, n, u, o, a, i, s, p, c)) && (assertValidReturnValue(a, h), 0 === a ? l = h : 1 === a ? (l = h.init, v = h.get || p.get, y = h.set || p.set, p = { + get: v, + set: y + }) : p = h);else for (var m = g.length - 1; m >= 0; m--) { + var b; + void 0 !== (h = memberDec(g[m], n, u, o, a, i, s, p, c)) && (assertValidReturnValue(a, h), 0 === a ? b = h : 1 === a ? (b = h.init, v = h.get || p.get, y = h.set || p.set, p = { + get: v, + set: y + }) : p = h, void 0 !== b && (void 0 === l ? l = b : "function" == typeof l ? l = [l, b] : l.push(b))); + } + if (0 === a || 1 === a) { + if (void 0 === l) l = function l(e, t) { + return t; + };else if ("function" != typeof l) { + var I = l; + l = function l(e, t) { + for (var r = t, n = 0; n < I.length; n++) r = I[n].call(e, r); + return r; + }; + } else { + var w = l; + l = function l(e, t) { + return w.call(e, t); + }; + } + e.push(l); + } + 0 !== a && (1 === a ? (u.get = p.get, u.set = p.set) : 2 === a ? u.value = p : 3 === a ? u.get = p : 4 === a && (u.set = p), s ? 1 === a ? (e.push(function (e, t) { + return p.get.call(e, t); + }), e.push(function (e, t) { + return p.set.call(e, t); + })) : 2 === a ? e.push(p) : e.push(function (e, t) { + return p.call(e, t); + }) : Object.defineProperty(t, n, u)); + } + function applyMemberDecs(e, t, r) { + for (var n, a, i, s = [], o = new Map(), c = new Map(), u = 0; u < t.length; u++) { + var l = t[u]; + if (Array.isArray(l)) { + var f, + p, + d = l[1], + h = l[2], + v = l.length > 3, + y = d >= 5, + g = r; + if (y ? (f = e, 0 != (d -= 5) && (p = a = a || []), v && !i && (i = function i(t) { + return checkInRHS(t) === e; + }), g = i) : (f = e.prototype, 0 !== d && (p = n = n || [])), 0 !== d && !v) { + var m = y ? c : o, + b = m.get(h) || 0; + if (!0 === b || 3 === b && 4 !== d || 4 === b && 3 !== d) throw Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + h); + !b && d > 2 ? m.set(h, d) : m.set(h, !0); + } + applyMemberDec(s, f, l, h, d, y, v, p, g); + } + } + return pushInitializers(s, n), pushInitializers(s, a), s; + } + function pushInitializers(e, t) { + t && e.push(function (e) { + for (var r = 0; r < t.length; r++) t[r].call(e); + return e; + }); + } + return function (e, t, r, n) { + return { + e: applyMemberDecs(e, t, n), + get c() { + return function (e, t) { + if (t.length > 0) { + for (var r = [], n = e, a = e.name, i = t.length - 1; i >= 0; i--) { + var s = { + v: !1 + }; + try { + var o = t[i](n, { + kind: "class", + name: a, + addInitializer: createAddInitializerMethod(r, s) + }); + } finally { + s.v = !0; + } + void 0 !== o && (assertValidReturnValue(10, o), n = o); + } + return [n, function () { + for (var e = 0; e < r.length; e++) r[e].call(n); + }]; + } + }(e, r); + } + }; + }; +} +function applyDecs2301(e, t, r, n) { + return (module.exports = applyDecs2301 = applyDecs2301Factory(), module.exports.__esModule = true, module.exports["default"] = module.exports)(e, t, r, n); +} +module.exports = applyDecs2301, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/applyDecs2305.js b/node_modules/@babel/runtime/helpers/applyDecs2305.js new file mode 100644 index 0000000..744c352 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/applyDecs2305.js @@ -0,0 +1,133 @@ +var _typeof = require("./typeof.js")["default"]; +var checkInRHS = require("./checkInRHS.js"); +var setFunctionName = require("./setFunctionName.js"); +var toPropertyKey = require("./toPropertyKey.js"); +function applyDecs2305(e, t, r, n, o, a) { + function i(e, t, r) { + return function (n, o) { + return r && r(n), e[t].call(n, o); + }; + } + function c(e, t) { + for (var r = 0; r < e.length; r++) e[r].call(t); + return t; + } + function s(e, t, r, n) { + if ("function" != typeof e && (n || void 0 !== e)) throw new TypeError(t + " must " + (r || "be") + " a function" + (n ? "" : " or undefined")); + return e; + } + function applyDec(e, t, r, n, o, a, c, u, l, f, p, d, h) { + function m(e) { + if (!h(e)) throw new TypeError("Attempted to access private element on non-instance"); + } + var y, + v = t[0], + g = t[3], + b = !u; + if (!b) { + r || Array.isArray(v) || (v = [v]); + var w = {}, + S = [], + A = 3 === o ? "get" : 4 === o || d ? "set" : "value"; + f ? (p || d ? w = { + get: setFunctionName(function () { + return g(this); + }, n, "get"), + set: function set(e) { + t[4](this, e); + } + } : w[A] = g, p || setFunctionName(w[A], n, 2 === o ? "" : A)) : p || (w = Object.getOwnPropertyDescriptor(e, n)); + } + for (var P = e, j = v.length - 1; j >= 0; j -= r ? 2 : 1) { + var D = v[j], + E = r ? v[j - 1] : void 0, + I = {}, + O = { + kind: ["field", "accessor", "method", "getter", "setter", "class"][o], + name: n, + metadata: a, + addInitializer: function (e, t) { + if (e.v) throw Error("attempted to call addInitializer after decoration was finished"); + s(t, "An initializer", "be", !0), c.push(t); + }.bind(null, I) + }; + try { + if (b) (y = s(D.call(E, P, O), "class decorators", "return")) && (P = y);else { + var k, F; + O["static"] = l, O["private"] = f, f ? 2 === o ? k = function k(e) { + return m(e), w.value; + } : (o < 4 && (k = i(w, "get", m)), 3 !== o && (F = i(w, "set", m))) : (k = function k(e) { + return e[n]; + }, (o < 2 || 4 === o) && (F = function F(e, t) { + e[n] = t; + })); + var N = O.access = { + has: f ? h.bind() : function (e) { + return n in e; + } + }; + if (k && (N.get = k), F && (N.set = F), P = D.call(E, d ? { + get: w.get, + set: w.set + } : w[A], O), d) { + if ("object" == _typeof(P) && P) (y = s(P.get, "accessor.get")) && (w.get = y), (y = s(P.set, "accessor.set")) && (w.set = y), (y = s(P.init, "accessor.init")) && S.push(y);else if (void 0 !== P) throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0"); + } else s(P, (p ? "field" : "method") + " decorators", "return") && (p ? S.push(P) : w[A] = P); + } + } finally { + I.v = !0; + } + } + return (p || d) && u.push(function (e, t) { + for (var r = S.length - 1; r >= 0; r--) t = S[r].call(e, t); + return t; + }), p || b || (f ? d ? u.push(i(w, "get"), i(w, "set")) : u.push(2 === o ? w[A] : i.call.bind(w[A])) : Object.defineProperty(e, n, w)), P; + } + function u(e, t) { + return Object.defineProperty(e, Symbol.metadata || Symbol["for"]("Symbol.metadata"), { + configurable: !0, + enumerable: !0, + value: t + }); + } + if (arguments.length >= 6) var l = a[Symbol.metadata || Symbol["for"]("Symbol.metadata")]; + var f = Object.create(null == l ? null : l), + p = function (e, t, r, n) { + var o, + a, + i = [], + s = function s(t) { + return checkInRHS(t) === e; + }, + u = new Map(); + function l(e) { + e && i.push(c.bind(null, e)); + } + for (var f = 0; f < t.length; f++) { + var p = t[f]; + if (Array.isArray(p)) { + var d = p[1], + h = p[2], + m = p.length > 3, + y = 16 & d, + v = !!(8 & d), + g = 0 == (d &= 7), + b = h + "/" + v; + if (!g && !m) { + var w = u.get(b); + if (!0 === w || 3 === w && 4 !== d || 4 === w && 3 !== d) throw Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + h); + u.set(b, !(d > 2) || d); + } + applyDec(v ? e : e.prototype, p, y, m ? "#" + h : toPropertyKey(h), d, n, v ? a = a || [] : o = o || [], i, v, m, g, 1 === d, v && m ? s : r); + } + } + return l(o), l(a), i; + }(e, t, o, f); + return r.length || u(e, f), { + e: p, + get c() { + var t = []; + return r.length && [u(applyDec(e, [r], n, e.name, 5, f, t), f), c.bind(null, t, e)]; + } + }; +} +module.exports = applyDecs2305, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/applyDecs2311.js b/node_modules/@babel/runtime/helpers/applyDecs2311.js new file mode 100644 index 0000000..5f00a31 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/applyDecs2311.js @@ -0,0 +1,124 @@ +var _typeof = require("./typeof.js")["default"]; +var checkInRHS = require("./checkInRHS.js"); +var setFunctionName = require("./setFunctionName.js"); +var toPropertyKey = require("./toPropertyKey.js"); +function applyDecs2311(e, t, n, r, o, i) { + var a, + c, + u, + s, + f, + l, + p, + d = Symbol.metadata || Symbol["for"]("Symbol.metadata"), + m = Object.defineProperty, + h = Object.create, + y = [h(null), h(null)], + v = t.length; + function g(t, n, r) { + return function (o, i) { + n && (i = o, o = e); + for (var a = 0; a < t.length; a++) i = t[a].apply(o, r ? [i] : []); + return r ? i : o; + }; + } + function b(e, t, n, r) { + if ("function" != typeof e && (r || void 0 !== e)) throw new TypeError(t + " must " + (n || "be") + " a function" + (r ? "" : " or undefined")); + return e; + } + function applyDec(e, t, n, r, o, i, u, s, f, l, p) { + function d(e) { + if (!p(e)) throw new TypeError("Attempted to access private element on non-instance"); + } + var h = [].concat(t[0]), + v = t[3], + w = !u, + D = 1 === o, + S = 3 === o, + j = 4 === o, + E = 2 === o; + function I(t, n, r) { + return function (o, i) { + return n && (i = o, o = e), r && r(o), P[t].call(o, i); + }; + } + if (!w) { + var P = {}, + k = [], + F = S ? "get" : j || D ? "set" : "value"; + if (f ? (l || D ? P = { + get: setFunctionName(function () { + return v(this); + }, r, "get"), + set: function set(e) { + t[4](this, e); + } + } : P[F] = v, l || setFunctionName(P[F], r, E ? "" : F)) : l || (P = Object.getOwnPropertyDescriptor(e, r)), !l && !f) { + if ((c = y[+s][r]) && 7 != (c ^ o)) throw Error("Decorating two elements with the same name (" + P[F].name + ") is not supported yet"); + y[+s][r] = o < 3 ? 1 : o; + } + } + for (var N = e, O = h.length - 1; O >= 0; O -= n ? 2 : 1) { + var T = b(h[O], "A decorator", "be", !0), + z = n ? h[O - 1] : void 0, + A = {}, + H = { + kind: ["field", "accessor", "method", "getter", "setter", "class"][o], + name: r, + metadata: a, + addInitializer: function (e, t) { + if (e.v) throw new TypeError("attempted to call addInitializer after decoration was finished"); + b(t, "An initializer", "be", !0), i.push(t); + }.bind(null, A) + }; + if (w) c = T.call(z, N, H), A.v = 1, b(c, "class decorators", "return") && (N = c);else if (H["static"] = s, H["private"] = f, c = H.access = { + has: f ? p.bind() : function (e) { + return r in e; + } + }, j || (c.get = f ? E ? function (e) { + return d(e), P.value; + } : I("get", 0, d) : function (e) { + return e[r]; + }), E || S || (c.set = f ? I("set", 0, d) : function (e, t) { + e[r] = t; + }), N = T.call(z, D ? { + get: P.get, + set: P.set + } : P[F], H), A.v = 1, D) { + if ("object" == _typeof(N) && N) (c = b(N.get, "accessor.get")) && (P.get = c), (c = b(N.set, "accessor.set")) && (P.set = c), (c = b(N.init, "accessor.init")) && k.unshift(c);else if (void 0 !== N) throw new TypeError("accessor decorators must return an object with get, set, or init properties or undefined"); + } else b(N, (l ? "field" : "method") + " decorators", "return") && (l ? k.unshift(N) : P[F] = N); + } + return o < 2 && u.push(g(k, s, 1), g(i, s, 0)), l || w || (f ? D ? u.splice(-1, 0, I("get", s), I("set", s)) : u.push(E ? P[F] : b.call.bind(P[F])) : m(e, r, P)), N; + } + function w(e) { + return m(e, d, { + configurable: !0, + enumerable: !0, + value: a + }); + } + return void 0 !== i && (a = i[d]), a = h(null == a ? null : a), f = [], l = function l(e) { + e && f.push(g(e)); + }, p = function p(t, r) { + for (var i = 0; i < n.length; i++) { + var a = n[i], + c = a[1], + l = 7 & c; + if ((8 & c) == t && !l == r) { + var p = a[2], + d = !!a[3], + m = 16 & c; + applyDec(t ? e : e.prototype, a, m, d ? "#" + p : toPropertyKey(p), l, l < 2 ? [] : t ? s = s || [] : u = u || [], f, !!t, d, r, t && d ? function (t) { + return checkInRHS(t) === e; + } : o); + } + } + }, p(8, 0), p(0, 0), p(8, 1), p(0, 1), l(u), l(s), c = f, v || w(e), { + e: c, + get c() { + var n = []; + return v && [w(e = applyDec(e, [t], r, e.name, 5, n)), g(n, 1)]; + } + }; +} +module.exports = applyDecs2311, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/arrayLikeToArray.js b/node_modules/@babel/runtime/helpers/arrayLikeToArray.js new file mode 100644 index 0000000..19787e3 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/arrayLikeToArray.js @@ -0,0 +1,6 @@ +function _arrayLikeToArray(r, a) { + (null == a || a > r.length) && (a = r.length); + for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; + return n; +} +module.exports = _arrayLikeToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/arrayWithHoles.js b/node_modules/@babel/runtime/helpers/arrayWithHoles.js new file mode 100644 index 0000000..78bdd93 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/arrayWithHoles.js @@ -0,0 +1,4 @@ +function _arrayWithHoles(r) { + if (Array.isArray(r)) return r; +} +module.exports = _arrayWithHoles, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js b/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js new file mode 100644 index 0000000..42218f5 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/arrayWithoutHoles.js @@ -0,0 +1,5 @@ +var arrayLikeToArray = require("./arrayLikeToArray.js"); +function _arrayWithoutHoles(r) { + if (Array.isArray(r)) return arrayLikeToArray(r); +} +module.exports = _arrayWithoutHoles, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/assertClassBrand.js b/node_modules/@babel/runtime/helpers/assertClassBrand.js new file mode 100644 index 0000000..e63ed8f --- /dev/null +++ b/node_modules/@babel/runtime/helpers/assertClassBrand.js @@ -0,0 +1,5 @@ +function _assertClassBrand(e, t, n) { + if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; + throw new TypeError("Private element is not present on this object"); +} +module.exports = _assertClassBrand, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/assertThisInitialized.js b/node_modules/@babel/runtime/helpers/assertThisInitialized.js new file mode 100644 index 0000000..02594fb --- /dev/null +++ b/node_modules/@babel/runtime/helpers/assertThisInitialized.js @@ -0,0 +1,5 @@ +function _assertThisInitialized(e) { + if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); + return e; +} +module.exports = _assertThisInitialized, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js b/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js new file mode 100644 index 0000000..023568e --- /dev/null +++ b/node_modules/@babel/runtime/helpers/asyncGeneratorDelegate.js @@ -0,0 +1,24 @@ +var OverloadYield = require("./OverloadYield.js"); +function _asyncGeneratorDelegate(t) { + var e = {}, + n = !1; + function pump(e, r) { + return n = !0, r = new Promise(function (n) { + n(t[e](r)); + }), { + done: !1, + value: new OverloadYield(r, 1) + }; + } + return e["undefined" != typeof Symbol && Symbol.iterator || "@@iterator"] = function () { + return this; + }, e.next = function (t) { + return n ? (n = !1, t) : pump("next", t); + }, "function" == typeof t["throw"] && (e["throw"] = function (t) { + if (n) throw n = !1, t; + return pump("throw", t); + }), "function" == typeof t["return"] && (e["return"] = function (t) { + return n ? (n = !1, t) : pump("return", t); + }), e; +} +module.exports = _asyncGeneratorDelegate, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/asyncIterator.js b/node_modules/@babel/runtime/helpers/asyncIterator.js new file mode 100644 index 0000000..9c0c95c --- /dev/null +++ b/node_modules/@babel/runtime/helpers/asyncIterator.js @@ -0,0 +1,45 @@ +function _asyncIterator(r) { + var n, + t, + o, + e = 2; + for ("undefined" != typeof Symbol && (t = Symbol.asyncIterator, o = Symbol.iterator); e--;) { + if (t && null != (n = r[t])) return n.call(r); + if (o && null != (n = r[o])) return new AsyncFromSyncIterator(n.call(r)); + t = "@@asyncIterator", o = "@@iterator"; + } + throw new TypeError("Object is not async iterable"); +} +function AsyncFromSyncIterator(r) { + function AsyncFromSyncIteratorContinuation(r) { + if (Object(r) !== r) return Promise.reject(new TypeError(r + " is not an object.")); + var n = r.done; + return Promise.resolve(r.value).then(function (r) { + return { + value: r, + done: n + }; + }); + } + return AsyncFromSyncIterator = function AsyncFromSyncIterator(r) { + this.s = r, this.n = r.next; + }, AsyncFromSyncIterator.prototype = { + s: null, + n: null, + next: function next() { + return AsyncFromSyncIteratorContinuation(this.n.apply(this.s, arguments)); + }, + "return": function _return(r) { + var n = this.s["return"]; + return void 0 === n ? Promise.resolve({ + value: r, + done: !0 + }) : AsyncFromSyncIteratorContinuation(n.apply(this.s, arguments)); + }, + "throw": function _throw(r) { + var n = this.s["return"]; + return void 0 === n ? Promise.reject(r) : AsyncFromSyncIteratorContinuation(n.apply(this.s, arguments)); + } + }, new AsyncFromSyncIterator(r); +} +module.exports = _asyncIterator, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/asyncToGenerator.js b/node_modules/@babel/runtime/helpers/asyncToGenerator.js new file mode 100644 index 0000000..a080339 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/asyncToGenerator.js @@ -0,0 +1,26 @@ +function asyncGeneratorStep(n, t, e, r, o, a, c) { + try { + var i = n[a](c), + u = i.value; + } catch (n) { + return void e(n); + } + i.done ? t(u) : Promise.resolve(u).then(r, o); +} +function _asyncToGenerator(n) { + return function () { + var t = this, + e = arguments; + return new Promise(function (r, o) { + var a = n.apply(t, e); + function _next(n) { + asyncGeneratorStep(a, r, o, _next, _throw, "next", n); + } + function _throw(n) { + asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); + } + _next(void 0); + }); + }; +} +module.exports = _asyncToGenerator, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js b/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js new file mode 100644 index 0000000..2d6fab9 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js @@ -0,0 +1,5 @@ +var OverloadYield = require("./OverloadYield.js"); +function _awaitAsyncGenerator(e) { + return new OverloadYield(e, 0); +} +module.exports = _awaitAsyncGenerator, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/callSuper.js b/node_modules/@babel/runtime/helpers/callSuper.js new file mode 100644 index 0000000..38eaf7f --- /dev/null +++ b/node_modules/@babel/runtime/helpers/callSuper.js @@ -0,0 +1,7 @@ +var getPrototypeOf = require("./getPrototypeOf.js"); +var isNativeReflectConstruct = require("./isNativeReflectConstruct.js"); +var possibleConstructorReturn = require("./possibleConstructorReturn.js"); +function _callSuper(t, o, e) { + return o = getPrototypeOf(o), possibleConstructorReturn(t, isNativeReflectConstruct() ? Reflect.construct(o, e || [], getPrototypeOf(t).constructor) : o.apply(t, e)); +} +module.exports = _callSuper, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/checkInRHS.js b/node_modules/@babel/runtime/helpers/checkInRHS.js new file mode 100644 index 0000000..4eea13d --- /dev/null +++ b/node_modules/@babel/runtime/helpers/checkInRHS.js @@ -0,0 +1,6 @@ +var _typeof = require("./typeof.js")["default"]; +function _checkInRHS(e) { + if (Object(e) !== e) throw TypeError("right-hand side of 'in' should be an object, got " + (null !== e ? _typeof(e) : "null")); + return e; +} +module.exports = _checkInRHS, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js b/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js new file mode 100644 index 0000000..33ad54c --- /dev/null +++ b/node_modules/@babel/runtime/helpers/checkPrivateRedeclaration.js @@ -0,0 +1,4 @@ +function _checkPrivateRedeclaration(e, t) { + if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); +} +module.exports = _checkPrivateRedeclaration, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js b/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js new file mode 100644 index 0000000..9998b83 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classApplyDescriptorDestructureSet.js @@ -0,0 +1,10 @@ +function _classApplyDescriptorDestructureSet(e, t) { + if (t.set) return "__destrObj" in t || (t.__destrObj = { + set value(r) { + t.set.call(e, r); + } + }), t.__destrObj; + if (!t.writable) throw new TypeError("attempted to set read only private field"); + return t; +} +module.exports = _classApplyDescriptorDestructureSet, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js b/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js new file mode 100644 index 0000000..ab62724 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classApplyDescriptorGet.js @@ -0,0 +1,4 @@ +function _classApplyDescriptorGet(e, t) { + return t.get ? t.get.call(e) : t.value; +} +module.exports = _classApplyDescriptorGet, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js b/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js new file mode 100644 index 0000000..0975f95 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classApplyDescriptorSet.js @@ -0,0 +1,7 @@ +function _classApplyDescriptorSet(e, t, l) { + if (t.set) t.set.call(e, l);else { + if (!t.writable) throw new TypeError("attempted to set read only private field"); + t.value = l; + } +} +module.exports = _classApplyDescriptorSet, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classCallCheck.js b/node_modules/@babel/runtime/helpers/classCallCheck.js new file mode 100644 index 0000000..21b8390 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classCallCheck.js @@ -0,0 +1,4 @@ +function _classCallCheck(a, n) { + if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); +} +module.exports = _classCallCheck, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js b/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js new file mode 100644 index 0000000..7520f74 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classCheckPrivateStaticAccess.js @@ -0,0 +1,5 @@ +var assertClassBrand = require("./assertClassBrand.js"); +function _classCheckPrivateStaticAccess(s, a, r) { + return assertClassBrand(a, s, r); +} +module.exports = _classCheckPrivateStaticAccess, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js b/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js new file mode 100644 index 0000000..7f70395 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classCheckPrivateStaticFieldDescriptor.js @@ -0,0 +1,4 @@ +function _classCheckPrivateStaticFieldDescriptor(t, e) { + if (void 0 === t) throw new TypeError("attempted to " + e + " private static field before its declaration"); +} +module.exports = _classCheckPrivateStaticFieldDescriptor, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js b/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js new file mode 100644 index 0000000..be855be --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classExtractFieldDescriptor.js @@ -0,0 +1,5 @@ +var classPrivateFieldGet2 = require("./classPrivateFieldGet2.js"); +function _classExtractFieldDescriptor(e, t) { + return classPrivateFieldGet2(t, e); +} +module.exports = _classExtractFieldDescriptor, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classNameTDZError.js b/node_modules/@babel/runtime/helpers/classNameTDZError.js new file mode 100644 index 0000000..8141ff8 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classNameTDZError.js @@ -0,0 +1,4 @@ +function _classNameTDZError(e) { + throw new ReferenceError('Class "' + e + '" cannot be referenced in computed property keys.'); +} +module.exports = _classNameTDZError, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js b/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js new file mode 100644 index 0000000..97c764d --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateFieldDestructureSet.js @@ -0,0 +1,7 @@ +var classApplyDescriptorDestructureSet = require("./classApplyDescriptorDestructureSet.js"); +var classPrivateFieldGet2 = require("./classPrivateFieldGet2.js"); +function _classPrivateFieldDestructureSet(e, t) { + var r = classPrivateFieldGet2(t, e); + return classApplyDescriptorDestructureSet(e, r); +} +module.exports = _classPrivateFieldDestructureSet, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js b/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js new file mode 100644 index 0000000..bbee142 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateFieldGet.js @@ -0,0 +1,7 @@ +var classApplyDescriptorGet = require("./classApplyDescriptorGet.js"); +var classPrivateFieldGet2 = require("./classPrivateFieldGet2.js"); +function _classPrivateFieldGet(e, t) { + var r = classPrivateFieldGet2(t, e); + return classApplyDescriptorGet(e, r); +} +module.exports = _classPrivateFieldGet, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateFieldGet2.js b/node_modules/@babel/runtime/helpers/classPrivateFieldGet2.js new file mode 100644 index 0000000..d4c271c --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateFieldGet2.js @@ -0,0 +1,5 @@ +var assertClassBrand = require("./assertClassBrand.js"); +function _classPrivateFieldGet2(s, a) { + return s.get(assertClassBrand(s, a)); +} +module.exports = _classPrivateFieldGet2, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js b/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js new file mode 100644 index 0000000..a290c19 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateFieldInitSpec.js @@ -0,0 +1,5 @@ +var checkPrivateRedeclaration = require("./checkPrivateRedeclaration.js"); +function _classPrivateFieldInitSpec(e, t, a) { + checkPrivateRedeclaration(e, t), t.set(e, a); +} +module.exports = _classPrivateFieldInitSpec, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js b/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js new file mode 100644 index 0000000..f9e46f2 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateFieldLooseBase.js @@ -0,0 +1,5 @@ +function _classPrivateFieldBase(e, t) { + if (!{}.hasOwnProperty.call(e, t)) throw new TypeError("attempted to use private field on non-instance"); + return e; +} +module.exports = _classPrivateFieldBase, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js b/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js new file mode 100644 index 0000000..5dc687f --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateFieldLooseKey.js @@ -0,0 +1,5 @@ +var id = 0; +function _classPrivateFieldKey(e) { + return "__private_" + id++ + "_" + e; +} +module.exports = _classPrivateFieldKey, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js b/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js new file mode 100644 index 0000000..f3746e7 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateFieldSet.js @@ -0,0 +1,7 @@ +var classApplyDescriptorSet = require("./classApplyDescriptorSet.js"); +var classPrivateFieldGet2 = require("./classPrivateFieldGet2.js"); +function _classPrivateFieldSet(e, t, r) { + var s = classPrivateFieldGet2(t, e); + return classApplyDescriptorSet(e, s, r), r; +} +module.exports = _classPrivateFieldSet, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateFieldSet2.js b/node_modules/@babel/runtime/helpers/classPrivateFieldSet2.js new file mode 100644 index 0000000..25c60ca --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateFieldSet2.js @@ -0,0 +1,5 @@ +var assertClassBrand = require("./assertClassBrand.js"); +function _classPrivateFieldSet2(s, a, r) { + return s.set(assertClassBrand(s, a), r), r; +} +module.exports = _classPrivateFieldSet2, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateGetter.js b/node_modules/@babel/runtime/helpers/classPrivateGetter.js new file mode 100644 index 0000000..1b3cf30 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateGetter.js @@ -0,0 +1,5 @@ +var assertClassBrand = require("./assertClassBrand.js"); +function _classPrivateGetter(s, r, a) { + return a(assertClassBrand(s, r)); +} +module.exports = _classPrivateGetter, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js b/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js new file mode 100644 index 0000000..e4af387 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateMethodGet.js @@ -0,0 +1,5 @@ +var assertClassBrand = require("./assertClassBrand.js"); +function _classPrivateMethodGet(s, a, r) { + return assertClassBrand(a, s), r; +} +module.exports = _classPrivateMethodGet, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js b/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js new file mode 100644 index 0000000..821c8ed --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateMethodInitSpec.js @@ -0,0 +1,5 @@ +var checkPrivateRedeclaration = require("./checkPrivateRedeclaration.js"); +function _classPrivateMethodInitSpec(e, a) { + checkPrivateRedeclaration(e, a), a.add(e); +} +module.exports = _classPrivateMethodInitSpec, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js b/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js new file mode 100644 index 0000000..a44fd78 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateMethodSet.js @@ -0,0 +1,4 @@ +function _classPrivateMethodSet() { + throw new TypeError("attempted to reassign private method"); +} +module.exports = _classPrivateMethodSet, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classPrivateSetter.js b/node_modules/@babel/runtime/helpers/classPrivateSetter.js new file mode 100644 index 0000000..494f81f --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classPrivateSetter.js @@ -0,0 +1,5 @@ +var assertClassBrand = require("./assertClassBrand.js"); +function _classPrivateSetter(s, r, a, t) { + return r(assertClassBrand(s, a), t), t; +} +module.exports = _classPrivateSetter, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js b/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js new file mode 100644 index 0000000..2bb6e8b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classStaticPrivateFieldDestructureSet.js @@ -0,0 +1,7 @@ +var classApplyDescriptorDestructureSet = require("./classApplyDescriptorDestructureSet.js"); +var assertClassBrand = require("./assertClassBrand.js"); +var classCheckPrivateStaticFieldDescriptor = require("./classCheckPrivateStaticFieldDescriptor.js"); +function _classStaticPrivateFieldDestructureSet(t, r, s) { + return assertClassBrand(r, t), classCheckPrivateStaticFieldDescriptor(s, "set"), classApplyDescriptorDestructureSet(t, s); +} +module.exports = _classStaticPrivateFieldDestructureSet, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js b/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js new file mode 100644 index 0000000..eb2365f --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecGet.js @@ -0,0 +1,7 @@ +var classApplyDescriptorGet = require("./classApplyDescriptorGet.js"); +var assertClassBrand = require("./assertClassBrand.js"); +var classCheckPrivateStaticFieldDescriptor = require("./classCheckPrivateStaticFieldDescriptor.js"); +function _classStaticPrivateFieldSpecGet(t, s, r) { + return assertClassBrand(s, t), classCheckPrivateStaticFieldDescriptor(r, "get"), classApplyDescriptorGet(t, r); +} +module.exports = _classStaticPrivateFieldSpecGet, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js b/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js new file mode 100644 index 0000000..7783cd8 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classStaticPrivateFieldSpecSet.js @@ -0,0 +1,7 @@ +var classApplyDescriptorSet = require("./classApplyDescriptorSet.js"); +var assertClassBrand = require("./assertClassBrand.js"); +var classCheckPrivateStaticFieldDescriptor = require("./classCheckPrivateStaticFieldDescriptor.js"); +function _classStaticPrivateFieldSpecSet(s, t, r, e) { + return assertClassBrand(t, s), classCheckPrivateStaticFieldDescriptor(r, "set"), classApplyDescriptorSet(s, r, e), e; +} +module.exports = _classStaticPrivateFieldSpecSet, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js b/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js new file mode 100644 index 0000000..c895be5 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classStaticPrivateMethodGet.js @@ -0,0 +1,5 @@ +var assertClassBrand = require("./assertClassBrand.js"); +function _classStaticPrivateMethodGet(s, a, t) { + return assertClassBrand(a, s), t; +} +module.exports = _classStaticPrivateMethodGet, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js b/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js new file mode 100644 index 0000000..72560e6 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/classStaticPrivateMethodSet.js @@ -0,0 +1,4 @@ +function _classStaticPrivateMethodSet() { + throw new TypeError("attempted to set read only static private field"); +} +module.exports = _classStaticPrivateMethodSet, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/construct.js b/node_modules/@babel/runtime/helpers/construct.js new file mode 100644 index 0000000..aee8e70 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/construct.js @@ -0,0 +1,10 @@ +var isNativeReflectConstruct = require("./isNativeReflectConstruct.js"); +var setPrototypeOf = require("./setPrototypeOf.js"); +function _construct(t, e, r) { + if (isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments); + var o = [null]; + o.push.apply(o, e); + var p = new (t.bind.apply(t, o))(); + return r && setPrototypeOf(p, r.prototype), p; +} +module.exports = _construct, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/createClass.js b/node_modules/@babel/runtime/helpers/createClass.js new file mode 100644 index 0000000..8757f9e --- /dev/null +++ b/node_modules/@babel/runtime/helpers/createClass.js @@ -0,0 +1,13 @@ +var toPropertyKey = require("./toPropertyKey.js"); +function _defineProperties(e, r) { + for (var t = 0; t < r.length; t++) { + var o = r[t]; + o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o); + } +} +function _createClass(e, r, t) { + return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { + writable: !1 + }), e; +} +module.exports = _createClass, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js b/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js new file mode 100644 index 0000000..2778307 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/createForOfIteratorHelper.js @@ -0,0 +1,50 @@ +var unsupportedIterableToArray = require("./unsupportedIterableToArray.js"); +function _createForOfIteratorHelper(r, e) { + var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; + if (!t) { + if (Array.isArray(r) || (t = unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { + t && (r = t); + var _n = 0, + F = function F() {}; + return { + s: F, + n: function n() { + return _n >= r.length ? { + done: !0 + } : { + done: !1, + value: r[_n++] + }; + }, + e: function e(r) { + throw r; + }, + f: F + }; + } + throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); + } + var o, + a = !0, + u = !1; + return { + s: function s() { + t = t.call(r); + }, + n: function n() { + var r = t.next(); + return a = r.done, r; + }, + e: function e(r) { + u = !0, o = r; + }, + f: function f() { + try { + a || null == t["return"] || t["return"](); + } finally { + if (u) throw o; + } + } + }; +} +module.exports = _createForOfIteratorHelper, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js b/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js new file mode 100644 index 0000000..bc81b1c --- /dev/null +++ b/node_modules/@babel/runtime/helpers/createForOfIteratorHelperLoose.js @@ -0,0 +1,19 @@ +var unsupportedIterableToArray = require("./unsupportedIterableToArray.js"); +function _createForOfIteratorHelperLoose(r, e) { + var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; + if (t) return (t = t.call(r)).next.bind(t); + if (Array.isArray(r) || (t = unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { + t && (r = t); + var o = 0; + return function () { + return o >= r.length ? { + done: !0 + } : { + done: !1, + value: r[o++] + }; + }; + } + throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); +} +module.exports = _createForOfIteratorHelperLoose, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/createSuper.js b/node_modules/@babel/runtime/helpers/createSuper.js new file mode 100644 index 0000000..b1869e6 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/createSuper.js @@ -0,0 +1,16 @@ +var getPrototypeOf = require("./getPrototypeOf.js"); +var isNativeReflectConstruct = require("./isNativeReflectConstruct.js"); +var possibleConstructorReturn = require("./possibleConstructorReturn.js"); +function _createSuper(t) { + var r = isNativeReflectConstruct(); + return function () { + var e, + o = getPrototypeOf(t); + if (r) { + var s = getPrototypeOf(this).constructor; + e = Reflect.construct(o, arguments, s); + } else e = o.apply(this, arguments); + return possibleConstructorReturn(this, e); + }; +} +module.exports = _createSuper, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/decorate.js b/node_modules/@babel/runtime/helpers/decorate.js new file mode 100644 index 0000000..bc22acf --- /dev/null +++ b/node_modules/@babel/runtime/helpers/decorate.js @@ -0,0 +1,250 @@ +var toArray = require("./toArray.js"); +var toPropertyKey = require("./toPropertyKey.js"); +function _decorate(e, r, t, i) { + var o = _getDecoratorsApi(); + if (i) for (var n = 0; n < i.length; n++) o = i[n](o); + var s = r(function (e) { + o.initializeInstanceElements(e, a.elements); + }, t), + a = o.decorateClass(_coalesceClassElements(s.d.map(_createElementDescriptor)), e); + return o.initializeClassElements(s.F, a.elements), o.runClassFinishers(s.F, a.finishers); +} +function _getDecoratorsApi() { + _getDecoratorsApi = function _getDecoratorsApi() { + return e; + }; + var e = { + elementsDefinitionOrder: [["method"], ["field"]], + initializeInstanceElements: function initializeInstanceElements(e, r) { + ["method", "field"].forEach(function (t) { + r.forEach(function (r) { + r.kind === t && "own" === r.placement && this.defineClassElement(e, r); + }, this); + }, this); + }, + initializeClassElements: function initializeClassElements(e, r) { + var t = e.prototype; + ["method", "field"].forEach(function (i) { + r.forEach(function (r) { + var o = r.placement; + if (r.kind === i && ("static" === o || "prototype" === o)) { + var n = "static" === o ? e : t; + this.defineClassElement(n, r); + } + }, this); + }, this); + }, + defineClassElement: function defineClassElement(e, r) { + var t = r.descriptor; + if ("field" === r.kind) { + var i = r.initializer; + t = { + enumerable: t.enumerable, + writable: t.writable, + configurable: t.configurable, + value: void 0 === i ? void 0 : i.call(e) + }; + } + Object.defineProperty(e, r.key, t); + }, + decorateClass: function decorateClass(e, r) { + var t = [], + i = [], + o = { + "static": [], + prototype: [], + own: [] + }; + if (e.forEach(function (e) { + this.addElementPlacement(e, o); + }, this), e.forEach(function (e) { + if (!_hasDecorators(e)) return t.push(e); + var r = this.decorateElement(e, o); + t.push(r.element), t.push.apply(t, r.extras), i.push.apply(i, r.finishers); + }, this), !r) return { + elements: t, + finishers: i + }; + var n = this.decorateConstructor(t, r); + return i.push.apply(i, n.finishers), n.finishers = i, n; + }, + addElementPlacement: function addElementPlacement(e, r, t) { + var i = r[e.placement]; + if (!t && -1 !== i.indexOf(e.key)) throw new TypeError("Duplicated element (" + e.key + ")"); + i.push(e.key); + }, + decorateElement: function decorateElement(e, r) { + for (var t = [], i = [], o = e.decorators, n = o.length - 1; n >= 0; n--) { + var s = r[e.placement]; + s.splice(s.indexOf(e.key), 1); + var a = this.fromElementDescriptor(e), + l = this.toElementFinisherExtras((0, o[n])(a) || a); + e = l.element, this.addElementPlacement(e, r), l.finisher && i.push(l.finisher); + var c = l.extras; + if (c) { + for (var p = 0; p < c.length; p++) this.addElementPlacement(c[p], r); + t.push.apply(t, c); + } + } + return { + element: e, + finishers: i, + extras: t + }; + }, + decorateConstructor: function decorateConstructor(e, r) { + for (var t = [], i = r.length - 1; i >= 0; i--) { + var o = this.fromClassDescriptor(e), + n = this.toClassDescriptor((0, r[i])(o) || o); + if (void 0 !== n.finisher && t.push(n.finisher), void 0 !== n.elements) { + e = n.elements; + for (var s = 0; s < e.length - 1; s++) for (var a = s + 1; a < e.length; a++) if (e[s].key === e[a].key && e[s].placement === e[a].placement) throw new TypeError("Duplicated element (" + e[s].key + ")"); + } + } + return { + elements: e, + finishers: t + }; + }, + fromElementDescriptor: function fromElementDescriptor(e) { + var r = { + kind: e.kind, + key: e.key, + placement: e.placement, + descriptor: e.descriptor + }; + return Object.defineProperty(r, Symbol.toStringTag, { + value: "Descriptor", + configurable: !0 + }), "field" === e.kind && (r.initializer = e.initializer), r; + }, + toElementDescriptors: function toElementDescriptors(e) { + if (void 0 !== e) return toArray(e).map(function (e) { + var r = this.toElementDescriptor(e); + return this.disallowProperty(e, "finisher", "An element descriptor"), this.disallowProperty(e, "extras", "An element descriptor"), r; + }, this); + }, + toElementDescriptor: function toElementDescriptor(e) { + var r = e.kind + ""; + if ("method" !== r && "field" !== r) throw new TypeError('An element descriptor\'s .kind property must be either "method" or "field", but a decorator created an element descriptor with .kind "' + r + '"'); + var t = toPropertyKey(e.key), + i = e.placement + ""; + if ("static" !== i && "prototype" !== i && "own" !== i) throw new TypeError('An element descriptor\'s .placement property must be one of "static", "prototype" or "own", but a decorator created an element descriptor with .placement "' + i + '"'); + var o = e.descriptor; + this.disallowProperty(e, "elements", "An element descriptor"); + var n = { + kind: r, + key: t, + placement: i, + descriptor: Object.assign({}, o) + }; + return "field" !== r ? this.disallowProperty(e, "initializer", "A method descriptor") : (this.disallowProperty(o, "get", "The property descriptor of a field descriptor"), this.disallowProperty(o, "set", "The property descriptor of a field descriptor"), this.disallowProperty(o, "value", "The property descriptor of a field descriptor"), n.initializer = e.initializer), n; + }, + toElementFinisherExtras: function toElementFinisherExtras(e) { + return { + element: this.toElementDescriptor(e), + finisher: _optionalCallableProperty(e, "finisher"), + extras: this.toElementDescriptors(e.extras) + }; + }, + fromClassDescriptor: function fromClassDescriptor(e) { + var r = { + kind: "class", + elements: e.map(this.fromElementDescriptor, this) + }; + return Object.defineProperty(r, Symbol.toStringTag, { + value: "Descriptor", + configurable: !0 + }), r; + }, + toClassDescriptor: function toClassDescriptor(e) { + var r = e.kind + ""; + if ("class" !== r) throw new TypeError('A class descriptor\'s .kind property must be "class", but a decorator created a class descriptor with .kind "' + r + '"'); + this.disallowProperty(e, "key", "A class descriptor"), this.disallowProperty(e, "placement", "A class descriptor"), this.disallowProperty(e, "descriptor", "A class descriptor"), this.disallowProperty(e, "initializer", "A class descriptor"), this.disallowProperty(e, "extras", "A class descriptor"); + var t = _optionalCallableProperty(e, "finisher"); + return { + elements: this.toElementDescriptors(e.elements), + finisher: t + }; + }, + runClassFinishers: function runClassFinishers(e, r) { + for (var t = 0; t < r.length; t++) { + var i = (0, r[t])(e); + if (void 0 !== i) { + if ("function" != typeof i) throw new TypeError("Finishers must return a constructor."); + e = i; + } + } + return e; + }, + disallowProperty: function disallowProperty(e, r, t) { + if (void 0 !== e[r]) throw new TypeError(t + " can't have a ." + r + " property."); + } + }; + return e; +} +function _createElementDescriptor(e) { + var r, + t = toPropertyKey(e.key); + "method" === e.kind ? r = { + value: e.value, + writable: !0, + configurable: !0, + enumerable: !1 + } : "get" === e.kind ? r = { + get: e.value, + configurable: !0, + enumerable: !1 + } : "set" === e.kind ? r = { + set: e.value, + configurable: !0, + enumerable: !1 + } : "field" === e.kind && (r = { + configurable: !0, + writable: !0, + enumerable: !0 + }); + var i = { + kind: "field" === e.kind ? "field" : "method", + key: t, + placement: e["static"] ? "static" : "field" === e.kind ? "own" : "prototype", + descriptor: r + }; + return e.decorators && (i.decorators = e.decorators), "field" === e.kind && (i.initializer = e.value), i; +} +function _coalesceGetterSetter(e, r) { + void 0 !== e.descriptor.get ? r.descriptor.get = e.descriptor.get : r.descriptor.set = e.descriptor.set; +} +function _coalesceClassElements(e) { + for (var r = [], isSameElement = function isSameElement(e) { + return "method" === e.kind && e.key === o.key && e.placement === o.placement; + }, t = 0; t < e.length; t++) { + var i, + o = e[t]; + if ("method" === o.kind && (i = r.find(isSameElement))) { + if (_isDataDescriptor(o.descriptor) || _isDataDescriptor(i.descriptor)) { + if (_hasDecorators(o) || _hasDecorators(i)) throw new ReferenceError("Duplicated methods (" + o.key + ") can't be decorated."); + i.descriptor = o.descriptor; + } else { + if (_hasDecorators(o)) { + if (_hasDecorators(i)) throw new ReferenceError("Decorators can't be placed on different accessors with for the same property (" + o.key + ")."); + i.decorators = o.decorators; + } + _coalesceGetterSetter(o, i); + } + } else r.push(o); + } + return r; +} +function _hasDecorators(e) { + return e.decorators && e.decorators.length; +} +function _isDataDescriptor(e) { + return void 0 !== e && !(void 0 === e.value && void 0 === e.writable); +} +function _optionalCallableProperty(e, r) { + var t = e[r]; + if (void 0 !== t && "function" != typeof t) throw new TypeError("Expected '" + r + "' to be a function"); + return t; +} +module.exports = _decorate, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/defaults.js b/node_modules/@babel/runtime/helpers/defaults.js new file mode 100644 index 0000000..dfdbbb0 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/defaults.js @@ -0,0 +1,9 @@ +function _defaults(e, r) { + for (var t = Object.getOwnPropertyNames(r), o = 0; o < t.length; o++) { + var n = t[o], + a = Object.getOwnPropertyDescriptor(r, n); + a && a.configurable && void 0 === e[n] && Object.defineProperty(e, n, a); + } + return e; +} +module.exports = _defaults, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/defineAccessor.js b/node_modules/@babel/runtime/helpers/defineAccessor.js new file mode 100644 index 0000000..dc065f0 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/defineAccessor.js @@ -0,0 +1,8 @@ +function _defineAccessor(e, r, n, t) { + var c = { + configurable: !0, + enumerable: !0 + }; + return c[e] = t, Object.defineProperty(r, n, c); +} +module.exports = _defineAccessor, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js b/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js new file mode 100644 index 0000000..ab9f43c --- /dev/null +++ b/node_modules/@babel/runtime/helpers/defineEnumerableProperties.js @@ -0,0 +1,12 @@ +function _defineEnumerableProperties(e, r) { + for (var t in r) { + var n = r[t]; + n.configurable = n.enumerable = !0, "value" in n && (n.writable = !0), Object.defineProperty(e, t, n); + } + if (Object.getOwnPropertySymbols) for (var a = Object.getOwnPropertySymbols(r), b = 0; b < a.length; b++) { + var i = a[b]; + (n = r[i]).configurable = n.enumerable = !0, "value" in n && (n.writable = !0), Object.defineProperty(e, i, n); + } + return e; +} +module.exports = _defineEnumerableProperties, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/defineProperty.js b/node_modules/@babel/runtime/helpers/defineProperty.js new file mode 100644 index 0000000..2c2ff1e --- /dev/null +++ b/node_modules/@babel/runtime/helpers/defineProperty.js @@ -0,0 +1,10 @@ +var toPropertyKey = require("./toPropertyKey.js"); +function _defineProperty(e, r, t) { + return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, { + value: t, + enumerable: !0, + configurable: !0, + writable: !0 + }) : e[r] = t, e; +} +module.exports = _defineProperty, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/dispose.js b/node_modules/@babel/runtime/helpers/dispose.js new file mode 100644 index 0000000..c20193c --- /dev/null +++ b/node_modules/@babel/runtime/helpers/dispose.js @@ -0,0 +1,28 @@ +function dispose_SuppressedError(r, e) { + return "undefined" != typeof SuppressedError ? dispose_SuppressedError = SuppressedError : (dispose_SuppressedError = function dispose_SuppressedError(r, e) { + this.suppressed = e, this.error = r, this.stack = Error().stack; + }, dispose_SuppressedError.prototype = Object.create(Error.prototype, { + constructor: { + value: dispose_SuppressedError, + writable: !0, + configurable: !0 + } + })), new dispose_SuppressedError(r, e); +} +function _dispose(r, e, s) { + function next() { + for (; r.length > 0;) try { + var o = r.pop(), + p = o.d.call(o.v); + if (o.a) return Promise.resolve(p).then(next, err); + } catch (r) { + return err(r); + } + if (s) throw e; + } + function err(r) { + return e = s ? new dispose_SuppressedError(e, r) : r, s = !0, next(); + } + return next(); +} +module.exports = _dispose, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/AwaitValue.js b/node_modules/@babel/runtime/helpers/esm/AwaitValue.js new file mode 100644 index 0000000..6f210c9 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/AwaitValue.js @@ -0,0 +1,4 @@ +function _AwaitValue(t) { + this.wrapped = t; +} +export { _AwaitValue as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/OverloadYield.js b/node_modules/@babel/runtime/helpers/esm/OverloadYield.js new file mode 100644 index 0000000..d7753a6 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/OverloadYield.js @@ -0,0 +1,4 @@ +function _OverloadYield(e, d) { + this.v = e, this.k = d; +} +export { _OverloadYield as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js b/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js new file mode 100644 index 0000000..0f33483 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/applyDecoratedDescriptor.js @@ -0,0 +1,9 @@ +function _applyDecoratedDescriptor(i, e, r, n, l) { + var a = {}; + return Object.keys(n).forEach(function (i) { + a[i] = n[i]; + }), a.enumerable = !!a.enumerable, a.configurable = !!a.configurable, ("value" in a || a.initializer) && (a.writable = !0), a = r.slice().reverse().reduce(function (r, n) { + return n(i, e, r) || r; + }, a), l && void 0 !== a.initializer && (a.value = a.initializer ? a.initializer.call(l) : void 0, a.initializer = void 0), void 0 === a.initializer ? (Object.defineProperty(i, e, a), null) : a; +} +export { _applyDecoratedDescriptor as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/applyDecs.js b/node_modules/@babel/runtime/helpers/esm/applyDecs.js new file mode 100644 index 0000000..2b75dfd --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/applyDecs.js @@ -0,0 +1,236 @@ +import _typeof from "./typeof.js"; +import setFunctionName from "./setFunctionName.js"; +import toPropertyKey from "./toPropertyKey.js"; +function old_createMetadataMethodsForProperty(e, t, a, r) { + return { + getMetadata: function getMetadata(o) { + old_assertNotFinished(r, "getMetadata"), old_assertMetadataKey(o); + var i = e[o]; + if (void 0 !== i) if (1 === t) { + var n = i["public"]; + if (void 0 !== n) return n[a]; + } else if (2 === t) { + var l = i["private"]; + if (void 0 !== l) return l.get(a); + } else if (Object.hasOwnProperty.call(i, "constructor")) return i.constructor; + }, + setMetadata: function setMetadata(o, i) { + old_assertNotFinished(r, "setMetadata"), old_assertMetadataKey(o); + var n = e[o]; + if (void 0 === n && (n = e[o] = {}), 1 === t) { + var l = n["public"]; + void 0 === l && (l = n["public"] = {}), l[a] = i; + } else if (2 === t) { + var s = n.priv; + void 0 === s && (s = n["private"] = new Map()), s.set(a, i); + } else n.constructor = i; + } + }; +} +function old_convertMetadataMapToFinal(e, t) { + var a = e[Symbol.metadata || Symbol["for"]("Symbol.metadata")], + r = Object.getOwnPropertySymbols(t); + if (0 !== r.length) { + for (var o = 0; o < r.length; o++) { + var i = r[o], + n = t[i], + l = a ? a[i] : null, + s = n["public"], + c = l ? l["public"] : null; + s && c && Object.setPrototypeOf(s, c); + var d = n["private"]; + if (d) { + var u = Array.from(d.values()), + f = l ? l["private"] : null; + f && (u = u.concat(f)), n["private"] = u; + } + l && Object.setPrototypeOf(n, l); + } + a && Object.setPrototypeOf(t, a), e[Symbol.metadata || Symbol["for"]("Symbol.metadata")] = t; + } +} +function old_createAddInitializerMethod(e, t) { + return function (a) { + old_assertNotFinished(t, "addInitializer"), old_assertCallable(a, "An initializer"), e.push(a); + }; +} +function old_memberDec(e, t, a, r, o, i, n, l, s) { + var c; + switch (i) { + case 1: + c = "accessor"; + break; + case 2: + c = "method"; + break; + case 3: + c = "getter"; + break; + case 4: + c = "setter"; + break; + default: + c = "field"; + } + var d, + u, + f = { + kind: c, + name: l ? "#" + t : toPropertyKey(t), + isStatic: n, + isPrivate: l + }, + p = { + v: !1 + }; + if (0 !== i && (f.addInitializer = old_createAddInitializerMethod(o, p)), l) { + d = 2, u = Symbol(t); + var v = {}; + 0 === i ? (v.get = a.get, v.set = a.set) : 2 === i ? v.get = function () { + return a.value; + } : (1 !== i && 3 !== i || (v.get = function () { + return a.get.call(this); + }), 1 !== i && 4 !== i || (v.set = function (e) { + a.set.call(this, e); + })), f.access = v; + } else d = 1, u = t; + try { + return e(s, Object.assign(f, old_createMetadataMethodsForProperty(r, d, u, p))); + } finally { + p.v = !0; + } +} +function old_assertNotFinished(e, t) { + if (e.v) throw Error("attempted to call " + t + " after decoration was finished"); +} +function old_assertMetadataKey(e) { + if ("symbol" != _typeof(e)) throw new TypeError("Metadata keys must be symbols, received: " + e); +} +function old_assertCallable(e, t) { + if ("function" != typeof e) throw new TypeError(t + " must be a function"); +} +function old_assertValidReturnValue(e, t) { + var a = _typeof(t); + if (1 === e) { + if ("object" !== a || null === t) throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0"); + void 0 !== t.get && old_assertCallable(t.get, "accessor.get"), void 0 !== t.set && old_assertCallable(t.set, "accessor.set"), void 0 !== t.init && old_assertCallable(t.init, "accessor.init"), void 0 !== t.initializer && old_assertCallable(t.initializer, "accessor.initializer"); + } else if ("function" !== a) throw new TypeError((0 === e ? "field" : 10 === e ? "class" : "method") + " decorators must return a function or void 0"); +} +function old_getInit(e) { + var t; + return null == (t = e.init) && (t = e.initializer) && void 0 !== console && console.warn(".initializer has been renamed to .init as of March 2022"), t; +} +function old_applyMemberDec(e, t, a, r, o, i, n, l, s) { + var c, + d, + u, + f, + p, + v, + y, + h = a[0]; + if (n ? (0 === o || 1 === o ? (c = { + get: a[3], + set: a[4] + }, u = "get") : 3 === o ? (c = { + get: a[3] + }, u = "get") : 4 === o ? (c = { + set: a[3] + }, u = "set") : c = { + value: a[3] + }, 0 !== o && (1 === o && setFunctionName(a[4], "#" + r, "set"), setFunctionName(a[3], "#" + r, u))) : 0 !== o && (c = Object.getOwnPropertyDescriptor(t, r)), 1 === o ? f = { + get: c.get, + set: c.set + } : 2 === o ? f = c.value : 3 === o ? f = c.get : 4 === o && (f = c.set), "function" == typeof h) void 0 !== (p = old_memberDec(h, r, c, l, s, o, i, n, f)) && (old_assertValidReturnValue(o, p), 0 === o ? d = p : 1 === o ? (d = old_getInit(p), v = p.get || f.get, y = p.set || f.set, f = { + get: v, + set: y + }) : f = p);else for (var m = h.length - 1; m >= 0; m--) { + var b; + void 0 !== (p = old_memberDec(h[m], r, c, l, s, o, i, n, f)) && (old_assertValidReturnValue(o, p), 0 === o ? b = p : 1 === o ? (b = old_getInit(p), v = p.get || f.get, y = p.set || f.set, f = { + get: v, + set: y + }) : f = p, void 0 !== b && (void 0 === d ? d = b : "function" == typeof d ? d = [d, b] : d.push(b))); + } + if (0 === o || 1 === o) { + if (void 0 === d) d = function d(e, t) { + return t; + };else if ("function" != typeof d) { + var g = d; + d = function d(e, t) { + for (var a = t, r = 0; r < g.length; r++) a = g[r].call(e, a); + return a; + }; + } else { + var _ = d; + d = function d(e, t) { + return _.call(e, t); + }; + } + e.push(d); + } + 0 !== o && (1 === o ? (c.get = f.get, c.set = f.set) : 2 === o ? c.value = f : 3 === o ? c.get = f : 4 === o && (c.set = f), n ? 1 === o ? (e.push(function (e, t) { + return f.get.call(e, t); + }), e.push(function (e, t) { + return f.set.call(e, t); + })) : 2 === o ? e.push(f) : e.push(function (e, t) { + return f.call(e, t); + }) : Object.defineProperty(t, r, c)); +} +function old_applyMemberDecs(e, t, a, r, o) { + for (var i, n, l = new Map(), s = new Map(), c = 0; c < o.length; c++) { + var d = o[c]; + if (Array.isArray(d)) { + var u, + f, + p, + v = d[1], + y = d[2], + h = d.length > 3, + m = v >= 5; + if (m ? (u = t, f = r, 0 != (v -= 5) && (p = n = n || [])) : (u = t.prototype, f = a, 0 !== v && (p = i = i || [])), 0 !== v && !h) { + var b = m ? s : l, + g = b.get(y) || 0; + if (!0 === g || 3 === g && 4 !== v || 4 === g && 3 !== v) throw Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + y); + !g && v > 2 ? b.set(y, v) : b.set(y, !0); + } + old_applyMemberDec(e, u, d, y, v, m, h, f, p); + } + } + old_pushInitializers(e, i), old_pushInitializers(e, n); +} +function old_pushInitializers(e, t) { + t && e.push(function (e) { + for (var a = 0; a < t.length; a++) t[a].call(e); + return e; + }); +} +function old_applyClassDecs(e, t, a, r) { + if (r.length > 0) { + for (var o = [], i = t, n = t.name, l = r.length - 1; l >= 0; l--) { + var s = { + v: !1 + }; + try { + var c = Object.assign({ + kind: "class", + name: n, + addInitializer: old_createAddInitializerMethod(o, s) + }, old_createMetadataMethodsForProperty(a, 0, n, s)), + d = r[l](i, c); + } finally { + s.v = !0; + } + void 0 !== d && (old_assertValidReturnValue(10, d), i = d); + } + e.push(i, function () { + for (var e = 0; e < o.length; e++) o[e].call(i); + }); + } +} +function applyDecs(e, t, a) { + var r = [], + o = {}, + i = {}; + return old_applyMemberDecs(r, e, i, o, t), old_convertMetadataMapToFinal(e.prototype, i), old_applyClassDecs(r, e, o, a), old_convertMetadataMapToFinal(e, o), r; +} +export { applyDecs as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js b/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js new file mode 100644 index 0000000..bddb51d --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/applyDecs2203.js @@ -0,0 +1,184 @@ +import _typeof from "./typeof.js"; +function applyDecs2203Factory() { + function createAddInitializerMethod(e, t) { + return function (r) { + !function (e, t) { + if (e.v) throw Error("attempted to call addInitializer after decoration was finished"); + }(t), assertCallable(r, "An initializer"), e.push(r); + }; + } + function memberDec(e, t, r, a, n, i, s, o) { + var c; + switch (n) { + case 1: + c = "accessor"; + break; + case 2: + c = "method"; + break; + case 3: + c = "getter"; + break; + case 4: + c = "setter"; + break; + default: + c = "field"; + } + var l, + u, + f = { + kind: c, + name: s ? "#" + t : t, + "static": i, + "private": s + }, + p = { + v: !1 + }; + 0 !== n && (f.addInitializer = createAddInitializerMethod(a, p)), 0 === n ? s ? (l = r.get, u = r.set) : (l = function l() { + return this[t]; + }, u = function u(e) { + this[t] = e; + }) : 2 === n ? l = function l() { + return r.value; + } : (1 !== n && 3 !== n || (l = function l() { + return r.get.call(this); + }), 1 !== n && 4 !== n || (u = function u(e) { + r.set.call(this, e); + })), f.access = l && u ? { + get: l, + set: u + } : l ? { + get: l + } : { + set: u + }; + try { + return e(o, f); + } finally { + p.v = !0; + } + } + function assertCallable(e, t) { + if ("function" != typeof e) throw new TypeError(t + " must be a function"); + } + function assertValidReturnValue(e, t) { + var r = _typeof(t); + if (1 === e) { + if ("object" !== r || null === t) throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0"); + void 0 !== t.get && assertCallable(t.get, "accessor.get"), void 0 !== t.set && assertCallable(t.set, "accessor.set"), void 0 !== t.init && assertCallable(t.init, "accessor.init"); + } else if ("function" !== r) throw new TypeError((0 === e ? "field" : 10 === e ? "class" : "method") + " decorators must return a function or void 0"); + } + function applyMemberDec(e, t, r, a, n, i, s, o) { + var c, + l, + u, + f, + p, + d, + h = r[0]; + if (s ? c = 0 === n || 1 === n ? { + get: r[3], + set: r[4] + } : 3 === n ? { + get: r[3] + } : 4 === n ? { + set: r[3] + } : { + value: r[3] + } : 0 !== n && (c = Object.getOwnPropertyDescriptor(t, a)), 1 === n ? u = { + get: c.get, + set: c.set + } : 2 === n ? u = c.value : 3 === n ? u = c.get : 4 === n && (u = c.set), "function" == typeof h) void 0 !== (f = memberDec(h, a, c, o, n, i, s, u)) && (assertValidReturnValue(n, f), 0 === n ? l = f : 1 === n ? (l = f.init, p = f.get || u.get, d = f.set || u.set, u = { + get: p, + set: d + }) : u = f);else for (var v = h.length - 1; v >= 0; v--) { + var g; + void 0 !== (f = memberDec(h[v], a, c, o, n, i, s, u)) && (assertValidReturnValue(n, f), 0 === n ? g = f : 1 === n ? (g = f.init, p = f.get || u.get, d = f.set || u.set, u = { + get: p, + set: d + }) : u = f, void 0 !== g && (void 0 === l ? l = g : "function" == typeof l ? l = [l, g] : l.push(g))); + } + if (0 === n || 1 === n) { + if (void 0 === l) l = function l(e, t) { + return t; + };else if ("function" != typeof l) { + var y = l; + l = function l(e, t) { + for (var r = t, a = 0; a < y.length; a++) r = y[a].call(e, r); + return r; + }; + } else { + var m = l; + l = function l(e, t) { + return m.call(e, t); + }; + } + e.push(l); + } + 0 !== n && (1 === n ? (c.get = u.get, c.set = u.set) : 2 === n ? c.value = u : 3 === n ? c.get = u : 4 === n && (c.set = u), s ? 1 === n ? (e.push(function (e, t) { + return u.get.call(e, t); + }), e.push(function (e, t) { + return u.set.call(e, t); + })) : 2 === n ? e.push(u) : e.push(function (e, t) { + return u.call(e, t); + }) : Object.defineProperty(t, a, c)); + } + function pushInitializers(e, t) { + t && e.push(function (e) { + for (var r = 0; r < t.length; r++) t[r].call(e); + return e; + }); + } + return function (e, t, r) { + var a = []; + return function (e, t, r) { + for (var a, n, i = new Map(), s = new Map(), o = 0; o < r.length; o++) { + var c = r[o]; + if (Array.isArray(c)) { + var l, + u, + f = c[1], + p = c[2], + d = c.length > 3, + h = f >= 5; + if (h ? (l = t, 0 != (f -= 5) && (u = n = n || [])) : (l = t.prototype, 0 !== f && (u = a = a || [])), 0 !== f && !d) { + var v = h ? s : i, + g = v.get(p) || 0; + if (!0 === g || 3 === g && 4 !== f || 4 === g && 3 !== f) throw Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + p); + !g && f > 2 ? v.set(p, f) : v.set(p, !0); + } + applyMemberDec(e, l, c, p, f, h, d, u); + } + } + pushInitializers(e, a), pushInitializers(e, n); + }(a, e, t), function (e, t, r) { + if (r.length > 0) { + for (var a = [], n = t, i = t.name, s = r.length - 1; s >= 0; s--) { + var o = { + v: !1 + }; + try { + var c = r[s](n, { + kind: "class", + name: i, + addInitializer: createAddInitializerMethod(a, o) + }); + } finally { + o.v = !0; + } + void 0 !== c && (assertValidReturnValue(10, c), n = c); + } + e.push(n, function () { + for (var e = 0; e < a.length; e++) a[e].call(n); + }); + } + }(a, e, r), a; + }; +} +var applyDecs2203Impl; +function applyDecs2203(e, t, r) { + return (applyDecs2203Impl = applyDecs2203Impl || applyDecs2203Factory())(e, t, r); +} +export { applyDecs2203 as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js b/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js new file mode 100644 index 0000000..3944bf4 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/applyDecs2203R.js @@ -0,0 +1,191 @@ +import _typeof from "./typeof.js"; +import setFunctionName from "./setFunctionName.js"; +import toPropertyKey from "./toPropertyKey.js"; +function applyDecs2203RFactory() { + function createAddInitializerMethod(e, t) { + return function (r) { + !function (e, t) { + if (e.v) throw Error("attempted to call addInitializer after decoration was finished"); + }(t), assertCallable(r, "An initializer"), e.push(r); + }; + } + function memberDec(e, t, r, n, a, i, o, s) { + var c; + switch (a) { + case 1: + c = "accessor"; + break; + case 2: + c = "method"; + break; + case 3: + c = "getter"; + break; + case 4: + c = "setter"; + break; + default: + c = "field"; + } + var l, + u, + f = { + kind: c, + name: o ? "#" + t : toPropertyKey(t), + "static": i, + "private": o + }, + p = { + v: !1 + }; + 0 !== a && (f.addInitializer = createAddInitializerMethod(n, p)), 0 === a ? o ? (l = r.get, u = r.set) : (l = function l() { + return this[t]; + }, u = function u(e) { + this[t] = e; + }) : 2 === a ? l = function l() { + return r.value; + } : (1 !== a && 3 !== a || (l = function l() { + return r.get.call(this); + }), 1 !== a && 4 !== a || (u = function u(e) { + r.set.call(this, e); + })), f.access = l && u ? { + get: l, + set: u + } : l ? { + get: l + } : { + set: u + }; + try { + return e(s, f); + } finally { + p.v = !0; + } + } + function assertCallable(e, t) { + if ("function" != typeof e) throw new TypeError(t + " must be a function"); + } + function assertValidReturnValue(e, t) { + var r = _typeof(t); + if (1 === e) { + if ("object" !== r || null === t) throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0"); + void 0 !== t.get && assertCallable(t.get, "accessor.get"), void 0 !== t.set && assertCallable(t.set, "accessor.set"), void 0 !== t.init && assertCallable(t.init, "accessor.init"); + } else if ("function" !== r) throw new TypeError((0 === e ? "field" : 10 === e ? "class" : "method") + " decorators must return a function or void 0"); + } + function applyMemberDec(e, t, r, n, a, i, o, s) { + var c, + l, + u, + f, + p, + d, + h, + v = r[0]; + if (o ? (0 === a || 1 === a ? (c = { + get: r[3], + set: r[4] + }, u = "get") : 3 === a ? (c = { + get: r[3] + }, u = "get") : 4 === a ? (c = { + set: r[3] + }, u = "set") : c = { + value: r[3] + }, 0 !== a && (1 === a && setFunctionName(r[4], "#" + n, "set"), setFunctionName(r[3], "#" + n, u))) : 0 !== a && (c = Object.getOwnPropertyDescriptor(t, n)), 1 === a ? f = { + get: c.get, + set: c.set + } : 2 === a ? f = c.value : 3 === a ? f = c.get : 4 === a && (f = c.set), "function" == typeof v) void 0 !== (p = memberDec(v, n, c, s, a, i, o, f)) && (assertValidReturnValue(a, p), 0 === a ? l = p : 1 === a ? (l = p.init, d = p.get || f.get, h = p.set || f.set, f = { + get: d, + set: h + }) : f = p);else for (var g = v.length - 1; g >= 0; g--) { + var y; + void 0 !== (p = memberDec(v[g], n, c, s, a, i, o, f)) && (assertValidReturnValue(a, p), 0 === a ? y = p : 1 === a ? (y = p.init, d = p.get || f.get, h = p.set || f.set, f = { + get: d, + set: h + }) : f = p, void 0 !== y && (void 0 === l ? l = y : "function" == typeof l ? l = [l, y] : l.push(y))); + } + if (0 === a || 1 === a) { + if (void 0 === l) l = function l(e, t) { + return t; + };else if ("function" != typeof l) { + var m = l; + l = function l(e, t) { + for (var r = t, n = 0; n < m.length; n++) r = m[n].call(e, r); + return r; + }; + } else { + var b = l; + l = function l(e, t) { + return b.call(e, t); + }; + } + e.push(l); + } + 0 !== a && (1 === a ? (c.get = f.get, c.set = f.set) : 2 === a ? c.value = f : 3 === a ? c.get = f : 4 === a && (c.set = f), o ? 1 === a ? (e.push(function (e, t) { + return f.get.call(e, t); + }), e.push(function (e, t) { + return f.set.call(e, t); + })) : 2 === a ? e.push(f) : e.push(function (e, t) { + return f.call(e, t); + }) : Object.defineProperty(t, n, c)); + } + function applyMemberDecs(e, t) { + for (var r, n, a = [], i = new Map(), o = new Map(), s = 0; s < t.length; s++) { + var c = t[s]; + if (Array.isArray(c)) { + var l, + u, + f = c[1], + p = c[2], + d = c.length > 3, + h = f >= 5; + if (h ? (l = e, 0 != (f -= 5) && (u = n = n || [])) : (l = e.prototype, 0 !== f && (u = r = r || [])), 0 !== f && !d) { + var v = h ? o : i, + g = v.get(p) || 0; + if (!0 === g || 3 === g && 4 !== f || 4 === g && 3 !== f) throw Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + p); + !g && f > 2 ? v.set(p, f) : v.set(p, !0); + } + applyMemberDec(a, l, c, p, f, h, d, u); + } + } + return pushInitializers(a, r), pushInitializers(a, n), a; + } + function pushInitializers(e, t) { + t && e.push(function (e) { + for (var r = 0; r < t.length; r++) t[r].call(e); + return e; + }); + } + return function (e, t, r) { + return { + e: applyMemberDecs(e, t), + get c() { + return function (e, t) { + if (t.length > 0) { + for (var r = [], n = e, a = e.name, i = t.length - 1; i >= 0; i--) { + var o = { + v: !1 + }; + try { + var s = t[i](n, { + kind: "class", + name: a, + addInitializer: createAddInitializerMethod(r, o) + }); + } finally { + o.v = !0; + } + void 0 !== s && (assertValidReturnValue(10, s), n = s); + } + return [n, function () { + for (var e = 0; e < r.length; e++) r[e].call(n); + }]; + } + }(e, r); + } + }; + }; +} +function applyDecs2203R(e, t, r) { + return (applyDecs2203R = applyDecs2203RFactory())(e, t, r); +} +export { applyDecs2203R as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js b/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js new file mode 100644 index 0000000..bb4fbe6 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/applyDecs2301.js @@ -0,0 +1,222 @@ +import _typeof from "./typeof.js"; +import checkInRHS from "./checkInRHS.js"; +import setFunctionName from "./setFunctionName.js"; +import toPropertyKey from "./toPropertyKey.js"; +function applyDecs2301Factory() { + function createAddInitializerMethod(e, t) { + return function (r) { + !function (e, t) { + if (e.v) throw Error("attempted to call addInitializer after decoration was finished"); + }(t), assertCallable(r, "An initializer"), e.push(r); + }; + } + function assertInstanceIfPrivate(e, t) { + if (!e(t)) throw new TypeError("Attempted to access private element on non-instance"); + } + function memberDec(e, t, r, n, a, i, s, o, c) { + var u; + switch (a) { + case 1: + u = "accessor"; + break; + case 2: + u = "method"; + break; + case 3: + u = "getter"; + break; + case 4: + u = "setter"; + break; + default: + u = "field"; + } + var l, + f, + p = { + kind: u, + name: s ? "#" + t : toPropertyKey(t), + "static": i, + "private": s + }, + d = { + v: !1 + }; + if (0 !== a && (p.addInitializer = createAddInitializerMethod(n, d)), s || 0 !== a && 2 !== a) { + if (2 === a) l = function l(e) { + return assertInstanceIfPrivate(c, e), r.value; + };else { + var h = 0 === a || 1 === a; + (h || 3 === a) && (l = s ? function (e) { + return assertInstanceIfPrivate(c, e), r.get.call(e); + } : function (e) { + return r.get.call(e); + }), (h || 4 === a) && (f = s ? function (e, t) { + assertInstanceIfPrivate(c, e), r.set.call(e, t); + } : function (e, t) { + r.set.call(e, t); + }); + } + } else l = function l(e) { + return e[t]; + }, 0 === a && (f = function f(e, r) { + e[t] = r; + }); + var v = s ? c.bind() : function (e) { + return t in e; + }; + p.access = l && f ? { + get: l, + set: f, + has: v + } : l ? { + get: l, + has: v + } : { + set: f, + has: v + }; + try { + return e(o, p); + } finally { + d.v = !0; + } + } + function assertCallable(e, t) { + if ("function" != typeof e) throw new TypeError(t + " must be a function"); + } + function assertValidReturnValue(e, t) { + var r = _typeof(t); + if (1 === e) { + if ("object" !== r || null === t) throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0"); + void 0 !== t.get && assertCallable(t.get, "accessor.get"), void 0 !== t.set && assertCallable(t.set, "accessor.set"), void 0 !== t.init && assertCallable(t.init, "accessor.init"); + } else if ("function" !== r) throw new TypeError((0 === e ? "field" : 10 === e ? "class" : "method") + " decorators must return a function or void 0"); + } + function curryThis2(e) { + return function (t) { + e(this, t); + }; + } + function applyMemberDec(e, t, r, n, a, i, s, o, c) { + var u, + l, + f, + p, + d, + h, + v, + y, + g = r[0]; + if (s ? (0 === a || 1 === a ? (u = { + get: (d = r[3], function () { + return d(this); + }), + set: curryThis2(r[4]) + }, f = "get") : 3 === a ? (u = { + get: r[3] + }, f = "get") : 4 === a ? (u = { + set: r[3] + }, f = "set") : u = { + value: r[3] + }, 0 !== a && (1 === a && setFunctionName(u.set, "#" + n, "set"), setFunctionName(u[f || "value"], "#" + n, f))) : 0 !== a && (u = Object.getOwnPropertyDescriptor(t, n)), 1 === a ? p = { + get: u.get, + set: u.set + } : 2 === a ? p = u.value : 3 === a ? p = u.get : 4 === a && (p = u.set), "function" == typeof g) void 0 !== (h = memberDec(g, n, u, o, a, i, s, p, c)) && (assertValidReturnValue(a, h), 0 === a ? l = h : 1 === a ? (l = h.init, v = h.get || p.get, y = h.set || p.set, p = { + get: v, + set: y + }) : p = h);else for (var m = g.length - 1; m >= 0; m--) { + var b; + void 0 !== (h = memberDec(g[m], n, u, o, a, i, s, p, c)) && (assertValidReturnValue(a, h), 0 === a ? b = h : 1 === a ? (b = h.init, v = h.get || p.get, y = h.set || p.set, p = { + get: v, + set: y + }) : p = h, void 0 !== b && (void 0 === l ? l = b : "function" == typeof l ? l = [l, b] : l.push(b))); + } + if (0 === a || 1 === a) { + if (void 0 === l) l = function l(e, t) { + return t; + };else if ("function" != typeof l) { + var I = l; + l = function l(e, t) { + for (var r = t, n = 0; n < I.length; n++) r = I[n].call(e, r); + return r; + }; + } else { + var w = l; + l = function l(e, t) { + return w.call(e, t); + }; + } + e.push(l); + } + 0 !== a && (1 === a ? (u.get = p.get, u.set = p.set) : 2 === a ? u.value = p : 3 === a ? u.get = p : 4 === a && (u.set = p), s ? 1 === a ? (e.push(function (e, t) { + return p.get.call(e, t); + }), e.push(function (e, t) { + return p.set.call(e, t); + })) : 2 === a ? e.push(p) : e.push(function (e, t) { + return p.call(e, t); + }) : Object.defineProperty(t, n, u)); + } + function applyMemberDecs(e, t, r) { + for (var n, a, i, s = [], o = new Map(), c = new Map(), u = 0; u < t.length; u++) { + var l = t[u]; + if (Array.isArray(l)) { + var f, + p, + d = l[1], + h = l[2], + v = l.length > 3, + y = d >= 5, + g = r; + if (y ? (f = e, 0 != (d -= 5) && (p = a = a || []), v && !i && (i = function i(t) { + return checkInRHS(t) === e; + }), g = i) : (f = e.prototype, 0 !== d && (p = n = n || [])), 0 !== d && !v) { + var m = y ? c : o, + b = m.get(h) || 0; + if (!0 === b || 3 === b && 4 !== d || 4 === b && 3 !== d) throw Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + h); + !b && d > 2 ? m.set(h, d) : m.set(h, !0); + } + applyMemberDec(s, f, l, h, d, y, v, p, g); + } + } + return pushInitializers(s, n), pushInitializers(s, a), s; + } + function pushInitializers(e, t) { + t && e.push(function (e) { + for (var r = 0; r < t.length; r++) t[r].call(e); + return e; + }); + } + return function (e, t, r, n) { + return { + e: applyMemberDecs(e, t, n), + get c() { + return function (e, t) { + if (t.length > 0) { + for (var r = [], n = e, a = e.name, i = t.length - 1; i >= 0; i--) { + var s = { + v: !1 + }; + try { + var o = t[i](n, { + kind: "class", + name: a, + addInitializer: createAddInitializerMethod(r, s) + }); + } finally { + s.v = !0; + } + void 0 !== o && (assertValidReturnValue(10, o), n = o); + } + return [n, function () { + for (var e = 0; e < r.length; e++) r[e].call(n); + }]; + } + }(e, r); + } + }; + }; +} +function applyDecs2301(e, t, r, n) { + return (applyDecs2301 = applyDecs2301Factory())(e, t, r, n); +} +export { applyDecs2301 as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js b/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js new file mode 100644 index 0000000..a11b2b9 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/applyDecs2305.js @@ -0,0 +1,133 @@ +import _typeof from "./typeof.js"; +import checkInRHS from "./checkInRHS.js"; +import setFunctionName from "./setFunctionName.js"; +import toPropertyKey from "./toPropertyKey.js"; +function applyDecs2305(e, t, r, n, o, a) { + function i(e, t, r) { + return function (n, o) { + return r && r(n), e[t].call(n, o); + }; + } + function c(e, t) { + for (var r = 0; r < e.length; r++) e[r].call(t); + return t; + } + function s(e, t, r, n) { + if ("function" != typeof e && (n || void 0 !== e)) throw new TypeError(t + " must " + (r || "be") + " a function" + (n ? "" : " or undefined")); + return e; + } + function applyDec(e, t, r, n, o, a, c, u, l, f, p, d, h) { + function m(e) { + if (!h(e)) throw new TypeError("Attempted to access private element on non-instance"); + } + var y, + v = t[0], + g = t[3], + b = !u; + if (!b) { + r || Array.isArray(v) || (v = [v]); + var w = {}, + S = [], + A = 3 === o ? "get" : 4 === o || d ? "set" : "value"; + f ? (p || d ? w = { + get: setFunctionName(function () { + return g(this); + }, n, "get"), + set: function set(e) { + t[4](this, e); + } + } : w[A] = g, p || setFunctionName(w[A], n, 2 === o ? "" : A)) : p || (w = Object.getOwnPropertyDescriptor(e, n)); + } + for (var P = e, j = v.length - 1; j >= 0; j -= r ? 2 : 1) { + var D = v[j], + E = r ? v[j - 1] : void 0, + I = {}, + O = { + kind: ["field", "accessor", "method", "getter", "setter", "class"][o], + name: n, + metadata: a, + addInitializer: function (e, t) { + if (e.v) throw Error("attempted to call addInitializer after decoration was finished"); + s(t, "An initializer", "be", !0), c.push(t); + }.bind(null, I) + }; + try { + if (b) (y = s(D.call(E, P, O), "class decorators", "return")) && (P = y);else { + var k, F; + O["static"] = l, O["private"] = f, f ? 2 === o ? k = function k(e) { + return m(e), w.value; + } : (o < 4 && (k = i(w, "get", m)), 3 !== o && (F = i(w, "set", m))) : (k = function k(e) { + return e[n]; + }, (o < 2 || 4 === o) && (F = function F(e, t) { + e[n] = t; + })); + var N = O.access = { + has: f ? h.bind() : function (e) { + return n in e; + } + }; + if (k && (N.get = k), F && (N.set = F), P = D.call(E, d ? { + get: w.get, + set: w.set + } : w[A], O), d) { + if ("object" == _typeof(P) && P) (y = s(P.get, "accessor.get")) && (w.get = y), (y = s(P.set, "accessor.set")) && (w.set = y), (y = s(P.init, "accessor.init")) && S.push(y);else if (void 0 !== P) throw new TypeError("accessor decorators must return an object with get, set, or init properties or void 0"); + } else s(P, (p ? "field" : "method") + " decorators", "return") && (p ? S.push(P) : w[A] = P); + } + } finally { + I.v = !0; + } + } + return (p || d) && u.push(function (e, t) { + for (var r = S.length - 1; r >= 0; r--) t = S[r].call(e, t); + return t; + }), p || b || (f ? d ? u.push(i(w, "get"), i(w, "set")) : u.push(2 === o ? w[A] : i.call.bind(w[A])) : Object.defineProperty(e, n, w)), P; + } + function u(e, t) { + return Object.defineProperty(e, Symbol.metadata || Symbol["for"]("Symbol.metadata"), { + configurable: !0, + enumerable: !0, + value: t + }); + } + if (arguments.length >= 6) var l = a[Symbol.metadata || Symbol["for"]("Symbol.metadata")]; + var f = Object.create(null == l ? null : l), + p = function (e, t, r, n) { + var o, + a, + i = [], + s = function s(t) { + return checkInRHS(t) === e; + }, + u = new Map(); + function l(e) { + e && i.push(c.bind(null, e)); + } + for (var f = 0; f < t.length; f++) { + var p = t[f]; + if (Array.isArray(p)) { + var d = p[1], + h = p[2], + m = p.length > 3, + y = 16 & d, + v = !!(8 & d), + g = 0 == (d &= 7), + b = h + "/" + v; + if (!g && !m) { + var w = u.get(b); + if (!0 === w || 3 === w && 4 !== d || 4 === w && 3 !== d) throw Error("Attempted to decorate a public method/accessor that has the same name as a previously decorated public method/accessor. This is not currently supported by the decorators plugin. Property name was: " + h); + u.set(b, !(d > 2) || d); + } + applyDec(v ? e : e.prototype, p, y, m ? "#" + h : toPropertyKey(h), d, n, v ? a = a || [] : o = o || [], i, v, m, g, 1 === d, v && m ? s : r); + } + } + return l(o), l(a), i; + }(e, t, o, f); + return r.length || u(e, f), { + e: p, + get c() { + var t = []; + return r.length && [u(applyDec(e, [r], n, e.name, 5, f, t), f), c.bind(null, t, e)]; + } + }; +} +export { applyDecs2305 as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js b/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js new file mode 100644 index 0000000..41b2c48 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/applyDecs2311.js @@ -0,0 +1,124 @@ +import _typeof from "./typeof.js"; +import checkInRHS from "./checkInRHS.js"; +import setFunctionName from "./setFunctionName.js"; +import toPropertyKey from "./toPropertyKey.js"; +function applyDecs2311(e, t, n, r, o, i) { + var a, + c, + u, + s, + f, + l, + p, + d = Symbol.metadata || Symbol["for"]("Symbol.metadata"), + m = Object.defineProperty, + h = Object.create, + y = [h(null), h(null)], + v = t.length; + function g(t, n, r) { + return function (o, i) { + n && (i = o, o = e); + for (var a = 0; a < t.length; a++) i = t[a].apply(o, r ? [i] : []); + return r ? i : o; + }; + } + function b(e, t, n, r) { + if ("function" != typeof e && (r || void 0 !== e)) throw new TypeError(t + " must " + (n || "be") + " a function" + (r ? "" : " or undefined")); + return e; + } + function applyDec(e, t, n, r, o, i, u, s, f, l, p) { + function d(e) { + if (!p(e)) throw new TypeError("Attempted to access private element on non-instance"); + } + var h = [].concat(t[0]), + v = t[3], + w = !u, + D = 1 === o, + S = 3 === o, + j = 4 === o, + E = 2 === o; + function I(t, n, r) { + return function (o, i) { + return n && (i = o, o = e), r && r(o), P[t].call(o, i); + }; + } + if (!w) { + var P = {}, + k = [], + F = S ? "get" : j || D ? "set" : "value"; + if (f ? (l || D ? P = { + get: setFunctionName(function () { + return v(this); + }, r, "get"), + set: function set(e) { + t[4](this, e); + } + } : P[F] = v, l || setFunctionName(P[F], r, E ? "" : F)) : l || (P = Object.getOwnPropertyDescriptor(e, r)), !l && !f) { + if ((c = y[+s][r]) && 7 != (c ^ o)) throw Error("Decorating two elements with the same name (" + P[F].name + ") is not supported yet"); + y[+s][r] = o < 3 ? 1 : o; + } + } + for (var N = e, O = h.length - 1; O >= 0; O -= n ? 2 : 1) { + var T = b(h[O], "A decorator", "be", !0), + z = n ? h[O - 1] : void 0, + A = {}, + H = { + kind: ["field", "accessor", "method", "getter", "setter", "class"][o], + name: r, + metadata: a, + addInitializer: function (e, t) { + if (e.v) throw new TypeError("attempted to call addInitializer after decoration was finished"); + b(t, "An initializer", "be", !0), i.push(t); + }.bind(null, A) + }; + if (w) c = T.call(z, N, H), A.v = 1, b(c, "class decorators", "return") && (N = c);else if (H["static"] = s, H["private"] = f, c = H.access = { + has: f ? p.bind() : function (e) { + return r in e; + } + }, j || (c.get = f ? E ? function (e) { + return d(e), P.value; + } : I("get", 0, d) : function (e) { + return e[r]; + }), E || S || (c.set = f ? I("set", 0, d) : function (e, t) { + e[r] = t; + }), N = T.call(z, D ? { + get: P.get, + set: P.set + } : P[F], H), A.v = 1, D) { + if ("object" == _typeof(N) && N) (c = b(N.get, "accessor.get")) && (P.get = c), (c = b(N.set, "accessor.set")) && (P.set = c), (c = b(N.init, "accessor.init")) && k.unshift(c);else if (void 0 !== N) throw new TypeError("accessor decorators must return an object with get, set, or init properties or undefined"); + } else b(N, (l ? "field" : "method") + " decorators", "return") && (l ? k.unshift(N) : P[F] = N); + } + return o < 2 && u.push(g(k, s, 1), g(i, s, 0)), l || w || (f ? D ? u.splice(-1, 0, I("get", s), I("set", s)) : u.push(E ? P[F] : b.call.bind(P[F])) : m(e, r, P)), N; + } + function w(e) { + return m(e, d, { + configurable: !0, + enumerable: !0, + value: a + }); + } + return void 0 !== i && (a = i[d]), a = h(null == a ? null : a), f = [], l = function l(e) { + e && f.push(g(e)); + }, p = function p(t, r) { + for (var i = 0; i < n.length; i++) { + var a = n[i], + c = a[1], + l = 7 & c; + if ((8 & c) == t && !l == r) { + var p = a[2], + d = !!a[3], + m = 16 & c; + applyDec(t ? e : e.prototype, a, m, d ? "#" + p : toPropertyKey(p), l, l < 2 ? [] : t ? s = s || [] : u = u || [], f, !!t, d, r, t && d ? function (t) { + return checkInRHS(t) === e; + } : o); + } + } + }, p(8, 0), p(0, 0), p(8, 1), p(0, 1), l(u), l(s), c = f, v || w(e), { + e: c, + get c() { + var n = []; + return v && [w(e = applyDec(e, [t], r, e.name, 5, n)), g(n, 1)]; + } + }; +} +export { applyDecs2311 as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js b/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js new file mode 100644 index 0000000..9ace772 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js @@ -0,0 +1,6 @@ +function _arrayLikeToArray(r, a) { + (null == a || a > r.length) && (a = r.length); + for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; + return n; +} +export { _arrayLikeToArray as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js b/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js new file mode 100644 index 0000000..99fa715 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js @@ -0,0 +1,4 @@ +function _arrayWithHoles(r) { + if (Array.isArray(r)) return r; +} +export { _arrayWithHoles as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js b/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js new file mode 100644 index 0000000..1ce6f21 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js @@ -0,0 +1,5 @@ +import arrayLikeToArray from "./arrayLikeToArray.js"; +function _arrayWithoutHoles(r) { + if (Array.isArray(r)) return arrayLikeToArray(r); +} +export { _arrayWithoutHoles as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js b/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js new file mode 100644 index 0000000..ae7b712 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js @@ -0,0 +1,5 @@ +function _assertClassBrand(e, t, n) { + if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n; + throw new TypeError("Private element is not present on this object"); +} +export { _assertClassBrand as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js b/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js new file mode 100644 index 0000000..4a41bde --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js @@ -0,0 +1,5 @@ +function _assertThisInitialized(e) { + if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); + return e; +} +export { _assertThisInitialized as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js b/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js new file mode 100644 index 0000000..e026689 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/asyncGeneratorDelegate.js @@ -0,0 +1,24 @@ +import OverloadYield from "./OverloadYield.js"; +function _asyncGeneratorDelegate(t) { + var e = {}, + n = !1; + function pump(e, r) { + return n = !0, r = new Promise(function (n) { + n(t[e](r)); + }), { + done: !1, + value: new OverloadYield(r, 1) + }; + } + return e["undefined" != typeof Symbol && Symbol.iterator || "@@iterator"] = function () { + return this; + }, e.next = function (t) { + return n ? (n = !1, t) : pump("next", t); + }, "function" == typeof t["throw"] && (e["throw"] = function (t) { + if (n) throw n = !1, t; + return pump("throw", t); + }), "function" == typeof t["return"] && (e["return"] = function (t) { + return n ? (n = !1, t) : pump("return", t); + }), e; +} +export { _asyncGeneratorDelegate as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/asyncIterator.js b/node_modules/@babel/runtime/helpers/esm/asyncIterator.js new file mode 100644 index 0000000..2ed00b7 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/asyncIterator.js @@ -0,0 +1,45 @@ +function _asyncIterator(r) { + var n, + t, + o, + e = 2; + for ("undefined" != typeof Symbol && (t = Symbol.asyncIterator, o = Symbol.iterator); e--;) { + if (t && null != (n = r[t])) return n.call(r); + if (o && null != (n = r[o])) return new AsyncFromSyncIterator(n.call(r)); + t = "@@asyncIterator", o = "@@iterator"; + } + throw new TypeError("Object is not async iterable"); +} +function AsyncFromSyncIterator(r) { + function AsyncFromSyncIteratorContinuation(r) { + if (Object(r) !== r) return Promise.reject(new TypeError(r + " is not an object.")); + var n = r.done; + return Promise.resolve(r.value).then(function (r) { + return { + value: r, + done: n + }; + }); + } + return AsyncFromSyncIterator = function AsyncFromSyncIterator(r) { + this.s = r, this.n = r.next; + }, AsyncFromSyncIterator.prototype = { + s: null, + n: null, + next: function next() { + return AsyncFromSyncIteratorContinuation(this.n.apply(this.s, arguments)); + }, + "return": function _return(r) { + var n = this.s["return"]; + return void 0 === n ? Promise.resolve({ + value: r, + done: !0 + }) : AsyncFromSyncIteratorContinuation(n.apply(this.s, arguments)); + }, + "throw": function _throw(r) { + var n = this.s["return"]; + return void 0 === n ? Promise.reject(r) : AsyncFromSyncIteratorContinuation(n.apply(this.s, arguments)); + } + }, new AsyncFromSyncIterator(r); +} +export { _asyncIterator as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js b/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js new file mode 100644 index 0000000..00f29b1 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js @@ -0,0 +1,26 @@ +function asyncGeneratorStep(n, t, e, r, o, a, c) { + try { + var i = n[a](c), + u = i.value; + } catch (n) { + return void e(n); + } + i.done ? t(u) : Promise.resolve(u).then(r, o); +} +function _asyncToGenerator(n) { + return function () { + var t = this, + e = arguments; + return new Promise(function (r, o) { + var a = n.apply(t, e); + function _next(n) { + asyncGeneratorStep(a, r, o, _next, _throw, "next", n); + } + function _throw(n) { + asyncGeneratorStep(a, r, o, _next, _throw, "throw", n); + } + _next(void 0); + }); + }; +} +export { _asyncToGenerator as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js b/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js new file mode 100644 index 0000000..097c88c --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/awaitAsyncGenerator.js @@ -0,0 +1,5 @@ +import OverloadYield from "./OverloadYield.js"; +function _awaitAsyncGenerator(e) { + return new OverloadYield(e, 0); +} +export { _awaitAsyncGenerator as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/callSuper.js b/node_modules/@babel/runtime/helpers/esm/callSuper.js new file mode 100644 index 0000000..6d17a4e --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/callSuper.js @@ -0,0 +1,7 @@ +import getPrototypeOf from "./getPrototypeOf.js"; +import isNativeReflectConstruct from "./isNativeReflectConstruct.js"; +import possibleConstructorReturn from "./possibleConstructorReturn.js"; +function _callSuper(t, o, e) { + return o = getPrototypeOf(o), possibleConstructorReturn(t, isNativeReflectConstruct() ? Reflect.construct(o, e || [], getPrototypeOf(t).constructor) : o.apply(t, e)); +} +export { _callSuper as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/checkInRHS.js b/node_modules/@babel/runtime/helpers/esm/checkInRHS.js new file mode 100644 index 0000000..12f59b4 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/checkInRHS.js @@ -0,0 +1,6 @@ +import _typeof from "./typeof.js"; +function _checkInRHS(e) { + if (Object(e) !== e) throw TypeError("right-hand side of 'in' should be an object, got " + (null !== e ? _typeof(e) : "null")); + return e; +} +export { _checkInRHS as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js b/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js new file mode 100644 index 0000000..e9e6b3b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js @@ -0,0 +1,4 @@ +function _checkPrivateRedeclaration(e, t) { + if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object"); +} +export { _checkPrivateRedeclaration as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js b/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js new file mode 100644 index 0000000..5623419 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorDestructureSet.js @@ -0,0 +1,10 @@ +function _classApplyDescriptorDestructureSet(e, t) { + if (t.set) return "__destrObj" in t || (t.__destrObj = { + set value(r) { + t.set.call(e, r); + } + }), t.__destrObj; + if (!t.writable) throw new TypeError("attempted to set read only private field"); + return t; +} +export { _classApplyDescriptorDestructureSet as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js b/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js new file mode 100644 index 0000000..b9259d3 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorGet.js @@ -0,0 +1,4 @@ +function _classApplyDescriptorGet(e, t) { + return t.get ? t.get.call(e) : t.value; +} +export { _classApplyDescriptorGet as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js b/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js new file mode 100644 index 0000000..d9c4fbd --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classApplyDescriptorSet.js @@ -0,0 +1,7 @@ +function _classApplyDescriptorSet(e, t, l) { + if (t.set) t.set.call(e, l);else { + if (!t.writable) throw new TypeError("attempted to set read only private field"); + t.value = l; + } +} +export { _classApplyDescriptorSet as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classCallCheck.js b/node_modules/@babel/runtime/helpers/esm/classCallCheck.js new file mode 100644 index 0000000..bf97219 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classCallCheck.js @@ -0,0 +1,4 @@ +function _classCallCheck(a, n) { + if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function"); +} +export { _classCallCheck as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js b/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js new file mode 100644 index 0000000..366ed05 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js @@ -0,0 +1,5 @@ +import assertClassBrand from "./assertClassBrand.js"; +function _classCheckPrivateStaticAccess(s, a, r) { + return assertClassBrand(a, s, r); +} +export { _classCheckPrivateStaticAccess as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js b/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js new file mode 100644 index 0000000..844be91 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticFieldDescriptor.js @@ -0,0 +1,4 @@ +function _classCheckPrivateStaticFieldDescriptor(t, e) { + if (void 0 === t) throw new TypeError("attempted to " + e + " private static field before its declaration"); +} +export { _classCheckPrivateStaticFieldDescriptor as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js b/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js new file mode 100644 index 0000000..652689d --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classExtractFieldDescriptor.js @@ -0,0 +1,5 @@ +import classPrivateFieldGet2 from "./classPrivateFieldGet2.js"; +function _classExtractFieldDescriptor(e, t) { + return classPrivateFieldGet2(t, e); +} +export { _classExtractFieldDescriptor as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js b/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js new file mode 100644 index 0000000..68e76ff --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classNameTDZError.js @@ -0,0 +1,4 @@ +function _classNameTDZError(e) { + throw new ReferenceError('Class "' + e + '" cannot be referenced in computed property keys.'); +} +export { _classNameTDZError as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js new file mode 100644 index 0000000..9303366 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldDestructureSet.js @@ -0,0 +1,7 @@ +import classApplyDescriptorDestructureSet from "./classApplyDescriptorDestructureSet.js"; +import classPrivateFieldGet2 from "./classPrivateFieldGet2.js"; +function _classPrivateFieldDestructureSet(e, t) { + var r = classPrivateFieldGet2(t, e); + return classApplyDescriptorDestructureSet(e, r); +} +export { _classPrivateFieldDestructureSet as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js new file mode 100644 index 0000000..ce7ebcb --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet.js @@ -0,0 +1,7 @@ +import classApplyDescriptorGet from "./classApplyDescriptorGet.js"; +import classPrivateFieldGet2 from "./classPrivateFieldGet2.js"; +function _classPrivateFieldGet(e, t) { + var r = classPrivateFieldGet2(t, e); + return classApplyDescriptorGet(e, r); +} +export { _classPrivateFieldGet as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js new file mode 100644 index 0000000..4aa3da6 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldGet2.js @@ -0,0 +1,5 @@ +import assertClassBrand from "./assertClassBrand.js"; +function _classPrivateFieldGet2(s, a) { + return s.get(assertClassBrand(s, a)); +} +export { _classPrivateFieldGet2 as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js new file mode 100644 index 0000000..5dcdbe0 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldInitSpec.js @@ -0,0 +1,5 @@ +import checkPrivateRedeclaration from "./checkPrivateRedeclaration.js"; +function _classPrivateFieldInitSpec(e, t, a) { + checkPrivateRedeclaration(e, t), t.set(e, a); +} +export { _classPrivateFieldInitSpec as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js new file mode 100644 index 0000000..4bd662c --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseBase.js @@ -0,0 +1,5 @@ +function _classPrivateFieldBase(e, t) { + if (!{}.hasOwnProperty.call(e, t)) throw new TypeError("attempted to use private field on non-instance"); + return e; +} +export { _classPrivateFieldBase as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js new file mode 100644 index 0000000..90d2193 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldLooseKey.js @@ -0,0 +1,5 @@ +var id = 0; +function _classPrivateFieldKey(e) { + return "__private_" + id++ + "_" + e; +} +export { _classPrivateFieldKey as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js new file mode 100644 index 0000000..b5161bd --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet.js @@ -0,0 +1,7 @@ +import classApplyDescriptorSet from "./classApplyDescriptorSet.js"; +import classPrivateFieldGet2 from "./classPrivateFieldGet2.js"; +function _classPrivateFieldSet(e, t, r) { + var s = classPrivateFieldGet2(t, e); + return classApplyDescriptorSet(e, s, r), r; +} +export { _classPrivateFieldSet as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js new file mode 100644 index 0000000..337b01a --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateFieldSet2.js @@ -0,0 +1,5 @@ +import assertClassBrand from "./assertClassBrand.js"; +function _classPrivateFieldSet2(s, a, r) { + return s.set(assertClassBrand(s, a), r), r; +} +export { _classPrivateFieldSet2 as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js b/node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js new file mode 100644 index 0000000..ff3e985 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateGetter.js @@ -0,0 +1,5 @@ +import assertClassBrand from "./assertClassBrand.js"; +function _classPrivateGetter(s, r, a) { + return a(assertClassBrand(s, r)); +} +export { _classPrivateGetter as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js b/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js new file mode 100644 index 0000000..4832fc6 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateMethodGet.js @@ -0,0 +1,5 @@ +import assertClassBrand from "./assertClassBrand.js"; +function _classPrivateMethodGet(s, a, r) { + return assertClassBrand(a, s), r; +} +export { _classPrivateMethodGet as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js b/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js new file mode 100644 index 0000000..61e23e2 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateMethodInitSpec.js @@ -0,0 +1,5 @@ +import checkPrivateRedeclaration from "./checkPrivateRedeclaration.js"; +function _classPrivateMethodInitSpec(e, a) { + checkPrivateRedeclaration(e, a), a.add(e); +} +export { _classPrivateMethodInitSpec as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js b/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js new file mode 100644 index 0000000..d181b51 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateMethodSet.js @@ -0,0 +1,4 @@ +function _classPrivateMethodSet() { + throw new TypeError("attempted to reassign private method"); +} +export { _classPrivateMethodSet as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classPrivateSetter.js b/node_modules/@babel/runtime/helpers/esm/classPrivateSetter.js new file mode 100644 index 0000000..9a80d59 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classPrivateSetter.js @@ -0,0 +1,5 @@ +import assertClassBrand from "./assertClassBrand.js"; +function _classPrivateSetter(s, r, a, t) { + return r(assertClassBrand(s, a), t), t; +} +export { _classPrivateSetter as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js new file mode 100644 index 0000000..747e639 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldDestructureSet.js @@ -0,0 +1,7 @@ +import classApplyDescriptorDestructureSet from "./classApplyDescriptorDestructureSet.js"; +import assertClassBrand from "./assertClassBrand.js"; +import classCheckPrivateStaticFieldDescriptor from "./classCheckPrivateStaticFieldDescriptor.js"; +function _classStaticPrivateFieldDestructureSet(t, r, s) { + return assertClassBrand(r, t), classCheckPrivateStaticFieldDescriptor(s, "set"), classApplyDescriptorDestructureSet(t, s); +} +export { _classStaticPrivateFieldDestructureSet as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js new file mode 100644 index 0000000..23684b7 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecGet.js @@ -0,0 +1,7 @@ +import classApplyDescriptorGet from "./classApplyDescriptorGet.js"; +import assertClassBrand from "./assertClassBrand.js"; +import classCheckPrivateStaticFieldDescriptor from "./classCheckPrivateStaticFieldDescriptor.js"; +function _classStaticPrivateFieldSpecGet(t, s, r) { + return assertClassBrand(s, t), classCheckPrivateStaticFieldDescriptor(r, "get"), classApplyDescriptorGet(t, r); +} +export { _classStaticPrivateFieldSpecGet as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js new file mode 100644 index 0000000..3a31468 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateFieldSpecSet.js @@ -0,0 +1,7 @@ +import classApplyDescriptorSet from "./classApplyDescriptorSet.js"; +import assertClassBrand from "./assertClassBrand.js"; +import classCheckPrivateStaticFieldDescriptor from "./classCheckPrivateStaticFieldDescriptor.js"; +function _classStaticPrivateFieldSpecSet(s, t, r, e) { + return assertClassBrand(t, s), classCheckPrivateStaticFieldDescriptor(r, "set"), classApplyDescriptorSet(s, r, e), e; +} +export { _classStaticPrivateFieldSpecSet as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js new file mode 100644 index 0000000..047b177 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodGet.js @@ -0,0 +1,5 @@ +import assertClassBrand from "./assertClassBrand.js"; +function _classStaticPrivateMethodGet(s, a, t) { + return assertClassBrand(a, s), t; +} +export { _classStaticPrivateMethodGet as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js new file mode 100644 index 0000000..a61ae63 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/classStaticPrivateMethodSet.js @@ -0,0 +1,4 @@ +function _classStaticPrivateMethodSet() { + throw new TypeError("attempted to set read only static private field"); +} +export { _classStaticPrivateMethodSet as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/construct.js b/node_modules/@babel/runtime/helpers/esm/construct.js new file mode 100644 index 0000000..91609ff --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/construct.js @@ -0,0 +1,10 @@ +import isNativeReflectConstruct from "./isNativeReflectConstruct.js"; +import setPrototypeOf from "./setPrototypeOf.js"; +function _construct(t, e, r) { + if (isNativeReflectConstruct()) return Reflect.construct.apply(null, arguments); + var o = [null]; + o.push.apply(o, e); + var p = new (t.bind.apply(t, o))(); + return r && setPrototypeOf(p, r.prototype), p; +} +export { _construct as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/createClass.js b/node_modules/@babel/runtime/helpers/esm/createClass.js new file mode 100644 index 0000000..9b17851 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/createClass.js @@ -0,0 +1,13 @@ +import toPropertyKey from "./toPropertyKey.js"; +function _defineProperties(e, r) { + for (var t = 0; t < r.length; t++) { + var o = r[t]; + o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o); + } +} +function _createClass(e, r, t) { + return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { + writable: !1 + }), e; +} +export { _createClass as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js b/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js new file mode 100644 index 0000000..93b97f9 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js @@ -0,0 +1,50 @@ +import unsupportedIterableToArray from "./unsupportedIterableToArray.js"; +function _createForOfIteratorHelper(r, e) { + var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; + if (!t) { + if (Array.isArray(r) || (t = unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { + t && (r = t); + var _n = 0, + F = function F() {}; + return { + s: F, + n: function n() { + return _n >= r.length ? { + done: !0 + } : { + done: !1, + value: r[_n++] + }; + }, + e: function e(r) { + throw r; + }, + f: F + }; + } + throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); + } + var o, + a = !0, + u = !1; + return { + s: function s() { + t = t.call(r); + }, + n: function n() { + var r = t.next(); + return a = r.done, r; + }, + e: function e(r) { + u = !0, o = r; + }, + f: function f() { + try { + a || null == t["return"] || t["return"](); + } finally { + if (u) throw o; + } + } + }; +} +export { _createForOfIteratorHelper as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js b/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js new file mode 100644 index 0000000..3deaae4 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelperLoose.js @@ -0,0 +1,19 @@ +import unsupportedIterableToArray from "./unsupportedIterableToArray.js"; +function _createForOfIteratorHelperLoose(r, e) { + var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; + if (t) return (t = t.call(r)).next.bind(t); + if (Array.isArray(r) || (t = unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { + t && (r = t); + var o = 0; + return function () { + return o >= r.length ? { + done: !0 + } : { + done: !1, + value: r[o++] + }; + }; + } + throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); +} +export { _createForOfIteratorHelperLoose as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/createSuper.js b/node_modules/@babel/runtime/helpers/esm/createSuper.js new file mode 100644 index 0000000..dfabf71 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/createSuper.js @@ -0,0 +1,16 @@ +import getPrototypeOf from "./getPrototypeOf.js"; +import isNativeReflectConstruct from "./isNativeReflectConstruct.js"; +import possibleConstructorReturn from "./possibleConstructorReturn.js"; +function _createSuper(t) { + var r = isNativeReflectConstruct(); + return function () { + var e, + o = getPrototypeOf(t); + if (r) { + var s = getPrototypeOf(this).constructor; + e = Reflect.construct(o, arguments, s); + } else e = o.apply(this, arguments); + return possibleConstructorReturn(this, e); + }; +} +export { _createSuper as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/decorate.js b/node_modules/@babel/runtime/helpers/esm/decorate.js new file mode 100644 index 0000000..f76b6a6 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/decorate.js @@ -0,0 +1,250 @@ +import toArray from "./toArray.js"; +import toPropertyKey from "./toPropertyKey.js"; +function _decorate(e, r, t, i) { + var o = _getDecoratorsApi(); + if (i) for (var n = 0; n < i.length; n++) o = i[n](o); + var s = r(function (e) { + o.initializeInstanceElements(e, a.elements); + }, t), + a = o.decorateClass(_coalesceClassElements(s.d.map(_createElementDescriptor)), e); + return o.initializeClassElements(s.F, a.elements), o.runClassFinishers(s.F, a.finishers); +} +function _getDecoratorsApi() { + _getDecoratorsApi = function _getDecoratorsApi() { + return e; + }; + var e = { + elementsDefinitionOrder: [["method"], ["field"]], + initializeInstanceElements: function initializeInstanceElements(e, r) { + ["method", "field"].forEach(function (t) { + r.forEach(function (r) { + r.kind === t && "own" === r.placement && this.defineClassElement(e, r); + }, this); + }, this); + }, + initializeClassElements: function initializeClassElements(e, r) { + var t = e.prototype; + ["method", "field"].forEach(function (i) { + r.forEach(function (r) { + var o = r.placement; + if (r.kind === i && ("static" === o || "prototype" === o)) { + var n = "static" === o ? e : t; + this.defineClassElement(n, r); + } + }, this); + }, this); + }, + defineClassElement: function defineClassElement(e, r) { + var t = r.descriptor; + if ("field" === r.kind) { + var i = r.initializer; + t = { + enumerable: t.enumerable, + writable: t.writable, + configurable: t.configurable, + value: void 0 === i ? void 0 : i.call(e) + }; + } + Object.defineProperty(e, r.key, t); + }, + decorateClass: function decorateClass(e, r) { + var t = [], + i = [], + o = { + "static": [], + prototype: [], + own: [] + }; + if (e.forEach(function (e) { + this.addElementPlacement(e, o); + }, this), e.forEach(function (e) { + if (!_hasDecorators(e)) return t.push(e); + var r = this.decorateElement(e, o); + t.push(r.element), t.push.apply(t, r.extras), i.push.apply(i, r.finishers); + }, this), !r) return { + elements: t, + finishers: i + }; + var n = this.decorateConstructor(t, r); + return i.push.apply(i, n.finishers), n.finishers = i, n; + }, + addElementPlacement: function addElementPlacement(e, r, t) { + var i = r[e.placement]; + if (!t && -1 !== i.indexOf(e.key)) throw new TypeError("Duplicated element (" + e.key + ")"); + i.push(e.key); + }, + decorateElement: function decorateElement(e, r) { + for (var t = [], i = [], o = e.decorators, n = o.length - 1; n >= 0; n--) { + var s = r[e.placement]; + s.splice(s.indexOf(e.key), 1); + var a = this.fromElementDescriptor(e), + l = this.toElementFinisherExtras((0, o[n])(a) || a); + e = l.element, this.addElementPlacement(e, r), l.finisher && i.push(l.finisher); + var c = l.extras; + if (c) { + for (var p = 0; p < c.length; p++) this.addElementPlacement(c[p], r); + t.push.apply(t, c); + } + } + return { + element: e, + finishers: i, + extras: t + }; + }, + decorateConstructor: function decorateConstructor(e, r) { + for (var t = [], i = r.length - 1; i >= 0; i--) { + var o = this.fromClassDescriptor(e), + n = this.toClassDescriptor((0, r[i])(o) || o); + if (void 0 !== n.finisher && t.push(n.finisher), void 0 !== n.elements) { + e = n.elements; + for (var s = 0; s < e.length - 1; s++) for (var a = s + 1; a < e.length; a++) if (e[s].key === e[a].key && e[s].placement === e[a].placement) throw new TypeError("Duplicated element (" + e[s].key + ")"); + } + } + return { + elements: e, + finishers: t + }; + }, + fromElementDescriptor: function fromElementDescriptor(e) { + var r = { + kind: e.kind, + key: e.key, + placement: e.placement, + descriptor: e.descriptor + }; + return Object.defineProperty(r, Symbol.toStringTag, { + value: "Descriptor", + configurable: !0 + }), "field" === e.kind && (r.initializer = e.initializer), r; + }, + toElementDescriptors: function toElementDescriptors(e) { + if (void 0 !== e) return toArray(e).map(function (e) { + var r = this.toElementDescriptor(e); + return this.disallowProperty(e, "finisher", "An element descriptor"), this.disallowProperty(e, "extras", "An element descriptor"), r; + }, this); + }, + toElementDescriptor: function toElementDescriptor(e) { + var r = e.kind + ""; + if ("method" !== r && "field" !== r) throw new TypeError('An element descriptor\'s .kind property must be either "method" or "field", but a decorator created an element descriptor with .kind "' + r + '"'); + var t = toPropertyKey(e.key), + i = e.placement + ""; + if ("static" !== i && "prototype" !== i && "own" !== i) throw new TypeError('An element descriptor\'s .placement property must be one of "static", "prototype" or "own", but a decorator created an element descriptor with .placement "' + i + '"'); + var o = e.descriptor; + this.disallowProperty(e, "elements", "An element descriptor"); + var n = { + kind: r, + key: t, + placement: i, + descriptor: Object.assign({}, o) + }; + return "field" !== r ? this.disallowProperty(e, "initializer", "A method descriptor") : (this.disallowProperty(o, "get", "The property descriptor of a field descriptor"), this.disallowProperty(o, "set", "The property descriptor of a field descriptor"), this.disallowProperty(o, "value", "The property descriptor of a field descriptor"), n.initializer = e.initializer), n; + }, + toElementFinisherExtras: function toElementFinisherExtras(e) { + return { + element: this.toElementDescriptor(e), + finisher: _optionalCallableProperty(e, "finisher"), + extras: this.toElementDescriptors(e.extras) + }; + }, + fromClassDescriptor: function fromClassDescriptor(e) { + var r = { + kind: "class", + elements: e.map(this.fromElementDescriptor, this) + }; + return Object.defineProperty(r, Symbol.toStringTag, { + value: "Descriptor", + configurable: !0 + }), r; + }, + toClassDescriptor: function toClassDescriptor(e) { + var r = e.kind + ""; + if ("class" !== r) throw new TypeError('A class descriptor\'s .kind property must be "class", but a decorator created a class descriptor with .kind "' + r + '"'); + this.disallowProperty(e, "key", "A class descriptor"), this.disallowProperty(e, "placement", "A class descriptor"), this.disallowProperty(e, "descriptor", "A class descriptor"), this.disallowProperty(e, "initializer", "A class descriptor"), this.disallowProperty(e, "extras", "A class descriptor"); + var t = _optionalCallableProperty(e, "finisher"); + return { + elements: this.toElementDescriptors(e.elements), + finisher: t + }; + }, + runClassFinishers: function runClassFinishers(e, r) { + for (var t = 0; t < r.length; t++) { + var i = (0, r[t])(e); + if (void 0 !== i) { + if ("function" != typeof i) throw new TypeError("Finishers must return a constructor."); + e = i; + } + } + return e; + }, + disallowProperty: function disallowProperty(e, r, t) { + if (void 0 !== e[r]) throw new TypeError(t + " can't have a ." + r + " property."); + } + }; + return e; +} +function _createElementDescriptor(e) { + var r, + t = toPropertyKey(e.key); + "method" === e.kind ? r = { + value: e.value, + writable: !0, + configurable: !0, + enumerable: !1 + } : "get" === e.kind ? r = { + get: e.value, + configurable: !0, + enumerable: !1 + } : "set" === e.kind ? r = { + set: e.value, + configurable: !0, + enumerable: !1 + } : "field" === e.kind && (r = { + configurable: !0, + writable: !0, + enumerable: !0 + }); + var i = { + kind: "field" === e.kind ? "field" : "method", + key: t, + placement: e["static"] ? "static" : "field" === e.kind ? "own" : "prototype", + descriptor: r + }; + return e.decorators && (i.decorators = e.decorators), "field" === e.kind && (i.initializer = e.value), i; +} +function _coalesceGetterSetter(e, r) { + void 0 !== e.descriptor.get ? r.descriptor.get = e.descriptor.get : r.descriptor.set = e.descriptor.set; +} +function _coalesceClassElements(e) { + for (var r = [], isSameElement = function isSameElement(e) { + return "method" === e.kind && e.key === o.key && e.placement === o.placement; + }, t = 0; t < e.length; t++) { + var i, + o = e[t]; + if ("method" === o.kind && (i = r.find(isSameElement))) { + if (_isDataDescriptor(o.descriptor) || _isDataDescriptor(i.descriptor)) { + if (_hasDecorators(o) || _hasDecorators(i)) throw new ReferenceError("Duplicated methods (" + o.key + ") can't be decorated."); + i.descriptor = o.descriptor; + } else { + if (_hasDecorators(o)) { + if (_hasDecorators(i)) throw new ReferenceError("Decorators can't be placed on different accessors with for the same property (" + o.key + ")."); + i.decorators = o.decorators; + } + _coalesceGetterSetter(o, i); + } + } else r.push(o); + } + return r; +} +function _hasDecorators(e) { + return e.decorators && e.decorators.length; +} +function _isDataDescriptor(e) { + return void 0 !== e && !(void 0 === e.value && void 0 === e.writable); +} +function _optionalCallableProperty(e, r) { + var t = e[r]; + if (void 0 !== t && "function" != typeof t) throw new TypeError("Expected '" + r + "' to be a function"); + return t; +} +export { _decorate as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/defaults.js b/node_modules/@babel/runtime/helpers/esm/defaults.js new file mode 100644 index 0000000..d3041a3 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/defaults.js @@ -0,0 +1,9 @@ +function _defaults(e, r) { + for (var t = Object.getOwnPropertyNames(r), o = 0; o < t.length; o++) { + var n = t[o], + a = Object.getOwnPropertyDescriptor(r, n); + a && a.configurable && void 0 === e[n] && Object.defineProperty(e, n, a); + } + return e; +} +export { _defaults as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/defineAccessor.js b/node_modules/@babel/runtime/helpers/esm/defineAccessor.js new file mode 100644 index 0000000..a8292de --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/defineAccessor.js @@ -0,0 +1,8 @@ +function _defineAccessor(e, r, n, t) { + var c = { + configurable: !0, + enumerable: !0 + }; + return c[e] = t, Object.defineProperty(r, n, c); +} +export { _defineAccessor as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js b/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js new file mode 100644 index 0000000..3d31d98 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/defineEnumerableProperties.js @@ -0,0 +1,12 @@ +function _defineEnumerableProperties(e, r) { + for (var t in r) { + var n = r[t]; + n.configurable = n.enumerable = !0, "value" in n && (n.writable = !0), Object.defineProperty(e, t, n); + } + if (Object.getOwnPropertySymbols) for (var a = Object.getOwnPropertySymbols(r), b = 0; b < a.length; b++) { + var i = a[b]; + (n = r[i]).configurable = n.enumerable = !0, "value" in n && (n.writable = !0), Object.defineProperty(e, i, n); + } + return e; +} +export { _defineEnumerableProperties as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/defineProperty.js b/node_modules/@babel/runtime/helpers/esm/defineProperty.js new file mode 100644 index 0000000..05ec32b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/defineProperty.js @@ -0,0 +1,10 @@ +import toPropertyKey from "./toPropertyKey.js"; +function _defineProperty(e, r, t) { + return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, { + value: t, + enumerable: !0, + configurable: !0, + writable: !0 + }) : e[r] = t, e; +} +export { _defineProperty as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/dispose.js b/node_modules/@babel/runtime/helpers/esm/dispose.js new file mode 100644 index 0000000..a87ab20 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/dispose.js @@ -0,0 +1,28 @@ +function dispose_SuppressedError(r, e) { + return "undefined" != typeof SuppressedError ? dispose_SuppressedError = SuppressedError : (dispose_SuppressedError = function dispose_SuppressedError(r, e) { + this.suppressed = e, this.error = r, this.stack = Error().stack; + }, dispose_SuppressedError.prototype = Object.create(Error.prototype, { + constructor: { + value: dispose_SuppressedError, + writable: !0, + configurable: !0 + } + })), new dispose_SuppressedError(r, e); +} +function _dispose(r, e, s) { + function next() { + for (; r.length > 0;) try { + var o = r.pop(), + p = o.d.call(o.v); + if (o.a) return Promise.resolve(p).then(next, err); + } catch (r) { + return err(r); + } + if (s) throw e; + } + function err(r) { + return e = s ? new dispose_SuppressedError(e, r) : r, s = !0, next(); + } + return next(); +} +export { _dispose as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/extends.js b/node_modules/@babel/runtime/helpers/esm/extends.js new file mode 100644 index 0000000..53f118c --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/extends.js @@ -0,0 +1,10 @@ +function _extends() { + return _extends = Object.assign ? Object.assign.bind() : function (n) { + for (var e = 1; e < arguments.length; e++) { + var t = arguments[e]; + for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); + } + return n; + }, _extends.apply(null, arguments); +} +export { _extends as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/get.js b/node_modules/@babel/runtime/helpers/esm/get.js new file mode 100644 index 0000000..8124bc0 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/get.js @@ -0,0 +1,11 @@ +import superPropBase from "./superPropBase.js"; +function _get() { + return _get = "undefined" != typeof Reflect && Reflect.get ? Reflect.get.bind() : function (e, t, r) { + var p = superPropBase(e, t); + if (p) { + var n = Object.getOwnPropertyDescriptor(p, t); + return n.get ? n.get.call(arguments.length < 3 ? e : r) : n.value; + } + }, _get.apply(null, arguments); +} +export { _get as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js b/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js new file mode 100644 index 0000000..9073c45 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js @@ -0,0 +1,6 @@ +function _getPrototypeOf(t) { + return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { + return t.__proto__ || Object.getPrototypeOf(t); + }, _getPrototypeOf(t); +} +export { _getPrototypeOf as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/identity.js b/node_modules/@babel/runtime/helpers/esm/identity.js new file mode 100644 index 0000000..6b564ac --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/identity.js @@ -0,0 +1,4 @@ +function _identity(t) { + return t; +} +export { _identity as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js b/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js new file mode 100644 index 0000000..6d35b52 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/importDeferProxy.js @@ -0,0 +1,27 @@ +function _importDeferProxy(e) { + var t = null, + constValue = function constValue(e) { + return function () { + return e; + }; + }, + proxy = function proxy(r) { + return function (n, o, f) { + return null === t && (t = e()), r(t, o, f); + }; + }; + return new Proxy({}, { + defineProperty: constValue(!1), + deleteProperty: constValue(!1), + get: proxy(Reflect.get), + getOwnPropertyDescriptor: proxy(Reflect.getOwnPropertyDescriptor), + getPrototypeOf: constValue(null), + isExtensible: constValue(!1), + has: proxy(Reflect.has), + ownKeys: proxy(Reflect.ownKeys), + preventExtensions: constValue(!0), + set: constValue(!1), + setPrototypeOf: constValue(!1) + }); +} +export { _importDeferProxy as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/inherits.js b/node_modules/@babel/runtime/helpers/esm/inherits.js new file mode 100644 index 0000000..78f6e4e --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/inherits.js @@ -0,0 +1,14 @@ +import setPrototypeOf from "./setPrototypeOf.js"; +function _inherits(t, e) { + if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); + t.prototype = Object.create(e && e.prototype, { + constructor: { + value: t, + writable: !0, + configurable: !0 + } + }), Object.defineProperty(t, "prototype", { + writable: !1 + }), e && setPrototypeOf(t, e); +} +export { _inherits as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js b/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js new file mode 100644 index 0000000..0bd1330 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/inheritsLoose.js @@ -0,0 +1,5 @@ +import setPrototypeOf from "./setPrototypeOf.js"; +function _inheritsLoose(t, o) { + t.prototype = Object.create(o.prototype), t.prototype.constructor = t, setPrototypeOf(t, o); +} +export { _inheritsLoose as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js b/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js new file mode 100644 index 0000000..68bcc2c --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/initializerDefineProperty.js @@ -0,0 +1,9 @@ +function _initializerDefineProperty(e, i, r, l) { + r && Object.defineProperty(e, i, { + enumerable: r.enumerable, + configurable: r.configurable, + writable: r.writable, + value: r.initializer ? r.initializer.call(l) : void 0 + }); +} +export { _initializerDefineProperty as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js b/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js new file mode 100644 index 0000000..0a658e3 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/initializerWarningHelper.js @@ -0,0 +1,4 @@ +function _initializerWarningHelper(r, e) { + throw Error("Decorating class property failed. Please ensure that transform-class-properties is enabled and runs after the decorators transform."); +} +export { _initializerWarningHelper as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/instanceof.js b/node_modules/@babel/runtime/helpers/esm/instanceof.js new file mode 100644 index 0000000..316539e --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/instanceof.js @@ -0,0 +1,4 @@ +function _instanceof(n, e) { + return null != e && "undefined" != typeof Symbol && e[Symbol.hasInstance] ? !!e[Symbol.hasInstance](n) : n instanceof e; +} +export { _instanceof as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js b/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js new file mode 100644 index 0000000..365d248 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/interopRequireDefault.js @@ -0,0 +1,6 @@ +function _interopRequireDefault(e) { + return e && e.__esModule ? e : { + "default": e + }; +} +export { _interopRequireDefault as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js b/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js new file mode 100644 index 0000000..ed9ca31 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/interopRequireWildcard.js @@ -0,0 +1,22 @@ +import _typeof from "./typeof.js"; +function _interopRequireWildcard(e, t) { + if ("function" == typeof WeakMap) var r = new WeakMap(), + n = new WeakMap(); + return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { + if (!t && e && e.__esModule) return e; + var o, + i, + f = { + __proto__: null, + "default": e + }; + if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; + if (o = t ? n : r) { + if (o.has(e)) return o.get(e); + o.set(e, f); + } + for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); + return f; + })(e, t); +} +export { _interopRequireWildcard as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js b/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js new file mode 100644 index 0000000..0cfe276 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/isNativeFunction.js @@ -0,0 +1,8 @@ +function _isNativeFunction(t) { + try { + return -1 !== Function.toString.call(t).indexOf("[native code]"); + } catch (n) { + return "function" == typeof t; + } +} +export { _isNativeFunction as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js b/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js new file mode 100644 index 0000000..0eb5e39 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js @@ -0,0 +1,9 @@ +function _isNativeReflectConstruct() { + try { + var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); + } catch (t) {} + return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { + return !!t; + })(); +} +export { _isNativeReflectConstruct as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/iterableToArray.js b/node_modules/@babel/runtime/helpers/esm/iterableToArray.js new file mode 100644 index 0000000..b7de339 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/iterableToArray.js @@ -0,0 +1,4 @@ +function _iterableToArray(r) { + if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); +} +export { _iterableToArray as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js b/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js new file mode 100644 index 0000000..473f067 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js @@ -0,0 +1,28 @@ +function _iterableToArrayLimit(r, l) { + var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; + if (null != t) { + var e, + n, + i, + u, + a = [], + f = !0, + o = !1; + try { + if (i = (t = t.call(r)).next, 0 === l) { + if (Object(t) !== t) return; + f = !1; + } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); + } catch (r) { + o = !0, n = r; + } finally { + try { + if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; + } finally { + if (o) throw n; + } + } + return a; + } +} +export { _iterableToArrayLimit as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/jsx.js b/node_modules/@babel/runtime/helpers/esm/jsx.js new file mode 100644 index 0000000..a120e5b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/jsx.js @@ -0,0 +1,22 @@ +var REACT_ELEMENT_TYPE; +function _createRawReactElement(e, r, E, l) { + REACT_ELEMENT_TYPE || (REACT_ELEMENT_TYPE = "function" == typeof Symbol && Symbol["for"] && Symbol["for"]("react.element") || 60103); + var o = e && e.defaultProps, + n = arguments.length - 3; + if (r || 0 === n || (r = { + children: void 0 + }), 1 === n) r.children = l;else if (n > 1) { + for (var t = Array(n), f = 0; f < n; f++) t[f] = arguments[f + 3]; + r.children = t; + } + if (r && o) for (var i in o) void 0 === r[i] && (r[i] = o[i]);else r || (r = o || {}); + return { + $$typeof: REACT_ELEMENT_TYPE, + type: e, + key: void 0 === E ? null : "" + E, + ref: null, + props: r, + _owner: null + }; +} +export { _createRawReactElement as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js b/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js new file mode 100644 index 0000000..527c682 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/maybeArrayLike.js @@ -0,0 +1,9 @@ +import arrayLikeToArray from "./arrayLikeToArray.js"; +function _maybeArrayLike(r, a, e) { + if (a && !Array.isArray(a) && "number" == typeof a.length) { + var y = a.length; + return arrayLikeToArray(a, void 0 !== e && e < y ? e : y); + } + return r(a, e); +} +export { _maybeArrayLike as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js b/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js new file mode 100644 index 0000000..5f70e0d --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/newArrowCheck.js @@ -0,0 +1,4 @@ +function _newArrowCheck(n, r) { + if (n !== r) throw new TypeError("Cannot instantiate an arrow function"); +} +export { _newArrowCheck as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js b/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js new file mode 100644 index 0000000..9050250 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js @@ -0,0 +1,4 @@ +function _nonIterableRest() { + throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); +} +export { _nonIterableRest as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js b/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js new file mode 100644 index 0000000..fb03235 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js @@ -0,0 +1,4 @@ +function _nonIterableSpread() { + throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); +} +export { _nonIterableSpread as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js b/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js new file mode 100644 index 0000000..d8c3060 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/nullishReceiverError.js @@ -0,0 +1,4 @@ +function _nullishReceiverError(r) { + throw new TypeError("Cannot set property of null or undefined."); +} +export { _nullishReceiverError as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js b/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js new file mode 100644 index 0000000..a92eac8 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/objectDestructuringEmpty.js @@ -0,0 +1,4 @@ +function _objectDestructuringEmpty(t) { + if (null == t) throw new TypeError("Cannot destructure " + t); +} +export { _objectDestructuringEmpty as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/objectSpread.js b/node_modules/@babel/runtime/helpers/esm/objectSpread.js new file mode 100644 index 0000000..0f82f06 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/objectSpread.js @@ -0,0 +1,14 @@ +import defineProperty from "./defineProperty.js"; +function _objectSpread(e) { + for (var r = 1; r < arguments.length; r++) { + var t = null != arguments[r] ? Object(arguments[r]) : {}, + o = Object.keys(t); + "function" == typeof Object.getOwnPropertySymbols && o.push.apply(o, Object.getOwnPropertySymbols(t).filter(function (e) { + return Object.getOwnPropertyDescriptor(t, e).enumerable; + })), o.forEach(function (r) { + defineProperty(e, r, t[r]); + }); + } + return e; +} +export { _objectSpread as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/objectSpread2.js b/node_modules/@babel/runtime/helpers/esm/objectSpread2.js new file mode 100644 index 0000000..0035bc7 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/objectSpread2.js @@ -0,0 +1,23 @@ +import defineProperty from "./defineProperty.js"; +function ownKeys(e, r) { + var t = Object.keys(e); + if (Object.getOwnPropertySymbols) { + var o = Object.getOwnPropertySymbols(e); + r && (o = o.filter(function (r) { + return Object.getOwnPropertyDescriptor(e, r).enumerable; + })), t.push.apply(t, o); + } + return t; +} +function _objectSpread2(e) { + for (var r = 1; r < arguments.length; r++) { + var t = null != arguments[r] ? arguments[r] : {}; + r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { + defineProperty(e, r, t[r]); + }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { + Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); + }); + } + return e; +} +export { _objectSpread2 as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js b/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js new file mode 100644 index 0000000..598fb9a --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js @@ -0,0 +1,13 @@ +import objectWithoutPropertiesLoose from "./objectWithoutPropertiesLoose.js"; +function _objectWithoutProperties(e, t) { + if (null == e) return {}; + var o, + r, + i = objectWithoutPropertiesLoose(e, t); + if (Object.getOwnPropertySymbols) { + var n = Object.getOwnPropertySymbols(e); + for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); + } + return i; +} +export { _objectWithoutProperties as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js b/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js new file mode 100644 index 0000000..90f68f3 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js @@ -0,0 +1,10 @@ +function _objectWithoutPropertiesLoose(r, e) { + if (null == r) return {}; + var t = {}; + for (var n in r) if ({}.hasOwnProperty.call(r, n)) { + if (-1 !== e.indexOf(n)) continue; + t[n] = r[n]; + } + return t; +} +export { _objectWithoutPropertiesLoose as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/package.json b/node_modules/@babel/runtime/helpers/esm/package.json new file mode 100644 index 0000000..aead43d --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js b/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js new file mode 100644 index 0000000..d84e1e6 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js @@ -0,0 +1,8 @@ +import _typeof from "./typeof.js"; +import assertThisInitialized from "./assertThisInitialized.js"; +function _possibleConstructorReturn(t, e) { + if (e && ("object" == _typeof(e) || "function" == typeof e)) return e; + if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); + return assertThisInitialized(t); +} +export { _possibleConstructorReturn as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/readOnlyError.js b/node_modules/@babel/runtime/helpers/esm/readOnlyError.js new file mode 100644 index 0000000..fcc3e33 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/readOnlyError.js @@ -0,0 +1,4 @@ +function _readOnlyError(r) { + throw new TypeError('"' + r + '" is read-only'); +} +export { _readOnlyError as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/regenerator.js b/node_modules/@babel/runtime/helpers/esm/regenerator.js new file mode 100644 index 0000000..6f2f2a1 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/regenerator.js @@ -0,0 +1,89 @@ +import regeneratorDefine from "./regeneratorDefine.js"; +function _regenerator() { + /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ + var e, + t, + r = "function" == typeof Symbol ? Symbol : {}, + n = r.iterator || "@@iterator", + o = r.toStringTag || "@@toStringTag"; + function i(r, n, o, i) { + var c = n && n.prototype instanceof Generator ? n : Generator, + u = Object.create(c.prototype); + return regeneratorDefine(u, "_invoke", function (r, n, o) { + var i, + c, + u, + f = 0, + p = o || [], + y = !1, + G = { + p: 0, + n: 0, + v: e, + a: d, + f: d.bind(e, 4), + d: function d(t, r) { + return i = t, c = 0, u = e, G.n = r, a; + } + }; + function d(r, n) { + for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) { + var o, + i = p[t], + d = G.p, + l = i[2]; + r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0)); + } + if (o || r > 1) return a; + throw y = !0, n; + } + return function (o, p, l) { + if (f > 1) throw TypeError("Generator is already running"); + for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) { + i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u); + try { + if (f = 2, i) { + if (c || (o = "next"), t = i[o]) { + if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object"); + if (!t.done) return t; + u = t.value, c < 2 && (c = 0); + } else 1 === c && (t = i["return"]) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1); + i = e; + } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break; + } catch (t) { + i = e, c = 1, u = t; + } finally { + f = 1; + } + } + return { + value: t, + done: y + }; + }; + }(r, o, i), !0), u; + } + var a = {}; + function Generator() {} + function GeneratorFunction() {} + function GeneratorFunctionPrototype() {} + t = Object.getPrototypeOf; + var c = [][n] ? t(t([][n]())) : (regeneratorDefine(t = {}, n, function () { + return this; + }), t), + u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c); + function f(e) { + return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, regeneratorDefine(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e; + } + return GeneratorFunction.prototype = GeneratorFunctionPrototype, regeneratorDefine(u, "constructor", GeneratorFunctionPrototype), regeneratorDefine(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", regeneratorDefine(GeneratorFunctionPrototype, o, "GeneratorFunction"), regeneratorDefine(u), regeneratorDefine(u, o, "Generator"), regeneratorDefine(u, n, function () { + return this; + }), regeneratorDefine(u, "toString", function () { + return "[object Generator]"; + }), (_regenerator = function _regenerator() { + return { + w: i, + m: f + }; + })(); +} +export { _regenerator as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js b/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js new file mode 100644 index 0000000..f73d4e6 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/regeneratorAsync.js @@ -0,0 +1,8 @@ +import regeneratorAsyncGen from "./regeneratorAsyncGen.js"; +function _regeneratorAsync(n, e, r, t, o) { + var a = regeneratorAsyncGen(n, e, r, t, o); + return a.next().then(function (n) { + return n.done ? n.value : a.next(); + }); +} +export { _regeneratorAsync as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js b/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js new file mode 100644 index 0000000..1932bcd --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncGen.js @@ -0,0 +1,6 @@ +import regenerator from "./regenerator.js"; +import regeneratorAsyncIterator from "./regeneratorAsyncIterator.js"; +function _regeneratorAsyncGen(r, e, t, o, n) { + return new regeneratorAsyncIterator(regenerator().w(r, e, t, o), n || Promise); +} +export { _regeneratorAsyncGen as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js b/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js new file mode 100644 index 0000000..90d84cc --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/regeneratorAsyncIterator.js @@ -0,0 +1,33 @@ +import OverloadYield from "./OverloadYield.js"; +import regeneratorDefine from "./regeneratorDefine.js"; +function AsyncIterator(t, e) { + function n(r, o, i, f) { + try { + var c = t[r](o), + u = c.value; + return u instanceof OverloadYield ? e.resolve(u.v).then(function (t) { + n("next", t, i, f); + }, function (t) { + n("throw", t, i, f); + }) : e.resolve(u).then(function (t) { + c.value = t, i(c); + }, function (t) { + return n("throw", t, i, f); + }); + } catch (t) { + f(t); + } + } + var r; + this.next || (regeneratorDefine(AsyncIterator.prototype), regeneratorDefine(AsyncIterator.prototype, "function" == typeof Symbol && Symbol.asyncIterator || "@asyncIterator", function () { + return this; + })), regeneratorDefine(this, "_invoke", function (t, o, i) { + function f() { + return new e(function (e, r) { + n(t, i, e, r); + }); + } + return r = r ? r.then(f, f) : f(); + }, !0); +} +export { AsyncIterator as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js b/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js new file mode 100644 index 0000000..7140470 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/regeneratorDefine.js @@ -0,0 +1,22 @@ +function _regeneratorDefine(e, r, n, t) { + var i = Object.defineProperty; + try { + i({}, "", {}); + } catch (e) { + i = 0; + } + _regeneratorDefine = function regeneratorDefine(e, r, n, t) { + function o(r, n) { + _regeneratorDefine(e, r, function (e) { + return this._invoke(r, n, e); + }); + } + r ? i ? i(e, r, { + value: n, + enumerable: !t, + configurable: !t, + writable: !t + }) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2)); + }, _regeneratorDefine(e, r, n, t); +} +export { _regeneratorDefine as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js b/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js new file mode 100644 index 0000000..5d0d48b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/regeneratorKeys.js @@ -0,0 +1,10 @@ +function _regeneratorKeys(e) { + var n = Object(e), + r = []; + for (var t in n) r.unshift(t); + return function e() { + for (; r.length;) if ((t = r.pop()) in n) return e.value = t, e.done = !1, e; + return e.done = !0, e; + }; +} +export { _regeneratorKeys as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js b/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js new file mode 100644 index 0000000..3350188 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.js @@ -0,0 +1,77 @@ +import OverloadYield from "./OverloadYield.js"; +import regenerator from "./regenerator.js"; +import regeneratorAsync from "./regeneratorAsync.js"; +import regeneratorAsyncGen from "./regeneratorAsyncGen.js"; +import regeneratorAsyncIterator from "./regeneratorAsyncIterator.js"; +import regeneratorKeys from "./regeneratorKeys.js"; +import regeneratorValues from "./regeneratorValues.js"; +function _regeneratorRuntime() { + "use strict"; + + var r = regenerator(), + e = r.m(_regeneratorRuntime), + t = (Object.getPrototypeOf ? Object.getPrototypeOf(e) : e.__proto__).constructor; + function n(r) { + var e = "function" == typeof r && r.constructor; + return !!e && (e === t || "GeneratorFunction" === (e.displayName || e.name)); + } + var o = { + "throw": 1, + "return": 2, + "break": 3, + "continue": 3 + }; + function a(r) { + var e, t; + return function (n) { + e || (e = { + stop: function stop() { + return t(n.a, 2); + }, + "catch": function _catch() { + return n.v; + }, + abrupt: function abrupt(r, e) { + return t(n.a, o[r], e); + }, + delegateYield: function delegateYield(r, o, a) { + return e.resultName = o, t(n.d, regeneratorValues(r), a); + }, + finish: function finish(r) { + return t(n.f, r); + } + }, t = function t(r, _t, o) { + n.p = e.prev, n.n = e.next; + try { + return r(_t, o); + } finally { + e.next = n.n; + } + }), e.resultName && (e[e.resultName] = n.v, e.resultName = void 0), e.sent = n.v, e.next = n.n; + try { + return r.call(this, e); + } finally { + n.p = e.prev, n.n = e.next; + } + }; + } + return (_regeneratorRuntime = function _regeneratorRuntime() { + return { + wrap: function wrap(e, t, n, o) { + return r.w(a(e), t, n, o && o.reverse()); + }, + isGeneratorFunction: n, + mark: r.m, + awrap: function awrap(r, e) { + return new OverloadYield(r, e); + }, + AsyncIterator: regeneratorAsyncIterator, + async: function async(r, e, t, o, u) { + return (n(e) ? regeneratorAsyncGen : regeneratorAsync)(a(r), e, t, o, u); + }, + keys: regeneratorKeys, + values: regeneratorValues + }; + })(); +} +export { _regeneratorRuntime as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js b/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js new file mode 100644 index 0000000..9996852 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/regeneratorValues.js @@ -0,0 +1,19 @@ +import _typeof from "./typeof.js"; +function _regeneratorValues(e) { + if (null != e) { + var t = e["function" == typeof Symbol && Symbol.iterator || "@@iterator"], + r = 0; + if (t) return t.call(e); + if ("function" == typeof e.next) return e; + if (!isNaN(e.length)) return { + next: function next() { + return e && r >= e.length && (e = void 0), { + value: e && e[r++], + done: !e + }; + } + }; + } + throw new TypeError(_typeof(e) + " is not iterable"); +} +export { _regeneratorValues as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/set.js b/node_modules/@babel/runtime/helpers/esm/set.js new file mode 100644 index 0000000..ed0a803 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/set.js @@ -0,0 +1,22 @@ +import superPropBase from "./superPropBase.js"; +import defineProperty from "./defineProperty.js"; +function set(e, r, t, o) { + return set = "undefined" != typeof Reflect && Reflect.set ? Reflect.set : function (e, r, t, o) { + var f, + i = superPropBase(e, r); + if (i) { + if ((f = Object.getOwnPropertyDescriptor(i, r)).set) return f.set.call(o, t), !0; + if (!f.writable) return !1; + } + if (f = Object.getOwnPropertyDescriptor(o, r)) { + if (!f.writable) return !1; + f.value = t, Object.defineProperty(o, r, f); + } else defineProperty(o, r, t); + return !0; + }, set(e, r, t, o); +} +function _set(e, r, t, o, f) { + if (!set(e, r, t, o || e) && f) throw new TypeError("failed to set property"); + return t; +} +export { _set as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/setFunctionName.js b/node_modules/@babel/runtime/helpers/esm/setFunctionName.js new file mode 100644 index 0000000..82213ce --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/setFunctionName.js @@ -0,0 +1,12 @@ +import _typeof from "./typeof.js"; +function setFunctionName(e, t, n) { + "symbol" == _typeof(t) && (t = (t = t.description) ? "[" + t + "]" : ""); + try { + Object.defineProperty(e, "name", { + configurable: !0, + value: n ? n + " " + t : t + }); + } catch (e) {} + return e; +} +export { setFunctionName as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js b/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js new file mode 100644 index 0000000..c30983c --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js @@ -0,0 +1,6 @@ +function _setPrototypeOf(t, e) { + return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { + return t.__proto__ = e, t; + }, _setPrototypeOf(t, e); +} +export { _setPrototypeOf as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js b/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js new file mode 100644 index 0000000..41d5738 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/skipFirstGeneratorNext.js @@ -0,0 +1,7 @@ +function _skipFirstGeneratorNext(t) { + return function () { + var r = t.apply(this, arguments); + return r.next(), r; + }; +} +export { _skipFirstGeneratorNext as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/slicedToArray.js b/node_modules/@babel/runtime/helpers/esm/slicedToArray.js new file mode 100644 index 0000000..c044c2a --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/slicedToArray.js @@ -0,0 +1,8 @@ +import arrayWithHoles from "./arrayWithHoles.js"; +import iterableToArrayLimit from "./iterableToArrayLimit.js"; +import unsupportedIterableToArray from "./unsupportedIterableToArray.js"; +import nonIterableRest from "./nonIterableRest.js"; +function _slicedToArray(r, e) { + return arrayWithHoles(r) || iterableToArrayLimit(r, e) || unsupportedIterableToArray(r, e) || nonIterableRest(); +} +export { _slicedToArray as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/superPropBase.js b/node_modules/@babel/runtime/helpers/esm/superPropBase.js new file mode 100644 index 0000000..a5fa386 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/superPropBase.js @@ -0,0 +1,6 @@ +import getPrototypeOf from "./getPrototypeOf.js"; +function _superPropBase(t, o) { + for (; !{}.hasOwnProperty.call(t, o) && null !== (t = getPrototypeOf(t));); + return t; +} +export { _superPropBase as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/superPropGet.js b/node_modules/@babel/runtime/helpers/esm/superPropGet.js new file mode 100644 index 0000000..b2b60a8 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/superPropGet.js @@ -0,0 +1,9 @@ +import get from "./get.js"; +import getPrototypeOf from "./getPrototypeOf.js"; +function _superPropGet(t, o, e, r) { + var p = get(getPrototypeOf(1 & r ? t.prototype : t), o, e); + return 2 & r && "function" == typeof p ? function (t) { + return p.apply(e, t); + } : p; +} +export { _superPropGet as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/superPropSet.js b/node_modules/@babel/runtime/helpers/esm/superPropSet.js new file mode 100644 index 0000000..e182f38 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/superPropSet.js @@ -0,0 +1,6 @@ +import set from "./set.js"; +import getPrototypeOf from "./getPrototypeOf.js"; +function _superPropSet(t, e, o, r, p, f) { + return set(getPrototypeOf(f ? t.prototype : t), e, o, r, p); +} +export { _superPropSet as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js b/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js new file mode 100644 index 0000000..3d842cd --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteral.js @@ -0,0 +1,8 @@ +function _taggedTemplateLiteral(e, t) { + return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, { + raw: { + value: Object.freeze(t) + } + })); +} +export { _taggedTemplateLiteral as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js b/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js new file mode 100644 index 0000000..741aeb8 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/taggedTemplateLiteralLoose.js @@ -0,0 +1,4 @@ +function _taggedTemplateLiteralLoose(e, t) { + return t || (t = e.slice(0)), e.raw = t, e; +} +export { _taggedTemplateLiteralLoose as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/tdz.js b/node_modules/@babel/runtime/helpers/esm/tdz.js new file mode 100644 index 0000000..58df493 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/tdz.js @@ -0,0 +1,4 @@ +function _tdzError(e) { + throw new ReferenceError(e + " is not defined - temporal dead zone"); +} +export { _tdzError as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/temporalRef.js b/node_modules/@babel/runtime/helpers/esm/temporalRef.js new file mode 100644 index 0000000..8dbf014 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/temporalRef.js @@ -0,0 +1,6 @@ +import temporalUndefined from "./temporalUndefined.js"; +import tdz from "./tdz.js"; +function _temporalRef(r, e) { + return r === temporalUndefined ? tdz(e) : r; +} +export { _temporalRef as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js b/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js new file mode 100644 index 0000000..2ec0b0d --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/temporalUndefined.js @@ -0,0 +1,2 @@ +function _temporalUndefined() {} +export { _temporalUndefined as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/toArray.js b/node_modules/@babel/runtime/helpers/esm/toArray.js new file mode 100644 index 0000000..e5f0f52 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/toArray.js @@ -0,0 +1,8 @@ +import arrayWithHoles from "./arrayWithHoles.js"; +import iterableToArray from "./iterableToArray.js"; +import unsupportedIterableToArray from "./unsupportedIterableToArray.js"; +import nonIterableRest from "./nonIterableRest.js"; +function _toArray(r) { + return arrayWithHoles(r) || iterableToArray(r) || unsupportedIterableToArray(r) || nonIterableRest(); +} +export { _toArray as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js b/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js new file mode 100644 index 0000000..f7338e4 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/toConsumableArray.js @@ -0,0 +1,8 @@ +import arrayWithoutHoles from "./arrayWithoutHoles.js"; +import iterableToArray from "./iterableToArray.js"; +import unsupportedIterableToArray from "./unsupportedIterableToArray.js"; +import nonIterableSpread from "./nonIterableSpread.js"; +function _toConsumableArray(r) { + return arrayWithoutHoles(r) || iterableToArray(r) || unsupportedIterableToArray(r) || nonIterableSpread(); +} +export { _toConsumableArray as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/toPrimitive.js b/node_modules/@babel/runtime/helpers/esm/toPrimitive.js new file mode 100644 index 0000000..9a3de46 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/toPrimitive.js @@ -0,0 +1,12 @@ +import _typeof from "./typeof.js"; +function toPrimitive(t, r) { + if ("object" != _typeof(t) || !t) return t; + var e = t[Symbol.toPrimitive]; + if (void 0 !== e) { + var i = e.call(t, r || "default"); + if ("object" != _typeof(i)) return i; + throw new TypeError("@@toPrimitive must return a primitive value."); + } + return ("string" === r ? String : Number)(t); +} +export { toPrimitive as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js b/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js new file mode 100644 index 0000000..b3274d8 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js @@ -0,0 +1,7 @@ +import _typeof from "./typeof.js"; +import toPrimitive from "./toPrimitive.js"; +function toPropertyKey(t) { + var i = toPrimitive(t, "string"); + return "symbol" == _typeof(i) ? i : i + ""; +} +export { toPropertyKey as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/toSetter.js b/node_modules/@babel/runtime/helpers/esm/toSetter.js new file mode 100644 index 0000000..b1dbf7a --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/toSetter.js @@ -0,0 +1,10 @@ +function _toSetter(t, e, n) { + e || (e = []); + var r = e.length++; + return Object.defineProperty({}, "_", { + set: function set(o) { + e[r] = o, t.apply(n, e); + } + }); +} +export { _toSetter as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/tsRewriteRelativeImportExtensions.js b/node_modules/@babel/runtime/helpers/esm/tsRewriteRelativeImportExtensions.js new file mode 100644 index 0000000..28ffc0b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/tsRewriteRelativeImportExtensions.js @@ -0,0 +1,6 @@ +function tsRewriteRelativeImportExtensions(t, e) { + return "string" == typeof t && /^\.\.?\//.test(t) ? t.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+)?)\.([cm]?)ts$/i, function (t, s, r, n, o) { + return s ? e ? ".jsx" : ".js" : !r || n && o ? r + n + "." + o.toLowerCase() + "js" : t; + }) : t; +} +export { tsRewriteRelativeImportExtensions as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/typeof.js b/node_modules/@babel/runtime/helpers/esm/typeof.js new file mode 100644 index 0000000..5b0bc9b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/typeof.js @@ -0,0 +1,10 @@ +function _typeof(o) { + "@babel/helpers - typeof"; + + return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { + return typeof o; + } : function (o) { + return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; + }, _typeof(o); +} +export { _typeof as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js b/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js new file mode 100644 index 0000000..33adc49 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js @@ -0,0 +1,9 @@ +import arrayLikeToArray from "./arrayLikeToArray.js"; +function _unsupportedIterableToArray(r, a) { + if (r) { + if ("string" == typeof r) return arrayLikeToArray(r, a); + var t = {}.toString.call(r).slice(8, -1); + return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? arrayLikeToArray(r, a) : void 0; + } +} +export { _unsupportedIterableToArray as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/using.js b/node_modules/@babel/runtime/helpers/esm/using.js new file mode 100644 index 0000000..9bda17b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/using.js @@ -0,0 +1,12 @@ +function _using(o, n, e) { + if (null == n) return n; + if (Object(n) !== n) throw new TypeError("using declarations can only be used with objects, functions, null, or undefined."); + if (e) var r = n[Symbol.asyncDispose || Symbol["for"]("Symbol.asyncDispose")]; + if (null == r && (r = n[Symbol.dispose || Symbol["for"]("Symbol.dispose")]), "function" != typeof r) throw new TypeError("Property [Symbol.dispose] is not a function."); + return o.push({ + v: n, + d: r, + a: e + }), n; +} +export { _using as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/usingCtx.js b/node_modules/@babel/runtime/helpers/esm/usingCtx.js new file mode 100644 index 0000000..1464379 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/usingCtx.js @@ -0,0 +1,59 @@ +function _usingCtx() { + var r = "function" == typeof SuppressedError ? SuppressedError : function (r, e) { + var n = Error(); + return n.name = "SuppressedError", n.error = r, n.suppressed = e, n; + }, + e = {}, + n = []; + function using(r, e) { + if (null != e) { + if (Object(e) !== e) throw new TypeError("using declarations can only be used with objects, functions, null, or undefined."); + if (r) var o = e[Symbol.asyncDispose || Symbol["for"]("Symbol.asyncDispose")]; + if (void 0 === o && (o = e[Symbol.dispose || Symbol["for"]("Symbol.dispose")], r)) var t = o; + if ("function" != typeof o) throw new TypeError("Object is not disposable."); + t && (o = function o() { + try { + t.call(e); + } catch (r) { + return Promise.reject(r); + } + }), n.push({ + v: e, + d: o, + a: r + }); + } else r && n.push({ + d: e, + a: r + }); + return e; + } + return { + e: e, + u: using.bind(null, !1), + a: using.bind(null, !0), + d: function d() { + var o, + t = this.e, + s = 0; + function next() { + for (; o = n.pop();) try { + if (!o.a && 1 === s) return s = 0, n.push(o), Promise.resolve().then(next); + if (o.d) { + var r = o.d.call(o.v); + if (o.a) return s |= 2, Promise.resolve(r).then(next, err); + } else s |= 1; + } catch (r) { + return err(r); + } + if (1 === s) return t !== e ? Promise.reject(t) : Promise.resolve(); + if (t !== e) throw t; + } + function err(n) { + return t = t !== e ? new r(n, t) : n, next(); + } + return next(); + } + }; +} +export { _usingCtx as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js b/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js new file mode 100644 index 0000000..ffeea5d --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/wrapAsyncGenerator.js @@ -0,0 +1,69 @@ +import OverloadYield from "./OverloadYield.js"; +function _wrapAsyncGenerator(e) { + return function () { + return new AsyncGenerator(e.apply(this, arguments)); + }; +} +function AsyncGenerator(e) { + var r, t; + function resume(r, t) { + try { + var n = e[r](t), + o = n.value, + u = o instanceof OverloadYield; + Promise.resolve(u ? o.v : o).then(function (t) { + if (u) { + var i = "return" === r ? "return" : "next"; + if (!o.k || t.done) return resume(i, t); + t = e[i](t).value; + } + settle(n.done ? "return" : "normal", t); + }, function (e) { + resume("throw", e); + }); + } catch (e) { + settle("throw", e); + } + } + function settle(e, n) { + switch (e) { + case "return": + r.resolve({ + value: n, + done: !0 + }); + break; + case "throw": + r.reject(n); + break; + default: + r.resolve({ + value: n, + done: !1 + }); + } + (r = r.next) ? resume(r.key, r.arg) : t = null; + } + this._invoke = function (e, n) { + return new Promise(function (o, u) { + var i = { + key: e, + arg: n, + resolve: o, + reject: u, + next: null + }; + t ? t = t.next = i : (r = t = i, resume(e, n)); + }); + }, "function" != typeof e["return"] && (this["return"] = void 0); +} +AsyncGenerator.prototype["function" == typeof Symbol && Symbol.asyncIterator || "@@asyncIterator"] = function () { + return this; +}, AsyncGenerator.prototype.next = function (e) { + return this._invoke("next", e); +}, AsyncGenerator.prototype["throw"] = function (e) { + return this._invoke("throw", e); +}, AsyncGenerator.prototype["return"] = function (e) { + return this._invoke("return", e); +}; +export { _wrapAsyncGenerator as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js b/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js new file mode 100644 index 0000000..15bf78f --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.js @@ -0,0 +1,27 @@ +import getPrototypeOf from "./getPrototypeOf.js"; +import setPrototypeOf from "./setPrototypeOf.js"; +import isNativeFunction from "./isNativeFunction.js"; +import construct from "./construct.js"; +function _wrapNativeSuper(t) { + var r = "function" == typeof Map ? new Map() : void 0; + return _wrapNativeSuper = function _wrapNativeSuper(t) { + if (null === t || !isNativeFunction(t)) return t; + if ("function" != typeof t) throw new TypeError("Super expression must either be null or a function"); + if (void 0 !== r) { + if (r.has(t)) return r.get(t); + r.set(t, Wrapper); + } + function Wrapper() { + return construct(t, arguments, getPrototypeOf(this).constructor); + } + return Wrapper.prototype = Object.create(t.prototype, { + constructor: { + value: Wrapper, + enumerable: !1, + writable: !0, + configurable: !0 + } + }), setPrototypeOf(Wrapper, t); + }, _wrapNativeSuper(t); +} +export { _wrapNativeSuper as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js b/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js new file mode 100644 index 0000000..c455faa --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/wrapRegExp.js @@ -0,0 +1,52 @@ +import _typeof from "./typeof.js"; +import setPrototypeOf from "./setPrototypeOf.js"; +import inherits from "./inherits.js"; +function _wrapRegExp() { + _wrapRegExp = function _wrapRegExp(e, r) { + return new BabelRegExp(e, void 0, r); + }; + var e = RegExp.prototype, + r = new WeakMap(); + function BabelRegExp(e, t, p) { + var o = RegExp(e, t); + return r.set(o, p || r.get(e)), setPrototypeOf(o, BabelRegExp.prototype); + } + function buildGroups(e, t) { + var p = r.get(t); + return Object.keys(p).reduce(function (r, t) { + var o = p[t]; + if ("number" == typeof o) r[t] = e[o];else { + for (var i = 0; void 0 === e[o[i]] && i + 1 < o.length;) i++; + r[t] = e[o[i]]; + } + return r; + }, Object.create(null)); + } + return inherits(BabelRegExp, RegExp), BabelRegExp.prototype.exec = function (r) { + var t = e.exec.call(this, r); + if (t) { + t.groups = buildGroups(t, this); + var p = t.indices; + p && (p.groups = buildGroups(p, this)); + } + return t; + }, BabelRegExp.prototype[Symbol.replace] = function (t, p) { + if ("string" == typeof p) { + var o = r.get(this); + return e[Symbol.replace].call(this, t, p.replace(/\$<([^>]+)(>|$)/g, function (e, r, t) { + if ("" === t) return e; + var p = o[r]; + return Array.isArray(p) ? "$" + p.join("$") : "number" == typeof p ? "$" + p : ""; + })); + } + if ("function" == typeof p) { + var i = this; + return e[Symbol.replace].call(this, t, function () { + var e = arguments; + return "object" != _typeof(e[e.length - 1]) && (e = [].slice.call(e)).push(buildGroups(e, i)), p.apply(this, e); + }); + } + return e[Symbol.replace].call(this, t, p); + }, _wrapRegExp.apply(this, arguments); +} +export { _wrapRegExp as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js b/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js new file mode 100644 index 0000000..250c286 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/esm/writeOnlyError.js @@ -0,0 +1,4 @@ +function _writeOnlyError(r) { + throw new TypeError('"' + r + '" is write-only'); +} +export { _writeOnlyError as default }; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/extends.js b/node_modules/@babel/runtime/helpers/extends.js new file mode 100644 index 0000000..eee4a1f --- /dev/null +++ b/node_modules/@babel/runtime/helpers/extends.js @@ -0,0 +1,10 @@ +function _extends() { + return module.exports = _extends = Object.assign ? Object.assign.bind() : function (n) { + for (var e = 1; e < arguments.length; e++) { + var t = arguments[e]; + for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); + } + return n; + }, module.exports.__esModule = true, module.exports["default"] = module.exports, _extends.apply(null, arguments); +} +module.exports = _extends, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/get.js b/node_modules/@babel/runtime/helpers/get.js new file mode 100644 index 0000000..15428de --- /dev/null +++ b/node_modules/@babel/runtime/helpers/get.js @@ -0,0 +1,11 @@ +var superPropBase = require("./superPropBase.js"); +function _get() { + return module.exports = _get = "undefined" != typeof Reflect && Reflect.get ? Reflect.get.bind() : function (e, t, r) { + var p = superPropBase(e, t); + if (p) { + var n = Object.getOwnPropertyDescriptor(p, t); + return n.get ? n.get.call(arguments.length < 3 ? e : r) : n.value; + } + }, module.exports.__esModule = true, module.exports["default"] = module.exports, _get.apply(null, arguments); +} +module.exports = _get, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/getPrototypeOf.js b/node_modules/@babel/runtime/helpers/getPrototypeOf.js new file mode 100644 index 0000000..9070748 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/getPrototypeOf.js @@ -0,0 +1,6 @@ +function _getPrototypeOf(t) { + return module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) { + return t.__proto__ || Object.getPrototypeOf(t); + }, module.exports.__esModule = true, module.exports["default"] = module.exports, _getPrototypeOf(t); +} +module.exports = _getPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/identity.js b/node_modules/@babel/runtime/helpers/identity.js new file mode 100644 index 0000000..54de5b5 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/identity.js @@ -0,0 +1,4 @@ +function _identity(t) { + return t; +} +module.exports = _identity, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/importDeferProxy.js b/node_modules/@babel/runtime/helpers/importDeferProxy.js new file mode 100644 index 0000000..cffaae6 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/importDeferProxy.js @@ -0,0 +1,27 @@ +function _importDeferProxy(e) { + var t = null, + constValue = function constValue(e) { + return function () { + return e; + }; + }, + proxy = function proxy(r) { + return function (n, o, f) { + return null === t && (t = e()), r(t, o, f); + }; + }; + return new Proxy({}, { + defineProperty: constValue(!1), + deleteProperty: constValue(!1), + get: proxy(Reflect.get), + getOwnPropertyDescriptor: proxy(Reflect.getOwnPropertyDescriptor), + getPrototypeOf: constValue(null), + isExtensible: constValue(!1), + has: proxy(Reflect.has), + ownKeys: proxy(Reflect.ownKeys), + preventExtensions: constValue(!0), + set: constValue(!1), + setPrototypeOf: constValue(!1) + }); +} +module.exports = _importDeferProxy, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/inherits.js b/node_modules/@babel/runtime/helpers/inherits.js new file mode 100644 index 0000000..715a78e --- /dev/null +++ b/node_modules/@babel/runtime/helpers/inherits.js @@ -0,0 +1,14 @@ +var setPrototypeOf = require("./setPrototypeOf.js"); +function _inherits(t, e) { + if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function"); + t.prototype = Object.create(e && e.prototype, { + constructor: { + value: t, + writable: !0, + configurable: !0 + } + }), Object.defineProperty(t, "prototype", { + writable: !1 + }), e && setPrototypeOf(t, e); +} +module.exports = _inherits, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/inheritsLoose.js b/node_modules/@babel/runtime/helpers/inheritsLoose.js new file mode 100644 index 0000000..a27baf0 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/inheritsLoose.js @@ -0,0 +1,5 @@ +var setPrototypeOf = require("./setPrototypeOf.js"); +function _inheritsLoose(t, o) { + t.prototype = Object.create(o.prototype), t.prototype.constructor = t, setPrototypeOf(t, o); +} +module.exports = _inheritsLoose, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/initializerDefineProperty.js b/node_modules/@babel/runtime/helpers/initializerDefineProperty.js new file mode 100644 index 0000000..f9fa317 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/initializerDefineProperty.js @@ -0,0 +1,9 @@ +function _initializerDefineProperty(e, i, r, l) { + r && Object.defineProperty(e, i, { + enumerable: r.enumerable, + configurable: r.configurable, + writable: r.writable, + value: r.initializer ? r.initializer.call(l) : void 0 + }); +} +module.exports = _initializerDefineProperty, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/initializerWarningHelper.js b/node_modules/@babel/runtime/helpers/initializerWarningHelper.js new file mode 100644 index 0000000..e14ce59 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/initializerWarningHelper.js @@ -0,0 +1,4 @@ +function _initializerWarningHelper(r, e) { + throw Error("Decorating class property failed. Please ensure that transform-class-properties is enabled and runs after the decorators transform."); +} +module.exports = _initializerWarningHelper, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/instanceof.js b/node_modules/@babel/runtime/helpers/instanceof.js new file mode 100644 index 0000000..9952301 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/instanceof.js @@ -0,0 +1,4 @@ +function _instanceof(n, e) { + return null != e && "undefined" != typeof Symbol && e[Symbol.hasInstance] ? !!e[Symbol.hasInstance](n) : n instanceof e; +} +module.exports = _instanceof, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/interopRequireDefault.js b/node_modules/@babel/runtime/helpers/interopRequireDefault.js new file mode 100644 index 0000000..6944715 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/interopRequireDefault.js @@ -0,0 +1,6 @@ +function _interopRequireDefault(e) { + return e && e.__esModule ? e : { + "default": e + }; +} +module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/interopRequireWildcard.js b/node_modules/@babel/runtime/helpers/interopRequireWildcard.js new file mode 100644 index 0000000..d5f1054 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/interopRequireWildcard.js @@ -0,0 +1,22 @@ +var _typeof = require("./typeof.js")["default"]; +function _interopRequireWildcard(e, t) { + if ("function" == typeof WeakMap) var r = new WeakMap(), + n = new WeakMap(); + return (module.exports = _interopRequireWildcard = function _interopRequireWildcard(e, t) { + if (!t && e && e.__esModule) return e; + var o, + i, + f = { + __proto__: null, + "default": e + }; + if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; + if (o = t ? n : r) { + if (o.has(e)) return o.get(e); + o.set(e, f); + } + for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); + return f; + }, module.exports.__esModule = true, module.exports["default"] = module.exports)(e, t); +} +module.exports = _interopRequireWildcard, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/isNativeFunction.js b/node_modules/@babel/runtime/helpers/isNativeFunction.js new file mode 100644 index 0000000..f0eb49e --- /dev/null +++ b/node_modules/@babel/runtime/helpers/isNativeFunction.js @@ -0,0 +1,8 @@ +function _isNativeFunction(t) { + try { + return -1 !== Function.toString.call(t).indexOf("[native code]"); + } catch (n) { + return "function" == typeof t; + } +} +module.exports = _isNativeFunction, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js b/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js new file mode 100644 index 0000000..b677e10 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/isNativeReflectConstruct.js @@ -0,0 +1,9 @@ +function _isNativeReflectConstruct() { + try { + var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); + } catch (t) {} + return (module.exports = _isNativeReflectConstruct = function _isNativeReflectConstruct() { + return !!t; + }, module.exports.__esModule = true, module.exports["default"] = module.exports)(); +} +module.exports = _isNativeReflectConstruct, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/iterableToArray.js b/node_modules/@babel/runtime/helpers/iterableToArray.js new file mode 100644 index 0000000..c839a32 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/iterableToArray.js @@ -0,0 +1,4 @@ +function _iterableToArray(r) { + if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); +} +module.exports = _iterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js b/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js new file mode 100644 index 0000000..2671778 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/iterableToArrayLimit.js @@ -0,0 +1,28 @@ +function _iterableToArrayLimit(r, l) { + var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; + if (null != t) { + var e, + n, + i, + u, + a = [], + f = !0, + o = !1; + try { + if (i = (t = t.call(r)).next, 0 === l) { + if (Object(t) !== t) return; + f = !1; + } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); + } catch (r) { + o = !0, n = r; + } finally { + try { + if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; + } finally { + if (o) throw n; + } + } + return a; + } +} +module.exports = _iterableToArrayLimit, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/jsx.js b/node_modules/@babel/runtime/helpers/jsx.js new file mode 100644 index 0000000..3415eea --- /dev/null +++ b/node_modules/@babel/runtime/helpers/jsx.js @@ -0,0 +1,22 @@ +var REACT_ELEMENT_TYPE; +function _createRawReactElement(e, r, E, l) { + REACT_ELEMENT_TYPE || (REACT_ELEMENT_TYPE = "function" == typeof Symbol && Symbol["for"] && Symbol["for"]("react.element") || 60103); + var o = e && e.defaultProps, + n = arguments.length - 3; + if (r || 0 === n || (r = { + children: void 0 + }), 1 === n) r.children = l;else if (n > 1) { + for (var t = Array(n), f = 0; f < n; f++) t[f] = arguments[f + 3]; + r.children = t; + } + if (r && o) for (var i in o) void 0 === r[i] && (r[i] = o[i]);else r || (r = o || {}); + return { + $$typeof: REACT_ELEMENT_TYPE, + type: e, + key: void 0 === E ? null : "" + E, + ref: null, + props: r, + _owner: null + }; +} +module.exports = _createRawReactElement, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/maybeArrayLike.js b/node_modules/@babel/runtime/helpers/maybeArrayLike.js new file mode 100644 index 0000000..9873cc7 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/maybeArrayLike.js @@ -0,0 +1,9 @@ +var arrayLikeToArray = require("./arrayLikeToArray.js"); +function _maybeArrayLike(r, a, e) { + if (a && !Array.isArray(a) && "number" == typeof a.length) { + var y = a.length; + return arrayLikeToArray(a, void 0 !== e && e < y ? e : y); + } + return r(a, e); +} +module.exports = _maybeArrayLike, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/newArrowCheck.js b/node_modules/@babel/runtime/helpers/newArrowCheck.js new file mode 100644 index 0000000..8e74d99 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/newArrowCheck.js @@ -0,0 +1,4 @@ +function _newArrowCheck(n, r) { + if (n !== r) throw new TypeError("Cannot instantiate an arrow function"); +} +module.exports = _newArrowCheck, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/nonIterableRest.js b/node_modules/@babel/runtime/helpers/nonIterableRest.js new file mode 100644 index 0000000..95265ba --- /dev/null +++ b/node_modules/@babel/runtime/helpers/nonIterableRest.js @@ -0,0 +1,4 @@ +function _nonIterableRest() { + throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); +} +module.exports = _nonIterableRest, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/nonIterableSpread.js b/node_modules/@babel/runtime/helpers/nonIterableSpread.js new file mode 100644 index 0000000..3fcf23f --- /dev/null +++ b/node_modules/@babel/runtime/helpers/nonIterableSpread.js @@ -0,0 +1,4 @@ +function _nonIterableSpread() { + throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); +} +module.exports = _nonIterableSpread, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/nullishReceiverError.js b/node_modules/@babel/runtime/helpers/nullishReceiverError.js new file mode 100644 index 0000000..970e023 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/nullishReceiverError.js @@ -0,0 +1,4 @@ +function _nullishReceiverError(r) { + throw new TypeError("Cannot set property of null or undefined."); +} +module.exports = _nullishReceiverError, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js b/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js new file mode 100644 index 0000000..9f62a1b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/objectDestructuringEmpty.js @@ -0,0 +1,4 @@ +function _objectDestructuringEmpty(t) { + if (null == t) throw new TypeError("Cannot destructure " + t); +} +module.exports = _objectDestructuringEmpty, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/objectSpread.js b/node_modules/@babel/runtime/helpers/objectSpread.js new file mode 100644 index 0000000..a367643 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/objectSpread.js @@ -0,0 +1,14 @@ +var defineProperty = require("./defineProperty.js"); +function _objectSpread(e) { + for (var r = 1; r < arguments.length; r++) { + var t = null != arguments[r] ? Object(arguments[r]) : {}, + o = Object.keys(t); + "function" == typeof Object.getOwnPropertySymbols && o.push.apply(o, Object.getOwnPropertySymbols(t).filter(function (e) { + return Object.getOwnPropertyDescriptor(t, e).enumerable; + })), o.forEach(function (r) { + defineProperty(e, r, t[r]); + }); + } + return e; +} +module.exports = _objectSpread, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/objectSpread2.js b/node_modules/@babel/runtime/helpers/objectSpread2.js new file mode 100644 index 0000000..4f3b9fa --- /dev/null +++ b/node_modules/@babel/runtime/helpers/objectSpread2.js @@ -0,0 +1,23 @@ +var defineProperty = require("./defineProperty.js"); +function ownKeys(e, r) { + var t = Object.keys(e); + if (Object.getOwnPropertySymbols) { + var o = Object.getOwnPropertySymbols(e); + r && (o = o.filter(function (r) { + return Object.getOwnPropertyDescriptor(e, r).enumerable; + })), t.push.apply(t, o); + } + return t; +} +function _objectSpread2(e) { + for (var r = 1; r < arguments.length; r++) { + var t = null != arguments[r] ? arguments[r] : {}; + r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { + defineProperty(e, r, t[r]); + }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { + Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); + }); + } + return e; +} +module.exports = _objectSpread2, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/objectWithoutProperties.js b/node_modules/@babel/runtime/helpers/objectWithoutProperties.js new file mode 100644 index 0000000..3a40f9e --- /dev/null +++ b/node_modules/@babel/runtime/helpers/objectWithoutProperties.js @@ -0,0 +1,13 @@ +var objectWithoutPropertiesLoose = require("./objectWithoutPropertiesLoose.js"); +function _objectWithoutProperties(e, t) { + if (null == e) return {}; + var o, + r, + i = objectWithoutPropertiesLoose(e, t); + if (Object.getOwnPropertySymbols) { + var n = Object.getOwnPropertySymbols(e); + for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); + } + return i; +} +module.exports = _objectWithoutProperties, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js b/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js new file mode 100644 index 0000000..c243acd --- /dev/null +++ b/node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js @@ -0,0 +1,10 @@ +function _objectWithoutPropertiesLoose(r, e) { + if (null == r) return {}; + var t = {}; + for (var n in r) if ({}.hasOwnProperty.call(r, n)) { + if (-1 !== e.indexOf(n)) continue; + t[n] = r[n]; + } + return t; +} +module.exports = _objectWithoutPropertiesLoose, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js b/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js new file mode 100644 index 0000000..06e6e6d --- /dev/null +++ b/node_modules/@babel/runtime/helpers/possibleConstructorReturn.js @@ -0,0 +1,8 @@ +var _typeof = require("./typeof.js")["default"]; +var assertThisInitialized = require("./assertThisInitialized.js"); +function _possibleConstructorReturn(t, e) { + if (e && ("object" == _typeof(e) || "function" == typeof e)) return e; + if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined"); + return assertThisInitialized(t); +} +module.exports = _possibleConstructorReturn, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/readOnlyError.js b/node_modules/@babel/runtime/helpers/readOnlyError.js new file mode 100644 index 0000000..1bf3e09 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/readOnlyError.js @@ -0,0 +1,4 @@ +function _readOnlyError(r) { + throw new TypeError('"' + r + '" is read-only'); +} +module.exports = _readOnlyError, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/regenerator.js b/node_modules/@babel/runtime/helpers/regenerator.js new file mode 100644 index 0000000..0cf8710 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/regenerator.js @@ -0,0 +1,89 @@ +var regeneratorDefine = require("./regeneratorDefine.js"); +function _regenerator() { + /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */ + var e, + t, + r = "function" == typeof Symbol ? Symbol : {}, + n = r.iterator || "@@iterator", + o = r.toStringTag || "@@toStringTag"; + function i(r, n, o, i) { + var c = n && n.prototype instanceof Generator ? n : Generator, + u = Object.create(c.prototype); + return regeneratorDefine(u, "_invoke", function (r, n, o) { + var i, + c, + u, + f = 0, + p = o || [], + y = !1, + G = { + p: 0, + n: 0, + v: e, + a: d, + f: d.bind(e, 4), + d: function d(t, r) { + return i = t, c = 0, u = e, G.n = r, a; + } + }; + function d(r, n) { + for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) { + var o, + i = p[t], + d = G.p, + l = i[2]; + r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0)); + } + if (o || r > 1) return a; + throw y = !0, n; + } + return function (o, p, l) { + if (f > 1) throw TypeError("Generator is already running"); + for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) { + i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u); + try { + if (f = 2, i) { + if (c || (o = "next"), t = i[o]) { + if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object"); + if (!t.done) return t; + u = t.value, c < 2 && (c = 0); + } else 1 === c && (t = i["return"]) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1); + i = e; + } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break; + } catch (t) { + i = e, c = 1, u = t; + } finally { + f = 1; + } + } + return { + value: t, + done: y + }; + }; + }(r, o, i), !0), u; + } + var a = {}; + function Generator() {} + function GeneratorFunction() {} + function GeneratorFunctionPrototype() {} + t = Object.getPrototypeOf; + var c = [][n] ? t(t([][n]())) : (regeneratorDefine(t = {}, n, function () { + return this; + }), t), + u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c); + function f(e) { + return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, regeneratorDefine(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e; + } + return GeneratorFunction.prototype = GeneratorFunctionPrototype, regeneratorDefine(u, "constructor", GeneratorFunctionPrototype), regeneratorDefine(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", regeneratorDefine(GeneratorFunctionPrototype, o, "GeneratorFunction"), regeneratorDefine(u), regeneratorDefine(u, o, "Generator"), regeneratorDefine(u, n, function () { + return this; + }), regeneratorDefine(u, "toString", function () { + return "[object Generator]"; + }), (module.exports = _regenerator = function _regenerator() { + return { + w: i, + m: f + }; + }, module.exports.__esModule = true, module.exports["default"] = module.exports)(); +} +module.exports = _regenerator, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/regeneratorAsync.js b/node_modules/@babel/runtime/helpers/regeneratorAsync.js new file mode 100644 index 0000000..d1e4c3f --- /dev/null +++ b/node_modules/@babel/runtime/helpers/regeneratorAsync.js @@ -0,0 +1,8 @@ +var regeneratorAsyncGen = require("./regeneratorAsyncGen.js"); +function _regeneratorAsync(n, e, r, t, o) { + var a = regeneratorAsyncGen(n, e, r, t, o); + return a.next().then(function (n) { + return n.done ? n.value : a.next(); + }); +} +module.exports = _regeneratorAsync, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js b/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js new file mode 100644 index 0000000..f0212e3 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js @@ -0,0 +1,6 @@ +var regenerator = require("./regenerator.js"); +var regeneratorAsyncIterator = require("./regeneratorAsyncIterator.js"); +function _regeneratorAsyncGen(r, e, t, o, n) { + return new regeneratorAsyncIterator(regenerator().w(r, e, t, o), n || Promise); +} +module.exports = _regeneratorAsyncGen, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js b/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js new file mode 100644 index 0000000..afcb060 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js @@ -0,0 +1,33 @@ +var OverloadYield = require("./OverloadYield.js"); +var regeneratorDefine = require("./regeneratorDefine.js"); +function AsyncIterator(t, e) { + function n(r, o, i, f) { + try { + var c = t[r](o), + u = c.value; + return u instanceof OverloadYield ? e.resolve(u.v).then(function (t) { + n("next", t, i, f); + }, function (t) { + n("throw", t, i, f); + }) : e.resolve(u).then(function (t) { + c.value = t, i(c); + }, function (t) { + return n("throw", t, i, f); + }); + } catch (t) { + f(t); + } + } + var r; + this.next || (regeneratorDefine(AsyncIterator.prototype), regeneratorDefine(AsyncIterator.prototype, "function" == typeof Symbol && Symbol.asyncIterator || "@asyncIterator", function () { + return this; + })), regeneratorDefine(this, "_invoke", function (t, o, i) { + function f() { + return new e(function (e, r) { + n(t, i, e, r); + }); + } + return r = r ? r.then(f, f) : f(); + }, !0); +} +module.exports = AsyncIterator, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/regeneratorDefine.js b/node_modules/@babel/runtime/helpers/regeneratorDefine.js new file mode 100644 index 0000000..8d7ffe0 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/regeneratorDefine.js @@ -0,0 +1,22 @@ +function _regeneratorDefine(e, r, n, t) { + var i = Object.defineProperty; + try { + i({}, "", {}); + } catch (e) { + i = 0; + } + module.exports = _regeneratorDefine = function regeneratorDefine(e, r, n, t) { + function o(r, n) { + _regeneratorDefine(e, r, function (e) { + return this._invoke(r, n, e); + }); + } + r ? i ? i(e, r, { + value: n, + enumerable: !t, + configurable: !t, + writable: !t + }) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2)); + }, module.exports.__esModule = true, module.exports["default"] = module.exports, _regeneratorDefine(e, r, n, t); +} +module.exports = _regeneratorDefine, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/regeneratorKeys.js b/node_modules/@babel/runtime/helpers/regeneratorKeys.js new file mode 100644 index 0000000..99442bd --- /dev/null +++ b/node_modules/@babel/runtime/helpers/regeneratorKeys.js @@ -0,0 +1,10 @@ +function _regeneratorKeys(e) { + var n = Object(e), + r = []; + for (var t in n) r.unshift(t); + return function e() { + for (; r.length;) if ((t = r.pop()) in n) return e.value = t, e.done = !1, e; + return e.done = !0, e; + }; +} +module.exports = _regeneratorKeys, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/regeneratorRuntime.js b/node_modules/@babel/runtime/helpers/regeneratorRuntime.js new file mode 100644 index 0000000..24baaa0 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/regeneratorRuntime.js @@ -0,0 +1,77 @@ +var OverloadYield = require("./OverloadYield.js"); +var regenerator = require("./regenerator.js"); +var regeneratorAsync = require("./regeneratorAsync.js"); +var regeneratorAsyncGen = require("./regeneratorAsyncGen.js"); +var regeneratorAsyncIterator = require("./regeneratorAsyncIterator.js"); +var regeneratorKeys = require("./regeneratorKeys.js"); +var regeneratorValues = require("./regeneratorValues.js"); +function _regeneratorRuntime() { + "use strict"; + + var r = regenerator(), + e = r.m(_regeneratorRuntime), + t = (Object.getPrototypeOf ? Object.getPrototypeOf(e) : e.__proto__).constructor; + function n(r) { + var e = "function" == typeof r && r.constructor; + return !!e && (e === t || "GeneratorFunction" === (e.displayName || e.name)); + } + var o = { + "throw": 1, + "return": 2, + "break": 3, + "continue": 3 + }; + function a(r) { + var e, t; + return function (n) { + e || (e = { + stop: function stop() { + return t(n.a, 2); + }, + "catch": function _catch() { + return n.v; + }, + abrupt: function abrupt(r, e) { + return t(n.a, o[r], e); + }, + delegateYield: function delegateYield(r, o, a) { + return e.resultName = o, t(n.d, regeneratorValues(r), a); + }, + finish: function finish(r) { + return t(n.f, r); + } + }, t = function t(r, _t, o) { + n.p = e.prev, n.n = e.next; + try { + return r(_t, o); + } finally { + e.next = n.n; + } + }), e.resultName && (e[e.resultName] = n.v, e.resultName = void 0), e.sent = n.v, e.next = n.n; + try { + return r.call(this, e); + } finally { + n.p = e.prev, n.n = e.next; + } + }; + } + return (module.exports = _regeneratorRuntime = function _regeneratorRuntime() { + return { + wrap: function wrap(e, t, n, o) { + return r.w(a(e), t, n, o && o.reverse()); + }, + isGeneratorFunction: n, + mark: r.m, + awrap: function awrap(r, e) { + return new OverloadYield(r, e); + }, + AsyncIterator: regeneratorAsyncIterator, + async: function async(r, e, t, o, u) { + return (n(e) ? regeneratorAsyncGen : regeneratorAsync)(a(r), e, t, o, u); + }, + keys: regeneratorKeys, + values: regeneratorValues + }; + }, module.exports.__esModule = true, module.exports["default"] = module.exports)(); +} +module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/regeneratorValues.js b/node_modules/@babel/runtime/helpers/regeneratorValues.js new file mode 100644 index 0000000..1335a23 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/regeneratorValues.js @@ -0,0 +1,19 @@ +var _typeof = require("./typeof.js")["default"]; +function _regeneratorValues(e) { + if (null != e) { + var t = e["function" == typeof Symbol && Symbol.iterator || "@@iterator"], + r = 0; + if (t) return t.call(e); + if ("function" == typeof e.next) return e; + if (!isNaN(e.length)) return { + next: function next() { + return e && r >= e.length && (e = void 0), { + value: e && e[r++], + done: !e + }; + } + }; + } + throw new TypeError(_typeof(e) + " is not iterable"); +} +module.exports = _regeneratorValues, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/set.js b/node_modules/@babel/runtime/helpers/set.js new file mode 100644 index 0000000..6421470 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/set.js @@ -0,0 +1,22 @@ +var superPropBase = require("./superPropBase.js"); +var defineProperty = require("./defineProperty.js"); +function set(e, r, t, o) { + return set = "undefined" != typeof Reflect && Reflect.set ? Reflect.set : function (e, r, t, o) { + var f, + i = superPropBase(e, r); + if (i) { + if ((f = Object.getOwnPropertyDescriptor(i, r)).set) return f.set.call(o, t), !0; + if (!f.writable) return !1; + } + if (f = Object.getOwnPropertyDescriptor(o, r)) { + if (!f.writable) return !1; + f.value = t, Object.defineProperty(o, r, f); + } else defineProperty(o, r, t); + return !0; + }, set(e, r, t, o); +} +function _set(e, r, t, o, f) { + if (!set(e, r, t, o || e) && f) throw new TypeError("failed to set property"); + return t; +} +module.exports = _set, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/setFunctionName.js b/node_modules/@babel/runtime/helpers/setFunctionName.js new file mode 100644 index 0000000..9664076 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/setFunctionName.js @@ -0,0 +1,12 @@ +var _typeof = require("./typeof.js")["default"]; +function setFunctionName(e, t, n) { + "symbol" == _typeof(t) && (t = (t = t.description) ? "[" + t + "]" : ""); + try { + Object.defineProperty(e, "name", { + configurable: !0, + value: n ? n + " " + t : t + }); + } catch (e) {} + return e; +} +module.exports = setFunctionName, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/setPrototypeOf.js b/node_modules/@babel/runtime/helpers/setPrototypeOf.js new file mode 100644 index 0000000..7d991ff --- /dev/null +++ b/node_modules/@babel/runtime/helpers/setPrototypeOf.js @@ -0,0 +1,6 @@ +function _setPrototypeOf(t, e) { + return module.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) { + return t.__proto__ = e, t; + }, module.exports.__esModule = true, module.exports["default"] = module.exports, _setPrototypeOf(t, e); +} +module.exports = _setPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js b/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js new file mode 100644 index 0000000..2aed548 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/skipFirstGeneratorNext.js @@ -0,0 +1,7 @@ +function _skipFirstGeneratorNext(t) { + return function () { + var r = t.apply(this, arguments); + return r.next(), r; + }; +} +module.exports = _skipFirstGeneratorNext, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/slicedToArray.js b/node_modules/@babel/runtime/helpers/slicedToArray.js new file mode 100644 index 0000000..3d752c4 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/slicedToArray.js @@ -0,0 +1,8 @@ +var arrayWithHoles = require("./arrayWithHoles.js"); +var iterableToArrayLimit = require("./iterableToArrayLimit.js"); +var unsupportedIterableToArray = require("./unsupportedIterableToArray.js"); +var nonIterableRest = require("./nonIterableRest.js"); +function _slicedToArray(r, e) { + return arrayWithHoles(r) || iterableToArrayLimit(r, e) || unsupportedIterableToArray(r, e) || nonIterableRest(); +} +module.exports = _slicedToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/superPropBase.js b/node_modules/@babel/runtime/helpers/superPropBase.js new file mode 100644 index 0000000..5cad459 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/superPropBase.js @@ -0,0 +1,6 @@ +var getPrototypeOf = require("./getPrototypeOf.js"); +function _superPropBase(t, o) { + for (; !{}.hasOwnProperty.call(t, o) && null !== (t = getPrototypeOf(t));); + return t; +} +module.exports = _superPropBase, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/superPropGet.js b/node_modules/@babel/runtime/helpers/superPropGet.js new file mode 100644 index 0000000..baf8b10 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/superPropGet.js @@ -0,0 +1,9 @@ +var get = require("./get.js"); +var getPrototypeOf = require("./getPrototypeOf.js"); +function _superPropGet(t, o, e, r) { + var p = get(getPrototypeOf(1 & r ? t.prototype : t), o, e); + return 2 & r && "function" == typeof p ? function (t) { + return p.apply(e, t); + } : p; +} +module.exports = _superPropGet, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/superPropSet.js b/node_modules/@babel/runtime/helpers/superPropSet.js new file mode 100644 index 0000000..e0578c0 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/superPropSet.js @@ -0,0 +1,6 @@ +var set = require("./set.js"); +var getPrototypeOf = require("./getPrototypeOf.js"); +function _superPropSet(t, e, o, r, p, f) { + return set(getPrototypeOf(f ? t.prototype : t), e, o, r, p); +} +module.exports = _superPropSet, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js b/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js new file mode 100644 index 0000000..38d6065 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/taggedTemplateLiteral.js @@ -0,0 +1,8 @@ +function _taggedTemplateLiteral(e, t) { + return t || (t = e.slice(0)), Object.freeze(Object.defineProperties(e, { + raw: { + value: Object.freeze(t) + } + })); +} +module.exports = _taggedTemplateLiteral, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js b/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js new file mode 100644 index 0000000..2f8c146 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/taggedTemplateLiteralLoose.js @@ -0,0 +1,4 @@ +function _taggedTemplateLiteralLoose(e, t) { + return t || (t = e.slice(0)), e.raw = t, e; +} +module.exports = _taggedTemplateLiteralLoose, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/tdz.js b/node_modules/@babel/runtime/helpers/tdz.js new file mode 100644 index 0000000..c66f476 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/tdz.js @@ -0,0 +1,4 @@ +function _tdzError(e) { + throw new ReferenceError(e + " is not defined - temporal dead zone"); +} +module.exports = _tdzError, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/temporalRef.js b/node_modules/@babel/runtime/helpers/temporalRef.js new file mode 100644 index 0000000..54c9190 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/temporalRef.js @@ -0,0 +1,6 @@ +var temporalUndefined = require("./temporalUndefined.js"); +var tdz = require("./tdz.js"); +function _temporalRef(r, e) { + return r === temporalUndefined ? tdz(e) : r; +} +module.exports = _temporalRef, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/temporalUndefined.js b/node_modules/@babel/runtime/helpers/temporalUndefined.js new file mode 100644 index 0000000..f8def80 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/temporalUndefined.js @@ -0,0 +1,2 @@ +function _temporalUndefined() {} +module.exports = _temporalUndefined, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/toArray.js b/node_modules/@babel/runtime/helpers/toArray.js new file mode 100644 index 0000000..2be1d2b --- /dev/null +++ b/node_modules/@babel/runtime/helpers/toArray.js @@ -0,0 +1,8 @@ +var arrayWithHoles = require("./arrayWithHoles.js"); +var iterableToArray = require("./iterableToArray.js"); +var unsupportedIterableToArray = require("./unsupportedIterableToArray.js"); +var nonIterableRest = require("./nonIterableRest.js"); +function _toArray(r) { + return arrayWithHoles(r) || iterableToArray(r) || unsupportedIterableToArray(r) || nonIterableRest(); +} +module.exports = _toArray, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/toConsumableArray.js b/node_modules/@babel/runtime/helpers/toConsumableArray.js new file mode 100644 index 0000000..698f9c6 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/toConsumableArray.js @@ -0,0 +1,8 @@ +var arrayWithoutHoles = require("./arrayWithoutHoles.js"); +var iterableToArray = require("./iterableToArray.js"); +var unsupportedIterableToArray = require("./unsupportedIterableToArray.js"); +var nonIterableSpread = require("./nonIterableSpread.js"); +function _toConsumableArray(r) { + return arrayWithoutHoles(r) || iterableToArray(r) || unsupportedIterableToArray(r) || nonIterableSpread(); +} +module.exports = _toConsumableArray, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/toPrimitive.js b/node_modules/@babel/runtime/helpers/toPrimitive.js new file mode 100644 index 0000000..ef9d249 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/toPrimitive.js @@ -0,0 +1,12 @@ +var _typeof = require("./typeof.js")["default"]; +function toPrimitive(t, r) { + if ("object" != _typeof(t) || !t) return t; + var e = t[Symbol.toPrimitive]; + if (void 0 !== e) { + var i = e.call(t, r || "default"); + if ("object" != _typeof(i)) return i; + throw new TypeError("@@toPrimitive must return a primitive value."); + } + return ("string" === r ? String : Number)(t); +} +module.exports = toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/toPropertyKey.js b/node_modules/@babel/runtime/helpers/toPropertyKey.js new file mode 100644 index 0000000..3ca3d4f --- /dev/null +++ b/node_modules/@babel/runtime/helpers/toPropertyKey.js @@ -0,0 +1,7 @@ +var _typeof = require("./typeof.js")["default"]; +var toPrimitive = require("./toPrimitive.js"); +function toPropertyKey(t) { + var i = toPrimitive(t, "string"); + return "symbol" == _typeof(i) ? i : i + ""; +} +module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/toSetter.js b/node_modules/@babel/runtime/helpers/toSetter.js new file mode 100644 index 0000000..e0012a8 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/toSetter.js @@ -0,0 +1,10 @@ +function _toSetter(t, e, n) { + e || (e = []); + var r = e.length++; + return Object.defineProperty({}, "_", { + set: function set(o) { + e[r] = o, t.apply(n, e); + } + }); +} +module.exports = _toSetter, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/tsRewriteRelativeImportExtensions.js b/node_modules/@babel/runtime/helpers/tsRewriteRelativeImportExtensions.js new file mode 100644 index 0000000..4de0e4d --- /dev/null +++ b/node_modules/@babel/runtime/helpers/tsRewriteRelativeImportExtensions.js @@ -0,0 +1,6 @@ +function tsRewriteRelativeImportExtensions(t, e) { + return "string" == typeof t && /^\.\.?\//.test(t) ? t.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+)?)\.([cm]?)ts$/i, function (t, s, r, n, o) { + return s ? e ? ".jsx" : ".js" : !r || n && o ? r + n + "." + o.toLowerCase() + "js" : t; + }) : t; +} +module.exports = tsRewriteRelativeImportExtensions, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/typeof.js b/node_modules/@babel/runtime/helpers/typeof.js new file mode 100644 index 0000000..b6fbfaf --- /dev/null +++ b/node_modules/@babel/runtime/helpers/typeof.js @@ -0,0 +1,10 @@ +function _typeof(o) { + "@babel/helpers - typeof"; + + return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { + return typeof o; + } : function (o) { + return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; + }, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o); +} +module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js b/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js new file mode 100644 index 0000000..8fb1a71 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js @@ -0,0 +1,9 @@ +var arrayLikeToArray = require("./arrayLikeToArray.js"); +function _unsupportedIterableToArray(r, a) { + if (r) { + if ("string" == typeof r) return arrayLikeToArray(r, a); + var t = {}.toString.call(r).slice(8, -1); + return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? arrayLikeToArray(r, a) : void 0; + } +} +module.exports = _unsupportedIterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/using.js b/node_modules/@babel/runtime/helpers/using.js new file mode 100644 index 0000000..37c79e2 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/using.js @@ -0,0 +1,12 @@ +function _using(o, n, e) { + if (null == n) return n; + if (Object(n) !== n) throw new TypeError("using declarations can only be used with objects, functions, null, or undefined."); + if (e) var r = n[Symbol.asyncDispose || Symbol["for"]("Symbol.asyncDispose")]; + if (null == r && (r = n[Symbol.dispose || Symbol["for"]("Symbol.dispose")]), "function" != typeof r) throw new TypeError("Property [Symbol.dispose] is not a function."); + return o.push({ + v: n, + d: r, + a: e + }), n; +} +module.exports = _using, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/usingCtx.js b/node_modules/@babel/runtime/helpers/usingCtx.js new file mode 100644 index 0000000..652ab15 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/usingCtx.js @@ -0,0 +1,59 @@ +function _usingCtx() { + var r = "function" == typeof SuppressedError ? SuppressedError : function (r, e) { + var n = Error(); + return n.name = "SuppressedError", n.error = r, n.suppressed = e, n; + }, + e = {}, + n = []; + function using(r, e) { + if (null != e) { + if (Object(e) !== e) throw new TypeError("using declarations can only be used with objects, functions, null, or undefined."); + if (r) var o = e[Symbol.asyncDispose || Symbol["for"]("Symbol.asyncDispose")]; + if (void 0 === o && (o = e[Symbol.dispose || Symbol["for"]("Symbol.dispose")], r)) var t = o; + if ("function" != typeof o) throw new TypeError("Object is not disposable."); + t && (o = function o() { + try { + t.call(e); + } catch (r) { + return Promise.reject(r); + } + }), n.push({ + v: e, + d: o, + a: r + }); + } else r && n.push({ + d: e, + a: r + }); + return e; + } + return { + e: e, + u: using.bind(null, !1), + a: using.bind(null, !0), + d: function d() { + var o, + t = this.e, + s = 0; + function next() { + for (; o = n.pop();) try { + if (!o.a && 1 === s) return s = 0, n.push(o), Promise.resolve().then(next); + if (o.d) { + var r = o.d.call(o.v); + if (o.a) return s |= 2, Promise.resolve(r).then(next, err); + } else s |= 1; + } catch (r) { + return err(r); + } + if (1 === s) return t !== e ? Promise.reject(t) : Promise.resolve(); + if (t !== e) throw t; + } + function err(n) { + return t = t !== e ? new r(n, t) : n, next(); + } + return next(); + } + }; +} +module.exports = _usingCtx, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js b/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js new file mode 100644 index 0000000..b818e2e --- /dev/null +++ b/node_modules/@babel/runtime/helpers/wrapAsyncGenerator.js @@ -0,0 +1,69 @@ +var OverloadYield = require("./OverloadYield.js"); +function _wrapAsyncGenerator(e) { + return function () { + return new AsyncGenerator(e.apply(this, arguments)); + }; +} +function AsyncGenerator(e) { + var r, t; + function resume(r, t) { + try { + var n = e[r](t), + o = n.value, + u = o instanceof OverloadYield; + Promise.resolve(u ? o.v : o).then(function (t) { + if (u) { + var i = "return" === r ? "return" : "next"; + if (!o.k || t.done) return resume(i, t); + t = e[i](t).value; + } + settle(n.done ? "return" : "normal", t); + }, function (e) { + resume("throw", e); + }); + } catch (e) { + settle("throw", e); + } + } + function settle(e, n) { + switch (e) { + case "return": + r.resolve({ + value: n, + done: !0 + }); + break; + case "throw": + r.reject(n); + break; + default: + r.resolve({ + value: n, + done: !1 + }); + } + (r = r.next) ? resume(r.key, r.arg) : t = null; + } + this._invoke = function (e, n) { + return new Promise(function (o, u) { + var i = { + key: e, + arg: n, + resolve: o, + reject: u, + next: null + }; + t ? t = t.next = i : (r = t = i, resume(e, n)); + }); + }, "function" != typeof e["return"] && (this["return"] = void 0); +} +AsyncGenerator.prototype["function" == typeof Symbol && Symbol.asyncIterator || "@@asyncIterator"] = function () { + return this; +}, AsyncGenerator.prototype.next = function (e) { + return this._invoke("next", e); +}, AsyncGenerator.prototype["throw"] = function (e) { + return this._invoke("throw", e); +}, AsyncGenerator.prototype["return"] = function (e) { + return this._invoke("return", e); +}; +module.exports = _wrapAsyncGenerator, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/wrapNativeSuper.js b/node_modules/@babel/runtime/helpers/wrapNativeSuper.js new file mode 100644 index 0000000..acd87ab --- /dev/null +++ b/node_modules/@babel/runtime/helpers/wrapNativeSuper.js @@ -0,0 +1,27 @@ +var getPrototypeOf = require("./getPrototypeOf.js"); +var setPrototypeOf = require("./setPrototypeOf.js"); +var isNativeFunction = require("./isNativeFunction.js"); +var construct = require("./construct.js"); +function _wrapNativeSuper(t) { + var r = "function" == typeof Map ? new Map() : void 0; + return module.exports = _wrapNativeSuper = function _wrapNativeSuper(t) { + if (null === t || !isNativeFunction(t)) return t; + if ("function" != typeof t) throw new TypeError("Super expression must either be null or a function"); + if (void 0 !== r) { + if (r.has(t)) return r.get(t); + r.set(t, Wrapper); + } + function Wrapper() { + return construct(t, arguments, getPrototypeOf(this).constructor); + } + return Wrapper.prototype = Object.create(t.prototype, { + constructor: { + value: Wrapper, + enumerable: !1, + writable: !0, + configurable: !0 + } + }), setPrototypeOf(Wrapper, t); + }, module.exports.__esModule = true, module.exports["default"] = module.exports, _wrapNativeSuper(t); +} +module.exports = _wrapNativeSuper, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/wrapRegExp.js b/node_modules/@babel/runtime/helpers/wrapRegExp.js new file mode 100644 index 0000000..3d6e6ce --- /dev/null +++ b/node_modules/@babel/runtime/helpers/wrapRegExp.js @@ -0,0 +1,52 @@ +var _typeof = require("./typeof.js")["default"]; +var setPrototypeOf = require("./setPrototypeOf.js"); +var inherits = require("./inherits.js"); +function _wrapRegExp() { + module.exports = _wrapRegExp = function _wrapRegExp(e, r) { + return new BabelRegExp(e, void 0, r); + }, module.exports.__esModule = true, module.exports["default"] = module.exports; + var e = RegExp.prototype, + r = new WeakMap(); + function BabelRegExp(e, t, p) { + var o = RegExp(e, t); + return r.set(o, p || r.get(e)), setPrototypeOf(o, BabelRegExp.prototype); + } + function buildGroups(e, t) { + var p = r.get(t); + return Object.keys(p).reduce(function (r, t) { + var o = p[t]; + if ("number" == typeof o) r[t] = e[o];else { + for (var i = 0; void 0 === e[o[i]] && i + 1 < o.length;) i++; + r[t] = e[o[i]]; + } + return r; + }, Object.create(null)); + } + return inherits(BabelRegExp, RegExp), BabelRegExp.prototype.exec = function (r) { + var t = e.exec.call(this, r); + if (t) { + t.groups = buildGroups(t, this); + var p = t.indices; + p && (p.groups = buildGroups(p, this)); + } + return t; + }, BabelRegExp.prototype[Symbol.replace] = function (t, p) { + if ("string" == typeof p) { + var o = r.get(this); + return e[Symbol.replace].call(this, t, p.replace(/\$<([^>]+)(>|$)/g, function (e, r, t) { + if ("" === t) return e; + var p = o[r]; + return Array.isArray(p) ? "$" + p.join("$") : "number" == typeof p ? "$" + p : ""; + })); + } + if ("function" == typeof p) { + var i = this; + return e[Symbol.replace].call(this, t, function () { + var e = arguments; + return "object" != _typeof(e[e.length - 1]) && (e = [].slice.call(e)).push(buildGroups(e, i)), p.apply(this, e); + }); + } + return e[Symbol.replace].call(this, t, p); + }, _wrapRegExp.apply(this, arguments); +} +module.exports = _wrapRegExp, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/helpers/writeOnlyError.js b/node_modules/@babel/runtime/helpers/writeOnlyError.js new file mode 100644 index 0000000..c98ee82 --- /dev/null +++ b/node_modules/@babel/runtime/helpers/writeOnlyError.js @@ -0,0 +1,4 @@ +function _writeOnlyError(r) { + throw new TypeError('"' + r + '" is write-only'); +} +module.exports = _writeOnlyError, module.exports.__esModule = true, module.exports["default"] = module.exports; \ No newline at end of file diff --git a/node_modules/@babel/runtime/package.json b/node_modules/@babel/runtime/package.json new file mode 100644 index 0000000..166ba20 --- /dev/null +++ b/node_modules/@babel/runtime/package.json @@ -0,0 +1,1107 @@ +{ + "name": "@babel/runtime", + "version": "7.28.2", + "description": "babel's modular runtime helpers", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "https://github.com/babel/babel.git", + "directory": "packages/babel-runtime" + }, + "homepage": "https://babel.dev/docs/en/next/babel-runtime", + "author": "The Babel Team (https://babel.dev/team)", + "exports": { + "./helpers/OverloadYield": [ + { + "node": "./helpers/OverloadYield.js", + "import": "./helpers/esm/OverloadYield.js", + "default": "./helpers/OverloadYield.js" + }, + "./helpers/OverloadYield.js" + ], + "./helpers/esm/OverloadYield": "./helpers/esm/OverloadYield.js", + "./helpers/applyDecoratedDescriptor": [ + { + "node": "./helpers/applyDecoratedDescriptor.js", + "import": "./helpers/esm/applyDecoratedDescriptor.js", + "default": "./helpers/applyDecoratedDescriptor.js" + }, + "./helpers/applyDecoratedDescriptor.js" + ], + "./helpers/esm/applyDecoratedDescriptor": "./helpers/esm/applyDecoratedDescriptor.js", + "./helpers/applyDecs2311": [ + { + "node": "./helpers/applyDecs2311.js", + "import": "./helpers/esm/applyDecs2311.js", + "default": "./helpers/applyDecs2311.js" + }, + "./helpers/applyDecs2311.js" + ], + "./helpers/esm/applyDecs2311": "./helpers/esm/applyDecs2311.js", + "./helpers/arrayLikeToArray": [ + { + "node": "./helpers/arrayLikeToArray.js", + "import": "./helpers/esm/arrayLikeToArray.js", + "default": "./helpers/arrayLikeToArray.js" + }, + "./helpers/arrayLikeToArray.js" + ], + "./helpers/esm/arrayLikeToArray": "./helpers/esm/arrayLikeToArray.js", + "./helpers/arrayWithHoles": [ + { + "node": "./helpers/arrayWithHoles.js", + "import": "./helpers/esm/arrayWithHoles.js", + "default": "./helpers/arrayWithHoles.js" + }, + "./helpers/arrayWithHoles.js" + ], + "./helpers/esm/arrayWithHoles": "./helpers/esm/arrayWithHoles.js", + "./helpers/arrayWithoutHoles": [ + { + "node": "./helpers/arrayWithoutHoles.js", + "import": "./helpers/esm/arrayWithoutHoles.js", + "default": "./helpers/arrayWithoutHoles.js" + }, + "./helpers/arrayWithoutHoles.js" + ], + "./helpers/esm/arrayWithoutHoles": "./helpers/esm/arrayWithoutHoles.js", + "./helpers/assertClassBrand": [ + { + "node": "./helpers/assertClassBrand.js", + "import": "./helpers/esm/assertClassBrand.js", + "default": "./helpers/assertClassBrand.js" + }, + "./helpers/assertClassBrand.js" + ], + "./helpers/esm/assertClassBrand": "./helpers/esm/assertClassBrand.js", + "./helpers/assertThisInitialized": [ + { + "node": "./helpers/assertThisInitialized.js", + "import": "./helpers/esm/assertThisInitialized.js", + "default": "./helpers/assertThisInitialized.js" + }, + "./helpers/assertThisInitialized.js" + ], + "./helpers/esm/assertThisInitialized": "./helpers/esm/assertThisInitialized.js", + "./helpers/asyncGeneratorDelegate": [ + { + "node": "./helpers/asyncGeneratorDelegate.js", + "import": "./helpers/esm/asyncGeneratorDelegate.js", + "default": "./helpers/asyncGeneratorDelegate.js" + }, + "./helpers/asyncGeneratorDelegate.js" + ], + "./helpers/esm/asyncGeneratorDelegate": "./helpers/esm/asyncGeneratorDelegate.js", + "./helpers/asyncIterator": [ + { + "node": "./helpers/asyncIterator.js", + "import": "./helpers/esm/asyncIterator.js", + "default": "./helpers/asyncIterator.js" + }, + "./helpers/asyncIterator.js" + ], + "./helpers/esm/asyncIterator": "./helpers/esm/asyncIterator.js", + "./helpers/asyncToGenerator": [ + { + "node": "./helpers/asyncToGenerator.js", + "import": "./helpers/esm/asyncToGenerator.js", + "default": "./helpers/asyncToGenerator.js" + }, + "./helpers/asyncToGenerator.js" + ], + "./helpers/esm/asyncToGenerator": "./helpers/esm/asyncToGenerator.js", + "./helpers/awaitAsyncGenerator": [ + { + "node": "./helpers/awaitAsyncGenerator.js", + "import": "./helpers/esm/awaitAsyncGenerator.js", + "default": "./helpers/awaitAsyncGenerator.js" + }, + "./helpers/awaitAsyncGenerator.js" + ], + "./helpers/esm/awaitAsyncGenerator": "./helpers/esm/awaitAsyncGenerator.js", + "./helpers/callSuper": [ + { + "node": "./helpers/callSuper.js", + "import": "./helpers/esm/callSuper.js", + "default": "./helpers/callSuper.js" + }, + "./helpers/callSuper.js" + ], + "./helpers/esm/callSuper": "./helpers/esm/callSuper.js", + "./helpers/checkInRHS": [ + { + "node": "./helpers/checkInRHS.js", + "import": "./helpers/esm/checkInRHS.js", + "default": "./helpers/checkInRHS.js" + }, + "./helpers/checkInRHS.js" + ], + "./helpers/esm/checkInRHS": "./helpers/esm/checkInRHS.js", + "./helpers/checkPrivateRedeclaration": [ + { + "node": "./helpers/checkPrivateRedeclaration.js", + "import": "./helpers/esm/checkPrivateRedeclaration.js", + "default": "./helpers/checkPrivateRedeclaration.js" + }, + "./helpers/checkPrivateRedeclaration.js" + ], + "./helpers/esm/checkPrivateRedeclaration": "./helpers/esm/checkPrivateRedeclaration.js", + "./helpers/classCallCheck": [ + { + "node": "./helpers/classCallCheck.js", + "import": "./helpers/esm/classCallCheck.js", + "default": "./helpers/classCallCheck.js" + }, + "./helpers/classCallCheck.js" + ], + "./helpers/esm/classCallCheck": "./helpers/esm/classCallCheck.js", + "./helpers/classNameTDZError": [ + { + "node": "./helpers/classNameTDZError.js", + "import": "./helpers/esm/classNameTDZError.js", + "default": "./helpers/classNameTDZError.js" + }, + "./helpers/classNameTDZError.js" + ], + "./helpers/esm/classNameTDZError": "./helpers/esm/classNameTDZError.js", + "./helpers/classPrivateFieldGet2": [ + { + "node": "./helpers/classPrivateFieldGet2.js", + "import": "./helpers/esm/classPrivateFieldGet2.js", + "default": "./helpers/classPrivateFieldGet2.js" + }, + "./helpers/classPrivateFieldGet2.js" + ], + "./helpers/esm/classPrivateFieldGet2": "./helpers/esm/classPrivateFieldGet2.js", + "./helpers/classPrivateFieldInitSpec": [ + { + "node": "./helpers/classPrivateFieldInitSpec.js", + "import": "./helpers/esm/classPrivateFieldInitSpec.js", + "default": "./helpers/classPrivateFieldInitSpec.js" + }, + "./helpers/classPrivateFieldInitSpec.js" + ], + "./helpers/esm/classPrivateFieldInitSpec": "./helpers/esm/classPrivateFieldInitSpec.js", + "./helpers/classPrivateFieldLooseBase": [ + { + "node": "./helpers/classPrivateFieldLooseBase.js", + "import": "./helpers/esm/classPrivateFieldLooseBase.js", + "default": "./helpers/classPrivateFieldLooseBase.js" + }, + "./helpers/classPrivateFieldLooseBase.js" + ], + "./helpers/esm/classPrivateFieldLooseBase": "./helpers/esm/classPrivateFieldLooseBase.js", + "./helpers/classPrivateFieldLooseKey": [ + { + "node": "./helpers/classPrivateFieldLooseKey.js", + "import": "./helpers/esm/classPrivateFieldLooseKey.js", + "default": "./helpers/classPrivateFieldLooseKey.js" + }, + "./helpers/classPrivateFieldLooseKey.js" + ], + "./helpers/esm/classPrivateFieldLooseKey": "./helpers/esm/classPrivateFieldLooseKey.js", + "./helpers/classPrivateFieldSet2": [ + { + "node": "./helpers/classPrivateFieldSet2.js", + "import": "./helpers/esm/classPrivateFieldSet2.js", + "default": "./helpers/classPrivateFieldSet2.js" + }, + "./helpers/classPrivateFieldSet2.js" + ], + "./helpers/esm/classPrivateFieldSet2": "./helpers/esm/classPrivateFieldSet2.js", + "./helpers/classPrivateGetter": [ + { + "node": "./helpers/classPrivateGetter.js", + "import": "./helpers/esm/classPrivateGetter.js", + "default": "./helpers/classPrivateGetter.js" + }, + "./helpers/classPrivateGetter.js" + ], + "./helpers/esm/classPrivateGetter": "./helpers/esm/classPrivateGetter.js", + "./helpers/classPrivateMethodInitSpec": [ + { + "node": "./helpers/classPrivateMethodInitSpec.js", + "import": "./helpers/esm/classPrivateMethodInitSpec.js", + "default": "./helpers/classPrivateMethodInitSpec.js" + }, + "./helpers/classPrivateMethodInitSpec.js" + ], + "./helpers/esm/classPrivateMethodInitSpec": "./helpers/esm/classPrivateMethodInitSpec.js", + "./helpers/classPrivateSetter": [ + { + "node": "./helpers/classPrivateSetter.js", + "import": "./helpers/esm/classPrivateSetter.js", + "default": "./helpers/classPrivateSetter.js" + }, + "./helpers/classPrivateSetter.js" + ], + "./helpers/esm/classPrivateSetter": "./helpers/esm/classPrivateSetter.js", + "./helpers/classStaticPrivateMethodGet": [ + { + "node": "./helpers/classStaticPrivateMethodGet.js", + "import": "./helpers/esm/classStaticPrivateMethodGet.js", + "default": "./helpers/classStaticPrivateMethodGet.js" + }, + "./helpers/classStaticPrivateMethodGet.js" + ], + "./helpers/esm/classStaticPrivateMethodGet": "./helpers/esm/classStaticPrivateMethodGet.js", + "./helpers/construct": [ + { + "node": "./helpers/construct.js", + "import": "./helpers/esm/construct.js", + "default": "./helpers/construct.js" + }, + "./helpers/construct.js" + ], + "./helpers/esm/construct": "./helpers/esm/construct.js", + "./helpers/createClass": [ + { + "node": "./helpers/createClass.js", + "import": "./helpers/esm/createClass.js", + "default": "./helpers/createClass.js" + }, + "./helpers/createClass.js" + ], + "./helpers/esm/createClass": "./helpers/esm/createClass.js", + "./helpers/createForOfIteratorHelper": [ + { + "node": "./helpers/createForOfIteratorHelper.js", + "import": "./helpers/esm/createForOfIteratorHelper.js", + "default": "./helpers/createForOfIteratorHelper.js" + }, + "./helpers/createForOfIteratorHelper.js" + ], + "./helpers/esm/createForOfIteratorHelper": "./helpers/esm/createForOfIteratorHelper.js", + "./helpers/createForOfIteratorHelperLoose": [ + { + "node": "./helpers/createForOfIteratorHelperLoose.js", + "import": "./helpers/esm/createForOfIteratorHelperLoose.js", + "default": "./helpers/createForOfIteratorHelperLoose.js" + }, + "./helpers/createForOfIteratorHelperLoose.js" + ], + "./helpers/esm/createForOfIteratorHelperLoose": "./helpers/esm/createForOfIteratorHelperLoose.js", + "./helpers/createSuper": [ + { + "node": "./helpers/createSuper.js", + "import": "./helpers/esm/createSuper.js", + "default": "./helpers/createSuper.js" + }, + "./helpers/createSuper.js" + ], + "./helpers/esm/createSuper": "./helpers/esm/createSuper.js", + "./helpers/decorate": [ + { + "node": "./helpers/decorate.js", + "import": "./helpers/esm/decorate.js", + "default": "./helpers/decorate.js" + }, + "./helpers/decorate.js" + ], + "./helpers/esm/decorate": "./helpers/esm/decorate.js", + "./helpers/defaults": [ + { + "node": "./helpers/defaults.js", + "import": "./helpers/esm/defaults.js", + "default": "./helpers/defaults.js" + }, + "./helpers/defaults.js" + ], + "./helpers/esm/defaults": "./helpers/esm/defaults.js", + "./helpers/defineAccessor": [ + { + "node": "./helpers/defineAccessor.js", + "import": "./helpers/esm/defineAccessor.js", + "default": "./helpers/defineAccessor.js" + }, + "./helpers/defineAccessor.js" + ], + "./helpers/esm/defineAccessor": "./helpers/esm/defineAccessor.js", + "./helpers/defineProperty": [ + { + "node": "./helpers/defineProperty.js", + "import": "./helpers/esm/defineProperty.js", + "default": "./helpers/defineProperty.js" + }, + "./helpers/defineProperty.js" + ], + "./helpers/esm/defineProperty": "./helpers/esm/defineProperty.js", + "./helpers/extends": [ + { + "node": "./helpers/extends.js", + "import": "./helpers/esm/extends.js", + "default": "./helpers/extends.js" + }, + "./helpers/extends.js" + ], + "./helpers/esm/extends": "./helpers/esm/extends.js", + "./helpers/get": [ + { + "node": "./helpers/get.js", + "import": "./helpers/esm/get.js", + "default": "./helpers/get.js" + }, + "./helpers/get.js" + ], + "./helpers/esm/get": "./helpers/esm/get.js", + "./helpers/getPrototypeOf": [ + { + "node": "./helpers/getPrototypeOf.js", + "import": "./helpers/esm/getPrototypeOf.js", + "default": "./helpers/getPrototypeOf.js" + }, + "./helpers/getPrototypeOf.js" + ], + "./helpers/esm/getPrototypeOf": "./helpers/esm/getPrototypeOf.js", + "./helpers/identity": [ + { + "node": "./helpers/identity.js", + "import": "./helpers/esm/identity.js", + "default": "./helpers/identity.js" + }, + "./helpers/identity.js" + ], + "./helpers/esm/identity": "./helpers/esm/identity.js", + "./helpers/importDeferProxy": [ + { + "node": "./helpers/importDeferProxy.js", + "import": "./helpers/esm/importDeferProxy.js", + "default": "./helpers/importDeferProxy.js" + }, + "./helpers/importDeferProxy.js" + ], + "./helpers/esm/importDeferProxy": "./helpers/esm/importDeferProxy.js", + "./helpers/inherits": [ + { + "node": "./helpers/inherits.js", + "import": "./helpers/esm/inherits.js", + "default": "./helpers/inherits.js" + }, + "./helpers/inherits.js" + ], + "./helpers/esm/inherits": "./helpers/esm/inherits.js", + "./helpers/inheritsLoose": [ + { + "node": "./helpers/inheritsLoose.js", + "import": "./helpers/esm/inheritsLoose.js", + "default": "./helpers/inheritsLoose.js" + }, + "./helpers/inheritsLoose.js" + ], + "./helpers/esm/inheritsLoose": "./helpers/esm/inheritsLoose.js", + "./helpers/initializerDefineProperty": [ + { + "node": "./helpers/initializerDefineProperty.js", + "import": "./helpers/esm/initializerDefineProperty.js", + "default": "./helpers/initializerDefineProperty.js" + }, + "./helpers/initializerDefineProperty.js" + ], + "./helpers/esm/initializerDefineProperty": "./helpers/esm/initializerDefineProperty.js", + "./helpers/initializerWarningHelper": [ + { + "node": "./helpers/initializerWarningHelper.js", + "import": "./helpers/esm/initializerWarningHelper.js", + "default": "./helpers/initializerWarningHelper.js" + }, + "./helpers/initializerWarningHelper.js" + ], + "./helpers/esm/initializerWarningHelper": "./helpers/esm/initializerWarningHelper.js", + "./helpers/instanceof": [ + { + "node": "./helpers/instanceof.js", + "import": "./helpers/esm/instanceof.js", + "default": "./helpers/instanceof.js" + }, + "./helpers/instanceof.js" + ], + "./helpers/esm/instanceof": "./helpers/esm/instanceof.js", + "./helpers/interopRequireDefault": [ + { + "node": "./helpers/interopRequireDefault.js", + "import": "./helpers/esm/interopRequireDefault.js", + "default": "./helpers/interopRequireDefault.js" + }, + "./helpers/interopRequireDefault.js" + ], + "./helpers/esm/interopRequireDefault": "./helpers/esm/interopRequireDefault.js", + "./helpers/interopRequireWildcard": [ + { + "node": "./helpers/interopRequireWildcard.js", + "import": "./helpers/esm/interopRequireWildcard.js", + "default": "./helpers/interopRequireWildcard.js" + }, + "./helpers/interopRequireWildcard.js" + ], + "./helpers/esm/interopRequireWildcard": "./helpers/esm/interopRequireWildcard.js", + "./helpers/isNativeFunction": [ + { + "node": "./helpers/isNativeFunction.js", + "import": "./helpers/esm/isNativeFunction.js", + "default": "./helpers/isNativeFunction.js" + }, + "./helpers/isNativeFunction.js" + ], + "./helpers/esm/isNativeFunction": "./helpers/esm/isNativeFunction.js", + "./helpers/isNativeReflectConstruct": [ + { + "node": "./helpers/isNativeReflectConstruct.js", + "import": "./helpers/esm/isNativeReflectConstruct.js", + "default": "./helpers/isNativeReflectConstruct.js" + }, + "./helpers/isNativeReflectConstruct.js" + ], + "./helpers/esm/isNativeReflectConstruct": "./helpers/esm/isNativeReflectConstruct.js", + "./helpers/iterableToArray": [ + { + "node": "./helpers/iterableToArray.js", + "import": "./helpers/esm/iterableToArray.js", + "default": "./helpers/iterableToArray.js" + }, + "./helpers/iterableToArray.js" + ], + "./helpers/esm/iterableToArray": "./helpers/esm/iterableToArray.js", + "./helpers/iterableToArrayLimit": [ + { + "node": "./helpers/iterableToArrayLimit.js", + "import": "./helpers/esm/iterableToArrayLimit.js", + "default": "./helpers/iterableToArrayLimit.js" + }, + "./helpers/iterableToArrayLimit.js" + ], + "./helpers/esm/iterableToArrayLimit": "./helpers/esm/iterableToArrayLimit.js", + "./helpers/jsx": [ + { + "node": "./helpers/jsx.js", + "import": "./helpers/esm/jsx.js", + "default": "./helpers/jsx.js" + }, + "./helpers/jsx.js" + ], + "./helpers/esm/jsx": "./helpers/esm/jsx.js", + "./helpers/maybeArrayLike": [ + { + "node": "./helpers/maybeArrayLike.js", + "import": "./helpers/esm/maybeArrayLike.js", + "default": "./helpers/maybeArrayLike.js" + }, + "./helpers/maybeArrayLike.js" + ], + "./helpers/esm/maybeArrayLike": "./helpers/esm/maybeArrayLike.js", + "./helpers/newArrowCheck": [ + { + "node": "./helpers/newArrowCheck.js", + "import": "./helpers/esm/newArrowCheck.js", + "default": "./helpers/newArrowCheck.js" + }, + "./helpers/newArrowCheck.js" + ], + "./helpers/esm/newArrowCheck": "./helpers/esm/newArrowCheck.js", + "./helpers/nonIterableRest": [ + { + "node": "./helpers/nonIterableRest.js", + "import": "./helpers/esm/nonIterableRest.js", + "default": "./helpers/nonIterableRest.js" + }, + "./helpers/nonIterableRest.js" + ], + "./helpers/esm/nonIterableRest": "./helpers/esm/nonIterableRest.js", + "./helpers/nonIterableSpread": [ + { + "node": "./helpers/nonIterableSpread.js", + "import": "./helpers/esm/nonIterableSpread.js", + "default": "./helpers/nonIterableSpread.js" + }, + "./helpers/nonIterableSpread.js" + ], + "./helpers/esm/nonIterableSpread": "./helpers/esm/nonIterableSpread.js", + "./helpers/nullishReceiverError": [ + { + "node": "./helpers/nullishReceiverError.js", + "import": "./helpers/esm/nullishReceiverError.js", + "default": "./helpers/nullishReceiverError.js" + }, + "./helpers/nullishReceiverError.js" + ], + "./helpers/esm/nullishReceiverError": "./helpers/esm/nullishReceiverError.js", + "./helpers/objectDestructuringEmpty": [ + { + "node": "./helpers/objectDestructuringEmpty.js", + "import": "./helpers/esm/objectDestructuringEmpty.js", + "default": "./helpers/objectDestructuringEmpty.js" + }, + "./helpers/objectDestructuringEmpty.js" + ], + "./helpers/esm/objectDestructuringEmpty": "./helpers/esm/objectDestructuringEmpty.js", + "./helpers/objectSpread2": [ + { + "node": "./helpers/objectSpread2.js", + "import": "./helpers/esm/objectSpread2.js", + "default": "./helpers/objectSpread2.js" + }, + "./helpers/objectSpread2.js" + ], + "./helpers/esm/objectSpread2": "./helpers/esm/objectSpread2.js", + "./helpers/objectWithoutProperties": [ + { + "node": "./helpers/objectWithoutProperties.js", + "import": "./helpers/esm/objectWithoutProperties.js", + "default": "./helpers/objectWithoutProperties.js" + }, + "./helpers/objectWithoutProperties.js" + ], + "./helpers/esm/objectWithoutProperties": "./helpers/esm/objectWithoutProperties.js", + "./helpers/objectWithoutPropertiesLoose": [ + { + "node": "./helpers/objectWithoutPropertiesLoose.js", + "import": "./helpers/esm/objectWithoutPropertiesLoose.js", + "default": "./helpers/objectWithoutPropertiesLoose.js" + }, + "./helpers/objectWithoutPropertiesLoose.js" + ], + "./helpers/esm/objectWithoutPropertiesLoose": "./helpers/esm/objectWithoutPropertiesLoose.js", + "./helpers/possibleConstructorReturn": [ + { + "node": "./helpers/possibleConstructorReturn.js", + "import": "./helpers/esm/possibleConstructorReturn.js", + "default": "./helpers/possibleConstructorReturn.js" + }, + "./helpers/possibleConstructorReturn.js" + ], + "./helpers/esm/possibleConstructorReturn": "./helpers/esm/possibleConstructorReturn.js", + "./helpers/readOnlyError": [ + { + "node": "./helpers/readOnlyError.js", + "import": "./helpers/esm/readOnlyError.js", + "default": "./helpers/readOnlyError.js" + }, + "./helpers/readOnlyError.js" + ], + "./helpers/esm/readOnlyError": "./helpers/esm/readOnlyError.js", + "./helpers/regenerator": [ + { + "node": "./helpers/regenerator.js", + "import": "./helpers/esm/regenerator.js", + "default": "./helpers/regenerator.js" + }, + "./helpers/regenerator.js" + ], + "./helpers/esm/regenerator": "./helpers/esm/regenerator.js", + "./helpers/regeneratorAsync": [ + { + "node": "./helpers/regeneratorAsync.js", + "import": "./helpers/esm/regeneratorAsync.js", + "default": "./helpers/regeneratorAsync.js" + }, + "./helpers/regeneratorAsync.js" + ], + "./helpers/esm/regeneratorAsync": "./helpers/esm/regeneratorAsync.js", + "./helpers/regeneratorAsyncGen": [ + { + "node": "./helpers/regeneratorAsyncGen.js", + "import": "./helpers/esm/regeneratorAsyncGen.js", + "default": "./helpers/regeneratorAsyncGen.js" + }, + "./helpers/regeneratorAsyncGen.js" + ], + "./helpers/esm/regeneratorAsyncGen": "./helpers/esm/regeneratorAsyncGen.js", + "./helpers/regeneratorKeys": [ + { + "node": "./helpers/regeneratorKeys.js", + "import": "./helpers/esm/regeneratorKeys.js", + "default": "./helpers/regeneratorKeys.js" + }, + "./helpers/regeneratorKeys.js" + ], + "./helpers/esm/regeneratorKeys": "./helpers/esm/regeneratorKeys.js", + "./helpers/regeneratorValues": [ + { + "node": "./helpers/regeneratorValues.js", + "import": "./helpers/esm/regeneratorValues.js", + "default": "./helpers/regeneratorValues.js" + }, + "./helpers/regeneratorValues.js" + ], + "./helpers/esm/regeneratorValues": "./helpers/esm/regeneratorValues.js", + "./helpers/set": [ + { + "node": "./helpers/set.js", + "import": "./helpers/esm/set.js", + "default": "./helpers/set.js" + }, + "./helpers/set.js" + ], + "./helpers/esm/set": "./helpers/esm/set.js", + "./helpers/setFunctionName": [ + { + "node": "./helpers/setFunctionName.js", + "import": "./helpers/esm/setFunctionName.js", + "default": "./helpers/setFunctionName.js" + }, + "./helpers/setFunctionName.js" + ], + "./helpers/esm/setFunctionName": "./helpers/esm/setFunctionName.js", + "./helpers/setPrototypeOf": [ + { + "node": "./helpers/setPrototypeOf.js", + "import": "./helpers/esm/setPrototypeOf.js", + "default": "./helpers/setPrototypeOf.js" + }, + "./helpers/setPrototypeOf.js" + ], + "./helpers/esm/setPrototypeOf": "./helpers/esm/setPrototypeOf.js", + "./helpers/skipFirstGeneratorNext": [ + { + "node": "./helpers/skipFirstGeneratorNext.js", + "import": "./helpers/esm/skipFirstGeneratorNext.js", + "default": "./helpers/skipFirstGeneratorNext.js" + }, + "./helpers/skipFirstGeneratorNext.js" + ], + "./helpers/esm/skipFirstGeneratorNext": "./helpers/esm/skipFirstGeneratorNext.js", + "./helpers/slicedToArray": [ + { + "node": "./helpers/slicedToArray.js", + "import": "./helpers/esm/slicedToArray.js", + "default": "./helpers/slicedToArray.js" + }, + "./helpers/slicedToArray.js" + ], + "./helpers/esm/slicedToArray": "./helpers/esm/slicedToArray.js", + "./helpers/superPropBase": [ + { + "node": "./helpers/superPropBase.js", + "import": "./helpers/esm/superPropBase.js", + "default": "./helpers/superPropBase.js" + }, + "./helpers/superPropBase.js" + ], + "./helpers/esm/superPropBase": "./helpers/esm/superPropBase.js", + "./helpers/superPropGet": [ + { + "node": "./helpers/superPropGet.js", + "import": "./helpers/esm/superPropGet.js", + "default": "./helpers/superPropGet.js" + }, + "./helpers/superPropGet.js" + ], + "./helpers/esm/superPropGet": "./helpers/esm/superPropGet.js", + "./helpers/superPropSet": [ + { + "node": "./helpers/superPropSet.js", + "import": "./helpers/esm/superPropSet.js", + "default": "./helpers/superPropSet.js" + }, + "./helpers/superPropSet.js" + ], + "./helpers/esm/superPropSet": "./helpers/esm/superPropSet.js", + "./helpers/taggedTemplateLiteral": [ + { + "node": "./helpers/taggedTemplateLiteral.js", + "import": "./helpers/esm/taggedTemplateLiteral.js", + "default": "./helpers/taggedTemplateLiteral.js" + }, + "./helpers/taggedTemplateLiteral.js" + ], + "./helpers/esm/taggedTemplateLiteral": "./helpers/esm/taggedTemplateLiteral.js", + "./helpers/taggedTemplateLiteralLoose": [ + { + "node": "./helpers/taggedTemplateLiteralLoose.js", + "import": "./helpers/esm/taggedTemplateLiteralLoose.js", + "default": "./helpers/taggedTemplateLiteralLoose.js" + }, + "./helpers/taggedTemplateLiteralLoose.js" + ], + "./helpers/esm/taggedTemplateLiteralLoose": "./helpers/esm/taggedTemplateLiteralLoose.js", + "./helpers/tdz": [ + { + "node": "./helpers/tdz.js", + "import": "./helpers/esm/tdz.js", + "default": "./helpers/tdz.js" + }, + "./helpers/tdz.js" + ], + "./helpers/esm/tdz": "./helpers/esm/tdz.js", + "./helpers/temporalRef": [ + { + "node": "./helpers/temporalRef.js", + "import": "./helpers/esm/temporalRef.js", + "default": "./helpers/temporalRef.js" + }, + "./helpers/temporalRef.js" + ], + "./helpers/esm/temporalRef": "./helpers/esm/temporalRef.js", + "./helpers/temporalUndefined": [ + { + "node": "./helpers/temporalUndefined.js", + "import": "./helpers/esm/temporalUndefined.js", + "default": "./helpers/temporalUndefined.js" + }, + "./helpers/temporalUndefined.js" + ], + "./helpers/esm/temporalUndefined": "./helpers/esm/temporalUndefined.js", + "./helpers/toArray": [ + { + "node": "./helpers/toArray.js", + "import": "./helpers/esm/toArray.js", + "default": "./helpers/toArray.js" + }, + "./helpers/toArray.js" + ], + "./helpers/esm/toArray": "./helpers/esm/toArray.js", + "./helpers/toConsumableArray": [ + { + "node": "./helpers/toConsumableArray.js", + "import": "./helpers/esm/toConsumableArray.js", + "default": "./helpers/toConsumableArray.js" + }, + "./helpers/toConsumableArray.js" + ], + "./helpers/esm/toConsumableArray": "./helpers/esm/toConsumableArray.js", + "./helpers/toPrimitive": [ + { + "node": "./helpers/toPrimitive.js", + "import": "./helpers/esm/toPrimitive.js", + "default": "./helpers/toPrimitive.js" + }, + "./helpers/toPrimitive.js" + ], + "./helpers/esm/toPrimitive": "./helpers/esm/toPrimitive.js", + "./helpers/toPropertyKey": [ + { + "node": "./helpers/toPropertyKey.js", + "import": "./helpers/esm/toPropertyKey.js", + "default": "./helpers/toPropertyKey.js" + }, + "./helpers/toPropertyKey.js" + ], + "./helpers/esm/toPropertyKey": "./helpers/esm/toPropertyKey.js", + "./helpers/toSetter": [ + { + "node": "./helpers/toSetter.js", + "import": "./helpers/esm/toSetter.js", + "default": "./helpers/toSetter.js" + }, + "./helpers/toSetter.js" + ], + "./helpers/esm/toSetter": "./helpers/esm/toSetter.js", + "./helpers/tsRewriteRelativeImportExtensions": [ + { + "node": "./helpers/tsRewriteRelativeImportExtensions.js", + "import": "./helpers/esm/tsRewriteRelativeImportExtensions.js", + "default": "./helpers/tsRewriteRelativeImportExtensions.js" + }, + "./helpers/tsRewriteRelativeImportExtensions.js" + ], + "./helpers/esm/tsRewriteRelativeImportExtensions": "./helpers/esm/tsRewriteRelativeImportExtensions.js", + "./helpers/typeof": [ + { + "node": "./helpers/typeof.js", + "import": "./helpers/esm/typeof.js", + "default": "./helpers/typeof.js" + }, + "./helpers/typeof.js" + ], + "./helpers/esm/typeof": "./helpers/esm/typeof.js", + "./helpers/unsupportedIterableToArray": [ + { + "node": "./helpers/unsupportedIterableToArray.js", + "import": "./helpers/esm/unsupportedIterableToArray.js", + "default": "./helpers/unsupportedIterableToArray.js" + }, + "./helpers/unsupportedIterableToArray.js" + ], + "./helpers/esm/unsupportedIterableToArray": "./helpers/esm/unsupportedIterableToArray.js", + "./helpers/usingCtx": [ + { + "node": "./helpers/usingCtx.js", + "import": "./helpers/esm/usingCtx.js", + "default": "./helpers/usingCtx.js" + }, + "./helpers/usingCtx.js" + ], + "./helpers/esm/usingCtx": "./helpers/esm/usingCtx.js", + "./helpers/wrapAsyncGenerator": [ + { + "node": "./helpers/wrapAsyncGenerator.js", + "import": "./helpers/esm/wrapAsyncGenerator.js", + "default": "./helpers/wrapAsyncGenerator.js" + }, + "./helpers/wrapAsyncGenerator.js" + ], + "./helpers/esm/wrapAsyncGenerator": "./helpers/esm/wrapAsyncGenerator.js", + "./helpers/wrapNativeSuper": [ + { + "node": "./helpers/wrapNativeSuper.js", + "import": "./helpers/esm/wrapNativeSuper.js", + "default": "./helpers/wrapNativeSuper.js" + }, + "./helpers/wrapNativeSuper.js" + ], + "./helpers/esm/wrapNativeSuper": "./helpers/esm/wrapNativeSuper.js", + "./helpers/wrapRegExp": [ + { + "node": "./helpers/wrapRegExp.js", + "import": "./helpers/esm/wrapRegExp.js", + "default": "./helpers/wrapRegExp.js" + }, + "./helpers/wrapRegExp.js" + ], + "./helpers/esm/wrapRegExp": "./helpers/esm/wrapRegExp.js", + "./helpers/writeOnlyError": [ + { + "node": "./helpers/writeOnlyError.js", + "import": "./helpers/esm/writeOnlyError.js", + "default": "./helpers/writeOnlyError.js" + }, + "./helpers/writeOnlyError.js" + ], + "./helpers/esm/writeOnlyError": "./helpers/esm/writeOnlyError.js", + "./helpers/AwaitValue": [ + { + "node": "./helpers/AwaitValue.js", + "import": "./helpers/esm/AwaitValue.js", + "default": "./helpers/AwaitValue.js" + }, + "./helpers/AwaitValue.js" + ], + "./helpers/esm/AwaitValue": "./helpers/esm/AwaitValue.js", + "./helpers/applyDecs": [ + { + "node": "./helpers/applyDecs.js", + "import": "./helpers/esm/applyDecs.js", + "default": "./helpers/applyDecs.js" + }, + "./helpers/applyDecs.js" + ], + "./helpers/esm/applyDecs": "./helpers/esm/applyDecs.js", + "./helpers/applyDecs2203": [ + { + "node": "./helpers/applyDecs2203.js", + "import": "./helpers/esm/applyDecs2203.js", + "default": "./helpers/applyDecs2203.js" + }, + "./helpers/applyDecs2203.js" + ], + "./helpers/esm/applyDecs2203": "./helpers/esm/applyDecs2203.js", + "./helpers/applyDecs2203R": [ + { + "node": "./helpers/applyDecs2203R.js", + "import": "./helpers/esm/applyDecs2203R.js", + "default": "./helpers/applyDecs2203R.js" + }, + "./helpers/applyDecs2203R.js" + ], + "./helpers/esm/applyDecs2203R": "./helpers/esm/applyDecs2203R.js", + "./helpers/applyDecs2301": [ + { + "node": "./helpers/applyDecs2301.js", + "import": "./helpers/esm/applyDecs2301.js", + "default": "./helpers/applyDecs2301.js" + }, + "./helpers/applyDecs2301.js" + ], + "./helpers/esm/applyDecs2301": "./helpers/esm/applyDecs2301.js", + "./helpers/applyDecs2305": [ + { + "node": "./helpers/applyDecs2305.js", + "import": "./helpers/esm/applyDecs2305.js", + "default": "./helpers/applyDecs2305.js" + }, + "./helpers/applyDecs2305.js" + ], + "./helpers/esm/applyDecs2305": "./helpers/esm/applyDecs2305.js", + "./helpers/classApplyDescriptorDestructureSet": [ + { + "node": "./helpers/classApplyDescriptorDestructureSet.js", + "import": "./helpers/esm/classApplyDescriptorDestructureSet.js", + "default": "./helpers/classApplyDescriptorDestructureSet.js" + }, + "./helpers/classApplyDescriptorDestructureSet.js" + ], + "./helpers/esm/classApplyDescriptorDestructureSet": "./helpers/esm/classApplyDescriptorDestructureSet.js", + "./helpers/classApplyDescriptorGet": [ + { + "node": "./helpers/classApplyDescriptorGet.js", + "import": "./helpers/esm/classApplyDescriptorGet.js", + "default": "./helpers/classApplyDescriptorGet.js" + }, + "./helpers/classApplyDescriptorGet.js" + ], + "./helpers/esm/classApplyDescriptorGet": "./helpers/esm/classApplyDescriptorGet.js", + "./helpers/classApplyDescriptorSet": [ + { + "node": "./helpers/classApplyDescriptorSet.js", + "import": "./helpers/esm/classApplyDescriptorSet.js", + "default": "./helpers/classApplyDescriptorSet.js" + }, + "./helpers/classApplyDescriptorSet.js" + ], + "./helpers/esm/classApplyDescriptorSet": "./helpers/esm/classApplyDescriptorSet.js", + "./helpers/classCheckPrivateStaticAccess": [ + { + "node": "./helpers/classCheckPrivateStaticAccess.js", + "import": "./helpers/esm/classCheckPrivateStaticAccess.js", + "default": "./helpers/classCheckPrivateStaticAccess.js" + }, + "./helpers/classCheckPrivateStaticAccess.js" + ], + "./helpers/esm/classCheckPrivateStaticAccess": "./helpers/esm/classCheckPrivateStaticAccess.js", + "./helpers/classCheckPrivateStaticFieldDescriptor": [ + { + "node": "./helpers/classCheckPrivateStaticFieldDescriptor.js", + "import": "./helpers/esm/classCheckPrivateStaticFieldDescriptor.js", + "default": "./helpers/classCheckPrivateStaticFieldDescriptor.js" + }, + "./helpers/classCheckPrivateStaticFieldDescriptor.js" + ], + "./helpers/esm/classCheckPrivateStaticFieldDescriptor": "./helpers/esm/classCheckPrivateStaticFieldDescriptor.js", + "./helpers/classExtractFieldDescriptor": [ + { + "node": "./helpers/classExtractFieldDescriptor.js", + "import": "./helpers/esm/classExtractFieldDescriptor.js", + "default": "./helpers/classExtractFieldDescriptor.js" + }, + "./helpers/classExtractFieldDescriptor.js" + ], + "./helpers/esm/classExtractFieldDescriptor": "./helpers/esm/classExtractFieldDescriptor.js", + "./helpers/classPrivateFieldDestructureSet": [ + { + "node": "./helpers/classPrivateFieldDestructureSet.js", + "import": "./helpers/esm/classPrivateFieldDestructureSet.js", + "default": "./helpers/classPrivateFieldDestructureSet.js" + }, + "./helpers/classPrivateFieldDestructureSet.js" + ], + "./helpers/esm/classPrivateFieldDestructureSet": "./helpers/esm/classPrivateFieldDestructureSet.js", + "./helpers/classPrivateFieldGet": [ + { + "node": "./helpers/classPrivateFieldGet.js", + "import": "./helpers/esm/classPrivateFieldGet.js", + "default": "./helpers/classPrivateFieldGet.js" + }, + "./helpers/classPrivateFieldGet.js" + ], + "./helpers/esm/classPrivateFieldGet": "./helpers/esm/classPrivateFieldGet.js", + "./helpers/classPrivateFieldSet": [ + { + "node": "./helpers/classPrivateFieldSet.js", + "import": "./helpers/esm/classPrivateFieldSet.js", + "default": "./helpers/classPrivateFieldSet.js" + }, + "./helpers/classPrivateFieldSet.js" + ], + "./helpers/esm/classPrivateFieldSet": "./helpers/esm/classPrivateFieldSet.js", + "./helpers/classPrivateMethodGet": [ + { + "node": "./helpers/classPrivateMethodGet.js", + "import": "./helpers/esm/classPrivateMethodGet.js", + "default": "./helpers/classPrivateMethodGet.js" + }, + "./helpers/classPrivateMethodGet.js" + ], + "./helpers/esm/classPrivateMethodGet": "./helpers/esm/classPrivateMethodGet.js", + "./helpers/classPrivateMethodSet": [ + { + "node": "./helpers/classPrivateMethodSet.js", + "import": "./helpers/esm/classPrivateMethodSet.js", + "default": "./helpers/classPrivateMethodSet.js" + }, + "./helpers/classPrivateMethodSet.js" + ], + "./helpers/esm/classPrivateMethodSet": "./helpers/esm/classPrivateMethodSet.js", + "./helpers/classStaticPrivateFieldDestructureSet": [ + { + "node": "./helpers/classStaticPrivateFieldDestructureSet.js", + "import": "./helpers/esm/classStaticPrivateFieldDestructureSet.js", + "default": "./helpers/classStaticPrivateFieldDestructureSet.js" + }, + "./helpers/classStaticPrivateFieldDestructureSet.js" + ], + "./helpers/esm/classStaticPrivateFieldDestructureSet": "./helpers/esm/classStaticPrivateFieldDestructureSet.js", + "./helpers/classStaticPrivateFieldSpecGet": [ + { + "node": "./helpers/classStaticPrivateFieldSpecGet.js", + "import": "./helpers/esm/classStaticPrivateFieldSpecGet.js", + "default": "./helpers/classStaticPrivateFieldSpecGet.js" + }, + "./helpers/classStaticPrivateFieldSpecGet.js" + ], + "./helpers/esm/classStaticPrivateFieldSpecGet": "./helpers/esm/classStaticPrivateFieldSpecGet.js", + "./helpers/classStaticPrivateFieldSpecSet": [ + { + "node": "./helpers/classStaticPrivateFieldSpecSet.js", + "import": "./helpers/esm/classStaticPrivateFieldSpecSet.js", + "default": "./helpers/classStaticPrivateFieldSpecSet.js" + }, + "./helpers/classStaticPrivateFieldSpecSet.js" + ], + "./helpers/esm/classStaticPrivateFieldSpecSet": "./helpers/esm/classStaticPrivateFieldSpecSet.js", + "./helpers/classStaticPrivateMethodSet": [ + { + "node": "./helpers/classStaticPrivateMethodSet.js", + "import": "./helpers/esm/classStaticPrivateMethodSet.js", + "default": "./helpers/classStaticPrivateMethodSet.js" + }, + "./helpers/classStaticPrivateMethodSet.js" + ], + "./helpers/esm/classStaticPrivateMethodSet": "./helpers/esm/classStaticPrivateMethodSet.js", + "./helpers/defineEnumerableProperties": [ + { + "node": "./helpers/defineEnumerableProperties.js", + "import": "./helpers/esm/defineEnumerableProperties.js", + "default": "./helpers/defineEnumerableProperties.js" + }, + "./helpers/defineEnumerableProperties.js" + ], + "./helpers/esm/defineEnumerableProperties": "./helpers/esm/defineEnumerableProperties.js", + "./helpers/dispose": [ + { + "node": "./helpers/dispose.js", + "import": "./helpers/esm/dispose.js", + "default": "./helpers/dispose.js" + }, + "./helpers/dispose.js" + ], + "./helpers/esm/dispose": "./helpers/esm/dispose.js", + "./helpers/objectSpread": [ + { + "node": "./helpers/objectSpread.js", + "import": "./helpers/esm/objectSpread.js", + "default": "./helpers/objectSpread.js" + }, + "./helpers/objectSpread.js" + ], + "./helpers/esm/objectSpread": "./helpers/esm/objectSpread.js", + "./helpers/regeneratorRuntime": [ + { + "node": "./helpers/regeneratorRuntime.js", + "import": "./helpers/esm/regeneratorRuntime.js", + "default": "./helpers/regeneratorRuntime.js" + }, + "./helpers/regeneratorRuntime.js" + ], + "./helpers/esm/regeneratorRuntime": "./helpers/esm/regeneratorRuntime.js", + "./helpers/using": [ + { + "node": "./helpers/using.js", + "import": "./helpers/esm/using.js", + "default": "./helpers/using.js" + }, + "./helpers/using.js" + ], + "./helpers/esm/using": "./helpers/esm/using.js", + "./package": "./package.json", + "./package.json": "./package.json", + "./regenerator": "./regenerator/index.js", + "./regenerator/*.js": "./regenerator/*.js", + "./regenerator/": "./regenerator/" + }, + "engines": { + "node": ">=6.9.0" + }, + "type": "commonjs" +} \ No newline at end of file diff --git a/node_modules/@babel/runtime/regenerator/index.js b/node_modules/@babel/runtime/regenerator/index.js new file mode 100644 index 0000000..5881357 --- /dev/null +++ b/node_modules/@babel/runtime/regenerator/index.js @@ -0,0 +1,15 @@ +// TODO(Babel 8): Remove this file. + +var runtime = require("../helpers/regeneratorRuntime")(); +module.exports = runtime; + +// Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736= +try { + regeneratorRuntime = runtime; +} catch (accidentalStrictMode) { + if (typeof globalThis === "object") { + globalThis.regeneratorRuntime = runtime; + } else { + Function("r", "regeneratorRuntime = r")(runtime); + } +} diff --git a/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/CHANGELOG.md b/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/CHANGELOG.md new file mode 100644 index 0000000..49d816b --- /dev/null +++ b/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/CHANGELOG.md @@ -0,0 +1,89 @@ +# Matrix-Rust-SDK Node.js Bindings + +## 0.3.0-beta.1 - 2024-11-18 + +- Update matrix-rust-sdk dependency. +- The SignedCurve25519 algorithm is no longer supported. + +## 0.2.0-beta.1 - 2024-06-11 + +- Support Node.JS 22, drop support for 16, 19. +- Update matrix-rust-sdk dependency. +- `RoomId` no longer has a `localpart` property. + +## 0.1.0-beta.12 - 2024-02-01 + +- Add prebuilt library support for 390x. [#32](https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs/pull/32) + +## 0.1.0-beta.11 - 2023-09-05 + +- Add `export_room_keys_for_session`. [#26](https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs/pull/26) + +## 0.1.0-beta.10 - 2023-08-11 + +- Return `ToDeviceRequest` objects from `OlmMachine.share_room_key`. [#15](https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs/pull/15) +- Added documentation for the release process. [#21](https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs/pull/21) + +## 0.1.0-beta.9 - 2023-08-02 + +- Update URL & tag in pre-built download script. [#13](https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs/pull/13) + +## 0.1.0-beta.8 - 2023-08-01 + +- Don't skip downloading the native library when installing from npm. + +## 0.1.0-beta.7 - 2023-08-01 + +- Expose bindings for secure key backup. [#7](https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs/pull/7) + +## 0.1.0-beta.6 - 2023-04-26 + +- Update supported Node.js versions. [#1822](https://github.com/matrix-org/matrix-rust-sdk/pull/1822) +- Various bug fixes and improvements. + +## 0.1.0-beta.5 - 2023-04-24 + +- Build Node bindings against Ubuntu 20.04. [#1819](https://github.com/matrix-org/matrix-rust-sdk/pull/1819) +- Various bug fixes and improvements. + +## 0.1.0-beta.4 - 2023-04-14 + +- Support a new sqlite storage type. [#1521](https://github.com/matrix-org/matrix-rust-sdk/pull/1521) +- Various bug fixes and improvements. + +## 0.1.0-beta.3 - 2022-11-03 + +- [Fix the pre-built downloading script for Node.js 19.](https://github.com/matrix-org/matrix-rust-sdk/pull/1164) + +## 0.1.0-beta.2 - 2022-09-28 + +## 0.1.0-beta.1 - 2022-07-14 + +- Fixing broken download link, [#842](https://github.com/matrix-org/matrix-rust-sdk/issues/842) + +## 0.1.0-beta.0 - 2022-07-12 + +Welcome to the first release of `matrix-sdk-crypto-nodejs`. This is a +Node.js binding for the Rust `matrix-sdk-crypto` library. This is a +no-network-IO implementation of a state machine, named `OlmMachine`, +that handles E2EE (End-to-End Encryption) for Matrix clients. + +The goal of this binding is _not_ to cover the entirety of the +`matrix-sdk-crypto` API, but only what's required to build Matrix bots +or Matrix bridges (i.e. to connect different networks together via the +Matrix protocol). + +This project replaces and deprecates a previous project, with the same +name and same goals, inside [the `matrix-rust-sdk-bindings` +repository](https://github.com/matrix-org/matrix-rust-sdk-bindings), +with the NPM package name `@turt2live/matrix-sdk-crypto-nodejs`. The +The new official package name is +`@matrix-org/matrix-sdk-crypto-nodejs`. + +Note: All bindings are now part of [the `matrix-rust-sdk` +repository](https://github.com/matrix-org/matrix-rust-sdk) (see the +`bindings/` root directory). + +[A documentation is available inside the new +`matrix-sdk-crypto-nodejs` +project](https://github.com/matrix-org/matrix-rust-sdk/tree/0bde5ccf38f8cda3865297a2d12ddcdaf4b80ca7/bindings/matrix-sdk-crypto-nodejs). diff --git a/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/LICENSE b/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/LICENSE new file mode 100644 index 0000000..f433b1a --- /dev/null +++ b/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/LICENSE @@ -0,0 +1,177 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/README.md b/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/README.md new file mode 100644 index 0000000..1564a60 --- /dev/null +++ b/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/README.md @@ -0,0 +1,225 @@ +# `matrix-sdk-crypto-nodejs` + +Welcome to the [Node.js] binding for the Rust [`matrix-sdk-crypto`] +library! This binding is part of the [`matrix-rust-sdk`] project, +which is a library implementation of a [Matrix] client-server. + +`matrix-sdk-crypto-nodejs` is a no-network-IO implementation of a +state machine, named `OlmMachine`, that handles E2EE ([End-to-End +Encryption](https://en.wikipedia.org/wiki/End-to-end_encryption)) for +[Matrix] clients. + +## Usage + +Just add the latest release to your `package.json`: + +```sh +$ npm install --save @matrix-org/matrix-sdk-crypto-nodejs +``` + +When installing, NPM will download the corresponding prebuilt Rust library for your current host system. The following are supported: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PlatformArchitectureTriplePrebuilt available
Linuxaarchaarch64-unknown-linux-gnu
arm-unknown-linux-gnueabihf
amdx86_64-unknown-linux-gnu
x86_64-unknown-linux-musl
i686-unknown-linux-gnu
s390xs390x-unknown-linux-gnu
macOSaarcharch64-apple-darwin
amdx86_64-apple-darwin
Windowsaarchaarch64-pc-windows-msvc
amdx86_64-pc-windows-msvc
i686-pc-windows-msvc
+ +## Development + +This Node.js binding is written in [Rust]. To build this binding, you +need to install the Rust compiler, see [the Install Rust +Page](https://www.rust-lang.org/tools/install). Then, the workflow is +pretty classical by using [npm], see [the Downloading and installing +Node.js and npm +Page](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm). + +The binding is compatible with, and tested against, the Node.js +versions that are in “current”, “active” or “maintenance” states, +according to [the Node.js Releases +Page](https://nodejs.org/en/about/releases/), _and_ which are +compatible with [NAPI v6 (Node.js +API)](https://nodejs.org/api/n-api.html#node-api-version-matrix). It +means that this binding will work with the following versions: +18.0.0, 20.0.0 and 22.0.0. + +Once the Rust compiler, Node.js and npm are installed, you can run the +following commands: + +```sh +$ npm install --ignore-scripts +$ npm run build +$ npm run test +``` + +An `index.js`, `index.d.ts` and a `*.node` files should be +generated. At the same level of those files, you can edit a file and +try this: + +```javascript +const { OlmMachine } = require("./index.js"); + +// Let's see what we can do. +``` + +The `OlmMachine` state machine works in a push/pull manner: + +- You push state changes and events retrieved from a Matrix homeserver + `/sync` response, into the state machine, +- You pull requests that you will need to send back to the homeserver + out of the state machine. + +```javascript +const { OlmMachine, UserId, DeviceId, RoomId, DeviceLists } = require("./index.js"); + +async function main() { + // Define a user ID. + const alice = new UserId("@alice:example.org"); + + // Define a device ID. + const device = new DeviceId("DEVICEID"); + + // Let's create the `OlmMachine` state machine. + const machine = await OlmMachine.initialize(alice, device); + + // Let's pretend we have received changes and events from a + // `/sync` endpoint of a Matrix homeserver, … + const toDeviceEvents = "[]"; // JSON-encoded list of events + const changedDevices = new DeviceLists(); + const oneTimeKeyCounts = {}; + const unusedFallbackKeys = []; + + // … and push them into the state machine. + const decryptedToDevice = await machine.receiveSyncChanges( + toDeviceEvents, + changedDevices, + oneTimeKeyCounts, + unusedFallbackKeys, + ); + + // Now, let's pull requests that we need to send out to the Matrix + // homeserver. + const outgoingRequests = await machine.outgoingRequests(); + + // To complete the workflow, send the requests here out and call + // `machine.markRequestAsSent`. +} + +main(); +``` + +### With tracing (experimental) + +If you want to enable [tracing](https://tracing.rs), i.e. to get the +logs, you should re-compile the extension with the `tracing` feature +turned on: + +```sh +$ npm run build -- --features tracing +``` + +Now, you can use the `MATRIX_LOG` environment variable to tweak the log filtering, such as: + +```sh +$ MATRIX_LOG=debug npm run test +``` + +See +[`tracing-subscriber`](https://tracing.rs/tracing_subscriber/index.html) +to learn more about the `RUST_LOG`/`MATRIX_LOG` environment variable. + +#### Using tracing in dependent projects + +To enable tracing in client applications that import these bindings, here's how to do it in +a local development environment: + +- In this directory, run `npm link` to make your local build of the bindings available to + other Node projects on your system +- In your client app's source directory, run `npm link @matrix-org/matrix-sdk-crypto-nodejs` + to make it use your trace-enabled local build of the bindings +- In your client app's source code, add a call to `initTracing` near startup time +- Run your app with the `MATRIX_LOG` environment variable set to the desired log level + +Either `npm link` command may be substituted with `yarn link`. + +## Documentation + +[The documentation can be found +online](https://matrix-org.github.io/matrix-rust-sdk-crypto-nodejs/). + +To generate the documentation locally, please run the following +command: + +```sh +$ npm run doc +``` + +The documentation is generated in the `./docs` directory. + +[Node.js]: https://nodejs.org/ +[`matrix-sdk-crypto`]: https://github.com/matrix-org/matrix-rust-sdk/tree/main/crates/matrix-sdk-crypto +[`matrix-rust-sdk`]: https://github.com/matrix-org/matrix-rust-sdk +[Matrix]: https://matrix.org/ +[Rust]: https://www.rust-lang.org/ +[npm]: https://www.npmjs.com/ diff --git a/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/RELEASING.md b/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/RELEASING.md new file mode 100644 index 0000000..a18c5eb --- /dev/null +++ b/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/RELEASING.md @@ -0,0 +1,15 @@ +# Steps for releasing `matrix-rust-sdk-crypto-nodejs` + +1. Create a new branch, named `release-v`. +2. Update `CHANGELOG.md` and `git add` ready for commit on the next step. +3. Run `yarn version` to bump the version number, commit, and create a tag. +4. Push the branch, but not yet the tag. +5. Create a PR to approve the changes. +6. Once approved: + 1. Update the git tag to the new head of the branch, if necessary. + 2. Push the git tag (`git push origin tag v`). Doing so triggers + the github actions workflow which builds and publishes to npm, and + creates a draft GH release. + 3. Merge the PR. (Prefer a genuine merge rather than a squash so that + the tagged commit is included in the history.) +7. Update the release on github and publish. diff --git a/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/download-lib.js b/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/download-lib.js new file mode 100644 index 0000000..e8a5c11 --- /dev/null +++ b/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/download-lib.js @@ -0,0 +1,128 @@ +const { HttpsProxyAgent } = require("https-proxy-agent"); +const { DownloaderHelper } = require("node-downloader-helper"); +const { version } = require("./package.json"); + +// Get the platform and architecture based on environment variables, +// falling back to the current platform and architecture +const platform = process.env.npm_config_target_platform || process.env.npm_config_platform || process.platform; +const arch = process.env.npm_config_target_arch || process.env.npm_config_arch || process.arch; + +const DOWNLOADS_BASE_URL = "https://github.com/matrix-org/matrix-rust-sdk-crypto-nodejs/releases/download"; +const CURRENT_VERSION = `v${version}`; + +const byteHelper = function (value) { + if (value === 0) { + return "0 b"; + } + const units = ["b", "kB", "MB", "GB", "TB"]; + const number = Math.floor(Math.log(value) / Math.log(1024)); + return (value / Math.pow(1024, Math.floor(number))).toFixed(1) + " " + units[number]; +}; + +function download_lib(libname) { + let startTime = new Date(); + + const url = `${DOWNLOADS_BASE_URL}/${CURRENT_VERSION}/${libname}`; + console.info(`Downloading lib ${libname} from ${url}`); + const dl = new DownloaderHelper(url, __dirname, { + override: true, + }); + + const proxy = process.env.https_proxy ?? process.env.HTTPS_PROXY; + if (proxy) { + const proxyAgent = new HttpsProxyAgent(proxy); + dl.updateOptions({ + httpsRequestOptions: { agent: proxyAgent }, + }); + } + + dl.on("end", () => console.info("Download Completed")); + dl.on("error", (err) => console.info("Download Failed", err)); + dl.on("progress", (stats) => { + const progress = stats.progress.toFixed(1); + const speed = byteHelper(stats.speed); + const downloaded = byteHelper(stats.downloaded); + const total = byteHelper(stats.total); + + // print every one second (`progress.throttled` can be used instead) + const currentTime = new Date(); + const elaspsedTime = currentTime - startTime; + if (elaspsedTime > 1000) { + startTime = currentTime; + console.info(`${speed}/s - ${progress}% [${downloaded}/${total}]`); + } + }); + dl.start().catch((err) => console.error(err)); +} + +function isMusl() { + // For Node 10 + if (!process.report || typeof process.report.getReport !== "function") { + try { + return readFileSync("/usr/bin/ldd", "utf8").includes("musl"); + } catch (e) { + return true; + } + } else { + const { glibcVersionRuntime } = process.report.getReport().header; + return !glibcVersionRuntime; + } +} + +switch (platform) { + case "win32": + switch (arch) { + case "x64": + download_lib("matrix-sdk-crypto.win32-x64-msvc.node"); + break; + case "ia32": + download_lib("matrix-sdk-crypto.win32-ia32-msvc.node"); + break; + case "arm64": + download_lib("matrix-sdk-crypto.win32-arm64-msvc.node"); + break; + default: + throw new Error(`Unsupported architecture on Windows: ${arch}`); + } + break; + case "darwin": + switch (arch) { + case "x64": + download_lib("matrix-sdk-crypto.darwin-x64.node"); + break; + case "arm64": + download_lib("matrix-sdk-crypto.darwin-arm64.node"); + break; + default: + throw new Error(`Unsupported architecture on macOS: ${arch}`); + } + break; + case "linux": + switch (arch) { + case "x64": + if (isMusl()) { + download_lib("matrix-sdk-crypto.linux-x64-musl.node"); + } else { + download_lib("matrix-sdk-crypto.linux-x64-gnu.node"); + } + break; + case "arm64": + if (isMusl()) { + throw new Error("Linux for arm64 musl isn't support at the moment"); + } else { + download_lib("matrix-sdk-crypto.linux-arm64-gnu.node"); + } + break; + case "arm": + download_lib("matrix-sdk-crypto.linux-arm-gnueabihf.node"); + break; + case "s390x": + download_lib("matrix-sdk-crypto.linux-s390x-gnu.node"); + break; + default: + throw new Error(`Unsupported architecture on Linux: ${arch}`); + } + break; + default: + throw new Error(`Unsupported OS: ${platform}, architecture: ${arch}`); +} diff --git a/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/index.d.ts b/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/index.d.ts new file mode 100644 index 0000000..a385688 --- /dev/null +++ b/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/index.d.ts @@ -0,0 +1,991 @@ +/* tslint:disable */ +/* eslint-disable */ + +/* auto-generated by NAPI-RS */ + +/** + * An encryption algorithm to be used to encrypt messages sent to a + * room. + */ +export const enum EncryptionAlgorithm { + /** Olm version 1 using Curve25519, AES-256, and SHA-256. */ + OlmV1Curve25519AesSha2 = 0, + /** Megolm version 1 using AES-256 and SHA-256. */ + MegolmV1AesSha2 = 1 +} +/** + * Take a look at [`matrix_sdk_common::deserialized_responses::ShieldState`] + * for more info. + */ +export const enum ShieldColor { + Red = 0, + Grey = 1, + None = 2 +} +/** + * Take a look at + * [`matrix_sdk_common::deserialized_responses::ShieldStateCode`] + * for more info. + */ +export const enum ShieldStateCode { + /** Not enough information available to check the authenticity. */ + AuthenticityNotGuaranteed = 0, + /** The sending device isn't yet known by the Client. */ + UnknownDevice = 1, + /** The sending device hasn't been verified by the sender. */ + UnsignedDevice = 2, + /** The sender hasn't been verified by the Client's user. */ + UnverifiedIdentity = 3, + /** An unencrypted event in an encrypted room. */ + SentInClear = 4, + /** The sender was previously verified but changed their identity. */ + VerificationViolation = 5, + None = 6 +} +/** Who can see a room's history. */ +export const enum HistoryVisibility { + /** + * Previous events are accessible to newly joined members from + * the point they were invited onwards. + * + * Events stop being accessible when the member's state changes + * to something other than *invite* or *join*. + */ + Invited = 0, + /** + * Previous events are accessible to newly joined members from + * the point they joined the room onwards. + * + * Events stop being accessible when the member's state changes + * to something other than *join*. + */ + Joined = 1, + /** + * Previous events are always accessible to newly joined members. + * + * All events in the room are accessible, even those sent when + * the member was not a part of the room. + */ + Shared = 2, + /** + * All events while this is the `HistoryVisibility` value may be + * shared by any participating homeserver with anyone, regardless + * of whether they have ever joined the room. + */ + WorldReadable = 3 +} +/** The basic key algorithm names in the specification. */ +export const enum DeviceKeyAlgorithmName { + /** The Ed25519 signature algorithm. */ + Ed25519 = 0, + /** The Curve25519 ECDH algorithm. */ + Curve25519 = 1, + /** An unknown device key algorithm. */ + Unknown = 2 +} +/** Represents the type of store an `OlmMachine` can use. */ +export const enum StoreType { + /** Use `matrix-sdk-sqlite`. */ + Sqlite = 0 +} +/** Represent the type of a request. */ +export const enum RequestType { + /** Represents a `KeysUploadRequest`. */ + KeysUpload = 0, + /** Represents a `KeysQueryRequest`. */ + KeysQuery = 1, + /** Represents a `KeysClaimRequest`. */ + KeysClaim = 2, + /** Represents a `ToDeviceRequest`. */ + ToDevice = 3, + /** Represents a `SignatureUploadRequest`. */ + SignatureUpload = 4, + /** Represents a `RoomMessageRequest`. */ + RoomMessage = 5, + /** Represents a `KeysBackupRequest`. */ + KeysBackup = 6 +} +/** The result of a signature check. */ +export const enum SignatureState { + /** The signature is missing. */ + Missing = 0, + /** The signature is invalid. */ + Invalid = 1, + /** + * The signature is valid but the device or user identity that created the + * signature is not trusted. + */ + ValidButNotTrusted = 2, + /** + * The signature is valid and the device or user identity that created the + * signature is trusted. + */ + ValidAndTrusted = 3 +} +/** Get the versions of the Rust libraries we are using. */ +export declare function getVersions(): Versions +/** + * A type to encrypt and to decrypt anything that can fit in an + * `Uint8Array`, usually big buffer. + */ +export declare class Attachment { + /** + * Encrypt the content of the `Uint8Array`. + * + * It produces an `EncryptedAttachment`, which can be used to + * retrieve the media encryption information, or the encrypted + * data. + */ + static encrypt(array: Uint8Array): EncryptedAttachment + /** + * Decrypt an `EncryptedAttachment`. + * + * The encrypted attachment can be created manually, or from the + * `encrypt` method. + * + * **Warning**: The encrypted attachment can be used only + * **once**! The encrypted data will still be present, but the + * media encryption info (which contain secrets) will be + * destroyed. It is still possible to get a JSON-encoded backup + * by calling `EncryptedAttachment.mediaEncryptionInfo`. + */ + static decrypt(attachment: EncryptedAttachment): Uint8Array +} +/** An encrypted attachment, usually created from `Attachment.encrypt`. */ +export declare class EncryptedAttachment { + /** The actual encrypted data. */ + encryptedData: Uint8Array + /** + * Create a new encrypted attachment manually. + * + * It needs encrypted data, stored in an `Uint8Array`, and a + * [media encryption + * information](https://docs.rs/matrix-sdk-crypto/latest/matrix_sdk_crypto/struct.MediaEncryptionInfo.html), + * as a JSON-encoded string. + * + * The media encryption information aren't stored as a string: + * they are parsed, validated and fully deserialized. + * + * See [the specification to learn + * more](https://spec.matrix.org/unstable/client-server-api/#extensions-to-mroommessage-msgtypes). + */ + constructor(encryptedData: Uint8Array, mediaEncryptionInfo: string) + /** + * Return the media encryption info as a JSON-encoded string. The + * structure is fully valid. + * + * If the media encryption info have been consumed already, it + * will return `null`. + */ + get mediaEncryptionInfo(): string | null + /** + * Check whether the media encryption info has been consumed by + * `Attachment.decrypt` already. + */ + get hasMediaEncryptionInfoBeenConsumed(): boolean +} +/** The private part of the backup key, the one used for recovery. */ +export declare class BackupDecryptionKey { + /** Create a new random [`BackupDecryptionKey`]. */ + static createRandomKey(): BackupDecryptionKey + /** Try to create a [`BackupDecryptionKey`] from a base 64 encoded string. */ + static fromBase64(key: string): BackupDecryptionKey + /** Convert the recovery key to a base 64 encoded string. */ + toBase64(): string + /** Get the public part of the backup key. */ + get megolmV1PublicKey(): MegolmV1BackupKey + /** + * Try to decrypt a message that was encrypted using the public part of the + * backup key. + */ + decryptV1(ephemeralKey: string, mac: string, ciphertext: string): string +} +/** The public part of the backup key. */ +export declare class MegolmV1BackupKey { + /** The actual base64 encoded public key. */ + get publicKeyBase64(): string + /** Get the full name of the backup algorithm this backup key supports. */ + get algorithm(): string +} +/** Struct holding the number of room keys we have. */ +export declare class RoomKeyCounts { + /** The total number of room keys. */ + total: number + /** The number of backed up room keys. */ + backedUp: number +} +/** Stored versions of the backup keys. */ +export declare class BackupKeys { + /** The key used to decrypt backed up room keys, encoded as base64 */ + decryptionKeyBase64?: string + /** The version that we are using for backups. */ + backupVersion?: string +} +/** + * Settings for an encrypted room. + * + * This determines the algorithm and rotation periods of a group + * session. + */ +export declare class EncryptionSettings { + /** The encryption algorithm that should be used in the room. */ + algorithm: EncryptionAlgorithm + /** + * How long the session should be used before changing it, + * expressed in microseconds. + */ + rotationPeriod: bigint + /** How many messages should be sent before changing the session. */ + rotationPeriodMessages: bigint + /** + * The history visibility of the room when the session was + * created. + */ + historyVisibility: HistoryVisibility + /** + * Should untrusted devices receive the room key, or should they be + * excluded from the conversation. + */ + onlyAllowTrustedDevices: boolean + /** + * Should keys be shared with a verified user with an unverified device + * or when a verified user has replaced their identity. Otherwise + * keys are shared with unsigned devices as normal. + */ + errorOnVerifiedUserProblem: boolean + /** Create a new `EncryptionSettings` with default values. */ + constructor() +} +/** + * Take a look at [`matrix_sdk_common::deserialized_responses::ShieldState`] + * for more info. + */ +export declare class ShieldState { + color: ShieldColor + code: ShieldStateCode + message?: string +} +/** + * A Matrix [user ID]. + * + * [user ID]: https://spec.matrix.org/v1.2/appendices/#user-identifiers + */ +export declare class UserId { + /** Parse/validate and create a new `UserId`. */ + constructor(id: string) + /** Returns the user's localpart. */ + get localpart(): string + /** Returns the server name of the user ID. */ + get serverName(): ServerName + /** + * Whether this user ID is a historical one. + * + * A historical user ID is one that doesn't conform to the latest + * specification of the user ID grammar but is still accepted + * because it was previously allowed. + */ + isHistorical(): boolean + /** Return the user ID as a string. */ + toString(): string +} +/** + * A Matrix device ID. + * + * Device identifiers in Matrix are completely opaque character + * sequences. This type is provided simply for its semantic value. + */ +export declare class DeviceId { + /** Create a new `DeviceId`. */ + constructor(id: string) + /** Return the device ID as a string. */ + toString(): string +} +/** + * A Matrix device key ID. + * + * A key algorithm and a device ID, combined with a ‘:’. + */ +export declare class DeviceKeyId { + /** Parse/validate and create a new `DeviceKeyId`. */ + constructor(id: string) + /** Returns key algorithm of the device key ID. */ + get algorithm(): DeviceKeyAlgorithm + /** Returns device ID of the device key ID. */ + get deviceId(): DeviceId + /** Return the device key ID as a string. */ + toString(): string +} +/** The basic key algorithms in the specification. */ +export declare class DeviceKeyAlgorithm { + /** + * Read the device key algorithm's name. If the name is + * `Unknown`, one may be interested by the `to_string` method to + * read the original name. + */ + get name(): DeviceKeyAlgorithmName + /** Return the device key algorithm as a string. */ + toString(): string +} +/** + * A Matrix [room ID]. + * + * [room ID]: https://spec.matrix.org/v1.2/appendices/#room-ids-and-event-ids + */ +export declare class RoomId { + /** Parse/validate and create a new `RoomId`. */ + constructor(id: string) + /** Return the room ID as a string. */ + toString(): string + /** Returns the server name of the room ID. */ + get serverName(): ServerName +} +/** + * A Matrix-spec compliant [server name]. + * + * It consists of a host and an optional port (separated by a colon if + * present). + * + * [server name]: https://spec.matrix.org/v1.2/appendices/#server-name + */ +export declare class ServerName { + /** Parse/validate and create a new `ServerName`. */ + constructor(name: string) + /** + * Returns the host of the server name. + * + * That is: Return the part of the server before `:` or the + * full server name if there is no port. + */ + get host(): string + /** Returns the port of the server name if any. */ + get port(): number | null + /** + * Returns true if and only if the server name is an IPv4 or IPv6 + * address. + */ + isIpLiteral(): boolean +} +/** + * State machine implementation of the Olm/Megolm encryption protocol + * used for Matrix end to end encryption. + */ +export declare class OlmMachine { + /** + * Create a new `OlmMachine` asynchronously. + * + * The persistence of the encryption keys and all the inner + * objects are controlled by the `store_path` argument. + * + * # Arguments + * + * * `user_id`, the unique ID of the user that owns this machine. + * * `device_id`, the unique id of the device that owns this machine. + * * `store_path`, the path to a directory where the state of the machine + * should be persisted; if not set, the created machine will keep the + * encryption keys only in memory, and once the object is dropped, the + * keys will be lost. + * * `store_passphrase`, the passphrase that should be used to encrypt the + * data at rest in the store. **Warning**, if no passphrase is given, the + * store and all its data will remain unencrypted. This argument is + * ignored if `store_path` is not set. + */ + static initialize(userId: UserId, deviceId: DeviceId, storePath?: string | undefined | null, storePassphrase?: string | undefined | null, storeType?: StoreType | undefined | null): Promise + /** + * It's not possible to construct an `OlmMachine` with its + * constructor because building an `OlmMachine` is + * asynchronous. Please use the `finalize` method. + */ + constructor() + /** The unique user ID that owns this `OlmMachine` instance. */ + get userId(): UserId + /** The unique device ID that identifies this `OlmMachine`. */ + get deviceId(): DeviceId + /** Get the public parts of our Olm identity keys. */ + get identityKeys(): IdentityKeys + /** + * Handle a to-device and one-time key counts from a sync response. + * + * This will decrypt and handle to-device events returning the + * decrypted versions of them, as a JSON-encoded string. + * + * To decrypt an event from the room timeline, please use + * `decrypt_room_event`. + * + * # Arguments + * + * * `to_device_events`, the to-device events of the current sync response. + * * `changed_devices`, the list of devices that changed in this sync + * response. + * * `one_time_keys_count`, the current one-time keys counts that the sync + * response returned. + */ + receiveSyncChanges(toDeviceEvents: string, changedDevices: DeviceLists, oneTimeKeyCounts: Record, unusedFallbackKeys: Array): Promise + /** + * Get the outgoing requests that need to be sent out. + * + * This returns a list of `KeysUploadRequest`, or + * `KeysQueryRequest`, or `KeysClaimRequest`, or + * `ToDeviceRequest`, or `SignatureUploadRequest`, or + * `RoomMessageRequest`. Those requests + * need to be sent out to the server and the responses need to be + * passed back to the state machine using `mark_request_as_sent`. + */ + outgoingRequests(): Promise> + /** + * Mark the request with the given request ID as sent. + * + * # Arguments + * + * * `request_id`, the unique ID of the request that was sent out. This is + * needed to couple the response with the now sent out request. + * * `request_type`, the request type associated to the request ID. + * * `response`, the response that was received from the server after the + * outgoing request was sent out. + */ + markRequestAsSent(requestId: string, requestType: RequestType, response: string): Promise + /** + * Get the a key claiming request for the user/device pairs that + * we are missing Olm sessions for. + * + * Returns `null` if no key claiming request needs to be sent + * out. + * + * Sessions need to be established between devices so group + * sessions for a room can be shared with them. + * + * This should be called every time a group session needs to be + * shared as well as between sync calls. After a sync some + * devices may request room keys without us having a valid Olm + * session with them, making it impossible to server the room key + * request, thus it’s necessary to check for missing sessions + * between sync as well. + * + * Note: Care should be taken that only one such request at a + * time is in flight, e.g. using a lock. + * + * The response of a successful key claiming requests needs to be + * passed to the `OlmMachine` with the `mark_request_as_sent`. + * + * # Arguments + * + * * `users`, the list of users that we should check if we lack a session + * with one of their devices. This can be an empty array or `null` when + * calling this method between sync requests. + */ + getMissingSessions(users?: Array | undefined | null): Promise + /** + * Update the tracked users. + * + * This will mark users that weren’t seen before for a key query + * and tracking. + * + * If the user is already known to the Olm machine it will not be + * considered for a key query. + * + * # Arguments + * + * * `users`, an array over user IDs that should be marked for tracking. + */ + updateTrackedUsers(users: Array): Promise + /** + * Get to-device requests to share a room key with users in a room. + * + * # Arguments + * + * * `room_id`, the room ID of the room where the room key will be used. + * * `users`, the list of users that should receive the room key. + * * `encryption_settings`, the encryption settings. + */ + shareRoomKey(roomId: RoomId, users: Array, encryptionSettings: EncryptionSettings): Promise> + /** + * Encrypt a JSON-encoded content for the given room. + * + * # Arguments + * + * * `room_id`, the ID of the room for which the message should be + * encrypted. + * * `event_type`, the plaintext type of the event. + * * `content`, the JSON-encoded content of the message that should be + * encrypted. + */ + encryptRoomEvent(roomId: RoomId, eventType: string, content: string): Promise + /** + * Decrypt an event from a room timeline. + * + * # Arguments + * + * * `event`, the event that should be decrypted. + * * `room_id`, the ID of the room where the event was sent to. + */ + decryptRoomEvent(event: string, roomId: RoomId): Promise + /** + * Get the status of the private cross signing keys. + * + * This can be used to check which private cross signing keys we + * have stored locally. + */ + crossSigningStatus(): Promise + /** + * Create a new cross signing identity and get the upload request + * to push the new public keys to the server. + * + * Warning: This will delete any existing cross signing keys that + * might exist on the server and thus will reset the trust + * between all the devices. + * + * Uploading these keys will require user interactive auth. + * + * # Arguments + * + * * `reset`, whether the method should create a new identity or use the + * existing one during the request. If set to true, the request will + * attempt to upload a new identity. If set to false, the request will + * attempt to upload the existing identity. Since the uploading process + * requires user interactive authentication, which involves sending out + * the same request multiple times, setting this argument to false + * enables you to reuse the same request. + */ + bootstrapCrossSigning(reset: boolean): Promise + /** + * Sign the given message using our device key and if available + * cross-signing master key. + */ + sign(message: string): Promise + /** + * Store the backup decryption key in the crypto store. + * + * This is useful if the client wants to support gossiping of the backup + * key. + */ + saveBackupDecryptionKey(decryptionKey: BackupDecryptionKey, version: string): Promise + /** Get the backup keys we have saved in our store. */ + getBackupKeys(): Promise + /** + * Check if the given backup has been verified by us or by another of our + * devices that we trust. + * + * The `backup_info` should be a stringified JSON object with the following + * format: + * + * ```json + * { + * "algorithm": "m.megolm_backup.v1.curve25519-aes-sha2", + * "auth_data": { + * "public_key":"XjhWTCjW7l59pbfx9tlCBQolfnIQWARoKOzjTOPSlWM", + * "signatures": {} + * } + * } + * ``` + */ + verifyBackup(backupInfo: string): Promise + /** + * Activate the given backup key to be used with the given backup version. + * + * **Warning**: The caller needs to make sure that the given `BackupKey` is + * trusted, otherwise we might be encrypting room keys that a malicious + * party could decrypt. + * + * The [`OlmMachine::verify_backup`] method can be used to do so. + */ + enableBackupV1(publicKeyBase64: string, version: string): Promise + /** + * Are we able to encrypt room keys. + * + * This returns true if we have an active `BackupKey` and backup version + * registered with the state machine. + */ + isBackupEnabled(): Promise + /** + * Disable and reset our backup state. + * + * This will remove any pending backup request, remove the backup key and + * reset the backup state of each room key we have. + */ + disableBackup(): Promise + /** + * Encrypt a batch of room keys and return a request that needs to be sent + * out to backup the room keys. + */ + backupRoomKeys(): Promise + /** + * Export room keys in unencrypted format for a given session_id. + * This currently exports a json blob. + */ + exportRoomKeysForSession(roomId: string, sessionId: string): Promise + /** Get the number of backed up room keys and the total number of room keys. */ + roomKeyCounts(): Promise + /** + * Shut down the `OlmMachine`. + * + * The `OlmMachine` cannot be used after this method has been called, + * otherwise it will panic. + * + * All associated resources will be closed too, like the crypto storage + * connections. + * + * # Safety + * + * The caller is responsible to **not** use any objects that came from this + * `OlmMachine` after this `close` method has been called. + */ + close(): void +} +/** + * Struct representing the state of our private cross signing keys, + * it shows which private cross signing keys we have locally stored. + */ +export declare class CrossSigningStatus { + /** Do we have the master key. */ + get hasMaster(): boolean + /** + * Do we have the self signing key, this one is necessary to sign + * our own devices. + */ + get hasSelfSigning(): boolean + /** + * Do we have the user signing key, this one is necessary to sign + * other users. + */ + get hasUserSigning(): boolean +} +/** + * Data for a request to the `/keys/upload` API endpoint + * ([specification]). + * + * Publishes end-to-end encryption keys for the device. + * + * [specification]: https://spec.matrix.org/unstable/client-server-api/#post_matrixclientv3keysupload + */ +export declare class KeysUploadRequest { + /** The request ID. */ + readonly id: string + /** + * A JSON-encoded string containing the rest of the payload: `device_keys`, + * `one_time_keys`, `fallback_keys`. + * + * It represents the body of the HTTP request. + */ + readonly body: string + /** Get its request type. */ + get type(): RequestType +} +/** + * Data for a request to the `/keys/query` API endpoint + * ([specification]). + * + * Returns the current devices and identity keys for the given users. + * + * [specification]: https://spec.matrix.org/unstable/client-server-api/#post_matrixclientv3keysquery + */ +export declare class KeysQueryRequest { + /** The request ID. */ + readonly id: string + /** + * A JSON-encoded object of form: + * + * ```json + * {"timeout": …, "device_keys": …} + * ``` + */ + readonly body: string + /** Get its request type. */ + get type(): RequestType +} +/** + * Data for a request to the `/keys/claim` API endpoint + * ([specification]). + * + * Claims one-time keys that can be used to establish 1-to-1 E2EE + * sessions. + * + * [specification]: https://spec.matrix.org/unstable/client-server-api/#post_matrixclientv3keysclaim + */ +export declare class KeysClaimRequest { + /** The request ID. */ + readonly id: string + /** + * A JSON-encoded object of form: + * + * ```json + * {"timeout": …, "one_time_keys": …} + * ``` + */ + readonly body: string + /** Get its request type. */ + get type(): RequestType +} +/** + * Data for a request to the `/sendToDevice` API endpoint + * ([specification]). + * + * Send an event to a single device or to a group of devices. + * + * [specification]: https://spec.matrix.org/unstable/client-server-api/#put_matrixclientv3sendtodeviceeventtypetxnid + */ +export declare class ToDeviceRequest { + /** The request ID. */ + readonly id: string + /** A string representing the type of event being sent to each devices. */ + readonly eventType: string + /** + * A string representing a request identifier unique to the access token + * used to send the request. + */ + readonly txnId: string + /** + * A JSON-encoded string containing the rest of the payload: `messages`. + * + * It represents the body of the HTTP request. + */ + readonly body: string + /** Get its request type. */ + get type(): RequestType +} +/** + * Data for a request to the `/keys/signatures/upload` API endpoint + * ([specification]). + * + * Publishes cross-signing signatures for the user. + * + * [specification]: https://spec.matrix.org/unstable/client-server-api/#post_matrixclientv3keyssignaturesupload + */ +export declare class SignatureUploadRequest { + /** The request ID. */ + readonly id: string + /** + * A JSON-encoded string containing the rest of the payload: `signed_keys`. + * + * It represents the body of the HTTP request. + */ + readonly body: string + /** Get its request type. */ + get type(): RequestType +} +/** + * A customized owned request type for sending out room messages + * ([specification]). + * + * [specification]: https://spec.matrix.org/unstable/client-server-api/#put_matrixclientv3roomsroomidsendeventtypetxnid + */ +export declare class RoomMessageRequest { + /** The request ID. */ + readonly id: string + /** A string representing the room to send the event to. */ + readonly roomId: string + /** + * A string representing the transaction ID for this event. + * + * Clients should generate an ID unique across requests with the same + * access token; it will be used by the server to ensure idempotency of + * requests. + */ + readonly txnId: string + /** A string representing the type of event to be sent. */ + readonly eventType: string + /** A JSON-encoded string containing the message's content. */ + readonly body: string + /** Get its request type. */ + get type(): RequestType +} +/** + * A request that will back up a batch of room keys to the server + * ([specification]). + * + * [specification]: https://spec.matrix.org/unstable/client-server-api/#put_matrixclientv3room_keyskeys + */ +export declare class KeysBackupRequest { + /** The request ID. */ + readonly id: string + /** + * A JSON-encoded string containing the rest of the payload: `rooms`. + * + * It represents the body of the HTTP request. + */ + readonly body: string + /** Get its request type. */ + get type(): RequestType +} +/** A decrypted room event. */ +export declare class DecryptedRoomEvent { + /** The JSON-encoded decrypted event. */ + readonly event: string + /** + * The user ID of the event sender, note this is untrusted data + * unless the `verification_state` is as well trusted. + */ + get sender(): UserId | null + /** + * The device ID of the device that sent us the event, note this + * is untrusted data unless `verification_state` is as well + * trusted. + */ + get senderDevice(): DeviceId | null + /** + * The Curve25519 key of the device that created the megolm + * decryption key originally. + */ + get senderCurve25519Key(): string | null + /** + * The signing Ed25519 key that have created the megolm key that + * was used to decrypt this session. + */ + get senderClaimedEd25519Key(): string | null + /** + * Chain of Curve25519 keys through which this session was + * forwarded, via `m.forwarded_room_key` events. + */ + get forwardingCurve25519KeyChain(): Array + /** + * The verification state of the device that sent us the event, + * note this is the state of the device at the time of + * decryption. It may change in the future if a device gets + * verified or deleted. + */ + shieldState(strict: boolean): ShieldState | null +} +/** Information on E2E device updates. */ +export declare class DeviceLists { + /** Create an empty `DeviceLists`. */ + constructor(changed?: Array | undefined | null, left?: Array | undefined | null) + /** Returns true if there are no device list updates. */ + isEmpty(): boolean + /** + * List of users who have updated their device identity keys or + * who now share an encrypted room with the client since the + * previous sync. + */ + get changed(): Array + /** + * List of users who no longer share encrypted rooms since the + * previous sync response. + */ + get left(): Array +} +export declare class Signatures { + /** Creates a new, empty, signatures collection. */ + constructor() + /** + * Add the given signature from the given signer and the given key ID to + * the collection. + */ + addSignature(signer: UserId, keyId: DeviceKeyId, signature: Ed25519Signature): MaybeSignature | null + /** + * Try to find an Ed25519 signature from the given signer with + * the given key ID. + */ + getSignature(signer: UserId, keyId: DeviceKeyId): Ed25519Signature | null + /** Get the map of signatures that belong to the given user. */ + get(signer: UserId): Record | null + /** Remove all the signatures we currently hold. */ + clear(): void + /** + * Do we hold any signatures or is our collection completely + * empty. + */ + get isEmpty(): boolean + /** How many signatures do we currently hold. */ + get count(): bigint + /** Get the json with all signatures */ + asJSON(): string +} +/** + * Represents a potentially decoded signature (but not a validated + * one). + */ +export declare class Signature { + /** Get the Ed25519 signature, if this is one. */ + get ed25519(): Ed25519Signature | null + /** Convert the signature to a base64 encoded string. */ + toBase64(): string +} +/** + * Represents a signature that is either valid _or_ that could not be + * decoded. + */ +export declare class MaybeSignature { + /** Check whether the signature has been successfully decoded. */ + get isValid(): boolean + /** Check whether the signature could not be successfully decoded. */ + get isInvalid(): boolean + /** The signature, if successfully decoded. */ + get signature(): Signature | null + /** + * The base64 encoded string that is claimed to contain a + * signature but could not be decoded, if any. + */ + get invalidSignatureSource(): string | null +} +/** The result of a signature verification of a signed JSON object. */ +export declare class SignatureVerification { + /** + * Give the backup signature state from the current device. + * See SignatureState for values + */ + get deviceState(): SignatureState + /** + * Give the backup signature state from the current user identity. + * See SignatureState for values + */ + get userState(): SignatureState + /** + * Is the result considered to be trusted? + * + * This tells us if the result has a valid signature from any of the + * following: + * + * * Our own device + * * Our own user identity, provided the identity is trusted as well + * * Any of our own devices, provided the device is trusted as well + */ + trusted(): boolean +} +/** An Ed25519 public key, used to verify digital signatures. */ +export declare class Ed25519PublicKey { + /** The number of bytes an Ed25519 public key has. */ + get length(): number + /** + * Serialize an Ed25519 public key to an unpadded base64 + * representation. + */ + toBase64(): string +} +/** + * An Ed25519 digital signature, can be used to verify the + * authenticity of a message. + */ +export declare class Ed25519Signature { + /** + * Try to create an Ed25519 signature from an unpadded base64 + * representation. + */ + constructor(signature: string) + /** + * Serialize a Ed25519 signature to an unpadded base64 + * representation. + */ + toBase64(): string +} +/** A Curve25519 public key. */ +export declare class Curve25519PublicKey { + /** The number of bytes a Curve25519 public key has. */ + get length(): number + /** + * Serialize an Curve25519 public key to an unpadded base64 + * representation. + */ + toBase64(): string +} +/** Struct holding the two public identity keys of an account. */ +export declare class IdentityKeys { + /** The Ed25519 public key, used for signing. */ + get ed25519(): Ed25519PublicKey + /** The Curve25519 public key, used for establish shared secrets. */ + get curve25519(): Curve25519PublicKey +} +/** Object containing the versions of the Rust libraries we are using. */ +export declare class Versions { + /** The version of the vodozemac crate. */ + vodozemac: string + /** The version of the matrix-sdk-crypto crate. */ + matrixSdkCrypto: string +} diff --git a/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/index.js b/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/index.js new file mode 100644 index 0000000..59901c4 --- /dev/null +++ b/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/index.js @@ -0,0 +1,357 @@ +/* tslint:disable */ +/* eslint-disable */ +/* prettier-ignore */ + +/* auto-generated by NAPI-RS */ + +const { existsSync, readFileSync } = require('fs') +const { join } = require('path') + +const { platform, arch } = process + +let nativeBinding = null +let localFileExisted = false +let loadError = null + +function isMusl() { + // For Node 10 + if (!process.report || typeof process.report.getReport !== 'function') { + try { + const lddPath = require('child_process').execSync('which ldd').toString().trim() + return readFileSync(lddPath, 'utf8').includes('musl') + } catch (e) { + return true + } + } else { + const { glibcVersionRuntime } = process.report.getReport().header + return !glibcVersionRuntime + } +} + +switch (platform) { + case 'android': + switch (arch) { + case 'arm64': + localFileExisted = existsSync(join(__dirname, 'matrix-sdk-crypto.android-arm64.node')) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.android-arm64.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-android-arm64') + } + } catch (e) { + loadError = e + } + break + case 'arm': + localFileExisted = existsSync(join(__dirname, 'matrix-sdk-crypto.android-arm-eabi.node')) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.android-arm-eabi.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-android-arm-eabi') + } + } catch (e) { + loadError = e + } + break + default: + throw new Error(`Unsupported architecture on Android ${arch}`) + } + break + case 'win32': + switch (arch) { + case 'x64': + localFileExisted = existsSync( + join(__dirname, 'matrix-sdk-crypto.win32-x64-msvc.node') + ) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.win32-x64-msvc.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-win32-x64-msvc') + } + } catch (e) { + loadError = e + } + break + case 'ia32': + localFileExisted = existsSync( + join(__dirname, 'matrix-sdk-crypto.win32-ia32-msvc.node') + ) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.win32-ia32-msvc.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-win32-ia32-msvc') + } + } catch (e) { + loadError = e + } + break + case 'arm64': + localFileExisted = existsSync( + join(__dirname, 'matrix-sdk-crypto.win32-arm64-msvc.node') + ) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.win32-arm64-msvc.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-win32-arm64-msvc') + } + } catch (e) { + loadError = e + } + break + default: + throw new Error(`Unsupported architecture on Windows: ${arch}`) + } + break + case 'darwin': + localFileExisted = existsSync(join(__dirname, 'matrix-sdk-crypto.darwin-universal.node')) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.darwin-universal.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-darwin-universal') + } + break + } catch {} + switch (arch) { + case 'x64': + localFileExisted = existsSync(join(__dirname, 'matrix-sdk-crypto.darwin-x64.node')) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.darwin-x64.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-darwin-x64') + } + } catch (e) { + loadError = e + } + break + case 'arm64': + localFileExisted = existsSync( + join(__dirname, 'matrix-sdk-crypto.darwin-arm64.node') + ) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.darwin-arm64.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-darwin-arm64') + } + } catch (e) { + loadError = e + } + break + default: + throw new Error(`Unsupported architecture on macOS: ${arch}`) + } + break + case 'freebsd': + if (arch !== 'x64') { + throw new Error(`Unsupported architecture on FreeBSD: ${arch}`) + } + localFileExisted = existsSync(join(__dirname, 'matrix-sdk-crypto.freebsd-x64.node')) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.freebsd-x64.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-freebsd-x64') + } + } catch (e) { + loadError = e + } + break + case 'linux': + switch (arch) { + case 'x64': + if (isMusl()) { + localFileExisted = existsSync( + join(__dirname, 'matrix-sdk-crypto.linux-x64-musl.node') + ) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.linux-x64-musl.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-linux-x64-musl') + } + } catch (e) { + loadError = e + } + } else { + localFileExisted = existsSync( + join(__dirname, 'matrix-sdk-crypto.linux-x64-gnu.node') + ) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.linux-x64-gnu.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-linux-x64-gnu') + } + } catch (e) { + loadError = e + } + } + break + case 'arm64': + if (isMusl()) { + localFileExisted = existsSync( + join(__dirname, 'matrix-sdk-crypto.linux-arm64-musl.node') + ) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.linux-arm64-musl.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-linux-arm64-musl') + } + } catch (e) { + loadError = e + } + } else { + localFileExisted = existsSync( + join(__dirname, 'matrix-sdk-crypto.linux-arm64-gnu.node') + ) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.linux-arm64-gnu.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-linux-arm64-gnu') + } + } catch (e) { + loadError = e + } + } + break + case 'arm': + if (isMusl()) { + localFileExisted = existsSync( + join(__dirname, 'matrix-sdk-crypto.linux-arm-musleabihf.node') + ) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.linux-arm-musleabihf.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-linux-arm-musleabihf') + } + } catch (e) { + loadError = e + } + } else { + localFileExisted = existsSync( + join(__dirname, 'matrix-sdk-crypto.linux-arm-gnueabihf.node') + ) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.linux-arm-gnueabihf.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-linux-arm-gnueabihf') + } + } catch (e) { + loadError = e + } + } + break + case 'riscv64': + if (isMusl()) { + localFileExisted = existsSync( + join(__dirname, 'matrix-sdk-crypto.linux-riscv64-musl.node') + ) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.linux-riscv64-musl.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-linux-riscv64-musl') + } + } catch (e) { + loadError = e + } + } else { + localFileExisted = existsSync( + join(__dirname, 'matrix-sdk-crypto.linux-riscv64-gnu.node') + ) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.linux-riscv64-gnu.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-linux-riscv64-gnu') + } + } catch (e) { + loadError = e + } + } + break + case 's390x': + localFileExisted = existsSync( + join(__dirname, 'matrix-sdk-crypto.linux-s390x-gnu.node') + ) + try { + if (localFileExisted) { + nativeBinding = require('./matrix-sdk-crypto.linux-s390x-gnu.node') + } else { + nativeBinding = require('@matrix-org/matrix-sdk-crypto-nodejs-linux-s390x-gnu') + } + } catch (e) { + loadError = e + } + break + default: + throw new Error(`Unsupported architecture on Linux: ${arch}`) + } + break + default: + throw new Error(`Unsupported OS: ${platform}, architecture: ${arch}`) +} + +if (!nativeBinding) { + if (loadError) { + throw loadError + } + throw new Error(`Failed to load native binding`) +} + +const { Attachment, EncryptedAttachment, BackupDecryptionKey, MegolmV1BackupKey, RoomKeyCounts, BackupKeys, EncryptionAlgorithm, EncryptionSettings, ShieldColor, ShieldStateCode, ShieldState, HistoryVisibility, UserId, DeviceId, DeviceKeyId, DeviceKeyAlgorithm, DeviceKeyAlgorithmName, RoomId, ServerName, StoreType, OlmMachine, CrossSigningStatus, KeysUploadRequest, KeysQueryRequest, KeysClaimRequest, ToDeviceRequest, SignatureUploadRequest, RoomMessageRequest, KeysBackupRequest, RequestType, DecryptedRoomEvent, DeviceLists, Signatures, Signature, MaybeSignature, SignatureVerification, SignatureState, Ed25519PublicKey, Ed25519Signature, Curve25519PublicKey, IdentityKeys, Versions, getVersions } = nativeBinding + +module.exports.Attachment = Attachment +module.exports.EncryptedAttachment = EncryptedAttachment +module.exports.BackupDecryptionKey = BackupDecryptionKey +module.exports.MegolmV1BackupKey = MegolmV1BackupKey +module.exports.RoomKeyCounts = RoomKeyCounts +module.exports.BackupKeys = BackupKeys +module.exports.EncryptionAlgorithm = EncryptionAlgorithm +module.exports.EncryptionSettings = EncryptionSettings +module.exports.ShieldColor = ShieldColor +module.exports.ShieldStateCode = ShieldStateCode +module.exports.ShieldState = ShieldState +module.exports.HistoryVisibility = HistoryVisibility +module.exports.UserId = UserId +module.exports.DeviceId = DeviceId +module.exports.DeviceKeyId = DeviceKeyId +module.exports.DeviceKeyAlgorithm = DeviceKeyAlgorithm +module.exports.DeviceKeyAlgorithmName = DeviceKeyAlgorithmName +module.exports.RoomId = RoomId +module.exports.ServerName = ServerName +module.exports.StoreType = StoreType +module.exports.OlmMachine = OlmMachine +module.exports.CrossSigningStatus = CrossSigningStatus +module.exports.KeysUploadRequest = KeysUploadRequest +module.exports.KeysQueryRequest = KeysQueryRequest +module.exports.KeysClaimRequest = KeysClaimRequest +module.exports.ToDeviceRequest = ToDeviceRequest +module.exports.SignatureUploadRequest = SignatureUploadRequest +module.exports.RoomMessageRequest = RoomMessageRequest +module.exports.KeysBackupRequest = KeysBackupRequest +module.exports.RequestType = RequestType +module.exports.DecryptedRoomEvent = DecryptedRoomEvent +module.exports.DeviceLists = DeviceLists +module.exports.Signatures = Signatures +module.exports.Signature = Signature +module.exports.MaybeSignature = MaybeSignature +module.exports.SignatureVerification = SignatureVerification +module.exports.SignatureState = SignatureState +module.exports.Ed25519PublicKey = Ed25519PublicKey +module.exports.Ed25519Signature = Ed25519Signature +module.exports.Curve25519PublicKey = Curve25519PublicKey +module.exports.IdentityKeys = IdentityKeys +module.exports.Versions = Versions +module.exports.getVersions = getVersions diff --git a/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/matrix-sdk-crypto.linux-x64-gnu.node b/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/matrix-sdk-crypto.linux-x64-gnu.node new file mode 100644 index 0000000000000000000000000000000000000000..a751b435f56fd1a1fb3f56337d15b316ff7b23f2 GIT binary patch literal 19522944 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 z

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 z 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 z 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

+D!Yv(9w}aIq_vqEZIplr#scl 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�qU)e$G_G!gi5y6(@ah9M(MKe&vOwFlR_pR%6$ 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%0De+47=9p5?DmUP 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

pnJ{~-w&S(!>SO)k?c~TFzr=dw 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 z

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 IjU|DuovJvq%0R%A{ohVYL{6S2 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

%5hd=PI1Pca+$^CrXq6Gkid}+TJKp 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%0DkY6Y@gVpo^VV-d%_B0Q^*NNyWtl^ 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

nIz33r3c>X74t>uU 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%0A^v)EpZ!h^$J7!hjk#j@ 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

Y-jc9 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Μ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

J9ST>t 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 z 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%0D;Z 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%0A87^5mf2&a{JB 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

ySWY+?MepOP{`UHvh;B)HAUD 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�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�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%0ANbnqZo%P@SJ>6X2 zA6;WaZ(7wlttJ@hD7MV)bD+akp_mGB&To>IBv{cuW2&BSoXY9uv&vcLa_>92^{vNB zB)Y6`9hLo38#5W!x9rVktr&7EXgwEev4Nb0sfHuROi;cYS64>uxJ+ru<-ioWWh} z;4;Uh4^y(cwEix~=+Zqc{TP>?wmFeYeMYI0yli|>u9R@Vlxmn?5~_v`43Y2FTXX#n zL*#tr>@r05p9(#%8a;QC%zGOAb#}MwSm}WM<<@#`L?JozXJqGT7Ulg{OpXJ1wZzLgtZ>GU5ad0^|Hw%c( zO*pP2F|9QjXcxqyT3D5sttSgHk`JezInXl&T0sn;s{BWXPcfCLH zP?fvjB$LfTD^0Q~!z^fZsRj0y4xrzDq58m0{LP#O0Z>z5f~Aop-#b=|B{EGuRaAb3 z=skkmGXVqnGkdBQA>j$01{~4Zv!@eAo5Sf%ulIxL2Rl2J3I>xj8@`5maR1vON$=hR0VA9i9FjvG4CP@_kT!tj51Ii5)#*JzLnO^QepRo>s(Ba%m5-(XC2wioRN+1 zEgI^H4234ceJi0b`!;j30(xGjaNX=hatX__6S^6~H83ZF`$)0@S+{PMov(IXY=0l; zuVG!^bpGr>vkVGN=k1{1Oy_lMmFbMp6o_tf@0XrNKzueH@GY zyG;4_7i~TIK@I;}H?3a#B}?odWLS^>#^L|(=jDcfEn_b`SIe#M6Ir<2n!it-NcBt1 zUd03Q_2+ZJhpXN0p7&6U8{PB%IaxEkC(PmfO1n?Jn_Z*U+lgH+#JpwppssqqmT374 zSCyCi&E2bp`o!$Fa@$hb0V6<}3x?Oc(+h6;G#jCDz4c(NrKvkjLuNFkZ+V^ww%iBu zV^jS1NRX}nb0XM!tb}o_-PiKtOi1d0lyGOqagkX=6fbPX`i

%zqZKT(fa`cei$Gq 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�@=yIG&%*$KqOmlLGYX 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

V(CbvsK1jHt+bN=i3llub=QZTvo(F$Xl-0Q8v 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 z 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/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%0AKniWPfgO%FKn?7T{TCcrd`jV*3uo-L&y9_i(a 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

KarMV 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%0D2&Bx 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℞p4$*L(#2HWR@O`rF3`wUVHTi2nF!@n>{@}8F` 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

8|W1Za_!)%>hca@Lu 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 -^3n^p^2j9j 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

f0*)InSX3ohXv@58`ZsK_q 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≺DTy4nKC)yL6<6Lu{pXd=jSpI% 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�J=$+OE46 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 z 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%0Ao8nvRuzN{VN}H>G@y-Ev5r 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� ziXxr!Jp#LPg4&Ywqm5|`$D8!Cv?tRBYj4dRymFKbkb0xWeSEd7X~hTABz%WJLByRW=0HT>HGotZ)1fb#md^@@!uoZQW&tQ zJJRQl-r|Q;&d&N64l;fG12R`iL3SNUcPM^;mtuIGuXpPuU-sp{s`BD(bHcG~>uRCi z$?4u-C(VpNe~&`SyB6glsiaahTE?zIX6E&?kOMG5$;GM*KvmeeltoSYq9GU~a}xd-sQRfn9C)h$tpnLb{-GxAs8dWFde%yLPA<_0Ud(cNSh3_&vkdW z1%SA~&s>v9vT5~ME22H?WCE)PS#nWe6&Q08|_AzfNIOmyT1(3}A{4{x)Qqnb9xuHq3Bhr1Av70Lei?Z%>IBqeg zfYYNZ`E9ohB+}ZzK$FK3YbLv;^P0&q;GyVbnm+}*po{jqO5O5RL(WEjObXEm={}2b z#e{7x(QleF%ON)Ek*?o)Us@~}bu5O`(cDi$Jrd}@CZ!8aJO*?>+e3_>k}$PA;h1gs_rh#e*Pv&K%MQjKq1Dj` z!A)JR=Xt*=^tN!{W^#M`7m8a;5~-<7k0k^>O)cXx#ojXy;?(NuSVB=koFyH7mr%+b zh3nZ)rr@+vyDW$!C?(xJBD9xC4WfnJzHtnHT1ToGD!69;hW^{B8O)<1YsOKgXM0-{ zsR$=$*K9sJo48=WeCkG@NZ2Zf32UE&NS>Y4;O zEe?9nB|fvy8QJBrF!6SmSgMj^!o(jdF?A)VITN0s>Rb}S^>+Ja=0^tg5&SmmHYXX< zr(QCSAW2JOH2Z3F0T%z@c%y#Q^P^rr;{1q9P4Hg}h*B*eN?AY*?j|XTRI$D^J!60F zOG~srRHcv(X|t>pC9Byl9GJ%n~!Hka32*(M%0?NuBE>J^EA?g7>is`w4Is z-nOlI-P5=R2eW_pTd^xi+2D@jBwjBE9~|mj@2A`<1$qSqatbtzCj&z|-@K*QIULB| zboZY04cld-o8=}?^JS&<=-_W>bN0EfpK*a`k> z4?kys9Q=nH{G*R?eLqJu0I(k-*!OTnJc#WN#(-imOv(@s*)xE#$Gns8R}lrvrd?Jo2* zNCy4jV?qqjD_p?zN~B|{3S&gUm6*{s7hsd>rOm%!GAiB#^Quzj70kNOowVbwJ=wjQ zwCe5I;UcA(<7`62`qpHryH%E0iuh;^mzrdjk__;zU;4~|&;OeM2k31aabzzSs1=6A zCr@ndNX_Irs7;a1RvON9@P|Pw?)D%08ID)FtQF?WRm+@Z+3e2<17-5QH0u|B81K&D z#XK?dJ(h@m@JkBJ39Na)Z-LIs@~iwr)wG%|QMeVhvGLtj~PxM#SW84}{T2HZ{8v%}q> zxcapqqDA!PHPyNP-ZVFdo-Sy0Z<^c&f+Oh91O>xtkF?C{TU_7!uk)44PwHp=&2FE8 zeT8gr_Q6g^-F2f)Yz6jQ`({k(9f=e-*=doOngp?IW}O5-;NVMLsKl5OxlVd^MIv=s zCHI+OB7Ye)O=5*1(NbI=JQ8>20xR2i(6GtzWyLlO9T>BdaS+f=l!|WjN8RPE;_$eR zyL5j9fY-GDQwA}Sie}L3HV=Puxu$%Ew1aytel10T0bus9-$rTuYBviAMbeaa6EUw* zM|@n#a%U2Iz?W6lB`;%+`f^-;x3Ze#AU#?2FwY|#Jh>lD7_i8jsj<4`>f_dyZ?2w4sPWhf_R_lK$2DnP7e4MAzp?f;WgtDyAa`!T#l2vM zWimv>3l#w23oWuF7ok^|+!D6?ja!{dCT1=6#^2^dzHZEgm92-?CEvg&fScrG7}$A9 zUSXcYH-nR8g^6=8vmbtvlQ>OiZW5Mpzh)+un*;`&jxPeG7dKd}rPigg|D^}?Prs!b z?6>A|X={u%+EHPSJ&BdO-oGip+v4tCu7$M~1VR`VC=Hqmr7;5DPEj zVsW5lL%pCelese3m(5NEOO}l78|nN#b;Y=)!2z>$33InKVaWZcWtM~c->4;?tp?c= zmX4Hb#T=6n&)Q?*gAad2G57r(ip?!3mPjo$y48~2rgWB&i+Hy7x9ZvGeYvW(aE8qy zoj>mrdPePIhncy&^_ zc7wKkw!LDkeS@*KC|E)jBc*YKQp&=V#u&edt!T2~rAkXqkKXTtvz@7&>E)T=-)`b8 zHE|H_Wr(S@&j0NuHgBT|nc-ct|68LtV1T#SIlTVg!NM`>-;8@|$AJSy4Kl^p2xgxt zM>yNLL5d!U{3*h%Fs@@!>7H3uQAa|G0@XZ%(okq!S^G!5XB>#Ems-u>KgKbuA|925 zkDnpYs0#XVKY7|KB&faTaKBe}V`S+Pr$z);aPu$U$#$JDMZMk1D(%kmNUPJ7;L>n!1v_s0 z$nLZ1T-ADd zj%=G^Y!AVLsqlcbg*81dhv9+)spuwgt%Jo1Az#Df95h8~~$ zp{6Xpf|#4wZ02NJQR($cZ=h>9U0at-WKD_)X-=fs1J^xVi2uvM_TRbKkPd7wIZKE< z3632e(z)fu%q^rF;5Ic@FQaE#d^s5Lo!+2vMrr0;`QOvy?t5My;^ab><1ARmjeAW@ zHt?GxEpq2`JQQIlt?eTWpZ~e6VcQte#bT>Z&RbfM4t>SVV{0tOO_)G8{#3~NAXs~Y zyhp1uKL!jvrIL9jSe_`VFVZoHs!}OoWZx~m;`dy|E(|@p$jhvTtL9>h9K-zz6!Pif zpy1Tuj0yc#A!6eBB+b5amW?*Mk_FJ_y;uh5@f7egJq$FTn%?!hPi{b>pfdRWjSBnk z<@xhkL^}!g|CESa` zM8G1$On(}qQ+aC!UD^Ncq9)!VH{SmZ*ObrV{v-L_ zoPuQYE4b*_Zb*FA;Ppty3E)!0Vl>WUkQ4D`v}Q!$o|hlH78--MxL#9MrsUrOCnvBt zl%*+nWofS06TvIx34Se((nn`ihDlWt&$x+Gro`%xXJx&MvGqXEF2-tDD;QqI?H>Z6 z=5}rQPBvj+>EmX4;IZ!$8^(xSz{Cpo#a z_Eu}$`wjjL%)V>DUCpAB38z}0Z5kx+Iv<9LXQK~1?E6imHL~k}mS^)w$DQY ztS5G4GbK`SvU>{H-F*aer^HX=qWyjpj`gO!cH*MxMyCHh7is?3SsVrYJ%0lD={TUo znxawx{JSRDH-Gr)1pAWmjbK}J)&o&kB>J%6I!|Ko-y~Mo!S3c`mgAC{3UOh=m^!$% z_}y$~?nl||CziNYCBFS>C8n#ygikARl1iLF2|o#}Wl+Jn-(jQs=lmjm`UkoBLE{Zh zQdYZVowrlgA!K!3!uN0U>DF3A>C=e+@adtvL<{BR!v##A#GKgmzKy|@Rk)=`@G4^d z?J-{1{quR>yPsDp>hbq(ovudTho_lh<{A&480$+s=1Wvj;^8yrA@k{w6r!o9lvRKzb)8Zc9YppEhEIUs9E;oKt7%s{wj7b)(mBGlldT zNLO|j{=Y@9j3Yz=y^2Cy7t$-j#zT%?FP*jvdPPqxpx15jUDK->dT|$X&RqT9q*uv} zpF*#X&h198VQ2qa^cr~OC(x^Xa|56DOQg?36b4@Z6gUf4N`*wxH)eYXkt_+5BAl39 z>~%^E8K@Q3#f(mpt{vpDdIdsJlb$L;nkkvJBHCpNu0O>WnMx6|zdg>a>q;!w%SvT(00%qBnGY~uP#R6lsIO{RwLcMXmHa@%QjaespK-*Q_>y7WeWyPG{m>JoU%?!83 zU&f)^-~}zSl6eqVtAN!`tDxWB&MJ_xKk)tj}X*hOllh z@$@?GDi|(vg>s2DDS-7WUB$v{bE17qTQ|IJd7}_k?KJkl>uc8Br{i_^9=Qo2*atdhDbQ`@<2;>?(&#)-9TODr)UQ6r*dMVTyV2<^=#)sEP)NF4 zwqqA{N5?apjha0Pse)ZY<4#DWQ-1f0g>V(SnAp$jYujYBorWF z@e!lL&y=OK+wM~7_rlt|(>PLCTeuYP*qxP8nw zwD+NMKEKMj9$DI}<`ry`$~Ft0n~C9ka5lOv$6ocHlK z#0hac@AvnteTD#P?|bk4y#LRikLK*X*Ziz!J=1#DvyKy7uo1~)E%XjSU9G&$+>5nO zny$QFmMWHHRE*1K@tHb5k6$Q*Nq7RdWED$8K{mhveALR5OvQ7bg8NQl9i__qrp@6D z*A&d<5{0$%*`q$#)=z%#rrgG%2o&n>NdPP2cgFy%HHZFy@_hvB~_Su@l!eKAG90pKmBiA=Ika6yn}*oz&>- zs85o{oZ7yCzcwmMDzDLMeeR3a>bXwOqIN>sp==6_@NPb?zQ$YGTEB;)bm6=_Vx~5X z$2X^DH_dNOoiMezYsulwUCW|exZ%6f7{>(P3vEl9KeJCHZK2X)YcEggmw$24GDv(_ z#hNvt_oz9V7}h#eTMj5uIiLW6lK{Z6aKobj$uv%@OmOZO!WfNT3(R@z=?(wA%fm&~ zAIt5M7_KFA)k9UK!L$AympDzyMeSNFKO#SLX~2GS7Yx??2Ly(h4dd7Q?QPXe6c~s1 zK$UlGuit&#x?0VN_H5TNF@~Ff*>F0u&veu!5VMd<@ z;R$#=vliE$I_)$q90pw4m*FPcaR4(SjRoiYWl?R9OOv|ngbM8m)*&qd_&k6DAxgpIMZtTEQsI&!PO zB)SF@>AZeP$NxFs`^W0e9>v|QP3#(rycKI-Q;l$59UF6RhWOUG+xb7&@AW3ia`&bB z$MSN=+Z(;hOo|hvC$si4BPABS{e<89+~DRv4Z^$PGXa2B=p{eGh2IzVi#TzEGz!1& z=i2RfGwpBiyN}xValnqJf3biD$L9+0KDYpH?;kyag*cF{*b+d~ib2;P07rPkyR9c4 z3H&kZ{I@syX9XgtEluAzusTr}OIL8u<{N(ZLLkU)BE2JiRENmPlXw^s18P`(x;ZzW zqT2x28VRAQh7#8nq3L!0lP|Hz2M(BP4VY6Hi640d*d}H6+yHQb$Jnx!=`3nuWk(oq zy~ABF0gIkTCOH+=kuH`!Cw#XM`n*SZf5W=~bGCaR@UnYw*R+xJW4lqqz|lw&57(Ht zf`O~reR2Dl)4i29)cZ6UcG;X~JyHaV%cHq;0`CP9U3YYp0KAbG6AthJ5Qr3|BhcuP7QU6%y+VF4>e9W- zh-RPov_4)GejLh2zk30rT~M8+<=d>POqTh@Zciq6H=v5l42wLnj3OcZPf;?p0ISZK z5oOsg%yJW1;;DJyTsdn1N^y65%)881MK#N@zjI4spF6}a{K&ihn7a$#QCO-OPzHS7 z;zu6w$K2*VS)2XT1^w~V1zY{xG~%Hx z4QPFXpPEuH?~jgegB4amcWpd?RQmA&E?o{diEA%+1$9^w>LoHn#bI) zHEgT5$B9D+vKO=_X|(=)T);be5?6yvM=cjl;oc=b&QZ*-x3V&~OC3M!(qGKAzdLBr zNSXdCgbnGb50k<@ag>2Wbi68ncTerH?ESf#J;Lw*aNlp_JLl&o8~?9lV;f@$r1?vY z0Bu%O)V)l#raElz6bN=WSD^t8MU`Kzll14-tDQlh4F7>IoL}StbZ3pe+GFK~pz?Rw zpbY7-5QR6|d*v@iySg^#ll9B0T`1|X&1%h?Ara#i5>M(fcY#*%{w!Lx=B);|itv;t zc3beB(*|pQT8rqQ*2%Z3Z$4AI&g>Mg`f0bmay1Vu)Bd0HzBP4^lEjDv@Ni&xZXeKHC^Id64$WqmQcQh|aAV8p+tg92g zcKxTUPTk*F2PW6obEA8AWgRsl-u+c@vh&L5Yq^>SFQL=oE8n01hX}HRn=J=JG?VM= zxtdL6vBMB{kWTj?Bn3XT?o~(8njAUj8RaP?<<(LA978f*9gXT)BplSy|9&-p=G5_L zu47zfS}&s1{q)W#wcyW#!vRhkL-I6nei}VZ{uG)gOu4}U-zF%(yI*opt5?hzjCmV* zjJfd%`ZA|%o7>GE2Ql)uo8@R*@PJnLexdYsGp~IyNfHPlHicc*QxMJ_-x6AjkLg_Q zJSr#*p7%N7yYVsJqv5;pG2S&6`S@1buj5c2KE92X&+#zr!1mj_<8rEh1MkzjLbfG- z6|diqZW#Nz(pVQW{ds2E5rsis`*&5t%E||Ks@s+*Tto^);YL!3pF|lE1-EfF^}CiG zqA)1@9#`h>sTcFTKosT)Jl#tn3P(pF48FynQa*Zgz5U`pW52kz>6gW^ieLT1uYK*_ zXsZL4FBy^~iYS<>5gsvb--=(XwjU)d(~MXnN(+0u$FZx<;$NUzH7{Fv$P3o#FEz3x z5dYVqe9^L*H&M&29zdxgX;BZl8&a6*bV;w9!!+6oU8A8!Rsrw*mRLDC%)8ZI!}>^0 zs(uF2#V-J&KKwcL4HBX>_Km*5{D9D!%;2Io9iCPP7x0uxv#`0BmnD~3ZjWEQbadH7 zUFm7^LC5B|WgdYQkg(l712IFE~{R7T- z+v{ScnU!W;<4U$bSd-c$-Qi^nJbfHx$~d+{)ot`@EK{ZyhkXCNrmjOyL zdGBJj+0NCiPij;h+^FC5)S<3t&kVMn-LU6&JsU&MvY(TOf6XYm4-v#zt}5rM$~~## z$FlFIYm$_;_PC#vBs*zhqL?UA6^plVfV}>Dfu8lx!IaB2_@DBgt0})o+m04c%b@=r zCXP%8NqoGCphHveG&=W(n3p~8(Nk9~xI^`E5Stx;8u!6NTyFQrzwFoVDst8Q(xDI)Gif(@P z@GrOHTCXtq+9lNq8V-ZyBzsRz-7oxXGtE%PJDjr}tH z%fJ2YZ<)RQp(U@3C-q)1<*Tr{#~l`mOa$ZqFcw0 z&ivQ4$i2E$6g;OoJFfJ;&h&!Zm^G5*dN(7MZt}-*6ZqN~-AzrCkg&zMjF<(2j9hnCHUJ|*oPmni*0yRPC_|BPbipVKwZ?W*M) z#-&z$!96d3kc0gSB4vqT05jgX)$9B$kj%5x0T+gP?N`D}Mf>JSpp;+~e19C%4e8bw zsWA&Ig#$u*KkL2CVA4_PVTVcX=uwyGzDT#;)vShL)Eg?WP|h?-C63$dH*NHmFH>tI zw8hSPUlr+;WP}JnMC(QE9h?9SBF|`Mtq?UjK5(106x=?2kddjlZ@zE8dA|*e#MblFE1`Vm*QtxElnGf)1y-m6xIq*!ag^ZFR$=4VYDklxzFZ9{ zlhximO6MJK6)lAx+4;2h4)QuYfrwrUWR@t13T}+dWjZj?suRZsOX3YCc2f@Z3wmZG zkQ;{|*0&_znsX1a&SR-Z>~?cLlzAN|4N`ycs^irxyo>aJmF4^TrQr2s2p;E7>x@)r zZ*-DkmY~&`tNA9db>?C6Hfo@$=ZtaF7>=d7o*}G6d{F}lE&$OjsH8QGud#mN^>c+C zE5errdeP|$rOdNMz>DxkuFO7cdIP_bGm##rW7_SGg7MSqqmJs)=4RnIZ3g5+zF7wk~{G zpotW+DrKHt48NGU&3qIF2Vr7VGOZO$HH)Iqb2OsnhC;8agckH#y(c~pt*TDMAOsE# zoR=!Sbn!y0jnqpTl-D^#LJw+hdo*|0i80l#_vcK);Gitl|6KXs5_fBld{#L%7WQ*#8uETxNTRLPGegK z$4;)Qishi86w*X*RJ(bc5ST-pxaFRx$ej4fEjJmh8^9Q#H%;(gshB?0w z)}#enXi38j)At~KMWl4f61!%GAUw~%ij|;c(D9D3(hm+wd_`Thb(RiSX6KfY=HXooY3w`DC%zr|~h5 zd_n77ALeZVAy-FOpnB0o5p-q+E|+a=G(%4u&2krX`m@ zEf~@jEn9maC_z$YB}J7gvyz9-Wc_C5qX-Ze7J^{vh7*E1-or?>jp&0&KH<-%Z?wEO zQi|NSc5zaD53Pmz#!(BY@iMh8ap9IKo|;z~4^2Jqr~VmCI94`G$E-77ww4#rvXqb2 zXc=}L_pLm%q+X)AKi?=%_)E`YGFZG&Pb1+|5ACyF%zD>)Q5W_?iQ&bUYrqWY2?Q$* zS$cNLpt8&h^d?uc^<1j6SfxZf_=@3@WPVAwYm`Jx6$^4&8_fTXi*|6`SuV~(zOwTl z9a@%=>PZ|IN`&pG{ov=naQms>Eq)iK2Pgd--*I}i9$C&4zb*aG`DA0pJFs<+_N@mc zK3C}RiQhv*kx8yV#XHPxf=(DFo^>1PHyfnGF~0B|U;cwH;Q$r}&vo*{rIdsh<(e>B%xKp_ zH&z(G8|{PmzsgZXjshTz{U;v<5R9seeg@NUBQGTP=u2cHs4wai`~!$7?1i^L3etFL zD<~9Pjn1tvV>`OP^#R)DsUs^Z`0&v|` zn;ZKE^jJPH?C)20kOAyoHEdK_M&W$AHG)0O+V zYDVxSj(14)ts@HMxi4O2X&KF|@{ZM1UQBcy`l?l4`6s1uwcLP)XIkO4&}7%>raxMT zy{#kZk6M!FRrUfuhu-FL%%K{Fbmq=lu*$(EVVRB%RX!a#foRhVp-|hGUEWBcHgzpK zrZmfmF3XZab!bds4|6pOn3(*~o_+K9+^yAxL^rf65WNaB=N<&s^rRXMc6V~;#-2Vf zk4v9l&e=WHmK!^5N9ox+DX*E$jooiY>6?@;Pp{nA@*Sl=pmYTT$&GymqEymH*Z$v> zzNe+H-ckCRV*1Z_lzzL?-T2yfl>YZ(`soAHi}6C*3X$!IE;Ib>P(deJWKFP>Q_|+i zJlcKv2k4NBmee|0an>3nlZD>JI_boMstQ&<`g$0`P;?r3EU#O``)fnt%fw4W0m%bk zIma1P?VPaMs8uV8Pyr;(&#@{P{oyB63qc60jTWl)RqcYXS{DZI#<1FXuD4xx@3`8Q z)KXkJPqiK{Bnp=?y?OWv3{mBce6c$s>i9CNK|vOxda{;rMxNz5!vpFDL*!we9;k8_ z&X_J%wnC-Aj`shV*irv{$e3bt?P0G^>2)}-RrdNIuP!#%c+?&BJR1CN7JfI7MtiLb zHtokNJ~tPTHT*a)xcdsIAPgz5WjKa3ku369-{9Q#XeHjY7}klW=l4hQIE9eV86C1M{_UmJfy&UxL8ecpXpMDp#T`MI$Vxi9Bifwk^smXbxkb7TLk zFA9~!X`Jqb)w!`Z@Il>h{mZI*omUtuDeeqWoXYhS! zFUnq+;ruhsTy*L=#SCX&WEm3U`^syxi~Uve7hQ1Psb`$Igd9GN@O0McXZo~6Es0@$ z<$GplBdWBW-g;sz^%mP3Upk$owX&>P*L9cdWL5E*ovhZwSWE23v0U(%BTfLH`^txL zjT{@(7qbtii~KegB;eJ3<$GjbX}&{sW$&3W{#mB{d;JKM7X5|&u>o_Qr@sW}Ccg`> zQ+gA&$QetgjzlA)jrNcx2v&O17k(jpg5El(>hTkt6X-0G4k{#xW5-jk1wW6v)N!%& z%m%HpDB0c@{-_4=?x=D1;MQ?&b?qnrrM~jPjz%7LJygV8%GA%$Ut57beNoo*Y$)`k zV{XXzM*>YS<_Oo~%{T->ccBl&n3#wErXBLwh8Sp&3v6sqfrX+EZQIZXNQ3!bb<`)x z7f<8Or{f+~I_`miBcu;3$Y9+fH-eF>27eSf&gq<|gX&Ma?~i51pqNO5sgf5Lp3Iyq zm%rw`(r_x&&kD}f900@2L?~d_6gz0l{HdU^DR}Y}35;c@6_@BI&u0mBWXzM@nAKQ% z(s>~OkrfNm@tKD0r=vPp!(o#hPDh=ajyh^v{WCWm)h1sCSBD6o>1fPP$7H4>x&zw$ ze?1*``lhOA-_m?czOZCISTp(gNRG|VM_o7{aM(gvr;nPCA4(A{E1i$(VC7HTe9S&s z^Re*Mf%745hJ?W-y~X2DcLH|+k!NVzABXzpUw|H`n9!G@gpUS4cSkr9pRu#!C>^h( z3Ub&zjXOws(ywlDxv>tH1^%_}&!2rfVS1N^$PKi!t)0PT=J)e}iL@3+lS#)40?qu)0{ z>2KYOzUIaryPycH0)79j(#2zPV95w}a&2@5RK^{=7bp)vPcXw(%jNnIAt@|lZcH(&N=E0NBITNjV$JuWSjI*1OXDc9b>+2WKgxV?k{{VK+ex%I@uGC;VKD&O?I`*^?1p%H*pOI`ojNR( z1h#x6`<3SQcg|1D^>G;U37+LQ-M@GluF->do7oUe<`RkVw7&Rks;n49F3zwmYiLex zJvXtZ@*bm>*uYkoW;U!Clzivh)`PWHs-%-=r#Mcy&))CnAXo%d$EDE}xoK4^BH5i3 zVP0^#XcT^>SHK22gO7_ z7XI7_u^4FGtwvz(-p^52k!t05L6$}cyOEdS)lOR&2B|Ix{>h6WBg!r^@}Hk^#JY-Z z2VZ%{D0|`obRkDXILaDDi!dV6Ko$_-e@^9@uIh;Yah9VK`$}wskqtP%nynA@oeWWi zbH+iI4CEjMbw?c?sP1IA=Wjc`rN~4!O)WB!%RWNG`3reW!}%F1N85EG-Zl5XR?u)> z`cjb=X^v6-`u!CC0O?5!{$!@3TQT|isi$l{a0tlNTz2B-BTZ{Cg{iQiXzpKMt zeny%1tq%aTla}Q}218jE&DDH~l6XPr-of;;Ik}pn_1-;uUcaA@^3#l^UxPHT&&z_<3h<`l`0MJc3yFR_zWVs)_m7aURGsWzzn z3+7C=8>_-gx^snF69{xh_`b;}Ai2=YYKpg%x$;%Pr*5D;*tXNL;vol;NApz*e*pBl z>2!Uye(s0{f9(;~0ER-ic2u0j=F61&LE8GM(#0g)iMLkkk8oOXIECH0)b$t} zbH_WHyp8YR_xLQDd;znF-=OJZrZ;g^8_nyNB+GA*i917kNU}cZ^>!aJbj8hD4rfyw1U-vbS8h<*1W#{Car6uj6-CC4Xw3=OZ6B%=aF902hwCFJoH< z0Ddi_*gF;xSxtV=Dtjk_tGzX7m4nLFoT;f|J91LpPi4Lx{>7{H!?;Z~zuO#fMxH5% zGON7;lM4MI(iN|-%5+mH<%dRyhQGlt+ z5{p&gp~D~9?}S|9YifVc`1R_Ku^8W*f!G3Dsvmm0P|KVCnxC3e742$df*b4vTYC6@ zIqls{um3chIG*Y&j5T-=XXb%JHTYz2z_ zCFgG(ivle$cE1HJ0~fkn5WMasRr;KN=W5{0Joa$9XI6ya#il0J{q~F5!0D=}Z#L)I z%w2QXDKdVERYwmwKW`|4XBtElrybkEGh+yV1YI%b=p%rg< zU+xj;>vA>ULznI2@HQ6FI;?sMw==5CLGtvO z6`7~h;gvHZedQ6jdgeRy)x8e#*G>~}gbZK@yU2|JRL4Tm`_y2$4nbcbvZ8!0$TMWb z)@)sn+vz=p;v!7r4-KKg*G!{o@NSWebSlskjW z>1L40^fLzEyMsX-@H#+%K^Oq!S5O2%r+ib#_hc@#*2%;&=*=A7SB}V|BLxh|d;x^= z-RIXze5tdc^3b3`>x;9<=;m6ke+Ko=sE@?c=hioKlBY5|Dc0UsCu-E-cDySE?x^^H z&dgO+bAN1p?;9juvzh5rUtFNztJrZyHmfI&Wk;6Qn!AV9>jLfa=G5{0-vYL7>qQZ^ZfUom9zpiDf(L)J#|6pWUkojyyS>_DBrh2EAF$%B!c`EPC z3{I}^=^9pFfB3K@6-AnF2ZUuAg?YA9#q_zl#6H59>O`su+p2y0acjNKZz*eo#@Aru zJBs0zXXaZ4rAW4FPFdNCL0#nz79*x{kWzQW3*1d)MzM{GWk71oBcQduF{t_AeP~Uq zn%qKQUrXqHzB0UW^=n6qiY>0nysbI0o+1CiX(Kv{*H>Oa-Bp<|9l zW(J$;)wrKJJh?sznTdpBAJlC0B|E7%^Qq+e{xILLV!naJ28G4Sn{Q|B(SgdrbO@Eh z*0sqDf1Mq!P6aNKXY9iN5 zV6r8I%yTTp4h>J1I^%RE#-5@e>~buZPfG8rtV5dA=3&j>P274u*sl*!wrJst2Kycj zpSsO4!)4lr51HYp)c!{RCV^N1N^fbHl-dF zG5e(Jwz#yes*&@sRnXILZTq>^3Sq(4)?Lw9`&!6z2kjw+R@CR#5sA&a;s>A%%z4=F z#X!Q~jHI&wS%lt-NG4!OXb+5A-&ldL_`!*B$wSUd)F;0lIWsXT`Sn4qiQ44X%NHa* zmHc|e1&LuRc29o2@(i!z_Y_>=nGKX1XEWFHDp`4s>fwqd#)>P;;KW|tkqMQzeeR^3 zck>r3=1-{kvpqgI^v>29E70jq4&`E#Idr2H@wHFJZqWYTV5`mRTn;F^XOvB-Txum- zsATv;dt8q)zhuSkR!K|ht&D^nU3ds-1us`rWQN%Xq(fCqogcV56XzulJ1?;`xr_l` zm|VsH&q*$0fM+I`F~Cz9;Ihgy^0g+8&iqcZ%3=DhT7c;;8)Fe(c9dh3whHZ!>HVMM zvoXq7H1qfjoT6*TyB_Av>v)t7nYE;H+73$Nw*KakVd?8#X%v4Jil2HhS2L6nD|Ycy zS>e&->^_BKFPsN5(?USm6~lxNll6xH*sn-TpHoCy-Aq;I-F#(z2P2vfC7<4XWqp!o z9-~usPn;HOdfDrggNUEL%@Tr(*@ls)l5)urtBYUd>d+l3as!d_B0s*seoy8$w>&O( zw!&aCZ}7cnuab1-bzNC6j}Y%>Iv}@yX-@M~M^=D1(bP_Ih1;mgc!ig9l!TYA4(9}A z1c%l(C<9A*UhwPPBhW&2^``9Zb*#3}t@WpM@6vrjxd!p?d`W$&Jmsmn1<*Q=JycI8 zHrJ7&Fz{+i{%%S8bvND7-1WSw^&9mIN;de1f|p+Bkvd^O%d)h7Wefan&j$G2M83KS z$;4$ls{}@gW02x^{sWs{GV($Ig6n!j6jwK|jPRDJGdNGptO#=i7xW?%z8|)?K)qKV zgWyP(^vX!4-%`XE8A?Nm_%lyTd4Yt5g=8trofMaO;>Hn65#%+1uiV8fhKPCEMKY zMhUaQ!AR^>*hPNm2_+zDb_E=3TcZwcz2XC7m9+&{S*J6MA*-B1VbQUCU*~eoM_oLH zc%tLGSB6;PSNo~Cwb_fI``>+2T7x=@c=)YdBfwnn$qt57=z=e6bLPjkxo+0zvKbv) zTI-H1#t&`HU(C*N1sm1R$s}SsmzJRq4LFvGycg6qm|41Je+&z<9RX0Y9ewyI`U9{j zgeT@I0hfPCd10p3Wp86GW_MO6`7O83*8J@XaW=OH?#F-y&RiV-MuRkmgBK|-u2lqC z<^evDhq=I+ktwWJ6I7P@Ccic@D&Pk3fL>JUw-{zQ0B zpcOd)>^)5!b}DbiVgLWiUjuDD{J-O`FI-XJubb`h|AxQ*%t{)6{gFNXzvZuErtgry zJ~-`P;;+w;O;-6*?hJpuCSQ7c{`xDDK9;|BDZ~FXf885@iT_XY*CW0Ecl>qtSK+U> z)O{R({m);O@Ylm`*#Un|<#PnytvlqeUDN*C{Iv$f?_cGwdp3V8fBkauO0|8l7K>l3^ge|7d`d?Xd7Y9bu>R#OXO*GltU;n}{7tkP0 z*18(gcJ_xVB#Q$5!=fO2Q@ZAQ{1VisXmH=3ol!w%cLc-g;I~VJxat6H|5R;b7Tk>B zKQS5#r2jdUdFl+U0oB2jDGU(^^-QY(Cxa^JiMN-2w`>U6kwGqz$z)F0a(p#D*AB#&*9gg&;0Mg>z~gJ zgxBYWd=$K*MwNtL=ijsqyhbklB>Xz+&;j@rZ*nlJpZq_KU(4(Ncj0ySvjgEZ2y4oY z@v9o21h*a!`{TCoTKq}y+WU|J@cIp8M>zK8=ePCeaDEKl%E9eDZ?f~@ZVwIEFRg=WmB8mw2cKX6XaIbcVWnK6%g#r&jE_#e=xgG`_`JoEEp_$eorfBPPRr8d)r=S`UK`_Q!t@bTajw4RtykZ zJC{>TsG(DF3_?0ePa5O$y!(_%KDnA+Su)JB9?AZ;bpJd$ z5Fa$rSbl%~g8}#uZu@nTXzS%n=IQ3o?{JowE;^`{AjyXHHErMCwLxJvx& zU{ZrH=?*)nr_CZT$s?{m){N~iDf^RRhqkZc8{1S-K^2)c=PTE`MW3IlA7ezw?!g=$_2j_0-VX}q=8&G~UlK&grrdPQ>@6<;<&#RLqcpxp z`%4WhxT0}gql4q8a8$m&xnniVfCSxh?pBL0NsA%QLcPs$Gxg7@j&(zJyj1* zthHU3WYglrUo+P-Iy-%4r&?p}Q+6Ai_+@s49RRsS=0^AFnppR+VcjDp)ZDSBj7c%= zv#hem^+O-X|7uK;K%Ek z#am6Uyw3f2OI{Q?)9c*Ro(7%nb$a$xzKBRB_EbUYdsx$x7ge@;ov-nf(QY#k1g6~F zv!6hq&2!TQPP2}%*<)lP*7Qp2OfKhyDzQO8HmHWw260=6M|OO1;^=c?qD=f%IG(1b zPXA%SqVQ_)(v42S@l&617>OUq$<2lBPt9lQP$wHqtIj@7@ydMh;QC)t)~cPN%a00M zhwj_2K+4ZQA*7_sGJbyt%fBTRbJDZc%WNC5jd2&P^dI8flB?O!s1?(nIhiyn8~3=w zaBSRN327pudEAMFNWF#mr}{ zg2G~xFCAFaHN6-&L(Li7KkYWSD5CD%|MF1btvOD=T=l$zkv-RC>E3eI15 zkyWd2q5h!lX^Tv&@ukXrTaO&l($#{CwhO42f=$~dDuhSD~1NQ-M*z@YK z>e%L#_B>a-VxCeLP=2P?bo-hp-WDv{pHn}J_V}{g-R7NT5fI`p1#}n;*r;L zPm??&GNs}cdS2#D>t*Lj?z%)NUcpaU=1Tsos^yPcsokx^wOd=s+}vh4f?xk+Yc6}1 zHVHu_QMxfqaxnc}4Vb_qlnm>NWT(ZtXK?6ut82{PzP0R_k8SGG>$fU)j&;oI{4wM$ zmQK_u?zFm$`MceZY|L#g*(hlOf?ns*jIGe$7heZM*a=cCit(u)mX_cg){)d)3T7t3 zMJ!kJjH{HNk$s=v49CQCrG@1L*{SQX3(axu4bA0mDh4!W(3`p{AMKOiw0%Z2-I^jd&t3@*F;;{ zTNWjc#+sh+I^G5}qDg)+j8GWMfkmYmh_&aqhLQ!BI1W+u;73J*YL4a}K=b7YM&2Ou zxkj7kokvht#)9&&R2X=EN$KQ$dg?ALzuWhq#&{|lEcrPE>Qwa){IdQ9$J#vVq$iX- zS_+>#z0O}z&QINI%_x>_W@npHhg^S*Ajb`k+*AsUCfotM&fRDsqv#hUa3W=n*KrQi zP#EawMu)pSnD;#LU9XOI|H(iQr%0W5&FZd`C9QZ32#fv+NPTNiWNS`>4wRm$|}lyyke4 zq!aBC()^Y!6c=POM*s$(7j@8^@zKyz(^a^UszT&z>lw4d0a~TZGrC5P%Dv7%8M04` zxn7<9FumeSSuojpwI*|?OCRUbk0c#lv$qYuFZ0{5e#RR{`JgdFdV?5y(@E+QEUUb0 zfR)#Ir_KM=PkjeS?xS|*{kuUj^8r;Es$?510jm4*RVU@Ldl|radsJ`3Zr6eMFpZta z;v5U1=LCb?ycDoQP1kxI7f~qnu%bj9B5*Xu(+iPo4mx8Ta^%kQufpH17M9sMvblX( z|DZ+vvF^`nA3VT0d#mxg=G?>Ce>z14Cb#bZYow2u#0G3Fbtwk`W~Pe$O1&sTz}@nK z!L>adceb`lu$rgkxIi5B(3bSq)R})Y(3xGl(bI)1chR5wTI-sT`})fhT+%(UUOnQ@ zsBhF4yF^45t+&peVsov#59k~q%GF##&1!RD3vwJ?VBxfWUAI5B3EPvvM*W!HlBSD( z_d&DOk($zYQwsm4{)~xrU$QmUoq*L3xb9$+0SOpA0u3tZOAS6!&J5{P0?xmET3sPJ zjT&uwMZHhb6D>7+88Jk=oZTV;BRsyrj+2uQuk*Lf@L_g>inA#{xI5BL-@kt z>Tn^5p}Gs88b^E!To>8~t=Ac@n~?IHWp_E_X@Xo22g;1-mBg8D6IM)Ct5}d6eiB-p^-{;hi{Qf-wn2x@d2|3j(Yl>WNpEP7 zRzt*!$cz=>g>cOEByI~}35`lbW&eo=);bcUtNh6H z#Pc-Vc;uCEW;t-tMO`uZN=a@k2$n6F0dQsChrs@uaTby6IY9Jx+*&g@k0fn{SYY8f z;fq~W+Q^F_vq0IR_TnPv#+zP5@e#CPD%aDY%rC_Cc`@7o=6erVoIYqTkvv!PSiP1- zcoRDSnW93D=`5(q4rQ*Zh3{j1u)zPw^;dHZ)np$OT=oJkZsn;F)nxuMi^-t1J}uuv zKRs8p=Oh*URN*|dj+|<}@6&!U;D62Uo*?jN{O*hM;D0##n5r;mryY(y+fYPQ<13yUsUvkEA{^D2mpuN1mpCb;Am{v3U=JWzqTdQk%+2~oYM zHoeeOC&kOltcQV?1rT&(wS1Whm zx2AtXVv(HRet&s<3_oitY(o$>3pJ=2vq3UOEBCk`{lixf5cAZpD1*gP6}bL}`pDP! z2bgm_vj>y_c-Qu+1L76IiFIXV(LYBN4$B%^7~D)fh2%p>R#%pf3cC^(+c*4v zHs7Tn&e4_BG=;wv2Y3dwSIagh9h@AzLXQR}A-wcdt#)Ug<_7G_Zj+9n*wb9q=Q1n| zMyh86>YhV}Xw@2SY{`!&MJ4L+10zw52k66-g&(O8oZ+eUBr`hgT*bEnRhJGdbBW29 zW;1z-S&j8RJ9w4NE?C;2DA81dtfN^63cRI9zJ&*nO4VBMG3V`kJ_n-$=u%}ovRTVU z9XI3F9%>W~qcL`eit{ho0>;$Il~ePtfQdc)(qHP9NJFHb=8WS+^F-Vi#L}lmh=8j7 z8w=2&wM31Gqj8jQ%Crdwqe1s_dFo4aga{^8pT>Yvi-78DYzkvaPvWUWRc2Sj?NFJ+ zq_N7HCwpDdA62S)to<%j^$PNqsOs~IsydSRh;|uScl(}S)YvO;LBb9-_VqlWWs4wv zyvD8^LDjB=RLg7ZQC8TiccZaijc=fUx}jKCQDb+Fg&KQlYagw#TT>%<=Q8@+T*ti5 zQ<>?!#;!`R9=9$pu^uY`S|f0rPMCobtN{4Y;JcyR5S4i77cq>;y%HTdW(d?w9lE*$ zgoV~tBhb^0)|jj$X&1~exGU+Vah|G!Mhp8ihaDdPRSCQ(#V&Ai=EUt3?>4V9x_G3pK_VMQusDN)BX5O=mzGE^qX^2adAg-{@W}^*=VKLGzI*E|Kj^m~#CB=1B zJD%Qaay5_aBg>zu?f7EGQ*XsmPqJp4J5I`F4p8MZ)ByK74`3D-x>iv%xcj+}AJSPY zqW{7~X4|)&NG-++uVakWgH)u+#YT2p{q=x5(+y`BNbyj_6}?&6@Tm^Lb*{7_76^QkO8z9ugOkNI&s}dernF{%Nsc+e^+JtGDne~M?d!Wq!Uy{n*WUDp`^#m zH9hV_rbbT6J1IMzCRg*}UJ~xmwu%K}O?P=6I)I=MA6~}|JcXv0=_wb{Ii8wGC}5~w zM}3l1gQFzGE?y+yIoaGtaqzoG{+JfByB6sm@*?uvy~uBuIQdN)8}hTnM<<*AJ^L7p z102)o*Xh)&DG0T%)>>GJ^rSOPn)X@C2<($-!-*~J?^HM~vZ{4|PL`Bo%mFj!mbKPe z-9BsedUY9~%q7kZ<)-h8F{OFS8hn$rD5$U+QFx#ZnZGh`!=A1kD91bHYG7Jb|SAezl7!mrs4|C+|7cuPi}T#3YnWlFVa)rTz!1b zPQL|T{&oStw!ktw14v052o(dR4XZ=|R=;Y42R4Twc4`69);sUgctk@oAM#|HH)Qm- zWtfjnpwWFVWmb10C3x61dXtv3wW?lPwVIU9NpvzZjX(J+?o}1L8cD$r1#JQjBO4im z_BgtzEc0(%b~>=SylErzE=ffKAd$GuyQZQ(v4k$wQL!}=9P=%MLq=|X#aYy7inAEX zOtY4WMq^6`d# z0JJ<4sHkTJAR3AOg3`y|X)9oUPiO-*xXE^28ysN6@5_iu70b_vN;7Ta6fFvygq_q3 zOBHR>YCv2yRjq-SS{1wACDbW5hQb*nw4lS~P0%yu=viEjw7JT}I-S81ICDW}EcnA! z4N2LPO9_rcLu3GXZisxj4zGXMt&6Cp+>bYH73mR}yZ5OVAggR@u;3fC_Xw%Ylk9!7 z>6EKEayO=h;LjAsSR`X#erCMR!{|wv{|%d!L7njwlSh#=t3bTxcSSpLXjw z_~{b@A(YE{Chee3-NW~D(nCNV+V>;-xw=^aasDYYcn9 zLfHePyK6q?$x^UYKqLhShw=uDbwl{EE^k;+jw-!uCPlV{z;f)y%_GjfAo4B~ji`{U zC=x8|^y}uP!z??R5@!?&c>xv?4nc;yV0g_E%G>2M60a%M2P=}Au|UtRZa4o{Kl3j` zgNviJ)Se9EjZ=QD9dcoeL7U!qX7-{yxrfREVb*n zZ)z_au0xlK{4;%<6Ts)!B5nPSdQ9aGKYo#q(p&fR3OfJ1;I?XX_)mqJd0X&Xy-wC^ z0nv1$jiH*?sUA7>0Uucvy4>cm5$rN6fqZT)_bW66;v;(GYA#e6;xt(qBl_Esm79e%L_g0sIF_{o@Gj zF*rOGtvklhe!sQ2MEkXP6GI|hvm%+(NtVBn-~APxL>}sOW*DAs-kDH&D;xaS31(M) zZureSdMno}c4+6{$76t14s5)%@;>zlFOHQArx`3cx=hBXfuX zawq@_e0XSLU%$KBpHMT`s$EzW{oJJEd5n51xA;RJ@j8Aa5L2h0I=Xtr@U9`5+YII< z6*MI$pO%=IY>S+mI5^oh=xd3FWLxg)pTqjo9mODmy(Kk&ONzqgC?<|+m-h2rA}$7kW#h2VMCTd{lB zknDjJa1qRy5LSX6Og@@?@QUWX8D*@eQ`k4Tgt%v?0FSMHyFwU-9yOT#YRYdFVdrSN z0m}r|wnsJYO>*5)?9=rwGTI{imDww@$Y@W30M13T#6H&k5`^UuqS>m8yS3wxIVzq$ z=zONU`8El4**$ojYp>Wl2=E^7zJUL~R((|Z!2SK)8igRQ^SXL9OE4%XAELPVwO%pY zfy4H=!;{}|!pVH5EwAG{R%CUy@-IA4SbG;(6fH6*L=oI-dd^#3L*k6_xg*n4a3CW3 z>(jZK{i&fPLKG#)oxGBEhtr*H0D%n$5D4&vdXDI;IP{S4N(;!Mw2^UJ<4yhE@>f-P zIZF-bYc-+>5CY=vidzyj5hQxrNk$@#`$4#Mykd(Z~d@2_9USS38tW zy-SsaR@j-@CYs+QQdqeSgVejaMRanZ9Xa3>c3YLL`drNj^2AeH6*H&(uE_-?&_P^A zYxa-kRRZ96E%`a0a(#trE&0gTKQ4 z2Y@=eyF;Zt{%ojZg!{Xi+nsd=g0|{{lXo@T3y!ODAtiP=+F3gb4$6K|n0+kS4Iu~O zBl1!6Uq@(;ycw_f>4UNhp+DY?SC35ZGtNReSi~tqyB#QOh&NNa7 z4u_c`{=v`^tYa1mYiN^%R^5R$NCV#CH1w#frXjQ!kg1`dP2`ORKT;-~!&2}53t0DJ zFy&Q^-Ucjq3JxEEb+~N58w}5953%l9u4T*gYpsq8*g=JvZ}par#YLcX{`dz6?zbnW?0!h=UViRQ zziC6__3X?$4guS_^Evl0g(8X1ADON=0GwI;%jA^uLlXb)kIj+ZI-01G`g#;!@9@4Q zKV;kkE;@`(S){P}&ERm=PGzw$zE$XTaYiT-ZDJ~`iUcG#cIA-KWr?$4Tu<;IEc>hI zh^-65vTyNOT;X%_O+xrokPT4lmwb+;4y9$$!mj<0U zN0P4m?w?pNx=~O!Toa5bSMw`WTW@ER(Zc>ZP1Tm|ZZt(#g7?b@&d`AQ;odPA=zDHz z-o<#8_44!aoOi`Y#>CzVCx(6y-yU zYYeELWsm#Yn9;JkIsb*oLy)|druV%oIM_p3*1%@g0MTU~ykBs!vj)KXvjuodjocx; zaTC&l@H%DMot>VzZ%fmMi?2Q+Ic35jiEf!MXK^TJL?XtymU8|d{!?6<6uZw`$$83^ z!>_m3^Lyrd=M%ZF5Wz1zm{Z$)yO@k-;fOGt>}RO6?HB-kPlW??QIs=o{|!D%TVYXr z)>tGf0uFyIpB;}bEH8m|_df`%*OTZN=n1$No8Jy@z{fC?P8QSOB0h8Rr!g0Kn zm{S9vA>50Qv9U@`446^HyTTgN>1J#>WzImea_}sO3sUmdzjGRq5Gu7 z!YifdPxezAxQX0L_NyQq6!B{qejMUZ(DG<(?M(De&E~7}d+b_)i#ck>V57TU#}7!7 zb)Zpk)S|k(?0S6}m$$vN$^gcWHwu4}1nKl$_G>Pj510-=S>5&Bjl_XIcRKNPV**~jtdx1R% zkf{3}bl(K`mmwim<;MO5`%n>icq-^`3hvx}Dy-^KPJ!fFiOo+WzV3tm7NLof{ft<< z{Ne8ZWPdnOCy;&gKsTGzrUIyQV;53);WZ2x`$_$o^0EE-82__>p+B3;cF>;_j-3OG z2=0Ok;)_!Ub8!soE15s=Nft5pHPB6lI#u?~4+Q<+P}jiqi98TO_-oaE>WT1v%$C%1 zcI)e2oKxYZ<6zkD-_OO;m)6D77es^H@7~X4p9q;-F{DkQ5BY-eC-pw2M z1ALN)@1DTW?Jo9Zl)=9lC4U=7m%2Q#I`{-810a13685?&IK`^E)T%PPRDFW?pAM6M zoH;w~g|kytu_vyb+}O`isMsimNz2TodL@~$e_Nm54&HokFPjhHmrkV5;ZiW|hcB0B zed`2vR1-&o|ESG0yA;iNQ*hdEfJXOHDPLZPtWfm9MJyyW`zf-SUPj2%OI?t4dP9I; z0{7*{Ui%@P>*fZq@LC-#9kVQyozX?Db(#>tfG{-X2?J#HxccZegaOiO4odPIHhtmU zbBHFLZ)r6M81}JMvsLIH_qWpp;p4mSx{95s+S;1j|5RA!YT+YR)Djy7# zX9+78YkwuOXf79&8vYCDjFSa``(*IJe}cRi-A)1wn}Wk3huLBIH*L+`UPm|FmIrgf znON(m*D*ze6L4hl*9t$4bDvxwEwSKjWZI|SA5|t{vTs107RFvcR-c0N)g9K-edN{0 z_Pbb11LO~_r%zemwNehgTnp-@EdF{9fJX?Avj^vDu5>kARmfkb{JT*9fc(WdrN_CN z!ziUW-Txh}K%Y0mXG7Xk(b<@4Pn(va1`C40$YHu^lSF z|A8!O=k~3oxFZZI&}XnG&I%~-i0Vq1 z4mF51`7}kl2aQ)#wcElUdzbjre&(L-oV5oyNIz*DU0&o5F)8LHpuy*TqiOHacdb2k zZ!V6iy&2)qdilPi_Wm_~=yy-U{dR`~T;Lj>;g&Nmf&1Ss{_BW zAlGh-&v|-c^x>6Xg!G|=K^N-J)r_V_@$n&Vi9C$s?Qh{6LKxf}UK-Bf*f-uDRffz} zSkDFN#L0itkpHyE{zkTK*7Lu-zQRtjHJx`jA0Yl+NY#Z&2*tnB{$M@HjeiVZ^m$mM zP%m{Nqb#qVzqRy~c&gv&=ASiP5qrrit^N+}C41-f#cV@fAJ+}%GMIe&$n-D_Ca*32 zMRRhBcSz!=W>VH+%8h>N?qc`aHxrU@bv7W%`5e~qO@gI1_k6>o++3H`m zb^{*<@&m8>ibfcZSKVblBfjl^lJ4UbIzCF8{fzjw`$@WwSIlu~_A}z!?kDL!UNO(5 z+0Te?yPu@{c*R1OWGJy!Y_V|52W2ZQy+a@BAO-dDdp$H}lT_QJ!b@^WM)p|3~{38=eiA z6o;v}7H+LUud;#O`nmhO&Id6guO6t+ZZ(k_y=Xe>+ZmFMkeb+Ecav~By9zp#wu&0` z?{GiTuL$5nUn2;3UF(GL5BhIo-qGoR%RY=Ccxjhm?qY0G{r&@ipL)$7*UPq0bX8Q- z=pE6UtsDQ~4oWN{;5}^NY%^?13`5C_`f0`3ys|#2vYLF9RVk^?5;lGdUd`Ht80Uw zx<|qH(KCTUX2$rQ8RORn`*0|mt*%ZWW%Aef^=9}{LkqER4D#CVCMk1IWtdL=gBI^Y zbj{2$d{+ZL?xl==ogZ1BnaMX9#p!f|-;D!K455N3E~oK>=0As>rRQVg9*KEJJY;gh z!EZvszTeq{xxHTokTcC#gb|B-6J9qZ0DG}rpW(s^-?KT|Q4M4hU^TKi+WFV!973xbKevNG#Xa()4!X_UzYHe}V%Tf@OP8m8;+RbIRMMy@%Z6AIwY` z*a2s+`(1xA3vq{CRLT374L1>6h-dmM=ZC3F0!C zhh9C*?2ongRL}tX40k4O@|zyOkTLE7zxU~KnHU=B+UtHfN=flNO84hL#&zKPAs{io z?RQrBx%CP5)cVB_{q(RIz#Yt@xXk(Rt-zL>yiXW)dbiK}nl z%|kLK_BL<13qHc4NG!qZ=eMtm#J#`vG`II3J|m(ZF6$^+^6WBlaS9Hb)LdNm>w`~M z_1o?v=`YI12p9usd3ClPAV)$Q?c!E5e{CaA6mllmxt(5L4K6X48$Y%usV8lpH&1ug z2frLrX#e#>d*1RJKzkxWz#qBJj93<%@S1M%j(D3;5#ANtVhd8c37DO(|1jS49_#(h zBh$OR1$2=H@$JHHm#bO+>Zr1#)91d$ChmKSzpkKoI`bwbk!^`EbryzPvSl z=oy60>*zI~?$x}~i^PvIf8bq4;!6#o0AazN-_ku1YW$h7bvppoeLTn5*2c#D!!^HG z*gQ0G>v(*%ax@?JV%$?|+s0huwhsoqwN>$^tk*F|4a3riSn}%ON2lxGSBDxBKQJ85 zR)+XYdge3aME-G`kF!(1F{C`A>&l7006IQ#1m`Z<9Wo_2E)17kq%U&`H_iwz5=0f0 z?;ou16L2nCifFf2GSQdaB|cmbg-*$fY9=BV?FrbQ^Za_U`1Q%+*YHT~7m5)rUnQ^q zfz0|&f9UIe?~8S~n{;7f;u3^x+PTi)X>lPcCbn!_W)-94bCtwsZJ-3U@uI6#xqP z_!+xuNzr-MVtS&H(99(eDS>YB0a$S}U*l~)^iN}J>Ic{Q{m7QgiTYZCpKPC99OXm%n@uA&(+MevR=pE zR8*UkuO>D-*Dx{QGh7J=9s@hW!SYk_PiTA+68Q+cVXIet#Aa?d@%bZ(aKw>Fg-7)3 z3xALa`NA1*W{Ye50L|y%M=nM$KWs^T zpfyeXfYw|7HHeV7H7vaN@fbcbTRxXb{0tTYO=Si`1|eY+o&pj%CdRoL3H<5Z4tGop zdM(#V@Ar@Jf1jAxD3}<0{Pn|yEsN_i)l^wBKet8!rXkYuEdcx~_}B-0fuBuG8VZ>Z z8}hhvcO=}$<54s)Pd>9g(d})kyk*>*&`jI8$GgRU(J?wWpk_9GV91FJgW$Z!_g(XF zyG1lV`I>zkvpbs?j)8hXLYH$?5;^1q6E86Ufe zCxlL&4DycHv@49ZMg`G0ch-ysa;;iz7BUX139ITjILR{d&jatYbY7hBo;~%J36xuAon@=G>BI zduWf3zBe7FwG83o5}F2ue> zk)BBWJaaN12d>x9W9v7DW?k3pgOz(CkGvIuW+pqpSF}Ndslo%UgJ8dY~~xu z9p3U|I1}Kw9fE}18kqSPW9f;gCwKa9ixOQ8aeE{)4@YSsP~!8h(vQatOA(UorRaZVq5V+*=To_)gCxCYbKBl@k^w+d!_Y0k6aQ<`Z|8S zISs~iqNn{;K4i{>RTt@#&}Q)g%v@#>iSyxiric*~BwzuX5`2yl^73Y!j$?Vg*#^=5 z)6HO*k7*r20hRbm2!2n*Oz!-#3MQZXo-V=@@(?{dw z9LyBI#f7t_dnp3#=xu7-@NBU*Rdf+flQCyEk(gJlD^Tvpe#KQUoF&XmazOPO-$&QK zaA5rx?YX1+0adornzI&sG0r&L)E6beWGyL+KT&V_=b(&OoG-$<@JjH|OQJO-+VU^L zpUFB8_#*EYsv!J>%rW<)9UkShL$qSk4i}bchc!j*aOw8>Szc zFn!h|ZoXt8h-~nY_r6b?(q!AjM3Z^}apz{IiyXi&<&Pv@%EBG=jBL|3>q2e%iT%bY zA&7UUxXv?lPz)~mKHLwTvBI&@H+hTY)*adXo4dqDVbie(UUr(}QR#g?8*jR2>8MmN zeduPXjJx@f$6~3+RnOAfGB;6_^&+k{ZlixzzYPGNQsaAuh2pDKt)s+ATNfCAYQKd> zGV|euCHNYAgoJMk3Q8eX6)q?izE;!s2Z{a3B~F8d0@(14V}Cz()(6&;2<1LXUk&-G zF>bBXu-fJwR_hq+AB8JM!EZDc`vGPZRK>Sin(p(ixK@df6v;fXvtD-Xlk}=sY|B~C z+XvJ1VR$LOSV{fk)H&5G@C735vJ z68jQp& z`HS#Xsid*9oS8PV#y|8owurpWi|B4TkT8fQpjPO(T|37haP_r=)%Zkj4W;>3?uQXLAjSR3*fEcAUe$5G~wQc?%-+l{O- zF|0=Er^kr`AX6PDR)hHOm~PefN@{`Q9$etK^YZNWpuAGLy)k)Ap4a9xFZ#Rqbm|TE zX=GpIM7eM>l+}GWvM5d3r%N)GwfFQZeSrfo{pW4?3biIaw>et|iqMYNLJt-=!ljSIjp_=HMv4N2j8&uJ$@R z=?kfeX&hnDEI@WIolL~UD3O)0;~ZZt@04*5vB)>XbqN1~C$z~Ph*QWi6yo(}PQSG^ zi|17hN_@5XHd@lX_K<@rEhqR;MEH3fblU8Zj5o^3Hfr4nz0GXld(-O0cesKp>?C6q zCvR=-mQ->ZG{}@|;f6^rb7!XyY;?t}_oB%S+0onZw?$vVoe`lJf#M8S`kC0)V%?|o z1AxS{Y&Z={Y<7XWW^mdiv5ry0orf@h_ z<7Y}sliz`WWbAU`0YfP1e9io;7U%oR9b2x;EwS$N=-u6M%%A!MzSCP6O-@Qib&Y=uh6xQp4QXE3>KZF08kGEIzX}TsPwR5hzKz* zU#sxT5j(LI%*136ll@>e_Jd|w6K1ll6qEg6Hui&N9;BTN<$V`#Lf4Vg9^QIb&pAfftT19-T>oF-82oH43~9`)^Q9rzora<8-r=1aCGPXGzyvU1NKvhnh+xP;NuaKubHA1;w|SsAcTnf zkL>Pvf1MgjtuY~@&vfwv50(U0xAfDg-swYo+np%S1ITy)`3S4JcXQ7qDZ0 zTn51fD)DTEv{0YpVlC2{WC#Q^8e-z2u(j>%&_*X1P$)6D0g2+?y!KVtBq}Q|AXL!2 zr3XjbK`c86(0Oz~>bFn4xwwwne3TX*)^1vOvFeklI&(9K9qt!7_uAPh2a6-Ru9A& zo$5A6aYH0$VS6a@3RB$p!Y2dzb-q^Q{F22v;aPgZ& zW$Ajf{Y>nm>oVE^boNo`ePKuQ&-yxGJwUZ_Jz+5CummUg-N!Dqe=7$o7Nv-CHg@lt$NB=5=Mv;#!#blDz+-S}1$#I=5+vT3DAkVW7RWL_eHT z&<}MaPT&KSlSBP5sVUCuhh2JM-85=bkz+e-u9aAJo_eT+Nzc(>8xMc5T)gzAkGdIM7N#j6vQLb2Ob)4x_9YFOd6qv_$edpFR3Cn6)&W$;n%oV zcy$)OU-86Fptjw;Bi=Cm z@OymnQx4)XnLwXnk+-zpDE%m?ez|M1 z2|;{U-P6p%iwV(-j2ezR+eH6wO~p-@}a_3nqoImJ?YIJ-unzaexjx6t;A0AgO^N}es>f4oz>-pr=87kD^n%D6DI9NU|f!> zje8)oH~iZW>|?Y+hpw^vA-*K&Y6Xl@l+A=XF z{xsa?qb#sReQ@r7MIX#(F6x7x%!W=MWGqrx(tcFknZrZ%01iISO~`mVam$)th{WTM zd(XSPoyn5DBlSM$4+*B0+38_;7jc}$VLhBWj!Jkd8Mjjj8?^W(rYq>k{h?L}Spy

l|!`pDu;80mz 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

64Zn)*nntYV2`d?vmcL8Zka(R|PR zMLC1u>u>%Do}ee^k$;sZh=2-lWMd3KK-pYjBrn5?4&VDZGas>j;UVvYeWTvu^u%U% zA`g6WS7TGeH@0n96GPVSgiDM>G;qGJ1%4wQg26U&3JcFC)xvWu5yL_et)vHK`Y#yT z7myrPCT3z8$~{@Z`i#V^Eo;!R)JW(Ga0WCSy2{%o?5@Jop}JbbBiztiTs1$bR?TpJ za>;BY|3bzLuf`>zTu`yEjz5UH>$JxJ7qt+ue)U3Jpx#YSSG~_u<&waGcCiz;bUX(!9P`#aZ=aA zKMSF4?G=}=@j<+KS?3AbTkud~?7)5n(TjWqqt#+7eg2No>k)A%iZF>FI*O~1#9~_h zlQG~ZxxrU3&SbP-9DU;%;Oh~hF)bIt2?lCDkI8N%qrvOB#~jAJ-cTB;KOs?@(hOLF z9bJ#Q{6_LD~=CVb`S3v4(5TEe#sg;YgYV|P!l&S6@c-w+|EJmI!-?@~5^VdP z#*3Qo-bsMF71ShnR!su1TN%Dr=}ZD|cQN02&DIr>ZRFgXbe@VEK&zGn zhd9;{XWT>5DpslS;xX}>ZbrN+AEvE|RF7$k9c>&avHTOda(DZS)F@nV)afj)!Q=%z zB8bMH61(gmRP;>OhBINWk|+qzi*oa9*@*mFPLCgP; zDz3?jK0r8@c!mn!%fzbs?A-{fr0BH#p8@rB8u#L&qB1!$^f3j10Sya3<8{>)I4N9~ zINjF8w`S<#dc0B7$fkHP)+#?Q3@1+)jl7&$xX&DVC1fk(by^uCK`G-vBvD-*PMlsW zZ0-?7g(8X`CMMz4&fIj*my0}#B(Hbp=SRknH!weOS{YN@^6&l*B!oW3{M^9#xzRH} z-F+O)&s`nO&w}>)ILh4*?#6*h@F|6CeXQis$>6APq9Ritv$rCO*jwo1u^^d}MGq@k zgkS?i<F#c%yD6MFz!-660b;Ha*W~j+Blg9256qz&%tiLF zZK?0Ps_SP8iBh%4P2qraR3HOwGFbM-5kg^Nb|Kl zD*WKsqv7}_*rQk!ykYbIH;Vr|wnv2@Xpcrb_E}W)F&I3e7##YTUTv+9FH-yf(~Uw> z_`e5oNst1^9zE4A?-->YeXsPfI|u;|; z^jF!V-1X_8zha9@htS^>fNf@fz4QG*_JvcI{dMMml#ks=hTVb91T`gwk8Slee#}=a zVoUOBvF9@e+G_Y%xL4OpsTxU z{uzBXm=5Vd458zFHg7_%gZm@#4-pfWx&(R_F-8IlV2<;ugMKRT8!YZo)Us*+767ET zSpIeVy`6mpXVQ&_r^(QWT`w11`~AN}BVPA3yiUo9!D_7$U&R=tkC9rO*{tyTWm4g> zc~as0tP1y_g2e5maTDHZc6qXmu-CZ1rV9755hD<4$0x$OK11<-_LWkZSl=yS-_kNFmj7|Sv{?S5(SYSI#{boNJ@#oeZZl%s zT{!t`Xw7n4Yu*D|a|MF%2w&qL@d8yj9;&ijROMfhprv4McdI9z=PVK=`Xhi+BDsnw zxv>90p$LfeIJnS@S;HlI zhC}Y1i&>u>*=4ef=lc)Jcs{s5F+jd%fLGc$o&qWXQ0c!TwA3C@F9%)&CfQ{9FJ&3n zFCTx+F~$9dFiz~^-tn)&VC*#i@{jZ?^;rDy!KWg6I z)BkADZ_o6<`4XZ3c^KhHGVfGarksE_{eKQl)b#HKP(MWfk5QcTzx1oUp@09+N&f|` z1Nt9_Iv)CG*pED`SHWAKu;~?!ucLt&kcFoNvEsgqip2c&;M%gpyba`OYyqu@zJ88r zV2nt774C!jQb=*jW~6bWe=cCg9}V)f%1kVL@na;H>P0e+we>p`%P}OFRI^DOpd&mJ zb+Nw#NX()wN$whqcylljlX7%vsg)RXHA<>V(4q}GFhoUUG0uwscnE4Sf3f0km0!e{ z;+OUV(T9O6&+HeUk(`fTHp>Qk(*Oo~-{M!!_gQEu&-#M)QI7X`-$EqGdfs49c?<-7 z0zCJ4-wP~(cvMW|D=DRIj{(#%_tvRJ=`5Yg-*(6M49owogXk*8g8U6eLecgSx4{w+ z4k%rzP?FKW!O$XUY$cbu4G*9MV`J)BWi{>|Q@`vc`gS9>Tfe7fG9-X}AS*)8AwYdc zbYJnQ%3AE-pA&l(i^~nHR*VFL(DA+CM$(l^B!uTS{fui68rc%lr&T1LW@|W-xe{P7 zVS0E^{9RAbv;iaRO1lGlkvJ|zp*kDuTl91YV6y8Ex9cA)9ocZ2pd)?w+}kw zFs5$?4E|fCf|MBBBP_bmmO9G`Srz7Tl zHZVuFWz;D-(jMoBnJBY9Ir6HNqEzM;$nm|``hq%$OQX2adVL2tA$`88PCm!}5UQsm z-jq>HIoX?1!j$5%@vl`PIm_}7VB-E+iQSRt?Awux%qy3ujTG{aY@ESer9`;7!TR9wTWguULcilNH?A?{t^<1DKG z|AaPefR;^!l?Vk=43G*+%0*M!VnT1v!UlpCDRMCi)F21}5{X>ev`L`LvRDNa1hgn< zRgiKkrL-k2Z5lwafItPb6$GAj3slgyT#ioYAGZG;GQHd;qk>$A@A*a7szvngDC z5b&gq!AesRBs)SsxEvdDJI4Z3 zOB5J>`$)S3NWqqJkr6F=%fmw!utX#7d;I;(s3INXpmHZ1**lDcW z;g!6a-J%;F9b`q|)1>QdEqpZU10p!7P9KetvLT$Splk8v%1GJiHIXsU(a4zT+=v?! zuc}m%GItIu3Z}b}a2@C%t_qKO83_#M#R@NKjr1o9FTX>Z>Iqex%y0>8&;FZ`u_VNv zJCLnAy~BY0oH?u2GZ9&=FP_P^?_SNZFdID_vUQX+G_3z!;_~cZ62(L)&BPbJYGn1| zTZ~u#%r70UUgl})&%h$_>gY|r2_1sd;_S4$oia>s@*+N9&oT#zM}s7lh2K4eqj~7w zBcX@_jN6;xOoDU(&Gu|Vc*_DK`QgQ{3rTMv)z0~Ivww@#uvulg943y~-(tP2EYdw! z@Jt?bv?yb;f28LVY&Tfl#jsx}6+3)?gEhso7BpbnU*FMjc-!7Pz&6r-7dae!rP5V+ z`|HxfoRyJ6Q?<;ESmJkFam+?Dz&f7zJLf3ra}2)76AuS;nI~*#L5g3A>L^7ze;L(j z%zV|-=UT~tOgYU4r0B;sAWzsXxqtIi{&x)s@4{1_hN6M&PGM#eUt%N~hSKoeFEb2# zqW|%xs`Y_?CQu;w*K30P-b59^UY`T@M`B*-pSx1bbz%l$=hunfrlT<9zceR*OHahG z;5zXxe%k5EE!XtgDrGT@N!C@>K|ICi0$7xe2Fm-NyDw!rgy@{0U?jc;)!dz&J?SmE+lYbQpN$_!G=G0cZeI z!#T|{X$JkZY;-9_uUp4HN__SGIV*dVQ zWy^-ITf}f82H}I*$AbJa8ChP3MXr~z7rS8oVUXa`k|r1P@b$mh{$^-ZAzywofyTc6 z(DDr4onSJfOoOp=Ga8Ue2-d&?r?~=KPam{R`A;Rq6Gvjl9Kj3^03@)bXqJL(4$DMs zA;&j{(g#{-*qabLIm1Fjq%Gpe+m9#1abcc;Q!gZ}{X9o$*mIP4xWdcbzf}m+?dpw! z`@+{Gh5H%5{XiZ#-(a;kgw#@vD55Dy!q=Q!8YE*#v_?F^|0i|Nag5h4_FHxoN^H+n z2`=hS`z-MgrT$wgMEcWe=C(ICy1O?_ynr~JEHs*{lOrS;QenznSx{lk__czn;ugN; zb|?dJ^Ktd3@0~_3ykmA~zl1L~Uwts_1JlTQFP_%-> z&!4F^(Cs?JkuFl&q`Q+7od42{pqMAVCQDdjGGFaw$X{!Mfmr}Cp1Od22c@l3#!i+w zH2LnfvNH!ufhDg$lBWZYKVdqLv2m|Ny7UZhJk^B6;vDUlN-=U1sMnk64d1o;-srxo z^}Wu0SLnOPeV6Kc5#PLjhLzT|z7o1SLa&rHh9MW-n^2NS^>r>=HJcgyXl$MWbt`XR z29!^s<3XeH!fezTDXbIYuz;QwMY<-CUVZ4m7bN$4iy4fl2C%TyPM0KQsT+?(FWv|tO~NRZ!x z-$Rg1bzz>ih{_i!r@eglknX=V%EP9U&Uynr)yP&1rWC+Zi=ieN9Z0Ntin{4zyKqiOPfYN)+b~n!4Y<&8sqL!(BjM~^97)~@P%J*&azo(jlAKn5tos9cy)Ct zcvY}mIN~EHW}|nLSvyO!6}FI|@LjCvrk~}@2lgm%KX`?-wkQOqf8*U-ynCy2b%xxf zCtCax@TP69_oRZ%m1G>A#GU z!o9X%c@X7{{@hQTcs$!q)rFnE(mi|UYYzX_ngh$rbc?YJFMU}g@g_2H{=u&&i38~2 z5+S#)3Qgv5;~+JZ#jLBUf(8RXP{-*x}wWw6KPAngfcc~*?LzSPr z7Q^*Ra9ilFKYh=~E%o0wE08}l@1Q40=bmJr6HiVG8su4y2SZ17x=3`Jk=e}n0rX^v z^2TXI9gT=(`=kV}IU(e!HFudQ!AH6-QBmO8evyZ-H^ruLe~5Itp@m_2KP~$hy5E^? zt;Nd&9Rc?2TgQ%lc0heWa&e!E&8`Z@J=69NJx@7iUC@~=y)>FRnM|3ug79B5$$~XG{brcfub_?e%UjXO&f_?!GZR(uMG%Xl%By{M}-y?^_a- z_Qq{*ds~nhvz>QT$6iaeb9mbyFccahH3q>3fpN&gMEaQtLd5gPediSl=jZ}+rN zMh@R3+Z(eEqplv`)@0%$u=w-%ma_E8#DDGl%2IlK!~A1Gv**SUnC!hG5Q0t0=LGM zS|`T@Dc59_0LQ&6{8|-^dAA?G;K@2%U;Ybcp{4W%cCHeBy*vQFXk={V--e!$>^emA z=7i*RhZqjQ7}bf{D?e^qA(O+|u(1L+0|^M6G;f5n$O22LGS8UWWUs>awLLcgSN zCCR-?*1Vp@HhZ0+azpW(sQ4~XcY?^|_1rVNyOH)sCU4dy=Kg!Kmol^sbd%djSj%~#3pBR2opUfn&By*GGzj;O%!Dx!Y2D@aUt#?qY{rl z$QYtkL_pSGj&ri_6vb%eS*M6p$+xeD3C6o#-sCc)1!9Jk7r7+dn>KpK(<`$GB<<2B zfxcOpN@<49o?8B2YTUZ+{>Dklns3)ds1U1NbCBVyH7!9(%5n*=jN7K2`{J!jk}<8n~?aB>ccr#)6X@GLU?cC3KlyV(ZC(_{SG z%wMvr&;i{qGnO+77LGf7-7}@^nKPDScldT8hAsW+#AKtdzi1=b^_EpJajGTfH2QfT z{=5tS9O2wJaE!)}AwYw#t@?aRV=gc(2;8Q?)rB_$ANKDhXnt)LL`3AW|6~S1RSa=?gegcJ)nhiI zDLVbCBIm4LLgNbdAYg3q9(rtR(sS%yYSePzEbx8O;C!X-j7;;I2@a|lVVk(-S@G?M zNX`zA$%AkcA04Su{!MuL@8l%S9enScz+Xd*r~^Ya@y_E-1oq$@6M>~nNH87snsF4u zdH(a1C$%H^0F_mmIg30eOtL&ZE>8?c=YT?h6<=_5A7t%&^N;L#zD9<9T!!zt3>AYj zaNj{Gk7lF90(l-}P!>g#6E{4gUj75fSQmdWP1Q!{%+Fu)JD6;d-SsF*|MA|^Picem zX841rD_po_;wAH;MhDSAOH0vR6s-<5X=G2=R?}H|!#*}KnHVKzcH@VnrxhlJ$o41w zA~CuE^GQP$jl3-p2^1l!h%#e&wj2BnQ1QD#XNazZ=-g>u<}0qAf2^Zo_JP(F0W%x@ zJjpT_qpwGlS~SyQ)uDgJ**>4j{ZAJox-IMoNBnvl9L2=D2+of^d;>djtDpNvs%8Id z^w$22uC6BuAm{m((=QQN!y~hwwYe*>^Qp&QfpyqTJCzrh@BjM>%5dk7HtFpBAkDW& z{!ix{cG3U9F4g3r_MX+8O>R1Th}QP_VHa~)I29q&$ipXqBxetugB7Ce#&~MtWnVlk zTfah+Dg9|+8Y!DvA#Dfigg3EFSgFDmsAG^Ni}S?mjPG)iYQ#$xw?wy+B>`%K`i5-z zOn9JMB`3WlL7Gvnk{g7qd^d?%Xf{IX2`IHtjjhsJ%872bXrvZUIZ!ei9rou@MV%9> zc5%i6ciijuKCR)EY=d_M#RH(yHzeIj!Ev6f03{>yt})N7vbGw>lX0|~IRSXwa_niC zjpgHRKI&IUGLjjI_gwRiQrnUxKcswdbN$vJ5g9;-R4r&QRtPJbM|!uBcY+8uG4I)k zdF>obBaQM#v{%k=o$(|#A^u(5wvQsV z!-6Q{dW&d6;@(o08Jmr6AskpBGghkgK25sJ4`c!<4591C&8=d=wU^+NSOn6 zvs%F)4H7G-7TnL)K)`OtkM{xZoo5ZX)3I^@TYQJQ)T8YDQ9_?wg{{*EfBN2NU)mWP zFn@AMaN0?ZYcz zt~d8V6MXyjOtALkFn51n&2QKKPr&>q41v&~i5lBo$0+2 zz{*mSE>UZAD{*~;enY|i08064_A6}A&H!|dPx#N?0&JsH{n4HpebRvEyF9kx$NPf! z26zqI%zeUN51{`1s+&Zj)v8sw&Svs%F)4QkOREtu?E(2gJP z6z`p94FTKC1>10agRZ6EegIwItNCb6L4$S%ph-UAb0o}7$Ay%tKVgtQX~2V>9)s}X zeaL(J@EQi03kKn;J%?taAHbINPsdmA2|yPVw#Q9Jq{Qy8qo4ly)W=$*JpH3+{RxZo zNh=QUt=NViZ>9H^vRoP#nF|)-irQByyY1V>4(Z;-3dB{Y@gAV%j8&3@B=qrQ8M22+ zJ0ZelvM$6?Qk|A4pH53;k48y4%*A3cu6Ut9F8iJZxT58+!s@E$m#nTR>a6t(#_xUL znFO*}uwb;8WdNG^b~tukT2$6w`cz*aRUWIP#NN(H|4gH%T|UWPD#)lQ-B3SS%=Fwt z$%ibf(&xw4a!J;ISBtqvipbH*AV@^Dsupx&vpTm!r#T{1IGvYDm|FU87*TaH^>{%i zLm${qU|}aW65ij*RX)|1NcAzD{HafJxC)|^bfwC=f{cJQ3GYGPTZT7S+gU`j3<#a2 z`hpWGMl?1w(YY($L~;bbq$v4TWrGmiReZh5E7tL)Hy&gL}6I-9fj@>|VY zeuH5|d9qrO<((Bc;=$NQcN(~i4FkbuM9Pzb8))A?lWvbn4g2t=!@Olv}GlWowbA6#|-K z%}cCH%_+2nBWJW^r?*gc6J~#-X8^X`@>^Rh^$kttBpc1?th2O`2}=ub z%mp|;?+llBk;}Wl<(=>HcKE!_K5x6vJJ096+2!5r@@{l_*SWksKJP-GcZtv2=ku<2 zd9~oFzvd*%%<0rDu>P7$f6b-8hII7TaPZa^OMOF=Imt$II_oTLo_2B^Qmx~VS|NZ- zzrdxR@6vb3;b2{;&oC{LgSW$6M@1vm2&>G0Tb0F^-)i3S8|GW4q$MuzY{4gd*eo~E z*`X1qsCAar)2Q-fi^GQ|oVA_v_!S|KCw?=ZPl!Md?a^OvryynJRVXIW8LFjV!TTx? z{MwaZaO6)4F7JE-C!Tm^$xAEJ0&RF}3oHXJW`B91q_{Ja2jAnRBo6XkLZqd=I5)lC>*l8V46vfIOE!>O7(v z;c}p>7!jCo(UmTbXjS;!uU)bZdA@UxVy@&FlM8;v7u&d@%XQp*aE}B!mHg&3aK3Dc zjX!)_o4xg?KVGQ+*10LL`-=aLES_4)&i=f^3U>A|((xqk-d|D5cJ+Ej!b5nelDDsuuyGPv3h(j+i{3QVGp~X%k7t@vgAUd(`4kOA zVfEJ$OH3(RG$ftkJD$KiRq_H!+|eV8C$Hcp&86H(8K%u~38MS#I>a4V)Y#HG63aSB zhS5v=gj#goni^mlFAmY?Wt~S6Pd_9$M?!naND<0bBjg%!p@eEEp-UoA8g{?%fhjZ8 z1xcASc7lHvgW^TS^CndWovVX9PM!&}Ogv?lq=8!jG@igb@8WS94+0bVaVsP{69?y; zdQ85l-z2JcQspiZ>74Lrg%g_P0*)boT%5ww{Yxvt&m4uykx#roap;AUJvY9E`}O(M z864OaIr_ zq?Rv}=w&l>Nx;qHfL`bXa56I1s}p6XMM4gHYi*uo+8VYzQepb(^`>7~%S`M%c1YW| z;+W2j3H7qknGA&6a{z)aI}qgKI+HkPEXu4eq^-1q|F9aA0*aApMU|hxA~A{8LZBAA zqG4nHF=?52msUd9@{=n_pwXu{1Z&j?X$C^{BwEeszaY{@s`~V!q7xg!#Y=KRp@6$9 zsiXgW6zKCQAdo%ixi$UB2ND+Ovvh8%jVC{cD&dr($n`~xdMxozo@UVmWbV%@<(|iK zx~nOTR-qE<0Upgt&PAq6q3Z&@xx>jC(L*BFYg^NR2)SCPZN_rfc(5IA<>;CZ(Yh{D z9JyY^KbAzqhj)17`VPyCz>4-1&1!3aeVxH)@vLt(aJ1XR=Pt9p)<9*=d=8m4y&-Y9 z=n}Z8H-^ut!m!jgxjS?bw~M}3*^s!58%Wc*H*_jDhAwM~B~Ge~C1wW=iD``uiIaGi z=+vf$#Mhd0@IBKhsN0QdnzMVG=?qnee;9$fB*UZ*mb$>o@PqfjZj`fl?_?i0jpzka zAF{+dMoW<tR*o4mREEY+GExq(h;$ z%b2d%oYiHdv@>0b(h|<2l?Z%!tbH&)2y9B&aZnzW_(wUt}o{e9+Qe%oAUR$O}>t>Td}&d6$HjK6uo9B&c1YYGyY z)_iDgw}^x5Q2J`0o((7>^f+|!7+UL`&7DU)IJF4a8pLmzftzb%`o;QiOd zMuO=Y%W*bb_JCI3wL1mj#Yb3I$Ejh5aR0;Q43fw~)NF(LKwCmBBXZ@QL%G@Lc3PI% zgdHNXx@q9&Q#S!pIn^xj9M&-e4W3UOgXhyJ`GWkc>epw-%%7V~cGp>x34;hsCWIFC zAVA%~X%z7fryWHLnMRtRuFu1P|Qif4@${ncf>VY7IT z9BooQhtJx*f#TamcV`cc?9S;CI00*D zky6FslA1D61$1~;wLT!mv-tlN2=sR^CU~HR~J7W=NF9G~_fkJ!C z&Lin~dIbICS8d7(bteAoU_;O4=Ngjr!r@7myVm38g(Oc`GT^NL#@2>I|Fu1vVN&(F z0Z0GyJ|U8~x-h7F7awlT*-RiKe3OTm=|9 zSGVM7y6VVApP_iWMWBgx!GUaG;2>HTsii+8Y5=(($S=74M;1hFWr((G?11#){QHKIUrK5P}o%P(+# z$h1qWnXpS+RekT!Dr3FMdW(h>@LSoQSYkNanLEi%u59$v8iXW!36{v=F!$B$g!C3* zq>2cVhV?5o^6&c>fGd_9mL4U1 zOnt{#cL>|hAXDOG*gwHnX(v^!n?AILlg8Wc=VU!`NJHYHQka}F?Q)t$+5L?142(f6 zJ%nEj#heL}a5+k~nir zE^NAmtx(v(xv&`)_A`ZHa+1L!?_>)T9vMaN@4?Gdk)A_sQ0vS$_&Gi`^jy3~GcPbk z%1%RhA933vZMT|@zQ1yh(f8a)uu-s)$n4AcH_22OH~rS?$}x5`-U(kBtIKCYtH``H z{F-*>;0Pmx7Oo@)4IgZ0bLNVkL($pj&nX4?+V79}9f<8v-n#XWpHoI9Y z-9zA>c*o8!!b|OsC!RbT82m3ToaXq!f(x>kLxA1W5(aM9gQD@|XFmXE%*LC)B>Q_B zW4HAji>Q@N4~l~ z5s^ff#p$!$)c+<~JWn@*^zbo^wXJo+{H@_NzqYmR{{TcBvhd1dBn@%ZmQgMDKkreC4&zr-O&6)_v~+MRE6FZ+x>Rm9x(_LIAVN^|#9ZB+w;331@ z#JK2JYT);Y%2R=Y{qmemGwj-i*P%-whr33tW2pB3RGzkLZO?9uC2vQKmryMV9>Cqr+1}YOc2&cNX&cnk&C7j z&5X>J5Fz!O9#Z=GrQP=o3}z)2rZ>e{%>E)`lPnQ^ljf*W>Tk9^FnP}BoT53KjL71S zK5_}ME+kYt{Ge{0%!NWlYeYh8#pBfli6?`VuR`zldNL^fKx3y}l}-WOZi^kev_fqI z(ES7l+f78H(yoD~B$mWQ>!?RJ;wno;S`IqwH#BXDYZmRw_NcHTa@l;B#hXSvnd3E{ zD>qW}g!Qo@vr3m*z3c+#6U#cUQnE;U&O!nynWSF6^p&Xf&B1t4@~*wq5X5e&Yh1f^ zYLz@7=gvqaXa6XLVEH0lf1$0?9NkDZOAt_IhzE@yB}{R2LO0%vT%`X2)+cA9 zH_E8;;Sal*FNo)yCRjFltPSNJW_|jrRAE3tkAJ;YG+CC0WrYlGpfX6+L%gx35_veW z5Bp+$x1>ghIs(55vA|iq%;_VW{oNon0}dSPrO8GFB(KNJ0Pi1-6pi{d5OU_W!?90r zbd9w|XR|!$LGLKh_#;+mPzC!9> zLDC^a>q(w-fXc312$lV!saF^3zaqZLRl(q}0JuS+Flk&^jhuL^GV2c`tBS(+eo-Ql zDKqjc(~+*{h}9!ndhKOFiCS`7)k0isgfb&na-W8$dMB*R95_(F8_9-HEH-EDw(WqR z>pF^wfmnUGZLh}A4ea3y%tH(auZp(+H|R!pPg}2{c3dc9O+~DSx&b)Ht;*~#A)(Jn z;|wGZZ#kNGt5k`pplu-nAm!0MmUyKA^Sg&}`6eADvDer26UcQsR|WI&HmU%%W6871 zV&nIZba$cI4gw)tTs0Ft_=k8HA>BflNmeLMDn3ha^{3g|!}lO?3y1PUA&-r+8*(?A z=~=+2A$6C|GTGF2%Z;UO->6xU8u|R5c_OR*!jSab(L^Vgi(+9aNdzT5ooeHWbZpKV z9nVA-&yf>PJrcSiepXmSED2w~S5^9}6k{ODl*nlkIV+%)XocHSXEasn^_%5=C zdQTFW*@2F}e`t<9h^%ZYDm2v)>3rl6YolKbR?`}qoYK_DshEqPcbD1J63tNk;JiVn z06kd{1zBn@+2t2*L9E5=7sQ9}qFqAPzQdFqA*4$lAPb!txyTjEhf`|j<3_{#_ad`T zt>ovVGJb}~5(ZIDg@TLsWeONz0}xdLF*ZTiy54nB@qI(myHu$Yw+s9j78Cf{)rh4n zktlxPiH|~}l{Al(9tc{VG;TVTQ&%@LQU-+T91w)a0+*e=vWeyWHOO`zL ztDTKU8kidcd9@BWwWhsCi0HW19I=qqxPpjvP4GIxEuMX1nSO_fofbqswbP1!Q~j|J`A(G~m>>e4EC4NFq*e$p zz-b{~rjX9uW;5@c@E5Ms>#@_34ex-@=s9yiL;xfYh@vqwnT zCVyWdmYlXuI2@z5>x7mXcp2K}xKo|FXlki`PpnYa8mxm;K#&c#wv#mbJgaC8y52Pn zzdBz|I4n;-g(zfT_-Ii{r!L4 zzcuF<_HUi*-!j*~yVkq@ZM6O!#?Zaa(7mpqnhyX3^aZ#wmAFuTJ<*{vOIb`XAm)Z| zbxnSG^l+UyUp8DIJ@Kk-nzfv8vydPz3MG%O$@$jHCn8|PvO{H4so@O=2Fes98Y&IP zmC7ilGD992^2lsPTz1%#K~p?g*Bnmio^tNAlv@!rt*M;vBt%3>Hyj!L+s$J3q6tciPNe zV$R^1{ryiv276deuh(KGds9CmM7xBVc?i~+Lo;kVx|`&je^WC~ZBV>wCfk&y8ZprS zp%zQByd9_E{O%4Vi4_Cl{*}rm79bx$7(x3*RH_wqiMg;lxN-9J$@Rllup!|lrkGug zwVG=KG>3M+Q_O9z{sk`+{mi1AOp`^XM?LQu`56i1U$g3sa%?)9!0vW8NNvtlPr#u z)pJtcWr)SMndMN?e3#}i(ax++S5fpusJJ8g5rUE$8G{rX4w8V1jas+^Atg9-j`nDt z(y(A_8AGmk2gs3NPxJyb`1iLvrlEr#m~1W^olB5``N%3t7O03*ya81%VGD5er<&a) z<-`H3mc~I4Ui0KuBYzy<@b~Ht5$N!o;$6et}-`C`^ce5I+YMj(lRD#1&hNYnu;ug+h{)=ZbR~(B4%Nb z{C=sN)QB(XMt{6GEnph#aSiqWc>!5P4j0Ppezqa8o%?>NDK#1ZrIFYzmOO>6n8Pnf z=9D~^YPp+Inx6)4EW7vLM`O8$BKqQE!eHrde(nB(t*^$%rCS?h9(QG?gd~-jy$aVK z<>CI*VXul^ch0p|H*_ z6lSB3|5yVDycklc-yT+F<9X*#cQ&3~l^;8vhjQhoe?04ecHwx+@5l36E4gISPAgcw ze{MVja%eoCB*bo?0`GZURr7HAtLYe2jr_ivPrGVf`N_`uai6Mr3)+75JXHg(KWf#S zA+gN`RgK`y5{EabI?x343Cy{vQAl(CyDdR6VmmhrN~D8pkYv z=nt;rySuPgETwH?Kx_fUolmaJDF6N!LuaL8`$VPj+_m9r&?1Di7#_x@E-SV1a*=7HdI~UzKx(7{*QY<($%24s7Lf$NVJ(moIN6HcNHM~ zMN*GPHONzER9E?J(O=*`;I#SB;eHP;>CUPV`!|5g6>Vv!8p(qYeK0XNew3Kh#6D_3 z*w`nkb6Zshg(#-R(munBUz{p*RdtX?J=`oX;cxN&jo#nn{p;|vSUC=c4-}Y*;loW{ z=`J){QkqLrThbP}kKD%3?=Vf|@E5MIi^e|tbJ18Q9w$H#3X}ub14-ukT!ME;#>LEg{C|ammkI2;X z{-_EpDlAZGeT5r;NP&Lo(|u-4l-635v0keb%W@C|ooiVa3Sa8S?G5{1#2YXJ*?@kcg( z91a@E8GEZ5GMEjkhOW571D+EYxby4XTYz?Wft+C;aCeK*n?}ua#=^DdN-d~-9k>@Xxsnr zty3HdTe$2xy}u`f0lW~~Gnuhlpc*@ttDGTipXIC4zCJC{H)Up{Pu(ObcDD&+Am_Uw zz}c*bM)XCeRamQ~@`F-hZ(T9}cj5mK{txAU3IB)je>ne3`M)dwcjN!={2#&pk^J9- z{}KL|@xPq^pWy$V{NIcJQT~6D|9kVlg8!f5|33WRm;W3#)a}Rr{rP_YEu3AkqLOxa z)I0Y^YqbD}B97K$!4lAHFg?8OL=TW&$HsLRks#8wx4@e+51AfNCfrrH#h|4&_Oop` zBxht8Bmf>XG6EY}v}5fThV3{qU!Fc_WKKgLY$qe5a@@$&vr<}d5<8CkzsRw{aJL8M2XX@f`-{(BQeox|pCqA{%o{n@J#p>W`o_EH8H;$247fFvxf`(%OYCQ9c&9O2{i>*!CZ2-MiCGl7VLz$i6ejYrkM4p!}>p zRt{@JY3#i1R`-yrHZRqO>9rkCX*~27Pqb~*MPd#r*gn1$>6%2P@ze^Jj)_KL@#N?2 ztfEF8;C$z~Sm*YVNY|&7l1^wHUTSg7VA0(ekMJel){_YrK>1+jMYQy%?=rsS)ptcf zxYmwJ!Vx+4@o6SyH0||gTY}s-6j|koe^?|pRkAlTO5P>rbs`Vz<5$px5tkAZor0`% zu3_iGN~Zj*Q&4HaNv+TtT8TiLc1w|`EWF_cEl*w$m-K?1@hFE!y0my3e3cIxWUWY2 zR6EKN+hU_Pzjs{ZqM^IYoE&+vZ%X$QZ3opaEh9@r=MfFX>tds~6(optt|}u@>l^P) zi7b1fp?GC%^!rmW{JGl{8lLzG`Qi}61*&T0+v6Hir)`dn{_wbYN9}gpyw-inVq5=o zLh7hkeaA+bH^%l^ds(2@nG*3M)^VD4#QGq07+Pu5kJ!isy(2U}Ccr!1OPrL^!9EU%Sk8eY6@Q4k!Kr}XeMUl*b1-}`t*`3jM+9ab&Pu#Z`_768NkDJ*O$oWk<^Dg1RSxn!T6R&Wej zuWkwp$uxzb+KfKSEE^v&usQ_Q6uuc3VZ{O*9^2()h86p!RjtFB)(dSO-00BIqqG4M z9CXM83#bueGFQtbO$}}?O|8Wt`7!rFZw1LSvilB@pRso`nckh=^vydOAfa#ggF7(j z3-)S`*fMsYQ3)>*!DgE_XkhzL*xd)$Eun7ssdYW(cCG8fWfKqM=!|3~-UW3bv2A56 zzlf3Ii4PhQ8^=B&^*knla?uG91O16~wfn{|F#j@Vk_W-dLi0QQSLIR7`V%mEaN_`} znY?n<3Qb(isCe?|i&7$R%c?r?@=lg=6p=FXiGF#a%(^KIGGro9Qie;`4uZss=5)Pp;%ACb>zm z^sNHp$FtGy>zM^0U$c&#TVkmO8le{_phkS5*ho-~f||6xP2p6frEl`g$U7q+-1o~& zJ&t`f{0e>t^vGbC=nenGREFqw5Rzj-F$K0g zTuHbP%%BL%r6PirZ`KC8FEa`)>bOv0W8W9B4G-DgL9K39Xfa3jJtKp$n}d}rAxgcK z!PsXI^AT7c6h9q|T}OB{7|ZCaB5Hdu=Uu(RtPP^Fk=y4amok%+T*~ZoTDE`uKa$?J ziuNG2icwo^Y;SDr)3LEHAP)*wrpLt-VMFrUj0lSn|4a?}{~lR1z^?;qmU)zkL%`qZ@S%*ms-)k|~P5fBZ4 zinI--t7C(P$`#M1O~tqU)St)Fw&?mjgf%a&;uN?kR{XnI=jyVcb7h$wqDu+}m%N49 z`AlMz42LJ#Vj7pq`VegWbFlLDVX@-3a<%8CZ#;EQRayEMYR3S2ri~J>a<*5(s}2(x z#cyzJ(zK}1UFUK*_Lue>(6Bks?Xgg5R@6vTe&n22C3Kx0!@5uIqlbb+=q!Ge@k@e9CzT^fy+#Wk5ciypuPSiBvV7C)`ADGkP)SQ%`6 zNhzB^%d#Fp6h-4HeO%izRW6;U>FLO>7}9JsB%hXf@qcIx*@K4ZaJR+9MeM&7I8>X~ zNLPRrI#Gzg@3VpCGTX)H(a0AP9*YHk;cBC$e4_OvA@dA*09TV-EkYVZYs(<%zZRQ< zxE{VWzxr@(k;@FtuV)s;8f7l)53XbW!t<|x2a|dE^DBp+Ed5<`-&fnvi zE4Qk_h<$QZr|(q=1(XsWu9~d^;Cm2YHv0YlwL9a<4nqs=V|X&O?{?USRxqn0U7Gpq zL*;>|x*tdGN?eX7gp)h$LYqLCoP5CPV6Z>cW;Cau;rFBsspZ2Ui4n#5dfHiNZux8dlInc#RPmg2cZMj*&DNfdEuvwhK}oNJy=DI4w5H1QIsxoCjP*!PB>KFx$M%B z1XiK8sueJ?>s2Rr{=_}F-Em|#O|^lb4~t2U^hJBOSm*KphoO6eU#}R@kb1a>O7p-J+G?mdYU||!_u)C-l;b$UTMsIh+3mKychZCeWXfUg;KxiNo!@2zVC5w> z87OPuTnTZ*XhcaSJ>e-MCi5o{8}VnI{WJs9`4LC@xVKlCd5p*K(2d%I05$?K*9G2Rb% zdoRIqty50m^FGv^GrKXdN-{(F9a=vxwMezhSuO3@0?p?jh0#1vL=qAaI8-ejgJUuF zqkx{nDa^N6cRtGG0L>r?TGEVVa>DJ|Lc!TX#FW4wycu|Ole)zkB+6Z94(ns9(g$-fa@=XMd=u{zb1`xP9sm~a+sN3t?wl@(@jr%>? zX|G8WVoHs;L`D8Djvv>s_NK3-98iR_$rqmipzjKl=_NYnO`_JfUi^X7&c-p((qDSV z`wo?F{WjBP%trTUuA(>^eE4RJYj-;80LtmHz)bc46}3!%hGH8!?1wsT(bg zzs~m44$3?M?94|0MkDPhEi@V|o{8v8CNm;Q+r`~?-N3{5sVr?6mCkL&uYFI96Uw{kLY`?*qQxaK}F-ZfW={J_02i&B4Jr5;MDZs0^5 zHE`#>va^AE;w=L~l`HelQ+EKt4^-x{R_2S0p+^R$mC9VYVP|EwxiS|WYQ4W>$1;yq znSW=&$woW#Wd^>Tpa1L5${g*=oZ#Ad?v7>t{VK}*p_O?!W%du%Je3Q1ol;P4!BF*W zG5|dO8Eb6Sjs<^T1y8hsUtrY4*~FMvx>TC3<0Bh=%m?>ka@c~G^TGQ^KKMM?@cLdu z^y2gxc(T!yk7|5DQHD*$=}CC9(Mx>Pv=`@tD(|a8*IMG})T(6WPDC@VGkdFHRb!uVP{QO6MV?qMos1UWN@ z;(g7$CGw8KyUDy;F2~E8YZL!$-VJ!|GEn+9o(M_bt@g-1k=_fzy+(n5@PU`hvkH$r zd!y)PpR7qScfhtNuvk11Zk2Q4-$YD|jd%l8bz6`}w25Kck$%pww}LK^hqQic66t!q zKW&ky9BH4mw3{wd+BNBK`g*>m%{cYF?CXEdyH9yHq2VXqUUtEK)%$N`4}f$gXYU9DzrMrsTCItYDJX-Pqi|??#tBe zOuGiSA$(&6{YvmOsy4lLogn;jjmV`tHcuaIScmG-hVW6B)ZxyeKB4mxNS*%d8W?-O zeVzEmuxrUWQh1WJuGOI^#p*!4DE${VSn1z6HxIJQ{z_wiO_FT%LGl1i1NtedtN^l& zO4ez~QkHBDd#~_XEComgVAqjHu9k=E#cFyHP5=NNsn6lFX@>eEKMYO^*yR+c{9b6O7zy@9+<&|js`_)LTE_avh0N-r)~NKTP!`k3K6@fty6lV^{$+XzFnk%7N>)}B%Cp^Q>`z5S| zFSpfYP9RbL6JQ*d`Q&ZS5Is6`m@?%wM1M-ATzu=s%)Mk)4{Waee7IIpFN=F&k?T$n zPT1hO12!wRgI8IJiGca{=inaZeq{>AXm$jkm;yR&^|K@|QrQ;q^1Lan^FU$je|N-5cmldKaOM$sZq)n?g!jEX zOj0hp8HL(#YI&2$;`n>FbCYIAxuNFv|0p-So|+J}&ZnTF)=%anhE}-3!acYcPN?Z# zTj)0RsB|-nK*w^Emsw~TgAyJH%^zTB?Z#PeZKARytl&uxVFP86y;jmVa?)mZHIM+uilPD6z;8e{NX&^ z&;Q2-1^4r1pQBES0u{2)F-9|PD#wp@h-qg-Xb542qlWgEtRtgL2-H%pzcJZOkc6tN zEph4W1{j5qVXwICM36sH-pK!;EK&|}iGHD$-Am`{x|}Hi6@+|1#quCICi>nCm;D8Z zKme+&sZ$G^YBmK1*b^vaeqwK<2H|4&*)V)&KkYJz?lijKRNf<8*DFT}y zb6tUaGk9r7YKnB}^g@!dMWEeMB@j^(o}*W$gotZ} zD7qJ}xh8RLyZLFdT*~L*n3F|3k;Qdo?4obt-{dOp08i(n7RBG2R@SVHbZIVwD|ZSp zl8pAYA(3mgQXh|OE&5RSGvJY}KU+&CUQJ9k+Cd%(GWryloOrP%=aH=zAFka3;inOv ze`IT^`jxz_h6AL!AbBc_2MX6p2e@j@&8a2b=+u&6ry2>@9~<+39nJonq#<6N#csw` ztiHG5f>dl--su5t{6+fCZN-tUF$PWdw6bby@-;P^d!y4GqKJ0M*KjVJWd@;Wp*e%e(MnadFC&< zy^5KKcfOCFAs7G6=GQ3VS>V$C<0zMQp-qJolv{WBJOZ4i)sokufg6{tC zI2>VZW{e$|*tfqgk~=T)X?0+t^q4w83sgFdFUN|Xi;aHjIHdg*IyiYxL&w2MEOmtr zPL7*5szN6xv6Zhua~_Y6dD#w6o{Wu&p`H2iiHXS-J=*cWqfC-Y##5tpYBEWOCMAF1 zo0&3cV?1&G=6K@E+hW=J3hwfve)IS`XY(^MuMPO|1a7iq&P-cQ3ZHlcGcW>LLxf3s zP9iBnnoOi0-u8kJ2MX{_LZMQWG#HrAkpn8G&4fezyKN@RuUV|uMCWazpRLe|l3jPG z7aa!d7oTgjwtXV~5h-)`C57i8Tq_!GGLZEFY>`!z!&0__66y;Dv~_Xw3*9p1((7Z+ z9;P(bgw^5g-R?lh;``}4=32(_3>yoP;alsc#0c!A&4Xx!-#m<_f%BKvP>hZSRh;He z3VmI`WQ}rnXz#m0vk8n zE#W7>z!$m{jp$O$aJm$?o=2$=bS<6wbGC0Z9e1irap|X!?bbMxPFki54>onE^f#tb z=9O&p9EvrO`-xgxyYAekjmLx5I}UVgmScVG1(ShpjG8dDyhbum6jXqK7p6YVkfsHy zY;;cwl!$jGZ8XX6nSAitT;_B7*-fa+ghKxZe&nRRMg89toGP=?KLKC&=9TG9rlK|d z(d_qyADM45t5rX%fGmE#O&E4R`6c|+KdF_`YdLmWaiF#3MP)gPs0l9WqW-95iqboK zqg~YW{-`^MlJPfG4`IA|>uSvA)SgXdb1HLCx`VPavocp^F3+@+Ds2zox}CV;*b{&7 z5;D?-zq=DVjcwWJN8g}6UZLX|X5H^=t*7697s5s+8(ppV!!n1EB6CEh(kH}5uiN`e zPYNh8Id4@$EcDvWUziu(QjtTO4Vdm00yTzH)P}<5Pyd=&&+m{qZyL%zWWN)epuA|m z1@4X6c|J+RWLDC8&tz5-BqnndM%Q`#is744rVA(l`*w~?PB;6`PRy-b+34Z@)fDiH zotxURyjUS-F$8tYZ2121)T2GDt4VuW!%T#lCBDmcO9jPP>AWvzCv*gZ5>HG(oQpIi zvN&miwp6FsA@PKmzNf!fXa|RPv2USSvXQphir373pmRNm9c!I(Hi;?>OUO_W zAM-{qr&k1)k@#@YJ~(Wl!}sTZkj+F2Y(p~Jnp7HGFbJ)$CN~55YSvfv3iUNePN>>E z&@QTI5UU{|Z?SwBKxKDAHV|}}TvQLHmiA7nz)bIEb{6dgWCninY*4k2Id(6n6n@4| z05#An5=K#RV~}LW!^aF#{qz~5G9N^Y%A8FeowPK15@UF2vyx6$hSMKrUVUBDfL4@( zjW$UyJi{ib@6J$lr>4Nn>&0{e>t@k6sa}Rqzxg$j*J*8rD`;6v3e;}yDRK?X2_92^2^};378M#HH72| zl|l)q#zAPp2Pp`MtzXE3z*CCrom6cjH)pjm^h9W_|dw)$@T^Ok`kHm+Hl0_ zIZN%1j^y71*h&AXU~vD>{2%-O9OtAT(|HOOvO8SbAl;oF�qukcz!@jn|zV<_gYTtk3ETo;V#i;rtA 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%0D^$q#w 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

-z)t^ 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 z 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ν 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%0DXawhIjk@*|Z!yke3DxD;A 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

FKC!msM@Bc^|e>3^k^ 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

#&T^X|Y3el6{&v1X9O!qf| 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

*Ka0?;Iq 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 z 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 z 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�WZmOKvyIm;-{qx%wzd~=%C$|zW-cx9YT`Wq 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뱶Y~=ZgTpg?UXU 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�P;#g*5K8wSWO{7Exy2geU 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

WBj|924upJVtyER`CCoLY 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%0AD}-a_iJQ*#grIj(60c#KrY42 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 z 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%0DF9DIRx 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 literal 0 HcmV?d00001 diff --git a/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/package.json b/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/package.json new file mode 100644 index 0000000..31e30e0 --- /dev/null +++ b/node_modules/@matrix-org/matrix-sdk-crypto-nodejs/package.json @@ -0,0 +1,39 @@ +{ + "name": "@matrix-org/matrix-sdk-crypto-nodejs", + "version": "0.3.0-beta.1", + "main": "index.js", + "types": "index.d.ts", + "napi": { + "name": "matrix-sdk-crypto", + "triples": { + "additional": [ + "aarch64-apple-darwin" + ] + } + }, + "license": "Apache-2.0", + "devDependencies": { + "@napi-rs/cli": "^2.18.4", + "jest": "^29.7.0", + "prettier": "^3.3.3", + "typedoc": "^0.26.11", + "typescript": "^5.6.3", + "yargs-parser": "~21.1.1" + }, + "engines": { + "node": ">= 18" + }, + "scripts": { + "lint": "prettier --check .", + "release-build": "napi build --platform --release --strip", + "build": "napi build --platform", + "postinstall": "node download-lib.js", + "test": "jest --verbose --testTimeout 10000", + "doc": "typedoc --tsconfig ." + }, + "dependencies": { + "https-proxy-agent": "^7.0.5", + "node-downloader-helper": "^2.1.9" + }, + "packageManager": "yarn@1.22.19+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71" +} diff --git a/node_modules/@selderee/plugin-htmlparser2/CHANGELOG.md b/node_modules/@selderee/plugin-htmlparser2/CHANGELOG.md new file mode 100644 index 0000000..8927a64 --- /dev/null +++ b/node_modules/@selderee/plugin-htmlparser2/CHANGELOG.md @@ -0,0 +1,33 @@ +# Changelog + +## Version 0.11.0 + +* (`selderee`) Escape sequences in selectors. + +## Version 0.10.0 + +* Targeting Node.js version 14 and ES2020; +* Bump dependencies. + +## Version 0.9.0 + +* Bump dependencies - fix "./core module cannot be found" issue. + +## Version 0.8.1 + +* Sync with `selderee` package version. Now all dependencies are TypeScript, dual CommonJS/ES module packages; +* Use `rollup-plugin-cleanup` to condition published files. + +## Version 0.7.0 + +* Drop Node.js version 10 support. At least 12.22.x is required. + +## Version 0.6.0 + +* `selderee` 0.6.0 - [changelog](https://github.com/mxxii/selderee/blob/main/packages/selderee/CHANGELOG.md). + +## Version 0.5.0 + +Initial release. + +Aiming at Node.js version 10 and up. diff --git a/node_modules/@selderee/plugin-htmlparser2/LICENSE b/node_modules/@selderee/plugin-htmlparser2/LICENSE new file mode 100644 index 0000000..2fa66e4 --- /dev/null +++ b/node_modules/@selderee/plugin-htmlparser2/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021-2022 KillyMXI + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/@selderee/plugin-htmlparser2/README.md b/node_modules/@selderee/plugin-htmlparser2/README.md new file mode 100644 index 0000000..8ced35a --- /dev/null +++ b/node_modules/@selderee/plugin-htmlparser2/README.md @@ -0,0 +1,15 @@ +# selderee + +![lint status badge](https://github.com/mxxii/selderee/workflows/lint/badge.svg) +![test status badge](https://github.com/mxxii/selderee/workflows/test/badge.svg) +[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/mxxii/selderee/blob/main/LICENSE) + +[selderee](https://github.com/mxxii/selderee) plugin - selectors decision tree builder for [htmlparser2](https://github.com/fb55/htmlparser2) DOM AST. + +(Technically, the package depends not on `htmlparser2` but on [domhandler](https://github.com/fb55/domhandler), underlying package of `htmlparser2`.) + +---- + +[Changelog](https://github.com/mxxii/selderee/blob/main/packages/plugin-htmlparser2/CHANGELOG.md). + +See [main README file](https://github.com/mxxii/selderee/blob/main/README.md) for more info. diff --git a/node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.cjs b/node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.cjs new file mode 100644 index 0000000..c0ce89d --- /dev/null +++ b/node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.cjs @@ -0,0 +1,94 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { value: true }); + +var domhandler = require('domhandler'); +var selderee = require('selderee'); + +function hp2Builder(nodes) { + return new selderee.Picker(handleArray(nodes)); +} +function handleArray(nodes) { + const matchers = nodes.map(handleNode); + return (el, ...tail) => matchers.flatMap(m => m(el, ...tail)); +} +function handleNode(node) { + switch (node.type) { + case 'terminal': { + const result = [node.valueContainer]; + return (el, ...tail) => result; + } + case 'tagName': + return handleTagName(node); + case 'attrValue': + return handleAttrValueName(node); + case 'attrPresence': + return handleAttrPresenceName(node); + case 'pushElement': + return handlePushElementNode(node); + case 'popElement': + return handlePopElementNode(node); + } +} +function handleTagName(node) { + const variants = {}; + for (const variant of node.variants) { + variants[variant.value] = handleArray(variant.cont); + } + return (el, ...tail) => { + const continuation = variants[el.name]; + return (continuation) ? continuation(el, ...tail) : []; + }; +} +function handleAttrPresenceName(node) { + const attrName = node.name; + const continuation = handleArray(node.cont); + return (el, ...tail) => (Object.prototype.hasOwnProperty.call(el.attribs, attrName)) + ? continuation(el, ...tail) + : []; +} +function handleAttrValueName(node) { + const callbacks = []; + for (const matcher of node.matchers) { + const predicate = matcher.predicate; + const continuation = handleArray(matcher.cont); + callbacks.push((attr, el, ...tail) => (predicate(attr) ? continuation(el, ...tail) : [])); + } + const attrName = node.name; + return (el, ...tail) => { + const attr = el.attribs[attrName]; + return (attr || attr === '') + ? callbacks.flatMap(cb => cb(attr, el, ...tail)) + : []; + }; +} +function handlePushElementNode(node) { + const continuation = handleArray(node.cont); + const leftElementGetter = (node.combinator === '+') + ? getPrecedingElement + : getParentElement; + return (el, ...tail) => { + const next = leftElementGetter(el); + if (next === null) { + return []; + } + return continuation(next, el, ...tail); + }; +} +const getPrecedingElement = (el) => { + const prev = el.prev; + if (prev === null) { + return null; + } + return (domhandler.isTag(prev)) ? prev : getPrecedingElement(prev); +}; +const getParentElement = (el) => { + const parent = el.parent; + return (parent && domhandler.isTag(parent)) ? parent : null; +}; +function handlePopElementNode(node) { + const continuation = handleArray(node.cont); + return (el, next, ...tail) => continuation(next, ...tail); +} + +exports.hp2Builder = hp2Builder; diff --git a/node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.d.ts b/node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.d.ts new file mode 100644 index 0000000..fb37051 --- /dev/null +++ b/node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.d.ts @@ -0,0 +1,16 @@ +import { Element } from 'domhandler'; +import { Picker, Ast } from 'selderee'; +/** + * A {@link BuilderFunction} implementation. + * + * Creates a function (in a {@link Picker} wrapper) that can run + * the decision tree against `htmlparser2` `Element` nodes. + * + * @typeParam V - the type of values associated with selectors. + * + * @param nodes - nodes ({@link DecisionTreeNode}) + * from the root level of the decision tree. + * + * @returns a {@link Picker} object. + */ +export declare function hp2Builder(nodes: Ast.DecisionTreeNode[]): Picker; diff --git a/node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.mjs b/node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.mjs new file mode 100644 index 0000000..16f19ce --- /dev/null +++ b/node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.mjs @@ -0,0 +1,90 @@ +import { isTag } from 'domhandler'; +import { Picker } from 'selderee'; + +function hp2Builder(nodes) { + return new Picker(handleArray(nodes)); +} +function handleArray(nodes) { + const matchers = nodes.map(handleNode); + return (el, ...tail) => matchers.flatMap(m => m(el, ...tail)); +} +function handleNode(node) { + switch (node.type) { + case 'terminal': { + const result = [node.valueContainer]; + return (el, ...tail) => result; + } + case 'tagName': + return handleTagName(node); + case 'attrValue': + return handleAttrValueName(node); + case 'attrPresence': + return handleAttrPresenceName(node); + case 'pushElement': + return handlePushElementNode(node); + case 'popElement': + return handlePopElementNode(node); + } +} +function handleTagName(node) { + const variants = {}; + for (const variant of node.variants) { + variants[variant.value] = handleArray(variant.cont); + } + return (el, ...tail) => { + const continuation = variants[el.name]; + return (continuation) ? continuation(el, ...tail) : []; + }; +} +function handleAttrPresenceName(node) { + const attrName = node.name; + const continuation = handleArray(node.cont); + return (el, ...tail) => (Object.prototype.hasOwnProperty.call(el.attribs, attrName)) + ? continuation(el, ...tail) + : []; +} +function handleAttrValueName(node) { + const callbacks = []; + for (const matcher of node.matchers) { + const predicate = matcher.predicate; + const continuation = handleArray(matcher.cont); + callbacks.push((attr, el, ...tail) => (predicate(attr) ? continuation(el, ...tail) : [])); + } + const attrName = node.name; + return (el, ...tail) => { + const attr = el.attribs[attrName]; + return (attr || attr === '') + ? callbacks.flatMap(cb => cb(attr, el, ...tail)) + : []; + }; +} +function handlePushElementNode(node) { + const continuation = handleArray(node.cont); + const leftElementGetter = (node.combinator === '+') + ? getPrecedingElement + : getParentElement; + return (el, ...tail) => { + const next = leftElementGetter(el); + if (next === null) { + return []; + } + return continuation(next, el, ...tail); + }; +} +const getPrecedingElement = (el) => { + const prev = el.prev; + if (prev === null) { + return null; + } + return (isTag(prev)) ? prev : getPrecedingElement(prev); +}; +const getParentElement = (el) => { + const parent = el.parent; + return (parent && isTag(parent)) ? parent : null; +}; +function handlePopElementNode(node) { + const continuation = handleArray(node.cont); + return (el, next, ...tail) => continuation(next, ...tail); +} + +export { hp2Builder }; diff --git a/node_modules/@selderee/plugin-htmlparser2/package.json b/node_modules/@selderee/plugin-htmlparser2/package.json new file mode 100644 index 0000000..93b58f0 --- /dev/null +++ b/node_modules/@selderee/plugin-htmlparser2/package.json @@ -0,0 +1,47 @@ +{ + "name": "@selderee/plugin-htmlparser2", + "version": "0.11.0", + "description": "selderee plugin - selectors decision tree builder for htmlparser2 DOM.", + "keywords": [ + "htmlparser2", + "selderee", + "plugin", + "selderee plugin" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/mxxii/selderee.git" + }, + "bugs": { + "url": "https://github.com/mxxii/selderee/issues" + }, + "homepage": "https://github.com/mxxii/selderee", + "author": "KillyMXI", + "funding": "https://ko-fi.com/killymxi", + "license": "MIT", + "exports": { + "import": "./lib/hp2-builder.mjs", + "require": "./lib/hp2-builder.cjs" + }, + "type": "module", + "main": "./lib/hp2-builder.cjs", + "module": "./lib/hp2-builder.mjs", + "types": "./lib/hp2-builder.d.ts", + "typedocMain": "./src/hp2-builder.ts", + "files": [ + "lib" + ], + "scripts": { + "build:rollup": "rollup -c", + "build:types": "tsc -d --emitDeclarationOnly --declarationDir ./lib", + "build": "npm run clean && npm run build:rollup && npm run build:types", + "clean": "rimraf lib" + }, + "dependencies": { + "domhandler": "^5.0.3", + "selderee": "^0.11.0" + }, + "devDependencies": { + "htmlparser2": "^8.0.1" + } +} diff --git a/node_modules/@types/body-parser/LICENSE b/node_modules/@types/body-parser/LICENSE new file mode 100644 index 0000000..9e841e7 --- /dev/null +++ b/node_modules/@types/body-parser/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE diff --git a/node_modules/@types/body-parser/README.md b/node_modules/@types/body-parser/README.md new file mode 100644 index 0000000..ab818af --- /dev/null +++ b/node_modules/@types/body-parser/README.md @@ -0,0 +1,15 @@ +# Installation +> `npm install --save @types/body-parser` + +# Summary +This package contains type definitions for body-parser (https://github.com/expressjs/body-parser). + +# Details +Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/body-parser. + +### Additional Details + * Last updated: Sat, 07 Jun 2025 02:15:25 GMT + * Dependencies: [@types/connect](https://npmjs.com/package/@types/connect), [@types/node](https://npmjs.com/package/@types/node) + +# Credits +These definitions were written by [Santi Albo](https://github.com/santialbo), [Vilic Vane](https://github.com/vilic), [Jonathan Häberle](https://github.com/dreampulse), [Gevik Babakhani](https://github.com/blendsdk), [Tomasz Łaziuk](https://github.com/tlaziuk), [Jason Walton](https://github.com/jwalton), [Piotr Błażejewicz](https://github.com/peterblazejewicz), and [Sebastian Beltran](https://github.com/bjohansebas). diff --git a/node_modules/@types/body-parser/index.d.ts b/node_modules/@types/body-parser/index.d.ts new file mode 100644 index 0000000..96feda8 --- /dev/null +++ b/node_modules/@types/body-parser/index.d.ts @@ -0,0 +1,95 @@ +/// + +import { NextHandleFunction } from "connect"; +import * as http from "http"; + +// for docs go to https://github.com/expressjs/body-parser/tree/1.19.0#body-parser + +declare namespace bodyParser { + interface BodyParser { + /** + * @deprecated use individual json/urlencoded middlewares + */ + (options?: OptionsJson & OptionsText & OptionsUrlencoded): NextHandleFunction; + /** + * Returns middleware that only parses json and only looks at requests + * where the Content-Type header matches the type option. + */ + json(options?: OptionsJson): NextHandleFunction; + /** + * Returns middleware that parses all bodies as a Buffer and only looks at requests + * where the Content-Type header matches the type option. + */ + raw(options?: Options): NextHandleFunction; + + /** + * Returns middleware that parses all bodies as a string and only looks at requests + * where the Content-Type header matches the type option. + */ + text(options?: OptionsText): NextHandleFunction; + /** + * Returns middleware that only parses urlencoded bodies and only looks at requests + * where the Content-Type header matches the type option + */ + urlencoded(options?: OptionsUrlencoded): NextHandleFunction; + } + + interface Options { + /** When set to true, then deflated (compressed) bodies will be inflated; when false, deflated bodies are rejected. Defaults to true. */ + inflate?: boolean | undefined; + /** + * Controls the maximum request body size. If this is a number, + * then the value specifies the number of bytes; if it is a string, + * the value is passed to the bytes library for parsing. Defaults to '100kb'. + */ + limit?: number | string | undefined; + /** + * The type option is used to determine what media type the middleware will parse + */ + type?: string | string[] | ((req: http.IncomingMessage) => any) | undefined; + /** + * The verify option, if supplied, is called as verify(req, res, buf, encoding), + * where buf is a Buffer of the raw request body and encoding is the encoding of the request. + */ + verify?(req: http.IncomingMessage, res: http.ServerResponse, buf: Buffer, encoding: string): void; + } + + interface OptionsJson extends Options { + /** + * The reviver option is passed directly to JSON.parse as the second argument. + */ + reviver?(key: string, value: any): any; + /** + * When set to `true`, will only accept arrays and objects; + * when `false` will accept anything JSON.parse accepts. Defaults to `true`. + */ + strict?: boolean | undefined; + } + + interface OptionsText extends Options { + /** + * Specify the default character set for the text content if the charset + * is not specified in the Content-Type header of the request. + * Defaults to `utf-8`. + */ + defaultCharset?: string | undefined; + } + + interface OptionsUrlencoded extends Options { + /** + * The extended option allows to choose between parsing the URL-encoded data + * with the querystring library (when `false`) or the qs library (when `true`). + */ + extended?: boolean | undefined; + /** + * The parameterLimit option controls the maximum number of parameters + * that are allowed in the URL-encoded data. If a request contains more parameters than this value, + * a 413 will be returned to the client. Defaults to 1000. + */ + parameterLimit?: number | undefined; + } +} + +declare const bodyParser: bodyParser.BodyParser; + +export = bodyParser; diff --git a/node_modules/@types/body-parser/package.json b/node_modules/@types/body-parser/package.json new file mode 100644 index 0000000..15e2dd6 --- /dev/null +++ b/node_modules/@types/body-parser/package.json @@ -0,0 +1,64 @@ +{ + "name": "@types/body-parser", + "version": "1.19.6", + "description": "TypeScript definitions for body-parser", + "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/body-parser", + "license": "MIT", + "contributors": [ + { + "name": "Santi Albo", + "githubUsername": "santialbo", + "url": "https://github.com/santialbo" + }, + { + "name": "Vilic Vane", + "githubUsername": "vilic", + "url": "https://github.com/vilic" + }, + { + "name": "Jonathan Häberle", + "githubUsername": "dreampulse", + "url": "https://github.com/dreampulse" + }, + { + "name": "Gevik Babakhani", + "githubUsername": "blendsdk", + "url": "https://github.com/blendsdk" + }, + { + "name": "Tomasz Łaziuk", + "githubUsername": "tlaziuk", + "url": "https://github.com/tlaziuk" + }, + { + "name": "Jason Walton", + "githubUsername": "jwalton", + "url": "https://github.com/jwalton" + }, + { + "name": "Piotr Błażejewicz", + "githubUsername": "peterblazejewicz", + "url": "https://github.com/peterblazejewicz" + }, + { + "name": "Sebastian Beltran", + "githubUsername": "bjohansebas", + "url": "https://github.com/bjohansebas" + } + ], + "main": "", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "directory": "types/body-parser" + }, + "scripts": {}, + "dependencies": { + "@types/connect": "*", + "@types/node": "*" + }, + "peerDependencies": {}, + "typesPublisherContentHash": "d788c843f427d6ca19640ee90eb433324a18f23aed05402a82c4e47e6d60b29d", + "typeScriptVersion": "5.1" +} \ No newline at end of file diff --git a/node_modules/@types/connect/LICENSE b/node_modules/@types/connect/LICENSE new file mode 100644 index 0000000..9e841e7 --- /dev/null +++ b/node_modules/@types/connect/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE diff --git a/node_modules/@types/connect/README.md b/node_modules/@types/connect/README.md new file mode 100644 index 0000000..1746fab --- /dev/null +++ b/node_modules/@types/connect/README.md @@ -0,0 +1,15 @@ +# Installation +> `npm install --save @types/connect` + +# Summary +This package contains type definitions for connect (https://github.com/senchalabs/connect). + +# Details +Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect. + +### Additional Details + * Last updated: Mon, 06 Nov 2023 22:41:05 GMT + * Dependencies: [@types/node](https://npmjs.com/package/@types/node) + +# Credits +These definitions were written by [Maxime LUCE](https://github.com/SomaticIT), and [Evan Hahn](https://github.com/EvanHahn). diff --git a/node_modules/@types/connect/index.d.ts b/node_modules/@types/connect/index.d.ts new file mode 100644 index 0000000..8355d78 --- /dev/null +++ b/node_modules/@types/connect/index.d.ts @@ -0,0 +1,91 @@ +/// + +import * as http from "http"; + +/** + * Create a new connect server. + */ +declare function createServer(): createServer.Server; + +declare namespace createServer { + export type ServerHandle = HandleFunction | http.Server; + + export class IncomingMessage extends http.IncomingMessage { + originalUrl?: http.IncomingMessage["url"] | undefined; + } + + type NextFunction = (err?: any) => void; + + export type SimpleHandleFunction = (req: IncomingMessage, res: http.ServerResponse) => void; + export type NextHandleFunction = (req: IncomingMessage, res: http.ServerResponse, next: NextFunction) => void; + export type ErrorHandleFunction = ( + err: any, + req: IncomingMessage, + res: http.ServerResponse, + next: NextFunction, + ) => void; + export type HandleFunction = SimpleHandleFunction | NextHandleFunction | ErrorHandleFunction; + + export interface ServerStackItem { + route: string; + handle: ServerHandle; + } + + export interface Server extends NodeJS.EventEmitter { + (req: http.IncomingMessage, res: http.ServerResponse, next?: Function): void; + + route: string; + stack: ServerStackItem[]; + + /** + * Utilize the given middleware `handle` to the given `route`, + * defaulting to _/_. This "route" is the mount-point for the + * middleware, when given a value other than _/_ the middleware + * is only effective when that segment is present in the request's + * pathname. + * + * For example if we were to mount a function at _/admin_, it would + * be invoked on _/admin_, and _/admin/settings_, however it would + * not be invoked for _/_, or _/posts_. + */ + use(fn: NextHandleFunction): Server; + use(fn: HandleFunction): Server; + use(route: string, fn: NextHandleFunction): Server; + use(route: string, fn: HandleFunction): Server; + + /** + * Handle server requests, punting them down + * the middleware stack. + */ + handle(req: http.IncomingMessage, res: http.ServerResponse, next: Function): void; + + /** + * Listen for connections. + * + * This method takes the same arguments + * as node's `http.Server#listen()`. + * + * HTTP and HTTPS: + * + * If you run your application both as HTTP + * and HTTPS you may wrap them individually, + * since your Connect "server" is really just + * a JavaScript `Function`. + * + * var connect = require('connect') + * , http = require('http') + * , https = require('https'); + * + * var app = connect(); + * + * http.createServer(app).listen(80); + * https.createServer(options, app).listen(443); + */ + listen(port: number, hostname?: string, backlog?: number, callback?: Function): http.Server; + listen(port: number, hostname?: string, callback?: Function): http.Server; + listen(path: string, callback?: Function): http.Server; + listen(handle: any, listeningListener?: Function): http.Server; + } +} + +export = createServer; diff --git a/node_modules/@types/connect/package.json b/node_modules/@types/connect/package.json new file mode 100644 index 0000000..207078e --- /dev/null +++ b/node_modules/@types/connect/package.json @@ -0,0 +1,32 @@ +{ + "name": "@types/connect", + "version": "3.4.38", + "description": "TypeScript definitions for connect", + "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/connect", + "license": "MIT", + "contributors": [ + { + "name": "Maxime LUCE", + "githubUsername": "SomaticIT", + "url": "https://github.com/SomaticIT" + }, + { + "name": "Evan Hahn", + "githubUsername": "EvanHahn", + "url": "https://github.com/EvanHahn" + } + ], + "main": "", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "directory": "types/connect" + }, + "scripts": {}, + "dependencies": { + "@types/node": "*" + }, + "typesPublisherContentHash": "8990242237504bdec53088b79e314b94bec69286df9de56db31f22de403b4092", + "typeScriptVersion": "4.5" +} \ No newline at end of file diff --git a/node_modules/@types/express-serve-static-core/LICENSE b/node_modules/@types/express-serve-static-core/LICENSE new file mode 100644 index 0000000..9e841e7 --- /dev/null +++ b/node_modules/@types/express-serve-static-core/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE diff --git a/node_modules/@types/express-serve-static-core/README.md b/node_modules/@types/express-serve-static-core/README.md new file mode 100644 index 0000000..d08136b --- /dev/null +++ b/node_modules/@types/express-serve-static-core/README.md @@ -0,0 +1,15 @@ +# Installation +> `npm install --save @types/express-serve-static-core` + +# Summary +This package contains type definitions for express-serve-static-core (http://expressjs.com). + +# Details +Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-serve-static-core/v4. + +### Additional Details + * Last updated: Wed, 25 Sep 2024 19:19:36 GMT + * Dependencies: [@types/node](https://npmjs.com/package/@types/node), [@types/qs](https://npmjs.com/package/@types/qs), [@types/range-parser](https://npmjs.com/package/@types/range-parser), [@types/send](https://npmjs.com/package/@types/send) + +# Credits +These definitions were written by [Boris Yankov](https://github.com/borisyankov), [Satana Charuwichitratana](https://github.com/micksatana), [Jose Luis Leon](https://github.com/JoseLion), [David Stephens](https://github.com/dwrss), and [Shin Ando](https://github.com/andoshin11). diff --git a/node_modules/@types/express-serve-static-core/index.d.ts b/node_modules/@types/express-serve-static-core/index.d.ts new file mode 100644 index 0000000..aee3041 --- /dev/null +++ b/node_modules/@types/express-serve-static-core/index.d.ts @@ -0,0 +1,1295 @@ +// This extracts the core definitions from express to prevent a circular dependency between express and serve-static +/// + +import { SendOptions } from "send"; + +declare global { + namespace Express { + // These open interfaces may be extended in an application-specific manner via declaration merging. + // See for example method-override.d.ts (https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/method-override/index.d.ts) + interface Request {} + interface Response {} + interface Locals {} + interface Application {} + } +} + +import { EventEmitter } from "events"; +import * as http from "http"; +import { ParsedQs } from "qs"; +import { Options as RangeParserOptions, Ranges as RangeParserRanges, Result as RangeParserResult } from "range-parser"; + +export {}; + +export type Query = ParsedQs; + +export interface NextFunction { + (err?: any): void; + /** + * "Break-out" of a router by calling {next('router')}; + * @see {https://expressjs.com/en/guide/using-middleware.html#middleware.router} + */ + (deferToNext: "router"): void; + /** + * "Break-out" of a route by calling {next('route')}; + * @see {https://expressjs.com/en/guide/using-middleware.html#middleware.application} + */ + (deferToNext: "route"): void; +} + +export interface Dictionary { + [key: string]: T; +} + +export interface ParamsDictionary { + [key: string]: string; +} +export type ParamsArray = string[]; +export type Params = ParamsDictionary | ParamsArray; + +export interface Locals extends Express.Locals {} + +export interface RequestHandler< + P = ParamsDictionary, + ResBody = any, + ReqBody = any, + ReqQuery = ParsedQs, + LocalsObj extends Record = Record, +> { + // tslint:disable-next-line callable-types (This is extended from and can't extend from a type alias in ts<2.2) + ( + req: Request, + res: Response, + next: NextFunction, + ): void; +} + +export type ErrorRequestHandler< + P = ParamsDictionary, + ResBody = any, + ReqBody = any, + ReqQuery = ParsedQs, + LocalsObj extends Record = Record, +> = ( + err: any, + req: Request, + res: Response, + next: NextFunction, +) => void; + +export type PathParams = string | RegExp | Array; + +export type RequestHandlerParams< + P = ParamsDictionary, + ResBody = any, + ReqBody = any, + ReqQuery = ParsedQs, + LocalsObj extends Record = Record, +> = + | RequestHandler + | ErrorRequestHandler + | Array | ErrorRequestHandler

>; + +type RemoveTail = S extends `${infer P}${Tail}` ? P : S; +type GetRouteParameter = RemoveTail< + RemoveTail, `-${string}`>, + `.${string}` +>; + +// prettier-ignore +export type RouteParameters = string extends Route ? ParamsDictionary + : Route extends `${string}(${string}` ? ParamsDictionary // TODO: handling for regex parameters + : Route extends `${string}:${infer Rest}` ? + & ( + GetRouteParameter extends never ? ParamsDictionary + : GetRouteParameter extends `${infer ParamName}?` ? { [P in ParamName]?: string } + : { [P in GetRouteParameter]: string } + ) + & (Rest extends `${GetRouteParameter}${infer Next}` ? RouteParameters : unknown) + : {}; + +/* eslint-disable @definitelytyped/no-unnecessary-generics */ +export interface IRouterMatcher< + T, + Method extends "all" | "get" | "post" | "put" | "delete" | "patch" | "options" | "head" = any, +> { + < + Route extends string, + P = RouteParameters, + ResBody = any, + ReqBody = any, + ReqQuery = ParsedQs, + LocalsObj extends Record = Record, + >( + // (it's used as the default type parameter for P) + path: Route, + // (This generic is meant to be passed explicitly.) + ...handlers: Array> + ): T; + < + Path extends string, + P = RouteParameters, + ResBody = any, + ReqBody = any, + ReqQuery = ParsedQs, + LocalsObj extends Record = Record, + >( + // (it's used as the default type parameter for P) + path: Path, + // (This generic is meant to be passed explicitly.) + ...handlers: Array> + ): T; + < + P = ParamsDictionary, + ResBody = any, + ReqBody = any, + ReqQuery = ParsedQs, + LocalsObj extends Record = Record, + >( + path: PathParams, + // (This generic is meant to be passed explicitly.) + ...handlers: Array> + ): T; + < + P = ParamsDictionary, + ResBody = any, + ReqBody = any, + ReqQuery = ParsedQs, + LocalsObj extends Record = Record, + >( + path: PathParams, + // (This generic is meant to be passed explicitly.) + ...handlers: Array> + ): T; + (path: PathParams, subApplication: Application): T; +} + +export interface IRouterHandler { + (...handlers: Array>>): T; + (...handlers: Array>>): T; + < + P = RouteParameters, + ResBody = any, + ReqBody = any, + ReqQuery = ParsedQs, + LocalsObj extends Record = Record, + >( + // (This generic is meant to be passed explicitly.) + // eslint-disable-next-line @definitelytyped/no-unnecessary-generics + ...handlers: Array> + ): T; + < + P = RouteParameters, + ResBody = any, + ReqBody = any, + ReqQuery = ParsedQs, + LocalsObj extends Record = Record, + >( + // (This generic is meant to be passed explicitly.) + // eslint-disable-next-line @definitelytyped/no-unnecessary-generics + ...handlers: Array> + ): T; + < + P = ParamsDictionary, + ResBody = any, + ReqBody = any, + ReqQuery = ParsedQs, + LocalsObj extends Record = Record, + >( + // (This generic is meant to be passed explicitly.) + // eslint-disable-next-line @definitelytyped/no-unnecessary-generics + ...handlers: Array> + ): T; + < + P = ParamsDictionary, + ResBody = any, + ReqBody = any, + ReqQuery = ParsedQs, + LocalsObj extends Record = Record, + >( + // (This generic is meant to be passed explicitly.) + // eslint-disable-next-line @definitelytyped/no-unnecessary-generics + ...handlers: Array> + ): T; +} +/* eslint-enable @definitelytyped/no-unnecessary-generics */ + +export interface IRouter extends RequestHandler { + /** + * Map the given param placeholder `name`(s) to the given callback(s). + * + * Parameter mapping is used to provide pre-conditions to routes + * which use normalized placeholders. For example a _:user_id_ parameter + * could automatically load a user's information from the database without + * any additional code, + * + * The callback uses the samesignature as middleware, the only differencing + * being that the value of the placeholder is passed, in this case the _id_ + * of the user. Once the `next()` function is invoked, just like middleware + * it will continue on to execute the route, or subsequent parameter functions. + * + * app.param('user_id', function(req, res, next, id){ + * User.find(id, function(err, user){ + * if (err) { + * next(err); + * } else if (user) { + * req.user = user; + * next(); + * } else { + * next(new Error('failed to load user')); + * } + * }); + * }); + */ + param(name: string, handler: RequestParamHandler): this; + + /** + * Alternatively, you can pass only a callback, in which case you have the opportunity to alter the app.param() + * + * @deprecated since version 4.11 + */ + param(callback: (name: string, matcher: RegExp) => RequestParamHandler): this; + + /** + * Special-cased "all" method, applying the given route `path`, + * middleware, and callback to _every_ HTTP method. + */ + all: IRouterMatcher; + get: IRouterMatcher; + post: IRouterMatcher; + put: IRouterMatcher; + delete: IRouterMatcher; + patch: IRouterMatcher; + options: IRouterMatcher; + head: IRouterMatcher; + + checkout: IRouterMatcher; + connect: IRouterMatcher; + copy: IRouterMatcher; + lock: IRouterMatcher; + merge: IRouterMatcher; + mkactivity: IRouterMatcher; + mkcol: IRouterMatcher; + move: IRouterMatcher; + "m-search": IRouterMatcher; + notify: IRouterMatcher; + propfind: IRouterMatcher; + proppatch: IRouterMatcher; + purge: IRouterMatcher; + report: IRouterMatcher; + search: IRouterMatcher; + subscribe: IRouterMatcher; + trace: IRouterMatcher; + unlock: IRouterMatcher; + unsubscribe: IRouterMatcher; + link: IRouterMatcher; + unlink: IRouterMatcher; + + use: IRouterHandler & IRouterMatcher; + + route(prefix: T): IRoute; + route(prefix: PathParams): IRoute; + /** + * Stack of configured routes + */ + stack: ILayer[]; +} + +export interface ILayer { + route?: IRoute; + name: string | ""; + params?: Record; + keys: string[]; + path?: string; + method: string; + regexp: RegExp; + handle: (req: Request, res: Response, next: NextFunction) => any; +} + +export interface IRoute { + path: string; + stack: ILayer[]; + all: IRouterHandler; + get: IRouterHandler; + post: IRouterHandler; + put: IRouterHandler; + delete: IRouterHandler; + patch: IRouterHandler; + options: IRouterHandler; + head: IRouterHandler; + + checkout: IRouterHandler; + copy: IRouterHandler; + lock: IRouterHandler; + merge: IRouterHandler; + mkactivity: IRouterHandler; + mkcol: IRouterHandler; + move: IRouterHandler; + "m-search": IRouterHandler; + notify: IRouterHandler; + purge: IRouterHandler; + report: IRouterHandler; + search: IRouterHandler; + subscribe: IRouterHandler; + trace: IRouterHandler; + unlock: IRouterHandler; + unsubscribe: IRouterHandler; +} + +export interface Router extends IRouter {} + +/** + * Options passed down into `res.cookie` + * @link https://expressjs.com/en/api.html#res.cookie + */ +export interface CookieOptions { + /** Convenient option for setting the expiry time relative to the current time in **milliseconds**. */ + maxAge?: number | undefined; + /** Indicates if the cookie should be signed. */ + signed?: boolean | undefined; + /** Expiry date of the cookie in GMT. If not specified or set to 0, creates a session cookie. */ + expires?: Date | undefined; + /** Flags the cookie to be accessible only by the web server. */ + httpOnly?: boolean | undefined; + /** Path for the cookie. Defaults to “/”. */ + path?: string | undefined; + /** Domain name for the cookie. Defaults to the domain name of the app. */ + domain?: string | undefined; + /** Marks the cookie to be used with HTTPS only. */ + secure?: boolean | undefined; + /** A synchronous function used for cookie value encoding. Defaults to encodeURIComponent. */ + encode?: ((val: string) => string) | undefined; + /** + * Value of the “SameSite” Set-Cookie attribute. + * @link https://tools.ietf.org/html/draft-ietf-httpbis-cookie-same-site-00#section-4.1.1. + */ + sameSite?: boolean | "lax" | "strict" | "none" | undefined; + /** + * Value of the “Priority” Set-Cookie attribute. + * @link https://datatracker.ietf.org/doc/html/draft-west-cookie-priority-00#section-4.3 + */ + priority?: "low" | "medium" | "high"; + /** Marks the cookie to use partioned storage. */ + partitioned?: boolean | undefined; +} + +export interface ByteRange { + start: number; + end: number; +} + +export interface RequestRanges extends RangeParserRanges {} + +export type Errback = (err: Error) => void; + +/** + * @param P For most requests, this should be `ParamsDictionary`, but if you're + * using this in a route handler for a route that uses a `RegExp` or a wildcard + * `string` path (e.g. `'/user/*'`), then `req.params` will be an array, in + * which case you should use `ParamsArray` instead. + * + * @see https://expressjs.com/en/api.html#req.params + * + * @example + * app.get('/user/:id', (req, res) => res.send(req.params.id)); // implicitly `ParamsDictionary` + * app.get(/user\/(.*)/, (req, res) => res.send(req.params[0])); + * app.get('/user/*', (req, res) => res.send(req.params[0])); + */ +export interface Request< + P = ParamsDictionary, + ResBody = any, + ReqBody = any, + ReqQuery = ParsedQs, + LocalsObj extends Record = Record, +> extends http.IncomingMessage, Express.Request { + /** + * Return request header. + * + * The `Referrer` header field is special-cased, + * both `Referrer` and `Referer` are interchangeable. + * + * Examples: + * + * req.get('Content-Type'); + * // => "text/plain" + * + * req.get('content-type'); + * // => "text/plain" + * + * req.get('Something'); + * // => undefined + * + * Aliased as `req.header()`. + */ + get(name: "set-cookie"): string[] | undefined; + get(name: string): string | undefined; + + header(name: "set-cookie"): string[] | undefined; + header(name: string): string | undefined; + + /** + * Check if the given `type(s)` is acceptable, returning + * the best match when true, otherwise `undefined`, in which + * case you should respond with 406 "Not Acceptable". + * + * The `type` value may be a single mime type string + * such as "application/json", the extension name + * such as "json", a comma-delimted list such as "json, html, text/plain", + * or an array `["json", "html", "text/plain"]`. When a list + * or array is given the _best_ match, if any is returned. + * + * Examples: + * + * // Accept: text/html + * req.accepts('html'); + * // => "html" + * + * // Accept: text/*, application/json + * req.accepts('html'); + * // => "html" + * req.accepts('text/html'); + * // => "text/html" + * req.accepts('json, text'); + * // => "json" + * req.accepts('application/json'); + * // => "application/json" + * + * // Accept: text/*, application/json + * req.accepts('image/png'); + * req.accepts('png'); + * // => false + * + * // Accept: text/*;q=.5, application/json + * req.accepts(['html', 'json']); + * req.accepts('html, json'); + * // => "json" + */ + accepts(): string[]; + accepts(type: string): string | false; + accepts(type: string[]): string | false; + accepts(...type: string[]): string | false; + + /** + * Returns the first accepted charset of the specified character sets, + * based on the request's Accept-Charset HTTP header field. + * If none of the specified charsets is accepted, returns false. + * + * For more information, or if you have issues or concerns, see accepts. + */ + acceptsCharsets(): string[]; + acceptsCharsets(charset: string): string | false; + acceptsCharsets(charset: string[]): string | false; + acceptsCharsets(...charset: string[]): string | false; + + /** + * Returns the first accepted encoding of the specified encodings, + * based on the request's Accept-Encoding HTTP header field. + * If none of the specified encodings is accepted, returns false. + * + * For more information, or if you have issues or concerns, see accepts. + */ + acceptsEncodings(): string[]; + acceptsEncodings(encoding: string): string | false; + acceptsEncodings(encoding: string[]): string | false; + acceptsEncodings(...encoding: string[]): string | false; + + /** + * Returns the first accepted language of the specified languages, + * based on the request's Accept-Language HTTP header field. + * If none of the specified languages is accepted, returns false. + * + * For more information, or if you have issues or concerns, see accepts. + */ + acceptsLanguages(): string[]; + acceptsLanguages(lang: string): string | false; + acceptsLanguages(lang: string[]): string | false; + acceptsLanguages(...lang: string[]): string | false; + + /** + * Parse Range header field, capping to the given `size`. + * + * Unspecified ranges such as "0-" require knowledge of your resource length. In + * the case of a byte range this is of course the total number of bytes. + * If the Range header field is not given `undefined` is returned. + * If the Range header field is given, return value is a result of range-parser. + * See more ./types/range-parser/index.d.ts + * + * NOTE: remember that ranges are inclusive, so for example "Range: users=0-3" + * should respond with 4 users when available, not 3. + */ + range(size: number, options?: RangeParserOptions): RangeParserRanges | RangeParserResult | undefined; + + /** + * Return an array of Accepted media types + * ordered from highest quality to lowest. + */ + accepted: MediaType[]; + + /** + * @deprecated since 4.11 Use either req.params, req.body or req.query, as applicable. + * + * Return the value of param `name` when present or `defaultValue`. + * + * - Checks route placeholders, ex: _/user/:id_ + * - Checks body params, ex: id=12, {"id":12} + * - Checks query string params, ex: ?id=12 + * + * To utilize request bodies, `req.body` + * should be an object. This can be done by using + * the `connect.bodyParser()` middleware. + */ + param(name: string, defaultValue?: any): string; + + /** + * Check if the incoming request contains the "Content-Type" + * header field, and it contains the give mime `type`. + * + * Examples: + * + * // With Content-Type: text/html; charset=utf-8 + * req.is('html'); + * req.is('text/html'); + * req.is('text/*'); + * // => true + * + * // When Content-Type is application/json + * req.is('json'); + * req.is('application/json'); + * req.is('application/*'); + * // => true + * + * req.is('html'); + * // => false + */ + is(type: string | string[]): string | false | null; + + /** + * Return the protocol string "http" or "https" + * when requested with TLS. When the "trust proxy" + * setting is enabled the "X-Forwarded-Proto" header + * field will be trusted. If you're running behind + * a reverse proxy that supplies https for you this + * may be enabled. + */ + readonly protocol: string; + + /** + * Short-hand for: + * + * req.protocol == 'https' + */ + readonly secure: boolean; + + /** + * Return the remote address, or when + * "trust proxy" is `true` return + * the upstream addr. + * + * Value may be undefined if the `req.socket` is destroyed + * (for example, if the client disconnected). + */ + readonly ip: string | undefined; + + /** + * When "trust proxy" is `true`, parse + * the "X-Forwarded-For" ip address list. + * + * For example if the value were "client, proxy1, proxy2" + * you would receive the array `["client", "proxy1", "proxy2"]` + * where "proxy2" is the furthest down-stream. + */ + readonly ips: string[]; + + /** + * Return subdomains as an array. + * + * Subdomains are the dot-separated parts of the host before the main domain of + * the app. By default, the domain of the app is assumed to be the last two + * parts of the host. This can be changed by setting "subdomain offset". + * + * For example, if the domain is "tobi.ferrets.example.com": + * If "subdomain offset" is not set, req.subdomains is `["ferrets", "tobi"]`. + * If "subdomain offset" is 3, req.subdomains is `["tobi"]`. + */ + readonly subdomains: string[]; + + /** + * Short-hand for `url.parse(req.url).pathname`. + */ + readonly path: string; + + /** + * Parse the "Host" header field hostname. + */ + readonly hostname: string; + + /** + * @deprecated Use hostname instead. + */ + readonly host: string; + + /** + * Check if the request is fresh, aka + * Last-Modified and/or the ETag + * still match. + */ + readonly fresh: boolean; + + /** + * Check if the request is stale, aka + * "Last-Modified" and / or the "ETag" for the + * resource has changed. + */ + readonly stale: boolean; + + /** + * Check if the request was an _XMLHttpRequest_. + */ + readonly xhr: boolean; + + // body: { username: string; password: string; remember: boolean; title: string; }; + body: ReqBody; + + // cookies: { string; remember: boolean; }; + cookies: any; + + method: string; + + params: P; + + query: ReqQuery; + + route: any; + + signedCookies: any; + + originalUrl: string; + + url: string; + + baseUrl: string; + + app: Application; + + /** + * After middleware.init executed, Request will contain res and next properties + * See: express/lib/middleware/init.js + */ + res?: Response | undefined; + next?: NextFunction | undefined; +} + +export interface MediaType { + value: string; + quality: number; + type: string; + subtype: string; +} + +export type Send> = (body?: ResBody) => T; + +export interface SendFileOptions extends SendOptions { + /** Object containing HTTP headers to serve with the file. */ + headers?: Record; +} + +export interface DownloadOptions extends SendOptions { + /** Object containing HTTP headers to serve with the file. The header `Content-Disposition` will be overridden by the filename argument. */ + headers?: Record; +} + +export interface Response< + ResBody = any, + LocalsObj extends Record = Record, + StatusCode extends number = number, +> extends http.ServerResponse, Express.Response { + /** + * Set status `code`. + */ + status(code: StatusCode): this; + + /** + * Set the response HTTP status code to `statusCode` and send its string representation as the response body. + * @link http://expressjs.com/4x/api.html#res.sendStatus + * + * Examples: + * + * res.sendStatus(200); // equivalent to res.status(200).send('OK') + * res.sendStatus(403); // equivalent to res.status(403).send('Forbidden') + * res.sendStatus(404); // equivalent to res.status(404).send('Not Found') + * res.sendStatus(500); // equivalent to res.status(500).send('Internal Server Error') + */ + sendStatus(code: StatusCode): this; + + /** + * Set Link header field with the given `links`. + * + * Examples: + * + * res.links({ + * next: 'http://api.example.com/users?page=2', + * last: 'http://api.example.com/users?page=5' + * }); + */ + links(links: any): this; + + /** + * Send a response. + * + * Examples: + * + * res.send(new Buffer('wahoo')); + * res.send({ some: 'json' }); + * res.send('

some html

'); + * res.status(404).send('Sorry, cant find that'); + */ + send: Send; + + /** + * Send JSON response. + * + * Examples: + * + * res.json(null); + * res.json({ user: 'tj' }); + * res.status(500).json('oh noes!'); + * res.status(404).json('I dont have that'); + */ + json: Send; + + /** + * Send JSON response with JSONP callback support. + * + * Examples: + * + * res.jsonp(null); + * res.jsonp({ user: 'tj' }); + * res.status(500).jsonp('oh noes!'); + * res.status(404).jsonp('I dont have that'); + */ + jsonp: Send; + + /** + * Transfer the file at the given `path`. + * + * Automatically sets the _Content-Type_ response header field. + * The callback `fn(err)` is invoked when the transfer is complete + * or when an error occurs. Be sure to check `res.headersSent` + * if you wish to attempt responding, as the header and some data + * may have already been transferred. + * + * Options: + * + * - `maxAge` defaulting to 0 (can be string converted by `ms`) + * - `root` root directory for relative filenames + * - `headers` object of headers to serve with file + * - `dotfiles` serve dotfiles, defaulting to false; can be `"allow"` to send them + * + * Other options are passed along to `send`. + * + * Examples: + * + * The following example illustrates how `res.sendFile()` may + * be used as an alternative for the `static()` middleware for + * dynamic situations. The code backing `res.sendFile()` is actually + * the same code, so HTTP cache support etc is identical. + * + * app.get('/user/:uid/photos/:file', function(req, res){ + * var uid = req.params.uid + * , file = req.params.file; + * + * req.user.mayViewFilesFrom(uid, function(yes){ + * if (yes) { + * res.sendFile('/uploads/' + uid + '/' + file); + * } else { + * res.send(403, 'Sorry! you cant see that.'); + * } + * }); + * }); + * + * @api public + */ + sendFile(path: string, fn?: Errback): void; + sendFile(path: string, options: SendFileOptions, fn?: Errback): void; + + /** + * @deprecated Use sendFile instead. + */ + sendfile(path: string): void; + /** + * @deprecated Use sendFile instead. + */ + sendfile(path: string, options: SendFileOptions): void; + /** + * @deprecated Use sendFile instead. + */ + sendfile(path: string, fn: Errback): void; + /** + * @deprecated Use sendFile instead. + */ + sendfile(path: string, options: SendFileOptions, fn: Errback): void; + + /** + * Transfer the file at the given `path` as an attachment. + * + * Optionally providing an alternate attachment `filename`, + * and optional callback `fn(err)`. The callback is invoked + * when the data transfer is complete, or when an error has + * ocurred. Be sure to check `res.headersSent` if you plan to respond. + * + * The optional options argument passes through to the underlying + * res.sendFile() call, and takes the exact same parameters. + * + * This method uses `res.sendfile()`. + */ + download(path: string, fn?: Errback): void; + download(path: string, filename: string, fn?: Errback): void; + download(path: string, filename: string, options: DownloadOptions, fn?: Errback): void; + + /** + * Set _Content-Type_ response header with `type` through `mime.lookup()` + * when it does not contain "/", or set the Content-Type to `type` otherwise. + * + * Examples: + * + * res.type('.html'); + * res.type('html'); + * res.type('json'); + * res.type('application/json'); + * res.type('png'); + */ + contentType(type: string): this; + + /** + * Set _Content-Type_ response header with `type` through `mime.lookup()` + * when it does not contain "/", or set the Content-Type to `type` otherwise. + * + * Examples: + * + * res.type('.html'); + * res.type('html'); + * res.type('json'); + * res.type('application/json'); + * res.type('png'); + */ + type(type: string): this; + + /** + * Respond to the Acceptable formats using an `obj` + * of mime-type callbacks. + * + * This method uses `req.accepted`, an array of + * acceptable types ordered by their quality values. + * When "Accept" is not present the _first_ callback + * is invoked, otherwise the first match is used. When + * no match is performed the server responds with + * 406 "Not Acceptable". + * + * Content-Type is set for you, however if you choose + * you may alter this within the callback using `res.type()` + * or `res.set('Content-Type', ...)`. + * + * res.format({ + * 'text/plain': function(){ + * res.send('hey'); + * }, + * + * 'text/html': function(){ + * res.send('

hey

'); + * }, + * + * 'appliation/json': function(){ + * res.send({ message: 'hey' }); + * } + * }); + * + * In addition to canonicalized MIME types you may + * also use extnames mapped to these types: + * + * res.format({ + * text: function(){ + * res.send('hey'); + * }, + * + * html: function(){ + * res.send('

hey

'); + * }, + * + * json: function(){ + * res.send({ message: 'hey' }); + * } + * }); + * + * By default Express passes an `Error` + * with a `.status` of 406 to `next(err)` + * if a match is not made. If you provide + * a `.default` callback it will be invoked + * instead. + */ + format(obj: any): this; + + /** + * Set _Content-Disposition_ header to _attachment_ with optional `filename`. + */ + attachment(filename?: string): this; + + /** + * Set header `field` to `val`, or pass + * an object of header fields. + * + * Examples: + * + * res.set('Foo', ['bar', 'baz']); + * res.set('Accept', 'application/json'); + * res.set({ Accept: 'text/plain', 'X-API-Key': 'tobi' }); + * + * Aliased as `res.header()`. + */ + set(field: any): this; + set(field: string, value?: string | string[]): this; + + header(field: any): this; + header(field: string, value?: string | string[]): this; + + // Property indicating if HTTP headers has been sent for the response. + headersSent: boolean; + + /** Get value for header `field`. */ + get(field: string): string | undefined; + + /** Clear cookie `name`. */ + clearCookie(name: string, options?: CookieOptions): this; + + /** + * Set cookie `name` to `val`, with the given `options`. + * + * Options: + * + * - `maxAge` max-age in milliseconds, converted to `expires` + * - `signed` sign the cookie + * - `path` defaults to "/" + * + * Examples: + * + * // "Remember Me" for 15 minutes + * res.cookie('rememberme', '1', { expires: new Date(Date.now() + 900000), httpOnly: true }); + * + * // save as above + * res.cookie('rememberme', '1', { maxAge: 900000, httpOnly: true }) + */ + cookie(name: string, val: string, options: CookieOptions): this; + cookie(name: string, val: any, options: CookieOptions): this; + cookie(name: string, val: any): this; + + /** + * Set the location header to `url`. + * + * The given `url` can also be the name of a mapped url, for + * example by default express supports "back" which redirects + * to the _Referrer_ or _Referer_ headers or "/". + * + * Examples: + * + * res.location('/foo/bar').; + * res.location('http://example.com'); + * res.location('../login'); // /blog/post/1 -> /blog/login + * + * Mounting: + * + * When an application is mounted and `res.location()` + * is given a path that does _not_ lead with "/" it becomes + * relative to the mount-point. For example if the application + * is mounted at "/blog", the following would become "/blog/login". + * + * res.location('login'); + * + * While the leading slash would result in a location of "/login": + * + * res.location('/login'); + */ + location(url: string): this; + + /** + * Redirect to the given `url` with optional response `status` + * defaulting to 302. + * + * The resulting `url` is determined by `res.location()`, so + * it will play nicely with mounted apps, relative paths, + * `"back"` etc. + * + * Examples: + * + * res.redirect('back'); + * res.redirect('/foo/bar'); + * res.redirect('http://example.com'); + * res.redirect(301, 'http://example.com'); + * res.redirect('http://example.com', 301); + * res.redirect('../login'); // /blog/post/1 -> /blog/login + */ + redirect(url: string): void; + redirect(status: number, url: string): void; + /** @deprecated use res.redirect(status, url) instead */ + redirect(url: string, status: number): void; + + /** + * Render `view` with the given `options` and optional callback `fn`. + * When a callback function is given a response will _not_ be made + * automatically, otherwise a response of _200_ and _text/html_ is given. + * + * Options: + * + * - `cache` boolean hinting to the engine it should cache + * - `filename` filename of the view being rendered + */ + render(view: string, options?: object, callback?: (err: Error, html: string) => void): void; + render(view: string, callback?: (err: Error, html: string) => void): void; + + locals: LocalsObj & Locals; + + charset: string; + + /** + * Adds the field to the Vary response header, if it is not there already. + * Examples: + * + * res.vary('User-Agent').render('docs'); + */ + vary(field: string): this; + + app: Application; + + /** + * Appends the specified value to the HTTP response header field. + * If the header is not already set, it creates the header with the specified value. + * The value parameter can be a string or an array. + * + * Note: calling res.set() after res.append() will reset the previously-set header value. + * + * @since 4.11.0 + */ + append(field: string, value?: string[] | string): this; + + /** + * After middleware.init executed, Response will contain req property + * See: express/lib/middleware/init.js + */ + req: Request; +} + +export interface Handler extends RequestHandler {} + +export type RequestParamHandler = (req: Request, res: Response, next: NextFunction, value: any, name: string) => any; + +export type ApplicationRequestHandler = + & IRouterHandler + & IRouterMatcher + & ((...handlers: RequestHandlerParams[]) => T); + +export interface Application< + LocalsObj extends Record = Record, +> extends EventEmitter, IRouter, Express.Application { + /** + * Express instance itself is a request handler, which could be invoked without + * third argument. + */ + (req: Request | http.IncomingMessage, res: Response | http.ServerResponse): any; + + /** + * Initialize the server. + * + * - setup default configuration + * - setup default middleware + * - setup route reflection methods + */ + init(): void; + + /** + * Initialize application configuration. + */ + defaultConfiguration(): void; + + /** + * Register the given template engine callback `fn` + * as `ext`. + * + * By default will `require()` the engine based on the + * file extension. For example if you try to render + * a "foo.jade" file Express will invoke the following internally: + * + * app.engine('jade', require('jade').__express); + * + * For engines that do not provide `.__express` out of the box, + * or if you wish to "map" a different extension to the template engine + * you may use this method. For example mapping the EJS template engine to + * ".html" files: + * + * app.engine('html', require('ejs').renderFile); + * + * In this case EJS provides a `.renderFile()` method with + * the same signature that Express expects: `(path, options, callback)`, + * though note that it aliases this method as `ejs.__express` internally + * so if you're using ".ejs" extensions you dont need to do anything. + * + * Some template engines do not follow this convention, the + * [Consolidate.js](https://github.com/visionmedia/consolidate.js) + * library was created to map all of node's popular template + * engines to follow this convention, thus allowing them to + * work seamlessly within Express. + */ + engine( + ext: string, + fn: (path: string, options: object, callback: (e: any, rendered?: string) => void) => void, + ): this; + + /** + * Assign `setting` to `val`, or return `setting`'s value. + * + * app.set('foo', 'bar'); + * app.get('foo'); + * // => "bar" + * app.set('foo', ['bar', 'baz']); + * app.get('foo'); + * // => ["bar", "baz"] + * + * Mounted servers inherit their parent server's settings. + */ + set(setting: string, val: any): this; + get: ((name: string) => any) & IRouterMatcher; + + param(name: string | string[], handler: RequestParamHandler): this; + + /** + * Alternatively, you can pass only a callback, in which case you have the opportunity to alter the app.param() + * + * @deprecated since version 4.11 + */ + param(callback: (name: string, matcher: RegExp) => RequestParamHandler): this; + + /** + * Return the app's absolute pathname + * based on the parent(s) that have + * mounted it. + * + * For example if the application was + * mounted as "/admin", which itself + * was mounted as "/blog" then the + * return value would be "/blog/admin". + */ + path(): string; + + /** + * Check if `setting` is enabled (truthy). + * + * app.enabled('foo') + * // => false + * + * app.enable('foo') + * app.enabled('foo') + * // => true + */ + enabled(setting: string): boolean; + + /** + * Check if `setting` is disabled. + * + * app.disabled('foo') + * // => true + * + * app.enable('foo') + * app.disabled('foo') + * // => false + */ + disabled(setting: string): boolean; + + /** Enable `setting`. */ + enable(setting: string): this; + + /** Disable `setting`. */ + disable(setting: string): this; + + /** + * Render the given view `name` name with `options` + * and a callback accepting an error and the + * rendered template string. + * + * Example: + * + * app.render('email', { name: 'Tobi' }, function(err, html){ + * // ... + * }) + */ + render(name: string, options?: object, callback?: (err: Error, html: string) => void): void; + render(name: string, callback: (err: Error, html: string) => void): void; + + /** + * Listen for connections. + * + * A node `http.Server` is returned, with this + * application (which is a `Function`) as its + * callback. If you wish to create both an HTTP + * and HTTPS server you may do so with the "http" + * and "https" modules as shown here: + * + * var http = require('http') + * , https = require('https') + * , express = require('express') + * , app = express(); + * + * http.createServer(app).listen(80); + * https.createServer({ ... }, app).listen(443); + */ + listen(port: number, hostname: string, backlog: number, callback?: () => void): http.Server; + listen(port: number, hostname: string, callback?: () => void): http.Server; + listen(port: number, callback?: () => void): http.Server; + listen(callback?: () => void): http.Server; + listen(path: string, callback?: () => void): http.Server; + listen(handle: any, listeningListener?: () => void): http.Server; + + router: string; + + settings: any; + + resource: any; + + map: any; + + locals: LocalsObj & Locals; + + /** + * The app.routes object houses all of the routes defined mapped by the + * associated HTTP verb. This object may be used for introspection + * capabilities, for example Express uses this internally not only for + * routing but to provide default OPTIONS behaviour unless app.options() + * is used. Your application or framework may also remove routes by + * simply by removing them from this object. + */ + routes: any; + + /** + * Used to get all registered routes in Express Application + */ + _router: any; + + use: ApplicationRequestHandler; + + /** + * The mount event is fired on a sub-app, when it is mounted on a parent app. + * The parent app is passed to the callback function. + * + * NOTE: + * Sub-apps will: + * - Not inherit the value of settings that have a default value. You must set the value in the sub-app. + * - Inherit the value of settings with no default value. + */ + on: (event: string, callback: (parent: Application) => void) => this; + + /** + * The app.mountpath property contains one or more path patterns on which a sub-app was mounted. + */ + mountpath: string | string[]; +} + +export interface Express extends Application { + request: Request; + response: Response; +} diff --git a/node_modules/@types/express-serve-static-core/package.json b/node_modules/@types/express-serve-static-core/package.json new file mode 100644 index 0000000..6701e4b --- /dev/null +++ b/node_modules/@types/express-serve-static-core/package.json @@ -0,0 +1,50 @@ +{ + "name": "@types/express-serve-static-core", + "version": "4.19.6", + "description": "TypeScript definitions for express-serve-static-core", + "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express-serve-static-core", + "license": "MIT", + "contributors": [ + { + "name": "Boris Yankov", + "githubUsername": "borisyankov", + "url": "https://github.com/borisyankov" + }, + { + "name": "Satana Charuwichitratana", + "githubUsername": "micksatana", + "url": "https://github.com/micksatana" + }, + { + "name": "Jose Luis Leon", + "githubUsername": "JoseLion", + "url": "https://github.com/JoseLion" + }, + { + "name": "David Stephens", + "githubUsername": "dwrss", + "url": "https://github.com/dwrss" + }, + { + "name": "Shin Ando", + "githubUsername": "andoshin11", + "url": "https://github.com/andoshin11" + } + ], + "main": "", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "directory": "types/express-serve-static-core" + }, + "scripts": {}, + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*", + "@types/send": "*" + }, + "typesPublisherContentHash": "a6eae9098d851d3877b61f9dc806634a6174740520432b72c16dc4fdebca21a7", + "typeScriptVersion": "4.8" +} \ No newline at end of file diff --git a/node_modules/@types/express/LICENSE b/node_modules/@types/express/LICENSE new file mode 100644 index 0000000..9e841e7 --- /dev/null +++ b/node_modules/@types/express/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE diff --git a/node_modules/@types/express/README.md b/node_modules/@types/express/README.md new file mode 100644 index 0000000..5bff7ff --- /dev/null +++ b/node_modules/@types/express/README.md @@ -0,0 +1,15 @@ +# Installation +> `npm install --save @types/express` + +# Summary +This package contains type definitions for express (http://expressjs.com). + +# Details +Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express/v4. + +### Additional Details + * Last updated: Sat, 07 Jun 2025 02:15:25 GMT + * Dependencies: [@types/body-parser](https://npmjs.com/package/@types/body-parser), [@types/express-serve-static-core](https://npmjs.com/package/@types/express-serve-static-core), [@types/qs](https://npmjs.com/package/@types/qs), [@types/serve-static](https://npmjs.com/package/@types/serve-static) + +# Credits +These definitions were written by [Boris Yankov](https://github.com/borisyankov), [Puneet Arora](https://github.com/puneetar), [Dylan Frankland](https://github.com/dfrankland), and [Sebastian Beltran](https://github.com/bjohansebas). diff --git a/node_modules/@types/express/index.d.ts b/node_modules/@types/express/index.d.ts new file mode 100644 index 0000000..b92b15c --- /dev/null +++ b/node_modules/@types/express/index.d.ts @@ -0,0 +1,128 @@ +/* =================== USAGE =================== + + import express = require("express"); + var app = express(); + + =============================================== */ + +/// +/// + +import * as bodyParser from "body-parser"; +import * as core from "express-serve-static-core"; +import * as qs from "qs"; +import * as serveStatic from "serve-static"; + +/** + * Creates an Express application. The express() function is a top-level function exported by the express module. + */ +declare function e(): core.Express; + +declare namespace e { + /** + * This is a built-in middleware function in Express. It parses incoming requests with JSON payloads and is based on body-parser. + * @since 4.16.0 + */ + var json: typeof bodyParser.json; + + /** + * This is a built-in middleware function in Express. It parses incoming requests with Buffer payloads and is based on body-parser. + * @since 4.17.0 + */ + var raw: typeof bodyParser.raw; + + /** + * This is a built-in middleware function in Express. It parses incoming requests with text payloads and is based on body-parser. + * @since 4.17.0 + */ + var text: typeof bodyParser.text; + + /** + * These are the exposed prototypes. + */ + var application: Application; + var request: Request; + var response: Response; + + /** + * This is a built-in middleware function in Express. It serves static files and is based on serve-static. + */ + var static: serveStatic.RequestHandlerConstructor; + + /** + * This is a built-in middleware function in Express. It parses incoming requests with urlencoded payloads and is based on body-parser. + * @since 4.16.0 + */ + var urlencoded: typeof bodyParser.urlencoded; + + /** + * This is a built-in middleware function in Express. It parses incoming request query parameters. + */ + export function query(options: qs.IParseOptions | typeof qs.parse): Handler; + + export function Router(options?: RouterOptions): core.Router; + + interface RouterOptions { + /** + * Enable case sensitivity. + */ + caseSensitive?: boolean | undefined; + + /** + * Preserve the req.params values from the parent router. + * If the parent and the child have conflicting param names, the child’s value take precedence. + * + * @default false + * @since 4.5.0 + */ + mergeParams?: boolean | undefined; + + /** + * Enable strict routing. + */ + strict?: boolean | undefined; + } + + interface Application extends core.Application {} + interface CookieOptions extends core.CookieOptions {} + interface Errback extends core.Errback {} + interface ErrorRequestHandler< + P = core.ParamsDictionary, + ResBody = any, + ReqBody = any, + ReqQuery = core.Query, + Locals extends Record = Record, + > extends core.ErrorRequestHandler {} + interface Express extends core.Express {} + interface Handler extends core.Handler {} + interface IRoute extends core.IRoute {} + interface IRouter extends core.IRouter {} + interface IRouterHandler extends core.IRouterHandler {} + interface IRouterMatcher extends core.IRouterMatcher {} + interface MediaType extends core.MediaType {} + interface NextFunction extends core.NextFunction {} + interface Locals extends core.Locals {} + interface Request< + P = core.ParamsDictionary, + ResBody = any, + ReqBody = any, + ReqQuery = core.Query, + Locals extends Record = Record, + > extends core.Request {} + interface RequestHandler< + P = core.ParamsDictionary, + ResBody = any, + ReqBody = any, + ReqQuery = core.Query, + Locals extends Record = Record, + > extends core.RequestHandler {} + interface RequestParamHandler extends core.RequestParamHandler {} + interface Response< + ResBody = any, + Locals extends Record = Record, + > extends core.Response {} + interface Router extends core.Router {} + interface Send extends core.Send {} +} + +export = e; diff --git a/node_modules/@types/express/package.json b/node_modules/@types/express/package.json new file mode 100644 index 0000000..fe09a50 --- /dev/null +++ b/node_modules/@types/express/package.json @@ -0,0 +1,46 @@ +{ + "name": "@types/express", + "version": "4.17.23", + "description": "TypeScript definitions for express", + "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/express", + "license": "MIT", + "contributors": [ + { + "name": "Boris Yankov", + "githubUsername": "borisyankov", + "url": "https://github.com/borisyankov" + }, + { + "name": "Puneet Arora", + "githubUsername": "puneetar", + "url": "https://github.com/puneetar" + }, + { + "name": "Dylan Frankland", + "githubUsername": "dfrankland", + "url": "https://github.com/dfrankland" + }, + { + "name": "Sebastian Beltran", + "githubUsername": "bjohansebas", + "url": "https://github.com/bjohansebas" + } + ], + "main": "", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "directory": "types/express" + }, + "scripts": {}, + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.33", + "@types/qs": "*", + "@types/serve-static": "*" + }, + "peerDependencies": {}, + "typesPublisherContentHash": "c7c276342e7f5808be5916c5dec3e614fa8b6e60b3323e369f793c389ee6f860", + "typeScriptVersion": "5.1" +} \ No newline at end of file diff --git a/node_modules/@types/http-errors/LICENSE b/node_modules/@types/http-errors/LICENSE new file mode 100644 index 0000000..9e841e7 --- /dev/null +++ b/node_modules/@types/http-errors/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE diff --git a/node_modules/@types/http-errors/README.md b/node_modules/@types/http-errors/README.md new file mode 100644 index 0000000..dae07b4 --- /dev/null +++ b/node_modules/@types/http-errors/README.md @@ -0,0 +1,15 @@ +# Installation +> `npm install --save @types/http-errors` + +# Summary +This package contains type definitions for http-errors (https://github.com/jshttp/http-errors). + +# Details +Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-errors. + +### Additional Details + * Last updated: Sat, 07 Jun 2025 02:15:25 GMT + * Dependencies: none + +# Credits +These definitions were written by [Tanguy Krotoff](https://github.com/tkrotoff), [BendingBender](https://github.com/BendingBender), and [Sebastian Beltran](https://github.com/bjohansebas). diff --git a/node_modules/@types/http-errors/index.d.ts b/node_modules/@types/http-errors/index.d.ts new file mode 100644 index 0000000..e7fb2a8 --- /dev/null +++ b/node_modules/@types/http-errors/index.d.ts @@ -0,0 +1,77 @@ +export = createHttpError; + +declare const createHttpError: createHttpError.CreateHttpError & createHttpError.NamedConstructors & { + isHttpError: createHttpError.IsHttpError; +}; + +declare namespace createHttpError { + interface HttpError extends Error { + status: N; + statusCode: N; + expose: boolean; + headers?: { + [key: string]: string; + } | undefined; + [key: string]: any; + } + + type UnknownError = Error | string | { [key: string]: any }; + + interface HttpErrorConstructor { + (msg?: string): HttpError; + new(msg?: string): HttpError; + } + + interface CreateHttpError { + (arg: N, ...rest: UnknownError[]): HttpError; + (...rest: UnknownError[]): HttpError; + } + + type IsHttpError = (error: unknown) => error is HttpError; + + type NamedConstructors = + & { + HttpError: HttpErrorConstructor; + } + & Record<"BadRequest" | "400", HttpErrorConstructor<400>> + & Record<"Unauthorized" | "401", HttpErrorConstructor<401>> + & Record<"PaymentRequired" | "402", HttpErrorConstructor<402>> + & Record<"Forbidden" | "403", HttpErrorConstructor<403>> + & Record<"NotFound" | "404", HttpErrorConstructor<404>> + & Record<"MethodNotAllowed" | "405", HttpErrorConstructor<405>> + & Record<"NotAcceptable" | "406", HttpErrorConstructor<406>> + & Record<"ProxyAuthenticationRequired" | "407", HttpErrorConstructor<407>> + & Record<"RequestTimeout" | "408", HttpErrorConstructor<408>> + & Record<"Conflict" | "409", HttpErrorConstructor<409>> + & Record<"Gone" | "410", HttpErrorConstructor<410>> + & Record<"LengthRequired" | "411", HttpErrorConstructor<411>> + & Record<"PreconditionFailed" | "412", HttpErrorConstructor<412>> + & Record<"PayloadTooLarge" | "413", HttpErrorConstructor<413>> + & Record<"URITooLong" | "414", HttpErrorConstructor<414>> + & Record<"UnsupportedMediaType" | "415", HttpErrorConstructor<415>> + & Record<"RangeNotSatisfiable" | "416", HttpErrorConstructor<416>> + & Record<"ExpectationFailed" | "417", HttpErrorConstructor<417>> + & Record<"ImATeapot" | "418", HttpErrorConstructor<418>> + & Record<"MisdirectedRequest" | "421", HttpErrorConstructor<421>> + & Record<"UnprocessableEntity" | "422", HttpErrorConstructor<422>> + & Record<"Locked" | "423", HttpErrorConstructor<423>> + & Record<"FailedDependency" | "424", HttpErrorConstructor<424>> + & Record<"TooEarly" | "425", HttpErrorConstructor<425>> + & Record<"UpgradeRequired" | "426", HttpErrorConstructor<426>> + & Record<"PreconditionRequired" | "428", HttpErrorConstructor<428>> + & Record<"TooManyRequests" | "429", HttpErrorConstructor<429>> + & Record<"RequestHeaderFieldsTooLarge" | "431", HttpErrorConstructor<431>> + & Record<"UnavailableForLegalReasons" | "451", HttpErrorConstructor<451>> + & Record<"InternalServerError" | "500", HttpErrorConstructor<500>> + & Record<"NotImplemented" | "501", HttpErrorConstructor<501>> + & Record<"BadGateway" | "502", HttpErrorConstructor<502>> + & Record<"ServiceUnavailable" | "503", HttpErrorConstructor<503>> + & Record<"GatewayTimeout" | "504", HttpErrorConstructor<504>> + & Record<"HTTPVersionNotSupported" | "505", HttpErrorConstructor<505>> + & Record<"VariantAlsoNegotiates" | "506", HttpErrorConstructor<506>> + & Record<"InsufficientStorage" | "507", HttpErrorConstructor<507>> + & Record<"LoopDetected" | "508", HttpErrorConstructor<508>> + & Record<"BandwidthLimitExceeded" | "509", HttpErrorConstructor<509>> + & Record<"NotExtended" | "510", HttpErrorConstructor<510>> + & Record<"NetworkAuthenticationRequire" | "511", HttpErrorConstructor<511>>; +} diff --git a/node_modules/@types/http-errors/package.json b/node_modules/@types/http-errors/package.json new file mode 100644 index 0000000..91d49cf --- /dev/null +++ b/node_modules/@types/http-errors/package.json @@ -0,0 +1,36 @@ +{ + "name": "@types/http-errors", + "version": "2.0.5", + "description": "TypeScript definitions for http-errors", + "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/http-errors", + "license": "MIT", + "contributors": [ + { + "name": "Tanguy Krotoff", + "githubUsername": "tkrotoff", + "url": "https://github.com/tkrotoff" + }, + { + "name": "BendingBender", + "githubUsername": "BendingBender", + "url": "https://github.com/BendingBender" + }, + { + "name": "Sebastian Beltran", + "githubUsername": "bjohansebas", + "url": "https://github.com/bjohansebas" + } + ], + "main": "", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "directory": "types/http-errors" + }, + "scripts": {}, + "dependencies": {}, + "peerDependencies": {}, + "typesPublisherContentHash": "621b9125a6493a2fa928b9150e335cb57429fb00e3bc0257426f1173903f7a4a", + "typeScriptVersion": "5.1" +} \ No newline at end of file diff --git a/node_modules/@types/mime/LICENSE b/node_modules/@types/mime/LICENSE new file mode 100644 index 0000000..9e841e7 --- /dev/null +++ b/node_modules/@types/mime/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE diff --git a/node_modules/@types/mime/Mime.d.ts b/node_modules/@types/mime/Mime.d.ts new file mode 100644 index 0000000..a516bd4 --- /dev/null +++ b/node_modules/@types/mime/Mime.d.ts @@ -0,0 +1,10 @@ +import { TypeMap } from "./index"; + +export default class Mime { + constructor(mimes: TypeMap); + + lookup(path: string, fallback?: string): string; + extension(mime: string): string | undefined; + load(filepath: string): void; + define(mimes: TypeMap): void; +} diff --git a/node_modules/@types/mime/README.md b/node_modules/@types/mime/README.md new file mode 100644 index 0000000..a08301c --- /dev/null +++ b/node_modules/@types/mime/README.md @@ -0,0 +1,15 @@ +# Installation +> `npm install --save @types/mime` + +# Summary +This package contains type definitions for mime (https://github.com/broofa/node-mime). + +# Details +Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mime/v1. + +### Additional Details + * Last updated: Tue, 07 Nov 2023 20:08:00 GMT + * Dependencies: none + +# Credits +These definitions were written by [Jeff Goddard](https://github.com/jedigo), and [Daniel Hritzkiv](https://github.com/dhritzkiv). diff --git a/node_modules/@types/mime/index.d.ts b/node_modules/@types/mime/index.d.ts new file mode 100644 index 0000000..93e8259 --- /dev/null +++ b/node_modules/@types/mime/index.d.ts @@ -0,0 +1,31 @@ +// Originally imported from: https://github.com/soywiz/typescript-node-definitions/mime.d.ts + +export as namespace mime; + +export interface TypeMap { + [key: string]: string[]; +} + +/** + * Look up a mime type based on extension. + * + * If not found, uses the fallback argument if provided, and otherwise + * uses `default_type`. + */ +export function lookup(path: string, fallback?: string): string; +/** + * Return a file extensions associated with a mime type. + */ +export function extension(mime: string): string | undefined; +/** + * Load an Apache2-style ".types" file. + */ +export function load(filepath: string): void; +export function define(mimes: TypeMap): void; + +export interface Charsets { + lookup(mime: string, fallback: string): string; +} + +export const charsets: Charsets; +export const default_type: string; diff --git a/node_modules/@types/mime/lite.d.ts b/node_modules/@types/mime/lite.d.ts new file mode 100644 index 0000000..ffebaec --- /dev/null +++ b/node_modules/@types/mime/lite.d.ts @@ -0,0 +1,7 @@ +import { default as Mime } from "./Mime"; + +declare const mimelite: Mime; + +export as namespace mimelite; + +export = mimelite; diff --git a/node_modules/@types/mime/package.json b/node_modules/@types/mime/package.json new file mode 100644 index 0000000..98a29ff --- /dev/null +++ b/node_modules/@types/mime/package.json @@ -0,0 +1,30 @@ +{ + "name": "@types/mime", + "version": "1.3.5", + "description": "TypeScript definitions for mime", + "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mime", + "license": "MIT", + "contributors": [ + { + "name": "Jeff Goddard", + "githubUsername": "jedigo", + "url": "https://github.com/jedigo" + }, + { + "name": "Daniel Hritzkiv", + "githubUsername": "dhritzkiv", + "url": "https://github.com/dhritzkiv" + } + ], + "main": "", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "directory": "types/mime" + }, + "scripts": {}, + "dependencies": {}, + "typesPublisherContentHash": "2ad7ee9a549e6721825e733c6a1a7e8bee0ca7ba93d9ab922c8f4558def52d77", + "typeScriptVersion": "4.5" +} \ No newline at end of file diff --git a/node_modules/@types/node/LICENSE b/node_modules/@types/node/LICENSE new file mode 100644 index 0000000..9e841e7 --- /dev/null +++ b/node_modules/@types/node/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE diff --git a/node_modules/@types/node/README.md b/node_modules/@types/node/README.md new file mode 100644 index 0000000..cdf5f2f --- /dev/null +++ b/node_modules/@types/node/README.md @@ -0,0 +1,15 @@ +# Installation +> `npm install --save @types/node` + +# Summary +This package contains type definitions for node (https://nodejs.org/). + +# Details +Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node. + +### Additional Details + * Last updated: Tue, 22 Jul 2025 11:34:36 GMT + * Dependencies: [undici-types](https://npmjs.com/package/undici-types) + +# Credits +These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [Alberto Schiabel](https://github.com/jkomyno), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [David Junger](https://github.com/touffy), [Mohsen Azimi](https://github.com/mohsen1), [Nikita Galkin](https://github.com/galkin), [Sebastian Silbermann](https://github.com/eps1lon), [Wilco Bakker](https://github.com/WilcoBakker), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina), [Dmitry Semigradsky](https://github.com/Semigradsky), [René](https://github.com/Renegade334), and [Yagiz Nizipli](https://github.com/anonrig). diff --git a/node_modules/@types/node/assert.d.ts b/node_modules/@types/node/assert.d.ts new file mode 100644 index 0000000..b79fc21 --- /dev/null +++ b/node_modules/@types/node/assert.d.ts @@ -0,0 +1,1056 @@ +/** + * The `node:assert` module provides a set of assertion functions for verifying + * invariants. + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/assert.js) + */ +declare module "assert" { + /** + * An alias of {@link ok}. + * @since v0.5.9 + * @param value The input that is checked for being truthy. + */ + function assert(value: unknown, message?: string | Error): asserts value; + namespace assert { + /** + * Indicates the failure of an assertion. All errors thrown by the `node:assert` module will be instances of the `AssertionError` class. + */ + class AssertionError extends Error { + /** + * Set to the `actual` argument for methods such as {@link assert.strictEqual()}. + */ + actual: unknown; + /** + * Set to the `expected` argument for methods such as {@link assert.strictEqual()}. + */ + expected: unknown; + /** + * Set to the passed in operator value. + */ + operator: string; + /** + * Indicates if the message was auto-generated (`true`) or not. + */ + generatedMessage: boolean; + /** + * Value is always `ERR_ASSERTION` to show that the error is an assertion error. + */ + code: "ERR_ASSERTION"; + constructor(options?: { + /** If provided, the error message is set to this value. */ + message?: string | undefined; + /** The `actual` property on the error instance. */ + actual?: unknown | undefined; + /** The `expected` property on the error instance. */ + expected?: unknown | undefined; + /** The `operator` property on the error instance. */ + operator?: string | undefined; + /** If provided, the generated stack trace omits frames before this function. */ + // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type + stackStartFn?: Function | undefined; + }); + } + /** + * This feature is deprecated and will be removed in a future version. + * Please consider using alternatives such as the `mock` helper function. + * @since v14.2.0, v12.19.0 + * @deprecated Deprecated + */ + class CallTracker { + /** + * The wrapper function is expected to be called exactly `exact` times. If the + * function has not been called exactly `exact` times when `tracker.verify()` is called, then `tracker.verify()` will throw an + * error. + * + * ```js + * import assert from 'node:assert'; + * + * // Creates call tracker. + * const tracker = new assert.CallTracker(); + * + * function func() {} + * + * // Returns a function that wraps func() that must be called exact times + * // before tracker.verify(). + * const callsfunc = tracker.calls(func); + * ``` + * @since v14.2.0, v12.19.0 + * @param [fn='A no-op function'] + * @param [exact=1] + * @return A function that wraps `fn`. + */ + calls(exact?: number): () => void; + calls(fn: undefined, exact?: number): () => void; + calls any>(fn: Func, exact?: number): Func; + calls any>(fn?: Func, exact?: number): Func | (() => void); + /** + * Example: + * + * ```js + * import assert from 'node:assert'; + * + * const tracker = new assert.CallTracker(); + * + * function func() {} + * const callsfunc = tracker.calls(func); + * callsfunc(1, 2, 3); + * + * assert.deepStrictEqual(tracker.getCalls(callsfunc), + * [{ thisArg: undefined, arguments: [1, 2, 3] }]); + * ``` + * @since v18.8.0, v16.18.0 + * @return An array with all the calls to a tracked function. + */ + getCalls(fn: Function): CallTrackerCall[]; + /** + * The arrays contains information about the expected and actual number of calls of + * the functions that have not been called the expected number of times. + * + * ```js + * import assert from 'node:assert'; + * + * // Creates call tracker. + * const tracker = new assert.CallTracker(); + * + * function func() {} + * + * // Returns a function that wraps func() that must be called exact times + * // before tracker.verify(). + * const callsfunc = tracker.calls(func, 2); + * + * // Returns an array containing information on callsfunc() + * console.log(tracker.report()); + * // [ + * // { + * // message: 'Expected the func function to be executed 2 time(s) but was + * // executed 0 time(s).', + * // actual: 0, + * // expected: 2, + * // operator: 'func', + * // stack: stack trace + * // } + * // ] + * ``` + * @since v14.2.0, v12.19.0 + * @return An array of objects containing information about the wrapper functions returned by {@link tracker.calls()}. + */ + report(): CallTrackerReportInformation[]; + /** + * Reset calls of the call tracker. If a tracked function is passed as an argument, the calls will be reset for it. + * If no arguments are passed, all tracked functions will be reset. + * + * ```js + * import assert from 'node:assert'; + * + * const tracker = new assert.CallTracker(); + * + * function func() {} + * const callsfunc = tracker.calls(func); + * + * callsfunc(); + * // Tracker was called once + * assert.strictEqual(tracker.getCalls(callsfunc).length, 1); + * + * tracker.reset(callsfunc); + * assert.strictEqual(tracker.getCalls(callsfunc).length, 0); + * ``` + * @since v18.8.0, v16.18.0 + * @param fn a tracked function to reset. + */ + reset(fn?: Function): void; + /** + * Iterates through the list of functions passed to {@link tracker.calls()} and will throw an error for functions that + * have not been called the expected number of times. + * + * ```js + * import assert from 'node:assert'; + * + * // Creates call tracker. + * const tracker = new assert.CallTracker(); + * + * function func() {} + * + * // Returns a function that wraps func() that must be called exact times + * // before tracker.verify(). + * const callsfunc = tracker.calls(func, 2); + * + * callsfunc(); + * + * // Will throw an error since callsfunc() was only called once. + * tracker.verify(); + * ``` + * @since v14.2.0, v12.19.0 + */ + verify(): void; + } + interface CallTrackerCall { + thisArg: object; + arguments: unknown[]; + } + interface CallTrackerReportInformation { + message: string; + /** The actual number of times the function was called. */ + actual: number; + /** The number of times the function was expected to be called. */ + expected: number; + /** The name of the function that is wrapped. */ + operator: string; + /** A stack trace of the function. */ + stack: object; + } + type AssertPredicate = RegExp | (new() => object) | ((thrown: unknown) => boolean) | object | Error; + /** + * Throws an `AssertionError` with the provided error message or a default + * error message. If the `message` parameter is an instance of an `Error` then + * it will be thrown instead of the `AssertionError`. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.fail(); + * // AssertionError [ERR_ASSERTION]: Failed + * + * assert.fail('boom'); + * // AssertionError [ERR_ASSERTION]: boom + * + * assert.fail(new TypeError('need array')); + * // TypeError: need array + * ``` + * + * Using `assert.fail()` with more than two arguments is possible but deprecated. + * See below for further details. + * @since v0.1.21 + * @param [message='Failed'] + */ + function fail(message?: string | Error): never; + /** @deprecated since v10.0.0 - use fail([message]) or other assert functions instead. */ + function fail( + actual: unknown, + expected: unknown, + message?: string | Error, + operator?: string, + // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type + stackStartFn?: Function, + ): never; + /** + * Tests if `value` is truthy. It is equivalent to `assert.equal(!!value, true, message)`. + * + * If `value` is not truthy, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is `undefined`, a default + * error message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown instead of the `AssertionError`. + * If no arguments are passed in at all `message` will be set to the string:`` 'No value argument passed to `assert.ok()`' ``. + * + * Be aware that in the `repl` the error message will be different to the one + * thrown in a file! See below for further details. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.ok(true); + * // OK + * assert.ok(1); + * // OK + * + * assert.ok(); + * // AssertionError: No value argument passed to `assert.ok()` + * + * assert.ok(false, 'it\'s false'); + * // AssertionError: it's false + * + * // In the repl: + * assert.ok(typeof 123 === 'string'); + * // AssertionError: false == true + * + * // In a file (e.g. test.js): + * assert.ok(typeof 123 === 'string'); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert.ok(typeof 123 === 'string') + * + * assert.ok(false); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert.ok(false) + * + * assert.ok(0); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert.ok(0) + * ``` + * + * ```js + * import assert from 'node:assert/strict'; + * + * // Using `assert()` works the same: + * assert(0); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert(0) + * ``` + * @since v0.1.21 + */ + function ok(value: unknown, message?: string | Error): asserts value; + /** + * **Strict assertion mode** + * + * An alias of {@link strictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link strictEqual} instead. + * + * Tests shallow, coercive equality between the `actual` and `expected` parameters + * using the [`==` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality). `NaN` is specially handled + * and treated as being identical if both sides are `NaN`. + * + * ```js + * import assert from 'node:assert'; + * + * assert.equal(1, 1); + * // OK, 1 == 1 + * assert.equal(1, '1'); + * // OK, 1 == '1' + * assert.equal(NaN, NaN); + * // OK + * + * assert.equal(1, 2); + * // AssertionError: 1 == 2 + * assert.equal({ a: { b: 1 } }, { a: { b: 1 } }); + * // AssertionError: { a: { b: 1 } } == { a: { b: 1 } } + * ``` + * + * If the values are not equal, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is undefined, a default + * error message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown instead of the `AssertionError`. + * @since v0.1.21 + */ + function equal(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * **Strict assertion mode** + * + * An alias of {@link notStrictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link notStrictEqual} instead. + * + * Tests shallow, coercive inequality with the [`!=` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Inequality). `NaN` is + * specially handled and treated as being identical if both sides are `NaN`. + * + * ```js + * import assert from 'node:assert'; + * + * assert.notEqual(1, 2); + * // OK + * + * assert.notEqual(1, 1); + * // AssertionError: 1 != 1 + * + * assert.notEqual(1, '1'); + * // AssertionError: 1 != '1' + * ``` + * + * If the values are equal, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is undefined, a default error + * message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown instead of the `AssertionError`. + * @since v0.1.21 + */ + function notEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * **Strict assertion mode** + * + * An alias of {@link deepStrictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link deepStrictEqual} instead. + * + * Tests for deep equality between the `actual` and `expected` parameters. Consider + * using {@link deepStrictEqual} instead. {@link deepEqual} can have + * surprising results. + * + * _Deep equality_ means that the enumerable "own" properties of child objects + * are also recursively evaluated by the following rules. + * @since v0.1.21 + */ + function deepEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * **Strict assertion mode** + * + * An alias of {@link notDeepStrictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link notDeepStrictEqual} instead. + * + * Tests for any deep inequality. Opposite of {@link deepEqual}. + * + * ```js + * import assert from 'node:assert'; + * + * const obj1 = { + * a: { + * b: 1, + * }, + * }; + * const obj2 = { + * a: { + * b: 2, + * }, + * }; + * const obj3 = { + * a: { + * b: 1, + * }, + * }; + * const obj4 = { __proto__: obj1 }; + * + * assert.notDeepEqual(obj1, obj1); + * // AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } } + * + * assert.notDeepEqual(obj1, obj2); + * // OK + * + * assert.notDeepEqual(obj1, obj3); + * // AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } } + * + * assert.notDeepEqual(obj1, obj4); + * // OK + * ``` + * + * If the values are deeply equal, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is undefined, a default + * error message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v0.1.21 + */ + function notDeepEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * Tests strict equality between the `actual` and `expected` parameters as + * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is). + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.strictEqual(1, 2); + * // AssertionError [ERR_ASSERTION]: Expected inputs to be strictly equal: + * // + * // 1 !== 2 + * + * assert.strictEqual(1, 1); + * // OK + * + * assert.strictEqual('Hello foobar', 'Hello World!'); + * // AssertionError [ERR_ASSERTION]: Expected inputs to be strictly equal: + * // + actual - expected + * // + * // + 'Hello foobar' + * // - 'Hello World!' + * // ^ + * + * const apples = 1; + * const oranges = 2; + * assert.strictEqual(apples, oranges, `apples ${apples} !== oranges ${oranges}`); + * // AssertionError [ERR_ASSERTION]: apples 1 !== oranges 2 + * + * assert.strictEqual(1, '1', new TypeError('Inputs are not identical')); + * // TypeError: Inputs are not identical + * ``` + * + * If the values are not strictly equal, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is undefined, a + * default error message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v0.1.21 + */ + function strictEqual(actual: unknown, expected: T, message?: string | Error): asserts actual is T; + /** + * Tests strict inequality between the `actual` and `expected` parameters as + * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is). + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.notStrictEqual(1, 2); + * // OK + * + * assert.notStrictEqual(1, 1); + * // AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to: + * // + * // 1 + * + * assert.notStrictEqual(1, '1'); + * // OK + * ``` + * + * If the values are strictly equal, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is undefined, a + * default error message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v0.1.21 + */ + function notStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * Tests for deep equality between the `actual` and `expected` parameters. + * "Deep" equality means that the enumerable "own" properties of child objects + * are recursively evaluated also by the following rules. + * @since v1.2.0 + */ + function deepStrictEqual(actual: unknown, expected: T, message?: string | Error): asserts actual is T; + /** + * Tests for deep strict inequality. Opposite of {@link deepStrictEqual}. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.notDeepStrictEqual({ a: 1 }, { a: '1' }); + * // OK + * ``` + * + * If the values are deeply and strictly equal, an `AssertionError` is thrown + * with a `message` property set equal to the value of the `message` parameter. If + * the `message` parameter is undefined, a default error message is assigned. If + * the `message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v1.2.0 + */ + function notDeepStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * Expects the function `fn` to throw an error. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), a validation function, + * a validation object where each property will be tested for strict deep equality, + * or an instance of error where each property will be tested for strict deep + * equality including the non-enumerable `message` and `name` properties. When + * using an object, it is also possible to use a regular expression, when + * validating against a string property. See below for examples. + * + * If specified, `message` will be appended to the message provided by the `AssertionError` if the `fn` call fails to throw or in case the error validation + * fails. + * + * Custom validation object/error instance: + * + * ```js + * import assert from 'node:assert/strict'; + * + * const err = new TypeError('Wrong value'); + * err.code = 404; + * err.foo = 'bar'; + * err.info = { + * nested: true, + * baz: 'text', + * }; + * err.reg = /abc/i; + * + * assert.throws( + * () => { + * throw err; + * }, + * { + * name: 'TypeError', + * message: 'Wrong value', + * info: { + * nested: true, + * baz: 'text', + * }, + * // Only properties on the validation object will be tested for. + * // Using nested objects requires all properties to be present. Otherwise + * // the validation is going to fail. + * }, + * ); + * + * // Using regular expressions to validate error properties: + * assert.throws( + * () => { + * throw err; + * }, + * { + * // The `name` and `message` properties are strings and using regular + * // expressions on those will match against the string. If they fail, an + * // error is thrown. + * name: /^TypeError$/, + * message: /Wrong/, + * foo: 'bar', + * info: { + * nested: true, + * // It is not possible to use regular expressions for nested properties! + * baz: 'text', + * }, + * // The `reg` property contains a regular expression and only if the + * // validation object contains an identical regular expression, it is going + * // to pass. + * reg: /abc/i, + * }, + * ); + * + * // Fails due to the different `message` and `name` properties: + * assert.throws( + * () => { + * const otherErr = new Error('Not found'); + * // Copy all enumerable properties from `err` to `otherErr`. + * for (const [key, value] of Object.entries(err)) { + * otherErr[key] = value; + * } + * throw otherErr; + * }, + * // The error's `message` and `name` properties will also be checked when using + * // an error as validation object. + * err, + * ); + * ``` + * + * Validate instanceof using constructor: + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.throws( + * () => { + * throw new Error('Wrong value'); + * }, + * Error, + * ); + * ``` + * + * Validate error message using [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions): + * + * Using a regular expression runs `.toString` on the error object, and will + * therefore also include the error name. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.throws( + * () => { + * throw new Error('Wrong value'); + * }, + * /^Error: Wrong value$/, + * ); + * ``` + * + * Custom error validation: + * + * The function must return `true` to indicate all internal validations passed. + * It will otherwise fail with an `AssertionError`. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.throws( + * () => { + * throw new Error('Wrong value'); + * }, + * (err) => { + * assert(err instanceof Error); + * assert(/value/.test(err)); + * // Avoid returning anything from validation functions besides `true`. + * // Otherwise, it's not clear what part of the validation failed. Instead, + * // throw an error about the specific validation that failed (as done in this + * // example) and add as much helpful debugging information to that error as + * // possible. + * return true; + * }, + * 'unexpected error', + * ); + * ``` + * + * `error` cannot be a string. If a string is provided as the second + * argument, then `error` is assumed to be omitted and the string will be used for `message` instead. This can lead to easy-to-miss mistakes. Using the same + * message as the thrown error message is going to result in an `ERR_AMBIGUOUS_ARGUMENT` error. Please read the example below carefully if using + * a string as the second argument gets considered: + * + * ```js + * import assert from 'node:assert/strict'; + * + * function throwingFirst() { + * throw new Error('First'); + * } + * + * function throwingSecond() { + * throw new Error('Second'); + * } + * + * function notThrowing() {} + * + * // The second argument is a string and the input function threw an Error. + * // The first case will not throw as it does not match for the error message + * // thrown by the input function! + * assert.throws(throwingFirst, 'Second'); + * // In the next example the message has no benefit over the message from the + * // error and since it is not clear if the user intended to actually match + * // against the error message, Node.js throws an `ERR_AMBIGUOUS_ARGUMENT` error. + * assert.throws(throwingSecond, 'Second'); + * // TypeError [ERR_AMBIGUOUS_ARGUMENT] + * + * // The string is only used (as message) in case the function does not throw: + * assert.throws(notThrowing, 'Second'); + * // AssertionError [ERR_ASSERTION]: Missing expected exception: Second + * + * // If it was intended to match for the error message do this instead: + * // It does not throw because the error messages match. + * assert.throws(throwingSecond, /Second$/); + * + * // If the error message does not match, an AssertionError is thrown. + * assert.throws(throwingFirst, /Second$/); + * // AssertionError [ERR_ASSERTION] + * ``` + * + * Due to the confusing error-prone notation, avoid a string as the second + * argument. + * @since v0.1.21 + */ + function throws(block: () => unknown, message?: string | Error): void; + function throws(block: () => unknown, error: AssertPredicate, message?: string | Error): void; + /** + * Asserts that the function `fn` does not throw an error. + * + * Using `assert.doesNotThrow()` is actually not useful because there + * is no benefit in catching an error and then rethrowing it. Instead, consider + * adding a comment next to the specific code path that should not throw and keep + * error messages as expressive as possible. + * + * When `assert.doesNotThrow()` is called, it will immediately call the `fn` function. + * + * If an error is thrown and it is the same type as that specified by the `error` parameter, then an `AssertionError` is thrown. If the error is of a + * different type, or if the `error` parameter is undefined, the error is + * propagated back to the caller. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), or a validation + * function. See {@link throws} for more details. + * + * The following, for instance, will throw the `TypeError` because there is no + * matching error type in the assertion: + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.doesNotThrow( + * () => { + * throw new TypeError('Wrong value'); + * }, + * SyntaxError, + * ); + * ``` + * + * However, the following will result in an `AssertionError` with the message + * 'Got unwanted exception...': + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.doesNotThrow( + * () => { + * throw new TypeError('Wrong value'); + * }, + * TypeError, + * ); + * ``` + * + * If an `AssertionError` is thrown and a value is provided for the `message` parameter, the value of `message` will be appended to the `AssertionError` message: + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.doesNotThrow( + * () => { + * throw new TypeError('Wrong value'); + * }, + * /Wrong value/, + * 'Whoops', + * ); + * // Throws: AssertionError: Got unwanted exception: Whoops + * ``` + * @since v0.1.21 + */ + function doesNotThrow(block: () => unknown, message?: string | Error): void; + function doesNotThrow(block: () => unknown, error: AssertPredicate, message?: string | Error): void; + /** + * Throws `value` if `value` is not `undefined` or `null`. This is useful when + * testing the `error` argument in callbacks. The stack trace contains all frames + * from the error passed to `ifError()` including the potential new frames for `ifError()` itself. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.ifError(null); + * // OK + * assert.ifError(0); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: 0 + * assert.ifError('error'); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: 'error' + * assert.ifError(new Error()); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Error + * + * // Create some random error frames. + * let err; + * (function errorFrame() { + * err = new Error('test error'); + * })(); + * + * (function ifErrorFrame() { + * assert.ifError(err); + * })(); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: test error + * // at ifErrorFrame + * // at errorFrame + * ``` + * @since v0.1.97 + */ + function ifError(value: unknown): asserts value is null | undefined; + /** + * Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately + * calls the function and awaits the returned promise to complete. It will then + * check that the promise is rejected. + * + * If `asyncFn` is a function and it throws an error synchronously, `assert.rejects()` will return a rejected `Promise` with that error. If the + * function does not return a promise, `assert.rejects()` will return a rejected `Promise` with an [ERR_INVALID_RETURN_VALUE](https://nodejs.org/docs/latest-v24.x/api/errors.html#err_invalid_return_value) + * error. In both cases the error handler is skipped. + * + * Besides the async nature to await the completion behaves identically to {@link throws}. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), a validation function, + * an object where each property will be tested for, or an instance of error where + * each property will be tested for including the non-enumerable `message` and `name` properties. + * + * If specified, `message` will be the message provided by the `{@link AssertionError}` if the `asyncFn` fails to reject. + * + * ```js + * import assert from 'node:assert/strict'; + * + * await assert.rejects( + * async () => { + * throw new TypeError('Wrong value'); + * }, + * { + * name: 'TypeError', + * message: 'Wrong value', + * }, + * ); + * ``` + * + * ```js + * import assert from 'node:assert/strict'; + * + * await assert.rejects( + * async () => { + * throw new TypeError('Wrong value'); + * }, + * (err) => { + * assert.strictEqual(err.name, 'TypeError'); + * assert.strictEqual(err.message, 'Wrong value'); + * return true; + * }, + * ); + * ``` + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.rejects( + * Promise.reject(new Error('Wrong value')), + * Error, + * ).then(() => { + * // ... + * }); + * ``` + * + * `error` cannot be a string. If a string is provided as the second argument, then `error` is assumed to + * be omitted and the string will be used for `message` instead. This can lead to easy-to-miss mistakes. Please read the + * example in {@link throws} carefully if using a string as the second argument gets considered. + * @since v10.0.0 + */ + function rejects(block: (() => Promise) | Promise, message?: string | Error): Promise; + function rejects( + block: (() => Promise) | Promise, + error: AssertPredicate, + message?: string | Error, + ): Promise; + /** + * Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately + * calls the function and awaits the returned promise to complete. It will then + * check that the promise is not rejected. + * + * If `asyncFn` is a function and it throws an error synchronously, `assert.doesNotReject()` will return a rejected `Promise` with that error. If + * the function does not return a promise, `assert.doesNotReject()` will return a + * rejected `Promise` with an [ERR_INVALID_RETURN_VALUE](https://nodejs.org/docs/latest-v24.x/api/errors.html#err_invalid_return_value) error. In both cases + * the error handler is skipped. + * + * Using `assert.doesNotReject()` is actually not useful because there is little + * benefit in catching a rejection and then rejecting it again. Instead, consider + * adding a comment next to the specific code path that should not reject and keep + * error messages as expressive as possible. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), or a validation + * function. See {@link throws} for more details. + * + * Besides the async nature to await the completion behaves identically to {@link doesNotThrow}. + * + * ```js + * import assert from 'node:assert/strict'; + * + * await assert.doesNotReject( + * async () => { + * throw new TypeError('Wrong value'); + * }, + * SyntaxError, + * ); + * ``` + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.doesNotReject(Promise.reject(new TypeError('Wrong value'))) + * .then(() => { + * // ... + * }); + * ``` + * @since v10.0.0 + */ + function doesNotReject( + block: (() => Promise) | Promise, + message?: string | Error, + ): Promise; + function doesNotReject( + block: (() => Promise) | Promise, + error: AssertPredicate, + message?: string | Error, + ): Promise; + /** + * Expects the `string` input to match the regular expression. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.match('I will fail', /pass/); + * // AssertionError [ERR_ASSERTION]: The input did not match the regular ... + * + * assert.match(123, /pass/); + * // AssertionError [ERR_ASSERTION]: The "string" argument must be of type string. + * + * assert.match('I will pass', /pass/); + * // OK + * ``` + * + * If the values do not match, or if the `string` argument is of another type than `string`, an `{@link AssertionError}` is thrown with a `message` property set equal + * to the value of the `message` parameter. If the `message` parameter is + * undefined, a default error message is assigned. If the `message` parameter is an + * instance of an [Error](https://nodejs.org/docs/latest-v24.x/api/errors.html#class-error) then it will be thrown instead of the `{@link AssertionError}`. + * @since v13.6.0, v12.16.0 + */ + function match(value: string, regExp: RegExp, message?: string | Error): void; + /** + * Expects the `string` input not to match the regular expression. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.doesNotMatch('I will fail', /fail/); + * // AssertionError [ERR_ASSERTION]: The input was expected to not match the ... + * + * assert.doesNotMatch(123, /pass/); + * // AssertionError [ERR_ASSERTION]: The "string" argument must be of type string. + * + * assert.doesNotMatch('I will pass', /different/); + * // OK + * ``` + * + * If the values do match, or if the `string` argument is of another type than `string`, an `{@link AssertionError}` is thrown with a `message` property set equal + * to the value of the `message` parameter. If the `message` parameter is + * undefined, a default error message is assigned. If the `message` parameter is an + * instance of an [Error](https://nodejs.org/docs/latest-v24.x/api/errors.html#class-error) then it will be thrown instead of the `{@link AssertionError}`. + * @since v13.6.0, v12.16.0 + */ + function doesNotMatch(value: string, regExp: RegExp, message?: string | Error): void; + /** + * Tests for partial deep equality between the `actual` and `expected` parameters. + * "Deep" equality means that the enumerable "own" properties of child objects + * are recursively evaluated also by the following rules. "Partial" equality means + * that only properties that exist on the `expected` parameter are going to be + * compared. + * + * This method always passes the same test cases as `assert.deepStrictEqual()`, + * behaving as a super set of it. + * @since v22.13.0 + */ + function partialDeepStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * In strict assertion mode, non-strict methods behave like their corresponding strict methods. For example, + * {@link deepEqual} will behave like {@link deepStrictEqual}. + * + * In strict assertion mode, error messages for objects display a diff. In legacy assertion mode, error + * messages for objects display the objects, often truncated. + * + * To use strict assertion mode: + * + * ```js + * import { strict as assert } from 'node:assert'; + * import assert from 'node:assert/strict'; + * ``` + * + * Example error diff: + * + * ```js + * import { strict as assert } from 'node:assert'; + * + * assert.deepEqual([[[1, 2, 3]], 4, 5], [[[1, 2, '3']], 4, 5]); + * // AssertionError: Expected inputs to be strictly deep-equal: + * // + actual - expected ... Lines skipped + * // + * // [ + * // [ + * // ... + * // 2, + * // + 3 + * // - '3' + * // ], + * // ... + * // 5 + * // ] + * ``` + * + * To deactivate the colors, use the `NO_COLOR` or `NODE_DISABLE_COLORS` environment variables. This will also + * deactivate the colors in the REPL. For more on color support in terminal environments, read the tty + * `getColorDepth()` documentation. + * + * @since v15.0.0, v13.9.0, v12.16.2, v9.9.0 + */ + namespace strict { + type AssertionError = assert.AssertionError; + type AssertPredicate = assert.AssertPredicate; + type CallTrackerCall = assert.CallTrackerCall; + type CallTrackerReportInformation = assert.CallTrackerReportInformation; + } + const strict: + & Omit< + typeof assert, + | "equal" + | "notEqual" + | "deepEqual" + | "notDeepEqual" + | "ok" + | "strictEqual" + | "deepStrictEqual" + | "ifError" + | "strict" + | "AssertionError" + > + & { + (value: unknown, message?: string | Error): asserts value; + equal: typeof strictEqual; + notEqual: typeof notStrictEqual; + deepEqual: typeof deepStrictEqual; + notDeepEqual: typeof notDeepStrictEqual; + // Mapped types and assertion functions are incompatible? + // TS2775: Assertions require every name in the call target + // to be declared with an explicit type annotation. + ok: typeof ok; + strictEqual: typeof strictEqual; + deepStrictEqual: typeof deepStrictEqual; + ifError: typeof ifError; + strict: typeof strict; + AssertionError: typeof AssertionError; + }; + } + export = assert; +} +declare module "node:assert" { + import assert = require("assert"); + export = assert; +} diff --git a/node_modules/@types/node/assert/strict.d.ts b/node_modules/@types/node/assert/strict.d.ts new file mode 100644 index 0000000..f333913 --- /dev/null +++ b/node_modules/@types/node/assert/strict.d.ts @@ -0,0 +1,8 @@ +declare module "assert/strict" { + import { strict } from "node:assert"; + export = strict; +} +declare module "node:assert/strict" { + import { strict } from "node:assert"; + export = strict; +} diff --git a/node_modules/@types/node/async_hooks.d.ts b/node_modules/@types/node/async_hooks.d.ts new file mode 100644 index 0000000..2377689 --- /dev/null +++ b/node_modules/@types/node/async_hooks.d.ts @@ -0,0 +1,623 @@ +/** + * We strongly discourage the use of the `async_hooks` API. + * Other APIs that can cover most of its use cases include: + * + * * [`AsyncLocalStorage`](https://nodejs.org/docs/latest-v24.x/api/async_context.html#class-asynclocalstorage) tracks async context + * * [`process.getActiveResourcesInfo()`](https://nodejs.org/docs/latest-v24.x/api/process.html#processgetactiveresourcesinfo) tracks active resources + * + * The `node:async_hooks` module provides an API to track asynchronous resources. + * It can be accessed using: + * + * ```js + * import async_hooks from 'node:async_hooks'; + * ``` + * @experimental + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/async_hooks.js) + */ +declare module "async_hooks" { + /** + * ```js + * import { executionAsyncId } from 'node:async_hooks'; + * import fs from 'node:fs'; + * + * console.log(executionAsyncId()); // 1 - bootstrap + * const path = '.'; + * fs.open(path, 'r', (err, fd) => { + * console.log(executionAsyncId()); // 6 - open() + * }); + * ``` + * + * The ID returned from `executionAsyncId()` is related to execution timing, not + * causality (which is covered by `triggerAsyncId()`): + * + * ```js + * const server = net.createServer((conn) => { + * // Returns the ID of the server, not of the new connection, because the + * // callback runs in the execution scope of the server's MakeCallback(). + * async_hooks.executionAsyncId(); + * + * }).listen(port, () => { + * // Returns the ID of a TickObject (process.nextTick()) because all + * // callbacks passed to .listen() are wrapped in a nextTick(). + * async_hooks.executionAsyncId(); + * }); + * ``` + * + * Promise contexts may not get precise `executionAsyncIds` by default. + * See the section on [promise execution tracking](https://nodejs.org/docs/latest-v24.x/api/async_hooks.html#promise-execution-tracking). + * @since v8.1.0 + * @return The `asyncId` of the current execution context. Useful to track when something calls. + */ + function executionAsyncId(): number; + /** + * Resource objects returned by `executionAsyncResource()` are most often internal + * Node.js handle objects with undocumented APIs. Using any functions or properties + * on the object is likely to crash your application and should be avoided. + * + * Using `executionAsyncResource()` in the top-level execution context will + * return an empty object as there is no handle or request object to use, + * but having an object representing the top-level can be helpful. + * + * ```js + * import { open } from 'node:fs'; + * import { executionAsyncId, executionAsyncResource } from 'node:async_hooks'; + * + * console.log(executionAsyncId(), executionAsyncResource()); // 1 {} + * open(new URL(import.meta.url), 'r', (err, fd) => { + * console.log(executionAsyncId(), executionAsyncResource()); // 7 FSReqWrap + * }); + * ``` + * + * This can be used to implement continuation local storage without the + * use of a tracking `Map` to store the metadata: + * + * ```js + * import { createServer } from 'node:http'; + * import { + * executionAsyncId, + * executionAsyncResource, + * createHook, + * } from 'node:async_hooks'; + * const sym = Symbol('state'); // Private symbol to avoid pollution + * + * createHook({ + * init(asyncId, type, triggerAsyncId, resource) { + * const cr = executionAsyncResource(); + * if (cr) { + * resource[sym] = cr[sym]; + * } + * }, + * }).enable(); + * + * const server = createServer((req, res) => { + * executionAsyncResource()[sym] = { state: req.url }; + * setTimeout(function() { + * res.end(JSON.stringify(executionAsyncResource()[sym])); + * }, 100); + * }).listen(3000); + * ``` + * @since v13.9.0, v12.17.0 + * @return The resource representing the current execution. Useful to store data within the resource. + */ + function executionAsyncResource(): object; + /** + * ```js + * const server = net.createServer((conn) => { + * // The resource that caused (or triggered) this callback to be called + * // was that of the new connection. Thus the return value of triggerAsyncId() + * // is the asyncId of "conn". + * async_hooks.triggerAsyncId(); + * + * }).listen(port, () => { + * // Even though all callbacks passed to .listen() are wrapped in a nextTick() + * // the callback itself exists because the call to the server's .listen() + * // was made. So the return value would be the ID of the server. + * async_hooks.triggerAsyncId(); + * }); + * ``` + * + * Promise contexts may not get valid `triggerAsyncId`s by default. See + * the section on [promise execution tracking](https://nodejs.org/docs/latest-v24.x/api/async_hooks.html#promise-execution-tracking). + * @return The ID of the resource responsible for calling the callback that is currently being executed. + */ + function triggerAsyncId(): number; + interface HookCallbacks { + /** + * Called when a class is constructed that has the possibility to emit an asynchronous event. + * @param asyncId A unique ID for the async resource + * @param type The type of the async resource + * @param triggerAsyncId The unique ID of the async resource in whose execution context this async resource was created + * @param resource Reference to the resource representing the async operation, needs to be released during destroy + */ + init?(asyncId: number, type: string, triggerAsyncId: number, resource: object): void; + /** + * When an asynchronous operation is initiated or completes a callback is called to notify the user. + * The before callback is called just before said callback is executed. + * @param asyncId the unique identifier assigned to the resource about to execute the callback. + */ + before?(asyncId: number): void; + /** + * Called immediately after the callback specified in `before` is completed. + * + * If an uncaught exception occurs during execution of the callback, then `after` will run after the `'uncaughtException'` event is emitted or a `domain`'s handler runs. + * @param asyncId the unique identifier assigned to the resource which has executed the callback. + */ + after?(asyncId: number): void; + /** + * Called when a promise has resolve() called. This may not be in the same execution id + * as the promise itself. + * @param asyncId the unique id for the promise that was resolve()d. + */ + promiseResolve?(asyncId: number): void; + /** + * Called after the resource corresponding to asyncId is destroyed + * @param asyncId a unique ID for the async resource + */ + destroy?(asyncId: number): void; + } + interface AsyncHook { + /** + * Enable the callbacks for a given AsyncHook instance. If no callbacks are provided enabling is a noop. + */ + enable(): this; + /** + * Disable the callbacks for a given AsyncHook instance from the global pool of AsyncHook callbacks to be executed. Once a hook has been disabled it will not be called again until enabled. + */ + disable(): this; + } + /** + * Registers functions to be called for different lifetime events of each async + * operation. + * + * The callbacks `init()`/`before()`/`after()`/`destroy()` are called for the + * respective asynchronous event during a resource's lifetime. + * + * All callbacks are optional. For example, if only resource cleanup needs to + * be tracked, then only the `destroy` callback needs to be passed. The + * specifics of all functions that can be passed to `callbacks` is in the `Hook Callbacks` section. + * + * ```js + * import { createHook } from 'node:async_hooks'; + * + * const asyncHook = createHook({ + * init(asyncId, type, triggerAsyncId, resource) { }, + * destroy(asyncId) { }, + * }); + * ``` + * + * The callbacks will be inherited via the prototype chain: + * + * ```js + * class MyAsyncCallbacks { + * init(asyncId, type, triggerAsyncId, resource) { } + * destroy(asyncId) {} + * } + * + * class MyAddedCallbacks extends MyAsyncCallbacks { + * before(asyncId) { } + * after(asyncId) { } + * } + * + * const asyncHook = async_hooks.createHook(new MyAddedCallbacks()); + * ``` + * + * Because promises are asynchronous resources whose lifecycle is tracked + * via the async hooks mechanism, the `init()`, `before()`, `after()`, and`destroy()` callbacks _must not_ be async functions that return promises. + * @since v8.1.0 + * @param callbacks The `Hook Callbacks` to register + * @return Instance used for disabling and enabling hooks + */ + function createHook(callbacks: HookCallbacks): AsyncHook; + interface AsyncResourceOptions { + /** + * The ID of the execution context that created this async event. + * @default executionAsyncId() + */ + triggerAsyncId?: number | undefined; + /** + * Disables automatic `emitDestroy` when the object is garbage collected. + * This usually does not need to be set (even if `emitDestroy` is called + * manually), unless the resource's `asyncId` is retrieved and the + * sensitive API's `emitDestroy` is called with it. + * @default false + */ + requireManualDestroy?: boolean | undefined; + } + /** + * The class `AsyncResource` is designed to be extended by the embedder's async + * resources. Using this, users can easily trigger the lifetime events of their + * own resources. + * + * The `init` hook will trigger when an `AsyncResource` is instantiated. + * + * The following is an overview of the `AsyncResource` API. + * + * ```js + * import { AsyncResource, executionAsyncId } from 'node:async_hooks'; + * + * // AsyncResource() is meant to be extended. Instantiating a + * // new AsyncResource() also triggers init. If triggerAsyncId is omitted then + * // async_hook.executionAsyncId() is used. + * const asyncResource = new AsyncResource( + * type, { triggerAsyncId: executionAsyncId(), requireManualDestroy: false }, + * ); + * + * // Run a function in the execution context of the resource. This will + * // * establish the context of the resource + * // * trigger the AsyncHooks before callbacks + * // * call the provided function `fn` with the supplied arguments + * // * trigger the AsyncHooks after callbacks + * // * restore the original execution context + * asyncResource.runInAsyncScope(fn, thisArg, ...args); + * + * // Call AsyncHooks destroy callbacks. + * asyncResource.emitDestroy(); + * + * // Return the unique ID assigned to the AsyncResource instance. + * asyncResource.asyncId(); + * + * // Return the trigger ID for the AsyncResource instance. + * asyncResource.triggerAsyncId(); + * ``` + */ + class AsyncResource { + /** + * AsyncResource() is meant to be extended. Instantiating a + * new AsyncResource() also triggers init. If triggerAsyncId is omitted then + * async_hook.executionAsyncId() is used. + * @param type The type of async event. + * @param triggerAsyncId The ID of the execution context that created + * this async event (default: `executionAsyncId()`), or an + * AsyncResourceOptions object (since v9.3.0) + */ + constructor(type: string, triggerAsyncId?: number | AsyncResourceOptions); + /** + * Binds the given function to the current execution context. + * @since v14.8.0, v12.19.0 + * @param fn The function to bind to the current execution context. + * @param type An optional name to associate with the underlying `AsyncResource`. + */ + static bind any, ThisArg>( + fn: Func, + type?: string, + thisArg?: ThisArg, + ): Func; + /** + * Binds the given function to execute to this `AsyncResource`'s scope. + * @since v14.8.0, v12.19.0 + * @param fn The function to bind to the current `AsyncResource`. + */ + bind any>(fn: Func): Func; + /** + * Call the provided function with the provided arguments in the execution context + * of the async resource. This will establish the context, trigger the AsyncHooks + * before callbacks, call the function, trigger the AsyncHooks after callbacks, and + * then restore the original execution context. + * @since v9.6.0 + * @param fn The function to call in the execution context of this async resource. + * @param thisArg The receiver to be used for the function call. + * @param args Optional arguments to pass to the function. + */ + runInAsyncScope( + fn: (this: This, ...args: any[]) => Result, + thisArg?: This, + ...args: any[] + ): Result; + /** + * Call all `destroy` hooks. This should only ever be called once. An error will + * be thrown if it is called more than once. This **must** be manually called. If + * the resource is left to be collected by the GC then the `destroy` hooks will + * never be called. + * @return A reference to `asyncResource`. + */ + emitDestroy(): this; + /** + * @return The unique `asyncId` assigned to the resource. + */ + asyncId(): number; + /** + * @return The same `triggerAsyncId` that is passed to the `AsyncResource` constructor. + */ + triggerAsyncId(): number; + } + interface AsyncLocalStorageOptions { + /** + * The default value to be used when no store is provided. + */ + defaultValue?: any; + /** + * A name for the `AsyncLocalStorage` value. + */ + name?: string | undefined; + } + /** + * This class creates stores that stay coherent through asynchronous operations. + * + * While you can create your own implementation on top of the `node:async_hooks` module, `AsyncLocalStorage` should be preferred as it is a performant and memory + * safe implementation that involves significant optimizations that are non-obvious + * to implement. + * + * The following example uses `AsyncLocalStorage` to build a simple logger + * that assigns IDs to incoming HTTP requests and includes them in messages + * logged within each request. + * + * ```js + * import http from 'node:http'; + * import { AsyncLocalStorage } from 'node:async_hooks'; + * + * const asyncLocalStorage = new AsyncLocalStorage(); + * + * function logWithId(msg) { + * const id = asyncLocalStorage.getStore(); + * console.log(`${id !== undefined ? id : '-'}:`, msg); + * } + * + * let idSeq = 0; + * http.createServer((req, res) => { + * asyncLocalStorage.run(idSeq++, () => { + * logWithId('start'); + * // Imagine any chain of async operations here + * setImmediate(() => { + * logWithId('finish'); + * res.end(); + * }); + * }); + * }).listen(8080); + * + * http.get('http://localhost:8080'); + * http.get('http://localhost:8080'); + * // Prints: + * // 0: start + * // 0: finish + * // 1: start + * // 1: finish + * ``` + * + * Each instance of `AsyncLocalStorage` maintains an independent storage context. + * Multiple instances can safely exist simultaneously without risk of interfering + * with each other's data. + * @since v13.10.0, v12.17.0 + */ + class AsyncLocalStorage { + /** + * Creates a new instance of `AsyncLocalStorage`. Store is only provided within a + * `run()` call or after an `enterWith()` call. + */ + constructor(options?: AsyncLocalStorageOptions); + /** + * Binds the given function to the current execution context. + * @since v19.8.0 + * @param fn The function to bind to the current execution context. + * @return A new function that calls `fn` within the captured execution context. + */ + static bind any>(fn: Func): Func; + /** + * Captures the current execution context and returns a function that accepts a + * function as an argument. Whenever the returned function is called, it + * calls the function passed to it within the captured context. + * + * ```js + * const asyncLocalStorage = new AsyncLocalStorage(); + * const runInAsyncScope = asyncLocalStorage.run(123, () => AsyncLocalStorage.snapshot()); + * const result = asyncLocalStorage.run(321, () => runInAsyncScope(() => asyncLocalStorage.getStore())); + * console.log(result); // returns 123 + * ``` + * + * AsyncLocalStorage.snapshot() can replace the use of AsyncResource for simple + * async context tracking purposes, for example: + * + * ```js + * class Foo { + * #runInAsyncScope = AsyncLocalStorage.snapshot(); + * + * get() { return this.#runInAsyncScope(() => asyncLocalStorage.getStore()); } + * } + * + * const foo = asyncLocalStorage.run(123, () => new Foo()); + * console.log(asyncLocalStorage.run(321, () => foo.get())); // returns 123 + * ``` + * @since v19.8.0 + * @return A new function with the signature `(fn: (...args) : R, ...args) : R`. + */ + static snapshot(): (fn: (...args: TArgs) => R, ...args: TArgs) => R; + /** + * Disables the instance of `AsyncLocalStorage`. All subsequent calls + * to `asyncLocalStorage.getStore()` will return `undefined` until `asyncLocalStorage.run()` or `asyncLocalStorage.enterWith()` is called again. + * + * When calling `asyncLocalStorage.disable()`, all current contexts linked to the + * instance will be exited. + * + * Calling `asyncLocalStorage.disable()` is required before the `asyncLocalStorage` can be garbage collected. This does not apply to stores + * provided by the `asyncLocalStorage`, as those objects are garbage collected + * along with the corresponding async resources. + * + * Use this method when the `asyncLocalStorage` is not in use anymore + * in the current process. + * @since v13.10.0, v12.17.0 + * @experimental + */ + disable(): void; + /** + * Returns the current store. + * If called outside of an asynchronous context initialized by + * calling `asyncLocalStorage.run()` or `asyncLocalStorage.enterWith()`, it + * returns `undefined`. + * @since v13.10.0, v12.17.0 + */ + getStore(): T | undefined; + /** + * The name of the `AsyncLocalStorage` instance if provided. + * @since v24.0.0 + */ + readonly name: string; + /** + * Runs a function synchronously within a context and returns its + * return value. The store is not accessible outside of the callback function. + * The store is accessible to any asynchronous operations created within the + * callback. + * + * The optional `args` are passed to the callback function. + * + * If the callback function throws an error, the error is thrown by `run()` too. + * The stacktrace is not impacted by this call and the context is exited. + * + * Example: + * + * ```js + * const store = { id: 2 }; + * try { + * asyncLocalStorage.run(store, () => { + * asyncLocalStorage.getStore(); // Returns the store object + * setTimeout(() => { + * asyncLocalStorage.getStore(); // Returns the store object + * }, 200); + * throw new Error(); + * }); + * } catch (e) { + * asyncLocalStorage.getStore(); // Returns undefined + * // The error will be caught here + * } + * ``` + * @since v13.10.0, v12.17.0 + */ + run(store: T, callback: () => R): R; + run(store: T, callback: (...args: TArgs) => R, ...args: TArgs): R; + /** + * Runs a function synchronously outside of a context and returns its + * return value. The store is not accessible within the callback function or + * the asynchronous operations created within the callback. Any `getStore()` call done within the callback function will always return `undefined`. + * + * The optional `args` are passed to the callback function. + * + * If the callback function throws an error, the error is thrown by `exit()` too. + * The stacktrace is not impacted by this call and the context is re-entered. + * + * Example: + * + * ```js + * // Within a call to run + * try { + * asyncLocalStorage.getStore(); // Returns the store object or value + * asyncLocalStorage.exit(() => { + * asyncLocalStorage.getStore(); // Returns undefined + * throw new Error(); + * }); + * } catch (e) { + * asyncLocalStorage.getStore(); // Returns the same object or value + * // The error will be caught here + * } + * ``` + * @since v13.10.0, v12.17.0 + * @experimental + */ + exit(callback: (...args: TArgs) => R, ...args: TArgs): R; + /** + * Transitions into the context for the remainder of the current + * synchronous execution and then persists the store through any following + * asynchronous calls. + * + * Example: + * + * ```js + * const store = { id: 1 }; + * // Replaces previous store with the given store object + * asyncLocalStorage.enterWith(store); + * asyncLocalStorage.getStore(); // Returns the store object + * someAsyncOperation(() => { + * asyncLocalStorage.getStore(); // Returns the same object + * }); + * ``` + * + * This transition will continue for the _entire_ synchronous execution. + * This means that if, for example, the context is entered within an event + * handler subsequent event handlers will also run within that context unless + * specifically bound to another context with an `AsyncResource`. That is why `run()` should be preferred over `enterWith()` unless there are strong reasons + * to use the latter method. + * + * ```js + * const store = { id: 1 }; + * + * emitter.on('my-event', () => { + * asyncLocalStorage.enterWith(store); + * }); + * emitter.on('my-event', () => { + * asyncLocalStorage.getStore(); // Returns the same object + * }); + * + * asyncLocalStorage.getStore(); // Returns undefined + * emitter.emit('my-event'); + * asyncLocalStorage.getStore(); // Returns the same object + * ``` + * @since v13.11.0, v12.17.0 + * @experimental + */ + enterWith(store: T): void; + } + /** + * @since v17.2.0, v16.14.0 + * @return A map of provider types to the corresponding numeric id. + * This map contains all the event types that might be emitted by the `async_hooks.init()` event. + */ + namespace asyncWrapProviders { + const NONE: number; + const DIRHANDLE: number; + const DNSCHANNEL: number; + const ELDHISTOGRAM: number; + const FILEHANDLE: number; + const FILEHANDLECLOSEREQ: number; + const FIXEDSIZEBLOBCOPY: number; + const FSEVENTWRAP: number; + const FSREQCALLBACK: number; + const FSREQPROMISE: number; + const GETADDRINFOREQWRAP: number; + const GETNAMEINFOREQWRAP: number; + const HEAPSNAPSHOT: number; + const HTTP2SESSION: number; + const HTTP2STREAM: number; + const HTTP2PING: number; + const HTTP2SETTINGS: number; + const HTTPINCOMINGMESSAGE: number; + const HTTPCLIENTREQUEST: number; + const JSSTREAM: number; + const JSUDPWRAP: number; + const MESSAGEPORT: number; + const PIPECONNECTWRAP: number; + const PIPESERVERWRAP: number; + const PIPEWRAP: number; + const PROCESSWRAP: number; + const PROMISE: number; + const QUERYWRAP: number; + const SHUTDOWNWRAP: number; + const SIGNALWRAP: number; + const STATWATCHER: number; + const STREAMPIPE: number; + const TCPCONNECTWRAP: number; + const TCPSERVERWRAP: number; + const TCPWRAP: number; + const TTYWRAP: number; + const UDPSENDWRAP: number; + const UDPWRAP: number; + const SIGINTWATCHDOG: number; + const WORKER: number; + const WORKERHEAPSNAPSHOT: number; + const WRITEWRAP: number; + const ZLIB: number; + const CHECKPRIMEREQUEST: number; + const PBKDF2REQUEST: number; + const KEYPAIRGENREQUEST: number; + const KEYGENREQUEST: number; + const KEYEXPORTREQUEST: number; + const CIPHERREQUEST: number; + const DERIVEBITSREQUEST: number; + const HASHREQUEST: number; + const RANDOMBYTESREQUEST: number; + const RANDOMPRIMEREQUEST: number; + const SCRYPTREQUEST: number; + const SIGNREQUEST: number; + const TLSWRAP: number; + const VERIFYREQUEST: number; + } +} +declare module "node:async_hooks" { + export * from "async_hooks"; +} diff --git a/node_modules/@types/node/buffer.buffer.d.ts b/node_modules/@types/node/buffer.buffer.d.ts new file mode 100644 index 0000000..b22f83a --- /dev/null +++ b/node_modules/@types/node/buffer.buffer.d.ts @@ -0,0 +1,463 @@ +declare module "buffer" { + type ImplicitArrayBuffer> = T extends + { valueOf(): infer V extends ArrayBufferLike } ? V : T; + global { + interface BufferConstructor { + // see buffer.d.ts for implementation shared with all TypeScript versions + + /** + * Allocates a new buffer containing the given {str}. + * + * @param str String to store in buffer. + * @param encoding encoding to use, optional. Default is 'utf8' + * @deprecated since v10.0.0 - Use `Buffer.from(string[, encoding])` instead. + */ + new(str: string, encoding?: BufferEncoding): Buffer; + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + * @deprecated since v10.0.0 - Use `Buffer.alloc()` instead (also see `Buffer.allocUnsafe()`). + */ + new(size: number): Buffer; + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. + */ + new(array: ArrayLike): Buffer; + /** + * Produces a Buffer backed by the same allocated memory as + * the given {ArrayBuffer}/{SharedArrayBuffer}. + * + * @param arrayBuffer The ArrayBuffer with which to share memory. + * @deprecated since v10.0.0 - Use `Buffer.from(arrayBuffer[, byteOffset[, length]])` instead. + */ + new(arrayBuffer: TArrayBuffer): Buffer; + /** + * Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`. + * Array entries outside that range will be truncated to fit into it. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Creates a new Buffer containing the UTF-8 bytes of the string 'buffer'. + * const buf = Buffer.from([0x62, 0x75, 0x66, 0x66, 0x65, 0x72]); + * ``` + * + * If `array` is an `Array`-like object (that is, one with a `length` property of + * type `number`), it is treated as if it is an array, unless it is a `Buffer` or + * a `Uint8Array`. This means all other `TypedArray` variants get treated as an + * `Array`. To create a `Buffer` from the bytes backing a `TypedArray`, use + * `Buffer.copyBytesFrom()`. + * + * A `TypeError` will be thrown if `array` is not an `Array` or another type + * appropriate for `Buffer.from()` variants. + * + * `Buffer.from(array)` and `Buffer.from(string)` may also use the internal + * `Buffer` pool like `Buffer.allocUnsafe()` does. + * @since v5.10.0 + */ + from(array: WithImplicitCoercion>): Buffer; + /** + * This creates a view of the `ArrayBuffer` without copying the underlying + * memory. For example, when passed a reference to the `.buffer` property of a + * `TypedArray` instance, the newly created `Buffer` will share the same + * allocated memory as the `TypedArray`'s underlying `ArrayBuffer`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const arr = new Uint16Array(2); + * + * arr[0] = 5000; + * arr[1] = 4000; + * + * // Shares memory with `arr`. + * const buf = Buffer.from(arr.buffer); + * + * console.log(buf); + * // Prints: + * + * // Changing the original Uint16Array changes the Buffer also. + * arr[1] = 6000; + * + * console.log(buf); + * // Prints: + * ``` + * + * The optional `byteOffset` and `length` arguments specify a memory range within + * the `arrayBuffer` that will be shared by the `Buffer`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const ab = new ArrayBuffer(10); + * const buf = Buffer.from(ab, 0, 2); + * + * console.log(buf.length); + * // Prints: 2 + * ``` + * + * A `TypeError` will be thrown if `arrayBuffer` is not an `ArrayBuffer` or a + * `SharedArrayBuffer` or another type appropriate for `Buffer.from()` + * variants. + * + * It is important to remember that a backing `ArrayBuffer` can cover a range + * of memory that extends beyond the bounds of a `TypedArray` view. A new + * `Buffer` created using the `buffer` property of a `TypedArray` may extend + * beyond the range of the `TypedArray`: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const arrA = Uint8Array.from([0x63, 0x64, 0x65, 0x66]); // 4 elements + * const arrB = new Uint8Array(arrA.buffer, 1, 2); // 2 elements + * console.log(arrA.buffer === arrB.buffer); // true + * + * const buf = Buffer.from(arrB.buffer); + * console.log(buf); + * // Prints: + * ``` + * @since v5.10.0 + * @param arrayBuffer An `ArrayBuffer`, `SharedArrayBuffer`, for example the + * `.buffer` property of a `TypedArray`. + * @param byteOffset Index of first byte to expose. **Default:** `0`. + * @param length Number of bytes to expose. **Default:** + * `arrayBuffer.byteLength - byteOffset`. + */ + from>( + arrayBuffer: TArrayBuffer, + byteOffset?: number, + length?: number, + ): Buffer>; + /** + * Creates a new `Buffer` containing `string`. The `encoding` parameter identifies + * the character encoding to be used when converting `string` into bytes. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('this is a tést'); + * const buf2 = Buffer.from('7468697320697320612074c3a97374', 'hex'); + * + * console.log(buf1.toString()); + * // Prints: this is a tést + * console.log(buf2.toString()); + * // Prints: this is a tést + * console.log(buf1.toString('latin1')); + * // Prints: this is a tést + * ``` + * + * A `TypeError` will be thrown if `string` is not a string or another type + * appropriate for `Buffer.from()` variants. + * + * `Buffer.from(string)` may also use the internal `Buffer` pool like + * `Buffer.allocUnsafe()` does. + * @since v5.10.0 + * @param string A string to encode. + * @param encoding The encoding of `string`. **Default:** `'utf8'`. + */ + from(string: WithImplicitCoercion, encoding?: BufferEncoding): Buffer; + from(arrayOrString: WithImplicitCoercion | string>): Buffer; + /** + * Creates a new Buffer using the passed {data} + * @param values to create a new Buffer + */ + of(...items: number[]): Buffer; + /** + * Returns a new `Buffer` which is the result of concatenating all the `Buffer` instances in the `list` together. + * + * If the list has no items, or if the `totalLength` is 0, then a new zero-length `Buffer` is returned. + * + * If `totalLength` is not provided, it is calculated from the `Buffer` instances + * in `list` by adding their lengths. + * + * If `totalLength` is provided, it is coerced to an unsigned integer. If the + * combined length of the `Buffer`s in `list` exceeds `totalLength`, the result is + * truncated to `totalLength`. If the combined length of the `Buffer`s in `list` is + * less than `totalLength`, the remaining space is filled with zeros. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create a single `Buffer` from a list of three `Buffer` instances. + * + * const buf1 = Buffer.alloc(10); + * const buf2 = Buffer.alloc(14); + * const buf3 = Buffer.alloc(18); + * const totalLength = buf1.length + buf2.length + buf3.length; + * + * console.log(totalLength); + * // Prints: 42 + * + * const bufA = Buffer.concat([buf1, buf2, buf3], totalLength); + * + * console.log(bufA); + * // Prints: + * console.log(bufA.length); + * // Prints: 42 + * ``` + * + * `Buffer.concat()` may also use the internal `Buffer` pool like `Buffer.allocUnsafe()` does. + * @since v0.7.11 + * @param list List of `Buffer` or {@link Uint8Array} instances to concatenate. + * @param totalLength Total length of the `Buffer` instances in `list` when concatenated. + */ + concat(list: readonly Uint8Array[], totalLength?: number): Buffer; + /** + * Copies the underlying memory of `view` into a new `Buffer`. + * + * ```js + * const u16 = new Uint16Array([0, 0xffff]); + * const buf = Buffer.copyBytesFrom(u16, 1, 1); + * u16[1] = 0; + * console.log(buf.length); // 2 + * console.log(buf[0]); // 255 + * console.log(buf[1]); // 255 + * ``` + * @since v19.8.0 + * @param view The {TypedArray} to copy. + * @param [offset=0] The starting offset within `view`. + * @param [length=view.length - offset] The number of elements from `view` to copy. + */ + copyBytesFrom(view: NodeJS.TypedArray, offset?: number, length?: number): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the`Buffer` will be zero-filled. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(5); + * + * console.log(buf); + * // Prints: + * ``` + * + * If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. + * + * If `fill` is specified, the allocated `Buffer` will be initialized by calling `buf.fill(fill)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(5, 'a'); + * + * console.log(buf); + * // Prints: + * ``` + * + * If both `fill` and `encoding` are specified, the allocated `Buffer` will be + * initialized by calling `buf.fill(fill, encoding)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64'); + * + * console.log(buf); + * // Prints: + * ``` + * + * Calling `Buffer.alloc()` can be measurably slower than the alternative `Buffer.allocUnsafe()` but ensures that the newly created `Buffer` instance + * contents will never contain sensitive data from previous allocations, including + * data that might not have been allocated for `Buffer`s. + * + * A `TypeError` will be thrown if `size` is not a number. + * @since v5.10.0 + * @param size The desired length of the new `Buffer`. + * @param [fill=0] A value to pre-fill the new `Buffer` with. + * @param [encoding='utf8'] If `fill` is a string, this is its encoding. + */ + alloc(size: number, fill?: string | Uint8Array | number, encoding?: BufferEncoding): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. + * + * The underlying memory for `Buffer` instances created in this way is _not_ + * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `Buffer.alloc()` instead to initialize`Buffer` instances with zeroes. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(10); + * + * console.log(buf); + * // Prints (contents may vary): + * + * buf.fill(0); + * + * console.log(buf); + * // Prints: + * ``` + * + * A `TypeError` will be thrown if `size` is not a number. + * + * The `Buffer` module pre-allocates an internal `Buffer` instance of + * size `Buffer.poolSize` that is used as a pool for the fast allocation of new `Buffer` instances created using `Buffer.allocUnsafe()`, `Buffer.from(array)`, + * and `Buffer.concat()` only when `size` is less than `Buffer.poolSize >>> 1` (floor of `Buffer.poolSize` divided by two). + * + * Use of this pre-allocated internal memory pool is a key difference between + * calling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`. + * Specifically, `Buffer.alloc(size, fill)` will _never_ use the internal `Buffer`pool, while `Buffer.allocUnsafe(size).fill(fill)`_will_ use the internal`Buffer` pool if `size` is less + * than or equal to half `Buffer.poolSize`. The + * difference is subtle but can be important when an application requires the + * additional performance that `Buffer.allocUnsafe()` provides. + * @since v5.10.0 + * @param size The desired length of the new `Buffer`. + */ + allocUnsafe(size: number): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. A zero-length `Buffer` is created if + * `size` is 0. + * + * The underlying memory for `Buffer` instances created in this way is _not_ + * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `buf.fill(0)` to initialize + * such `Buffer` instances with zeroes. + * + * When using `Buffer.allocUnsafe()` to allocate new `Buffer` instances, + * allocations under 4 KiB are sliced from a single pre-allocated `Buffer`. This + * allows applications to avoid the garbage collection overhead of creating many + * individually allocated `Buffer` instances. This approach improves both + * performance and memory usage by eliminating the need to track and clean up as + * many individual `ArrayBuffer` objects. + * + * However, in the case where a developer may need to retain a small chunk of + * memory from a pool for an indeterminate amount of time, it may be appropriate + * to create an un-pooled `Buffer` instance using `Buffer.allocUnsafeSlow()` and + * then copying out the relevant bits. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Need to keep around a few small chunks of memory. + * const store = []; + * + * socket.on('readable', () => { + * let data; + * while (null !== (data = readable.read())) { + * // Allocate for retained data. + * const sb = Buffer.allocUnsafeSlow(10); + * + * // Copy the data into the new allocation. + * data.copy(sb, 0, 0, 10); + * + * store.push(sb); + * } + * }); + * ``` + * + * A `TypeError` will be thrown if `size` is not a number. + * @since v5.12.0 + * @param size The desired length of the new `Buffer`. + */ + allocUnsafeSlow(size: number): Buffer; + } + interface Buffer extends Uint8Array { + // see buffer.d.ts for implementation shared with all TypeScript versions + + /** + * Returns a new `Buffer` that references the same memory as the original, but + * offset and cropped by the `start` and `end` indices. + * + * This method is not compatible with the `Uint8Array.prototype.slice()`, + * which is a superclass of `Buffer`. To copy the slice, use`Uint8Array.prototype.slice()`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('buffer'); + * + * const copiedBuf = Uint8Array.prototype.slice.call(buf); + * copiedBuf[0]++; + * console.log(copiedBuf.toString()); + * // Prints: cuffer + * + * console.log(buf.toString()); + * // Prints: buffer + * + * // With buf.slice(), the original buffer is modified. + * const notReallyCopiedBuf = buf.slice(); + * notReallyCopiedBuf[0]++; + * console.log(notReallyCopiedBuf.toString()); + * // Prints: cuffer + * console.log(buf.toString()); + * // Also prints: cuffer (!) + * ``` + * @since v0.3.0 + * @deprecated Use `subarray` instead. + * @param [start=0] Where the new `Buffer` will start. + * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). + */ + slice(start?: number, end?: number): Buffer; + /** + * Returns a new `Buffer` that references the same memory as the original, but + * offset and cropped by the `start` and `end` indices. + * + * Specifying `end` greater than `buf.length` will return the same result as + * that of `end` equal to `buf.length`. + * + * This method is inherited from [`TypedArray.prototype.subarray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/subarray). + * + * Modifying the new `Buffer` slice will modify the memory in the original `Buffer`because the allocated memory of the two objects overlap. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create a `Buffer` with the ASCII alphabet, take a slice, and modify one byte + * // from the original `Buffer`. + * + * const buf1 = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * const buf2 = buf1.subarray(0, 3); + * + * console.log(buf2.toString('ascii', 0, buf2.length)); + * // Prints: abc + * + * buf1[0] = 33; + * + * console.log(buf2.toString('ascii', 0, buf2.length)); + * // Prints: !bc + * ``` + * + * Specifying negative indexes causes the slice to be generated relative to the + * end of `buf` rather than the beginning. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('buffer'); + * + * console.log(buf.subarray(-6, -1).toString()); + * // Prints: buffe + * // (Equivalent to buf.subarray(0, 5).) + * + * console.log(buf.subarray(-6, -2).toString()); + * // Prints: buff + * // (Equivalent to buf.subarray(0, 4).) + * + * console.log(buf.subarray(-5, -2).toString()); + * // Prints: uff + * // (Equivalent to buf.subarray(1, 4).) + * ``` + * @since v3.0.0 + * @param [start=0] Where the new `Buffer` will start. + * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). + */ + subarray(start?: number, end?: number): Buffer; + } + type NonSharedBuffer = Buffer; + type AllowSharedBuffer = Buffer; + } + /** @deprecated Use `Buffer.allocUnsafeSlow()` instead. */ + var SlowBuffer: { + /** @deprecated Use `Buffer.allocUnsafeSlow()` instead. */ + new(size: number): Buffer; + prototype: Buffer; + }; +} diff --git a/node_modules/@types/node/buffer.d.ts b/node_modules/@types/node/buffer.d.ts new file mode 100644 index 0000000..cbdf207 --- /dev/null +++ b/node_modules/@types/node/buffer.d.ts @@ -0,0 +1,1930 @@ +// If lib.dom.d.ts or lib.webworker.d.ts is loaded, then use the global types. +// Otherwise, use the types from node. +type _Blob = typeof globalThis extends { onmessage: any; Blob: any } ? {} : import("buffer").Blob; +type _File = typeof globalThis extends { onmessage: any; File: any } ? {} : import("buffer").File; + +/** + * `Buffer` objects are used to represent a fixed-length sequence of bytes. Many + * Node.js APIs support `Buffer`s. + * + * The `Buffer` class is a subclass of JavaScript's [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) class and + * extends it with methods that cover additional use cases. Node.js APIs accept + * plain [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) s wherever `Buffer`s are supported as well. + * + * While the `Buffer` class is available within the global scope, it is still + * recommended to explicitly reference it via an import or require statement. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Creates a zero-filled Buffer of length 10. + * const buf1 = Buffer.alloc(10); + * + * // Creates a Buffer of length 10, + * // filled with bytes which all have the value `1`. + * const buf2 = Buffer.alloc(10, 1); + * + * // Creates an uninitialized buffer of length 10. + * // This is faster than calling Buffer.alloc() but the returned + * // Buffer instance might contain old data that needs to be + * // overwritten using fill(), write(), or other functions that fill the Buffer's + * // contents. + * const buf3 = Buffer.allocUnsafe(10); + * + * // Creates a Buffer containing the bytes [1, 2, 3]. + * const buf4 = Buffer.from([1, 2, 3]); + * + * // Creates a Buffer containing the bytes [1, 1, 1, 1] – the entries + * // are all truncated using `(value & 255)` to fit into the range 0–255. + * const buf5 = Buffer.from([257, 257.5, -255, '1']); + * + * // Creates a Buffer containing the UTF-8-encoded bytes for the string 'tést': + * // [0x74, 0xc3, 0xa9, 0x73, 0x74] (in hexadecimal notation) + * // [116, 195, 169, 115, 116] (in decimal notation) + * const buf6 = Buffer.from('tést'); + * + * // Creates a Buffer containing the Latin-1 bytes [0x74, 0xe9, 0x73, 0x74]. + * const buf7 = Buffer.from('tést', 'latin1'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/buffer.js) + */ +declare module "buffer" { + import { BinaryLike } from "node:crypto"; + import { ReadableStream as WebReadableStream } from "node:stream/web"; + /** + * This function returns `true` if `input` contains only valid UTF-8-encoded data, + * including the case in which `input` is empty. + * + * Throws if the `input` is a detached array buffer. + * @since v19.4.0, v18.14.0 + * @param input The input to validate. + */ + export function isUtf8(input: Buffer | ArrayBuffer | NodeJS.TypedArray): boolean; + /** + * This function returns `true` if `input` contains only valid ASCII-encoded data, + * including the case in which `input` is empty. + * + * Throws if the `input` is a detached array buffer. + * @since v19.6.0, v18.15.0 + * @param input The input to validate. + */ + export function isAscii(input: Buffer | ArrayBuffer | NodeJS.TypedArray): boolean; + export let INSPECT_MAX_BYTES: number; + export const kMaxLength: number; + export const kStringMaxLength: number; + export const constants: { + MAX_LENGTH: number; + MAX_STRING_LENGTH: number; + }; + export type TranscodeEncoding = + | "ascii" + | "utf8" + | "utf-8" + | "utf16le" + | "utf-16le" + | "ucs2" + | "ucs-2" + | "latin1" + | "binary"; + /** + * Re-encodes the given `Buffer` or `Uint8Array` instance from one character + * encoding to another. Returns a new `Buffer` instance. + * + * Throws if the `fromEnc` or `toEnc` specify invalid character encodings or if + * conversion from `fromEnc` to `toEnc` is not permitted. + * + * Encodings supported by `buffer.transcode()` are: `'ascii'`, `'utf8'`, `'utf16le'`, `'ucs2'`, `'latin1'`, and `'binary'`. + * + * The transcoding process will use substitution characters if a given byte + * sequence cannot be adequately represented in the target encoding. For instance: + * + * ```js + * import { Buffer, transcode } from 'node:buffer'; + * + * const newBuf = transcode(Buffer.from('€'), 'utf8', 'ascii'); + * console.log(newBuf.toString('ascii')); + * // Prints: '?' + * ``` + * + * Because the Euro (`€`) sign is not representable in US-ASCII, it is replaced + * with `?` in the transcoded `Buffer`. + * @since v7.1.0 + * @param source A `Buffer` or `Uint8Array` instance. + * @param fromEnc The current encoding. + * @param toEnc To target encoding. + */ + export function transcode(source: Uint8Array, fromEnc: TranscodeEncoding, toEnc: TranscodeEncoding): Buffer; + /** + * Resolves a `'blob:nodedata:...'` an associated `Blob` object registered using + * a prior call to `URL.createObjectURL()`. + * @since v16.7.0 + * @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`. + */ + export function resolveObjectURL(id: string): Blob | undefined; + export { type AllowSharedBuffer, Buffer, type NonSharedBuffer }; + /** + * @experimental + */ + export interface BlobOptions { + /** + * One of either `'transparent'` or `'native'`. When set to `'native'`, line endings in string source parts + * will be converted to the platform native line-ending as specified by `import { EOL } from 'node:os'`. + */ + endings?: "transparent" | "native"; + /** + * The Blob content-type. The intent is for `type` to convey + * the MIME media type of the data, however no validation of the type format + * is performed. + */ + type?: string | undefined; + } + /** + * A [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) encapsulates immutable, raw data that can be safely shared across + * multiple worker threads. + * @since v15.7.0, v14.18.0 + */ + export class Blob { + /** + * The total size of the `Blob` in bytes. + * @since v15.7.0, v14.18.0 + */ + readonly size: number; + /** + * The content-type of the `Blob`. + * @since v15.7.0, v14.18.0 + */ + readonly type: string; + /** + * Creates a new `Blob` object containing a concatenation of the given sources. + * + * {ArrayBuffer}, {TypedArray}, {DataView}, and {Buffer} sources are copied into + * the 'Blob' and can therefore be safely modified after the 'Blob' is created. + * + * String sources are also copied into the `Blob`. + */ + constructor(sources: Array, options?: BlobOptions); + /** + * Returns a promise that fulfills with an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) containing a copy of + * the `Blob` data. + * @since v15.7.0, v14.18.0 + */ + arrayBuffer(): Promise; + /** + * The `blob.bytes()` method returns the byte of the `Blob` object as a `Promise`. + * + * ```js + * const blob = new Blob(['hello']); + * blob.bytes().then((bytes) => { + * console.log(bytes); // Outputs: Uint8Array(5) [ 104, 101, 108, 108, 111 ] + * }); + * ``` + */ + bytes(): Promise; + /** + * Creates and returns a new `Blob` containing a subset of this `Blob` objects + * data. The original `Blob` is not altered. + * @since v15.7.0, v14.18.0 + * @param start The starting index. + * @param end The ending index. + * @param type The content-type for the new `Blob` + */ + slice(start?: number, end?: number, type?: string): Blob; + /** + * Returns a promise that fulfills with the contents of the `Blob` decoded as a + * UTF-8 string. + * @since v15.7.0, v14.18.0 + */ + text(): Promise; + /** + * Returns a new `ReadableStream` that allows the content of the `Blob` to be read. + * @since v16.7.0 + */ + stream(): WebReadableStream; + } + export interface FileOptions { + /** + * One of either `'transparent'` or `'native'`. When set to `'native'`, line endings in string source parts will be + * converted to the platform native line-ending as specified by `import { EOL } from 'node:os'`. + */ + endings?: "native" | "transparent"; + /** The File content-type. */ + type?: string; + /** The last modified date of the file. `Default`: Date.now(). */ + lastModified?: number; + } + /** + * A [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File) provides information about files. + * @since v19.2.0, v18.13.0 + */ + export class File extends Blob { + constructor(sources: Array, fileName: string, options?: FileOptions); + /** + * The name of the `File`. + * @since v19.2.0, v18.13.0 + */ + readonly name: string; + /** + * The last modified date of the `File`. + * @since v19.2.0, v18.13.0 + */ + readonly lastModified: number; + } + export import atob = globalThis.atob; + export import btoa = globalThis.btoa; + export type WithImplicitCoercion = + | T + | { valueOf(): T } + | (T extends string ? { [Symbol.toPrimitive](hint: "string"): T } : never); + global { + namespace NodeJS { + export { BufferEncoding }; + } + // Buffer class + type BufferEncoding = + | "ascii" + | "utf8" + | "utf-8" + | "utf16le" + | "utf-16le" + | "ucs2" + | "ucs-2" + | "base64" + | "base64url" + | "latin1" + | "binary" + | "hex"; + /** + * Raw data is stored in instances of the Buffer class. + * A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized. + * Valid string encodings: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'base64url'|'binary'(deprecated)|'hex' + */ + interface BufferConstructor { + // see buffer.buffer.d.ts for implementation specific to TypeScript 5.7 and later + // see ts5.6/buffer.buffer.d.ts for implementation specific to TypeScript 5.6 and earlier + + /** + * Returns `true` if `obj` is a `Buffer`, `false` otherwise. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * Buffer.isBuffer(Buffer.alloc(10)); // true + * Buffer.isBuffer(Buffer.from('foo')); // true + * Buffer.isBuffer('a string'); // false + * Buffer.isBuffer([]); // false + * Buffer.isBuffer(new Uint8Array(1024)); // false + * ``` + * @since v0.1.101 + */ + isBuffer(obj: any): obj is Buffer; + /** + * Returns `true` if `encoding` is the name of a supported character encoding, + * or `false` otherwise. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * console.log(Buffer.isEncoding('utf8')); + * // Prints: true + * + * console.log(Buffer.isEncoding('hex')); + * // Prints: true + * + * console.log(Buffer.isEncoding('utf/8')); + * // Prints: false + * + * console.log(Buffer.isEncoding('')); + * // Prints: false + * ``` + * @since v0.9.1 + * @param encoding A character encoding name to check. + */ + isEncoding(encoding: string): encoding is BufferEncoding; + /** + * Returns the byte length of a string when encoded using `encoding`. + * This is not the same as [`String.prototype.length`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length), which does not account + * for the encoding that is used to convert the string into bytes. + * + * For `'base64'`, `'base64url'`, and `'hex'`, this function assumes valid input. + * For strings that contain non-base64/hex-encoded data (e.g. whitespace), the + * return value might be greater than the length of a `Buffer` created from the + * string. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const str = '\u00bd + \u00bc = \u00be'; + * + * console.log(`${str}: ${str.length} characters, ` + + * `${Buffer.byteLength(str, 'utf8')} bytes`); + * // Prints: ½ + ¼ = ¾: 9 characters, 12 bytes + * ``` + * + * When `string` is a + * `Buffer`/[`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView)/[`TypedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/- + * Reference/Global_Objects/TypedArray)/[`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)/[`SharedArrayBuffer`](https://develop- + * er.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer), the byte length as reported by `.byteLength`is returned. + * @since v0.1.90 + * @param string A value to calculate the length of. + * @param [encoding='utf8'] If `string` is a string, this is its encoding. + * @return The number of bytes contained within `string`. + */ + byteLength( + string: string | Buffer | NodeJS.ArrayBufferView | ArrayBuffer | SharedArrayBuffer, + encoding?: BufferEncoding, + ): number; + /** + * Compares `buf1` to `buf2`, typically for the purpose of sorting arrays of `Buffer` instances. This is equivalent to calling `buf1.compare(buf2)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('1234'); + * const buf2 = Buffer.from('0123'); + * const arr = [buf1, buf2]; + * + * console.log(arr.sort(Buffer.compare)); + * // Prints: [ , ] + * // (This result is equal to: [buf2, buf1].) + * ``` + * @since v0.11.13 + * @return Either `-1`, `0`, or `1`, depending on the result of the comparison. See `compare` for details. + */ + compare(buf1: Uint8Array, buf2: Uint8Array): -1 | 0 | 1; + /** + * This is the size (in bytes) of pre-allocated internal `Buffer` instances used + * for pooling. This value may be modified. + * @since v0.11.3 + */ + poolSize: number; + } + interface Buffer { + // see buffer.buffer.d.ts for implementation specific to TypeScript 5.7 and later + // see ts5.6/buffer.buffer.d.ts for implementation specific to TypeScript 5.6 and earlier + + /** + * Writes `string` to `buf` at `offset` according to the character encoding in`encoding`. The `length` parameter is the number of bytes to write. If `buf` did + * not contain enough space to fit the entire string, only part of `string` will be + * written. However, partially encoded characters will not be written. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(256); + * + * const len = buf.write('\u00bd + \u00bc = \u00be', 0); + * + * console.log(`${len} bytes: ${buf.toString('utf8', 0, len)}`); + * // Prints: 12 bytes: ½ + ¼ = ¾ + * + * const buffer = Buffer.alloc(10); + * + * const length = buffer.write('abcd', 8); + * + * console.log(`${length} bytes: ${buffer.toString('utf8', 8, 10)}`); + * // Prints: 2 bytes : ab + * ``` + * @since v0.1.90 + * @param string String to write to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write `string`. + * @param [length=buf.length - offset] Maximum number of bytes to write (written bytes will not exceed `buf.length - offset`). + * @param [encoding='utf8'] The character encoding of `string`. + * @return Number of bytes written. + */ + write(string: string, encoding?: BufferEncoding): number; + write(string: string, offset: number, encoding?: BufferEncoding): number; + write(string: string, offset: number, length: number, encoding?: BufferEncoding): number; + /** + * Decodes `buf` to a string according to the specified character encoding in`encoding`. `start` and `end` may be passed to decode only a subset of `buf`. + * + * If `encoding` is `'utf8'` and a byte sequence in the input is not valid UTF-8, + * then each invalid byte is replaced with the replacement character `U+FFFD`. + * + * The maximum length of a string instance (in UTF-16 code units) is available + * as {@link constants.MAX_STRING_LENGTH}. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * console.log(buf1.toString('utf8')); + * // Prints: abcdefghijklmnopqrstuvwxyz + * console.log(buf1.toString('utf8', 0, 5)); + * // Prints: abcde + * + * const buf2 = Buffer.from('tést'); + * + * console.log(buf2.toString('hex')); + * // Prints: 74c3a97374 + * console.log(buf2.toString('utf8', 0, 3)); + * // Prints: té + * console.log(buf2.toString(undefined, 0, 3)); + * // Prints: té + * ``` + * @since v0.1.90 + * @param [encoding='utf8'] The character encoding to use. + * @param [start=0] The byte offset to start decoding at. + * @param [end=buf.length] The byte offset to stop decoding at (not inclusive). + */ + toString(encoding?: BufferEncoding, start?: number, end?: number): string; + /** + * Returns a JSON representation of `buf`. [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) implicitly calls + * this function when stringifying a `Buffer` instance. + * + * `Buffer.from()` accepts objects in the format returned from this method. + * In particular, `Buffer.from(buf.toJSON())` works like `Buffer.from(buf)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5]); + * const json = JSON.stringify(buf); + * + * console.log(json); + * // Prints: {"type":"Buffer","data":[1,2,3,4,5]} + * + * const copy = JSON.parse(json, (key, value) => { + * return value && value.type === 'Buffer' ? + * Buffer.from(value) : + * value; + * }); + * + * console.log(copy); + * // Prints: + * ``` + * @since v0.9.2 + */ + toJSON(): { + type: "Buffer"; + data: number[]; + }; + /** + * Returns `true` if both `buf` and `otherBuffer` have exactly the same bytes,`false` otherwise. Equivalent to `buf.compare(otherBuffer) === 0`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('ABC'); + * const buf2 = Buffer.from('414243', 'hex'); + * const buf3 = Buffer.from('ABCD'); + * + * console.log(buf1.equals(buf2)); + * // Prints: true + * console.log(buf1.equals(buf3)); + * // Prints: false + * ``` + * @since v0.11.13 + * @param otherBuffer A `Buffer` or {@link Uint8Array} with which to compare `buf`. + */ + equals(otherBuffer: Uint8Array): boolean; + /** + * Compares `buf` with `target` and returns a number indicating whether `buf`comes before, after, or is the same as `target` in sort order. + * Comparison is based on the actual sequence of bytes in each `Buffer`. + * + * * `0` is returned if `target` is the same as `buf` + * * `1` is returned if `target` should come _before_`buf` when sorted. + * * `-1` is returned if `target` should come _after_`buf` when sorted. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('ABC'); + * const buf2 = Buffer.from('BCD'); + * const buf3 = Buffer.from('ABCD'); + * + * console.log(buf1.compare(buf1)); + * // Prints: 0 + * console.log(buf1.compare(buf2)); + * // Prints: -1 + * console.log(buf1.compare(buf3)); + * // Prints: -1 + * console.log(buf2.compare(buf1)); + * // Prints: 1 + * console.log(buf2.compare(buf3)); + * // Prints: 1 + * console.log([buf1, buf2, buf3].sort(Buffer.compare)); + * // Prints: [ , , ] + * // (This result is equal to: [buf1, buf3, buf2].) + * ``` + * + * The optional `targetStart`, `targetEnd`, `sourceStart`, and `sourceEnd` arguments can be used to limit the comparison to specific ranges within `target` and `buf` respectively. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8, 9]); + * const buf2 = Buffer.from([5, 6, 7, 8, 9, 1, 2, 3, 4]); + * + * console.log(buf1.compare(buf2, 5, 9, 0, 4)); + * // Prints: 0 + * console.log(buf1.compare(buf2, 0, 6, 4)); + * // Prints: -1 + * console.log(buf1.compare(buf2, 5, 6, 5)); + * // Prints: 1 + * ``` + * + * `ERR_OUT_OF_RANGE` is thrown if `targetStart < 0`, `sourceStart < 0`, `targetEnd > target.byteLength`, or `sourceEnd > source.byteLength`. + * @since v0.11.13 + * @param target A `Buffer` or {@link Uint8Array} with which to compare `buf`. + * @param [targetStart=0] The offset within `target` at which to begin comparison. + * @param [targetEnd=target.length] The offset within `target` at which to end comparison (not inclusive). + * @param [sourceStart=0] The offset within `buf` at which to begin comparison. + * @param [sourceEnd=buf.length] The offset within `buf` at which to end comparison (not inclusive). + */ + compare( + target: Uint8Array, + targetStart?: number, + targetEnd?: number, + sourceStart?: number, + sourceEnd?: number, + ): -1 | 0 | 1; + /** + * Copies data from a region of `buf` to a region in `target`, even if the `target`memory region overlaps with `buf`. + * + * [`TypedArray.prototype.set()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set) performs the same operation, and is available + * for all TypedArrays, including Node.js `Buffer`s, although it takes + * different function arguments. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create two `Buffer` instances. + * const buf1 = Buffer.allocUnsafe(26); + * const buf2 = Buffer.allocUnsafe(26).fill('!'); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * // Copy `buf1` bytes 16 through 19 into `buf2` starting at byte 8 of `buf2`. + * buf1.copy(buf2, 8, 16, 20); + * // This is equivalent to: + * // buf2.set(buf1.subarray(16, 20), 8); + * + * console.log(buf2.toString('ascii', 0, 25)); + * // Prints: !!!!!!!!qrst!!!!!!!!!!!!! + * ``` + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create a `Buffer` and copy data from one region to an overlapping region + * // within the same `Buffer`. + * + * const buf = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf[i] = i + 97; + * } + * + * buf.copy(buf, 0, 4, 10); + * + * console.log(buf.toString()); + * // Prints: efghijghijklmnopqrstuvwxyz + * ``` + * @since v0.1.90 + * @param target A `Buffer` or {@link Uint8Array} to copy into. + * @param [targetStart=0] The offset within `target` at which to begin writing. + * @param [sourceStart=0] The offset within `buf` from which to begin copying. + * @param [sourceEnd=buf.length] The offset within `buf` at which to stop copying (not inclusive). + * @return The number of bytes copied. + */ + copy(target: Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. + * + * `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigInt64BE(0x0102030405060708n, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigInt64BE(value: bigint, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. + * + * `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigInt64LE(0x0102030405060708n, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigInt64LE(value: bigint, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. + * + * This function is also available under the `writeBigUint64BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigUInt64BE(0xdecafafecacefaden, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigUInt64BE(value: bigint, offset?: number): number; + /** + * @alias Buffer.writeBigUInt64BE + * @since v14.10.0, v12.19.0 + */ + writeBigUint64BE(value: bigint, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigUInt64LE(0xdecafafecacefaden, 0); + * + * console.log(buf); + * // Prints: + * ``` + * + * This function is also available under the `writeBigUint64LE` alias. + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigUInt64LE(value: bigint, offset?: number): number; + /** + * @alias Buffer.writeBigUInt64LE + * @since v14.10.0, v12.19.0 + */ + writeBigUint64LE(value: bigint, offset?: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined + * when `value` is anything other than an unsigned integer. + * + * This function is also available under the `writeUintLE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeUIntLE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeUIntLE(value: number, offset: number, byteLength: number): number; + /** + * @alias Buffer.writeUIntLE + * @since v14.9.0, v12.19.0 + */ + writeUintLE(value: number, offset: number, byteLength: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined + * when `value` is anything other than an unsigned integer. + * + * This function is also available under the `writeUintBE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeUIntBE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeUIntBE(value: number, offset: number, byteLength: number): number; + /** + * @alias Buffer.writeUIntBE + * @since v14.9.0, v12.19.0 + */ + writeUintBE(value: number, offset: number, byteLength: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined + * when `value` is anything other than a signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeIntLE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeIntLE(value: number, offset: number, byteLength: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined when`value` is anything other than a + * signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeIntBE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeIntBE(value: number, offset: number, byteLength: number): number; + /** + * Reads an unsigned, big-endian 64-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readBigUint64BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]); + * + * console.log(buf.readBigUInt64BE(0)); + * // Prints: 4294967295n + * ``` + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigUInt64BE(offset?: number): bigint; + /** + * @alias Buffer.readBigUInt64BE + * @since v14.10.0, v12.19.0 + */ + readBigUint64BE(offset?: number): bigint; + /** + * Reads an unsigned, little-endian 64-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readBigUint64LE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]); + * + * console.log(buf.readBigUInt64LE(0)); + * // Prints: 18446744069414584320n + * ``` + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigUInt64LE(offset?: number): bigint; + /** + * @alias Buffer.readBigUInt64LE + * @since v14.10.0, v12.19.0 + */ + readBigUint64LE(offset?: number): bigint; + /** + * Reads a signed, big-endian 64-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed + * values. + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigInt64BE(offset?: number): bigint; + /** + * Reads a signed, little-endian 64-bit integer from `buf` at the specified`offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed + * values. + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigInt64LE(offset?: number): bigint; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as an unsigned, little-endian integer supporting + * up to 48 bits of accuracy. + * + * This function is also available under the `readUintLE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readUIntLE(0, 6).toString(16)); + * // Prints: ab9078563412 + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readUIntLE(offset: number, byteLength: number): number; + /** + * @alias Buffer.readUIntLE + * @since v14.9.0, v12.19.0 + */ + readUintLE(offset: number, byteLength: number): number; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as an unsigned big-endian integer supporting + * up to 48 bits of accuracy. + * + * This function is also available under the `readUintBE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readUIntBE(0, 6).toString(16)); + * // Prints: 1234567890ab + * console.log(buf.readUIntBE(1, 6).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readUIntBE(offset: number, byteLength: number): number; + /** + * @alias Buffer.readUIntBE + * @since v14.9.0, v12.19.0 + */ + readUintBE(offset: number, byteLength: number): number; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as a little-endian, two's complement signed value + * supporting up to 48 bits of accuracy. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readIntLE(0, 6).toString(16)); + * // Prints: -546f87a9cbee + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readIntLE(offset: number, byteLength: number): number; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as a big-endian, two's complement signed value + * supporting up to 48 bits of accuracy. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readIntBE(0, 6).toString(16)); + * // Prints: 1234567890ab + * console.log(buf.readIntBE(1, 6).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * console.log(buf.readIntBE(1, 0).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readIntBE(offset: number, byteLength: number): number; + /** + * Reads an unsigned 8-bit integer from `buf` at the specified `offset`. + * + * This function is also available under the `readUint8` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([1, -2]); + * + * console.log(buf.readUInt8(0)); + * // Prints: 1 + * console.log(buf.readUInt8(1)); + * // Prints: 254 + * console.log(buf.readUInt8(2)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`. + */ + readUInt8(offset?: number): number; + /** + * @alias Buffer.readUInt8 + * @since v14.9.0, v12.19.0 + */ + readUint8(offset?: number): number; + /** + * Reads an unsigned, little-endian 16-bit integer from `buf` at the specified `offset`. + * + * This function is also available under the `readUint16LE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56]); + * + * console.log(buf.readUInt16LE(0).toString(16)); + * // Prints: 3412 + * console.log(buf.readUInt16LE(1).toString(16)); + * // Prints: 5634 + * console.log(buf.readUInt16LE(2).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readUInt16LE(offset?: number): number; + /** + * @alias Buffer.readUInt16LE + * @since v14.9.0, v12.19.0 + */ + readUint16LE(offset?: number): number; + /** + * Reads an unsigned, big-endian 16-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readUint16BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56]); + * + * console.log(buf.readUInt16BE(0).toString(16)); + * // Prints: 1234 + * console.log(buf.readUInt16BE(1).toString(16)); + * // Prints: 3456 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readUInt16BE(offset?: number): number; + /** + * @alias Buffer.readUInt16BE + * @since v14.9.0, v12.19.0 + */ + readUint16BE(offset?: number): number; + /** + * Reads an unsigned, little-endian 32-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readUint32LE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]); + * + * console.log(buf.readUInt32LE(0).toString(16)); + * // Prints: 78563412 + * console.log(buf.readUInt32LE(1).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readUInt32LE(offset?: number): number; + /** + * @alias Buffer.readUInt32LE + * @since v14.9.0, v12.19.0 + */ + readUint32LE(offset?: number): number; + /** + * Reads an unsigned, big-endian 32-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readUint32BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]); + * + * console.log(buf.readUInt32BE(0).toString(16)); + * // Prints: 12345678 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readUInt32BE(offset?: number): number; + /** + * @alias Buffer.readUInt32BE + * @since v14.9.0, v12.19.0 + */ + readUint32BE(offset?: number): number; + /** + * Reads a signed 8-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([-1, 5]); + * + * console.log(buf.readInt8(0)); + * // Prints: -1 + * console.log(buf.readInt8(1)); + * // Prints: 5 + * console.log(buf.readInt8(2)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`. + */ + readInt8(offset?: number): number; + /** + * Reads a signed, little-endian 16-bit integer from `buf` at the specified`offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0, 5]); + * + * console.log(buf.readInt16LE(0)); + * // Prints: 1280 + * console.log(buf.readInt16LE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readInt16LE(offset?: number): number; + /** + * Reads a signed, big-endian 16-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0, 5]); + * + * console.log(buf.readInt16BE(0)); + * // Prints: 5 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readInt16BE(offset?: number): number; + /** + * Reads a signed, little-endian 32-bit integer from `buf` at the specified`offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0, 0, 0, 5]); + * + * console.log(buf.readInt32LE(0)); + * // Prints: 83886080 + * console.log(buf.readInt32LE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readInt32LE(offset?: number): number; + /** + * Reads a signed, big-endian 32-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0, 0, 0, 5]); + * + * console.log(buf.readInt32BE(0)); + * // Prints: 5 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readInt32BE(offset?: number): number; + /** + * Reads a 32-bit, little-endian float from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4]); + * + * console.log(buf.readFloatLE(0)); + * // Prints: 1.539989614439558e-36 + * console.log(buf.readFloatLE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readFloatLE(offset?: number): number; + /** + * Reads a 32-bit, big-endian float from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4]); + * + * console.log(buf.readFloatBE(0)); + * // Prints: 2.387939260590663e-38 + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readFloatBE(offset?: number): number; + /** + * Reads a 64-bit, little-endian double from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]); + * + * console.log(buf.readDoubleLE(0)); + * // Prints: 5.447603722011605e-270 + * console.log(buf.readDoubleLE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`. + */ + readDoubleLE(offset?: number): number; + /** + * Reads a 64-bit, big-endian double from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]); + * + * console.log(buf.readDoubleBE(0)); + * // Prints: 8.20788039913184e-304 + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`. + */ + readDoubleBE(offset?: number): number; + reverse(): this; + /** + * Interprets `buf` as an array of unsigned 16-bit integers and swaps the + * byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 2. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); + * + * console.log(buf1); + * // Prints: + * + * buf1.swap16(); + * + * console.log(buf1); + * // Prints: + * + * const buf2 = Buffer.from([0x1, 0x2, 0x3]); + * + * buf2.swap16(); + * // Throws ERR_INVALID_BUFFER_SIZE. + * ``` + * + * One convenient use of `buf.swap16()` is to perform a fast in-place conversion + * between UTF-16 little-endian and UTF-16 big-endian: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('This is little-endian UTF-16', 'utf16le'); + * buf.swap16(); // Convert to big-endian UTF-16 text. + * ``` + * @since v5.10.0 + * @return A reference to `buf`. + */ + swap16(): this; + /** + * Interprets `buf` as an array of unsigned 32-bit integers and swaps the + * byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 4. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); + * + * console.log(buf1); + * // Prints: + * + * buf1.swap32(); + * + * console.log(buf1); + * // Prints: + * + * const buf2 = Buffer.from([0x1, 0x2, 0x3]); + * + * buf2.swap32(); + * // Throws ERR_INVALID_BUFFER_SIZE. + * ``` + * @since v5.10.0 + * @return A reference to `buf`. + */ + swap32(): this; + /** + * Interprets `buf` as an array of 64-bit numbers and swaps byte order _in-place_. + * Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 8. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); + * + * console.log(buf1); + * // Prints: + * + * buf1.swap64(); + * + * console.log(buf1); + * // Prints: + * + * const buf2 = Buffer.from([0x1, 0x2, 0x3]); + * + * buf2.swap64(); + * // Throws ERR_INVALID_BUFFER_SIZE. + * ``` + * @since v6.3.0 + * @return A reference to `buf`. + */ + swap64(): this; + /** + * Writes `value` to `buf` at the specified `offset`. `value` must be a + * valid unsigned 8-bit integer. Behavior is undefined when `value` is anything + * other than an unsigned 8-bit integer. + * + * This function is also available under the `writeUint8` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt8(0x3, 0); + * buf.writeUInt8(0x4, 1); + * buf.writeUInt8(0x23, 2); + * buf.writeUInt8(0x42, 3); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`. + * @return `offset` plus the number of bytes written. + */ + writeUInt8(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt8 + * @since v14.9.0, v12.19.0 + */ + writeUint8(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid unsigned 16-bit integer. Behavior is undefined when `value` is + * anything other than an unsigned 16-bit integer. + * + * This function is also available under the `writeUint16LE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt16LE(0xdead, 0); + * buf.writeUInt16LE(0xbeef, 2); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeUInt16LE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt16LE + * @since v14.9.0, v12.19.0 + */ + writeUint16LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid unsigned 16-bit integer. Behavior is undefined when `value`is anything other than an + * unsigned 16-bit integer. + * + * This function is also available under the `writeUint16BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt16BE(0xdead, 0); + * buf.writeUInt16BE(0xbeef, 2); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeUInt16BE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt16BE + * @since v14.9.0, v12.19.0 + */ + writeUint16BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid unsigned 32-bit integer. Behavior is undefined when `value` is + * anything other than an unsigned 32-bit integer. + * + * This function is also available under the `writeUint32LE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt32LE(0xfeedface, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeUInt32LE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt32LE + * @since v14.9.0, v12.19.0 + */ + writeUint32LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid unsigned 32-bit integer. Behavior is undefined when `value`is anything other than an + * unsigned 32-bit integer. + * + * This function is also available under the `writeUint32BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt32BE(0xfeedface, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeUInt32BE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt32BE + * @since v14.9.0, v12.19.0 + */ + writeUint32BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset`. `value` must be a valid + * signed 8-bit integer. Behavior is undefined when `value` is anything other than + * a signed 8-bit integer. + * + * `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(2); + * + * buf.writeInt8(2, 0); + * buf.writeInt8(-2, 1); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`. + * @return `offset` plus the number of bytes written. + */ + writeInt8(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid signed 16-bit integer. Behavior is undefined when `value` is + * anything other than a signed 16-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(2); + * + * buf.writeInt16LE(0x0304, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeInt16LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid signed 16-bit integer. Behavior is undefined when `value` is + * anything other than a signed 16-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(2); + * + * buf.writeInt16BE(0x0102, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeInt16BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid signed 32-bit integer. Behavior is undefined when `value` is + * anything other than a signed 32-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeInt32LE(0x05060708, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeInt32LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid signed 32-bit integer. Behavior is undefined when `value` is + * anything other than a signed 32-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeInt32BE(0x01020304, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeInt32BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. Behavior is + * undefined when `value` is anything other than a JavaScript number. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeFloatLE(0xcafebabe, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeFloatLE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. Behavior is + * undefined when `value` is anything other than a JavaScript number. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeFloatBE(0xcafebabe, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeFloatBE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a JavaScript number. Behavior is undefined when `value` is anything + * other than a JavaScript number. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeDoubleLE(123.456, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeDoubleLE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a JavaScript number. Behavior is undefined when `value` is anything + * other than a JavaScript number. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeDoubleBE(123.456, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeDoubleBE(value: number, offset?: number): number; + /** + * Fills `buf` with the specified `value`. If the `offset` and `end` are not given, + * the entire `buf` will be filled: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Fill a `Buffer` with the ASCII character 'h'. + * + * const b = Buffer.allocUnsafe(50).fill('h'); + * + * console.log(b.toString()); + * // Prints: hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh + * + * // Fill a buffer with empty string + * const c = Buffer.allocUnsafe(5).fill(''); + * + * console.log(c.fill('')); + * // Prints: + * ``` + * + * `value` is coerced to a `uint32` value if it is not a string, `Buffer`, or + * integer. If the resulting integer is greater than `255` (decimal), `buf` will be + * filled with `value & 255`. + * + * If the final write of a `fill()` operation falls on a multi-byte character, + * then only the bytes of that character that fit into `buf` are written: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Fill a `Buffer` with character that takes up two bytes in UTF-8. + * + * console.log(Buffer.allocUnsafe(5).fill('\u0222')); + * // Prints: + * ``` + * + * If `value` contains invalid characters, it is truncated; if no valid + * fill data remains, an exception is thrown: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(5); + * + * console.log(buf.fill('a')); + * // Prints: + * console.log(buf.fill('aazz', 'hex')); + * // Prints: + * console.log(buf.fill('zz', 'hex')); + * // Throws an exception. + * ``` + * @since v0.5.0 + * @param value The value with which to fill `buf`. Empty value (string, Uint8Array, Buffer) is coerced to `0`. + * @param [offset=0] Number of bytes to skip before starting to fill `buf`. + * @param [end=buf.length] Where to stop filling `buf` (not inclusive). + * @param [encoding='utf8'] The encoding for `value` if `value` is a string. + * @return A reference to `buf`. + */ + fill(value: string | Uint8Array | number, offset?: number, end?: number, encoding?: BufferEncoding): this; + fill(value: string | Uint8Array | number, offset: number, encoding: BufferEncoding): this; + fill(value: string | Uint8Array | number, encoding: BufferEncoding): this; + /** + * If `value` is: + * + * * a string, `value` is interpreted according to the character encoding in `encoding`. + * * a `Buffer` or [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array), `value` will be used in its entirety. + * To compare a partial `Buffer`, use `buf.subarray`. + * * a number, `value` will be interpreted as an unsigned 8-bit integer + * value between `0` and `255`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('this is a buffer'); + * + * console.log(buf.indexOf('this')); + * // Prints: 0 + * console.log(buf.indexOf('is')); + * // Prints: 2 + * console.log(buf.indexOf(Buffer.from('a buffer'))); + * // Prints: 8 + * console.log(buf.indexOf(97)); + * // Prints: 8 (97 is the decimal ASCII value for 'a') + * console.log(buf.indexOf(Buffer.from('a buffer example'))); + * // Prints: -1 + * console.log(buf.indexOf(Buffer.from('a buffer example').slice(0, 8))); + * // Prints: 8 + * + * const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le'); + * + * console.log(utf16Buffer.indexOf('\u03a3', 0, 'utf16le')); + * // Prints: 4 + * console.log(utf16Buffer.indexOf('\u03a3', -4, 'utf16le')); + * // Prints: 6 + * ``` + * + * If `value` is not a string, number, or `Buffer`, this method will throw a `TypeError`. If `value` is a number, it will be coerced to a valid byte value, + * an integer between 0 and 255. + * + * If `byteOffset` is not a number, it will be coerced to a number. If the result + * of coercion is `NaN` or `0`, then the entire buffer will be searched. This + * behavior matches [`String.prototype.indexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/indexOf). + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const b = Buffer.from('abcdef'); + * + * // Passing a value that's a number, but not a valid byte. + * // Prints: 2, equivalent to searching for 99 or 'c'. + * console.log(b.indexOf(99.9)); + * console.log(b.indexOf(256 + 99)); + * + * // Passing a byteOffset that coerces to NaN or 0. + * // Prints: 1, searching the whole buffer. + * console.log(b.indexOf('b', undefined)); + * console.log(b.indexOf('b', {})); + * console.log(b.indexOf('b', null)); + * console.log(b.indexOf('b', [])); + * ``` + * + * If `value` is an empty string or empty `Buffer` and `byteOffset` is less + * than `buf.length`, `byteOffset` will be returned. If `value` is empty and`byteOffset` is at least `buf.length`, `buf.length` will be returned. + * @since v1.5.0 + * @param value What to search for. + * @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. + * @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`. + * @return The index of the first occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`. + */ + indexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; + indexOf(value: string | number | Uint8Array, encoding: BufferEncoding): number; + /** + * Identical to `buf.indexOf()`, except the last occurrence of `value` is found + * rather than the first occurrence. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('this buffer is a buffer'); + * + * console.log(buf.lastIndexOf('this')); + * // Prints: 0 + * console.log(buf.lastIndexOf('buffer')); + * // Prints: 17 + * console.log(buf.lastIndexOf(Buffer.from('buffer'))); + * // Prints: 17 + * console.log(buf.lastIndexOf(97)); + * // Prints: 15 (97 is the decimal ASCII value for 'a') + * console.log(buf.lastIndexOf(Buffer.from('yolo'))); + * // Prints: -1 + * console.log(buf.lastIndexOf('buffer', 5)); + * // Prints: 5 + * console.log(buf.lastIndexOf('buffer', 4)); + * // Prints: -1 + * + * const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le'); + * + * console.log(utf16Buffer.lastIndexOf('\u03a3', undefined, 'utf16le')); + * // Prints: 6 + * console.log(utf16Buffer.lastIndexOf('\u03a3', -5, 'utf16le')); + * // Prints: 4 + * ``` + * + * If `value` is not a string, number, or `Buffer`, this method will throw a `TypeError`. If `value` is a number, it will be coerced to a valid byte value, + * an integer between 0 and 255. + * + * If `byteOffset` is not a number, it will be coerced to a number. Any arguments + * that coerce to `NaN`, like `{}` or `undefined`, will search the whole buffer. + * This behavior matches [`String.prototype.lastIndexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/lastIndexOf). + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const b = Buffer.from('abcdef'); + * + * // Passing a value that's a number, but not a valid byte. + * // Prints: 2, equivalent to searching for 99 or 'c'. + * console.log(b.lastIndexOf(99.9)); + * console.log(b.lastIndexOf(256 + 99)); + * + * // Passing a byteOffset that coerces to NaN. + * // Prints: 1, searching the whole buffer. + * console.log(b.lastIndexOf('b', undefined)); + * console.log(b.lastIndexOf('b', {})); + * + * // Passing a byteOffset that coerces to 0. + * // Prints: -1, equivalent to passing 0. + * console.log(b.lastIndexOf('b', null)); + * console.log(b.lastIndexOf('b', [])); + * ``` + * + * If `value` is an empty string or empty `Buffer`, `byteOffset` will be returned. + * @since v6.0.0 + * @param value What to search for. + * @param [byteOffset=buf.length - 1] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. + * @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`. + * @return The index of the last occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`. + */ + lastIndexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; + lastIndexOf(value: string | number | Uint8Array, encoding: BufferEncoding): number; + /** + * Equivalent to `buf.indexOf() !== -1`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('this is a buffer'); + * + * console.log(buf.includes('this')); + * // Prints: true + * console.log(buf.includes('is')); + * // Prints: true + * console.log(buf.includes(Buffer.from('a buffer'))); + * // Prints: true + * console.log(buf.includes(97)); + * // Prints: true (97 is the decimal ASCII value for 'a') + * console.log(buf.includes(Buffer.from('a buffer example'))); + * // Prints: false + * console.log(buf.includes(Buffer.from('a buffer example').slice(0, 8))); + * // Prints: true + * console.log(buf.includes('this', 4)); + * // Prints: false + * ``` + * @since v5.3.0 + * @param value What to search for. + * @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. + * @param [encoding='utf8'] If `value` is a string, this is its encoding. + * @return `true` if `value` was found in `buf`, `false` otherwise. + */ + includes(value: string | number | Buffer, byteOffset?: number, encoding?: BufferEncoding): boolean; + includes(value: string | number | Buffer, encoding: BufferEncoding): boolean; + } + var Buffer: BufferConstructor; + /** + * Decodes a string of Base64-encoded data into bytes, and encodes those bytes + * into a string using Latin-1 (ISO-8859-1). + * + * The `data` may be any JavaScript-value that can be coerced into a string. + * + * **This function is only provided for compatibility with legacy web platform APIs** + * **and should never be used in new code, because they use strings to represent** + * **binary data and predate the introduction of typed arrays in JavaScript.** + * **For code running using Node.js APIs, converting between base64-encoded strings** + * **and binary data should be performed using `Buffer.from(str, 'base64')` and `buf.toString('base64')`.** + * @since v15.13.0, v14.17.0 + * @legacy Use `Buffer.from(data, 'base64')` instead. + * @param data The Base64-encoded input string. + */ + function atob(data: string): string; + /** + * Decodes a string into bytes using Latin-1 (ISO-8859), and encodes those bytes + * into a string using Base64. + * + * The `data` may be any JavaScript-value that can be coerced into a string. + * + * **This function is only provided for compatibility with legacy web platform APIs** + * **and should never be used in new code, because they use strings to represent** + * **binary data and predate the introduction of typed arrays in JavaScript.** + * **For code running using Node.js APIs, converting between base64-encoded strings** + * **and binary data should be performed using `Buffer.from(str, 'base64')` and `buf.toString('base64')`.** + * @since v15.13.0, v14.17.0 + * @legacy Use `buf.toString('base64')` instead. + * @param data An ASCII (Latin1) string. + */ + function btoa(data: string): string; + interface Blob extends _Blob {} + /** + * `Blob` class is a global reference for `import { Blob } from 'node:buffer'` + * https://nodejs.org/api/buffer.html#class-blob + * @since v18.0.0 + */ + var Blob: typeof globalThis extends { onmessage: any; Blob: infer T } ? T + : typeof import("buffer").Blob; + interface File extends _File {} + /** + * `File` class is a global reference for `import { File } from 'node:buffer'` + * https://nodejs.org/api/buffer.html#class-file + * @since v20.0.0 + */ + var File: typeof globalThis extends { onmessage: any; File: infer T } ? T + : typeof import("buffer").File; + } +} +declare module "node:buffer" { + export * from "buffer"; +} diff --git a/node_modules/@types/node/child_process.d.ts b/node_modules/@types/node/child_process.d.ts new file mode 100644 index 0000000..92b4cda --- /dev/null +++ b/node_modules/@types/node/child_process.d.ts @@ -0,0 +1,1549 @@ +/** + * The `node:child_process` module provides the ability to spawn subprocesses in + * a manner that is similar, but not identical, to [`popen(3)`](http://man7.org/linux/man-pages/man3/popen.3.html). This capability + * is primarily provided by the {@link spawn} function: + * + * ```js + * import { spawn } from 'node:child_process'; + * const ls = spawn('ls', ['-lh', '/usr']); + * + * ls.stdout.on('data', (data) => { + * console.log(`stdout: ${data}`); + * }); + * + * ls.stderr.on('data', (data) => { + * console.error(`stderr: ${data}`); + * }); + * + * ls.on('close', (code) => { + * console.log(`child process exited with code ${code}`); + * }); + * ``` + * + * By default, pipes for `stdin`, `stdout`, and `stderr` are established between + * the parent Node.js process and the spawned subprocess. These pipes have + * limited (and platform-specific) capacity. If the subprocess writes to + * stdout in excess of that limit without the output being captured, the + * subprocess blocks waiting for the pipe buffer to accept more data. This is + * identical to the behavior of pipes in the shell. Use the `{ stdio: 'ignore' }` option if the output will not be consumed. + * + * The command lookup is performed using the `options.env.PATH` environment + * variable if `env` is in the `options` object. Otherwise, `process.env.PATH` is + * used. If `options.env` is set without `PATH`, lookup on Unix is performed + * on a default search path search of `/usr/bin:/bin` (see your operating system's + * manual for execvpe/execvp), on Windows the current processes environment + * variable `PATH` is used. + * + * On Windows, environment variables are case-insensitive. Node.js + * lexicographically sorts the `env` keys and uses the first one that + * case-insensitively matches. Only first (in lexicographic order) entry will be + * passed to the subprocess. This might lead to issues on Windows when passing + * objects to the `env` option that have multiple variants of the same key, such as `PATH` and `Path`. + * + * The {@link spawn} method spawns the child process asynchronously, + * without blocking the Node.js event loop. The {@link spawnSync} function provides equivalent functionality in a synchronous manner that blocks + * the event loop until the spawned process either exits or is terminated. + * + * For convenience, the `node:child_process` module provides a handful of + * synchronous and asynchronous alternatives to {@link spawn} and {@link spawnSync}. Each of these alternatives are implemented on + * top of {@link spawn} or {@link spawnSync}. + * + * * {@link exec}: spawns a shell and runs a command within that + * shell, passing the `stdout` and `stderr` to a callback function when + * complete. + * * {@link execFile}: similar to {@link exec} except + * that it spawns the command directly without first spawning a shell by + * default. + * * {@link fork}: spawns a new Node.js process and invokes a + * specified module with an IPC communication channel established that allows + * sending messages between parent and child. + * * {@link execSync}: a synchronous version of {@link exec} that will block the Node.js event loop. + * * {@link execFileSync}: a synchronous version of {@link execFile} that will block the Node.js event loop. + * + * For certain use cases, such as automating shell scripts, the `synchronous counterparts` may be more convenient. In many cases, however, + * the synchronous methods can have significant impact on performance due to + * stalling the event loop while spawned processes complete. + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/child_process.js) + */ +declare module "child_process" { + import { ObjectEncodingOptions } from "node:fs"; + import { Abortable, EventEmitter } from "node:events"; + import * as dgram from "node:dgram"; + import * as net from "node:net"; + import { Pipe, Readable, Stream, Writable } from "node:stream"; + import { URL } from "node:url"; + type Serializable = string | object | number | boolean | bigint; + type SendHandle = net.Socket | net.Server | dgram.Socket | undefined; + /** + * Instances of the `ChildProcess` represent spawned child processes. + * + * Instances of `ChildProcess` are not intended to be created directly. Rather, + * use the {@link spawn}, {@link exec},{@link execFile}, or {@link fork} methods to create + * instances of `ChildProcess`. + * @since v2.2.0 + */ + class ChildProcess extends EventEmitter { + /** + * A `Writable Stream` that represents the child process's `stdin`. + * + * If a child process waits to read all of its input, the child will not continue + * until this stream has been closed via `end()`. + * + * If the child was spawned with `stdio[0]` set to anything other than `'pipe'`, + * then this will be `null`. + * + * `subprocess.stdin` is an alias for `subprocess.stdio[0]`. Both properties will + * refer to the same value. + * + * The `subprocess.stdin` property can be `null` or `undefined` if the child process could not be successfully spawned. + * @since v0.1.90 + */ + stdin: Writable | null; + /** + * A `Readable Stream` that represents the child process's `stdout`. + * + * If the child was spawned with `stdio[1]` set to anything other than `'pipe'`, + * then this will be `null`. + * + * `subprocess.stdout` is an alias for `subprocess.stdio[1]`. Both properties will + * refer to the same value. + * + * ```js + * import { spawn } from 'node:child_process'; + * + * const subprocess = spawn('ls'); + * + * subprocess.stdout.on('data', (data) => { + * console.log(`Received chunk ${data}`); + * }); + * ``` + * + * The `subprocess.stdout` property can be `null` or `undefined` if the child process could not be successfully spawned. + * @since v0.1.90 + */ + stdout: Readable | null; + /** + * A `Readable Stream` that represents the child process's `stderr`. + * + * If the child was spawned with `stdio[2]` set to anything other than `'pipe'`, + * then this will be `null`. + * + * `subprocess.stderr` is an alias for `subprocess.stdio[2]`. Both properties will + * refer to the same value. + * + * The `subprocess.stderr` property can be `null` or `undefined` if the child process could not be successfully spawned. + * @since v0.1.90 + */ + stderr: Readable | null; + /** + * The `subprocess.channel` property is a reference to the child's IPC channel. If + * no IPC channel exists, this property is `undefined`. + * @since v7.1.0 + */ + readonly channel?: Pipe | null | undefined; + /** + * A sparse array of pipes to the child process, corresponding with positions in + * the `stdio` option passed to {@link spawn} that have been set + * to the value `'pipe'`. `subprocess.stdio[0]`, `subprocess.stdio[1]`, and `subprocess.stdio[2]` are also available as `subprocess.stdin`, `subprocess.stdout`, and `subprocess.stderr`, + * respectively. + * + * In the following example, only the child's fd `1` (stdout) is configured as a + * pipe, so only the parent's `subprocess.stdio[1]` is a stream, all other values + * in the array are `null`. + * + * ```js + * import assert from 'node:assert'; + * import fs from 'node:fs'; + * import child_process from 'node:child_process'; + * + * const subprocess = child_process.spawn('ls', { + * stdio: [ + * 0, // Use parent's stdin for child. + * 'pipe', // Pipe child's stdout to parent. + * fs.openSync('err.out', 'w'), // Direct child's stderr to a file. + * ], + * }); + * + * assert.strictEqual(subprocess.stdio[0], null); + * assert.strictEqual(subprocess.stdio[0], subprocess.stdin); + * + * assert(subprocess.stdout); + * assert.strictEqual(subprocess.stdio[1], subprocess.stdout); + * + * assert.strictEqual(subprocess.stdio[2], null); + * assert.strictEqual(subprocess.stdio[2], subprocess.stderr); + * ``` + * + * The `subprocess.stdio` property can be `undefined` if the child process could + * not be successfully spawned. + * @since v0.7.10 + */ + readonly stdio: [ + Writable | null, + // stdin + Readable | null, + // stdout + Readable | null, + // stderr + Readable | Writable | null | undefined, + // extra + Readable | Writable | null | undefined, // extra + ]; + /** + * The `subprocess.killed` property indicates whether the child process + * successfully received a signal from `subprocess.kill()`. The `killed` property + * does not indicate that the child process has been terminated. + * @since v0.5.10 + */ + readonly killed: boolean; + /** + * Returns the process identifier (PID) of the child process. If the child process + * fails to spawn due to errors, then the value is `undefined` and `error` is + * emitted. + * + * ```js + * import { spawn } from 'node:child_process'; + * const grep = spawn('grep', ['ssh']); + * + * console.log(`Spawned child pid: ${grep.pid}`); + * grep.stdin.end(); + * ``` + * @since v0.1.90 + */ + readonly pid?: number | undefined; + /** + * The `subprocess.connected` property indicates whether it is still possible to + * send and receive messages from a child process. When `subprocess.connected` is `false`, it is no longer possible to send or receive messages. + * @since v0.7.2 + */ + readonly connected: boolean; + /** + * The `subprocess.exitCode` property indicates the exit code of the child process. + * If the child process is still running, the field will be `null`. + */ + readonly exitCode: number | null; + /** + * The `subprocess.signalCode` property indicates the signal received by + * the child process if any, else `null`. + */ + readonly signalCode: NodeJS.Signals | null; + /** + * The `subprocess.spawnargs` property represents the full list of command-line + * arguments the child process was launched with. + */ + readonly spawnargs: string[]; + /** + * The `subprocess.spawnfile` property indicates the executable file name of + * the child process that is launched. + * + * For {@link fork}, its value will be equal to `process.execPath`. + * For {@link spawn}, its value will be the name of + * the executable file. + * For {@link exec}, its value will be the name of the shell + * in which the child process is launched. + */ + readonly spawnfile: string; + /** + * The `subprocess.kill()` method sends a signal to the child process. If no + * argument is given, the process will be sent the `'SIGTERM'` signal. See [`signal(7)`](http://man7.org/linux/man-pages/man7/signal.7.html) for a list of available signals. This function + * returns `true` if [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) succeeds, and `false` otherwise. + * + * ```js + * import { spawn } from 'node:child_process'; + * const grep = spawn('grep', ['ssh']); + * + * grep.on('close', (code, signal) => { + * console.log( + * `child process terminated due to receipt of signal ${signal}`); + * }); + * + * // Send SIGHUP to process. + * grep.kill('SIGHUP'); + * ``` + * + * The `ChildProcess` object may emit an `'error'` event if the signal + * cannot be delivered. Sending a signal to a child process that has already exited + * is not an error but may have unforeseen consequences. Specifically, if the + * process identifier (PID) has been reassigned to another process, the signal will + * be delivered to that process instead which can have unexpected results. + * + * While the function is called `kill`, the signal delivered to the child process + * may not actually terminate the process. + * + * See [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for reference. + * + * On Windows, where POSIX signals do not exist, the `signal` argument will be + * ignored, and the process will be killed forcefully and abruptly (similar to `'SIGKILL'`). + * See `Signal Events` for more details. + * + * On Linux, child processes of child processes will not be terminated + * when attempting to kill their parent. This is likely to happen when running a + * new process in a shell or with the use of the `shell` option of `ChildProcess`: + * + * ```js + * 'use strict'; + * import { spawn } from 'node:child_process'; + * + * const subprocess = spawn( + * 'sh', + * [ + * '-c', + * `node -e "setInterval(() => { + * console.log(process.pid, 'is alive') + * }, 500);"`, + * ], { + * stdio: ['inherit', 'inherit', 'inherit'], + * }, + * ); + * + * setTimeout(() => { + * subprocess.kill(); // Does not terminate the Node.js process in the shell. + * }, 2000); + * ``` + * @since v0.1.90 + */ + kill(signal?: NodeJS.Signals | number): boolean; + /** + * Calls {@link ChildProcess.kill} with `'SIGTERM'`. + * @since v20.5.0 + */ + [Symbol.dispose](): void; + /** + * When an IPC channel has been established between the parent and child ( + * i.e. when using {@link fork}), the `subprocess.send()` method can + * be used to send messages to the child process. When the child process is a + * Node.js instance, these messages can be received via the `'message'` event. + * + * The message goes through serialization and parsing. The resulting + * message might not be the same as what is originally sent. + * + * For example, in the parent script: + * + * ```js + * import cp from 'node:child_process'; + * const n = cp.fork(`${__dirname}/sub.js`); + * + * n.on('message', (m) => { + * console.log('PARENT got message:', m); + * }); + * + * // Causes the child to print: CHILD got message: { hello: 'world' } + * n.send({ hello: 'world' }); + * ``` + * + * And then the child script, `'sub.js'` might look like this: + * + * ```js + * process.on('message', (m) => { + * console.log('CHILD got message:', m); + * }); + * + * // Causes the parent to print: PARENT got message: { foo: 'bar', baz: null } + * process.send({ foo: 'bar', baz: NaN }); + * ``` + * + * Child Node.js processes will have a `process.send()` method of their own + * that allows the child to send messages back to the parent. + * + * There is a special case when sending a `{cmd: 'NODE_foo'}` message. Messages + * containing a `NODE_` prefix in the `cmd` property are reserved for use within + * Node.js core and will not be emitted in the child's `'message'` event. Rather, such messages are emitted using the `'internalMessage'` event and are consumed internally by Node.js. + * Applications should avoid using such messages or listening for `'internalMessage'` events as it is subject to change without notice. + * + * The optional `sendHandle` argument that may be passed to `subprocess.send()` is + * for passing a TCP server or socket object to the child process. The child will + * receive the object as the second argument passed to the callback function + * registered on the `'message'` event. Any data that is received and buffered in + * the socket will not be sent to the child. Sending IPC sockets is not supported on Windows. + * + * The optional `callback` is a function that is invoked after the message is + * sent but before the child may have received it. The function is called with a + * single argument: `null` on success, or an `Error` object on failure. + * + * If no `callback` function is provided and the message cannot be sent, an `'error'` event will be emitted by the `ChildProcess` object. This can + * happen, for instance, when the child process has already exited. + * + * `subprocess.send()` will return `false` if the channel has closed or when the + * backlog of unsent messages exceeds a threshold that makes it unwise to send + * more. Otherwise, the method returns `true`. The `callback` function can be + * used to implement flow control. + * + * #### Example: sending a server object + * + * The `sendHandle` argument can be used, for instance, to pass the handle of + * a TCP server object to the child process as illustrated in the example below: + * + * ```js + * import { createServer } from 'node:net'; + * import { fork } from 'node:child_process'; + * const subprocess = fork('subprocess.js'); + * + * // Open up the server object and send the handle. + * const server = createServer(); + * server.on('connection', (socket) => { + * socket.end('handled by parent'); + * }); + * server.listen(1337, () => { + * subprocess.send('server', server); + * }); + * ``` + * + * The child would then receive the server object as: + * + * ```js + * process.on('message', (m, server) => { + * if (m === 'server') { + * server.on('connection', (socket) => { + * socket.end('handled by child'); + * }); + * } + * }); + * ``` + * + * Once the server is now shared between the parent and child, some connections + * can be handled by the parent and some by the child. + * + * While the example above uses a server created using the `node:net` module, `node:dgram` module servers use exactly the same workflow with the exceptions of + * listening on a `'message'` event instead of `'connection'` and using `server.bind()` instead of `server.listen()`. This is, however, only + * supported on Unix platforms. + * + * #### Example: sending a socket object + * + * Similarly, the `sendHandler` argument can be used to pass the handle of a + * socket to the child process. The example below spawns two children that each + * handle connections with "normal" or "special" priority: + * + * ```js + * import { createServer } from 'node:net'; + * import { fork } from 'node:child_process'; + * const normal = fork('subprocess.js', ['normal']); + * const special = fork('subprocess.js', ['special']); + * + * // Open up the server and send sockets to child. Use pauseOnConnect to prevent + * // the sockets from being read before they are sent to the child process. + * const server = createServer({ pauseOnConnect: true }); + * server.on('connection', (socket) => { + * + * // If this is special priority... + * if (socket.remoteAddress === '74.125.127.100') { + * special.send('socket', socket); + * return; + * } + * // This is normal priority. + * normal.send('socket', socket); + * }); + * server.listen(1337); + * ``` + * + * The `subprocess.js` would receive the socket handle as the second argument + * passed to the event callback function: + * + * ```js + * process.on('message', (m, socket) => { + * if (m === 'socket') { + * if (socket) { + * // Check that the client socket exists. + * // It is possible for the socket to be closed between the time it is + * // sent and the time it is received in the child process. + * socket.end(`Request handled with ${process.argv[2]} priority`); + * } + * } + * }); + * ``` + * + * Do not use `.maxConnections` on a socket that has been passed to a subprocess. + * The parent cannot track when the socket is destroyed. + * + * Any `'message'` handlers in the subprocess should verify that `socket` exists, + * as the connection may have been closed during the time it takes to send the + * connection to the child. + * @since v0.5.9 + * @param sendHandle `undefined`, or a [`net.Socket`](https://nodejs.org/docs/latest-v24.x/api/net.html#class-netsocket), [`net.Server`](https://nodejs.org/docs/latest-v24.x/api/net.html#class-netserver), or [`dgram.Socket`](https://nodejs.org/docs/latest-v24.x/api/dgram.html#class-dgramsocket) object. + * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. `options` supports the following properties: + */ + send(message: Serializable, callback?: (error: Error | null) => void): boolean; + send(message: Serializable, sendHandle?: SendHandle, callback?: (error: Error | null) => void): boolean; + send( + message: Serializable, + sendHandle?: SendHandle, + options?: MessageOptions, + callback?: (error: Error | null) => void, + ): boolean; + /** + * Closes the IPC channel between parent and child, allowing the child to exit + * gracefully once there are no other connections keeping it alive. After calling + * this method the `subprocess.connected` and `process.connected` properties in + * both the parent and child (respectively) will be set to `false`, and it will be + * no longer possible to pass messages between the processes. + * + * The `'disconnect'` event will be emitted when there are no messages in the + * process of being received. This will most often be triggered immediately after + * calling `subprocess.disconnect()`. + * + * When the child process is a Node.js instance (e.g. spawned using {@link fork}), the `process.disconnect()` method can be invoked + * within the child process to close the IPC channel as well. + * @since v0.7.2 + */ + disconnect(): void; + /** + * By default, the parent will wait for the detached child to exit. To prevent the + * parent from waiting for a given `subprocess` to exit, use the `subprocess.unref()` method. Doing so will cause the parent's event loop to not + * include the child in its reference count, allowing the parent to exit + * independently of the child, unless there is an established IPC channel between + * the child and the parent. + * + * ```js + * import { spawn } from 'node:child_process'; + * + * const subprocess = spawn(process.argv[0], ['child_program.js'], { + * detached: true, + * stdio: 'ignore', + * }); + * + * subprocess.unref(); + * ``` + * @since v0.7.10 + */ + unref(): void; + /** + * Calling `subprocess.ref()` after making a call to `subprocess.unref()` will + * restore the removed reference count for the child process, forcing the parent + * to wait for the child to exit before exiting itself. + * + * ```js + * import { spawn } from 'node:child_process'; + * + * const subprocess = spawn(process.argv[0], ['child_program.js'], { + * detached: true, + * stdio: 'ignore', + * }); + * + * subprocess.unref(); + * subprocess.ref(); + * ``` + * @since v0.7.10 + */ + ref(): void; + /** + * events.EventEmitter + * 1. close + * 2. disconnect + * 3. error + * 4. exit + * 5. message + * 6. spawn + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + addListener(event: "disconnect", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "exit", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + addListener(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this; + addListener(event: "spawn", listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close", code: number | null, signal: NodeJS.Signals | null): boolean; + emit(event: "disconnect"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "exit", code: number | null, signal: NodeJS.Signals | null): boolean; + emit(event: "message", message: Serializable, sendHandle: SendHandle): boolean; + emit(event: "spawn", listener: () => void): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + on(event: "disconnect", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "exit", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + on(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this; + on(event: "spawn", listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + once(event: "disconnect", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "exit", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + once(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this; + once(event: "spawn", listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + prependListener(event: "disconnect", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "exit", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + prependListener(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this; + prependListener(event: "spawn", listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener( + event: "close", + listener: (code: number | null, signal: NodeJS.Signals | null) => void, + ): this; + prependOnceListener(event: "disconnect", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener( + event: "exit", + listener: (code: number | null, signal: NodeJS.Signals | null) => void, + ): this; + prependOnceListener(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this; + prependOnceListener(event: "spawn", listener: () => void): this; + } + // return this object when stdio option is undefined or not specified + interface ChildProcessWithoutNullStreams extends ChildProcess { + stdin: Writable; + stdout: Readable; + stderr: Readable; + readonly stdio: [ + Writable, + Readable, + Readable, + // stderr + Readable | Writable | null | undefined, + // extra, no modification + Readable | Writable | null | undefined, // extra, no modification + ]; + } + // return this object when stdio option is a tuple of 3 + interface ChildProcessByStdio + extends ChildProcess + { + stdin: I; + stdout: O; + stderr: E; + readonly stdio: [ + I, + O, + E, + Readable | Writable | null | undefined, + // extra, no modification + Readable | Writable | null | undefined, // extra, no modification + ]; + } + interface MessageOptions { + keepOpen?: boolean | undefined; + } + type IOType = "overlapped" | "pipe" | "ignore" | "inherit"; + type StdioOptions = IOType | Array; + type SerializationType = "json" | "advanced"; + interface MessagingOptions extends Abortable { + /** + * Specify the kind of serialization used for sending messages between processes. + * @default 'json' + */ + serialization?: SerializationType | undefined; + /** + * The signal value to be used when the spawned process will be killed by the abort signal. + * @default 'SIGTERM' + */ + killSignal?: NodeJS.Signals | number | undefined; + /** + * In milliseconds the maximum amount of time the process is allowed to run. + */ + timeout?: number | undefined; + } + interface ProcessEnvOptions { + uid?: number | undefined; + gid?: number | undefined; + cwd?: string | URL | undefined; + env?: NodeJS.ProcessEnv | undefined; + } + interface CommonOptions extends ProcessEnvOptions { + /** + * @default false + */ + windowsHide?: boolean | undefined; + /** + * @default 0 + */ + timeout?: number | undefined; + } + interface CommonSpawnOptions extends CommonOptions, MessagingOptions, Abortable { + argv0?: string | undefined; + /** + * Can be set to 'pipe', 'inherit', 'overlapped', or 'ignore', or an array of these strings. + * If passed as an array, the first element is used for `stdin`, the second for + * `stdout`, and the third for `stderr`. A fourth element can be used to + * specify the `stdio` behavior beyond the standard streams. See + * {@link ChildProcess.stdio} for more information. + * + * @default 'pipe' + */ + stdio?: StdioOptions | undefined; + shell?: boolean | string | undefined; + windowsVerbatimArguments?: boolean | undefined; + } + interface SpawnOptions extends CommonSpawnOptions { + detached?: boolean | undefined; + } + interface SpawnOptionsWithoutStdio extends SpawnOptions { + stdio?: StdioPipeNamed | StdioPipe[] | undefined; + } + type StdioNull = "inherit" | "ignore" | Stream; + type StdioPipeNamed = "pipe" | "overlapped"; + type StdioPipe = undefined | null | StdioPipeNamed; + interface SpawnOptionsWithStdioTuple< + Stdin extends StdioNull | StdioPipe, + Stdout extends StdioNull | StdioPipe, + Stderr extends StdioNull | StdioPipe, + > extends SpawnOptions { + stdio: [Stdin, Stdout, Stderr]; + } + /** + * The `child_process.spawn()` method spawns a new process using the given `command`, with command-line arguments in `args`. If omitted, `args` defaults + * to an empty array. + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * + * A third argument may be used to specify additional options, with these defaults: + * + * ```js + * const defaults = { + * cwd: undefined, + * env: process.env, + * }; + * ``` + * + * Use `cwd` to specify the working directory from which the process is spawned. + * If not given, the default is to inherit the current working directory. If given, + * but the path does not exist, the child process emits an `ENOENT` error + * and exits immediately. `ENOENT` is also emitted when the command + * does not exist. + * + * Use `env` to specify environment variables that will be visible to the new + * process, the default is `process.env`. + * + * `undefined` values in `env` will be ignored. + * + * Example of running `ls -lh /usr`, capturing `stdout`, `stderr`, and the + * exit code: + * + * ```js + * import { spawn } from 'node:child_process'; + * const ls = spawn('ls', ['-lh', '/usr']); + * + * ls.stdout.on('data', (data) => { + * console.log(`stdout: ${data}`); + * }); + * + * ls.stderr.on('data', (data) => { + * console.error(`stderr: ${data}`); + * }); + * + * ls.on('close', (code) => { + * console.log(`child process exited with code ${code}`); + * }); + * ``` + * + * Example: A very elaborate way to run `ps ax | grep ssh` + * + * ```js + * import { spawn } from 'node:child_process'; + * const ps = spawn('ps', ['ax']); + * const grep = spawn('grep', ['ssh']); + * + * ps.stdout.on('data', (data) => { + * grep.stdin.write(data); + * }); + * + * ps.stderr.on('data', (data) => { + * console.error(`ps stderr: ${data}`); + * }); + * + * ps.on('close', (code) => { + * if (code !== 0) { + * console.log(`ps process exited with code ${code}`); + * } + * grep.stdin.end(); + * }); + * + * grep.stdout.on('data', (data) => { + * console.log(data.toString()); + * }); + * + * grep.stderr.on('data', (data) => { + * console.error(`grep stderr: ${data}`); + * }); + * + * grep.on('close', (code) => { + * if (code !== 0) { + * console.log(`grep process exited with code ${code}`); + * } + * }); + * ``` + * + * Example of checking for failed `spawn`: + * + * ```js + * import { spawn } from 'node:child_process'; + * const subprocess = spawn('bad_command'); + * + * subprocess.on('error', (err) => { + * console.error('Failed to start subprocess.'); + * }); + * ``` + * + * Certain platforms (macOS, Linux) will use the value of `argv[0]` for the process + * title while others (Windows, SunOS) will use `command`. + * + * Node.js overwrites `argv[0]` with `process.execPath` on startup, so `process.argv[0]` in a Node.js child process will not match the `argv0` parameter passed to `spawn` from the parent. Retrieve + * it with the `process.argv0` property instead. + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * import { spawn } from 'node:child_process'; + * const controller = new AbortController(); + * const { signal } = controller; + * const grep = spawn('grep', ['ssh'], { signal }); + * grep.on('error', (err) => { + * // This will be called with err being an AbortError if the controller aborts + * }); + * controller.abort(); // Stops the child process + * ``` + * @since v0.1.90 + * @param command The command to run. + * @param args List of string arguments. + */ + function spawn(command: string, options?: SpawnOptionsWithoutStdio): ChildProcessWithoutNullStreams; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptions): ChildProcess; + // overloads of spawn with 'args' + function spawn( + command: string, + args?: readonly string[], + options?: SpawnOptionsWithoutStdio, + ): ChildProcessWithoutNullStreams; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn(command: string, args: readonly string[], options: SpawnOptions): ChildProcess; + interface ExecOptions extends CommonOptions { + shell?: string | undefined; + signal?: AbortSignal | undefined; + maxBuffer?: number | undefined; + killSignal?: NodeJS.Signals | number | undefined; + } + interface ExecOptionsWithStringEncoding extends ExecOptions { + encoding: BufferEncoding; + } + interface ExecOptionsWithBufferEncoding extends ExecOptions { + encoding: BufferEncoding | null; // specify `null`. + } + interface ExecException extends Error { + cmd?: string | undefined; + killed?: boolean | undefined; + code?: number | undefined; + signal?: NodeJS.Signals | undefined; + stdout?: string; + stderr?: string; + } + /** + * Spawns a shell then executes the `command` within that shell, buffering any + * generated output. The `command` string passed to the exec function is processed + * directly by the shell and special characters (vary based on [shell](https://en.wikipedia.org/wiki/List_of_command-line_interpreters)) + * need to be dealt with accordingly: + * + * ```js + * import { exec } from 'node:child_process'; + * + * exec('"/path/to/test file/test.sh" arg1 arg2'); + * // Double quotes are used so that the space in the path is not interpreted as + * // a delimiter of multiple arguments. + * + * exec('echo "The \\$HOME variable is $HOME"'); + * // The $HOME variable is escaped in the first instance, but not in the second. + * ``` + * + * **Never pass unsanitized user input to this function. Any input containing shell** + * **metacharacters may be used to trigger arbitrary command execution.** + * + * If a `callback` function is provided, it is called with the arguments `(error, stdout, stderr)`. On success, `error` will be `null`. On error, `error` will be an instance of `Error`. The + * `error.code` property will be + * the exit code of the process. By convention, any exit code other than `0` indicates an error. `error.signal` will be the signal that terminated the + * process. + * + * The `stdout` and `stderr` arguments passed to the callback will contain the + * stdout and stderr output of the child process. By default, Node.js will decode + * the output as UTF-8 and pass strings to the callback. The `encoding` option + * can be used to specify the character encoding used to decode the stdout and + * stderr output. If `encoding` is `'buffer'`, or an unrecognized character + * encoding, `Buffer` objects will be passed to the callback instead. + * + * ```js + * import { exec } from 'node:child_process'; + * exec('cat *.js missing_file | wc -l', (error, stdout, stderr) => { + * if (error) { + * console.error(`exec error: ${error}`); + * return; + * } + * console.log(`stdout: ${stdout}`); + * console.error(`stderr: ${stderr}`); + * }); + * ``` + * + * If `timeout` is greater than `0`, the parent will send the signal + * identified by the `killSignal` property (the default is `'SIGTERM'`) if the + * child runs longer than `timeout` milliseconds. + * + * Unlike the [`exec(3)`](http://man7.org/linux/man-pages/man3/exec.3.html) POSIX system call, `child_process.exec()` does not replace + * the existing process and uses a shell to execute the command. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned `ChildProcess` instance is attached to the `Promise` as a `child` property. In + * case of an error (including any error resulting in an exit code other than 0), a + * rejected promise is returned, with the same `error` object given in the + * callback, but with two additional properties `stdout` and `stderr`. + * + * ```js + * import util from 'node:util'; + * import child_process from 'node:child_process'; + * const exec = util.promisify(child_process.exec); + * + * async function lsExample() { + * const { stdout, stderr } = await exec('ls'); + * console.log('stdout:', stdout); + * console.error('stderr:', stderr); + * } + * lsExample(); + * ``` + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * import { exec } from 'node:child_process'; + * const controller = new AbortController(); + * const { signal } = controller; + * const child = exec('grep ssh', { signal }, (error) => { + * console.error(error); // an AbortError + * }); + * controller.abort(); + * ``` + * @since v0.1.90 + * @param command The command to run, with space-separated arguments. + * @param callback called with the output when process terminates. + */ + function exec( + command: string, + callback?: (error: ExecException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. + function exec( + command: string, + options: { + encoding: "buffer" | null; + } & ExecOptions, + callback?: (error: ExecException | null, stdout: Buffer, stderr: Buffer) => void, + ): ChildProcess; + // `options` with well known `encoding` means stdout/stderr are definitely `string`. + function exec( + command: string, + options: { + encoding: BufferEncoding; + } & ExecOptions, + callback?: (error: ExecException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`. + // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`. + function exec( + command: string, + options: { + encoding: BufferEncoding; + } & ExecOptions, + callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void, + ): ChildProcess; + // `options` without an `encoding` means stdout/stderr are definitely `string`. + function exec( + command: string, + options: ExecOptions, + callback?: (error: ExecException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + // fallback if nothing else matches. Worst case is always `string | Buffer`. + function exec( + command: string, + options: (ObjectEncodingOptions & ExecOptions) | undefined | null, + callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void, + ): ChildProcess; + interface PromiseWithChild extends Promise { + child: ChildProcess; + } + namespace exec { + function __promisify__(command: string): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + command: string, + options: { + encoding: "buffer" | null; + } & ExecOptions, + ): PromiseWithChild<{ + stdout: Buffer; + stderr: Buffer; + }>; + function __promisify__( + command: string, + options: { + encoding: BufferEncoding; + } & ExecOptions, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + command: string, + options: ExecOptions, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + command: string, + options?: (ObjectEncodingOptions & ExecOptions) | null, + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + } + interface ExecFileOptions extends CommonOptions, Abortable { + maxBuffer?: number | undefined; + killSignal?: NodeJS.Signals | number | undefined; + windowsVerbatimArguments?: boolean | undefined; + shell?: boolean | string | undefined; + signal?: AbortSignal | undefined; + } + interface ExecFileOptionsWithStringEncoding extends ExecFileOptions { + encoding: BufferEncoding; + } + interface ExecFileOptionsWithBufferEncoding extends ExecFileOptions { + encoding: "buffer" | null; + } + interface ExecFileOptionsWithOtherEncoding extends ExecFileOptions { + encoding: BufferEncoding; + } + type ExecFileException = + & Omit + & Omit + & { code?: string | number | undefined | null }; + /** + * The `child_process.execFile()` function is similar to {@link exec} except that it does not spawn a shell by default. Rather, the specified + * executable `file` is spawned directly as a new process making it slightly more + * efficient than {@link exec}. + * + * The same options as {@link exec} are supported. Since a shell is + * not spawned, behaviors such as I/O redirection and file globbing are not + * supported. + * + * ```js + * import { execFile } from 'node:child_process'; + * const child = execFile('node', ['--version'], (error, stdout, stderr) => { + * if (error) { + * throw error; + * } + * console.log(stdout); + * }); + * ``` + * + * The `stdout` and `stderr` arguments passed to the callback will contain the + * stdout and stderr output of the child process. By default, Node.js will decode + * the output as UTF-8 and pass strings to the callback. The `encoding` option + * can be used to specify the character encoding used to decode the stdout and + * stderr output. If `encoding` is `'buffer'`, or an unrecognized character + * encoding, `Buffer` objects will be passed to the callback instead. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned `ChildProcess` instance is attached to the `Promise` as a `child` property. In + * case of an error (including any error resulting in an exit code other than 0), a + * rejected promise is returned, with the same `error` object given in the + * callback, but with two additional properties `stdout` and `stderr`. + * + * ```js + * import util from 'node:util'; + * import child_process from 'node:child_process'; + * const execFile = util.promisify(child_process.execFile); + * async function getVersion() { + * const { stdout } = await execFile('node', ['--version']); + * console.log(stdout); + * } + * getVersion(); + * ``` + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * import { execFile } from 'node:child_process'; + * const controller = new AbortController(); + * const { signal } = controller; + * const child = execFile('node', ['--version'], { signal }, (error) => { + * console.error(error); // an AbortError + * }); + * controller.abort(); + * ``` + * @since v0.1.91 + * @param file The name or path of the executable file to run. + * @param args List of string arguments. + * @param callback Called with the output when process terminates. + */ + function execFile(file: string): ChildProcess; + function execFile( + file: string, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, + ): ChildProcess; + function execFile(file: string, args?: readonly string[] | null): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, + ): ChildProcess; + // no `options` definitely means stdout/stderr are `string`. + function execFile( + file: string, + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. + function execFile( + file: string, + options: ExecFileOptionsWithBufferEncoding, + callback: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void, + ): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptionsWithBufferEncoding, + callback: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void, + ): ChildProcess; + // `options` with well known `encoding` means stdout/stderr are definitely `string`. + function execFile( + file: string, + options: ExecFileOptionsWithStringEncoding, + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptionsWithStringEncoding, + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`. + // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`. + function execFile( + file: string, + options: ExecFileOptionsWithOtherEncoding, + callback: (error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void, + ): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptionsWithOtherEncoding, + callback: (error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void, + ): ChildProcess; + // `options` without an `encoding` means stdout/stderr are definitely `string`. + function execFile( + file: string, + options: ExecFileOptions, + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptions, + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + // fallback if nothing else matches. Worst case is always `string | Buffer`. + function execFile( + file: string, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, + callback: + | ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void) + | undefined + | null, + ): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, + callback: + | ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void) + | undefined + | null, + ): ChildProcess; + namespace execFile { + function __promisify__(file: string): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + args: readonly string[] | undefined | null, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + options: ExecFileOptionsWithBufferEncoding, + ): PromiseWithChild<{ + stdout: Buffer; + stderr: Buffer; + }>; + function __promisify__( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptionsWithBufferEncoding, + ): PromiseWithChild<{ + stdout: Buffer; + stderr: Buffer; + }>; + function __promisify__( + file: string, + options: ExecFileOptionsWithStringEncoding, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptionsWithStringEncoding, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + options: ExecFileOptionsWithOtherEncoding, + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + function __promisify__( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptionsWithOtherEncoding, + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + function __promisify__( + file: string, + options: ExecFileOptions, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptions, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + function __promisify__( + file: string, + args: readonly string[] | undefined | null, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + } + interface ForkOptions extends ProcessEnvOptions, MessagingOptions, Abortable { + execPath?: string | undefined; + execArgv?: string[] | undefined; + silent?: boolean | undefined; + /** + * Can be set to 'pipe', 'inherit', 'overlapped', or 'ignore', or an array of these strings. + * If passed as an array, the first element is used for `stdin`, the second for + * `stdout`, and the third for `stderr`. A fourth element can be used to + * specify the `stdio` behavior beyond the standard streams. See + * {@link ChildProcess.stdio} for more information. + * + * @default 'pipe' + */ + stdio?: StdioOptions | undefined; + detached?: boolean | undefined; + windowsVerbatimArguments?: boolean | undefined; + } + /** + * The `child_process.fork()` method is a special case of {@link spawn} used specifically to spawn new Node.js processes. + * Like {@link spawn}, a `ChildProcess` object is returned. The + * returned `ChildProcess` will have an additional communication channel + * built-in that allows messages to be passed back and forth between the parent and + * child. See `subprocess.send()` for details. + * + * Keep in mind that spawned Node.js child processes are + * independent of the parent with exception of the IPC communication channel + * that is established between the two. Each process has its own memory, with + * their own V8 instances. Because of the additional resource allocations + * required, spawning a large number of child Node.js processes is not + * recommended. + * + * By default, `child_process.fork()` will spawn new Node.js instances using the `process.execPath` of the parent process. The `execPath` property in the `options` object allows for an alternative + * execution path to be used. + * + * Node.js processes launched with a custom `execPath` will communicate with the + * parent process using the file descriptor (fd) identified using the + * environment variable `NODE_CHANNEL_FD` on the child process. + * + * Unlike the [`fork(2)`](http://man7.org/linux/man-pages/man2/fork.2.html) POSIX system call, `child_process.fork()` does not clone the + * current process. + * + * The `shell` option available in {@link spawn} is not supported by `child_process.fork()` and will be ignored if set. + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * if (process.argv[2] === 'child') { + * setTimeout(() => { + * console.log(`Hello from ${process.argv[2]}!`); + * }, 1_000); + * } else { + * import { fork } from 'node:child_process'; + * const controller = new AbortController(); + * const { signal } = controller; + * const child = fork(__filename, ['child'], { signal }); + * child.on('error', (err) => { + * // This will be called with err being an AbortError if the controller aborts + * }); + * controller.abort(); // Stops the child process + * } + * ``` + * @since v0.5.0 + * @param modulePath The module to run in the child. + * @param args List of string arguments. + */ + function fork(modulePath: string | URL, options?: ForkOptions): ChildProcess; + function fork(modulePath: string | URL, args?: readonly string[], options?: ForkOptions): ChildProcess; + interface SpawnSyncOptions extends CommonSpawnOptions { + input?: string | NodeJS.ArrayBufferView | undefined; + maxBuffer?: number | undefined; + encoding?: BufferEncoding | "buffer" | null | undefined; + } + interface SpawnSyncOptionsWithStringEncoding extends SpawnSyncOptions { + encoding: BufferEncoding; + } + interface SpawnSyncOptionsWithBufferEncoding extends SpawnSyncOptions { + encoding?: "buffer" | null | undefined; + } + interface SpawnSyncReturns { + pid: number; + output: Array; + stdout: T; + stderr: T; + status: number | null; + signal: NodeJS.Signals | null; + error?: Error | undefined; + } + /** + * The `child_process.spawnSync()` method is generally identical to {@link spawn} with the exception that the function will not return + * until the child process has fully closed. When a timeout has been encountered + * and `killSignal` is sent, the method won't return until the process has + * completely exited. If the process intercepts and handles the `SIGTERM` signal + * and doesn't exit, the parent process will wait until the child process has + * exited. + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * @since v0.11.12 + * @param command The command to run. + * @param args List of string arguments. + */ + function spawnSync(command: string): SpawnSyncReturns; + function spawnSync(command: string, options: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns; + function spawnSync(command: string, options: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns; + function spawnSync(command: string, options?: SpawnSyncOptions): SpawnSyncReturns; + function spawnSync(command: string, args: readonly string[]): SpawnSyncReturns; + function spawnSync( + command: string, + args: readonly string[], + options: SpawnSyncOptionsWithStringEncoding, + ): SpawnSyncReturns; + function spawnSync( + command: string, + args: readonly string[], + options: SpawnSyncOptionsWithBufferEncoding, + ): SpawnSyncReturns; + function spawnSync( + command: string, + args?: readonly string[], + options?: SpawnSyncOptions, + ): SpawnSyncReturns; + interface CommonExecOptions extends CommonOptions { + input?: string | NodeJS.ArrayBufferView | undefined; + /** + * Can be set to 'pipe', 'inherit, or 'ignore', or an array of these strings. + * If passed as an array, the first element is used for `stdin`, the second for + * `stdout`, and the third for `stderr`. A fourth element can be used to + * specify the `stdio` behavior beyond the standard streams. See + * {@link ChildProcess.stdio} for more information. + * + * @default 'pipe' + */ + stdio?: StdioOptions | undefined; + killSignal?: NodeJS.Signals | number | undefined; + maxBuffer?: number | undefined; + encoding?: BufferEncoding | "buffer" | null | undefined; + } + interface ExecSyncOptions extends CommonExecOptions { + shell?: string | undefined; + } + interface ExecSyncOptionsWithStringEncoding extends ExecSyncOptions { + encoding: BufferEncoding; + } + interface ExecSyncOptionsWithBufferEncoding extends ExecSyncOptions { + encoding?: "buffer" | null | undefined; + } + /** + * The `child_process.execSync()` method is generally identical to {@link exec} with the exception that the method will not return + * until the child process has fully closed. When a timeout has been encountered + * and `killSignal` is sent, the method won't return until the process has + * completely exited. If the child process intercepts and handles the `SIGTERM` signal and doesn't exit, the parent process will wait until the child process + * has exited. + * + * If the process times out or has a non-zero exit code, this method will throw. + * The `Error` object will contain the entire result from {@link spawnSync}. + * + * **Never pass unsanitized user input to this function. Any input containing shell** + * **metacharacters may be used to trigger arbitrary command execution.** + * @since v0.11.12 + * @param command The command to run. + * @return The stdout from the command. + */ + function execSync(command: string): Buffer; + function execSync(command: string, options: ExecSyncOptionsWithStringEncoding): string; + function execSync(command: string, options: ExecSyncOptionsWithBufferEncoding): Buffer; + function execSync(command: string, options?: ExecSyncOptions): string | Buffer; + interface ExecFileSyncOptions extends CommonExecOptions { + shell?: boolean | string | undefined; + } + interface ExecFileSyncOptionsWithStringEncoding extends ExecFileSyncOptions { + encoding: BufferEncoding; + } + interface ExecFileSyncOptionsWithBufferEncoding extends ExecFileSyncOptions { + encoding?: "buffer" | null; // specify `null`. + } + /** + * The `child_process.execFileSync()` method is generally identical to {@link execFile} with the exception that the method will not + * return until the child process has fully closed. When a timeout has been + * encountered and `killSignal` is sent, the method won't return until the process + * has completely exited. + * + * If the child process intercepts and handles the `SIGTERM` signal and + * does not exit, the parent process will still wait until the child process has + * exited. + * + * If the process times out or has a non-zero exit code, this method will throw an `Error` that will include the full result of the underlying {@link spawnSync}. + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * @since v0.11.12 + * @param file The name or path of the executable file to run. + * @param args List of string arguments. + * @return The stdout from the command. + */ + function execFileSync(file: string): Buffer; + function execFileSync(file: string, options: ExecFileSyncOptionsWithStringEncoding): string; + function execFileSync(file: string, options: ExecFileSyncOptionsWithBufferEncoding): Buffer; + function execFileSync(file: string, options?: ExecFileSyncOptions): string | Buffer; + function execFileSync(file: string, args: readonly string[]): Buffer; + function execFileSync( + file: string, + args: readonly string[], + options: ExecFileSyncOptionsWithStringEncoding, + ): string; + function execFileSync( + file: string, + args: readonly string[], + options: ExecFileSyncOptionsWithBufferEncoding, + ): Buffer; + function execFileSync(file: string, args?: readonly string[], options?: ExecFileSyncOptions): string | Buffer; +} +declare module "node:child_process" { + export * from "child_process"; +} diff --git a/node_modules/@types/node/cluster.d.ts b/node_modules/@types/node/cluster.d.ts new file mode 100644 index 0000000..fa25fda --- /dev/null +++ b/node_modules/@types/node/cluster.d.ts @@ -0,0 +1,579 @@ +/** + * Clusters of Node.js processes can be used to run multiple instances of Node.js + * that can distribute workloads among their application threads. When process isolation + * is not needed, use the [`worker_threads`](https://nodejs.org/docs/latest-v24.x/api/worker_threads.html) + * module instead, which allows running multiple application threads within a single Node.js instance. + * + * The cluster module allows easy creation of child processes that all share + * server ports. + * + * ```js + * import cluster from 'node:cluster'; + * import http from 'node:http'; + * import { availableParallelism } from 'node:os'; + * import process from 'node:process'; + * + * const numCPUs = availableParallelism(); + * + * if (cluster.isPrimary) { + * console.log(`Primary ${process.pid} is running`); + * + * // Fork workers. + * for (let i = 0; i < numCPUs; i++) { + * cluster.fork(); + * } + * + * cluster.on('exit', (worker, code, signal) => { + * console.log(`worker ${worker.process.pid} died`); + * }); + * } else { + * // Workers can share any TCP connection + * // In this case it is an HTTP server + * http.createServer((req, res) => { + * res.writeHead(200); + * res.end('hello world\n'); + * }).listen(8000); + * + * console.log(`Worker ${process.pid} started`); + * } + * ``` + * + * Running Node.js will now share port 8000 between the workers: + * + * ```console + * $ node server.js + * Primary 3596 is running + * Worker 4324 started + * Worker 4520 started + * Worker 6056 started + * Worker 5644 started + * ``` + * + * On Windows, it is not yet possible to set up a named pipe server in a worker. + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/cluster.js) + */ +declare module "cluster" { + import * as child from "node:child_process"; + import EventEmitter = require("node:events"); + import * as net from "node:net"; + type SerializationType = "json" | "advanced"; + export interface ClusterSettings { + /** + * List of string arguments passed to the Node.js executable. + * @default process.execArgv + */ + execArgv?: string[] | undefined; + /** + * File path to worker file. + * @default process.argv[1] + */ + exec?: string | undefined; + /** + * String arguments passed to worker. + * @default process.argv.slice(2) + */ + args?: string[] | undefined; + /** + * Whether or not to send output to parent's stdio. + * @default false + */ + silent?: boolean | undefined; + /** + * Configures the stdio of forked processes. Because the cluster module relies on IPC to function, this configuration must + * contain an `'ipc'` entry. When this option is provided, it overrides `silent`. See [`child_prcess.spawn()`](https://nodejs.org/docs/latest-v24.x/api/child_process.html#child_processspawncommand-args-options)'s + * [`stdio`](https://nodejs.org/docs/latest-v24.x/api/child_process.html#optionsstdio). + */ + stdio?: any[] | undefined; + /** + * Sets the user identity of the process. (See [`setuid(2)`](https://man7.org/linux/man-pages/man2/setuid.2.html).) + */ + uid?: number | undefined; + /** + * Sets the group identity of the process. (See [`setgid(2)`](https://man7.org/linux/man-pages/man2/setgid.2.html).) + */ + gid?: number | undefined; + /** + * Sets inspector port of worker. This can be a number, or a function that takes no arguments and returns a number. + * By default each worker gets its own port, incremented from the primary's `process.debugPort`. + */ + inspectPort?: number | (() => number) | undefined; + /** + * Specify the kind of serialization used for sending messages between processes. Possible values are `'json'` and `'advanced'`. + * See [Advanced serialization for `child_process`](https://nodejs.org/docs/latest-v24.x/api/child_process.html#advanced-serialization) for more details. + * @default false + */ + serialization?: SerializationType | undefined; + /** + * Current working directory of the worker process. + * @default undefined (inherits from parent process) + */ + cwd?: string | undefined; + /** + * Hide the forked processes console window that would normally be created on Windows systems. + * @default false + */ + windowsHide?: boolean | undefined; + } + export interface Address { + address: string; + port: number; + /** + * The `addressType` is one of: + * + * * `4` (TCPv4) + * * `6` (TCPv6) + * * `-1` (Unix domain socket) + * * `'udp4'` or `'udp6'` (UDPv4 or UDPv6) + */ + addressType: 4 | 6 | -1 | "udp4" | "udp6"; + } + /** + * A `Worker` object contains all public information and method about a worker. + * In the primary it can be obtained using `cluster.workers`. In a worker + * it can be obtained using `cluster.worker`. + * @since v0.7.0 + */ + export class Worker extends EventEmitter { + /** + * Each new worker is given its own unique id, this id is stored in the `id`. + * + * While a worker is alive, this is the key that indexes it in `cluster.workers`. + * @since v0.8.0 + */ + id: number; + /** + * All workers are created using [`child_process.fork()`](https://nodejs.org/docs/latest-v24.x/api/child_process.html#child_processforkmodulepath-args-options), the returned object + * from this function is stored as `.process`. In a worker, the global `process` is stored. + * + * See: [Child Process module](https://nodejs.org/docs/latest-v24.x/api/child_process.html#child_processforkmodulepath-args-options). + * + * Workers will call `process.exit(0)` if the `'disconnect'` event occurs + * on `process` and `.exitedAfterDisconnect` is not `true`. This protects against + * accidental disconnection. + * @since v0.7.0 + */ + process: child.ChildProcess; + /** + * Send a message to a worker or primary, optionally with a handle. + * + * In the primary, this sends a message to a specific worker. It is identical to [`ChildProcess.send()`](https://nodejs.org/docs/latest-v24.x/api/child_process.html#subprocesssendmessage-sendhandle-options-callback). + * + * In a worker, this sends a message to the primary. It is identical to `process.send()`. + * + * This example will echo back all messages from the primary: + * + * ```js + * if (cluster.isPrimary) { + * const worker = cluster.fork(); + * worker.send('hi there'); + * + * } else if (cluster.isWorker) { + * process.on('message', (msg) => { + * process.send(msg); + * }); + * } + * ``` + * @since v0.7.0 + * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. + */ + send(message: child.Serializable, callback?: (error: Error | null) => void): boolean; + send( + message: child.Serializable, + sendHandle: child.SendHandle, + callback?: (error: Error | null) => void, + ): boolean; + send( + message: child.Serializable, + sendHandle: child.SendHandle, + options?: child.MessageOptions, + callback?: (error: Error | null) => void, + ): boolean; + /** + * This function will kill the worker. In the primary worker, it does this by + * disconnecting the `worker.process`, and once disconnected, killing with `signal`. In the worker, it does it by killing the process with `signal`. + * + * The `kill()` function kills the worker process without waiting for a graceful + * disconnect, it has the same behavior as `worker.process.kill()`. + * + * This method is aliased as `worker.destroy()` for backwards compatibility. + * + * In a worker, `process.kill()` exists, but it is not this function; + * it is [`kill()`](https://nodejs.org/docs/latest-v24.x/api/process.html#processkillpid-signal). + * @since v0.9.12 + * @param [signal='SIGTERM'] Name of the kill signal to send to the worker process. + */ + kill(signal?: string): void; + destroy(signal?: string): void; + /** + * In a worker, this function will close all servers, wait for the `'close'` event + * on those servers, and then disconnect the IPC channel. + * + * In the primary, an internal message is sent to the worker causing it to call `.disconnect()` on itself. + * + * Causes `.exitedAfterDisconnect` to be set. + * + * After a server is closed, it will no longer accept new connections, + * but connections may be accepted by any other listening worker. Existing + * connections will be allowed to close as usual. When no more connections exist, + * see `server.close()`, the IPC channel to the worker will close allowing it + * to die gracefully. + * + * The above applies _only_ to server connections, client connections are not + * automatically closed by workers, and disconnect does not wait for them to close + * before exiting. + * + * In a worker, `process.disconnect` exists, but it is not this function; + * it is `disconnect()`. + * + * Because long living server connections may block workers from disconnecting, it + * may be useful to send a message, so application specific actions may be taken to + * close them. It also may be useful to implement a timeout, killing a worker if + * the `'disconnect'` event has not been emitted after some time. + * + * ```js + * import net from 'node:net'; + * + * if (cluster.isPrimary) { + * const worker = cluster.fork(); + * let timeout; + * + * worker.on('listening', (address) => { + * worker.send('shutdown'); + * worker.disconnect(); + * timeout = setTimeout(() => { + * worker.kill(); + * }, 2000); + * }); + * + * worker.on('disconnect', () => { + * clearTimeout(timeout); + * }); + * + * } else if (cluster.isWorker) { + * const server = net.createServer((socket) => { + * // Connections never end + * }); + * + * server.listen(8000); + * + * process.on('message', (msg) => { + * if (msg === 'shutdown') { + * // Initiate graceful close of any connections to server + * } + * }); + * } + * ``` + * @since v0.7.7 + * @return A reference to `worker`. + */ + disconnect(): this; + /** + * This function returns `true` if the worker is connected to its primary via its + * IPC channel, `false` otherwise. A worker is connected to its primary after it + * has been created. It is disconnected after the `'disconnect'` event is emitted. + * @since v0.11.14 + */ + isConnected(): boolean; + /** + * This function returns `true` if the worker's process has terminated (either + * because of exiting or being signaled). Otherwise, it returns `false`. + * + * ```js + * import cluster from 'node:cluster'; + * import http from 'node:http'; + * import { availableParallelism } from 'node:os'; + * import process from 'node:process'; + * + * const numCPUs = availableParallelism(); + * + * if (cluster.isPrimary) { + * console.log(`Primary ${process.pid} is running`); + * + * // Fork workers. + * for (let i = 0; i < numCPUs; i++) { + * cluster.fork(); + * } + * + * cluster.on('fork', (worker) => { + * console.log('worker is dead:', worker.isDead()); + * }); + * + * cluster.on('exit', (worker, code, signal) => { + * console.log('worker is dead:', worker.isDead()); + * }); + * } else { + * // Workers can share any TCP connection. In this case, it is an HTTP server. + * http.createServer((req, res) => { + * res.writeHead(200); + * res.end(`Current process\n ${process.pid}`); + * process.kill(process.pid); + * }).listen(8000); + * } + * ``` + * @since v0.11.14 + */ + isDead(): boolean; + /** + * This property is `true` if the worker exited due to `.disconnect()`. + * If the worker exited any other way, it is `false`. If the + * worker has not exited, it is `undefined`. + * + * The boolean `worker.exitedAfterDisconnect` allows distinguishing between + * voluntary and accidental exit, the primary may choose not to respawn a worker + * based on this value. + * + * ```js + * cluster.on('exit', (worker, code, signal) => { + * if (worker.exitedAfterDisconnect === true) { + * console.log('Oh, it was just voluntary – no need to worry'); + * } + * }); + * + * // kill worker + * worker.kill(); + * ``` + * @since v6.0.0 + */ + exitedAfterDisconnect: boolean; + /** + * events.EventEmitter + * 1. disconnect + * 2. error + * 3. exit + * 4. listening + * 5. message + * 6. online + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "disconnect", listener: () => void): this; + addListener(event: "error", listener: (error: Error) => void): this; + addListener(event: "exit", listener: (code: number, signal: string) => void): this; + addListener(event: "listening", listener: (address: Address) => void): this; + addListener(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + addListener(event: "online", listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "disconnect"): boolean; + emit(event: "error", error: Error): boolean; + emit(event: "exit", code: number, signal: string): boolean; + emit(event: "listening", address: Address): boolean; + emit(event: "message", message: any, handle: net.Socket | net.Server): boolean; + emit(event: "online"): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "disconnect", listener: () => void): this; + on(event: "error", listener: (error: Error) => void): this; + on(event: "exit", listener: (code: number, signal: string) => void): this; + on(event: "listening", listener: (address: Address) => void): this; + on(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + on(event: "online", listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "disconnect", listener: () => void): this; + once(event: "error", listener: (error: Error) => void): this; + once(event: "exit", listener: (code: number, signal: string) => void): this; + once(event: "listening", listener: (address: Address) => void): this; + once(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + once(event: "online", listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "disconnect", listener: () => void): this; + prependListener(event: "error", listener: (error: Error) => void): this; + prependListener(event: "exit", listener: (code: number, signal: string) => void): this; + prependListener(event: "listening", listener: (address: Address) => void): this; + prependListener(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + prependListener(event: "online", listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "disconnect", listener: () => void): this; + prependOnceListener(event: "error", listener: (error: Error) => void): this; + prependOnceListener(event: "exit", listener: (code: number, signal: string) => void): this; + prependOnceListener(event: "listening", listener: (address: Address) => void): this; + prependOnceListener(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + prependOnceListener(event: "online", listener: () => void): this; + } + export interface Cluster extends EventEmitter { + disconnect(callback?: () => void): void; + /** + * Spawn a new worker process. + * + * This can only be called from the primary process. + * @param env Key/value pairs to add to worker process environment. + * @since v0.6.0 + */ + fork(env?: any): Worker; + /** @deprecated since v16.0.0 - use isPrimary. */ + readonly isMaster: boolean; + /** + * True if the process is a primary. This is determined by the `process.env.NODE_UNIQUE_ID`. If `process.env.NODE_UNIQUE_ID` + * is undefined, then `isPrimary` is `true`. + * @since v16.0.0 + */ + readonly isPrimary: boolean; + /** + * True if the process is not a primary (it is the negation of `cluster.isPrimary`). + * @since v0.6.0 + */ + readonly isWorker: boolean; + /** + * The scheduling policy, either `cluster.SCHED_RR` for round-robin or `cluster.SCHED_NONE` to leave it to the operating system. This is a + * global setting and effectively frozen once either the first worker is spawned, or [`.setupPrimary()`](https://nodejs.org/docs/latest-v24.x/api/cluster.html#clustersetupprimarysettings) + * is called, whichever comes first. + * + * `SCHED_RR` is the default on all operating systems except Windows. Windows will change to `SCHED_RR` once libuv is able to effectively distribute + * IOCP handles without incurring a large performance hit. + * + * `cluster.schedulingPolicy` can also be set through the `NODE_CLUSTER_SCHED_POLICY` environment variable. Valid values are `'rr'` and `'none'`. + * @since v0.11.2 + */ + schedulingPolicy: number; + /** + * After calling [`.setupPrimary()`](https://nodejs.org/docs/latest-v24.x/api/cluster.html#clustersetupprimarysettings) + * (or [`.fork()`](https://nodejs.org/docs/latest-v24.x/api/cluster.html#clusterforkenv)) this settings object will contain + * the settings, including the default values. + * + * This object is not intended to be changed or set manually. + * @since v0.7.1 + */ + readonly settings: ClusterSettings; + /** @deprecated since v16.0.0 - use [`.setupPrimary()`](https://nodejs.org/docs/latest-v24.x/api/cluster.html#clustersetupprimarysettings) instead. */ + setupMaster(settings?: ClusterSettings): void; + /** + * `setupPrimary` is used to change the default 'fork' behavior. Once called, the settings will be present in `cluster.settings`. + * + * Any settings changes only affect future calls to [`.fork()`](https://nodejs.org/docs/latest-v24.x/api/cluster.html#clusterforkenv) + * and have no effect on workers that are already running. + * + * The only attribute of a worker that cannot be set via `.setupPrimary()` is the `env` passed to + * [`.fork()`](https://nodejs.org/docs/latest-v24.x/api/cluster.html#clusterforkenv). + * + * The defaults above apply to the first call only; the defaults for later calls are the current values at the time of + * `cluster.setupPrimary()` is called. + * + * ```js + * import cluster from 'node:cluster'; + * + * cluster.setupPrimary({ + * exec: 'worker.js', + * args: ['--use', 'https'], + * silent: true, + * }); + * cluster.fork(); // https worker + * cluster.setupPrimary({ + * exec: 'worker.js', + * args: ['--use', 'http'], + * }); + * cluster.fork(); // http worker + * ``` + * + * This can only be called from the primary process. + * @since v16.0.0 + */ + setupPrimary(settings?: ClusterSettings): void; + /** + * A reference to the current worker object. Not available in the primary process. + * + * ```js + * import cluster from 'node:cluster'; + * + * if (cluster.isPrimary) { + * console.log('I am primary'); + * cluster.fork(); + * cluster.fork(); + * } else if (cluster.isWorker) { + * console.log(`I am worker #${cluster.worker.id}`); + * } + * ``` + * @since v0.7.0 + */ + readonly worker?: Worker | undefined; + /** + * A hash that stores the active worker objects, keyed by `id` field. This makes it easy to loop through all the workers. It is only available in the primary process. + * + * A worker is removed from `cluster.workers` after the worker has disconnected _and_ exited. The order between these two events cannot be determined in advance. However, it + * is guaranteed that the removal from the `cluster.workers` list happens before the last `'disconnect'` or `'exit'` event is emitted. + * + * ```js + * import cluster from 'node:cluster'; + * + * for (const worker of Object.values(cluster.workers)) { + * worker.send('big announcement to all workers'); + * } + * ``` + * @since v0.7.0 + */ + readonly workers?: NodeJS.Dict | undefined; + readonly SCHED_NONE: number; + readonly SCHED_RR: number; + /** + * events.EventEmitter + * 1. disconnect + * 2. exit + * 3. fork + * 4. listening + * 5. message + * 6. online + * 7. setup + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "disconnect", listener: (worker: Worker) => void): this; + addListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + addListener(event: "fork", listener: (worker: Worker) => void): this; + addListener(event: "listening", listener: (worker: Worker, address: Address) => void): this; + addListener( + event: "message", + listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void, + ): this; // the handle is a net.Socket or net.Server object, or undefined. + addListener(event: "online", listener: (worker: Worker) => void): this; + addListener(event: "setup", listener: (settings: ClusterSettings) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "disconnect", worker: Worker): boolean; + emit(event: "exit", worker: Worker, code: number, signal: string): boolean; + emit(event: "fork", worker: Worker): boolean; + emit(event: "listening", worker: Worker, address: Address): boolean; + emit(event: "message", worker: Worker, message: any, handle: net.Socket | net.Server): boolean; + emit(event: "online", worker: Worker): boolean; + emit(event: "setup", settings: ClusterSettings): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "disconnect", listener: (worker: Worker) => void): this; + on(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + on(event: "fork", listener: (worker: Worker) => void): this; + on(event: "listening", listener: (worker: Worker, address: Address) => void): this; + on(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + on(event: "online", listener: (worker: Worker) => void): this; + on(event: "setup", listener: (settings: ClusterSettings) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "disconnect", listener: (worker: Worker) => void): this; + once(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + once(event: "fork", listener: (worker: Worker) => void): this; + once(event: "listening", listener: (worker: Worker, address: Address) => void): this; + once(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + once(event: "online", listener: (worker: Worker) => void): this; + once(event: "setup", listener: (settings: ClusterSettings) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "disconnect", listener: (worker: Worker) => void): this; + prependListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + prependListener(event: "fork", listener: (worker: Worker) => void): this; + prependListener(event: "listening", listener: (worker: Worker, address: Address) => void): this; + // the handle is a net.Socket or net.Server object, or undefined. + prependListener( + event: "message", + listener: (worker: Worker, message: any, handle?: net.Socket | net.Server) => void, + ): this; + prependListener(event: "online", listener: (worker: Worker) => void): this; + prependListener(event: "setup", listener: (settings: ClusterSettings) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "disconnect", listener: (worker: Worker) => void): this; + prependOnceListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + prependOnceListener(event: "fork", listener: (worker: Worker) => void): this; + prependOnceListener(event: "listening", listener: (worker: Worker, address: Address) => void): this; + // the handle is a net.Socket or net.Server object, or undefined. + prependOnceListener( + event: "message", + listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void, + ): this; + prependOnceListener(event: "online", listener: (worker: Worker) => void): this; + prependOnceListener(event: "setup", listener: (settings: ClusterSettings) => void): this; + } + const cluster: Cluster; + export default cluster; +} +declare module "node:cluster" { + export * from "cluster"; + export { default as default } from "cluster"; +} diff --git a/node_modules/@types/node/compatibility/iterators.d.ts b/node_modules/@types/node/compatibility/iterators.d.ts new file mode 100644 index 0000000..156e785 --- /dev/null +++ b/node_modules/@types/node/compatibility/iterators.d.ts @@ -0,0 +1,21 @@ +// Backwards-compatible iterator interfaces, augmented with iterator helper methods by lib.esnext.iterator in TypeScript 5.6. +// The IterableIterator interface does not contain these methods, which creates assignability issues in places where IteratorObjects +// are expected (eg. DOM-compatible APIs) if lib.esnext.iterator is loaded. +// Also ensures that iterators returned by the Node API, which inherit from Iterator.prototype, correctly expose the iterator helper methods +// if lib.esnext.iterator is loaded. +// TODO: remove once this package no longer supports TS 5.5, and replace NodeJS.BuiltinIteratorReturn with BuiltinIteratorReturn. + +// Placeholders for TS <5.6 +interface IteratorObject {} +interface AsyncIteratorObject {} + +declare namespace NodeJS { + // Populate iterator methods for TS <5.6 + interface Iterator extends globalThis.Iterator {} + interface AsyncIterator extends globalThis.AsyncIterator {} + + // Polyfill for TS 5.6's instrinsic BuiltinIteratorReturn type, required for DOM-compatible iterators + type BuiltinIteratorReturn = ReturnType extends + globalThis.Iterator ? TReturn + : any; +} diff --git a/node_modules/@types/node/console.d.ts b/node_modules/@types/node/console.d.ts new file mode 100644 index 0000000..c923bd0 --- /dev/null +++ b/node_modules/@types/node/console.d.ts @@ -0,0 +1,452 @@ +/** + * The `node:console` module provides a simple debugging console that is similar to + * the JavaScript console mechanism provided by web browsers. + * + * The module exports two specific components: + * + * * A `Console` class with methods such as `console.log()`, `console.error()`, and `console.warn()` that can be used to write to any Node.js stream. + * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v24.x/api/process.html#processstdout) and + * [`process.stderr`](https://nodejs.org/docs/latest-v24.x/api/process.html#processstderr). The global `console` can be used without importing the `node:console` module. + * + * _**Warning**_: The global console object's methods are neither consistently + * synchronous like the browser APIs they resemble, nor are they consistently + * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v24.x/api/process.html#a-note-on-process-io) for + * more information. + * + * Example using the global `console`: + * + * ```js + * console.log('hello world'); + * // Prints: hello world, to stdout + * console.log('hello %s', 'world'); + * // Prints: hello world, to stdout + * console.error(new Error('Whoops, something bad happened')); + * // Prints error message and stack trace to stderr: + * // Error: Whoops, something bad happened + * // at [eval]:5:15 + * // at Script.runInThisContext (node:vm:132:18) + * // at Object.runInThisContext (node:vm:309:38) + * // at node:internal/process/execution:77:19 + * // at [eval]-wrapper:6:22 + * // at evalScript (node:internal/process/execution:76:60) + * // at node:internal/main/eval_string:23:3 + * + * const name = 'Will Robinson'; + * console.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to stderr + * ``` + * + * Example using the `Console` class: + * + * ```js + * const out = getStreamSomehow(); + * const err = getStreamSomehow(); + * const myConsole = new console.Console(out, err); + * + * myConsole.log('hello world'); + * // Prints: hello world, to out + * myConsole.log('hello %s', 'world'); + * // Prints: hello world, to out + * myConsole.error(new Error('Whoops, something bad happened')); + * // Prints: [Error: Whoops, something bad happened], to err + * + * const name = 'Will Robinson'; + * myConsole.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to err + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/console.js) + */ +declare module "console" { + import console = require("node:console"); + export = console; +} +declare module "node:console" { + import { InspectOptions } from "node:util"; + global { + // This needs to be global to avoid TS2403 in case lib.dom.d.ts is present in the same build + interface Console { + Console: console.ConsoleConstructor; + /** + * `console.assert()` writes a message if `value` is [falsy](https://developer.mozilla.org/en-US/docs/Glossary/Falsy) or omitted. It only + * writes a message and does not otherwise affect execution. The output always + * starts with `"Assertion failed"`. If provided, `message` is formatted using + * [`util.format()`](https://nodejs.org/docs/latest-v24.x/api/util.html#utilformatformat-args). + * + * If `value` is [truthy](https://developer.mozilla.org/en-US/docs/Glossary/Truthy), nothing happens. + * + * ```js + * console.assert(true, 'does nothing'); + * + * console.assert(false, 'Whoops %s work', 'didn\'t'); + * // Assertion failed: Whoops didn't work + * + * console.assert(); + * // Assertion failed + * ``` + * @since v0.1.101 + * @param value The value tested for being truthy. + * @param message All arguments besides `value` are used as error message. + */ + assert(value: any, message?: string, ...optionalParams: any[]): void; + /** + * When `stdout` is a TTY, calling `console.clear()` will attempt to clear the + * TTY. When `stdout` is not a TTY, this method does nothing. + * + * The specific operation of `console.clear()` can vary across operating systems + * and terminal types. For most Linux operating systems, `console.clear()` operates similarly to the `clear` shell command. On Windows, `console.clear()` will clear only the output in the + * current terminal viewport for the Node.js + * binary. + * @since v8.3.0 + */ + clear(): void; + /** + * Maintains an internal counter specific to `label` and outputs to `stdout` the + * number of times `console.count()` has been called with the given `label`. + * + * ```js + * > console.count() + * default: 1 + * undefined + * > console.count('default') + * default: 2 + * undefined + * > console.count('abc') + * abc: 1 + * undefined + * > console.count('xyz') + * xyz: 1 + * undefined + * > console.count('abc') + * abc: 2 + * undefined + * > console.count() + * default: 3 + * undefined + * > + * ``` + * @since v8.3.0 + * @param [label='default'] The display label for the counter. + */ + count(label?: string): void; + /** + * Resets the internal counter specific to `label`. + * + * ```js + * > console.count('abc'); + * abc: 1 + * undefined + * > console.countReset('abc'); + * undefined + * > console.count('abc'); + * abc: 1 + * undefined + * > + * ``` + * @since v8.3.0 + * @param [label='default'] The display label for the counter. + */ + countReset(label?: string): void; + /** + * The `console.debug()` function is an alias for {@link log}. + * @since v8.0.0 + */ + debug(message?: any, ...optionalParams: any[]): void; + /** + * Uses [`util.inspect()`](https://nodejs.org/docs/latest-v24.x/api/util.html#utilinspectobject-options) on `obj` and prints the resulting string to `stdout`. + * This function bypasses any custom `inspect()` function defined on `obj`. + * @since v0.1.101 + */ + dir(obj: any, options?: InspectOptions): void; + /** + * This method calls `console.log()` passing it the arguments received. + * This method does not produce any XML formatting. + * @since v8.0.0 + */ + dirxml(...data: any[]): void; + /** + * Prints to `stderr` with newline. Multiple arguments can be passed, with the + * first used as the primary message and all additional used as substitution + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) + * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v24.x/api/util.html#utilformatformat-args)). + * + * ```js + * const code = 5; + * console.error('error #%d', code); + * // Prints: error #5, to stderr + * console.error('error', code); + * // Prints: error 5, to stderr + * ``` + * + * If formatting elements (e.g. `%d`) are not found in the first string then + * [`util.inspect()`](https://nodejs.org/docs/latest-v24.x/api/util.html#utilinspectobject-options) is called on each argument and the + * resulting string values are concatenated. See [`util.format()`](https://nodejs.org/docs/latest-v24.x/api/util.html#utilformatformat-args) + * for more information. + * @since v0.1.100 + */ + error(message?: any, ...optionalParams: any[]): void; + /** + * Increases indentation of subsequent lines by spaces for `groupIndentation` length. + * + * If one or more `label`s are provided, those are printed first without the + * additional indentation. + * @since v8.5.0 + */ + group(...label: any[]): void; + /** + * An alias for {@link group}. + * @since v8.5.0 + */ + groupCollapsed(...label: any[]): void; + /** + * Decreases indentation of subsequent lines by spaces for `groupIndentation` length. + * @since v8.5.0 + */ + groupEnd(): void; + /** + * The `console.info()` function is an alias for {@link log}. + * @since v0.1.100 + */ + info(message?: any, ...optionalParams: any[]): void; + /** + * Prints to `stdout` with newline. Multiple arguments can be passed, with the + * first used as the primary message and all additional used as substitution + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) + * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v24.x/api/util.html#utilformatformat-args)). + * + * ```js + * const count = 5; + * console.log('count: %d', count); + * // Prints: count: 5, to stdout + * console.log('count:', count); + * // Prints: count: 5, to stdout + * ``` + * + * See [`util.format()`](https://nodejs.org/docs/latest-v24.x/api/util.html#utilformatformat-args) for more information. + * @since v0.1.100 + */ + log(message?: any, ...optionalParams: any[]): void; + /** + * Try to construct a table with the columns of the properties of `tabularData` (or use `properties`) and rows of `tabularData` and log it. Falls back to just + * logging the argument if it can't be parsed as tabular. + * + * ```js + * // These can't be parsed as tabular data + * console.table(Symbol()); + * // Symbol() + * + * console.table(undefined); + * // undefined + * + * console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }]); + * // ┌─────────┬─────┬─────┐ + * // │ (index) │ a │ b │ + * // ├─────────┼─────┼─────┤ + * // │ 0 │ 1 │ 'Y' │ + * // │ 1 │ 'Z' │ 2 │ + * // └─────────┴─────┴─────┘ + * + * console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }], ['a']); + * // ┌─────────┬─────┐ + * // │ (index) │ a │ + * // ├─────────┼─────┤ + * // │ 0 │ 1 │ + * // │ 1 │ 'Z' │ + * // └─────────┴─────┘ + * ``` + * @since v10.0.0 + * @param properties Alternate properties for constructing the table. + */ + table(tabularData: any, properties?: readonly string[]): void; + /** + * Starts a timer that can be used to compute the duration of an operation. Timers + * are identified by a unique `label`. Use the same `label` when calling {@link timeEnd} to stop the timer and output the elapsed time in + * suitable time units to `stdout`. For example, if the elapsed + * time is 3869ms, `console.timeEnd()` displays "3.869s". + * @since v0.1.104 + * @param [label='default'] + */ + time(label?: string): void; + /** + * Stops a timer that was previously started by calling {@link time} and + * prints the result to `stdout`: + * + * ```js + * console.time('bunch-of-stuff'); + * // Do a bunch of stuff. + * console.timeEnd('bunch-of-stuff'); + * // Prints: bunch-of-stuff: 225.438ms + * ``` + * @since v0.1.104 + * @param [label='default'] + */ + timeEnd(label?: string): void; + /** + * For a timer that was previously started by calling {@link time}, prints + * the elapsed time and other `data` arguments to `stdout`: + * + * ```js + * console.time('process'); + * const value = expensiveProcess1(); // Returns 42 + * console.timeLog('process', value); + * // Prints "process: 365.227ms 42". + * doExpensiveProcess2(value); + * console.timeEnd('process'); + * ``` + * @since v10.7.0 + * @param [label='default'] + */ + timeLog(label?: string, ...data: any[]): void; + /** + * Prints to `stderr` the string `'Trace: '`, followed by the [`util.format()`](https://nodejs.org/docs/latest-v24.x/api/util.html#utilformatformat-args) + * formatted message and stack trace to the current position in the code. + * + * ```js + * console.trace('Show me'); + * // Prints: (stack trace will vary based on where trace is called) + * // Trace: Show me + * // at repl:2:9 + * // at REPLServer.defaultEval (repl.js:248:27) + * // at bound (domain.js:287:14) + * // at REPLServer.runBound [as eval] (domain.js:300:12) + * // at REPLServer. (repl.js:412:12) + * // at emitOne (events.js:82:20) + * // at REPLServer.emit (events.js:169:7) + * // at REPLServer.Interface._onLine (readline.js:210:10) + * // at REPLServer.Interface._line (readline.js:549:8) + * // at REPLServer.Interface._ttyWrite (readline.js:826:14) + * ``` + * @since v0.1.104 + */ + trace(message?: any, ...optionalParams: any[]): void; + /** + * The `console.warn()` function is an alias for {@link error}. + * @since v0.1.100 + */ + warn(message?: any, ...optionalParams: any[]): void; + // --- Inspector mode only --- + /** + * This method does not display anything unless used in the inspector. The `console.profile()` + * method starts a JavaScript CPU profile with an optional label until {@link profileEnd} + * is called. The profile is then added to the Profile panel of the inspector. + * + * ```js + * console.profile('MyLabel'); + * // Some code + * console.profileEnd('MyLabel'); + * // Adds the profile 'MyLabel' to the Profiles panel of the inspector. + * ``` + * @since v8.0.0 + */ + profile(label?: string): void; + /** + * This method does not display anything unless used in the inspector. Stops the current + * JavaScript CPU profiling session if one has been started and prints the report to the + * Profiles panel of the inspector. See {@link profile} for an example. + * + * If this method is called without a label, the most recently started profile is stopped. + * @since v8.0.0 + */ + profileEnd(label?: string): void; + /** + * This method does not display anything unless used in the inspector. The `console.timeStamp()` + * method adds an event with the label `'label'` to the Timeline panel of the inspector. + * @since v8.0.0 + */ + timeStamp(label?: string): void; + } + /** + * The `console` module provides a simple debugging console that is similar to the + * JavaScript console mechanism provided by web browsers. + * + * The module exports two specific components: + * + * * A `Console` class with methods such as `console.log()`, `console.error()` and `console.warn()` that can be used to write to any Node.js stream. + * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v24.x/api/process.html#processstdout) and + * [`process.stderr`](https://nodejs.org/docs/latest-v24.x/api/process.html#processstderr). The global `console` can be used without importing the `node:console` module. + * + * _**Warning**_: The global console object's methods are neither consistently + * synchronous like the browser APIs they resemble, nor are they consistently + * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v24.x/api/process.html#a-note-on-process-io) for + * more information. + * + * Example using the global `console`: + * + * ```js + * console.log('hello world'); + * // Prints: hello world, to stdout + * console.log('hello %s', 'world'); + * // Prints: hello world, to stdout + * console.error(new Error('Whoops, something bad happened')); + * // Prints error message and stack trace to stderr: + * // Error: Whoops, something bad happened + * // at [eval]:5:15 + * // at Script.runInThisContext (node:vm:132:18) + * // at Object.runInThisContext (node:vm:309:38) + * // at node:internal/process/execution:77:19 + * // at [eval]-wrapper:6:22 + * // at evalScript (node:internal/process/execution:76:60) + * // at node:internal/main/eval_string:23:3 + * + * const name = 'Will Robinson'; + * console.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to stderr + * ``` + * + * Example using the `Console` class: + * + * ```js + * const out = getStreamSomehow(); + * const err = getStreamSomehow(); + * const myConsole = new console.Console(out, err); + * + * myConsole.log('hello world'); + * // Prints: hello world, to out + * myConsole.log('hello %s', 'world'); + * // Prints: hello world, to out + * myConsole.error(new Error('Whoops, something bad happened')); + * // Prints: [Error: Whoops, something bad happened], to err + * + * const name = 'Will Robinson'; + * myConsole.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to err + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/console.js) + */ + namespace console { + interface ConsoleConstructorOptions { + stdout: NodeJS.WritableStream; + stderr?: NodeJS.WritableStream | undefined; + /** + * Ignore errors when writing to the underlying streams. + * @default true + */ + ignoreErrors?: boolean | undefined; + /** + * Set color support for this `Console` instance. Setting to true enables coloring while inspecting + * values. Setting to `false` disables coloring while inspecting values. Setting to `'auto'` makes color + * support depend on the value of the `isTTY` property and the value returned by `getColorDepth()` on the + * respective stream. This option can not be used, if `inspectOptions.colors` is set as well. + * @default auto + */ + colorMode?: boolean | "auto" | undefined; + /** + * Specifies options that are passed along to + * [`util.inspect()`](https://nodejs.org/docs/latest-v24.x/api/util.html#utilinspectobject-options). + */ + inspectOptions?: InspectOptions | undefined; + /** + * Set group indentation. + * @default 2 + */ + groupIndentation?: number | undefined; + } + interface ConsoleConstructor { + prototype: Console; + new(stdout: NodeJS.WritableStream, stderr?: NodeJS.WritableStream, ignoreErrors?: boolean): Console; + new(options: ConsoleConstructorOptions): Console; + } + } + var console: Console; + } + export = globalThis.console; +} diff --git a/node_modules/@types/node/constants.d.ts b/node_modules/@types/node/constants.d.ts new file mode 100644 index 0000000..5685a9d --- /dev/null +++ b/node_modules/@types/node/constants.d.ts @@ -0,0 +1,21 @@ +/** + * @deprecated The `node:constants` module is deprecated. When requiring access to constants + * relevant to specific Node.js builtin modules, developers should instead refer + * to the `constants` property exposed by the relevant module. For instance, + * `require('node:fs').constants` and `require('node:os').constants`. + */ +declare module "constants" { + const constants: + & typeof import("node:os").constants.dlopen + & typeof import("node:os").constants.errno + & typeof import("node:os").constants.priority + & typeof import("node:os").constants.signals + & typeof import("node:fs").constants + & typeof import("node:crypto").constants; + export = constants; +} + +declare module "node:constants" { + import constants = require("constants"); + export = constants; +} diff --git a/node_modules/@types/node/crypto.d.ts b/node_modules/@types/node/crypto.d.ts new file mode 100644 index 0000000..df1f78a --- /dev/null +++ b/node_modules/@types/node/crypto.d.ts @@ -0,0 +1,4516 @@ +/** + * The `node:crypto` module provides cryptographic functionality that includes a + * set of wrappers for OpenSSL's hash, HMAC, cipher, decipher, sign, and verify + * functions. + * + * ```js + * const { createHmac } = await import('node:crypto'); + * + * const secret = 'abcdefg'; + * const hash = createHmac('sha256', secret) + * .update('I love cupcakes') + * .digest('hex'); + * console.log(hash); + * // Prints: + * // c0fa1bc00531bd78ef38c628449c5102aeabd49b5dc3a2a516ea6ea959d6658e + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/crypto.js) + */ +declare module "crypto" { + import * as stream from "node:stream"; + import { PeerCertificate } from "node:tls"; + /** + * SPKAC is a Certificate Signing Request mechanism originally implemented by + * Netscape and was specified formally as part of HTML5's `keygen` element. + * + * `` is deprecated since [HTML 5.2](https://www.w3.org/TR/html52/changes.html#features-removed) and new projects + * should not use this element anymore. + * + * The `node:crypto` module provides the `Certificate` class for working with SPKAC + * data. The most common usage is handling output generated by the HTML5 `` element. Node.js uses [OpenSSL's SPKAC + * implementation](https://www.openssl.org/docs/man3.0/man1/openssl-spkac.html) internally. + * @since v0.11.8 + */ + class Certificate { + /** + * ```js + * const { Certificate } = await import('node:crypto'); + * const spkac = getSpkacSomehow(); + * const challenge = Certificate.exportChallenge(spkac); + * console.log(challenge.toString('utf8')); + * // Prints: the challenge as a UTF8 string + * ``` + * @since v9.0.0 + * @param encoding The `encoding` of the `spkac` string. + * @return The challenge component of the `spkac` data structure, which includes a public key and a challenge. + */ + static exportChallenge(spkac: BinaryLike): Buffer; + /** + * ```js + * const { Certificate } = await import('node:crypto'); + * const spkac = getSpkacSomehow(); + * const publicKey = Certificate.exportPublicKey(spkac); + * console.log(publicKey); + * // Prints: the public key as + * ``` + * @since v9.0.0 + * @param encoding The `encoding` of the `spkac` string. + * @return The public key component of the `spkac` data structure, which includes a public key and a challenge. + */ + static exportPublicKey(spkac: BinaryLike, encoding?: string): Buffer; + /** + * ```js + * import { Buffer } from 'node:buffer'; + * const { Certificate } = await import('node:crypto'); + * + * const spkac = getSpkacSomehow(); + * console.log(Certificate.verifySpkac(Buffer.from(spkac))); + * // Prints: true or false + * ``` + * @since v9.0.0 + * @param encoding The `encoding` of the `spkac` string. + * @return `true` if the given `spkac` data structure is valid, `false` otherwise. + */ + static verifySpkac(spkac: NodeJS.ArrayBufferView): boolean; + /** + * @deprecated + * @param spkac + * @returns The challenge component of the `spkac` data structure, + * which includes a public key and a challenge. + */ + exportChallenge(spkac: BinaryLike): Buffer; + /** + * @deprecated + * @param spkac + * @param encoding The encoding of the spkac string. + * @returns The public key component of the `spkac` data structure, + * which includes a public key and a challenge. + */ + exportPublicKey(spkac: BinaryLike, encoding?: string): Buffer; + /** + * @deprecated + * @param spkac + * @returns `true` if the given `spkac` data structure is valid, + * `false` otherwise. + */ + verifySpkac(spkac: NodeJS.ArrayBufferView): boolean; + } + namespace constants { + // https://nodejs.org/dist/latest-v24.x/docs/api/crypto.html#crypto-constants + const OPENSSL_VERSION_NUMBER: number; + /** Applies multiple bug workarounds within OpenSSL. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html for detail. */ + const SSL_OP_ALL: number; + /** Instructs OpenSSL to allow a non-[EC]DHE-based key exchange mode for TLS v1.3 */ + const SSL_OP_ALLOW_NO_DHE_KEX: number; + /** Allows legacy insecure renegotiation between OpenSSL and unpatched clients or servers. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ + const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number; + /** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ + const SSL_OP_CIPHER_SERVER_PREFERENCE: number; + /** Instructs OpenSSL to use Cisco's version identifier of DTLS_BAD_VER. */ + const SSL_OP_CISCO_ANYCONNECT: number; + /** Instructs OpenSSL to turn on cookie exchange. */ + const SSL_OP_COOKIE_EXCHANGE: number; + /** Instructs OpenSSL to add server-hello extension from an early version of the cryptopro draft. */ + const SSL_OP_CRYPTOPRO_TLSEXT_BUG: number; + /** Instructs OpenSSL to disable a SSL 3.0/TLS 1.0 vulnerability workaround added in OpenSSL 0.9.6d. */ + const SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS: number; + /** Allows initial connection to servers that do not support RI. */ + const SSL_OP_LEGACY_SERVER_CONNECT: number; + /** Instructs OpenSSL to disable support for SSL/TLS compression. */ + const SSL_OP_NO_COMPRESSION: number; + /** Instructs OpenSSL to disable encrypt-then-MAC. */ + const SSL_OP_NO_ENCRYPT_THEN_MAC: number; + const SSL_OP_NO_QUERY_MTU: number; + /** Instructs OpenSSL to disable renegotiation. */ + const SSL_OP_NO_RENEGOTIATION: number; + /** Instructs OpenSSL to always start a new session when performing renegotiation. */ + const SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION: number; + /** Instructs OpenSSL to turn off SSL v2 */ + const SSL_OP_NO_SSLv2: number; + /** Instructs OpenSSL to turn off SSL v3 */ + const SSL_OP_NO_SSLv3: number; + /** Instructs OpenSSL to disable use of RFC4507bis tickets. */ + const SSL_OP_NO_TICKET: number; + /** Instructs OpenSSL to turn off TLS v1 */ + const SSL_OP_NO_TLSv1: number; + /** Instructs OpenSSL to turn off TLS v1.1 */ + const SSL_OP_NO_TLSv1_1: number; + /** Instructs OpenSSL to turn off TLS v1.2 */ + const SSL_OP_NO_TLSv1_2: number; + /** Instructs OpenSSL to turn off TLS v1.3 */ + const SSL_OP_NO_TLSv1_3: number; + /** Instructs OpenSSL server to prioritize ChaCha20-Poly1305 when the client does. This option has no effect if `SSL_OP_CIPHER_SERVER_PREFERENCE` is not enabled. */ + const SSL_OP_PRIORITIZE_CHACHA: number; + /** Instructs OpenSSL to disable version rollback attack detection. */ + const SSL_OP_TLS_ROLLBACK_BUG: number; + const ENGINE_METHOD_RSA: number; + const ENGINE_METHOD_DSA: number; + const ENGINE_METHOD_DH: number; + const ENGINE_METHOD_RAND: number; + const ENGINE_METHOD_EC: number; + const ENGINE_METHOD_CIPHERS: number; + const ENGINE_METHOD_DIGESTS: number; + const ENGINE_METHOD_PKEY_METHS: number; + const ENGINE_METHOD_PKEY_ASN1_METHS: number; + const ENGINE_METHOD_ALL: number; + const ENGINE_METHOD_NONE: number; + const DH_CHECK_P_NOT_SAFE_PRIME: number; + const DH_CHECK_P_NOT_PRIME: number; + const DH_UNABLE_TO_CHECK_GENERATOR: number; + const DH_NOT_SUITABLE_GENERATOR: number; + const RSA_PKCS1_PADDING: number; + const RSA_SSLV23_PADDING: number; + const RSA_NO_PADDING: number; + const RSA_PKCS1_OAEP_PADDING: number; + const RSA_X931_PADDING: number; + const RSA_PKCS1_PSS_PADDING: number; + /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the digest size when signing or verifying. */ + const RSA_PSS_SALTLEN_DIGEST: number; + /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the maximum permissible value when signing data. */ + const RSA_PSS_SALTLEN_MAX_SIGN: number; + /** Causes the salt length for RSA_PKCS1_PSS_PADDING to be determined automatically when verifying a signature. */ + const RSA_PSS_SALTLEN_AUTO: number; + const POINT_CONVERSION_COMPRESSED: number; + const POINT_CONVERSION_UNCOMPRESSED: number; + const POINT_CONVERSION_HYBRID: number; + /** Specifies the built-in default cipher list used by Node.js (colon-separated values). */ + const defaultCoreCipherList: string; + /** Specifies the active default cipher list used by the current Node.js process (colon-separated values). */ + const defaultCipherList: string; + } + interface HashOptions extends stream.TransformOptions { + /** + * For XOF hash functions such as `shake256`, the + * outputLength option can be used to specify the desired output length in bytes. + */ + outputLength?: number | undefined; + } + /** @deprecated since v10.0.0 */ + const fips: boolean; + /** + * Creates and returns a `Hash` object that can be used to generate hash digests + * using the given `algorithm`. Optional `options` argument controls stream + * behavior. For XOF hash functions such as `'shake256'`, the `outputLength` option + * can be used to specify the desired output length in bytes. + * + * The `algorithm` is dependent on the available algorithms supported by the + * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. + * On recent releases of OpenSSL, `openssl list -digest-algorithms` will + * display the available digest algorithms. + * + * Example: generating the sha256 sum of a file + * + * ```js + * import { + * createReadStream, + * } from 'node:fs'; + * import { argv } from 'node:process'; + * const { + * createHash, + * } = await import('node:crypto'); + * + * const filename = argv[2]; + * + * const hash = createHash('sha256'); + * + * const input = createReadStream(filename); + * input.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = input.read(); + * if (data) + * hash.update(data); + * else { + * console.log(`${hash.digest('hex')} ${filename}`); + * } + * }); + * ``` + * @since v0.1.92 + * @param options `stream.transform` options + */ + function createHash(algorithm: string, options?: HashOptions): Hash; + /** + * Creates and returns an `Hmac` object that uses the given `algorithm` and `key`. + * Optional `options` argument controls stream behavior. + * + * The `algorithm` is dependent on the available algorithms supported by the + * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. + * On recent releases of OpenSSL, `openssl list -digest-algorithms` will + * display the available digest algorithms. + * + * The `key` is the HMAC key used to generate the cryptographic HMAC hash. If it is + * a `KeyObject`, its type must be `secret`. If it is a string, please consider `caveats when using strings as inputs to cryptographic APIs`. If it was + * obtained from a cryptographically secure source of entropy, such as {@link randomBytes} or {@link generateKey}, its length should not + * exceed the block size of `algorithm` (e.g., 512 bits for SHA-256). + * + * Example: generating the sha256 HMAC of a file + * + * ```js + * import { + * createReadStream, + * } from 'node:fs'; + * import { argv } from 'node:process'; + * const { + * createHmac, + * } = await import('node:crypto'); + * + * const filename = argv[2]; + * + * const hmac = createHmac('sha256', 'a secret'); + * + * const input = createReadStream(filename); + * input.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = input.read(); + * if (data) + * hmac.update(data); + * else { + * console.log(`${hmac.digest('hex')} ${filename}`); + * } + * }); + * ``` + * @since v0.1.94 + * @param options `stream.transform` options + */ + function createHmac(algorithm: string, key: BinaryLike | KeyObject, options?: stream.TransformOptions): Hmac; + // https://nodejs.org/api/buffer.html#buffer_buffers_and_character_encodings + type BinaryToTextEncoding = "base64" | "base64url" | "hex" | "binary"; + type CharacterEncoding = "utf8" | "utf-8" | "utf16le" | "utf-16le" | "latin1"; + type LegacyCharacterEncoding = "ascii" | "binary" | "ucs2" | "ucs-2"; + type Encoding = BinaryToTextEncoding | CharacterEncoding | LegacyCharacterEncoding; + type ECDHKeyFormat = "compressed" | "uncompressed" | "hybrid"; + /** + * The `Hash` class is a utility for creating hash digests of data. It can be + * used in one of two ways: + * + * * As a `stream` that is both readable and writable, where data is written + * to produce a computed hash digest on the readable side, or + * * Using the `hash.update()` and `hash.digest()` methods to produce the + * computed hash. + * + * The {@link createHash} method is used to create `Hash` instances. `Hash`objects are not to be created directly using the `new` keyword. + * + * Example: Using `Hash` objects as streams: + * + * ```js + * const { + * createHash, + * } = await import('node:crypto'); + * + * const hash = createHash('sha256'); + * + * hash.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = hash.read(); + * if (data) { + * console.log(data.toString('hex')); + * // Prints: + * // 6a2da20943931e9834fc12cfe5bb47bbd9ae43489a30726962b576f4e3993e50 + * } + * }); + * + * hash.write('some data to hash'); + * hash.end(); + * ``` + * + * Example: Using `Hash` and piped streams: + * + * ```js + * import { createReadStream } from 'node:fs'; + * import { stdout } from 'node:process'; + * const { createHash } = await import('node:crypto'); + * + * const hash = createHash('sha256'); + * + * const input = createReadStream('test.js'); + * input.pipe(hash).setEncoding('hex').pipe(stdout); + * ``` + * + * Example: Using the `hash.update()` and `hash.digest()` methods: + * + * ```js + * const { + * createHash, + * } = await import('node:crypto'); + * + * const hash = createHash('sha256'); + * + * hash.update('some data to hash'); + * console.log(hash.digest('hex')); + * // Prints: + * // 6a2da20943931e9834fc12cfe5bb47bbd9ae43489a30726962b576f4e3993e50 + * ``` + * @since v0.1.92 + */ + class Hash extends stream.Transform { + private constructor(); + /** + * Creates a new `Hash` object that contains a deep copy of the internal state + * of the current `Hash` object. + * + * The optional `options` argument controls stream behavior. For XOF hash + * functions such as `'shake256'`, the `outputLength` option can be used to + * specify the desired output length in bytes. + * + * An error is thrown when an attempt is made to copy the `Hash` object after + * its `hash.digest()` method has been called. + * + * ```js + * // Calculate a rolling hash. + * const { + * createHash, + * } = await import('node:crypto'); + * + * const hash = createHash('sha256'); + * + * hash.update('one'); + * console.log(hash.copy().digest('hex')); + * + * hash.update('two'); + * console.log(hash.copy().digest('hex')); + * + * hash.update('three'); + * console.log(hash.copy().digest('hex')); + * + * // Etc. + * ``` + * @since v13.1.0 + * @param options `stream.transform` options + */ + copy(options?: HashOptions): Hash; + /** + * Updates the hash content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `encoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.92 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): Hash; + update(data: string, inputEncoding: Encoding): Hash; + /** + * Calculates the digest of all of the data passed to be hashed (using the `hash.update()` method). + * If `encoding` is provided a string will be returned; otherwise + * a `Buffer` is returned. + * + * The `Hash` object can not be used again after `hash.digest()` method has been + * called. Multiple calls will cause an error to be thrown. + * @since v0.1.92 + * @param encoding The `encoding` of the return value. + */ + digest(): Buffer; + digest(encoding: BinaryToTextEncoding): string; + } + /** + * The `Hmac` class is a utility for creating cryptographic HMAC digests. It can + * be used in one of two ways: + * + * * As a `stream` that is both readable and writable, where data is written + * to produce a computed HMAC digest on the readable side, or + * * Using the `hmac.update()` and `hmac.digest()` methods to produce the + * computed HMAC digest. + * + * The {@link createHmac} method is used to create `Hmac` instances. `Hmac`objects are not to be created directly using the `new` keyword. + * + * Example: Using `Hmac` objects as streams: + * + * ```js + * const { + * createHmac, + * } = await import('node:crypto'); + * + * const hmac = createHmac('sha256', 'a secret'); + * + * hmac.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = hmac.read(); + * if (data) { + * console.log(data.toString('hex')); + * // Prints: + * // 7fd04df92f636fd450bc841c9418e5825c17f33ad9c87c518115a45971f7f77e + * } + * }); + * + * hmac.write('some data to hash'); + * hmac.end(); + * ``` + * + * Example: Using `Hmac` and piped streams: + * + * ```js + * import { createReadStream } from 'node:fs'; + * import { stdout } from 'node:process'; + * const { + * createHmac, + * } = await import('node:crypto'); + * + * const hmac = createHmac('sha256', 'a secret'); + * + * const input = createReadStream('test.js'); + * input.pipe(hmac).pipe(stdout); + * ``` + * + * Example: Using the `hmac.update()` and `hmac.digest()` methods: + * + * ```js + * const { + * createHmac, + * } = await import('node:crypto'); + * + * const hmac = createHmac('sha256', 'a secret'); + * + * hmac.update('some data to hash'); + * console.log(hmac.digest('hex')); + * // Prints: + * // 7fd04df92f636fd450bc841c9418e5825c17f33ad9c87c518115a45971f7f77e + * ``` + * @since v0.1.94 + * @deprecated Since v20.13.0 Calling `Hmac` class directly with `Hmac()` or `new Hmac()` is deprecated due to being internals, not intended for public use. Please use the {@link createHmac} method to create Hmac instances. + */ + class Hmac extends stream.Transform { + private constructor(); + /** + * Updates the `Hmac` content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `encoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.94 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): Hmac; + update(data: string, inputEncoding: Encoding): Hmac; + /** + * Calculates the HMAC digest of all of the data passed using `hmac.update()`. + * If `encoding` is + * provided a string is returned; otherwise a `Buffer` is returned; + * + * The `Hmac` object can not be used again after `hmac.digest()` has been + * called. Multiple calls to `hmac.digest()` will result in an error being thrown. + * @since v0.1.94 + * @param encoding The `encoding` of the return value. + */ + digest(): Buffer; + digest(encoding: BinaryToTextEncoding): string; + } + type KeyObjectType = "secret" | "public" | "private"; + interface KeyExportOptions { + type: "pkcs1" | "spki" | "pkcs8" | "sec1"; + format: T; + cipher?: string | undefined; + passphrase?: string | Buffer | undefined; + } + interface JwkKeyExportOptions { + format: "jwk"; + } + interface JsonWebKey { + crv?: string | undefined; + d?: string | undefined; + dp?: string | undefined; + dq?: string | undefined; + e?: string | undefined; + k?: string | undefined; + kty?: string | undefined; + n?: string | undefined; + p?: string | undefined; + q?: string | undefined; + qi?: string | undefined; + x?: string | undefined; + y?: string | undefined; + [key: string]: unknown; + } + interface AsymmetricKeyDetails { + /** + * Key size in bits (RSA, DSA). + */ + modulusLength?: number | undefined; + /** + * Public exponent (RSA). + */ + publicExponent?: bigint | undefined; + /** + * Name of the message digest (RSA-PSS). + */ + hashAlgorithm?: string | undefined; + /** + * Name of the message digest used by MGF1 (RSA-PSS). + */ + mgf1HashAlgorithm?: string | undefined; + /** + * Minimal salt length in bytes (RSA-PSS). + */ + saltLength?: number | undefined; + /** + * Size of q in bits (DSA). + */ + divisorLength?: number | undefined; + /** + * Name of the curve (EC). + */ + namedCurve?: string | undefined; + } + /** + * Node.js uses a `KeyObject` class to represent a symmetric or asymmetric key, + * and each kind of key exposes different functions. The {@link createSecretKey}, {@link createPublicKey} and {@link createPrivateKey} methods are used to create `KeyObject`instances. `KeyObject` + * objects are not to be created directly using the `new`keyword. + * + * Most applications should consider using the new `KeyObject` API instead of + * passing keys as strings or `Buffer`s due to improved security features. + * + * `KeyObject` instances can be passed to other threads via `postMessage()`. + * The receiver obtains a cloned `KeyObject`, and the `KeyObject` does not need to + * be listed in the `transferList` argument. + * @since v11.6.0 + */ + class KeyObject { + private constructor(); + /** + * Example: Converting a `CryptoKey` instance to a `KeyObject`: + * + * ```js + * const { KeyObject } = await import('node:crypto'); + * const { subtle } = globalThis.crypto; + * + * const key = await subtle.generateKey({ + * name: 'HMAC', + * hash: 'SHA-256', + * length: 256, + * }, true, ['sign', 'verify']); + * + * const keyObject = KeyObject.from(key); + * console.log(keyObject.symmetricKeySize); + * // Prints: 32 (symmetric key size in bytes) + * ``` + * @since v15.0.0 + */ + static from(key: webcrypto.CryptoKey): KeyObject; + /** + * For asymmetric keys, this property represents the type of the key. Supported key + * types are: + * + * * `'rsa'` (OID 1.2.840.113549.1.1.1) + * * `'rsa-pss'` (OID 1.2.840.113549.1.1.10) + * * `'dsa'` (OID 1.2.840.10040.4.1) + * * `'ec'` (OID 1.2.840.10045.2.1) + * * `'x25519'` (OID 1.3.101.110) + * * `'x448'` (OID 1.3.101.111) + * * `'ed25519'` (OID 1.3.101.112) + * * `'ed448'` (OID 1.3.101.113) + * * `'dh'` (OID 1.2.840.113549.1.3.1) + * + * This property is `undefined` for unrecognized `KeyObject` types and symmetric + * keys. + * @since v11.6.0 + */ + asymmetricKeyType?: KeyType | undefined; + /** + * This property exists only on asymmetric keys. Depending on the type of the key, + * this object contains information about the key. None of the information obtained + * through this property can be used to uniquely identify a key or to compromise + * the security of the key. + * + * For RSA-PSS keys, if the key material contains a `RSASSA-PSS-params` sequence, + * the `hashAlgorithm`, `mgf1HashAlgorithm`, and `saltLength` properties will be + * set. + * + * Other key details might be exposed via this API using additional attributes. + * @since v15.7.0 + */ + asymmetricKeyDetails?: AsymmetricKeyDetails | undefined; + /** + * For symmetric keys, the following encoding options can be used: + * + * For public keys, the following encoding options can be used: + * + * For private keys, the following encoding options can be used: + * + * The result type depends on the selected encoding format, when PEM the + * result is a string, when DER it will be a buffer containing the data + * encoded as DER, when [JWK](https://tools.ietf.org/html/rfc7517) it will be an object. + * + * When [JWK](https://tools.ietf.org/html/rfc7517) encoding format was selected, all other encoding options are + * ignored. + * + * PKCS#1, SEC1, and PKCS#8 type keys can be encrypted by using a combination of + * the `cipher` and `format` options. The PKCS#8 `type` can be used with any`format` to encrypt any key algorithm (RSA, EC, or DH) by specifying a`cipher`. PKCS#1 and SEC1 can only be + * encrypted by specifying a `cipher`when the PEM `format` is used. For maximum compatibility, use PKCS#8 for + * encrypted private keys. Since PKCS#8 defines its own + * encryption mechanism, PEM-level encryption is not supported when encrypting + * a PKCS#8 key. See [RFC 5208](https://www.rfc-editor.org/rfc/rfc5208.txt) for PKCS#8 encryption and [RFC 1421](https://www.rfc-editor.org/rfc/rfc1421.txt) for + * PKCS#1 and SEC1 encryption. + * @since v11.6.0 + */ + export(options: KeyExportOptions<"pem">): string | Buffer; + export(options?: KeyExportOptions<"der">): Buffer; + export(options?: JwkKeyExportOptions): JsonWebKey; + /** + * Returns `true` or `false` depending on whether the keys have exactly the same + * type, value, and parameters. This method is not [constant time](https://en.wikipedia.org/wiki/Timing_attack). + * @since v17.7.0, v16.15.0 + * @param otherKeyObject A `KeyObject` with which to compare `keyObject`. + */ + equals(otherKeyObject: KeyObject): boolean; + /** + * For secret keys, this property represents the size of the key in bytes. This + * property is `undefined` for asymmetric keys. + * @since v11.6.0 + */ + symmetricKeySize?: number | undefined; + /** + * Converts a `KeyObject` instance to a `CryptoKey`. + * @since 22.10.0 + */ + toCryptoKey( + algorithm: + | webcrypto.AlgorithmIdentifier + | webcrypto.RsaHashedImportParams + | webcrypto.EcKeyImportParams + | webcrypto.HmacImportParams, + extractable: boolean, + keyUsages: readonly webcrypto.KeyUsage[], + ): webcrypto.CryptoKey; + /** + * Depending on the type of this `KeyObject`, this property is either`'secret'` for secret (symmetric) keys, `'public'` for public (asymmetric) keys + * or `'private'` for private (asymmetric) keys. + * @since v11.6.0 + */ + type: KeyObjectType; + } + type CipherCCMTypes = "aes-128-ccm" | "aes-192-ccm" | "aes-256-ccm"; + type CipherGCMTypes = "aes-128-gcm" | "aes-192-gcm" | "aes-256-gcm"; + type CipherOCBTypes = "aes-128-ocb" | "aes-192-ocb" | "aes-256-ocb"; + type CipherChaCha20Poly1305Types = "chacha20-poly1305"; + type BinaryLike = string | NodeJS.ArrayBufferView; + type CipherKey = BinaryLike | KeyObject; + interface CipherCCMOptions extends stream.TransformOptions { + authTagLength: number; + } + interface CipherGCMOptions extends stream.TransformOptions { + authTagLength?: number | undefined; + } + interface CipherOCBOptions extends stream.TransformOptions { + authTagLength: number; + } + interface CipherChaCha20Poly1305Options extends stream.TransformOptions { + /** @default 16 */ + authTagLength?: number | undefined; + } + /** + * Creates and returns a `Cipher` object, with the given `algorithm`, `key` and + * initialization vector (`iv`). + * + * The `options` argument controls stream behavior and is optional except when a + * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the + * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to set the length of the authentication + * tag that will be returned by `getAuthTag()` and defaults to 16 bytes. + * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. + * + * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On + * recent OpenSSL releases, `openssl list -cipher-algorithms` will + * display the available cipher algorithms. + * + * The `key` is the raw key used by the `algorithm` and `iv` is an [initialization vector](https://en.wikipedia.org/wiki/Initialization_vector). Both arguments must be `'utf8'` encoded + * strings,`Buffers`, `TypedArray`, or `DataView`s. The `key` may optionally be + * a `KeyObject` of type `secret`. If the cipher does not need + * an initialization vector, `iv` may be `null`. + * + * When passing strings for `key` or `iv`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * Initialization vectors should be unpredictable and unique; ideally, they will be + * cryptographically random. They do not have to be secret: IVs are typically just + * added to ciphertext messages unencrypted. It may sound contradictory that + * something has to be unpredictable and unique, but does not have to be secret; + * remember that an attacker must not be able to predict ahead of time what a + * given IV will be. + * @since v0.1.94 + * @param options `stream.transform` options + */ + function createCipheriv( + algorithm: CipherCCMTypes, + key: CipherKey, + iv: BinaryLike, + options: CipherCCMOptions, + ): CipherCCM; + function createCipheriv( + algorithm: CipherOCBTypes, + key: CipherKey, + iv: BinaryLike, + options: CipherOCBOptions, + ): CipherOCB; + function createCipheriv( + algorithm: CipherGCMTypes, + key: CipherKey, + iv: BinaryLike, + options?: CipherGCMOptions, + ): CipherGCM; + function createCipheriv( + algorithm: CipherChaCha20Poly1305Types, + key: CipherKey, + iv: BinaryLike, + options?: CipherChaCha20Poly1305Options, + ): CipherChaCha20Poly1305; + function createCipheriv( + algorithm: string, + key: CipherKey, + iv: BinaryLike | null, + options?: stream.TransformOptions, + ): Cipheriv; + /** + * Instances of the `Cipheriv` class are used to encrypt data. The class can be + * used in one of two ways: + * + * * As a `stream` that is both readable and writable, where plain unencrypted + * data is written to produce encrypted data on the readable side, or + * * Using the `cipher.update()` and `cipher.final()` methods to produce + * the encrypted data. + * + * The {@link createCipheriv} method is + * used to create `Cipheriv` instances. `Cipheriv` objects are not to be created + * directly using the `new` keyword. + * + * Example: Using `Cipheriv` objects as streams: + * + * ```js + * const { + * scrypt, + * randomFill, + * createCipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * + * // First, we'll generate the key. The key length is dependent on the algorithm. + * // In this case for aes192, it is 24 bytes (192 bits). + * scrypt(password, 'salt', 24, (err, key) => { + * if (err) throw err; + * // Then, we'll generate a random initialization vector + * randomFill(new Uint8Array(16), (err, iv) => { + * if (err) throw err; + * + * // Once we have the key and iv, we can create and use the cipher... + * const cipher = createCipheriv(algorithm, key, iv); + * + * let encrypted = ''; + * cipher.setEncoding('hex'); + * + * cipher.on('data', (chunk) => encrypted += chunk); + * cipher.on('end', () => console.log(encrypted)); + * + * cipher.write('some clear text data'); + * cipher.end(); + * }); + * }); + * ``` + * + * Example: Using `Cipheriv` and piped streams: + * + * ```js + * import { + * createReadStream, + * createWriteStream, + * } from 'node:fs'; + * + * import { + * pipeline, + * } from 'node:stream'; + * + * const { + * scrypt, + * randomFill, + * createCipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * + * // First, we'll generate the key. The key length is dependent on the algorithm. + * // In this case for aes192, it is 24 bytes (192 bits). + * scrypt(password, 'salt', 24, (err, key) => { + * if (err) throw err; + * // Then, we'll generate a random initialization vector + * randomFill(new Uint8Array(16), (err, iv) => { + * if (err) throw err; + * + * const cipher = createCipheriv(algorithm, key, iv); + * + * const input = createReadStream('test.js'); + * const output = createWriteStream('test.enc'); + * + * pipeline(input, cipher, output, (err) => { + * if (err) throw err; + * }); + * }); + * }); + * ``` + * + * Example: Using the `cipher.update()` and `cipher.final()` methods: + * + * ```js + * const { + * scrypt, + * randomFill, + * createCipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * + * // First, we'll generate the key. The key length is dependent on the algorithm. + * // In this case for aes192, it is 24 bytes (192 bits). + * scrypt(password, 'salt', 24, (err, key) => { + * if (err) throw err; + * // Then, we'll generate a random initialization vector + * randomFill(new Uint8Array(16), (err, iv) => { + * if (err) throw err; + * + * const cipher = createCipheriv(algorithm, key, iv); + * + * let encrypted = cipher.update('some clear text data', 'utf8', 'hex'); + * encrypted += cipher.final('hex'); + * console.log(encrypted); + * }); + * }); + * ``` + * @since v0.1.94 + */ + class Cipheriv extends stream.Transform { + private constructor(); + /** + * Updates the cipher with `data`. If the `inputEncoding` argument is given, + * the `data`argument is a string using the specified encoding. If the `inputEncoding`argument is not given, `data` must be a `Buffer`, `TypedArray`, or `DataView`. If `data` is a `Buffer`, + * `TypedArray`, or `DataView`, then `inputEncoding` is ignored. + * + * The `outputEncoding` specifies the output format of the enciphered + * data. If the `outputEncoding`is specified, a string using the specified encoding is returned. If no`outputEncoding` is provided, a `Buffer` is returned. + * + * The `cipher.update()` method can be called multiple times with new data until `cipher.final()` is called. Calling `cipher.update()` after `cipher.final()` will result in an error being + * thrown. + * @since v0.1.94 + * @param inputEncoding The `encoding` of the data. + * @param outputEncoding The `encoding` of the return value. + */ + update(data: BinaryLike): Buffer; + update(data: string, inputEncoding: Encoding): Buffer; + update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string; + update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string; + /** + * Once the `cipher.final()` method has been called, the `Cipheriv` object can no + * longer be used to encrypt data. Attempts to call `cipher.final()` more than + * once will result in an error being thrown. + * @since v0.1.94 + * @param outputEncoding The `encoding` of the return value. + * @return Any remaining enciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned. + */ + final(): Buffer; + final(outputEncoding: BufferEncoding): string; + /** + * When using block encryption algorithms, the `Cipheriv` class will automatically + * add padding to the input data to the appropriate block size. To disable the + * default padding call `cipher.setAutoPadding(false)`. + * + * When `autoPadding` is `false`, the length of the entire input data must be a + * multiple of the cipher's block size or `cipher.final()` will throw an error. + * Disabling automatic padding is useful for non-standard padding, for instance + * using `0x0` instead of PKCS padding. + * + * The `cipher.setAutoPadding()` method must be called before `cipher.final()`. + * @since v0.7.1 + * @param [autoPadding=true] + * @return for method chaining. + */ + setAutoPadding(autoPadding?: boolean): this; + } + interface CipherCCM extends Cipheriv { + setAAD( + buffer: NodeJS.ArrayBufferView, + options: { + plaintextLength: number; + }, + ): this; + getAuthTag(): Buffer; + } + interface CipherGCM extends Cipheriv { + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + }, + ): this; + getAuthTag(): Buffer; + } + interface CipherOCB extends Cipheriv { + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + }, + ): this; + getAuthTag(): Buffer; + } + interface CipherChaCha20Poly1305 extends Cipheriv { + setAAD( + buffer: NodeJS.ArrayBufferView, + options: { + plaintextLength: number; + }, + ): this; + getAuthTag(): Buffer; + } + /** + * Creates and returns a `Decipheriv` object that uses the given `algorithm`, `key` and initialization vector (`iv`). + * + * The `options` argument controls stream behavior and is optional except when a + * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the `authTagLength` option is required and specifies the length of the + * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength` option is not required but can be used to restrict accepted authentication tags + * to those with the specified length. + * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. + * + * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On + * recent OpenSSL releases, `openssl list -cipher-algorithms` will + * display the available cipher algorithms. + * + * The `key` is the raw key used by the `algorithm` and `iv` is an [initialization vector](https://en.wikipedia.org/wiki/Initialization_vector). Both arguments must be `'utf8'` encoded + * strings,`Buffers`, `TypedArray`, or `DataView`s. The `key` may optionally be + * a `KeyObject` of type `secret`. If the cipher does not need + * an initialization vector, `iv` may be `null`. + * + * When passing strings for `key` or `iv`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * Initialization vectors should be unpredictable and unique; ideally, they will be + * cryptographically random. They do not have to be secret: IVs are typically just + * added to ciphertext messages unencrypted. It may sound contradictory that + * something has to be unpredictable and unique, but does not have to be secret; + * remember that an attacker must not be able to predict ahead of time what a given + * IV will be. + * @since v0.1.94 + * @param options `stream.transform` options + */ + function createDecipheriv( + algorithm: CipherCCMTypes, + key: CipherKey, + iv: BinaryLike, + options: CipherCCMOptions, + ): DecipherCCM; + function createDecipheriv( + algorithm: CipherOCBTypes, + key: CipherKey, + iv: BinaryLike, + options: CipherOCBOptions, + ): DecipherOCB; + function createDecipheriv( + algorithm: CipherGCMTypes, + key: CipherKey, + iv: BinaryLike, + options?: CipherGCMOptions, + ): DecipherGCM; + function createDecipheriv( + algorithm: CipherChaCha20Poly1305Types, + key: CipherKey, + iv: BinaryLike, + options?: CipherChaCha20Poly1305Options, + ): DecipherChaCha20Poly1305; + function createDecipheriv( + algorithm: string, + key: CipherKey, + iv: BinaryLike | null, + options?: stream.TransformOptions, + ): Decipheriv; + /** + * Instances of the `Decipheriv` class are used to decrypt data. The class can be + * used in one of two ways: + * + * * As a `stream` that is both readable and writable, where plain encrypted + * data is written to produce unencrypted data on the readable side, or + * * Using the `decipher.update()` and `decipher.final()` methods to + * produce the unencrypted data. + * + * The {@link createDecipheriv} method is + * used to create `Decipheriv` instances. `Decipheriv` objects are not to be created + * directly using the `new` keyword. + * + * Example: Using `Decipheriv` objects as streams: + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { + * scryptSync, + * createDecipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * // Key length is dependent on the algorithm. In this case for aes192, it is + * // 24 bytes (192 bits). + * // Use the async `crypto.scrypt()` instead. + * const key = scryptSync(password, 'salt', 24); + * // The IV is usually passed along with the ciphertext. + * const iv = Buffer.alloc(16, 0); // Initialization vector. + * + * const decipher = createDecipheriv(algorithm, key, iv); + * + * let decrypted = ''; + * decipher.on('readable', () => { + * let chunk; + * while (null !== (chunk = decipher.read())) { + * decrypted += chunk.toString('utf8'); + * } + * }); + * decipher.on('end', () => { + * console.log(decrypted); + * // Prints: some clear text data + * }); + * + * // Encrypted with same algorithm, key and iv. + * const encrypted = + * 'e5f79c5915c02171eec6b212d5520d44480993d7d622a7c4c2da32f6efda0ffa'; + * decipher.write(encrypted, 'hex'); + * decipher.end(); + * ``` + * + * Example: Using `Decipheriv` and piped streams: + * + * ```js + * import { + * createReadStream, + * createWriteStream, + * } from 'node:fs'; + * import { Buffer } from 'node:buffer'; + * const { + * scryptSync, + * createDecipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * // Use the async `crypto.scrypt()` instead. + * const key = scryptSync(password, 'salt', 24); + * // The IV is usually passed along with the ciphertext. + * const iv = Buffer.alloc(16, 0); // Initialization vector. + * + * const decipher = createDecipheriv(algorithm, key, iv); + * + * const input = createReadStream('test.enc'); + * const output = createWriteStream('test.js'); + * + * input.pipe(decipher).pipe(output); + * ``` + * + * Example: Using the `decipher.update()` and `decipher.final()` methods: + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { + * scryptSync, + * createDecipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * // Use the async `crypto.scrypt()` instead. + * const key = scryptSync(password, 'salt', 24); + * // The IV is usually passed along with the ciphertext. + * const iv = Buffer.alloc(16, 0); // Initialization vector. + * + * const decipher = createDecipheriv(algorithm, key, iv); + * + * // Encrypted using same algorithm, key and iv. + * const encrypted = + * 'e5f79c5915c02171eec6b212d5520d44480993d7d622a7c4c2da32f6efda0ffa'; + * let decrypted = decipher.update(encrypted, 'hex', 'utf8'); + * decrypted += decipher.final('utf8'); + * console.log(decrypted); + * // Prints: some clear text data + * ``` + * @since v0.1.94 + */ + class Decipheriv extends stream.Transform { + private constructor(); + /** + * Updates the decipher with `data`. If the `inputEncoding` argument is given, + * the `data` argument is a string using the specified encoding. If the `inputEncoding` argument is not given, `data` must be a `Buffer`. If `data` is a `Buffer` then `inputEncoding` is + * ignored. + * + * The `outputEncoding` specifies the output format of the enciphered + * data. If the `outputEncoding` is specified, a string using the specified encoding is returned. If no `outputEncoding` is provided, a `Buffer` is returned. + * + * The `decipher.update()` method can be called multiple times with new data until `decipher.final()` is called. Calling `decipher.update()` after `decipher.final()` will result in an error + * being thrown. + * @since v0.1.94 + * @param inputEncoding The `encoding` of the `data` string. + * @param outputEncoding The `encoding` of the return value. + */ + update(data: NodeJS.ArrayBufferView): Buffer; + update(data: string, inputEncoding: Encoding): Buffer; + update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string; + update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string; + /** + * Once the `decipher.final()` method has been called, the `Decipheriv` object can + * no longer be used to decrypt data. Attempts to call `decipher.final()` more + * than once will result in an error being thrown. + * @since v0.1.94 + * @param outputEncoding The `encoding` of the return value. + * @return Any remaining deciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned. + */ + final(): Buffer; + final(outputEncoding: BufferEncoding): string; + /** + * When data has been encrypted without standard block padding, calling `decipher.setAutoPadding(false)` will disable automatic padding to prevent `decipher.final()` from checking for and + * removing padding. + * + * Turning auto padding off will only work if the input data's length is a + * multiple of the ciphers block size. + * + * The `decipher.setAutoPadding()` method must be called before `decipher.final()`. + * @since v0.7.1 + * @param [autoPadding=true] + * @return for method chaining. + */ + setAutoPadding(auto_padding?: boolean): this; + } + interface DecipherCCM extends Decipheriv { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options: { + plaintextLength: number; + }, + ): this; + } + interface DecipherGCM extends Decipheriv { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + }, + ): this; + } + interface DecipherOCB extends Decipheriv { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + }, + ): this; + } + interface DecipherChaCha20Poly1305 extends Decipheriv { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options: { + plaintextLength: number; + }, + ): this; + } + interface PrivateKeyInput { + key: string | Buffer; + format?: KeyFormat | undefined; + type?: "pkcs1" | "pkcs8" | "sec1" | undefined; + passphrase?: string | Buffer | undefined; + encoding?: string | undefined; + } + interface PublicKeyInput { + key: string | Buffer; + format?: KeyFormat | undefined; + type?: "pkcs1" | "spki" | undefined; + encoding?: string | undefined; + } + /** + * Asynchronously generates a new random secret key of the given `length`. The `type` will determine which validations will be performed on the `length`. + * + * ```js + * const { + * generateKey, + * } = await import('node:crypto'); + * + * generateKey('hmac', { length: 512 }, (err, key) => { + * if (err) throw err; + * console.log(key.export().toString('hex')); // 46e..........620 + * }); + * ``` + * + * The size of a generated HMAC key should not exceed the block size of the + * underlying hash function. See {@link createHmac} for more information. + * @since v15.0.0 + * @param type The intended use of the generated secret key. Currently accepted values are `'hmac'` and `'aes'`. + */ + function generateKey( + type: "hmac" | "aes", + options: { + length: number; + }, + callback: (err: Error | null, key: KeyObject) => void, + ): void; + /** + * Synchronously generates a new random secret key of the given `length`. The `type` will determine which validations will be performed on the `length`. + * + * ```js + * const { + * generateKeySync, + * } = await import('node:crypto'); + * + * const key = generateKeySync('hmac', { length: 512 }); + * console.log(key.export().toString('hex')); // e89..........41e + * ``` + * + * The size of a generated HMAC key should not exceed the block size of the + * underlying hash function. See {@link createHmac} for more information. + * @since v15.0.0 + * @param type The intended use of the generated secret key. Currently accepted values are `'hmac'` and `'aes'`. + */ + function generateKeySync( + type: "hmac" | "aes", + options: { + length: number; + }, + ): KeyObject; + interface JsonWebKeyInput { + key: JsonWebKey; + format: "jwk"; + } + /** + * Creates and returns a new key object containing a private key. If `key` is a + * string or `Buffer`, `format` is assumed to be `'pem'`; otherwise, `key` must be an object with the properties described above. + * + * If the private key is encrypted, a `passphrase` must be specified. The length + * of the passphrase is limited to 1024 bytes. + * @since v11.6.0 + */ + function createPrivateKey(key: PrivateKeyInput | string | Buffer | JsonWebKeyInput): KeyObject; + /** + * Creates and returns a new key object containing a public key. If `key` is a + * string or `Buffer`, `format` is assumed to be `'pem'`; if `key` is a `KeyObject` with type `'private'`, the public key is derived from the given private key; + * otherwise, `key` must be an object with the properties described above. + * + * If the format is `'pem'`, the `'key'` may also be an X.509 certificate. + * + * Because public keys can be derived from private keys, a private key may be + * passed instead of a public key. In that case, this function behaves as if {@link createPrivateKey} had been called, except that the type of the + * returned `KeyObject` will be `'public'` and that the private key cannot be + * extracted from the returned `KeyObject`. Similarly, if a `KeyObject` with type `'private'` is given, a new `KeyObject` with type `'public'` will be returned + * and it will be impossible to extract the private key from the returned object. + * @since v11.6.0 + */ + function createPublicKey(key: PublicKeyInput | string | Buffer | KeyObject | JsonWebKeyInput): KeyObject; + /** + * Creates and returns a new key object containing a secret key for symmetric + * encryption or `Hmac`. + * @since v11.6.0 + * @param encoding The string encoding when `key` is a string. + */ + function createSecretKey(key: NodeJS.ArrayBufferView): KeyObject; + function createSecretKey(key: string, encoding: BufferEncoding): KeyObject; + /** + * Creates and returns a `Sign` object that uses the given `algorithm`. Use {@link getHashes} to obtain the names of the available digest algorithms. + * Optional `options` argument controls the `stream.Writable` behavior. + * + * In some cases, a `Sign` instance can be created using the name of a signature + * algorithm, such as `'RSA-SHA256'`, instead of a digest algorithm. This will use + * the corresponding digest algorithm. This does not work for all signature + * algorithms, such as `'ecdsa-with-SHA256'`, so it is best to always use digest + * algorithm names. + * @since v0.1.92 + * @param options `stream.Writable` options + */ + function createSign(algorithm: string, options?: stream.WritableOptions): Sign; + type DSAEncoding = "der" | "ieee-p1363"; + interface SigningOptions { + /** + * @see crypto.constants.RSA_PKCS1_PADDING + */ + padding?: number | undefined; + saltLength?: number | undefined; + dsaEncoding?: DSAEncoding | undefined; + } + interface SignPrivateKeyInput extends PrivateKeyInput, SigningOptions {} + interface SignKeyObjectInput extends SigningOptions { + key: KeyObject; + } + interface SignJsonWebKeyInput extends JsonWebKeyInput, SigningOptions {} + interface VerifyPublicKeyInput extends PublicKeyInput, SigningOptions {} + interface VerifyKeyObjectInput extends SigningOptions { + key: KeyObject; + } + interface VerifyJsonWebKeyInput extends JsonWebKeyInput, SigningOptions {} + type KeyLike = string | Buffer | KeyObject; + /** + * The `Sign` class is a utility for generating signatures. It can be used in one + * of two ways: + * + * * As a writable `stream`, where data to be signed is written and the `sign.sign()` method is used to generate and return the signature, or + * * Using the `sign.update()` and `sign.sign()` methods to produce the + * signature. + * + * The {@link createSign} method is used to create `Sign` instances. The + * argument is the string name of the hash function to use. `Sign` objects are not + * to be created directly using the `new` keyword. + * + * Example: Using `Sign` and `Verify` objects as streams: + * + * ```js + * const { + * generateKeyPairSync, + * createSign, + * createVerify, + * } = await import('node:crypto'); + * + * const { privateKey, publicKey } = generateKeyPairSync('ec', { + * namedCurve: 'sect239k1', + * }); + * + * const sign = createSign('SHA256'); + * sign.write('some data to sign'); + * sign.end(); + * const signature = sign.sign(privateKey, 'hex'); + * + * const verify = createVerify('SHA256'); + * verify.write('some data to sign'); + * verify.end(); + * console.log(verify.verify(publicKey, signature, 'hex')); + * // Prints: true + * ``` + * + * Example: Using the `sign.update()` and `verify.update()` methods: + * + * ```js + * const { + * generateKeyPairSync, + * createSign, + * createVerify, + * } = await import('node:crypto'); + * + * const { privateKey, publicKey } = generateKeyPairSync('rsa', { + * modulusLength: 2048, + * }); + * + * const sign = createSign('SHA256'); + * sign.update('some data to sign'); + * sign.end(); + * const signature = sign.sign(privateKey); + * + * const verify = createVerify('SHA256'); + * verify.update('some data to sign'); + * verify.end(); + * console.log(verify.verify(publicKey, signature)); + * // Prints: true + * ``` + * @since v0.1.92 + */ + class Sign extends stream.Writable { + private constructor(); + /** + * Updates the `Sign` content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `encoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.92 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): this; + update(data: string, inputEncoding: Encoding): this; + /** + * Calculates the signature on all the data passed through using either `sign.update()` or `sign.write()`. + * + * If `privateKey` is not a `KeyObject`, this function behaves as if `privateKey` had been passed to {@link createPrivateKey}. If it is an + * object, the following additional properties can be passed: + * + * If `outputEncoding` is provided a string is returned; otherwise a `Buffer` is returned. + * + * The `Sign` object can not be again used after `sign.sign()` method has been + * called. Multiple calls to `sign.sign()` will result in an error being thrown. + * @since v0.1.92 + */ + sign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput): Buffer; + sign( + privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput, + outputFormat: BinaryToTextEncoding, + ): string; + } + /** + * Creates and returns a `Verify` object that uses the given algorithm. + * Use {@link getHashes} to obtain an array of names of the available + * signing algorithms. Optional `options` argument controls the `stream.Writable` behavior. + * + * In some cases, a `Verify` instance can be created using the name of a signature + * algorithm, such as `'RSA-SHA256'`, instead of a digest algorithm. This will use + * the corresponding digest algorithm. This does not work for all signature + * algorithms, such as `'ecdsa-with-SHA256'`, so it is best to always use digest + * algorithm names. + * @since v0.1.92 + * @param options `stream.Writable` options + */ + function createVerify(algorithm: string, options?: stream.WritableOptions): Verify; + /** + * The `Verify` class is a utility for verifying signatures. It can be used in one + * of two ways: + * + * * As a writable `stream` where written data is used to validate against the + * supplied signature, or + * * Using the `verify.update()` and `verify.verify()` methods to verify + * the signature. + * + * The {@link createVerify} method is used to create `Verify` instances. `Verify` objects are not to be created directly using the `new` keyword. + * + * See `Sign` for examples. + * @since v0.1.92 + */ + class Verify extends stream.Writable { + private constructor(); + /** + * Updates the `Verify` content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `inputEncoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or `DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.92 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): Verify; + update(data: string, inputEncoding: Encoding): Verify; + /** + * Verifies the provided data using the given `object` and `signature`. + * + * If `object` is not a `KeyObject`, this function behaves as if `object` had been passed to {@link createPublicKey}. If it is an + * object, the following additional properties can be passed: + * + * The `signature` argument is the previously calculated signature for the data, in + * the `signatureEncoding`. + * If a `signatureEncoding` is specified, the `signature` is expected to be a + * string; otherwise `signature` is expected to be a `Buffer`, `TypedArray`, or `DataView`. + * + * The `verify` object can not be used again after `verify.verify()` has been + * called. Multiple calls to `verify.verify()` will result in an error being + * thrown. + * + * Because public keys can be derived from private keys, a private key may + * be passed instead of a public key. + * @since v0.1.92 + */ + verify( + object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput | VerifyJsonWebKeyInput, + signature: NodeJS.ArrayBufferView, + ): boolean; + verify( + object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput | VerifyJsonWebKeyInput, + signature: string, + signature_format?: BinaryToTextEncoding, + ): boolean; + } + /** + * Creates a `DiffieHellman` key exchange object using the supplied `prime` and an + * optional specific `generator`. + * + * The `generator` argument can be a number, string, or `Buffer`. If `generator` is not specified, the value `2` is used. + * + * If `primeEncoding` is specified, `prime` is expected to be a string; otherwise + * a `Buffer`, `TypedArray`, or `DataView` is expected. + * + * If `generatorEncoding` is specified, `generator` is expected to be a string; + * otherwise a number, `Buffer`, `TypedArray`, or `DataView` is expected. + * @since v0.11.12 + * @param primeEncoding The `encoding` of the `prime` string. + * @param [generator=2] + * @param generatorEncoding The `encoding` of the `generator` string. + */ + function createDiffieHellman(primeLength: number, generator?: number): DiffieHellman; + function createDiffieHellman( + prime: ArrayBuffer | NodeJS.ArrayBufferView, + generator?: number | ArrayBuffer | NodeJS.ArrayBufferView, + ): DiffieHellman; + function createDiffieHellman( + prime: ArrayBuffer | NodeJS.ArrayBufferView, + generator: string, + generatorEncoding: BinaryToTextEncoding, + ): DiffieHellman; + function createDiffieHellman( + prime: string, + primeEncoding: BinaryToTextEncoding, + generator?: number | ArrayBuffer | NodeJS.ArrayBufferView, + ): DiffieHellman; + function createDiffieHellman( + prime: string, + primeEncoding: BinaryToTextEncoding, + generator: string, + generatorEncoding: BinaryToTextEncoding, + ): DiffieHellman; + /** + * The `DiffieHellman` class is a utility for creating Diffie-Hellman key + * exchanges. + * + * Instances of the `DiffieHellman` class can be created using the {@link createDiffieHellman} function. + * + * ```js + * import assert from 'node:assert'; + * + * const { + * createDiffieHellman, + * } = await import('node:crypto'); + * + * // Generate Alice's keys... + * const alice = createDiffieHellman(2048); + * const aliceKey = alice.generateKeys(); + * + * // Generate Bob's keys... + * const bob = createDiffieHellman(alice.getPrime(), alice.getGenerator()); + * const bobKey = bob.generateKeys(); + * + * // Exchange and generate the secret... + * const aliceSecret = alice.computeSecret(bobKey); + * const bobSecret = bob.computeSecret(aliceKey); + * + * // OK + * assert.strictEqual(aliceSecret.toString('hex'), bobSecret.toString('hex')); + * ``` + * @since v0.5.0 + */ + class DiffieHellman { + private constructor(); + /** + * Generates private and public Diffie-Hellman key values unless they have been + * generated or computed already, and returns + * the public key in the specified `encoding`. This key should be + * transferred to the other party. + * If `encoding` is provided a string is returned; otherwise a `Buffer` is returned. + * + * This function is a thin wrapper around [`DH_generate_key()`](https://www.openssl.org/docs/man3.0/man3/DH_generate_key.html). In particular, + * once a private key has been generated or set, calling this function only updates + * the public key but does not generate a new private key. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + generateKeys(): Buffer; + generateKeys(encoding: BinaryToTextEncoding): string; + /** + * Computes the shared secret using `otherPublicKey` as the other + * party's public key and returns the computed shared secret. The supplied + * key is interpreted using the specified `inputEncoding`, and secret is + * encoded using specified `outputEncoding`. + * If the `inputEncoding` is not + * provided, `otherPublicKey` is expected to be a `Buffer`, `TypedArray`, or `DataView`. + * + * If `outputEncoding` is given a string is returned; otherwise, a `Buffer` is returned. + * @since v0.5.0 + * @param inputEncoding The `encoding` of an `otherPublicKey` string. + * @param outputEncoding The `encoding` of the return value. + */ + computeSecret(otherPublicKey: NodeJS.ArrayBufferView, inputEncoding?: null, outputEncoding?: null): Buffer; + computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding, outputEncoding?: null): Buffer; + computeSecret( + otherPublicKey: NodeJS.ArrayBufferView, + inputEncoding: null, + outputEncoding: BinaryToTextEncoding, + ): string; + computeSecret( + otherPublicKey: string, + inputEncoding: BinaryToTextEncoding, + outputEncoding: BinaryToTextEncoding, + ): string; + /** + * Returns the Diffie-Hellman prime in the specified `encoding`. + * If `encoding` is provided a string is + * returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getPrime(): Buffer; + getPrime(encoding: BinaryToTextEncoding): string; + /** + * Returns the Diffie-Hellman generator in the specified `encoding`. + * If `encoding` is provided a string is + * returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getGenerator(): Buffer; + getGenerator(encoding: BinaryToTextEncoding): string; + /** + * Returns the Diffie-Hellman public key in the specified `encoding`. + * If `encoding` is provided a + * string is returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getPublicKey(): Buffer; + getPublicKey(encoding: BinaryToTextEncoding): string; + /** + * Returns the Diffie-Hellman private key in the specified `encoding`. + * If `encoding` is provided a + * string is returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getPrivateKey(): Buffer; + getPrivateKey(encoding: BinaryToTextEncoding): string; + /** + * Sets the Diffie-Hellman public key. If the `encoding` argument is provided, `publicKey` is expected + * to be a string. If no `encoding` is provided, `publicKey` is expected + * to be a `Buffer`, `TypedArray`, or `DataView`. + * @since v0.5.0 + * @param encoding The `encoding` of the `publicKey` string. + */ + setPublicKey(publicKey: NodeJS.ArrayBufferView): void; + setPublicKey(publicKey: string, encoding: BufferEncoding): void; + /** + * Sets the Diffie-Hellman private key. If the `encoding` argument is provided,`privateKey` is expected + * to be a string. If no `encoding` is provided, `privateKey` is expected + * to be a `Buffer`, `TypedArray`, or `DataView`. + * + * This function does not automatically compute the associated public key. Either `diffieHellman.setPublicKey()` or `diffieHellman.generateKeys()` can be + * used to manually provide the public key or to automatically derive it. + * @since v0.5.0 + * @param encoding The `encoding` of the `privateKey` string. + */ + setPrivateKey(privateKey: NodeJS.ArrayBufferView): void; + setPrivateKey(privateKey: string, encoding: BufferEncoding): void; + /** + * A bit field containing any warnings and/or errors resulting from a check + * performed during initialization of the `DiffieHellman` object. + * + * The following values are valid for this property (as defined in `node:constants` module): + * + * * `DH_CHECK_P_NOT_SAFE_PRIME` + * * `DH_CHECK_P_NOT_PRIME` + * * `DH_UNABLE_TO_CHECK_GENERATOR` + * * `DH_NOT_SUITABLE_GENERATOR` + * @since v0.11.12 + */ + verifyError: number; + } + /** + * The `DiffieHellmanGroup` class takes a well-known modp group as its argument. + * It works the same as `DiffieHellman`, except that it does not allow changing its keys after creation. + * In other words, it does not implement `setPublicKey()` or `setPrivateKey()` methods. + * + * ```js + * const { createDiffieHellmanGroup } = await import('node:crypto'); + * const dh = createDiffieHellmanGroup('modp1'); + * ``` + * The name (e.g. `'modp1'`) is taken from [RFC 2412](https://www.rfc-editor.org/rfc/rfc2412.txt) (modp1 and 2) and [RFC 3526](https://www.rfc-editor.org/rfc/rfc3526.txt): + * ```bash + * $ perl -ne 'print "$1\n" if /"(modp\d+)"/' src/node_crypto_groups.h + * modp1 # 768 bits + * modp2 # 1024 bits + * modp5 # 1536 bits + * modp14 # 2048 bits + * modp15 # etc. + * modp16 + * modp17 + * modp18 + * ``` + * @since v0.7.5 + */ + const DiffieHellmanGroup: DiffieHellmanGroupConstructor; + interface DiffieHellmanGroupConstructor { + new(name: string): DiffieHellmanGroup; + (name: string): DiffieHellmanGroup; + readonly prototype: DiffieHellmanGroup; + } + type DiffieHellmanGroup = Omit; + /** + * Creates a predefined `DiffieHellmanGroup` key exchange object. The + * supported groups are listed in the documentation for `DiffieHellmanGroup`. + * + * The returned object mimics the interface of objects created by {@link createDiffieHellman}, but will not allow changing + * the keys (with `diffieHellman.setPublicKey()`, for example). The + * advantage of using this method is that the parties do not have to + * generate nor exchange a group modulus beforehand, saving both processor + * and communication time. + * + * Example (obtaining a shared secret): + * + * ```js + * const { + * getDiffieHellman, + * } = await import('node:crypto'); + * const alice = getDiffieHellman('modp14'); + * const bob = getDiffieHellman('modp14'); + * + * alice.generateKeys(); + * bob.generateKeys(); + * + * const aliceSecret = alice.computeSecret(bob.getPublicKey(), null, 'hex'); + * const bobSecret = bob.computeSecret(alice.getPublicKey(), null, 'hex'); + * + * // aliceSecret and bobSecret should be the same + * console.log(aliceSecret === bobSecret); + * ``` + * @since v0.7.5 + */ + function getDiffieHellman(groupName: string): DiffieHellmanGroup; + /** + * An alias for {@link getDiffieHellman} + * @since v0.9.3 + */ + function createDiffieHellmanGroup(name: string): DiffieHellmanGroup; + /** + * Provides an asynchronous Password-Based Key Derivation Function 2 (PBKDF2) + * implementation. A selected HMAC digest algorithm specified by `digest` is + * applied to derive a key of the requested byte length (`keylen`) from the `password`, `salt` and `iterations`. + * + * The supplied `callback` function is called with two arguments: `err` and `derivedKey`. If an error occurs while deriving the key, `err` will be set; + * otherwise `err` will be `null`. By default, the successfully generated `derivedKey` will be passed to the callback as a `Buffer`. An error will be + * thrown if any of the input arguments specify invalid values or types. + * + * The `iterations` argument must be a number set as high as possible. The + * higher the number of iterations, the more secure the derived key will be, + * but will take a longer amount of time to complete. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * ```js + * const { + * pbkdf2, + * } = await import('node:crypto'); + * + * pbkdf2('secret', 'salt', 100000, 64, 'sha512', (err, derivedKey) => { + * if (err) throw err; + * console.log(derivedKey.toString('hex')); // '3745e48...08d59ae' + * }); + * ``` + * + * An array of supported digest functions can be retrieved using {@link getHashes}. + * + * This API uses libuv's threadpool, which can have surprising and + * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. + * @since v0.5.5 + */ + function pbkdf2( + password: BinaryLike, + salt: BinaryLike, + iterations: number, + keylen: number, + digest: string, + callback: (err: Error | null, derivedKey: Buffer) => void, + ): void; + /** + * Provides a synchronous Password-Based Key Derivation Function 2 (PBKDF2) + * implementation. A selected HMAC digest algorithm specified by `digest` is + * applied to derive a key of the requested byte length (`keylen`) from the `password`, `salt` and `iterations`. + * + * If an error occurs an `Error` will be thrown, otherwise the derived key will be + * returned as a `Buffer`. + * + * The `iterations` argument must be a number set as high as possible. The + * higher the number of iterations, the more secure the derived key will be, + * but will take a longer amount of time to complete. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * ```js + * const { + * pbkdf2Sync, + * } = await import('node:crypto'); + * + * const key = pbkdf2Sync('secret', 'salt', 100000, 64, 'sha512'); + * console.log(key.toString('hex')); // '3745e48...08d59ae' + * ``` + * + * An array of supported digest functions can be retrieved using {@link getHashes}. + * @since v0.9.3 + */ + function pbkdf2Sync( + password: BinaryLike, + salt: BinaryLike, + iterations: number, + keylen: number, + digest: string, + ): Buffer; + /** + * Generates cryptographically strong pseudorandom data. The `size` argument + * is a number indicating the number of bytes to generate. + * + * If a `callback` function is provided, the bytes are generated asynchronously + * and the `callback` function is invoked with two arguments: `err` and `buf`. + * If an error occurs, `err` will be an `Error` object; otherwise it is `null`. The `buf` argument is a `Buffer` containing the generated bytes. + * + * ```js + * // Asynchronous + * const { + * randomBytes, + * } = await import('node:crypto'); + * + * randomBytes(256, (err, buf) => { + * if (err) throw err; + * console.log(`${buf.length} bytes of random data: ${buf.toString('hex')}`); + * }); + * ``` + * + * If the `callback` function is not provided, the random bytes are generated + * synchronously and returned as a `Buffer`. An error will be thrown if + * there is a problem generating the bytes. + * + * ```js + * // Synchronous + * const { + * randomBytes, + * } = await import('node:crypto'); + * + * const buf = randomBytes(256); + * console.log( + * `${buf.length} bytes of random data: ${buf.toString('hex')}`); + * ``` + * + * The `crypto.randomBytes()` method will not complete until there is + * sufficient entropy available. + * This should normally never take longer than a few milliseconds. The only time + * when generating the random bytes may conceivably block for a longer period of + * time is right after boot, when the whole system is still low on entropy. + * + * This API uses libuv's threadpool, which can have surprising and + * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. + * + * The asynchronous version of `crypto.randomBytes()` is carried out in a single + * threadpool request. To minimize threadpool task length variation, partition + * large `randomBytes` requests when doing so as part of fulfilling a client + * request. + * @since v0.5.8 + * @param size The number of bytes to generate. The `size` must not be larger than `2**31 - 1`. + * @return if the `callback` function is not provided. + */ + function randomBytes(size: number): Buffer; + function randomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void; + function pseudoRandomBytes(size: number): Buffer; + function pseudoRandomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void; + /** + * Return a random integer `n` such that `min <= n < max`. This + * implementation avoids [modulo bias](https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle#Modulo_bias). + * + * The range (`max - min`) must be less than 2**48. `min` and `max` must + * be [safe integers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger). + * + * If the `callback` function is not provided, the random integer is + * generated synchronously. + * + * ```js + * // Asynchronous + * const { + * randomInt, + * } = await import('node:crypto'); + * + * randomInt(3, (err, n) => { + * if (err) throw err; + * console.log(`Random number chosen from (0, 1, 2): ${n}`); + * }); + * ``` + * + * ```js + * // Synchronous + * const { + * randomInt, + * } = await import('node:crypto'); + * + * const n = randomInt(3); + * console.log(`Random number chosen from (0, 1, 2): ${n}`); + * ``` + * + * ```js + * // With `min` argument + * const { + * randomInt, + * } = await import('node:crypto'); + * + * const n = randomInt(1, 7); + * console.log(`The dice rolled: ${n}`); + * ``` + * @since v14.10.0, v12.19.0 + * @param [min=0] Start of random range (inclusive). + * @param max End of random range (exclusive). + * @param callback `function(err, n) {}`. + */ + function randomInt(max: number): number; + function randomInt(min: number, max: number): number; + function randomInt(max: number, callback: (err: Error | null, value: number) => void): void; + function randomInt(min: number, max: number, callback: (err: Error | null, value: number) => void): void; + /** + * Synchronous version of {@link randomFill}. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { randomFillSync } = await import('node:crypto'); + * + * const buf = Buffer.alloc(10); + * console.log(randomFillSync(buf).toString('hex')); + * + * randomFillSync(buf, 5); + * console.log(buf.toString('hex')); + * + * // The above is equivalent to the following: + * randomFillSync(buf, 5, 5); + * console.log(buf.toString('hex')); + * ``` + * + * Any `ArrayBuffer`, `TypedArray` or `DataView` instance may be passed as`buffer`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { randomFillSync } = await import('node:crypto'); + * + * const a = new Uint32Array(10); + * console.log(Buffer.from(randomFillSync(a).buffer, + * a.byteOffset, a.byteLength).toString('hex')); + * + * const b = new DataView(new ArrayBuffer(10)); + * console.log(Buffer.from(randomFillSync(b).buffer, + * b.byteOffset, b.byteLength).toString('hex')); + * + * const c = new ArrayBuffer(10); + * console.log(Buffer.from(randomFillSync(c)).toString('hex')); + * ``` + * @since v7.10.0, v6.13.0 + * @param buffer Must be supplied. The size of the provided `buffer` must not be larger than `2**31 - 1`. + * @param [offset=0] + * @param [size=buffer.length - offset] + * @return The object passed as `buffer` argument. + */ + function randomFillSync(buffer: T, offset?: number, size?: number): T; + /** + * This function is similar to {@link randomBytes} but requires the first + * argument to be a `Buffer` that will be filled. It also + * requires that a callback is passed in. + * + * If the `callback` function is not provided, an error will be thrown. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { randomFill } = await import('node:crypto'); + * + * const buf = Buffer.alloc(10); + * randomFill(buf, (err, buf) => { + * if (err) throw err; + * console.log(buf.toString('hex')); + * }); + * + * randomFill(buf, 5, (err, buf) => { + * if (err) throw err; + * console.log(buf.toString('hex')); + * }); + * + * // The above is equivalent to the following: + * randomFill(buf, 5, 5, (err, buf) => { + * if (err) throw err; + * console.log(buf.toString('hex')); + * }); + * ``` + * + * Any `ArrayBuffer`, `TypedArray`, or `DataView` instance may be passed as `buffer`. + * + * While this includes instances of `Float32Array` and `Float64Array`, this + * function should not be used to generate random floating-point numbers. The + * result may contain `+Infinity`, `-Infinity`, and `NaN`, and even if the array + * contains finite numbers only, they are not drawn from a uniform random + * distribution and have no meaningful lower or upper bounds. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { randomFill } = await import('node:crypto'); + * + * const a = new Uint32Array(10); + * randomFill(a, (err, buf) => { + * if (err) throw err; + * console.log(Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength) + * .toString('hex')); + * }); + * + * const b = new DataView(new ArrayBuffer(10)); + * randomFill(b, (err, buf) => { + * if (err) throw err; + * console.log(Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength) + * .toString('hex')); + * }); + * + * const c = new ArrayBuffer(10); + * randomFill(c, (err, buf) => { + * if (err) throw err; + * console.log(Buffer.from(buf).toString('hex')); + * }); + * ``` + * + * This API uses libuv's threadpool, which can have surprising and + * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. + * + * The asynchronous version of `crypto.randomFill()` is carried out in a single + * threadpool request. To minimize threadpool task length variation, partition + * large `randomFill` requests when doing so as part of fulfilling a client + * request. + * @since v7.10.0, v6.13.0 + * @param buffer Must be supplied. The size of the provided `buffer` must not be larger than `2**31 - 1`. + * @param [offset=0] + * @param [size=buffer.length - offset] + * @param callback `function(err, buf) {}`. + */ + function randomFill( + buffer: T, + callback: (err: Error | null, buf: T) => void, + ): void; + function randomFill( + buffer: T, + offset: number, + callback: (err: Error | null, buf: T) => void, + ): void; + function randomFill( + buffer: T, + offset: number, + size: number, + callback: (err: Error | null, buf: T) => void, + ): void; + interface ScryptOptions { + cost?: number | undefined; + blockSize?: number | undefined; + parallelization?: number | undefined; + N?: number | undefined; + r?: number | undefined; + p?: number | undefined; + maxmem?: number | undefined; + } + /** + * Provides an asynchronous [scrypt](https://en.wikipedia.org/wiki/Scrypt) implementation. Scrypt is a password-based + * key derivation function that is designed to be expensive computationally and + * memory-wise in order to make brute-force attacks unrewarding. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * The `callback` function is called with two arguments: `err` and `derivedKey`. `err` is an exception object when key derivation fails, otherwise `err` is `null`. `derivedKey` is passed to the + * callback as a `Buffer`. + * + * An exception is thrown when any of the input arguments specify invalid values + * or types. + * + * ```js + * const { + * scrypt, + * } = await import('node:crypto'); + * + * // Using the factory defaults. + * scrypt('password', 'salt', 64, (err, derivedKey) => { + * if (err) throw err; + * console.log(derivedKey.toString('hex')); // '3745e48...08d59ae' + * }); + * // Using a custom N parameter. Must be a power of two. + * scrypt('password', 'salt', 64, { N: 1024 }, (err, derivedKey) => { + * if (err) throw err; + * console.log(derivedKey.toString('hex')); // '3745e48...aa39b34' + * }); + * ``` + * @since v10.5.0 + */ + function scrypt( + password: BinaryLike, + salt: BinaryLike, + keylen: number, + callback: (err: Error | null, derivedKey: Buffer) => void, + ): void; + function scrypt( + password: BinaryLike, + salt: BinaryLike, + keylen: number, + options: ScryptOptions, + callback: (err: Error | null, derivedKey: Buffer) => void, + ): void; + /** + * Provides a synchronous [scrypt](https://en.wikipedia.org/wiki/Scrypt) implementation. Scrypt is a password-based + * key derivation function that is designed to be expensive computationally and + * memory-wise in order to make brute-force attacks unrewarding. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * An exception is thrown when key derivation fails, otherwise the derived key is + * returned as a `Buffer`. + * + * An exception is thrown when any of the input arguments specify invalid values + * or types. + * + * ```js + * const { + * scryptSync, + * } = await import('node:crypto'); + * // Using the factory defaults. + * + * const key1 = scryptSync('password', 'salt', 64); + * console.log(key1.toString('hex')); // '3745e48...08d59ae' + * // Using a custom N parameter. Must be a power of two. + * const key2 = scryptSync('password', 'salt', 64, { N: 1024 }); + * console.log(key2.toString('hex')); // '3745e48...aa39b34' + * ``` + * @since v10.5.0 + */ + function scryptSync(password: BinaryLike, salt: BinaryLike, keylen: number, options?: ScryptOptions): Buffer; + interface RsaPublicKey { + key: KeyLike; + padding?: number | undefined; + } + interface RsaPrivateKey { + key: KeyLike; + passphrase?: string | undefined; + /** + * @default 'sha1' + */ + oaepHash?: string | undefined; + oaepLabel?: NodeJS.TypedArray | undefined; + padding?: number | undefined; + } + /** + * Encrypts the content of `buffer` with `key` and returns a new `Buffer` with encrypted content. The returned data can be decrypted using + * the corresponding private key, for example using {@link privateDecrypt}. + * + * If `key` is not a `KeyObject`, this function behaves as if `key` had been passed to {@link createPublicKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_OAEP_PADDING`. + * + * Because RSA public keys can be derived from private keys, a private key may + * be passed instead of a public key. + * @since v0.11.14 + */ + function publicEncrypt( + key: RsaPublicKey | RsaPrivateKey | KeyLike, + buffer: NodeJS.ArrayBufferView | string, + ): Buffer; + /** + * Decrypts `buffer` with `key`.`buffer` was previously encrypted using + * the corresponding private key, for example using {@link privateEncrypt}. + * + * If `key` is not a `KeyObject`, this function behaves as if `key` had been passed to {@link createPublicKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_PADDING`. + * + * Because RSA public keys can be derived from private keys, a private key may + * be passed instead of a public key. + * @since v1.1.0 + */ + function publicDecrypt( + key: RsaPublicKey | RsaPrivateKey | KeyLike, + buffer: NodeJS.ArrayBufferView | string, + ): Buffer; + /** + * Decrypts `buffer` with `privateKey`. `buffer` was previously encrypted using + * the corresponding public key, for example using {@link publicEncrypt}. + * + * If `privateKey` is not a `KeyObject`, this function behaves as if `privateKey` had been passed to {@link createPrivateKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_OAEP_PADDING`. + * @since v0.11.14 + */ + function privateDecrypt(privateKey: RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView | string): Buffer; + /** + * Encrypts `buffer` with `privateKey`. The returned data can be decrypted using + * the corresponding public key, for example using {@link publicDecrypt}. + * + * If `privateKey` is not a `KeyObject`, this function behaves as if `privateKey` had been passed to {@link createPrivateKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_PADDING`. + * @since v1.1.0 + */ + function privateEncrypt(privateKey: RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView | string): Buffer; + /** + * ```js + * const { + * getCiphers, + * } = await import('node:crypto'); + * + * console.log(getCiphers()); // ['aes-128-cbc', 'aes-128-ccm', ...] + * ``` + * @since v0.9.3 + * @return An array with the names of the supported cipher algorithms. + */ + function getCiphers(): string[]; + /** + * ```js + * const { + * getCurves, + * } = await import('node:crypto'); + * + * console.log(getCurves()); // ['Oakley-EC2N-3', 'Oakley-EC2N-4', ...] + * ``` + * @since v2.3.0 + * @return An array with the names of the supported elliptic curves. + */ + function getCurves(): string[]; + /** + * @since v10.0.0 + * @return `1` if and only if a FIPS compliant crypto provider is currently in use, `0` otherwise. A future semver-major release may change the return type of this API to a {boolean}. + */ + function getFips(): 1 | 0; + /** + * Enables the FIPS compliant crypto provider in a FIPS-enabled Node.js build. + * Throws an error if FIPS mode is not available. + * @since v10.0.0 + * @param bool `true` to enable FIPS mode. + */ + function setFips(bool: boolean): void; + /** + * ```js + * const { + * getHashes, + * } = await import('node:crypto'); + * + * console.log(getHashes()); // ['DSA', 'DSA-SHA', 'DSA-SHA1', ...] + * ``` + * @since v0.9.3 + * @return An array of the names of the supported hash algorithms, such as `'RSA-SHA256'`. Hash algorithms are also called "digest" algorithms. + */ + function getHashes(): string[]; + /** + * The `ECDH` class is a utility for creating Elliptic Curve Diffie-Hellman (ECDH) + * key exchanges. + * + * Instances of the `ECDH` class can be created using the {@link createECDH} function. + * + * ```js + * import assert from 'node:assert'; + * + * const { + * createECDH, + * } = await import('node:crypto'); + * + * // Generate Alice's keys... + * const alice = createECDH('secp521r1'); + * const aliceKey = alice.generateKeys(); + * + * // Generate Bob's keys... + * const bob = createECDH('secp521r1'); + * const bobKey = bob.generateKeys(); + * + * // Exchange and generate the secret... + * const aliceSecret = alice.computeSecret(bobKey); + * const bobSecret = bob.computeSecret(aliceKey); + * + * assert.strictEqual(aliceSecret.toString('hex'), bobSecret.toString('hex')); + * // OK + * ``` + * @since v0.11.14 + */ + class ECDH { + private constructor(); + /** + * Converts the EC Diffie-Hellman public key specified by `key` and `curve` to the + * format specified by `format`. The `format` argument specifies point encoding + * and can be `'compressed'`, `'uncompressed'` or `'hybrid'`. The supplied key is + * interpreted using the specified `inputEncoding`, and the returned key is encoded + * using the specified `outputEncoding`. + * + * Use {@link getCurves} to obtain a list of available curve names. + * On recent OpenSSL releases, `openssl ecparam -list_curves` will also display + * the name and description of each available elliptic curve. + * + * If `format` is not specified the point will be returned in `'uncompressed'` format. + * + * If the `inputEncoding` is not provided, `key` is expected to be a `Buffer`, `TypedArray`, or `DataView`. + * + * Example (uncompressing a key): + * + * ```js + * const { + * createECDH, + * ECDH, + * } = await import('node:crypto'); + * + * const ecdh = createECDH('secp256k1'); + * ecdh.generateKeys(); + * + * const compressedKey = ecdh.getPublicKey('hex', 'compressed'); + * + * const uncompressedKey = ECDH.convertKey(compressedKey, + * 'secp256k1', + * 'hex', + * 'hex', + * 'uncompressed'); + * + * // The converted key and the uncompressed public key should be the same + * console.log(uncompressedKey === ecdh.getPublicKey('hex')); + * ``` + * @since v10.0.0 + * @param inputEncoding The `encoding` of the `key` string. + * @param outputEncoding The `encoding` of the return value. + * @param [format='uncompressed'] + */ + static convertKey( + key: BinaryLike, + curve: string, + inputEncoding?: BinaryToTextEncoding, + outputEncoding?: "latin1" | "hex" | "base64" | "base64url", + format?: "uncompressed" | "compressed" | "hybrid", + ): Buffer | string; + /** + * Generates private and public EC Diffie-Hellman key values, and returns + * the public key in the specified `format` and `encoding`. This key should be + * transferred to the other party. + * + * The `format` argument specifies point encoding and can be `'compressed'` or `'uncompressed'`. If `format` is not specified, the point will be returned in`'uncompressed'` format. + * + * If `encoding` is provided a string is returned; otherwise a `Buffer` is returned. + * @since v0.11.14 + * @param encoding The `encoding` of the return value. + * @param [format='uncompressed'] + */ + generateKeys(): Buffer; + generateKeys(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string; + /** + * Computes the shared secret using `otherPublicKey` as the other + * party's public key and returns the computed shared secret. The supplied + * key is interpreted using specified `inputEncoding`, and the returned secret + * is encoded using the specified `outputEncoding`. + * If the `inputEncoding` is not + * provided, `otherPublicKey` is expected to be a `Buffer`, `TypedArray`, or `DataView`. + * + * If `outputEncoding` is given a string will be returned; otherwise a `Buffer` is returned. + * + * `ecdh.computeSecret` will throw an`ERR_CRYPTO_ECDH_INVALID_PUBLIC_KEY` error when `otherPublicKey` lies outside of the elliptic curve. Since `otherPublicKey` is + * usually supplied from a remote user over an insecure network, + * be sure to handle this exception accordingly. + * @since v0.11.14 + * @param inputEncoding The `encoding` of the `otherPublicKey` string. + * @param outputEncoding The `encoding` of the return value. + */ + computeSecret(otherPublicKey: NodeJS.ArrayBufferView): Buffer; + computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding): Buffer; + computeSecret(otherPublicKey: NodeJS.ArrayBufferView, outputEncoding: BinaryToTextEncoding): string; + computeSecret( + otherPublicKey: string, + inputEncoding: BinaryToTextEncoding, + outputEncoding: BinaryToTextEncoding, + ): string; + /** + * If `encoding` is specified, a string is returned; otherwise a `Buffer` is + * returned. + * @since v0.11.14 + * @param encoding The `encoding` of the return value. + * @return The EC Diffie-Hellman in the specified `encoding`. + */ + getPrivateKey(): Buffer; + getPrivateKey(encoding: BinaryToTextEncoding): string; + /** + * The `format` argument specifies point encoding and can be `'compressed'` or `'uncompressed'`. If `format` is not specified the point will be returned in`'uncompressed'` format. + * + * If `encoding` is specified, a string is returned; otherwise a `Buffer` is + * returned. + * @since v0.11.14 + * @param encoding The `encoding` of the return value. + * @param [format='uncompressed'] + * @return The EC Diffie-Hellman public key in the specified `encoding` and `format`. + */ + getPublicKey(encoding?: null, format?: ECDHKeyFormat): Buffer; + getPublicKey(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string; + /** + * Sets the EC Diffie-Hellman private key. + * If `encoding` is provided, `privateKey` is expected + * to be a string; otherwise `privateKey` is expected to be a `Buffer`, `TypedArray`, or `DataView`. + * + * If `privateKey` is not valid for the curve specified when the `ECDH` object was + * created, an error is thrown. Upon setting the private key, the associated + * public point (key) is also generated and set in the `ECDH` object. + * @since v0.11.14 + * @param encoding The `encoding` of the `privateKey` string. + */ + setPrivateKey(privateKey: NodeJS.ArrayBufferView): void; + setPrivateKey(privateKey: string, encoding: BinaryToTextEncoding): void; + } + /** + * Creates an Elliptic Curve Diffie-Hellman (`ECDH`) key exchange object using a + * predefined curve specified by the `curveName` string. Use {@link getCurves} to obtain a list of available curve names. On recent + * OpenSSL releases, `openssl ecparam -list_curves` will also display the name + * and description of each available elliptic curve. + * @since v0.11.14 + */ + function createECDH(curveName: string): ECDH; + /** + * This function compares the underlying bytes that represent the given `ArrayBuffer`, `TypedArray`, or `DataView` instances using a constant-time + * algorithm. + * + * This function does not leak timing information that + * would allow an attacker to guess one of the values. This is suitable for + * comparing HMAC digests or secret values like authentication cookies or [capability urls](https://www.w3.org/TR/capability-urls/). + * + * `a` and `b` must both be `Buffer`s, `TypedArray`s, or `DataView`s, and they + * must have the same byte length. An error is thrown if `a` and `b` have + * different byte lengths. + * + * If at least one of `a` and `b` is a `TypedArray` with more than one byte per + * entry, such as `Uint16Array`, the result will be computed using the platform + * byte order. + * + * **When both of the inputs are `Float32Array`s or `Float64Array`s, this function might return unexpected results due to IEEE 754** + * **encoding of floating-point numbers. In particular, neither `x === y` nor `Object.is(x, y)` implies that the byte representations of two floating-point** + * **numbers `x` and `y` are equal.** + * + * Use of `crypto.timingSafeEqual` does not guarantee that the _surrounding_ code + * is timing-safe. Care should be taken to ensure that the surrounding code does + * not introduce timing vulnerabilities. + * @since v6.6.0 + */ + function timingSafeEqual(a: NodeJS.ArrayBufferView, b: NodeJS.ArrayBufferView): boolean; + type KeyType = "rsa" | "rsa-pss" | "dsa" | "ec" | "ed25519" | "ed448" | "x25519" | "x448"; + type KeyFormat = "pem" | "der" | "jwk"; + interface BasePrivateKeyEncodingOptions { + format: T; + cipher?: string | undefined; + passphrase?: string | undefined; + } + interface KeyPairKeyObjectResult { + publicKey: KeyObject; + privateKey: KeyObject; + } + interface ED25519KeyPairKeyObjectOptions {} + interface ED448KeyPairKeyObjectOptions {} + interface X25519KeyPairKeyObjectOptions {} + interface X448KeyPairKeyObjectOptions {} + interface ECKeyPairKeyObjectOptions { + /** + * Name of the curve to use + */ + namedCurve: string; + /** + * Must be `'named'` or `'explicit'`. Default: `'named'`. + */ + paramEncoding?: "explicit" | "named" | undefined; + } + interface RSAKeyPairKeyObjectOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + } + interface RSAPSSKeyPairKeyObjectOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + /** + * Name of the message digest + */ + hashAlgorithm?: string; + /** + * Name of the message digest used by MGF1 + */ + mgf1HashAlgorithm?: string; + /** + * Minimal salt length in bytes + */ + saltLength?: string; + } + interface DSAKeyPairKeyObjectOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Size of q in bits + */ + divisorLength: number; + } + interface RSAKeyPairOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + publicKeyEncoding: { + type: "pkcs1" | "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs1" | "pkcs8"; + }; + } + interface RSAPSSKeyPairOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + /** + * Name of the message digest + */ + hashAlgorithm?: string; + /** + * Name of the message digest used by MGF1 + */ + mgf1HashAlgorithm?: string; + /** + * Minimal salt length in bytes + */ + saltLength?: string; + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface DSAKeyPairOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Size of q in bits + */ + divisorLength: number; + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface ECKeyPairOptions extends ECKeyPairKeyObjectOptions { + publicKeyEncoding: { + type: "pkcs1" | "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "sec1" | "pkcs8"; + }; + } + interface ED25519KeyPairOptions { + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface ED448KeyPairOptions { + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface X25519KeyPairOptions { + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface X448KeyPairOptions { + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface KeyPairSyncResult { + publicKey: T1; + privateKey: T2; + } + /** + * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC, + * Ed25519, Ed448, X25519, X448, and DH are currently supported. + * + * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function + * behaves as if `keyObject.export()` had been called on its result. Otherwise, + * the respective part of the key is returned as a `KeyObject`. + * + * When encoding public keys, it is recommended to use `'spki'`. When encoding + * private keys, it is recommended to use `'pkcs8'` with a strong passphrase, + * and to keep the passphrase confidential. + * + * ```js + * const { + * generateKeyPairSync, + * } = await import('node:crypto'); + * + * const { + * publicKey, + * privateKey, + * } = generateKeyPairSync('rsa', { + * modulusLength: 4096, + * publicKeyEncoding: { + * type: 'spki', + * format: 'pem', + * }, + * privateKeyEncoding: { + * type: 'pkcs8', + * format: 'pem', + * cipher: 'aes-256-cbc', + * passphrase: 'top secret', + * }, + * }); + * ``` + * + * The return value `{ publicKey, privateKey }` represents the generated key pair. + * When PEM encoding was selected, the respective key will be a string, otherwise + * it will be a buffer containing the data encoded as DER. + * @since v10.12.0 + * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`. + */ + function generateKeyPairSync( + type: "rsa", + options: RSAKeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa", + options: RSAKeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa", + options: RSAKeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa", + options: RSAKeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "rsa", options: RSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "rsa-pss", options: RSAPSSKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "dsa", + options: DSAKeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "dsa", + options: DSAKeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "dsa", + options: DSAKeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "dsa", + options: DSAKeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "dsa", options: DSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "ec", + options: ECKeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ec", + options: ECKeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ec", + options: ECKeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ec", + options: ECKeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "ec", options: ECKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "ed25519", options?: ED25519KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "ed448", + options: ED448KeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed448", + options: ED448KeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed448", + options: ED448KeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed448", + options: ED448KeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "ed448", options?: ED448KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "x25519", + options: X25519KeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x25519", + options: X25519KeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x25519", + options: X25519KeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x25519", + options: X25519KeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "x25519", options?: X25519KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "x448", + options: X448KeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x448", + options: X448KeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x448", + options: X448KeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x448", + options: X448KeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "x448", options?: X448KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + /** + * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC, + * Ed25519, Ed448, X25519, X448, and DH are currently supported. + * + * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function + * behaves as if `keyObject.export()` had been called on its result. Otherwise, + * the respective part of the key is returned as a `KeyObject`. + * + * It is recommended to encode public keys as `'spki'` and private keys as `'pkcs8'` with encryption for long-term storage: + * + * ```js + * const { + * generateKeyPair, + * } = await import('node:crypto'); + * + * generateKeyPair('rsa', { + * modulusLength: 4096, + * publicKeyEncoding: { + * type: 'spki', + * format: 'pem', + * }, + * privateKeyEncoding: { + * type: 'pkcs8', + * format: 'pem', + * cipher: 'aes-256-cbc', + * passphrase: 'top secret', + * }, + * }, (err, publicKey, privateKey) => { + * // Handle errors and use the generated key pair. + * }); + * ``` + * + * On completion, `callback` will be called with `err` set to `undefined` and `publicKey` / `privateKey` representing the generated key pair. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a `Promise` for an `Object` with `publicKey` and `privateKey` properties. + * @since v10.12.0 + * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`. + */ + function generateKeyPair( + type: "rsa", + options: RSAKeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "rsa", + options: RSAKeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "rsa", + options: RSAKeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "rsa", + options: RSAKeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "rsa", + options: RSAKeyPairKeyObjectOptions, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "rsa-pss", + options: RSAPSSKeyPairKeyObjectOptions, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "dsa", + options: DSAKeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "dsa", + options: DSAKeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "dsa", + options: DSAKeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "dsa", + options: DSAKeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "dsa", + options: DSAKeyPairKeyObjectOptions, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "ec", + options: ECKeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ec", + options: ECKeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "ec", + options: ECKeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ec", + options: ECKeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "ec", + options: ECKeyPairKeyObjectOptions, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "ed25519", + options: ED25519KeyPairKeyObjectOptions | undefined, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "ed448", + options: ED448KeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ed448", + options: ED448KeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "ed448", + options: ED448KeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ed448", + options: ED448KeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "ed448", + options: ED448KeyPairKeyObjectOptions | undefined, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "x25519", + options: X25519KeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "x25519", + options: X25519KeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "x25519", + options: X25519KeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "x25519", + options: X25519KeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "x25519", + options: X25519KeyPairKeyObjectOptions | undefined, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "x448", + options: X448KeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "x448", + options: X448KeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "x448", + options: X448KeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "x448", + options: X448KeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "x448", + options: X448KeyPairKeyObjectOptions | undefined, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + namespace generateKeyPair { + function __promisify__( + type: "rsa", + options: RSAKeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "rsa", + options: RSAKeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: "rsa", + options: RSAKeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: "rsa", + options: RSAKeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: "rsa", options: RSAKeyPairKeyObjectOptions): Promise; + function __promisify__( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__( + type: "rsa-pss", + options: RSAPSSKeyPairKeyObjectOptions, + ): Promise; + function __promisify__( + type: "dsa", + options: DSAKeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "dsa", + options: DSAKeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: "dsa", + options: DSAKeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: "dsa", + options: DSAKeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: "dsa", options: DSAKeyPairKeyObjectOptions): Promise; + function __promisify__( + type: "ec", + options: ECKeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "ec", + options: ECKeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: "ec", + options: ECKeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: "ec", + options: ECKeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: "ec", options: ECKeyPairKeyObjectOptions): Promise; + function __promisify__( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__( + type: "ed25519", + options?: ED25519KeyPairKeyObjectOptions, + ): Promise; + function __promisify__( + type: "ed448", + options: ED448KeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "ed448", + options: ED448KeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: "ed448", + options: ED448KeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: "ed448", + options: ED448KeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: "ed448", options?: ED448KeyPairKeyObjectOptions): Promise; + function __promisify__( + type: "x25519", + options: X25519KeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "x25519", + options: X25519KeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: "x25519", + options: X25519KeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: "x25519", + options: X25519KeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__( + type: "x25519", + options?: X25519KeyPairKeyObjectOptions, + ): Promise; + function __promisify__( + type: "x448", + options: X448KeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "x448", + options: X448KeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: "x448", + options: X448KeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: "x448", + options: X448KeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: "x448", options?: X448KeyPairKeyObjectOptions): Promise; + } + /** + * Calculates and returns the signature for `data` using the given private key and + * algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is + * dependent upon the key type (especially Ed25519 and Ed448). + * + * If `key` is not a `KeyObject`, this function behaves as if `key` had been + * passed to {@link createPrivateKey}. If it is an object, the following + * additional properties can be passed: + * + * If the `callback` function is provided this function uses libuv's threadpool. + * @since v12.0.0 + */ + function sign( + algorithm: string | null | undefined, + data: NodeJS.ArrayBufferView, + key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput, + ): Buffer; + function sign( + algorithm: string | null | undefined, + data: NodeJS.ArrayBufferView, + key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput, + callback: (error: Error | null, data: Buffer) => void, + ): void; + /** + * Verifies the given signature for `data` using the given key and algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is dependent upon the + * key type (especially Ed25519 and Ed448). + * + * If `key` is not a `KeyObject`, this function behaves as if `key` had been + * passed to {@link createPublicKey}. If it is an object, the following + * additional properties can be passed: + * + * The `signature` argument is the previously calculated signature for the `data`. + * + * Because public keys can be derived from private keys, a private key or a public + * key may be passed for `key`. + * + * If the `callback` function is provided this function uses libuv's threadpool. + * @since v12.0.0 + */ + function verify( + algorithm: string | null | undefined, + data: NodeJS.ArrayBufferView, + key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput | VerifyJsonWebKeyInput, + signature: NodeJS.ArrayBufferView, + ): boolean; + function verify( + algorithm: string | null | undefined, + data: NodeJS.ArrayBufferView, + key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput | VerifyJsonWebKeyInput, + signature: NodeJS.ArrayBufferView, + callback: (error: Error | null, result: boolean) => void, + ): void; + /** + * Computes the Diffie-Hellman secret based on a `privateKey` and a `publicKey`. + * Both keys must have the same `asymmetricKeyType`, which must be one of `'dh'` + * (for Diffie-Hellman), `'ec'`, `'x448'`, or `'x25519'` (for ECDH). + * + * If the `callback` function is provided this function uses libuv's threadpool. + * @since v13.9.0, v12.17.0 + */ + function diffieHellman(options: { privateKey: KeyObject; publicKey: KeyObject }): Buffer; + function diffieHellman( + options: { privateKey: KeyObject; publicKey: KeyObject }, + callback: (err: Error | null, secret: Buffer) => void, + ): void; + /** + * A utility for creating one-shot hash digests of data. It can be faster than the object-based `crypto.createHash()` when hashing a smaller amount of data + * (<= 5MB) that's readily available. If the data can be big or if it is streamed, it's still recommended to use `crypto.createHash()` instead. The `algorithm` + * is dependent on the available algorithms supported by the version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. On recent releases + * of OpenSSL, `openssl list -digest-algorithms` will display the available digest algorithms. + * + * Example: + * + * ```js + * import crypto from 'node:crypto'; + * import { Buffer } from 'node:buffer'; + * + * // Hashing a string and return the result as a hex-encoded string. + * const string = 'Node.js'; + * // 10b3493287f831e81a438811a1ffba01f8cec4b7 + * console.log(crypto.hash('sha1', string)); + * + * // Encode a base64-encoded string into a Buffer, hash it and return + * // the result as a buffer. + * const base64 = 'Tm9kZS5qcw=='; + * // + * console.log(crypto.hash('sha1', Buffer.from(base64, 'base64'), 'buffer')); + * ``` + * @since v21.7.0, v20.12.0 + * @param data When `data` is a string, it will be encoded as UTF-8 before being hashed. If a different input encoding is desired for a string input, user + * could encode the string into a `TypedArray` using either `TextEncoder` or `Buffer.from()` and passing the encoded `TypedArray` into this API instead. + * @param [outputEncoding='hex'] [Encoding](https://nodejs.org/docs/latest-v24.x/api/buffer.html#buffers-and-character-encodings) used to encode the returned digest. + */ + function hash(algorithm: string, data: BinaryLike, outputEncoding?: BinaryToTextEncoding): string; + function hash(algorithm: string, data: BinaryLike, outputEncoding: "buffer"): Buffer; + function hash( + algorithm: string, + data: BinaryLike, + outputEncoding?: BinaryToTextEncoding | "buffer", + ): string | Buffer; + type CipherMode = "cbc" | "ccm" | "cfb" | "ctr" | "ecb" | "gcm" | "ocb" | "ofb" | "stream" | "wrap" | "xts"; + interface CipherInfoOptions { + /** + * A test key length. + */ + keyLength?: number | undefined; + /** + * A test IV length. + */ + ivLength?: number | undefined; + } + interface CipherInfo { + /** + * The name of the cipher. + */ + name: string; + /** + * The nid of the cipher. + */ + nid: number; + /** + * The block size of the cipher in bytes. + * This property is omitted when mode is 'stream'. + */ + blockSize?: number | undefined; + /** + * The expected or default initialization vector length in bytes. + * This property is omitted if the cipher does not use an initialization vector. + */ + ivLength?: number | undefined; + /** + * The expected or default key length in bytes. + */ + keyLength: number; + /** + * The cipher mode. + */ + mode: CipherMode; + } + /** + * Returns information about a given cipher. + * + * Some ciphers accept variable length keys and initialization vectors. By default, + * the `crypto.getCipherInfo()` method will return the default values for these + * ciphers. To test if a given key length or iv length is acceptable for given + * cipher, use the `keyLength` and `ivLength` options. If the given values are + * unacceptable, `undefined` will be returned. + * @since v15.0.0 + * @param nameOrNid The name or nid of the cipher to query. + */ + function getCipherInfo(nameOrNid: string | number, options?: CipherInfoOptions): CipherInfo | undefined; + /** + * HKDF is a simple key derivation function defined in RFC 5869\. The given `ikm`, `salt` and `info` are used with the `digest` to derive a key of `keylen` bytes. + * + * The supplied `callback` function is called with two arguments: `err` and `derivedKey`. If an errors occurs while deriving the key, `err` will be set; + * otherwise `err` will be `null`. The successfully generated `derivedKey` will + * be passed to the callback as an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). An error will be thrown if any + * of the input arguments specify invalid values or types. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { + * hkdf, + * } = await import('node:crypto'); + * + * hkdf('sha512', 'key', 'salt', 'info', 64, (err, derivedKey) => { + * if (err) throw err; + * console.log(Buffer.from(derivedKey).toString('hex')); // '24156e2...5391653' + * }); + * ``` + * @since v15.0.0 + * @param digest The digest algorithm to use. + * @param ikm The input keying material. Must be provided but can be zero-length. + * @param salt The salt value. Must be provided but can be zero-length. + * @param info Additional info value. Must be provided but can be zero-length, and cannot be more than 1024 bytes. + * @param keylen The length of the key to generate. Must be greater than 0. The maximum allowable value is `255` times the number of bytes produced by the selected digest function (e.g. `sha512` + * generates 64-byte hashes, making the maximum HKDF output 16320 bytes). + */ + function hkdf( + digest: string, + irm: BinaryLike | KeyObject, + salt: BinaryLike, + info: BinaryLike, + keylen: number, + callback: (err: Error | null, derivedKey: ArrayBuffer) => void, + ): void; + /** + * Provides a synchronous HKDF key derivation function as defined in RFC 5869\. The + * given `ikm`, `salt` and `info` are used with the `digest` to derive a key of `keylen` bytes. + * + * The successfully generated `derivedKey` will be returned as an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). + * + * An error will be thrown if any of the input arguments specify invalid values or + * types, or if the derived key cannot be generated. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { + * hkdfSync, + * } = await import('node:crypto'); + * + * const derivedKey = hkdfSync('sha512', 'key', 'salt', 'info', 64); + * console.log(Buffer.from(derivedKey).toString('hex')); // '24156e2...5391653' + * ``` + * @since v15.0.0 + * @param digest The digest algorithm to use. + * @param ikm The input keying material. Must be provided but can be zero-length. + * @param salt The salt value. Must be provided but can be zero-length. + * @param info Additional info value. Must be provided but can be zero-length, and cannot be more than 1024 bytes. + * @param keylen The length of the key to generate. Must be greater than 0. The maximum allowable value is `255` times the number of bytes produced by the selected digest function (e.g. `sha512` + * generates 64-byte hashes, making the maximum HKDF output 16320 bytes). + */ + function hkdfSync( + digest: string, + ikm: BinaryLike | KeyObject, + salt: BinaryLike, + info: BinaryLike, + keylen: number, + ): ArrayBuffer; + interface SecureHeapUsage { + /** + * The total allocated secure heap size as specified using the `--secure-heap=n` command-line flag. + */ + total: number; + /** + * The minimum allocation from the secure heap as specified using the `--secure-heap-min` command-line flag. + */ + min: number; + /** + * The total number of bytes currently allocated from the secure heap. + */ + used: number; + /** + * The calculated ratio of `used` to `total` allocated bytes. + */ + utilization: number; + } + /** + * @since v15.6.0 + */ + function secureHeapUsed(): SecureHeapUsage; + interface RandomUUIDOptions { + /** + * By default, to improve performance, + * Node.js will pre-emptively generate and persistently cache enough + * random data to generate up to 128 random UUIDs. To generate a UUID + * without using the cache, set `disableEntropyCache` to `true`. + * + * @default `false` + */ + disableEntropyCache?: boolean | undefined; + } + type UUID = `${string}-${string}-${string}-${string}-${string}`; + /** + * Generates a random [RFC 4122](https://www.rfc-editor.org/rfc/rfc4122.txt) version 4 UUID. The UUID is generated using a + * cryptographic pseudorandom number generator. + * @since v15.6.0, v14.17.0 + */ + function randomUUID(options?: RandomUUIDOptions): UUID; + interface X509CheckOptions { + /** + * @default 'always' + */ + subject?: "always" | "default" | "never"; + /** + * @default true + */ + wildcards?: boolean; + /** + * @default true + */ + partialWildcards?: boolean; + /** + * @default false + */ + multiLabelWildcards?: boolean; + /** + * @default false + */ + singleLabelSubdomains?: boolean; + } + /** + * Encapsulates an X509 certificate and provides read-only access to + * its information. + * + * ```js + * const { X509Certificate } = await import('node:crypto'); + * + * const x509 = new X509Certificate('{... pem encoded cert ...}'); + * + * console.log(x509.subject); + * ``` + * @since v15.6.0 + */ + class X509Certificate { + /** + * Will be \`true\` if this is a Certificate Authority (CA) certificate. + * @since v15.6.0 + */ + readonly ca: boolean; + /** + * The SHA-1 fingerprint of this certificate. + * + * Because SHA-1 is cryptographically broken and because the security of SHA-1 is + * significantly worse than that of algorithms that are commonly used to sign + * certificates, consider using `x509.fingerprint256` instead. + * @since v15.6.0 + */ + readonly fingerprint: string; + /** + * The SHA-256 fingerprint of this certificate. + * @since v15.6.0 + */ + readonly fingerprint256: string; + /** + * The SHA-512 fingerprint of this certificate. + * + * Because computing the SHA-256 fingerprint is usually faster and because it is + * only half the size of the SHA-512 fingerprint, `x509.fingerprint256` may be + * a better choice. While SHA-512 presumably provides a higher level of security in + * general, the security of SHA-256 matches that of most algorithms that are + * commonly used to sign certificates. + * @since v17.2.0, v16.14.0 + */ + readonly fingerprint512: string; + /** + * The complete subject of this certificate. + * @since v15.6.0 + */ + readonly subject: string; + /** + * The subject alternative name specified for this certificate. + * + * This is a comma-separated list of subject alternative names. Each entry begins + * with a string identifying the kind of the subject alternative name followed by + * a colon and the value associated with the entry. + * + * Earlier versions of Node.js incorrectly assumed that it is safe to split this + * property at the two-character sequence `', '` (see [CVE-2021-44532](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44532)). However, + * both malicious and legitimate certificates can contain subject alternative names + * that include this sequence when represented as a string. + * + * After the prefix denoting the type of the entry, the remainder of each entry + * might be enclosed in quotes to indicate that the value is a JSON string literal. + * For backward compatibility, Node.js only uses JSON string literals within this + * property when necessary to avoid ambiguity. Third-party code should be prepared + * to handle both possible entry formats. + * @since v15.6.0 + */ + readonly subjectAltName: string | undefined; + /** + * A textual representation of the certificate's authority information access + * extension. + * + * This is a line feed separated list of access descriptions. Each line begins with + * the access method and the kind of the access location, followed by a colon and + * the value associated with the access location. + * + * After the prefix denoting the access method and the kind of the access location, + * the remainder of each line might be enclosed in quotes to indicate that the + * value is a JSON string literal. For backward compatibility, Node.js only uses + * JSON string literals within this property when necessary to avoid ambiguity. + * Third-party code should be prepared to handle both possible entry formats. + * @since v15.6.0 + */ + readonly infoAccess: string | undefined; + /** + * An array detailing the key usages for this certificate. + * @since v15.6.0 + */ + readonly keyUsage: string[]; + /** + * The issuer identification included in this certificate. + * @since v15.6.0 + */ + readonly issuer: string; + /** + * The issuer certificate or `undefined` if the issuer certificate is not + * available. + * @since v15.9.0 + */ + readonly issuerCertificate?: X509Certificate | undefined; + /** + * The public key `KeyObject` for this certificate. + * @since v15.6.0 + */ + readonly publicKey: KeyObject; + /** + * A `Buffer` containing the DER encoding of this certificate. + * @since v15.6.0 + */ + readonly raw: Buffer; + /** + * The serial number of this certificate. + * + * Serial numbers are assigned by certificate authorities and do not uniquely + * identify certificates. Consider using `x509.fingerprint256` as a unique + * identifier instead. + * @since v15.6.0 + */ + readonly serialNumber: string; + /** + * The date/time from which this certificate is considered valid. + * @since v15.6.0 + */ + readonly validFrom: string; + /** + * The date/time from which this certificate is valid, encapsulated in a `Date` object. + * @since v22.10.0 + */ + readonly validFromDate: Date; + /** + * The date/time until which this certificate is considered valid. + * @since v15.6.0 + */ + readonly validTo: string; + /** + * The date/time until which this certificate is valid, encapsulated in a `Date` object. + * @since v22.10.0 + */ + readonly validToDate: Date; + constructor(buffer: BinaryLike); + /** + * Checks whether the certificate matches the given email address. + * + * If the `'subject'` option is undefined or set to `'default'`, the certificate + * subject is only considered if the subject alternative name extension either does + * not exist or does not contain any email addresses. + * + * If the `'subject'` option is set to `'always'` and if the subject alternative + * name extension either does not exist or does not contain a matching email + * address, the certificate subject is considered. + * + * If the `'subject'` option is set to `'never'`, the certificate subject is never + * considered, even if the certificate contains no subject alternative names. + * @since v15.6.0 + * @return Returns `email` if the certificate matches, `undefined` if it does not. + */ + checkEmail(email: string, options?: Pick): string | undefined; + /** + * Checks whether the certificate matches the given host name. + * + * If the certificate matches the given host name, the matching subject name is + * returned. The returned name might be an exact match (e.g., `foo.example.com`) + * or it might contain wildcards (e.g., `*.example.com`). Because host name + * comparisons are case-insensitive, the returned subject name might also differ + * from the given `name` in capitalization. + * + * If the `'subject'` option is undefined or set to `'default'`, the certificate + * subject is only considered if the subject alternative name extension either does + * not exist or does not contain any DNS names. This behavior is consistent with [RFC 2818](https://www.rfc-editor.org/rfc/rfc2818.txt) ("HTTP Over TLS"). + * + * If the `'subject'` option is set to `'always'` and if the subject alternative + * name extension either does not exist or does not contain a matching DNS name, + * the certificate subject is considered. + * + * If the `'subject'` option is set to `'never'`, the certificate subject is never + * considered, even if the certificate contains no subject alternative names. + * @since v15.6.0 + * @return Returns a subject name that matches `name`, or `undefined` if no subject name matches `name`. + */ + checkHost(name: string, options?: X509CheckOptions): string | undefined; + /** + * Checks whether the certificate matches the given IP address (IPv4 or IPv6). + * + * Only [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280.txt) `iPAddress` subject alternative names are considered, and they + * must match the given `ip` address exactly. Other subject alternative names as + * well as the subject field of the certificate are ignored. + * @since v15.6.0 + * @return Returns `ip` if the certificate matches, `undefined` if it does not. + */ + checkIP(ip: string): string | undefined; + /** + * Checks whether this certificate was issued by the given `otherCert`. + * @since v15.6.0 + */ + checkIssued(otherCert: X509Certificate): boolean; + /** + * Checks whether the public key for this certificate is consistent with + * the given private key. + * @since v15.6.0 + * @param privateKey A private key. + */ + checkPrivateKey(privateKey: KeyObject): boolean; + /** + * There is no standard JSON encoding for X509 certificates. The`toJSON()` method returns a string containing the PEM encoded + * certificate. + * @since v15.6.0 + */ + toJSON(): string; + /** + * Returns information about this certificate using the legacy `certificate object` encoding. + * @since v15.6.0 + */ + toLegacyObject(): PeerCertificate; + /** + * Returns the PEM-encoded certificate. + * @since v15.6.0 + */ + toString(): string; + /** + * Verifies that this certificate was signed by the given public key. + * Does not perform any other validation checks on the certificate. + * @since v15.6.0 + * @param publicKey A public key. + */ + verify(publicKey: KeyObject): boolean; + } + type LargeNumberLike = NodeJS.ArrayBufferView | SharedArrayBuffer | ArrayBuffer | bigint; + interface GeneratePrimeOptions { + add?: LargeNumberLike | undefined; + rem?: LargeNumberLike | undefined; + /** + * @default false + */ + safe?: boolean | undefined; + bigint?: boolean | undefined; + } + interface GeneratePrimeOptionsBigInt extends GeneratePrimeOptions { + bigint: true; + } + interface GeneratePrimeOptionsArrayBuffer extends GeneratePrimeOptions { + bigint?: false | undefined; + } + /** + * Generates a pseudorandom prime of `size` bits. + * + * If `options.safe` is `true`, the prime will be a safe prime -- that is, `(prime - 1) / 2` will also be a prime. + * + * The `options.add` and `options.rem` parameters can be used to enforce additional + * requirements, e.g., for Diffie-Hellman: + * + * * If `options.add` and `options.rem` are both set, the prime will satisfy the + * condition that `prime % add = rem`. + * * If only `options.add` is set and `options.safe` is not `true`, the prime will + * satisfy the condition that `prime % add = 1`. + * * If only `options.add` is set and `options.safe` is set to `true`, the prime + * will instead satisfy the condition that `prime % add = 3`. This is necessary + * because `prime % add = 1` for `options.add > 2` would contradict the condition + * enforced by `options.safe`. + * * `options.rem` is ignored if `options.add` is not given. + * + * Both `options.add` and `options.rem` must be encoded as big-endian sequences + * if given as an `ArrayBuffer`, `SharedArrayBuffer`, `TypedArray`, `Buffer`, or `DataView`. + * + * By default, the prime is encoded as a big-endian sequence of octets + * in an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). If the `bigint` option is `true`, then a + * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) is provided. + * @since v15.8.0 + * @param size The size (in bits) of the prime to generate. + */ + function generatePrime(size: number, callback: (err: Error | null, prime: ArrayBuffer) => void): void; + function generatePrime( + size: number, + options: GeneratePrimeOptionsBigInt, + callback: (err: Error | null, prime: bigint) => void, + ): void; + function generatePrime( + size: number, + options: GeneratePrimeOptionsArrayBuffer, + callback: (err: Error | null, prime: ArrayBuffer) => void, + ): void; + function generatePrime( + size: number, + options: GeneratePrimeOptions, + callback: (err: Error | null, prime: ArrayBuffer | bigint) => void, + ): void; + /** + * Generates a pseudorandom prime of `size` bits. + * + * If `options.safe` is `true`, the prime will be a safe prime -- that is, `(prime - 1) / 2` will also be a prime. + * + * The `options.add` and `options.rem` parameters can be used to enforce additional + * requirements, e.g., for Diffie-Hellman: + * + * * If `options.add` and `options.rem` are both set, the prime will satisfy the + * condition that `prime % add = rem`. + * * If only `options.add` is set and `options.safe` is not `true`, the prime will + * satisfy the condition that `prime % add = 1`. + * * If only `options.add` is set and `options.safe` is set to `true`, the prime + * will instead satisfy the condition that `prime % add = 3`. This is necessary + * because `prime % add = 1` for `options.add > 2` would contradict the condition + * enforced by `options.safe`. + * * `options.rem` is ignored if `options.add` is not given. + * + * Both `options.add` and `options.rem` must be encoded as big-endian sequences + * if given as an `ArrayBuffer`, `SharedArrayBuffer`, `TypedArray`, `Buffer`, or `DataView`. + * + * By default, the prime is encoded as a big-endian sequence of octets + * in an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). If the `bigint` option is `true`, then a + * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) is provided. + * @since v15.8.0 + * @param size The size (in bits) of the prime to generate. + */ + function generatePrimeSync(size: number): ArrayBuffer; + function generatePrimeSync(size: number, options: GeneratePrimeOptionsBigInt): bigint; + function generatePrimeSync(size: number, options: GeneratePrimeOptionsArrayBuffer): ArrayBuffer; + function generatePrimeSync(size: number, options: GeneratePrimeOptions): ArrayBuffer | bigint; + interface CheckPrimeOptions { + /** + * The number of Miller-Rabin probabilistic primality iterations to perform. + * When the value is 0 (zero), a number of checks is used that yields a false positive rate of at most `2**-64` for random input. + * Care must be used when selecting a number of checks. + * Refer to the OpenSSL documentation for the BN_is_prime_ex function nchecks options for more details. + * + * @default 0 + */ + checks?: number | undefined; + } + /** + * Checks the primality of the `candidate`. + * @since v15.8.0 + * @param candidate A possible prime encoded as a sequence of big endian octets of arbitrary length. + */ + function checkPrime(value: LargeNumberLike, callback: (err: Error | null, result: boolean) => void): void; + function checkPrime( + value: LargeNumberLike, + options: CheckPrimeOptions, + callback: (err: Error | null, result: boolean) => void, + ): void; + /** + * Checks the primality of the `candidate`. + * @since v15.8.0 + * @param candidate A possible prime encoded as a sequence of big endian octets of arbitrary length. + * @return `true` if the candidate is a prime with an error probability less than `0.25 ** options.checks`. + */ + function checkPrimeSync(candidate: LargeNumberLike, options?: CheckPrimeOptions): boolean; + /** + * Load and set the `engine` for some or all OpenSSL functions (selected by flags). + * + * `engine` could be either an id or a path to the engine's shared library. + * + * The optional `flags` argument uses `ENGINE_METHOD_ALL` by default. The `flags` is a bit field taking one of or a mix of the following flags (defined in `crypto.constants`): + * + * * `crypto.constants.ENGINE_METHOD_RSA` + * * `crypto.constants.ENGINE_METHOD_DSA` + * * `crypto.constants.ENGINE_METHOD_DH` + * * `crypto.constants.ENGINE_METHOD_RAND` + * * `crypto.constants.ENGINE_METHOD_EC` + * * `crypto.constants.ENGINE_METHOD_CIPHERS` + * * `crypto.constants.ENGINE_METHOD_DIGESTS` + * * `crypto.constants.ENGINE_METHOD_PKEY_METHS` + * * `crypto.constants.ENGINE_METHOD_PKEY_ASN1_METHS` + * * `crypto.constants.ENGINE_METHOD_ALL` + * * `crypto.constants.ENGINE_METHOD_NONE` + * @since v0.11.11 + * @param flags + */ + function setEngine(engine: string, flags?: number): void; + /** + * A convenient alias for {@link webcrypto.getRandomValues}. This + * implementation is not compliant with the Web Crypto spec, to write + * web-compatible code use {@link webcrypto.getRandomValues} instead. + * @since v17.4.0 + * @return Returns `typedArray`. + */ + function getRandomValues(typedArray: T): T; + /** + * A convenient alias for `crypto.webcrypto.subtle`. + * @since v17.4.0 + */ + const subtle: webcrypto.SubtleCrypto; + /** + * An implementation of the Web Crypto API standard. + * + * See the {@link https://nodejs.org/docs/latest/api/webcrypto.html Web Crypto API documentation} for details. + * @since v15.0.0 + */ + const webcrypto: webcrypto.Crypto; + namespace webcrypto { + type BufferSource = ArrayBufferView | ArrayBuffer; + type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki"; + type KeyType = "private" | "public" | "secret"; + type KeyUsage = + | "decrypt" + | "deriveBits" + | "deriveKey" + | "encrypt" + | "sign" + | "unwrapKey" + | "verify" + | "wrapKey"; + type AlgorithmIdentifier = Algorithm | string; + type HashAlgorithmIdentifier = AlgorithmIdentifier; + type NamedCurve = string; + type BigInteger = Uint8Array; + interface AesCbcParams extends Algorithm { + iv: BufferSource; + } + interface AesCtrParams extends Algorithm { + counter: BufferSource; + length: number; + } + interface AesDerivedKeyParams extends Algorithm { + length: number; + } + interface AesGcmParams extends Algorithm { + additionalData?: BufferSource; + iv: BufferSource; + tagLength?: number; + } + interface AesKeyAlgorithm extends KeyAlgorithm { + length: number; + } + interface AesKeyGenParams extends Algorithm { + length: number; + } + interface Algorithm { + name: string; + } + interface EcKeyAlgorithm extends KeyAlgorithm { + namedCurve: NamedCurve; + } + interface EcKeyGenParams extends Algorithm { + namedCurve: NamedCurve; + } + interface EcKeyImportParams extends Algorithm { + namedCurve: NamedCurve; + } + interface EcdhKeyDeriveParams extends Algorithm { + public: CryptoKey; + } + interface EcdsaParams extends Algorithm { + hash: HashAlgorithmIdentifier; + } + interface Ed448Params extends Algorithm { + context?: BufferSource; + } + interface HkdfParams extends Algorithm { + hash: HashAlgorithmIdentifier; + info: BufferSource; + salt: BufferSource; + } + interface HmacImportParams extends Algorithm { + hash: HashAlgorithmIdentifier; + length?: number; + } + interface HmacKeyAlgorithm extends KeyAlgorithm { + hash: KeyAlgorithm; + length: number; + } + interface HmacKeyGenParams extends Algorithm { + hash: HashAlgorithmIdentifier; + length?: number; + } + interface JsonWebKey { + alg?: string; + crv?: string; + d?: string; + dp?: string; + dq?: string; + e?: string; + ext?: boolean; + k?: string; + key_ops?: string[]; + kty?: string; + n?: string; + oth?: RsaOtherPrimesInfo[]; + p?: string; + q?: string; + qi?: string; + use?: string; + x?: string; + y?: string; + } + interface KeyAlgorithm { + name: string; + } + interface Pbkdf2Params extends Algorithm { + hash: HashAlgorithmIdentifier; + iterations: number; + salt: BufferSource; + } + interface RsaHashedImportParams extends Algorithm { + hash: HashAlgorithmIdentifier; + } + interface RsaHashedKeyAlgorithm extends RsaKeyAlgorithm { + hash: KeyAlgorithm; + } + interface RsaHashedKeyGenParams extends RsaKeyGenParams { + hash: HashAlgorithmIdentifier; + } + interface RsaKeyAlgorithm extends KeyAlgorithm { + modulusLength: number; + publicExponent: BigInteger; + } + interface RsaKeyGenParams extends Algorithm { + modulusLength: number; + publicExponent: BigInteger; + } + interface RsaOaepParams extends Algorithm { + label?: BufferSource; + } + interface RsaOtherPrimesInfo { + d?: string; + r?: string; + t?: string; + } + interface RsaPssParams extends Algorithm { + saltLength: number; + } + /** + * Importing the `webcrypto` object (`import { webcrypto } from 'node:crypto'`) gives an instance of the `Crypto` class. + * `Crypto` is a singleton that provides access to the remainder of the crypto API. + * @since v15.0.0 + */ + interface Crypto { + /** + * Provides access to the `SubtleCrypto` API. + * @since v15.0.0 + */ + readonly subtle: SubtleCrypto; + /** + * Generates cryptographically strong random values. + * The given `typedArray` is filled with random values, and a reference to `typedArray` is returned. + * + * The given `typedArray` must be an integer-based instance of {@link NodeJS.TypedArray}, i.e. `Float32Array` and `Float64Array` are not accepted. + * + * An error will be thrown if the given `typedArray` is larger than 65,536 bytes. + * @since v15.0.0 + */ + getRandomValues>(typedArray: T): T; + /** + * Generates a random {@link https://www.rfc-editor.org/rfc/rfc4122.txt RFC 4122} version 4 UUID. + * The UUID is generated using a cryptographic pseudorandom number generator. + * @since v16.7.0 + */ + randomUUID(): UUID; + CryptoKey: CryptoKeyConstructor; + } + // This constructor throws ILLEGAL_CONSTRUCTOR so it should not be newable. + interface CryptoKeyConstructor { + /** Illegal constructor */ + (_: { readonly _: unique symbol }): never; // Allows instanceof to work but not be callable by the user. + readonly length: 0; + readonly name: "CryptoKey"; + readonly prototype: CryptoKey; + } + /** + * @since v15.0.0 + */ + interface CryptoKey { + /** + * An object detailing the algorithm for which the key can be used along with additional algorithm-specific parameters. + * @since v15.0.0 + */ + readonly algorithm: KeyAlgorithm; + /** + * When `true`, the {@link CryptoKey} can be extracted using either `subtleCrypto.exportKey()` or `subtleCrypto.wrapKey()`. + * @since v15.0.0 + */ + readonly extractable: boolean; + /** + * A string identifying whether the key is a symmetric (`'secret'`) or asymmetric (`'private'` or `'public'`) key. + * @since v15.0.0 + */ + readonly type: KeyType; + /** + * An array of strings identifying the operations for which the key may be used. + * + * The possible usages are: + * - `'encrypt'` - The key may be used to encrypt data. + * - `'decrypt'` - The key may be used to decrypt data. + * - `'sign'` - The key may be used to generate digital signatures. + * - `'verify'` - The key may be used to verify digital signatures. + * - `'deriveKey'` - The key may be used to derive a new key. + * - `'deriveBits'` - The key may be used to derive bits. + * - `'wrapKey'` - The key may be used to wrap another key. + * - `'unwrapKey'` - The key may be used to unwrap another key. + * + * Valid key usages depend on the key algorithm (identified by `cryptokey.algorithm.name`). + * @since v15.0.0 + */ + readonly usages: KeyUsage[]; + } + /** + * The `CryptoKeyPair` is a simple dictionary object with `publicKey` and `privateKey` properties, representing an asymmetric key pair. + * @since v15.0.0 + */ + interface CryptoKeyPair { + /** + * A {@link CryptoKey} whose type will be `'private'`. + * @since v15.0.0 + */ + privateKey: CryptoKey; + /** + * A {@link CryptoKey} whose type will be `'public'`. + * @since v15.0.0 + */ + publicKey: CryptoKey; + } + /** + * @since v15.0.0 + */ + interface SubtleCrypto { + /** + * Using the method and parameters specified in `algorithm` and the keying material provided by `key`, + * `subtle.decrypt()` attempts to decipher the provided `data`. If successful, + * the returned promise will be resolved with an `` containing the plaintext result. + * + * The algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * @since v15.0.0 + */ + decrypt( + algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, + key: CryptoKey, + data: BufferSource, + ): Promise; + /** + * Using the method and parameters specified in `algorithm` and the keying material provided by `baseKey`, + * `subtle.deriveBits()` attempts to generate `length` bits. + * The Node.js implementation requires that when `length` is a number it must be multiple of `8`. + * When `length` is `null` the maximum number of bits for a given algorithm is generated. This is allowed + * for the `'ECDH'`, `'X25519'`, and `'X448'` algorithms. + * If successful, the returned promise will be resolved with an `` containing the generated data. + * + * The algorithms currently supported include: + * + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * - `'HKDF'` + * - `'PBKDF2'` + * @since v15.0.0 + */ + deriveBits( + algorithm: EcdhKeyDeriveParams, + baseKey: CryptoKey, + length?: number | null, + ): Promise; + deriveBits( + algorithm: EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params, + baseKey: CryptoKey, + length: number, + ): Promise; + /** + * Using the method and parameters specified in `algorithm`, and the keying material provided by `baseKey`, + * `subtle.deriveKey()` attempts to generate a new ` based on the method and parameters in `derivedKeyAlgorithm`. + * + * Calling `subtle.deriveKey()` is equivalent to calling `subtle.deriveBits()` to generate raw keying material, + * then passing the result into the `subtle.importKey()` method using the `deriveKeyAlgorithm`, `extractable`, and `keyUsages` parameters as input. + * + * The algorithms currently supported include: + * + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * - `'HKDF'` + * - `'PBKDF2'` + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + deriveKey( + algorithm: EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params, + baseKey: CryptoKey, + derivedKeyAlgorithm: AlgorithmIdentifier | HmacImportParams | AesDerivedKeyParams, + extractable: boolean, + keyUsages: readonly KeyUsage[], + ): Promise; + /** + * Using the method identified by `algorithm`, `subtle.digest()` attempts to generate a digest of `data`. + * If successful, the returned promise is resolved with an `` containing the computed digest. + * + * If `algorithm` is provided as a ``, it must be one of: + * + * - `'SHA-1'` + * - `'SHA-256'` + * - `'SHA-384'` + * - `'SHA-512'` + * + * If `algorithm` is provided as an ``, it must have a `name` property whose value is one of the above. + * @since v15.0.0 + */ + digest(algorithm: AlgorithmIdentifier, data: BufferSource): Promise; + /** + * Using the method and parameters specified by `algorithm` and the keying material provided by `key`, + * `subtle.encrypt()` attempts to encipher `data`. If successful, + * the returned promise is resolved with an `` containing the encrypted result. + * + * The algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * @since v15.0.0 + */ + encrypt( + algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, + key: CryptoKey, + data: BufferSource, + ): Promise; + /** + * Exports the given key into the specified format, if supported. + * + * If the `` is not extractable, the returned promise will reject. + * + * When `format` is either `'pkcs8'` or `'spki'` and the export is successful, + * the returned promise will be resolved with an `` containing the exported key data. + * + * When `format` is `'jwk'` and the export is successful, the returned promise will be resolved with a + * JavaScript object conforming to the {@link https://tools.ietf.org/html/rfc7517 JSON Web Key} specification. + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @returns `` containing ``. + * @since v15.0.0 + */ + exportKey(format: "jwk", key: CryptoKey): Promise; + exportKey(format: Exclude, key: CryptoKey): Promise; + /** + * Using the method and parameters provided in `algorithm`, + * `subtle.generateKey()` attempts to generate new keying material. + * Depending the method used, the method may generate either a single `` or a ``. + * + * The `` (public and private key) generating algorithms supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'RSA-OAEP'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * The `` (secret key) generating algorithms supported include: + * + * - `'HMAC'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + generateKey( + algorithm: RsaHashedKeyGenParams | EcKeyGenParams, + extractable: boolean, + keyUsages: readonly KeyUsage[], + ): Promise; + generateKey( + algorithm: AesKeyGenParams | HmacKeyGenParams | Pbkdf2Params, + extractable: boolean, + keyUsages: readonly KeyUsage[], + ): Promise; + generateKey( + algorithm: AlgorithmIdentifier, + extractable: boolean, + keyUsages: KeyUsage[], + ): Promise; + /** + * The `subtle.importKey()` method attempts to interpret the provided `keyData` as the given `format` + * to create a `` instance using the provided `algorithm`, `extractable`, and `keyUsages` arguments. + * If the import is successful, the returned promise will be resolved with the created ``. + * + * If importing a `'PBKDF2'` key, `extractable` must be `false`. + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + importKey( + format: "jwk", + keyData: JsonWebKey, + algorithm: + | AlgorithmIdentifier + | RsaHashedImportParams + | EcKeyImportParams + | HmacImportParams + | AesKeyAlgorithm, + extractable: boolean, + keyUsages: readonly KeyUsage[], + ): Promise; + importKey( + format: Exclude, + keyData: BufferSource, + algorithm: + | AlgorithmIdentifier + | RsaHashedImportParams + | EcKeyImportParams + | HmacImportParams + | AesKeyAlgorithm, + extractable: boolean, + keyUsages: KeyUsage[], + ): Promise; + /** + * Using the method and parameters given by `algorithm` and the keying material provided by `key`, + * `subtle.sign()` attempts to generate a cryptographic signature of `data`. If successful, + * the returned promise is resolved with an `` containing the generated signature. + * + * The algorithms currently supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'HMAC'` + * @since v15.0.0 + */ + sign( + algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | Ed448Params, + key: CryptoKey, + data: BufferSource, + ): Promise; + /** + * In cryptography, "wrapping a key" refers to exporting and then encrypting the keying material. + * The `subtle.unwrapKey()` method attempts to decrypt a wrapped key and create a `` instance. + * It is equivalent to calling `subtle.decrypt()` first on the encrypted key data (using the `wrappedKey`, `unwrapAlgo`, and `unwrappingKey` arguments as input) + * then passing the results in to the `subtle.importKey()` method using the `unwrappedKeyAlgo`, `extractable`, and `keyUsages` arguments as inputs. + * If successful, the returned promise is resolved with a `` object. + * + * The wrapping algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * + * The unwrapped key algorithms supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'RSA-OAEP'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * - `'HMAC'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + unwrapKey( + format: KeyFormat, + wrappedKey: BufferSource, + unwrappingKey: CryptoKey, + unwrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, + unwrappedKeyAlgorithm: + | AlgorithmIdentifier + | RsaHashedImportParams + | EcKeyImportParams + | HmacImportParams + | AesKeyAlgorithm, + extractable: boolean, + keyUsages: KeyUsage[], + ): Promise; + /** + * Using the method and parameters given in `algorithm` and the keying material provided by `key`, + * `subtle.verify()` attempts to verify that `signature` is a valid cryptographic signature of `data`. + * The returned promise is resolved with either `true` or `false`. + * + * The algorithms currently supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'HMAC'` + * @since v15.0.0 + */ + verify( + algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | Ed448Params, + key: CryptoKey, + signature: BufferSource, + data: BufferSource, + ): Promise; + /** + * In cryptography, "wrapping a key" refers to exporting and then encrypting the keying material. + * The `subtle.wrapKey()` method exports the keying material into the format identified by `format`, + * then encrypts it using the method and parameters specified by `wrapAlgo` and the keying material provided by `wrappingKey`. + * It is the equivalent to calling `subtle.exportKey()` using `format` and `key` as the arguments, + * then passing the result to the `subtle.encrypt()` method using `wrappingKey` and `wrapAlgo` as inputs. + * If successful, the returned promise will be resolved with an `` containing the encrypted key data. + * + * The wrapping algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @since v15.0.0 + */ + wrapKey( + format: KeyFormat, + key: CryptoKey, + wrappingKey: CryptoKey, + wrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, + ): Promise; + } + } + + global { + var crypto: typeof globalThis extends { + crypto: infer T; + onmessage: any; + } ? T + : webcrypto.Crypto; + } +} +declare module "node:crypto" { + export * from "crypto"; +} diff --git a/node_modules/@types/node/dgram.d.ts b/node_modules/@types/node/dgram.d.ts new file mode 100644 index 0000000..35239f9 --- /dev/null +++ b/node_modules/@types/node/dgram.d.ts @@ -0,0 +1,599 @@ +/** + * The `node:dgram` module provides an implementation of UDP datagram sockets. + * + * ```js + * import dgram from 'node:dgram'; + * + * const server = dgram.createSocket('udp4'); + * + * server.on('error', (err) => { + * console.error(`server error:\n${err.stack}`); + * server.close(); + * }); + * + * server.on('message', (msg, rinfo) => { + * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); + * }); + * + * server.on('listening', () => { + * const address = server.address(); + * console.log(`server listening ${address.address}:${address.port}`); + * }); + * + * server.bind(41234); + * // Prints: server listening 0.0.0.0:41234 + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/dgram.js) + */ +declare module "dgram" { + import { AddressInfo, BlockList } from "node:net"; + import * as dns from "node:dns"; + import { Abortable, EventEmitter } from "node:events"; + interface RemoteInfo { + address: string; + family: "IPv4" | "IPv6"; + port: number; + size: number; + } + interface BindOptions { + port?: number | undefined; + address?: string | undefined; + exclusive?: boolean | undefined; + fd?: number | undefined; + } + type SocketType = "udp4" | "udp6"; + interface SocketOptions extends Abortable { + type: SocketType; + reuseAddr?: boolean | undefined; + reusePort?: boolean | undefined; + /** + * @default false + */ + ipv6Only?: boolean | undefined; + recvBufferSize?: number | undefined; + sendBufferSize?: number | undefined; + lookup?: + | (( + hostname: string, + options: dns.LookupOneOptions, + callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void, + ) => void) + | undefined; + receiveBlockList?: BlockList | undefined; + sendBlockList?: BlockList | undefined; + } + /** + * Creates a `dgram.Socket` object. Once the socket is created, calling `socket.bind()` will instruct the socket to begin listening for datagram + * messages. When `address` and `port` are not passed to `socket.bind()` the + * method will bind the socket to the "all interfaces" address on a random port + * (it does the right thing for both `udp4` and `udp6` sockets). The bound address + * and port can be retrieved using `socket.address().address` and `socket.address().port`. + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.close()` on the socket: + * + * ```js + * const controller = new AbortController(); + * const { signal } = controller; + * const server = dgram.createSocket({ type: 'udp4', signal }); + * server.on('message', (msg, rinfo) => { + * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); + * }); + * // Later, when you want to close the server. + * controller.abort(); + * ``` + * @since v0.11.13 + * @param options Available options are: + * @param callback Attached as a listener for `'message'` events. Optional. + */ + function createSocket(type: SocketType, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket; + function createSocket(options: SocketOptions, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket; + /** + * Encapsulates the datagram functionality. + * + * New instances of `dgram.Socket` are created using {@link createSocket}. + * The `new` keyword is not to be used to create `dgram.Socket` instances. + * @since v0.1.99 + */ + class Socket extends EventEmitter { + /** + * Tells the kernel to join a multicast group at the given `multicastAddress` and `multicastInterface` using the `IP_ADD_MEMBERSHIP` socket option. If the `multicastInterface` argument is not + * specified, the operating system will choose + * one interface and will add membership to it. To add membership to every + * available interface, call `addMembership` multiple times, once per interface. + * + * When called on an unbound socket, this method will implicitly bind to a random + * port, listening on all interfaces. + * + * When sharing a UDP socket across multiple `cluster` workers, the`socket.addMembership()` function must be called only once or an`EADDRINUSE` error will occur: + * + * ```js + * import cluster from 'node:cluster'; + * import dgram from 'node:dgram'; + * + * if (cluster.isPrimary) { + * cluster.fork(); // Works ok. + * cluster.fork(); // Fails with EADDRINUSE. + * } else { + * const s = dgram.createSocket('udp4'); + * s.bind(1234, () => { + * s.addMembership('224.0.0.114'); + * }); + * } + * ``` + * @since v0.6.9 + */ + addMembership(multicastAddress: string, multicastInterface?: string): void; + /** + * Returns an object containing the address information for a socket. + * For UDP sockets, this object will contain `address`, `family`, and `port` properties. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.1.99 + */ + address(): AddressInfo; + /** + * For UDP sockets, causes the `dgram.Socket` to listen for datagram + * messages on a named `port` and optional `address`. If `port` is not + * specified or is `0`, the operating system will attempt to bind to a + * random port. If `address` is not specified, the operating system will + * attempt to listen on all addresses. Once binding is complete, a `'listening'` event is emitted and the optional `callback` function is + * called. + * + * Specifying both a `'listening'` event listener and passing a `callback` to the `socket.bind()` method is not harmful but not very + * useful. + * + * A bound datagram socket keeps the Node.js process running to receive + * datagram messages. + * + * If binding fails, an `'error'` event is generated. In rare case (e.g. + * attempting to bind with a closed socket), an `Error` may be thrown. + * + * Example of a UDP server listening on port 41234: + * + * ```js + * import dgram from 'node:dgram'; + * + * const server = dgram.createSocket('udp4'); + * + * server.on('error', (err) => { + * console.error(`server error:\n${err.stack}`); + * server.close(); + * }); + * + * server.on('message', (msg, rinfo) => { + * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); + * }); + * + * server.on('listening', () => { + * const address = server.address(); + * console.log(`server listening ${address.address}:${address.port}`); + * }); + * + * server.bind(41234); + * // Prints: server listening 0.0.0.0:41234 + * ``` + * @since v0.1.99 + * @param callback with no parameters. Called when binding is complete. + */ + bind(port?: number, address?: string, callback?: () => void): this; + bind(port?: number, callback?: () => void): this; + bind(callback?: () => void): this; + bind(options: BindOptions, callback?: () => void): this; + /** + * Close the underlying socket and stop listening for data on it. If a callback is + * provided, it is added as a listener for the `'close'` event. + * @since v0.1.99 + * @param callback Called when the socket has been closed. + */ + close(callback?: () => void): this; + /** + * Associates the `dgram.Socket` to a remote address and port. Every + * message sent by this handle is automatically sent to that destination. Also, + * the socket will only receive messages from that remote peer. + * Trying to call `connect()` on an already connected socket will result + * in an `ERR_SOCKET_DGRAM_IS_CONNECTED` exception. If `address` is not + * provided, `'127.0.0.1'` (for `udp4` sockets) or `'::1'` (for `udp6` sockets) + * will be used by default. Once the connection is complete, a `'connect'` event + * is emitted and the optional `callback` function is called. In case of failure, + * the `callback` is called or, failing this, an `'error'` event is emitted. + * @since v12.0.0 + * @param callback Called when the connection is completed or on error. + */ + connect(port: number, address?: string, callback?: () => void): void; + connect(port: number, callback: () => void): void; + /** + * A synchronous function that disassociates a connected `dgram.Socket` from + * its remote address. Trying to call `disconnect()` on an unbound or already + * disconnected socket will result in an `ERR_SOCKET_DGRAM_NOT_CONNECTED` exception. + * @since v12.0.0 + */ + disconnect(): void; + /** + * Instructs the kernel to leave a multicast group at `multicastAddress` using the `IP_DROP_MEMBERSHIP` socket option. This method is automatically called by the + * kernel when the socket is closed or the process terminates, so most apps will + * never have reason to call this. + * + * If `multicastInterface` is not specified, the operating system will attempt to + * drop membership on all valid interfaces. + * @since v0.6.9 + */ + dropMembership(multicastAddress: string, multicastInterface?: string): void; + /** + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + * @return the `SO_RCVBUF` socket receive buffer size in bytes. + */ + getRecvBufferSize(): number; + /** + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + * @return the `SO_SNDBUF` socket send buffer size in bytes. + */ + getSendBufferSize(): number; + /** + * @since v18.8.0, v16.19.0 + * @return Number of bytes queued for sending. + */ + getSendQueueSize(): number; + /** + * @since v18.8.0, v16.19.0 + * @return Number of send requests currently in the queue awaiting to be processed. + */ + getSendQueueCount(): number; + /** + * By default, binding a socket will cause it to block the Node.js process from + * exiting as long as the socket is open. The `socket.unref()` method can be used + * to exclude the socket from the reference counting that keeps the Node.js + * process active. The `socket.ref()` method adds the socket back to the reference + * counting and restores the default behavior. + * + * Calling `socket.ref()` multiples times will have no additional effect. + * + * The `socket.ref()` method returns a reference to the socket so calls can be + * chained. + * @since v0.9.1 + */ + ref(): this; + /** + * Returns an object containing the `address`, `family`, and `port` of the remote + * endpoint. This method throws an `ERR_SOCKET_DGRAM_NOT_CONNECTED` exception + * if the socket is not connected. + * @since v12.0.0 + */ + remoteAddress(): AddressInfo; + /** + * Broadcasts a datagram on the socket. + * For connectionless sockets, the destination `port` and `address` must be + * specified. Connected sockets, on the other hand, will use their associated + * remote endpoint, so the `port` and `address` arguments must not be set. + * + * The `msg` argument contains the message to be sent. + * Depending on its type, different behavior can apply. If `msg` is a `Buffer`, + * any `TypedArray` or a `DataView`, + * the `offset` and `length` specify the offset within the `Buffer` where the + * message begins and the number of bytes in the message, respectively. + * If `msg` is a `String`, then it is automatically converted to a `Buffer` with `'utf8'` encoding. With messages that + * contain multi-byte characters, `offset` and `length` will be calculated with + * respect to `byte length` and not the character position. + * If `msg` is an array, `offset` and `length` must not be specified. + * + * The `address` argument is a string. If the value of `address` is a host name, + * DNS will be used to resolve the address of the host. If `address` is not + * provided or otherwise nullish, `'127.0.0.1'` (for `udp4` sockets) or `'::1'` (for `udp6` sockets) will be used by default. + * + * If the socket has not been previously bound with a call to `bind`, the socket + * is assigned a random port number and is bound to the "all interfaces" address + * (`'0.0.0.0'` for `udp4` sockets, `'::0'` for `udp6` sockets.) + * + * An optional `callback` function may be specified to as a way of reporting + * DNS errors or for determining when it is safe to reuse the `buf` object. + * DNS lookups delay the time to send for at least one tick of the + * Node.js event loop. + * + * The only way to know for sure that the datagram has been sent is by using a `callback`. If an error occurs and a `callback` is given, the error will be + * passed as the first argument to the `callback`. If a `callback` is not given, + * the error is emitted as an `'error'` event on the `socket` object. + * + * Offset and length are optional but both _must_ be set if either are used. + * They are supported only when the first argument is a `Buffer`, a `TypedArray`, + * or a `DataView`. + * + * This method throws `ERR_SOCKET_BAD_PORT` if called on an unbound socket. + * + * Example of sending a UDP packet to a port on `localhost`; + * + * ```js + * import dgram from 'node:dgram'; + * import { Buffer } from 'node:buffer'; + * + * const message = Buffer.from('Some bytes'); + * const client = dgram.createSocket('udp4'); + * client.send(message, 41234, 'localhost', (err) => { + * client.close(); + * }); + * ``` + * + * Example of sending a UDP packet composed of multiple buffers to a port on`127.0.0.1`; + * + * ```js + * import dgram from 'node:dgram'; + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('Some '); + * const buf2 = Buffer.from('bytes'); + * const client = dgram.createSocket('udp4'); + * client.send([buf1, buf2], 41234, (err) => { + * client.close(); + * }); + * ``` + * + * Sending multiple buffers might be faster or slower depending on the + * application and operating system. Run benchmarks to + * determine the optimal strategy on a case-by-case basis. Generally speaking, + * however, sending multiple buffers is faster. + * + * Example of sending a UDP packet using a socket connected to a port on `localhost`: + * + * ```js + * import dgram from 'node:dgram'; + * import { Buffer } from 'node:buffer'; + * + * const message = Buffer.from('Some bytes'); + * const client = dgram.createSocket('udp4'); + * client.connect(41234, 'localhost', (err) => { + * client.send(message, (err) => { + * client.close(); + * }); + * }); + * ``` + * @since v0.1.99 + * @param msg Message to be sent. + * @param offset Offset in the buffer where the message starts. + * @param length Number of bytes in the message. + * @param port Destination port. + * @param address Destination host name or IP address. + * @param callback Called when the message has been sent. + */ + send( + msg: string | NodeJS.ArrayBufferView | readonly any[], + port?: number, + address?: string, + callback?: (error: Error | null, bytes: number) => void, + ): void; + send( + msg: string | NodeJS.ArrayBufferView | readonly any[], + port?: number, + callback?: (error: Error | null, bytes: number) => void, + ): void; + send( + msg: string | NodeJS.ArrayBufferView | readonly any[], + callback?: (error: Error | null, bytes: number) => void, + ): void; + send( + msg: string | NodeJS.ArrayBufferView, + offset: number, + length: number, + port?: number, + address?: string, + callback?: (error: Error | null, bytes: number) => void, + ): void; + send( + msg: string | NodeJS.ArrayBufferView, + offset: number, + length: number, + port?: number, + callback?: (error: Error | null, bytes: number) => void, + ): void; + send( + msg: string | NodeJS.ArrayBufferView, + offset: number, + length: number, + callback?: (error: Error | null, bytes: number) => void, + ): void; + /** + * Sets or clears the `SO_BROADCAST` socket option. When set to `true`, UDP + * packets may be sent to a local interface's broadcast address. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.6.9 + */ + setBroadcast(flag: boolean): void; + /** + * _All references to scope in this section are referring to [IPv6 Zone Indices](https://en.wikipedia.org/wiki/IPv6_address#Scoped_literal_IPv6_addresses), which are defined by [RFC + * 4007](https://tools.ietf.org/html/rfc4007). In string form, an IP_ + * _with a scope index is written as `'IP%scope'` where scope is an interface name_ + * _or interface number._ + * + * Sets the default outgoing multicast interface of the socket to a chosen + * interface or back to system interface selection. The `multicastInterface` must + * be a valid string representation of an IP from the socket's family. + * + * For IPv4 sockets, this should be the IP configured for the desired physical + * interface. All packets sent to multicast on the socket will be sent on the + * interface determined by the most recent successful use of this call. + * + * For IPv6 sockets, `multicastInterface` should include a scope to indicate the + * interface as in the examples that follow. In IPv6, individual `send` calls can + * also use explicit scope in addresses, so only packets sent to a multicast + * address without specifying an explicit scope are affected by the most recent + * successful use of this call. + * + * This method throws `EBADF` if called on an unbound socket. + * + * #### Example: IPv6 outgoing multicast interface + * + * On most systems, where scope format uses the interface name: + * + * ```js + * const socket = dgram.createSocket('udp6'); + * + * socket.bind(1234, () => { + * socket.setMulticastInterface('::%eth1'); + * }); + * ``` + * + * On Windows, where scope format uses an interface number: + * + * ```js + * const socket = dgram.createSocket('udp6'); + * + * socket.bind(1234, () => { + * socket.setMulticastInterface('::%2'); + * }); + * ``` + * + * #### Example: IPv4 outgoing multicast interface + * + * All systems use an IP of the host on the desired physical interface: + * + * ```js + * const socket = dgram.createSocket('udp4'); + * + * socket.bind(1234, () => { + * socket.setMulticastInterface('10.0.0.2'); + * }); + * ``` + * @since v8.6.0 + */ + setMulticastInterface(multicastInterface: string): void; + /** + * Sets or clears the `IP_MULTICAST_LOOP` socket option. When set to `true`, + * multicast packets will also be received on the local interface. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.3.8 + */ + setMulticastLoopback(flag: boolean): boolean; + /** + * Sets the `IP_MULTICAST_TTL` socket option. While TTL generally stands for + * "Time to Live", in this context it specifies the number of IP hops that a + * packet is allowed to travel through, specifically for multicast traffic. Each + * router or gateway that forwards a packet decrements the TTL. If the TTL is + * decremented to 0 by a router, it will not be forwarded. + * + * The `ttl` argument may be between 0 and 255\. The default on most systems is `1`. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.3.8 + */ + setMulticastTTL(ttl: number): number; + /** + * Sets the `SO_RCVBUF` socket option. Sets the maximum socket receive buffer + * in bytes. + * + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + */ + setRecvBufferSize(size: number): void; + /** + * Sets the `SO_SNDBUF` socket option. Sets the maximum socket send buffer + * in bytes. + * + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + */ + setSendBufferSize(size: number): void; + /** + * Sets the `IP_TTL` socket option. While TTL generally stands for "Time to Live", + * in this context it specifies the number of IP hops that a packet is allowed to + * travel through. Each router or gateway that forwards a packet decrements the + * TTL. If the TTL is decremented to 0 by a router, it will not be forwarded. + * Changing TTL values is typically done for network probes or when multicasting. + * + * The `ttl` argument may be between 1 and 255\. The default on most systems + * is 64. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.1.101 + */ + setTTL(ttl: number): number; + /** + * By default, binding a socket will cause it to block the Node.js process from + * exiting as long as the socket is open. The `socket.unref()` method can be used + * to exclude the socket from the reference counting that keeps the Node.js + * process active, allowing the process to exit even if the socket is still + * listening. + * + * Calling `socket.unref()` multiple times will have no additional effect. + * + * The `socket.unref()` method returns a reference to the socket so calls can be + * chained. + * @since v0.9.1 + */ + unref(): this; + /** + * Tells the kernel to join a source-specific multicast channel at the given `sourceAddress` and `groupAddress`, using the `multicastInterface` with the `IP_ADD_SOURCE_MEMBERSHIP` socket + * option. If the `multicastInterface` argument + * is not specified, the operating system will choose one interface and will add + * membership to it. To add membership to every available interface, call `socket.addSourceSpecificMembership()` multiple times, once per interface. + * + * When called on an unbound socket, this method will implicitly bind to a random + * port, listening on all interfaces. + * @since v13.1.0, v12.16.0 + */ + addSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void; + /** + * Instructs the kernel to leave a source-specific multicast channel at the given `sourceAddress` and `groupAddress` using the `IP_DROP_SOURCE_MEMBERSHIP` socket option. This method is + * automatically called by the kernel when the + * socket is closed or the process terminates, so most apps will never have + * reason to call this. + * + * If `multicastInterface` is not specified, the operating system will attempt to + * drop membership on all valid interfaces. + * @since v13.1.0, v12.16.0 + */ + dropSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void; + /** + * events.EventEmitter + * 1. close + * 2. connect + * 3. error + * 4. listening + * 5. message + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "connect", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "listening", listener: () => void): this; + addListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "connect"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "listening"): boolean; + emit(event: "message", msg: Buffer, rinfo: RemoteInfo): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "connect", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "listening", listener: () => void): this; + on(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "connect", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "listening", listener: () => void): this; + once(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "connect", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "listening", listener: () => void): this; + prependListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "connect", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "listening", listener: () => void): this; + prependOnceListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + /** + * Calls `socket.close()` and returns a promise that fulfills when the socket has closed. + * @since v20.5.0 + */ + [Symbol.asyncDispose](): Promise; + } +} +declare module "node:dgram" { + export * from "dgram"; +} diff --git a/node_modules/@types/node/diagnostics_channel.d.ts b/node_modules/@types/node/diagnostics_channel.d.ts new file mode 100644 index 0000000..fa5ed69 --- /dev/null +++ b/node_modules/@types/node/diagnostics_channel.d.ts @@ -0,0 +1,578 @@ +/** + * The `node:diagnostics_channel` module provides an API to create named channels + * to report arbitrary message data for diagnostics purposes. + * + * It can be accessed using: + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * ``` + * + * It is intended that a module writer wanting to report diagnostics messages + * will create one or many top-level channels to report messages through. + * Channels may also be acquired at runtime but it is not encouraged + * due to the additional overhead of doing so. Channels may be exported for + * convenience, but as long as the name is known it can be acquired anywhere. + * + * If you intend for your module to produce diagnostics data for others to + * consume it is recommended that you include documentation of what named + * channels are used along with the shape of the message data. Channel names + * should generally include the module name to avoid collisions with data from + * other modules. + * @since v15.1.0, v14.17.0 + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/diagnostics_channel.js) + */ +declare module "diagnostics_channel" { + import { AsyncLocalStorage } from "node:async_hooks"; + /** + * Check if there are active subscribers to the named channel. This is helpful if + * the message you want to send might be expensive to prepare. + * + * This API is optional but helpful when trying to publish messages from very + * performance-sensitive code. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * if (diagnostics_channel.hasSubscribers('my-channel')) { + * // There are subscribers, prepare and publish message + * } + * ``` + * @since v15.1.0, v14.17.0 + * @param name The channel name + * @return If there are active subscribers + */ + function hasSubscribers(name: string | symbol): boolean; + /** + * This is the primary entry-point for anyone wanting to publish to a named + * channel. It produces a channel object which is optimized to reduce overhead at + * publish time as much as possible. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * ``` + * @since v15.1.0, v14.17.0 + * @param name The channel name + * @return The named channel object + */ + function channel(name: string | symbol): Channel; + type ChannelListener = (message: unknown, name: string | symbol) => void; + /** + * Register a message handler to subscribe to this channel. This message handler + * will be run synchronously whenever a message is published to the channel. Any + * errors thrown in the message handler will trigger an `'uncaughtException'`. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * diagnostics_channel.subscribe('my-channel', (message, name) => { + * // Received data + * }); + * ``` + * @since v18.7.0, v16.17.0 + * @param name The channel name + * @param onMessage The handler to receive channel messages + */ + function subscribe(name: string | symbol, onMessage: ChannelListener): void; + /** + * Remove a message handler previously registered to this channel with {@link subscribe}. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * function onMessage(message, name) { + * // Received data + * } + * + * diagnostics_channel.subscribe('my-channel', onMessage); + * + * diagnostics_channel.unsubscribe('my-channel', onMessage); + * ``` + * @since v18.7.0, v16.17.0 + * @param name The channel name + * @param onMessage The previous subscribed handler to remove + * @return `true` if the handler was found, `false` otherwise. + */ + function unsubscribe(name: string | symbol, onMessage: ChannelListener): boolean; + /** + * Creates a `TracingChannel` wrapper for the given `TracingChannel Channels`. If a name is given, the corresponding tracing + * channels will be created in the form of `tracing:${name}:${eventType}` where `eventType` corresponds to the types of `TracingChannel Channels`. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channelsByName = diagnostics_channel.tracingChannel('my-channel'); + * + * // or... + * + * const channelsByCollection = diagnostics_channel.tracingChannel({ + * start: diagnostics_channel.channel('tracing:my-channel:start'), + * end: diagnostics_channel.channel('tracing:my-channel:end'), + * asyncStart: diagnostics_channel.channel('tracing:my-channel:asyncStart'), + * asyncEnd: diagnostics_channel.channel('tracing:my-channel:asyncEnd'), + * error: diagnostics_channel.channel('tracing:my-channel:error'), + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param nameOrChannels Channel name or object containing all the `TracingChannel Channels` + * @return Collection of channels to trace with + */ + function tracingChannel< + StoreType = unknown, + ContextType extends object = StoreType extends object ? StoreType : object, + >( + nameOrChannels: string | TracingChannelCollection, + ): TracingChannel; + /** + * The class `Channel` represents an individual named channel within the data + * pipeline. It is used to track subscribers and to publish messages when there + * are subscribers present. It exists as a separate object to avoid channel + * lookups at publish time, enabling very fast publish speeds and allowing + * for heavy use while incurring very minimal cost. Channels are created with {@link channel}, constructing a channel directly + * with `new Channel(name)` is not supported. + * @since v15.1.0, v14.17.0 + */ + class Channel { + readonly name: string | symbol; + /** + * Check if there are active subscribers to this channel. This is helpful if + * the message you want to send might be expensive to prepare. + * + * This API is optional but helpful when trying to publish messages from very + * performance-sensitive code. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * if (channel.hasSubscribers) { + * // There are subscribers, prepare and publish message + * } + * ``` + * @since v15.1.0, v14.17.0 + */ + readonly hasSubscribers: boolean; + private constructor(name: string | symbol); + /** + * Publish a message to any subscribers to the channel. This will trigger + * message handlers synchronously so they will execute within the same context. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.publish({ + * some: 'message', + * }); + * ``` + * @since v15.1.0, v14.17.0 + * @param message The message to send to the channel subscribers + */ + publish(message: unknown): void; + /** + * Register a message handler to subscribe to this channel. This message handler + * will be run synchronously whenever a message is published to the channel. Any + * errors thrown in the message handler will trigger an `'uncaughtException'`. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.subscribe((message, name) => { + * // Received data + * }); + * ``` + * @since v15.1.0, v14.17.0 + * @deprecated Since v18.7.0,v16.17.0 - Use {@link subscribe(name, onMessage)} + * @param onMessage The handler to receive channel messages + */ + subscribe(onMessage: ChannelListener): void; + /** + * Remove a message handler previously registered to this channel with `channel.subscribe(onMessage)`. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * function onMessage(message, name) { + * // Received data + * } + * + * channel.subscribe(onMessage); + * + * channel.unsubscribe(onMessage); + * ``` + * @since v15.1.0, v14.17.0 + * @deprecated Since v18.7.0,v16.17.0 - Use {@link unsubscribe(name, onMessage)} + * @param onMessage The previous subscribed handler to remove + * @return `true` if the handler was found, `false` otherwise. + */ + unsubscribe(onMessage: ChannelListener): void; + /** + * When `channel.runStores(context, ...)` is called, the given context data + * will be applied to any store bound to the channel. If the store has already been + * bound the previous `transform` function will be replaced with the new one. + * The `transform` function may be omitted to set the given context data as the + * context directly. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * import { AsyncLocalStorage } from 'node:async_hooks'; + * + * const store = new AsyncLocalStorage(); + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.bindStore(store, (data) => { + * return { data }; + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param store The store to which to bind the context data + * @param transform Transform context data before setting the store context + */ + bindStore(store: AsyncLocalStorage, transform?: (context: ContextType) => StoreType): void; + /** + * Remove a message handler previously registered to this channel with `channel.bindStore(store)`. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * import { AsyncLocalStorage } from 'node:async_hooks'; + * + * const store = new AsyncLocalStorage(); + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.bindStore(store); + * channel.unbindStore(store); + * ``` + * @since v19.9.0 + * @experimental + * @param store The store to unbind from the channel. + * @return `true` if the store was found, `false` otherwise. + */ + unbindStore(store: AsyncLocalStorage): boolean; + /** + * Applies the given data to any AsyncLocalStorage instances bound to the channel + * for the duration of the given function, then publishes to the channel within + * the scope of that data is applied to the stores. + * + * If a transform function was given to `channel.bindStore(store)` it will be + * applied to transform the message data before it becomes the context value for + * the store. The prior storage context is accessible from within the transform + * function in cases where context linking is required. + * + * The context applied to the store should be accessible in any async code which + * continues from execution which began during the given function, however + * there are some situations in which `context loss` may occur. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * import { AsyncLocalStorage } from 'node:async_hooks'; + * + * const store = new AsyncLocalStorage(); + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.bindStore(store, (message) => { + * const parent = store.getStore(); + * return new Span(message, parent); + * }); + * channel.runStores({ some: 'message' }, () => { + * store.getStore(); // Span({ some: 'message' }) + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param context Message to send to subscribers and bind to stores + * @param fn Handler to run within the entered storage context + * @param thisArg The receiver to be used for the function call. + * @param args Optional arguments to pass to the function. + */ + runStores( + context: ContextType, + fn: (this: ThisArg, ...args: Args) => Result, + thisArg?: ThisArg, + ...args: Args + ): Result; + } + interface TracingChannelSubscribers { + start: (message: ContextType) => void; + end: ( + message: ContextType & { + error?: unknown; + result?: unknown; + }, + ) => void; + asyncStart: ( + message: ContextType & { + error?: unknown; + result?: unknown; + }, + ) => void; + asyncEnd: ( + message: ContextType & { + error?: unknown; + result?: unknown; + }, + ) => void; + error: ( + message: ContextType & { + error: unknown; + }, + ) => void; + } + interface TracingChannelCollection { + start: Channel; + end: Channel; + asyncStart: Channel; + asyncEnd: Channel; + error: Channel; + } + /** + * The class `TracingChannel` is a collection of `TracingChannel Channels` which + * together express a single traceable action. It is used to formalize and + * simplify the process of producing events for tracing application flow. {@link tracingChannel} is used to construct a `TracingChannel`. As with `Channel` it is recommended to create and reuse a + * single `TracingChannel` at the top-level of the file rather than creating them + * dynamically. + * @since v19.9.0 + * @experimental + */ + class TracingChannel implements TracingChannelCollection { + start: Channel; + end: Channel; + asyncStart: Channel; + asyncEnd: Channel; + error: Channel; + /** + * Helper to subscribe a collection of functions to the corresponding channels. + * This is the same as calling `channel.subscribe(onMessage)` on each channel + * individually. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * + * channels.subscribe({ + * start(message) { + * // Handle start message + * }, + * end(message) { + * // Handle end message + * }, + * asyncStart(message) { + * // Handle asyncStart message + * }, + * asyncEnd(message) { + * // Handle asyncEnd message + * }, + * error(message) { + * // Handle error message + * }, + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param subscribers Set of `TracingChannel Channels` subscribers + */ + subscribe(subscribers: TracingChannelSubscribers): void; + /** + * Helper to unsubscribe a collection of functions from the corresponding channels. + * This is the same as calling `channel.unsubscribe(onMessage)` on each channel + * individually. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * + * channels.unsubscribe({ + * start(message) { + * // Handle start message + * }, + * end(message) { + * // Handle end message + * }, + * asyncStart(message) { + * // Handle asyncStart message + * }, + * asyncEnd(message) { + * // Handle asyncEnd message + * }, + * error(message) { + * // Handle error message + * }, + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param subscribers Set of `TracingChannel Channels` subscribers + * @return `true` if all handlers were successfully unsubscribed, and `false` otherwise. + */ + unsubscribe(subscribers: TracingChannelSubscribers): void; + /** + * Trace a synchronous function call. This will always produce a `start event` and `end event` around the execution and may produce an `error event` if the given function throws an error. + * This will run the given function using `channel.runStores(context, ...)` on the `start` channel which ensures all + * events should have any bound stores set to match this trace context. + * + * To ensure only correct trace graphs are formed, events will only be published if subscribers are present prior to starting the trace. Subscriptions + * which are added after the trace begins will not receive future events from that trace, only future traces will be seen. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * + * channels.traceSync(() => { + * // Do something + * }, { + * some: 'thing', + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param fn Function to wrap a trace around + * @param context Shared object to correlate events through + * @param thisArg The receiver to be used for the function call + * @param args Optional arguments to pass to the function + * @return The return value of the given function + */ + traceSync( + fn: (this: ThisArg, ...args: Args) => Result, + context?: ContextType, + thisArg?: ThisArg, + ...args: Args + ): Result; + /** + * Trace a promise-returning function call. This will always produce a `start event` and `end event` around the synchronous portion of the + * function execution, and will produce an `asyncStart event` and `asyncEnd event` when a promise continuation is reached. It may also + * produce an `error event` if the given function throws an error or the + * returned promise rejects. This will run the given function using `channel.runStores(context, ...)` on the `start` channel which ensures all + * events should have any bound stores set to match this trace context. + * + * To ensure only correct trace graphs are formed, events will only be published if subscribers are present prior to starting the trace. Subscriptions + * which are added after the trace begins will not receive future events from that trace, only future traces will be seen. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * + * channels.tracePromise(async () => { + * // Do something + * }, { + * some: 'thing', + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param fn Promise-returning function to wrap a trace around + * @param context Shared object to correlate trace events through + * @param thisArg The receiver to be used for the function call + * @param args Optional arguments to pass to the function + * @return Chained from promise returned by the given function + */ + tracePromise( + fn: (this: ThisArg, ...args: Args) => Promise, + context?: ContextType, + thisArg?: ThisArg, + ...args: Args + ): Promise; + /** + * Trace a callback-receiving function call. This will always produce a `start event` and `end event` around the synchronous portion of the + * function execution, and will produce a `asyncStart event` and `asyncEnd event` around the callback execution. It may also produce an `error event` if the given function throws an error or + * the returned + * promise rejects. This will run the given function using `channel.runStores(context, ...)` on the `start` channel which ensures all + * events should have any bound stores set to match this trace context. + * + * The `position` will be -1 by default to indicate the final argument should + * be used as the callback. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * + * channels.traceCallback((arg1, callback) => { + * // Do something + * callback(null, 'result'); + * }, 1, { + * some: 'thing', + * }, thisArg, arg1, callback); + * ``` + * + * The callback will also be run with `channel.runStores(context, ...)` which + * enables context loss recovery in some cases. + * + * To ensure only correct trace graphs are formed, events will only be published if subscribers are present prior to starting the trace. Subscriptions + * which are added after the trace begins will not receive future events from that trace, only future traces will be seen. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * import { AsyncLocalStorage } from 'node:async_hooks'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * const myStore = new AsyncLocalStorage(); + * + * // The start channel sets the initial store data to something + * // and stores that store data value on the trace context object + * channels.start.bindStore(myStore, (data) => { + * const span = new Span(data); + * data.span = span; + * return span; + * }); + * + * // Then asyncStart can restore from that data it stored previously + * channels.asyncStart.bindStore(myStore, (data) => { + * return data.span; + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param fn callback using function to wrap a trace around + * @param position Zero-indexed argument position of expected callback + * @param context Shared object to correlate trace events through + * @param thisArg The receiver to be used for the function call + * @param args Optional arguments to pass to the function + * @return The return value of the given function + */ + traceCallback( + fn: (this: ThisArg, ...args: Args) => Result, + position?: number, + context?: ContextType, + thisArg?: ThisArg, + ...args: Args + ): Result; + /** + * `true` if any of the individual channels has a subscriber, `false` if not. + * + * This is a helper method available on a {@link TracingChannel} instance to check + * if any of the [TracingChannel Channels](https://nodejs.org/api/diagnostics_channel.html#tracingchannel-channels) have subscribers. + * A `true` is returned if any of them have at least one subscriber, a `false` is returned otherwise. + * + * ```js + * const diagnostics_channel = require('node:diagnostics_channel'); + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * + * if (channels.hasSubscribers) { + * // Do something + * } + * ``` + * @since v22.0.0, v20.13.0 + */ + readonly hasSubscribers: boolean; + } +} +declare module "node:diagnostics_channel" { + export * from "diagnostics_channel"; +} diff --git a/node_modules/@types/node/dns.d.ts b/node_modules/@types/node/dns.d.ts new file mode 100644 index 0000000..f7539fd --- /dev/null +++ b/node_modules/@types/node/dns.d.ts @@ -0,0 +1,918 @@ +/** + * The `node:dns` module enables name resolution. For example, use it to look up IP + * addresses of host names. + * + * Although named for the [Domain Name System (DNS)](https://en.wikipedia.org/wiki/Domain_Name_System), it does not always use the + * DNS protocol for lookups. {@link lookup} uses the operating system + * facilities to perform name resolution. It may not need to perform any network + * communication. To perform name resolution the way other applications on the same + * system do, use {@link lookup}. + * + * ```js + * import dns from 'node:dns'; + * + * dns.lookup('example.org', (err, address, family) => { + * console.log('address: %j family: IPv%s', address, family); + * }); + * // address: "93.184.216.34" family: IPv4 + * ``` + * + * All other functions in the `node:dns` module connect to an actual DNS server to + * perform name resolution. They will always use the network to perform DNS + * queries. These functions do not use the same set of configuration files used by {@link lookup} (e.g. `/etc/hosts`). Use these functions to always perform + * DNS queries, bypassing other name-resolution facilities. + * + * ```js + * import dns from 'node:dns'; + * + * dns.resolve4('archive.org', (err, addresses) => { + * if (err) throw err; + * + * console.log(`addresses: ${JSON.stringify(addresses)}`); + * + * addresses.forEach((a) => { + * dns.reverse(a, (err, hostnames) => { + * if (err) { + * throw err; + * } + * console.log(`reverse for ${a}: ${JSON.stringify(hostnames)}`); + * }); + * }); + * }); + * ``` + * + * See the [Implementation considerations section](https://nodejs.org/docs/latest-v24.x/api/dns.html#implementation-considerations) for more information. + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/dns.js) + */ +declare module "dns" { + import * as dnsPromises from "node:dns/promises"; + // Supported getaddrinfo flags. + /** + * Limits returned address types to the types of non-loopback addresses configured on the system. For example, IPv4 addresses are + * only returned if the current system has at least one IPv4 address configured. + */ + export const ADDRCONFIG: number; + /** + * If the IPv6 family was specified, but no IPv6 addresses were found, then return IPv4 mapped IPv6 addresses. It is not supported + * on some operating systems (e.g. FreeBSD 10.1). + */ + export const V4MAPPED: number; + /** + * If `dns.V4MAPPED` is specified, return resolved IPv6 addresses as + * well as IPv4 mapped IPv6 addresses. + */ + export const ALL: number; + export interface LookupOptions { + /** + * The record family. Must be `4`, `6`, or `0`. For backward compatibility reasons, `'IPv4'` and `'IPv6'` are interpreted + * as `4` and `6` respectively. The value 0 indicates that either an IPv4 or IPv6 address is returned. If the value `0` is used + * with `{ all: true } (see below)`, both IPv4 and IPv6 addresses are returned. + * @default 0 + */ + family?: number | "IPv4" | "IPv6" | undefined; + /** + * One or more [supported `getaddrinfo`](https://nodejs.org/docs/latest-v24.x/api/dns.html#supported-getaddrinfo-flags) flags. Multiple flags may be + * passed by bitwise `OR`ing their values. + */ + hints?: number | undefined; + /** + * When `true`, the callback returns all resolved addresses in an array. Otherwise, returns a single address. + * @default false + */ + all?: boolean | undefined; + /** + * When `verbatim`, the resolved addresses are return unsorted. When `ipv4first`, the resolved addresses are sorted + * by placing IPv4 addresses before IPv6 addresses. When `ipv6first`, the resolved addresses are sorted by placing IPv6 + * addresses before IPv4 addresses. Default value is configurable using + * {@link setDefaultResultOrder} or [`--dns-result-order`](https://nodejs.org/docs/latest-v24.x/api/cli.html#--dns-result-orderorder). + * @default `verbatim` (addresses are not reordered) + * @since v22.1.0 + */ + order?: "ipv4first" | "ipv6first" | "verbatim" | undefined; + /** + * When `true`, the callback receives IPv4 and IPv6 addresses in the order the DNS resolver returned them. When `false`, IPv4 + * addresses are placed before IPv6 addresses. This option will be deprecated in favor of `order`. When both are specified, + * `order` has higher precedence. New code should only use `order`. Default value is configurable using {@link setDefaultResultOrder} + * @default true (addresses are not reordered) + * @deprecated Please use `order` option + */ + verbatim?: boolean | undefined; + } + export interface LookupOneOptions extends LookupOptions { + all?: false | undefined; + } + export interface LookupAllOptions extends LookupOptions { + all: true; + } + export interface LookupAddress { + /** + * A string representation of an IPv4 or IPv6 address. + */ + address: string; + /** + * `4` or `6`, denoting the family of `address`, or `0` if the address is not an IPv4 or IPv6 address. `0` is a likely indicator of a + * bug in the name resolution service used by the operating system. + */ + family: number; + } + /** + * Resolves a host name (e.g. `'nodejs.org'`) into the first found A (IPv4) or + * AAAA (IPv6) record. All `option` properties are optional. If `options` is an + * integer, then it must be `4` or `6` – if `options` is `0` or not provided, then + * IPv4 and IPv6 addresses are both returned if found. + * + * With the `all` option set to `true`, the arguments for `callback` change to `(err, addresses)`, with `addresses` being an array of objects with the + * properties `address` and `family`. + * + * On error, `err` is an `Error` object, where `err.code` is the error code. + * Keep in mind that `err.code` will be set to `'ENOTFOUND'` not only when + * the host name does not exist but also when the lookup fails in other ways + * such as no available file descriptors. + * + * `dns.lookup()` does not necessarily have anything to do with the DNS protocol. + * The implementation uses an operating system facility that can associate names + * with addresses and vice versa. This implementation can have subtle but + * important consequences on the behavior of any Node.js program. Please take some + * time to consult the [Implementation considerations section](https://nodejs.org/docs/latest-v24.x/api/dns.html#implementation-considerations) + * before using `dns.lookup()`. + * + * Example usage: + * + * ```js + * import dns from 'node:dns'; + * const options = { + * family: 6, + * hints: dns.ADDRCONFIG | dns.V4MAPPED, + * }; + * dns.lookup('example.com', options, (err, address, family) => + * console.log('address: %j family: IPv%s', address, family)); + * // address: "2606:2800:220:1:248:1893:25c8:1946" family: IPv6 + * + * // When options.all is true, the result will be an Array. + * options.all = true; + * dns.lookup('example.com', options, (err, addresses) => + * console.log('addresses: %j', addresses)); + * // addresses: [{"address":"2606:2800:220:1:248:1893:25c8:1946","family":6}] + * ``` + * + * If this method is invoked as its [util.promisify()](https://nodejs.org/docs/latest-v24.x/api/util.html#utilpromisifyoriginal) ed + * version, and `all` is not set to `true`, it returns a `Promise` for an `Object` with `address` and `family` properties. + * @since v0.1.90 + */ + export function lookup( + hostname: string, + family: number, + callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void, + ): void; + export function lookup( + hostname: string, + options: LookupOneOptions, + callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void, + ): void; + export function lookup( + hostname: string, + options: LookupAllOptions, + callback: (err: NodeJS.ErrnoException | null, addresses: LookupAddress[]) => void, + ): void; + export function lookup( + hostname: string, + options: LookupOptions, + callback: (err: NodeJS.ErrnoException | null, address: string | LookupAddress[], family: number) => void, + ): void; + export function lookup( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void, + ): void; + export namespace lookup { + function __promisify__(hostname: string, options: LookupAllOptions): Promise; + function __promisify__(hostname: string, options?: LookupOneOptions | number): Promise; + function __promisify__(hostname: string, options: LookupOptions): Promise; + } + /** + * Resolves the given `address` and `port` into a host name and service using + * the operating system's underlying `getnameinfo` implementation. + * + * If `address` is not a valid IP address, a `TypeError` will be thrown. + * The `port` will be coerced to a number. If it is not a legal port, a `TypeError` will be thrown. + * + * On an error, `err` is an [`Error`](https://nodejs.org/docs/latest-v24.x/api/errors.html#class-error) object, + * where `err.code` is the error code. + * + * ```js + * import dns from 'node:dns'; + * dns.lookupService('127.0.0.1', 22, (err, hostname, service) => { + * console.log(hostname, service); + * // Prints: localhost ssh + * }); + * ``` + * + * If this method is invoked as its [util.promisify()](https://nodejs.org/docs/latest-v24.x/api/util.html#utilpromisifyoriginal) ed + * version, it returns a `Promise` for an `Object` with `hostname` and `service` properties. + * @since v0.11.14 + */ + export function lookupService( + address: string, + port: number, + callback: (err: NodeJS.ErrnoException | null, hostname: string, service: string) => void, + ): void; + export namespace lookupService { + function __promisify__( + address: string, + port: number, + ): Promise<{ + hostname: string; + service: string; + }>; + } + export interface ResolveOptions { + ttl: boolean; + } + export interface ResolveWithTtlOptions extends ResolveOptions { + ttl: true; + } + export interface RecordWithTtl { + address: string; + ttl: number; + } + /** @deprecated Use `AnyARecord` or `AnyAaaaRecord` instead. */ + export type AnyRecordWithTtl = AnyARecord | AnyAaaaRecord; + export interface AnyARecord extends RecordWithTtl { + type: "A"; + } + export interface AnyAaaaRecord extends RecordWithTtl { + type: "AAAA"; + } + export interface CaaRecord { + critical: number; + issue?: string | undefined; + issuewild?: string | undefined; + iodef?: string | undefined; + contactemail?: string | undefined; + contactphone?: string | undefined; + } + export interface AnyCaaRecord extends CaaRecord { + type: "CAA"; + } + export interface MxRecord { + priority: number; + exchange: string; + } + export interface AnyMxRecord extends MxRecord { + type: "MX"; + } + export interface NaptrRecord { + flags: string; + service: string; + regexp: string; + replacement: string; + order: number; + preference: number; + } + export interface AnyNaptrRecord extends NaptrRecord { + type: "NAPTR"; + } + export interface SoaRecord { + nsname: string; + hostmaster: string; + serial: number; + refresh: number; + retry: number; + expire: number; + minttl: number; + } + export interface AnySoaRecord extends SoaRecord { + type: "SOA"; + } + export interface SrvRecord { + priority: number; + weight: number; + port: number; + name: string; + } + export interface AnySrvRecord extends SrvRecord { + type: "SRV"; + } + export interface TlsaRecord { + certUsage: number; + selector: number; + match: number; + data: ArrayBuffer; + } + export interface AnyTlsaRecord extends TlsaRecord { + type: "TLSA"; + } + export interface AnyTxtRecord { + type: "TXT"; + entries: string[]; + } + export interface AnyNsRecord { + type: "NS"; + value: string; + } + export interface AnyPtrRecord { + type: "PTR"; + value: string; + } + export interface AnyCnameRecord { + type: "CNAME"; + value: string; + } + export type AnyRecord = + | AnyARecord + | AnyAaaaRecord + | AnyCaaRecord + | AnyCnameRecord + | AnyMxRecord + | AnyNaptrRecord + | AnyNsRecord + | AnyPtrRecord + | AnySoaRecord + | AnySrvRecord + | AnyTlsaRecord + | AnyTxtRecord; + /** + * Uses the DNS protocol to resolve a host name (e.g. `'nodejs.org'`) into an array + * of the resource records. The `callback` function has arguments `(err, records)`. When successful, `records` will be an array of resource + * records. The type and structure of individual results varies based on `rrtype`: + * + * + * + * On error, `err` is an [`Error`](https://nodejs.org/docs/latest-v24.x/api/errors.html#class-error) object, + * where `err.code` is one of the `DNS error codes`. + * @since v0.1.27 + * @param hostname Host name to resolve. + * @param [rrtype='A'] Resource record type. + */ + export function resolve( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "A" | "AAAA" | "CNAME" | "NS" | "PTR", + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "ANY", + callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "CAA", + callback: (err: NodeJS.ErrnoException | null, address: CaaRecord[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "MX", + callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "NAPTR", + callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "SOA", + callback: (err: NodeJS.ErrnoException | null, addresses: SoaRecord) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "SRV", + callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "TLSA", + callback: (err: NodeJS.ErrnoException | null, addresses: TlsaRecord[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "TXT", + callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: string, + callback: ( + err: NodeJS.ErrnoException | null, + addresses: + | string[] + | CaaRecord[] + | MxRecord[] + | NaptrRecord[] + | SoaRecord + | SrvRecord[] + | TlsaRecord[] + | string[][] + | AnyRecord[], + ) => void, + ): void; + export namespace resolve { + function __promisify__(hostname: string, rrtype?: "A" | "AAAA" | "CNAME" | "NS" | "PTR"): Promise; + function __promisify__(hostname: string, rrtype: "ANY"): Promise; + function __promisify__(hostname: string, rrtype: "CAA"): Promise; + function __promisify__(hostname: string, rrtype: "MX"): Promise; + function __promisify__(hostname: string, rrtype: "NAPTR"): Promise; + function __promisify__(hostname: string, rrtype: "SOA"): Promise; + function __promisify__(hostname: string, rrtype: "SRV"): Promise; + function __promisify__(hostname: string, rrtype: "TLSA"): Promise; + function __promisify__(hostname: string, rrtype: "TXT"): Promise; + function __promisify__( + hostname: string, + rrtype: string, + ): Promise< + | string[] + | CaaRecord[] + | MxRecord[] + | NaptrRecord[] + | SoaRecord + | SrvRecord[] + | TlsaRecord[] + | string[][] + | AnyRecord[] + >; + } + /** + * Uses the DNS protocol to resolve a IPv4 addresses (`A` records) for the `hostname`. The `addresses` argument passed to the `callback` function + * will contain an array of IPv4 addresses (e.g.`['74.125.79.104', '74.125.79.105', '74.125.79.106']`). + * @since v0.1.16 + * @param hostname Host name to resolve. + */ + export function resolve4( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export function resolve4( + hostname: string, + options: ResolveWithTtlOptions, + callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void, + ): void; + export function resolve4( + hostname: string, + options: ResolveOptions, + callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void, + ): void; + export namespace resolve4 { + function __promisify__(hostname: string): Promise; + function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise; + function __promisify__(hostname: string, options?: ResolveOptions): Promise; + } + /** + * Uses the DNS protocol to resolve IPv6 addresses (`AAAA` records) for the `hostname`. The `addresses` argument passed to the `callback` function + * will contain an array of IPv6 addresses. + * @since v0.1.16 + * @param hostname Host name to resolve. + */ + export function resolve6( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export function resolve6( + hostname: string, + options: ResolveWithTtlOptions, + callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void, + ): void; + export function resolve6( + hostname: string, + options: ResolveOptions, + callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void, + ): void; + export namespace resolve6 { + function __promisify__(hostname: string): Promise; + function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise; + function __promisify__(hostname: string, options?: ResolveOptions): Promise; + } + /** + * Uses the DNS protocol to resolve `CNAME` records for the `hostname`. The `addresses` argument passed to the `callback` function + * will contain an array of canonical name records available for the `hostname` (e.g. `['bar.example.com']`). + * @since v0.3.2 + */ + export function resolveCname( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export namespace resolveCname { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve `CAA` records for the `hostname`. The `addresses` argument passed to the `callback` function + * will contain an array of certification authority authorization records + * available for the `hostname` (e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'}, {critical: 128, issue: 'pki.example.com'}]`). + * @since v15.0.0, v14.17.0 + */ + export function resolveCaa( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, records: CaaRecord[]) => void, + ): void; + export namespace resolveCaa { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve mail exchange records (`MX` records) for the `hostname`. The `addresses` argument passed to the `callback` function will + * contain an array of objects containing both a `priority` and `exchange` property (e.g. `[{priority: 10, exchange: 'mx.example.com'}, ...]`). + * @since v0.1.27 + */ + export function resolveMx( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void, + ): void; + export namespace resolveMx { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve regular expression-based records (`NAPTR` records) for the `hostname`. The `addresses` argument passed to the `callback` function will contain an array of + * objects with the following properties: + * + * * `flags` + * * `service` + * * `regexp` + * * `replacement` + * * `order` + * * `preference` + * + * ```js + * { + * flags: 's', + * service: 'SIP+D2U', + * regexp: '', + * replacement: '_sip._udp.example.com', + * order: 30, + * preference: 100 + * } + * ``` + * @since v0.9.12 + */ + export function resolveNaptr( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void, + ): void; + export namespace resolveNaptr { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve name server records (`NS` records) for the `hostname`. The `addresses` argument passed to the `callback` function will + * contain an array of name server records available for `hostname` (e.g. `['ns1.example.com', 'ns2.example.com']`). + * @since v0.1.90 + */ + export function resolveNs( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export namespace resolveNs { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve pointer records (`PTR` records) for the `hostname`. The `addresses` argument passed to the `callback` function will + * be an array of strings containing the reply records. + * @since v6.0.0 + */ + export function resolvePtr( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export namespace resolvePtr { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve a start of authority record (`SOA` record) for + * the `hostname`. The `address` argument passed to the `callback` function will + * be an object with the following properties: + * + * * `nsname` + * * `hostmaster` + * * `serial` + * * `refresh` + * * `retry` + * * `expire` + * * `minttl` + * + * ```js + * { + * nsname: 'ns.example.com', + * hostmaster: 'root.example.com', + * serial: 2013101809, + * refresh: 10000, + * retry: 2400, + * expire: 604800, + * minttl: 3600 + * } + * ``` + * @since v0.11.10 + */ + export function resolveSoa( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, address: SoaRecord) => void, + ): void; + export namespace resolveSoa { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve service records (`SRV` records) for the `hostname`. The `addresses` argument passed to the `callback` function will + * be an array of objects with the following properties: + * + * * `priority` + * * `weight` + * * `port` + * * `name` + * + * ```js + * { + * priority: 10, + * weight: 5, + * port: 21223, + * name: 'service.example.com' + * } + * ``` + * @since v0.1.27 + */ + export function resolveSrv( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void, + ): void; + export namespace resolveSrv { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve certificate associations (`TLSA` records) for + * the `hostname`. The `records` argument passed to the `callback` function is an + * array of objects with these properties: + * + * * `certUsage` + * * `selector` + * * `match` + * * `data` + * + * ```js + * { + * certUsage: 3, + * selector: 1, + * match: 1, + * data: [ArrayBuffer] + * } + * ``` + * @since v23.9.0, v22.15.0 + */ + export function resolveTlsa( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: TlsaRecord[]) => void, + ): void; + export namespace resolveTlsa { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve text queries (`TXT` records) for the `hostname`. The `records` argument passed to the `callback` function is a + * two-dimensional array of the text records available for `hostname` (e.g.`[ ['v=spf1 ip4:0.0.0.0 ', '~all' ] ]`). Each sub-array contains TXT chunks of + * one record. Depending on the use case, these could be either joined together or + * treated separately. + * @since v0.1.27 + */ + export function resolveTxt( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void, + ): void; + export namespace resolveTxt { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve all records (also known as `ANY` or `*` query). + * The `ret` argument passed to the `callback` function will be an array containing + * various types of records. Each object has a property `type` that indicates the + * type of the current record. And depending on the `type`, additional properties + * will be present on the object: + * + * + * + * Here is an example of the `ret` object passed to the callback: + * + * ```js + * [ { type: 'A', address: '127.0.0.1', ttl: 299 }, + * { type: 'CNAME', value: 'example.com' }, + * { type: 'MX', exchange: 'alt4.aspmx.l.example.com', priority: 50 }, + * { type: 'NS', value: 'ns1.example.com' }, + * { type: 'TXT', entries: [ 'v=spf1 include:_spf.example.com ~all' ] }, + * { type: 'SOA', + * nsname: 'ns1.example.com', + * hostmaster: 'admin.example.com', + * serial: 156696742, + * refresh: 900, + * retry: 900, + * expire: 1800, + * minttl: 60 } ] + * ``` + * + * DNS server operators may choose not to respond to `ANY` queries. It may be better to call individual methods like {@link resolve4}, {@link resolveMx}, and so on. For more details, see + * [RFC 8482](https://tools.ietf.org/html/rfc8482). + */ + export function resolveAny( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void, + ): void; + export namespace resolveAny { + function __promisify__(hostname: string): Promise; + } + /** + * Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an + * array of host names. + * + * On error, `err` is an [`Error`](https://nodejs.org/docs/latest-v24.x/api/errors.html#class-error) object, where `err.code` is + * one of the [DNS error codes](https://nodejs.org/docs/latest-v24.x/api/dns.html#error-codes). + * @since v0.1.16 + */ + export function reverse( + ip: string, + callback: (err: NodeJS.ErrnoException | null, hostnames: string[]) => void, + ): void; + /** + * Get the default value for `order` in {@link lookup} and [`dnsPromises.lookup()`](https://nodejs.org/docs/latest-v24.x/api/dns.html#dnspromiseslookuphostname-options). + * The value could be: + * + * * `ipv4first`: for `order` defaulting to `ipv4first`. + * * `ipv6first`: for `order` defaulting to `ipv6first`. + * * `verbatim`: for `order` defaulting to `verbatim`. + * @since v18.17.0 + */ + export function getDefaultResultOrder(): "ipv4first" | "ipv6first" | "verbatim"; + /** + * Sets the IP address and port of servers to be used when performing DNS + * resolution. The `servers` argument is an array of [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6) formatted + * addresses. If the port is the IANA default DNS port (53) it can be omitted. + * + * ```js + * dns.setServers([ + * '4.4.4.4', + * '[2001:4860:4860::8888]', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ]); + * ``` + * + * An error will be thrown if an invalid address is provided. + * + * The `dns.setServers()` method must not be called while a DNS query is in + * progress. + * + * The {@link setServers} method affects only {@link resolve}, `dns.resolve*()` and {@link reverse} (and specifically _not_ {@link lookup}). + * + * This method works much like [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html). + * That is, if attempting to resolve with the first server provided results in a `NOTFOUND` error, the `resolve()` method will _not_ attempt to resolve with + * subsequent servers provided. Fallback DNS servers will only be used if the + * earlier ones time out or result in some other error. + * @since v0.11.3 + * @param servers array of [RFC 5952](https://datatracker.ietf.org/doc/html/rfc5952#section-6) formatted addresses + */ + export function setServers(servers: readonly string[]): void; + /** + * Returns an array of IP address strings, formatted according to [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6), + * that are currently configured for DNS resolution. A string will include a port + * section if a custom port is used. + * + * ```js + * [ + * '4.4.4.4', + * '2001:4860:4860::8888', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ] + * ``` + * @since v0.11.3 + */ + export function getServers(): string[]; + /** + * Set the default value of `order` in {@link lookup} and [`dnsPromises.lookup()`](https://nodejs.org/docs/latest-v24.x/api/dns.html#dnspromiseslookuphostname-options). + * The value could be: + * + * * `ipv4first`: sets default `order` to `ipv4first`. + * * `ipv6first`: sets default `order` to `ipv6first`. + * * `verbatim`: sets default `order` to `verbatim`. + * + * The default is `verbatim` and {@link setDefaultResultOrder} have higher + * priority than [`--dns-result-order`](https://nodejs.org/docs/latest-v24.x/api/cli.html#--dns-result-orderorder). When using + * [worker threads](https://nodejs.org/docs/latest-v24.x/api/worker_threads.html), {@link setDefaultResultOrder} from the main + * thread won't affect the default dns orders in workers. + * @since v16.4.0, v14.18.0 + * @param order must be `'ipv4first'`, `'ipv6first'` or `'verbatim'`. + */ + export function setDefaultResultOrder(order: "ipv4first" | "ipv6first" | "verbatim"): void; + // Error codes + export const NODATA: "ENODATA"; + export const FORMERR: "EFORMERR"; + export const SERVFAIL: "ESERVFAIL"; + export const NOTFOUND: "ENOTFOUND"; + export const NOTIMP: "ENOTIMP"; + export const REFUSED: "EREFUSED"; + export const BADQUERY: "EBADQUERY"; + export const BADNAME: "EBADNAME"; + export const BADFAMILY: "EBADFAMILY"; + export const BADRESP: "EBADRESP"; + export const CONNREFUSED: "ECONNREFUSED"; + export const TIMEOUT: "ETIMEOUT"; + export const EOF: "EOF"; + export const FILE: "EFILE"; + export const NOMEM: "ENOMEM"; + export const DESTRUCTION: "EDESTRUCTION"; + export const BADSTR: "EBADSTR"; + export const BADFLAGS: "EBADFLAGS"; + export const NONAME: "ENONAME"; + export const BADHINTS: "EBADHINTS"; + export const NOTINITIALIZED: "ENOTINITIALIZED"; + export const LOADIPHLPAPI: "ELOADIPHLPAPI"; + export const ADDRGETNETWORKPARAMS: "EADDRGETNETWORKPARAMS"; + export const CANCELLED: "ECANCELLED"; + export interface ResolverOptions { + /** + * Query timeout in milliseconds, or `-1` to use the default timeout. + */ + timeout?: number | undefined; + /** + * The number of tries the resolver will try contacting each name server before giving up. + * @default 4 + */ + tries?: number; + } + /** + * An independent resolver for DNS requests. + * + * Creating a new resolver uses the default server settings. Setting + * the servers used for a resolver using [`resolver.setServers()`](https://nodejs.org/docs/latest-v24.x/api/dns.html#dnssetserversservers) does not affect + * other resolvers: + * + * ```js + * import { Resolver } from 'node:dns'; + * const resolver = new Resolver(); + * resolver.setServers(['4.4.4.4']); + * + * // This request will use the server at 4.4.4.4, independent of global settings. + * resolver.resolve4('example.org', (err, addresses) => { + * // ... + * }); + * ``` + * + * The following methods from the `node:dns` module are available: + * + * * `resolver.getServers()` + * * `resolver.resolve()` + * * `resolver.resolve4()` + * * `resolver.resolve6()` + * * `resolver.resolveAny()` + * * `resolver.resolveCaa()` + * * `resolver.resolveCname()` + * * `resolver.resolveMx()` + * * `resolver.resolveNaptr()` + * * `resolver.resolveNs()` + * * `resolver.resolvePtr()` + * * `resolver.resolveSoa()` + * * `resolver.resolveSrv()` + * * `resolver.resolveTxt()` + * * `resolver.reverse()` + * * `resolver.setServers()` + * @since v8.3.0 + */ + export class Resolver { + constructor(options?: ResolverOptions); + /** + * Cancel all outstanding DNS queries made by this resolver. The corresponding + * callbacks will be called with an error with code `ECANCELLED`. + * @since v8.3.0 + */ + cancel(): void; + getServers: typeof getServers; + resolve: typeof resolve; + resolve4: typeof resolve4; + resolve6: typeof resolve6; + resolveAny: typeof resolveAny; + resolveCaa: typeof resolveCaa; + resolveCname: typeof resolveCname; + resolveMx: typeof resolveMx; + resolveNaptr: typeof resolveNaptr; + resolveNs: typeof resolveNs; + resolvePtr: typeof resolvePtr; + resolveSoa: typeof resolveSoa; + resolveSrv: typeof resolveSrv; + resolveTlsa: typeof resolveTlsa; + resolveTxt: typeof resolveTxt; + reverse: typeof reverse; + /** + * The resolver instance will send its requests from the specified IP address. + * This allows programs to specify outbound interfaces when used on multi-homed + * systems. + * + * If a v4 or v6 address is not specified, it is set to the default and the + * operating system will choose a local address automatically. + * + * The resolver will use the v4 local address when making requests to IPv4 DNS + * servers, and the v6 local address when making requests to IPv6 DNS servers. + * The `rrtype` of resolution requests has no impact on the local address used. + * @since v15.1.0, v14.17.0 + * @param [ipv4='0.0.0.0'] A string representation of an IPv4 address. + * @param [ipv6='::0'] A string representation of an IPv6 address. + */ + setLocalAddress(ipv4?: string, ipv6?: string): void; + setServers: typeof setServers; + } + export { dnsPromises as promises }; +} +declare module "node:dns" { + export * from "dns"; +} diff --git a/node_modules/@types/node/dns/promises.d.ts b/node_modules/@types/node/dns/promises.d.ts new file mode 100644 index 0000000..efb9fbf --- /dev/null +++ b/node_modules/@types/node/dns/promises.d.ts @@ -0,0 +1,503 @@ +/** + * The `dns.promises` API provides an alternative set of asynchronous DNS methods + * that return `Promise` objects rather than using callbacks. The API is accessible + * via `import { promises as dnsPromises } from 'node:dns'` or `import dnsPromises from 'node:dns/promises'`. + * @since v10.6.0 + */ +declare module "dns/promises" { + import { + AnyRecord, + CaaRecord, + LookupAddress, + LookupAllOptions, + LookupOneOptions, + LookupOptions, + MxRecord, + NaptrRecord, + RecordWithTtl, + ResolveOptions, + ResolverOptions, + ResolveWithTtlOptions, + SoaRecord, + SrvRecord, + TlsaRecord, + } from "node:dns"; + /** + * Returns an array of IP address strings, formatted according to [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6), + * that are currently configured for DNS resolution. A string will include a port + * section if a custom port is used. + * + * ```js + * [ + * '4.4.4.4', + * '2001:4860:4860::8888', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ] + * ``` + * @since v10.6.0 + */ + function getServers(): string[]; + /** + * Resolves a host name (e.g. `'nodejs.org'`) into the first found A (IPv4) or + * AAAA (IPv6) record. All `option` properties are optional. If `options` is an + * integer, then it must be `4` or `6` – if `options` is not provided, then IPv4 + * and IPv6 addresses are both returned if found. + * + * With the `all` option set to `true`, the `Promise` is resolved with `addresses` being an array of objects with the properties `address` and `family`. + * + * On error, the `Promise` is rejected with an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code` is the error code. + * Keep in mind that `err.code` will be set to `'ENOTFOUND'` not only when + * the host name does not exist but also when the lookup fails in other ways + * such as no available file descriptors. + * + * [`dnsPromises.lookup()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromiseslookuphostname-options) does not necessarily have anything to do with the DNS + * protocol. The implementation uses an operating system facility that can + * associate names with addresses and vice versa. This implementation can have + * subtle but important consequences on the behavior of any Node.js program. Please + * take some time to consult the [Implementation considerations section](https://nodejs.org/docs/latest-v20.x/api/dns.html#implementation-considerations) before + * using `dnsPromises.lookup()`. + * + * Example usage: + * + * ```js + * import dns from 'node:dns'; + * const dnsPromises = dns.promises; + * const options = { + * family: 6, + * hints: dns.ADDRCONFIG | dns.V4MAPPED, + * }; + * + * dnsPromises.lookup('example.com', options).then((result) => { + * console.log('address: %j family: IPv%s', result.address, result.family); + * // address: "2606:2800:220:1:248:1893:25c8:1946" family: IPv6 + * }); + * + * // When options.all is true, the result will be an Array. + * options.all = true; + * dnsPromises.lookup('example.com', options).then((result) => { + * console.log('addresses: %j', result); + * // addresses: [{"address":"2606:2800:220:1:248:1893:25c8:1946","family":6}] + * }); + * ``` + * @since v10.6.0 + */ + function lookup(hostname: string, family: number): Promise; + function lookup(hostname: string, options: LookupOneOptions): Promise; + function lookup(hostname: string, options: LookupAllOptions): Promise; + function lookup(hostname: string, options: LookupOptions): Promise; + function lookup(hostname: string): Promise; + /** + * Resolves the given `address` and `port` into a host name and service using + * the operating system's underlying `getnameinfo` implementation. + * + * If `address` is not a valid IP address, a `TypeError` will be thrown. + * The `port` will be coerced to a number. If it is not a legal port, a `TypeError` will be thrown. + * + * On error, the `Promise` is rejected with an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code` is the error code. + * + * ```js + * import dnsPromises from 'node:dns'; + * dnsPromises.lookupService('127.0.0.1', 22).then((result) => { + * console.log(result.hostname, result.service); + * // Prints: localhost ssh + * }); + * ``` + * @since v10.6.0 + */ + function lookupService( + address: string, + port: number, + ): Promise<{ + hostname: string; + service: string; + }>; + /** + * Uses the DNS protocol to resolve a host name (e.g. `'nodejs.org'`) into an array + * of the resource records. When successful, the `Promise` is resolved with an + * array of resource records. The type and structure of individual results vary + * based on `rrtype`: + * + * + * + * On error, the `Promise` is rejected with an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code` + * is one of the [DNS error codes](https://nodejs.org/docs/latest-v20.x/api/dns.html#error-codes). + * @since v10.6.0 + * @param hostname Host name to resolve. + * @param [rrtype='A'] Resource record type. + */ + function resolve(hostname: string): Promise; + function resolve(hostname: string, rrtype: "A" | "AAAA" | "CNAME" | "NS" | "PTR"): Promise; + function resolve(hostname: string, rrtype: "ANY"): Promise; + function resolve(hostname: string, rrtype: "CAA"): Promise; + function resolve(hostname: string, rrtype: "MX"): Promise; + function resolve(hostname: string, rrtype: "NAPTR"): Promise; + function resolve(hostname: string, rrtype: "SOA"): Promise; + function resolve(hostname: string, rrtype: "SRV"): Promise; + function resolve(hostname: string, rrtype: "TLSA"): Promise; + function resolve(hostname: string, rrtype: "TXT"): Promise; + function resolve(hostname: string, rrtype: string): Promise< + | string[] + | CaaRecord[] + | MxRecord[] + | NaptrRecord[] + | SoaRecord + | SrvRecord[] + | TlsaRecord[] + | string[][] + | AnyRecord[] + >; + /** + * Uses the DNS protocol to resolve IPv4 addresses (`A` records) for the `hostname`. On success, the `Promise` is resolved with an array of IPv4 + * addresses (e.g. `['74.125.79.104', '74.125.79.105', '74.125.79.106']`). + * @since v10.6.0 + * @param hostname Host name to resolve. + */ + function resolve4(hostname: string): Promise; + function resolve4(hostname: string, options: ResolveWithTtlOptions): Promise; + function resolve4(hostname: string, options: ResolveOptions): Promise; + /** + * Uses the DNS protocol to resolve IPv6 addresses (`AAAA` records) for the `hostname`. On success, the `Promise` is resolved with an array of IPv6 + * addresses. + * @since v10.6.0 + * @param hostname Host name to resolve. + */ + function resolve6(hostname: string): Promise; + function resolve6(hostname: string, options: ResolveWithTtlOptions): Promise; + function resolve6(hostname: string, options: ResolveOptions): Promise; + /** + * Uses the DNS protocol to resolve all records (also known as `ANY` or `*` query). + * On success, the `Promise` is resolved with an array containing various types of + * records. Each object has a property `type` that indicates the type of the + * current record. And depending on the `type`, additional properties will be + * present on the object: + * + * + * + * Here is an example of the result object: + * + * ```js + * [ { type: 'A', address: '127.0.0.1', ttl: 299 }, + * { type: 'CNAME', value: 'example.com' }, + * { type: 'MX', exchange: 'alt4.aspmx.l.example.com', priority: 50 }, + * { type: 'NS', value: 'ns1.example.com' }, + * { type: 'TXT', entries: [ 'v=spf1 include:_spf.example.com ~all' ] }, + * { type: 'SOA', + * nsname: 'ns1.example.com', + * hostmaster: 'admin.example.com', + * serial: 156696742, + * refresh: 900, + * retry: 900, + * expire: 1800, + * minttl: 60 } ] + * ``` + * @since v10.6.0 + */ + function resolveAny(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve `CAA` records for the `hostname`. On success, + * the `Promise` is resolved with an array of objects containing available + * certification authority authorization records available for the `hostname` (e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'},{critical: 128, issue: 'pki.example.com'}]`). + * @since v15.0.0, v14.17.0 + */ + function resolveCaa(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve `CNAME` records for the `hostname`. On success, + * the `Promise` is resolved with an array of canonical name records available for + * the `hostname` (e.g. `['bar.example.com']`). + * @since v10.6.0 + */ + function resolveCname(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve mail exchange records (`MX` records) for the `hostname`. On success, the `Promise` is resolved with an array of objects + * containing both a `priority` and `exchange` property (e.g.`[{priority: 10, exchange: 'mx.example.com'}, ...]`). + * @since v10.6.0 + */ + function resolveMx(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve regular expression-based records (`NAPTR` records) for the `hostname`. On success, the `Promise` is resolved with an array + * of objects with the following properties: + * + * * `flags` + * * `service` + * * `regexp` + * * `replacement` + * * `order` + * * `preference` + * + * ```js + * { + * flags: 's', + * service: 'SIP+D2U', + * regexp: '', + * replacement: '_sip._udp.example.com', + * order: 30, + * preference: 100 + * } + * ``` + * @since v10.6.0 + */ + function resolveNaptr(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve name server records (`NS` records) for the `hostname`. On success, the `Promise` is resolved with an array of name server + * records available for `hostname` (e.g.`['ns1.example.com', 'ns2.example.com']`). + * @since v10.6.0 + */ + function resolveNs(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve pointer records (`PTR` records) for the `hostname`. On success, the `Promise` is resolved with an array of strings + * containing the reply records. + * @since v10.6.0 + */ + function resolvePtr(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve a start of authority record (`SOA` record) for + * the `hostname`. On success, the `Promise` is resolved with an object with the + * following properties: + * + * * `nsname` + * * `hostmaster` + * * `serial` + * * `refresh` + * * `retry` + * * `expire` + * * `minttl` + * + * ```js + * { + * nsname: 'ns.example.com', + * hostmaster: 'root.example.com', + * serial: 2013101809, + * refresh: 10000, + * retry: 2400, + * expire: 604800, + * minttl: 3600 + * } + * ``` + * @since v10.6.0 + */ + function resolveSoa(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve service records (`SRV` records) for the `hostname`. On success, the `Promise` is resolved with an array of objects with + * the following properties: + * + * * `priority` + * * `weight` + * * `port` + * * `name` + * + * ```js + * { + * priority: 10, + * weight: 5, + * port: 21223, + * name: 'service.example.com' + * } + * ``` + * @since v10.6.0 + */ + function resolveSrv(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve certificate associations (`TLSA` records) for + * the `hostname`. On success, the `Promise` is resolved with an array of objectsAdd commentMore actions + * with these properties: + * + * * `certUsage` + * * `selector` + * * `match` + * * `data` + * + * ```js + * { + * certUsage: 3, + * selector: 1, + * match: 1, + * data: [ArrayBuffer] + * } + * ``` + * @since v23.9.0, v22.15.0 + */ + function resolveTlsa(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve text queries (`TXT` records) for the `hostname`. On success, the `Promise` is resolved with a two-dimensional array + * of the text records available for `hostname` (e.g.`[ ['v=spf1 ip4:0.0.0.0 ', '~all' ] ]`). Each sub-array contains TXT chunks of + * one record. Depending on the use case, these could be either joined together or + * treated separately. + * @since v10.6.0 + */ + function resolveTxt(hostname: string): Promise; + /** + * Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an + * array of host names. + * + * On error, the `Promise` is rejected with an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code` + * is one of the [DNS error codes](https://nodejs.org/docs/latest-v20.x/api/dns.html#error-codes). + * @since v10.6.0 + */ + function reverse(ip: string): Promise; + /** + * Get the default value for `verbatim` in {@link lookup} and [dnsPromises.lookup()](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromiseslookuphostname-options). + * The value could be: + * + * * `ipv4first`: for `verbatim` defaulting to `false`. + * * `verbatim`: for `verbatim` defaulting to `true`. + * @since v20.1.0 + */ + function getDefaultResultOrder(): "ipv4first" | "verbatim"; + /** + * Sets the IP address and port of servers to be used when performing DNS + * resolution. The `servers` argument is an array of [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6) formatted + * addresses. If the port is the IANA default DNS port (53) it can be omitted. + * + * ```js + * dnsPromises.setServers([ + * '4.4.4.4', + * '[2001:4860:4860::8888]', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ]); + * ``` + * + * An error will be thrown if an invalid address is provided. + * + * The `dnsPromises.setServers()` method must not be called while a DNS query is in + * progress. + * + * This method works much like [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html). + * That is, if attempting to resolve with the first server provided results in a `NOTFOUND` error, the `resolve()` method will _not_ attempt to resolve with + * subsequent servers provided. Fallback DNS servers will only be used if the + * earlier ones time out or result in some other error. + * @since v10.6.0 + * @param servers array of `RFC 5952` formatted addresses + */ + function setServers(servers: readonly string[]): void; + /** + * Set the default value of `order` in `dns.lookup()` and `{@link lookup}`. The value could be: + * + * * `ipv4first`: sets default `order` to `ipv4first`. + * * `ipv6first`: sets default `order` to `ipv6first`. + * * `verbatim`: sets default `order` to `verbatim`. + * + * The default is `verbatim` and [dnsPromises.setDefaultResultOrder()](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromisessetdefaultresultorderorder) + * have higher priority than [`--dns-result-order`](https://nodejs.org/docs/latest-v20.x/api/cli.html#--dns-result-orderorder). + * When using [worker threads](https://nodejs.org/docs/latest-v20.x/api/worker_threads.html), [`dnsPromises.setDefaultResultOrder()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromisessetdefaultresultorderorder) + * from the main thread won't affect the default dns orders in workers. + * @since v16.4.0, v14.18.0 + * @param order must be `'ipv4first'`, `'ipv6first'` or `'verbatim'`. + */ + function setDefaultResultOrder(order: "ipv4first" | "ipv6first" | "verbatim"): void; + // Error codes + const NODATA: "ENODATA"; + const FORMERR: "EFORMERR"; + const SERVFAIL: "ESERVFAIL"; + const NOTFOUND: "ENOTFOUND"; + const NOTIMP: "ENOTIMP"; + const REFUSED: "EREFUSED"; + const BADQUERY: "EBADQUERY"; + const BADNAME: "EBADNAME"; + const BADFAMILY: "EBADFAMILY"; + const BADRESP: "EBADRESP"; + const CONNREFUSED: "ECONNREFUSED"; + const TIMEOUT: "ETIMEOUT"; + const EOF: "EOF"; + const FILE: "EFILE"; + const NOMEM: "ENOMEM"; + const DESTRUCTION: "EDESTRUCTION"; + const BADSTR: "EBADSTR"; + const BADFLAGS: "EBADFLAGS"; + const NONAME: "ENONAME"; + const BADHINTS: "EBADHINTS"; + const NOTINITIALIZED: "ENOTINITIALIZED"; + const LOADIPHLPAPI: "ELOADIPHLPAPI"; + const ADDRGETNETWORKPARAMS: "EADDRGETNETWORKPARAMS"; + const CANCELLED: "ECANCELLED"; + + /** + * An independent resolver for DNS requests. + * + * Creating a new resolver uses the default server settings. Setting + * the servers used for a resolver using [`resolver.setServers()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromisessetserversservers) does not affect + * other resolvers: + * + * ```js + * import { promises } from 'node:dns'; + * const resolver = new promises.Resolver(); + * resolver.setServers(['4.4.4.4']); + * + * // This request will use the server at 4.4.4.4, independent of global settings. + * resolver.resolve4('example.org').then((addresses) => { + * // ... + * }); + * + * // Alternatively, the same code can be written using async-await style. + * (async function() { + * const addresses = await resolver.resolve4('example.org'); + * })(); + * ``` + * + * The following methods from the `dnsPromises` API are available: + * + * * `resolver.getServers()` + * * `resolver.resolve()` + * * `resolver.resolve4()` + * * `resolver.resolve6()` + * * `resolver.resolveAny()` + * * `resolver.resolveCaa()` + * * `resolver.resolveCname()` + * * `resolver.resolveMx()` + * * `resolver.resolveNaptr()` + * * `resolver.resolveNs()` + * * `resolver.resolvePtr()` + * * `resolver.resolveSoa()` + * * `resolver.resolveSrv()` + * * `resolver.resolveTxt()` + * * `resolver.reverse()` + * * `resolver.setServers()` + * @since v10.6.0 + */ + class Resolver { + constructor(options?: ResolverOptions); + /** + * Cancel all outstanding DNS queries made by this resolver. The corresponding + * callbacks will be called with an error with code `ECANCELLED`. + * @since v8.3.0 + */ + cancel(): void; + getServers: typeof getServers; + resolve: typeof resolve; + resolve4: typeof resolve4; + resolve6: typeof resolve6; + resolveAny: typeof resolveAny; + resolveCaa: typeof resolveCaa; + resolveCname: typeof resolveCname; + resolveMx: typeof resolveMx; + resolveNaptr: typeof resolveNaptr; + resolveNs: typeof resolveNs; + resolvePtr: typeof resolvePtr; + resolveSoa: typeof resolveSoa; + resolveSrv: typeof resolveSrv; + resolveTlsa: typeof resolveTlsa; + resolveTxt: typeof resolveTxt; + reverse: typeof reverse; + /** + * The resolver instance will send its requests from the specified IP address. + * This allows programs to specify outbound interfaces when used on multi-homed + * systems. + * + * If a v4 or v6 address is not specified, it is set to the default and the + * operating system will choose a local address automatically. + * + * The resolver will use the v4 local address when making requests to IPv4 DNS + * servers, and the v6 local address when making requests to IPv6 DNS servers. + * The `rrtype` of resolution requests has no impact on the local address used. + * @since v15.1.0, v14.17.0 + * @param [ipv4='0.0.0.0'] A string representation of an IPv4 address. + * @param [ipv6='::0'] A string representation of an IPv6 address. + */ + setLocalAddress(ipv4?: string, ipv6?: string): void; + setServers: typeof setServers; + } +} +declare module "node:dns/promises" { + export * from "dns/promises"; +} diff --git a/node_modules/@types/node/dom-events.d.ts b/node_modules/@types/node/dom-events.d.ts new file mode 100644 index 0000000..cd6acde --- /dev/null +++ b/node_modules/@types/node/dom-events.d.ts @@ -0,0 +1,99 @@ +// Make this a module +export {}; + +// Conditional type aliases, which are later merged into the global scope. +// Will either be empty if the relevant web library is already present, or the @types/node definition otherwise. + +type __Event = typeof globalThis extends { onmessage: any } ? {} : Event; +interface Event { + readonly bubbles: boolean; + cancelBubble: boolean; + readonly cancelable: boolean; + readonly composed: boolean; + composedPath(): [EventTarget?]; + readonly currentTarget: EventTarget | null; + readonly defaultPrevented: boolean; + readonly eventPhase: 0 | 2; + initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void; + readonly isTrusted: boolean; + preventDefault(): void; + readonly returnValue: boolean; + readonly srcElement: EventTarget | null; + stopImmediatePropagation(): void; + stopPropagation(): void; + readonly target: EventTarget | null; + readonly timeStamp: number; + readonly type: string; +} + +type __CustomEvent = typeof globalThis extends { onmessage: any } ? {} : CustomEvent; +interface CustomEvent extends Event { + readonly detail: T; +} + +type __EventTarget = typeof globalThis extends { onmessage: any } ? {} : EventTarget; +interface EventTarget { + addEventListener( + type: string, + listener: EventListener | EventListenerObject, + options?: AddEventListenerOptions | boolean, + ): void; + dispatchEvent(event: Event): boolean; + removeEventListener( + type: string, + listener: EventListener | EventListenerObject, + options?: EventListenerOptions | boolean, + ): void; +} + +interface EventInit { + bubbles?: boolean; + cancelable?: boolean; + composed?: boolean; +} + +interface CustomEventInit extends EventInit { + detail?: T; +} + +interface EventListenerOptions { + capture?: boolean; +} + +interface AddEventListenerOptions extends EventListenerOptions { + once?: boolean; + passive?: boolean; + signal?: AbortSignal; +} + +interface EventListener { + (evt: Event): void; +} + +interface EventListenerObject { + handleEvent(object: Event): void; +} + +// Merge conditional interfaces into global scope, and conditionally declare global constructors. +declare global { + interface Event extends __Event {} + var Event: typeof globalThis extends { onmessage: any; Event: infer T } ? T + : { + prototype: Event; + new(type: string, eventInitDict?: EventInit): Event; + }; + + interface CustomEvent extends __CustomEvent {} + var CustomEvent: typeof globalThis extends { onmessage: any; CustomEvent: infer T } ? T + : { + prototype: CustomEvent; + new(type: string, eventInitDict?: CustomEventInit): CustomEvent; + }; + + interface EventTarget extends __EventTarget {} + var EventTarget: typeof globalThis extends { onmessage: any; EventTarget: infer T } ? T + : { + prototype: EventTarget; + new(): EventTarget; + }; +} diff --git a/node_modules/@types/node/domain.d.ts b/node_modules/@types/node/domain.d.ts new file mode 100644 index 0000000..4c64115 --- /dev/null +++ b/node_modules/@types/node/domain.d.ts @@ -0,0 +1,170 @@ +/** + * **This module is pending deprecation.** Once a replacement API has been + * finalized, this module will be fully deprecated. Most developers should + * **not** have cause to use this module. Users who absolutely must have + * the functionality that domains provide may rely on it for the time being + * but should expect to have to migrate to a different solution + * in the future. + * + * Domains provide a way to handle multiple different IO operations as a + * single group. If any of the event emitters or callbacks registered to a + * domain emit an `'error'` event, or throw an error, then the domain object + * will be notified, rather than losing the context of the error in the `process.on('uncaughtException')` handler, or causing the program to + * exit immediately with an error code. + * @deprecated Since v1.4.2 - Deprecated + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/domain.js) + */ +declare module "domain" { + import EventEmitter = require("node:events"); + /** + * The `Domain` class encapsulates the functionality of routing errors and + * uncaught exceptions to the active `Domain` object. + * + * To handle the errors that it catches, listen to its `'error'` event. + */ + class Domain extends EventEmitter { + /** + * An array of timers and event emitters that have been explicitly added + * to the domain. + */ + members: Array; + /** + * The `enter()` method is plumbing used by the `run()`, `bind()`, and `intercept()` methods to set the active domain. It sets `domain.active` and `process.domain` to the domain, and implicitly + * pushes the domain onto the domain + * stack managed by the domain module (see {@link exit} for details on the + * domain stack). The call to `enter()` delimits the beginning of a chain of + * asynchronous calls and I/O operations bound to a domain. + * + * Calling `enter()` changes only the active domain, and does not alter the domain + * itself. `enter()` and `exit()` can be called an arbitrary number of times on a + * single domain. + */ + enter(): void; + /** + * The `exit()` method exits the current domain, popping it off the domain stack. + * Any time execution is going to switch to the context of a different chain of + * asynchronous calls, it's important to ensure that the current domain is exited. + * The call to `exit()` delimits either the end of or an interruption to the chain + * of asynchronous calls and I/O operations bound to a domain. + * + * If there are multiple, nested domains bound to the current execution context, `exit()` will exit any domains nested within this domain. + * + * Calling `exit()` changes only the active domain, and does not alter the domain + * itself. `enter()` and `exit()` can be called an arbitrary number of times on a + * single domain. + */ + exit(): void; + /** + * Run the supplied function in the context of the domain, implicitly + * binding all event emitters, timers, and low-level requests that are + * created in that context. Optionally, arguments can be passed to + * the function. + * + * This is the most basic way to use a domain. + * + * ```js + * import domain from 'node:domain'; + * import fs from 'node:fs'; + * const d = domain.create(); + * d.on('error', (er) => { + * console.error('Caught error!', er); + * }); + * d.run(() => { + * process.nextTick(() => { + * setTimeout(() => { // Simulating some various async stuff + * fs.open('non-existent file', 'r', (er, fd) => { + * if (er) throw er; + * // proceed... + * }); + * }, 100); + * }); + * }); + * ``` + * + * In this example, the `d.on('error')` handler will be triggered, rather + * than crashing the program. + */ + run(fn: (...args: any[]) => T, ...args: any[]): T; + /** + * Explicitly adds an emitter to the domain. If any event handlers called by + * the emitter throw an error, or if the emitter emits an `'error'` event, it + * will be routed to the domain's `'error'` event, just like with implicit + * binding. + * + * This also works with timers that are returned from `setInterval()` and `setTimeout()`. If their callback function throws, it will be caught by + * the domain `'error'` handler. + * + * If the Timer or `EventEmitter` was already bound to a domain, it is removed + * from that one, and bound to this one instead. + * @param emitter emitter or timer to be added to the domain + */ + add(emitter: EventEmitter | NodeJS.Timer): void; + /** + * The opposite of {@link add}. Removes domain handling from the + * specified emitter. + * @param emitter emitter or timer to be removed from the domain + */ + remove(emitter: EventEmitter | NodeJS.Timer): void; + /** + * The returned function will be a wrapper around the supplied callback + * function. When the returned function is called, any errors that are + * thrown will be routed to the domain's `'error'` event. + * + * ```js + * const d = domain.create(); + * + * function readSomeFile(filename, cb) { + * fs.readFile(filename, 'utf8', d.bind((er, data) => { + * // If this throws, it will also be passed to the domain. + * return cb(er, data ? JSON.parse(data) : null); + * })); + * } + * + * d.on('error', (er) => { + * // An error occurred somewhere. If we throw it now, it will crash the program + * // with the normal line number and stack message. + * }); + * ``` + * @param callback The callback function + * @return The bound function + */ + bind(callback: T): T; + /** + * This method is almost identical to {@link bind}. However, in + * addition to catching thrown errors, it will also intercept `Error` objects sent as the first argument to the function. + * + * In this way, the common `if (err) return callback(err);` pattern can be replaced + * with a single error handler in a single place. + * + * ```js + * const d = domain.create(); + * + * function readSomeFile(filename, cb) { + * fs.readFile(filename, 'utf8', d.intercept((data) => { + * // Note, the first argument is never passed to the + * // callback since it is assumed to be the 'Error' argument + * // and thus intercepted by the domain. + * + * // If this throws, it will also be passed to the domain + * // so the error-handling logic can be moved to the 'error' + * // event on the domain instead of being repeated throughout + * // the program. + * return cb(null, JSON.parse(data)); + * })); + * } + * + * d.on('error', (er) => { + * // An error occurred somewhere. If we throw it now, it will crash the program + * // with the normal line number and stack message. + * }); + * ``` + * @param callback The callback function + * @return The intercepted function + */ + intercept(callback: T): T; + } + function create(): Domain; +} +declare module "node:domain" { + export * from "domain"; +} diff --git a/node_modules/@types/node/events.d.ts b/node_modules/@types/node/events.d.ts new file mode 100644 index 0000000..b79141f --- /dev/null +++ b/node_modules/@types/node/events.d.ts @@ -0,0 +1,930 @@ +/** + * Much of the Node.js core API is built around an idiomatic asynchronous + * event-driven architecture in which certain kinds of objects (called "emitters") + * emit named events that cause `Function` objects ("listeners") to be called. + * + * For instance: a `net.Server` object emits an event each time a peer + * connects to it; a `fs.ReadStream` emits an event when the file is opened; + * a `stream` emits an event whenever data is available to be read. + * + * All objects that emit events are instances of the `EventEmitter` class. These + * objects expose an `eventEmitter.on()` function that allows one or more + * functions to be attached to named events emitted by the object. Typically, + * event names are camel-cased strings but any valid JavaScript property key + * can be used. + * + * When the `EventEmitter` object emits an event, all of the functions attached + * to that specific event are called _synchronously_. Any values returned by the + * called listeners are _ignored_ and discarded. + * + * The following example shows a simple `EventEmitter` instance with a single + * listener. The `eventEmitter.on()` method is used to register listeners, while + * the `eventEmitter.emit()` method is used to trigger the event. + * + * ```js + * import { EventEmitter } from 'node:events'; + * + * class MyEmitter extends EventEmitter {} + * + * const myEmitter = new MyEmitter(); + * myEmitter.on('event', () => { + * console.log('an event occurred!'); + * }); + * myEmitter.emit('event'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/events.js) + */ +declare module "events" { + import { AsyncResource, AsyncResourceOptions } from "node:async_hooks"; + // NOTE: This class is in the docs but is **not actually exported** by Node. + // If https://github.com/nodejs/node/issues/39903 gets resolved and Node + // actually starts exporting the class, uncomment below. + // import { EventListener, EventListenerObject } from '__dom-events'; + // /** The NodeEventTarget is a Node.js-specific extension to EventTarget that emulates a subset of the EventEmitter API. */ + // interface NodeEventTarget extends EventTarget { + // /** + // * Node.js-specific extension to the `EventTarget` class that emulates the equivalent `EventEmitter` API. + // * The only difference between `addListener()` and `addEventListener()` is that addListener() will return a reference to the EventTarget. + // */ + // addListener(type: string, listener: EventListener | EventListenerObject, options?: { once: boolean }): this; + // /** Node.js-specific extension to the `EventTarget` class that returns an array of event `type` names for which event listeners are registered. */ + // eventNames(): string[]; + // /** Node.js-specific extension to the `EventTarget` class that returns the number of event listeners registered for the `type`. */ + // listenerCount(type: string): number; + // /** Node.js-specific alias for `eventTarget.removeListener()`. */ + // off(type: string, listener: EventListener | EventListenerObject): this; + // /** Node.js-specific alias for `eventTarget.addListener()`. */ + // on(type: string, listener: EventListener | EventListenerObject, options?: { once: boolean }): this; + // /** Node.js-specific extension to the `EventTarget` class that adds a `once` listener for the given event `type`. This is equivalent to calling `on` with the `once` option set to `true`. */ + // once(type: string, listener: EventListener | EventListenerObject): this; + // /** + // * Node.js-specific extension to the `EventTarget` class. + // * If `type` is specified, removes all registered listeners for `type`, + // * otherwise removes all registered listeners. + // */ + // removeAllListeners(type: string): this; + // /** + // * Node.js-specific extension to the `EventTarget` class that removes the listener for the given `type`. + // * The only difference between `removeListener()` and `removeEventListener()` is that `removeListener()` will return a reference to the `EventTarget`. + // */ + // removeListener(type: string, listener: EventListener | EventListenerObject): this; + // } + interface EventEmitterOptions { + /** + * Enables automatic capturing of promise rejection. + */ + captureRejections?: boolean | undefined; + } + interface StaticEventEmitterOptions { + /** + * Can be used to cancel awaiting events. + */ + signal?: AbortSignal | undefined; + } + interface StaticEventEmitterIteratorOptions extends StaticEventEmitterOptions { + /** + * Names of events that will end the iteration. + */ + close?: string[] | undefined; + /** + * The high watermark. The emitter is paused every time the size of events being buffered is higher than it. + * Supported only on emitters implementing `pause()` and `resume()` methods. + * @default Number.MAX_SAFE_INTEGER + */ + highWaterMark?: number | undefined; + /** + * The low watermark. The emitter is resumed every time the size of events being buffered is lower than it. + * Supported only on emitters implementing `pause()` and `resume()` methods. + * @default 1 + */ + lowWaterMark?: number | undefined; + } + interface EventEmitter = DefaultEventMap> extends NodeJS.EventEmitter {} + type EventMap = Record | DefaultEventMap; + type DefaultEventMap = [never]; + type AnyRest = [...args: any[]]; + type Args = T extends DefaultEventMap ? AnyRest : ( + K extends keyof T ? T[K] : never + ); + type Key = T extends DefaultEventMap ? string | symbol : K | keyof T; + type Key2 = T extends DefaultEventMap ? string | symbol : K & keyof T; + type Listener = T extends DefaultEventMap ? F : ( + K extends keyof T ? ( + T[K] extends unknown[] ? (...args: T[K]) => void : never + ) + : never + ); + type Listener1 = Listener void>; + type Listener2 = Listener; + + /** + * The `EventEmitter` class is defined and exposed by the `node:events` module: + * + * ```js + * import { EventEmitter } from 'node:events'; + * ``` + * + * All `EventEmitter`s emit the event `'newListener'` when new listeners are + * added and `'removeListener'` when existing listeners are removed. + * + * It supports the following option: + * @since v0.1.26 + */ + class EventEmitter = DefaultEventMap> { + constructor(options?: EventEmitterOptions); + + [EventEmitter.captureRejectionSymbol]?(error: Error, event: Key, ...args: Args): void; + + /** + * Creates a `Promise` that is fulfilled when the `EventEmitter` emits the given + * event or that is rejected if the `EventEmitter` emits `'error'` while waiting. + * The `Promise` will resolve with an array of all the arguments emitted to the + * given event. + * + * This method is intentionally generic and works with the web platform [EventTarget](https://dom.spec.whatwg.org/#interface-eventtarget) interface, which has no special`'error'` event + * semantics and does not listen to the `'error'` event. + * + * ```js + * import { once, EventEmitter } from 'node:events'; + * import process from 'node:process'; + * + * const ee = new EventEmitter(); + * + * process.nextTick(() => { + * ee.emit('myevent', 42); + * }); + * + * const [value] = await once(ee, 'myevent'); + * console.log(value); + * + * const err = new Error('kaboom'); + * process.nextTick(() => { + * ee.emit('error', err); + * }); + * + * try { + * await once(ee, 'myevent'); + * } catch (err) { + * console.error('error happened', err); + * } + * ``` + * + * The special handling of the `'error'` event is only used when `events.once()` is used to wait for another event. If `events.once()` is used to wait for the + * '`error'` event itself, then it is treated as any other kind of event without + * special handling: + * + * ```js + * import { EventEmitter, once } from 'node:events'; + * + * const ee = new EventEmitter(); + * + * once(ee, 'error') + * .then(([err]) => console.log('ok', err.message)) + * .catch((err) => console.error('error', err.message)); + * + * ee.emit('error', new Error('boom')); + * + * // Prints: ok boom + * ``` + * + * An `AbortSignal` can be used to cancel waiting for the event: + * + * ```js + * import { EventEmitter, once } from 'node:events'; + * + * const ee = new EventEmitter(); + * const ac = new AbortController(); + * + * async function foo(emitter, event, signal) { + * try { + * await once(emitter, event, { signal }); + * console.log('event emitted!'); + * } catch (error) { + * if (error.name === 'AbortError') { + * console.error('Waiting for the event was canceled!'); + * } else { + * console.error('There was an error', error.message); + * } + * } + * } + * + * foo(ee, 'foo', ac.signal); + * ac.abort(); // Abort waiting for the event + * ee.emit('foo'); // Prints: Waiting for the event was canceled! + * ``` + * @since v11.13.0, v10.16.0 + */ + static once( + emitter: NodeJS.EventEmitter, + eventName: string | symbol, + options?: StaticEventEmitterOptions, + ): Promise; + static once(emitter: EventTarget, eventName: string, options?: StaticEventEmitterOptions): Promise; + /** + * ```js + * import { on, EventEmitter } from 'node:events'; + * import process from 'node:process'; + * + * const ee = new EventEmitter(); + * + * // Emit later on + * process.nextTick(() => { + * ee.emit('foo', 'bar'); + * ee.emit('foo', 42); + * }); + * + * for await (const event of on(ee, 'foo')) { + * // The execution of this inner block is synchronous and it + * // processes one event at a time (even with await). Do not use + * // if concurrent execution is required. + * console.log(event); // prints ['bar'] [42] + * } + * // Unreachable here + * ``` + * + * Returns an `AsyncIterator` that iterates `eventName` events. It will throw + * if the `EventEmitter` emits `'error'`. It removes all listeners when + * exiting the loop. The `value` returned by each iteration is an array + * composed of the emitted event arguments. + * + * An `AbortSignal` can be used to cancel waiting on events: + * + * ```js + * import { on, EventEmitter } from 'node:events'; + * import process from 'node:process'; + * + * const ac = new AbortController(); + * + * (async () => { + * const ee = new EventEmitter(); + * + * // Emit later on + * process.nextTick(() => { + * ee.emit('foo', 'bar'); + * ee.emit('foo', 42); + * }); + * + * for await (const event of on(ee, 'foo', { signal: ac.signal })) { + * // The execution of this inner block is synchronous and it + * // processes one event at a time (even with await). Do not use + * // if concurrent execution is required. + * console.log(event); // prints ['bar'] [42] + * } + * // Unreachable here + * })(); + * + * process.nextTick(() => ac.abort()); + * ``` + * + * Use the `close` option to specify an array of event names that will end the iteration: + * + * ```js + * import { on, EventEmitter } from 'node:events'; + * import process from 'node:process'; + * + * const ee = new EventEmitter(); + * + * // Emit later on + * process.nextTick(() => { + * ee.emit('foo', 'bar'); + * ee.emit('foo', 42); + * ee.emit('close'); + * }); + * + * for await (const event of on(ee, 'foo', { close: ['close'] })) { + * console.log(event); // prints ['bar'] [42] + * } + * // the loop will exit after 'close' is emitted + * console.log('done'); // prints 'done' + * ``` + * @since v13.6.0, v12.16.0 + * @return An `AsyncIterator` that iterates `eventName` events emitted by the `emitter` + */ + static on( + emitter: NodeJS.EventEmitter, + eventName: string | symbol, + options?: StaticEventEmitterIteratorOptions, + ): NodeJS.AsyncIterator; + static on( + emitter: EventTarget, + eventName: string, + options?: StaticEventEmitterIteratorOptions, + ): NodeJS.AsyncIterator; + /** + * A class method that returns the number of listeners for the given `eventName` registered on the given `emitter`. + * + * ```js + * import { EventEmitter, listenerCount } from 'node:events'; + * + * const myEmitter = new EventEmitter(); + * myEmitter.on('event', () => {}); + * myEmitter.on('event', () => {}); + * console.log(listenerCount(myEmitter, 'event')); + * // Prints: 2 + * ``` + * @since v0.9.12 + * @deprecated Since v3.2.0 - Use `listenerCount` instead. + * @param emitter The emitter to query + * @param eventName The event name + */ + static listenerCount(emitter: NodeJS.EventEmitter, eventName: string | symbol): number; + /** + * Returns a copy of the array of listeners for the event named `eventName`. + * + * For `EventEmitter`s this behaves exactly the same as calling `.listeners` on + * the emitter. + * + * For `EventTarget`s this is the only way to get the event listeners for the + * event target. This is useful for debugging and diagnostic purposes. + * + * ```js + * import { getEventListeners, EventEmitter } from 'node:events'; + * + * { + * const ee = new EventEmitter(); + * const listener = () => console.log('Events are fun'); + * ee.on('foo', listener); + * console.log(getEventListeners(ee, 'foo')); // [ [Function: listener] ] + * } + * { + * const et = new EventTarget(); + * const listener = () => console.log('Events are fun'); + * et.addEventListener('foo', listener); + * console.log(getEventListeners(et, 'foo')); // [ [Function: listener] ] + * } + * ``` + * @since v15.2.0, v14.17.0 + */ + static getEventListeners(emitter: EventTarget | NodeJS.EventEmitter, name: string | symbol): Function[]; + /** + * Returns the currently set max amount of listeners. + * + * For `EventEmitter`s this behaves exactly the same as calling `.getMaxListeners` on + * the emitter. + * + * For `EventTarget`s this is the only way to get the max event listeners for the + * event target. If the number of event handlers on a single EventTarget exceeds + * the max set, the EventTarget will print a warning. + * + * ```js + * import { getMaxListeners, setMaxListeners, EventEmitter } from 'node:events'; + * + * { + * const ee = new EventEmitter(); + * console.log(getMaxListeners(ee)); // 10 + * setMaxListeners(11, ee); + * console.log(getMaxListeners(ee)); // 11 + * } + * { + * const et = new EventTarget(); + * console.log(getMaxListeners(et)); // 10 + * setMaxListeners(11, et); + * console.log(getMaxListeners(et)); // 11 + * } + * ``` + * @since v19.9.0 + */ + static getMaxListeners(emitter: EventTarget | NodeJS.EventEmitter): number; + /** + * ```js + * import { setMaxListeners, EventEmitter } from 'node:events'; + * + * const target = new EventTarget(); + * const emitter = new EventEmitter(); + * + * setMaxListeners(5, target, emitter); + * ``` + * @since v15.4.0 + * @param n A non-negative number. The maximum number of listeners per `EventTarget` event. + * @param eventTargets Zero or more {EventTarget} or {EventEmitter} instances. If none are specified, `n` is set as the default max for all newly created {EventTarget} and {EventEmitter} + * objects. + */ + static setMaxListeners(n?: number, ...eventTargets: Array): void; + /** + * Listens once to the `abort` event on the provided `signal`. + * + * Listening to the `abort` event on abort signals is unsafe and may + * lead to resource leaks since another third party with the signal can + * call `e.stopImmediatePropagation()`. Unfortunately Node.js cannot change + * this since it would violate the web standard. Additionally, the original + * API makes it easy to forget to remove listeners. + * + * This API allows safely using `AbortSignal`s in Node.js APIs by solving these + * two issues by listening to the event such that `stopImmediatePropagation` does + * not prevent the listener from running. + * + * Returns a disposable so that it may be unsubscribed from more easily. + * + * ```js + * import { addAbortListener } from 'node:events'; + * + * function example(signal) { + * let disposable; + * try { + * signal.addEventListener('abort', (e) => e.stopImmediatePropagation()); + * disposable = addAbortListener(signal, (e) => { + * // Do something when signal is aborted. + * }); + * } finally { + * disposable?.[Symbol.dispose](); + * } + * } + * ``` + * @since v20.5.0 + * @return Disposable that removes the `abort` listener. + */ + static addAbortListener(signal: AbortSignal, resource: (event: Event) => void): Disposable; + /** + * This symbol shall be used to install a listener for only monitoring `'error'` events. Listeners installed using this symbol are called before the regular `'error'` listeners are called. + * + * Installing a listener using this symbol does not change the behavior once an `'error'` event is emitted. Therefore, the process will still crash if no + * regular `'error'` listener is installed. + * @since v13.6.0, v12.17.0 + */ + static readonly errorMonitor: unique symbol; + /** + * Value: `Symbol.for('nodejs.rejection')` + * + * See how to write a custom `rejection handler`. + * @since v13.4.0, v12.16.0 + */ + static readonly captureRejectionSymbol: unique symbol; + /** + * Value: [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) + * + * Change the default `captureRejections` option on all new `EventEmitter` objects. + * @since v13.4.0, v12.16.0 + */ + static captureRejections: boolean; + /** + * By default, a maximum of `10` listeners can be registered for any single + * event. This limit can be changed for individual `EventEmitter` instances + * using the `emitter.setMaxListeners(n)` method. To change the default + * for _all_`EventEmitter` instances, the `events.defaultMaxListeners` property + * can be used. If this value is not a positive number, a `RangeError` is thrown. + * + * Take caution when setting the `events.defaultMaxListeners` because the + * change affects _all_ `EventEmitter` instances, including those created before + * the change is made. However, calling `emitter.setMaxListeners(n)` still has + * precedence over `events.defaultMaxListeners`. + * + * This is not a hard limit. The `EventEmitter` instance will allow + * more listeners to be added but will output a trace warning to stderr indicating + * that a "possible EventEmitter memory leak" has been detected. For any single + * `EventEmitter`, the `emitter.getMaxListeners()` and `emitter.setMaxListeners()` methods can be used to + * temporarily avoid this warning: + * + * ```js + * import { EventEmitter } from 'node:events'; + * const emitter = new EventEmitter(); + * emitter.setMaxListeners(emitter.getMaxListeners() + 1); + * emitter.once('event', () => { + * // do stuff + * emitter.setMaxListeners(Math.max(emitter.getMaxListeners() - 1, 0)); + * }); + * ``` + * + * The `--trace-warnings` command-line flag can be used to display the + * stack trace for such warnings. + * + * The emitted warning can be inspected with `process.on('warning')` and will + * have the additional `emitter`, `type`, and `count` properties, referring to + * the event emitter instance, the event's name and the number of attached + * listeners, respectively. + * Its `name` property is set to `'MaxListenersExceededWarning'`. + * @since v0.11.2 + */ + static defaultMaxListeners: number; + } + import internal = require("node:events"); + namespace EventEmitter { + // Should just be `export { EventEmitter }`, but that doesn't work in TypeScript 3.4 + export { internal as EventEmitter }; + export interface Abortable { + /** + * When provided the corresponding `AbortController` can be used to cancel an asynchronous action. + */ + signal?: AbortSignal | undefined; + } + + export interface EventEmitterReferencingAsyncResource extends AsyncResource { + readonly eventEmitter: EventEmitterAsyncResource; + } + + export interface EventEmitterAsyncResourceOptions extends AsyncResourceOptions, EventEmitterOptions { + /** + * The type of async event, this is required when instantiating `EventEmitterAsyncResource` + * directly rather than as a child class. + * @default new.target.name if instantiated as a child class. + */ + name?: string; + } + + /** + * Integrates `EventEmitter` with `AsyncResource` for `EventEmitter`s that + * require manual async tracking. Specifically, all events emitted by instances + * of `events.EventEmitterAsyncResource` will run within its `async context`. + * + * ```js + * import { EventEmitterAsyncResource, EventEmitter } from 'node:events'; + * import { notStrictEqual, strictEqual } from 'node:assert'; + * import { executionAsyncId, triggerAsyncId } from 'node:async_hooks'; + * + * // Async tracking tooling will identify this as 'Q'. + * const ee1 = new EventEmitterAsyncResource({ name: 'Q' }); + * + * // 'foo' listeners will run in the EventEmitters async context. + * ee1.on('foo', () => { + * strictEqual(executionAsyncId(), ee1.asyncId); + * strictEqual(triggerAsyncId(), ee1.triggerAsyncId); + * }); + * + * const ee2 = new EventEmitter(); + * + * // 'foo' listeners on ordinary EventEmitters that do not track async + * // context, however, run in the same async context as the emit(). + * ee2.on('foo', () => { + * notStrictEqual(executionAsyncId(), ee2.asyncId); + * notStrictEqual(triggerAsyncId(), ee2.triggerAsyncId); + * }); + * + * Promise.resolve().then(() => { + * ee1.emit('foo'); + * ee2.emit('foo'); + * }); + * ``` + * + * The `EventEmitterAsyncResource` class has the same methods and takes the + * same options as `EventEmitter` and `AsyncResource` themselves. + * @since v17.4.0, v16.14.0 + */ + export class EventEmitterAsyncResource extends EventEmitter { + /** + * @param options Only optional in child class. + */ + constructor(options?: EventEmitterAsyncResourceOptions); + /** + * Call all `destroy` hooks. This should only ever be called once. An error will + * be thrown if it is called more than once. This **must** be manually called. If + * the resource is left to be collected by the GC then the `destroy` hooks will + * never be called. + */ + emitDestroy(): void; + /** + * The unique `asyncId` assigned to the resource. + */ + readonly asyncId: number; + /** + * The same triggerAsyncId that is passed to the AsyncResource constructor. + */ + readonly triggerAsyncId: number; + /** + * The returned `AsyncResource` object has an additional `eventEmitter` property + * that provides a reference to this `EventEmitterAsyncResource`. + */ + readonly asyncResource: EventEmitterReferencingAsyncResource; + } + } + global { + namespace NodeJS { + interface EventEmitter = DefaultEventMap> { + [EventEmitter.captureRejectionSymbol]?(error: Error, event: Key, ...args: Args): void; + /** + * Alias for `emitter.on(eventName, listener)`. + * @since v0.1.26 + */ + addListener(eventName: Key, listener: Listener1): this; + /** + * Adds the `listener` function to the end of the listeners array for the event + * named `eventName`. No checks are made to see if the `listener` has already + * been added. Multiple calls passing the same combination of `eventName` and + * `listener` will result in the `listener` being added, and called, multiple times. + * + * ```js + * server.on('connection', (stream) => { + * console.log('someone connected!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * + * By default, event listeners are invoked in the order they are added. The `emitter.prependListener()` method can be used as an alternative to add the + * event listener to the beginning of the listeners array. + * + * ```js + * import { EventEmitter } from 'node:events'; + * const myEE = new EventEmitter(); + * myEE.on('foo', () => console.log('a')); + * myEE.prependListener('foo', () => console.log('b')); + * myEE.emit('foo'); + * // Prints: + * // b + * // a + * ``` + * @since v0.1.101 + * @param eventName The name of the event. + * @param listener The callback function + */ + on(eventName: Key, listener: Listener1): this; + /** + * Adds a **one-time** `listener` function for the event named `eventName`. The + * next time `eventName` is triggered, this listener is removed and then invoked. + * + * ```js + * server.once('connection', (stream) => { + * console.log('Ah, we have our first user!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * + * By default, event listeners are invoked in the order they are added. The `emitter.prependOnceListener()` method can be used as an alternative to add the + * event listener to the beginning of the listeners array. + * + * ```js + * import { EventEmitter } from 'node:events'; + * const myEE = new EventEmitter(); + * myEE.once('foo', () => console.log('a')); + * myEE.prependOnceListener('foo', () => console.log('b')); + * myEE.emit('foo'); + * // Prints: + * // b + * // a + * ``` + * @since v0.3.0 + * @param eventName The name of the event. + * @param listener The callback function + */ + once(eventName: Key, listener: Listener1): this; + /** + * Removes the specified `listener` from the listener array for the event named `eventName`. + * + * ```js + * const callback = (stream) => { + * console.log('someone connected!'); + * }; + * server.on('connection', callback); + * // ... + * server.removeListener('connection', callback); + * ``` + * + * `removeListener()` will remove, at most, one instance of a listener from the + * listener array. If any single listener has been added multiple times to the + * listener array for the specified `eventName`, then `removeListener()` must be + * called multiple times to remove each instance. + * + * Once an event is emitted, all listeners attached to it at the + * time of emitting are called in order. This implies that any `removeListener()` or `removeAllListeners()` calls _after_ emitting and _before_ the last listener finishes execution + * will not remove them from`emit()` in progress. Subsequent events behave as expected. + * + * ```js + * import { EventEmitter } from 'node:events'; + * class MyEmitter extends EventEmitter {} + * const myEmitter = new MyEmitter(); + * + * const callbackA = () => { + * console.log('A'); + * myEmitter.removeListener('event', callbackB); + * }; + * + * const callbackB = () => { + * console.log('B'); + * }; + * + * myEmitter.on('event', callbackA); + * + * myEmitter.on('event', callbackB); + * + * // callbackA removes listener callbackB but it will still be called. + * // Internal listener array at time of emit [callbackA, callbackB] + * myEmitter.emit('event'); + * // Prints: + * // A + * // B + * + * // callbackB is now removed. + * // Internal listener array [callbackA] + * myEmitter.emit('event'); + * // Prints: + * // A + * ``` + * + * Because listeners are managed using an internal array, calling this will + * change the position indices of any listener registered _after_ the listener + * being removed. This will not impact the order in which listeners are called, + * but it means that any copies of the listener array as returned by + * the `emitter.listeners()` method will need to be recreated. + * + * When a single function has been added as a handler multiple times for a single + * event (as in the example below), `removeListener()` will remove the most + * recently added instance. In the example the `once('ping')` listener is removed: + * + * ```js + * import { EventEmitter } from 'node:events'; + * const ee = new EventEmitter(); + * + * function pong() { + * console.log('pong'); + * } + * + * ee.on('ping', pong); + * ee.once('ping', pong); + * ee.removeListener('ping', pong); + * + * ee.emit('ping'); + * ee.emit('ping'); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v0.1.26 + */ + removeListener(eventName: Key, listener: Listener1): this; + /** + * Alias for `emitter.removeListener()`. + * @since v10.0.0 + */ + off(eventName: Key, listener: Listener1): this; + /** + * Removes all listeners, or those of the specified `eventName`. + * + * It is bad practice to remove listeners added elsewhere in the code, + * particularly when the `EventEmitter` instance was created by some other + * component or module (e.g. sockets or file streams). + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v0.1.26 + */ + removeAllListeners(eventName?: Key): this; + /** + * By default `EventEmitter`s will print a warning if more than `10` listeners are + * added for a particular event. This is a useful default that helps finding + * memory leaks. The `emitter.setMaxListeners()` method allows the limit to be + * modified for this specific `EventEmitter` instance. The value can be set to `Infinity` (or `0`) to indicate an unlimited number of listeners. + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v0.3.5 + */ + setMaxListeners(n: number): this; + /** + * Returns the current max listener value for the `EventEmitter` which is either + * set by `emitter.setMaxListeners(n)` or defaults to {@link EventEmitter.defaultMaxListeners}. + * @since v1.0.0 + */ + getMaxListeners(): number; + /** + * Returns a copy of the array of listeners for the event named `eventName`. + * + * ```js + * server.on('connection', (stream) => { + * console.log('someone connected!'); + * }); + * console.log(util.inspect(server.listeners('connection'))); + * // Prints: [ [Function] ] + * ``` + * @since v0.1.26 + */ + listeners(eventName: Key): Array>; + /** + * Returns a copy of the array of listeners for the event named `eventName`, + * including any wrappers (such as those created by `.once()`). + * + * ```js + * import { EventEmitter } from 'node:events'; + * const emitter = new EventEmitter(); + * emitter.once('log', () => console.log('log once')); + * + * // Returns a new Array with a function `onceWrapper` which has a property + * // `listener` which contains the original listener bound above + * const listeners = emitter.rawListeners('log'); + * const logFnWrapper = listeners[0]; + * + * // Logs "log once" to the console and does not unbind the `once` event + * logFnWrapper.listener(); + * + * // Logs "log once" to the console and removes the listener + * logFnWrapper(); + * + * emitter.on('log', () => console.log('log persistently')); + * // Will return a new Array with a single function bound by `.on()` above + * const newListeners = emitter.rawListeners('log'); + * + * // Logs "log persistently" twice + * newListeners[0](); + * emitter.emit('log'); + * ``` + * @since v9.4.0 + */ + rawListeners(eventName: Key): Array>; + /** + * Synchronously calls each of the listeners registered for the event named `eventName`, in the order they were registered, passing the supplied arguments + * to each. + * + * Returns `true` if the event had listeners, `false` otherwise. + * + * ```js + * import { EventEmitter } from 'node:events'; + * const myEmitter = new EventEmitter(); + * + * // First listener + * myEmitter.on('event', function firstListener() { + * console.log('Helloooo! first listener'); + * }); + * // Second listener + * myEmitter.on('event', function secondListener(arg1, arg2) { + * console.log(`event with parameters ${arg1}, ${arg2} in second listener`); + * }); + * // Third listener + * myEmitter.on('event', function thirdListener(...args) { + * const parameters = args.join(', '); + * console.log(`event with parameters ${parameters} in third listener`); + * }); + * + * console.log(myEmitter.listeners('event')); + * + * myEmitter.emit('event', 1, 2, 3, 4, 5); + * + * // Prints: + * // [ + * // [Function: firstListener], + * // [Function: secondListener], + * // [Function: thirdListener] + * // ] + * // Helloooo! first listener + * // event with parameters 1, 2 in second listener + * // event with parameters 1, 2, 3, 4, 5 in third listener + * ``` + * @since v0.1.26 + */ + emit(eventName: Key, ...args: Args): boolean; + /** + * Returns the number of listeners listening for the event named `eventName`. + * If `listener` is provided, it will return how many times the listener is found + * in the list of the listeners of the event. + * @since v3.2.0 + * @param eventName The name of the event being listened for + * @param listener The event handler function + */ + listenerCount(eventName: Key, listener?: Listener2): number; + /** + * Adds the `listener` function to the _beginning_ of the listeners array for the + * event named `eventName`. No checks are made to see if the `listener` has + * already been added. Multiple calls passing the same combination of `eventName` + * and `listener` will result in the `listener` being added, and called, multiple times. + * + * ```js + * server.prependListener('connection', (stream) => { + * console.log('someone connected!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v6.0.0 + * @param eventName The name of the event. + * @param listener The callback function + */ + prependListener(eventName: Key, listener: Listener1): this; + /** + * Adds a **one-time**`listener` function for the event named `eventName` to the _beginning_ of the listeners array. The next time `eventName` is triggered, this + * listener is removed, and then invoked. + * + * ```js + * server.prependOnceListener('connection', (stream) => { + * console.log('Ah, we have our first user!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v6.0.0 + * @param eventName The name of the event. + * @param listener The callback function + */ + prependOnceListener(eventName: Key, listener: Listener1): this; + /** + * Returns an array listing the events for which the emitter has registered + * listeners. The values in the array are strings or `Symbol`s. + * + * ```js + * import { EventEmitter } from 'node:events'; + * + * const myEE = new EventEmitter(); + * myEE.on('foo', () => {}); + * myEE.on('bar', () => {}); + * + * const sym = Symbol('symbol'); + * myEE.on(sym, () => {}); + * + * console.log(myEE.eventNames()); + * // Prints: [ 'foo', 'bar', Symbol(symbol) ] + * ``` + * @since v6.0.0 + */ + eventNames(): Array<(string | symbol) & Key2>; + } + } + } + export = EventEmitter; +} +declare module "node:events" { + import events = require("events"); + export = events; +} diff --git a/node_modules/@types/node/fs.d.ts b/node_modules/@types/node/fs.d.ts new file mode 100644 index 0000000..173349c --- /dev/null +++ b/node_modules/@types/node/fs.d.ts @@ -0,0 +1,4458 @@ +/** + * The `node:fs` module enables interacting with the file system in a + * way modeled on standard POSIX functions. + * + * To use the promise-based APIs: + * + * ```js + * import * as fs from 'node:fs/promises'; + * ``` + * + * To use the callback and sync APIs: + * + * ```js + * import * as fs from 'node:fs'; + * ``` + * + * All file system operations have synchronous, callback, and promise-based + * forms, and are accessible using both CommonJS syntax and ES6 Modules (ESM). + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/fs.js) + */ +declare module "fs" { + import * as stream from "node:stream"; + import { Abortable, EventEmitter } from "node:events"; + import { URL } from "node:url"; + import * as promises from "node:fs/promises"; + export { promises }; + /** + * Valid types for path values in "fs". + */ + export type PathLike = string | Buffer | URL; + export type PathOrFileDescriptor = PathLike | number; + export type TimeLike = string | number | Date; + export type NoParamCallback = (err: NodeJS.ErrnoException | null) => void; + export type BufferEncodingOption = + | "buffer" + | { + encoding: "buffer"; + }; + export interface ObjectEncodingOptions { + encoding?: BufferEncoding | null | undefined; + } + export type EncodingOption = ObjectEncodingOptions | BufferEncoding | undefined | null; + export type OpenMode = number | string; + export type Mode = number | string; + export interface StatsBase { + isFile(): boolean; + isDirectory(): boolean; + isBlockDevice(): boolean; + isCharacterDevice(): boolean; + isSymbolicLink(): boolean; + isFIFO(): boolean; + isSocket(): boolean; + dev: T; + ino: T; + mode: T; + nlink: T; + uid: T; + gid: T; + rdev: T; + size: T; + blksize: T; + blocks: T; + atimeMs: T; + mtimeMs: T; + ctimeMs: T; + birthtimeMs: T; + atime: Date; + mtime: Date; + ctime: Date; + birthtime: Date; + } + export interface Stats extends StatsBase {} + /** + * A `fs.Stats` object provides information about a file. + * + * Objects returned from {@link stat}, {@link lstat}, {@link fstat}, and + * their synchronous counterparts are of this type. + * If `bigint` in the `options` passed to those methods is true, the numeric values + * will be `bigint` instead of `number`, and the object will contain additional + * nanosecond-precision properties suffixed with `Ns`. `Stat` objects are not to be created directly using the `new` keyword. + * + * ```console + * Stats { + * dev: 2114, + * ino: 48064969, + * mode: 33188, + * nlink: 1, + * uid: 85, + * gid: 100, + * rdev: 0, + * size: 527, + * blksize: 4096, + * blocks: 8, + * atimeMs: 1318289051000.1, + * mtimeMs: 1318289051000.1, + * ctimeMs: 1318289051000.1, + * birthtimeMs: 1318289051000.1, + * atime: Mon, 10 Oct 2011 23:24:11 GMT, + * mtime: Mon, 10 Oct 2011 23:24:11 GMT, + * ctime: Mon, 10 Oct 2011 23:24:11 GMT, + * birthtime: Mon, 10 Oct 2011 23:24:11 GMT } + * ``` + * + * `bigint` version: + * + * ```console + * BigIntStats { + * dev: 2114n, + * ino: 48064969n, + * mode: 33188n, + * nlink: 1n, + * uid: 85n, + * gid: 100n, + * rdev: 0n, + * size: 527n, + * blksize: 4096n, + * blocks: 8n, + * atimeMs: 1318289051000n, + * mtimeMs: 1318289051000n, + * ctimeMs: 1318289051000n, + * birthtimeMs: 1318289051000n, + * atimeNs: 1318289051000000000n, + * mtimeNs: 1318289051000000000n, + * ctimeNs: 1318289051000000000n, + * birthtimeNs: 1318289051000000000n, + * atime: Mon, 10 Oct 2011 23:24:11 GMT, + * mtime: Mon, 10 Oct 2011 23:24:11 GMT, + * ctime: Mon, 10 Oct 2011 23:24:11 GMT, + * birthtime: Mon, 10 Oct 2011 23:24:11 GMT } + * ``` + * @since v0.1.21 + */ + export class Stats { + private constructor(); + } + export interface StatsFsBase { + /** Type of file system. */ + type: T; + /** Optimal transfer block size. */ + bsize: T; + /** Total data blocks in file system. */ + blocks: T; + /** Free blocks in file system. */ + bfree: T; + /** Available blocks for unprivileged users */ + bavail: T; + /** Total file nodes in file system. */ + files: T; + /** Free file nodes in file system. */ + ffree: T; + } + export interface StatsFs extends StatsFsBase {} + /** + * Provides information about a mounted file system. + * + * Objects returned from {@link statfs} and its synchronous counterpart are of + * this type. If `bigint` in the `options` passed to those methods is `true`, the + * numeric values will be `bigint` instead of `number`. + * + * ```console + * StatFs { + * type: 1397114950, + * bsize: 4096, + * blocks: 121938943, + * bfree: 61058895, + * bavail: 61058895, + * files: 999, + * ffree: 1000000 + * } + * ``` + * + * `bigint` version: + * + * ```console + * StatFs { + * type: 1397114950n, + * bsize: 4096n, + * blocks: 121938943n, + * bfree: 61058895n, + * bavail: 61058895n, + * files: 999n, + * ffree: 1000000n + * } + * ``` + * @since v19.6.0, v18.15.0 + */ + export class StatsFs {} + export interface BigIntStatsFs extends StatsFsBase {} + export interface StatFsOptions { + bigint?: boolean | undefined; + } + /** + * A representation of a directory entry, which can be a file or a subdirectory + * within the directory, as returned by reading from an `fs.Dir`. The + * directory entry is a combination of the file name and file type pairs. + * + * Additionally, when {@link readdir} or {@link readdirSync} is called with + * the `withFileTypes` option set to `true`, the resulting array is filled with `fs.Dirent` objects, rather than strings or `Buffer` s. + * @since v10.10.0 + */ + export class Dirent { + /** + * Returns `true` if the `fs.Dirent` object describes a regular file. + * @since v10.10.0 + */ + isFile(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a file system + * directory. + * @since v10.10.0 + */ + isDirectory(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a block device. + * @since v10.10.0 + */ + isBlockDevice(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a character device. + * @since v10.10.0 + */ + isCharacterDevice(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a symbolic link. + * @since v10.10.0 + */ + isSymbolicLink(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a first-in-first-out + * (FIFO) pipe. + * @since v10.10.0 + */ + isFIFO(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a socket. + * @since v10.10.0 + */ + isSocket(): boolean; + /** + * The file name that this `fs.Dirent` object refers to. The type of this + * value is determined by the `options.encoding` passed to {@link readdir} or {@link readdirSync}. + * @since v10.10.0 + */ + name: Name; + /** + * The path to the parent directory of the file this `fs.Dirent` object refers to. + * @since v20.12.0, v18.20.0 + */ + parentPath: string; + } + /** + * A class representing a directory stream. + * + * Created by {@link opendir}, {@link opendirSync}, or `fsPromises.opendir()`. + * + * ```js + * import { opendir } from 'node:fs/promises'; + * + * try { + * const dir = await opendir('./'); + * for await (const dirent of dir) + * console.log(dirent.name); + * } catch (err) { + * console.error(err); + * } + * ``` + * + * When using the async iterator, the `fs.Dir` object will be automatically + * closed after the iterator exits. + * @since v12.12.0 + */ + export class Dir implements AsyncIterable { + /** + * The read-only path of this directory as was provided to {@link opendir},{@link opendirSync}, or `fsPromises.opendir()`. + * @since v12.12.0 + */ + readonly path: string; + /** + * Asynchronously iterates over the directory via `readdir(3)` until all entries have been read. + */ + [Symbol.asyncIterator](): NodeJS.AsyncIterator; + /** + * Asynchronously close the directory's underlying resource handle. + * Subsequent reads will result in errors. + * + * A promise is returned that will be fulfilled after the resource has been + * closed. + * @since v12.12.0 + */ + close(): Promise; + close(cb: NoParamCallback): void; + /** + * Synchronously close the directory's underlying resource handle. + * Subsequent reads will result in errors. + * @since v12.12.0 + */ + closeSync(): void; + /** + * Asynchronously read the next directory entry via [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) as an `fs.Dirent`. + * + * A promise is returned that will be fulfilled with an `fs.Dirent`, or `null` if there are no more directory entries to read. + * + * Directory entries returned by this function are in no particular order as + * provided by the operating system's underlying directory mechanisms. + * Entries added or removed while iterating over the directory might not be + * included in the iteration results. + * @since v12.12.0 + * @return containing {fs.Dirent|null} + */ + read(): Promise; + read(cb: (err: NodeJS.ErrnoException | null, dirEnt: Dirent | null) => void): void; + /** + * Synchronously read the next directory entry as an `fs.Dirent`. See the + * POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more detail. + * + * If there are no more directory entries to read, `null` will be returned. + * + * Directory entries returned by this function are in no particular order as + * provided by the operating system's underlying directory mechanisms. + * Entries added or removed while iterating over the directory might not be + * included in the iteration results. + * @since v12.12.0 + */ + readSync(): Dirent | null; + /** + * An alias for `dir.close()`. + * @since v24.1.0 + * @experimental + */ + [Symbol.dispose](): void; + /** + * An alias for `dir.closeSync()`. + * @since v24.1.0 + * @experimental + */ + [Symbol.asyncDispose](): void; + } + /** + * Class: fs.StatWatcher + * @since v14.3.0, v12.20.0 + * Extends `EventEmitter` + * A successful call to {@link watchFile} method will return a new fs.StatWatcher object. + */ + export interface StatWatcher extends EventEmitter { + /** + * When called, requests that the Node.js event loop _not_ exit so long as the `fs.StatWatcher` is active. Calling `watcher.ref()` multiple times will have + * no effect. + * + * By default, all `fs.StatWatcher` objects are "ref'ed", making it normally + * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been + * called previously. + * @since v14.3.0, v12.20.0 + */ + ref(): this; + /** + * When called, the active `fs.StatWatcher` object will not require the Node.js + * event loop to remain active. If there is no other activity keeping the + * event loop running, the process may exit before the `fs.StatWatcher` object's + * callback is invoked. Calling `watcher.unref()` multiple times will have + * no effect. + * @since v14.3.0, v12.20.0 + */ + unref(): this; + } + export interface FSWatcher extends EventEmitter { + /** + * Stop watching for changes on the given `fs.FSWatcher`. Once stopped, the `fs.FSWatcher` object is no longer usable. + * @since v0.5.8 + */ + close(): void; + /** + * When called, requests that the Node.js event loop _not_ exit so long as the `fs.FSWatcher` is active. Calling `watcher.ref()` multiple times will have + * no effect. + * + * By default, all `fs.FSWatcher` objects are "ref'ed", making it normally + * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been + * called previously. + * @since v14.3.0, v12.20.0 + */ + ref(): this; + /** + * When called, the active `fs.FSWatcher` object will not require the Node.js + * event loop to remain active. If there is no other activity keeping the + * event loop running, the process may exit before the `fs.FSWatcher` object's + * callback is invoked. Calling `watcher.unref()` multiple times will have + * no effect. + * @since v14.3.0, v12.20.0 + */ + unref(): this; + /** + * events.EventEmitter + * 1. change + * 2. close + * 3. error + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "error", listener: (error: Error) => void): this; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; + on(event: "close", listener: () => void): this; + on(event: "error", listener: (error: Error) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; + once(event: "close", listener: () => void): this; + once(event: "error", listener: (error: Error) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "error", listener: (error: Error) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "error", listener: (error: Error) => void): this; + } + /** + * Instances of `fs.ReadStream` are created and returned using the {@link createReadStream} function. + * @since v0.1.93 + */ + export class ReadStream extends stream.Readable { + close(callback?: (err?: NodeJS.ErrnoException | null) => void): void; + /** + * The number of bytes that have been read so far. + * @since v6.4.0 + */ + bytesRead: number; + /** + * The path to the file the stream is reading from as specified in the first + * argument to `fs.createReadStream()`. If `path` is passed as a string, then`readStream.path` will be a string. If `path` is passed as a `Buffer`, then`readStream.path` will be a + * `Buffer`. If `fd` is specified, then`readStream.path` will be `undefined`. + * @since v0.1.93 + */ + path: string | Buffer; + /** + * This property is `true` if the underlying file has not been opened yet, + * i.e. before the `'ready'` event is emitted. + * @since v11.2.0, v10.16.0 + */ + pending: boolean; + /** + * events.EventEmitter + * 1. open + * 2. close + * 3. ready + */ + addListener(event: K, listener: ReadStreamEvents[K]): this; + on(event: K, listener: ReadStreamEvents[K]): this; + once(event: K, listener: ReadStreamEvents[K]): this; + prependListener(event: K, listener: ReadStreamEvents[K]): this; + prependOnceListener(event: K, listener: ReadStreamEvents[K]): this; + } + + /** + * The Keys are events of the ReadStream and the values are the functions that are called when the event is emitted. + */ + type ReadStreamEvents = { + close: () => void; + data: (chunk: Buffer | string) => void; + end: () => void; + error: (err: Error) => void; + open: (fd: number) => void; + pause: () => void; + readable: () => void; + ready: () => void; + resume: () => void; + } & CustomEvents; + + /** + * string & {} allows to allow any kind of strings for the event + * but still allows to have auto completion for the normal events. + */ + type CustomEvents = { [Key in string & {} | symbol]: (...args: any[]) => void }; + + /** + * The Keys are events of the WriteStream and the values are the functions that are called when the event is emitted. + */ + type WriteStreamEvents = { + close: () => void; + drain: () => void; + error: (err: Error) => void; + finish: () => void; + open: (fd: number) => void; + pipe: (src: stream.Readable) => void; + ready: () => void; + unpipe: (src: stream.Readable) => void; + } & CustomEvents; + /** + * * Extends `stream.Writable` + * + * Instances of `fs.WriteStream` are created and returned using the {@link createWriteStream} function. + * @since v0.1.93 + */ + export class WriteStream extends stream.Writable { + /** + * Closes `writeStream`. Optionally accepts a + * callback that will be executed once the `writeStream`is closed. + * @since v0.9.4 + */ + close(callback?: (err?: NodeJS.ErrnoException | null) => void): void; + /** + * The number of bytes written so far. Does not include data that is still queued + * for writing. + * @since v0.4.7 + */ + bytesWritten: number; + /** + * The path to the file the stream is writing to as specified in the first + * argument to {@link createWriteStream}. If `path` is passed as a string, then`writeStream.path` will be a string. If `path` is passed as a `Buffer`, then`writeStream.path` will be a + * `Buffer`. + * @since v0.1.93 + */ + path: string | Buffer; + /** + * This property is `true` if the underlying file has not been opened yet, + * i.e. before the `'ready'` event is emitted. + * @since v11.2.0 + */ + pending: boolean; + /** + * events.EventEmitter + * 1. open + * 2. close + * 3. ready + */ + addListener(event: K, listener: WriteStreamEvents[K]): this; + on(event: K, listener: WriteStreamEvents[K]): this; + once(event: K, listener: WriteStreamEvents[K]): this; + prependListener(event: K, listener: WriteStreamEvents[K]): this; + prependOnceListener(event: K, listener: WriteStreamEvents[K]): this; + } + /** + * Asynchronously rename file at `oldPath` to the pathname provided + * as `newPath`. In the case that `newPath` already exists, it will + * be overwritten. If there is a directory at `newPath`, an error will + * be raised instead. No arguments other than a possible exception are + * given to the completion callback. + * + * See also: [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html). + * + * ```js + * import { rename } from 'node:fs'; + * + * rename('oldFile.txt', 'newFile.txt', (err) => { + * if (err) throw err; + * console.log('Rename complete!'); + * }); + * ``` + * @since v0.0.2 + */ + export function rename(oldPath: PathLike, newPath: PathLike, callback: NoParamCallback): void; + export namespace rename { + /** + * Asynchronous rename(2) - Change the name or location of a file or directory. + * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(oldPath: PathLike, newPath: PathLike): Promise; + } + /** + * Renames the file from `oldPath` to `newPath`. Returns `undefined`. + * + * See the POSIX [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html) documentation for more details. + * @since v0.1.21 + */ + export function renameSync(oldPath: PathLike, newPath: PathLike): void; + /** + * Truncates the file. No arguments other than a possible exception are + * given to the completion callback. A file descriptor can also be passed as the + * first argument. In this case, `fs.ftruncate()` is called. + * + * ```js + * import { truncate } from 'node:fs'; + * // Assuming that 'path/file.txt' is a regular file. + * truncate('path/file.txt', (err) => { + * if (err) throw err; + * console.log('path/file.txt was truncated'); + * }); + * ``` + * + * Passing a file descriptor is deprecated and may result in an error being thrown + * in the future. + * + * See the POSIX [`truncate(2)`](http://man7.org/linux/man-pages/man2/truncate.2.html) documentation for more details. + * @since v0.8.6 + * @param [len=0] + */ + export function truncate(path: PathLike, len: number | undefined, callback: NoParamCallback): void; + /** + * Asynchronous truncate(2) - Truncate a file to a specified length. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function truncate(path: PathLike, callback: NoParamCallback): void; + export namespace truncate { + /** + * Asynchronous truncate(2) - Truncate a file to a specified length. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param len If not specified, defaults to `0`. + */ + function __promisify__(path: PathLike, len?: number): Promise; + } + /** + * Truncates the file. Returns `undefined`. A file descriptor can also be + * passed as the first argument. In this case, `fs.ftruncateSync()` is called. + * + * Passing a file descriptor is deprecated and may result in an error being thrown + * in the future. + * @since v0.8.6 + * @param [len=0] + */ + export function truncateSync(path: PathLike, len?: number): void; + /** + * Truncates the file descriptor. No arguments other than a possible exception are + * given to the completion callback. + * + * See the POSIX [`ftruncate(2)`](http://man7.org/linux/man-pages/man2/ftruncate.2.html) documentation for more detail. + * + * If the file referred to by the file descriptor was larger than `len` bytes, only + * the first `len` bytes will be retained in the file. + * + * For example, the following program retains only the first four bytes of the + * file: + * + * ```js + * import { open, close, ftruncate } from 'node:fs'; + * + * function closeFd(fd) { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * + * open('temp.txt', 'r+', (err, fd) => { + * if (err) throw err; + * + * try { + * ftruncate(fd, 4, (err) => { + * closeFd(fd); + * if (err) throw err; + * }); + * } catch (err) { + * closeFd(fd); + * if (err) throw err; + * } + * }); + * ``` + * + * If the file previously was shorter than `len` bytes, it is extended, and the + * extended part is filled with null bytes (`'\0'`): + * + * If `len` is negative then `0` will be used. + * @since v0.8.6 + * @param [len=0] + */ + export function ftruncate(fd: number, len: number | undefined, callback: NoParamCallback): void; + /** + * Asynchronous ftruncate(2) - Truncate a file to a specified length. + * @param fd A file descriptor. + */ + export function ftruncate(fd: number, callback: NoParamCallback): void; + export namespace ftruncate { + /** + * Asynchronous ftruncate(2) - Truncate a file to a specified length. + * @param fd A file descriptor. + * @param len If not specified, defaults to `0`. + */ + function __promisify__(fd: number, len?: number): Promise; + } + /** + * Truncates the file descriptor. Returns `undefined`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link ftruncate}. + * @since v0.8.6 + * @param [len=0] + */ + export function ftruncateSync(fd: number, len?: number): void; + /** + * Asynchronously changes owner and group of a file. No arguments other than a + * possible exception are given to the completion callback. + * + * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail. + * @since v0.1.97 + */ + export function chown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void; + export namespace chown { + /** + * Asynchronous chown(2) - Change ownership of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike, uid: number, gid: number): Promise; + } + /** + * Synchronously changes owner and group of a file. Returns `undefined`. + * This is the synchronous version of {@link chown}. + * + * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail. + * @since v0.1.97 + */ + export function chownSync(path: PathLike, uid: number, gid: number): void; + /** + * Sets the owner of the file. No arguments other than a possible exception are + * given to the completion callback. + * + * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail. + * @since v0.4.7 + */ + export function fchown(fd: number, uid: number, gid: number, callback: NoParamCallback): void; + export namespace fchown { + /** + * Asynchronous fchown(2) - Change ownership of a file. + * @param fd A file descriptor. + */ + function __promisify__(fd: number, uid: number, gid: number): Promise; + } + /** + * Sets the owner of the file. Returns `undefined`. + * + * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail. + * @since v0.4.7 + * @param uid The file's new owner's user id. + * @param gid The file's new group's group id. + */ + export function fchownSync(fd: number, uid: number, gid: number): void; + /** + * Set the owner of the symbolic link. No arguments other than a possible + * exception are given to the completion callback. + * + * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more detail. + */ + export function lchown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void; + export namespace lchown { + /** + * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike, uid: number, gid: number): Promise; + } + /** + * Set the owner for the path. Returns `undefined`. + * + * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more details. + * @param uid The file's new owner's user id. + * @param gid The file's new group's group id. + */ + export function lchownSync(path: PathLike, uid: number, gid: number): void; + /** + * Changes the access and modification times of a file in the same way as {@link utimes}, with the difference that if the path refers to a symbolic + * link, then the link is not dereferenced: instead, the timestamps of the + * symbolic link itself are changed. + * + * No arguments other than a possible exception are given to the completion + * callback. + * @since v14.5.0, v12.19.0 + */ + export function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; + export namespace lutimes { + /** + * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`, + * with the difference that if the path refers to a symbolic link, then the link is not + * dereferenced: instead, the timestamps of the symbolic link itself are changed. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + } + /** + * Change the file system timestamps of the symbolic link referenced by `path`. + * Returns `undefined`, or throws an exception when parameters are incorrect or + * the operation fails. This is the synchronous version of {@link lutimes}. + * @since v14.5.0, v12.19.0 + */ + export function lutimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void; + /** + * Asynchronously changes the permissions of a file. No arguments other than a + * possible exception are given to the completion callback. + * + * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail. + * + * ```js + * import { chmod } from 'node:fs'; + * + * chmod('my_file.txt', 0o775, (err) => { + * if (err) throw err; + * console.log('The permissions for file "my_file.txt" have been changed!'); + * }); + * ``` + * @since v0.1.30 + */ + export function chmod(path: PathLike, mode: Mode, callback: NoParamCallback): void; + export namespace chmod { + /** + * Asynchronous chmod(2) - Change permissions of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(path: PathLike, mode: Mode): Promise; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link chmod}. + * + * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail. + * @since v0.6.7 + */ + export function chmodSync(path: PathLike, mode: Mode): void; + /** + * Sets the permissions on the file. No arguments other than a possible exception + * are given to the completion callback. + * + * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail. + * @since v0.4.7 + */ + export function fchmod(fd: number, mode: Mode, callback: NoParamCallback): void; + export namespace fchmod { + /** + * Asynchronous fchmod(2) - Change permissions of a file. + * @param fd A file descriptor. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(fd: number, mode: Mode): Promise; + } + /** + * Sets the permissions on the file. Returns `undefined`. + * + * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail. + * @since v0.4.7 + */ + export function fchmodSync(fd: number, mode: Mode): void; + /** + * Changes the permissions on a symbolic link. No arguments other than a possible + * exception are given to the completion callback. + * + * This method is only implemented on macOS. + * + * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail. + * @deprecated Since v0.4.7 + */ + export function lchmod(path: PathLike, mode: Mode, callback: NoParamCallback): void; + /** @deprecated */ + export namespace lchmod { + /** + * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(path: PathLike, mode: Mode): Promise; + } + /** + * Changes the permissions on a symbolic link. Returns `undefined`. + * + * This method is only implemented on macOS. + * + * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail. + * @deprecated Since v0.4.7 + */ + export function lchmodSync(path: PathLike, mode: Mode): void; + /** + * Asynchronous [`stat(2)`](http://man7.org/linux/man-pages/man2/stat.2.html). The callback gets two arguments `(err, stats)` where`stats` is an `fs.Stats` object. + * + * In case of an error, the `err.code` will be one of `Common System Errors`. + * + * {@link stat} follows symbolic links. Use {@link lstat} to look at the + * links themselves. + * + * Using `fs.stat()` to check for the existence of a file before calling`fs.open()`, `fs.readFile()`, or `fs.writeFile()` is not recommended. + * Instead, user code should open/read/write the file directly and handle the + * error raised if the file is not available. + * + * To check if a file exists without manipulating it afterwards, {@link access} is recommended. + * + * For example, given the following directory structure: + * + * ```text + * - txtDir + * -- file.txt + * - app.js + * ``` + * + * The next program will check for the stats of the given paths: + * + * ```js + * import { stat } from 'node:fs'; + * + * const pathsToCheck = ['./txtDir', './txtDir/file.txt']; + * + * for (let i = 0; i < pathsToCheck.length; i++) { + * stat(pathsToCheck[i], (err, stats) => { + * console.log(stats.isDirectory()); + * console.log(stats); + * }); + * } + * ``` + * + * The resulting output will resemble: + * + * ```console + * true + * Stats { + * dev: 16777220, + * mode: 16877, + * nlink: 3, + * uid: 501, + * gid: 20, + * rdev: 0, + * blksize: 4096, + * ino: 14214262, + * size: 96, + * blocks: 0, + * atimeMs: 1561174653071.963, + * mtimeMs: 1561174614583.3518, + * ctimeMs: 1561174626623.5366, + * birthtimeMs: 1561174126937.2893, + * atime: 2019-06-22T03:37:33.072Z, + * mtime: 2019-06-22T03:36:54.583Z, + * ctime: 2019-06-22T03:37:06.624Z, + * birthtime: 2019-06-22T03:28:46.937Z + * } + * false + * Stats { + * dev: 16777220, + * mode: 33188, + * nlink: 1, + * uid: 501, + * gid: 20, + * rdev: 0, + * blksize: 4096, + * ino: 14214074, + * size: 8, + * blocks: 8, + * atimeMs: 1561174616618.8555, + * mtimeMs: 1561174614584, + * ctimeMs: 1561174614583.8145, + * birthtimeMs: 1561174007710.7478, + * atime: 2019-06-22T03:36:56.619Z, + * mtime: 2019-06-22T03:36:54.584Z, + * ctime: 2019-06-22T03:36:54.584Z, + * birthtime: 2019-06-22T03:26:47.711Z + * } + * ``` + * @since v0.0.2 + */ + export function stat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + export function stat( + path: PathLike, + options: + | (StatOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void, + ): void; + export function stat( + path: PathLike, + options: StatOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void, + ): void; + export function stat( + path: PathLike, + options: StatOptions | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void, + ): void; + export namespace stat { + /** + * Asynchronous stat(2) - Get file status. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__( + path: PathLike, + options?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + function __promisify__( + path: PathLike, + options: StatOptions & { + bigint: true; + }, + ): Promise; + function __promisify__(path: PathLike, options?: StatOptions): Promise; + } + export interface StatSyncFn extends Function { + (path: PathLike, options?: undefined): Stats; + ( + path: PathLike, + options?: StatSyncOptions & { + bigint?: false | undefined; + throwIfNoEntry: false; + }, + ): Stats | undefined; + ( + path: PathLike, + options: StatSyncOptions & { + bigint: true; + throwIfNoEntry: false; + }, + ): BigIntStats | undefined; + ( + path: PathLike, + options?: StatSyncOptions & { + bigint?: false | undefined; + }, + ): Stats; + ( + path: PathLike, + options: StatSyncOptions & { + bigint: true; + }, + ): BigIntStats; + ( + path: PathLike, + options: StatSyncOptions & { + bigint: boolean; + throwIfNoEntry?: false | undefined; + }, + ): Stats | BigIntStats; + (path: PathLike, options?: StatSyncOptions): Stats | BigIntStats | undefined; + } + /** + * Synchronous stat(2) - Get file status. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export const statSync: StatSyncFn; + /** + * Invokes the callback with the `fs.Stats` for the file descriptor. + * + * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail. + * @since v0.1.95 + */ + export function fstat(fd: number, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + export function fstat( + fd: number, + options: + | (StatOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void, + ): void; + export function fstat( + fd: number, + options: StatOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void, + ): void; + export function fstat( + fd: number, + options: StatOptions | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void, + ): void; + export namespace fstat { + /** + * Asynchronous fstat(2) - Get file status. + * @param fd A file descriptor. + */ + function __promisify__( + fd: number, + options?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + function __promisify__( + fd: number, + options: StatOptions & { + bigint: true; + }, + ): Promise; + function __promisify__(fd: number, options?: StatOptions): Promise; + } + /** + * Retrieves the `fs.Stats` for the file descriptor. + * + * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail. + * @since v0.1.95 + */ + export function fstatSync( + fd: number, + options?: StatOptions & { + bigint?: false | undefined; + }, + ): Stats; + export function fstatSync( + fd: number, + options: StatOptions & { + bigint: true; + }, + ): BigIntStats; + export function fstatSync(fd: number, options?: StatOptions): Stats | BigIntStats; + /** + * Retrieves the `fs.Stats` for the symbolic link referred to by the path. + * The callback gets two arguments `(err, stats)` where `stats` is a `fs.Stats` object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic + * link, then the link itself is stat-ed, not the file that it refers to. + * + * See the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) documentation for more details. + * @since v0.1.30 + */ + export function lstat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + export function lstat( + path: PathLike, + options: + | (StatOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void, + ): void; + export function lstat( + path: PathLike, + options: StatOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void, + ): void; + export function lstat( + path: PathLike, + options: StatOptions | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void, + ): void; + export namespace lstat { + /** + * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__( + path: PathLike, + options?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + function __promisify__( + path: PathLike, + options: StatOptions & { + bigint: true; + }, + ): Promise; + function __promisify__(path: PathLike, options?: StatOptions): Promise; + } + /** + * Asynchronous [`statfs(2)`](http://man7.org/linux/man-pages/man2/statfs.2.html). Returns information about the mounted file system which + * contains `path`. The callback gets two arguments `(err, stats)` where `stats`is an `fs.StatFs` object. + * + * In case of an error, the `err.code` will be one of `Common System Errors`. + * @since v19.6.0, v18.15.0 + * @param path A path to an existing file or directory on the file system to be queried. + */ + export function statfs(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: StatsFs) => void): void; + export function statfs( + path: PathLike, + options: + | (StatFsOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: StatsFs) => void, + ): void; + export function statfs( + path: PathLike, + options: StatFsOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStatsFs) => void, + ): void; + export function statfs( + path: PathLike, + options: StatFsOptions | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: StatsFs | BigIntStatsFs) => void, + ): void; + export namespace statfs { + /** + * Asynchronous statfs(2) - Returns information about the mounted file system which contains path. The callback gets two arguments (err, stats) where stats is an object. + * @param path A path to an existing file or directory on the file system to be queried. + */ + function __promisify__( + path: PathLike, + options?: StatFsOptions & { + bigint?: false | undefined; + }, + ): Promise; + function __promisify__( + path: PathLike, + options: StatFsOptions & { + bigint: true; + }, + ): Promise; + function __promisify__(path: PathLike, options?: StatFsOptions): Promise; + } + /** + * Synchronous [`statfs(2)`](http://man7.org/linux/man-pages/man2/statfs.2.html). Returns information about the mounted file system which + * contains `path`. + * + * In case of an error, the `err.code` will be one of `Common System Errors`. + * @since v19.6.0, v18.15.0 + * @param path A path to an existing file or directory on the file system to be queried. + */ + export function statfsSync( + path: PathLike, + options?: StatFsOptions & { + bigint?: false | undefined; + }, + ): StatsFs; + export function statfsSync( + path: PathLike, + options: StatFsOptions & { + bigint: true; + }, + ): BigIntStatsFs; + export function statfsSync(path: PathLike, options?: StatFsOptions): StatsFs | BigIntStatsFs; + /** + * Synchronous lstat(2) - Get file status. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export const lstatSync: StatSyncFn; + /** + * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. No arguments other than + * a possible + * exception are given to the completion callback. + * @since v0.1.31 + */ + export function link(existingPath: PathLike, newPath: PathLike, callback: NoParamCallback): void; + export namespace link { + /** + * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file. + * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(existingPath: PathLike, newPath: PathLike): Promise; + } + /** + * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. Returns `undefined`. + * @since v0.1.31 + */ + export function linkSync(existingPath: PathLike, newPath: PathLike): void; + /** + * Creates the link called `path` pointing to `target`. No arguments other than a + * possible exception are given to the completion callback. + * + * See the POSIX [`symlink(2)`](http://man7.org/linux/man-pages/man2/symlink.2.html) documentation for more details. + * + * The `type` argument is only available on Windows and ignored on other platforms. + * It can be set to `'dir'`, `'file'`, or `'junction'`. If the `type` argument is + * not a string, Node.js will autodetect `target` type and use `'file'` or `'dir'`. + * If the `target` does not exist, `'file'` will be used. Windows junction points + * require the destination path to be absolute. When using `'junction'`, the`target` argument will automatically be normalized to absolute path. Junction + * points on NTFS volumes can only point to directories. + * + * Relative targets are relative to the link's parent directory. + * + * ```js + * import { symlink } from 'node:fs'; + * + * symlink('./mew', './mewtwo', callback); + * ``` + * + * The above example creates a symbolic link `mewtwo` which points to `mew` in the + * same directory: + * + * ```bash + * $ tree . + * . + * ├── mew + * └── mewtwo -> ./mew + * ``` + * @since v0.1.31 + * @param [type='null'] + */ + export function symlink( + target: PathLike, + path: PathLike, + type: symlink.Type | undefined | null, + callback: NoParamCallback, + ): void; + /** + * Asynchronous symlink(2) - Create a new symbolic link to an existing file. + * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. + * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. + */ + export function symlink(target: PathLike, path: PathLike, callback: NoParamCallback): void; + export namespace symlink { + /** + * Asynchronous symlink(2) - Create a new symbolic link to an existing file. + * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. + * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. + * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms). + * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path. + */ + function __promisify__(target: PathLike, path: PathLike, type?: string | null): Promise; + type Type = "dir" | "file" | "junction"; + } + /** + * Returns `undefined`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link symlink}. + * @since v0.1.31 + * @param [type='null'] + */ + export function symlinkSync(target: PathLike, path: PathLike, type?: symlink.Type | null): void; + /** + * Reads the contents of the symbolic link referred to by `path`. The callback gets + * two arguments `(err, linkString)`. + * + * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the link path passed to the callback. If the `encoding` is set to `'buffer'`, + * the link path returned will be passed as a `Buffer` object. + * @since v0.1.31 + */ + export function readlink( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, linkString: string) => void, + ): void; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlink( + path: PathLike, + options: BufferEncodingOption, + callback: (err: NodeJS.ErrnoException | null, linkString: Buffer) => void, + ): void; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlink( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, linkString: string | Buffer) => void, + ): void; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function readlink( + path: PathLike, + callback: (err: NodeJS.ErrnoException | null, linkString: string) => void, + ): void; + export namespace readlink { + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + } + /** + * Returns the symbolic link's string value. + * + * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the link path returned. If the `encoding` is set to `'buffer'`, + * the link path returned will be passed as a `Buffer` object. + * @since v0.1.31 + */ + export function readlinkSync(path: PathLike, options?: EncodingOption): string; + /** + * Synchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlinkSync(path: PathLike, options: BufferEncodingOption): Buffer; + /** + * Synchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlinkSync(path: PathLike, options?: EncodingOption): string | Buffer; + /** + * Asynchronously computes the canonical pathname by resolving `.`, `..`, and + * symbolic links. + * + * A canonical pathname is not necessarily unique. Hard links and bind mounts can + * expose a file system entity through many pathnames. + * + * This function behaves like [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html), with some exceptions: + * + * 1. No case conversion is performed on case-insensitive file systems. + * 2. The maximum number of symbolic links is platform-independent and generally + * (much) higher than what the native [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html) implementation supports. + * + * The `callback` gets two arguments `(err, resolvedPath)`. May use `process.cwd` to resolve relative paths. + * + * Only paths that can be converted to UTF8 strings are supported. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the path passed to the callback. If the `encoding` is set to `'buffer'`, + * the path returned will be passed as a `Buffer` object. + * + * If `path` resolves to a socket or a pipe, the function will return a system + * dependent name for that object. + * @since v0.1.31 + */ + export function realpath( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void, + ): void; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpath( + path: PathLike, + options: BufferEncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void, + ): void; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpath( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void, + ): void; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function realpath( + path: PathLike, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void, + ): void; + export namespace realpath { + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + /** + * Asynchronous [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html). + * + * The `callback` gets two arguments `(err, resolvedPath)`. + * + * Only paths that can be converted to UTF8 strings are supported. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the path passed to the callback. If the `encoding` is set to `'buffer'`, + * the path returned will be passed as a `Buffer` object. + * + * On Linux, when Node.js is linked against musl libc, the procfs file system must + * be mounted on `/proc` in order for this function to work. Glibc does not have + * this restriction. + * @since v9.2.0 + */ + function native( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void, + ): void; + function native( + path: PathLike, + options: BufferEncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void, + ): void; + function native( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void, + ): void; + function native( + path: PathLike, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void, + ): void; + } + /** + * Returns the resolved pathname. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link realpath}. + * @since v0.1.31 + */ + export function realpathSync(path: PathLike, options?: EncodingOption): string; + /** + * Synchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpathSync(path: PathLike, options: BufferEncodingOption): Buffer; + /** + * Synchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpathSync(path: PathLike, options?: EncodingOption): string | Buffer; + export namespace realpathSync { + function native(path: PathLike, options?: EncodingOption): string; + function native(path: PathLike, options: BufferEncodingOption): Buffer; + function native(path: PathLike, options?: EncodingOption): string | Buffer; + } + /** + * Asynchronously removes a file or symbolic link. No arguments other than a + * possible exception are given to the completion callback. + * + * ```js + * import { unlink } from 'node:fs'; + * // Assuming that 'path/file.txt' is a regular file. + * unlink('path/file.txt', (err) => { + * if (err) throw err; + * console.log('path/file.txt was deleted'); + * }); + * ``` + * + * `fs.unlink()` will not work on a directory, empty or otherwise. To remove a + * directory, use {@link rmdir}. + * + * See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more details. + * @since v0.0.2 + */ + export function unlink(path: PathLike, callback: NoParamCallback): void; + export namespace unlink { + /** + * Asynchronous unlink(2) - delete a name and possibly the file it refers to. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike): Promise; + } + /** + * Synchronous [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html). Returns `undefined`. + * @since v0.1.21 + */ + export function unlinkSync(path: PathLike): void; + export interface RmDirOptions { + /** + * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or + * `EPERM` error is encountered, Node.js will retry the operation with a linear + * backoff wait of `retryDelay` ms longer on each try. This option represents the + * number of retries. This option is ignored if the `recursive` option is not + * `true`. + * @default 0 + */ + maxRetries?: number | undefined; + /** + * @deprecated since v14.14.0 In future versions of Node.js and will trigger a warning + * `fs.rmdir(path, { recursive: true })` will throw if `path` does not exist or is a file. + * Use `fs.rm(path, { recursive: true, force: true })` instead. + * + * If `true`, perform a recursive directory removal. In + * recursive mode, operations are retried on failure. + * @default false + */ + recursive?: boolean | undefined; + /** + * The amount of time in milliseconds to wait between retries. + * This option is ignored if the `recursive` option is not `true`. + * @default 100 + */ + retryDelay?: number | undefined; + } + /** + * Asynchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). No arguments other than a possible exception are given + * to the completion callback. + * + * Using `fs.rmdir()` on a file (not a directory) results in an `ENOENT` error on + * Windows and an `ENOTDIR` error on POSIX. + * + * To get a behavior similar to the `rm -rf` Unix command, use {@link rm} with options `{ recursive: true, force: true }`. + * @since v0.0.2 + */ + export function rmdir(path: PathLike, callback: NoParamCallback): void; + export function rmdir(path: PathLike, options: RmDirOptions, callback: NoParamCallback): void; + export namespace rmdir { + /** + * Asynchronous rmdir(2) - delete a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike, options?: RmDirOptions): Promise; + } + /** + * Synchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). Returns `undefined`. + * + * Using `fs.rmdirSync()` on a file (not a directory) results in an `ENOENT` error + * on Windows and an `ENOTDIR` error on POSIX. + * + * To get a behavior similar to the `rm -rf` Unix command, use {@link rmSync} with options `{ recursive: true, force: true }`. + * @since v0.1.21 + */ + export function rmdirSync(path: PathLike, options?: RmDirOptions): void; + export interface RmOptions { + /** + * When `true`, exceptions will be ignored if `path` does not exist. + * @default false + */ + force?: boolean | undefined; + /** + * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or + * `EPERM` error is encountered, Node.js will retry the operation with a linear + * backoff wait of `retryDelay` ms longer on each try. This option represents the + * number of retries. This option is ignored if the `recursive` option is not + * `true`. + * @default 0 + */ + maxRetries?: number | undefined; + /** + * If `true`, perform a recursive directory removal. In + * recursive mode, operations are retried on failure. + * @default false + */ + recursive?: boolean | undefined; + /** + * The amount of time in milliseconds to wait between retries. + * This option is ignored if the `recursive` option is not `true`. + * @default 100 + */ + retryDelay?: number | undefined; + } + /** + * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility). No arguments other than a possible exception are given to the + * completion callback. + * @since v14.14.0 + */ + export function rm(path: PathLike, callback: NoParamCallback): void; + export function rm(path: PathLike, options: RmOptions, callback: NoParamCallback): void; + export namespace rm { + /** + * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility). + */ + function __promisify__(path: PathLike, options?: RmOptions): Promise; + } + /** + * Synchronously removes files and directories (modeled on the standard POSIX `rm` utility). Returns `undefined`. + * @since v14.14.0 + */ + export function rmSync(path: PathLike, options?: RmOptions): void; + export interface MakeDirectoryOptions { + /** + * Indicates whether parent folders should be created. + * If a folder was created, the path to the first created folder will be returned. + * @default false + */ + recursive?: boolean | undefined; + /** + * A file mode. If a string is passed, it is parsed as an octal integer. If not specified + * @default 0o777 + */ + mode?: Mode | undefined; + } + /** + * Asynchronously creates a directory. + * + * The callback is given a possible exception and, if `recursive` is `true`, the + * first directory path created, `(err[, path])`.`path` can still be `undefined` when `recursive` is `true`, if no directory was + * created (for instance, if it was previously created). + * + * The optional `options` argument can be an integer specifying `mode` (permission + * and sticky bits), or an object with a `mode` property and a `recursive` property indicating whether parent directories should be created. Calling `fs.mkdir()` when `path` is a directory that + * exists results in an error only + * when `recursive` is false. If `recursive` is false and the directory exists, + * an `EEXIST` error occurs. + * + * ```js + * import { mkdir } from 'node:fs'; + * + * // Create ./tmp/a/apple, regardless of whether ./tmp and ./tmp/a exist. + * mkdir('./tmp/a/apple', { recursive: true }, (err) => { + * if (err) throw err; + * }); + * ``` + * + * On Windows, using `fs.mkdir()` on the root directory even with recursion will + * result in an error: + * + * ```js + * import { mkdir } from 'node:fs'; + * + * mkdir('/', { recursive: true }, (err) => { + * // => [Error: EPERM: operation not permitted, mkdir 'C:\'] + * }); + * ``` + * + * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details. + * @since v0.1.8 + */ + export function mkdir( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + }, + callback: (err: NodeJS.ErrnoException | null, path?: string) => void, + ): void; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdir( + path: PathLike, + options: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null + | undefined, + callback: NoParamCallback, + ): void; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdir( + path: PathLike, + options: Mode | MakeDirectoryOptions | null | undefined, + callback: (err: NodeJS.ErrnoException | null, path?: string) => void, + ): void; + /** + * Asynchronous mkdir(2) - create a directory with a mode of `0o777`. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function mkdir(path: PathLike, callback: NoParamCallback): void; + export namespace mkdir { + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function __promisify__( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + }, + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function __promisify__( + path: PathLike, + options?: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null, + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function __promisify__( + path: PathLike, + options?: Mode | MakeDirectoryOptions | null, + ): Promise; + } + /** + * Synchronously creates a directory. Returns `undefined`, or if `recursive` is `true`, the first directory path created. + * This is the synchronous version of {@link mkdir}. + * + * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details. + * @since v0.1.21 + */ + export function mkdirSync( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + }, + ): string | undefined; + /** + * Synchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdirSync( + path: PathLike, + options?: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null, + ): void; + /** + * Synchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdirSync(path: PathLike, options?: Mode | MakeDirectoryOptions | null): string | undefined; + /** + * Creates a unique temporary directory. + * + * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. Due to platform + * inconsistencies, avoid trailing `X` characters in `prefix`. Some platforms, + * notably the BSDs, can return more than six random characters, and replace + * trailing `X` characters in `prefix` with random characters. + * + * The created directory path is passed as a string to the callback's second + * parameter. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use. + * + * ```js + * import { mkdtemp } from 'node:fs'; + * import { join } from 'node:path'; + * import { tmpdir } from 'node:os'; + * + * mkdtemp(join(tmpdir(), 'foo-'), (err, directory) => { + * if (err) throw err; + * console.log(directory); + * // Prints: /tmp/foo-itXde2 or C:\Users\...\AppData\Local\Temp\foo-itXde2 + * }); + * ``` + * + * The `fs.mkdtemp()` method will append the six randomly selected characters + * directly to the `prefix` string. For instance, given a directory `/tmp`, if the + * intention is to create a temporary directory _within_`/tmp`, the `prefix`must end with a trailing platform-specific path separator + * (`import { sep } from 'node:path'`). + * + * ```js + * import { tmpdir } from 'node:os'; + * import { mkdtemp } from 'node:fs'; + * + * // The parent directory for the new temporary directory + * const tmpDir = tmpdir(); + * + * // This method is *INCORRECT*: + * mkdtemp(tmpDir, (err, directory) => { + * if (err) throw err; + * console.log(directory); + * // Will print something similar to `/tmpabc123`. + * // A new temporary directory is created at the file system root + * // rather than *within* the /tmp directory. + * }); + * + * // This method is *CORRECT*: + * import { sep } from 'node:path'; + * mkdtemp(`${tmpDir}${sep}`, (err, directory) => { + * if (err) throw err; + * console.log(directory); + * // Will print something similar to `/tmp/abc123`. + * // A new temporary directory is created within + * // the /tmp directory. + * }); + * ``` + * @since v5.10.0 + */ + export function mkdtemp( + prefix: string, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, folder: string) => void, + ): void; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtemp( + prefix: string, + options: + | "buffer" + | { + encoding: "buffer"; + }, + callback: (err: NodeJS.ErrnoException | null, folder: Buffer) => void, + ): void; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtemp( + prefix: string, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, folder: string | Buffer) => void, + ): void; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + */ + export function mkdtemp( + prefix: string, + callback: (err: NodeJS.ErrnoException | null, folder: string) => void, + ): void; + export namespace mkdtemp { + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options?: EncodingOption): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options: BufferEncodingOption): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options?: EncodingOption): Promise; + } + /** + * Returns the created directory path. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link mkdtemp}. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use. + * @since v5.10.0 + */ + export function mkdtempSync(prefix: string, options?: EncodingOption): string; + /** + * Synchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtempSync(prefix: string, options: BufferEncodingOption): Buffer; + /** + * Synchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtempSync(prefix: string, options?: EncodingOption): string | Buffer; + /** + * Reads the contents of a directory. The callback gets two arguments `(err, files)` where `files` is an array of the names of the files in the directory excluding `'.'` and `'..'`. + * + * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the filenames passed to the callback. If the `encoding` is set to `'buffer'`, + * the filenames returned will be passed as `Buffer` objects. + * + * If `options.withFileTypes` is set to `true`, the `files` array will contain `fs.Dirent` objects. + * @since v0.1.8 + */ + export function readdir( + path: PathLike, + options: + | { + encoding: BufferEncoding | null; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | BufferEncoding + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, files: string[]) => void, + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdir( + path: PathLike, + options: + | { + encoding: "buffer"; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | "buffer", + callback: (err: NodeJS.ErrnoException | null, files: Buffer[]) => void, + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdir( + path: PathLike, + options: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }) + | BufferEncoding + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, files: string[] | Buffer[]) => void, + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function readdir( + path: PathLike, + callback: (err: NodeJS.ErrnoException | null, files: string[]) => void, + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + export function readdir( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + recursive?: boolean | undefined; + }, + callback: (err: NodeJS.ErrnoException | null, files: Dirent[]) => void, + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Must include `withFileTypes: true` and `encoding: 'buffer'`. + */ + export function readdir( + path: PathLike, + options: { + encoding: "buffer"; + withFileTypes: true; + recursive?: boolean | undefined; + }, + callback: (err: NodeJS.ErrnoException | null, files: Dirent[]) => void, + ): void; + export namespace readdir { + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__( + path: PathLike, + options?: + | { + encoding: BufferEncoding | null; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__( + path: PathLike, + options: + | "buffer" + | { + encoding: "buffer"; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }) + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent + */ + function __promisify__( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + recursive?: boolean | undefined; + }, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Must include `withFileTypes: true` and `encoding: 'buffer'`. + */ + function __promisify__( + path: PathLike, + options: { + encoding: "buffer"; + withFileTypes: true; + recursive?: boolean | undefined; + }, + ): Promise[]>; + } + /** + * Reads the contents of the directory. + * + * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the filenames returned. If the `encoding` is set to `'buffer'`, + * the filenames returned will be passed as `Buffer` objects. + * + * If `options.withFileTypes` is set to `true`, the result will contain `fs.Dirent` objects. + * @since v0.1.21 + */ + export function readdirSync( + path: PathLike, + options?: + | { + encoding: BufferEncoding | null; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | BufferEncoding + | null, + ): string[]; + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdirSync( + path: PathLike, + options: + | { + encoding: "buffer"; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | "buffer", + ): Buffer[]; + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdirSync( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }) + | BufferEncoding + | null, + ): string[] | Buffer[]; + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + export function readdirSync( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + recursive?: boolean | undefined; + }, + ): Dirent[]; + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Must include `withFileTypes: true` and `encoding: 'buffer'`. + */ + export function readdirSync( + path: PathLike, + options: { + encoding: "buffer"; + withFileTypes: true; + recursive?: boolean | undefined; + }, + ): Dirent[]; + /** + * Closes the file descriptor. No arguments other than a possible exception are + * given to the completion callback. + * + * Calling `fs.close()` on any file descriptor (`fd`) that is currently in use + * through any other `fs` operation may lead to undefined behavior. + * + * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail. + * @since v0.0.2 + */ + export function close(fd: number, callback?: NoParamCallback): void; + export namespace close { + /** + * Asynchronous close(2) - close a file descriptor. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + /** + * Closes the file descriptor. Returns `undefined`. + * + * Calling `fs.closeSync()` on any file descriptor (`fd`) that is currently in use + * through any other `fs` operation may lead to undefined behavior. + * + * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail. + * @since v0.1.21 + */ + export function closeSync(fd: number): void; + /** + * Asynchronous file open. See the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more details. + * + * `mode` sets the file mode (permission and sticky bits), but only if the file was + * created. On Windows, only the write permission can be manipulated; see {@link chmod}. + * + * The callback gets two arguments `(err, fd)`. + * + * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented + * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains + * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams). + * + * Functions based on `fs.open()` exhibit this behavior as well:`fs.writeFile()`, `fs.readFile()`, etc. + * @since v0.0.2 + * @param [flags='r'] See `support of file system `flags``. + * @param [mode=0o666] + */ + export function open( + path: PathLike, + flags: OpenMode | undefined, + mode: Mode | undefined | null, + callback: (err: NodeJS.ErrnoException | null, fd: number) => void, + ): void; + /** + * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param [flags='r'] See `support of file system `flags``. + */ + export function open( + path: PathLike, + flags: OpenMode | undefined, + callback: (err: NodeJS.ErrnoException | null, fd: number) => void, + ): void; + /** + * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function open(path: PathLike, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; + export namespace open { + /** + * Asynchronous open(2) - open and possibly create a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not supplied, defaults to `0o666`. + */ + function __promisify__(path: PathLike, flags: OpenMode, mode?: Mode | null): Promise; + } + /** + * Returns an integer representing the file descriptor. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link open}. + * @since v0.1.21 + * @param [flags='r'] + * @param [mode=0o666] + */ + export function openSync(path: PathLike, flags: OpenMode, mode?: Mode | null): number; + /** + * Change the file system timestamps of the object referenced by `path`. + * + * The `atime` and `mtime` arguments follow these rules: + * + * * Values can be either numbers representing Unix epoch time in seconds, `Date`s, or a numeric string like `'123456789.0'`. + * * If the value can not be converted to a number, or is `NaN`, `Infinity`, or `-Infinity`, an `Error` will be thrown. + * @since v0.4.2 + */ + export function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; + export namespace utimes { + /** + * Asynchronously change file timestamps of the file referenced by the supplied path. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + } + /** + * Returns `undefined`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link utimes}. + * @since v0.4.2 + */ + export function utimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void; + /** + * Change the file system timestamps of the object referenced by the supplied file + * descriptor. See {@link utimes}. + * @since v0.4.2 + */ + export function futimes(fd: number, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; + export namespace futimes { + /** + * Asynchronously change file timestamps of the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function __promisify__(fd: number, atime: TimeLike, mtime: TimeLike): Promise; + } + /** + * Synchronous version of {@link futimes}. Returns `undefined`. + * @since v0.4.2 + */ + export function futimesSync(fd: number, atime: TimeLike, mtime: TimeLike): void; + /** + * Request that all data for the open file descriptor is flushed to the storage + * device. The specific implementation is operating system and device specific. + * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. No arguments other + * than a possible exception are given to the completion callback. + * @since v0.1.96 + */ + export function fsync(fd: number, callback: NoParamCallback): void; + export namespace fsync { + /** + * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + /** + * Request that all data for the open file descriptor is flushed to the storage + * device. The specific implementation is operating system and device specific. + * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. Returns `undefined`. + * @since v0.1.96 + */ + export function fsyncSync(fd: number): void; + export interface WriteOptions { + /** + * @default 0 + */ + offset?: number | undefined; + /** + * @default `buffer.byteLength - offset` + */ + length?: number | undefined; + /** + * @default null + */ + position?: number | undefined | null; + } + /** + * Write `buffer` to the file specified by `fd`. + * + * `offset` determines the part of the buffer to be written, and `length` is + * an integer specifying the number of bytes to write. + * + * `position` refers to the offset from the beginning of the file where this data + * should be written. If `typeof position !== 'number'`, the data will be written + * at the current position. See [`pwrite(2)`](http://man7.org/linux/man-pages/man2/pwrite.2.html). + * + * The callback will be given three arguments `(err, bytesWritten, buffer)` where `bytesWritten` specifies how many _bytes_ were written from `buffer`. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a promise for an `Object` with `bytesWritten` and `buffer` properties. + * + * It is unsafe to use `fs.write()` multiple times on the same file without waiting + * for the callback. For this scenario, {@link createWriteStream} is + * recommended. + * + * On Linux, positional writes don't work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v0.0.2 + * @param [offset=0] + * @param [length=buffer.byteLength - offset] + * @param [position='null'] + */ + export function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + length: number | undefined | null, + position: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, + ): void; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + */ + export function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + length: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, + ): void; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + */ + export function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, + ): void; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + */ + export function write( + fd: number, + buffer: TBuffer, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, + ): void; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param options An object with the following properties: + * * `offset` The part of the buffer to be written. If not supplied, defaults to `0`. + * * `length` The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + * * `position` The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + export function write( + fd: number, + buffer: TBuffer, + options: WriteOptions, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, + ): void; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + export function write( + fd: number, + string: string, + position: number | undefined | null, + encoding: BufferEncoding | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void, + ): void; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + export function write( + fd: number, + string: string, + position: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void, + ): void; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + */ + export function write( + fd: number, + string: string, + callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void, + ): void; + export namespace write { + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + function __promisify__( + fd: number, + buffer?: TBuffer, + offset?: number, + length?: number, + position?: number | null, + ): Promise<{ + bytesWritten: number; + buffer: TBuffer; + }>; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param options An object with the following properties: + * * `offset` The part of the buffer to be written. If not supplied, defaults to `0`. + * * `length` The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + * * `position` The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + function __promisify__( + fd: number, + buffer?: TBuffer, + options?: WriteOptions, + ): Promise<{ + bytesWritten: number; + buffer: TBuffer; + }>; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + function __promisify__( + fd: number, + string: string, + position?: number | null, + encoding?: BufferEncoding | null, + ): Promise<{ + bytesWritten: number; + buffer: string; + }>; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link write}. + * @since v0.1.21 + * @param [offset=0] + * @param [length=buffer.byteLength - offset] + * @param [position='null'] + * @return The number of bytes written. + */ + export function writeSync( + fd: number, + buffer: NodeJS.ArrayBufferView, + offset?: number | null, + length?: number | null, + position?: number | null, + ): number; + /** + * Synchronously writes `string` to the file referenced by the supplied file descriptor, returning the number of bytes written. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + export function writeSync( + fd: number, + string: string, + position?: number | null, + encoding?: BufferEncoding | null, + ): number; + export type ReadPosition = number | bigint; + export interface ReadSyncOptions { + /** + * @default 0 + */ + offset?: number | undefined; + /** + * @default `length of buffer` + */ + length?: number | undefined; + /** + * @default null + */ + position?: ReadPosition | null | undefined; + } + export interface ReadAsyncOptions extends ReadSyncOptions { + buffer?: TBuffer; + } + /** + * Read data from the file specified by `fd`. + * + * The callback is given the three arguments, `(err, bytesRead, buffer)`. + * + * If the file is not modified concurrently, the end-of-file is reached when the + * number of bytes read is zero. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a promise for an `Object` with `bytesRead` and `buffer` properties. + * @since v0.0.2 + * @param buffer The buffer that the data will be written to. + * @param offset The position in `buffer` to write the data to. + * @param length The number of bytes to read. + * @param position Specifies where to begin reading from in the file. If `position` is `null` or `-1 `, data will be read from the current file position, and the file position will be updated. If + * `position` is an integer, the file position will be unchanged. + */ + export function read( + fd: number, + buffer: TBuffer, + offset: number, + length: number, + position: ReadPosition | null, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void, + ): void; + /** + * Similar to the above `fs.read` function, this version takes an optional `options` object. + * If not otherwise specified in an `options` object, + * `buffer` defaults to `Buffer.alloc(16384)`, + * `offset` defaults to `0`, + * `length` defaults to `buffer.byteLength`, `- offset` as of Node 17.6.0 + * `position` defaults to `null` + * @since v12.17.0, 13.11.0 + */ + export function read( + fd: number, + options: ReadAsyncOptions, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void, + ): void; + export function read( + fd: number, + buffer: TBuffer, + options: ReadSyncOptions, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void, + ): void; + export function read( + fd: number, + buffer: TBuffer, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void, + ): void; + export function read( + fd: number, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: NodeJS.ArrayBufferView) => void, + ): void; + export namespace read { + /** + * @param fd A file descriptor. + * @param buffer The buffer that the data will be written to. + * @param offset The offset in the buffer at which to start writing. + * @param length The number of bytes to read. + * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position. + */ + function __promisify__( + fd: number, + buffer: TBuffer, + offset: number, + length: number, + position: ReadPosition | null, + ): Promise<{ + bytesRead: number; + buffer: TBuffer; + }>; + function __promisify__( + fd: number, + options: ReadAsyncOptions, + ): Promise<{ + bytesRead: number; + buffer: TBuffer; + }>; + function __promisify__(fd: number): Promise<{ + bytesRead: number; + buffer: NodeJS.ArrayBufferView; + }>; + } + /** + * Returns the number of `bytesRead`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link read}. + * @since v0.1.21 + * @param [position='null'] + */ + export function readSync( + fd: number, + buffer: NodeJS.ArrayBufferView, + offset: number, + length: number, + position: ReadPosition | null, + ): number; + /** + * Similar to the above `fs.readSync` function, this version takes an optional `options` object. + * If no `options` object is specified, it will default with the above values. + */ + export function readSync(fd: number, buffer: NodeJS.ArrayBufferView, opts?: ReadSyncOptions): number; + /** + * Asynchronously reads the entire contents of a file. + * + * ```js + * import { readFile } from 'node:fs'; + * + * readFile('/etc/passwd', (err, data) => { + * if (err) throw err; + * console.log(data); + * }); + * ``` + * + * The callback is passed two arguments `(err, data)`, where `data` is the + * contents of the file. + * + * If no encoding is specified, then the raw buffer is returned. + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { readFile } from 'node:fs'; + * + * readFile('/etc/passwd', 'utf8', callback); + * ``` + * + * When the path is a directory, the behavior of `fs.readFile()` and {@link readFileSync} is platform-specific. On macOS, Linux, and Windows, an + * error will be returned. On FreeBSD, a representation of the directory's contents + * will be returned. + * + * ```js + * import { readFile } from 'node:fs'; + * + * // macOS, Linux, and Windows + * readFile('', (err, data) => { + * // => [Error: EISDIR: illegal operation on a directory, read ] + * }); + * + * // FreeBSD + * readFile('', (err, data) => { + * // => null, + * }); + * ``` + * + * It is possible to abort an ongoing request using an `AbortSignal`. If a + * request is aborted the callback is called with an `AbortError`: + * + * ```js + * import { readFile } from 'node:fs'; + * + * const controller = new AbortController(); + * const signal = controller.signal; + * readFile(fileInfo[0].name, { signal }, (err, buf) => { + * // ... + * }); + * // When you want to abort the request + * controller.abort(); + * ``` + * + * The `fs.readFile()` function buffers the entire file. To minimize memory costs, + * when possible prefer streaming via `fs.createReadStream()`. + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.readFile` performs. + * @since v0.1.29 + * @param path filename or file descriptor + */ + export function readFile( + path: PathOrFileDescriptor, + options: + | ({ + encoding?: null | undefined; + flag?: string | undefined; + } & Abortable) + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, data: NonSharedBuffer) => void, + ): void; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFile( + path: PathOrFileDescriptor, + options: + | ({ + encoding: BufferEncoding; + flag?: string | undefined; + } & Abortable) + | BufferEncoding, + callback: (err: NodeJS.ErrnoException | null, data: string) => void, + ): void; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFile( + path: PathOrFileDescriptor, + options: + | (ObjectEncodingOptions & { + flag?: string | undefined; + } & Abortable) + | BufferEncoding + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, data: string | NonSharedBuffer) => void, + ): void; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + */ + export function readFile( + path: PathOrFileDescriptor, + callback: (err: NodeJS.ErrnoException | null, data: NonSharedBuffer) => void, + ): void; + export namespace readFile { + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__( + path: PathOrFileDescriptor, + options?: { + encoding?: null | undefined; + flag?: string | undefined; + } | null, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__( + path: PathOrFileDescriptor, + options: + | { + encoding: BufferEncoding; + flag?: string | undefined; + } + | BufferEncoding, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__( + path: PathOrFileDescriptor, + options?: + | (ObjectEncodingOptions & { + flag?: string | undefined; + }) + | BufferEncoding + | null, + ): Promise; + } + /** + * Returns the contents of the `path`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link readFile}. + * + * If the `encoding` option is specified then this function returns a + * string. Otherwise it returns a buffer. + * + * Similar to {@link readFile}, when the path is a directory, the behavior of `fs.readFileSync()` is platform-specific. + * + * ```js + * import { readFileSync } from 'node:fs'; + * + * // macOS, Linux, and Windows + * readFileSync(''); + * // => [Error: EISDIR: illegal operation on a directory, read ] + * + * // FreeBSD + * readFileSync(''); // => + * ``` + * @since v0.1.8 + * @param path filename or file descriptor + */ + export function readFileSync( + path: PathOrFileDescriptor, + options?: { + encoding?: null | undefined; + flag?: string | undefined; + } | null, + ): NonSharedBuffer; + /** + * Synchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFileSync( + path: PathOrFileDescriptor, + options: + | { + encoding: BufferEncoding; + flag?: string | undefined; + } + | BufferEncoding, + ): string; + /** + * Synchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFileSync( + path: PathOrFileDescriptor, + options?: + | (ObjectEncodingOptions & { + flag?: string | undefined; + }) + | BufferEncoding + | null, + ): string | NonSharedBuffer; + export type WriteFileOptions = + | ( + & ObjectEncodingOptions + & Abortable + & { + mode?: Mode | undefined; + flag?: string | undefined; + flush?: boolean | undefined; + } + ) + | BufferEncoding + | null; + /** + * When `file` is a filename, asynchronously writes data to the file, replacing the + * file if it already exists. `data` can be a string or a buffer. + * + * When `file` is a file descriptor, the behavior is similar to calling `fs.write()` directly (which is recommended). See the notes below on using + * a file descriptor. + * + * The `encoding` option is ignored if `data` is a buffer. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * ```js + * import { writeFile } from 'node:fs'; + * import { Buffer } from 'node:buffer'; + * + * const data = new Uint8Array(Buffer.from('Hello Node.js')); + * writeFile('message.txt', data, (err) => { + * if (err) throw err; + * console.log('The file has been saved!'); + * }); + * ``` + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { writeFile } from 'node:fs'; + * + * writeFile('message.txt', 'Hello Node.js', 'utf8', callback); + * ``` + * + * It is unsafe to use `fs.writeFile()` multiple times on the same file without + * waiting for the callback. For this scenario, {@link createWriteStream} is + * recommended. + * + * Similarly to `fs.readFile` \- `fs.writeFile` is a convenience method that + * performs multiple `write` calls internally to write the buffer passed to it. + * For performance sensitive code consider using {@link createWriteStream}. + * + * It is possible to use an `AbortSignal` to cancel an `fs.writeFile()`. + * Cancelation is "best effort", and some amount of data is likely still + * to be written. + * + * ```js + * import { writeFile } from 'node:fs'; + * import { Buffer } from 'node:buffer'; + * + * const controller = new AbortController(); + * const { signal } = controller; + * const data = new Uint8Array(Buffer.from('Hello Node.js')); + * writeFile('message.txt', data, { signal }, (err) => { + * // When a request is aborted - the callback is called with an AbortError + * }); + * // When the request should be aborted + * controller.abort(); + * ``` + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.writeFile` performs. + * @since v0.1.29 + * @param file filename or file descriptor + */ + export function writeFile( + file: PathOrFileDescriptor, + data: string | NodeJS.ArrayBufferView, + options: WriteFileOptions, + callback: NoParamCallback, + ): void; + /** + * Asynchronously writes data to a file, replacing the file if it already exists. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + */ + export function writeFile( + path: PathOrFileDescriptor, + data: string | NodeJS.ArrayBufferView, + callback: NoParamCallback, + ): void; + export namespace writeFile { + /** + * Asynchronously writes data to a file, replacing the file if it already exists. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'w'` is used. + */ + function __promisify__( + path: PathOrFileDescriptor, + data: string | NodeJS.ArrayBufferView, + options?: WriteFileOptions, + ): Promise; + } + /** + * Returns `undefined`. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link writeFile}. + * @since v0.1.29 + * @param file filename or file descriptor + */ + export function writeFileSync( + file: PathOrFileDescriptor, + data: string | NodeJS.ArrayBufferView, + options?: WriteFileOptions, + ): void; + /** + * Asynchronously append data to a file, creating the file if it does not yet + * exist. `data` can be a string or a `Buffer`. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * ```js + * import { appendFile } from 'node:fs'; + * + * appendFile('message.txt', 'data to append', (err) => { + * if (err) throw err; + * console.log('The "data to append" was appended to file!'); + * }); + * ``` + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { appendFile } from 'node:fs'; + * + * appendFile('message.txt', 'data to append', 'utf8', callback); + * ``` + * + * The `path` may be specified as a numeric file descriptor that has been opened + * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will + * not be closed automatically. + * + * ```js + * import { open, close, appendFile } from 'node:fs'; + * + * function closeFd(fd) { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * + * open('message.txt', 'a', (err, fd) => { + * if (err) throw err; + * + * try { + * appendFile(fd, 'data to append', 'utf8', (err) => { + * closeFd(fd); + * if (err) throw err; + * }); + * } catch (err) { + * closeFd(fd); + * throw err; + * } + * }); + * ``` + * @since v0.6.7 + * @param path filename or file descriptor + */ + export function appendFile( + path: PathOrFileDescriptor, + data: string | Uint8Array, + options: WriteFileOptions, + callback: NoParamCallback, + ): void; + /** + * Asynchronously append data to a file, creating the file if it does not exist. + * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + */ + export function appendFile(file: PathOrFileDescriptor, data: string | Uint8Array, callback: NoParamCallback): void; + export namespace appendFile { + /** + * Asynchronously append data to a file, creating the file if it does not exist. + * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'a'` is used. + */ + function __promisify__( + file: PathOrFileDescriptor, + data: string | Uint8Array, + options?: WriteFileOptions, + ): Promise; + } + /** + * Synchronously append data to a file, creating the file if it does not yet + * exist. `data` can be a string or a `Buffer`. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * ```js + * import { appendFileSync } from 'node:fs'; + * + * try { + * appendFileSync('message.txt', 'data to append'); + * console.log('The "data to append" was appended to file!'); + * } catch (err) { + * // Handle the error + * } + * ``` + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { appendFileSync } from 'node:fs'; + * + * appendFileSync('message.txt', 'data to append', 'utf8'); + * ``` + * + * The `path` may be specified as a numeric file descriptor that has been opened + * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will + * not be closed automatically. + * + * ```js + * import { openSync, closeSync, appendFileSync } from 'node:fs'; + * + * let fd; + * + * try { + * fd = openSync('message.txt', 'a'); + * appendFileSync(fd, 'data to append', 'utf8'); + * } catch (err) { + * // Handle the error + * } finally { + * if (fd !== undefined) + * closeSync(fd); + * } + * ``` + * @since v0.6.7 + * @param path filename or file descriptor + */ + export function appendFileSync( + path: PathOrFileDescriptor, + data: string | Uint8Array, + options?: WriteFileOptions, + ): void; + /** + * Watch for changes on `filename`. The callback `listener` will be called each + * time the file is accessed. + * + * The `options` argument may be omitted. If provided, it should be an object. The `options` object may contain a boolean named `persistent` that indicates + * whether the process should continue to run as long as files are being watched. + * The `options` object may specify an `interval` property indicating how often the + * target should be polled in milliseconds. + * + * The `listener` gets two arguments the current stat object and the previous + * stat object: + * + * ```js + * import { watchFile } from 'node:fs'; + * + * watchFile('message.text', (curr, prev) => { + * console.log(`the current mtime is: ${curr.mtime}`); + * console.log(`the previous mtime was: ${prev.mtime}`); + * }); + * ``` + * + * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`, + * the numeric values in these objects are specified as `BigInt`s. + * + * To be notified when the file was modified, not just accessed, it is necessary + * to compare `curr.mtimeMs` and `prev.mtimeMs`. + * + * When an `fs.watchFile` operation results in an `ENOENT` error, it + * will invoke the listener once, with all the fields zeroed (or, for dates, the + * Unix Epoch). If the file is created later on, the listener will be called + * again, with the latest stat objects. This is a change in functionality since + * v0.10. + * + * Using {@link watch} is more efficient than `fs.watchFile` and `fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and `fs.unwatchFile` when possible. + * + * When a file being watched by `fs.watchFile()` disappears and reappears, + * then the contents of `previous` in the second callback event (the file's + * reappearance) will be the same as the contents of `previous` in the first + * callback event (its disappearance). + * + * This happens when: + * + * * the file is deleted, followed by a restore + * * the file is renamed and then renamed a second time back to its original name + * @since v0.1.31 + */ + export interface WatchFileOptions { + bigint?: boolean | undefined; + persistent?: boolean | undefined; + interval?: number | undefined; + } + /** + * Watch for changes on `filename`. The callback `listener` will be called each + * time the file is accessed. + * + * The `options` argument may be omitted. If provided, it should be an object. The `options` object may contain a boolean named `persistent` that indicates + * whether the process should continue to run as long as files are being watched. + * The `options` object may specify an `interval` property indicating how often the + * target should be polled in milliseconds. + * + * The `listener` gets two arguments the current stat object and the previous + * stat object: + * + * ```js + * import { watchFile } from 'node:fs'; + * + * watchFile('message.text', (curr, prev) => { + * console.log(`the current mtime is: ${curr.mtime}`); + * console.log(`the previous mtime was: ${prev.mtime}`); + * }); + * ``` + * + * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`, + * the numeric values in these objects are specified as `BigInt`s. + * + * To be notified when the file was modified, not just accessed, it is necessary + * to compare `curr.mtimeMs` and `prev.mtimeMs`. + * + * When an `fs.watchFile` operation results in an `ENOENT` error, it + * will invoke the listener once, with all the fields zeroed (or, for dates, the + * Unix Epoch). If the file is created later on, the listener will be called + * again, with the latest stat objects. This is a change in functionality since + * v0.10. + * + * Using {@link watch} is more efficient than `fs.watchFile` and `fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and `fs.unwatchFile` when possible. + * + * When a file being watched by `fs.watchFile()` disappears and reappears, + * then the contents of `previous` in the second callback event (the file's + * reappearance) will be the same as the contents of `previous` in the first + * callback event (its disappearance). + * + * This happens when: + * + * * the file is deleted, followed by a restore + * * the file is renamed and then renamed a second time back to its original name + * @since v0.1.31 + */ + export function watchFile( + filename: PathLike, + options: + | (WatchFileOptions & { + bigint?: false | undefined; + }) + | undefined, + listener: StatsListener, + ): StatWatcher; + export function watchFile( + filename: PathLike, + options: + | (WatchFileOptions & { + bigint: true; + }) + | undefined, + listener: BigIntStatsListener, + ): StatWatcher; + /** + * Watch for changes on `filename`. The callback `listener` will be called each time the file is accessed. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + */ + export function watchFile(filename: PathLike, listener: StatsListener): StatWatcher; + /** + * Stop watching for changes on `filename`. If `listener` is specified, only that + * particular listener is removed. Otherwise, _all_ listeners are removed, + * effectively stopping watching of `filename`. + * + * Calling `fs.unwatchFile()` with a filename that is not being watched is a + * no-op, not an error. + * + * Using {@link watch} is more efficient than `fs.watchFile()` and `fs.unwatchFile()`. `fs.watch()` should be used instead of `fs.watchFile()` and `fs.unwatchFile()` when possible. + * @since v0.1.31 + * @param listener Optional, a listener previously attached using `fs.watchFile()` + */ + export function unwatchFile(filename: PathLike, listener?: StatsListener): void; + export function unwatchFile(filename: PathLike, listener?: BigIntStatsListener): void; + export interface WatchOptions extends Abortable { + encoding?: BufferEncoding | "buffer" | undefined; + persistent?: boolean | undefined; + recursive?: boolean | undefined; + } + export type WatchEventType = "rename" | "change"; + export type WatchListener = (event: WatchEventType, filename: T | null) => void; + export type StatsListener = (curr: Stats, prev: Stats) => void; + export type BigIntStatsListener = (curr: BigIntStats, prev: BigIntStats) => void; + /** + * Watch for changes on `filename`, where `filename` is either a file or a + * directory. + * + * The second argument is optional. If `options` is provided as a string, it + * specifies the `encoding`. Otherwise `options` should be passed as an object. + * + * The listener callback gets two arguments `(eventType, filename)`. `eventType`is either `'rename'` or `'change'`, and `filename` is the name of the file + * which triggered the event. + * + * On most platforms, `'rename'` is emitted whenever a filename appears or + * disappears in the directory. + * + * The listener callback is attached to the `'change'` event fired by `fs.FSWatcher`, but it is not the same thing as the `'change'` value of `eventType`. + * + * If a `signal` is passed, aborting the corresponding AbortController will close + * the returned `fs.FSWatcher`. + * @since v0.5.10 + * @param listener + */ + export function watch( + filename: PathLike, + options: + | (WatchOptions & { + encoding: "buffer"; + }) + | "buffer", + listener?: WatchListener, + ): FSWatcher; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + export function watch( + filename: PathLike, + options?: WatchOptions | BufferEncoding | null, + listener?: WatchListener, + ): FSWatcher; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + export function watch( + filename: PathLike, + options: WatchOptions | string, + listener?: WatchListener, + ): FSWatcher; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + */ + export function watch(filename: PathLike, listener?: WatchListener): FSWatcher; + /** + * Test whether or not the given path exists by checking with the file system. + * Then call the `callback` argument with either true or false: + * + * ```js + * import { exists } from 'node:fs'; + * + * exists('/etc/passwd', (e) => { + * console.log(e ? 'it exists' : 'no passwd!'); + * }); + * ``` + * + * **The parameters for this callback are not consistent with other Node.js** + * **callbacks.** Normally, the first parameter to a Node.js callback is an `err` parameter, optionally followed by other parameters. The `fs.exists()` callback + * has only one boolean parameter. This is one reason `fs.access()` is recommended + * instead of `fs.exists()`. + * + * Using `fs.exists()` to check for the existence of a file before calling `fs.open()`, `fs.readFile()`, or `fs.writeFile()` is not recommended. Doing + * so introduces a race condition, since other processes may change the file's + * state between the two calls. Instead, user code should open/read/write the + * file directly and handle the error raised if the file does not exist. + * + * **write (NOT RECOMMENDED)** + * + * ```js + * import { exists, open, close } from 'node:fs'; + * + * exists('myfile', (e) => { + * if (e) { + * console.error('myfile already exists'); + * } else { + * open('myfile', 'wx', (err, fd) => { + * if (err) throw err; + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * } + * }); + * ``` + * + * **write (RECOMMENDED)** + * + * ```js + * import { open, close } from 'node:fs'; + * open('myfile', 'wx', (err, fd) => { + * if (err) { + * if (err.code === 'EEXIST') { + * console.error('myfile already exists'); + * return; + * } + * + * throw err; + * } + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * **read (NOT RECOMMENDED)** + * + * ```js + * import { open, close, exists } from 'node:fs'; + * + * exists('myfile', (e) => { + * if (e) { + * open('myfile', 'r', (err, fd) => { + * if (err) throw err; + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * } else { + * console.error('myfile does not exist'); + * } + * }); + * ``` + * + * **read (RECOMMENDED)** + * + * ```js + * import { open, close } from 'node:fs'; + * + * open('myfile', 'r', (err, fd) => { + * if (err) { + * if (err.code === 'ENOENT') { + * console.error('myfile does not exist'); + * return; + * } + * + * throw err; + * } + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * The "not recommended" examples above check for existence and then use the + * file; the "recommended" examples are better because they use the file directly + * and handle the error, if any. + * + * In general, check for the existence of a file only if the file won't be + * used directly, for example when its existence is a signal from another + * process. + * @since v0.0.2 + * @deprecated Since v1.0.0 - Use {@link stat} or {@link access} instead. + */ + export function exists(path: PathLike, callback: (exists: boolean) => void): void; + /** @deprecated */ + export namespace exists { + /** + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(path: PathLike): Promise; + } + /** + * Returns `true` if the path exists, `false` otherwise. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link exists}. + * + * `fs.exists()` is deprecated, but `fs.existsSync()` is not. The `callback` parameter to `fs.exists()` accepts parameters that are inconsistent with other + * Node.js callbacks. `fs.existsSync()` does not use a callback. + * + * ```js + * import { existsSync } from 'node:fs'; + * + * if (existsSync('/etc/passwd')) + * console.log('The path exists.'); + * ``` + * @since v0.1.21 + */ + export function existsSync(path: PathLike): boolean; + export namespace constants { + // File Access Constants + /** Constant for fs.access(). File is visible to the calling process. */ + const F_OK: number; + /** Constant for fs.access(). File can be read by the calling process. */ + const R_OK: number; + /** Constant for fs.access(). File can be written by the calling process. */ + const W_OK: number; + /** Constant for fs.access(). File can be executed by the calling process. */ + const X_OK: number; + // File Copy Constants + /** Constant for fs.copyFile. Flag indicating the destination file should not be overwritten if it already exists. */ + const COPYFILE_EXCL: number; + /** + * Constant for fs.copyFile. copy operation will attempt to create a copy-on-write reflink. + * If the underlying platform does not support copy-on-write, then a fallback copy mechanism is used. + */ + const COPYFILE_FICLONE: number; + /** + * Constant for fs.copyFile. Copy operation will attempt to create a copy-on-write reflink. + * If the underlying platform does not support copy-on-write, then the operation will fail with an error. + */ + const COPYFILE_FICLONE_FORCE: number; + // File Open Constants + /** Constant for fs.open(). Flag indicating to open a file for read-only access. */ + const O_RDONLY: number; + /** Constant for fs.open(). Flag indicating to open a file for write-only access. */ + const O_WRONLY: number; + /** Constant for fs.open(). Flag indicating to open a file for read-write access. */ + const O_RDWR: number; + /** Constant for fs.open(). Flag indicating to create the file if it does not already exist. */ + const O_CREAT: number; + /** Constant for fs.open(). Flag indicating that opening a file should fail if the O_CREAT flag is set and the file already exists. */ + const O_EXCL: number; + /** + * Constant for fs.open(). Flag indicating that if path identifies a terminal device, + * opening the path shall not cause that terminal to become the controlling terminal for the process + * (if the process does not already have one). + */ + const O_NOCTTY: number; + /** Constant for fs.open(). Flag indicating that if the file exists and is a regular file, and the file is opened successfully for write access, its length shall be truncated to zero. */ + const O_TRUNC: number; + /** Constant for fs.open(). Flag indicating that data will be appended to the end of the file. */ + const O_APPEND: number; + /** Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory. */ + const O_DIRECTORY: number; + /** + * constant for fs.open(). + * Flag indicating reading accesses to the file system will no longer result in + * an update to the atime information associated with the file. + * This flag is available on Linux operating systems only. + */ + const O_NOATIME: number; + /** Constant for fs.open(). Flag indicating that the open should fail if the path is a symbolic link. */ + const O_NOFOLLOW: number; + /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O. */ + const O_SYNC: number; + /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity. */ + const O_DSYNC: number; + /** Constant for fs.open(). Flag indicating to open the symbolic link itself rather than the resource it is pointing to. */ + const O_SYMLINK: number; + /** Constant for fs.open(). When set, an attempt will be made to minimize caching effects of file I/O. */ + const O_DIRECT: number; + /** Constant for fs.open(). Flag indicating to open the file in nonblocking mode when possible. */ + const O_NONBLOCK: number; + // File Type Constants + /** Constant for fs.Stats mode property for determining a file's type. Bit mask used to extract the file type code. */ + const S_IFMT: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a regular file. */ + const S_IFREG: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a directory. */ + const S_IFDIR: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a character-oriented device file. */ + const S_IFCHR: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a block-oriented device file. */ + const S_IFBLK: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a FIFO/pipe. */ + const S_IFIFO: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a symbolic link. */ + const S_IFLNK: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a socket. */ + const S_IFSOCK: number; + // File Mode Constants + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by owner. */ + const S_IRWXU: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by owner. */ + const S_IRUSR: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by owner. */ + const S_IWUSR: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by owner. */ + const S_IXUSR: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by group. */ + const S_IRWXG: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by group. */ + const S_IRGRP: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by group. */ + const S_IWGRP: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by group. */ + const S_IXGRP: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by others. */ + const S_IRWXO: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by others. */ + const S_IROTH: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by others. */ + const S_IWOTH: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by others. */ + const S_IXOTH: number; + /** + * When set, a memory file mapping is used to access the file. This flag + * is available on Windows operating systems only. On other operating systems, + * this flag is ignored. + */ + const UV_FS_O_FILEMAP: number; + } + /** + * Tests a user's permissions for the file or directory specified by `path`. + * The `mode` argument is an optional integer that specifies the accessibility + * checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and `fs.constants.X_OK` + * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for + * possible values of `mode`. + * + * The final argument, `callback`, is a callback function that is invoked with + * a possible error argument. If any of the accessibility checks fail, the error + * argument will be an `Error` object. The following examples check if `package.json` exists, and if it is readable or writable. + * + * ```js + * import { access, constants } from 'node:fs'; + * + * const file = 'package.json'; + * + * // Check if the file exists in the current directory. + * access(file, constants.F_OK, (err) => { + * console.log(`${file} ${err ? 'does not exist' : 'exists'}`); + * }); + * + * // Check if the file is readable. + * access(file, constants.R_OK, (err) => { + * console.log(`${file} ${err ? 'is not readable' : 'is readable'}`); + * }); + * + * // Check if the file is writable. + * access(file, constants.W_OK, (err) => { + * console.log(`${file} ${err ? 'is not writable' : 'is writable'}`); + * }); + * + * // Check if the file is readable and writable. + * access(file, constants.R_OK | constants.W_OK, (err) => { + * console.log(`${file} ${err ? 'is not' : 'is'} readable and writable`); + * }); + * ``` + * + * Do not use `fs.access()` to check for the accessibility of a file before calling `fs.open()`, `fs.readFile()`, or `fs.writeFile()`. Doing + * so introduces a race condition, since other processes may change the file's + * state between the two calls. Instead, user code should open/read/write the + * file directly and handle the error raised if the file is not accessible. + * + * **write (NOT RECOMMENDED)** + * + * ```js + * import { access, open, close } from 'node:fs'; + * + * access('myfile', (err) => { + * if (!err) { + * console.error('myfile already exists'); + * return; + * } + * + * open('myfile', 'wx', (err, fd) => { + * if (err) throw err; + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * }); + * ``` + * + * **write (RECOMMENDED)** + * + * ```js + * import { open, close } from 'node:fs'; + * + * open('myfile', 'wx', (err, fd) => { + * if (err) { + * if (err.code === 'EEXIST') { + * console.error('myfile already exists'); + * return; + * } + * + * throw err; + * } + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * **read (NOT RECOMMENDED)** + * + * ```js + * import { access, open, close } from 'node:fs'; + * access('myfile', (err) => { + * if (err) { + * if (err.code === 'ENOENT') { + * console.error('myfile does not exist'); + * return; + * } + * + * throw err; + * } + * + * open('myfile', 'r', (err, fd) => { + * if (err) throw err; + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * }); + * ``` + * + * **read (RECOMMENDED)** + * + * ```js + * import { open, close } from 'node:fs'; + * + * open('myfile', 'r', (err, fd) => { + * if (err) { + * if (err.code === 'ENOENT') { + * console.error('myfile does not exist'); + * return; + * } + * + * throw err; + * } + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * The "not recommended" examples above check for accessibility and then use the + * file; the "recommended" examples are better because they use the file directly + * and handle the error, if any. + * + * In general, check for the accessibility of a file only if the file will not be + * used directly, for example when its accessibility is a signal from another + * process. + * + * On Windows, access-control policies (ACLs) on a directory may limit access to + * a file or directory. The `fs.access()` function, however, does not check the + * ACL and therefore may report that a path is accessible even if the ACL restricts + * the user from reading or writing to it. + * @since v0.11.15 + * @param [mode=fs.constants.F_OK] + */ + export function access(path: PathLike, mode: number | undefined, callback: NoParamCallback): void; + /** + * Asynchronously tests a user's permissions for the file specified by path. + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + */ + export function access(path: PathLike, callback: NoParamCallback): void; + export namespace access { + /** + * Asynchronously tests a user's permissions for the file specified by path. + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(path: PathLike, mode?: number): Promise; + } + /** + * Synchronously tests a user's permissions for the file or directory specified + * by `path`. The `mode` argument is an optional integer that specifies the + * accessibility checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and + * `fs.constants.X_OK` (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for + * possible values of `mode`. + * + * If any of the accessibility checks fail, an `Error` will be thrown. Otherwise, + * the method will return `undefined`. + * + * ```js + * import { accessSync, constants } from 'node:fs'; + * + * try { + * accessSync('etc/passwd', constants.R_OK | constants.W_OK); + * console.log('can read/write'); + * } catch (err) { + * console.error('no access!'); + * } + * ``` + * @since v0.11.15 + * @param [mode=fs.constants.F_OK] + */ + export function accessSync(path: PathLike, mode?: number): void; + interface StreamOptions { + flags?: string | undefined; + encoding?: BufferEncoding | undefined; + fd?: number | promises.FileHandle | undefined; + mode?: number | undefined; + autoClose?: boolean | undefined; + emitClose?: boolean | undefined; + start?: number | undefined; + signal?: AbortSignal | null | undefined; + highWaterMark?: number | undefined; + } + interface FSImplementation { + open?: (...args: any[]) => any; + close?: (...args: any[]) => any; + } + interface CreateReadStreamFSImplementation extends FSImplementation { + read: (...args: any[]) => any; + } + interface CreateWriteStreamFSImplementation extends FSImplementation { + write: (...args: any[]) => any; + writev?: (...args: any[]) => any; + } + interface ReadStreamOptions extends StreamOptions { + fs?: CreateReadStreamFSImplementation | null | undefined; + end?: number | undefined; + } + interface WriteStreamOptions extends StreamOptions { + fs?: CreateWriteStreamFSImplementation | null | undefined; + flush?: boolean | undefined; + } + /** + * `options` can include `start` and `end` values to read a range of bytes from + * the file instead of the entire file. Both `start` and `end` are inclusive and + * start counting at 0, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `fd` is specified and `start` is + * omitted or `undefined`, `fs.createReadStream()` reads sequentially from the + * current file position. The `encoding` can be any one of those accepted by `Buffer`. + * + * If `fd` is specified, `ReadStream` will ignore the `path` argument and will use + * the specified file descriptor. This means that no `'open'` event will be + * emitted. `fd` should be blocking; non-blocking `fd`s should be passed to `net.Socket`. + * + * If `fd` points to a character device that only supports blocking reads + * (such as keyboard or sound card), read operations do not finish until data is + * available. This can prevent the process from exiting and the stream from + * closing naturally. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * + * By providing the `fs` option, it is possible to override the corresponding `fs` implementations for `open`, `read`, and `close`. When providing the `fs` option, + * an override for `read` is required. If no `fd` is provided, an override for `open` is also required. If `autoClose` is `true`, an override for `close` is + * also required. + * + * ```js + * import { createReadStream } from 'node:fs'; + * + * // Create a stream from some character device. + * const stream = createReadStream('/dev/input/event0'); + * setTimeout(() => { + * stream.close(); // This may not close the stream. + * // Artificially marking end-of-stream, as if the underlying resource had + * // indicated end-of-file by itself, allows the stream to close. + * // This does not cancel pending read operations, and if there is such an + * // operation, the process may still not be able to exit successfully + * // until it finishes. + * stream.push(null); + * stream.read(0); + * }, 100); + * ``` + * + * If `autoClose` is false, then the file descriptor won't be closed, even if + * there's an error. It is the application's responsibility to close it and make + * sure there's no file descriptor leak. If `autoClose` is set to true (default + * behavior), on `'error'` or `'end'` the file descriptor will be closed + * automatically. + * + * `mode` sets the file mode (permission and sticky bits), but only if the + * file was created. + * + * An example to read the last 10 bytes of a file which is 100 bytes long: + * + * ```js + * import { createReadStream } from 'node:fs'; + * + * createReadStream('sample.txt', { start: 90, end: 99 }); + * ``` + * + * If `options` is a string, then it specifies the encoding. + * @since v0.1.31 + */ + export function createReadStream(path: PathLike, options?: BufferEncoding | ReadStreamOptions): ReadStream; + /** + * `options` may also include a `start` option to allow writing data at some + * position past the beginning of the file, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than + * replacing it may require the `flags` option to be set to `r+` rather than the + * default `w`. The `encoding` can be any one of those accepted by `Buffer`. + * + * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'` the file descriptor will be closed automatically. If `autoClose` is false, + * then the file descriptor won't be closed, even if there's an error. + * It is the application's responsibility to close it and make sure there's no + * file descriptor leak. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * + * By providing the `fs` option it is possible to override the corresponding `fs` implementations for `open`, `write`, `writev`, and `close`. Overriding `write()` without `writev()` can reduce + * performance as some optimizations (`_writev()`) + * will be disabled. When providing the `fs` option, overrides for at least one of `write` and `writev` are required. If no `fd` option is supplied, an override + * for `open` is also required. If `autoClose` is `true`, an override for `close` is also required. + * + * Like `fs.ReadStream`, if `fd` is specified, `fs.WriteStream` will ignore the `path` argument and will use the specified file descriptor. This means that no `'open'` event will be + * emitted. `fd` should be blocking; non-blocking `fd`s + * should be passed to `net.Socket`. + * + * If `options` is a string, then it specifies the encoding. + * @since v0.1.31 + */ + export function createWriteStream(path: PathLike, options?: BufferEncoding | WriteStreamOptions): WriteStream; + /** + * Forces all currently queued I/O operations associated with the file to the + * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. No arguments other + * than a possible + * exception are given to the completion callback. + * @since v0.1.96 + */ + export function fdatasync(fd: number, callback: NoParamCallback): void; + export namespace fdatasync { + /** + * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + /** + * Forces all currently queued I/O operations associated with the file to the + * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. Returns `undefined`. + * @since v0.1.96 + */ + export function fdatasyncSync(fd: number): void; + /** + * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it + * already exists. No arguments other than a possible exception are given to the + * callback function. Node.js makes no guarantees about the atomicity of the copy + * operation. If an error occurs after the destination file has been opened for + * writing, Node.js will attempt to remove the destination. + * + * `mode` is an optional integer that specifies the behavior + * of the copy operation. It is possible to create a mask consisting of the bitwise + * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`). + * + * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already + * exists. + * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a + * copy-on-write reflink. If the platform does not support copy-on-write, then a + * fallback copy mechanism is used. + * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to + * create a copy-on-write reflink. If the platform does not support + * copy-on-write, then the operation will fail. + * + * ```js + * import { copyFile, constants } from 'node:fs'; + * + * function callback(err) { + * if (err) throw err; + * console.log('source.txt was copied to destination.txt'); + * } + * + * // destination.txt will be created or overwritten by default. + * copyFile('source.txt', 'destination.txt', callback); + * + * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. + * copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback); + * ``` + * @since v8.5.0 + * @param src source filename to copy + * @param dest destination filename of the copy operation + * @param [mode=0] modifiers for copy operation. + */ + export function copyFile(src: PathLike, dest: PathLike, callback: NoParamCallback): void; + export function copyFile(src: PathLike, dest: PathLike, mode: number, callback: NoParamCallback): void; + export namespace copyFile { + function __promisify__(src: PathLike, dst: PathLike, mode?: number): Promise; + } + /** + * Synchronously copies `src` to `dest`. By default, `dest` is overwritten if it + * already exists. Returns `undefined`. Node.js makes no guarantees about the + * atomicity of the copy operation. If an error occurs after the destination file + * has been opened for writing, Node.js will attempt to remove the destination. + * + * `mode` is an optional integer that specifies the behavior + * of the copy operation. It is possible to create a mask consisting of the bitwise + * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`). + * + * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already + * exists. + * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a + * copy-on-write reflink. If the platform does not support copy-on-write, then a + * fallback copy mechanism is used. + * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to + * create a copy-on-write reflink. If the platform does not support + * copy-on-write, then the operation will fail. + * + * ```js + * import { copyFileSync, constants } from 'node:fs'; + * + * // destination.txt will be created or overwritten by default. + * copyFileSync('source.txt', 'destination.txt'); + * console.log('source.txt was copied to destination.txt'); + * + * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. + * copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL); + * ``` + * @since v8.5.0 + * @param src source filename to copy + * @param dest destination filename of the copy operation + * @param [mode=0] modifiers for copy operation. + */ + export function copyFileSync(src: PathLike, dest: PathLike, mode?: number): void; + /** + * Write an array of `ArrayBufferView`s to the file specified by `fd` using `writev()`. + * + * `position` is the offset from the beginning of the file where this data + * should be written. If `typeof position !== 'number'`, the data will be written + * at the current position. + * + * The callback will be given three arguments: `err`, `bytesWritten`, and `buffers`. `bytesWritten` is how many bytes were written from `buffers`. + * + * If this method is `util.promisify()` ed, it returns a promise for an `Object` with `bytesWritten` and `buffers` properties. + * + * It is unsafe to use `fs.writev()` multiple times on the same file without + * waiting for the callback. For this scenario, use {@link createWriteStream}. + * + * On Linux, positional writes don't work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v12.9.0 + * @param [position='null'] + */ + export function writev( + fd: number, + buffers: readonly NodeJS.ArrayBufferView[], + cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: NodeJS.ArrayBufferView[]) => void, + ): void; + export function writev( + fd: number, + buffers: readonly NodeJS.ArrayBufferView[], + position: number | null, + cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: NodeJS.ArrayBufferView[]) => void, + ): void; + export interface WriteVResult { + bytesWritten: number; + buffers: NodeJS.ArrayBufferView[]; + } + export namespace writev { + function __promisify__( + fd: number, + buffers: readonly NodeJS.ArrayBufferView[], + position?: number, + ): Promise; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link writev}. + * @since v12.9.0 + * @param [position='null'] + * @return The number of bytes written. + */ + export function writevSync(fd: number, buffers: readonly NodeJS.ArrayBufferView[], position?: number): number; + /** + * Read from a file specified by `fd` and write to an array of `ArrayBufferView`s + * using `readv()`. + * + * `position` is the offset from the beginning of the file from where data + * should be read. If `typeof position !== 'number'`, the data will be read + * from the current position. + * + * The callback will be given three arguments: `err`, `bytesRead`, and `buffers`. `bytesRead` is how many bytes were read from the file. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a promise for an `Object` with `bytesRead` and `buffers` properties. + * @since v13.13.0, v12.17.0 + * @param [position='null'] + */ + export function readv( + fd: number, + buffers: readonly NodeJS.ArrayBufferView[], + cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: NodeJS.ArrayBufferView[]) => void, + ): void; + export function readv( + fd: number, + buffers: readonly NodeJS.ArrayBufferView[], + position: number | null, + cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: NodeJS.ArrayBufferView[]) => void, + ): void; + export interface ReadVResult { + bytesRead: number; + buffers: NodeJS.ArrayBufferView[]; + } + export namespace readv { + function __promisify__( + fd: number, + buffers: readonly NodeJS.ArrayBufferView[], + position?: number, + ): Promise; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link readv}. + * @since v13.13.0, v12.17.0 + * @param [position='null'] + * @return The number of bytes read. + */ + export function readvSync(fd: number, buffers: readonly NodeJS.ArrayBufferView[], position?: number): number; + + export interface OpenAsBlobOptions { + /** + * An optional mime type for the blob. + * + * @default 'undefined' + */ + type?: string | undefined; + } + + /** + * Returns a `Blob` whose data is backed by the given file. + * + * The file must not be modified after the `Blob` is created. Any modifications + * will cause reading the `Blob` data to fail with a `DOMException` error. + * Synchronous stat operations on the file when the `Blob` is created, and before + * each read in order to detect whether the file data has been modified on disk. + * + * ```js + * import { openAsBlob } from 'node:fs'; + * + * const blob = await openAsBlob('the.file.txt'); + * const ab = await blob.arrayBuffer(); + * blob.stream(); + * ``` + * @since v19.8.0 + */ + export function openAsBlob(path: PathLike, options?: OpenAsBlobOptions): Promise; + + export interface OpenDirOptions { + /** + * @default 'utf8' + */ + encoding?: BufferEncoding | undefined; + /** + * Number of directory entries that are buffered + * internally when reading from the directory. Higher values lead to better + * performance but higher memory usage. + * @default 32 + */ + bufferSize?: number | undefined; + /** + * @default false + */ + recursive?: boolean; + } + /** + * Synchronously open a directory. See [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html). + * + * Creates an `fs.Dir`, which contains all further functions for reading from + * and cleaning up the directory. + * + * The `encoding` option sets the encoding for the `path` while opening the + * directory and subsequent read operations. + * @since v12.12.0 + */ + export function opendirSync(path: PathLike, options?: OpenDirOptions): Dir; + /** + * Asynchronously open a directory. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for + * more details. + * + * Creates an `fs.Dir`, which contains all further functions for reading from + * and cleaning up the directory. + * + * The `encoding` option sets the encoding for the `path` while opening the + * directory and subsequent read operations. + * @since v12.12.0 + */ + export function opendir(path: PathLike, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void; + export function opendir( + path: PathLike, + options: OpenDirOptions, + cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void, + ): void; + export namespace opendir { + function __promisify__(path: PathLike, options?: OpenDirOptions): Promise; + } + export interface BigIntStats extends StatsBase { + atimeNs: bigint; + mtimeNs: bigint; + ctimeNs: bigint; + birthtimeNs: bigint; + } + export interface BigIntOptions { + bigint: true; + } + export interface StatOptions { + bigint?: boolean | undefined; + } + export interface StatSyncOptions extends StatOptions { + throwIfNoEntry?: boolean | undefined; + } + interface CopyOptionsBase { + /** + * Dereference symlinks + * @default false + */ + dereference?: boolean; + /** + * When `force` is `false`, and the destination + * exists, throw an error. + * @default false + */ + errorOnExist?: boolean; + /** + * Overwrite existing file or directory. _The copy + * operation will ignore errors if you set this to false and the destination + * exists. Use the `errorOnExist` option to change this behavior. + * @default true + */ + force?: boolean; + /** + * Modifiers for copy operation. See `mode` flag of {@link copyFileSync()} + */ + mode?: number; + /** + * When `true` timestamps from `src` will + * be preserved. + * @default false + */ + preserveTimestamps?: boolean; + /** + * Copy directories recursively. + * @default false + */ + recursive?: boolean; + /** + * When true, path resolution for symlinks will be skipped + * @default false + */ + verbatimSymlinks?: boolean; + } + export interface CopyOptions extends CopyOptionsBase { + /** + * Function to filter copied files/directories. Return + * `true` to copy the item, `false` to ignore it. + */ + filter?(source: string, destination: string): boolean | Promise; + } + export interface CopySyncOptions extends CopyOptionsBase { + /** + * Function to filter copied files/directories. Return + * `true` to copy the item, `false` to ignore it. + */ + filter?(source: string, destination: string): boolean; + } + /** + * Asynchronously copies the entire directory structure from `src` to `dest`, + * including subdirectories and files. + * + * When copying a directory to another directory, globs are not supported and + * behavior is similar to `cp dir1/ dir2/`. + * @since v16.7.0 + * @experimental + * @param src source path to copy. + * @param dest destination path to copy to. + */ + export function cp( + source: string | URL, + destination: string | URL, + callback: (err: NodeJS.ErrnoException | null) => void, + ): void; + export function cp( + source: string | URL, + destination: string | URL, + opts: CopyOptions, + callback: (err: NodeJS.ErrnoException | null) => void, + ): void; + /** + * Synchronously copies the entire directory structure from `src` to `dest`, + * including subdirectories and files. + * + * When copying a directory to another directory, globs are not supported and + * behavior is similar to `cp dir1/ dir2/`. + * @since v16.7.0 + * @experimental + * @param src source path to copy. + * @param dest destination path to copy to. + */ + export function cpSync(source: string | URL, destination: string | URL, opts?: CopySyncOptions): void; + + interface _GlobOptions { + /** + * Current working directory. + * @default process.cwd() + */ + cwd?: string | URL | undefined; + /** + * `true` if the glob should return paths as `Dirent`s, `false` otherwise. + * @default false + * @since v22.2.0 + */ + withFileTypes?: boolean | undefined; + /** + * Function to filter out files/directories or a + * list of glob patterns to be excluded. If a function is provided, return + * `true` to exclude the item, `false` to include it. + * @default undefined + */ + exclude?: ((fileName: T) => boolean) | readonly string[] | undefined; + } + export interface GlobOptions extends _GlobOptions {} + export interface GlobOptionsWithFileTypes extends _GlobOptions { + withFileTypes: true; + } + export interface GlobOptionsWithoutFileTypes extends _GlobOptions { + withFileTypes?: false | undefined; + } + + /** + * Retrieves the files matching the specified pattern. + * + * ```js + * import { glob } from 'node:fs'; + * + * glob('*.js', (err, matches) => { + * if (err) throw err; + * console.log(matches); + * }); + * ``` + * @since v22.0.0 + */ + export function glob( + pattern: string | readonly string[], + callback: (err: NodeJS.ErrnoException | null, matches: string[]) => void, + ): void; + export function glob( + pattern: string | readonly string[], + options: GlobOptionsWithFileTypes, + callback: ( + err: NodeJS.ErrnoException | null, + matches: Dirent[], + ) => void, + ): void; + export function glob( + pattern: string | readonly string[], + options: GlobOptionsWithoutFileTypes, + callback: ( + err: NodeJS.ErrnoException | null, + matches: string[], + ) => void, + ): void; + export function glob( + pattern: string | readonly string[], + options: GlobOptions, + callback: ( + err: NodeJS.ErrnoException | null, + matches: Dirent[] | string[], + ) => void, + ): void; + /** + * ```js + * import { globSync } from 'node:fs'; + * + * console.log(globSync('*.js')); + * ``` + * @since v22.0.0 + * @returns paths of files that match the pattern. + */ + export function globSync(pattern: string | readonly string[]): string[]; + export function globSync( + pattern: string | readonly string[], + options: GlobOptionsWithFileTypes, + ): Dirent[]; + export function globSync( + pattern: string | readonly string[], + options: GlobOptionsWithoutFileTypes, + ): string[]; + export function globSync( + pattern: string | readonly string[], + options: GlobOptions, + ): Dirent[] | string[]; +} +declare module "node:fs" { + export * from "fs"; +} diff --git a/node_modules/@types/node/fs/promises.d.ts b/node_modules/@types/node/fs/promises.d.ts new file mode 100644 index 0000000..cfc1691 --- /dev/null +++ b/node_modules/@types/node/fs/promises.d.ts @@ -0,0 +1,1280 @@ +/** + * The `fs/promises` API provides asynchronous file system methods that return + * promises. + * + * The promise APIs use the underlying Node.js threadpool to perform file + * system operations off the event loop thread. These operations are not + * synchronized or threadsafe. Care must be taken when performing multiple + * concurrent modifications on the same file or data corruption may occur. + * @since v10.0.0 + */ +declare module "fs/promises" { + import { Abortable } from "node:events"; + import { Stream } from "node:stream"; + import { ReadableStream } from "node:stream/web"; + import { + BigIntStats, + BigIntStatsFs, + BufferEncodingOption, + constants as fsConstants, + CopyOptions, + Dir, + Dirent, + GlobOptions, + GlobOptionsWithFileTypes, + GlobOptionsWithoutFileTypes, + MakeDirectoryOptions, + Mode, + ObjectEncodingOptions, + OpenDirOptions, + OpenMode, + PathLike, + ReadPosition, + ReadStream, + ReadVResult, + RmDirOptions, + RmOptions, + StatFsOptions, + StatOptions, + Stats, + StatsFs, + TimeLike, + WatchEventType, + WatchOptions, + WriteStream, + WriteVResult, + } from "node:fs"; + import { Interface as ReadlineInterface } from "node:readline"; + interface FileChangeInfo { + eventType: WatchEventType; + filename: T | null; + } + interface FlagAndOpenMode { + mode?: Mode | undefined; + flag?: OpenMode | undefined; + } + interface FileReadResult { + bytesRead: number; + buffer: T; + } + interface FileReadOptions { + /** + * @default `Buffer.alloc(0xffff)` + */ + buffer?: T; + /** + * @default 0 + */ + offset?: number | null; + /** + * @default `buffer.byteLength` + */ + length?: number | null; + position?: ReadPosition | null; + } + interface CreateReadStreamOptions extends Abortable { + encoding?: BufferEncoding | null | undefined; + autoClose?: boolean | undefined; + emitClose?: boolean | undefined; + start?: number | undefined; + end?: number | undefined; + highWaterMark?: number | undefined; + } + interface CreateWriteStreamOptions { + encoding?: BufferEncoding | null | undefined; + autoClose?: boolean | undefined; + emitClose?: boolean | undefined; + start?: number | undefined; + highWaterMark?: number | undefined; + flush?: boolean | undefined; + } + // TODO: Add `EventEmitter` close + interface FileHandle { + /** + * The numeric file descriptor managed by the {FileHandle} object. + * @since v10.0.0 + */ + readonly fd: number; + /** + * Alias of `filehandle.writeFile()`. + * + * When operating on file handles, the mode cannot be changed from what it was set + * to with `fsPromises.open()`. Therefore, this is equivalent to `filehandle.writeFile()`. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + appendFile( + data: string | Uint8Array, + options?: + | (ObjectEncodingOptions & Abortable) + | BufferEncoding + | null, + ): Promise; + /** + * Changes the ownership of the file. A wrapper for [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html). + * @since v10.0.0 + * @param uid The file's new owner's user id. + * @param gid The file's new group's group id. + * @return Fulfills with `undefined` upon success. + */ + chown(uid: number, gid: number): Promise; + /** + * Modifies the permissions on the file. See [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html). + * @since v10.0.0 + * @param mode the file mode bit mask. + * @return Fulfills with `undefined` upon success. + */ + chmod(mode: Mode): Promise; + /** + * Unlike the 16 KiB default `highWaterMark` for a `stream.Readable`, the stream + * returned by this method has a default `highWaterMark` of 64 KiB. + * + * `options` can include `start` and `end` values to read a range of bytes from + * the file instead of the entire file. Both `start` and `end` are inclusive and + * start counting at 0, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `start` is + * omitted or `undefined`, `filehandle.createReadStream()` reads sequentially from + * the current file position. The `encoding` can be any one of those accepted by `Buffer`. + * + * If the `FileHandle` points to a character device that only supports blocking + * reads (such as keyboard or sound card), read operations do not finish until data + * is available. This can prevent the process from exiting and the stream from + * closing naturally. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * + * ```js + * import { open } from 'node:fs/promises'; + * + * const fd = await open('/dev/input/event0'); + * // Create a stream from some character device. + * const stream = fd.createReadStream(); + * setTimeout(() => { + * stream.close(); // This may not close the stream. + * // Artificially marking end-of-stream, as if the underlying resource had + * // indicated end-of-file by itself, allows the stream to close. + * // This does not cancel pending read operations, and if there is such an + * // operation, the process may still not be able to exit successfully + * // until it finishes. + * stream.push(null); + * stream.read(0); + * }, 100); + * ``` + * + * If `autoClose` is false, then the file descriptor won't be closed, even if + * there's an error. It is the application's responsibility to close it and make + * sure there's no file descriptor leak. If `autoClose` is set to true (default + * behavior), on `'error'` or `'end'` the file descriptor will be closed + * automatically. + * + * An example to read the last 10 bytes of a file which is 100 bytes long: + * + * ```js + * import { open } from 'node:fs/promises'; + * + * const fd = await open('sample.txt'); + * fd.createReadStream({ start: 90, end: 99 }); + * ``` + * @since v16.11.0 + */ + createReadStream(options?: CreateReadStreamOptions): ReadStream; + /** + * `options` may also include a `start` option to allow writing data at some + * position past the beginning of the file, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than + * replacing it may require the `flags` `open` option to be set to `r+` rather than + * the default `r`. The `encoding` can be any one of those accepted by `Buffer`. + * + * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'` the file descriptor will be closed automatically. If `autoClose` is false, + * then the file descriptor won't be closed, even if there's an error. + * It is the application's responsibility to close it and make sure there's no + * file descriptor leak. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * @since v16.11.0 + */ + createWriteStream(options?: CreateWriteStreamOptions): WriteStream; + /** + * Forces all currently queued I/O operations associated with the file to the + * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. + * + * Unlike `filehandle.sync` this method does not flush modified metadata. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + datasync(): Promise; + /** + * Request that all data for the open file descriptor is flushed to the storage + * device. The specific implementation is operating system and device specific. + * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + sync(): Promise; + /** + * Reads data from the file and stores that in the given buffer. + * + * If the file is not modified concurrently, the end-of-file is reached when the + * number of bytes read is zero. + * @since v10.0.0 + * @param buffer A buffer that will be filled with the file data read. + * @param offset The location in the buffer at which to start filling. + * @param length The number of bytes to read. + * @param position The location where to begin reading data from the file. If `null`, data will be read from the current file position, and the position will be updated. If `position` is an + * integer, the current file position will remain unchanged. + * @return Fulfills upon success with an object with two properties: + */ + read( + buffer: T, + offset?: number | null, + length?: number | null, + position?: ReadPosition | null, + ): Promise>; + read( + buffer: T, + options?: FileReadOptions, + ): Promise>; + read(options?: FileReadOptions): Promise>; + /** + * Returns a byte-oriented `ReadableStream` that may be used to read the file's + * contents. + * + * An error will be thrown if this method is called more than once or is called + * after the `FileHandle` is closed or closing. + * + * ```js + * import { + * open, + * } from 'node:fs/promises'; + * + * const file = await open('./some/file/to/read'); + * + * for await (const chunk of file.readableWebStream()) + * console.log(chunk); + * + * await file.close(); + * ``` + * + * While the `ReadableStream` will read the file to completion, it will not + * close the `FileHandle` automatically. User code must still call the`fileHandle.close()` method. + * @since v17.0.0 + */ + readableWebStream(): ReadableStream; + /** + * Asynchronously reads the entire contents of a file. + * + * If `options` is a string, then it specifies the `encoding`. + * + * The `FileHandle` has to support reading. + * + * If one or more `filehandle.read()` calls are made on a file handle and then a `filehandle.readFile()` call is made, the data will be read from the current + * position till the end of the file. It doesn't always read from the beginning + * of the file. + * @since v10.0.0 + * @return Fulfills upon a successful read with the contents of the file. If no encoding is specified (using `options.encoding`), the data is returned as a {Buffer} object. Otherwise, the + * data will be a string. + */ + readFile( + options?: + | ({ encoding?: null | undefined } & Abortable) + | null, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. + * The `FileHandle` must have been opened for reading. + */ + readFile( + options: + | ({ encoding: BufferEncoding } & Abortable) + | BufferEncoding, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. + * The `FileHandle` must have been opened for reading. + */ + readFile( + options?: + | (ObjectEncodingOptions & Abortable) + | BufferEncoding + | null, + ): Promise; + /** + * Convenience method to create a `readline` interface and stream over the file. + * See `filehandle.createReadStream()` for the options. + * + * ```js + * import { open } from 'node:fs/promises'; + * + * const file = await open('./some/file/to/read'); + * + * for await (const line of file.readLines()) { + * console.log(line); + * } + * ``` + * @since v18.11.0 + */ + readLines(options?: CreateReadStreamOptions): ReadlineInterface; + /** + * @since v10.0.0 + * @return Fulfills with an {fs.Stats} for the file. + */ + stat( + opts?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + stat( + opts: StatOptions & { + bigint: true; + }, + ): Promise; + stat(opts?: StatOptions): Promise; + /** + * Truncates the file. + * + * If the file was larger than `len` bytes, only the first `len` bytes will be + * retained in the file. + * + * The following example retains only the first four bytes of the file: + * + * ```js + * import { open } from 'node:fs/promises'; + * + * let filehandle = null; + * try { + * filehandle = await open('temp.txt', 'r+'); + * await filehandle.truncate(4); + * } finally { + * await filehandle?.close(); + * } + * ``` + * + * If the file previously was shorter than `len` bytes, it is extended, and the + * extended part is filled with null bytes (`'\0'`): + * + * If `len` is negative then `0` will be used. + * @since v10.0.0 + * @param [len=0] + * @return Fulfills with `undefined` upon success. + */ + truncate(len?: number): Promise; + /** + * Change the file system timestamps of the object referenced by the `FileHandle` then fulfills the promise with no arguments upon success. + * @since v10.0.0 + */ + utimes(atime: TimeLike, mtime: TimeLike): Promise; + /** + * Asynchronously writes data to a file, replacing the file if it already exists. `data` can be a string, a buffer, an + * [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface), or an + * [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object. + * The promise is fulfilled with no arguments upon success. + * + * If `options` is a string, then it specifies the `encoding`. + * + * The `FileHandle` has to support writing. + * + * It is unsafe to use `filehandle.writeFile()` multiple times on the same file + * without waiting for the promise to be fulfilled (or rejected). + * + * If one or more `filehandle.write()` calls are made on a file handle and then a`filehandle.writeFile()` call is made, the data will be written from the + * current position till the end of the file. It doesn't always write from the + * beginning of the file. + * @since v10.0.0 + */ + writeFile( + data: string | Uint8Array, + options?: + | (ObjectEncodingOptions & Abortable) + | BufferEncoding + | null, + ): Promise; + /** + * Write `buffer` to the file. + * + * The promise is fulfilled with an object containing two properties: + * + * It is unsafe to use `filehandle.write()` multiple times on the same file + * without waiting for the promise to be fulfilled (or rejected). For this + * scenario, use `filehandle.createWriteStream()`. + * + * On Linux, positional writes do not work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v10.0.0 + * @param offset The start position from within `buffer` where the data to write begins. + * @param [length=buffer.byteLength - offset] The number of bytes from `buffer` to write. + * @param [position='null'] The offset from the beginning of the file where the data from `buffer` should be written. If `position` is not a `number`, the data will be written at the current + * position. See the POSIX pwrite(2) documentation for more detail. + */ + write( + buffer: TBuffer, + offset?: number | null, + length?: number | null, + position?: number | null, + ): Promise<{ + bytesWritten: number; + buffer: TBuffer; + }>; + write( + buffer: TBuffer, + options?: { offset?: number; length?: number; position?: number }, + ): Promise<{ + bytesWritten: number; + buffer: TBuffer; + }>; + write( + data: string, + position?: number | null, + encoding?: BufferEncoding | null, + ): Promise<{ + bytesWritten: number; + buffer: string; + }>; + /** + * Write an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s to the file. + * + * The promise is fulfilled with an object containing a two properties: + * + * It is unsafe to call `writev()` multiple times on the same file without waiting + * for the promise to be fulfilled (or rejected). + * + * On Linux, positional writes don't work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v12.9.0 + * @param [position='null'] The offset from the beginning of the file where the data from `buffers` should be written. If `position` is not a `number`, the data will be written at the current + * position. + */ + writev(buffers: readonly NodeJS.ArrayBufferView[], position?: number): Promise; + /** + * Read from a file and write to an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s + * @since v13.13.0, v12.17.0 + * @param [position='null'] The offset from the beginning of the file where the data should be read from. If `position` is not a `number`, the data will be read from the current position. + * @return Fulfills upon success an object containing two properties: + */ + readv(buffers: readonly NodeJS.ArrayBufferView[], position?: number): Promise; + /** + * Closes the file handle after waiting for any pending operation on the handle to + * complete. + * + * ```js + * import { open } from 'node:fs/promises'; + * + * let filehandle; + * try { + * filehandle = await open('thefile.txt', 'r'); + * } finally { + * await filehandle?.close(); + * } + * ``` + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + close(): Promise; + /** + * An alias for {@link FileHandle.close()}. + * @since v20.4.0 + */ + [Symbol.asyncDispose](): Promise; + } + const constants: typeof fsConstants; + /** + * Tests a user's permissions for the file or directory specified by `path`. + * The `mode` argument is an optional integer that specifies the accessibility + * checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and `fs.constants.X_OK` + * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for + * possible values of `mode`. + * + * If the accessibility check is successful, the promise is fulfilled with no + * value. If any of the accessibility checks fail, the promise is rejected + * with an [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object. The following example checks if the file`/etc/passwd` can be read and + * written by the current process. + * + * ```js + * import { access, constants } from 'node:fs/promises'; + * + * try { + * await access('/etc/passwd', constants.R_OK | constants.W_OK); + * console.log('can access'); + * } catch { + * console.error('cannot access'); + * } + * ``` + * + * Using `fsPromises.access()` to check for the accessibility of a file before + * calling `fsPromises.open()` is not recommended. Doing so introduces a race + * condition, since other processes may change the file's state between the two + * calls. Instead, user code should open/read/write the file directly and handle + * the error raised if the file is not accessible. + * @since v10.0.0 + * @param [mode=fs.constants.F_OK] + * @return Fulfills with `undefined` upon success. + */ + function access(path: PathLike, mode?: number): Promise; + /** + * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it + * already exists. + * + * No guarantees are made about the atomicity of the copy operation. If an + * error occurs after the destination file has been opened for writing, an attempt + * will be made to remove the destination. + * + * ```js + * import { copyFile, constants } from 'node:fs/promises'; + * + * try { + * await copyFile('source.txt', 'destination.txt'); + * console.log('source.txt was copied to destination.txt'); + * } catch { + * console.error('The file could not be copied'); + * } + * + * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. + * try { + * await copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL); + * console.log('source.txt was copied to destination.txt'); + * } catch { + * console.error('The file could not be copied'); + * } + * ``` + * @since v10.0.0 + * @param src source filename to copy + * @param dest destination filename of the copy operation + * @param [mode=0] Optional modifiers that specify the behavior of the copy operation. It is possible to create a mask consisting of the bitwise OR of two or more values (e.g. + * `fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`) + * @return Fulfills with `undefined` upon success. + */ + function copyFile(src: PathLike, dest: PathLike, mode?: number): Promise; + /** + * Opens a `FileHandle`. + * + * Refer to the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more detail. + * + * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented + * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains + * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams). + * @since v10.0.0 + * @param [flags='r'] See `support of file system `flags``. + * @param [mode=0o666] Sets the file mode (permission and sticky bits) if the file is created. + * @return Fulfills with a {FileHandle} object. + */ + function open(path: PathLike, flags?: string | number, mode?: Mode): Promise; + /** + * Renames `oldPath` to `newPath`. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function rename(oldPath: PathLike, newPath: PathLike): Promise; + /** + * Truncates (shortens or extends the length) of the content at `path` to `len` bytes. + * @since v10.0.0 + * @param [len=0] + * @return Fulfills with `undefined` upon success. + */ + function truncate(path: PathLike, len?: number): Promise; + /** + * Removes the directory identified by `path`. + * + * Using `fsPromises.rmdir()` on a file (not a directory) results in the + * promise being rejected with an `ENOENT` error on Windows and an `ENOTDIR` error on POSIX. + * + * To get a behavior similar to the `rm -rf` Unix command, use `fsPromises.rm()` with options `{ recursive: true, force: true }`. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function rmdir(path: PathLike, options?: RmDirOptions): Promise; + /** + * Removes files and directories (modeled on the standard POSIX `rm` utility). + * @since v14.14.0 + * @return Fulfills with `undefined` upon success. + */ + function rm(path: PathLike, options?: RmOptions): Promise; + /** + * Asynchronously creates a directory. + * + * The optional `options` argument can be an integer specifying `mode` (permission + * and sticky bits), or an object with a `mode` property and a `recursive` property indicating whether parent directories should be created. Calling `fsPromises.mkdir()` when `path` is a directory + * that exists results in a + * rejection only when `recursive` is false. + * + * ```js + * import { mkdir } from 'node:fs/promises'; + * + * try { + * const projectFolder = new URL('./test/project/', import.meta.url); + * const createDir = await mkdir(projectFolder, { recursive: true }); + * + * console.log(`created ${createDir}`); + * } catch (err) { + * console.error(err.message); + * } + * ``` + * @since v10.0.0 + * @return Upon success, fulfills with `undefined` if `recursive` is `false`, or the first directory path created if `recursive` is `true`. + */ + function mkdir( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + }, + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function mkdir( + path: PathLike, + options?: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null, + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function mkdir(path: PathLike, options?: Mode | MakeDirectoryOptions | null): Promise; + /** + * Reads the contents of a directory. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the filenames. If the `encoding` is set to `'buffer'`, the filenames returned + * will be passed as `Buffer` objects. + * + * If `options.withFileTypes` is set to `true`, the returned array will contain `fs.Dirent` objects. + * + * ```js + * import { readdir } from 'node:fs/promises'; + * + * try { + * const files = await readdir(path); + * for (const file of files) + * console.log(file); + * } catch (err) { + * console.error(err); + * } + * ``` + * @since v10.0.0 + * @return Fulfills with an array of the names of the files in the directory excluding `'.'` and `'..'`. + */ + function readdir( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }) + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdir( + path: PathLike, + options: + | { + encoding: "buffer"; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | "buffer", + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdir( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }) + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + function readdir( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + recursive?: boolean | undefined; + }, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a directory. If a URL is provided, it must use the `file:` protocol. + * @param options Must include `withFileTypes: true` and `encoding: 'buffer'`. + */ + function readdir( + path: PathLike, + options: { + encoding: "buffer"; + withFileTypes: true; + recursive?: boolean | undefined; + }, + ): Promise[]>; + /** + * Reads the contents of the symbolic link referred to by `path`. See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more detail. The promise is + * fulfilled with the`linkString` upon success. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the link path returned. If the `encoding` is set to `'buffer'`, the link path + * returned will be passed as a `Buffer` object. + * @since v10.0.0 + * @return Fulfills with the `linkString` upon success. + */ + function readlink(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlink(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlink(path: PathLike, options?: ObjectEncodingOptions | string | null): Promise; + /** + * Creates a symbolic link. + * + * The `type` argument is only used on Windows platforms and can be one of `'dir'`, `'file'`, or `'junction'`. If the `type` argument is not a string, Node.js will + * autodetect `target` type and use `'file'` or `'dir'`. If the `target` does not + * exist, `'file'` will be used. Windows junction points require the destination + * path to be absolute. When using `'junction'`, the `target` argument will + * automatically be normalized to absolute path. Junction points on NTFS volumes + * can only point to directories. + * @since v10.0.0 + * @param [type='null'] + * @return Fulfills with `undefined` upon success. + */ + function symlink(target: PathLike, path: PathLike, type?: string | null): Promise; + /** + * Equivalent to `fsPromises.stat()` unless `path` refers to a symbolic link, + * in which case the link itself is stat-ed, not the file that it refers to. + * Refer to the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) document for more detail. + * @since v10.0.0 + * @return Fulfills with the {fs.Stats} object for the given symbolic link `path`. + */ + function lstat( + path: PathLike, + opts?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + function lstat( + path: PathLike, + opts: StatOptions & { + bigint: true; + }, + ): Promise; + function lstat(path: PathLike, opts?: StatOptions): Promise; + /** + * @since v10.0.0 + * @return Fulfills with the {fs.Stats} object for the given `path`. + */ + function stat( + path: PathLike, + opts?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + function stat( + path: PathLike, + opts: StatOptions & { + bigint: true; + }, + ): Promise; + function stat(path: PathLike, opts?: StatOptions): Promise; + /** + * @since v19.6.0, v18.15.0 + * @return Fulfills with the {fs.StatFs} object for the given `path`. + */ + function statfs( + path: PathLike, + opts?: StatFsOptions & { + bigint?: false | undefined; + }, + ): Promise; + function statfs( + path: PathLike, + opts: StatFsOptions & { + bigint: true; + }, + ): Promise; + function statfs(path: PathLike, opts?: StatFsOptions): Promise; + /** + * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function link(existingPath: PathLike, newPath: PathLike): Promise; + /** + * If `path` refers to a symbolic link, then the link is removed without affecting + * the file or directory to which that link refers. If the `path` refers to a file + * path that is not a symbolic link, the file is deleted. See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more detail. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function unlink(path: PathLike): Promise; + /** + * Changes the permissions of a file. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function chmod(path: PathLike, mode: Mode): Promise; + /** + * Changes the permissions on a symbolic link. + * + * This method is only implemented on macOS. + * @deprecated Since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function lchmod(path: PathLike, mode: Mode): Promise; + /** + * Changes the ownership on a symbolic link. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function lchown(path: PathLike, uid: number, gid: number): Promise; + /** + * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`, with the difference that if the path refers to a + * symbolic link, then the link is not dereferenced: instead, the timestamps of + * the symbolic link itself are changed. + * @since v14.5.0, v12.19.0 + * @return Fulfills with `undefined` upon success. + */ + function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + /** + * Changes the ownership of a file. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function chown(path: PathLike, uid: number, gid: number): Promise; + /** + * Change the file system timestamps of the object referenced by `path`. + * + * The `atime` and `mtime` arguments follow these rules: + * + * * Values can be either numbers representing Unix epoch time, `Date`s, or a + * numeric string like `'123456789.0'`. + * * If the value can not be converted to a number, or is `NaN`, `Infinity`, or `-Infinity`, an `Error` will be thrown. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + /** + * Determines the actual location of `path` using the same semantics as the `fs.realpath.native()` function. + * + * Only paths that can be converted to UTF8 strings are supported. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the path. If the `encoding` is set to `'buffer'`, the path returned will be + * passed as a `Buffer` object. + * + * On Linux, when Node.js is linked against musl libc, the procfs file system must + * be mounted on `/proc` in order for this function to work. Glibc does not have + * this restriction. + * @since v10.0.0 + * @return Fulfills with the resolved path upon success. + */ + function realpath(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpath(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpath( + path: PathLike, + options?: ObjectEncodingOptions | BufferEncoding | null, + ): Promise; + /** + * Creates a unique temporary directory. A unique directory name is generated by + * appending six random characters to the end of the provided `prefix`. Due to + * platform inconsistencies, avoid trailing `X` characters in `prefix`. Some + * platforms, notably the BSDs, can return more than six random characters, and + * replace trailing `X` characters in `prefix` with random characters. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use. + * + * ```js + * import { mkdtemp } from 'node:fs/promises'; + * import { join } from 'node:path'; + * import { tmpdir } from 'node:os'; + * + * try { + * await mkdtemp(join(tmpdir(), 'foo-')); + * } catch (err) { + * console.error(err); + * } + * ``` + * + * The `fsPromises.mkdtemp()` method will append the six randomly selected + * characters directly to the `prefix` string. For instance, given a directory `/tmp`, if the intention is to create a temporary directory _within_ `/tmp`, the `prefix` must end with a trailing + * platform-specific path separator + * (`import { sep } from 'node:path'`). + * @since v10.0.0 + * @return Fulfills with a string containing the file system path of the newly created temporary directory. + */ + function mkdtemp(prefix: string, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtemp(prefix: string, options: BufferEncodingOption): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtemp(prefix: string, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronously writes data to a file, replacing the file if it already exists. `data` can be a string, a buffer, an + * [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface), or an + * [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object. + * + * The `encoding` option is ignored if `data` is a buffer. + * + * If `options` is a string, then it specifies the encoding. + * + * The `mode` option only affects the newly created file. See `fs.open()` for more details. + * + * Any specified `FileHandle` has to support writing. + * + * It is unsafe to use `fsPromises.writeFile()` multiple times on the same file + * without waiting for the promise to be settled. + * + * Similarly to `fsPromises.readFile` \- `fsPromises.writeFile` is a convenience + * method that performs multiple `write` calls internally to write the buffer + * passed to it. For performance sensitive code consider using `fs.createWriteStream()` or `filehandle.createWriteStream()`. + * + * It is possible to use an `AbortSignal` to cancel an `fsPromises.writeFile()`. + * Cancelation is "best effort", and some amount of data is likely still + * to be written. + * + * ```js + * import { writeFile } from 'node:fs/promises'; + * import { Buffer } from 'node:buffer'; + * + * try { + * const controller = new AbortController(); + * const { signal } = controller; + * const data = new Uint8Array(Buffer.from('Hello Node.js')); + * const promise = writeFile('message.txt', data, { signal }); + * + * // Abort the request before the promise settles. + * controller.abort(); + * + * await promise; + * } catch (err) { + * // When a request is aborted - err is an AbortError + * console.error(err); + * } + * ``` + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.writeFile` performs. + * @since v10.0.0 + * @param file filename or `FileHandle` + * @return Fulfills with `undefined` upon success. + */ + function writeFile( + file: PathLike | FileHandle, + data: + | string + | NodeJS.ArrayBufferView + | Iterable + | AsyncIterable + | Stream, + options?: + | (ObjectEncodingOptions & { + mode?: Mode | undefined; + flag?: OpenMode | undefined; + /** + * If all data is successfully written to the file, and `flush` + * is `true`, `filehandle.sync()` is used to flush the data. + * @default false + */ + flush?: boolean | undefined; + } & Abortable) + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronously append data to a file, creating the file if it does not yet + * exist. `data` can be a string or a `Buffer`. + * + * If `options` is a string, then it specifies the `encoding`. + * + * The `mode` option only affects the newly created file. See `fs.open()` for more details. + * + * The `path` may be specified as a `FileHandle` that has been opened + * for appending (using `fsPromises.open()`). + * @since v10.0.0 + * @param path filename or {FileHandle} + * @return Fulfills with `undefined` upon success. + */ + function appendFile( + path: PathLike | FileHandle, + data: string | Uint8Array, + options?: (ObjectEncodingOptions & FlagAndOpenMode & { flush?: boolean | undefined }) | BufferEncoding | null, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * + * If no encoding is specified (using `options.encoding`), the data is returned + * as a `Buffer` object. Otherwise, the data will be a string. + * + * If `options` is a string, then it specifies the encoding. + * + * When the `path` is a directory, the behavior of `fsPromises.readFile()` is + * platform-specific. On macOS, Linux, and Windows, the promise will be rejected + * with an error. On FreeBSD, a representation of the directory's contents will be + * returned. + * + * An example of reading a `package.json` file located in the same directory of the + * running code: + * + * ```js + * import { readFile } from 'node:fs/promises'; + * try { + * const filePath = new URL('./package.json', import.meta.url); + * const contents = await readFile(filePath, { encoding: 'utf8' }); + * console.log(contents); + * } catch (err) { + * console.error(err.message); + * } + * ``` + * + * It is possible to abort an ongoing `readFile` using an `AbortSignal`. If a + * request is aborted the promise returned is rejected with an `AbortError`: + * + * ```js + * import { readFile } from 'node:fs/promises'; + * + * try { + * const controller = new AbortController(); + * const { signal } = controller; + * const promise = readFile(fileName, { signal }); + * + * // Abort the request before the promise settles. + * controller.abort(); + * + * await promise; + * } catch (err) { + * // When a request is aborted - err is an AbortError + * console.error(err); + * } + * ``` + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.readFile` performs. + * + * Any specified `FileHandle` has to support reading. + * @since v10.0.0 + * @param path filename or `FileHandle` + * @return Fulfills with the contents of the file. + */ + function readFile( + path: PathLike | FileHandle, + options?: + | ({ + encoding?: null | undefined; + flag?: OpenMode | undefined; + } & Abortable) + | null, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFile( + path: PathLike | FileHandle, + options: + | ({ + encoding: BufferEncoding; + flag?: OpenMode | undefined; + } & Abortable) + | BufferEncoding, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFile( + path: PathLike | FileHandle, + options?: + | ( + & ObjectEncodingOptions + & Abortable + & { + flag?: OpenMode | undefined; + } + ) + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronously open a directory for iterative scanning. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for more detail. + * + * Creates an `fs.Dir`, which contains all further functions for reading from + * and cleaning up the directory. + * + * The `encoding` option sets the encoding for the `path` while opening the + * directory and subsequent read operations. + * + * Example using async iteration: + * + * ```js + * import { opendir } from 'node:fs/promises'; + * + * try { + * const dir = await opendir('./'); + * for await (const dirent of dir) + * console.log(dirent.name); + * } catch (err) { + * console.error(err); + * } + * ``` + * + * When using the async iterator, the `fs.Dir` object will be automatically + * closed after the iterator exits. + * @since v12.12.0 + * @return Fulfills with an {fs.Dir}. + */ + function opendir(path: PathLike, options?: OpenDirOptions): Promise; + /** + * Returns an async iterator that watches for changes on `filename`, where `filename`is either a file or a directory. + * + * ```js + * import { watch } from 'node:fs/promises'; + * + * const ac = new AbortController(); + * const { signal } = ac; + * setTimeout(() => ac.abort(), 10000); + * + * (async () => { + * try { + * const watcher = watch(__filename, { signal }); + * for await (const event of watcher) + * console.log(event); + * } catch (err) { + * if (err.name === 'AbortError') + * return; + * throw err; + * } + * })(); + * ``` + * + * On most platforms, `'rename'` is emitted whenever a filename appears or + * disappears in the directory. + * + * All the `caveats` for `fs.watch()` also apply to `fsPromises.watch()`. + * @since v15.9.0, v14.18.0 + * @return of objects with the properties: + */ + function watch( + filename: PathLike, + options: + | (WatchOptions & { + encoding: "buffer"; + }) + | "buffer", + ): AsyncIterable>; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + function watch(filename: PathLike, options?: WatchOptions | BufferEncoding): AsyncIterable>; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + function watch( + filename: PathLike, + options: WatchOptions | string, + ): AsyncIterable> | AsyncIterable>; + /** + * Asynchronously copies the entire directory structure from `src` to `dest`, + * including subdirectories and files. + * + * When copying a directory to another directory, globs are not supported and + * behavior is similar to `cp dir1/ dir2/`. + * @since v16.7.0 + * @experimental + * @param src source path to copy. + * @param dest destination path to copy to. + * @return Fulfills with `undefined` upon success. + */ + function cp(source: string | URL, destination: string | URL, opts?: CopyOptions): Promise; + /** + * ```js + * import { glob } from 'node:fs/promises'; + * + * for await (const entry of glob('*.js')) + * console.log(entry); + * ``` + * @since v22.0.0 + * @returns An AsyncIterator that yields the paths of files + * that match the pattern. + */ + function glob(pattern: string | readonly string[]): NodeJS.AsyncIterator; + function glob( + pattern: string | readonly string[], + options: GlobOptionsWithFileTypes, + ): NodeJS.AsyncIterator; + function glob( + pattern: string | readonly string[], + options: GlobOptionsWithoutFileTypes, + ): NodeJS.AsyncIterator; + function glob( + pattern: string | readonly string[], + options: GlobOptions, + ): NodeJS.AsyncIterator; +} +declare module "node:fs/promises" { + export * from "fs/promises"; +} diff --git a/node_modules/@types/node/globals.d.ts b/node_modules/@types/node/globals.d.ts new file mode 100644 index 0000000..143ba4e --- /dev/null +++ b/node_modules/@types/node/globals.d.ts @@ -0,0 +1,367 @@ +export {}; // Make this a module + +// #region Fetch and friends +// Conditional type aliases, used at the end of this file. +// Will either be empty if lib.dom (or lib.webworker) is included, or the undici version otherwise. +type _Request = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").Request; +type _Response = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").Response; +type _FormData = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").FormData; +type _Headers = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").Headers; +type _MessageEvent = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").MessageEvent; +type _RequestInit = typeof globalThis extends { onmessage: any } ? {} + : import("undici-types").RequestInit; +type _ResponseInit = typeof globalThis extends { onmessage: any } ? {} + : import("undici-types").ResponseInit; +type _WebSocket = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").WebSocket; +type _EventSource = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").EventSource; +type _CloseEvent = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").CloseEvent; +// #endregion Fetch and friends + +// Conditional type definitions for webstorage interface, which conflicts with lib.dom otherwise. +type _Storage = typeof globalThis extends { onabort: any } ? {} : { + readonly length: number; + clear(): void; + getItem(key: string): string | null; + key(index: number): string | null; + removeItem(key: string): void; + setItem(key: string, value: string): void; + [key: string]: any; +}; + +// #region DOMException +type _DOMException = typeof globalThis extends { onmessage: any } ? {} : NodeDOMException; +interface NodeDOMException extends Error { + readonly code: number; + readonly message: string; + readonly name: string; + readonly INDEX_SIZE_ERR: 1; + readonly DOMSTRING_SIZE_ERR: 2; + readonly HIERARCHY_REQUEST_ERR: 3; + readonly WRONG_DOCUMENT_ERR: 4; + readonly INVALID_CHARACTER_ERR: 5; + readonly NO_DATA_ALLOWED_ERR: 6; + readonly NO_MODIFICATION_ALLOWED_ERR: 7; + readonly NOT_FOUND_ERR: 8; + readonly NOT_SUPPORTED_ERR: 9; + readonly INUSE_ATTRIBUTE_ERR: 10; + readonly INVALID_STATE_ERR: 11; + readonly SYNTAX_ERR: 12; + readonly INVALID_MODIFICATION_ERR: 13; + readonly NAMESPACE_ERR: 14; + readonly INVALID_ACCESS_ERR: 15; + readonly VALIDATION_ERR: 16; + readonly TYPE_MISMATCH_ERR: 17; + readonly SECURITY_ERR: 18; + readonly NETWORK_ERR: 19; + readonly ABORT_ERR: 20; + readonly URL_MISMATCH_ERR: 21; + readonly QUOTA_EXCEEDED_ERR: 22; + readonly TIMEOUT_ERR: 23; + readonly INVALID_NODE_TYPE_ERR: 24; + readonly DATA_CLONE_ERR: 25; +} +interface NodeDOMExceptionConstructor { + prototype: DOMException; + new(message?: string, nameOrOptions?: string | { name?: string; cause?: unknown }): DOMException; + readonly INDEX_SIZE_ERR: 1; + readonly DOMSTRING_SIZE_ERR: 2; + readonly HIERARCHY_REQUEST_ERR: 3; + readonly WRONG_DOCUMENT_ERR: 4; + readonly INVALID_CHARACTER_ERR: 5; + readonly NO_DATA_ALLOWED_ERR: 6; + readonly NO_MODIFICATION_ALLOWED_ERR: 7; + readonly NOT_FOUND_ERR: 8; + readonly NOT_SUPPORTED_ERR: 9; + readonly INUSE_ATTRIBUTE_ERR: 10; + readonly INVALID_STATE_ERR: 11; + readonly SYNTAX_ERR: 12; + readonly INVALID_MODIFICATION_ERR: 13; + readonly NAMESPACE_ERR: 14; + readonly INVALID_ACCESS_ERR: 15; + readonly VALIDATION_ERR: 16; + readonly TYPE_MISMATCH_ERR: 17; + readonly SECURITY_ERR: 18; + readonly NETWORK_ERR: 19; + readonly ABORT_ERR: 20; + readonly URL_MISMATCH_ERR: 21; + readonly QUOTA_EXCEEDED_ERR: 22; + readonly TIMEOUT_ERR: 23; + readonly INVALID_NODE_TYPE_ERR: 24; + readonly DATA_CLONE_ERR: 25; +} +// #endregion DOMException + +declare global { + var global: typeof globalThis; + + var process: NodeJS.Process; + var console: Console; + + interface ErrorConstructor { + /** + * Creates a `.stack` property on `targetObject`, which when accessed returns + * a string representing the location in the code at which + * `Error.captureStackTrace()` was called. + * + * ```js + * const myObject = {}; + * Error.captureStackTrace(myObject); + * myObject.stack; // Similar to `new Error().stack` + * ``` + * + * The first line of the trace will be prefixed with + * `${myObject.name}: ${myObject.message}`. + * + * The optional `constructorOpt` argument accepts a function. If given, all frames + * above `constructorOpt`, including `constructorOpt`, will be omitted from the + * generated stack trace. + * + * The `constructorOpt` argument is useful for hiding implementation + * details of error generation from the user. For instance: + * + * ```js + * function a() { + * b(); + * } + * + * function b() { + * c(); + * } + * + * function c() { + * // Create an error without stack trace to avoid calculating the stack trace twice. + * const { stackTraceLimit } = Error; + * Error.stackTraceLimit = 0; + * const error = new Error(); + * Error.stackTraceLimit = stackTraceLimit; + * + * // Capture the stack trace above function b + * Error.captureStackTrace(error, b); // Neither function c, nor b is included in the stack trace + * throw error; + * } + * + * a(); + * ``` + */ + captureStackTrace(targetObject: object, constructorOpt?: Function): void; + /** + * @see https://v8.dev/docs/stack-trace-api#customizing-stack-traces + */ + prepareStackTrace(err: Error, stackTraces: NodeJS.CallSite[]): any; + /** + * The `Error.stackTraceLimit` property specifies the number of stack frames + * collected by a stack trace (whether generated by `new Error().stack` or + * `Error.captureStackTrace(obj)`). + * + * The default value is `10` but may be set to any valid JavaScript number. Changes + * will affect any stack trace captured _after_ the value has been changed. + * + * If set to a non-number value, or set to a negative number, stack traces will + * not capture any frames. + */ + stackTraceLimit: number; + } + + /** + * Enable this API with the `--expose-gc` CLI flag. + */ + var gc: NodeJS.GCFunction | undefined; + + namespace NodeJS { + interface CallSite { + getColumnNumber(): number | null; + getEnclosingColumnNumber(): number | null; + getEnclosingLineNumber(): number | null; + getEvalOrigin(): string | undefined; + getFileName(): string | null; + getFunction(): Function | undefined; + getFunctionName(): string | null; + getLineNumber(): number | null; + getMethodName(): string | null; + getPosition(): number; + getPromiseIndex(): number | null; + getScriptHash(): string; + getScriptNameOrSourceURL(): string | null; + getThis(): unknown; + getTypeName(): string | null; + isAsync(): boolean; + isConstructor(): boolean; + isEval(): boolean; + isNative(): boolean; + isPromiseAll(): boolean; + isToplevel(): boolean; + } + + interface ErrnoException extends Error { + errno?: number | undefined; + code?: string | undefined; + path?: string | undefined; + syscall?: string | undefined; + } + + interface ReadableStream extends EventEmitter { + readable: boolean; + read(size?: number): string | Buffer; + setEncoding(encoding: BufferEncoding): this; + pause(): this; + resume(): this; + isPaused(): boolean; + pipe(destination: T, options?: { end?: boolean | undefined }): T; + unpipe(destination?: WritableStream): this; + unshift(chunk: string | Uint8Array, encoding?: BufferEncoding): void; + wrap(oldStream: ReadableStream): this; + [Symbol.asyncIterator](): AsyncIterableIterator; + } + + interface WritableStream extends EventEmitter { + writable: boolean; + write(buffer: Uint8Array | string, cb?: (err?: Error | null) => void): boolean; + write(str: string, encoding?: BufferEncoding, cb?: (err?: Error | null) => void): boolean; + end(cb?: () => void): this; + end(data: string | Uint8Array, cb?: () => void): this; + end(str: string, encoding?: BufferEncoding, cb?: () => void): this; + } + + interface ReadWriteStream extends ReadableStream, WritableStream {} + + interface RefCounted { + ref(): this; + unref(): this; + } + + interface Dict { + [key: string]: T | undefined; + } + + interface ReadOnlyDict { + readonly [key: string]: T | undefined; + } + + interface GCFunction { + (minor?: boolean): void; + (options: NodeJS.GCOptions & { execution: "async" }): Promise; + (options: NodeJS.GCOptions): void; + } + + interface GCOptions { + execution?: "sync" | "async" | undefined; + flavor?: "regular" | "last-resort" | undefined; + type?: "major-snapshot" | "major" | "minor" | undefined; + filename?: string | undefined; + } + + /** An iterable iterator returned by the Node.js API. */ + interface Iterator extends IteratorObject { + [Symbol.iterator](): NodeJS.Iterator; + } + + /** An async iterable iterator returned by the Node.js API. */ + interface AsyncIterator extends AsyncIteratorObject { + [Symbol.asyncIterator](): NodeJS.AsyncIterator; + } + } + + // Global DOM types + + interface DOMException extends _DOMException {} + var DOMException: typeof globalThis extends { onmessage: any; DOMException: infer T } ? T + : NodeDOMExceptionConstructor; + + // #region AbortController + interface AbortController { + readonly signal: AbortSignal; + abort(reason?: any): void; + } + var AbortController: typeof globalThis extends { onmessage: any; AbortController: infer T } ? T + : { + prototype: AbortController; + new(): AbortController; + }; + + interface AbortSignal extends EventTarget { + readonly aborted: boolean; + onabort: ((this: AbortSignal, ev: Event) => any) | null; + readonly reason: any; + throwIfAborted(): void; + } + var AbortSignal: typeof globalThis extends { onmessage: any; AbortSignal: infer T } ? T + : { + prototype: AbortSignal; + new(): AbortSignal; + abort(reason?: any): AbortSignal; + any(signals: AbortSignal[]): AbortSignal; + timeout(milliseconds: number): AbortSignal; + }; + // #endregion AbortController + + // #region Storage + interface Storage extends _Storage {} + // Conditional on `onabort` rather than `onmessage`, in order to exclude lib.webworker + var Storage: typeof globalThis extends { onabort: any; Storage: infer T } ? T + : { + prototype: Storage; + new(): Storage; + }; + + var localStorage: Storage; + var sessionStorage: Storage; + // #endregion Storage + + // #region fetch + interface RequestInit extends _RequestInit {} + + function fetch( + input: string | URL | globalThis.Request, + init?: RequestInit, + ): Promise; + + interface Request extends _Request {} + var Request: typeof globalThis extends { + onmessage: any; + Request: infer T; + } ? T + : typeof import("undici-types").Request; + + interface ResponseInit extends _ResponseInit {} + + interface Response extends _Response {} + var Response: typeof globalThis extends { + onmessage: any; + Response: infer T; + } ? T + : typeof import("undici-types").Response; + + interface FormData extends _FormData {} + var FormData: typeof globalThis extends { + onmessage: any; + FormData: infer T; + } ? T + : typeof import("undici-types").FormData; + + interface Headers extends _Headers {} + var Headers: typeof globalThis extends { + onmessage: any; + Headers: infer T; + } ? T + : typeof import("undici-types").Headers; + + interface MessageEvent extends _MessageEvent {} + var MessageEvent: typeof globalThis extends { + onmessage: any; + MessageEvent: infer T; + } ? T + : typeof import("undici-types").MessageEvent; + + interface WebSocket extends _WebSocket {} + var WebSocket: typeof globalThis extends { onmessage: any; WebSocket: infer T } ? T + : typeof import("undici-types").WebSocket; + + interface EventSource extends _EventSource {} + var EventSource: typeof globalThis extends { onmessage: any; EventSource: infer T } ? T + : typeof import("undici-types").EventSource; + + interface CloseEvent extends _CloseEvent {} + var CloseEvent: typeof globalThis extends { onmessage: any; CloseEvent: infer T } ? T + : typeof import("undici-types").CloseEvent; + // #endregion fetch +} diff --git a/node_modules/@types/node/globals.typedarray.d.ts b/node_modules/@types/node/globals.typedarray.d.ts new file mode 100644 index 0000000..6d5c952 --- /dev/null +++ b/node_modules/@types/node/globals.typedarray.d.ts @@ -0,0 +1,22 @@ +export {}; // Make this a module + +declare global { + namespace NodeJS { + type TypedArray = + | Uint8Array + | Uint8ClampedArray + | Uint16Array + | Uint32Array + | Int8Array + | Int16Array + | Int32Array + | BigUint64Array + | BigInt64Array + | Float16Array + | Float32Array + | Float64Array; + type ArrayBufferView = + | TypedArray + | DataView; + } +} diff --git a/node_modules/@types/node/http.d.ts b/node_modules/@types/node/http.d.ts new file mode 100644 index 0000000..4df8fad --- /dev/null +++ b/node_modules/@types/node/http.d.ts @@ -0,0 +1,2046 @@ +/** + * To use the HTTP server and client one must import the `node:http` module. + * + * The HTTP interfaces in Node.js are designed to support many features + * of the protocol which have been traditionally difficult to use. + * In particular, large, possibly chunk-encoded, messages. The interface is + * careful to never buffer entire requests or responses, so the + * user is able to stream data. + * + * HTTP message headers are represented by an object like this: + * + * ```json + * { "content-length": "123", + * "content-type": "text/plain", + * "connection": "keep-alive", + * "host": "example.com", + * "accept": "*" } + * ``` + * + * Keys are lowercased. Values are not modified. + * + * In order to support the full spectrum of possible HTTP applications, the Node.js + * HTTP API is very low-level. It deals with stream handling and message + * parsing only. It parses a message into headers and body but it does not + * parse the actual headers or the body. + * + * See `message.headers` for details on how duplicate headers are handled. + * + * The raw headers as they were received are retained in the `rawHeaders` property, which is an array of `[key, value, key2, value2, ...]`. For + * example, the previous message header object might have a `rawHeaders` list like the following: + * + * ```js + * [ 'ConTent-Length', '123456', + * 'content-LENGTH', '123', + * 'content-type', 'text/plain', + * 'CONNECTION', 'keep-alive', + * 'Host', 'example.com', + * 'accepT', '*' ] + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/http.js) + */ +declare module "http" { + import * as stream from "node:stream"; + import { URL } from "node:url"; + import { LookupOptions } from "node:dns"; + import { EventEmitter } from "node:events"; + import { LookupFunction, Server as NetServer, Socket, TcpSocketConnectOpts } from "node:net"; + // incoming headers will never contain number + interface IncomingHttpHeaders extends NodeJS.Dict { + accept?: string | undefined; + "accept-encoding"?: string | undefined; + "accept-language"?: string | undefined; + "accept-patch"?: string | undefined; + "accept-ranges"?: string | undefined; + "access-control-allow-credentials"?: string | undefined; + "access-control-allow-headers"?: string | undefined; + "access-control-allow-methods"?: string | undefined; + "access-control-allow-origin"?: string | undefined; + "access-control-expose-headers"?: string | undefined; + "access-control-max-age"?: string | undefined; + "access-control-request-headers"?: string | undefined; + "access-control-request-method"?: string | undefined; + age?: string | undefined; + allow?: string | undefined; + "alt-svc"?: string | undefined; + authorization?: string | undefined; + "cache-control"?: string | undefined; + connection?: string | undefined; + "content-disposition"?: string | undefined; + "content-encoding"?: string | undefined; + "content-language"?: string | undefined; + "content-length"?: string | undefined; + "content-location"?: string | undefined; + "content-range"?: string | undefined; + "content-type"?: string | undefined; + cookie?: string | undefined; + date?: string | undefined; + etag?: string | undefined; + expect?: string | undefined; + expires?: string | undefined; + forwarded?: string | undefined; + from?: string | undefined; + host?: string | undefined; + "if-match"?: string | undefined; + "if-modified-since"?: string | undefined; + "if-none-match"?: string | undefined; + "if-unmodified-since"?: string | undefined; + "last-modified"?: string | undefined; + location?: string | undefined; + origin?: string | undefined; + pragma?: string | undefined; + "proxy-authenticate"?: string | undefined; + "proxy-authorization"?: string | undefined; + "public-key-pins"?: string | undefined; + range?: string | undefined; + referer?: string | undefined; + "retry-after"?: string | undefined; + "sec-fetch-site"?: string | undefined; + "sec-fetch-mode"?: string | undefined; + "sec-fetch-user"?: string | undefined; + "sec-fetch-dest"?: string | undefined; + "sec-websocket-accept"?: string | undefined; + "sec-websocket-extensions"?: string | undefined; + "sec-websocket-key"?: string | undefined; + "sec-websocket-protocol"?: string | undefined; + "sec-websocket-version"?: string | undefined; + "set-cookie"?: string[] | undefined; + "strict-transport-security"?: string | undefined; + tk?: string | undefined; + trailer?: string | undefined; + "transfer-encoding"?: string | undefined; + upgrade?: string | undefined; + "user-agent"?: string | undefined; + vary?: string | undefined; + via?: string | undefined; + warning?: string | undefined; + "www-authenticate"?: string | undefined; + } + // outgoing headers allows numbers (as they are converted internally to strings) + type OutgoingHttpHeader = number | string | string[]; + interface OutgoingHttpHeaders extends NodeJS.Dict { + accept?: string | string[] | undefined; + "accept-charset"?: string | string[] | undefined; + "accept-encoding"?: string | string[] | undefined; + "accept-language"?: string | string[] | undefined; + "accept-ranges"?: string | undefined; + "access-control-allow-credentials"?: string | undefined; + "access-control-allow-headers"?: string | undefined; + "access-control-allow-methods"?: string | undefined; + "access-control-allow-origin"?: string | undefined; + "access-control-expose-headers"?: string | undefined; + "access-control-max-age"?: string | undefined; + "access-control-request-headers"?: string | undefined; + "access-control-request-method"?: string | undefined; + age?: string | undefined; + allow?: string | undefined; + authorization?: string | undefined; + "cache-control"?: string | undefined; + "cdn-cache-control"?: string | undefined; + connection?: string | string[] | undefined; + "content-disposition"?: string | undefined; + "content-encoding"?: string | undefined; + "content-language"?: string | undefined; + "content-length"?: string | number | undefined; + "content-location"?: string | undefined; + "content-range"?: string | undefined; + "content-security-policy"?: string | undefined; + "content-security-policy-report-only"?: string | undefined; + "content-type"?: string | undefined; + cookie?: string | string[] | undefined; + dav?: string | string[] | undefined; + dnt?: string | undefined; + date?: string | undefined; + etag?: string | undefined; + expect?: string | undefined; + expires?: string | undefined; + forwarded?: string | undefined; + from?: string | undefined; + host?: string | undefined; + "if-match"?: string | undefined; + "if-modified-since"?: string | undefined; + "if-none-match"?: string | undefined; + "if-range"?: string | undefined; + "if-unmodified-since"?: string | undefined; + "last-modified"?: string | undefined; + link?: string | string[] | undefined; + location?: string | undefined; + "max-forwards"?: string | undefined; + origin?: string | undefined; + pragma?: string | string[] | undefined; + "proxy-authenticate"?: string | string[] | undefined; + "proxy-authorization"?: string | undefined; + "public-key-pins"?: string | undefined; + "public-key-pins-report-only"?: string | undefined; + range?: string | undefined; + referer?: string | undefined; + "referrer-policy"?: string | undefined; + refresh?: string | undefined; + "retry-after"?: string | undefined; + "sec-websocket-accept"?: string | undefined; + "sec-websocket-extensions"?: string | string[] | undefined; + "sec-websocket-key"?: string | undefined; + "sec-websocket-protocol"?: string | string[] | undefined; + "sec-websocket-version"?: string | undefined; + server?: string | undefined; + "set-cookie"?: string | string[] | undefined; + "strict-transport-security"?: string | undefined; + te?: string | undefined; + trailer?: string | undefined; + "transfer-encoding"?: string | undefined; + "user-agent"?: string | undefined; + upgrade?: string | undefined; + "upgrade-insecure-requests"?: string | undefined; + vary?: string | undefined; + via?: string | string[] | undefined; + warning?: string | undefined; + "www-authenticate"?: string | string[] | undefined; + "x-content-type-options"?: string | undefined; + "x-dns-prefetch-control"?: string | undefined; + "x-frame-options"?: string | undefined; + "x-xss-protection"?: string | undefined; + } + interface ClientRequestArgs { + _defaultAgent?: Agent | undefined; + agent?: Agent | boolean | undefined; + auth?: string | null | undefined; + createConnection?: + | (( + options: ClientRequestArgs, + oncreate: (err: Error | null, socket: stream.Duplex) => void, + ) => stream.Duplex | null | undefined) + | undefined; + defaultPort?: number | string | undefined; + family?: number | undefined; + headers?: OutgoingHttpHeaders | readonly string[] | undefined; + hints?: LookupOptions["hints"]; + host?: string | null | undefined; + hostname?: string | null | undefined; + insecureHTTPParser?: boolean | undefined; + localAddress?: string | undefined; + localPort?: number | undefined; + lookup?: LookupFunction | undefined; + /** + * @default 16384 + */ + maxHeaderSize?: number | undefined; + method?: string | undefined; + path?: string | null | undefined; + port?: number | string | null | undefined; + protocol?: string | null | undefined; + setDefaultHeaders?: boolean | undefined; + setHost?: boolean | undefined; + signal?: AbortSignal | undefined; + socketPath?: string | undefined; + timeout?: number | undefined; + uniqueHeaders?: Array | undefined; + joinDuplicateHeaders?: boolean; + } + interface ServerOptions< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse> = typeof ServerResponse, + > { + /** + * Specifies the `IncomingMessage` class to be used. Useful for extending the original `IncomingMessage`. + */ + IncomingMessage?: Request | undefined; + /** + * Specifies the `ServerResponse` class to be used. Useful for extending the original `ServerResponse`. + */ + ServerResponse?: Response | undefined; + /** + * Sets the timeout value in milliseconds for receiving the entire request from the client. + * @see Server.requestTimeout for more information. + * @default 300000 + * @since v18.0.0 + */ + requestTimeout?: number | undefined; + /** + * It joins the field line values of multiple headers in a request with `, ` instead of discarding the duplicates. + * @default false + * @since v18.14.0 + */ + joinDuplicateHeaders?: boolean; + /** + * The number of milliseconds of inactivity a server needs to wait for additional incoming data, + * after it has finished writing the last response, before a socket will be destroyed. + * @see Server.keepAliveTimeout for more information. + * @default 5000 + * @since v18.0.0 + */ + keepAliveTimeout?: number | undefined; + /** + * Sets the interval value in milliseconds to check for request and headers timeout in incomplete requests. + * @default 30000 + */ + connectionsCheckingInterval?: number | undefined; + /** + * Sets the timeout value in milliseconds for receiving the complete HTTP headers from the client. + * See {@link Server.headersTimeout} for more information. + * @default 60000 + * @since 18.0.0 + */ + headersTimeout?: number | undefined; + /** + * Optionally overrides all `socket`s' `readableHighWaterMark` and `writableHighWaterMark`. + * This affects `highWaterMark` property of both `IncomingMessage` and `ServerResponse`. + * Default: @see stream.getDefaultHighWaterMark(). + * @since v20.1.0 + */ + highWaterMark?: number | undefined; + /** + * Use an insecure HTTP parser that accepts invalid HTTP headers when `true`. + * Using the insecure parser should be avoided. + * See --insecure-http-parser for more information. + * @default false + */ + insecureHTTPParser?: boolean | undefined; + /** + * Optionally overrides the value of `--max-http-header-size` for requests received by + * this server, i.e. the maximum length of request headers in bytes. + * @default 16384 + * @since v13.3.0 + */ + maxHeaderSize?: number | undefined; + /** + * If set to `true`, it disables the use of Nagle's algorithm immediately after a new incoming connection is received. + * @default true + * @since v16.5.0 + */ + noDelay?: boolean | undefined; + /** + * If set to `true`, it forces the server to respond with a 400 (Bad Request) status code + * to any HTTP/1.1 request message that lacks a Host header (as mandated by the specification). + * @default true + * @since 20.0.0 + */ + requireHostHeader?: boolean | undefined; + /** + * If set to `true`, it enables keep-alive functionality on the socket immediately after a new incoming connection is received, + * similarly on what is done in `socket.setKeepAlive([enable][, initialDelay])`. + * @default false + * @since v16.5.0 + */ + keepAlive?: boolean | undefined; + /** + * If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket. + * @default 0 + * @since v16.5.0 + */ + keepAliveInitialDelay?: number | undefined; + /** + * A list of response headers that should be sent only once. + * If the header's value is an array, the items will be joined using `; `. + */ + uniqueHeaders?: Array | undefined; + /** + * If set to `true`, an error is thrown when writing to an HTTP response which does not have a body. + * @default false + * @since v18.17.0, v20.2.0 + */ + rejectNonStandardBodyWrites?: boolean | undefined; + } + type RequestListener< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse> = typeof ServerResponse, + > = (req: InstanceType, res: InstanceType & { req: InstanceType }) => void; + /** + * @since v0.1.17 + */ + class Server< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse> = typeof ServerResponse, + > extends NetServer { + constructor(requestListener?: RequestListener); + constructor(options: ServerOptions, requestListener?: RequestListener); + /** + * Sets the timeout value for sockets, and emits a `'timeout'` event on + * the Server object, passing the socket as an argument, if a timeout + * occurs. + * + * If there is a `'timeout'` event listener on the Server object, then it + * will be called with the timed-out socket as an argument. + * + * By default, the Server does not timeout sockets. However, if a callback + * is assigned to the Server's `'timeout'` event, timeouts must be handled + * explicitly. + * @since v0.9.12 + * @param [msecs=0 (no timeout)] + */ + setTimeout(msecs?: number, callback?: (socket: Socket) => void): this; + setTimeout(callback: (socket: Socket) => void): this; + /** + * Limits maximum incoming headers count. If set to 0, no limit will be applied. + * @since v0.7.0 + */ + maxHeadersCount: number | null; + /** + * The maximum number of requests socket can handle + * before closing keep alive connection. + * + * A value of `0` will disable the limit. + * + * When the limit is reached it will set the `Connection` header value to `close`, + * but will not actually close the connection, subsequent requests sent + * after the limit is reached will get `503 Service Unavailable` as a response. + * @since v16.10.0 + */ + maxRequestsPerSocket: number | null; + /** + * The number of milliseconds of inactivity before a socket is presumed + * to have timed out. + * + * A value of `0` will disable the timeout behavior on incoming connections. + * + * The socket timeout logic is set up on connection, so changing this + * value only affects new connections to the server, not any existing connections. + * @since v0.9.12 + */ + timeout: number; + /** + * Limit the amount of time the parser will wait to receive the complete HTTP + * headers. + * + * If the timeout expires, the server responds with status 408 without + * forwarding the request to the request listener and then closes the connection. + * + * It must be set to a non-zero value (e.g. 120 seconds) to protect against + * potential Denial-of-Service attacks in case the server is deployed without a + * reverse proxy in front. + * @since v11.3.0, v10.14.0 + */ + headersTimeout: number; + /** + * The number of milliseconds of inactivity a server needs to wait for additional + * incoming data, after it has finished writing the last response, before a socket + * will be destroyed. If the server receives new data before the keep-alive + * timeout has fired, it will reset the regular inactivity timeout, i.e., `server.timeout`. + * + * A value of `0` will disable the keep-alive timeout behavior on incoming + * connections. + * A value of `0` makes the http server behave similarly to Node.js versions prior + * to 8.0.0, which did not have a keep-alive timeout. + * + * The socket timeout logic is set up on connection, so changing this value only + * affects new connections to the server, not any existing connections. + * @since v8.0.0 + */ + keepAliveTimeout: number; + /** + * Sets the timeout value in milliseconds for receiving the entire request from + * the client. + * + * If the timeout expires, the server responds with status 408 without + * forwarding the request to the request listener and then closes the connection. + * + * It must be set to a non-zero value (e.g. 120 seconds) to protect against + * potential Denial-of-Service attacks in case the server is deployed without a + * reverse proxy in front. + * @since v14.11.0 + */ + requestTimeout: number; + /** + * Closes all connections connected to this server. + * @since v18.2.0 + */ + closeAllConnections(): void; + /** + * Closes all connections connected to this server which are not sending a request + * or waiting for a response. + * @since v18.2.0 + */ + closeIdleConnections(): void; + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "connection", listener: (socket: Socket) => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "listening", listener: () => void): this; + addListener(event: "checkContinue", listener: RequestListener): this; + addListener(event: "checkExpectation", listener: RequestListener): this; + addListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this; + addListener( + event: "connect", + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + addListener(event: "dropRequest", listener: (req: InstanceType, socket: stream.Duplex) => void): this; + addListener(event: "request", listener: RequestListener): this; + addListener( + event: "upgrade", + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + emit(event: string, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "connection", socket: Socket): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "listening"): boolean; + emit( + event: "checkContinue", + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit( + event: "checkExpectation", + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit(event: "clientError", err: Error, socket: stream.Duplex): boolean; + emit(event: "connect", req: InstanceType, socket: stream.Duplex, head: Buffer): boolean; + emit(event: "dropRequest", req: InstanceType, socket: stream.Duplex): boolean; + emit( + event: "request", + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit(event: "upgrade", req: InstanceType, socket: stream.Duplex, head: Buffer): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "connection", listener: (socket: Socket) => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "listening", listener: () => void): this; + on(event: "checkContinue", listener: RequestListener): this; + on(event: "checkExpectation", listener: RequestListener): this; + on(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this; + on(event: "connect", listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void): this; + on(event: "dropRequest", listener: (req: InstanceType, socket: stream.Duplex) => void): this; + on(event: "request", listener: RequestListener): this; + on(event: "upgrade", listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "connection", listener: (socket: Socket) => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "listening", listener: () => void): this; + once(event: "checkContinue", listener: RequestListener): this; + once(event: "checkExpectation", listener: RequestListener): this; + once(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this; + once( + event: "connect", + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + once(event: "dropRequest", listener: (req: InstanceType, socket: stream.Duplex) => void): this; + once(event: "request", listener: RequestListener): this; + once( + event: "upgrade", + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "connection", listener: (socket: Socket) => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "listening", listener: () => void): this; + prependListener(event: "checkContinue", listener: RequestListener): this; + prependListener(event: "checkExpectation", listener: RequestListener): this; + prependListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this; + prependListener( + event: "connect", + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + prependListener( + event: "dropRequest", + listener: (req: InstanceType, socket: stream.Duplex) => void, + ): this; + prependListener(event: "request", listener: RequestListener): this; + prependListener( + event: "upgrade", + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "connection", listener: (socket: Socket) => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "listening", listener: () => void): this; + prependOnceListener(event: "checkContinue", listener: RequestListener): this; + prependOnceListener(event: "checkExpectation", listener: RequestListener): this; + prependOnceListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this; + prependOnceListener( + event: "connect", + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + prependOnceListener( + event: "dropRequest", + listener: (req: InstanceType, socket: stream.Duplex) => void, + ): this; + prependOnceListener(event: "request", listener: RequestListener): this; + prependOnceListener( + event: "upgrade", + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + } + /** + * This class serves as the parent class of {@link ClientRequest} and {@link ServerResponse}. It is an abstract outgoing message from + * the perspective of the participants of an HTTP transaction. + * @since v0.1.17 + */ + class OutgoingMessage extends stream.Writable { + readonly req: Request; + chunkedEncoding: boolean; + shouldKeepAlive: boolean; + useChunkedEncodingByDefault: boolean; + sendDate: boolean; + /** + * @deprecated Use `writableEnded` instead. + */ + finished: boolean; + /** + * Read-only. `true` if the headers were sent, otherwise `false`. + * @since v0.9.3 + */ + readonly headersSent: boolean; + /** + * Alias of `outgoingMessage.socket`. + * @since v0.3.0 + * @deprecated Since v15.12.0,v14.17.1 - Use `socket` instead. + */ + readonly connection: Socket | null; + /** + * Reference to the underlying socket. Usually, users will not want to access + * this property. + * + * After calling `outgoingMessage.end()`, this property will be nulled. + * @since v0.3.0 + */ + readonly socket: Socket | null; + constructor(); + /** + * Once a socket is associated with the message and is connected, `socket.setTimeout()` will be called with `msecs` as the first parameter. + * @since v0.9.12 + * @param callback Optional function to be called when a timeout occurs. Same as binding to the `timeout` event. + */ + setTimeout(msecs: number, callback?: () => void): this; + /** + * Sets a single header value. If the header already exists in the to-be-sent + * headers, its value will be replaced. Use an array of strings to send multiple + * headers with the same name. + * @since v0.4.0 + * @param name Header name + * @param value Header value + */ + setHeader(name: string, value: number | string | readonly string[]): this; + /** + * Sets multiple header values for implicit headers. headers must be an instance of + * `Headers` or `Map`, if a header already exists in the to-be-sent headers, its + * value will be replaced. + * + * ```js + * const headers = new Headers({ foo: 'bar' }); + * outgoingMessage.setHeaders(headers); + * ``` + * + * or + * + * ```js + * const headers = new Map([['foo', 'bar']]); + * outgoingMessage.setHeaders(headers); + * ``` + * + * When headers have been set with `outgoingMessage.setHeaders()`, they will be + * merged with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * ```js + * // Returns content-type = text/plain + * const server = http.createServer((req, res) => { + * const headers = new Headers({ 'Content-Type': 'text/html' }); + * res.setHeaders(headers); + * res.writeHead(200, { 'Content-Type': 'text/plain' }); + * res.end('ok'); + * }); + * ``` + * + * @since v19.6.0, v18.15.0 + * @param name Header name + * @param value Header value + */ + setHeaders(headers: Headers | Map): this; + /** + * Append a single header value to the header object. + * + * If the value is an array, this is equivalent to calling this method multiple + * times. + * + * If there were no previous values for the header, this is equivalent to calling `outgoingMessage.setHeader(name, value)`. + * + * Depending of the value of `options.uniqueHeaders` when the client request or the + * server were created, this will end up in the header being sent multiple times or + * a single time with values joined using `; `. + * @since v18.3.0, v16.17.0 + * @param name Header name + * @param value Header value + */ + appendHeader(name: string, value: string | readonly string[]): this; + /** + * Gets the value of the HTTP header with the given name. If that header is not + * set, the returned value will be `undefined`. + * @since v0.4.0 + * @param name Name of header + */ + getHeader(name: string): number | string | string[] | undefined; + /** + * Returns a shallow copy of the current outgoing headers. Since a shallow + * copy is used, array values may be mutated without additional calls to + * various header-related HTTP module methods. The keys of the returned + * object are the header names and the values are the respective header + * values. All header names are lowercase. + * + * The object returned by the `outgoingMessage.getHeaders()` method does + * not prototypically inherit from the JavaScript `Object`. This means that + * typical `Object` methods such as `obj.toString()`, `obj.hasOwnProperty()`, + * and others are not defined and will not work. + * + * ```js + * outgoingMessage.setHeader('Foo', 'bar'); + * outgoingMessage.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headers = outgoingMessage.getHeaders(); + * // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] } + * ``` + * @since v7.7.0 + */ + getHeaders(): OutgoingHttpHeaders; + /** + * Returns an array containing the unique names of the current outgoing headers. + * All names are lowercase. + * @since v7.7.0 + */ + getHeaderNames(): string[]; + /** + * Returns `true` if the header identified by `name` is currently set in the + * outgoing headers. The header name is case-insensitive. + * + * ```js + * const hasContentType = outgoingMessage.hasHeader('content-type'); + * ``` + * @since v7.7.0 + */ + hasHeader(name: string): boolean; + /** + * Removes a header that is queued for implicit sending. + * + * ```js + * outgoingMessage.removeHeader('Content-Encoding'); + * ``` + * @since v0.4.0 + * @param name Header name + */ + removeHeader(name: string): void; + /** + * Adds HTTP trailers (headers but at the end of the message) to the message. + * + * Trailers will **only** be emitted if the message is chunked encoded. If not, + * the trailers will be silently discarded. + * + * HTTP requires the `Trailer` header to be sent to emit trailers, + * with a list of header field names in its value, e.g. + * + * ```js + * message.writeHead(200, { 'Content-Type': 'text/plain', + * 'Trailer': 'Content-MD5' }); + * message.write(fileData); + * message.addTrailers({ 'Content-MD5': '7895bf4b8828b55ceaf47747b4bca667' }); + * message.end(); + * ``` + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * @since v0.3.0 + */ + addTrailers(headers: OutgoingHttpHeaders | ReadonlyArray<[string, string]>): void; + /** + * Flushes the message headers. + * + * For efficiency reason, Node.js normally buffers the message headers + * until `outgoingMessage.end()` is called or the first chunk of message data + * is written. It then tries to pack the headers and data into a single TCP + * packet. + * + * It is usually desired (it saves a TCP round-trip), but not when the first + * data is not sent until possibly much later. `outgoingMessage.flushHeaders()` bypasses the optimization and kickstarts the message. + * @since v1.6.0 + */ + flushHeaders(): void; + } + /** + * This object is created internally by an HTTP server, not by the user. It is + * passed as the second parameter to the `'request'` event. + * @since v0.1.17 + */ + class ServerResponse extends OutgoingMessage { + /** + * When using implicit headers (not calling `response.writeHead()` explicitly), + * this property controls the status code that will be sent to the client when + * the headers get flushed. + * + * ```js + * response.statusCode = 404; + * ``` + * + * After response header was sent to the client, this property indicates the + * status code which was sent out. + * @since v0.4.0 + */ + statusCode: number; + /** + * When using implicit headers (not calling `response.writeHead()` explicitly), + * this property controls the status message that will be sent to the client when + * the headers get flushed. If this is left as `undefined` then the standard + * message for the status code will be used. + * + * ```js + * response.statusMessage = 'Not found'; + * ``` + * + * After response header was sent to the client, this property indicates the + * status message which was sent out. + * @since v0.11.8 + */ + statusMessage: string; + /** + * If set to `true`, Node.js will check whether the `Content-Length` header value and the size of the body, in bytes, are equal. + * Mismatching the `Content-Length` header value will result + * in an `Error` being thrown, identified by `code:``'ERR_HTTP_CONTENT_LENGTH_MISMATCH'`. + * @since v18.10.0, v16.18.0 + */ + strictContentLength: boolean; + constructor(req: Request); + assignSocket(socket: Socket): void; + detachSocket(socket: Socket): void; + /** + * Sends an HTTP/1.1 100 Continue message to the client, indicating that + * the request body should be sent. See the `'checkContinue'` event on `Server`. + * @since v0.3.0 + */ + writeContinue(callback?: () => void): void; + /** + * Sends an HTTP/1.1 103 Early Hints message to the client with a Link header, + * indicating that the user agent can preload/preconnect the linked resources. + * The `hints` is an object containing the values of headers to be sent with + * early hints message. The optional `callback` argument will be called when + * the response message has been written. + * + * **Example** + * + * ```js + * const earlyHintsLink = '; rel=preload; as=style'; + * response.writeEarlyHints({ + * 'link': earlyHintsLink, + * }); + * + * const earlyHintsLinks = [ + * '; rel=preload; as=style', + * '; rel=preload; as=script', + * ]; + * response.writeEarlyHints({ + * 'link': earlyHintsLinks, + * 'x-trace-id': 'id for diagnostics', + * }); + * + * const earlyHintsCallback = () => console.log('early hints message sent'); + * response.writeEarlyHints({ + * 'link': earlyHintsLinks, + * }, earlyHintsCallback); + * ``` + * @since v18.11.0 + * @param hints An object containing the values of headers + * @param callback Will be called when the response message has been written + */ + writeEarlyHints(hints: Record, callback?: () => void): void; + /** + * Sends a response header to the request. The status code is a 3-digit HTTP + * status code, like `404`. The last argument, `headers`, are the response headers. + * Optionally one can give a human-readable `statusMessage` as the second + * argument. + * + * `headers` may be an `Array` where the keys and values are in the same list. + * It is _not_ a list of tuples. So, the even-numbered offsets are key values, + * and the odd-numbered offsets are the associated values. The array is in the same + * format as `request.rawHeaders`. + * + * Returns a reference to the `ServerResponse`, so that calls can be chained. + * + * ```js + * const body = 'hello world'; + * response + * .writeHead(200, { + * 'Content-Length': Buffer.byteLength(body), + * 'Content-Type': 'text/plain', + * }) + * .end(body); + * ``` + * + * This method must only be called once on a message and it must + * be called before `response.end()` is called. + * + * If `response.write()` or `response.end()` are called before calling + * this, the implicit/mutable headers will be calculated and call this function. + * + * When headers have been set with `response.setHeader()`, they will be merged + * with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * If this method is called and `response.setHeader()` has not been called, + * it will directly write the supplied header values onto the network channel + * without caching internally, and the `response.getHeader()` on the header + * will not yield the expected result. If progressive population of headers is + * desired with potential future retrieval and modification, use `response.setHeader()` instead. + * + * ```js + * // Returns content-type = text/plain + * const server = http.createServer((req, res) => { + * res.setHeader('Content-Type', 'text/html'); + * res.setHeader('X-Foo', 'bar'); + * res.writeHead(200, { 'Content-Type': 'text/plain' }); + * res.end('ok'); + * }); + * ``` + * + * `Content-Length` is read in bytes, not characters. Use `Buffer.byteLength()` to determine the length of the body in bytes. Node.js + * will check whether `Content-Length` and the length of the body which has + * been transmitted are equal or not. + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a \[`Error`\]\[\] being thrown. + * @since v0.1.30 + */ + writeHead( + statusCode: number, + statusMessage?: string, + headers?: OutgoingHttpHeaders | OutgoingHttpHeader[], + ): this; + writeHead(statusCode: number, headers?: OutgoingHttpHeaders | OutgoingHttpHeader[]): this; + /** + * Sends a HTTP/1.1 102 Processing message to the client, indicating that + * the request body should be sent. + * @since v10.0.0 + */ + writeProcessing(callback?: () => void): void; + } + interface InformationEvent { + statusCode: number; + statusMessage: string; + httpVersion: string; + httpVersionMajor: number; + httpVersionMinor: number; + headers: IncomingHttpHeaders; + rawHeaders: string[]; + } + /** + * This object is created internally and returned from {@link request}. It + * represents an _in-progress_ request whose header has already been queued. The + * header is still mutable using the `setHeader(name, value)`, `getHeader(name)`, `removeHeader(name)` API. The actual header will + * be sent along with the first data chunk or when calling `request.end()`. + * + * To get the response, add a listener for `'response'` to the request object. `'response'` will be emitted from the request object when the response + * headers have been received. The `'response'` event is executed with one + * argument which is an instance of {@link IncomingMessage}. + * + * During the `'response'` event, one can add listeners to the + * response object; particularly to listen for the `'data'` event. + * + * If no `'response'` handler is added, then the response will be + * entirely discarded. However, if a `'response'` event handler is added, + * then the data from the response object **must** be consumed, either by + * calling `response.read()` whenever there is a `'readable'` event, or + * by adding a `'data'` handler, or by calling the `.resume()` method. + * Until the data is consumed, the `'end'` event will not fire. Also, until + * the data is read it will consume memory that can eventually lead to a + * 'process out of memory' error. + * + * For backward compatibility, `res` will only emit `'error'` if there is an `'error'` listener registered. + * + * Set `Content-Length` header to limit the response body size. + * If `response.strictContentLength` is set to `true`, mismatching the `Content-Length` header value will result in an `Error` being thrown, + * identified by `code:``'ERR_HTTP_CONTENT_LENGTH_MISMATCH'`. + * + * `Content-Length` value should be in bytes, not characters. Use `Buffer.byteLength()` to determine the length of the body in bytes. + * @since v0.1.17 + */ + class ClientRequest extends OutgoingMessage { + /** + * The `request.aborted` property will be `true` if the request has + * been aborted. + * @since v0.11.14 + * @deprecated Since v17.0.0, v16.12.0 - Check `destroyed` instead. + */ + aborted: boolean; + /** + * The request host. + * @since v14.5.0, v12.19.0 + */ + host: string; + /** + * The request protocol. + * @since v14.5.0, v12.19.0 + */ + protocol: string; + /** + * When sending request through a keep-alive enabled agent, the underlying socket + * might be reused. But if server closes connection at unfortunate time, client + * may run into a 'ECONNRESET' error. + * + * ```js + * import http from 'node:http'; + * + * // Server has a 5 seconds keep-alive timeout by default + * http + * .createServer((req, res) => { + * res.write('hello\n'); + * res.end(); + * }) + * .listen(3000); + * + * setInterval(() => { + * // Adapting a keep-alive agent + * http.get('http://localhost:3000', { agent }, (res) => { + * res.on('data', (data) => { + * // Do nothing + * }); + * }); + * }, 5000); // Sending request on 5s interval so it's easy to hit idle timeout + * ``` + * + * By marking a request whether it reused socket or not, we can do + * automatic error retry base on it. + * + * ```js + * import http from 'node:http'; + * const agent = new http.Agent({ keepAlive: true }); + * + * function retriableRequest() { + * const req = http + * .get('http://localhost:3000', { agent }, (res) => { + * // ... + * }) + * .on('error', (err) => { + * // Check if retry is needed + * if (req.reusedSocket && err.code === 'ECONNRESET') { + * retriableRequest(); + * } + * }); + * } + * + * retriableRequest(); + * ``` + * @since v13.0.0, v12.16.0 + */ + reusedSocket: boolean; + /** + * Limits maximum response headers count. If set to 0, no limit will be applied. + */ + maxHeadersCount: number; + constructor(url: string | URL | ClientRequestArgs, cb?: (res: IncomingMessage) => void); + /** + * The request method. + * @since v0.1.97 + */ + method: string; + /** + * The request path. + * @since v0.4.0 + */ + path: string; + /** + * Marks the request as aborting. Calling this will cause remaining data + * in the response to be dropped and the socket to be destroyed. + * @since v0.3.8 + * @deprecated Since v14.1.0,v13.14.0 - Use `destroy` instead. + */ + abort(): void; + onSocket(socket: Socket): void; + /** + * Once a socket is assigned to this request and is connected `socket.setTimeout()` will be called. + * @since v0.5.9 + * @param timeout Milliseconds before a request times out. + * @param callback Optional function to be called when a timeout occurs. Same as binding to the `'timeout'` event. + */ + setTimeout(timeout: number, callback?: () => void): this; + /** + * Once a socket is assigned to this request and is connected `socket.setNoDelay()` will be called. + * @since v0.5.9 + */ + setNoDelay(noDelay?: boolean): void; + /** + * Once a socket is assigned to this request and is connected `socket.setKeepAlive()` will be called. + * @since v0.5.9 + */ + setSocketKeepAlive(enable?: boolean, initialDelay?: number): void; + /** + * Returns an array containing the unique names of the current outgoing raw + * headers. Header names are returned with their exact casing being set. + * + * ```js + * request.setHeader('Foo', 'bar'); + * request.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headerNames = request.getRawHeaderNames(); + * // headerNames === ['Foo', 'Set-Cookie'] + * ``` + * @since v15.13.0, v14.17.0 + */ + getRawHeaderNames(): string[]; + /** + * @deprecated + */ + addListener(event: "abort", listener: () => void): this; + addListener( + event: "connect", + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + addListener(event: "continue", listener: () => void): this; + addListener(event: "information", listener: (info: InformationEvent) => void): this; + addListener(event: "response", listener: (response: IncomingMessage) => void): this; + addListener(event: "socket", listener: (socket: Socket) => void): this; + addListener(event: "timeout", listener: () => void): this; + addListener( + event: "upgrade", + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "pipe", listener: (src: stream.Readable) => void): this; + addListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + on(event: "abort", listener: () => void): this; + on(event: "connect", listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + on(event: "continue", listener: () => void): this; + on(event: "information", listener: (info: InformationEvent) => void): this; + on(event: "response", listener: (response: IncomingMessage) => void): this; + on(event: "socket", listener: (socket: Socket) => void): this; + on(event: "timeout", listener: () => void): this; + on(event: "upgrade", listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + on(event: "close", listener: () => void): this; + on(event: "drain", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "pipe", listener: (src: stream.Readable) => void): this; + on(event: "unpipe", listener: (src: stream.Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + once(event: "abort", listener: () => void): this; + once(event: "connect", listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + once(event: "continue", listener: () => void): this; + once(event: "information", listener: (info: InformationEvent) => void): this; + once(event: "response", listener: (response: IncomingMessage) => void): this; + once(event: "socket", listener: (socket: Socket) => void): this; + once(event: "timeout", listener: () => void): this; + once(event: "upgrade", listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + once(event: "close", listener: () => void): this; + once(event: "drain", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "pipe", listener: (src: stream.Readable) => void): this; + once(event: "unpipe", listener: (src: stream.Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + prependListener(event: "abort", listener: () => void): this; + prependListener( + event: "connect", + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + prependListener(event: "continue", listener: () => void): this; + prependListener(event: "information", listener: (info: InformationEvent) => void): this; + prependListener(event: "response", listener: (response: IncomingMessage) => void): this; + prependListener(event: "socket", listener: (socket: Socket) => void): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener( + event: "upgrade", + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + prependOnceListener(event: "abort", listener: () => void): this; + prependOnceListener( + event: "connect", + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + prependOnceListener(event: "continue", listener: () => void): this; + prependOnceListener(event: "information", listener: (info: InformationEvent) => void): this; + prependOnceListener(event: "response", listener: (response: IncomingMessage) => void): this; + prependOnceListener(event: "socket", listener: (socket: Socket) => void): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener( + event: "upgrade", + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * An `IncomingMessage` object is created by {@link Server} or {@link ClientRequest} and passed as the first argument to the `'request'` and `'response'` event respectively. It may be used to + * access response + * status, headers, and data. + * + * Different from its `socket` value which is a subclass of `stream.Duplex`, the `IncomingMessage` itself extends `stream.Readable` and is created separately to + * parse and emit the incoming HTTP headers and payload, as the underlying socket + * may be reused multiple times in case of keep-alive. + * @since v0.1.17 + */ + class IncomingMessage extends stream.Readable { + constructor(socket: Socket); + /** + * The `message.aborted` property will be `true` if the request has + * been aborted. + * @since v10.1.0 + * @deprecated Since v17.0.0,v16.12.0 - Check `message.destroyed` from stream.Readable. + */ + aborted: boolean; + /** + * In case of server request, the HTTP version sent by the client. In the case of + * client response, the HTTP version of the connected-to server. + * Probably either `'1.1'` or `'1.0'`. + * + * Also `message.httpVersionMajor` is the first integer and `message.httpVersionMinor` is the second. + * @since v0.1.1 + */ + httpVersion: string; + httpVersionMajor: number; + httpVersionMinor: number; + /** + * The `message.complete` property will be `true` if a complete HTTP message has + * been received and successfully parsed. + * + * This property is particularly useful as a means of determining if a client or + * server fully transmitted a message before a connection was terminated: + * + * ```js + * const req = http.request({ + * host: '127.0.0.1', + * port: 8080, + * method: 'POST', + * }, (res) => { + * res.resume(); + * res.on('end', () => { + * if (!res.complete) + * console.error( + * 'The connection was terminated while the message was still being sent'); + * }); + * }); + * ``` + * @since v0.3.0 + */ + complete: boolean; + /** + * Alias for `message.socket`. + * @since v0.1.90 + * @deprecated Since v16.0.0 - Use `socket`. + */ + connection: Socket; + /** + * The `net.Socket` object associated with the connection. + * + * With HTTPS support, use `request.socket.getPeerCertificate()` to obtain the + * client's authentication details. + * + * This property is guaranteed to be an instance of the `net.Socket` class, + * a subclass of `stream.Duplex`, unless the user specified a socket + * type other than `net.Socket` or internally nulled. + * @since v0.3.0 + */ + socket: Socket; + /** + * The request/response headers object. + * + * Key-value pairs of header names and values. Header names are lower-cased. + * + * ```js + * // Prints something like: + * // + * // { 'user-agent': 'curl/7.22.0', + * // host: '127.0.0.1:8000', + * // accept: '*' } + * console.log(request.headers); + * ``` + * + * Duplicates in raw headers are handled in the following ways, depending on the + * header name: + * + * * Duplicates of `age`, `authorization`, `content-length`, `content-type`, `etag`, `expires`, `from`, `host`, `if-modified-since`, `if-unmodified-since`, `last-modified`, `location`, + * `max-forwards`, `proxy-authorization`, `referer`, `retry-after`, `server`, or `user-agent` are discarded. + * To allow duplicate values of the headers listed above to be joined, + * use the option `joinDuplicateHeaders` in {@link request} and {@link createServer}. See RFC 9110 Section 5.3 for more + * information. + * * `set-cookie` is always an array. Duplicates are added to the array. + * * For duplicate `cookie` headers, the values are joined together with `; `. + * * For all other headers, the values are joined together with `, `. + * @since v0.1.5 + */ + headers: IncomingHttpHeaders; + /** + * Similar to `message.headers`, but there is no join logic and the values are + * always arrays of strings, even for headers received just once. + * + * ```js + * // Prints something like: + * // + * // { 'user-agent': ['curl/7.22.0'], + * // host: ['127.0.0.1:8000'], + * // accept: ['*'] } + * console.log(request.headersDistinct); + * ``` + * @since v18.3.0, v16.17.0 + */ + headersDistinct: NodeJS.Dict; + /** + * The raw request/response headers list exactly as they were received. + * + * The keys and values are in the same list. It is _not_ a + * list of tuples. So, the even-numbered offsets are key values, and the + * odd-numbered offsets are the associated values. + * + * Header names are not lowercased, and duplicates are not merged. + * + * ```js + * // Prints something like: + * // + * // [ 'user-agent', + * // 'this is invalid because there can be only one', + * // 'User-Agent', + * // 'curl/7.22.0', + * // 'Host', + * // '127.0.0.1:8000', + * // 'ACCEPT', + * // '*' ] + * console.log(request.rawHeaders); + * ``` + * @since v0.11.6 + */ + rawHeaders: string[]; + /** + * The request/response trailers object. Only populated at the `'end'` event. + * @since v0.3.0 + */ + trailers: NodeJS.Dict; + /** + * Similar to `message.trailers`, but there is no join logic and the values are + * always arrays of strings, even for headers received just once. + * Only populated at the `'end'` event. + * @since v18.3.0, v16.17.0 + */ + trailersDistinct: NodeJS.Dict; + /** + * The raw request/response trailer keys and values exactly as they were + * received. Only populated at the `'end'` event. + * @since v0.11.6 + */ + rawTrailers: string[]; + /** + * Calls `message.socket.setTimeout(msecs, callback)`. + * @since v0.5.9 + */ + setTimeout(msecs: number, callback?: () => void): this; + /** + * **Only valid for request obtained from {@link Server}.** + * + * The request method as a string. Read only. Examples: `'GET'`, `'DELETE'`. + * @since v0.1.1 + */ + method?: string | undefined; + /** + * **Only valid for request obtained from {@link Server}.** + * + * Request URL string. This contains only the URL that is present in the actual + * HTTP request. Take the following request: + * + * ```http + * GET /status?name=ryan HTTP/1.1 + * Accept: text/plain + * ``` + * + * To parse the URL into its parts: + * + * ```js + * new URL(`http://${process.env.HOST ?? 'localhost'}${request.url}`); + * ``` + * + * When `request.url` is `'/status?name=ryan'` and `process.env.HOST` is undefined: + * + * ```console + * $ node + * > new URL(`http://${process.env.HOST ?? 'localhost'}${request.url}`); + * URL { + * href: 'http://localhost/status?name=ryan', + * origin: 'http://localhost', + * protocol: 'http:', + * username: '', + * password: '', + * host: 'localhost', + * hostname: 'localhost', + * port: '', + * pathname: '/status', + * search: '?name=ryan', + * searchParams: URLSearchParams { 'name' => 'ryan' }, + * hash: '' + * } + * ``` + * + * Ensure that you set `process.env.HOST` to the server's host name, or consider replacing this part entirely. If using `req.headers.host`, ensure proper + * validation is used, as clients may specify a custom `Host` header. + * @since v0.1.90 + */ + url?: string | undefined; + /** + * **Only valid for response obtained from {@link ClientRequest}.** + * + * The 3-digit HTTP response status code. E.G. `404`. + * @since v0.1.1 + */ + statusCode?: number | undefined; + /** + * **Only valid for response obtained from {@link ClientRequest}.** + * + * The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`. + * @since v0.11.10 + */ + statusMessage?: string | undefined; + /** + * Calls `destroy()` on the socket that received the `IncomingMessage`. If `error` is provided, an `'error'` event is emitted on the socket and `error` is passed + * as an argument to any listeners on the event. + * @since v0.3.0 + */ + destroy(error?: Error): this; + } + interface AgentOptions extends Partial { + /** + * Keep sockets around in a pool to be used by other requests in the future. Default = false + */ + keepAlive?: boolean | undefined; + /** + * When using HTTP KeepAlive, how often to send TCP KeepAlive packets over sockets being kept alive. Default = 1000. + * Only relevant if keepAlive is set to true. + */ + keepAliveMsecs?: number | undefined; + /** + * Maximum number of sockets to allow per host. Default for Node 0.10 is 5, default for Node 0.12 is Infinity + */ + maxSockets?: number | undefined; + /** + * Maximum number of sockets allowed for all hosts in total. Each request will use a new socket until the maximum is reached. Default: Infinity. + */ + maxTotalSockets?: number | undefined; + /** + * Maximum number of sockets to leave open in a free state. Only relevant if keepAlive is set to true. Default = 256. + */ + maxFreeSockets?: number | undefined; + /** + * Socket timeout in milliseconds. This will set the timeout after the socket is connected. + */ + timeout?: number | undefined; + /** + * Scheduling strategy to apply when picking the next free socket to use. + * @default `lifo` + */ + scheduling?: "fifo" | "lifo" | undefined; + } + /** + * An `Agent` is responsible for managing connection persistence + * and reuse for HTTP clients. It maintains a queue of pending requests + * for a given host and port, reusing a single socket connection for each + * until the queue is empty, at which time the socket is either destroyed + * or put into a pool where it is kept to be used again for requests to the + * same host and port. Whether it is destroyed or pooled depends on the `keepAlive` `option`. + * + * Pooled connections have TCP Keep-Alive enabled for them, but servers may + * still close idle connections, in which case they will be removed from the + * pool and a new connection will be made when a new HTTP request is made for + * that host and port. Servers may also refuse to allow multiple requests + * over the same connection, in which case the connection will have to be + * remade for every request and cannot be pooled. The `Agent` will still make + * the requests to that server, but each one will occur over a new connection. + * + * When a connection is closed by the client or the server, it is removed + * from the pool. Any unused sockets in the pool will be unrefed so as not + * to keep the Node.js process running when there are no outstanding requests. + * (see `socket.unref()`). + * + * It is good practice, to `destroy()` an `Agent` instance when it is no + * longer in use, because unused sockets consume OS resources. + * + * Sockets are removed from an agent when the socket emits either + * a `'close'` event or an `'agentRemove'` event. When intending to keep one + * HTTP request open for a long time without keeping it in the agent, something + * like the following may be done: + * + * ```js + * http.get(options, (res) => { + * // Do stuff + * }).on('socket', (socket) => { + * socket.emit('agentRemove'); + * }); + * ``` + * + * An agent may also be used for an individual request. By providing `{agent: false}` as an option to the `http.get()` or `http.request()` functions, a one-time use `Agent` with default options + * will be used + * for the client connection. + * + * `agent:false`: + * + * ```js + * http.get({ + * hostname: 'localhost', + * port: 80, + * path: '/', + * agent: false, // Create a new agent just for this one request + * }, (res) => { + * // Do stuff with response + * }); + * ``` + * + * `options` in [`socket.connect()`](https://nodejs.org/docs/latest-v24.x/api/net.html#socketconnectoptions-connectlistener) are also supported. + * + * To configure any of them, a custom {@link Agent} instance must be created. + * + * ```js + * import http from 'node:http'; + * const keepAliveAgent = new http.Agent({ keepAlive: true }); + * options.agent = keepAliveAgent; + * http.request(options, onResponseCallback) + * ``` + * @since v0.3.4 + */ + class Agent extends EventEmitter { + /** + * By default set to 256. For agents with `keepAlive` enabled, this + * sets the maximum number of sockets that will be left open in the free + * state. + * @since v0.11.7 + */ + maxFreeSockets: number; + /** + * By default set to `Infinity`. Determines how many concurrent sockets the agent + * can have open per origin. Origin is the returned value of `agent.getName()`. + * @since v0.3.6 + */ + maxSockets: number; + /** + * By default set to `Infinity`. Determines how many concurrent sockets the agent + * can have open. Unlike `maxSockets`, this parameter applies across all origins. + * @since v14.5.0, v12.19.0 + */ + maxTotalSockets: number; + /** + * An object which contains arrays of sockets currently awaiting use by + * the agent when `keepAlive` is enabled. Do not modify. + * + * Sockets in the `freeSockets` list will be automatically destroyed and + * removed from the array on `'timeout'`. + * @since v0.11.4 + */ + readonly freeSockets: NodeJS.ReadOnlyDict; + /** + * An object which contains arrays of sockets currently in use by the + * agent. Do not modify. + * @since v0.3.6 + */ + readonly sockets: NodeJS.ReadOnlyDict; + /** + * An object which contains queues of requests that have not yet been assigned to + * sockets. Do not modify. + * @since v0.5.9 + */ + readonly requests: NodeJS.ReadOnlyDict; + constructor(opts?: AgentOptions); + /** + * Destroy any sockets that are currently in use by the agent. + * + * It is usually not necessary to do this. However, if using an + * agent with `keepAlive` enabled, then it is best to explicitly shut down + * the agent when it is no longer needed. Otherwise, + * sockets might stay open for quite a long time before the server + * terminates them. + * @since v0.11.4 + */ + destroy(): void; + /** + * Produces a socket/stream to be used for HTTP requests. + * + * By default, this function is the same as `net.createConnection()`. However, + * custom agents may override this method in case greater flexibility is desired. + * + * A socket/stream can be supplied in one of two ways: by returning the + * socket/stream from this function, or by passing the socket/stream to `callback`. + * + * This method is guaranteed to return an instance of the `net.Socket` class, + * a subclass of `stream.Duplex`, unless the user specifies a socket + * type other than `net.Socket`. + * + * `callback` has a signature of `(err, stream)`. + * @since v0.11.4 + * @param options Options containing connection details. Check `createConnection` for the format of the options + * @param callback Callback function that receives the created socket + */ + createConnection( + options: ClientRequestArgs, + callback?: (err: Error | null, stream: stream.Duplex) => void, + ): stream.Duplex; + /** + * Called when `socket` is detached from a request and could be persisted by the`Agent`. Default behavior is to: + * + * ```js + * socket.setKeepAlive(true, this.keepAliveMsecs); + * socket.unref(); + * return true; + * ``` + * + * This method can be overridden by a particular `Agent` subclass. If this + * method returns a falsy value, the socket will be destroyed instead of persisting + * it for use with the next request. + * + * The `socket` argument can be an instance of `net.Socket`, a subclass of `stream.Duplex`. + * @since v8.1.0 + */ + keepSocketAlive(socket: stream.Duplex): void; + /** + * Called when `socket` is attached to `request` after being persisted because of + * the keep-alive options. Default behavior is to: + * + * ```js + * socket.ref(); + * ``` + * + * This method can be overridden by a particular `Agent` subclass. + * + * The `socket` argument can be an instance of `net.Socket`, a subclass of `stream.Duplex`. + * @since v8.1.0 + */ + reuseSocket(socket: stream.Duplex, request: ClientRequest): void; + /** + * Get a unique name for a set of request options, to determine whether a + * connection can be reused. For an HTTP agent, this returns`host:port:localAddress` or `host:port:localAddress:family`. For an HTTPS agent, + * the name includes the CA, cert, ciphers, and other HTTPS/TLS-specific options + * that determine socket reusability. + * @since v0.11.4 + * @param options A set of options providing information for name generation + */ + getName(options?: ClientRequestArgs): string; + } + const METHODS: string[]; + const STATUS_CODES: { + [errorCode: number]: string | undefined; + [errorCode: string]: string | undefined; + }; + /** + * Returns a new instance of {@link Server}. + * + * The `requestListener` is a function which is automatically + * added to the `'request'` event. + * + * ```js + * import http from 'node:http'; + * + * // Create a local server to receive data from + * const server = http.createServer((req, res) => { + * res.writeHead(200, { 'Content-Type': 'application/json' }); + * res.end(JSON.stringify({ + * data: 'Hello World!', + * })); + * }); + * + * server.listen(8000); + * ``` + * + * ```js + * import http from 'node:http'; + * + * // Create a local server to receive data from + * const server = http.createServer(); + * + * // Listen to the request event + * server.on('request', (request, res) => { + * res.writeHead(200, { 'Content-Type': 'application/json' }); + * res.end(JSON.stringify({ + * data: 'Hello World!', + * })); + * }); + * + * server.listen(8000); + * ``` + * @since v0.1.13 + */ + function createServer< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse> = typeof ServerResponse, + >(requestListener?: RequestListener): Server; + function createServer< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse> = typeof ServerResponse, + >( + options: ServerOptions, + requestListener?: RequestListener, + ): Server; + // although RequestOptions are passed as ClientRequestArgs to ClientRequest directly, + // create interface RequestOptions would make the naming more clear to developers + interface RequestOptions extends ClientRequestArgs {} + /** + * `options` in `socket.connect()` are also supported. + * + * Node.js maintains several connections per server to make HTTP requests. + * This function allows one to transparently issue requests. + * + * `url` can be a string or a `URL` object. If `url` is a + * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. + * + * If both `url` and `options` are specified, the objects are merged, with the `options` properties taking precedence. + * + * The optional `callback` parameter will be added as a one-time listener for + * the `'response'` event. + * + * `http.request()` returns an instance of the {@link ClientRequest} class. The `ClientRequest` instance is a writable stream. If one needs to + * upload a file with a POST request, then write to the `ClientRequest` object. + * + * ```js + * import http from 'node:http'; + * import { Buffer } from 'node:buffer'; + * + * const postData = JSON.stringify({ + * 'msg': 'Hello World!', + * }); + * + * const options = { + * hostname: 'www.google.com', + * port: 80, + * path: '/upload', + * method: 'POST', + * headers: { + * 'Content-Type': 'application/json', + * 'Content-Length': Buffer.byteLength(postData), + * }, + * }; + * + * const req = http.request(options, (res) => { + * console.log(`STATUS: ${res.statusCode}`); + * console.log(`HEADERS: ${JSON.stringify(res.headers)}`); + * res.setEncoding('utf8'); + * res.on('data', (chunk) => { + * console.log(`BODY: ${chunk}`); + * }); + * res.on('end', () => { + * console.log('No more data in response.'); + * }); + * }); + * + * req.on('error', (e) => { + * console.error(`problem with request: ${e.message}`); + * }); + * + * // Write data to request body + * req.write(postData); + * req.end(); + * ``` + * + * In the example `req.end()` was called. With `http.request()` one + * must always call `req.end()` to signify the end of the request - + * even if there is no data being written to the request body. + * + * If any error is encountered during the request (be that with DNS resolution, + * TCP level errors, or actual HTTP parse errors) an `'error'` event is emitted + * on the returned request object. As with all `'error'` events, if no listeners + * are registered the error will be thrown. + * + * There are a few special headers that should be noted. + * + * * Sending a 'Connection: keep-alive' will notify Node.js that the connection to + * the server should be persisted until the next request. + * * Sending a 'Content-Length' header will disable the default chunked encoding. + * * Sending an 'Expect' header will immediately send the request headers. + * Usually, when sending 'Expect: 100-continue', both a timeout and a listener + * for the `'continue'` event should be set. See RFC 2616 Section 8.2.3 for more + * information. + * * Sending an Authorization header will override using the `auth` option + * to compute basic authentication. + * + * Example using a `URL` as `options`: + * + * ```js + * const options = new URL('http://abc:xyz@example.com'); + * + * const req = http.request(options, (res) => { + * // ... + * }); + * ``` + * + * In a successful request, the following events will be emitted in the following + * order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * (`'data'` will not be emitted at all if the response body is empty, for + * instance, in most redirects) + * * `'end'` on the `res` object + * * `'close'` + * + * In the case of a connection error, the following events will be emitted: + * + * * `'socket'` + * * `'error'` + * * `'close'` + * + * In the case of a premature connection close before the response is received, + * the following events will be emitted in the following order: + * + * * `'socket'` + * * `'error'` with an error with message `'Error: socket hang up'` and code `'ECONNRESET'` + * * `'close'` + * + * In the case of a premature connection close after the response is received, + * the following events will be emitted in the following order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * * (connection closed here) + * * `'aborted'` on the `res` object + * * `'close'` + * * `'error'` on the `res` object with an error with message `'Error: aborted'` and code `'ECONNRESET'` + * * `'close'` on the `res` object + * + * If `req.destroy()` is called before a socket is assigned, the following + * events will be emitted in the following order: + * + * * (`req.destroy()` called here) + * * `'error'` with an error with message `'Error: socket hang up'` and code `'ECONNRESET'`, or the error with which `req.destroy()` was called + * * `'close'` + * + * If `req.destroy()` is called before the connection succeeds, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * (`req.destroy()` called here) + * * `'error'` with an error with message `'Error: socket hang up'` and code `'ECONNRESET'`, or the error with which `req.destroy()` was called + * * `'close'` + * + * If `req.destroy()` is called after the response is received, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * * (`req.destroy()` called here) + * * `'aborted'` on the `res` object + * * `'close'` + * * `'error'` on the `res` object with an error with message `'Error: aborted'` and code `'ECONNRESET'`, or the error with which `req.destroy()` was called + * * `'close'` on the `res` object + * + * If `req.abort()` is called before a socket is assigned, the following + * events will be emitted in the following order: + * + * * (`req.abort()` called here) + * * `'abort'` + * * `'close'` + * + * If `req.abort()` is called before the connection succeeds, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * (`req.abort()` called here) + * * `'abort'` + * * `'error'` with an error with message `'Error: socket hang up'` and code `'ECONNRESET'` + * * `'close'` + * + * If `req.abort()` is called after the response is received, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * * (`req.abort()` called here) + * * `'abort'` + * * `'aborted'` on the `res` object + * * `'error'` on the `res` object with an error with message `'Error: aborted'` and code `'ECONNRESET'`. + * * `'close'` + * * `'close'` on the `res` object + * + * Setting the `timeout` option or using the `setTimeout()` function will + * not abort the request or do anything besides add a `'timeout'` event. + * + * Passing an `AbortSignal` and then calling `abort()` on the corresponding `AbortController` will behave the same way as calling `.destroy()` on the + * request. Specifically, the `'error'` event will be emitted with an error with + * the message `'AbortError: The operation was aborted'`, the code `'ABORT_ERR'` and the `cause`, if one was provided. + * @since v0.3.6 + */ + function request(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; + function request( + url: string | URL, + options: RequestOptions, + callback?: (res: IncomingMessage) => void, + ): ClientRequest; + /** + * Since most requests are GET requests without bodies, Node.js provides this + * convenience method. The only difference between this method and {@link request} is that it sets the method to GET by default and calls `req.end()` automatically. The callback must take care to + * consume the response + * data for reasons stated in {@link ClientRequest} section. + * + * The `callback` is invoked with a single argument that is an instance of {@link IncomingMessage}. + * + * JSON fetching example: + * + * ```js + * http.get('http://localhost:8000/', (res) => { + * const { statusCode } = res; + * const contentType = res.headers['content-type']; + * + * let error; + * // Any 2xx status code signals a successful response but + * // here we're only checking for 200. + * if (statusCode !== 200) { + * error = new Error('Request Failed.\n' + + * `Status Code: ${statusCode}`); + * } else if (!/^application\/json/.test(contentType)) { + * error = new Error('Invalid content-type.\n' + + * `Expected application/json but received ${contentType}`); + * } + * if (error) { + * console.error(error.message); + * // Consume response data to free up memory + * res.resume(); + * return; + * } + * + * res.setEncoding('utf8'); + * let rawData = ''; + * res.on('data', (chunk) => { rawData += chunk; }); + * res.on('end', () => { + * try { + * const parsedData = JSON.parse(rawData); + * console.log(parsedData); + * } catch (e) { + * console.error(e.message); + * } + * }); + * }).on('error', (e) => { + * console.error(`Got error: ${e.message}`); + * }); + * + * // Create a local server to receive data from + * const server = http.createServer((req, res) => { + * res.writeHead(200, { 'Content-Type': 'application/json' }); + * res.end(JSON.stringify({ + * data: 'Hello World!', + * })); + * }); + * + * server.listen(8000); + * ``` + * @since v0.3.6 + * @param options Accepts the same `options` as {@link request}, with the method set to GET by default. + */ + function get(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; + function get(url: string | URL, options: RequestOptions, callback?: (res: IncomingMessage) => void): ClientRequest; + /** + * Performs the low-level validations on the provided `name` that are done when `res.setHeader(name, value)` is called. + * + * Passing illegal value as `name` will result in a `TypeError` being thrown, + * identified by `code: 'ERR_INVALID_HTTP_TOKEN'`. + * + * It is not necessary to use this method before passing headers to an HTTP request + * or response. The HTTP module will automatically validate such headers. + * + * Example: + * + * ```js + * import { validateHeaderName } from 'node:http'; + * + * try { + * validateHeaderName(''); + * } catch (err) { + * console.error(err instanceof TypeError); // --> true + * console.error(err.code); // --> 'ERR_INVALID_HTTP_TOKEN' + * console.error(err.message); // --> 'Header name must be a valid HTTP token [""]' + * } + * ``` + * @since v14.3.0 + * @param [label='Header name'] Label for error message. + */ + function validateHeaderName(name: string): void; + /** + * Performs the low-level validations on the provided `value` that are done when `res.setHeader(name, value)` is called. + * + * Passing illegal value as `value` will result in a `TypeError` being thrown. + * + * * Undefined value error is identified by `code: 'ERR_HTTP_INVALID_HEADER_VALUE'`. + * * Invalid value character error is identified by `code: 'ERR_INVALID_CHAR'`. + * + * It is not necessary to use this method before passing headers to an HTTP request + * or response. The HTTP module will automatically validate such headers. + * + * Examples: + * + * ```js + * import { validateHeaderValue } from 'node:http'; + * + * try { + * validateHeaderValue('x-my-header', undefined); + * } catch (err) { + * console.error(err instanceof TypeError); // --> true + * console.error(err.code === 'ERR_HTTP_INVALID_HEADER_VALUE'); // --> true + * console.error(err.message); // --> 'Invalid value "undefined" for header "x-my-header"' + * } + * + * try { + * validateHeaderValue('x-my-header', 'oʊmɪɡə'); + * } catch (err) { + * console.error(err instanceof TypeError); // --> true + * console.error(err.code === 'ERR_INVALID_CHAR'); // --> true + * console.error(err.message); // --> 'Invalid character in header content ["x-my-header"]' + * } + * ``` + * @since v14.3.0 + * @param name Header name + * @param value Header value + */ + function validateHeaderValue(name: string, value: string): void; + /** + * Set the maximum number of idle HTTP parsers. + * @since v18.8.0, v16.18.0 + * @param [max=1000] + */ + function setMaxIdleHTTPParsers(max: number): void; + /** + * Global instance of `Agent` which is used as the default for all HTTP client + * requests. Diverges from a default `Agent` configuration by having `keepAlive` + * enabled and a `timeout` of 5 seconds. + * @since v0.5.9 + */ + let globalAgent: Agent; + /** + * Read-only property specifying the maximum allowed size of HTTP headers in bytes. + * Defaults to 16KB. Configurable using the `--max-http-header-size` CLI option. + */ + const maxHeaderSize: number; + /** + * A browser-compatible implementation of [WebSocket](https://nodejs.org/docs/latest/api/http.html#websocket). + * @since v22.5.0 + */ + const WebSocket: import("undici-types").WebSocket; + /** + * @since v22.5.0 + */ + const CloseEvent: import("undici-types").CloseEvent; + /** + * @since v22.5.0 + */ + const MessageEvent: import("undici-types").MessageEvent; +} +declare module "node:http" { + export * from "http"; +} diff --git a/node_modules/@types/node/http2.d.ts b/node_modules/@types/node/http2.d.ts new file mode 100644 index 0000000..36b870f --- /dev/null +++ b/node_modules/@types/node/http2.d.ts @@ -0,0 +1,2628 @@ +/** + * The `node:http2` module provides an implementation of the [HTTP/2](https://tools.ietf.org/html/rfc7540) protocol. + * It can be accessed using: + * + * ```js + * import http2 from 'node:http2'; + * ``` + * @since v8.4.0 + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/http2.js) + */ +declare module "http2" { + import EventEmitter = require("node:events"); + import * as fs from "node:fs"; + import * as net from "node:net"; + import * as stream from "node:stream"; + import * as tls from "node:tls"; + import * as url from "node:url"; + import { + IncomingHttpHeaders as Http1IncomingHttpHeaders, + IncomingMessage, + OutgoingHttpHeaders, + ServerResponse, + } from "node:http"; + export { OutgoingHttpHeaders } from "node:http"; + export interface IncomingHttpStatusHeader { + ":status"?: number | undefined; + } + export interface IncomingHttpHeaders extends Http1IncomingHttpHeaders { + ":path"?: string | undefined; + ":method"?: string | undefined; + ":authority"?: string | undefined; + ":scheme"?: string | undefined; + } + // Http2Stream + export interface StreamPriorityOptions { + exclusive?: boolean | undefined; + parent?: number | undefined; + weight?: number | undefined; + silent?: boolean | undefined; + } + export interface StreamState { + localWindowSize?: number | undefined; + state?: number | undefined; + localClose?: number | undefined; + remoteClose?: number | undefined; + sumDependencyWeight?: number | undefined; + weight?: number | undefined; + } + export interface ServerStreamResponseOptions { + endStream?: boolean | undefined; + waitForTrailers?: boolean | undefined; + } + export interface StatOptions { + offset: number; + length: number; + } + export interface ServerStreamFileResponseOptions { + // eslint-disable-next-line @typescript-eslint/no-invalid-void-type + statCheck?(stats: fs.Stats, headers: OutgoingHttpHeaders, statOptions: StatOptions): void | boolean; + waitForTrailers?: boolean | undefined; + offset?: number | undefined; + length?: number | undefined; + } + export interface ServerStreamFileResponseOptionsWithError extends ServerStreamFileResponseOptions { + onError?(err: NodeJS.ErrnoException): void; + } + export interface Http2Stream extends stream.Duplex { + /** + * Set to `true` if the `Http2Stream` instance was aborted abnormally. When set, + * the `'aborted'` event will have been emitted. + * @since v8.4.0 + */ + readonly aborted: boolean; + /** + * This property shows the number of characters currently buffered to be written. + * See `net.Socket.bufferSize` for details. + * @since v11.2.0, v10.16.0 + */ + readonly bufferSize: number; + /** + * Set to `true` if the `Http2Stream` instance has been closed. + * @since v9.4.0 + */ + readonly closed: boolean; + /** + * Set to `true` if the `Http2Stream` instance has been destroyed and is no longer + * usable. + * @since v8.4.0 + */ + readonly destroyed: boolean; + /** + * Set to `true` if the `END_STREAM` flag was set in the request or response + * HEADERS frame received, indicating that no additional data should be received + * and the readable side of the `Http2Stream` will be closed. + * @since v10.11.0 + */ + readonly endAfterHeaders: boolean; + /** + * The numeric stream identifier of this `Http2Stream` instance. Set to `undefined` if the stream identifier has not yet been assigned. + * @since v8.4.0 + */ + readonly id?: number | undefined; + /** + * Set to `true` if the `Http2Stream` instance has not yet been assigned a + * numeric stream identifier. + * @since v9.4.0 + */ + readonly pending: boolean; + /** + * Set to the `RST_STREAM` `error code` reported when the `Http2Stream` is + * destroyed after either receiving an `RST_STREAM` frame from the connected peer, + * calling `http2stream.close()`, or `http2stream.destroy()`. Will be `undefined` if the `Http2Stream` has not been closed. + * @since v8.4.0 + */ + readonly rstCode: number; + /** + * An object containing the outbound headers sent for this `Http2Stream`. + * @since v9.5.0 + */ + readonly sentHeaders: OutgoingHttpHeaders; + /** + * An array of objects containing the outbound informational (additional) headers + * sent for this `Http2Stream`. + * @since v9.5.0 + */ + readonly sentInfoHeaders?: OutgoingHttpHeaders[] | undefined; + /** + * An object containing the outbound trailers sent for this `HttpStream`. + * @since v9.5.0 + */ + readonly sentTrailers?: OutgoingHttpHeaders | undefined; + /** + * A reference to the `Http2Session` instance that owns this `Http2Stream`. The + * value will be `undefined` after the `Http2Stream` instance is destroyed. + * @since v8.4.0 + */ + readonly session: Http2Session | undefined; + /** + * Provides miscellaneous information about the current state of the `Http2Stream`. + * + * A current state of this `Http2Stream`. + * @since v8.4.0 + */ + readonly state: StreamState; + /** + * Closes the `Http2Stream` instance by sending an `RST_STREAM` frame to the + * connected HTTP/2 peer. + * @since v8.4.0 + * @param [code=http2.constants.NGHTTP2_NO_ERROR] Unsigned 32-bit integer identifying the error code. + * @param callback An optional function registered to listen for the `'close'` event. + */ + close(code?: number, callback?: () => void): void; + /** + * Updates the priority for this `Http2Stream` instance. + * @since v8.4.0 + */ + priority(options: StreamPriorityOptions): void; + /** + * ```js + * import http2 from 'node:http2'; + * const client = http2.connect('http://example.org:8000'); + * const { NGHTTP2_CANCEL } = http2.constants; + * const req = client.request({ ':path': '/' }); + * + * // Cancel the stream if there's no activity after 5 seconds + * req.setTimeout(5000, () => req.close(NGHTTP2_CANCEL)); + * ``` + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + /** + * Sends a trailing `HEADERS` frame to the connected HTTP/2 peer. This method + * will cause the `Http2Stream` to be immediately closed and must only be + * called after the `'wantTrailers'` event has been emitted. When sending a + * request or sending a response, the `options.waitForTrailers` option must be set + * in order to keep the `Http2Stream` open after the final `DATA` frame so that + * trailers can be sent. + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond(undefined, { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ xyz: 'abc' }); + * }); + * stream.end('Hello World'); + * }); + * ``` + * + * The HTTP/1 specification forbids trailers from containing HTTP/2 pseudo-header + * fields (e.g. `':method'`, `':path'`, etc). + * @since v10.0.0 + */ + sendTrailers(headers: OutgoingHttpHeaders): void; + addListener(event: "aborted", listener: () => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "data", listener: (chunk: Buffer | string) => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + addListener(event: "pipe", listener: (src: stream.Readable) => void): this; + addListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + addListener(event: "streamClosed", listener: (code: number) => void): this; + addListener(event: "timeout", listener: () => void): this; + addListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: "wantTrailers", listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "aborted"): boolean; + emit(event: "close"): boolean; + emit(event: "data", chunk: Buffer | string): boolean; + emit(event: "drain"): boolean; + emit(event: "end"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "finish"): boolean; + emit(event: "frameError", frameType: number, errorCode: number): boolean; + emit(event: "pipe", src: stream.Readable): boolean; + emit(event: "unpipe", src: stream.Readable): boolean; + emit(event: "streamClosed", code: number): boolean; + emit(event: "timeout"): boolean; + emit(event: "trailers", trailers: IncomingHttpHeaders, flags: number): boolean; + emit(event: "wantTrailers"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "aborted", listener: () => void): this; + on(event: "close", listener: () => void): this; + on(event: "data", listener: (chunk: Buffer | string) => void): this; + on(event: "drain", listener: () => void): this; + on(event: "end", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + on(event: "pipe", listener: (src: stream.Readable) => void): this; + on(event: "unpipe", listener: (src: stream.Readable) => void): this; + on(event: "streamClosed", listener: (code: number) => void): this; + on(event: "timeout", listener: () => void): this; + on(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + on(event: "wantTrailers", listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "aborted", listener: () => void): this; + once(event: "close", listener: () => void): this; + once(event: "data", listener: (chunk: Buffer | string) => void): this; + once(event: "drain", listener: () => void): this; + once(event: "end", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + once(event: "pipe", listener: (src: stream.Readable) => void): this; + once(event: "unpipe", listener: (src: stream.Readable) => void): this; + once(event: "streamClosed", listener: (code: number) => void): this; + once(event: "timeout", listener: () => void): this; + once(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + once(event: "wantTrailers", listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "aborted", listener: () => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "data", listener: (chunk: Buffer | string) => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + prependListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependListener(event: "streamClosed", listener: (code: number) => void): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: "wantTrailers", listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "aborted", listener: () => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "data", listener: (chunk: Buffer | string) => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: "streamClosed", listener: (code: number) => void): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: "wantTrailers", listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface ClientHttp2Stream extends Http2Stream { + addListener(event: "continue", listener: () => {}): this; + addListener( + event: "headers", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + addListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + addListener( + event: "response", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "continue"): boolean; + emit(event: "headers", headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; + emit(event: "push", headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: "response", headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "continue", listener: () => {}): this; + on( + event: "headers", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + on(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + on( + event: "response", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "continue", listener: () => {}): this; + once( + event: "headers", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + once(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + once( + event: "response", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "continue", listener: () => {}): this; + prependListener( + event: "headers", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + prependListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + prependListener( + event: "response", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "continue", listener: () => {}): this; + prependOnceListener( + event: "headers", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + prependOnceListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener( + event: "response", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface ServerHttp2Stream extends Http2Stream { + /** + * True if headers were sent, false otherwise (read-only). + * @since v8.4.0 + */ + readonly headersSent: boolean; + /** + * Read-only property mapped to the `SETTINGS_ENABLE_PUSH` flag of the remote + * client's most recent `SETTINGS` frame. Will be `true` if the remote peer + * accepts push streams, `false` otherwise. Settings are the same for every `Http2Stream` in the same `Http2Session`. + * @since v8.4.0 + */ + readonly pushAllowed: boolean; + /** + * Sends an additional informational `HEADERS` frame to the connected HTTP/2 peer. + * @since v8.4.0 + */ + additionalHeaders(headers: OutgoingHttpHeaders): void; + /** + * Initiates a push stream. The callback is invoked with the new `Http2Stream` instance created for the push stream passed as the second argument, or an `Error` passed as the first argument. + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond({ ':status': 200 }); + * stream.pushStream({ ':path': '/' }, (err, pushStream, headers) => { + * if (err) throw err; + * pushStream.respond({ ':status': 200 }); + * pushStream.end('some pushed data'); + * }); + * stream.end('some data'); + * }); + * ``` + * + * Setting the weight of a push stream is not allowed in the `HEADERS` frame. Pass + * a `weight` value to `http2stream.priority` with the `silent` option set to `true` to enable server-side bandwidth balancing between concurrent streams. + * + * Calling `http2stream.pushStream()` from within a pushed stream is not permitted + * and will throw an error. + * @since v8.4.0 + * @param callback Callback that is called once the push stream has been initiated. + */ + pushStream( + headers: OutgoingHttpHeaders, + callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void, + ): void; + pushStream( + headers: OutgoingHttpHeaders, + options?: StreamPriorityOptions, + callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void, + ): void; + /** + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond({ ':status': 200 }); + * stream.end('some data'); + * }); + * ``` + * + * Initiates a response. When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * will be emitted immediately after queuing the last chunk of payload data to be sent. + * The `http2stream.sendTrailers()` method can then be used to send trailing header fields to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code must call either `http2stream.sendTrailers()` or `http2stream.close()` to close the `Http2Stream`. + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond({ ':status': 200 }, { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ ABC: 'some value to send' }); + * }); + * stream.end('some data'); + * }); + * ``` + * @since v8.4.0 + */ + respond(headers?: OutgoingHttpHeaders, options?: ServerStreamResponseOptions): void; + /** + * Initiates a response whose data is read from the given file descriptor. No + * validation is performed on the given file descriptor. If an error occurs while + * attempting to read data using the file descriptor, the `Http2Stream` will be + * closed using an `RST_STREAM` frame using the standard `INTERNAL_ERROR` code. + * + * When used, the `Http2Stream` object's `Duplex` interface will be closed + * automatically. + * + * ```js + * import http2 from 'node:http2'; + * import fs from 'node:fs'; + * + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * const fd = fs.openSync('/some/file', 'r'); + * + * const stat = fs.fstatSync(fd); + * const headers = { + * 'content-length': stat.size, + * 'last-modified': stat.mtime.toUTCString(), + * 'content-type': 'text/plain; charset=utf-8', + * }; + * stream.respondWithFD(fd, headers); + * stream.on('close', () => fs.closeSync(fd)); + * }); + * ``` + * + * The optional `options.statCheck` function may be specified to give user code + * an opportunity to set additional content headers based on the `fs.Stat` details + * of the given fd. If the `statCheck` function is provided, the `http2stream.respondWithFD()` method will + * perform an `fs.fstat()` call to collect details on the provided file descriptor. + * + * The `offset` and `length` options may be used to limit the response to a + * specific range subset. This can be used, for instance, to support HTTP Range + * requests. + * + * The file descriptor or `FileHandle` is not closed when the stream is closed, + * so it will need to be closed manually once it is no longer needed. + * Using the same file descriptor concurrently for multiple streams + * is not supported and may result in data loss. Re-using a file descriptor + * after a stream has finished is supported. + * + * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * will be emitted immediately after queuing the last chunk of payload data to be + * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing + * header fields to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code _must_ call either `http2stream.sendTrailers()` + * or `http2stream.close()` to close the `Http2Stream`. + * + * ```js + * import http2 from 'node:http2'; + * import fs from 'node:fs'; + * + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * const fd = fs.openSync('/some/file', 'r'); + * + * const stat = fs.fstatSync(fd); + * const headers = { + * 'content-length': stat.size, + * 'last-modified': stat.mtime.toUTCString(), + * 'content-type': 'text/plain; charset=utf-8', + * }; + * stream.respondWithFD(fd, headers, { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ ABC: 'some value to send' }); + * }); + * + * stream.on('close', () => fs.closeSync(fd)); + * }); + * ``` + * @since v8.4.0 + * @param fd A readable file descriptor. + */ + respondWithFD( + fd: number | fs.promises.FileHandle, + headers?: OutgoingHttpHeaders, + options?: ServerStreamFileResponseOptions, + ): void; + /** + * Sends a regular file as the response. The `path` must specify a regular file + * or an `'error'` event will be emitted on the `Http2Stream` object. + * + * When used, the `Http2Stream` object's `Duplex` interface will be closed + * automatically. + * + * The optional `options.statCheck` function may be specified to give user code + * an opportunity to set additional content headers based on the `fs.Stat` details + * of the given file: + * + * If an error occurs while attempting to read the file data, the `Http2Stream` will be closed using an + * `RST_STREAM` frame using the standard `INTERNAL_ERROR` code. + * If the `onError` callback is defined, then it will be called. Otherwise, the stream will be destroyed. + * + * Example using a file path: + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * function statCheck(stat, headers) { + * headers['last-modified'] = stat.mtime.toUTCString(); + * } + * + * function onError(err) { + * // stream.respond() can throw if the stream has been destroyed by + * // the other side. + * try { + * if (err.code === 'ENOENT') { + * stream.respond({ ':status': 404 }); + * } else { + * stream.respond({ ':status': 500 }); + * } + * } catch (err) { + * // Perform actual error handling. + * console.error(err); + * } + * stream.end(); + * } + * + * stream.respondWithFile('/some/file', + * { 'content-type': 'text/plain; charset=utf-8' }, + * { statCheck, onError }); + * }); + * ``` + * + * The `options.statCheck` function may also be used to cancel the send operation + * by returning `false`. For instance, a conditional request may check the stat + * results to determine if the file has been modified to return an appropriate `304` response: + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * function statCheck(stat, headers) { + * // Check the stat here... + * stream.respond({ ':status': 304 }); + * return false; // Cancel the send operation + * } + * stream.respondWithFile('/some/file', + * { 'content-type': 'text/plain; charset=utf-8' }, + * { statCheck }); + * }); + * ``` + * + * The `content-length` header field will be automatically set. + * + * The `offset` and `length` options may be used to limit the response to a + * specific range subset. This can be used, for instance, to support HTTP Range + * requests. + * + * The `options.onError` function may also be used to handle all the errors + * that could happen before the delivery of the file is initiated. The + * default behavior is to destroy the stream. + * + * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * will be emitted immediately after queuing the last chunk of payload data to be + * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing + * header fields to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respondWithFile('/some/file', + * { 'content-type': 'text/plain; charset=utf-8' }, + * { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ ABC: 'some value to send' }); + * }); + * }); + * ``` + * @since v8.4.0 + */ + respondWithFile( + path: string, + headers?: OutgoingHttpHeaders, + options?: ServerStreamFileResponseOptionsWithError, + ): void; + } + // Http2Session + export interface Settings { + headerTableSize?: number | undefined; + enablePush?: boolean | undefined; + initialWindowSize?: number | undefined; + maxFrameSize?: number | undefined; + maxConcurrentStreams?: number | undefined; + maxHeaderListSize?: number | undefined; + enableConnectProtocol?: boolean | undefined; + } + export interface ClientSessionRequestOptions { + endStream?: boolean | undefined; + exclusive?: boolean | undefined; + parent?: number | undefined; + weight?: number | undefined; + waitForTrailers?: boolean | undefined; + signal?: AbortSignal | undefined; + } + export interface SessionState { + effectiveLocalWindowSize?: number | undefined; + effectiveRecvDataLength?: number | undefined; + nextStreamID?: number | undefined; + localWindowSize?: number | undefined; + lastProcStreamID?: number | undefined; + remoteWindowSize?: number | undefined; + outboundQueueSize?: number | undefined; + deflateDynamicTableSize?: number | undefined; + inflateDynamicTableSize?: number | undefined; + } + export interface Http2Session extends EventEmitter { + /** + * Value will be `undefined` if the `Http2Session` is not yet connected to a + * socket, `h2c` if the `Http2Session` is not connected to a `TLSSocket`, or + * will return the value of the connected `TLSSocket`'s own `alpnProtocol` property. + * @since v9.4.0 + */ + readonly alpnProtocol?: string | undefined; + /** + * Will be `true` if this `Http2Session` instance has been closed, otherwise `false`. + * @since v9.4.0 + */ + readonly closed: boolean; + /** + * Will be `true` if this `Http2Session` instance is still connecting, will be set + * to `false` before emitting `connect` event and/or calling the `http2.connect` callback. + * @since v10.0.0 + */ + readonly connecting: boolean; + /** + * Will be `true` if this `Http2Session` instance has been destroyed and must no + * longer be used, otherwise `false`. + * @since v8.4.0 + */ + readonly destroyed: boolean; + /** + * Value is `undefined` if the `Http2Session` session socket has not yet been + * connected, `true` if the `Http2Session` is connected with a `TLSSocket`, + * and `false` if the `Http2Session` is connected to any other kind of socket + * or stream. + * @since v9.4.0 + */ + readonly encrypted?: boolean | undefined; + /** + * A prototype-less object describing the current local settings of this `Http2Session`. + * The local settings are local to _this_`Http2Session` instance. + * @since v8.4.0 + */ + readonly localSettings: Settings; + /** + * If the `Http2Session` is connected to a `TLSSocket`, the `originSet` property + * will return an `Array` of origins for which the `Http2Session` may be + * considered authoritative. + * + * The `originSet` property is only available when using a secure TLS connection. + * @since v9.4.0 + */ + readonly originSet?: string[] | undefined; + /** + * Indicates whether the `Http2Session` is currently waiting for acknowledgment of + * a sent `SETTINGS` frame. Will be `true` after calling the `http2session.settings()` method. + * Will be `false` once all sent `SETTINGS` frames have been acknowledged. + * @since v8.4.0 + */ + readonly pendingSettingsAck: boolean; + /** + * A prototype-less object describing the current remote settings of this`Http2Session`. + * The remote settings are set by the _connected_ HTTP/2 peer. + * @since v8.4.0 + */ + readonly remoteSettings: Settings; + /** + * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but + * limits available methods to ones safe to use with HTTP/2. + * + * `destroy`, `emit`, `end`, `pause`, `read`, `resume`, and `write` will throw + * an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for more information. + * + * `setTimeout` method will be called on this `Http2Session`. + * + * All other interactions will be routed directly to the socket. + * @since v8.4.0 + */ + readonly socket: net.Socket | tls.TLSSocket; + /** + * Provides miscellaneous information about the current state of the`Http2Session`. + * + * An object describing the current status of this `Http2Session`. + * @since v8.4.0 + */ + readonly state: SessionState; + /** + * The `http2session.type` will be equal to `http2.constants.NGHTTP2_SESSION_SERVER` if this `Http2Session` instance is a + * server, and `http2.constants.NGHTTP2_SESSION_CLIENT` if the instance is a + * client. + * @since v8.4.0 + */ + readonly type: number; + /** + * Gracefully closes the `Http2Session`, allowing any existing streams to + * complete on their own and preventing new `Http2Stream` instances from being + * created. Once closed, `http2session.destroy()`_might_ be called if there + * are no open `Http2Stream` instances. + * + * If specified, the `callback` function is registered as a handler for the`'close'` event. + * @since v9.4.0 + */ + close(callback?: () => void): void; + /** + * Immediately terminates the `Http2Session` and the associated `net.Socket` or `tls.TLSSocket`. + * + * Once destroyed, the `Http2Session` will emit the `'close'` event. If `error` is not undefined, an `'error'` event will be emitted immediately before the `'close'` event. + * + * If there are any remaining open `Http2Streams` associated with the `Http2Session`, those will also be destroyed. + * @since v8.4.0 + * @param error An `Error` object if the `Http2Session` is being destroyed due to an error. + * @param code The HTTP/2 error code to send in the final `GOAWAY` frame. If unspecified, and `error` is not undefined, the default is `INTERNAL_ERROR`, otherwise defaults to `NO_ERROR`. + */ + destroy(error?: Error, code?: number): void; + /** + * Transmits a `GOAWAY` frame to the connected peer _without_ shutting down the`Http2Session`. + * @since v9.4.0 + * @param code An HTTP/2 error code + * @param lastStreamID The numeric ID of the last processed `Http2Stream` + * @param opaqueData A `TypedArray` or `DataView` instance containing additional data to be carried within the `GOAWAY` frame. + */ + goaway(code?: number, lastStreamID?: number, opaqueData?: NodeJS.ArrayBufferView): void; + /** + * Sends a `PING` frame to the connected HTTP/2 peer. A `callback` function must + * be provided. The method will return `true` if the `PING` was sent, `false` otherwise. + * + * The maximum number of outstanding (unacknowledged) pings is determined by the `maxOutstandingPings` configuration option. The default maximum is 10. + * + * If provided, the `payload` must be a `Buffer`, `TypedArray`, or `DataView` containing 8 bytes of data that will be transmitted with the `PING` and + * returned with the ping acknowledgment. + * + * The callback will be invoked with three arguments: an error argument that will + * be `null` if the `PING` was successfully acknowledged, a `duration` argument + * that reports the number of milliseconds elapsed since the ping was sent and the + * acknowledgment was received, and a `Buffer` containing the 8-byte `PING` payload. + * + * ```js + * session.ping(Buffer.from('abcdefgh'), (err, duration, payload) => { + * if (!err) { + * console.log(`Ping acknowledged in ${duration} milliseconds`); + * console.log(`With payload '${payload.toString()}'`); + * } + * }); + * ``` + * + * If the `payload` argument is not specified, the default payload will be the + * 64-bit timestamp (little endian) marking the start of the `PING` duration. + * @since v8.9.3 + * @param payload Optional ping payload. + */ + ping(callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean; + ping( + payload: NodeJS.ArrayBufferView, + callback: (err: Error | null, duration: number, payload: Buffer) => void, + ): boolean; + /** + * Calls `ref()` on this `Http2Session` instance's underlying `net.Socket`. + * @since v9.4.0 + */ + ref(): void; + /** + * Sets the local endpoint's window size. + * The `windowSize` is the total window size to set, not + * the delta. + * + * ```js + * import http2 from 'node:http2'; + * + * const server = http2.createServer(); + * const expectedWindowSize = 2 ** 20; + * server.on('connect', (session) => { + * + * // Set local window size to be 2 ** 20 + * session.setLocalWindowSize(expectedWindowSize); + * }); + * ``` + * @since v15.3.0, v14.18.0 + */ + setLocalWindowSize(windowSize: number): void; + /** + * Used to set a callback function that is called when there is no activity on + * the `Http2Session` after `msecs` milliseconds. The given `callback` is + * registered as a listener on the `'timeout'` event. + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + /** + * Updates the current local settings for this `Http2Session` and sends a new `SETTINGS` frame to the connected HTTP/2 peer. + * + * Once called, the `http2session.pendingSettingsAck` property will be `true` while the session is waiting for the remote peer to acknowledge the new + * settings. + * + * The new settings will not become effective until the `SETTINGS` acknowledgment + * is received and the `'localSettings'` event is emitted. It is possible to send + * multiple `SETTINGS` frames while acknowledgment is still pending. + * @since v8.4.0 + * @param callback Callback that is called once the session is connected or right away if the session is already connected. + */ + settings( + settings: Settings, + callback?: (err: Error | null, settings: Settings, duration: number) => void, + ): void; + /** + * Calls `unref()` on this `Http2Session`instance's underlying `net.Socket`. + * @since v9.4.0 + */ + unref(): void; + addListener(event: "close", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener( + event: "frameError", + listener: (frameType: number, errorCode: number, streamID: number) => void, + ): this; + addListener( + event: "goaway", + listener: (errorCode: number, lastStreamID: number, opaqueData?: Buffer) => void, + ): this; + addListener(event: "localSettings", listener: (settings: Settings) => void): this; + addListener(event: "ping", listener: () => void): this; + addListener(event: "remoteSettings", listener: (settings: Settings) => void): this; + addListener(event: "timeout", listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "close"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "frameError", frameType: number, errorCode: number, streamID: number): boolean; + emit(event: "goaway", errorCode: number, lastStreamID: number, opaqueData?: Buffer): boolean; + emit(event: "localSettings", settings: Settings): boolean; + emit(event: "ping"): boolean; + emit(event: "remoteSettings", settings: Settings): boolean; + emit(event: "timeout"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "close", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this; + on(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData?: Buffer) => void): this; + on(event: "localSettings", listener: (settings: Settings) => void): this; + on(event: "ping", listener: () => void): this; + on(event: "remoteSettings", listener: (settings: Settings) => void): this; + on(event: "timeout", listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this; + once(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData?: Buffer) => void): this; + once(event: "localSettings", listener: (settings: Settings) => void): this; + once(event: "ping", listener: () => void): this; + once(event: "remoteSettings", listener: (settings: Settings) => void): this; + once(event: "timeout", listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener( + event: "frameError", + listener: (frameType: number, errorCode: number, streamID: number) => void, + ): this; + prependListener( + event: "goaway", + listener: (errorCode: number, lastStreamID: number, opaqueData?: Buffer) => void, + ): this; + prependListener(event: "localSettings", listener: (settings: Settings) => void): this; + prependListener(event: "ping", listener: () => void): this; + prependListener(event: "remoteSettings", listener: (settings: Settings) => void): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener( + event: "frameError", + listener: (frameType: number, errorCode: number, streamID: number) => void, + ): this; + prependOnceListener( + event: "goaway", + listener: (errorCode: number, lastStreamID: number, opaqueData?: Buffer) => void, + ): this; + prependOnceListener(event: "localSettings", listener: (settings: Settings) => void): this; + prependOnceListener(event: "ping", listener: () => void): this; + prependOnceListener(event: "remoteSettings", listener: (settings: Settings) => void): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface ClientHttp2Session extends Http2Session { + /** + * For HTTP/2 Client `Http2Session` instances only, the `http2session.request()` creates and returns an `Http2Stream` instance that can be used to send an + * HTTP/2 request to the connected server. + * + * When a `ClientHttp2Session` is first created, the socket may not yet be + * connected. if `clienthttp2session.request()` is called during this time, the + * actual request will be deferred until the socket is ready to go. + * If the `session` is closed before the actual request be executed, an `ERR_HTTP2_GOAWAY_SESSION` is thrown. + * + * This method is only available if `http2session.type` is equal to `http2.constants.NGHTTP2_SESSION_CLIENT`. + * + * ```js + * import http2 from 'node:http2'; + * const clientSession = http2.connect('https://localhost:1234'); + * const { + * HTTP2_HEADER_PATH, + * HTTP2_HEADER_STATUS, + * } = http2.constants; + * + * const req = clientSession.request({ [HTTP2_HEADER_PATH]: '/' }); + * req.on('response', (headers) => { + * console.log(headers[HTTP2_HEADER_STATUS]); + * req.on('data', (chunk) => { // .. }); + * req.on('end', () => { // .. }); + * }); + * ``` + * + * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * is emitted immediately after queuing the last chunk of payload data to be sent. + * The `http2stream.sendTrailers()` method can then be called to send trailing + * headers to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. + * + * When `options.signal` is set with an `AbortSignal` and then `abort` on the + * corresponding `AbortController` is called, the request will emit an `'error'`event with an `AbortError` error. + * + * The `:method` and `:path` pseudo-headers are not specified within `headers`, + * they respectively default to: + * + * * `:method` \= `'GET'` + * * `:path` \= `/` + * @since v8.4.0 + */ + request( + headers?: OutgoingHttpHeaders | readonly string[], + options?: ClientSessionRequestOptions, + ): ClientHttp2Stream; + addListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + addListener(event: "origin", listener: (origins: string[]) => void): this; + addListener( + event: "connect", + listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): this; + addListener( + event: "stream", + listener: ( + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ) => void, + ): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "altsvc", alt: string, origin: string, stream: number): boolean; + emit(event: "origin", origins: readonly string[]): boolean; + emit(event: "connect", session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket): boolean; + emit( + event: "stream", + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + on(event: "origin", listener: (origins: string[]) => void): this; + on(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + on( + event: "stream", + listener: ( + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ) => void, + ): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + once(event: "origin", listener: (origins: string[]) => void): this; + once( + event: "connect", + listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): this; + once( + event: "stream", + listener: ( + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ) => void, + ): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + prependListener(event: "origin", listener: (origins: string[]) => void): this; + prependListener( + event: "connect", + listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): this; + prependListener( + event: "stream", + listener: ( + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ) => void, + ): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + prependOnceListener(event: "origin", listener: (origins: string[]) => void): this; + prependOnceListener( + event: "connect", + listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): this; + prependOnceListener( + event: "stream", + listener: ( + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ) => void, + ): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface AlternativeServiceOptions { + origin: number | string | url.URL; + } + export interface ServerHttp2Session< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends Http2Session { + readonly server: + | Http2Server + | Http2SecureServer; + /** + * Submits an `ALTSVC` frame (as defined by [RFC 7838](https://tools.ietf.org/html/rfc7838)) to the connected client. + * + * ```js + * import http2 from 'node:http2'; + * + * const server = http2.createServer(); + * server.on('session', (session) => { + * // Set altsvc for origin https://example.org:80 + * session.altsvc('h2=":8000"', 'https://example.org:80'); + * }); + * + * server.on('stream', (stream) => { + * // Set altsvc for a specific stream + * stream.session.altsvc('h2=":8000"', stream.id); + * }); + * ``` + * + * Sending an `ALTSVC` frame with a specific stream ID indicates that the alternate + * service is associated with the origin of the given `Http2Stream`. + * + * The `alt` and origin string _must_ contain only ASCII bytes and are + * strictly interpreted as a sequence of ASCII bytes. The special value `'clear'`may be passed to clear any previously set alternative service for a given + * domain. + * + * When a string is passed for the `originOrStream` argument, it will be parsed as + * a URL and the origin will be derived. For instance, the origin for the + * HTTP URL `'https://example.org/foo/bar'` is the ASCII string`'https://example.org'`. An error will be thrown if either the given string + * cannot be parsed as a URL or if a valid origin cannot be derived. + * + * A `URL` object, or any object with an `origin` property, may be passed as`originOrStream`, in which case the value of the `origin` property will be + * used. The value of the `origin` property _must_ be a properly serialized + * ASCII origin. + * @since v9.4.0 + * @param alt A description of the alternative service configuration as defined by `RFC 7838`. + * @param originOrStream Either a URL string specifying the origin (or an `Object` with an `origin` property) or the numeric identifier of an active `Http2Stream` as given by the + * `http2stream.id` property. + */ + altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void; + /** + * Submits an `ORIGIN` frame (as defined by [RFC 8336](https://tools.ietf.org/html/rfc8336)) to the connected client + * to advertise the set of origins for which the server is capable of providing + * authoritative responses. + * + * ```js + * import http2 from 'node:http2'; + * const options = getSecureOptionsSomehow(); + * const server = http2.createSecureServer(options); + * server.on('stream', (stream) => { + * stream.respond(); + * stream.end('ok'); + * }); + * server.on('session', (session) => { + * session.origin('https://example.com', 'https://example.org'); + * }); + * ``` + * + * When a string is passed as an `origin`, it will be parsed as a URL and the + * origin will be derived. For instance, the origin for the HTTP URL `'https://example.org/foo/bar'` is the ASCII string` 'https://example.org'`. An error will be thrown if either the given + * string + * cannot be parsed as a URL or if a valid origin cannot be derived. + * + * A `URL` object, or any object with an `origin` property, may be passed as + * an `origin`, in which case the value of the `origin` property will be + * used. The value of the `origin` property _must_ be a properly serialized + * ASCII origin. + * + * Alternatively, the `origins` option may be used when creating a new HTTP/2 + * server using the `http2.createSecureServer()` method: + * + * ```js + * import http2 from 'node:http2'; + * const options = getSecureOptionsSomehow(); + * options.origins = ['https://example.com', 'https://example.org']; + * const server = http2.createSecureServer(options); + * server.on('stream', (stream) => { + * stream.respond(); + * stream.end('ok'); + * }); + * ``` + * @since v10.12.0 + * @param origins One or more URL Strings passed as separate arguments. + */ + origin( + ...origins: Array< + | string + | url.URL + | { + origin: string; + } + > + ): void; + addListener( + event: "connect", + listener: ( + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ) => void, + ): this; + addListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit( + event: "connect", + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ): boolean; + emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on( + event: "connect", + listener: ( + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ) => void, + ): this; + on( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once( + event: "connect", + listener: ( + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ) => void, + ): this; + once( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener( + event: "connect", + listener: ( + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ) => void, + ): this; + prependListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener( + event: "connect", + listener: ( + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ) => void, + ): this; + prependOnceListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + // Http2Server + export interface SessionOptions { + /** + * Sets the maximum dynamic table size for deflating header fields. + * @default 4Kib + */ + maxDeflateDynamicTableSize?: number | undefined; + /** + * Sets the maximum number of settings entries per `SETTINGS` frame. + * The minimum value allowed is `1`. + * @default 32 + */ + maxSettings?: number | undefined; + /** + * Sets the maximum memory that the `Http2Session` is permitted to use. + * The value is expressed in terms of number of megabytes, e.g. `1` equal 1 megabyte. + * The minimum value allowed is `1`. + * This is a credit based limit, existing `Http2Stream`s may cause this limit to be exceeded, + * but new `Http2Stream` instances will be rejected while this limit is exceeded. + * The current number of `Http2Stream` sessions, the current memory use of the header compression tables, + * current data queued to be sent, and unacknowledged `PING` and `SETTINGS` frames are all counted towards the current limit. + * @default 10 + */ + maxSessionMemory?: number | undefined; + /** + * Sets the maximum number of header entries. + * This is similar to `server.maxHeadersCount` or `request.maxHeadersCount` in the `node:http` module. + * The minimum value is `1`. + * @default 128 + */ + maxHeaderListPairs?: number | undefined; + /** + * Sets the maximum number of outstanding, unacknowledged pings. + * @default 10 + */ + maxOutstandingPings?: number | undefined; + /** + * Sets the maximum allowed size for a serialized, compressed block of headers. + * Attempts to send headers that exceed this limit will result in + * a `'frameError'` event being emitted and the stream being closed and destroyed. + */ + maxSendHeaderBlockLength?: number | undefined; + /** + * Strategy used for determining the amount of padding to use for `HEADERS` and `DATA` frames. + * @default http2.constants.PADDING_STRATEGY_NONE + */ + paddingStrategy?: number | undefined; + /** + * Sets the maximum number of concurrent streams for the remote peer as if a `SETTINGS` frame had been received. + * Will be overridden if the remote peer sets its own value for `maxConcurrentStreams`. + * @default 100 + */ + peerMaxConcurrentStreams?: number | undefined; + /** + * The initial settings to send to the remote peer upon connection. + */ + settings?: Settings | undefined; + /** + * The array of integer values determines the settings types, + * which are included in the `CustomSettings`-property of the received remoteSettings. + * Please see the `CustomSettings`-property of the `Http2Settings` object for more information, on the allowed setting types. + */ + remoteCustomSettings?: number[] | undefined; + /** + * Specifies a timeout in milliseconds that + * a server should wait when an [`'unknownProtocol'`][] is emitted. If the + * socket has not been destroyed by that time the server will destroy it. + * @default 100000 + */ + unknownProtocolTimeout?: number | undefined; + } + export interface ClientSessionOptions extends SessionOptions { + /** + * Sets the maximum number of reserved push streams the client will accept at any given time. + * Once the current number of currently reserved push streams exceeds reaches this limit, + * new push streams sent by the server will be automatically rejected. + * The minimum allowed value is 0. The maximum allowed value is 232-1. + * A negative value sets this option to the maximum allowed value. + * @default 200 + */ + maxReservedRemoteStreams?: number | undefined; + /** + * An optional callback that receives the `URL` instance passed to `connect` and the `options` object, + * and returns any `Duplex` stream that is to be used as the connection for this session. + */ + createConnection?: ((authority: url.URL, option: SessionOptions) => stream.Duplex) | undefined; + /** + * The protocol to connect with, if not set in the `authority`. + * Value may be either `'http:'` or `'https:'`. + * @default 'https:' + */ + protocol?: "http:" | "https:" | undefined; + } + export interface ServerSessionOptions< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends SessionOptions { + streamResetBurst?: number | undefined; + streamResetRate?: number | undefined; + Http1IncomingMessage?: Http1Request | undefined; + Http1ServerResponse?: Http1Response | undefined; + Http2ServerRequest?: Http2Request | undefined; + Http2ServerResponse?: Http2Response | undefined; + } + export interface SecureClientSessionOptions extends ClientSessionOptions, tls.ConnectionOptions {} + export interface SecureServerSessionOptions< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends ServerSessionOptions, tls.TlsOptions {} + export interface ServerOptions< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends ServerSessionOptions {} + export interface SecureServerOptions< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends SecureServerSessionOptions { + allowHTTP1?: boolean | undefined; + origins?: string[] | undefined; + } + interface HTTP2ServerCommon { + setTimeout(msec?: number, callback?: () => void): this; + /** + * Throws ERR_HTTP2_INVALID_SETTING_VALUE for invalid settings values. + * Throws ERR_INVALID_ARG_TYPE for invalid settings argument. + */ + updateSettings(settings: Settings): void; + } + export interface Http2Server< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends net.Server, HTTP2ServerCommon { + addListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + addListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + addListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + addListener(event: "sessionError", listener: (err: Error) => void): this; + addListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + addListener(event: "timeout", listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit( + event: "checkContinue", + request: InstanceType, + response: InstanceType, + ): boolean; + emit(event: "request", request: InstanceType, response: InstanceType): boolean; + emit( + event: "session", + session: ServerHttp2Session, + ): boolean; + emit(event: "sessionError", err: Error): boolean; + emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: "timeout"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + on( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + on( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + on(event: "sessionError", listener: (err: Error) => void): this; + on( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + on(event: "timeout", listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + once( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + once( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + once(event: "sessionError", listener: (err: Error) => void): this; + once( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + once(event: "timeout", listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + prependListener(event: "sessionError", listener: (err: Error) => void): this; + prependListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependOnceListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependOnceListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + prependOnceListener(event: "sessionError", listener: (err: Error) => void): this; + prependOnceListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface Http2SecureServer< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends tls.Server, HTTP2ServerCommon { + addListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + addListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + addListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + addListener(event: "sessionError", listener: (err: Error) => void): this; + addListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + addListener(event: "timeout", listener: () => void): this; + addListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit( + event: "checkContinue", + request: InstanceType, + response: InstanceType, + ): boolean; + emit(event: "request", request: InstanceType, response: InstanceType): boolean; + emit( + event: "session", + session: ServerHttp2Session, + ): boolean; + emit(event: "sessionError", err: Error): boolean; + emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: "timeout"): boolean; + emit(event: "unknownProtocol", socket: tls.TLSSocket): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + on( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + on( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + on(event: "sessionError", listener: (err: Error) => void): this; + on( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + on(event: "timeout", listener: () => void): this; + on(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + once( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + once( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + once(event: "sessionError", listener: (err: Error) => void): this; + once( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + once(event: "timeout", listener: () => void): this; + once(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + prependListener(event: "sessionError", listener: (err: Error) => void): this; + prependListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependOnceListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependOnceListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + prependOnceListener(event: "sessionError", listener: (err: Error) => void): this; + prependOnceListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * A `Http2ServerRequest` object is created by {@link Server} or {@link SecureServer} and passed as the first argument to the `'request'` event. It may be used to access a request status, + * headers, and + * data. + * @since v8.4.0 + */ + export class Http2ServerRequest extends stream.Readable { + constructor( + stream: ServerHttp2Stream, + headers: IncomingHttpHeaders, + options: stream.ReadableOptions, + rawHeaders: readonly string[], + ); + /** + * The `request.aborted` property will be `true` if the request has + * been aborted. + * @since v10.1.0 + */ + readonly aborted: boolean; + /** + * The request authority pseudo header field. Because HTTP/2 allows requests + * to set either `:authority` or `host`, this value is derived from `req.headers[':authority']` if present. Otherwise, it is derived from `req.headers['host']`. + * @since v8.4.0 + */ + readonly authority: string; + /** + * See `request.socket`. + * @since v8.4.0 + * @deprecated Since v13.0.0 - Use `socket`. + */ + readonly connection: net.Socket | tls.TLSSocket; + /** + * The `request.complete` property will be `true` if the request has + * been completed, aborted, or destroyed. + * @since v12.10.0 + */ + readonly complete: boolean; + /** + * The request/response headers object. + * + * Key-value pairs of header names and values. Header names are lower-cased. + * + * ```js + * // Prints something like: + * // + * // { 'user-agent': 'curl/7.22.0', + * // host: '127.0.0.1:8000', + * // accept: '*' } + * console.log(request.headers); + * ``` + * + * See `HTTP/2 Headers Object`. + * + * In HTTP/2, the request path, host name, protocol, and method are represented as + * special headers prefixed with the `:` character (e.g. `':path'`). These special + * headers will be included in the `request.headers` object. Care must be taken not + * to inadvertently modify these special headers or errors may occur. For instance, + * removing all headers from the request will cause errors to occur: + * + * ```js + * removeAllHeaders(request.headers); + * assert(request.url); // Fails because the :path header has been removed + * ``` + * @since v8.4.0 + */ + readonly headers: IncomingHttpHeaders; + /** + * In case of server request, the HTTP version sent by the client. In the case of + * client response, the HTTP version of the connected-to server. Returns `'2.0'`. + * + * Also `message.httpVersionMajor` is the first integer and `message.httpVersionMinor` is the second. + * @since v8.4.0 + */ + readonly httpVersion: string; + readonly httpVersionMinor: number; + readonly httpVersionMajor: number; + /** + * The request method as a string. Read-only. Examples: `'GET'`, `'DELETE'`. + * @since v8.4.0 + */ + readonly method: string; + /** + * The raw request/response headers list exactly as they were received. + * + * The keys and values are in the same list. It is _not_ a + * list of tuples. So, the even-numbered offsets are key values, and the + * odd-numbered offsets are the associated values. + * + * Header names are not lowercased, and duplicates are not merged. + * + * ```js + * // Prints something like: + * // + * // [ 'user-agent', + * // 'this is invalid because there can be only one', + * // 'User-Agent', + * // 'curl/7.22.0', + * // 'Host', + * // '127.0.0.1:8000', + * // 'ACCEPT', + * // '*' ] + * console.log(request.rawHeaders); + * ``` + * @since v8.4.0 + */ + readonly rawHeaders: string[]; + /** + * The raw request/response trailer keys and values exactly as they were + * received. Only populated at the `'end'` event. + * @since v8.4.0 + */ + readonly rawTrailers: string[]; + /** + * The request scheme pseudo header field indicating the scheme + * portion of the target URL. + * @since v8.4.0 + */ + readonly scheme: string; + /** + * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but + * applies getters, setters, and methods based on HTTP/2 logic. + * + * `destroyed`, `readable`, and `writable` properties will be retrieved from and + * set on `request.stream`. + * + * `destroy`, `emit`, `end`, `on` and `once` methods will be called on `request.stream`. + * + * `setTimeout` method will be called on `request.stream.session`. + * + * `pause`, `read`, `resume`, and `write` will throw an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for + * more information. + * + * All other interactions will be routed directly to the socket. With TLS support, + * use `request.socket.getPeerCertificate()` to obtain the client's + * authentication details. + * @since v8.4.0 + */ + readonly socket: net.Socket | tls.TLSSocket; + /** + * The `Http2Stream` object backing the request. + * @since v8.4.0 + */ + readonly stream: ServerHttp2Stream; + /** + * The request/response trailers object. Only populated at the `'end'` event. + * @since v8.4.0 + */ + readonly trailers: IncomingHttpHeaders; + /** + * Request URL string. This contains only the URL that is present in the actual + * HTTP request. If the request is: + * + * ```http + * GET /status?name=ryan HTTP/1.1 + * Accept: text/plain + * ``` + * + * Then `request.url` will be: + * + * ```js + * '/status?name=ryan' + * ``` + * + * To parse the url into its parts, `new URL()` can be used: + * + * ```console + * $ node + * > new URL('/status?name=ryan', 'http://example.com') + * URL { + * href: 'http://example.com/status?name=ryan', + * origin: 'http://example.com', + * protocol: 'http:', + * username: '', + * password: '', + * host: 'example.com', + * hostname: 'example.com', + * port: '', + * pathname: '/status', + * search: '?name=ryan', + * searchParams: URLSearchParams { 'name' => 'ryan' }, + * hash: '' + * } + * ``` + * @since v8.4.0 + */ + url: string; + /** + * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is + * provided, then it is added as a listener on the `'timeout'` event on + * the response object. + * + * If no `'timeout'` listener is added to the request, the response, or + * the server, then `Http2Stream`s are destroyed when they time out. If a + * handler is assigned to the request, the response, or the server's `'timeout'`events, timed out sockets must be handled explicitly. + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + read(size?: number): Buffer | string | null; + addListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "data", listener: (chunk: Buffer | string) => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "readable", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "aborted", hadError: boolean, code: number): boolean; + emit(event: "close"): boolean; + emit(event: "data", chunk: Buffer | string): boolean; + emit(event: "end"): boolean; + emit(event: "readable"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + on(event: "close", listener: () => void): this; + on(event: "data", listener: (chunk: Buffer | string) => void): this; + on(event: "end", listener: () => void): this; + on(event: "readable", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + once(event: "close", listener: () => void): this; + once(event: "data", listener: (chunk: Buffer | string) => void): this; + once(event: "end", listener: () => void): this; + once(event: "readable", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "data", listener: (chunk: Buffer | string) => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "readable", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "data", listener: (chunk: Buffer | string) => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "readable", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * This object is created internally by an HTTP server, not by the user. It is + * passed as the second parameter to the `'request'` event. + * @since v8.4.0 + */ + export class Http2ServerResponse extends stream.Writable { + constructor(stream: ServerHttp2Stream); + /** + * See `response.socket`. + * @since v8.4.0 + * @deprecated Since v13.0.0 - Use `socket`. + */ + readonly connection: net.Socket | tls.TLSSocket; + /** + * Append a single header value to the header object. + * + * If the value is an array, this is equivalent to calling this method multiple times. + * + * If there were no previous values for the header, this is equivalent to calling {@link setHeader}. + * + * Attempting to set a header field name or value that contains invalid characters will result in a + * [TypeError](https://nodejs.org/docs/latest-v24.x/api/errors.html#class-typeerror) being thrown. + * + * ```js + * // Returns headers including "set-cookie: a" and "set-cookie: b" + * const server = http2.createServer((req, res) => { + * res.setHeader('set-cookie', 'a'); + * res.appendHeader('set-cookie', 'b'); + * res.writeHead(200); + * res.end('ok'); + * }); + * ``` + * @since v20.12.0 + */ + appendHeader(name: string, value: string | string[]): void; + /** + * Boolean value that indicates whether the response has completed. Starts + * as `false`. After `response.end()` executes, the value will be `true`. + * @since v8.4.0 + * @deprecated Since v13.4.0,v12.16.0 - Use `writableEnded`. + */ + readonly finished: boolean; + /** + * True if headers were sent, false otherwise (read-only). + * @since v8.4.0 + */ + readonly headersSent: boolean; + /** + * A reference to the original HTTP2 `request` object. + * @since v15.7.0 + */ + readonly req: Request; + /** + * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but + * applies getters, setters, and methods based on HTTP/2 logic. + * + * `destroyed`, `readable`, and `writable` properties will be retrieved from and + * set on `response.stream`. + * + * `destroy`, `emit`, `end`, `on` and `once` methods will be called on `response.stream`. + * + * `setTimeout` method will be called on `response.stream.session`. + * + * `pause`, `read`, `resume`, and `write` will throw an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for + * more information. + * + * All other interactions will be routed directly to the socket. + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer((req, res) => { + * const ip = req.socket.remoteAddress; + * const port = req.socket.remotePort; + * res.end(`Your IP address is ${ip} and your source port is ${port}.`); + * }).listen(3000); + * ``` + * @since v8.4.0 + */ + readonly socket: net.Socket | tls.TLSSocket; + /** + * The `Http2Stream` object backing the response. + * @since v8.4.0 + */ + readonly stream: ServerHttp2Stream; + /** + * When true, the Date header will be automatically generated and sent in + * the response if it is not already present in the headers. Defaults to true. + * + * This should only be disabled for testing; HTTP requires the Date header + * in responses. + * @since v8.4.0 + */ + sendDate: boolean; + /** + * When using implicit headers (not calling `response.writeHead()` explicitly), + * this property controls the status code that will be sent to the client when + * the headers get flushed. + * + * ```js + * response.statusCode = 404; + * ``` + * + * After response header was sent to the client, this property indicates the + * status code which was sent out. + * @since v8.4.0 + */ + statusCode: number; + /** + * Status message is not supported by HTTP/2 (RFC 7540 8.1.2.4). It returns + * an empty string. + * @since v8.4.0 + */ + statusMessage: ""; + /** + * This method adds HTTP trailing headers (a header but at the end of the + * message) to the response. + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * @since v8.4.0 + */ + addTrailers(trailers: OutgoingHttpHeaders): void; + /** + * This method signals to the server that all of the response headers and body + * have been sent; that server should consider this message complete. + * The method, `response.end()`, MUST be called on each response. + * + * If `data` is specified, it is equivalent to calling `response.write(data, encoding)` followed by `response.end(callback)`. + * + * If `callback` is specified, it will be called when the response stream + * is finished. + * @since v8.4.0 + */ + end(callback?: () => void): this; + end(data: string | Uint8Array, callback?: () => void): this; + end(data: string | Uint8Array, encoding: BufferEncoding, callback?: () => void): this; + /** + * Reads out a header that has already been queued but not sent to the client. + * The name is case-insensitive. + * + * ```js + * const contentType = response.getHeader('content-type'); + * ``` + * @since v8.4.0 + */ + getHeader(name: string): string; + /** + * Returns an array containing the unique names of the current outgoing headers. + * All header names are lowercase. + * + * ```js + * response.setHeader('Foo', 'bar'); + * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headerNames = response.getHeaderNames(); + * // headerNames === ['foo', 'set-cookie'] + * ``` + * @since v8.4.0 + */ + getHeaderNames(): string[]; + /** + * Returns a shallow copy of the current outgoing headers. Since a shallow copy + * is used, array values may be mutated without additional calls to various + * header-related http module methods. The keys of the returned object are the + * header names and the values are the respective header values. All header names + * are lowercase. + * + * The object returned by the `response.getHeaders()` method _does not_ prototypically inherit from the JavaScript `Object`. This means that typical `Object` methods such as `obj.toString()`, + * `obj.hasOwnProperty()`, and others + * are not defined and _will not work_. + * + * ```js + * response.setHeader('Foo', 'bar'); + * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headers = response.getHeaders(); + * // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] } + * ``` + * @since v8.4.0 + */ + getHeaders(): OutgoingHttpHeaders; + /** + * Returns `true` if the header identified by `name` is currently set in the + * outgoing headers. The header name matching is case-insensitive. + * + * ```js + * const hasContentType = response.hasHeader('content-type'); + * ``` + * @since v8.4.0 + */ + hasHeader(name: string): boolean; + /** + * Removes a header that has been queued for implicit sending. + * + * ```js + * response.removeHeader('Content-Encoding'); + * ``` + * @since v8.4.0 + */ + removeHeader(name: string): void; + /** + * Sets a single header value for implicit headers. If this header already exists + * in the to-be-sent headers, its value will be replaced. Use an array of strings + * here to send multiple headers with the same name. + * + * ```js + * response.setHeader('Content-Type', 'text/html; charset=utf-8'); + * ``` + * + * or + * + * ```js + * response.setHeader('Set-Cookie', ['type=ninja', 'language=javascript']); + * ``` + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * + * When headers have been set with `response.setHeader()`, they will be merged + * with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * ```js + * // Returns content-type = text/plain + * const server = http2.createServer((req, res) => { + * res.setHeader('Content-Type', 'text/html; charset=utf-8'); + * res.setHeader('X-Foo', 'bar'); + * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' }); + * res.end('ok'); + * }); + * ``` + * @since v8.4.0 + */ + setHeader(name: string, value: number | string | readonly string[]): void; + /** + * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is + * provided, then it is added as a listener on the `'timeout'` event on + * the response object. + * + * If no `'timeout'` listener is added to the request, the response, or + * the server, then `Http2Stream` s are destroyed when they time out. If a + * handler is assigned to the request, the response, or the server's `'timeout'` events, timed out sockets must be handled explicitly. + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + /** + * If this method is called and `response.writeHead()` has not been called, + * it will switch to implicit header mode and flush the implicit headers. + * + * This sends a chunk of the response body. This method may + * be called multiple times to provide successive parts of the body. + * + * In the `node:http` module, the response body is omitted when the + * request is a HEAD request. Similarly, the `204` and `304` responses _must not_ include a message body. + * + * `chunk` can be a string or a buffer. If `chunk` is a string, + * the second parameter specifies how to encode it into a byte stream. + * By default the `encoding` is `'utf8'`. `callback` will be called when this chunk + * of data is flushed. + * + * This is the raw HTTP body and has nothing to do with higher-level multi-part + * body encodings that may be used. + * + * The first time `response.write()` is called, it will send the buffered + * header information and the first chunk of the body to the client. The second + * time `response.write()` is called, Node.js assumes data will be streamed, + * and sends the new data separately. That is, the response is buffered up to the + * first chunk of the body. + * + * Returns `true` if the entire data was flushed successfully to the kernel + * buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is free again. + * @since v8.4.0 + */ + write(chunk: string | Uint8Array, callback?: (err: Error) => void): boolean; + write(chunk: string | Uint8Array, encoding: BufferEncoding, callback?: (err: Error) => void): boolean; + /** + * Sends a status `100 Continue` to the client, indicating that the request body + * should be sent. See the `'checkContinue'` event on `Http2Server` and `Http2SecureServer`. + * @since v8.4.0 + */ + writeContinue(): void; + /** + * Sends a status `103 Early Hints` to the client with a Link header, + * indicating that the user agent can preload/preconnect the linked resources. + * The `hints` is an object containing the values of headers to be sent with + * early hints message. + * + * **Example** + * + * ```js + * const earlyHintsLink = '; rel=preload; as=style'; + * response.writeEarlyHints({ + * 'link': earlyHintsLink, + * }); + * + * const earlyHintsLinks = [ + * '; rel=preload; as=style', + * '; rel=preload; as=script', + * ]; + * response.writeEarlyHints({ + * 'link': earlyHintsLinks, + * }); + * ``` + * @since v18.11.0 + */ + writeEarlyHints(hints: Record): void; + /** + * Sends a response header to the request. The status code is a 3-digit HTTP + * status code, like `404`. The last argument, `headers`, are the response headers. + * + * Returns a reference to the `Http2ServerResponse`, so that calls can be chained. + * + * For compatibility with `HTTP/1`, a human-readable `statusMessage` may be + * passed as the second argument. However, because the `statusMessage` has no + * meaning within HTTP/2, the argument will have no effect and a process warning + * will be emitted. + * + * ```js + * const body = 'hello world'; + * response.writeHead(200, { + * 'Content-Length': Buffer.byteLength(body), + * 'Content-Type': 'text/plain; charset=utf-8', + * }); + * ``` + * + * `Content-Length` is given in bytes not characters. The`Buffer.byteLength()` API may be used to determine the number of bytes in a + * given encoding. On outbound messages, Node.js does not check if Content-Length + * and the length of the body being transmitted are equal or not. However, when + * receiving messages, Node.js will automatically reject messages when the `Content-Length` does not match the actual payload size. + * + * This method may be called at most one time on a message before `response.end()` is called. + * + * If `response.write()` or `response.end()` are called before calling + * this, the implicit/mutable headers will be calculated and call this function. + * + * When headers have been set with `response.setHeader()`, they will be merged + * with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * ```js + * // Returns content-type = text/plain + * const server = http2.createServer((req, res) => { + * res.setHeader('Content-Type', 'text/html; charset=utf-8'); + * res.setHeader('X-Foo', 'bar'); + * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' }); + * res.end('ok'); + * }); + * ``` + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * @since v8.4.0 + */ + writeHead(statusCode: number, headers?: OutgoingHttpHeaders): this; + writeHead(statusCode: number, statusMessage: string, headers?: OutgoingHttpHeaders): this; + /** + * Call `http2stream.pushStream()` with the given headers, and wrap the + * given `Http2Stream` on a newly created `Http2ServerResponse` as the callback + * parameter if successful. When `Http2ServerRequest` is closed, the callback is + * called with an error `ERR_HTTP2_INVALID_STREAM`. + * @since v8.4.0 + * @param headers An object describing the headers + * @param callback Called once `http2stream.pushStream()` is finished, or either when the attempt to create the pushed `Http2Stream` has failed or has been rejected, or the state of + * `Http2ServerRequest` is closed prior to calling the `http2stream.pushStream()` method + */ + createPushResponse( + headers: OutgoingHttpHeaders, + callback: (err: Error | null, res: Http2ServerResponse) => void, + ): void; + addListener(event: "close", listener: () => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "error", listener: (error: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "pipe", listener: (src: stream.Readable) => void): this; + addListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "close"): boolean; + emit(event: "drain"): boolean; + emit(event: "error", error: Error): boolean; + emit(event: "finish"): boolean; + emit(event: "pipe", src: stream.Readable): boolean; + emit(event: "unpipe", src: stream.Readable): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "close", listener: () => void): this; + on(event: "drain", listener: () => void): this; + on(event: "error", listener: (error: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "pipe", listener: (src: stream.Readable) => void): this; + on(event: "unpipe", listener: (src: stream.Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "drain", listener: () => void): this; + once(event: "error", listener: (error: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "pipe", listener: (src: stream.Readable) => void): this; + once(event: "unpipe", listener: (src: stream.Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "error", listener: (error: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "error", listener: (error: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export namespace constants { + const NGHTTP2_SESSION_SERVER: number; + const NGHTTP2_SESSION_CLIENT: number; + const NGHTTP2_STREAM_STATE_IDLE: number; + const NGHTTP2_STREAM_STATE_OPEN: number; + const NGHTTP2_STREAM_STATE_RESERVED_LOCAL: number; + const NGHTTP2_STREAM_STATE_RESERVED_REMOTE: number; + const NGHTTP2_STREAM_STATE_HALF_CLOSED_LOCAL: number; + const NGHTTP2_STREAM_STATE_HALF_CLOSED_REMOTE: number; + const NGHTTP2_STREAM_STATE_CLOSED: number; + const NGHTTP2_NO_ERROR: number; + const NGHTTP2_PROTOCOL_ERROR: number; + const NGHTTP2_INTERNAL_ERROR: number; + const NGHTTP2_FLOW_CONTROL_ERROR: number; + const NGHTTP2_SETTINGS_TIMEOUT: number; + const NGHTTP2_STREAM_CLOSED: number; + const NGHTTP2_FRAME_SIZE_ERROR: number; + const NGHTTP2_REFUSED_STREAM: number; + const NGHTTP2_CANCEL: number; + const NGHTTP2_COMPRESSION_ERROR: number; + const NGHTTP2_CONNECT_ERROR: number; + const NGHTTP2_ENHANCE_YOUR_CALM: number; + const NGHTTP2_INADEQUATE_SECURITY: number; + const NGHTTP2_HTTP_1_1_REQUIRED: number; + const NGHTTP2_ERR_FRAME_SIZE_ERROR: number; + const NGHTTP2_FLAG_NONE: number; + const NGHTTP2_FLAG_END_STREAM: number; + const NGHTTP2_FLAG_END_HEADERS: number; + const NGHTTP2_FLAG_ACK: number; + const NGHTTP2_FLAG_PADDED: number; + const NGHTTP2_FLAG_PRIORITY: number; + const DEFAULT_SETTINGS_HEADER_TABLE_SIZE: number; + const DEFAULT_SETTINGS_ENABLE_PUSH: number; + const DEFAULT_SETTINGS_INITIAL_WINDOW_SIZE: number; + const DEFAULT_SETTINGS_MAX_FRAME_SIZE: number; + const MAX_MAX_FRAME_SIZE: number; + const MIN_MAX_FRAME_SIZE: number; + const MAX_INITIAL_WINDOW_SIZE: number; + const NGHTTP2_DEFAULT_WEIGHT: number; + const NGHTTP2_SETTINGS_HEADER_TABLE_SIZE: number; + const NGHTTP2_SETTINGS_ENABLE_PUSH: number; + const NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS: number; + const NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE: number; + const NGHTTP2_SETTINGS_MAX_FRAME_SIZE: number; + const NGHTTP2_SETTINGS_MAX_HEADER_LIST_SIZE: number; + const PADDING_STRATEGY_NONE: number; + const PADDING_STRATEGY_MAX: number; + const PADDING_STRATEGY_CALLBACK: number; + const HTTP2_HEADER_STATUS: string; + const HTTP2_HEADER_METHOD: string; + const HTTP2_HEADER_AUTHORITY: string; + const HTTP2_HEADER_SCHEME: string; + const HTTP2_HEADER_PATH: string; + const HTTP2_HEADER_ACCEPT_CHARSET: string; + const HTTP2_HEADER_ACCEPT_ENCODING: string; + const HTTP2_HEADER_ACCEPT_LANGUAGE: string; + const HTTP2_HEADER_ACCEPT_RANGES: string; + const HTTP2_HEADER_ACCEPT: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_CREDENTIALS: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_METHODS: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string; + const HTTP2_HEADER_ACCESS_CONTROL_EXPOSE_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_METHOD: string; + const HTTP2_HEADER_AGE: string; + const HTTP2_HEADER_ALLOW: string; + const HTTP2_HEADER_AUTHORIZATION: string; + const HTTP2_HEADER_CACHE_CONTROL: string; + const HTTP2_HEADER_CONNECTION: string; + const HTTP2_HEADER_CONTENT_DISPOSITION: string; + const HTTP2_HEADER_CONTENT_ENCODING: string; + const HTTP2_HEADER_CONTENT_LANGUAGE: string; + const HTTP2_HEADER_CONTENT_LENGTH: string; + const HTTP2_HEADER_CONTENT_LOCATION: string; + const HTTP2_HEADER_CONTENT_MD5: string; + const HTTP2_HEADER_CONTENT_RANGE: string; + const HTTP2_HEADER_CONTENT_TYPE: string; + const HTTP2_HEADER_COOKIE: string; + const HTTP2_HEADER_DATE: string; + const HTTP2_HEADER_ETAG: string; + const HTTP2_HEADER_EXPECT: string; + const HTTP2_HEADER_EXPIRES: string; + const HTTP2_HEADER_FROM: string; + const HTTP2_HEADER_HOST: string; + const HTTP2_HEADER_IF_MATCH: string; + const HTTP2_HEADER_IF_MODIFIED_SINCE: string; + const HTTP2_HEADER_IF_NONE_MATCH: string; + const HTTP2_HEADER_IF_RANGE: string; + const HTTP2_HEADER_IF_UNMODIFIED_SINCE: string; + const HTTP2_HEADER_LAST_MODIFIED: string; + const HTTP2_HEADER_LINK: string; + const HTTP2_HEADER_LOCATION: string; + const HTTP2_HEADER_MAX_FORWARDS: string; + const HTTP2_HEADER_PREFER: string; + const HTTP2_HEADER_PROXY_AUTHENTICATE: string; + const HTTP2_HEADER_PROXY_AUTHORIZATION: string; + const HTTP2_HEADER_RANGE: string; + const HTTP2_HEADER_REFERER: string; + const HTTP2_HEADER_REFRESH: string; + const HTTP2_HEADER_RETRY_AFTER: string; + const HTTP2_HEADER_SERVER: string; + const HTTP2_HEADER_SET_COOKIE: string; + const HTTP2_HEADER_STRICT_TRANSPORT_SECURITY: string; + const HTTP2_HEADER_TRANSFER_ENCODING: string; + const HTTP2_HEADER_TE: string; + const HTTP2_HEADER_UPGRADE: string; + const HTTP2_HEADER_USER_AGENT: string; + const HTTP2_HEADER_VARY: string; + const HTTP2_HEADER_VIA: string; + const HTTP2_HEADER_WWW_AUTHENTICATE: string; + const HTTP2_HEADER_HTTP2_SETTINGS: string; + const HTTP2_HEADER_KEEP_ALIVE: string; + const HTTP2_HEADER_PROXY_CONNECTION: string; + const HTTP2_METHOD_ACL: string; + const HTTP2_METHOD_BASELINE_CONTROL: string; + const HTTP2_METHOD_BIND: string; + const HTTP2_METHOD_CHECKIN: string; + const HTTP2_METHOD_CHECKOUT: string; + const HTTP2_METHOD_CONNECT: string; + const HTTP2_METHOD_COPY: string; + const HTTP2_METHOD_DELETE: string; + const HTTP2_METHOD_GET: string; + const HTTP2_METHOD_HEAD: string; + const HTTP2_METHOD_LABEL: string; + const HTTP2_METHOD_LINK: string; + const HTTP2_METHOD_LOCK: string; + const HTTP2_METHOD_MERGE: string; + const HTTP2_METHOD_MKACTIVITY: string; + const HTTP2_METHOD_MKCALENDAR: string; + const HTTP2_METHOD_MKCOL: string; + const HTTP2_METHOD_MKREDIRECTREF: string; + const HTTP2_METHOD_MKWORKSPACE: string; + const HTTP2_METHOD_MOVE: string; + const HTTP2_METHOD_OPTIONS: string; + const HTTP2_METHOD_ORDERPATCH: string; + const HTTP2_METHOD_PATCH: string; + const HTTP2_METHOD_POST: string; + const HTTP2_METHOD_PRI: string; + const HTTP2_METHOD_PROPFIND: string; + const HTTP2_METHOD_PROPPATCH: string; + const HTTP2_METHOD_PUT: string; + const HTTP2_METHOD_REBIND: string; + const HTTP2_METHOD_REPORT: string; + const HTTP2_METHOD_SEARCH: string; + const HTTP2_METHOD_TRACE: string; + const HTTP2_METHOD_UNBIND: string; + const HTTP2_METHOD_UNCHECKOUT: string; + const HTTP2_METHOD_UNLINK: string; + const HTTP2_METHOD_UNLOCK: string; + const HTTP2_METHOD_UPDATE: string; + const HTTP2_METHOD_UPDATEREDIRECTREF: string; + const HTTP2_METHOD_VERSION_CONTROL: string; + const HTTP_STATUS_CONTINUE: number; + const HTTP_STATUS_SWITCHING_PROTOCOLS: number; + const HTTP_STATUS_PROCESSING: number; + const HTTP_STATUS_OK: number; + const HTTP_STATUS_CREATED: number; + const HTTP_STATUS_ACCEPTED: number; + const HTTP_STATUS_NON_AUTHORITATIVE_INFORMATION: number; + const HTTP_STATUS_NO_CONTENT: number; + const HTTP_STATUS_RESET_CONTENT: number; + const HTTP_STATUS_PARTIAL_CONTENT: number; + const HTTP_STATUS_MULTI_STATUS: number; + const HTTP_STATUS_ALREADY_REPORTED: number; + const HTTP_STATUS_IM_USED: number; + const HTTP_STATUS_MULTIPLE_CHOICES: number; + const HTTP_STATUS_MOVED_PERMANENTLY: number; + const HTTP_STATUS_FOUND: number; + const HTTP_STATUS_SEE_OTHER: number; + const HTTP_STATUS_NOT_MODIFIED: number; + const HTTP_STATUS_USE_PROXY: number; + const HTTP_STATUS_TEMPORARY_REDIRECT: number; + const HTTP_STATUS_PERMANENT_REDIRECT: number; + const HTTP_STATUS_BAD_REQUEST: number; + const HTTP_STATUS_UNAUTHORIZED: number; + const HTTP_STATUS_PAYMENT_REQUIRED: number; + const HTTP_STATUS_FORBIDDEN: number; + const HTTP_STATUS_NOT_FOUND: number; + const HTTP_STATUS_METHOD_NOT_ALLOWED: number; + const HTTP_STATUS_NOT_ACCEPTABLE: number; + const HTTP_STATUS_PROXY_AUTHENTICATION_REQUIRED: number; + const HTTP_STATUS_REQUEST_TIMEOUT: number; + const HTTP_STATUS_CONFLICT: number; + const HTTP_STATUS_GONE: number; + const HTTP_STATUS_LENGTH_REQUIRED: number; + const HTTP_STATUS_PRECONDITION_FAILED: number; + const HTTP_STATUS_PAYLOAD_TOO_LARGE: number; + const HTTP_STATUS_URI_TOO_LONG: number; + const HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE: number; + const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number; + const HTTP_STATUS_EXPECTATION_FAILED: number; + const HTTP_STATUS_TEAPOT: number; + const HTTP_STATUS_MISDIRECTED_REQUEST: number; + const HTTP_STATUS_UNPROCESSABLE_ENTITY: number; + const HTTP_STATUS_LOCKED: number; + const HTTP_STATUS_FAILED_DEPENDENCY: number; + const HTTP_STATUS_UNORDERED_COLLECTION: number; + const HTTP_STATUS_UPGRADE_REQUIRED: number; + const HTTP_STATUS_PRECONDITION_REQUIRED: number; + const HTTP_STATUS_TOO_MANY_REQUESTS: number; + const HTTP_STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE: number; + const HTTP_STATUS_UNAVAILABLE_FOR_LEGAL_REASONS: number; + const HTTP_STATUS_INTERNAL_SERVER_ERROR: number; + const HTTP_STATUS_NOT_IMPLEMENTED: number; + const HTTP_STATUS_BAD_GATEWAY: number; + const HTTP_STATUS_SERVICE_UNAVAILABLE: number; + const HTTP_STATUS_GATEWAY_TIMEOUT: number; + const HTTP_STATUS_HTTP_VERSION_NOT_SUPPORTED: number; + const HTTP_STATUS_VARIANT_ALSO_NEGOTIATES: number; + const HTTP_STATUS_INSUFFICIENT_STORAGE: number; + const HTTP_STATUS_LOOP_DETECTED: number; + const HTTP_STATUS_BANDWIDTH_LIMIT_EXCEEDED: number; + const HTTP_STATUS_NOT_EXTENDED: number; + const HTTP_STATUS_NETWORK_AUTHENTICATION_REQUIRED: number; + } + /** + * This symbol can be set as a property on the HTTP/2 headers object with + * an array value in order to provide a list of headers considered sensitive. + */ + export const sensitiveHeaders: symbol; + /** + * Returns an object containing the default settings for an `Http2Session` instance. This method returns a new object instance every time it is called + * so instances returned may be safely modified for use. + * @since v8.4.0 + */ + export function getDefaultSettings(): Settings; + /** + * Returns a `Buffer` instance containing serialized representation of the given + * HTTP/2 settings as specified in the [HTTP/2](https://tools.ietf.org/html/rfc7540) specification. This is intended + * for use with the `HTTP2-Settings` header field. + * + * ```js + * import http2 from 'node:http2'; + * + * const packed = http2.getPackedSettings({ enablePush: false }); + * + * console.log(packed.toString('base64')); + * // Prints: AAIAAAAA + * ``` + * @since v8.4.0 + */ + export function getPackedSettings(settings: Settings): Buffer; + /** + * Returns a `HTTP/2 Settings Object` containing the deserialized settings from + * the given `Buffer` as generated by `http2.getPackedSettings()`. + * @since v8.4.0 + * @param buf The packed settings. + */ + export function getUnpackedSettings(buf: Uint8Array): Settings; + /** + * Returns a `net.Server` instance that creates and manages `Http2Session` instances. + * + * Since there are no browsers known that support [unencrypted HTTP/2](https://http2.github.io/faq/#does-http2-require-encryption), the use of {@link createSecureServer} is necessary when + * communicating + * with browser clients. + * + * ```js + * import http2 from 'node:http2'; + * + * // Create an unencrypted HTTP/2 server. + * // Since there are no browsers known that support + * // unencrypted HTTP/2, the use of `http2.createSecureServer()` + * // is necessary when communicating with browser clients. + * const server = http2.createServer(); + * + * server.on('stream', (stream, headers) => { + * stream.respond({ + * 'content-type': 'text/html; charset=utf-8', + * ':status': 200, + * }); + * stream.end('

Hello World

'); + * }); + * + * server.listen(8000); + * ``` + * @since v8.4.0 + * @param onRequestHandler See `Compatibility API` + */ + export function createServer( + onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void, + ): Http2Server; + export function createServer< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + >( + options: ServerOptions, + onRequestHandler?: (request: InstanceType, response: InstanceType) => void, + ): Http2Server; + /** + * Returns a `tls.Server` instance that creates and manages `Http2Session` instances. + * + * ```js + * import http2 from 'node:http2'; + * import fs from 'node:fs'; + * + * const options = { + * key: fs.readFileSync('server-key.pem'), + * cert: fs.readFileSync('server-cert.pem'), + * }; + * + * // Create a secure HTTP/2 server + * const server = http2.createSecureServer(options); + * + * server.on('stream', (stream, headers) => { + * stream.respond({ + * 'content-type': 'text/html; charset=utf-8', + * ':status': 200, + * }); + * stream.end('

Hello World

'); + * }); + * + * server.listen(8443); + * ``` + * @since v8.4.0 + * @param onRequestHandler See `Compatibility API` + */ + export function createSecureServer( + onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void, + ): Http2SecureServer; + export function createSecureServer< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + >( + options: SecureServerOptions, + onRequestHandler?: (request: InstanceType, response: InstanceType) => void, + ): Http2SecureServer; + /** + * Returns a `ClientHttp2Session` instance. + * + * ```js + * import http2 from 'node:http2'; + * const client = http2.connect('https://localhost:1234'); + * + * // Use the client + * + * client.close(); + * ``` + * @since v8.4.0 + * @param authority The remote HTTP/2 server to connect to. This must be in the form of a minimal, valid URL with the `http://` or `https://` prefix, host name, and IP port (if a non-default port + * is used). Userinfo (user ID and password), path, querystring, and fragment details in the URL will be ignored. + * @param listener Will be registered as a one-time listener of the {@link 'connect'} event. + */ + export function connect( + authority: string | url.URL, + listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): ClientHttp2Session; + export function connect( + authority: string | url.URL, + options?: ClientSessionOptions | SecureClientSessionOptions, + listener?: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): ClientHttp2Session; + /** + * Create an HTTP/2 server session from an existing socket. + * @param socket A Duplex Stream + * @param options Any `{@link createServer}` options can be provided. + * @since v20.12.0 + */ + export function performServerHandshake< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + >( + socket: stream.Duplex, + options?: ServerOptions, + ): ServerHttp2Session; +} +declare module "node:http2" { + export * from "http2"; +} diff --git a/node_modules/@types/node/https.d.ts b/node_modules/@types/node/https.d.ts new file mode 100644 index 0000000..a40f06b --- /dev/null +++ b/node_modules/@types/node/https.d.ts @@ -0,0 +1,545 @@ +/** + * HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a + * separate module. + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/https.js) + */ +declare module "https" { + import { Duplex } from "node:stream"; + import * as tls from "node:tls"; + import * as http from "node:http"; + import { URL } from "node:url"; + type ServerOptions< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse> = typeof http.ServerResponse, + > = tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions; + type RequestOptions = + & http.RequestOptions + & tls.SecureContextOptions + & { + checkServerIdentity?: + | ((hostname: string, cert: tls.DetailedPeerCertificate) => Error | undefined) + | undefined; + rejectUnauthorized?: boolean | undefined; // Defaults to true + servername?: string | undefined; // SNI TLS Extension + }; + interface AgentOptions extends http.AgentOptions, tls.ConnectionOptions { + maxCachedSessions?: number | undefined; + } + /** + * An `Agent` object for HTTPS similar to `http.Agent`. See {@link request} for more information. + * @since v0.4.5 + */ + class Agent extends http.Agent { + constructor(options?: AgentOptions); + options: AgentOptions; + } + interface Server< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse> = typeof http.ServerResponse, + > extends http.Server {} + /** + * See `http.Server` for more information. + * @since v0.3.4 + */ + class Server< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse> = typeof http.ServerResponse, + > extends tls.Server { + constructor(requestListener?: http.RequestListener); + constructor( + options: ServerOptions, + requestListener?: http.RequestListener, + ); + /** + * Closes all connections connected to this server. + * @since v18.2.0 + */ + closeAllConnections(): void; + /** + * Closes all connections connected to this server which are not sending a request or waiting for a response. + * @since v18.2.0 + */ + closeIdleConnections(): void; + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + addListener( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + addListener( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + addListener( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + addListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this; + addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "connection", listener: (socket: Duplex) => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "listening", listener: () => void): this; + addListener(event: "checkContinue", listener: http.RequestListener): this; + addListener(event: "checkExpectation", listener: http.RequestListener): this; + addListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this; + addListener( + event: "connect", + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + addListener(event: "request", listener: http.RequestListener): this; + addListener( + event: "upgrade", + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + emit(event: string, ...args: any[]): boolean; + emit(event: "keylog", line: Buffer, tlsSocket: tls.TLSSocket): boolean; + emit( + event: "newSession", + sessionId: Buffer, + sessionData: Buffer, + callback: (err: Error, resp: Buffer) => void, + ): boolean; + emit( + event: "OCSPRequest", + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ): boolean; + emit(event: "resumeSession", sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean; + emit(event: "secureConnection", tlsSocket: tls.TLSSocket): boolean; + emit(event: "tlsClientError", err: Error, tlsSocket: tls.TLSSocket): boolean; + emit(event: "close"): boolean; + emit(event: "connection", socket: Duplex): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "listening"): boolean; + emit( + event: "checkContinue", + req: InstanceType, + res: InstanceType, + ): boolean; + emit( + event: "checkExpectation", + req: InstanceType, + res: InstanceType, + ): boolean; + emit(event: "clientError", err: Error, socket: Duplex): boolean; + emit(event: "connect", req: InstanceType, socket: Duplex, head: Buffer): boolean; + emit( + event: "request", + req: InstanceType, + res: InstanceType, + ): boolean; + emit(event: "upgrade", req: InstanceType, socket: Duplex, head: Buffer): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + on( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + on( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + on( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + on(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this; + on(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + on(event: "close", listener: () => void): this; + on(event: "connection", listener: (socket: Duplex) => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "listening", listener: () => void): this; + on(event: "checkContinue", listener: http.RequestListener): this; + on(event: "checkExpectation", listener: http.RequestListener): this; + on(event: "clientError", listener: (err: Error, socket: Duplex) => void): this; + on(event: "connect", listener: (req: InstanceType, socket: Duplex, head: Buffer) => void): this; + on(event: "request", listener: http.RequestListener): this; + on(event: "upgrade", listener: (req: InstanceType, socket: Duplex, head: Buffer) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + once( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + once( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + once( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + once(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this; + once(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + once(event: "close", listener: () => void): this; + once(event: "connection", listener: (socket: Duplex) => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "listening", listener: () => void): this; + once(event: "checkContinue", listener: http.RequestListener): this; + once(event: "checkExpectation", listener: http.RequestListener): this; + once(event: "clientError", listener: (err: Error, socket: Duplex) => void): this; + once(event: "connect", listener: (req: InstanceType, socket: Duplex, head: Buffer) => void): this; + once(event: "request", listener: http.RequestListener): this; + once(event: "upgrade", listener: (req: InstanceType, socket: Duplex, head: Buffer) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + prependListener( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + prependListener( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + prependListener( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + prependListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this; + prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "connection", listener: (socket: Duplex) => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "listening", listener: () => void): this; + prependListener(event: "checkContinue", listener: http.RequestListener): this; + prependListener(event: "checkExpectation", listener: http.RequestListener): this; + prependListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this; + prependListener( + event: "connect", + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + prependListener(event: "request", listener: http.RequestListener): this; + prependListener( + event: "upgrade", + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + prependOnceListener( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + prependOnceListener( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + prependOnceListener( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + prependOnceListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this; + prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "connection", listener: (socket: Duplex) => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "listening", listener: () => void): this; + prependOnceListener(event: "checkContinue", listener: http.RequestListener): this; + prependOnceListener(event: "checkExpectation", listener: http.RequestListener): this; + prependOnceListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this; + prependOnceListener( + event: "connect", + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + prependOnceListener(event: "request", listener: http.RequestListener): this; + prependOnceListener( + event: "upgrade", + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + } + /** + * ```js + * // curl -k https://localhost:8000/ + * import https from 'node:https'; + * import fs from 'node:fs'; + * + * const options = { + * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), + * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'), + * }; + * + * https.createServer(options, (req, res) => { + * res.writeHead(200); + * res.end('hello world\n'); + * }).listen(8000); + * ``` + * + * Or + * + * ```js + * import https from 'node:https'; + * import fs from 'node:fs'; + * + * const options = { + * pfx: fs.readFileSync('test/fixtures/test_cert.pfx'), + * passphrase: 'sample', + * }; + * + * https.createServer(options, (req, res) => { + * res.writeHead(200); + * res.end('hello world\n'); + * }).listen(8000); + * ``` + * @since v0.3.4 + * @param options Accepts `options` from `createServer`, `createSecureContext` and `createServer`. + * @param requestListener A listener to be added to the `'request'` event. + */ + function createServer< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse> = typeof http.ServerResponse, + >(requestListener?: http.RequestListener): Server; + function createServer< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse> = typeof http.ServerResponse, + >( + options: ServerOptions, + requestListener?: http.RequestListener, + ): Server; + /** + * Makes a request to a secure web server. + * + * The following additional `options` from `tls.connect()` are also accepted: `ca`, `cert`, `ciphers`, `clientCertEngine`, `crl`, `dhparam`, `ecdhCurve`, `honorCipherOrder`, `key`, `passphrase`, + * `pfx`, `rejectUnauthorized`, `secureOptions`, `secureProtocol`, `servername`, `sessionIdContext`, `highWaterMark`. + * + * `options` can be an object, a string, or a `URL` object. If `options` is a + * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. + * + * `https.request()` returns an instance of the `http.ClientRequest` class. The `ClientRequest` instance is a writable stream. If one needs to + * upload a file with a POST request, then write to the `ClientRequest` object. + * + * ```js + * import https from 'node:https'; + * + * const options = { + * hostname: 'encrypted.google.com', + * port: 443, + * path: '/', + * method: 'GET', + * }; + * + * const req = https.request(options, (res) => { + * console.log('statusCode:', res.statusCode); + * console.log('headers:', res.headers); + * + * res.on('data', (d) => { + * process.stdout.write(d); + * }); + * }); + * + * req.on('error', (e) => { + * console.error(e); + * }); + * req.end(); + * ``` + * + * Example using options from `tls.connect()`: + * + * ```js + * const options = { + * hostname: 'encrypted.google.com', + * port: 443, + * path: '/', + * method: 'GET', + * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), + * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'), + * }; + * options.agent = new https.Agent(options); + * + * const req = https.request(options, (res) => { + * // ... + * }); + * ``` + * + * Alternatively, opt out of connection pooling by not using an `Agent`. + * + * ```js + * const options = { + * hostname: 'encrypted.google.com', + * port: 443, + * path: '/', + * method: 'GET', + * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), + * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'), + * agent: false, + * }; + * + * const req = https.request(options, (res) => { + * // ... + * }); + * ``` + * + * Example using a `URL` as `options`: + * + * ```js + * const options = new URL('https://abc:xyz@example.com'); + * + * const req = https.request(options, (res) => { + * // ... + * }); + * ``` + * + * Example pinning on certificate fingerprint, or the public key (similar to`pin-sha256`): + * + * ```js + * import tls from 'node:tls'; + * import https from 'node:https'; + * import crypto from 'node:crypto'; + * + * function sha256(s) { + * return crypto.createHash('sha256').update(s).digest('base64'); + * } + * const options = { + * hostname: 'github.com', + * port: 443, + * path: '/', + * method: 'GET', + * checkServerIdentity: function(host, cert) { + * // Make sure the certificate is issued to the host we are connected to + * const err = tls.checkServerIdentity(host, cert); + * if (err) { + * return err; + * } + * + * // Pin the public key, similar to HPKP pin-sha256 pinning + * const pubkey256 = 'pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU='; + * if (sha256(cert.pubkey) !== pubkey256) { + * const msg = 'Certificate verification error: ' + + * `The public key of '${cert.subject.CN}' ` + + * 'does not match our pinned fingerprint'; + * return new Error(msg); + * } + * + * // Pin the exact certificate, rather than the pub key + * const cert256 = '25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:' + + * 'D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16'; + * if (cert.fingerprint256 !== cert256) { + * const msg = 'Certificate verification error: ' + + * `The certificate of '${cert.subject.CN}' ` + + * 'does not match our pinned fingerprint'; + * return new Error(msg); + * } + * + * // This loop is informational only. + * // Print the certificate and public key fingerprints of all certs in the + * // chain. Its common to pin the public key of the issuer on the public + * // internet, while pinning the public key of the service in sensitive + * // environments. + * do { + * console.log('Subject Common Name:', cert.subject.CN); + * console.log(' Certificate SHA256 fingerprint:', cert.fingerprint256); + * + * hash = crypto.createHash('sha256'); + * console.log(' Public key ping-sha256:', sha256(cert.pubkey)); + * + * lastprint256 = cert.fingerprint256; + * cert = cert.issuerCertificate; + * } while (cert.fingerprint256 !== lastprint256); + * + * }, + * }; + * + * options.agent = new https.Agent(options); + * const req = https.request(options, (res) => { + * console.log('All OK. Server matched our pinned cert or public key'); + * console.log('statusCode:', res.statusCode); + * // Print the HPKP values + * console.log('headers:', res.headers['public-key-pins']); + * + * res.on('data', (d) => {}); + * }); + * + * req.on('error', (e) => { + * console.error(e.message); + * }); + * req.end(); + * ``` + * + * Outputs for example: + * + * ```text + * Subject Common Name: github.com + * Certificate SHA256 fingerprint: 25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16 + * Public key ping-sha256: pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU= + * Subject Common Name: DigiCert SHA2 Extended Validation Server CA + * Certificate SHA256 fingerprint: 40:3E:06:2A:26:53:05:91:13:28:5B:AF:80:A0:D4:AE:42:2C:84:8C:9F:78:FA:D0:1F:C9:4B:C5:B8:7F:EF:1A + * Public key ping-sha256: RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho= + * Subject Common Name: DigiCert High Assurance EV Root CA + * Certificate SHA256 fingerprint: 74:31:E5:F4:C3:C1:CE:46:90:77:4F:0B:61:E0:54:40:88:3B:A9:A0:1E:D0:0B:A6:AB:D7:80:6E:D3:B1:18:CF + * Public key ping-sha256: WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18= + * All OK. Server matched our pinned cert or public key + * statusCode: 200 + * headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; pin-sha256="RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho="; + * pin-sha256="k2v657xBsOVe1PQRwOsHsw3bsGT2VzIqz5K+59sNQws="; pin-sha256="K87oWBWM9UZfyddvDfoxL+8lpNyoUB2ptGtn0fv6G2Q="; pin-sha256="IQBnNBEiFuhj+8x6X8XLgh01V9Ic5/V3IRQLNFFc7v4="; + * pin-sha256="iie1VXtL7HzAMF+/PVPR9xzT80kQxdZeJ+zduCB3uj0="; pin-sha256="LvRiGEjRqfzurezaWuj8Wie2gyHMrW5Q06LspMnox7A="; includeSubDomains + * ``` + * @since v0.3.6 + * @param options Accepts all `options` from `request`, with some differences in default values: + */ + function request( + options: RequestOptions | string | URL, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + function request( + url: string | URL, + options: RequestOptions, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + /** + * Like `http.get()` but for HTTPS. + * + * `options` can be an object, a string, or a `URL` object. If `options` is a + * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. + * + * ```js + * import https from 'node:https'; + * + * https.get('https://encrypted.google.com/', (res) => { + * console.log('statusCode:', res.statusCode); + * console.log('headers:', res.headers); + * + * res.on('data', (d) => { + * process.stdout.write(d); + * }); + * + * }).on('error', (e) => { + * console.error(e); + * }); + * ``` + * @since v0.3.6 + * @param options Accepts the same `options` as {@link request}, with the `method` always set to `GET`. + */ + function get( + options: RequestOptions | string | URL, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + function get( + url: string | URL, + options: RequestOptions, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + let globalAgent: Agent; +} +declare module "node:https" { + export * from "https"; +} diff --git a/node_modules/@types/node/index.d.ts b/node_modules/@types/node/index.d.ts new file mode 100644 index 0000000..3b005c1 --- /dev/null +++ b/node_modules/@types/node/index.d.ts @@ -0,0 +1,94 @@ +/** + * License for programmatically and manually incorporated + * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc + * + * Copyright Node.js contributors. All rights reserved. + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +// NOTE: These definitions support Node.js and TypeScript 5.8+. + +// Reference required TypeScript libraries: +/// +/// +/// + +// Iterator definitions required for compatibility with TypeScript <5.6: +/// + +// Definitions for Node.js modules specific to TypeScript 5.7+: +/// +/// + +// Definitions for Node.js modules that are not specific to any version of TypeScript: +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// diff --git a/node_modules/@types/node/inspector.d.ts b/node_modules/@types/node/inspector.d.ts new file mode 100644 index 0000000..6e2d39b --- /dev/null +++ b/node_modules/@types/node/inspector.d.ts @@ -0,0 +1,4051 @@ +// These definitions are automatically generated by the generate-inspector script. +// Do not edit this file directly. +// See scripts/generate-inspector/README.md for information on how to update the protocol definitions. +// Changes to the module itself should be added to the generator template (scripts/generate-inspector/inspector.d.ts.template). + +/** + * The `node:inspector` module provides an API for interacting with the V8 + * inspector. + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/inspector.js) + */ +declare module 'inspector' { + import EventEmitter = require('node:events'); + + interface InspectorNotification { + method: string; + params: T; + } + + namespace Schema { + /** + * Description of the protocol domain. + */ + interface Domain { + /** + * Domain name. + */ + name: string; + /** + * Domain version. + */ + version: string; + } + interface GetDomainsReturnType { + /** + * List of supported domains. + */ + domains: Domain[]; + } + } + namespace Runtime { + /** + * Unique script identifier. + */ + type ScriptId = string; + /** + * Unique object identifier. + */ + type RemoteObjectId = string; + /** + * Primitive value which cannot be JSON-stringified. + */ + type UnserializableValue = string; + /** + * Mirror object referencing original JavaScript object. + */ + interface RemoteObject { + /** + * Object type. + */ + type: string; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string | undefined; + /** + * Object class (constructor) name. Specified for object type values only. + */ + className?: string | undefined; + /** + * Remote object value in case of primitive values or JSON values (if it was requested). + */ + value?: any; + /** + * Primitive value which can not be JSON-stringified does not have value, but gets this property. + */ + unserializableValue?: UnserializableValue | undefined; + /** + * String representation of the object. + */ + description?: string | undefined; + /** + * Unique object identifier (for non-primitive values). + */ + objectId?: RemoteObjectId | undefined; + /** + * Preview containing abbreviated property values. Specified for object type values only. + * @experimental + */ + preview?: ObjectPreview | undefined; + /** + * @experimental + */ + customPreview?: CustomPreview | undefined; + } + /** + * @experimental + */ + interface CustomPreview { + header: string; + hasBody: boolean; + formatterObjectId: RemoteObjectId; + bindRemoteObjectFunctionId: RemoteObjectId; + configObjectId?: RemoteObjectId | undefined; + } + /** + * Object containing abbreviated remote object value. + * @experimental + */ + interface ObjectPreview { + /** + * Object type. + */ + type: string; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string | undefined; + /** + * String representation of the object. + */ + description?: string | undefined; + /** + * True iff some of the properties or entries of the original object did not fit. + */ + overflow: boolean; + /** + * List of the properties. + */ + properties: PropertyPreview[]; + /** + * List of the entries. Specified for map and set subtype values only. + */ + entries?: EntryPreview[] | undefined; + } + /** + * @experimental + */ + interface PropertyPreview { + /** + * Property name. + */ + name: string; + /** + * Object type. Accessor means that the property itself is an accessor property. + */ + type: string; + /** + * User-friendly property value string. + */ + value?: string | undefined; + /** + * Nested value preview. + */ + valuePreview?: ObjectPreview | undefined; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string | undefined; + } + /** + * @experimental + */ + interface EntryPreview { + /** + * Preview of the key. Specified for map-like collection entries. + */ + key?: ObjectPreview | undefined; + /** + * Preview of the value. + */ + value: ObjectPreview; + } + /** + * Object property descriptor. + */ + interface PropertyDescriptor { + /** + * Property name or symbol description. + */ + name: string; + /** + * The value associated with the property. + */ + value?: RemoteObject | undefined; + /** + * True if the value associated with the property may be changed (data descriptors only). + */ + writable?: boolean | undefined; + /** + * A function which serves as a getter for the property, or undefined if there is no getter (accessor descriptors only). + */ + get?: RemoteObject | undefined; + /** + * A function which serves as a setter for the property, or undefined if there is no setter (accessor descriptors only). + */ + set?: RemoteObject | undefined; + /** + * True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object. + */ + configurable: boolean; + /** + * True if this property shows up during enumeration of the properties on the corresponding object. + */ + enumerable: boolean; + /** + * True if the result was thrown during the evaluation. + */ + wasThrown?: boolean | undefined; + /** + * True if the property is owned for the object. + */ + isOwn?: boolean | undefined; + /** + * Property symbol object, if the property is of the symbol type. + */ + symbol?: RemoteObject | undefined; + } + /** + * Object internal property descriptor. This property isn't normally visible in JavaScript code. + */ + interface InternalPropertyDescriptor { + /** + * Conventional property name. + */ + name: string; + /** + * The value associated with the property. + */ + value?: RemoteObject | undefined; + } + /** + * Represents function call argument. Either remote object id objectId, primitive value, unserializable primitive value or neither of (for undefined) them should be specified. + */ + interface CallArgument { + /** + * Primitive value or serializable javascript object. + */ + value?: any; + /** + * Primitive value which can not be JSON-stringified. + */ + unserializableValue?: UnserializableValue | undefined; + /** + * Remote object handle. + */ + objectId?: RemoteObjectId | undefined; + } + /** + * Id of an execution context. + */ + type ExecutionContextId = number; + /** + * Description of an isolated world. + */ + interface ExecutionContextDescription { + /** + * Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed. + */ + id: ExecutionContextId; + /** + * Execution context origin. + */ + origin: string; + /** + * Human readable name describing given context. + */ + name: string; + /** + * Embedder-specific auxiliary data. + */ + auxData?: {} | undefined; + } + /** + * Detailed information about exception (or error) that was thrown during script compilation or execution. + */ + interface ExceptionDetails { + /** + * Exception id. + */ + exceptionId: number; + /** + * Exception text, which should be used together with exception object when available. + */ + text: string; + /** + * Line number of the exception location (0-based). + */ + lineNumber: number; + /** + * Column number of the exception location (0-based). + */ + columnNumber: number; + /** + * Script ID of the exception location. + */ + scriptId?: ScriptId | undefined; + /** + * URL of the exception location, to be used when the script was not reported. + */ + url?: string | undefined; + /** + * JavaScript stack trace if available. + */ + stackTrace?: StackTrace | undefined; + /** + * Exception object if available. + */ + exception?: RemoteObject | undefined; + /** + * Identifier of the context where exception happened. + */ + executionContextId?: ExecutionContextId | undefined; + } + /** + * Number of milliseconds since epoch. + */ + type Timestamp = number; + /** + * Stack entry for runtime errors and assertions. + */ + interface CallFrame { + /** + * JavaScript function name. + */ + functionName: string; + /** + * JavaScript script id. + */ + scriptId: ScriptId; + /** + * JavaScript script name or url. + */ + url: string; + /** + * JavaScript script line number (0-based). + */ + lineNumber: number; + /** + * JavaScript script column number (0-based). + */ + columnNumber: number; + } + /** + * Call frames for assertions or error messages. + */ + interface StackTrace { + /** + * String label of this stack trace. For async traces this may be a name of the function that initiated the async call. + */ + description?: string | undefined; + /** + * JavaScript function name. + */ + callFrames: CallFrame[]; + /** + * Asynchronous JavaScript stack trace that preceded this stack, if available. + */ + parent?: StackTrace | undefined; + /** + * Asynchronous JavaScript stack trace that preceded this stack, if available. + * @experimental + */ + parentId?: StackTraceId | undefined; + } + /** + * Unique identifier of current debugger. + * @experimental + */ + type UniqueDebuggerId = string; + /** + * If debuggerId is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See Runtime.StackTrace and Debugger.paused for usages. + * @experimental + */ + interface StackTraceId { + id: string; + debuggerId?: UniqueDebuggerId | undefined; + } + interface EvaluateParameterType { + /** + * Expression to evaluate. + */ + expression: string; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string | undefined; + /** + * Determines whether Command Line API should be available during the evaluation. + */ + includeCommandLineAPI?: boolean | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Specifies in which execution context to perform evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + contextId?: ExecutionContextId | undefined; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean | undefined; + /** + * Whether execution should be treated as initiated by user in the UI. + */ + userGesture?: boolean | undefined; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean | undefined; + } + interface AwaitPromiseParameterType { + /** + * Identifier of the promise. + */ + promiseObjectId: RemoteObjectId; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + */ + generatePreview?: boolean | undefined; + } + interface CallFunctionOnParameterType { + /** + * Declaration of the function to call. + */ + functionDeclaration: string; + /** + * Identifier of the object to call function on. Either objectId or executionContextId should be specified. + */ + objectId?: RemoteObjectId | undefined; + /** + * Call arguments. All call arguments must belong to the same JavaScript world as the target object. + */ + arguments?: CallArgument[] | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Whether the result is expected to be a JSON object which should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean | undefined; + /** + * Whether execution should be treated as initiated by user in the UI. + */ + userGesture?: boolean | undefined; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean | undefined; + /** + * Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified. + */ + executionContextId?: ExecutionContextId | undefined; + /** + * Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object. + */ + objectGroup?: string | undefined; + } + interface GetPropertiesParameterType { + /** + * Identifier of the object to return properties for. + */ + objectId: RemoteObjectId; + /** + * If true, returns properties belonging only to the element itself, not to its prototype chain. + */ + ownProperties?: boolean | undefined; + /** + * If true, returns accessor properties (with getter/setter) only; internal properties are not returned either. + * @experimental + */ + accessorPropertiesOnly?: boolean | undefined; + /** + * Whether preview should be generated for the results. + * @experimental + */ + generatePreview?: boolean | undefined; + } + interface ReleaseObjectParameterType { + /** + * Identifier of the object to release. + */ + objectId: RemoteObjectId; + } + interface ReleaseObjectGroupParameterType { + /** + * Symbolic object group name. + */ + objectGroup: string; + } + interface SetCustomObjectFormatterEnabledParameterType { + enabled: boolean; + } + interface CompileScriptParameterType { + /** + * Expression to compile. + */ + expression: string; + /** + * Source url to be set for the script. + */ + sourceURL: string; + /** + * Specifies whether the compiled script should be persisted. + */ + persistScript: boolean; + /** + * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + executionContextId?: ExecutionContextId | undefined; + } + interface RunScriptParameterType { + /** + * Id of the script to run. + */ + scriptId: ScriptId; + /** + * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + executionContextId?: ExecutionContextId | undefined; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Determines whether Command Line API should be available during the evaluation. + */ + includeCommandLineAPI?: boolean | undefined; + /** + * Whether the result is expected to be a JSON object which should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + */ + generatePreview?: boolean | undefined; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean | undefined; + } + interface QueryObjectsParameterType { + /** + * Identifier of the prototype to return objects for. + */ + prototypeObjectId: RemoteObjectId; + } + interface GlobalLexicalScopeNamesParameterType { + /** + * Specifies in which execution context to lookup global scope variables. + */ + executionContextId?: ExecutionContextId | undefined; + } + interface EvaluateReturnType { + /** + * Evaluation result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface AwaitPromiseReturnType { + /** + * Promise result. Will contain rejected value if promise was rejected. + */ + result: RemoteObject; + /** + * Exception details if stack strace is available. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface CallFunctionOnReturnType { + /** + * Call result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface GetPropertiesReturnType { + /** + * Object properties. + */ + result: PropertyDescriptor[]; + /** + * Internal object properties (only of the element itself). + */ + internalProperties?: InternalPropertyDescriptor[] | undefined; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface CompileScriptReturnType { + /** + * Id of the script. + */ + scriptId?: ScriptId | undefined; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface RunScriptReturnType { + /** + * Run result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface QueryObjectsReturnType { + /** + * Array with objects. + */ + objects: RemoteObject; + } + interface GlobalLexicalScopeNamesReturnType { + names: string[]; + } + interface ExecutionContextCreatedEventDataType { + /** + * A newly created execution context. + */ + context: ExecutionContextDescription; + } + interface ExecutionContextDestroyedEventDataType { + /** + * Id of the destroyed context + */ + executionContextId: ExecutionContextId; + } + interface ExceptionThrownEventDataType { + /** + * Timestamp of the exception. + */ + timestamp: Timestamp; + exceptionDetails: ExceptionDetails; + } + interface ExceptionRevokedEventDataType { + /** + * Reason describing why exception was revoked. + */ + reason: string; + /** + * The id of revoked exception, as reported in exceptionThrown. + */ + exceptionId: number; + } + interface ConsoleAPICalledEventDataType { + /** + * Type of the call. + */ + type: string; + /** + * Call arguments. + */ + args: RemoteObject[]; + /** + * Identifier of the context where the call was made. + */ + executionContextId: ExecutionContextId; + /** + * Call timestamp. + */ + timestamp: Timestamp; + /** + * Stack trace captured when the call was made. + */ + stackTrace?: StackTrace | undefined; + /** + * Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context. + * @experimental + */ + context?: string | undefined; + } + interface InspectRequestedEventDataType { + object: RemoteObject; + hints: {}; + } + } + namespace Debugger { + /** + * Breakpoint identifier. + */ + type BreakpointId = string; + /** + * Call frame identifier. + */ + type CallFrameId = string; + /** + * Location in the source code. + */ + interface Location { + /** + * Script identifier as reported in the Debugger.scriptParsed. + */ + scriptId: Runtime.ScriptId; + /** + * Line number in the script (0-based). + */ + lineNumber: number; + /** + * Column number in the script (0-based). + */ + columnNumber?: number | undefined; + } + /** + * Location in the source code. + * @experimental + */ + interface ScriptPosition { + lineNumber: number; + columnNumber: number; + } + /** + * JavaScript call frame. Array of call frames form the call stack. + */ + interface CallFrame { + /** + * Call frame identifier. This identifier is only valid while the virtual machine is paused. + */ + callFrameId: CallFrameId; + /** + * Name of the JavaScript function called on this call frame. + */ + functionName: string; + /** + * Location in the source code. + */ + functionLocation?: Location | undefined; + /** + * Location in the source code. + */ + location: Location; + /** + * JavaScript script name or url. + */ + url: string; + /** + * Scope chain for this call frame. + */ + scopeChain: Scope[]; + /** + * this object for this call frame. + */ + this: Runtime.RemoteObject; + /** + * The value being returned, if the function is at return point. + */ + returnValue?: Runtime.RemoteObject | undefined; + } + /** + * Scope description. + */ + interface Scope { + /** + * Scope type. + */ + type: string; + /** + * Object representing the scope. For global and with scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties. + */ + object: Runtime.RemoteObject; + name?: string | undefined; + /** + * Location in the source code where scope starts + */ + startLocation?: Location | undefined; + /** + * Location in the source code where scope ends + */ + endLocation?: Location | undefined; + } + /** + * Search match for resource. + */ + interface SearchMatch { + /** + * Line number in resource content. + */ + lineNumber: number; + /** + * Line with match content. + */ + lineContent: string; + } + interface BreakLocation { + /** + * Script identifier as reported in the Debugger.scriptParsed. + */ + scriptId: Runtime.ScriptId; + /** + * Line number in the script (0-based). + */ + lineNumber: number; + /** + * Column number in the script (0-based). + */ + columnNumber?: number | undefined; + type?: string | undefined; + } + interface SetBreakpointsActiveParameterType { + /** + * New value for breakpoints active state. + */ + active: boolean; + } + interface SetSkipAllPausesParameterType { + /** + * New value for skip pauses state. + */ + skip: boolean; + } + interface SetBreakpointByUrlParameterType { + /** + * Line number to set breakpoint at. + */ + lineNumber: number; + /** + * URL of the resources to set breakpoint on. + */ + url?: string | undefined; + /** + * Regex pattern for the URLs of the resources to set breakpoints on. Either url or urlRegex must be specified. + */ + urlRegex?: string | undefined; + /** + * Script hash of the resources to set breakpoint on. + */ + scriptHash?: string | undefined; + /** + * Offset in the line to set breakpoint at. + */ + columnNumber?: number | undefined; + /** + * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. + */ + condition?: string | undefined; + } + interface SetBreakpointParameterType { + /** + * Location to set breakpoint in. + */ + location: Location; + /** + * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. + */ + condition?: string | undefined; + } + interface RemoveBreakpointParameterType { + breakpointId: BreakpointId; + } + interface GetPossibleBreakpointsParameterType { + /** + * Start of range to search possible breakpoint locations in. + */ + start: Location; + /** + * End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range. + */ + end?: Location | undefined; + /** + * Only consider locations which are in the same (non-nested) function as start. + */ + restrictToFunction?: boolean | undefined; + } + interface ContinueToLocationParameterType { + /** + * Location to continue to. + */ + location: Location; + targetCallFrames?: string | undefined; + } + interface PauseOnAsyncCallParameterType { + /** + * Debugger will pause when async call with given stack trace is started. + */ + parentStackTraceId: Runtime.StackTraceId; + } + interface StepIntoParameterType { + /** + * Debugger will issue additional Debugger.paused notification if any async task is scheduled before next pause. + * @experimental + */ + breakOnAsyncCall?: boolean | undefined; + } + interface GetStackTraceParameterType { + stackTraceId: Runtime.StackTraceId; + } + interface SearchInContentParameterType { + /** + * Id of the script to search in. + */ + scriptId: Runtime.ScriptId; + /** + * String to search for. + */ + query: string; + /** + * If true, search is case sensitive. + */ + caseSensitive?: boolean | undefined; + /** + * If true, treats string parameter as regex. + */ + isRegex?: boolean | undefined; + } + interface SetScriptSourceParameterType { + /** + * Id of the script to edit. + */ + scriptId: Runtime.ScriptId; + /** + * New content of the script. + */ + scriptSource: string; + /** + * If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code. + */ + dryRun?: boolean | undefined; + } + interface RestartFrameParameterType { + /** + * Call frame identifier to evaluate on. + */ + callFrameId: CallFrameId; + } + interface GetScriptSourceParameterType { + /** + * Id of the script to get source for. + */ + scriptId: Runtime.ScriptId; + } + interface SetPauseOnExceptionsParameterType { + /** + * Pause on exceptions mode. + */ + state: string; + } + interface EvaluateOnCallFrameParameterType { + /** + * Call frame identifier to evaluate on. + */ + callFrameId: CallFrameId; + /** + * Expression to evaluate. + */ + expression: string; + /** + * String object group name to put result into (allows rapid releasing resulting object handles using releaseObjectGroup). + */ + objectGroup?: string | undefined; + /** + * Specifies whether command line API should be available to the evaluated expression, defaults to false. + */ + includeCommandLineAPI?: boolean | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean | undefined; + /** + * Whether to throw an exception if side effect cannot be ruled out during evaluation. + */ + throwOnSideEffect?: boolean | undefined; + } + interface SetVariableValueParameterType { + /** + * 0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually. + */ + scopeNumber: number; + /** + * Variable name. + */ + variableName: string; + /** + * New variable value. + */ + newValue: Runtime.CallArgument; + /** + * Id of callframe that holds variable. + */ + callFrameId: CallFrameId; + } + interface SetReturnValueParameterType { + /** + * New return value. + */ + newValue: Runtime.CallArgument; + } + interface SetAsyncCallStackDepthParameterType { + /** + * Maximum depth of async call stacks. Setting to 0 will effectively disable collecting async call stacks (default). + */ + maxDepth: number; + } + interface SetBlackboxPatternsParameterType { + /** + * Array of regexps that will be used to check script url for blackbox state. + */ + patterns: string[]; + } + interface SetBlackboxedRangesParameterType { + /** + * Id of the script. + */ + scriptId: Runtime.ScriptId; + positions: ScriptPosition[]; + } + interface EnableReturnType { + /** + * Unique identifier of the debugger. + * @experimental + */ + debuggerId: Runtime.UniqueDebuggerId; + } + interface SetBreakpointByUrlReturnType { + /** + * Id of the created breakpoint for further reference. + */ + breakpointId: BreakpointId; + /** + * List of the locations this breakpoint resolved into upon addition. + */ + locations: Location[]; + } + interface SetBreakpointReturnType { + /** + * Id of the created breakpoint for further reference. + */ + breakpointId: BreakpointId; + /** + * Location this breakpoint resolved into. + */ + actualLocation: Location; + } + interface GetPossibleBreakpointsReturnType { + /** + * List of the possible breakpoint locations. + */ + locations: BreakLocation[]; + } + interface GetStackTraceReturnType { + stackTrace: Runtime.StackTrace; + } + interface SearchInContentReturnType { + /** + * List of search matches. + */ + result: SearchMatch[]; + } + interface SetScriptSourceReturnType { + /** + * New stack trace in case editing has happened while VM was stopped. + */ + callFrames?: CallFrame[] | undefined; + /** + * Whether current call stack was modified after applying the changes. + */ + stackChanged?: boolean | undefined; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace | undefined; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId | undefined; + /** + * Exception details if any. + */ + exceptionDetails?: Runtime.ExceptionDetails | undefined; + } + interface RestartFrameReturnType { + /** + * New stack trace. + */ + callFrames: CallFrame[]; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace | undefined; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId | undefined; + } + interface GetScriptSourceReturnType { + /** + * Script source. + */ + scriptSource: string; + } + interface EvaluateOnCallFrameReturnType { + /** + * Object wrapper for the evaluation result. + */ + result: Runtime.RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: Runtime.ExceptionDetails | undefined; + } + interface ScriptParsedEventDataType { + /** + * Identifier of the script parsed. + */ + scriptId: Runtime.ScriptId; + /** + * URL or name of the script parsed (if any). + */ + url: string; + /** + * Line offset of the script within the resource with given URL (for script tags). + */ + startLine: number; + /** + * Column offset of the script within the resource with given URL. + */ + startColumn: number; + /** + * Last line of the script. + */ + endLine: number; + /** + * Length of the last line of the script. + */ + endColumn: number; + /** + * Specifies script creation context. + */ + executionContextId: Runtime.ExecutionContextId; + /** + * Content hash of the script. + */ + hash: string; + /** + * Embedder-specific auxiliary data. + */ + executionContextAuxData?: {} | undefined; + /** + * True, if this script is generated as a result of the live edit operation. + * @experimental + */ + isLiveEdit?: boolean | undefined; + /** + * URL of source map associated with script (if any). + */ + sourceMapURL?: string | undefined; + /** + * True, if this script has sourceURL. + */ + hasSourceURL?: boolean | undefined; + /** + * True, if this script is ES6 module. + */ + isModule?: boolean | undefined; + /** + * This script length. + */ + length?: number | undefined; + /** + * JavaScript top stack frame of where the script parsed event was triggered if available. + * @experimental + */ + stackTrace?: Runtime.StackTrace | undefined; + } + interface ScriptFailedToParseEventDataType { + /** + * Identifier of the script parsed. + */ + scriptId: Runtime.ScriptId; + /** + * URL or name of the script parsed (if any). + */ + url: string; + /** + * Line offset of the script within the resource with given URL (for script tags). + */ + startLine: number; + /** + * Column offset of the script within the resource with given URL. + */ + startColumn: number; + /** + * Last line of the script. + */ + endLine: number; + /** + * Length of the last line of the script. + */ + endColumn: number; + /** + * Specifies script creation context. + */ + executionContextId: Runtime.ExecutionContextId; + /** + * Content hash of the script. + */ + hash: string; + /** + * Embedder-specific auxiliary data. + */ + executionContextAuxData?: {} | undefined; + /** + * URL of source map associated with script (if any). + */ + sourceMapURL?: string | undefined; + /** + * True, if this script has sourceURL. + */ + hasSourceURL?: boolean | undefined; + /** + * True, if this script is ES6 module. + */ + isModule?: boolean | undefined; + /** + * This script length. + */ + length?: number | undefined; + /** + * JavaScript top stack frame of where the script parsed event was triggered if available. + * @experimental + */ + stackTrace?: Runtime.StackTrace | undefined; + } + interface BreakpointResolvedEventDataType { + /** + * Breakpoint unique identifier. + */ + breakpointId: BreakpointId; + /** + * Actual breakpoint location. + */ + location: Location; + } + interface PausedEventDataType { + /** + * Call stack the virtual machine stopped on. + */ + callFrames: CallFrame[]; + /** + * Pause reason. + */ + reason: string; + /** + * Object containing break-specific auxiliary properties. + */ + data?: {} | undefined; + /** + * Hit breakpoints IDs + */ + hitBreakpoints?: string[] | undefined; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace | undefined; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId | undefined; + /** + * Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after Debugger.stepInto call with breakOnAsynCall flag. + * @experimental + */ + asyncCallStackTraceId?: Runtime.StackTraceId | undefined; + } + } + namespace Console { + /** + * Console message. + */ + interface ConsoleMessage { + /** + * Message source. + */ + source: string; + /** + * Message severity. + */ + level: string; + /** + * Message text. + */ + text: string; + /** + * URL of the message origin. + */ + url?: string | undefined; + /** + * Line number in the resource that generated this message (1-based). + */ + line?: number | undefined; + /** + * Column number in the resource that generated this message (1-based). + */ + column?: number | undefined; + } + interface MessageAddedEventDataType { + /** + * Console message that has been added. + */ + message: ConsoleMessage; + } + } + namespace Profiler { + /** + * Profile node. Holds callsite information, execution statistics and child nodes. + */ + interface ProfileNode { + /** + * Unique id of the node. + */ + id: number; + /** + * Function location. + */ + callFrame: Runtime.CallFrame; + /** + * Number of samples where this node was on top of the call stack. + */ + hitCount?: number | undefined; + /** + * Child node ids. + */ + children?: number[] | undefined; + /** + * The reason of being not optimized. The function may be deoptimized or marked as don't optimize. + */ + deoptReason?: string | undefined; + /** + * An array of source position ticks. + */ + positionTicks?: PositionTickInfo[] | undefined; + } + /** + * Profile. + */ + interface Profile { + /** + * The list of profile nodes. First item is the root node. + */ + nodes: ProfileNode[]; + /** + * Profiling start timestamp in microseconds. + */ + startTime: number; + /** + * Profiling end timestamp in microseconds. + */ + endTime: number; + /** + * Ids of samples top nodes. + */ + samples?: number[] | undefined; + /** + * Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime. + */ + timeDeltas?: number[] | undefined; + } + /** + * Specifies a number of samples attributed to a certain source position. + */ + interface PositionTickInfo { + /** + * Source line number (1-based). + */ + line: number; + /** + * Number of samples attributed to the source line. + */ + ticks: number; + } + /** + * Coverage data for a source range. + */ + interface CoverageRange { + /** + * JavaScript script source offset for the range start. + */ + startOffset: number; + /** + * JavaScript script source offset for the range end. + */ + endOffset: number; + /** + * Collected execution count of the source range. + */ + count: number; + } + /** + * Coverage data for a JavaScript function. + */ + interface FunctionCoverage { + /** + * JavaScript function name. + */ + functionName: string; + /** + * Source ranges inside the function with coverage data. + */ + ranges: CoverageRange[]; + /** + * Whether coverage data for this function has block granularity. + */ + isBlockCoverage: boolean; + } + /** + * Coverage data for a JavaScript script. + */ + interface ScriptCoverage { + /** + * JavaScript script id. + */ + scriptId: Runtime.ScriptId; + /** + * JavaScript script name or url. + */ + url: string; + /** + * Functions contained in the script that has coverage data. + */ + functions: FunctionCoverage[]; + } + interface SetSamplingIntervalParameterType { + /** + * New sampling interval in microseconds. + */ + interval: number; + } + interface StartPreciseCoverageParameterType { + /** + * Collect accurate call counts beyond simple 'covered' or 'not covered'. + */ + callCount?: boolean | undefined; + /** + * Collect block-based coverage. + */ + detailed?: boolean | undefined; + } + interface StopReturnType { + /** + * Recorded profile. + */ + profile: Profile; + } + interface TakePreciseCoverageReturnType { + /** + * Coverage data for the current isolate. + */ + result: ScriptCoverage[]; + } + interface GetBestEffortCoverageReturnType { + /** + * Coverage data for the current isolate. + */ + result: ScriptCoverage[]; + } + interface ConsoleProfileStartedEventDataType { + id: string; + /** + * Location of console.profile(). + */ + location: Debugger.Location; + /** + * Profile title passed as an argument to console.profile(). + */ + title?: string | undefined; + } + interface ConsoleProfileFinishedEventDataType { + id: string; + /** + * Location of console.profileEnd(). + */ + location: Debugger.Location; + profile: Profile; + /** + * Profile title passed as an argument to console.profile(). + */ + title?: string | undefined; + } + } + namespace HeapProfiler { + /** + * Heap snapshot object id. + */ + type HeapSnapshotObjectId = string; + /** + * Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes. + */ + interface SamplingHeapProfileNode { + /** + * Function location. + */ + callFrame: Runtime.CallFrame; + /** + * Allocations size in bytes for the node excluding children. + */ + selfSize: number; + /** + * Child nodes. + */ + children: SamplingHeapProfileNode[]; + } + /** + * Profile. + */ + interface SamplingHeapProfile { + head: SamplingHeapProfileNode; + } + interface StartTrackingHeapObjectsParameterType { + trackAllocations?: boolean | undefined; + } + interface StopTrackingHeapObjectsParameterType { + /** + * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped. + */ + reportProgress?: boolean | undefined; + } + interface TakeHeapSnapshotParameterType { + /** + * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken. + */ + reportProgress?: boolean | undefined; + } + interface GetObjectByHeapObjectIdParameterType { + objectId: HeapSnapshotObjectId; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string | undefined; + } + interface AddInspectedHeapObjectParameterType { + /** + * Heap snapshot object id to be accessible by means of $x command line API. + */ + heapObjectId: HeapSnapshotObjectId; + } + interface GetHeapObjectIdParameterType { + /** + * Identifier of the object to get heap object id for. + */ + objectId: Runtime.RemoteObjectId; + } + interface StartSamplingParameterType { + /** + * Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes. + */ + samplingInterval?: number | undefined; + } + interface GetObjectByHeapObjectIdReturnType { + /** + * Evaluation result. + */ + result: Runtime.RemoteObject; + } + interface GetHeapObjectIdReturnType { + /** + * Id of the heap snapshot object corresponding to the passed remote object id. + */ + heapSnapshotObjectId: HeapSnapshotObjectId; + } + interface StopSamplingReturnType { + /** + * Recorded sampling heap profile. + */ + profile: SamplingHeapProfile; + } + interface GetSamplingProfileReturnType { + /** + * Return the sampling profile being collected. + */ + profile: SamplingHeapProfile; + } + interface AddHeapSnapshotChunkEventDataType { + chunk: string; + } + interface ReportHeapSnapshotProgressEventDataType { + done: number; + total: number; + finished?: boolean | undefined; + } + interface LastSeenObjectIdEventDataType { + lastSeenObjectId: number; + timestamp: number; + } + interface HeapStatsUpdateEventDataType { + /** + * An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment. + */ + statsUpdate: number[]; + } + } + namespace NodeTracing { + interface TraceConfig { + /** + * Controls how the trace buffer stores data. + */ + recordMode?: string | undefined; + /** + * Included category filters. + */ + includedCategories: string[]; + } + interface StartParameterType { + traceConfig: TraceConfig; + } + interface GetCategoriesReturnType { + /** + * A list of supported tracing categories. + */ + categories: string[]; + } + interface DataCollectedEventDataType { + value: Array<{}>; + } + } + namespace NodeWorker { + type WorkerID = string; + /** + * Unique identifier of attached debugging session. + */ + type SessionID = string; + interface WorkerInfo { + workerId: WorkerID; + type: string; + title: string; + url: string; + } + interface SendMessageToWorkerParameterType { + message: string; + /** + * Identifier of the session. + */ + sessionId: SessionID; + } + interface EnableParameterType { + /** + * Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugger` + * message to run them. + */ + waitForDebuggerOnStart: boolean; + } + interface DetachParameterType { + sessionId: SessionID; + } + interface AttachedToWorkerEventDataType { + /** + * Identifier assigned to the session used to send/receive messages. + */ + sessionId: SessionID; + workerInfo: WorkerInfo; + waitingForDebugger: boolean; + } + interface DetachedFromWorkerEventDataType { + /** + * Detached session identifier. + */ + sessionId: SessionID; + } + interface ReceivedMessageFromWorkerEventDataType { + /** + * Identifier of a session which sends a message. + */ + sessionId: SessionID; + message: string; + } + } + namespace Network { + /** + * Resource type as it was perceived by the rendering engine. + */ + type ResourceType = string; + /** + * Unique request identifier. + */ + type RequestId = string; + /** + * UTC time in seconds, counted from January 1, 1970. + */ + type TimeSinceEpoch = number; + /** + * Monotonically increasing time in seconds since an arbitrary point in the past. + */ + type MonotonicTime = number; + /** + * Information about the request initiator. + */ + interface Initiator { + /** + * Type of this initiator. + */ + type: string; + /** + * Initiator JavaScript stack trace, set for Script only. + * Requires the Debugger domain to be enabled. + */ + stack?: Runtime.StackTrace | undefined; + /** + * Initiator URL, set for Parser type or for Script type (when script is importing module) or for SignedExchange type. + */ + url?: string | undefined; + /** + * Initiator line number, set for Parser type or for Script type (when script is importing + * module) (0-based). + */ + lineNumber?: number | undefined; + /** + * Initiator column number, set for Parser type or for Script type (when script is importing + * module) (0-based). + */ + columnNumber?: number | undefined; + /** + * Set if another request triggered this request (e.g. preflight). + */ + requestId?: RequestId | undefined; + } + /** + * HTTP request data. + */ + interface Request { + url: string; + method: string; + headers: Headers; + } + /** + * HTTP response data. + */ + interface Response { + url: string; + status: number; + statusText: string; + headers: Headers; + } + /** + * Request / response headers as keys / values of JSON object. + */ + interface Headers { + } + interface RequestWillBeSentEventDataType { + /** + * Request identifier. + */ + requestId: RequestId; + /** + * Request data. + */ + request: Request; + /** + * Request initiator. + */ + initiator: Initiator; + /** + * Timestamp. + */ + timestamp: MonotonicTime; + /** + * Timestamp. + */ + wallTime: TimeSinceEpoch; + } + interface ResponseReceivedEventDataType { + /** + * Request identifier. + */ + requestId: RequestId; + /** + * Timestamp. + */ + timestamp: MonotonicTime; + /** + * Resource type. + */ + type: ResourceType; + /** + * Response data. + */ + response: Response; + } + interface LoadingFailedEventDataType { + /** + * Request identifier. + */ + requestId: RequestId; + /** + * Timestamp. + */ + timestamp: MonotonicTime; + /** + * Resource type. + */ + type: ResourceType; + /** + * Error message. + */ + errorText: string; + } + interface LoadingFinishedEventDataType { + /** + * Request identifier. + */ + requestId: RequestId; + /** + * Timestamp. + */ + timestamp: MonotonicTime; + } + } + namespace NodeRuntime { + interface NotifyWhenWaitingForDisconnectParameterType { + enabled: boolean; + } + } + namespace Target { + type SessionID = string; + type TargetID = string; + interface TargetInfo { + targetId: TargetID; + type: string; + title: string; + url: string; + attached: boolean; + canAccessOpener: boolean; + } + interface SetAutoAttachParameterType { + autoAttach: boolean; + waitForDebuggerOnStart: boolean; + } + interface TargetCreatedEventDataType { + targetInfo: TargetInfo; + } + interface AttachedToTargetEventDataType { + sessionId: SessionID; + targetInfo: TargetInfo; + waitingForDebugger: boolean; + } + } + + /** + * The `inspector.Session` is used for dispatching messages to the V8 inspector + * back-end and receiving message responses and notifications. + */ + class Session extends EventEmitter { + /** + * Create a new instance of the inspector.Session class. + * The inspector session needs to be connected through `session.connect()` before the messages can be dispatched to the inspector backend. + */ + constructor(); + + /** + * Connects a session to the inspector back-end. + */ + connect(): void; + + /** + * Connects a session to the inspector back-end. + * An exception will be thrown if this API was not called on a Worker thread. + * @since v12.11.0 + */ + connectToMainThread(): void; + + /** + * Immediately close the session. All pending message callbacks will be called with an error. + * `session.connect()` will need to be called to be able to send messages again. + * Reconnected session will lose all inspector state, such as enabled agents or configured breakpoints. + */ + disconnect(): void; + + /** + * Posts a message to the inspector back-end. `callback` will be notified when + * a response is received. `callback` is a function that accepts two optional + * arguments: error and message-specific result. + * + * ```js + * session.post('Runtime.evaluate', { expression: '2 + 2' }, + * (error, { result }) => console.log(result)); + * // Output: { type: 'number', value: 4, description: '4' } + * ``` + * + * The latest version of the V8 inspector protocol is published on the + * [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/). + * + * Node.js inspector supports all the Chrome DevTools Protocol domains declared + * by V8. Chrome DevTools Protocol domain provides an interface for interacting + * with one of the runtime agents used to inspect the application state and listen + * to the run-time events. + */ + post(method: string, callback?: (err: Error | null, params?: object) => void): void; + post(method: string, params?: object, callback?: (err: Error | null, params?: object) => void): void; + /** + * Returns supported domains. + */ + post(method: 'Schema.getDomains', callback?: (err: Error | null, params: Schema.GetDomainsReturnType) => void): void; + /** + * Evaluates expression on global object. + */ + post(method: 'Runtime.evaluate', params?: Runtime.EvaluateParameterType, callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; + post(method: 'Runtime.evaluate', callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; + /** + * Add handler to promise with given promise object id. + */ + post(method: 'Runtime.awaitPromise', params?: Runtime.AwaitPromiseParameterType, callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; + post(method: 'Runtime.awaitPromise', callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; + /** + * Calls function with given declaration on the given object. Object group of the result is inherited from the target object. + */ + post(method: 'Runtime.callFunctionOn', params?: Runtime.CallFunctionOnParameterType, callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; + post(method: 'Runtime.callFunctionOn', callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; + /** + * Returns properties of a given object. Object group of the result is inherited from the target object. + */ + post(method: 'Runtime.getProperties', params?: Runtime.GetPropertiesParameterType, callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; + post(method: 'Runtime.getProperties', callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; + /** + * Releases remote object with given id. + */ + post(method: 'Runtime.releaseObject', params?: Runtime.ReleaseObjectParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Runtime.releaseObject', callback?: (err: Error | null) => void): void; + /** + * Releases all remote objects that belong to a given group. + */ + post(method: 'Runtime.releaseObjectGroup', params?: Runtime.ReleaseObjectGroupParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Runtime.releaseObjectGroup', callback?: (err: Error | null) => void): void; + /** + * Tells inspected instance to run if it was waiting for debugger to attach. + */ + post(method: 'Runtime.runIfWaitingForDebugger', callback?: (err: Error | null) => void): void; + /** + * Enables reporting of execution contexts creation by means of executionContextCreated event. When the reporting gets enabled the event will be sent immediately for each existing execution context. + */ + post(method: 'Runtime.enable', callback?: (err: Error | null) => void): void; + /** + * Disables reporting of execution contexts creation. + */ + post(method: 'Runtime.disable', callback?: (err: Error | null) => void): void; + /** + * Discards collected exceptions and console API calls. + */ + post(method: 'Runtime.discardConsoleEntries', callback?: (err: Error | null) => void): void; + /** + * @experimental + */ + post(method: 'Runtime.setCustomObjectFormatterEnabled', params?: Runtime.SetCustomObjectFormatterEnabledParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Runtime.setCustomObjectFormatterEnabled', callback?: (err: Error | null) => void): void; + /** + * Compiles expression. + */ + post(method: 'Runtime.compileScript', params?: Runtime.CompileScriptParameterType, callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; + post(method: 'Runtime.compileScript', callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; + /** + * Runs script with given id in a given context. + */ + post(method: 'Runtime.runScript', params?: Runtime.RunScriptParameterType, callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; + post(method: 'Runtime.runScript', callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; + post(method: 'Runtime.queryObjects', params?: Runtime.QueryObjectsParameterType, callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; + post(method: 'Runtime.queryObjects', callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; + /** + * Returns all let, const and class variables from global scope. + */ + post( + method: 'Runtime.globalLexicalScopeNames', + params?: Runtime.GlobalLexicalScopeNamesParameterType, + callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void + ): void; + post(method: 'Runtime.globalLexicalScopeNames', callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void): void; + /** + * Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received. + */ + post(method: 'Debugger.enable', callback?: (err: Error | null, params: Debugger.EnableReturnType) => void): void; + /** + * Disables debugger for given page. + */ + post(method: 'Debugger.disable', callback?: (err: Error | null) => void): void; + /** + * Activates / deactivates all breakpoints on the page. + */ + post(method: 'Debugger.setBreakpointsActive', params?: Debugger.SetBreakpointsActiveParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setBreakpointsActive', callback?: (err: Error | null) => void): void; + /** + * Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc). + */ + post(method: 'Debugger.setSkipAllPauses', params?: Debugger.SetSkipAllPausesParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setSkipAllPauses', callback?: (err: Error | null) => void): void; + /** + * Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in locations property. Further matching script parsing will result in subsequent breakpointResolved events issued. This logical breakpoint will survive page reloads. + */ + post(method: 'Debugger.setBreakpointByUrl', params?: Debugger.SetBreakpointByUrlParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; + post(method: 'Debugger.setBreakpointByUrl', callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; + /** + * Sets JavaScript breakpoint at a given location. + */ + post(method: 'Debugger.setBreakpoint', params?: Debugger.SetBreakpointParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; + post(method: 'Debugger.setBreakpoint', callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; + /** + * Removes JavaScript breakpoint. + */ + post(method: 'Debugger.removeBreakpoint', params?: Debugger.RemoveBreakpointParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.removeBreakpoint', callback?: (err: Error | null) => void): void; + /** + * Returns possible locations for breakpoint. scriptId in start and end range locations should be the same. + */ + post( + method: 'Debugger.getPossibleBreakpoints', + params?: Debugger.GetPossibleBreakpointsParameterType, + callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void + ): void; + post(method: 'Debugger.getPossibleBreakpoints', callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void): void; + /** + * Continues execution until specific location is reached. + */ + post(method: 'Debugger.continueToLocation', params?: Debugger.ContinueToLocationParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.continueToLocation', callback?: (err: Error | null) => void): void; + /** + * @experimental + */ + post(method: 'Debugger.pauseOnAsyncCall', params?: Debugger.PauseOnAsyncCallParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.pauseOnAsyncCall', callback?: (err: Error | null) => void): void; + /** + * Steps over the statement. + */ + post(method: 'Debugger.stepOver', callback?: (err: Error | null) => void): void; + /** + * Steps into the function call. + */ + post(method: 'Debugger.stepInto', params?: Debugger.StepIntoParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.stepInto', callback?: (err: Error | null) => void): void; + /** + * Steps out of the function call. + */ + post(method: 'Debugger.stepOut', callback?: (err: Error | null) => void): void; + /** + * Stops on the next JavaScript statement. + */ + post(method: 'Debugger.pause', callback?: (err: Error | null) => void): void; + /** + * This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called. + * @experimental + */ + post(method: 'Debugger.scheduleStepIntoAsync', callback?: (err: Error | null) => void): void; + /** + * Resumes JavaScript execution. + */ + post(method: 'Debugger.resume', callback?: (err: Error | null) => void): void; + /** + * Returns stack trace with given stackTraceId. + * @experimental + */ + post(method: 'Debugger.getStackTrace', params?: Debugger.GetStackTraceParameterType, callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; + post(method: 'Debugger.getStackTrace', callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; + /** + * Searches for given string in script content. + */ + post(method: 'Debugger.searchInContent', params?: Debugger.SearchInContentParameterType, callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; + post(method: 'Debugger.searchInContent', callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; + /** + * Edits JavaScript source live. + */ + post(method: 'Debugger.setScriptSource', params?: Debugger.SetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; + post(method: 'Debugger.setScriptSource', callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; + /** + * Restarts particular call frame from the beginning. + */ + post(method: 'Debugger.restartFrame', params?: Debugger.RestartFrameParameterType, callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; + post(method: 'Debugger.restartFrame', callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; + /** + * Returns source for the script with given id. + */ + post(method: 'Debugger.getScriptSource', params?: Debugger.GetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; + post(method: 'Debugger.getScriptSource', callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; + /** + * Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is none. + */ + post(method: 'Debugger.setPauseOnExceptions', params?: Debugger.SetPauseOnExceptionsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setPauseOnExceptions', callback?: (err: Error | null) => void): void; + /** + * Evaluates expression on a given call frame. + */ + post(method: 'Debugger.evaluateOnCallFrame', params?: Debugger.EvaluateOnCallFrameParameterType, callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; + post(method: 'Debugger.evaluateOnCallFrame', callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; + /** + * Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually. + */ + post(method: 'Debugger.setVariableValue', params?: Debugger.SetVariableValueParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setVariableValue', callback?: (err: Error | null) => void): void; + /** + * Changes return value in top frame. Available only at return break position. + * @experimental + */ + post(method: 'Debugger.setReturnValue', params?: Debugger.SetReturnValueParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setReturnValue', callback?: (err: Error | null) => void): void; + /** + * Enables or disables async call stacks tracking. + */ + post(method: 'Debugger.setAsyncCallStackDepth', params?: Debugger.SetAsyncCallStackDepthParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setAsyncCallStackDepth', callback?: (err: Error | null) => void): void; + /** + * Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. + * @experimental + */ + post(method: 'Debugger.setBlackboxPatterns', params?: Debugger.SetBlackboxPatternsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setBlackboxPatterns', callback?: (err: Error | null) => void): void; + /** + * Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted. + * @experimental + */ + post(method: 'Debugger.setBlackboxedRanges', params?: Debugger.SetBlackboxedRangesParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setBlackboxedRanges', callback?: (err: Error | null) => void): void; + /** + * Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification. + */ + post(method: 'Console.enable', callback?: (err: Error | null) => void): void; + /** + * Disables console domain, prevents further console messages from being reported to the client. + */ + post(method: 'Console.disable', callback?: (err: Error | null) => void): void; + /** + * Does nothing. + */ + post(method: 'Console.clearMessages', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.enable', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.disable', callback?: (err: Error | null) => void): void; + /** + * Changes CPU profiler sampling interval. Must be called before CPU profiles recording started. + */ + post(method: 'Profiler.setSamplingInterval', params?: Profiler.SetSamplingIntervalParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Profiler.setSamplingInterval', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.start', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.stop', callback?: (err: Error | null, params: Profiler.StopReturnType) => void): void; + /** + * Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters. + */ + post(method: 'Profiler.startPreciseCoverage', params?: Profiler.StartPreciseCoverageParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Profiler.startPreciseCoverage', callback?: (err: Error | null) => void): void; + /** + * Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code. + */ + post(method: 'Profiler.stopPreciseCoverage', callback?: (err: Error | null) => void): void; + /** + * Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started. + */ + post(method: 'Profiler.takePreciseCoverage', callback?: (err: Error | null, params: Profiler.TakePreciseCoverageReturnType) => void): void; + /** + * Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection. + */ + post(method: 'Profiler.getBestEffortCoverage', callback?: (err: Error | null, params: Profiler.GetBestEffortCoverageReturnType) => void): void; + post(method: 'HeapProfiler.enable', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.disable', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.startTrackingHeapObjects', params?: HeapProfiler.StartTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.startTrackingHeapObjects', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.stopTrackingHeapObjects', params?: HeapProfiler.StopTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.stopTrackingHeapObjects', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.takeHeapSnapshot', params?: HeapProfiler.TakeHeapSnapshotParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.takeHeapSnapshot', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.collectGarbage', callback?: (err: Error | null) => void): void; + post( + method: 'HeapProfiler.getObjectByHeapObjectId', + params?: HeapProfiler.GetObjectByHeapObjectIdParameterType, + callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void + ): void; + post(method: 'HeapProfiler.getObjectByHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void): void; + /** + * Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions). + */ + post(method: 'HeapProfiler.addInspectedHeapObject', params?: HeapProfiler.AddInspectedHeapObjectParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.addInspectedHeapObject', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.getHeapObjectId', params?: HeapProfiler.GetHeapObjectIdParameterType, callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; + post(method: 'HeapProfiler.getHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; + post(method: 'HeapProfiler.startSampling', params?: HeapProfiler.StartSamplingParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.startSampling', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.stopSampling', callback?: (err: Error | null, params: HeapProfiler.StopSamplingReturnType) => void): void; + post(method: 'HeapProfiler.getSamplingProfile', callback?: (err: Error | null, params: HeapProfiler.GetSamplingProfileReturnType) => void): void; + /** + * Gets supported tracing categories. + */ + post(method: 'NodeTracing.getCategories', callback?: (err: Error | null, params: NodeTracing.GetCategoriesReturnType) => void): void; + /** + * Start trace events collection. + */ + post(method: 'NodeTracing.start', params?: NodeTracing.StartParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeTracing.start', callback?: (err: Error | null) => void): void; + /** + * Stop trace events collection. Remaining collected events will be sent as a sequence of + * dataCollected events followed by tracingComplete event. + */ + post(method: 'NodeTracing.stop', callback?: (err: Error | null) => void): void; + /** + * Sends protocol message over session with given id. + */ + post(method: 'NodeWorker.sendMessageToWorker', params?: NodeWorker.SendMessageToWorkerParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeWorker.sendMessageToWorker', callback?: (err: Error | null) => void): void; + /** + * Instructs the inspector to attach to running workers. Will also attach to new workers + * as they start + */ + post(method: 'NodeWorker.enable', params?: NodeWorker.EnableParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeWorker.enable', callback?: (err: Error | null) => void): void; + /** + * Detaches from all running workers and disables attaching to new workers as they are started. + */ + post(method: 'NodeWorker.disable', callback?: (err: Error | null) => void): void; + /** + * Detached from the worker with given sessionId. + */ + post(method: 'NodeWorker.detach', params?: NodeWorker.DetachParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeWorker.detach', callback?: (err: Error | null) => void): void; + /** + * Disables network tracking, prevents network events from being sent to the client. + */ + post(method: 'Network.disable', callback?: (err: Error | null) => void): void; + /** + * Enables network tracking, network events will now be delivered to the client. + */ + post(method: 'Network.enable', callback?: (err: Error | null) => void): void; + /** + * Enable the NodeRuntime events except by `NodeRuntime.waitingForDisconnect`. + */ + post(method: 'NodeRuntime.enable', callback?: (err: Error | null) => void): void; + /** + * Disable NodeRuntime events + */ + post(method: 'NodeRuntime.disable', callback?: (err: Error | null) => void): void; + /** + * Enable the `NodeRuntime.waitingForDisconnect`. + */ + post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', callback?: (err: Error | null) => void): void; + post(method: 'Target.setAutoAttach', params?: Target.SetAutoAttachParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Target.setAutoAttach', callback?: (err: Error | null) => void): void; + + addListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + addListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + addListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + addListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + addListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + addListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + addListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + addListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + addListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + addListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + addListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + addListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + addListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + addListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + addListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + addListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + addListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + addListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + addListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + addListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + addListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + addListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + addListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + addListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + addListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + addListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + addListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + addListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + addListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + addListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + addListener(event: 'Target.targetCreated', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Target.attachedToTarget', listener: (message: InspectorNotification) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'inspectorNotification', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextCreated', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextDestroyed', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextsCleared'): boolean; + emit(event: 'Runtime.exceptionThrown', message: InspectorNotification): boolean; + emit(event: 'Runtime.exceptionRevoked', message: InspectorNotification): boolean; + emit(event: 'Runtime.consoleAPICalled', message: InspectorNotification): boolean; + emit(event: 'Runtime.inspectRequested', message: InspectorNotification): boolean; + emit(event: 'Debugger.scriptParsed', message: InspectorNotification): boolean; + emit(event: 'Debugger.scriptFailedToParse', message: InspectorNotification): boolean; + emit(event: 'Debugger.breakpointResolved', message: InspectorNotification): boolean; + emit(event: 'Debugger.paused', message: InspectorNotification): boolean; + emit(event: 'Debugger.resumed'): boolean; + emit(event: 'Console.messageAdded', message: InspectorNotification): boolean; + emit(event: 'Profiler.consoleProfileStarted', message: InspectorNotification): boolean; + emit(event: 'Profiler.consoleProfileFinished', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.addHeapSnapshotChunk', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.resetProfiles'): boolean; + emit(event: 'HeapProfiler.reportHeapSnapshotProgress', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.lastSeenObjectId', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.heapStatsUpdate', message: InspectorNotification): boolean; + emit(event: 'NodeTracing.dataCollected', message: InspectorNotification): boolean; + emit(event: 'NodeTracing.tracingComplete'): boolean; + emit(event: 'NodeWorker.attachedToWorker', message: InspectorNotification): boolean; + emit(event: 'NodeWorker.detachedFromWorker', message: InspectorNotification): boolean; + emit(event: 'NodeWorker.receivedMessageFromWorker', message: InspectorNotification): boolean; + emit(event: 'Network.requestWillBeSent', message: InspectorNotification): boolean; + emit(event: 'Network.responseReceived', message: InspectorNotification): boolean; + emit(event: 'Network.loadingFailed', message: InspectorNotification): boolean; + emit(event: 'Network.loadingFinished', message: InspectorNotification): boolean; + emit(event: 'NodeRuntime.waitingForDisconnect'): boolean; + emit(event: 'NodeRuntime.waitingForDebugger'): boolean; + emit(event: 'Target.targetCreated', message: InspectorNotification): boolean; + emit(event: 'Target.attachedToTarget', message: InspectorNotification): boolean; + on(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + on(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + on(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + on(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + on(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + on(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + on(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + on(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + on(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + on(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + on(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + on(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + on(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + on(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + on(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + on(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + on(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + on(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + on(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + on(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + on(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + on(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + on(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + on(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + on(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + on(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + on(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + on(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + on(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + on(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + on(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + on(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + on(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + on(event: 'Target.targetCreated', listener: (message: InspectorNotification) => void): this; + on(event: 'Target.attachedToTarget', listener: (message: InspectorNotification) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + once(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + once(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + once(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + once(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + once(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + once(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + once(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + once(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + once(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + once(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + once(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + once(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + once(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + once(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + once(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + once(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + once(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + once(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + once(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + once(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + once(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + once(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + once(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + once(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + once(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + once(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + once(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + once(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + once(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + once(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + once(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + once(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + once(event: 'Target.targetCreated', listener: (message: InspectorNotification) => void): this; + once(event: 'Target.attachedToTarget', listener: (message: InspectorNotification) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + prependListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + prependListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + prependListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + prependListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + prependListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + prependListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + prependListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + prependListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + prependListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + prependListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + prependListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + prependListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + prependListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + prependListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + prependListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + prependListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + prependListener(event: 'Target.targetCreated', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Target.attachedToTarget', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependOnceListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + prependOnceListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + prependOnceListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + prependOnceListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + prependOnceListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + prependOnceListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + prependOnceListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependOnceListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependOnceListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + prependOnceListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependOnceListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependOnceListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + prependOnceListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + prependOnceListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependOnceListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + prependOnceListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependOnceListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependOnceListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + prependOnceListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependOnceListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + prependOnceListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + prependOnceListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependOnceListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + prependOnceListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + prependOnceListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependOnceListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + prependOnceListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + prependOnceListener(event: 'Target.targetCreated', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Target.attachedToTarget', listener: (message: InspectorNotification) => void): this; + } + + /** + * Activate inspector on host and port. Equivalent to `node --inspect=[[host:]port]`, but can be done programmatically after node has + * started. + * + * If wait is `true`, will block until a client has connected to the inspect port + * and flow control has been passed to the debugger client. + * + * See the [security warning](https://nodejs.org/docs/latest-v24.x/api/cli.html#warning-binding-inspector-to-a-public-ipport-combination-is-insecure) + * regarding the `host` parameter usage. + * @param port Port to listen on for inspector connections. Defaults to what was specified on the CLI. + * @param host Host to listen on for inspector connections. Defaults to what was specified on the CLI. + * @param wait Block until a client has connected. Defaults to what was specified on the CLI. + * @returns Disposable that calls `inspector.close()`. + */ + function open(port?: number, host?: string, wait?: boolean): Disposable; + + /** + * Deactivate the inspector. Blocks until there are no active connections. + */ + function close(): void; + + /** + * Return the URL of the active inspector, or `undefined` if there is none. + * + * ```console + * $ node --inspect -p 'inspector.url()' + * Debugger listening on ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34 + * For help, see: https://nodejs.org/en/docs/inspector + * ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34 + * + * $ node --inspect=localhost:3000 -p 'inspector.url()' + * Debugger listening on ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a + * For help, see: https://nodejs.org/en/docs/inspector + * ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a + * + * $ node -p 'inspector.url()' + * undefined + * ``` + */ + function url(): string | undefined; + + /** + * Blocks until a client (existing or connected later) has sent `Runtime.runIfWaitingForDebugger` command. + * + * An exception will be thrown if there is no active inspector. + * @since v12.7.0 + */ + function waitForDebugger(): void; + + // These methods are exposed by the V8 inspector console API (inspector/v8-console.h). + // The method signatures differ from those of the Node.js console, and are deliberately + // typed permissively. + interface InspectorConsole { + debug(...data: any[]): void; + error(...data: any[]): void; + info(...data: any[]): void; + log(...data: any[]): void; + warn(...data: any[]): void; + dir(...data: any[]): void; + dirxml(...data: any[]): void; + table(...data: any[]): void; + trace(...data: any[]): void; + group(...data: any[]): void; + groupCollapsed(...data: any[]): void; + groupEnd(...data: any[]): void; + clear(...data: any[]): void; + count(label?: any): void; + countReset(label?: any): void; + assert(value?: any, ...data: any[]): void; + profile(label?: any): void; + profileEnd(label?: any): void; + time(label?: any): void; + timeLog(label?: any): void; + timeStamp(label?: any): void; + } + + /** + * An object to send messages to the remote inspector console. + * @since v11.0.0 + */ + const console: InspectorConsole; + + // DevTools protocol event broadcast methods + namespace Network { + /** + * This feature is only available with the `--experimental-network-inspection` flag enabled. + * + * Broadcasts the `Network.requestWillBeSent` event to connected frontends. This event indicates that + * the application is about to send an HTTP request. + * @since v22.6.0 + */ + function requestWillBeSent(params: RequestWillBeSentEventDataType): void; + /** + * This feature is only available with the `--experimental-network-inspection` flag enabled. + * + * Broadcasts the `Network.responseReceived` event to connected frontends. This event indicates that + * HTTP response is available. + * @since v22.6.0 + */ + function responseReceived(params: ResponseReceivedEventDataType): void; + /** + * This feature is only available with the `--experimental-network-inspection` flag enabled. + * + * Broadcasts the `Network.loadingFinished` event to connected frontends. This event indicates that + * HTTP request has finished loading. + * @since v22.6.0 + */ + function loadingFinished(params: LoadingFinishedEventDataType): void; + /** + * This feature is only available with the `--experimental-network-inspection` flag enabled. + * + * Broadcasts the `Network.loadingFailed` event to connected frontends. This event indicates that + * HTTP request has failed to load. + * @since v22.7.0 + */ + function loadingFailed(params: LoadingFailedEventDataType): void; + } +} + +/** + * The `node:inspector` module provides an API for interacting with the V8 + * inspector. + */ +declare module 'node:inspector' { + export * from 'inspector'; +} + +/** + * The `node:inspector/promises` module provides an API for interacting with the V8 + * inspector. + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/inspector/promises.js) + * @since v19.0.0 + */ +declare module 'inspector/promises' { + import EventEmitter = require('node:events'); + import { + open, + close, + url, + waitForDebugger, + console, + InspectorNotification, + Schema, + Runtime, + Debugger, + Console, + Profiler, + HeapProfiler, + NodeTracing, + NodeWorker, + Network, + NodeRuntime, + Target, + } from 'inspector'; + + /** + * The `inspector.Session` is used for dispatching messages to the V8 inspector + * back-end and receiving message responses and notifications. + * @since v19.0.0 + */ + class Session extends EventEmitter { + /** + * Create a new instance of the `inspector.Session` class. + * The inspector session needs to be connected through `session.connect()` before the messages can be dispatched to the inspector backend. + */ + constructor(); + + /** + * Connects a session to the inspector back-end. + */ + connect(): void; + + /** + * Connects a session to the inspector back-end. + * An exception will be thrown if this API was not called on a Worker thread. + */ + connectToMainThread(): void; + + /** + * Immediately close the session. All pending message callbacks will be called with an error. + * `session.connect()` will need to be called to be able to send messages again. + * Reconnected session will lose all inspector state, such as enabled agents or configured breakpoints. + */ + disconnect(): void; + + /** + * Posts a message to the inspector back-end. + * + * ```js + * import { Session } from 'node:inspector/promises'; + * try { + * const session = new Session(); + * session.connect(); + * const result = await session.post('Runtime.evaluate', { expression: '2 + 2' }); + * console.log(result); + * } catch (error) { + * console.error(error); + * } + * // Output: { result: { type: 'number', value: 4, description: '4' } } + * ``` + * + * The latest version of the V8 inspector protocol is published on the + * [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/). + * + * Node.js inspector supports all the Chrome DevTools Protocol domains declared + * by V8. Chrome DevTools Protocol domain provides an interface for interacting + * with one of the runtime agents used to inspect the application state and listen + * to the run-time events. + */ + post(method: string, params?: object): Promise; + /** + * Returns supported domains. + */ + post(method: 'Schema.getDomains'): Promise; + /** + * Evaluates expression on global object. + */ + post(method: 'Runtime.evaluate', params?: Runtime.EvaluateParameterType): Promise; + /** + * Add handler to promise with given promise object id. + */ + post(method: 'Runtime.awaitPromise', params?: Runtime.AwaitPromiseParameterType): Promise; + /** + * Calls function with given declaration on the given object. Object group of the result is inherited from the target object. + */ + post(method: 'Runtime.callFunctionOn', params?: Runtime.CallFunctionOnParameterType): Promise; + /** + * Returns properties of a given object. Object group of the result is inherited from the target object. + */ + post(method: 'Runtime.getProperties', params?: Runtime.GetPropertiesParameterType): Promise; + /** + * Releases remote object with given id. + */ + post(method: 'Runtime.releaseObject', params?: Runtime.ReleaseObjectParameterType): Promise; + /** + * Releases all remote objects that belong to a given group. + */ + post(method: 'Runtime.releaseObjectGroup', params?: Runtime.ReleaseObjectGroupParameterType): Promise; + /** + * Tells inspected instance to run if it was waiting for debugger to attach. + */ + post(method: 'Runtime.runIfWaitingForDebugger'): Promise; + /** + * Enables reporting of execution contexts creation by means of executionContextCreated event. When the reporting gets enabled the event will be sent immediately for each existing execution context. + */ + post(method: 'Runtime.enable'): Promise; + /** + * Disables reporting of execution contexts creation. + */ + post(method: 'Runtime.disable'): Promise; + /** + * Discards collected exceptions and console API calls. + */ + post(method: 'Runtime.discardConsoleEntries'): Promise; + /** + * @experimental + */ + post(method: 'Runtime.setCustomObjectFormatterEnabled', params?: Runtime.SetCustomObjectFormatterEnabledParameterType): Promise; + /** + * Compiles expression. + */ + post(method: 'Runtime.compileScript', params?: Runtime.CompileScriptParameterType): Promise; + /** + * Runs script with given id in a given context. + */ + post(method: 'Runtime.runScript', params?: Runtime.RunScriptParameterType): Promise; + post(method: 'Runtime.queryObjects', params?: Runtime.QueryObjectsParameterType): Promise; + /** + * Returns all let, const and class variables from global scope. + */ + post(method: 'Runtime.globalLexicalScopeNames', params?: Runtime.GlobalLexicalScopeNamesParameterType): Promise; + /** + * Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received. + */ + post(method: 'Debugger.enable'): Promise; + /** + * Disables debugger for given page. + */ + post(method: 'Debugger.disable'): Promise; + /** + * Activates / deactivates all breakpoints on the page. + */ + post(method: 'Debugger.setBreakpointsActive', params?: Debugger.SetBreakpointsActiveParameterType): Promise; + /** + * Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc). + */ + post(method: 'Debugger.setSkipAllPauses', params?: Debugger.SetSkipAllPausesParameterType): Promise; + /** + * Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in locations property. Further matching script parsing will result in subsequent breakpointResolved events issued. This logical breakpoint will survive page reloads. + */ + post(method: 'Debugger.setBreakpointByUrl', params?: Debugger.SetBreakpointByUrlParameterType): Promise; + /** + * Sets JavaScript breakpoint at a given location. + */ + post(method: 'Debugger.setBreakpoint', params?: Debugger.SetBreakpointParameterType): Promise; + /** + * Removes JavaScript breakpoint. + */ + post(method: 'Debugger.removeBreakpoint', params?: Debugger.RemoveBreakpointParameterType): Promise; + /** + * Returns possible locations for breakpoint. scriptId in start and end range locations should be the same. + */ + post(method: 'Debugger.getPossibleBreakpoints', params?: Debugger.GetPossibleBreakpointsParameterType): Promise; + /** + * Continues execution until specific location is reached. + */ + post(method: 'Debugger.continueToLocation', params?: Debugger.ContinueToLocationParameterType): Promise; + /** + * @experimental + */ + post(method: 'Debugger.pauseOnAsyncCall', params?: Debugger.PauseOnAsyncCallParameterType): Promise; + /** + * Steps over the statement. + */ + post(method: 'Debugger.stepOver'): Promise; + /** + * Steps into the function call. + */ + post(method: 'Debugger.stepInto', params?: Debugger.StepIntoParameterType): Promise; + /** + * Steps out of the function call. + */ + post(method: 'Debugger.stepOut'): Promise; + /** + * Stops on the next JavaScript statement. + */ + post(method: 'Debugger.pause'): Promise; + /** + * This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called. + * @experimental + */ + post(method: 'Debugger.scheduleStepIntoAsync'): Promise; + /** + * Resumes JavaScript execution. + */ + post(method: 'Debugger.resume'): Promise; + /** + * Returns stack trace with given stackTraceId. + * @experimental + */ + post(method: 'Debugger.getStackTrace', params?: Debugger.GetStackTraceParameterType): Promise; + /** + * Searches for given string in script content. + */ + post(method: 'Debugger.searchInContent', params?: Debugger.SearchInContentParameterType): Promise; + /** + * Edits JavaScript source live. + */ + post(method: 'Debugger.setScriptSource', params?: Debugger.SetScriptSourceParameterType): Promise; + /** + * Restarts particular call frame from the beginning. + */ + post(method: 'Debugger.restartFrame', params?: Debugger.RestartFrameParameterType): Promise; + /** + * Returns source for the script with given id. + */ + post(method: 'Debugger.getScriptSource', params?: Debugger.GetScriptSourceParameterType): Promise; + /** + * Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is none. + */ + post(method: 'Debugger.setPauseOnExceptions', params?: Debugger.SetPauseOnExceptionsParameterType): Promise; + /** + * Evaluates expression on a given call frame. + */ + post(method: 'Debugger.evaluateOnCallFrame', params?: Debugger.EvaluateOnCallFrameParameterType): Promise; + /** + * Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually. + */ + post(method: 'Debugger.setVariableValue', params?: Debugger.SetVariableValueParameterType): Promise; + /** + * Changes return value in top frame. Available only at return break position. + * @experimental + */ + post(method: 'Debugger.setReturnValue', params?: Debugger.SetReturnValueParameterType): Promise; + /** + * Enables or disables async call stacks tracking. + */ + post(method: 'Debugger.setAsyncCallStackDepth', params?: Debugger.SetAsyncCallStackDepthParameterType): Promise; + /** + * Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. + * @experimental + */ + post(method: 'Debugger.setBlackboxPatterns', params?: Debugger.SetBlackboxPatternsParameterType): Promise; + /** + * Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted. + * @experimental + */ + post(method: 'Debugger.setBlackboxedRanges', params?: Debugger.SetBlackboxedRangesParameterType): Promise; + /** + * Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification. + */ + post(method: 'Console.enable'): Promise; + /** + * Disables console domain, prevents further console messages from being reported to the client. + */ + post(method: 'Console.disable'): Promise; + /** + * Does nothing. + */ + post(method: 'Console.clearMessages'): Promise; + post(method: 'Profiler.enable'): Promise; + post(method: 'Profiler.disable'): Promise; + /** + * Changes CPU profiler sampling interval. Must be called before CPU profiles recording started. + */ + post(method: 'Profiler.setSamplingInterval', params?: Profiler.SetSamplingIntervalParameterType): Promise; + post(method: 'Profiler.start'): Promise; + post(method: 'Profiler.stop'): Promise; + /** + * Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters. + */ + post(method: 'Profiler.startPreciseCoverage', params?: Profiler.StartPreciseCoverageParameterType): Promise; + /** + * Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code. + */ + post(method: 'Profiler.stopPreciseCoverage'): Promise; + /** + * Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started. + */ + post(method: 'Profiler.takePreciseCoverage'): Promise; + /** + * Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection. + */ + post(method: 'Profiler.getBestEffortCoverage'): Promise; + post(method: 'HeapProfiler.enable'): Promise; + post(method: 'HeapProfiler.disable'): Promise; + post(method: 'HeapProfiler.startTrackingHeapObjects', params?: HeapProfiler.StartTrackingHeapObjectsParameterType): Promise; + post(method: 'HeapProfiler.stopTrackingHeapObjects', params?: HeapProfiler.StopTrackingHeapObjectsParameterType): Promise; + post(method: 'HeapProfiler.takeHeapSnapshot', params?: HeapProfiler.TakeHeapSnapshotParameterType): Promise; + post(method: 'HeapProfiler.collectGarbage'): Promise; + post(method: 'HeapProfiler.getObjectByHeapObjectId', params?: HeapProfiler.GetObjectByHeapObjectIdParameterType): Promise; + /** + * Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions). + */ + post(method: 'HeapProfiler.addInspectedHeapObject', params?: HeapProfiler.AddInspectedHeapObjectParameterType): Promise; + post(method: 'HeapProfiler.getHeapObjectId', params?: HeapProfiler.GetHeapObjectIdParameterType): Promise; + post(method: 'HeapProfiler.startSampling', params?: HeapProfiler.StartSamplingParameterType): Promise; + post(method: 'HeapProfiler.stopSampling'): Promise; + post(method: 'HeapProfiler.getSamplingProfile'): Promise; + /** + * Gets supported tracing categories. + */ + post(method: 'NodeTracing.getCategories'): Promise; + /** + * Start trace events collection. + */ + post(method: 'NodeTracing.start', params?: NodeTracing.StartParameterType): Promise; + /** + * Stop trace events collection. Remaining collected events will be sent as a sequence of + * dataCollected events followed by tracingComplete event. + */ + post(method: 'NodeTracing.stop'): Promise; + /** + * Sends protocol message over session with given id. + */ + post(method: 'NodeWorker.sendMessageToWorker', params?: NodeWorker.SendMessageToWorkerParameterType): Promise; + /** + * Instructs the inspector to attach to running workers. Will also attach to new workers + * as they start + */ + post(method: 'NodeWorker.enable', params?: NodeWorker.EnableParameterType): Promise; + /** + * Detaches from all running workers and disables attaching to new workers as they are started. + */ + post(method: 'NodeWorker.disable'): Promise; + /** + * Detached from the worker with given sessionId. + */ + post(method: 'NodeWorker.detach', params?: NodeWorker.DetachParameterType): Promise; + /** + * Disables network tracking, prevents network events from being sent to the client. + */ + post(method: 'Network.disable'): Promise; + /** + * Enables network tracking, network events will now be delivered to the client. + */ + post(method: 'Network.enable'): Promise; + /** + * Enable the NodeRuntime events except by `NodeRuntime.waitingForDisconnect`. + */ + post(method: 'NodeRuntime.enable'): Promise; + /** + * Disable NodeRuntime events + */ + post(method: 'NodeRuntime.disable'): Promise; + /** + * Enable the `NodeRuntime.waitingForDisconnect`. + */ + post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType): Promise; + post(method: 'Target.setAutoAttach', params?: Target.SetAutoAttachParameterType): Promise; + + addListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + addListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + addListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + addListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + addListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + addListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + addListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + addListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + addListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + addListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + addListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + addListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + addListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + addListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + addListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + addListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + addListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + addListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + addListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + addListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + addListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + addListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + addListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + addListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + addListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + addListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + addListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + addListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + addListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + addListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + addListener(event: 'Target.targetCreated', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Target.attachedToTarget', listener: (message: InspectorNotification) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'inspectorNotification', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextCreated', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextDestroyed', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextsCleared'): boolean; + emit(event: 'Runtime.exceptionThrown', message: InspectorNotification): boolean; + emit(event: 'Runtime.exceptionRevoked', message: InspectorNotification): boolean; + emit(event: 'Runtime.consoleAPICalled', message: InspectorNotification): boolean; + emit(event: 'Runtime.inspectRequested', message: InspectorNotification): boolean; + emit(event: 'Debugger.scriptParsed', message: InspectorNotification): boolean; + emit(event: 'Debugger.scriptFailedToParse', message: InspectorNotification): boolean; + emit(event: 'Debugger.breakpointResolved', message: InspectorNotification): boolean; + emit(event: 'Debugger.paused', message: InspectorNotification): boolean; + emit(event: 'Debugger.resumed'): boolean; + emit(event: 'Console.messageAdded', message: InspectorNotification): boolean; + emit(event: 'Profiler.consoleProfileStarted', message: InspectorNotification): boolean; + emit(event: 'Profiler.consoleProfileFinished', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.addHeapSnapshotChunk', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.resetProfiles'): boolean; + emit(event: 'HeapProfiler.reportHeapSnapshotProgress', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.lastSeenObjectId', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.heapStatsUpdate', message: InspectorNotification): boolean; + emit(event: 'NodeTracing.dataCollected', message: InspectorNotification): boolean; + emit(event: 'NodeTracing.tracingComplete'): boolean; + emit(event: 'NodeWorker.attachedToWorker', message: InspectorNotification): boolean; + emit(event: 'NodeWorker.detachedFromWorker', message: InspectorNotification): boolean; + emit(event: 'NodeWorker.receivedMessageFromWorker', message: InspectorNotification): boolean; + emit(event: 'Network.requestWillBeSent', message: InspectorNotification): boolean; + emit(event: 'Network.responseReceived', message: InspectorNotification): boolean; + emit(event: 'Network.loadingFailed', message: InspectorNotification): boolean; + emit(event: 'Network.loadingFinished', message: InspectorNotification): boolean; + emit(event: 'NodeRuntime.waitingForDisconnect'): boolean; + emit(event: 'NodeRuntime.waitingForDebugger'): boolean; + emit(event: 'Target.targetCreated', message: InspectorNotification): boolean; + emit(event: 'Target.attachedToTarget', message: InspectorNotification): boolean; + on(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + on(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + on(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + on(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + on(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + on(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + on(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + on(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + on(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + on(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + on(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + on(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + on(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + on(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + on(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + on(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + on(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + on(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + on(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + on(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + on(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + on(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + on(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + on(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + on(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + on(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + on(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + on(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + on(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + on(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + on(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + on(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + on(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + on(event: 'Target.targetCreated', listener: (message: InspectorNotification) => void): this; + on(event: 'Target.attachedToTarget', listener: (message: InspectorNotification) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + once(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + once(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + once(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + once(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + once(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + once(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + once(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + once(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + once(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + once(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + once(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + once(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + once(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + once(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + once(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + once(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + once(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + once(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + once(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + once(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + once(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + once(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + once(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + once(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + once(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + once(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + once(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + once(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + once(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + once(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + once(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + once(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + once(event: 'Target.targetCreated', listener: (message: InspectorNotification) => void): this; + once(event: 'Target.attachedToTarget', listener: (message: InspectorNotification) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + prependListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + prependListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + prependListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + prependListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + prependListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + prependListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + prependListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + prependListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + prependListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + prependListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + prependListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + prependListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + prependListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + prependListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + prependListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + prependListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + prependListener(event: 'Target.targetCreated', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Target.attachedToTarget', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependOnceListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + prependOnceListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + prependOnceListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + prependOnceListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + prependOnceListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + prependOnceListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + prependOnceListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependOnceListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependOnceListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + prependOnceListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependOnceListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependOnceListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + prependOnceListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + prependOnceListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependOnceListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + prependOnceListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependOnceListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependOnceListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + prependOnceListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependOnceListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + prependOnceListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + prependOnceListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependOnceListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + prependOnceListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + prependOnceListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependOnceListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + prependOnceListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + prependOnceListener(event: 'Target.targetCreated', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Target.attachedToTarget', listener: (message: InspectorNotification) => void): this; + } + + export { + Session, + open, + close, + url, + waitForDebugger, + console, + InspectorNotification, + Schema, + Runtime, + Debugger, + Console, + Profiler, + HeapProfiler, + NodeTracing, + NodeWorker, + Network, + NodeRuntime, + Target, + }; +} + +/** + * The `node:inspector/promises` module provides an API for interacting with the V8 + * inspector. + * @since v19.0.0 + */ +declare module 'node:inspector/promises' { + export * from 'inspector/promises'; +} diff --git a/node_modules/@types/node/module.d.ts b/node_modules/@types/node/module.d.ts new file mode 100644 index 0000000..bc51204 --- /dev/null +++ b/node_modules/@types/node/module.d.ts @@ -0,0 +1,869 @@ +/** + * @since v0.3.7 + */ +declare module "module" { + import { URL } from "node:url"; + class Module { + constructor(id: string, parent?: Module); + } + interface Module extends NodeJS.Module {} + namespace Module { + export { Module }; + } + namespace Module { + /** + * A list of the names of all modules provided by Node.js. Can be used to verify + * if a module is maintained by a third party or not. + * + * Note: the list doesn't contain prefix-only modules like `node:test`. + * @since v9.3.0, v8.10.0, v6.13.0 + */ + const builtinModules: readonly string[]; + /** + * @since v12.2.0 + * @param path Filename to be used to construct the require + * function. Must be a file URL object, file URL string, or absolute path + * string. + */ + function createRequire(path: string | URL): NodeJS.Require; + namespace constants { + /** + * The following constants are returned as the `status` field in the object returned by + * {@link enableCompileCache} to indicate the result of the attempt to enable the + * [module compile cache](https://nodejs.org/docs/latest-v24.x/api/module.html#module-compile-cache). + * @since v22.8.0 + */ + namespace compileCacheStatus { + /** + * Node.js has enabled the compile cache successfully. The directory used to store the + * compile cache will be returned in the `directory` field in the + * returned object. + */ + const ENABLED: number; + /** + * The compile cache has already been enabled before, either by a previous call to + * {@link enableCompileCache}, or by the `NODE_COMPILE_CACHE=dir` + * environment variable. The directory used to store the + * compile cache will be returned in the `directory` field in the + * returned object. + */ + const ALREADY_ENABLED: number; + /** + * Node.js fails to enable the compile cache. This can be caused by the lack of + * permission to use the specified directory, or various kinds of file system errors. + * The detail of the failure will be returned in the `message` field in the + * returned object. + */ + const FAILED: number; + /** + * Node.js cannot enable the compile cache because the environment variable + * `NODE_DISABLE_COMPILE_CACHE=1` has been set. + */ + const DISABLED: number; + } + } + interface EnableCompileCacheResult { + /** + * One of the {@link constants.compileCacheStatus} + */ + status: number; + /** + * If Node.js cannot enable the compile cache, this contains + * the error message. Only set if `status` is `module.constants.compileCacheStatus.FAILED`. + */ + message?: string; + /** + * If the compile cache is enabled, this contains the directory + * where the compile cache is stored. Only set if `status` is + * `module.constants.compileCacheStatus.ENABLED` or + * `module.constants.compileCacheStatus.ALREADY_ENABLED`. + */ + directory?: string; + } + /** + * Enable [module compile cache](https://nodejs.org/docs/latest-v24.x/api/module.html#module-compile-cache) + * in the current Node.js instance. + * + * If `cacheDir` is not specified, Node.js will either use the directory specified by the + * `NODE_COMPILE_CACHE=dir` environment variable if it's set, or use + * `path.join(os.tmpdir(), 'node-compile-cache')` otherwise. For general use cases, it's + * recommended to call `module.enableCompileCache()` without specifying the `cacheDir`, + * so that the directory can be overridden by the `NODE_COMPILE_CACHE` environment + * variable when necessary. + * + * Since compile cache is supposed to be a quiet optimization that is not required for the + * application to be functional, this method is designed to not throw any exception when the + * compile cache cannot be enabled. Instead, it will return an object containing an error + * message in the `message` field to aid debugging. + * If compile cache is enabled successfully, the `directory` field in the returned object + * contains the path to the directory where the compile cache is stored. The `status` + * field in the returned object would be one of the `module.constants.compileCacheStatus` + * values to indicate the result of the attempt to enable the + * [module compile cache](https://nodejs.org/docs/latest-v24.x/api/module.html#module-compile-cache). + * + * This method only affects the current Node.js instance. To enable it in child worker threads, + * either call this method in child worker threads too, or set the + * `process.env.NODE_COMPILE_CACHE` value to compile cache directory so the behavior can + * be inherited into the child workers. The directory can be obtained either from the + * `directory` field returned by this method, or with {@link getCompileCacheDir}. + * @since v22.8.0 + * @param cacheDir Optional path to specify the directory where the compile cache + * will be stored/retrieved. + */ + function enableCompileCache(cacheDir?: string): EnableCompileCacheResult; + /** + * Flush the [module compile cache](https://nodejs.org/docs/latest-v24.x/api/module.html#module-compile-cache) + * accumulated from modules already loaded + * in the current Node.js instance to disk. This returns after all the flushing + * file system operations come to an end, no matter they succeed or not. If there + * are any errors, this will fail silently, since compile cache misses should not + * interfere with the actual operation of the application. + * @since v22.10.0 + */ + function flushCompileCache(): void; + /** + * @since v22.8.0 + * @return Path to the [module compile cache](https://nodejs.org/docs/latest-v24.x/api/module.html#module-compile-cache) + * directory if it is enabled, or `undefined` otherwise. + */ + function getCompileCacheDir(): string | undefined; + /** + * ```text + * /path/to/project + * ├ packages/ + * ├ bar/ + * ├ bar.js + * └ package.json // name = '@foo/bar' + * └ qux/ + * ├ node_modules/ + * └ some-package/ + * └ package.json // name = 'some-package' + * ├ qux.js + * └ package.json // name = '@foo/qux' + * ├ main.js + * └ package.json // name = '@foo' + * ``` + * ```js + * // /path/to/project/packages/bar/bar.js + * import { findPackageJSON } from 'node:module'; + * + * findPackageJSON('..', import.meta.url); + * // '/path/to/project/package.json' + * // Same result when passing an absolute specifier instead: + * findPackageJSON(new URL('../', import.meta.url)); + * findPackageJSON(import.meta.resolve('../')); + * + * findPackageJSON('some-package', import.meta.url); + * // '/path/to/project/packages/bar/node_modules/some-package/package.json' + * // When passing an absolute specifier, you might get a different result if the + * // resolved module is inside a subfolder that has nested `package.json`. + * findPackageJSON(import.meta.resolve('some-package')); + * // '/path/to/project/packages/bar/node_modules/some-package/some-subfolder/package.json' + * + * findPackageJSON('@foo/qux', import.meta.url); + * // '/path/to/project/packages/qux/package.json' + * ``` + * @since v22.14.0 + * @param specifier The specifier for the module whose `package.json` to + * retrieve. When passing a _bare specifier_, the `package.json` at the root of + * the package is returned. When passing a _relative specifier_ or an _absolute specifier_, + * the closest parent `package.json` is returned. + * @param base The absolute location (`file:` URL string or FS path) of the + * containing module. For CJS, use `__filename` (not `__dirname`!); for ESM, use + * `import.meta.url`. You do not need to pass it if `specifier` is an _absolute specifier_. + * @returns A path if the `package.json` is found. When `startLocation` + * is a package, the package's root `package.json`; when a relative or unresolved, the closest + * `package.json` to the `startLocation`. + */ + function findPackageJSON(specifier: string | URL, base?: string | URL): string | undefined; + /** + * @since v18.6.0, v16.17.0 + */ + function isBuiltin(moduleName: string): boolean; + interface RegisterOptions { + /** + * If you want to resolve `specifier` relative to a + * base URL, such as `import.meta.url`, you can pass that URL here. This + * property is ignored if the `parentURL` is supplied as the second argument. + * @default 'data:' + */ + parentURL?: string | URL | undefined; + /** + * Any arbitrary, cloneable JavaScript value to pass into the + * {@link initialize} hook. + */ + data?: Data | undefined; + /** + * [Transferable objects](https://nodejs.org/docs/latest-v24.x/api/worker_threads.html#portpostmessagevalue-transferlist) + * to be passed into the `initialize` hook. + */ + transferList?: any[] | undefined; + } + /* eslint-disable @definitelytyped/no-unnecessary-generics */ + /** + * Register a module that exports hooks that customize Node.js module + * resolution and loading behavior. See + * [Customization hooks](https://nodejs.org/docs/latest-v24.x/api/module.html#customization-hooks). + * + * This feature requires `--allow-worker` if used with the + * [Permission Model](https://nodejs.org/docs/latest-v24.x/api/permissions.html#permission-model). + * @since v20.6.0, v18.19.0 + * @param specifier Customization hooks to be registered; this should be + * the same string that would be passed to `import()`, except that if it is + * relative, it is resolved relative to `parentURL`. + * @param parentURL f you want to resolve `specifier` relative to a base + * URL, such as `import.meta.url`, you can pass that URL here. + */ + function register( + specifier: string | URL, + parentURL?: string | URL, + options?: RegisterOptions, + ): void; + function register(specifier: string | URL, options?: RegisterOptions): void; + interface RegisterHooksOptions { + /** + * See [load hook](https://nodejs.org/docs/latest-v24.x/api/module.html#loadurl-context-nextload). + * @default undefined + */ + load?: LoadHookSync | undefined; + /** + * See [resolve hook](https://nodejs.org/docs/latest-v24.x/api/module.html#resolvespecifier-context-nextresolve). + * @default undefined + */ + resolve?: ResolveHookSync | undefined; + } + interface ModuleHooks { + /** + * Deregister the hook instance. + */ + deregister(): void; + } + /** + * Register [hooks](https://nodejs.org/docs/latest-v24.x/api/module.html#customization-hooks) + * that customize Node.js module resolution and loading behavior. + * @since v22.15.0 + * @experimental + */ + function registerHooks(options: RegisterHooksOptions): ModuleHooks; + interface StripTypeScriptTypesOptions { + /** + * Possible values are: + * * `'strip'` Only strip type annotations without performing the transformation of TypeScript features. + * * `'transform'` Strip type annotations and transform TypeScript features to JavaScript. + * @default 'strip' + */ + mode?: "strip" | "transform" | undefined; + /** + * Only when `mode` is `'transform'`, if `true`, a source map + * will be generated for the transformed code. + * @default false + */ + sourceMap?: boolean | undefined; + /** + * Specifies the source url used in the source map. + */ + sourceUrl?: string | undefined; + } + /** + * `module.stripTypeScriptTypes()` removes type annotations from TypeScript code. It + * can be used to strip type annotations from TypeScript code before running it + * with `vm.runInContext()` or `vm.compileFunction()`. + * By default, it will throw an error if the code contains TypeScript features + * that require transformation such as `Enums`, + * see [type-stripping](https://nodejs.org/docs/latest-v24.x/api/typescript.md#type-stripping) for more information. + * When mode is `'transform'`, it also transforms TypeScript features to JavaScript, + * see [transform TypeScript features](https://nodejs.org/docs/latest-v24.x/api/typescript.md#typescript-features) for more information. + * When mode is `'strip'`, source maps are not generated, because locations are preserved. + * If `sourceMap` is provided, when mode is `'strip'`, an error will be thrown. + * + * _WARNING_: The output of this function should not be considered stable across Node.js versions, + * due to changes in the TypeScript parser. + * + * ```js + * import { stripTypeScriptTypes } from 'node:module'; + * const code = 'const a: number = 1;'; + * const strippedCode = stripTypeScriptTypes(code); + * console.log(strippedCode); + * // Prints: const a = 1; + * ``` + * + * If `sourceUrl` is provided, it will be used appended as a comment at the end of the output: + * + * ```js + * import { stripTypeScriptTypes } from 'node:module'; + * const code = 'const a: number = 1;'; + * const strippedCode = stripTypeScriptTypes(code, { mode: 'strip', sourceUrl: 'source.ts' }); + * console.log(strippedCode); + * // Prints: const a = 1\n\n//# sourceURL=source.ts; + * ``` + * + * When `mode` is `'transform'`, the code is transformed to JavaScript: + * + * ```js + * import { stripTypeScriptTypes } from 'node:module'; + * const code = ` + * namespace MathUtil { + * export const add = (a: number, b: number) => a + b; + * }`; + * const strippedCode = stripTypeScriptTypes(code, { mode: 'transform', sourceMap: true }); + * console.log(strippedCode); + * // Prints: + * // var MathUtil; + * // (function(MathUtil) { + * // MathUtil.add = (a, b)=>a + b; + * // })(MathUtil || (MathUtil = {})); + * // # sourceMappingURL=data:application/json;base64, ... + * ``` + * @since v22.13.0 + * @param code The code to strip type annotations from. + * @returns The code with type annotations stripped. + */ + function stripTypeScriptTypes(code: string, options?: StripTypeScriptTypesOptions): string; + /* eslint-enable @definitelytyped/no-unnecessary-generics */ + /** + * The `module.syncBuiltinESMExports()` method updates all the live bindings for + * builtin `ES Modules` to match the properties of the `CommonJS` exports. It + * does not add or remove exported names from the `ES Modules`. + * + * ```js + * import fs from 'node:fs'; + * import assert from 'node:assert'; + * import { syncBuiltinESMExports } from 'node:module'; + * + * fs.readFile = newAPI; + * + * delete fs.readFileSync; + * + * function newAPI() { + * // ... + * } + * + * fs.newAPI = newAPI; + * + * syncBuiltinESMExports(); + * + * import('node:fs').then((esmFS) => { + * // It syncs the existing readFile property with the new value + * assert.strictEqual(esmFS.readFile, newAPI); + * // readFileSync has been deleted from the required fs + * assert.strictEqual('readFileSync' in fs, false); + * // syncBuiltinESMExports() does not remove readFileSync from esmFS + * assert.strictEqual('readFileSync' in esmFS, true); + * // syncBuiltinESMExports() does not add names + * assert.strictEqual(esmFS.newAPI, undefined); + * }); + * ``` + * @since v12.12.0 + */ + function syncBuiltinESMExports(): void; + interface ImportAttributes extends NodeJS.Dict { + type?: string | undefined; + } + type ModuleFormat = + | "addon" + | "builtin" + | "commonjs" + | "commonjs-typescript" + | "json" + | "module" + | "module-typescript" + | "wasm"; + type ModuleSource = string | ArrayBuffer | NodeJS.TypedArray; + /** + * The `initialize` hook provides a way to define a custom function that runs in + * the hooks thread when the hooks module is initialized. Initialization happens + * when the hooks module is registered via {@link register}. + * + * This hook can receive data from a {@link register} invocation, including + * ports and other transferable objects. The return value of `initialize` can be a + * `Promise`, in which case it will be awaited before the main application thread + * execution resumes. + */ + type InitializeHook = (data: Data) => void | Promise; + interface ResolveHookContext { + /** + * Export conditions of the relevant `package.json` + */ + conditions: string[]; + /** + * An object whose key-value pairs represent the assertions for the module to import + */ + importAttributes: ImportAttributes; + /** + * The module importing this one, or undefined if this is the Node.js entry point + */ + parentURL: string | undefined; + } + interface ResolveFnOutput { + /** + * A hint to the load hook (it might be ignored); can be an intermediary value. + */ + format?: string | null | undefined; + /** + * The import attributes to use when caching the module (optional; if excluded the input will be used) + */ + importAttributes?: ImportAttributes | undefined; + /** + * A signal that this hook intends to terminate the chain of `resolve` hooks. + * @default false + */ + shortCircuit?: boolean | undefined; + /** + * The absolute URL to which this input resolves + */ + url: string; + } + /** + * The `resolve` hook chain is responsible for telling Node.js where to find and + * how to cache a given `import` statement or expression, or `require` call. It can + * optionally return a format (such as `'module'`) as a hint to the `load` hook. If + * a format is specified, the `load` hook is ultimately responsible for providing + * the final `format` value (and it is free to ignore the hint provided by + * `resolve`); if `resolve` provides a `format`, a custom `load` hook is required + * even if only to pass the value to the Node.js default `load` hook. + */ + type ResolveHook = ( + specifier: string, + context: ResolveHookContext, + nextResolve: ( + specifier: string, + context?: Partial, + ) => ResolveFnOutput | Promise, + ) => ResolveFnOutput | Promise; + type ResolveHookSync = ( + specifier: string, + context: ResolveHookContext, + nextResolve: ( + specifier: string, + context?: Partial, + ) => ResolveFnOutput, + ) => ResolveFnOutput; + interface LoadHookContext { + /** + * Export conditions of the relevant `package.json` + */ + conditions: string[]; + /** + * The format optionally supplied by the `resolve` hook chain (can be an intermediary value). + */ + format: string | null | undefined; + /** + * An object whose key-value pairs represent the assertions for the module to import + */ + importAttributes: ImportAttributes; + } + interface LoadFnOutput { + format: string | null | undefined; + /** + * A signal that this hook intends to terminate the chain of `resolve` hooks. + * @default false + */ + shortCircuit?: boolean | undefined; + /** + * The source for Node.js to evaluate + */ + source?: ModuleSource | undefined; + } + /** + * The `load` hook provides a way to define a custom method of determining how a + * URL should be interpreted, retrieved, and parsed. It is also in charge of + * validating the import attributes. + */ + type LoadHook = ( + url: string, + context: LoadHookContext, + nextLoad: ( + url: string, + context?: Partial, + ) => LoadFnOutput | Promise, + ) => LoadFnOutput | Promise; + type LoadHookSync = ( + url: string, + context: LoadHookContext, + nextLoad: ( + url: string, + context?: Partial, + ) => LoadFnOutput, + ) => LoadFnOutput; + interface SourceMapsSupport { + /** + * If the source maps support is enabled + */ + enabled: boolean; + /** + * If the support is enabled for files in `node_modules`. + */ + nodeModules: boolean; + /** + * If the support is enabled for generated code from `eval` or `new Function`. + */ + generatedCode: boolean; + } + /** + * This method returns whether the [Source Map v3](https://tc39.es/ecma426/) support for stack + * traces is enabled. + * @since v23.7.0, v22.14.0 + */ + function getSourceMapsSupport(): SourceMapsSupport; + /** + * `path` is the resolved path for the file for which a corresponding source map + * should be fetched. + * @since v13.7.0, v12.17.0 + * @return Returns `module.SourceMap` if a source map is found, `undefined` otherwise. + */ + function findSourceMap(path: string): SourceMap | undefined; + interface SetSourceMapsSupportOptions { + /** + * If enabling the support for files in `node_modules`. + * @default false + */ + nodeModules?: boolean | undefined; + /** + * If enabling the support for generated code from `eval` or `new Function`. + * @default false + */ + generatedCode?: boolean | undefined; + } + /** + * This function enables or disables the [Source Map v3](https://tc39.es/ecma426/) support for + * stack traces. + * + * It provides same features as launching Node.js process with commandline options + * `--enable-source-maps`, with additional options to alter the support for files + * in `node_modules` or generated codes. + * + * Only source maps in JavaScript files that are loaded after source maps has been + * enabled will be parsed and loaded. Preferably, use the commandline options + * `--enable-source-maps` to avoid losing track of source maps of modules loaded + * before this API call. + * @since v23.7.0, v22.14.0 + */ + function setSourceMapsSupport(enabled: boolean, options?: SetSourceMapsSupportOptions): void; + interface SourceMapConstructorOptions { + /** + * @since v21.0.0, v20.5.0 + */ + lineLengths?: readonly number[] | undefined; + } + interface SourceMapPayload { + file: string; + version: number; + sources: string[]; + sourcesContent: string[]; + names: string[]; + mappings: string; + sourceRoot: string; + } + interface SourceMapping { + generatedLine: number; + generatedColumn: number; + originalSource: string; + originalLine: number; + originalColumn: number; + } + interface SourceOrigin { + /** + * The name of the range in the source map, if one was provided + */ + name: string | undefined; + /** + * The file name of the original source, as reported in the SourceMap + */ + fileName: string; + /** + * The 1-indexed lineNumber of the corresponding call site in the original source + */ + lineNumber: number; + /** + * The 1-indexed columnNumber of the corresponding call site in the original source + */ + columnNumber: number; + } + /** + * @since v13.7.0, v12.17.0 + */ + class SourceMap { + constructor(payload: SourceMapPayload, options?: SourceMapConstructorOptions); + /** + * Getter for the payload used to construct the `SourceMap` instance. + */ + readonly payload: SourceMapPayload; + /** + * Given a line offset and column offset in the generated source + * file, returns an object representing the SourceMap range in the + * original file if found, or an empty object if not. + * + * The object returned contains the following keys: + * + * The returned value represents the raw range as it appears in the + * SourceMap, based on zero-indexed offsets, _not_ 1-indexed line and + * column numbers as they appear in Error messages and CallSite + * objects. + * + * To get the corresponding 1-indexed line and column numbers from a + * lineNumber and columnNumber as they are reported by Error stacks + * and CallSite objects, use `sourceMap.findOrigin(lineNumber, columnNumber)` + * @param lineOffset The zero-indexed line number offset in the generated source + * @param columnOffset The zero-indexed column number offset in the generated source + */ + findEntry(lineOffset: number, columnOffset: number): SourceMapping | {}; + /** + * Given a 1-indexed `lineNumber` and `columnNumber` from a call site in the generated source, + * find the corresponding call site location in the original source. + * + * If the `lineNumber` and `columnNumber` provided are not found in any source map, + * then an empty object is returned. + * @param lineNumber The 1-indexed line number of the call site in the generated source + * @param columnNumber The 1-indexed column number of the call site in the generated source + */ + findOrigin(lineNumber: number, columnNumber: number): SourceOrigin | {}; + } + function runMain(main?: string): void; + function wrap(script: string): string; + } + global { + interface ImportMeta { + /** + * The directory name of the current module. + * + * This is the same as the `path.dirname()` of the `import.meta.filename`. + * + * > **Caveat**: only present on `file:` modules. + * @since v21.2.0, v20.11.0 + */ + dirname: string; + /** + * The full absolute path and filename of the current module, with + * symlinks resolved. + * + * This is the same as the `url.fileURLToPath()` of the `import.meta.url`. + * + * > **Caveat** only local modules support this property. Modules not using the + * > `file:` protocol will not provide it. + * @since v21.2.0, v20.11.0 + */ + filename: string; + /** + * The absolute `file:` URL of the module. + * + * This is defined exactly the same as it is in browsers providing the URL of the + * current module file. + * + * This enables useful patterns such as relative file loading: + * + * ```js + * import { readFileSync } from 'node:fs'; + * const buffer = readFileSync(new URL('./data.proto', import.meta.url)); + * ``` + */ + url: string; + /** + * `import.meta.resolve` is a module-relative resolution function scoped to + * each module, returning the URL string. + * + * ```js + * const dependencyAsset = import.meta.resolve('component-lib/asset.css'); + * // file:///app/node_modules/component-lib/asset.css + * import.meta.resolve('./dep.js'); + * // file:///app/dep.js + * ``` + * + * All features of the Node.js module resolution are supported. Dependency + * resolutions are subject to the permitted exports resolutions within the package. + * + * **Caveats**: + * + * * This can result in synchronous file-system operations, which + * can impact performance similarly to `require.resolve`. + * * This feature is not available within custom loaders (it would + * create a deadlock). + * @since v13.9.0, v12.16.0 + * @param specifier The module specifier to resolve relative to the + * current module. + * @param parent An optional absolute parent module URL to resolve from. + * **Default:** `import.meta.url` + * @returns The absolute URL string that the specifier would resolve to. + */ + resolve(specifier: string, parent?: string | URL): string; + } + namespace NodeJS { + interface Module { + /** + * The module objects required for the first time by this one. + * @since v0.1.16 + */ + children: Module[]; + /** + * The `module.exports` object is created by the `Module` system. Sometimes this is + * not acceptable; many want their module to be an instance of some class. To do + * this, assign the desired export object to `module.exports`. + * @since v0.1.16 + */ + exports: any; + /** + * The fully resolved filename of the module. + * @since v0.1.16 + */ + filename: string; + /** + * The identifier for the module. Typically this is the fully resolved + * filename. + * @since v0.1.16 + */ + id: string; + /** + * `true` if the module is running during the Node.js preload + * phase. + * @since v15.4.0, v14.17.0 + */ + isPreloading: boolean; + /** + * Whether or not the module is done loading, or is in the process of + * loading. + * @since v0.1.16 + */ + loaded: boolean; + /** + * The module that first required this one, or `null` if the current module is the + * entry point of the current process, or `undefined` if the module was loaded by + * something that is not a CommonJS module (e.g. REPL or `import`). + * @since v0.1.16 + * @deprecated Please use `require.main` and `module.children` instead. + */ + parent: Module | null | undefined; + /** + * The directory name of the module. This is usually the same as the + * `path.dirname()` of the `module.id`. + * @since v11.14.0 + */ + path: string; + /** + * The search paths for the module. + * @since v0.4.0 + */ + paths: string[]; + /** + * The `module.require()` method provides a way to load a module as if + * `require()` was called from the original module. + * @since v0.5.1 + */ + require(id: string): any; + } + interface Require { + /** + * Used to import modules, `JSON`, and local files. + * @since v0.1.13 + */ + (id: string): any; + /** + * Modules are cached in this object when they are required. By deleting a key + * value from this object, the next `require` will reload the module. + * This does not apply to + * [native addons](https://nodejs.org/docs/latest-v24.x/api/addons.html), + * for which reloading will result in an error. + * @since v0.3.0 + */ + cache: Dict; + /** + * Instruct `require` on how to handle certain file extensions. + * @since v0.3.0 + * @deprecated + */ + extensions: RequireExtensions; + /** + * The `Module` object representing the entry script loaded when the Node.js + * process launched, or `undefined` if the entry point of the program is not a + * CommonJS module. + * @since v0.1.17 + */ + main: Module | undefined; + /** + * @since v0.3.0 + */ + resolve: RequireResolve; + } + /** @deprecated */ + interface RequireExtensions extends Dict<(module: Module, filename: string) => any> { + ".js": (module: Module, filename: string) => any; + ".json": (module: Module, filename: string) => any; + ".node": (module: Module, filename: string) => any; + } + interface RequireResolveOptions { + /** + * Paths to resolve module location from. If present, these + * paths are used instead of the default resolution paths, with the exception + * of + * [GLOBAL\_FOLDERS](https://nodejs.org/docs/latest-v24.x/api/modules.html#loading-from-the-global-folders) + * like `$HOME/.node_modules`, which are + * always included. Each of these paths is used as a starting point for + * the module resolution algorithm, meaning that the `node_modules` hierarchy + * is checked from this location. + * @since v8.9.0 + */ + paths?: string[] | undefined; + } + interface RequireResolve { + /** + * Use the internal `require()` machinery to look up the location of a module, + * but rather than loading the module, just return the resolved filename. + * + * If the module can not be found, a `MODULE_NOT_FOUND` error is thrown. + * @since v0.3.0 + * @param request The module path to resolve. + */ + (request: string, options?: RequireResolveOptions): string; + /** + * Returns an array containing the paths searched during resolution of `request` or + * `null` if the `request` string references a core module, for example `http` or + * `fs`. + * @since v8.9.0 + * @param request The module path whose lookup paths are being retrieved. + */ + paths(request: string): string[] | null; + } + } + /** + * The directory name of the current module. This is the same as the + * `path.dirname()` of the `__filename`. + * @since v0.1.27 + */ + var __dirname: string; + /** + * The file name of the current module. This is the current module file's absolute + * path with symlinks resolved. + * + * For a main program this is not necessarily the same as the file name used in the + * command line. + * @since v0.0.1 + */ + var __filename: string; + /** + * The `exports` variable is available within a module's file-level scope, and is + * assigned the value of `module.exports` before the module is evaluated. + * @since v0.1.16 + */ + var exports: NodeJS.Module["exports"]; + /** + * A reference to the current module. + * @since v0.1.16 + */ + var module: NodeJS.Module; + /** + * @since v0.1.13 + */ + var require: NodeJS.Require; + // Global-scope aliases for backwards compatibility with @types/node <13.0.x + // TODO: consider removing in a future major version update + /** @deprecated Use `NodeJS.Module` instead. */ + interface NodeModule extends NodeJS.Module {} + /** @deprecated Use `NodeJS.Require` instead. */ + interface NodeRequire extends NodeJS.Require {} + /** @deprecated Use `NodeJS.RequireResolve` instead. */ + interface RequireResolve extends NodeJS.RequireResolve {} + } + export = Module; +} +declare module "node:module" { + import module = require("module"); + export = module; +} diff --git a/node_modules/@types/node/net.d.ts b/node_modules/@types/node/net.d.ts new file mode 100644 index 0000000..7a4c5cb --- /dev/null +++ b/node_modules/@types/node/net.d.ts @@ -0,0 +1,1032 @@ +/** + * > Stability: 2 - Stable + * + * The `node:net` module provides an asynchronous network API for creating stream-based + * TCP or `IPC` servers ({@link createServer}) and clients + * ({@link createConnection}). + * + * It can be accessed using: + * + * ```js + * import net from 'node:net'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/net.js) + */ +declare module "net" { + import * as stream from "node:stream"; + import { Abortable, EventEmitter } from "node:events"; + import * as dns from "node:dns"; + type LookupFunction = ( + hostname: string, + options: dns.LookupOptions, + callback: (err: NodeJS.ErrnoException | null, address: string | dns.LookupAddress[], family?: number) => void, + ) => void; + interface AddressInfo { + address: string; + family: string; + port: number; + } + interface SocketConstructorOpts { + fd?: number | undefined; + allowHalfOpen?: boolean | undefined; + onread?: OnReadOpts | undefined; + readable?: boolean | undefined; + writable?: boolean | undefined; + signal?: AbortSignal; + } + interface OnReadOpts { + buffer: Uint8Array | (() => Uint8Array); + /** + * This function is called for every chunk of incoming data. + * Two arguments are passed to it: the number of bytes written to `buffer` and a reference to `buffer`. + * Return `false` from this function to implicitly `pause()` the socket. + */ + callback(bytesWritten: number, buffer: Uint8Array): boolean; + } + interface TcpSocketConnectOpts { + port: number; + host?: string | undefined; + localAddress?: string | undefined; + localPort?: number | undefined; + hints?: number | undefined; + family?: number | undefined; + lookup?: LookupFunction | undefined; + noDelay?: boolean | undefined; + keepAlive?: boolean | undefined; + keepAliveInitialDelay?: number | undefined; + /** + * @since v18.13.0 + */ + autoSelectFamily?: boolean | undefined; + /** + * @since v18.13.0 + */ + autoSelectFamilyAttemptTimeout?: number | undefined; + blockList?: BlockList | undefined; + } + interface IpcSocketConnectOpts { + path: string; + } + type SocketConnectOpts = TcpSocketConnectOpts | IpcSocketConnectOpts; + type SocketReadyState = "opening" | "open" | "readOnly" | "writeOnly" | "closed"; + /** + * This class is an abstraction of a TCP socket or a streaming `IPC` endpoint + * (uses named pipes on Windows, and Unix domain sockets otherwise). It is also + * an `EventEmitter`. + * + * A `net.Socket` can be created by the user and used directly to interact with + * a server. For example, it is returned by {@link createConnection}, + * so the user can use it to talk to the server. + * + * It can also be created by Node.js and passed to the user when a connection + * is received. For example, it is passed to the listeners of a `'connection'` event emitted on a {@link Server}, so the user can use + * it to interact with the client. + * @since v0.3.4 + */ + class Socket extends stream.Duplex { + constructor(options?: SocketConstructorOpts); + /** + * Destroys the socket after all data is written. If the `finish` event was already emitted the socket is destroyed immediately. + * If the socket is still writable it implicitly calls `socket.end()`. + * @since v0.3.4 + */ + destroySoon(): void; + /** + * Sends data on the socket. The second parameter specifies the encoding in the + * case of a string. It defaults to UTF8 encoding. + * + * Returns `true` if the entire data was flushed successfully to the kernel + * buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is again free. + * + * The optional `callback` parameter will be executed when the data is finally + * written out, which may not be immediately. + * + * See `Writable` stream `write()` method for more + * information. + * @since v0.1.90 + * @param [encoding='utf8'] Only used when data is `string`. + */ + write(buffer: Uint8Array | string, cb?: (err?: Error | null) => void): boolean; + write(str: Uint8Array | string, encoding?: BufferEncoding, cb?: (err?: Error | null) => void): boolean; + /** + * Initiate a connection on a given socket. + * + * Possible signatures: + * + * * `socket.connect(options[, connectListener])` + * * `socket.connect(path[, connectListener])` for `IPC` connections. + * * `socket.connect(port[, host][, connectListener])` for TCP connections. + * * Returns: `net.Socket` The socket itself. + * + * This function is asynchronous. When the connection is established, the `'connect'` event will be emitted. If there is a problem connecting, + * instead of a `'connect'` event, an `'error'` event will be emitted with + * the error passed to the `'error'` listener. + * The last parameter `connectListener`, if supplied, will be added as a listener + * for the `'connect'` event **once**. + * + * This function should only be used for reconnecting a socket after`'close'` has been emitted or otherwise it may lead to undefined + * behavior. + */ + connect(options: SocketConnectOpts, connectionListener?: () => void): this; + connect(port: number, host: string, connectionListener?: () => void): this; + connect(port: number, connectionListener?: () => void): this; + connect(path: string, connectionListener?: () => void): this; + /** + * Set the encoding for the socket as a `Readable Stream`. See `readable.setEncoding()` for more information. + * @since v0.1.90 + * @return The socket itself. + */ + setEncoding(encoding?: BufferEncoding): this; + /** + * Pauses the reading of data. That is, `'data'` events will not be emitted. + * Useful to throttle back an upload. + * @return The socket itself. + */ + pause(): this; + /** + * Close the TCP connection by sending an RST packet and destroy the stream. + * If this TCP socket is in connecting status, it will send an RST packet and destroy this TCP socket once it is connected. + * Otherwise, it will call `socket.destroy` with an `ERR_SOCKET_CLOSED` Error. + * If this is not a TCP socket (for example, a pipe), calling this method will immediately throw an `ERR_INVALID_HANDLE_TYPE` Error. + * @since v18.3.0, v16.17.0 + */ + resetAndDestroy(): this; + /** + * Resumes reading after a call to `socket.pause()`. + * @return The socket itself. + */ + resume(): this; + /** + * Sets the socket to timeout after `timeout` milliseconds of inactivity on + * the socket. By default `net.Socket` do not have a timeout. + * + * When an idle timeout is triggered the socket will receive a `'timeout'` event but the connection will not be severed. The user must manually call `socket.end()` or `socket.destroy()` to + * end the connection. + * + * ```js + * socket.setTimeout(3000); + * socket.on('timeout', () => { + * console.log('socket timeout'); + * socket.end(); + * }); + * ``` + * + * If `timeout` is 0, then the existing idle timeout is disabled. + * + * The optional `callback` parameter will be added as a one-time listener for the `'timeout'` event. + * @since v0.1.90 + * @return The socket itself. + */ + setTimeout(timeout: number, callback?: () => void): this; + /** + * Enable/disable the use of Nagle's algorithm. + * + * When a TCP connection is created, it will have Nagle's algorithm enabled. + * + * Nagle's algorithm delays data before it is sent via the network. It attempts + * to optimize throughput at the expense of latency. + * + * Passing `true` for `noDelay` or not passing an argument will disable Nagle's + * algorithm for the socket. Passing `false` for `noDelay` will enable Nagle's + * algorithm. + * @since v0.1.90 + * @param [noDelay=true] + * @return The socket itself. + */ + setNoDelay(noDelay?: boolean): this; + /** + * Enable/disable keep-alive functionality, and optionally set the initial + * delay before the first keepalive probe is sent on an idle socket. + * + * Set `initialDelay` (in milliseconds) to set the delay between the last + * data packet received and the first keepalive probe. Setting `0` for`initialDelay` will leave the value unchanged from the default + * (or previous) setting. + * + * Enabling the keep-alive functionality will set the following socket options: + * + * * `SO_KEEPALIVE=1` + * * `TCP_KEEPIDLE=initialDelay` + * * `TCP_KEEPCNT=10` + * * `TCP_KEEPINTVL=1` + * @since v0.1.92 + * @param [enable=false] + * @param [initialDelay=0] + * @return The socket itself. + */ + setKeepAlive(enable?: boolean, initialDelay?: number): this; + /** + * Returns the bound `address`, the address `family` name and `port` of the + * socket as reported by the operating system:`{ port: 12346, family: 'IPv4', address: '127.0.0.1' }` + * @since v0.1.90 + */ + address(): AddressInfo | {}; + /** + * Calling `unref()` on a socket will allow the program to exit if this is the only + * active socket in the event system. If the socket is already `unref`ed calling`unref()` again will have no effect. + * @since v0.9.1 + * @return The socket itself. + */ + unref(): this; + /** + * Opposite of `unref()`, calling `ref()` on a previously `unref`ed socket will _not_ let the program exit if it's the only socket left (the default behavior). + * If the socket is `ref`ed calling `ref` again will have no effect. + * @since v0.9.1 + * @return The socket itself. + */ + ref(): this; + /** + * This property is only present if the family autoselection algorithm is enabled in `socket.connect(options)` + * and it is an array of the addresses that have been attempted. + * + * Each address is a string in the form of `$IP:$PORT`. + * If the connection was successful, then the last address is the one that the socket is currently connected to. + * @since v19.4.0 + */ + readonly autoSelectFamilyAttemptedAddresses: string[]; + /** + * This property shows the number of characters buffered for writing. The buffer + * may contain strings whose length after encoding is not yet known. So this number + * is only an approximation of the number of bytes in the buffer. + * + * `net.Socket` has the property that `socket.write()` always works. This is to + * help users get up and running quickly. The computer cannot always keep up + * with the amount of data that is written to a socket. The network connection + * simply might be too slow. Node.js will internally queue up the data written to a + * socket and send it out over the wire when it is possible. + * + * The consequence of this internal buffering is that memory may grow. + * Users who experience large or growing `bufferSize` should attempt to + * "throttle" the data flows in their program with `socket.pause()` and `socket.resume()`. + * @since v0.3.8 + * @deprecated Since v14.6.0 - Use `writableLength` instead. + */ + readonly bufferSize: number; + /** + * The amount of received bytes. + * @since v0.5.3 + */ + readonly bytesRead: number; + /** + * The amount of bytes sent. + * @since v0.5.3 + */ + readonly bytesWritten: number; + /** + * If `true`, `socket.connect(options[, connectListener])` was + * called and has not yet finished. It will stay `true` until the socket becomes + * connected, then it is set to `false` and the `'connect'` event is emitted. Note + * that the `socket.connect(options[, connectListener])` callback is a listener for the `'connect'` event. + * @since v6.1.0 + */ + readonly connecting: boolean; + /** + * This is `true` if the socket is not connected yet, either because `.connect()`has not yet been called or because it is still in the process of connecting + * (see `socket.connecting`). + * @since v11.2.0, v10.16.0 + */ + readonly pending: boolean; + /** + * See `writable.destroyed` for further details. + */ + readonly destroyed: boolean; + /** + * The string representation of the local IP address the remote client is + * connecting on. For example, in a server listening on `'0.0.0.0'`, if a client + * connects on `'192.168.1.1'`, the value of `socket.localAddress` would be`'192.168.1.1'`. + * @since v0.9.6 + */ + readonly localAddress?: string; + /** + * The numeric representation of the local port. For example, `80` or `21`. + * @since v0.9.6 + */ + readonly localPort?: number; + /** + * The string representation of the local IP family. `'IPv4'` or `'IPv6'`. + * @since v18.8.0, v16.18.0 + */ + readonly localFamily?: string; + /** + * This property represents the state of the connection as a string. + * + * * If the stream is connecting `socket.readyState` is `opening`. + * * If the stream is readable and writable, it is `open`. + * * If the stream is readable and not writable, it is `readOnly`. + * * If the stream is not readable and writable, it is `writeOnly`. + * @since v0.5.0 + */ + readonly readyState: SocketReadyState; + /** + * The string representation of the remote IP address. For example,`'74.125.127.100'` or `'2001:4860:a005::68'`. Value may be `undefined` if + * the socket is destroyed (for example, if the client disconnected). + * @since v0.5.10 + */ + readonly remoteAddress?: string | undefined; + /** + * The string representation of the remote IP family. `'IPv4'` or `'IPv6'`. Value may be `undefined` if + * the socket is destroyed (for example, if the client disconnected). + * @since v0.11.14 + */ + readonly remoteFamily?: string | undefined; + /** + * The numeric representation of the remote port. For example, `80` or `21`. Value may be `undefined` if + * the socket is destroyed (for example, if the client disconnected). + * @since v0.5.10 + */ + readonly remotePort?: number | undefined; + /** + * The socket timeout in milliseconds as set by `socket.setTimeout()`. + * It is `undefined` if a timeout has not been set. + * @since v10.7.0 + */ + readonly timeout?: number | undefined; + /** + * Half-closes the socket. i.e., it sends a FIN packet. It is possible the + * server will still send some data. + * + * See `writable.end()` for further details. + * @since v0.1.90 + * @param [encoding='utf8'] Only used when data is `string`. + * @param callback Optional callback for when the socket is finished. + * @return The socket itself. + */ + end(callback?: () => void): this; + end(buffer: Uint8Array | string, callback?: () => void): this; + end(str: Uint8Array | string, encoding?: BufferEncoding, callback?: () => void): this; + /** + * events.EventEmitter + * 1. close + * 2. connect + * 3. connectionAttempt + * 4. connectionAttemptFailed + * 5. connectionAttemptTimeout + * 6. data + * 7. drain + * 8. end + * 9. error + * 10. lookup + * 11. ready + * 12. timeout + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: (hadError: boolean) => void): this; + addListener(event: "connect", listener: () => void): this; + addListener(event: "connectionAttempt", listener: (ip: string, port: number, family: number) => void): this; + addListener( + event: "connectionAttemptFailed", + listener: (ip: string, port: number, family: number, error: Error) => void, + ): this; + addListener( + event: "connectionAttemptTimeout", + listener: (ip: string, port: number, family: number) => void, + ): this; + addListener(event: "data", listener: (data: Buffer) => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener( + event: "lookup", + listener: (err: Error, address: string, family: string | number, host: string) => void, + ): this; + addListener(event: "ready", listener: () => void): this; + addListener(event: "timeout", listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close", hadError: boolean): boolean; + emit(event: "connect"): boolean; + emit(event: "connectionAttempt", ip: string, port: number, family: number): boolean; + emit(event: "connectionAttemptFailed", ip: string, port: number, family: number, error: Error): boolean; + emit(event: "connectionAttemptTimeout", ip: string, port: number, family: number): boolean; + emit(event: "data", data: Buffer): boolean; + emit(event: "drain"): boolean; + emit(event: "end"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "lookup", err: Error, address: string, family: string | number, host: string): boolean; + emit(event: "ready"): boolean; + emit(event: "timeout"): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: (hadError: boolean) => void): this; + on(event: "connect", listener: () => void): this; + on(event: "connectionAttempt", listener: (ip: string, port: number, family: number) => void): this; + on( + event: "connectionAttemptFailed", + listener: (ip: string, port: number, family: number, error: Error) => void, + ): this; + on(event: "connectionAttemptTimeout", listener: (ip: string, port: number, family: number) => void): this; + on(event: "data", listener: (data: Buffer) => void): this; + on(event: "drain", listener: () => void): this; + on(event: "end", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on( + event: "lookup", + listener: (err: Error, address: string, family: string | number, host: string) => void, + ): this; + on(event: "ready", listener: () => void): this; + on(event: "timeout", listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: (hadError: boolean) => void): this; + once(event: "connectionAttempt", listener: (ip: string, port: number, family: number) => void): this; + once( + event: "connectionAttemptFailed", + listener: (ip: string, port: number, family: number, error: Error) => void, + ): this; + once(event: "connectionAttemptTimeout", listener: (ip: string, port: number, family: number) => void): this; + once(event: "connect", listener: () => void): this; + once(event: "data", listener: (data: Buffer) => void): this; + once(event: "drain", listener: () => void): this; + once(event: "end", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once( + event: "lookup", + listener: (err: Error, address: string, family: string | number, host: string) => void, + ): this; + once(event: "ready", listener: () => void): this; + once(event: "timeout", listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: (hadError: boolean) => void): this; + prependListener(event: "connect", listener: () => void): this; + prependListener(event: "connectionAttempt", listener: (ip: string, port: number, family: number) => void): this; + prependListener( + event: "connectionAttemptFailed", + listener: (ip: string, port: number, family: number, error: Error) => void, + ): this; + prependListener( + event: "connectionAttemptTimeout", + listener: (ip: string, port: number, family: number) => void, + ): this; + prependListener(event: "data", listener: (data: Buffer) => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener( + event: "lookup", + listener: (err: Error, address: string, family: string | number, host: string) => void, + ): this; + prependListener(event: "ready", listener: () => void): this; + prependListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: (hadError: boolean) => void): this; + prependOnceListener(event: "connect", listener: () => void): this; + prependOnceListener( + event: "connectionAttempt", + listener: (ip: string, port: number, family: number) => void, + ): this; + prependOnceListener( + event: "connectionAttemptFailed", + listener: (ip: string, port: number, family: number, error: Error) => void, + ): this; + prependOnceListener( + event: "connectionAttemptTimeout", + listener: (ip: string, port: number, family: number) => void, + ): this; + prependOnceListener(event: "data", listener: (data: Buffer) => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener( + event: "lookup", + listener: (err: Error, address: string, family: string | number, host: string) => void, + ): this; + prependOnceListener(event: "ready", listener: () => void): this; + prependOnceListener(event: "timeout", listener: () => void): this; + } + interface ListenOptions extends Abortable { + backlog?: number | undefined; + exclusive?: boolean | undefined; + host?: string | undefined; + /** + * @default false + */ + ipv6Only?: boolean | undefined; + reusePort?: boolean | undefined; + path?: string | undefined; + port?: number | undefined; + readableAll?: boolean | undefined; + writableAll?: boolean | undefined; + } + interface ServerOpts { + /** + * Indicates whether half-opened TCP connections are allowed. + * @default false + */ + allowHalfOpen?: boolean | undefined; + /** + * Indicates whether the socket should be paused on incoming connections. + * @default false + */ + pauseOnConnect?: boolean | undefined; + /** + * If set to `true`, it disables the use of Nagle's algorithm immediately after a new incoming connection is received. + * @default false + * @since v16.5.0 + */ + noDelay?: boolean | undefined; + /** + * If set to `true`, it enables keep-alive functionality on the socket immediately after a new incoming connection is received, + * similarly on what is done in `socket.setKeepAlive([enable][, initialDelay])`. + * @default false + * @since v16.5.0 + */ + keepAlive?: boolean | undefined; + /** + * If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket. + * @default 0 + * @since v16.5.0 + */ + keepAliveInitialDelay?: number | undefined; + /** + * Optionally overrides all `net.Socket`s' `readableHighWaterMark` and `writableHighWaterMark`. + * @default See [stream.getDefaultHighWaterMark()](https://nodejs.org/docs/latest-v24.x/api/stream.html#streamgetdefaulthighwatermarkobjectmode). + * @since v18.17.0, v20.1.0 + */ + highWaterMark?: number | undefined; + /** + * `blockList` can be used for disabling inbound + * access to specific IP addresses, IP ranges, or IP subnets. This does not + * work if the server is behind a reverse proxy, NAT, etc. because the address + * checked against the block list is the address of the proxy, or the one + * specified by the NAT. + * @since v22.13.0 + */ + blockList?: BlockList | undefined; + } + interface DropArgument { + localAddress?: string; + localPort?: number; + localFamily?: string; + remoteAddress?: string; + remotePort?: number; + remoteFamily?: string; + } + /** + * This class is used to create a TCP or `IPC` server. + * @since v0.1.90 + */ + class Server extends EventEmitter { + constructor(connectionListener?: (socket: Socket) => void); + constructor(options?: ServerOpts, connectionListener?: (socket: Socket) => void); + /** + * Start a server listening for connections. A `net.Server` can be a TCP or + * an `IPC` server depending on what it listens to. + * + * Possible signatures: + * + * * `server.listen(handle[, backlog][, callback])` + * * `server.listen(options[, callback])` + * * `server.listen(path[, backlog][, callback])` for `IPC` servers + * * `server.listen([port[, host[, backlog]]][, callback])` for TCP servers + * + * This function is asynchronous. When the server starts listening, the `'listening'` event will be emitted. The last parameter `callback`will be added as a listener for the `'listening'` + * event. + * + * All `listen()` methods can take a `backlog` parameter to specify the maximum + * length of the queue of pending connections. The actual length will be determined + * by the OS through sysctl settings such as `tcp_max_syn_backlog` and `somaxconn` on Linux. The default value of this parameter is 511 (not 512). + * + * All {@link Socket} are set to `SO_REUSEADDR` (see [`socket(7)`](https://man7.org/linux/man-pages/man7/socket.7.html) for + * details). + * + * The `server.listen()` method can be called again if and only if there was an + * error during the first `server.listen()` call or `server.close()` has been + * called. Otherwise, an `ERR_SERVER_ALREADY_LISTEN` error will be thrown. + * + * One of the most common errors raised when listening is `EADDRINUSE`. + * This happens when another server is already listening on the requested`port`/`path`/`handle`. One way to handle this would be to retry + * after a certain amount of time: + * + * ```js + * server.on('error', (e) => { + * if (e.code === 'EADDRINUSE') { + * console.error('Address in use, retrying...'); + * setTimeout(() => { + * server.close(); + * server.listen(PORT, HOST); + * }, 1000); + * } + * }); + * ``` + */ + listen(port?: number, hostname?: string, backlog?: number, listeningListener?: () => void): this; + listen(port?: number, hostname?: string, listeningListener?: () => void): this; + listen(port?: number, backlog?: number, listeningListener?: () => void): this; + listen(port?: number, listeningListener?: () => void): this; + listen(path: string, backlog?: number, listeningListener?: () => void): this; + listen(path: string, listeningListener?: () => void): this; + listen(options: ListenOptions, listeningListener?: () => void): this; + listen(handle: any, backlog?: number, listeningListener?: () => void): this; + listen(handle: any, listeningListener?: () => void): this; + /** + * Stops the server from accepting new connections and keeps existing + * connections. This function is asynchronous, the server is finally closed + * when all connections are ended and the server emits a `'close'` event. + * The optional `callback` will be called once the `'close'` event occurs. Unlike + * that event, it will be called with an `Error` as its only argument if the server + * was not open when it was closed. + * @since v0.1.90 + * @param callback Called when the server is closed. + */ + close(callback?: (err?: Error) => void): this; + /** + * Returns the bound `address`, the address `family` name, and `port` of the server + * as reported by the operating system if listening on an IP socket + * (useful to find which port was assigned when getting an OS-assigned address):`{ port: 12346, family: 'IPv4', address: '127.0.0.1' }`. + * + * For a server listening on a pipe or Unix domain socket, the name is returned + * as a string. + * + * ```js + * const server = net.createServer((socket) => { + * socket.end('goodbye\n'); + * }).on('error', (err) => { + * // Handle errors here. + * throw err; + * }); + * + * // Grab an arbitrary unused port. + * server.listen(() => { + * console.log('opened server on', server.address()); + * }); + * ``` + * + * `server.address()` returns `null` before the `'listening'` event has been + * emitted or after calling `server.close()`. + * @since v0.1.90 + */ + address(): AddressInfo | string | null; + /** + * Asynchronously get the number of concurrent connections on the server. Works + * when sockets were sent to forks. + * + * Callback should take two arguments `err` and `count`. + * @since v0.9.7 + */ + getConnections(cb: (error: Error | null, count: number) => void): this; + /** + * Opposite of `unref()`, calling `ref()` on a previously `unref`ed server will _not_ let the program exit if it's the only server left (the default behavior). + * If the server is `ref`ed calling `ref()` again will have no effect. + * @since v0.9.1 + */ + ref(): this; + /** + * Calling `unref()` on a server will allow the program to exit if this is the only + * active server in the event system. If the server is already `unref`ed calling`unref()` again will have no effect. + * @since v0.9.1 + */ + unref(): this; + /** + * Set this property to reject connections when the server's connection count gets + * high. + * + * It is not recommended to use this option once a socket has been sent to a child + * with `child_process.fork()`. + * @since v0.2.0 + */ + maxConnections: number; + connections: number; + /** + * Indicates whether or not the server is listening for connections. + * @since v5.7.0 + */ + readonly listening: boolean; + /** + * events.EventEmitter + * 1. close + * 2. connection + * 3. error + * 4. listening + * 5. drop + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "connection", listener: (socket: Socket) => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "listening", listener: () => void): this; + addListener(event: "drop", listener: (data?: DropArgument) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "connection", socket: Socket): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "listening"): boolean; + emit(event: "drop", data?: DropArgument): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "connection", listener: (socket: Socket) => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "listening", listener: () => void): this; + on(event: "drop", listener: (data?: DropArgument) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "connection", listener: (socket: Socket) => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "listening", listener: () => void): this; + once(event: "drop", listener: (data?: DropArgument) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "connection", listener: (socket: Socket) => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "listening", listener: () => void): this; + prependListener(event: "drop", listener: (data?: DropArgument) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "connection", listener: (socket: Socket) => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "listening", listener: () => void): this; + prependOnceListener(event: "drop", listener: (data?: DropArgument) => void): this; + /** + * Calls {@link Server.close()} and returns a promise that fulfills when the server has closed. + * @since v20.5.0 + */ + [Symbol.asyncDispose](): Promise; + } + type IPVersion = "ipv4" | "ipv6"; + /** + * The `BlockList` object can be used with some network APIs to specify rules for + * disabling inbound or outbound access to specific IP addresses, IP ranges, or + * IP subnets. + * @since v15.0.0, v14.18.0 + */ + class BlockList { + /** + * Adds a rule to block the given IP address. + * @since v15.0.0, v14.18.0 + * @param address An IPv4 or IPv6 address. + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + addAddress(address: string, type?: IPVersion): void; + addAddress(address: SocketAddress): void; + /** + * Adds a rule to block a range of IP addresses from `start` (inclusive) to`end` (inclusive). + * @since v15.0.0, v14.18.0 + * @param start The starting IPv4 or IPv6 address in the range. + * @param end The ending IPv4 or IPv6 address in the range. + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + addRange(start: string, end: string, type?: IPVersion): void; + addRange(start: SocketAddress, end: SocketAddress): void; + /** + * Adds a rule to block a range of IP addresses specified as a subnet mask. + * @since v15.0.0, v14.18.0 + * @param net The network IPv4 or IPv6 address. + * @param prefix The number of CIDR prefix bits. For IPv4, this must be a value between `0` and `32`. For IPv6, this must be between `0` and `128`. + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + addSubnet(net: SocketAddress, prefix: number): void; + addSubnet(net: string, prefix: number, type?: IPVersion): void; + /** + * Returns `true` if the given IP address matches any of the rules added to the`BlockList`. + * + * ```js + * const blockList = new net.BlockList(); + * blockList.addAddress('123.123.123.123'); + * blockList.addRange('10.0.0.1', '10.0.0.10'); + * blockList.addSubnet('8592:757c:efae:4e45::', 64, 'ipv6'); + * + * console.log(blockList.check('123.123.123.123')); // Prints: true + * console.log(blockList.check('10.0.0.3')); // Prints: true + * console.log(blockList.check('222.111.111.222')); // Prints: false + * + * // IPv6 notation for IPv4 addresses works: + * console.log(blockList.check('::ffff:7b7b:7b7b', 'ipv6')); // Prints: true + * console.log(blockList.check('::ffff:123.123.123.123', 'ipv6')); // Prints: true + * ``` + * @since v15.0.0, v14.18.0 + * @param address The IP address to check + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + check(address: SocketAddress): boolean; + check(address: string, type?: IPVersion): boolean; + /** + * The list of rules added to the blocklist. + * @since v15.0.0, v14.18.0 + */ + rules: readonly string[]; + /** + * Returns `true` if the `value` is a `net.BlockList`. + * @since v22.13.0 + * @param value Any JS value + */ + static isBlockList(value: unknown): value is BlockList; + } + interface TcpNetConnectOpts extends TcpSocketConnectOpts, SocketConstructorOpts { + timeout?: number | undefined; + } + interface IpcNetConnectOpts extends IpcSocketConnectOpts, SocketConstructorOpts { + timeout?: number | undefined; + } + type NetConnectOpts = TcpNetConnectOpts | IpcNetConnectOpts; + /** + * Creates a new TCP or `IPC` server. + * + * If `allowHalfOpen` is set to `true`, when the other end of the socket + * signals the end of transmission, the server will only send back the end of + * transmission when `socket.end()` is explicitly called. For example, in the + * context of TCP, when a FIN packed is received, a FIN packed is sent + * back only when `socket.end()` is explicitly called. Until then the + * connection is half-closed (non-readable but still writable). See `'end'` event and [RFC 1122](https://tools.ietf.org/html/rfc1122) (section 4.2.2.13) for more information. + * + * If `pauseOnConnect` is set to `true`, then the socket associated with each + * incoming connection will be paused, and no data will be read from its handle. + * This allows connections to be passed between processes without any data being + * read by the original process. To begin reading data from a paused socket, call `socket.resume()`. + * + * The server can be a TCP server or an `IPC` server, depending on what it `listen()` to. + * + * Here is an example of a TCP echo server which listens for connections + * on port 8124: + * + * ```js + * import net from 'node:net'; + * const server = net.createServer((c) => { + * // 'connection' listener. + * console.log('client connected'); + * c.on('end', () => { + * console.log('client disconnected'); + * }); + * c.write('hello\r\n'); + * c.pipe(c); + * }); + * server.on('error', (err) => { + * throw err; + * }); + * server.listen(8124, () => { + * console.log('server bound'); + * }); + * ``` + * + * Test this by using `telnet`: + * + * ```bash + * telnet localhost 8124 + * ``` + * + * To listen on the socket `/tmp/echo.sock`: + * + * ```js + * server.listen('/tmp/echo.sock', () => { + * console.log('server bound'); + * }); + * ``` + * + * Use `nc` to connect to a Unix domain socket server: + * + * ```bash + * nc -U /tmp/echo.sock + * ``` + * @since v0.5.0 + * @param connectionListener Automatically set as a listener for the {@link 'connection'} event. + */ + function createServer(connectionListener?: (socket: Socket) => void): Server; + function createServer(options?: ServerOpts, connectionListener?: (socket: Socket) => void): Server; + /** + * Aliases to {@link createConnection}. + * + * Possible signatures: + * + * * {@link connect} + * * {@link connect} for `IPC` connections. + * * {@link connect} for TCP connections. + */ + function connect(options: NetConnectOpts, connectionListener?: () => void): Socket; + function connect(port: number, host?: string, connectionListener?: () => void): Socket; + function connect(path: string, connectionListener?: () => void): Socket; + /** + * A factory function, which creates a new {@link Socket}, + * immediately initiates connection with `socket.connect()`, + * then returns the `net.Socket` that starts the connection. + * + * When the connection is established, a `'connect'` event will be emitted + * on the returned socket. The last parameter `connectListener`, if supplied, + * will be added as a listener for the `'connect'` event **once**. + * + * Possible signatures: + * + * * {@link createConnection} + * * {@link createConnection} for `IPC` connections. + * * {@link createConnection} for TCP connections. + * + * The {@link connect} function is an alias to this function. + */ + function createConnection(options: NetConnectOpts, connectionListener?: () => void): Socket; + function createConnection(port: number, host?: string, connectionListener?: () => void): Socket; + function createConnection(path: string, connectionListener?: () => void): Socket; + /** + * Gets the current default value of the `autoSelectFamily` option of `socket.connect(options)`. + * The initial default value is `true`, unless the command line option`--no-network-family-autoselection` is provided. + * @since v19.4.0 + */ + function getDefaultAutoSelectFamily(): boolean; + /** + * Sets the default value of the `autoSelectFamily` option of `socket.connect(options)`. + * @param value The new default value. + * The initial default value is `true`, unless the command line option + * `--no-network-family-autoselection` is provided. + * @since v19.4.0 + */ + function setDefaultAutoSelectFamily(value: boolean): void; + /** + * Gets the current default value of the `autoSelectFamilyAttemptTimeout` option of `socket.connect(options)`. + * The initial default value is `250` or the value specified via the command line option `--network-family-autoselection-attempt-timeout`. + * @returns The current default value of the `autoSelectFamilyAttemptTimeout` option. + * @since v19.8.0, v18.8.0 + */ + function getDefaultAutoSelectFamilyAttemptTimeout(): number; + /** + * Sets the default value of the `autoSelectFamilyAttemptTimeout` option of `socket.connect(options)`. + * @param value The new default value, which must be a positive number. If the number is less than `10`, the value `10` is used instead. The initial default value is `250` or the value specified via the command line + * option `--network-family-autoselection-attempt-timeout`. + * @since v19.8.0, v18.8.0 + */ + function setDefaultAutoSelectFamilyAttemptTimeout(value: number): void; + /** + * Returns `6` if `input` is an IPv6 address. Returns `4` if `input` is an IPv4 + * address in [dot-decimal notation](https://en.wikipedia.org/wiki/Dot-decimal_notation) with no leading zeroes. Otherwise, returns`0`. + * + * ```js + * net.isIP('::1'); // returns 6 + * net.isIP('127.0.0.1'); // returns 4 + * net.isIP('127.000.000.001'); // returns 0 + * net.isIP('127.0.0.1/24'); // returns 0 + * net.isIP('fhqwhgads'); // returns 0 + * ``` + * @since v0.3.0 + */ + function isIP(input: string): number; + /** + * Returns `true` if `input` is an IPv4 address in [dot-decimal notation](https://en.wikipedia.org/wiki/Dot-decimal_notation) with no + * leading zeroes. Otherwise, returns `false`. + * + * ```js + * net.isIPv4('127.0.0.1'); // returns true + * net.isIPv4('127.000.000.001'); // returns false + * net.isIPv4('127.0.0.1/24'); // returns false + * net.isIPv4('fhqwhgads'); // returns false + * ``` + * @since v0.3.0 + */ + function isIPv4(input: string): boolean; + /** + * Returns `true` if `input` is an IPv6 address. Otherwise, returns `false`. + * + * ```js + * net.isIPv6('::1'); // returns true + * net.isIPv6('fhqwhgads'); // returns false + * ``` + * @since v0.3.0 + */ + function isIPv6(input: string): boolean; + interface SocketAddressInitOptions { + /** + * The network address as either an IPv4 or IPv6 string. + * @default 127.0.0.1 + */ + address?: string | undefined; + /** + * @default `'ipv4'` + */ + family?: IPVersion | undefined; + /** + * An IPv6 flow-label used only if `family` is `'ipv6'`. + * @default 0 + */ + flowlabel?: number | undefined; + /** + * An IP port. + * @default 0 + */ + port?: number | undefined; + } + /** + * @since v15.14.0, v14.18.0 + */ + class SocketAddress { + constructor(options: SocketAddressInitOptions); + /** + * Either \`'ipv4'\` or \`'ipv6'\`. + * @since v15.14.0, v14.18.0 + */ + readonly address: string; + /** + * Either \`'ipv4'\` or \`'ipv6'\`. + * @since v15.14.0, v14.18.0 + */ + readonly family: IPVersion; + /** + * @since v15.14.0, v14.18.0 + */ + readonly port: number; + /** + * @since v15.14.0, v14.18.0 + */ + readonly flowlabel: number; + /** + * @since v22.13.0 + * @param input An input string containing an IP address and optional port, + * e.g. `123.1.2.3:1234` or `[1::1]:1234`. + * @returns Returns a `SocketAddress` if parsing was successful. + * Otherwise returns `undefined`. + */ + static parse(input: string): SocketAddress | undefined; + } +} +declare module "node:net" { + export * from "net"; +} diff --git a/node_modules/@types/node/os.d.ts b/node_modules/@types/node/os.d.ts new file mode 100644 index 0000000..77a6336 --- /dev/null +++ b/node_modules/@types/node/os.d.ts @@ -0,0 +1,496 @@ +/** + * The `node:os` module provides operating system-related utility methods and + * properties. It can be accessed using: + * + * ```js + * import os from 'node:os'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/os.js) + */ +declare module "os" { + interface CpuInfo { + model: string; + speed: number; + times: { + /** The number of milliseconds the CPU has spent in user mode. */ + user: number; + /** The number of milliseconds the CPU has spent in nice mode. */ + nice: number; + /** The number of milliseconds the CPU has spent in sys mode. */ + sys: number; + /** The number of milliseconds the CPU has spent in idle mode. */ + idle: number; + /** The number of milliseconds the CPU has spent in irq mode. */ + irq: number; + }; + } + interface NetworkInterfaceBase { + address: string; + netmask: string; + mac: string; + internal: boolean; + cidr: string | null; + } + interface NetworkInterfaceInfoIPv4 extends NetworkInterfaceBase { + family: "IPv4"; + scopeid?: undefined; + } + interface NetworkInterfaceInfoIPv6 extends NetworkInterfaceBase { + family: "IPv6"; + scopeid: number; + } + interface UserInfo { + username: T; + uid: number; + gid: number; + shell: T | null; + homedir: T; + } + type NetworkInterfaceInfo = NetworkInterfaceInfoIPv4 | NetworkInterfaceInfoIPv6; + /** + * Returns the host name of the operating system as a string. + * @since v0.3.3 + */ + function hostname(): string; + /** + * Returns an array containing the 1, 5, and 15 minute load averages. + * + * The load average is a measure of system activity calculated by the operating + * system and expressed as a fractional number. + * + * The load average is a Unix-specific concept. On Windows, the return value is + * always `[0, 0, 0]`. + * @since v0.3.3 + */ + function loadavg(): number[]; + /** + * Returns the system uptime in number of seconds. + * @since v0.3.3 + */ + function uptime(): number; + /** + * Returns the amount of free system memory in bytes as an integer. + * @since v0.3.3 + */ + function freemem(): number; + /** + * Returns the total amount of system memory in bytes as an integer. + * @since v0.3.3 + */ + function totalmem(): number; + /** + * Returns an array of objects containing information about each logical CPU core. + * The array will be empty if no CPU information is available, such as if the `/proc` file system is unavailable. + * + * The properties included on each object include: + * + * ```js + * [ + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 252020, + * nice: 0, + * sys: 30340, + * idle: 1070356870, + * irq: 0, + * }, + * }, + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 306960, + * nice: 0, + * sys: 26980, + * idle: 1071569080, + * irq: 0, + * }, + * }, + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 248450, + * nice: 0, + * sys: 21750, + * idle: 1070919370, + * irq: 0, + * }, + * }, + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 256880, + * nice: 0, + * sys: 19430, + * idle: 1070905480, + * irq: 20, + * }, + * }, + * ] + * ``` + * + * `nice` values are POSIX-only. On Windows, the `nice` values of all processors + * are always 0. + * + * `os.cpus().length` should not be used to calculate the amount of parallelism + * available to an application. Use {@link availableParallelism} for this purpose. + * @since v0.3.3 + */ + function cpus(): CpuInfo[]; + /** + * Returns an estimate of the default amount of parallelism a program should use. + * Always returns a value greater than zero. + * + * This function is a small wrapper about libuv's [`uv_available_parallelism()`](https://docs.libuv.org/en/v1.x/misc.html#c.uv_available_parallelism). + * @since v19.4.0, v18.14.0 + */ + function availableParallelism(): number; + /** + * Returns the operating system name as returned by [`uname(3)`](https://linux.die.net/man/3/uname). For example, it + * returns `'Linux'` on Linux, `'Darwin'` on macOS, and `'Windows_NT'` on Windows. + * + * See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for additional information + * about the output of running [`uname(3)`](https://linux.die.net/man/3/uname) on various operating systems. + * @since v0.3.3 + */ + function type(): string; + /** + * Returns the operating system as a string. + * + * On POSIX systems, the operating system release is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `GetVersionExW()` is used. See + * [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. + * @since v0.3.3 + */ + function release(): string; + /** + * Returns an object containing network interfaces that have been assigned a + * network address. + * + * Each key on the returned object identifies a network interface. The associated + * value is an array of objects that each describe an assigned network address. + * + * The properties available on the assigned network address object include: + * + * ```js + * { + * lo: [ + * { + * address: '127.0.0.1', + * netmask: '255.0.0.0', + * family: 'IPv4', + * mac: '00:00:00:00:00:00', + * internal: true, + * cidr: '127.0.0.1/8' + * }, + * { + * address: '::1', + * netmask: 'ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', + * family: 'IPv6', + * mac: '00:00:00:00:00:00', + * scopeid: 0, + * internal: true, + * cidr: '::1/128' + * } + * ], + * eth0: [ + * { + * address: '192.168.1.108', + * netmask: '255.255.255.0', + * family: 'IPv4', + * mac: '01:02:03:0a:0b:0c', + * internal: false, + * cidr: '192.168.1.108/24' + * }, + * { + * address: 'fe80::a00:27ff:fe4e:66a1', + * netmask: 'ffff:ffff:ffff:ffff::', + * family: 'IPv6', + * mac: '01:02:03:0a:0b:0c', + * scopeid: 1, + * internal: false, + * cidr: 'fe80::a00:27ff:fe4e:66a1/64' + * } + * ] + * } + * ``` + * @since v0.6.0 + */ + function networkInterfaces(): NodeJS.Dict; + /** + * Returns the string path of the current user's home directory. + * + * On POSIX, it uses the `$HOME` environment variable if defined. Otherwise it + * uses the [effective UID](https://en.wikipedia.org/wiki/User_identifier#Effective_user_ID) to look up the user's home directory. + * + * On Windows, it uses the `USERPROFILE` environment variable if defined. + * Otherwise it uses the path to the profile directory of the current user. + * @since v2.3.0 + */ + function homedir(): string; + /** + * Returns information about the currently effective user. On POSIX platforms, + * this is typically a subset of the password file. The returned object includes + * the `username`, `uid`, `gid`, `shell`, and `homedir`. On Windows, the `uid` and `gid` fields are `-1`, and `shell` is `null`. + * + * The value of `homedir` returned by `os.userInfo()` is provided by the operating + * system. This differs from the result of `os.homedir()`, which queries + * environment variables for the home directory before falling back to the + * operating system response. + * + * Throws a [`SystemError`](https://nodejs.org/docs/latest-v24.x/api/errors.html#class-systemerror) if a user has no `username` or `homedir`. + * @since v6.0.0 + */ + function userInfo(options: { encoding: "buffer" }): UserInfo; + function userInfo(options?: { encoding: BufferEncoding }): UserInfo; + type SignalConstants = { + [key in NodeJS.Signals]: number; + }; + namespace constants { + const UV_UDP_REUSEADDR: number; + namespace signals {} + const signals: SignalConstants; + namespace errno { + const E2BIG: number; + const EACCES: number; + const EADDRINUSE: number; + const EADDRNOTAVAIL: number; + const EAFNOSUPPORT: number; + const EAGAIN: number; + const EALREADY: number; + const EBADF: number; + const EBADMSG: number; + const EBUSY: number; + const ECANCELED: number; + const ECHILD: number; + const ECONNABORTED: number; + const ECONNREFUSED: number; + const ECONNRESET: number; + const EDEADLK: number; + const EDESTADDRREQ: number; + const EDOM: number; + const EDQUOT: number; + const EEXIST: number; + const EFAULT: number; + const EFBIG: number; + const EHOSTUNREACH: number; + const EIDRM: number; + const EILSEQ: number; + const EINPROGRESS: number; + const EINTR: number; + const EINVAL: number; + const EIO: number; + const EISCONN: number; + const EISDIR: number; + const ELOOP: number; + const EMFILE: number; + const EMLINK: number; + const EMSGSIZE: number; + const EMULTIHOP: number; + const ENAMETOOLONG: number; + const ENETDOWN: number; + const ENETRESET: number; + const ENETUNREACH: number; + const ENFILE: number; + const ENOBUFS: number; + const ENODATA: number; + const ENODEV: number; + const ENOENT: number; + const ENOEXEC: number; + const ENOLCK: number; + const ENOLINK: number; + const ENOMEM: number; + const ENOMSG: number; + const ENOPROTOOPT: number; + const ENOSPC: number; + const ENOSR: number; + const ENOSTR: number; + const ENOSYS: number; + const ENOTCONN: number; + const ENOTDIR: number; + const ENOTEMPTY: number; + const ENOTSOCK: number; + const ENOTSUP: number; + const ENOTTY: number; + const ENXIO: number; + const EOPNOTSUPP: number; + const EOVERFLOW: number; + const EPERM: number; + const EPIPE: number; + const EPROTO: number; + const EPROTONOSUPPORT: number; + const EPROTOTYPE: number; + const ERANGE: number; + const EROFS: number; + const ESPIPE: number; + const ESRCH: number; + const ESTALE: number; + const ETIME: number; + const ETIMEDOUT: number; + const ETXTBSY: number; + const EWOULDBLOCK: number; + const EXDEV: number; + const WSAEINTR: number; + const WSAEBADF: number; + const WSAEACCES: number; + const WSAEFAULT: number; + const WSAEINVAL: number; + const WSAEMFILE: number; + const WSAEWOULDBLOCK: number; + const WSAEINPROGRESS: number; + const WSAEALREADY: number; + const WSAENOTSOCK: number; + const WSAEDESTADDRREQ: number; + const WSAEMSGSIZE: number; + const WSAEPROTOTYPE: number; + const WSAENOPROTOOPT: number; + const WSAEPROTONOSUPPORT: number; + const WSAESOCKTNOSUPPORT: number; + const WSAEOPNOTSUPP: number; + const WSAEPFNOSUPPORT: number; + const WSAEAFNOSUPPORT: number; + const WSAEADDRINUSE: number; + const WSAEADDRNOTAVAIL: number; + const WSAENETDOWN: number; + const WSAENETUNREACH: number; + const WSAENETRESET: number; + const WSAECONNABORTED: number; + const WSAECONNRESET: number; + const WSAENOBUFS: number; + const WSAEISCONN: number; + const WSAENOTCONN: number; + const WSAESHUTDOWN: number; + const WSAETOOMANYREFS: number; + const WSAETIMEDOUT: number; + const WSAECONNREFUSED: number; + const WSAELOOP: number; + const WSAENAMETOOLONG: number; + const WSAEHOSTDOWN: number; + const WSAEHOSTUNREACH: number; + const WSAENOTEMPTY: number; + const WSAEPROCLIM: number; + const WSAEUSERS: number; + const WSAEDQUOT: number; + const WSAESTALE: number; + const WSAEREMOTE: number; + const WSASYSNOTREADY: number; + const WSAVERNOTSUPPORTED: number; + const WSANOTINITIALISED: number; + const WSAEDISCON: number; + const WSAENOMORE: number; + const WSAECANCELLED: number; + const WSAEINVALIDPROCTABLE: number; + const WSAEINVALIDPROVIDER: number; + const WSAEPROVIDERFAILEDINIT: number; + const WSASYSCALLFAILURE: number; + const WSASERVICE_NOT_FOUND: number; + const WSATYPE_NOT_FOUND: number; + const WSA_E_NO_MORE: number; + const WSA_E_CANCELLED: number; + const WSAEREFUSED: number; + } + namespace dlopen { + const RTLD_LAZY: number; + const RTLD_NOW: number; + const RTLD_GLOBAL: number; + const RTLD_LOCAL: number; + const RTLD_DEEPBIND: number; + } + namespace priority { + const PRIORITY_LOW: number; + const PRIORITY_BELOW_NORMAL: number; + const PRIORITY_NORMAL: number; + const PRIORITY_ABOVE_NORMAL: number; + const PRIORITY_HIGH: number; + const PRIORITY_HIGHEST: number; + } + } + const devNull: string; + /** + * The operating system-specific end-of-line marker. + * * `\n` on POSIX + * * `\r\n` on Windows + */ + const EOL: string; + /** + * Returns the operating system CPU architecture for which the Node.js binary was + * compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`, + * `'mips'`, `'mipsel'`, `'ppc64'`, `'riscv64'`, `'s390x'`, and `'x64'`. + * + * The return value is equivalent to [process.arch](https://nodejs.org/docs/latest-v24.x/api/process.html#processarch). + * @since v0.5.0 + */ + function arch(): NodeJS.Architecture; + /** + * Returns a string identifying the kernel version. + * + * On POSIX systems, the operating system release is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `RtlGetVersion()` is used, and if it is not + * available, `GetVersionExW()` will be used. See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. + * @since v13.11.0, v12.17.0 + */ + function version(): string; + /** + * Returns a string identifying the operating system platform for which + * the Node.js binary was compiled. The value is set at compile time. + * Possible values are `'aix'`, `'darwin'`, `'freebsd'`, `'linux'`, `'openbsd'`, `'sunos'`, and `'win32'`. + * + * The return value is equivalent to `process.platform`. + * + * The value `'android'` may also be returned if Node.js is built on the Android + * operating system. [Android support is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os). + * @since v0.5.0 + */ + function platform(): NodeJS.Platform; + /** + * Returns the machine type as a string, such as `arm`, `arm64`, `aarch64`, + * `mips`, `mips64`, `ppc64`, `ppc64le`, `s390x`, `i386`, `i686`, `x86_64`. + * + * On POSIX systems, the machine type is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `RtlGetVersion()` is used, and if it is not + * available, `GetVersionExW()` will be used. See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. + * @since v18.9.0, v16.18.0 + */ + function machine(): string; + /** + * Returns the operating system's default directory for temporary files as a + * string. + * @since v0.9.9 + */ + function tmpdir(): string; + /** + * Returns a string identifying the endianness of the CPU for which the Node.js + * binary was compiled. + * + * Possible values are `'BE'` for big endian and `'LE'` for little endian. + * @since v0.9.4 + */ + function endianness(): "BE" | "LE"; + /** + * Returns the scheduling priority for the process specified by `pid`. If `pid` is + * not provided or is `0`, the priority of the current process is returned. + * @since v10.10.0 + * @param [pid=0] The process ID to retrieve scheduling priority for. + */ + function getPriority(pid?: number): number; + /** + * Attempts to set the scheduling priority for the process specified by `pid`. If `pid` is not provided or is `0`, the process ID of the current process is used. + * + * The `priority` input must be an integer between `-20` (high priority) and `19` (low priority). Due to differences between Unix priority levels and Windows + * priority classes, `priority` is mapped to one of six priority constants in `os.constants.priority`. When retrieving a process priority level, this range + * mapping may cause the return value to be slightly different on Windows. To avoid + * confusion, set `priority` to one of the priority constants. + * + * On Windows, setting priority to `PRIORITY_HIGHEST` requires elevated user + * privileges. Otherwise the set priority will be silently reduced to `PRIORITY_HIGH`. + * @since v10.10.0 + * @param [pid=0] The process ID to set scheduling priority for. + * @param priority The scheduling priority to assign to the process. + */ + function setPriority(priority: number): void; + function setPriority(pid: number, priority: number): void; +} +declare module "node:os" { + export * from "os"; +} diff --git a/node_modules/@types/node/package.json b/node_modules/@types/node/package.json new file mode 100644 index 0000000..3f753f2 --- /dev/null +++ b/node_modules/@types/node/package.json @@ -0,0 +1,160 @@ +{ + "name": "@types/node", + "version": "24.1.0", + "description": "TypeScript definitions for node", + "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", + "license": "MIT", + "contributors": [ + { + "name": "Microsoft TypeScript", + "githubUsername": "Microsoft", + "url": "https://github.com/Microsoft" + }, + { + "name": "Alberto Schiabel", + "githubUsername": "jkomyno", + "url": "https://github.com/jkomyno" + }, + { + "name": "Andrew Makarov", + "githubUsername": "r3nya", + "url": "https://github.com/r3nya" + }, + { + "name": "Benjamin Toueg", + "githubUsername": "btoueg", + "url": "https://github.com/btoueg" + }, + { + "name": "David Junger", + "githubUsername": "touffy", + "url": "https://github.com/touffy" + }, + { + "name": "Mohsen Azimi", + "githubUsername": "mohsen1", + "url": "https://github.com/mohsen1" + }, + { + "name": "Nikita Galkin", + "githubUsername": "galkin", + "url": "https://github.com/galkin" + }, + { + "name": "Sebastian Silbermann", + "githubUsername": "eps1lon", + "url": "https://github.com/eps1lon" + }, + { + "name": "Wilco Bakker", + "githubUsername": "WilcoBakker", + "url": "https://github.com/WilcoBakker" + }, + { + "name": "Marcin Kopacz", + "githubUsername": "chyzwar", + "url": "https://github.com/chyzwar" + }, + { + "name": "Trivikram Kamat", + "githubUsername": "trivikr", + "url": "https://github.com/trivikr" + }, + { + "name": "Junxiao Shi", + "githubUsername": "yoursunny", + "url": "https://github.com/yoursunny" + }, + { + "name": "Ilia Baryshnikov", + "githubUsername": "qwelias", + "url": "https://github.com/qwelias" + }, + { + "name": "ExE Boss", + "githubUsername": "ExE-Boss", + "url": "https://github.com/ExE-Boss" + }, + { + "name": "Piotr Błażejewicz", + "githubUsername": "peterblazejewicz", + "url": "https://github.com/peterblazejewicz" + }, + { + "name": "Anna Henningsen", + "githubUsername": "addaleax", + "url": "https://github.com/addaleax" + }, + { + "name": "Victor Perin", + "githubUsername": "victorperin", + "url": "https://github.com/victorperin" + }, + { + "name": "NodeJS Contributors", + "githubUsername": "NodeJS", + "url": "https://github.com/NodeJS" + }, + { + "name": "Linus Unnebäck", + "githubUsername": "LinusU", + "url": "https://github.com/LinusU" + }, + { + "name": "wafuwafu13", + "githubUsername": "wafuwafu13", + "url": "https://github.com/wafuwafu13" + }, + { + "name": "Matteo Collina", + "githubUsername": "mcollina", + "url": "https://github.com/mcollina" + }, + { + "name": "Dmitry Semigradsky", + "githubUsername": "Semigradsky", + "url": "https://github.com/Semigradsky" + }, + { + "name": "René", + "githubUsername": "Renegade334", + "url": "https://github.com/Renegade334" + }, + { + "name": "Yagiz Nizipli", + "githubUsername": "anonrig", + "url": "https://github.com/anonrig" + } + ], + "main": "", + "types": "index.d.ts", + "typesVersions": { + "<=5.1": { + "*": [ + "ts5.1/*" + ] + }, + "<=5.6": { + "*": [ + "ts5.6/*" + ] + }, + "<=5.7": { + "*": [ + "ts5.7/*" + ] + } + }, + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "directory": "types/node" + }, + "scripts": {}, + "dependencies": { + "undici-types": "~7.8.0" + }, + "peerDependencies": {}, + "typesPublisherContentHash": "83cb68186fcf703a4b7951de645e523dc4495aa83f0ef95d9b64cb5032c5b1d6", + "typeScriptVersion": "5.1" +} \ No newline at end of file diff --git a/node_modules/@types/node/path.d.ts b/node_modules/@types/node/path.d.ts new file mode 100644 index 0000000..d363397 --- /dev/null +++ b/node_modules/@types/node/path.d.ts @@ -0,0 +1,200 @@ +declare module "path/posix" { + import path = require("path"); + export = path; +} +declare module "path/win32" { + import path = require("path"); + export = path; +} +/** + * The `node:path` module provides utilities for working with file and directory + * paths. It can be accessed using: + * + * ```js + * import path from 'node:path'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/path.js) + */ +declare module "path" { + namespace path { + /** + * A parsed path object generated by path.parse() or consumed by path.format(). + */ + interface ParsedPath { + /** + * The root of the path such as '/' or 'c:\' + */ + root: string; + /** + * The full directory path such as '/home/user/dir' or 'c:\path\dir' + */ + dir: string; + /** + * The file name including extension (if any) such as 'index.html' + */ + base: string; + /** + * The file extension (if any) such as '.html' + */ + ext: string; + /** + * The file name without extension (if any) such as 'index' + */ + name: string; + } + interface FormatInputPathObject { + /** + * The root of the path such as '/' or 'c:\' + */ + root?: string | undefined; + /** + * The full directory path such as '/home/user/dir' or 'c:\path\dir' + */ + dir?: string | undefined; + /** + * The file name including extension (if any) such as 'index.html' + */ + base?: string | undefined; + /** + * The file extension (if any) such as '.html' + */ + ext?: string | undefined; + /** + * The file name without extension (if any) such as 'index' + */ + name?: string | undefined; + } + interface PlatformPath { + /** + * Normalize a string path, reducing '..' and '.' parts. + * When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used. + * + * @param path string path to normalize. + * @throws {TypeError} if `path` is not a string. + */ + normalize(path: string): string; + /** + * Join all arguments together and normalize the resulting path. + * + * @param paths paths to join. + * @throws {TypeError} if any of the path segments is not a string. + */ + join(...paths: string[]): string; + /** + * The right-most parameter is considered {to}. Other parameters are considered an array of {from}. + * + * Starting from leftmost {from} parameter, resolves {to} to an absolute path. + * + * If {to} isn't already absolute, {from} arguments are prepended in right to left order, + * until an absolute path is found. If after using all {from} paths still no absolute path is found, + * the current working directory is used as well. The resulting path is normalized, + * and trailing slashes are removed unless the path gets resolved to the root directory. + * + * @param paths A sequence of paths or path segments. + * @throws {TypeError} if any of the arguments is not a string. + */ + resolve(...paths: string[]): string; + /** + * The `path.matchesGlob()` method determines if `path` matches the `pattern`. + * @param path The path to glob-match against. + * @param pattern The glob to check the path against. + * @returns Whether or not the `path` matched the `pattern`. + * @throws {TypeError} if `path` or `pattern` are not strings. + * @since v22.5.0 + */ + matchesGlob(path: string, pattern: string): boolean; + /** + * Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. + * + * If the given {path} is a zero-length string, `false` will be returned. + * + * @param path path to test. + * @throws {TypeError} if `path` is not a string. + */ + isAbsolute(path: string): boolean; + /** + * Solve the relative path from {from} to {to} based on the current working directory. + * At times we have two absolute paths, and we need to derive the relative path from one to the other. This is actually the reverse transform of path.resolve. + * + * @throws {TypeError} if either `from` or `to` is not a string. + */ + relative(from: string, to: string): string; + /** + * Return the directory name of a path. Similar to the Unix dirname command. + * + * @param path the path to evaluate. + * @throws {TypeError} if `path` is not a string. + */ + dirname(path: string): string; + /** + * Return the last portion of a path. Similar to the Unix basename command. + * Often used to extract the file name from a fully qualified path. + * + * @param path the path to evaluate. + * @param suffix optionally, an extension to remove from the result. + * @throws {TypeError} if `path` is not a string or if `ext` is given and is not a string. + */ + basename(path: string, suffix?: string): string; + /** + * Return the extension of the path, from the last '.' to end of string in the last portion of the path. + * If there is no '.' in the last portion of the path or the first character of it is '.', then it returns an empty string. + * + * @param path the path to evaluate. + * @throws {TypeError} if `path` is not a string. + */ + extname(path: string): string; + /** + * The platform-specific file separator. '\\' or '/'. + */ + readonly sep: "\\" | "/"; + /** + * The platform-specific file delimiter. ';' or ':'. + */ + readonly delimiter: ";" | ":"; + /** + * Returns an object from a path string - the opposite of format(). + * + * @param path path to evaluate. + * @throws {TypeError} if `path` is not a string. + */ + parse(path: string): ParsedPath; + /** + * Returns a path string from an object - the opposite of parse(). + * + * @param pathObject path to evaluate. + */ + format(pathObject: FormatInputPathObject): string; + /** + * On Windows systems only, returns an equivalent namespace-prefixed path for the given path. + * If path is not a string, path will be returned without modifications. + * This method is meaningful only on Windows system. + * On POSIX systems, the method is non-operational and always returns path without modifications. + */ + toNamespacedPath(path: string): string; + /** + * Posix specific pathing. + * Same as parent object on posix. + */ + readonly posix: PlatformPath; + /** + * Windows specific pathing. + * Same as parent object on windows + */ + readonly win32: PlatformPath; + } + } + const path: path.PlatformPath; + export = path; +} +declare module "node:path" { + import path = require("path"); + export = path; +} +declare module "node:path/posix" { + import path = require("path/posix"); + export = path; +} +declare module "node:path/win32" { + import path = require("path/win32"); + export = path; +} diff --git a/node_modules/@types/node/perf_hooks.d.ts b/node_modules/@types/node/perf_hooks.d.ts new file mode 100644 index 0000000..d5ef9ae --- /dev/null +++ b/node_modules/@types/node/perf_hooks.d.ts @@ -0,0 +1,970 @@ +/** + * This module provides an implementation of a subset of the W3C [Web Performance APIs](https://w3c.github.io/perf-timing-primer/) as well as additional APIs for + * Node.js-specific performance measurements. + * + * Node.js supports the following [Web Performance APIs](https://w3c.github.io/perf-timing-primer/): + * + * * [High Resolution Time](https://www.w3.org/TR/hr-time-2) + * * [Performance Timeline](https://w3c.github.io/performance-timeline/) + * * [User Timing](https://www.w3.org/TR/user-timing/) + * * [Resource Timing](https://www.w3.org/TR/resource-timing-2/) + * + * ```js + * import { PerformanceObserver, performance } from 'node:perf_hooks'; + * + * const obs = new PerformanceObserver((items) => { + * console.log(items.getEntries()[0].duration); + * performance.clearMarks(); + * }); + * obs.observe({ type: 'measure' }); + * performance.measure('Start to Now'); + * + * performance.mark('A'); + * doSomeLongRunningProcess(() => { + * performance.measure('A to Now', 'A'); + * + * performance.mark('B'); + * performance.measure('A to B', 'A', 'B'); + * }); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/perf_hooks.js) + */ +declare module "perf_hooks" { + import { AsyncResource } from "node:async_hooks"; + type EntryType = + | "dns" // Node.js only + | "function" // Node.js only + | "gc" // Node.js only + | "http2" // Node.js only + | "http" // Node.js only + | "mark" // available on the Web + | "measure" // available on the Web + | "net" // Node.js only + | "node" // Node.js only + | "resource"; // available on the Web + interface NodeGCPerformanceDetail { + /** + * When `performanceEntry.entryType` is equal to 'gc', the `performance.kind` property identifies + * the type of garbage collection operation that occurred. + * See perf_hooks.constants for valid values. + */ + readonly kind?: number | undefined; + /** + * When `performanceEntry.entryType` is equal to 'gc', the `performance.flags` + * property contains additional information about garbage collection operation. + * See perf_hooks.constants for valid values. + */ + readonly flags?: number | undefined; + } + /** + * The constructor of this class is not exposed to users directly. + * @since v8.5.0 + */ + class PerformanceEntry { + protected constructor(); + /** + * The total number of milliseconds elapsed for this entry. This value will not + * be meaningful for all Performance Entry types. + * @since v8.5.0 + */ + readonly duration: number; + /** + * The name of the performance entry. + * @since v8.5.0 + */ + readonly name: string; + /** + * The high resolution millisecond timestamp marking the starting time of the + * Performance Entry. + * @since v8.5.0 + */ + readonly startTime: number; + /** + * The type of the performance entry. It may be one of: + * + * * `'node'` (Node.js only) + * * `'mark'` (available on the Web) + * * `'measure'` (available on the Web) + * * `'gc'` (Node.js only) + * * `'function'` (Node.js only) + * * `'http2'` (Node.js only) + * * `'http'` (Node.js only) + * @since v8.5.0 + */ + readonly entryType: EntryType; + /** + * Additional detail specific to the `entryType`. + * @since v16.0.0 + */ + readonly detail?: NodeGCPerformanceDetail | unknown | undefined; // TODO: Narrow this based on entry type. + toJSON(): any; + } + /** + * Exposes marks created via the `Performance.mark()` method. + * @since v18.2.0, v16.17.0 + */ + class PerformanceMark extends PerformanceEntry { + readonly duration: 0; + readonly entryType: "mark"; + } + /** + * Exposes measures created via the `Performance.measure()` method. + * + * The constructor of this class is not exposed to users directly. + * @since v18.2.0, v16.17.0 + */ + class PerformanceMeasure extends PerformanceEntry { + readonly entryType: "measure"; + } + interface UVMetrics { + /** + * Number of event loop iterations. + */ + readonly loopCount: number; + /** + * Number of events that have been processed by the event handler. + */ + readonly events: number; + /** + * Number of events that were waiting to be processed when the event provider was called. + */ + readonly eventsWaiting: number; + } + /** + * _This property is an extension by Node.js. It is not available in Web browsers._ + * + * Provides timing details for Node.js itself. The constructor of this class + * is not exposed to users. + * @since v8.5.0 + */ + class PerformanceNodeTiming extends PerformanceEntry { + readonly entryType: "node"; + /** + * The high resolution millisecond timestamp at which the Node.js process + * completed bootstrapping. If bootstrapping has not yet finished, the property + * has the value of -1. + * @since v8.5.0 + */ + readonly bootstrapComplete: number; + /** + * The high resolution millisecond timestamp at which the Node.js environment was + * initialized. + * @since v8.5.0 + */ + readonly environment: number; + /** + * The high resolution millisecond timestamp of the amount of time the event loop + * has been idle within the event loop's event provider (e.g. `epoll_wait`). This + * does not take CPU usage into consideration. If the event loop has not yet + * started (e.g., in the first tick of the main script), the property has the + * value of 0. + * @since v14.10.0, v12.19.0 + */ + readonly idleTime: number; + /** + * The high resolution millisecond timestamp at which the Node.js event loop + * exited. If the event loop has not yet exited, the property has the value of -1\. + * It can only have a value of not -1 in a handler of the `'exit'` event. + * @since v8.5.0 + */ + readonly loopExit: number; + /** + * The high resolution millisecond timestamp at which the Node.js event loop + * started. If the event loop has not yet started (e.g., in the first tick of the + * main script), the property has the value of -1. + * @since v8.5.0 + */ + readonly loopStart: number; + /** + * The high resolution millisecond timestamp at which the Node.js process was initialized. + * @since v8.5.0 + */ + readonly nodeStart: number; + /** + * This is a wrapper to the `uv_metrics_info` function. + * It returns the current set of event loop metrics. + * + * It is recommended to use this property inside a function whose execution was + * scheduled using `setImmediate` to avoid collecting metrics before finishing all + * operations scheduled during the current loop iteration. + * @since v22.8.0, v20.18.0 + */ + readonly uvMetricsInfo: UVMetrics; + /** + * The high resolution millisecond timestamp at which the V8 platform was + * initialized. + * @since v8.5.0 + */ + readonly v8Start: number; + } + interface EventLoopUtilization { + idle: number; + active: number; + utilization: number; + } + /** + * @param utilization1 The result of a previous call to `eventLoopUtilization()`. + * @param utilization2 The result of a previous call to `eventLoopUtilization()` prior to `utilization1`. + */ + type EventLoopUtilityFunction = ( + utilization1?: EventLoopUtilization, + utilization2?: EventLoopUtilization, + ) => EventLoopUtilization; + interface MarkOptions { + /** + * Additional optional detail to include with the mark. + */ + detail?: unknown | undefined; + /** + * An optional timestamp to be used as the mark time. + * @default `performance.now()` + */ + startTime?: number | undefined; + } + interface MeasureOptions { + /** + * Additional optional detail to include with the mark. + */ + detail?: unknown | undefined; + /** + * Duration between start and end times. + */ + duration?: number | undefined; + /** + * Timestamp to be used as the end time, or a string identifying a previously recorded mark. + */ + end?: number | string | undefined; + /** + * Timestamp to be used as the start time, or a string identifying a previously recorded mark. + */ + start?: number | string | undefined; + } + interface TimerifyOptions { + /** + * A histogram object created using `perf_hooks.createHistogram()` that will record runtime + * durations in nanoseconds. + */ + histogram?: RecordableHistogram | undefined; + } + interface Performance { + /** + * If `name` is not provided, removes all `PerformanceMark` objects from the Performance Timeline. + * If `name` is provided, removes only the named mark. + * @since v8.5.0 + */ + clearMarks(name?: string): void; + /** + * If `name` is not provided, removes all `PerformanceMeasure` objects from the Performance Timeline. + * If `name` is provided, removes only the named measure. + * @since v16.7.0 + */ + clearMeasures(name?: string): void; + /** + * If `name` is not provided, removes all `PerformanceResourceTiming` objects from the Resource Timeline. + * If `name` is provided, removes only the named resource. + * @since v18.2.0, v16.17.0 + */ + clearResourceTimings(name?: string): void; + /** + * eventLoopUtilization is similar to CPU utilization except that it is calculated using high precision wall-clock time. + * It represents the percentage of time the event loop has spent outside the event loop's event provider (e.g. epoll_wait). + * No other CPU idle time is taken into consideration. + */ + eventLoopUtilization: EventLoopUtilityFunction; + /** + * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime`. + * If you are only interested in performance entries of certain types or that have certain names, see + * `performance.getEntriesByType()` and `performance.getEntriesByName()`. + * @since v16.7.0 + */ + getEntries(): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime` + * whose `performanceEntry.name` is equal to `name`, and optionally, whose `performanceEntry.entryType` is equal to `type`. + * @param name + * @param type + * @since v16.7.0 + */ + getEntriesByName(name: string, type?: EntryType): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime` + * whose `performanceEntry.entryType` is equal to `type`. + * @param type + * @since v16.7.0 + */ + getEntriesByType(type: EntryType): PerformanceEntry[]; + /** + * Creates a new `PerformanceMark` entry in the Performance Timeline. + * A `PerformanceMark` is a subclass of `PerformanceEntry` whose `performanceEntry.entryType` is always `'mark'`, + * and whose `performanceEntry.duration` is always `0`. + * Performance marks are used to mark specific significant moments in the Performance Timeline. + * + * The created `PerformanceMark` entry is put in the global Performance Timeline and can be queried with + * `performance.getEntries`, `performance.getEntriesByName`, and `performance.getEntriesByType`. When the observation is + * performed, the entries should be cleared from the global Performance Timeline manually with `performance.clearMarks`. + * @param name + */ + mark(name: string, options?: MarkOptions): PerformanceMark; + /** + * Creates a new `PerformanceResourceTiming` entry in the Resource Timeline. + * A `PerformanceResourceTiming` is a subclass of `PerformanceEntry` whose `performanceEntry.entryType` is always `'resource'`. + * Performance resources are used to mark moments in the Resource Timeline. + * @param timingInfo [Fetch Timing Info](https://fetch.spec.whatwg.org/#fetch-timing-info) + * @param requestedUrl The resource url + * @param initiatorType The initiator name, e.g: 'fetch' + * @param global + * @param cacheMode The cache mode must be an empty string ('') or 'local' + * @param bodyInfo [Fetch Response Body Info](https://fetch.spec.whatwg.org/#response-body-info) + * @param responseStatus The response's status code + * @param deliveryType The delivery type. Default: ''. + * @since v18.2.0, v16.17.0 + */ + markResourceTiming( + timingInfo: object, + requestedUrl: string, + initiatorType: string, + global: object, + cacheMode: "" | "local", + bodyInfo: object, + responseStatus: number, + deliveryType?: string, + ): PerformanceResourceTiming; + /** + * Creates a new PerformanceMeasure entry in the Performance Timeline. + * A PerformanceMeasure is a subclass of PerformanceEntry whose performanceEntry.entryType is always 'measure', + * and whose performanceEntry.duration measures the number of milliseconds elapsed since startMark and endMark. + * + * The startMark argument may identify any existing PerformanceMark in the the Performance Timeline, or may identify + * any of the timestamp properties provided by the PerformanceNodeTiming class. If the named startMark does not exist, + * then startMark is set to timeOrigin by default. + * + * The endMark argument must identify any existing PerformanceMark in the the Performance Timeline or any of the timestamp + * properties provided by the PerformanceNodeTiming class. If the named endMark does not exist, an error will be thrown. + * @param name + * @param startMark + * @param endMark + * @return The PerformanceMeasure entry that was created + */ + measure(name: string, startMark?: string, endMark?: string): PerformanceMeasure; + measure(name: string, options: MeasureOptions): PerformanceMeasure; + /** + * _This property is an extension by Node.js. It is not available in Web browsers._ + * + * An instance of the `PerformanceNodeTiming` class that provides performance metrics for specific Node.js operational milestones. + * @since v8.5.0 + */ + readonly nodeTiming: PerformanceNodeTiming; + /** + * Returns the current high resolution millisecond timestamp, where 0 represents the start of the current `node` process. + * @since v8.5.0 + */ + now(): number; + /** + * Sets the global performance resource timing buffer size to the specified number of "resource" type performance entry objects. + * + * By default the max buffer size is set to 250. + * @since v18.8.0 + */ + setResourceTimingBufferSize(maxSize: number): void; + /** + * The [`timeOrigin`](https://w3c.github.io/hr-time/#dom-performance-timeorigin) specifies the high resolution millisecond timestamp + * at which the current `node` process began, measured in Unix time. + * @since v8.5.0 + */ + readonly timeOrigin: number; + /** + * _This property is an extension by Node.js. It is not available in Web browsers._ + * + * Wraps a function within a new function that measures the running time of the wrapped function. + * A `PerformanceObserver` must be subscribed to the `'function'` event type in order for the timing details to be accessed. + * + * ```js + * import { + * performance, + * PerformanceObserver, + * } from 'node:perf_hooks'; + * + * function someFunction() { + * console.log('hello world'); + * } + * + * const wrapped = performance.timerify(someFunction); + * + * const obs = new PerformanceObserver((list) => { + * console.log(list.getEntries()[0].duration); + * + * performance.clearMarks(); + * performance.clearMeasures(); + * obs.disconnect(); + * }); + * obs.observe({ entryTypes: ['function'] }); + * + * // A performance timeline entry will be created + * wrapped(); + * ``` + * + * If the wrapped function returns a promise, a finally handler will be attached to the promise and the duration will be reported + * once the finally handler is invoked. + * @param fn + */ + timerify any>(fn: T, options?: TimerifyOptions): T; + /** + * An object which is JSON representation of the performance object. It is similar to + * [`window.performance.toJSON`](https://developer.mozilla.org/en-US/docs/Web/API/Performance/toJSON) in browsers. + * @since v16.1.0 + */ + toJSON(): any; + } + class PerformanceObserverEntryList { + /** + * Returns a list of `PerformanceEntry` objects in chronological order + * with respect to `performanceEntry.startTime`. + * + * ```js + * import { + * performance, + * PerformanceObserver, + * } from 'node:perf_hooks'; + * + * const obs = new PerformanceObserver((perfObserverList, observer) => { + * console.log(perfObserverList.getEntries()); + * + * * [ + * * PerformanceEntry { + * * name: 'test', + * * entryType: 'mark', + * * startTime: 81.465639, + * * duration: 0, + * * detail: null + * * }, + * * PerformanceEntry { + * * name: 'meow', + * * entryType: 'mark', + * * startTime: 81.860064, + * * duration: 0, + * * detail: null + * * } + * * ] + * + * performance.clearMarks(); + * performance.clearMeasures(); + * observer.disconnect(); + * }); + * obs.observe({ type: 'mark' }); + * + * performance.mark('test'); + * performance.mark('meow'); + * ``` + * @since v8.5.0 + */ + getEntries(): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order + * with respect to `performanceEntry.startTime` whose `performanceEntry.name` is + * equal to `name`, and optionally, whose `performanceEntry.entryType` is equal to`type`. + * + * ```js + * import { + * performance, + * PerformanceObserver, + * } from 'node:perf_hooks'; + * + * const obs = new PerformanceObserver((perfObserverList, observer) => { + * console.log(perfObserverList.getEntriesByName('meow')); + * + * * [ + * * PerformanceEntry { + * * name: 'meow', + * * entryType: 'mark', + * * startTime: 98.545991, + * * duration: 0, + * * detail: null + * * } + * * ] + * + * console.log(perfObserverList.getEntriesByName('nope')); // [] + * + * console.log(perfObserverList.getEntriesByName('test', 'mark')); + * + * * [ + * * PerformanceEntry { + * * name: 'test', + * * entryType: 'mark', + * * startTime: 63.518931, + * * duration: 0, + * * detail: null + * * } + * * ] + * + * console.log(perfObserverList.getEntriesByName('test', 'measure')); // [] + * + * performance.clearMarks(); + * performance.clearMeasures(); + * observer.disconnect(); + * }); + * obs.observe({ entryTypes: ['mark', 'measure'] }); + * + * performance.mark('test'); + * performance.mark('meow'); + * ``` + * @since v8.5.0 + */ + getEntriesByName(name: string, type?: EntryType): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order + * with respect to `performanceEntry.startTime` whose `performanceEntry.entryType` is equal to `type`. + * + * ```js + * import { + * performance, + * PerformanceObserver, + * } from 'node:perf_hooks'; + * + * const obs = new PerformanceObserver((perfObserverList, observer) => { + * console.log(perfObserverList.getEntriesByType('mark')); + * + * * [ + * * PerformanceEntry { + * * name: 'test', + * * entryType: 'mark', + * * startTime: 55.897834, + * * duration: 0, + * * detail: null + * * }, + * * PerformanceEntry { + * * name: 'meow', + * * entryType: 'mark', + * * startTime: 56.350146, + * * duration: 0, + * * detail: null + * * } + * * ] + * + * performance.clearMarks(); + * performance.clearMeasures(); + * observer.disconnect(); + * }); + * obs.observe({ type: 'mark' }); + * + * performance.mark('test'); + * performance.mark('meow'); + * ``` + * @since v8.5.0 + */ + getEntriesByType(type: EntryType): PerformanceEntry[]; + } + type PerformanceObserverCallback = (list: PerformanceObserverEntryList, observer: PerformanceObserver) => void; + /** + * @since v8.5.0 + */ + class PerformanceObserver extends AsyncResource { + constructor(callback: PerformanceObserverCallback); + /** + * Disconnects the `PerformanceObserver` instance from all notifications. + * @since v8.5.0 + */ + disconnect(): void; + /** + * Subscribes the `PerformanceObserver` instance to notifications of new `PerformanceEntry` instances identified either by `options.entryTypes` or `options.type`: + * + * ```js + * import { + * performance, + * PerformanceObserver, + * } from 'node:perf_hooks'; + * + * const obs = new PerformanceObserver((list, observer) => { + * // Called once asynchronously. `list` contains three items. + * }); + * obs.observe({ type: 'mark' }); + * + * for (let n = 0; n < 3; n++) + * performance.mark(`test${n}`); + * ``` + * @since v8.5.0 + */ + observe( + options: + | { + entryTypes: readonly EntryType[]; + buffered?: boolean | undefined; + } + | { + type: EntryType; + buffered?: boolean | undefined; + }, + ): void; + /** + * @since v16.0.0 + * @returns Current list of entries stored in the performance observer, emptying it out. + */ + takeRecords(): PerformanceEntry[]; + } + /** + * Provides detailed network timing data regarding the loading of an application's resources. + * + * The constructor of this class is not exposed to users directly. + * @since v18.2.0, v16.17.0 + */ + class PerformanceResourceTiming extends PerformanceEntry { + readonly entryType: "resource"; + protected constructor(); + /** + * The high resolution millisecond timestamp at immediately before dispatching the `fetch` + * request. If the resource is not intercepted by a worker the property will always return 0. + * @since v18.2.0, v16.17.0 + */ + readonly workerStart: number; + /** + * The high resolution millisecond timestamp that represents the start time of the fetch which + * initiates the redirect. + * @since v18.2.0, v16.17.0 + */ + readonly redirectStart: number; + /** + * The high resolution millisecond timestamp that will be created immediately after receiving + * the last byte of the response of the last redirect. + * @since v18.2.0, v16.17.0 + */ + readonly redirectEnd: number; + /** + * The high resolution millisecond timestamp immediately before the Node.js starts to fetch the resource. + * @since v18.2.0, v16.17.0 + */ + readonly fetchStart: number; + /** + * The high resolution millisecond timestamp immediately before the Node.js starts the domain name lookup + * for the resource. + * @since v18.2.0, v16.17.0 + */ + readonly domainLookupStart: number; + /** + * The high resolution millisecond timestamp representing the time immediately after the Node.js finished + * the domain name lookup for the resource. + * @since v18.2.0, v16.17.0 + */ + readonly domainLookupEnd: number; + /** + * The high resolution millisecond timestamp representing the time immediately before Node.js starts to + * establish the connection to the server to retrieve the resource. + * @since v18.2.0, v16.17.0 + */ + readonly connectStart: number; + /** + * The high resolution millisecond timestamp representing the time immediately after Node.js finishes + * establishing the connection to the server to retrieve the resource. + * @since v18.2.0, v16.17.0 + */ + readonly connectEnd: number; + /** + * The high resolution millisecond timestamp representing the time immediately before Node.js starts the + * handshake process to secure the current connection. + * @since v18.2.0, v16.17.0 + */ + readonly secureConnectionStart: number; + /** + * The high resolution millisecond timestamp representing the time immediately before Node.js receives the + * first byte of the response from the server. + * @since v18.2.0, v16.17.0 + */ + readonly requestStart: number; + /** + * The high resolution millisecond timestamp representing the time immediately after Node.js receives the + * last byte of the resource or immediately before the transport connection is closed, whichever comes first. + * @since v18.2.0, v16.17.0 + */ + readonly responseEnd: number; + /** + * A number representing the size (in octets) of the fetched resource. The size includes the response header + * fields plus the response payload body. + * @since v18.2.0, v16.17.0 + */ + readonly transferSize: number; + /** + * A number representing the size (in octets) received from the fetch (HTTP or cache), of the payload body, before + * removing any applied content-codings. + * @since v18.2.0, v16.17.0 + */ + readonly encodedBodySize: number; + /** + * A number representing the size (in octets) received from the fetch (HTTP or cache), of the message body, after + * removing any applied content-codings. + * @since v18.2.0, v16.17.0 + */ + readonly decodedBodySize: number; + /** + * Returns a `object` that is the JSON representation of the `PerformanceResourceTiming` object + * @since v18.2.0, v16.17.0 + */ + toJSON(): any; + } + namespace constants { + const NODE_PERFORMANCE_GC_MAJOR: number; + const NODE_PERFORMANCE_GC_MINOR: number; + const NODE_PERFORMANCE_GC_INCREMENTAL: number; + const NODE_PERFORMANCE_GC_WEAKCB: number; + const NODE_PERFORMANCE_GC_FLAGS_NO: number; + const NODE_PERFORMANCE_GC_FLAGS_CONSTRUCT_RETAINED: number; + const NODE_PERFORMANCE_GC_FLAGS_FORCED: number; + const NODE_PERFORMANCE_GC_FLAGS_SYNCHRONOUS_PHANTOM_PROCESSING: number; + const NODE_PERFORMANCE_GC_FLAGS_ALL_AVAILABLE_GARBAGE: number; + const NODE_PERFORMANCE_GC_FLAGS_ALL_EXTERNAL_MEMORY: number; + const NODE_PERFORMANCE_GC_FLAGS_SCHEDULE_IDLE: number; + } + const performance: Performance; + interface EventLoopMonitorOptions { + /** + * The sampling rate in milliseconds. + * Must be greater than zero. + * @default 10 + */ + resolution?: number | undefined; + } + interface Histogram { + /** + * The number of samples recorded by the histogram. + * @since v17.4.0, v16.14.0 + */ + readonly count: number; + /** + * The number of samples recorded by the histogram. + * v17.4.0, v16.14.0 + */ + readonly countBigInt: bigint; + /** + * The number of times the event loop delay exceeded the maximum 1 hour event + * loop delay threshold. + * @since v11.10.0 + */ + readonly exceeds: number; + /** + * The number of times the event loop delay exceeded the maximum 1 hour event loop delay threshold. + * @since v17.4.0, v16.14.0 + */ + readonly exceedsBigInt: bigint; + /** + * The maximum recorded event loop delay. + * @since v11.10.0 + */ + readonly max: number; + /** + * The maximum recorded event loop delay. + * v17.4.0, v16.14.0 + */ + readonly maxBigInt: number; + /** + * The mean of the recorded event loop delays. + * @since v11.10.0 + */ + readonly mean: number; + /** + * The minimum recorded event loop delay. + * @since v11.10.0 + */ + readonly min: number; + /** + * The minimum recorded event loop delay. + * v17.4.0, v16.14.0 + */ + readonly minBigInt: bigint; + /** + * Returns the value at the given percentile. + * @since v11.10.0 + * @param percentile A percentile value in the range (0, 100]. + */ + percentile(percentile: number): number; + /** + * Returns the value at the given percentile. + * @since v17.4.0, v16.14.0 + * @param percentile A percentile value in the range (0, 100]. + */ + percentileBigInt(percentile: number): bigint; + /** + * Returns a `Map` object detailing the accumulated percentile distribution. + * @since v11.10.0 + */ + readonly percentiles: Map; + /** + * Returns a `Map` object detailing the accumulated percentile distribution. + * @since v17.4.0, v16.14.0 + */ + readonly percentilesBigInt: Map; + /** + * Resets the collected histogram data. + * @since v11.10.0 + */ + reset(): void; + /** + * The standard deviation of the recorded event loop delays. + * @since v11.10.0 + */ + readonly stddev: number; + } + interface IntervalHistogram extends Histogram { + /** + * Enables the update interval timer. Returns `true` if the timer was + * started, `false` if it was already started. + * @since v11.10.0 + */ + enable(): boolean; + /** + * Disables the update interval timer. Returns `true` if the timer was + * stopped, `false` if it was already stopped. + * @since v11.10.0 + */ + disable(): boolean; + } + interface RecordableHistogram extends Histogram { + /** + * @since v15.9.0, v14.18.0 + * @param val The amount to record in the histogram. + */ + record(val: number | bigint): void; + /** + * Calculates the amount of time (in nanoseconds) that has passed since the + * previous call to `recordDelta()` and records that amount in the histogram. + * @since v15.9.0, v14.18.0 + */ + recordDelta(): void; + /** + * Adds the values from `other` to this histogram. + * @since v17.4.0, v16.14.0 + */ + add(other: RecordableHistogram): void; + } + /** + * _This property is an extension by Node.js. It is not available in Web browsers._ + * + * Creates an `IntervalHistogram` object that samples and reports the event loop + * delay over time. The delays will be reported in nanoseconds. + * + * Using a timer to detect approximate event loop delay works because the + * execution of timers is tied specifically to the lifecycle of the libuv + * event loop. That is, a delay in the loop will cause a delay in the execution + * of the timer, and those delays are specifically what this API is intended to + * detect. + * + * ```js + * import { monitorEventLoopDelay } from 'node:perf_hooks'; + * const h = monitorEventLoopDelay({ resolution: 20 }); + * h.enable(); + * // Do something. + * h.disable(); + * console.log(h.min); + * console.log(h.max); + * console.log(h.mean); + * console.log(h.stddev); + * console.log(h.percentiles); + * console.log(h.percentile(50)); + * console.log(h.percentile(99)); + * ``` + * @since v11.10.0 + */ + function monitorEventLoopDelay(options?: EventLoopMonitorOptions): IntervalHistogram; + interface CreateHistogramOptions { + /** + * The minimum recordable value. Must be an integer value greater than 0. + * @default 1 + */ + lowest?: number | bigint | undefined; + /** + * The maximum recordable value. Must be an integer value greater than min. + * @default Number.MAX_SAFE_INTEGER + */ + highest?: number | bigint | undefined; + /** + * The number of accuracy digits. Must be a number between 1 and 5. + * @default 3 + */ + figures?: number | undefined; + } + /** + * Returns a `RecordableHistogram`. + * @since v15.9.0, v14.18.0 + */ + function createHistogram(options?: CreateHistogramOptions): RecordableHistogram; + import { + performance as _performance, + PerformanceEntry as _PerformanceEntry, + PerformanceMark as _PerformanceMark, + PerformanceMeasure as _PerformanceMeasure, + PerformanceObserver as _PerformanceObserver, + PerformanceObserverEntryList as _PerformanceObserverEntryList, + PerformanceResourceTiming as _PerformanceResourceTiming, + } from "perf_hooks"; + global { + /** + * `PerformanceEntry` is a global reference for `import { PerformanceEntry } from 'node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v24.x/api/globals.html#performanceentry + * @since v19.0.0 + */ + var PerformanceEntry: typeof globalThis extends { + onmessage: any; + PerformanceEntry: infer T; + } ? T + : typeof _PerformanceEntry; + /** + * `PerformanceMark` is a global reference for `import { PerformanceMark } from 'node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v24.x/api/globals.html#performancemark + * @since v19.0.0 + */ + var PerformanceMark: typeof globalThis extends { + onmessage: any; + PerformanceMark: infer T; + } ? T + : typeof _PerformanceMark; + /** + * `PerformanceMeasure` is a global reference for `import { PerformanceMeasure } from 'node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v24.x/api/globals.html#performancemeasure + * @since v19.0.0 + */ + var PerformanceMeasure: typeof globalThis extends { + onmessage: any; + PerformanceMeasure: infer T; + } ? T + : typeof _PerformanceMeasure; + /** + * `PerformanceObserver` is a global reference for `import { PerformanceObserver } from 'node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v24.x/api/globals.html#performanceobserver + * @since v19.0.0 + */ + var PerformanceObserver: typeof globalThis extends { + onmessage: any; + PerformanceObserver: infer T; + } ? T + : typeof _PerformanceObserver; + /** + * `PerformanceObserverEntryList` is a global reference for `import { PerformanceObserverEntryList } from 'node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v24.x/api/globals.html#performanceobserverentrylist + * @since v19.0.0 + */ + var PerformanceObserverEntryList: typeof globalThis extends { + onmessage: any; + PerformanceObserverEntryList: infer T; + } ? T + : typeof _PerformanceObserverEntryList; + /** + * `PerformanceResourceTiming` is a global reference for `import { PerformanceResourceTiming } from 'node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v24.x/api/globals.html#performanceresourcetiming + * @since v19.0.0 + */ + var PerformanceResourceTiming: typeof globalThis extends { + onmessage: any; + PerformanceResourceTiming: infer T; + } ? T + : typeof _PerformanceResourceTiming; + /** + * `performance` is a global reference for `import { performance } from 'node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v24.x/api/globals.html#performance + * @since v16.0.0 + */ + var performance: typeof globalThis extends { + onmessage: any; + performance: infer T; + } ? T + : typeof _performance; + } +} +declare module "node:perf_hooks" { + export * from "perf_hooks"; +} diff --git a/node_modules/@types/node/process.d.ts b/node_modules/@types/node/process.d.ts new file mode 100644 index 0000000..7428b36 --- /dev/null +++ b/node_modules/@types/node/process.d.ts @@ -0,0 +1,2073 @@ +declare module "process" { + import * as tty from "node:tty"; + import { Worker } from "node:worker_threads"; + + interface BuiltInModule { + "assert": typeof import("assert"); + "node:assert": typeof import("node:assert"); + "assert/strict": typeof import("assert/strict"); + "node:assert/strict": typeof import("node:assert/strict"); + "async_hooks": typeof import("async_hooks"); + "node:async_hooks": typeof import("node:async_hooks"); + "buffer": typeof import("buffer"); + "node:buffer": typeof import("node:buffer"); + "child_process": typeof import("child_process"); + "node:child_process": typeof import("node:child_process"); + "cluster": typeof import("cluster"); + "node:cluster": typeof import("node:cluster"); + "console": typeof import("console"); + "node:console": typeof import("node:console"); + "constants": typeof import("constants"); + "node:constants": typeof import("node:constants"); + "crypto": typeof import("crypto"); + "node:crypto": typeof import("node:crypto"); + "dgram": typeof import("dgram"); + "node:dgram": typeof import("node:dgram"); + "diagnostics_channel": typeof import("diagnostics_channel"); + "node:diagnostics_channel": typeof import("node:diagnostics_channel"); + "dns": typeof import("dns"); + "node:dns": typeof import("node:dns"); + "dns/promises": typeof import("dns/promises"); + "node:dns/promises": typeof import("node:dns/promises"); + "domain": typeof import("domain"); + "node:domain": typeof import("node:domain"); + "events": typeof import("events"); + "node:events": typeof import("node:events"); + "fs": typeof import("fs"); + "node:fs": typeof import("node:fs"); + "fs/promises": typeof import("fs/promises"); + "node:fs/promises": typeof import("node:fs/promises"); + "http": typeof import("http"); + "node:http": typeof import("node:http"); + "http2": typeof import("http2"); + "node:http2": typeof import("node:http2"); + "https": typeof import("https"); + "node:https": typeof import("node:https"); + "inspector": typeof import("inspector"); + "node:inspector": typeof import("node:inspector"); + "inspector/promises": typeof import("inspector/promises"); + "node:inspector/promises": typeof import("node:inspector/promises"); + "module": typeof import("module"); + "node:module": typeof import("node:module"); + "net": typeof import("net"); + "node:net": typeof import("node:net"); + "os": typeof import("os"); + "node:os": typeof import("node:os"); + "path": typeof import("path"); + "node:path": typeof import("node:path"); + "path/posix": typeof import("path/posix"); + "node:path/posix": typeof import("node:path/posix"); + "path/win32": typeof import("path/win32"); + "node:path/win32": typeof import("node:path/win32"); + "perf_hooks": typeof import("perf_hooks"); + "node:perf_hooks": typeof import("node:perf_hooks"); + "process": typeof import("process"); + "node:process": typeof import("node:process"); + "punycode": typeof import("punycode"); + "node:punycode": typeof import("node:punycode"); + "querystring": typeof import("querystring"); + "node:querystring": typeof import("node:querystring"); + "readline": typeof import("readline"); + "node:readline": typeof import("node:readline"); + "readline/promises": typeof import("readline/promises"); + "node:readline/promises": typeof import("node:readline/promises"); + "repl": typeof import("repl"); + "node:repl": typeof import("node:repl"); + "node:sea": typeof import("node:sea"); + "node:sqlite": typeof import("node:sqlite"); + "stream": typeof import("stream"); + "node:stream": typeof import("node:stream"); + "stream/consumers": typeof import("stream/consumers"); + "node:stream/consumers": typeof import("node:stream/consumers"); + "stream/promises": typeof import("stream/promises"); + "node:stream/promises": typeof import("node:stream/promises"); + "stream/web": typeof import("stream/web"); + "node:stream/web": typeof import("node:stream/web"); + "string_decoder": typeof import("string_decoder"); + "node:string_decoder": typeof import("node:string_decoder"); + "node:test": typeof import("node:test"); + "node:test/reporters": typeof import("node:test/reporters"); + "timers": typeof import("timers"); + "node:timers": typeof import("node:timers"); + "timers/promises": typeof import("timers/promises"); + "node:timers/promises": typeof import("node:timers/promises"); + "tls": typeof import("tls"); + "node:tls": typeof import("node:tls"); + "trace_events": typeof import("trace_events"); + "node:trace_events": typeof import("node:trace_events"); + "tty": typeof import("tty"); + "node:tty": typeof import("node:tty"); + "url": typeof import("url"); + "node:url": typeof import("node:url"); + "util": typeof import("util"); + "node:util": typeof import("node:util"); + "sys": typeof import("util"); + "node:sys": typeof import("node:util"); + "util/types": typeof import("util/types"); + "node:util/types": typeof import("node:util/types"); + "v8": typeof import("v8"); + "node:v8": typeof import("node:v8"); + "vm": typeof import("vm"); + "node:vm": typeof import("node:vm"); + "wasi": typeof import("wasi"); + "node:wasi": typeof import("node:wasi"); + "worker_threads": typeof import("worker_threads"); + "node:worker_threads": typeof import("node:worker_threads"); + "zlib": typeof import("zlib"); + "node:zlib": typeof import("node:zlib"); + } + global { + var process: NodeJS.Process; + namespace NodeJS { + // this namespace merge is here because these are specifically used + // as the type for process.stdin, process.stdout, and process.stderr. + // they can't live in tty.d.ts because we need to disambiguate the imported name. + interface ReadStream extends tty.ReadStream {} + interface WriteStream extends tty.WriteStream {} + interface MemoryUsageFn { + /** + * The `process.memoryUsage()` method iterate over each page to gather informations about memory + * usage which can be slow depending on the program memory allocations. + */ + (): MemoryUsage; + /** + * method returns an integer representing the Resident Set Size (RSS) in bytes. + */ + rss(): number; + } + interface MemoryUsage { + /** + * Resident Set Size, is the amount of space occupied in the main memory device (that is a subset of the total allocated memory) for the + * process, including all C++ and JavaScript objects and code. + */ + rss: number; + /** + * Refers to V8's memory usage. + */ + heapTotal: number; + /** + * Refers to V8's memory usage. + */ + heapUsed: number; + external: number; + /** + * Refers to memory allocated for `ArrayBuffer`s and `SharedArrayBuffer`s, including all Node.js Buffers. This is also included + * in the external value. When Node.js is used as an embedded library, this value may be `0` because allocations for `ArrayBuffer`s + * may not be tracked in that case. + */ + arrayBuffers: number; + } + interface CpuUsage { + user: number; + system: number; + } + interface ProcessRelease { + name: string; + sourceUrl?: string | undefined; + headersUrl?: string | undefined; + libUrl?: string | undefined; + lts?: string | undefined; + } + interface ProcessFeatures { + /** + * A boolean value that is `true` if the current Node.js build is caching builtin modules. + * @since v12.0.0 + */ + readonly cached_builtins: boolean; + /** + * A boolean value that is `true` if the current Node.js build is a debug build. + * @since v0.5.5 + */ + readonly debug: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes the inspector. + * @since v11.10.0 + */ + readonly inspector: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes support for IPv6. + * + * Since all Node.js builds have IPv6 support, this value is always `true`. + * @since v0.5.3 + * @deprecated This property is always true, and any checks based on it are redundant. + */ + readonly ipv6: boolean; + /** + * A boolean value that is `true` if the current Node.js build supports + * [loading ECMAScript modules using `require()`](https://nodejs.org/docs/latest-v24.x/api/modules.md#loading-ecmascript-modules-using-require). + * @since v22.10.0 + */ + readonly require_module: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes support for TLS. + * @since v0.5.3 + */ + readonly tls: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes support for ALPN in TLS. + * + * In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional ALPN support. + * This value is therefore identical to that of `process.features.tls`. + * @since v4.8.0 + * @deprecated Use `process.features.tls` instead. + */ + readonly tls_alpn: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes support for OCSP in TLS. + * + * In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional OCSP support. + * This value is therefore identical to that of `process.features.tls`. + * @since v0.11.13 + * @deprecated Use `process.features.tls` instead. + */ + readonly tls_ocsp: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes support for SNI in TLS. + * + * In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional SNI support. + * This value is therefore identical to that of `process.features.tls`. + * @since v0.5.3 + * @deprecated Use `process.features.tls` instead. + */ + readonly tls_sni: boolean; + /** + * A value that is `"strip"` by default, + * `"transform"` if Node.js is run with `--experimental-transform-types`, and `false` if + * Node.js is run with `--no-experimental-strip-types`. + * @since v22.10.0 + */ + readonly typescript: "strip" | "transform" | false; + /** + * A boolean value that is `true` if the current Node.js build includes support for libuv. + * + * Since it's not possible to build Node.js without libuv, this value is always `true`. + * @since v0.5.3 + * @deprecated This property is always true, and any checks based on it are redundant. + */ + readonly uv: boolean; + } + interface ProcessVersions extends Dict { + http_parser: string; + node: string; + v8: string; + ares: string; + uv: string; + zlib: string; + modules: string; + openssl: string; + } + type Platform = + | "aix" + | "android" + | "darwin" + | "freebsd" + | "haiku" + | "linux" + | "openbsd" + | "sunos" + | "win32" + | "cygwin" + | "netbsd"; + type Architecture = + | "arm" + | "arm64" + | "ia32" + | "loong64" + | "mips" + | "mipsel" + | "ppc64" + | "riscv64" + | "s390x" + | "x64"; + type Signals = + | "SIGABRT" + | "SIGALRM" + | "SIGBUS" + | "SIGCHLD" + | "SIGCONT" + | "SIGFPE" + | "SIGHUP" + | "SIGILL" + | "SIGINT" + | "SIGIO" + | "SIGIOT" + | "SIGKILL" + | "SIGPIPE" + | "SIGPOLL" + | "SIGPROF" + | "SIGPWR" + | "SIGQUIT" + | "SIGSEGV" + | "SIGSTKFLT" + | "SIGSTOP" + | "SIGSYS" + | "SIGTERM" + | "SIGTRAP" + | "SIGTSTP" + | "SIGTTIN" + | "SIGTTOU" + | "SIGUNUSED" + | "SIGURG" + | "SIGUSR1" + | "SIGUSR2" + | "SIGVTALRM" + | "SIGWINCH" + | "SIGXCPU" + | "SIGXFSZ" + | "SIGBREAK" + | "SIGLOST" + | "SIGINFO"; + type UncaughtExceptionOrigin = "uncaughtException" | "unhandledRejection"; + type MultipleResolveType = "resolve" | "reject"; + type BeforeExitListener = (code: number) => void; + type DisconnectListener = () => void; + type ExitListener = (code: number) => void; + type RejectionHandledListener = (promise: Promise) => void; + type UncaughtExceptionListener = (error: Error, origin: UncaughtExceptionOrigin) => void; + /** + * Most of the time the unhandledRejection will be an Error, but this should not be relied upon + * as *anything* can be thrown/rejected, it is therefore unsafe to assume that the value is an Error. + */ + type UnhandledRejectionListener = (reason: unknown, promise: Promise) => void; + type WarningListener = (warning: Error) => void; + type MessageListener = (message: unknown, sendHandle: unknown) => void; + type SignalsListener = (signal: Signals) => void; + type MultipleResolveListener = ( + type: MultipleResolveType, + promise: Promise, + value: unknown, + ) => void; + type WorkerListener = (worker: Worker) => void; + interface Socket extends ReadWriteStream { + isTTY?: true | undefined; + } + // Alias for compatibility + interface ProcessEnv extends Dict { + /** + * Can be used to change the default timezone at runtime + */ + TZ?: string; + } + interface HRTime { + /** + * This is the legacy version of {@link process.hrtime.bigint()} + * before bigint was introduced in JavaScript. + * + * The `process.hrtime()` method returns the current high-resolution real time in a `[seconds, nanoseconds]` tuple `Array`, + * where `nanoseconds` is the remaining part of the real time that can't be represented in second precision. + * + * `time` is an optional parameter that must be the result of a previous `process.hrtime()` call to diff with the current time. + * If the parameter passed in is not a tuple `Array`, a TypeError will be thrown. + * Passing in a user-defined array instead of the result of a previous call to `process.hrtime()` will lead to undefined behavior. + * + * These times are relative to an arbitrary time in the past, + * and not related to the time of day and therefore not subject to clock drift. + * The primary use is for measuring performance between intervals: + * ```js + * const { hrtime } = require('node:process'); + * const NS_PER_SEC = 1e9; + * const time = hrtime(); + * // [ 1800216, 25 ] + * + * setTimeout(() => { + * const diff = hrtime(time); + * // [ 1, 552 ] + * + * console.log(`Benchmark took ${diff[0] * NS_PER_SEC + diff[1]} nanoseconds`); + * // Benchmark took 1000000552 nanoseconds + * }, 1000); + * ``` + * @since 0.7.6 + * @legacy Use {@link process.hrtime.bigint()} instead. + * @param time The result of a previous call to `process.hrtime()` + */ + (time?: [number, number]): [number, number]; + /** + * The `bigint` version of the {@link process.hrtime()} method returning the current high-resolution real time in nanoseconds as a `bigint`. + * + * Unlike {@link process.hrtime()}, it does not support an additional time argument since the difference can just be computed directly by subtraction of the two `bigint`s. + * ```js + * import { hrtime } from 'node:process'; + * + * const start = hrtime.bigint(); + * // 191051479007711n + * + * setTimeout(() => { + * const end = hrtime.bigint(); + * // 191052633396993n + * + * console.log(`Benchmark took ${end - start} nanoseconds`); + * // Benchmark took 1154389282 nanoseconds + * }, 1000); + * ``` + * @since v10.7.0 + */ + bigint(): bigint; + } + interface ProcessPermission { + /** + * Verifies that the process is able to access the given scope and reference. + * If no reference is provided, a global scope is assumed, for instance, `process.permission.has('fs.read')` + * will check if the process has ALL file system read permissions. + * + * The reference has a meaning based on the provided scope. For example, the reference when the scope is File System means files and folders. + * + * The available scopes are: + * + * * `fs` - All File System + * * `fs.read` - File System read operations + * * `fs.write` - File System write operations + * * `child` - Child process spawning operations + * * `worker` - Worker thread spawning operation + * + * ```js + * // Check if the process has permission to read the README file + * process.permission.has('fs.read', './README.md'); + * // Check if the process has read permission operations + * process.permission.has('fs.read'); + * ``` + * @since v20.0.0 + */ + has(scope: string, reference?: string): boolean; + } + interface ProcessReport { + /** + * Write reports in a compact format, single-line JSON, more easily consumable by log processing systems + * than the default multi-line format designed for human consumption. + * @since v13.12.0, v12.17.0 + */ + compact: boolean; + /** + * Directory where the report is written. + * The default value is the empty string, indicating that reports are written to the current + * working directory of the Node.js process. + */ + directory: string; + /** + * Filename where the report is written. If set to the empty string, the output filename will be comprised + * of a timestamp, PID, and sequence number. The default value is the empty string. + */ + filename: string; + /** + * Returns a JavaScript Object representation of a diagnostic report for the running process. + * The report's JavaScript stack trace is taken from `err`, if present. + */ + getReport(err?: Error): object; + /** + * If true, a diagnostic report is generated on fatal errors, + * such as out of memory errors or failed C++ assertions. + * @default false + */ + reportOnFatalError: boolean; + /** + * If true, a diagnostic report is generated when the process + * receives the signal specified by process.report.signal. + * @default false + */ + reportOnSignal: boolean; + /** + * If true, a diagnostic report is generated on uncaught exception. + * @default false + */ + reportOnUncaughtException: boolean; + /** + * The signal used to trigger the creation of a diagnostic report. + * @default 'SIGUSR2' + */ + signal: Signals; + /** + * Writes a diagnostic report to a file. If filename is not provided, the default filename + * includes the date, time, PID, and a sequence number. + * The report's JavaScript stack trace is taken from `err`, if present. + * + * If the value of filename is set to `'stdout'` or `'stderr'`, the report is written + * to the stdout or stderr of the process respectively. + * @param fileName Name of the file where the report is written. + * This should be a relative path, that will be appended to the directory specified in + * `process.report.directory`, or the current working directory of the Node.js process, + * if unspecified. + * @param err A custom error used for reporting the JavaScript stack. + * @return Filename of the generated report. + */ + writeReport(fileName?: string, err?: Error): string; + writeReport(err?: Error): string; + } + interface ResourceUsage { + fsRead: number; + fsWrite: number; + involuntaryContextSwitches: number; + ipcReceived: number; + ipcSent: number; + majorPageFault: number; + maxRSS: number; + minorPageFault: number; + sharedMemorySize: number; + signalsCount: number; + swappedOut: number; + systemCPUTime: number; + unsharedDataSize: number; + unsharedStackSize: number; + userCPUTime: number; + voluntaryContextSwitches: number; + } + interface EmitWarningOptions { + /** + * When `warning` is a `string`, `type` is the name to use for the _type_ of warning being emitted. + * + * @default 'Warning' + */ + type?: string | undefined; + /** + * A unique identifier for the warning instance being emitted. + */ + code?: string | undefined; + /** + * When `warning` is a `string`, `ctor` is an optional function used to limit the generated stack trace. + * + * @default process.emitWarning + */ + ctor?: Function | undefined; + /** + * Additional text to include with the error. + */ + detail?: string | undefined; + } + interface ProcessConfig { + readonly target_defaults: { + readonly cflags: any[]; + readonly default_configuration: string; + readonly defines: string[]; + readonly include_dirs: string[]; + readonly libraries: string[]; + }; + readonly variables: { + readonly clang: number; + readonly host_arch: string; + readonly node_install_npm: boolean; + readonly node_install_waf: boolean; + readonly node_prefix: string; + readonly node_shared_openssl: boolean; + readonly node_shared_v8: boolean; + readonly node_shared_zlib: boolean; + readonly node_use_dtrace: boolean; + readonly node_use_etw: boolean; + readonly node_use_openssl: boolean; + readonly target_arch: string; + readonly v8_no_strict_aliasing: number; + readonly v8_use_snapshot: boolean; + readonly visibility: string; + }; + } + interface Process extends EventEmitter { + /** + * The `process.stdout` property returns a stream connected to`stdout` (fd `1`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `1` refers to a file, in which case it is + * a `Writable` stream. + * + * For example, to copy `process.stdin` to `process.stdout`: + * + * ```js + * import { stdin, stdout } from 'node:process'; + * + * stdin.pipe(stdout); + * ``` + * + * `process.stdout` differs from other Node.js streams in important ways. See `note on process I/O` for more information. + */ + stdout: WriteStream & { + fd: 1; + }; + /** + * The `process.stderr` property returns a stream connected to`stderr` (fd `2`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `2` refers to a file, in which case it is + * a `Writable` stream. + * + * `process.stderr` differs from other Node.js streams in important ways. See `note on process I/O` for more information. + */ + stderr: WriteStream & { + fd: 2; + }; + /** + * The `process.stdin` property returns a stream connected to`stdin` (fd `0`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `0` refers to a file, in which case it is + * a `Readable` stream. + * + * For details of how to read from `stdin` see `readable.read()`. + * + * As a `Duplex` stream, `process.stdin` can also be used in "old" mode that + * is compatible with scripts written for Node.js prior to v0.10\. + * For more information see `Stream compatibility`. + * + * In "old" streams mode the `stdin` stream is paused by default, so one + * must call `process.stdin.resume()` to read from it. Note also that calling `process.stdin.resume()` itself would switch stream to "old" mode. + */ + stdin: ReadStream & { + fd: 0; + }; + /** + * The `process.argv` property returns an array containing the command-line + * arguments passed when the Node.js process was launched. The first element will + * be {@link execPath}. See `process.argv0` if access to the original value + * of `argv[0]` is needed. The second element will be the path to the JavaScript + * file being executed. The remaining elements will be any additional command-line + * arguments. + * + * For example, assuming the following script for `process-args.js`: + * + * ```js + * import { argv } from 'node:process'; + * + * // print process.argv + * argv.forEach((val, index) => { + * console.log(`${index}: ${val}`); + * }); + * ``` + * + * Launching the Node.js process as: + * + * ```bash + * node process-args.js one two=three four + * ``` + * + * Would generate the output: + * + * ```text + * 0: /usr/local/bin/node + * 1: /Users/mjr/work/node/process-args.js + * 2: one + * 3: two=three + * 4: four + * ``` + * @since v0.1.27 + */ + argv: string[]; + /** + * The `process.argv0` property stores a read-only copy of the original value of`argv[0]` passed when Node.js starts. + * + * ```console + * $ bash -c 'exec -a customArgv0 ./node' + * > process.argv[0] + * '/Volumes/code/external/node/out/Release/node' + * > process.argv0 + * 'customArgv0' + * ``` + * @since v6.4.0 + */ + argv0: string; + /** + * The `process.execArgv` property returns the set of Node.js-specific command-line + * options passed when the Node.js process was launched. These options do not + * appear in the array returned by the {@link argv} property, and do not + * include the Node.js executable, the name of the script, or any options following + * the script name. These options are useful in order to spawn child processes with + * the same execution environment as the parent. + * + * ```bash + * node --icu-data-dir=./foo --require ./bar.js script.js --version + * ``` + * + * Results in `process.execArgv`: + * + * ```js + * ["--icu-data-dir=./foo", "--require", "./bar.js"] + * ``` + * + * And `process.argv`: + * + * ```js + * ['/usr/local/bin/node', 'script.js', '--version'] + * ``` + * + * Refer to `Worker constructor` for the detailed behavior of worker + * threads with this property. + * @since v0.7.7 + */ + execArgv: string[]; + /** + * The `process.execPath` property returns the absolute pathname of the executable + * that started the Node.js process. Symbolic links, if any, are resolved. + * + * ```js + * '/usr/local/bin/node' + * ``` + * @since v0.1.100 + */ + execPath: string; + /** + * The `process.abort()` method causes the Node.js process to exit immediately and + * generate a core file. + * + * This feature is not available in `Worker` threads. + * @since v0.7.0 + */ + abort(): never; + /** + * The `process.chdir()` method changes the current working directory of the + * Node.js process or throws an exception if doing so fails (for instance, if + * the specified `directory` does not exist). + * + * ```js + * import { chdir, cwd } from 'node:process'; + * + * console.log(`Starting directory: ${cwd()}`); + * try { + * chdir('/tmp'); + * console.log(`New directory: ${cwd()}`); + * } catch (err) { + * console.error(`chdir: ${err}`); + * } + * ``` + * + * This feature is not available in `Worker` threads. + * @since v0.1.17 + */ + chdir(directory: string): void; + /** + * The `process.cwd()` method returns the current working directory of the Node.js + * process. + * + * ```js + * import { cwd } from 'node:process'; + * + * console.log(`Current directory: ${cwd()}`); + * ``` + * @since v0.1.8 + */ + cwd(): string; + /** + * The port used by the Node.js debugger when enabled. + * + * ```js + * import process from 'node:process'; + * + * process.debugPort = 5858; + * ``` + * @since v0.7.2 + */ + debugPort: number; + /** + * The `process.dlopen()` method allows dynamically loading shared objects. It is primarily used by `require()` to load C++ Addons, and + * should not be used directly, except in special cases. In other words, `require()` should be preferred over `process.dlopen()` + * unless there are specific reasons such as custom dlopen flags or loading from ES modules. + * + * The `flags` argument is an integer that allows to specify dlopen behavior. See the `[os.constants.dlopen](https://nodejs.org/docs/latest-v24.x/api/os.html#dlopen-constants)` + * documentation for details. + * + * An important requirement when calling `process.dlopen()` is that the `module` instance must be passed. Functions exported by the C++ Addon + * are then accessible via `module.exports`. + * + * The example below shows how to load a C++ Addon, named `local.node`, that exports a `foo` function. All the symbols are loaded before the call returns, by passing the `RTLD_NOW` constant. + * In this example the constant is assumed to be available. + * + * ```js + * import { dlopen } from 'node:process'; + * import { constants } from 'node:os'; + * import { fileURLToPath } from 'node:url'; + * + * const module = { exports: {} }; + * dlopen(module, fileURLToPath(new URL('local.node', import.meta.url)), + * constants.dlopen.RTLD_NOW); + * module.exports.foo(); + * ``` + */ + dlopen(module: object, filename: string, flags?: number): void; + /** + * The `process.emitWarning()` method can be used to emit custom or application + * specific process warnings. These can be listened for by adding a handler to the `'warning'` event. + * + * ```js + * import { emitWarning } from 'node:process'; + * + * // Emit a warning using a string. + * emitWarning('Something happened!'); + * // Emits: (node: 56338) Warning: Something happened! + * ``` + * + * ```js + * import { emitWarning } from 'node:process'; + * + * // Emit a warning using a string and a type. + * emitWarning('Something Happened!', 'CustomWarning'); + * // Emits: (node:56338) CustomWarning: Something Happened! + * ``` + * + * ```js + * import { emitWarning } from 'node:process'; + * + * emitWarning('Something happened!', 'CustomWarning', 'WARN001'); + * // Emits: (node:56338) [WARN001] CustomWarning: Something happened! + * ```js + * + * In each of the previous examples, an `Error` object is generated internally by `process.emitWarning()` and passed through to the `'warning'` handler. + * + * ```js + * import process from 'node:process'; + * + * process.on('warning', (warning) => { + * console.warn(warning.name); // 'Warning' + * console.warn(warning.message); // 'Something happened!' + * console.warn(warning.code); // 'MY_WARNING' + * console.warn(warning.stack); // Stack trace + * console.warn(warning.detail); // 'This is some additional information' + * }); + * ``` + * + * If `warning` is passed as an `Error` object, it will be passed through to the `'warning'` event handler + * unmodified (and the optional `type`, `code` and `ctor` arguments will be ignored): + * + * ```js + * import { emitWarning } from 'node:process'; + * + * // Emit a warning using an Error object. + * const myWarning = new Error('Something happened!'); + * // Use the Error name property to specify the type name + * myWarning.name = 'CustomWarning'; + * myWarning.code = 'WARN001'; + * + * emitWarning(myWarning); + * // Emits: (node:56338) [WARN001] CustomWarning: Something happened! + * ``` + * + * A `TypeError` is thrown if `warning` is anything other than a string or `Error` object. + * + * While process warnings use `Error` objects, the process warning mechanism is not a replacement for normal error handling mechanisms. + * + * The following additional handling is implemented if the warning `type` is `'DeprecationWarning'`: + * * If the `--throw-deprecation` command-line flag is used, the deprecation warning is thrown as an exception rather than being emitted as an event. + * * If the `--no-deprecation` command-line flag is used, the deprecation warning is suppressed. + * * If the `--trace-deprecation` command-line flag is used, the deprecation warning is printed to `stderr` along with the full stack trace. + * @since v8.0.0 + * @param warning The warning to emit. + */ + emitWarning(warning: string | Error, ctor?: Function): void; + emitWarning(warning: string | Error, type?: string, ctor?: Function): void; + emitWarning(warning: string | Error, type?: string, code?: string, ctor?: Function): void; + emitWarning(warning: string | Error, options?: EmitWarningOptions): void; + /** + * The `process.env` property returns an object containing the user environment. + * See [`environ(7)`](http://man7.org/linux/man-pages/man7/environ.7.html). + * + * An example of this object looks like: + * + * ```js + * { + * TERM: 'xterm-256color', + * SHELL: '/usr/local/bin/bash', + * USER: 'maciej', + * PATH: '~/.bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin', + * PWD: '/Users/maciej', + * EDITOR: 'vim', + * SHLVL: '1', + * HOME: '/Users/maciej', + * LOGNAME: 'maciej', + * _: '/usr/local/bin/node' + * } + * ``` + * + * It is possible to modify this object, but such modifications will not be + * reflected outside the Node.js process, or (unless explicitly requested) + * to other `Worker` threads. + * In other words, the following example would not work: + * + * ```bash + * node -e 'process.env.foo = "bar"' && echo $foo + * ``` + * + * While the following will: + * + * ```js + * import { env } from 'node:process'; + * + * env.foo = 'bar'; + * console.log(env.foo); + * ``` + * + * Assigning a property on `process.env` will implicitly convert the value + * to a string. **This behavior is deprecated.** Future versions of Node.js may + * throw an error when the value is not a string, number, or boolean. + * + * ```js + * import { env } from 'node:process'; + * + * env.test = null; + * console.log(env.test); + * // => 'null' + * env.test = undefined; + * console.log(env.test); + * // => 'undefined' + * ``` + * + * Use `delete` to delete a property from `process.env`. + * + * ```js + * import { env } from 'node:process'; + * + * env.TEST = 1; + * delete env.TEST; + * console.log(env.TEST); + * // => undefined + * ``` + * + * On Windows operating systems, environment variables are case-insensitive. + * + * ```js + * import { env } from 'node:process'; + * + * env.TEST = 1; + * console.log(env.test); + * // => 1 + * ``` + * + * Unless explicitly specified when creating a `Worker` instance, + * each `Worker` thread has its own copy of `process.env`, based on its + * parent thread's `process.env`, or whatever was specified as the `env` option + * to the `Worker` constructor. Changes to `process.env` will not be visible + * across `Worker` threads, and only the main thread can make changes that + * are visible to the operating system or to native add-ons. On Windows, a copy of `process.env` on a `Worker` instance operates in a case-sensitive manner + * unlike the main thread. + * @since v0.1.27 + */ + env: ProcessEnv; + /** + * The `process.exit()` method instructs Node.js to terminate the process + * synchronously with an exit status of `code`. If `code` is omitted, exit uses + * either the 'success' code `0` or the value of `process.exitCode` if it has been + * set. Node.js will not terminate until all the `'exit'` event listeners are + * called. + * + * To exit with a 'failure' code: + * + * ```js + * import { exit } from 'node:process'; + * + * exit(1); + * ``` + * + * The shell that executed Node.js should see the exit code as `1`. + * + * Calling `process.exit()` will force the process to exit as quickly as possible + * even if there are still asynchronous operations pending that have not yet + * completed fully, including I/O operations to `process.stdout` and `process.stderr`. + * + * In most situations, it is not actually necessary to call `process.exit()` explicitly. The Node.js process will exit on its own _if there is no additional_ + * _work pending_ in the event loop. The `process.exitCode` property can be set to + * tell the process which exit code to use when the process exits gracefully. + * + * For instance, the following example illustrates a _misuse_ of the `process.exit()` method that could lead to data printed to stdout being + * truncated and lost: + * + * ```js + * import { exit } from 'node:process'; + * + * // This is an example of what *not* to do: + * if (someConditionNotMet()) { + * printUsageToStdout(); + * exit(1); + * } + * ``` + * + * The reason this is problematic is because writes to `process.stdout` in Node.js + * are sometimes _asynchronous_ and may occur over multiple ticks of the Node.js + * event loop. Calling `process.exit()`, however, forces the process to exit _before_ those additional writes to `stdout` can be performed. + * + * Rather than calling `process.exit()` directly, the code _should_ set the `process.exitCode` and allow the process to exit naturally by avoiding + * scheduling any additional work for the event loop: + * + * ```js + * import process from 'node:process'; + * + * // How to properly set the exit code while letting + * // the process exit gracefully. + * if (someConditionNotMet()) { + * printUsageToStdout(); + * process.exitCode = 1; + * } + * ``` + * + * If it is necessary to terminate the Node.js process due to an error condition, + * throwing an _uncaught_ error and allowing the process to terminate accordingly + * is safer than calling `process.exit()`. + * + * In `Worker` threads, this function stops the current thread rather + * than the current process. + * @since v0.1.13 + * @param [code=0] The exit code. For string type, only integer strings (e.g.,'1') are allowed. + */ + exit(code?: number | string | null | undefined): never; + /** + * A number which will be the process exit code, when the process either + * exits gracefully, or is exited via {@link exit} without specifying + * a code. + * + * Specifying a code to {@link exit} will override any + * previous setting of `process.exitCode`. + * @default undefined + * @since v0.11.8 + */ + exitCode?: number | string | number | undefined; + finalization: { + /** + * This function registers a callback to be called when the process emits the `exit` event if the `ref` object was not garbage collected. + * If the object `ref` was garbage collected before the `exit` event is emitted, the callback will be removed from the finalization registry, and it will not be called on process exit. + * + * Inside the callback you can release the resources allocated by the `ref` object. + * Be aware that all limitations applied to the `beforeExit` event are also applied to the callback function, + * this means that there is a possibility that the callback will not be called under special circumstances. + * + * The idea of ​​this function is to help you free up resources when the starts process exiting, but also let the object be garbage collected if it is no longer being used. + * @param ref The reference to the resource that is being tracked. + * @param callback The callback function to be called when the resource is finalized. + * @since v22.5.0 + * @experimental + */ + register(ref: T, callback: (ref: T, event: "exit") => void): void; + /** + * This function behaves exactly like the `register`, except that the callback will be called when the process emits the `beforeExit` event if `ref` object was not garbage collected. + * + * Be aware that all limitations applied to the `beforeExit` event are also applied to the callback function, this means that there is a possibility that the callback will not be called under special circumstances. + * @param ref The reference to the resource that is being tracked. + * @param callback The callback function to be called when the resource is finalized. + * @since v22.5.0 + * @experimental + */ + registerBeforeExit(ref: T, callback: (ref: T, event: "beforeExit") => void): void; + /** + * This function remove the register of the object from the finalization registry, so the callback will not be called anymore. + * @param ref The reference to the resource that was registered previously. + * @since v22.5.0 + * @experimental + */ + unregister(ref: object): void; + }; + /** + * The `process.getActiveResourcesInfo()` method returns an array of strings containing + * the types of the active resources that are currently keeping the event loop alive. + * + * ```js + * import { getActiveResourcesInfo } from 'node:process'; + * import { setTimeout } from 'node:timers'; + + * console.log('Before:', getActiveResourcesInfo()); + * setTimeout(() => {}, 1000); + * console.log('After:', getActiveResourcesInfo()); + * // Prints: + * // Before: [ 'TTYWrap', 'TTYWrap', 'TTYWrap' ] + * // After: [ 'TTYWrap', 'TTYWrap', 'TTYWrap', 'Timeout' ] + * ``` + * @since v17.3.0, v16.14.0 + */ + getActiveResourcesInfo(): string[]; + /** + * Provides a way to load built-in modules in a globally available function. + * @param id ID of the built-in module being requested. + */ + getBuiltinModule(id: ID): BuiltInModule[ID]; + getBuiltinModule(id: string): object | undefined; + /** + * The `process.getgid()` method returns the numerical group identity of the + * process. (See [`getgid(2)`](http://man7.org/linux/man-pages/man2/getgid.2.html).) + * + * ```js + * import process from 'node:process'; + * + * if (process.getgid) { + * console.log(`Current gid: ${process.getgid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v0.1.31 + */ + getgid?: () => number; + /** + * The `process.setgid()` method sets the group identity of the process. (See [`setgid(2)`](http://man7.org/linux/man-pages/man2/setgid.2.html).) The `id` can be passed as either a + * numeric ID or a group name + * string. If a group name is specified, this method blocks while resolving the + * associated numeric ID. + * + * ```js + * import process from 'node:process'; + * + * if (process.getgid && process.setgid) { + * console.log(`Current gid: ${process.getgid()}`); + * try { + * process.setgid(501); + * console.log(`New gid: ${process.getgid()}`); + * } catch (err) { + * console.log(`Failed to set gid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v0.1.31 + * @param id The group name or ID + */ + setgid?: (id: number | string) => void; + /** + * The `process.getuid()` method returns the numeric user identity of the process. + * (See [`getuid(2)`](http://man7.org/linux/man-pages/man2/getuid.2.html).) + * + * ```js + * import process from 'node:process'; + * + * if (process.getuid) { + * console.log(`Current uid: ${process.getuid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v0.1.28 + */ + getuid?: () => number; + /** + * The `process.setuid(id)` method sets the user identity of the process. (See [`setuid(2)`](http://man7.org/linux/man-pages/man2/setuid.2.html).) The `id` can be passed as either a + * numeric ID or a username string. + * If a username is specified, the method blocks while resolving the associated + * numeric ID. + * + * ```js + * import process from 'node:process'; + * + * if (process.getuid && process.setuid) { + * console.log(`Current uid: ${process.getuid()}`); + * try { + * process.setuid(501); + * console.log(`New uid: ${process.getuid()}`); + * } catch (err) { + * console.log(`Failed to set uid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v0.1.28 + */ + setuid?: (id: number | string) => void; + /** + * The `process.geteuid()` method returns the numerical effective user identity of + * the process. (See [`geteuid(2)`](http://man7.org/linux/man-pages/man2/geteuid.2.html).) + * + * ```js + * import process from 'node:process'; + * + * if (process.geteuid) { + * console.log(`Current uid: ${process.geteuid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v2.0.0 + */ + geteuid?: () => number; + /** + * The `process.seteuid()` method sets the effective user identity of the process. + * (See [`seteuid(2)`](http://man7.org/linux/man-pages/man2/seteuid.2.html).) The `id` can be passed as either a numeric ID or a username + * string. If a username is specified, the method blocks while resolving the + * associated numeric ID. + * + * ```js + * import process from 'node:process'; + * + * if (process.geteuid && process.seteuid) { + * console.log(`Current uid: ${process.geteuid()}`); + * try { + * process.seteuid(501); + * console.log(`New uid: ${process.geteuid()}`); + * } catch (err) { + * console.log(`Failed to set uid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v2.0.0 + * @param id A user name or ID + */ + seteuid?: (id: number | string) => void; + /** + * The `process.getegid()` method returns the numerical effective group identity + * of the Node.js process. (See [`getegid(2)`](http://man7.org/linux/man-pages/man2/getegid.2.html).) + * + * ```js + * import process from 'node:process'; + * + * if (process.getegid) { + * console.log(`Current gid: ${process.getegid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v2.0.0 + */ + getegid?: () => number; + /** + * The `process.setegid()` method sets the effective group identity of the process. + * (See [`setegid(2)`](http://man7.org/linux/man-pages/man2/setegid.2.html).) The `id` can be passed as either a numeric ID or a group + * name string. If a group name is specified, this method blocks while resolving + * the associated a numeric ID. + * + * ```js + * import process from 'node:process'; + * + * if (process.getegid && process.setegid) { + * console.log(`Current gid: ${process.getegid()}`); + * try { + * process.setegid(501); + * console.log(`New gid: ${process.getegid()}`); + * } catch (err) { + * console.log(`Failed to set gid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v2.0.0 + * @param id A group name or ID + */ + setegid?: (id: number | string) => void; + /** + * The `process.getgroups()` method returns an array with the supplementary group + * IDs. POSIX leaves it unspecified if the effective group ID is included but + * Node.js ensures it always is. + * + * ```js + * import process from 'node:process'; + * + * if (process.getgroups) { + * console.log(process.getgroups()); // [ 16, 21, 297 ] + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v0.9.4 + */ + getgroups?: () => number[]; + /** + * The `process.setgroups()` method sets the supplementary group IDs for the + * Node.js process. This is a privileged operation that requires the Node.js + * process to have `root` or the `CAP_SETGID` capability. + * + * The `groups` array can contain numeric group IDs, group names, or both. + * + * ```js + * import process from 'node:process'; + * + * if (process.getgroups && process.setgroups) { + * try { + * process.setgroups([501]); + * console.log(process.getgroups()); // new groups + * } catch (err) { + * console.log(`Failed to set groups: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v0.9.4 + */ + setgroups?: (groups: ReadonlyArray) => void; + /** + * The `process.setUncaughtExceptionCaptureCallback()` function sets a function + * that will be invoked when an uncaught exception occurs, which will receive the + * exception value itself as its first argument. + * + * If such a function is set, the `'uncaughtException'` event will + * not be emitted. If `--abort-on-uncaught-exception` was passed from the + * command line or set through `v8.setFlagsFromString()`, the process will + * not abort. Actions configured to take place on exceptions such as report + * generations will be affected too + * + * To unset the capture function, `process.setUncaughtExceptionCaptureCallback(null)` may be used. Calling this + * method with a non-`null` argument while another capture function is set will + * throw an error. + * + * Using this function is mutually exclusive with using the deprecated `domain` built-in module. + * @since v9.3.0 + */ + setUncaughtExceptionCaptureCallback(cb: ((err: Error) => void) | null): void; + /** + * Indicates whether a callback has been set using {@link setUncaughtExceptionCaptureCallback}. + * @since v9.3.0 + */ + hasUncaughtExceptionCaptureCallback(): boolean; + /** + * The `process.sourceMapsEnabled` property returns whether the [Source Map v3](https://sourcemaps.info/spec.html) support for stack traces is enabled. + * @since v20.7.0 + * @experimental + */ + readonly sourceMapsEnabled: boolean; + /** + * This function enables or disables the [Source Map v3](https://sourcemaps.info/spec.html) support for + * stack traces. + * + * It provides same features as launching Node.js process with commandline options `--enable-source-maps`. + * + * Only source maps in JavaScript files that are loaded after source maps has been + * enabled will be parsed and loaded. + * @since v16.6.0, v14.18.0 + * @experimental + */ + setSourceMapsEnabled(value: boolean): void; + /** + * The `process.version` property contains the Node.js version string. + * + * ```js + * import { version } from 'node:process'; + * + * console.log(`Version: ${version}`); + * // Version: v14.8.0 + * ``` + * + * To get the version string without the prepended _v_, use`process.versions.node`. + * @since v0.1.3 + */ + readonly version: string; + /** + * The `process.versions` property returns an object listing the version strings of + * Node.js and its dependencies. `process.versions.modules` indicates the current + * ABI version, which is increased whenever a C++ API changes. Node.js will refuse + * to load modules that were compiled against a different module ABI version. + * + * ```js + * import { versions } from 'node:process'; + * + * console.log(versions); + * ``` + * + * Will generate an object similar to: + * + * ```console + * { node: '20.2.0', + * acorn: '8.8.2', + * ada: '2.4.0', + * ares: '1.19.0', + * base64: '0.5.0', + * brotli: '1.0.9', + * cjs_module_lexer: '1.2.2', + * cldr: '43.0', + * icu: '73.1', + * llhttp: '8.1.0', + * modules: '115', + * napi: '8', + * nghttp2: '1.52.0', + * nghttp3: '0.7.0', + * ngtcp2: '0.8.1', + * openssl: '3.0.8+quic', + * simdutf: '3.2.9', + * tz: '2023c', + * undici: '5.22.0', + * unicode: '15.0', + * uv: '1.44.2', + * uvwasi: '0.0.16', + * v8: '11.3.244.8-node.9', + * zlib: '1.2.13' } + * ``` + * @since v0.2.0 + */ + readonly versions: ProcessVersions; + /** + * The `process.config` property returns a frozen `Object` containing the + * JavaScript representation of the configure options used to compile the current + * Node.js executable. This is the same as the `config.gypi` file that was produced + * when running the `./configure` script. + * + * An example of the possible output looks like: + * + * ```js + * { + * target_defaults: + * { cflags: [], + * default_configuration: 'Release', + * defines: [], + * include_dirs: [], + * libraries: [] }, + * variables: + * { + * host_arch: 'x64', + * napi_build_version: 5, + * node_install_npm: 'true', + * node_prefix: '', + * node_shared_cares: 'false', + * node_shared_http_parser: 'false', + * node_shared_libuv: 'false', + * node_shared_zlib: 'false', + * node_use_openssl: 'true', + * node_shared_openssl: 'false', + * strict_aliasing: 'true', + * target_arch: 'x64', + * v8_use_snapshot: 1 + * } + * } + * ``` + * @since v0.7.7 + */ + readonly config: ProcessConfig; + /** + * The `process.kill()` method sends the `signal` to the process identified by`pid`. + * + * Signal names are strings such as `'SIGINT'` or `'SIGHUP'`. See `Signal Events` and [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for more information. + * + * This method will throw an error if the target `pid` does not exist. As a special + * case, a signal of `0` can be used to test for the existence of a process. + * Windows platforms will throw an error if the `pid` is used to kill a process + * group. + * + * Even though the name of this function is `process.kill()`, it is really just a + * signal sender, like the `kill` system call. The signal sent may do something + * other than kill the target process. + * + * ```js + * import process, { kill } from 'node:process'; + * + * process.on('SIGHUP', () => { + * console.log('Got SIGHUP signal.'); + * }); + * + * setTimeout(() => { + * console.log('Exiting.'); + * process.exit(0); + * }, 100); + * + * kill(process.pid, 'SIGHUP'); + * ``` + * + * When `SIGUSR1` is received by a Node.js process, Node.js will start the + * debugger. See `Signal Events`. + * @since v0.0.6 + * @param pid A process ID + * @param [signal='SIGTERM'] The signal to send, either as a string or number. + */ + kill(pid: number, signal?: string | number): true; + /** + * Loads the environment configuration from a `.env` file into `process.env`. If + * the file is not found, error will be thrown. + * + * To load a specific .env file by specifying its path, use the following code: + * + * ```js + * import { loadEnvFile } from 'node:process'; + * + * loadEnvFile('./development.env') + * ``` + * @since v20.12.0 + * @param path The path to the .env file + */ + loadEnvFile(path?: string | URL | Buffer): void; + /** + * The `process.pid` property returns the PID of the process. + * + * ```js + * import { pid } from 'node:process'; + * + * console.log(`This process is pid ${pid}`); + * ``` + * @since v0.1.15 + */ + readonly pid: number; + /** + * The `process.ppid` property returns the PID of the parent of the + * current process. + * + * ```js + * import { ppid } from 'node:process'; + * + * console.log(`The parent process is pid ${ppid}`); + * ``` + * @since v9.2.0, v8.10.0, v6.13.0 + */ + readonly ppid: number; + /** + * The `process.threadCpuUsage()` method returns the user and system CPU time usage of + * the current worker thread, in an object with properties `user` and `system`, whose + * values are microsecond values (millionth of a second). + * + * The result of a previous call to `process.threadCpuUsage()` can be passed as the + * argument to the function, to get a diff reading. + * @since v23.9.0 + * @param previousValue A previous return value from calling + * `process.threadCpuUsage()` + */ + threadCpuUsage(previousValue?: CpuUsage): CpuUsage; + /** + * The `process.title` property returns the current process title (i.e. returns + * the current value of `ps`). Assigning a new value to `process.title` modifies + * the current value of `ps`. + * + * When a new value is assigned, different platforms will impose different maximum + * length restrictions on the title. Usually such restrictions are quite limited. + * For instance, on Linux and macOS, `process.title` is limited to the size of the + * binary name plus the length of the command-line arguments because setting the `process.title` overwrites the `argv` memory of the process. Node.js v0.8 + * allowed for longer process title strings by also overwriting the `environ` memory but that was potentially insecure and confusing in some (rather obscure) + * cases. + * + * Assigning a value to `process.title` might not result in an accurate label + * within process manager applications such as macOS Activity Monitor or Windows + * Services Manager. + * @since v0.1.104 + */ + title: string; + /** + * The operating system CPU architecture for which the Node.js binary was compiled. + * Possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`, `'mips'`, + * `'mipsel'`, `'ppc64'`, `'riscv64'`, `'s390x'`, and `'x64'`. + * + * ```js + * import { arch } from 'node:process'; + * + * console.log(`This processor architecture is ${arch}`); + * ``` + * @since v0.5.0 + */ + readonly arch: Architecture; + /** + * The `process.platform` property returns a string identifying the operating + * system platform for which the Node.js binary was compiled. + * + * Currently possible values are: + * + * * `'aix'` + * * `'darwin'` + * * `'freebsd'` + * * `'linux'` + * * `'openbsd'` + * * `'sunos'` + * * `'win32'` + * + * ```js + * import { platform } from 'node:process'; + * + * console.log(`This platform is ${platform}`); + * ``` + * + * The value `'android'` may also be returned if the Node.js is built on the + * Android operating system. However, Android support in Node.js [is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os). + * @since v0.1.16 + */ + readonly platform: Platform; + /** + * The `process.mainModule` property provides an alternative way of retrieving `require.main`. The difference is that if the main module changes at + * runtime, `require.main` may still refer to the original main module in + * modules that were required before the change occurred. Generally, it's + * safe to assume that the two refer to the same module. + * + * As with `require.main`, `process.mainModule` will be `undefined` if there + * is no entry script. + * @since v0.1.17 + * @deprecated Since v14.0.0 - Use `main` instead. + */ + mainModule?: Module | undefined; + memoryUsage: MemoryUsageFn; + /** + * Gets the amount of memory available to the process (in bytes) based on + * limits imposed by the OS. If there is no such constraint, or the constraint + * is unknown, `0` is returned. + * + * See [`uv_get_constrained_memory`](https://docs.libuv.org/en/v1.x/misc.html#c.uv_get_constrained_memory) for more + * information. + * @since v19.6.0, v18.15.0 + */ + constrainedMemory(): number; + /** + * Gets the amount of free memory that is still available to the process (in bytes). + * See [`uv_get_available_memory`](https://nodejs.org/docs/latest-v24.x/api/process.html#processavailablememory) for more information. + * @since v20.13.0 + */ + availableMemory(): number; + /** + * The `process.cpuUsage()` method returns the user and system CPU time usage of + * the current process, in an object with properties `user` and `system`, whose + * values are microsecond values (millionth of a second). These values measure time + * spent in user and system code respectively, and may end up being greater than + * actual elapsed time if multiple CPU cores are performing work for this process. + * + * The result of a previous call to `process.cpuUsage()` can be passed as the + * argument to the function, to get a diff reading. + * + * ```js + * import { cpuUsage } from 'node:process'; + * + * const startUsage = cpuUsage(); + * // { user: 38579, system: 6986 } + * + * // spin the CPU for 500 milliseconds + * const now = Date.now(); + * while (Date.now() - now < 500); + * + * console.log(cpuUsage(startUsage)); + * // { user: 514883, system: 11226 } + * ``` + * @since v6.1.0 + * @param previousValue A previous return value from calling `process.cpuUsage()` + */ + cpuUsage(previousValue?: CpuUsage): CpuUsage; + /** + * `process.nextTick()` adds `callback` to the "next tick queue". This queue is + * fully drained after the current operation on the JavaScript stack runs to + * completion and before the event loop is allowed to continue. It's possible to + * create an infinite loop if one were to recursively call `process.nextTick()`. + * See the [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#process-nexttick) guide for more background. + * + * ```js + * import { nextTick } from 'node:process'; + * + * console.log('start'); + * nextTick(() => { + * console.log('nextTick callback'); + * }); + * console.log('scheduled'); + * // Output: + * // start + * // scheduled + * // nextTick callback + * ``` + * + * This is important when developing APIs in order to give users the opportunity + * to assign event handlers _after_ an object has been constructed but before any + * I/O has occurred: + * + * ```js + * import { nextTick } from 'node:process'; + * + * function MyThing(options) { + * this.setupOptions(options); + * + * nextTick(() => { + * this.startDoingStuff(); + * }); + * } + * + * const thing = new MyThing(); + * thing.getReadyForStuff(); + * + * // thing.startDoingStuff() gets called now, not before. + * ``` + * + * It is very important for APIs to be either 100% synchronous or 100% + * asynchronous. Consider this example: + * + * ```js + * // WARNING! DO NOT USE! BAD UNSAFE HAZARD! + * function maybeSync(arg, cb) { + * if (arg) { + * cb(); + * return; + * } + * + * fs.stat('file', cb); + * } + * ``` + * + * This API is hazardous because in the following case: + * + * ```js + * const maybeTrue = Math.random() > 0.5; + * + * maybeSync(maybeTrue, () => { + * foo(); + * }); + * + * bar(); + * ``` + * + * It is not clear whether `foo()` or `bar()` will be called first. + * + * The following approach is much better: + * + * ```js + * import { nextTick } from 'node:process'; + * + * function definitelyAsync(arg, cb) { + * if (arg) { + * nextTick(cb); + * return; + * } + * + * fs.stat('file', cb); + * } + * ``` + * @since v0.1.26 + * @param args Additional arguments to pass when invoking the `callback` + */ + nextTick(callback: Function, ...args: any[]): void; + /** + * This API is available through the [--permission](https://nodejs.org/api/cli.html#--permission) flag. + * + * `process.permission` is an object whose methods are used to manage permissions for the current process. + * Additional documentation is available in the [Permission Model](https://nodejs.org/api/permissions.html#permission-model). + * @since v20.0.0 + */ + permission: ProcessPermission; + /** + * The `process.release` property returns an `Object` containing metadata related + * to the current release, including URLs for the source tarball and headers-only + * tarball. + * + * `process.release` contains the following properties: + * + * ```js + * { + * name: 'node', + * lts: 'Hydrogen', + * sourceUrl: 'https://nodejs.org/download/release/v18.12.0/node-v18.12.0.tar.gz', + * headersUrl: 'https://nodejs.org/download/release/v18.12.0/node-v18.12.0-headers.tar.gz', + * libUrl: 'https://nodejs.org/download/release/v18.12.0/win-x64/node.lib' + * } + * ``` + * + * In custom builds from non-release versions of the source tree, only the `name` property may be present. The additional properties should not be + * relied upon to exist. + * @since v3.0.0 + */ + readonly release: ProcessRelease; + readonly features: ProcessFeatures; + /** + * `process.umask()` returns the Node.js process's file mode creation mask. Child + * processes inherit the mask from the parent process. + * @since v0.1.19 + * @deprecated Calling `process.umask()` with no argument causes the process-wide umask to be written twice. This introduces a race condition between threads, and is a potential + * security vulnerability. There is no safe, cross-platform alternative API. + */ + umask(): number; + /** + * Can only be set if not in worker thread. + */ + umask(mask: string | number): number; + /** + * The `process.uptime()` method returns the number of seconds the current Node.js + * process has been running. + * + * The return value includes fractions of a second. Use `Math.floor()` to get whole + * seconds. + * @since v0.5.0 + */ + uptime(): number; + hrtime: HRTime; + /** + * If the Node.js process was spawned with an IPC channel, the process.channel property is a reference to the IPC channel. + * If no IPC channel exists, this property is undefined. + * @since v7.1.0 + */ + channel?: { + /** + * This method makes the IPC channel keep the event loop of the process running if .unref() has been called before. + * @since v7.1.0 + */ + ref(): void; + /** + * This method makes the IPC channel not keep the event loop of the process running, and lets it finish even while the channel is open. + * @since v7.1.0 + */ + unref(): void; + }; + /** + * If Node.js is spawned with an IPC channel, the `process.send()` method can be + * used to send messages to the parent process. Messages will be received as a `'message'` event on the parent's `ChildProcess` object. + * + * If Node.js was not spawned with an IPC channel, `process.send` will be `undefined`. + * + * The message goes through serialization and parsing. The resulting message might + * not be the same as what is originally sent. + * @since v0.5.9 + * @param options used to parameterize the sending of certain types of handles. `options` supports the following properties: + */ + send?( + message: any, + sendHandle?: any, + options?: { + keepOpen?: boolean | undefined; + }, + callback?: (error: Error | null) => void, + ): boolean; + /** + * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.disconnect()` method will close the + * IPC channel to the parent process, allowing the child process to exit gracefully + * once there are no other connections keeping it alive. + * + * The effect of calling `process.disconnect()` is the same as calling `ChildProcess.disconnect()` from the parent process. + * + * If the Node.js process was not spawned with an IPC channel, `process.disconnect()` will be `undefined`. + * @since v0.7.2 + */ + disconnect(): void; + /** + * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.connected` property will return `true` so long as the IPC + * channel is connected and will return `false` after `process.disconnect()` is called. + * + * Once `process.connected` is `false`, it is no longer possible to send messages + * over the IPC channel using `process.send()`. + * @since v0.7.2 + */ + connected: boolean; + /** + * The `process.allowedNodeEnvironmentFlags` property is a special, + * read-only `Set` of flags allowable within the `NODE_OPTIONS` environment variable. + * + * `process.allowedNodeEnvironmentFlags` extends `Set`, but overrides `Set.prototype.has` to recognize several different possible flag + * representations. `process.allowedNodeEnvironmentFlags.has()` will + * return `true` in the following cases: + * + * * Flags may omit leading single (`-`) or double (`--`) dashes; e.g., `inspect-brk` for `--inspect-brk`, or `r` for `-r`. + * * Flags passed through to V8 (as listed in `--v8-options`) may replace + * one or more _non-leading_ dashes for an underscore, or vice-versa; + * e.g., `--perf_basic_prof`, `--perf-basic-prof`, `--perf_basic-prof`, + * etc. + * * Flags may contain one or more equals (`=`) characters; all + * characters after and including the first equals will be ignored; + * e.g., `--stack-trace-limit=100`. + * * Flags _must_ be allowable within `NODE_OPTIONS`. + * + * When iterating over `process.allowedNodeEnvironmentFlags`, flags will + * appear only _once_; each will begin with one or more dashes. Flags + * passed through to V8 will contain underscores instead of non-leading + * dashes: + * + * ```js + * import { allowedNodeEnvironmentFlags } from 'node:process'; + * + * allowedNodeEnvironmentFlags.forEach((flag) => { + * // -r + * // --inspect-brk + * // --abort_on_uncaught_exception + * // ... + * }); + * ``` + * + * The methods `add()`, `clear()`, and `delete()` of`process.allowedNodeEnvironmentFlags` do nothing, and will fail + * silently. + * + * If Node.js was compiled _without_ `NODE_OPTIONS` support (shown in {@link config}), `process.allowedNodeEnvironmentFlags` will + * contain what _would have_ been allowable. + * @since v10.10.0 + */ + allowedNodeEnvironmentFlags: ReadonlySet; + /** + * `process.report` is an object whose methods are used to generate diagnostic reports for the current process. + * Additional documentation is available in the [report documentation](https://nodejs.org/docs/latest-v24.x/api/report.html). + * @since v11.8.0 + */ + report: ProcessReport; + /** + * ```js + * import { resourceUsage } from 'node:process'; + * + * console.log(resourceUsage()); + * /* + * Will output: + * { + * userCPUTime: 82872, + * systemCPUTime: 4143, + * maxRSS: 33164, + * sharedMemorySize: 0, + * unsharedDataSize: 0, + * unsharedStackSize: 0, + * minorPageFault: 2469, + * majorPageFault: 0, + * swappedOut: 0, + * fsRead: 0, + * fsWrite: 8, + * ipcSent: 0, + * ipcReceived: 0, + * signalsCount: 0, + * voluntaryContextSwitches: 79, + * involuntaryContextSwitches: 1 + * } + * + * ``` + * @since v12.6.0 + * @return the resource usage for the current process. All of these values come from the `uv_getrusage` call which returns a [`uv_rusage_t` struct][uv_rusage_t]. + */ + resourceUsage(): ResourceUsage; + /** + * The initial value of `process.throwDeprecation` indicates whether the `--throw-deprecation` flag is set on the current Node.js process. `process.throwDeprecation` + * is mutable, so whether or not deprecation warnings result in errors may be altered at runtime. See the documentation for the 'warning' event and the emitWarning() + * method for more information. + * + * ```bash + * $ node --throw-deprecation -p "process.throwDeprecation" + * true + * $ node -p "process.throwDeprecation" + * undefined + * $ node + * > process.emitWarning('test', 'DeprecationWarning'); + * undefined + * > (node:26598) DeprecationWarning: test + * > process.throwDeprecation = true; + * true + * > process.emitWarning('test', 'DeprecationWarning'); + * Thrown: + * [DeprecationWarning: test] { name: 'DeprecationWarning' } + * ``` + * @since v0.9.12 + */ + throwDeprecation: boolean; + /** + * The `process.traceDeprecation` property indicates whether the `--trace-deprecation` flag is set on the current Node.js process. See the + * documentation for the `'warning' event` and the `emitWarning() method` for more information about this + * flag's behavior. + * @since v0.8.0 + */ + traceDeprecation: boolean; + /** + * An object is "refable" if it implements the Node.js "Refable protocol". + * Specifically, this means that the object implements the `Symbol.for('nodejs.ref')` + * and `Symbol.for('nodejs.unref')` methods. "Ref'd" objects will keep the Node.js + * event loop alive, while "unref'd" objects will not. Historically, this was + * implemented by using `ref()` and `unref()` methods directly on the objects. + * This pattern, however, is being deprecated in favor of the "Refable protocol" + * in order to better support Web Platform API types whose APIs cannot be modified + * to add `ref()` and `unref()` methods but still need to support that behavior. + * @since v22.14.0 + * @experimental + * @param maybeRefable An object that may be "refable". + */ + ref(maybeRefable: any): void; + /** + * An object is "unrefable" if it implements the Node.js "Refable protocol". + * Specifically, this means that the object implements the `Symbol.for('nodejs.ref')` + * and `Symbol.for('nodejs.unref')` methods. "Ref'd" objects will keep the Node.js + * event loop alive, while "unref'd" objects will not. Historically, this was + * implemented by using `ref()` and `unref()` methods directly on the objects. + * This pattern, however, is being deprecated in favor of the "Refable protocol" + * in order to better support Web Platform API types whose APIs cannot be modified + * to add `ref()` and `unref()` methods but still need to support that behavior. + * @since v22.14.0 + * @experimental + * @param maybeRefable An object that may be "unref'd". + */ + unref(maybeRefable: any): void; + /** + * Replaces the current process with a new process. + * + * This is achieved by using the `execve` POSIX function and therefore no memory or other + * resources from the current process are preserved, except for the standard input, + * standard output and standard error file descriptor. + * + * All other resources are discarded by the system when the processes are swapped, without triggering + * any exit or close events and without running any cleanup handler. + * + * This function will never return, unless an error occurred. + * + * This function is not available on Windows or IBM i. + * @since v22.15.0 + * @experimental + * @param file The name or path of the executable file to run. + * @param args List of string arguments. No argument can contain a null-byte (`\u0000`). + * @param env Environment key-value pairs. + * No key or value can contain a null-byte (`\u0000`). + * **Default:** `process.env`. + */ + execve?(file: string, args?: readonly string[], env?: ProcessEnv): never; + /* EventEmitter */ + addListener(event: "beforeExit", listener: BeforeExitListener): this; + addListener(event: "disconnect", listener: DisconnectListener): this; + addListener(event: "exit", listener: ExitListener): this; + addListener(event: "rejectionHandled", listener: RejectionHandledListener): this; + addListener(event: "uncaughtException", listener: UncaughtExceptionListener): this; + addListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this; + addListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + addListener(event: "warning", listener: WarningListener): this; + addListener(event: "message", listener: MessageListener): this; + addListener(event: Signals, listener: SignalsListener): this; + addListener(event: "multipleResolves", listener: MultipleResolveListener): this; + addListener(event: "worker", listener: WorkerListener): this; + emit(event: "beforeExit", code: number): boolean; + emit(event: "disconnect"): boolean; + emit(event: "exit", code: number): boolean; + emit(event: "rejectionHandled", promise: Promise): boolean; + emit(event: "uncaughtException", error: Error): boolean; + emit(event: "uncaughtExceptionMonitor", error: Error): boolean; + emit(event: "unhandledRejection", reason: unknown, promise: Promise): boolean; + emit(event: "warning", warning: Error): boolean; + emit(event: "message", message: unknown, sendHandle: unknown): this; + emit(event: Signals, signal?: Signals): boolean; + emit( + event: "multipleResolves", + type: MultipleResolveType, + promise: Promise, + value: unknown, + ): this; + emit(event: "worker", listener: WorkerListener): this; + on(event: "beforeExit", listener: BeforeExitListener): this; + on(event: "disconnect", listener: DisconnectListener): this; + on(event: "exit", listener: ExitListener): this; + on(event: "rejectionHandled", listener: RejectionHandledListener): this; + on(event: "uncaughtException", listener: UncaughtExceptionListener): this; + on(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this; + on(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + on(event: "warning", listener: WarningListener): this; + on(event: "message", listener: MessageListener): this; + on(event: Signals, listener: SignalsListener): this; + on(event: "multipleResolves", listener: MultipleResolveListener): this; + on(event: "worker", listener: WorkerListener): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "beforeExit", listener: BeforeExitListener): this; + once(event: "disconnect", listener: DisconnectListener): this; + once(event: "exit", listener: ExitListener): this; + once(event: "rejectionHandled", listener: RejectionHandledListener): this; + once(event: "uncaughtException", listener: UncaughtExceptionListener): this; + once(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this; + once(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + once(event: "warning", listener: WarningListener): this; + once(event: "message", listener: MessageListener): this; + once(event: Signals, listener: SignalsListener): this; + once(event: "multipleResolves", listener: MultipleResolveListener): this; + once(event: "worker", listener: WorkerListener): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "beforeExit", listener: BeforeExitListener): this; + prependListener(event: "disconnect", listener: DisconnectListener): this; + prependListener(event: "exit", listener: ExitListener): this; + prependListener(event: "rejectionHandled", listener: RejectionHandledListener): this; + prependListener(event: "uncaughtException", listener: UncaughtExceptionListener): this; + prependListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this; + prependListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + prependListener(event: "warning", listener: WarningListener): this; + prependListener(event: "message", listener: MessageListener): this; + prependListener(event: Signals, listener: SignalsListener): this; + prependListener(event: "multipleResolves", listener: MultipleResolveListener): this; + prependListener(event: "worker", listener: WorkerListener): this; + prependOnceListener(event: "beforeExit", listener: BeforeExitListener): this; + prependOnceListener(event: "disconnect", listener: DisconnectListener): this; + prependOnceListener(event: "exit", listener: ExitListener): this; + prependOnceListener(event: "rejectionHandled", listener: RejectionHandledListener): this; + prependOnceListener(event: "uncaughtException", listener: UncaughtExceptionListener): this; + prependOnceListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this; + prependOnceListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + prependOnceListener(event: "warning", listener: WarningListener): this; + prependOnceListener(event: "message", listener: MessageListener): this; + prependOnceListener(event: Signals, listener: SignalsListener): this; + prependOnceListener(event: "multipleResolves", listener: MultipleResolveListener): this; + prependOnceListener(event: "worker", listener: WorkerListener): this; + listeners(event: "beforeExit"): BeforeExitListener[]; + listeners(event: "disconnect"): DisconnectListener[]; + listeners(event: "exit"): ExitListener[]; + listeners(event: "rejectionHandled"): RejectionHandledListener[]; + listeners(event: "uncaughtException"): UncaughtExceptionListener[]; + listeners(event: "uncaughtExceptionMonitor"): UncaughtExceptionListener[]; + listeners(event: "unhandledRejection"): UnhandledRejectionListener[]; + listeners(event: "warning"): WarningListener[]; + listeners(event: "message"): MessageListener[]; + listeners(event: Signals): SignalsListener[]; + listeners(event: "multipleResolves"): MultipleResolveListener[]; + listeners(event: "worker"): WorkerListener[]; + } + } + } + export = process; +} +declare module "node:process" { + import process = require("process"); + export = process; +} diff --git a/node_modules/@types/node/punycode.d.ts b/node_modules/@types/node/punycode.d.ts new file mode 100644 index 0000000..7ac26c8 --- /dev/null +++ b/node_modules/@types/node/punycode.d.ts @@ -0,0 +1,117 @@ +/** + * **The version of the punycode module bundled in Node.js is being deprecated. **In a future major version of Node.js this module will be removed. Users + * currently depending on the `punycode` module should switch to using the + * userland-provided [Punycode.js](https://github.com/bestiejs/punycode.js) module instead. For punycode-based URL + * encoding, see `url.domainToASCII` or, more generally, the `WHATWG URL API`. + * + * The `punycode` module is a bundled version of the [Punycode.js](https://github.com/bestiejs/punycode.js) module. It + * can be accessed using: + * + * ```js + * import punycode from 'node:punycode'; + * ``` + * + * [Punycode](https://tools.ietf.org/html/rfc3492) is a character encoding scheme defined by RFC 3492 that is + * primarily intended for use in Internationalized Domain Names. Because host + * names in URLs are limited to ASCII characters only, Domain Names that contain + * non-ASCII characters must be converted into ASCII using the Punycode scheme. + * For instance, the Japanese character that translates into the English word, `'example'` is `'例'`. The Internationalized Domain Name, `'例.com'` (equivalent + * to `'example.com'`) is represented by Punycode as the ASCII string `'xn--fsq.com'`. + * + * The `punycode` module provides a simple implementation of the Punycode standard. + * + * The `punycode` module is a third-party dependency used by Node.js and + * made available to developers as a convenience. Fixes or other modifications to + * the module must be directed to the [Punycode.js](https://github.com/bestiejs/punycode.js) project. + * @deprecated Since v7.0.0 - Deprecated + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/punycode.js) + */ +declare module "punycode" { + /** + * The `punycode.decode()` method converts a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only + * characters to the equivalent string of Unicode codepoints. + * + * ```js + * punycode.decode('maana-pta'); // 'mañana' + * punycode.decode('--dqo34k'); // '☃-⌘' + * ``` + * @since v0.5.1 + */ + function decode(string: string): string; + /** + * The `punycode.encode()` method converts a string of Unicode codepoints to a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only characters. + * + * ```js + * punycode.encode('mañana'); // 'maana-pta' + * punycode.encode('☃-⌘'); // '--dqo34k' + * ``` + * @since v0.5.1 + */ + function encode(string: string): string; + /** + * The `punycode.toUnicode()` method converts a string representing a domain name + * containing [Punycode](https://tools.ietf.org/html/rfc3492) encoded characters into Unicode. Only the [Punycode](https://tools.ietf.org/html/rfc3492) encoded parts of the domain name are be + * converted. + * + * ```js + * // decode domain names + * punycode.toUnicode('xn--maana-pta.com'); // 'mañana.com' + * punycode.toUnicode('xn----dqo34k.com'); // '☃-⌘.com' + * punycode.toUnicode('example.com'); // 'example.com' + * ``` + * @since v0.6.1 + */ + function toUnicode(domain: string): string; + /** + * The `punycode.toASCII()` method converts a Unicode string representing an + * Internationalized Domain Name to [Punycode](https://tools.ietf.org/html/rfc3492). Only the non-ASCII parts of the + * domain name will be converted. Calling `punycode.toASCII()` on a string that + * already only contains ASCII characters will have no effect. + * + * ```js + * // encode domain names + * punycode.toASCII('mañana.com'); // 'xn--maana-pta.com' + * punycode.toASCII('☃-⌘.com'); // 'xn----dqo34k.com' + * punycode.toASCII('example.com'); // 'example.com' + * ``` + * @since v0.6.1 + */ + function toASCII(domain: string): string; + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + const ucs2: ucs2; + interface ucs2 { + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + decode(string: string): number[]; + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + encode(codePoints: readonly number[]): string; + } + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + const version: string; +} +declare module "node:punycode" { + export * from "punycode"; +} diff --git a/node_modules/@types/node/querystring.d.ts b/node_modules/@types/node/querystring.d.ts new file mode 100644 index 0000000..aaeefe8 --- /dev/null +++ b/node_modules/@types/node/querystring.d.ts @@ -0,0 +1,152 @@ +/** + * The `node:querystring` module provides utilities for parsing and formatting URL + * query strings. It can be accessed using: + * + * ```js + * import querystring from 'node:querystring'; + * ``` + * + * `querystring` is more performant than `URLSearchParams` but is not a + * standardized API. Use `URLSearchParams` when performance is not critical or + * when compatibility with browser code is desirable. + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/querystring.js) + */ +declare module "querystring" { + interface StringifyOptions { + /** + * The function to use when converting URL-unsafe characters to percent-encoding in the query string. + * @default `querystring.escape()` + */ + encodeURIComponent?: ((str: string) => string) | undefined; + } + interface ParseOptions { + /** + * Specifies the maximum number of keys to parse. Specify `0` to remove key counting limitations. + * @default 1000 + */ + maxKeys?: number | undefined; + /** + * The function to use when decoding percent-encoded characters in the query string. + * @default `querystring.unescape()` + */ + decodeURIComponent?: ((str: string) => string) | undefined; + } + interface ParsedUrlQuery extends NodeJS.Dict {} + interface ParsedUrlQueryInput extends + NodeJS.Dict< + | string + | number + | boolean + | bigint + | ReadonlyArray + | null + > + {} + /** + * The `querystring.stringify()` method produces a URL query string from a + * given `obj` by iterating through the object's "own properties". + * + * It serializes the following types of values passed in `obj`: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | + * [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) | + * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) | + * [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) | + * [string\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | + * [number\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) | + * [bigint\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) | + * [boolean\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) The numeric values must be finite. Any other input values will be coerced to + * empty strings. + * + * ```js + * querystring.stringify({ foo: 'bar', baz: ['qux', 'quux'], corge: '' }); + * // Returns 'foo=bar&baz=qux&baz=quux&corge=' + * + * querystring.stringify({ foo: 'bar', baz: 'qux' }, ';', ':'); + * // Returns 'foo:bar;baz:qux' + * ``` + * + * By default, characters requiring percent-encoding within the query string will + * be encoded as UTF-8\. If an alternative encoding is required, then an alternative `encodeURIComponent` option will need to be specified: + * + * ```js + * // Assuming gbkEncodeURIComponent function already exists, + * + * querystring.stringify({ w: '中文', foo: 'bar' }, null, null, + * { encodeURIComponent: gbkEncodeURIComponent }); + * ``` + * @since v0.1.25 + * @param obj The object to serialize into a URL query string + * @param [sep='&'] The substring used to delimit key and value pairs in the query string. + * @param [eq='='] . The substring used to delimit keys and values in the query string. + */ + function stringify(obj?: ParsedUrlQueryInput, sep?: string, eq?: string, options?: StringifyOptions): string; + /** + * The `querystring.parse()` method parses a URL query string (`str`) into a + * collection of key and value pairs. + * + * For example, the query string `'foo=bar&abc=xyz&abc=123'` is parsed into: + * + * ```json + * { + * "foo": "bar", + * "abc": ["xyz", "123"] + * } + * ``` + * + * The object returned by the `querystring.parse()` method _does not_ prototypically inherit from the JavaScript `Object`. This means that typical `Object` methods such as `obj.toString()`, + * `obj.hasOwnProperty()`, and others + * are not defined and _will not work_. + * + * By default, percent-encoded characters within the query string will be assumed + * to use UTF-8 encoding. If an alternative character encoding is used, then an + * alternative `decodeURIComponent` option will need to be specified: + * + * ```js + * // Assuming gbkDecodeURIComponent function already exists... + * + * querystring.parse('w=%D6%D0%CE%C4&foo=bar', null, null, + * { decodeURIComponent: gbkDecodeURIComponent }); + * ``` + * @since v0.1.25 + * @param str The URL query string to parse + * @param [sep='&'] The substring used to delimit key and value pairs in the query string. + * @param [eq='='] The substring used to delimit keys and values in the query string. + */ + function parse(str: string, sep?: string, eq?: string, options?: ParseOptions): ParsedUrlQuery; + /** + * The querystring.encode() function is an alias for querystring.stringify(). + */ + const encode: typeof stringify; + /** + * The querystring.decode() function is an alias for querystring.parse(). + */ + const decode: typeof parse; + /** + * The `querystring.escape()` method performs URL percent-encoding on the given `str` in a manner that is optimized for the specific requirements of URL + * query strings. + * + * The `querystring.escape()` method is used by `querystring.stringify()` and is + * generally not expected to be used directly. It is exported primarily to allow + * application code to provide a replacement percent-encoding implementation if + * necessary by assigning `querystring.escape` to an alternative function. + * @since v0.1.25 + */ + function escape(str: string): string; + /** + * The `querystring.unescape()` method performs decoding of URL percent-encoded + * characters on the given `str`. + * + * The `querystring.unescape()` method is used by `querystring.parse()` and is + * generally not expected to be used directly. It is exported primarily to allow + * application code to provide a replacement decoding implementation if + * necessary by assigning `querystring.unescape` to an alternative function. + * + * By default, the `querystring.unescape()` method will attempt to use the + * JavaScript built-in `decodeURIComponent()` method to decode. If that fails, + * a safer equivalent that does not throw on malformed URLs will be used. + * @since v0.1.25 + */ + function unescape(str: string): string; +} +declare module "node:querystring" { + export * from "querystring"; +} diff --git a/node_modules/@types/node/readline.d.ts b/node_modules/@types/node/readline.d.ts new file mode 100644 index 0000000..519b4a4 --- /dev/null +++ b/node_modules/@types/node/readline.d.ts @@ -0,0 +1,594 @@ +/** + * The `node:readline` module provides an interface for reading data from a [Readable](https://nodejs.org/docs/latest-v24.x/api/stream.html#readable-streams) stream + * (such as [`process.stdin`](https://nodejs.org/docs/latest-v24.x/api/process.html#processstdin)) one line at a time. + * + * To use the promise-based APIs: + * + * ```js + * import * as readline from 'node:readline/promises'; + * ``` + * + * To use the callback and sync APIs: + * + * ```js + * import * as readline from 'node:readline'; + * ``` + * + * The following simple example illustrates the basic use of the `node:readline` module. + * + * ```js + * import * as readline from 'node:readline/promises'; + * import { stdin as input, stdout as output } from 'node:process'; + * + * const rl = readline.createInterface({ input, output }); + * + * const answer = await rl.question('What do you think of Node.js? '); + * + * console.log(`Thank you for your valuable feedback: ${answer}`); + * + * rl.close(); + * ``` + * + * Once this code is invoked, the Node.js application will not terminate until the `readline.Interface` is closed because the interface waits for data to be + * received on the `input` stream. + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/readline.js) + */ +declare module "readline" { + import { Abortable, EventEmitter } from "node:events"; + import * as promises from "node:readline/promises"; + export { promises }; + export interface Key { + sequence?: string | undefined; + name?: string | undefined; + ctrl?: boolean | undefined; + meta?: boolean | undefined; + shift?: boolean | undefined; + } + /** + * Instances of the `readline.Interface` class are constructed using the `readline.createInterface()` method. Every instance is associated with a + * single `input` [Readable](https://nodejs.org/docs/latest-v24.x/api/stream.html#readable-streams) stream and a single `output` [Writable](https://nodejs.org/docs/latest-v24.x/api/stream.html#writable-streams) stream. + * The `output` stream is used to print prompts for user input that arrives on, + * and is read from, the `input` stream. + * @since v0.1.104 + */ + export class Interface extends EventEmitter implements Disposable { + readonly terminal: boolean; + /** + * The current input data being processed by node. + * + * This can be used when collecting input from a TTY stream to retrieve the + * current value that has been processed thus far, prior to the `line` event + * being emitted. Once the `line` event has been emitted, this property will + * be an empty string. + * + * Be aware that modifying the value during the instance runtime may have + * unintended consequences if `rl.cursor` is not also controlled. + * + * **If not using a TTY stream for input, use the `'line'` event.** + * + * One possible use case would be as follows: + * + * ```js + * const values = ['lorem ipsum', 'dolor sit amet']; + * const rl = readline.createInterface(process.stdin); + * const showResults = debounce(() => { + * console.log( + * '\n', + * values.filter((val) => val.startsWith(rl.line)).join(' '), + * ); + * }, 300); + * process.stdin.on('keypress', (c, k) => { + * showResults(); + * }); + * ``` + * @since v0.1.98 + */ + readonly line: string; + /** + * The cursor position relative to `rl.line`. + * + * This will track where the current cursor lands in the input string, when + * reading input from a TTY stream. The position of cursor determines the + * portion of the input string that will be modified as input is processed, + * as well as the column where the terminal caret will be rendered. + * @since v0.1.98 + */ + readonly cursor: number; + /** + * NOTE: According to the documentation: + * + * > Instances of the `readline.Interface` class are constructed using the + * > `readline.createInterface()` method. + * + * @see https://nodejs.org/dist/latest-v24.x/docs/api/readline.html#class-interfaceconstructor + */ + protected constructor( + input: NodeJS.ReadableStream, + output?: NodeJS.WritableStream, + completer?: Completer | AsyncCompleter, + terminal?: boolean, + ); + /** + * NOTE: According to the documentation: + * + * > Instances of the `readline.Interface` class are constructed using the + * > `readline.createInterface()` method. + * + * @see https://nodejs.org/dist/latest-v24.x/docs/api/readline.html#class-interfaceconstructor + */ + protected constructor(options: ReadLineOptions); + /** + * The `rl.getPrompt()` method returns the current prompt used by `rl.prompt()`. + * @since v15.3.0, v14.17.0 + * @return the current prompt string + */ + getPrompt(): string; + /** + * The `rl.setPrompt()` method sets the prompt that will be written to `output` whenever `rl.prompt()` is called. + * @since v0.1.98 + */ + setPrompt(prompt: string): void; + /** + * The `rl.prompt()` method writes the `Interface` instances configured`prompt` to a new line in `output` in order to provide a user with a new + * location at which to provide input. + * + * When called, `rl.prompt()` will resume the `input` stream if it has been + * paused. + * + * If the `Interface` was created with `output` set to `null` or `undefined` the prompt is not written. + * @since v0.1.98 + * @param preserveCursor If `true`, prevents the cursor placement from being reset to `0`. + */ + prompt(preserveCursor?: boolean): void; + /** + * The `rl.question()` method displays the `query` by writing it to the `output`, + * waits for user input to be provided on `input`, then invokes the `callback` function passing the provided input as the first argument. + * + * When called, `rl.question()` will resume the `input` stream if it has been + * paused. + * + * If the `Interface` was created with `output` set to `null` or `undefined` the `query` is not written. + * + * The `callback` function passed to `rl.question()` does not follow the typical + * pattern of accepting an `Error` object or `null` as the first argument. + * The `callback` is called with the provided answer as the only argument. + * + * An error will be thrown if calling `rl.question()` after `rl.close()`. + * + * Example usage: + * + * ```js + * rl.question('What is your favorite food? ', (answer) => { + * console.log(`Oh, so your favorite food is ${answer}`); + * }); + * ``` + * + * Using an `AbortController` to cancel a question. + * + * ```js + * const ac = new AbortController(); + * const signal = ac.signal; + * + * rl.question('What is your favorite food? ', { signal }, (answer) => { + * console.log(`Oh, so your favorite food is ${answer}`); + * }); + * + * signal.addEventListener('abort', () => { + * console.log('The food question timed out'); + * }, { once: true }); + * + * setTimeout(() => ac.abort(), 10000); + * ``` + * @since v0.3.3 + * @param query A statement or query to write to `output`, prepended to the prompt. + * @param callback A callback function that is invoked with the user's input in response to the `query`. + */ + question(query: string, callback: (answer: string) => void): void; + question(query: string, options: Abortable, callback: (answer: string) => void): void; + /** + * The `rl.pause()` method pauses the `input` stream, allowing it to be resumed + * later if necessary. + * + * Calling `rl.pause()` does not immediately pause other events (including `'line'`) from being emitted by the `Interface` instance. + * @since v0.3.4 + */ + pause(): this; + /** + * The `rl.resume()` method resumes the `input` stream if it has been paused. + * @since v0.3.4 + */ + resume(): this; + /** + * The `rl.close()` method closes the `Interface` instance and + * relinquishes control over the `input` and `output` streams. When called, + * the `'close'` event will be emitted. + * + * Calling `rl.close()` does not immediately stop other events (including `'line'`) + * from being emitted by the `Interface` instance. + * @since v0.1.98 + */ + close(): void; + /** + * Alias for `rl.close()`. + * @since v22.15.0 + */ + [Symbol.dispose](): void; + /** + * The `rl.write()` method will write either `data` or a key sequence identified + * by `key` to the `output`. The `key` argument is supported only if `output` is + * a `TTY` text terminal. See `TTY keybindings` for a list of key + * combinations. + * + * If `key` is specified, `data` is ignored. + * + * When called, `rl.write()` will resume the `input` stream if it has been + * paused. + * + * If the `Interface` was created with `output` set to `null` or `undefined` the `data` and `key` are not written. + * + * ```js + * rl.write('Delete this!'); + * // Simulate Ctrl+U to delete the line written previously + * rl.write(null, { ctrl: true, name: 'u' }); + * ``` + * + * The `rl.write()` method will write the data to the `readline` `Interface`'s `input` _as if it were provided by the user_. + * @since v0.1.98 + */ + write(data: string | Buffer, key?: Key): void; + write(data: undefined | null | string | Buffer, key: Key): void; + /** + * Returns the real position of the cursor in relation to the input + * prompt + string. Long input (wrapping) strings, as well as multiple + * line prompts are included in the calculations. + * @since v13.5.0, v12.16.0 + */ + getCursorPos(): CursorPos; + /** + * events.EventEmitter + * 1. close + * 2. line + * 3. pause + * 4. resume + * 5. SIGCONT + * 6. SIGINT + * 7. SIGTSTP + * 8. history + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "line", listener: (input: string) => void): this; + addListener(event: "pause", listener: () => void): this; + addListener(event: "resume", listener: () => void): this; + addListener(event: "SIGCONT", listener: () => void): this; + addListener(event: "SIGINT", listener: () => void): this; + addListener(event: "SIGTSTP", listener: () => void): this; + addListener(event: "history", listener: (history: string[]) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "line", input: string): boolean; + emit(event: "pause"): boolean; + emit(event: "resume"): boolean; + emit(event: "SIGCONT"): boolean; + emit(event: "SIGINT"): boolean; + emit(event: "SIGTSTP"): boolean; + emit(event: "history", history: string[]): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "line", listener: (input: string) => void): this; + on(event: "pause", listener: () => void): this; + on(event: "resume", listener: () => void): this; + on(event: "SIGCONT", listener: () => void): this; + on(event: "SIGINT", listener: () => void): this; + on(event: "SIGTSTP", listener: () => void): this; + on(event: "history", listener: (history: string[]) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "line", listener: (input: string) => void): this; + once(event: "pause", listener: () => void): this; + once(event: "resume", listener: () => void): this; + once(event: "SIGCONT", listener: () => void): this; + once(event: "SIGINT", listener: () => void): this; + once(event: "SIGTSTP", listener: () => void): this; + once(event: "history", listener: (history: string[]) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "line", listener: (input: string) => void): this; + prependListener(event: "pause", listener: () => void): this; + prependListener(event: "resume", listener: () => void): this; + prependListener(event: "SIGCONT", listener: () => void): this; + prependListener(event: "SIGINT", listener: () => void): this; + prependListener(event: "SIGTSTP", listener: () => void): this; + prependListener(event: "history", listener: (history: string[]) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "line", listener: (input: string) => void): this; + prependOnceListener(event: "pause", listener: () => void): this; + prependOnceListener(event: "resume", listener: () => void): this; + prependOnceListener(event: "SIGCONT", listener: () => void): this; + prependOnceListener(event: "SIGINT", listener: () => void): this; + prependOnceListener(event: "SIGTSTP", listener: () => void): this; + prependOnceListener(event: "history", listener: (history: string[]) => void): this; + [Symbol.asyncIterator](): NodeJS.AsyncIterator; + } + export type ReadLine = Interface; // type forwarded for backwards compatibility + export type Completer = (line: string) => CompleterResult; + export type AsyncCompleter = ( + line: string, + callback: (err?: null | Error, result?: CompleterResult) => void, + ) => void; + export type CompleterResult = [string[], string]; + export interface ReadLineOptions { + /** + * The [`Readable`](https://nodejs.org/docs/latest-v24.x/api/stream.html#readable-streams) stream to listen to + */ + input: NodeJS.ReadableStream; + /** + * The [`Writable`](https://nodejs.org/docs/latest-v24.x/api/stream.html#writable-streams) stream to write readline data to. + */ + output?: NodeJS.WritableStream | undefined; + /** + * An optional function used for Tab autocompletion. + */ + completer?: Completer | AsyncCompleter | undefined; + /** + * `true` if the `input` and `output` streams should be treated like a TTY, + * and have ANSI/VT100 escape codes written to it. + * Default: checking `isTTY` on the `output` stream upon instantiation. + */ + terminal?: boolean | undefined; + /** + * Initial list of history lines. + * This option makes sense only if `terminal` is set to `true` by the user or by an internal `output` check, + * otherwise the history caching mechanism is not initialized at all. + * @default [] + */ + history?: string[] | undefined; + /** + * Maximum number of history lines retained. + * To disable the history set this value to `0`. + * This option makes sense only if `terminal` is set to `true` by the user or by an internal `output` check, + * otherwise the history caching mechanism is not initialized at all. + * @default 30 + */ + historySize?: number | undefined; + /** + * If `true`, when a new input line added to the history list duplicates an older one, + * this removes the older line from the list. + * @default false + */ + removeHistoryDuplicates?: boolean | undefined; + /** + * The prompt string to use. + * @default "> " + */ + prompt?: string | undefined; + /** + * If the delay between `\r` and `\n` exceeds `crlfDelay` milliseconds, + * both `\r` and `\n` will be treated as separate end-of-line input. + * `crlfDelay` will be coerced to a number no less than `100`. + * It can be set to `Infinity`, in which case + * `\r` followed by `\n` will always be considered a single newline + * (which may be reasonable for [reading files](https://nodejs.org/docs/latest-v24.x/api/readline.html#example-read-file-stream-line-by-line) with `\r\n` line delimiter). + * @default 100 + */ + crlfDelay?: number | undefined; + /** + * The duration `readline` will wait for a character + * (when reading an ambiguous key sequence in milliseconds + * one that can both form a complete key sequence using the input read so far + * and can take additional input to complete a longer key sequence). + * @default 500 + */ + escapeCodeTimeout?: number | undefined; + /** + * The number of spaces a tab is equal to (minimum 1). + * @default 8 + */ + tabSize?: number | undefined; + /** + * Allows closing the interface using an AbortSignal. + * Aborting the signal will internally call `close` on the interface. + */ + signal?: AbortSignal | undefined; + } + /** + * The `readline.createInterface()` method creates a new `readline.Interface` instance. + * + * ```js + * import readline from 'node:readline'; + * const rl = readline.createInterface({ + * input: process.stdin, + * output: process.stdout, + * }); + * ``` + * + * Once the `readline.Interface` instance is created, the most common case is to + * listen for the `'line'` event: + * + * ```js + * rl.on('line', (line) => { + * console.log(`Received: ${line}`); + * }); + * ``` + * + * If `terminal` is `true` for this instance then the `output` stream will get + * the best compatibility if it defines an `output.columns` property and emits + * a `'resize'` event on the `output` if or when the columns ever change + * (`process.stdout` does this automatically when it is a TTY). + * + * When creating a `readline.Interface` using `stdin` as input, the program + * will not terminate until it receives an [EOF character](https://en.wikipedia.org/wiki/End-of-file#EOF_character). To exit without + * waiting for user input, call `process.stdin.unref()`. + * @since v0.1.98 + */ + export function createInterface( + input: NodeJS.ReadableStream, + output?: NodeJS.WritableStream, + completer?: Completer | AsyncCompleter, + terminal?: boolean, + ): Interface; + export function createInterface(options: ReadLineOptions): Interface; + /** + * The `readline.emitKeypressEvents()` method causes the given `Readable` stream to begin emitting `'keypress'` events corresponding to received input. + * + * Optionally, `interface` specifies a `readline.Interface` instance for which + * autocompletion is disabled when copy-pasted input is detected. + * + * If the `stream` is a `TTY`, then it must be in raw mode. + * + * This is automatically called by any readline instance on its `input` if the `input` is a terminal. Closing the `readline` instance does not stop + * the `input` from emitting `'keypress'` events. + * + * ```js + * readline.emitKeypressEvents(process.stdin); + * if (process.stdin.isTTY) + * process.stdin.setRawMode(true); + * ``` + * + * ## Example: Tiny CLI + * + * The following example illustrates the use of `readline.Interface` class to + * implement a small command-line interface: + * + * ```js + * import readline from 'node:readline'; + * const rl = readline.createInterface({ + * input: process.stdin, + * output: process.stdout, + * prompt: 'OHAI> ', + * }); + * + * rl.prompt(); + * + * rl.on('line', (line) => { + * switch (line.trim()) { + * case 'hello': + * console.log('world!'); + * break; + * default: + * console.log(`Say what? I might have heard '${line.trim()}'`); + * break; + * } + * rl.prompt(); + * }).on('close', () => { + * console.log('Have a great day!'); + * process.exit(0); + * }); + * ``` + * + * ## Example: Read file stream line-by-Line + * + * A common use case for `readline` is to consume an input file one line at a + * time. The easiest way to do so is leveraging the `fs.ReadStream` API as + * well as a `for await...of` loop: + * + * ```js + * import fs from 'node:fs'; + * import readline from 'node:readline'; + * + * async function processLineByLine() { + * const fileStream = fs.createReadStream('input.txt'); + * + * const rl = readline.createInterface({ + * input: fileStream, + * crlfDelay: Infinity, + * }); + * // Note: we use the crlfDelay option to recognize all instances of CR LF + * // ('\r\n') in input.txt as a single line break. + * + * for await (const line of rl) { + * // Each line in input.txt will be successively available here as `line`. + * console.log(`Line from file: ${line}`); + * } + * } + * + * processLineByLine(); + * ``` + * + * Alternatively, one could use the `'line'` event: + * + * ```js + * import fs from 'node:fs'; + * import readline from 'node:readline'; + * + * const rl = readline.createInterface({ + * input: fs.createReadStream('sample.txt'), + * crlfDelay: Infinity, + * }); + * + * rl.on('line', (line) => { + * console.log(`Line from file: ${line}`); + * }); + * ``` + * + * Currently, `for await...of` loop can be a bit slower. If `async` / `await` flow and speed are both essential, a mixed approach can be applied: + * + * ```js + * import { once } from 'node:events'; + * import { createReadStream } from 'node:fs'; + * import { createInterface } from 'node:readline'; + * + * (async function processLineByLine() { + * try { + * const rl = createInterface({ + * input: createReadStream('big-file.txt'), + * crlfDelay: Infinity, + * }); + * + * rl.on('line', (line) => { + * // Process the line. + * }); + * + * await once(rl, 'close'); + * + * console.log('File processed.'); + * } catch (err) { + * console.error(err); + * } + * })(); + * ``` + * @since v0.7.7 + */ + export function emitKeypressEvents(stream: NodeJS.ReadableStream, readlineInterface?: Interface): void; + export type Direction = -1 | 0 | 1; + export interface CursorPos { + rows: number; + cols: number; + } + /** + * The `readline.clearLine()` method clears current line of given [TTY](https://nodejs.org/docs/latest-v24.x/api/tty.html) stream + * in a specified direction identified by `dir`. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function clearLine(stream: NodeJS.WritableStream, dir: Direction, callback?: () => void): boolean; + /** + * The `readline.clearScreenDown()` method clears the given [TTY](https://nodejs.org/docs/latest-v24.x/api/tty.html) stream from + * the current position of the cursor down. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function clearScreenDown(stream: NodeJS.WritableStream, callback?: () => void): boolean; + /** + * The `readline.cursorTo()` method moves cursor to the specified position in a + * given [TTY](https://nodejs.org/docs/latest-v24.x/api/tty.html) `stream`. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function cursorTo(stream: NodeJS.WritableStream, x: number, y?: number, callback?: () => void): boolean; + /** + * The `readline.moveCursor()` method moves the cursor _relative_ to its current + * position in a given [TTY](https://nodejs.org/docs/latest-v24.x/api/tty.html) `stream`. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function moveCursor(stream: NodeJS.WritableStream, dx: number, dy: number, callback?: () => void): boolean; +} +declare module "node:readline" { + export * from "readline"; +} diff --git a/node_modules/@types/node/readline/promises.d.ts b/node_modules/@types/node/readline/promises.d.ts new file mode 100644 index 0000000..c0ebf4b --- /dev/null +++ b/node_modules/@types/node/readline/promises.d.ts @@ -0,0 +1,161 @@ +/** + * @since v17.0.0 + */ +declare module "readline/promises" { + import { Abortable } from "node:events"; + import { + CompleterResult, + Direction, + Interface as _Interface, + ReadLineOptions as _ReadLineOptions, + } from "node:readline"; + /** + * Instances of the `readlinePromises.Interface` class are constructed using the `readlinePromises.createInterface()` method. Every instance is associated with a + * single `input` `Readable` stream and a single `output` `Writable` stream. + * The `output` stream is used to print prompts for user input that arrives on, + * and is read from, the `input` stream. + * @since v17.0.0 + */ + class Interface extends _Interface { + /** + * The `rl.question()` method displays the `query` by writing it to the `output`, + * waits for user input to be provided on `input`, then invokes the `callback` function passing the provided input as the first argument. + * + * When called, `rl.question()` will resume the `input` stream if it has been + * paused. + * + * If the `Interface` was created with `output` set to `null` or `undefined` the `query` is not written. + * + * If the question is called after `rl.close()`, it returns a rejected promise. + * + * Example usage: + * + * ```js + * const answer = await rl.question('What is your favorite food? '); + * console.log(`Oh, so your favorite food is ${answer}`); + * ``` + * + * Using an `AbortSignal` to cancel a question. + * + * ```js + * const signal = AbortSignal.timeout(10_000); + * + * signal.addEventListener('abort', () => { + * console.log('The food question timed out'); + * }, { once: true }); + * + * const answer = await rl.question('What is your favorite food? ', { signal }); + * console.log(`Oh, so your favorite food is ${answer}`); + * ``` + * @since v17.0.0 + * @param query A statement or query to write to `output`, prepended to the prompt. + * @return A promise that is fulfilled with the user's input in response to the `query`. + */ + question(query: string): Promise; + question(query: string, options: Abortable): Promise; + } + /** + * @since v17.0.0 + */ + class Readline { + /** + * @param stream A TTY stream. + */ + constructor( + stream: NodeJS.WritableStream, + options?: { + autoCommit?: boolean; + }, + ); + /** + * The `rl.clearLine()` method adds to the internal list of pending action an + * action that clears current line of the associated `stream` in a specified + * direction identified by `dir`. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + * @since v17.0.0 + * @return this + */ + clearLine(dir: Direction): this; + /** + * The `rl.clearScreenDown()` method adds to the internal list of pending action an + * action that clears the associated stream from the current position of the + * cursor down. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + * @since v17.0.0 + * @return this + */ + clearScreenDown(): this; + /** + * The `rl.commit()` method sends all the pending actions to the associated `stream` and clears the internal list of pending actions. + * @since v17.0.0 + */ + commit(): Promise; + /** + * The `rl.cursorTo()` method adds to the internal list of pending action an action + * that moves cursor to the specified position in the associated `stream`. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + * @since v17.0.0 + * @return this + */ + cursorTo(x: number, y?: number): this; + /** + * The `rl.moveCursor()` method adds to the internal list of pending action an + * action that moves the cursor _relative_ to its current position in the + * associated `stream`. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + * @since v17.0.0 + * @return this + */ + moveCursor(dx: number, dy: number): this; + /** + * The `rl.rollback` methods clears the internal list of pending actions without + * sending it to the associated `stream`. + * @since v17.0.0 + * @return this + */ + rollback(): this; + } + type Completer = (line: string) => CompleterResult | Promise; + interface ReadLineOptions extends Omit<_ReadLineOptions, "completer"> { + /** + * An optional function used for Tab autocompletion. + */ + completer?: Completer | undefined; + } + /** + * The `readlinePromises.createInterface()` method creates a new `readlinePromises.Interface` instance. + * + * ```js + * import readlinePromises from 'node:readline/promises'; + * const rl = readlinePromises.createInterface({ + * input: process.stdin, + * output: process.stdout, + * }); + * ``` + * + * Once the `readlinePromises.Interface` instance is created, the most common case + * is to listen for the `'line'` event: + * + * ```js + * rl.on('line', (line) => { + * console.log(`Received: ${line}`); + * }); + * ``` + * + * If `terminal` is `true` for this instance then the `output` stream will get + * the best compatibility if it defines an `output.columns` property and emits + * a `'resize'` event on the `output` if or when the columns ever change + * (`process.stdout` does this automatically when it is a TTY). + * @since v17.0.0 + */ + function createInterface( + input: NodeJS.ReadableStream, + output?: NodeJS.WritableStream, + completer?: Completer, + terminal?: boolean, + ): Interface; + function createInterface(options: ReadLineOptions): Interface; +} +declare module "node:readline/promises" { + export * from "readline/promises"; +} diff --git a/node_modules/@types/node/repl.d.ts b/node_modules/@types/node/repl.d.ts new file mode 100644 index 0000000..921b1ef --- /dev/null +++ b/node_modules/@types/node/repl.d.ts @@ -0,0 +1,428 @@ +/** + * The `node:repl` module provides a Read-Eval-Print-Loop (REPL) implementation + * that is available both as a standalone program or includible in other + * applications. It can be accessed using: + * + * ```js + * import repl from 'node:repl'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/repl.js) + */ +declare module "repl" { + import { AsyncCompleter, Completer, Interface } from "node:readline"; + import { Context } from "node:vm"; + import { InspectOptions } from "node:util"; + interface ReplOptions { + /** + * The input prompt to display. + * @default "> " + */ + prompt?: string | undefined; + /** + * The `Readable` stream from which REPL input will be read. + * @default process.stdin + */ + input?: NodeJS.ReadableStream | undefined; + /** + * The `Writable` stream to which REPL output will be written. + * @default process.stdout + */ + output?: NodeJS.WritableStream | undefined; + /** + * If `true`, specifies that the output should be treated as a TTY terminal, and have + * ANSI/VT100 escape codes written to it. + * Default: checking the value of the `isTTY` property on the output stream upon + * instantiation. + */ + terminal?: boolean | undefined; + /** + * The function to be used when evaluating each given line of input. + * **Default:** an async wrapper for the JavaScript `eval()` function. An `eval` function can + * error with `repl.Recoverable` to indicate the input was incomplete and prompt for + * additional lines. See the [custom evaluation functions](https://nodejs.org/dist/latest-v24.x/docs/api/repl.html#custom-evaluation-functions) + * section for more details. + */ + eval?: REPLEval | undefined; + /** + * Defines if the repl prints output previews or not. + * @default `true` Always `false` in case `terminal` is falsy. + */ + preview?: boolean | undefined; + /** + * If `true`, specifies that the default `writer` function should include ANSI color + * styling to REPL output. If a custom `writer` function is provided then this has no + * effect. + * @default the REPL instance's `terminal` value + */ + useColors?: boolean | undefined; + /** + * If `true`, specifies that the default evaluation function will use the JavaScript + * `global` as the context as opposed to creating a new separate context for the REPL + * instance. The node CLI REPL sets this value to `true`. + * @default false + */ + useGlobal?: boolean | undefined; + /** + * If `true`, specifies that the default writer will not output the return value of a + * command if it evaluates to `undefined`. + * @default false + */ + ignoreUndefined?: boolean | undefined; + /** + * The function to invoke to format the output of each command before writing to `output`. + * @default a wrapper for `util.inspect` + * + * @see https://nodejs.org/dist/latest-v24.x/docs/api/repl.html#repl_customizing_repl_output + */ + writer?: REPLWriter | undefined; + /** + * An optional function used for custom Tab auto completion. + * + * @see https://nodejs.org/dist/latest-v24.x/docs/api/readline.html#readline_use_of_the_completer_function + */ + completer?: Completer | AsyncCompleter | undefined; + /** + * A flag that specifies whether the default evaluator executes all JavaScript commands in + * strict mode or default (sloppy) mode. + * Accepted values are: + * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. + * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to + * prefacing every repl statement with `'use strict'`. + */ + replMode?: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT | undefined; + /** + * Stop evaluating the current piece of code when `SIGINT` is received, i.e. `Ctrl+C` is + * pressed. This cannot be used together with a custom `eval` function. + * @default false + */ + breakEvalOnSigint?: boolean | undefined; + } + type REPLEval = ( + this: REPLServer, + evalCmd: string, + context: Context, + file: string, + cb: (err: Error | null, result: any) => void, + ) => void; + type REPLWriter = (this: REPLServer, obj: any) => string; + /** + * This is the default "writer" value, if none is passed in the REPL options, + * and it can be overridden by custom print functions. + */ + const writer: REPLWriter & { + options: InspectOptions; + }; + type REPLCommandAction = (this: REPLServer, text: string) => void; + interface REPLCommand { + /** + * Help text to be displayed when `.help` is entered. + */ + help?: string | undefined; + /** + * The function to execute, optionally accepting a single string argument. + */ + action: REPLCommandAction; + } + /** + * Instances of `repl.REPLServer` are created using the {@link start} method + * or directly using the JavaScript `new` keyword. + * + * ```js + * import repl from 'node:repl'; + * + * const options = { useColors: true }; + * + * const firstInstance = repl.start(options); + * const secondInstance = new repl.REPLServer(options); + * ``` + * @since v0.1.91 + */ + class REPLServer extends Interface { + /** + * The `vm.Context` provided to the `eval` function to be used for JavaScript + * evaluation. + */ + readonly context: Context; + /** + * @deprecated since v14.3.0 - Use `input` instead. + */ + readonly inputStream: NodeJS.ReadableStream; + /** + * @deprecated since v14.3.0 - Use `output` instead. + */ + readonly outputStream: NodeJS.WritableStream; + /** + * The `Readable` stream from which REPL input will be read. + */ + readonly input: NodeJS.ReadableStream; + /** + * The `Writable` stream to which REPL output will be written. + */ + readonly output: NodeJS.WritableStream; + /** + * The commands registered via `replServer.defineCommand()`. + */ + readonly commands: NodeJS.ReadOnlyDict; + /** + * A value indicating whether the REPL is currently in "editor mode". + * + * @see https://nodejs.org/dist/latest-v24.x/docs/api/repl.html#repl_commands_and_special_keys + */ + readonly editorMode: boolean; + /** + * A value indicating whether the `_` variable has been assigned. + * + * @see https://nodejs.org/dist/latest-v24.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly underscoreAssigned: boolean; + /** + * The last evaluation result from the REPL (assigned to the `_` variable inside of the REPL). + * + * @see https://nodejs.org/dist/latest-v24.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly last: any; + /** + * A value indicating whether the `_error` variable has been assigned. + * + * @since v9.8.0 + * @see https://nodejs.org/dist/latest-v24.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly underscoreErrAssigned: boolean; + /** + * The last error raised inside the REPL (assigned to the `_error` variable inside of the REPL). + * + * @since v9.8.0 + * @see https://nodejs.org/dist/latest-v24.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly lastError: any; + /** + * Specified in the REPL options, this is the function to be used when evaluating each + * given line of input. If not specified in the REPL options, this is an async wrapper + * for the JavaScript `eval()` function. + */ + readonly eval: REPLEval; + /** + * Specified in the REPL options, this is a value indicating whether the default + * `writer` function should include ANSI color styling to REPL output. + */ + readonly useColors: boolean; + /** + * Specified in the REPL options, this is a value indicating whether the default `eval` + * function will use the JavaScript `global` as the context as opposed to creating a new + * separate context for the REPL instance. + */ + readonly useGlobal: boolean; + /** + * Specified in the REPL options, this is a value indicating whether the default `writer` + * function should output the result of a command if it evaluates to `undefined`. + */ + readonly ignoreUndefined: boolean; + /** + * Specified in the REPL options, this is the function to invoke to format the output of + * each command before writing to `outputStream`. If not specified in the REPL options, + * this will be a wrapper for `util.inspect`. + */ + readonly writer: REPLWriter; + /** + * Specified in the REPL options, this is the function to use for custom Tab auto-completion. + */ + readonly completer: Completer | AsyncCompleter; + /** + * Specified in the REPL options, this is a flag that specifies whether the default `eval` + * function should execute all JavaScript commands in strict mode or default (sloppy) mode. + * Possible values are: + * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. + * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to + * prefacing every repl statement with `'use strict'`. + */ + readonly replMode: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT; + /** + * NOTE: According to the documentation: + * + * > Instances of `repl.REPLServer` are created using the `repl.start()` method and + * > _should not_ be created directly using the JavaScript `new` keyword. + * + * `REPLServer` cannot be subclassed due to implementation specifics in NodeJS. + * + * @see https://nodejs.org/dist/latest-v24.x/docs/api/repl.html#repl_class_replserver + */ + private constructor(); + /** + * The `replServer.defineCommand()` method is used to add new `.`\-prefixed commands + * to the REPL instance. Such commands are invoked by typing a `.` followed by the `keyword`. The `cmd` is either a `Function` or an `Object` with the following + * properties: + * + * The following example shows two new commands added to the REPL instance: + * + * ```js + * import repl from 'node:repl'; + * + * const replServer = repl.start({ prompt: '> ' }); + * replServer.defineCommand('sayhello', { + * help: 'Say hello', + * action(name) { + * this.clearBufferedCommand(); + * console.log(`Hello, ${name}!`); + * this.displayPrompt(); + * }, + * }); + * replServer.defineCommand('saybye', function saybye() { + * console.log('Goodbye!'); + * this.close(); + * }); + * ``` + * + * The new commands can then be used from within the REPL instance: + * + * ```console + * > .sayhello Node.js User + * Hello, Node.js User! + * > .saybye + * Goodbye! + * ``` + * @since v0.3.0 + * @param keyword The command keyword (_without_ a leading `.` character). + * @param cmd The function to invoke when the command is processed. + */ + defineCommand(keyword: string, cmd: REPLCommandAction | REPLCommand): void; + /** + * The `replServer.displayPrompt()` method readies the REPL instance for input + * from the user, printing the configured `prompt` to a new line in the `output` and resuming the `input` to accept new input. + * + * When multi-line input is being entered, a pipe `'|'` is printed rather than the + * 'prompt'. + * + * When `preserveCursor` is `true`, the cursor placement will not be reset to `0`. + * + * The `replServer.displayPrompt` method is primarily intended to be called from + * within the action function for commands registered using the `replServer.defineCommand()` method. + * @since v0.1.91 + */ + displayPrompt(preserveCursor?: boolean): void; + /** + * The `replServer.clearBufferedCommand()` method clears any command that has been + * buffered but not yet executed. This method is primarily intended to be + * called from within the action function for commands registered using the `replServer.defineCommand()` method. + * @since v9.0.0 + */ + clearBufferedCommand(): void; + /** + * Initializes a history log file for the REPL instance. When executing the + * Node.js binary and using the command-line REPL, a history file is initialized + * by default. However, this is not the case when creating a REPL + * programmatically. Use this method to initialize a history log file when working + * with REPL instances programmatically. + * @since v11.10.0 + * @param historyPath the path to the history file + * @param callback called when history writes are ready or upon error + */ + setupHistory(path: string, callback: (err: Error | null, repl: this) => void): void; + /** + * events.EventEmitter + * 1. close - inherited from `readline.Interface` + * 2. line - inherited from `readline.Interface` + * 3. pause - inherited from `readline.Interface` + * 4. resume - inherited from `readline.Interface` + * 5. SIGCONT - inherited from `readline.Interface` + * 6. SIGINT - inherited from `readline.Interface` + * 7. SIGTSTP - inherited from `readline.Interface` + * 8. exit + * 9. reset + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "line", listener: (input: string) => void): this; + addListener(event: "pause", listener: () => void): this; + addListener(event: "resume", listener: () => void): this; + addListener(event: "SIGCONT", listener: () => void): this; + addListener(event: "SIGINT", listener: () => void): this; + addListener(event: "SIGTSTP", listener: () => void): this; + addListener(event: "exit", listener: () => void): this; + addListener(event: "reset", listener: (context: Context) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "line", input: string): boolean; + emit(event: "pause"): boolean; + emit(event: "resume"): boolean; + emit(event: "SIGCONT"): boolean; + emit(event: "SIGINT"): boolean; + emit(event: "SIGTSTP"): boolean; + emit(event: "exit"): boolean; + emit(event: "reset", context: Context): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "line", listener: (input: string) => void): this; + on(event: "pause", listener: () => void): this; + on(event: "resume", listener: () => void): this; + on(event: "SIGCONT", listener: () => void): this; + on(event: "SIGINT", listener: () => void): this; + on(event: "SIGTSTP", listener: () => void): this; + on(event: "exit", listener: () => void): this; + on(event: "reset", listener: (context: Context) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "line", listener: (input: string) => void): this; + once(event: "pause", listener: () => void): this; + once(event: "resume", listener: () => void): this; + once(event: "SIGCONT", listener: () => void): this; + once(event: "SIGINT", listener: () => void): this; + once(event: "SIGTSTP", listener: () => void): this; + once(event: "exit", listener: () => void): this; + once(event: "reset", listener: (context: Context) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "line", listener: (input: string) => void): this; + prependListener(event: "pause", listener: () => void): this; + prependListener(event: "resume", listener: () => void): this; + prependListener(event: "SIGCONT", listener: () => void): this; + prependListener(event: "SIGINT", listener: () => void): this; + prependListener(event: "SIGTSTP", listener: () => void): this; + prependListener(event: "exit", listener: () => void): this; + prependListener(event: "reset", listener: (context: Context) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "line", listener: (input: string) => void): this; + prependOnceListener(event: "pause", listener: () => void): this; + prependOnceListener(event: "resume", listener: () => void): this; + prependOnceListener(event: "SIGCONT", listener: () => void): this; + prependOnceListener(event: "SIGINT", listener: () => void): this; + prependOnceListener(event: "SIGTSTP", listener: () => void): this; + prependOnceListener(event: "exit", listener: () => void): this; + prependOnceListener(event: "reset", listener: (context: Context) => void): this; + } + /** + * A flag passed in the REPL options. Evaluates expressions in sloppy mode. + */ + const REPL_MODE_SLOPPY: unique symbol; + /** + * A flag passed in the REPL options. Evaluates expressions in strict mode. + * This is equivalent to prefacing every repl statement with `'use strict'`. + */ + const REPL_MODE_STRICT: unique symbol; + /** + * The `repl.start()` method creates and starts a {@link REPLServer} instance. + * + * If `options` is a string, then it specifies the input prompt: + * + * ```js + * import repl from 'node:repl'; + * + * // a Unix style prompt + * repl.start('$ '); + * ``` + * @since v0.1.91 + */ + function start(options?: string | ReplOptions): REPLServer; + /** + * Indicates a recoverable error that a `REPLServer` can use to support multi-line input. + * + * @see https://nodejs.org/dist/latest-v24.x/docs/api/repl.html#repl_recoverable_errors + */ + class Recoverable extends SyntaxError { + err: Error; + constructor(err: Error); + } +} +declare module "node:repl" { + export * from "repl"; +} diff --git a/node_modules/@types/node/sea.d.ts b/node_modules/@types/node/sea.d.ts new file mode 100644 index 0000000..5119ede --- /dev/null +++ b/node_modules/@types/node/sea.d.ts @@ -0,0 +1,153 @@ +/** + * This feature allows the distribution of a Node.js application conveniently to a + * system that does not have Node.js installed. + * + * Node.js supports the creation of [single executable applications](https://github.com/nodejs/single-executable) by allowing + * the injection of a blob prepared by Node.js, which can contain a bundled script, + * into the `node` binary. During start up, the program checks if anything has been + * injected. If the blob is found, it executes the script in the blob. Otherwise + * Node.js operates as it normally does. + * + * The single executable application feature currently only supports running a + * single embedded script using the `CommonJS` module system. + * + * Users can create a single executable application from their bundled script + * with the `node` binary itself and any tool which can inject resources into the + * binary. + * + * Here are the steps for creating a single executable application using one such + * tool, [postject](https://github.com/nodejs/postject): + * + * 1. Create a JavaScript file: + * ```bash + * echo 'console.log(`Hello, ${process.argv[2]}!`);' > hello.js + * ``` + * 2. Create a configuration file building a blob that can be injected into the + * single executable application (see `Generating single executable preparation blobs` for details): + * ```bash + * echo '{ "main": "hello.js", "output": "sea-prep.blob" }' > sea-config.json + * ``` + * 3. Generate the blob to be injected: + * ```bash + * node --experimental-sea-config sea-config.json + * ``` + * 4. Create a copy of the `node` executable and name it according to your needs: + * * On systems other than Windows: + * ```bash + * cp $(command -v node) hello + * ``` + * * On Windows: + * ```text + * node -e "require('fs').copyFileSync(process.execPath, 'hello.exe')" + * ``` + * The `.exe` extension is necessary. + * 5. Remove the signature of the binary (macOS and Windows only): + * * On macOS: + * ```bash + * codesign --remove-signature hello + * ``` + * * On Windows (optional): + * [signtool](https://learn.microsoft.com/en-us/windows/win32/seccrypto/signtool) can be used from the installed [Windows SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/). + * If this step is + * skipped, ignore any signature-related warning from postject. + * ```powershell + * signtool remove /s hello.exe + * ``` + * 6. Inject the blob into the copied binary by running `postject` with + * the following options: + * * `hello` / `hello.exe` \- The name of the copy of the `node` executable + * created in step 4. + * * `NODE_SEA_BLOB` \- The name of the resource / note / section in the binary + * where the contents of the blob will be stored. + * * `sea-prep.blob` \- The name of the blob created in step 1. + * * `--sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2` \- The [fuse](https://www.electronjs.org/docs/latest/tutorial/fuses) used by the Node.js project to detect if a file has been + * injected. + * * `--macho-segment-name NODE_SEA` (only needed on macOS) - The name of the + * segment in the binary where the contents of the blob will be + * stored. + * To summarize, here is the required command for each platform: + * * On Linux: + * ```bash + * npx postject hello NODE_SEA_BLOB sea-prep.blob \ + * --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2 + * ``` + * * On Windows - PowerShell: + * ```powershell + * npx postject hello.exe NODE_SEA_BLOB sea-prep.blob ` + * --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2 + * ``` + * * On Windows - Command Prompt: + * ```text + * npx postject hello.exe NODE_SEA_BLOB sea-prep.blob ^ + * --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2 + * ``` + * * On macOS: + * ```bash + * npx postject hello NODE_SEA_BLOB sea-prep.blob \ + * --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2 \ + * --macho-segment-name NODE_SEA + * ``` + * 7. Sign the binary (macOS and Windows only): + * * On macOS: + * ```bash + * codesign --sign - hello + * ``` + * * On Windows (optional): + * A certificate needs to be present for this to work. However, the unsigned + * binary would still be runnable. + * ```powershell + * signtool sign /fd SHA256 hello.exe + * ``` + * 8. Run the binary: + * * On systems other than Windows + * ```console + * $ ./hello world + * Hello, world! + * ``` + * * On Windows + * ```console + * $ .\hello.exe world + * Hello, world! + * ``` + * @since v19.7.0, v18.16.0 + * @experimental + * @see [source](https://github.com/nodejs/node/blob/v24.x/src/node_sea.cc) + */ +declare module "node:sea" { + type AssetKey = string; + /** + * @since v20.12.0 + * @return Whether this script is running inside a single-executable application. + */ + function isSea(): boolean; + /** + * This method can be used to retrieve the assets configured to be bundled into the + * single-executable application at build time. + * An error is thrown when no matching asset can be found. + * @since v20.12.0 + */ + function getAsset(key: AssetKey): ArrayBuffer; + function getAsset(key: AssetKey, encoding: string): string; + /** + * Similar to `sea.getAsset()`, but returns the result in a [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob). + * An error is thrown when no matching asset can be found. + * @since v20.12.0 + */ + function getAssetAsBlob(key: AssetKey, options?: { + type: string; + }): Blob; + /** + * This method can be used to retrieve the assets configured to be bundled into the + * single-executable application at build time. + * An error is thrown when no matching asset can be found. + * + * Unlike `sea.getRawAsset()` or `sea.getAssetAsBlob()`, this method does not + * return a copy. Instead, it returns the raw asset bundled inside the executable. + * + * For now, users should avoid writing to the returned array buffer. If the + * injected section is not marked as writable or not aligned properly, + * writes to the returned array buffer is likely to result in a crash. + * @since v20.12.0 + */ + function getRawAsset(key: AssetKey): ArrayBuffer; +} diff --git a/node_modules/@types/node/sqlite.d.ts b/node_modules/@types/node/sqlite.d.ts new file mode 100644 index 0000000..45ddc98 --- /dev/null +++ b/node_modules/@types/node/sqlite.d.ts @@ -0,0 +1,688 @@ +/** + * The `node:sqlite` module facilitates working with SQLite databases. + * To access it: + * + * ```js + * import sqlite from 'node:sqlite'; + * ``` + * + * This module is only available under the `node:` scheme. The following will not + * work: + * + * ```js + * import sqlite from 'sqlite'; + * ``` + * + * The following example shows the basic usage of the `node:sqlite` module to open + * an in-memory database, write data to the database, and then read the data back. + * + * ```js + * import { DatabaseSync } from 'node:sqlite'; + * const database = new DatabaseSync(':memory:'); + * + * // Execute SQL statements from strings. + * database.exec(` + * CREATE TABLE data( + * key INTEGER PRIMARY KEY, + * value TEXT + * ) STRICT + * `); + * // Create a prepared statement to insert data into the database. + * const insert = database.prepare('INSERT INTO data (key, value) VALUES (?, ?)'); + * // Execute the prepared statement with bound values. + * insert.run(1, 'hello'); + * insert.run(2, 'world'); + * // Create a prepared statement to read data from the database. + * const query = database.prepare('SELECT * FROM data ORDER BY key'); + * // Execute the prepared statement and log the result set. + * console.log(query.all()); + * // Prints: [ { key: 1, value: 'hello' }, { key: 2, value: 'world' } ] + * ``` + * @since v22.5.0 + * @experimental + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/sqlite.js) + */ +declare module "node:sqlite" { + type SQLInputValue = null | number | bigint | string | NodeJS.ArrayBufferView; + type SQLOutputValue = null | number | bigint | string | Uint8Array; + /** @deprecated Use `SQLInputValue` or `SQLOutputValue` instead. */ + type SupportedValueType = SQLOutputValue; + interface DatabaseSyncOptions { + /** + * If `true`, the database is opened by the constructor. When + * this value is `false`, the database must be opened via the `open()` method. + * @since v22.5.0 + * @default true + */ + open?: boolean | undefined; + /** + * If `true`, foreign key constraints + * are enabled. This is recommended but can be disabled for compatibility with + * legacy database schemas. The enforcement of foreign key constraints can be + * enabled and disabled after opening the database using + * [`PRAGMA foreign_keys`](https://www.sqlite.org/pragma.html#pragma_foreign_keys). + * @since v22.10.0 + * @default true + */ + enableForeignKeyConstraints?: boolean | undefined; + /** + * If `true`, SQLite will accept + * [double-quoted string literals](https://www.sqlite.org/quirks.html#dblquote). + * This is not recommended but can be + * enabled for compatibility with legacy database schemas. + * @since v22.10.0 + * @default false + */ + enableDoubleQuotedStringLiterals?: boolean | undefined; + /** + * If `true`, the database is opened in read-only mode. + * If the database does not exist, opening it will fail. + * @since v22.12.0 + * @default false + */ + readOnly?: boolean | undefined; + /** + * If `true`, the `loadExtension` SQL function + * and the `loadExtension()` method are enabled. + * You can call `enableLoadExtension(false)` later to disable this feature. + * @since v22.13.0 + * @default false + */ + allowExtension?: boolean | undefined; + /** + * The [busy timeout](https://sqlite.org/c3ref/busy_timeout.html) in milliseconds. This is the maximum amount of + * time that SQLite will wait for a database lock to be released before + * returning an error. + * @since v24.0.0 + * @default 0 + */ + timeout?: number | undefined; + } + interface CreateSessionOptions { + /** + * A specific table to track changes for. By default, changes to all tables are tracked. + * @since v22.12.0 + */ + table?: string | undefined; + /** + * Name of the database to track. This is useful when multiple databases have been added using + * [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html). + * @since v22.12.0 + * @default 'main' + */ + db?: string | undefined; + } + interface ApplyChangesetOptions { + /** + * Skip changes that, when targeted table name is supplied to this function, return a truthy value. + * By default, all changes are attempted. + * @since v22.12.0 + */ + filter?: ((tableName: string) => boolean) | undefined; + /** + * A function that determines how to handle conflicts. The function receives one argument, + * which can be one of the following values: + * + * * `SQLITE_CHANGESET_DATA`: A `DELETE` or `UPDATE` change does not contain the expected "before" values. + * * `SQLITE_CHANGESET_NOTFOUND`: A row matching the primary key of the `DELETE` or `UPDATE` change does not exist. + * * `SQLITE_CHANGESET_CONFLICT`: An `INSERT` change results in a duplicate primary key. + * * `SQLITE_CHANGESET_FOREIGN_KEY`: Applying a change would result in a foreign key violation. + * * `SQLITE_CHANGESET_CONSTRAINT`: Applying a change results in a `UNIQUE`, `CHECK`, or `NOT NULL` constraint + * violation. + * + * The function should return one of the following values: + * + * * `SQLITE_CHANGESET_OMIT`: Omit conflicting changes. + * * `SQLITE_CHANGESET_REPLACE`: Replace existing values with conflicting changes (only valid with + `SQLITE_CHANGESET_DATA` or `SQLITE_CHANGESET_CONFLICT` conflicts). + * * `SQLITE_CHANGESET_ABORT`: Abort on conflict and roll back the database. + * + * When an error is thrown in the conflict handler or when any other value is returned from the handler, + * applying the changeset is aborted and the database is rolled back. + * + * **Default**: A function that returns `SQLITE_CHANGESET_ABORT`. + * @since v22.12.0 + */ + onConflict?: ((conflictType: number) => number) | undefined; + } + interface FunctionOptions { + /** + * If `true`, the [`SQLITE_DETERMINISTIC`](https://www.sqlite.org/c3ref/c_deterministic.html) flag is + * set on the created function. + * @default false + */ + deterministic?: boolean | undefined; + /** + * If `true`, the [`SQLITE_DIRECTONLY`](https://www.sqlite.org/c3ref/c_directonly.html) flag is set on + * the created function. + * @default false + */ + directOnly?: boolean | undefined; + /** + * If `true`, integer arguments to `function` + * are converted to `BigInt`s. If `false`, integer arguments are passed as + * JavaScript numbers. + * @default false + */ + useBigIntArguments?: boolean | undefined; + /** + * If `true`, `function` may be invoked with any number of + * arguments (between zero and + * [`SQLITE_MAX_FUNCTION_ARG`](https://www.sqlite.org/limits.html#max_function_arg)). If `false`, + * `function` must be invoked with exactly `function.length` arguments. + * @default false + */ + varargs?: boolean | undefined; + } + interface AggregateOptions extends FunctionOptions { + /** + * The identity value for the aggregation function. This value is used when the aggregation + * function is initialized. When a `Function` is passed the identity will be its return value. + */ + start: T | (() => T); + /** + * The function to call for each row in the aggregation. The + * function receives the current state and the row value. The return value of + * this function should be the new state. + */ + step: (accumulator: T, ...args: SQLOutputValue[]) => T; + /** + * The function to call to get the result of the + * aggregation. The function receives the final state and should return the + * result of the aggregation. + */ + result?: ((accumulator: T) => SQLInputValue) | undefined; + /** + * When this function is provided, the `aggregate` method will work as a window function. + * The function receives the current state and the dropped row value. The return value of this function should be the + * new state. + */ + inverse?: ((accumulator: T, ...args: SQLOutputValue[]) => T) | undefined; + } + /** + * This class represents a single [connection](https://www.sqlite.org/c3ref/sqlite3.html) to a SQLite database. All APIs + * exposed by this class execute synchronously. + * @since v22.5.0 + */ + class DatabaseSync implements Disposable { + /** + * Constructs a new `DatabaseSync` instance. + * @param path The path of the database. + * A SQLite database can be stored in a file or completely [in memory](https://www.sqlite.org/inmemorydb.html). + * To use a file-backed database, the path should be a file path. + * To use an in-memory database, the path should be the special name `':memory:'`. + * @param options Configuration options for the database connection. + */ + constructor(path: string | Buffer | URL, options?: DatabaseSyncOptions); + /** + * Registers a new aggregate function with the SQLite database. This method is a wrapper around + * [`sqlite3_create_window_function()`](https://www.sqlite.org/c3ref/create_function.html). + * + * When used as a window function, the `result` function will be called multiple times. + * + * ```js + * import { DatabaseSync } from 'node:sqlite'; + * + * const db = new DatabaseSync(':memory:'); + * db.exec(` + * CREATE TABLE t3(x, y); + * INSERT INTO t3 VALUES ('a', 4), + * ('b', 5), + * ('c', 3), + * ('d', 8), + * ('e', 1); + * `); + * + * db.aggregate('sumint', { + * start: 0, + * step: (acc, value) => acc + value, + * }); + * + * db.prepare('SELECT sumint(y) as total FROM t3').get(); // { total: 21 } + * ``` + * @since v24.0.0 + * @param name The name of the SQLite function to create. + * @param options Function configuration settings. + */ + aggregate(name: string, options: AggregateOptions): void; + aggregate(name: string, options: AggregateOptions): void; + /** + * Closes the database connection. An exception is thrown if the database is not + * open. This method is a wrapper around [`sqlite3_close_v2()`](https://www.sqlite.org/c3ref/close.html). + * @since v22.5.0 + */ + close(): void; + /** + * Loads a shared library into the database connection. This method is a wrapper + * around [`sqlite3_load_extension()`](https://www.sqlite.org/c3ref/load_extension.html). It is required to enable the + * `allowExtension` option when constructing the `DatabaseSync` instance. + * @since v22.13.0 + * @param path The path to the shared library to load. + */ + loadExtension(path: string): void; + /** + * Enables or disables the `loadExtension` SQL function, and the `loadExtension()` + * method. When `allowExtension` is `false` when constructing, you cannot enable + * loading extensions for security reasons. + * @since v22.13.0 + * @param allow Whether to allow loading extensions. + */ + enableLoadExtension(allow: boolean): void; + /** + * This method is a wrapper around [`sqlite3_db_filename()`](https://sqlite.org/c3ref/db_filename.html) + * @since v24.0.0 + * @param dbName Name of the database. This can be `'main'` (the default primary database) or any other + * database that has been added with [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html) **Default:** `'main'`. + * @returns The location of the database file. When using an in-memory database, + * this method returns null. + */ + location(dbName?: string): string | null; + /** + * This method allows one or more SQL statements to be executed without returning + * any results. This method is useful when executing SQL statements read from a + * file. This method is a wrapper around [`sqlite3_exec()`](https://www.sqlite.org/c3ref/exec.html). + * @since v22.5.0 + * @param sql A SQL string to execute. + */ + exec(sql: string): void; + /** + * This method is used to create SQLite user-defined functions. This method is a + * wrapper around [`sqlite3_create_function_v2()`](https://www.sqlite.org/c3ref/create_function.html). + * @since v22.13.0 + * @param name The name of the SQLite function to create. + * @param options Optional configuration settings for the function. + * @param func The JavaScript function to call when the SQLite + * function is invoked. The return value of this function should be a valid + * SQLite data type: see + * [Type conversion between JavaScript and SQLite](https://nodejs.org/docs/latest-v24.x/api/sqlite.html#type-conversion-between-javascript-and-sqlite). + * The result defaults to `NULL` if the return value is `undefined`. + */ + function( + name: string, + options: FunctionOptions, + func: (...args: SQLOutputValue[]) => SQLInputValue, + ): void; + function(name: string, func: (...args: SQLOutputValue[]) => SQLInputValue): void; + /** + * Whether the database is currently open or not. + * @since v22.15.0 + */ + readonly isOpen: boolean; + /** + * Whether the database is currently within a transaction. This method + * is a wrapper around [`sqlite3_get_autocommit()`](https://sqlite.org/c3ref/get_autocommit.html). + * @since v24.0.0 + */ + readonly isTransaction: boolean; + /** + * Opens the database specified in the `path` argument of the `DatabaseSync`constructor. This method should only be used when the database is not opened via + * the constructor. An exception is thrown if the database is already open. + * @since v22.5.0 + */ + open(): void; + /** + * Compiles a SQL statement into a [prepared statement](https://www.sqlite.org/c3ref/stmt.html). This method is a wrapper + * around [`sqlite3_prepare_v2()`](https://www.sqlite.org/c3ref/prepare.html). + * @since v22.5.0 + * @param sql A SQL string to compile to a prepared statement. + * @return The prepared statement. + */ + prepare(sql: string): StatementSync; + /** + * Creates and attaches a session to the database. This method is a wrapper around + * [`sqlite3session_create()`](https://www.sqlite.org/session/sqlite3session_create.html) and + * [`sqlite3session_attach()`](https://www.sqlite.org/session/sqlite3session_attach.html). + * @param options The configuration options for the session. + * @returns A session handle. + * @since v22.12.0 + */ + createSession(options?: CreateSessionOptions): Session; + /** + * An exception is thrown if the database is not + * open. This method is a wrapper around + * [`sqlite3changeset_apply()`](https://www.sqlite.org/session/sqlite3changeset_apply.html). + * + * ```js + * const sourceDb = new DatabaseSync(':memory:'); + * const targetDb = new DatabaseSync(':memory:'); + * + * sourceDb.exec('CREATE TABLE data(key INTEGER PRIMARY KEY, value TEXT)'); + * targetDb.exec('CREATE TABLE data(key INTEGER PRIMARY KEY, value TEXT)'); + * + * const session = sourceDb.createSession(); + * + * const insert = sourceDb.prepare('INSERT INTO data (key, value) VALUES (?, ?)'); + * insert.run(1, 'hello'); + * insert.run(2, 'world'); + * + * const changeset = session.changeset(); + * targetDb.applyChangeset(changeset); + * // Now that the changeset has been applied, targetDb contains the same data as sourceDb. + * ``` + * @param changeset A binary changeset or patchset. + * @param options The configuration options for how the changes will be applied. + * @returns Whether the changeset was applied successfully without being aborted. + * @since v22.12.0 + */ + applyChangeset(changeset: Uint8Array, options?: ApplyChangesetOptions): boolean; + /** + * Closes the database connection. If the database connection is already closed + * then this is a no-op. + * @since v22.15.0 + * @experimental + */ + [Symbol.dispose](): void; + } + /** + * @since v22.12.0 + */ + interface Session { + /** + * Retrieves a changeset containing all changes since the changeset was created. Can be called multiple times. + * An exception is thrown if the database or the session is not open. This method is a wrapper around + * [`sqlite3session_changeset()`](https://www.sqlite.org/session/sqlite3session_changeset.html). + * @returns Binary changeset that can be applied to other databases. + * @since v22.12.0 + */ + changeset(): Uint8Array; + /** + * Similar to the method above, but generates a more compact patchset. See + * [Changesets and Patchsets](https://www.sqlite.org/sessionintro.html#changesets_and_patchsets) + * in the documentation of SQLite. An exception is thrown if the database or the session is not open. This method is a + * wrapper around + * [`sqlite3session_patchset()`](https://www.sqlite.org/session/sqlite3session_patchset.html). + * @returns Binary patchset that can be applied to other databases. + * @since v22.12.0 + */ + patchset(): Uint8Array; + /** + * Closes the session. An exception is thrown if the database or the session is not open. This method is a + * wrapper around + * [`sqlite3session_delete()`](https://www.sqlite.org/session/sqlite3session_delete.html). + */ + close(): void; + } + interface StatementColumnMetadata { + /** + * The unaliased name of the column in the origin + * table, or `null` if the column is the result of an expression or subquery. + * This property is the result of [`sqlite3_column_origin_name()`](https://www.sqlite.org/c3ref/column_database_name.html). + */ + column: string | null; + /** + * The unaliased name of the origin database, or + * `null` if the column is the result of an expression or subquery. This + * property is the result of [`sqlite3_column_database_name()`](https://www.sqlite.org/c3ref/column_database_name.html). + */ + database: string | null; + /** + * The name assigned to the column in the result set of a + * `SELECT` statement. This property is the result of + * [`sqlite3_column_name()`](https://www.sqlite.org/c3ref/column_name.html). + */ + name: string; + /** + * The unaliased name of the origin table, or `null` if + * the column is the result of an expression or subquery. This property is the + * result of [`sqlite3_column_table_name()`](https://www.sqlite.org/c3ref/column_database_name.html). + */ + table: string | null; + /** + * The declared data type of the column, or `null` if the + * column is the result of an expression or subquery. This property is the + * result of [`sqlite3_column_decltype()`](https://www.sqlite.org/c3ref/column_decltype.html). + */ + type: string | null; + } + interface StatementResultingChanges { + /** + * The number of rows modified, inserted, or deleted by the most recently completed `INSERT`, `UPDATE`, or `DELETE` statement. + * This field is either a number or a `BigInt` depending on the prepared statement's configuration. + * This property is the result of [`sqlite3_changes64()`](https://www.sqlite.org/c3ref/changes.html). + */ + changes: number | bigint; + /** + * The most recently inserted rowid. + * This field is either a number or a `BigInt` depending on the prepared statement's configuration. + * This property is the result of [`sqlite3_last_insert_rowid()`](https://www.sqlite.org/c3ref/last_insert_rowid.html). + */ + lastInsertRowid: number | bigint; + } + /** + * This class represents a single [prepared statement](https://www.sqlite.org/c3ref/stmt.html). This class cannot be + * instantiated via its constructor. Instead, instances are created via the`database.prepare()` method. All APIs exposed by this class execute + * synchronously. + * + * A prepared statement is an efficient binary representation of the SQL used to + * create it. Prepared statements are parameterizable, and can be invoked multiple + * times with different bound values. Parameters also offer protection against [SQL injection](https://en.wikipedia.org/wiki/SQL_injection) attacks. For these reasons, prepared statements are + * preferred + * over hand-crafted SQL strings when handling user input. + * @since v22.5.0 + */ + class StatementSync { + private constructor(); + /** + * This method executes a prepared statement and returns all results as an array of + * objects. If the prepared statement does not return any results, this method + * returns an empty array. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using + * the values in `namedParameters` and `anonymousParameters`. + * @since v22.5.0 + * @param namedParameters An optional object used to bind named parameters. The keys of this object are used to configure the mapping. + * @param anonymousParameters Zero or more values to bind to anonymous parameters. + * @return An array of objects. Each object corresponds to a row returned by executing the prepared statement. The keys and values of each object correspond to the column names and values of + * the row. + */ + all(...anonymousParameters: SQLInputValue[]): Record[]; + all( + namedParameters: Record, + ...anonymousParameters: SQLInputValue[] + ): Record[]; + /** + * This method is used to retrieve information about the columns returned by the + * prepared statement. + * @since v23.11.0 + * @returns An array of objects. Each object corresponds to a column + * in the prepared statement, and contains the following properties: + */ + columns(): StatementColumnMetadata[]; + /** + * The source SQL text of the prepared statement with parameter + * placeholders replaced by the values that were used during the most recent + * execution of this prepared statement. This property is a wrapper around + * [`sqlite3_expanded_sql()`](https://www.sqlite.org/c3ref/expanded_sql.html). + * @since v22.5.0 + */ + readonly expandedSQL: string; + /** + * This method executes a prepared statement and returns the first result as an + * object. If the prepared statement does not return any results, this method + * returns `undefined`. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using the + * values in `namedParameters` and `anonymousParameters`. + * @since v22.5.0 + * @param namedParameters An optional object used to bind named parameters. The keys of this object are used to configure the mapping. + * @param anonymousParameters Zero or more values to bind to anonymous parameters. + * @return An object corresponding to the first row returned by executing the prepared statement. The keys and values of the object correspond to the column names and values of the row. If no + * rows were returned from the database then this method returns `undefined`. + */ + get(...anonymousParameters: SQLInputValue[]): Record | undefined; + get( + namedParameters: Record, + ...anonymousParameters: SQLInputValue[] + ): Record | undefined; + /** + * This method executes a prepared statement and returns an iterator of + * objects. If the prepared statement does not return any results, this method + * returns an empty iterator. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using + * the values in `namedParameters` and `anonymousParameters`. + * @since v22.13.0 + * @param namedParameters An optional object used to bind named parameters. + * The keys of this object are used to configure the mapping. + * @param anonymousParameters Zero or more values to bind to anonymous parameters. + * @returns An iterable iterator of objects. Each object corresponds to a row + * returned by executing the prepared statement. The keys and values of each + * object correspond to the column names and values of the row. + */ + iterate(...anonymousParameters: SQLInputValue[]): NodeJS.Iterator>; + iterate( + namedParameters: Record, + ...anonymousParameters: SQLInputValue[] + ): NodeJS.Iterator>; + /** + * This method executes a prepared statement and returns an object summarizing the + * resulting changes. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using the + * values in `namedParameters` and `anonymousParameters`. + * @since v22.5.0 + * @param namedParameters An optional object used to bind named parameters. The keys of this object are used to configure the mapping. + * @param anonymousParameters Zero or more values to bind to anonymous parameters. + */ + run(...anonymousParameters: SQLInputValue[]): StatementResultingChanges; + run( + namedParameters: Record, + ...anonymousParameters: SQLInputValue[] + ): StatementResultingChanges; + /** + * The names of SQLite parameters begin with a prefix character. By default,`node:sqlite` requires that this prefix character is present when binding + * parameters. However, with the exception of dollar sign character, these + * prefix characters also require extra quoting when used in object keys. + * + * To improve ergonomics, this method can be used to also allow bare named + * parameters, which do not require the prefix character in JavaScript code. There + * are several caveats to be aware of when enabling bare named parameters: + * + * * The prefix character is still required in SQL. + * * The prefix character is still allowed in JavaScript. In fact, prefixed names + * will have slightly better binding performance. + * * Using ambiguous named parameters, such as `$k` and `@k`, in the same prepared + * statement will result in an exception as it cannot be determined how to bind + * a bare name. + * @since v22.5.0 + * @param enabled Enables or disables support for binding named parameters without the prefix character. + */ + setAllowBareNamedParameters(enabled: boolean): void; + /** + * By default, if an unknown name is encountered while binding parameters, an + * exception is thrown. This method allows unknown named parameters to be ignored. + * @since v22.15.0 + * @param enabled Enables or disables support for unknown named parameters. + */ + setAllowUnknownNamedParameters(enabled: boolean): void; + /** + * When reading from the database, SQLite `INTEGER`s are mapped to JavaScript + * numbers by default. However, SQLite `INTEGER`s can store values larger than + * JavaScript numbers are capable of representing. In such cases, this method can + * be used to read `INTEGER` data using JavaScript `BigInt`s. This method has no + * impact on database write operations where numbers and `BigInt`s are both + * supported at all times. + * @since v22.5.0 + * @param enabled Enables or disables the use of `BigInt`s when reading `INTEGER` fields from the database. + */ + setReadBigInts(enabled: boolean): void; + /** + * The source SQL text of the prepared statement. This property is a + * wrapper around [`sqlite3_sql()`](https://www.sqlite.org/c3ref/expanded_sql.html). + * @since v22.5.0 + */ + readonly sourceSQL: string; + } + interface BackupOptions { + /** + * Name of the source database. This can be `'main'` (the default primary database) or any other + * database that have been added with [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html) + * @default 'main' + */ + source?: string | undefined; + /** + * Name of the target database. This can be `'main'` (the default primary database) or any other + * database that have been added with [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html) + * @default 'main' + */ + target?: string | undefined; + /** + * Number of pages to be transmitted in each batch of the backup. + * @default 100 + */ + rate?: number | undefined; + /** + * Callback function that will be called with the number of pages copied and the total number of + * pages. + */ + progress?: ((progressInfo: BackupProgressInfo) => void) | undefined; + } + interface BackupProgressInfo { + totalPages: number; + remainingPages: number; + } + /** + * This method makes a database backup. This method abstracts the + * [`sqlite3_backup_init()`](https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupinit), + * [`sqlite3_backup_step()`](https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupstep) + * and [`sqlite3_backup_finish()`](https://www.sqlite.org/c3ref/backup_finish.html#sqlite3backupfinish) functions. + * + * The backed-up database can be used normally during the backup process. Mutations coming from the same connection - same + * `DatabaseSync` - object will be reflected in the backup right away. However, mutations from other connections will cause + * the backup process to restart. + * + * ```js + * import { backup, DatabaseSync } from 'node:sqlite'; + * + * const sourceDb = new DatabaseSync('source.db'); + * const totalPagesTransferred = await backup(sourceDb, 'backup.db', { + * rate: 1, // Copy one page at a time. + * progress: ({ totalPages, remainingPages }) => { + * console.log('Backup in progress', { totalPages, remainingPages }); + * }, + * }); + * + * console.log('Backup completed', totalPagesTransferred); + * ``` + * @since v23.8.0 + * @param sourceDb The database to backup. The source database must be open. + * @param path The path where the backup will be created. If the file already exists, + * the contents will be overwritten. + * @param options Optional configuration for the backup. The + * following properties are supported: + * @returns A promise that resolves when the backup is completed and rejects if an error occurs. + */ + function backup(sourceDb: DatabaseSync, path: string | Buffer | URL, options?: BackupOptions): Promise; + /** + * @since v22.13.0 + */ + namespace constants { + /** + * The conflict handler is invoked with this constant when processing a DELETE or UPDATE change if a row with the required PRIMARY KEY fields is present in the database, but one or more other (non primary-key) fields modified by the update do not contain the expected "before" values. + * @since v22.14.0 + */ + const SQLITE_CHANGESET_DATA: number; + /** + * The conflict handler is invoked with this constant when processing a DELETE or UPDATE change if a row with the required PRIMARY KEY fields is not present in the database. + * @since v22.14.0 + */ + const SQLITE_CHANGESET_NOTFOUND: number; + /** + * This constant is passed to the conflict handler while processing an INSERT change if the operation would result in duplicate primary key values. + * @since v22.14.0 + */ + const SQLITE_CHANGESET_CONFLICT: number; + /** + * If foreign key handling is enabled, and applying a changeset leaves the database in a state containing foreign key violations, the conflict handler is invoked with this constant exactly once before the changeset is committed. If the conflict handler returns `SQLITE_CHANGESET_OMIT`, the changes, including those that caused the foreign key constraint violation, are committed. Or, if it returns `SQLITE_CHANGESET_ABORT`, the changeset is rolled back. + * @since v22.14.0 + */ + const SQLITE_CHANGESET_FOREIGN_KEY: number; + /** + * Conflicting changes are omitted. + * @since v22.12.0 + */ + const SQLITE_CHANGESET_OMIT: number; + /** + * Conflicting changes replace existing values. Note that this value can only be returned when the type of conflict is either `SQLITE_CHANGESET_DATA` or `SQLITE_CHANGESET_CONFLICT`. + * @since v22.12.0 + */ + const SQLITE_CHANGESET_REPLACE: number; + /** + * Abort when a change encounters a conflict and roll back database. + * @since v22.12.0 + */ + const SQLITE_CHANGESET_ABORT: number; + } +} diff --git a/node_modules/@types/node/stream.d.ts b/node_modules/@types/node/stream.d.ts new file mode 100644 index 0000000..1feab81 --- /dev/null +++ b/node_modules/@types/node/stream.d.ts @@ -0,0 +1,1657 @@ +/** + * A stream is an abstract interface for working with streaming data in Node.js. + * The `node:stream` module provides an API for implementing the stream interface. + * + * There are many stream objects provided by Node.js. For instance, a [request to an HTTP server](https://nodejs.org/docs/latest-v24.x/api/http.html#class-httpincomingmessage) + * and [`process.stdout`](https://nodejs.org/docs/latest-v24.x/api/process.html#processstdout) are both stream instances. + * + * Streams can be readable, writable, or both. All streams are instances of [`EventEmitter`](https://nodejs.org/docs/latest-v24.x/api/events.html#class-eventemitter). + * + * To access the `node:stream` module: + * + * ```js + * import stream from 'node:stream'; + * ``` + * + * The `node:stream` module is useful for creating new types of stream instances. + * It is usually not necessary to use the `node:stream` module to consume streams. + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/stream.js) + */ +declare module "stream" { + import { Abortable, EventEmitter } from "node:events"; + import { Blob as NodeBlob } from "node:buffer"; + import * as streamPromises from "node:stream/promises"; + import * as streamWeb from "node:stream/web"; + + type ComposeFnParam = (source: any) => void; + + class Stream extends EventEmitter { + pipe( + destination: T, + options?: { + end?: boolean | undefined; + }, + ): T; + compose( + stream: T | ComposeFnParam | Iterable | AsyncIterable, + options?: { signal: AbortSignal }, + ): T; + } + namespace Stream { + export { Stream, streamPromises as promises }; + } + namespace Stream { + interface StreamOptions extends Abortable { + emitClose?: boolean | undefined; + highWaterMark?: number | undefined; + objectMode?: boolean | undefined; + construct?(this: T, callback: (error?: Error | null) => void): void; + destroy?(this: T, error: Error | null, callback: (error?: Error | null) => void): void; + autoDestroy?: boolean | undefined; + } + interface ReadableOptions extends StreamOptions { + encoding?: BufferEncoding | undefined; + read?(this: T, size: number): void; + } + interface ArrayOptions { + /** + * The maximum concurrent invocations of `fn` to call on the stream at once. + * @default 1 + */ + concurrency?: number; + /** Allows destroying the stream if the signal is aborted. */ + signal?: AbortSignal; + } + /** + * @since v0.9.4 + */ + class Readable extends Stream implements NodeJS.ReadableStream { + /** + * A utility method for creating Readable Streams out of iterators. + * @since v12.3.0, v10.17.0 + * @param iterable Object implementing the `Symbol.asyncIterator` or `Symbol.iterator` iterable protocol. Emits an 'error' event if a null value is passed. + * @param options Options provided to `new stream.Readable([options])`. By default, `Readable.from()` will set `options.objectMode` to `true`, unless this is explicitly opted out by setting `options.objectMode` to `false`. + */ + static from(iterable: Iterable | AsyncIterable, options?: ReadableOptions): Readable; + /** + * A utility method for creating a `Readable` from a web `ReadableStream`. + * @since v17.0.0 + */ + static fromWeb( + readableStream: streamWeb.ReadableStream, + options?: Pick, + ): Readable; + /** + * A utility method for creating a web `ReadableStream` from a `Readable`. + * @since v17.0.0 + */ + static toWeb( + streamReadable: Readable, + options?: { + strategy?: streamWeb.QueuingStrategy | undefined; + }, + ): streamWeb.ReadableStream; + /** + * Returns whether the stream has been read from or cancelled. + * @since v16.8.0 + */ + static isDisturbed(stream: Readable | NodeJS.ReadableStream): boolean; + /** + * Returns whether the stream was destroyed or errored before emitting `'end'`. + * @since v16.8.0 + */ + readonly readableAborted: boolean; + /** + * Is `true` if it is safe to call {@link read}, which means + * the stream has not been destroyed or emitted `'error'` or `'end'`. + * @since v11.4.0 + */ + readable: boolean; + /** + * Returns whether `'data'` has been emitted. + * @since v16.7.0, v14.18.0 + */ + readonly readableDidRead: boolean; + /** + * Getter for the property `encoding` of a given `Readable` stream. The `encoding` property can be set using the {@link setEncoding} method. + * @since v12.7.0 + */ + readonly readableEncoding: BufferEncoding | null; + /** + * Becomes `true` when [`'end'`](https://nodejs.org/docs/latest-v24.x/api/stream.html#event-end) event is emitted. + * @since v12.9.0 + */ + readonly readableEnded: boolean; + /** + * This property reflects the current state of a `Readable` stream as described + * in the [Three states](https://nodejs.org/docs/latest-v24.x/api/stream.html#three-states) section. + * @since v9.4.0 + */ + readonly readableFlowing: boolean | null; + /** + * Returns the value of `highWaterMark` passed when creating this `Readable`. + * @since v9.3.0 + */ + readonly readableHighWaterMark: number; + /** + * This property contains the number of bytes (or objects) in the queue + * ready to be read. The value provides introspection data regarding + * the status of the `highWaterMark`. + * @since v9.4.0 + */ + readonly readableLength: number; + /** + * Getter for the property `objectMode` of a given `Readable` stream. + * @since v12.3.0 + */ + readonly readableObjectMode: boolean; + /** + * Is `true` after `readable.destroy()` has been called. + * @since v8.0.0 + */ + destroyed: boolean; + /** + * Is `true` after `'close'` has been emitted. + * @since v18.0.0 + */ + readonly closed: boolean; + /** + * Returns error if the stream has been destroyed with an error. + * @since v18.0.0 + */ + readonly errored: Error | null; + constructor(opts?: ReadableOptions); + _construct?(callback: (error?: Error | null) => void): void; + _read(size: number): void; + /** + * The `readable.read()` method reads data out of the internal buffer and + * returns it. If no data is available to be read, `null` is returned. By default, + * the data is returned as a `Buffer` object unless an encoding has been + * specified using the `readable.setEncoding()` method or the stream is operating + * in object mode. + * + * The optional `size` argument specifies a specific number of bytes to read. If + * `size` bytes are not available to be read, `null` will be returned _unless_ the + * stream has ended, in which case all of the data remaining in the internal buffer + * will be returned. + * + * If the `size` argument is not specified, all of the data contained in the + * internal buffer will be returned. + * + * The `size` argument must be less than or equal to 1 GiB. + * + * The `readable.read()` method should only be called on `Readable` streams + * operating in paused mode. In flowing mode, `readable.read()` is called + * automatically until the internal buffer is fully drained. + * + * ```js + * const readable = getReadableStreamSomehow(); + * + * // 'readable' may be triggered multiple times as data is buffered in + * readable.on('readable', () => { + * let chunk; + * console.log('Stream is readable (new data received in buffer)'); + * // Use a loop to make sure we read all currently available data + * while (null !== (chunk = readable.read())) { + * console.log(`Read ${chunk.length} bytes of data...`); + * } + * }); + * + * // 'end' will be triggered once when there is no more data available + * readable.on('end', () => { + * console.log('Reached end of stream.'); + * }); + * ``` + * + * Each call to `readable.read()` returns a chunk of data, or `null`. The chunks + * are not concatenated. A `while` loop is necessary to consume all data + * currently in the buffer. When reading a large file `.read()` may return `null`, + * having consumed all buffered content so far, but there is still more data to + * come not yet buffered. In this case a new `'readable'` event will be emitted + * when there is more data in the buffer. Finally the `'end'` event will be + * emitted when there is no more data to come. + * + * Therefore to read a file's whole contents from a `readable`, it is necessary + * to collect chunks across multiple `'readable'` events: + * + * ```js + * const chunks = []; + * + * readable.on('readable', () => { + * let chunk; + * while (null !== (chunk = readable.read())) { + * chunks.push(chunk); + * } + * }); + * + * readable.on('end', () => { + * const content = chunks.join(''); + * }); + * ``` + * + * A `Readable` stream in object mode will always return a single item from + * a call to `readable.read(size)`, regardless of the value of the `size` argument. + * + * If the `readable.read()` method returns a chunk of data, a `'data'` event will + * also be emitted. + * + * Calling {@link read} after the `'end'` event has + * been emitted will return `null`. No runtime error will be raised. + * @since v0.9.4 + * @param size Optional argument to specify how much data to read. + */ + read(size?: number): any; + /** + * The `readable.setEncoding()` method sets the character encoding for + * data read from the `Readable` stream. + * + * By default, no encoding is assigned and stream data will be returned as `Buffer` objects. Setting an encoding causes the stream data + * to be returned as strings of the specified encoding rather than as `Buffer` objects. For instance, calling `readable.setEncoding('utf8')` will cause the + * output data to be interpreted as UTF-8 data, and passed as strings. Calling `readable.setEncoding('hex')` will cause the data to be encoded in hexadecimal + * string format. + * + * The `Readable` stream will properly handle multi-byte characters delivered + * through the stream that would otherwise become improperly decoded if simply + * pulled from the stream as `Buffer` objects. + * + * ```js + * const readable = getReadableStreamSomehow(); + * readable.setEncoding('utf8'); + * readable.on('data', (chunk) => { + * assert.equal(typeof chunk, 'string'); + * console.log('Got %d characters of string data:', chunk.length); + * }); + * ``` + * @since v0.9.4 + * @param encoding The encoding to use. + */ + setEncoding(encoding: BufferEncoding): this; + /** + * The `readable.pause()` method will cause a stream in flowing mode to stop + * emitting `'data'` events, switching out of flowing mode. Any data that + * becomes available will remain in the internal buffer. + * + * ```js + * const readable = getReadableStreamSomehow(); + * readable.on('data', (chunk) => { + * console.log(`Received ${chunk.length} bytes of data.`); + * readable.pause(); + * console.log('There will be no additional data for 1 second.'); + * setTimeout(() => { + * console.log('Now data will start flowing again.'); + * readable.resume(); + * }, 1000); + * }); + * ``` + * + * The `readable.pause()` method has no effect if there is a `'readable'` event listener. + * @since v0.9.4 + */ + pause(): this; + /** + * The `readable.resume()` method causes an explicitly paused `Readable` stream to + * resume emitting `'data'` events, switching the stream into flowing mode. + * + * The `readable.resume()` method can be used to fully consume the data from a + * stream without actually processing any of that data: + * + * ```js + * getReadableStreamSomehow() + * .resume() + * .on('end', () => { + * console.log('Reached the end, but did not read anything.'); + * }); + * ``` + * + * The `readable.resume()` method has no effect if there is a `'readable'` event listener. + * @since v0.9.4 + */ + resume(): this; + /** + * The `readable.isPaused()` method returns the current operating state of the `Readable`. + * This is used primarily by the mechanism that underlies the `readable.pipe()` method. + * In most typical cases, there will be no reason to use this method directly. + * + * ```js + * const readable = new stream.Readable(); + * + * readable.isPaused(); // === false + * readable.pause(); + * readable.isPaused(); // === true + * readable.resume(); + * readable.isPaused(); // === false + * ``` + * @since v0.11.14 + */ + isPaused(): boolean; + /** + * The `readable.unpipe()` method detaches a `Writable` stream previously attached + * using the {@link pipe} method. + * + * If the `destination` is not specified, then _all_ pipes are detached. + * + * If the `destination` is specified, but no pipe is set up for it, then + * the method does nothing. + * + * ```js + * import fs from 'node:fs'; + * const readable = getReadableStreamSomehow(); + * const writable = fs.createWriteStream('file.txt'); + * // All the data from readable goes into 'file.txt', + * // but only for the first second. + * readable.pipe(writable); + * setTimeout(() => { + * console.log('Stop writing to file.txt.'); + * readable.unpipe(writable); + * console.log('Manually close the file stream.'); + * writable.end(); + * }, 1000); + * ``` + * @since v0.9.4 + * @param destination Optional specific stream to unpipe + */ + unpipe(destination?: NodeJS.WritableStream): this; + /** + * Passing `chunk` as `null` signals the end of the stream (EOF) and behaves the + * same as `readable.push(null)`, after which no more data can be written. The EOF + * signal is put at the end of the buffer and any buffered data will still be + * flushed. + * + * The `readable.unshift()` method pushes a chunk of data back into the internal + * buffer. This is useful in certain situations where a stream is being consumed by + * code that needs to "un-consume" some amount of data that it has optimistically + * pulled out of the source, so that the data can be passed on to some other party. + * + * The `stream.unshift(chunk)` method cannot be called after the `'end'` event + * has been emitted or a runtime error will be thrown. + * + * Developers using `stream.unshift()` often should consider switching to + * use of a `Transform` stream instead. See the `API for stream implementers` section for more information. + * + * ```js + * // Pull off a header delimited by \n\n. + * // Use unshift() if we get too much. + * // Call the callback with (error, header, stream). + * import { StringDecoder } from 'node:string_decoder'; + * function parseHeader(stream, callback) { + * stream.on('error', callback); + * stream.on('readable', onReadable); + * const decoder = new StringDecoder('utf8'); + * let header = ''; + * function onReadable() { + * let chunk; + * while (null !== (chunk = stream.read())) { + * const str = decoder.write(chunk); + * if (str.includes('\n\n')) { + * // Found the header boundary. + * const split = str.split(/\n\n/); + * header += split.shift(); + * const remaining = split.join('\n\n'); + * const buf = Buffer.from(remaining, 'utf8'); + * stream.removeListener('error', callback); + * // Remove the 'readable' listener before unshifting. + * stream.removeListener('readable', onReadable); + * if (buf.length) + * stream.unshift(buf); + * // Now the body of the message can be read from the stream. + * callback(null, header, stream); + * return; + * } + * // Still reading the header. + * header += str; + * } + * } + * } + * ``` + * + * Unlike {@link push}, `stream.unshift(chunk)` will not + * end the reading process by resetting the internal reading state of the stream. + * This can cause unexpected results if `readable.unshift()` is called during a + * read (i.e. from within a {@link _read} implementation on a + * custom stream). Following the call to `readable.unshift()` with an immediate {@link push} will reset the reading state appropriately, + * however it is best to simply avoid calling `readable.unshift()` while in the + * process of performing a read. + * @since v0.9.11 + * @param chunk Chunk of data to unshift onto the read queue. For streams not operating in object mode, `chunk` must + * be a {string}, {Buffer}, {TypedArray}, {DataView} or `null`. For object mode streams, `chunk` may be any JavaScript value. + * @param encoding Encoding of string chunks. Must be a valid `Buffer` encoding, such as `'utf8'` or `'ascii'`. + */ + unshift(chunk: any, encoding?: BufferEncoding): void; + /** + * Prior to Node.js 0.10, streams did not implement the entire `node:stream` module API as it is currently defined. (See `Compatibility` for more + * information.) + * + * When using an older Node.js library that emits `'data'` events and has a {@link pause} method that is advisory only, the `readable.wrap()` method can be used to create a `Readable` + * stream that uses + * the old stream as its data source. + * + * It will rarely be necessary to use `readable.wrap()` but the method has been + * provided as a convenience for interacting with older Node.js applications and + * libraries. + * + * ```js + * import { OldReader } from './old-api-module.js'; + * import { Readable } from 'node:stream'; + * const oreader = new OldReader(); + * const myReader = new Readable().wrap(oreader); + * + * myReader.on('readable', () => { + * myReader.read(); // etc. + * }); + * ``` + * @since v0.9.4 + * @param stream An "old style" readable stream + */ + wrap(stream: NodeJS.ReadableStream): this; + push(chunk: any, encoding?: BufferEncoding): boolean; + /** + * The iterator created by this method gives users the option to cancel the destruction + * of the stream if the `for await...of` loop is exited by `return`, `break`, or `throw`, + * or if the iterator should destroy the stream if the stream emitted an error during iteration. + * @since v16.3.0 + * @param options.destroyOnReturn When set to `false`, calling `return` on the async iterator, + * or exiting a `for await...of` iteration using a `break`, `return`, or `throw` will not destroy the stream. + * **Default: `true`**. + */ + iterator(options?: { destroyOnReturn?: boolean }): NodeJS.AsyncIterator; + /** + * This method allows mapping over the stream. The *fn* function will be called for every chunk in the stream. + * If the *fn* function returns a promise - that promise will be `await`ed before being passed to the result stream. + * @since v17.4.0, v16.14.0 + * @param fn a function to map over every chunk in the stream. Async or not. + * @returns a stream mapped with the function *fn*. + */ + map(fn: (data: any, options?: Pick) => any, options?: ArrayOptions): Readable; + /** + * This method allows filtering the stream. For each chunk in the stream the *fn* function will be called + * and if it returns a truthy value, the chunk will be passed to the result stream. + * If the *fn* function returns a promise - that promise will be `await`ed. + * @since v17.4.0, v16.14.0 + * @param fn a function to filter chunks from the stream. Async or not. + * @returns a stream filtered with the predicate *fn*. + */ + filter( + fn: (data: any, options?: Pick) => boolean | Promise, + options?: ArrayOptions, + ): Readable; + /** + * This method allows iterating a stream. For each chunk in the stream the *fn* function will be called. + * If the *fn* function returns a promise - that promise will be `await`ed. + * + * This method is different from `for await...of` loops in that it can optionally process chunks concurrently. + * In addition, a `forEach` iteration can only be stopped by having passed a `signal` option + * and aborting the related AbortController while `for await...of` can be stopped with `break` or `return`. + * In either case the stream will be destroyed. + * + * This method is different from listening to the `'data'` event in that it uses the `readable` event + * in the underlying machinary and can limit the number of concurrent *fn* calls. + * @since v17.5.0 + * @param fn a function to call on each chunk of the stream. Async or not. + * @returns a promise for when the stream has finished. + */ + forEach( + fn: (data: any, options?: Pick) => void | Promise, + options?: ArrayOptions, + ): Promise; + /** + * This method allows easily obtaining the contents of a stream. + * + * As this method reads the entire stream into memory, it negates the benefits of streams. It's intended + * for interoperability and convenience, not as the primary way to consume streams. + * @since v17.5.0 + * @returns a promise containing an array with the contents of the stream. + */ + toArray(options?: Pick): Promise; + /** + * This method is similar to `Array.prototype.some` and calls *fn* on each chunk in the stream + * until the awaited return value is `true` (or any truthy value). Once an *fn* call on a chunk + * `await`ed return value is truthy, the stream is destroyed and the promise is fulfilled with `true`. + * If none of the *fn* calls on the chunks return a truthy value, the promise is fulfilled with `false`. + * @since v17.5.0 + * @param fn a function to call on each chunk of the stream. Async or not. + * @returns a promise evaluating to `true` if *fn* returned a truthy value for at least one of the chunks. + */ + some( + fn: (data: any, options?: Pick) => boolean | Promise, + options?: ArrayOptions, + ): Promise; + /** + * This method is similar to `Array.prototype.find` and calls *fn* on each chunk in the stream + * to find a chunk with a truthy value for *fn*. Once an *fn* call's awaited return value is truthy, + * the stream is destroyed and the promise is fulfilled with value for which *fn* returned a truthy value. + * If all of the *fn* calls on the chunks return a falsy value, the promise is fulfilled with `undefined`. + * @since v17.5.0 + * @param fn a function to call on each chunk of the stream. Async or not. + * @returns a promise evaluating to the first chunk for which *fn* evaluated with a truthy value, + * or `undefined` if no element was found. + */ + find( + fn: (data: any, options?: Pick) => data is T, + options?: ArrayOptions, + ): Promise; + find( + fn: (data: any, options?: Pick) => boolean | Promise, + options?: ArrayOptions, + ): Promise; + /** + * This method is similar to `Array.prototype.every` and calls *fn* on each chunk in the stream + * to check if all awaited return values are truthy value for *fn*. Once an *fn* call on a chunk + * `await`ed return value is falsy, the stream is destroyed and the promise is fulfilled with `false`. + * If all of the *fn* calls on the chunks return a truthy value, the promise is fulfilled with `true`. + * @since v17.5.0 + * @param fn a function to call on each chunk of the stream. Async or not. + * @returns a promise evaluating to `true` if *fn* returned a truthy value for every one of the chunks. + */ + every( + fn: (data: any, options?: Pick) => boolean | Promise, + options?: ArrayOptions, + ): Promise; + /** + * This method returns a new stream by applying the given callback to each chunk of the stream + * and then flattening the result. + * + * It is possible to return a stream or another iterable or async iterable from *fn* and the result streams + * will be merged (flattened) into the returned stream. + * @since v17.5.0 + * @param fn a function to map over every chunk in the stream. May be async. May be a stream or generator. + * @returns a stream flat-mapped with the function *fn*. + */ + flatMap(fn: (data: any, options?: Pick) => any, options?: ArrayOptions): Readable; + /** + * This method returns a new stream with the first *limit* chunks dropped from the start. + * @since v17.5.0 + * @param limit the number of chunks to drop from the readable. + * @returns a stream with *limit* chunks dropped from the start. + */ + drop(limit: number, options?: Pick): Readable; + /** + * This method returns a new stream with the first *limit* chunks. + * @since v17.5.0 + * @param limit the number of chunks to take from the readable. + * @returns a stream with *limit* chunks taken. + */ + take(limit: number, options?: Pick): Readable; + /** + * This method returns a new stream with chunks of the underlying stream paired with a counter + * in the form `[index, chunk]`. The first index value is `0` and it increases by 1 for each chunk produced. + * @since v17.5.0 + * @returns a stream of indexed pairs. + */ + asIndexedPairs(options?: Pick): Readable; + /** + * This method calls *fn* on each chunk of the stream in order, passing it the result from the calculation + * on the previous element. It returns a promise for the final value of the reduction. + * + * If no *initial* value is supplied the first chunk of the stream is used as the initial value. + * If the stream is empty, the promise is rejected with a `TypeError` with the `ERR_INVALID_ARGS` code property. + * + * The reducer function iterates the stream element-by-element which means that there is no *concurrency* parameter + * or parallelism. To perform a reduce concurrently, you can extract the async function to `readable.map` method. + * @since v17.5.0 + * @param fn a reducer function to call over every chunk in the stream. Async or not. + * @param initial the initial value to use in the reduction. + * @returns a promise for the final value of the reduction. + */ + reduce( + fn: (previous: any, data: any, options?: Pick) => T, + initial?: undefined, + options?: Pick, + ): Promise; + reduce( + fn: (previous: T, data: any, options?: Pick) => T, + initial: T, + options?: Pick, + ): Promise; + _destroy(error: Error | null, callback: (error?: Error | null) => void): void; + /** + * Destroy the stream. Optionally emit an `'error'` event, and emit a `'close'` event (unless `emitClose` is set to `false`). After this call, the readable + * stream will release any internal resources and subsequent calls to `push()` will be ignored. + * + * Once `destroy()` has been called any further calls will be a no-op and no + * further errors except from `_destroy()` may be emitted as `'error'`. + * + * Implementors should not override this method, but instead implement `readable._destroy()`. + * @since v8.0.0 + * @param error Error which will be passed as payload in `'error'` event + */ + destroy(error?: Error): this; + /** + * Event emitter + * The defined events on documents including: + * 1. close + * 2. data + * 3. end + * 4. error + * 5. pause + * 6. readable + * 7. resume + */ + addListener(event: "close", listener: () => void): this; + addListener(event: "data", listener: (chunk: any) => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "pause", listener: () => void): this; + addListener(event: "readable", listener: () => void): this; + addListener(event: "resume", listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "close"): boolean; + emit(event: "data", chunk: any): boolean; + emit(event: "end"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "pause"): boolean; + emit(event: "readable"): boolean; + emit(event: "resume"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "close", listener: () => void): this; + on(event: "data", listener: (chunk: any) => void): this; + on(event: "end", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "pause", listener: () => void): this; + on(event: "readable", listener: () => void): this; + on(event: "resume", listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "data", listener: (chunk: any) => void): this; + once(event: "end", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "pause", listener: () => void): this; + once(event: "readable", listener: () => void): this; + once(event: "resume", listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "data", listener: (chunk: any) => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "pause", listener: () => void): this; + prependListener(event: "readable", listener: () => void): this; + prependListener(event: "resume", listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "data", listener: (chunk: any) => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "pause", listener: () => void): this; + prependOnceListener(event: "readable", listener: () => void): this; + prependOnceListener(event: "resume", listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + removeListener(event: "close", listener: () => void): this; + removeListener(event: "data", listener: (chunk: any) => void): this; + removeListener(event: "end", listener: () => void): this; + removeListener(event: "error", listener: (err: Error) => void): this; + removeListener(event: "pause", listener: () => void): this; + removeListener(event: "readable", listener: () => void): this; + removeListener(event: "resume", listener: () => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + [Symbol.asyncIterator](): NodeJS.AsyncIterator; + /** + * Calls `readable.destroy()` with an `AbortError` and returns a promise that fulfills when the stream is finished. + * @since v20.4.0 + */ + [Symbol.asyncDispose](): Promise; + } + interface WritableOptions extends StreamOptions { + decodeStrings?: boolean | undefined; + defaultEncoding?: BufferEncoding | undefined; + write?( + this: T, + chunk: any, + encoding: BufferEncoding, + callback: (error?: Error | null) => void, + ): void; + writev?( + this: T, + chunks: Array<{ + chunk: any; + encoding: BufferEncoding; + }>, + callback: (error?: Error | null) => void, + ): void; + final?(this: T, callback: (error?: Error | null) => void): void; + } + /** + * @since v0.9.4 + */ + class Writable extends Stream implements NodeJS.WritableStream { + /** + * A utility method for creating a `Writable` from a web `WritableStream`. + * @since v17.0.0 + */ + static fromWeb( + writableStream: streamWeb.WritableStream, + options?: Pick, + ): Writable; + /** + * A utility method for creating a web `WritableStream` from a `Writable`. + * @since v17.0.0 + */ + static toWeb(streamWritable: Writable): streamWeb.WritableStream; + /** + * Is `true` if it is safe to call `writable.write()`, which means + * the stream has not been destroyed, errored, or ended. + * @since v11.4.0 + */ + readonly writable: boolean; + /** + * Returns whether the stream was destroyed or errored before emitting `'finish'`. + * @since v18.0.0, v16.17.0 + */ + readonly writableAborted: boolean; + /** + * Is `true` after `writable.end()` has been called. This property + * does not indicate whether the data has been flushed, for this use `writable.writableFinished` instead. + * @since v12.9.0 + */ + readonly writableEnded: boolean; + /** + * Is set to `true` immediately before the `'finish'` event is emitted. + * @since v12.6.0 + */ + readonly writableFinished: boolean; + /** + * Return the value of `highWaterMark` passed when creating this `Writable`. + * @since v9.3.0 + */ + readonly writableHighWaterMark: number; + /** + * This property contains the number of bytes (or objects) in the queue + * ready to be written. The value provides introspection data regarding + * the status of the `highWaterMark`. + * @since v9.4.0 + */ + readonly writableLength: number; + /** + * Getter for the property `objectMode` of a given `Writable` stream. + * @since v12.3.0 + */ + readonly writableObjectMode: boolean; + /** + * Number of times `writable.uncork()` needs to be + * called in order to fully uncork the stream. + * @since v13.2.0, v12.16.0 + */ + readonly writableCorked: number; + /** + * Is `true` after `writable.destroy()` has been called. + * @since v8.0.0 + */ + destroyed: boolean; + /** + * Is `true` after `'close'` has been emitted. + * @since v18.0.0 + */ + readonly closed: boolean; + /** + * Returns error if the stream has been destroyed with an error. + * @since v18.0.0 + */ + readonly errored: Error | null; + /** + * Is `true` if the stream's buffer has been full and stream will emit `'drain'`. + * @since v15.2.0, v14.17.0 + */ + readonly writableNeedDrain: boolean; + constructor(opts?: WritableOptions); + _write(chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; + _writev?( + chunks: Array<{ + chunk: any; + encoding: BufferEncoding; + }>, + callback: (error?: Error | null) => void, + ): void; + _construct?(callback: (error?: Error | null) => void): void; + _destroy(error: Error | null, callback: (error?: Error | null) => void): void; + _final(callback: (error?: Error | null) => void): void; + /** + * The `writable.write()` method writes some data to the stream, and calls the + * supplied `callback` once the data has been fully handled. If an error + * occurs, the `callback` will be called with the error as its + * first argument. The `callback` is called asynchronously and before `'error'` is + * emitted. + * + * The return value is `true` if the internal buffer is less than the `highWaterMark` configured when the stream was created after admitting `chunk`. + * If `false` is returned, further attempts to write data to the stream should + * stop until the `'drain'` event is emitted. + * + * While a stream is not draining, calls to `write()` will buffer `chunk`, and + * return false. Once all currently buffered chunks are drained (accepted for + * delivery by the operating system), the `'drain'` event will be emitted. + * Once `write()` returns false, do not write more chunks + * until the `'drain'` event is emitted. While calling `write()` on a stream that + * is not draining is allowed, Node.js will buffer all written chunks until + * maximum memory usage occurs, at which point it will abort unconditionally. + * Even before it aborts, high memory usage will cause poor garbage collector + * performance and high RSS (which is not typically released back to the system, + * even after the memory is no longer required). Since TCP sockets may never + * drain if the remote peer does not read the data, writing a socket that is + * not draining may lead to a remotely exploitable vulnerability. + * + * Writing data while the stream is not draining is particularly + * problematic for a `Transform`, because the `Transform` streams are paused + * by default until they are piped or a `'data'` or `'readable'` event handler + * is added. + * + * If the data to be written can be generated or fetched on demand, it is + * recommended to encapsulate the logic into a `Readable` and use {@link pipe}. However, if calling `write()` is preferred, it is + * possible to respect backpressure and avoid memory issues using the `'drain'` event: + * + * ```js + * function write(data, cb) { + * if (!stream.write(data)) { + * stream.once('drain', cb); + * } else { + * process.nextTick(cb); + * } + * } + * + * // Wait for cb to be called before doing any other write. + * write('hello', () => { + * console.log('Write completed, do more writes now.'); + * }); + * ``` + * + * A `Writable` stream in object mode will always ignore the `encoding` argument. + * @since v0.9.4 + * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a {string}, {Buffer}, + * {TypedArray} or {DataView}. For object mode streams, `chunk` may be any JavaScript value other than `null`. + * @param [encoding='utf8'] The encoding, if `chunk` is a string. + * @param callback Callback for when this chunk of data is flushed. + * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + write(chunk: any, callback?: (error: Error | null | undefined) => void): boolean; + write(chunk: any, encoding: BufferEncoding, callback?: (error: Error | null | undefined) => void): boolean; + /** + * The `writable.setDefaultEncoding()` method sets the default `encoding` for a `Writable` stream. + * @since v0.11.15 + * @param encoding The new default encoding + */ + setDefaultEncoding(encoding: BufferEncoding): this; + /** + * Calling the `writable.end()` method signals that no more data will be written + * to the `Writable`. The optional `chunk` and `encoding` arguments allow one + * final additional chunk of data to be written immediately before closing the + * stream. + * + * Calling the {@link write} method after calling {@link end} will raise an error. + * + * ```js + * // Write 'hello, ' and then end with 'world!'. + * import fs from 'node:fs'; + * const file = fs.createWriteStream('example.txt'); + * file.write('hello, '); + * file.end('world!'); + * // Writing more now is not allowed! + * ``` + * @since v0.9.4 + * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a {string}, {Buffer}, + * {TypedArray} or {DataView}. For object mode streams, `chunk` may be any JavaScript value other than `null`. + * @param encoding The encoding if `chunk` is a string + * @param callback Callback for when the stream is finished. + */ + end(cb?: () => void): this; + end(chunk: any, cb?: () => void): this; + end(chunk: any, encoding: BufferEncoding, cb?: () => void): this; + /** + * The `writable.cork()` method forces all written data to be buffered in memory. + * The buffered data will be flushed when either the {@link uncork} or {@link end} methods are called. + * + * The primary intent of `writable.cork()` is to accommodate a situation in which + * several small chunks are written to the stream in rapid succession. Instead of + * immediately forwarding them to the underlying destination, `writable.cork()` buffers all the chunks until `writable.uncork()` is called, which will pass them + * all to `writable._writev()`, if present. This prevents a head-of-line blocking + * situation where data is being buffered while waiting for the first small chunk + * to be processed. However, use of `writable.cork()` without implementing `writable._writev()` may have an adverse effect on throughput. + * + * See also: `writable.uncork()`, `writable._writev()`. + * @since v0.11.2 + */ + cork(): void; + /** + * The `writable.uncork()` method flushes all data buffered since {@link cork} was called. + * + * When using `writable.cork()` and `writable.uncork()` to manage the buffering + * of writes to a stream, defer calls to `writable.uncork()` using `process.nextTick()`. Doing so allows batching of all `writable.write()` calls that occur within a given Node.js event + * loop phase. + * + * ```js + * stream.cork(); + * stream.write('some '); + * stream.write('data '); + * process.nextTick(() => stream.uncork()); + * ``` + * + * If the `writable.cork()` method is called multiple times on a stream, the + * same number of calls to `writable.uncork()` must be called to flush the buffered + * data. + * + * ```js + * stream.cork(); + * stream.write('some '); + * stream.cork(); + * stream.write('data '); + * process.nextTick(() => { + * stream.uncork(); + * // The data will not be flushed until uncork() is called a second time. + * stream.uncork(); + * }); + * ``` + * + * See also: `writable.cork()`. + * @since v0.11.2 + */ + uncork(): void; + /** + * Destroy the stream. Optionally emit an `'error'` event, and emit a `'close'` event (unless `emitClose` is set to `false`). After this call, the writable + * stream has ended and subsequent calls to `write()` or `end()` will result in + * an `ERR_STREAM_DESTROYED` error. + * This is a destructive and immediate way to destroy a stream. Previous calls to `write()` may not have drained, and may trigger an `ERR_STREAM_DESTROYED` error. + * Use `end()` instead of destroy if data should flush before close, or wait for + * the `'drain'` event before destroying the stream. + * + * Once `destroy()` has been called any further calls will be a no-op and no + * further errors except from `_destroy()` may be emitted as `'error'`. + * + * Implementors should not override this method, + * but instead implement `writable._destroy()`. + * @since v8.0.0 + * @param error Optional, an error to emit with `'error'` event. + */ + destroy(error?: Error): this; + /** + * Event emitter + * The defined events on documents including: + * 1. close + * 2. drain + * 3. error + * 4. finish + * 5. pipe + * 6. unpipe + */ + addListener(event: "close", listener: () => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "pipe", listener: (src: Readable) => void): this; + addListener(event: "unpipe", listener: (src: Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "close"): boolean; + emit(event: "drain"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "finish"): boolean; + emit(event: "pipe", src: Readable): boolean; + emit(event: "unpipe", src: Readable): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "close", listener: () => void): this; + on(event: "drain", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "pipe", listener: (src: Readable) => void): this; + on(event: "unpipe", listener: (src: Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "drain", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "pipe", listener: (src: Readable) => void): this; + once(event: "unpipe", listener: (src: Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "pipe", listener: (src: Readable) => void): this; + prependListener(event: "unpipe", listener: (src: Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "pipe", listener: (src: Readable) => void): this; + prependOnceListener(event: "unpipe", listener: (src: Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + removeListener(event: "close", listener: () => void): this; + removeListener(event: "drain", listener: () => void): this; + removeListener(event: "error", listener: (err: Error) => void): this; + removeListener(event: "finish", listener: () => void): this; + removeListener(event: "pipe", listener: (src: Readable) => void): this; + removeListener(event: "unpipe", listener: (src: Readable) => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + interface DuplexOptions extends ReadableOptions, WritableOptions { + allowHalfOpen?: boolean | undefined; + readableObjectMode?: boolean | undefined; + writableObjectMode?: boolean | undefined; + readableHighWaterMark?: number | undefined; + writableHighWaterMark?: number | undefined; + writableCorked?: number | undefined; + } + /** + * Duplex streams are streams that implement both the `Readable` and `Writable` interfaces. + * + * Examples of `Duplex` streams include: + * + * * `TCP sockets` + * * `zlib streams` + * * `crypto streams` + * @since v0.9.4 + */ + class Duplex extends Stream implements NodeJS.ReadWriteStream { + /** + * If `false` then the stream will automatically end the writable side when the + * readable side ends. Set initially by the `allowHalfOpen` constructor option, + * which defaults to `true`. + * + * This can be changed manually to change the half-open behavior of an existing + * `Duplex` stream instance, but must be changed before the `'end'` event is emitted. + * @since v0.9.4 + */ + allowHalfOpen: boolean; + constructor(opts?: DuplexOptions); + /** + * A utility method for creating duplex streams. + * + * - `Stream` converts writable stream into writable `Duplex` and readable stream + * to `Duplex`. + * - `Blob` converts into readable `Duplex`. + * - `string` converts into readable `Duplex`. + * - `ArrayBuffer` converts into readable `Duplex`. + * - `AsyncIterable` converts into a readable `Duplex`. Cannot yield `null`. + * - `AsyncGeneratorFunction` converts into a readable/writable transform + * `Duplex`. Must take a source `AsyncIterable` as first parameter. Cannot yield + * `null`. + * - `AsyncFunction` converts into a writable `Duplex`. Must return + * either `null` or `undefined` + * - `Object ({ writable, readable })` converts `readable` and + * `writable` into `Stream` and then combines them into `Duplex` where the + * `Duplex` will write to the `writable` and read from the `readable`. + * - `Promise` converts into readable `Duplex`. Value `null` is ignored. + * + * @since v16.8.0 + */ + static from( + src: + | Stream + | NodeBlob + | ArrayBuffer + | string + | Iterable + | AsyncIterable + | AsyncGeneratorFunction + | Promise + | Object, + ): Duplex; + /** + * A utility method for creating a web `ReadableStream` and `WritableStream` from a `Duplex`. + * @since v17.0.0 + */ + static toWeb(streamDuplex: Duplex): { + readable: streamWeb.ReadableStream; + writable: streamWeb.WritableStream; + }; + /** + * A utility method for creating a `Duplex` from a web `ReadableStream` and `WritableStream`. + * @since v17.0.0 + */ + static fromWeb( + duplexStream: { + readable: streamWeb.ReadableStream; + writable: streamWeb.WritableStream; + }, + options?: Pick< + DuplexOptions, + "allowHalfOpen" | "decodeStrings" | "encoding" | "highWaterMark" | "objectMode" | "signal" + >, + ): Duplex; + /** + * Event emitter + * The defined events on documents including: + * 1. close + * 2. data + * 3. drain + * 4. end + * 5. error + * 6. finish + * 7. pause + * 8. pipe + * 9. readable + * 10. resume + * 11. unpipe + */ + addListener(event: "close", listener: () => void): this; + addListener(event: "data", listener: (chunk: any) => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "pause", listener: () => void): this; + addListener(event: "pipe", listener: (src: Readable) => void): this; + addListener(event: "readable", listener: () => void): this; + addListener(event: "resume", listener: () => void): this; + addListener(event: "unpipe", listener: (src: Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "close"): boolean; + emit(event: "data", chunk: any): boolean; + emit(event: "drain"): boolean; + emit(event: "end"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "finish"): boolean; + emit(event: "pause"): boolean; + emit(event: "pipe", src: Readable): boolean; + emit(event: "readable"): boolean; + emit(event: "resume"): boolean; + emit(event: "unpipe", src: Readable): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "close", listener: () => void): this; + on(event: "data", listener: (chunk: any) => void): this; + on(event: "drain", listener: () => void): this; + on(event: "end", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "pause", listener: () => void): this; + on(event: "pipe", listener: (src: Readable) => void): this; + on(event: "readable", listener: () => void): this; + on(event: "resume", listener: () => void): this; + on(event: "unpipe", listener: (src: Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "data", listener: (chunk: any) => void): this; + once(event: "drain", listener: () => void): this; + once(event: "end", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "pause", listener: () => void): this; + once(event: "pipe", listener: (src: Readable) => void): this; + once(event: "readable", listener: () => void): this; + once(event: "resume", listener: () => void): this; + once(event: "unpipe", listener: (src: Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "data", listener: (chunk: any) => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "pause", listener: () => void): this; + prependListener(event: "pipe", listener: (src: Readable) => void): this; + prependListener(event: "readable", listener: () => void): this; + prependListener(event: "resume", listener: () => void): this; + prependListener(event: "unpipe", listener: (src: Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "data", listener: (chunk: any) => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "pause", listener: () => void): this; + prependOnceListener(event: "pipe", listener: (src: Readable) => void): this; + prependOnceListener(event: "readable", listener: () => void): this; + prependOnceListener(event: "resume", listener: () => void): this; + prependOnceListener(event: "unpipe", listener: (src: Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + removeListener(event: "close", listener: () => void): this; + removeListener(event: "data", listener: (chunk: any) => void): this; + removeListener(event: "drain", listener: () => void): this; + removeListener(event: "end", listener: () => void): this; + removeListener(event: "error", listener: (err: Error) => void): this; + removeListener(event: "finish", listener: () => void): this; + removeListener(event: "pause", listener: () => void): this; + removeListener(event: "pipe", listener: (src: Readable) => void): this; + removeListener(event: "readable", listener: () => void): this; + removeListener(event: "resume", listener: () => void): this; + removeListener(event: "unpipe", listener: (src: Readable) => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + interface Duplex extends Readable, Writable {} + /** + * The utility function `duplexPair` returns an Array with two items, + * each being a `Duplex` stream connected to the other side: + * + * ```js + * const [ sideA, sideB ] = duplexPair(); + * ``` + * + * Whatever is written to one stream is made readable on the other. It provides + * behavior analogous to a network connection, where the data written by the client + * becomes readable by the server, and vice-versa. + * + * The Duplex streams are symmetrical; one or the other may be used without any + * difference in behavior. + * @param options A value to pass to both {@link Duplex} constructors, + * to set options such as buffering. + * @since v22.6.0 + */ + function duplexPair(options?: DuplexOptions): [Duplex, Duplex]; + type TransformCallback = (error?: Error | null, data?: any) => void; + interface TransformOptions extends DuplexOptions { + transform?(this: T, chunk: any, encoding: BufferEncoding, callback: TransformCallback): void; + flush?(this: T, callback: TransformCallback): void; + } + /** + * Transform streams are `Duplex` streams where the output is in some way + * related to the input. Like all `Duplex` streams, `Transform` streams + * implement both the `Readable` and `Writable` interfaces. + * + * Examples of `Transform` streams include: + * + * * `zlib streams` + * * `crypto streams` + * @since v0.9.4 + */ + class Transform extends Duplex { + constructor(opts?: TransformOptions); + _transform(chunk: any, encoding: BufferEncoding, callback: TransformCallback): void; + _flush(callback: TransformCallback): void; + } + /** + * The `stream.PassThrough` class is a trivial implementation of a `Transform` stream that simply passes the input bytes across to the output. Its purpose is + * primarily for examples and testing, but there are some use cases where `stream.PassThrough` is useful as a building block for novel sorts of streams. + */ + class PassThrough extends Transform {} + /** + * A stream to attach a signal to. + * + * Attaches an AbortSignal to a readable or writeable stream. This lets code + * control stream destruction using an `AbortController`. + * + * Calling `abort` on the `AbortController` corresponding to the passed `AbortSignal` will behave the same way as calling `.destroy(new AbortError())` on the + * stream, and `controller.error(new AbortError())` for webstreams. + * + * ```js + * import fs from 'node:fs'; + * + * const controller = new AbortController(); + * const read = addAbortSignal( + * controller.signal, + * fs.createReadStream(('object.json')), + * ); + * // Later, abort the operation closing the stream + * controller.abort(); + * ``` + * + * Or using an `AbortSignal` with a readable stream as an async iterable: + * + * ```js + * const controller = new AbortController(); + * setTimeout(() => controller.abort(), 10_000); // set a timeout + * const stream = addAbortSignal( + * controller.signal, + * fs.createReadStream(('object.json')), + * ); + * (async () => { + * try { + * for await (const chunk of stream) { + * await process(chunk); + * } + * } catch (e) { + * if (e.name === 'AbortError') { + * // The operation was cancelled + * } else { + * throw e; + * } + * } + * })(); + * ``` + * + * Or using an `AbortSignal` with a ReadableStream: + * + * ```js + * const controller = new AbortController(); + * const rs = new ReadableStream({ + * start(controller) { + * controller.enqueue('hello'); + * controller.enqueue('world'); + * controller.close(); + * }, + * }); + * + * addAbortSignal(controller.signal, rs); + * + * finished(rs, (err) => { + * if (err) { + * if (err.name === 'AbortError') { + * // The operation was cancelled + * } + * } + * }); + * + * const reader = rs.getReader(); + * + * reader.read().then(({ value, done }) => { + * console.log(value); // hello + * console.log(done); // false + * controller.abort(); + * }); + * ``` + * @since v15.4.0 + * @param signal A signal representing possible cancellation + * @param stream A stream to attach a signal to. + */ + function addAbortSignal(signal: AbortSignal, stream: T): T; + /** + * Returns the default highWaterMark used by streams. + * Defaults to `65536` (64 KiB), or `16` for `objectMode`. + * @since v19.9.0 + */ + function getDefaultHighWaterMark(objectMode: boolean): number; + /** + * Sets the default highWaterMark used by streams. + * @since v19.9.0 + * @param value highWaterMark value + */ + function setDefaultHighWaterMark(objectMode: boolean, value: number): void; + interface FinishedOptions extends Abortable { + error?: boolean | undefined; + readable?: boolean | undefined; + writable?: boolean | undefined; + } + /** + * A readable and/or writable stream/webstream. + * + * A function to get notified when a stream is no longer readable, writable + * or has experienced an error or a premature close event. + * + * ```js + * import { finished } from 'node:stream'; + * import fs from 'node:fs'; + * + * const rs = fs.createReadStream('archive.tar'); + * + * finished(rs, (err) => { + * if (err) { + * console.error('Stream failed.', err); + * } else { + * console.log('Stream is done reading.'); + * } + * }); + * + * rs.resume(); // Drain the stream. + * ``` + * + * Especially useful in error handling scenarios where a stream is destroyed + * prematurely (like an aborted HTTP request), and will not emit `'end'` or `'finish'`. + * + * The `finished` API provides [`promise version`](https://nodejs.org/docs/latest-v24.x/api/stream.html#streamfinishedstream-options). + * + * `stream.finished()` leaves dangling event listeners (in particular `'error'`, `'end'`, `'finish'` and `'close'`) after `callback` has been + * invoked. The reason for this is so that unexpected `'error'` events (due to + * incorrect stream implementations) do not cause unexpected crashes. + * If this is unwanted behavior then the returned cleanup function needs to be + * invoked in the callback: + * + * ```js + * const cleanup = finished(rs, (err) => { + * cleanup(); + * // ... + * }); + * ``` + * @since v10.0.0 + * @param stream A readable and/or writable stream. + * @param callback A callback function that takes an optional error argument. + * @returns A cleanup function which removes all registered listeners. + */ + function finished( + stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, + options: FinishedOptions, + callback: (err?: NodeJS.ErrnoException | null) => void, + ): () => void; + function finished( + stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, + callback: (err?: NodeJS.ErrnoException | null) => void, + ): () => void; + namespace finished { + function __promisify__( + stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, + options?: FinishedOptions, + ): Promise; + } + type PipelineSourceFunction = () => Iterable | AsyncIterable; + type PipelineSource = Iterable | AsyncIterable | NodeJS.ReadableStream | PipelineSourceFunction; + type PipelineTransform, U> = + | NodeJS.ReadWriteStream + | (( + source: S extends (...args: any[]) => Iterable | AsyncIterable ? AsyncIterable + : S, + ) => AsyncIterable); + type PipelineTransformSource = PipelineSource | PipelineTransform; + type PipelineDestinationIterableFunction = (source: AsyncIterable) => AsyncIterable; + type PipelineDestinationPromiseFunction = (source: AsyncIterable) => Promise

; + type PipelineDestination, P> = S extends + PipelineTransformSource ? + | NodeJS.WritableStream + | PipelineDestinationIterableFunction + | PipelineDestinationPromiseFunction + : never; + type PipelineCallback> = S extends + PipelineDestinationPromiseFunction ? (err: NodeJS.ErrnoException | null, value: P) => void + : (err: NodeJS.ErrnoException | null) => void; + type PipelinePromise> = S extends + PipelineDestinationPromiseFunction ? Promise

: Promise; + interface PipelineOptions { + signal?: AbortSignal | undefined; + end?: boolean | undefined; + } + /** + * A module method to pipe between streams and generators forwarding errors and + * properly cleaning up and provide a callback when the pipeline is complete. + * + * ```js + * import { pipeline } from 'node:stream'; + * import fs from 'node:fs'; + * import zlib from 'node:zlib'; + * + * // Use the pipeline API to easily pipe a series of streams + * // together and get notified when the pipeline is fully done. + * + * // A pipeline to gzip a potentially huge tar file efficiently: + * + * pipeline( + * fs.createReadStream('archive.tar'), + * zlib.createGzip(), + * fs.createWriteStream('archive.tar.gz'), + * (err) => { + * if (err) { + * console.error('Pipeline failed.', err); + * } else { + * console.log('Pipeline succeeded.'); + * } + * }, + * ); + * ``` + * + * The `pipeline` API provides a [`promise version`](https://nodejs.org/docs/latest-v24.x/api/stream.html#streampipelinesource-transforms-destination-options). + * + * `stream.pipeline()` will call `stream.destroy(err)` on all streams except: + * + * * `Readable` streams which have emitted `'end'` or `'close'`. + * * `Writable` streams which have emitted `'finish'` or `'close'`. + * + * `stream.pipeline()` leaves dangling event listeners on the streams + * after the `callback` has been invoked. In the case of reuse of streams after + * failure, this can cause event listener leaks and swallowed errors. If the last + * stream is readable, dangling event listeners will be removed so that the last + * stream can be consumed later. + * + * `stream.pipeline()` closes all the streams when an error is raised. + * The `IncomingRequest` usage with `pipeline` could lead to an unexpected behavior + * once it would destroy the socket without sending the expected response. + * See the example below: + * + * ```js + * import fs from 'node:fs'; + * import http from 'node:http'; + * import { pipeline } from 'node:stream'; + * + * const server = http.createServer((req, res) => { + * const fileStream = fs.createReadStream('./fileNotExist.txt'); + * pipeline(fileStream, res, (err) => { + * if (err) { + * console.log(err); // No such file + * // this message can't be sent once `pipeline` already destroyed the socket + * return res.end('error!!!'); + * } + * }); + * }); + * ``` + * @since v10.0.0 + * @param callback Called when the pipeline is fully done. + */ + function pipeline, B extends PipelineDestination>( + source: A, + destination: B, + callback: PipelineCallback, + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + destination: B, + callback: PipelineCallback, + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + destination: B, + callback: PipelineCallback, + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + destination: B, + callback: PipelineCallback, + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + T4 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + transform4: T4, + destination: B, + callback: PipelineCallback, + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline( + streams: ReadonlyArray, + callback: (err: NodeJS.ErrnoException | null) => void, + ): NodeJS.WritableStream; + function pipeline( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, + ...streams: Array< + NodeJS.ReadWriteStream | NodeJS.WritableStream | ((err: NodeJS.ErrnoException | null) => void) + > + ): NodeJS.WritableStream; + namespace pipeline { + function __promisify__, B extends PipelineDestination>( + source: A, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function __promisify__< + A extends PipelineSource, + T1 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function __promisify__< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function __promisify__< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function __promisify__< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + T4 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + transform4: T4, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function __promisify__( + streams: ReadonlyArray, + options?: PipelineOptions, + ): Promise; + function __promisify__( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, + ...streams: Array + ): Promise; + } + interface Pipe { + close(): void; + hasRef(): boolean; + ref(): void; + unref(): void; + } + /** + * Returns whether the stream has encountered an error. + * @since v17.3.0, v16.14.0 + */ + function isErrored(stream: Readable | Writable | NodeJS.ReadableStream | NodeJS.WritableStream): boolean; + /** + * Returns whether the stream is readable. + * @since v17.4.0, v16.14.0 + */ + function isReadable(stream: Readable | NodeJS.ReadableStream): boolean; + } + export = Stream; +} +declare module "node:stream" { + import stream = require("stream"); + export = stream; +} diff --git a/node_modules/@types/node/stream/consumers.d.ts b/node_modules/@types/node/stream/consumers.d.ts new file mode 100644 index 0000000..746d6e5 --- /dev/null +++ b/node_modules/@types/node/stream/consumers.d.ts @@ -0,0 +1,38 @@ +/** + * The utility consumer functions provide common options for consuming + * streams. + * @since v16.7.0 + */ +declare module "stream/consumers" { + import { Blob as NodeBlob } from "node:buffer"; + import { ReadableStream as WebReadableStream } from "node:stream/web"; + /** + * @since v16.7.0 + * @returns Fulfills with an `ArrayBuffer` containing the full contents of the stream. + */ + function arrayBuffer(stream: WebReadableStream | NodeJS.ReadableStream | AsyncIterable): Promise; + /** + * @since v16.7.0 + * @returns Fulfills with a `Blob` containing the full contents of the stream. + */ + function blob(stream: WebReadableStream | NodeJS.ReadableStream | AsyncIterable): Promise; + /** + * @since v16.7.0 + * @returns Fulfills with a `Buffer` containing the full contents of the stream. + */ + function buffer(stream: WebReadableStream | NodeJS.ReadableStream | AsyncIterable): Promise; + /** + * @since v16.7.0 + * @returns Fulfills with the contents of the stream parsed as a + * UTF-8 encoded string that is then passed through `JSON.parse()`. + */ + function json(stream: WebReadableStream | NodeJS.ReadableStream | AsyncIterable): Promise; + /** + * @since v16.7.0 + * @returns Fulfills with the contents of the stream parsed as a UTF-8 encoded string. + */ + function text(stream: WebReadableStream | NodeJS.ReadableStream | AsyncIterable): Promise; +} +declare module "node:stream/consumers" { + export * from "stream/consumers"; +} diff --git a/node_modules/@types/node/stream/promises.d.ts b/node_modules/@types/node/stream/promises.d.ts new file mode 100644 index 0000000..d54c14c --- /dev/null +++ b/node_modules/@types/node/stream/promises.d.ts @@ -0,0 +1,90 @@ +declare module "stream/promises" { + import { + FinishedOptions as _FinishedOptions, + PipelineDestination, + PipelineOptions, + PipelinePromise, + PipelineSource, + PipelineTransform, + } from "node:stream"; + interface FinishedOptions extends _FinishedOptions { + /** + * If true, removes the listeners registered by this function before the promise is fulfilled. + * @default false + */ + cleanup?: boolean | undefined; + } + function finished( + stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, + options?: FinishedOptions, + ): Promise; + function pipeline, B extends PipelineDestination>( + source: A, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + T4 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + transform4: T4, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function pipeline( + streams: ReadonlyArray, + options?: PipelineOptions, + ): Promise; + function pipeline( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, + ...streams: Array + ): Promise; +} +declare module "node:stream/promises" { + export * from "stream/promises"; +} diff --git a/node_modules/@types/node/stream/web.d.ts b/node_modules/@types/node/stream/web.d.ts new file mode 100644 index 0000000..16cc1a2 --- /dev/null +++ b/node_modules/@types/node/stream/web.d.ts @@ -0,0 +1,618 @@ +type _ByteLengthQueuingStrategy = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ByteLengthQueuingStrategy; +type _CompressionStream = typeof globalThis extends { onmessage: any; ReportingObserver: any } ? {} + : import("stream/web").CompressionStream; +type _CountQueuingStrategy = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").CountQueuingStrategy; +type _DecompressionStream = typeof globalThis extends { onmessage: any; ReportingObserver: any } ? {} + : import("stream/web").DecompressionStream; +type _ReadableByteStreamController = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableByteStreamController; +type _ReadableStream = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableStream; +type _ReadableStreamBYOBReader = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableStreamBYOBReader; +type _ReadableStreamBYOBRequest = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableStreamBYOBRequest; +type _ReadableStreamDefaultController = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableStreamDefaultController; +type _ReadableStreamDefaultReader = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableStreamDefaultReader; +type _TextDecoderStream = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").TextDecoderStream; +type _TextEncoderStream = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").TextEncoderStream; +type _TransformStream = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").TransformStream; +type _TransformStreamDefaultController = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").TransformStreamDefaultController; +type _WritableStream = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").WritableStream; +type _WritableStreamDefaultController = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").WritableStreamDefaultController; +type _WritableStreamDefaultWriter = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").WritableStreamDefaultWriter; + +declare module "stream/web" { + // stub module, pending copy&paste from .d.ts or manual impl + // copy from lib.dom.d.ts + interface ReadableWritablePair { + readable: ReadableStream; + /** + * Provides a convenient, chainable way of piping this readable stream + * through a transform stream (or any other { writable, readable } + * pair). It simply pipes the stream into the writable side of the + * supplied pair, and returns the readable side for further use. + * + * Piping a stream will lock it for the duration of the pipe, preventing + * any other consumer from acquiring a reader. + */ + writable: WritableStream; + } + interface StreamPipeOptions { + preventAbort?: boolean; + preventCancel?: boolean; + /** + * Pipes this readable stream to a given writable stream destination. + * The way in which the piping process behaves under various error + * conditions can be customized with a number of passed options. It + * returns a promise that fulfills when the piping process completes + * successfully, or rejects if any errors were encountered. + * + * Piping a stream will lock it for the duration of the pipe, preventing + * any other consumer from acquiring a reader. + * + * Errors and closures of the source and destination streams propagate + * as follows: + * + * An error in this source readable stream will abort destination, + * unless preventAbort is truthy. The returned promise will be rejected + * with the source's error, or with any error that occurs during + * aborting the destination. + * + * An error in destination will cancel this source readable stream, + * unless preventCancel is truthy. The returned promise will be rejected + * with the destination's error, or with any error that occurs during + * canceling the source. + * + * When this source readable stream closes, destination will be closed, + * unless preventClose is truthy. The returned promise will be fulfilled + * once this process completes, unless an error is encountered while + * closing the destination, in which case it will be rejected with that + * error. + * + * If destination starts out closed or closing, this source readable + * stream will be canceled, unless preventCancel is true. The returned + * promise will be rejected with an error indicating piping to a closed + * stream failed, or with any error that occurs during canceling the + * source. + * + * The signal option can be set to an AbortSignal to allow aborting an + * ongoing pipe operation via the corresponding AbortController. In this + * case, this source readable stream will be canceled, and destination + * aborted, unless the respective options preventCancel or preventAbort + * are set. + */ + preventClose?: boolean; + signal?: AbortSignal; + } + interface ReadableStreamGenericReader { + readonly closed: Promise; + cancel(reason?: any): Promise; + } + type ReadableStreamController = ReadableStreamDefaultController; + interface ReadableStreamReadValueResult { + done: false; + value: T; + } + interface ReadableStreamReadDoneResult { + done: true; + value?: T; + } + type ReadableStreamReadResult = ReadableStreamReadValueResult | ReadableStreamReadDoneResult; + interface ReadableByteStreamControllerCallback { + (controller: ReadableByteStreamController): void | PromiseLike; + } + interface UnderlyingSinkAbortCallback { + (reason?: any): void | PromiseLike; + } + interface UnderlyingSinkCloseCallback { + (): void | PromiseLike; + } + interface UnderlyingSinkStartCallback { + (controller: WritableStreamDefaultController): any; + } + interface UnderlyingSinkWriteCallback { + (chunk: W, controller: WritableStreamDefaultController): void | PromiseLike; + } + interface UnderlyingSourceCancelCallback { + (reason?: any): void | PromiseLike; + } + interface UnderlyingSourcePullCallback { + (controller: ReadableStreamController): void | PromiseLike; + } + interface UnderlyingSourceStartCallback { + (controller: ReadableStreamController): any; + } + interface TransformerFlushCallback { + (controller: TransformStreamDefaultController): void | PromiseLike; + } + interface TransformerStartCallback { + (controller: TransformStreamDefaultController): any; + } + interface TransformerTransformCallback { + (chunk: I, controller: TransformStreamDefaultController): void | PromiseLike; + } + interface TransformerCancelCallback { + (reason: any): void | PromiseLike; + } + interface UnderlyingByteSource { + autoAllocateChunkSize?: number; + cancel?: ReadableStreamErrorCallback; + pull?: ReadableByteStreamControllerCallback; + start?: ReadableByteStreamControllerCallback; + type: "bytes"; + } + interface UnderlyingSource { + cancel?: UnderlyingSourceCancelCallback; + pull?: UnderlyingSourcePullCallback; + start?: UnderlyingSourceStartCallback; + type?: undefined; + } + interface UnderlyingSink { + abort?: UnderlyingSinkAbortCallback; + close?: UnderlyingSinkCloseCallback; + start?: UnderlyingSinkStartCallback; + type?: undefined; + write?: UnderlyingSinkWriteCallback; + } + interface ReadableStreamErrorCallback { + (reason: any): void | PromiseLike; + } + interface ReadableStreamAsyncIterator extends NodeJS.AsyncIterator { + [Symbol.asyncIterator](): ReadableStreamAsyncIterator; + } + /** This Streams API interface represents a readable stream of byte data. */ + interface ReadableStream { + readonly locked: boolean; + cancel(reason?: any): Promise; + getReader(options: { mode: "byob" }): ReadableStreamBYOBReader; + getReader(): ReadableStreamDefaultReader; + getReader(options?: ReadableStreamGetReaderOptions): ReadableStreamReader; + pipeThrough(transform: ReadableWritablePair, options?: StreamPipeOptions): ReadableStream; + pipeTo(destination: WritableStream, options?: StreamPipeOptions): Promise; + tee(): [ReadableStream, ReadableStream]; + values(options?: { preventCancel?: boolean }): ReadableStreamAsyncIterator; + [Symbol.asyncIterator](): ReadableStreamAsyncIterator; + } + const ReadableStream: { + prototype: ReadableStream; + from(iterable: Iterable | AsyncIterable): ReadableStream; + new(underlyingSource: UnderlyingByteSource, strategy?: QueuingStrategy): ReadableStream; + new(underlyingSource?: UnderlyingSource, strategy?: QueuingStrategy): ReadableStream; + }; + type ReadableStreamReaderMode = "byob"; + interface ReadableStreamGetReaderOptions { + /** + * Creates a ReadableStreamBYOBReader and locks the stream to the new reader. + * + * This call behaves the same way as the no-argument variant, except that it only works on readable byte streams, i.e. streams which were constructed specifically with the ability to handle "bring your own buffer" reading. The returned BYOB reader provides the ability to directly read individual chunks from the stream via its read() method, into developer-supplied buffers, allowing more precise control over allocation. + */ + mode?: ReadableStreamReaderMode; + } + type ReadableStreamReader = ReadableStreamDefaultReader | ReadableStreamBYOBReader; + interface ReadableStreamDefaultReader extends ReadableStreamGenericReader { + read(): Promise>; + releaseLock(): void; + } + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader) */ + interface ReadableStreamBYOBReader extends ReadableStreamGenericReader { + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader/read) */ + read( + view: T, + options?: { + min?: number; + }, + ): Promise>; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader/releaseLock) */ + releaseLock(): void; + } + const ReadableStreamDefaultReader: { + prototype: ReadableStreamDefaultReader; + new(stream: ReadableStream): ReadableStreamDefaultReader; + }; + const ReadableStreamBYOBReader: { + prototype: ReadableStreamBYOBReader; + new(stream: ReadableStream): ReadableStreamBYOBReader; + }; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest) */ + interface ReadableStreamBYOBRequest { + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest/view) */ + readonly view: ArrayBufferView | null; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest/respond) */ + respond(bytesWritten: number): void; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest/respondWithNewView) */ + respondWithNewView(view: ArrayBufferView): void; + } + const ReadableStreamBYOBRequest: { + prototype: ReadableStreamBYOBRequest; + new(): ReadableStreamBYOBRequest; + }; + interface ReadableByteStreamController { + readonly byobRequest: undefined; + readonly desiredSize: number | null; + close(): void; + enqueue(chunk: ArrayBufferView): void; + error(error?: any): void; + } + const ReadableByteStreamController: { + prototype: ReadableByteStreamController; + new(): ReadableByteStreamController; + }; + interface ReadableStreamDefaultController { + readonly desiredSize: number | null; + close(): void; + enqueue(chunk?: R): void; + error(e?: any): void; + } + const ReadableStreamDefaultController: { + prototype: ReadableStreamDefaultController; + new(): ReadableStreamDefaultController; + }; + interface Transformer { + flush?: TransformerFlushCallback; + readableType?: undefined; + start?: TransformerStartCallback; + transform?: TransformerTransformCallback; + cancel?: TransformerCancelCallback; + writableType?: undefined; + } + interface TransformStream { + readonly readable: ReadableStream; + readonly writable: WritableStream; + } + const TransformStream: { + prototype: TransformStream; + new( + transformer?: Transformer, + writableStrategy?: QueuingStrategy, + readableStrategy?: QueuingStrategy, + ): TransformStream; + }; + interface TransformStreamDefaultController { + readonly desiredSize: number | null; + enqueue(chunk?: O): void; + error(reason?: any): void; + terminate(): void; + } + const TransformStreamDefaultController: { + prototype: TransformStreamDefaultController; + new(): TransformStreamDefaultController; + }; + /** + * This Streams API interface provides a standard abstraction for writing + * streaming data to a destination, known as a sink. This object comes with + * built-in back pressure and queuing. + */ + interface WritableStream { + readonly locked: boolean; + abort(reason?: any): Promise; + close(): Promise; + getWriter(): WritableStreamDefaultWriter; + } + const WritableStream: { + prototype: WritableStream; + new(underlyingSink?: UnderlyingSink, strategy?: QueuingStrategy): WritableStream; + }; + /** + * This Streams API interface is the object returned by + * WritableStream.getWriter() and once created locks the < writer to the + * WritableStream ensuring that no other streams can write to the underlying + * sink. + */ + interface WritableStreamDefaultWriter { + readonly closed: Promise; + readonly desiredSize: number | null; + readonly ready: Promise; + abort(reason?: any): Promise; + close(): Promise; + releaseLock(): void; + write(chunk?: W): Promise; + } + const WritableStreamDefaultWriter: { + prototype: WritableStreamDefaultWriter; + new(stream: WritableStream): WritableStreamDefaultWriter; + }; + /** + * This Streams API interface represents a controller allowing control of a + * WritableStream's state. When constructing a WritableStream, the + * underlying sink is given a corresponding WritableStreamDefaultController + * instance to manipulate. + */ + interface WritableStreamDefaultController { + error(e?: any): void; + } + const WritableStreamDefaultController: { + prototype: WritableStreamDefaultController; + new(): WritableStreamDefaultController; + }; + interface QueuingStrategy { + highWaterMark?: number; + size?: QueuingStrategySize; + } + interface QueuingStrategySize { + (chunk?: T): number; + } + interface QueuingStrategyInit { + /** + * Creates a new ByteLengthQueuingStrategy with the provided high water + * mark. + * + * Note that the provided high water mark will not be validated ahead of + * time. Instead, if it is negative, NaN, or not a number, the resulting + * ByteLengthQueuingStrategy will cause the corresponding stream + * constructor to throw. + */ + highWaterMark: number; + } + /** + * This Streams API interface provides a built-in byte length queuing + * strategy that can be used when constructing streams. + */ + interface ByteLengthQueuingStrategy extends QueuingStrategy { + readonly highWaterMark: number; + readonly size: QueuingStrategySize; + } + const ByteLengthQueuingStrategy: { + prototype: ByteLengthQueuingStrategy; + new(init: QueuingStrategyInit): ByteLengthQueuingStrategy; + }; + /** + * This Streams API interface provides a built-in byte length queuing + * strategy that can be used when constructing streams. + */ + interface CountQueuingStrategy extends QueuingStrategy { + readonly highWaterMark: number; + readonly size: QueuingStrategySize; + } + const CountQueuingStrategy: { + prototype: CountQueuingStrategy; + new(init: QueuingStrategyInit): CountQueuingStrategy; + }; + interface TextEncoderStream { + /** Returns "utf-8". */ + readonly encoding: "utf-8"; + readonly readable: ReadableStream; + readonly writable: WritableStream; + readonly [Symbol.toStringTag]: string; + } + const TextEncoderStream: { + prototype: TextEncoderStream; + new(): TextEncoderStream; + }; + interface TextDecoderOptions { + fatal?: boolean; + ignoreBOM?: boolean; + } + type BufferSource = ArrayBufferView | ArrayBuffer; + interface TextDecoderStream { + /** Returns encoding's name, lower cased. */ + readonly encoding: string; + /** Returns `true` if error mode is "fatal", and `false` otherwise. */ + readonly fatal: boolean; + /** Returns `true` if ignore BOM flag is set, and `false` otherwise. */ + readonly ignoreBOM: boolean; + readonly readable: ReadableStream; + readonly writable: WritableStream; + readonly [Symbol.toStringTag]: string; + } + const TextDecoderStream: { + prototype: TextDecoderStream; + new(encoding?: string, options?: TextDecoderOptions): TextDecoderStream; + }; + interface CompressionStream { + readonly readable: ReadableStream; + readonly writable: WritableStream; + } + const CompressionStream: { + prototype: CompressionStream; + new(format: "deflate" | "deflate-raw" | "gzip"): CompressionStream; + }; + interface DecompressionStream { + readonly writable: WritableStream; + readonly readable: ReadableStream; + } + const DecompressionStream: { + prototype: DecompressionStream; + new(format: "deflate" | "deflate-raw" | "gzip"): DecompressionStream; + }; + + global { + interface ByteLengthQueuingStrategy extends _ByteLengthQueuingStrategy {} + /** + * `ByteLengthQueuingStrategy` class is a global reference for `import { ByteLengthQueuingStrategy } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-bytelengthqueuingstrategy + * @since v18.0.0 + */ + var ByteLengthQueuingStrategy: typeof globalThis extends { onmessage: any; ByteLengthQueuingStrategy: infer T } + ? T + : typeof import("stream/web").ByteLengthQueuingStrategy; + + interface CompressionStream extends _CompressionStream {} + /** + * `CompressionStream` class is a global reference for `import { CompressionStream } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-compressionstream + * @since v18.0.0 + */ + var CompressionStream: typeof globalThis extends { + onmessage: any; + // CompressionStream, DecompressionStream and ReportingObserver was introduced in the same commit. + // If ReportingObserver check is removed, the type here will form a circular reference in TS5.0+lib.dom.d.ts + ReportingObserver: any; + CompressionStream: infer T; + } ? T + // TS 4.8, 4.9, 5.0 + : typeof globalThis extends { onmessage: any; TransformStream: { prototype: infer T } } ? { + prototype: T; + new(format: "deflate" | "deflate-raw" | "gzip"): T; + } + : typeof import("stream/web").CompressionStream; + + interface CountQueuingStrategy extends _CountQueuingStrategy {} + /** + * `CountQueuingStrategy` class is a global reference for `import { CountQueuingStrategy } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-countqueuingstrategy + * @since v18.0.0 + */ + var CountQueuingStrategy: typeof globalThis extends { onmessage: any; CountQueuingStrategy: infer T } ? T + : typeof import("stream/web").CountQueuingStrategy; + + interface DecompressionStream extends _DecompressionStream {} + /** + * `DecompressionStream` class is a global reference for `import { DecompressionStream } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-decompressionstream + * @since v18.0.0 + */ + var DecompressionStream: typeof globalThis extends { + onmessage: any; + // CompressionStream, DecompressionStream and ReportingObserver was introduced in the same commit. + // If ReportingObserver check is removed, the type here will form a circular reference in TS5.0+lib.dom.d.ts + ReportingObserver: any; + DecompressionStream: infer T extends object; + } ? T + // TS 4.8, 4.9, 5.0 + : typeof globalThis extends { onmessage: any; TransformStream: { prototype: infer T } } ? { + prototype: T; + new(format: "deflate" | "deflate-raw" | "gzip"): T; + } + : typeof import("stream/web").DecompressionStream; + + interface ReadableByteStreamController extends _ReadableByteStreamController {} + /** + * `ReadableByteStreamController` class is a global reference for `import { ReadableByteStreamController } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-readablebytestreamcontroller + * @since v18.0.0 + */ + var ReadableByteStreamController: typeof globalThis extends + { onmessage: any; ReadableByteStreamController: infer T } ? T + : typeof import("stream/web").ReadableByteStreamController; + + interface ReadableStream extends _ReadableStream {} + /** + * `ReadableStream` class is a global reference for `import { ReadableStream } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-readablestream + * @since v18.0.0 + */ + var ReadableStream: typeof globalThis extends { onmessage: any; ReadableStream: infer T } ? T + : typeof import("stream/web").ReadableStream; + + interface ReadableStreamBYOBReader extends _ReadableStreamBYOBReader {} + /** + * `ReadableStreamBYOBReader` class is a global reference for `import { ReadableStreamBYOBReader } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-readablestreambyobreader + * @since v18.0.0 + */ + var ReadableStreamBYOBReader: typeof globalThis extends { onmessage: any; ReadableStreamBYOBReader: infer T } + ? T + : typeof import("stream/web").ReadableStreamBYOBReader; + + interface ReadableStreamBYOBRequest extends _ReadableStreamBYOBRequest {} + /** + * `ReadableStreamBYOBRequest` class is a global reference for `import { ReadableStreamBYOBRequest } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-readablestreambyobrequest + * @since v18.0.0 + */ + var ReadableStreamBYOBRequest: typeof globalThis extends { onmessage: any; ReadableStreamBYOBRequest: infer T } + ? T + : typeof import("stream/web").ReadableStreamBYOBRequest; + + interface ReadableStreamDefaultController extends _ReadableStreamDefaultController {} + /** + * `ReadableStreamDefaultController` class is a global reference for `import { ReadableStreamDefaultController } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-readablestreamdefaultcontroller + * @since v18.0.0 + */ + var ReadableStreamDefaultController: typeof globalThis extends + { onmessage: any; ReadableStreamDefaultController: infer T } ? T + : typeof import("stream/web").ReadableStreamDefaultController; + + interface ReadableStreamDefaultReader extends _ReadableStreamDefaultReader {} + /** + * `ReadableStreamDefaultReader` class is a global reference for `import { ReadableStreamDefaultReader } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-readablestreamdefaultreader + * @since v18.0.0 + */ + var ReadableStreamDefaultReader: typeof globalThis extends + { onmessage: any; ReadableStreamDefaultReader: infer T } ? T + : typeof import("stream/web").ReadableStreamDefaultReader; + + interface TextDecoderStream extends _TextDecoderStream {} + /** + * `TextDecoderStream` class is a global reference for `import { TextDecoderStream } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-textdecoderstream + * @since v18.0.0 + */ + var TextDecoderStream: typeof globalThis extends { onmessage: any; TextDecoderStream: infer T } ? T + : typeof import("stream/web").TextDecoderStream; + + interface TextEncoderStream extends _TextEncoderStream {} + /** + * `TextEncoderStream` class is a global reference for `import { TextEncoderStream } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-textencoderstream + * @since v18.0.0 + */ + var TextEncoderStream: typeof globalThis extends { onmessage: any; TextEncoderStream: infer T } ? T + : typeof import("stream/web").TextEncoderStream; + + interface TransformStream extends _TransformStream {} + /** + * `TransformStream` class is a global reference for `import { TransformStream } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-transformstream + * @since v18.0.0 + */ + var TransformStream: typeof globalThis extends { onmessage: any; TransformStream: infer T } ? T + : typeof import("stream/web").TransformStream; + + interface TransformStreamDefaultController extends _TransformStreamDefaultController {} + /** + * `TransformStreamDefaultController` class is a global reference for `import { TransformStreamDefaultController } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-transformstreamdefaultcontroller + * @since v18.0.0 + */ + var TransformStreamDefaultController: typeof globalThis extends + { onmessage: any; TransformStreamDefaultController: infer T } ? T + : typeof import("stream/web").TransformStreamDefaultController; + + interface WritableStream extends _WritableStream {} + /** + * `WritableStream` class is a global reference for `import { WritableStream } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-writablestream + * @since v18.0.0 + */ + var WritableStream: typeof globalThis extends { onmessage: any; WritableStream: infer T } ? T + : typeof import("stream/web").WritableStream; + + interface WritableStreamDefaultController extends _WritableStreamDefaultController {} + /** + * `WritableStreamDefaultController` class is a global reference for `import { WritableStreamDefaultController } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-writablestreamdefaultcontroller + * @since v18.0.0 + */ + var WritableStreamDefaultController: typeof globalThis extends + { onmessage: any; WritableStreamDefaultController: infer T } ? T + : typeof import("stream/web").WritableStreamDefaultController; + + interface WritableStreamDefaultWriter extends _WritableStreamDefaultWriter {} + /** + * `WritableStreamDefaultWriter` class is a global reference for `import { WritableStreamDefaultWriter } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-writablestreamdefaultwriter + * @since v18.0.0 + */ + var WritableStreamDefaultWriter: typeof globalThis extends + { onmessage: any; WritableStreamDefaultWriter: infer T } ? T + : typeof import("stream/web").WritableStreamDefaultWriter; + } +} +declare module "node:stream/web" { + export * from "stream/web"; +} diff --git a/node_modules/@types/node/string_decoder.d.ts b/node_modules/@types/node/string_decoder.d.ts new file mode 100644 index 0000000..3632c16 --- /dev/null +++ b/node_modules/@types/node/string_decoder.d.ts @@ -0,0 +1,67 @@ +/** + * The `node:string_decoder` module provides an API for decoding `Buffer` objects + * into strings in a manner that preserves encoded multi-byte UTF-8 and UTF-16 + * characters. It can be accessed using: + * + * ```js + * import { StringDecoder } from 'node:string_decoder'; + * ``` + * + * The following example shows the basic use of the `StringDecoder` class. + * + * ```js + * import { StringDecoder } from 'node:string_decoder'; + * const decoder = new StringDecoder('utf8'); + * + * const cent = Buffer.from([0xC2, 0xA2]); + * console.log(decoder.write(cent)); // Prints: ¢ + * + * const euro = Buffer.from([0xE2, 0x82, 0xAC]); + * console.log(decoder.write(euro)); // Prints: € + * ``` + * + * When a `Buffer` instance is written to the `StringDecoder` instance, an + * internal buffer is used to ensure that the decoded string does not contain + * any incomplete multibyte characters. These are held in the buffer until the + * next call to `stringDecoder.write()` or until `stringDecoder.end()` is called. + * + * In the following example, the three UTF-8 encoded bytes of the European Euro + * symbol (`€`) are written over three separate operations: + * + * ```js + * import { StringDecoder } from 'node:string_decoder'; + * const decoder = new StringDecoder('utf8'); + * + * decoder.write(Buffer.from([0xE2])); + * decoder.write(Buffer.from([0x82])); + * console.log(decoder.end(Buffer.from([0xAC]))); // Prints: € + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/string_decoder.js) + */ +declare module "string_decoder" { + class StringDecoder { + constructor(encoding?: BufferEncoding); + /** + * Returns a decoded string, ensuring that any incomplete multibyte characters at + * the end of the `Buffer`, or `TypedArray`, or `DataView` are omitted from the + * returned string and stored in an internal buffer for the next call to `stringDecoder.write()` or `stringDecoder.end()`. + * @since v0.1.99 + * @param buffer The bytes to decode. + */ + write(buffer: string | Buffer | NodeJS.ArrayBufferView): string; + /** + * Returns any remaining input stored in the internal buffer as a string. Bytes + * representing incomplete UTF-8 and UTF-16 characters will be replaced with + * substitution characters appropriate for the character encoding. + * + * If the `buffer` argument is provided, one final call to `stringDecoder.write()` is performed before returning the remaining input. + * After `end()` is called, the `stringDecoder` object can be reused for new input. + * @since v0.9.3 + * @param buffer The bytes to decode. + */ + end(buffer?: string | Buffer | NodeJS.ArrayBufferView): string; + } +} +declare module "node:string_decoder" { + export * from "string_decoder"; +} diff --git a/node_modules/@types/node/test.d.ts b/node_modules/@types/node/test.d.ts new file mode 100644 index 0000000..14389fa --- /dev/null +++ b/node_modules/@types/node/test.d.ts @@ -0,0 +1,2215 @@ +/** + * The `node:test` module facilitates the creation of JavaScript tests. + * To access it: + * + * ```js + * import test from 'node:test'; + * ``` + * + * This module is only available under the `node:` scheme. The following will not + * work: + * + * ```js + * import test from 'node:test'; + * ``` + * + * Tests created via the `test` module consist of a single function that is + * processed in one of three ways: + * + * 1. A synchronous function that is considered failing if it throws an exception, + * and is considered passing otherwise. + * 2. A function that returns a `Promise` that is considered failing if the `Promise` rejects, and is considered passing if the `Promise` fulfills. + * 3. A function that receives a callback function. If the callback receives any + * truthy value as its first argument, the test is considered failing. If a + * falsy value is passed as the first argument to the callback, the test is + * considered passing. If the test function receives a callback function and + * also returns a `Promise`, the test will fail. + * + * The following example illustrates how tests are written using the `test` module. + * + * ```js + * test('synchronous passing test', (t) => { + * // This test passes because it does not throw an exception. + * assert.strictEqual(1, 1); + * }); + * + * test('synchronous failing test', (t) => { + * // This test fails because it throws an exception. + * assert.strictEqual(1, 2); + * }); + * + * test('asynchronous passing test', async (t) => { + * // This test passes because the Promise returned by the async + * // function is settled and not rejected. + * assert.strictEqual(1, 1); + * }); + * + * test('asynchronous failing test', async (t) => { + * // This test fails because the Promise returned by the async + * // function is rejected. + * assert.strictEqual(1, 2); + * }); + * + * test('failing test using Promises', (t) => { + * // Promises can be used directly as well. + * return new Promise((resolve, reject) => { + * setImmediate(() => { + * reject(new Error('this will cause the test to fail')); + * }); + * }); + * }); + * + * test('callback passing test', (t, done) => { + * // done() is the callback function. When the setImmediate() runs, it invokes + * // done() with no arguments. + * setImmediate(done); + * }); + * + * test('callback failing test', (t, done) => { + * // When the setImmediate() runs, done() is invoked with an Error object and + * // the test fails. + * setImmediate(() => { + * done(new Error('callback failure')); + * }); + * }); + * ``` + * + * If any tests fail, the process exit code is set to `1`. + * @since v18.0.0, v16.17.0 + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/test.js) + */ +declare module "node:test" { + import { Readable } from "node:stream"; + import TestFn = test.TestFn; + import TestOptions = test.TestOptions; + /** + * The `test()` function is the value imported from the `test` module. Each + * invocation of this function results in reporting the test to the `TestsStream`. + * + * The `TestContext` object passed to the `fn` argument can be used to perform + * actions related to the current test. Examples include skipping the test, adding + * additional diagnostic information, or creating subtests. + * + * `test()` returns a `Promise` that fulfills once the test completes. + * if `test()` is called within a suite, it fulfills immediately. + * The return value can usually be discarded for top level tests. + * However, the return value from subtests should be used to prevent the parent + * test from finishing first and cancelling the subtest + * as shown in the following example. + * + * ```js + * test('top level test', async (t) => { + * // The setTimeout() in the following subtest would cause it to outlive its + * // parent test if 'await' is removed on the next line. Once the parent test + * // completes, it will cancel any outstanding subtests. + * await t.test('longer running subtest', async (t) => { + * return new Promise((resolve, reject) => { + * setTimeout(resolve, 1000); + * }); + * }); + * }); + * ``` + * + * The `timeout` option can be used to fail the test if it takes longer than `timeout` milliseconds to complete. However, it is not a reliable mechanism for + * canceling tests because a running test might block the application thread and + * thus prevent the scheduled cancellation. + * @since v18.0.0, v16.17.0 + * @param name The name of the test, which is displayed when reporting test results. + * Defaults to the `name` property of `fn`, or `''` if `fn` does not have a name. + * @param options Configuration options for the test. + * @param fn The function under test. The first argument to this function is a {@link TestContext} object. + * If the test uses callbacks, the callback function is passed as the second argument. + * @return Fulfilled with `undefined` once the test completes, or immediately if the test runs within a suite. + */ + function test(name?: string, fn?: TestFn): Promise; + function test(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function test(options?: TestOptions, fn?: TestFn): Promise; + function test(fn?: TestFn): Promise; + namespace test { + export { test }; + export { suite as describe, test as it }; + } + namespace test { + /** + * **Note:** `shard` is used to horizontally parallelize test running across + * machines or processes, ideal for large-scale executions across varied + * environments. It's incompatible with `watch` mode, tailored for rapid + * code iteration by automatically rerunning tests on file changes. + * + * ```js + * import { tap } from 'node:test/reporters'; + * import { run } from 'node:test'; + * import process from 'node:process'; + * import path from 'node:path'; + * + * run({ files: [path.resolve('./tests/test.js')] }) + * .compose(tap) + * .pipe(process.stdout); + * ``` + * @since v18.9.0, v16.19.0 + * @param options Configuration options for running tests. + */ + function run(options?: RunOptions): TestsStream; + /** + * The `suite()` function is imported from the `node:test` module. + * @param name The name of the suite, which is displayed when reporting test results. + * Defaults to the `name` property of `fn`, or `''` if `fn` does not have a name. + * @param options Configuration options for the suite. This supports the same options as {@link test}. + * @param fn The suite function declaring nested tests and suites. The first argument to this function is a {@link SuiteContext} object. + * @return Immediately fulfilled with `undefined`. + * @since v20.13.0 + */ + function suite(name?: string, options?: TestOptions, fn?: SuiteFn): Promise; + function suite(name?: string, fn?: SuiteFn): Promise; + function suite(options?: TestOptions, fn?: SuiteFn): Promise; + function suite(fn?: SuiteFn): Promise; + namespace suite { + /** + * Shorthand for skipping a suite. This is the same as calling {@link suite} with `options.skip` set to `true`. + * @since v20.13.0 + */ + function skip(name?: string, options?: TestOptions, fn?: SuiteFn): Promise; + function skip(name?: string, fn?: SuiteFn): Promise; + function skip(options?: TestOptions, fn?: SuiteFn): Promise; + function skip(fn?: SuiteFn): Promise; + /** + * Shorthand for marking a suite as `TODO`. This is the same as calling {@link suite} with `options.todo` set to `true`. + * @since v20.13.0 + */ + function todo(name?: string, options?: TestOptions, fn?: SuiteFn): Promise; + function todo(name?: string, fn?: SuiteFn): Promise; + function todo(options?: TestOptions, fn?: SuiteFn): Promise; + function todo(fn?: SuiteFn): Promise; + /** + * Shorthand for marking a suite as `only`. This is the same as calling {@link suite} with `options.only` set to `true`. + * @since v20.13.0 + */ + function only(name?: string, options?: TestOptions, fn?: SuiteFn): Promise; + function only(name?: string, fn?: SuiteFn): Promise; + function only(options?: TestOptions, fn?: SuiteFn): Promise; + function only(fn?: SuiteFn): Promise; + } + /** + * Shorthand for skipping a test. This is the same as calling {@link test} with `options.skip` set to `true`. + * @since v20.2.0 + */ + function skip(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function skip(name?: string, fn?: TestFn): Promise; + function skip(options?: TestOptions, fn?: TestFn): Promise; + function skip(fn?: TestFn): Promise; + /** + * Shorthand for marking a test as `TODO`. This is the same as calling {@link test} with `options.todo` set to `true`. + * @since v20.2.0 + */ + function todo(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function todo(name?: string, fn?: TestFn): Promise; + function todo(options?: TestOptions, fn?: TestFn): Promise; + function todo(fn?: TestFn): Promise; + /** + * Shorthand for marking a test as `only`. This is the same as calling {@link test} with `options.only` set to `true`. + * @since v20.2.0 + */ + function only(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function only(name?: string, fn?: TestFn): Promise; + function only(options?: TestOptions, fn?: TestFn): Promise; + function only(fn?: TestFn): Promise; + /** + * The type of a function passed to {@link test}. The first argument to this function is a {@link TestContext} object. + * If the test uses callbacks, the callback function is passed as the second argument. + */ + type TestFn = (t: TestContext, done: (result?: any) => void) => void | Promise; + /** + * The type of a suite test function. The argument to this function is a {@link SuiteContext} object. + */ + type SuiteFn = (s: SuiteContext) => void | Promise; + interface TestShard { + /** + * A positive integer between 1 and `total` that specifies the index of the shard to run. + */ + index: number; + /** + * A positive integer that specifies the total number of shards to split the test files to. + */ + total: number; + } + interface RunOptions { + /** + * If a number is provided, then that many test processes would run in parallel, where each process corresponds to one test file. + * If `true`, it would run `os.availableParallelism() - 1` test files in parallel. If `false`, it would only run one test file at a time. + * @default false + */ + concurrency?: number | boolean | undefined; + /** + * Specifies the current working directory to be used by the test runner. + * Serves as the base path for resolving files according to the + * [test runner execution model](https://nodejs.org/docs/latest-v24.x/api/test.html#test-runner-execution-model). + * @since v23.0.0 + * @default process.cwd() + */ + cwd?: string | undefined; + /** + * An array containing the list of files to run. If omitted, files are run according to the + * [test runner execution model](https://nodejs.org/docs/latest-v24.x/api/test.html#test-runner-execution-model). + */ + files?: readonly string[] | undefined; + /** + * Configures the test runner to exit the process once all known + * tests have finished executing even if the event loop would + * otherwise remain active. + * @default false + */ + forceExit?: boolean | undefined; + /** + * An array containing the list of glob patterns to match test files. + * This option cannot be used together with `files`. If omitted, files are run according to the + * [test runner execution model](https://nodejs.org/docs/latest-v24.x/api/test.html#test-runner-execution-model). + * @since v22.6.0 + */ + globPatterns?: readonly string[] | undefined; + /** + * Sets inspector port of test child process. + * This can be a number, or a function that takes no arguments and returns a + * number. If a nullish value is provided, each process gets its own port, + * incremented from the primary's `process.debugPort`. This option is ignored + * if the `isolation` option is set to `'none'` as no child processes are + * spawned. + * @default undefined + */ + inspectPort?: number | (() => number) | undefined; + /** + * Configures the type of test isolation. If set to + * `'process'`, each test file is run in a separate child process. If set to + * `'none'`, all test files run in the current process. + * @default 'process' + * @since v22.8.0 + */ + isolation?: "process" | "none" | undefined; + /** + * If truthy, the test context will only run tests that have the `only` option set + */ + only?: boolean | undefined; + /** + * A function that accepts the `TestsStream` instance and can be used to setup listeners before any tests are run. + * @default undefined + */ + setup?: ((reporter: TestsStream) => void | Promise) | undefined; + /** + * An array of CLI flags to pass to the `node` executable when + * spawning the subprocesses. This option has no effect when `isolation` is `'none`'. + * @since v22.10.0 + * @default [] + */ + execArgv?: readonly string[] | undefined; + /** + * An array of CLI flags to pass to each test file when spawning the + * subprocesses. This option has no effect when `isolation` is `'none'`. + * @since v22.10.0 + * @default [] + */ + argv?: readonly string[] | undefined; + /** + * Allows aborting an in-progress test execution. + */ + signal?: AbortSignal | undefined; + /** + * If provided, only run tests whose name matches the provided pattern. + * Strings are interpreted as JavaScript regular expressions. + * @default undefined + */ + testNamePatterns?: string | RegExp | ReadonlyArray | undefined; + /** + * A String, RegExp or a RegExp Array, that can be used to exclude running tests whose + * name matches the provided pattern. Test name patterns are interpreted as JavaScript + * regular expressions. For each test that is executed, any corresponding test hooks, + * such as `beforeEach()`, are also run. + * @default undefined + * @since v22.1.0 + */ + testSkipPatterns?: string | RegExp | ReadonlyArray | undefined; + /** + * The number of milliseconds after which the test execution will fail. + * If unspecified, subtests inherit this value from their parent. + * @default Infinity + */ + timeout?: number | undefined; + /** + * Whether to run in watch mode or not. + * @default false + */ + watch?: boolean | undefined; + /** + * Running tests in a specific shard. + * @default undefined + */ + shard?: TestShard | undefined; + /** + * enable [code coverage](https://nodejs.org/docs/latest-v24.x/api/test.html#collecting-code-coverage) collection. + * @since v22.10.0 + * @default false + */ + coverage?: boolean | undefined; + /** + * Excludes specific files from code coverage + * using a glob pattern, which can match both absolute and relative file paths. + * This property is only applicable when `coverage` was set to `true`. + * If both `coverageExcludeGlobs` and `coverageIncludeGlobs` are provided, + * files must meet **both** criteria to be included in the coverage report. + * @since v22.10.0 + * @default undefined + */ + coverageExcludeGlobs?: string | readonly string[] | undefined; + /** + * Includes specific files in code coverage + * using a glob pattern, which can match both absolute and relative file paths. + * This property is only applicable when `coverage` was set to `true`. + * If both `coverageExcludeGlobs` and `coverageIncludeGlobs` are provided, + * files must meet **both** criteria to be included in the coverage report. + * @since v22.10.0 + * @default undefined + */ + coverageIncludeGlobs?: string | readonly string[] | undefined; + /** + * Require a minimum percent of covered lines. If code + * coverage does not reach the threshold specified, the process will exit with code `1`. + * @since v22.10.0 + * @default 0 + */ + lineCoverage?: number | undefined; + /** + * Require a minimum percent of covered branches. If code + * coverage does not reach the threshold specified, the process will exit with code `1`. + * @since v22.10.0 + * @default 0 + */ + branchCoverage?: number | undefined; + /** + * Require a minimum percent of covered functions. If code + * coverage does not reach the threshold specified, the process will exit with code `1`. + * @since v22.10.0 + * @default 0 + */ + functionCoverage?: number | undefined; + } + /** + * A successful call to `run()` will return a new `TestsStream` object, streaming a series of events representing the execution of the tests. + * + * Some of the events are guaranteed to be emitted in the same order as the tests are defined, while others are emitted in the order that the tests execute. + * @since v18.9.0, v16.19.0 + */ + interface TestsStream extends Readable { + addListener(event: "test:coverage", listener: (data: EventData.TestCoverage) => void): this; + addListener(event: "test:complete", listener: (data: EventData.TestComplete) => void): this; + addListener(event: "test:dequeue", listener: (data: EventData.TestDequeue) => void): this; + addListener(event: "test:diagnostic", listener: (data: EventData.TestDiagnostic) => void): this; + addListener(event: "test:enqueue", listener: (data: EventData.TestEnqueue) => void): this; + addListener(event: "test:fail", listener: (data: EventData.TestFail) => void): this; + addListener(event: "test:pass", listener: (data: EventData.TestPass) => void): this; + addListener(event: "test:plan", listener: (data: EventData.TestPlan) => void): this; + addListener(event: "test:start", listener: (data: EventData.TestStart) => void): this; + addListener(event: "test:stderr", listener: (data: EventData.TestStderr) => void): this; + addListener(event: "test:stdout", listener: (data: EventData.TestStdout) => void): this; + addListener(event: "test:summary", listener: (data: EventData.TestSummary) => void): this; + addListener(event: "test:watch:drained", listener: () => void): this; + addListener(event: string, listener: (...args: any[]) => void): this; + emit(event: "test:coverage", data: EventData.TestCoverage): boolean; + emit(event: "test:complete", data: EventData.TestComplete): boolean; + emit(event: "test:dequeue", data: EventData.TestDequeue): boolean; + emit(event: "test:diagnostic", data: EventData.TestDiagnostic): boolean; + emit(event: "test:enqueue", data: EventData.TestEnqueue): boolean; + emit(event: "test:fail", data: EventData.TestFail): boolean; + emit(event: "test:pass", data: EventData.TestPass): boolean; + emit(event: "test:plan", data: EventData.TestPlan): boolean; + emit(event: "test:start", data: EventData.TestStart): boolean; + emit(event: "test:stderr", data: EventData.TestStderr): boolean; + emit(event: "test:stdout", data: EventData.TestStdout): boolean; + emit(event: "test:summary", data: EventData.TestSummary): boolean; + emit(event: "test:watch:drained"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "test:coverage", listener: (data: EventData.TestCoverage) => void): this; + on(event: "test:complete", listener: (data: EventData.TestComplete) => void): this; + on(event: "test:dequeue", listener: (data: EventData.TestDequeue) => void): this; + on(event: "test:diagnostic", listener: (data: EventData.TestDiagnostic) => void): this; + on(event: "test:enqueue", listener: (data: EventData.TestEnqueue) => void): this; + on(event: "test:fail", listener: (data: EventData.TestFail) => void): this; + on(event: "test:pass", listener: (data: EventData.TestPass) => void): this; + on(event: "test:plan", listener: (data: EventData.TestPlan) => void): this; + on(event: "test:start", listener: (data: EventData.TestStart) => void): this; + on(event: "test:stderr", listener: (data: EventData.TestStderr) => void): this; + on(event: "test:stdout", listener: (data: EventData.TestStdout) => void): this; + on(event: "test:summary", listener: (data: EventData.TestSummary) => void): this; + on(event: "test:watch:drained", listener: () => void): this; + on(event: string, listener: (...args: any[]) => void): this; + once(event: "test:coverage", listener: (data: EventData.TestCoverage) => void): this; + once(event: "test:complete", listener: (data: EventData.TestComplete) => void): this; + once(event: "test:dequeue", listener: (data: EventData.TestDequeue) => void): this; + once(event: "test:diagnostic", listener: (data: EventData.TestDiagnostic) => void): this; + once(event: "test:enqueue", listener: (data: EventData.TestEnqueue) => void): this; + once(event: "test:fail", listener: (data: EventData.TestFail) => void): this; + once(event: "test:pass", listener: (data: EventData.TestPass) => void): this; + once(event: "test:plan", listener: (data: EventData.TestPlan) => void): this; + once(event: "test:start", listener: (data: EventData.TestStart) => void): this; + once(event: "test:stderr", listener: (data: EventData.TestStderr) => void): this; + once(event: "test:stdout", listener: (data: EventData.TestStdout) => void): this; + once(event: "test:summary", listener: (data: EventData.TestSummary) => void): this; + once(event: "test:watch:drained", listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "test:coverage", listener: (data: EventData.TestCoverage) => void): this; + prependListener(event: "test:complete", listener: (data: EventData.TestComplete) => void): this; + prependListener(event: "test:dequeue", listener: (data: EventData.TestDequeue) => void): this; + prependListener(event: "test:diagnostic", listener: (data: EventData.TestDiagnostic) => void): this; + prependListener(event: "test:enqueue", listener: (data: EventData.TestEnqueue) => void): this; + prependListener(event: "test:fail", listener: (data: EventData.TestFail) => void): this; + prependListener(event: "test:pass", listener: (data: EventData.TestPass) => void): this; + prependListener(event: "test:plan", listener: (data: EventData.TestPlan) => void): this; + prependListener(event: "test:start", listener: (data: EventData.TestStart) => void): this; + prependListener(event: "test:stderr", listener: (data: EventData.TestStderr) => void): this; + prependListener(event: "test:stdout", listener: (data: EventData.TestStdout) => void): this; + prependListener(event: "test:summary", listener: (data: EventData.TestSummary) => void): this; + prependListener(event: "test:watch:drained", listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "test:coverage", listener: (data: EventData.TestCoverage) => void): this; + prependOnceListener(event: "test:complete", listener: (data: EventData.TestComplete) => void): this; + prependOnceListener(event: "test:dequeue", listener: (data: EventData.TestDequeue) => void): this; + prependOnceListener(event: "test:diagnostic", listener: (data: EventData.TestDiagnostic) => void): this; + prependOnceListener(event: "test:enqueue", listener: (data: EventData.TestEnqueue) => void): this; + prependOnceListener(event: "test:fail", listener: (data: EventData.TestFail) => void): this; + prependOnceListener(event: "test:pass", listener: (data: EventData.TestPass) => void): this; + prependOnceListener(event: "test:plan", listener: (data: EventData.TestPlan) => void): this; + prependOnceListener(event: "test:start", listener: (data: EventData.TestStart) => void): this; + prependOnceListener(event: "test:stderr", listener: (data: EventData.TestStderr) => void): this; + prependOnceListener(event: "test:stdout", listener: (data: EventData.TestStdout) => void): this; + prependOnceListener(event: "test:summary", listener: (data: EventData.TestSummary) => void): this; + prependOnceListener(event: "test:watch:drained", listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + } + namespace EventData { + interface Error extends globalThis.Error { + cause: globalThis.Error; + } + interface LocationInfo { + /** + * The column number where the test is defined, or + * `undefined` if the test was run through the REPL. + */ + column?: number; + /** + * The path of the test file, `undefined` if test was run through the REPL. + */ + file?: string; + /** + * The line number where the test is defined, or `undefined` if the test was run through the REPL. + */ + line?: number; + } + interface TestDiagnostic extends LocationInfo { + /** + * The diagnostic message. + */ + message: string; + /** + * The nesting level of the test. + */ + nesting: number; + } + interface TestCoverage { + /** + * An object containing the coverage report. + */ + summary: { + /** + * An array of coverage reports for individual files. + */ + files: Array<{ + /** + * The absolute path of the file. + */ + path: string; + /** + * The total number of lines. + */ + totalLineCount: number; + /** + * The total number of branches. + */ + totalBranchCount: number; + /** + * The total number of functions. + */ + totalFunctionCount: number; + /** + * The number of covered lines. + */ + coveredLineCount: number; + /** + * The number of covered branches. + */ + coveredBranchCount: number; + /** + * The number of covered functions. + */ + coveredFunctionCount: number; + /** + * The percentage of lines covered. + */ + coveredLinePercent: number; + /** + * The percentage of branches covered. + */ + coveredBranchPercent: number; + /** + * The percentage of functions covered. + */ + coveredFunctionPercent: number; + /** + * An array of functions representing function coverage. + */ + functions: Array<{ + /** + * The name of the function. + */ + name: string; + /** + * The line number where the function is defined. + */ + line: number; + /** + * The number of times the function was called. + */ + count: number; + }>; + /** + * An array of branches representing branch coverage. + */ + branches: Array<{ + /** + * The line number where the branch is defined. + */ + line: number; + /** + * The number of times the branch was taken. + */ + count: number; + }>; + /** + * An array of lines representing line numbers and the number of times they were covered. + */ + lines: Array<{ + /** + * The line number. + */ + line: number; + /** + * The number of times the line was covered. + */ + count: number; + }>; + }>; + /** + * An object containing whether or not the coverage for + * each coverage type. + * @since v22.9.0 + */ + thresholds: { + /** + * The function coverage threshold. + */ + function: number; + /** + * The branch coverage threshold. + */ + branch: number; + /** + * The line coverage threshold. + */ + line: number; + }; + /** + * An object containing a summary of coverage for all files. + */ + totals: { + /** + * The total number of lines. + */ + totalLineCount: number; + /** + * The total number of branches. + */ + totalBranchCount: number; + /** + * The total number of functions. + */ + totalFunctionCount: number; + /** + * The number of covered lines. + */ + coveredLineCount: number; + /** + * The number of covered branches. + */ + coveredBranchCount: number; + /** + * The number of covered functions. + */ + coveredFunctionCount: number; + /** + * The percentage of lines covered. + */ + coveredLinePercent: number; + /** + * The percentage of branches covered. + */ + coveredBranchPercent: number; + /** + * The percentage of functions covered. + */ + coveredFunctionPercent: number; + }; + /** + * The working directory when code coverage began. This + * is useful for displaying relative path names in case + * the tests changed the working directory of the Node.js process. + */ + workingDirectory: string; + }; + /** + * The nesting level of the test. + */ + nesting: number; + } + interface TestComplete extends LocationInfo { + /** + * Additional execution metadata. + */ + details: { + /** + * Whether the test passed or not. + */ + passed: boolean; + /** + * The duration of the test in milliseconds. + */ + duration_ms: number; + /** + * An error wrapping the error thrown by the test if it did not pass. + */ + error?: Error; + /** + * The type of the test, used to denote whether this is a suite. + */ + type?: "suite"; + }; + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; + /** + * The ordinal number of the test. + */ + testNumber: number; + /** + * Present if `context.todo` is called. + */ + todo?: string | boolean; + /** + * Present if `context.skip` is called. + */ + skip?: string | boolean; + } + interface TestDequeue extends LocationInfo { + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; + /** + * The test type. Either `'suite'` or `'test'`. + * @since v22.15.0 + */ + type: "suite" | "test"; + } + interface TestEnqueue extends LocationInfo { + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; + /** + * The test type. Either `'suite'` or `'test'`. + * @since v22.15.0 + */ + type: "suite" | "test"; + } + interface TestFail extends LocationInfo { + /** + * Additional execution metadata. + */ + details: { + /** + * The duration of the test in milliseconds. + */ + duration_ms: number; + /** + * An error wrapping the error thrown by the test. + */ + error: Error; + /** + * The type of the test, used to denote whether this is a suite. + * @since v20.0.0, v19.9.0, v18.17.0 + */ + type?: "suite"; + }; + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; + /** + * The ordinal number of the test. + */ + testNumber: number; + /** + * Present if `context.todo` is called. + */ + todo?: string | boolean; + /** + * Present if `context.skip` is called. + */ + skip?: string | boolean; + } + interface TestPass extends LocationInfo { + /** + * Additional execution metadata. + */ + details: { + /** + * The duration of the test in milliseconds. + */ + duration_ms: number; + /** + * The type of the test, used to denote whether this is a suite. + * @since 20.0.0, 19.9.0, 18.17.0 + */ + type?: "suite"; + }; + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; + /** + * The ordinal number of the test. + */ + testNumber: number; + /** + * Present if `context.todo` is called. + */ + todo?: string | boolean; + /** + * Present if `context.skip` is called. + */ + skip?: string | boolean; + } + interface TestPlan extends LocationInfo { + /** + * The nesting level of the test. + */ + nesting: number; + /** + * The number of subtests that have ran. + */ + count: number; + } + interface TestStart extends LocationInfo { + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; + } + interface TestStderr { + /** + * The path of the test file. + */ + file: string; + /** + * The message written to `stderr`. + */ + message: string; + } + interface TestStdout { + /** + * The path of the test file. + */ + file: string; + /** + * The message written to `stdout`. + */ + message: string; + } + interface TestSummary { + /** + * An object containing the counts of various test results. + */ + counts: { + /** + * The total number of cancelled tests. + */ + cancelled: number; + /** + * The total number of passed tests. + */ + passed: number; + /** + * The total number of skipped tests. + */ + skipped: number; + /** + * The total number of suites run. + */ + suites: number; + /** + * The total number of tests run, excluding suites. + */ + tests: number; + /** + * The total number of TODO tests. + */ + todo: number; + /** + * The total number of top level tests and suites. + */ + topLevel: number; + }; + /** + * The duration of the test run in milliseconds. + */ + duration_ms: number; + /** + * The path of the test file that generated the + * summary. If the summary corresponds to multiple files, this value is + * `undefined`. + */ + file: string | undefined; + /** + * Indicates whether or not the test run is considered + * successful or not. If any error condition occurs, such as a failing test or + * unmet coverage threshold, this value will be set to `false`. + */ + success: boolean; + } + } + /** + * An instance of `TestContext` is passed to each test function in order to + * interact with the test runner. However, the `TestContext` constructor is not + * exposed as part of the API. + * @since v18.0.0, v16.17.0 + */ + interface TestContext { + /** + * An object containing assertion methods bound to the test context. + * The top-level functions from the `node:assert` module are exposed here for the purpose of creating test plans. + * + * **Note:** Some of the functions from `node:assert` contain type assertions. If these are called via the + * TestContext `assert` object, then the context parameter in the test's function signature **must be explicitly typed** + * (ie. the parameter must have a type annotation), otherwise an error will be raised by the TypeScript compiler: + * ```ts + * import { test, type TestContext } from 'node:test'; + * + * // The test function's context parameter must have a type annotation. + * test('example', (t: TestContext) => { + * t.assert.deepStrictEqual(actual, expected); + * }); + * + * // Omitting the type annotation will result in a compilation error. + * test('example', t => { + * t.assert.deepStrictEqual(actual, expected); // Error: 't' needs an explicit type annotation. + * }); + * ``` + * @since v22.2.0, v20.15.0 + */ + readonly assert: TestContextAssert; + /** + * This function is used to create a hook running before subtest of the current test. + * @param fn The hook function. The first argument to this function is a `TestContext` object. + * If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + * @since v20.1.0, v18.17.0 + */ + before(fn?: TestContextHookFn, options?: HookOptions): void; + /** + * This function is used to create a hook running before each subtest of the current test. + * @param fn The hook function. The first argument to this function is a `TestContext` object. + * If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + beforeEach(fn?: TestContextHookFn, options?: HookOptions): void; + /** + * This function is used to create a hook that runs after the current test finishes. + * @param fn The hook function. The first argument to this function is a `TestContext` object. + * If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + * @since v18.13.0 + */ + after(fn?: TestContextHookFn, options?: HookOptions): void; + /** + * This function is used to create a hook running after each subtest of the current test. + * @param fn The hook function. The first argument to this function is a `TestContext` object. + * If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + afterEach(fn?: TestContextHookFn, options?: HookOptions): void; + /** + * This function is used to write diagnostics to the output. Any diagnostic + * information is included at the end of the test's results. This function does + * not return a value. + * + * ```js + * test('top level test', (t) => { + * t.diagnostic('A diagnostic message'); + * }); + * ``` + * @since v18.0.0, v16.17.0 + * @param message Message to be reported. + */ + diagnostic(message: string): void; + /** + * The absolute path of the test file that created the current test. If a test file imports + * additional modules that generate tests, the imported tests will return the path of the root test file. + * @since v22.6.0 + */ + readonly filePath: string | undefined; + /** + * The name of the test and each of its ancestors, separated by `>`. + * @since v22.3.0 + */ + readonly fullName: string; + /** + * The name of the test. + * @since v18.8.0, v16.18.0 + */ + readonly name: string; + /** + * This function is used to set the number of assertions and subtests that are expected to run + * within the test. If the number of assertions and subtests that run does not match the + * expected count, the test will fail. + * + * > Note: To make sure assertions are tracked, `t.assert` must be used instead of `assert` directly. + * + * ```js + * test('top level test', (t) => { + * t.plan(2); + * t.assert.ok('some relevant assertion here'); + * t.test('subtest', () => {}); + * }); + * ``` + * + * When working with asynchronous code, the `plan` function can be used to ensure that the + * correct number of assertions are run: + * + * ```js + * test('planning with streams', (t, done) => { + * function* generate() { + * yield 'a'; + * yield 'b'; + * yield 'c'; + * } + * const expected = ['a', 'b', 'c']; + * t.plan(expected.length); + * const stream = Readable.from(generate()); + * stream.on('data', (chunk) => { + * t.assert.strictEqual(chunk, expected.shift()); + * }); + * + * stream.on('end', () => { + * done(); + * }); + * }); + * ``` + * + * When using the `wait` option, you can control how long the test will wait for the expected assertions. + * For example, setting a maximum wait time ensures that the test will wait for asynchronous assertions + * to complete within the specified timeframe: + * + * ```js + * test('plan with wait: 2000 waits for async assertions', (t) => { + * t.plan(1, { wait: 2000 }); // Waits for up to 2 seconds for the assertion to complete. + * + * const asyncActivity = () => { + * setTimeout(() => { + * * t.assert.ok(true, 'Async assertion completed within the wait time'); + * }, 1000); // Completes after 1 second, within the 2-second wait time. + * }; + * + * asyncActivity(); // The test will pass because the assertion is completed in time. + * }); + * ``` + * + * Note: If a `wait` timeout is specified, it begins counting down only after the test function finishes executing. + * @since v22.2.0 + */ + plan(count: number, options?: TestContextPlanOptions): void; + /** + * If `shouldRunOnlyTests` is truthy, the test context will only run tests that + * have the `only` option set. Otherwise, all tests are run. If Node.js was not + * started with the `--test-only` command-line option, this function is a + * no-op. + * + * ```js + * test('top level test', (t) => { + * // The test context can be set to run subtests with the 'only' option. + * t.runOnly(true); + * return Promise.all([ + * t.test('this subtest is now skipped'), + * t.test('this subtest is run', { only: true }), + * ]); + * }); + * ``` + * @since v18.0.0, v16.17.0 + * @param shouldRunOnlyTests Whether or not to run `only` tests. + */ + runOnly(shouldRunOnlyTests: boolean): void; + /** + * ```js + * test('top level test', async (t) => { + * await fetch('some/uri', { signal: t.signal }); + * }); + * ``` + * @since v18.7.0, v16.17.0 + */ + readonly signal: AbortSignal; + /** + * This function causes the test's output to indicate the test as skipped. If `message` is provided, it is included in the output. Calling `skip()` does + * not terminate execution of the test function. This function does not return a + * value. + * + * ```js + * test('top level test', (t) => { + * // Make sure to return here as well if the test contains additional logic. + * t.skip('this is skipped'); + * }); + * ``` + * @since v18.0.0, v16.17.0 + * @param message Optional skip message. + */ + skip(message?: string): void; + /** + * This function adds a `TODO` directive to the test's output. If `message` is + * provided, it is included in the output. Calling `todo()` does not terminate + * execution of the test function. This function does not return a value. + * + * ```js + * test('top level test', (t) => { + * // This test is marked as `TODO` + * t.todo('this is a todo'); + * }); + * ``` + * @since v18.0.0, v16.17.0 + * @param message Optional `TODO` message. + */ + todo(message?: string): void; + /** + * This function is used to create subtests under the current test. This function behaves in + * the same fashion as the top level {@link test} function. + * @since v18.0.0 + * @param name The name of the test, which is displayed when reporting test results. + * Defaults to the `name` property of `fn`, or `''` if `fn` does not have a name. + * @param options Configuration options for the test. + * @param fn The function under test. This first argument to this function is a {@link TestContext} object. + * If the test uses callbacks, the callback function is passed as the second argument. + * @returns A {@link Promise} resolved with `undefined` once the test completes. + */ + test: typeof test; + /** + * This method polls a `condition` function until that function either returns + * successfully or the operation times out. + * @since v22.14.0 + * @param condition An assertion function that is invoked + * periodically until it completes successfully or the defined polling timeout + * elapses. Successful completion is defined as not throwing or rejecting. This + * function does not accept any arguments, and is allowed to return any value. + * @param options An optional configuration object for the polling operation. + * @returns Fulfilled with the value returned by `condition`. + */ + waitFor(condition: () => T, options?: TestContextWaitForOptions): Promise>; + /** + * Each test provides its own MockTracker instance. + */ + readonly mock: MockTracker; + } + interface TestContextAssert extends + Pick< + typeof import("assert"), + | "deepEqual" + | "deepStrictEqual" + | "doesNotMatch" + | "doesNotReject" + | "doesNotThrow" + | "equal" + | "fail" + | "ifError" + | "match" + | "notDeepEqual" + | "notDeepStrictEqual" + | "notEqual" + | "notStrictEqual" + | "ok" + | "partialDeepStrictEqual" + | "rejects" + | "strictEqual" + | "throws" + > + { + /** + * This function serializes `value` and writes it to the file specified by `path`. + * + * ```js + * test('snapshot test with default serialization', (t) => { + * t.assert.fileSnapshot({ value1: 1, value2: 2 }, './snapshots/snapshot.json'); + * }); + * ``` + * + * This function differs from `context.assert.snapshot()` in the following ways: + * + * * The snapshot file path is explicitly provided by the user. + * * Each snapshot file is limited to a single snapshot value. + * * No additional escaping is performed by the test runner. + * + * These differences allow snapshot files to better support features such as syntax + * highlighting. + * @since v22.14.0 + * @param value A value to serialize to a string. If Node.js was started with + * the [`--test-update-snapshots`](https://nodejs.org/docs/latest-v24.x/api/cli.html#--test-update-snapshots) + * flag, the serialized value is written to + * `path`. Otherwise, the serialized value is compared to the contents of the + * existing snapshot file. + * @param path The file where the serialized `value` is written. + * @param options Optional configuration options. + */ + fileSnapshot(value: any, path: string, options?: AssertSnapshotOptions): void; + /** + * This function implements assertions for snapshot testing. + * ```js + * test('snapshot test with default serialization', (t) => { + * t.assert.snapshot({ value1: 1, value2: 2 }); + * }); + * + * test('snapshot test with custom serialization', (t) => { + * t.assert.snapshot({ value3: 3, value4: 4 }, { + * serializers: [(value) => JSON.stringify(value)] + * }); + * }); + * ``` + * @since v22.3.0 + * @param value A value to serialize to a string. If Node.js was started with + * the [`--test-update-snapshots`](https://nodejs.org/docs/latest-v24.x/api/cli.html#--test-update-snapshots) + * flag, the serialized value is written to + * the snapshot file. Otherwise, the serialized value is compared to the + * corresponding value in the existing snapshot file. + */ + snapshot(value: any, options?: AssertSnapshotOptions): void; + /** + * A custom assertion function registered with `assert.register()`. + */ + [name: string]: (...args: any[]) => void; + } + interface AssertSnapshotOptions { + /** + * An array of synchronous functions used to serialize `value` into a string. + * `value` is passed as the only argument to the first serializer function. + * The return value of each serializer is passed as input to the next serializer. + * Once all serializers have run, the resulting value is coerced to a string. + * + * If no serializers are provided, the test runner's default serializers are used. + */ + serializers?: ReadonlyArray<(value: any) => any> | undefined; + } + interface TestContextPlanOptions { + /** + * The wait time for the plan: + * * If `true`, the plan waits indefinitely for all assertions and subtests to run. + * * If `false`, the plan performs an immediate check after the test function completes, + * without waiting for any pending assertions or subtests. + * Any assertions or subtests that complete after this check will not be counted towards the plan. + * * If a number, it specifies the maximum wait time in milliseconds + * before timing out while waiting for expected assertions and subtests to be matched. + * If the timeout is reached, the test will fail. + * @default false + */ + wait?: boolean | number | undefined; + } + interface TestContextWaitForOptions { + /** + * The number of milliseconds to wait after an unsuccessful + * invocation of `condition` before trying again. + * @default 50 + */ + interval?: number | undefined; + /** + * The poll timeout in milliseconds. If `condition` has not + * succeeded by the time this elapses, an error occurs. + * @default 1000 + */ + timeout?: number | undefined; + } + /** + * An instance of `SuiteContext` is passed to each suite function in order to + * interact with the test runner. However, the `SuiteContext` constructor is not + * exposed as part of the API. + * @since v18.7.0, v16.17.0 + */ + interface SuiteContext { + /** + * The absolute path of the test file that created the current suite. If a test file imports + * additional modules that generate suites, the imported suites will return the path of the root test file. + * @since v22.6.0 + */ + readonly filePath: string | undefined; + /** + * The name of the suite. + * @since v18.8.0, v16.18.0 + */ + readonly name: string; + /** + * Can be used to abort test subtasks when the test has been aborted. + * @since v18.7.0, v16.17.0 + */ + readonly signal: AbortSignal; + } + interface TestOptions { + /** + * If a number is provided, then that many tests would run in parallel. + * If truthy, it would run (number of cpu cores - 1) tests in parallel. + * For subtests, it will be `Infinity` tests in parallel. + * If falsy, it would only run one test at a time. + * If unspecified, subtests inherit this value from their parent. + * @default false + */ + concurrency?: number | boolean | undefined; + /** + * If truthy, and the test context is configured to run `only` tests, then this test will be + * run. Otherwise, the test is skipped. + * @default false + */ + only?: boolean | undefined; + /** + * Allows aborting an in-progress test. + * @since v18.8.0 + */ + signal?: AbortSignal | undefined; + /** + * If truthy, the test is skipped. If a string is provided, that string is displayed in the + * test results as the reason for skipping the test. + * @default false + */ + skip?: boolean | string | undefined; + /** + * A number of milliseconds the test will fail after. If unspecified, subtests inherit this + * value from their parent. + * @default Infinity + * @since v18.7.0 + */ + timeout?: number | undefined; + /** + * If truthy, the test marked as `TODO`. If a string is provided, that string is displayed in + * the test results as the reason why the test is `TODO`. + * @default false + */ + todo?: boolean | string | undefined; + /** + * The number of assertions and subtests expected to be run in the test. + * If the number of assertions run in the test does not match the number + * specified in the plan, the test will fail. + * @default undefined + * @since v22.2.0 + */ + plan?: number | undefined; + } + /** + * This function creates a hook that runs before executing a suite. + * + * ```js + * describe('tests', async () => { + * before(() => console.log('about to run some test')); + * it('is a subtest', () => { + * assert.ok('some relevant assertion here'); + * }); + * }); + * ``` + * @since v18.8.0, v16.18.0 + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + */ + function before(fn?: HookFn, options?: HookOptions): void; + /** + * This function creates a hook that runs after executing a suite. + * + * ```js + * describe('tests', async () => { + * after(() => console.log('finished running tests')); + * it('is a subtest', () => { + * assert.ok('some relevant assertion here'); + * }); + * }); + * ``` + * @since v18.8.0, v16.18.0 + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + */ + function after(fn?: HookFn, options?: HookOptions): void; + /** + * This function creates a hook that runs before each test in the current suite. + * + * ```js + * describe('tests', async () => { + * beforeEach(() => console.log('about to run a test')); + * it('is a subtest', () => { + * assert.ok('some relevant assertion here'); + * }); + * }); + * ``` + * @since v18.8.0, v16.18.0 + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + */ + function beforeEach(fn?: HookFn, options?: HookOptions): void; + /** + * This function creates a hook that runs after each test in the current suite. + * The `afterEach()` hook is run even if the test fails. + * + * ```js + * describe('tests', async () => { + * afterEach(() => console.log('finished running a test')); + * it('is a subtest', () => { + * assert.ok('some relevant assertion here'); + * }); + * }); + * ``` + * @since v18.8.0, v16.18.0 + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + */ + function afterEach(fn?: HookFn, options?: HookOptions): void; + /** + * The hook function. The first argument is the context in which the hook is called. + * If the hook uses callbacks, the callback function is passed as the second argument. + */ + type HookFn = (c: TestContext | SuiteContext, done: (result?: any) => void) => any; + /** + * The hook function. The first argument is a `TestContext` object. + * If the hook uses callbacks, the callback function is passed as the second argument. + */ + type TestContextHookFn = (t: TestContext, done: (result?: any) => void) => any; + /** + * Configuration options for hooks. + * @since v18.8.0 + */ + interface HookOptions { + /** + * Allows aborting an in-progress hook. + */ + signal?: AbortSignal | undefined; + /** + * A number of milliseconds the hook will fail after. If unspecified, subtests inherit this + * value from their parent. + * @default Infinity + */ + timeout?: number | undefined; + } + interface MockFunctionOptions { + /** + * The number of times that the mock will use the behavior of `implementation`. + * Once the mock function has been called `times` times, + * it will automatically restore the behavior of `original`. + * This value must be an integer greater than zero. + * @default Infinity + */ + times?: number | undefined; + } + interface MockMethodOptions extends MockFunctionOptions { + /** + * If `true`, `object[methodName]` is treated as a getter. + * This option cannot be used with the `setter` option. + */ + getter?: boolean | undefined; + /** + * If `true`, `object[methodName]` is treated as a setter. + * This option cannot be used with the `getter` option. + */ + setter?: boolean | undefined; + } + type Mock = F & { + mock: MockFunctionContext; + }; + interface MockModuleOptions { + /** + * If false, each call to `require()` or `import()` generates a new mock module. + * If true, subsequent calls will return the same module mock, and the mock module is inserted into the CommonJS cache. + * @default false + */ + cache?: boolean | undefined; + /** + * The value to use as the mocked module's default export. + * + * If this value is not provided, ESM mocks do not include a default export. + * If the mock is a CommonJS or builtin module, this setting is used as the value of `module.exports`. + * If this value is not provided, CJS and builtin mocks use an empty object as the value of `module.exports`. + */ + defaultExport?: any; + /** + * An object whose keys and values are used to create the named exports of the mock module. + * + * If the mock is a CommonJS or builtin module, these values are copied onto `module.exports`. + * Therefore, if a mock is created with both named exports and a non-object default export, + * the mock will throw an exception when used as a CJS or builtin module. + */ + namedExports?: object | undefined; + } + /** + * The `MockTracker` class is used to manage mocking functionality. The test runner + * module provides a top level `mock` export which is a `MockTracker` instance. + * Each test also provides its own `MockTracker` instance via the test context's `mock` property. + * @since v19.1.0, v18.13.0 + */ + interface MockTracker { + /** + * This function is used to create a mock function. + * + * The following example creates a mock function that increments a counter by one + * on each invocation. The `times` option is used to modify the mock behavior such + * that the first two invocations add two to the counter instead of one. + * + * ```js + * test('mocks a counting function', (t) => { + * let cnt = 0; + * + * function addOne() { + * cnt++; + * return cnt; + * } + * + * function addTwo() { + * cnt += 2; + * return cnt; + * } + * + * const fn = t.mock.fn(addOne, addTwo, { times: 2 }); + * + * assert.strictEqual(fn(), 2); + * assert.strictEqual(fn(), 4); + * assert.strictEqual(fn(), 5); + * assert.strictEqual(fn(), 6); + * }); + * ``` + * @since v19.1.0, v18.13.0 + * @param original An optional function to create a mock on. + * @param implementation An optional function used as the mock implementation for `original`. This is useful for creating mocks that exhibit one behavior for a specified number of calls and + * then restore the behavior of `original`. + * @param options Optional configuration options for the mock function. + * @return The mocked function. The mocked function contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the + * behavior of the mocked function. + */ + fn undefined>( + original?: F, + options?: MockFunctionOptions, + ): Mock; + fn undefined, Implementation extends Function = F>( + original?: F, + implementation?: Implementation, + options?: MockFunctionOptions, + ): Mock; + /** + * This function is used to create a mock on an existing object method. The + * following example demonstrates how a mock is created on an existing object + * method. + * + * ```js + * test('spies on an object method', (t) => { + * const number = { + * value: 5, + * subtract(a) { + * return this.value - a; + * }, + * }; + * + * t.mock.method(number, 'subtract'); + * assert.strictEqual(number.subtract.mock.calls.length, 0); + * assert.strictEqual(number.subtract(3), 2); + * assert.strictEqual(number.subtract.mock.calls.length, 1); + * + * const call = number.subtract.mock.calls[0]; + * + * assert.deepStrictEqual(call.arguments, [3]); + * assert.strictEqual(call.result, 2); + * assert.strictEqual(call.error, undefined); + * assert.strictEqual(call.target, undefined); + * assert.strictEqual(call.this, number); + * }); + * ``` + * @since v19.1.0, v18.13.0 + * @param object The object whose method is being mocked. + * @param methodName The identifier of the method on `object` to mock. If `object[methodName]` is not a function, an error is thrown. + * @param implementation An optional function used as the mock implementation for `object[methodName]`. + * @param options Optional configuration options for the mock method. + * @return The mocked method. The mocked method contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the + * behavior of the mocked method. + */ + method< + MockedObject extends object, + MethodName extends FunctionPropertyNames, + >( + object: MockedObject, + methodName: MethodName, + options?: MockFunctionOptions, + ): MockedObject[MethodName] extends Function ? Mock + : never; + method< + MockedObject extends object, + MethodName extends FunctionPropertyNames, + Implementation extends Function, + >( + object: MockedObject, + methodName: MethodName, + implementation: Implementation, + options?: MockFunctionOptions, + ): MockedObject[MethodName] extends Function ? Mock + : never; + method( + object: MockedObject, + methodName: keyof MockedObject, + options: MockMethodOptions, + ): Mock; + method( + object: MockedObject, + methodName: keyof MockedObject, + implementation: Function, + options: MockMethodOptions, + ): Mock; + /** + * This function is syntax sugar for `MockTracker.method` with `options.getter` set to `true`. + * @since v19.3.0, v18.13.0 + */ + getter< + MockedObject extends object, + MethodName extends keyof MockedObject, + >( + object: MockedObject, + methodName: MethodName, + options?: MockFunctionOptions, + ): Mock<() => MockedObject[MethodName]>; + getter< + MockedObject extends object, + MethodName extends keyof MockedObject, + Implementation extends Function, + >( + object: MockedObject, + methodName: MethodName, + implementation?: Implementation, + options?: MockFunctionOptions, + ): Mock<(() => MockedObject[MethodName]) | Implementation>; + /** + * This function is syntax sugar for `MockTracker.method` with `options.setter` set to `true`. + * @since v19.3.0, v18.13.0 + */ + setter< + MockedObject extends object, + MethodName extends keyof MockedObject, + >( + object: MockedObject, + methodName: MethodName, + options?: MockFunctionOptions, + ): Mock<(value: MockedObject[MethodName]) => void>; + setter< + MockedObject extends object, + MethodName extends keyof MockedObject, + Implementation extends Function, + >( + object: MockedObject, + methodName: MethodName, + implementation?: Implementation, + options?: MockFunctionOptions, + ): Mock<((value: MockedObject[MethodName]) => void) | Implementation>; + /** + * This function is used to mock the exports of ECMAScript modules, CommonJS modules, JSON modules, and + * Node.js builtin modules. Any references to the original module prior to mocking are not impacted. In + * order to enable module mocking, Node.js must be started with the + * [`--experimental-test-module-mocks`](https://nodejs.org/docs/latest-v24.x/api/cli.html#--experimental-test-module-mocks) + * command-line flag. + * + * The following example demonstrates how a mock is created for a module. + * + * ```js + * test('mocks a builtin module in both module systems', async (t) => { + * // Create a mock of 'node:readline' with a named export named 'fn', which + * // does not exist in the original 'node:readline' module. + * const mock = t.mock.module('node:readline', { + * namedExports: { fn() { return 42; } }, + * }); + * + * let esmImpl = await import('node:readline'); + * let cjsImpl = require('node:readline'); + * + * // cursorTo() is an export of the original 'node:readline' module. + * assert.strictEqual(esmImpl.cursorTo, undefined); + * assert.strictEqual(cjsImpl.cursorTo, undefined); + * assert.strictEqual(esmImpl.fn(), 42); + * assert.strictEqual(cjsImpl.fn(), 42); + * + * mock.restore(); + * + * // The mock is restored, so the original builtin module is returned. + * esmImpl = await import('node:readline'); + * cjsImpl = require('node:readline'); + * + * assert.strictEqual(typeof esmImpl.cursorTo, 'function'); + * assert.strictEqual(typeof cjsImpl.cursorTo, 'function'); + * assert.strictEqual(esmImpl.fn, undefined); + * assert.strictEqual(cjsImpl.fn, undefined); + * }); + * ``` + * @since v22.3.0 + * @experimental + * @param specifier A string identifying the module to mock. + * @param options Optional configuration options for the mock module. + */ + module(specifier: string, options?: MockModuleOptions): MockModuleContext; + /** + * This function restores the default behavior of all mocks that were previously + * created by this `MockTracker` and disassociates the mocks from the `MockTracker` instance. Once disassociated, the mocks can still be used, but the `MockTracker` instance can no longer be + * used to reset their behavior or + * otherwise interact with them. + * + * After each test completes, this function is called on the test context's `MockTracker`. If the global `MockTracker` is used extensively, calling this + * function manually is recommended. + * @since v19.1.0, v18.13.0 + */ + reset(): void; + /** + * This function restores the default behavior of all mocks that were previously + * created by this `MockTracker`. Unlike `mock.reset()`, `mock.restoreAll()` does + * not disassociate the mocks from the `MockTracker` instance. + * @since v19.1.0, v18.13.0 + */ + restoreAll(): void; + readonly timers: MockTimers; + } + const mock: MockTracker; + interface MockFunctionCall< + F extends Function, + ReturnType = F extends (...args: any) => infer T ? T + : F extends abstract new(...args: any) => infer T ? T + : unknown, + Args = F extends (...args: infer Y) => any ? Y + : F extends abstract new(...args: infer Y) => any ? Y + : unknown[], + > { + /** + * An array of the arguments passed to the mock function. + */ + arguments: Args; + /** + * If the mocked function threw then this property contains the thrown value. + */ + error: unknown | undefined; + /** + * The value returned by the mocked function. + * + * If the mocked function threw, it will be `undefined`. + */ + result: ReturnType | undefined; + /** + * An `Error` object whose stack can be used to determine the callsite of the mocked function invocation. + */ + stack: Error; + /** + * If the mocked function is a constructor, this field contains the class being constructed. + * Otherwise this will be `undefined`. + */ + target: F extends abstract new(...args: any) => any ? F : undefined; + /** + * The mocked function's `this` value. + */ + this: unknown; + } + /** + * The `MockFunctionContext` class is used to inspect or manipulate the behavior of + * mocks created via the `MockTracker` APIs. + * @since v19.1.0, v18.13.0 + */ + interface MockFunctionContext { + /** + * A getter that returns a copy of the internal array used to track calls to the + * mock. Each entry in the array is an object with the following properties. + * @since v19.1.0, v18.13.0 + */ + readonly calls: MockFunctionCall[]; + /** + * This function returns the number of times that this mock has been invoked. This + * function is more efficient than checking `ctx.calls.length` because `ctx.calls` is a getter that creates a copy of the internal call tracking array. + * @since v19.1.0, v18.13.0 + * @return The number of times that this mock has been invoked. + */ + callCount(): number; + /** + * This function is used to change the behavior of an existing mock. + * + * The following example creates a mock function using `t.mock.fn()`, calls the + * mock function, and then changes the mock implementation to a different function. + * + * ```js + * test('changes a mock behavior', (t) => { + * let cnt = 0; + * + * function addOne() { + * cnt++; + * return cnt; + * } + * + * function addTwo() { + * cnt += 2; + * return cnt; + * } + * + * const fn = t.mock.fn(addOne); + * + * assert.strictEqual(fn(), 1); + * fn.mock.mockImplementation(addTwo); + * assert.strictEqual(fn(), 3); + * assert.strictEqual(fn(), 5); + * }); + * ``` + * @since v19.1.0, v18.13.0 + * @param implementation The function to be used as the mock's new implementation. + */ + mockImplementation(implementation: F): void; + /** + * This function is used to change the behavior of an existing mock for a single + * invocation. Once invocation `onCall` has occurred, the mock will revert to + * whatever behavior it would have used had `mockImplementationOnce()` not been + * called. + * + * The following example creates a mock function using `t.mock.fn()`, calls the + * mock function, changes the mock implementation to a different function for the + * next invocation, and then resumes its previous behavior. + * + * ```js + * test('changes a mock behavior once', (t) => { + * let cnt = 0; + * + * function addOne() { + * cnt++; + * return cnt; + * } + * + * function addTwo() { + * cnt += 2; + * return cnt; + * } + * + * const fn = t.mock.fn(addOne); + * + * assert.strictEqual(fn(), 1); + * fn.mock.mockImplementationOnce(addTwo); + * assert.strictEqual(fn(), 3); + * assert.strictEqual(fn(), 4); + * }); + * ``` + * @since v19.1.0, v18.13.0 + * @param implementation The function to be used as the mock's implementation for the invocation number specified by `onCall`. + * @param onCall The invocation number that will use `implementation`. If the specified invocation has already occurred then an exception is thrown. + */ + mockImplementationOnce(implementation: F, onCall?: number): void; + /** + * Resets the call history of the mock function. + * @since v19.3.0, v18.13.0 + */ + resetCalls(): void; + /** + * Resets the implementation of the mock function to its original behavior. The + * mock can still be used after calling this function. + * @since v19.1.0, v18.13.0 + */ + restore(): void; + } + /** + * @since v22.3.0 + * @experimental + */ + interface MockModuleContext { + /** + * Resets the implementation of the mock module. + * @since v22.3.0 + */ + restore(): void; + } + interface MockTimersOptions { + apis: ReadonlyArray<"setInterval" | "setTimeout" | "setImmediate" | "Date">; + now?: number | Date | undefined; + } + /** + * Mocking timers is a technique commonly used in software testing to simulate and + * control the behavior of timers, such as `setInterval` and `setTimeout`, + * without actually waiting for the specified time intervals. + * + * The MockTimers API also allows for mocking of the `Date` constructor and + * `setImmediate`/`clearImmediate` functions. + * + * The `MockTracker` provides a top-level `timers` export + * which is a `MockTimers` instance. + * @since v20.4.0 + */ + interface MockTimers { + /** + * Enables timer mocking for the specified timers. + * + * **Note:** When you enable mocking for a specific timer, its associated + * clear function will also be implicitly mocked. + * + * **Note:** Mocking `Date` will affect the behavior of the mocked timers + * as they use the same internal clock. + * + * Example usage without setting initial time: + * + * ```js + * import { mock } from 'node:test'; + * mock.timers.enable({ apis: ['setInterval', 'Date'], now: 1234 }); + * ``` + * + * The above example enables mocking for the `Date` constructor, `setInterval` timer and + * implicitly mocks the `clearInterval` function. Only the `Date` constructor from `globalThis`, + * `setInterval` and `clearInterval` functions from `node:timers`, `node:timers/promises`, and `globalThis` will be mocked. + * + * Example usage with initial time set + * + * ```js + * import { mock } from 'node:test'; + * mock.timers.enable({ apis: ['Date'], now: 1000 }); + * ``` + * + * Example usage with initial Date object as time set + * + * ```js + * import { mock } from 'node:test'; + * mock.timers.enable({ apis: ['Date'], now: new Date() }); + * ``` + * + * Alternatively, if you call `mock.timers.enable()` without any parameters: + * + * All timers (`'setInterval'`, `'clearInterval'`, `'Date'`, `'setImmediate'`, `'clearImmediate'`, `'setTimeout'`, and `'clearTimeout'`) + * will be mocked. + * + * The `setInterval`, `clearInterval`, `setTimeout`, and `clearTimeout` functions from `node:timers`, `node:timers/promises`, + * and `globalThis` will be mocked. + * The `Date` constructor from `globalThis` will be mocked. + * + * If there is no initial epoch set, the initial date will be based on 0 in the Unix epoch. This is `January 1st, 1970, 00:00:00 UTC`. You can + * set an initial date by passing a now property to the `.enable()` method. This value will be used as the initial date for the mocked Date + * object. It can either be a positive integer, or another Date object. + * @since v20.4.0 + */ + enable(options?: MockTimersOptions): void; + /** + * You can use the `.setTime()` method to manually move the mocked date to another time. This method only accepts a positive integer. + * Note: This method will execute any mocked timers that are in the past from the new time. + * In the below example we are setting a new time for the mocked date. + * ```js + * import assert from 'node:assert'; + * import { test } from 'node:test'; + * test('sets the time of a date object', (context) => { + * // Optionally choose what to mock + * context.mock.timers.enable({ apis: ['Date'], now: 100 }); + * assert.strictEqual(Date.now(), 100); + * // Advance in time will also advance the date + * context.mock.timers.setTime(1000); + * context.mock.timers.tick(200); + * assert.strictEqual(Date.now(), 1200); + * }); + * ``` + */ + setTime(time: number): void; + /** + * This function restores the default behavior of all mocks that were previously + * created by this `MockTimers` instance and disassociates the mocks + * from the `MockTracker` instance. + * + * **Note:** After each test completes, this function is called on + * the test context's `MockTracker`. + * + * ```js + * import { mock } from 'node:test'; + * mock.timers.reset(); + * ``` + * @since v20.4.0 + */ + reset(): void; + /** + * Advances time for all mocked timers. + * + * **Note:** This diverges from how `setTimeout` in Node.js behaves and accepts + * only positive numbers. In Node.js, `setTimeout` with negative numbers is + * only supported for web compatibility reasons. + * + * The following example mocks a `setTimeout` function and + * by using `.tick` advances in + * time triggering all pending timers. + * + * ```js + * import assert from 'node:assert'; + * import { test } from 'node:test'; + * + * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => { + * const fn = context.mock.fn(); + * + * context.mock.timers.enable({ apis: ['setTimeout'] }); + * + * setTimeout(fn, 9999); + * + * assert.strictEqual(fn.mock.callCount(), 0); + * + * // Advance in time + * context.mock.timers.tick(9999); + * + * assert.strictEqual(fn.mock.callCount(), 1); + * }); + * ``` + * + * Alternativelly, the `.tick` function can be called many times + * + * ```js + * import assert from 'node:assert'; + * import { test } from 'node:test'; + * + * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => { + * const fn = context.mock.fn(); + * context.mock.timers.enable({ apis: ['setTimeout'] }); + * const nineSecs = 9000; + * setTimeout(fn, nineSecs); + * + * const twoSeconds = 3000; + * context.mock.timers.tick(twoSeconds); + * context.mock.timers.tick(twoSeconds); + * context.mock.timers.tick(twoSeconds); + * + * assert.strictEqual(fn.mock.callCount(), 1); + * }); + * ``` + * + * Advancing time using `.tick` will also advance the time for any `Date` object + * created after the mock was enabled (if `Date` was also set to be mocked). + * + * ```js + * import assert from 'node:assert'; + * import { test } from 'node:test'; + * + * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => { + * const fn = context.mock.fn(); + * + * context.mock.timers.enable({ apis: ['setTimeout', 'Date'] }); + * setTimeout(fn, 9999); + * + * assert.strictEqual(fn.mock.callCount(), 0); + * assert.strictEqual(Date.now(), 0); + * + * // Advance in time + * context.mock.timers.tick(9999); + * assert.strictEqual(fn.mock.callCount(), 1); + * assert.strictEqual(Date.now(), 9999); + * }); + * ``` + * @since v20.4.0 + */ + tick(milliseconds: number): void; + /** + * Triggers all pending mocked timers immediately. If the `Date` object is also + * mocked, it will also advance the `Date` object to the furthest timer's time. + * + * The example below triggers all pending timers immediately, + * causing them to execute without any delay. + * + * ```js + * import assert from 'node:assert'; + * import { test } from 'node:test'; + * + * test('runAll functions following the given order', (context) => { + * context.mock.timers.enable({ apis: ['setTimeout', 'Date'] }); + * const results = []; + * setTimeout(() => results.push(1), 9999); + * + * // Notice that if both timers have the same timeout, + * // the order of execution is guaranteed + * setTimeout(() => results.push(3), 8888); + * setTimeout(() => results.push(2), 8888); + * + * assert.deepStrictEqual(results, []); + * + * context.mock.timers.runAll(); + * assert.deepStrictEqual(results, [3, 2, 1]); + * // The Date object is also advanced to the furthest timer's time + * assert.strictEqual(Date.now(), 9999); + * }); + * ``` + * + * **Note:** The `runAll()` function is specifically designed for + * triggering timers in the context of timer mocking. + * It does not have any effect on real-time system + * clocks or actual timers outside of the mocking environment. + * @since v20.4.0 + */ + runAll(): void; + /** + * Calls {@link MockTimers.reset()}. + */ + [Symbol.dispose](): void; + } + /** + * An object whose methods are used to configure available assertions on the + * `TestContext` objects in the current process. The methods from `node:assert` + * and snapshot testing functions are available by default. + * + * It is possible to apply the same configuration to all files by placing common + * configuration code in a module + * preloaded with `--require` or `--import`. + * @since v22.14.0 + */ + namespace assert { + /** + * Defines a new assertion function with the provided name and function. If an + * assertion already exists with the same name, it is overwritten. + * @since v22.14.0 + */ + function register(name: string, fn: (this: TestContext, ...args: any[]) => void): void; + } + /** + * @since v22.3.0 + */ + namespace snapshot { + /** + * This function is used to customize the default serialization mechanism used by the test runner. + * + * By default, the test runner performs serialization by calling `JSON.stringify(value, null, 2)` on the provided value. + * `JSON.stringify()` does have limitations regarding circular structures and supported data types. + * If a more robust serialization mechanism is required, this function should be used to specify a list of custom serializers. + * + * Serializers are called in order, with the output of the previous serializer passed as input to the next. + * The final result must be a string value. + * @since v22.3.0 + * @param serializers An array of synchronous functions used as the default serializers for snapshot tests. + */ + function setDefaultSnapshotSerializers(serializers: ReadonlyArray<(value: any) => any>): void; + /** + * This function is used to set a custom resolver for the location of the snapshot file used for snapshot testing. + * By default, the snapshot filename is the same as the entry point filename with `.snapshot` appended. + * @since v22.3.0 + * @param fn A function used to compute the location of the snapshot file. + * The function receives the path of the test file as its only argument. If the + * test is not associated with a file (for example in the REPL), the input is + * undefined. `fn()` must return a string specifying the location of the snapshot file. + */ + function setResolveSnapshotPath(fn: (path: string | undefined) => string): void; + } + } + type FunctionPropertyNames = { + [K in keyof T]: T[K] extends Function ? K : never; + }[keyof T]; + export = test; +} + +/** + * The `node:test/reporters` module exposes the builtin-reporters for `node:test`. + * To access it: + * + * ```js + * import test from 'node:test/reporters'; + * ``` + * + * This module is only available under the `node:` scheme. The following will not + * work: + * + * ```js + * import test from 'node:test/reporters'; + * ``` + * @since v19.9.0 + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/test/reporters.js) + */ +declare module "node:test/reporters" { + import { Transform, TransformOptions } from "node:stream"; + import { EventData } from "node:test"; + + type TestEvent = + | { type: "test:coverage"; data: EventData.TestCoverage } + | { type: "test:complete"; data: EventData.TestComplete } + | { type: "test:dequeue"; data: EventData.TestDequeue } + | { type: "test:diagnostic"; data: EventData.TestDiagnostic } + | { type: "test:enqueue"; data: EventData.TestEnqueue } + | { type: "test:fail"; data: EventData.TestFail } + | { type: "test:pass"; data: EventData.TestPass } + | { type: "test:plan"; data: EventData.TestPlan } + | { type: "test:start"; data: EventData.TestStart } + | { type: "test:stderr"; data: EventData.TestStderr } + | { type: "test:stdout"; data: EventData.TestStdout } + | { type: "test:summary"; data: EventData.TestSummary } + | { type: "test:watch:drained"; data: undefined }; + type TestEventGenerator = AsyncGenerator; + + interface ReporterConstructorWrapper Transform> { + new(...args: ConstructorParameters): InstanceType; + (...args: ConstructorParameters): InstanceType; + } + + /** + * The `dot` reporter outputs the test results in a compact format, + * where each passing test is represented by a `.`, + * and each failing test is represented by a `X`. + * @since v20.0.0 + */ + function dot(source: TestEventGenerator): AsyncGenerator<"\n" | "." | "X", void>; + /** + * The `tap` reporter outputs the test results in the [TAP](https://testanything.org/) format. + * @since v20.0.0 + */ + function tap(source: TestEventGenerator): AsyncGenerator; + class SpecReporter extends Transform { + constructor(); + } + /** + * The `spec` reporter outputs the test results in a human-readable format. + * @since v20.0.0 + */ + const spec: ReporterConstructorWrapper; + /** + * The `junit` reporter outputs test results in a jUnit XML format. + * @since v21.0.0 + */ + function junit(source: TestEventGenerator): AsyncGenerator; + class LcovReporter extends Transform { + constructor(opts?: Omit); + } + /** + * The `lcov` reporter outputs test coverage when used with the + * [`--experimental-test-coverage`](https://nodejs.org/docs/latest-v24.x/api/cli.html#--experimental-test-coverage) flag. + * @since v22.0.0 + */ + const lcov: ReporterConstructorWrapper; + + export { dot, junit, lcov, spec, tap, TestEvent }; +} diff --git a/node_modules/@types/node/timers.d.ts b/node_modules/@types/node/timers.d.ts new file mode 100644 index 0000000..d75788b --- /dev/null +++ b/node_modules/@types/node/timers.d.ts @@ -0,0 +1,287 @@ +/** + * The `timer` module exposes a global API for scheduling functions to + * be called at some future period of time. Because the timer functions are + * globals, there is no need to import `node:timers` to use the API. + * + * The timer functions within Node.js implement a similar API as the timers API + * provided by Web Browsers but use a different internal implementation that is + * built around the Node.js [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout). + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/timers.js) + */ +declare module "timers" { + import { Abortable } from "node:events"; + import * as promises from "node:timers/promises"; + export interface TimerOptions extends Abortable { + /** + * Set to `false` to indicate that the scheduled `Timeout` + * should not require the Node.js event loop to remain active. + * @default true + */ + ref?: boolean | undefined; + } + global { + namespace NodeJS { + /** + * This object is created internally and is returned from `setImmediate()`. It + * can be passed to `clearImmediate()` in order to cancel the scheduled + * actions. + * + * By default, when an immediate is scheduled, the Node.js event loop will continue + * running as long as the immediate is active. The `Immediate` object returned by + * `setImmediate()` exports both `immediate.ref()` and `immediate.unref()` + * functions that can be used to control this default behavior. + */ + interface Immediate extends RefCounted, Disposable { + /** + * If true, the `Immediate` object will keep the Node.js event loop active. + * @since v11.0.0 + */ + hasRef(): boolean; + /** + * When called, requests that the Node.js event loop _not_ exit so long as the + * `Immediate` is active. Calling `immediate.ref()` multiple times will have no + * effect. + * + * By default, all `Immediate` objects are "ref'ed", making it normally unnecessary + * to call `immediate.ref()` unless `immediate.unref()` had been called previously. + * @since v9.7.0 + * @returns a reference to `immediate` + */ + ref(): this; + /** + * When called, the active `Immediate` object will not require the Node.js event + * loop to remain active. If there is no other activity keeping the event loop + * running, the process may exit before the `Immediate` object's callback is + * invoked. Calling `immediate.unref()` multiple times will have no effect. + * @since v9.7.0 + * @returns a reference to `immediate` + */ + unref(): this; + /** + * Cancels the immediate. This is similar to calling `clearImmediate()`. + * @since v20.5.0, v18.18.0 + * @experimental + */ + [Symbol.dispose](): void; + _onImmediate(...args: any[]): void; + } + // Legacy interface used in Node.js v9 and prior + // TODO: remove in a future major version bump + /** @deprecated Use `NodeJS.Timeout` instead. */ + interface Timer extends RefCounted { + hasRef(): boolean; + refresh(): this; + [Symbol.toPrimitive](): number; + } + /** + * This object is created internally and is returned from `setTimeout()` and + * `setInterval()`. It can be passed to either `clearTimeout()` or + * `clearInterval()` in order to cancel the scheduled actions. + * + * By default, when a timer is scheduled using either `setTimeout()` or + * `setInterval()`, the Node.js event loop will continue running as long as the + * timer is active. Each of the `Timeout` objects returned by these functions + * export both `timeout.ref()` and `timeout.unref()` functions that can be used to + * control this default behavior. + */ + interface Timeout extends RefCounted, Disposable, Timer { + /** + * Cancels the timeout. + * @since v0.9.1 + * @legacy Use `clearTimeout()` instead. + * @returns a reference to `timeout` + */ + close(): this; + /** + * If true, the `Timeout` object will keep the Node.js event loop active. + * @since v11.0.0 + */ + hasRef(): boolean; + /** + * When called, requests that the Node.js event loop _not_ exit so long as the + * `Timeout` is active. Calling `timeout.ref()` multiple times will have no effect. + * + * By default, all `Timeout` objects are "ref'ed", making it normally unnecessary + * to call `timeout.ref()` unless `timeout.unref()` had been called previously. + * @since v0.9.1 + * @returns a reference to `timeout` + */ + ref(): this; + /** + * Sets the timer's start time to the current time, and reschedules the timer to + * call its callback at the previously specified duration adjusted to the current + * time. This is useful for refreshing a timer without allocating a new + * JavaScript object. + * + * Using this on a timer that has already called its callback will reactivate the + * timer. + * @since v10.2.0 + * @returns a reference to `timeout` + */ + refresh(): this; + /** + * When called, the active `Timeout` object will not require the Node.js event loop + * to remain active. If there is no other activity keeping the event loop running, + * the process may exit before the `Timeout` object's callback is invoked. Calling + * `timeout.unref()` multiple times will have no effect. + * @since v0.9.1 + * @returns a reference to `timeout` + */ + unref(): this; + /** + * Coerce a `Timeout` to a primitive. The primitive can be used to + * clear the `Timeout`. The primitive can only be used in the + * same thread where the timeout was created. Therefore, to use it + * across `worker_threads` it must first be passed to the correct + * thread. This allows enhanced compatibility with browser + * `setTimeout()` and `setInterval()` implementations. + * @since v14.9.0, v12.19.0 + */ + [Symbol.toPrimitive](): number; + /** + * Cancels the timeout. + * @since v20.5.0, v18.18.0 + * @experimental + */ + [Symbol.dispose](): void; + _onTimeout(...args: any[]): void; + } + } + /** + * Schedules the "immediate" execution of the `callback` after I/O events' + * callbacks. + * + * When multiple calls to `setImmediate()` are made, the `callback` functions are + * queued for execution in the order in which they are created. The entire callback + * queue is processed every event loop iteration. If an immediate timer is queued + * from inside an executing callback, that timer will not be triggered until the + * next event loop iteration. + * + * If `callback` is not a function, a `TypeError` will be thrown. + * + * This method has a custom variant for promises that is available using + * `timersPromises.setImmediate()`. + * @since v0.9.1 + * @param callback The function to call at the end of this turn of + * the Node.js [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout) + * @param args Optional arguments to pass when the `callback` is called. + * @returns for use with `clearImmediate()` + */ + function setImmediate( + callback: (...args: TArgs) => void, + ...args: TArgs + ): NodeJS.Immediate; + // Allow a single void-accepting argument to be optional in arguments lists. + // Allows usage such as `new Promise(resolve => setTimeout(resolve, ms))` (#54258) + // eslint-disable-next-line @typescript-eslint/no-invalid-void-type + function setImmediate(callback: (_: void) => void): NodeJS.Immediate; + namespace setImmediate { + import __promisify__ = promises.setImmediate; + export { __promisify__ }; + } + /** + * Schedules repeated execution of `callback` every `delay` milliseconds. + * + * When `delay` is larger than `2147483647` or less than `1` or `NaN`, the `delay` + * will be set to `1`. Non-integer delays are truncated to an integer. + * + * If `callback` is not a function, a `TypeError` will be thrown. + * + * This method has a custom variant for promises that is available using + * `timersPromises.setInterval()`. + * @since v0.0.1 + * @param callback The function to call when the timer elapses. + * @param delay The number of milliseconds to wait before calling the + * `callback`. **Default:** `1`. + * @param args Optional arguments to pass when the `callback` is called. + * @returns for use with `clearInterval()` + */ + function setInterval( + callback: (...args: TArgs) => void, + delay?: number, + ...args: TArgs + ): NodeJS.Timeout; + // Allow a single void-accepting argument to be optional in arguments lists. + // Allows usage such as `new Promise(resolve => setTimeout(resolve, ms))` (#54258) + // eslint-disable-next-line @typescript-eslint/no-invalid-void-type + function setInterval(callback: (_: void) => void, delay?: number): NodeJS.Timeout; + /** + * Schedules execution of a one-time `callback` after `delay` milliseconds. + * + * The `callback` will likely not be invoked in precisely `delay` milliseconds. + * Node.js makes no guarantees about the exact timing of when callbacks will fire, + * nor of their ordering. The callback will be called as close as possible to the + * time specified. + * + * When `delay` is larger than `2147483647` or less than `1` or `NaN`, the `delay` + * will be set to `1`. Non-integer delays are truncated to an integer. + * + * If `callback` is not a function, a `TypeError` will be thrown. + * + * This method has a custom variant for promises that is available using + * `timersPromises.setTimeout()`. + * @since v0.0.1 + * @param callback The function to call when the timer elapses. + * @param delay The number of milliseconds to wait before calling the + * `callback`. **Default:** `1`. + * @param args Optional arguments to pass when the `callback` is called. + * @returns for use with `clearTimeout()` + */ + function setTimeout( + callback: (...args: TArgs) => void, + delay?: number, + ...args: TArgs + ): NodeJS.Timeout; + // Allow a single void-accepting argument to be optional in arguments lists. + // Allows usage such as `new Promise(resolve => setTimeout(resolve, ms))` (#54258) + // eslint-disable-next-line @typescript-eslint/no-invalid-void-type + function setTimeout(callback: (_: void) => void, delay?: number): NodeJS.Timeout; + namespace setTimeout { + import __promisify__ = promises.setTimeout; + export { __promisify__ }; + } + /** + * Cancels an `Immediate` object created by `setImmediate()`. + * @since v0.9.1 + * @param immediate An `Immediate` object as returned by `setImmediate()`. + */ + function clearImmediate(immediate: NodeJS.Immediate | undefined): void; + /** + * Cancels a `Timeout` object created by `setInterval()`. + * @since v0.0.1 + * @param timeout A `Timeout` object as returned by `setInterval()` + * or the primitive of the `Timeout` object as a string or a number. + */ + function clearInterval(timeout: NodeJS.Timeout | string | number | undefined): void; + /** + * Cancels a `Timeout` object created by `setTimeout()`. + * @since v0.0.1 + * @param timeout A `Timeout` object as returned by `setTimeout()` + * or the primitive of the `Timeout` object as a string or a number. + */ + function clearTimeout(timeout: NodeJS.Timeout | string | number | undefined): void; + /** + * The `queueMicrotask()` method queues a microtask to invoke `callback`. If + * `callback` throws an exception, the `process` object `'uncaughtException'` + * event will be emitted. + * + * The microtask queue is managed by V8 and may be used in a similar manner to + * the `process.nextTick()` queue, which is managed by Node.js. The + * `process.nextTick()` queue is always processed before the microtask queue + * within each turn of the Node.js event loop. + * @since v11.0.0 + * @param callback Function to be queued. + */ + function queueMicrotask(callback: () => void): void; + } + import clearImmediate = globalThis.clearImmediate; + import clearInterval = globalThis.clearInterval; + import clearTimeout = globalThis.clearTimeout; + import setImmediate = globalThis.setImmediate; + import setInterval = globalThis.setInterval; + import setTimeout = globalThis.setTimeout; + export { clearImmediate, clearInterval, clearTimeout, promises, setImmediate, setInterval, setTimeout }; +} +declare module "node:timers" { + export * from "timers"; +} diff --git a/node_modules/@types/node/timers/promises.d.ts b/node_modules/@types/node/timers/promises.d.ts new file mode 100644 index 0000000..7ad2b29 --- /dev/null +++ b/node_modules/@types/node/timers/promises.d.ts @@ -0,0 +1,108 @@ +/** + * The `timers/promises` API provides an alternative set of timer functions + * that return `Promise` objects. The API is accessible via + * `require('node:timers/promises')`. + * + * ```js + * import { + * setTimeout, + * setImmediate, + * setInterval, + * } from 'node:timers/promises'; + * ``` + * @since v15.0.0 + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/timers/promises.js) + */ +declare module "timers/promises" { + import { TimerOptions } from "node:timers"; + /** + * ```js + * import { + * setTimeout, + * } from 'node:timers/promises'; + * + * const res = await setTimeout(100, 'result'); + * + * console.log(res); // Prints 'result' + * ``` + * @since v15.0.0 + * @param delay The number of milliseconds to wait before fulfilling the + * promise. **Default:** `1`. + * @param value A value with which the promise is fulfilled. + */ + function setTimeout(delay?: number, value?: T, options?: TimerOptions): Promise; + /** + * ```js + * import { + * setImmediate, + * } from 'node:timers/promises'; + * + * const res = await setImmediate('result'); + * + * console.log(res); // Prints 'result' + * ``` + * @since v15.0.0 + * @param value A value with which the promise is fulfilled. + */ + function setImmediate(value?: T, options?: TimerOptions): Promise; + /** + * Returns an async iterator that generates values in an interval of `delay` ms. + * If `ref` is `true`, you need to call `next()` of async iterator explicitly + * or implicitly to keep the event loop alive. + * + * ```js + * import { + * setInterval, + * } from 'node:timers/promises'; + * + * const interval = 100; + * for await (const startTime of setInterval(interval, Date.now())) { + * const now = Date.now(); + * console.log(now); + * if ((now - startTime) > 1000) + * break; + * } + * console.log(Date.now()); + * ``` + * @since v15.9.0 + * @param delay The number of milliseconds to wait between iterations. + * **Default:** `1`. + * @param value A value with which the iterator returns. + */ + function setInterval(delay?: number, value?: T, options?: TimerOptions): NodeJS.AsyncIterator; + interface Scheduler { + /** + * An experimental API defined by the [Scheduling APIs](https://github.com/WICG/scheduling-apis) draft specification + * being developed as a standard Web Platform API. + * + * Calling `timersPromises.scheduler.wait(delay, options)` is roughly equivalent + * to calling `timersPromises.setTimeout(delay, undefined, options)` except that + * the `ref` option is not supported. + * + * ```js + * import { scheduler } from 'node:timers/promises'; + * + * await scheduler.wait(1000); // Wait one second before continuing + * ``` + * @since v17.3.0, v16.14.0 + * @experimental + * @param delay The number of milliseconds to wait before resolving the + * promise. + */ + wait(delay: number, options?: { signal?: AbortSignal }): Promise; + /** + * An experimental API defined by the [Scheduling APIs](https://github.com/WICG/scheduling-apis) draft specification + * being developed as a standard Web Platform API. + * + * Calling `timersPromises.scheduler.yield()` is equivalent to calling + * `timersPromises.setImmediate()` with no arguments. + * @since v17.3.0, v16.14.0 + * @experimental + */ + yield(): Promise; + } + const scheduler: Scheduler; +} +declare module "node:timers/promises" { + export * from "timers/promises"; +} diff --git a/node_modules/@types/node/tls.d.ts b/node_modules/@types/node/tls.d.ts new file mode 100644 index 0000000..b9c4f24 --- /dev/null +++ b/node_modules/@types/node/tls.d.ts @@ -0,0 +1,1213 @@ +/** + * The `node:tls` module provides an implementation of the Transport Layer Security + * (TLS) and Secure Socket Layer (SSL) protocols that is built on top of OpenSSL. + * The module can be accessed using: + * + * ```js + * import tls from 'node:tls'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/tls.js) + */ +declare module "tls" { + import { X509Certificate } from "node:crypto"; + import * as net from "node:net"; + import * as stream from "stream"; + const CLIENT_RENEG_LIMIT: number; + const CLIENT_RENEG_WINDOW: number; + interface Certificate { + /** + * Country code. + */ + C: string; + /** + * Street. + */ + ST: string; + /** + * Locality. + */ + L: string; + /** + * Organization. + */ + O: string; + /** + * Organizational unit. + */ + OU: string; + /** + * Common name. + */ + CN: string; + } + interface PeerCertificate { + /** + * `true` if a Certificate Authority (CA), `false` otherwise. + * @since v18.13.0 + */ + ca: boolean; + /** + * The DER encoded X.509 certificate data. + */ + raw: Buffer; + /** + * The certificate subject. + */ + subject: Certificate; + /** + * The certificate issuer, described in the same terms as the `subject`. + */ + issuer: Certificate; + /** + * The date-time the certificate is valid from. + */ + valid_from: string; + /** + * The date-time the certificate is valid to. + */ + valid_to: string; + /** + * The certificate serial number, as a hex string. + */ + serialNumber: string; + /** + * The SHA-1 digest of the DER encoded certificate. + * It is returned as a `:` separated hexadecimal string. + */ + fingerprint: string; + /** + * The SHA-256 digest of the DER encoded certificate. + * It is returned as a `:` separated hexadecimal string. + */ + fingerprint256: string; + /** + * The SHA-512 digest of the DER encoded certificate. + * It is returned as a `:` separated hexadecimal string. + */ + fingerprint512: string; + /** + * The extended key usage, a set of OIDs. + */ + ext_key_usage?: string[]; + /** + * A string containing concatenated names for the subject, + * an alternative to the `subject` names. + */ + subjectaltname?: string; + /** + * An array describing the AuthorityInfoAccess, used with OCSP. + */ + infoAccess?: NodeJS.Dict; + /** + * For RSA keys: The RSA bit size. + * + * For EC keys: The key size in bits. + */ + bits?: number; + /** + * The RSA exponent, as a string in hexadecimal number notation. + */ + exponent?: string; + /** + * The RSA modulus, as a hexadecimal string. + */ + modulus?: string; + /** + * The public key. + */ + pubkey?: Buffer; + /** + * The ASN.1 name of the OID of the elliptic curve. + * Well-known curves are identified by an OID. + * While it is unusual, it is possible that the curve + * is identified by its mathematical properties, + * in which case it will not have an OID. + */ + asn1Curve?: string; + /** + * The NIST name for the elliptic curve, if it has one + * (not all well-known curves have been assigned names by NIST). + */ + nistCurve?: string; + } + interface DetailedPeerCertificate extends PeerCertificate { + /** + * The issuer certificate object. + * For self-signed certificates, this may be a circular reference. + */ + issuerCertificate: DetailedPeerCertificate; + } + interface CipherNameAndProtocol { + /** + * The cipher name. + */ + name: string; + /** + * SSL/TLS protocol version. + */ + version: string; + /** + * IETF name for the cipher suite. + */ + standardName: string; + } + interface EphemeralKeyInfo { + /** + * The supported types are 'DH' and 'ECDH'. + */ + type: string; + /** + * The name property is available only when type is 'ECDH'. + */ + name?: string | undefined; + /** + * The size of parameter of an ephemeral key exchange. + */ + size: number; + } + interface KeyObject { + /** + * Private keys in PEM format. + */ + pem: string | Buffer; + /** + * Optional passphrase. + */ + passphrase?: string | undefined; + } + interface PxfObject { + /** + * PFX or PKCS12 encoded private key and certificate chain. + */ + buf: string | Buffer; + /** + * Optional passphrase. + */ + passphrase?: string | undefined; + } + interface TLSSocketOptions extends SecureContextOptions, CommonConnectionOptions { + /** + * If true the TLS socket will be instantiated in server-mode. + * Defaults to false. + */ + isServer?: boolean | undefined; + /** + * An optional net.Server instance. + */ + server?: net.Server | undefined; + /** + * An optional Buffer instance containing a TLS session. + */ + session?: Buffer | undefined; + /** + * If true, specifies that the OCSP status request extension will be + * added to the client hello and an 'OCSPResponse' event will be + * emitted on the socket before establishing a secure communication + */ + requestOCSP?: boolean | undefined; + } + /** + * Performs transparent encryption of written data and all required TLS + * negotiation. + * + * Instances of `tls.TLSSocket` implement the duplex `Stream` interface. + * + * Methods that return TLS connection metadata (e.g.{@link TLSSocket.getPeerCertificate}) will only return data while the + * connection is open. + * @since v0.11.4 + */ + class TLSSocket extends net.Socket { + /** + * Construct a new tls.TLSSocket object from an existing TCP socket. + */ + constructor(socket: net.Socket | stream.Duplex, options?: TLSSocketOptions); + /** + * This property is `true` if the peer certificate was signed by one of the CAs + * specified when creating the `tls.TLSSocket` instance, otherwise `false`. + * @since v0.11.4 + */ + authorized: boolean; + /** + * Returns the reason why the peer's certificate was not been verified. This + * property is set only when `tlsSocket.authorized === false`. + * @since v0.11.4 + */ + authorizationError: Error; + /** + * Always returns `true`. This may be used to distinguish TLS sockets from regular`net.Socket` instances. + * @since v0.11.4 + */ + encrypted: true; + /** + * String containing the selected ALPN protocol. + * Before a handshake has completed, this value is always null. + * When a handshake is completed but not ALPN protocol was selected, tlsSocket.alpnProtocol equals false. + */ + alpnProtocol: string | false | null; + /** + * Returns an object representing the local certificate. The returned object has + * some properties corresponding to the fields of the certificate. + * + * See {@link TLSSocket.getPeerCertificate} for an example of the certificate + * structure. + * + * If there is no local certificate, an empty object will be returned. If the + * socket has been destroyed, `null` will be returned. + * @since v11.2.0 + */ + getCertificate(): PeerCertificate | object | null; + /** + * Returns an object containing information on the negotiated cipher suite. + * + * For example, a TLSv1.2 protocol with AES256-SHA cipher: + * + * ```json + * { + * "name": "AES256-SHA", + * "standardName": "TLS_RSA_WITH_AES_256_CBC_SHA", + * "version": "SSLv3" + * } + * ``` + * + * See [SSL\_CIPHER\_get\_name](https://www.openssl.org/docs/man1.1.1/man3/SSL_CIPHER_get_name.html) for more information. + * @since v0.11.4 + */ + getCipher(): CipherNameAndProtocol; + /** + * Returns an object representing the type, name, and size of parameter of + * an ephemeral key exchange in `perfect forward secrecy` on a client + * connection. It returns an empty object when the key exchange is not + * ephemeral. As this is only supported on a client socket; `null` is returned + * if called on a server socket. The supported types are `'DH'` and `'ECDH'`. The `name` property is available only when type is `'ECDH'`. + * + * For example: `{ type: 'ECDH', name: 'prime256v1', size: 256 }`. + * @since v5.0.0 + */ + getEphemeralKeyInfo(): EphemeralKeyInfo | object | null; + /** + * As the `Finished` messages are message digests of the complete handshake + * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can + * be used for external authentication procedures when the authentication + * provided by SSL/TLS is not desired or is not enough. + * + * Corresponds to the `SSL_get_finished` routine in OpenSSL and may be used + * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929). + * @since v9.9.0 + * @return The latest `Finished` message that has been sent to the socket as part of a SSL/TLS handshake, or `undefined` if no `Finished` message has been sent yet. + */ + getFinished(): Buffer | undefined; + /** + * Returns an object representing the peer's certificate. If the peer does not + * provide a certificate, an empty object will be returned. If the socket has been + * destroyed, `null` will be returned. + * + * If the full certificate chain was requested, each certificate will include an`issuerCertificate` property containing an object representing its issuer's + * certificate. + * @since v0.11.4 + * @param detailed Include the full certificate chain if `true`, otherwise include just the peer's certificate. + * @return A certificate object. + */ + getPeerCertificate(detailed: true): DetailedPeerCertificate; + getPeerCertificate(detailed?: false): PeerCertificate; + getPeerCertificate(detailed?: boolean): PeerCertificate | DetailedPeerCertificate; + /** + * As the `Finished` messages are message digests of the complete handshake + * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can + * be used for external authentication procedures when the authentication + * provided by SSL/TLS is not desired or is not enough. + * + * Corresponds to the `SSL_get_peer_finished` routine in OpenSSL and may be used + * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929). + * @since v9.9.0 + * @return The latest `Finished` message that is expected or has actually been received from the socket as part of a SSL/TLS handshake, or `undefined` if there is no `Finished` message so + * far. + */ + getPeerFinished(): Buffer | undefined; + /** + * Returns a string containing the negotiated SSL/TLS protocol version of the + * current connection. The value `'unknown'` will be returned for connected + * sockets that have not completed the handshaking process. The value `null` will + * be returned for server sockets or disconnected client sockets. + * + * Protocol versions are: + * + * * `'SSLv3'` + * * `'TLSv1'` + * * `'TLSv1.1'` + * * `'TLSv1.2'` + * * `'TLSv1.3'` + * + * See the OpenSSL [`SSL_get_version`](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html) documentation for more information. + * @since v5.7.0 + */ + getProtocol(): string | null; + /** + * Returns the TLS session data or `undefined` if no session was + * negotiated. On the client, the data can be provided to the `session` option of {@link connect} to resume the connection. On the server, it may be useful + * for debugging. + * + * See `Session Resumption` for more information. + * + * Note: `getSession()` works only for TLSv1.2 and below. For TLSv1.3, applications + * must use the `'session'` event (it also works for TLSv1.2 and below). + * @since v0.11.4 + */ + getSession(): Buffer | undefined; + /** + * See [SSL\_get\_shared\_sigalgs](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_shared_sigalgs.html) for more information. + * @since v12.11.0 + * @return List of signature algorithms shared between the server and the client in the order of decreasing preference. + */ + getSharedSigalgs(): string[]; + /** + * For a client, returns the TLS session ticket if one is available, or`undefined`. For a server, always returns `undefined`. + * + * It may be useful for debugging. + * + * See `Session Resumption` for more information. + * @since v0.11.4 + */ + getTLSTicket(): Buffer | undefined; + /** + * See `Session Resumption` for more information. + * @since v0.5.6 + * @return `true` if the session was reused, `false` otherwise. + */ + isSessionReused(): boolean; + /** + * The `tlsSocket.renegotiate()` method initiates a TLS renegotiation process. + * Upon completion, the `callback` function will be passed a single argument + * that is either an `Error` (if the request failed) or `null`. + * + * This method can be used to request a peer's certificate after the secure + * connection has been established. + * + * When running as the server, the socket will be destroyed with an error after `handshakeTimeout` timeout. + * + * For TLSv1.3, renegotiation cannot be initiated, it is not supported by the + * protocol. + * @since v0.11.8 + * @param callback If `renegotiate()` returned `true`, callback is attached once to the `'secure'` event. If `renegotiate()` returned `false`, `callback` will be called in the next tick with + * an error, unless the `tlsSocket` has been destroyed, in which case `callback` will not be called at all. + * @return `true` if renegotiation was initiated, `false` otherwise. + */ + renegotiate( + options: { + rejectUnauthorized?: boolean | undefined; + requestCert?: boolean | undefined; + }, + callback: (err: Error | null) => void, + ): undefined | boolean; + /** + * The `tlsSocket.setKeyCert()` method sets the private key and certificate to use for the socket. + * This is mainly useful if you wish to select a server certificate from a TLS server's `ALPNCallback`. + * @since v22.5.0, v20.17.0 + * @param context An object containing at least `key` and `cert` properties from the {@link createSecureContext()} `options`, + * or a TLS context object created with {@link createSecureContext()} itself. + */ + setKeyCert(context: SecureContextOptions | SecureContext): void; + /** + * The `tlsSocket.setMaxSendFragment()` method sets the maximum TLS fragment size. + * Returns `true` if setting the limit succeeded; `false` otherwise. + * + * Smaller fragment sizes decrease the buffering latency on the client: larger + * fragments are buffered by the TLS layer until the entire fragment is received + * and its integrity is verified; large fragments can span multiple roundtrips + * and their processing can be delayed due to packet loss or reordering. However, + * smaller fragments add extra TLS framing bytes and CPU overhead, which may + * decrease overall server throughput. + * @since v0.11.11 + * @param [size=16384] The maximum TLS fragment size. The maximum value is `16384`. + */ + setMaxSendFragment(size: number): boolean; + /** + * Disables TLS renegotiation for this `TLSSocket` instance. Once called, attempts + * to renegotiate will trigger an `'error'` event on the `TLSSocket`. + * @since v8.4.0 + */ + disableRenegotiation(): void; + /** + * When enabled, TLS packet trace information is written to `stderr`. This can be + * used to debug TLS connection problems. + * + * The format of the output is identical to the output of`openssl s_client -trace` or `openssl s_server -trace`. While it is produced by + * OpenSSL's `SSL_trace()` function, the format is undocumented, can change + * without notice, and should not be relied on. + * @since v12.2.0 + */ + enableTrace(): void; + /** + * Returns the peer certificate as an `X509Certificate` object. + * + * If there is no peer certificate, or the socket has been destroyed,`undefined` will be returned. + * @since v15.9.0 + */ + getPeerX509Certificate(): X509Certificate | undefined; + /** + * Returns the local certificate as an `X509Certificate` object. + * + * If there is no local certificate, or the socket has been destroyed,`undefined` will be returned. + * @since v15.9.0 + */ + getX509Certificate(): X509Certificate | undefined; + /** + * Keying material is used for validations to prevent different kind of attacks in + * network protocols, for example in the specifications of IEEE 802.1X. + * + * Example + * + * ```js + * const keyingMaterial = tlsSocket.exportKeyingMaterial( + * 128, + * 'client finished'); + * + * /* + * Example return value of keyingMaterial: + * + * + * ``` + * + * See the OpenSSL [`SSL_export_keying_material`](https://www.openssl.org/docs/man1.1.1/man3/SSL_export_keying_material.html) documentation for more + * information. + * @since v13.10.0, v12.17.0 + * @param length number of bytes to retrieve from keying material + * @param label an application specific label, typically this will be a value from the [IANA Exporter Label + * Registry](https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#exporter-labels). + * @param context Optionally provide a context. + * @return requested bytes of the keying material + */ + exportKeyingMaterial(length: number, label: string, context: Buffer): Buffer; + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "OCSPResponse", listener: (response: Buffer) => void): this; + addListener(event: "secureConnect", listener: () => void): this; + addListener(event: "session", listener: (session: Buffer) => void): this; + addListener(event: "keylog", listener: (line: Buffer) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "OCSPResponse", response: Buffer): boolean; + emit(event: "secureConnect"): boolean; + emit(event: "session", session: Buffer): boolean; + emit(event: "keylog", line: Buffer): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "OCSPResponse", listener: (response: Buffer) => void): this; + on(event: "secureConnect", listener: () => void): this; + on(event: "session", listener: (session: Buffer) => void): this; + on(event: "keylog", listener: (line: Buffer) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "OCSPResponse", listener: (response: Buffer) => void): this; + once(event: "secureConnect", listener: () => void): this; + once(event: "session", listener: (session: Buffer) => void): this; + once(event: "keylog", listener: (line: Buffer) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "OCSPResponse", listener: (response: Buffer) => void): this; + prependListener(event: "secureConnect", listener: () => void): this; + prependListener(event: "session", listener: (session: Buffer) => void): this; + prependListener(event: "keylog", listener: (line: Buffer) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "OCSPResponse", listener: (response: Buffer) => void): this; + prependOnceListener(event: "secureConnect", listener: () => void): this; + prependOnceListener(event: "session", listener: (session: Buffer) => void): this; + prependOnceListener(event: "keylog", listener: (line: Buffer) => void): this; + } + interface CommonConnectionOptions { + /** + * An optional TLS context object from tls.createSecureContext() + */ + secureContext?: SecureContext | undefined; + /** + * When enabled, TLS packet trace information is written to `stderr`. This can be + * used to debug TLS connection problems. + * @default false + */ + enableTrace?: boolean | undefined; + /** + * If true the server will request a certificate from clients that + * connect and attempt to verify that certificate. Defaults to + * false. + */ + requestCert?: boolean | undefined; + /** + * An array of strings or a Buffer naming possible ALPN protocols. + * (Protocols should be ordered by their priority.) + */ + ALPNProtocols?: string[] | Uint8Array[] | Uint8Array | undefined; + /** + * SNICallback(servername, cb) A function that will be + * called if the client supports SNI TLS extension. Two arguments + * will be passed when called: servername and cb. SNICallback should + * invoke cb(null, ctx), where ctx is a SecureContext instance. + * (tls.createSecureContext(...) can be used to get a proper + * SecureContext.) If SNICallback wasn't provided the default callback + * with high-level API will be used (see below). + */ + SNICallback?: ((servername: string, cb: (err: Error | null, ctx?: SecureContext) => void) => void) | undefined; + /** + * If true the server will reject any connection which is not + * authorized with the list of supplied CAs. This option only has an + * effect if requestCert is true. + * @default true + */ + rejectUnauthorized?: boolean | undefined; + } + interface TlsOptions extends SecureContextOptions, CommonConnectionOptions, net.ServerOpts { + /** + * Abort the connection if the SSL/TLS handshake does not finish in the + * specified number of milliseconds. A 'tlsClientError' is emitted on + * the tls.Server object whenever a handshake times out. Default: + * 120000 (120 seconds). + */ + handshakeTimeout?: number | undefined; + /** + * The number of seconds after which a TLS session created by the + * server will no longer be resumable. See Session Resumption for more + * information. Default: 300. + */ + sessionTimeout?: number | undefined; + /** + * 48-bytes of cryptographically strong pseudo-random data. + */ + ticketKeys?: Buffer | undefined; + /** + * @param socket + * @param identity identity parameter sent from the client. + * @return pre-shared key that must either be + * a buffer or `null` to stop the negotiation process. Returned PSK must be + * compatible with the selected cipher's digest. + * + * When negotiating TLS-PSK (pre-shared keys), this function is called + * with the identity provided by the client. + * If the return value is `null` the negotiation process will stop and an + * "unknown_psk_identity" alert message will be sent to the other party. + * If the server wishes to hide the fact that the PSK identity was not known, + * the callback must provide some random data as `psk` to make the connection + * fail with "decrypt_error" before negotiation is finished. + * PSK ciphers are disabled by default, and using TLS-PSK thus + * requires explicitly specifying a cipher suite with the `ciphers` option. + * More information can be found in the RFC 4279. + */ + pskCallback?(socket: TLSSocket, identity: string): DataView | NodeJS.TypedArray | null; + /** + * hint to send to a client to help + * with selecting the identity during TLS-PSK negotiation. Will be ignored + * in TLS 1.3. Upon failing to set pskIdentityHint `tlsClientError` will be + * emitted with `ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED` code. + */ + pskIdentityHint?: string | undefined; + } + interface PSKCallbackNegotation { + psk: DataView | NodeJS.TypedArray; + identity: string; + } + interface ConnectionOptions extends SecureContextOptions, CommonConnectionOptions { + host?: string | undefined; + port?: number | undefined; + path?: string | undefined; // Creates unix socket connection to path. If this option is specified, `host` and `port` are ignored. + socket?: stream.Duplex | undefined; // Establish secure connection on a given socket rather than creating a new socket + checkServerIdentity?: typeof checkServerIdentity | undefined; + servername?: string | undefined; // SNI TLS Extension + session?: Buffer | undefined; + minDHSize?: number | undefined; + lookup?: net.LookupFunction | undefined; + timeout?: number | undefined; + /** + * When negotiating TLS-PSK (pre-shared keys), this function is called + * with optional identity `hint` provided by the server or `null` + * in case of TLS 1.3 where `hint` was removed. + * It will be necessary to provide a custom `tls.checkServerIdentity()` + * for the connection as the default one will try to check hostname/IP + * of the server against the certificate but that's not applicable for PSK + * because there won't be a certificate present. + * More information can be found in the RFC 4279. + * + * @param hint message sent from the server to help client + * decide which identity to use during negotiation. + * Always `null` if TLS 1.3 is used. + * @returns Return `null` to stop the negotiation process. `psk` must be + * compatible with the selected cipher's digest. + * `identity` must use UTF-8 encoding. + */ + pskCallback?(hint: string | null): PSKCallbackNegotation | null; + } + /** + * Accepts encrypted connections using TLS or SSL. + * @since v0.3.2 + */ + class Server extends net.Server { + constructor(secureConnectionListener?: (socket: TLSSocket) => void); + constructor(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void); + /** + * The `server.addContext()` method adds a secure context that will be used if + * the client request's SNI name matches the supplied `hostname` (or wildcard). + * + * When there are multiple matching contexts, the most recently added one is + * used. + * @since v0.5.3 + * @param hostname A SNI host name or wildcard (e.g. `'*'`) + * @param context An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc), or a TLS context object created + * with {@link createSecureContext} itself. + */ + addContext(hostname: string, context: SecureContextOptions | SecureContext): void; + /** + * Returns the session ticket keys. + * + * See `Session Resumption` for more information. + * @since v3.0.0 + * @return A 48-byte buffer containing the session ticket keys. + */ + getTicketKeys(): Buffer; + /** + * The `server.setSecureContext()` method replaces the secure context of an + * existing server. Existing connections to the server are not interrupted. + * @since v11.0.0 + * @param options An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc). + */ + setSecureContext(options: SecureContextOptions): void; + /** + * Sets the session ticket keys. + * + * Changes to the ticket keys are effective only for future server connections. + * Existing or currently pending server connections will use the previous keys. + * + * See `Session Resumption` for more information. + * @since v3.0.0 + * @param keys A 48-byte buffer containing the session ticket keys. + */ + setTicketKeys(keys: Buffer): void; + /** + * events.EventEmitter + * 1. tlsClientError + * 2. newSession + * 3. OCSPRequest + * 4. resumeSession + * 5. secureConnection + * 6. keylog + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + addListener( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void, + ): this; + addListener( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + addListener( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void, + ): this; + addListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + addListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "tlsClientError", err: Error, tlsSocket: TLSSocket): boolean; + emit(event: "newSession", sessionId: Buffer, sessionData: Buffer, callback: () => void): boolean; + emit( + event: "OCSPRequest", + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ): boolean; + emit( + event: "resumeSession", + sessionId: Buffer, + callback: (err: Error | null, sessionData: Buffer | null) => void, + ): boolean; + emit(event: "secureConnection", tlsSocket: TLSSocket): boolean; + emit(event: "keylog", line: Buffer, tlsSocket: TLSSocket): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + on(event: "newSession", listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; + on( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + on( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void, + ): this; + on(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + on(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + once( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void, + ): this; + once( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + once( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void, + ): this; + once(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + once(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + prependListener( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void, + ): this; + prependListener( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + prependListener( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void, + ): this; + prependListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + prependListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + prependOnceListener( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void, + ): this; + prependOnceListener( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + prependOnceListener( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void, + ): this; + prependOnceListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + prependOnceListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + } + type SecureVersion = "TLSv1.3" | "TLSv1.2" | "TLSv1.1" | "TLSv1"; + interface SecureContextOptions { + /** + * If set, this will be called when a client opens a connection using the ALPN extension. + * One argument will be passed to the callback: an object containing `servername` and `protocols` fields, + * respectively containing the server name from the SNI extension (if any) and an array of + * ALPN protocol name strings. The callback must return either one of the strings listed in `protocols`, + * which will be returned to the client as the selected ALPN protocol, or `undefined`, + * to reject the connection with a fatal alert. If a string is returned that does not match one of + * the client's ALPN protocols, an error will be thrown. + * This option cannot be used with the `ALPNProtocols` option, and setting both options will throw an error. + */ + ALPNCallback?: ((arg: { servername: string; protocols: string[] }) => string | undefined) | undefined; + /** + * Treat intermediate (non-self-signed) + * certificates in the trust CA certificate list as trusted. + * @since v22.9.0, v20.18.0 + */ + allowPartialTrustChain?: boolean | undefined; + /** + * Optionally override the trusted CA certificates. Default is to trust + * the well-known CAs curated by Mozilla. Mozilla's CAs are completely + * replaced when CAs are explicitly specified using this option. + */ + ca?: string | Buffer | Array | undefined; + /** + * Cert chains in PEM format. One cert chain should be provided per + * private key. Each cert chain should consist of the PEM formatted + * certificate for a provided private key, followed by the PEM + * formatted intermediate certificates (if any), in order, and not + * including the root CA (the root CA must be pre-known to the peer, + * see ca). When providing multiple cert chains, they do not have to + * be in the same order as their private keys in key. If the + * intermediate certificates are not provided, the peer will not be + * able to validate the certificate, and the handshake will fail. + */ + cert?: string | Buffer | Array | undefined; + /** + * Colon-separated list of supported signature algorithms. The list + * can contain digest algorithms (SHA256, MD5 etc.), public key + * algorithms (RSA-PSS, ECDSA etc.), combination of both (e.g + * 'RSA+SHA384') or TLS v1.3 scheme names (e.g. rsa_pss_pss_sha512). + */ + sigalgs?: string | undefined; + /** + * Cipher suite specification, replacing the default. For more + * information, see modifying the default cipher suite. Permitted + * ciphers can be obtained via tls.getCiphers(). Cipher names must be + * uppercased in order for OpenSSL to accept them. + */ + ciphers?: string | undefined; + /** + * Name of an OpenSSL engine which can provide the client certificate. + * @deprecated + */ + clientCertEngine?: string | undefined; + /** + * PEM formatted CRLs (Certificate Revocation Lists). + */ + crl?: string | Buffer | Array | undefined; + /** + * `'auto'` or custom Diffie-Hellman parameters, required for non-ECDHE perfect forward secrecy. + * If omitted or invalid, the parameters are silently discarded and DHE ciphers will not be available. + * ECDHE-based perfect forward secrecy will still be available. + */ + dhparam?: string | Buffer | undefined; + /** + * A string describing a named curve or a colon separated list of curve + * NIDs or names, for example P-521:P-384:P-256, to use for ECDH key + * agreement. Set to auto to select the curve automatically. Use + * crypto.getCurves() to obtain a list of available curve names. On + * recent releases, openssl ecparam -list_curves will also display the + * name and description of each available elliptic curve. Default: + * tls.DEFAULT_ECDH_CURVE. + */ + ecdhCurve?: string | undefined; + /** + * Attempt to use the server's cipher suite preferences instead of the + * client's. When true, causes SSL_OP_CIPHER_SERVER_PREFERENCE to be + * set in secureOptions + */ + honorCipherOrder?: boolean | undefined; + /** + * Private keys in PEM format. PEM allows the option of private keys + * being encrypted. Encrypted keys will be decrypted with + * options.passphrase. Multiple keys using different algorithms can be + * provided either as an array of unencrypted key strings or buffers, + * or an array of objects in the form {pem: [, + * passphrase: ]}. The object form can only occur in an array. + * object.passphrase is optional. Encrypted keys will be decrypted with + * object.passphrase if provided, or options.passphrase if it is not. + */ + key?: string | Buffer | Array | undefined; + /** + * Name of an OpenSSL engine to get private key from. Should be used + * together with privateKeyIdentifier. + * @deprecated + */ + privateKeyEngine?: string | undefined; + /** + * Identifier of a private key managed by an OpenSSL engine. Should be + * used together with privateKeyEngine. Should not be set together with + * key, because both options define a private key in different ways. + * @deprecated + */ + privateKeyIdentifier?: string | undefined; + /** + * Optionally set the maximum TLS version to allow. One + * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the + * `secureProtocol` option, use one or the other. + * **Default:** `'TLSv1.3'`, unless changed using CLI options. Using + * `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using `--tls-max-v1.3` sets the default to + * `'TLSv1.3'`. If multiple of the options are provided, the highest maximum is used. + */ + maxVersion?: SecureVersion | undefined; + /** + * Optionally set the minimum TLS version to allow. One + * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the + * `secureProtocol` option, use one or the other. It is not recommended to use + * less than TLSv1.2, but it may be required for interoperability. + * **Default:** `'TLSv1.2'`, unless changed using CLI options. Using + * `--tls-v1.0` sets the default to `'TLSv1'`. Using `--tls-v1.1` sets the default to + * `'TLSv1.1'`. Using `--tls-min-v1.3` sets the default to + * 'TLSv1.3'. If multiple of the options are provided, the lowest minimum is used. + */ + minVersion?: SecureVersion | undefined; + /** + * Shared passphrase used for a single private key and/or a PFX. + */ + passphrase?: string | undefined; + /** + * PFX or PKCS12 encoded private key and certificate chain. pfx is an + * alternative to providing key and cert individually. PFX is usually + * encrypted, if it is, passphrase will be used to decrypt it. Multiple + * PFX can be provided either as an array of unencrypted PFX buffers, + * or an array of objects in the form {buf: [, + * passphrase: ]}. The object form can only occur in an array. + * object.passphrase is optional. Encrypted PFX will be decrypted with + * object.passphrase if provided, or options.passphrase if it is not. + */ + pfx?: string | Buffer | Array | undefined; + /** + * Optionally affect the OpenSSL protocol behavior, which is not + * usually necessary. This should be used carefully if at all! Value is + * a numeric bitmask of the SSL_OP_* options from OpenSSL Options + */ + secureOptions?: number | undefined; // Value is a numeric bitmask of the `SSL_OP_*` options + /** + * Legacy mechanism to select the TLS protocol version to use, it does + * not support independent control of the minimum and maximum version, + * and does not support limiting the protocol to TLSv1.3. Use + * minVersion and maxVersion instead. The possible values are listed as + * SSL_METHODS, use the function names as strings. For example, use + * 'TLSv1_1_method' to force TLS version 1.1, or 'TLS_method' to allow + * any TLS protocol version up to TLSv1.3. It is not recommended to use + * TLS versions less than 1.2, but it may be required for + * interoperability. Default: none, see minVersion. + */ + secureProtocol?: string | undefined; + /** + * Opaque identifier used by servers to ensure session state is not + * shared between applications. Unused by clients. + */ + sessionIdContext?: string | undefined; + /** + * 48-bytes of cryptographically strong pseudo-random data. + * See Session Resumption for more information. + */ + ticketKeys?: Buffer | undefined; + /** + * The number of seconds after which a TLS session created by the + * server will no longer be resumable. See Session Resumption for more + * information. Default: 300. + */ + sessionTimeout?: number | undefined; + } + interface SecureContext { + context: any; + } + /** + * Verifies the certificate `cert` is issued to `hostname`. + * + * Returns [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object, populating it with `reason`, `host`, and `cert` on + * failure. On success, returns [undefined](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Undefined_type). + * + * This function is intended to be used in combination with the`checkServerIdentity` option that can be passed to {@link connect} and as + * such operates on a `certificate object`. For other purposes, consider using `x509.checkHost()` instead. + * + * This function can be overwritten by providing an alternative function as the `options.checkServerIdentity` option that is passed to `tls.connect()`. The + * overwriting function can call `tls.checkServerIdentity()` of course, to augment + * the checks done with additional verification. + * + * This function is only called if the certificate passed all other checks, such as + * being issued by trusted CA (`options.ca`). + * + * Earlier versions of Node.js incorrectly accepted certificates for a given`hostname` if a matching `uniformResourceIdentifier` subject alternative name + * was present (see [CVE-2021-44531](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44531)). Applications that wish to accept`uniformResourceIdentifier` subject alternative names can use + * a custom `options.checkServerIdentity` function that implements the desired behavior. + * @since v0.8.4 + * @param hostname The host name or IP address to verify the certificate against. + * @param cert A `certificate object` representing the peer's certificate. + */ + function checkServerIdentity(hostname: string, cert: PeerCertificate): Error | undefined; + /** + * Creates a new {@link Server}. The `secureConnectionListener`, if provided, is + * automatically set as a listener for the `'secureConnection'` event. + * + * The `ticketKeys` options is automatically shared between `node:cluster` module + * workers. + * + * The following illustrates a simple echo server: + * + * ```js + * import tls from 'node:tls'; + * import fs from 'node:fs'; + * + * const options = { + * key: fs.readFileSync('server-key.pem'), + * cert: fs.readFileSync('server-cert.pem'), + * + * // This is necessary only if using client certificate authentication. + * requestCert: true, + * + * // This is necessary only if the client uses a self-signed certificate. + * ca: [ fs.readFileSync('client-cert.pem') ], + * }; + * + * const server = tls.createServer(options, (socket) => { + * console.log('server connected', + * socket.authorized ? 'authorized' : 'unauthorized'); + * socket.write('welcome!\n'); + * socket.setEncoding('utf8'); + * socket.pipe(socket); + * }); + * server.listen(8000, () => { + * console.log('server bound'); + * }); + * ``` + * + * The server can be tested by connecting to it using the example client from {@link connect}. + * @since v0.3.2 + */ + function createServer(secureConnectionListener?: (socket: TLSSocket) => void): Server; + function createServer(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void): Server; + /** + * The `callback` function, if specified, will be added as a listener for the `'secureConnect'` event. + * + * `tls.connect()` returns a {@link TLSSocket} object. + * + * Unlike the `https` API, `tls.connect()` does not enable the + * SNI (Server Name Indication) extension by default, which may cause some + * servers to return an incorrect certificate or reject the connection + * altogether. To enable SNI, set the `servername` option in addition + * to `host`. + * + * The following illustrates a client for the echo server example from {@link createServer}: + * + * ```js + * // Assumes an echo server that is listening on port 8000. + * import tls from 'node:tls'; + * import fs from 'node:fs'; + * + * const options = { + * // Necessary only if the server requires client certificate authentication. + * key: fs.readFileSync('client-key.pem'), + * cert: fs.readFileSync('client-cert.pem'), + * + * // Necessary only if the server uses a self-signed certificate. + * ca: [ fs.readFileSync('server-cert.pem') ], + * + * // Necessary only if the server's cert isn't for "localhost". + * checkServerIdentity: () => { return null; }, + * }; + * + * const socket = tls.connect(8000, options, () => { + * console.log('client connected', + * socket.authorized ? 'authorized' : 'unauthorized'); + * process.stdin.pipe(socket); + * process.stdin.resume(); + * }); + * socket.setEncoding('utf8'); + * socket.on('data', (data) => { + * console.log(data); + * }); + * socket.on('end', () => { + * console.log('server ends connection'); + * }); + * ``` + * @since v0.11.3 + */ + function connect(options: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; + function connect( + port: number, + host?: string, + options?: ConnectionOptions, + secureConnectListener?: () => void, + ): TLSSocket; + function connect(port: number, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; + /** + * `{@link createServer}` sets the default value of the `honorCipherOrder` option + * to `true`, other APIs that create secure contexts leave it unset. + * + * `{@link createServer}` uses a 128 bit truncated SHA1 hash value generated + * from `process.argv` as the default value of the `sessionIdContext` option, other + * APIs that create secure contexts have no default value. + * + * The `tls.createSecureContext()` method creates a `SecureContext` object. It is + * usable as an argument to several `tls` APIs, such as `server.addContext()`, + * but has no public methods. The {@link Server} constructor and the {@link createServer} method do not support the `secureContext` option. + * + * A key is _required_ for ciphers that use certificates. Either `key` or `pfx` can be used to provide it. + * + * If the `ca` option is not given, then Node.js will default to using [Mozilla's publicly trusted list of + * CAs](https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt). + * + * Custom DHE parameters are discouraged in favor of the new `dhparam: 'auto' `option. When set to `'auto'`, well-known DHE parameters of sufficient strength + * will be selected automatically. Otherwise, if necessary, `openssl dhparam` can + * be used to create custom parameters. The key length must be greater than or + * equal to 1024 bits or else an error will be thrown. Although 1024 bits is + * permissible, use 2048 bits or larger for stronger security. + * @since v0.11.13 + */ + function createSecureContext(options?: SecureContextOptions): SecureContext; + /** + * Returns an array containing the CA certificates from various sources, depending on `type`: + * + * * `"default"`: return the CA certificates that will be used by the Node.js TLS clients by default. + * * When `--use-bundled-ca` is enabled (default), or `--use-openssl-ca` is not enabled, + * this would include CA certificates from the bundled Mozilla CA store. + * * When `--use-system-ca` is enabled, this would also include certificates from the system's + * trusted store. + * * When `NODE_EXTRA_CA_CERTS` is used, this would also include certificates loaded from the specified + * file. + * * `"system"`: return the CA certificates that are loaded from the system's trusted store, according + * to rules set by `--use-system-ca`. This can be used to get the certificates from the system + * when `--use-system-ca` is not enabled. + * * `"bundled"`: return the CA certificates from the bundled Mozilla CA store. This would be the same + * as `tls.rootCertificates`. + * * `"extra"`: return the CA certificates loaded from `NODE_EXTRA_CA_CERTS`. It's an empty array if + * `NODE_EXTRA_CA_CERTS` is not set. + * @since v22.15.0 + * @param type The type of CA certificates that will be returned. Valid values + * are `"default"`, `"system"`, `"bundled"` and `"extra"`. + * **Default:** `"default"`. + * @returns An array of PEM-encoded certificates. The array may contain duplicates + * if the same certificate is repeatedly stored in multiple sources. + */ + function getCACertificates(type?: "default" | "system" | "bundled" | "extra"): string[]; + /** + * Returns an array with the names of the supported TLS ciphers. The names are + * lower-case for historical reasons, but must be uppercased to be used in + * the `ciphers` option of `{@link createSecureContext}`. + * + * Not all supported ciphers are enabled by default. See + * [Modifying the default TLS cipher suite](https://nodejs.org/docs/latest-v24.x/api/tls.html#modifying-the-default-tls-cipher-suite). + * + * Cipher names that start with `'tls_'` are for TLSv1.3, all the others are for + * TLSv1.2 and below. + * + * ```js + * console.log(tls.getCiphers()); // ['aes128-gcm-sha256', 'aes128-sha', ...] + * ``` + * @since v0.10.2 + */ + function getCiphers(): string[]; + /** + * The default curve name to use for ECDH key agreement in a tls server. + * The default value is `'auto'`. See `{@link createSecureContext()}` for further + * information. + * @since v0.11.13 + */ + let DEFAULT_ECDH_CURVE: string; + /** + * The default value of the `maxVersion` option of `{@link createSecureContext()}`. + * It can be assigned any of the supported TLS protocol versions, + * `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. **Default:** `'TLSv1.3'`, unless + * changed using CLI options. Using `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using + * `--tls-max-v1.3` sets the default to `'TLSv1.3'`. If multiple of the options + * are provided, the highest maximum is used. + * @since v11.4.0 + */ + let DEFAULT_MAX_VERSION: SecureVersion; + /** + * The default value of the `minVersion` option of `{@link createSecureContext()}`. + * It can be assigned any of the supported TLS protocol versions, + * `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. **Default:** `'TLSv1.2'`, unless + * changed using CLI options. Using `--tls-min-v1.0` sets the default to + * `'TLSv1'`. Using `--tls-min-v1.1` sets the default to `'TLSv1.1'`. Using + * `--tls-min-v1.3` sets the default to `'TLSv1.3'`. If multiple of the options + * are provided, the lowest minimum is used. + * @since v11.4.0 + */ + let DEFAULT_MIN_VERSION: SecureVersion; + /** + * The default value of the `ciphers` option of `{@link createSecureContext()}`. + * It can be assigned any of the supported OpenSSL ciphers. + * Defaults to the content of `crypto.constants.defaultCoreCipherList`, unless + * changed using CLI options using `--tls-default-ciphers`. + * @since v19.8.0 + */ + let DEFAULT_CIPHERS: string; + /** + * An immutable array of strings representing the root certificates (in PEM format) + * from the bundled Mozilla CA store as supplied by the current Node.js version. + * + * The bundled CA store, as supplied by Node.js, is a snapshot of Mozilla CA store + * that is fixed at release time. It is identical on all supported platforms. + * @since v12.3.0 + */ + const rootCertificates: readonly string[]; +} +declare module "node:tls" { + export * from "tls"; +} diff --git a/node_modules/@types/node/trace_events.d.ts b/node_modules/@types/node/trace_events.d.ts new file mode 100644 index 0000000..56e4620 --- /dev/null +++ b/node_modules/@types/node/trace_events.d.ts @@ -0,0 +1,197 @@ +/** + * The `node:trace_events` module provides a mechanism to centralize tracing information + * generated by V8, Node.js core, and userspace code. + * + * Tracing can be enabled with the `--trace-event-categories` command-line flag + * or by using the `trace_events` module. The `--trace-event-categories` flag + * accepts a list of comma-separated category names. + * + * The available categories are: + * + * * `node`: An empty placeholder. + * * `node.async_hooks`: Enables capture of detailed [`async_hooks`](https://nodejs.org/docs/latest-v24.x/api/async_hooks.html) trace data. + * The [`async_hooks`](https://nodejs.org/docs/latest-v24.x/api/async_hooks.html) events have a unique `asyncId` and a special `triggerId` `triggerAsyncId` property. + * * `node.bootstrap`: Enables capture of Node.js bootstrap milestones. + * * `node.console`: Enables capture of `console.time()` and `console.count()` output. + * * `node.threadpoolwork.sync`: Enables capture of trace data for threadpool synchronous operations, such as `blob`, `zlib`, `crypto` and `node_api`. + * * `node.threadpoolwork.async`: Enables capture of trace data for threadpool asynchronous operations, such as `blob`, `zlib`, `crypto` and `node_api`. + * * `node.dns.native`: Enables capture of trace data for DNS queries. + * * `node.net.native`: Enables capture of trace data for network. + * * `node.environment`: Enables capture of Node.js Environment milestones. + * * `node.fs.sync`: Enables capture of trace data for file system sync methods. + * * `node.fs_dir.sync`: Enables capture of trace data for file system sync directory methods. + * * `node.fs.async`: Enables capture of trace data for file system async methods. + * * `node.fs_dir.async`: Enables capture of trace data for file system async directory methods. + * * `node.perf`: Enables capture of [Performance API](https://nodejs.org/docs/latest-v24.x/api/perf_hooks.html) measurements. + * * `node.perf.usertiming`: Enables capture of only Performance API User Timing + * measures and marks. + * * `node.perf.timerify`: Enables capture of only Performance API timerify + * measurements. + * * `node.promises.rejections`: Enables capture of trace data tracking the number + * of unhandled Promise rejections and handled-after-rejections. + * * `node.vm.script`: Enables capture of trace data for the `node:vm` module's `runInNewContext()`, `runInContext()`, and `runInThisContext()` methods. + * * `v8`: The [V8](https://nodejs.org/docs/latest-v24.x/api/v8.html) events are GC, compiling, and execution related. + * * `node.http`: Enables capture of trace data for http request / response. + * + * By default the `node`, `node.async_hooks`, and `v8` categories are enabled. + * + * ```bash + * node --trace-event-categories v8,node,node.async_hooks server.js + * ``` + * + * Prior versions of Node.js required the use of the `--trace-events-enabled` flag to enable trace events. This requirement has been removed. However, the `--trace-events-enabled` flag _may_ still be + * used and will enable the `node`, `node.async_hooks`, and `v8` trace event categories by default. + * + * ```bash + * node --trace-events-enabled + * + * # is equivalent to + * + * node --trace-event-categories v8,node,node.async_hooks + * ``` + * + * Alternatively, trace events may be enabled using the `node:trace_events` module: + * + * ```js + * import trace_events from 'node:trace_events'; + * const tracing = trace_events.createTracing({ categories: ['node.perf'] }); + * tracing.enable(); // Enable trace event capture for the 'node.perf' category + * + * // do work + * + * tracing.disable(); // Disable trace event capture for the 'node.perf' category + * ``` + * + * Running Node.js with tracing enabled will produce log files that can be opened + * in the [`chrome://tracing`](https://www.chromium.org/developers/how-tos/trace-event-profiling-tool) tab of Chrome. + * + * The logging file is by default called `node_trace.${rotation}.log`, where `${rotation}` is an incrementing log-rotation id. The filepath pattern can + * be specified with `--trace-event-file-pattern` that accepts a template + * string that supports `${rotation}` and `${pid}`: + * + * ```bash + * node --trace-event-categories v8 --trace-event-file-pattern '${pid}-${rotation}.log' server.js + * ``` + * + * To guarantee that the log file is properly generated after signal events like `SIGINT`, `SIGTERM`, or `SIGBREAK`, make sure to have the appropriate handlers + * in your code, such as: + * + * ```js + * process.on('SIGINT', function onSigint() { + * console.info('Received SIGINT.'); + * process.exit(130); // Or applicable exit code depending on OS and signal + * }); + * ``` + * + * The tracing system uses the same time source + * as the one used by `process.hrtime()`. + * However the trace-event timestamps are expressed in microseconds, + * unlike `process.hrtime()` which returns nanoseconds. + * + * The features from this module are not available in [`Worker`](https://nodejs.org/docs/latest-v24.x/api/worker_threads.html#class-worker) threads. + * @experimental + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/trace_events.js) + */ +declare module "trace_events" { + /** + * The `Tracing` object is used to enable or disable tracing for sets of + * categories. Instances are created using the + * `trace_events.createTracing()` method. + * + * When created, the `Tracing` object is disabled. Calling the + * `tracing.enable()` method adds the categories to the set of enabled trace + * event categories. Calling `tracing.disable()` will remove the categories + * from the set of enabled trace event categories. + */ + interface Tracing { + /** + * A comma-separated list of the trace event categories covered by this + * `Tracing` object. + * @since v10.0.0 + */ + readonly categories: string; + /** + * Disables this `Tracing` object. + * + * Only trace event categories _not_ covered by other enabled `Tracing` + * objects and _not_ specified by the `--trace-event-categories` flag + * will be disabled. + * + * ```js + * import trace_events from 'node:trace_events'; + * const t1 = trace_events.createTracing({ categories: ['node', 'v8'] }); + * const t2 = trace_events.createTracing({ categories: ['node.perf', 'node'] }); + * t1.enable(); + * t2.enable(); + * + * // Prints 'node,node.perf,v8' + * console.log(trace_events.getEnabledCategories()); + * + * t2.disable(); // Will only disable emission of the 'node.perf' category + * + * // Prints 'node,v8' + * console.log(trace_events.getEnabledCategories()); + * ``` + * @since v10.0.0 + */ + disable(): void; + /** + * Enables this `Tracing` object for the set of categories covered by + * the `Tracing` object. + * @since v10.0.0 + */ + enable(): void; + /** + * `true` only if the `Tracing` object has been enabled. + * @since v10.0.0 + */ + readonly enabled: boolean; + } + interface CreateTracingOptions { + /** + * An array of trace category names. Values included in the array are + * coerced to a string when possible. An error will be thrown if the + * value cannot be coerced. + */ + categories: string[]; + } + /** + * Creates and returns a `Tracing` object for the given set of `categories`. + * + * ```js + * import trace_events from 'node:trace_events'; + * const categories = ['node.perf', 'node.async_hooks']; + * const tracing = trace_events.createTracing({ categories }); + * tracing.enable(); + * // do stuff + * tracing.disable(); + * ``` + * @since v10.0.0 + */ + function createTracing(options: CreateTracingOptions): Tracing; + /** + * Returns a comma-separated list of all currently-enabled trace event + * categories. The current set of enabled trace event categories is determined + * by the _union_ of all currently-enabled `Tracing` objects and any categories + * enabled using the `--trace-event-categories` flag. + * + * Given the file `test.js` below, the command `node --trace-event-categories node.perf test.js` will print `'node.async_hooks,node.perf'` to the console. + * + * ```js + * import trace_events from 'node:trace_events'; + * const t1 = trace_events.createTracing({ categories: ['node.async_hooks'] }); + * const t2 = trace_events.createTracing({ categories: ['node.perf'] }); + * const t3 = trace_events.createTracing({ categories: ['v8'] }); + * + * t1.enable(); + * t2.enable(); + * + * console.log(trace_events.getEnabledCategories()); + * ``` + * @since v10.0.0 + */ + function getEnabledCategories(): string | undefined; +} +declare module "node:trace_events" { + export * from "trace_events"; +} diff --git a/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts b/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts new file mode 100644 index 0000000..bcedc52 --- /dev/null +++ b/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts @@ -0,0 +1,12 @@ +interface SymbolConstructor { + readonly dispose: unique symbol; + readonly asyncDispose: unique symbol; +} + +interface Disposable { + [Symbol.dispose](): void; +} + +interface AsyncDisposable { + [Symbol.asyncDispose](): PromiseLike; +} diff --git a/node_modules/@types/node/ts5.1/index.d.ts b/node_modules/@types/node/ts5.1/index.d.ts new file mode 100644 index 0000000..1b1f88a --- /dev/null +++ b/node_modules/@types/node/ts5.1/index.d.ts @@ -0,0 +1,98 @@ +/** + * License for programmatically and manually incorporated + * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc + * + * Copyright Node.js contributors. All rights reserved. + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +// NOTE: These definitions support Node.js and TypeScript 5.1. + +// Reference required TypeScript libraries: +/// + +// TypeScript library polyfills required for TypeScript <=5.1: +/// + +// TypeScript library polyfills required for TypeScript <=5.6: +/// + +// Iterator definitions required for compatibility with TypeScript <5.6: +/// + +// Definitions for Node.js modules specific to TypeScript <=5.6: +/// +/// + +// Definitions for Node.js modules that are not specific to any version of TypeScript: +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// diff --git a/node_modules/@types/node/ts5.6/buffer.buffer.d.ts b/node_modules/@types/node/ts5.6/buffer.buffer.d.ts new file mode 100644 index 0000000..d19026d --- /dev/null +++ b/node_modules/@types/node/ts5.6/buffer.buffer.d.ts @@ -0,0 +1,460 @@ +declare module "buffer" { + global { + interface BufferConstructor { + // see ../buffer.d.ts for implementation shared with all TypeScript versions + + /** + * Allocates a new buffer containing the given {str}. + * + * @param str String to store in buffer. + * @param encoding encoding to use, optional. Default is 'utf8' + * @deprecated since v10.0.0 - Use `Buffer.from(string[, encoding])` instead. + */ + new(str: string, encoding?: BufferEncoding): Buffer; + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + * @deprecated since v10.0.0 - Use `Buffer.alloc()` instead (also see `Buffer.allocUnsafe()`). + */ + new(size: number): Buffer; + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. + */ + new(array: ArrayLike): Buffer; + /** + * Produces a Buffer backed by the same allocated memory as + * the given {ArrayBuffer}/{SharedArrayBuffer}. + * + * @param arrayBuffer The ArrayBuffer with which to share memory. + * @deprecated since v10.0.0 - Use `Buffer.from(arrayBuffer[, byteOffset[, length]])` instead. + */ + new(arrayBuffer: ArrayBuffer | SharedArrayBuffer): Buffer; + /** + * Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`. + * Array entries outside that range will be truncated to fit into it. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Creates a new Buffer containing the UTF-8 bytes of the string 'buffer'. + * const buf = Buffer.from([0x62, 0x75, 0x66, 0x66, 0x65, 0x72]); + * ``` + * + * If `array` is an `Array`-like object (that is, one with a `length` property of + * type `number`), it is treated as if it is an array, unless it is a `Buffer` or + * a `Uint8Array`. This means all other `TypedArray` variants get treated as an + * `Array`. To create a `Buffer` from the bytes backing a `TypedArray`, use + * `Buffer.copyBytesFrom()`. + * + * A `TypeError` will be thrown if `array` is not an `Array` or another type + * appropriate for `Buffer.from()` variants. + * + * `Buffer.from(array)` and `Buffer.from(string)` may also use the internal + * `Buffer` pool like `Buffer.allocUnsafe()` does. + * @since v5.10.0 + */ + from(array: WithImplicitCoercion>): Buffer; + /** + * This creates a view of the `ArrayBuffer` without copying the underlying + * memory. For example, when passed a reference to the `.buffer` property of a + * `TypedArray` instance, the newly created `Buffer` will share the same + * allocated memory as the `TypedArray`'s underlying `ArrayBuffer`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const arr = new Uint16Array(2); + * + * arr[0] = 5000; + * arr[1] = 4000; + * + * // Shares memory with `arr`. + * const buf = Buffer.from(arr.buffer); + * + * console.log(buf); + * // Prints: + * + * // Changing the original Uint16Array changes the Buffer also. + * arr[1] = 6000; + * + * console.log(buf); + * // Prints: + * ``` + * + * The optional `byteOffset` and `length` arguments specify a memory range within + * the `arrayBuffer` that will be shared by the `Buffer`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const ab = new ArrayBuffer(10); + * const buf = Buffer.from(ab, 0, 2); + * + * console.log(buf.length); + * // Prints: 2 + * ``` + * + * A `TypeError` will be thrown if `arrayBuffer` is not an `ArrayBuffer` or a + * `SharedArrayBuffer` or another type appropriate for `Buffer.from()` + * variants. + * + * It is important to remember that a backing `ArrayBuffer` can cover a range + * of memory that extends beyond the bounds of a `TypedArray` view. A new + * `Buffer` created using the `buffer` property of a `TypedArray` may extend + * beyond the range of the `TypedArray`: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const arrA = Uint8Array.from([0x63, 0x64, 0x65, 0x66]); // 4 elements + * const arrB = new Uint8Array(arrA.buffer, 1, 2); // 2 elements + * console.log(arrA.buffer === arrB.buffer); // true + * + * const buf = Buffer.from(arrB.buffer); + * console.log(buf); + * // Prints: + * ``` + * @since v5.10.0 + * @param arrayBuffer An `ArrayBuffer`, `SharedArrayBuffer`, for example the + * `.buffer` property of a `TypedArray`. + * @param byteOffset Index of first byte to expose. **Default:** `0`. + * @param length Number of bytes to expose. **Default:** + * `arrayBuffer.byteLength - byteOffset`. + */ + from( + arrayBuffer: WithImplicitCoercion, + byteOffset?: number, + length?: number, + ): Buffer; + /** + * Creates a new `Buffer` containing `string`. The `encoding` parameter identifies + * the character encoding to be used when converting `string` into bytes. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('this is a tést'); + * const buf2 = Buffer.from('7468697320697320612074c3a97374', 'hex'); + * + * console.log(buf1.toString()); + * // Prints: this is a tést + * console.log(buf2.toString()); + * // Prints: this is a tést + * console.log(buf1.toString('latin1')); + * // Prints: this is a tést + * ``` + * + * A `TypeError` will be thrown if `string` is not a string or another type + * appropriate for `Buffer.from()` variants. + * + * `Buffer.from(string)` may also use the internal `Buffer` pool like + * `Buffer.allocUnsafe()` does. + * @since v5.10.0 + * @param string A string to encode. + * @param encoding The encoding of `string`. **Default:** `'utf8'`. + */ + from(string: WithImplicitCoercion, encoding?: BufferEncoding): Buffer; + from(arrayOrString: WithImplicitCoercion | string>): Buffer; + /** + * Creates a new Buffer using the passed {data} + * @param values to create a new Buffer + */ + of(...items: number[]): Buffer; + /** + * Returns a new `Buffer` which is the result of concatenating all the `Buffer` instances in the `list` together. + * + * If the list has no items, or if the `totalLength` is 0, then a new zero-length `Buffer` is returned. + * + * If `totalLength` is not provided, it is calculated from the `Buffer` instances + * in `list` by adding their lengths. + * + * If `totalLength` is provided, it is coerced to an unsigned integer. If the + * combined length of the `Buffer`s in `list` exceeds `totalLength`, the result is + * truncated to `totalLength`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create a single `Buffer` from a list of three `Buffer` instances. + * + * const buf1 = Buffer.alloc(10); + * const buf2 = Buffer.alloc(14); + * const buf3 = Buffer.alloc(18); + * const totalLength = buf1.length + buf2.length + buf3.length; + * + * console.log(totalLength); + * // Prints: 42 + * + * const bufA = Buffer.concat([buf1, buf2, buf3], totalLength); + * + * console.log(bufA); + * // Prints: + * console.log(bufA.length); + * // Prints: 42 + * ``` + * + * `Buffer.concat()` may also use the internal `Buffer` pool like `Buffer.allocUnsafe()` does. + * @since v0.7.11 + * @param list List of `Buffer` or {@link Uint8Array} instances to concatenate. + * @param totalLength Total length of the `Buffer` instances in `list` when concatenated. + */ + concat(list: readonly Uint8Array[], totalLength?: number): Buffer; + /** + * Copies the underlying memory of `view` into a new `Buffer`. + * + * ```js + * const u16 = new Uint16Array([0, 0xffff]); + * const buf = Buffer.copyBytesFrom(u16, 1, 1); + * u16[1] = 0; + * console.log(buf.length); // 2 + * console.log(buf[0]); // 255 + * console.log(buf[1]); // 255 + * ``` + * @since v19.8.0 + * @param view The {TypedArray} to copy. + * @param [offset=0] The starting offset within `view`. + * @param [length=view.length - offset] The number of elements from `view` to copy. + */ + copyBytesFrom(view: NodeJS.TypedArray, offset?: number, length?: number): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the`Buffer` will be zero-filled. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(5); + * + * console.log(buf); + * // Prints: + * ``` + * + * If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. + * + * If `fill` is specified, the allocated `Buffer` will be initialized by calling `buf.fill(fill)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(5, 'a'); + * + * console.log(buf); + * // Prints: + * ``` + * + * If both `fill` and `encoding` are specified, the allocated `Buffer` will be + * initialized by calling `buf.fill(fill, encoding)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64'); + * + * console.log(buf); + * // Prints: + * ``` + * + * Calling `Buffer.alloc()` can be measurably slower than the alternative `Buffer.allocUnsafe()` but ensures that the newly created `Buffer` instance + * contents will never contain sensitive data from previous allocations, including + * data that might not have been allocated for `Buffer`s. + * + * A `TypeError` will be thrown if `size` is not a number. + * @since v5.10.0 + * @param size The desired length of the new `Buffer`. + * @param [fill=0] A value to pre-fill the new `Buffer` with. + * @param [encoding='utf8'] If `fill` is a string, this is its encoding. + */ + alloc(size: number, fill?: string | Uint8Array | number, encoding?: BufferEncoding): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. + * + * The underlying memory for `Buffer` instances created in this way is _not_ + * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `Buffer.alloc()` instead to initialize`Buffer` instances with zeroes. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(10); + * + * console.log(buf); + * // Prints (contents may vary): + * + * buf.fill(0); + * + * console.log(buf); + * // Prints: + * ``` + * + * A `TypeError` will be thrown if `size` is not a number. + * + * The `Buffer` module pre-allocates an internal `Buffer` instance of + * size `Buffer.poolSize` that is used as a pool for the fast allocation of new `Buffer` instances created using `Buffer.allocUnsafe()`, `Buffer.from(array)`, + * and `Buffer.concat()` only when `size` is less than `Buffer.poolSize >>> 1` (floor of `Buffer.poolSize` divided by two). + * + * Use of this pre-allocated internal memory pool is a key difference between + * calling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`. + * Specifically, `Buffer.alloc(size, fill)` will _never_ use the internal `Buffer`pool, while `Buffer.allocUnsafe(size).fill(fill)`_will_ use the internal`Buffer` pool if `size` is less + * than or equal to half `Buffer.poolSize`. The + * difference is subtle but can be important when an application requires the + * additional performance that `Buffer.allocUnsafe()` provides. + * @since v5.10.0 + * @param size The desired length of the new `Buffer`. + */ + allocUnsafe(size: number): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. A zero-length `Buffer` is created if + * `size` is 0. + * + * The underlying memory for `Buffer` instances created in this way is _not_ + * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `buf.fill(0)` to initialize + * such `Buffer` instances with zeroes. + * + * When using `Buffer.allocUnsafe()` to allocate new `Buffer` instances, + * allocations under 4 KiB are sliced from a single pre-allocated `Buffer`. This + * allows applications to avoid the garbage collection overhead of creating many + * individually allocated `Buffer` instances. This approach improves both + * performance and memory usage by eliminating the need to track and clean up as + * many individual `ArrayBuffer` objects. + * + * However, in the case where a developer may need to retain a small chunk of + * memory from a pool for an indeterminate amount of time, it may be appropriate + * to create an un-pooled `Buffer` instance using `Buffer.allocUnsafeSlow()` and + * then copying out the relevant bits. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Need to keep around a few small chunks of memory. + * const store = []; + * + * socket.on('readable', () => { + * let data; + * while (null !== (data = readable.read())) { + * // Allocate for retained data. + * const sb = Buffer.allocUnsafeSlow(10); + * + * // Copy the data into the new allocation. + * data.copy(sb, 0, 0, 10); + * + * store.push(sb); + * } + * }); + * ``` + * + * A `TypeError` will be thrown if `size` is not a number. + * @since v5.12.0 + * @param size The desired length of the new `Buffer`. + */ + allocUnsafeSlow(size: number): Buffer; + } + interface Buffer extends Uint8Array { + // see ../buffer.d.ts for implementation shared with all TypeScript versions + + /** + * Returns a new `Buffer` that references the same memory as the original, but + * offset and cropped by the `start` and `end` indices. + * + * This method is not compatible with the `Uint8Array.prototype.slice()`, + * which is a superclass of `Buffer`. To copy the slice, use`Uint8Array.prototype.slice()`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('buffer'); + * + * const copiedBuf = Uint8Array.prototype.slice.call(buf); + * copiedBuf[0]++; + * console.log(copiedBuf.toString()); + * // Prints: cuffer + * + * console.log(buf.toString()); + * // Prints: buffer + * + * // With buf.slice(), the original buffer is modified. + * const notReallyCopiedBuf = buf.slice(); + * notReallyCopiedBuf[0]++; + * console.log(notReallyCopiedBuf.toString()); + * // Prints: cuffer + * console.log(buf.toString()); + * // Also prints: cuffer (!) + * ``` + * @since v0.3.0 + * @deprecated Use `subarray` instead. + * @param [start=0] Where the new `Buffer` will start. + * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). + */ + slice(start?: number, end?: number): Buffer; + /** + * Returns a new `Buffer` that references the same memory as the original, but + * offset and cropped by the `start` and `end` indices. + * + * Specifying `end` greater than `buf.length` will return the same result as + * that of `end` equal to `buf.length`. + * + * This method is inherited from [`TypedArray.prototype.subarray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/subarray). + * + * Modifying the new `Buffer` slice will modify the memory in the original `Buffer`because the allocated memory of the two objects overlap. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create a `Buffer` with the ASCII alphabet, take a slice, and modify one byte + * // from the original `Buffer`. + * + * const buf1 = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * const buf2 = buf1.subarray(0, 3); + * + * console.log(buf2.toString('ascii', 0, buf2.length)); + * // Prints: abc + * + * buf1[0] = 33; + * + * console.log(buf2.toString('ascii', 0, buf2.length)); + * // Prints: !bc + * ``` + * + * Specifying negative indexes causes the slice to be generated relative to the + * end of `buf` rather than the beginning. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('buffer'); + * + * console.log(buf.subarray(-6, -1).toString()); + * // Prints: buffe + * // (Equivalent to buf.subarray(0, 5).) + * + * console.log(buf.subarray(-6, -2).toString()); + * // Prints: buff + * // (Equivalent to buf.subarray(0, 4).) + * + * console.log(buf.subarray(-5, -2).toString()); + * // Prints: uff + * // (Equivalent to buf.subarray(1, 4).) + * ``` + * @since v3.0.0 + * @param [start=0] Where the new `Buffer` will start. + * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). + */ + subarray(start?: number, end?: number): Buffer; + } + type NonSharedBuffer = Buffer; + type AllowSharedBuffer = Buffer; + } + /** @deprecated Use `Buffer.allocUnsafeSlow()` instead. */ + var SlowBuffer: { + /** @deprecated Use `Buffer.allocUnsafeSlow()` instead. */ + new(size: number): Buffer; + prototype: Buffer; + }; +} diff --git a/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts b/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts new file mode 100644 index 0000000..f148cc4 --- /dev/null +++ b/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts @@ -0,0 +1,71 @@ +// Interface declaration for Float16Array, required in @types/node v24+. +// These definitions are specific to TS <=5.6. + +// This needs all of the "common" properties/methods of the TypedArrays, +// otherwise the type unions `TypedArray` and `ArrayBufferView` will be +// empty objects. +interface Float16Array extends Pick { + readonly BYTES_PER_ELEMENT: number; + readonly buffer: ArrayBufferLike; + readonly byteLength: number; + readonly byteOffset: number; + readonly length: number; + readonly [Symbol.toStringTag]: "Float16Array"; + at(index: number): number | undefined; + copyWithin(target: number, start: number, end?: number): this; + every(predicate: (value: number, index: number, array: Float16Array) => unknown, thisArg?: any): boolean; + fill(value: number, start?: number, end?: number): this; + filter(predicate: (value: number, index: number, array: Float16Array) => any, thisArg?: any): Float16Array; + find(predicate: (value: number, index: number, obj: Float16Array) => boolean, thisArg?: any): number | undefined; + findIndex(predicate: (value: number, index: number, obj: Float16Array) => boolean, thisArg?: any): number; + findLast( + predicate: (value: number, index: number, array: Float16Array) => value is S, + thisArg?: any, + ): S | undefined; + findLast( + predicate: (value: number, index: number, array: Float16Array) => unknown, + thisArg?: any, + ): number | undefined; + findLastIndex(predicate: (value: number, index: number, array: Float16Array) => unknown, thisArg?: any): number; + forEach(callbackfn: (value: number, index: number, array: Float16Array) => void, thisArg?: any): void; + includes(searchElement: number, fromIndex?: number): boolean; + indexOf(searchElement: number, fromIndex?: number): number; + join(separator?: string): string; + lastIndexOf(searchElement: number, fromIndex?: number): number; + map(callbackfn: (value: number, index: number, array: Float16Array) => number, thisArg?: any): Float16Array; + reduce( + callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Float16Array) => number, + ): number; + reduce( + callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Float16Array) => number, + initialValue: number, + ): number; + reduce( + callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Float16Array) => U, + initialValue: U, + ): U; + reduceRight( + callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Float16Array) => number, + ): number; + reduceRight( + callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: Float16Array) => number, + initialValue: number, + ): number; + reduceRight( + callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: Float16Array) => U, + initialValue: U, + ): U; + reverse(): Float16Array; + set(array: ArrayLike, offset?: number): void; + slice(start?: number, end?: number): Float16Array; + some(predicate: (value: number, index: number, array: Float16Array) => unknown, thisArg?: any): boolean; + sort(compareFn?: (a: number, b: number) => number): this; + subarray(begin?: number, end?: number): Float16Array; + toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions): string; + toReversed(): Float16Array; + toSorted(compareFn?: (a: number, b: number) => number): Float16Array; + toString(): string; + valueOf(): Float16Array; + with(index: number, value: number): Float16Array; + [index: number]: number; +} diff --git a/node_modules/@types/node/ts5.6/globals.typedarray.d.ts b/node_modules/@types/node/ts5.6/globals.typedarray.d.ts new file mode 100644 index 0000000..255e204 --- /dev/null +++ b/node_modules/@types/node/ts5.6/globals.typedarray.d.ts @@ -0,0 +1,20 @@ +export {}; // Make this a module + +declare global { + namespace NodeJS { + type TypedArray = + | Uint8Array + | Uint8ClampedArray + | Uint16Array + | Uint32Array + | Int8Array + | Int16Array + | Int32Array + | BigUint64Array + | BigInt64Array + | Float16Array + | Float32Array + | Float64Array; + type ArrayBufferView = TypedArray | DataView; + } +} diff --git a/node_modules/@types/node/ts5.6/index.d.ts b/node_modules/@types/node/ts5.6/index.d.ts new file mode 100644 index 0000000..b98cc67 --- /dev/null +++ b/node_modules/@types/node/ts5.6/index.d.ts @@ -0,0 +1,96 @@ +/** + * License for programmatically and manually incorporated + * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc + * + * Copyright Node.js contributors. All rights reserved. + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +// NOTE: These definitions support Node.js and TypeScript 5.2 through 5.6. + +// Reference required TypeScript libraries: +/// +/// + +// TypeScript library polyfills required for TypeScript <=5.6: +/// + +// Iterator definitions required for compatibility with TypeScript <5.6: +/// + +// Definitions for Node.js modules specific to TypeScript <=5.6: +/// +/// + +// Definitions for Node.js modules that are not specific to any version of TypeScript: +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// diff --git a/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts b/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts new file mode 100644 index 0000000..110b1eb --- /dev/null +++ b/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts @@ -0,0 +1,72 @@ +// Interface declaration for Float16Array, required in @types/node v24+. +// These definitions are specific to TS 5.7. + +// This needs all of the "common" properties/methods of the TypedArrays, +// otherwise the type unions `TypedArray` and `ArrayBufferView` will be +// empty objects. +interface Float16Array { + readonly BYTES_PER_ELEMENT: number; + readonly buffer: TArrayBuffer; + readonly byteLength: number; + readonly byteOffset: number; + readonly length: number; + readonly [Symbol.toStringTag]: "Float16Array"; + at(index: number): number | undefined; + copyWithin(target: number, start: number, end?: number): this; + entries(): ArrayIterator<[number, number]>; + every(predicate: (value: number, index: number, array: this) => unknown, thisArg?: any): boolean; + fill(value: number, start?: number, end?: number): this; + filter(predicate: (value: number, index: number, array: this) => any, thisArg?: any): Float16Array; + find(predicate: (value: number, index: number, obj: this) => boolean, thisArg?: any): number | undefined; + findIndex(predicate: (value: number, index: number, obj: this) => boolean, thisArg?: any): number; + findLast( + predicate: (value: number, index: number, array: this) => value is S, + thisArg?: any, + ): S | undefined; + findLast(predicate: (value: number, index: number, array: this) => unknown, thisArg?: any): number | undefined; + findLastIndex(predicate: (value: number, index: number, array: this) => unknown, thisArg?: any): number; + forEach(callbackfn: (value: number, index: number, array: this) => void, thisArg?: any): void; + includes(searchElement: number, fromIndex?: number): boolean; + indexOf(searchElement: number, fromIndex?: number): number; + join(separator?: string): string; + keys(): ArrayIterator; + lastIndexOf(searchElement: number, fromIndex?: number): number; + map(callbackfn: (value: number, index: number, array: this) => number, thisArg?: any): Float16Array; + reduce( + callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: this) => number, + ): number; + reduce( + callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: this) => number, + initialValue: number, + ): number; + reduce( + callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: this) => U, + initialValue: U, + ): U; + reduceRight( + callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: this) => number, + ): number; + reduceRight( + callbackfn: (previousValue: number, currentValue: number, currentIndex: number, array: this) => number, + initialValue: number, + ): number; + reduceRight( + callbackfn: (previousValue: U, currentValue: number, currentIndex: number, array: this) => U, + initialValue: U, + ): U; + reverse(): this; + set(array: ArrayLike, offset?: number): void; + slice(start?: number, end?: number): Float16Array; + some(predicate: (value: number, index: number, array: this) => unknown, thisArg?: any): boolean; + sort(compareFn?: (a: number, b: number) => number): this; + subarray(begin?: number, end?: number): Float16Array; + toLocaleString(locales: string | string[], options?: Intl.NumberFormatOptions): string; + toReversed(): Float16Array; + toSorted(compareFn?: (a: number, b: number) => number): Float16Array; + toString(): string; + valueOf(): this; + values(): ArrayIterator; + with(index: number, value: number): Float16Array; + [Symbol.iterator](): ArrayIterator; + [index: number]: number; +} diff --git a/node_modules/@types/node/ts5.7/index.d.ts b/node_modules/@types/node/ts5.7/index.d.ts new file mode 100644 index 0000000..9793c72 --- /dev/null +++ b/node_modules/@types/node/ts5.7/index.d.ts @@ -0,0 +1,96 @@ +/** + * License for programmatically and manually incorporated + * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc + * + * Copyright Node.js contributors. All rights reserved. + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +// NOTE: These definitions support Node.js and TypeScript 5.7. + +// Reference required TypeScript libraries: +/// +/// + +// TypeScript library polyfills required for TypeScript 5.7: +/// + +// Iterator definitions required for compatibility with TypeScript <5.6: +/// + +// Definitions for Node.js modules specific to TypeScript 5.7+: +/// +/// + +// Definitions for Node.js modules that are not specific to any version of TypeScript: +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// diff --git a/node_modules/@types/node/tty.d.ts b/node_modules/@types/node/tty.d.ts new file mode 100644 index 0000000..602324a --- /dev/null +++ b/node_modules/@types/node/tty.d.ts @@ -0,0 +1,208 @@ +/** + * The `node:tty` module provides the `tty.ReadStream` and `tty.WriteStream` classes. In most cases, it will not be necessary or possible to use this module + * directly. However, it can be accessed using: + * + * ```js + * import tty from 'node:tty'; + * ``` + * + * When Node.js detects that it is being run with a text terminal ("TTY") + * attached, `process.stdin` will, by default, be initialized as an instance of `tty.ReadStream` and both `process.stdout` and `process.stderr` will, by + * default, be instances of `tty.WriteStream`. The preferred method of determining + * whether Node.js is being run within a TTY context is to check that the value of + * the `process.stdout.isTTY` property is `true`: + * + * ```console + * $ node -p -e "Boolean(process.stdout.isTTY)" + * true + * $ node -p -e "Boolean(process.stdout.isTTY)" | cat + * false + * ``` + * + * In most cases, there should be little to no reason for an application to + * manually create instances of the `tty.ReadStream` and `tty.WriteStream` classes. + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/tty.js) + */ +declare module "tty" { + import * as net from "node:net"; + /** + * The `tty.isatty()` method returns `true` if the given `fd` is associated with + * a TTY and `false` if it is not, including whenever `fd` is not a non-negative + * integer. + * @since v0.5.8 + * @param fd A numeric file descriptor + */ + function isatty(fd: number): boolean; + /** + * Represents the readable side of a TTY. In normal circumstances `process.stdin` will be the only `tty.ReadStream` instance in a Node.js + * process and there should be no reason to create additional instances. + * @since v0.5.8 + */ + class ReadStream extends net.Socket { + constructor(fd: number, options?: net.SocketConstructorOpts); + /** + * A `boolean` that is `true` if the TTY is currently configured to operate as a + * raw device. + * + * This flag is always `false` when a process starts, even if the terminal is + * operating in raw mode. Its value will change with subsequent calls to `setRawMode`. + * @since v0.7.7 + */ + isRaw: boolean; + /** + * Allows configuration of `tty.ReadStream` so that it operates as a raw device. + * + * When in raw mode, input is always available character-by-character, not + * including modifiers. Additionally, all special processing of characters by the + * terminal is disabled, including echoing input + * characters. Ctrl+C will no longer cause a `SIGINT` when + * in this mode. + * @since v0.7.7 + * @param mode If `true`, configures the `tty.ReadStream` to operate as a raw device. If `false`, configures the `tty.ReadStream` to operate in its default mode. The `readStream.isRaw` + * property will be set to the resulting mode. + * @return The read stream instance. + */ + setRawMode(mode: boolean): this; + /** + * A `boolean` that is always `true` for `tty.ReadStream` instances. + * @since v0.5.8 + */ + isTTY: boolean; + } + /** + * -1 - to the left from cursor + * 0 - the entire line + * 1 - to the right from cursor + */ + type Direction = -1 | 0 | 1; + /** + * Represents the writable side of a TTY. In normal circumstances, `process.stdout` and `process.stderr` will be the only`tty.WriteStream` instances created for a Node.js process and there + * should be no reason to create additional instances. + * @since v0.5.8 + */ + class WriteStream extends net.Socket { + constructor(fd: number); + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "resize", listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "resize"): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "resize", listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "resize", listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "resize", listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "resize", listener: () => void): this; + /** + * `writeStream.clearLine()` clears the current line of this `WriteStream` in a + * direction identified by `dir`. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + clearLine(dir: Direction, callback?: () => void): boolean; + /** + * `writeStream.clearScreenDown()` clears this `WriteStream` from the current + * cursor down. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + clearScreenDown(callback?: () => void): boolean; + /** + * `writeStream.cursorTo()` moves this `WriteStream`'s cursor to the specified + * position. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + cursorTo(x: number, y?: number, callback?: () => void): boolean; + cursorTo(x: number, callback: () => void): boolean; + /** + * `writeStream.moveCursor()` moves this `WriteStream`'s cursor _relative_ to its + * current position. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + moveCursor(dx: number, dy: number, callback?: () => void): boolean; + /** + * Returns: + * + * * `1` for 2, + * * `4` for 16, + * * `8` for 256, + * * `24` for 16,777,216 colors supported. + * + * Use this to determine what colors the terminal supports. Due to the nature of + * colors in terminals it is possible to either have false positives or false + * negatives. It depends on process information and the environment variables that + * may lie about what terminal is used. + * It is possible to pass in an `env` object to simulate the usage of a specific + * terminal. This can be useful to check how specific environment settings behave. + * + * To enforce a specific color support, use one of the below environment settings. + * + * * 2 colors: `FORCE_COLOR = 0` (Disables colors) + * * 16 colors: `FORCE_COLOR = 1` + * * 256 colors: `FORCE_COLOR = 2` + * * 16,777,216 colors: `FORCE_COLOR = 3` + * + * Disabling color support is also possible by using the `NO_COLOR` and `NODE_DISABLE_COLORS` environment variables. + * @since v9.9.0 + * @param [env=process.env] An object containing the environment variables to check. This enables simulating the usage of a specific terminal. + */ + getColorDepth(env?: object): number; + /** + * Returns `true` if the `writeStream` supports at least as many colors as provided + * in `count`. Minimum support is 2 (black and white). + * + * This has the same false positives and negatives as described in `writeStream.getColorDepth()`. + * + * ```js + * process.stdout.hasColors(); + * // Returns true or false depending on if `stdout` supports at least 16 colors. + * process.stdout.hasColors(256); + * // Returns true or false depending on if `stdout` supports at least 256 colors. + * process.stdout.hasColors({ TMUX: '1' }); + * // Returns true. + * process.stdout.hasColors(2 ** 24, { TMUX: '1' }); + * // Returns false (the environment setting pretends to support 2 ** 8 colors). + * ``` + * @since v11.13.0, v10.16.0 + * @param [count=16] The number of colors that are requested (minimum 2). + * @param [env=process.env] An object containing the environment variables to check. This enables simulating the usage of a specific terminal. + */ + hasColors(count?: number): boolean; + hasColors(env?: object): boolean; + hasColors(count: number, env?: object): boolean; + /** + * `writeStream.getWindowSize()` returns the size of the TTY + * corresponding to this `WriteStream`. The array is of the type `[numColumns, numRows]` where `numColumns` and `numRows` represent the number + * of columns and rows in the corresponding TTY. + * @since v0.7.7 + */ + getWindowSize(): [number, number]; + /** + * A `number` specifying the number of columns the TTY currently has. This property + * is updated whenever the `'resize'` event is emitted. + * @since v0.7.7 + */ + columns: number; + /** + * A `number` specifying the number of rows the TTY currently has. This property + * is updated whenever the `'resize'` event is emitted. + * @since v0.7.7 + */ + rows: number; + /** + * A `boolean` that is always `true`. + * @since v0.5.8 + */ + isTTY: boolean; + } +} +declare module "node:tty" { + export * from "tty"; +} diff --git a/node_modules/@types/node/url.d.ts b/node_modules/@types/node/url.d.ts new file mode 100644 index 0000000..6030f89 --- /dev/null +++ b/node_modules/@types/node/url.d.ts @@ -0,0 +1,1014 @@ +/** + * The `node:url` module provides utilities for URL resolution and parsing. It can + * be accessed using: + * + * ```js + * import url from 'node:url'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/url.js) + */ +declare module "url" { + import { Blob as NodeBlob } from "node:buffer"; + import { ClientRequestArgs } from "node:http"; + import { ParsedUrlQuery, ParsedUrlQueryInput } from "node:querystring"; + // Input to `url.format` + interface UrlObject { + auth?: string | null | undefined; + hash?: string | null | undefined; + host?: string | null | undefined; + hostname?: string | null | undefined; + href?: string | null | undefined; + pathname?: string | null | undefined; + protocol?: string | null | undefined; + search?: string | null | undefined; + slashes?: boolean | null | undefined; + port?: string | number | null | undefined; + query?: string | null | ParsedUrlQueryInput | undefined; + } + // Output of `url.parse` + interface Url { + auth: string | null; + hash: string | null; + host: string | null; + hostname: string | null; + href: string; + path: string | null; + pathname: string | null; + protocol: string | null; + search: string | null; + slashes: boolean | null; + port: string | null; + query: string | null | ParsedUrlQuery; + } + interface UrlWithParsedQuery extends Url { + query: ParsedUrlQuery; + } + interface UrlWithStringQuery extends Url { + query: string | null; + } + interface FileUrlToPathOptions { + /** + * `true` if the `path` should be return as a windows filepath, `false` for posix, and `undefined` for the system default. + * @default undefined + * @since v22.1.0 + */ + windows?: boolean | undefined; + } + interface PathToFileUrlOptions { + /** + * `true` if the `path` should be return as a windows filepath, `false` for posix, and `undefined` for the system default. + * @default undefined + * @since v22.1.0 + */ + windows?: boolean | undefined; + } + /** + * The `url.parse()` method takes a URL string, parses it, and returns a URL + * object. + * + * A `TypeError` is thrown if `urlString` is not a string. + * + * A `URIError` is thrown if the `auth` property is present but cannot be decoded. + * + * `url.parse()` uses a lenient, non-standard algorithm for parsing URL + * strings. It is prone to security issues such as [host name spoofing](https://hackerone.com/reports/678487) and incorrect handling of usernames and passwords. Do not use with untrusted + * input. CVEs are not issued for `url.parse()` vulnerabilities. Use the `WHATWG URL` API instead. + * @since v0.1.25 + * @deprecated Use the WHATWG URL API instead. + * @param urlString The URL string to parse. + * @param [parseQueryString=false] If `true`, the `query` property will always be set to an object returned by the {@link querystring} module's `parse()` method. If `false`, the `query` property + * on the returned URL object will be an unparsed, undecoded string. + * @param [slashesDenoteHost=false] If `true`, the first token after the literal string `//` and preceding the next `/` will be interpreted as the `host`. For instance, given `//foo/bar`, the + * result would be `{host: 'foo', pathname: '/bar'}` rather than `{pathname: '//foo/bar'}`. + */ + function parse(urlString: string): UrlWithStringQuery; + function parse( + urlString: string, + parseQueryString: false | undefined, + slashesDenoteHost?: boolean, + ): UrlWithStringQuery; + function parse(urlString: string, parseQueryString: true, slashesDenoteHost?: boolean): UrlWithParsedQuery; + function parse(urlString: string, parseQueryString: boolean, slashesDenoteHost?: boolean): Url; + /** + * The `url.format()` method returns a formatted URL string derived from `urlObject`. + * + * ```js + * import url from 'node:url'; + * url.format({ + * protocol: 'https', + * hostname: 'example.com', + * pathname: '/some/path', + * query: { + * page: 1, + * format: 'json', + * }, + * }); + * + * // => 'https://example.com/some/path?page=1&format=json' + * ``` + * + * If `urlObject` is not an object or a string, `url.format()` will throw a `TypeError`. + * + * The formatting process operates as follows: + * + * * A new empty string `result` is created. + * * If `urlObject.protocol` is a string, it is appended as-is to `result`. + * * Otherwise, if `urlObject.protocol` is not `undefined` and is not a string, an `Error` is thrown. + * * For all string values of `urlObject.protocol` that _do not end_ with an ASCII + * colon (`:`) character, the literal string `:` will be appended to `result`. + * * If either of the following conditions is true, then the literal string `//` will be appended to `result`: + * * `urlObject.slashes` property is true; + * * `urlObject.protocol` begins with `http`, `https`, `ftp`, `gopher`, or `file`; + * * If the value of the `urlObject.auth` property is truthy, and either `urlObject.host` or `urlObject.hostname` are not `undefined`, the value of `urlObject.auth` will be coerced into a string + * and appended to `result` followed by the literal string `@`. + * * If the `urlObject.host` property is `undefined` then: + * * If the `urlObject.hostname` is a string, it is appended to `result`. + * * Otherwise, if `urlObject.hostname` is not `undefined` and is not a string, + * an `Error` is thrown. + * * If the `urlObject.port` property value is truthy, and `urlObject.hostname` is not `undefined`: + * * The literal string `:` is appended to `result`, and + * * The value of `urlObject.port` is coerced to a string and appended to `result`. + * * Otherwise, if the `urlObject.host` property value is truthy, the value of `urlObject.host` is coerced to a string and appended to `result`. + * * If the `urlObject.pathname` property is a string that is not an empty string: + * * If the `urlObject.pathname` _does not start_ with an ASCII forward slash + * (`/`), then the literal string `'/'` is appended to `result`. + * * The value of `urlObject.pathname` is appended to `result`. + * * Otherwise, if `urlObject.pathname` is not `undefined` and is not a string, an `Error` is thrown. + * * If the `urlObject.search` property is `undefined` and if the `urlObject.query`property is an `Object`, the literal string `?` is appended to `result` followed by the output of calling the + * `querystring` module's `stringify()` method passing the value of `urlObject.query`. + * * Otherwise, if `urlObject.search` is a string: + * * If the value of `urlObject.search` _does not start_ with the ASCII question + * mark (`?`) character, the literal string `?` is appended to `result`. + * * The value of `urlObject.search` is appended to `result`. + * * Otherwise, if `urlObject.search` is not `undefined` and is not a string, an `Error` is thrown. + * * If the `urlObject.hash` property is a string: + * * If the value of `urlObject.hash` _does not start_ with the ASCII hash (`#`) + * character, the literal string `#` is appended to `result`. + * * The value of `urlObject.hash` is appended to `result`. + * * Otherwise, if the `urlObject.hash` property is not `undefined` and is not a + * string, an `Error` is thrown. + * * `result` is returned. + * @since v0.1.25 + * @legacy Use the WHATWG URL API instead. + * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`. + */ + function format(urlObject: URL, options?: URLFormatOptions): string; + /** + * The `url.format()` method returns a formatted URL string derived from `urlObject`. + * + * ```js + * import url from 'node:url'; + * url.format({ + * protocol: 'https', + * hostname: 'example.com', + * pathname: '/some/path', + * query: { + * page: 1, + * format: 'json', + * }, + * }); + * + * // => 'https://example.com/some/path?page=1&format=json' + * ``` + * + * If `urlObject` is not an object or a string, `url.format()` will throw a `TypeError`. + * + * The formatting process operates as follows: + * + * * A new empty string `result` is created. + * * If `urlObject.protocol` is a string, it is appended as-is to `result`. + * * Otherwise, if `urlObject.protocol` is not `undefined` and is not a string, an `Error` is thrown. + * * For all string values of `urlObject.protocol` that _do not end_ with an ASCII + * colon (`:`) character, the literal string `:` will be appended to `result`. + * * If either of the following conditions is true, then the literal string `//` will be appended to `result`: + * * `urlObject.slashes` property is true; + * * `urlObject.protocol` begins with `http`, `https`, `ftp`, `gopher`, or `file`; + * * If the value of the `urlObject.auth` property is truthy, and either `urlObject.host` or `urlObject.hostname` are not `undefined`, the value of `urlObject.auth` will be coerced into a string + * and appended to `result` followed by the literal string `@`. + * * If the `urlObject.host` property is `undefined` then: + * * If the `urlObject.hostname` is a string, it is appended to `result`. + * * Otherwise, if `urlObject.hostname` is not `undefined` and is not a string, + * an `Error` is thrown. + * * If the `urlObject.port` property value is truthy, and `urlObject.hostname` is not `undefined`: + * * The literal string `:` is appended to `result`, and + * * The value of `urlObject.port` is coerced to a string and appended to `result`. + * * Otherwise, if the `urlObject.host` property value is truthy, the value of `urlObject.host` is coerced to a string and appended to `result`. + * * If the `urlObject.pathname` property is a string that is not an empty string: + * * If the `urlObject.pathname` _does not start_ with an ASCII forward slash + * (`/`), then the literal string `'/'` is appended to `result`. + * * The value of `urlObject.pathname` is appended to `result`. + * * Otherwise, if `urlObject.pathname` is not `undefined` and is not a string, an `Error` is thrown. + * * If the `urlObject.search` property is `undefined` and if the `urlObject.query`property is an `Object`, the literal string `?` is appended to `result` followed by the output of calling the + * `querystring` module's `stringify()` method passing the value of `urlObject.query`. + * * Otherwise, if `urlObject.search` is a string: + * * If the value of `urlObject.search` _does not start_ with the ASCII question + * mark (`?`) character, the literal string `?` is appended to `result`. + * * The value of `urlObject.search` is appended to `result`. + * * Otherwise, if `urlObject.search` is not `undefined` and is not a string, an `Error` is thrown. + * * If the `urlObject.hash` property is a string: + * * If the value of `urlObject.hash` _does not start_ with the ASCII hash (`#`) + * character, the literal string `#` is appended to `result`. + * * The value of `urlObject.hash` is appended to `result`. + * * Otherwise, if the `urlObject.hash` property is not `undefined` and is not a + * string, an `Error` is thrown. + * * `result` is returned. + * @since v0.1.25 + * @legacy Use the WHATWG URL API instead. + * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`. + */ + function format(urlObject: UrlObject | string): string; + /** + * The `url.resolve()` method resolves a target URL relative to a base URL in a + * manner similar to that of a web browser resolving an anchor tag. + * + * ```js + * import url from 'node:url'; + * url.resolve('/one/two/three', 'four'); // '/one/two/four' + * url.resolve('http://example.com/', '/one'); // 'http://example.com/one' + * url.resolve('http://example.com/one', '/two'); // 'http://example.com/two' + * ``` + * + * To achieve the same result using the WHATWG URL API: + * + * ```js + * function resolve(from, to) { + * const resolvedUrl = new URL(to, new URL(from, 'resolve://')); + * if (resolvedUrl.protocol === 'resolve:') { + * // `from` is a relative URL. + * const { pathname, search, hash } = resolvedUrl; + * return pathname + search + hash; + * } + * return resolvedUrl.toString(); + * } + * + * resolve('/one/two/three', 'four'); // '/one/two/four' + * resolve('http://example.com/', '/one'); // 'http://example.com/one' + * resolve('http://example.com/one', '/two'); // 'http://example.com/two' + * ``` + * @since v0.1.25 + * @legacy Use the WHATWG URL API instead. + * @param from The base URL to use if `to` is a relative URL. + * @param to The target URL to resolve. + */ + function resolve(from: string, to: string): string; + /** + * Returns the [Punycode](https://tools.ietf.org/html/rfc5891#section-4.4) ASCII serialization of the `domain`. If `domain` is an + * invalid domain, the empty string is returned. + * + * It performs the inverse operation to {@link domainToUnicode}. + * + * ```js + * import url from 'node:url'; + * + * console.log(url.domainToASCII('español.com')); + * // Prints xn--espaol-zwa.com + * console.log(url.domainToASCII('中文.com')); + * // Prints xn--fiq228c.com + * console.log(url.domainToASCII('xn--iñvalid.com')); + * // Prints an empty string + * ``` + * @since v7.4.0, v6.13.0 + */ + function domainToASCII(domain: string): string; + /** + * Returns the Unicode serialization of the `domain`. If `domain` is an invalid + * domain, the empty string is returned. + * + * It performs the inverse operation to {@link domainToASCII}. + * + * ```js + * import url from 'node:url'; + * + * console.log(url.domainToUnicode('xn--espaol-zwa.com')); + * // Prints español.com + * console.log(url.domainToUnicode('xn--fiq228c.com')); + * // Prints 中文.com + * console.log(url.domainToUnicode('xn--iñvalid.com')); + * // Prints an empty string + * ``` + * @since v7.4.0, v6.13.0 + */ + function domainToUnicode(domain: string): string; + /** + * This function ensures the correct decodings of percent-encoded characters as + * well as ensuring a cross-platform valid absolute path string. + * + * ```js + * import { fileURLToPath } from 'node:url'; + * + * const __filename = fileURLToPath(import.meta.url); + * + * new URL('file:///C:/path/').pathname; // Incorrect: /C:/path/ + * fileURLToPath('file:///C:/path/'); // Correct: C:\path\ (Windows) + * + * new URL('file://nas/foo.txt').pathname; // Incorrect: /foo.txt + * fileURLToPath('file://nas/foo.txt'); // Correct: \\nas\foo.txt (Windows) + * + * new URL('file:///你好.txt').pathname; // Incorrect: /%E4%BD%A0%E5%A5%BD.txt + * fileURLToPath('file:///你好.txt'); // Correct: /你好.txt (POSIX) + * + * new URL('file:///hello world').pathname; // Incorrect: /hello%20world + * fileURLToPath('file:///hello world'); // Correct: /hello world (POSIX) + * ``` + * @since v10.12.0 + * @param url The file URL string or URL object to convert to a path. + * @return The fully-resolved platform-specific Node.js file path. + */ + function fileURLToPath(url: string | URL, options?: FileUrlToPathOptions): string; + /** + * This function ensures that `path` is resolved absolutely, and that the URL + * control characters are correctly encoded when converting into a File URL. + * + * ```js + * import { pathToFileURL } from 'node:url'; + * + * new URL('/foo#1', 'file:'); // Incorrect: file:///foo#1 + * pathToFileURL('/foo#1'); // Correct: file:///foo%231 (POSIX) + * + * new URL('/some/path%.c', 'file:'); // Incorrect: file:///some/path%.c + * pathToFileURL('/some/path%.c'); // Correct: file:///some/path%25.c (POSIX) + * ``` + * @since v10.12.0 + * @param path The path to convert to a File URL. + * @return The file URL object. + */ + function pathToFileURL(path: string, options?: PathToFileUrlOptions): URL; + /** + * This utility function converts a URL object into an ordinary options object as + * expected by the `http.request()` and `https.request()` APIs. + * + * ```js + * import { urlToHttpOptions } from 'node:url'; + * const myURL = new URL('https://a:b@測試?abc#foo'); + * + * console.log(urlToHttpOptions(myURL)); + * /* + * { + * protocol: 'https:', + * hostname: 'xn--g6w251d', + * hash: '#foo', + * search: '?abc', + * pathname: '/', + * path: '/?abc', + * href: 'https://a:b@xn--g6w251d/?abc#foo', + * auth: 'a:b' + * } + * + * ``` + * @since v15.7.0, v14.18.0 + * @param url The `WHATWG URL` object to convert to an options object. + * @return Options object + */ + function urlToHttpOptions(url: URL): ClientRequestArgs; + interface URLFormatOptions { + /** + * `true` if the serialized URL string should include the username and password, `false` otherwise. + * @default true + */ + auth?: boolean | undefined; + /** + * `true` if the serialized URL string should include the fragment, `false` otherwise. + * @default true + */ + fragment?: boolean | undefined; + /** + * `true` if the serialized URL string should include the search query, `false` otherwise. + * @default true + */ + search?: boolean | undefined; + /** + * `true` if Unicode characters appearing in the host component of the URL string should be encoded directly as opposed to + * being Punycode encoded. + * @default false + */ + unicode?: boolean | undefined; + } + /** + * Browser-compatible `URL` class, implemented by following the WHATWG URL + * Standard. [Examples of parsed URLs](https://url.spec.whatwg.org/#example-url-parsing) may be found in the Standard itself. + * The `URL` class is also available on the global object. + * + * In accordance with browser conventions, all properties of `URL` objects + * are implemented as getters and setters on the class prototype, rather than as + * data properties on the object itself. Thus, unlike `legacy urlObject`s, + * using the `delete` keyword on any properties of `URL` objects (e.g. `delete myURL.protocol`, `delete myURL.pathname`, etc) has no effect but will still + * return `true`. + * @since v7.0.0, v6.13.0 + */ + class URL { + /** + * Creates a `'blob:nodedata:...'` URL string that represents the given `Blob` object and can be used to retrieve the `Blob` later. + * + * ```js + * import { + * Blob, + * resolveObjectURL, + * } from 'node:buffer'; + * + * const blob = new Blob(['hello']); + * const id = URL.createObjectURL(blob); + * + * // later... + * + * const otherBlob = resolveObjectURL(id); + * console.log(otherBlob.size); + * ``` + * + * The data stored by the registered `Blob` will be retained in memory until `URL.revokeObjectURL()` is called to remove it. + * + * `Blob` objects are registered within the current thread. If using Worker + * Threads, `Blob` objects registered within one Worker will not be available + * to other workers or the main thread. + * @since v16.7.0 + */ + static createObjectURL(blob: NodeBlob): string; + /** + * Removes the stored `Blob` identified by the given ID. Attempting to revoke a + * ID that isn't registered will silently fail. + * @since v16.7.0 + * @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`. + */ + static revokeObjectURL(id: string): void; + /** + * Checks if an `input` relative to the `base` can be parsed to a `URL`. + * + * ```js + * const isValid = URL.canParse('/foo', 'https://example.org/'); // true + * + * const isNotValid = URL.canParse('/foo'); // false + * ``` + * @since v19.9.0 + * @param input The absolute or relative input URL to parse. If `input` is relative, then `base` is required. If `input` is absolute, the `base` is ignored. If `input` is not a string, it is + * `converted to a string` first. + * @param base The base URL to resolve against if the `input` is not absolute. If `base` is not a string, it is `converted to a string` first. + */ + static canParse(input: string, base?: string): boolean; + /** + * Parses a string as a URL. If `base` is provided, it will be used as the base URL for the purpose of resolving non-absolute `input` URLs. + * Returns `null` if `input` is not a valid. + * @param input The absolute or relative input URL to parse. If `input` is relative, then `base` is required. If `input` is absolute, the `base` is ignored. If `input` is not a string, it is + * `converted to a string` first. + * @param base The base URL to resolve against if the `input` is not absolute. If `base` is not a string, it is `converted to a string` first. + * @since v22.1.0 + */ + static parse(input: string, base?: string): URL | null; + constructor(input: string | { toString: () => string }, base?: string | URL); + /** + * Gets and sets the fragment portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org/foo#bar'); + * console.log(myURL.hash); + * // Prints #bar + * + * myURL.hash = 'baz'; + * console.log(myURL.href); + * // Prints https://example.org/foo#baz + * ``` + * + * Invalid URL characters included in the value assigned to the `hash` property + * are `percent-encoded`. The selection of which characters to + * percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + hash: string; + /** + * Gets and sets the host portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org:81/foo'); + * console.log(myURL.host); + * // Prints example.org:81 + * + * myURL.host = 'example.com:82'; + * console.log(myURL.href); + * // Prints https://example.com:82/foo + * ``` + * + * Invalid host values assigned to the `host` property are ignored. + */ + host: string; + /** + * Gets and sets the host name portion of the URL. The key difference between`url.host` and `url.hostname` is that `url.hostname` does _not_ include the + * port. + * + * ```js + * const myURL = new URL('https://example.org:81/foo'); + * console.log(myURL.hostname); + * // Prints example.org + * + * // Setting the hostname does not change the port + * myURL.hostname = 'example.com'; + * console.log(myURL.href); + * // Prints https://example.com:81/foo + * + * // Use myURL.host to change the hostname and port + * myURL.host = 'example.org:82'; + * console.log(myURL.href); + * // Prints https://example.org:82/foo + * ``` + * + * Invalid host name values assigned to the `hostname` property are ignored. + */ + hostname: string; + /** + * Gets and sets the serialized URL. + * + * ```js + * const myURL = new URL('https://example.org/foo'); + * console.log(myURL.href); + * // Prints https://example.org/foo + * + * myURL.href = 'https://example.com/bar'; + * console.log(myURL.href); + * // Prints https://example.com/bar + * ``` + * + * Getting the value of the `href` property is equivalent to calling {@link toString}. + * + * Setting the value of this property to a new value is equivalent to creating a + * new `URL` object using `new URL(value)`. Each of the `URL` object's properties will be modified. + * + * If the value assigned to the `href` property is not a valid URL, a `TypeError` will be thrown. + */ + href: string; + /** + * Gets the read-only serialization of the URL's origin. + * + * ```js + * const myURL = new URL('https://example.org/foo/bar?baz'); + * console.log(myURL.origin); + * // Prints https://example.org + * ``` + * + * ```js + * const idnURL = new URL('https://測試'); + * console.log(idnURL.origin); + * // Prints https://xn--g6w251d + * + * console.log(idnURL.hostname); + * // Prints xn--g6w251d + * ``` + */ + readonly origin: string; + /** + * Gets and sets the password portion of the URL. + * + * ```js + * const myURL = new URL('https://abc:xyz@example.com'); + * console.log(myURL.password); + * // Prints xyz + * + * myURL.password = '123'; + * console.log(myURL.href); + * // Prints https://abc:123@example.com/ + * ``` + * + * Invalid URL characters included in the value assigned to the `password` property + * are `percent-encoded`. The selection of which characters to + * percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + password: string; + /** + * Gets and sets the path portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org/abc/xyz?123'); + * console.log(myURL.pathname); + * // Prints /abc/xyz + * + * myURL.pathname = '/abcdef'; + * console.log(myURL.href); + * // Prints https://example.org/abcdef?123 + * ``` + * + * Invalid URL characters included in the value assigned to the `pathname` property are `percent-encoded`. The selection of which characters + * to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + pathname: string; + /** + * Gets and sets the port portion of the URL. + * + * The port value may be a number or a string containing a number in the range `0` to `65535` (inclusive). Setting the value to the default port of the `URL` objects given `protocol` will + * result in the `port` value becoming + * the empty string (`''`). + * + * The port value can be an empty string in which case the port depends on + * the protocol/scheme: + * + * + * + * Upon assigning a value to the port, the value will first be converted to a + * string using `.toString()`. + * + * If that string is invalid but it begins with a number, the leading number is + * assigned to `port`. + * If the number lies outside the range denoted above, it is ignored. + * + * ```js + * const myURL = new URL('https://example.org:8888'); + * console.log(myURL.port); + * // Prints 8888 + * + * // Default ports are automatically transformed to the empty string + * // (HTTPS protocol's default port is 443) + * myURL.port = '443'; + * console.log(myURL.port); + * // Prints the empty string + * console.log(myURL.href); + * // Prints https://example.org/ + * + * myURL.port = 1234; + * console.log(myURL.port); + * // Prints 1234 + * console.log(myURL.href); + * // Prints https://example.org:1234/ + * + * // Completely invalid port strings are ignored + * myURL.port = 'abcd'; + * console.log(myURL.port); + * // Prints 1234 + * + * // Leading numbers are treated as a port number + * myURL.port = '5678abcd'; + * console.log(myURL.port); + * // Prints 5678 + * + * // Non-integers are truncated + * myURL.port = 1234.5678; + * console.log(myURL.port); + * // Prints 1234 + * + * // Out-of-range numbers which are not represented in scientific notation + * // will be ignored. + * myURL.port = 1e10; // 10000000000, will be range-checked as described below + * console.log(myURL.port); + * // Prints 1234 + * ``` + * + * Numbers which contain a decimal point, + * such as floating-point numbers or numbers in scientific notation, + * are not an exception to this rule. + * Leading numbers up to the decimal point will be set as the URL's port, + * assuming they are valid: + * + * ```js + * myURL.port = 4.567e21; + * console.log(myURL.port); + * // Prints 4 (because it is the leading number in the string '4.567e21') + * ``` + */ + port: string; + /** + * Gets and sets the protocol portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org'); + * console.log(myURL.protocol); + * // Prints https: + * + * myURL.protocol = 'ftp'; + * console.log(myURL.href); + * // Prints ftp://example.org/ + * ``` + * + * Invalid URL protocol values assigned to the `protocol` property are ignored. + */ + protocol: string; + /** + * Gets and sets the serialized query portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org/abc?123'); + * console.log(myURL.search); + * // Prints ?123 + * + * myURL.search = 'abc=xyz'; + * console.log(myURL.href); + * // Prints https://example.org/abc?abc=xyz + * ``` + * + * Any invalid URL characters appearing in the value assigned the `search` property will be `percent-encoded`. The selection of which + * characters to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + search: string; + /** + * Gets the `URLSearchParams` object representing the query parameters of the + * URL. This property is read-only but the `URLSearchParams` object it provides + * can be used to mutate the URL instance; to replace the entirety of query + * parameters of the URL, use the {@link search} setter. See `URLSearchParams` documentation for details. + * + * Use care when using `.searchParams` to modify the `URL` because, + * per the WHATWG specification, the `URLSearchParams` object uses + * different rules to determine which characters to percent-encode. For + * instance, the `URL` object will not percent encode the ASCII tilde (`~`) + * character, while `URLSearchParams` will always encode it: + * + * ```js + * const myURL = new URL('https://example.org/abc?foo=~bar'); + * + * console.log(myURL.search); // prints ?foo=~bar + * + * // Modify the URL via searchParams... + * myURL.searchParams.sort(); + * + * console.log(myURL.search); // prints ?foo=%7Ebar + * ``` + */ + readonly searchParams: URLSearchParams; + /** + * Gets and sets the username portion of the URL. + * + * ```js + * const myURL = new URL('https://abc:xyz@example.com'); + * console.log(myURL.username); + * // Prints abc + * + * myURL.username = '123'; + * console.log(myURL.href); + * // Prints https://123:xyz@example.com/ + * ``` + * + * Any invalid URL characters appearing in the value assigned the `username` property will be `percent-encoded`. The selection of which + * characters to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + username: string; + /** + * The `toString()` method on the `URL` object returns the serialized URL. The + * value returned is equivalent to that of {@link href} and {@link toJSON}. + */ + toString(): string; + /** + * The `toJSON()` method on the `URL` object returns the serialized URL. The + * value returned is equivalent to that of {@link href} and {@link toString}. + * + * This method is automatically called when an `URL` object is serialized + * with [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify). + * + * ```js + * const myURLs = [ + * new URL('https://www.example.com'), + * new URL('https://test.example.org'), + * ]; + * console.log(JSON.stringify(myURLs)); + * // Prints ["https://www.example.com/","https://test.example.org/"] + * ``` + */ + toJSON(): string; + } + interface URLPatternComponentResult { + input: string; + groups: Record; + } + interface URLPatternInit { + protocol?: string; + username?: string; + password?: string; + hostname?: string; + port?: string; + pathname?: string; + search?: string; + hash?: string; + baseURL?: string; + } + interface URLPatternOptions { + ignoreCase?: boolean; + } + interface URLPatternResult { + inputs: (string | URLPatternInit)[]; + protocol: URLPatternComponentResult; + username: URLPatternComponentResult; + password: URLPatternComponentResult; + hostname: URLPatternComponentResult; + port: URLPatternComponentResult; + pathname: URLPatternComponentResult; + search: URLPatternComponentResult; + hash: URLPatternComponentResult; + } + /** + * @since v23.8.0 + * @experimental + */ + class URLPattern { + constructor(input: string | URLPatternInit, baseURL: string, options?: URLPatternOptions); + constructor(input?: string | URLPatternInit, options?: URLPatternOptions); + exec(input?: string | URLPatternInit, baseURL?: string): URLPatternResult | null; + readonly hasRegExpGroups: boolean; + readonly hash: string; + readonly hostname: string; + readonly password: string; + readonly pathname: string; + readonly port: string; + readonly protocol: string; + readonly search: string; + test(input?: string | URLPatternInit, baseURL?: string): boolean; + readonly username: string; + } + interface URLSearchParamsIterator extends NodeJS.Iterator { + [Symbol.iterator](): URLSearchParamsIterator; + } + /** + * The `URLSearchParams` API provides read and write access to the query of a `URL`. The `URLSearchParams` class can also be used standalone with one of the + * four following constructors. + * The `URLSearchParams` class is also available on the global object. + * + * The WHATWG `URLSearchParams` interface and the `querystring` module have + * similar purpose, but the purpose of the `querystring` module is more + * general, as it allows the customization of delimiter characters (`&` and `=`). + * On the other hand, this API is designed purely for URL query strings. + * + * ```js + * const myURL = new URL('https://example.org/?abc=123'); + * console.log(myURL.searchParams.get('abc')); + * // Prints 123 + * + * myURL.searchParams.append('abc', 'xyz'); + * console.log(myURL.href); + * // Prints https://example.org/?abc=123&abc=xyz + * + * myURL.searchParams.delete('abc'); + * myURL.searchParams.set('a', 'b'); + * console.log(myURL.href); + * // Prints https://example.org/?a=b + * + * const newSearchParams = new URLSearchParams(myURL.searchParams); + * // The above is equivalent to + * // const newSearchParams = new URLSearchParams(myURL.search); + * + * newSearchParams.append('a', 'c'); + * console.log(myURL.href); + * // Prints https://example.org/?a=b + * console.log(newSearchParams.toString()); + * // Prints a=b&a=c + * + * // newSearchParams.toString() is implicitly called + * myURL.search = newSearchParams; + * console.log(myURL.href); + * // Prints https://example.org/?a=b&a=c + * newSearchParams.delete('a'); + * console.log(myURL.href); + * // Prints https://example.org/?a=b&a=c + * ``` + * @since v7.5.0, v6.13.0 + */ + class URLSearchParams implements Iterable<[string, string]> { + constructor( + init?: + | URLSearchParams + | string + | Record + | Iterable<[string, string]> + | ReadonlyArray<[string, string]>, + ); + /** + * Append a new name-value pair to the query string. + */ + append(name: string, value: string): void; + /** + * If `value` is provided, removes all name-value pairs + * where name is `name` and value is `value`. + * + * If `value` is not provided, removes all name-value pairs whose name is `name`. + */ + delete(name: string, value?: string): void; + /** + * Returns an ES6 `Iterator` over each of the name-value pairs in the query. + * Each item of the iterator is a JavaScript `Array`. The first item of the `Array` is the `name`, the second item of the `Array` is the `value`. + * + * Alias for `urlSearchParams[@@iterator]()`. + */ + entries(): URLSearchParamsIterator<[string, string]>; + /** + * Iterates over each name-value pair in the query and invokes the given function. + * + * ```js + * const myURL = new URL('https://example.org/?a=b&c=d'); + * myURL.searchParams.forEach((value, name, searchParams) => { + * console.log(name, value, myURL.searchParams === searchParams); + * }); + * // Prints: + * // a b true + * // c d true + * ``` + * @param fn Invoked for each name-value pair in the query + * @param thisArg To be used as `this` value for when `fn` is called + */ + forEach( + fn: (this: TThis, value: string, name: string, searchParams: URLSearchParams) => void, + thisArg?: TThis, + ): void; + /** + * Returns the value of the first name-value pair whose name is `name`. If there + * are no such pairs, `null` is returned. + * @return or `null` if there is no name-value pair with the given `name`. + */ + get(name: string): string | null; + /** + * Returns the values of all name-value pairs whose name is `name`. If there are + * no such pairs, an empty array is returned. + */ + getAll(name: string): string[]; + /** + * Checks if the `URLSearchParams` object contains key-value pair(s) based on `name` and an optional `value` argument. + * + * If `value` is provided, returns `true` when name-value pair with + * same `name` and `value` exists. + * + * If `value` is not provided, returns `true` if there is at least one name-value + * pair whose name is `name`. + */ + has(name: string, value?: string): boolean; + /** + * Returns an ES6 `Iterator` over the names of each name-value pair. + * + * ```js + * const params = new URLSearchParams('foo=bar&foo=baz'); + * for (const name of params.keys()) { + * console.log(name); + * } + * // Prints: + * // foo + * // foo + * ``` + */ + keys(): URLSearchParamsIterator; + /** + * Sets the value in the `URLSearchParams` object associated with `name` to `value`. If there are any pre-existing name-value pairs whose names are `name`, + * set the first such pair's value to `value` and remove all others. If not, + * append the name-value pair to the query string. + * + * ```js + * const params = new URLSearchParams(); + * params.append('foo', 'bar'); + * params.append('foo', 'baz'); + * params.append('abc', 'def'); + * console.log(params.toString()); + * // Prints foo=bar&foo=baz&abc=def + * + * params.set('foo', 'def'); + * params.set('xyz', 'opq'); + * console.log(params.toString()); + * // Prints foo=def&abc=def&xyz=opq + * ``` + */ + set(name: string, value: string): void; + /** + * The total number of parameter entries. + * @since v19.8.0 + */ + readonly size: number; + /** + * Sort all existing name-value pairs in-place by their names. Sorting is done + * with a [stable sorting algorithm](https://en.wikipedia.org/wiki/Sorting_algorithm#Stability), so relative order between name-value pairs + * with the same name is preserved. + * + * This method can be used, in particular, to increase cache hits. + * + * ```js + * const params = new URLSearchParams('query[]=abc&type=search&query[]=123'); + * params.sort(); + * console.log(params.toString()); + * // Prints query%5B%5D=abc&query%5B%5D=123&type=search + * ``` + * @since v7.7.0, v6.13.0 + */ + sort(): void; + /** + * Returns the search parameters serialized as a string, with characters + * percent-encoded where necessary. + */ + toString(): string; + /** + * Returns an ES6 `Iterator` over the values of each name-value pair. + */ + values(): URLSearchParamsIterator; + [Symbol.iterator](): URLSearchParamsIterator<[string, string]>; + } + import { + URL as _URL, + URLPattern as _URLPattern, + URLPatternInit as _URLPatternInit, + URLPatternResult as _URLPatternResult, + URLSearchParams as _URLSearchParams, + } from "url"; + global { + interface URL extends _URL {} + var URL: typeof globalThis extends { + onmessage: any; + URL: infer T; + } ? T + : typeof _URL; + interface URLSearchParams extends _URLSearchParams {} + var URLSearchParams: typeof globalThis extends { + onmessage: any; + URLSearchParams: infer T; + } ? T + : typeof _URLSearchParams; + interface URLPatternInit extends _URLPatternInit {} + interface URLPatternResult extends _URLPatternResult {} + interface URLPattern extends _URLPattern {} + var URLPattern: typeof _URLPattern; + } +} +declare module "node:url" { + export * from "url"; +} diff --git a/node_modules/@types/node/util.d.ts b/node_modules/@types/node/util.d.ts new file mode 100644 index 0000000..c1eb7a0 --- /dev/null +++ b/node_modules/@types/node/util.d.ts @@ -0,0 +1,2305 @@ +/** + * The `node:util` module supports the needs of Node.js internal APIs. Many of the + * utilities are useful for application and module developers as well. To access + * it: + * + * ```js + * import util from 'node:util'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/util.js) + */ +declare module "util" { + import * as types from "node:util/types"; + export interface InspectOptions { + /** + * If `true`, object's non-enumerable symbols and properties are included in the formatted result. + * `WeakMap` and `WeakSet` entries are also included as well as user defined prototype properties (excluding method properties). + * @default false + */ + showHidden?: boolean | undefined; + /** + * Specifies the number of times to recurse while formatting object. + * This is useful for inspecting large objects. + * To recurse up to the maximum call stack size pass `Infinity` or `null`. + * @default 2 + */ + depth?: number | null | undefined; + /** + * If `true`, the output is styled with ANSI color codes. Colors are customizable. + */ + colors?: boolean | undefined; + /** + * If `false`, `[util.inspect.custom](depth, opts, inspect)` functions are not invoked. + * @default true + */ + customInspect?: boolean | undefined; + /** + * If `true`, `Proxy` inspection includes the target and handler objects. + * @default false + */ + showProxy?: boolean | undefined; + /** + * Specifies the maximum number of `Array`, `TypedArray`, `WeakMap`, and `WeakSet` elements + * to include when formatting. Set to `null` or `Infinity` to show all elements. + * Set to `0` or negative to show no elements. + * @default 100 + */ + maxArrayLength?: number | null | undefined; + /** + * Specifies the maximum number of characters to + * include when formatting. Set to `null` or `Infinity` to show all elements. + * Set to `0` or negative to show no characters. + * @default 10000 + */ + maxStringLength?: number | null | undefined; + /** + * The length at which input values are split across multiple lines. + * Set to `Infinity` to format the input as a single line + * (in combination with `compact` set to `true` or any number >= `1`). + * @default 80 + */ + breakLength?: number | undefined; + /** + * Setting this to `false` causes each object key + * to be displayed on a new line. It will also add new lines to text that is + * longer than `breakLength`. If set to a number, the most `n` inner elements + * are united on a single line as long as all properties fit into + * `breakLength`. Short array elements are also grouped together. Note that no + * text will be reduced below 16 characters, no matter the `breakLength` size. + * For more information, see the example below. + * @default true + */ + compact?: boolean | number | undefined; + /** + * If set to `true` or a function, all properties of an object, and `Set` and `Map` + * entries are sorted in the resulting string. + * If set to `true` the default sort is used. + * If set to a function, it is used as a compare function. + */ + sorted?: boolean | ((a: string, b: string) => number) | undefined; + /** + * If set to `true`, getters are going to be + * inspected as well. If set to `'get'` only getters without setter are going + * to be inspected. If set to `'set'` only getters having a corresponding + * setter are going to be inspected. This might cause side effects depending on + * the getter function. + * @default false + */ + getters?: "get" | "set" | boolean | undefined; + /** + * If set to `true`, an underscore is used to separate every three digits in all bigints and numbers. + * @default false + */ + numericSeparator?: boolean | undefined; + } + export type Style = + | "special" + | "number" + | "bigint" + | "boolean" + | "undefined" + | "null" + | "string" + | "symbol" + | "date" + | "regexp" + | "module"; + export type CustomInspectFunction = (depth: number, options: InspectOptionsStylized) => any; // TODO: , inspect: inspect + export interface InspectOptionsStylized extends InspectOptions { + stylize(text: string, styleType: Style): string; + } + export interface CallSiteObject { + /** + * Returns the name of the function associated with this call site. + */ + functionName: string; + /** + * Returns the name of the resource that contains the script for the + * function for this call site. + */ + scriptName: string; + /** + * Returns the unique id of the script, as in Chrome DevTools protocol + * [`Runtime.ScriptId`](https://chromedevtools.github.io/devtools-protocol/1-3/Runtime/#type-ScriptId). + * @since v22.14.0 + */ + scriptId: string; + /** + * Returns the number, 1-based, of the line for the associate function call. + */ + lineNumber: number; + /** + * Returns the 1-based column offset on the line for the associated function call. + */ + columnNumber: number; + } + export type DiffEntry = [operation: -1 | 0 | 1, value: string]; + /** + * `util.diff()` compares two string or array values and returns an array of difference entries. + * It uses the Myers diff algorithm to compute minimal differences, which is the same algorithm + * used internally by assertion error messages. + * + * If the values are equal, an empty array is returned. + * + * ```js + * const { diff } = require('node:util'); + * + * // Comparing strings + * const actualString = '12345678'; + * const expectedString = '12!!5!7!'; + * console.log(diff(actualString, expectedString)); + * // [ + * // [0, '1'], + * // [0, '2'], + * // [1, '3'], + * // [1, '4'], + * // [-1, '!'], + * // [-1, '!'], + * // [0, '5'], + * // [1, '6'], + * // [-1, '!'], + * // [0, '7'], + * // [1, '8'], + * // [-1, '!'], + * // ] + * // Comparing arrays + * const actualArray = ['1', '2', '3']; + * const expectedArray = ['1', '3', '4']; + * console.log(diff(actualArray, expectedArray)); + * // [ + * // [0, '1'], + * // [1, '2'], + * // [0, '3'], + * // [-1, '4'], + * // ] + * // Equal values return empty array + * console.log(diff('same', 'same')); + * // [] + * ``` + * @since v22.15.0 + * @experimental + * @param actual The first value to compare + * @param expected The second value to compare + * @returns An array of difference entries. Each entry is an array with two elements: + * * Index 0: `number` Operation code: `-1` for delete, `0` for no-op/unchanged, `1` for insert + * * Index 1: `string` The value associated with the operation + */ + export function diff(actual: string | readonly string[], expected: string | readonly string[]): DiffEntry[]; + /** + * The `util.format()` method returns a formatted string using the first argument + * as a `printf`-like format string which can contain zero or more format + * specifiers. Each specifier is replaced with the converted value from the + * corresponding argument. Supported specifiers are: + * + * If a specifier does not have a corresponding argument, it is not replaced: + * + * ```js + * util.format('%s:%s', 'foo'); + * // Returns: 'foo:%s' + * ``` + * + * Values that are not part of the format string are formatted using `util.inspect()` if their type is not `string`. + * + * If there are more arguments passed to the `util.format()` method than the + * number of specifiers, the extra arguments are concatenated to the returned + * string, separated by spaces: + * + * ```js + * util.format('%s:%s', 'foo', 'bar', 'baz'); + * // Returns: 'foo:bar baz' + * ``` + * + * If the first argument does not contain a valid format specifier, `util.format()` returns a string that is the concatenation of all arguments separated by spaces: + * + * ```js + * util.format(1, 2, 3); + * // Returns: '1 2 3' + * ``` + * + * If only one argument is passed to `util.format()`, it is returned as it is + * without any formatting: + * + * ```js + * util.format('%% %s'); + * // Returns: '%% %s' + * ``` + * + * `util.format()` is a synchronous method that is intended as a debugging tool. + * Some input values can have a significant performance overhead that can block the + * event loop. Use this function with care and never in a hot code path. + * @since v0.5.3 + * @param format A `printf`-like format string. + */ + export function format(format?: any, ...param: any[]): string; + /** + * This function is identical to {@link format}, except in that it takes + * an `inspectOptions` argument which specifies options that are passed along to {@link inspect}. + * + * ```js + * util.formatWithOptions({ colors: true }, 'See object %O', { foo: 42 }); + * // Returns 'See object { foo: 42 }', where `42` is colored as a number + * // when printed to a terminal. + * ``` + * @since v10.0.0 + */ + export function formatWithOptions(inspectOptions: InspectOptions, format?: any, ...param: any[]): string; + interface GetCallSitesOptions { + /** + * Reconstruct the original location in the stacktrace from the source-map. + * Enabled by default with the flag `--enable-source-maps`. + */ + sourceMap?: boolean | undefined; + } + /** + * Returns an array of call site objects containing the stack of + * the caller function. + * + * ```js + * import { getCallSites } from 'node:util'; + * + * function exampleFunction() { + * const callSites = getCallSites(); + * + * console.log('Call Sites:'); + * callSites.forEach((callSite, index) => { + * console.log(`CallSite ${index + 1}:`); + * console.log(`Function Name: ${callSite.functionName}`); + * console.log(`Script Name: ${callSite.scriptName}`); + * console.log(`Line Number: ${callSite.lineNumber}`); + * console.log(`Column Number: ${callSite.column}`); + * }); + * // CallSite 1: + * // Function Name: exampleFunction + * // Script Name: /home/example.js + * // Line Number: 5 + * // Column Number: 26 + * + * // CallSite 2: + * // Function Name: anotherFunction + * // Script Name: /home/example.js + * // Line Number: 22 + * // Column Number: 3 + * + * // ... + * } + * + * // A function to simulate another stack layer + * function anotherFunction() { + * exampleFunction(); + * } + * + * anotherFunction(); + * ``` + * + * It is possible to reconstruct the original locations by setting the option `sourceMap` to `true`. + * If the source map is not available, the original location will be the same as the current location. + * When the `--enable-source-maps` flag is enabled, for example when using `--experimental-transform-types`, + * `sourceMap` will be true by default. + * + * ```ts + * import { getCallSites } from 'node:util'; + * + * interface Foo { + * foo: string; + * } + * + * const callSites = getCallSites({ sourceMap: true }); + * + * // With sourceMap: + * // Function Name: '' + * // Script Name: example.js + * // Line Number: 7 + * // Column Number: 26 + * + * // Without sourceMap: + * // Function Name: '' + * // Script Name: example.js + * // Line Number: 2 + * // Column Number: 26 + * ``` + * @param frameCount Number of frames to capture as call site objects. + * **Default:** `10`. Allowable range is between 1 and 200. + * @return An array of call site objects + * @since v22.9.0 + */ + export function getCallSites(frameCount?: number, options?: GetCallSitesOptions): CallSiteObject[]; + export function getCallSites(options: GetCallSitesOptions): CallSiteObject[]; + /** + * Returns the string name for a numeric error code that comes from a Node.js API. + * The mapping between error codes and error names is platform-dependent. + * See `Common System Errors` for the names of common errors. + * + * ```js + * fs.access('file/that/does/not/exist', (err) => { + * const name = util.getSystemErrorName(err.errno); + * console.error(name); // ENOENT + * }); + * ``` + * @since v9.7.0 + */ + export function getSystemErrorName(err: number): string; + /** + * Returns a Map of all system error codes available from the Node.js API. + * The mapping between error codes and error names is platform-dependent. + * See `Common System Errors` for the names of common errors. + * + * ```js + * fs.access('file/that/does/not/exist', (err) => { + * const errorMap = util.getSystemErrorMap(); + * const name = errorMap.get(err.errno); + * console.error(name); // ENOENT + * }); + * ``` + * @since v16.0.0, v14.17.0 + */ + export function getSystemErrorMap(): Map; + /** + * Returns the string message for a numeric error code that comes from a Node.js + * API. + * The mapping between error codes and string messages is platform-dependent. + * + * ```js + * fs.access('file/that/does/not/exist', (err) => { + * const message = util.getSystemErrorMessage(err.errno); + * console.error(message); // no such file or directory + * }); + * ``` + * @since v22.12.0 + */ + export function getSystemErrorMessage(err: number): string; + /** + * Returns the `string` after replacing any surrogate code points + * (or equivalently, any unpaired surrogate code units) with the + * Unicode "replacement character" U+FFFD. + * @since v16.8.0, v14.18.0 + */ + export function toUSVString(string: string): string; + /** + * Creates and returns an `AbortController` instance whose `AbortSignal` is marked + * as transferable and can be used with `structuredClone()` or `postMessage()`. + * @since v18.11.0 + * @returns A transferable AbortController + */ + export function transferableAbortController(): AbortController; + /** + * Marks the given `AbortSignal` as transferable so that it can be used with`structuredClone()` and `postMessage()`. + * + * ```js + * const signal = transferableAbortSignal(AbortSignal.timeout(100)); + * const channel = new MessageChannel(); + * channel.port2.postMessage(signal, [signal]); + * ``` + * @since v18.11.0 + * @param signal The AbortSignal + * @returns The same AbortSignal + */ + export function transferableAbortSignal(signal: AbortSignal): AbortSignal; + /** + * Listens to abort event on the provided `signal` and returns a promise that resolves when the `signal` is aborted. + * If `resource` is provided, it weakly references the operation's associated object, + * so if `resource` is garbage collected before the `signal` aborts, + * then returned promise shall remain pending. + * This prevents memory leaks in long-running or non-cancelable operations. + * + * ```js + * import { aborted } from 'node:util'; + * + * // Obtain an object with an abortable signal, like a custom resource or operation. + * const dependent = obtainSomethingAbortable(); + * + * // Pass `dependent` as the resource, indicating the promise should only resolve + * // if `dependent` is still in memory when the signal is aborted. + * aborted(dependent.signal, dependent).then(() => { + * // This code runs when `dependent` is aborted. + * console.log('Dependent resource was aborted.'); + * }); + * + * // Simulate an event that triggers the abort. + * dependent.on('event', () => { + * dependent.abort(); // This will cause the `aborted` promise to resolve. + * }); + * ``` + * @since v19.7.0 + * @param resource Any non-null object tied to the abortable operation and held weakly. + * If `resource` is garbage collected before the `signal` aborts, the promise remains pending, + * allowing Node.js to stop tracking it. + * This helps prevent memory leaks in long-running or non-cancelable operations. + */ + export function aborted(signal: AbortSignal, resource: any): Promise; + /** + * The `util.inspect()` method returns a string representation of `object` that is + * intended for debugging. The output of `util.inspect` may change at any time + * and should not be depended upon programmatically. Additional `options` may be + * passed that alter the result. + * `util.inspect()` will use the constructor's name and/or `@@toStringTag` to make + * an identifiable tag for an inspected value. + * + * ```js + * class Foo { + * get [Symbol.toStringTag]() { + * return 'bar'; + * } + * } + * + * class Bar {} + * + * const baz = Object.create(null, { [Symbol.toStringTag]: { value: 'foo' } }); + * + * util.inspect(new Foo()); // 'Foo [bar] {}' + * util.inspect(new Bar()); // 'Bar {}' + * util.inspect(baz); // '[foo] {}' + * ``` + * + * Circular references point to their anchor by using a reference index: + * + * ```js + * import { inspect } from 'node:util'; + * + * const obj = {}; + * obj.a = [obj]; + * obj.b = {}; + * obj.b.inner = obj.b; + * obj.b.obj = obj; + * + * console.log(inspect(obj)); + * // { + * // a: [ [Circular *1] ], + * // b: { inner: [Circular *2], obj: [Circular *1] } + * // } + * ``` + * + * The following example inspects all properties of the `util` object: + * + * ```js + * import util from 'node:util'; + * + * console.log(util.inspect(util, { showHidden: true, depth: null })); + * ``` + * + * The following example highlights the effect of the `compact` option: + * + * ```js + * import { inspect } from 'node:util'; + * + * const o = { + * a: [1, 2, [[ + * 'Lorem ipsum dolor sit amet,\nconsectetur adipiscing elit, sed do ' + + * 'eiusmod \ntempor incididunt ut labore et dolore magna aliqua.', + * 'test', + * 'foo']], 4], + * b: new Map([['za', 1], ['zb', 'test']]), + * }; + * console.log(inspect(o, { compact: true, depth: 5, breakLength: 80 })); + * + * // { a: + * // [ 1, + * // 2, + * // [ [ 'Lorem ipsum dolor sit amet,\nconsectetur [...]', // A long line + * // 'test', + * // 'foo' ] ], + * // 4 ], + * // b: Map(2) { 'za' => 1, 'zb' => 'test' } } + * + * // Setting `compact` to false or an integer creates more reader friendly output. + * console.log(inspect(o, { compact: false, depth: 5, breakLength: 80 })); + * + * // { + * // a: [ + * // 1, + * // 2, + * // [ + * // [ + * // 'Lorem ipsum dolor sit amet,\n' + + * // 'consectetur adipiscing elit, sed do eiusmod \n' + + * // 'tempor incididunt ut labore et dolore magna aliqua.', + * // 'test', + * // 'foo' + * // ] + * // ], + * // 4 + * // ], + * // b: Map(2) { + * // 'za' => 1, + * // 'zb' => 'test' + * // } + * // } + * + * // Setting `breakLength` to e.g. 150 will print the "Lorem ipsum" text in a + * // single line. + * ``` + * + * The `showHidden` option allows `WeakMap` and `WeakSet` entries to be + * inspected. If there are more entries than `maxArrayLength`, there is no + * guarantee which entries are displayed. That means retrieving the same + * `WeakSet` entries twice may result in different output. Furthermore, entries + * with no remaining strong references may be garbage collected at any time. + * + * ```js + * import { inspect } from 'node:util'; + * + * const obj = { a: 1 }; + * const obj2 = { b: 2 }; + * const weakSet = new WeakSet([obj, obj2]); + * + * console.log(inspect(weakSet, { showHidden: true })); + * // WeakSet { { a: 1 }, { b: 2 } } + * ``` + * + * The `sorted` option ensures that an object's property insertion order does not + * impact the result of `util.inspect()`. + * + * ```js + * import { inspect } from 'node:util'; + * import assert from 'node:assert'; + * + * const o1 = { + * b: [2, 3, 1], + * a: '`a` comes before `b`', + * c: new Set([2, 3, 1]), + * }; + * console.log(inspect(o1, { sorted: true })); + * // { a: '`a` comes before `b`', b: [ 2, 3, 1 ], c: Set(3) { 1, 2, 3 } } + * console.log(inspect(o1, { sorted: (a, b) => b.localeCompare(a) })); + * // { c: Set(3) { 3, 2, 1 }, b: [ 2, 3, 1 ], a: '`a` comes before `b`' } + * + * const o2 = { + * c: new Set([2, 1, 3]), + * a: '`a` comes before `b`', + * b: [2, 3, 1], + * }; + * assert.strict.equal( + * inspect(o1, { sorted: true }), + * inspect(o2, { sorted: true }), + * ); + * ``` + * + * The `numericSeparator` option adds an underscore every three digits to all + * numbers. + * + * ```js + * import { inspect } from 'node:util'; + * + * const thousand = 1000; + * const million = 1000000; + * const bigNumber = 123456789n; + * const bigDecimal = 1234.12345; + * + * console.log(inspect(thousand, { numericSeparator: true })); + * // 1_000 + * console.log(inspect(million, { numericSeparator: true })); + * // 1_000_000 + * console.log(inspect(bigNumber, { numericSeparator: true })); + * // 123_456_789n + * console.log(inspect(bigDecimal, { numericSeparator: true })); + * // 1_234.123_45 + * ``` + * + * `util.inspect()` is a synchronous method intended for debugging. Its maximum + * output length is approximately 128 MiB. Inputs that result in longer output will + * be truncated. + * @since v0.3.0 + * @param object Any JavaScript primitive or `Object`. + * @return The representation of `object`. + */ + export function inspect(object: any, showHidden?: boolean, depth?: number | null, color?: boolean): string; + export function inspect(object: any, options?: InspectOptions): string; + export namespace inspect { + let colors: NodeJS.Dict<[number, number]>; + let styles: { + [K in Style]: string; + }; + let defaultOptions: InspectOptions; + /** + * Allows changing inspect settings from the repl. + */ + let replDefaults: InspectOptions; + /** + * That can be used to declare custom inspect functions. + */ + const custom: unique symbol; + } + /** + * Alias for [`Array.isArray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray). + * + * Returns `true` if the given `object` is an `Array`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isArray([]); + * // Returns: true + * util.isArray(new Array()); + * // Returns: true + * util.isArray({}); + * // Returns: false + * ``` + * @since v0.6.0 + * @deprecated Since v4.0.0 - Use `isArray` instead. + */ + export function isArray(object: unknown): object is unknown[]; + /** + * Usage of `util.inherits()` is discouraged. Please use the ES6 `class` and + * `extends` keywords to get language level inheritance support. Also note + * that the two styles are [semantically incompatible](https://github.com/nodejs/node/issues/4179). + * + * Inherit the prototype methods from one + * [constructor](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/constructor) into another. The + * prototype of `constructor` will be set to a new object created from + * `superConstructor`. + * + * This mainly adds some input validation on top of + * `Object.setPrototypeOf(constructor.prototype, superConstructor.prototype)`. + * As an additional convenience, `superConstructor` will be accessible + * through the `constructor.super_` property. + * + * ```js + * const util = require('node:util'); + * const EventEmitter = require('node:events'); + * + * function MyStream() { + * EventEmitter.call(this); + * } + * + * util.inherits(MyStream, EventEmitter); + * + * MyStream.prototype.write = function(data) { + * this.emit('data', data); + * }; + * + * const stream = new MyStream(); + * + * console.log(stream instanceof EventEmitter); // true + * console.log(MyStream.super_ === EventEmitter); // true + * + * stream.on('data', (data) => { + * console.log(`Received data: "${data}"`); + * }); + * stream.write('It works!'); // Received data: "It works!" + * ``` + * + * ES6 example using `class` and `extends`: + * + * ```js + * import EventEmitter from 'node:events'; + * + * class MyStream extends EventEmitter { + * write(data) { + * this.emit('data', data); + * } + * } + * + * const stream = new MyStream(); + * + * stream.on('data', (data) => { + * console.log(`Received data: "${data}"`); + * }); + * stream.write('With ES6'); + * ``` + * @since v0.3.0 + * @legacy Use ES2015 class syntax and `extends` keyword instead. + */ + export function inherits(constructor: unknown, superConstructor: unknown): void; + export type DebugLoggerFunction = (msg: string, ...param: unknown[]) => void; + export interface DebugLogger extends DebugLoggerFunction { + /** + * The `util.debuglog().enabled` getter is used to create a test that can be used + * in conditionals based on the existence of the `NODE_DEBUG` environment variable. + * If the `section` name appears within the value of that environment variable, + * then the returned value will be `true`. If not, then the returned value will be + * `false`. + * + * ```js + * import { debuglog } from 'node:util'; + * const enabled = debuglog('foo').enabled; + * if (enabled) { + * console.log('hello from foo [%d]', 123); + * } + * ``` + * + * If this program is run with `NODE_DEBUG=foo` in the environment, then it will + * output something like: + * + * ```console + * hello from foo [123] + * ``` + */ + enabled: boolean; + } + /** + * The `util.debuglog()` method is used to create a function that conditionally + * writes debug messages to `stderr` based on the existence of the `NODE_DEBUG` + * environment variable. If the `section` name appears within the value of that + * environment variable, then the returned function operates similar to + * `console.error()`. If not, then the returned function is a no-op. + * + * ```js + * import { debuglog } from 'node:util'; + * const log = debuglog('foo'); + * + * log('hello from foo [%d]', 123); + * ``` + * + * If this program is run with `NODE_DEBUG=foo` in the environment, then + * it will output something like: + * + * ```console + * FOO 3245: hello from foo [123] + * ``` + * + * where `3245` is the process id. If it is not run with that + * environment variable set, then it will not print anything. + * + * The `section` supports wildcard also: + * + * ```js + * import { debuglog } from 'node:util'; + * const log = debuglog('foo'); + * + * log('hi there, it\'s foo-bar [%d]', 2333); + * ``` + * + * if it is run with `NODE_DEBUG=foo*` in the environment, then it will output + * something like: + * + * ```console + * FOO-BAR 3257: hi there, it's foo-bar [2333] + * ``` + * + * Multiple comma-separated `section` names may be specified in the `NODE_DEBUG` + * environment variable: `NODE_DEBUG=fs,net,tls`. + * + * The optional `callback` argument can be used to replace the logging function + * with a different function that doesn't have any initialization or + * unnecessary wrapping. + * + * ```js + * import { debuglog } from 'node:util'; + * let log = debuglog('internals', (debug) => { + * // Replace with a logging function that optimizes out + * // testing if the section is enabled + * log = debug; + * }); + * ``` + * @since v0.11.3 + * @param section A string identifying the portion of the application for which the `debuglog` function is being created. + * @param callback A callback invoked the first time the logging function is called with a function argument that is a more optimized logging function. + * @return The logging function + */ + export function debuglog(section: string, callback?: (fn: DebugLoggerFunction) => void): DebugLogger; + export { debuglog as debug }; + /** + * The `util.deprecate()` method wraps `fn` (which may be a function or class) in + * such a way that it is marked as deprecated. + * + * ```js + * import { deprecate } from 'node:util'; + * + * export const obsoleteFunction = deprecate(() => { + * // Do something here. + * }, 'obsoleteFunction() is deprecated. Use newShinyFunction() instead.'); + * ``` + * + * When called, `util.deprecate()` will return a function that will emit a + * `DeprecationWarning` using the `'warning'` event. The warning will + * be emitted and printed to `stderr` the first time the returned function is + * called. After the warning is emitted, the wrapped function is called without + * emitting a warning. + * + * If the same optional `code` is supplied in multiple calls to `util.deprecate()`, + * the warning will be emitted only once for that `code`. + * + * ```js + * import { deprecate } from 'node:util'; + * + * const fn1 = deprecate( + * () => 'a value', + * 'deprecation message', + * 'DEP0001', + * ); + * const fn2 = deprecate( + * () => 'a different value', + * 'other dep message', + * 'DEP0001', + * ); + * fn1(); // Emits a deprecation warning with code DEP0001 + * fn2(); // Does not emit a deprecation warning because it has the same code + * ``` + * + * If either the `--no-deprecation` or `--no-warnings` command-line flags are + * used, or if the `process.noDeprecation` property is set to `true` _prior_ to + * the first deprecation warning, the `util.deprecate()` method does nothing. + * + * If the `--trace-deprecation` or `--trace-warnings` command-line flags are set, + * or the `process.traceDeprecation` property is set to `true`, a warning and a + * stack trace are printed to `stderr` the first time the deprecated function is + * called. + * + * If the `--throw-deprecation` command-line flag is set, or the + * `process.throwDeprecation` property is set to `true`, then an exception will be + * thrown when the deprecated function is called. + * + * The `--throw-deprecation` command-line flag and `process.throwDeprecation` + * property take precedence over `--trace-deprecation` and + * `process.traceDeprecation`. + * @since v0.8.0 + * @param fn The function that is being deprecated. + * @param msg A warning message to display when the deprecated function is invoked. + * @param code A deprecation code. See the `list of deprecated APIs` for a list of codes. + * @return The deprecated function wrapped to emit a warning. + */ + export function deprecate(fn: T, msg: string, code?: string): T; + /** + * Returns `true` if there is deep strict equality between `val1` and `val2`. + * Otherwise, returns `false`. + * + * See `assert.deepStrictEqual()` for more information about deep strict + * equality. + * @since v9.0.0 + */ + export function isDeepStrictEqual(val1: unknown, val2: unknown): boolean; + /** + * Returns `str` with any ANSI escape codes removed. + * + * ```js + * console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m')); + * // Prints "value" + * ``` + * @since v16.11.0 + */ + export function stripVTControlCharacters(str: string): string; + /** + * Takes an `async` function (or a function that returns a `Promise`) and returns a + * function following the error-first callback style, i.e. taking + * an `(err, value) => ...` callback as the last argument. In the callback, the + * first argument will be the rejection reason (or `null` if the `Promise` + * resolved), and the second argument will be the resolved value. + * + * ```js + * import { callbackify } from 'node:util'; + * + * async function fn() { + * return 'hello world'; + * } + * const callbackFunction = callbackify(fn); + * + * callbackFunction((err, ret) => { + * if (err) throw err; + * console.log(ret); + * }); + * ``` + * + * Will print: + * + * ```text + * hello world + * ``` + * + * The callback is executed asynchronously, and will have a limited stack trace. + * If the callback throws, the process will emit an `'uncaughtException'` + * event, and if not handled will exit. + * + * Since `null` has a special meaning as the first argument to a callback, if a + * wrapped function rejects a `Promise` with a falsy value as a reason, the value + * is wrapped in an `Error` with the original value stored in a field named + * `reason`. + * + * ```js + * function fn() { + * return Promise.reject(null); + * } + * const callbackFunction = util.callbackify(fn); + * + * callbackFunction((err, ret) => { + * // When the Promise was rejected with `null` it is wrapped with an Error and + * // the original value is stored in `reason`. + * err && Object.hasOwn(err, 'reason') && err.reason === null; // true + * }); + * ``` + * @since v8.2.0 + * @param fn An `async` function + * @return a callback style function + */ + export function callbackify(fn: () => Promise): (callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: () => Promise, + ): (callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void; + export function callbackify( + fn: (arg1: T1) => Promise, + ): (arg1: T1, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1) => Promise, + ): (arg1: T1, callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2) => Promise, + ): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2) => Promise, + ): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3) => Promise, + ): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3) => Promise, + ): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise, + ): ( + arg1: T1, + arg2: T2, + arg3: T3, + arg4: T4, + callback: (err: NodeJS.ErrnoException | null, result: TResult) => void, + ) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise, + ): ( + arg1: T1, + arg2: T2, + arg3: T3, + arg4: T4, + arg5: T5, + callback: (err: NodeJS.ErrnoException | null, result: TResult) => void, + ) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise, + ): ( + arg1: T1, + arg2: T2, + arg3: T3, + arg4: T4, + arg5: T5, + arg6: T6, + callback: (err: NodeJS.ErrnoException) => void, + ) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise, + ): ( + arg1: T1, + arg2: T2, + arg3: T3, + arg4: T4, + arg5: T5, + arg6: T6, + callback: (err: NodeJS.ErrnoException | null, result: TResult) => void, + ) => void; + export interface CustomPromisifyLegacy extends Function { + __promisify__: TCustom; + } + export interface CustomPromisifySymbol extends Function { + [promisify.custom]: TCustom; + } + export type CustomPromisify = + | CustomPromisifySymbol + | CustomPromisifyLegacy; + /** + * Takes a function following the common error-first callback style, i.e. taking + * an `(err, value) => ...` callback as the last argument, and returns a version + * that returns promises. + * + * ```js + * import { promisify } from 'node:util'; + * import { stat } from 'node:fs'; + * + * const promisifiedStat = promisify(stat); + * promisifiedStat('.').then((stats) => { + * // Do something with `stats` + * }).catch((error) => { + * // Handle the error. + * }); + * ``` + * + * Or, equivalently using `async function`s: + * + * ```js + * import { promisify } from 'node:util'; + * import { stat } from 'node:fs'; + * + * const promisifiedStat = promisify(stat); + * + * async function callStat() { + * const stats = await promisifiedStat('.'); + * console.log(`This directory is owned by ${stats.uid}`); + * } + * + * callStat(); + * ``` + * + * If there is an `original[util.promisify.custom]` property present, `promisify` + * will return its value, see [Custom promisified functions](https://nodejs.org/docs/latest-v24.x/api/util.html#custom-promisified-functions). + * + * `promisify()` assumes that `original` is a function taking a callback as its + * final argument in all cases. If `original` is not a function, `promisify()` + * will throw an error. If `original` is a function but its last argument is not + * an error-first callback, it will still be passed an error-first + * callback as its last argument. + * + * Using `promisify()` on class methods or other methods that use `this` may not + * work as expected unless handled specially: + * + * ```js + * import { promisify } from 'node:util'; + * + * class Foo { + * constructor() { + * this.a = 42; + * } + * + * bar(callback) { + * callback(null, this.a); + * } + * } + * + * const foo = new Foo(); + * + * const naiveBar = promisify(foo.bar); + * // TypeError: Cannot read properties of undefined (reading 'a') + * // naiveBar().then(a => console.log(a)); + * + * naiveBar.call(foo).then((a) => console.log(a)); // '42' + * + * const bindBar = naiveBar.bind(foo); + * bindBar().then((a) => console.log(a)); // '42' + * ``` + * @since v8.0.0 + */ + export function promisify(fn: CustomPromisify): TCustom; + export function promisify( + fn: (callback: (err: any, result: TResult) => void) => void, + ): () => Promise; + export function promisify(fn: (callback: (err?: any) => void) => void): () => Promise; + export function promisify( + fn: (arg1: T1, callback: (err: any, result: TResult) => void) => void, + ): (arg1: T1) => Promise; + export function promisify(fn: (arg1: T1, callback: (err?: any) => void) => void): (arg1: T1) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, callback: (err: any, result: TResult) => void) => void, + ): (arg1: T1, arg2: T2) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, callback: (err?: any) => void) => void, + ): (arg1: T1, arg2: T2) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err: any, result: TResult) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err?: any) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: any, result: TResult) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err?: any) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: any, result: TResult) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err?: any) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise; + export function promisify(fn: Function): Function; + export namespace promisify { + /** + * That can be used to declare custom promisified variants of functions. + */ + const custom: unique symbol; + } + /** + * Stability: 1.1 - Active development + * Given an example `.env` file: + * + * ```js + * import { parseEnv } from 'node:util'; + * + * parseEnv('HELLO=world\nHELLO=oh my\n'); + * // Returns: { HELLO: 'oh my' } + * ``` + * @param content The raw contents of a `.env` file. + * @since v20.12.0 + */ + export function parseEnv(content: string): NodeJS.Dict; + // https://nodejs.org/docs/latest/api/util.html#foreground-colors + type ForegroundColors = + | "black" + | "blackBright" + | "blue" + | "blueBright" + | "cyan" + | "cyanBright" + | "gray" + | "green" + | "greenBright" + | "grey" + | "magenta" + | "magentaBright" + | "red" + | "redBright" + | "white" + | "whiteBright" + | "yellow" + | "yellowBright"; + // https://nodejs.org/docs/latest/api/util.html#background-colors + type BackgroundColors = + | "bgBlack" + | "bgBlackBright" + | "bgBlue" + | "bgBlueBright" + | "bgCyan" + | "bgCyanBright" + | "bgGray" + | "bgGreen" + | "bgGreenBright" + | "bgGrey" + | "bgMagenta" + | "bgMagentaBright" + | "bgRed" + | "bgRedBright" + | "bgWhite" + | "bgWhiteBright" + | "bgYellow" + | "bgYellowBright"; + // https://nodejs.org/docs/latest/api/util.html#modifiers + type Modifiers = + | "blink" + | "bold" + | "dim" + | "doubleunderline" + | "framed" + | "hidden" + | "inverse" + | "italic" + | "overlined" + | "reset" + | "strikethrough" + | "underline"; + export interface StyleTextOptions { + /** + * When true, `stream` is checked to see if it can handle colors. + * @default true + */ + validateStream?: boolean | undefined; + /** + * A stream that will be validated if it can be colored. + * @default process.stdout + */ + stream?: NodeJS.WritableStream | undefined; + } + /** + * This function returns a formatted text considering the `format` passed + * for printing in a terminal. It is aware of the terminal's capabilities + * and acts according to the configuration set via `NO_COLOR`, + * `NODE_DISABLE_COLORS` and `FORCE_COLOR` environment variables. + * + * ```js + * import { styleText } from 'node:util'; + * import { stderr } from 'node:process'; + * + * const successMessage = styleText('green', 'Success!'); + * console.log(successMessage); + * + * const errorMessage = styleText( + * 'red', + * 'Error! Error!', + * // Validate if process.stderr has TTY + * { stream: stderr }, + * ); + * console.error(errorMessage); + * ``` + * + * `util.inspect.colors` also provides text formats such as `italic`, and + * `underline` and you can combine both: + * + * ```js + * console.log( + * util.styleText(['underline', 'italic'], 'My italic underlined message'), + * ); + * ``` + * + * When passing an array of formats, the order of the format applied + * is left to right so the following style might overwrite the previous one. + * + * ```js + * console.log( + * util.styleText(['red', 'green'], 'text'), // green + * ); + * ``` + * + * The full list of formats can be found in [modifiers](https://nodejs.org/docs/latest-v24.x/api/util.html#modifiers). + * @param format A text format or an Array of text formats defined in `util.inspect.colors`. + * @param text The text to to be formatted. + * @since v20.12.0 + */ + export function styleText( + format: + | ForegroundColors + | BackgroundColors + | Modifiers + | Array, + text: string, + options?: StyleTextOptions, + ): string; + /** + * An implementation of the [WHATWG Encoding Standard](https://encoding.spec.whatwg.org/) `TextDecoder` API. + * + * ```js + * const decoder = new TextDecoder(); + * const u8arr = new Uint8Array([72, 101, 108, 108, 111]); + * console.log(decoder.decode(u8arr)); // Hello + * ``` + * @since v8.3.0 + */ + export class TextDecoder { + /** + * The encoding supported by the `TextDecoder` instance. + */ + readonly encoding: string; + /** + * The value will be `true` if decoding errors result in a `TypeError` being + * thrown. + */ + readonly fatal: boolean; + /** + * The value will be `true` if the decoding result will include the byte order + * mark. + */ + readonly ignoreBOM: boolean; + constructor( + encoding?: string, + options?: { + fatal?: boolean | undefined; + ignoreBOM?: boolean | undefined; + }, + ); + /** + * Decodes the `input` and returns a string. If `options.stream` is `true`, any + * incomplete byte sequences occurring at the end of the `input` are buffered + * internally and emitted after the next call to `textDecoder.decode()`. + * + * If `textDecoder.fatal` is `true`, decoding errors that occur will result in a `TypeError` being thrown. + * @param input An `ArrayBuffer`, `DataView`, or `TypedArray` instance containing the encoded data. + */ + decode( + input?: NodeJS.ArrayBufferView | ArrayBuffer | null, + options?: { + stream?: boolean | undefined; + }, + ): string; + } + export interface EncodeIntoResult { + /** + * The read Unicode code units of input. + */ + read: number; + /** + * The written UTF-8 bytes of output. + */ + written: number; + } + export { types }; + + //// TextEncoder/Decoder + /** + * An implementation of the [WHATWG Encoding Standard](https://encoding.spec.whatwg.org/) `TextEncoder` API. All + * instances of `TextEncoder` only support UTF-8 encoding. + * + * ```js + * const encoder = new TextEncoder(); + * const uint8array = encoder.encode('this is some data'); + * ``` + * + * The `TextEncoder` class is also available on the global object. + * @since v8.3.0 + */ + export class TextEncoder { + /** + * The encoding supported by the `TextEncoder` instance. Always set to `'utf-8'`. + */ + readonly encoding: string; + /** + * UTF-8 encodes the `input` string and returns a `Uint8Array` containing the + * encoded bytes. + * @param [input='an empty string'] The text to encode. + */ + encode(input?: string): Uint8Array; + /** + * UTF-8 encodes the `src` string to the `dest` Uint8Array and returns an object + * containing the read Unicode code units and written UTF-8 bytes. + * + * ```js + * const encoder = new TextEncoder(); + * const src = 'this is some data'; + * const dest = new Uint8Array(10); + * const { read, written } = encoder.encodeInto(src, dest); + * ``` + * @param src The text to encode. + * @param dest The array to hold the encode result. + */ + encodeInto(src: string, dest: Uint8Array): EncodeIntoResult; + } + import { TextDecoder as _TextDecoder, TextEncoder as _TextEncoder } from "util"; + global { + /** + * `TextDecoder` class is a global reference for `import { TextDecoder } from 'node:util'` + * https://nodejs.org/api/globals.html#textdecoder + * @since v11.0.0 + */ + var TextDecoder: typeof globalThis extends { + onmessage: any; + TextDecoder: infer TextDecoder; + } ? TextDecoder + : typeof _TextDecoder; + /** + * `TextEncoder` class is a global reference for `import { TextEncoder } from 'node:util'` + * https://nodejs.org/api/globals.html#textencoder + * @since v11.0.0 + */ + var TextEncoder: typeof globalThis extends { + onmessage: any; + TextEncoder: infer TextEncoder; + } ? TextEncoder + : typeof _TextEncoder; + } + + //// parseArgs + /** + * Provides a higher level API for command-line argument parsing than interacting + * with `process.argv` directly. Takes a specification for the expected arguments + * and returns a structured object with the parsed options and positionals. + * + * ```js + * import { parseArgs } from 'node:util'; + * const args = ['-f', '--bar', 'b']; + * const options = { + * foo: { + * type: 'boolean', + * short: 'f', + * }, + * bar: { + * type: 'string', + * }, + * }; + * const { + * values, + * positionals, + * } = parseArgs({ args, options }); + * console.log(values, positionals); + * // Prints: [Object: null prototype] { foo: true, bar: 'b' } [] + * ``` + * @since v18.3.0, v16.17.0 + * @param config Used to provide arguments for parsing and to configure the parser. `config` supports the following properties: + * @return The parsed command line arguments: + */ + export function parseArgs(config?: T): ParsedResults; + + /** + * Type of argument used in {@link parseArgs}. + */ + export type ParseArgsOptionsType = "boolean" | "string"; + + export interface ParseArgsOptionDescriptor { + /** + * Type of argument. + */ + type: ParseArgsOptionsType; + /** + * Whether this option can be provided multiple times. + * If `true`, all values will be collected in an array. + * If `false`, values for the option are last-wins. + * @default false. + */ + multiple?: boolean | undefined; + /** + * A single character alias for the option. + */ + short?: string | undefined; + /** + * The default value to + * be used if (and only if) the option does not appear in the arguments to be + * parsed. It must be of the same type as the `type` property. When `multiple` + * is `true`, it must be an array. + * @since v18.11.0 + */ + default?: string | boolean | string[] | boolean[] | undefined; + } + export interface ParseArgsOptionsConfig { + [longOption: string]: ParseArgsOptionDescriptor; + } + export interface ParseArgsConfig { + /** + * Array of argument strings. + */ + args?: string[] | undefined; + /** + * Used to describe arguments known to the parser. + */ + options?: ParseArgsOptionsConfig | undefined; + /** + * Should an error be thrown when unknown arguments are encountered, + * or when arguments are passed that do not match the `type` configured in `options`. + * @default true + */ + strict?: boolean | undefined; + /** + * Whether this command accepts positional arguments. + */ + allowPositionals?: boolean | undefined; + /** + * If `true`, allows explicitly setting boolean options to `false` by prefixing the option name with `--no-`. + * @default false + * @since v22.4.0 + */ + allowNegative?: boolean | undefined; + /** + * Return the parsed tokens. This is useful for extending the built-in behavior, + * from adding additional checks through to reprocessing the tokens in different ways. + * @default false + */ + tokens?: boolean | undefined; + } + /* + IfDefaultsTrue and IfDefaultsFalse are helpers to handle default values for missing boolean properties. + TypeScript does not have exact types for objects: https://github.com/microsoft/TypeScript/issues/12936 + This means it is impossible to distinguish between "field X is definitely not present" and "field X may or may not be present". + But we expect users to generally provide their config inline or `as const`, which means TS will always know whether a given field is present. + So this helper treats "not definitely present" (i.e., not `extends boolean`) as being "definitely not present", i.e. it should have its default value. + This is technically incorrect but is a much nicer UX for the common case. + The IfDefaultsTrue version is for things which default to true; the IfDefaultsFalse version is for things which default to false. + */ + type IfDefaultsTrue = T extends true ? IfTrue + : T extends false ? IfFalse + : IfTrue; + + // we put the `extends false` condition first here because `undefined` compares like `any` when `strictNullChecks: false` + type IfDefaultsFalse = T extends false ? IfFalse + : T extends true ? IfTrue + : IfFalse; + + type ExtractOptionValue = IfDefaultsTrue< + T["strict"], + O["type"] extends "string" ? string : O["type"] extends "boolean" ? boolean : string | boolean, + string | boolean + >; + + type ApplyOptionalModifiers> = ( + & { -readonly [LongOption in keyof O]?: V[LongOption] } + & { [LongOption in keyof O as O[LongOption]["default"] extends {} ? LongOption : never]: V[LongOption] } + ) extends infer P ? { [K in keyof P]: P[K] } : never; // resolve intersection to object + + type ParsedValues = + & IfDefaultsTrue + & (T["options"] extends ParseArgsOptionsConfig ? ApplyOptionalModifiers< + T["options"], + { + [LongOption in keyof T["options"]]: IfDefaultsFalse< + T["options"][LongOption]["multiple"], + Array>, + ExtractOptionValue + >; + } + > + : {}); + + type ParsedPositionals = IfDefaultsTrue< + T["strict"], + IfDefaultsFalse, + IfDefaultsTrue + >; + + type PreciseTokenForOptions< + K extends string, + O extends ParseArgsOptionDescriptor, + > = O["type"] extends "string" ? { + kind: "option"; + index: number; + name: K; + rawName: string; + value: string; + inlineValue: boolean; + } + : O["type"] extends "boolean" ? { + kind: "option"; + index: number; + name: K; + rawName: string; + value: undefined; + inlineValue: undefined; + } + : OptionToken & { name: K }; + + type TokenForOptions< + T extends ParseArgsConfig, + K extends keyof T["options"] = keyof T["options"], + > = K extends unknown + ? T["options"] extends ParseArgsOptionsConfig ? PreciseTokenForOptions + : OptionToken + : never; + + type ParsedOptionToken = IfDefaultsTrue, OptionToken>; + + type ParsedPositionalToken = IfDefaultsTrue< + T["strict"], + IfDefaultsFalse, + IfDefaultsTrue + >; + + type ParsedTokens = Array< + ParsedOptionToken | ParsedPositionalToken | { kind: "option-terminator"; index: number } + >; + + type PreciseParsedResults = IfDefaultsFalse< + T["tokens"], + { + values: ParsedValues; + positionals: ParsedPositionals; + tokens: ParsedTokens; + }, + { + values: ParsedValues; + positionals: ParsedPositionals; + } + >; + + type OptionToken = + | { kind: "option"; index: number; name: string; rawName: string; value: string; inlineValue: boolean } + | { + kind: "option"; + index: number; + name: string; + rawName: string; + value: undefined; + inlineValue: undefined; + }; + + type Token = + | OptionToken + | { kind: "positional"; index: number; value: string } + | { kind: "option-terminator"; index: number }; + + // If ParseArgsConfig extends T, then the user passed config constructed elsewhere. + // So we can't rely on the `"not definitely present" implies "definitely not present"` assumption mentioned above. + type ParsedResults = ParseArgsConfig extends T ? { + values: { + [longOption: string]: undefined | string | boolean | Array; + }; + positionals: string[]; + tokens?: Token[]; + } + : PreciseParsedResults; + + /** + * An implementation of [the MIMEType class](https://bmeck.github.io/node-proposal-mime-api/). + * + * In accordance with browser conventions, all properties of `MIMEType` objects + * are implemented as getters and setters on the class prototype, rather than as + * data properties on the object itself. + * + * A MIME string is a structured string containing multiple meaningful + * components. When parsed, a `MIMEType` object is returned containing + * properties for each of these components. + * @since v19.1.0, v18.13.0 + */ + export class MIMEType { + /** + * Creates a new MIMEType object by parsing the input. + * + * A `TypeError` will be thrown if the `input` is not a valid MIME. + * Note that an effort will be made to coerce the given values into strings. + * @param input The input MIME to parse. + */ + constructor(input: string | { toString: () => string }); + + /** + * Gets and sets the type portion of the MIME. + * + * ```js + * import { MIMEType } from 'node:util'; + * + * const myMIME = new MIMEType('text/javascript'); + * console.log(myMIME.type); + * // Prints: text + * myMIME.type = 'application'; + * console.log(myMIME.type); + * // Prints: application + * console.log(String(myMIME)); + * // Prints: application/javascript + * ``` + */ + type: string; + /** + * Gets and sets the subtype portion of the MIME. + * + * ```js + * import { MIMEType } from 'node:util'; + * + * const myMIME = new MIMEType('text/ecmascript'); + * console.log(myMIME.subtype); + * // Prints: ecmascript + * myMIME.subtype = 'javascript'; + * console.log(myMIME.subtype); + * // Prints: javascript + * console.log(String(myMIME)); + * // Prints: text/javascript + * ``` + */ + subtype: string; + /** + * Gets the essence of the MIME. This property is read only. + * Use `mime.type` or `mime.subtype` to alter the MIME. + * + * ```js + * import { MIMEType } from 'node:util'; + * + * const myMIME = new MIMEType('text/javascript;key=value'); + * console.log(myMIME.essence); + * // Prints: text/javascript + * myMIME.type = 'application'; + * console.log(myMIME.essence); + * // Prints: application/javascript + * console.log(String(myMIME)); + * // Prints: application/javascript;key=value + * ``` + */ + readonly essence: string; + /** + * Gets the `MIMEParams` object representing the + * parameters of the MIME. This property is read-only. See `MIMEParams` documentation for details. + */ + readonly params: MIMEParams; + /** + * The `toString()` method on the `MIMEType` object returns the serialized MIME. + * + * Because of the need for standard compliance, this method does not allow users + * to customize the serialization process of the MIME. + */ + toString(): string; + } + /** + * The `MIMEParams` API provides read and write access to the parameters of a `MIMEType`. + * @since v19.1.0, v18.13.0 + */ + export class MIMEParams { + /** + * Remove all name-value pairs whose name is `name`. + */ + delete(name: string): void; + /** + * Returns an iterator over each of the name-value pairs in the parameters. + * Each item of the iterator is a JavaScript `Array`. The first item of the array + * is the `name`, the second item of the array is the `value`. + */ + entries(): NodeJS.Iterator<[name: string, value: string]>; + /** + * Returns the value of the first name-value pair whose name is `name`. If there + * are no such pairs, `null` is returned. + * @return or `null` if there is no name-value pair with the given `name`. + */ + get(name: string): string | null; + /** + * Returns `true` if there is at least one name-value pair whose name is `name`. + */ + has(name: string): boolean; + /** + * Returns an iterator over the names of each name-value pair. + * + * ```js + * import { MIMEType } from 'node:util'; + * + * const { params } = new MIMEType('text/plain;foo=0;bar=1'); + * for (const name of params.keys()) { + * console.log(name); + * } + * // Prints: + * // foo + * // bar + * ``` + */ + keys(): NodeJS.Iterator; + /** + * Sets the value in the `MIMEParams` object associated with `name` to `value`. If there are any pre-existing name-value pairs whose names are `name`, + * set the first such pair's value to `value`. + * + * ```js + * import { MIMEType } from 'node:util'; + * + * const { params } = new MIMEType('text/plain;foo=0;bar=1'); + * params.set('foo', 'def'); + * params.set('baz', 'xyz'); + * console.log(params.toString()); + * // Prints: foo=def;bar=1;baz=xyz + * ``` + */ + set(name: string, value: string): void; + /** + * Returns an iterator over the values of each name-value pair. + */ + values(): NodeJS.Iterator; + /** + * Returns an iterator over each of the name-value pairs in the parameters. + */ + [Symbol.iterator](): NodeJS.Iterator<[name: string, value: string]>; + } +} +declare module "util/types" { + import { KeyObject, webcrypto } from "node:crypto"; + /** + * Returns `true` if the value is a built-in [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) or + * [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instance. + * + * See also `util.types.isArrayBuffer()` and `util.types.isSharedArrayBuffer()`. + * + * ```js + * util.types.isAnyArrayBuffer(new ArrayBuffer()); // Returns true + * util.types.isAnyArrayBuffer(new SharedArrayBuffer()); // Returns true + * ``` + * @since v10.0.0 + */ + function isAnyArrayBuffer(object: unknown): object is ArrayBufferLike; + /** + * Returns `true` if the value is an `arguments` object. + * + * ```js + * function foo() { + * util.types.isArgumentsObject(arguments); // Returns true + * } + * ``` + * @since v10.0.0 + */ + function isArgumentsObject(object: unknown): object is IArguments; + /** + * Returns `true` if the value is a built-in [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) instance. + * This does _not_ include [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instances. Usually, it is + * desirable to test for both; See `util.types.isAnyArrayBuffer()` for that. + * + * ```js + * util.types.isArrayBuffer(new ArrayBuffer()); // Returns true + * util.types.isArrayBuffer(new SharedArrayBuffer()); // Returns false + * ``` + * @since v10.0.0 + */ + function isArrayBuffer(object: unknown): object is ArrayBuffer; + /** + * Returns `true` if the value is an instance of one of the [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) views, such as typed + * array objects or [`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView). Equivalent to + * [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). + * + * ```js + * util.types.isArrayBufferView(new Int8Array()); // true + * util.types.isArrayBufferView(Buffer.from('hello world')); // true + * util.types.isArrayBufferView(new DataView(new ArrayBuffer(16))); // true + * util.types.isArrayBufferView(new ArrayBuffer()); // false + * ``` + * @since v10.0.0 + */ + function isArrayBufferView(object: unknown): object is NodeJS.ArrayBufferView; + /** + * Returns `true` if the value is an [async function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function). + * This only reports back what the JavaScript engine is seeing; + * in particular, the return value may not match the original source code if + * a transpilation tool was used. + * + * ```js + * util.types.isAsyncFunction(function foo() {}); // Returns false + * util.types.isAsyncFunction(async function foo() {}); // Returns true + * ``` + * @since v10.0.0 + */ + function isAsyncFunction(object: unknown): boolean; + /** + * Returns `true` if the value is a `BigInt64Array` instance. + * + * ```js + * util.types.isBigInt64Array(new BigInt64Array()); // Returns true + * util.types.isBigInt64Array(new BigUint64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isBigInt64Array(value: unknown): value is BigInt64Array; + /** + * Returns `true` if the value is a BigInt object, e.g. created + * by `Object(BigInt(123))`. + * + * ```js + * util.types.isBigIntObject(Object(BigInt(123))); // Returns true + * util.types.isBigIntObject(BigInt(123)); // Returns false + * util.types.isBigIntObject(123); // Returns false + * ``` + * @since v10.4.0 + */ + function isBigIntObject(object: unknown): object is BigInt; + /** + * Returns `true` if the value is a `BigUint64Array` instance. + * + * ```js + * util.types.isBigUint64Array(new BigInt64Array()); // Returns false + * util.types.isBigUint64Array(new BigUint64Array()); // Returns true + * ``` + * @since v10.0.0 + */ + function isBigUint64Array(value: unknown): value is BigUint64Array; + /** + * Returns `true` if the value is a boolean object, e.g. created + * by `new Boolean()`. + * + * ```js + * util.types.isBooleanObject(false); // Returns false + * util.types.isBooleanObject(true); // Returns false + * util.types.isBooleanObject(new Boolean(false)); // Returns true + * util.types.isBooleanObject(new Boolean(true)); // Returns true + * util.types.isBooleanObject(Boolean(false)); // Returns false + * util.types.isBooleanObject(Boolean(true)); // Returns false + * ``` + * @since v10.0.0 + */ + function isBooleanObject(object: unknown): object is Boolean; + /** + * Returns `true` if the value is any boxed primitive object, e.g. created + * by `new Boolean()`, `new String()` or `Object(Symbol())`. + * + * For example: + * + * ```js + * util.types.isBoxedPrimitive(false); // Returns false + * util.types.isBoxedPrimitive(new Boolean(false)); // Returns true + * util.types.isBoxedPrimitive(Symbol('foo')); // Returns false + * util.types.isBoxedPrimitive(Object(Symbol('foo'))); // Returns true + * util.types.isBoxedPrimitive(Object(BigInt(5))); // Returns true + * ``` + * @since v10.11.0 + */ + function isBoxedPrimitive(object: unknown): object is String | Number | BigInt | Boolean | Symbol; + /** + * Returns `true` if the value is a built-in [`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView) instance. + * + * ```js + * const ab = new ArrayBuffer(20); + * util.types.isDataView(new DataView(ab)); // Returns true + * util.types.isDataView(new Float64Array()); // Returns false + * ``` + * + * See also [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). + * @since v10.0.0 + */ + function isDataView(object: unknown): object is DataView; + /** + * Returns `true` if the value is a built-in [`Date`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) instance. + * + * ```js + * util.types.isDate(new Date()); // Returns true + * ``` + * @since v10.0.0 + */ + function isDate(object: unknown): object is Date; + /** + * Returns `true` if the value is a native `External` value. + * + * A native `External` value is a special type of object that contains a + * raw C++ pointer (`void*`) for access from native code, and has no other + * properties. Such objects are created either by Node.js internals or native + * addons. In JavaScript, they are + * [frozen](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze) objects with a + * `null` prototype. + * + * ```c + * #include + * #include + * napi_value result; + * static napi_value MyNapi(napi_env env, napi_callback_info info) { + * int* raw = (int*) malloc(1024); + * napi_status status = napi_create_external(env, (void*) raw, NULL, NULL, &result); + * if (status != napi_ok) { + * napi_throw_error(env, NULL, "napi_create_external failed"); + * return NULL; + * } + * return result; + * } + * ... + * DECLARE_NAPI_PROPERTY("myNapi", MyNapi) + * ... + * ``` + * + * ```js + * import native from 'napi_addon.node'; + * import { types } from 'node:util'; + * + * const data = native.myNapi(); + * types.isExternal(data); // returns true + * types.isExternal(0); // returns false + * types.isExternal(new String('foo')); // returns false + * ``` + * + * For further information on `napi_create_external`, refer to + * [`napi_create_external()`](https://nodejs.org/docs/latest-v24.x/api/n-api.html#napi_create_external). + * @since v10.0.0 + */ + function isExternal(object: unknown): boolean; + /** + * Returns `true` if the value is a built-in [`Float16Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float16Array) instance. + * + * ```js + * util.types.isFloat16Array(new ArrayBuffer()); // Returns false + * util.types.isFloat16Array(new Float16Array()); // Returns true + * util.types.isFloat16Array(new Float32Array()); // Returns false + * ``` + * @since v24.0.0 + */ + function isFloat16Array(object: unknown): object is Float16Array; + /** + * Returns `true` if the value is a built-in [`Float32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float32Array) instance. + * + * ```js + * util.types.isFloat32Array(new ArrayBuffer()); // Returns false + * util.types.isFloat32Array(new Float32Array()); // Returns true + * util.types.isFloat32Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isFloat32Array(object: unknown): object is Float32Array; + /** + * Returns `true` if the value is a built-in [`Float64Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float64Array) instance. + * + * ```js + * util.types.isFloat64Array(new ArrayBuffer()); // Returns false + * util.types.isFloat64Array(new Uint8Array()); // Returns false + * util.types.isFloat64Array(new Float64Array()); // Returns true + * ``` + * @since v10.0.0 + */ + function isFloat64Array(object: unknown): object is Float64Array; + /** + * Returns `true` if the value is a generator function. + * This only reports back what the JavaScript engine is seeing; + * in particular, the return value may not match the original source code if + * a transpilation tool was used. + * + * ```js + * util.types.isGeneratorFunction(function foo() {}); // Returns false + * util.types.isGeneratorFunction(function* foo() {}); // Returns true + * ``` + * @since v10.0.0 + */ + function isGeneratorFunction(object: unknown): object is GeneratorFunction; + /** + * Returns `true` if the value is a generator object as returned from a + * built-in generator function. + * This only reports back what the JavaScript engine is seeing; + * in particular, the return value may not match the original source code if + * a transpilation tool was used. + * + * ```js + * function* foo() {} + * const generator = foo(); + * util.types.isGeneratorObject(generator); // Returns true + * ``` + * @since v10.0.0 + */ + function isGeneratorObject(object: unknown): object is Generator; + /** + * Returns `true` if the value is a built-in [`Int8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int8Array) instance. + * + * ```js + * util.types.isInt8Array(new ArrayBuffer()); // Returns false + * util.types.isInt8Array(new Int8Array()); // Returns true + * util.types.isInt8Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isInt8Array(object: unknown): object is Int8Array; + /** + * Returns `true` if the value is a built-in [`Int16Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int16Array) instance. + * + * ```js + * util.types.isInt16Array(new ArrayBuffer()); // Returns false + * util.types.isInt16Array(new Int16Array()); // Returns true + * util.types.isInt16Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isInt16Array(object: unknown): object is Int16Array; + /** + * Returns `true` if the value is a built-in [`Int32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int32Array) instance. + * + * ```js + * util.types.isInt32Array(new ArrayBuffer()); // Returns false + * util.types.isInt32Array(new Int32Array()); // Returns true + * util.types.isInt32Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isInt32Array(object: unknown): object is Int32Array; + /** + * Returns `true` if the value is a built-in [`Map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) instance. + * + * ```js + * util.types.isMap(new Map()); // Returns true + * ``` + * @since v10.0.0 + */ + function isMap( + object: T | {}, + ): object is T extends ReadonlyMap ? (unknown extends T ? never : ReadonlyMap) + : Map; + /** + * Returns `true` if the value is an iterator returned for a built-in [`Map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) instance. + * + * ```js + * const map = new Map(); + * util.types.isMapIterator(map.keys()); // Returns true + * util.types.isMapIterator(map.values()); // Returns true + * util.types.isMapIterator(map.entries()); // Returns true + * util.types.isMapIterator(map[Symbol.iterator]()); // Returns true + * ``` + * @since v10.0.0 + */ + function isMapIterator(object: unknown): boolean; + /** + * Returns `true` if the value is an instance of a [Module Namespace Object](https://tc39.github.io/ecma262/#sec-module-namespace-exotic-objects). + * + * ```js + * import * as ns from './a.js'; + * + * util.types.isModuleNamespaceObject(ns); // Returns true + * ``` + * @since v10.0.0 + */ + function isModuleNamespaceObject(value: unknown): boolean; + /** + * Returns `true` if the value was returned by the constructor of a + * [built-in `Error` type](https://tc39.es/ecma262/#sec-error-objects). + * + * ```js + * console.log(util.types.isNativeError(new Error())); // true + * console.log(util.types.isNativeError(new TypeError())); // true + * console.log(util.types.isNativeError(new RangeError())); // true + * ``` + * + * Subclasses of the native error types are also native errors: + * + * ```js + * class MyError extends Error {} + * console.log(util.types.isNativeError(new MyError())); // true + * ``` + * + * A value being `instanceof` a native error class is not equivalent to `isNativeError()` + * returning `true` for that value. `isNativeError()` returns `true` for errors + * which come from a different [realm](https://tc39.es/ecma262/#realm) while `instanceof Error` returns `false` + * for these errors: + * + * ```js + * import { createContext, runInContext } from 'node:vm'; + * import { types } from 'node:util'; + * + * const context = createContext({}); + * const myError = runInContext('new Error()', context); + * console.log(types.isNativeError(myError)); // true + * console.log(myError instanceof Error); // false + * ``` + * + * Conversely, `isNativeError()` returns `false` for all objects which were not + * returned by the constructor of a native error. That includes values + * which are `instanceof` native errors: + * + * ```js + * const myError = { __proto__: Error.prototype }; + * console.log(util.types.isNativeError(myError)); // false + * console.log(myError instanceof Error); // true + * ``` + * @since v10.0.0 + */ + function isNativeError(object: unknown): object is Error; + /** + * Returns `true` if the value is a number object, e.g. created + * by `new Number()`. + * + * ```js + * util.types.isNumberObject(0); // Returns false + * util.types.isNumberObject(new Number(0)); // Returns true + * ``` + * @since v10.0.0 + */ + function isNumberObject(object: unknown): object is Number; + /** + * Returns `true` if the value is a built-in [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise). + * + * ```js + * util.types.isPromise(Promise.resolve(42)); // Returns true + * ``` + * @since v10.0.0 + */ + function isPromise(object: unknown): object is Promise; + /** + * Returns `true` if the value is a [`Proxy`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) instance. + * + * ```js + * const target = {}; + * const proxy = new Proxy(target, {}); + * util.types.isProxy(target); // Returns false + * util.types.isProxy(proxy); // Returns true + * ``` + * @since v10.0.0 + */ + function isProxy(object: unknown): boolean; + /** + * Returns `true` if the value is a regular expression object. + * + * ```js + * util.types.isRegExp(/abc/); // Returns true + * util.types.isRegExp(new RegExp('abc')); // Returns true + * ``` + * @since v10.0.0 + */ + function isRegExp(object: unknown): object is RegExp; + /** + * Returns `true` if the value is a built-in [`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) instance. + * + * ```js + * util.types.isSet(new Set()); // Returns true + * ``` + * @since v10.0.0 + */ + function isSet( + object: T | {}, + ): object is T extends ReadonlySet ? (unknown extends T ? never : ReadonlySet) : Set; + /** + * Returns `true` if the value is an iterator returned for a built-in [`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) instance. + * + * ```js + * const set = new Set(); + * util.types.isSetIterator(set.keys()); // Returns true + * util.types.isSetIterator(set.values()); // Returns true + * util.types.isSetIterator(set.entries()); // Returns true + * util.types.isSetIterator(set[Symbol.iterator]()); // Returns true + * ``` + * @since v10.0.0 + */ + function isSetIterator(object: unknown): boolean; + /** + * Returns `true` if the value is a built-in [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instance. + * This does _not_ include [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) instances. Usually, it is + * desirable to test for both; See `util.types.isAnyArrayBuffer()` for that. + * + * ```js + * util.types.isSharedArrayBuffer(new ArrayBuffer()); // Returns false + * util.types.isSharedArrayBuffer(new SharedArrayBuffer()); // Returns true + * ``` + * @since v10.0.0 + */ + function isSharedArrayBuffer(object: unknown): object is SharedArrayBuffer; + /** + * Returns `true` if the value is a string object, e.g. created + * by `new String()`. + * + * ```js + * util.types.isStringObject('foo'); // Returns false + * util.types.isStringObject(new String('foo')); // Returns true + * ``` + * @since v10.0.0 + */ + function isStringObject(object: unknown): object is String; + /** + * Returns `true` if the value is a symbol object, created + * by calling `Object()` on a `Symbol` primitive. + * + * ```js + * const symbol = Symbol('foo'); + * util.types.isSymbolObject(symbol); // Returns false + * util.types.isSymbolObject(Object(symbol)); // Returns true + * ``` + * @since v10.0.0 + */ + function isSymbolObject(object: unknown): object is Symbol; + /** + * Returns `true` if the value is a built-in [`TypedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray) instance. + * + * ```js + * util.types.isTypedArray(new ArrayBuffer()); // Returns false + * util.types.isTypedArray(new Uint8Array()); // Returns true + * util.types.isTypedArray(new Float64Array()); // Returns true + * ``` + * + * See also [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). + * @since v10.0.0 + */ + function isTypedArray(object: unknown): object is NodeJS.TypedArray; + /** + * Returns `true` if the value is a built-in [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) instance. + * + * ```js + * util.types.isUint8Array(new ArrayBuffer()); // Returns false + * util.types.isUint8Array(new Uint8Array()); // Returns true + * util.types.isUint8Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isUint8Array(object: unknown): object is Uint8Array; + /** + * Returns `true` if the value is a built-in [`Uint8ClampedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray) instance. + * + * ```js + * util.types.isUint8ClampedArray(new ArrayBuffer()); // Returns false + * util.types.isUint8ClampedArray(new Uint8ClampedArray()); // Returns true + * util.types.isUint8ClampedArray(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isUint8ClampedArray(object: unknown): object is Uint8ClampedArray; + /** + * Returns `true` if the value is a built-in [`Uint16Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array) instance. + * + * ```js + * util.types.isUint16Array(new ArrayBuffer()); // Returns false + * util.types.isUint16Array(new Uint16Array()); // Returns true + * util.types.isUint16Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isUint16Array(object: unknown): object is Uint16Array; + /** + * Returns `true` if the value is a built-in [`Uint32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint32Array) instance. + * + * ```js + * util.types.isUint32Array(new ArrayBuffer()); // Returns false + * util.types.isUint32Array(new Uint32Array()); // Returns true + * util.types.isUint32Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isUint32Array(object: unknown): object is Uint32Array; + /** + * Returns `true` if the value is a built-in [`WeakMap`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap) instance. + * + * ```js + * util.types.isWeakMap(new WeakMap()); // Returns true + * ``` + * @since v10.0.0 + */ + function isWeakMap(object: unknown): object is WeakMap; + /** + * Returns `true` if the value is a built-in [`WeakSet`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) instance. + * + * ```js + * util.types.isWeakSet(new WeakSet()); // Returns true + * ``` + * @since v10.0.0 + */ + function isWeakSet(object: unknown): object is WeakSet; + /** + * Returns `true` if `value` is a `KeyObject`, `false` otherwise. + * @since v16.2.0 + */ + function isKeyObject(object: unknown): object is KeyObject; + /** + * Returns `true` if `value` is a `CryptoKey`, `false` otherwise. + * @since v16.2.0 + */ + function isCryptoKey(object: unknown): object is webcrypto.CryptoKey; +} +declare module "node:util" { + export * from "util"; +} +declare module "node:util/types" { + export * from "util/types"; +} diff --git a/node_modules/@types/node/v8.d.ts b/node_modules/@types/node/v8.d.ts new file mode 100644 index 0000000..8d9af4e --- /dev/null +++ b/node_modules/@types/node/v8.d.ts @@ -0,0 +1,919 @@ +/** + * The `node:v8` module exposes APIs that are specific to the version of [V8](https://developers.google.com/v8/) built into the Node.js binary. It can be accessed using: + * + * ```js + * import v8 from 'node:v8'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/v8.js) + */ +declare module "v8" { + import { Readable } from "node:stream"; + interface HeapSpaceInfo { + space_name: string; + space_size: number; + space_used_size: number; + space_available_size: number; + physical_space_size: number; + } + // ** Signifies if the --zap_code_space option is enabled or not. 1 == enabled, 0 == disabled. */ + type DoesZapCodeSpaceFlag = 0 | 1; + interface HeapInfo { + total_heap_size: number; + total_heap_size_executable: number; + total_physical_size: number; + total_available_size: number; + used_heap_size: number; + heap_size_limit: number; + malloced_memory: number; + peak_malloced_memory: number; + does_zap_garbage: DoesZapCodeSpaceFlag; + number_of_native_contexts: number; + number_of_detached_contexts: number; + total_global_handles_size: number; + used_global_handles_size: number; + external_memory: number; + } + interface HeapCodeStatistics { + code_and_metadata_size: number; + bytecode_and_metadata_size: number; + external_script_source_size: number; + } + interface HeapSnapshotOptions { + /** + * If true, expose internals in the heap snapshot. + * @default false + */ + exposeInternals?: boolean; + /** + * If true, expose numeric values in artificial fields. + * @default false + */ + exposeNumericValues?: boolean; + } + /** + * Returns an integer representing a version tag derived from the V8 version, + * command-line flags, and detected CPU features. This is useful for determining + * whether a `vm.Script` `cachedData` buffer is compatible with this instance + * of V8. + * + * ```js + * console.log(v8.cachedDataVersionTag()); // 3947234607 + * // The value returned by v8.cachedDataVersionTag() is derived from the V8 + * // version, command-line flags, and detected CPU features. Test that the value + * // does indeed update when flags are toggled. + * v8.setFlagsFromString('--allow_natives_syntax'); + * console.log(v8.cachedDataVersionTag()); // 183726201 + * ``` + * @since v8.0.0 + */ + function cachedDataVersionTag(): number; + /** + * Returns an object with the following properties: + * + * `does_zap_garbage` is a 0/1 boolean, which signifies whether the `--zap_code_space` option is enabled or not. This makes V8 overwrite heap + * garbage with a bit pattern. The RSS footprint (resident set size) gets bigger + * because it continuously touches all heap pages and that makes them less likely + * to get swapped out by the operating system. + * + * `number_of_native_contexts` The value of native\_context is the number of the + * top-level contexts currently active. Increase of this number over time indicates + * a memory leak. + * + * `number_of_detached_contexts` The value of detached\_context is the number + * of contexts that were detached and not yet garbage collected. This number + * being non-zero indicates a potential memory leak. + * + * `total_global_handles_size` The value of total\_global\_handles\_size is the + * total memory size of V8 global handles. + * + * `used_global_handles_size` The value of used\_global\_handles\_size is the + * used memory size of V8 global handles. + * + * `external_memory` The value of external\_memory is the memory size of array + * buffers and external strings. + * + * ```js + * { + * total_heap_size: 7326976, + * total_heap_size_executable: 4194304, + * total_physical_size: 7326976, + * total_available_size: 1152656, + * used_heap_size: 3476208, + * heap_size_limit: 1535115264, + * malloced_memory: 16384, + * peak_malloced_memory: 1127496, + * does_zap_garbage: 0, + * number_of_native_contexts: 1, + * number_of_detached_contexts: 0, + * total_global_handles_size: 8192, + * used_global_handles_size: 3296, + * external_memory: 318824 + * } + * ``` + * @since v1.0.0 + */ + function getHeapStatistics(): HeapInfo; + /** + * It returns an object with a structure similar to the + * [`cppgc::HeapStatistics`](https://v8docs.nodesource.com/node-22.4/d7/d51/heap-statistics_8h_source.html) + * object. See the [V8 documentation](https://v8docs.nodesource.com/node-22.4/df/d2f/structcppgc_1_1_heap_statistics.html) + * for more information about the properties of the object. + * + * ```js + * // Detailed + * ({ + * committed_size_bytes: 131072, + * resident_size_bytes: 131072, + * used_size_bytes: 152, + * space_statistics: [ + * { + * name: 'NormalPageSpace0', + * committed_size_bytes: 0, + * resident_size_bytes: 0, + * used_size_bytes: 0, + * page_stats: [{}], + * free_list_stats: {}, + * }, + * { + * name: 'NormalPageSpace1', + * committed_size_bytes: 131072, + * resident_size_bytes: 131072, + * used_size_bytes: 152, + * page_stats: [{}], + * free_list_stats: {}, + * }, + * { + * name: 'NormalPageSpace2', + * committed_size_bytes: 0, + * resident_size_bytes: 0, + * used_size_bytes: 0, + * page_stats: [{}], + * free_list_stats: {}, + * }, + * { + * name: 'NormalPageSpace3', + * committed_size_bytes: 0, + * resident_size_bytes: 0, + * used_size_bytes: 0, + * page_stats: [{}], + * free_list_stats: {}, + * }, + * { + * name: 'LargePageSpace', + * committed_size_bytes: 0, + * resident_size_bytes: 0, + * used_size_bytes: 0, + * page_stats: [{}], + * free_list_stats: {}, + * }, + * ], + * type_names: [], + * detail_level: 'detailed', + * }); + * ``` + * + * ```js + * // Brief + * ({ + * committed_size_bytes: 131072, + * resident_size_bytes: 131072, + * used_size_bytes: 128864, + * space_statistics: [], + * type_names: [], + * detail_level: 'brief', + * }); + * ``` + * @since v22.15.0 + * @param detailLevel **Default:** `'detailed'`. Specifies the level of detail in the returned statistics. + * Accepted values are: + * * `'brief'`: Brief statistics contain only the top-level + * allocated and used + * memory statistics for the entire heap. + * * `'detailed'`: Detailed statistics also contain a break + * down per space and page, as well as freelist statistics + * and object type histograms. + */ + function getCppHeapStatistics(detailLevel?: "brief" | "detailed"): object; + /** + * Returns statistics about the V8 heap spaces, i.e. the segments which make up + * the V8 heap. Neither the ordering of heap spaces, nor the availability of a + * heap space can be guaranteed as the statistics are provided via the + * V8 [`GetHeapSpaceStatistics`](https://v8docs.nodesource.com/node-13.2/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4) function and may change from one V8 version to the + * next. + * + * The value returned is an array of objects containing the following properties: + * + * ```json + * [ + * { + * "space_name": "new_space", + * "space_size": 2063872, + * "space_used_size": 951112, + * "space_available_size": 80824, + * "physical_space_size": 2063872 + * }, + * { + * "space_name": "old_space", + * "space_size": 3090560, + * "space_used_size": 2493792, + * "space_available_size": 0, + * "physical_space_size": 3090560 + * }, + * { + * "space_name": "code_space", + * "space_size": 1260160, + * "space_used_size": 644256, + * "space_available_size": 960, + * "physical_space_size": 1260160 + * }, + * { + * "space_name": "map_space", + * "space_size": 1094160, + * "space_used_size": 201608, + * "space_available_size": 0, + * "physical_space_size": 1094160 + * }, + * { + * "space_name": "large_object_space", + * "space_size": 0, + * "space_used_size": 0, + * "space_available_size": 1490980608, + * "physical_space_size": 0 + * } + * ] + * ``` + * @since v6.0.0 + */ + function getHeapSpaceStatistics(): HeapSpaceInfo[]; + /** + * The `v8.setFlagsFromString()` method can be used to programmatically set + * V8 command-line flags. This method should be used with care. Changing settings + * after the VM has started may result in unpredictable behavior, including + * crashes and data loss; or it may simply do nothing. + * + * The V8 options available for a version of Node.js may be determined by running `node --v8-options`. + * + * Usage: + * + * ```js + * // Print GC events to stdout for one minute. + * import v8 from 'node:v8'; + * v8.setFlagsFromString('--trace_gc'); + * setTimeout(() => { v8.setFlagsFromString('--notrace_gc'); }, 60e3); + * ``` + * @since v1.0.0 + */ + function setFlagsFromString(flags: string): void; + /** + * This is similar to the [`queryObjects()` console API](https://developer.chrome.com/docs/devtools/console/utilities#queryObjects-function) + * provided by the Chromium DevTools console. It can be used to search for objects that have the matching constructor on its prototype chain + * in the heap after a full garbage collection, which can be useful for memory leak regression tests. To avoid surprising results, users should + * avoid using this API on constructors whose implementation they don't control, or on constructors that can be invoked by other parties in the + * application. + * + * To avoid accidental leaks, this API does not return raw references to the objects found. By default, it returns the count of the objects + * found. If `options.format` is `'summary'`, it returns an array containing brief string representations for each object. The visibility provided + * in this API is similar to what the heap snapshot provides, while users can save the cost of serialization and parsing and directly filter the + * target objects during the search. + * + * Only objects created in the current execution context are included in the results. + * + * ```js + * import { queryObjects } from 'node:v8'; + * class A { foo = 'bar'; } + * console.log(queryObjects(A)); // 0 + * const a = new A(); + * console.log(queryObjects(A)); // 1 + * // [ "A { foo: 'bar' }" ] + * console.log(queryObjects(A, { format: 'summary' })); + * + * class B extends A { bar = 'qux'; } + * const b = new B(); + * console.log(queryObjects(B)); // 1 + * // [ "B { foo: 'bar', bar: 'qux' }" ] + * console.log(queryObjects(B, { format: 'summary' })); + * + * // Note that, when there are child classes inheriting from a constructor, + * // the constructor also shows up in the prototype chain of the child + * // classes's prototoype, so the child classes's prototoype would also be + * // included in the result. + * console.log(queryObjects(A)); // 3 + * // [ "B { foo: 'bar', bar: 'qux' }", 'A {}', "A { foo: 'bar' }" ] + * console.log(queryObjects(A, { format: 'summary' })); + * ``` + * @param ctor The constructor that can be used to search on the prototype chain in order to filter target objects in the heap. + * @since v20.13.0 + * @experimental + */ + function queryObjects(ctor: Function): number | string[]; + function queryObjects(ctor: Function, options: { format: "count" }): number; + function queryObjects(ctor: Function, options: { format: "summary" }): string[]; + /** + * Generates a snapshot of the current V8 heap and returns a Readable + * Stream that may be used to read the JSON serialized representation. + * This JSON stream format is intended to be used with tools such as + * Chrome DevTools. The JSON schema is undocumented and specific to the + * V8 engine. Therefore, the schema may change from one version of V8 to the next. + * + * Creating a heap snapshot requires memory about twice the size of the heap at + * the time the snapshot is created. This results in the risk of OOM killers + * terminating the process. + * + * Generating a snapshot is a synchronous operation which blocks the event loop + * for a duration depending on the heap size. + * + * ```js + * // Print heap snapshot to the console + * import v8 from 'node:v8'; + * const stream = v8.getHeapSnapshot(); + * stream.pipe(process.stdout); + * ``` + * @since v11.13.0 + * @return A Readable containing the V8 heap snapshot. + */ + function getHeapSnapshot(options?: HeapSnapshotOptions): Readable; + /** + * Generates a snapshot of the current V8 heap and writes it to a JSON + * file. This file is intended to be used with tools such as Chrome + * DevTools. The JSON schema is undocumented and specific to the V8 + * engine, and may change from one version of V8 to the next. + * + * A heap snapshot is specific to a single V8 isolate. When using `worker threads`, a heap snapshot generated from the main thread will + * not contain any information about the workers, and vice versa. + * + * Creating a heap snapshot requires memory about twice the size of the heap at + * the time the snapshot is created. This results in the risk of OOM killers + * terminating the process. + * + * Generating a snapshot is a synchronous operation which blocks the event loop + * for a duration depending on the heap size. + * + * ```js + * import { writeHeapSnapshot } from 'node:v8'; + * import { + * Worker, + * isMainThread, + * parentPort, + * } from 'node:worker_threads'; + * + * if (isMainThread) { + * const worker = new Worker(__filename); + * + * worker.once('message', (filename) => { + * console.log(`worker heapdump: ${filename}`); + * // Now get a heapdump for the main thread. + * console.log(`main thread heapdump: ${writeHeapSnapshot()}`); + * }); + * + * // Tell the worker to create a heapdump. + * worker.postMessage('heapdump'); + * } else { + * parentPort.once('message', (message) => { + * if (message === 'heapdump') { + * // Generate a heapdump for the worker + * // and return the filename to the parent. + * parentPort.postMessage(writeHeapSnapshot()); + * } + * }); + * } + * ``` + * @since v11.13.0 + * @param filename The file path where the V8 heap snapshot is to be saved. If not specified, a file name with the pattern `'Heap-${yyyymmdd}-${hhmmss}-${pid}-${thread_id}.heapsnapshot'` will be + * generated, where `{pid}` will be the PID of the Node.js process, `{thread_id}` will be `0` when `writeHeapSnapshot()` is called from the main Node.js thread or the id of a + * worker thread. + * @return The filename where the snapshot was saved. + */ + function writeHeapSnapshot(filename?: string, options?: HeapSnapshotOptions): string; + /** + * Get statistics about code and its metadata in the heap, see + * V8 [`GetHeapCodeAndMetadataStatistics`](https://v8docs.nodesource.com/node-13.2/d5/dda/classv8_1_1_isolate.html#a6079122af17612ef54ef3348ce170866) API. Returns an object with the + * following properties: + * + * ```js + * { + * code_and_metadata_size: 212208, + * bytecode_and_metadata_size: 161368, + * external_script_source_size: 1410794, + * cpu_profiler_metadata_size: 0, + * } + * ``` + * @since v12.8.0 + */ + function getHeapCodeStatistics(): HeapCodeStatistics; + /** + * V8 only supports `Latin-1/ISO-8859-1` and `UTF16` as the underlying representation of a string. + * If the `content` uses `Latin-1/ISO-8859-1` as the underlying representation, this function will return true; + * otherwise, it returns false. + * + * If this method returns false, that does not mean that the string contains some characters not in `Latin-1/ISO-8859-1`. + * Sometimes a `Latin-1` string may also be represented as `UTF16`. + * + * ```js + * const { isStringOneByteRepresentation } = require('node:v8'); + * + * const Encoding = { + * latin1: 1, + * utf16le: 2, + * }; + * const buffer = Buffer.alloc(100); + * function writeString(input) { + * if (isStringOneByteRepresentation(input)) { + * buffer.writeUint8(Encoding.latin1); + * buffer.writeUint32LE(input.length, 1); + * buffer.write(input, 5, 'latin1'); + * } else { + * buffer.writeUint8(Encoding.utf16le); + * buffer.writeUint32LE(input.length * 2, 1); + * buffer.write(input, 5, 'utf16le'); + * } + * } + * writeString('hello'); + * writeString('你好'); + * ``` + * @since v23.10.0, v22.15.0 + */ + function isStringOneByteRepresentation(content: string): boolean; + /** + * @since v8.0.0 + */ + class Serializer { + /** + * Writes out a header, which includes the serialization format version. + */ + writeHeader(): void; + /** + * Serializes a JavaScript value and adds the serialized representation to the + * internal buffer. + * + * This throws an error if `value` cannot be serialized. + */ + writeValue(val: any): boolean; + /** + * Returns the stored internal buffer. This serializer should not be used once + * the buffer is released. Calling this method results in undefined behavior + * if a previous write has failed. + */ + releaseBuffer(): Buffer; + /** + * Marks an `ArrayBuffer` as having its contents transferred out of band. + * Pass the corresponding `ArrayBuffer` in the deserializing context to `deserializer.transferArrayBuffer()`. + * @param id A 32-bit unsigned integer. + * @param arrayBuffer An `ArrayBuffer` instance. + */ + transferArrayBuffer(id: number, arrayBuffer: ArrayBuffer): void; + /** + * Write a raw 32-bit unsigned integer. + * For use inside of a custom `serializer._writeHostObject()`. + */ + writeUint32(value: number): void; + /** + * Write a raw 64-bit unsigned integer, split into high and low 32-bit parts. + * For use inside of a custom `serializer._writeHostObject()`. + */ + writeUint64(hi: number, lo: number): void; + /** + * Write a JS `number` value. + * For use inside of a custom `serializer._writeHostObject()`. + */ + writeDouble(value: number): void; + /** + * Write raw bytes into the serializer's internal buffer. The deserializer + * will require a way to compute the length of the buffer. + * For use inside of a custom `serializer._writeHostObject()`. + */ + writeRawBytes(buffer: NodeJS.TypedArray): void; + } + /** + * A subclass of `Serializer` that serializes `TypedArray`(in particular `Buffer`) and `DataView` objects as host objects, and only + * stores the part of their underlying `ArrayBuffer`s that they are referring to. + * @since v8.0.0 + */ + class DefaultSerializer extends Serializer {} + /** + * @since v8.0.0 + */ + class Deserializer { + constructor(data: NodeJS.TypedArray); + /** + * Reads and validates a header (including the format version). + * May, for example, reject an invalid or unsupported wire format. In that case, + * an `Error` is thrown. + */ + readHeader(): boolean; + /** + * Deserializes a JavaScript value from the buffer and returns it. + */ + readValue(): any; + /** + * Marks an `ArrayBuffer` as having its contents transferred out of band. + * Pass the corresponding `ArrayBuffer` in the serializing context to `serializer.transferArrayBuffer()` (or return the `id` from `serializer._getSharedArrayBufferId()` in the case of + * `SharedArrayBuffer`s). + * @param id A 32-bit unsigned integer. + * @param arrayBuffer An `ArrayBuffer` instance. + */ + transferArrayBuffer(id: number, arrayBuffer: ArrayBuffer): void; + /** + * Reads the underlying wire format version. Likely mostly to be useful to + * legacy code reading old wire format versions. May not be called before `.readHeader()`. + */ + getWireFormatVersion(): number; + /** + * Read a raw 32-bit unsigned integer and return it. + * For use inside of a custom `deserializer._readHostObject()`. + */ + readUint32(): number; + /** + * Read a raw 64-bit unsigned integer and return it as an array `[hi, lo]` with two 32-bit unsigned integer entries. + * For use inside of a custom `deserializer._readHostObject()`. + */ + readUint64(): [number, number]; + /** + * Read a JS `number` value. + * For use inside of a custom `deserializer._readHostObject()`. + */ + readDouble(): number; + /** + * Read raw bytes from the deserializer's internal buffer. The `length` parameter + * must correspond to the length of the buffer that was passed to `serializer.writeRawBytes()`. + * For use inside of a custom `deserializer._readHostObject()`. + */ + readRawBytes(length: number): Buffer; + } + /** + * A subclass of `Deserializer` corresponding to the format written by `DefaultSerializer`. + * @since v8.0.0 + */ + class DefaultDeserializer extends Deserializer {} + /** + * Uses a `DefaultSerializer` to serialize `value` into a buffer. + * + * `ERR_BUFFER_TOO_LARGE` will be thrown when trying to + * serialize a huge object which requires buffer + * larger than `buffer.constants.MAX_LENGTH`. + * @since v8.0.0 + */ + function serialize(value: any): Buffer; + /** + * Uses a `DefaultDeserializer` with default options to read a JS value + * from a buffer. + * @since v8.0.0 + * @param buffer A buffer returned by {@link serialize}. + */ + function deserialize(buffer: NodeJS.ArrayBufferView): any; + /** + * The `v8.takeCoverage()` method allows the user to write the coverage started by `NODE_V8_COVERAGE` to disk on demand. This method can be invoked multiple + * times during the lifetime of the process. Each time the execution counter will + * be reset and a new coverage report will be written to the directory specified + * by `NODE_V8_COVERAGE`. + * + * When the process is about to exit, one last coverage will still be written to + * disk unless {@link stopCoverage} is invoked before the process exits. + * @since v15.1.0, v14.18.0, v12.22.0 + */ + function takeCoverage(): void; + /** + * The `v8.stopCoverage()` method allows the user to stop the coverage collection + * started by `NODE_V8_COVERAGE`, so that V8 can release the execution count + * records and optimize code. This can be used in conjunction with {@link takeCoverage} if the user wants to collect the coverage on demand. + * @since v15.1.0, v14.18.0, v12.22.0 + */ + function stopCoverage(): void; + /** + * The API is a no-op if `--heapsnapshot-near-heap-limit` is already set from the command line or the API is called more than once. + * `limit` must be a positive integer. See [`--heapsnapshot-near-heap-limit`](https://nodejs.org/docs/latest-v24.x/api/cli.html#--heapsnapshot-near-heap-limitmax_count) for more information. + * @since v18.10.0, v16.18.0 + */ + function setHeapSnapshotNearHeapLimit(limit: number): void; + /** + * This API collects GC data in current thread. + * @since v19.6.0, v18.15.0 + */ + class GCProfiler { + /** + * Start collecting GC data. + * @since v19.6.0, v18.15.0 + */ + start(): void; + /** + * Stop collecting GC data and return an object. The content of object + * is as follows. + * + * ```json + * { + * "version": 1, + * "startTime": 1674059033862, + * "statistics": [ + * { + * "gcType": "Scavenge", + * "beforeGC": { + * "heapStatistics": { + * "totalHeapSize": 5005312, + * "totalHeapSizeExecutable": 524288, + * "totalPhysicalSize": 5226496, + * "totalAvailableSize": 4341325216, + * "totalGlobalHandlesSize": 8192, + * "usedGlobalHandlesSize": 2112, + * "usedHeapSize": 4883840, + * "heapSizeLimit": 4345298944, + * "mallocedMemory": 254128, + * "externalMemory": 225138, + * "peakMallocedMemory": 181760 + * }, + * "heapSpaceStatistics": [ + * { + * "spaceName": "read_only_space", + * "spaceSize": 0, + * "spaceUsedSize": 0, + * "spaceAvailableSize": 0, + * "physicalSpaceSize": 0 + * } + * ] + * }, + * "cost": 1574.14, + * "afterGC": { + * "heapStatistics": { + * "totalHeapSize": 6053888, + * "totalHeapSizeExecutable": 524288, + * "totalPhysicalSize": 5500928, + * "totalAvailableSize": 4341101384, + * "totalGlobalHandlesSize": 8192, + * "usedGlobalHandlesSize": 2112, + * "usedHeapSize": 4059096, + * "heapSizeLimit": 4345298944, + * "mallocedMemory": 254128, + * "externalMemory": 225138, + * "peakMallocedMemory": 181760 + * }, + * "heapSpaceStatistics": [ + * { + * "spaceName": "read_only_space", + * "spaceSize": 0, + * "spaceUsedSize": 0, + * "spaceAvailableSize": 0, + * "physicalSpaceSize": 0 + * } + * ] + * } + * } + * ], + * "endTime": 1674059036865 + * } + * ``` + * + * Here's an example. + * + * ```js + * import { GCProfiler } from 'node:v8'; + * const profiler = new GCProfiler(); + * profiler.start(); + * setTimeout(() => { + * console.log(profiler.stop()); + * }, 1000); + * ``` + * @since v19.6.0, v18.15.0 + */ + stop(): GCProfilerResult; + } + interface GCProfilerResult { + version: number; + startTime: number; + endTime: number; + statistics: Array<{ + gcType: string; + cost: number; + beforeGC: { + heapStatistics: HeapStatistics; + heapSpaceStatistics: HeapSpaceStatistics[]; + }; + afterGC: { + heapStatistics: HeapStatistics; + heapSpaceStatistics: HeapSpaceStatistics[]; + }; + }>; + } + interface HeapStatistics { + totalHeapSize: number; + totalHeapSizeExecutable: number; + totalPhysicalSize: number; + totalAvailableSize: number; + totalGlobalHandlesSize: number; + usedGlobalHandlesSize: number; + usedHeapSize: number; + heapSizeLimit: number; + mallocedMemory: number; + externalMemory: number; + peakMallocedMemory: number; + } + interface HeapSpaceStatistics { + spaceName: string; + spaceSize: number; + spaceUsedSize: number; + spaceAvailableSize: number; + physicalSpaceSize: number; + } + /** + * Called when a promise is constructed. This does not mean that corresponding before/after events will occur, only that the possibility exists. This will + * happen if a promise is created without ever getting a continuation. + * @since v17.1.0, v16.14.0 + * @param promise The promise being created. + * @param parent The promise continued from, if applicable. + */ + interface Init { + (promise: Promise, parent: Promise): void; + } + /** + * Called before a promise continuation executes. This can be in the form of `then()`, `catch()`, or `finally()` handlers or an await resuming. + * + * The before callback will be called 0 to N times. The before callback will typically be called 0 times if no continuation was ever made for the promise. + * The before callback may be called many times in the case where many continuations have been made from the same promise. + * @since v17.1.0, v16.14.0 + */ + interface Before { + (promise: Promise): void; + } + /** + * Called immediately after a promise continuation executes. This may be after a `then()`, `catch()`, or `finally()` handler or before an await after another await. + * @since v17.1.0, v16.14.0 + */ + interface After { + (promise: Promise): void; + } + /** + * Called when the promise receives a resolution or rejection value. This may occur synchronously in the case of {@link Promise.resolve()} or + * {@link Promise.reject()}. + * @since v17.1.0, v16.14.0 + */ + interface Settled { + (promise: Promise): void; + } + /** + * Key events in the lifetime of a promise have been categorized into four areas: creation of a promise, before/after a continuation handler is called or + * around an await, and when the promise resolves or rejects. + * + * Because promises are asynchronous resources whose lifecycle is tracked via the promise hooks mechanism, the `init()`, `before()`, `after()`, and + * `settled()` callbacks must not be async functions as they create more promises which would produce an infinite loop. + * @since v17.1.0, v16.14.0 + */ + interface HookCallbacks { + init?: Init; + before?: Before; + after?: After; + settled?: Settled; + } + interface PromiseHooks { + /** + * The `init` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop. + * @since v17.1.0, v16.14.0 + * @param init The {@link Init | `init` callback} to call when a promise is created. + * @return Call to stop the hook. + */ + onInit: (init: Init) => Function; + /** + * The `settled` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop. + * @since v17.1.0, v16.14.0 + * @param settled The {@link Settled | `settled` callback} to call when a promise is created. + * @return Call to stop the hook. + */ + onSettled: (settled: Settled) => Function; + /** + * The `before` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop. + * @since v17.1.0, v16.14.0 + * @param before The {@link Before | `before` callback} to call before a promise continuation executes. + * @return Call to stop the hook. + */ + onBefore: (before: Before) => Function; + /** + * The `after` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop. + * @since v17.1.0, v16.14.0 + * @param after The {@link After | `after` callback} to call after a promise continuation executes. + * @return Call to stop the hook. + */ + onAfter: (after: After) => Function; + /** + * Registers functions to be called for different lifetime events of each promise. + * The callbacks `init()`/`before()`/`after()`/`settled()` are called for the respective events during a promise's lifetime. + * All callbacks are optional. For example, if only promise creation needs to be tracked, then only the init callback needs to be passed. + * The hook callbacks must be plain functions. Providing async functions will throw as it would produce an infinite microtask loop. + * @since v17.1.0, v16.14.0 + * @param callbacks The {@link HookCallbacks | Hook Callbacks} to register + * @return Used for disabling hooks + */ + createHook: (callbacks: HookCallbacks) => Function; + } + /** + * The `promiseHooks` interface can be used to track promise lifecycle events. + * @since v17.1.0, v16.14.0 + */ + const promiseHooks: PromiseHooks; + type StartupSnapshotCallbackFn = (args: any) => any; + /** + * The `v8.startupSnapshot` interface can be used to add serialization and deserialization hooks for custom startup snapshots. + * + * ```bash + * $ node --snapshot-blob snapshot.blob --build-snapshot entry.js + * # This launches a process with the snapshot + * $ node --snapshot-blob snapshot.blob + * ``` + * + * In the example above, `entry.js` can use methods from the `v8.startupSnapshot` interface to specify how to save information for custom objects + * in the snapshot during serialization and how the information can be used to synchronize these objects during deserialization of the snapshot. + * For example, if the `entry.js` contains the following script: + * + * ```js + * 'use strict'; + * + * import fs from 'node:fs'; + * import zlib from 'node:zlib'; + * import path from 'node:path'; + * import assert from 'node:assert'; + * + * import v8 from 'node:v8'; + * + * class BookShelf { + * storage = new Map(); + * + * // Reading a series of files from directory and store them into storage. + * constructor(directory, books) { + * for (const book of books) { + * this.storage.set(book, fs.readFileSync(path.join(directory, book))); + * } + * } + * + * static compressAll(shelf) { + * for (const [ book, content ] of shelf.storage) { + * shelf.storage.set(book, zlib.gzipSync(content)); + * } + * } + * + * static decompressAll(shelf) { + * for (const [ book, content ] of shelf.storage) { + * shelf.storage.set(book, zlib.gunzipSync(content)); + * } + * } + * } + * + * // __dirname here is where the snapshot script is placed + * // during snapshot building time. + * const shelf = new BookShelf(__dirname, [ + * 'book1.en_US.txt', + * 'book1.es_ES.txt', + * 'book2.zh_CN.txt', + * ]); + * + * assert(v8.startupSnapshot.isBuildingSnapshot()); + * // On snapshot serialization, compress the books to reduce size. + * v8.startupSnapshot.addSerializeCallback(BookShelf.compressAll, shelf); + * // On snapshot deserialization, decompress the books. + * v8.startupSnapshot.addDeserializeCallback(BookShelf.decompressAll, shelf); + * v8.startupSnapshot.setDeserializeMainFunction((shelf) => { + * // process.env and process.argv are refreshed during snapshot + * // deserialization. + * const lang = process.env.BOOK_LANG || 'en_US'; + * const book = process.argv[1]; + * const name = `${book}.${lang}.txt`; + * console.log(shelf.storage.get(name)); + * }, shelf); + * ``` + * + * The resulted binary will get print the data deserialized from the snapshot during start up, using the refreshed `process.env` and `process.argv` of the launched process: + * + * ```bash + * $ BOOK_LANG=es_ES node --snapshot-blob snapshot.blob book1 + * # Prints content of book1.es_ES.txt deserialized from the snapshot. + * ``` + * + * Currently the application deserialized from a user-land snapshot cannot be snapshotted again, so these APIs are only available to applications that are not deserialized from a user-land snapshot. + * + * @since v18.6.0, v16.17.0 + */ + namespace startupSnapshot { + /** + * Add a callback that will be called when the Node.js instance is about to get serialized into a snapshot and exit. + * This can be used to release resources that should not or cannot be serialized or to convert user data into a form more suitable for serialization. + * @since v18.6.0, v16.17.0 + */ + function addSerializeCallback(callback: StartupSnapshotCallbackFn, data?: any): void; + /** + * Add a callback that will be called when the Node.js instance is deserialized from a snapshot. + * The `callback` and the `data` (if provided) will be serialized into the snapshot, they can be used to re-initialize the state of the application or + * to re-acquire resources that the application needs when the application is restarted from the snapshot. + * @since v18.6.0, v16.17.0 + */ + function addDeserializeCallback(callback: StartupSnapshotCallbackFn, data?: any): void; + /** + * This sets the entry point of the Node.js application when it is deserialized from a snapshot. This can be called only once in the snapshot building script. + * If called, the deserialized application no longer needs an additional entry point script to start up and will simply invoke the callback along with the deserialized + * data (if provided), otherwise an entry point script still needs to be provided to the deserialized application. + * @since v18.6.0, v16.17.0 + */ + function setDeserializeMainFunction(callback: StartupSnapshotCallbackFn, data?: any): void; + /** + * Returns true if the Node.js instance is run to build a snapshot. + * @since v18.6.0, v16.17.0 + */ + function isBuildingSnapshot(): boolean; + } +} +declare module "node:v8" { + export * from "v8"; +} diff --git a/node_modules/@types/node/vm.d.ts b/node_modules/@types/node/vm.d.ts new file mode 100644 index 0000000..bba2e0b --- /dev/null +++ b/node_modules/@types/node/vm.d.ts @@ -0,0 +1,1036 @@ +/** + * The `node:vm` module enables compiling and running code within V8 Virtual + * Machine contexts. + * + * **The `node:vm` module is not a security** + * **mechanism. Do not use it to run untrusted code.** + * + * JavaScript code can be compiled and run immediately or + * compiled, saved, and run later. + * + * A common use case is to run the code in a different V8 Context. This means + * invoked code has a different global object than the invoking code. + * + * One can provide the context by `contextifying` an + * object. The invoked code treats any property in the context like a + * global variable. Any changes to global variables caused by the invoked + * code are reflected in the context object. + * + * ```js + * import vm from 'node:vm'; + * + * const x = 1; + * + * const context = { x: 2 }; + * vm.createContext(context); // Contextify the object. + * + * const code = 'x += 40; var y = 17;'; + * // `x` and `y` are global variables in the context. + * // Initially, x has the value 2 because that is the value of context.x. + * vm.runInContext(code, context); + * + * console.log(context.x); // 42 + * console.log(context.y); // 17 + * + * console.log(x); // 1; y is not defined. + * ``` + * @see [source](https://github.com/nodejs/node/blob/v24.x/lib/vm.js) + */ +declare module "vm" { + import { ImportAttributes } from "node:module"; + interface Context extends NodeJS.Dict {} + interface BaseOptions { + /** + * Specifies the filename used in stack traces produced by this script. + * @default '' + */ + filename?: string | undefined; + /** + * Specifies the line number offset that is displayed in stack traces produced by this script. + * @default 0 + */ + lineOffset?: number | undefined; + /** + * Specifies the column number offset that is displayed in stack traces produced by this script. + * @default 0 + */ + columnOffset?: number | undefined; + } + type DynamicModuleLoader = ( + specifier: string, + referrer: T, + importAttributes: ImportAttributes, + phase: "source" | "evaluation", + ) => Module | Promise; + interface ScriptOptions extends BaseOptions { + /** + * Provides an optional data with V8's code cache data for the supplied source. + */ + cachedData?: Buffer | NodeJS.ArrayBufferView | undefined; + /** @deprecated in favor of `script.createCachedData()` */ + produceCachedData?: boolean | undefined; + /** + * Used to specify how the modules should be loaded during the evaluation of this script when `import()` is called. This option is + * part of the experimental modules API. We do not recommend using it in a production environment. For detailed information, see + * [Support of dynamic `import()` in compilation APIs](https://nodejs.org/docs/latest-v24.x/api/vm.html#support-of-dynamic-import-in-compilation-apis). + * @experimental + */ + importModuleDynamically?: + | DynamicModuleLoader +``` + +This bundle can be used with different module systems; it creates global `Ajv` if no module system is found. + +The browser bundle is available on [cdnjs](https://cdnjs.com/libraries/ajv). + +Ajv is tested with these browsers: + +[![Sauce Test Status](https://saucelabs.com/browser-matrix/epoberezkin.svg)](https://saucelabs.com/u/epoberezkin) + +__Please note__: some frameworks, e.g. Dojo, may redefine global require in such way that is not compatible with CommonJS module format. In such case Ajv bundle has to be loaded before the framework and then you can use global Ajv (see issue [#234](https://github.com/ajv-validator/ajv/issues/234)). + + +### Ajv and Content Security Policies (CSP) + +If you're using Ajv to compile a schema (the typical use) in a browser document that is loaded with a Content Security Policy (CSP), that policy will require a `script-src` directive that includes the value `'unsafe-eval'`. +:warning: NOTE, however, that `unsafe-eval` is NOT recommended in a secure CSP[[1]](https://developer.chrome.com/extensions/contentSecurityPolicy#relaxing-eval), as it has the potential to open the document to cross-site scripting (XSS) attacks. + +In order to make use of Ajv without easing your CSP, you can [pre-compile a schema using the CLI](https://github.com/ajv-validator/ajv-cli#compile-schemas). This will transpile the schema JSON into a JavaScript file that exports a `validate` function that works simlarly to a schema compiled at runtime. + +Note that pre-compilation of schemas is performed using [ajv-pack](https://github.com/ajv-validator/ajv-pack) and there are [some limitations to the schema features it can compile](https://github.com/ajv-validator/ajv-pack#limitations). A successfully pre-compiled schema is equivalent to the same schema compiled at runtime. + + +## Command line interface + +CLI is available as a separate npm package [ajv-cli](https://github.com/ajv-validator/ajv-cli). It supports: + +- compiling JSON Schemas to test their validity +- BETA: generating standalone module exporting a validation function to be used without Ajv (using [ajv-pack](https://github.com/ajv-validator/ajv-pack)) +- migrate schemas to draft-07 (using [json-schema-migrate](https://github.com/epoberezkin/json-schema-migrate)) +- validating data file(s) against JSON Schema +- testing expected validity of data against JSON Schema +- referenced schemas +- custom meta-schemas +- files in JSON, JSON5, YAML, and JavaScript format +- all Ajv options +- reporting changes in data after validation in [JSON-patch](https://tools.ietf.org/html/rfc6902) format + + +## Validation keywords + +Ajv supports all validation keywords from draft-07 of JSON Schema standard: + +- [type](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#type) +- [for numbers](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#keywords-for-numbers) - maximum, minimum, exclusiveMaximum, exclusiveMinimum, multipleOf +- [for strings](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#keywords-for-strings) - maxLength, minLength, pattern, format +- [for arrays](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#keywords-for-arrays) - maxItems, minItems, uniqueItems, items, additionalItems, [contains](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#contains) +- [for objects](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#keywords-for-objects) - maxProperties, minProperties, required, properties, patternProperties, additionalProperties, dependencies, [propertyNames](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#propertynames) +- [for all types](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#keywords-for-all-types) - enum, [const](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#const) +- [compound keywords](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#compound-keywords) - not, oneOf, anyOf, allOf, [if/then/else](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#ifthenelse) + +With [ajv-keywords](https://github.com/ajv-validator/ajv-keywords) package Ajv also supports validation keywords from [JSON Schema extension proposals](https://github.com/json-schema/json-schema/wiki/v5-Proposals) for JSON Schema standard: + +- [patternRequired](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#patternrequired-proposed) - like `required` but with patterns that some property should match. +- [formatMaximum, formatMinimum, formatExclusiveMaximum, formatExclusiveMinimum](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md#formatmaximum--formatminimum-and-exclusiveformatmaximum--exclusiveformatminimum-proposed) - setting limits for date, time, etc. + +See [JSON Schema validation keywords](https://github.com/ajv-validator/ajv/blob/master/KEYWORDS.md) for more details. + + +## Annotation keywords + +JSON Schema specification defines several annotation keywords that describe schema itself but do not perform any validation. + +- `title` and `description`: information about the data represented by that schema +- `$comment` (NEW in draft-07): information for developers. With option `$comment` Ajv logs or passes the comment string to the user-supplied function. See [Options](#options). +- `default`: a default value of the data instance, see [Assigning defaults](#assigning-defaults). +- `examples` (NEW in draft-06): an array of data instances. Ajv does not check the validity of these instances against the schema. +- `readOnly` and `writeOnly` (NEW in draft-07): marks data-instance as read-only or write-only in relation to the source of the data (database, api, etc.). +- `contentEncoding`: [RFC 2045](https://tools.ietf.org/html/rfc2045#section-6.1 ), e.g., "base64". +- `contentMediaType`: [RFC 2046](https://tools.ietf.org/html/rfc2046), e.g., "image/png". + +__Please note__: Ajv does not implement validation of the keywords `examples`, `contentEncoding` and `contentMediaType` but it reserves them. If you want to create a plugin that implements some of them, it should remove these keywords from the instance. + + +## Formats + +Ajv implements formats defined by JSON Schema specification and several other formats. It is recommended NOT to use "format" keyword implementations with untrusted data, as they use potentially unsafe regular expressions - see [ReDoS attack](#redos-attack). + +__Please note__: if you need to use "format" keyword to validate untrusted data, you MUST assess their suitability and safety for your validation scenarios. + +The following formats are implemented for string validation with "format" keyword: + +- _date_: full-date according to [RFC3339](http://tools.ietf.org/html/rfc3339#section-5.6). +- _time_: time with optional time-zone. +- _date-time_: date-time from the same source (time-zone is mandatory). `date`, `time` and `date-time` validate ranges in `full` mode and only regexp in `fast` mode (see [options](#options)). +- _uri_: full URI. +- _uri-reference_: URI reference, including full and relative URIs. +- _uri-template_: URI template according to [RFC6570](https://tools.ietf.org/html/rfc6570) +- _url_ (deprecated): [URL record](https://url.spec.whatwg.org/#concept-url). +- _email_: email address. +- _hostname_: host name according to [RFC1034](http://tools.ietf.org/html/rfc1034#section-3.5). +- _ipv4_: IP address v4. +- _ipv6_: IP address v6. +- _regex_: tests whether a string is a valid regular expression by passing it to RegExp constructor. +- _uuid_: Universally Unique IDentifier according to [RFC4122](http://tools.ietf.org/html/rfc4122). +- _json-pointer_: JSON-pointer according to [RFC6901](https://tools.ietf.org/html/rfc6901). +- _relative-json-pointer_: relative JSON-pointer according to [this draft](http://tools.ietf.org/html/draft-luff-relative-json-pointer-00). + +__Please note__: JSON Schema draft-07 also defines formats `iri`, `iri-reference`, `idn-hostname` and `idn-email` for URLs, hostnames and emails with international characters. Ajv does not implement these formats. If you create Ajv plugin that implements them please make a PR to mention this plugin here. + +There are two modes of format validation: `fast` and `full`. This mode affects formats `date`, `time`, `date-time`, `uri`, `uri-reference`, and `email`. See [Options](#options) for details. + +You can add additional formats and replace any of the formats above using [addFormat](#api-addformat) method. + +The option `unknownFormats` allows changing the default behaviour when an unknown format is encountered. In this case Ajv can either fail schema compilation (default) or ignore it (default in versions before 5.0.0). You also can allow specific format(s) that will be ignored. See [Options](#options) for details. + +You can find regular expressions used for format validation and the sources that were used in [formats.js](https://github.com/ajv-validator/ajv/blob/master/lib/compile/formats.js). + + +## Combining schemas with $ref + +You can structure your validation logic across multiple schema files and have schemas reference each other using `$ref` keyword. + +Example: + +```javascript +var schema = { + "$id": "http://example.com/schemas/schema.json", + "type": "object", + "properties": { + "foo": { "$ref": "defs.json#/definitions/int" }, + "bar": { "$ref": "defs.json#/definitions/str" } + } +}; + +var defsSchema = { + "$id": "http://example.com/schemas/defs.json", + "definitions": { + "int": { "type": "integer" }, + "str": { "type": "string" } + } +}; +``` + +Now to compile your schema you can either pass all schemas to Ajv instance: + +```javascript +var ajv = new Ajv({schemas: [schema, defsSchema]}); +var validate = ajv.getSchema('http://example.com/schemas/schema.json'); +``` + +or use `addSchema` method: + +```javascript +var ajv = new Ajv; +var validate = ajv.addSchema(defsSchema) + .compile(schema); +``` + +See [Options](#options) and [addSchema](#api) method. + +__Please note__: +- `$ref` is resolved as the uri-reference using schema $id as the base URI (see the example). +- References can be recursive (and mutually recursive) to implement the schemas for different data structures (such as linked lists, trees, graphs, etc.). +- You don't have to host your schema files at the URIs that you use as schema $id. These URIs are only used to identify the schemas, and according to JSON Schema specification validators should not expect to be able to download the schemas from these URIs. +- The actual location of the schema file in the file system is not used. +- You can pass the identifier of the schema as the second parameter of `addSchema` method or as a property name in `schemas` option. This identifier can be used instead of (or in addition to) schema $id. +- You cannot have the same $id (or the schema identifier) used for more than one schema - the exception will be thrown. +- You can implement dynamic resolution of the referenced schemas using `compileAsync` method. In this way you can store schemas in any system (files, web, database, etc.) and reference them without explicitly adding to Ajv instance. See [Asynchronous schema compilation](#asynchronous-schema-compilation). + + +## $data reference + +With `$data` option you can use values from the validated data as the values for the schema keywords. See [proposal](https://github.com/json-schema-org/json-schema-spec/issues/51) for more information about how it works. + +`$data` reference is supported in the keywords: const, enum, format, maximum/minimum, exclusiveMaximum / exclusiveMinimum, maxLength / minLength, maxItems / minItems, maxProperties / minProperties, formatMaximum / formatMinimum, formatExclusiveMaximum / formatExclusiveMinimum, multipleOf, pattern, required, uniqueItems. + +The value of "$data" should be a [JSON-pointer](https://tools.ietf.org/html/rfc6901) to the data (the root is always the top level data object, even if the $data reference is inside a referenced subschema) or a [relative JSON-pointer](http://tools.ietf.org/html/draft-luff-relative-json-pointer-00) (it is relative to the current point in data; if the $data reference is inside a referenced subschema it cannot point to the data outside of the root level for this subschema). + +Examples. + +This schema requires that the value in property `smaller` is less or equal than the value in the property larger: + +```javascript +var ajv = new Ajv({$data: true}); + +var schema = { + "properties": { + "smaller": { + "type": "number", + "maximum": { "$data": "1/larger" } + }, + "larger": { "type": "number" } + } +}; + +var validData = { + smaller: 5, + larger: 7 +}; + +ajv.validate(schema, validData); // true +``` + +This schema requires that the properties have the same format as their field names: + +```javascript +var schema = { + "additionalProperties": { + "type": "string", + "format": { "$data": "0#" } + } +}; + +var validData = { + 'date-time': '1963-06-19T08:30:06.283185Z', + email: 'joe.bloggs@example.com' +} +``` + +`$data` reference is resolved safely - it won't throw even if some property is undefined. If `$data` resolves to `undefined` the validation succeeds (with the exclusion of `const` keyword). If `$data` resolves to incorrect type (e.g. not "number" for maximum keyword) the validation fails. + + +## $merge and $patch keywords + +With the package [ajv-merge-patch](https://github.com/ajv-validator/ajv-merge-patch) you can use the keywords `$merge` and `$patch` that allow extending JSON Schemas with patches using formats [JSON Merge Patch (RFC 7396)](https://tools.ietf.org/html/rfc7396) and [JSON Patch (RFC 6902)](https://tools.ietf.org/html/rfc6902). + +To add keywords `$merge` and `$patch` to Ajv instance use this code: + +```javascript +require('ajv-merge-patch')(ajv); +``` + +Examples. + +Using `$merge`: + +```json +{ + "$merge": { + "source": { + "type": "object", + "properties": { "p": { "type": "string" } }, + "additionalProperties": false + }, + "with": { + "properties": { "q": { "type": "number" } } + } + } +} +``` + +Using `$patch`: + +```json +{ + "$patch": { + "source": { + "type": "object", + "properties": { "p": { "type": "string" } }, + "additionalProperties": false + }, + "with": [ + { "op": "add", "path": "/properties/q", "value": { "type": "number" } } + ] + } +} +``` + +The schemas above are equivalent to this schema: + +```json +{ + "type": "object", + "properties": { + "p": { "type": "string" }, + "q": { "type": "number" } + }, + "additionalProperties": false +} +``` + +The properties `source` and `with` in the keywords `$merge` and `$patch` can use absolute or relative `$ref` to point to other schemas previously added to the Ajv instance or to the fragments of the current schema. + +See the package [ajv-merge-patch](https://github.com/ajv-validator/ajv-merge-patch) for more information. + + +## Defining custom keywords + +The advantages of using custom keywords are: + +- allow creating validation scenarios that cannot be expressed using JSON Schema +- simplify your schemas +- help bringing a bigger part of the validation logic to your schemas +- make your schemas more expressive, less verbose and closer to your application domain +- implement custom data processors that modify your data (`modifying` option MUST be used in keyword definition) and/or create side effects while the data is being validated + +If a keyword is used only for side-effects and its validation result is pre-defined, use option `valid: true/false` in keyword definition to simplify both generated code (no error handling in case of `valid: true`) and your keyword functions (no need to return any validation result). + +The concerns you have to be aware of when extending JSON Schema standard with custom keywords are the portability and understanding of your schemas. You will have to support these custom keywords on other platforms and to properly document these keywords so that everybody can understand them in your schemas. + +You can define custom keywords with [addKeyword](#api-addkeyword) method. Keywords are defined on the `ajv` instance level - new instances will not have previously defined keywords. + +Ajv allows defining keywords with: +- validation function +- compilation function +- macro function +- inline compilation function that should return code (as string) that will be inlined in the currently compiled schema. + +Example. `range` and `exclusiveRange` keywords using compiled schema: + +```javascript +ajv.addKeyword('range', { + type: 'number', + compile: function (sch, parentSchema) { + var min = sch[0]; + var max = sch[1]; + + return parentSchema.exclusiveRange === true + ? function (data) { return data > min && data < max; } + : function (data) { return data >= min && data <= max; } + } +}); + +var schema = { "range": [2, 4], "exclusiveRange": true }; +var validate = ajv.compile(schema); +console.log(validate(2.01)); // true +console.log(validate(3.99)); // true +console.log(validate(2)); // false +console.log(validate(4)); // false +``` + +Several custom keywords (typeof, instanceof, range and propertyNames) are defined in [ajv-keywords](https://github.com/ajv-validator/ajv-keywords) package - they can be used for your schemas and as a starting point for your own custom keywords. + +See [Defining custom keywords](https://github.com/ajv-validator/ajv/blob/master/CUSTOM.md) for more details. + + +## Asynchronous schema compilation + +During asynchronous compilation remote references are loaded using supplied function. See `compileAsync` [method](#api-compileAsync) and `loadSchema` [option](#options). + +Example: + +```javascript +var ajv = new Ajv({ loadSchema: loadSchema }); + +ajv.compileAsync(schema).then(function (validate) { + var valid = validate(data); + // ... +}); + +function loadSchema(uri) { + return request.json(uri).then(function (res) { + if (res.statusCode >= 400) + throw new Error('Loading error: ' + res.statusCode); + return res.body; + }); +} +``` + +__Please note__: [Option](#options) `missingRefs` should NOT be set to `"ignore"` or `"fail"` for asynchronous compilation to work. + + +## Asynchronous validation + +Example in Node.js REPL: https://tonicdev.com/esp/ajv-asynchronous-validation + +You can define custom formats and keywords that perform validation asynchronously by accessing database or some other service. You should add `async: true` in the keyword or format definition (see [addFormat](#api-addformat), [addKeyword](#api-addkeyword) and [Defining custom keywords](#defining-custom-keywords)). + +If your schema uses asynchronous formats/keywords or refers to some schema that contains them it should have `"$async": true` keyword so that Ajv can compile it correctly. If asynchronous format/keyword or reference to asynchronous schema is used in the schema without `$async` keyword Ajv will throw an exception during schema compilation. + +__Please note__: all asynchronous subschemas that are referenced from the current or other schemas should have `"$async": true` keyword as well, otherwise the schema compilation will fail. + +Validation function for an asynchronous custom format/keyword should return a promise that resolves with `true` or `false` (or rejects with `new Ajv.ValidationError(errors)` if you want to return custom errors from the keyword function). + +Ajv compiles asynchronous schemas to [es7 async functions](http://tc39.github.io/ecmascript-asyncawait/) that can optionally be transpiled with [nodent](https://github.com/MatAtBread/nodent). Async functions are supported in Node.js 7+ and all modern browsers. You can also supply any other transpiler as a function via `processCode` option. See [Options](#options). + +The compiled validation function has `$async: true` property (if the schema is asynchronous), so you can differentiate these functions if you are using both synchronous and asynchronous schemas. + +Validation result will be a promise that resolves with validated data or rejects with an exception `Ajv.ValidationError` that contains the array of validation errors in `errors` property. + + +Example: + +```javascript +var ajv = new Ajv; +// require('ajv-async')(ajv); + +ajv.addKeyword('idExists', { + async: true, + type: 'number', + validate: checkIdExists +}); + + +function checkIdExists(schema, data) { + return knex(schema.table) + .select('id') + .where('id', data) + .then(function (rows) { + return !!rows.length; // true if record is found + }); +} + +var schema = { + "$async": true, + "properties": { + "userId": { + "type": "integer", + "idExists": { "table": "users" } + }, + "postId": { + "type": "integer", + "idExists": { "table": "posts" } + } + } +}; + +var validate = ajv.compile(schema); + +validate({ userId: 1, postId: 19 }) +.then(function (data) { + console.log('Data is valid', data); // { userId: 1, postId: 19 } +}) +.catch(function (err) { + if (!(err instanceof Ajv.ValidationError)) throw err; + // data is invalid + console.log('Validation errors:', err.errors); +}); +``` + +### Using transpilers with asynchronous validation functions. + +[ajv-async](https://github.com/ajv-validator/ajv-async) uses [nodent](https://github.com/MatAtBread/nodent) to transpile async functions. To use another transpiler you should separately install it (or load its bundle in the browser). + + +#### Using nodent + +```javascript +var ajv = new Ajv; +require('ajv-async')(ajv); +// in the browser if you want to load ajv-async bundle separately you can: +// window.ajvAsync(ajv); +var validate = ajv.compile(schema); // transpiled es7 async function +validate(data).then(successFunc).catch(errorFunc); +``` + + +#### Using other transpilers + +```javascript +var ajv = new Ajv({ processCode: transpileFunc }); +var validate = ajv.compile(schema); // transpiled es7 async function +validate(data).then(successFunc).catch(errorFunc); +``` + +See [Options](#options). + + +## Security considerations + +JSON Schema, if properly used, can replace data sanitisation. It doesn't replace other API security considerations. It also introduces additional security aspects to consider. + + +##### Security contact + +To report a security vulnerability, please use the +[Tidelift security contact](https://tidelift.com/security). +Tidelift will coordinate the fix and disclosure. Please do NOT report security vulnerabilities via GitHub issues. + + +##### Untrusted schemas + +Ajv treats JSON schemas as trusted as your application code. This security model is based on the most common use case, when the schemas are static and bundled together with the application. + +If your schemas are received from untrusted sources (or generated from untrusted data) there are several scenarios you need to prevent: +- compiling schemas can cause stack overflow (if they are too deep) +- compiling schemas can be slow (e.g. [#557](https://github.com/ajv-validator/ajv/issues/557)) +- validating certain data can be slow + +It is difficult to predict all the scenarios, but at the very least it may help to limit the size of untrusted schemas (e.g. limit JSON string length) and also the maximum schema object depth (that can be high for relatively small JSON strings). You also may want to mitigate slow regular expressions in `pattern` and `patternProperties` keywords. + +Regardless the measures you take, using untrusted schemas increases security risks. + + +##### Circular references in JavaScript objects + +Ajv does not support schemas and validated data that have circular references in objects. See [issue #802](https://github.com/ajv-validator/ajv/issues/802). + +An attempt to compile such schemas or validate such data would cause stack overflow (or will not complete in case of asynchronous validation). Depending on the parser you use, untrusted data can lead to circular references. + + +##### Security risks of trusted schemas + +Some keywords in JSON Schemas can lead to very slow validation for certain data. These keywords include (but may be not limited to): + +- `pattern` and `format` for large strings - in some cases using `maxLength` can help mitigate it, but certain regular expressions can lead to exponential validation time even with relatively short strings (see [ReDoS attack](#redos-attack)). +- `patternProperties` for large property names - use `propertyNames` to mitigate, but some regular expressions can have exponential evaluation time as well. +- `uniqueItems` for large non-scalar arrays - use `maxItems` to mitigate + +__Please note__: The suggestions above to prevent slow validation would only work if you do NOT use `allErrors: true` in production code (using it would continue validation after validation errors). + +You can validate your JSON schemas against [this meta-schema](https://github.com/ajv-validator/ajv/blob/master/lib/refs/json-schema-secure.json) to check that these recommendations are followed: + +```javascript +const isSchemaSecure = ajv.compile(require('ajv/lib/refs/json-schema-secure.json')); + +const schema1 = {format: 'email'}; +isSchemaSecure(schema1); // false + +const schema2 = {format: 'email', maxLength: MAX_LENGTH}; +isSchemaSecure(schema2); // true +``` + +__Please note__: following all these recommendation is not a guarantee that validation of untrusted data is safe - it can still lead to some undesirable results. + + +##### Content Security Policies (CSP) +See [Ajv and Content Security Policies (CSP)](#ajv-and-content-security-policies-csp) + + +## ReDoS attack + +Certain regular expressions can lead to the exponential evaluation time even with relatively short strings. + +Please assess the regular expressions you use in the schemas on their vulnerability to this attack - see [safe-regex](https://github.com/substack/safe-regex), for example. + +__Please note__: some formats that Ajv implements use [regular expressions](https://github.com/ajv-validator/ajv/blob/master/lib/compile/formats.js) that can be vulnerable to ReDoS attack, so if you use Ajv to validate data from untrusted sources __it is strongly recommended__ to consider the following: + +- making assessment of "format" implementations in Ajv. +- using `format: 'fast'` option that simplifies some of the regular expressions (although it does not guarantee that they are safe). +- replacing format implementations provided by Ajv with your own implementations of "format" keyword that either uses different regular expressions or another approach to format validation. Please see [addFormat](#api-addformat) method. +- disabling format validation by ignoring "format" keyword with option `format: false` + +Whatever mitigation you choose, please assume all formats provided by Ajv as potentially unsafe and make your own assessment of their suitability for your validation scenarios. + + +## Filtering data + +With [option `removeAdditional`](#options) (added by [andyscott](https://github.com/andyscott)) you can filter data during the validation. + +This option modifies original data. + +Example: + +```javascript +var ajv = new Ajv({ removeAdditional: true }); +var schema = { + "additionalProperties": false, + "properties": { + "foo": { "type": "number" }, + "bar": { + "additionalProperties": { "type": "number" }, + "properties": { + "baz": { "type": "string" } + } + } + } +} + +var data = { + "foo": 0, + "additional1": 1, // will be removed; `additionalProperties` == false + "bar": { + "baz": "abc", + "additional2": 2 // will NOT be removed; `additionalProperties` != false + }, +} + +var validate = ajv.compile(schema); + +console.log(validate(data)); // true +console.log(data); // { "foo": 0, "bar": { "baz": "abc", "additional2": 2 } +``` + +If `removeAdditional` option in the example above were `"all"` then both `additional1` and `additional2` properties would have been removed. + +If the option were `"failing"` then property `additional1` would have been removed regardless of its value and property `additional2` would have been removed only if its value were failing the schema in the inner `additionalProperties` (so in the example above it would have stayed because it passes the schema, but any non-number would have been removed). + +__Please note__: If you use `removeAdditional` option with `additionalProperties` keyword inside `anyOf`/`oneOf` keywords your validation can fail with this schema, for example: + +```json +{ + "type": "object", + "oneOf": [ + { + "properties": { + "foo": { "type": "string" } + }, + "required": [ "foo" ], + "additionalProperties": false + }, + { + "properties": { + "bar": { "type": "integer" } + }, + "required": [ "bar" ], + "additionalProperties": false + } + ] +} +``` + +The intention of the schema above is to allow objects with either the string property "foo" or the integer property "bar", but not with both and not with any other properties. + +With the option `removeAdditional: true` the validation will pass for the object `{ "foo": "abc"}` but will fail for the object `{"bar": 1}`. It happens because while the first subschema in `oneOf` is validated, the property `bar` is removed because it is an additional property according to the standard (because it is not included in `properties` keyword in the same schema). + +While this behaviour is unexpected (issues [#129](https://github.com/ajv-validator/ajv/issues/129), [#134](https://github.com/ajv-validator/ajv/issues/134)), it is correct. To have the expected behaviour (both objects are allowed and additional properties are removed) the schema has to be refactored in this way: + +```json +{ + "type": "object", + "properties": { + "foo": { "type": "string" }, + "bar": { "type": "integer" } + }, + "additionalProperties": false, + "oneOf": [ + { "required": [ "foo" ] }, + { "required": [ "bar" ] } + ] +} +``` + +The schema above is also more efficient - it will compile into a faster function. + + +## Assigning defaults + +With [option `useDefaults`](#options) Ajv will assign values from `default` keyword in the schemas of `properties` and `items` (when it is the array of schemas) to the missing properties and items. + +With the option value `"empty"` properties and items equal to `null` or `""` (empty string) will be considered missing and assigned defaults. + +This option modifies original data. + +__Please note__: the default value is inserted in the generated validation code as a literal, so the value inserted in the data will be the deep clone of the default in the schema. + + +Example 1 (`default` in `properties`): + +```javascript +var ajv = new Ajv({ useDefaults: true }); +var schema = { + "type": "object", + "properties": { + "foo": { "type": "number" }, + "bar": { "type": "string", "default": "baz" } + }, + "required": [ "foo", "bar" ] +}; + +var data = { "foo": 1 }; + +var validate = ajv.compile(schema); + +console.log(validate(data)); // true +console.log(data); // { "foo": 1, "bar": "baz" } +``` + +Example 2 (`default` in `items`): + +```javascript +var schema = { + "type": "array", + "items": [ + { "type": "number" }, + { "type": "string", "default": "foo" } + ] +} + +var data = [ 1 ]; + +var validate = ajv.compile(schema); + +console.log(validate(data)); // true +console.log(data); // [ 1, "foo" ] +``` + +`default` keywords in other cases are ignored: + +- not in `properties` or `items` subschemas +- in schemas inside `anyOf`, `oneOf` and `not` (see [#42](https://github.com/ajv-validator/ajv/issues/42)) +- in `if` subschema of `switch` keyword +- in schemas generated by custom macro keywords + +The [`strictDefaults` option](#options) customizes Ajv's behavior for the defaults that Ajv ignores (`true` raises an error, and `"log"` outputs a warning). + + +## Coercing data types + +When you are validating user inputs all your data properties are usually strings. The option `coerceTypes` allows you to have your data types coerced to the types specified in your schema `type` keywords, both to pass the validation and to use the correctly typed data afterwards. + +This option modifies original data. + +__Please note__: if you pass a scalar value to the validating function its type will be coerced and it will pass the validation, but the value of the variable you pass won't be updated because scalars are passed by value. + + +Example 1: + +```javascript +var ajv = new Ajv({ coerceTypes: true }); +var schema = { + "type": "object", + "properties": { + "foo": { "type": "number" }, + "bar": { "type": "boolean" } + }, + "required": [ "foo", "bar" ] +}; + +var data = { "foo": "1", "bar": "false" }; + +var validate = ajv.compile(schema); + +console.log(validate(data)); // true +console.log(data); // { "foo": 1, "bar": false } +``` + +Example 2 (array coercions): + +```javascript +var ajv = new Ajv({ coerceTypes: 'array' }); +var schema = { + "properties": { + "foo": { "type": "array", "items": { "type": "number" } }, + "bar": { "type": "boolean" } + } +}; + +var data = { "foo": "1", "bar": ["false"] }; + +var validate = ajv.compile(schema); + +console.log(validate(data)); // true +console.log(data); // { "foo": [1], "bar": false } +``` + +The coercion rules, as you can see from the example, are different from JavaScript both to validate user input as expected and to have the coercion reversible (to correctly validate cases where different types are defined in subschemas of "anyOf" and other compound keywords). + +See [Coercion rules](https://github.com/ajv-validator/ajv/blob/master/COERCION.md) for details. + + +## API + +##### new Ajv(Object options) -> Object + +Create Ajv instance. + + +##### .compile(Object schema) -> Function<Object data> + +Generate validating function and cache the compiled schema for future use. + +Validating function returns a boolean value. This function has properties `errors` and `schema`. Errors encountered during the last validation are assigned to `errors` property (it is assigned `null` if there was no errors). `schema` property contains the reference to the original schema. + +The schema passed to this method will be validated against meta-schema unless `validateSchema` option is false. If schema is invalid, an error will be thrown. See [options](#options). + + +##### .compileAsync(Object schema [, Boolean meta] [, Function callback]) -> Promise + +Asynchronous version of `compile` method that loads missing remote schemas using asynchronous function in `options.loadSchema`. This function returns a Promise that resolves to a validation function. An optional callback passed to `compileAsync` will be called with 2 parameters: error (or null) and validating function. The returned promise will reject (and the callback will be called with an error) when: + +- missing schema can't be loaded (`loadSchema` returns a Promise that rejects). +- a schema containing a missing reference is loaded, but the reference cannot be resolved. +- schema (or some loaded/referenced schema) is invalid. + +The function compiles schema and loads the first missing schema (or meta-schema) until all missing schemas are loaded. + +You can asynchronously compile meta-schema by passing `true` as the second parameter. + +See example in [Asynchronous compilation](#asynchronous-schema-compilation). + + +##### .validate(Object schema|String key|String ref, data) -> Boolean + +Validate data using passed schema (it will be compiled and cached). + +Instead of the schema you can use the key that was previously passed to `addSchema`, the schema id if it was present in the schema or any previously resolved reference. + +Validation errors will be available in the `errors` property of Ajv instance (`null` if there were no errors). + +__Please note__: every time this method is called the errors are overwritten so you need to copy them to another variable if you want to use them later. + +If the schema is asynchronous (has `$async` keyword on the top level) this method returns a Promise. See [Asynchronous validation](#asynchronous-validation). + + +##### .addSchema(Array<Object>|Object schema [, String key]) -> Ajv + +Add schema(s) to validator instance. This method does not compile schemas (but it still validates them). Because of that dependencies can be added in any order and circular dependencies are supported. It also prevents unnecessary compilation of schemas that are containers for other schemas but not used as a whole. + +Array of schemas can be passed (schemas should have ids), the second parameter will be ignored. + +Key can be passed that can be used to reference the schema and will be used as the schema id if there is no id inside the schema. If the key is not passed, the schema id will be used as the key. + + +Once the schema is added, it (and all the references inside it) can be referenced in other schemas and used to validate data. + +Although `addSchema` does not compile schemas, explicit compilation is not required - the schema will be compiled when it is used first time. + +By default the schema is validated against meta-schema before it is added, and if the schema does not pass validation the exception is thrown. This behaviour is controlled by `validateSchema` option. + +__Please note__: Ajv uses the [method chaining syntax](https://en.wikipedia.org/wiki/Method_chaining) for all methods with the prefix `add*` and `remove*`. +This allows you to do nice things like the following. + +```javascript +var validate = new Ajv().addSchema(schema).addFormat(name, regex).getSchema(uri); +``` + +##### .addMetaSchema(Array<Object>|Object schema [, String key]) -> Ajv + +Adds meta schema(s) that can be used to validate other schemas. That function should be used instead of `addSchema` because there may be instance options that would compile a meta schema incorrectly (at the moment it is `removeAdditional` option). + +There is no need to explicitly add draft-07 meta schema (http://json-schema.org/draft-07/schema) - it is added by default, unless option `meta` is set to `false`. You only need to use it if you have a changed meta-schema that you want to use to validate your schemas. See `validateSchema`. + + +##### .validateSchema(Object schema) -> Boolean + +Validates schema. This method should be used to validate schemas rather than `validate` due to the inconsistency of `uri` format in JSON Schema standard. + +By default this method is called automatically when the schema is added, so you rarely need to use it directly. + +If schema doesn't have `$schema` property, it is validated against draft 6 meta-schema (option `meta` should not be false). + +If schema has `$schema` property, then the schema with this id (that should be previously added) is used to validate passed schema. + +Errors will be available at `ajv.errors`. + + +##### .getSchema(String key) -> Function<Object data> + +Retrieve compiled schema previously added with `addSchema` by the key passed to `addSchema` or by its full reference (id). The returned validating function has `schema` property with the reference to the original schema. + + +##### .removeSchema([Object schema|String key|String ref|RegExp pattern]) -> Ajv + +Remove added/cached schema. Even if schema is referenced by other schemas it can be safely removed as dependent schemas have local references. + +Schema can be removed using: +- key passed to `addSchema` +- it's full reference (id) +- RegExp that should match schema id or key (meta-schemas won't be removed) +- actual schema object that will be stable-stringified to remove schema from cache + +If no parameter is passed all schemas but meta-schemas will be removed and the cache will be cleared. + + +##### .addFormat(String name, String|RegExp|Function|Object format) -> Ajv + +Add custom format to validate strings or numbers. It can also be used to replace pre-defined formats for Ajv instance. + +Strings are converted to RegExp. + +Function should return validation result as `true` or `false`. + +If object is passed it should have properties `validate`, `compare` and `async`: + +- _validate_: a string, RegExp or a function as described above. +- _compare_: an optional comparison function that accepts two strings and compares them according to the format meaning. This function is used with keywords `formatMaximum`/`formatMinimum` (defined in [ajv-keywords](https://github.com/ajv-validator/ajv-keywords) package). It should return `1` if the first value is bigger than the second value, `-1` if it is smaller and `0` if it is equal. +- _async_: an optional `true` value if `validate` is an asynchronous function; in this case it should return a promise that resolves with a value `true` or `false`. +- _type_: an optional type of data that the format applies to. It can be `"string"` (default) or `"number"` (see https://github.com/ajv-validator/ajv/issues/291#issuecomment-259923858). If the type of data is different, the validation will pass. + +Custom formats can be also added via `formats` option. + + +##### .addKeyword(String keyword, Object definition) -> Ajv + +Add custom validation keyword to Ajv instance. + +Keyword should be different from all standard JSON Schema keywords and different from previously defined keywords. There is no way to redefine keywords or to remove keyword definition from the instance. + +Keyword must start with a letter, `_` or `$`, and may continue with letters, numbers, `_`, `$`, or `-`. +It is recommended to use an application-specific prefix for keywords to avoid current and future name collisions. + +Example Keywords: +- `"xyz-example"`: valid, and uses prefix for the xyz project to avoid name collisions. +- `"example"`: valid, but not recommended as it could collide with future versions of JSON Schema etc. +- `"3-example"`: invalid as numbers are not allowed to be the first character in a keyword + +Keyword definition is an object with the following properties: + +- _type_: optional string or array of strings with data type(s) that the keyword applies to. If not present, the keyword will apply to all types. +- _validate_: validating function +- _compile_: compiling function +- _macro_: macro function +- _inline_: compiling function that returns code (as string) +- _schema_: an optional `false` value used with "validate" keyword to not pass schema +- _metaSchema_: an optional meta-schema for keyword schema +- _dependencies_: an optional list of properties that must be present in the parent schema - it will be checked during schema compilation +- _modifying_: `true` MUST be passed if keyword modifies data +- _statements_: `true` can be passed in case inline keyword generates statements (as opposed to expression) +- _valid_: pass `true`/`false` to pre-define validation result, the result returned from validation function will be ignored. This option cannot be used with macro keywords. +- _$data_: an optional `true` value to support [$data reference](#data-reference) as the value of custom keyword. The reference will be resolved at validation time. If the keyword has meta-schema it would be extended to allow $data and it will be used to validate the resolved value. Supporting $data reference requires that keyword has validating function (as the only option or in addition to compile, macro or inline function). +- _async_: an optional `true` value if the validation function is asynchronous (whether it is compiled or passed in _validate_ property); in this case it should return a promise that resolves with a value `true` or `false`. This option is ignored in case of "macro" and "inline" keywords. +- _errors_: an optional boolean or string `"full"` indicating whether keyword returns errors. If this property is not set Ajv will determine if the errors were set in case of failed validation. + +_compile_, _macro_ and _inline_ are mutually exclusive, only one should be used at a time. _validate_ can be used separately or in addition to them to support $data reference. + +__Please note__: If the keyword is validating data type that is different from the type(s) in its definition, the validation function will not be called (and expanded macro will not be used), so there is no need to check for data type inside validation function or inside schema returned by macro function (unless you want to enforce a specific type and for some reason do not want to use a separate `type` keyword for that). In the same way as standard keywords work, if the keyword does not apply to the data type being validated, the validation of this keyword will succeed. + +See [Defining custom keywords](#defining-custom-keywords) for more details. + + +##### .getKeyword(String keyword) -> Object|Boolean + +Returns custom keyword definition, `true` for pre-defined keywords and `false` if the keyword is unknown. + + +##### .removeKeyword(String keyword) -> Ajv + +Removes custom or pre-defined keyword so you can redefine them. + +While this method can be used to extend pre-defined keywords, it can also be used to completely change their meaning - it may lead to unexpected results. + +__Please note__: schemas compiled before the keyword is removed will continue to work without changes. To recompile schemas use `removeSchema` method and compile them again. + + +##### .errorsText([Array<Object> errors [, Object options]]) -> String + +Returns the text with all errors in a String. + +Options can have properties `separator` (string used to separate errors, ", " by default) and `dataVar` (the variable name that dataPaths are prefixed with, "data" by default). + + +## Options + +Defaults: + +```javascript +{ + // validation and reporting options: + $data: false, + allErrors: false, + verbose: false, + $comment: false, // NEW in Ajv version 6.0 + jsonPointers: false, + uniqueItems: true, + unicode: true, + nullable: false, + format: 'fast', + formats: {}, + unknownFormats: true, + schemas: {}, + logger: undefined, + // referenced schema options: + schemaId: '$id', + missingRefs: true, + extendRefs: 'ignore', // recommended 'fail' + loadSchema: undefined, // function(uri: string): Promise {} + // options to modify validated data: + removeAdditional: false, + useDefaults: false, + coerceTypes: false, + // strict mode options + strictDefaults: false, + strictKeywords: false, + strictNumbers: false, + // asynchronous validation options: + transpile: undefined, // requires ajv-async package + // advanced options: + meta: true, + validateSchema: true, + addUsedSchema: true, + inlineRefs: true, + passContext: false, + loopRequired: Infinity, + ownProperties: false, + multipleOfPrecision: false, + errorDataPath: 'object', // deprecated + messages: true, + sourceCode: false, + processCode: undefined, // function (str: string, schema: object): string {} + cache: new Cache, + serialize: undefined +} +``` + +##### Validation and reporting options + +- _$data_: support [$data references](#data-reference). Draft 6 meta-schema that is added by default will be extended to allow them. If you want to use another meta-schema you need to use $dataMetaSchema method to add support for $data reference. See [API](#api). +- _allErrors_: check all rules collecting all errors. Default is to return after the first error. +- _verbose_: include the reference to the part of the schema (`schema` and `parentSchema`) and validated data in errors (false by default). +- _$comment_ (NEW in Ajv version 6.0): log or pass the value of `$comment` keyword to a function. Option values: + - `false` (default): ignore $comment keyword. + - `true`: log the keyword value to console. + - function: pass the keyword value, its schema path and root schema to the specified function +- _jsonPointers_: set `dataPath` property of errors using [JSON Pointers](https://tools.ietf.org/html/rfc6901) instead of JavaScript property access notation. +- _uniqueItems_: validate `uniqueItems` keyword (true by default). +- _unicode_: calculate correct length of strings with unicode pairs (true by default). Pass `false` to use `.length` of strings that is faster, but gives "incorrect" lengths of strings with unicode pairs - each unicode pair is counted as two characters. +- _nullable_: support keyword "nullable" from [Open API 3 specification](https://swagger.io/docs/specification/data-models/data-types/). +- _format_: formats validation mode. Option values: + - `"fast"` (default) - simplified and fast validation (see [Formats](#formats) for details of which formats are available and affected by this option). + - `"full"` - more restrictive and slow validation. E.g., 25:00:00 and 2015/14/33 will be invalid time and date in 'full' mode but it will be valid in 'fast' mode. + - `false` - ignore all format keywords. +- _formats_: an object with custom formats. Keys and values will be passed to `addFormat` method. +- _keywords_: an object with custom keywords. Keys and values will be passed to `addKeyword` method. +- _unknownFormats_: handling of unknown formats. Option values: + - `true` (default) - if an unknown format is encountered the exception is thrown during schema compilation. If `format` keyword value is [$data reference](#data-reference) and it is unknown the validation will fail. + - `[String]` - an array of unknown format names that will be ignored. This option can be used to allow usage of third party schemas with format(s) for which you don't have definitions, but still fail if another unknown format is used. If `format` keyword value is [$data reference](#data-reference) and it is not in this array the validation will fail. + - `"ignore"` - to log warning during schema compilation and always pass validation (the default behaviour in versions before 5.0.0). This option is not recommended, as it allows to mistype format name and it won't be validated without any error message. This behaviour is required by JSON Schema specification. +- _schemas_: an array or object of schemas that will be added to the instance. In case you pass the array the schemas must have IDs in them. When the object is passed the method `addSchema(value, key)` will be called for each schema in this object. +- _logger_: sets the logging method. Default is the global `console` object that should have methods `log`, `warn` and `error`. See [Error logging](#error-logging). Option values: + - custom logger - it should have methods `log`, `warn` and `error`. If any of these methods is missing an exception will be thrown. + - `false` - logging is disabled. + + +##### Referenced schema options + +- _schemaId_: this option defines which keywords are used as schema URI. Option value: + - `"$id"` (default) - only use `$id` keyword as schema URI (as specified in JSON Schema draft-06/07), ignore `id` keyword (if it is present a warning will be logged). + - `"id"` - only use `id` keyword as schema URI (as specified in JSON Schema draft-04), ignore `$id` keyword (if it is present a warning will be logged). + - `"auto"` - use both `$id` and `id` keywords as schema URI. If both are present (in the same schema object) and different the exception will be thrown during schema compilation. +- _missingRefs_: handling of missing referenced schemas. Option values: + - `true` (default) - if the reference cannot be resolved during compilation the exception is thrown. The thrown error has properties `missingRef` (with hash fragment) and `missingSchema` (without it). Both properties are resolved relative to the current base id (usually schema id, unless it was substituted). + - `"ignore"` - to log error during compilation and always pass validation. + - `"fail"` - to log error and successfully compile schema but fail validation if this rule is checked. +- _extendRefs_: validation of other keywords when `$ref` is present in the schema. Option values: + - `"ignore"` (default) - when `$ref` is used other keywords are ignored (as per [JSON Reference](https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03#section-3) standard). A warning will be logged during the schema compilation. + - `"fail"` (recommended) - if other validation keywords are used together with `$ref` the exception will be thrown when the schema is compiled. This option is recommended to make sure schema has no keywords that are ignored, which can be confusing. + - `true` - validate all keywords in the schemas with `$ref` (the default behaviour in versions before 5.0.0). +- _loadSchema_: asynchronous function that will be used to load remote schemas when `compileAsync` [method](#api-compileAsync) is used and some reference is missing (option `missingRefs` should NOT be 'fail' or 'ignore'). This function should accept remote schema uri as a parameter and return a Promise that resolves to a schema. See example in [Asynchronous compilation](#asynchronous-schema-compilation). + + +##### Options to modify validated data + +- _removeAdditional_: remove additional properties - see example in [Filtering data](#filtering-data). This option is not used if schema is added with `addMetaSchema` method. Option values: + - `false` (default) - not to remove additional properties + - `"all"` - all additional properties are removed, regardless of `additionalProperties` keyword in schema (and no validation is made for them). + - `true` - only additional properties with `additionalProperties` keyword equal to `false` are removed. + - `"failing"` - additional properties that fail schema validation will be removed (where `additionalProperties` keyword is `false` or schema). +- _useDefaults_: replace missing or undefined properties and items with the values from corresponding `default` keywords. Default behaviour is to ignore `default` keywords. This option is not used if schema is added with `addMetaSchema` method. See examples in [Assigning defaults](#assigning-defaults). Option values: + - `false` (default) - do not use defaults + - `true` - insert defaults by value (object literal is used). + - `"empty"` - in addition to missing or undefined, use defaults for properties and items that are equal to `null` or `""` (an empty string). + - `"shared"` (deprecated) - insert defaults by reference. If the default is an object, it will be shared by all instances of validated data. If you modify the inserted default in the validated data, it will be modified in the schema as well. +- _coerceTypes_: change data type of data to match `type` keyword. See the example in [Coercing data types](#coercing-data-types) and [coercion rules](https://github.com/ajv-validator/ajv/blob/master/COERCION.md). Option values: + - `false` (default) - no type coercion. + - `true` - coerce scalar data types. + - `"array"` - in addition to coercions between scalar types, coerce scalar data to an array with one element and vice versa (as required by the schema). + + +##### Strict mode options + +- _strictDefaults_: report ignored `default` keywords in schemas. Option values: + - `false` (default) - ignored defaults are not reported + - `true` - if an ignored default is present, throw an error + - `"log"` - if an ignored default is present, log warning +- _strictKeywords_: report unknown keywords in schemas. Option values: + - `false` (default) - unknown keywords are not reported + - `true` - if an unknown keyword is present, throw an error + - `"log"` - if an unknown keyword is present, log warning +- _strictNumbers_: validate numbers strictly, failing validation for NaN and Infinity. Option values: + - `false` (default) - NaN or Infinity will pass validation for numeric types + - `true` - NaN or Infinity will not pass validation for numeric types + +##### Asynchronous validation options + +- _transpile_: Requires [ajv-async](https://github.com/ajv-validator/ajv-async) package. It determines whether Ajv transpiles compiled asynchronous validation function. Option values: + - `undefined` (default) - transpile with [nodent](https://github.com/MatAtBread/nodent) if async functions are not supported. + - `true` - always transpile with nodent. + - `false` - do not transpile; if async functions are not supported an exception will be thrown. + + +##### Advanced options + +- _meta_: add [meta-schema](http://json-schema.org/documentation.html) so it can be used by other schemas (true by default). If an object is passed, it will be used as the default meta-schema for schemas that have no `$schema` keyword. This default meta-schema MUST have `$schema` keyword. +- _validateSchema_: validate added/compiled schemas against meta-schema (true by default). `$schema` property in the schema can be http://json-schema.org/draft-07/schema or absent (draft-07 meta-schema will be used) or can be a reference to the schema previously added with `addMetaSchema` method. Option values: + - `true` (default) - if the validation fails, throw the exception. + - `"log"` - if the validation fails, log error. + - `false` - skip schema validation. +- _addUsedSchema_: by default methods `compile` and `validate` add schemas to the instance if they have `$id` (or `id`) property that doesn't start with "#". If `$id` is present and it is not unique the exception will be thrown. Set this option to `false` to skip adding schemas to the instance and the `$id` uniqueness check when these methods are used. This option does not affect `addSchema` method. +- _inlineRefs_: Affects compilation of referenced schemas. Option values: + - `true` (default) - the referenced schemas that don't have refs in them are inlined, regardless of their size - that substantially improves performance at the cost of the bigger size of compiled schema functions. + - `false` - to not inline referenced schemas (they will be compiled as separate functions). + - integer number - to limit the maximum number of keywords of the schema that will be inlined. +- _passContext_: pass validation context to custom keyword functions. If this option is `true` and you pass some context to the compiled validation function with `validate.call(context, data)`, the `context` will be available as `this` in your custom keywords. By default `this` is Ajv instance. +- _loopRequired_: by default `required` keyword is compiled into a single expression (or a sequence of statements in `allErrors` mode). In case of a very large number of properties in this keyword it may result in a very big validation function. Pass integer to set the number of properties above which `required` keyword will be validated in a loop - smaller validation function size but also worse performance. +- _ownProperties_: by default Ajv iterates over all enumerable object properties; when this option is `true` only own enumerable object properties (i.e. found directly on the object rather than on its prototype) are iterated. Contributed by @mbroadst. +- _multipleOfPrecision_: by default `multipleOf` keyword is validated by comparing the result of division with parseInt() of that result. It works for dividers that are bigger than 1. For small dividers such as 0.01 the result of the division is usually not integer (even when it should be integer, see issue [#84](https://github.com/ajv-validator/ajv/issues/84)). If you need to use fractional dividers set this option to some positive integer N to have `multipleOf` validated using this formula: `Math.abs(Math.round(division) - division) < 1e-N` (it is slower but allows for float arithmetics deviations). +- _errorDataPath_ (deprecated): set `dataPath` to point to 'object' (default) or to 'property' when validating keywords `required`, `additionalProperties` and `dependencies`. +- _messages_: Include human-readable messages in errors. `true` by default. `false` can be passed when custom messages are used (e.g. with [ajv-i18n](https://github.com/ajv-validator/ajv-i18n)). +- _sourceCode_: add `sourceCode` property to validating function (for debugging; this code can be different from the result of toString call). +- _processCode_: an optional function to process generated code before it is passed to Function constructor. It can be used to either beautify (the validating function is generated without line-breaks) or to transpile code. Starting from version 5.0.0 this option replaced options: + - `beautify` that formatted the generated function using [js-beautify](https://github.com/beautify-web/js-beautify). If you want to beautify the generated code pass a function calling `require('js-beautify').js_beautify` as `processCode: code => js_beautify(code)`. + - `transpile` that transpiled asynchronous validation function. You can still use `transpile` option with [ajv-async](https://github.com/ajv-validator/ajv-async) package. See [Asynchronous validation](#asynchronous-validation) for more information. +- _cache_: an optional instance of cache to store compiled schemas using stable-stringified schema as a key. For example, set-associative cache [sacjs](https://github.com/epoberezkin/sacjs) can be used. If not passed then a simple hash is used which is good enough for the common use case (a limited number of statically defined schemas). Cache should have methods `put(key, value)`, `get(key)`, `del(key)` and `clear()`. +- _serialize_: an optional function to serialize schema to cache key. Pass `false` to use schema itself as a key (e.g., if WeakMap used as a cache). By default [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify) is used. + + +## Validation errors + +In case of validation failure, Ajv assigns the array of errors to `errors` property of validation function (or to `errors` property of Ajv instance when `validate` or `validateSchema` methods were called). In case of [asynchronous validation](#asynchronous-validation), the returned promise is rejected with exception `Ajv.ValidationError` that has `errors` property. + + +### Error objects + +Each error is an object with the following properties: + +- _keyword_: validation keyword. +- _dataPath_: the path to the part of the data that was validated. By default `dataPath` uses JavaScript property access notation (e.g., `".prop[1].subProp"`). When the option `jsonPointers` is true (see [Options](#options)) `dataPath` will be set using JSON pointer standard (e.g., `"/prop/1/subProp"`). +- _schemaPath_: the path (JSON-pointer as a URI fragment) to the schema of the keyword that failed validation. +- _params_: the object with the additional information about error that can be used to create custom error messages (e.g., using [ajv-i18n](https://github.com/ajv-validator/ajv-i18n) package). See below for parameters set by all keywords. +- _message_: the standard error message (can be excluded with option `messages` set to false). +- _schema_: the schema of the keyword (added with `verbose` option). +- _parentSchema_: the schema containing the keyword (added with `verbose` option) +- _data_: the data validated by the keyword (added with `verbose` option). + +__Please note__: `propertyNames` keyword schema validation errors have an additional property `propertyName`, `dataPath` points to the object. After schema validation for each property name, if it is invalid an additional error is added with the property `keyword` equal to `"propertyNames"`. + + +### Error parameters + +Properties of `params` object in errors depend on the keyword that failed validation. + +- `maxItems`, `minItems`, `maxLength`, `minLength`, `maxProperties`, `minProperties` - property `limit` (number, the schema of the keyword). +- `additionalItems` - property `limit` (the maximum number of allowed items in case when `items` keyword is an array of schemas and `additionalItems` is false). +- `additionalProperties` - property `additionalProperty` (the property not used in `properties` and `patternProperties` keywords). +- `dependencies` - properties: + - `property` (dependent property), + - `missingProperty` (required missing dependency - only the first one is reported currently) + - `deps` (required dependencies, comma separated list as a string), + - `depsCount` (the number of required dependencies). +- `format` - property `format` (the schema of the keyword). +- `maximum`, `minimum` - properties: + - `limit` (number, the schema of the keyword), + - `exclusive` (boolean, the schema of `exclusiveMaximum` or `exclusiveMinimum`), + - `comparison` (string, comparison operation to compare the data to the limit, with the data on the left and the limit on the right; can be "<", "<=", ">", ">=") +- `multipleOf` - property `multipleOf` (the schema of the keyword) +- `pattern` - property `pattern` (the schema of the keyword) +- `required` - property `missingProperty` (required property that is missing). +- `propertyNames` - property `propertyName` (an invalid property name). +- `patternRequired` (in ajv-keywords) - property `missingPattern` (required pattern that did not match any property). +- `type` - property `type` (required type(s), a string, can be a comma-separated list) +- `uniqueItems` - properties `i` and `j` (indices of duplicate items). +- `const` - property `allowedValue` pointing to the value (the schema of the keyword). +- `enum` - property `allowedValues` pointing to the array of values (the schema of the keyword). +- `$ref` - property `ref` with the referenced schema URI. +- `oneOf` - property `passingSchemas` (array of indices of passing schemas, null if no schema passes). +- custom keywords (in case keyword definition doesn't create errors) - property `keyword` (the keyword name). + + +### Error logging + +Using the `logger` option when initiallizing Ajv will allow you to define custom logging. Here you can build upon the exisiting logging. The use of other logging packages is supported as long as the package or its associated wrapper exposes the required methods. If any of the required methods are missing an exception will be thrown. +- **Required Methods**: `log`, `warn`, `error` + +```javascript +var otherLogger = new OtherLogger(); +var ajv = new Ajv({ + logger: { + log: console.log.bind(console), + warn: function warn() { + otherLogger.logWarn.apply(otherLogger, arguments); + }, + error: function error() { + otherLogger.logError.apply(otherLogger, arguments); + console.error.apply(console, arguments); + } + } +}); +``` + + +## Plugins + +Ajv can be extended with plugins that add custom keywords, formats or functions to process generated code. When such plugin is published as npm package it is recommended that it follows these conventions: + +- it exports a function +- this function accepts ajv instance as the first parameter and returns the same instance to allow chaining +- this function can accept an optional configuration as the second parameter + +If you have published a useful plugin please submit a PR to add it to the next section. + + +## Related packages + +- [ajv-async](https://github.com/ajv-validator/ajv-async) - plugin to configure async validation mode +- [ajv-bsontype](https://github.com/BoLaMN/ajv-bsontype) - plugin to validate mongodb's bsonType formats +- [ajv-cli](https://github.com/jessedc/ajv-cli) - command line interface +- [ajv-errors](https://github.com/ajv-validator/ajv-errors) - plugin for custom error messages +- [ajv-i18n](https://github.com/ajv-validator/ajv-i18n) - internationalised error messages +- [ajv-istanbul](https://github.com/ajv-validator/ajv-istanbul) - plugin to instrument generated validation code to measure test coverage of your schemas +- [ajv-keywords](https://github.com/ajv-validator/ajv-keywords) - plugin with custom validation keywords (select, typeof, etc.) +- [ajv-merge-patch](https://github.com/ajv-validator/ajv-merge-patch) - plugin with keywords $merge and $patch +- [ajv-pack](https://github.com/ajv-validator/ajv-pack) - produces a compact module exporting validation functions +- [ajv-formats-draft2019](https://github.com/luzlab/ajv-formats-draft2019) - format validators for draft2019 that aren't already included in ajv (ie. `idn-hostname`, `idn-email`, `iri`, `iri-reference` and `duration`). + +## Some packages using Ajv + +- [webpack](https://github.com/webpack/webpack) - a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser +- [jsonscript-js](https://github.com/JSONScript/jsonscript-js) - the interpreter for [JSONScript](http://www.jsonscript.org) - scripted processing of existing endpoints and services +- [osprey-method-handler](https://github.com/mulesoft-labs/osprey-method-handler) - Express middleware for validating requests and responses based on a RAML method object, used in [osprey](https://github.com/mulesoft/osprey) - validating API proxy generated from a RAML definition +- [har-validator](https://github.com/ahmadnassri/har-validator) - HTTP Archive (HAR) validator +- [jsoneditor](https://github.com/josdejong/jsoneditor) - a web-based tool to view, edit, format, and validate JSON http://jsoneditoronline.org +- [JSON Schema Lint](https://github.com/nickcmaynard/jsonschemalint) - a web tool to validate JSON/YAML document against a single JSON Schema http://jsonschemalint.com +- [objection](https://github.com/vincit/objection.js) - SQL-friendly ORM for Node.js +- [table](https://github.com/gajus/table) - formats data into a string table +- [ripple-lib](https://github.com/ripple/ripple-lib) - a JavaScript API for interacting with [Ripple](https://ripple.com) in Node.js and the browser +- [restbase](https://github.com/wikimedia/restbase) - distributed storage with REST API & dispatcher for backend services built to provide a low-latency & high-throughput API for Wikipedia / Wikimedia content +- [hippie-swagger](https://github.com/CacheControl/hippie-swagger) - [Hippie](https://github.com/vesln/hippie) wrapper that provides end to end API testing with swagger validation +- [react-form-controlled](https://github.com/seeden/react-form-controlled) - React controlled form components with validation +- [rabbitmq-schema](https://github.com/tjmehta/rabbitmq-schema) - a schema definition module for RabbitMQ graphs and messages +- [@query/schema](https://www.npmjs.com/package/@query/schema) - stream filtering with a URI-safe query syntax parsing to JSON Schema +- [chai-ajv-json-schema](https://github.com/peon374/chai-ajv-json-schema) - chai plugin to us JSON Schema with expect in mocha tests +- [grunt-jsonschema-ajv](https://github.com/SignpostMarv/grunt-jsonschema-ajv) - Grunt plugin for validating files against JSON Schema +- [extract-text-webpack-plugin](https://github.com/webpack-contrib/extract-text-webpack-plugin) - extract text from bundle into a file +- [electron-builder](https://github.com/electron-userland/electron-builder) - a solution to package and build a ready for distribution Electron app +- [addons-linter](https://github.com/mozilla/addons-linter) - Mozilla Add-ons Linter +- [gh-pages-generator](https://github.com/epoberezkin/gh-pages-generator) - multi-page site generator converting markdown files to GitHub pages +- [ESLint](https://github.com/eslint/eslint) - the pluggable linting utility for JavaScript and JSX + + +## Tests + +``` +npm install +git submodule update --init +npm test +``` + +## Contributing + +All validation functions are generated using doT templates in [dot](https://github.com/ajv-validator/ajv/tree/master/lib/dot) folder. Templates are precompiled so doT is not a run-time dependency. + +`npm run build` - compiles templates to [dotjs](https://github.com/ajv-validator/ajv/tree/master/lib/dotjs) folder. + +`npm run watch` - automatically compiles templates when files in dot folder change + +Please see [Contributing guidelines](https://github.com/ajv-validator/ajv/blob/master/CONTRIBUTING.md) + + +## Changes history + +See https://github.com/ajv-validator/ajv/releases + +__Please note__: [Changes in version 7.0.0-beta](https://github.com/ajv-validator/ajv/releases/tag/v7.0.0-beta.0) + +[Version 6.0.0](https://github.com/ajv-validator/ajv/releases/tag/v6.0.0). + +## Code of conduct + +Please review and follow the [Code of conduct](https://github.com/ajv-validator/ajv/blob/master/CODE_OF_CONDUCT.md). + +Please report any unacceptable behaviour to ajv.validator@gmail.com - it will be reviewed by the project team. + + +## Open-source software support + +Ajv is a part of [Tidelift subscription](https://tidelift.com/subscription/pkg/npm-ajv?utm_source=npm-ajv&utm_medium=referral&utm_campaign=readme) - it provides a centralised support to open-source software users, in addition to the support provided by software maintainers. + + +## License + +[MIT](https://github.com/ajv-validator/ajv/blob/master/LICENSE) diff --git a/node_modules/ajv/dist/ajv.bundle.js b/node_modules/ajv/dist/ajv.bundle.js new file mode 100644 index 0000000..e4d9d15 --- /dev/null +++ b/node_modules/ajv/dist/ajv.bundle.js @@ -0,0 +1,7189 @@ +(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Ajv = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i; +// For the source: https://gist.github.com/dperini/729294 +// For test cases: https://mathiasbynens.be/demo/url-regex +// @todo Delete current URL in favour of the commented out URL rule when this issue is fixed https://github.com/eslint/eslint/issues/7983. +// var URL = /^(?:(?:https?|ftp):\/\/)(?:\S+(?::\S*)?@)?(?:(?!10(?:\.\d{1,3}){3})(?!127(?:\.\d{1,3}){3})(?!169\.254(?:\.\d{1,3}){2})(?!192\.168(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u{00a1}-\u{ffff}0-9]+-)*[a-z\u{00a1}-\u{ffff}0-9]+)(?:\.(?:[a-z\u{00a1}-\u{ffff}0-9]+-)*[a-z\u{00a1}-\u{ffff}0-9]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu; +var URL = /^(?:(?:http[s\u017F]?|ftp):\/\/)(?:(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+(?::(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?@)?(?:(?!10(?:\.[0-9]{1,3}){3})(?!127(?:\.[0-9]{1,3}){3})(?!169\.254(?:\.[0-9]{1,3}){2})(?!192\.168(?:\.[0-9]{1,3}){2})(?!172\.(?:1[6-9]|2[0-9]|3[01])(?:\.[0-9]{1,3}){2})(?:[1-9][0-9]?|1[0-9][0-9]|2[01][0-9]|22[0-3])(?:\.(?:1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])){2}(?:\.(?:[1-9][0-9]?|1[0-9][0-9]|2[0-4][0-9]|25[0-4]))|(?:(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)(?:\.(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)*(?:\.(?:(?:[a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]){2,})))(?::[0-9]{2,5})?(?:\/(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?$/i; +var UUID = /^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i; +var JSON_POINTER = /^(?:\/(?:[^~/]|~0|~1)*)*$/; +var JSON_POINTER_URI_FRAGMENT = /^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i; +var RELATIVE_JSON_POINTER = /^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/; + + +module.exports = formats; + +function formats(mode) { + mode = mode == 'full' ? 'full' : 'fast'; + return util.copy(formats[mode]); +} + + +formats.fast = { + // date: http://tools.ietf.org/html/rfc3339#section-5.6 + date: /^\d\d\d\d-[0-1]\d-[0-3]\d$/, + // date-time: http://tools.ietf.org/html/rfc3339#section-5.6 + time: /^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i, + 'date-time': /^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i, + // uri: https://github.com/mafintosh/is-my-json-valid/blob/master/formats.js + uri: /^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i, + 'uri-reference': /^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i, + 'uri-template': URITEMPLATE, + url: URL, + // email (sources from jsen validator): + // http://stackoverflow.com/questions/201323/using-a-regular-expression-to-validate-an-email-address#answer-8829363 + // http://www.w3.org/TR/html5/forms.html#valid-e-mail-address (search for 'willful violation') + email: /^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i, + hostname: HOSTNAME, + // optimized https://www.safaribooksonline.com/library/view/regular-expressions-cookbook/9780596802837/ch07s16.html + ipv4: /^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/, + // optimized http://stackoverflow.com/questions/53497/regular-expression-that-matches-valid-ipv6-addresses + ipv6: /^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i, + regex: regex, + // uuid: http://tools.ietf.org/html/rfc4122 + uuid: UUID, + // JSON-pointer: https://tools.ietf.org/html/rfc6901 + // uri fragment: https://tools.ietf.org/html/rfc3986#appendix-A + 'json-pointer': JSON_POINTER, + 'json-pointer-uri-fragment': JSON_POINTER_URI_FRAGMENT, + // relative JSON-pointer: http://tools.ietf.org/html/draft-luff-relative-json-pointer-00 + 'relative-json-pointer': RELATIVE_JSON_POINTER +}; + + +formats.full = { + date: date, + time: time, + 'date-time': date_time, + uri: uri, + 'uri-reference': URIREF, + 'uri-template': URITEMPLATE, + url: URL, + email: /^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i, + hostname: HOSTNAME, + ipv4: /^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/, + ipv6: /^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i, + regex: regex, + uuid: UUID, + 'json-pointer': JSON_POINTER, + 'json-pointer-uri-fragment': JSON_POINTER_URI_FRAGMENT, + 'relative-json-pointer': RELATIVE_JSON_POINTER +}; + + +function isLeapYear(year) { + // https://tools.ietf.org/html/rfc3339#appendix-C + return year % 4 === 0 && (year % 100 !== 0 || year % 400 === 0); +} + + +function date(str) { + // full-date from http://tools.ietf.org/html/rfc3339#section-5.6 + var matches = str.match(DATE); + if (!matches) return false; + + var year = +matches[1]; + var month = +matches[2]; + var day = +matches[3]; + + return month >= 1 && month <= 12 && day >= 1 && + day <= (month == 2 && isLeapYear(year) ? 29 : DAYS[month]); +} + + +function time(str, full) { + var matches = str.match(TIME); + if (!matches) return false; + + var hour = matches[1]; + var minute = matches[2]; + var second = matches[3]; + var timeZone = matches[5]; + return ((hour <= 23 && minute <= 59 && second <= 59) || + (hour == 23 && minute == 59 && second == 60)) && + (!full || timeZone); +} + + +var DATE_TIME_SEPARATOR = /t|\s/i; +function date_time(str) { + // http://tools.ietf.org/html/rfc3339#section-5.6 + var dateTime = str.split(DATE_TIME_SEPARATOR); + return dateTime.length == 2 && date(dateTime[0]) && time(dateTime[1], true); +} + + +var NOT_URI_FRAGMENT = /\/|:/; +function uri(str) { + // http://jmrware.com/articles/2009/uri_regexp/URI_regex.html + optional protocol + required "." + return NOT_URI_FRAGMENT.test(str) && URI.test(str); +} + + +var Z_ANCHOR = /[^\\]\\Z/; +function regex(str) { + if (Z_ANCHOR.test(str)) return false; + try { + new RegExp(str); + return true; + } catch(e) { + return false; + } +} + +},{"./util":10}],5:[function(require,module,exports){ +'use strict'; + +var resolve = require('./resolve') + , util = require('./util') + , errorClasses = require('./error_classes') + , stableStringify = require('fast-json-stable-stringify'); + +var validateGenerator = require('../dotjs/validate'); + +/** + * Functions below are used inside compiled validations function + */ + +var ucs2length = util.ucs2length; +var equal = require('fast-deep-equal'); + +// this error is thrown by async schemas to return validation errors via exception +var ValidationError = errorClasses.Validation; + +module.exports = compile; + + +/** + * Compiles schema to validation function + * @this Ajv + * @param {Object} schema schema object + * @param {Object} root object with information about the root schema for this schema + * @param {Object} localRefs the hash of local references inside the schema (created by resolve.id), used for inline resolution + * @param {String} baseId base ID for IDs in the schema + * @return {Function} validation function + */ +function compile(schema, root, localRefs, baseId) { + /* jshint validthis: true, evil: true */ + /* eslint no-shadow: 0 */ + var self = this + , opts = this._opts + , refVal = [ undefined ] + , refs = {} + , patterns = [] + , patternsHash = {} + , defaults = [] + , defaultsHash = {} + , customRules = []; + + root = root || { schema: schema, refVal: refVal, refs: refs }; + + var c = checkCompiling.call(this, schema, root, baseId); + var compilation = this._compilations[c.index]; + if (c.compiling) return (compilation.callValidate = callValidate); + + var formats = this._formats; + var RULES = this.RULES; + + try { + var v = localCompile(schema, root, localRefs, baseId); + compilation.validate = v; + var cv = compilation.callValidate; + if (cv) { + cv.schema = v.schema; + cv.errors = null; + cv.refs = v.refs; + cv.refVal = v.refVal; + cv.root = v.root; + cv.$async = v.$async; + if (opts.sourceCode) cv.source = v.source; + } + return v; + } finally { + endCompiling.call(this, schema, root, baseId); + } + + /* @this {*} - custom context, see passContext option */ + function callValidate() { + /* jshint validthis: true */ + var validate = compilation.validate; + var result = validate.apply(this, arguments); + callValidate.errors = validate.errors; + return result; + } + + function localCompile(_schema, _root, localRefs, baseId) { + var isRoot = !_root || (_root && _root.schema == _schema); + if (_root.schema != root.schema) + return compile.call(self, _schema, _root, localRefs, baseId); + + var $async = _schema.$async === true; + + var sourceCode = validateGenerator({ + isTop: true, + schema: _schema, + isRoot: isRoot, + baseId: baseId, + root: _root, + schemaPath: '', + errSchemaPath: '#', + errorPath: '""', + MissingRefError: errorClasses.MissingRef, + RULES: RULES, + validate: validateGenerator, + util: util, + resolve: resolve, + resolveRef: resolveRef, + usePattern: usePattern, + useDefault: useDefault, + useCustomRule: useCustomRule, + opts: opts, + formats: formats, + logger: self.logger, + self: self + }); + + sourceCode = vars(refVal, refValCode) + vars(patterns, patternCode) + + vars(defaults, defaultCode) + vars(customRules, customRuleCode) + + sourceCode; + + if (opts.processCode) sourceCode = opts.processCode(sourceCode, _schema); + // console.log('\n\n\n *** \n', JSON.stringify(sourceCode)); + var validate; + try { + var makeValidate = new Function( + 'self', + 'RULES', + 'formats', + 'root', + 'refVal', + 'defaults', + 'customRules', + 'equal', + 'ucs2length', + 'ValidationError', + sourceCode + ); + + validate = makeValidate( + self, + RULES, + formats, + root, + refVal, + defaults, + customRules, + equal, + ucs2length, + ValidationError + ); + + refVal[0] = validate; + } catch(e) { + self.logger.error('Error compiling schema, function code:', sourceCode); + throw e; + } + + validate.schema = _schema; + validate.errors = null; + validate.refs = refs; + validate.refVal = refVal; + validate.root = isRoot ? validate : _root; + if ($async) validate.$async = true; + if (opts.sourceCode === true) { + validate.source = { + code: sourceCode, + patterns: patterns, + defaults: defaults + }; + } + + return validate; + } + + function resolveRef(baseId, ref, isRoot) { + ref = resolve.url(baseId, ref); + var refIndex = refs[ref]; + var _refVal, refCode; + if (refIndex !== undefined) { + _refVal = refVal[refIndex]; + refCode = 'refVal[' + refIndex + ']'; + return resolvedRef(_refVal, refCode); + } + if (!isRoot && root.refs) { + var rootRefId = root.refs[ref]; + if (rootRefId !== undefined) { + _refVal = root.refVal[rootRefId]; + refCode = addLocalRef(ref, _refVal); + return resolvedRef(_refVal, refCode); + } + } + + refCode = addLocalRef(ref); + var v = resolve.call(self, localCompile, root, ref); + if (v === undefined) { + var localSchema = localRefs && localRefs[ref]; + if (localSchema) { + v = resolve.inlineRef(localSchema, opts.inlineRefs) + ? localSchema + : compile.call(self, localSchema, root, localRefs, baseId); + } + } + + if (v === undefined) { + removeLocalRef(ref); + } else { + replaceLocalRef(ref, v); + return resolvedRef(v, refCode); + } + } + + function addLocalRef(ref, v) { + var refId = refVal.length; + refVal[refId] = v; + refs[ref] = refId; + return 'refVal' + refId; + } + + function removeLocalRef(ref) { + delete refs[ref]; + } + + function replaceLocalRef(ref, v) { + var refId = refs[ref]; + refVal[refId] = v; + } + + function resolvedRef(refVal, code) { + return typeof refVal == 'object' || typeof refVal == 'boolean' + ? { code: code, schema: refVal, inline: true } + : { code: code, $async: refVal && !!refVal.$async }; + } + + function usePattern(regexStr) { + var index = patternsHash[regexStr]; + if (index === undefined) { + index = patternsHash[regexStr] = patterns.length; + patterns[index] = regexStr; + } + return 'pattern' + index; + } + + function useDefault(value) { + switch (typeof value) { + case 'boolean': + case 'number': + return '' + value; + case 'string': + return util.toQuotedString(value); + case 'object': + if (value === null) return 'null'; + var valueStr = stableStringify(value); + var index = defaultsHash[valueStr]; + if (index === undefined) { + index = defaultsHash[valueStr] = defaults.length; + defaults[index] = value; + } + return 'default' + index; + } + } + + function useCustomRule(rule, schema, parentSchema, it) { + if (self._opts.validateSchema !== false) { + var deps = rule.definition.dependencies; + if (deps && !deps.every(function(keyword) { + return Object.prototype.hasOwnProperty.call(parentSchema, keyword); + })) + throw new Error('parent schema must have all required keywords: ' + deps.join(',')); + + var validateSchema = rule.definition.validateSchema; + if (validateSchema) { + var valid = validateSchema(schema); + if (!valid) { + var message = 'keyword schema is invalid: ' + self.errorsText(validateSchema.errors); + if (self._opts.validateSchema == 'log') self.logger.error(message); + else throw new Error(message); + } + } + } + + var compile = rule.definition.compile + , inline = rule.definition.inline + , macro = rule.definition.macro; + + var validate; + if (compile) { + validate = compile.call(self, schema, parentSchema, it); + } else if (macro) { + validate = macro.call(self, schema, parentSchema, it); + if (opts.validateSchema !== false) self.validateSchema(validate, true); + } else if (inline) { + validate = inline.call(self, it, rule.keyword, schema, parentSchema); + } else { + validate = rule.definition.validate; + if (!validate) return; + } + + if (validate === undefined) + throw new Error('custom keyword "' + rule.keyword + '"failed to compile'); + + var index = customRules.length; + customRules[index] = validate; + + return { + code: 'customRule' + index, + validate: validate + }; + } +} + + +/** + * Checks if the schema is currently compiled + * @this Ajv + * @param {Object} schema schema to compile + * @param {Object} root root object + * @param {String} baseId base schema ID + * @return {Object} object with properties "index" (compilation index) and "compiling" (boolean) + */ +function checkCompiling(schema, root, baseId) { + /* jshint validthis: true */ + var index = compIndex.call(this, schema, root, baseId); + if (index >= 0) return { index: index, compiling: true }; + index = this._compilations.length; + this._compilations[index] = { + schema: schema, + root: root, + baseId: baseId + }; + return { index: index, compiling: false }; +} + + +/** + * Removes the schema from the currently compiled list + * @this Ajv + * @param {Object} schema schema to compile + * @param {Object} root root object + * @param {String} baseId base schema ID + */ +function endCompiling(schema, root, baseId) { + /* jshint validthis: true */ + var i = compIndex.call(this, schema, root, baseId); + if (i >= 0) this._compilations.splice(i, 1); +} + + +/** + * Index of schema compilation in the currently compiled list + * @this Ajv + * @param {Object} schema schema to compile + * @param {Object} root root object + * @param {String} baseId base schema ID + * @return {Integer} compilation index + */ +function compIndex(schema, root, baseId) { + /* jshint validthis: true */ + for (var i=0; i= 0xD800 && value <= 0xDBFF && pos < len) { + // high surrogate, and there is a next character + value = str.charCodeAt(pos); + if ((value & 0xFC00) == 0xDC00) pos++; // low surrogate + } + } + return length; +}; + +},{}],10:[function(require,module,exports){ +'use strict'; + + +module.exports = { + copy: copy, + checkDataType: checkDataType, + checkDataTypes: checkDataTypes, + coerceToTypes: coerceToTypes, + toHash: toHash, + getProperty: getProperty, + escapeQuotes: escapeQuotes, + equal: require('fast-deep-equal'), + ucs2length: require('./ucs2length'), + varOccurences: varOccurences, + varReplace: varReplace, + schemaHasRules: schemaHasRules, + schemaHasRulesExcept: schemaHasRulesExcept, + schemaUnknownRules: schemaUnknownRules, + toQuotedString: toQuotedString, + getPathExpr: getPathExpr, + getPath: getPath, + getData: getData, + unescapeFragment: unescapeFragment, + unescapeJsonPointer: unescapeJsonPointer, + escapeFragment: escapeFragment, + escapeJsonPointer: escapeJsonPointer +}; + + +function copy(o, to) { + to = to || {}; + for (var key in o) to[key] = o[key]; + return to; +} + + +function checkDataType(dataType, data, strictNumbers, negate) { + var EQUAL = negate ? ' !== ' : ' === ' + , AND = negate ? ' || ' : ' && ' + , OK = negate ? '!' : '' + , NOT = negate ? '' : '!'; + switch (dataType) { + case 'null': return data + EQUAL + 'null'; + case 'array': return OK + 'Array.isArray(' + data + ')'; + case 'object': return '(' + OK + data + AND + + 'typeof ' + data + EQUAL + '"object"' + AND + + NOT + 'Array.isArray(' + data + '))'; + case 'integer': return '(typeof ' + data + EQUAL + '"number"' + AND + + NOT + '(' + data + ' % 1)' + + AND + data + EQUAL + data + + (strictNumbers ? (AND + OK + 'isFinite(' + data + ')') : '') + ')'; + case 'number': return '(typeof ' + data + EQUAL + '"' + dataType + '"' + + (strictNumbers ? (AND + OK + 'isFinite(' + data + ')') : '') + ')'; + default: return 'typeof ' + data + EQUAL + '"' + dataType + '"'; + } +} + + +function checkDataTypes(dataTypes, data, strictNumbers) { + switch (dataTypes.length) { + case 1: return checkDataType(dataTypes[0], data, strictNumbers, true); + default: + var code = ''; + var types = toHash(dataTypes); + if (types.array && types.object) { + code = types.null ? '(': '(!' + data + ' || '; + code += 'typeof ' + data + ' !== "object")'; + delete types.null; + delete types.array; + delete types.object; + } + if (types.number) delete types.integer; + for (var t in types) + code += (code ? ' && ' : '' ) + checkDataType(t, data, strictNumbers, true); + + return code; + } +} + + +var COERCE_TO_TYPES = toHash([ 'string', 'number', 'integer', 'boolean', 'null' ]); +function coerceToTypes(optionCoerceTypes, dataTypes) { + if (Array.isArray(dataTypes)) { + var types = []; + for (var i=0; i= lvl) throw new Error('Cannot access property/index ' + up + ' levels up, current level is ' + lvl); + return paths[lvl - up]; + } + + if (up > lvl) throw new Error('Cannot access data ' + up + ' levels up, current level is ' + lvl); + data = 'data' + ((lvl - up) || ''); + if (!jsonPointer) return data; + } + + var expr = data; + var segments = jsonPointer.split('/'); + for (var i=0; i', + $notOp = $isMax ? '>' : '<', + $errorKeyword = undefined; + if (!($isData || typeof $schema == 'number' || $schema === undefined)) { + throw new Error($keyword + ' must be number'); + } + if (!($isDataExcl || $schemaExcl === undefined || typeof $schemaExcl == 'number' || typeof $schemaExcl == 'boolean')) { + throw new Error($exclusiveKeyword + ' must be number or boolean'); + } + if ($isDataExcl) { + var $schemaValueExcl = it.util.getData($schemaExcl.$data, $dataLvl, it.dataPathArr), + $exclusive = 'exclusive' + $lvl, + $exclType = 'exclType' + $lvl, + $exclIsNumber = 'exclIsNumber' + $lvl, + $opExpr = 'op' + $lvl, + $opStr = '\' + ' + $opExpr + ' + \''; + out += ' var schemaExcl' + ($lvl) + ' = ' + ($schemaValueExcl) + '; '; + $schemaValueExcl = 'schemaExcl' + $lvl; + out += ' var ' + ($exclusive) + '; var ' + ($exclType) + ' = typeof ' + ($schemaValueExcl) + '; if (' + ($exclType) + ' != \'boolean\' && ' + ($exclType) + ' != \'undefined\' && ' + ($exclType) + ' != \'number\') { '; + var $errorKeyword = $exclusiveKeyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_exclusiveLimit') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'' + ($exclusiveKeyword) + ' should be boolean\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' ' + ($exclType) + ' == \'number\' ? ( (' + ($exclusive) + ' = ' + ($schemaValue) + ' === undefined || ' + ($schemaValueExcl) + ' ' + ($op) + '= ' + ($schemaValue) + ') ? ' + ($data) + ' ' + ($notOp) + '= ' + ($schemaValueExcl) + ' : ' + ($data) + ' ' + ($notOp) + ' ' + ($schemaValue) + ' ) : ( (' + ($exclusive) + ' = ' + ($schemaValueExcl) + ' === true) ? ' + ($data) + ' ' + ($notOp) + '= ' + ($schemaValue) + ' : ' + ($data) + ' ' + ($notOp) + ' ' + ($schemaValue) + ' ) || ' + ($data) + ' !== ' + ($data) + ') { var op' + ($lvl) + ' = ' + ($exclusive) + ' ? \'' + ($op) + '\' : \'' + ($op) + '=\'; '; + if ($schema === undefined) { + $errorKeyword = $exclusiveKeyword; + $errSchemaPath = it.errSchemaPath + '/' + $exclusiveKeyword; + $schemaValue = $schemaValueExcl; + $isData = $isDataExcl; + } + } else { + var $exclIsNumber = typeof $schemaExcl == 'number', + $opStr = $op; + if ($exclIsNumber && $isData) { + var $opExpr = '\'' + $opStr + '\''; + out += ' if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' ( ' + ($schemaValue) + ' === undefined || ' + ($schemaExcl) + ' ' + ($op) + '= ' + ($schemaValue) + ' ? ' + ($data) + ' ' + ($notOp) + '= ' + ($schemaExcl) + ' : ' + ($data) + ' ' + ($notOp) + ' ' + ($schemaValue) + ' ) || ' + ($data) + ' !== ' + ($data) + ') { '; + } else { + if ($exclIsNumber && $schema === undefined) { + $exclusive = true; + $errorKeyword = $exclusiveKeyword; + $errSchemaPath = it.errSchemaPath + '/' + $exclusiveKeyword; + $schemaValue = $schemaExcl; + $notOp += '='; + } else { + if ($exclIsNumber) $schemaValue = Math[$isMax ? 'min' : 'max']($schemaExcl, $schema); + if ($schemaExcl === ($exclIsNumber ? $schemaValue : true)) { + $exclusive = true; + $errorKeyword = $exclusiveKeyword; + $errSchemaPath = it.errSchemaPath + '/' + $exclusiveKeyword; + $notOp += '='; + } else { + $exclusive = false; + $opStr += '='; + } + } + var $opExpr = '\'' + $opStr + '\''; + out += ' if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' ' + ($data) + ' ' + ($notOp) + ' ' + ($schemaValue) + ' || ' + ($data) + ' !== ' + ($data) + ') { '; + } + } + $errorKeyword = $errorKeyword || $keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_limit') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { comparison: ' + ($opExpr) + ', limit: ' + ($schemaValue) + ', exclusive: ' + ($exclusive) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be ' + ($opStr) + ' '; + if ($isData) { + out += '\' + ' + ($schemaValue); + } else { + out += '' + ($schemaValue) + '\''; + } + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],14:[function(require,module,exports){ +'use strict'; +module.exports = function generate__limitItems(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!($isData || typeof $schema == 'number')) { + throw new Error($keyword + ' must be number'); + } + var $op = $keyword == 'maxItems' ? '>' : '<'; + out += 'if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' ' + ($data) + '.length ' + ($op) + ' ' + ($schemaValue) + ') { '; + var $errorKeyword = $keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_limitItems') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { limit: ' + ($schemaValue) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT have '; + if ($keyword == 'maxItems') { + out += 'more'; + } else { + out += 'fewer'; + } + out += ' than '; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + ($schema); + } + out += ' items\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],15:[function(require,module,exports){ +'use strict'; +module.exports = function generate__limitLength(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!($isData || typeof $schema == 'number')) { + throw new Error($keyword + ' must be number'); + } + var $op = $keyword == 'maxLength' ? '>' : '<'; + out += 'if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + if (it.opts.unicode === false) { + out += ' ' + ($data) + '.length '; + } else { + out += ' ucs2length(' + ($data) + ') '; + } + out += ' ' + ($op) + ' ' + ($schemaValue) + ') { '; + var $errorKeyword = $keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_limitLength') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { limit: ' + ($schemaValue) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT be '; + if ($keyword == 'maxLength') { + out += 'longer'; + } else { + out += 'shorter'; + } + out += ' than '; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + ($schema); + } + out += ' characters\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],16:[function(require,module,exports){ +'use strict'; +module.exports = function generate__limitProperties(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!($isData || typeof $schema == 'number')) { + throw new Error($keyword + ' must be number'); + } + var $op = $keyword == 'maxProperties' ? '>' : '<'; + out += 'if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' Object.keys(' + ($data) + ').length ' + ($op) + ' ' + ($schemaValue) + ') { '; + var $errorKeyword = $keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_limitProperties') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { limit: ' + ($schemaValue) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT have '; + if ($keyword == 'maxProperties') { + out += 'more'; + } else { + out += 'fewer'; + } + out += ' than '; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + ($schema); + } + out += ' properties\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],17:[function(require,module,exports){ +'use strict'; +module.exports = function generate_allOf(it, $keyword, $ruleType) { + var out = ' '; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $currentBaseId = $it.baseId, + $allSchemasEmpty = true; + var arr1 = $schema; + if (arr1) { + var $sch, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $sch = arr1[$i += 1]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + $allSchemasEmpty = false; + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + } + if ($breakOnError) { + if ($allSchemasEmpty) { + out += ' if (true) { '; + } else { + out += ' ' + ($closingBraces.slice(0, -1)) + ' '; + } + } + return out; +} + +},{}],18:[function(require,module,exports){ +'use strict'; +module.exports = function generate_anyOf(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $noEmptySchema = $schema.every(function($sch) { + return (it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all)); + }); + if ($noEmptySchema) { + var $currentBaseId = $it.baseId; + out += ' var ' + ($errs) + ' = errors; var ' + ($valid) + ' = false; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + var arr1 = $schema; + if (arr1) { + var $sch, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $sch = arr1[$i += 1]; + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + out += ' ' + ($valid) + ' = ' + ($valid) + ' || ' + ($nextValid) + '; if (!' + ($valid) + ') { '; + $closingBraces += '}'; + } + } + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' ' + ($closingBraces) + ' if (!' + ($valid) + ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('anyOf') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'should match some schema in anyOf\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError(vErrors); '; + } else { + out += ' validate.errors = vErrors; return false; '; + } + } + out += ' } else { errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; } '; + if (it.opts.allErrors) { + out += ' } '; + } + } else { + if ($breakOnError) { + out += ' if (true) { '; + } + } + return out; +} + +},{}],19:[function(require,module,exports){ +'use strict'; +module.exports = function generate_comment(it, $keyword, $ruleType) { + var out = ' '; + var $schema = it.schema[$keyword]; + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $comment = it.util.toQuotedString($schema); + if (it.opts.$comment === true) { + out += ' console.log(' + ($comment) + ');'; + } else if (typeof it.opts.$comment == 'function') { + out += ' self._opts.$comment(' + ($comment) + ', ' + (it.util.toQuotedString($errSchemaPath)) + ', validate.root.schema);'; + } + return out; +} + +},{}],20:[function(require,module,exports){ +'use strict'; +module.exports = function generate_const(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!$isData) { + out += ' var schema' + ($lvl) + ' = validate.schema' + ($schemaPath) + ';'; + } + out += 'var ' + ($valid) + ' = equal(' + ($data) + ', schema' + ($lvl) + '); if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('const') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { allowedValue: schema' + ($lvl) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be equal to constant\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' }'; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],21:[function(require,module,exports){ +'use strict'; +module.exports = function generate_contains(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $idx = 'i' + $lvl, + $dataNxt = $it.dataLevel = it.dataLevel + 1, + $nextData = 'data' + $dataNxt, + $currentBaseId = it.baseId, + $nonEmptySchema = (it.opts.strictKeywords ? (typeof $schema == 'object' && Object.keys($schema).length > 0) || $schema === false : it.util.schemaHasRules($schema, it.RULES.all)); + out += 'var ' + ($errs) + ' = errors;var ' + ($valid) + ';'; + if ($nonEmptySchema) { + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + out += ' var ' + ($nextValid) + ' = false; for (var ' + ($idx) + ' = 0; ' + ($idx) + ' < ' + ($data) + '.length; ' + ($idx) + '++) { '; + $it.errorPath = it.util.getPathExpr(it.errorPath, $idx, it.opts.jsonPointers, true); + var $passData = $data + '[' + $idx + ']'; + $it.dataPathArr[$dataNxt] = $idx; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + out += ' if (' + ($nextValid) + ') break; } '; + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' ' + ($closingBraces) + ' if (!' + ($nextValid) + ') {'; + } else { + out += ' if (' + ($data) + '.length == 0) {'; + } + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('contains') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'should contain a valid item\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else { '; + if ($nonEmptySchema) { + out += ' errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; } '; + } + if (it.opts.allErrors) { + out += ' } '; + } + return out; +} + +},{}],22:[function(require,module,exports){ +'use strict'; +module.exports = function generate_custom(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $rule = this, + $definition = 'definition' + $lvl, + $rDef = $rule.definition, + $closingBraces = ''; + var $compile, $inline, $macro, $ruleValidate, $validateCode; + if ($isData && $rDef.$data) { + $validateCode = 'keywordValidate' + $lvl; + var $validateSchema = $rDef.validateSchema; + out += ' var ' + ($definition) + ' = RULES.custom[\'' + ($keyword) + '\'].definition; var ' + ($validateCode) + ' = ' + ($definition) + '.validate;'; + } else { + $ruleValidate = it.useCustomRule($rule, $schema, it.schema, it); + if (!$ruleValidate) return; + $schemaValue = 'validate.schema' + $schemaPath; + $validateCode = $ruleValidate.code; + $compile = $rDef.compile; + $inline = $rDef.inline; + $macro = $rDef.macro; + } + var $ruleErrs = $validateCode + '.errors', + $i = 'i' + $lvl, + $ruleErr = 'ruleErr' + $lvl, + $asyncKeyword = $rDef.async; + if ($asyncKeyword && !it.async) throw new Error('async keyword in sync schema'); + if (!($inline || $macro)) { + out += '' + ($ruleErrs) + ' = null;'; + } + out += 'var ' + ($errs) + ' = errors;var ' + ($valid) + ';'; + if ($isData && $rDef.$data) { + $closingBraces += '}'; + out += ' if (' + ($schemaValue) + ' === undefined) { ' + ($valid) + ' = true; } else { '; + if ($validateSchema) { + $closingBraces += '}'; + out += ' ' + ($valid) + ' = ' + ($definition) + '.validateSchema(' + ($schemaValue) + '); if (' + ($valid) + ') { '; + } + } + if ($inline) { + if ($rDef.statements) { + out += ' ' + ($ruleValidate.validate) + ' '; + } else { + out += ' ' + ($valid) + ' = ' + ($ruleValidate.validate) + '; '; + } + } else if ($macro) { + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + $it.schema = $ruleValidate.validate; + $it.schemaPath = ''; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + var $code = it.validate($it).replace(/validate\.schema/g, $validateCode); + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' ' + ($code); + } else { + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; + out += ' ' + ($validateCode) + '.call( '; + if (it.opts.passContext) { + out += 'this'; + } else { + out += 'self'; + } + if ($compile || $rDef.schema === false) { + out += ' , ' + ($data) + ' '; + } else { + out += ' , ' + ($schemaValue) + ' , ' + ($data) + ' , validate.schema' + (it.schemaPath) + ' '; + } + out += ' , (dataPath || \'\')'; + if (it.errorPath != '""') { + out += ' + ' + (it.errorPath); + } + var $parentData = $dataLvl ? 'data' + (($dataLvl - 1) || '') : 'parentData', + $parentDataProperty = $dataLvl ? it.dataPathArr[$dataLvl] : 'parentDataProperty'; + out += ' , ' + ($parentData) + ' , ' + ($parentDataProperty) + ' , rootData ) '; + var def_callRuleValidate = out; + out = $$outStack.pop(); + if ($rDef.errors === false) { + out += ' ' + ($valid) + ' = '; + if ($asyncKeyword) { + out += 'await '; + } + out += '' + (def_callRuleValidate) + '; '; + } else { + if ($asyncKeyword) { + $ruleErrs = 'customErrors' + $lvl; + out += ' var ' + ($ruleErrs) + ' = null; try { ' + ($valid) + ' = await ' + (def_callRuleValidate) + '; } catch (e) { ' + ($valid) + ' = false; if (e instanceof ValidationError) ' + ($ruleErrs) + ' = e.errors; else throw e; } '; + } else { + out += ' ' + ($ruleErrs) + ' = null; ' + ($valid) + ' = ' + (def_callRuleValidate) + '; '; + } + } + } + if ($rDef.modifying) { + out += ' if (' + ($parentData) + ') ' + ($data) + ' = ' + ($parentData) + '[' + ($parentDataProperty) + '];'; + } + out += '' + ($closingBraces); + if ($rDef.valid) { + if ($breakOnError) { + out += ' if (true) { '; + } + } else { + out += ' if ( '; + if ($rDef.valid === undefined) { + out += ' !'; + if ($macro) { + out += '' + ($nextValid); + } else { + out += '' + ($valid); + } + } else { + out += ' ' + (!$rDef.valid) + ' '; + } + out += ') { '; + $errorKeyword = $rule.keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'custom') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { keyword: \'' + ($rule.keyword) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should pass "' + ($rule.keyword) + '" keyword validation\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + var def_customError = out; + out = $$outStack.pop(); + if ($inline) { + if ($rDef.errors) { + if ($rDef.errors != 'full') { + out += ' for (var ' + ($i) + '=' + ($errs) + '; ' + ($i) + ' 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + out += ' ' + ($nextValid) + ' = true; if ( ' + ($data) + (it.util.getProperty($property)) + ' !== undefined '; + if ($ownProperties) { + out += ' && Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($property)) + '\') '; + } + out += ') { '; + $it.schema = $sch; + $it.schemaPath = $schemaPath + it.util.getProperty($property); + $it.errSchemaPath = $errSchemaPath + '/' + it.util.escapeFragment($property); + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + out += ' } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + if ($breakOnError) { + out += ' ' + ($closingBraces) + ' if (' + ($errs) + ' == errors) {'; + } + return out; +} + +},{}],24:[function(require,module,exports){ +'use strict'; +module.exports = function generate_enum(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $i = 'i' + $lvl, + $vSchema = 'schema' + $lvl; + if (!$isData) { + out += ' var ' + ($vSchema) + ' = validate.schema' + ($schemaPath) + ';'; + } + out += 'var ' + ($valid) + ';'; + if ($isData) { + out += ' if (schema' + ($lvl) + ' === undefined) ' + ($valid) + ' = true; else if (!Array.isArray(schema' + ($lvl) + ')) ' + ($valid) + ' = false; else {'; + } + out += '' + ($valid) + ' = false;for (var ' + ($i) + '=0; ' + ($i) + '<' + ($vSchema) + '.length; ' + ($i) + '++) if (equal(' + ($data) + ', ' + ($vSchema) + '[' + ($i) + '])) { ' + ($valid) + ' = true; break; }'; + if ($isData) { + out += ' } '; + } + out += ' if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('enum') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { allowedValues: schema' + ($lvl) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be equal to one of the allowed values\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' }'; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],25:[function(require,module,exports){ +'use strict'; +module.exports = function generate_format(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + if (it.opts.format === false) { + if ($breakOnError) { + out += ' if (true) { '; + } + return out; + } + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $unknownFormats = it.opts.unknownFormats, + $allowUnknown = Array.isArray($unknownFormats); + if ($isData) { + var $format = 'format' + $lvl, + $isObject = 'isObject' + $lvl, + $formatType = 'formatType' + $lvl; + out += ' var ' + ($format) + ' = formats[' + ($schemaValue) + ']; var ' + ($isObject) + ' = typeof ' + ($format) + ' == \'object\' && !(' + ($format) + ' instanceof RegExp) && ' + ($format) + '.validate; var ' + ($formatType) + ' = ' + ($isObject) + ' && ' + ($format) + '.type || \'string\'; if (' + ($isObject) + ') { '; + if (it.async) { + out += ' var async' + ($lvl) + ' = ' + ($format) + '.async; '; + } + out += ' ' + ($format) + ' = ' + ($format) + '.validate; } if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'string\') || '; + } + out += ' ('; + if ($unknownFormats != 'ignore') { + out += ' (' + ($schemaValue) + ' && !' + ($format) + ' '; + if ($allowUnknown) { + out += ' && self._opts.unknownFormats.indexOf(' + ($schemaValue) + ') == -1 '; + } + out += ') || '; + } + out += ' (' + ($format) + ' && ' + ($formatType) + ' == \'' + ($ruleType) + '\' && !(typeof ' + ($format) + ' == \'function\' ? '; + if (it.async) { + out += ' (async' + ($lvl) + ' ? await ' + ($format) + '(' + ($data) + ') : ' + ($format) + '(' + ($data) + ')) '; + } else { + out += ' ' + ($format) + '(' + ($data) + ') '; + } + out += ' : ' + ($format) + '.test(' + ($data) + '))))) {'; + } else { + var $format = it.formats[$schema]; + if (!$format) { + if ($unknownFormats == 'ignore') { + it.logger.warn('unknown format "' + $schema + '" ignored in schema at path "' + it.errSchemaPath + '"'); + if ($breakOnError) { + out += ' if (true) { '; + } + return out; + } else if ($allowUnknown && $unknownFormats.indexOf($schema) >= 0) { + if ($breakOnError) { + out += ' if (true) { '; + } + return out; + } else { + throw new Error('unknown format "' + $schema + '" is used in schema at path "' + it.errSchemaPath + '"'); + } + } + var $isObject = typeof $format == 'object' && !($format instanceof RegExp) && $format.validate; + var $formatType = $isObject && $format.type || 'string'; + if ($isObject) { + var $async = $format.async === true; + $format = $format.validate; + } + if ($formatType != $ruleType) { + if ($breakOnError) { + out += ' if (true) { '; + } + return out; + } + if ($async) { + if (!it.async) throw new Error('async format in sync schema'); + var $formatRef = 'formats' + it.util.getProperty($schema) + '.validate'; + out += ' if (!(await ' + ($formatRef) + '(' + ($data) + '))) { '; + } else { + out += ' if (! '; + var $formatRef = 'formats' + it.util.getProperty($schema); + if ($isObject) $formatRef += '.validate'; + if (typeof $format == 'function') { + out += ' ' + ($formatRef) + '(' + ($data) + ') '; + } else { + out += ' ' + ($formatRef) + '.test(' + ($data) + ') '; + } + out += ') { '; + } + } + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('format') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { format: '; + if ($isData) { + out += '' + ($schemaValue); + } else { + out += '' + (it.util.toQuotedString($schema)); + } + out += ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should match format "'; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + (it.util.escapeQuotes($schema)); + } + out += '"\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + (it.util.toQuotedString($schema)); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],26:[function(require,module,exports){ +'use strict'; +module.exports = function generate_if(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + $it.level++; + var $nextValid = 'valid' + $it.level; + var $thenSch = it.schema['then'], + $elseSch = it.schema['else'], + $thenPresent = $thenSch !== undefined && (it.opts.strictKeywords ? (typeof $thenSch == 'object' && Object.keys($thenSch).length > 0) || $thenSch === false : it.util.schemaHasRules($thenSch, it.RULES.all)), + $elsePresent = $elseSch !== undefined && (it.opts.strictKeywords ? (typeof $elseSch == 'object' && Object.keys($elseSch).length > 0) || $elseSch === false : it.util.schemaHasRules($elseSch, it.RULES.all)), + $currentBaseId = $it.baseId; + if ($thenPresent || $elsePresent) { + var $ifClause; + $it.createErrors = false; + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + out += ' var ' + ($errs) + ' = errors; var ' + ($valid) + ' = true; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + $it.createErrors = true; + out += ' errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; } '; + it.compositeRule = $it.compositeRule = $wasComposite; + if ($thenPresent) { + out += ' if (' + ($nextValid) + ') { '; + $it.schema = it.schema['then']; + $it.schemaPath = it.schemaPath + '.then'; + $it.errSchemaPath = it.errSchemaPath + '/then'; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + out += ' ' + ($valid) + ' = ' + ($nextValid) + '; '; + if ($thenPresent && $elsePresent) { + $ifClause = 'ifClause' + $lvl; + out += ' var ' + ($ifClause) + ' = \'then\'; '; + } else { + $ifClause = '\'then\''; + } + out += ' } '; + if ($elsePresent) { + out += ' else { '; + } + } else { + out += ' if (!' + ($nextValid) + ') { '; + } + if ($elsePresent) { + $it.schema = it.schema['else']; + $it.schemaPath = it.schemaPath + '.else'; + $it.errSchemaPath = it.errSchemaPath + '/else'; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + out += ' ' + ($valid) + ' = ' + ($nextValid) + '; '; + if ($thenPresent && $elsePresent) { + $ifClause = 'ifClause' + $lvl; + out += ' var ' + ($ifClause) + ' = \'else\'; '; + } else { + $ifClause = '\'else\''; + } + out += ' } '; + } + out += ' if (!' + ($valid) + ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('if') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { failingKeyword: ' + ($ifClause) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should match "\' + ' + ($ifClause) + ' + \'" schema\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError(vErrors); '; + } else { + out += ' validate.errors = vErrors; return false; '; + } + } + out += ' } '; + if ($breakOnError) { + out += ' else { '; + } + } else { + if ($breakOnError) { + out += ' if (true) { '; + } + } + return out; +} + +},{}],27:[function(require,module,exports){ +'use strict'; + +//all requires must be explicit because browserify won't work with dynamic requires +module.exports = { + '$ref': require('./ref'), + allOf: require('./allOf'), + anyOf: require('./anyOf'), + '$comment': require('./comment'), + const: require('./const'), + contains: require('./contains'), + dependencies: require('./dependencies'), + 'enum': require('./enum'), + format: require('./format'), + 'if': require('./if'), + items: require('./items'), + maximum: require('./_limit'), + minimum: require('./_limit'), + maxItems: require('./_limitItems'), + minItems: require('./_limitItems'), + maxLength: require('./_limitLength'), + minLength: require('./_limitLength'), + maxProperties: require('./_limitProperties'), + minProperties: require('./_limitProperties'), + multipleOf: require('./multipleOf'), + not: require('./not'), + oneOf: require('./oneOf'), + pattern: require('./pattern'), + properties: require('./properties'), + propertyNames: require('./propertyNames'), + required: require('./required'), + uniqueItems: require('./uniqueItems'), + validate: require('./validate') +}; + +},{"./_limit":13,"./_limitItems":14,"./_limitLength":15,"./_limitProperties":16,"./allOf":17,"./anyOf":18,"./comment":19,"./const":20,"./contains":21,"./dependencies":23,"./enum":24,"./format":25,"./if":26,"./items":28,"./multipleOf":29,"./not":30,"./oneOf":31,"./pattern":32,"./properties":33,"./propertyNames":34,"./ref":35,"./required":36,"./uniqueItems":37,"./validate":38}],28:[function(require,module,exports){ +'use strict'; +module.exports = function generate_items(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $idx = 'i' + $lvl, + $dataNxt = $it.dataLevel = it.dataLevel + 1, + $nextData = 'data' + $dataNxt, + $currentBaseId = it.baseId; + out += 'var ' + ($errs) + ' = errors;var ' + ($valid) + ';'; + if (Array.isArray($schema)) { + var $additionalItems = it.schema.additionalItems; + if ($additionalItems === false) { + out += ' ' + ($valid) + ' = ' + ($data) + '.length <= ' + ($schema.length) + '; '; + var $currErrSchemaPath = $errSchemaPath; + $errSchemaPath = it.errSchemaPath + '/additionalItems'; + out += ' if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('additionalItems') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { limit: ' + ($schema.length) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT have more than ' + ($schema.length) + ' items\' '; + } + if (it.opts.verbose) { + out += ' , schema: false , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + $errSchemaPath = $currErrSchemaPath; + if ($breakOnError) { + $closingBraces += '}'; + out += ' else { '; + } + } + var arr1 = $schema; + if (arr1) { + var $sch, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $sch = arr1[$i += 1]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + out += ' ' + ($nextValid) + ' = true; if (' + ($data) + '.length > ' + ($i) + ') { '; + var $passData = $data + '[' + $i + ']'; + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + $it.errorPath = it.util.getPathExpr(it.errorPath, $i, it.opts.jsonPointers, true); + $it.dataPathArr[$dataNxt] = $i; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + out += ' } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + } + if (typeof $additionalItems == 'object' && (it.opts.strictKeywords ? (typeof $additionalItems == 'object' && Object.keys($additionalItems).length > 0) || $additionalItems === false : it.util.schemaHasRules($additionalItems, it.RULES.all))) { + $it.schema = $additionalItems; + $it.schemaPath = it.schemaPath + '.additionalItems'; + $it.errSchemaPath = it.errSchemaPath + '/additionalItems'; + out += ' ' + ($nextValid) + ' = true; if (' + ($data) + '.length > ' + ($schema.length) + ') { for (var ' + ($idx) + ' = ' + ($schema.length) + '; ' + ($idx) + ' < ' + ($data) + '.length; ' + ($idx) + '++) { '; + $it.errorPath = it.util.getPathExpr(it.errorPath, $idx, it.opts.jsonPointers, true); + var $passData = $data + '[' + $idx + ']'; + $it.dataPathArr[$dataNxt] = $idx; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + if ($breakOnError) { + out += ' if (!' + ($nextValid) + ') break; '; + } + out += ' } } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } else if ((it.opts.strictKeywords ? (typeof $schema == 'object' && Object.keys($schema).length > 0) || $schema === false : it.util.schemaHasRules($schema, it.RULES.all))) { + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + out += ' for (var ' + ($idx) + ' = ' + (0) + '; ' + ($idx) + ' < ' + ($data) + '.length; ' + ($idx) + '++) { '; + $it.errorPath = it.util.getPathExpr(it.errorPath, $idx, it.opts.jsonPointers, true); + var $passData = $data + '[' + $idx + ']'; + $it.dataPathArr[$dataNxt] = $idx; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + if ($breakOnError) { + out += ' if (!' + ($nextValid) + ') break; '; + } + out += ' }'; + } + if ($breakOnError) { + out += ' ' + ($closingBraces) + ' if (' + ($errs) + ' == errors) {'; + } + return out; +} + +},{}],29:[function(require,module,exports){ +'use strict'; +module.exports = function generate_multipleOf(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!($isData || typeof $schema == 'number')) { + throw new Error($keyword + ' must be number'); + } + out += 'var division' + ($lvl) + ';if ('; + if ($isData) { + out += ' ' + ($schemaValue) + ' !== undefined && ( typeof ' + ($schemaValue) + ' != \'number\' || '; + } + out += ' (division' + ($lvl) + ' = ' + ($data) + ' / ' + ($schemaValue) + ', '; + if (it.opts.multipleOfPrecision) { + out += ' Math.abs(Math.round(division' + ($lvl) + ') - division' + ($lvl) + ') > 1e-' + (it.opts.multipleOfPrecision) + ' '; + } else { + out += ' division' + ($lvl) + ' !== parseInt(division' + ($lvl) + ') '; + } + out += ' ) '; + if ($isData) { + out += ' ) '; + } + out += ' ) { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('multipleOf') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { multipleOf: ' + ($schemaValue) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be multiple of '; + if ($isData) { + out += '\' + ' + ($schemaValue); + } else { + out += '' + ($schemaValue) + '\''; + } + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],30:[function(require,module,exports){ +'use strict'; +module.exports = function generate_not(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + $it.level++; + var $nextValid = 'valid' + $it.level; + if ((it.opts.strictKeywords ? (typeof $schema == 'object' && Object.keys($schema).length > 0) || $schema === false : it.util.schemaHasRules($schema, it.RULES.all))) { + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + out += ' var ' + ($errs) + ' = errors; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + $it.createErrors = false; + var $allErrorsOption; + if ($it.opts.allErrors) { + $allErrorsOption = $it.opts.allErrors; + $it.opts.allErrors = false; + } + out += ' ' + (it.validate($it)) + ' '; + $it.createErrors = true; + if ($allErrorsOption) $it.opts.allErrors = $allErrorsOption; + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' if (' + ($nextValid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('not') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT be valid\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else { errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; } '; + if (it.opts.allErrors) { + out += ' } '; + } + } else { + out += ' var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('not') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT be valid\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + if ($breakOnError) { + out += ' if (false) { '; + } + } + return out; +} + +},{}],31:[function(require,module,exports){ +'use strict'; +module.exports = function generate_oneOf(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $currentBaseId = $it.baseId, + $prevValid = 'prevValid' + $lvl, + $passingSchemas = 'passingSchemas' + $lvl; + out += 'var ' + ($errs) + ' = errors , ' + ($prevValid) + ' = false , ' + ($valid) + ' = false , ' + ($passingSchemas) + ' = null; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + var arr1 = $schema; + if (arr1) { + var $sch, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $sch = arr1[$i += 1]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + } else { + out += ' var ' + ($nextValid) + ' = true; '; + } + if ($i) { + out += ' if (' + ($nextValid) + ' && ' + ($prevValid) + ') { ' + ($valid) + ' = false; ' + ($passingSchemas) + ' = [' + ($passingSchemas) + ', ' + ($i) + ']; } else { '; + $closingBraces += '}'; + } + out += ' if (' + ($nextValid) + ') { ' + ($valid) + ' = ' + ($prevValid) + ' = true; ' + ($passingSchemas) + ' = ' + ($i) + '; }'; + } + } + it.compositeRule = $it.compositeRule = $wasComposite; + out += '' + ($closingBraces) + 'if (!' + ($valid) + ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('oneOf') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { passingSchemas: ' + ($passingSchemas) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should match exactly one schema in oneOf\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError(vErrors); '; + } else { + out += ' validate.errors = vErrors; return false; '; + } + } + out += '} else { errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; }'; + if (it.opts.allErrors) { + out += ' } '; + } + return out; +} + +},{}],32:[function(require,module,exports){ +'use strict'; +module.exports = function generate_pattern(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $regexp = $isData ? '(new RegExp(' + $schemaValue + '))' : it.usePattern($schema); + out += 'if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'string\') || '; + } + out += ' !' + ($regexp) + '.test(' + ($data) + ') ) { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('pattern') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { pattern: '; + if ($isData) { + out += '' + ($schemaValue); + } else { + out += '' + (it.util.toQuotedString($schema)); + } + out += ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should match pattern "'; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + (it.util.escapeQuotes($schema)); + } + out += '"\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + (it.util.toQuotedString($schema)); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} + +},{}],33:[function(require,module,exports){ +'use strict'; +module.exports = function generate_properties(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $key = 'key' + $lvl, + $idx = 'idx' + $lvl, + $dataNxt = $it.dataLevel = it.dataLevel + 1, + $nextData = 'data' + $dataNxt, + $dataProperties = 'dataProperties' + $lvl; + var $schemaKeys = Object.keys($schema || {}).filter(notProto), + $pProperties = it.schema.patternProperties || {}, + $pPropertyKeys = Object.keys($pProperties).filter(notProto), + $aProperties = it.schema.additionalProperties, + $someProperties = $schemaKeys.length || $pPropertyKeys.length, + $noAdditional = $aProperties === false, + $additionalIsSchema = typeof $aProperties == 'object' && Object.keys($aProperties).length, + $removeAdditional = it.opts.removeAdditional, + $checkAdditional = $noAdditional || $additionalIsSchema || $removeAdditional, + $ownProperties = it.opts.ownProperties, + $currentBaseId = it.baseId; + var $required = it.schema.required; + if ($required && !(it.opts.$data && $required.$data) && $required.length < it.opts.loopRequired) { + var $requiredHash = it.util.toHash($required); + } + + function notProto(p) { + return p !== '__proto__'; + } + out += 'var ' + ($errs) + ' = errors;var ' + ($nextValid) + ' = true;'; + if ($ownProperties) { + out += ' var ' + ($dataProperties) + ' = undefined;'; + } + if ($checkAdditional) { + if ($ownProperties) { + out += ' ' + ($dataProperties) + ' = ' + ($dataProperties) + ' || Object.keys(' + ($data) + '); for (var ' + ($idx) + '=0; ' + ($idx) + '<' + ($dataProperties) + '.length; ' + ($idx) + '++) { var ' + ($key) + ' = ' + ($dataProperties) + '[' + ($idx) + ']; '; + } else { + out += ' for (var ' + ($key) + ' in ' + ($data) + ') { '; + } + if ($someProperties) { + out += ' var isAdditional' + ($lvl) + ' = !(false '; + if ($schemaKeys.length) { + if ($schemaKeys.length > 8) { + out += ' || validate.schema' + ($schemaPath) + '.hasOwnProperty(' + ($key) + ') '; + } else { + var arr1 = $schemaKeys; + if (arr1) { + var $propertyKey, i1 = -1, + l1 = arr1.length - 1; + while (i1 < l1) { + $propertyKey = arr1[i1 += 1]; + out += ' || ' + ($key) + ' == ' + (it.util.toQuotedString($propertyKey)) + ' '; + } + } + } + } + if ($pPropertyKeys.length) { + var arr2 = $pPropertyKeys; + if (arr2) { + var $pProperty, $i = -1, + l2 = arr2.length - 1; + while ($i < l2) { + $pProperty = arr2[$i += 1]; + out += ' || ' + (it.usePattern($pProperty)) + '.test(' + ($key) + ') '; + } + } + } + out += ' ); if (isAdditional' + ($lvl) + ') { '; + } + if ($removeAdditional == 'all') { + out += ' delete ' + ($data) + '[' + ($key) + ']; '; + } else { + var $currentErrorPath = it.errorPath; + var $additionalProperty = '\' + ' + $key + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + } + if ($noAdditional) { + if ($removeAdditional) { + out += ' delete ' + ($data) + '[' + ($key) + ']; '; + } else { + out += ' ' + ($nextValid) + ' = false; '; + var $currErrSchemaPath = $errSchemaPath; + $errSchemaPath = it.errSchemaPath + '/additionalProperties'; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('additionalProperties') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { additionalProperty: \'' + ($additionalProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is an invalid additional property'; + } else { + out += 'should NOT have additional properties'; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: false , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + $errSchemaPath = $currErrSchemaPath; + if ($breakOnError) { + out += ' break; '; + } + } + } else if ($additionalIsSchema) { + if ($removeAdditional == 'failing') { + out += ' var ' + ($errs) + ' = errors; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + $it.schema = $aProperties; + $it.schemaPath = it.schemaPath + '.additionalProperties'; + $it.errSchemaPath = it.errSchemaPath + '/additionalProperties'; + $it.errorPath = it.opts._errorDataPathProperty ? it.errorPath : it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + var $passData = $data + '[' + $key + ']'; + $it.dataPathArr[$dataNxt] = $key; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + out += ' if (!' + ($nextValid) + ') { errors = ' + ($errs) + '; if (validate.errors !== null) { if (errors) validate.errors.length = errors; else validate.errors = null; } delete ' + ($data) + '[' + ($key) + ']; } '; + it.compositeRule = $it.compositeRule = $wasComposite; + } else { + $it.schema = $aProperties; + $it.schemaPath = it.schemaPath + '.additionalProperties'; + $it.errSchemaPath = it.errSchemaPath + '/additionalProperties'; + $it.errorPath = it.opts._errorDataPathProperty ? it.errorPath : it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + var $passData = $data + '[' + $key + ']'; + $it.dataPathArr[$dataNxt] = $key; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + if ($breakOnError) { + out += ' if (!' + ($nextValid) + ') break; '; + } + } + } + it.errorPath = $currentErrorPath; + } + if ($someProperties) { + out += ' } '; + } + out += ' } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + var $useDefaults = it.opts.useDefaults && !it.compositeRule; + if ($schemaKeys.length) { + var arr3 = $schemaKeys; + if (arr3) { + var $propertyKey, i3 = -1, + l3 = arr3.length - 1; + while (i3 < l3) { + $propertyKey = arr3[i3 += 1]; + var $sch = $schema[$propertyKey]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + var $prop = it.util.getProperty($propertyKey), + $passData = $data + $prop, + $hasDefault = $useDefaults && $sch.default !== undefined; + $it.schema = $sch; + $it.schemaPath = $schemaPath + $prop; + $it.errSchemaPath = $errSchemaPath + '/' + it.util.escapeFragment($propertyKey); + $it.errorPath = it.util.getPath(it.errorPath, $propertyKey, it.opts.jsonPointers); + $it.dataPathArr[$dataNxt] = it.util.toQuotedString($propertyKey); + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + $code = it.util.varReplace($code, $nextData, $passData); + var $useData = $passData; + } else { + var $useData = $nextData; + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; '; + } + if ($hasDefault) { + out += ' ' + ($code) + ' '; + } else { + if ($requiredHash && $requiredHash[$propertyKey]) { + out += ' if ( ' + ($useData) + ' === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ') { ' + ($nextValid) + ' = false; '; + var $currentErrorPath = it.errorPath, + $currErrSchemaPath = $errSchemaPath, + $missingProperty = it.util.escapeQuotes($propertyKey); + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPath($currentErrorPath, $propertyKey, it.opts.jsonPointers); + } + $errSchemaPath = it.errSchemaPath + '/required'; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + $errSchemaPath = $currErrSchemaPath; + it.errorPath = $currentErrorPath; + out += ' } else { '; + } else { + if ($breakOnError) { + out += ' if ( ' + ($useData) + ' === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ') { ' + ($nextValid) + ' = true; } else { '; + } else { + out += ' if (' + ($useData) + ' !== undefined '; + if ($ownProperties) { + out += ' && Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ' ) { '; + } + } + out += ' ' + ($code) + ' } '; + } + } + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + } + if ($pPropertyKeys.length) { + var arr4 = $pPropertyKeys; + if (arr4) { + var $pProperty, i4 = -1, + l4 = arr4.length - 1; + while (i4 < l4) { + $pProperty = arr4[i4 += 1]; + var $sch = $pProperties[$pProperty]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + $it.schema = $sch; + $it.schemaPath = it.schemaPath + '.patternProperties' + it.util.getProperty($pProperty); + $it.errSchemaPath = it.errSchemaPath + '/patternProperties/' + it.util.escapeFragment($pProperty); + if ($ownProperties) { + out += ' ' + ($dataProperties) + ' = ' + ($dataProperties) + ' || Object.keys(' + ($data) + '); for (var ' + ($idx) + '=0; ' + ($idx) + '<' + ($dataProperties) + '.length; ' + ($idx) + '++) { var ' + ($key) + ' = ' + ($dataProperties) + '[' + ($idx) + ']; '; + } else { + out += ' for (var ' + ($key) + ' in ' + ($data) + ') { '; + } + out += ' if (' + (it.usePattern($pProperty)) + '.test(' + ($key) + ')) { '; + $it.errorPath = it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + var $passData = $data + '[' + $key + ']'; + $it.dataPathArr[$dataNxt] = $key; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + if ($breakOnError) { + out += ' if (!' + ($nextValid) + ') break; '; + } + out += ' } '; + if ($breakOnError) { + out += ' else ' + ($nextValid) + ' = true; '; + } + out += ' } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + } + } + if ($breakOnError) { + out += ' ' + ($closingBraces) + ' if (' + ($errs) + ' == errors) {'; + } + return out; +} + +},{}],34:[function(require,module,exports){ +'use strict'; +module.exports = function generate_propertyNames(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + out += 'var ' + ($errs) + ' = errors;'; + if ((it.opts.strictKeywords ? (typeof $schema == 'object' && Object.keys($schema).length > 0) || $schema === false : it.util.schemaHasRules($schema, it.RULES.all))) { + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + var $key = 'key' + $lvl, + $idx = 'idx' + $lvl, + $i = 'i' + $lvl, + $invalidName = '\' + ' + $key + ' + \'', + $dataNxt = $it.dataLevel = it.dataLevel + 1, + $nextData = 'data' + $dataNxt, + $dataProperties = 'dataProperties' + $lvl, + $ownProperties = it.opts.ownProperties, + $currentBaseId = it.baseId; + if ($ownProperties) { + out += ' var ' + ($dataProperties) + ' = undefined; '; + } + if ($ownProperties) { + out += ' ' + ($dataProperties) + ' = ' + ($dataProperties) + ' || Object.keys(' + ($data) + '); for (var ' + ($idx) + '=0; ' + ($idx) + '<' + ($dataProperties) + '.length; ' + ($idx) + '++) { var ' + ($key) + ' = ' + ($dataProperties) + '[' + ($idx) + ']; '; + } else { + out += ' for (var ' + ($key) + ' in ' + ($data) + ') { '; + } + out += ' var startErrs' + ($lvl) + ' = errors; '; + var $passData = $key; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' if (!' + ($nextValid) + ') { for (var ' + ($i) + '=startErrs' + ($lvl) + '; ' + ($i) + ' 0) || $propertySch === false : it.util.schemaHasRules($propertySch, it.RULES.all)))) { + $required[$required.length] = $property; + } + } + } + } else { + var $required = $schema; + } + } + if ($isData || $required.length) { + var $currentErrorPath = it.errorPath, + $loopRequired = $isData || $required.length >= it.opts.loopRequired, + $ownProperties = it.opts.ownProperties; + if ($breakOnError) { + out += ' var missing' + ($lvl) + '; '; + if ($loopRequired) { + if (!$isData) { + out += ' var ' + ($vSchema) + ' = validate.schema' + ($schemaPath) + '; '; + } + var $i = 'i' + $lvl, + $propertyPath = 'schema' + $lvl + '[' + $i + ']', + $missingProperty = '\' + ' + $propertyPath + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPathExpr($currentErrorPath, $propertyPath, it.opts.jsonPointers); + } + out += ' var ' + ($valid) + ' = true; '; + if ($isData) { + out += ' if (schema' + ($lvl) + ' === undefined) ' + ($valid) + ' = true; else if (!Array.isArray(schema' + ($lvl) + ')) ' + ($valid) + ' = false; else {'; + } + out += ' for (var ' + ($i) + ' = 0; ' + ($i) + ' < ' + ($vSchema) + '.length; ' + ($i) + '++) { ' + ($valid) + ' = ' + ($data) + '[' + ($vSchema) + '[' + ($i) + ']] !== undefined '; + if ($ownProperties) { + out += ' && Object.prototype.hasOwnProperty.call(' + ($data) + ', ' + ($vSchema) + '[' + ($i) + ']) '; + } + out += '; if (!' + ($valid) + ') break; } '; + if ($isData) { + out += ' } '; + } + out += ' if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else { '; + } else { + out += ' if ( '; + var arr2 = $required; + if (arr2) { + var $propertyKey, $i = -1, + l2 = arr2.length - 1; + while ($i < l2) { + $propertyKey = arr2[$i += 1]; + if ($i) { + out += ' || '; + } + var $prop = it.util.getProperty($propertyKey), + $useData = $data + $prop; + out += ' ( ( ' + ($useData) + ' === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ') && (missing' + ($lvl) + ' = ' + (it.util.toQuotedString(it.opts.jsonPointers ? $propertyKey : $prop)) + ') ) '; + } + } + out += ') { '; + var $propertyPath = 'missing' + $lvl, + $missingProperty = '\' + ' + $propertyPath + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.opts.jsonPointers ? it.util.getPathExpr($currentErrorPath, $propertyPath, true) : $currentErrorPath + ' + ' + $propertyPath; + } + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else { '; + } + } else { + if ($loopRequired) { + if (!$isData) { + out += ' var ' + ($vSchema) + ' = validate.schema' + ($schemaPath) + '; '; + } + var $i = 'i' + $lvl, + $propertyPath = 'schema' + $lvl + '[' + $i + ']', + $missingProperty = '\' + ' + $propertyPath + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPathExpr($currentErrorPath, $propertyPath, it.opts.jsonPointers); + } + if ($isData) { + out += ' if (' + ($vSchema) + ' && !Array.isArray(' + ($vSchema) + ')) { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } else if (' + ($vSchema) + ' !== undefined) { '; + } + out += ' for (var ' + ($i) + ' = 0; ' + ($i) + ' < ' + ($vSchema) + '.length; ' + ($i) + '++) { if (' + ($data) + '[' + ($vSchema) + '[' + ($i) + ']] === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', ' + ($vSchema) + '[' + ($i) + ']) '; + } + out += ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } } '; + if ($isData) { + out += ' } '; + } + } else { + var arr3 = $required; + if (arr3) { + var $propertyKey, i3 = -1, + l3 = arr3.length - 1; + while (i3 < l3) { + $propertyKey = arr3[i3 += 1]; + var $prop = it.util.getProperty($propertyKey), + $missingProperty = it.util.escapeQuotes($propertyKey), + $useData = $data + $prop; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPath($currentErrorPath, $propertyKey, it.opts.jsonPointers); + } + out += ' if ( ' + ($useData) + ' === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } '; + } + } + } + } + it.errorPath = $currentErrorPath; + } else if ($breakOnError) { + out += ' if (true) {'; + } + return out; +} + +},{}],37:[function(require,module,exports){ +'use strict'; +module.exports = function generate_uniqueItems(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (($schema || $isData) && it.opts.uniqueItems !== false) { + if ($isData) { + out += ' var ' + ($valid) + '; if (' + ($schemaValue) + ' === false || ' + ($schemaValue) + ' === undefined) ' + ($valid) + ' = true; else if (typeof ' + ($schemaValue) + ' != \'boolean\') ' + ($valid) + ' = false; else { '; + } + out += ' var i = ' + ($data) + '.length , ' + ($valid) + ' = true , j; if (i > 1) { '; + var $itemType = it.schema.items && it.schema.items.type, + $typeIsArray = Array.isArray($itemType); + if (!$itemType || $itemType == 'object' || $itemType == 'array' || ($typeIsArray && ($itemType.indexOf('object') >= 0 || $itemType.indexOf('array') >= 0))) { + out += ' outer: for (;i--;) { for (j = i; j--;) { if (equal(' + ($data) + '[i], ' + ($data) + '[j])) { ' + ($valid) + ' = false; break outer; } } } '; + } else { + out += ' var itemIndices = {}, item; for (;i--;) { var item = ' + ($data) + '[i]; '; + var $method = 'checkDataType' + ($typeIsArray ? 's' : ''); + out += ' if (' + (it.util[$method]($itemType, 'item', it.opts.strictNumbers, true)) + ') continue; '; + if ($typeIsArray) { + out += ' if (typeof item == \'string\') item = \'"\' + item; '; + } + out += ' if (typeof itemIndices[item] == \'number\') { ' + ($valid) + ' = false; j = itemIndices[item]; break; } itemIndices[item] = i; } '; + } + out += ' } '; + if ($isData) { + out += ' } '; + } + out += ' if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('uniqueItems') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { i: i, j: j } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT have duplicate items (items ## \' + j + \' and \' + i + \' are identical)\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + if ($breakOnError) { + out += ' else { '; + } + } else { + if ($breakOnError) { + out += ' if (true) { '; + } + } + return out; +} + +},{}],38:[function(require,module,exports){ +'use strict'; +module.exports = function generate_validate(it, $keyword, $ruleType) { + var out = ''; + var $async = it.schema.$async === true, + $refKeywords = it.util.schemaHasRulesExcept(it.schema, it.RULES.all, '$ref'), + $id = it.self._getId(it.schema); + if (it.opts.strictKeywords) { + var $unknownKwd = it.util.schemaUnknownRules(it.schema, it.RULES.keywords); + if ($unknownKwd) { + var $keywordsMsg = 'unknown keyword: ' + $unknownKwd; + if (it.opts.strictKeywords === 'log') it.logger.warn($keywordsMsg); + else throw new Error($keywordsMsg); + } + } + if (it.isTop) { + out += ' var validate = '; + if ($async) { + it.async = true; + out += 'async '; + } + out += 'function(data, dataPath, parentData, parentDataProperty, rootData) { \'use strict\'; '; + if ($id && (it.opts.sourceCode || it.opts.processCode)) { + out += ' ' + ('/\*# sourceURL=' + $id + ' */') + ' '; + } + } + if (typeof it.schema == 'boolean' || !($refKeywords || it.schema.$ref)) { + var $keyword = 'false schema'; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + if (it.schema === false) { + if (it.isTop) { + $breakOnError = true; + } else { + out += ' var ' + ($valid) + ' = false; '; + } + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'false schema') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'boolean schema is false\' '; + } + if (it.opts.verbose) { + out += ' , schema: false , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + } else { + if (it.isTop) { + if ($async) { + out += ' return data; '; + } else { + out += ' validate.errors = null; return true; '; + } + } else { + out += ' var ' + ($valid) + ' = true; '; + } + } + if (it.isTop) { + out += ' }; return validate; '; + } + return out; + } + if (it.isTop) { + var $top = it.isTop, + $lvl = it.level = 0, + $dataLvl = it.dataLevel = 0, + $data = 'data'; + it.rootId = it.resolve.fullPath(it.self._getId(it.root.schema)); + it.baseId = it.baseId || it.rootId; + delete it.isTop; + it.dataPathArr = [""]; + if (it.schema.default !== undefined && it.opts.useDefaults && it.opts.strictDefaults) { + var $defaultMsg = 'default is ignored in the schema root'; + if (it.opts.strictDefaults === 'log') it.logger.warn($defaultMsg); + else throw new Error($defaultMsg); + } + out += ' var vErrors = null; '; + out += ' var errors = 0; '; + out += ' if (rootData === undefined) rootData = data; '; + } else { + var $lvl = it.level, + $dataLvl = it.dataLevel, + $data = 'data' + ($dataLvl || ''); + if ($id) it.baseId = it.resolve.url(it.baseId, $id); + if ($async && !it.async) throw new Error('async schema in sync schema'); + out += ' var errs_' + ($lvl) + ' = errors;'; + } + var $valid = 'valid' + $lvl, + $breakOnError = !it.opts.allErrors, + $closingBraces1 = '', + $closingBraces2 = ''; + var $errorKeyword; + var $typeSchema = it.schema.type, + $typeIsArray = Array.isArray($typeSchema); + if ($typeSchema && it.opts.nullable && it.schema.nullable === true) { + if ($typeIsArray) { + if ($typeSchema.indexOf('null') == -1) $typeSchema = $typeSchema.concat('null'); + } else if ($typeSchema != 'null') { + $typeSchema = [$typeSchema, 'null']; + $typeIsArray = true; + } + } + if ($typeIsArray && $typeSchema.length == 1) { + $typeSchema = $typeSchema[0]; + $typeIsArray = false; + } + if (it.schema.$ref && $refKeywords) { + if (it.opts.extendRefs == 'fail') { + throw new Error('$ref: validation keywords used in schema at path "' + it.errSchemaPath + '" (see option extendRefs)'); + } else if (it.opts.extendRefs !== true) { + $refKeywords = false; + it.logger.warn('$ref: keywords ignored in schema at path "' + it.errSchemaPath + '"'); + } + } + if (it.schema.$comment && it.opts.$comment) { + out += ' ' + (it.RULES.all.$comment.code(it, '$comment')); + } + if ($typeSchema) { + if (it.opts.coerceTypes) { + var $coerceToTypes = it.util.coerceToTypes(it.opts.coerceTypes, $typeSchema); + } + var $rulesGroup = it.RULES.types[$typeSchema]; + if ($coerceToTypes || $typeIsArray || $rulesGroup === true || ($rulesGroup && !$shouldUseGroup($rulesGroup))) { + var $schemaPath = it.schemaPath + '.type', + $errSchemaPath = it.errSchemaPath + '/type'; + var $schemaPath = it.schemaPath + '.type', + $errSchemaPath = it.errSchemaPath + '/type', + $method = $typeIsArray ? 'checkDataTypes' : 'checkDataType'; + out += ' if (' + (it.util[$method]($typeSchema, $data, it.opts.strictNumbers, true)) + ') { '; + if ($coerceToTypes) { + var $dataType = 'dataType' + $lvl, + $coerced = 'coerced' + $lvl; + out += ' var ' + ($dataType) + ' = typeof ' + ($data) + '; var ' + ($coerced) + ' = undefined; '; + if (it.opts.coerceTypes == 'array') { + out += ' if (' + ($dataType) + ' == \'object\' && Array.isArray(' + ($data) + ') && ' + ($data) + '.length == 1) { ' + ($data) + ' = ' + ($data) + '[0]; ' + ($dataType) + ' = typeof ' + ($data) + '; if (' + (it.util.checkDataType(it.schema.type, $data, it.opts.strictNumbers)) + ') ' + ($coerced) + ' = ' + ($data) + '; } '; + } + out += ' if (' + ($coerced) + ' !== undefined) ; '; + var arr1 = $coerceToTypes; + if (arr1) { + var $type, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $type = arr1[$i += 1]; + if ($type == 'string') { + out += ' else if (' + ($dataType) + ' == \'number\' || ' + ($dataType) + ' == \'boolean\') ' + ($coerced) + ' = \'\' + ' + ($data) + '; else if (' + ($data) + ' === null) ' + ($coerced) + ' = \'\'; '; + } else if ($type == 'number' || $type == 'integer') { + out += ' else if (' + ($dataType) + ' == \'boolean\' || ' + ($data) + ' === null || (' + ($dataType) + ' == \'string\' && ' + ($data) + ' && ' + ($data) + ' == +' + ($data) + ' '; + if ($type == 'integer') { + out += ' && !(' + ($data) + ' % 1)'; + } + out += ')) ' + ($coerced) + ' = +' + ($data) + '; '; + } else if ($type == 'boolean') { + out += ' else if (' + ($data) + ' === \'false\' || ' + ($data) + ' === 0 || ' + ($data) + ' === null) ' + ($coerced) + ' = false; else if (' + ($data) + ' === \'true\' || ' + ($data) + ' === 1) ' + ($coerced) + ' = true; '; + } else if ($type == 'null') { + out += ' else if (' + ($data) + ' === \'\' || ' + ($data) + ' === 0 || ' + ($data) + ' === false) ' + ($coerced) + ' = null; '; + } else if (it.opts.coerceTypes == 'array' && $type == 'array') { + out += ' else if (' + ($dataType) + ' == \'string\' || ' + ($dataType) + ' == \'number\' || ' + ($dataType) + ' == \'boolean\' || ' + ($data) + ' == null) ' + ($coerced) + ' = [' + ($data) + ']; '; + } + } + } + out += ' else { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'type') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { type: \''; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be '; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } if (' + ($coerced) + ' !== undefined) { '; + var $parentData = $dataLvl ? 'data' + (($dataLvl - 1) || '') : 'parentData', + $parentDataProperty = $dataLvl ? it.dataPathArr[$dataLvl] : 'parentDataProperty'; + out += ' ' + ($data) + ' = ' + ($coerced) + '; '; + if (!$dataLvl) { + out += 'if (' + ($parentData) + ' !== undefined)'; + } + out += ' ' + ($parentData) + '[' + ($parentDataProperty) + '] = ' + ($coerced) + '; } '; + } else { + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'type') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { type: \''; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be '; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + } + out += ' } '; + } + } + if (it.schema.$ref && !$refKeywords) { + out += ' ' + (it.RULES.all.$ref.code(it, '$ref')) + ' '; + if ($breakOnError) { + out += ' } if (errors === '; + if ($top) { + out += '0'; + } else { + out += 'errs_' + ($lvl); + } + out += ') { '; + $closingBraces2 += '}'; + } + } else { + var arr2 = it.RULES; + if (arr2) { + var $rulesGroup, i2 = -1, + l2 = arr2.length - 1; + while (i2 < l2) { + $rulesGroup = arr2[i2 += 1]; + if ($shouldUseGroup($rulesGroup)) { + if ($rulesGroup.type) { + out += ' if (' + (it.util.checkDataType($rulesGroup.type, $data, it.opts.strictNumbers)) + ') { '; + } + if (it.opts.useDefaults) { + if ($rulesGroup.type == 'object' && it.schema.properties) { + var $schema = it.schema.properties, + $schemaKeys = Object.keys($schema); + var arr3 = $schemaKeys; + if (arr3) { + var $propertyKey, i3 = -1, + l3 = arr3.length - 1; + while (i3 < l3) { + $propertyKey = arr3[i3 += 1]; + var $sch = $schema[$propertyKey]; + if ($sch.default !== undefined) { + var $passData = $data + it.util.getProperty($propertyKey); + if (it.compositeRule) { + if (it.opts.strictDefaults) { + var $defaultMsg = 'default is ignored for: ' + $passData; + if (it.opts.strictDefaults === 'log') it.logger.warn($defaultMsg); + else throw new Error($defaultMsg); + } + } else { + out += ' if (' + ($passData) + ' === undefined '; + if (it.opts.useDefaults == 'empty') { + out += ' || ' + ($passData) + ' === null || ' + ($passData) + ' === \'\' '; + } + out += ' ) ' + ($passData) + ' = '; + if (it.opts.useDefaults == 'shared') { + out += ' ' + (it.useDefault($sch.default)) + ' '; + } else { + out += ' ' + (JSON.stringify($sch.default)) + ' '; + } + out += '; '; + } + } + } + } + } else if ($rulesGroup.type == 'array' && Array.isArray(it.schema.items)) { + var arr4 = it.schema.items; + if (arr4) { + var $sch, $i = -1, + l4 = arr4.length - 1; + while ($i < l4) { + $sch = arr4[$i += 1]; + if ($sch.default !== undefined) { + var $passData = $data + '[' + $i + ']'; + if (it.compositeRule) { + if (it.opts.strictDefaults) { + var $defaultMsg = 'default is ignored for: ' + $passData; + if (it.opts.strictDefaults === 'log') it.logger.warn($defaultMsg); + else throw new Error($defaultMsg); + } + } else { + out += ' if (' + ($passData) + ' === undefined '; + if (it.opts.useDefaults == 'empty') { + out += ' || ' + ($passData) + ' === null || ' + ($passData) + ' === \'\' '; + } + out += ' ) ' + ($passData) + ' = '; + if (it.opts.useDefaults == 'shared') { + out += ' ' + (it.useDefault($sch.default)) + ' '; + } else { + out += ' ' + (JSON.stringify($sch.default)) + ' '; + } + out += '; '; + } + } + } + } + } + } + var arr5 = $rulesGroup.rules; + if (arr5) { + var $rule, i5 = -1, + l5 = arr5.length - 1; + while (i5 < l5) { + $rule = arr5[i5 += 1]; + if ($shouldUseRule($rule)) { + var $code = $rule.code(it, $rule.keyword, $rulesGroup.type); + if ($code) { + out += ' ' + ($code) + ' '; + if ($breakOnError) { + $closingBraces1 += '}'; + } + } + } + } + } + if ($breakOnError) { + out += ' ' + ($closingBraces1) + ' '; + $closingBraces1 = ''; + } + if ($rulesGroup.type) { + out += ' } '; + if ($typeSchema && $typeSchema === $rulesGroup.type && !$coerceToTypes) { + out += ' else { '; + var $schemaPath = it.schemaPath + '.type', + $errSchemaPath = it.errSchemaPath + '/type'; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'type') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { type: \''; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be '; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + } + } + if ($breakOnError) { + out += ' if (errors === '; + if ($top) { + out += '0'; + } else { + out += 'errs_' + ($lvl); + } + out += ') { '; + $closingBraces2 += '}'; + } + } + } + } + } + if ($breakOnError) { + out += ' ' + ($closingBraces2) + ' '; + } + if ($top) { + if ($async) { + out += ' if (errors === 0) return data; '; + out += ' else throw new ValidationError(vErrors); '; + } else { + out += ' validate.errors = vErrors; '; + out += ' return errors === 0; '; + } + out += ' }; return validate;'; + } else { + out += ' var ' + ($valid) + ' = errors === errs_' + ($lvl) + ';'; + } + + function $shouldUseGroup($rulesGroup) { + var rules = $rulesGroup.rules; + for (var i = 0; i < rules.length; i++) + if ($shouldUseRule(rules[i])) return true; + } + + function $shouldUseRule($rule) { + return it.schema[$rule.keyword] !== undefined || ($rule.implements && $ruleImplementsSomeKeyword($rule)); + } + + function $ruleImplementsSomeKeyword($rule) { + var impl = $rule.implements; + for (var i = 0; i < impl.length; i++) + if (it.schema[impl[i]] !== undefined) return true; + } + return out; +} + +},{}],39:[function(require,module,exports){ +'use strict'; + +var IDENTIFIER = /^[a-z_$][a-z0-9_$-]*$/i; +var customRuleCode = require('./dotjs/custom'); +var definitionSchema = require('./definition_schema'); + +module.exports = { + add: addKeyword, + get: getKeyword, + remove: removeKeyword, + validate: validateKeyword +}; + + +/** + * Define custom keyword + * @this Ajv + * @param {String} keyword custom keyword, should be unique (including different from all standard, custom and macro keywords). + * @param {Object} definition keyword definition object with properties `type` (type(s) which the keyword applies to), `validate` or `compile`. + * @return {Ajv} this for method chaining + */ +function addKeyword(keyword, definition) { + /* jshint validthis: true */ + /* eslint no-shadow: 0 */ + var RULES = this.RULES; + if (RULES.keywords[keyword]) + throw new Error('Keyword ' + keyword + ' is already defined'); + + if (!IDENTIFIER.test(keyword)) + throw new Error('Keyword ' + keyword + ' is not a valid identifier'); + + if (definition) { + this.validateKeyword(definition, true); + + var dataType = definition.type; + if (Array.isArray(dataType)) { + for (var i=0; i 1) { + sets[0] = sets[0].slice(0, -1); + var xl = sets.length - 1; + for (var x = 1; x < xl; ++x) { + sets[x] = sets[x].slice(1, -1); + } + sets[xl] = sets[xl].slice(1); + return sets.join(''); + } else { + return sets[0]; + } +} +function subexp(str) { + return "(?:" + str + ")"; +} +function typeOf(o) { + return o === undefined ? "undefined" : o === null ? "null" : Object.prototype.toString.call(o).split(" ").pop().split("]").shift().toLowerCase(); +} +function toUpperCase(str) { + return str.toUpperCase(); +} +function toArray(obj) { + return obj !== undefined && obj !== null ? obj instanceof Array ? obj : typeof obj.length !== "number" || obj.split || obj.setInterval || obj.call ? [obj] : Array.prototype.slice.call(obj) : []; +} +function assign(target, source) { + var obj = target; + if (source) { + for (var key in source) { + obj[key] = source[key]; + } + } + return obj; +} + +function buildExps(isIRI) { + var ALPHA$$ = "[A-Za-z]", + CR$ = "[\\x0D]", + DIGIT$$ = "[0-9]", + DQUOTE$$ = "[\\x22]", + HEXDIG$$ = merge(DIGIT$$, "[A-Fa-f]"), + //case-insensitive + LF$$ = "[\\x0A]", + SP$$ = "[\\x20]", + PCT_ENCODED$ = subexp(subexp("%[EFef]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" + subexp("%[89A-Fa-f]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" + subexp("%" + HEXDIG$$ + HEXDIG$$)), + //expanded + GEN_DELIMS$$ = "[\\:\\/\\?\\#\\[\\]\\@]", + SUB_DELIMS$$ = "[\\!\\$\\&\\'\\(\\)\\*\\+\\,\\;\\=]", + RESERVED$$ = merge(GEN_DELIMS$$, SUB_DELIMS$$), + UCSCHAR$$ = isIRI ? "[\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]" : "[]", + //subset, excludes bidi control characters + IPRIVATE$$ = isIRI ? "[\\uE000-\\uF8FF]" : "[]", + //subset + UNRESERVED$$ = merge(ALPHA$$, DIGIT$$, "[\\-\\.\\_\\~]", UCSCHAR$$), + SCHEME$ = subexp(ALPHA$$ + merge(ALPHA$$, DIGIT$$, "[\\+\\-\\.]") + "*"), + USERINFO$ = subexp(subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\:]")) + "*"), + DEC_OCTET$ = subexp(subexp("25[0-5]") + "|" + subexp("2[0-4]" + DIGIT$$) + "|" + subexp("1" + DIGIT$$ + DIGIT$$) + "|" + subexp("[1-9]" + DIGIT$$) + "|" + DIGIT$$), + DEC_OCTET_RELAXED$ = subexp(subexp("25[0-5]") + "|" + subexp("2[0-4]" + DIGIT$$) + "|" + subexp("1" + DIGIT$$ + DIGIT$$) + "|" + subexp("0?[1-9]" + DIGIT$$) + "|0?0?" + DIGIT$$), + //relaxed parsing rules + IPV4ADDRESS$ = subexp(DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$), + H16$ = subexp(HEXDIG$$ + "{1,4}"), + LS32$ = subexp(subexp(H16$ + "\\:" + H16$) + "|" + IPV4ADDRESS$), + IPV6ADDRESS1$ = subexp(subexp(H16$ + "\\:") + "{6}" + LS32$), + // 6( h16 ":" ) ls32 + IPV6ADDRESS2$ = subexp("\\:\\:" + subexp(H16$ + "\\:") + "{5}" + LS32$), + // "::" 5( h16 ":" ) ls32 + IPV6ADDRESS3$ = subexp(subexp(H16$) + "?\\:\\:" + subexp(H16$ + "\\:") + "{4}" + LS32$), + //[ h16 ] "::" 4( h16 ":" ) ls32 + IPV6ADDRESS4$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,1}" + H16$) + "?\\:\\:" + subexp(H16$ + "\\:") + "{3}" + LS32$), + //[ *1( h16 ":" ) h16 ] "::" 3( h16 ":" ) ls32 + IPV6ADDRESS5$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,2}" + H16$) + "?\\:\\:" + subexp(H16$ + "\\:") + "{2}" + LS32$), + //[ *2( h16 ":" ) h16 ] "::" 2( h16 ":" ) ls32 + IPV6ADDRESS6$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,3}" + H16$) + "?\\:\\:" + H16$ + "\\:" + LS32$), + //[ *3( h16 ":" ) h16 ] "::" h16 ":" ls32 + IPV6ADDRESS7$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,4}" + H16$) + "?\\:\\:" + LS32$), + //[ *4( h16 ":" ) h16 ] "::" ls32 + IPV6ADDRESS8$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,5}" + H16$) + "?\\:\\:" + H16$), + //[ *5( h16 ":" ) h16 ] "::" h16 + IPV6ADDRESS9$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,6}" + H16$) + "?\\:\\:"), + //[ *6( h16 ":" ) h16 ] "::" + IPV6ADDRESS$ = subexp([IPV6ADDRESS1$, IPV6ADDRESS2$, IPV6ADDRESS3$, IPV6ADDRESS4$, IPV6ADDRESS5$, IPV6ADDRESS6$, IPV6ADDRESS7$, IPV6ADDRESS8$, IPV6ADDRESS9$].join("|")), + ZONEID$ = subexp(subexp(UNRESERVED$$ + "|" + PCT_ENCODED$) + "+"), + //RFC 6874 + IPV6ADDRZ$ = subexp(IPV6ADDRESS$ + "\\%25" + ZONEID$), + //RFC 6874 + IPV6ADDRZ_RELAXED$ = subexp(IPV6ADDRESS$ + subexp("\\%25|\\%(?!" + HEXDIG$$ + "{2})") + ZONEID$), + //RFC 6874, with relaxed parsing rules + IPVFUTURE$ = subexp("[vV]" + HEXDIG$$ + "+\\." + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\:]") + "+"), + IP_LITERAL$ = subexp("\\[" + subexp(IPV6ADDRZ_RELAXED$ + "|" + IPV6ADDRESS$ + "|" + IPVFUTURE$) + "\\]"), + //RFC 6874 + REG_NAME$ = subexp(subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$)) + "*"), + HOST$ = subexp(IP_LITERAL$ + "|" + IPV4ADDRESS$ + "(?!" + REG_NAME$ + ")" + "|" + REG_NAME$), + PORT$ = subexp(DIGIT$$ + "*"), + AUTHORITY$ = subexp(subexp(USERINFO$ + "@") + "?" + HOST$ + subexp("\\:" + PORT$) + "?"), + PCHAR$ = subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\:\\@]")), + SEGMENT$ = subexp(PCHAR$ + "*"), + SEGMENT_NZ$ = subexp(PCHAR$ + "+"), + SEGMENT_NZ_NC$ = subexp(subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\@]")) + "+"), + PATH_ABEMPTY$ = subexp(subexp("\\/" + SEGMENT$) + "*"), + PATH_ABSOLUTE$ = subexp("\\/" + subexp(SEGMENT_NZ$ + PATH_ABEMPTY$) + "?"), + //simplified + PATH_NOSCHEME$ = subexp(SEGMENT_NZ_NC$ + PATH_ABEMPTY$), + //simplified + PATH_ROOTLESS$ = subexp(SEGMENT_NZ$ + PATH_ABEMPTY$), + //simplified + PATH_EMPTY$ = "(?!" + PCHAR$ + ")", + PATH$ = subexp(PATH_ABEMPTY$ + "|" + PATH_ABSOLUTE$ + "|" + PATH_NOSCHEME$ + "|" + PATH_ROOTLESS$ + "|" + PATH_EMPTY$), + QUERY$ = subexp(subexp(PCHAR$ + "|" + merge("[\\/\\?]", IPRIVATE$$)) + "*"), + FRAGMENT$ = subexp(subexp(PCHAR$ + "|[\\/\\?]") + "*"), + HIER_PART$ = subexp(subexp("\\/\\/" + AUTHORITY$ + PATH_ABEMPTY$) + "|" + PATH_ABSOLUTE$ + "|" + PATH_ROOTLESS$ + "|" + PATH_EMPTY$), + URI$ = subexp(SCHEME$ + "\\:" + HIER_PART$ + subexp("\\?" + QUERY$) + "?" + subexp("\\#" + FRAGMENT$) + "?"), + RELATIVE_PART$ = subexp(subexp("\\/\\/" + AUTHORITY$ + PATH_ABEMPTY$) + "|" + PATH_ABSOLUTE$ + "|" + PATH_NOSCHEME$ + "|" + PATH_EMPTY$), + RELATIVE$ = subexp(RELATIVE_PART$ + subexp("\\?" + QUERY$) + "?" + subexp("\\#" + FRAGMENT$) + "?"), + URI_REFERENCE$ = subexp(URI$ + "|" + RELATIVE$), + ABSOLUTE_URI$ = subexp(SCHEME$ + "\\:" + HIER_PART$ + subexp("\\?" + QUERY$) + "?"), + GENERIC_REF$ = "^(" + SCHEME$ + ")\\:" + subexp(subexp("\\/\\/(" + subexp("(" + USERINFO$ + ")@") + "?(" + HOST$ + ")" + subexp("\\:(" + PORT$ + ")") + "?)") + "?(" + PATH_ABEMPTY$ + "|" + PATH_ABSOLUTE$ + "|" + PATH_ROOTLESS$ + "|" + PATH_EMPTY$ + ")") + subexp("\\?(" + QUERY$ + ")") + "?" + subexp("\\#(" + FRAGMENT$ + ")") + "?$", + RELATIVE_REF$ = "^(){0}" + subexp(subexp("\\/\\/(" + subexp("(" + USERINFO$ + ")@") + "?(" + HOST$ + ")" + subexp("\\:(" + PORT$ + ")") + "?)") + "?(" + PATH_ABEMPTY$ + "|" + PATH_ABSOLUTE$ + "|" + PATH_NOSCHEME$ + "|" + PATH_EMPTY$ + ")") + subexp("\\?(" + QUERY$ + ")") + "?" + subexp("\\#(" + FRAGMENT$ + ")") + "?$", + ABSOLUTE_REF$ = "^(" + SCHEME$ + ")\\:" + subexp(subexp("\\/\\/(" + subexp("(" + USERINFO$ + ")@") + "?(" + HOST$ + ")" + subexp("\\:(" + PORT$ + ")") + "?)") + "?(" + PATH_ABEMPTY$ + "|" + PATH_ABSOLUTE$ + "|" + PATH_ROOTLESS$ + "|" + PATH_EMPTY$ + ")") + subexp("\\?(" + QUERY$ + ")") + "?$", + SAMEDOC_REF$ = "^" + subexp("\\#(" + FRAGMENT$ + ")") + "?$", + AUTHORITY_REF$ = "^" + subexp("(" + USERINFO$ + ")@") + "?(" + HOST$ + ")" + subexp("\\:(" + PORT$ + ")") + "?$"; + return { + NOT_SCHEME: new RegExp(merge("[^]", ALPHA$$, DIGIT$$, "[\\+\\-\\.]"), "g"), + NOT_USERINFO: new RegExp(merge("[^\\%\\:]", UNRESERVED$$, SUB_DELIMS$$), "g"), + NOT_HOST: new RegExp(merge("[^\\%\\[\\]\\:]", UNRESERVED$$, SUB_DELIMS$$), "g"), + NOT_PATH: new RegExp(merge("[^\\%\\/\\:\\@]", UNRESERVED$$, SUB_DELIMS$$), "g"), + NOT_PATH_NOSCHEME: new RegExp(merge("[^\\%\\/\\@]", UNRESERVED$$, SUB_DELIMS$$), "g"), + NOT_QUERY: new RegExp(merge("[^\\%]", UNRESERVED$$, SUB_DELIMS$$, "[\\:\\@\\/\\?]", IPRIVATE$$), "g"), + NOT_FRAGMENT: new RegExp(merge("[^\\%]", UNRESERVED$$, SUB_DELIMS$$, "[\\:\\@\\/\\?]"), "g"), + ESCAPE: new RegExp(merge("[^]", UNRESERVED$$, SUB_DELIMS$$), "g"), + UNRESERVED: new RegExp(UNRESERVED$$, "g"), + OTHER_CHARS: new RegExp(merge("[^\\%]", UNRESERVED$$, RESERVED$$), "g"), + PCT_ENCODED: new RegExp(PCT_ENCODED$, "g"), + IPV4ADDRESS: new RegExp("^(" + IPV4ADDRESS$ + ")$"), + IPV6ADDRESS: new RegExp("^\\[?(" + IPV6ADDRESS$ + ")" + subexp(subexp("\\%25|\\%(?!" + HEXDIG$$ + "{2})") + "(" + ZONEID$ + ")") + "?\\]?$") //RFC 6874, with relaxed parsing rules + }; +} +var URI_PROTOCOL = buildExps(false); + +var IRI_PROTOCOL = buildExps(true); + +var slicedToArray = function () { + function sliceIterator(arr, i) { + var _arr = []; + var _n = true; + var _d = false; + var _e = undefined; + + try { + for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { + _arr.push(_s.value); + + if (i && _arr.length === i) break; + } + } catch (err) { + _d = true; + _e = err; + } finally { + try { + if (!_n && _i["return"]) _i["return"](); + } finally { + if (_d) throw _e; + } + } + + return _arr; + } + + return function (arr, i) { + if (Array.isArray(arr)) { + return arr; + } else if (Symbol.iterator in Object(arr)) { + return sliceIterator(arr, i); + } else { + throw new TypeError("Invalid attempt to destructure non-iterable instance"); + } + }; +}(); + + + + + + + + + + + + + +var toConsumableArray = function (arr) { + if (Array.isArray(arr)) { + for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) arr2[i] = arr[i]; + + return arr2; + } else { + return Array.from(arr); + } +}; + +/** Highest positive signed 32-bit float value */ + +var maxInt = 2147483647; // aka. 0x7FFFFFFF or 2^31-1 + +/** Bootstring parameters */ +var base = 36; +var tMin = 1; +var tMax = 26; +var skew = 38; +var damp = 700; +var initialBias = 72; +var initialN = 128; // 0x80 +var delimiter = '-'; // '\x2D' + +/** Regular expressions */ +var regexPunycode = /^xn--/; +var regexNonASCII = /[^\0-\x7E]/; // non-ASCII chars +var regexSeparators = /[\x2E\u3002\uFF0E\uFF61]/g; // RFC 3490 separators + +/** Error messages */ +var errors = { + 'overflow': 'Overflow: input needs wider integers to process', + 'not-basic': 'Illegal input >= 0x80 (not a basic code point)', + 'invalid-input': 'Invalid input' +}; + +/** Convenience shortcuts */ +var baseMinusTMin = base - tMin; +var floor = Math.floor; +var stringFromCharCode = String.fromCharCode; + +/*--------------------------------------------------------------------------*/ + +/** + * A generic error utility function. + * @private + * @param {String} type The error type. + * @returns {Error} Throws a `RangeError` with the applicable error message. + */ +function error$1(type) { + throw new RangeError(errors[type]); +} + +/** + * A generic `Array#map` utility function. + * @private + * @param {Array} array The array to iterate over. + * @param {Function} callback The function that gets called for every array + * item. + * @returns {Array} A new array of values returned by the callback function. + */ +function map(array, fn) { + var result = []; + var length = array.length; + while (length--) { + result[length] = fn(array[length]); + } + return result; +} + +/** + * A simple `Array#map`-like wrapper to work with domain name strings or email + * addresses. + * @private + * @param {String} domain The domain name or email address. + * @param {Function} callback The function that gets called for every + * character. + * @returns {Array} A new string of characters returned by the callback + * function. + */ +function mapDomain(string, fn) { + var parts = string.split('@'); + var result = ''; + if (parts.length > 1) { + // In email addresses, only the domain name should be punycoded. Leave + // the local part (i.e. everything up to `@`) intact. + result = parts[0] + '@'; + string = parts[1]; + } + // Avoid `split(regex)` for IE8 compatibility. See #17. + string = string.replace(regexSeparators, '\x2E'); + var labels = string.split('.'); + var encoded = map(labels, fn).join('.'); + return result + encoded; +} + +/** + * Creates an array containing the numeric code points of each Unicode + * character in the string. While JavaScript uses UCS-2 internally, + * this function will convert a pair of surrogate halves (each of which + * UCS-2 exposes as separate characters) into a single code point, + * matching UTF-16. + * @see `punycode.ucs2.encode` + * @see + * @memberOf punycode.ucs2 + * @name decode + * @param {String} string The Unicode input string (UCS-2). + * @returns {Array} The new array of code points. + */ +function ucs2decode(string) { + var output = []; + var counter = 0; + var length = string.length; + while (counter < length) { + var value = string.charCodeAt(counter++); + if (value >= 0xD800 && value <= 0xDBFF && counter < length) { + // It's a high surrogate, and there is a next character. + var extra = string.charCodeAt(counter++); + if ((extra & 0xFC00) == 0xDC00) { + // Low surrogate. + output.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000); + } else { + // It's an unmatched surrogate; only append this code unit, in case the + // next code unit is the high surrogate of a surrogate pair. + output.push(value); + counter--; + } + } else { + output.push(value); + } + } + return output; +} + +/** + * Creates a string based on an array of numeric code points. + * @see `punycode.ucs2.decode` + * @memberOf punycode.ucs2 + * @name encode + * @param {Array} codePoints The array of numeric code points. + * @returns {String} The new Unicode string (UCS-2). + */ +var ucs2encode = function ucs2encode(array) { + return String.fromCodePoint.apply(String, toConsumableArray(array)); +}; + +/** + * Converts a basic code point into a digit/integer. + * @see `digitToBasic()` + * @private + * @param {Number} codePoint The basic numeric code point value. + * @returns {Number} The numeric value of a basic code point (for use in + * representing integers) in the range `0` to `base - 1`, or `base` if + * the code point does not represent a value. + */ +var basicToDigit = function basicToDigit(codePoint) { + if (codePoint - 0x30 < 0x0A) { + return codePoint - 0x16; + } + if (codePoint - 0x41 < 0x1A) { + return codePoint - 0x41; + } + if (codePoint - 0x61 < 0x1A) { + return codePoint - 0x61; + } + return base; +}; + +/** + * Converts a digit/integer into a basic code point. + * @see `basicToDigit()` + * @private + * @param {Number} digit The numeric value of a basic code point. + * @returns {Number} The basic code point whose value (when used for + * representing integers) is `digit`, which needs to be in the range + * `0` to `base - 1`. If `flag` is non-zero, the uppercase form is + * used; else, the lowercase form is used. The behavior is undefined + * if `flag` is non-zero and `digit` has no uppercase form. + */ +var digitToBasic = function digitToBasic(digit, flag) { + // 0..25 map to ASCII a..z or A..Z + // 26..35 map to ASCII 0..9 + return digit + 22 + 75 * (digit < 26) - ((flag != 0) << 5); +}; + +/** + * Bias adaptation function as per section 3.4 of RFC 3492. + * https://tools.ietf.org/html/rfc3492#section-3.4 + * @private + */ +var adapt = function adapt(delta, numPoints, firstTime) { + var k = 0; + delta = firstTime ? floor(delta / damp) : delta >> 1; + delta += floor(delta / numPoints); + for (; /* no initialization */delta > baseMinusTMin * tMax >> 1; k += base) { + delta = floor(delta / baseMinusTMin); + } + return floor(k + (baseMinusTMin + 1) * delta / (delta + skew)); +}; + +/** + * Converts a Punycode string of ASCII-only symbols to a string of Unicode + * symbols. + * @memberOf punycode + * @param {String} input The Punycode string of ASCII-only symbols. + * @returns {String} The resulting string of Unicode symbols. + */ +var decode = function decode(input) { + // Don't use UCS-2. + var output = []; + var inputLength = input.length; + var i = 0; + var n = initialN; + var bias = initialBias; + + // Handle the basic code points: let `basic` be the number of input code + // points before the last delimiter, or `0` if there is none, then copy + // the first basic code points to the output. + + var basic = input.lastIndexOf(delimiter); + if (basic < 0) { + basic = 0; + } + + for (var j = 0; j < basic; ++j) { + // if it's not a basic code point + if (input.charCodeAt(j) >= 0x80) { + error$1('not-basic'); + } + output.push(input.charCodeAt(j)); + } + + // Main decoding loop: start just after the last delimiter if any basic code + // points were copied; start at the beginning otherwise. + + for (var index = basic > 0 ? basic + 1 : 0; index < inputLength;) /* no final expression */{ + + // `index` is the index of the next character to be consumed. + // Decode a generalized variable-length integer into `delta`, + // which gets added to `i`. The overflow checking is easier + // if we increase `i` as we go, then subtract off its starting + // value at the end to obtain `delta`. + var oldi = i; + for (var w = 1, k = base;; /* no condition */k += base) { + + if (index >= inputLength) { + error$1('invalid-input'); + } + + var digit = basicToDigit(input.charCodeAt(index++)); + + if (digit >= base || digit > floor((maxInt - i) / w)) { + error$1('overflow'); + } + + i += digit * w; + var t = k <= bias ? tMin : k >= bias + tMax ? tMax : k - bias; + + if (digit < t) { + break; + } + + var baseMinusT = base - t; + if (w > floor(maxInt / baseMinusT)) { + error$1('overflow'); + } + + w *= baseMinusT; + } + + var out = output.length + 1; + bias = adapt(i - oldi, out, oldi == 0); + + // `i` was supposed to wrap around from `out` to `0`, + // incrementing `n` each time, so we'll fix that now: + if (floor(i / out) > maxInt - n) { + error$1('overflow'); + } + + n += floor(i / out); + i %= out; + + // Insert `n` at position `i` of the output. + output.splice(i++, 0, n); + } + + return String.fromCodePoint.apply(String, output); +}; + +/** + * Converts a string of Unicode symbols (e.g. a domain name label) to a + * Punycode string of ASCII-only symbols. + * @memberOf punycode + * @param {String} input The string of Unicode symbols. + * @returns {String} The resulting Punycode string of ASCII-only symbols. + */ +var encode = function encode(input) { + var output = []; + + // Convert the input in UCS-2 to an array of Unicode code points. + input = ucs2decode(input); + + // Cache the length. + var inputLength = input.length; + + // Initialize the state. + var n = initialN; + var delta = 0; + var bias = initialBias; + + // Handle the basic code points. + var _iteratorNormalCompletion = true; + var _didIteratorError = false; + var _iteratorError = undefined; + + try { + for (var _iterator = input[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) { + var _currentValue2 = _step.value; + + if (_currentValue2 < 0x80) { + output.push(stringFromCharCode(_currentValue2)); + } + } + } catch (err) { + _didIteratorError = true; + _iteratorError = err; + } finally { + try { + if (!_iteratorNormalCompletion && _iterator.return) { + _iterator.return(); + } + } finally { + if (_didIteratorError) { + throw _iteratorError; + } + } + } + + var basicLength = output.length; + var handledCPCount = basicLength; + + // `handledCPCount` is the number of code points that have been handled; + // `basicLength` is the number of basic code points. + + // Finish the basic string with a delimiter unless it's empty. + if (basicLength) { + output.push(delimiter); + } + + // Main encoding loop: + while (handledCPCount < inputLength) { + + // All non-basic code points < n have been handled already. Find the next + // larger one: + var m = maxInt; + var _iteratorNormalCompletion2 = true; + var _didIteratorError2 = false; + var _iteratorError2 = undefined; + + try { + for (var _iterator2 = input[Symbol.iterator](), _step2; !(_iteratorNormalCompletion2 = (_step2 = _iterator2.next()).done); _iteratorNormalCompletion2 = true) { + var currentValue = _step2.value; + + if (currentValue >= n && currentValue < m) { + m = currentValue; + } + } + + // Increase `delta` enough to advance the decoder's state to , + // but guard against overflow. + } catch (err) { + _didIteratorError2 = true; + _iteratorError2 = err; + } finally { + try { + if (!_iteratorNormalCompletion2 && _iterator2.return) { + _iterator2.return(); + } + } finally { + if (_didIteratorError2) { + throw _iteratorError2; + } + } + } + + var handledCPCountPlusOne = handledCPCount + 1; + if (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) { + error$1('overflow'); + } + + delta += (m - n) * handledCPCountPlusOne; + n = m; + + var _iteratorNormalCompletion3 = true; + var _didIteratorError3 = false; + var _iteratorError3 = undefined; + + try { + for (var _iterator3 = input[Symbol.iterator](), _step3; !(_iteratorNormalCompletion3 = (_step3 = _iterator3.next()).done); _iteratorNormalCompletion3 = true) { + var _currentValue = _step3.value; + + if (_currentValue < n && ++delta > maxInt) { + error$1('overflow'); + } + if (_currentValue == n) { + // Represent delta as a generalized variable-length integer. + var q = delta; + for (var k = base;; /* no condition */k += base) { + var t = k <= bias ? tMin : k >= bias + tMax ? tMax : k - bias; + if (q < t) { + break; + } + var qMinusT = q - t; + var baseMinusT = base - t; + output.push(stringFromCharCode(digitToBasic(t + qMinusT % baseMinusT, 0))); + q = floor(qMinusT / baseMinusT); + } + + output.push(stringFromCharCode(digitToBasic(q, 0))); + bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength); + delta = 0; + ++handledCPCount; + } + } + } catch (err) { + _didIteratorError3 = true; + _iteratorError3 = err; + } finally { + try { + if (!_iteratorNormalCompletion3 && _iterator3.return) { + _iterator3.return(); + } + } finally { + if (_didIteratorError3) { + throw _iteratorError3; + } + } + } + + ++delta; + ++n; + } + return output.join(''); +}; + +/** + * Converts a Punycode string representing a domain name or an email address + * to Unicode. Only the Punycoded parts of the input will be converted, i.e. + * it doesn't matter if you call it on a string that has already been + * converted to Unicode. + * @memberOf punycode + * @param {String} input The Punycoded domain name or email address to + * convert to Unicode. + * @returns {String} The Unicode representation of the given Punycode + * string. + */ +var toUnicode = function toUnicode(input) { + return mapDomain(input, function (string) { + return regexPunycode.test(string) ? decode(string.slice(4).toLowerCase()) : string; + }); +}; + +/** + * Converts a Unicode string representing a domain name or an email address to + * Punycode. Only the non-ASCII parts of the domain name will be converted, + * i.e. it doesn't matter if you call it with a domain that's already in + * ASCII. + * @memberOf punycode + * @param {String} input The domain name or email address to convert, as a + * Unicode string. + * @returns {String} The Punycode representation of the given domain name or + * email address. + */ +var toASCII = function toASCII(input) { + return mapDomain(input, function (string) { + return regexNonASCII.test(string) ? 'xn--' + encode(string) : string; + }); +}; + +/*--------------------------------------------------------------------------*/ + +/** Define the public API */ +var punycode = { + /** + * A string representing the current Punycode.js version number. + * @memberOf punycode + * @type String + */ + 'version': '2.1.0', + /** + * An object of methods to convert from JavaScript's internal character + * representation (UCS-2) to Unicode code points, and back. + * @see + * @memberOf punycode + * @type Object + */ + 'ucs2': { + 'decode': ucs2decode, + 'encode': ucs2encode + }, + 'decode': decode, + 'encode': encode, + 'toASCII': toASCII, + 'toUnicode': toUnicode +}; + +/** + * URI.js + * + * @fileoverview An RFC 3986 compliant, scheme extendable URI parsing/validating/resolving library for JavaScript. + * @author Gary Court + * @see http://github.com/garycourt/uri-js + */ +/** + * Copyright 2011 Gary Court. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, are + * permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this list of + * conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright notice, this list + * of conditions and the following disclaimer in the documentation and/or other materials + * provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY GARY COURT ``AS IS'' AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GARY COURT OR + * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF + * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those of the + * authors and should not be interpreted as representing official policies, either expressed + * or implied, of Gary Court. + */ +var SCHEMES = {}; +function pctEncChar(chr) { + var c = chr.charCodeAt(0); + var e = void 0; + if (c < 16) e = "%0" + c.toString(16).toUpperCase();else if (c < 128) e = "%" + c.toString(16).toUpperCase();else if (c < 2048) e = "%" + (c >> 6 | 192).toString(16).toUpperCase() + "%" + (c & 63 | 128).toString(16).toUpperCase();else e = "%" + (c >> 12 | 224).toString(16).toUpperCase() + "%" + (c >> 6 & 63 | 128).toString(16).toUpperCase() + "%" + (c & 63 | 128).toString(16).toUpperCase(); + return e; +} +function pctDecChars(str) { + var newStr = ""; + var i = 0; + var il = str.length; + while (i < il) { + var c = parseInt(str.substr(i + 1, 2), 16); + if (c < 128) { + newStr += String.fromCharCode(c); + i += 3; + } else if (c >= 194 && c < 224) { + if (il - i >= 6) { + var c2 = parseInt(str.substr(i + 4, 2), 16); + newStr += String.fromCharCode((c & 31) << 6 | c2 & 63); + } else { + newStr += str.substr(i, 6); + } + i += 6; + } else if (c >= 224) { + if (il - i >= 9) { + var _c = parseInt(str.substr(i + 4, 2), 16); + var c3 = parseInt(str.substr(i + 7, 2), 16); + newStr += String.fromCharCode((c & 15) << 12 | (_c & 63) << 6 | c3 & 63); + } else { + newStr += str.substr(i, 9); + } + i += 9; + } else { + newStr += str.substr(i, 3); + i += 3; + } + } + return newStr; +} +function _normalizeComponentEncoding(components, protocol) { + function decodeUnreserved(str) { + var decStr = pctDecChars(str); + return !decStr.match(protocol.UNRESERVED) ? str : decStr; + } + if (components.scheme) components.scheme = String(components.scheme).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerCase().replace(protocol.NOT_SCHEME, ""); + if (components.userinfo !== undefined) components.userinfo = String(components.userinfo).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_USERINFO, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + if (components.host !== undefined) components.host = String(components.host).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerCase().replace(protocol.NOT_HOST, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + if (components.path !== undefined) components.path = String(components.path).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(components.scheme ? protocol.NOT_PATH : protocol.NOT_PATH_NOSCHEME, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + if (components.query !== undefined) components.query = String(components.query).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_QUERY, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + if (components.fragment !== undefined) components.fragment = String(components.fragment).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_FRAGMENT, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + return components; +} + +function _stripLeadingZeros(str) { + return str.replace(/^0*(.*)/, "$1") || "0"; +} +function _normalizeIPv4(host, protocol) { + var matches = host.match(protocol.IPV4ADDRESS) || []; + + var _matches = slicedToArray(matches, 2), + address = _matches[1]; + + if (address) { + return address.split(".").map(_stripLeadingZeros).join("."); + } else { + return host; + } +} +function _normalizeIPv6(host, protocol) { + var matches = host.match(protocol.IPV6ADDRESS) || []; + + var _matches2 = slicedToArray(matches, 3), + address = _matches2[1], + zone = _matches2[2]; + + if (address) { + var _address$toLowerCase$ = address.toLowerCase().split('::').reverse(), + _address$toLowerCase$2 = slicedToArray(_address$toLowerCase$, 2), + last = _address$toLowerCase$2[0], + first = _address$toLowerCase$2[1]; + + var firstFields = first ? first.split(":").map(_stripLeadingZeros) : []; + var lastFields = last.split(":").map(_stripLeadingZeros); + var isLastFieldIPv4Address = protocol.IPV4ADDRESS.test(lastFields[lastFields.length - 1]); + var fieldCount = isLastFieldIPv4Address ? 7 : 8; + var lastFieldsStart = lastFields.length - fieldCount; + var fields = Array(fieldCount); + for (var x = 0; x < fieldCount; ++x) { + fields[x] = firstFields[x] || lastFields[lastFieldsStart + x] || ''; + } + if (isLastFieldIPv4Address) { + fields[fieldCount - 1] = _normalizeIPv4(fields[fieldCount - 1], protocol); + } + var allZeroFields = fields.reduce(function (acc, field, index) { + if (!field || field === "0") { + var lastLongest = acc[acc.length - 1]; + if (lastLongest && lastLongest.index + lastLongest.length === index) { + lastLongest.length++; + } else { + acc.push({ index: index, length: 1 }); + } + } + return acc; + }, []); + var longestZeroFields = allZeroFields.sort(function (a, b) { + return b.length - a.length; + })[0]; + var newHost = void 0; + if (longestZeroFields && longestZeroFields.length > 1) { + var newFirst = fields.slice(0, longestZeroFields.index); + var newLast = fields.slice(longestZeroFields.index + longestZeroFields.length); + newHost = newFirst.join(":") + "::" + newLast.join(":"); + } else { + newHost = fields.join(":"); + } + if (zone) { + newHost += "%" + zone; + } + return newHost; + } else { + return host; + } +} +var URI_PARSE = /^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i; +var NO_MATCH_IS_UNDEFINED = "".match(/(){0}/)[1] === undefined; +function parse(uriString) { + var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + var components = {}; + var protocol = options.iri !== false ? IRI_PROTOCOL : URI_PROTOCOL; + if (options.reference === "suffix") uriString = (options.scheme ? options.scheme + ":" : "") + "//" + uriString; + var matches = uriString.match(URI_PARSE); + if (matches) { + if (NO_MATCH_IS_UNDEFINED) { + //store each component + components.scheme = matches[1]; + components.userinfo = matches[3]; + components.host = matches[4]; + components.port = parseInt(matches[5], 10); + components.path = matches[6] || ""; + components.query = matches[7]; + components.fragment = matches[8]; + //fix port number + if (isNaN(components.port)) { + components.port = matches[5]; + } + } else { + //IE FIX for improper RegExp matching + //store each component + components.scheme = matches[1] || undefined; + components.userinfo = uriString.indexOf("@") !== -1 ? matches[3] : undefined; + components.host = uriString.indexOf("//") !== -1 ? matches[4] : undefined; + components.port = parseInt(matches[5], 10); + components.path = matches[6] || ""; + components.query = uriString.indexOf("?") !== -1 ? matches[7] : undefined; + components.fragment = uriString.indexOf("#") !== -1 ? matches[8] : undefined; + //fix port number + if (isNaN(components.port)) { + components.port = uriString.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/) ? matches[4] : undefined; + } + } + if (components.host) { + //normalize IP hosts + components.host = _normalizeIPv6(_normalizeIPv4(components.host, protocol), protocol); + } + //determine reference type + if (components.scheme === undefined && components.userinfo === undefined && components.host === undefined && components.port === undefined && !components.path && components.query === undefined) { + components.reference = "same-document"; + } else if (components.scheme === undefined) { + components.reference = "relative"; + } else if (components.fragment === undefined) { + components.reference = "absolute"; + } else { + components.reference = "uri"; + } + //check for reference errors + if (options.reference && options.reference !== "suffix" && options.reference !== components.reference) { + components.error = components.error || "URI is not a " + options.reference + " reference."; + } + //find scheme handler + var schemeHandler = SCHEMES[(options.scheme || components.scheme || "").toLowerCase()]; + //check if scheme can't handle IRIs + if (!options.unicodeSupport && (!schemeHandler || !schemeHandler.unicodeSupport)) { + //if host component is a domain name + if (components.host && (options.domainHost || schemeHandler && schemeHandler.domainHost)) { + //convert Unicode IDN -> ASCII IDN + try { + components.host = punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, pctDecChars).toLowerCase()); + } catch (e) { + components.error = components.error || "Host's domain name can not be converted to ASCII via punycode: " + e; + } + } + //convert IRI -> URI + _normalizeComponentEncoding(components, URI_PROTOCOL); + } else { + //normalize encodings + _normalizeComponentEncoding(components, protocol); + } + //perform scheme specific parsing + if (schemeHandler && schemeHandler.parse) { + schemeHandler.parse(components, options); + } + } else { + components.error = components.error || "URI can not be parsed."; + } + return components; +} + +function _recomposeAuthority(components, options) { + var protocol = options.iri !== false ? IRI_PROTOCOL : URI_PROTOCOL; + var uriTokens = []; + if (components.userinfo !== undefined) { + uriTokens.push(components.userinfo); + uriTokens.push("@"); + } + if (components.host !== undefined) { + //normalize IP hosts, add brackets and escape zone separator for IPv6 + uriTokens.push(_normalizeIPv6(_normalizeIPv4(String(components.host), protocol), protocol).replace(protocol.IPV6ADDRESS, function (_, $1, $2) { + return "[" + $1 + ($2 ? "%25" + $2 : "") + "]"; + })); + } + if (typeof components.port === "number" || typeof components.port === "string") { + uriTokens.push(":"); + uriTokens.push(String(components.port)); + } + return uriTokens.length ? uriTokens.join("") : undefined; +} + +var RDS1 = /^\.\.?\//; +var RDS2 = /^\/\.(\/|$)/; +var RDS3 = /^\/\.\.(\/|$)/; +var RDS5 = /^\/?(?:.|\n)*?(?=\/|$)/; +function removeDotSegments(input) { + var output = []; + while (input.length) { + if (input.match(RDS1)) { + input = input.replace(RDS1, ""); + } else if (input.match(RDS2)) { + input = input.replace(RDS2, "/"); + } else if (input.match(RDS3)) { + input = input.replace(RDS3, "/"); + output.pop(); + } else if (input === "." || input === "..") { + input = ""; + } else { + var im = input.match(RDS5); + if (im) { + var s = im[0]; + input = input.slice(s.length); + output.push(s); + } else { + throw new Error("Unexpected dot segment condition"); + } + } + } + return output.join(""); +} + +function serialize(components) { + var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + var protocol = options.iri ? IRI_PROTOCOL : URI_PROTOCOL; + var uriTokens = []; + //find scheme handler + var schemeHandler = SCHEMES[(options.scheme || components.scheme || "").toLowerCase()]; + //perform scheme specific serialization + if (schemeHandler && schemeHandler.serialize) schemeHandler.serialize(components, options); + if (components.host) { + //if host component is an IPv6 address + if (protocol.IPV6ADDRESS.test(components.host)) {} + //TODO: normalize IPv6 address as per RFC 5952 + + //if host component is a domain name + else if (options.domainHost || schemeHandler && schemeHandler.domainHost) { + //convert IDN via punycode + try { + components.host = !options.iri ? punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, pctDecChars).toLowerCase()) : punycode.toUnicode(components.host); + } catch (e) { + components.error = components.error || "Host's domain name can not be converted to " + (!options.iri ? "ASCII" : "Unicode") + " via punycode: " + e; + } + } + } + //normalize encoding + _normalizeComponentEncoding(components, protocol); + if (options.reference !== "suffix" && components.scheme) { + uriTokens.push(components.scheme); + uriTokens.push(":"); + } + var authority = _recomposeAuthority(components, options); + if (authority !== undefined) { + if (options.reference !== "suffix") { + uriTokens.push("//"); + } + uriTokens.push(authority); + if (components.path && components.path.charAt(0) !== "/") { + uriTokens.push("/"); + } + } + if (components.path !== undefined) { + var s = components.path; + if (!options.absolutePath && (!schemeHandler || !schemeHandler.absolutePath)) { + s = removeDotSegments(s); + } + if (authority === undefined) { + s = s.replace(/^\/\//, "/%2F"); //don't allow the path to start with "//" + } + uriTokens.push(s); + } + if (components.query !== undefined) { + uriTokens.push("?"); + uriTokens.push(components.query); + } + if (components.fragment !== undefined) { + uriTokens.push("#"); + uriTokens.push(components.fragment); + } + return uriTokens.join(""); //merge tokens into a string +} + +function resolveComponents(base, relative) { + var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + var skipNormalization = arguments[3]; + + var target = {}; + if (!skipNormalization) { + base = parse(serialize(base, options), options); //normalize base components + relative = parse(serialize(relative, options), options); //normalize relative components + } + options = options || {}; + if (!options.tolerant && relative.scheme) { + target.scheme = relative.scheme; + //target.authority = relative.authority; + target.userinfo = relative.userinfo; + target.host = relative.host; + target.port = relative.port; + target.path = removeDotSegments(relative.path || ""); + target.query = relative.query; + } else { + if (relative.userinfo !== undefined || relative.host !== undefined || relative.port !== undefined) { + //target.authority = relative.authority; + target.userinfo = relative.userinfo; + target.host = relative.host; + target.port = relative.port; + target.path = removeDotSegments(relative.path || ""); + target.query = relative.query; + } else { + if (!relative.path) { + target.path = base.path; + if (relative.query !== undefined) { + target.query = relative.query; + } else { + target.query = base.query; + } + } else { + if (relative.path.charAt(0) === "/") { + target.path = removeDotSegments(relative.path); + } else { + if ((base.userinfo !== undefined || base.host !== undefined || base.port !== undefined) && !base.path) { + target.path = "/" + relative.path; + } else if (!base.path) { + target.path = relative.path; + } else { + target.path = base.path.slice(0, base.path.lastIndexOf("/") + 1) + relative.path; + } + target.path = removeDotSegments(target.path); + } + target.query = relative.query; + } + //target.authority = base.authority; + target.userinfo = base.userinfo; + target.host = base.host; + target.port = base.port; + } + target.scheme = base.scheme; + } + target.fragment = relative.fragment; + return target; +} + +function resolve(baseURI, relativeURI, options) { + var schemelessOptions = assign({ scheme: 'null' }, options); + return serialize(resolveComponents(parse(baseURI, schemelessOptions), parse(relativeURI, schemelessOptions), schemelessOptions, true), schemelessOptions); +} + +function normalize(uri, options) { + if (typeof uri === "string") { + uri = serialize(parse(uri, options), options); + } else if (typeOf(uri) === "object") { + uri = parse(serialize(uri, options), options); + } + return uri; +} + +function equal(uriA, uriB, options) { + if (typeof uriA === "string") { + uriA = serialize(parse(uriA, options), options); + } else if (typeOf(uriA) === "object") { + uriA = serialize(uriA, options); + } + if (typeof uriB === "string") { + uriB = serialize(parse(uriB, options), options); + } else if (typeOf(uriB) === "object") { + uriB = serialize(uriB, options); + } + return uriA === uriB; +} + +function escapeComponent(str, options) { + return str && str.toString().replace(!options || !options.iri ? URI_PROTOCOL.ESCAPE : IRI_PROTOCOL.ESCAPE, pctEncChar); +} + +function unescapeComponent(str, options) { + return str && str.toString().replace(!options || !options.iri ? URI_PROTOCOL.PCT_ENCODED : IRI_PROTOCOL.PCT_ENCODED, pctDecChars); +} + +var handler = { + scheme: "http", + domainHost: true, + parse: function parse(components, options) { + //report missing host + if (!components.host) { + components.error = components.error || "HTTP URIs must have a host."; + } + return components; + }, + serialize: function serialize(components, options) { + var secure = String(components.scheme).toLowerCase() === "https"; + //normalize the default port + if (components.port === (secure ? 443 : 80) || components.port === "") { + components.port = undefined; + } + //normalize the empty path + if (!components.path) { + components.path = "/"; + } + //NOTE: We do not parse query strings for HTTP URIs + //as WWW Form Url Encoded query strings are part of the HTML4+ spec, + //and not the HTTP spec. + return components; + } +}; + +var handler$1 = { + scheme: "https", + domainHost: handler.domainHost, + parse: handler.parse, + serialize: handler.serialize +}; + +function isSecure(wsComponents) { + return typeof wsComponents.secure === 'boolean' ? wsComponents.secure : String(wsComponents.scheme).toLowerCase() === "wss"; +} +//RFC 6455 +var handler$2 = { + scheme: "ws", + domainHost: true, + parse: function parse(components, options) { + var wsComponents = components; + //indicate if the secure flag is set + wsComponents.secure = isSecure(wsComponents); + //construct resouce name + wsComponents.resourceName = (wsComponents.path || '/') + (wsComponents.query ? '?' + wsComponents.query : ''); + wsComponents.path = undefined; + wsComponents.query = undefined; + return wsComponents; + }, + serialize: function serialize(wsComponents, options) { + //normalize the default port + if (wsComponents.port === (isSecure(wsComponents) ? 443 : 80) || wsComponents.port === "") { + wsComponents.port = undefined; + } + //ensure scheme matches secure flag + if (typeof wsComponents.secure === 'boolean') { + wsComponents.scheme = wsComponents.secure ? 'wss' : 'ws'; + wsComponents.secure = undefined; + } + //reconstruct path from resource name + if (wsComponents.resourceName) { + var _wsComponents$resourc = wsComponents.resourceName.split('?'), + _wsComponents$resourc2 = slicedToArray(_wsComponents$resourc, 2), + path = _wsComponents$resourc2[0], + query = _wsComponents$resourc2[1]; + + wsComponents.path = path && path !== '/' ? path : undefined; + wsComponents.query = query; + wsComponents.resourceName = undefined; + } + //forbid fragment component + wsComponents.fragment = undefined; + return wsComponents; + } +}; + +var handler$3 = { + scheme: "wss", + domainHost: handler$2.domainHost, + parse: handler$2.parse, + serialize: handler$2.serialize +}; + +var O = {}; +var isIRI = true; +//RFC 3986 +var UNRESERVED$$ = "[A-Za-z0-9\\-\\.\\_\\~" + (isIRI ? "\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF" : "") + "]"; +var HEXDIG$$ = "[0-9A-Fa-f]"; //case-insensitive +var PCT_ENCODED$ = subexp(subexp("%[EFef]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" + subexp("%[89A-Fa-f]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" + subexp("%" + HEXDIG$$ + HEXDIG$$)); //expanded +//RFC 5322, except these symbols as per RFC 6068: @ : / ? # [ ] & ; = +//const ATEXT$$ = "[A-Za-z0-9\\!\\#\\$\\%\\&\\'\\*\\+\\-\\/\\=\\?\\^\\_\\`\\{\\|\\}\\~]"; +//const WSP$$ = "[\\x20\\x09]"; +//const OBS_QTEXT$$ = "[\\x01-\\x08\\x0B\\x0C\\x0E-\\x1F\\x7F]"; //(%d1-8 / %d11-12 / %d14-31 / %d127) +//const QTEXT$$ = merge("[\\x21\\x23-\\x5B\\x5D-\\x7E]", OBS_QTEXT$$); //%d33 / %d35-91 / %d93-126 / obs-qtext +//const VCHAR$$ = "[\\x21-\\x7E]"; +//const WSP$$ = "[\\x20\\x09]"; +//const OBS_QP$ = subexp("\\\\" + merge("[\\x00\\x0D\\x0A]", OBS_QTEXT$$)); //%d0 / CR / LF / obs-qtext +//const FWS$ = subexp(subexp(WSP$$ + "*" + "\\x0D\\x0A") + "?" + WSP$$ + "+"); +//const QUOTED_PAIR$ = subexp(subexp("\\\\" + subexp(VCHAR$$ + "|" + WSP$$)) + "|" + OBS_QP$); +//const QUOTED_STRING$ = subexp('\\"' + subexp(FWS$ + "?" + QCONTENT$) + "*" + FWS$ + "?" + '\\"'); +var ATEXT$$ = "[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]"; +var QTEXT$$ = "[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]"; +var VCHAR$$ = merge(QTEXT$$, "[\\\"\\\\]"); +var SOME_DELIMS$$ = "[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]"; +var UNRESERVED = new RegExp(UNRESERVED$$, "g"); +var PCT_ENCODED = new RegExp(PCT_ENCODED$, "g"); +var NOT_LOCAL_PART = new RegExp(merge("[^]", ATEXT$$, "[\\.]", '[\\"]', VCHAR$$), "g"); +var NOT_HFNAME = new RegExp(merge("[^]", UNRESERVED$$, SOME_DELIMS$$), "g"); +var NOT_HFVALUE = NOT_HFNAME; +function decodeUnreserved(str) { + var decStr = pctDecChars(str); + return !decStr.match(UNRESERVED) ? str : decStr; +} +var handler$4 = { + scheme: "mailto", + parse: function parse$$1(components, options) { + var mailtoComponents = components; + var to = mailtoComponents.to = mailtoComponents.path ? mailtoComponents.path.split(",") : []; + mailtoComponents.path = undefined; + if (mailtoComponents.query) { + var unknownHeaders = false; + var headers = {}; + var hfields = mailtoComponents.query.split("&"); + for (var x = 0, xl = hfields.length; x < xl; ++x) { + var hfield = hfields[x].split("="); + switch (hfield[0]) { + case "to": + var toAddrs = hfield[1].split(","); + for (var _x = 0, _xl = toAddrs.length; _x < _xl; ++_x) { + to.push(toAddrs[_x]); + } + break; + case "subject": + mailtoComponents.subject = unescapeComponent(hfield[1], options); + break; + case "body": + mailtoComponents.body = unescapeComponent(hfield[1], options); + break; + default: + unknownHeaders = true; + headers[unescapeComponent(hfield[0], options)] = unescapeComponent(hfield[1], options); + break; + } + } + if (unknownHeaders) mailtoComponents.headers = headers; + } + mailtoComponents.query = undefined; + for (var _x2 = 0, _xl2 = to.length; _x2 < _xl2; ++_x2) { + var addr = to[_x2].split("@"); + addr[0] = unescapeComponent(addr[0]); + if (!options.unicodeSupport) { + //convert Unicode IDN -> ASCII IDN + try { + addr[1] = punycode.toASCII(unescapeComponent(addr[1], options).toLowerCase()); + } catch (e) { + mailtoComponents.error = mailtoComponents.error || "Email address's domain name can not be converted to ASCII via punycode: " + e; + } + } else { + addr[1] = unescapeComponent(addr[1], options).toLowerCase(); + } + to[_x2] = addr.join("@"); + } + return mailtoComponents; + }, + serialize: function serialize$$1(mailtoComponents, options) { + var components = mailtoComponents; + var to = toArray(mailtoComponents.to); + if (to) { + for (var x = 0, xl = to.length; x < xl; ++x) { + var toAddr = String(to[x]); + var atIdx = toAddr.lastIndexOf("@"); + var localPart = toAddr.slice(0, atIdx).replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_LOCAL_PART, pctEncChar); + var domain = toAddr.slice(atIdx + 1); + //convert IDN via punycode + try { + domain = !options.iri ? punycode.toASCII(unescapeComponent(domain, options).toLowerCase()) : punycode.toUnicode(domain); + } catch (e) { + components.error = components.error || "Email address's domain name can not be converted to " + (!options.iri ? "ASCII" : "Unicode") + " via punycode: " + e; + } + to[x] = localPart + "@" + domain; + } + components.path = to.join(","); + } + var headers = mailtoComponents.headers = mailtoComponents.headers || {}; + if (mailtoComponents.subject) headers["subject"] = mailtoComponents.subject; + if (mailtoComponents.body) headers["body"] = mailtoComponents.body; + var fields = []; + for (var name in headers) { + if (headers[name] !== O[name]) { + fields.push(name.replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_HFNAME, pctEncChar) + "=" + headers[name].replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_HFVALUE, pctEncChar)); + } + } + if (fields.length) { + components.query = fields.join("&"); + } + return components; + } +}; + +var URN_PARSE = /^([^\:]+)\:(.*)/; +//RFC 2141 +var handler$5 = { + scheme: "urn", + parse: function parse$$1(components, options) { + var matches = components.path && components.path.match(URN_PARSE); + var urnComponents = components; + if (matches) { + var scheme = options.scheme || urnComponents.scheme || "urn"; + var nid = matches[1].toLowerCase(); + var nss = matches[2]; + var urnScheme = scheme + ":" + (options.nid || nid); + var schemeHandler = SCHEMES[urnScheme]; + urnComponents.nid = nid; + urnComponents.nss = nss; + urnComponents.path = undefined; + if (schemeHandler) { + urnComponents = schemeHandler.parse(urnComponents, options); + } + } else { + urnComponents.error = urnComponents.error || "URN can not be parsed."; + } + return urnComponents; + }, + serialize: function serialize$$1(urnComponents, options) { + var scheme = options.scheme || urnComponents.scheme || "urn"; + var nid = urnComponents.nid; + var urnScheme = scheme + ":" + (options.nid || nid); + var schemeHandler = SCHEMES[urnScheme]; + if (schemeHandler) { + urnComponents = schemeHandler.serialize(urnComponents, options); + } + var uriComponents = urnComponents; + var nss = urnComponents.nss; + uriComponents.path = (nid || options.nid) + ":" + nss; + return uriComponents; + } +}; + +var UUID = /^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/; +//RFC 4122 +var handler$6 = { + scheme: "urn:uuid", + parse: function parse(urnComponents, options) { + var uuidComponents = urnComponents; + uuidComponents.uuid = uuidComponents.nss; + uuidComponents.nss = undefined; + if (!options.tolerant && (!uuidComponents.uuid || !uuidComponents.uuid.match(UUID))) { + uuidComponents.error = uuidComponents.error || "UUID is not valid."; + } + return uuidComponents; + }, + serialize: function serialize(uuidComponents, options) { + var urnComponents = uuidComponents; + //normalize UUID + urnComponents.nss = (uuidComponents.uuid || "").toLowerCase(); + return urnComponents; + } +}; + +SCHEMES[handler.scheme] = handler; +SCHEMES[handler$1.scheme] = handler$1; +SCHEMES[handler$2.scheme] = handler$2; +SCHEMES[handler$3.scheme] = handler$3; +SCHEMES[handler$4.scheme] = handler$4; +SCHEMES[handler$5.scheme] = handler$5; +SCHEMES[handler$6.scheme] = handler$6; + +exports.SCHEMES = SCHEMES; +exports.pctEncChar = pctEncChar; +exports.pctDecChars = pctDecChars; +exports.parse = parse; +exports.removeDotSegments = removeDotSegments; +exports.serialize = serialize; +exports.resolveComponents = resolveComponents; +exports.resolve = resolve; +exports.normalize = normalize; +exports.equal = equal; +exports.escapeComponent = escapeComponent; +exports.unescapeComponent = unescapeComponent; + +Object.defineProperty(exports, '__esModule', { value: true }); + +}))); + + +},{}],"ajv":[function(require,module,exports){ +'use strict'; + +var compileSchema = require('./compile') + , resolve = require('./compile/resolve') + , Cache = require('./cache') + , SchemaObject = require('./compile/schema_obj') + , stableStringify = require('fast-json-stable-stringify') + , formats = require('./compile/formats') + , rules = require('./compile/rules') + , $dataMetaSchema = require('./data') + , util = require('./compile/util'); + +module.exports = Ajv; + +Ajv.prototype.validate = validate; +Ajv.prototype.compile = compile; +Ajv.prototype.addSchema = addSchema; +Ajv.prototype.addMetaSchema = addMetaSchema; +Ajv.prototype.validateSchema = validateSchema; +Ajv.prototype.getSchema = getSchema; +Ajv.prototype.removeSchema = removeSchema; +Ajv.prototype.addFormat = addFormat; +Ajv.prototype.errorsText = errorsText; + +Ajv.prototype._addSchema = _addSchema; +Ajv.prototype._compile = _compile; + +Ajv.prototype.compileAsync = require('./compile/async'); +var customKeyword = require('./keyword'); +Ajv.prototype.addKeyword = customKeyword.add; +Ajv.prototype.getKeyword = customKeyword.get; +Ajv.prototype.removeKeyword = customKeyword.remove; +Ajv.prototype.validateKeyword = customKeyword.validate; + +var errorClasses = require('./compile/error_classes'); +Ajv.ValidationError = errorClasses.Validation; +Ajv.MissingRefError = errorClasses.MissingRef; +Ajv.$dataMetaSchema = $dataMetaSchema; + +var META_SCHEMA_ID = 'http://json-schema.org/draft-07/schema'; + +var META_IGNORE_OPTIONS = [ 'removeAdditional', 'useDefaults', 'coerceTypes', 'strictDefaults' ]; +var META_SUPPORT_DATA = ['/properties']; + +/** + * Creates validator instance. + * Usage: `Ajv(opts)` + * @param {Object} opts optional options + * @return {Object} ajv instance + */ +function Ajv(opts) { + if (!(this instanceof Ajv)) return new Ajv(opts); + opts = this._opts = util.copy(opts) || {}; + setLogger(this); + this._schemas = {}; + this._refs = {}; + this._fragments = {}; + this._formats = formats(opts.format); + + this._cache = opts.cache || new Cache; + this._loadingSchemas = {}; + this._compilations = []; + this.RULES = rules(); + this._getId = chooseGetId(opts); + + opts.loopRequired = opts.loopRequired || Infinity; + if (opts.errorDataPath == 'property') opts._errorDataPathProperty = true; + if (opts.serialize === undefined) opts.serialize = stableStringify; + this._metaOpts = getMetaSchemaOptions(this); + + if (opts.formats) addInitialFormats(this); + if (opts.keywords) addInitialKeywords(this); + addDefaultMetaSchema(this); + if (typeof opts.meta == 'object') this.addMetaSchema(opts.meta); + if (opts.nullable) this.addKeyword('nullable', {metaSchema: {type: 'boolean'}}); + addInitialSchemas(this); +} + + + +/** + * Validate data using schema + * Schema will be compiled and cached (using serialized JSON as key. [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify) is used to serialize. + * @this Ajv + * @param {String|Object} schemaKeyRef key, ref or schema object + * @param {Any} data to be validated + * @return {Boolean} validation result. Errors from the last validation will be available in `ajv.errors` (and also in compiled schema: `schema.errors`). + */ +function validate(schemaKeyRef, data) { + var v; + if (typeof schemaKeyRef == 'string') { + v = this.getSchema(schemaKeyRef); + if (!v) throw new Error('no schema with key or ref "' + schemaKeyRef + '"'); + } else { + var schemaObj = this._addSchema(schemaKeyRef); + v = schemaObj.validate || this._compile(schemaObj); + } + + var valid = v(data); + if (v.$async !== true) this.errors = v.errors; + return valid; +} + + +/** + * Create validating function for passed schema. + * @this Ajv + * @param {Object} schema schema object + * @param {Boolean} _meta true if schema is a meta-schema. Used internally to compile meta schemas of custom keywords. + * @return {Function} validating function + */ +function compile(schema, _meta) { + var schemaObj = this._addSchema(schema, undefined, _meta); + return schemaObj.validate || this._compile(schemaObj); +} + + +/** + * Adds schema to the instance. + * @this Ajv + * @param {Object|Array} schema schema or array of schemas. If array is passed, `key` and other parameters will be ignored. + * @param {String} key Optional schema key. Can be passed to `validate` method instead of schema object or id/ref. One schema per instance can have empty `id` and `key`. + * @param {Boolean} _skipValidation true to skip schema validation. Used internally, option validateSchema should be used instead. + * @param {Boolean} _meta true if schema is a meta-schema. Used internally, addMetaSchema should be used instead. + * @return {Ajv} this for method chaining + */ +function addSchema(schema, key, _skipValidation, _meta) { + if (Array.isArray(schema)){ + for (var i=0; i} errors optional array of validation errors, if not passed errors from the instance are used. + * @param {Object} options optional options with properties `separator` and `dataVar`. + * @return {String} human readable string with all errors descriptions + */ +function errorsText(errors, options) { + errors = errors || this.errors; + if (!errors) return 'No errors'; + options = options || {}; + var separator = options.separator === undefined ? ', ' : options.separator; + var dataVar = options.dataVar === undefined ? 'data' : options.dataVar; + + var text = ''; + for (var i=0; i%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,u=/^(?:(?:http[s\u017F]?|ftp):\/\/)(?:(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+(?::(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?@)?(?:(?!10(?:\.[0-9]{1,3}){3})(?!127(?:\.[0-9]{1,3}){3})(?!169\.254(?:\.[0-9]{1,3}){2})(?!192\.168(?:\.[0-9]{1,3}){2})(?!172\.(?:1[6-9]|2[0-9]|3[01])(?:\.[0-9]{1,3}){2})(?:[1-9][0-9]?|1[0-9][0-9]|2[01][0-9]|22[0-3])(?:\.(?:1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])){2}(?:\.(?:[1-9][0-9]?|1[0-9][0-9]|2[0-4][0-9]|25[0-4]))|(?:(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)(?:\.(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)*(?:\.(?:(?:[a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]){2,})))(?::[0-9]{2,5})?(?:\/(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?$/i,h=/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,d=/^(?:\/(?:[^~/]|~0|~1)*)*$/,p=/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,f=/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/;function m(e){return a.copy(m[e="full"==e?"full":"fast"])}function v(e){var r=e.match(o);if(!r)return!1;var t,a=+r[2],s=+r[3];return 1<=a&&a<=12&&1<=s&&s<=(2!=a||((t=+r[1])%4!=0||t%100==0&&t%400!=0)?i[a]:29)}function y(e,r){var t=e.match(n);if(!t)return!1;var a=t[1],s=t[2],o=t[3];return(a<=23&&s<=59&&o<=59||23==a&&59==s&&60==o)&&(!r||t[5])}(r.exports=m).fast={date:/^\d\d\d\d-[0-1]\d-[0-3]\d$/,time:/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,"date-time":/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,"uri-template":c,url:u,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i,hostname:s,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:w,uuid:h,"json-pointer":d,"json-pointer-uri-fragment":p,"relative-json-pointer":f},m.full={date:v,time:y,"date-time":function(e){var r=e.split(g);return 2==r.length&&v(r[0])&&y(r[1],!0)},uri:function(e){return P.test(e)&&l.test(e)},"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":c,url:u,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:s,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:w,uuid:h,"json-pointer":d,"json-pointer-uri-fragment":p,"relative-json-pointer":f};var g=/t|\s/i;var P=/\/|:/;var E=/[^\\]\\Z/;function w(e){if(E.test(e))return!1;try{return new RegExp(e),!0}catch(e){return!1}}},{"./util":10}],5:[function(e,r,t){"use strict";var R=e("./resolve"),$=e("./util"),j=e("./error_classes"),D=e("fast-json-stable-stringify"),O=e("../dotjs/validate"),I=$.ucs2length,A=e("fast-deep-equal"),k=j.Validation;function C(e,c,u,r){var d=this,p=this._opts,h=[void 0],f={},l=[],t={},m=[],a={},v=[],s=function(e,r,t){var a=L.call(this,e,r,t);return 0<=a?{index:a,compiling:!0}:{index:a=this._compilations.length,compiling:!(this._compilations[a]={schema:e,root:r,baseId:t})}}.call(this,e,c=c||{schema:e,refVal:h,refs:f},r),o=this._compilations[s.index];if(s.compiling)return o.callValidate=P;var y=this._formats,g=this.RULES;try{var i=E(e,c,u,r);o.validate=i;var n=o.callValidate;return n&&(n.schema=i.schema,n.errors=null,n.refs=i.refs,n.refVal=i.refVal,n.root=i.root,n.$async=i.$async,p.sourceCode&&(n.source=i.source)),i}finally{(function(e,r,t){var a=L.call(this,e,r,t);0<=a&&this._compilations.splice(a,1)}).call(this,e,c,r)}function P(){var e=o.validate,r=e.apply(this,arguments);return P.errors=e.errors,r}function E(e,r,t,a){var s=!r||r&&r.schema==e;if(r.schema!=c.schema)return C.call(d,e,r,t,a);var o=!0===e.$async,i=O({isTop:!0,schema:e,isRoot:s,baseId:a,root:r,schemaPath:"",errSchemaPath:"#",errorPath:'""',MissingRefError:j.MissingRef,RULES:g,validate:O,util:$,resolve:R,resolveRef:w,usePattern:_,useDefault:F,useCustomRule:x,opts:p,formats:y,logger:d.logger,self:d}),i=Q(h,z)+Q(l,N)+Q(m,q)+Q(v,T)+i;p.processCode&&(i=p.processCode(i,e));try{var n=new Function("self","RULES","formats","root","refVal","defaults","customRules","equal","ucs2length","ValidationError",i)(d,g,y,c,h,m,v,A,I,k);h[0]=n}catch(e){throw d.logger.error("Error compiling schema, function code:",i),e}return n.schema=e,n.errors=null,n.refs=f,n.refVal=h,n.root=s?n:r,o&&(n.$async=!0),!0===p.sourceCode&&(n.source={code:i,patterns:l,defaults:m}),n}function w(e,r,t){r=R.url(e,r);var a,s,o=f[r];if(void 0!==o)return S(a=h[o],s="refVal["+o+"]");if(!t&&c.refs){var i=c.refs[r];if(void 0!==i)return S(a=c.refVal[i],s=b(r,a))}s=b(r);var n,l=R.call(d,E,c,r);if(void 0!==l||(n=u&&u[r])&&(l=R.inlineRef(n,p.inlineRefs)?n:C.call(d,n,c,u,e)),void 0!==l)return S(h[f[r]]=l,s);delete f[r]}function b(e,r){var t=h.length;return h[t]=r,"refVal"+(f[e]=t)}function S(e,r){return"object"==typeof e||"boolean"==typeof e?{code:r,schema:e,inline:!0}:{code:r,$async:e&&!!e.$async}}function _(e){var r=t[e];return void 0===r&&(r=t[e]=l.length,l[r]=e),"pattern"+r}function F(e){switch(typeof e){case"boolean":case"number":return""+e;case"string":return $.toQuotedString(e);case"object":if(null===e)return"null";var r=D(e),t=a[r];return void 0===t&&(t=a[r]=m.length,m[t]=e),"default"+t}}function x(e,r,t,a){if(!1!==d._opts.validateSchema){var s=e.definition.dependencies;if(s&&!s.every(function(e){return Object.prototype.hasOwnProperty.call(t,e)}))throw new Error("parent schema must have all required keywords: "+s.join(","));var o=e.definition.validateSchema;if(o)if(!o(r)){var i="keyword schema is invalid: "+d.errorsText(o.errors);if("log"!=d._opts.validateSchema)throw new Error(i);d.logger.error(i)}}var n,l=e.definition.compile,c=e.definition.inline,u=e.definition.macro;if(l)n=l.call(d,r,t,a);else if(u)n=u.call(d,r,t,a),!1!==p.validateSchema&&d.validateSchema(n,!0);else if(c)n=c.call(d,a,e.keyword,r,t);else if(!(n=e.definition.validate))return;if(void 0===n)throw new Error('custom keyword "'+e.keyword+'"failed to compile');var h=v.length;return{code:"customRule"+h,validate:v[h]=n}}}function L(e,r,t){for(var a=0;a",_=P?">":"<",F=void 0;if(!y&&"number"!=typeof d&&void 0!==d)throw new Error(r+" must be number");if(!b&&void 0!==w&&"number"!=typeof w&&"boolean"!=typeof w)throw new Error(E+" must be number or boolean");b?(o="exclIsNumber"+u,i="' + "+(n="op"+u)+" + '",c+=" var schemaExcl"+u+" = "+(t=e.util.getData(w.$data,h,e.dataPathArr))+"; ",F=E,(l=l||[]).push(c+=" var "+(a="exclusive"+u)+"; var "+(s="exclType"+u)+" = typeof "+(t="schemaExcl"+u)+"; if ("+s+" != 'boolean' && "+s+" != 'undefined' && "+s+" != 'number') { "),c="",!1!==e.createErrors?(c+=" { keyword: '"+(F||"_exclusiveLimit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(f)+" , params: {} ",!1!==e.opts.messages&&(c+=" , message: '"+E+" should be boolean' "),e.opts.verbose&&(c+=" , schema: validate.schema"+p+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+v+" "),c+=" } "):c+=" {} ",x=c,c=l.pop(),c+=!e.compositeRule&&m?e.async?" throw new ValidationError(["+x+"]); ":" validate.errors = ["+x+"]; return false; ":" var err = "+x+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",c+=" } else if ( ",y&&(c+=" ("+g+" !== undefined && typeof "+g+" != 'number') || "),c+=" "+s+" == 'number' ? ( ("+a+" = "+g+" === undefined || "+t+" "+S+"= "+g+") ? "+v+" "+_+"= "+t+" : "+v+" "+_+" "+g+" ) : ( ("+a+" = "+t+" === true) ? "+v+" "+_+"= "+g+" : "+v+" "+_+" "+g+" ) || "+v+" !== "+v+") { var op"+u+" = "+a+" ? '"+S+"' : '"+S+"='; ",void 0===d&&(f=e.errSchemaPath+"/"+(F=E),g=t,y=b)):(i=S,(o="number"==typeof w)&&y?(n="'"+i+"'",c+=" if ( ",y&&(c+=" ("+g+" !== undefined && typeof "+g+" != 'number') || "),c+=" ( "+g+" === undefined || "+w+" "+S+"= "+g+" ? "+v+" "+_+"= "+w+" : "+v+" "+_+" "+g+" ) || "+v+" !== "+v+") { "):(o&&void 0===d?(a=!0,f=e.errSchemaPath+"/"+(F=E),g=w,_+="="):(o&&(g=Math[P?"min":"max"](w,d)),w===(!o||g)?(a=!0,f=e.errSchemaPath+"/"+(F=E),_+="="):(a=!1,i+="=")),n="'"+i+"'",c+=" if ( ",y&&(c+=" ("+g+" !== undefined && typeof "+g+" != 'number') || "),c+=" "+v+" "+_+" "+g+" || "+v+" !== "+v+") { ")),F=F||r,(l=l||[]).push(c),c="",!1!==e.createErrors?(c+=" { keyword: '"+(F||"_limit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(f)+" , params: { comparison: "+n+", limit: "+g+", exclusive: "+a+" } ",!1!==e.opts.messages&&(c+=" , message: 'should be "+i+" ",c+=y?"' + "+g:g+"'"),e.opts.verbose&&(c+=" , schema: ",c+=y?"validate.schema"+p:""+d,c+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+v+" "),c+=" } "):c+=" {} ";var x=c;return c=l.pop(),c+=!e.compositeRule&&m?e.async?" throw new ValidationError(["+x+"]); ":" validate.errors = ["+x+"]; return false; ":" var err = "+x+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",c+=" } ",m&&(c+=" else { "),c}},{}],14:[function(e,r,t){"use strict";r.exports=function(e,r){var t=" ",a=e.level,s=e.dataLevel,o=e.schema[r],i=e.schemaPath+e.util.getProperty(r),n=e.errSchemaPath+"/"+r,l=!e.opts.allErrors,c="data"+(s||""),u=e.opts.$data&&o&&o.$data,h=u?(t+=" var schema"+a+" = "+e.util.getData(o.$data,s,e.dataPathArr)+"; ","schema"+a):o;if(!u&&"number"!=typeof o)throw new Error(r+" must be number");t+="if ( ",u&&(t+=" ("+h+" !== undefined && typeof "+h+" != 'number') || ");var d=r,p=p||[];p.push(t+=" "+c+".length "+("maxItems"==r?">":"<")+" "+h+") { "),t="",!1!==e.createErrors?(t+=" { keyword: '"+(d||"_limitItems")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(n)+" , params: { limit: "+h+" } ",!1!==e.opts.messages&&(t+=" , message: 'should NOT have ",t+="maxItems"==r?"more":"fewer",t+=" than ",t+=u?"' + "+h+" + '":""+o,t+=" items' "),e.opts.verbose&&(t+=" , schema: ",t+=u?"validate.schema"+i:""+o,t+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),t+=" } "):t+=" {} ";var f=t,t=p.pop();return t+=!e.compositeRule&&l?e.async?" throw new ValidationError(["+f+"]); ":" validate.errors = ["+f+"]; return false; ":" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+="} ",l&&(t+=" else { "),t}},{}],15:[function(e,r,t){"use strict";r.exports=function(e,r){var t=" ",a=e.level,s=e.dataLevel,o=e.schema[r],i=e.schemaPath+e.util.getProperty(r),n=e.errSchemaPath+"/"+r,l=!e.opts.allErrors,c="data"+(s||""),u=e.opts.$data&&o&&o.$data,h=u?(t+=" var schema"+a+" = "+e.util.getData(o.$data,s,e.dataPathArr)+"; ","schema"+a):o;if(!u&&"number"!=typeof o)throw new Error(r+" must be number");t+="if ( ",u&&(t+=" ("+h+" !== undefined && typeof "+h+" != 'number') || "),t+=!1===e.opts.unicode?" "+c+".length ":" ucs2length("+c+") ";var d=r,p=p||[];p.push(t+=" "+("maxLength"==r?">":"<")+" "+h+") { "),t="",!1!==e.createErrors?(t+=" { keyword: '"+(d||"_limitLength")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(n)+" , params: { limit: "+h+" } ",!1!==e.opts.messages&&(t+=" , message: 'should NOT be ",t+="maxLength"==r?"longer":"shorter",t+=" than ",t+=u?"' + "+h+" + '":""+o,t+=" characters' "),e.opts.verbose&&(t+=" , schema: ",t+=u?"validate.schema"+i:""+o,t+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),t+=" } "):t+=" {} ";var f=t,t=p.pop();return t+=!e.compositeRule&&l?e.async?" throw new ValidationError(["+f+"]); ":" validate.errors = ["+f+"]; return false; ":" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+="} ",l&&(t+=" else { "),t}},{}],16:[function(e,r,t){"use strict";r.exports=function(e,r){var t=" ",a=e.level,s=e.dataLevel,o=e.schema[r],i=e.schemaPath+e.util.getProperty(r),n=e.errSchemaPath+"/"+r,l=!e.opts.allErrors,c="data"+(s||""),u=e.opts.$data&&o&&o.$data,h=u?(t+=" var schema"+a+" = "+e.util.getData(o.$data,s,e.dataPathArr)+"; ","schema"+a):o;if(!u&&"number"!=typeof o)throw new Error(r+" must be number");t+="if ( ",u&&(t+=" ("+h+" !== undefined && typeof "+h+" != 'number') || ");var d=r,p=p||[];p.push(t+=" Object.keys("+c+").length "+("maxProperties"==r?">":"<")+" "+h+") { "),t="",!1!==e.createErrors?(t+=" { keyword: '"+(d||"_limitProperties")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(n)+" , params: { limit: "+h+" } ",!1!==e.opts.messages&&(t+=" , message: 'should NOT have ",t+="maxProperties"==r?"more":"fewer",t+=" than ",t+=u?"' + "+h+" + '":""+o,t+=" properties' "),e.opts.verbose&&(t+=" , schema: ",t+=u?"validate.schema"+i:""+o,t+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),t+=" } "):t+=" {} ";var f=t,t=p.pop();return t+=!e.compositeRule&&l?e.async?" throw new ValidationError(["+f+"]); ":" validate.errors = ["+f+"]; return false; ":" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+="} ",l&&(t+=" else { "),t}},{}],17:[function(e,r,t){"use strict";r.exports=function(e,r){var t=" ",a=e.schema[r],s=e.schemaPath+e.util.getProperty(r),o=e.errSchemaPath+"/"+r,i=!e.opts.allErrors,n=e.util.copy(e),l="";n.level++;var c="valid"+n.level,u=n.baseId,h=!0,d=a;if(d)for(var p,f=-1,m=d.length-1;f "+_+") { ",x=c+"["+_+"]",d.schema=$,d.schemaPath=i+"["+_+"]",d.errSchemaPath=n+"/"+_,d.errorPath=e.util.getPathExpr(e.errorPath,_,e.opts.jsonPointers,!0),d.dataPathArr[v]=_,R=e.validate(d),d.baseId=g,e.util.varOccurences(R,y)<2?t+=" "+e.util.varReplace(R,y,x)+" ":t+=" var "+y+" = "+x+"; "+R+" ",t+=" } ",l&&(t+=" if ("+f+") { ",p+="}"))}"object"==typeof b&&(e.opts.strictKeywords?"object"==typeof b&&0 "+o.length+") { for (var "+m+" = "+o.length+"; "+m+" < "+c+".length; "+m+"++) { ",d.errorPath=e.util.getPathExpr(e.errorPath,m,e.opts.jsonPointers,!0),x=c+"["+m+"]",d.dataPathArr[v]=m,R=e.validate(d),d.baseId=g,e.util.varOccurences(R,y)<2?t+=" "+e.util.varReplace(R,y,x)+" ":t+=" var "+y+" = "+x+"; "+R+" ",l&&(t+=" if (!"+f+") break; "),t+=" } } ",l&&(t+=" if ("+f+") { ",p+="}"))}else{(e.opts.strictKeywords?"object"==typeof o&&0 1e-"+e.opts.multipleOfPrecision+" ":" division"+a+" !== parseInt(division"+a+") ",t+=" ) ",u&&(t+=" ) ");var d=d||[];d.push(t+=" ) { "),t="",!1!==e.createErrors?(t+=" { keyword: 'multipleOf' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(n)+" , params: { multipleOf: "+h+" } ",!1!==e.opts.messages&&(t+=" , message: 'should be multiple of ",t+=u?"' + "+h:h+"'"),e.opts.verbose&&(t+=" , schema: ",t+=u?"validate.schema"+i:""+o,t+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+c+" "),t+=" } "):t+=" {} ";var p=t,t=d.pop();return t+=!e.compositeRule&&l?e.async?" throw new ValidationError(["+p+"]); ":" validate.errors = ["+p+"]; return false; ":" var err = "+p+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+="} ",l&&(t+=" else { "),t}},{}],30:[function(e,r,t){"use strict";r.exports=function(e,r){var t=" ",a=e.level,s=e.dataLevel,o=e.schema[r],i=e.schemaPath+e.util.getProperty(r),n=e.errSchemaPath+"/"+r,l=!e.opts.allErrors,c="data"+(s||""),u="errs__"+a,h=e.util.copy(e);h.level++;var d,p,f,m,v="valid"+h.level;return(e.opts.strictKeywords?"object"==typeof o&&0 1) { ",t=e.schema.items&&e.schema.items.type,a=Array.isArray(t),!t||"object"==t||"array"==t||a&&(0<=t.indexOf("object")||0<=t.indexOf("array"))?i+=" outer: for (;i--;) { for (j = i; j--;) { if (equal("+p+"[i], "+p+"[j])) { "+f+" = false; break outer; } } } ":(i+=" var itemIndices = {}, item; for (;i--;) { var item = "+p+"[i]; ",i+=" if ("+e.util["checkDataType"+(a?"s":"")](t,"item",e.opts.strictNumbers,!0)+") continue; ",a&&(i+=" if (typeof item == 'string') item = '\"' + item; "),i+=" if (typeof itemIndices[item] == 'number') { "+f+" = false; j = itemIndices[item]; break; } itemIndices[item] = i; } "),i+=" } ",m&&(i+=" } "),(s=s||[]).push(i+=" if (!"+f+") { "),i="",!1!==e.createErrors?(i+=" { keyword: 'uniqueItems' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(h)+" , params: { i: i, j: j } ",!1!==e.opts.messages&&(i+=" , message: 'should NOT have duplicate items (items ## ' + j + ' and ' + i + ' are identical)' "),e.opts.verbose&&(i+=" , schema: ",i+=m?"validate.schema"+u:""+c,i+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+p+" "),i+=" } "):i+=" {} ",o=i,i=s.pop(),i+=!e.compositeRule&&d?e.async?" throw new ValidationError(["+o+"]); ":" validate.errors = ["+o+"]; return false; ":" var err = "+o+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",i+=" } ",d&&(i+=" else { ")):d&&(i+=" if (true) { "),i}},{}],38:[function(e,r,t){"use strict";r.exports=function(a,e){var r="",t=!0===a.schema.$async,s=a.util.schemaHasRulesExcept(a.schema,a.RULES.all,"$ref"),o=a.self._getId(a.schema);if(a.opts.strictKeywords){var i=a.util.schemaUnknownRules(a.schema,a.RULES.keywords);if(i){var n="unknown keyword: "+i;if("log"!==a.opts.strictKeywords)throw new Error(n);a.logger.warn(n)}}if(a.isTop&&(r+=" var validate = ",t&&(a.async=!0,r+="async "),r+="function(data, dataPath, parentData, parentDataProperty, rootData) { 'use strict'; ",o&&(a.opts.sourceCode||a.opts.processCode)&&(r+=" /*# sourceURL="+o+" */ ")),"boolean"==typeof a.schema||!s&&!a.schema.$ref){var l=a.level,c=a.dataLevel,u=a.schema[e="false schema"],h=a.schemaPath+a.util.getProperty(e),d=a.errSchemaPath+"/"+e,p=!a.opts.allErrors,f="data"+(c||""),m="valid"+l;return!1===a.schema?(a.isTop?p=!0:r+=" var "+m+" = false; ",(U=U||[]).push(r),r="",!1!==a.createErrors?(r+=" { keyword: 'false schema' , dataPath: (dataPath || '') + "+a.errorPath+" , schemaPath: "+a.util.toQuotedString(d)+" , params: {} ",!1!==a.opts.messages&&(r+=" , message: 'boolean schema is false' "),a.opts.verbose&&(r+=" , schema: false , parentSchema: validate.schema"+a.schemaPath+" , data: "+f+" "),r+=" } "):r+=" {} ",D=r,r=U.pop(),r+=!a.compositeRule&&p?a.async?" throw new ValidationError(["+D+"]); ":" validate.errors = ["+D+"]; return false; ":" var err = "+D+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "):r+=a.isTop?t?" return data; ":" validate.errors = null; return true; ":" var "+m+" = true; ",a.isTop&&(r+=" }; return validate; "),r}if(a.isTop){var v=a.isTop,l=a.level=0,c=a.dataLevel=0,f="data";if(a.rootId=a.resolve.fullPath(a.self._getId(a.root.schema)),a.baseId=a.baseId||a.rootId,delete a.isTop,a.dataPathArr=[""],void 0!==a.schema.default&&a.opts.useDefaults&&a.opts.strictDefaults){var y="default is ignored in the schema root";if("log"!==a.opts.strictDefaults)throw new Error(y);a.logger.warn(y)}r+=" var vErrors = null; ",r+=" var errors = 0; ",r+=" if (rootData === undefined) rootData = data; "}else{l=a.level,f="data"+((c=a.dataLevel)||"");if(o&&(a.baseId=a.resolve.url(a.baseId,o)),t&&!a.async)throw new Error("async schema in sync schema");r+=" var errs_"+l+" = errors;"}var g,m="valid"+l,p=!a.opts.allErrors,P="",E="",w=a.schema.type,b=Array.isArray(w);if(w&&a.opts.nullable&&!0===a.schema.nullable&&(b?-1==w.indexOf("null")&&(w=w.concat("null")):"null"!=w&&(w=[w,"null"],b=!0)),b&&1==w.length&&(w=w[0],b=!1),a.schema.$ref&&s){if("fail"==a.opts.extendRefs)throw new Error('$ref: validation keywords used in schema at path "'+a.errSchemaPath+'" (see option extendRefs)');!0!==a.opts.extendRefs&&(s=!1,a.logger.warn('$ref: keywords ignored in schema at path "'+a.errSchemaPath+'"'))}if(a.schema.$comment&&a.opts.$comment&&(r+=" "+a.RULES.all.$comment.code(a,"$comment")),w){a.opts.coerceTypes&&(g=a.util.coerceToTypes(a.opts.coerceTypes,w));var S=a.RULES.types[w];if(g||b||!0===S||S&&!Z(S)){h=a.schemaPath+".type",d=a.errSchemaPath+"/type",h=a.schemaPath+".type",d=a.errSchemaPath+"/type";if(r+=" if ("+a.util[b?"checkDataTypes":"checkDataType"](w,f,a.opts.strictNumbers,!0)+") { ",g){var _="dataType"+l,F="coerced"+l;r+=" var "+_+" = typeof "+f+"; var "+F+" = undefined; ","array"==a.opts.coerceTypes&&(r+=" if ("+_+" == 'object' && Array.isArray("+f+") && "+f+".length == 1) { "+f+" = "+f+"[0]; "+_+" = typeof "+f+"; if ("+a.util.checkDataType(a.schema.type,f,a.opts.strictNumbers)+") "+F+" = "+f+"; } "),r+=" if ("+F+" !== undefined) ; ";var x=g;if(x)for(var R,$=-1,j=x.length-1;$= 0x80 (not a basic code point)","invalid-input":"Invalid input"},k=Math.floor,C=String.fromCharCode;function L(e){throw new RangeError(i[e])}function n(e,r){var t=e.split("@"),a="";return 1>1,e+=k(e/r);455k((A-a)/h))&&L("overflow"),a+=p*h;var f=d<=o?1:o+26<=d?26:d-o;if(pk(A/m)&&L("overflow"),h*=m}var v=r.length+1,o=z(a-u,v,0==u);k(a/v)>A-s&&L("overflow"),s+=k(a/v),a%=v,r.splice(a++,0,s)}return String.fromCodePoint.apply(String,r)}function c(e){var r=[],t=(e=N(e)).length,a=128,s=0,o=72,i=!0,n=!1,l=void 0;try{for(var c,u=e[Symbol.iterator]();!(i=(c=u.next()).done);i=!0){var h=c.value;h<128&&r.push(C(h))}}catch(e){n=!0,l=e}finally{try{!i&&u.return&&u.return()}finally{if(n)throw l}}var d=r.length,p=d;for(d&&r.push("-");pk((A-s)/w)&&L("overflow"),s+=(f-a)*w,a=f;var b=!0,S=!1,_=void 0;try{for(var F,x=e[Symbol.iterator]();!(b=(F=x.next()).done);b=!0){var R=F.value;if(RA&&L("overflow"),R==a){for(var $=s,j=36;;j+=36){var D=j<=o?1:o+26<=j?26:j-o;if($>6|192).toString(16).toUpperCase()+"%"+(63&r|128).toString(16).toUpperCase():"%"+(r>>12|224).toString(16).toUpperCase()+"%"+(r>>6&63|128).toString(16).toUpperCase()+"%"+(63&r|128).toString(16).toUpperCase()}function p(e){for(var r="",t=0,a=e.length;tA-Z\\x5E-\\x7E]",'[\\"\\\\]')),Y=new RegExp(K,"g"),W=new RegExp("(?:(?:%[EFef][0-9A-Fa-f]%[0-9A-Fa-f][0-9A-Fa-f]%[0-9A-Fa-f][0-9A-Fa-f])|(?:%[89A-Fa-f][0-9A-Fa-f]%[0-9A-Fa-f][0-9A-Fa-f])|(?:%[0-9A-Fa-f][0-9A-Fa-f]))","g"),X=new RegExp(J("[^]","[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]","[\\.]",'[\\"]',G),"g"),ee=new RegExp(J("[^]",K,"[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]"),"g"),re=ee;function te(e){var r=p(e);return r.match(Y)?r:e}var ae={scheme:"mailto",parse:function(e,r){var t=e,a=t.to=t.path?t.path.split(","):[];if(t.path=void 0,t.query){for(var s=!1,o={},i=t.query.split("&"),n=0,l=i.length;n); + + message: string; + errors: Array; + ajv: true; + validation: true; + } + + class MissingRefError extends Error { + constructor(baseId: string, ref: string, message?: string); + static message: (baseId: string, ref: string) => string; + + message: string; + missingRef: string; + missingSchema: string; + } +} + +declare namespace ajv { + type ValidationError = AjvErrors.ValidationError; + + type MissingRefError = AjvErrors.MissingRefError; + + interface Ajv { + /** + * Validate data using schema + * Schema will be compiled and cached (using serialized JSON as key, [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify) is used to serialize by default). + * @param {string|object|Boolean} schemaKeyRef key, ref or schema object + * @param {Any} data to be validated + * @return {Boolean} validation result. Errors from the last validation will be available in `ajv.errors` (and also in compiled schema: `schema.errors`). + */ + validate(schemaKeyRef: object | string | boolean, data: any): boolean | PromiseLike; + /** + * Create validating function for passed schema. + * @param {object|Boolean} schema schema object + * @return {Function} validating function + */ + compile(schema: object | boolean): ValidateFunction; + /** + * Creates validating function for passed schema with asynchronous loading of missing schemas. + * `loadSchema` option should be a function that accepts schema uri and node-style callback. + * @this Ajv + * @param {object|Boolean} schema schema object + * @param {Boolean} meta optional true to compile meta-schema; this parameter can be skipped + * @param {Function} callback optional node-style callback, it is always called with 2 parameters: error (or null) and validating function. + * @return {PromiseLike} validating function + */ + compileAsync(schema: object | boolean, meta?: Boolean, callback?: (err: Error, validate: ValidateFunction) => any): PromiseLike; + /** + * Adds schema to the instance. + * @param {object|Array} schema schema or array of schemas. If array is passed, `key` and other parameters will be ignored. + * @param {string} key Optional schema key. Can be passed to `validate` method instead of schema object or id/ref. One schema per instance can have empty `id` and `key`. + * @return {Ajv} this for method chaining + */ + addSchema(schema: Array | object, key?: string): Ajv; + /** + * Add schema that will be used to validate other schemas + * options in META_IGNORE_OPTIONS are alway set to false + * @param {object} schema schema object + * @param {string} key optional schema key + * @return {Ajv} this for method chaining + */ + addMetaSchema(schema: object, key?: string): Ajv; + /** + * Validate schema + * @param {object|Boolean} schema schema to validate + * @return {Boolean} true if schema is valid + */ + validateSchema(schema: object | boolean): boolean; + /** + * Get compiled schema from the instance by `key` or `ref`. + * @param {string} keyRef `key` that was passed to `addSchema` or full schema reference (`schema.id` or resolved id). + * @return {Function} schema validating function (with property `schema`). Returns undefined if keyRef can't be resolved to an existing schema. + */ + getSchema(keyRef: string): ValidateFunction | undefined; + /** + * Remove cached schema(s). + * If no parameter is passed all schemas but meta-schemas are removed. + * If RegExp is passed all schemas with key/id matching pattern but meta-schemas are removed. + * Even if schema is referenced by other schemas it still can be removed as other schemas have local references. + * @param {string|object|RegExp|Boolean} schemaKeyRef key, ref, pattern to match key/ref or schema object + * @return {Ajv} this for method chaining + */ + removeSchema(schemaKeyRef?: object | string | RegExp | boolean): Ajv; + /** + * Add custom format + * @param {string} name format name + * @param {string|RegExp|Function} format string is converted to RegExp; function should return boolean (true when valid) + * @return {Ajv} this for method chaining + */ + addFormat(name: string, format: FormatValidator | FormatDefinition): Ajv; + /** + * Define custom keyword + * @this Ajv + * @param {string} keyword custom keyword, should be a valid identifier, should be different from all standard, custom and macro keywords. + * @param {object} definition keyword definition object with properties `type` (type(s) which the keyword applies to), `validate` or `compile`. + * @return {Ajv} this for method chaining + */ + addKeyword(keyword: string, definition: KeywordDefinition): Ajv; + /** + * Get keyword definition + * @this Ajv + * @param {string} keyword pre-defined or custom keyword. + * @return {object|Boolean} custom keyword definition, `true` if it is a predefined keyword, `false` otherwise. + */ + getKeyword(keyword: string): object | boolean; + /** + * Remove keyword + * @this Ajv + * @param {string} keyword pre-defined or custom keyword. + * @return {Ajv} this for method chaining + */ + removeKeyword(keyword: string): Ajv; + /** + * Validate keyword + * @this Ajv + * @param {object} definition keyword definition object + * @param {boolean} throwError true to throw exception if definition is invalid + * @return {boolean} validation result + */ + validateKeyword(definition: KeywordDefinition, throwError: boolean): boolean; + /** + * Convert array of error message objects to string + * @param {Array} errors optional array of validation errors, if not passed errors from the instance are used. + * @param {object} options optional options with properties `separator` and `dataVar`. + * @return {string} human readable string with all errors descriptions + */ + errorsText(errors?: Array | null, options?: ErrorsTextOptions): string; + errors?: Array | null; + _opts: Options; + } + + interface CustomLogger { + log(...args: any[]): any; + warn(...args: any[]): any; + error(...args: any[]): any; + } + + interface ValidateFunction { + ( + data: any, + dataPath?: string, + parentData?: object | Array, + parentDataProperty?: string | number, + rootData?: object | Array + ): boolean | PromiseLike; + schema?: object | boolean; + errors?: null | Array; + refs?: object; + refVal?: Array; + root?: ValidateFunction | object; + $async?: true; + source?: object; + } + + interface Options { + $data?: boolean; + allErrors?: boolean; + verbose?: boolean; + jsonPointers?: boolean; + uniqueItems?: boolean; + unicode?: boolean; + format?: false | string; + formats?: object; + keywords?: object; + unknownFormats?: true | string[] | 'ignore'; + schemas?: Array | object; + schemaId?: '$id' | 'id' | 'auto'; + missingRefs?: true | 'ignore' | 'fail'; + extendRefs?: true | 'ignore' | 'fail'; + loadSchema?: (uri: string, cb?: (err: Error, schema: object) => void) => PromiseLike; + removeAdditional?: boolean | 'all' | 'failing'; + useDefaults?: boolean | 'empty' | 'shared'; + coerceTypes?: boolean | 'array'; + strictDefaults?: boolean | 'log'; + strictKeywords?: boolean | 'log'; + strictNumbers?: boolean; + async?: boolean | string; + transpile?: string | ((code: string) => string); + meta?: boolean | object; + validateSchema?: boolean | 'log'; + addUsedSchema?: boolean; + inlineRefs?: boolean | number; + passContext?: boolean; + loopRequired?: number; + ownProperties?: boolean; + multipleOfPrecision?: boolean | number; + errorDataPath?: string, + messages?: boolean; + sourceCode?: boolean; + processCode?: (code: string, schema: object) => string; + cache?: object; + logger?: CustomLogger | false; + nullable?: boolean; + serialize?: ((schema: object | boolean) => any) | false; + } + + type FormatValidator = string | RegExp | ((data: string) => boolean | PromiseLike); + type NumberFormatValidator = ((data: number) => boolean | PromiseLike); + + interface NumberFormatDefinition { + type: "number", + validate: NumberFormatValidator; + compare?: (data1: number, data2: number) => number; + async?: boolean; + } + + interface StringFormatDefinition { + type?: "string", + validate: FormatValidator; + compare?: (data1: string, data2: string) => number; + async?: boolean; + } + + type FormatDefinition = NumberFormatDefinition | StringFormatDefinition; + + interface KeywordDefinition { + type?: string | Array; + async?: boolean; + $data?: boolean; + errors?: boolean | string; + metaSchema?: object; + // schema: false makes validate not to expect schema (ValidateFunction) + schema?: boolean; + statements?: boolean; + dependencies?: Array; + modifying?: boolean; + valid?: boolean; + // one and only one of the following properties should be present + validate?: SchemaValidateFunction | ValidateFunction; + compile?: (schema: any, parentSchema: object, it: CompilationContext) => ValidateFunction; + macro?: (schema: any, parentSchema: object, it: CompilationContext) => object | boolean; + inline?: (it: CompilationContext, keyword: string, schema: any, parentSchema: object) => string; + } + + interface CompilationContext { + level: number; + dataLevel: number; + dataPathArr: string[]; + schema: any; + schemaPath: string; + baseId: string; + async: boolean; + opts: Options; + formats: { + [index: string]: FormatDefinition | undefined; + }; + keywords: { + [index: string]: KeywordDefinition | undefined; + }; + compositeRule: boolean; + validate: (schema: object) => boolean; + util: { + copy(obj: any, target?: any): any; + toHash(source: string[]): { [index: string]: true | undefined }; + equal(obj: any, target: any): boolean; + getProperty(str: string): string; + schemaHasRules(schema: object, rules: any): string; + escapeQuotes(str: string): string; + toQuotedString(str: string): string; + getData(jsonPointer: string, dataLevel: number, paths: string[]): string; + escapeJsonPointer(str: string): string; + unescapeJsonPointer(str: string): string; + escapeFragment(str: string): string; + unescapeFragment(str: string): string; + }; + self: Ajv; + } + + interface SchemaValidateFunction { + ( + schema: any, + data: any, + parentSchema?: object, + dataPath?: string, + parentData?: object | Array, + parentDataProperty?: string | number, + rootData?: object | Array + ): boolean | PromiseLike; + errors?: Array; + } + + interface ErrorsTextOptions { + separator?: string; + dataVar?: string; + } + + interface ErrorObject { + keyword: string; + dataPath: string; + schemaPath: string; + params: ErrorParameters; + // Added to validation errors of propertyNames keyword schema + propertyName?: string; + // Excluded if messages set to false. + message?: string; + // These are added with the `verbose` option. + schema?: any; + parentSchema?: object; + data?: any; + } + + type ErrorParameters = RefParams | LimitParams | AdditionalPropertiesParams | + DependenciesParams | FormatParams | ComparisonParams | + MultipleOfParams | PatternParams | RequiredParams | + TypeParams | UniqueItemsParams | CustomParams | + PatternRequiredParams | PropertyNamesParams | + IfParams | SwitchParams | NoParams | EnumParams; + + interface RefParams { + ref: string; + } + + interface LimitParams { + limit: number; + } + + interface AdditionalPropertiesParams { + additionalProperty: string; + } + + interface DependenciesParams { + property: string; + missingProperty: string; + depsCount: number; + deps: string; + } + + interface FormatParams { + format: string + } + + interface ComparisonParams { + comparison: string; + limit: number | string; + exclusive: boolean; + } + + interface MultipleOfParams { + multipleOf: number; + } + + interface PatternParams { + pattern: string; + } + + interface RequiredParams { + missingProperty: string; + } + + interface TypeParams { + type: string; + } + + interface UniqueItemsParams { + i: number; + j: number; + } + + interface CustomParams { + keyword: string; + } + + interface PatternRequiredParams { + missingPattern: string; + } + + interface PropertyNamesParams { + propertyName: string; + } + + interface IfParams { + failingKeyword: string; + } + + interface SwitchParams { + caseIndex: number; + } + + interface NoParams { } + + interface EnumParams { + allowedValues: Array; + } +} + +export = ajv; diff --git a/node_modules/ajv/lib/ajv.js b/node_modules/ajv/lib/ajv.js new file mode 100644 index 0000000..06a45b6 --- /dev/null +++ b/node_modules/ajv/lib/ajv.js @@ -0,0 +1,506 @@ +'use strict'; + +var compileSchema = require('./compile') + , resolve = require('./compile/resolve') + , Cache = require('./cache') + , SchemaObject = require('./compile/schema_obj') + , stableStringify = require('fast-json-stable-stringify') + , formats = require('./compile/formats') + , rules = require('./compile/rules') + , $dataMetaSchema = require('./data') + , util = require('./compile/util'); + +module.exports = Ajv; + +Ajv.prototype.validate = validate; +Ajv.prototype.compile = compile; +Ajv.prototype.addSchema = addSchema; +Ajv.prototype.addMetaSchema = addMetaSchema; +Ajv.prototype.validateSchema = validateSchema; +Ajv.prototype.getSchema = getSchema; +Ajv.prototype.removeSchema = removeSchema; +Ajv.prototype.addFormat = addFormat; +Ajv.prototype.errorsText = errorsText; + +Ajv.prototype._addSchema = _addSchema; +Ajv.prototype._compile = _compile; + +Ajv.prototype.compileAsync = require('./compile/async'); +var customKeyword = require('./keyword'); +Ajv.prototype.addKeyword = customKeyword.add; +Ajv.prototype.getKeyword = customKeyword.get; +Ajv.prototype.removeKeyword = customKeyword.remove; +Ajv.prototype.validateKeyword = customKeyword.validate; + +var errorClasses = require('./compile/error_classes'); +Ajv.ValidationError = errorClasses.Validation; +Ajv.MissingRefError = errorClasses.MissingRef; +Ajv.$dataMetaSchema = $dataMetaSchema; + +var META_SCHEMA_ID = 'http://json-schema.org/draft-07/schema'; + +var META_IGNORE_OPTIONS = [ 'removeAdditional', 'useDefaults', 'coerceTypes', 'strictDefaults' ]; +var META_SUPPORT_DATA = ['/properties']; + +/** + * Creates validator instance. + * Usage: `Ajv(opts)` + * @param {Object} opts optional options + * @return {Object} ajv instance + */ +function Ajv(opts) { + if (!(this instanceof Ajv)) return new Ajv(opts); + opts = this._opts = util.copy(opts) || {}; + setLogger(this); + this._schemas = {}; + this._refs = {}; + this._fragments = {}; + this._formats = formats(opts.format); + + this._cache = opts.cache || new Cache; + this._loadingSchemas = {}; + this._compilations = []; + this.RULES = rules(); + this._getId = chooseGetId(opts); + + opts.loopRequired = opts.loopRequired || Infinity; + if (opts.errorDataPath == 'property') opts._errorDataPathProperty = true; + if (opts.serialize === undefined) opts.serialize = stableStringify; + this._metaOpts = getMetaSchemaOptions(this); + + if (opts.formats) addInitialFormats(this); + if (opts.keywords) addInitialKeywords(this); + addDefaultMetaSchema(this); + if (typeof opts.meta == 'object') this.addMetaSchema(opts.meta); + if (opts.nullable) this.addKeyword('nullable', {metaSchema: {type: 'boolean'}}); + addInitialSchemas(this); +} + + + +/** + * Validate data using schema + * Schema will be compiled and cached (using serialized JSON as key. [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify) is used to serialize. + * @this Ajv + * @param {String|Object} schemaKeyRef key, ref or schema object + * @param {Any} data to be validated + * @return {Boolean} validation result. Errors from the last validation will be available in `ajv.errors` (and also in compiled schema: `schema.errors`). + */ +function validate(schemaKeyRef, data) { + var v; + if (typeof schemaKeyRef == 'string') { + v = this.getSchema(schemaKeyRef); + if (!v) throw new Error('no schema with key or ref "' + schemaKeyRef + '"'); + } else { + var schemaObj = this._addSchema(schemaKeyRef); + v = schemaObj.validate || this._compile(schemaObj); + } + + var valid = v(data); + if (v.$async !== true) this.errors = v.errors; + return valid; +} + + +/** + * Create validating function for passed schema. + * @this Ajv + * @param {Object} schema schema object + * @param {Boolean} _meta true if schema is a meta-schema. Used internally to compile meta schemas of custom keywords. + * @return {Function} validating function + */ +function compile(schema, _meta) { + var schemaObj = this._addSchema(schema, undefined, _meta); + return schemaObj.validate || this._compile(schemaObj); +} + + +/** + * Adds schema to the instance. + * @this Ajv + * @param {Object|Array} schema schema or array of schemas. If array is passed, `key` and other parameters will be ignored. + * @param {String} key Optional schema key. Can be passed to `validate` method instead of schema object or id/ref. One schema per instance can have empty `id` and `key`. + * @param {Boolean} _skipValidation true to skip schema validation. Used internally, option validateSchema should be used instead. + * @param {Boolean} _meta true if schema is a meta-schema. Used internally, addMetaSchema should be used instead. + * @return {Ajv} this for method chaining + */ +function addSchema(schema, key, _skipValidation, _meta) { + if (Array.isArray(schema)){ + for (var i=0; i} errors optional array of validation errors, if not passed errors from the instance are used. + * @param {Object} options optional options with properties `separator` and `dataVar`. + * @return {String} human readable string with all errors descriptions + */ +function errorsText(errors, options) { + errors = errors || this.errors; + if (!errors) return 'No errors'; + options = options || {}; + var separator = options.separator === undefined ? ', ' : options.separator; + var dataVar = options.dataVar === undefined ? 'data' : options.dataVar; + + var text = ''; + for (var i=0; i%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i; +// For the source: https://gist.github.com/dperini/729294 +// For test cases: https://mathiasbynens.be/demo/url-regex +// @todo Delete current URL in favour of the commented out URL rule when this issue is fixed https://github.com/eslint/eslint/issues/7983. +// var URL = /^(?:(?:https?|ftp):\/\/)(?:\S+(?::\S*)?@)?(?:(?!10(?:\.\d{1,3}){3})(?!127(?:\.\d{1,3}){3})(?!169\.254(?:\.\d{1,3}){2})(?!192\.168(?:\.\d{1,3}){2})(?!172\.(?:1[6-9]|2\d|3[0-1])(?:\.\d{1,3}){2})(?:[1-9]\d?|1\d\d|2[01]\d|22[0-3])(?:\.(?:1?\d{1,2}|2[0-4]\d|25[0-5])){2}(?:\.(?:[1-9]\d?|1\d\d|2[0-4]\d|25[0-4]))|(?:(?:[a-z\u{00a1}-\u{ffff}0-9]+-)*[a-z\u{00a1}-\u{ffff}0-9]+)(?:\.(?:[a-z\u{00a1}-\u{ffff}0-9]+-)*[a-z\u{00a1}-\u{ffff}0-9]+)*(?:\.(?:[a-z\u{00a1}-\u{ffff}]{2,})))(?::\d{2,5})?(?:\/[^\s]*)?$/iu; +var URL = /^(?:(?:http[s\u017F]?|ftp):\/\/)(?:(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+(?::(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?@)?(?:(?!10(?:\.[0-9]{1,3}){3})(?!127(?:\.[0-9]{1,3}){3})(?!169\.254(?:\.[0-9]{1,3}){2})(?!192\.168(?:\.[0-9]{1,3}){2})(?!172\.(?:1[6-9]|2[0-9]|3[01])(?:\.[0-9]{1,3}){2})(?:[1-9][0-9]?|1[0-9][0-9]|2[01][0-9]|22[0-3])(?:\.(?:1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])){2}(?:\.(?:[1-9][0-9]?|1[0-9][0-9]|2[0-4][0-9]|25[0-4]))|(?:(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)(?:\.(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)*(?:\.(?:(?:[a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]){2,})))(?::[0-9]{2,5})?(?:\/(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?$/i; +var UUID = /^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i; +var JSON_POINTER = /^(?:\/(?:[^~/]|~0|~1)*)*$/; +var JSON_POINTER_URI_FRAGMENT = /^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i; +var RELATIVE_JSON_POINTER = /^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/; + + +module.exports = formats; + +function formats(mode) { + mode = mode == 'full' ? 'full' : 'fast'; + return util.copy(formats[mode]); +} + + +formats.fast = { + // date: http://tools.ietf.org/html/rfc3339#section-5.6 + date: /^\d\d\d\d-[0-1]\d-[0-3]\d$/, + // date-time: http://tools.ietf.org/html/rfc3339#section-5.6 + time: /^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i, + 'date-time': /^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i, + // uri: https://github.com/mafintosh/is-my-json-valid/blob/master/formats.js + uri: /^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i, + 'uri-reference': /^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i, + 'uri-template': URITEMPLATE, + url: URL, + // email (sources from jsen validator): + // http://stackoverflow.com/questions/201323/using-a-regular-expression-to-validate-an-email-address#answer-8829363 + // http://www.w3.org/TR/html5/forms.html#valid-e-mail-address (search for 'willful violation') + email: /^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i, + hostname: HOSTNAME, + // optimized https://www.safaribooksonline.com/library/view/regular-expressions-cookbook/9780596802837/ch07s16.html + ipv4: /^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/, + // optimized http://stackoverflow.com/questions/53497/regular-expression-that-matches-valid-ipv6-addresses + ipv6: /^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i, + regex: regex, + // uuid: http://tools.ietf.org/html/rfc4122 + uuid: UUID, + // JSON-pointer: https://tools.ietf.org/html/rfc6901 + // uri fragment: https://tools.ietf.org/html/rfc3986#appendix-A + 'json-pointer': JSON_POINTER, + 'json-pointer-uri-fragment': JSON_POINTER_URI_FRAGMENT, + // relative JSON-pointer: http://tools.ietf.org/html/draft-luff-relative-json-pointer-00 + 'relative-json-pointer': RELATIVE_JSON_POINTER +}; + + +formats.full = { + date: date, + time: time, + 'date-time': date_time, + uri: uri, + 'uri-reference': URIREF, + 'uri-template': URITEMPLATE, + url: URL, + email: /^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i, + hostname: HOSTNAME, + ipv4: /^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/, + ipv6: /^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i, + regex: regex, + uuid: UUID, + 'json-pointer': JSON_POINTER, + 'json-pointer-uri-fragment': JSON_POINTER_URI_FRAGMENT, + 'relative-json-pointer': RELATIVE_JSON_POINTER +}; + + +function isLeapYear(year) { + // https://tools.ietf.org/html/rfc3339#appendix-C + return year % 4 === 0 && (year % 100 !== 0 || year % 400 === 0); +} + + +function date(str) { + // full-date from http://tools.ietf.org/html/rfc3339#section-5.6 + var matches = str.match(DATE); + if (!matches) return false; + + var year = +matches[1]; + var month = +matches[2]; + var day = +matches[3]; + + return month >= 1 && month <= 12 && day >= 1 && + day <= (month == 2 && isLeapYear(year) ? 29 : DAYS[month]); +} + + +function time(str, full) { + var matches = str.match(TIME); + if (!matches) return false; + + var hour = matches[1]; + var minute = matches[2]; + var second = matches[3]; + var timeZone = matches[5]; + return ((hour <= 23 && minute <= 59 && second <= 59) || + (hour == 23 && minute == 59 && second == 60)) && + (!full || timeZone); +} + + +var DATE_TIME_SEPARATOR = /t|\s/i; +function date_time(str) { + // http://tools.ietf.org/html/rfc3339#section-5.6 + var dateTime = str.split(DATE_TIME_SEPARATOR); + return dateTime.length == 2 && date(dateTime[0]) && time(dateTime[1], true); +} + + +var NOT_URI_FRAGMENT = /\/|:/; +function uri(str) { + // http://jmrware.com/articles/2009/uri_regexp/URI_regex.html + optional protocol + required "." + return NOT_URI_FRAGMENT.test(str) && URI.test(str); +} + + +var Z_ANCHOR = /[^\\]\\Z/; +function regex(str) { + if (Z_ANCHOR.test(str)) return false; + try { + new RegExp(str); + return true; + } catch(e) { + return false; + } +} diff --git a/node_modules/ajv/lib/compile/index.js b/node_modules/ajv/lib/compile/index.js new file mode 100644 index 0000000..97518c4 --- /dev/null +++ b/node_modules/ajv/lib/compile/index.js @@ -0,0 +1,387 @@ +'use strict'; + +var resolve = require('./resolve') + , util = require('./util') + , errorClasses = require('./error_classes') + , stableStringify = require('fast-json-stable-stringify'); + +var validateGenerator = require('../dotjs/validate'); + +/** + * Functions below are used inside compiled validations function + */ + +var ucs2length = util.ucs2length; +var equal = require('fast-deep-equal'); + +// this error is thrown by async schemas to return validation errors via exception +var ValidationError = errorClasses.Validation; + +module.exports = compile; + + +/** + * Compiles schema to validation function + * @this Ajv + * @param {Object} schema schema object + * @param {Object} root object with information about the root schema for this schema + * @param {Object} localRefs the hash of local references inside the schema (created by resolve.id), used for inline resolution + * @param {String} baseId base ID for IDs in the schema + * @return {Function} validation function + */ +function compile(schema, root, localRefs, baseId) { + /* jshint validthis: true, evil: true */ + /* eslint no-shadow: 0 */ + var self = this + , opts = this._opts + , refVal = [ undefined ] + , refs = {} + , patterns = [] + , patternsHash = {} + , defaults = [] + , defaultsHash = {} + , customRules = []; + + root = root || { schema: schema, refVal: refVal, refs: refs }; + + var c = checkCompiling.call(this, schema, root, baseId); + var compilation = this._compilations[c.index]; + if (c.compiling) return (compilation.callValidate = callValidate); + + var formats = this._formats; + var RULES = this.RULES; + + try { + var v = localCompile(schema, root, localRefs, baseId); + compilation.validate = v; + var cv = compilation.callValidate; + if (cv) { + cv.schema = v.schema; + cv.errors = null; + cv.refs = v.refs; + cv.refVal = v.refVal; + cv.root = v.root; + cv.$async = v.$async; + if (opts.sourceCode) cv.source = v.source; + } + return v; + } finally { + endCompiling.call(this, schema, root, baseId); + } + + /* @this {*} - custom context, see passContext option */ + function callValidate() { + /* jshint validthis: true */ + var validate = compilation.validate; + var result = validate.apply(this, arguments); + callValidate.errors = validate.errors; + return result; + } + + function localCompile(_schema, _root, localRefs, baseId) { + var isRoot = !_root || (_root && _root.schema == _schema); + if (_root.schema != root.schema) + return compile.call(self, _schema, _root, localRefs, baseId); + + var $async = _schema.$async === true; + + var sourceCode = validateGenerator({ + isTop: true, + schema: _schema, + isRoot: isRoot, + baseId: baseId, + root: _root, + schemaPath: '', + errSchemaPath: '#', + errorPath: '""', + MissingRefError: errorClasses.MissingRef, + RULES: RULES, + validate: validateGenerator, + util: util, + resolve: resolve, + resolveRef: resolveRef, + usePattern: usePattern, + useDefault: useDefault, + useCustomRule: useCustomRule, + opts: opts, + formats: formats, + logger: self.logger, + self: self + }); + + sourceCode = vars(refVal, refValCode) + vars(patterns, patternCode) + + vars(defaults, defaultCode) + vars(customRules, customRuleCode) + + sourceCode; + + if (opts.processCode) sourceCode = opts.processCode(sourceCode, _schema); + // console.log('\n\n\n *** \n', JSON.stringify(sourceCode)); + var validate; + try { + var makeValidate = new Function( + 'self', + 'RULES', + 'formats', + 'root', + 'refVal', + 'defaults', + 'customRules', + 'equal', + 'ucs2length', + 'ValidationError', + sourceCode + ); + + validate = makeValidate( + self, + RULES, + formats, + root, + refVal, + defaults, + customRules, + equal, + ucs2length, + ValidationError + ); + + refVal[0] = validate; + } catch(e) { + self.logger.error('Error compiling schema, function code:', sourceCode); + throw e; + } + + validate.schema = _schema; + validate.errors = null; + validate.refs = refs; + validate.refVal = refVal; + validate.root = isRoot ? validate : _root; + if ($async) validate.$async = true; + if (opts.sourceCode === true) { + validate.source = { + code: sourceCode, + patterns: patterns, + defaults: defaults + }; + } + + return validate; + } + + function resolveRef(baseId, ref, isRoot) { + ref = resolve.url(baseId, ref); + var refIndex = refs[ref]; + var _refVal, refCode; + if (refIndex !== undefined) { + _refVal = refVal[refIndex]; + refCode = 'refVal[' + refIndex + ']'; + return resolvedRef(_refVal, refCode); + } + if (!isRoot && root.refs) { + var rootRefId = root.refs[ref]; + if (rootRefId !== undefined) { + _refVal = root.refVal[rootRefId]; + refCode = addLocalRef(ref, _refVal); + return resolvedRef(_refVal, refCode); + } + } + + refCode = addLocalRef(ref); + var v = resolve.call(self, localCompile, root, ref); + if (v === undefined) { + var localSchema = localRefs && localRefs[ref]; + if (localSchema) { + v = resolve.inlineRef(localSchema, opts.inlineRefs) + ? localSchema + : compile.call(self, localSchema, root, localRefs, baseId); + } + } + + if (v === undefined) { + removeLocalRef(ref); + } else { + replaceLocalRef(ref, v); + return resolvedRef(v, refCode); + } + } + + function addLocalRef(ref, v) { + var refId = refVal.length; + refVal[refId] = v; + refs[ref] = refId; + return 'refVal' + refId; + } + + function removeLocalRef(ref) { + delete refs[ref]; + } + + function replaceLocalRef(ref, v) { + var refId = refs[ref]; + refVal[refId] = v; + } + + function resolvedRef(refVal, code) { + return typeof refVal == 'object' || typeof refVal == 'boolean' + ? { code: code, schema: refVal, inline: true } + : { code: code, $async: refVal && !!refVal.$async }; + } + + function usePattern(regexStr) { + var index = patternsHash[regexStr]; + if (index === undefined) { + index = patternsHash[regexStr] = patterns.length; + patterns[index] = regexStr; + } + return 'pattern' + index; + } + + function useDefault(value) { + switch (typeof value) { + case 'boolean': + case 'number': + return '' + value; + case 'string': + return util.toQuotedString(value); + case 'object': + if (value === null) return 'null'; + var valueStr = stableStringify(value); + var index = defaultsHash[valueStr]; + if (index === undefined) { + index = defaultsHash[valueStr] = defaults.length; + defaults[index] = value; + } + return 'default' + index; + } + } + + function useCustomRule(rule, schema, parentSchema, it) { + if (self._opts.validateSchema !== false) { + var deps = rule.definition.dependencies; + if (deps && !deps.every(function(keyword) { + return Object.prototype.hasOwnProperty.call(parentSchema, keyword); + })) + throw new Error('parent schema must have all required keywords: ' + deps.join(',')); + + var validateSchema = rule.definition.validateSchema; + if (validateSchema) { + var valid = validateSchema(schema); + if (!valid) { + var message = 'keyword schema is invalid: ' + self.errorsText(validateSchema.errors); + if (self._opts.validateSchema == 'log') self.logger.error(message); + else throw new Error(message); + } + } + } + + var compile = rule.definition.compile + , inline = rule.definition.inline + , macro = rule.definition.macro; + + var validate; + if (compile) { + validate = compile.call(self, schema, parentSchema, it); + } else if (macro) { + validate = macro.call(self, schema, parentSchema, it); + if (opts.validateSchema !== false) self.validateSchema(validate, true); + } else if (inline) { + validate = inline.call(self, it, rule.keyword, schema, parentSchema); + } else { + validate = rule.definition.validate; + if (!validate) return; + } + + if (validate === undefined) + throw new Error('custom keyword "' + rule.keyword + '"failed to compile'); + + var index = customRules.length; + customRules[index] = validate; + + return { + code: 'customRule' + index, + validate: validate + }; + } +} + + +/** + * Checks if the schema is currently compiled + * @this Ajv + * @param {Object} schema schema to compile + * @param {Object} root root object + * @param {String} baseId base schema ID + * @return {Object} object with properties "index" (compilation index) and "compiling" (boolean) + */ +function checkCompiling(schema, root, baseId) { + /* jshint validthis: true */ + var index = compIndex.call(this, schema, root, baseId); + if (index >= 0) return { index: index, compiling: true }; + index = this._compilations.length; + this._compilations[index] = { + schema: schema, + root: root, + baseId: baseId + }; + return { index: index, compiling: false }; +} + + +/** + * Removes the schema from the currently compiled list + * @this Ajv + * @param {Object} schema schema to compile + * @param {Object} root root object + * @param {String} baseId base schema ID + */ +function endCompiling(schema, root, baseId) { + /* jshint validthis: true */ + var i = compIndex.call(this, schema, root, baseId); + if (i >= 0) this._compilations.splice(i, 1); +} + + +/** + * Index of schema compilation in the currently compiled list + * @this Ajv + * @param {Object} schema schema to compile + * @param {Object} root root object + * @param {String} baseId base schema ID + * @return {Integer} compilation index + */ +function compIndex(schema, root, baseId) { + /* jshint validthis: true */ + for (var i=0; i= 0xD800 && value <= 0xDBFF && pos < len) { + // high surrogate, and there is a next character + value = str.charCodeAt(pos); + if ((value & 0xFC00) == 0xDC00) pos++; // low surrogate + } + } + return length; +}; diff --git a/node_modules/ajv/lib/compile/util.js b/node_modules/ajv/lib/compile/util.js new file mode 100644 index 0000000..ef07b8c --- /dev/null +++ b/node_modules/ajv/lib/compile/util.js @@ -0,0 +1,239 @@ +'use strict'; + + +module.exports = { + copy: copy, + checkDataType: checkDataType, + checkDataTypes: checkDataTypes, + coerceToTypes: coerceToTypes, + toHash: toHash, + getProperty: getProperty, + escapeQuotes: escapeQuotes, + equal: require('fast-deep-equal'), + ucs2length: require('./ucs2length'), + varOccurences: varOccurences, + varReplace: varReplace, + schemaHasRules: schemaHasRules, + schemaHasRulesExcept: schemaHasRulesExcept, + schemaUnknownRules: schemaUnknownRules, + toQuotedString: toQuotedString, + getPathExpr: getPathExpr, + getPath: getPath, + getData: getData, + unescapeFragment: unescapeFragment, + unescapeJsonPointer: unescapeJsonPointer, + escapeFragment: escapeFragment, + escapeJsonPointer: escapeJsonPointer +}; + + +function copy(o, to) { + to = to || {}; + for (var key in o) to[key] = o[key]; + return to; +} + + +function checkDataType(dataType, data, strictNumbers, negate) { + var EQUAL = negate ? ' !== ' : ' === ' + , AND = negate ? ' || ' : ' && ' + , OK = negate ? '!' : '' + , NOT = negate ? '' : '!'; + switch (dataType) { + case 'null': return data + EQUAL + 'null'; + case 'array': return OK + 'Array.isArray(' + data + ')'; + case 'object': return '(' + OK + data + AND + + 'typeof ' + data + EQUAL + '"object"' + AND + + NOT + 'Array.isArray(' + data + '))'; + case 'integer': return '(typeof ' + data + EQUAL + '"number"' + AND + + NOT + '(' + data + ' % 1)' + + AND + data + EQUAL + data + + (strictNumbers ? (AND + OK + 'isFinite(' + data + ')') : '') + ')'; + case 'number': return '(typeof ' + data + EQUAL + '"' + dataType + '"' + + (strictNumbers ? (AND + OK + 'isFinite(' + data + ')') : '') + ')'; + default: return 'typeof ' + data + EQUAL + '"' + dataType + '"'; + } +} + + +function checkDataTypes(dataTypes, data, strictNumbers) { + switch (dataTypes.length) { + case 1: return checkDataType(dataTypes[0], data, strictNumbers, true); + default: + var code = ''; + var types = toHash(dataTypes); + if (types.array && types.object) { + code = types.null ? '(': '(!' + data + ' || '; + code += 'typeof ' + data + ' !== "object")'; + delete types.null; + delete types.array; + delete types.object; + } + if (types.number) delete types.integer; + for (var t in types) + code += (code ? ' && ' : '' ) + checkDataType(t, data, strictNumbers, true); + + return code; + } +} + + +var COERCE_TO_TYPES = toHash([ 'string', 'number', 'integer', 'boolean', 'null' ]); +function coerceToTypes(optionCoerceTypes, dataTypes) { + if (Array.isArray(dataTypes)) { + var types = []; + for (var i=0; i= lvl) throw new Error('Cannot access property/index ' + up + ' levels up, current level is ' + lvl); + return paths[lvl - up]; + } + + if (up > lvl) throw new Error('Cannot access data ' + up + ' levels up, current level is ' + lvl); + data = 'data' + ((lvl - up) || ''); + if (!jsonPointer) return data; + } + + var expr = data; + var segments = jsonPointer.split('/'); + for (var i=0; i' + , $notOp = $isMax ? '>' : '<' + , $errorKeyword = undefined; + + if (!($isData || typeof $schema == 'number' || $schema === undefined)) { + throw new Error($keyword + ' must be number'); + } + if (!($isDataExcl || $schemaExcl === undefined + || typeof $schemaExcl == 'number' + || typeof $schemaExcl == 'boolean')) { + throw new Error($exclusiveKeyword + ' must be number or boolean'); + } +}} + +{{? $isDataExcl }} + {{ + var $schemaValueExcl = it.util.getData($schemaExcl.$data, $dataLvl, it.dataPathArr) + , $exclusive = 'exclusive' + $lvl + , $exclType = 'exclType' + $lvl + , $exclIsNumber = 'exclIsNumber' + $lvl + , $opExpr = 'op' + $lvl + , $opStr = '\' + ' + $opExpr + ' + \''; + }} + var schemaExcl{{=$lvl}} = {{=$schemaValueExcl}}; + {{ $schemaValueExcl = 'schemaExcl' + $lvl; }} + + var {{=$exclusive}}; + var {{=$exclType}} = typeof {{=$schemaValueExcl}}; + if ({{=$exclType}} != 'boolean' && {{=$exclType}} != 'undefined' && {{=$exclType}} != 'number') { + {{ var $errorKeyword = $exclusiveKeyword; }} + {{# def.error:'_exclusiveLimit' }} + } else if ({{# def.$dataNotType:'number' }} + {{=$exclType}} == 'number' + ? ( + ({{=$exclusive}} = {{=$schemaValue}} === undefined || {{=$schemaValueExcl}} {{=$op}}= {{=$schemaValue}}) + ? {{=$data}} {{=$notOp}}= {{=$schemaValueExcl}} + : {{=$data}} {{=$notOp}} {{=$schemaValue}} + ) + : ( + ({{=$exclusive}} = {{=$schemaValueExcl}} === true) + ? {{=$data}} {{=$notOp}}= {{=$schemaValue}} + : {{=$data}} {{=$notOp}} {{=$schemaValue}} + ) + || {{=$data}} !== {{=$data}}) { + var op{{=$lvl}} = {{=$exclusive}} ? '{{=$op}}' : '{{=$op}}='; + {{ + if ($schema === undefined) { + $errorKeyword = $exclusiveKeyword; + $errSchemaPath = it.errSchemaPath + '/' + $exclusiveKeyword; + $schemaValue = $schemaValueExcl; + $isData = $isDataExcl; + } + }} +{{??}} + {{ + var $exclIsNumber = typeof $schemaExcl == 'number' + , $opStr = $op; /*used in error*/ + }} + + {{? $exclIsNumber && $isData }} + {{ var $opExpr = '\'' + $opStr + '\''; /*used in error*/ }} + if ({{# def.$dataNotType:'number' }} + ( {{=$schemaValue}} === undefined + || {{=$schemaExcl}} {{=$op}}= {{=$schemaValue}} + ? {{=$data}} {{=$notOp}}= {{=$schemaExcl}} + : {{=$data}} {{=$notOp}} {{=$schemaValue}} ) + || {{=$data}} !== {{=$data}}) { + {{??}} + {{ + if ($exclIsNumber && $schema === undefined) { + {{# def.setExclusiveLimit }} + $schemaValue = $schemaExcl; + $notOp += '='; + } else { + if ($exclIsNumber) + $schemaValue = Math[$isMax ? 'min' : 'max']($schemaExcl, $schema); + + if ($schemaExcl === ($exclIsNumber ? $schemaValue : true)) { + {{# def.setExclusiveLimit }} + $notOp += '='; + } else { + $exclusive = false; + $opStr += '='; + } + } + + var $opExpr = '\'' + $opStr + '\''; /*used in error*/ + }} + + if ({{# def.$dataNotType:'number' }} + {{=$data}} {{=$notOp}} {{=$schemaValue}} + || {{=$data}} !== {{=$data}}) { + {{?}} +{{?}} + {{ $errorKeyword = $errorKeyword || $keyword; }} + {{# def.error:'_limit' }} + } {{? $breakOnError }} else { {{?}} diff --git a/node_modules/ajv/lib/dot/_limitItems.jst b/node_modules/ajv/lib/dot/_limitItems.jst new file mode 100644 index 0000000..741329e --- /dev/null +++ b/node_modules/ajv/lib/dot/_limitItems.jst @@ -0,0 +1,12 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + +{{# def.numberKeyword }} + +{{ var $op = $keyword == 'maxItems' ? '>' : '<'; }} +if ({{# def.$dataNotType:'number' }} {{=$data}}.length {{=$op}} {{=$schemaValue}}) { + {{ var $errorKeyword = $keyword; }} + {{# def.error:'_limitItems' }} +} {{? $breakOnError }} else { {{?}} diff --git a/node_modules/ajv/lib/dot/_limitLength.jst b/node_modules/ajv/lib/dot/_limitLength.jst new file mode 100644 index 0000000..285c66b --- /dev/null +++ b/node_modules/ajv/lib/dot/_limitLength.jst @@ -0,0 +1,12 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + +{{# def.numberKeyword }} + +{{ var $op = $keyword == 'maxLength' ? '>' : '<'; }} +if ({{# def.$dataNotType:'number' }} {{# def.strLength }} {{=$op}} {{=$schemaValue}}) { + {{ var $errorKeyword = $keyword; }} + {{# def.error:'_limitLength' }} +} {{? $breakOnError }} else { {{?}} diff --git a/node_modules/ajv/lib/dot/_limitProperties.jst b/node_modules/ajv/lib/dot/_limitProperties.jst new file mode 100644 index 0000000..c4c2155 --- /dev/null +++ b/node_modules/ajv/lib/dot/_limitProperties.jst @@ -0,0 +1,12 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + +{{# def.numberKeyword }} + +{{ var $op = $keyword == 'maxProperties' ? '>' : '<'; }} +if ({{# def.$dataNotType:'number' }} Object.keys({{=$data}}).length {{=$op}} {{=$schemaValue}}) { + {{ var $errorKeyword = $keyword; }} + {{# def.error:'_limitProperties' }} +} {{? $breakOnError }} else { {{?}} diff --git a/node_modules/ajv/lib/dot/allOf.jst b/node_modules/ajv/lib/dot/allOf.jst new file mode 100644 index 0000000..0e782fe --- /dev/null +++ b/node_modules/ajv/lib/dot/allOf.jst @@ -0,0 +1,32 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + +{{ + var $currentBaseId = $it.baseId + , $allSchemasEmpty = true; +}} + +{{~ $schema:$sch:$i }} + {{? {{# def.nonEmptySchema:$sch }} }} + {{ + $allSchemasEmpty = false; + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + }} + + {{# def.insertSubschemaCode }} + + {{# def.ifResultValid }} + {{?}} +{{~}} + +{{? $breakOnError }} + {{? $allSchemasEmpty }} + if (true) { + {{??}} + {{= $closingBraces.slice(0,-1) }} + {{?}} +{{?}} diff --git a/node_modules/ajv/lib/dot/anyOf.jst b/node_modules/ajv/lib/dot/anyOf.jst new file mode 100644 index 0000000..ea909ee --- /dev/null +++ b/node_modules/ajv/lib/dot/anyOf.jst @@ -0,0 +1,46 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + +{{ + var $noEmptySchema = $schema.every(function($sch) { + return {{# def.nonEmptySchema:$sch }}; + }); +}} +{{? $noEmptySchema }} + {{ var $currentBaseId = $it.baseId; }} + var {{=$errs}} = errors; + var {{=$valid}} = false; + + {{# def.setCompositeRule }} + + {{~ $schema:$sch:$i }} + {{ + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + }} + + {{# def.insertSubschemaCode }} + + {{=$valid}} = {{=$valid}} || {{=$nextValid}}; + + if (!{{=$valid}}) { + {{ $closingBraces += '}'; }} + {{~}} + + {{# def.resetCompositeRule }} + + {{= $closingBraces }} + + if (!{{=$valid}}) { + {{# def.extraError:'anyOf' }} + } else { + {{# def.resetErrors }} + {{? it.opts.allErrors }} } {{?}} +{{??}} + {{? $breakOnError }} + if (true) { + {{?}} +{{?}} diff --git a/node_modules/ajv/lib/dot/coerce.def b/node_modules/ajv/lib/dot/coerce.def new file mode 100644 index 0000000..c947ed6 --- /dev/null +++ b/node_modules/ajv/lib/dot/coerce.def @@ -0,0 +1,51 @@ +{{## def.coerceType: + {{ + var $dataType = 'dataType' + $lvl + , $coerced = 'coerced' + $lvl; + }} + var {{=$dataType}} = typeof {{=$data}}; + var {{=$coerced}} = undefined; + + {{? it.opts.coerceTypes == 'array' }} + if ({{=$dataType}} == 'object' && Array.isArray({{=$data}}) && {{=$data}}.length == 1) { + {{=$data}} = {{=$data}}[0]; + {{=$dataType}} = typeof {{=$data}}; + if ({{=it.util.checkDataType(it.schema.type, $data, it.opts.strictNumbers)}}) {{=$coerced}} = {{=$data}}; + } + {{?}} + + if ({{=$coerced}} !== undefined) ; + {{~ $coerceToTypes:$type:$i }} + {{? $type == 'string' }} + else if ({{=$dataType}} == 'number' || {{=$dataType}} == 'boolean') + {{=$coerced}} = '' + {{=$data}}; + else if ({{=$data}} === null) {{=$coerced}} = ''; + {{?? $type == 'number' || $type == 'integer' }} + else if ({{=$dataType}} == 'boolean' || {{=$data}} === null + || ({{=$dataType}} == 'string' && {{=$data}} && {{=$data}} == +{{=$data}} + {{? $type == 'integer' }} && !({{=$data}} % 1){{?}})) + {{=$coerced}} = +{{=$data}}; + {{?? $type == 'boolean' }} + else if ({{=$data}} === 'false' || {{=$data}} === 0 || {{=$data}} === null) + {{=$coerced}} = false; + else if ({{=$data}} === 'true' || {{=$data}} === 1) + {{=$coerced}} = true; + {{?? $type == 'null' }} + else if ({{=$data}} === '' || {{=$data}} === 0 || {{=$data}} === false) + {{=$coerced}} = null; + {{?? it.opts.coerceTypes == 'array' && $type == 'array' }} + else if ({{=$dataType}} == 'string' || {{=$dataType}} == 'number' || {{=$dataType}} == 'boolean' || {{=$data}} == null) + {{=$coerced}} = [{{=$data}}]; + {{?}} + {{~}} + else { + {{# def.error:'type' }} + } + + if ({{=$coerced}} !== undefined) { + {{# def.setParentData }} + {{=$data}} = {{=$coerced}}; + {{? !$dataLvl }}if ({{=$parentData}} !== undefined){{?}} + {{=$parentData}}[{{=$parentDataProperty}}] = {{=$coerced}}; + } +#}} diff --git a/node_modules/ajv/lib/dot/comment.jst b/node_modules/ajv/lib/dot/comment.jst new file mode 100644 index 0000000..f959150 --- /dev/null +++ b/node_modules/ajv/lib/dot/comment.jst @@ -0,0 +1,9 @@ +{{# def.definitions }} +{{# def.setupKeyword }} + +{{ var $comment = it.util.toQuotedString($schema); }} +{{? it.opts.$comment === true }} + console.log({{=$comment}}); +{{?? typeof it.opts.$comment == 'function' }} + self._opts.$comment({{=$comment}}, {{=it.util.toQuotedString($errSchemaPath)}}, validate.root.schema); +{{?}} diff --git a/node_modules/ajv/lib/dot/const.jst b/node_modules/ajv/lib/dot/const.jst new file mode 100644 index 0000000..2aa2298 --- /dev/null +++ b/node_modules/ajv/lib/dot/const.jst @@ -0,0 +1,11 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + +{{? !$isData }} + var schema{{=$lvl}} = validate.schema{{=$schemaPath}}; +{{?}} +var {{=$valid}} = equal({{=$data}}, schema{{=$lvl}}); +{{# def.checkError:'const' }} +{{? $breakOnError }} else { {{?}} diff --git a/node_modules/ajv/lib/dot/contains.jst b/node_modules/ajv/lib/dot/contains.jst new file mode 100644 index 0000000..4dc9967 --- /dev/null +++ b/node_modules/ajv/lib/dot/contains.jst @@ -0,0 +1,55 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + + +{{ + var $idx = 'i' + $lvl + , $dataNxt = $it.dataLevel = it.dataLevel + 1 + , $nextData = 'data' + $dataNxt + , $currentBaseId = it.baseId + , $nonEmptySchema = {{# def.nonEmptySchema:$schema }}; +}} + +var {{=$errs}} = errors; +var {{=$valid}}; + +{{? $nonEmptySchema }} + {{# def.setCompositeRule }} + + {{ + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + }} + + var {{=$nextValid}} = false; + + for (var {{=$idx}} = 0; {{=$idx}} < {{=$data}}.length; {{=$idx}}++) { + {{ + $it.errorPath = it.util.getPathExpr(it.errorPath, $idx, it.opts.jsonPointers, true); + var $passData = $data + '[' + $idx + ']'; + $it.dataPathArr[$dataNxt] = $idx; + }} + + {{# def.generateSubschemaCode }} + {{# def.optimizeValidate }} + + if ({{=$nextValid}}) break; + } + + {{# def.resetCompositeRule }} + {{= $closingBraces }} + + if (!{{=$nextValid}}) { +{{??}} + if ({{=$data}}.length == 0) { +{{?}} + + {{# def.error:'contains' }} + } else { + {{? $nonEmptySchema }} + {{# def.resetErrors }} + {{?}} + {{? it.opts.allErrors }} } {{?}} diff --git a/node_modules/ajv/lib/dot/custom.jst b/node_modules/ajv/lib/dot/custom.jst new file mode 100644 index 0000000..d30588f --- /dev/null +++ b/node_modules/ajv/lib/dot/custom.jst @@ -0,0 +1,191 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + +{{ + var $rule = this + , $definition = 'definition' + $lvl + , $rDef = $rule.definition + , $closingBraces = ''; + var $validate = $rDef.validate; + var $compile, $inline, $macro, $ruleValidate, $validateCode; +}} + +{{? $isData && $rDef.$data }} + {{ + $validateCode = 'keywordValidate' + $lvl; + var $validateSchema = $rDef.validateSchema; + }} + var {{=$definition}} = RULES.custom['{{=$keyword}}'].definition; + var {{=$validateCode}} = {{=$definition}}.validate; +{{??}} + {{ + $ruleValidate = it.useCustomRule($rule, $schema, it.schema, it); + if (!$ruleValidate) return; + $schemaValue = 'validate.schema' + $schemaPath; + $validateCode = $ruleValidate.code; + $compile = $rDef.compile; + $inline = $rDef.inline; + $macro = $rDef.macro; + }} +{{?}} + +{{ + var $ruleErrs = $validateCode + '.errors' + , $i = 'i' + $lvl + , $ruleErr = 'ruleErr' + $lvl + , $asyncKeyword = $rDef.async; + + if ($asyncKeyword && !it.async) + throw new Error('async keyword in sync schema'); +}} + + +{{? !($inline || $macro) }}{{=$ruleErrs}} = null;{{?}} +var {{=$errs}} = errors; +var {{=$valid}}; + +{{## def.callRuleValidate: + {{=$validateCode}}.call( + {{? it.opts.passContext }}this{{??}}self{{?}} + {{? $compile || $rDef.schema === false }} + , {{=$data}} + {{??}} + , {{=$schemaValue}} + , {{=$data}} + , validate.schema{{=it.schemaPath}} + {{?}} + , {{# def.dataPath }} + {{# def.passParentData }} + , rootData + ) +#}} + +{{## def.extendErrors:_inline: + for (var {{=$i}}={{=$errs}}; {{=$i}} 0) + || _schema === false + : it.util.schemaHasRules(_schema, it.RULES.all)) +#}} + + +{{## def.strLength: + {{? it.opts.unicode === false }} + {{=$data}}.length + {{??}} + ucs2length({{=$data}}) + {{?}} +#}} + + +{{## def.willOptimize: + it.util.varOccurences($code, $nextData) < 2 +#}} + + +{{## def.generateSubschemaCode: + {{ + var $code = it.validate($it); + $it.baseId = $currentBaseId; + }} +#}} + + +{{## def.insertSubschemaCode: + {{= it.validate($it) }} + {{ $it.baseId = $currentBaseId; }} +#}} + + +{{## def._optimizeValidate: + it.util.varReplace($code, $nextData, $passData) +#}} + + +{{## def.optimizeValidate: + {{? {{# def.willOptimize}} }} + {{= {{# def._optimizeValidate }} }} + {{??}} + var {{=$nextData}} = {{=$passData}}; + {{= $code }} + {{?}} +#}} + + +{{## def.$data: + {{ + var $isData = it.opts.$data && $schema && $schema.$data + , $schemaValue; + }} + {{? $isData }} + var schema{{=$lvl}} = {{= it.util.getData($schema.$data, $dataLvl, it.dataPathArr) }}; + {{ $schemaValue = 'schema' + $lvl; }} + {{??}} + {{ $schemaValue = $schema; }} + {{?}} +#}} + + +{{## def.$dataNotType:_type: + {{?$isData}} ({{=$schemaValue}} !== undefined && typeof {{=$schemaValue}} != _type) || {{?}} +#}} + + +{{## def.check$dataIsArray: + if (schema{{=$lvl}} === undefined) {{=$valid}} = true; + else if (!Array.isArray(schema{{=$lvl}})) {{=$valid}} = false; + else { +#}} + + +{{## def.numberKeyword: + {{? !($isData || typeof $schema == 'number') }} + {{ throw new Error($keyword + ' must be number'); }} + {{?}} +#}} + + +{{## def.beginDefOut: + {{ + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; + }} +#}} + + +{{## def.storeDefOut:_variable: + {{ + var _variable = out; + out = $$outStack.pop(); + }} +#}} + + +{{## def.dataPath:(dataPath || ''){{? it.errorPath != '""'}} + {{= it.errorPath }}{{?}}#}} + +{{## def.setParentData: + {{ + var $parentData = $dataLvl ? 'data' + (($dataLvl-1)||'') : 'parentData' + , $parentDataProperty = $dataLvl ? it.dataPathArr[$dataLvl] : 'parentDataProperty'; + }} +#}} + +{{## def.passParentData: + {{# def.setParentData }} + , {{= $parentData }} + , {{= $parentDataProperty }} +#}} + + +{{## def.iterateProperties: + {{? $ownProperties }} + {{=$dataProperties}} = {{=$dataProperties}} || Object.keys({{=$data}}); + for (var {{=$idx}}=0; {{=$idx}}<{{=$dataProperties}}.length; {{=$idx}}++) { + var {{=$key}} = {{=$dataProperties}}[{{=$idx}}]; + {{??}} + for (var {{=$key}} in {{=$data}}) { + {{?}} +#}} + + +{{## def.noPropertyInData: + {{=$useData}} === undefined + {{? $ownProperties }} + || !{{# def.isOwnProperty }} + {{?}} +#}} + + +{{## def.isOwnProperty: + Object.prototype.hasOwnProperty.call({{=$data}}, '{{=it.util.escapeQuotes($propertyKey)}}') +#}} diff --git a/node_modules/ajv/lib/dot/dependencies.jst b/node_modules/ajv/lib/dot/dependencies.jst new file mode 100644 index 0000000..e4bddde --- /dev/null +++ b/node_modules/ajv/lib/dot/dependencies.jst @@ -0,0 +1,79 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.missing }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + + +{{## def.propertyInData: + {{=$data}}{{= it.util.getProperty($property) }} !== undefined + {{? $ownProperties }} + && Object.prototype.hasOwnProperty.call({{=$data}}, '{{=it.util.escapeQuotes($property)}}') + {{?}} +#}} + + +{{ + var $schemaDeps = {} + , $propertyDeps = {} + , $ownProperties = it.opts.ownProperties; + + for ($property in $schema) { + if ($property == '__proto__') continue; + var $sch = $schema[$property]; + var $deps = Array.isArray($sch) ? $propertyDeps : $schemaDeps; + $deps[$property] = $sch; + } +}} + +var {{=$errs}} = errors; + +{{ var $currentErrorPath = it.errorPath; }} + +var missing{{=$lvl}}; +{{ for (var $property in $propertyDeps) { }} + {{ $deps = $propertyDeps[$property]; }} + {{? $deps.length }} + if ({{# def.propertyInData }} + {{? $breakOnError }} + && ({{# def.checkMissingProperty:$deps }})) { + {{# def.errorMissingProperty:'dependencies' }} + {{??}} + ) { + {{~ $deps:$propertyKey }} + {{# def.allErrorsMissingProperty:'dependencies' }} + {{~}} + {{?}} + } {{# def.elseIfValid }} + {{?}} +{{ } }} + +{{ + it.errorPath = $currentErrorPath; + var $currentBaseId = $it.baseId; +}} + + +{{ for (var $property in $schemaDeps) { }} + {{ var $sch = $schemaDeps[$property]; }} + {{? {{# def.nonEmptySchema:$sch }} }} + {{=$nextValid}} = true; + + if ({{# def.propertyInData }}) { + {{ + $it.schema = $sch; + $it.schemaPath = $schemaPath + it.util.getProperty($property); + $it.errSchemaPath = $errSchemaPath + '/' + it.util.escapeFragment($property); + }} + + {{# def.insertSubschemaCode }} + } + + {{# def.ifResultValid }} + {{?}} +{{ } }} + +{{? $breakOnError }} + {{= $closingBraces }} + if ({{=$errs}} == errors) { +{{?}} diff --git a/node_modules/ajv/lib/dot/enum.jst b/node_modules/ajv/lib/dot/enum.jst new file mode 100644 index 0000000..357c2e8 --- /dev/null +++ b/node_modules/ajv/lib/dot/enum.jst @@ -0,0 +1,30 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + +{{ + var $i = 'i' + $lvl + , $vSchema = 'schema' + $lvl; +}} + +{{? !$isData }} + var {{=$vSchema}} = validate.schema{{=$schemaPath}}; +{{?}} +var {{=$valid}}; + +{{?$isData}}{{# def.check$dataIsArray }}{{?}} + +{{=$valid}} = false; + +for (var {{=$i}}=0; {{=$i}}<{{=$vSchema}}.length; {{=$i}}++) + if (equal({{=$data}}, {{=$vSchema}}[{{=$i}}])) { + {{=$valid}} = true; + break; + } + +{{? $isData }} } {{?}} + +{{# def.checkError:'enum' }} + +{{? $breakOnError }} else { {{?}} diff --git a/node_modules/ajv/lib/dot/errors.def b/node_modules/ajv/lib/dot/errors.def new file mode 100644 index 0000000..5c5752c --- /dev/null +++ b/node_modules/ajv/lib/dot/errors.def @@ -0,0 +1,194 @@ +{{# def.definitions }} + +{{## def._error:_rule: + {{ 'istanbul ignore else'; }} + {{? it.createErrors !== false }} + { + keyword: '{{= $errorKeyword || _rule }}' + , dataPath: (dataPath || '') + {{= it.errorPath }} + , schemaPath: {{=it.util.toQuotedString($errSchemaPath)}} + , params: {{# def._errorParams[_rule] }} + {{? it.opts.messages !== false }} + , message: {{# def._errorMessages[_rule] }} + {{?}} + {{? it.opts.verbose }} + , schema: {{# def._errorSchemas[_rule] }} + , parentSchema: validate.schema{{=it.schemaPath}} + , data: {{=$data}} + {{?}} + } + {{??}} + {} + {{?}} +#}} + + +{{## def._addError:_rule: + if (vErrors === null) vErrors = [err]; + else vErrors.push(err); + errors++; +#}} + + +{{## def.addError:_rule: + var err = {{# def._error:_rule }}; + {{# def._addError:_rule }} +#}} + + +{{## def.error:_rule: + {{# def.beginDefOut}} + {{# def._error:_rule }} + {{# def.storeDefOut:__err }} + + {{? !it.compositeRule && $breakOnError }} + {{ 'istanbul ignore if'; }} + {{? it.async }} + throw new ValidationError([{{=__err}}]); + {{??}} + validate.errors = [{{=__err}}]; + return false; + {{?}} + {{??}} + var err = {{=__err}}; + {{# def._addError:_rule }} + {{?}} +#}} + + +{{## def.extraError:_rule: + {{# def.addError:_rule}} + {{? !it.compositeRule && $breakOnError }} + {{ 'istanbul ignore if'; }} + {{? it.async }} + throw new ValidationError(vErrors); + {{??}} + validate.errors = vErrors; + return false; + {{?}} + {{?}} +#}} + + +{{## def.checkError:_rule: + if (!{{=$valid}}) { + {{# def.error:_rule }} + } +#}} + + +{{## def.resetErrors: + errors = {{=$errs}}; + if (vErrors !== null) { + if ({{=$errs}}) vErrors.length = {{=$errs}}; + else vErrors = null; + } +#}} + + +{{## def.concatSchema:{{?$isData}}' + {{=$schemaValue}} + '{{??}}{{=$schema}}{{?}}#}} +{{## def.appendSchema:{{?$isData}}' + {{=$schemaValue}}{{??}}{{=$schemaValue}}'{{?}}#}} +{{## def.concatSchemaEQ:{{?$isData}}' + {{=$schemaValue}} + '{{??}}{{=it.util.escapeQuotes($schema)}}{{?}}#}} + +{{## def._errorMessages = { + 'false schema': "'boolean schema is false'", + $ref: "'can\\\'t resolve reference {{=it.util.escapeQuotes($schema)}}'", + additionalItems: "'should NOT have more than {{=$schema.length}} items'", + additionalProperties: "'{{? it.opts._errorDataPathProperty }}is an invalid additional property{{??}}should NOT have additional properties{{?}}'", + anyOf: "'should match some schema in anyOf'", + const: "'should be equal to constant'", + contains: "'should contain a valid item'", + dependencies: "'should have {{? $deps.length == 1 }}property {{= it.util.escapeQuotes($deps[0]) }}{{??}}properties {{= it.util.escapeQuotes($deps.join(\", \")) }}{{?}} when property {{= it.util.escapeQuotes($property) }} is present'", + 'enum': "'should be equal to one of the allowed values'", + format: "'should match format \"{{#def.concatSchemaEQ}}\"'", + 'if': "'should match \"' + {{=$ifClause}} + '\" schema'", + _limit: "'should be {{=$opStr}} {{#def.appendSchema}}", + _exclusiveLimit: "'{{=$exclusiveKeyword}} should be boolean'", + _limitItems: "'should NOT have {{?$keyword=='maxItems'}}more{{??}}fewer{{?}} than {{#def.concatSchema}} items'", + _limitLength: "'should NOT be {{?$keyword=='maxLength'}}longer{{??}}shorter{{?}} than {{#def.concatSchema}} characters'", + _limitProperties:"'should NOT have {{?$keyword=='maxProperties'}}more{{??}}fewer{{?}} than {{#def.concatSchema}} properties'", + multipleOf: "'should be multiple of {{#def.appendSchema}}", + not: "'should NOT be valid'", + oneOf: "'should match exactly one schema in oneOf'", + pattern: "'should match pattern \"{{#def.concatSchemaEQ}}\"'", + propertyNames: "'property name \\'{{=$invalidName}}\\' is invalid'", + required: "'{{? it.opts._errorDataPathProperty }}is a required property{{??}}should have required property \\'{{=$missingProperty}}\\'{{?}}'", + type: "'should be {{? $typeIsArray }}{{= $typeSchema.join(\",\") }}{{??}}{{=$typeSchema}}{{?}}'", + uniqueItems: "'should NOT have duplicate items (items ## ' + j + ' and ' + i + ' are identical)'", + custom: "'should pass \"{{=$rule.keyword}}\" keyword validation'", + patternRequired: "'should have property matching pattern \\'{{=$missingPattern}}\\''", + switch: "'should pass \"switch\" keyword validation'", + _formatLimit: "'should be {{=$opStr}} \"{{#def.concatSchemaEQ}}\"'", + _formatExclusiveLimit: "'{{=$exclusiveKeyword}} should be boolean'" +} #}} + + +{{## def.schemaRefOrVal: {{?$isData}}validate.schema{{=$schemaPath}}{{??}}{{=$schema}}{{?}} #}} +{{## def.schemaRefOrQS: {{?$isData}}validate.schema{{=$schemaPath}}{{??}}{{=it.util.toQuotedString($schema)}}{{?}} #}} + +{{## def._errorSchemas = { + 'false schema': "false", + $ref: "{{=it.util.toQuotedString($schema)}}", + additionalItems: "false", + additionalProperties: "false", + anyOf: "validate.schema{{=$schemaPath}}", + const: "validate.schema{{=$schemaPath}}", + contains: "validate.schema{{=$schemaPath}}", + dependencies: "validate.schema{{=$schemaPath}}", + 'enum': "validate.schema{{=$schemaPath}}", + format: "{{#def.schemaRefOrQS}}", + 'if': "validate.schema{{=$schemaPath}}", + _limit: "{{#def.schemaRefOrVal}}", + _exclusiveLimit: "validate.schema{{=$schemaPath}}", + _limitItems: "{{#def.schemaRefOrVal}}", + _limitLength: "{{#def.schemaRefOrVal}}", + _limitProperties:"{{#def.schemaRefOrVal}}", + multipleOf: "{{#def.schemaRefOrVal}}", + not: "validate.schema{{=$schemaPath}}", + oneOf: "validate.schema{{=$schemaPath}}", + pattern: "{{#def.schemaRefOrQS}}", + propertyNames: "validate.schema{{=$schemaPath}}", + required: "validate.schema{{=$schemaPath}}", + type: "validate.schema{{=$schemaPath}}", + uniqueItems: "{{#def.schemaRefOrVal}}", + custom: "validate.schema{{=$schemaPath}}", + patternRequired: "validate.schema{{=$schemaPath}}", + switch: "validate.schema{{=$schemaPath}}", + _formatLimit: "{{#def.schemaRefOrQS}}", + _formatExclusiveLimit: "validate.schema{{=$schemaPath}}" +} #}} + + +{{## def.schemaValueQS: {{?$isData}}{{=$schemaValue}}{{??}}{{=it.util.toQuotedString($schema)}}{{?}} #}} + +{{## def._errorParams = { + 'false schema': "{}", + $ref: "{ ref: '{{=it.util.escapeQuotes($schema)}}' }", + additionalItems: "{ limit: {{=$schema.length}} }", + additionalProperties: "{ additionalProperty: '{{=$additionalProperty}}' }", + anyOf: "{}", + const: "{ allowedValue: schema{{=$lvl}} }", + contains: "{}", + dependencies: "{ property: '{{= it.util.escapeQuotes($property) }}', missingProperty: '{{=$missingProperty}}', depsCount: {{=$deps.length}}, deps: '{{= it.util.escapeQuotes($deps.length==1 ? $deps[0] : $deps.join(\", \")) }}' }", + 'enum': "{ allowedValues: schema{{=$lvl}} }", + format: "{ format: {{#def.schemaValueQS}} }", + 'if': "{ failingKeyword: {{=$ifClause}} }", + _limit: "{ comparison: {{=$opExpr}}, limit: {{=$schemaValue}}, exclusive: {{=$exclusive}} }", + _exclusiveLimit: "{}", + _limitItems: "{ limit: {{=$schemaValue}} }", + _limitLength: "{ limit: {{=$schemaValue}} }", + _limitProperties:"{ limit: {{=$schemaValue}} }", + multipleOf: "{ multipleOf: {{=$schemaValue}} }", + not: "{}", + oneOf: "{ passingSchemas: {{=$passingSchemas}} }", + pattern: "{ pattern: {{#def.schemaValueQS}} }", + propertyNames: "{ propertyName: '{{=$invalidName}}' }", + required: "{ missingProperty: '{{=$missingProperty}}' }", + type: "{ type: '{{? $typeIsArray }}{{= $typeSchema.join(\",\") }}{{??}}{{=$typeSchema}}{{?}}' }", + uniqueItems: "{ i: i, j: j }", + custom: "{ keyword: '{{=$rule.keyword}}' }", + patternRequired: "{ missingPattern: '{{=$missingPattern}}' }", + switch: "{ caseIndex: {{=$caseIndex}} }", + _formatLimit: "{ comparison: {{=$opExpr}}, limit: {{#def.schemaValueQS}}, exclusive: {{=$exclusive}} }", + _formatExclusiveLimit: "{}" +} #}} diff --git a/node_modules/ajv/lib/dot/format.jst b/node_modules/ajv/lib/dot/format.jst new file mode 100644 index 0000000..37f14da --- /dev/null +++ b/node_modules/ajv/lib/dot/format.jst @@ -0,0 +1,106 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} + +{{## def.skipFormat: + {{? $breakOnError }} if (true) { {{?}} + {{ return out; }} +#}} + +{{? it.opts.format === false }}{{# def.skipFormat }}{{?}} + + +{{# def.$data }} + + +{{## def.$dataCheckFormat: + {{# def.$dataNotType:'string' }} + ({{? $unknownFormats != 'ignore' }} + ({{=$schemaValue}} && !{{=$format}} + {{? $allowUnknown }} + && self._opts.unknownFormats.indexOf({{=$schemaValue}}) == -1 + {{?}}) || + {{?}} + ({{=$format}} && {{=$formatType}} == '{{=$ruleType}}' + && !(typeof {{=$format}} == 'function' + ? {{? it.async}} + (async{{=$lvl}} ? await {{=$format}}({{=$data}}) : {{=$format}}({{=$data}})) + {{??}} + {{=$format}}({{=$data}}) + {{?}} + : {{=$format}}.test({{=$data}})))) +#}} + +{{## def.checkFormat: + {{ + var $formatRef = 'formats' + it.util.getProperty($schema); + if ($isObject) $formatRef += '.validate'; + }} + {{? typeof $format == 'function' }} + {{=$formatRef}}({{=$data}}) + {{??}} + {{=$formatRef}}.test({{=$data}}) + {{?}} +#}} + + +{{ + var $unknownFormats = it.opts.unknownFormats + , $allowUnknown = Array.isArray($unknownFormats); +}} + +{{? $isData }} + {{ + var $format = 'format' + $lvl + , $isObject = 'isObject' + $lvl + , $formatType = 'formatType' + $lvl; + }} + var {{=$format}} = formats[{{=$schemaValue}}]; + var {{=$isObject}} = typeof {{=$format}} == 'object' + && !({{=$format}} instanceof RegExp) + && {{=$format}}.validate; + var {{=$formatType}} = {{=$isObject}} && {{=$format}}.type || 'string'; + if ({{=$isObject}}) { + {{? it.async}} + var async{{=$lvl}} = {{=$format}}.async; + {{?}} + {{=$format}} = {{=$format}}.validate; + } + if ({{# def.$dataCheckFormat }}) { +{{??}} + {{ var $format = it.formats[$schema]; }} + {{? !$format }} + {{? $unknownFormats == 'ignore' }} + {{ it.logger.warn('unknown format "' + $schema + '" ignored in schema at path "' + it.errSchemaPath + '"'); }} + {{# def.skipFormat }} + {{?? $allowUnknown && $unknownFormats.indexOf($schema) >= 0 }} + {{# def.skipFormat }} + {{??}} + {{ throw new Error('unknown format "' + $schema + '" is used in schema at path "' + it.errSchemaPath + '"'); }} + {{?}} + {{?}} + {{ + var $isObject = typeof $format == 'object' + && !($format instanceof RegExp) + && $format.validate; + var $formatType = $isObject && $format.type || 'string'; + if ($isObject) { + var $async = $format.async === true; + $format = $format.validate; + } + }} + {{? $formatType != $ruleType }} + {{# def.skipFormat }} + {{?}} + {{? $async }} + {{ + if (!it.async) throw new Error('async format in sync schema'); + var $formatRef = 'formats' + it.util.getProperty($schema) + '.validate'; + }} + if (!(await {{=$formatRef}}({{=$data}}))) { + {{??}} + if (!{{# def.checkFormat }}) { + {{?}} +{{?}} + {{# def.error:'format' }} + } {{? $breakOnError }} else { {{?}} diff --git a/node_modules/ajv/lib/dot/if.jst b/node_modules/ajv/lib/dot/if.jst new file mode 100644 index 0000000..adb5036 --- /dev/null +++ b/node_modules/ajv/lib/dot/if.jst @@ -0,0 +1,73 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + + +{{## def.validateIfClause:_clause: + {{ + $it.schema = it.schema['_clause']; + $it.schemaPath = it.schemaPath + '._clause'; + $it.errSchemaPath = it.errSchemaPath + '/_clause'; + }} + {{# def.insertSubschemaCode }} + {{=$valid}} = {{=$nextValid}}; + {{? $thenPresent && $elsePresent }} + {{ $ifClause = 'ifClause' + $lvl; }} + var {{=$ifClause}} = '_clause'; + {{??}} + {{ $ifClause = '\'_clause\''; }} + {{?}} +#}} + +{{ + var $thenSch = it.schema['then'] + , $elseSch = it.schema['else'] + , $thenPresent = $thenSch !== undefined && {{# def.nonEmptySchema:$thenSch }} + , $elsePresent = $elseSch !== undefined && {{# def.nonEmptySchema:$elseSch }} + , $currentBaseId = $it.baseId; +}} + +{{? $thenPresent || $elsePresent }} + {{ + var $ifClause; + $it.createErrors = false; + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + }} + var {{=$errs}} = errors; + var {{=$valid}} = true; + + {{# def.setCompositeRule }} + {{# def.insertSubschemaCode }} + {{ $it.createErrors = true; }} + {{# def.resetErrors }} + {{# def.resetCompositeRule }} + + {{? $thenPresent }} + if ({{=$nextValid}}) { + {{# def.validateIfClause:then }} + } + {{? $elsePresent }} + else { + {{?}} + {{??}} + if (!{{=$nextValid}}) { + {{?}} + + {{? $elsePresent }} + {{# def.validateIfClause:else }} + } + {{?}} + + if (!{{=$valid}}) { + {{# def.extraError:'if' }} + } + {{? $breakOnError }} else { {{?}} +{{??}} + {{? $breakOnError }} + if (true) { + {{?}} +{{?}} + diff --git a/node_modules/ajv/lib/dot/items.jst b/node_modules/ajv/lib/dot/items.jst new file mode 100644 index 0000000..acc932a --- /dev/null +++ b/node_modules/ajv/lib/dot/items.jst @@ -0,0 +1,98 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + + +{{## def.validateItems:startFrom: + for (var {{=$idx}} = {{=startFrom}}; {{=$idx}} < {{=$data}}.length; {{=$idx}}++) { + {{ + $it.errorPath = it.util.getPathExpr(it.errorPath, $idx, it.opts.jsonPointers, true); + var $passData = $data + '[' + $idx + ']'; + $it.dataPathArr[$dataNxt] = $idx; + }} + + {{# def.generateSubschemaCode }} + {{# def.optimizeValidate }} + + {{? $breakOnError }} + if (!{{=$nextValid}}) break; + {{?}} + } +#}} + +{{ + var $idx = 'i' + $lvl + , $dataNxt = $it.dataLevel = it.dataLevel + 1 + , $nextData = 'data' + $dataNxt + , $currentBaseId = it.baseId; +}} + +var {{=$errs}} = errors; +var {{=$valid}}; + +{{? Array.isArray($schema) }} + {{ /* 'items' is an array of schemas */}} + {{ var $additionalItems = it.schema.additionalItems; }} + {{? $additionalItems === false }} + {{=$valid}} = {{=$data}}.length <= {{= $schema.length }}; + {{ + var $currErrSchemaPath = $errSchemaPath; + $errSchemaPath = it.errSchemaPath + '/additionalItems'; + }} + {{# def.checkError:'additionalItems' }} + {{ $errSchemaPath = $currErrSchemaPath; }} + {{# def.elseIfValid}} + {{?}} + + {{~ $schema:$sch:$i }} + {{? {{# def.nonEmptySchema:$sch }} }} + {{=$nextValid}} = true; + + if ({{=$data}}.length > {{=$i}}) { + {{ + var $passData = $data + '[' + $i + ']'; + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + $it.errorPath = it.util.getPathExpr(it.errorPath, $i, it.opts.jsonPointers, true); + $it.dataPathArr[$dataNxt] = $i; + }} + + {{# def.generateSubschemaCode }} + {{# def.optimizeValidate }} + } + + {{# def.ifResultValid }} + {{?}} + {{~}} + + {{? typeof $additionalItems == 'object' && {{# def.nonEmptySchema:$additionalItems }} }} + {{ + $it.schema = $additionalItems; + $it.schemaPath = it.schemaPath + '.additionalItems'; + $it.errSchemaPath = it.errSchemaPath + '/additionalItems'; + }} + {{=$nextValid}} = true; + + if ({{=$data}}.length > {{= $schema.length }}) { + {{# def.validateItems: $schema.length }} + } + + {{# def.ifResultValid }} + {{?}} + +{{?? {{# def.nonEmptySchema:$schema }} }} + {{ /* 'items' is a single schema */}} + {{ + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + }} + {{# def.validateItems: 0 }} +{{?}} + +{{? $breakOnError }} + {{= $closingBraces }} + if ({{=$errs}} == errors) { +{{?}} diff --git a/node_modules/ajv/lib/dot/missing.def b/node_modules/ajv/lib/dot/missing.def new file mode 100644 index 0000000..a73b9f9 --- /dev/null +++ b/node_modules/ajv/lib/dot/missing.def @@ -0,0 +1,39 @@ +{{## def.checkMissingProperty:_properties: + {{~ _properties:$propertyKey:$i }} + {{?$i}} || {{?}} + {{ + var $prop = it.util.getProperty($propertyKey) + , $useData = $data + $prop; + }} + ( ({{# def.noPropertyInData }}) && (missing{{=$lvl}} = {{= it.util.toQuotedString(it.opts.jsonPointers ? $propertyKey : $prop) }}) ) + {{~}} +#}} + + +{{## def.errorMissingProperty:_error: + {{ + var $propertyPath = 'missing' + $lvl + , $missingProperty = '\' + ' + $propertyPath + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.opts.jsonPointers + ? it.util.getPathExpr($currentErrorPath, $propertyPath, true) + : $currentErrorPath + ' + ' + $propertyPath; + } + }} + {{# def.error:_error }} +#}} + + +{{## def.allErrorsMissingProperty:_error: + {{ + var $prop = it.util.getProperty($propertyKey) + , $missingProperty = it.util.escapeQuotes($propertyKey) + , $useData = $data + $prop; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPath($currentErrorPath, $propertyKey, it.opts.jsonPointers); + } + }} + if ({{# def.noPropertyInData }}) { + {{# def.addError:_error }} + } +#}} diff --git a/node_modules/ajv/lib/dot/multipleOf.jst b/node_modules/ajv/lib/dot/multipleOf.jst new file mode 100644 index 0000000..6d88a45 --- /dev/null +++ b/node_modules/ajv/lib/dot/multipleOf.jst @@ -0,0 +1,22 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + +{{# def.numberKeyword }} + +var division{{=$lvl}}; +if ({{?$isData}} + {{=$schemaValue}} !== undefined && ( + typeof {{=$schemaValue}} != 'number' || + {{?}} + (division{{=$lvl}} = {{=$data}} / {{=$schemaValue}}, + {{? it.opts.multipleOfPrecision }} + Math.abs(Math.round(division{{=$lvl}}) - division{{=$lvl}}) > 1e-{{=it.opts.multipleOfPrecision}} + {{??}} + division{{=$lvl}} !== parseInt(division{{=$lvl}}) + {{?}} + ) + {{?$isData}} ) {{?}} ) { + {{# def.error:'multipleOf' }} +} {{? $breakOnError }} else { {{?}} diff --git a/node_modules/ajv/lib/dot/not.jst b/node_modules/ajv/lib/dot/not.jst new file mode 100644 index 0000000..e03185a --- /dev/null +++ b/node_modules/ajv/lib/dot/not.jst @@ -0,0 +1,43 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + +{{? {{# def.nonEmptySchema:$schema }} }} + {{ + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + }} + + var {{=$errs}} = errors; + + {{# def.setCompositeRule }} + + {{ + $it.createErrors = false; + var $allErrorsOption; + if ($it.opts.allErrors) { + $allErrorsOption = $it.opts.allErrors; + $it.opts.allErrors = false; + } + }} + {{= it.validate($it) }} + {{ + $it.createErrors = true; + if ($allErrorsOption) $it.opts.allErrors = $allErrorsOption; + }} + + {{# def.resetCompositeRule }} + + if ({{=$nextValid}}) { + {{# def.error:'not' }} + } else { + {{# def.resetErrors }} + {{? it.opts.allErrors }} } {{?}} +{{??}} + {{# def.addError:'not' }} + {{? $breakOnError}} + if (false) { + {{?}} +{{?}} diff --git a/node_modules/ajv/lib/dot/oneOf.jst b/node_modules/ajv/lib/dot/oneOf.jst new file mode 100644 index 0000000..bcce2c6 --- /dev/null +++ b/node_modules/ajv/lib/dot/oneOf.jst @@ -0,0 +1,54 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + +{{ + var $currentBaseId = $it.baseId + , $prevValid = 'prevValid' + $lvl + , $passingSchemas = 'passingSchemas' + $lvl; +}} + +var {{=$errs}} = errors + , {{=$prevValid}} = false + , {{=$valid}} = false + , {{=$passingSchemas}} = null; + +{{# def.setCompositeRule }} + +{{~ $schema:$sch:$i }} + {{? {{# def.nonEmptySchema:$sch }} }} + {{ + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + }} + + {{# def.insertSubschemaCode }} + {{??}} + var {{=$nextValid}} = true; + {{?}} + + {{? $i }} + if ({{=$nextValid}} && {{=$prevValid}}) { + {{=$valid}} = false; + {{=$passingSchemas}} = [{{=$passingSchemas}}, {{=$i}}]; + } else { + {{ $closingBraces += '}'; }} + {{?}} + + if ({{=$nextValid}}) { + {{=$valid}} = {{=$prevValid}} = true; + {{=$passingSchemas}} = {{=$i}}; + } +{{~}} + +{{# def.resetCompositeRule }} + +{{= $closingBraces }} + +if (!{{=$valid}}) { + {{# def.extraError:'oneOf' }} +} else { + {{# def.resetErrors }} +{{? it.opts.allErrors }} } {{?}} diff --git a/node_modules/ajv/lib/dot/pattern.jst b/node_modules/ajv/lib/dot/pattern.jst new file mode 100644 index 0000000..3a37ef6 --- /dev/null +++ b/node_modules/ajv/lib/dot/pattern.jst @@ -0,0 +1,14 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + +{{ + var $regexp = $isData + ? '(new RegExp(' + $schemaValue + '))' + : it.usePattern($schema); +}} + +if ({{# def.$dataNotType:'string' }} !{{=$regexp}}.test({{=$data}}) ) { + {{# def.error:'pattern' }} +} {{? $breakOnError }} else { {{?}} diff --git a/node_modules/ajv/lib/dot/properties.jst b/node_modules/ajv/lib/dot/properties.jst new file mode 100644 index 0000000..5cebb9b --- /dev/null +++ b/node_modules/ajv/lib/dot/properties.jst @@ -0,0 +1,245 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + + +{{## def.validateAdditional: + {{ /* additionalProperties is schema */ + $it.schema = $aProperties; + $it.schemaPath = it.schemaPath + '.additionalProperties'; + $it.errSchemaPath = it.errSchemaPath + '/additionalProperties'; + $it.errorPath = it.opts._errorDataPathProperty + ? it.errorPath + : it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + var $passData = $data + '[' + $key + ']'; + $it.dataPathArr[$dataNxt] = $key; + }} + + {{# def.generateSubschemaCode }} + {{# def.optimizeValidate }} +#}} + + +{{ + var $key = 'key' + $lvl + , $idx = 'idx' + $lvl + , $dataNxt = $it.dataLevel = it.dataLevel + 1 + , $nextData = 'data' + $dataNxt + , $dataProperties = 'dataProperties' + $lvl; + + var $schemaKeys = Object.keys($schema || {}).filter(notProto) + , $pProperties = it.schema.patternProperties || {} + , $pPropertyKeys = Object.keys($pProperties).filter(notProto) + , $aProperties = it.schema.additionalProperties + , $someProperties = $schemaKeys.length || $pPropertyKeys.length + , $noAdditional = $aProperties === false + , $additionalIsSchema = typeof $aProperties == 'object' + && Object.keys($aProperties).length + , $removeAdditional = it.opts.removeAdditional + , $checkAdditional = $noAdditional || $additionalIsSchema || $removeAdditional + , $ownProperties = it.opts.ownProperties + , $currentBaseId = it.baseId; + + var $required = it.schema.required; + if ($required && !(it.opts.$data && $required.$data) && $required.length < it.opts.loopRequired) { + var $requiredHash = it.util.toHash($required); + } + + function notProto(p) { return p !== '__proto__'; } +}} + + +var {{=$errs}} = errors; +var {{=$nextValid}} = true; +{{? $ownProperties }} + var {{=$dataProperties}} = undefined; +{{?}} + +{{? $checkAdditional }} + {{# def.iterateProperties }} + {{? $someProperties }} + var isAdditional{{=$lvl}} = !(false + {{? $schemaKeys.length }} + {{? $schemaKeys.length > 8 }} + || validate.schema{{=$schemaPath}}.hasOwnProperty({{=$key}}) + {{??}} + {{~ $schemaKeys:$propertyKey }} + || {{=$key}} == {{= it.util.toQuotedString($propertyKey) }} + {{~}} + {{?}} + {{?}} + {{? $pPropertyKeys.length }} + {{~ $pPropertyKeys:$pProperty:$i }} + || {{= it.usePattern($pProperty) }}.test({{=$key}}) + {{~}} + {{?}} + ); + + if (isAdditional{{=$lvl}}) { + {{?}} + {{? $removeAdditional == 'all' }} + delete {{=$data}}[{{=$key}}]; + {{??}} + {{ + var $currentErrorPath = it.errorPath; + var $additionalProperty = '\' + ' + $key + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + } + }} + {{? $noAdditional }} + {{? $removeAdditional }} + delete {{=$data}}[{{=$key}}]; + {{??}} + {{=$nextValid}} = false; + {{ + var $currErrSchemaPath = $errSchemaPath; + $errSchemaPath = it.errSchemaPath + '/additionalProperties'; + }} + {{# def.error:'additionalProperties' }} + {{ $errSchemaPath = $currErrSchemaPath; }} + {{? $breakOnError }} break; {{?}} + {{?}} + {{?? $additionalIsSchema }} + {{? $removeAdditional == 'failing' }} + var {{=$errs}} = errors; + {{# def.setCompositeRule }} + + {{# def.validateAdditional }} + + if (!{{=$nextValid}}) { + errors = {{=$errs}}; + if (validate.errors !== null) { + if (errors) validate.errors.length = errors; + else validate.errors = null; + } + delete {{=$data}}[{{=$key}}]; + } + + {{# def.resetCompositeRule }} + {{??}} + {{# def.validateAdditional }} + {{? $breakOnError }} if (!{{=$nextValid}}) break; {{?}} + {{?}} + {{?}} + {{ it.errorPath = $currentErrorPath; }} + {{?}} + {{? $someProperties }} + } + {{?}} + } + + {{# def.ifResultValid }} +{{?}} + +{{ var $useDefaults = it.opts.useDefaults && !it.compositeRule; }} + +{{? $schemaKeys.length }} + {{~ $schemaKeys:$propertyKey }} + {{ var $sch = $schema[$propertyKey]; }} + + {{? {{# def.nonEmptySchema:$sch}} }} + {{ + var $prop = it.util.getProperty($propertyKey) + , $passData = $data + $prop + , $hasDefault = $useDefaults && $sch.default !== undefined; + $it.schema = $sch; + $it.schemaPath = $schemaPath + $prop; + $it.errSchemaPath = $errSchemaPath + '/' + it.util.escapeFragment($propertyKey); + $it.errorPath = it.util.getPath(it.errorPath, $propertyKey, it.opts.jsonPointers); + $it.dataPathArr[$dataNxt] = it.util.toQuotedString($propertyKey); + }} + + {{# def.generateSubschemaCode }} + + {{? {{# def.willOptimize }} }} + {{ + $code = {{# def._optimizeValidate }}; + var $useData = $passData; + }} + {{??}} + {{ var $useData = $nextData; }} + var {{=$nextData}} = {{=$passData}}; + {{?}} + + {{? $hasDefault }} + {{= $code }} + {{??}} + {{? $requiredHash && $requiredHash[$propertyKey] }} + if ({{# def.noPropertyInData }}) { + {{=$nextValid}} = false; + {{ + var $currentErrorPath = it.errorPath + , $currErrSchemaPath = $errSchemaPath + , $missingProperty = it.util.escapeQuotes($propertyKey); + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPath($currentErrorPath, $propertyKey, it.opts.jsonPointers); + } + $errSchemaPath = it.errSchemaPath + '/required'; + }} + {{# def.error:'required' }} + {{ $errSchemaPath = $currErrSchemaPath; }} + {{ it.errorPath = $currentErrorPath; }} + } else { + {{??}} + {{? $breakOnError }} + if ({{# def.noPropertyInData }}) { + {{=$nextValid}} = true; + } else { + {{??}} + if ({{=$useData}} !== undefined + {{? $ownProperties }} + && {{# def.isOwnProperty }} + {{?}} + ) { + {{?}} + {{?}} + + {{= $code }} + } + {{?}} {{ /* $hasDefault */ }} + {{?}} {{ /* def.nonEmptySchema */ }} + + {{# def.ifResultValid }} + {{~}} +{{?}} + +{{? $pPropertyKeys.length }} + {{~ $pPropertyKeys:$pProperty }} + {{ var $sch = $pProperties[$pProperty]; }} + + {{? {{# def.nonEmptySchema:$sch}} }} + {{ + $it.schema = $sch; + $it.schemaPath = it.schemaPath + '.patternProperties' + it.util.getProperty($pProperty); + $it.errSchemaPath = it.errSchemaPath + '/patternProperties/' + + it.util.escapeFragment($pProperty); + }} + + {{# def.iterateProperties }} + if ({{= it.usePattern($pProperty) }}.test({{=$key}})) { + {{ + $it.errorPath = it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + var $passData = $data + '[' + $key + ']'; + $it.dataPathArr[$dataNxt] = $key; + }} + + {{# def.generateSubschemaCode }} + {{# def.optimizeValidate }} + + {{? $breakOnError }} if (!{{=$nextValid}}) break; {{?}} + } + {{? $breakOnError }} else {{=$nextValid}} = true; {{?}} + } + + {{# def.ifResultValid }} + {{?}} {{ /* def.nonEmptySchema */ }} + {{~}} +{{?}} + + +{{? $breakOnError }} + {{= $closingBraces }} + if ({{=$errs}} == errors) { +{{?}} diff --git a/node_modules/ajv/lib/dot/propertyNames.jst b/node_modules/ajv/lib/dot/propertyNames.jst new file mode 100644 index 0000000..d456cca --- /dev/null +++ b/node_modules/ajv/lib/dot/propertyNames.jst @@ -0,0 +1,52 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.setupNextLevel }} + +var {{=$errs}} = errors; + +{{? {{# def.nonEmptySchema:$schema }} }} + {{ + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + }} + + {{ + var $key = 'key' + $lvl + , $idx = 'idx' + $lvl + , $i = 'i' + $lvl + , $invalidName = '\' + ' + $key + ' + \'' + , $dataNxt = $it.dataLevel = it.dataLevel + 1 + , $nextData = 'data' + $dataNxt + , $dataProperties = 'dataProperties' + $lvl + , $ownProperties = it.opts.ownProperties + , $currentBaseId = it.baseId; + }} + + {{? $ownProperties }} + var {{=$dataProperties}} = undefined; + {{?}} + {{# def.iterateProperties }} + var startErrs{{=$lvl}} = errors; + + {{ var $passData = $key; }} + {{# def.setCompositeRule }} + {{# def.generateSubschemaCode }} + {{# def.optimizeValidate }} + {{# def.resetCompositeRule }} + + if (!{{=$nextValid}}) { + for (var {{=$i}}=startErrs{{=$lvl}}; {{=$i}}= it.opts.loopRequired + , $ownProperties = it.opts.ownProperties; + }} + + {{? $breakOnError }} + var missing{{=$lvl}}; + {{? $loopRequired }} + {{# def.setupLoop }} + var {{=$valid}} = true; + + {{?$isData}}{{# def.check$dataIsArray }}{{?}} + + for (var {{=$i}} = 0; {{=$i}} < {{=$vSchema}}.length; {{=$i}}++) { + {{=$valid}} = {{=$data}}[{{=$vSchema}}[{{=$i}}]] !== undefined + {{? $ownProperties }} + && {{# def.isRequiredOwnProperty }} + {{?}}; + if (!{{=$valid}}) break; + } + + {{? $isData }} } {{?}} + + {{# def.checkError:'required' }} + else { + {{??}} + if ({{# def.checkMissingProperty:$required }}) { + {{# def.errorMissingProperty:'required' }} + } else { + {{?}} + {{??}} + {{? $loopRequired }} + {{# def.setupLoop }} + {{? $isData }} + if ({{=$vSchema}} && !Array.isArray({{=$vSchema}})) { + {{# def.addError:'required' }} + } else if ({{=$vSchema}} !== undefined) { + {{?}} + + for (var {{=$i}} = 0; {{=$i}} < {{=$vSchema}}.length; {{=$i}}++) { + if ({{=$data}}[{{=$vSchema}}[{{=$i}}]] === undefined + {{? $ownProperties }} + || !{{# def.isRequiredOwnProperty }} + {{?}}) { + {{# def.addError:'required' }} + } + } + + {{? $isData }} } {{?}} + {{??}} + {{~ $required:$propertyKey }} + {{# def.allErrorsMissingProperty:'required' }} + {{~}} + {{?}} + {{?}} + + {{ it.errorPath = $currentErrorPath; }} + +{{?? $breakOnError }} + if (true) { +{{?}} diff --git a/node_modules/ajv/lib/dot/uniqueItems.jst b/node_modules/ajv/lib/dot/uniqueItems.jst new file mode 100644 index 0000000..e69b830 --- /dev/null +++ b/node_modules/ajv/lib/dot/uniqueItems.jst @@ -0,0 +1,62 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.setupKeyword }} +{{# def.$data }} + + +{{? ($schema || $isData) && it.opts.uniqueItems !== false }} + {{? $isData }} + var {{=$valid}}; + if ({{=$schemaValue}} === false || {{=$schemaValue}} === undefined) + {{=$valid}} = true; + else if (typeof {{=$schemaValue}} != 'boolean') + {{=$valid}} = false; + else { + {{?}} + + var i = {{=$data}}.length + , {{=$valid}} = true + , j; + if (i > 1) { + {{ + var $itemType = it.schema.items && it.schema.items.type + , $typeIsArray = Array.isArray($itemType); + }} + {{? !$itemType || $itemType == 'object' || $itemType == 'array' || + ($typeIsArray && ($itemType.indexOf('object') >= 0 || $itemType.indexOf('array') >= 0)) }} + outer: + for (;i--;) { + for (j = i; j--;) { + if (equal({{=$data}}[i], {{=$data}}[j])) { + {{=$valid}} = false; + break outer; + } + } + } + {{??}} + var itemIndices = {}, item; + for (;i--;) { + var item = {{=$data}}[i]; + {{ var $method = 'checkDataType' + ($typeIsArray ? 's' : ''); }} + if ({{= it.util[$method]($itemType, 'item', it.opts.strictNumbers, true) }}) continue; + {{? $typeIsArray}} + if (typeof item == 'string') item = '"' + item; + {{?}} + if (typeof itemIndices[item] == 'number') { + {{=$valid}} = false; + j = itemIndices[item]; + break; + } + itemIndices[item] = i; + } + {{?}} + } + + {{? $isData }} } {{?}} + + if (!{{=$valid}}) { + {{# def.error:'uniqueItems' }} + } {{? $breakOnError }} else { {{?}} +{{??}} + {{? $breakOnError }} if (true) { {{?}} +{{?}} diff --git a/node_modules/ajv/lib/dot/validate.jst b/node_modules/ajv/lib/dot/validate.jst new file mode 100644 index 0000000..32087e7 --- /dev/null +++ b/node_modules/ajv/lib/dot/validate.jst @@ -0,0 +1,276 @@ +{{# def.definitions }} +{{# def.errors }} +{{# def.defaults }} +{{# def.coerce }} + +{{ /** + * schema compilation (render) time: + * it = { schema, RULES, _validate, opts } + * it.validate - this template function, + * it is used recursively to generate code for subschemas + * + * runtime: + * "validate" is a variable name to which this function will be assigned + * validateRef etc. are defined in the parent scope in index.js + */ }} + +{{ + var $async = it.schema.$async === true + , $refKeywords = it.util.schemaHasRulesExcept(it.schema, it.RULES.all, '$ref') + , $id = it.self._getId(it.schema); +}} + +{{ + if (it.opts.strictKeywords) { + var $unknownKwd = it.util.schemaUnknownRules(it.schema, it.RULES.keywords); + if ($unknownKwd) { + var $keywordsMsg = 'unknown keyword: ' + $unknownKwd; + if (it.opts.strictKeywords === 'log') it.logger.warn($keywordsMsg); + else throw new Error($keywordsMsg); + } + } +}} + +{{? it.isTop }} + var validate = {{?$async}}{{it.async = true;}}async {{?}}function(data, dataPath, parentData, parentDataProperty, rootData) { + 'use strict'; + {{? $id && (it.opts.sourceCode || it.opts.processCode) }} + {{= '/\*# sourceURL=' + $id + ' */' }} + {{?}} +{{?}} + +{{? typeof it.schema == 'boolean' || !($refKeywords || it.schema.$ref) }} + {{ var $keyword = 'false schema'; }} + {{# def.setupKeyword }} + {{? it.schema === false}} + {{? it.isTop}} + {{ $breakOnError = true; }} + {{??}} + var {{=$valid}} = false; + {{?}} + {{# def.error:'false schema' }} + {{??}} + {{? it.isTop}} + {{? $async }} + return data; + {{??}} + validate.errors = null; + return true; + {{?}} + {{??}} + var {{=$valid}} = true; + {{?}} + {{?}} + + {{? it.isTop}} + }; + return validate; + {{?}} + + {{ return out; }} +{{?}} + + +{{? it.isTop }} + {{ + var $top = it.isTop + , $lvl = it.level = 0 + , $dataLvl = it.dataLevel = 0 + , $data = 'data'; + it.rootId = it.resolve.fullPath(it.self._getId(it.root.schema)); + it.baseId = it.baseId || it.rootId; + delete it.isTop; + + it.dataPathArr = [""]; + + if (it.schema.default !== undefined && it.opts.useDefaults && it.opts.strictDefaults) { + var $defaultMsg = 'default is ignored in the schema root'; + if (it.opts.strictDefaults === 'log') it.logger.warn($defaultMsg); + else throw new Error($defaultMsg); + } + }} + + var vErrors = null; {{ /* don't edit, used in replace */ }} + var errors = 0; {{ /* don't edit, used in replace */ }} + if (rootData === undefined) rootData = data; {{ /* don't edit, used in replace */ }} +{{??}} + {{ + var $lvl = it.level + , $dataLvl = it.dataLevel + , $data = 'data' + ($dataLvl || ''); + + if ($id) it.baseId = it.resolve.url(it.baseId, $id); + + if ($async && !it.async) throw new Error('async schema in sync schema'); + }} + + var errs_{{=$lvl}} = errors; +{{?}} + +{{ + var $valid = 'valid' + $lvl + , $breakOnError = !it.opts.allErrors + , $closingBraces1 = '' + , $closingBraces2 = ''; + + var $errorKeyword; + var $typeSchema = it.schema.type + , $typeIsArray = Array.isArray($typeSchema); + + if ($typeSchema && it.opts.nullable && it.schema.nullable === true) { + if ($typeIsArray) { + if ($typeSchema.indexOf('null') == -1) + $typeSchema = $typeSchema.concat('null'); + } else if ($typeSchema != 'null') { + $typeSchema = [$typeSchema, 'null']; + $typeIsArray = true; + } + } + + if ($typeIsArray && $typeSchema.length == 1) { + $typeSchema = $typeSchema[0]; + $typeIsArray = false; + } +}} + +{{## def.checkType: + {{ + var $schemaPath = it.schemaPath + '.type' + , $errSchemaPath = it.errSchemaPath + '/type' + , $method = $typeIsArray ? 'checkDataTypes' : 'checkDataType'; + }} + + if ({{= it.util[$method]($typeSchema, $data, it.opts.strictNumbers, true) }}) { +#}} + +{{? it.schema.$ref && $refKeywords }} + {{? it.opts.extendRefs == 'fail' }} + {{ throw new Error('$ref: validation keywords used in schema at path "' + it.errSchemaPath + '" (see option extendRefs)'); }} + {{?? it.opts.extendRefs !== true }} + {{ + $refKeywords = false; + it.logger.warn('$ref: keywords ignored in schema at path "' + it.errSchemaPath + '"'); + }} + {{?}} +{{?}} + +{{? it.schema.$comment && it.opts.$comment }} + {{= it.RULES.all.$comment.code(it, '$comment') }} +{{?}} + +{{? $typeSchema }} + {{? it.opts.coerceTypes }} + {{ var $coerceToTypes = it.util.coerceToTypes(it.opts.coerceTypes, $typeSchema); }} + {{?}} + + {{ var $rulesGroup = it.RULES.types[$typeSchema]; }} + {{? $coerceToTypes || $typeIsArray || $rulesGroup === true || + ($rulesGroup && !$shouldUseGroup($rulesGroup)) }} + {{ + var $schemaPath = it.schemaPath + '.type' + , $errSchemaPath = it.errSchemaPath + '/type'; + }} + {{# def.checkType }} + {{? $coerceToTypes }} + {{# def.coerceType }} + {{??}} + {{# def.error:'type' }} + {{?}} + } + {{?}} +{{?}} + + +{{? it.schema.$ref && !$refKeywords }} + {{= it.RULES.all.$ref.code(it, '$ref') }} + {{? $breakOnError }} + } + if (errors === {{?$top}}0{{??}}errs_{{=$lvl}}{{?}}) { + {{ $closingBraces2 += '}'; }} + {{?}} +{{??}} + {{~ it.RULES:$rulesGroup }} + {{? $shouldUseGroup($rulesGroup) }} + {{? $rulesGroup.type }} + if ({{= it.util.checkDataType($rulesGroup.type, $data, it.opts.strictNumbers) }}) { + {{?}} + {{? it.opts.useDefaults }} + {{? $rulesGroup.type == 'object' && it.schema.properties }} + {{# def.defaultProperties }} + {{?? $rulesGroup.type == 'array' && Array.isArray(it.schema.items) }} + {{# def.defaultItems }} + {{?}} + {{?}} + {{~ $rulesGroup.rules:$rule }} + {{? $shouldUseRule($rule) }} + {{ var $code = $rule.code(it, $rule.keyword, $rulesGroup.type); }} + {{? $code }} + {{= $code }} + {{? $breakOnError }} + {{ $closingBraces1 += '}'; }} + {{?}} + {{?}} + {{?}} + {{~}} + {{? $breakOnError }} + {{= $closingBraces1 }} + {{ $closingBraces1 = ''; }} + {{?}} + {{? $rulesGroup.type }} + } + {{? $typeSchema && $typeSchema === $rulesGroup.type && !$coerceToTypes }} + else { + {{ + var $schemaPath = it.schemaPath + '.type' + , $errSchemaPath = it.errSchemaPath + '/type'; + }} + {{# def.error:'type' }} + } + {{?}} + {{?}} + + {{? $breakOnError }} + if (errors === {{?$top}}0{{??}}errs_{{=$lvl}}{{?}}) { + {{ $closingBraces2 += '}'; }} + {{?}} + {{?}} + {{~}} +{{?}} + +{{? $breakOnError }} {{= $closingBraces2 }} {{?}} + +{{? $top }} + {{? $async }} + if (errors === 0) return data; {{ /* don't edit, used in replace */ }} + else throw new ValidationError(vErrors); {{ /* don't edit, used in replace */ }} + {{??}} + validate.errors = vErrors; {{ /* don't edit, used in replace */ }} + return errors === 0; {{ /* don't edit, used in replace */ }} + {{?}} + }; + + return validate; +{{??}} + var {{=$valid}} = errors === errs_{{=$lvl}}; +{{?}} + +{{ + function $shouldUseGroup($rulesGroup) { + var rules = $rulesGroup.rules; + for (var i=0; i < rules.length; i++) + if ($shouldUseRule(rules[i])) + return true; + } + + function $shouldUseRule($rule) { + return it.schema[$rule.keyword] !== undefined || + ($rule.implements && $ruleImplementsSomeKeyword($rule)); + } + + function $ruleImplementsSomeKeyword($rule) { + var impl = $rule.implements; + for (var i=0; i < impl.length; i++) + if (it.schema[impl[i]] !== undefined) + return true; + } +}} diff --git a/node_modules/ajv/lib/dotjs/README.md b/node_modules/ajv/lib/dotjs/README.md new file mode 100644 index 0000000..4d99484 --- /dev/null +++ b/node_modules/ajv/lib/dotjs/README.md @@ -0,0 +1,3 @@ +These files are compiled dot templates from dot folder. + +Do NOT edit them directly, edit the templates and run `npm run build` from main ajv folder. diff --git a/node_modules/ajv/lib/dotjs/_limit.js b/node_modules/ajv/lib/dotjs/_limit.js new file mode 100644 index 0000000..05a1979 --- /dev/null +++ b/node_modules/ajv/lib/dotjs/_limit.js @@ -0,0 +1,163 @@ +'use strict'; +module.exports = function generate__limit(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $isMax = $keyword == 'maximum', + $exclusiveKeyword = $isMax ? 'exclusiveMaximum' : 'exclusiveMinimum', + $schemaExcl = it.schema[$exclusiveKeyword], + $isDataExcl = it.opts.$data && $schemaExcl && $schemaExcl.$data, + $op = $isMax ? '<' : '>', + $notOp = $isMax ? '>' : '<', + $errorKeyword = undefined; + if (!($isData || typeof $schema == 'number' || $schema === undefined)) { + throw new Error($keyword + ' must be number'); + } + if (!($isDataExcl || $schemaExcl === undefined || typeof $schemaExcl == 'number' || typeof $schemaExcl == 'boolean')) { + throw new Error($exclusiveKeyword + ' must be number or boolean'); + } + if ($isDataExcl) { + var $schemaValueExcl = it.util.getData($schemaExcl.$data, $dataLvl, it.dataPathArr), + $exclusive = 'exclusive' + $lvl, + $exclType = 'exclType' + $lvl, + $exclIsNumber = 'exclIsNumber' + $lvl, + $opExpr = 'op' + $lvl, + $opStr = '\' + ' + $opExpr + ' + \''; + out += ' var schemaExcl' + ($lvl) + ' = ' + ($schemaValueExcl) + '; '; + $schemaValueExcl = 'schemaExcl' + $lvl; + out += ' var ' + ($exclusive) + '; var ' + ($exclType) + ' = typeof ' + ($schemaValueExcl) + '; if (' + ($exclType) + ' != \'boolean\' && ' + ($exclType) + ' != \'undefined\' && ' + ($exclType) + ' != \'number\') { '; + var $errorKeyword = $exclusiveKeyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_exclusiveLimit') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'' + ($exclusiveKeyword) + ' should be boolean\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' ' + ($exclType) + ' == \'number\' ? ( (' + ($exclusive) + ' = ' + ($schemaValue) + ' === undefined || ' + ($schemaValueExcl) + ' ' + ($op) + '= ' + ($schemaValue) + ') ? ' + ($data) + ' ' + ($notOp) + '= ' + ($schemaValueExcl) + ' : ' + ($data) + ' ' + ($notOp) + ' ' + ($schemaValue) + ' ) : ( (' + ($exclusive) + ' = ' + ($schemaValueExcl) + ' === true) ? ' + ($data) + ' ' + ($notOp) + '= ' + ($schemaValue) + ' : ' + ($data) + ' ' + ($notOp) + ' ' + ($schemaValue) + ' ) || ' + ($data) + ' !== ' + ($data) + ') { var op' + ($lvl) + ' = ' + ($exclusive) + ' ? \'' + ($op) + '\' : \'' + ($op) + '=\'; '; + if ($schema === undefined) { + $errorKeyword = $exclusiveKeyword; + $errSchemaPath = it.errSchemaPath + '/' + $exclusiveKeyword; + $schemaValue = $schemaValueExcl; + $isData = $isDataExcl; + } + } else { + var $exclIsNumber = typeof $schemaExcl == 'number', + $opStr = $op; + if ($exclIsNumber && $isData) { + var $opExpr = '\'' + $opStr + '\''; + out += ' if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' ( ' + ($schemaValue) + ' === undefined || ' + ($schemaExcl) + ' ' + ($op) + '= ' + ($schemaValue) + ' ? ' + ($data) + ' ' + ($notOp) + '= ' + ($schemaExcl) + ' : ' + ($data) + ' ' + ($notOp) + ' ' + ($schemaValue) + ' ) || ' + ($data) + ' !== ' + ($data) + ') { '; + } else { + if ($exclIsNumber && $schema === undefined) { + $exclusive = true; + $errorKeyword = $exclusiveKeyword; + $errSchemaPath = it.errSchemaPath + '/' + $exclusiveKeyword; + $schemaValue = $schemaExcl; + $notOp += '='; + } else { + if ($exclIsNumber) $schemaValue = Math[$isMax ? 'min' : 'max']($schemaExcl, $schema); + if ($schemaExcl === ($exclIsNumber ? $schemaValue : true)) { + $exclusive = true; + $errorKeyword = $exclusiveKeyword; + $errSchemaPath = it.errSchemaPath + '/' + $exclusiveKeyword; + $notOp += '='; + } else { + $exclusive = false; + $opStr += '='; + } + } + var $opExpr = '\'' + $opStr + '\''; + out += ' if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' ' + ($data) + ' ' + ($notOp) + ' ' + ($schemaValue) + ' || ' + ($data) + ' !== ' + ($data) + ') { '; + } + } + $errorKeyword = $errorKeyword || $keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_limit') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { comparison: ' + ($opExpr) + ', limit: ' + ($schemaValue) + ', exclusive: ' + ($exclusive) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be ' + ($opStr) + ' '; + if ($isData) { + out += '\' + ' + ($schemaValue); + } else { + out += '' + ($schemaValue) + '\''; + } + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/_limitItems.js b/node_modules/ajv/lib/dotjs/_limitItems.js new file mode 100644 index 0000000..e092a55 --- /dev/null +++ b/node_modules/ajv/lib/dotjs/_limitItems.js @@ -0,0 +1,80 @@ +'use strict'; +module.exports = function generate__limitItems(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!($isData || typeof $schema == 'number')) { + throw new Error($keyword + ' must be number'); + } + var $op = $keyword == 'maxItems' ? '>' : '<'; + out += 'if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' ' + ($data) + '.length ' + ($op) + ' ' + ($schemaValue) + ') { '; + var $errorKeyword = $keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_limitItems') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { limit: ' + ($schemaValue) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT have '; + if ($keyword == 'maxItems') { + out += 'more'; + } else { + out += 'fewer'; + } + out += ' than '; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + ($schema); + } + out += ' items\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/_limitLength.js b/node_modules/ajv/lib/dotjs/_limitLength.js new file mode 100644 index 0000000..ecbd3fe --- /dev/null +++ b/node_modules/ajv/lib/dotjs/_limitLength.js @@ -0,0 +1,85 @@ +'use strict'; +module.exports = function generate__limitLength(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!($isData || typeof $schema == 'number')) { + throw new Error($keyword + ' must be number'); + } + var $op = $keyword == 'maxLength' ? '>' : '<'; + out += 'if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + if (it.opts.unicode === false) { + out += ' ' + ($data) + '.length '; + } else { + out += ' ucs2length(' + ($data) + ') '; + } + out += ' ' + ($op) + ' ' + ($schemaValue) + ') { '; + var $errorKeyword = $keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_limitLength') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { limit: ' + ($schemaValue) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT be '; + if ($keyword == 'maxLength') { + out += 'longer'; + } else { + out += 'shorter'; + } + out += ' than '; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + ($schema); + } + out += ' characters\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/_limitProperties.js b/node_modules/ajv/lib/dotjs/_limitProperties.js new file mode 100644 index 0000000..d232755 --- /dev/null +++ b/node_modules/ajv/lib/dotjs/_limitProperties.js @@ -0,0 +1,80 @@ +'use strict'; +module.exports = function generate__limitProperties(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!($isData || typeof $schema == 'number')) { + throw new Error($keyword + ' must be number'); + } + var $op = $keyword == 'maxProperties' ? '>' : '<'; + out += 'if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'number\') || '; + } + out += ' Object.keys(' + ($data) + ').length ' + ($op) + ' ' + ($schemaValue) + ') { '; + var $errorKeyword = $keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || '_limitProperties') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { limit: ' + ($schemaValue) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT have '; + if ($keyword == 'maxProperties') { + out += 'more'; + } else { + out += 'fewer'; + } + out += ' than '; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + ($schema); + } + out += ' properties\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/allOf.js b/node_modules/ajv/lib/dotjs/allOf.js new file mode 100644 index 0000000..fb8c2e4 --- /dev/null +++ b/node_modules/ajv/lib/dotjs/allOf.js @@ -0,0 +1,42 @@ +'use strict'; +module.exports = function generate_allOf(it, $keyword, $ruleType) { + var out = ' '; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $currentBaseId = $it.baseId, + $allSchemasEmpty = true; + var arr1 = $schema; + if (arr1) { + var $sch, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $sch = arr1[$i += 1]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + $allSchemasEmpty = false; + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + } + if ($breakOnError) { + if ($allSchemasEmpty) { + out += ' if (true) { '; + } else { + out += ' ' + ($closingBraces.slice(0, -1)) + ' '; + } + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/anyOf.js b/node_modules/ajv/lib/dotjs/anyOf.js new file mode 100644 index 0000000..0600a9d --- /dev/null +++ b/node_modules/ajv/lib/dotjs/anyOf.js @@ -0,0 +1,73 @@ +'use strict'; +module.exports = function generate_anyOf(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $noEmptySchema = $schema.every(function($sch) { + return (it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all)); + }); + if ($noEmptySchema) { + var $currentBaseId = $it.baseId; + out += ' var ' + ($errs) + ' = errors; var ' + ($valid) + ' = false; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + var arr1 = $schema; + if (arr1) { + var $sch, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $sch = arr1[$i += 1]; + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + out += ' ' + ($valid) + ' = ' + ($valid) + ' || ' + ($nextValid) + '; if (!' + ($valid) + ') { '; + $closingBraces += '}'; + } + } + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' ' + ($closingBraces) + ' if (!' + ($valid) + ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('anyOf') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'should match some schema in anyOf\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError(vErrors); '; + } else { + out += ' validate.errors = vErrors; return false; '; + } + } + out += ' } else { errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; } '; + if (it.opts.allErrors) { + out += ' } '; + } + } else { + if ($breakOnError) { + out += ' if (true) { '; + } + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/comment.js b/node_modules/ajv/lib/dotjs/comment.js new file mode 100644 index 0000000..dd66bb8 --- /dev/null +++ b/node_modules/ajv/lib/dotjs/comment.js @@ -0,0 +1,14 @@ +'use strict'; +module.exports = function generate_comment(it, $keyword, $ruleType) { + var out = ' '; + var $schema = it.schema[$keyword]; + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $comment = it.util.toQuotedString($schema); + if (it.opts.$comment === true) { + out += ' console.log(' + ($comment) + ');'; + } else if (typeof it.opts.$comment == 'function') { + out += ' self._opts.$comment(' + ($comment) + ', ' + (it.util.toQuotedString($errSchemaPath)) + ', validate.root.schema);'; + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/const.js b/node_modules/ajv/lib/dotjs/const.js new file mode 100644 index 0000000..15b7c61 --- /dev/null +++ b/node_modules/ajv/lib/dotjs/const.js @@ -0,0 +1,56 @@ +'use strict'; +module.exports = function generate_const(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!$isData) { + out += ' var schema' + ($lvl) + ' = validate.schema' + ($schemaPath) + ';'; + } + out += 'var ' + ($valid) + ' = equal(' + ($data) + ', schema' + ($lvl) + '); if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('const') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { allowedValue: schema' + ($lvl) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be equal to constant\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' }'; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/contains.js b/node_modules/ajv/lib/dotjs/contains.js new file mode 100644 index 0000000..7d76300 --- /dev/null +++ b/node_modules/ajv/lib/dotjs/contains.js @@ -0,0 +1,81 @@ +'use strict'; +module.exports = function generate_contains(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $idx = 'i' + $lvl, + $dataNxt = $it.dataLevel = it.dataLevel + 1, + $nextData = 'data' + $dataNxt, + $currentBaseId = it.baseId, + $nonEmptySchema = (it.opts.strictKeywords ? (typeof $schema == 'object' && Object.keys($schema).length > 0) || $schema === false : it.util.schemaHasRules($schema, it.RULES.all)); + out += 'var ' + ($errs) + ' = errors;var ' + ($valid) + ';'; + if ($nonEmptySchema) { + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + out += ' var ' + ($nextValid) + ' = false; for (var ' + ($idx) + ' = 0; ' + ($idx) + ' < ' + ($data) + '.length; ' + ($idx) + '++) { '; + $it.errorPath = it.util.getPathExpr(it.errorPath, $idx, it.opts.jsonPointers, true); + var $passData = $data + '[' + $idx + ']'; + $it.dataPathArr[$dataNxt] = $idx; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + out += ' if (' + ($nextValid) + ') break; } '; + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' ' + ($closingBraces) + ' if (!' + ($nextValid) + ') {'; + } else { + out += ' if (' + ($data) + '.length == 0) {'; + } + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('contains') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'should contain a valid item\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else { '; + if ($nonEmptySchema) { + out += ' errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; } '; + } + if (it.opts.allErrors) { + out += ' } '; + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/custom.js b/node_modules/ajv/lib/dotjs/custom.js new file mode 100644 index 0000000..f3e641e --- /dev/null +++ b/node_modules/ajv/lib/dotjs/custom.js @@ -0,0 +1,228 @@ +'use strict'; +module.exports = function generate_custom(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $rule = this, + $definition = 'definition' + $lvl, + $rDef = $rule.definition, + $closingBraces = ''; + var $compile, $inline, $macro, $ruleValidate, $validateCode; + if ($isData && $rDef.$data) { + $validateCode = 'keywordValidate' + $lvl; + var $validateSchema = $rDef.validateSchema; + out += ' var ' + ($definition) + ' = RULES.custom[\'' + ($keyword) + '\'].definition; var ' + ($validateCode) + ' = ' + ($definition) + '.validate;'; + } else { + $ruleValidate = it.useCustomRule($rule, $schema, it.schema, it); + if (!$ruleValidate) return; + $schemaValue = 'validate.schema' + $schemaPath; + $validateCode = $ruleValidate.code; + $compile = $rDef.compile; + $inline = $rDef.inline; + $macro = $rDef.macro; + } + var $ruleErrs = $validateCode + '.errors', + $i = 'i' + $lvl, + $ruleErr = 'ruleErr' + $lvl, + $asyncKeyword = $rDef.async; + if ($asyncKeyword && !it.async) throw new Error('async keyword in sync schema'); + if (!($inline || $macro)) { + out += '' + ($ruleErrs) + ' = null;'; + } + out += 'var ' + ($errs) + ' = errors;var ' + ($valid) + ';'; + if ($isData && $rDef.$data) { + $closingBraces += '}'; + out += ' if (' + ($schemaValue) + ' === undefined) { ' + ($valid) + ' = true; } else { '; + if ($validateSchema) { + $closingBraces += '}'; + out += ' ' + ($valid) + ' = ' + ($definition) + '.validateSchema(' + ($schemaValue) + '); if (' + ($valid) + ') { '; + } + } + if ($inline) { + if ($rDef.statements) { + out += ' ' + ($ruleValidate.validate) + ' '; + } else { + out += ' ' + ($valid) + ' = ' + ($ruleValidate.validate) + '; '; + } + } else if ($macro) { + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + $it.schema = $ruleValidate.validate; + $it.schemaPath = ''; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + var $code = it.validate($it).replace(/validate\.schema/g, $validateCode); + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' ' + ($code); + } else { + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; + out += ' ' + ($validateCode) + '.call( '; + if (it.opts.passContext) { + out += 'this'; + } else { + out += 'self'; + } + if ($compile || $rDef.schema === false) { + out += ' , ' + ($data) + ' '; + } else { + out += ' , ' + ($schemaValue) + ' , ' + ($data) + ' , validate.schema' + (it.schemaPath) + ' '; + } + out += ' , (dataPath || \'\')'; + if (it.errorPath != '""') { + out += ' + ' + (it.errorPath); + } + var $parentData = $dataLvl ? 'data' + (($dataLvl - 1) || '') : 'parentData', + $parentDataProperty = $dataLvl ? it.dataPathArr[$dataLvl] : 'parentDataProperty'; + out += ' , ' + ($parentData) + ' , ' + ($parentDataProperty) + ' , rootData ) '; + var def_callRuleValidate = out; + out = $$outStack.pop(); + if ($rDef.errors === false) { + out += ' ' + ($valid) + ' = '; + if ($asyncKeyword) { + out += 'await '; + } + out += '' + (def_callRuleValidate) + '; '; + } else { + if ($asyncKeyword) { + $ruleErrs = 'customErrors' + $lvl; + out += ' var ' + ($ruleErrs) + ' = null; try { ' + ($valid) + ' = await ' + (def_callRuleValidate) + '; } catch (e) { ' + ($valid) + ' = false; if (e instanceof ValidationError) ' + ($ruleErrs) + ' = e.errors; else throw e; } '; + } else { + out += ' ' + ($ruleErrs) + ' = null; ' + ($valid) + ' = ' + (def_callRuleValidate) + '; '; + } + } + } + if ($rDef.modifying) { + out += ' if (' + ($parentData) + ') ' + ($data) + ' = ' + ($parentData) + '[' + ($parentDataProperty) + '];'; + } + out += '' + ($closingBraces); + if ($rDef.valid) { + if ($breakOnError) { + out += ' if (true) { '; + } + } else { + out += ' if ( '; + if ($rDef.valid === undefined) { + out += ' !'; + if ($macro) { + out += '' + ($nextValid); + } else { + out += '' + ($valid); + } + } else { + out += ' ' + (!$rDef.valid) + ' '; + } + out += ') { '; + $errorKeyword = $rule.keyword; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'custom') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { keyword: \'' + ($rule.keyword) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should pass "' + ($rule.keyword) + '" keyword validation\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + var def_customError = out; + out = $$outStack.pop(); + if ($inline) { + if ($rDef.errors) { + if ($rDef.errors != 'full') { + out += ' for (var ' + ($i) + '=' + ($errs) + '; ' + ($i) + ' 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + out += ' ' + ($nextValid) + ' = true; if ( ' + ($data) + (it.util.getProperty($property)) + ' !== undefined '; + if ($ownProperties) { + out += ' && Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($property)) + '\') '; + } + out += ') { '; + $it.schema = $sch; + $it.schemaPath = $schemaPath + it.util.getProperty($property); + $it.errSchemaPath = $errSchemaPath + '/' + it.util.escapeFragment($property); + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + out += ' } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + if ($breakOnError) { + out += ' ' + ($closingBraces) + ' if (' + ($errs) + ' == errors) {'; + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/enum.js b/node_modules/ajv/lib/dotjs/enum.js new file mode 100644 index 0000000..90580b9 --- /dev/null +++ b/node_modules/ajv/lib/dotjs/enum.js @@ -0,0 +1,66 @@ +'use strict'; +module.exports = function generate_enum(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $i = 'i' + $lvl, + $vSchema = 'schema' + $lvl; + if (!$isData) { + out += ' var ' + ($vSchema) + ' = validate.schema' + ($schemaPath) + ';'; + } + out += 'var ' + ($valid) + ';'; + if ($isData) { + out += ' if (schema' + ($lvl) + ' === undefined) ' + ($valid) + ' = true; else if (!Array.isArray(schema' + ($lvl) + ')) ' + ($valid) + ' = false; else {'; + } + out += '' + ($valid) + ' = false;for (var ' + ($i) + '=0; ' + ($i) + '<' + ($vSchema) + '.length; ' + ($i) + '++) if (equal(' + ($data) + ', ' + ($vSchema) + '[' + ($i) + '])) { ' + ($valid) + ' = true; break; }'; + if ($isData) { + out += ' } '; + } + out += ' if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('enum') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { allowedValues: schema' + ($lvl) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be equal to one of the allowed values\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' }'; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/format.js b/node_modules/ajv/lib/dotjs/format.js new file mode 100644 index 0000000..cd9a569 --- /dev/null +++ b/node_modules/ajv/lib/dotjs/format.js @@ -0,0 +1,150 @@ +'use strict'; +module.exports = function generate_format(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + if (it.opts.format === false) { + if ($breakOnError) { + out += ' if (true) { '; + } + return out; + } + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $unknownFormats = it.opts.unknownFormats, + $allowUnknown = Array.isArray($unknownFormats); + if ($isData) { + var $format = 'format' + $lvl, + $isObject = 'isObject' + $lvl, + $formatType = 'formatType' + $lvl; + out += ' var ' + ($format) + ' = formats[' + ($schemaValue) + ']; var ' + ($isObject) + ' = typeof ' + ($format) + ' == \'object\' && !(' + ($format) + ' instanceof RegExp) && ' + ($format) + '.validate; var ' + ($formatType) + ' = ' + ($isObject) + ' && ' + ($format) + '.type || \'string\'; if (' + ($isObject) + ') { '; + if (it.async) { + out += ' var async' + ($lvl) + ' = ' + ($format) + '.async; '; + } + out += ' ' + ($format) + ' = ' + ($format) + '.validate; } if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'string\') || '; + } + out += ' ('; + if ($unknownFormats != 'ignore') { + out += ' (' + ($schemaValue) + ' && !' + ($format) + ' '; + if ($allowUnknown) { + out += ' && self._opts.unknownFormats.indexOf(' + ($schemaValue) + ') == -1 '; + } + out += ') || '; + } + out += ' (' + ($format) + ' && ' + ($formatType) + ' == \'' + ($ruleType) + '\' && !(typeof ' + ($format) + ' == \'function\' ? '; + if (it.async) { + out += ' (async' + ($lvl) + ' ? await ' + ($format) + '(' + ($data) + ') : ' + ($format) + '(' + ($data) + ')) '; + } else { + out += ' ' + ($format) + '(' + ($data) + ') '; + } + out += ' : ' + ($format) + '.test(' + ($data) + '))))) {'; + } else { + var $format = it.formats[$schema]; + if (!$format) { + if ($unknownFormats == 'ignore') { + it.logger.warn('unknown format "' + $schema + '" ignored in schema at path "' + it.errSchemaPath + '"'); + if ($breakOnError) { + out += ' if (true) { '; + } + return out; + } else if ($allowUnknown && $unknownFormats.indexOf($schema) >= 0) { + if ($breakOnError) { + out += ' if (true) { '; + } + return out; + } else { + throw new Error('unknown format "' + $schema + '" is used in schema at path "' + it.errSchemaPath + '"'); + } + } + var $isObject = typeof $format == 'object' && !($format instanceof RegExp) && $format.validate; + var $formatType = $isObject && $format.type || 'string'; + if ($isObject) { + var $async = $format.async === true; + $format = $format.validate; + } + if ($formatType != $ruleType) { + if ($breakOnError) { + out += ' if (true) { '; + } + return out; + } + if ($async) { + if (!it.async) throw new Error('async format in sync schema'); + var $formatRef = 'formats' + it.util.getProperty($schema) + '.validate'; + out += ' if (!(await ' + ($formatRef) + '(' + ($data) + '))) { '; + } else { + out += ' if (! '; + var $formatRef = 'formats' + it.util.getProperty($schema); + if ($isObject) $formatRef += '.validate'; + if (typeof $format == 'function') { + out += ' ' + ($formatRef) + '(' + ($data) + ') '; + } else { + out += ' ' + ($formatRef) + '.test(' + ($data) + ') '; + } + out += ') { '; + } + } + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('format') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { format: '; + if ($isData) { + out += '' + ($schemaValue); + } else { + out += '' + (it.util.toQuotedString($schema)); + } + out += ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should match format "'; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + (it.util.escapeQuotes($schema)); + } + out += '"\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + (it.util.toQuotedString($schema)); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/if.js b/node_modules/ajv/lib/dotjs/if.js new file mode 100644 index 0000000..94d27ad --- /dev/null +++ b/node_modules/ajv/lib/dotjs/if.js @@ -0,0 +1,103 @@ +'use strict'; +module.exports = function generate_if(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + $it.level++; + var $nextValid = 'valid' + $it.level; + var $thenSch = it.schema['then'], + $elseSch = it.schema['else'], + $thenPresent = $thenSch !== undefined && (it.opts.strictKeywords ? (typeof $thenSch == 'object' && Object.keys($thenSch).length > 0) || $thenSch === false : it.util.schemaHasRules($thenSch, it.RULES.all)), + $elsePresent = $elseSch !== undefined && (it.opts.strictKeywords ? (typeof $elseSch == 'object' && Object.keys($elseSch).length > 0) || $elseSch === false : it.util.schemaHasRules($elseSch, it.RULES.all)), + $currentBaseId = $it.baseId; + if ($thenPresent || $elsePresent) { + var $ifClause; + $it.createErrors = false; + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + out += ' var ' + ($errs) + ' = errors; var ' + ($valid) + ' = true; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + $it.createErrors = true; + out += ' errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; } '; + it.compositeRule = $it.compositeRule = $wasComposite; + if ($thenPresent) { + out += ' if (' + ($nextValid) + ') { '; + $it.schema = it.schema['then']; + $it.schemaPath = it.schemaPath + '.then'; + $it.errSchemaPath = it.errSchemaPath + '/then'; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + out += ' ' + ($valid) + ' = ' + ($nextValid) + '; '; + if ($thenPresent && $elsePresent) { + $ifClause = 'ifClause' + $lvl; + out += ' var ' + ($ifClause) + ' = \'then\'; '; + } else { + $ifClause = '\'then\''; + } + out += ' } '; + if ($elsePresent) { + out += ' else { '; + } + } else { + out += ' if (!' + ($nextValid) + ') { '; + } + if ($elsePresent) { + $it.schema = it.schema['else']; + $it.schemaPath = it.schemaPath + '.else'; + $it.errSchemaPath = it.errSchemaPath + '/else'; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + out += ' ' + ($valid) + ' = ' + ($nextValid) + '; '; + if ($thenPresent && $elsePresent) { + $ifClause = 'ifClause' + $lvl; + out += ' var ' + ($ifClause) + ' = \'else\'; '; + } else { + $ifClause = '\'else\''; + } + out += ' } '; + } + out += ' if (!' + ($valid) + ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('if') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { failingKeyword: ' + ($ifClause) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should match "\' + ' + ($ifClause) + ' + \'" schema\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError(vErrors); '; + } else { + out += ' validate.errors = vErrors; return false; '; + } + } + out += ' } '; + if ($breakOnError) { + out += ' else { '; + } + } else { + if ($breakOnError) { + out += ' if (true) { '; + } + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/index.js b/node_modules/ajv/lib/dotjs/index.js new file mode 100644 index 0000000..2fb1b00 --- /dev/null +++ b/node_modules/ajv/lib/dotjs/index.js @@ -0,0 +1,33 @@ +'use strict'; + +//all requires must be explicit because browserify won't work with dynamic requires +module.exports = { + '$ref': require('./ref'), + allOf: require('./allOf'), + anyOf: require('./anyOf'), + '$comment': require('./comment'), + const: require('./const'), + contains: require('./contains'), + dependencies: require('./dependencies'), + 'enum': require('./enum'), + format: require('./format'), + 'if': require('./if'), + items: require('./items'), + maximum: require('./_limit'), + minimum: require('./_limit'), + maxItems: require('./_limitItems'), + minItems: require('./_limitItems'), + maxLength: require('./_limitLength'), + minLength: require('./_limitLength'), + maxProperties: require('./_limitProperties'), + minProperties: require('./_limitProperties'), + multipleOf: require('./multipleOf'), + not: require('./not'), + oneOf: require('./oneOf'), + pattern: require('./pattern'), + properties: require('./properties'), + propertyNames: require('./propertyNames'), + required: require('./required'), + uniqueItems: require('./uniqueItems'), + validate: require('./validate') +}; diff --git a/node_modules/ajv/lib/dotjs/items.js b/node_modules/ajv/lib/dotjs/items.js new file mode 100644 index 0000000..bee5d67 --- /dev/null +++ b/node_modules/ajv/lib/dotjs/items.js @@ -0,0 +1,140 @@ +'use strict'; +module.exports = function generate_items(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $idx = 'i' + $lvl, + $dataNxt = $it.dataLevel = it.dataLevel + 1, + $nextData = 'data' + $dataNxt, + $currentBaseId = it.baseId; + out += 'var ' + ($errs) + ' = errors;var ' + ($valid) + ';'; + if (Array.isArray($schema)) { + var $additionalItems = it.schema.additionalItems; + if ($additionalItems === false) { + out += ' ' + ($valid) + ' = ' + ($data) + '.length <= ' + ($schema.length) + '; '; + var $currErrSchemaPath = $errSchemaPath; + $errSchemaPath = it.errSchemaPath + '/additionalItems'; + out += ' if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('additionalItems') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { limit: ' + ($schema.length) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT have more than ' + ($schema.length) + ' items\' '; + } + if (it.opts.verbose) { + out += ' , schema: false , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + $errSchemaPath = $currErrSchemaPath; + if ($breakOnError) { + $closingBraces += '}'; + out += ' else { '; + } + } + var arr1 = $schema; + if (arr1) { + var $sch, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $sch = arr1[$i += 1]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + out += ' ' + ($nextValid) + ' = true; if (' + ($data) + '.length > ' + ($i) + ') { '; + var $passData = $data + '[' + $i + ']'; + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + $it.errorPath = it.util.getPathExpr(it.errorPath, $i, it.opts.jsonPointers, true); + $it.dataPathArr[$dataNxt] = $i; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + out += ' } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + } + if (typeof $additionalItems == 'object' && (it.opts.strictKeywords ? (typeof $additionalItems == 'object' && Object.keys($additionalItems).length > 0) || $additionalItems === false : it.util.schemaHasRules($additionalItems, it.RULES.all))) { + $it.schema = $additionalItems; + $it.schemaPath = it.schemaPath + '.additionalItems'; + $it.errSchemaPath = it.errSchemaPath + '/additionalItems'; + out += ' ' + ($nextValid) + ' = true; if (' + ($data) + '.length > ' + ($schema.length) + ') { for (var ' + ($idx) + ' = ' + ($schema.length) + '; ' + ($idx) + ' < ' + ($data) + '.length; ' + ($idx) + '++) { '; + $it.errorPath = it.util.getPathExpr(it.errorPath, $idx, it.opts.jsonPointers, true); + var $passData = $data + '[' + $idx + ']'; + $it.dataPathArr[$dataNxt] = $idx; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + if ($breakOnError) { + out += ' if (!' + ($nextValid) + ') break; '; + } + out += ' } } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } else if ((it.opts.strictKeywords ? (typeof $schema == 'object' && Object.keys($schema).length > 0) || $schema === false : it.util.schemaHasRules($schema, it.RULES.all))) { + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + out += ' for (var ' + ($idx) + ' = ' + (0) + '; ' + ($idx) + ' < ' + ($data) + '.length; ' + ($idx) + '++) { '; + $it.errorPath = it.util.getPathExpr(it.errorPath, $idx, it.opts.jsonPointers, true); + var $passData = $data + '[' + $idx + ']'; + $it.dataPathArr[$dataNxt] = $idx; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + if ($breakOnError) { + out += ' if (!' + ($nextValid) + ') break; '; + } + out += ' }'; + } + if ($breakOnError) { + out += ' ' + ($closingBraces) + ' if (' + ($errs) + ' == errors) {'; + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/multipleOf.js b/node_modules/ajv/lib/dotjs/multipleOf.js new file mode 100644 index 0000000..9d6401b --- /dev/null +++ b/node_modules/ajv/lib/dotjs/multipleOf.js @@ -0,0 +1,80 @@ +'use strict'; +module.exports = function generate_multipleOf(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (!($isData || typeof $schema == 'number')) { + throw new Error($keyword + ' must be number'); + } + out += 'var division' + ($lvl) + ';if ('; + if ($isData) { + out += ' ' + ($schemaValue) + ' !== undefined && ( typeof ' + ($schemaValue) + ' != \'number\' || '; + } + out += ' (division' + ($lvl) + ' = ' + ($data) + ' / ' + ($schemaValue) + ', '; + if (it.opts.multipleOfPrecision) { + out += ' Math.abs(Math.round(division' + ($lvl) + ') - division' + ($lvl) + ') > 1e-' + (it.opts.multipleOfPrecision) + ' '; + } else { + out += ' division' + ($lvl) + ' !== parseInt(division' + ($lvl) + ') '; + } + out += ' ) '; + if ($isData) { + out += ' ) '; + } + out += ' ) { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('multipleOf') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { multipleOf: ' + ($schemaValue) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be multiple of '; + if ($isData) { + out += '\' + ' + ($schemaValue); + } else { + out += '' + ($schemaValue) + '\''; + } + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/not.js b/node_modules/ajv/lib/dotjs/not.js new file mode 100644 index 0000000..f50c937 --- /dev/null +++ b/node_modules/ajv/lib/dotjs/not.js @@ -0,0 +1,84 @@ +'use strict'; +module.exports = function generate_not(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + $it.level++; + var $nextValid = 'valid' + $it.level; + if ((it.opts.strictKeywords ? (typeof $schema == 'object' && Object.keys($schema).length > 0) || $schema === false : it.util.schemaHasRules($schema, it.RULES.all))) { + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + out += ' var ' + ($errs) + ' = errors; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + $it.createErrors = false; + var $allErrorsOption; + if ($it.opts.allErrors) { + $allErrorsOption = $it.opts.allErrors; + $it.opts.allErrors = false; + } + out += ' ' + (it.validate($it)) + ' '; + $it.createErrors = true; + if ($allErrorsOption) $it.opts.allErrors = $allErrorsOption; + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' if (' + ($nextValid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('not') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT be valid\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else { errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; } '; + if (it.opts.allErrors) { + out += ' } '; + } + } else { + out += ' var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('not') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT be valid\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + if ($breakOnError) { + out += ' if (false) { '; + } + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/oneOf.js b/node_modules/ajv/lib/dotjs/oneOf.js new file mode 100644 index 0000000..dfe2fd5 --- /dev/null +++ b/node_modules/ajv/lib/dotjs/oneOf.js @@ -0,0 +1,73 @@ +'use strict'; +module.exports = function generate_oneOf(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $currentBaseId = $it.baseId, + $prevValid = 'prevValid' + $lvl, + $passingSchemas = 'passingSchemas' + $lvl; + out += 'var ' + ($errs) + ' = errors , ' + ($prevValid) + ' = false , ' + ($valid) + ' = false , ' + ($passingSchemas) + ' = null; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + var arr1 = $schema; + if (arr1) { + var $sch, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $sch = arr1[$i += 1]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + $it.schema = $sch; + $it.schemaPath = $schemaPath + '[' + $i + ']'; + $it.errSchemaPath = $errSchemaPath + '/' + $i; + out += ' ' + (it.validate($it)) + ' '; + $it.baseId = $currentBaseId; + } else { + out += ' var ' + ($nextValid) + ' = true; '; + } + if ($i) { + out += ' if (' + ($nextValid) + ' && ' + ($prevValid) + ') { ' + ($valid) + ' = false; ' + ($passingSchemas) + ' = [' + ($passingSchemas) + ', ' + ($i) + ']; } else { '; + $closingBraces += '}'; + } + out += ' if (' + ($nextValid) + ') { ' + ($valid) + ' = ' + ($prevValid) + ' = true; ' + ($passingSchemas) + ' = ' + ($i) + '; }'; + } + } + it.compositeRule = $it.compositeRule = $wasComposite; + out += '' + ($closingBraces) + 'if (!' + ($valid) + ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('oneOf') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { passingSchemas: ' + ($passingSchemas) + ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should match exactly one schema in oneOf\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError(vErrors); '; + } else { + out += ' validate.errors = vErrors; return false; '; + } + } + out += '} else { errors = ' + ($errs) + '; if (vErrors !== null) { if (' + ($errs) + ') vErrors.length = ' + ($errs) + '; else vErrors = null; }'; + if (it.opts.allErrors) { + out += ' } '; + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/pattern.js b/node_modules/ajv/lib/dotjs/pattern.js new file mode 100644 index 0000000..1d74d6b --- /dev/null +++ b/node_modules/ajv/lib/dotjs/pattern.js @@ -0,0 +1,75 @@ +'use strict'; +module.exports = function generate_pattern(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + var $regexp = $isData ? '(new RegExp(' + $schemaValue + '))' : it.usePattern($schema); + out += 'if ( '; + if ($isData) { + out += ' (' + ($schemaValue) + ' !== undefined && typeof ' + ($schemaValue) + ' != \'string\') || '; + } + out += ' !' + ($regexp) + '.test(' + ($data) + ') ) { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('pattern') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { pattern: '; + if ($isData) { + out += '' + ($schemaValue); + } else { + out += '' + (it.util.toQuotedString($schema)); + } + out += ' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should match pattern "'; + if ($isData) { + out += '\' + ' + ($schemaValue) + ' + \''; + } else { + out += '' + (it.util.escapeQuotes($schema)); + } + out += '"\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + (it.util.toQuotedString($schema)); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += '} '; + if ($breakOnError) { + out += ' else { '; + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/properties.js b/node_modules/ajv/lib/dotjs/properties.js new file mode 100644 index 0000000..bc5ee55 --- /dev/null +++ b/node_modules/ajv/lib/dotjs/properties.js @@ -0,0 +1,335 @@ +'use strict'; +module.exports = function generate_properties(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + var $key = 'key' + $lvl, + $idx = 'idx' + $lvl, + $dataNxt = $it.dataLevel = it.dataLevel + 1, + $nextData = 'data' + $dataNxt, + $dataProperties = 'dataProperties' + $lvl; + var $schemaKeys = Object.keys($schema || {}).filter(notProto), + $pProperties = it.schema.patternProperties || {}, + $pPropertyKeys = Object.keys($pProperties).filter(notProto), + $aProperties = it.schema.additionalProperties, + $someProperties = $schemaKeys.length || $pPropertyKeys.length, + $noAdditional = $aProperties === false, + $additionalIsSchema = typeof $aProperties == 'object' && Object.keys($aProperties).length, + $removeAdditional = it.opts.removeAdditional, + $checkAdditional = $noAdditional || $additionalIsSchema || $removeAdditional, + $ownProperties = it.opts.ownProperties, + $currentBaseId = it.baseId; + var $required = it.schema.required; + if ($required && !(it.opts.$data && $required.$data) && $required.length < it.opts.loopRequired) { + var $requiredHash = it.util.toHash($required); + } + + function notProto(p) { + return p !== '__proto__'; + } + out += 'var ' + ($errs) + ' = errors;var ' + ($nextValid) + ' = true;'; + if ($ownProperties) { + out += ' var ' + ($dataProperties) + ' = undefined;'; + } + if ($checkAdditional) { + if ($ownProperties) { + out += ' ' + ($dataProperties) + ' = ' + ($dataProperties) + ' || Object.keys(' + ($data) + '); for (var ' + ($idx) + '=0; ' + ($idx) + '<' + ($dataProperties) + '.length; ' + ($idx) + '++) { var ' + ($key) + ' = ' + ($dataProperties) + '[' + ($idx) + ']; '; + } else { + out += ' for (var ' + ($key) + ' in ' + ($data) + ') { '; + } + if ($someProperties) { + out += ' var isAdditional' + ($lvl) + ' = !(false '; + if ($schemaKeys.length) { + if ($schemaKeys.length > 8) { + out += ' || validate.schema' + ($schemaPath) + '.hasOwnProperty(' + ($key) + ') '; + } else { + var arr1 = $schemaKeys; + if (arr1) { + var $propertyKey, i1 = -1, + l1 = arr1.length - 1; + while (i1 < l1) { + $propertyKey = arr1[i1 += 1]; + out += ' || ' + ($key) + ' == ' + (it.util.toQuotedString($propertyKey)) + ' '; + } + } + } + } + if ($pPropertyKeys.length) { + var arr2 = $pPropertyKeys; + if (arr2) { + var $pProperty, $i = -1, + l2 = arr2.length - 1; + while ($i < l2) { + $pProperty = arr2[$i += 1]; + out += ' || ' + (it.usePattern($pProperty)) + '.test(' + ($key) + ') '; + } + } + } + out += ' ); if (isAdditional' + ($lvl) + ') { '; + } + if ($removeAdditional == 'all') { + out += ' delete ' + ($data) + '[' + ($key) + ']; '; + } else { + var $currentErrorPath = it.errorPath; + var $additionalProperty = '\' + ' + $key + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + } + if ($noAdditional) { + if ($removeAdditional) { + out += ' delete ' + ($data) + '[' + ($key) + ']; '; + } else { + out += ' ' + ($nextValid) + ' = false; '; + var $currErrSchemaPath = $errSchemaPath; + $errSchemaPath = it.errSchemaPath + '/additionalProperties'; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('additionalProperties') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { additionalProperty: \'' + ($additionalProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is an invalid additional property'; + } else { + out += 'should NOT have additional properties'; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: false , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + $errSchemaPath = $currErrSchemaPath; + if ($breakOnError) { + out += ' break; '; + } + } + } else if ($additionalIsSchema) { + if ($removeAdditional == 'failing') { + out += ' var ' + ($errs) + ' = errors; '; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + $it.schema = $aProperties; + $it.schemaPath = it.schemaPath + '.additionalProperties'; + $it.errSchemaPath = it.errSchemaPath + '/additionalProperties'; + $it.errorPath = it.opts._errorDataPathProperty ? it.errorPath : it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + var $passData = $data + '[' + $key + ']'; + $it.dataPathArr[$dataNxt] = $key; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + out += ' if (!' + ($nextValid) + ') { errors = ' + ($errs) + '; if (validate.errors !== null) { if (errors) validate.errors.length = errors; else validate.errors = null; } delete ' + ($data) + '[' + ($key) + ']; } '; + it.compositeRule = $it.compositeRule = $wasComposite; + } else { + $it.schema = $aProperties; + $it.schemaPath = it.schemaPath + '.additionalProperties'; + $it.errSchemaPath = it.errSchemaPath + '/additionalProperties'; + $it.errorPath = it.opts._errorDataPathProperty ? it.errorPath : it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + var $passData = $data + '[' + $key + ']'; + $it.dataPathArr[$dataNxt] = $key; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + if ($breakOnError) { + out += ' if (!' + ($nextValid) + ') break; '; + } + } + } + it.errorPath = $currentErrorPath; + } + if ($someProperties) { + out += ' } '; + } + out += ' } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + var $useDefaults = it.opts.useDefaults && !it.compositeRule; + if ($schemaKeys.length) { + var arr3 = $schemaKeys; + if (arr3) { + var $propertyKey, i3 = -1, + l3 = arr3.length - 1; + while (i3 < l3) { + $propertyKey = arr3[i3 += 1]; + var $sch = $schema[$propertyKey]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + var $prop = it.util.getProperty($propertyKey), + $passData = $data + $prop, + $hasDefault = $useDefaults && $sch.default !== undefined; + $it.schema = $sch; + $it.schemaPath = $schemaPath + $prop; + $it.errSchemaPath = $errSchemaPath + '/' + it.util.escapeFragment($propertyKey); + $it.errorPath = it.util.getPath(it.errorPath, $propertyKey, it.opts.jsonPointers); + $it.dataPathArr[$dataNxt] = it.util.toQuotedString($propertyKey); + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + $code = it.util.varReplace($code, $nextData, $passData); + var $useData = $passData; + } else { + var $useData = $nextData; + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; '; + } + if ($hasDefault) { + out += ' ' + ($code) + ' '; + } else { + if ($requiredHash && $requiredHash[$propertyKey]) { + out += ' if ( ' + ($useData) + ' === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ') { ' + ($nextValid) + ' = false; '; + var $currentErrorPath = it.errorPath, + $currErrSchemaPath = $errSchemaPath, + $missingProperty = it.util.escapeQuotes($propertyKey); + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPath($currentErrorPath, $propertyKey, it.opts.jsonPointers); + } + $errSchemaPath = it.errSchemaPath + '/required'; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + $errSchemaPath = $currErrSchemaPath; + it.errorPath = $currentErrorPath; + out += ' } else { '; + } else { + if ($breakOnError) { + out += ' if ( ' + ($useData) + ' === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ') { ' + ($nextValid) + ' = true; } else { '; + } else { + out += ' if (' + ($useData) + ' !== undefined '; + if ($ownProperties) { + out += ' && Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ' ) { '; + } + } + out += ' ' + ($code) + ' } '; + } + } + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + } + if ($pPropertyKeys.length) { + var arr4 = $pPropertyKeys; + if (arr4) { + var $pProperty, i4 = -1, + l4 = arr4.length - 1; + while (i4 < l4) { + $pProperty = arr4[i4 += 1]; + var $sch = $pProperties[$pProperty]; + if ((it.opts.strictKeywords ? (typeof $sch == 'object' && Object.keys($sch).length > 0) || $sch === false : it.util.schemaHasRules($sch, it.RULES.all))) { + $it.schema = $sch; + $it.schemaPath = it.schemaPath + '.patternProperties' + it.util.getProperty($pProperty); + $it.errSchemaPath = it.errSchemaPath + '/patternProperties/' + it.util.escapeFragment($pProperty); + if ($ownProperties) { + out += ' ' + ($dataProperties) + ' = ' + ($dataProperties) + ' || Object.keys(' + ($data) + '); for (var ' + ($idx) + '=0; ' + ($idx) + '<' + ($dataProperties) + '.length; ' + ($idx) + '++) { var ' + ($key) + ' = ' + ($dataProperties) + '[' + ($idx) + ']; '; + } else { + out += ' for (var ' + ($key) + ' in ' + ($data) + ') { '; + } + out += ' if (' + (it.usePattern($pProperty)) + '.test(' + ($key) + ')) { '; + $it.errorPath = it.util.getPathExpr(it.errorPath, $key, it.opts.jsonPointers); + var $passData = $data + '[' + $key + ']'; + $it.dataPathArr[$dataNxt] = $key; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + if ($breakOnError) { + out += ' if (!' + ($nextValid) + ') break; '; + } + out += ' } '; + if ($breakOnError) { + out += ' else ' + ($nextValid) + ' = true; '; + } + out += ' } '; + if ($breakOnError) { + out += ' if (' + ($nextValid) + ') { '; + $closingBraces += '}'; + } + } + } + } + } + if ($breakOnError) { + out += ' ' + ($closingBraces) + ' if (' + ($errs) + ' == errors) {'; + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/propertyNames.js b/node_modules/ajv/lib/dotjs/propertyNames.js new file mode 100644 index 0000000..2a54a08 --- /dev/null +++ b/node_modules/ajv/lib/dotjs/propertyNames.js @@ -0,0 +1,81 @@ +'use strict'; +module.exports = function generate_propertyNames(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $errs = 'errs__' + $lvl; + var $it = it.util.copy(it); + var $closingBraces = ''; + $it.level++; + var $nextValid = 'valid' + $it.level; + out += 'var ' + ($errs) + ' = errors;'; + if ((it.opts.strictKeywords ? (typeof $schema == 'object' && Object.keys($schema).length > 0) || $schema === false : it.util.schemaHasRules($schema, it.RULES.all))) { + $it.schema = $schema; + $it.schemaPath = $schemaPath; + $it.errSchemaPath = $errSchemaPath; + var $key = 'key' + $lvl, + $idx = 'idx' + $lvl, + $i = 'i' + $lvl, + $invalidName = '\' + ' + $key + ' + \'', + $dataNxt = $it.dataLevel = it.dataLevel + 1, + $nextData = 'data' + $dataNxt, + $dataProperties = 'dataProperties' + $lvl, + $ownProperties = it.opts.ownProperties, + $currentBaseId = it.baseId; + if ($ownProperties) { + out += ' var ' + ($dataProperties) + ' = undefined; '; + } + if ($ownProperties) { + out += ' ' + ($dataProperties) + ' = ' + ($dataProperties) + ' || Object.keys(' + ($data) + '); for (var ' + ($idx) + '=0; ' + ($idx) + '<' + ($dataProperties) + '.length; ' + ($idx) + '++) { var ' + ($key) + ' = ' + ($dataProperties) + '[' + ($idx) + ']; '; + } else { + out += ' for (var ' + ($key) + ' in ' + ($data) + ') { '; + } + out += ' var startErrs' + ($lvl) + ' = errors; '; + var $passData = $key; + var $wasComposite = it.compositeRule; + it.compositeRule = $it.compositeRule = true; + var $code = it.validate($it); + $it.baseId = $currentBaseId; + if (it.util.varOccurences($code, $nextData) < 2) { + out += ' ' + (it.util.varReplace($code, $nextData, $passData)) + ' '; + } else { + out += ' var ' + ($nextData) + ' = ' + ($passData) + '; ' + ($code) + ' '; + } + it.compositeRule = $it.compositeRule = $wasComposite; + out += ' if (!' + ($nextValid) + ') { for (var ' + ($i) + '=startErrs' + ($lvl) + '; ' + ($i) + ' 0) || $propertySch === false : it.util.schemaHasRules($propertySch, it.RULES.all)))) { + $required[$required.length] = $property; + } + } + } + } else { + var $required = $schema; + } + } + if ($isData || $required.length) { + var $currentErrorPath = it.errorPath, + $loopRequired = $isData || $required.length >= it.opts.loopRequired, + $ownProperties = it.opts.ownProperties; + if ($breakOnError) { + out += ' var missing' + ($lvl) + '; '; + if ($loopRequired) { + if (!$isData) { + out += ' var ' + ($vSchema) + ' = validate.schema' + ($schemaPath) + '; '; + } + var $i = 'i' + $lvl, + $propertyPath = 'schema' + $lvl + '[' + $i + ']', + $missingProperty = '\' + ' + $propertyPath + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPathExpr($currentErrorPath, $propertyPath, it.opts.jsonPointers); + } + out += ' var ' + ($valid) + ' = true; '; + if ($isData) { + out += ' if (schema' + ($lvl) + ' === undefined) ' + ($valid) + ' = true; else if (!Array.isArray(schema' + ($lvl) + ')) ' + ($valid) + ' = false; else {'; + } + out += ' for (var ' + ($i) + ' = 0; ' + ($i) + ' < ' + ($vSchema) + '.length; ' + ($i) + '++) { ' + ($valid) + ' = ' + ($data) + '[' + ($vSchema) + '[' + ($i) + ']] !== undefined '; + if ($ownProperties) { + out += ' && Object.prototype.hasOwnProperty.call(' + ($data) + ', ' + ($vSchema) + '[' + ($i) + ']) '; + } + out += '; if (!' + ($valid) + ') break; } '; + if ($isData) { + out += ' } '; + } + out += ' if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else { '; + } else { + out += ' if ( '; + var arr2 = $required; + if (arr2) { + var $propertyKey, $i = -1, + l2 = arr2.length - 1; + while ($i < l2) { + $propertyKey = arr2[$i += 1]; + if ($i) { + out += ' || '; + } + var $prop = it.util.getProperty($propertyKey), + $useData = $data + $prop; + out += ' ( ( ' + ($useData) + ' === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ') && (missing' + ($lvl) + ' = ' + (it.util.toQuotedString(it.opts.jsonPointers ? $propertyKey : $prop)) + ') ) '; + } + } + out += ') { '; + var $propertyPath = 'missing' + $lvl, + $missingProperty = '\' + ' + $propertyPath + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.opts.jsonPointers ? it.util.getPathExpr($currentErrorPath, $propertyPath, true) : $currentErrorPath + ' + ' + $propertyPath; + } + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } else { '; + } + } else { + if ($loopRequired) { + if (!$isData) { + out += ' var ' + ($vSchema) + ' = validate.schema' + ($schemaPath) + '; '; + } + var $i = 'i' + $lvl, + $propertyPath = 'schema' + $lvl + '[' + $i + ']', + $missingProperty = '\' + ' + $propertyPath + ' + \''; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPathExpr($currentErrorPath, $propertyPath, it.opts.jsonPointers); + } + if ($isData) { + out += ' if (' + ($vSchema) + ' && !Array.isArray(' + ($vSchema) + ')) { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } else if (' + ($vSchema) + ' !== undefined) { '; + } + out += ' for (var ' + ($i) + ' = 0; ' + ($i) + ' < ' + ($vSchema) + '.length; ' + ($i) + '++) { if (' + ($data) + '[' + ($vSchema) + '[' + ($i) + ']] === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', ' + ($vSchema) + '[' + ($i) + ']) '; + } + out += ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } } '; + if ($isData) { + out += ' } '; + } + } else { + var arr3 = $required; + if (arr3) { + var $propertyKey, i3 = -1, + l3 = arr3.length - 1; + while (i3 < l3) { + $propertyKey = arr3[i3 += 1]; + var $prop = it.util.getProperty($propertyKey), + $missingProperty = it.util.escapeQuotes($propertyKey), + $useData = $data + $prop; + if (it.opts._errorDataPathProperty) { + it.errorPath = it.util.getPath($currentErrorPath, $propertyKey, it.opts.jsonPointers); + } + out += ' if ( ' + ($useData) + ' === undefined '; + if ($ownProperties) { + out += ' || ! Object.prototype.hasOwnProperty.call(' + ($data) + ', \'' + (it.util.escapeQuotes($propertyKey)) + '\') '; + } + out += ') { var err = '; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('required') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { missingProperty: \'' + ($missingProperty) + '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \''; + if (it.opts._errorDataPathProperty) { + out += 'is a required property'; + } else { + out += 'should have required property \\\'' + ($missingProperty) + '\\\''; + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + out += '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; } '; + } + } + } + } + it.errorPath = $currentErrorPath; + } else if ($breakOnError) { + out += ' if (true) {'; + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/uniqueItems.js b/node_modules/ajv/lib/dotjs/uniqueItems.js new file mode 100644 index 0000000..0736a0e --- /dev/null +++ b/node_modules/ajv/lib/dotjs/uniqueItems.js @@ -0,0 +1,86 @@ +'use strict'; +module.exports = function generate_uniqueItems(it, $keyword, $ruleType) { + var out = ' '; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + var $isData = it.opts.$data && $schema && $schema.$data, + $schemaValue; + if ($isData) { + out += ' var schema' + ($lvl) + ' = ' + (it.util.getData($schema.$data, $dataLvl, it.dataPathArr)) + '; '; + $schemaValue = 'schema' + $lvl; + } else { + $schemaValue = $schema; + } + if (($schema || $isData) && it.opts.uniqueItems !== false) { + if ($isData) { + out += ' var ' + ($valid) + '; if (' + ($schemaValue) + ' === false || ' + ($schemaValue) + ' === undefined) ' + ($valid) + ' = true; else if (typeof ' + ($schemaValue) + ' != \'boolean\') ' + ($valid) + ' = false; else { '; + } + out += ' var i = ' + ($data) + '.length , ' + ($valid) + ' = true , j; if (i > 1) { '; + var $itemType = it.schema.items && it.schema.items.type, + $typeIsArray = Array.isArray($itemType); + if (!$itemType || $itemType == 'object' || $itemType == 'array' || ($typeIsArray && ($itemType.indexOf('object') >= 0 || $itemType.indexOf('array') >= 0))) { + out += ' outer: for (;i--;) { for (j = i; j--;) { if (equal(' + ($data) + '[i], ' + ($data) + '[j])) { ' + ($valid) + ' = false; break outer; } } } '; + } else { + out += ' var itemIndices = {}, item; for (;i--;) { var item = ' + ($data) + '[i]; '; + var $method = 'checkDataType' + ($typeIsArray ? 's' : ''); + out += ' if (' + (it.util[$method]($itemType, 'item', it.opts.strictNumbers, true)) + ') continue; '; + if ($typeIsArray) { + out += ' if (typeof item == \'string\') item = \'"\' + item; '; + } + out += ' if (typeof itemIndices[item] == \'number\') { ' + ($valid) + ' = false; j = itemIndices[item]; break; } itemIndices[item] = i; } '; + } + out += ' } '; + if ($isData) { + out += ' } '; + } + out += ' if (!' + ($valid) + ') { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ('uniqueItems') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { i: i, j: j } '; + if (it.opts.messages !== false) { + out += ' , message: \'should NOT have duplicate items (items ## \' + j + \' and \' + i + \' are identical)\' '; + } + if (it.opts.verbose) { + out += ' , schema: '; + if ($isData) { + out += 'validate.schema' + ($schemaPath); + } else { + out += '' + ($schema); + } + out += ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + if ($breakOnError) { + out += ' else { '; + } + } else { + if ($breakOnError) { + out += ' if (true) { '; + } + } + return out; +} diff --git a/node_modules/ajv/lib/dotjs/validate.js b/node_modules/ajv/lib/dotjs/validate.js new file mode 100644 index 0000000..f295824 --- /dev/null +++ b/node_modules/ajv/lib/dotjs/validate.js @@ -0,0 +1,482 @@ +'use strict'; +module.exports = function generate_validate(it, $keyword, $ruleType) { + var out = ''; + var $async = it.schema.$async === true, + $refKeywords = it.util.schemaHasRulesExcept(it.schema, it.RULES.all, '$ref'), + $id = it.self._getId(it.schema); + if (it.opts.strictKeywords) { + var $unknownKwd = it.util.schemaUnknownRules(it.schema, it.RULES.keywords); + if ($unknownKwd) { + var $keywordsMsg = 'unknown keyword: ' + $unknownKwd; + if (it.opts.strictKeywords === 'log') it.logger.warn($keywordsMsg); + else throw new Error($keywordsMsg); + } + } + if (it.isTop) { + out += ' var validate = '; + if ($async) { + it.async = true; + out += 'async '; + } + out += 'function(data, dataPath, parentData, parentDataProperty, rootData) { \'use strict\'; '; + if ($id && (it.opts.sourceCode || it.opts.processCode)) { + out += ' ' + ('/\*# sourceURL=' + $id + ' */') + ' '; + } + } + if (typeof it.schema == 'boolean' || !($refKeywords || it.schema.$ref)) { + var $keyword = 'false schema'; + var $lvl = it.level; + var $dataLvl = it.dataLevel; + var $schema = it.schema[$keyword]; + var $schemaPath = it.schemaPath + it.util.getProperty($keyword); + var $errSchemaPath = it.errSchemaPath + '/' + $keyword; + var $breakOnError = !it.opts.allErrors; + var $errorKeyword; + var $data = 'data' + ($dataLvl || ''); + var $valid = 'valid' + $lvl; + if (it.schema === false) { + if (it.isTop) { + $breakOnError = true; + } else { + out += ' var ' + ($valid) + ' = false; '; + } + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'false schema') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: {} '; + if (it.opts.messages !== false) { + out += ' , message: \'boolean schema is false\' '; + } + if (it.opts.verbose) { + out += ' , schema: false , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + } else { + if (it.isTop) { + if ($async) { + out += ' return data; '; + } else { + out += ' validate.errors = null; return true; '; + } + } else { + out += ' var ' + ($valid) + ' = true; '; + } + } + if (it.isTop) { + out += ' }; return validate; '; + } + return out; + } + if (it.isTop) { + var $top = it.isTop, + $lvl = it.level = 0, + $dataLvl = it.dataLevel = 0, + $data = 'data'; + it.rootId = it.resolve.fullPath(it.self._getId(it.root.schema)); + it.baseId = it.baseId || it.rootId; + delete it.isTop; + it.dataPathArr = [""]; + if (it.schema.default !== undefined && it.opts.useDefaults && it.opts.strictDefaults) { + var $defaultMsg = 'default is ignored in the schema root'; + if (it.opts.strictDefaults === 'log') it.logger.warn($defaultMsg); + else throw new Error($defaultMsg); + } + out += ' var vErrors = null; '; + out += ' var errors = 0; '; + out += ' if (rootData === undefined) rootData = data; '; + } else { + var $lvl = it.level, + $dataLvl = it.dataLevel, + $data = 'data' + ($dataLvl || ''); + if ($id) it.baseId = it.resolve.url(it.baseId, $id); + if ($async && !it.async) throw new Error('async schema in sync schema'); + out += ' var errs_' + ($lvl) + ' = errors;'; + } + var $valid = 'valid' + $lvl, + $breakOnError = !it.opts.allErrors, + $closingBraces1 = '', + $closingBraces2 = ''; + var $errorKeyword; + var $typeSchema = it.schema.type, + $typeIsArray = Array.isArray($typeSchema); + if ($typeSchema && it.opts.nullable && it.schema.nullable === true) { + if ($typeIsArray) { + if ($typeSchema.indexOf('null') == -1) $typeSchema = $typeSchema.concat('null'); + } else if ($typeSchema != 'null') { + $typeSchema = [$typeSchema, 'null']; + $typeIsArray = true; + } + } + if ($typeIsArray && $typeSchema.length == 1) { + $typeSchema = $typeSchema[0]; + $typeIsArray = false; + } + if (it.schema.$ref && $refKeywords) { + if (it.opts.extendRefs == 'fail') { + throw new Error('$ref: validation keywords used in schema at path "' + it.errSchemaPath + '" (see option extendRefs)'); + } else if (it.opts.extendRefs !== true) { + $refKeywords = false; + it.logger.warn('$ref: keywords ignored in schema at path "' + it.errSchemaPath + '"'); + } + } + if (it.schema.$comment && it.opts.$comment) { + out += ' ' + (it.RULES.all.$comment.code(it, '$comment')); + } + if ($typeSchema) { + if (it.opts.coerceTypes) { + var $coerceToTypes = it.util.coerceToTypes(it.opts.coerceTypes, $typeSchema); + } + var $rulesGroup = it.RULES.types[$typeSchema]; + if ($coerceToTypes || $typeIsArray || $rulesGroup === true || ($rulesGroup && !$shouldUseGroup($rulesGroup))) { + var $schemaPath = it.schemaPath + '.type', + $errSchemaPath = it.errSchemaPath + '/type'; + var $schemaPath = it.schemaPath + '.type', + $errSchemaPath = it.errSchemaPath + '/type', + $method = $typeIsArray ? 'checkDataTypes' : 'checkDataType'; + out += ' if (' + (it.util[$method]($typeSchema, $data, it.opts.strictNumbers, true)) + ') { '; + if ($coerceToTypes) { + var $dataType = 'dataType' + $lvl, + $coerced = 'coerced' + $lvl; + out += ' var ' + ($dataType) + ' = typeof ' + ($data) + '; var ' + ($coerced) + ' = undefined; '; + if (it.opts.coerceTypes == 'array') { + out += ' if (' + ($dataType) + ' == \'object\' && Array.isArray(' + ($data) + ') && ' + ($data) + '.length == 1) { ' + ($data) + ' = ' + ($data) + '[0]; ' + ($dataType) + ' = typeof ' + ($data) + '; if (' + (it.util.checkDataType(it.schema.type, $data, it.opts.strictNumbers)) + ') ' + ($coerced) + ' = ' + ($data) + '; } '; + } + out += ' if (' + ($coerced) + ' !== undefined) ; '; + var arr1 = $coerceToTypes; + if (arr1) { + var $type, $i = -1, + l1 = arr1.length - 1; + while ($i < l1) { + $type = arr1[$i += 1]; + if ($type == 'string') { + out += ' else if (' + ($dataType) + ' == \'number\' || ' + ($dataType) + ' == \'boolean\') ' + ($coerced) + ' = \'\' + ' + ($data) + '; else if (' + ($data) + ' === null) ' + ($coerced) + ' = \'\'; '; + } else if ($type == 'number' || $type == 'integer') { + out += ' else if (' + ($dataType) + ' == \'boolean\' || ' + ($data) + ' === null || (' + ($dataType) + ' == \'string\' && ' + ($data) + ' && ' + ($data) + ' == +' + ($data) + ' '; + if ($type == 'integer') { + out += ' && !(' + ($data) + ' % 1)'; + } + out += ')) ' + ($coerced) + ' = +' + ($data) + '; '; + } else if ($type == 'boolean') { + out += ' else if (' + ($data) + ' === \'false\' || ' + ($data) + ' === 0 || ' + ($data) + ' === null) ' + ($coerced) + ' = false; else if (' + ($data) + ' === \'true\' || ' + ($data) + ' === 1) ' + ($coerced) + ' = true; '; + } else if ($type == 'null') { + out += ' else if (' + ($data) + ' === \'\' || ' + ($data) + ' === 0 || ' + ($data) + ' === false) ' + ($coerced) + ' = null; '; + } else if (it.opts.coerceTypes == 'array' && $type == 'array') { + out += ' else if (' + ($dataType) + ' == \'string\' || ' + ($dataType) + ' == \'number\' || ' + ($dataType) + ' == \'boolean\' || ' + ($data) + ' == null) ' + ($coerced) + ' = [' + ($data) + ']; '; + } + } + } + out += ' else { '; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'type') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { type: \''; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be '; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } if (' + ($coerced) + ' !== undefined) { '; + var $parentData = $dataLvl ? 'data' + (($dataLvl - 1) || '') : 'parentData', + $parentDataProperty = $dataLvl ? it.dataPathArr[$dataLvl] : 'parentDataProperty'; + out += ' ' + ($data) + ' = ' + ($coerced) + '; '; + if (!$dataLvl) { + out += 'if (' + ($parentData) + ' !== undefined)'; + } + out += ' ' + ($parentData) + '[' + ($parentDataProperty) + '] = ' + ($coerced) + '; } '; + } else { + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'type') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { type: \''; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be '; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + } + out += ' } '; + } + } + if (it.schema.$ref && !$refKeywords) { + out += ' ' + (it.RULES.all.$ref.code(it, '$ref')) + ' '; + if ($breakOnError) { + out += ' } if (errors === '; + if ($top) { + out += '0'; + } else { + out += 'errs_' + ($lvl); + } + out += ') { '; + $closingBraces2 += '}'; + } + } else { + var arr2 = it.RULES; + if (arr2) { + var $rulesGroup, i2 = -1, + l2 = arr2.length - 1; + while (i2 < l2) { + $rulesGroup = arr2[i2 += 1]; + if ($shouldUseGroup($rulesGroup)) { + if ($rulesGroup.type) { + out += ' if (' + (it.util.checkDataType($rulesGroup.type, $data, it.opts.strictNumbers)) + ') { '; + } + if (it.opts.useDefaults) { + if ($rulesGroup.type == 'object' && it.schema.properties) { + var $schema = it.schema.properties, + $schemaKeys = Object.keys($schema); + var arr3 = $schemaKeys; + if (arr3) { + var $propertyKey, i3 = -1, + l3 = arr3.length - 1; + while (i3 < l3) { + $propertyKey = arr3[i3 += 1]; + var $sch = $schema[$propertyKey]; + if ($sch.default !== undefined) { + var $passData = $data + it.util.getProperty($propertyKey); + if (it.compositeRule) { + if (it.opts.strictDefaults) { + var $defaultMsg = 'default is ignored for: ' + $passData; + if (it.opts.strictDefaults === 'log') it.logger.warn($defaultMsg); + else throw new Error($defaultMsg); + } + } else { + out += ' if (' + ($passData) + ' === undefined '; + if (it.opts.useDefaults == 'empty') { + out += ' || ' + ($passData) + ' === null || ' + ($passData) + ' === \'\' '; + } + out += ' ) ' + ($passData) + ' = '; + if (it.opts.useDefaults == 'shared') { + out += ' ' + (it.useDefault($sch.default)) + ' '; + } else { + out += ' ' + (JSON.stringify($sch.default)) + ' '; + } + out += '; '; + } + } + } + } + } else if ($rulesGroup.type == 'array' && Array.isArray(it.schema.items)) { + var arr4 = it.schema.items; + if (arr4) { + var $sch, $i = -1, + l4 = arr4.length - 1; + while ($i < l4) { + $sch = arr4[$i += 1]; + if ($sch.default !== undefined) { + var $passData = $data + '[' + $i + ']'; + if (it.compositeRule) { + if (it.opts.strictDefaults) { + var $defaultMsg = 'default is ignored for: ' + $passData; + if (it.opts.strictDefaults === 'log') it.logger.warn($defaultMsg); + else throw new Error($defaultMsg); + } + } else { + out += ' if (' + ($passData) + ' === undefined '; + if (it.opts.useDefaults == 'empty') { + out += ' || ' + ($passData) + ' === null || ' + ($passData) + ' === \'\' '; + } + out += ' ) ' + ($passData) + ' = '; + if (it.opts.useDefaults == 'shared') { + out += ' ' + (it.useDefault($sch.default)) + ' '; + } else { + out += ' ' + (JSON.stringify($sch.default)) + ' '; + } + out += '; '; + } + } + } + } + } + } + var arr5 = $rulesGroup.rules; + if (arr5) { + var $rule, i5 = -1, + l5 = arr5.length - 1; + while (i5 < l5) { + $rule = arr5[i5 += 1]; + if ($shouldUseRule($rule)) { + var $code = $rule.code(it, $rule.keyword, $rulesGroup.type); + if ($code) { + out += ' ' + ($code) + ' '; + if ($breakOnError) { + $closingBraces1 += '}'; + } + } + } + } + } + if ($breakOnError) { + out += ' ' + ($closingBraces1) + ' '; + $closingBraces1 = ''; + } + if ($rulesGroup.type) { + out += ' } '; + if ($typeSchema && $typeSchema === $rulesGroup.type && !$coerceToTypes) { + out += ' else { '; + var $schemaPath = it.schemaPath + '.type', + $errSchemaPath = it.errSchemaPath + '/type'; + var $$outStack = $$outStack || []; + $$outStack.push(out); + out = ''; /* istanbul ignore else */ + if (it.createErrors !== false) { + out += ' { keyword: \'' + ($errorKeyword || 'type') + '\' , dataPath: (dataPath || \'\') + ' + (it.errorPath) + ' , schemaPath: ' + (it.util.toQuotedString($errSchemaPath)) + ' , params: { type: \''; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' } '; + if (it.opts.messages !== false) { + out += ' , message: \'should be '; + if ($typeIsArray) { + out += '' + ($typeSchema.join(",")); + } else { + out += '' + ($typeSchema); + } + out += '\' '; + } + if (it.opts.verbose) { + out += ' , schema: validate.schema' + ($schemaPath) + ' , parentSchema: validate.schema' + (it.schemaPath) + ' , data: ' + ($data) + ' '; + } + out += ' } '; + } else { + out += ' {} '; + } + var __err = out; + out = $$outStack.pop(); + if (!it.compositeRule && $breakOnError) { + /* istanbul ignore if */ + if (it.async) { + out += ' throw new ValidationError([' + (__err) + ']); '; + } else { + out += ' validate.errors = [' + (__err) + ']; return false; '; + } + } else { + out += ' var err = ' + (__err) + '; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; '; + } + out += ' } '; + } + } + if ($breakOnError) { + out += ' if (errors === '; + if ($top) { + out += '0'; + } else { + out += 'errs_' + ($lvl); + } + out += ') { '; + $closingBraces2 += '}'; + } + } + } + } + } + if ($breakOnError) { + out += ' ' + ($closingBraces2) + ' '; + } + if ($top) { + if ($async) { + out += ' if (errors === 0) return data; '; + out += ' else throw new ValidationError(vErrors); '; + } else { + out += ' validate.errors = vErrors; '; + out += ' return errors === 0; '; + } + out += ' }; return validate;'; + } else { + out += ' var ' + ($valid) + ' = errors === errs_' + ($lvl) + ';'; + } + + function $shouldUseGroup($rulesGroup) { + var rules = $rulesGroup.rules; + for (var i = 0; i < rules.length; i++) + if ($shouldUseRule(rules[i])) return true; + } + + function $shouldUseRule($rule) { + return it.schema[$rule.keyword] !== undefined || ($rule.implements && $ruleImplementsSomeKeyword($rule)); + } + + function $ruleImplementsSomeKeyword($rule) { + var impl = $rule.implements; + for (var i = 0; i < impl.length; i++) + if (it.schema[impl[i]] !== undefined) return true; + } + return out; +} diff --git a/node_modules/ajv/lib/keyword.js b/node_modules/ajv/lib/keyword.js new file mode 100644 index 0000000..06da9a2 --- /dev/null +++ b/node_modules/ajv/lib/keyword.js @@ -0,0 +1,146 @@ +'use strict'; + +var IDENTIFIER = /^[a-z_$][a-z0-9_$-]*$/i; +var customRuleCode = require('./dotjs/custom'); +var definitionSchema = require('./definition_schema'); + +module.exports = { + add: addKeyword, + get: getKeyword, + remove: removeKeyword, + validate: validateKeyword +}; + + +/** + * Define custom keyword + * @this Ajv + * @param {String} keyword custom keyword, should be unique (including different from all standard, custom and macro keywords). + * @param {Object} definition keyword definition object with properties `type` (type(s) which the keyword applies to), `validate` or `compile`. + * @return {Ajv} this for method chaining + */ +function addKeyword(keyword, definition) { + /* jshint validthis: true */ + /* eslint no-shadow: 0 */ + var RULES = this.RULES; + if (RULES.keywords[keyword]) + throw new Error('Keyword ' + keyword + ' is already defined'); + + if (!IDENTIFIER.test(keyword)) + throw new Error('Keyword ' + keyword + ' is not a valid identifier'); + + if (definition) { + this.validateKeyword(definition, true); + + var dataType = definition.type; + if (Array.isArray(dataType)) { + for (var i=0; i ../ajv-dist/bower.json + cd ../ajv-dist + + if [[ `git status --porcelain` ]]; then + echo "Changes detected. Updating master branch..." + git add -A + git commit -m "updated by travis build #$TRAVIS_BUILD_NUMBER" + git push --quiet origin master > /dev/null 2>&1 + fi + + echo "Publishing tag..." + + git tag $TRAVIS_TAG + git push --tags > /dev/null 2>&1 + + echo "Done" +fi diff --git a/node_modules/ajv/scripts/travis-gh-pages b/node_modules/ajv/scripts/travis-gh-pages new file mode 100644 index 0000000..b3d4f3d --- /dev/null +++ b/node_modules/ajv/scripts/travis-gh-pages @@ -0,0 +1,23 @@ +#!/usr/bin/env bash + +set -e + +if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" && $TRAVIS_JOB_NUMBER =~ ".3" ]]; then + git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qE '\.md$|^LICENSE$|travis-gh-pages$' && { + rm -rf ../gh-pages + git clone -b gh-pages --single-branch https://${GITHUB_TOKEN}@github.com/ajv-validator/ajv.git ../gh-pages + mkdir -p ../gh-pages/_source + cp *.md ../gh-pages/_source + cp LICENSE ../gh-pages/_source + currentDir=$(pwd) + cd ../gh-pages + $currentDir/node_modules/.bin/gh-pages-generator + # remove logo from README + sed -i -E "s/]+ajv_logo[^>]+>//" index.md + git config user.email "$GIT_USER_EMAIL" + git config user.name "$GIT_USER_NAME" + git add . + git commit -am "updated by travis build #$TRAVIS_BUILD_NUMBER" + git push --quiet origin gh-pages > /dev/null 2>&1 + } +fi diff --git a/node_modules/another-json/.jshint b/node_modules/another-json/.jshint new file mode 100644 index 0000000..41484cf --- /dev/null +++ b/node_modules/another-json/.jshint @@ -0,0 +1,11 @@ +{ + "node": true, + "jasmine": true, + + "nonew": true, + "curly": true, + "forin": true, + "freeze": true, + "undef": true, + "unused": "vars" +} diff --git a/node_modules/another-json/.npmignore b/node_modules/another-json/.npmignore new file mode 100644 index 0000000..29dc14c --- /dev/null +++ b/node_modules/another-json/.npmignore @@ -0,0 +1,2 @@ +reports +node_modules diff --git a/node_modules/another-json/.travis.yml b/node_modules/another-json/.travis.yml new file mode 100644 index 0000000..dd046df --- /dev/null +++ b/node_modules/another-json/.travis.yml @@ -0,0 +1,3 @@ +language: node_js +node_js: +- stable diff --git a/node_modules/another-json/LICENSE b/node_modules/another-json/LICENSE new file mode 100644 index 0000000..f433b1a --- /dev/null +++ b/node_modules/another-json/LICENSE @@ -0,0 +1,177 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/node_modules/another-json/README.md b/node_modules/another-json/README.md new file mode 100644 index 0000000..5ca465a --- /dev/null +++ b/node_modules/another-json/README.md @@ -0,0 +1,17 @@ +Another JSON +============ + +Encode an object or an array as JSON using the shortest format possible. + + var anotherjson = require('another-json'); + assert(anotherjson.stringify({an: 'example'}) === '{"an":"example"}'); + +Features +-------- + +* Encodes objects and arrays as RFC 7159 JSON. +* Sorts object keys so that you get the same result each time. +* Has no inignificant whitespace to make the output as small as possible. +* Escapes only the characters that must be escaped, U+0000 to U+0019 / U+0022 / + U+0056, to keep the output as small as possible. +* Uses the shortest escape sequence for each escaped character. diff --git a/node_modules/another-json/another-json.js b/node_modules/another-json/another-json.js new file mode 100644 index 0000000..2157e73 --- /dev/null +++ b/node_modules/another-json/another-json.js @@ -0,0 +1,93 @@ +/* Copyright 2015 Mark Haines + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; + +var escaped = /[\\\"\x00-\x1F]/g; +var escapes = {}; +for (var i = 0; i < 0x20; ++i) { + escapes[String.fromCharCode(i)] = ( + '\\U' + ('0000' + i.toString(16)).slice(-4).toUpperCase() + ); +} +escapes['\b'] = '\\b'; +escapes['\t'] = '\\t'; +escapes['\n'] = '\\n'; +escapes['\f'] = '\\f'; +escapes['\r'] = '\\r'; +escapes['\"'] = '\\\"'; +escapes['\\'] = '\\\\'; + +function escapeString(value) { + escaped.lastIndex = 0; + return value.replace(escaped, function(c) { return escapes[c]; }); +} + +function stringify(value) { + switch (typeof value) { + case 'string': + return '"' + escapeString(value) + '"'; + case 'number': + return isFinite(value) ? value : 'null'; + case 'boolean': + return value; + case 'object': + if (value === null) { + return 'null'; + } + if (Array.isArray(value)) { + return stringifyArray(value); + } + return stringifyObject(value); + default: + throw new Error('Cannot stringify: ' + typeof value); + } +} + +function stringifyArray(array) { + var sep = '['; + var result = ''; + for (var i = 0; i < array.length; ++i) { + result += sep; + sep = ','; + result += stringify(array[i]); + } + if (sep != ',') { + return '[]'; + } else { + return result + ']'; + } +} + +function stringifyObject(object) { + var sep = '{'; + var result = ''; + var keys = Object.keys(object); + keys.sort(); + for (var i = 0; i < keys.length; ++i) { + var key = keys[i]; + result += sep + '"' + escapeString(key) + '":'; + sep = ','; + result += stringify(object[key]); + } + if (sep != ',') { + return '{}'; + } else { + return result + '}'; + } +} + +/** */ +module.exports = {stringify: stringify}; diff --git a/node_modules/another-json/package.json b/node_modules/another-json/package.json new file mode 100644 index 0000000..5696330 --- /dev/null +++ b/node_modules/another-json/package.json @@ -0,0 +1,28 @@ +{ + "name": "another-json", + "version": "0.2.0", + "description": "Encode compact, canonical JSON.", + "main": "another-json.js", + "devDependencies": { + "jasmine-node": "^1.14.5", + "jshint": "^2.8.0" + }, + "dependencies": {}, + "scripts": { + "test": "jasmine-node spec/ --verbose --junitreport --forceexit --captureExceptions", + "lint": "jshint -c .jshint *.js spec && gjslint --unix_mode --max_line_length 80 -r spec/ *.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/NegativeMjark/another-json.git" + }, + "keywords": [ + "json" + ], + "author": "Mark Haines", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/NegativeMjark/another-json/issues" + }, + "homepage": "https://github.com/NegativeMjark/another-json#readme" +} diff --git a/node_modules/another-json/spec/another-json-spec.js b/node_modules/another-json/spec/another-json-spec.js new file mode 100644 index 0000000..f4af155 --- /dev/null +++ b/node_modules/another-json/spec/another-json-spec.js @@ -0,0 +1,100 @@ +/* Copyright 2015 Mark Haines + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +'use strict'; + +var anotherjson = require('..'); + +describe('stringify(Object)', function() { + it('sorts entries by key', function() { + var object = {}; + object.b = 1; + object.a = 2; + expect(anotherjson.stringify(object)).toEqual('{"a":2,"b":1}'); + }); + + it('encodes nested objects', function() { + var object = {a: {test: 'object'}}; + expect(anotherjson.stringify(object)).toEqual( + '{"a":{"test":"object"}}' + ); + }); + + it('encodes nested arrays', function() { + var object = {a: []}; + expect(anotherjson.stringify(object)).toEqual( + '{"a":[]}' + ); + }); + + it('escapes characters from strings', function() { + var object = {a: '\x00\x01\x02\x03\x04\x05\x06\x07'}; + expect(anotherjson.stringify(object)).toEqual( + '{"a":"\\U0000\\U0001\\U0002\\U0003\\U0004\\U0005\\U0006\\U0007"}' + ); + object = {a: '\x08\x09\x0A\x0B\x0C\x0D\x0E\x0F'}; + expect(anotherjson.stringify(object)).toEqual( + '{"a":"\\b\\t\\n\\U000B\\f\\r\\U000E\\U000F"}' + ); + object = {a: '\x10\x11\x12\x13\x14\x15\x16\x17'}; + expect(anotherjson.stringify(object)).toEqual( + '{"a":"\\U0010\\U0011\\U0012\\U0013\\U0014\\U0015\\U0016\\U0017"}' + ); + object = {a: '\x18\x19\x1A\x1B\x1C\x1D\x1E\x1F'}; + expect(anotherjson.stringify(object)).toEqual( + '{"a":"\\U0018\\U0019\\U001A\\U001B\\U001C\\U001D\\U001E\\U001F"}' + ); + object = {a: '\\\"'}; + expect(anotherjson.stringify(object)).toEqual( + '{"a":"\\\\\\\""}' + ); + }); + + it('encodes booleans and null', function() { + var object = {true: true, false: false, null: null}; + expect(anotherjson.stringify(object)).toEqual( + '{"false":false,"null":null,"true":true}' + ); + }); + + it('does not escape DEL', function() { + var object = {DEL: '\x7F'}; + expect(anotherjson.stringify(object)).toEqual( + '{"DEL":"\x7F"}' + ); + }); + + it('encodes the empty object', function() { + expect(anotherjson.stringify({})).toEqual('{}'); + }); +}); + +describe('stringify(Array)', function() { + it('encodes an array', function() { + expect(anotherjson.stringify([1, 2, 3])).toEqual('[1,2,3]'); + }); + + it('encodes the empty array', function() { + expect(anotherjson.stringify([])).toEqual('[]'); + }); + + it('encodes nested arrays', function() { + expect(anotherjson.stringify([[], [[]]])).toEqual('[[],[[]]]'); + }); + + it('encodes objects nested inside arrays', function() { + expect(anotherjson.stringify([{},{a: 'b'}])).toEqual('[{},{"a":"b"}]'); + }); +}); diff --git a/node_modules/ansi-styles/index.d.ts b/node_modules/ansi-styles/index.d.ts new file mode 100644 index 0000000..44a907e --- /dev/null +++ b/node_modules/ansi-styles/index.d.ts @@ -0,0 +1,345 @@ +declare type CSSColor = + | 'aliceblue' + | 'antiquewhite' + | 'aqua' + | 'aquamarine' + | 'azure' + | 'beige' + | 'bisque' + | 'black' + | 'blanchedalmond' + | 'blue' + | 'blueviolet' + | 'brown' + | 'burlywood' + | 'cadetblue' + | 'chartreuse' + | 'chocolate' + | 'coral' + | 'cornflowerblue' + | 'cornsilk' + | 'crimson' + | 'cyan' + | 'darkblue' + | 'darkcyan' + | 'darkgoldenrod' + | 'darkgray' + | 'darkgreen' + | 'darkgrey' + | 'darkkhaki' + | 'darkmagenta' + | 'darkolivegreen' + | 'darkorange' + | 'darkorchid' + | 'darkred' + | 'darksalmon' + | 'darkseagreen' + | 'darkslateblue' + | 'darkslategray' + | 'darkslategrey' + | 'darkturquoise' + | 'darkviolet' + | 'deeppink' + | 'deepskyblue' + | 'dimgray' + | 'dimgrey' + | 'dodgerblue' + | 'firebrick' + | 'floralwhite' + | 'forestgreen' + | 'fuchsia' + | 'gainsboro' + | 'ghostwhite' + | 'gold' + | 'goldenrod' + | 'gray' + | 'green' + | 'greenyellow' + | 'grey' + | 'honeydew' + | 'hotpink' + | 'indianred' + | 'indigo' + | 'ivory' + | 'khaki' + | 'lavender' + | 'lavenderblush' + | 'lawngreen' + | 'lemonchiffon' + | 'lightblue' + | 'lightcoral' + | 'lightcyan' + | 'lightgoldenrodyellow' + | 'lightgray' + | 'lightgreen' + | 'lightgrey' + | 'lightpink' + | 'lightsalmon' + | 'lightseagreen' + | 'lightskyblue' + | 'lightslategray' + | 'lightslategrey' + | 'lightsteelblue' + | 'lightyellow' + | 'lime' + | 'limegreen' + | 'linen' + | 'magenta' + | 'maroon' + | 'mediumaquamarine' + | 'mediumblue' + | 'mediumorchid' + | 'mediumpurple' + | 'mediumseagreen' + | 'mediumslateblue' + | 'mediumspringgreen' + | 'mediumturquoise' + | 'mediumvioletred' + | 'midnightblue' + | 'mintcream' + | 'mistyrose' + | 'moccasin' + | 'navajowhite' + | 'navy' + | 'oldlace' + | 'olive' + | 'olivedrab' + | 'orange' + | 'orangered' + | 'orchid' + | 'palegoldenrod' + | 'palegreen' + | 'paleturquoise' + | 'palevioletred' + | 'papayawhip' + | 'peachpuff' + | 'peru' + | 'pink' + | 'plum' + | 'powderblue' + | 'purple' + | 'rebeccapurple' + | 'red' + | 'rosybrown' + | 'royalblue' + | 'saddlebrown' + | 'salmon' + | 'sandybrown' + | 'seagreen' + | 'seashell' + | 'sienna' + | 'silver' + | 'skyblue' + | 'slateblue' + | 'slategray' + | 'slategrey' + | 'snow' + | 'springgreen' + | 'steelblue' + | 'tan' + | 'teal' + | 'thistle' + | 'tomato' + | 'turquoise' + | 'violet' + | 'wheat' + | 'white' + | 'whitesmoke' + | 'yellow' + | 'yellowgreen'; + +declare namespace ansiStyles { + interface ColorConvert { + /** + The RGB color space. + + @param red - (`0`-`255`) + @param green - (`0`-`255`) + @param blue - (`0`-`255`) + */ + rgb(red: number, green: number, blue: number): string; + + /** + The RGB HEX color space. + + @param hex - A hexadecimal string containing RGB data. + */ + hex(hex: string): string; + + /** + @param keyword - A CSS color name. + */ + keyword(keyword: CSSColor): string; + + /** + The HSL color space. + + @param hue - (`0`-`360`) + @param saturation - (`0`-`100`) + @param lightness - (`0`-`100`) + */ + hsl(hue: number, saturation: number, lightness: number): string; + + /** + The HSV color space. + + @param hue - (`0`-`360`) + @param saturation - (`0`-`100`) + @param value - (`0`-`100`) + */ + hsv(hue: number, saturation: number, value: number): string; + + /** + The HSV color space. + + @param hue - (`0`-`360`) + @param whiteness - (`0`-`100`) + @param blackness - (`0`-`100`) + */ + hwb(hue: number, whiteness: number, blackness: number): string; + + /** + Use a [4-bit unsigned number](https://en.wikipedia.org/wiki/ANSI_escape_code#3/4-bit) to set text color. + */ + ansi(ansi: number): string; + + /** + Use an [8-bit unsigned number](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) to set text color. + */ + ansi256(ansi: number): string; + } + + interface CSPair { + /** + The ANSI terminal control sequence for starting this style. + */ + readonly open: string; + + /** + The ANSI terminal control sequence for ending this style. + */ + readonly close: string; + } + + interface ColorBase { + readonly ansi: ColorConvert; + readonly ansi256: ColorConvert; + readonly ansi16m: ColorConvert; + + /** + The ANSI terminal control sequence for ending this color. + */ + readonly close: string; + } + + interface Modifier { + /** + Resets the current color chain. + */ + readonly reset: CSPair; + + /** + Make text bold. + */ + readonly bold: CSPair; + + /** + Emitting only a small amount of light. + */ + readonly dim: CSPair; + + /** + Make text italic. (Not widely supported) + */ + readonly italic: CSPair; + + /** + Make text underline. (Not widely supported) + */ + readonly underline: CSPair; + + /** + Inverse background and foreground colors. + */ + readonly inverse: CSPair; + + /** + Prints the text, but makes it invisible. + */ + readonly hidden: CSPair; + + /** + Puts a horizontal line through the center of the text. (Not widely supported) + */ + readonly strikethrough: CSPair; + } + + interface ForegroundColor { + readonly black: CSPair; + readonly red: CSPair; + readonly green: CSPair; + readonly yellow: CSPair; + readonly blue: CSPair; + readonly cyan: CSPair; + readonly magenta: CSPair; + readonly white: CSPair; + + /** + Alias for `blackBright`. + */ + readonly gray: CSPair; + + /** + Alias for `blackBright`. + */ + readonly grey: CSPair; + + readonly blackBright: CSPair; + readonly redBright: CSPair; + readonly greenBright: CSPair; + readonly yellowBright: CSPair; + readonly blueBright: CSPair; + readonly cyanBright: CSPair; + readonly magentaBright: CSPair; + readonly whiteBright: CSPair; + } + + interface BackgroundColor { + readonly bgBlack: CSPair; + readonly bgRed: CSPair; + readonly bgGreen: CSPair; + readonly bgYellow: CSPair; + readonly bgBlue: CSPair; + readonly bgCyan: CSPair; + readonly bgMagenta: CSPair; + readonly bgWhite: CSPair; + + /** + Alias for `bgBlackBright`. + */ + readonly bgGray: CSPair; + + /** + Alias for `bgBlackBright`. + */ + readonly bgGrey: CSPair; + + readonly bgBlackBright: CSPair; + readonly bgRedBright: CSPair; + readonly bgGreenBright: CSPair; + readonly bgYellowBright: CSPair; + readonly bgBlueBright: CSPair; + readonly bgCyanBright: CSPair; + readonly bgMagentaBright: CSPair; + readonly bgWhiteBright: CSPair; + } +} + +declare const ansiStyles: { + readonly modifier: ansiStyles.Modifier; + readonly color: ansiStyles.ForegroundColor & ansiStyles.ColorBase; + readonly bgColor: ansiStyles.BackgroundColor & ansiStyles.ColorBase; + readonly codes: ReadonlyMap; +} & ansiStyles.BackgroundColor & ansiStyles.ForegroundColor & ansiStyles.Modifier; + +export = ansiStyles; diff --git a/node_modules/ansi-styles/index.js b/node_modules/ansi-styles/index.js new file mode 100644 index 0000000..5d82581 --- /dev/null +++ b/node_modules/ansi-styles/index.js @@ -0,0 +1,163 @@ +'use strict'; + +const wrapAnsi16 = (fn, offset) => (...args) => { + const code = fn(...args); + return `\u001B[${code + offset}m`; +}; + +const wrapAnsi256 = (fn, offset) => (...args) => { + const code = fn(...args); + return `\u001B[${38 + offset};5;${code}m`; +}; + +const wrapAnsi16m = (fn, offset) => (...args) => { + const rgb = fn(...args); + return `\u001B[${38 + offset};2;${rgb[0]};${rgb[1]};${rgb[2]}m`; +}; + +const ansi2ansi = n => n; +const rgb2rgb = (r, g, b) => [r, g, b]; + +const setLazyProperty = (object, property, get) => { + Object.defineProperty(object, property, { + get: () => { + const value = get(); + + Object.defineProperty(object, property, { + value, + enumerable: true, + configurable: true + }); + + return value; + }, + enumerable: true, + configurable: true + }); +}; + +/** @type {typeof import('color-convert')} */ +let colorConvert; +const makeDynamicStyles = (wrap, targetSpace, identity, isBackground) => { + if (colorConvert === undefined) { + colorConvert = require('color-convert'); + } + + const offset = isBackground ? 10 : 0; + const styles = {}; + + for (const [sourceSpace, suite] of Object.entries(colorConvert)) { + const name = sourceSpace === 'ansi16' ? 'ansi' : sourceSpace; + if (sourceSpace === targetSpace) { + styles[name] = wrap(identity, offset); + } else if (typeof suite === 'object') { + styles[name] = wrap(suite[targetSpace], offset); + } + } + + return styles; +}; + +function assembleStyles() { + const codes = new Map(); + const styles = { + modifier: { + reset: [0, 0], + // 21 isn't widely supported and 22 does the same thing + bold: [1, 22], + dim: [2, 22], + italic: [3, 23], + underline: [4, 24], + inverse: [7, 27], + hidden: [8, 28], + strikethrough: [9, 29] + }, + color: { + black: [30, 39], + red: [31, 39], + green: [32, 39], + yellow: [33, 39], + blue: [34, 39], + magenta: [35, 39], + cyan: [36, 39], + white: [37, 39], + + // Bright color + blackBright: [90, 39], + redBright: [91, 39], + greenBright: [92, 39], + yellowBright: [93, 39], + blueBright: [94, 39], + magentaBright: [95, 39], + cyanBright: [96, 39], + whiteBright: [97, 39] + }, + bgColor: { + bgBlack: [40, 49], + bgRed: [41, 49], + bgGreen: [42, 49], + bgYellow: [43, 49], + bgBlue: [44, 49], + bgMagenta: [45, 49], + bgCyan: [46, 49], + bgWhite: [47, 49], + + // Bright color + bgBlackBright: [100, 49], + bgRedBright: [101, 49], + bgGreenBright: [102, 49], + bgYellowBright: [103, 49], + bgBlueBright: [104, 49], + bgMagentaBright: [105, 49], + bgCyanBright: [106, 49], + bgWhiteBright: [107, 49] + } + }; + + // Alias bright black as gray (and grey) + styles.color.gray = styles.color.blackBright; + styles.bgColor.bgGray = styles.bgColor.bgBlackBright; + styles.color.grey = styles.color.blackBright; + styles.bgColor.bgGrey = styles.bgColor.bgBlackBright; + + for (const [groupName, group] of Object.entries(styles)) { + for (const [styleName, style] of Object.entries(group)) { + styles[styleName] = { + open: `\u001B[${style[0]}m`, + close: `\u001B[${style[1]}m` + }; + + group[styleName] = styles[styleName]; + + codes.set(style[0], style[1]); + } + + Object.defineProperty(styles, groupName, { + value: group, + enumerable: false + }); + } + + Object.defineProperty(styles, 'codes', { + value: codes, + enumerable: false + }); + + styles.color.close = '\u001B[39m'; + styles.bgColor.close = '\u001B[49m'; + + setLazyProperty(styles.color, 'ansi', () => makeDynamicStyles(wrapAnsi16, 'ansi16', ansi2ansi, false)); + setLazyProperty(styles.color, 'ansi256', () => makeDynamicStyles(wrapAnsi256, 'ansi256', ansi2ansi, false)); + setLazyProperty(styles.color, 'ansi16m', () => makeDynamicStyles(wrapAnsi16m, 'rgb', rgb2rgb, false)); + setLazyProperty(styles.bgColor, 'ansi', () => makeDynamicStyles(wrapAnsi16, 'ansi16', ansi2ansi, true)); + setLazyProperty(styles.bgColor, 'ansi256', () => makeDynamicStyles(wrapAnsi256, 'ansi256', ansi2ansi, true)); + setLazyProperty(styles.bgColor, 'ansi16m', () => makeDynamicStyles(wrapAnsi16m, 'rgb', rgb2rgb, true)); + + return styles; +} + +// Make the export immutable +Object.defineProperty(module, 'exports', { + enumerable: true, + get: assembleStyles +}); diff --git a/node_modules/ansi-styles/license b/node_modules/ansi-styles/license new file mode 100644 index 0000000..e7af2f7 --- /dev/null +++ b/node_modules/ansi-styles/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/ansi-styles/package.json b/node_modules/ansi-styles/package.json new file mode 100644 index 0000000..7539328 --- /dev/null +++ b/node_modules/ansi-styles/package.json @@ -0,0 +1,56 @@ +{ + "name": "ansi-styles", + "version": "4.3.0", + "description": "ANSI escape codes for styling strings in the terminal", + "license": "MIT", + "repository": "chalk/ansi-styles", + "funding": "https://github.com/chalk/ansi-styles?sponsor=1", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=8" + }, + "scripts": { + "test": "xo && ava && tsd", + "screenshot": "svg-term --command='node screenshot' --out=screenshot.svg --padding=3 --width=55 --height=3 --at=1000 --no-cursor" + }, + "files": [ + "index.js", + "index.d.ts" + ], + "keywords": [ + "ansi", + "styles", + "color", + "colour", + "colors", + "terminal", + "console", + "cli", + "string", + "tty", + "escape", + "formatting", + "rgb", + "256", + "shell", + "xterm", + "log", + "logging", + "command-line", + "text" + ], + "dependencies": { + "color-convert": "^2.0.1" + }, + "devDependencies": { + "@types/color-convert": "^1.9.0", + "ava": "^2.3.0", + "svg-term-cli": "^2.1.1", + "tsd": "^0.11.0", + "xo": "^0.25.3" + } +} diff --git a/node_modules/ansi-styles/readme.md b/node_modules/ansi-styles/readme.md new file mode 100644 index 0000000..24883de --- /dev/null +++ b/node_modules/ansi-styles/readme.md @@ -0,0 +1,152 @@ +# ansi-styles [![Build Status](https://travis-ci.org/chalk/ansi-styles.svg?branch=master)](https://travis-ci.org/chalk/ansi-styles) + +> [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code#Colors_and_Styles) for styling strings in the terminal + +You probably want the higher-level [chalk](https://github.com/chalk/chalk) module for styling your strings. + + + +## Install + +``` +$ npm install ansi-styles +``` + +## Usage + +```js +const style = require('ansi-styles'); + +console.log(`${style.green.open}Hello world!${style.green.close}`); + + +// Color conversion between 16/256/truecolor +// NOTE: If conversion goes to 16 colors or 256 colors, the original color +// may be degraded to fit that color palette. This means terminals +// that do not support 16 million colors will best-match the +// original color. +console.log(style.bgColor.ansi.hsl(120, 80, 72) + 'Hello world!' + style.bgColor.close); +console.log(style.color.ansi256.rgb(199, 20, 250) + 'Hello world!' + style.color.close); +console.log(style.color.ansi16m.hex('#abcdef') + 'Hello world!' + style.color.close); +``` + +## API + +Each style has an `open` and `close` property. + +## Styles + +### Modifiers + +- `reset` +- `bold` +- `dim` +- `italic` *(Not widely supported)* +- `underline` +- `inverse` +- `hidden` +- `strikethrough` *(Not widely supported)* + +### Colors + +- `black` +- `red` +- `green` +- `yellow` +- `blue` +- `magenta` +- `cyan` +- `white` +- `blackBright` (alias: `gray`, `grey`) +- `redBright` +- `greenBright` +- `yellowBright` +- `blueBright` +- `magentaBright` +- `cyanBright` +- `whiteBright` + +### Background colors + +- `bgBlack` +- `bgRed` +- `bgGreen` +- `bgYellow` +- `bgBlue` +- `bgMagenta` +- `bgCyan` +- `bgWhite` +- `bgBlackBright` (alias: `bgGray`, `bgGrey`) +- `bgRedBright` +- `bgGreenBright` +- `bgYellowBright` +- `bgBlueBright` +- `bgMagentaBright` +- `bgCyanBright` +- `bgWhiteBright` + +## Advanced usage + +By default, you get a map of styles, but the styles are also available as groups. They are non-enumerable so they don't show up unless you access them explicitly. This makes it easier to expose only a subset in a higher-level module. + +- `style.modifier` +- `style.color` +- `style.bgColor` + +###### Example + +```js +console.log(style.color.green.open); +``` + +Raw escape codes (i.e. without the CSI escape prefix `\u001B[` and render mode postfix `m`) are available under `style.codes`, which returns a `Map` with the open codes as keys and close codes as values. + +###### Example + +```js +console.log(style.codes.get(36)); +//=> 39 +``` + +## [256 / 16 million (TrueColor) support](https://gist.github.com/XVilka/8346728) + +`ansi-styles` uses the [`color-convert`](https://github.com/Qix-/color-convert) package to allow for converting between various colors and ANSI escapes, with support for 256 and 16 million colors. + +The following color spaces from `color-convert` are supported: + +- `rgb` +- `hex` +- `keyword` +- `hsl` +- `hsv` +- `hwb` +- `ansi` +- `ansi256` + +To use these, call the associated conversion function with the intended output, for example: + +```js +style.color.ansi.rgb(100, 200, 15); // RGB to 16 color ansi foreground code +style.bgColor.ansi.rgb(100, 200, 15); // RGB to 16 color ansi background code + +style.color.ansi256.hsl(120, 100, 60); // HSL to 256 color ansi foreground code +style.bgColor.ansi256.hsl(120, 100, 60); // HSL to 256 color ansi foreground code + +style.color.ansi16m.hex('#C0FFEE'); // Hex (RGB) to 16 million color foreground code +style.bgColor.ansi16m.hex('#C0FFEE'); // Hex (RGB) to 16 million color background code +``` + +## Related + +- [ansi-escapes](https://github.com/sindresorhus/ansi-escapes) - ANSI escape codes for manipulating the terminal + +## Maintainers + +- [Sindre Sorhus](https://github.com/sindresorhus) +- [Josh Junon](https://github.com/qix-) + +## For enterprise + +Available as part of the Tidelift Subscription. + +The maintainers of `ansi-styles` and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-ansi-styles?utm_source=npm-ansi-styles&utm_medium=referral&utm_campaign=enterprise&utm_term=repo) diff --git a/node_modules/array-flatten/LICENSE b/node_modules/array-flatten/LICENSE new file mode 100644 index 0000000..983fbe8 --- /dev/null +++ b/node_modules/array-flatten/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/node_modules/array-flatten/README.md b/node_modules/array-flatten/README.md new file mode 100644 index 0000000..91fa5b6 --- /dev/null +++ b/node_modules/array-flatten/README.md @@ -0,0 +1,43 @@ +# Array Flatten + +[![NPM version][npm-image]][npm-url] +[![NPM downloads][downloads-image]][downloads-url] +[![Build status][travis-image]][travis-url] +[![Test coverage][coveralls-image]][coveralls-url] + +> Flatten an array of nested arrays into a single flat array. Accepts an optional depth. + +## Installation + +``` +npm install array-flatten --save +``` + +## Usage + +```javascript +var flatten = require('array-flatten') + +flatten([1, [2, [3, [4, [5], 6], 7], 8], 9]) +//=> [1, 2, 3, 4, 5, 6, 7, 8, 9] + +flatten([1, [2, [3, [4, [5], 6], 7], 8], 9], 2) +//=> [1, 2, 3, [4, [5], 6], 7, 8, 9] + +(function () { + flatten(arguments) //=> [1, 2, 3] +})(1, [2, 3]) +``` + +## License + +MIT + +[npm-image]: https://img.shields.io/npm/v/array-flatten.svg?style=flat +[npm-url]: https://npmjs.org/package/array-flatten +[downloads-image]: https://img.shields.io/npm/dm/array-flatten.svg?style=flat +[downloads-url]: https://npmjs.org/package/array-flatten +[travis-image]: https://img.shields.io/travis/blakeembrey/array-flatten.svg?style=flat +[travis-url]: https://travis-ci.org/blakeembrey/array-flatten +[coveralls-image]: https://img.shields.io/coveralls/blakeembrey/array-flatten.svg?style=flat +[coveralls-url]: https://coveralls.io/r/blakeembrey/array-flatten?branch=master diff --git a/node_modules/array-flatten/array-flatten.js b/node_modules/array-flatten/array-flatten.js new file mode 100644 index 0000000..089117b --- /dev/null +++ b/node_modules/array-flatten/array-flatten.js @@ -0,0 +1,64 @@ +'use strict' + +/** + * Expose `arrayFlatten`. + */ +module.exports = arrayFlatten + +/** + * Recursive flatten function with depth. + * + * @param {Array} array + * @param {Array} result + * @param {Number} depth + * @return {Array} + */ +function flattenWithDepth (array, result, depth) { + for (var i = 0; i < array.length; i++) { + var value = array[i] + + if (depth > 0 && Array.isArray(value)) { + flattenWithDepth(value, result, depth - 1) + } else { + result.push(value) + } + } + + return result +} + +/** + * Recursive flatten function. Omitting depth is slightly faster. + * + * @param {Array} array + * @param {Array} result + * @return {Array} + */ +function flattenForever (array, result) { + for (var i = 0; i < array.length; i++) { + var value = array[i] + + if (Array.isArray(value)) { + flattenForever(value, result) + } else { + result.push(value) + } + } + + return result +} + +/** + * Flatten an array, with the ability to define a depth. + * + * @param {Array} array + * @param {Number} depth + * @return {Array} + */ +function arrayFlatten (array, depth) { + if (depth == null) { + return flattenForever(array, []) + } + + return flattenWithDepth(array, [], depth) +} diff --git a/node_modules/array-flatten/package.json b/node_modules/array-flatten/package.json new file mode 100644 index 0000000..1a24e2a --- /dev/null +++ b/node_modules/array-flatten/package.json @@ -0,0 +1,39 @@ +{ + "name": "array-flatten", + "version": "1.1.1", + "description": "Flatten an array of nested arrays into a single flat array", + "main": "array-flatten.js", + "files": [ + "array-flatten.js", + "LICENSE" + ], + "scripts": { + "test": "istanbul cover _mocha -- -R spec" + }, + "repository": { + "type": "git", + "url": "git://github.com/blakeembrey/array-flatten.git" + }, + "keywords": [ + "array", + "flatten", + "arguments", + "depth" + ], + "author": { + "name": "Blake Embrey", + "email": "hello@blakeembrey.com", + "url": "http://blakeembrey.me" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/blakeembrey/array-flatten/issues" + }, + "homepage": "https://github.com/blakeembrey/array-flatten", + "devDependencies": { + "istanbul": "^0.3.13", + "mocha": "^2.2.4", + "pre-commit": "^1.0.7", + "standard": "^3.7.3" + } +} diff --git a/node_modules/asn1/Jenkinsfile b/node_modules/asn1/Jenkinsfile new file mode 100644 index 0000000..d1b4593 --- /dev/null +++ b/node_modules/asn1/Jenkinsfile @@ -0,0 +1,65 @@ +@Library('jenkins-joylib@v1.0.8') _ + +pipeline { + + agent none + + options { + buildDiscarder(logRotator(numToKeepStr: '45')) + timestamps() + } + + stages { + stage('top') { + parallel { + stage('v4-zone') { + agent { + label joyCommonLabels(image_ver: '15.4.1') + } + tools { + nodejs 'sdcnode-v4-zone' + } + stages { + stage('check') { + steps{ + sh('make check') + } + } + stage('test') { + steps{ + sh('make test') + } + } + } + } + + stage('v6-zone64') { + agent { + label joyCommonLabels(image_ver: '18.4.0') + } + tools { + nodejs 'sdcnode-v6-zone64' + } + stages { + stage('check') { + steps{ + sh('make check') + } + } + stage('test') { + steps{ + sh('make test') + } + } + } + } + } + } + } + + post { + always { + joySlackNotifications() + } + } +} diff --git a/node_modules/asn1/LICENSE b/node_modules/asn1/LICENSE new file mode 100644 index 0000000..9b5dcdb --- /dev/null +++ b/node_modules/asn1/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2011 Mark Cavage, All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE diff --git a/node_modules/asn1/README.md b/node_modules/asn1/README.md new file mode 100644 index 0000000..2208210 --- /dev/null +++ b/node_modules/asn1/README.md @@ -0,0 +1,50 @@ +node-asn1 is a library for encoding and decoding ASN.1 datatypes in pure JS. +Currently BER encoding is supported; at some point I'll likely have to do DER. + +## Usage + +Mostly, if you're *actually* needing to read and write ASN.1, you probably don't +need this readme to explain what and why. If you have no idea what ASN.1 is, +see this: ftp://ftp.rsa.com/pub/pkcs/ascii/layman.asc + +The source is pretty much self-explanatory, and has read/write methods for the +common types out there. + +### Decoding + +The following reads an ASN.1 sequence with a boolean. + + var Ber = require('asn1').Ber; + + var reader = new Ber.Reader(Buffer.from([0x30, 0x03, 0x01, 0x01, 0xff])); + + reader.readSequence(); + console.log('Sequence len: ' + reader.length); + if (reader.peek() === Ber.Boolean) + console.log(reader.readBoolean()); + +### Encoding + +The following generates the same payload as above. + + var Ber = require('asn1').Ber; + + var writer = new Ber.Writer(); + + writer.startSequence(); + writer.writeBoolean(true); + writer.endSequence(); + + console.log(writer.buffer); + +## Installation + + npm install asn1 + +## License + +MIT. + +## Bugs + +See . diff --git a/node_modules/asn1/lib/ber/errors.js b/node_modules/asn1/lib/ber/errors.js new file mode 100644 index 0000000..4557b8a --- /dev/null +++ b/node_modules/asn1/lib/ber/errors.js @@ -0,0 +1,13 @@ +// Copyright 2011 Mark Cavage All rights reserved. + + +module.exports = { + + newInvalidAsn1Error: function (msg) { + var e = new Error(); + e.name = 'InvalidAsn1Error'; + e.message = msg || ''; + return e; + } + +}; diff --git a/node_modules/asn1/lib/ber/index.js b/node_modules/asn1/lib/ber/index.js new file mode 100644 index 0000000..387d132 --- /dev/null +++ b/node_modules/asn1/lib/ber/index.js @@ -0,0 +1,27 @@ +// Copyright 2011 Mark Cavage All rights reserved. + +var errors = require('./errors'); +var types = require('./types'); + +var Reader = require('./reader'); +var Writer = require('./writer'); + + +// --- Exports + +module.exports = { + + Reader: Reader, + + Writer: Writer + +}; + +for (var t in types) { + if (types.hasOwnProperty(t)) + module.exports[t] = types[t]; +} +for (var e in errors) { + if (errors.hasOwnProperty(e)) + module.exports[e] = errors[e]; +} diff --git a/node_modules/asn1/lib/ber/reader.js b/node_modules/asn1/lib/ber/reader.js new file mode 100644 index 0000000..8a7e4ca --- /dev/null +++ b/node_modules/asn1/lib/ber/reader.js @@ -0,0 +1,262 @@ +// Copyright 2011 Mark Cavage All rights reserved. + +var assert = require('assert'); +var Buffer = require('safer-buffer').Buffer; + +var ASN1 = require('./types'); +var errors = require('./errors'); + + +// --- Globals + +var newInvalidAsn1Error = errors.newInvalidAsn1Error; + + + +// --- API + +function Reader(data) { + if (!data || !Buffer.isBuffer(data)) + throw new TypeError('data must be a node Buffer'); + + this._buf = data; + this._size = data.length; + + // These hold the "current" state + this._len = 0; + this._offset = 0; +} + +Object.defineProperty(Reader.prototype, 'length', { + enumerable: true, + get: function () { return (this._len); } +}); + +Object.defineProperty(Reader.prototype, 'offset', { + enumerable: true, + get: function () { return (this._offset); } +}); + +Object.defineProperty(Reader.prototype, 'remain', { + get: function () { return (this._size - this._offset); } +}); + +Object.defineProperty(Reader.prototype, 'buffer', { + get: function () { return (this._buf.slice(this._offset)); } +}); + + +/** + * Reads a single byte and advances offset; you can pass in `true` to make this + * a "peek" operation (i.e., get the byte, but don't advance the offset). + * + * @param {Boolean} peek true means don't move offset. + * @return {Number} the next byte, null if not enough data. + */ +Reader.prototype.readByte = function (peek) { + if (this._size - this._offset < 1) + return null; + + var b = this._buf[this._offset] & 0xff; + + if (!peek) + this._offset += 1; + + return b; +}; + + +Reader.prototype.peek = function () { + return this.readByte(true); +}; + + +/** + * Reads a (potentially) variable length off the BER buffer. This call is + * not really meant to be called directly, as callers have to manipulate + * the internal buffer afterwards. + * + * As a result of this call, you can call `Reader.length`, until the + * next thing called that does a readLength. + * + * @return {Number} the amount of offset to advance the buffer. + * @throws {InvalidAsn1Error} on bad ASN.1 + */ +Reader.prototype.readLength = function (offset) { + if (offset === undefined) + offset = this._offset; + + if (offset >= this._size) + return null; + + var lenB = this._buf[offset++] & 0xff; + if (lenB === null) + return null; + + if ((lenB & 0x80) === 0x80) { + lenB &= 0x7f; + + if (lenB === 0) + throw newInvalidAsn1Error('Indefinite length not supported'); + + if (lenB > 4) + throw newInvalidAsn1Error('encoding too long'); + + if (this._size - offset < lenB) + return null; + + this._len = 0; + for (var i = 0; i < lenB; i++) + this._len = (this._len << 8) + (this._buf[offset++] & 0xff); + + } else { + // Wasn't a variable length + this._len = lenB; + } + + return offset; +}; + + +/** + * Parses the next sequence in this BER buffer. + * + * To get the length of the sequence, call `Reader.length`. + * + * @return {Number} the sequence's tag. + */ +Reader.prototype.readSequence = function (tag) { + var seq = this.peek(); + if (seq === null) + return null; + if (tag !== undefined && tag !== seq) + throw newInvalidAsn1Error('Expected 0x' + tag.toString(16) + + ': got 0x' + seq.toString(16)); + + var o = this.readLength(this._offset + 1); // stored in `length` + if (o === null) + return null; + + this._offset = o; + return seq; +}; + + +Reader.prototype.readInt = function () { + return this._readTag(ASN1.Integer); +}; + + +Reader.prototype.readBoolean = function () { + return (this._readTag(ASN1.Boolean) === 0 ? false : true); +}; + + +Reader.prototype.readEnumeration = function () { + return this._readTag(ASN1.Enumeration); +}; + + +Reader.prototype.readString = function (tag, retbuf) { + if (!tag) + tag = ASN1.OctetString; + + var b = this.peek(); + if (b === null) + return null; + + if (b !== tag) + throw newInvalidAsn1Error('Expected 0x' + tag.toString(16) + + ': got 0x' + b.toString(16)); + + var o = this.readLength(this._offset + 1); // stored in `length` + + if (o === null) + return null; + + if (this.length > this._size - o) + return null; + + this._offset = o; + + if (this.length === 0) + return retbuf ? Buffer.alloc(0) : ''; + + var str = this._buf.slice(this._offset, this._offset + this.length); + this._offset += this.length; + + return retbuf ? str : str.toString('utf8'); +}; + +Reader.prototype.readOID = function (tag) { + if (!tag) + tag = ASN1.OID; + + var b = this.readString(tag, true); + if (b === null) + return null; + + var values = []; + var value = 0; + + for (var i = 0; i < b.length; i++) { + var byte = b[i] & 0xff; + + value <<= 7; + value += byte & 0x7f; + if ((byte & 0x80) === 0) { + values.push(value); + value = 0; + } + } + + value = values.shift(); + values.unshift(value % 40); + values.unshift((value / 40) >> 0); + + return values.join('.'); +}; + + +Reader.prototype._readTag = function (tag) { + assert.ok(tag !== undefined); + + var b = this.peek(); + + if (b === null) + return null; + + if (b !== tag) + throw newInvalidAsn1Error('Expected 0x' + tag.toString(16) + + ': got 0x' + b.toString(16)); + + var o = this.readLength(this._offset + 1); // stored in `length` + if (o === null) + return null; + + if (this.length > 4) + throw newInvalidAsn1Error('Integer too long: ' + this.length); + + if (this.length > this._size - o) + return null; + this._offset = o; + + var fb = this._buf[this._offset]; + var value = 0; + + for (var i = 0; i < this.length; i++) { + value <<= 8; + value |= (this._buf[this._offset++] & 0xff); + } + + if ((fb & 0x80) === 0x80 && i !== 4) + value -= (1 << (i * 8)); + + return value >> 0; +}; + + + +// --- Exported API + +module.exports = Reader; diff --git a/node_modules/asn1/lib/ber/types.js b/node_modules/asn1/lib/ber/types.js new file mode 100644 index 0000000..8aea000 --- /dev/null +++ b/node_modules/asn1/lib/ber/types.js @@ -0,0 +1,36 @@ +// Copyright 2011 Mark Cavage All rights reserved. + + +module.exports = { + EOC: 0, + Boolean: 1, + Integer: 2, + BitString: 3, + OctetString: 4, + Null: 5, + OID: 6, + ObjectDescriptor: 7, + External: 8, + Real: 9, // float + Enumeration: 10, + PDV: 11, + Utf8String: 12, + RelativeOID: 13, + Sequence: 16, + Set: 17, + NumericString: 18, + PrintableString: 19, + T61String: 20, + VideotexString: 21, + IA5String: 22, + UTCTime: 23, + GeneralizedTime: 24, + GraphicString: 25, + VisibleString: 26, + GeneralString: 28, + UniversalString: 29, + CharacterString: 30, + BMPString: 31, + Constructor: 32, + Context: 128 +}; diff --git a/node_modules/asn1/lib/ber/writer.js b/node_modules/asn1/lib/ber/writer.js new file mode 100644 index 0000000..3515acf --- /dev/null +++ b/node_modules/asn1/lib/ber/writer.js @@ -0,0 +1,317 @@ +// Copyright 2011 Mark Cavage All rights reserved. + +var assert = require('assert'); +var Buffer = require('safer-buffer').Buffer; +var ASN1 = require('./types'); +var errors = require('./errors'); + + +// --- Globals + +var newInvalidAsn1Error = errors.newInvalidAsn1Error; + +var DEFAULT_OPTS = { + size: 1024, + growthFactor: 8 +}; + + +// --- Helpers + +function merge(from, to) { + assert.ok(from); + assert.equal(typeof (from), 'object'); + assert.ok(to); + assert.equal(typeof (to), 'object'); + + var keys = Object.getOwnPropertyNames(from); + keys.forEach(function (key) { + if (to[key]) + return; + + var value = Object.getOwnPropertyDescriptor(from, key); + Object.defineProperty(to, key, value); + }); + + return to; +} + + + +// --- API + +function Writer(options) { + options = merge(DEFAULT_OPTS, options || {}); + + this._buf = Buffer.alloc(options.size || 1024); + this._size = this._buf.length; + this._offset = 0; + this._options = options; + + // A list of offsets in the buffer where we need to insert + // sequence tag/len pairs. + this._seq = []; +} + +Object.defineProperty(Writer.prototype, 'buffer', { + get: function () { + if (this._seq.length) + throw newInvalidAsn1Error(this._seq.length + ' unended sequence(s)'); + + return (this._buf.slice(0, this._offset)); + } +}); + +Writer.prototype.writeByte = function (b) { + if (typeof (b) !== 'number') + throw new TypeError('argument must be a Number'); + + this._ensure(1); + this._buf[this._offset++] = b; +}; + + +Writer.prototype.writeInt = function (i, tag) { + if (typeof (i) !== 'number') + throw new TypeError('argument must be a Number'); + if (typeof (tag) !== 'number') + tag = ASN1.Integer; + + var sz = 4; + + while ((((i & 0xff800000) === 0) || ((i & 0xff800000) === 0xff800000 >> 0)) && + (sz > 1)) { + sz--; + i <<= 8; + } + + if (sz > 4) + throw newInvalidAsn1Error('BER ints cannot be > 0xffffffff'); + + this._ensure(2 + sz); + this._buf[this._offset++] = tag; + this._buf[this._offset++] = sz; + + while (sz-- > 0) { + this._buf[this._offset++] = ((i & 0xff000000) >>> 24); + i <<= 8; + } + +}; + + +Writer.prototype.writeNull = function () { + this.writeByte(ASN1.Null); + this.writeByte(0x00); +}; + + +Writer.prototype.writeEnumeration = function (i, tag) { + if (typeof (i) !== 'number') + throw new TypeError('argument must be a Number'); + if (typeof (tag) !== 'number') + tag = ASN1.Enumeration; + + return this.writeInt(i, tag); +}; + + +Writer.prototype.writeBoolean = function (b, tag) { + if (typeof (b) !== 'boolean') + throw new TypeError('argument must be a Boolean'); + if (typeof (tag) !== 'number') + tag = ASN1.Boolean; + + this._ensure(3); + this._buf[this._offset++] = tag; + this._buf[this._offset++] = 0x01; + this._buf[this._offset++] = b ? 0xff : 0x00; +}; + + +Writer.prototype.writeString = function (s, tag) { + if (typeof (s) !== 'string') + throw new TypeError('argument must be a string (was: ' + typeof (s) + ')'); + if (typeof (tag) !== 'number') + tag = ASN1.OctetString; + + var len = Buffer.byteLength(s); + this.writeByte(tag); + this.writeLength(len); + if (len) { + this._ensure(len); + this._buf.write(s, this._offset); + this._offset += len; + } +}; + + +Writer.prototype.writeBuffer = function (buf, tag) { + if (typeof (tag) !== 'number') + throw new TypeError('tag must be a number'); + if (!Buffer.isBuffer(buf)) + throw new TypeError('argument must be a buffer'); + + this.writeByte(tag); + this.writeLength(buf.length); + this._ensure(buf.length); + buf.copy(this._buf, this._offset, 0, buf.length); + this._offset += buf.length; +}; + + +Writer.prototype.writeStringArray = function (strings) { + if ((!strings instanceof Array)) + throw new TypeError('argument must be an Array[String]'); + + var self = this; + strings.forEach(function (s) { + self.writeString(s); + }); +}; + +// This is really to solve DER cases, but whatever for now +Writer.prototype.writeOID = function (s, tag) { + if (typeof (s) !== 'string') + throw new TypeError('argument must be a string'); + if (typeof (tag) !== 'number') + tag = ASN1.OID; + + if (!/^([0-9]+\.){3,}[0-9]+$/.test(s)) + throw new Error('argument is not a valid OID string'); + + function encodeOctet(bytes, octet) { + if (octet < 128) { + bytes.push(octet); + } else if (octet < 16384) { + bytes.push((octet >>> 7) | 0x80); + bytes.push(octet & 0x7F); + } else if (octet < 2097152) { + bytes.push((octet >>> 14) | 0x80); + bytes.push(((octet >>> 7) | 0x80) & 0xFF); + bytes.push(octet & 0x7F); + } else if (octet < 268435456) { + bytes.push((octet >>> 21) | 0x80); + bytes.push(((octet >>> 14) | 0x80) & 0xFF); + bytes.push(((octet >>> 7) | 0x80) & 0xFF); + bytes.push(octet & 0x7F); + } else { + bytes.push(((octet >>> 28) | 0x80) & 0xFF); + bytes.push(((octet >>> 21) | 0x80) & 0xFF); + bytes.push(((octet >>> 14) | 0x80) & 0xFF); + bytes.push(((octet >>> 7) | 0x80) & 0xFF); + bytes.push(octet & 0x7F); + } + } + + var tmp = s.split('.'); + var bytes = []; + bytes.push(parseInt(tmp[0], 10) * 40 + parseInt(tmp[1], 10)); + tmp.slice(2).forEach(function (b) { + encodeOctet(bytes, parseInt(b, 10)); + }); + + var self = this; + this._ensure(2 + bytes.length); + this.writeByte(tag); + this.writeLength(bytes.length); + bytes.forEach(function (b) { + self.writeByte(b); + }); +}; + + +Writer.prototype.writeLength = function (len) { + if (typeof (len) !== 'number') + throw new TypeError('argument must be a Number'); + + this._ensure(4); + + if (len <= 0x7f) { + this._buf[this._offset++] = len; + } else if (len <= 0xff) { + this._buf[this._offset++] = 0x81; + this._buf[this._offset++] = len; + } else if (len <= 0xffff) { + this._buf[this._offset++] = 0x82; + this._buf[this._offset++] = len >> 8; + this._buf[this._offset++] = len; + } else if (len <= 0xffffff) { + this._buf[this._offset++] = 0x83; + this._buf[this._offset++] = len >> 16; + this._buf[this._offset++] = len >> 8; + this._buf[this._offset++] = len; + } else { + throw newInvalidAsn1Error('Length too long (> 4 bytes)'); + } +}; + +Writer.prototype.startSequence = function (tag) { + if (typeof (tag) !== 'number') + tag = ASN1.Sequence | ASN1.Constructor; + + this.writeByte(tag); + this._seq.push(this._offset); + this._ensure(3); + this._offset += 3; +}; + + +Writer.prototype.endSequence = function () { + var seq = this._seq.pop(); + var start = seq + 3; + var len = this._offset - start; + + if (len <= 0x7f) { + this._shift(start, len, -2); + this._buf[seq] = len; + } else if (len <= 0xff) { + this._shift(start, len, -1); + this._buf[seq] = 0x81; + this._buf[seq + 1] = len; + } else if (len <= 0xffff) { + this._buf[seq] = 0x82; + this._buf[seq + 1] = len >> 8; + this._buf[seq + 2] = len; + } else if (len <= 0xffffff) { + this._shift(start, len, 1); + this._buf[seq] = 0x83; + this._buf[seq + 1] = len >> 16; + this._buf[seq + 2] = len >> 8; + this._buf[seq + 3] = len; + } else { + throw newInvalidAsn1Error('Sequence too long'); + } +}; + + +Writer.prototype._shift = function (start, len, shift) { + assert.ok(start !== undefined); + assert.ok(len !== undefined); + assert.ok(shift); + + this._buf.copy(this._buf, start + shift, start, start + len); + this._offset += shift; +}; + +Writer.prototype._ensure = function (len) { + assert.ok(len); + + if (this._size - this._offset < len) { + var sz = this._size * this._options.growthFactor; + if (sz - this._offset < len) + sz += len; + + var buf = Buffer.alloc(sz); + + this._buf.copy(buf, 0, 0, this._offset); + this._buf = buf; + this._size = sz; + } +}; + + + +// --- Exported API + +module.exports = Writer; diff --git a/node_modules/asn1/lib/index.js b/node_modules/asn1/lib/index.js new file mode 100644 index 0000000..ede3ab2 --- /dev/null +++ b/node_modules/asn1/lib/index.js @@ -0,0 +1,20 @@ +// Copyright 2011 Mark Cavage All rights reserved. + +// If you have no idea what ASN.1 or BER is, see this: +// ftp://ftp.rsa.com/pub/pkcs/ascii/layman.asc + +var Ber = require('./ber/index'); + + + +// --- Exported API + +module.exports = { + + Ber: Ber, + + BerReader: Ber.Reader, + + BerWriter: Ber.Writer + +}; diff --git a/node_modules/asn1/package.json b/node_modules/asn1/package.json new file mode 100644 index 0000000..e31cce5 --- /dev/null +++ b/node_modules/asn1/package.json @@ -0,0 +1,31 @@ +{ + "author": "Joyent (joyent.com)", + "contributors": [ + "Mark Cavage ", + "David Gwynne ", + "Yunong Xiao ", + "Alex Wilson " + ], + "name": "asn1", + "description": "Contains parsers and serializers for ASN.1 (currently BER only)", + "version": "0.2.6", + "repository": { + "type": "git", + "url": "https://github.com/joyent/node-asn1.git" + }, + "main": "lib/index.js", + "dependencies": { + "safer-buffer": "~2.1.0" + }, + "devDependencies": { + "istanbul": "^0.3.6", + "faucet": "0.0.1", + "tape": "^3.5.0", + "eslint": "2.13.1", + "eslint-plugin-joyent": "~1.3.0" + }, + "scripts": { + "test": "./node_modules/.bin/tape ./test/ber/*.test.js" + }, + "license": "MIT" +} diff --git a/node_modules/assert-plus/AUTHORS b/node_modules/assert-plus/AUTHORS new file mode 100644 index 0000000..1923524 --- /dev/null +++ b/node_modules/assert-plus/AUTHORS @@ -0,0 +1,6 @@ +Dave Eddy +Fred Kuo +Lars-Magnus Skog +Mark Cavage +Patrick Mooney +Rob Gulewich diff --git a/node_modules/assert-plus/CHANGES.md b/node_modules/assert-plus/CHANGES.md new file mode 100644 index 0000000..57d92bf --- /dev/null +++ b/node_modules/assert-plus/CHANGES.md @@ -0,0 +1,14 @@ +# assert-plus Changelog + +## 1.0.0 + +- *BREAKING* assert.number (and derivatives) now accept Infinity as valid input +- Add assert.finite check. Previous assert.number callers should use this if + they expect Infinity inputs to throw. + +## 0.2.0 + +- Fix `assert.object(null)` so it throws +- Fix optional/arrayOf exports for non-type-of asserts +- Add optiona/arrayOf exports for Stream/Date/Regex/uuid +- Add basic unit test coverage diff --git a/node_modules/assert-plus/README.md b/node_modules/assert-plus/README.md new file mode 100644 index 0000000..ec200d1 --- /dev/null +++ b/node_modules/assert-plus/README.md @@ -0,0 +1,162 @@ +# assert-plus + +This library is a super small wrapper over node's assert module that has two +things: (1) the ability to disable assertions with the environment variable +NODE\_NDEBUG, and (2) some API wrappers for argument testing. Like +`assert.string(myArg, 'myArg')`. As a simple example, most of my code looks +like this: + +```javascript + var assert = require('assert-plus'); + + function fooAccount(options, callback) { + assert.object(options, 'options'); + assert.number(options.id, 'options.id'); + assert.bool(options.isManager, 'options.isManager'); + assert.string(options.name, 'options.name'); + assert.arrayOfString(options.email, 'options.email'); + assert.func(callback, 'callback'); + + // Do stuff + callback(null, {}); + } +``` + +# API + +All methods that *aren't* part of node's core assert API are simply assumed to +take an argument, and then a string 'name' that's not a message; `AssertionError` +will be thrown if the assertion fails with a message like: + + AssertionError: foo (string) is required + at test (/home/mark/work/foo/foo.js:3:9) + at Object. (/home/mark/work/foo/foo.js:15:1) + at Module._compile (module.js:446:26) + at Object..js (module.js:464:10) + at Module.load (module.js:353:31) + at Function._load (module.js:311:12) + at Array.0 (module.js:484:10) + at EventEmitter._tickCallback (node.js:190:38) + +from: + +```javascript + function test(foo) { + assert.string(foo, 'foo'); + } +``` + +There you go. You can check that arrays are of a homogeneous type with `Arrayof$Type`: + +```javascript + function test(foo) { + assert.arrayOfString(foo, 'foo'); + } +``` + +You can assert IFF an argument is not `undefined` (i.e., an optional arg): + +```javascript + assert.optionalString(foo, 'foo'); +``` + +Lastly, you can opt-out of assertion checking altogether by setting the +environment variable `NODE_NDEBUG=1`. This is pseudo-useful if you have +lots of assertions, and don't want to pay `typeof ()` taxes to v8 in +production. Be advised: The standard functions re-exported from `assert` are +also disabled in assert-plus if NDEBUG is specified. Using them directly from +the `assert` module avoids this behavior. + +The complete list of APIs is: + +* assert.array +* assert.bool +* assert.buffer +* assert.func +* assert.number +* assert.finite +* assert.object +* assert.string +* assert.stream +* assert.date +* assert.regexp +* assert.uuid +* assert.arrayOfArray +* assert.arrayOfBool +* assert.arrayOfBuffer +* assert.arrayOfFunc +* assert.arrayOfNumber +* assert.arrayOfFinite +* assert.arrayOfObject +* assert.arrayOfString +* assert.arrayOfStream +* assert.arrayOfDate +* assert.arrayOfRegexp +* assert.arrayOfUuid +* assert.optionalArray +* assert.optionalBool +* assert.optionalBuffer +* assert.optionalFunc +* assert.optionalNumber +* assert.optionalFinite +* assert.optionalObject +* assert.optionalString +* assert.optionalStream +* assert.optionalDate +* assert.optionalRegexp +* assert.optionalUuid +* assert.optionalArrayOfArray +* assert.optionalArrayOfBool +* assert.optionalArrayOfBuffer +* assert.optionalArrayOfFunc +* assert.optionalArrayOfNumber +* assert.optionalArrayOfFinite +* assert.optionalArrayOfObject +* assert.optionalArrayOfString +* assert.optionalArrayOfStream +* assert.optionalArrayOfDate +* assert.optionalArrayOfRegexp +* assert.optionalArrayOfUuid +* assert.AssertionError +* assert.fail +* assert.ok +* assert.equal +* assert.notEqual +* assert.deepEqual +* assert.notDeepEqual +* assert.strictEqual +* assert.notStrictEqual +* assert.throws +* assert.doesNotThrow +* assert.ifError + +# Installation + + npm install assert-plus + +## License + +The MIT License (MIT) +Copyright (c) 2012 Mark Cavage + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +## Bugs + +See . diff --git a/node_modules/assert-plus/assert.js b/node_modules/assert-plus/assert.js new file mode 100644 index 0000000..26f944e --- /dev/null +++ b/node_modules/assert-plus/assert.js @@ -0,0 +1,211 @@ +// Copyright (c) 2012, Mark Cavage. All rights reserved. +// Copyright 2015 Joyent, Inc. + +var assert = require('assert'); +var Stream = require('stream').Stream; +var util = require('util'); + + +///--- Globals + +/* JSSTYLED */ +var UUID_REGEXP = /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/; + + +///--- Internal + +function _capitalize(str) { + return (str.charAt(0).toUpperCase() + str.slice(1)); +} + +function _toss(name, expected, oper, arg, actual) { + throw new assert.AssertionError({ + message: util.format('%s (%s) is required', name, expected), + actual: (actual === undefined) ? typeof (arg) : actual(arg), + expected: expected, + operator: oper || '===', + stackStartFunction: _toss.caller + }); +} + +function _getClass(arg) { + return (Object.prototype.toString.call(arg).slice(8, -1)); +} + +function noop() { + // Why even bother with asserts? +} + + +///--- Exports + +var types = { + bool: { + check: function (arg) { return typeof (arg) === 'boolean'; } + }, + func: { + check: function (arg) { return typeof (arg) === 'function'; } + }, + string: { + check: function (arg) { return typeof (arg) === 'string'; } + }, + object: { + check: function (arg) { + return typeof (arg) === 'object' && arg !== null; + } + }, + number: { + check: function (arg) { + return typeof (arg) === 'number' && !isNaN(arg); + } + }, + finite: { + check: function (arg) { + return typeof (arg) === 'number' && !isNaN(arg) && isFinite(arg); + } + }, + buffer: { + check: function (arg) { return Buffer.isBuffer(arg); }, + operator: 'Buffer.isBuffer' + }, + array: { + check: function (arg) { return Array.isArray(arg); }, + operator: 'Array.isArray' + }, + stream: { + check: function (arg) { return arg instanceof Stream; }, + operator: 'instanceof', + actual: _getClass + }, + date: { + check: function (arg) { return arg instanceof Date; }, + operator: 'instanceof', + actual: _getClass + }, + regexp: { + check: function (arg) { return arg instanceof RegExp; }, + operator: 'instanceof', + actual: _getClass + }, + uuid: { + check: function (arg) { + return typeof (arg) === 'string' && UUID_REGEXP.test(arg); + }, + operator: 'isUUID' + } +}; + +function _setExports(ndebug) { + var keys = Object.keys(types); + var out; + + /* re-export standard assert */ + if (process.env.NODE_NDEBUG) { + out = noop; + } else { + out = function (arg, msg) { + if (!arg) { + _toss(msg, 'true', arg); + } + }; + } + + /* standard checks */ + keys.forEach(function (k) { + if (ndebug) { + out[k] = noop; + return; + } + var type = types[k]; + out[k] = function (arg, msg) { + if (!type.check(arg)) { + _toss(msg, k, type.operator, arg, type.actual); + } + }; + }); + + /* optional checks */ + keys.forEach(function (k) { + var name = 'optional' + _capitalize(k); + if (ndebug) { + out[name] = noop; + return; + } + var type = types[k]; + out[name] = function (arg, msg) { + if (arg === undefined || arg === null) { + return; + } + if (!type.check(arg)) { + _toss(msg, k, type.operator, arg, type.actual); + } + }; + }); + + /* arrayOf checks */ + keys.forEach(function (k) { + var name = 'arrayOf' + _capitalize(k); + if (ndebug) { + out[name] = noop; + return; + } + var type = types[k]; + var expected = '[' + k + ']'; + out[name] = function (arg, msg) { + if (!Array.isArray(arg)) { + _toss(msg, expected, type.operator, arg, type.actual); + } + var i; + for (i = 0; i < arg.length; i++) { + if (!type.check(arg[i])) { + _toss(msg, expected, type.operator, arg, type.actual); + } + } + }; + }); + + /* optionalArrayOf checks */ + keys.forEach(function (k) { + var name = 'optionalArrayOf' + _capitalize(k); + if (ndebug) { + out[name] = noop; + return; + } + var type = types[k]; + var expected = '[' + k + ']'; + out[name] = function (arg, msg) { + if (arg === undefined || arg === null) { + return; + } + if (!Array.isArray(arg)) { + _toss(msg, expected, type.operator, arg, type.actual); + } + var i; + for (i = 0; i < arg.length; i++) { + if (!type.check(arg[i])) { + _toss(msg, expected, type.operator, arg, type.actual); + } + } + }; + }); + + /* re-export built-in assertions */ + Object.keys(assert).forEach(function (k) { + if (k === 'AssertionError') { + out[k] = assert[k]; + return; + } + if (ndebug) { + out[k] = noop; + return; + } + out[k] = assert[k]; + }); + + /* export ourselves (for unit tests _only_) */ + out._setExports = _setExports; + + return out; +} + +module.exports = _setExports(process.env.NODE_NDEBUG); diff --git a/node_modules/assert-plus/package.json b/node_modules/assert-plus/package.json new file mode 100644 index 0000000..40d6a5c --- /dev/null +++ b/node_modules/assert-plus/package.json @@ -0,0 +1,23 @@ +{ + "author": "Mark Cavage ", + "name": "assert-plus", + "description": "Extra assertions on top of node's assert module", + "version": "1.0.0", + "license": "MIT", + "main": "./assert.js", + "devDependencies": { + "tape": "4.2.2", + "faucet": "0.0.1" + }, + "optionalDependencies": {}, + "scripts": { + "test": "./node_modules/.bin/tape tests/*.js | ./node_modules/.bin/faucet" + }, + "repository": { + "type": "git", + "url": "https://github.com/mcavage/node-assert-plus.git" + }, + "engines": { + "node": ">=0.8" + } +} diff --git a/node_modules/async-lock/AUTHORS b/node_modules/async-lock/AUTHORS new file mode 100644 index 0000000..668bb1e --- /dev/null +++ b/node_modules/async-lock/AUTHORS @@ -0,0 +1,21 @@ +# Authors ordered by first contribution. + +rain1017 (https://github.com/rain1017) +JonathanPicques (https://github.com/JonathanPicques) +Rogier Schouten (https://github.com/rogierschouten) +erikvold (https://github.com/erikvold) +Christian Passet (https://github.com/thePunIssuer) +Tanguy Krotoff (https://github.com/tkrotoff) +jtyers (https://github.com/jtyers) +Paul Roub (https://github.com/paulroub) +Geoff Whatley (https://github.com/meatwallace) +Patryk L. (https://github.com/LosTigeros) +Julian Saunderson (https://github.com/bitrivers) +Philipp Keck (https://github.com/Philipp91) +abozaralizadeh (https://github.com/abozaralizadeh) +ThePiz (https://github.com/ThePiz) +Luke Stead (https://github.com/luke-stead-sonocent) +Simeon Borko (https://github.com/simeonborko) +Tim Schmidt (https://github.com/taschmidt) +Motty Milshtein (https://github.com/mottymilshtein) + diff --git a/node_modules/async-lock/History.md b/node_modules/async-lock/History.md new file mode 100644 index 0000000..3fc10e8 --- /dev/null +++ b/node_modules/async-lock/History.md @@ -0,0 +1,132 @@ +1.4.0 +================== +* add execution timeout (thank you @mottymilshtein) + +1.3.2 +================== +* Handle errors from user-supplied callback better (Thank you @simeonborko) +* Ensure the array parameter does not get mutated for batch acquire (Thank you @taschmidt) + +1.3.1 +================== +* Show queue name in errors (thank you @luke-stead-sonocent) + +1.3.0 +================== +* Add maxOccupationTime option (Thank you @abozaralizadeh and @ThePiz) + +1.2.8 +================== +* Fix #37 process not set when acquiring lock (Thank you @Philipp91) + +1.2.7 +================== +DO NOT USE, erroneous publish + +1.2.6 +================== +* Fix `maxPending = Infinity` no longer allowed (thank you @coderaiser) + +1.2.5 +================== +* Allow `maxPending = 0` (thank you @bmrpatel) +* Upgrade dependencies + +1.2.4 +================== +* Be robust to lock names that are also Object keys - simpler solution, extra tests. + +1.2.3 +================== +* Be robust to lock names that are also Object keys. +* Upgrade dependencies + +1.2.2 +================== +* Fix grunt-env accidentally having become a dependency (#25) + +1.2.1 +================== +* Remove empty postinstall script (#24) +* Fixed some vulnerable dev dependencies + +1.2.0 +================== +* ES5 compatibility (#21) + +1.1.4 +================== +* Fix for #17, update dependencies + +1.1.3 +================== +* Fix for #14 + +1.1.1 +================== +* Fix result Promise not resolving when locking empty key array + +1.1.0 / 2017-10-17 +================== +* Add option to add waiters to the front of the queue + +1.1.0 / 2017-10-17 +================== +* Add option to add waiters to the front of the queue + +1.0.0 / 2017-06-29 +================== +* Remove dependency on Q by using the global Promise variable by default. Thank you @erikvold (https://github.com/erikvold) for the PR + +0.3.10 / 2017-06-27 +================== +* Remove dependencies on Q-specific nodify(), try(), and defer() methods so that you can inject e.g. standard ES6 promises using `new AsyncLock({ Promise: Promise })` + +0.3.9 / 2016-11-30 +================== +* Referred to MIT license in package.json +* Update NPM module dependencies, remove no-longer-maintained blanket code coverage +* Change author to rogierschouten +* Fix invalid JSDoc comments (thanks @JonathanPicques) +* Bugfix: TypeError when locking multiple keys at once + +0.3.7-0.3.8 +================== +Unknown, previous author did not commit this to Github. + +0.3.6 / 2015-09-07 +================== +* Performance improvement + +0.3.5 / 2015-06-15 +================== +* Performance improvement + +0.3.4 / 2015-06-09 +================== +* Bug fix + +0.3.3 / 2015-05-19 +================== +* Bug fix + +0.3.2 / 2015-05-08 +================== +* Set default timeout to never + +0.3.1 / 2015-04-15 +================== +* Use your own promise + +0.3.0 / 2015-03-06 +================== +* Domain reentrant + +0.2.0 / 2015-02-21 +================== +* Support promise mode +* Pending task limit + +0.1.0 / 2015-01-13 +================== +* Initial version diff --git a/node_modules/async-lock/LICENSE b/node_modules/async-lock/LICENSE new file mode 100644 index 0000000..8bfd9e0 --- /dev/null +++ b/node_modules/async-lock/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2016 Rogier Schouten + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/node_modules/async-lock/README.md b/node_modules/async-lock/README.md new file mode 100644 index 0000000..06ebe6a --- /dev/null +++ b/node_modules/async-lock/README.md @@ -0,0 +1,177 @@ +# async-lock + +Lock on asynchronous code + +[![Build Status](https://travis-ci.org/rogierschouten/async-lock.svg?branch=master)](https://travis-ci.org/rogierschouten/async-lock) + +* ES6 promise supported +* Multiple keys lock supported +* Timeout supported +* Occupation time limit supported +* Execution time limit supported +* Pending task limit supported +* Domain reentrant supported +* 100% code coverage + +## Disclaimer + +I did not create this package, and I will not add any features to it myself. I was granted the ownership because it was no longer being +maintained, and I volunteered to fix a bug. + +If you have a new feature you would like to have incorporated, please send me a PR and I will be happy to work with you and get it merged. +For any bugs, PRs are most welcome but when possible I will try to get them resolved as soon as possible. + +## Why do you need locking on single threaded nodejs? + +Nodejs is single threaded, and the code execution never gets interrupted inside an event loop, so locking is unnecessary? This is true ONLY IF your critical section can be executed inside a single event loop. +However, if you have any async code inside your critical section (it can be simply triggered by any I/O operation, or timer), your critical logic will across multiple event loops, therefore it's not concurrency safe! + +Consider the following code +```js +redis.get('key', function(err, value) { + redis.set('key', value * 2); +}); +``` +The above code simply multiply a redis key by 2. +However, if two users run concurrently, the execution order may like this +``` +user1: redis.get('key') -> 1 +user2: redis.get('key') -> 1 +user1: redis.set('key', 1 x 2) -> 2 +user2: redis.set('key', 1 x 2) -> 2 +``` +Obviously it's not what you expected + + +With asyncLock, you can easily write your async critical section +```js +lock.acquire('key', function(cb) { + // Concurrency safe + redis.get('key', function(err, value) { + redis.set('key', value * 2, cb); + }); +}, function(err, ret) { +}); +``` + +## Get Started + +```js +var AsyncLock = require('async-lock'); +var lock = new AsyncLock(); + +/** + * @param {String|Array} key resource key or keys to lock + * @param {function} fn execute function + * @param {function} cb (optional) callback function, otherwise will return a promise + * @param {Object} opts (optional) options + */ +lock.acquire(key, function(done) { + // async work + done(err, ret); +}, function(err, ret) { + // lock released +}, opts); + +// Promise mode +lock.acquire(key, function() { + // return value or promise +}, opts).then(function() { + // lock released +}); +``` + +## Error Handling + +```js +// Callback mode +lock.acquire(key, function(done) { + done(new Error('error')); +}, function(err, ret) { + console.log(err.message) // output: error +}); + +// Promise mode +lock.acquire(key, function() { + throw new Error('error'); +}).catch(function(err) { + console.log(err.message) // output: error +}); +``` + +## Acquire multiple keys + +```js +lock.acquire([key1, key2], fn, cb); +``` + +## Domain reentrant lock + +Lock is reentrant in the same domain + +```js +var domain = require('domain'); +var lock = new AsyncLock({domainReentrant : true}); + +var d = domain.create(); +d.run(function() { + lock.acquire('key', function() { + //Enter lock + return lock.acquire('key', function() { + //Enter same lock twice + }); + }); +}); +``` + +## Options + +```js +// Specify timeout - max amount of time an item can remain in the queue before acquiring the lock +var lock = new AsyncLock({timeout: 5000}); +lock.acquire(key, fn, function(err, ret) { + // timed out error will be returned here if lock not acquired in given time +}); + +// Specify max occupation time - max amount of time allowed between entering the queue and completing execution +var lock = new AsyncLock({maxOccupationTime: 3000}); +lock.acquire(key, fn, function(err, ret) { + // occupation time exceeded error will be returned here if job not completed in given time +}); + +// Specify max execution time - max amount of time allowed between acquiring the lock and completing execution +var lock = new AsyncLock({maxExecutionTime: 3000}); +lock.acquire(key, fn, function(err, ret) { + // execution time exceeded error will be returned here if job not completed in given time +}); + +// Set max pending tasks - max number of tasks allowed in the queue at a time +var lock = new AsyncLock({maxPending: 1000}); +lock.acquire(key, fn, function(err, ret) { + // Handle too much pending error +}) + +// Whether there is any running or pending async function +lock.isBusy(); + +// Use your own promise library instead of the global Promise variable +var lock = new AsyncLock({Promise: require('bluebird')}); // Bluebird +var lock = new AsyncLock({Promise: require('q')}); // Q + +// Add a task to the front of the queue waiting for a given lock +lock.acquire(key, fn1, cb); // runs immediately +lock.acquire(key, fn2, cb); // added to queue +lock.acquire(key, priorityFn, cb, {skipQueue: true}); // jumps queue and runs before fn2 +``` + +## Changelog + +See [Changelog](./History.md) + +## Issues + +See [issue tracker](https://github.com/rogierschouten/async-lock/issues). + +## License + +MIT, see [LICENSE](./LICENSE) diff --git a/node_modules/async-lock/index.js b/node_modules/async-lock/index.js new file mode 100644 index 0000000..48315bb --- /dev/null +++ b/node_modules/async-lock/index.js @@ -0,0 +1,2 @@ +'use strict'; +module.exports = require('./lib'); diff --git a/node_modules/async-lock/lib/index.js b/node_modules/async-lock/lib/index.js new file mode 100644 index 0000000..b3e741c --- /dev/null +++ b/node_modules/async-lock/lib/index.js @@ -0,0 +1,312 @@ +'use strict'; + +var AsyncLock = function (opts) { + opts = opts || {}; + + this.Promise = opts.Promise || Promise; + + // format: {key : [fn, fn]} + // queues[key] = null indicates no job running for key + this.queues = Object.create(null); + + // lock is reentrant for same domain + this.domainReentrant = opts.domainReentrant || false; + if (this.domainReentrant) { + if (typeof process === 'undefined' || typeof process.domain === 'undefined') { + throw new Error( + 'Domain-reentrant locks require `process.domain` to exist. Please flip `opts.domainReentrant = false`, ' + + 'use a NodeJS version that still implements Domain, or install a browser polyfill.'); + } + // domain of current running func {key : fn} + this.domains = Object.create(null); + } + + this.timeout = opts.timeout || AsyncLock.DEFAULT_TIMEOUT; + this.maxOccupationTime = opts.maxOccupationTime || AsyncLock.DEFAULT_MAX_OCCUPATION_TIME; + this.maxExecutionTime = opts.maxExecutionTime || AsyncLock.DEFAULT_MAX_EXECUTION_TIME; + if (opts.maxPending === Infinity || (Number.isInteger(opts.maxPending) && opts.maxPending >= 0)) { + this.maxPending = opts.maxPending; + } else { + this.maxPending = AsyncLock.DEFAULT_MAX_PENDING; + } +}; + +AsyncLock.DEFAULT_TIMEOUT = 0; //Never +AsyncLock.DEFAULT_MAX_OCCUPATION_TIME = 0; //Never +AsyncLock.DEFAULT_MAX_EXECUTION_TIME = 0; //Never +AsyncLock.DEFAULT_MAX_PENDING = 1000; + +/** + * Acquire Locks + * + * @param {String|Array} key resource key or keys to lock + * @param {function} fn async function + * @param {function} cb callback function, otherwise will return a promise + * @param {Object} opts options + */ +AsyncLock.prototype.acquire = function (key, fn, cb, opts) { + if (Array.isArray(key)) { + return this._acquireBatch(key, fn, cb, opts); + } + + if (typeof (fn) !== 'function') { + throw new Error('You must pass a function to execute'); + } + + // faux-deferred promise using new Promise() (as Promise.defer is deprecated) + var deferredResolve = null; + var deferredReject = null; + var deferred = null; + + if (typeof (cb) !== 'function') { + opts = cb; + cb = null; + + // will return a promise + deferred = new this.Promise(function(resolve, reject) { + deferredResolve = resolve; + deferredReject = reject; + }); + } + + opts = opts || {}; + + var resolved = false; + var timer = null; + var occupationTimer = null; + var executionTimer = null; + var self = this; + + var done = function (locked, err, ret) { + + if (occupationTimer) { + clearTimeout(occupationTimer); + occupationTimer = null; + } + + if (executionTimer) { + clearTimeout(executionTimer); + executionTimer = null; + } + + if (locked) { + if (!!self.queues[key] && self.queues[key].length === 0) { + delete self.queues[key]; + } + if (self.domainReentrant) { + delete self.domains[key]; + } + } + + if (!resolved) { + if (!deferred) { + if (typeof (cb) === 'function') { + cb(err, ret); + } + } + else { + //promise mode + if (err) { + deferredReject(err); + } + else { + deferredResolve(ret); + } + } + resolved = true; + } + + if (locked) { + //run next func + if (!!self.queues[key] && self.queues[key].length > 0) { + self.queues[key].shift()(); + } + } + }; + + var exec = function (locked) { + if (resolved) { // may due to timed out + return done(locked); + } + + if (timer) { + clearTimeout(timer); + timer = null; + } + + if (self.domainReentrant && locked) { + self.domains[key] = process.domain; + } + + var maxExecutionTime = opts.maxExecutionTime || self.maxExecutionTime; + if (maxExecutionTime) { + executionTimer = setTimeout(function () { + if (!!self.queues[key]) { + done(locked, new Error('Maximum execution time is exceeded ' + key)); + } + }, maxExecutionTime); + } + + // Callback mode + if (fn.length === 1) { + var called = false; + try { + fn(function (err, ret) { + if (!called) { + called = true; + done(locked, err, ret); + } + }); + } catch (err) { + // catching error thrown in user function fn + if (!called) { + called = true; + done(locked, err); + } + } + } + else { + // Promise mode + self._promiseTry(function () { + return fn(); + }) + .then(function(ret){ + done(locked, undefined, ret); + }, function(error){ + done(locked, error); + }); + } + }; + + if (self.domainReentrant && !!process.domain) { + exec = process.domain.bind(exec); + } + + var maxPending = opts.maxPending || self.maxPending; + + if (!self.queues[key]) { + self.queues[key] = []; + exec(true); + } + else if (self.domainReentrant && !!process.domain && process.domain === self.domains[key]) { + // If code is in the same domain of current running task, run it directly + // Since lock is re-enterable + exec(false); + } + else if (self.queues[key].length >= maxPending) { + done(false, new Error('Too many pending tasks in queue ' + key)); + } + else { + var taskFn = function () { + exec(true); + }; + if (opts.skipQueue) { + self.queues[key].unshift(taskFn); + } else { + self.queues[key].push(taskFn); + } + + var timeout = opts.timeout || self.timeout; + if (timeout) { + timer = setTimeout(function () { + timer = null; + done(false, new Error('async-lock timed out in queue ' + key)); + }, timeout); + } + } + + var maxOccupationTime = opts.maxOccupationTime || self.maxOccupationTime; + if (maxOccupationTime) { + occupationTimer = setTimeout(function () { + if (!!self.queues[key]) { + done(false, new Error('Maximum occupation time is exceeded in queue ' + key)); + } + }, maxOccupationTime); + } + + if (deferred) { + return deferred; + } +}; + +/* + * Below is how this function works: + * + * Equivalent code: + * self.acquire(key1, function(cb){ + * self.acquire(key2, function(cb){ + * self.acquire(key3, fn, cb); + * }, cb); + * }, cb); + * + * Equivalent code: + * var fn3 = getFn(key3, fn); + * var fn2 = getFn(key2, fn3); + * var fn1 = getFn(key1, fn2); + * fn1(cb); + */ +AsyncLock.prototype._acquireBatch = function (keys, fn, cb, opts) { + if (typeof (cb) !== 'function') { + opts = cb; + cb = null; + } + + var self = this; + var getFn = function (key, fn) { + return function (cb) { + self.acquire(key, fn, cb, opts); + }; + }; + + var fnx = keys.reduceRight(function (prev, key) { + return getFn(key, prev); + }, fn); + + if (typeof (cb) === 'function') { + fnx(cb); + } + else { + return new this.Promise(function (resolve, reject) { + // check for promise mode in case keys is empty array + if (fnx.length === 1) { + fnx(function (err, ret) { + if (err) { + reject(err); + } + else { + resolve(ret); + } + }); + } else { + resolve(fnx()); + } + }); + } +}; + +/* + * Whether there is any running or pending asyncFunc + * + * @param {String} key + */ +AsyncLock.prototype.isBusy = function (key) { + if (!key) { + return Object.keys(this.queues).length > 0; + } + else { + return !!this.queues[key]; + } +}; + +/** + * Promise.try() implementation to become independent of Q-specific methods + */ +AsyncLock.prototype._promiseTry = function(fn) { + try { + return this.Promise.resolve(fn()); + } catch (e) { + return this.Promise.reject(e); + } +}; + +module.exports = AsyncLock; diff --git a/node_modules/async-lock/package.json b/node_modules/async-lock/package.json new file mode 100644 index 0000000..dab3bd9 --- /dev/null +++ b/node_modules/async-lock/package.json @@ -0,0 +1,48 @@ +{ + "name": "async-lock", + "description": "Lock on asynchronous code", + "version": "1.4.1", + "author": { + "name": "Rogier Schouten", + "url": "https://github.com/rogierschouten/", + "email": "github@workingcode.ninja" + }, + "private": false, + "homepage": "https://github.com/rogierschouten/async-lock", + "repository": { + "type": "git", + "url": "git+https://github.com/rogierschouten/async-lock.git" + }, + "bugs": { + "url": "https://github.com/rogierschouten/async-lock/issues" + }, + "license": "MIT", + "keywords": [ + "lock", + "async", + "concurrency", + "critical", + "section", + "mutex" + ], + "engines": {}, + "scripts": { + "start": "grunt", + "test": "grunt test" + }, + "devDependencies": { + "bluebird": "^3.5.1", + "grunt": "^1.0.4", + "grunt-cli": "^1.2.0", + "grunt-contrib-clean": "^1.1.0", + "grunt-contrib-jshint": "^3.2.0", + "grunt-contrib-watch": "^1.1.0", + "grunt-env": "^1.0.1", + "grunt-mocha-test": "^0.13.3", + "load-grunt-tasks": "^4.0.0", + "lodash": "^4.17.20", + "mocha": "^10.2.0", + "q": "^1.5.1", + "should": "^13.2.1" + } +} diff --git a/node_modules/asynckit/LICENSE b/node_modules/asynckit/LICENSE new file mode 100644 index 0000000..c9eca5d --- /dev/null +++ b/node_modules/asynckit/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 Alex Indigo + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/asynckit/README.md b/node_modules/asynckit/README.md new file mode 100644 index 0000000..ddcc7e6 --- /dev/null +++ b/node_modules/asynckit/README.md @@ -0,0 +1,233 @@ +# asynckit [![NPM Module](https://img.shields.io/npm/v/asynckit.svg?style=flat)](https://www.npmjs.com/package/asynckit) + +Minimal async jobs utility library, with streams support. + +[![PhantomJS Build](https://img.shields.io/travis/alexindigo/asynckit/v0.4.0.svg?label=browser&style=flat)](https://travis-ci.org/alexindigo/asynckit) +[![Linux Build](https://img.shields.io/travis/alexindigo/asynckit/v0.4.0.svg?label=linux:0.12-6.x&style=flat)](https://travis-ci.org/alexindigo/asynckit) +[![Windows Build](https://img.shields.io/appveyor/ci/alexindigo/asynckit/v0.4.0.svg?label=windows:0.12-6.x&style=flat)](https://ci.appveyor.com/project/alexindigo/asynckit) + +[![Coverage Status](https://img.shields.io/coveralls/alexindigo/asynckit/v0.4.0.svg?label=code+coverage&style=flat)](https://coveralls.io/github/alexindigo/asynckit?branch=master) +[![Dependency Status](https://img.shields.io/david/alexindigo/asynckit/v0.4.0.svg?style=flat)](https://david-dm.org/alexindigo/asynckit) +[![bitHound Overall Score](https://www.bithound.io/github/alexindigo/asynckit/badges/score.svg)](https://www.bithound.io/github/alexindigo/asynckit) + + + +AsyncKit provides harness for `parallel` and `serial` iterators over list of items represented by arrays or objects. +Optionally it accepts abort function (should be synchronously return by iterator for each item), and terminates left over jobs upon an error event. For specific iteration order built-in (`ascending` and `descending`) and custom sort helpers also supported, via `asynckit.serialOrdered` method. + +It ensures async operations to keep behavior more stable and prevent `Maximum call stack size exceeded` errors, from sync iterators. + +| compression | size | +| :----------------- | -------: | +| asynckit.js | 12.34 kB | +| asynckit.min.js | 4.11 kB | +| asynckit.min.js.gz | 1.47 kB | + + +## Install + +```sh +$ npm install --save asynckit +``` + +## Examples + +### Parallel Jobs + +Runs iterator over provided array in parallel. Stores output in the `result` array, +on the matching positions. In unlikely event of an error from one of the jobs, +will terminate rest of the active jobs (if abort function is provided) +and return error along with salvaged data to the main callback function. + +#### Input Array + +```javascript +var parallel = require('asynckit').parallel + , assert = require('assert') + ; + +var source = [ 1, 1, 4, 16, 64, 32, 8, 2 ] + , expectedResult = [ 2, 2, 8, 32, 128, 64, 16, 4 ] + , expectedTarget = [ 1, 1, 2, 4, 8, 16, 32, 64 ] + , target = [] + ; + +parallel(source, asyncJob, function(err, result) +{ + assert.deepEqual(result, expectedResult); + assert.deepEqual(target, expectedTarget); +}); + +// async job accepts one element from the array +// and a callback function +function asyncJob(item, cb) +{ + // different delays (in ms) per item + var delay = item * 25; + + // pretend different jobs take different time to finish + // and not in consequential order + var timeoutId = setTimeout(function() { + target.push(item); + cb(null, item * 2); + }, delay); + + // allow to cancel "leftover" jobs upon error + // return function, invoking of which will abort this job + return clearTimeout.bind(null, timeoutId); +} +``` + +More examples could be found in [test/test-parallel-array.js](test/test-parallel-array.js). + +#### Input Object + +Also it supports named jobs, listed via object. + +```javascript +var parallel = require('asynckit/parallel') + , assert = require('assert') + ; + +var source = { first: 1, one: 1, four: 4, sixteen: 16, sixtyFour: 64, thirtyTwo: 32, eight: 8, two: 2 } + , expectedResult = { first: 2, one: 2, four: 8, sixteen: 32, sixtyFour: 128, thirtyTwo: 64, eight: 16, two: 4 } + , expectedTarget = [ 1, 1, 2, 4, 8, 16, 32, 64 ] + , expectedKeys = [ 'first', 'one', 'two', 'four', 'eight', 'sixteen', 'thirtyTwo', 'sixtyFour' ] + , target = [] + , keys = [] + ; + +parallel(source, asyncJob, function(err, result) +{ + assert.deepEqual(result, expectedResult); + assert.deepEqual(target, expectedTarget); + assert.deepEqual(keys, expectedKeys); +}); + +// supports full value, key, callback (shortcut) interface +function asyncJob(item, key, cb) +{ + // different delays (in ms) per item + var delay = item * 25; + + // pretend different jobs take different time to finish + // and not in consequential order + var timeoutId = setTimeout(function() { + keys.push(key); + target.push(item); + cb(null, item * 2); + }, delay); + + // allow to cancel "leftover" jobs upon error + // return function, invoking of which will abort this job + return clearTimeout.bind(null, timeoutId); +} +``` + +More examples could be found in [test/test-parallel-object.js](test/test-parallel-object.js). + +### Serial Jobs + +Runs iterator over provided array sequentially. Stores output in the `result` array, +on the matching positions. In unlikely event of an error from one of the jobs, +will not proceed to the rest of the items in the list +and return error along with salvaged data to the main callback function. + +#### Input Array + +```javascript +var serial = require('asynckit/serial') + , assert = require('assert') + ; + +var source = [ 1, 1, 4, 16, 64, 32, 8, 2 ] + , expectedResult = [ 2, 2, 8, 32, 128, 64, 16, 4 ] + , expectedTarget = [ 0, 1, 2, 3, 4, 5, 6, 7 ] + , target = [] + ; + +serial(source, asyncJob, function(err, result) +{ + assert.deepEqual(result, expectedResult); + assert.deepEqual(target, expectedTarget); +}); + +// extended interface (item, key, callback) +// also supported for arrays +function asyncJob(item, key, cb) +{ + target.push(key); + + // it will be automatically made async + // even it iterator "returns" in the same event loop + cb(null, item * 2); +} +``` + +More examples could be found in [test/test-serial-array.js](test/test-serial-array.js). + +#### Input Object + +Also it supports named jobs, listed via object. + +```javascript +var serial = require('asynckit').serial + , assert = require('assert') + ; + +var source = [ 1, 1, 4, 16, 64, 32, 8, 2 ] + , expectedResult = [ 2, 2, 8, 32, 128, 64, 16, 4 ] + , expectedTarget = [ 0, 1, 2, 3, 4, 5, 6, 7 ] + , target = [] + ; + +var source = { first: 1, one: 1, four: 4, sixteen: 16, sixtyFour: 64, thirtyTwo: 32, eight: 8, two: 2 } + , expectedResult = { first: 2, one: 2, four: 8, sixteen: 32, sixtyFour: 128, thirtyTwo: 64, eight: 16, two: 4 } + , expectedTarget = [ 1, 1, 4, 16, 64, 32, 8, 2 ] + , target = [] + ; + + +serial(source, asyncJob, function(err, result) +{ + assert.deepEqual(result, expectedResult); + assert.deepEqual(target, expectedTarget); +}); + +// shortcut interface (item, callback) +// works for object as well as for the arrays +function asyncJob(item, cb) +{ + target.push(item); + + // it will be automatically made async + // even it iterator "returns" in the same event loop + cb(null, item * 2); +} +``` + +More examples could be found in [test/test-serial-object.js](test/test-serial-object.js). + +_Note: Since _object_ is an _unordered_ collection of properties, +it may produce unexpected results with sequential iterations. +Whenever order of the jobs' execution is important please use `serialOrdered` method._ + +### Ordered Serial Iterations + +TBD + +For example [compare-property](compare-property) package. + +### Streaming interface + +TBD + +## Want to Know More? + +More examples can be found in [test folder](test/). + +Or open an [issue](https://github.com/alexindigo/asynckit/issues) with questions and/or suggestions. + +## License + +AsyncKit is licensed under the MIT license. diff --git a/node_modules/asynckit/bench.js b/node_modules/asynckit/bench.js new file mode 100644 index 0000000..c612f1a --- /dev/null +++ b/node_modules/asynckit/bench.js @@ -0,0 +1,76 @@ +/* eslint no-console: "off" */ + +var asynckit = require('./') + , async = require('async') + , assert = require('assert') + , expected = 0 + ; + +var Benchmark = require('benchmark'); +var suite = new Benchmark.Suite; + +var source = []; +for (var z = 1; z < 100; z++) +{ + source.push(z); + expected += z; +} + +suite +// add tests + +.add('async.map', function(deferred) +{ + var total = 0; + + async.map(source, + function(i, cb) + { + setImmediate(function() + { + total += i; + cb(null, total); + }); + }, + function(err, result) + { + assert.ifError(err); + assert.equal(result[result.length - 1], expected); + deferred.resolve(); + }); +}, {'defer': true}) + + +.add('asynckit.parallel', function(deferred) +{ + var total = 0; + + asynckit.parallel(source, + function(i, cb) + { + setImmediate(function() + { + total += i; + cb(null, total); + }); + }, + function(err, result) + { + assert.ifError(err); + assert.equal(result[result.length - 1], expected); + deferred.resolve(); + }); +}, {'defer': true}) + + +// add listeners +.on('cycle', function(ev) +{ + console.log(String(ev.target)); +}) +.on('complete', function() +{ + console.log('Fastest is ' + this.filter('fastest').map('name')); +}) +// run async +.run({ 'async': true }); diff --git a/node_modules/asynckit/index.js b/node_modules/asynckit/index.js new file mode 100644 index 0000000..455f945 --- /dev/null +++ b/node_modules/asynckit/index.js @@ -0,0 +1,6 @@ +module.exports = +{ + parallel : require('./parallel.js'), + serial : require('./serial.js'), + serialOrdered : require('./serialOrdered.js') +}; diff --git a/node_modules/asynckit/lib/abort.js b/node_modules/asynckit/lib/abort.js new file mode 100644 index 0000000..114367e --- /dev/null +++ b/node_modules/asynckit/lib/abort.js @@ -0,0 +1,29 @@ +// API +module.exports = abort; + +/** + * Aborts leftover active jobs + * + * @param {object} state - current state object + */ +function abort(state) +{ + Object.keys(state.jobs).forEach(clean.bind(state)); + + // reset leftover jobs + state.jobs = {}; +} + +/** + * Cleans up leftover job by invoking abort function for the provided job id + * + * @this state + * @param {string|number} key - job id to abort + */ +function clean(key) +{ + if (typeof this.jobs[key] == 'function') + { + this.jobs[key](); + } +} diff --git a/node_modules/asynckit/lib/async.js b/node_modules/asynckit/lib/async.js new file mode 100644 index 0000000..7f1288a --- /dev/null +++ b/node_modules/asynckit/lib/async.js @@ -0,0 +1,34 @@ +var defer = require('./defer.js'); + +// API +module.exports = async; + +/** + * Runs provided callback asynchronously + * even if callback itself is not + * + * @param {function} callback - callback to invoke + * @returns {function} - augmented callback + */ +function async(callback) +{ + var isAsync = false; + + // check if async happened + defer(function() { isAsync = true; }); + + return function async_callback(err, result) + { + if (isAsync) + { + callback(err, result); + } + else + { + defer(function nextTick_callback() + { + callback(err, result); + }); + } + }; +} diff --git a/node_modules/asynckit/lib/defer.js b/node_modules/asynckit/lib/defer.js new file mode 100644 index 0000000..b67110c --- /dev/null +++ b/node_modules/asynckit/lib/defer.js @@ -0,0 +1,26 @@ +module.exports = defer; + +/** + * Runs provided function on next iteration of the event loop + * + * @param {function} fn - function to run + */ +function defer(fn) +{ + var nextTick = typeof setImmediate == 'function' + ? setImmediate + : ( + typeof process == 'object' && typeof process.nextTick == 'function' + ? process.nextTick + : null + ); + + if (nextTick) + { + nextTick(fn); + } + else + { + setTimeout(fn, 0); + } +} diff --git a/node_modules/asynckit/lib/iterate.js b/node_modules/asynckit/lib/iterate.js new file mode 100644 index 0000000..5d2839a --- /dev/null +++ b/node_modules/asynckit/lib/iterate.js @@ -0,0 +1,75 @@ +var async = require('./async.js') + , abort = require('./abort.js') + ; + +// API +module.exports = iterate; + +/** + * Iterates over each job object + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {object} state - current job status + * @param {function} callback - invoked when all elements processed + */ +function iterate(list, iterator, state, callback) +{ + // store current index + var key = state['keyedList'] ? state['keyedList'][state.index] : state.index; + + state.jobs[key] = runJob(iterator, key, list[key], function(error, output) + { + // don't repeat yourself + // skip secondary callbacks + if (!(key in state.jobs)) + { + return; + } + + // clean up jobs + delete state.jobs[key]; + + if (error) + { + // don't process rest of the results + // stop still active jobs + // and reset the list + abort(state); + } + else + { + state.results[key] = output; + } + + // return salvaged results + callback(error, state.results); + }); +} + +/** + * Runs iterator over provided job element + * + * @param {function} iterator - iterator to invoke + * @param {string|number} key - key/index of the element in the list of jobs + * @param {mixed} item - job description + * @param {function} callback - invoked after iterator is done with the job + * @returns {function|mixed} - job abort function or something else + */ +function runJob(iterator, key, item, callback) +{ + var aborter; + + // allow shortcut if iterator expects only two arguments + if (iterator.length == 2) + { + aborter = iterator(item, async(callback)); + } + // otherwise go with full three arguments + else + { + aborter = iterator(item, key, async(callback)); + } + + return aborter; +} diff --git a/node_modules/asynckit/lib/readable_asynckit.js b/node_modules/asynckit/lib/readable_asynckit.js new file mode 100644 index 0000000..78ad240 --- /dev/null +++ b/node_modules/asynckit/lib/readable_asynckit.js @@ -0,0 +1,91 @@ +var streamify = require('./streamify.js') + , defer = require('./defer.js') + ; + +// API +module.exports = ReadableAsyncKit; + +/** + * Base constructor for all streams + * used to hold properties/methods + */ +function ReadableAsyncKit() +{ + ReadableAsyncKit.super_.apply(this, arguments); + + // list of active jobs + this.jobs = {}; + + // add stream methods + this.destroy = destroy; + this._start = _start; + this._read = _read; +} + +/** + * Destroys readable stream, + * by aborting outstanding jobs + * + * @returns {void} + */ +function destroy() +{ + if (this.destroyed) + { + return; + } + + this.destroyed = true; + + if (typeof this.terminator == 'function') + { + this.terminator(); + } +} + +/** + * Starts provided jobs in async manner + * + * @private + */ +function _start() +{ + // first argument – runner function + var runner = arguments[0] + // take away first argument + , args = Array.prototype.slice.call(arguments, 1) + // second argument - input data + , input = args[0] + // last argument - result callback + , endCb = streamify.callback.call(this, args[args.length - 1]) + ; + + args[args.length - 1] = endCb; + // third argument - iterator + args[1] = streamify.iterator.call(this, args[1]); + + // allow time for proper setup + defer(function() + { + if (!this.destroyed) + { + this.terminator = runner.apply(null, args); + } + else + { + endCb(null, Array.isArray(input) ? [] : {}); + } + }.bind(this)); +} + + +/** + * Implement _read to comply with Readable streams + * Doesn't really make sense for flowing object mode + * + * @private + */ +function _read() +{ + +} diff --git a/node_modules/asynckit/lib/readable_parallel.js b/node_modules/asynckit/lib/readable_parallel.js new file mode 100644 index 0000000..5d2929f --- /dev/null +++ b/node_modules/asynckit/lib/readable_parallel.js @@ -0,0 +1,25 @@ +var parallel = require('../parallel.js'); + +// API +module.exports = ReadableParallel; + +/** + * Streaming wrapper to `asynckit.parallel` + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} callback - invoked when all elements processed + * @returns {stream.Readable#} + */ +function ReadableParallel(list, iterator, callback) +{ + if (!(this instanceof ReadableParallel)) + { + return new ReadableParallel(list, iterator, callback); + } + + // turn on object mode + ReadableParallel.super_.call(this, {objectMode: true}); + + this._start(parallel, list, iterator, callback); +} diff --git a/node_modules/asynckit/lib/readable_serial.js b/node_modules/asynckit/lib/readable_serial.js new file mode 100644 index 0000000..7822698 --- /dev/null +++ b/node_modules/asynckit/lib/readable_serial.js @@ -0,0 +1,25 @@ +var serial = require('../serial.js'); + +// API +module.exports = ReadableSerial; + +/** + * Streaming wrapper to `asynckit.serial` + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} callback - invoked when all elements processed + * @returns {stream.Readable#} + */ +function ReadableSerial(list, iterator, callback) +{ + if (!(this instanceof ReadableSerial)) + { + return new ReadableSerial(list, iterator, callback); + } + + // turn on object mode + ReadableSerial.super_.call(this, {objectMode: true}); + + this._start(serial, list, iterator, callback); +} diff --git a/node_modules/asynckit/lib/readable_serial_ordered.js b/node_modules/asynckit/lib/readable_serial_ordered.js new file mode 100644 index 0000000..3de89c4 --- /dev/null +++ b/node_modules/asynckit/lib/readable_serial_ordered.js @@ -0,0 +1,29 @@ +var serialOrdered = require('../serialOrdered.js'); + +// API +module.exports = ReadableSerialOrdered; +// expose sort helpers +module.exports.ascending = serialOrdered.ascending; +module.exports.descending = serialOrdered.descending; + +/** + * Streaming wrapper to `asynckit.serialOrdered` + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} sortMethod - custom sort function + * @param {function} callback - invoked when all elements processed + * @returns {stream.Readable#} + */ +function ReadableSerialOrdered(list, iterator, sortMethod, callback) +{ + if (!(this instanceof ReadableSerialOrdered)) + { + return new ReadableSerialOrdered(list, iterator, sortMethod, callback); + } + + // turn on object mode + ReadableSerialOrdered.super_.call(this, {objectMode: true}); + + this._start(serialOrdered, list, iterator, sortMethod, callback); +} diff --git a/node_modules/asynckit/lib/state.js b/node_modules/asynckit/lib/state.js new file mode 100644 index 0000000..cbea7ad --- /dev/null +++ b/node_modules/asynckit/lib/state.js @@ -0,0 +1,37 @@ +// API +module.exports = state; + +/** + * Creates initial state object + * for iteration over list + * + * @param {array|object} list - list to iterate over + * @param {function|null} sortMethod - function to use for keys sort, + * or `null` to keep them as is + * @returns {object} - initial state object + */ +function state(list, sortMethod) +{ + var isNamedList = !Array.isArray(list) + , initState = + { + index : 0, + keyedList: isNamedList || sortMethod ? Object.keys(list) : null, + jobs : {}, + results : isNamedList ? {} : [], + size : isNamedList ? Object.keys(list).length : list.length + } + ; + + if (sortMethod) + { + // sort array keys based on it's values + // sort object's keys just on own merit + initState.keyedList.sort(isNamedList ? sortMethod : function(a, b) + { + return sortMethod(list[a], list[b]); + }); + } + + return initState; +} diff --git a/node_modules/asynckit/lib/streamify.js b/node_modules/asynckit/lib/streamify.js new file mode 100644 index 0000000..f56a1c9 --- /dev/null +++ b/node_modules/asynckit/lib/streamify.js @@ -0,0 +1,141 @@ +var async = require('./async.js'); + +// API +module.exports = { + iterator: wrapIterator, + callback: wrapCallback +}; + +/** + * Wraps iterators with long signature + * + * @this ReadableAsyncKit# + * @param {function} iterator - function to wrap + * @returns {function} - wrapped function + */ +function wrapIterator(iterator) +{ + var stream = this; + + return function(item, key, cb) + { + var aborter + , wrappedCb = async(wrapIteratorCallback.call(stream, cb, key)) + ; + + stream.jobs[key] = wrappedCb; + + // it's either shortcut (item, cb) + if (iterator.length == 2) + { + aborter = iterator(item, wrappedCb); + } + // or long format (item, key, cb) + else + { + aborter = iterator(item, key, wrappedCb); + } + + return aborter; + }; +} + +/** + * Wraps provided callback function + * allowing to execute snitch function before + * real callback + * + * @this ReadableAsyncKit# + * @param {function} callback - function to wrap + * @returns {function} - wrapped function + */ +function wrapCallback(callback) +{ + var stream = this; + + var wrapped = function(error, result) + { + return finisher.call(stream, error, result, callback); + }; + + return wrapped; +} + +/** + * Wraps provided iterator callback function + * makes sure snitch only called once, + * but passes secondary calls to the original callback + * + * @this ReadableAsyncKit# + * @param {function} callback - callback to wrap + * @param {number|string} key - iteration key + * @returns {function} wrapped callback + */ +function wrapIteratorCallback(callback, key) +{ + var stream = this; + + return function(error, output) + { + // don't repeat yourself + if (!(key in stream.jobs)) + { + callback(error, output); + return; + } + + // clean up jobs + delete stream.jobs[key]; + + return streamer.call(stream, error, {key: key, value: output}, callback); + }; +} + +/** + * Stream wrapper for iterator callback + * + * @this ReadableAsyncKit# + * @param {mixed} error - error response + * @param {mixed} output - iterator output + * @param {function} callback - callback that expects iterator results + */ +function streamer(error, output, callback) +{ + if (error && !this.error) + { + this.error = error; + this.pause(); + this.emit('error', error); + // send back value only, as expected + callback(error, output && output.value); + return; + } + + // stream stuff + this.push(output); + + // back to original track + // send back value only, as expected + callback(error, output && output.value); +} + +/** + * Stream wrapper for finishing callback + * + * @this ReadableAsyncKit# + * @param {mixed} error - error response + * @param {mixed} output - iterator output + * @param {function} callback - callback that expects final results + */ +function finisher(error, output, callback) +{ + // signal end of the stream + // only for successfully finished streams + if (!error) + { + this.push(null); + } + + // back to original track + callback(error, output); +} diff --git a/node_modules/asynckit/lib/terminator.js b/node_modules/asynckit/lib/terminator.js new file mode 100644 index 0000000..d6eb992 --- /dev/null +++ b/node_modules/asynckit/lib/terminator.js @@ -0,0 +1,29 @@ +var abort = require('./abort.js') + , async = require('./async.js') + ; + +// API +module.exports = terminator; + +/** + * Terminates jobs in the attached state context + * + * @this AsyncKitState# + * @param {function} callback - final callback to invoke after termination + */ +function terminator(callback) +{ + if (!Object.keys(this.jobs).length) + { + return; + } + + // fast forward iteration index + this.index = this.size; + + // abort jobs + abort(this); + + // send back results we have so far + async(callback)(null, this.results); +} diff --git a/node_modules/asynckit/package.json b/node_modules/asynckit/package.json new file mode 100644 index 0000000..51147d6 --- /dev/null +++ b/node_modules/asynckit/package.json @@ -0,0 +1,63 @@ +{ + "name": "asynckit", + "version": "0.4.0", + "description": "Minimal async jobs utility library, with streams support", + "main": "index.js", + "scripts": { + "clean": "rimraf coverage", + "lint": "eslint *.js lib/*.js test/*.js", + "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec", + "win-test": "tape test/test-*.js", + "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec", + "report": "istanbul report", + "size": "browserify index.js | size-table asynckit", + "debug": "tape test/test-*.js" + }, + "pre-commit": [ + "clean", + "lint", + "test", + "browser", + "report", + "size" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/alexindigo/asynckit.git" + }, + "keywords": [ + "async", + "jobs", + "parallel", + "serial", + "iterator", + "array", + "object", + "stream", + "destroy", + "terminate", + "abort" + ], + "author": "Alex Indigo ", + "license": "MIT", + "bugs": { + "url": "https://github.com/alexindigo/asynckit/issues" + }, + "homepage": "https://github.com/alexindigo/asynckit#readme", + "devDependencies": { + "browserify": "^13.0.0", + "browserify-istanbul": "^2.0.0", + "coveralls": "^2.11.9", + "eslint": "^2.9.0", + "istanbul": "^0.4.3", + "obake": "^0.1.2", + "phantomjs-prebuilt": "^2.1.7", + "pre-commit": "^1.1.3", + "reamde": "^1.1.0", + "rimraf": "^2.5.2", + "size-table": "^0.2.0", + "tap-spec": "^4.1.1", + "tape": "^4.5.1" + }, + "dependencies": {} +} diff --git a/node_modules/asynckit/parallel.js b/node_modules/asynckit/parallel.js new file mode 100644 index 0000000..3c50344 --- /dev/null +++ b/node_modules/asynckit/parallel.js @@ -0,0 +1,43 @@ +var iterate = require('./lib/iterate.js') + , initState = require('./lib/state.js') + , terminator = require('./lib/terminator.js') + ; + +// Public API +module.exports = parallel; + +/** + * Runs iterator over provided array elements in parallel + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} callback - invoked when all elements processed + * @returns {function} - jobs terminator + */ +function parallel(list, iterator, callback) +{ + var state = initState(list); + + while (state.index < (state['keyedList'] || list).length) + { + iterate(list, iterator, state, function(error, result) + { + if (error) + { + callback(error, result); + return; + } + + // looks like it's the last one + if (Object.keys(state.jobs).length === 0) + { + callback(null, state.results); + return; + } + }); + + state.index++; + } + + return terminator.bind(state, callback); +} diff --git a/node_modules/asynckit/serial.js b/node_modules/asynckit/serial.js new file mode 100644 index 0000000..6cd949a --- /dev/null +++ b/node_modules/asynckit/serial.js @@ -0,0 +1,17 @@ +var serialOrdered = require('./serialOrdered.js'); + +// Public API +module.exports = serial; + +/** + * Runs iterator over provided array elements in series + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} callback - invoked when all elements processed + * @returns {function} - jobs terminator + */ +function serial(list, iterator, callback) +{ + return serialOrdered(list, iterator, null, callback); +} diff --git a/node_modules/asynckit/serialOrdered.js b/node_modules/asynckit/serialOrdered.js new file mode 100644 index 0000000..607eafe --- /dev/null +++ b/node_modules/asynckit/serialOrdered.js @@ -0,0 +1,75 @@ +var iterate = require('./lib/iterate.js') + , initState = require('./lib/state.js') + , terminator = require('./lib/terminator.js') + ; + +// Public API +module.exports = serialOrdered; +// sorting helpers +module.exports.ascending = ascending; +module.exports.descending = descending; + +/** + * Runs iterator over provided sorted array elements in series + * + * @param {array|object} list - array or object (named list) to iterate over + * @param {function} iterator - iterator to run + * @param {function} sortMethod - custom sort function + * @param {function} callback - invoked when all elements processed + * @returns {function} - jobs terminator + */ +function serialOrdered(list, iterator, sortMethod, callback) +{ + var state = initState(list, sortMethod); + + iterate(list, iterator, state, function iteratorHandler(error, result) + { + if (error) + { + callback(error, result); + return; + } + + state.index++; + + // are we there yet? + if (state.index < (state['keyedList'] || list).length) + { + iterate(list, iterator, state, iteratorHandler); + return; + } + + // done here + callback(null, state.results); + }); + + return terminator.bind(state, callback); +} + +/* + * -- Sort methods + */ + +/** + * sort helper to sort array elements in ascending order + * + * @param {mixed} a - an item to compare + * @param {mixed} b - an item to compare + * @returns {number} - comparison result + */ +function ascending(a, b) +{ + return a < b ? -1 : a > b ? 1 : 0; +} + +/** + * sort helper to sort array elements in descending order + * + * @param {mixed} a - an item to compare + * @param {mixed} b - an item to compare + * @returns {number} - comparison result + */ +function descending(a, b) +{ + return -1 * ascending(a, b); +} diff --git a/node_modules/asynckit/stream.js b/node_modules/asynckit/stream.js new file mode 100644 index 0000000..d43465f --- /dev/null +++ b/node_modules/asynckit/stream.js @@ -0,0 +1,21 @@ +var inherits = require('util').inherits + , Readable = require('stream').Readable + , ReadableAsyncKit = require('./lib/readable_asynckit.js') + , ReadableParallel = require('./lib/readable_parallel.js') + , ReadableSerial = require('./lib/readable_serial.js') + , ReadableSerialOrdered = require('./lib/readable_serial_ordered.js') + ; + +// API +module.exports = +{ + parallel : ReadableParallel, + serial : ReadableSerial, + serialOrdered : ReadableSerialOrdered, +}; + +inherits(ReadableAsyncKit, Readable); + +inherits(ReadableParallel, ReadableAsyncKit); +inherits(ReadableSerial, ReadableAsyncKit); +inherits(ReadableSerialOrdered, ReadableAsyncKit); diff --git a/node_modules/aws-sign2/LICENSE b/node_modules/aws-sign2/LICENSE new file mode 100644 index 0000000..a4a9aee --- /dev/null +++ b/node_modules/aws-sign2/LICENSE @@ -0,0 +1,55 @@ +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + +You must give any other recipients of the Work or Derivative Works a copy of this License; and + +You must cause any modified files to carry prominent notices stating that You changed the files; and + +You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + +If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS \ No newline at end of file diff --git a/node_modules/aws-sign2/README.md b/node_modules/aws-sign2/README.md new file mode 100644 index 0000000..763564e --- /dev/null +++ b/node_modules/aws-sign2/README.md @@ -0,0 +1,4 @@ +aws-sign +======== + +AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module. diff --git a/node_modules/aws-sign2/index.js b/node_modules/aws-sign2/index.js new file mode 100644 index 0000000..fb35f6d --- /dev/null +++ b/node_modules/aws-sign2/index.js @@ -0,0 +1,212 @@ + +/*! + * Copyright 2010 LearnBoost + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Module dependencies. + */ + +var crypto = require('crypto') + , parse = require('url').parse + ; + +/** + * Valid keys. + */ + +var keys = + [ 'acl' + , 'location' + , 'logging' + , 'notification' + , 'partNumber' + , 'policy' + , 'requestPayment' + , 'torrent' + , 'uploadId' + , 'uploads' + , 'versionId' + , 'versioning' + , 'versions' + , 'website' + ] + +/** + * Return an "Authorization" header value with the given `options` + * in the form of "AWS :" + * + * @param {Object} options + * @return {String} + * @api private + */ + +function authorization (options) { + return 'AWS ' + options.key + ':' + sign(options) +} + +module.exports = authorization +module.exports.authorization = authorization + +/** + * Simple HMAC-SHA1 Wrapper + * + * @param {Object} options + * @return {String} + * @api private + */ + +function hmacSha1 (options) { + return crypto.createHmac('sha1', options.secret).update(options.message).digest('base64') +} + +module.exports.hmacSha1 = hmacSha1 + +/** + * Create a base64 sha1 HMAC for `options`. + * + * @param {Object} options + * @return {String} + * @api private + */ + +function sign (options) { + options.message = stringToSign(options) + return hmacSha1(options) +} +module.exports.sign = sign + +/** + * Create a base64 sha1 HMAC for `options`. + * + * Specifically to be used with S3 presigned URLs + * + * @param {Object} options + * @return {String} + * @api private + */ + +function signQuery (options) { + options.message = queryStringToSign(options) + return hmacSha1(options) +} +module.exports.signQuery= signQuery + +/** + * Return a string for sign() with the given `options`. + * + * Spec: + * + * \n + * \n + * \n + * \n + * [headers\n] + * + * + * @param {Object} options + * @return {String} + * @api private + */ + +function stringToSign (options) { + var headers = options.amazonHeaders || '' + if (headers) headers += '\n' + var r = + [ options.verb + , options.md5 + , options.contentType + , options.date ? options.date.toUTCString() : '' + , headers + options.resource + ] + return r.join('\n') +} +module.exports.stringToSign = stringToSign + +/** + * Return a string for sign() with the given `options`, but is meant exclusively + * for S3 presigned URLs + * + * Spec: + * + * \n + * + * + * @param {Object} options + * @return {String} + * @api private + */ + +function queryStringToSign (options){ + return 'GET\n\n\n' + options.date + '\n' + options.resource +} +module.exports.queryStringToSign = queryStringToSign + +/** + * Perform the following: + * + * - ignore non-amazon headers + * - lowercase fields + * - sort lexicographically + * - trim whitespace between ":" + * - join with newline + * + * @param {Object} headers + * @return {String} + * @api private + */ + +function canonicalizeHeaders (headers) { + var buf = [] + , fields = Object.keys(headers) + ; + for (var i = 0, len = fields.length; i < len; ++i) { + var field = fields[i] + , val = headers[field] + , field = field.toLowerCase() + ; + if (0 !== field.indexOf('x-amz')) continue + buf.push(field + ':' + val) + } + return buf.sort().join('\n') +} +module.exports.canonicalizeHeaders = canonicalizeHeaders + +/** + * Perform the following: + * + * - ignore non sub-resources + * - sort lexicographically + * + * @param {String} resource + * @return {String} + * @api private + */ + +function canonicalizeResource (resource) { + var url = parse(resource, true) + , path = url.pathname + , buf = [] + ; + + Object.keys(url.query).forEach(function(key){ + if (!~keys.indexOf(key)) return + var val = '' == url.query[key] ? '' : '=' + encodeURIComponent(url.query[key]) + buf.push(key + val) + }) + + return path + (buf.length ? '?' + buf.sort().join('&') : '') +} +module.exports.canonicalizeResource = canonicalizeResource diff --git a/node_modules/aws-sign2/package.json b/node_modules/aws-sign2/package.json new file mode 100644 index 0000000..4c3d57e --- /dev/null +++ b/node_modules/aws-sign2/package.json @@ -0,0 +1,17 @@ +{ + "author": "Mikeal Rogers (http://www.futurealoof.com)", + "name": "aws-sign2", + "description": "AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.", + "version": "0.7.0", + "repository": { + "url": "https://github.com/mikeal/aws-sign" + }, + "license": "Apache-2.0", + "main": "index.js", + "dependencies": {}, + "devDependencies": {}, + "optionalDependencies": {}, + "engines": { + "node": "*" + } +} diff --git a/node_modules/aws4/LICENSE b/node_modules/aws4/LICENSE new file mode 100644 index 0000000..4f321e5 --- /dev/null +++ b/node_modules/aws4/LICENSE @@ -0,0 +1,19 @@ +Copyright 2013 Michael Hart (michael.hart.au@gmail.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/aws4/README.md b/node_modules/aws4/README.md new file mode 100644 index 0000000..fa4d594 --- /dev/null +++ b/node_modules/aws4/README.md @@ -0,0 +1,211 @@ +aws4 +---- + +A small utility to sign [vanilla Node.js http(s)](https://nodejs.org/api/http.html) request options using Amazon's +[AWS Signature Version 4](https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html). + +If you want to sign and send AWS requests using [`fetch()`](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API), then check out [aws4fetch](https://github.com/mhart/aws4fetch) – otherwise you can also bundle this library for use [in older browsers](./browser). + +The only AWS service I know of that *doesn't* support v4 is +[SimpleDB](https://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API.html) +(it only supports [AWS Signature Version 2](https://github.com/mhart/aws2)). + +It also provides defaults for a number of core AWS headers and +request parameters, making it very easy to query AWS services, or +build out a fully-featured AWS library. + +Example +------- + +```javascript +var https = require('https') +var aws4 = require('aws4') + +// to illustrate usage, we'll create a utility function to request and pipe to stdout +function request(opts) { https.request(opts, function(res) { res.pipe(process.stdout) }).end(opts.body || '') } + +// aws4 will sign an options object as you'd pass to http.request, with an AWS service and region +var opts = { host: 'my-bucket.s3.us-west-1.amazonaws.com', path: '/my-object', service: 's3', region: 'us-west-1' } + +// aws4.sign() will sign and modify these options, ready to pass to http.request +aws4.sign(opts, { accessKeyId: '', secretAccessKey: '' }) + +// or it can get credentials from process.env.AWS_ACCESS_KEY_ID, etc +aws4.sign(opts) + +// for most AWS services, aws4 can figure out the service and region if you pass a host +opts = { host: 'my-bucket.s3.us-west-1.amazonaws.com', path: '/my-object' } + +// usually it will add/modify request headers, but you can also sign the query: +opts = { host: 'my-bucket.s3.amazonaws.com', path: '/?X-Amz-Expires=12345', signQuery: true } + +// and for services with simple hosts, aws4 can infer the host from service and region: +opts = { service: 'sqs', region: 'us-east-1', path: '/?Action=ListQueues' } + +// and if you're using us-east-1, it's the default: +opts = { service: 'sqs', path: '/?Action=ListQueues' } + +aws4.sign(opts) +console.log(opts) +/* +{ + host: 'sqs.us-east-1.amazonaws.com', + path: '/?Action=ListQueues', + headers: { + Host: 'sqs.us-east-1.amazonaws.com', + 'X-Amz-Date': '20121226T061030Z', + Authorization: 'AWS4-HMAC-SHA256 Credential=ABCDEF/20121226/us-east-1/sqs/aws4_request, ...' + } +} +*/ + +// we can now use this to query AWS +request(opts) +/* + + +... +*/ + +// aws4 can infer the HTTP method if a body is passed in +// method will be POST and Content-Type: 'application/x-www-form-urlencoded; charset=utf-8' +request(aws4.sign({ service: 'iam', body: 'Action=ListGroups&Version=2010-05-08' })) +/* + +... +*/ + +// you can specify any custom option or header as per usual +request(aws4.sign({ + service: 'dynamodb', + region: 'ap-southeast-2', + method: 'POST', + path: '/', + headers: { + 'Content-Type': 'application/x-amz-json-1.0', + 'X-Amz-Target': 'DynamoDB_20120810.ListTables' + }, + body: '{}' +})) +/* +{"TableNames":[]} +... +*/ + +// you can also specify extra headers to ignore during signing +request(aws4.sign({ + host: '07tjusf2h91cunochc.us-east-1.aoss.amazonaws.com', + method: 'PUT', + path: '/my-index', + body: '{"mappings":{}}', + headers: { + 'Content-Type': 'application/json', + 'X-Amz-Content-Sha256': 'UNSIGNED-PAYLOAD' + }, + extraHeadersToIgnore: { + 'content-length': true + } +})) + +// and headers to include that would normally be ignored +request(aws4.sign({ + service: 'mycustomservice', + path: '/whatever', + headers: { + 'Range': 'bytes=200-1000, 2000-6576, 19000-' + }, + extraHeadersToInclude: { + 'range': true + } +})) + + +// The raw RequestSigner can be used to generate CodeCommit Git passwords +var signer = new aws4.RequestSigner({ + service: 'codecommit', + host: 'git-codecommit.us-east-1.amazonaws.com', + method: 'GIT', + path: '/v1/repos/MyAwesomeRepo', +}) +var password = signer.getDateTime() + 'Z' + signer.signature() + +// see example.js for examples with other services +``` + +API +--- + +### aws4.sign(requestOptions, [credentials]) + +Calculates and populates any necessary AWS headers and/or request +options on `requestOptions`. Returns `requestOptions` as a convenience for chaining. + +`requestOptions` is an object holding the same options that the Node.js +[http.request](https://nodejs.org/docs/latest/api/http.html#http_http_request_options_callback) +function takes. + +The following properties of `requestOptions` are used in the signing or +populated if they don't already exist: + +- `hostname` or `host` (will try to be determined from `service` and `region` if not given) +- `method` (will use `'GET'` if not given or `'POST'` if there is a `body`) +- `path` (will use `'/'` if not given) +- `body` (will use `''` if not given) +- `service` (will try to be calculated from `hostname` or `host` if not given) +- `region` (will try to be calculated from `hostname` or `host` or use `'us-east-1'` if not given) +- `signQuery` (to sign the query instead of adding an `Authorization` header, defaults to false) +- `extraHeadersToIgnore` (an object with lowercase header keys to ignore when signing, eg `{ 'content-length': true }`) +- `extraHeadersToInclude` (an object with lowercase header keys to include when signing, overriding any ignores) +- `headers['Host']` (will use `hostname` or `host` or be calculated if not given) +- `headers['Content-Type']` (will use `'application/x-www-form-urlencoded; charset=utf-8'` + if not given and there is a `body`) +- `headers['Date']` (used to calculate the signature date if given, otherwise `new Date` is used) + +Your AWS credentials (which can be found in your +[AWS console](https://portal.aws.amazon.com/gp/aws/securityCredentials)) +can be specified in one of two ways: + +- As the second argument, like this: + +```javascript +aws4.sign(requestOptions, { + secretAccessKey: "", + accessKeyId: "", + sessionToken: "" +}) +``` + +- From `process.env`, such as this: + +``` +export AWS_ACCESS_KEY_ID="" +export AWS_SECRET_ACCESS_KEY="" +export AWS_SESSION_TOKEN="" +``` + +(will also use `AWS_ACCESS_KEY` and `AWS_SECRET_KEY` if available) + +The `sessionToken` property and `AWS_SESSION_TOKEN` environment variable are optional for signing +with [IAM STS temporary credentials](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html). + +Installation +------------ + +With [npm](https://www.npmjs.com/) do: + +``` +npm install aws4 +``` + +Can also be used [in the browser](./browser). + +Thanks +------ + +Thanks to [@jed](https://github.com/jed) for his +[dynamo-client](https://github.com/jed/dynamo-client) lib where I first +committed and subsequently extracted this code. + +Also thanks to the +[official Node.js AWS SDK](https://github.com/aws/aws-sdk-js) for giving +me a start on implementing the v4 signature. diff --git a/node_modules/aws4/aws4.js b/node_modules/aws4/aws4.js new file mode 100644 index 0000000..6a96676 --- /dev/null +++ b/node_modules/aws4/aws4.js @@ -0,0 +1,383 @@ +var aws4 = exports, + url = require('url'), + querystring = require('querystring'), + crypto = require('crypto'), + lru = require('./lru'), + credentialsCache = lru(1000) + +// http://docs.amazonwebservices.com/general/latest/gr/signature-version-4.html + +function hmac(key, string, encoding) { + return crypto.createHmac('sha256', key).update(string, 'utf8').digest(encoding) +} + +function hash(string, encoding) { + return crypto.createHash('sha256').update(string, 'utf8').digest(encoding) +} + +// This function assumes the string has already been percent encoded +function encodeRfc3986(urlEncodedString) { + return urlEncodedString.replace(/[!'()*]/g, function(c) { + return '%' + c.charCodeAt(0).toString(16).toUpperCase() + }) +} + +function encodeRfc3986Full(str) { + return encodeRfc3986(encodeURIComponent(str)) +} + +// A bit of a combination of: +// https://github.com/aws/aws-sdk-java-v2/blob/dc695de6ab49ad03934e1b02e7263abbd2354be0/core/auth/src/main/java/software/amazon/awssdk/auth/signer/internal/AbstractAws4Signer.java#L59 +// https://github.com/aws/aws-sdk-js/blob/18cb7e5b463b46239f9fdd4a65e2ff8c81831e8f/lib/signers/v4.js#L191-L199 +// https://github.com/mhart/aws4fetch/blob/b3aed16b6f17384cf36ea33bcba3c1e9f3bdfefd/src/main.js#L25-L34 +var HEADERS_TO_IGNORE = { + 'authorization': true, + 'connection': true, + 'x-amzn-trace-id': true, + 'user-agent': true, + 'expect': true, + 'presigned-expires': true, + 'range': true, +} + +// request: { path | body, [host], [method], [headers], [service], [region] } +// credentials: { accessKeyId, secretAccessKey, [sessionToken] } +function RequestSigner(request, credentials) { + + if (typeof request === 'string') request = url.parse(request) + + var headers = request.headers = Object.assign({}, (request.headers || {})), + hostParts = (!this.service || !this.region) && this.matchHost(request.hostname || request.host || headers.Host || headers.host) + + this.request = request + this.credentials = credentials || this.defaultCredentials() + + this.service = request.service || hostParts[0] || '' + this.region = request.region || hostParts[1] || 'us-east-1' + + // SES uses a different domain from the service name + if (this.service === 'email') this.service = 'ses' + + if (!request.method && request.body) + request.method = 'POST' + + if (!headers.Host && !headers.host) { + headers.Host = request.hostname || request.host || this.createHost() + + // If a port is specified explicitly, use it as is + if (request.port) + headers.Host += ':' + request.port + } + if (!request.hostname && !request.host) + request.hostname = headers.Host || headers.host + + this.isCodeCommitGit = this.service === 'codecommit' && request.method === 'GIT' + + this.extraHeadersToIgnore = request.extraHeadersToIgnore || Object.create(null) + this.extraHeadersToInclude = request.extraHeadersToInclude || Object.create(null) +} + +RequestSigner.prototype.matchHost = function(host) { + var match = (host || '').match(/([^\.]{1,63})\.(?:([^\.]{0,63})\.)?amazonaws\.com(\.cn)?$/) + var hostParts = (match || []).slice(1, 3) + + // ES's hostParts are sometimes the other way round, if the value that is expected + // to be region equals ‘es’ switch them back + // e.g. search-cluster-name-aaaa00aaaa0aaa0aaaaaaa0aaa.us-east-1.es.amazonaws.com + if (hostParts[1] === 'es' || hostParts[1] === 'aoss') + hostParts = hostParts.reverse() + + if (hostParts[1] == 's3') { + hostParts[0] = 's3' + hostParts[1] = 'us-east-1' + } else { + for (var i = 0; i < 2; i++) { + if (/^s3-/.test(hostParts[i])) { + hostParts[1] = hostParts[i].slice(3) + hostParts[0] = 's3' + break + } + } + } + + return hostParts +} + +// http://docs.aws.amazon.com/general/latest/gr/rande.html +RequestSigner.prototype.isSingleRegion = function() { + // Special case for S3 and SimpleDB in us-east-1 + if (['s3', 'sdb'].indexOf(this.service) >= 0 && this.region === 'us-east-1') return true + + return ['cloudfront', 'ls', 'route53', 'iam', 'importexport', 'sts'] + .indexOf(this.service) >= 0 +} + +RequestSigner.prototype.createHost = function() { + var region = this.isSingleRegion() ? '' : '.' + this.region, + subdomain = this.service === 'ses' ? 'email' : this.service + return subdomain + region + '.amazonaws.com' +} + +RequestSigner.prototype.prepareRequest = function() { + this.parsePath() + + var request = this.request, headers = request.headers, query + + if (request.signQuery) { + + this.parsedPath.query = query = this.parsedPath.query || {} + + if (this.credentials.sessionToken) + query['X-Amz-Security-Token'] = this.credentials.sessionToken + + if (this.service === 's3' && !query['X-Amz-Expires']) + query['X-Amz-Expires'] = 86400 + + if (query['X-Amz-Date']) + this.datetime = query['X-Amz-Date'] + else + query['X-Amz-Date'] = this.getDateTime() + + query['X-Amz-Algorithm'] = 'AWS4-HMAC-SHA256' + query['X-Amz-Credential'] = this.credentials.accessKeyId + '/' + this.credentialString() + query['X-Amz-SignedHeaders'] = this.signedHeaders() + + } else { + + if (!request.doNotModifyHeaders && !this.isCodeCommitGit) { + if (request.body && !headers['Content-Type'] && !headers['content-type']) + headers['Content-Type'] = 'application/x-www-form-urlencoded; charset=utf-8' + + if (request.body && !headers['Content-Length'] && !headers['content-length']) + headers['Content-Length'] = Buffer.byteLength(request.body) + + if (this.credentials.sessionToken && !headers['X-Amz-Security-Token'] && !headers['x-amz-security-token']) + headers['X-Amz-Security-Token'] = this.credentials.sessionToken + + if (this.service === 's3' && !headers['X-Amz-Content-Sha256'] && !headers['x-amz-content-sha256']) + headers['X-Amz-Content-Sha256'] = hash(this.request.body || '', 'hex') + + if (headers['X-Amz-Date'] || headers['x-amz-date']) + this.datetime = headers['X-Amz-Date'] || headers['x-amz-date'] + else + headers['X-Amz-Date'] = this.getDateTime() + } + + delete headers.Authorization + delete headers.authorization + } +} + +RequestSigner.prototype.sign = function() { + if (!this.parsedPath) this.prepareRequest() + + if (this.request.signQuery) { + this.parsedPath.query['X-Amz-Signature'] = this.signature() + } else { + this.request.headers.Authorization = this.authHeader() + } + + this.request.path = this.formatPath() + + return this.request +} + +RequestSigner.prototype.getDateTime = function() { + if (!this.datetime) { + var headers = this.request.headers, + date = new Date(headers.Date || headers.date || new Date) + + this.datetime = date.toISOString().replace(/[:\-]|\.\d{3}/g, '') + + // Remove the trailing 'Z' on the timestamp string for CodeCommit git access + if (this.isCodeCommitGit) this.datetime = this.datetime.slice(0, -1) + } + return this.datetime +} + +RequestSigner.prototype.getDate = function() { + return this.getDateTime().substr(0, 8) +} + +RequestSigner.prototype.authHeader = function() { + return [ + 'AWS4-HMAC-SHA256 Credential=' + this.credentials.accessKeyId + '/' + this.credentialString(), + 'SignedHeaders=' + this.signedHeaders(), + 'Signature=' + this.signature(), + ].join(', ') +} + +RequestSigner.prototype.signature = function() { + var date = this.getDate(), + cacheKey = [this.credentials.secretAccessKey, date, this.region, this.service].join(), + kDate, kRegion, kService, kCredentials = credentialsCache.get(cacheKey) + if (!kCredentials) { + kDate = hmac('AWS4' + this.credentials.secretAccessKey, date) + kRegion = hmac(kDate, this.region) + kService = hmac(kRegion, this.service) + kCredentials = hmac(kService, 'aws4_request') + credentialsCache.set(cacheKey, kCredentials) + } + return hmac(kCredentials, this.stringToSign(), 'hex') +} + +RequestSigner.prototype.stringToSign = function() { + return [ + 'AWS4-HMAC-SHA256', + this.getDateTime(), + this.credentialString(), + hash(this.canonicalString(), 'hex'), + ].join('\n') +} + +RequestSigner.prototype.canonicalString = function() { + if (!this.parsedPath) this.prepareRequest() + + var pathStr = this.parsedPath.path, + query = this.parsedPath.query, + headers = this.request.headers, + queryStr = '', + normalizePath = this.service !== 's3', + decodePath = this.service === 's3' || this.request.doNotEncodePath, + decodeSlashesInPath = this.service === 's3', + firstValOnly = this.service === 's3', + bodyHash + + if (this.service === 's3' && this.request.signQuery) { + bodyHash = 'UNSIGNED-PAYLOAD' + } else if (this.isCodeCommitGit) { + bodyHash = '' + } else { + bodyHash = headers['X-Amz-Content-Sha256'] || headers['x-amz-content-sha256'] || + hash(this.request.body || '', 'hex') + } + + if (query) { + var reducedQuery = Object.keys(query).reduce(function(obj, key) { + if (!key) return obj + obj[encodeRfc3986Full(key)] = !Array.isArray(query[key]) ? query[key] : + (firstValOnly ? query[key][0] : query[key]) + return obj + }, {}) + var encodedQueryPieces = [] + Object.keys(reducedQuery).sort().forEach(function(key) { + if (!Array.isArray(reducedQuery[key])) { + encodedQueryPieces.push(key + '=' + encodeRfc3986Full(reducedQuery[key])) + } else { + reducedQuery[key].map(encodeRfc3986Full).sort() + .forEach(function(val) { encodedQueryPieces.push(key + '=' + val) }) + } + }) + queryStr = encodedQueryPieces.join('&') + } + if (pathStr !== '/') { + if (normalizePath) pathStr = pathStr.replace(/\/{2,}/g, '/') + pathStr = pathStr.split('/').reduce(function(path, piece) { + if (normalizePath && piece === '..') { + path.pop() + } else if (!normalizePath || piece !== '.') { + if (decodePath) piece = decodeURIComponent(piece.replace(/\+/g, ' ')) + path.push(encodeRfc3986Full(piece)) + } + return path + }, []).join('/') + if (pathStr[0] !== '/') pathStr = '/' + pathStr + if (decodeSlashesInPath) pathStr = pathStr.replace(/%2F/g, '/') + } + + return [ + this.request.method || 'GET', + pathStr, + queryStr, + this.canonicalHeaders() + '\n', + this.signedHeaders(), + bodyHash, + ].join('\n') +} + +RequestSigner.prototype.filterHeaders = function() { + var headers = this.request.headers, + extraHeadersToInclude = this.extraHeadersToInclude, + extraHeadersToIgnore = this.extraHeadersToIgnore + this.filteredHeaders = Object.keys(headers) + .map(function(key) { return [key.toLowerCase(), headers[key]] }) + .filter(function(entry) { + return extraHeadersToInclude[entry[0]] || + (HEADERS_TO_IGNORE[entry[0]] == null && !extraHeadersToIgnore[entry[0]]) + }) + .sort(function(a, b) { return a[0] < b[0] ? -1 : 1 }) +} + +RequestSigner.prototype.canonicalHeaders = function() { + if (!this.filteredHeaders) this.filterHeaders() + + return this.filteredHeaders.map(function(entry) { + return entry[0] + ':' + entry[1].toString().trim().replace(/\s+/g, ' ') + }).join('\n') +} + +RequestSigner.prototype.signedHeaders = function() { + if (!this.filteredHeaders) this.filterHeaders() + + return this.filteredHeaders.map(function(entry) { return entry[0] }).join(';') +} + +RequestSigner.prototype.credentialString = function() { + return [ + this.getDate(), + this.region, + this.service, + 'aws4_request', + ].join('/') +} + +RequestSigner.prototype.defaultCredentials = function() { + var env = process.env + return { + accessKeyId: env.AWS_ACCESS_KEY_ID || env.AWS_ACCESS_KEY, + secretAccessKey: env.AWS_SECRET_ACCESS_KEY || env.AWS_SECRET_KEY, + sessionToken: env.AWS_SESSION_TOKEN, + } +} + +RequestSigner.prototype.parsePath = function() { + var path = this.request.path || '/' + + // S3 doesn't always encode characters > 127 correctly and + // all services don't encode characters > 255 correctly + // So if there are non-reserved chars (and it's not already all % encoded), just encode them all + if (/[^0-9A-Za-z;,/?:@&=+$\-_.!~*'()#%]/.test(path)) { + path = encodeURI(decodeURI(path)) + } + + var queryIx = path.indexOf('?'), + query = null + + if (queryIx >= 0) { + query = querystring.parse(path.slice(queryIx + 1)) + path = path.slice(0, queryIx) + } + + this.parsedPath = { + path: path, + query: query, + } +} + +RequestSigner.prototype.formatPath = function() { + var path = this.parsedPath.path, + query = this.parsedPath.query + + if (!query) return path + + // Services don't support empty query string keys + if (query[''] != null) delete query[''] + + return path + '?' + encodeRfc3986(querystring.stringify(query)) +} + +aws4.RequestSigner = RequestSigner + +aws4.sign = function(request, credentials) { + return new RequestSigner(request, credentials).sign() +} diff --git a/node_modules/aws4/lru.js b/node_modules/aws4/lru.js new file mode 100644 index 0000000..333f66a --- /dev/null +++ b/node_modules/aws4/lru.js @@ -0,0 +1,96 @@ +module.exports = function(size) { + return new LruCache(size) +} + +function LruCache(size) { + this.capacity = size | 0 + this.map = Object.create(null) + this.list = new DoublyLinkedList() +} + +LruCache.prototype.get = function(key) { + var node = this.map[key] + if (node == null) return undefined + this.used(node) + return node.val +} + +LruCache.prototype.set = function(key, val) { + var node = this.map[key] + if (node != null) { + node.val = val + } else { + if (!this.capacity) this.prune() + if (!this.capacity) return false + node = new DoublyLinkedNode(key, val) + this.map[key] = node + this.capacity-- + } + this.used(node) + return true +} + +LruCache.prototype.used = function(node) { + this.list.moveToFront(node) +} + +LruCache.prototype.prune = function() { + var node = this.list.pop() + if (node != null) { + delete this.map[node.key] + this.capacity++ + } +} + + +function DoublyLinkedList() { + this.firstNode = null + this.lastNode = null +} + +DoublyLinkedList.prototype.moveToFront = function(node) { + if (this.firstNode == node) return + + this.remove(node) + + if (this.firstNode == null) { + this.firstNode = node + this.lastNode = node + node.prev = null + node.next = null + } else { + node.prev = null + node.next = this.firstNode + node.next.prev = node + this.firstNode = node + } +} + +DoublyLinkedList.prototype.pop = function() { + var lastNode = this.lastNode + if (lastNode != null) { + this.remove(lastNode) + } + return lastNode +} + +DoublyLinkedList.prototype.remove = function(node) { + if (this.firstNode == node) { + this.firstNode = node.next + } else if (node.prev != null) { + node.prev.next = node.next + } + if (this.lastNode == node) { + this.lastNode = node.prev + } else if (node.next != null) { + node.next.prev = node.prev + } +} + + +function DoublyLinkedNode(key, val) { + this.key = key + this.val = val + this.prev = null + this.next = null +} diff --git a/node_modules/aws4/package.json b/node_modules/aws4/package.json new file mode 100644 index 0000000..fbd6195 --- /dev/null +++ b/node_modules/aws4/package.json @@ -0,0 +1,21 @@ +{ + "name": "aws4", + "version": "1.13.2", + "description": "Signs and prepares requests using AWS Signature Version 4", + "author": "Michael Hart (https://github.com/mhart)", + "license": "MIT", + "repository": "github:mhart/aws4", + "main": "aws4.js", + "files": [ + "aws4.js", + "lru.js" + ], + "scripts": { + "test": "mocha ./test/fast.js -R list", + "integration": "node ./test/slow.js" + }, + "devDependencies": { + "mocha": "^10.7.3", + "should": "^13.2.3" + } +} diff --git a/node_modules/base64-js/LICENSE b/node_modules/base64-js/LICENSE new file mode 100644 index 0000000..6d52b8a --- /dev/null +++ b/node_modules/base64-js/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014 Jameson Little + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/node_modules/base64-js/README.md b/node_modules/base64-js/README.md new file mode 100644 index 0000000..b42a48f --- /dev/null +++ b/node_modules/base64-js/README.md @@ -0,0 +1,34 @@ +base64-js +========= + +`base64-js` does basic base64 encoding/decoding in pure JS. + +[![build status](https://secure.travis-ci.org/beatgammit/base64-js.png)](http://travis-ci.org/beatgammit/base64-js) + +Many browsers already have base64 encoding/decoding functionality, but it is for text data, not all-purpose binary data. + +Sometimes encoding/decoding binary data in the browser is useful, and that is what this module does. + +## install + +With [npm](https://npmjs.org) do: + +`npm install base64-js` and `var base64js = require('base64-js')` + +For use in web browsers do: + +`` + +[Get supported base64-js with the Tidelift Subscription](https://tidelift.com/subscription/pkg/npm-base64-js?utm_source=npm-base64-js&utm_medium=referral&utm_campaign=readme) + +## methods + +`base64js` has three exposed functions, `byteLength`, `toByteArray` and `fromByteArray`, which both take a single argument. + +* `byteLength` - Takes a base64 string and returns length of byte array +* `toByteArray` - Takes a base64 string and returns a byte array +* `fromByteArray` - Takes a byte array and returns a base64 string + +## license + +MIT diff --git a/node_modules/base64-js/base64js.min.js b/node_modules/base64-js/base64js.min.js new file mode 100644 index 0000000..908ac83 --- /dev/null +++ b/node_modules/base64-js/base64js.min.js @@ -0,0 +1 @@ +(function(a){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=a();else if("function"==typeof define&&define.amd)define([],a);else{var b;b="undefined"==typeof window?"undefined"==typeof global?"undefined"==typeof self?this:self:global:window,b.base64js=a()}})(function(){return function(){function b(d,e,g){function a(j,i){if(!e[j]){if(!d[j]){var f="function"==typeof require&&require;if(!i&&f)return f(j,!0);if(h)return h(j,!0);var c=new Error("Cannot find module '"+j+"'");throw c.code="MODULE_NOT_FOUND",c}var k=e[j]={exports:{}};d[j][0].call(k.exports,function(b){var c=d[j][1][b];return a(c||b)},k,k.exports,b,d,e,g)}return e[j].exports}for(var h="function"==typeof require&&require,c=0;c>16,j[k++]=255&b>>8,j[k++]=255&b;return 2===h&&(b=l[a.charCodeAt(c)]<<2|l[a.charCodeAt(c+1)]>>4,j[k++]=255&b),1===h&&(b=l[a.charCodeAt(c)]<<10|l[a.charCodeAt(c+1)]<<4|l[a.charCodeAt(c+2)]>>2,j[k++]=255&b>>8,j[k++]=255&b),j}function g(a){return k[63&a>>18]+k[63&a>>12]+k[63&a>>6]+k[63&a]}function h(a,b,c){for(var d,e=[],f=b;fj?j:g+f));return 1===d?(b=a[c-1],e.push(k[b>>2]+k[63&b<<4]+"==")):2===d&&(b=(a[c-2]<<8)+a[c-1],e.push(k[b>>10]+k[63&b>>4]+k[63&b<<2]+"=")),e.join("")}c.byteLength=function(a){var b=d(a),c=b[0],e=b[1];return 3*(c+e)/4-e},c.toByteArray=f,c.fromByteArray=j;for(var k=[],l=[],m="undefined"==typeof Uint8Array?Array:Uint8Array,n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o=0,p=n.length;o 0) { + throw new Error('Invalid string. Length must be a multiple of 4') + } + + // Trim off extra bytes after placeholder bytes are found + // See: https://github.com/beatgammit/base64-js/issues/42 + var validLen = b64.indexOf('=') + if (validLen === -1) validLen = len + + var placeHoldersLen = validLen === len + ? 0 + : 4 - (validLen % 4) + + return [validLen, placeHoldersLen] +} + +// base64 is 4/3 + up to two characters of the original data +function byteLength (b64) { + var lens = getLens(b64) + var validLen = lens[0] + var placeHoldersLen = lens[1] + return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen +} + +function _byteLength (b64, validLen, placeHoldersLen) { + return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen +} + +function toByteArray (b64) { + var tmp + var lens = getLens(b64) + var validLen = lens[0] + var placeHoldersLen = lens[1] + + var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen)) + + var curByte = 0 + + // if there are placeholders, only get up to the last complete 4 chars + var len = placeHoldersLen > 0 + ? validLen - 4 + : validLen + + var i + for (i = 0; i < len; i += 4) { + tmp = + (revLookup[b64.charCodeAt(i)] << 18) | + (revLookup[b64.charCodeAt(i + 1)] << 12) | + (revLookup[b64.charCodeAt(i + 2)] << 6) | + revLookup[b64.charCodeAt(i + 3)] + arr[curByte++] = (tmp >> 16) & 0xFF + arr[curByte++] = (tmp >> 8) & 0xFF + arr[curByte++] = tmp & 0xFF + } + + if (placeHoldersLen === 2) { + tmp = + (revLookup[b64.charCodeAt(i)] << 2) | + (revLookup[b64.charCodeAt(i + 1)] >> 4) + arr[curByte++] = tmp & 0xFF + } + + if (placeHoldersLen === 1) { + tmp = + (revLookup[b64.charCodeAt(i)] << 10) | + (revLookup[b64.charCodeAt(i + 1)] << 4) | + (revLookup[b64.charCodeAt(i + 2)] >> 2) + arr[curByte++] = (tmp >> 8) & 0xFF + arr[curByte++] = tmp & 0xFF + } + + return arr +} + +function tripletToBase64 (num) { + return lookup[num >> 18 & 0x3F] + + lookup[num >> 12 & 0x3F] + + lookup[num >> 6 & 0x3F] + + lookup[num & 0x3F] +} + +function encodeChunk (uint8, start, end) { + var tmp + var output = [] + for (var i = start; i < end; i += 3) { + tmp = + ((uint8[i] << 16) & 0xFF0000) + + ((uint8[i + 1] << 8) & 0xFF00) + + (uint8[i + 2] & 0xFF) + output.push(tripletToBase64(tmp)) + } + return output.join('') +} + +function fromByteArray (uint8) { + var tmp + var len = uint8.length + var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes + var parts = [] + var maxChunkLength = 16383 // must be multiple of 3 + + // go through the array every three bytes, we'll deal with trailing stuff later + for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) { + parts.push(encodeChunk(uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength))) + } + + // pad the end with zeros, but make sure to not forget the extra bytes + if (extraBytes === 1) { + tmp = uint8[len - 1] + parts.push( + lookup[tmp >> 2] + + lookup[(tmp << 4) & 0x3F] + + '==' + ) + } else if (extraBytes === 2) { + tmp = (uint8[len - 2] << 8) + uint8[len - 1] + parts.push( + lookup[tmp >> 10] + + lookup[(tmp >> 4) & 0x3F] + + lookup[(tmp << 2) & 0x3F] + + '=' + ) + } + + return parts.join('') +} diff --git a/node_modules/base64-js/package.json b/node_modules/base64-js/package.json new file mode 100644 index 0000000..c3972e3 --- /dev/null +++ b/node_modules/base64-js/package.json @@ -0,0 +1,47 @@ +{ + "name": "base64-js", + "description": "Base64 encoding/decoding in pure JS", + "version": "1.5.1", + "author": "T. Jameson Little ", + "typings": "index.d.ts", + "bugs": { + "url": "https://github.com/beatgammit/base64-js/issues" + }, + "devDependencies": { + "babel-minify": "^0.5.1", + "benchmark": "^2.1.4", + "browserify": "^16.3.0", + "standard": "*", + "tape": "4.x" + }, + "homepage": "https://github.com/beatgammit/base64-js", + "keywords": [ + "base64" + ], + "license": "MIT", + "main": "index.js", + "repository": { + "type": "git", + "url": "git://github.com/beatgammit/base64-js.git" + }, + "scripts": { + "build": "browserify -s base64js -r ./ | minify > base64js.min.js", + "lint": "standard", + "test": "npm run lint && npm run unit", + "unit": "tape test/*.js" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] +} diff --git a/node_modules/basic-auth/HISTORY.md b/node_modules/basic-auth/HISTORY.md new file mode 100644 index 0000000..2c44a01 --- /dev/null +++ b/node_modules/basic-auth/HISTORY.md @@ -0,0 +1,52 @@ +2.0.1 / 2018-09-19 +================== + + * deps: safe-buffer@5.1.2 + +2.0.0 / 2017-09-12 +================== + + * Drop support for Node.js below 0.8 + * Remove `auth(ctx)` signature -- pass in header or `auth(ctx.req)` + * Use `safe-buffer` for improved Buffer API + +1.1.0 / 2016-11-18 +================== + + * Add `auth.parse` for low-level string parsing + +1.0.4 / 2016-05-10 +================== + + * Improve error message when `req` argument is not an object + * Improve error message when `req` missing `headers` property + +1.0.3 / 2015-07-01 +================== + + * Fix regression accepting a Koa context + +1.0.2 / 2015-06-12 +================== + + * Improve error message when `req` argument missing + * perf: enable strict mode + * perf: hoist regular expression + * perf: parse with regular expressions + * perf: remove argument reassignment + +1.0.1 / 2015-05-04 +================== + + * Update readme + +1.0.0 / 2014-07-01 +================== + + * Support empty password + * Support empty username + +0.0.1 / 2013-11-30 +================== + + * Initial release diff --git a/node_modules/basic-auth/LICENSE b/node_modules/basic-auth/LICENSE new file mode 100644 index 0000000..89041f6 --- /dev/null +++ b/node_modules/basic-auth/LICENSE @@ -0,0 +1,24 @@ +(The MIT License) + +Copyright (c) 2013 TJ Holowaychuk +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2015-2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/basic-auth/README.md b/node_modules/basic-auth/README.md new file mode 100644 index 0000000..5f3d758 --- /dev/null +++ b/node_modules/basic-auth/README.md @@ -0,0 +1,113 @@ +# basic-auth + +[![NPM Version][npm-image]][npm-url] +[![NPM Downloads][downloads-image]][downloads-url] +[![Node.js Version][node-version-image]][node-version-url] +[![Build Status][travis-image]][travis-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +Generic basic auth Authorization header field parser for whatever. + +## Installation + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +``` +$ npm install basic-auth +``` + +## API + + + +```js +var auth = require('basic-auth') +``` + +### auth(req) + +Get the basic auth credentials from the given request. The `Authorization` +header is parsed and if the header is invalid, `undefined` is returned, +otherwise an object with `name` and `pass` properties. + +### auth.parse(string) + +Parse a basic auth authorization header string. This will return an object +with `name` and `pass` properties, or `undefined` if the string is invalid. + +## Example + +Pass a Node.js request object to the module export. If parsing fails +`undefined` is returned, otherwise an object with `.name` and `.pass`. + + + +```js +var auth = require('basic-auth') +var user = auth(req) +// => { name: 'something', pass: 'whatever' } +``` + +A header string from any other location can also be parsed with +`auth.parse`, for example a `Proxy-Authorization` header: + + + +```js +var auth = require('basic-auth') +var user = auth.parse(req.getHeader('Proxy-Authorization')) +``` + +### With vanilla node.js http server + +```js +var http = require('http') +var auth = require('basic-auth') +var compare = require('tsscmp') + +// Create server +var server = http.createServer(function (req, res) { + var credentials = auth(req) + + // Check credentials + // The "check" function will typically be against your user store + if (!credentials || !check(credentials.name, credentials.pass)) { + res.statusCode = 401 + res.setHeader('WWW-Authenticate', 'Basic realm="example"') + res.end('Access denied') + } else { + res.end('Access granted') + } +}) + +// Basic function to validate credentials for example +function check (name, pass) { + var valid = true + + // Simple method to prevent short-circut and use timing-safe compare + valid = compare(name, 'john') && valid + valid = compare(pass, 'secret') && valid + + return valid +} + +// Listen +server.listen(3000) +``` + +# License + +[MIT](LICENSE) + +[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/basic-auth/master +[coveralls-url]: https://coveralls.io/r/jshttp/basic-auth?branch=master +[downloads-image]: https://badgen.net/npm/dm/basic-auth +[downloads-url]: https://npmjs.org/package/basic-auth +[node-version-image]: https://badgen.net/npm/node/basic-auth +[node-version-url]: https://nodejs.org/en/download +[npm-image]: https://badgen.net/npm/v/basic-auth +[npm-url]: https://npmjs.org/package/basic-auth +[travis-image]: https://badgen.net/travis/jshttp/basic-auth/master +[travis-url]: https://travis-ci.org/jshttp/basic-auth diff --git a/node_modules/basic-auth/index.js b/node_modules/basic-auth/index.js new file mode 100644 index 0000000..9106e64 --- /dev/null +++ b/node_modules/basic-auth/index.js @@ -0,0 +1,133 @@ +/*! + * basic-auth + * Copyright(c) 2013 TJ Holowaychuk + * Copyright(c) 2014 Jonathan Ong + * Copyright(c) 2015-2016 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var Buffer = require('safe-buffer').Buffer + +/** + * Module exports. + * @public + */ + +module.exports = auth +module.exports.parse = parse + +/** + * RegExp for basic auth credentials + * + * credentials = auth-scheme 1*SP token68 + * auth-scheme = "Basic" ; case insensitive + * token68 = 1*( ALPHA / DIGIT / "-" / "." / "_" / "~" / "+" / "/" ) *"=" + * @private + */ + +var CREDENTIALS_REGEXP = /^ *(?:[Bb][Aa][Ss][Ii][Cc]) +([A-Za-z0-9._~+/-]+=*) *$/ + +/** + * RegExp for basic auth user/pass + * + * user-pass = userid ":" password + * userid = * + * password = *TEXT + * @private + */ + +var USER_PASS_REGEXP = /^([^:]*):(.*)$/ + +/** + * Parse the Authorization header field of a request. + * + * @param {object} req + * @return {object} with .name and .pass + * @public + */ + +function auth (req) { + if (!req) { + throw new TypeError('argument req is required') + } + + if (typeof req !== 'object') { + throw new TypeError('argument req is required to be an object') + } + + // get header + var header = getAuthorization(req) + + // parse header + return parse(header) +} + +/** + * Decode base64 string. + * @private + */ + +function decodeBase64 (str) { + return Buffer.from(str, 'base64').toString() +} + +/** + * Get the Authorization header from request object. + * @private + */ + +function getAuthorization (req) { + if (!req.headers || typeof req.headers !== 'object') { + throw new TypeError('argument req is required to have headers property') + } + + return req.headers.authorization +} + +/** + * Parse basic auth to object. + * + * @param {string} string + * @return {object} + * @public + */ + +function parse (string) { + if (typeof string !== 'string') { + return undefined + } + + // parse header + var match = CREDENTIALS_REGEXP.exec(string) + + if (!match) { + return undefined + } + + // decode user pass + var userPass = USER_PASS_REGEXP.exec(decodeBase64(match[1])) + + if (!userPass) { + return undefined + } + + // return credentials object + return new Credentials(userPass[1], userPass[2]) +} + +/** + * Object to represent user credentials. + * @private + */ + +function Credentials (name, pass) { + this.name = name + this.pass = pass +} diff --git a/node_modules/basic-auth/node_modules/safe-buffer/LICENSE b/node_modules/basic-auth/node_modules/safe-buffer/LICENSE new file mode 100644 index 0000000..0c068ce --- /dev/null +++ b/node_modules/basic-auth/node_modules/safe-buffer/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Feross Aboukhadijeh + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/node_modules/basic-auth/node_modules/safe-buffer/README.md b/node_modules/basic-auth/node_modules/safe-buffer/README.md new file mode 100644 index 0000000..e9a81af --- /dev/null +++ b/node_modules/basic-auth/node_modules/safe-buffer/README.md @@ -0,0 +1,584 @@ +# safe-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] + +[travis-image]: https://img.shields.io/travis/feross/safe-buffer/master.svg +[travis-url]: https://travis-ci.org/feross/safe-buffer +[npm-image]: https://img.shields.io/npm/v/safe-buffer.svg +[npm-url]: https://npmjs.org/package/safe-buffer +[downloads-image]: https://img.shields.io/npm/dm/safe-buffer.svg +[downloads-url]: https://npmjs.org/package/safe-buffer +[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg +[standard-url]: https://standardjs.com + +#### Safer Node.js Buffer API + +**Use the new Node.js Buffer APIs (`Buffer.from`, `Buffer.alloc`, +`Buffer.allocUnsafe`, `Buffer.allocUnsafeSlow`) in all versions of Node.js.** + +**Uses the built-in implementation when available.** + +## install + +``` +npm install safe-buffer +``` + +## usage + +The goal of this package is to provide a safe replacement for the node.js `Buffer`. + +It's a drop-in replacement for `Buffer`. You can use it by adding one `require` line to +the top of your node.js modules: + +```js +var Buffer = require('safe-buffer').Buffer + +// Existing buffer code will continue to work without issues: + +new Buffer('hey', 'utf8') +new Buffer([1, 2, 3], 'utf8') +new Buffer(obj) +new Buffer(16) // create an uninitialized buffer (potentially unsafe) + +// But you can use these new explicit APIs to make clear what you want: + +Buffer.from('hey', 'utf8') // convert from many types to a Buffer +Buffer.alloc(16) // create a zero-filled buffer (safe) +Buffer.allocUnsafe(16) // create an uninitialized buffer (potentially unsafe) +``` + +## api + +### Class Method: Buffer.from(array) + + +* `array` {Array} + +Allocates a new `Buffer` using an `array` of octets. + +```js +const buf = Buffer.from([0x62,0x75,0x66,0x66,0x65,0x72]); + // creates a new Buffer containing ASCII bytes + // ['b','u','f','f','e','r'] +``` + +A `TypeError` will be thrown if `array` is not an `Array`. + +### Class Method: Buffer.from(arrayBuffer[, byteOffset[, length]]) + + +* `arrayBuffer` {ArrayBuffer} The `.buffer` property of a `TypedArray` or + a `new ArrayBuffer()` +* `byteOffset` {Number} Default: `0` +* `length` {Number} Default: `arrayBuffer.length - byteOffset` + +When passed a reference to the `.buffer` property of a `TypedArray` instance, +the newly created `Buffer` will share the same allocated memory as the +TypedArray. + +```js +const arr = new Uint16Array(2); +arr[0] = 5000; +arr[1] = 4000; + +const buf = Buffer.from(arr.buffer); // shares the memory with arr; + +console.log(buf); + // Prints: + +// changing the TypedArray changes the Buffer also +arr[1] = 6000; + +console.log(buf); + // Prints: +``` + +The optional `byteOffset` and `length` arguments specify a memory range within +the `arrayBuffer` that will be shared by the `Buffer`. + +```js +const ab = new ArrayBuffer(10); +const buf = Buffer.from(ab, 0, 2); +console.log(buf.length); + // Prints: 2 +``` + +A `TypeError` will be thrown if `arrayBuffer` is not an `ArrayBuffer`. + +### Class Method: Buffer.from(buffer) + + +* `buffer` {Buffer} + +Copies the passed `buffer` data onto a new `Buffer` instance. + +```js +const buf1 = Buffer.from('buffer'); +const buf2 = Buffer.from(buf1); + +buf1[0] = 0x61; +console.log(buf1.toString()); + // 'auffer' +console.log(buf2.toString()); + // 'buffer' (copy is not changed) +``` + +A `TypeError` will be thrown if `buffer` is not a `Buffer`. + +### Class Method: Buffer.from(str[, encoding]) + + +* `str` {String} String to encode. +* `encoding` {String} Encoding to use, Default: `'utf8'` + +Creates a new `Buffer` containing the given JavaScript string `str`. If +provided, the `encoding` parameter identifies the character encoding. +If not provided, `encoding` defaults to `'utf8'`. + +```js +const buf1 = Buffer.from('this is a tést'); +console.log(buf1.toString()); + // prints: this is a tést +console.log(buf1.toString('ascii')); + // prints: this is a tC)st + +const buf2 = Buffer.from('7468697320697320612074c3a97374', 'hex'); +console.log(buf2.toString()); + // prints: this is a tést +``` + +A `TypeError` will be thrown if `str` is not a string. + +### Class Method: Buffer.alloc(size[, fill[, encoding]]) + + +* `size` {Number} +* `fill` {Value} Default: `undefined` +* `encoding` {String} Default: `utf8` + +Allocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the +`Buffer` will be *zero-filled*. + +```js +const buf = Buffer.alloc(5); +console.log(buf); + // +``` + +The `size` must be less than or equal to the value of +`require('buffer').kMaxLength` (on 64-bit architectures, `kMaxLength` is +`(2^31)-1`). Otherwise, a [`RangeError`][] is thrown. A zero-length Buffer will +be created if a `size` less than or equal to 0 is specified. + +If `fill` is specified, the allocated `Buffer` will be initialized by calling +`buf.fill(fill)`. See [`buf.fill()`][] for more information. + +```js +const buf = Buffer.alloc(5, 'a'); +console.log(buf); + // +``` + +If both `fill` and `encoding` are specified, the allocated `Buffer` will be +initialized by calling `buf.fill(fill, encoding)`. For example: + +```js +const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64'); +console.log(buf); + // +``` + +Calling `Buffer.alloc(size)` can be significantly slower than the alternative +`Buffer.allocUnsafe(size)` but ensures that the newly created `Buffer` instance +contents will *never contain sensitive data*. + +A `TypeError` will be thrown if `size` is not a number. + +### Class Method: Buffer.allocUnsafe(size) + + +* `size` {Number} + +Allocates a new *non-zero-filled* `Buffer` of `size` bytes. The `size` must +be less than or equal to the value of `require('buffer').kMaxLength` (on 64-bit +architectures, `kMaxLength` is `(2^31)-1`). Otherwise, a [`RangeError`][] is +thrown. A zero-length Buffer will be created if a `size` less than or equal to +0 is specified. + +The underlying memory for `Buffer` instances created in this way is *not +initialized*. The contents of the newly created `Buffer` are unknown and +*may contain sensitive data*. Use [`buf.fill(0)`][] to initialize such +`Buffer` instances to zeroes. + +```js +const buf = Buffer.allocUnsafe(5); +console.log(buf); + // + // (octets will be different, every time) +buf.fill(0); +console.log(buf); + // +``` + +A `TypeError` will be thrown if `size` is not a number. + +Note that the `Buffer` module pre-allocates an internal `Buffer` instance of +size `Buffer.poolSize` that is used as a pool for the fast allocation of new +`Buffer` instances created using `Buffer.allocUnsafe(size)` (and the deprecated +`new Buffer(size)` constructor) only when `size` is less than or equal to +`Buffer.poolSize >> 1` (floor of `Buffer.poolSize` divided by two). The default +value of `Buffer.poolSize` is `8192` but can be modified. + +Use of this pre-allocated internal memory pool is a key difference between +calling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`. +Specifically, `Buffer.alloc(size, fill)` will *never* use the internal Buffer +pool, while `Buffer.allocUnsafe(size).fill(fill)` *will* use the internal +Buffer pool if `size` is less than or equal to half `Buffer.poolSize`. The +difference is subtle but can be important when an application requires the +additional performance that `Buffer.allocUnsafe(size)` provides. + +### Class Method: Buffer.allocUnsafeSlow(size) + + +* `size` {Number} + +Allocates a new *non-zero-filled* and non-pooled `Buffer` of `size` bytes. The +`size` must be less than or equal to the value of +`require('buffer').kMaxLength` (on 64-bit architectures, `kMaxLength` is +`(2^31)-1`). Otherwise, a [`RangeError`][] is thrown. A zero-length Buffer will +be created if a `size` less than or equal to 0 is specified. + +The underlying memory for `Buffer` instances created in this way is *not +initialized*. The contents of the newly created `Buffer` are unknown and +*may contain sensitive data*. Use [`buf.fill(0)`][] to initialize such +`Buffer` instances to zeroes. + +When using `Buffer.allocUnsafe()` to allocate new `Buffer` instances, +allocations under 4KB are, by default, sliced from a single pre-allocated +`Buffer`. This allows applications to avoid the garbage collection overhead of +creating many individually allocated Buffers. This approach improves both +performance and memory usage by eliminating the need to track and cleanup as +many `Persistent` objects. + +However, in the case where a developer may need to retain a small chunk of +memory from a pool for an indeterminate amount of time, it may be appropriate +to create an un-pooled Buffer instance using `Buffer.allocUnsafeSlow()` then +copy out the relevant bits. + +```js +// need to keep around a few small chunks of memory +const store = []; + +socket.on('readable', () => { + const data = socket.read(); + // allocate for retained data + const sb = Buffer.allocUnsafeSlow(10); + // copy the data into the new allocation + data.copy(sb, 0, 0, 10); + store.push(sb); +}); +``` + +Use of `Buffer.allocUnsafeSlow()` should be used only as a last resort *after* +a developer has observed undue memory retention in their applications. + +A `TypeError` will be thrown if `size` is not a number. + +### All the Rest + +The rest of the `Buffer` API is exactly the same as in node.js. +[See the docs](https://nodejs.org/api/buffer.html). + + +## Related links + +- [Node.js issue: Buffer(number) is unsafe](https://github.com/nodejs/node/issues/4660) +- [Node.js Enhancement Proposal: Buffer.from/Buffer.alloc/Buffer.zalloc/Buffer() soft-deprecate](https://github.com/nodejs/node-eps/pull/4) + +## Why is `Buffer` unsafe? + +Today, the node.js `Buffer` constructor is overloaded to handle many different argument +types like `String`, `Array`, `Object`, `TypedArrayView` (`Uint8Array`, etc.), +`ArrayBuffer`, and also `Number`. + +The API is optimized for convenience: you can throw any type at it, and it will try to do +what you want. + +Because the Buffer constructor is so powerful, you often see code like this: + +```js +// Convert UTF-8 strings to hex +function toHex (str) { + return new Buffer(str).toString('hex') +} +``` + +***But what happens if `toHex` is called with a `Number` argument?*** + +### Remote Memory Disclosure + +If an attacker can make your program call the `Buffer` constructor with a `Number` +argument, then they can make it allocate uninitialized memory from the node.js process. +This could potentially disclose TLS private keys, user data, or database passwords. + +When the `Buffer` constructor is passed a `Number` argument, it returns an +**UNINITIALIZED** block of memory of the specified `size`. When you create a `Buffer` like +this, you **MUST** overwrite the contents before returning it to the user. + +From the [node.js docs](https://nodejs.org/api/buffer.html#buffer_new_buffer_size): + +> `new Buffer(size)` +> +> - `size` Number +> +> The underlying memory for `Buffer` instances created in this way is not initialized. +> **The contents of a newly created `Buffer` are unknown and could contain sensitive +> data.** Use `buf.fill(0)` to initialize a Buffer to zeroes. + +(Emphasis our own.) + +Whenever the programmer intended to create an uninitialized `Buffer` you often see code +like this: + +```js +var buf = new Buffer(16) + +// Immediately overwrite the uninitialized buffer with data from another buffer +for (var i = 0; i < buf.length; i++) { + buf[i] = otherBuf[i] +} +``` + + +### Would this ever be a problem in real code? + +Yes. It's surprisingly common to forget to check the type of your variables in a +dynamically-typed language like JavaScript. + +Usually the consequences of assuming the wrong type is that your program crashes with an +uncaught exception. But the failure mode for forgetting to check the type of arguments to +the `Buffer` constructor is more catastrophic. + +Here's an example of a vulnerable service that takes a JSON payload and converts it to +hex: + +```js +// Take a JSON payload {str: "some string"} and convert it to hex +var server = http.createServer(function (req, res) { + var data = '' + req.setEncoding('utf8') + req.on('data', function (chunk) { + data += chunk + }) + req.on('end', function () { + var body = JSON.parse(data) + res.end(new Buffer(body.str).toString('hex')) + }) +}) + +server.listen(8080) +``` + +In this example, an http client just has to send: + +```json +{ + "str": 1000 +} +``` + +and it will get back 1,000 bytes of uninitialized memory from the server. + +This is a very serious bug. It's similar in severity to the +[the Heartbleed bug](http://heartbleed.com/) that allowed disclosure of OpenSSL process +memory by remote attackers. + + +### Which real-world packages were vulnerable? + +#### [`bittorrent-dht`](https://www.npmjs.com/package/bittorrent-dht) + +[Mathias Buus](https://github.com/mafintosh) and I +([Feross Aboukhadijeh](http://feross.org/)) found this issue in one of our own packages, +[`bittorrent-dht`](https://www.npmjs.com/package/bittorrent-dht). The bug would allow +anyone on the internet to send a series of messages to a user of `bittorrent-dht` and get +them to reveal 20 bytes at a time of uninitialized memory from the node.js process. + +Here's +[the commit](https://github.com/feross/bittorrent-dht/commit/6c7da04025d5633699800a99ec3fbadf70ad35b8) +that fixed it. We released a new fixed version, created a +[Node Security Project disclosure](https://nodesecurity.io/advisories/68), and deprecated all +vulnerable versions on npm so users will get a warning to upgrade to a newer version. + +#### [`ws`](https://www.npmjs.com/package/ws) + +That got us wondering if there were other vulnerable packages. Sure enough, within a short +period of time, we found the same issue in [`ws`](https://www.npmjs.com/package/ws), the +most popular WebSocket implementation in node.js. + +If certain APIs were called with `Number` parameters instead of `String` or `Buffer` as +expected, then uninitialized server memory would be disclosed to the remote peer. + +These were the vulnerable methods: + +```js +socket.send(number) +socket.ping(number) +socket.pong(number) +``` + +Here's a vulnerable socket server with some echo functionality: + +```js +server.on('connection', function (socket) { + socket.on('message', function (message) { + message = JSON.parse(message) + if (message.type === 'echo') { + socket.send(message.data) // send back the user's message + } + }) +}) +``` + +`socket.send(number)` called on the server, will disclose server memory. + +Here's [the release](https://github.com/websockets/ws/releases/tag/1.0.1) where the issue +was fixed, with a more detailed explanation. Props to +[Arnout Kazemier](https://github.com/3rd-Eden) for the quick fix. Here's the +[Node Security Project disclosure](https://nodesecurity.io/advisories/67). + + +### What's the solution? + +It's important that node.js offers a fast way to get memory otherwise performance-critical +applications would needlessly get a lot slower. + +But we need a better way to *signal our intent* as programmers. **When we want +uninitialized memory, we should request it explicitly.** + +Sensitive functionality should not be packed into a developer-friendly API that loosely +accepts many different types. This type of API encourages the lazy practice of passing +variables in without checking the type very carefully. + +#### A new API: `Buffer.allocUnsafe(number)` + +The functionality of creating buffers with uninitialized memory should be part of another +API. We propose `Buffer.allocUnsafe(number)`. This way, it's not part of an API that +frequently gets user input of all sorts of different types passed into it. + +```js +var buf = Buffer.allocUnsafe(16) // careful, uninitialized memory! + +// Immediately overwrite the uninitialized buffer with data from another buffer +for (var i = 0; i < buf.length; i++) { + buf[i] = otherBuf[i] +} +``` + + +### How do we fix node.js core? + +We sent [a PR to node.js core](https://github.com/nodejs/node/pull/4514) (merged as +`semver-major`) which defends against one case: + +```js +var str = 16 +new Buffer(str, 'utf8') +``` + +In this situation, it's implied that the programmer intended the first argument to be a +string, since they passed an encoding as a second argument. Today, node.js will allocate +uninitialized memory in the case of `new Buffer(number, encoding)`, which is probably not +what the programmer intended. + +But this is only a partial solution, since if the programmer does `new Buffer(variable)` +(without an `encoding` parameter) there's no way to know what they intended. If `variable` +is sometimes a number, then uninitialized memory will sometimes be returned. + +### What's the real long-term fix? + +We could deprecate and remove `new Buffer(number)` and use `Buffer.allocUnsafe(number)` when +we need uninitialized memory. But that would break 1000s of packages. + +~~We believe the best solution is to:~~ + +~~1. Change `new Buffer(number)` to return safe, zeroed-out memory~~ + +~~2. Create a new API for creating uninitialized Buffers. We propose: `Buffer.allocUnsafe(number)`~~ + +#### Update + +We now support adding three new APIs: + +- `Buffer.from(value)` - convert from any type to a buffer +- `Buffer.alloc(size)` - create a zero-filled buffer +- `Buffer.allocUnsafe(size)` - create an uninitialized buffer with given size + +This solves the core problem that affected `ws` and `bittorrent-dht` which is +`Buffer(variable)` getting tricked into taking a number argument. + +This way, existing code continues working and the impact on the npm ecosystem will be +minimal. Over time, npm maintainers can migrate performance-critical code to use +`Buffer.allocUnsafe(number)` instead of `new Buffer(number)`. + + +### Conclusion + +We think there's a serious design issue with the `Buffer` API as it exists today. It +promotes insecure software by putting high-risk functionality into a convenient API +with friendly "developer ergonomics". + +This wasn't merely a theoretical exercise because we found the issue in some of the +most popular npm packages. + +Fortunately, there's an easy fix that can be applied today. Use `safe-buffer` in place of +`buffer`. + +```js +var Buffer = require('safe-buffer').Buffer +``` + +Eventually, we hope that node.js core can switch to this new, safer behavior. We believe +the impact on the ecosystem would be minimal since it's not a breaking change. +Well-maintained, popular packages would be updated to use `Buffer.alloc` quickly, while +older, insecure packages would magically become safe from this attack vector. + + +## links + +- [Node.js PR: buffer: throw if both length and enc are passed](https://github.com/nodejs/node/pull/4514) +- [Node Security Project disclosure for `ws`](https://nodesecurity.io/advisories/67) +- [Node Security Project disclosure for`bittorrent-dht`](https://nodesecurity.io/advisories/68) + + +## credit + +The original issues in `bittorrent-dht` +([disclosure](https://nodesecurity.io/advisories/68)) and +`ws` ([disclosure](https://nodesecurity.io/advisories/67)) were discovered by +[Mathias Buus](https://github.com/mafintosh) and +[Feross Aboukhadijeh](http://feross.org/). + +Thanks to [Adam Baldwin](https://github.com/evilpacket) for helping disclose these issues +and for his work running the [Node Security Project](https://nodesecurity.io/). + +Thanks to [John Hiesey](https://github.com/jhiesey) for proofreading this README and +auditing the code. + + +## license + +MIT. Copyright (C) [Feross Aboukhadijeh](http://feross.org) diff --git a/node_modules/basic-auth/node_modules/safe-buffer/index.d.ts b/node_modules/basic-auth/node_modules/safe-buffer/index.d.ts new file mode 100644 index 0000000..e9fed80 --- /dev/null +++ b/node_modules/basic-auth/node_modules/safe-buffer/index.d.ts @@ -0,0 +1,187 @@ +declare module "safe-buffer" { + export class Buffer { + length: number + write(string: string, offset?: number, length?: number, encoding?: string): number; + toString(encoding?: string, start?: number, end?: number): string; + toJSON(): { type: 'Buffer', data: any[] }; + equals(otherBuffer: Buffer): boolean; + compare(otherBuffer: Buffer, targetStart?: number, targetEnd?: number, sourceStart?: number, sourceEnd?: number): number; + copy(targetBuffer: Buffer, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; + slice(start?: number, end?: number): Buffer; + writeUIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeUIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + readUIntLE(offset: number, byteLength: number, noAssert?: boolean): number; + readUIntBE(offset: number, byteLength: number, noAssert?: boolean): number; + readIntLE(offset: number, byteLength: number, noAssert?: boolean): number; + readIntBE(offset: number, byteLength: number, noAssert?: boolean): number; + readUInt8(offset: number, noAssert?: boolean): number; + readUInt16LE(offset: number, noAssert?: boolean): number; + readUInt16BE(offset: number, noAssert?: boolean): number; + readUInt32LE(offset: number, noAssert?: boolean): number; + readUInt32BE(offset: number, noAssert?: boolean): number; + readInt8(offset: number, noAssert?: boolean): number; + readInt16LE(offset: number, noAssert?: boolean): number; + readInt16BE(offset: number, noAssert?: boolean): number; + readInt32LE(offset: number, noAssert?: boolean): number; + readInt32BE(offset: number, noAssert?: boolean): number; + readFloatLE(offset: number, noAssert?: boolean): number; + readFloatBE(offset: number, noAssert?: boolean): number; + readDoubleLE(offset: number, noAssert?: boolean): number; + readDoubleBE(offset: number, noAssert?: boolean): number; + swap16(): Buffer; + swap32(): Buffer; + swap64(): Buffer; + writeUInt8(value: number, offset: number, noAssert?: boolean): number; + writeUInt16LE(value: number, offset: number, noAssert?: boolean): number; + writeUInt16BE(value: number, offset: number, noAssert?: boolean): number; + writeUInt32LE(value: number, offset: number, noAssert?: boolean): number; + writeUInt32BE(value: number, offset: number, noAssert?: boolean): number; + writeInt8(value: number, offset: number, noAssert?: boolean): number; + writeInt16LE(value: number, offset: number, noAssert?: boolean): number; + writeInt16BE(value: number, offset: number, noAssert?: boolean): number; + writeInt32LE(value: number, offset: number, noAssert?: boolean): number; + writeInt32BE(value: number, offset: number, noAssert?: boolean): number; + writeFloatLE(value: number, offset: number, noAssert?: boolean): number; + writeFloatBE(value: number, offset: number, noAssert?: boolean): number; + writeDoubleLE(value: number, offset: number, noAssert?: boolean): number; + writeDoubleBE(value: number, offset: number, noAssert?: boolean): number; + fill(value: any, offset?: number, end?: number): this; + indexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; + lastIndexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; + includes(value: string | number | Buffer, byteOffset?: number, encoding?: string): boolean; + + /** + * Allocates a new buffer containing the given {str}. + * + * @param str String to store in buffer. + * @param encoding encoding to use, optional. Default is 'utf8' + */ + constructor (str: string, encoding?: string); + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + */ + constructor (size: number); + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + */ + constructor (array: Uint8Array); + /** + * Produces a Buffer backed by the same allocated memory as + * the given {ArrayBuffer}. + * + * + * @param arrayBuffer The ArrayBuffer with which to share memory. + */ + constructor (arrayBuffer: ArrayBuffer); + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + */ + constructor (array: any[]); + /** + * Copies the passed {buffer} data onto a new {Buffer} instance. + * + * @param buffer The buffer to copy. + */ + constructor (buffer: Buffer); + prototype: Buffer; + /** + * Allocates a new Buffer using an {array} of octets. + * + * @param array + */ + static from(array: any[]): Buffer; + /** + * When passed a reference to the .buffer property of a TypedArray instance, + * the newly created Buffer will share the same allocated memory as the TypedArray. + * The optional {byteOffset} and {length} arguments specify a memory range + * within the {arrayBuffer} that will be shared by the Buffer. + * + * @param arrayBuffer The .buffer property of a TypedArray or a new ArrayBuffer() + * @param byteOffset + * @param length + */ + static from(arrayBuffer: ArrayBuffer, byteOffset?: number, length?: number): Buffer; + /** + * Copies the passed {buffer} data onto a new Buffer instance. + * + * @param buffer + */ + static from(buffer: Buffer): Buffer; + /** + * Creates a new Buffer containing the given JavaScript string {str}. + * If provided, the {encoding} parameter identifies the character encoding. + * If not provided, {encoding} defaults to 'utf8'. + * + * @param str + */ + static from(str: string, encoding?: string): Buffer; + /** + * Returns true if {obj} is a Buffer + * + * @param obj object to test. + */ + static isBuffer(obj: any): obj is Buffer; + /** + * Returns true if {encoding} is a valid encoding argument. + * Valid string encodings in Node 0.12: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex' + * + * @param encoding string to test. + */ + static isEncoding(encoding: string): boolean; + /** + * Gives the actual byte length of a string. encoding defaults to 'utf8'. + * This is not the same as String.prototype.length since that returns the number of characters in a string. + * + * @param string string to test. + * @param encoding encoding used to evaluate (defaults to 'utf8') + */ + static byteLength(string: string, encoding?: string): number; + /** + * Returns a buffer which is the result of concatenating all the buffers in the list together. + * + * If the list has no items, or if the totalLength is 0, then it returns a zero-length buffer. + * If the list has exactly one item, then the first item of the list is returned. + * If the list has more than one item, then a new Buffer is created. + * + * @param list An array of Buffer objects to concatenate + * @param totalLength Total length of the buffers when concatenated. + * If totalLength is not provided, it is read from the buffers in the list. However, this adds an additional loop to the function, so it is faster to provide the length explicitly. + */ + static concat(list: Buffer[], totalLength?: number): Buffer; + /** + * The same as buf1.compare(buf2). + */ + static compare(buf1: Buffer, buf2: Buffer): number; + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + * @param fill if specified, buffer will be initialized by calling buf.fill(fill). + * If parameter is omitted, buffer will be filled with zeros. + * @param encoding encoding used for call to buf.fill while initalizing + */ + static alloc(size: number, fill?: string | Buffer | number, encoding?: string): Buffer; + /** + * Allocates a new buffer of {size} octets, leaving memory not initialized, so the contents + * of the newly created Buffer are unknown and may contain sensitive data. + * + * @param size count of octets to allocate + */ + static allocUnsafe(size: number): Buffer; + /** + * Allocates a new non-pooled buffer of {size} octets, leaving memory not initialized, so the contents + * of the newly created Buffer are unknown and may contain sensitive data. + * + * @param size count of octets to allocate + */ + static allocUnsafeSlow(size: number): Buffer; + } +} \ No newline at end of file diff --git a/node_modules/basic-auth/node_modules/safe-buffer/index.js b/node_modules/basic-auth/node_modules/safe-buffer/index.js new file mode 100644 index 0000000..22438da --- /dev/null +++ b/node_modules/basic-auth/node_modules/safe-buffer/index.js @@ -0,0 +1,62 @@ +/* eslint-disable node/no-deprecated-api */ +var buffer = require('buffer') +var Buffer = buffer.Buffer + +// alternative to using Object.keys for old browsers +function copyProps (src, dst) { + for (var key in src) { + dst[key] = src[key] + } +} +if (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) { + module.exports = buffer +} else { + // Copy properties from require('buffer') + copyProps(buffer, exports) + exports.Buffer = SafeBuffer +} + +function SafeBuffer (arg, encodingOrOffset, length) { + return Buffer(arg, encodingOrOffset, length) +} + +// Copy static methods from Buffer +copyProps(Buffer, SafeBuffer) + +SafeBuffer.from = function (arg, encodingOrOffset, length) { + if (typeof arg === 'number') { + throw new TypeError('Argument must not be a number') + } + return Buffer(arg, encodingOrOffset, length) +} + +SafeBuffer.alloc = function (size, fill, encoding) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + var buf = Buffer(size) + if (fill !== undefined) { + if (typeof encoding === 'string') { + buf.fill(fill, encoding) + } else { + buf.fill(fill) + } + } else { + buf.fill(0) + } + return buf +} + +SafeBuffer.allocUnsafe = function (size) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + return Buffer(size) +} + +SafeBuffer.allocUnsafeSlow = function (size) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + return buffer.SlowBuffer(size) +} diff --git a/node_modules/basic-auth/node_modules/safe-buffer/package.json b/node_modules/basic-auth/node_modules/safe-buffer/package.json new file mode 100644 index 0000000..623fbc3 --- /dev/null +++ b/node_modules/basic-auth/node_modules/safe-buffer/package.json @@ -0,0 +1,37 @@ +{ + "name": "safe-buffer", + "description": "Safer Node.js Buffer API", + "version": "5.1.2", + "author": { + "name": "Feross Aboukhadijeh", + "email": "feross@feross.org", + "url": "http://feross.org" + }, + "bugs": { + "url": "https://github.com/feross/safe-buffer/issues" + }, + "devDependencies": { + "standard": "*", + "tape": "^4.0.0" + }, + "homepage": "https://github.com/feross/safe-buffer", + "keywords": [ + "buffer", + "buffer allocate", + "node security", + "safe", + "safe-buffer", + "security", + "uninitialized" + ], + "license": "MIT", + "main": "index.js", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "git://github.com/feross/safe-buffer.git" + }, + "scripts": { + "test": "standard && tape test/*.js" + } +} diff --git a/node_modules/basic-auth/package.json b/node_modules/basic-auth/package.json new file mode 100644 index 0000000..01bd8dc --- /dev/null +++ b/node_modules/basic-auth/package.json @@ -0,0 +1,41 @@ +{ + "name": "basic-auth", + "description": "node.js basic auth parser", + "version": "2.0.1", + "license": "MIT", + "keywords": [ + "basic", + "auth", + "authorization", + "basicauth" + ], + "repository": "jshttp/basic-auth", + "dependencies": { + "safe-buffer": "5.1.2" + }, + "devDependencies": { + "eslint": "5.6.0", + "eslint-config-standard": "12.0.0", + "eslint-plugin-import": "2.14.0", + "eslint-plugin-markdown": "1.0.0-beta.6", + "eslint-plugin-node": "7.0.1", + "eslint-plugin-promise": "4.0.1", + "eslint-plugin-standard": "4.0.0", + "istanbul": "0.4.5", + "mocha": "5.2.0" + }, + "files": [ + "HISTORY.md", + "LICENSE", + "index.js" + ], + "engines": { + "node": ">= 0.8" + }, + "scripts": { + "lint": "eslint --plugin markdown --ext js,md .", + "test": "mocha --check-leaks --reporter spec --bail", + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", + "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" + } +} diff --git a/node_modules/bcrypt-pbkdf/CONTRIBUTING.md b/node_modules/bcrypt-pbkdf/CONTRIBUTING.md new file mode 100644 index 0000000..401d34e --- /dev/null +++ b/node_modules/bcrypt-pbkdf/CONTRIBUTING.md @@ -0,0 +1,13 @@ +# Contributing + +This repository uses [cr.joyent.us](https://cr.joyent.us) (Gerrit) for new +changes. Anyone can submit changes. To get started, see the [cr.joyent.us user +guide](https://github.com/joyent/joyent-gerrit/blob/master/docs/user/README.md). +This repo does not use GitHub pull requests. + +See the [Joyent Engineering +Guidelines](https://github.com/joyent/eng/blob/master/docs/index.md) for general +best practices expected in this repository. + +If you're changing something non-trivial or user-facing, you may want to submit +an issue first. diff --git a/node_modules/bcrypt-pbkdf/LICENSE b/node_modules/bcrypt-pbkdf/LICENSE new file mode 100644 index 0000000..fc58d2a --- /dev/null +++ b/node_modules/bcrypt-pbkdf/LICENSE @@ -0,0 +1,66 @@ +The Blowfish portions are under the following license: + +Blowfish block cipher for OpenBSD +Copyright 1997 Niels Provos +All rights reserved. + +Implementation advice by David Mazieres . + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +The bcrypt_pbkdf portions are under the following license: + +Copyright (c) 2013 Ted Unangst + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +Performance improvements (Javascript-specific): + +Copyright 2016, Joyent Inc +Author: Alex Wilson + +Permission to use, copy, modify, and distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/bcrypt-pbkdf/README.md b/node_modules/bcrypt-pbkdf/README.md new file mode 100644 index 0000000..7551f33 --- /dev/null +++ b/node_modules/bcrypt-pbkdf/README.md @@ -0,0 +1,45 @@ +Port of the OpenBSD `bcrypt_pbkdf` function to pure Javascript. `npm`-ified +version of [Devi Mandiri's port](https://github.com/devi/tmp/blob/master/js/bcrypt_pbkdf.js), +with some minor performance improvements. The code is copied verbatim (and +un-styled) from Devi's work. + +This product includes software developed by Niels Provos. + +## API + +### `bcrypt_pbkdf.pbkdf(pass, passlen, salt, saltlen, key, keylen, rounds)` + +Derive a cryptographic key of arbitrary length from a given password and salt, +using the OpenBSD `bcrypt_pbkdf` function. This is a combination of Blowfish and +SHA-512. + +See [this article](http://www.tedunangst.com/flak/post/bcrypt-pbkdf) for +further information. + +Parameters: + + * `pass`, a Uint8Array of length `passlen` + * `passlen`, an integer Number + * `salt`, a Uint8Array of length `saltlen` + * `saltlen`, an integer Number + * `key`, a Uint8Array of length `keylen`, will be filled with output + * `keylen`, an integer Number + * `rounds`, an integer Number, number of rounds of the PBKDF to run + +### `bcrypt_pbkdf.hash(sha2pass, sha2salt, out)` + +Calculate a Blowfish hash, given SHA2-512 output of a password and salt. Used as +part of the inner round function in the PBKDF. + +Parameters: + + * `sha2pass`, a Uint8Array of length 64 + * `sha2salt`, a Uint8Array of length 64 + * `out`, a Uint8Array of length 32, will be filled with output + +## License + +This source form is a 1:1 port from the OpenBSD `blowfish.c` and `bcrypt_pbkdf.c`. +As a result, it retains the original copyright and license. The two files are +under slightly different (but compatible) licenses, and are here combined in +one file. For each of the full license texts see `LICENSE`. diff --git a/node_modules/bcrypt-pbkdf/index.js b/node_modules/bcrypt-pbkdf/index.js new file mode 100644 index 0000000..b1b5ad4 --- /dev/null +++ b/node_modules/bcrypt-pbkdf/index.js @@ -0,0 +1,556 @@ +'use strict'; + +var crypto_hash_sha512 = require('tweetnacl').lowlevel.crypto_hash; + +/* + * This file is a 1:1 port from the OpenBSD blowfish.c and bcrypt_pbkdf.c. As a + * result, it retains the original copyright and license. The two files are + * under slightly different (but compatible) licenses, and are here combined in + * one file. + * + * Credit for the actual porting work goes to: + * Devi Mandiri + */ + +/* + * The Blowfish portions are under the following license: + * + * Blowfish block cipher for OpenBSD + * Copyright 1997 Niels Provos + * All rights reserved. + * + * Implementation advice by David Mazieres . + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +/* + * The bcrypt_pbkdf portions are under the following license: + * + * Copyright (c) 2013 Ted Unangst + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +/* + * Performance improvements (Javascript-specific): + * + * Copyright 2016, Joyent Inc + * Author: Alex Wilson + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +// Ported from OpenBSD bcrypt_pbkdf.c v1.9 + +var BLF_J = 0; + +var Blowfish = function() { + this.S = [ + new Uint32Array([ + 0xd1310ba6, 0x98dfb5ac, 0x2ffd72db, 0xd01adfb7, + 0xb8e1afed, 0x6a267e96, 0xba7c9045, 0xf12c7f99, + 0x24a19947, 0xb3916cf7, 0x0801f2e2, 0x858efc16, + 0x636920d8, 0x71574e69, 0xa458fea3, 0xf4933d7e, + 0x0d95748f, 0x728eb658, 0x718bcd58, 0x82154aee, + 0x7b54a41d, 0xc25a59b5, 0x9c30d539, 0x2af26013, + 0xc5d1b023, 0x286085f0, 0xca417918, 0xb8db38ef, + 0x8e79dcb0, 0x603a180e, 0x6c9e0e8b, 0xb01e8a3e, + 0xd71577c1, 0xbd314b27, 0x78af2fda, 0x55605c60, + 0xe65525f3, 0xaa55ab94, 0x57489862, 0x63e81440, + 0x55ca396a, 0x2aab10b6, 0xb4cc5c34, 0x1141e8ce, + 0xa15486af, 0x7c72e993, 0xb3ee1411, 0x636fbc2a, + 0x2ba9c55d, 0x741831f6, 0xce5c3e16, 0x9b87931e, + 0xafd6ba33, 0x6c24cf5c, 0x7a325381, 0x28958677, + 0x3b8f4898, 0x6b4bb9af, 0xc4bfe81b, 0x66282193, + 0x61d809cc, 0xfb21a991, 0x487cac60, 0x5dec8032, + 0xef845d5d, 0xe98575b1, 0xdc262302, 0xeb651b88, + 0x23893e81, 0xd396acc5, 0x0f6d6ff3, 0x83f44239, + 0x2e0b4482, 0xa4842004, 0x69c8f04a, 0x9e1f9b5e, + 0x21c66842, 0xf6e96c9a, 0x670c9c61, 0xabd388f0, + 0x6a51a0d2, 0xd8542f68, 0x960fa728, 0xab5133a3, + 0x6eef0b6c, 0x137a3be4, 0xba3bf050, 0x7efb2a98, + 0xa1f1651d, 0x39af0176, 0x66ca593e, 0x82430e88, + 0x8cee8619, 0x456f9fb4, 0x7d84a5c3, 0x3b8b5ebe, + 0xe06f75d8, 0x85c12073, 0x401a449f, 0x56c16aa6, + 0x4ed3aa62, 0x363f7706, 0x1bfedf72, 0x429b023d, + 0x37d0d724, 0xd00a1248, 0xdb0fead3, 0x49f1c09b, + 0x075372c9, 0x80991b7b, 0x25d479d8, 0xf6e8def7, + 0xe3fe501a, 0xb6794c3b, 0x976ce0bd, 0x04c006ba, + 0xc1a94fb6, 0x409f60c4, 0x5e5c9ec2, 0x196a2463, + 0x68fb6faf, 0x3e6c53b5, 0x1339b2eb, 0x3b52ec6f, + 0x6dfc511f, 0x9b30952c, 0xcc814544, 0xaf5ebd09, + 0xbee3d004, 0xde334afd, 0x660f2807, 0x192e4bb3, + 0xc0cba857, 0x45c8740f, 0xd20b5f39, 0xb9d3fbdb, + 0x5579c0bd, 0x1a60320a, 0xd6a100c6, 0x402c7279, + 0x679f25fe, 0xfb1fa3cc, 0x8ea5e9f8, 0xdb3222f8, + 0x3c7516df, 0xfd616b15, 0x2f501ec8, 0xad0552ab, + 0x323db5fa, 0xfd238760, 0x53317b48, 0x3e00df82, + 0x9e5c57bb, 0xca6f8ca0, 0x1a87562e, 0xdf1769db, + 0xd542a8f6, 0x287effc3, 0xac6732c6, 0x8c4f5573, + 0x695b27b0, 0xbbca58c8, 0xe1ffa35d, 0xb8f011a0, + 0x10fa3d98, 0xfd2183b8, 0x4afcb56c, 0x2dd1d35b, + 0x9a53e479, 0xb6f84565, 0xd28e49bc, 0x4bfb9790, + 0xe1ddf2da, 0xa4cb7e33, 0x62fb1341, 0xcee4c6e8, + 0xef20cada, 0x36774c01, 0xd07e9efe, 0x2bf11fb4, + 0x95dbda4d, 0xae909198, 0xeaad8e71, 0x6b93d5a0, + 0xd08ed1d0, 0xafc725e0, 0x8e3c5b2f, 0x8e7594b7, + 0x8ff6e2fb, 0xf2122b64, 0x8888b812, 0x900df01c, + 0x4fad5ea0, 0x688fc31c, 0xd1cff191, 0xb3a8c1ad, + 0x2f2f2218, 0xbe0e1777, 0xea752dfe, 0x8b021fa1, + 0xe5a0cc0f, 0xb56f74e8, 0x18acf3d6, 0xce89e299, + 0xb4a84fe0, 0xfd13e0b7, 0x7cc43b81, 0xd2ada8d9, + 0x165fa266, 0x80957705, 0x93cc7314, 0x211a1477, + 0xe6ad2065, 0x77b5fa86, 0xc75442f5, 0xfb9d35cf, + 0xebcdaf0c, 0x7b3e89a0, 0xd6411bd3, 0xae1e7e49, + 0x00250e2d, 0x2071b35e, 0x226800bb, 0x57b8e0af, + 0x2464369b, 0xf009b91e, 0x5563911d, 0x59dfa6aa, + 0x78c14389, 0xd95a537f, 0x207d5ba2, 0x02e5b9c5, + 0x83260376, 0x6295cfa9, 0x11c81968, 0x4e734a41, + 0xb3472dca, 0x7b14a94a, 0x1b510052, 0x9a532915, + 0xd60f573f, 0xbc9bc6e4, 0x2b60a476, 0x81e67400, + 0x08ba6fb5, 0x571be91f, 0xf296ec6b, 0x2a0dd915, + 0xb6636521, 0xe7b9f9b6, 0xff34052e, 0xc5855664, + 0x53b02d5d, 0xa99f8fa1, 0x08ba4799, 0x6e85076a]), + new Uint32Array([ + 0x4b7a70e9, 0xb5b32944, 0xdb75092e, 0xc4192623, + 0xad6ea6b0, 0x49a7df7d, 0x9cee60b8, 0x8fedb266, + 0xecaa8c71, 0x699a17ff, 0x5664526c, 0xc2b19ee1, + 0x193602a5, 0x75094c29, 0xa0591340, 0xe4183a3e, + 0x3f54989a, 0x5b429d65, 0x6b8fe4d6, 0x99f73fd6, + 0xa1d29c07, 0xefe830f5, 0x4d2d38e6, 0xf0255dc1, + 0x4cdd2086, 0x8470eb26, 0x6382e9c6, 0x021ecc5e, + 0x09686b3f, 0x3ebaefc9, 0x3c971814, 0x6b6a70a1, + 0x687f3584, 0x52a0e286, 0xb79c5305, 0xaa500737, + 0x3e07841c, 0x7fdeae5c, 0x8e7d44ec, 0x5716f2b8, + 0xb03ada37, 0xf0500c0d, 0xf01c1f04, 0x0200b3ff, + 0xae0cf51a, 0x3cb574b2, 0x25837a58, 0xdc0921bd, + 0xd19113f9, 0x7ca92ff6, 0x94324773, 0x22f54701, + 0x3ae5e581, 0x37c2dadc, 0xc8b57634, 0x9af3dda7, + 0xa9446146, 0x0fd0030e, 0xecc8c73e, 0xa4751e41, + 0xe238cd99, 0x3bea0e2f, 0x3280bba1, 0x183eb331, + 0x4e548b38, 0x4f6db908, 0x6f420d03, 0xf60a04bf, + 0x2cb81290, 0x24977c79, 0x5679b072, 0xbcaf89af, + 0xde9a771f, 0xd9930810, 0xb38bae12, 0xdccf3f2e, + 0x5512721f, 0x2e6b7124, 0x501adde6, 0x9f84cd87, + 0x7a584718, 0x7408da17, 0xbc9f9abc, 0xe94b7d8c, + 0xec7aec3a, 0xdb851dfa, 0x63094366, 0xc464c3d2, + 0xef1c1847, 0x3215d908, 0xdd433b37, 0x24c2ba16, + 0x12a14d43, 0x2a65c451, 0x50940002, 0x133ae4dd, + 0x71dff89e, 0x10314e55, 0x81ac77d6, 0x5f11199b, + 0x043556f1, 0xd7a3c76b, 0x3c11183b, 0x5924a509, + 0xf28fe6ed, 0x97f1fbfa, 0x9ebabf2c, 0x1e153c6e, + 0x86e34570, 0xeae96fb1, 0x860e5e0a, 0x5a3e2ab3, + 0x771fe71c, 0x4e3d06fa, 0x2965dcb9, 0x99e71d0f, + 0x803e89d6, 0x5266c825, 0x2e4cc978, 0x9c10b36a, + 0xc6150eba, 0x94e2ea78, 0xa5fc3c53, 0x1e0a2df4, + 0xf2f74ea7, 0x361d2b3d, 0x1939260f, 0x19c27960, + 0x5223a708, 0xf71312b6, 0xebadfe6e, 0xeac31f66, + 0xe3bc4595, 0xa67bc883, 0xb17f37d1, 0x018cff28, + 0xc332ddef, 0xbe6c5aa5, 0x65582185, 0x68ab9802, + 0xeecea50f, 0xdb2f953b, 0x2aef7dad, 0x5b6e2f84, + 0x1521b628, 0x29076170, 0xecdd4775, 0x619f1510, + 0x13cca830, 0xeb61bd96, 0x0334fe1e, 0xaa0363cf, + 0xb5735c90, 0x4c70a239, 0xd59e9e0b, 0xcbaade14, + 0xeecc86bc, 0x60622ca7, 0x9cab5cab, 0xb2f3846e, + 0x648b1eaf, 0x19bdf0ca, 0xa02369b9, 0x655abb50, + 0x40685a32, 0x3c2ab4b3, 0x319ee9d5, 0xc021b8f7, + 0x9b540b19, 0x875fa099, 0x95f7997e, 0x623d7da8, + 0xf837889a, 0x97e32d77, 0x11ed935f, 0x16681281, + 0x0e358829, 0xc7e61fd6, 0x96dedfa1, 0x7858ba99, + 0x57f584a5, 0x1b227263, 0x9b83c3ff, 0x1ac24696, + 0xcdb30aeb, 0x532e3054, 0x8fd948e4, 0x6dbc3128, + 0x58ebf2ef, 0x34c6ffea, 0xfe28ed61, 0xee7c3c73, + 0x5d4a14d9, 0xe864b7e3, 0x42105d14, 0x203e13e0, + 0x45eee2b6, 0xa3aaabea, 0xdb6c4f15, 0xfacb4fd0, + 0xc742f442, 0xef6abbb5, 0x654f3b1d, 0x41cd2105, + 0xd81e799e, 0x86854dc7, 0xe44b476a, 0x3d816250, + 0xcf62a1f2, 0x5b8d2646, 0xfc8883a0, 0xc1c7b6a3, + 0x7f1524c3, 0x69cb7492, 0x47848a0b, 0x5692b285, + 0x095bbf00, 0xad19489d, 0x1462b174, 0x23820e00, + 0x58428d2a, 0x0c55f5ea, 0x1dadf43e, 0x233f7061, + 0x3372f092, 0x8d937e41, 0xd65fecf1, 0x6c223bdb, + 0x7cde3759, 0xcbee7460, 0x4085f2a7, 0xce77326e, + 0xa6078084, 0x19f8509e, 0xe8efd855, 0x61d99735, + 0xa969a7aa, 0xc50c06c2, 0x5a04abfc, 0x800bcadc, + 0x9e447a2e, 0xc3453484, 0xfdd56705, 0x0e1e9ec9, + 0xdb73dbd3, 0x105588cd, 0x675fda79, 0xe3674340, + 0xc5c43465, 0x713e38d8, 0x3d28f89e, 0xf16dff20, + 0x153e21e7, 0x8fb03d4a, 0xe6e39f2b, 0xdb83adf7]), + new Uint32Array([ + 0xe93d5a68, 0x948140f7, 0xf64c261c, 0x94692934, + 0x411520f7, 0x7602d4f7, 0xbcf46b2e, 0xd4a20068, + 0xd4082471, 0x3320f46a, 0x43b7d4b7, 0x500061af, + 0x1e39f62e, 0x97244546, 0x14214f74, 0xbf8b8840, + 0x4d95fc1d, 0x96b591af, 0x70f4ddd3, 0x66a02f45, + 0xbfbc09ec, 0x03bd9785, 0x7fac6dd0, 0x31cb8504, + 0x96eb27b3, 0x55fd3941, 0xda2547e6, 0xabca0a9a, + 0x28507825, 0x530429f4, 0x0a2c86da, 0xe9b66dfb, + 0x68dc1462, 0xd7486900, 0x680ec0a4, 0x27a18dee, + 0x4f3ffea2, 0xe887ad8c, 0xb58ce006, 0x7af4d6b6, + 0xaace1e7c, 0xd3375fec, 0xce78a399, 0x406b2a42, + 0x20fe9e35, 0xd9f385b9, 0xee39d7ab, 0x3b124e8b, + 0x1dc9faf7, 0x4b6d1856, 0x26a36631, 0xeae397b2, + 0x3a6efa74, 0xdd5b4332, 0x6841e7f7, 0xca7820fb, + 0xfb0af54e, 0xd8feb397, 0x454056ac, 0xba489527, + 0x55533a3a, 0x20838d87, 0xfe6ba9b7, 0xd096954b, + 0x55a867bc, 0xa1159a58, 0xcca92963, 0x99e1db33, + 0xa62a4a56, 0x3f3125f9, 0x5ef47e1c, 0x9029317c, + 0xfdf8e802, 0x04272f70, 0x80bb155c, 0x05282ce3, + 0x95c11548, 0xe4c66d22, 0x48c1133f, 0xc70f86dc, + 0x07f9c9ee, 0x41041f0f, 0x404779a4, 0x5d886e17, + 0x325f51eb, 0xd59bc0d1, 0xf2bcc18f, 0x41113564, + 0x257b7834, 0x602a9c60, 0xdff8e8a3, 0x1f636c1b, + 0x0e12b4c2, 0x02e1329e, 0xaf664fd1, 0xcad18115, + 0x6b2395e0, 0x333e92e1, 0x3b240b62, 0xeebeb922, + 0x85b2a20e, 0xe6ba0d99, 0xde720c8c, 0x2da2f728, + 0xd0127845, 0x95b794fd, 0x647d0862, 0xe7ccf5f0, + 0x5449a36f, 0x877d48fa, 0xc39dfd27, 0xf33e8d1e, + 0x0a476341, 0x992eff74, 0x3a6f6eab, 0xf4f8fd37, + 0xa812dc60, 0xa1ebddf8, 0x991be14c, 0xdb6e6b0d, + 0xc67b5510, 0x6d672c37, 0x2765d43b, 0xdcd0e804, + 0xf1290dc7, 0xcc00ffa3, 0xb5390f92, 0x690fed0b, + 0x667b9ffb, 0xcedb7d9c, 0xa091cf0b, 0xd9155ea3, + 0xbb132f88, 0x515bad24, 0x7b9479bf, 0x763bd6eb, + 0x37392eb3, 0xcc115979, 0x8026e297, 0xf42e312d, + 0x6842ada7, 0xc66a2b3b, 0x12754ccc, 0x782ef11c, + 0x6a124237, 0xb79251e7, 0x06a1bbe6, 0x4bfb6350, + 0x1a6b1018, 0x11caedfa, 0x3d25bdd8, 0xe2e1c3c9, + 0x44421659, 0x0a121386, 0xd90cec6e, 0xd5abea2a, + 0x64af674e, 0xda86a85f, 0xbebfe988, 0x64e4c3fe, + 0x9dbc8057, 0xf0f7c086, 0x60787bf8, 0x6003604d, + 0xd1fd8346, 0xf6381fb0, 0x7745ae04, 0xd736fccc, + 0x83426b33, 0xf01eab71, 0xb0804187, 0x3c005e5f, + 0x77a057be, 0xbde8ae24, 0x55464299, 0xbf582e61, + 0x4e58f48f, 0xf2ddfda2, 0xf474ef38, 0x8789bdc2, + 0x5366f9c3, 0xc8b38e74, 0xb475f255, 0x46fcd9b9, + 0x7aeb2661, 0x8b1ddf84, 0x846a0e79, 0x915f95e2, + 0x466e598e, 0x20b45770, 0x8cd55591, 0xc902de4c, + 0xb90bace1, 0xbb8205d0, 0x11a86248, 0x7574a99e, + 0xb77f19b6, 0xe0a9dc09, 0x662d09a1, 0xc4324633, + 0xe85a1f02, 0x09f0be8c, 0x4a99a025, 0x1d6efe10, + 0x1ab93d1d, 0x0ba5a4df, 0xa186f20f, 0x2868f169, + 0xdcb7da83, 0x573906fe, 0xa1e2ce9b, 0x4fcd7f52, + 0x50115e01, 0xa70683fa, 0xa002b5c4, 0x0de6d027, + 0x9af88c27, 0x773f8641, 0xc3604c06, 0x61a806b5, + 0xf0177a28, 0xc0f586e0, 0x006058aa, 0x30dc7d62, + 0x11e69ed7, 0x2338ea63, 0x53c2dd94, 0xc2c21634, + 0xbbcbee56, 0x90bcb6de, 0xebfc7da1, 0xce591d76, + 0x6f05e409, 0x4b7c0188, 0x39720a3d, 0x7c927c24, + 0x86e3725f, 0x724d9db9, 0x1ac15bb4, 0xd39eb8fc, + 0xed545578, 0x08fca5b5, 0xd83d7cd3, 0x4dad0fc4, + 0x1e50ef5e, 0xb161e6f8, 0xa28514d9, 0x6c51133c, + 0x6fd5c7e7, 0x56e14ec4, 0x362abfce, 0xddc6c837, + 0xd79a3234, 0x92638212, 0x670efa8e, 0x406000e0]), + new Uint32Array([ + 0x3a39ce37, 0xd3faf5cf, 0xabc27737, 0x5ac52d1b, + 0x5cb0679e, 0x4fa33742, 0xd3822740, 0x99bc9bbe, + 0xd5118e9d, 0xbf0f7315, 0xd62d1c7e, 0xc700c47b, + 0xb78c1b6b, 0x21a19045, 0xb26eb1be, 0x6a366eb4, + 0x5748ab2f, 0xbc946e79, 0xc6a376d2, 0x6549c2c8, + 0x530ff8ee, 0x468dde7d, 0xd5730a1d, 0x4cd04dc6, + 0x2939bbdb, 0xa9ba4650, 0xac9526e8, 0xbe5ee304, + 0xa1fad5f0, 0x6a2d519a, 0x63ef8ce2, 0x9a86ee22, + 0xc089c2b8, 0x43242ef6, 0xa51e03aa, 0x9cf2d0a4, + 0x83c061ba, 0x9be96a4d, 0x8fe51550, 0xba645bd6, + 0x2826a2f9, 0xa73a3ae1, 0x4ba99586, 0xef5562e9, + 0xc72fefd3, 0xf752f7da, 0x3f046f69, 0x77fa0a59, + 0x80e4a915, 0x87b08601, 0x9b09e6ad, 0x3b3ee593, + 0xe990fd5a, 0x9e34d797, 0x2cf0b7d9, 0x022b8b51, + 0x96d5ac3a, 0x017da67d, 0xd1cf3ed6, 0x7c7d2d28, + 0x1f9f25cf, 0xadf2b89b, 0x5ad6b472, 0x5a88f54c, + 0xe029ac71, 0xe019a5e6, 0x47b0acfd, 0xed93fa9b, + 0xe8d3c48d, 0x283b57cc, 0xf8d56629, 0x79132e28, + 0x785f0191, 0xed756055, 0xf7960e44, 0xe3d35e8c, + 0x15056dd4, 0x88f46dba, 0x03a16125, 0x0564f0bd, + 0xc3eb9e15, 0x3c9057a2, 0x97271aec, 0xa93a072a, + 0x1b3f6d9b, 0x1e6321f5, 0xf59c66fb, 0x26dcf319, + 0x7533d928, 0xb155fdf5, 0x03563482, 0x8aba3cbb, + 0x28517711, 0xc20ad9f8, 0xabcc5167, 0xccad925f, + 0x4de81751, 0x3830dc8e, 0x379d5862, 0x9320f991, + 0xea7a90c2, 0xfb3e7bce, 0x5121ce64, 0x774fbe32, + 0xa8b6e37e, 0xc3293d46, 0x48de5369, 0x6413e680, + 0xa2ae0810, 0xdd6db224, 0x69852dfd, 0x09072166, + 0xb39a460a, 0x6445c0dd, 0x586cdecf, 0x1c20c8ae, + 0x5bbef7dd, 0x1b588d40, 0xccd2017f, 0x6bb4e3bb, + 0xdda26a7e, 0x3a59ff45, 0x3e350a44, 0xbcb4cdd5, + 0x72eacea8, 0xfa6484bb, 0x8d6612ae, 0xbf3c6f47, + 0xd29be463, 0x542f5d9e, 0xaec2771b, 0xf64e6370, + 0x740e0d8d, 0xe75b1357, 0xf8721671, 0xaf537d5d, + 0x4040cb08, 0x4eb4e2cc, 0x34d2466a, 0x0115af84, + 0xe1b00428, 0x95983a1d, 0x06b89fb4, 0xce6ea048, + 0x6f3f3b82, 0x3520ab82, 0x011a1d4b, 0x277227f8, + 0x611560b1, 0xe7933fdc, 0xbb3a792b, 0x344525bd, + 0xa08839e1, 0x51ce794b, 0x2f32c9b7, 0xa01fbac9, + 0xe01cc87e, 0xbcc7d1f6, 0xcf0111c3, 0xa1e8aac7, + 0x1a908749, 0xd44fbd9a, 0xd0dadecb, 0xd50ada38, + 0x0339c32a, 0xc6913667, 0x8df9317c, 0xe0b12b4f, + 0xf79e59b7, 0x43f5bb3a, 0xf2d519ff, 0x27d9459c, + 0xbf97222c, 0x15e6fc2a, 0x0f91fc71, 0x9b941525, + 0xfae59361, 0xceb69ceb, 0xc2a86459, 0x12baa8d1, + 0xb6c1075e, 0xe3056a0c, 0x10d25065, 0xcb03a442, + 0xe0ec6e0e, 0x1698db3b, 0x4c98a0be, 0x3278e964, + 0x9f1f9532, 0xe0d392df, 0xd3a0342b, 0x8971f21e, + 0x1b0a7441, 0x4ba3348c, 0xc5be7120, 0xc37632d8, + 0xdf359f8d, 0x9b992f2e, 0xe60b6f47, 0x0fe3f11d, + 0xe54cda54, 0x1edad891, 0xce6279cf, 0xcd3e7e6f, + 0x1618b166, 0xfd2c1d05, 0x848fd2c5, 0xf6fb2299, + 0xf523f357, 0xa6327623, 0x93a83531, 0x56cccd02, + 0xacf08162, 0x5a75ebb5, 0x6e163697, 0x88d273cc, + 0xde966292, 0x81b949d0, 0x4c50901b, 0x71c65614, + 0xe6c6c7bd, 0x327a140a, 0x45e1d006, 0xc3f27b9a, + 0xc9aa53fd, 0x62a80f00, 0xbb25bfe2, 0x35bdd2f6, + 0x71126905, 0xb2040222, 0xb6cbcf7c, 0xcd769c2b, + 0x53113ec0, 0x1640e3d3, 0x38abbd60, 0x2547adf0, + 0xba38209c, 0xf746ce76, 0x77afa1c5, 0x20756060, + 0x85cbfe4e, 0x8ae88dd8, 0x7aaaf9b0, 0x4cf9aa7e, + 0x1948c25c, 0x02fb8a8c, 0x01c36ae4, 0xd6ebe1f9, + 0x90d4f869, 0xa65cdea0, 0x3f09252d, 0xc208e69f, + 0xb74e6132, 0xce77e25b, 0x578fdfe3, 0x3ac372e6]) + ]; + this.P = new Uint32Array([ + 0x243f6a88, 0x85a308d3, 0x13198a2e, 0x03707344, + 0xa4093822, 0x299f31d0, 0x082efa98, 0xec4e6c89, + 0x452821e6, 0x38d01377, 0xbe5466cf, 0x34e90c6c, + 0xc0ac29b7, 0xc97c50dd, 0x3f84d5b5, 0xb5470917, + 0x9216d5d9, 0x8979fb1b]); +}; + +function F(S, x8, i) { + return (((S[0][x8[i+3]] + + S[1][x8[i+2]]) ^ + S[2][x8[i+1]]) + + S[3][x8[i]]); +}; + +Blowfish.prototype.encipher = function(x, x8) { + if (x8 === undefined) { + x8 = new Uint8Array(x.buffer); + if (x.byteOffset !== 0) + x8 = x8.subarray(x.byteOffset); + } + x[0] ^= this.P[0]; + for (var i = 1; i < 16; i += 2) { + x[1] ^= F(this.S, x8, 0) ^ this.P[i]; + x[0] ^= F(this.S, x8, 4) ^ this.P[i+1]; + } + var t = x[0]; + x[0] = x[1] ^ this.P[17]; + x[1] = t; +}; + +Blowfish.prototype.decipher = function(x) { + var x8 = new Uint8Array(x.buffer); + if (x.byteOffset !== 0) + x8 = x8.subarray(x.byteOffset); + x[0] ^= this.P[17]; + for (var i = 16; i > 0; i -= 2) { + x[1] ^= F(this.S, x8, 0) ^ this.P[i]; + x[0] ^= F(this.S, x8, 4) ^ this.P[i-1]; + } + var t = x[0]; + x[0] = x[1] ^ this.P[0]; + x[1] = t; +}; + +function stream2word(data, databytes){ + var i, temp = 0; + for (i = 0; i < 4; i++, BLF_J++) { + if (BLF_J >= databytes) BLF_J = 0; + temp = (temp << 8) | data[BLF_J]; + } + return temp; +}; + +Blowfish.prototype.expand0state = function(key, keybytes) { + var d = new Uint32Array(2), i, k; + var d8 = new Uint8Array(d.buffer); + + for (i = 0, BLF_J = 0; i < 18; i++) { + this.P[i] ^= stream2word(key, keybytes); + } + BLF_J = 0; + + for (i = 0; i < 18; i += 2) { + this.encipher(d, d8); + this.P[i] = d[0]; + this.P[i+1] = d[1]; + } + + for (i = 0; i < 4; i++) { + for (k = 0; k < 256; k += 2) { + this.encipher(d, d8); + this.S[i][k] = d[0]; + this.S[i][k+1] = d[1]; + } + } +}; + +Blowfish.prototype.expandstate = function(data, databytes, key, keybytes) { + var d = new Uint32Array(2), i, k; + + for (i = 0, BLF_J = 0; i < 18; i++) { + this.P[i] ^= stream2word(key, keybytes); + } + + for (i = 0, BLF_J = 0; i < 18; i += 2) { + d[0] ^= stream2word(data, databytes); + d[1] ^= stream2word(data, databytes); + this.encipher(d); + this.P[i] = d[0]; + this.P[i+1] = d[1]; + } + + for (i = 0; i < 4; i++) { + for (k = 0; k < 256; k += 2) { + d[0] ^= stream2word(data, databytes); + d[1] ^= stream2word(data, databytes); + this.encipher(d); + this.S[i][k] = d[0]; + this.S[i][k+1] = d[1]; + } + } + BLF_J = 0; +}; + +Blowfish.prototype.enc = function(data, blocks) { + for (var i = 0; i < blocks; i++) { + this.encipher(data.subarray(i*2)); + } +}; + +Blowfish.prototype.dec = function(data, blocks) { + for (var i = 0; i < blocks; i++) { + this.decipher(data.subarray(i*2)); + } +}; + +var BCRYPT_BLOCKS = 8, + BCRYPT_HASHSIZE = 32; + +function bcrypt_hash(sha2pass, sha2salt, out) { + var state = new Blowfish(), + cdata = new Uint32Array(BCRYPT_BLOCKS), i, + ciphertext = new Uint8Array([79,120,121,99,104,114,111,109,97,116,105, + 99,66,108,111,119,102,105,115,104,83,119,97,116,68,121,110,97,109, + 105,116,101]); //"OxychromaticBlowfishSwatDynamite" + + state.expandstate(sha2salt, 64, sha2pass, 64); + for (i = 0; i < 64; i++) { + state.expand0state(sha2salt, 64); + state.expand0state(sha2pass, 64); + } + + for (i = 0; i < BCRYPT_BLOCKS; i++) + cdata[i] = stream2word(ciphertext, ciphertext.byteLength); + for (i = 0; i < 64; i++) + state.enc(cdata, cdata.byteLength / 8); + + for (i = 0; i < BCRYPT_BLOCKS; i++) { + out[4*i+3] = cdata[i] >>> 24; + out[4*i+2] = cdata[i] >>> 16; + out[4*i+1] = cdata[i] >>> 8; + out[4*i+0] = cdata[i]; + } +}; + +function bcrypt_pbkdf(pass, passlen, salt, saltlen, key, keylen, rounds) { + var sha2pass = new Uint8Array(64), + sha2salt = new Uint8Array(64), + out = new Uint8Array(BCRYPT_HASHSIZE), + tmpout = new Uint8Array(BCRYPT_HASHSIZE), + countsalt = new Uint8Array(saltlen+4), + i, j, amt, stride, dest, count, + origkeylen = keylen; + + if (rounds < 1) + return -1; + if (passlen === 0 || saltlen === 0 || keylen === 0 || + keylen > (out.byteLength * out.byteLength) || saltlen > (1<<20)) + return -1; + + stride = Math.floor((keylen + out.byteLength - 1) / out.byteLength); + amt = Math.floor((keylen + stride - 1) / stride); + + for (i = 0; i < saltlen; i++) + countsalt[i] = salt[i]; + + crypto_hash_sha512(sha2pass, pass, passlen); + + for (count = 1; keylen > 0; count++) { + countsalt[saltlen+0] = count >>> 24; + countsalt[saltlen+1] = count >>> 16; + countsalt[saltlen+2] = count >>> 8; + countsalt[saltlen+3] = count; + + crypto_hash_sha512(sha2salt, countsalt, saltlen + 4); + bcrypt_hash(sha2pass, sha2salt, tmpout); + for (i = out.byteLength; i--;) + out[i] = tmpout[i]; + + for (i = 1; i < rounds; i++) { + crypto_hash_sha512(sha2salt, tmpout, tmpout.byteLength); + bcrypt_hash(sha2pass, sha2salt, tmpout); + for (j = 0; j < out.byteLength; j++) + out[j] ^= tmpout[j]; + } + + amt = Math.min(amt, keylen); + for (i = 0; i < amt; i++) { + dest = i * stride + (count - 1); + if (dest >= origkeylen) + break; + key[dest] = out[i]; + } + keylen -= i; + } + + return 0; +}; + +module.exports = { + BLOCKS: BCRYPT_BLOCKS, + HASHSIZE: BCRYPT_HASHSIZE, + hash: bcrypt_hash, + pbkdf: bcrypt_pbkdf +}; diff --git a/node_modules/bcrypt-pbkdf/package.json b/node_modules/bcrypt-pbkdf/package.json new file mode 100644 index 0000000..e93a969 --- /dev/null +++ b/node_modules/bcrypt-pbkdf/package.json @@ -0,0 +1,15 @@ +{ + "name": "bcrypt-pbkdf", + "version": "1.0.2", + "description": "Port of the OpenBSD bcrypt_pbkdf function to pure JS", + "repository": { + "type": "git", + "url": "git://github.com/joyent/node-bcrypt-pbkdf.git" + }, + "main": "index.js", + "dependencies": { + "tweetnacl": "^0.14.3" + }, + "devDependencies": {}, + "license": "BSD-3-Clause" +} diff --git a/node_modules/bl/.github/dependabot.yml b/node_modules/bl/.github/dependabot.yml new file mode 100644 index 0000000..f468993 --- /dev/null +++ b/node_modules/bl/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'daily' + commit-message: + prefix: 'chore' + include: 'scope' + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'daily' + commit-message: + prefix: 'chore' + include: 'scope' diff --git a/node_modules/bl/.github/workflows/test-and-release.yml b/node_modules/bl/.github/workflows/test-and-release.yml new file mode 100644 index 0000000..1dfe841 --- /dev/null +++ b/node_modules/bl/.github/workflows/test-and-release.yml @@ -0,0 +1,61 @@ +name: Test & Maybe Release +on: [push, pull_request] +jobs: + test: + strategy: + fail-fast: false + matrix: + node: [18.x, 20.x, lts/*, current] + os: [macos-latest, ubuntu-latest, windows-latest] + runs-on: ${{ matrix.os }} + steps: + - name: Checkout Repository + uses: actions/checkout@v4 + - name: Use Node.js ${{ matrix.node }} + uses: actions/setup-node@v4.2.0 + with: + node-version: ${{ matrix.node }} + - name: Install Dependencies + run: | + npm install --no-progress + - name: Run tests + run: | + npm config set script-shell bash + npm run test:ci + release: + name: Release + needs: test + runs-on: ubuntu-latest + if: github.event_name == 'push' && github.ref == 'refs/heads/master' + steps: + - name: Checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: Setup Node.js + uses: actions/setup-node@v4.2.0 + with: + node-version: lts/* + - name: Install dependencies + run: | + npm install --no-progress --no-package-lock --no-save + - name: Build + run: | + npm run build + - name: Install plugins + run: | + npm install \ + @semantic-release/commit-analyzer \ + conventional-changelog-conventionalcommits \ + @semantic-release/release-notes-generator \ + @semantic-release/npm \ + @semantic-release/github \ + @semantic-release/git \ + @semantic-release/changelog \ + --no-progress --no-package-lock --no-save + - name: Release + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + run: npx semantic-release + diff --git a/node_modules/bl/BufferList.d.ts b/node_modules/bl/BufferList.d.ts new file mode 100644 index 0000000..7487f12 --- /dev/null +++ b/node_modules/bl/BufferList.d.ts @@ -0,0 +1,431 @@ +export type BufferListAcceptedTypes = + | Buffer + | BufferList + | Uint8Array + | BufferListAcceptedTypes[] + | string + | number; + +export interface BufferListConstructor { + new (initData?: BufferListAcceptedTypes): BufferList; + (initData?: BufferListAcceptedTypes): BufferList; + + /** + * Determines if the passed object is a BufferList. It will return true + * if the passed object is an instance of BufferList or BufferListStream + * and false otherwise. + * + * N.B. this won't return true for BufferList or BufferListStream instances + * created by versions of this library before this static method was added. + * + * @param other + */ + + isBufferList(other: unknown): boolean; +} + +interface BufferList { + prototype: Object + + /** + * Get the length of the list in bytes. This is the sum of the lengths + * of all of the buffers contained in the list, minus any initial offset + * for a semi-consumed buffer at the beginning. Should accurately + * represent the total number of bytes that can be read from the list. + */ + + length: number; + + /** + * Adds an additional buffer or BufferList to the internal list. + * this is returned so it can be chained. + * + * @param buffer + */ + + append(buffer: BufferListAcceptedTypes): this; + + /** + * Adds an additional buffer or BufferList at the beginning of the internal list. + * this is returned so it can be chained. + * + * @param buffer + */ + prepend(buffer: BufferListAcceptedTypes): this; + + /** + * Will return the byte at the specified index. + * @param index + */ + + get(index: number): number; + + /** + * Returns a new Buffer object containing the bytes within the + * range specified. Both start and end are optional and will + * default to the beginning and end of the list respectively. + * + * If the requested range spans a single internal buffer then a + * slice of that buffer will be returned which shares the original + * memory range of that Buffer. If the range spans multiple buffers + * then copy operations will likely occur to give you a uniform Buffer. + * + * @param start + * @param end + */ + + slice(start?: number, end?: number): Buffer; + + /** + * Returns a new BufferList object containing the bytes within the + * range specified. Both start and end are optional and will default + * to the beginning and end of the list respectively. + * + * No copies will be performed. All buffers in the result share + * memory with the original list. + * + * @param start + * @param end + */ + + shallowSlice(start?: number, end?: number): this; + + /** + * Copies the content of the list in the `dest` buffer, starting from + * `destStart` and containing the bytes within the range specified + * with `srcStart` to `srcEnd`. + * + * `destStart`, `start` and `end` are optional and will default to the + * beginning of the dest buffer, and the beginning and end of the + * list respectively. + * + * @param dest + * @param destStart + * @param srcStart + * @param srcEnd + */ + + copy( + dest: Buffer, + destStart?: number, + srcStart?: number, + srcEnd?: number + ): Buffer; + + /** + * Performs a shallow-copy of the list. The internal Buffers remains the + * same, so if you change the underlying Buffers, the change will be + * reflected in both the original and the duplicate. + * + * This method is needed if you want to call consume() or pipe() and + * still keep the original list. + * + * @example + * + * ```js + * var bl = new BufferListStream(); + * bl.append('hello'); + * bl.append(' world'); + * bl.append('\n'); + * bl.duplicate().pipe(process.stdout, { end: false }); + * + * console.log(bl.toString()) + * ``` + */ + + duplicate(): this; + + /** + * Will shift bytes off the start of the list. The number of bytes + * consumed don't need to line up with the sizes of the internal + * Buffers—initial offsets will be calculated accordingly in order + * to give you a consistent view of the data. + * + * @param bytes + */ + + consume(bytes?: number): void; + + /** + * Will return a string representation of the buffer. The optional + * `start` and `end` arguments are passed on to `slice()`, while + * the encoding is passed on to `toString()` of the resulting Buffer. + * + * See the [`Buffer#toString()`](http://nodejs.org/docs/latest/api/buffer.html#buffer_buf_tostring_encoding_start_end) + * documentation for more information. + * + * @param encoding + * @param start + * @param end + */ + + toString(encoding?: string, start?: number, end?: number): string; + + /** + * Will return the byte at the specified index. indexOf() method + * returns the first index at which a given element can be found + * in the BufferList, or -1 if it is not present. + * + * @param value + * @param byteOffset + * @param encoding + */ + + indexOf( + value: string | number | Uint8Array | BufferList | Buffer, + byteOffset?: number, + encoding?: string + ): number; + + /** + * Will return the internal list of buffers. + */ + getBuffers(): Buffer[]; + + /** + * All of the standard byte-reading methods of the Buffer interface are implemented and will operate across internal Buffer boundaries transparently. + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) documentation for how these work. + * + * @param offset + */ + + readDoubleBE: Buffer['readDoubleBE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are implemented and will operate across internal Buffer boundaries transparently. + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) documentation for how these work. + * + * @param offset + */ + + readDoubleLE: Buffer['readDoubleLE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are implemented and will operate across internal Buffer boundaries transparently. + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) documentation for how these work. + * + * @param offset + */ + + readFloatBE: Buffer['readFloatBE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are implemented and will operate across internal Buffer boundaries transparently. + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) documentation for how these work. + * + * @param offset + */ + + readFloatLE: Buffer['readFloatLE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are implemented and will operate across internal Buffer boundaries transparently. + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) documentation for how these work. + * + * @param offset + */ + + readBigInt64BE: Buffer['readBigInt64BE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are implemented and will operate across internal Buffer boundaries transparently. + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) documentation for how these work. + * + * @param offset + */ + + readBigInt64LE: Buffer['readBigInt64LE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are implemented and will operate across internal Buffer boundaries transparently. + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) documentation for how these work. + * + * @param offset + */ + + readBigUInt64BE: Buffer['readBigUInt64BE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are implemented and will operate across internal Buffer boundaries transparently. + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) documentation for how these work. + * + * @param offset + */ + + readBigUInt64LE: Buffer['readBigUInt64LE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are implemented and will operate across internal Buffer boundaries transparently. + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) documentation for how these work. + * + * @param offset + */ + + readInt32BE: Buffer['readInt32BE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are implemented and will operate across internal Buffer boundaries transparently. + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) documentation for how these work. + * + * @param offset + */ + + readInt32LE: Buffer['readInt32LE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are implemented and will operate across internal Buffer boundaries transparently. + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) documentation for how these work. + * + * @param offset + */ + + readUInt32BE: Buffer['readUInt32BE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are implemented and will operate across internal Buffer boundaries transparently. + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) documentation for how these work. + * + * @param offset + */ + + readUInt32LE: Buffer['readUInt32LE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are implemented and will operate across internal Buffer boundaries transparently. + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) documentation for how these work. + * + * @param offset + */ + + readInt16BE: Buffer['readInt16BE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are + * implemented and will operate across internal Buffer boundaries transparently. + * + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) + * documentation for how these work. + * + * @param offset + */ + + readInt16LE: Buffer['readInt16LE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are + * implemented and will operate across internal Buffer boundaries transparently. + * + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) + * documentation for how these work. + * + * @param offset + */ + + readUInt16BE: Buffer['readUInt16BE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are + * implemented and will operate across internal Buffer boundaries transparently. + * + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) + * documentation for how these work. + * + * @param offset + */ + + readUInt16LE: Buffer['readUInt16LE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are + * implemented and will operate across internal Buffer boundaries transparently. + * + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) + * documentation for how these work. + * + * @param offset + */ + + readInt8: Buffer['readInt8']; + + /** + * All of the standard byte-reading methods of the Buffer interface are + * implemented and will operate across internal Buffer boundaries transparently. + * + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) + * documentation for how these work. + * + * @param offset + */ + + readUInt8: Buffer['readUInt8']; + + /** + * All of the standard byte-reading methods of the Buffer interface are + * implemented and will operate across internal Buffer boundaries transparently. + * + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) + * documentation for how these work. + * + * @param offset + */ + + readIntBE: Buffer['readIntBE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are + * implemented and will operate across internal Buffer boundaries transparently. + * + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) + * documentation for how these work. + * + * @param offset + */ + + readIntLE: Buffer['readIntLE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are + * implemented and will operate across internal Buffer boundaries transparently. + * + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) + * documentation for how these work. + * + * @param offset + */ + + readUIntBE: Buffer['readUIntBE']; + + /** + * All of the standard byte-reading methods of the Buffer interface are + * implemented and will operate across internal Buffer boundaries transparently. + * + * See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) + * documentation for how these work. + * + * @param offset + */ + + readUIntLE: Buffer['readUIntLE']; +} + +/** + * No arguments are required for the constructor, but you can initialise + * the list by passing in a single Buffer object or an array of Buffer + * objects. + * + * `new` is not strictly required, if you don't instantiate a new object, + * it will be done automatically for you so you can create a new instance + * simply with: + * + * ```js + * const { BufferList } = require('bl') + * const bl = BufferList() + * + * // equivalent to: + * + * const { BufferList } = require('bl') + * const bl = new BufferList() + * ``` + */ + +declare const BufferList: BufferListConstructor; diff --git a/node_modules/bl/BufferList.js b/node_modules/bl/BufferList.js new file mode 100644 index 0000000..536ec79 --- /dev/null +++ b/node_modules/bl/BufferList.js @@ -0,0 +1,421 @@ +'use strict' + +const { Buffer } = require('buffer') +const symbol = Symbol.for('BufferList') + +function BufferList (buf) { + if (!(this instanceof BufferList)) { + return new BufferList(buf) + } + + BufferList._init.call(this, buf) +} + +BufferList._init = function _init (buf) { + Object.defineProperty(this, symbol, { value: true }) + + this._bufs = [] + this.length = 0 + + if (buf) { + this.append(buf) + } +} + +BufferList.prototype._new = function _new (buf) { + return new BufferList(buf) +} + +BufferList.prototype._offset = function _offset (offset) { + if (offset === 0) { + return [0, 0] + } + + let tot = 0 + + for (let i = 0; i < this._bufs.length; i++) { + const _t = tot + this._bufs[i].length + if (offset < _t || i === this._bufs.length - 1) { + return [i, offset - tot] + } + tot = _t + } +} + +BufferList.prototype._reverseOffset = function (blOffset) { + const bufferId = blOffset[0] + let offset = blOffset[1] + + for (let i = 0; i < bufferId; i++) { + offset += this._bufs[i].length + } + + return offset +} + +BufferList.prototype.getBuffers = function getBuffers () { + return this._bufs +} + +BufferList.prototype.get = function get (index) { + if (index > this.length || index < 0) { + return undefined + } + + const offset = this._offset(index) + + return this._bufs[offset[0]][offset[1]] +} + +BufferList.prototype.slice = function slice (start, end) { + if (typeof start === 'number' && start < 0) { + start += this.length + } + + if (typeof end === 'number' && end < 0) { + end += this.length + } + + return this.copy(null, 0, start, end) +} + +BufferList.prototype.copy = function copy (dst, dstStart, srcStart, srcEnd) { + if (typeof srcStart !== 'number' || srcStart < 0) { + srcStart = 0 + } + + if (typeof srcEnd !== 'number' || srcEnd > this.length) { + srcEnd = this.length + } + + if (srcStart >= this.length) { + return dst || Buffer.alloc(0) + } + + if (srcEnd <= 0) { + return dst || Buffer.alloc(0) + } + + const copy = !!dst + const off = this._offset(srcStart) + const len = srcEnd - srcStart + let bytes = len + let bufoff = (copy && dstStart) || 0 + let start = off[1] + + // copy/slice everything + if (srcStart === 0 && srcEnd === this.length) { + if (!copy) { + // slice, but full concat if multiple buffers + return this._bufs.length === 1 + ? this._bufs[0] + : Buffer.concat(this._bufs, this.length) + } + + // copy, need to copy individual buffers + for (let i = 0; i < this._bufs.length; i++) { + this._bufs[i].copy(dst, bufoff) + bufoff += this._bufs[i].length + } + + return dst + } + + // easy, cheap case where it's a subset of one of the buffers + if (bytes <= this._bufs[off[0]].length - start) { + return copy + ? this._bufs[off[0]].copy(dst, dstStart, start, start + bytes) + : this._bufs[off[0]].slice(start, start + bytes) + } + + if (!copy) { + // a slice, we need something to copy in to + dst = Buffer.allocUnsafe(len) + } + + for (let i = off[0]; i < this._bufs.length; i++) { + const l = this._bufs[i].length - start + + if (bytes > l) { + this._bufs[i].copy(dst, bufoff, start) + bufoff += l + } else { + this._bufs[i].copy(dst, bufoff, start, start + bytes) + bufoff += l + break + } + + bytes -= l + + if (start) { + start = 0 + } + } + + // safeguard so that we don't return uninitialized memory + if (dst.length > bufoff) return dst.slice(0, bufoff) + + return dst +} + +BufferList.prototype.shallowSlice = function shallowSlice (start, end) { + start = start || 0 + end = typeof end !== 'number' ? this.length : end + + if (start < 0) { + start += this.length + } + + if (end < 0) { + end += this.length + } + + if (start === end) { + return this._new() + } + + const startOffset = this._offset(start) + const endOffset = this._offset(end) + const buffers = this._bufs.slice(startOffset[0], endOffset[0] + 1) + + if (endOffset[1] === 0) { + buffers.pop() + } else { + buffers[buffers.length - 1] = buffers[buffers.length - 1].slice(0, endOffset[1]) + } + + if (startOffset[1] !== 0) { + buffers[0] = buffers[0].slice(startOffset[1]) + } + + return this._new(buffers) +} + +BufferList.prototype.toString = function toString (encoding, start, end) { + return this.slice(start, end).toString(encoding) +} + +BufferList.prototype.consume = function consume (bytes) { + // first, normalize the argument, in accordance with how Buffer does it + bytes = Math.trunc(bytes) + // do nothing if not a positive number + if (Number.isNaN(bytes) || bytes <= 0) return this + + while (this._bufs.length) { + if (bytes >= this._bufs[0].length) { + bytes -= this._bufs[0].length + this.length -= this._bufs[0].length + this._bufs.shift() + } else { + this._bufs[0] = this._bufs[0].slice(bytes) + this.length -= bytes + break + } + } + + return this +} + +BufferList.prototype.duplicate = function duplicate () { + const copy = this._new() + + for (let i = 0; i < this._bufs.length; i++) { + copy.append(this._bufs[i]) + } + + return copy +} + +BufferList.prototype.append = function append (buf) { + return this._attach(buf, BufferList.prototype._appendBuffer) +} + +BufferList.prototype.prepend = function prepend (buf) { + return this._attach(buf, BufferList.prototype._prependBuffer, true) +} + +BufferList.prototype._attach = function _attach (buf, attacher, prepend) { + if (buf == null) { + return this + } + + if (buf.buffer) { + // append/prepend a view of the underlying ArrayBuffer + attacher.call(this, Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength)) + } else if (Array.isArray(buf)) { + const [starting, modifier] = prepend ? [buf.length - 1, -1] : [0, 1] + + for (let i = starting; i >= 0 && i < buf.length; i += modifier) { + this._attach(buf[i], attacher, prepend) + } + } else if (this._isBufferList(buf)) { + // unwrap argument into individual BufferLists + const [starting, modifier] = prepend ? [buf._bufs.length - 1, -1] : [0, 1] + + for (let i = starting; i >= 0 && i < buf._bufs.length; i += modifier) { + this._attach(buf._bufs[i], attacher, prepend) + } + } else { + // coerce number arguments to strings, since Buffer(number) does + // uninitialized memory allocation + if (typeof buf === 'number') { + buf = buf.toString() + } + + attacher.call(this, Buffer.from(buf)) + } + + return this +} + +BufferList.prototype._appendBuffer = function appendBuffer (buf) { + this._bufs.push(buf) + this.length += buf.length +} + +BufferList.prototype._prependBuffer = function prependBuffer (buf) { + this._bufs.unshift(buf) + this.length += buf.length +} + +BufferList.prototype.indexOf = function (search, offset, encoding) { + if (encoding === undefined && typeof offset === 'string') { + encoding = offset + offset = undefined + } + + if (typeof search === 'function' || Array.isArray(search)) { + throw new TypeError('The "value" argument must be one of type string, Buffer, BufferList, or Uint8Array.') + } else if (typeof search === 'number') { + search = Buffer.from([search]) + } else if (typeof search === 'string') { + search = Buffer.from(search, encoding) + } else if (this._isBufferList(search)) { + search = search.slice() + } else if (Array.isArray(search.buffer)) { + search = Buffer.from(search.buffer, search.byteOffset, search.byteLength) + } else if (!Buffer.isBuffer(search)) { + search = Buffer.from(search) + } + + offset = Number(offset || 0) + + if (isNaN(offset)) { + offset = 0 + } + + if (offset < 0) { + offset = this.length + offset + } + + if (offset < 0) { + offset = 0 + } + + if (search.length === 0) { + return offset > this.length ? this.length : offset + } + + const blOffset = this._offset(offset) + let blIndex = blOffset[0] // index of which internal buffer we're working on + let buffOffset = blOffset[1] // offset of the internal buffer we're working on + + // scan over each buffer + for (; blIndex < this._bufs.length; blIndex++) { + const buff = this._bufs[blIndex] + + while (buffOffset < buff.length) { + const availableWindow = buff.length - buffOffset + + if (availableWindow >= search.length) { + const nativeSearchResult = buff.indexOf(search, buffOffset) + + if (nativeSearchResult !== -1) { + return this._reverseOffset([blIndex, nativeSearchResult]) + } + + buffOffset = buff.length - search.length + 1 // end of native search window + } else { + const revOffset = this._reverseOffset([blIndex, buffOffset]) + + if (this._match(revOffset, search)) { + return revOffset + } + + buffOffset++ + } + } + + buffOffset = 0 + } + + return -1 +} + +BufferList.prototype._match = function (offset, search) { + if (this.length - offset < search.length) { + return false + } + + for (let searchOffset = 0; searchOffset < search.length; searchOffset++) { + if (this.get(offset + searchOffset) !== search[searchOffset]) { + return false + } + } + return true +} + +;(function () { + const methods = { + readDoubleBE: 8, + readDoubleLE: 8, + readFloatBE: 4, + readFloatLE: 4, + readBigInt64BE: 8, + readBigInt64LE: 8, + readBigUInt64BE: 8, + readBigUInt64LE: 8, + readInt32BE: 4, + readInt32LE: 4, + readUInt32BE: 4, + readUInt32LE: 4, + readInt16BE: 2, + readInt16LE: 2, + readUInt16BE: 2, + readUInt16LE: 2, + readInt8: 1, + readUInt8: 1, + readIntBE: null, + readIntLE: null, + readUIntBE: null, + readUIntLE: null + } + + for (const m in methods) { + (function (m) { + if (methods[m] === null) { + BufferList.prototype[m] = function (offset, byteLength) { + return this.slice(offset, offset + byteLength)[m](0, byteLength) + } + } else { + BufferList.prototype[m] = function (offset = 0) { + return this.slice(offset, offset + methods[m])[m](0) + } + } + }(m)) + } +}()) + +// Used internally by the class and also as an indicator of this object being +// a `BufferList`. It's not possible to use `instanceof BufferList` in a browser +// environment because there could be multiple different copies of the +// BufferList class and some `BufferList`s might be `BufferList`s. +BufferList.prototype._isBufferList = function _isBufferList (b) { + return b instanceof BufferList || BufferList.isBufferList(b) +} + +BufferList.isBufferList = function isBufferList (b) { + return b != null && b[symbol] +} + +module.exports = BufferList diff --git a/node_modules/bl/CHANGELOG.md b/node_modules/bl/CHANGELOG.md new file mode 100644 index 0000000..e414641 --- /dev/null +++ b/node_modules/bl/CHANGELOG.md @@ -0,0 +1,185 @@ +## [6.1.0](https://github.com/rvagg/bl/compare/v6.0.20...v6.1.0) (2025-03-11) + +### Features + +* Added prepend and getBuffers methods. ([#154](https://github.com/rvagg/bl/issues/154)) ([e9eda95](https://github.com/rvagg/bl/commit/e9eda9549b1235af16afbe0c721f92e705109663)) + +## [6.0.20](https://github.com/rvagg/bl/compare/v6.0.19...v6.0.20) (2025-03-03) + +### Trivial Changes + +* **deps-dev:** bump typescript from 5.7.3 to 5.8.2 ([#153](https://github.com/rvagg/bl/issues/153)) ([9291cf9](https://github.com/rvagg/bl/commit/9291cf9ec4b3cdef8c5779c73247844f48943c02)) + +## [6.0.19](https://github.com/rvagg/bl/compare/v6.0.18...v6.0.19) (2025-01-28) + +### Trivial Changes + +* **deps:** bump actions/setup-node from 4.1.0 to 4.2.0 ([#151](https://github.com/rvagg/bl/issues/151)) ([2e72553](https://github.com/rvagg/bl/commit/2e7255395260941d199ffe644feecbe6ed2647e4)) + +## [6.0.18](https://github.com/rvagg/bl/compare/v6.0.17...v6.0.18) (2024-12-30) + +### Trivial Changes + +* **deps-dev:** bump typescript from 5.6.3 to 5.7.2 ([d28178a](https://github.com/rvagg/bl/commit/d28178ae2e5c740de0e3d891beae77b26f801b0f)) +* **deps:** bump actions/setup-node from 4.0.4 to 4.1.0 ([#146](https://github.com/rvagg/bl/issues/146)) ([45c312b](https://github.com/rvagg/bl/commit/45c312b48b150d53336fecce69cb6895c8daaaeb)) + +## [6.0.17](https://github.com/rvagg/bl/compare/v6.0.16...v6.0.17) (2024-12-30) + +### Tests + +* ignore TS errors from dependencies ([17e7a10](https://github.com/rvagg/bl/commit/17e7a10c82b07f3ef63a4235a842159d6c08a7d0)) + +## [6.0.16](https://github.com/rvagg/bl/compare/v6.0.15...v6.0.16) (2024-09-25) + +### Trivial Changes + +* **deps:** bump actions/setup-node from 4.0.3 to 4.0.4 ([19d67ab](https://github.com/rvagg/bl/commit/19d67ab90e1e49a9b5ebc250969c2c5bde508db9)) + +## [6.0.15](https://github.com/rvagg/bl/compare/v6.0.14...v6.0.15) (2024-09-10) + +### Trivial Changes + +* **deps-dev:** bump typescript from 5.5.4 to 5.6.2 ([edfc739](https://github.com/rvagg/bl/commit/edfc73964665530cfcc046319b446c6b6efeebff)) + +## [6.0.14](https://github.com/rvagg/bl/compare/v6.0.13...v6.0.14) (2024-07-10) + +### Trivial Changes + +* **deps:** bump actions/setup-node from 4.0.2 to 4.0.3 ([09aa80d](https://github.com/rvagg/bl/commit/09aa80de083f045f0fd92414e97f2c241f8f15bf)) + +## [6.0.13](https://github.com/rvagg/bl/compare/v6.0.12...v6.0.13) (2024-06-21) + +### Trivial Changes + +* **deps-dev:** bump typescript from 5.4.5 to 5.5.2 ([41eff82](https://github.com/rvagg/bl/commit/41eff826534912051ab60fe7c36baad7a3c09492)) + +## [6.0.12](https://github.com/rvagg/bl/compare/v6.0.11...v6.0.12) (2024-03-07) + + +### Trivial Changes + +* **deps-dev:** bump typescript from 5.3.3 to 5.4.2 ([18e99a2](https://github.com/rvagg/bl/commit/18e99a233d82c0ff5f3b00b04aab5a4ce6d37452)) + +## [6.0.11](https://github.com/rvagg/bl/compare/v6.0.10...v6.0.11) (2024-02-08) + + +### Trivial Changes + +* **deps:** bump actions/setup-node from 4.0.1 to 4.0.2 ([d8ac460](https://github.com/rvagg/bl/commit/d8ac460597a24b0e783da2acd6ab37eacbbb0af5)) +* update Node.js versions in CI ([863a5e0](https://github.com/rvagg/bl/commit/863a5e02f2c144c54be88ff962b0a902684c6527)) + +## [6.0.10](https://github.com/rvagg/bl/compare/v6.0.9...v6.0.10) (2024-01-01) + + +### Trivial Changes + +* **deps:** bump actions/setup-node from 4.0.0 to 4.0.1 ([a018907](https://github.com/rvagg/bl/commit/a0189073aee3e906b135a37595f8b4007e6dd3e7)) + +## [6.0.9](https://github.com/rvagg/bl/compare/v6.0.8...v6.0.9) (2023-11-27) + + +### Trivial Changes + +* **deps-dev:** bump typescript from 5.2.2 to 5.3.2 ([bb294bd](https://github.com/rvagg/bl/commit/bb294bd7baa5c5e1e062bd23b5d714692e04d414)) + +## [6.0.8](https://github.com/rvagg/bl/compare/v6.0.7...v6.0.8) (2023-10-25) + + +### Trivial Changes + +* **deps:** bump actions/checkout from 3 to 4 ([a9ad973](https://github.com/rvagg/bl/commit/a9ad973d1fe4e5f673fe3b9b72b4484136e1655d)) +* **deps:** bump actions/setup-node from 3.8.1 to 4.0.0 ([5921489](https://github.com/rvagg/bl/commit/59214897520fd6ba6d20a7cf370373275d4cfe1d)) + +## [6.0.7](https://github.com/rvagg/bl/compare/v6.0.6...v6.0.7) (2023-08-25) + + +### Trivial Changes + +* **deps-dev:** bump typescript from 5.1.6 to 5.2.2 ([7e539ad](https://github.com/rvagg/bl/commit/7e539ad2e9cf959f431e82eaafe137cf33cf22ef)) + +## [6.0.6](https://github.com/rvagg/bl/compare/v6.0.5...v6.0.6) (2023-08-18) + + +### Trivial Changes + +* **deps:** bump actions/setup-node from 3.8.0 to 3.8.1 ([39d3e17](https://github.com/rvagg/bl/commit/39d3e1729f0a7ddeac21e02b7983b0255ea212a2)) + +## [6.0.5](https://github.com/rvagg/bl/compare/v6.0.4...v6.0.5) (2023-08-15) + + +### Trivial Changes + +* **deps:** bump actions/setup-node from 3.7.0 to 3.8.0 ([183d80a](https://github.com/rvagg/bl/commit/183d80a616a32e5473ac47e46cecd19ca0dfcf9f)) + +## [6.0.4](https://github.com/rvagg/bl/compare/v6.0.3...v6.0.4) (2023-08-07) + + +### Trivial Changes + +* **deps-dev:** bump @types/readable-stream from 2.3.15 to 4.0.0 ([dd8cdb0](https://github.com/rvagg/bl/commit/dd8cdb0c64e1272c21d3bb251971afaaabbb0a1b)) + +## [6.0.3](https://github.com/rvagg/bl/compare/v6.0.2...v6.0.3) (2023-07-07) + + +### Trivial Changes + +* **deps:** bump actions/setup-node from 3.6.0 to 3.7.0 ([40ac0a5](https://github.com/rvagg/bl/commit/40ac0a52e3c1ef83ae95d9433aebe4135f79b761)) + +## [6.0.2](https://github.com/rvagg/bl/compare/v6.0.1...v6.0.2) (2023-06-05) + + +### Trivial Changes + +* **deps-dev:** bump typescript from 5.0.4 to 5.1.3 ([bea30ad](https://github.com/rvagg/bl/commit/bea30addef635d30f6e97769afacf5049615cdfe)) + +## [6.0.1](https://github.com/rvagg/bl/compare/v6.0.0...v6.0.1) (2023-03-17) + + +### Bug Fixes + +* release with Node.js 18 ([6965a1d](https://github.com/rvagg/bl/commit/6965a1dee6b2af5bca304c8c9b747b796a652ffd)) + + +### Trivial Changes + +* **deps-dev:** bump typescript from 4.9.5 to 5.0.2 ([0885658](https://github.com/rvagg/bl/commit/0885658f7c1696220ac846e5bbc19f8b6ae8d3c0)) +* **no-release:** bump actions/setup-node from 3.5.1 to 3.6.0 ([#120](https://github.com/rvagg/bl/issues/120)) ([60bee1b](https://github.com/rvagg/bl/commit/60bee1bd37a9f1a2a128f506f7da008c094db5c4)) +* **no-release:** bump typescript from 4.8.4 to 4.9.3 ([#118](https://github.com/rvagg/bl/issues/118)) ([8be6dd6](https://github.com/rvagg/bl/commit/8be6dd62f639fd6c2c2f7d5d6ac4db988adb1886)) + +## [6.0.0](https://github.com/rvagg/bl/compare/v5.1.0...v6.0.0) (2022-10-19) + + +### ⚠ BREAKING CHANGES + +* **deps:** bump readable-stream from 3.6.0 to 4.2.0 +* added bigint (Int64) support + +### Features + +* added bigint (Int64) support ([131ad32](https://github.com/rvagg/bl/commit/131ad3217b91090323513a8ea3ef179e8427cf47)) + + +### Trivial Changes + +* add TypeScript definitions for BigInt ([78c5ff4](https://github.com/rvagg/bl/commit/78c5ff489235a4e4233086c364133123c71acef4)) +* **deps-dev:** bump typescript from 4.7.4 to 4.8.4 ([dba13e1](https://github.com/rvagg/bl/commit/dba13e1cadc5857dde6a9425e975faf2abbb270f)) +* **deps:** bump readable-stream from 3.6.0 to 4.2.0 ([fa03eda](https://github.com/rvagg/bl/commit/fa03eda54b4412c0fdfc9053bd0b0bebaf80bfd9)) +* **docs:** BigInt in API docs ([c68af50](https://github.com/rvagg/bl/commit/c68af500a04b2c3a14132ae6946412d2e39402d0)) + +## [5.1.0](https://github.com/rvagg/bl/compare/v5.0.0...v5.1.0) (2022-10-18) + + +### Features + +* added integrated TypeScript typings ([#108](https://github.com/rvagg/bl/issues/108)) ([433ff89](https://github.com/rvagg/bl/commit/433ff8942f47fab8a5c9d13b2c00989ccf8d0710)) + + +### Bug Fixes + +* windows support in tests ([387dfaf](https://github.com/rvagg/bl/commit/387dfaf9b2bca7849f12785436ceb01e42adac2c)) + + +### Trivial Changes + +* GH Actions, Dependabot, auto-release, remove Travis ([997f058](https://github.com/rvagg/bl/commit/997f058357de8f2a7f66998e80a72b491835573f)) +* **no-release:** bump standard from 16.0.4 to 17.0.0 ([#112](https://github.com/rvagg/bl/issues/112)) ([078bfe3](https://github.com/rvagg/bl/commit/078bfe33390d125297b1c946e5989c4aa9228961)) diff --git a/node_modules/bl/LICENSE.md b/node_modules/bl/LICENSE.md new file mode 100644 index 0000000..ecbe516 --- /dev/null +++ b/node_modules/bl/LICENSE.md @@ -0,0 +1,13 @@ +The MIT License (MIT) +===================== + +Copyright (c) 2013-2019 bl contributors +---------------------------------- + +*bl contributors listed at * + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/bl/README.md b/node_modules/bl/README.md new file mode 100644 index 0000000..55e85aa --- /dev/null +++ b/node_modules/bl/README.md @@ -0,0 +1,259 @@ +# bl *(BufferList)* + +![Build Status](https://img.shields.io/github/actions/workflow/status/rvagg/bl/test-and-release.yml?branch=master) + +**A Node.js Buffer list collector, reader and streamer thingy.** + +[![NPM](https://nodei.co/npm/bl.svg)](https://nodei.co/npm/bl/) + +**bl** is a storage object for collections of Node Buffers, exposing them with the main Buffer readable API. Also works as a duplex stream so you can collect buffers from a stream that emits them and emit buffers to a stream that consumes them! + +The original buffers are kept intact and copies are only done as necessary. Any reads that require the use of a single original buffer will return a slice of that buffer only (which references the same memory as the original buffer). Reads that span buffers perform concatenation as required and return the results transparently. + +```js +const { BufferList } = require('bl') + +const bl = new BufferList() +bl.append(Buffer.from('abcd')) +bl.append(Buffer.from('efg')) +bl.append('hi') // bl will also accept & convert Strings +bl.append(Buffer.from('j')) +bl.append(Buffer.from([ 0x3, 0x4 ])) + +console.log(bl.length) // 12 + +console.log(bl.slice(0, 10).toString('ascii')) // 'abcdefghij' +console.log(bl.slice(3, 10).toString('ascii')) // 'defghij' +console.log(bl.slice(3, 6).toString('ascii')) // 'def' +console.log(bl.slice(3, 8).toString('ascii')) // 'defgh' +console.log(bl.slice(5, 10).toString('ascii')) // 'fghij' + +console.log(bl.indexOf('def')) // 3 +console.log(bl.indexOf('asdf')) // -1 + +// or just use toString! +console.log(bl.toString()) // 'abcdefghij\u0003\u0004' +console.log(bl.toString('ascii', 3, 8)) // 'defgh' +console.log(bl.toString('ascii', 5, 10)) // 'fghij' + +// other standard Buffer readables +console.log(bl.readUInt16BE(10)) // 0x0304 +console.log(bl.readUInt16LE(10)) // 0x0403 +``` + +Give it a callback in the constructor and use it just like **[concat-stream](https://github.com/maxogden/node-concat-stream)**: + +```js +const { BufferListStream } = require('bl') +const fs = require('fs') + +fs.createReadStream('README.md') + .pipe(BufferListStream((err, data) => { // note 'new' isn't strictly required + // `data` is a complete Buffer object containing the full data + console.log(data.toString()) + })) +``` + +Note that when you use the *callback* method like this, the resulting `data` parameter is a concatenation of all `Buffer` objects in the list. If you want to avoid the overhead of this concatenation (in cases of extreme performance consciousness), then avoid the *callback* method and just listen to `'end'` instead, like a standard Stream. + +Or to fetch a URL using [hyperquest](https://github.com/substack/hyperquest) (should work with [request](http://github.com/mikeal/request) and even plain Node http too!): + +```js +const hyperquest = require('hyperquest') +const { BufferListStream } = require('bl') + +const url = 'https://raw.github.com/rvagg/bl/master/README.md' + +hyperquest(url).pipe(BufferListStream((err, data) => { + console.log(data.toString()) +})) +``` + +Or, use it as a readable stream to recompose a list of Buffers to an output source: + +```js +const { BufferListStream } = require('bl') +const fs = require('fs') + +var bl = new BufferListStream() +bl.append(Buffer.from('abcd')) +bl.append(Buffer.from('efg')) +bl.append(Buffer.from('hi')) +bl.append(Buffer.from('j')) + +bl.pipe(fs.createWriteStream('gibberish.txt')) +``` + +## API + + * new BufferList([ buf ]) + * BufferList.isBufferList(obj) + * bl.length + * bl.append(buffer) + * bl.append(buffer) + * bl.get(index) + * bl.indexOf(value[, byteOffset][, encoding]) + * bl.slice([ start[, end ] ]) + * bl.shallowSlice([ start[, end ] ]) + * bl.copy(dest, [ destStart, [ srcStart [, srcEnd ] ] ]) + * bl.duplicate() + * bl.consume(bytes) + * bl.toString([encoding, [ start, [ end ]]]) + * bl.readDoubleBE(), bl.readDoubleLE(), bl.readFloatBE(), bl.readFloatLE(), bl.readBigInt64BE(), bl.readBigInt64LE(), bl.readBigUInt64BE(), bl.readBigUInt64LE(), bl.readInt32BE(), bl.readInt32LE(), bl.readUInt32BE(), bl.readUInt32LE(), bl.readInt16BE(), bl.readInt16LE(), bl.readUInt16BE(), bl.readUInt16LE(), bl.readInt8(), bl.readUInt8() + * new BufferListStream([ callback ]) + * bl.getBuffers() + +-------------------------------------------------------- + +### new BufferList([ Buffer | Buffer array | BufferList | BufferList array | String ]) +No arguments are _required_ for the constructor, but you can initialise the list by passing in a single `Buffer` object or an array of `Buffer` objects. + +`new` is not strictly required, if you don't instantiate a new object, it will be done automatically for you so you can create a new instance simply with: + +```js +const { BufferList } = require('bl') +const bl = BufferList() + +// equivalent to: + +const { BufferList } = require('bl') +const bl = new BufferList() +``` + +-------------------------------------------------------- + +### BufferList.isBufferList(obj) +Determines if the passed object is a `BufferList`. It will return `true` if the passed object is an instance of `BufferList` **or** `BufferListStream` and `false` otherwise. + +N.B. this won't return `true` for `BufferList` or `BufferListStream` instances created by versions of this library before this static method was added. + +-------------------------------------------------------- + +### bl.length +Get the length of the list in bytes. This is the sum of the lengths of all of the buffers contained in the list, minus any initial offset for a semi-consumed buffer at the beginning. Should accurately represent the total number of bytes that can be read from the list. + +-------------------------------------------------------- + +### bl.append(Buffer | Buffer array | BufferList | BufferList array | String) +`append(buffer)` adds an additional buffer or BufferList to the internal list. `this` is returned so it can be chained. + +-------------------------------------------------------- + +### bl.prepend(Buffer | Buffer array | BufferList | BufferList array | String) +`prepend(buffer)` adds an additional buffer or BufferList at the beginning of the internal list. `this` is returned so it can be chained. + +-------------------------------------------------------- + +### bl.get(index) +`get()` will return the byte at the specified index. + +-------------------------------------------------------- + +### bl.indexOf(value[, byteOffset][, encoding]) +`get()` will return the byte at the specified index. +`indexOf()` method returns the first index at which a given element can be found in the BufferList, or -1 if it is not present. + +-------------------------------------------------------- + +### bl.slice([ start, [ end ] ]) +`slice()` returns a new `Buffer` object containing the bytes within the range specified. Both `start` and `end` are optional and will default to the beginning and end of the list respectively. + +If the requested range spans a single internal buffer then a slice of that buffer will be returned which shares the original memory range of that Buffer. If the range spans multiple buffers then copy operations will likely occur to give you a uniform Buffer. + +-------------------------------------------------------- + +### bl.shallowSlice([ start, [ end ] ]) +`shallowSlice()` returns a new `BufferList` object containing the bytes within the range specified. Both `start` and `end` are optional and will default to the beginning and end of the list respectively. + +No copies will be performed. All buffers in the result share memory with the original list. + +-------------------------------------------------------- + +### bl.copy(dest, [ destStart, [ srcStart [, srcEnd ] ] ]) +`copy()` copies the content of the list in the `dest` buffer, starting from `destStart` and containing the bytes within the range specified with `srcStart` to `srcEnd`. `destStart`, `start` and `end` are optional and will default to the beginning of the `dest` buffer, and the beginning and end of the list respectively. + +-------------------------------------------------------- + +### bl.duplicate() +`duplicate()` performs a **shallow-copy** of the list. The internal Buffers remains the same, so if you change the underlying Buffers, the change will be reflected in both the original and the duplicate. This method is needed if you want to call `consume()` or `pipe()` and still keep the original list.Example: + +```js +var bl = new BufferListStream() + +bl.append('hello') +bl.append(' world') +bl.append('\n') + +bl.duplicate().pipe(process.stdout, { end: false }) + +console.log(bl.toString()) +``` + +-------------------------------------------------------- + +### bl.consume(bytes) +`consume()` will shift bytes *off the start of the list*. The number of bytes consumed don't need to line up with the sizes of the internal Buffers—initial offsets will be calculated accordingly in order to give you a consistent view of the data. + +-------------------------------------------------------- + +### bl.toString([encoding, [ start, [ end ]]]) +`toString()` will return a string representation of the buffer. The optional `start` and `end` arguments are passed on to `slice()`, while the `encoding` is passed on to `toString()` of the resulting Buffer. See the [Buffer#toString()](http://nodejs.org/docs/latest/api/buffer.html#buffer_buf_tostring_encoding_start_end) documentation for more information. + +-------------------------------------------------------- + +### bl.readDoubleBE(), bl.readDoubleLE(), bl.readFloatBE(), bl.readFloatLE(), bl.readBigInt64BE(), bl.readBigInt64LE(), bl.readBigUInt64BE(), bl.readBigUInt64LE(), bl.readInt32BE(), bl.readInt32LE(), bl.readUInt32BE(), bl.readUInt32LE(), bl.readInt16BE(), bl.readInt16LE(), bl.readUInt16BE(), bl.readUInt16LE(), bl.readInt8(), bl.readUInt8() + +All of the standard byte-reading methods of the `Buffer` interface are implemented and will operate across internal Buffer boundaries transparently. + +See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) documentation for how these work. + +-------------------------------------------------------- + +### new BufferListStream([ callback | Buffer | Buffer array | BufferList | BufferList array | String ]) +**BufferListStream** is a Node **[Duplex Stream](http://nodejs.org/docs/latest/api/stream.html#stream_class_stream_duplex)**, so it can be read from and written to like a standard Node stream. You can also `pipe()` to and from a **BufferListStream** instance. + +The constructor takes an optional callback, if supplied, the callback will be called with an error argument followed by a reference to the **bl** instance, when `bl.end()` is called (i.e. from a piped stream). This is a convenient method of collecting the entire contents of a stream, particularly when the stream is *chunky*, such as a network stream. + +Normally, no arguments are required for the constructor, but you can initialise the list by passing in a single `Buffer` object or an array of `Buffer` object. + +`new` is not strictly required, if you don't instantiate a new object, it will be done automatically for you so you can create a new instance simply with: + +```js +const { BufferListStream } = require('bl') +const bl = BufferListStream() + +// equivalent to: + +const { BufferListStream } = require('bl') +const bl = new BufferListStream() +``` + +N.B. For backwards compatibility reasons, `BufferListStream` is the **default** export when you `require('bl')`: + +```js +const { BufferListStream } = require('bl') +// equivalent to: +const BufferListStream = require('bl') +``` + +-------------------------------------------------------- + +### bl.getBuffers() + +`getBuffers()` returns the internal list of buffers. + + +## Contributors + +**bl** is brought to you by the following hackers: + + * [Rod Vagg](https://github.com/rvagg) + * [Matteo Collina](https://github.com/mcollina) + * [Jarett Cruger](https://github.com/jcrugzz) + + +## License & copyright + +Copyright (c) 2013-2019 bl contributors (listed above). + +bl is licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details. diff --git a/node_modules/bl/bl.js b/node_modules/bl/bl.js new file mode 100644 index 0000000..40228f8 --- /dev/null +++ b/node_modules/bl/bl.js @@ -0,0 +1,84 @@ +'use strict' + +const DuplexStream = require('readable-stream').Duplex +const inherits = require('inherits') +const BufferList = require('./BufferList') + +function BufferListStream (callback) { + if (!(this instanceof BufferListStream)) { + return new BufferListStream(callback) + } + + if (typeof callback === 'function') { + this._callback = callback + + const piper = function piper (err) { + if (this._callback) { + this._callback(err) + this._callback = null + } + }.bind(this) + + this.on('pipe', function onPipe (src) { + src.on('error', piper) + }) + this.on('unpipe', function onUnpipe (src) { + src.removeListener('error', piper) + }) + + callback = null + } + + BufferList._init.call(this, callback) + DuplexStream.call(this) +} + +inherits(BufferListStream, DuplexStream) +Object.assign(BufferListStream.prototype, BufferList.prototype) + +BufferListStream.prototype._new = function _new (callback) { + return new BufferListStream(callback) +} + +BufferListStream.prototype._write = function _write (buf, encoding, callback) { + this._appendBuffer(buf) + + if (typeof callback === 'function') { + callback() + } +} + +BufferListStream.prototype._read = function _read (size) { + if (!this.length) { + return this.push(null) + } + + size = Math.min(size, this.length) + this.push(this.slice(0, size)) + this.consume(size) +} + +BufferListStream.prototype.end = function end (chunk) { + DuplexStream.prototype.end.call(this, chunk) + + if (this._callback) { + this._callback(null, this.slice()) + this._callback = null + } +} + +BufferListStream.prototype._destroy = function _destroy (err, cb) { + this._bufs.length = 0 + this.length = 0 + cb(err) +} + +BufferListStream.prototype._isBufferList = function _isBufferList (b) { + return b instanceof BufferListStream || b instanceof BufferList || BufferListStream.isBufferList(b) +} + +BufferListStream.isBufferList = BufferList.isBufferList + +module.exports = BufferListStream +module.exports.BufferListStream = BufferListStream +module.exports.BufferList = BufferList diff --git a/node_modules/bl/index.d.ts b/node_modules/bl/index.d.ts new file mode 100644 index 0000000..07a8ee3 --- /dev/null +++ b/node_modules/bl/index.d.ts @@ -0,0 +1,88 @@ +import { Duplex } from "readable-stream"; +import { + BufferList as BL, + BufferListConstructor, + BufferListAcceptedTypes, +} from "./BufferList"; + +type BufferListStreamInit = + | ((err: Error, buffer: Buffer) => void) + | BufferListAcceptedTypes; + +interface BufferListStreamConstructor { + new (initData?: BufferListStreamInit): BufferListStream; + (callback?: BufferListStreamInit): BufferListStream; + + /** + * Determines if the passed object is a BufferList. It will return true + * if the passed object is an instance of BufferList or BufferListStream + * and false otherwise. + * + * N.B. this won't return true for BufferList or BufferListStream instances + * created by versions of this library before this static method was added. + * + * @param other + */ + + isBufferList(other: unknown): boolean; + + /** + * Rexporting BufferList and BufferListStream to fix + * issue with require/commonjs import and "export = " below. + */ + + BufferList: BufferListConstructor; + BufferListStream: BufferListStreamConstructor; +} + +interface BufferListStream extends Duplex, BL { + prototype: BufferListStream & BL; +} + +/** + * BufferListStream is a Node Duplex Stream, so it can be read from + * and written to like a standard Node stream. You can also pipe() + * to and from a BufferListStream instance. + * + * The constructor takes an optional callback, if supplied, the + * callback will be called with an error argument followed by a + * reference to the bl instance, when bl.end() is called + * (i.e. from a piped stream). + * + * This is a convenient method of collecting the entire contents of + * a stream, particularly when the stream is chunky, such as a network + * stream. + * + * Normally, no arguments are required for the constructor, but you can + * initialise the list by passing in a single Buffer object or an array + * of Buffer object. + * + * `new` is not strictly required, if you don't instantiate a new object, + * it will be done automatically for you so you can create a new instance + * simply with: + * + * ```js + * const { BufferListStream } = require('bl'); + * const bl = BufferListStream(); + * + * // equivalent to: + * + * const { BufferListStream } = require('bl'); + * const bl = new BufferListStream(); + * ``` + * + * N.B. For backwards compatibility reasons, BufferListStream is the default + * export when you `require('bl')`: + * + * ```js + * const { BufferListStream } = require('bl') + * + * // equivalent to: + * + * const BufferListStream = require('bl') + * ``` + */ + +declare const BufferListStream: BufferListStreamConstructor; + +export = BufferListStream; diff --git a/node_modules/bl/package.json b/node_modules/bl/package.json new file mode 100644 index 0000000..7e2cfe4 --- /dev/null +++ b/node_modules/bl/package.json @@ -0,0 +1,123 @@ +{ + "name": "bl", + "version": "6.1.0", + "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!", + "license": "MIT", + "main": "bl.js", + "scripts": { + "lint": "standard *.js test/*.js", + "test": "npm run lint && npm run test:types && node test/test.js | faucet", + "test:ci": "npm run lint && node test/test.js && npm run test:types", + "test:types": "tsc --target esnext --moduleResolution node --allowJs --noEmit --skipLibCheck test/test.js", + "build": "true" + }, + "repository": { + "type": "git", + "url": "https://github.com/rvagg/bl.git" + }, + "homepage": "https://github.com/rvagg/bl", + "authors": [ + "Rod Vagg (https://github.com/rvagg)", + "Matteo Collina (https://github.com/mcollina)", + "Jarett Cruger (https://github.com/jcrugzz)" + ], + "keywords": [ + "buffer", + "buffers", + "stream", + "awesomesauce" + ], + "dependencies": { + "@types/readable-stream": "^4.0.0", + "buffer": "^6.0.3", + "inherits": "^2.0.4", + "readable-stream": "^4.2.0" + }, + "devDependencies": { + "faucet": "~0.0.1", + "standard": "^17.0.0", + "tape": "^5.2.2", + "typescript": "~5.8.2" + }, + "release": { + "branches": [ + "master" + ], + "plugins": [ + [ + "@semantic-release/commit-analyzer", + { + "preset": "conventionalcommits", + "releaseRules": [ + { + "breaking": true, + "release": "major" + }, + { + "revert": true, + "release": "patch" + }, + { + "type": "feat", + "release": "minor" + }, + { + "type": "fix", + "release": "patch" + }, + { + "type": "chore", + "release": "patch" + }, + { + "type": "docs", + "release": "patch" + }, + { + "type": "test", + "release": "patch" + }, + { + "scope": "no-release", + "release": false + } + ] + } + ], + [ + "@semantic-release/release-notes-generator", + { + "preset": "conventionalcommits", + "presetConfig": { + "types": [ + { + "type": "feat", + "section": "Features" + }, + { + "type": "fix", + "section": "Bug Fixes" + }, + { + "type": "chore", + "section": "Trivial Changes" + }, + { + "type": "docs", + "section": "Trivial Changes" + }, + { + "type": "test", + "section": "Tests" + } + ] + } + } + ], + "@semantic-release/changelog", + "@semantic-release/npm", + "@semantic-release/github", + "@semantic-release/git" + ] + } +} diff --git a/node_modules/bl/test/convert.js b/node_modules/bl/test/convert.js new file mode 100644 index 0000000..9f3e235 --- /dev/null +++ b/node_modules/bl/test/convert.js @@ -0,0 +1,21 @@ +'use strict' + +const tape = require('tape') +const { BufferList, BufferListStream } = require('../') +const { Buffer } = require('buffer') + +tape('convert from BufferList to BufferListStream', (t) => { + const data = Buffer.from(`TEST-${Date.now()}`) + const bl = new BufferList(data) + const bls = new BufferListStream(bl) + t.ok(bl.slice().equals(bls.slice())) + t.end() +}) + +tape('convert from BufferListStream to BufferList', (t) => { + const data = Buffer.from(`TEST-${Date.now()}`) + const bls = new BufferListStream(data) + const bl = new BufferList(bls) + t.ok(bl.slice().equals(bls.slice())) + t.end() +}) diff --git a/node_modules/bl/test/indexOf.js b/node_modules/bl/test/indexOf.js new file mode 100644 index 0000000..62dcb01 --- /dev/null +++ b/node_modules/bl/test/indexOf.js @@ -0,0 +1,492 @@ +'use strict' + +const tape = require('tape') +const BufferList = require('../') +const { Buffer } = require('buffer') + +tape('indexOf single byte needle', (t) => { + const bl = new BufferList(['abcdefg', 'abcdefg', '12345']) + + t.equal(bl.indexOf('e'), 4) + t.equal(bl.indexOf('e', 5), 11) + t.equal(bl.indexOf('e', 12), -1) + t.equal(bl.indexOf('5'), 18) + + t.end() +}) + +tape('indexOf multiple byte needle', (t) => { + const bl = new BufferList(['abcdefg', 'abcdefg']) + + t.equal(bl.indexOf('ef'), 4) + t.equal(bl.indexOf('ef', 5), 11) + + t.end() +}) + +tape('indexOf multiple byte needles across buffer boundaries', (t) => { + const bl = new BufferList(['abcdefg', 'abcdefg']) + + t.equal(bl.indexOf('fgabc'), 5) + + t.end() +}) + +tape('indexOf takes a Uint8Array search', (t) => { + const bl = new BufferList(['abcdefg', 'abcdefg']) + const search = new Uint8Array([102, 103, 97, 98, 99]) // fgabc + + t.equal(bl.indexOf(search), 5) + + t.end() +}) + +tape('indexOf takes a buffer list search', (t) => { + const bl = new BufferList(['abcdefg', 'abcdefg']) + const search = new BufferList('fgabc') + + t.equal(bl.indexOf(search), 5) + + t.end() +}) + +tape('indexOf a zero byte needle', (t) => { + const b = new BufferList('abcdef') + const bufEmpty = Buffer.from('') + + t.equal(b.indexOf(''), 0) + t.equal(b.indexOf('', 1), 1) + t.equal(b.indexOf('', b.length + 1), b.length) + t.equal(b.indexOf('', Infinity), b.length) + t.equal(b.indexOf(bufEmpty), 0) + t.equal(b.indexOf(bufEmpty, 1), 1) + t.equal(b.indexOf(bufEmpty, b.length + 1), b.length) + t.equal(b.indexOf(bufEmpty, Infinity), b.length) + + t.end() +}) + +tape('indexOf buffers smaller and larger than the needle', (t) => { + const bl = new BufferList(['abcdefg', 'a', 'bcdefg', 'a', 'bcfgab']) + + t.equal(bl.indexOf('fgabc'), 5) + t.equal(bl.indexOf('fgabc', 6), 12) + t.equal(bl.indexOf('fgabc', 13), -1) + + t.end() +}) + +// only present in node 6+ +;(process.version.substr(1).split('.')[0] >= 6) && tape('indexOf latin1 and binary encoding', (t) => { + const b = new BufferList('abcdef') + + // test latin1 encoding + t.equal( + new BufferList(Buffer.from(b.toString('latin1'), 'latin1')) + .indexOf('d', 0, 'latin1'), + 3 + ) + t.equal( + new BufferList(Buffer.from(b.toString('latin1'), 'latin1')) + .indexOf(Buffer.from('d', 'latin1'), 0, 'latin1'), + 3 + ) + t.equal( + new BufferList(Buffer.from('aa\u00e8aa', 'latin1')) + .indexOf('\u00e8', 'latin1'), + 2 + ) + t.equal( + new BufferList(Buffer.from('\u00e8', 'latin1')) + .indexOf('\u00e8', 'latin1'), + 0 + ) + t.equal( + new BufferList(Buffer.from('\u00e8', 'latin1')) + .indexOf(Buffer.from('\u00e8', 'latin1'), 'latin1'), + 0 + ) + + // test binary encoding + t.equal( + new BufferList(Buffer.from(b.toString('binary'), 'binary')) + .indexOf('d', 0, 'binary'), + 3 + ) + t.equal( + new BufferList(Buffer.from(b.toString('binary'), 'binary')) + .indexOf(Buffer.from('d', 'binary'), 0, 'binary'), + 3 + ) + t.equal( + new BufferList(Buffer.from('aa\u00e8aa', 'binary')) + .indexOf('\u00e8', 'binary'), + 2 + ) + t.equal( + new BufferList(Buffer.from('\u00e8', 'binary')) + .indexOf('\u00e8', 'binary'), + 0 + ) + t.equal( + new BufferList(Buffer.from('\u00e8', 'binary')) + .indexOf(Buffer.from('\u00e8', 'binary'), 'binary'), + 0 + ) + + t.end() +}) + +tape('indexOf the entire nodejs10 buffer test suite', (t) => { + const b = new BufferList('abcdef') + const bufA = Buffer.from('a') + const bufBc = Buffer.from('bc') + const bufF = Buffer.from('f') + const bufZ = Buffer.from('z') + + const stringComparison = 'abcdef' + + t.equal(b.indexOf('a'), 0) + t.equal(b.indexOf('a', 1), -1) + t.equal(b.indexOf('a', -1), -1) + t.equal(b.indexOf('a', -4), -1) + t.equal(b.indexOf('a', -b.length), 0) + t.equal(b.indexOf('a', NaN), 0) + t.equal(b.indexOf('a', -Infinity), 0) + t.equal(b.indexOf('a', Infinity), -1) + t.equal(b.indexOf('bc'), 1) + t.equal(b.indexOf('bc', 2), -1) + t.equal(b.indexOf('bc', -1), -1) + t.equal(b.indexOf('bc', -3), -1) + t.equal(b.indexOf('bc', -5), 1) + t.equal(b.indexOf('bc', NaN), 1) + t.equal(b.indexOf('bc', -Infinity), 1) + t.equal(b.indexOf('bc', Infinity), -1) + t.equal(b.indexOf('f'), b.length - 1) + t.equal(b.indexOf('z'), -1) + + // empty search tests + t.equal(b.indexOf(bufA), 0) + t.equal(b.indexOf(bufA, 1), -1) + t.equal(b.indexOf(bufA, -1), -1) + t.equal(b.indexOf(bufA, -4), -1) + t.equal(b.indexOf(bufA, -b.length), 0) + t.equal(b.indexOf(bufA, NaN), 0) + t.equal(b.indexOf(bufA, -Infinity), 0) + t.equal(b.indexOf(bufA, Infinity), -1) + t.equal(b.indexOf(bufBc), 1) + t.equal(b.indexOf(bufBc, 2), -1) + t.equal(b.indexOf(bufBc, -1), -1) + t.equal(b.indexOf(bufBc, -3), -1) + t.equal(b.indexOf(bufBc, -5), 1) + t.equal(b.indexOf(bufBc, NaN), 1) + t.equal(b.indexOf(bufBc, -Infinity), 1) + t.equal(b.indexOf(bufBc, Infinity), -1) + t.equal(b.indexOf(bufF), b.length - 1) + t.equal(b.indexOf(bufZ), -1) + t.equal(b.indexOf(0x61), 0) + t.equal(b.indexOf(0x61, 1), -1) + t.equal(b.indexOf(0x61, -1), -1) + t.equal(b.indexOf(0x61, -4), -1) + t.equal(b.indexOf(0x61, -b.length), 0) + t.equal(b.indexOf(0x61, NaN), 0) + t.equal(b.indexOf(0x61, -Infinity), 0) + t.equal(b.indexOf(0x61, Infinity), -1) + t.equal(b.indexOf(0x0), -1) + + // test offsets + t.equal(b.indexOf('d', 2), 3) + t.equal(b.indexOf('f', 5), 5) + t.equal(b.indexOf('f', -1), 5) + t.equal(b.indexOf('f', 6), -1) + + t.equal(b.indexOf(Buffer.from('d'), 2), 3) + t.equal(b.indexOf(Buffer.from('f'), 5), 5) + t.equal(b.indexOf(Buffer.from('f'), -1), 5) + t.equal(b.indexOf(Buffer.from('f'), 6), -1) + + t.equal(Buffer.from('ff').indexOf(Buffer.from('f'), 1, 'ucs2'), -1) + + // test invalid and uppercase encoding + t.equal(b.indexOf('b', 'utf8'), 1) + t.equal(b.indexOf('b', 'UTF8'), 1) + t.equal(b.indexOf('62', 'HEX'), 1) + t.throws(() => b.indexOf('bad', 'enc'), TypeError) + + // test hex encoding + t.equal( + Buffer.from(b.toString('hex'), 'hex') + .indexOf('64', 0, 'hex'), + 3 + ) + t.equal( + Buffer.from(b.toString('hex'), 'hex') + .indexOf(Buffer.from('64', 'hex'), 0, 'hex'), + 3 + ) + + // test base64 encoding + t.equal( + Buffer.from(b.toString('base64'), 'base64') + .indexOf('ZA==', 0, 'base64'), + 3 + ) + t.equal( + Buffer.from(b.toString('base64'), 'base64') + .indexOf(Buffer.from('ZA==', 'base64'), 0, 'base64'), + 3 + ) + + // test ascii encoding + t.equal( + Buffer.from(b.toString('ascii'), 'ascii') + .indexOf('d', 0, 'ascii'), + 3 + ) + t.equal( + Buffer.from(b.toString('ascii'), 'ascii') + .indexOf(Buffer.from('d', 'ascii'), 0, 'ascii'), + 3 + ) + + // test optional offset with passed encoding + t.equal(Buffer.from('aaaa0').indexOf('30', 'hex'), 4) + t.equal(Buffer.from('aaaa00a').indexOf('3030', 'hex'), 4) + + { + // test usc2 encoding + const twoByteString = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'ucs2') + + t.equal(8, twoByteString.indexOf('\u0395', 4, 'ucs2')) + t.equal(6, twoByteString.indexOf('\u03a3', -4, 'ucs2')) + t.equal(4, twoByteString.indexOf('\u03a3', -6, 'ucs2')) + t.equal(4, twoByteString.indexOf( + Buffer.from('\u03a3', 'ucs2'), -6, 'ucs2')) + t.equal(-1, twoByteString.indexOf('\u03a3', -2, 'ucs2')) + } + + const mixedByteStringUcs2 = + Buffer.from('\u039a\u0391abc\u03a3\u03a3\u0395', 'ucs2') + + t.equal(6, mixedByteStringUcs2.indexOf('bc', 0, 'ucs2')) + t.equal(10, mixedByteStringUcs2.indexOf('\u03a3', 0, 'ucs2')) + t.equal(-1, mixedByteStringUcs2.indexOf('\u0396', 0, 'ucs2')) + + t.equal( + 6, mixedByteStringUcs2.indexOf(Buffer.from('bc', 'ucs2'), 0, 'ucs2')) + t.equal( + 10, mixedByteStringUcs2.indexOf(Buffer.from('\u03a3', 'ucs2'), 0, 'ucs2')) + t.equal( + -1, mixedByteStringUcs2.indexOf(Buffer.from('\u0396', 'ucs2'), 0, 'ucs2')) + + { + const twoByteString = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'ucs2') + + // Test single char pattern + t.equal(0, twoByteString.indexOf('\u039a', 0, 'ucs2')) + let index = twoByteString.indexOf('\u0391', 0, 'ucs2') + t.equal(2, index, `Alpha - at index ${index}`) + index = twoByteString.indexOf('\u03a3', 0, 'ucs2') + t.equal(4, index, `First Sigma - at index ${index}`) + index = twoByteString.indexOf('\u03a3', 6, 'ucs2') + t.equal(6, index, `Second Sigma - at index ${index}`) + index = twoByteString.indexOf('\u0395', 0, 'ucs2') + t.equal(8, index, `Epsilon - at index ${index}`) + index = twoByteString.indexOf('\u0392', 0, 'ucs2') + t.equal(-1, index, `Not beta - at index ${index}`) + + // Test multi-char pattern + index = twoByteString.indexOf('\u039a\u0391', 0, 'ucs2') + t.equal(0, index, `Lambda Alpha - at index ${index}`) + index = twoByteString.indexOf('\u0391\u03a3', 0, 'ucs2') + t.equal(2, index, `Alpha Sigma - at index ${index}`) + index = twoByteString.indexOf('\u03a3\u03a3', 0, 'ucs2') + t.equal(4, index, `Sigma Sigma - at index ${index}`) + index = twoByteString.indexOf('\u03a3\u0395', 0, 'ucs2') + t.equal(6, index, `Sigma Epsilon - at index ${index}`) + } + + const mixedByteStringUtf8 = Buffer.from('\u039a\u0391abc\u03a3\u03a3\u0395') + + t.equal(5, mixedByteStringUtf8.indexOf('bc')) + t.equal(5, mixedByteStringUtf8.indexOf('bc', 5)) + t.equal(5, mixedByteStringUtf8.indexOf('bc', -8)) + t.equal(7, mixedByteStringUtf8.indexOf('\u03a3')) + t.equal(-1, mixedByteStringUtf8.indexOf('\u0396')) + + // Test complex string indexOf algorithms. Only trigger for long strings. + // Long string that isn't a simple repeat of a shorter string. + let longString = 'A' + for (let i = 66; i < 76; i++) { // from 'B' to 'K' + longString = longString + String.fromCharCode(i) + longString + } + + const longBufferString = Buffer.from(longString) + + // pattern of 15 chars, repeated every 16 chars in long + let pattern = 'ABACABADABACABA' + for (let i = 0; i < longBufferString.length - pattern.length; i += 7) { + const index = longBufferString.indexOf(pattern, i) + t.equal((i + 15) & ~0xf, index, + `Long ABACABA...-string at index ${i}`) + } + + let index = longBufferString.indexOf('AJABACA') + t.equal(510, index, `Long AJABACA, First J - at index ${index}`) + index = longBufferString.indexOf('AJABACA', 511) + t.equal(1534, index, `Long AJABACA, Second J - at index ${index}`) + + pattern = 'JABACABADABACABA' + index = longBufferString.indexOf(pattern) + t.equal(511, index, `Long JABACABA..., First J - at index ${index}`) + index = longBufferString.indexOf(pattern, 512) + t.equal( + 1535, index, `Long JABACABA..., Second J - at index ${index}`) + + // Search for a non-ASCII string in a pure ASCII string. + const asciiString = Buffer.from( + 'somethingnotatallsinisterwhichalsoworks') + t.equal(-1, asciiString.indexOf('\x2061')) + t.equal(3, asciiString.indexOf('eth', 0)) + + // Search in string containing many non-ASCII chars. + const allCodePoints = [] + for (let i = 0; i < 65536; i++) { + allCodePoints[i] = i + } + + const allCharsString = String.fromCharCode.apply(String, allCodePoints) + const allCharsBufferUtf8 = Buffer.from(allCharsString) + const allCharsBufferUcs2 = Buffer.from(allCharsString, 'ucs2') + + // Search for string long enough to trigger complex search with ASCII pattern + // and UC16 subject. + t.equal(-1, allCharsBufferUtf8.indexOf('notfound')) + t.equal(-1, allCharsBufferUcs2.indexOf('notfound')) + + // Needle is longer than haystack, but only because it's encoded as UTF-16 + t.equal(Buffer.from('aaaa').indexOf('a'.repeat(4), 'ucs2'), -1) + + t.equal(Buffer.from('aaaa').indexOf('a'.repeat(4), 'utf8'), 0) + t.equal(Buffer.from('aaaa').indexOf('你好', 'ucs2'), -1) + + // Haystack has odd length, but the needle is UCS2. + t.equal(Buffer.from('aaaaa').indexOf('b', 'ucs2'), -1) + + { + // Find substrings in Utf8. + const lengths = [1, 3, 15] // Single char, simple and complex. + const indices = [0x5, 0x60, 0x400, 0x680, 0x7ee, 0xFF02, 0x16610, 0x2f77b] + for (let lengthIndex = 0; lengthIndex < lengths.length; lengthIndex++) { + for (let i = 0; i < indices.length; i++) { + const index = indices[i] + let length = lengths[lengthIndex] + + if (index + length > 0x7F) { + length = 2 * length + } + + if (index + length > 0x7FF) { + length = 3 * length + } + + if (index + length > 0xFFFF) { + length = 4 * length + } + + const patternBufferUtf8 = allCharsBufferUtf8.slice(index, index + length) + t.equal(index, allCharsBufferUtf8.indexOf(patternBufferUtf8)) + + const patternStringUtf8 = patternBufferUtf8.toString() + t.equal(index, allCharsBufferUtf8.indexOf(patternStringUtf8)) + } + } + } + + { + // Find substrings in Usc2. + const lengths = [2, 4, 16] // Single char, simple and complex. + const indices = [0x5, 0x65, 0x105, 0x205, 0x285, 0x2005, 0x2085, 0xfff0] + + for (let lengthIndex = 0; lengthIndex < lengths.length; lengthIndex++) { + for (let i = 0; i < indices.length; i++) { + const index = indices[i] * 2 + const length = lengths[lengthIndex] + + const patternBufferUcs2 = + allCharsBufferUcs2.slice(index, index + length) + t.equal( + index, allCharsBufferUcs2.indexOf(patternBufferUcs2, 0, 'ucs2')) + + const patternStringUcs2 = patternBufferUcs2.toString('ucs2') + t.equal( + index, allCharsBufferUcs2.indexOf(patternStringUcs2, 0, 'ucs2')) + } + } + } + + [ + () => {}, + {}, + [] + ].forEach((val) => { + t.throws(() => b.indexOf(val), TypeError, `"${JSON.stringify(val)}" should throw`) + }) + + // Test weird offset arguments. + // The following offsets coerce to NaN or 0, searching the whole Buffer + t.equal(b.indexOf('b', undefined), 1) + t.equal(b.indexOf('b', {}), 1) + t.equal(b.indexOf('b', 0), 1) + t.equal(b.indexOf('b', null), 1) + t.equal(b.indexOf('b', []), 1) + + // The following offset coerces to 2, in other words +[2] === 2 + t.equal(b.indexOf('b', [2]), -1) + + // Behavior should match String.indexOf() + t.equal( + b.indexOf('b', undefined), + stringComparison.indexOf('b', undefined)) + t.equal( + b.indexOf('b', {}), + stringComparison.indexOf('b', {})) + t.equal( + b.indexOf('b', 0), + stringComparison.indexOf('b', 0)) + t.equal( + b.indexOf('b', null), + stringComparison.indexOf('b', null)) + t.equal( + b.indexOf('b', []), + stringComparison.indexOf('b', [])) + t.equal( + b.indexOf('b', [2]), + stringComparison.indexOf('b', [2])) + + // test truncation of Number arguments to uint8 + { + const buf = Buffer.from('this is a test') + + t.equal(buf.indexOf(0x6973), 3) + t.equal(buf.indexOf(0x697320), 4) + t.equal(buf.indexOf(0x69732069), 2) + t.equal(buf.indexOf(0x697374657374), 0) + t.equal(buf.indexOf(0x69737374), 0) + t.equal(buf.indexOf(0x69737465), 11) + t.equal(buf.indexOf(0x69737465), 11) + t.equal(buf.indexOf(-140), 0) + t.equal(buf.indexOf(-152), 1) + t.equal(buf.indexOf(0xff), -1) + t.equal(buf.indexOf(0xffff), -1) + } + + // Test that Uint8Array arguments are okay. + { + const needle = new Uint8Array([0x66, 0x6f, 0x6f]) + const haystack = new BufferList(Buffer.from('a foo b foo')) + t.equal(haystack.indexOf(needle), 2) + } + + t.end() +}) diff --git a/node_modules/bl/test/isBufferList.js b/node_modules/bl/test/isBufferList.js new file mode 100644 index 0000000..9d895d5 --- /dev/null +++ b/node_modules/bl/test/isBufferList.js @@ -0,0 +1,32 @@ +'use strict' + +const tape = require('tape') +const { BufferList, BufferListStream } = require('../') +const { Buffer } = require('buffer') + +tape('isBufferList positives', (t) => { + t.ok(BufferList.isBufferList(new BufferList())) + t.ok(BufferList.isBufferList(new BufferListStream())) + + t.end() +}) + +tape('isBufferList negatives', (t) => { + const types = [ + null, + undefined, + NaN, + true, + false, + {}, + [], + Buffer.alloc(0), + [Buffer.alloc(0)] + ] + + for (const obj of types) { + t.notOk(BufferList.isBufferList(obj)) + } + + t.end() +}) diff --git a/node_modules/bl/test/test.js b/node_modules/bl/test/test.js new file mode 100644 index 0000000..f10326f --- /dev/null +++ b/node_modules/bl/test/test.js @@ -0,0 +1,1032 @@ +// @ts-check +'use strict' + +const tape = require('tape') +const crypto = require('crypto') +const fs = require('fs') +const path = require('path') +const os = require('os') +const BufferListStream = require('../') +const { Buffer } = require('buffer') + +/** + * This typedef allows us to add _bufs to the API without declaring it publicly on types. + * @typedef { BufferListStream & { _bufs?: Buffer[] }} BufferListStreamWithPrivate + */ + +/** + * Just for typechecking in js + * @type { NodeJS.Process & { browser?: boolean }} + */ + +const process = globalThis.process + +/** @type {BufferEncoding[]} */ +const encodings = ['ascii', 'utf8', 'utf-8', 'hex', 'binary', 'base64'] + +if (process.browser) { + encodings.push( + 'ucs2', + 'ucs-2', + 'utf16le', + /** + * This alias is not in typescript typings for BufferEncoding. Still have to fix + * @see https://nodejs.org/api/buffer.html#buffers-and-character-encodings + */ + // @ts-ignore + 'utf-16le' + ) +} + +require('./indexOf') +require('./isBufferList') +require('./convert') + +tape('single bytes from single buffer', function (t) { + const bl = new BufferListStream() + + bl.append(Buffer.from('abcd')) + + t.equal(bl.length, 4) + t.equal(bl.get(-1), undefined) + t.equal(bl.get(0), 97) + t.equal(bl.get(1), 98) + t.equal(bl.get(2), 99) + t.equal(bl.get(3), 100) + t.equal(bl.get(4), undefined) + + t.end() +}) + +tape('single bytes from multiple buffers', function (t) { + const bl = new BufferListStream() + + bl.append(Buffer.from('abcd')) + bl.append(Buffer.from('efg')) + bl.append(Buffer.from('hi')) + bl.append(Buffer.from('j')) + + t.equal(bl.length, 10) + + t.equal(bl.get(0), 97) + t.equal(bl.get(1), 98) + t.equal(bl.get(2), 99) + t.equal(bl.get(3), 100) + t.equal(bl.get(4), 101) + t.equal(bl.get(5), 102) + t.equal(bl.get(6), 103) + t.equal(bl.get(7), 104) + t.equal(bl.get(8), 105) + t.equal(bl.get(9), 106) + + t.end() +}) + +tape('multi bytes from single buffer', function (t) { + const bl = new BufferListStream() + + bl.append(Buffer.from('abcd')) + + t.equal(bl.length, 4) + + t.equal(bl.slice(0, 4).toString('ascii'), 'abcd') + t.equal(bl.slice(0, 3).toString('ascii'), 'abc') + t.equal(bl.slice(1, 4).toString('ascii'), 'bcd') + t.equal(bl.slice(-4, -1).toString('ascii'), 'abc') + + t.end() +}) + +tape('multi bytes from single buffer (negative indexes)', function (t) { + const bl = new BufferListStream() + + bl.append(Buffer.from('buffer')) + + t.equal(bl.length, 6) + + t.equal(bl.slice(-6, -1).toString('ascii'), 'buffe') + t.equal(bl.slice(-6, -2).toString('ascii'), 'buff') + t.equal(bl.slice(-5, -2).toString('ascii'), 'uff') + + t.end() +}) + +tape('multiple bytes from multiple buffers', function (t) { + const bl = new BufferListStream() + + bl.append(Buffer.from('abcd')) + bl.append(Buffer.from('efg')) + bl.append(Buffer.from('hi')) + bl.append(Buffer.from('j')) + + t.equal(bl.length, 10) + + t.equal(bl.slice(0, 10).toString('ascii'), 'abcdefghij') + t.equal(bl.slice(3, 10).toString('ascii'), 'defghij') + t.equal(bl.slice(3, 6).toString('ascii'), 'def') + t.equal(bl.slice(3, 8).toString('ascii'), 'defgh') + t.equal(bl.slice(5, 10).toString('ascii'), 'fghij') + t.equal(bl.slice(-7, -4).toString('ascii'), 'def') + + t.end() +}) + +tape('multiple bytes from multiple buffer lists', function (t) { + const bl = new BufferListStream() + + bl.append(new BufferListStream([Buffer.from('abcd'), Buffer.from('efg')])) + bl.append(new BufferListStream([Buffer.from('hi'), Buffer.from('j')])) + + t.equal(bl.length, 10) + + t.equal(bl.slice(0, 10).toString('ascii'), 'abcdefghij') + + t.equal(bl.slice(3, 10).toString('ascii'), 'defghij') + t.equal(bl.slice(3, 6).toString('ascii'), 'def') + t.equal(bl.slice(3, 8).toString('ascii'), 'defgh') + t.equal(bl.slice(5, 10).toString('ascii'), 'fghij') + + t.end() +}) + +// same data as previous test, just using nested constructors +tape('multiple bytes from crazy nested buffer lists', function (t) { + const bl = new BufferListStream() + + bl.append( + new BufferListStream([ + new BufferListStream([ + new BufferListStream(Buffer.from('abc')), + Buffer.from('d'), + new BufferListStream(Buffer.from('efg')) + ]), + new BufferListStream([Buffer.from('hi')]), + new BufferListStream(Buffer.from('j')) + ]) + ) + + t.equal(bl.length, 10) + + t.equal(bl.slice(0, 10).toString('ascii'), 'abcdefghij') + + t.equal(bl.slice(3, 10).toString('ascii'), 'defghij') + t.equal(bl.slice(3, 6).toString('ascii'), 'def') + t.equal(bl.slice(3, 8).toString('ascii'), 'defgh') + t.equal(bl.slice(5, 10).toString('ascii'), 'fghij') + + t.end() +}) + +tape('append accepts arrays of Buffers', function (t) { + const bl = new BufferListStream() + + bl.append(Buffer.from('abc')) + bl.append([Buffer.from('def')]) + bl.append([Buffer.from('ghi'), Buffer.from('jkl')]) + bl.append([Buffer.from('mnop'), Buffer.from('qrstu'), Buffer.from('vwxyz')]) + t.equal(bl.length, 26) + t.equal(bl.slice().toString('ascii'), 'abcdefghijklmnopqrstuvwxyz') + + t.end() +}) + +tape('append accepts arrays of Uint8Arrays', function (t) { + const bl = new BufferListStream() + + bl.append(new Uint8Array([97, 98, 99])) + bl.append([Uint8Array.from([100, 101, 102])]) + bl.append([new Uint8Array([103, 104, 105]), new Uint8Array([106, 107, 108])]) + bl.append([new Uint8Array([109, 110, 111, 112]), new Uint8Array([113, 114, 115, 116, 117]), new Uint8Array([118, 119, 120, 121, 122])]) + t.equal(bl.length, 26) + t.equal(bl.slice().toString('ascii'), 'abcdefghijklmnopqrstuvwxyz') + + t.end() +}) + +tape('append accepts arrays of BufferLists', function (t) { + const bl = new BufferListStream() + + bl.append(Buffer.from('abc')) + bl.append([new BufferListStream('def')]) + bl.append( + new BufferListStream([Buffer.from('ghi'), new BufferListStream('jkl')]) + ) + bl.append([ + Buffer.from('mnop'), + new BufferListStream([Buffer.from('qrstu'), Buffer.from('vwxyz')]) + ]) + t.equal(bl.length, 26) + t.equal(bl.slice().toString('ascii'), 'abcdefghijklmnopqrstuvwxyz') + + t.end() +}) + +tape('append chainable', function (t) { + const bl = new BufferListStream() + + t.ok(bl.append(Buffer.from('abcd')) === bl) + t.ok(bl.append([Buffer.from('abcd')]) === bl) + t.ok(bl.append(new BufferListStream(Buffer.from('abcd'))) === bl) + t.ok(bl.append([new BufferListStream(Buffer.from('abcd'))]) === bl) + + t.end() +}) + +tape('append chainable (test results)', function (t) { + const bl = new BufferListStream('abc') + .append([new BufferListStream('def')]) + .append( + new BufferListStream([Buffer.from('ghi'), new BufferListStream('jkl')]) + ) + .append([ + Buffer.from('mnop'), + new BufferListStream([Buffer.from('qrstu'), Buffer.from('vwxyz')]) + ]) + + t.equal(bl.length, 26) + t.equal(bl.slice().toString('ascii'), 'abcdefghijklmnopqrstuvwxyz') + + t.end() +}) + +tape('prepend accepts arrays of Buffers', function (t) { + const bl = new BufferListStream() + + bl.prepend(Buffer.from('abc')) + bl.prepend([Buffer.from('def')]) + bl.prepend([Buffer.from('ghi'), Buffer.from('jkl')]) + bl.prepend([Buffer.from('mnop'), Buffer.from('qrstu'), Buffer.from('vwxyz')]) + t.equal(bl.length, 26) + t.equal(bl.slice().toString('ascii'), 'mnopqrstuvwxyzghijkldefabc') + + t.end() +}) + +tape('prepend accepts arrays of Uint8Arrays', function (t) { + const bl = new BufferListStream() + + bl.prepend(new Uint8Array([97, 98, 99])) + bl.prepend([Uint8Array.from([100, 101, 102])]) + bl.prepend([new Uint8Array([103, 104, 105]), new Uint8Array([106, 107, 108])]) + bl.prepend([new Uint8Array([109, 110, 111, 112]), new Uint8Array([113, 114, 115, 116, 117]), new Uint8Array([118, 119, 120, 121, 122])]) + t.equal(bl.length, 26) + t.equal(bl.slice().toString('ascii'), 'mnopqrstuvwxyzghijkldefabc') + + t.end() +}) + +tape('prepend accepts arrays of BufferLists', function (t) { + const bl = new BufferListStream() + + bl.prepend(Buffer.from('abc')) + bl.prepend([new BufferListStream('def')]) + bl.prepend( + new BufferListStream([Buffer.from('ghi'), new BufferListStream('jkl')]) + ) + bl.prepend([ + Buffer.from('mnop'), + new BufferListStream([Buffer.from('qrstu'), Buffer.from('vwxyz')]) + ]) + t.equal(bl.length, 26) + t.equal(bl.slice().toString('ascii'), 'mnopqrstuvwxyzghijkldefabc') + + t.end() +}) + +tape('prepend chainable', function (t) { + const bl = new BufferListStream() + + t.ok(bl.prepend(Buffer.from('abcd')) === bl) + t.ok(bl.prepend([Buffer.from('abcd')]) === bl) + t.ok(bl.prepend(new BufferListStream(Buffer.from('abcd'))) === bl) + t.ok(bl.prepend([new BufferListStream(Buffer.from('abcd'))]) === bl) + + t.end() +}) + +tape('prepend chainable (test results)', function (t) { + const bl = new BufferListStream('abc') + .prepend([new BufferListStream('def')]) + .prepend( + new BufferListStream([Buffer.from('ghi'), new BufferListStream('jkl')]) + ) + .prepend([ + Buffer.from('mnop'), + new BufferListStream([Buffer.from('qrstu'), Buffer.from('vwxyz')]) + ]) + + t.equal(bl.length, 26) + t.equal(bl.slice().toString('ascii'), 'mnopqrstuvwxyzghijkldefabc') + + t.end() +}) + +tape('consuming from multiple buffers', function (t) { + const bl = new BufferListStream() + + bl.append(Buffer.from('abcd')) + bl.append(Buffer.from('efg')) + bl.append(Buffer.from('hi')) + bl.append(Buffer.from('j')) + + t.equal(bl.length, 10) + + t.equal(bl.slice(0, 10).toString('ascii'), 'abcdefghij') + + bl.consume(3) + t.equal(bl.length, 7) + t.equal(bl.slice(0, 7).toString('ascii'), 'defghij') + + bl.consume(2) + t.equal(bl.length, 5) + t.equal(bl.slice(0, 5).toString('ascii'), 'fghij') + + bl.consume(1) + t.equal(bl.length, 4) + t.equal(bl.slice(0, 4).toString('ascii'), 'ghij') + + bl.consume(1) + t.equal(bl.length, 3) + t.equal(bl.slice(0, 3).toString('ascii'), 'hij') + + bl.consume(2) + t.equal(bl.length, 1) + t.equal(bl.slice(0, 1).toString('ascii'), 'j') + + t.end() +}) + +tape('complete consumption', function (t) { + /** @type {BufferListStreamWithPrivate} */ + const bl = new BufferListStream() + + bl.append(Buffer.from('a')) + bl.append(Buffer.from('b')) + + bl.consume(2) + + t.equal(bl.length, 0) + t.equal(bl._bufs.length, 0) + + t.end() +}) + +tape('test readUInt8 / readInt8', function (t) { + const buf1 = Buffer.alloc(1) + const buf2 = Buffer.alloc(3) + const buf3 = Buffer.alloc(3) + const bl = new BufferListStream() + + buf1[0] = 0x1 + buf2[1] = 0x3 + buf2[2] = 0x4 + buf3[0] = 0x23 + buf3[1] = 0x42 + + bl.append(buf1) + bl.append(buf2) + bl.append(buf3) + + t.equal(bl.readUInt8(), 0x1) + t.equal(bl.readUInt8(2), 0x3) + t.equal(bl.readInt8(2), 0x3) + t.equal(bl.readUInt8(3), 0x4) + t.equal(bl.readInt8(3), 0x4) + t.equal(bl.readUInt8(4), 0x23) + t.equal(bl.readInt8(4), 0x23) + t.equal(bl.readUInt8(5), 0x42) + t.equal(bl.readInt8(5), 0x42) + + t.end() +}) + +tape('test readUInt16LE / readUInt16BE / readInt16LE / readInt16BE', function (t) { + const buf1 = Buffer.alloc(1) + const buf2 = Buffer.alloc(3) + const buf3 = Buffer.alloc(3) + const bl = new BufferListStream() + + buf1[0] = 0x1 + buf2[1] = 0x3 + buf2[2] = 0x4 + buf3[0] = 0x23 + buf3[1] = 0x42 + + bl.append(buf1) + bl.append(buf2) + bl.append(buf3) + + t.equal(bl.readUInt16BE(), 0x0100) + t.equal(bl.readUInt16LE(), 0x0001) + t.equal(bl.readUInt16BE(2), 0x0304) + t.equal(bl.readUInt16LE(2), 0x0403) + t.equal(bl.readInt16BE(2), 0x0304) + t.equal(bl.readInt16LE(2), 0x0403) + t.equal(bl.readUInt16BE(3), 0x0423) + t.equal(bl.readUInt16LE(3), 0x2304) + t.equal(bl.readInt16BE(3), 0x0423) + t.equal(bl.readInt16LE(3), 0x2304) + t.equal(bl.readUInt16BE(4), 0x2342) + t.equal(bl.readUInt16LE(4), 0x4223) + t.equal(bl.readInt16BE(4), 0x2342) + t.equal(bl.readInt16LE(4), 0x4223) + + t.end() +}) + +tape('test readUInt32LE / readUInt32BE / readInt32LE / readInt32BE', function (t) { + const buf1 = Buffer.alloc(1) + const buf2 = Buffer.alloc(3) + const buf3 = Buffer.alloc(3) + const bl = new BufferListStream() + + buf1[0] = 0x1 + buf2[1] = 0x3 + buf2[2] = 0x4 + buf3[0] = 0x23 + buf3[1] = 0x42 + + bl.append(buf1) + bl.append(buf2) + bl.append(buf3) + + t.equal(bl.readUInt32BE(), 0x01000304) + t.equal(bl.readUInt32LE(), 0x04030001) + t.equal(bl.readUInt32BE(2), 0x03042342) + t.equal(bl.readUInt32LE(2), 0x42230403) + t.equal(bl.readInt32BE(2), 0x03042342) + t.equal(bl.readInt32LE(2), 0x42230403) + + t.end() +}) + +tape('test readBigUInt64LE / readBigUInt64BE / readBigInt64LE / readBigInt64BE', function (t) { + const buf1 = Buffer.alloc(1) + const buf2 = Buffer.alloc(3) + const buf3 = Buffer.alloc(2) + const buf4 = Buffer.alloc(5) + const bl = new BufferListStream() + + buf1[0] = 0x05 + buf2[0] = 0x07 + + buf2[1] = 0x03 + buf2[2] = 0x04 + buf3[0] = 0x23 + buf3[1] = 0x42 + buf4[0] = 0x00 + buf4[1] = 0x01 + buf4[2] = 0x02 + buf4[3] = 0x03 + + buf4[4] = 0x04 + + bl.append(buf1) + bl.append(buf2) + bl.append(buf3) + bl.append(buf4) + + t.equal(bl.readBigUInt64BE(2), 0x0304234200010203n) + t.equal(bl.readBigUInt64LE(2), 0x0302010042230403n) + t.equal(bl.readBigInt64BE(2), 0x0304234200010203n) + t.equal(bl.readBigInt64LE(2), 0x0302010042230403n) + + t.end() +}) + +tape('test readUIntLE / readUIntBE / readIntLE / readIntBE', function (t) { + const buf1 = Buffer.alloc(1) + const buf2 = Buffer.alloc(3) + const buf3 = Buffer.alloc(3) + const bl = new BufferListStream() + + buf2[0] = 0x2 + buf2[1] = 0x3 + buf2[2] = 0x4 + buf3[0] = 0x23 + buf3[1] = 0x42 + buf3[2] = 0x61 + + bl.append(buf1) + bl.append(buf2) + bl.append(buf3) + + t.equal(bl.readUIntBE(1, 1), 0x02) + t.equal(bl.readUIntBE(1, 2), 0x0203) + t.equal(bl.readUIntBE(1, 3), 0x020304) + t.equal(bl.readUIntBE(1, 4), 0x02030423) + t.equal(bl.readUIntBE(1, 5), 0x0203042342) + t.equal(bl.readUIntBE(1, 6), 0x020304234261) + t.equal(bl.readUIntLE(1, 1), 0x02) + t.equal(bl.readUIntLE(1, 2), 0x0302) + t.equal(bl.readUIntLE(1, 3), 0x040302) + t.equal(bl.readUIntLE(1, 4), 0x23040302) + t.equal(bl.readUIntLE(1, 5), 0x4223040302) + t.equal(bl.readUIntLE(1, 6), 0x614223040302) + t.equal(bl.readIntBE(1, 1), 0x02) + t.equal(bl.readIntBE(1, 2), 0x0203) + t.equal(bl.readIntBE(1, 3), 0x020304) + t.equal(bl.readIntBE(1, 4), 0x02030423) + t.equal(bl.readIntBE(1, 5), 0x0203042342) + t.equal(bl.readIntBE(1, 6), 0x020304234261) + t.equal(bl.readIntLE(1, 1), 0x02) + t.equal(bl.readIntLE(1, 2), 0x0302) + t.equal(bl.readIntLE(1, 3), 0x040302) + t.equal(bl.readIntLE(1, 4), 0x23040302) + t.equal(bl.readIntLE(1, 5), 0x4223040302) + t.equal(bl.readIntLE(1, 6), 0x614223040302) + + t.end() +}) + +tape('test readFloatLE / readFloatBE', function (t) { + const buf1 = Buffer.alloc(1) + const buf2 = Buffer.alloc(3) + const buf3 = Buffer.alloc(3) + const bl = new BufferListStream() + + buf1[0] = 0x01 + buf2[1] = 0x00 + buf2[2] = 0x00 + buf3[0] = 0x80 + buf3[1] = 0x3f + + bl.append(buf1) + bl.append(buf2) + bl.append(buf3) + + const canonical = Buffer.concat([buf1, buf2, buf3]) + t.equal(bl.readFloatLE(), canonical.readFloatLE()) + t.equal(bl.readFloatBE(), canonical.readFloatBE()) + t.equal(bl.readFloatLE(2), canonical.readFloatLE(2)) + t.equal(bl.readFloatBE(2), canonical.readFloatBE(2)) + + t.end() +}) + +tape('test readDoubleLE / readDoubleBE', function (t) { + const buf1 = Buffer.alloc(1) + const buf2 = Buffer.alloc(3) + const buf3 = Buffer.alloc(10) + const bl = new BufferListStream() + + buf1[0] = 0x01 + buf2[1] = 0x55 + buf2[2] = 0x55 + buf3[0] = 0x55 + buf3[1] = 0x55 + buf3[2] = 0x55 + buf3[3] = 0x55 + buf3[4] = 0xd5 + buf3[5] = 0x3f + + bl.append(buf1) + bl.append(buf2) + bl.append(buf3) + + const canonical = Buffer.concat([buf1, buf2, buf3]) + t.equal(bl.readDoubleBE(), canonical.readDoubleBE()) + t.equal(bl.readDoubleLE(), canonical.readDoubleLE()) + t.equal(bl.readDoubleBE(2), canonical.readDoubleBE(2)) + t.equal(bl.readDoubleLE(2), canonical.readDoubleLE(2)) + + t.end() +}) + +tape('test toString', function (t) { + const bl = new BufferListStream() + + bl.append(Buffer.from('abcd')) + bl.append(Buffer.from('efg')) + bl.append(Buffer.from('hi')) + bl.append(Buffer.from('j')) + + t.equal(bl.toString('ascii', 0, 10), 'abcdefghij') + t.equal(bl.toString('ascii', 3, 10), 'defghij') + t.equal(bl.toString('ascii', 3, 6), 'def') + t.equal(bl.toString('ascii', 3, 8), 'defgh') + t.equal(bl.toString('ascii', 5, 10), 'fghij') + + t.end() +}) + +tape('test toString encoding', function (t) { + const bl = new BufferListStream() + const b = Buffer.from('abcdefghij\xff\x00') + + bl.append(Buffer.from('abcd')) + bl.append(Buffer.from('efg')) + bl.append(Buffer.from('hi')) + bl.append(Buffer.from('j')) + bl.append(Buffer.from('\xff\x00')) + + encodings.forEach(function (enc) { + t.equal(bl.toString(enc), b.toString(enc), enc) + }) + + t.end() +}) + +tape('getBuffers', function (t) { + const bl = new BufferListStream([Buffer.from('First'), Buffer.from('Second'), Buffer.from('Third')]) + + t.deepEquals( + bl.getBuffers(), + // @ts-ignore + bl._bufs + ) + + t.end() +}) + +tape('uninitialized memory', function (t) { + const secret = crypto.randomBytes(256) + for (let i = 0; i < 1e6; i++) { + const clone = Buffer.from(secret) + const bl = new BufferListStream() + bl.append(Buffer.from('a')) + bl.consume(-1024) + const buf = bl.slice(1) + if (buf.indexOf(clone) !== -1) { + t.fail(`Match (at ${i})`) + break + } + } + t.end() +}) + +!process.browser && tape('test stream', function (t) { + const random = crypto.randomBytes(65534) + + const bl = new BufferListStream((err, buf) => { + t.ok(Buffer.isBuffer(buf)) + t.ok(err === null) + t.ok(random.equals(bl.slice())) + t.ok(random.equals(buf.slice())) + + bl.pipe(fs.createWriteStream(path.join(os.tmpdir(), 'bl_test_rnd_out.dat'))) + .on('close', function () { + const rndhash = crypto.createHash('md5').update(random).digest('hex') + const md5sum = crypto.createHash('md5') + const s = fs.createReadStream(path.join(os.tmpdir(), 'bl_test_rnd_out.dat')) + + s.on('data', md5sum.update.bind(md5sum)) + s.on('end', function () { + t.equal(rndhash, md5sum.digest('hex'), 'woohoo! correct hash!') + t.end() + }) + }) + }) + + fs.writeFileSync(path.join(os.tmpdir(), 'bl_test_rnd.dat'), random) + fs.createReadStream(path.join(os.tmpdir(), 'bl_test_rnd.dat')).pipe(bl) +}) + +tape('instantiation with Buffer', function (t) { + const buf = crypto.randomBytes(1024) + const buf2 = crypto.randomBytes(1024) + let b = BufferListStream(buf) + + t.equal(buf.toString('hex'), b.slice().toString('hex'), 'same buffer') + b = BufferListStream([buf, buf2]) + t.equal(b.slice().toString('hex'), Buffer.concat([buf, buf2]).toString('hex'), 'same buffer') + + t.end() +}) + +tape('test String appendage', function (t) { + const bl = new BufferListStream() + const b = Buffer.from('abcdefghij\xff\x00') + + bl.append('abcd') + bl.append('efg') + bl.append('hi') + bl.append('j') + bl.append('\xff\x00') + + encodings.forEach(function (enc) { + t.equal(bl.toString(enc), b.toString(enc)) + }) + + t.end() +}) + +tape('test Number appendage', function (t) { + const bl = new BufferListStream() + const b = Buffer.from('1234567890') + + bl.append(1234) + bl.append(567) + bl.append(89) + bl.append(0) + + encodings.forEach(function (enc) { + t.equal(bl.toString(enc), b.toString(enc)) + }) + + t.end() +}) + +tape('write nothing, should get empty buffer', function (t) { + t.plan(3) + BufferListStream(function (err, data) { + t.notOk(err, 'no error') + t.ok(Buffer.isBuffer(data), 'got a buffer') + t.equal(0, data.length, 'got a zero-length buffer') + t.end() + }).end() +}) + +tape('unicode string', function (t) { + t.plan(2) + + const inp1 = '\u2600' + const inp2 = '\u2603' + const exp = inp1 + ' and ' + inp2 + const bl = BufferListStream() + + bl.write(inp1) + bl.write(' and ') + bl.write(inp2) + t.equal(exp, bl.toString()) + t.equal(Buffer.from(exp).toString('hex'), bl.toString('hex')) +}) + +tape('should emit finish', function (t) { + const source = BufferListStream() + const dest = BufferListStream() + + source.write('hello') + source.pipe(dest) + + dest.on('finish', function () { + t.equal(dest.toString('utf8'), 'hello') + t.end() + }) +}) + +tape('basic copy', function (t) { + const buf = crypto.randomBytes(1024) + const buf2 = Buffer.alloc(1024) + const b = BufferListStream(buf) + + b.copy(buf2) + t.equal(b.slice().toString('hex'), buf2.toString('hex'), 'same buffer') + + t.end() +}) + +tape('copy after many appends', function (t) { + const buf = crypto.randomBytes(512) + const buf2 = Buffer.alloc(1024) + const b = BufferListStream(buf) + + b.append(buf) + b.copy(buf2) + t.equal(b.slice().toString('hex'), buf2.toString('hex'), 'same buffer') + + t.end() +}) + +tape('copy at a precise position', function (t) { + const buf = crypto.randomBytes(1004) + const buf2 = Buffer.alloc(1024) + const b = BufferListStream(buf) + + b.copy(buf2, 20) + t.equal(b.slice().toString('hex'), buf2.slice(20).toString('hex'), 'same buffer') + + t.end() +}) + +tape('copy starting from a precise location', function (t) { + const buf = crypto.randomBytes(10) + const buf2 = Buffer.alloc(5) + const b = BufferListStream(buf) + + b.copy(buf2, 0, 5) + t.equal(b.slice(5).toString('hex'), buf2.toString('hex'), 'same buffer') + + t.end() +}) + +tape('copy in an interval', function (t) { + const rnd = crypto.randomBytes(10) + const b = BufferListStream(rnd) // put the random bytes there + const actual = Buffer.alloc(3) + const expected = Buffer.alloc(3) + + rnd.copy(expected, 0, 5, 8) + b.copy(actual, 0, 5, 8) + + t.equal(actual.toString('hex'), expected.toString('hex'), 'same buffer') + + t.end() +}) + +tape('copy an interval between two buffers', function (t) { + const buf = crypto.randomBytes(10) + const buf2 = Buffer.alloc(10) + const b = BufferListStream(buf) + + b.append(buf) + b.copy(buf2, 0, 5, 15) + + t.equal(b.slice(5, 15).toString('hex'), buf2.toString('hex'), 'same buffer') + + t.end() +}) + +tape('shallow slice across buffer boundaries', function (t) { + const bl = new BufferListStream(['First', 'Second', 'Third']) + + t.equal(bl.shallowSlice(3, 13).toString(), 'stSecondTh') + + t.end() +}) + +tape('shallow slice within single buffer', function (t) { + t.plan(2) + + const bl = new BufferListStream(['First', 'Second', 'Third']) + + t.equal(bl.shallowSlice(5, 10).toString(), 'Secon') + t.equal(bl.shallowSlice(7, 10).toString(), 'con') + + t.end() +}) + +tape('shallow slice single buffer', function (t) { + t.plan(3) + + const bl = new BufferListStream(['First', 'Second', 'Third']) + + t.equal(bl.shallowSlice(0, 5).toString(), 'First') + t.equal(bl.shallowSlice(5, 11).toString(), 'Second') + t.equal(bl.shallowSlice(11, 16).toString(), 'Third') +}) + +tape('shallow slice with negative or omitted indices', function (t) { + t.plan(4) + + const bl = new BufferListStream(['First', 'Second', 'Third']) + + t.equal(bl.shallowSlice().toString(), 'FirstSecondThird') + t.equal(bl.shallowSlice(5).toString(), 'SecondThird') + t.equal(bl.shallowSlice(5, -3).toString(), 'SecondTh') + t.equal(bl.shallowSlice(-8).toString(), 'ondThird') +}) + +tape('shallow slice does not make a copy', function (t) { + t.plan(1) + + const buffers = [Buffer.from('First'), Buffer.from('Second'), Buffer.from('Third')] + const bl = new BufferListStream(buffers).shallowSlice(5, -3) + + buffers[1].fill('h') + buffers[2].fill('h') + + t.equal(bl.toString(), 'hhhhhhhh') +}) + +tape('shallow slice with 0 length', function (t) { + t.plan(1) + + const buffers = [Buffer.from('First'), Buffer.from('Second'), Buffer.from('Third')] + const bl = (new BufferListStream(buffers)).shallowSlice(0, 0) + + t.equal(bl.length, 0) +}) + +tape('shallow slice with 0 length from middle', function (t) { + t.plan(1) + + const buffers = [Buffer.from('First'), Buffer.from('Second'), Buffer.from('Third')] + const bl = (new BufferListStream(buffers)).shallowSlice(10, 10) + + t.equal(bl.length, 0) +}) + +tape('duplicate', function (t) { + t.plan(2) + + const bl = new BufferListStream('abcdefghij\xff\x00') + const dup = bl.duplicate() + + t.equal(bl.prototype, dup.prototype) + t.equal(bl.toString('hex'), dup.toString('hex')) +}) + +tape('destroy no pipe', function (t) { + t.plan(2) + + /** @type {BufferListStreamWithPrivate} */ + const bl = new BufferListStream('alsdkfja;lsdkfja;lsdk') + + bl.destroy() + + t.equal(bl._bufs.length, 0) + t.equal(bl.length, 0) +}) + +tape('destroy with error', function (t) { + t.plan(3) + + /** @type {BufferListStreamWithPrivate} */ + const bl = new BufferListStream('alsdkfja;lsdkfja;lsdk') + const err = new Error('kaboom') + + bl.destroy(err) + bl.on('error', function (_err) { + t.equal(_err, err) + }) + + t.equal(bl._bufs.length, 0) + t.equal(bl.length, 0) +}) + +!process.browser && tape('destroy with pipe before read end', function (t) { + t.plan(2) + + /** @type {BufferListStreamWithPrivate} */ + const bl = new BufferListStream() + fs.createReadStream(path.join(__dirname, '/test.js')) + .pipe(bl) + + bl.destroy() + + t.equal(bl._bufs.length, 0) + t.equal(bl.length, 0) +}) + +!process.browser && tape('destroy with pipe before read end with race', function (t) { + t.plan(2) + + /** @type {BufferListStreamWithPrivate} */ + const bl = new BufferListStream() + + fs.createReadStream(path.join(__dirname, '/test.js')) + .pipe(bl) + + setTimeout(function () { + bl.destroy() + setTimeout(function () { + t.equal(bl._bufs.length, 0) + t.equal(bl.length, 0) + }, 500) + }, 500) +}) + +!process.browser && tape('destroy with pipe after read end', function (t) { + t.plan(2) + + /** @type {BufferListStreamWithPrivate} */ + const bl = new BufferListStream() + fs.createReadStream(path.join(__dirname, '/test.js')) + .on('end', onEnd) + .pipe(bl) + + function onEnd () { + bl.destroy() + + t.equal(bl._bufs.length, 0) + t.equal(bl.length, 0) + } +}) + +!process.browser && tape('destroy with pipe while writing to a destination', function (t) { + t.plan(4) + + /** @type {BufferListStreamWithPrivate} */ + const bl = new BufferListStream() + const ds = new BufferListStream() + + fs.createReadStream(path.join(__dirname, '/test.js')) + .on('end', onEnd) + .pipe(bl) + + function onEnd () { + bl.pipe(ds) + + setTimeout(function () { + bl.destroy() + + t.equals(bl._bufs.length, 0) + t.equals(bl.length, 0) + + ds.destroy() + + t.equals(bl._bufs.length, 0) + t.equals(bl.length, 0) + }, 100) + } +}) + +!process.browser && tape('handle error', function (t) { + t.plan(2) + + fs.createReadStream('/does/not/exist').pipe(BufferListStream(function (err, data) { + t.ok(err instanceof Error, 'has error') + t.notOk(data, 'no data') + })) +}) diff --git a/node_modules/bluebird/LICENSE b/node_modules/bluebird/LICENSE new file mode 100644 index 0000000..b24e635 --- /dev/null +++ b/node_modules/bluebird/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2013-2018 Petka Antonov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/node_modules/bluebird/README.md b/node_modules/bluebird/README.md new file mode 100644 index 0000000..7c1dd66 --- /dev/null +++ b/node_modules/bluebird/README.md @@ -0,0 +1,57 @@ + + Promises/A+ logo + + + +[![Build Status](https://travis-ci.org/petkaantonov/bluebird.svg?branch=master)](https://travis-ci.org/petkaantonov/bluebird) +[![coverage-98%](https://img.shields.io/badge/coverage-98%25-brightgreen.svg?style=flat)](http://petkaantonov.github.io/bluebird/coverage/debug/index.html) + +**Got a question?** Join us on [stackoverflow](http://stackoverflow.com/questions/tagged/bluebird), the [mailing list](https://groups.google.com/forum/#!forum/bluebird-js) or chat on [IRC](https://webchat.freenode.net/?channels=#promises) + +# Introduction + +Bluebird is a fully featured promise library with focus on innovative features and performance + +See the [**bluebird website**](http://bluebirdjs.com/docs/getting-started.html) for further documentation, references and instructions. See the [**API reference**](http://bluebirdjs.com/docs/api-reference.html) here. + +For bluebird 2.x documentation and files, see the [2.x tree](https://github.com/petkaantonov/bluebird/tree/2.x). + +### Note + +Promises in Node.js 10 are significantly faster than before. Bluebird still includes a lot of features like cancellation, iteration methods and warnings that native promises don't. If you are using Bluebird for performance rather than for those - please consider giving native promises a shot and running the benchmarks yourself. + +# Questions and issues + +The [github issue tracker](https://github.com/petkaantonov/bluebird/issues) is **_only_** for bug reports and feature requests. Anything else, such as questions for help in using the library, should be posted in [StackOverflow](http://stackoverflow.com/questions/tagged/bluebird) under tags `promise` and `bluebird`. + + + +## Thanks + +Thanks to BrowserStack for providing us with a free account which lets us support old browsers like IE8. + +# License + +The MIT License (MIT) + +Copyright (c) 2013-2019 Petka Antonov + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. + diff --git a/node_modules/bluebird/changelog.md b/node_modules/bluebird/changelog.md new file mode 100644 index 0000000..73b2eb6 --- /dev/null +++ b/node_modules/bluebird/changelog.md @@ -0,0 +1 @@ +[http://bluebirdjs.com/docs/changelog.html](http://bluebirdjs.com/docs/changelog.html) diff --git a/node_modules/bluebird/js/browser/bluebird.core.js b/node_modules/bluebird/js/browser/bluebird.core.js new file mode 100644 index 0000000..24a8bf2 --- /dev/null +++ b/node_modules/bluebird/js/browser/bluebird.core.js @@ -0,0 +1,3914 @@ +/* @preserve + * The MIT License (MIT) + * + * Copyright (c) 2013-2018 Petka Antonov + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + * + */ +/** + * bluebird build version 3.7.2 + * Features enabled: core + * Features disabled: race, call_get, generators, map, nodeify, promisify, props, reduce, settle, some, using, timers, filter, any, each +*/ +!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.Promise=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof _dereq_=="function"&&_dereq_;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof _dereq_=="function"&&_dereq_;for(var o=0;o 0) { + _drainQueueStep(queue); + } +} + +function _drainQueueStep(queue) { + var fn = queue.shift(); + if (typeof fn !== "function") { + fn._settlePromises(); + } else { + var receiver = queue.shift(); + var arg = queue.shift(); + fn.call(receiver, arg); + } +} + +Async.prototype._drainQueues = function () { + _drainQueue(this._normalQueue); + this._reset(); + this._haveDrainedQueues = true; + _drainQueue(this._lateQueue); +}; + +Async.prototype._queueTick = function () { + if (!this._isTickUsed) { + this._isTickUsed = true; + this._schedule(this.drainQueues); + } +}; + +Async.prototype._reset = function () { + this._isTickUsed = false; +}; + +module.exports = Async; +module.exports.firstLineError = firstLineError; + +},{"./queue":17,"./schedule":18}],2:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, INTERNAL, tryConvertToPromise, debug) { +var calledBind = false; +var rejectThis = function(_, e) { + this._reject(e); +}; + +var targetRejected = function(e, context) { + context.promiseRejectionQueued = true; + context.bindingPromise._then(rejectThis, rejectThis, null, this, e); +}; + +var bindingResolved = function(thisArg, context) { + if (((this._bitField & 50397184) === 0)) { + this._resolveCallback(context.target); + } +}; + +var bindingRejected = function(e, context) { + if (!context.promiseRejectionQueued) this._reject(e); +}; + +Promise.prototype.bind = function (thisArg) { + if (!calledBind) { + calledBind = true; + Promise.prototype._propagateFrom = debug.propagateFromFunction(); + Promise.prototype._boundValue = debug.boundValueFunction(); + } + var maybePromise = tryConvertToPromise(thisArg); + var ret = new Promise(INTERNAL); + ret._propagateFrom(this, 1); + var target = this._target(); + ret._setBoundTo(maybePromise); + if (maybePromise instanceof Promise) { + var context = { + promiseRejectionQueued: false, + promise: ret, + target: target, + bindingPromise: maybePromise + }; + target._then(INTERNAL, targetRejected, undefined, ret, context); + maybePromise._then( + bindingResolved, bindingRejected, undefined, ret, context); + ret._setOnCancel(maybePromise); + } else { + ret._resolveCallback(target); + } + return ret; +}; + +Promise.prototype._setBoundTo = function (obj) { + if (obj !== undefined) { + this._bitField = this._bitField | 2097152; + this._boundTo = obj; + } else { + this._bitField = this._bitField & (~2097152); + } +}; + +Promise.prototype._isBound = function () { + return (this._bitField & 2097152) === 2097152; +}; + +Promise.bind = function (thisArg, value) { + return Promise.resolve(value).bind(thisArg); +}; +}; + +},{}],3:[function(_dereq_,module,exports){ +"use strict"; +var old; +if (typeof Promise !== "undefined") old = Promise; +function noConflict() { + try { if (Promise === bluebird) Promise = old; } + catch (e) {} + return bluebird; +} +var bluebird = _dereq_("./promise")(); +bluebird.noConflict = noConflict; +module.exports = bluebird; + +},{"./promise":15}],4:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, PromiseArray, apiRejection, debug) { +var util = _dereq_("./util"); +var tryCatch = util.tryCatch; +var errorObj = util.errorObj; +var async = Promise._async; + +Promise.prototype["break"] = Promise.prototype.cancel = function() { + if (!debug.cancellation()) return this._warn("cancellation is disabled"); + + var promise = this; + var child = promise; + while (promise._isCancellable()) { + if (!promise._cancelBy(child)) { + if (child._isFollowing()) { + child._followee().cancel(); + } else { + child._cancelBranched(); + } + break; + } + + var parent = promise._cancellationParent; + if (parent == null || !parent._isCancellable()) { + if (promise._isFollowing()) { + promise._followee().cancel(); + } else { + promise._cancelBranched(); + } + break; + } else { + if (promise._isFollowing()) promise._followee().cancel(); + promise._setWillBeCancelled(); + child = promise; + promise = parent; + } + } +}; + +Promise.prototype._branchHasCancelled = function() { + this._branchesRemainingToCancel--; +}; + +Promise.prototype._enoughBranchesHaveCancelled = function() { + return this._branchesRemainingToCancel === undefined || + this._branchesRemainingToCancel <= 0; +}; + +Promise.prototype._cancelBy = function(canceller) { + if (canceller === this) { + this._branchesRemainingToCancel = 0; + this._invokeOnCancel(); + return true; + } else { + this._branchHasCancelled(); + if (this._enoughBranchesHaveCancelled()) { + this._invokeOnCancel(); + return true; + } + } + return false; +}; + +Promise.prototype._cancelBranched = function() { + if (this._enoughBranchesHaveCancelled()) { + this._cancel(); + } +}; + +Promise.prototype._cancel = function() { + if (!this._isCancellable()) return; + this._setCancelled(); + async.invoke(this._cancelPromises, this, undefined); +}; + +Promise.prototype._cancelPromises = function() { + if (this._length() > 0) this._settlePromises(); +}; + +Promise.prototype._unsetOnCancel = function() { + this._onCancelField = undefined; +}; + +Promise.prototype._isCancellable = function() { + return this.isPending() && !this._isCancelled(); +}; + +Promise.prototype.isCancellable = function() { + return this.isPending() && !this.isCancelled(); +}; + +Promise.prototype._doInvokeOnCancel = function(onCancelCallback, internalOnly) { + if (util.isArray(onCancelCallback)) { + for (var i = 0; i < onCancelCallback.length; ++i) { + this._doInvokeOnCancel(onCancelCallback[i], internalOnly); + } + } else if (onCancelCallback !== undefined) { + if (typeof onCancelCallback === "function") { + if (!internalOnly) { + var e = tryCatch(onCancelCallback).call(this._boundValue()); + if (e === errorObj) { + this._attachExtraTrace(e.e); + async.throwLater(e.e); + } + } + } else { + onCancelCallback._resultCancelled(this); + } + } +}; + +Promise.prototype._invokeOnCancel = function() { + var onCancelCallback = this._onCancel(); + this._unsetOnCancel(); + async.invoke(this._doInvokeOnCancel, this, onCancelCallback); +}; + +Promise.prototype._invokeInternalOnCancel = function() { + if (this._isCancellable()) { + this._doInvokeOnCancel(this._onCancel(), true); + this._unsetOnCancel(); + } +}; + +Promise.prototype._resultCancelled = function() { + this.cancel(); +}; + +}; + +},{"./util":21}],5:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(NEXT_FILTER) { +var util = _dereq_("./util"); +var getKeys = _dereq_("./es5").keys; +var tryCatch = util.tryCatch; +var errorObj = util.errorObj; + +function catchFilter(instances, cb, promise) { + return function(e) { + var boundTo = promise._boundValue(); + predicateLoop: for (var i = 0; i < instances.length; ++i) { + var item = instances[i]; + + if (item === Error || + (item != null && item.prototype instanceof Error)) { + if (e instanceof item) { + return tryCatch(cb).call(boundTo, e); + } + } else if (typeof item === "function") { + var matchesPredicate = tryCatch(item).call(boundTo, e); + if (matchesPredicate === errorObj) { + return matchesPredicate; + } else if (matchesPredicate) { + return tryCatch(cb).call(boundTo, e); + } + } else if (util.isObject(e)) { + var keys = getKeys(item); + for (var j = 0; j < keys.length; ++j) { + var key = keys[j]; + if (item[key] != e[key]) { + continue predicateLoop; + } + } + return tryCatch(cb).call(boundTo, e); + } + } + return NEXT_FILTER; + }; +} + +return catchFilter; +}; + +},{"./es5":10,"./util":21}],6:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise) { +var longStackTraces = false; +var contextStack = []; + +Promise.prototype._promiseCreated = function() {}; +Promise.prototype._pushContext = function() {}; +Promise.prototype._popContext = function() {return null;}; +Promise._peekContext = Promise.prototype._peekContext = function() {}; + +function Context() { + this._trace = new Context.CapturedTrace(peekContext()); +} +Context.prototype._pushContext = function () { + if (this._trace !== undefined) { + this._trace._promiseCreated = null; + contextStack.push(this._trace); + } +}; + +Context.prototype._popContext = function () { + if (this._trace !== undefined) { + var trace = contextStack.pop(); + var ret = trace._promiseCreated; + trace._promiseCreated = null; + return ret; + } + return null; +}; + +function createContext() { + if (longStackTraces) return new Context(); +} + +function peekContext() { + var lastIndex = contextStack.length - 1; + if (lastIndex >= 0) { + return contextStack[lastIndex]; + } + return undefined; +} +Context.CapturedTrace = null; +Context.create = createContext; +Context.deactivateLongStackTraces = function() {}; +Context.activateLongStackTraces = function() { + var Promise_pushContext = Promise.prototype._pushContext; + var Promise_popContext = Promise.prototype._popContext; + var Promise_PeekContext = Promise._peekContext; + var Promise_peekContext = Promise.prototype._peekContext; + var Promise_promiseCreated = Promise.prototype._promiseCreated; + Context.deactivateLongStackTraces = function() { + Promise.prototype._pushContext = Promise_pushContext; + Promise.prototype._popContext = Promise_popContext; + Promise._peekContext = Promise_PeekContext; + Promise.prototype._peekContext = Promise_peekContext; + Promise.prototype._promiseCreated = Promise_promiseCreated; + longStackTraces = false; + }; + longStackTraces = true; + Promise.prototype._pushContext = Context.prototype._pushContext; + Promise.prototype._popContext = Context.prototype._popContext; + Promise._peekContext = Promise.prototype._peekContext = peekContext; + Promise.prototype._promiseCreated = function() { + var ctx = this._peekContext(); + if (ctx && ctx._promiseCreated == null) ctx._promiseCreated = this; + }; +}; +return Context; +}; + +},{}],7:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, Context, + enableAsyncHooks, disableAsyncHooks) { +var async = Promise._async; +var Warning = _dereq_("./errors").Warning; +var util = _dereq_("./util"); +var es5 = _dereq_("./es5"); +var canAttachTrace = util.canAttachTrace; +var unhandledRejectionHandled; +var possiblyUnhandledRejection; +var bluebirdFramePattern = + /[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/; +var nodeFramePattern = /\((?:timers\.js):\d+:\d+\)/; +var parseLinePattern = /[\/<\(](.+?):(\d+):(\d+)\)?\s*$/; +var stackFramePattern = null; +var formatStack = null; +var indentStackFrames = false; +var printWarning; +var debugging = !!(util.env("BLUEBIRD_DEBUG") != 0 && + (true || + util.env("BLUEBIRD_DEBUG") || + util.env("NODE_ENV") === "development")); + +var warnings = !!(util.env("BLUEBIRD_WARNINGS") != 0 && + (debugging || util.env("BLUEBIRD_WARNINGS"))); + +var longStackTraces = !!(util.env("BLUEBIRD_LONG_STACK_TRACES") != 0 && + (debugging || util.env("BLUEBIRD_LONG_STACK_TRACES"))); + +var wForgottenReturn = util.env("BLUEBIRD_W_FORGOTTEN_RETURN") != 0 && + (warnings || !!util.env("BLUEBIRD_W_FORGOTTEN_RETURN")); + +var deferUnhandledRejectionCheck; +(function() { + var promises = []; + + function unhandledRejectionCheck() { + for (var i = 0; i < promises.length; ++i) { + promises[i]._notifyUnhandledRejection(); + } + unhandledRejectionClear(); + } + + function unhandledRejectionClear() { + promises.length = 0; + } + + deferUnhandledRejectionCheck = function(promise) { + promises.push(promise); + setTimeout(unhandledRejectionCheck, 1); + }; + + es5.defineProperty(Promise, "_unhandledRejectionCheck", { + value: unhandledRejectionCheck + }); + es5.defineProperty(Promise, "_unhandledRejectionClear", { + value: unhandledRejectionClear + }); +})(); + +Promise.prototype.suppressUnhandledRejections = function() { + var target = this._target(); + target._bitField = ((target._bitField & (~1048576)) | + 524288); +}; + +Promise.prototype._ensurePossibleRejectionHandled = function () { + if ((this._bitField & 524288) !== 0) return; + this._setRejectionIsUnhandled(); + deferUnhandledRejectionCheck(this); +}; + +Promise.prototype._notifyUnhandledRejectionIsHandled = function () { + fireRejectionEvent("rejectionHandled", + unhandledRejectionHandled, undefined, this); +}; + +Promise.prototype._setReturnedNonUndefined = function() { + this._bitField = this._bitField | 268435456; +}; + +Promise.prototype._returnedNonUndefined = function() { + return (this._bitField & 268435456) !== 0; +}; + +Promise.prototype._notifyUnhandledRejection = function () { + if (this._isRejectionUnhandled()) { + var reason = this._settledValue(); + this._setUnhandledRejectionIsNotified(); + fireRejectionEvent("unhandledRejection", + possiblyUnhandledRejection, reason, this); + } +}; + +Promise.prototype._setUnhandledRejectionIsNotified = function () { + this._bitField = this._bitField | 262144; +}; + +Promise.prototype._unsetUnhandledRejectionIsNotified = function () { + this._bitField = this._bitField & (~262144); +}; + +Promise.prototype._isUnhandledRejectionNotified = function () { + return (this._bitField & 262144) > 0; +}; + +Promise.prototype._setRejectionIsUnhandled = function () { + this._bitField = this._bitField | 1048576; +}; + +Promise.prototype._unsetRejectionIsUnhandled = function () { + this._bitField = this._bitField & (~1048576); + if (this._isUnhandledRejectionNotified()) { + this._unsetUnhandledRejectionIsNotified(); + this._notifyUnhandledRejectionIsHandled(); + } +}; + +Promise.prototype._isRejectionUnhandled = function () { + return (this._bitField & 1048576) > 0; +}; + +Promise.prototype._warn = function(message, shouldUseOwnTrace, promise) { + return warn(message, shouldUseOwnTrace, promise || this); +}; + +Promise.onPossiblyUnhandledRejection = function (fn) { + var context = Promise._getContext(); + possiblyUnhandledRejection = util.contextBind(context, fn); +}; + +Promise.onUnhandledRejectionHandled = function (fn) { + var context = Promise._getContext(); + unhandledRejectionHandled = util.contextBind(context, fn); +}; + +var disableLongStackTraces = function() {}; +Promise.longStackTraces = function () { + if (async.haveItemsQueued() && !config.longStackTraces) { + throw new Error("cannot enable long stack traces after promises have been created\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + if (!config.longStackTraces && longStackTracesIsSupported()) { + var Promise_captureStackTrace = Promise.prototype._captureStackTrace; + var Promise_attachExtraTrace = Promise.prototype._attachExtraTrace; + var Promise_dereferenceTrace = Promise.prototype._dereferenceTrace; + config.longStackTraces = true; + disableLongStackTraces = function() { + if (async.haveItemsQueued() && !config.longStackTraces) { + throw new Error("cannot enable long stack traces after promises have been created\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + Promise.prototype._captureStackTrace = Promise_captureStackTrace; + Promise.prototype._attachExtraTrace = Promise_attachExtraTrace; + Promise.prototype._dereferenceTrace = Promise_dereferenceTrace; + Context.deactivateLongStackTraces(); + config.longStackTraces = false; + }; + Promise.prototype._captureStackTrace = longStackTracesCaptureStackTrace; + Promise.prototype._attachExtraTrace = longStackTracesAttachExtraTrace; + Promise.prototype._dereferenceTrace = longStackTracesDereferenceTrace; + Context.activateLongStackTraces(); + } +}; + +Promise.hasLongStackTraces = function () { + return config.longStackTraces && longStackTracesIsSupported(); +}; + + +var legacyHandlers = { + unhandledrejection: { + before: function() { + var ret = util.global.onunhandledrejection; + util.global.onunhandledrejection = null; + return ret; + }, + after: function(fn) { + util.global.onunhandledrejection = fn; + } + }, + rejectionhandled: { + before: function() { + var ret = util.global.onrejectionhandled; + util.global.onrejectionhandled = null; + return ret; + }, + after: function(fn) { + util.global.onrejectionhandled = fn; + } + } +}; + +var fireDomEvent = (function() { + var dispatch = function(legacy, e) { + if (legacy) { + var fn; + try { + fn = legacy.before(); + return !util.global.dispatchEvent(e); + } finally { + legacy.after(fn); + } + } else { + return !util.global.dispatchEvent(e); + } + }; + try { + if (typeof CustomEvent === "function") { + var event = new CustomEvent("CustomEvent"); + util.global.dispatchEvent(event); + return function(name, event) { + name = name.toLowerCase(); + var eventData = { + detail: event, + cancelable: true + }; + var domEvent = new CustomEvent(name, eventData); + es5.defineProperty( + domEvent, "promise", {value: event.promise}); + es5.defineProperty( + domEvent, "reason", {value: event.reason}); + + return dispatch(legacyHandlers[name], domEvent); + }; + } else if (typeof Event === "function") { + var event = new Event("CustomEvent"); + util.global.dispatchEvent(event); + return function(name, event) { + name = name.toLowerCase(); + var domEvent = new Event(name, { + cancelable: true + }); + domEvent.detail = event; + es5.defineProperty(domEvent, "promise", {value: event.promise}); + es5.defineProperty(domEvent, "reason", {value: event.reason}); + return dispatch(legacyHandlers[name], domEvent); + }; + } else { + var event = document.createEvent("CustomEvent"); + event.initCustomEvent("testingtheevent", false, true, {}); + util.global.dispatchEvent(event); + return function(name, event) { + name = name.toLowerCase(); + var domEvent = document.createEvent("CustomEvent"); + domEvent.initCustomEvent(name, false, true, + event); + return dispatch(legacyHandlers[name], domEvent); + }; + } + } catch (e) {} + return function() { + return false; + }; +})(); + +var fireGlobalEvent = (function() { + if (util.isNode) { + return function() { + return process.emit.apply(process, arguments); + }; + } else { + if (!util.global) { + return function() { + return false; + }; + } + return function(name) { + var methodName = "on" + name.toLowerCase(); + var method = util.global[methodName]; + if (!method) return false; + method.apply(util.global, [].slice.call(arguments, 1)); + return true; + }; + } +})(); + +function generatePromiseLifecycleEventObject(name, promise) { + return {promise: promise}; +} + +var eventToObjectGenerator = { + promiseCreated: generatePromiseLifecycleEventObject, + promiseFulfilled: generatePromiseLifecycleEventObject, + promiseRejected: generatePromiseLifecycleEventObject, + promiseResolved: generatePromiseLifecycleEventObject, + promiseCancelled: generatePromiseLifecycleEventObject, + promiseChained: function(name, promise, child) { + return {promise: promise, child: child}; + }, + warning: function(name, warning) { + return {warning: warning}; + }, + unhandledRejection: function (name, reason, promise) { + return {reason: reason, promise: promise}; + }, + rejectionHandled: generatePromiseLifecycleEventObject +}; + +var activeFireEvent = function (name) { + var globalEventFired = false; + try { + globalEventFired = fireGlobalEvent.apply(null, arguments); + } catch (e) { + async.throwLater(e); + globalEventFired = true; + } + + var domEventFired = false; + try { + domEventFired = fireDomEvent(name, + eventToObjectGenerator[name].apply(null, arguments)); + } catch (e) { + async.throwLater(e); + domEventFired = true; + } + + return domEventFired || globalEventFired; +}; + +Promise.config = function(opts) { + opts = Object(opts); + if ("longStackTraces" in opts) { + if (opts.longStackTraces) { + Promise.longStackTraces(); + } else if (!opts.longStackTraces && Promise.hasLongStackTraces()) { + disableLongStackTraces(); + } + } + if ("warnings" in opts) { + var warningsOption = opts.warnings; + config.warnings = !!warningsOption; + wForgottenReturn = config.warnings; + + if (util.isObject(warningsOption)) { + if ("wForgottenReturn" in warningsOption) { + wForgottenReturn = !!warningsOption.wForgottenReturn; + } + } + } + if ("cancellation" in opts && opts.cancellation && !config.cancellation) { + if (async.haveItemsQueued()) { + throw new Error( + "cannot enable cancellation after promises are in use"); + } + Promise.prototype._clearCancellationData = + cancellationClearCancellationData; + Promise.prototype._propagateFrom = cancellationPropagateFrom; + Promise.prototype._onCancel = cancellationOnCancel; + Promise.prototype._setOnCancel = cancellationSetOnCancel; + Promise.prototype._attachCancellationCallback = + cancellationAttachCancellationCallback; + Promise.prototype._execute = cancellationExecute; + propagateFromFunction = cancellationPropagateFrom; + config.cancellation = true; + } + if ("monitoring" in opts) { + if (opts.monitoring && !config.monitoring) { + config.monitoring = true; + Promise.prototype._fireEvent = activeFireEvent; + } else if (!opts.monitoring && config.monitoring) { + config.monitoring = false; + Promise.prototype._fireEvent = defaultFireEvent; + } + } + if ("asyncHooks" in opts && util.nodeSupportsAsyncResource) { + var prev = config.asyncHooks; + var cur = !!opts.asyncHooks; + if (prev !== cur) { + config.asyncHooks = cur; + if (cur) { + enableAsyncHooks(); + } else { + disableAsyncHooks(); + } + } + } + return Promise; +}; + +function defaultFireEvent() { return false; } + +Promise.prototype._fireEvent = defaultFireEvent; +Promise.prototype._execute = function(executor, resolve, reject) { + try { + executor(resolve, reject); + } catch (e) { + return e; + } +}; +Promise.prototype._onCancel = function () {}; +Promise.prototype._setOnCancel = function (handler) { ; }; +Promise.prototype._attachCancellationCallback = function(onCancel) { + ; +}; +Promise.prototype._captureStackTrace = function () {}; +Promise.prototype._attachExtraTrace = function () {}; +Promise.prototype._dereferenceTrace = function () {}; +Promise.prototype._clearCancellationData = function() {}; +Promise.prototype._propagateFrom = function (parent, flags) { + ; + ; +}; + +function cancellationExecute(executor, resolve, reject) { + var promise = this; + try { + executor(resolve, reject, function(onCancel) { + if (typeof onCancel !== "function") { + throw new TypeError("onCancel must be a function, got: " + + util.toString(onCancel)); + } + promise._attachCancellationCallback(onCancel); + }); + } catch (e) { + return e; + } +} + +function cancellationAttachCancellationCallback(onCancel) { + if (!this._isCancellable()) return this; + + var previousOnCancel = this._onCancel(); + if (previousOnCancel !== undefined) { + if (util.isArray(previousOnCancel)) { + previousOnCancel.push(onCancel); + } else { + this._setOnCancel([previousOnCancel, onCancel]); + } + } else { + this._setOnCancel(onCancel); + } +} + +function cancellationOnCancel() { + return this._onCancelField; +} + +function cancellationSetOnCancel(onCancel) { + this._onCancelField = onCancel; +} + +function cancellationClearCancellationData() { + this._cancellationParent = undefined; + this._onCancelField = undefined; +} + +function cancellationPropagateFrom(parent, flags) { + if ((flags & 1) !== 0) { + this._cancellationParent = parent; + var branchesRemainingToCancel = parent._branchesRemainingToCancel; + if (branchesRemainingToCancel === undefined) { + branchesRemainingToCancel = 0; + } + parent._branchesRemainingToCancel = branchesRemainingToCancel + 1; + } + if ((flags & 2) !== 0 && parent._isBound()) { + this._setBoundTo(parent._boundTo); + } +} + +function bindingPropagateFrom(parent, flags) { + if ((flags & 2) !== 0 && parent._isBound()) { + this._setBoundTo(parent._boundTo); + } +} +var propagateFromFunction = bindingPropagateFrom; + +function boundValueFunction() { + var ret = this._boundTo; + if (ret !== undefined) { + if (ret instanceof Promise) { + if (ret.isFulfilled()) { + return ret.value(); + } else { + return undefined; + } + } + } + return ret; +} + +function longStackTracesCaptureStackTrace() { + this._trace = new CapturedTrace(this._peekContext()); +} + +function longStackTracesAttachExtraTrace(error, ignoreSelf) { + if (canAttachTrace(error)) { + var trace = this._trace; + if (trace !== undefined) { + if (ignoreSelf) trace = trace._parent; + } + if (trace !== undefined) { + trace.attachExtraTrace(error); + } else if (!error.__stackCleaned__) { + var parsed = parseStackAndMessage(error); + util.notEnumerableProp(error, "stack", + parsed.message + "\n" + parsed.stack.join("\n")); + util.notEnumerableProp(error, "__stackCleaned__", true); + } + } +} + +function longStackTracesDereferenceTrace() { + this._trace = undefined; +} + +function checkForgottenReturns(returnValue, promiseCreated, name, promise, + parent) { + if (returnValue === undefined && promiseCreated !== null && + wForgottenReturn) { + if (parent !== undefined && parent._returnedNonUndefined()) return; + if ((promise._bitField & 65535) === 0) return; + + if (name) name = name + " "; + var handlerLine = ""; + var creatorLine = ""; + if (promiseCreated._trace) { + var traceLines = promiseCreated._trace.stack.split("\n"); + var stack = cleanStack(traceLines); + for (var i = stack.length - 1; i >= 0; --i) { + var line = stack[i]; + if (!nodeFramePattern.test(line)) { + var lineMatches = line.match(parseLinePattern); + if (lineMatches) { + handlerLine = "at " + lineMatches[1] + + ":" + lineMatches[2] + ":" + lineMatches[3] + " "; + } + break; + } + } + + if (stack.length > 0) { + var firstUserLine = stack[0]; + for (var i = 0; i < traceLines.length; ++i) { + + if (traceLines[i] === firstUserLine) { + if (i > 0) { + creatorLine = "\n" + traceLines[i - 1]; + } + break; + } + } + + } + } + var msg = "a promise was created in a " + name + + "handler " + handlerLine + "but was not returned from it, " + + "see http://goo.gl/rRqMUw" + + creatorLine; + promise._warn(msg, true, promiseCreated); + } +} + +function deprecated(name, replacement) { + var message = name + + " is deprecated and will be removed in a future version."; + if (replacement) message += " Use " + replacement + " instead."; + return warn(message); +} + +function warn(message, shouldUseOwnTrace, promise) { + if (!config.warnings) return; + var warning = new Warning(message); + var ctx; + if (shouldUseOwnTrace) { + promise._attachExtraTrace(warning); + } else if (config.longStackTraces && (ctx = Promise._peekContext())) { + ctx.attachExtraTrace(warning); + } else { + var parsed = parseStackAndMessage(warning); + warning.stack = parsed.message + "\n" + parsed.stack.join("\n"); + } + + if (!activeFireEvent("warning", warning)) { + formatAndLogError(warning, "", true); + } +} + +function reconstructStack(message, stacks) { + for (var i = 0; i < stacks.length - 1; ++i) { + stacks[i].push("From previous event:"); + stacks[i] = stacks[i].join("\n"); + } + if (i < stacks.length) { + stacks[i] = stacks[i].join("\n"); + } + return message + "\n" + stacks.join("\n"); +} + +function removeDuplicateOrEmptyJumps(stacks) { + for (var i = 0; i < stacks.length; ++i) { + if (stacks[i].length === 0 || + ((i + 1 < stacks.length) && stacks[i][0] === stacks[i+1][0])) { + stacks.splice(i, 1); + i--; + } + } +} + +function removeCommonRoots(stacks) { + var current = stacks[0]; + for (var i = 1; i < stacks.length; ++i) { + var prev = stacks[i]; + var currentLastIndex = current.length - 1; + var currentLastLine = current[currentLastIndex]; + var commonRootMeetPoint = -1; + + for (var j = prev.length - 1; j >= 0; --j) { + if (prev[j] === currentLastLine) { + commonRootMeetPoint = j; + break; + } + } + + for (var j = commonRootMeetPoint; j >= 0; --j) { + var line = prev[j]; + if (current[currentLastIndex] === line) { + current.pop(); + currentLastIndex--; + } else { + break; + } + } + current = prev; + } +} + +function cleanStack(stack) { + var ret = []; + for (var i = 0; i < stack.length; ++i) { + var line = stack[i]; + var isTraceLine = " (No stack trace)" === line || + stackFramePattern.test(line); + var isInternalFrame = isTraceLine && shouldIgnore(line); + if (isTraceLine && !isInternalFrame) { + if (indentStackFrames && line.charAt(0) !== " ") { + line = " " + line; + } + ret.push(line); + } + } + return ret; +} + +function stackFramesAsArray(error) { + var stack = error.stack.replace(/\s+$/g, "").split("\n"); + for (var i = 0; i < stack.length; ++i) { + var line = stack[i]; + if (" (No stack trace)" === line || stackFramePattern.test(line)) { + break; + } + } + if (i > 0 && error.name != "SyntaxError") { + stack = stack.slice(i); + } + return stack; +} + +function parseStackAndMessage(error) { + var stack = error.stack; + var message = error.toString(); + stack = typeof stack === "string" && stack.length > 0 + ? stackFramesAsArray(error) : [" (No stack trace)"]; + return { + message: message, + stack: error.name == "SyntaxError" ? stack : cleanStack(stack) + }; +} + +function formatAndLogError(error, title, isSoft) { + if (typeof console !== "undefined") { + var message; + if (util.isObject(error)) { + var stack = error.stack; + message = title + formatStack(stack, error); + } else { + message = title + String(error); + } + if (typeof printWarning === "function") { + printWarning(message, isSoft); + } else if (typeof console.log === "function" || + typeof console.log === "object") { + console.log(message); + } + } +} + +function fireRejectionEvent(name, localHandler, reason, promise) { + var localEventFired = false; + try { + if (typeof localHandler === "function") { + localEventFired = true; + if (name === "rejectionHandled") { + localHandler(promise); + } else { + localHandler(reason, promise); + } + } + } catch (e) { + async.throwLater(e); + } + + if (name === "unhandledRejection") { + if (!activeFireEvent(name, reason, promise) && !localEventFired) { + formatAndLogError(reason, "Unhandled rejection "); + } + } else { + activeFireEvent(name, promise); + } +} + +function formatNonError(obj) { + var str; + if (typeof obj === "function") { + str = "[function " + + (obj.name || "anonymous") + + "]"; + } else { + str = obj && typeof obj.toString === "function" + ? obj.toString() : util.toString(obj); + var ruselessToString = /\[object [a-zA-Z0-9$_]+\]/; + if (ruselessToString.test(str)) { + try { + var newStr = JSON.stringify(obj); + str = newStr; + } + catch(e) { + + } + } + if (str.length === 0) { + str = "(empty array)"; + } + } + return ("(<" + snip(str) + ">, no stack trace)"); +} + +function snip(str) { + var maxChars = 41; + if (str.length < maxChars) { + return str; + } + return str.substr(0, maxChars - 3) + "..."; +} + +function longStackTracesIsSupported() { + return typeof captureStackTrace === "function"; +} + +var shouldIgnore = function() { return false; }; +var parseLineInfoRegex = /[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/; +function parseLineInfo(line) { + var matches = line.match(parseLineInfoRegex); + if (matches) { + return { + fileName: matches[1], + line: parseInt(matches[2], 10) + }; + } +} + +function setBounds(firstLineError, lastLineError) { + if (!longStackTracesIsSupported()) return; + var firstStackLines = (firstLineError.stack || "").split("\n"); + var lastStackLines = (lastLineError.stack || "").split("\n"); + var firstIndex = -1; + var lastIndex = -1; + var firstFileName; + var lastFileName; + for (var i = 0; i < firstStackLines.length; ++i) { + var result = parseLineInfo(firstStackLines[i]); + if (result) { + firstFileName = result.fileName; + firstIndex = result.line; + break; + } + } + for (var i = 0; i < lastStackLines.length; ++i) { + var result = parseLineInfo(lastStackLines[i]); + if (result) { + lastFileName = result.fileName; + lastIndex = result.line; + break; + } + } + if (firstIndex < 0 || lastIndex < 0 || !firstFileName || !lastFileName || + firstFileName !== lastFileName || firstIndex >= lastIndex) { + return; + } + + shouldIgnore = function(line) { + if (bluebirdFramePattern.test(line)) return true; + var info = parseLineInfo(line); + if (info) { + if (info.fileName === firstFileName && + (firstIndex <= info.line && info.line <= lastIndex)) { + return true; + } + } + return false; + }; +} + +function CapturedTrace(parent) { + this._parent = parent; + this._promisesCreated = 0; + var length = this._length = 1 + (parent === undefined ? 0 : parent._length); + captureStackTrace(this, CapturedTrace); + if (length > 32) this.uncycle(); +} +util.inherits(CapturedTrace, Error); +Context.CapturedTrace = CapturedTrace; + +CapturedTrace.prototype.uncycle = function() { + var length = this._length; + if (length < 2) return; + var nodes = []; + var stackToIndex = {}; + + for (var i = 0, node = this; node !== undefined; ++i) { + nodes.push(node); + node = node._parent; + } + length = this._length = i; + for (var i = length - 1; i >= 0; --i) { + var stack = nodes[i].stack; + if (stackToIndex[stack] === undefined) { + stackToIndex[stack] = i; + } + } + for (var i = 0; i < length; ++i) { + var currentStack = nodes[i].stack; + var index = stackToIndex[currentStack]; + if (index !== undefined && index !== i) { + if (index > 0) { + nodes[index - 1]._parent = undefined; + nodes[index - 1]._length = 1; + } + nodes[i]._parent = undefined; + nodes[i]._length = 1; + var cycleEdgeNode = i > 0 ? nodes[i - 1] : this; + + if (index < length - 1) { + cycleEdgeNode._parent = nodes[index + 1]; + cycleEdgeNode._parent.uncycle(); + cycleEdgeNode._length = + cycleEdgeNode._parent._length + 1; + } else { + cycleEdgeNode._parent = undefined; + cycleEdgeNode._length = 1; + } + var currentChildLength = cycleEdgeNode._length + 1; + for (var j = i - 2; j >= 0; --j) { + nodes[j]._length = currentChildLength; + currentChildLength++; + } + return; + } + } +}; + +CapturedTrace.prototype.attachExtraTrace = function(error) { + if (error.__stackCleaned__) return; + this.uncycle(); + var parsed = parseStackAndMessage(error); + var message = parsed.message; + var stacks = [parsed.stack]; + + var trace = this; + while (trace !== undefined) { + stacks.push(cleanStack(trace.stack.split("\n"))); + trace = trace._parent; + } + removeCommonRoots(stacks); + removeDuplicateOrEmptyJumps(stacks); + util.notEnumerableProp(error, "stack", reconstructStack(message, stacks)); + util.notEnumerableProp(error, "__stackCleaned__", true); +}; + +var captureStackTrace = (function stackDetection() { + var v8stackFramePattern = /^\s*at\s*/; + var v8stackFormatter = function(stack, error) { + if (typeof stack === "string") return stack; + + if (error.name !== undefined && + error.message !== undefined) { + return error.toString(); + } + return formatNonError(error); + }; + + if (typeof Error.stackTraceLimit === "number" && + typeof Error.captureStackTrace === "function") { + Error.stackTraceLimit += 6; + stackFramePattern = v8stackFramePattern; + formatStack = v8stackFormatter; + var captureStackTrace = Error.captureStackTrace; + + shouldIgnore = function(line) { + return bluebirdFramePattern.test(line); + }; + return function(receiver, ignoreUntil) { + Error.stackTraceLimit += 6; + captureStackTrace(receiver, ignoreUntil); + Error.stackTraceLimit -= 6; + }; + } + var err = new Error(); + + if (typeof err.stack === "string" && + err.stack.split("\n")[0].indexOf("stackDetection@") >= 0) { + stackFramePattern = /@/; + formatStack = v8stackFormatter; + indentStackFrames = true; + return function captureStackTrace(o) { + o.stack = new Error().stack; + }; + } + + var hasStackAfterThrow; + try { throw new Error(); } + catch(e) { + hasStackAfterThrow = ("stack" in e); + } + if (!("stack" in err) && hasStackAfterThrow && + typeof Error.stackTraceLimit === "number") { + stackFramePattern = v8stackFramePattern; + formatStack = v8stackFormatter; + return function captureStackTrace(o) { + Error.stackTraceLimit += 6; + try { throw new Error(); } + catch(e) { o.stack = e.stack; } + Error.stackTraceLimit -= 6; + }; + } + + formatStack = function(stack, error) { + if (typeof stack === "string") return stack; + + if ((typeof error === "object" || + typeof error === "function") && + error.name !== undefined && + error.message !== undefined) { + return error.toString(); + } + return formatNonError(error); + }; + + return null; + +})([]); + +if (typeof console !== "undefined" && typeof console.warn !== "undefined") { + printWarning = function (message) { + console.warn(message); + }; + if (util.isNode && process.stderr.isTTY) { + printWarning = function(message, isSoft) { + var color = isSoft ? "\u001b[33m" : "\u001b[31m"; + console.warn(color + message + "\u001b[0m\n"); + }; + } else if (!util.isNode && typeof (new Error().stack) === "string") { + printWarning = function(message, isSoft) { + console.warn("%c" + message, + isSoft ? "color: darkorange" : "color: red"); + }; + } +} + +var config = { + warnings: warnings, + longStackTraces: false, + cancellation: false, + monitoring: false, + asyncHooks: false +}; + +if (longStackTraces) Promise.longStackTraces(); + +return { + asyncHooks: function() { + return config.asyncHooks; + }, + longStackTraces: function() { + return config.longStackTraces; + }, + warnings: function() { + return config.warnings; + }, + cancellation: function() { + return config.cancellation; + }, + monitoring: function() { + return config.monitoring; + }, + propagateFromFunction: function() { + return propagateFromFunction; + }, + boundValueFunction: function() { + return boundValueFunction; + }, + checkForgottenReturns: checkForgottenReturns, + setBounds: setBounds, + warn: warn, + deprecated: deprecated, + CapturedTrace: CapturedTrace, + fireDomEvent: fireDomEvent, + fireGlobalEvent: fireGlobalEvent +}; +}; + +},{"./errors":9,"./es5":10,"./util":21}],8:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise) { +function returner() { + return this.value; +} +function thrower() { + throw this.reason; +} + +Promise.prototype["return"] = +Promise.prototype.thenReturn = function (value) { + if (value instanceof Promise) value.suppressUnhandledRejections(); + return this._then( + returner, undefined, undefined, {value: value}, undefined); +}; + +Promise.prototype["throw"] = +Promise.prototype.thenThrow = function (reason) { + return this._then( + thrower, undefined, undefined, {reason: reason}, undefined); +}; + +Promise.prototype.catchThrow = function (reason) { + if (arguments.length <= 1) { + return this._then( + undefined, thrower, undefined, {reason: reason}, undefined); + } else { + var _reason = arguments[1]; + var handler = function() {throw _reason;}; + return this.caught(reason, handler); + } +}; + +Promise.prototype.catchReturn = function (value) { + if (arguments.length <= 1) { + if (value instanceof Promise) value.suppressUnhandledRejections(); + return this._then( + undefined, returner, undefined, {value: value}, undefined); + } else { + var _value = arguments[1]; + if (_value instanceof Promise) _value.suppressUnhandledRejections(); + var handler = function() {return _value;}; + return this.caught(value, handler); + } +}; +}; + +},{}],9:[function(_dereq_,module,exports){ +"use strict"; +var es5 = _dereq_("./es5"); +var Objectfreeze = es5.freeze; +var util = _dereq_("./util"); +var inherits = util.inherits; +var notEnumerableProp = util.notEnumerableProp; + +function subError(nameProperty, defaultMessage) { + function SubError(message) { + if (!(this instanceof SubError)) return new SubError(message); + notEnumerableProp(this, "message", + typeof message === "string" ? message : defaultMessage); + notEnumerableProp(this, "name", nameProperty); + if (Error.captureStackTrace) { + Error.captureStackTrace(this, this.constructor); + } else { + Error.call(this); + } + } + inherits(SubError, Error); + return SubError; +} + +var _TypeError, _RangeError; +var Warning = subError("Warning", "warning"); +var CancellationError = subError("CancellationError", "cancellation error"); +var TimeoutError = subError("TimeoutError", "timeout error"); +var AggregateError = subError("AggregateError", "aggregate error"); +try { + _TypeError = TypeError; + _RangeError = RangeError; +} catch(e) { + _TypeError = subError("TypeError", "type error"); + _RangeError = subError("RangeError", "range error"); +} + +var methods = ("join pop push shift unshift slice filter forEach some " + + "every map indexOf lastIndexOf reduce reduceRight sort reverse").split(" "); + +for (var i = 0; i < methods.length; ++i) { + if (typeof Array.prototype[methods[i]] === "function") { + AggregateError.prototype[methods[i]] = Array.prototype[methods[i]]; + } +} + +es5.defineProperty(AggregateError.prototype, "length", { + value: 0, + configurable: false, + writable: true, + enumerable: true +}); +AggregateError.prototype["isOperational"] = true; +var level = 0; +AggregateError.prototype.toString = function() { + var indent = Array(level * 4 + 1).join(" "); + var ret = "\n" + indent + "AggregateError of:" + "\n"; + level++; + indent = Array(level * 4 + 1).join(" "); + for (var i = 0; i < this.length; ++i) { + var str = this[i] === this ? "[Circular AggregateError]" : this[i] + ""; + var lines = str.split("\n"); + for (var j = 0; j < lines.length; ++j) { + lines[j] = indent + lines[j]; + } + str = lines.join("\n"); + ret += str + "\n"; + } + level--; + return ret; +}; + +function OperationalError(message) { + if (!(this instanceof OperationalError)) + return new OperationalError(message); + notEnumerableProp(this, "name", "OperationalError"); + notEnumerableProp(this, "message", message); + this.cause = message; + this["isOperational"] = true; + + if (message instanceof Error) { + notEnumerableProp(this, "message", message.message); + notEnumerableProp(this, "stack", message.stack); + } else if (Error.captureStackTrace) { + Error.captureStackTrace(this, this.constructor); + } + +} +inherits(OperationalError, Error); + +var errorTypes = Error["__BluebirdErrorTypes__"]; +if (!errorTypes) { + errorTypes = Objectfreeze({ + CancellationError: CancellationError, + TimeoutError: TimeoutError, + OperationalError: OperationalError, + RejectionError: OperationalError, + AggregateError: AggregateError + }); + es5.defineProperty(Error, "__BluebirdErrorTypes__", { + value: errorTypes, + writable: false, + enumerable: false, + configurable: false + }); +} + +module.exports = { + Error: Error, + TypeError: _TypeError, + RangeError: _RangeError, + CancellationError: errorTypes.CancellationError, + OperationalError: errorTypes.OperationalError, + TimeoutError: errorTypes.TimeoutError, + AggregateError: errorTypes.AggregateError, + Warning: Warning +}; + +},{"./es5":10,"./util":21}],10:[function(_dereq_,module,exports){ +var isES5 = (function(){ + "use strict"; + return this === undefined; +})(); + +if (isES5) { + module.exports = { + freeze: Object.freeze, + defineProperty: Object.defineProperty, + getDescriptor: Object.getOwnPropertyDescriptor, + keys: Object.keys, + names: Object.getOwnPropertyNames, + getPrototypeOf: Object.getPrototypeOf, + isArray: Array.isArray, + isES5: isES5, + propertyIsWritable: function(obj, prop) { + var descriptor = Object.getOwnPropertyDescriptor(obj, prop); + return !!(!descriptor || descriptor.writable || descriptor.set); + } + }; +} else { + var has = {}.hasOwnProperty; + var str = {}.toString; + var proto = {}.constructor.prototype; + + var ObjectKeys = function (o) { + var ret = []; + for (var key in o) { + if (has.call(o, key)) { + ret.push(key); + } + } + return ret; + }; + + var ObjectGetDescriptor = function(o, key) { + return {value: o[key]}; + }; + + var ObjectDefineProperty = function (o, key, desc) { + o[key] = desc.value; + return o; + }; + + var ObjectFreeze = function (obj) { + return obj; + }; + + var ObjectGetPrototypeOf = function (obj) { + try { + return Object(obj).constructor.prototype; + } + catch (e) { + return proto; + } + }; + + var ArrayIsArray = function (obj) { + try { + return str.call(obj) === "[object Array]"; + } + catch(e) { + return false; + } + }; + + module.exports = { + isArray: ArrayIsArray, + keys: ObjectKeys, + names: ObjectKeys, + defineProperty: ObjectDefineProperty, + getDescriptor: ObjectGetDescriptor, + freeze: ObjectFreeze, + getPrototypeOf: ObjectGetPrototypeOf, + isES5: isES5, + propertyIsWritable: function() { + return true; + } + }; +} + +},{}],11:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, tryConvertToPromise, NEXT_FILTER) { +var util = _dereq_("./util"); +var CancellationError = Promise.CancellationError; +var errorObj = util.errorObj; +var catchFilter = _dereq_("./catch_filter")(NEXT_FILTER); + +function PassThroughHandlerContext(promise, type, handler) { + this.promise = promise; + this.type = type; + this.handler = handler; + this.called = false; + this.cancelPromise = null; +} + +PassThroughHandlerContext.prototype.isFinallyHandler = function() { + return this.type === 0; +}; + +function FinallyHandlerCancelReaction(finallyHandler) { + this.finallyHandler = finallyHandler; +} + +FinallyHandlerCancelReaction.prototype._resultCancelled = function() { + checkCancel(this.finallyHandler); +}; + +function checkCancel(ctx, reason) { + if (ctx.cancelPromise != null) { + if (arguments.length > 1) { + ctx.cancelPromise._reject(reason); + } else { + ctx.cancelPromise._cancel(); + } + ctx.cancelPromise = null; + return true; + } + return false; +} + +function succeed() { + return finallyHandler.call(this, this.promise._target()._settledValue()); +} +function fail(reason) { + if (checkCancel(this, reason)) return; + errorObj.e = reason; + return errorObj; +} +function finallyHandler(reasonOrValue) { + var promise = this.promise; + var handler = this.handler; + + if (!this.called) { + this.called = true; + var ret = this.isFinallyHandler() + ? handler.call(promise._boundValue()) + : handler.call(promise._boundValue(), reasonOrValue); + if (ret === NEXT_FILTER) { + return ret; + } else if (ret !== undefined) { + promise._setReturnedNonUndefined(); + var maybePromise = tryConvertToPromise(ret, promise); + if (maybePromise instanceof Promise) { + if (this.cancelPromise != null) { + if (maybePromise._isCancelled()) { + var reason = + new CancellationError("late cancellation observer"); + promise._attachExtraTrace(reason); + errorObj.e = reason; + return errorObj; + } else if (maybePromise.isPending()) { + maybePromise._attachCancellationCallback( + new FinallyHandlerCancelReaction(this)); + } + } + return maybePromise._then( + succeed, fail, undefined, this, undefined); + } + } + } + + if (promise.isRejected()) { + checkCancel(this); + errorObj.e = reasonOrValue; + return errorObj; + } else { + checkCancel(this); + return reasonOrValue; + } +} + +Promise.prototype._passThrough = function(handler, type, success, fail) { + if (typeof handler !== "function") return this.then(); + return this._then(success, + fail, + undefined, + new PassThroughHandlerContext(this, type, handler), + undefined); +}; + +Promise.prototype.lastly = +Promise.prototype["finally"] = function (handler) { + return this._passThrough(handler, + 0, + finallyHandler, + finallyHandler); +}; + + +Promise.prototype.tap = function (handler) { + return this._passThrough(handler, 1, finallyHandler); +}; + +Promise.prototype.tapCatch = function (handlerOrPredicate) { + var len = arguments.length; + if(len === 1) { + return this._passThrough(handlerOrPredicate, + 1, + undefined, + finallyHandler); + } else { + var catchInstances = new Array(len - 1), + j = 0, i; + for (i = 0; i < len - 1; ++i) { + var item = arguments[i]; + if (util.isObject(item)) { + catchInstances[j++] = item; + } else { + return Promise.reject(new TypeError( + "tapCatch statement predicate: " + + "expecting an object but got " + util.classString(item) + )); + } + } + catchInstances.length = j; + var handler = arguments[i]; + return this._passThrough(catchFilter(catchInstances, handler, this), + 1, + undefined, + finallyHandler); + } + +}; + +return PassThroughHandlerContext; +}; + +},{"./catch_filter":5,"./util":21}],12:[function(_dereq_,module,exports){ +"use strict"; +module.exports = +function(Promise, PromiseArray, tryConvertToPromise, INTERNAL, async) { +var util = _dereq_("./util"); +var canEvaluate = util.canEvaluate; +var tryCatch = util.tryCatch; +var errorObj = util.errorObj; +var reject; + +if (!true) { +if (canEvaluate) { + var thenCallback = function(i) { + return new Function("value", "holder", " \n\ + 'use strict'; \n\ + holder.pIndex = value; \n\ + holder.checkFulfillment(this); \n\ + ".replace(/Index/g, i)); + }; + + var promiseSetter = function(i) { + return new Function("promise", "holder", " \n\ + 'use strict'; \n\ + holder.pIndex = promise; \n\ + ".replace(/Index/g, i)); + }; + + var generateHolderClass = function(total) { + var props = new Array(total); + for (var i = 0; i < props.length; ++i) { + props[i] = "this.p" + (i+1); + } + var assignment = props.join(" = ") + " = null;"; + var cancellationCode= "var promise;\n" + props.map(function(prop) { + return " \n\ + promise = " + prop + "; \n\ + if (promise instanceof Promise) { \n\ + promise.cancel(); \n\ + } \n\ + "; + }).join("\n"); + var passedArguments = props.join(", "); + var name = "Holder$" + total; + + + var code = "return function(tryCatch, errorObj, Promise, async) { \n\ + 'use strict'; \n\ + function [TheName](fn) { \n\ + [TheProperties] \n\ + this.fn = fn; \n\ + this.asyncNeeded = true; \n\ + this.now = 0; \n\ + } \n\ + \n\ + [TheName].prototype._callFunction = function(promise) { \n\ + promise._pushContext(); \n\ + var ret = tryCatch(this.fn)([ThePassedArguments]); \n\ + promise._popContext(); \n\ + if (ret === errorObj) { \n\ + promise._rejectCallback(ret.e, false); \n\ + } else { \n\ + promise._resolveCallback(ret); \n\ + } \n\ + }; \n\ + \n\ + [TheName].prototype.checkFulfillment = function(promise) { \n\ + var now = ++this.now; \n\ + if (now === [TheTotal]) { \n\ + if (this.asyncNeeded) { \n\ + async.invoke(this._callFunction, this, promise); \n\ + } else { \n\ + this._callFunction(promise); \n\ + } \n\ + \n\ + } \n\ + }; \n\ + \n\ + [TheName].prototype._resultCancelled = function() { \n\ + [CancellationCode] \n\ + }; \n\ + \n\ + return [TheName]; \n\ + }(tryCatch, errorObj, Promise, async); \n\ + "; + + code = code.replace(/\[TheName\]/g, name) + .replace(/\[TheTotal\]/g, total) + .replace(/\[ThePassedArguments\]/g, passedArguments) + .replace(/\[TheProperties\]/g, assignment) + .replace(/\[CancellationCode\]/g, cancellationCode); + + return new Function("tryCatch", "errorObj", "Promise", "async", code) + (tryCatch, errorObj, Promise, async); + }; + + var holderClasses = []; + var thenCallbacks = []; + var promiseSetters = []; + + for (var i = 0; i < 8; ++i) { + holderClasses.push(generateHolderClass(i + 1)); + thenCallbacks.push(thenCallback(i + 1)); + promiseSetters.push(promiseSetter(i + 1)); + } + + reject = function (reason) { + this._reject(reason); + }; +}} + +Promise.join = function () { + var last = arguments.length - 1; + var fn; + if (last > 0 && typeof arguments[last] === "function") { + fn = arguments[last]; + if (!true) { + if (last <= 8 && canEvaluate) { + var ret = new Promise(INTERNAL); + ret._captureStackTrace(); + var HolderClass = holderClasses[last - 1]; + var holder = new HolderClass(fn); + var callbacks = thenCallbacks; + + for (var i = 0; i < last; ++i) { + var maybePromise = tryConvertToPromise(arguments[i], ret); + if (maybePromise instanceof Promise) { + maybePromise = maybePromise._target(); + var bitField = maybePromise._bitField; + ; + if (((bitField & 50397184) === 0)) { + maybePromise._then(callbacks[i], reject, + undefined, ret, holder); + promiseSetters[i](maybePromise, holder); + holder.asyncNeeded = false; + } else if (((bitField & 33554432) !== 0)) { + callbacks[i].call(ret, + maybePromise._value(), holder); + } else if (((bitField & 16777216) !== 0)) { + ret._reject(maybePromise._reason()); + } else { + ret._cancel(); + } + } else { + callbacks[i].call(ret, maybePromise, holder); + } + } + + if (!ret._isFateSealed()) { + if (holder.asyncNeeded) { + var context = Promise._getContext(); + holder.fn = util.contextBind(context, holder.fn); + } + ret._setAsyncGuaranteed(); + ret._setOnCancel(holder); + } + return ret; + } + } + } + var args = [].slice.call(arguments);; + if (fn) args.pop(); + var ret = new PromiseArray(args).promise(); + return fn !== undefined ? ret.spread(fn) : ret; +}; + +}; + +},{"./util":21}],13:[function(_dereq_,module,exports){ +"use strict"; +module.exports = +function(Promise, INTERNAL, tryConvertToPromise, apiRejection, debug) { +var util = _dereq_("./util"); +var tryCatch = util.tryCatch; + +Promise.method = function (fn) { + if (typeof fn !== "function") { + throw new Promise.TypeError("expecting a function but got " + util.classString(fn)); + } + return function () { + var ret = new Promise(INTERNAL); + ret._captureStackTrace(); + ret._pushContext(); + var value = tryCatch(fn).apply(this, arguments); + var promiseCreated = ret._popContext(); + debug.checkForgottenReturns( + value, promiseCreated, "Promise.method", ret); + ret._resolveFromSyncValue(value); + return ret; + }; +}; + +Promise.attempt = Promise["try"] = function (fn) { + if (typeof fn !== "function") { + return apiRejection("expecting a function but got " + util.classString(fn)); + } + var ret = new Promise(INTERNAL); + ret._captureStackTrace(); + ret._pushContext(); + var value; + if (arguments.length > 1) { + debug.deprecated("calling Promise.try with more than 1 argument"); + var arg = arguments[1]; + var ctx = arguments[2]; + value = util.isArray(arg) ? tryCatch(fn).apply(ctx, arg) + : tryCatch(fn).call(ctx, arg); + } else { + value = tryCatch(fn)(); + } + var promiseCreated = ret._popContext(); + debug.checkForgottenReturns( + value, promiseCreated, "Promise.try", ret); + ret._resolveFromSyncValue(value); + return ret; +}; + +Promise.prototype._resolveFromSyncValue = function (value) { + if (value === util.errorObj) { + this._rejectCallback(value.e, false); + } else { + this._resolveCallback(value, true); + } +}; +}; + +},{"./util":21}],14:[function(_dereq_,module,exports){ +"use strict"; +var util = _dereq_("./util"); +var maybeWrapAsError = util.maybeWrapAsError; +var errors = _dereq_("./errors"); +var OperationalError = errors.OperationalError; +var es5 = _dereq_("./es5"); + +function isUntypedError(obj) { + return obj instanceof Error && + es5.getPrototypeOf(obj) === Error.prototype; +} + +var rErrorKey = /^(?:name|message|stack|cause)$/; +function wrapAsOperationalError(obj) { + var ret; + if (isUntypedError(obj)) { + ret = new OperationalError(obj); + ret.name = obj.name; + ret.message = obj.message; + ret.stack = obj.stack; + var keys = es5.keys(obj); + for (var i = 0; i < keys.length; ++i) { + var key = keys[i]; + if (!rErrorKey.test(key)) { + ret[key] = obj[key]; + } + } + return ret; + } + util.markAsOriginatingFromRejection(obj); + return obj; +} + +function nodebackForPromise(promise, multiArgs) { + return function(err, value) { + if (promise === null) return; + if (err) { + var wrapped = wrapAsOperationalError(maybeWrapAsError(err)); + promise._attachExtraTrace(wrapped); + promise._reject(wrapped); + } else if (!multiArgs) { + promise._fulfill(value); + } else { + var args = [].slice.call(arguments, 1);; + promise._fulfill(args); + } + promise = null; + }; +} + +module.exports = nodebackForPromise; + +},{"./errors":9,"./es5":10,"./util":21}],15:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function() { +var makeSelfResolutionError = function () { + return new TypeError("circular promise resolution chain\u000a\u000a See http://goo.gl/MqrFmX\u000a"); +}; +var reflectHandler = function() { + return new Promise.PromiseInspection(this._target()); +}; +var apiRejection = function(msg) { + return Promise.reject(new TypeError(msg)); +}; +function Proxyable() {} +var UNDEFINED_BINDING = {}; +var util = _dereq_("./util"); +util.setReflectHandler(reflectHandler); + +var getDomain = function() { + var domain = process.domain; + if (domain === undefined) { + return null; + } + return domain; +}; +var getContextDefault = function() { + return null; +}; +var getContextDomain = function() { + return { + domain: getDomain(), + async: null + }; +}; +var AsyncResource = util.isNode && util.nodeSupportsAsyncResource ? + _dereq_("async_hooks").AsyncResource : null; +var getContextAsyncHooks = function() { + return { + domain: getDomain(), + async: new AsyncResource("Bluebird::Promise") + }; +}; +var getContext = util.isNode ? getContextDomain : getContextDefault; +util.notEnumerableProp(Promise, "_getContext", getContext); +var enableAsyncHooks = function() { + getContext = getContextAsyncHooks; + util.notEnumerableProp(Promise, "_getContext", getContextAsyncHooks); +}; +var disableAsyncHooks = function() { + getContext = getContextDomain; + util.notEnumerableProp(Promise, "_getContext", getContextDomain); +}; + +var es5 = _dereq_("./es5"); +var Async = _dereq_("./async"); +var async = new Async(); +es5.defineProperty(Promise, "_async", {value: async}); +var errors = _dereq_("./errors"); +var TypeError = Promise.TypeError = errors.TypeError; +Promise.RangeError = errors.RangeError; +var CancellationError = Promise.CancellationError = errors.CancellationError; +Promise.TimeoutError = errors.TimeoutError; +Promise.OperationalError = errors.OperationalError; +Promise.RejectionError = errors.OperationalError; +Promise.AggregateError = errors.AggregateError; +var INTERNAL = function(){}; +var APPLY = {}; +var NEXT_FILTER = {}; +var tryConvertToPromise = _dereq_("./thenables")(Promise, INTERNAL); +var PromiseArray = + _dereq_("./promise_array")(Promise, INTERNAL, + tryConvertToPromise, apiRejection, Proxyable); +var Context = _dereq_("./context")(Promise); + /*jshint unused:false*/ +var createContext = Context.create; + +var debug = _dereq_("./debuggability")(Promise, Context, + enableAsyncHooks, disableAsyncHooks); +var CapturedTrace = debug.CapturedTrace; +var PassThroughHandlerContext = + _dereq_("./finally")(Promise, tryConvertToPromise, NEXT_FILTER); +var catchFilter = _dereq_("./catch_filter")(NEXT_FILTER); +var nodebackForPromise = _dereq_("./nodeback"); +var errorObj = util.errorObj; +var tryCatch = util.tryCatch; +function check(self, executor) { + if (self == null || self.constructor !== Promise) { + throw new TypeError("the promise constructor cannot be invoked directly\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + if (typeof executor !== "function") { + throw new TypeError("expecting a function but got " + util.classString(executor)); + } + +} + +function Promise(executor) { + if (executor !== INTERNAL) { + check(this, executor); + } + this._bitField = 0; + this._fulfillmentHandler0 = undefined; + this._rejectionHandler0 = undefined; + this._promise0 = undefined; + this._receiver0 = undefined; + this._resolveFromExecutor(executor); + this._promiseCreated(); + this._fireEvent("promiseCreated", this); +} + +Promise.prototype.toString = function () { + return "[object Promise]"; +}; + +Promise.prototype.caught = Promise.prototype["catch"] = function (fn) { + var len = arguments.length; + if (len > 1) { + var catchInstances = new Array(len - 1), + j = 0, i; + for (i = 0; i < len - 1; ++i) { + var item = arguments[i]; + if (util.isObject(item)) { + catchInstances[j++] = item; + } else { + return apiRejection("Catch statement predicate: " + + "expecting an object but got " + util.classString(item)); + } + } + catchInstances.length = j; + fn = arguments[i]; + + if (typeof fn !== "function") { + throw new TypeError("The last argument to .catch() " + + "must be a function, got " + util.toString(fn)); + } + return this.then(undefined, catchFilter(catchInstances, fn, this)); + } + return this.then(undefined, fn); +}; + +Promise.prototype.reflect = function () { + return this._then(reflectHandler, + reflectHandler, undefined, this, undefined); +}; + +Promise.prototype.then = function (didFulfill, didReject) { + if (debug.warnings() && arguments.length > 0 && + typeof didFulfill !== "function" && + typeof didReject !== "function") { + var msg = ".then() only accepts functions but was passed: " + + util.classString(didFulfill); + if (arguments.length > 1) { + msg += ", " + util.classString(didReject); + } + this._warn(msg); + } + return this._then(didFulfill, didReject, undefined, undefined, undefined); +}; + +Promise.prototype.done = function (didFulfill, didReject) { + var promise = + this._then(didFulfill, didReject, undefined, undefined, undefined); + promise._setIsFinal(); +}; + +Promise.prototype.spread = function (fn) { + if (typeof fn !== "function") { + return apiRejection("expecting a function but got " + util.classString(fn)); + } + return this.all()._then(fn, undefined, undefined, APPLY, undefined); +}; + +Promise.prototype.toJSON = function () { + var ret = { + isFulfilled: false, + isRejected: false, + fulfillmentValue: undefined, + rejectionReason: undefined + }; + if (this.isFulfilled()) { + ret.fulfillmentValue = this.value(); + ret.isFulfilled = true; + } else if (this.isRejected()) { + ret.rejectionReason = this.reason(); + ret.isRejected = true; + } + return ret; +}; + +Promise.prototype.all = function () { + if (arguments.length > 0) { + this._warn(".all() was passed arguments but it does not take any"); + } + return new PromiseArray(this).promise(); +}; + +Promise.prototype.error = function (fn) { + return this.caught(util.originatesFromRejection, fn); +}; + +Promise.getNewLibraryCopy = module.exports; + +Promise.is = function (val) { + return val instanceof Promise; +}; + +Promise.fromNode = Promise.fromCallback = function(fn) { + var ret = new Promise(INTERNAL); + ret._captureStackTrace(); + var multiArgs = arguments.length > 1 ? !!Object(arguments[1]).multiArgs + : false; + var result = tryCatch(fn)(nodebackForPromise(ret, multiArgs)); + if (result === errorObj) { + ret._rejectCallback(result.e, true); + } + if (!ret._isFateSealed()) ret._setAsyncGuaranteed(); + return ret; +}; + +Promise.all = function (promises) { + return new PromiseArray(promises).promise(); +}; + +Promise.cast = function (obj) { + var ret = tryConvertToPromise(obj); + if (!(ret instanceof Promise)) { + ret = new Promise(INTERNAL); + ret._captureStackTrace(); + ret._setFulfilled(); + ret._rejectionHandler0 = obj; + } + return ret; +}; + +Promise.resolve = Promise.fulfilled = Promise.cast; + +Promise.reject = Promise.rejected = function (reason) { + var ret = new Promise(INTERNAL); + ret._captureStackTrace(); + ret._rejectCallback(reason, true); + return ret; +}; + +Promise.setScheduler = function(fn) { + if (typeof fn !== "function") { + throw new TypeError("expecting a function but got " + util.classString(fn)); + } + return async.setScheduler(fn); +}; + +Promise.prototype._then = function ( + didFulfill, + didReject, + _, receiver, + internalData +) { + var haveInternalData = internalData !== undefined; + var promise = haveInternalData ? internalData : new Promise(INTERNAL); + var target = this._target(); + var bitField = target._bitField; + + if (!haveInternalData) { + promise._propagateFrom(this, 3); + promise._captureStackTrace(); + if (receiver === undefined && + ((this._bitField & 2097152) !== 0)) { + if (!((bitField & 50397184) === 0)) { + receiver = this._boundValue(); + } else { + receiver = target === this ? undefined : this._boundTo; + } + } + this._fireEvent("promiseChained", this, promise); + } + + var context = getContext(); + if (!((bitField & 50397184) === 0)) { + var handler, value, settler = target._settlePromiseCtx; + if (((bitField & 33554432) !== 0)) { + value = target._rejectionHandler0; + handler = didFulfill; + } else if (((bitField & 16777216) !== 0)) { + value = target._fulfillmentHandler0; + handler = didReject; + target._unsetRejectionIsUnhandled(); + } else { + settler = target._settlePromiseLateCancellationObserver; + value = new CancellationError("late cancellation observer"); + target._attachExtraTrace(value); + handler = didReject; + } + + async.invoke(settler, target, { + handler: util.contextBind(context, handler), + promise: promise, + receiver: receiver, + value: value + }); + } else { + target._addCallbacks(didFulfill, didReject, promise, + receiver, context); + } + + return promise; +}; + +Promise.prototype._length = function () { + return this._bitField & 65535; +}; + +Promise.prototype._isFateSealed = function () { + return (this._bitField & 117506048) !== 0; +}; + +Promise.prototype._isFollowing = function () { + return (this._bitField & 67108864) === 67108864; +}; + +Promise.prototype._setLength = function (len) { + this._bitField = (this._bitField & -65536) | + (len & 65535); +}; + +Promise.prototype._setFulfilled = function () { + this._bitField = this._bitField | 33554432; + this._fireEvent("promiseFulfilled", this); +}; + +Promise.prototype._setRejected = function () { + this._bitField = this._bitField | 16777216; + this._fireEvent("promiseRejected", this); +}; + +Promise.prototype._setFollowing = function () { + this._bitField = this._bitField | 67108864; + this._fireEvent("promiseResolved", this); +}; + +Promise.prototype._setIsFinal = function () { + this._bitField = this._bitField | 4194304; +}; + +Promise.prototype._isFinal = function () { + return (this._bitField & 4194304) > 0; +}; + +Promise.prototype._unsetCancelled = function() { + this._bitField = this._bitField & (~65536); +}; + +Promise.prototype._setCancelled = function() { + this._bitField = this._bitField | 65536; + this._fireEvent("promiseCancelled", this); +}; + +Promise.prototype._setWillBeCancelled = function() { + this._bitField = this._bitField | 8388608; +}; + +Promise.prototype._setAsyncGuaranteed = function() { + if (async.hasCustomScheduler()) return; + var bitField = this._bitField; + this._bitField = bitField | + (((bitField & 536870912) >> 2) ^ + 134217728); +}; + +Promise.prototype._setNoAsyncGuarantee = function() { + this._bitField = (this._bitField | 536870912) & + (~134217728); +}; + +Promise.prototype._receiverAt = function (index) { + var ret = index === 0 ? this._receiver0 : this[ + index * 4 - 4 + 3]; + if (ret === UNDEFINED_BINDING) { + return undefined; + } else if (ret === undefined && this._isBound()) { + return this._boundValue(); + } + return ret; +}; + +Promise.prototype._promiseAt = function (index) { + return this[ + index * 4 - 4 + 2]; +}; + +Promise.prototype._fulfillmentHandlerAt = function (index) { + return this[ + index * 4 - 4 + 0]; +}; + +Promise.prototype._rejectionHandlerAt = function (index) { + return this[ + index * 4 - 4 + 1]; +}; + +Promise.prototype._boundValue = function() {}; + +Promise.prototype._migrateCallback0 = function (follower) { + var bitField = follower._bitField; + var fulfill = follower._fulfillmentHandler0; + var reject = follower._rejectionHandler0; + var promise = follower._promise0; + var receiver = follower._receiverAt(0); + if (receiver === undefined) receiver = UNDEFINED_BINDING; + this._addCallbacks(fulfill, reject, promise, receiver, null); +}; + +Promise.prototype._migrateCallbackAt = function (follower, index) { + var fulfill = follower._fulfillmentHandlerAt(index); + var reject = follower._rejectionHandlerAt(index); + var promise = follower._promiseAt(index); + var receiver = follower._receiverAt(index); + if (receiver === undefined) receiver = UNDEFINED_BINDING; + this._addCallbacks(fulfill, reject, promise, receiver, null); +}; + +Promise.prototype._addCallbacks = function ( + fulfill, + reject, + promise, + receiver, + context +) { + var index = this._length(); + + if (index >= 65535 - 4) { + index = 0; + this._setLength(0); + } + + if (index === 0) { + this._promise0 = promise; + this._receiver0 = receiver; + if (typeof fulfill === "function") { + this._fulfillmentHandler0 = util.contextBind(context, fulfill); + } + if (typeof reject === "function") { + this._rejectionHandler0 = util.contextBind(context, reject); + } + } else { + var base = index * 4 - 4; + this[base + 2] = promise; + this[base + 3] = receiver; + if (typeof fulfill === "function") { + this[base + 0] = + util.contextBind(context, fulfill); + } + if (typeof reject === "function") { + this[base + 1] = + util.contextBind(context, reject); + } + } + this._setLength(index + 1); + return index; +}; + +Promise.prototype._proxy = function (proxyable, arg) { + this._addCallbacks(undefined, undefined, arg, proxyable, null); +}; + +Promise.prototype._resolveCallback = function(value, shouldBind) { + if (((this._bitField & 117506048) !== 0)) return; + if (value === this) + return this._rejectCallback(makeSelfResolutionError(), false); + var maybePromise = tryConvertToPromise(value, this); + if (!(maybePromise instanceof Promise)) return this._fulfill(value); + + if (shouldBind) this._propagateFrom(maybePromise, 2); + + + var promise = maybePromise._target(); + + if (promise === this) { + this._reject(makeSelfResolutionError()); + return; + } + + var bitField = promise._bitField; + if (((bitField & 50397184) === 0)) { + var len = this._length(); + if (len > 0) promise._migrateCallback0(this); + for (var i = 1; i < len; ++i) { + promise._migrateCallbackAt(this, i); + } + this._setFollowing(); + this._setLength(0); + this._setFollowee(maybePromise); + } else if (((bitField & 33554432) !== 0)) { + this._fulfill(promise._value()); + } else if (((bitField & 16777216) !== 0)) { + this._reject(promise._reason()); + } else { + var reason = new CancellationError("late cancellation observer"); + promise._attachExtraTrace(reason); + this._reject(reason); + } +}; + +Promise.prototype._rejectCallback = +function(reason, synchronous, ignoreNonErrorWarnings) { + var trace = util.ensureErrorObject(reason); + var hasStack = trace === reason; + if (!hasStack && !ignoreNonErrorWarnings && debug.warnings()) { + var message = "a promise was rejected with a non-error: " + + util.classString(reason); + this._warn(message, true); + } + this._attachExtraTrace(trace, synchronous ? hasStack : false); + this._reject(reason); +}; + +Promise.prototype._resolveFromExecutor = function (executor) { + if (executor === INTERNAL) return; + var promise = this; + this._captureStackTrace(); + this._pushContext(); + var synchronous = true; + var r = this._execute(executor, function(value) { + promise._resolveCallback(value); + }, function (reason) { + promise._rejectCallback(reason, synchronous); + }); + synchronous = false; + this._popContext(); + + if (r !== undefined) { + promise._rejectCallback(r, true); + } +}; + +Promise.prototype._settlePromiseFromHandler = function ( + handler, receiver, value, promise +) { + var bitField = promise._bitField; + if (((bitField & 65536) !== 0)) return; + promise._pushContext(); + var x; + if (receiver === APPLY) { + if (!value || typeof value.length !== "number") { + x = errorObj; + x.e = new TypeError("cannot .spread() a non-array: " + + util.classString(value)); + } else { + x = tryCatch(handler).apply(this._boundValue(), value); + } + } else { + x = tryCatch(handler).call(receiver, value); + } + var promiseCreated = promise._popContext(); + bitField = promise._bitField; + if (((bitField & 65536) !== 0)) return; + + if (x === NEXT_FILTER) { + promise._reject(value); + } else if (x === errorObj) { + promise._rejectCallback(x.e, false); + } else { + debug.checkForgottenReturns(x, promiseCreated, "", promise, this); + promise._resolveCallback(x); + } +}; + +Promise.prototype._target = function() { + var ret = this; + while (ret._isFollowing()) ret = ret._followee(); + return ret; +}; + +Promise.prototype._followee = function() { + return this._rejectionHandler0; +}; + +Promise.prototype._setFollowee = function(promise) { + this._rejectionHandler0 = promise; +}; + +Promise.prototype._settlePromise = function(promise, handler, receiver, value) { + var isPromise = promise instanceof Promise; + var bitField = this._bitField; + var asyncGuaranteed = ((bitField & 134217728) !== 0); + if (((bitField & 65536) !== 0)) { + if (isPromise) promise._invokeInternalOnCancel(); + + if (receiver instanceof PassThroughHandlerContext && + receiver.isFinallyHandler()) { + receiver.cancelPromise = promise; + if (tryCatch(handler).call(receiver, value) === errorObj) { + promise._reject(errorObj.e); + } + } else if (handler === reflectHandler) { + promise._fulfill(reflectHandler.call(receiver)); + } else if (receiver instanceof Proxyable) { + receiver._promiseCancelled(promise); + } else if (isPromise || promise instanceof PromiseArray) { + promise._cancel(); + } else { + receiver.cancel(); + } + } else if (typeof handler === "function") { + if (!isPromise) { + handler.call(receiver, value, promise); + } else { + if (asyncGuaranteed) promise._setAsyncGuaranteed(); + this._settlePromiseFromHandler(handler, receiver, value, promise); + } + } else if (receiver instanceof Proxyable) { + if (!receiver._isResolved()) { + if (((bitField & 33554432) !== 0)) { + receiver._promiseFulfilled(value, promise); + } else { + receiver._promiseRejected(value, promise); + } + } + } else if (isPromise) { + if (asyncGuaranteed) promise._setAsyncGuaranteed(); + if (((bitField & 33554432) !== 0)) { + promise._fulfill(value); + } else { + promise._reject(value); + } + } +}; + +Promise.prototype._settlePromiseLateCancellationObserver = function(ctx) { + var handler = ctx.handler; + var promise = ctx.promise; + var receiver = ctx.receiver; + var value = ctx.value; + if (typeof handler === "function") { + if (!(promise instanceof Promise)) { + handler.call(receiver, value, promise); + } else { + this._settlePromiseFromHandler(handler, receiver, value, promise); + } + } else if (promise instanceof Promise) { + promise._reject(value); + } +}; + +Promise.prototype._settlePromiseCtx = function(ctx) { + this._settlePromise(ctx.promise, ctx.handler, ctx.receiver, ctx.value); +}; + +Promise.prototype._settlePromise0 = function(handler, value, bitField) { + var promise = this._promise0; + var receiver = this._receiverAt(0); + this._promise0 = undefined; + this._receiver0 = undefined; + this._settlePromise(promise, handler, receiver, value); +}; + +Promise.prototype._clearCallbackDataAtIndex = function(index) { + var base = index * 4 - 4; + this[base + 2] = + this[base + 3] = + this[base + 0] = + this[base + 1] = undefined; +}; + +Promise.prototype._fulfill = function (value) { + var bitField = this._bitField; + if (((bitField & 117506048) >>> 16)) return; + if (value === this) { + var err = makeSelfResolutionError(); + this._attachExtraTrace(err); + return this._reject(err); + } + this._setFulfilled(); + this._rejectionHandler0 = value; + + if ((bitField & 65535) > 0) { + if (((bitField & 134217728) !== 0)) { + this._settlePromises(); + } else { + async.settlePromises(this); + } + this._dereferenceTrace(); + } +}; + +Promise.prototype._reject = function (reason) { + var bitField = this._bitField; + if (((bitField & 117506048) >>> 16)) return; + this._setRejected(); + this._fulfillmentHandler0 = reason; + + if (this._isFinal()) { + return async.fatalError(reason, util.isNode); + } + + if ((bitField & 65535) > 0) { + async.settlePromises(this); + } else { + this._ensurePossibleRejectionHandled(); + } +}; + +Promise.prototype._fulfillPromises = function (len, value) { + for (var i = 1; i < len; i++) { + var handler = this._fulfillmentHandlerAt(i); + var promise = this._promiseAt(i); + var receiver = this._receiverAt(i); + this._clearCallbackDataAtIndex(i); + this._settlePromise(promise, handler, receiver, value); + } +}; + +Promise.prototype._rejectPromises = function (len, reason) { + for (var i = 1; i < len; i++) { + var handler = this._rejectionHandlerAt(i); + var promise = this._promiseAt(i); + var receiver = this._receiverAt(i); + this._clearCallbackDataAtIndex(i); + this._settlePromise(promise, handler, receiver, reason); + } +}; + +Promise.prototype._settlePromises = function () { + var bitField = this._bitField; + var len = (bitField & 65535); + + if (len > 0) { + if (((bitField & 16842752) !== 0)) { + var reason = this._fulfillmentHandler0; + this._settlePromise0(this._rejectionHandler0, reason, bitField); + this._rejectPromises(len, reason); + } else { + var value = this._rejectionHandler0; + this._settlePromise0(this._fulfillmentHandler0, value, bitField); + this._fulfillPromises(len, value); + } + this._setLength(0); + } + this._clearCancellationData(); +}; + +Promise.prototype._settledValue = function() { + var bitField = this._bitField; + if (((bitField & 33554432) !== 0)) { + return this._rejectionHandler0; + } else if (((bitField & 16777216) !== 0)) { + return this._fulfillmentHandler0; + } +}; + +if (typeof Symbol !== "undefined" && Symbol.toStringTag) { + es5.defineProperty(Promise.prototype, Symbol.toStringTag, { + get: function () { + return "Object"; + } + }); +} + +function deferResolve(v) {this.promise._resolveCallback(v);} +function deferReject(v) {this.promise._rejectCallback(v, false);} + +Promise.defer = Promise.pending = function() { + debug.deprecated("Promise.defer", "new Promise"); + var promise = new Promise(INTERNAL); + return { + promise: promise, + resolve: deferResolve, + reject: deferReject + }; +}; + +util.notEnumerableProp(Promise, + "_makeSelfResolutionError", + makeSelfResolutionError); + +_dereq_("./method")(Promise, INTERNAL, tryConvertToPromise, apiRejection, + debug); +_dereq_("./bind")(Promise, INTERNAL, tryConvertToPromise, debug); +_dereq_("./cancel")(Promise, PromiseArray, apiRejection, debug); +_dereq_("./direct_resolve")(Promise); +_dereq_("./synchronous_inspection")(Promise); +_dereq_("./join")( + Promise, PromiseArray, tryConvertToPromise, INTERNAL, async); +Promise.Promise = Promise; +Promise.version = "3.7.2"; + + util.toFastProperties(Promise); + util.toFastProperties(Promise.prototype); + function fillTypes(value) { + var p = new Promise(INTERNAL); + p._fulfillmentHandler0 = value; + p._rejectionHandler0 = value; + p._promise0 = value; + p._receiver0 = value; + } + // Complete slack tracking, opt out of field-type tracking and + // stabilize map + fillTypes({a: 1}); + fillTypes({b: 2}); + fillTypes({c: 3}); + fillTypes(1); + fillTypes(function(){}); + fillTypes(undefined); + fillTypes(false); + fillTypes(new Promise(INTERNAL)); + debug.setBounds(Async.firstLineError, util.lastLineError); + return Promise; + +}; + +},{"./async":1,"./bind":2,"./cancel":4,"./catch_filter":5,"./context":6,"./debuggability":7,"./direct_resolve":8,"./errors":9,"./es5":10,"./finally":11,"./join":12,"./method":13,"./nodeback":14,"./promise_array":16,"./synchronous_inspection":19,"./thenables":20,"./util":21,"async_hooks":undefined}],16:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, INTERNAL, tryConvertToPromise, + apiRejection, Proxyable) { +var util = _dereq_("./util"); +var isArray = util.isArray; + +function toResolutionValue(val) { + switch(val) { + case -2: return []; + case -3: return {}; + case -6: return new Map(); + } +} + +function PromiseArray(values) { + var promise = this._promise = new Promise(INTERNAL); + if (values instanceof Promise) { + promise._propagateFrom(values, 3); + values.suppressUnhandledRejections(); + } + promise._setOnCancel(this); + this._values = values; + this._length = 0; + this._totalResolved = 0; + this._init(undefined, -2); +} +util.inherits(PromiseArray, Proxyable); + +PromiseArray.prototype.length = function () { + return this._length; +}; + +PromiseArray.prototype.promise = function () { + return this._promise; +}; + +PromiseArray.prototype._init = function init(_, resolveValueIfEmpty) { + var values = tryConvertToPromise(this._values, this._promise); + if (values instanceof Promise) { + values = values._target(); + var bitField = values._bitField; + ; + this._values = values; + + if (((bitField & 50397184) === 0)) { + this._promise._setAsyncGuaranteed(); + return values._then( + init, + this._reject, + undefined, + this, + resolveValueIfEmpty + ); + } else if (((bitField & 33554432) !== 0)) { + values = values._value(); + } else if (((bitField & 16777216) !== 0)) { + return this._reject(values._reason()); + } else { + return this._cancel(); + } + } + values = util.asArray(values); + if (values === null) { + var err = apiRejection( + "expecting an array or an iterable object but got " + util.classString(values)).reason(); + this._promise._rejectCallback(err, false); + return; + } + + if (values.length === 0) { + if (resolveValueIfEmpty === -5) { + this._resolveEmptyArray(); + } + else { + this._resolve(toResolutionValue(resolveValueIfEmpty)); + } + return; + } + this._iterate(values); +}; + +PromiseArray.prototype._iterate = function(values) { + var len = this.getActualLength(values.length); + this._length = len; + this._values = this.shouldCopyValues() ? new Array(len) : this._values; + var result = this._promise; + var isResolved = false; + var bitField = null; + for (var i = 0; i < len; ++i) { + var maybePromise = tryConvertToPromise(values[i], result); + + if (maybePromise instanceof Promise) { + maybePromise = maybePromise._target(); + bitField = maybePromise._bitField; + } else { + bitField = null; + } + + if (isResolved) { + if (bitField !== null) { + maybePromise.suppressUnhandledRejections(); + } + } else if (bitField !== null) { + if (((bitField & 50397184) === 0)) { + maybePromise._proxy(this, i); + this._values[i] = maybePromise; + } else if (((bitField & 33554432) !== 0)) { + isResolved = this._promiseFulfilled(maybePromise._value(), i); + } else if (((bitField & 16777216) !== 0)) { + isResolved = this._promiseRejected(maybePromise._reason(), i); + } else { + isResolved = this._promiseCancelled(i); + } + } else { + isResolved = this._promiseFulfilled(maybePromise, i); + } + } + if (!isResolved) result._setAsyncGuaranteed(); +}; + +PromiseArray.prototype._isResolved = function () { + return this._values === null; +}; + +PromiseArray.prototype._resolve = function (value) { + this._values = null; + this._promise._fulfill(value); +}; + +PromiseArray.prototype._cancel = function() { + if (this._isResolved() || !this._promise._isCancellable()) return; + this._values = null; + this._promise._cancel(); +}; + +PromiseArray.prototype._reject = function (reason) { + this._values = null; + this._promise._rejectCallback(reason, false); +}; + +PromiseArray.prototype._promiseFulfilled = function (value, index) { + this._values[index] = value; + var totalResolved = ++this._totalResolved; + if (totalResolved >= this._length) { + this._resolve(this._values); + return true; + } + return false; +}; + +PromiseArray.prototype._promiseCancelled = function() { + this._cancel(); + return true; +}; + +PromiseArray.prototype._promiseRejected = function (reason) { + this._totalResolved++; + this._reject(reason); + return true; +}; + +PromiseArray.prototype._resultCancelled = function() { + if (this._isResolved()) return; + var values = this._values; + this._cancel(); + if (values instanceof Promise) { + values.cancel(); + } else { + for (var i = 0; i < values.length; ++i) { + if (values[i] instanceof Promise) { + values[i].cancel(); + } + } + } +}; + +PromiseArray.prototype.shouldCopyValues = function () { + return true; +}; + +PromiseArray.prototype.getActualLength = function (len) { + return len; +}; + +return PromiseArray; +}; + +},{"./util":21}],17:[function(_dereq_,module,exports){ +"use strict"; +function arrayMove(src, srcIndex, dst, dstIndex, len) { + for (var j = 0; j < len; ++j) { + dst[j + dstIndex] = src[j + srcIndex]; + src[j + srcIndex] = void 0; + } +} + +function Queue(capacity) { + this._capacity = capacity; + this._length = 0; + this._front = 0; +} + +Queue.prototype._willBeOverCapacity = function (size) { + return this._capacity < size; +}; + +Queue.prototype._pushOne = function (arg) { + var length = this.length(); + this._checkCapacity(length + 1); + var i = (this._front + length) & (this._capacity - 1); + this[i] = arg; + this._length = length + 1; +}; + +Queue.prototype.push = function (fn, receiver, arg) { + var length = this.length() + 3; + if (this._willBeOverCapacity(length)) { + this._pushOne(fn); + this._pushOne(receiver); + this._pushOne(arg); + return; + } + var j = this._front + length - 3; + this._checkCapacity(length); + var wrapMask = this._capacity - 1; + this[(j + 0) & wrapMask] = fn; + this[(j + 1) & wrapMask] = receiver; + this[(j + 2) & wrapMask] = arg; + this._length = length; +}; + +Queue.prototype.shift = function () { + var front = this._front, + ret = this[front]; + + this[front] = undefined; + this._front = (front + 1) & (this._capacity - 1); + this._length--; + return ret; +}; + +Queue.prototype.length = function () { + return this._length; +}; + +Queue.prototype._checkCapacity = function (size) { + if (this._capacity < size) { + this._resizeTo(this._capacity << 1); + } +}; + +Queue.prototype._resizeTo = function (capacity) { + var oldCapacity = this._capacity; + this._capacity = capacity; + var front = this._front; + var length = this._length; + var moveItemsCount = (front + length) & (oldCapacity - 1); + arrayMove(this, 0, this, oldCapacity, moveItemsCount); +}; + +module.exports = Queue; + +},{}],18:[function(_dereq_,module,exports){ +"use strict"; +var util = _dereq_("./util"); +var schedule; +var noAsyncScheduler = function() { + throw new Error("No async scheduler available\u000a\u000a See http://goo.gl/MqrFmX\u000a"); +}; +var NativePromise = util.getNativePromise(); +if (util.isNode && typeof MutationObserver === "undefined") { + var GlobalSetImmediate = global.setImmediate; + var ProcessNextTick = process.nextTick; + schedule = util.isRecentNode + ? function(fn) { GlobalSetImmediate.call(global, fn); } + : function(fn) { ProcessNextTick.call(process, fn); }; +} else if (typeof NativePromise === "function" && + typeof NativePromise.resolve === "function") { + var nativePromise = NativePromise.resolve(); + schedule = function(fn) { + nativePromise.then(fn); + }; +} else if ((typeof MutationObserver !== "undefined") && + !(typeof window !== "undefined" && + window.navigator && + (window.navigator.standalone || window.cordova)) && + ("classList" in document.documentElement)) { + schedule = (function() { + var div = document.createElement("div"); + var opts = {attributes: true}; + var toggleScheduled = false; + var div2 = document.createElement("div"); + var o2 = new MutationObserver(function() { + div.classList.toggle("foo"); + toggleScheduled = false; + }); + o2.observe(div2, opts); + + var scheduleToggle = function() { + if (toggleScheduled) return; + toggleScheduled = true; + div2.classList.toggle("foo"); + }; + + return function schedule(fn) { + var o = new MutationObserver(function() { + o.disconnect(); + fn(); + }); + o.observe(div, opts); + scheduleToggle(); + }; + })(); +} else if (typeof setImmediate !== "undefined") { + schedule = function (fn) { + setImmediate(fn); + }; +} else if (typeof setTimeout !== "undefined") { + schedule = function (fn) { + setTimeout(fn, 0); + }; +} else { + schedule = noAsyncScheduler; +} +module.exports = schedule; + +},{"./util":21}],19:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise) { +function PromiseInspection(promise) { + if (promise !== undefined) { + promise = promise._target(); + this._bitField = promise._bitField; + this._settledValueField = promise._isFateSealed() + ? promise._settledValue() : undefined; + } + else { + this._bitField = 0; + this._settledValueField = undefined; + } +} + +PromiseInspection.prototype._settledValue = function() { + return this._settledValueField; +}; + +var value = PromiseInspection.prototype.value = function () { + if (!this.isFulfilled()) { + throw new TypeError("cannot get fulfillment value of a non-fulfilled promise\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + return this._settledValue(); +}; + +var reason = PromiseInspection.prototype.error = +PromiseInspection.prototype.reason = function () { + if (!this.isRejected()) { + throw new TypeError("cannot get rejection reason of a non-rejected promise\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + return this._settledValue(); +}; + +var isFulfilled = PromiseInspection.prototype.isFulfilled = function() { + return (this._bitField & 33554432) !== 0; +}; + +var isRejected = PromiseInspection.prototype.isRejected = function () { + return (this._bitField & 16777216) !== 0; +}; + +var isPending = PromiseInspection.prototype.isPending = function () { + return (this._bitField & 50397184) === 0; +}; + +var isResolved = PromiseInspection.prototype.isResolved = function () { + return (this._bitField & 50331648) !== 0; +}; + +PromiseInspection.prototype.isCancelled = function() { + return (this._bitField & 8454144) !== 0; +}; + +Promise.prototype.__isCancelled = function() { + return (this._bitField & 65536) === 65536; +}; + +Promise.prototype._isCancelled = function() { + return this._target().__isCancelled(); +}; + +Promise.prototype.isCancelled = function() { + return (this._target()._bitField & 8454144) !== 0; +}; + +Promise.prototype.isPending = function() { + return isPending.call(this._target()); +}; + +Promise.prototype.isRejected = function() { + return isRejected.call(this._target()); +}; + +Promise.prototype.isFulfilled = function() { + return isFulfilled.call(this._target()); +}; + +Promise.prototype.isResolved = function() { + return isResolved.call(this._target()); +}; + +Promise.prototype.value = function() { + return value.call(this._target()); +}; + +Promise.prototype.reason = function() { + var target = this._target(); + target._unsetRejectionIsUnhandled(); + return reason.call(target); +}; + +Promise.prototype._value = function() { + return this._settledValue(); +}; + +Promise.prototype._reason = function() { + this._unsetRejectionIsUnhandled(); + return this._settledValue(); +}; + +Promise.PromiseInspection = PromiseInspection; +}; + +},{}],20:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, INTERNAL) { +var util = _dereq_("./util"); +var errorObj = util.errorObj; +var isObject = util.isObject; + +function tryConvertToPromise(obj, context) { + if (isObject(obj)) { + if (obj instanceof Promise) return obj; + var then = getThen(obj); + if (then === errorObj) { + if (context) context._pushContext(); + var ret = Promise.reject(then.e); + if (context) context._popContext(); + return ret; + } else if (typeof then === "function") { + if (isAnyBluebirdPromise(obj)) { + var ret = new Promise(INTERNAL); + obj._then( + ret._fulfill, + ret._reject, + undefined, + ret, + null + ); + return ret; + } + return doThenable(obj, then, context); + } + } + return obj; +} + +function doGetThen(obj) { + return obj.then; +} + +function getThen(obj) { + try { + return doGetThen(obj); + } catch (e) { + errorObj.e = e; + return errorObj; + } +} + +var hasProp = {}.hasOwnProperty; +function isAnyBluebirdPromise(obj) { + try { + return hasProp.call(obj, "_promise0"); + } catch (e) { + return false; + } +} + +function doThenable(x, then, context) { + var promise = new Promise(INTERNAL); + var ret = promise; + if (context) context._pushContext(); + promise._captureStackTrace(); + if (context) context._popContext(); + var synchronous = true; + var result = util.tryCatch(then).call(x, resolve, reject); + synchronous = false; + + if (promise && result === errorObj) { + promise._rejectCallback(result.e, true, true); + promise = null; + } + + function resolve(value) { + if (!promise) return; + promise._resolveCallback(value); + promise = null; + } + + function reject(reason) { + if (!promise) return; + promise._rejectCallback(reason, synchronous, true); + promise = null; + } + return ret; +} + +return tryConvertToPromise; +}; + +},{"./util":21}],21:[function(_dereq_,module,exports){ +"use strict"; +var es5 = _dereq_("./es5"); +var canEvaluate = typeof navigator == "undefined"; + +var errorObj = {e: {}}; +var tryCatchTarget; +var globalObject = typeof self !== "undefined" ? self : + typeof window !== "undefined" ? window : + typeof global !== "undefined" ? global : + this !== undefined ? this : null; + +function tryCatcher() { + try { + var target = tryCatchTarget; + tryCatchTarget = null; + return target.apply(this, arguments); + } catch (e) { + errorObj.e = e; + return errorObj; + } +} +function tryCatch(fn) { + tryCatchTarget = fn; + return tryCatcher; +} + +var inherits = function(Child, Parent) { + var hasProp = {}.hasOwnProperty; + + function T() { + this.constructor = Child; + this.constructor$ = Parent; + for (var propertyName in Parent.prototype) { + if (hasProp.call(Parent.prototype, propertyName) && + propertyName.charAt(propertyName.length-1) !== "$" + ) { + this[propertyName + "$"] = Parent.prototype[propertyName]; + } + } + } + T.prototype = Parent.prototype; + Child.prototype = new T(); + return Child.prototype; +}; + + +function isPrimitive(val) { + return val == null || val === true || val === false || + typeof val === "string" || typeof val === "number"; + +} + +function isObject(value) { + return typeof value === "function" || + typeof value === "object" && value !== null; +} + +function maybeWrapAsError(maybeError) { + if (!isPrimitive(maybeError)) return maybeError; + + return new Error(safeToString(maybeError)); +} + +function withAppended(target, appendee) { + var len = target.length; + var ret = new Array(len + 1); + var i; + for (i = 0; i < len; ++i) { + ret[i] = target[i]; + } + ret[i] = appendee; + return ret; +} + +function getDataPropertyOrDefault(obj, key, defaultValue) { + if (es5.isES5) { + var desc = Object.getOwnPropertyDescriptor(obj, key); + + if (desc != null) { + return desc.get == null && desc.set == null + ? desc.value + : defaultValue; + } + } else { + return {}.hasOwnProperty.call(obj, key) ? obj[key] : undefined; + } +} + +function notEnumerableProp(obj, name, value) { + if (isPrimitive(obj)) return obj; + var descriptor = { + value: value, + configurable: true, + enumerable: false, + writable: true + }; + es5.defineProperty(obj, name, descriptor); + return obj; +} + +function thrower(r) { + throw r; +} + +var inheritedDataKeys = (function() { + var excludedPrototypes = [ + Array.prototype, + Object.prototype, + Function.prototype + ]; + + var isExcludedProto = function(val) { + for (var i = 0; i < excludedPrototypes.length; ++i) { + if (excludedPrototypes[i] === val) { + return true; + } + } + return false; + }; + + if (es5.isES5) { + var getKeys = Object.getOwnPropertyNames; + return function(obj) { + var ret = []; + var visitedKeys = Object.create(null); + while (obj != null && !isExcludedProto(obj)) { + var keys; + try { + keys = getKeys(obj); + } catch (e) { + return ret; + } + for (var i = 0; i < keys.length; ++i) { + var key = keys[i]; + if (visitedKeys[key]) continue; + visitedKeys[key] = true; + var desc = Object.getOwnPropertyDescriptor(obj, key); + if (desc != null && desc.get == null && desc.set == null) { + ret.push(key); + } + } + obj = es5.getPrototypeOf(obj); + } + return ret; + }; + } else { + var hasProp = {}.hasOwnProperty; + return function(obj) { + if (isExcludedProto(obj)) return []; + var ret = []; + + /*jshint forin:false */ + enumeration: for (var key in obj) { + if (hasProp.call(obj, key)) { + ret.push(key); + } else { + for (var i = 0; i < excludedPrototypes.length; ++i) { + if (hasProp.call(excludedPrototypes[i], key)) { + continue enumeration; + } + } + ret.push(key); + } + } + return ret; + }; + } + +})(); + +var thisAssignmentPattern = /this\s*\.\s*\S+\s*=/; +function isClass(fn) { + try { + if (typeof fn === "function") { + var keys = es5.names(fn.prototype); + + var hasMethods = es5.isES5 && keys.length > 1; + var hasMethodsOtherThanConstructor = keys.length > 0 && + !(keys.length === 1 && keys[0] === "constructor"); + var hasThisAssignmentAndStaticMethods = + thisAssignmentPattern.test(fn + "") && es5.names(fn).length > 0; + + if (hasMethods || hasMethodsOtherThanConstructor || + hasThisAssignmentAndStaticMethods) { + return true; + } + } + return false; + } catch (e) { + return false; + } +} + +function toFastProperties(obj) { + /*jshint -W027,-W055,-W031*/ + function FakeConstructor() {} + FakeConstructor.prototype = obj; + var receiver = new FakeConstructor(); + function ic() { + return typeof receiver.foo; + } + ic(); + ic(); + return obj; + eval(obj); +} + +var rident = /^[a-z$_][a-z$_0-9]*$/i; +function isIdentifier(str) { + return rident.test(str); +} + +function filledRange(count, prefix, suffix) { + var ret = new Array(count); + for(var i = 0; i < count; ++i) { + ret[i] = prefix + i + suffix; + } + return ret; +} + +function safeToString(obj) { + try { + return obj + ""; + } catch (e) { + return "[no string representation]"; + } +} + +function isError(obj) { + return obj instanceof Error || + (obj !== null && + typeof obj === "object" && + typeof obj.message === "string" && + typeof obj.name === "string"); +} + +function markAsOriginatingFromRejection(e) { + try { + notEnumerableProp(e, "isOperational", true); + } + catch(ignore) {} +} + +function originatesFromRejection(e) { + if (e == null) return false; + return ((e instanceof Error["__BluebirdErrorTypes__"].OperationalError) || + e["isOperational"] === true); +} + +function canAttachTrace(obj) { + return isError(obj) && es5.propertyIsWritable(obj, "stack"); +} + +var ensureErrorObject = (function() { + if (!("stack" in new Error())) { + return function(value) { + if (canAttachTrace(value)) return value; + try {throw new Error(safeToString(value));} + catch(err) {return err;} + }; + } else { + return function(value) { + if (canAttachTrace(value)) return value; + return new Error(safeToString(value)); + }; + } +})(); + +function classString(obj) { + return {}.toString.call(obj); +} + +function copyDescriptors(from, to, filter) { + var keys = es5.names(from); + for (var i = 0; i < keys.length; ++i) { + var key = keys[i]; + if (filter(key)) { + try { + es5.defineProperty(to, key, es5.getDescriptor(from, key)); + } catch (ignore) {} + } + } +} + +var asArray = function(v) { + if (es5.isArray(v)) { + return v; + } + return null; +}; + +if (typeof Symbol !== "undefined" && Symbol.iterator) { + var ArrayFrom = typeof Array.from === "function" ? function(v) { + return Array.from(v); + } : function(v) { + var ret = []; + var it = v[Symbol.iterator](); + var itResult; + while (!((itResult = it.next()).done)) { + ret.push(itResult.value); + } + return ret; + }; + + asArray = function(v) { + if (es5.isArray(v)) { + return v; + } else if (v != null && typeof v[Symbol.iterator] === "function") { + return ArrayFrom(v); + } + return null; + }; +} + +var isNode = typeof process !== "undefined" && + classString(process).toLowerCase() === "[object process]"; + +var hasEnvVariables = typeof process !== "undefined" && + typeof process.env !== "undefined"; + +function env(key) { + return hasEnvVariables ? process.env[key] : undefined; +} + +function getNativePromise() { + if (typeof Promise === "function") { + try { + var promise = new Promise(function(){}); + if (classString(promise) === "[object Promise]") { + return Promise; + } + } catch (e) {} + } +} + +var reflectHandler; +function contextBind(ctx, cb) { + if (ctx === null || + typeof cb !== "function" || + cb === reflectHandler) { + return cb; + } + + if (ctx.domain !== null) { + cb = ctx.domain.bind(cb); + } + + var async = ctx.async; + if (async !== null) { + var old = cb; + cb = function() { + var args = (new Array(2)).concat([].slice.call(arguments));; + args[0] = old; + args[1] = this; + return async.runInAsyncScope.apply(async, args); + }; + } + return cb; +} + +var ret = { + setReflectHandler: function(fn) { + reflectHandler = fn; + }, + isClass: isClass, + isIdentifier: isIdentifier, + inheritedDataKeys: inheritedDataKeys, + getDataPropertyOrDefault: getDataPropertyOrDefault, + thrower: thrower, + isArray: es5.isArray, + asArray: asArray, + notEnumerableProp: notEnumerableProp, + isPrimitive: isPrimitive, + isObject: isObject, + isError: isError, + canEvaluate: canEvaluate, + errorObj: errorObj, + tryCatch: tryCatch, + inherits: inherits, + withAppended: withAppended, + maybeWrapAsError: maybeWrapAsError, + toFastProperties: toFastProperties, + filledRange: filledRange, + toString: safeToString, + canAttachTrace: canAttachTrace, + ensureErrorObject: ensureErrorObject, + originatesFromRejection: originatesFromRejection, + markAsOriginatingFromRejection: markAsOriginatingFromRejection, + classString: classString, + copyDescriptors: copyDescriptors, + isNode: isNode, + hasEnvVariables: hasEnvVariables, + env: env, + global: globalObject, + getNativePromise: getNativePromise, + contextBind: contextBind +}; +ret.isRecentNode = ret.isNode && (function() { + var version; + if (process.versions && process.versions.node) { + version = process.versions.node.split(".").map(Number); + } else if (process.version) { + version = process.version.split(".").map(Number); + } + return (version[0] === 0 && version[1] > 10) || (version[0] > 0); +})(); +ret.nodeSupportsAsyncResource = ret.isNode && (function() { + var supportsAsync = false; + try { + var res = _dereq_("async_hooks").AsyncResource; + supportsAsync = typeof res.prototype.runInAsyncScope === "function"; + } catch (e) { + supportsAsync = false; + } + return supportsAsync; +})(); + +if (ret.isNode) ret.toFastProperties(process); + +try {throw new Error(); } catch (e) {ret.lastLineError = e;} +module.exports = ret; + +},{"./es5":10,"async_hooks":undefined}]},{},[3])(3) +}); ;if (typeof window !== 'undefined' && window !== null) { window.P = window.Promise; } else if (typeof self !== 'undefined' && self !== null) { self.P = self.Promise; } \ No newline at end of file diff --git a/node_modules/bluebird/js/browser/bluebird.core.min.js b/node_modules/bluebird/js/browser/bluebird.core.min.js new file mode 100644 index 0000000..836176e --- /dev/null +++ b/node_modules/bluebird/js/browser/bluebird.core.min.js @@ -0,0 +1,31 @@ +/* @preserve + * The MIT License (MIT) + * + * Copyright (c) 2013-2018 Petka Antonov + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + * + */ +/** + * bluebird build version 3.7.2 + * Features enabled: core + * Features disabled: race, call_get, generators, map, nodeify, promisify, props, reduce, settle, some, using, timers, filter, any, each +*/ +!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;"undefined"!=typeof window?e=window:"undefined"!=typeof global?e=global:"undefined"!=typeof self&&(e=self),e.Promise=t()}}(function(){var t,e,n;return function r(t,e,n){function o(a,s){if(!e[a]){if(!t[a]){var c="function"==typeof _dereq_&&_dereq_;if(!s&&c)return c(a,!0);if(i)return i(a,!0);var l=new Error("Cannot find module '"+a+"'");throw l.code="MODULE_NOT_FOUND",l}var u=e[a]={exports:{}};t[a][0].call(u.exports,function(e){var n=t[a][1][e];return o(n?n:e)},u,u.exports,r,t,e,n)}return e[a].exports}for(var i="function"==typeof _dereq_&&_dereq_,a=0;a0;)c(t)}function c(t){var e=t.shift();if("function"!=typeof e)e._settlePromises();else{var n=t.shift(),r=t.shift();e.call(n,r)}}var l;try{throw new Error}catch(u){l=u}var p=t("./schedule"),f=t("./queue");r.prototype.setScheduler=function(t){var e=this._schedule;return this._schedule=t,this._customScheduler=!0,e},r.prototype.hasCustomScheduler=function(){return this._customScheduler},r.prototype.haveItemsQueued=function(){return this._isTickUsed||this._haveDrainedQueues},r.prototype.fatalError=function(t,e){e?(process.stderr.write("Fatal "+(t instanceof Error?t.stack:t)+"\n"),process.exit(2)):this.throwLater(t)},r.prototype.throwLater=function(t,e){if(1===arguments.length&&(e=t,t=function(){throw e}),"undefined"!=typeof setTimeout)setTimeout(function(){t(e)},0);else try{this._schedule(function(){t(e)})}catch(n){throw new Error("No async scheduler available\n\n See http://goo.gl/MqrFmX\n")}},r.prototype.invokeLater=o,r.prototype.invoke=i,r.prototype.settlePromises=a,r.prototype._drainQueues=function(){s(this._normalQueue),this._reset(),this._haveDrainedQueues=!0,s(this._lateQueue)},r.prototype._queueTick=function(){this._isTickUsed||(this._isTickUsed=!0,this._schedule(this.drainQueues))},r.prototype._reset=function(){this._isTickUsed=!1},e.exports=r,e.exports.firstLineError=l},{"./queue":17,"./schedule":18}],2:[function(t,e,n){"use strict";e.exports=function(t,e,n,r){var o=!1,i=function(t,e){this._reject(e)},a=function(t,e){e.promiseRejectionQueued=!0,e.bindingPromise._then(i,i,null,this,t)},s=function(t,e){0===(50397184&this._bitField)&&this._resolveCallback(e.target)},c=function(t,e){e.promiseRejectionQueued||this._reject(t)};t.prototype.bind=function(i){o||(o=!0,t.prototype._propagateFrom=r.propagateFromFunction(),t.prototype._boundValue=r.boundValueFunction());var l=n(i),u=new t(e);u._propagateFrom(this,1);var p=this._target();if(u._setBoundTo(l),l instanceof t){var f={promiseRejectionQueued:!1,promise:u,target:p,bindingPromise:l};p._then(e,a,void 0,u,f),l._then(s,c,void 0,u,f),u._setOnCancel(l)}else u._resolveCallback(p);return u},t.prototype._setBoundTo=function(t){void 0!==t?(this._bitField=2097152|this._bitField,this._boundTo=t):this._bitField=-2097153&this._bitField},t.prototype._isBound=function(){return 2097152===(2097152&this._bitField)},t.bind=function(e,n){return t.resolve(n).bind(e)}}},{}],3:[function(t,e,n){"use strict";function r(){try{Promise===i&&(Promise=o)}catch(t){}return i}var o;"undefined"!=typeof Promise&&(o=Promise);var i=t("./promise")();i.noConflict=r,e.exports=i},{"./promise":15}],4:[function(t,e,n){"use strict";e.exports=function(e,n,r,o){var i=t("./util"),a=i.tryCatch,s=i.errorObj,c=e._async;e.prototype["break"]=e.prototype.cancel=function(){if(!o.cancellation())return this._warn("cancellation is disabled");for(var t=this,e=t;t._isCancellable();){if(!t._cancelBy(e)){e._isFollowing()?e._followee().cancel():e._cancelBranched();break}var n=t._cancellationParent;if(null==n||!n._isCancellable()){t._isFollowing()?t._followee().cancel():t._cancelBranched();break}t._isFollowing()&&t._followee().cancel(),t._setWillBeCancelled(),e=t,t=n}},e.prototype._branchHasCancelled=function(){this._branchesRemainingToCancel--},e.prototype._enoughBranchesHaveCancelled=function(){return void 0===this._branchesRemainingToCancel||this._branchesRemainingToCancel<=0},e.prototype._cancelBy=function(t){return t===this?(this._branchesRemainingToCancel=0,this._invokeOnCancel(),!0):(this._branchHasCancelled(),this._enoughBranchesHaveCancelled()?(this._invokeOnCancel(),!0):!1)},e.prototype._cancelBranched=function(){this._enoughBranchesHaveCancelled()&&this._cancel()},e.prototype._cancel=function(){this._isCancellable()&&(this._setCancelled(),c.invoke(this._cancelPromises,this,void 0))},e.prototype._cancelPromises=function(){this._length()>0&&this._settlePromises()},e.prototype._unsetOnCancel=function(){this._onCancelField=void 0},e.prototype._isCancellable=function(){return this.isPending()&&!this._isCancelled()},e.prototype.isCancellable=function(){return this.isPending()&&!this.isCancelled()},e.prototype._doInvokeOnCancel=function(t,e){if(i.isArray(t))for(var n=0;n=0?i[t]:void 0}var o=!1,i=[];return t.prototype._promiseCreated=function(){},t.prototype._pushContext=function(){},t.prototype._popContext=function(){return null},t._peekContext=t.prototype._peekContext=function(){},e.prototype._pushContext=function(){void 0!==this._trace&&(this._trace._promiseCreated=null,i.push(this._trace))},e.prototype._popContext=function(){if(void 0!==this._trace){var t=i.pop(),e=t._promiseCreated;return t._promiseCreated=null,e}return null},e.CapturedTrace=null,e.create=n,e.deactivateLongStackTraces=function(){},e.activateLongStackTraces=function(){var n=t.prototype._pushContext,i=t.prototype._popContext,a=t._peekContext,s=t.prototype._peekContext,c=t.prototype._promiseCreated;e.deactivateLongStackTraces=function(){t.prototype._pushContext=n,t.prototype._popContext=i,t._peekContext=a,t.prototype._peekContext=s,t.prototype._promiseCreated=c,o=!1},o=!0,t.prototype._pushContext=e.prototype._pushContext,t.prototype._popContext=e.prototype._popContext,t._peekContext=t.prototype._peekContext=r,t.prototype._promiseCreated=function(){var t=this._peekContext();t&&null==t._promiseCreated&&(t._promiseCreated=this)}},e}},{}],7:[function(t,e,n){"use strict";e.exports=function(e,n,r,o){function i(t,e){return{promise:e}}function a(){return!1}function s(t,e,n){var r=this;try{t(e,n,function(t){if("function"!=typeof t)throw new TypeError("onCancel must be a function, got: "+V.toString(t));r._attachCancellationCallback(t)})}catch(o){return o}}function c(t){if(!this._isCancellable())return this;var e=this._onCancel();void 0!==e?V.isArray(e)?e.push(t):this._setOnCancel([e,t]):this._setOnCancel(t)}function l(){return this._onCancelField}function u(t){this._onCancelField=t}function p(){this._cancellationParent=void 0,this._onCancelField=void 0}function f(t,e){if(0!==(1&e)){this._cancellationParent=t;var n=t._branchesRemainingToCancel;void 0===n&&(n=0),t._branchesRemainingToCancel=n+1}0!==(2&e)&&t._isBound()&&this._setBoundTo(t._boundTo)}function h(t,e){0!==(2&e)&&t._isBound()&&this._setBoundTo(t._boundTo)}function d(){var t=this._boundTo;return void 0!==t&&t instanceof e?t.isFulfilled()?t.value():void 0:t}function _(){this._trace=new H(this._peekContext())}function v(t,e){if(q(t)){var n=this._trace;if(void 0!==n&&e&&(n=n._parent),void 0!==n)n.attachExtraTrace(t);else if(!t.__stackCleaned__){var r=F(t);V.notEnumerableProp(t,"stack",r.message+"\n"+r.stack.join("\n")),V.notEnumerableProp(t,"__stackCleaned__",!0)}}}function y(){this._trace=void 0}function g(t,e,n,r,o){if(void 0===t&&null!==e&&Z){if(void 0!==o&&o._returnedNonUndefined())return;if(0===(65535&r._bitField))return;n&&(n+=" ");var i="",a="";if(e._trace){for(var s=e._trace.stack.split("\n"),c=E(s),l=c.length-1;l>=0;--l){var u=c[l];if(!M.test(u)){var p=u.match(W);p&&(i="at "+p[1]+":"+p[2]+":"+p[3]+" ");break}}if(c.length>0)for(var f=c[0],l=0;l0&&(a="\n"+s[l-1]);break}}var h="a promise was created in a "+n+"handler "+i+"but was not returned from it, see http://goo.gl/rRqMUw"+a;r._warn(h,!0,e)}}function m(t,e){var n=t+" is deprecated and will be removed in a future version.";return e&&(n+=" Use "+e+" instead."),b(n)}function b(t,n,r){if(ut.warnings){var o,i=new D(t);if(n)r._attachExtraTrace(i);else if(ut.longStackTraces&&(o=e._peekContext()))o.attachExtraTrace(i);else{var a=F(i);i.stack=a.message+"\n"+a.stack.join("\n")}it("warning",i)||T(i,"",!0)}}function C(t,e){for(var n=0;n=0;--s)if(r[s]===i){a=s;break}for(var s=a;s>=0;--s){var c=r[s];if(e[o]!==c)break;e.pop(),o--}e=r}}function E(t){for(var e=[],n=0;n0&&"SyntaxError"!=t.name&&(e=e.slice(n)),e}function F(t){var e=t.stack,n=t.toString();return e="string"==typeof e&&e.length>0?j(t):[" (No stack trace)"],{message:n,stack:"SyntaxError"==t.name?e:E(e)}}function T(t,e,n){if("undefined"!=typeof console){var r;if(V.isObject(t)){var o=t.stack;r=e+z(o,t)}else r=e+String(t);"function"==typeof B?B(r,n):("function"==typeof console.log||"object"==typeof console.log)&&console.log(r)}}function x(t,e,n,r){var o=!1;try{"function"==typeof e&&(o=!0,"rejectionHandled"===t?e(r):e(n,r))}catch(i){I.throwLater(i)}"unhandledRejection"===t?it(t,n,r)||o||T(n,"Unhandled rejection "):it(t,r)}function R(t){var e;if("function"==typeof t)e="[function "+(t.name||"anonymous")+"]";else{e=t&&"function"==typeof t.toString?t.toString():V.toString(t);var n=/\[object [a-zA-Z0-9$_]+\]/;if(n.test(e))try{var r=JSON.stringify(t);e=r}catch(o){}0===e.length&&(e="(empty array)")}return"(<"+S(e)+">, no stack trace)"}function S(t){var e=41;return t.lengtha||0>s||!n||!r||n!==r||a>=s||(st=function(t){if(G.test(t))return!0;var e=O(t);return e&&e.fileName===n&&a<=e.line&&e.line<=s?!0:!1})}}function H(t){this._parent=t,this._promisesCreated=0;var e=this._length=1+(void 0===t?0:t._length);lt(this,H),e>32&&this.uncycle()}var N,L,B,U,I=e._async,D=t("./errors").Warning,V=t("./util"),Q=t("./es5"),q=V.canAttachTrace,G=/[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/,M=/\((?:timers\.js):\d+:\d+\)/,W=/[\/<\(](.+?):(\d+):(\d+)\)?\s*$/,$=null,z=null,X=!1,K=!(0==V.env("BLUEBIRD_DEBUG")||!V.env("BLUEBIRD_DEBUG")&&"development"!==V.env("NODE_ENV")),J=!(0==V.env("BLUEBIRD_WARNINGS")||!K&&!V.env("BLUEBIRD_WARNINGS")),Y=!(0==V.env("BLUEBIRD_LONG_STACK_TRACES")||!K&&!V.env("BLUEBIRD_LONG_STACK_TRACES")),Z=0!=V.env("BLUEBIRD_W_FORGOTTEN_RETURN")&&(J||!!V.env("BLUEBIRD_W_FORGOTTEN_RETURN"));!function(){function t(){for(var t=0;t0},e.prototype._setRejectionIsUnhandled=function(){this._bitField=1048576|this._bitField},e.prototype._unsetRejectionIsUnhandled=function(){this._bitField=-1048577&this._bitField,this._isUnhandledRejectionNotified()&&(this._unsetUnhandledRejectionIsNotified(),this._notifyUnhandledRejectionIsHandled())},e.prototype._isRejectionUnhandled=function(){return(1048576&this._bitField)>0},e.prototype._warn=function(t,e,n){return b(t,e,n||this)},e.onPossiblyUnhandledRejection=function(t){var n=e._getContext();L=V.contextBind(n,t)},e.onUnhandledRejectionHandled=function(t){var n=e._getContext();N=V.contextBind(n,t)};var tt=function(){};e.longStackTraces=function(){if(I.haveItemsQueued()&&!ut.longStackTraces)throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");if(!ut.longStackTraces&&P()){var t=e.prototype._captureStackTrace,r=e.prototype._attachExtraTrace,o=e.prototype._dereferenceTrace;ut.longStackTraces=!0,tt=function(){if(I.haveItemsQueued()&&!ut.longStackTraces)throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");e.prototype._captureStackTrace=t,e.prototype._attachExtraTrace=r,e.prototype._dereferenceTrace=o,n.deactivateLongStackTraces(),ut.longStackTraces=!1},e.prototype._captureStackTrace=_,e.prototype._attachExtraTrace=v,e.prototype._dereferenceTrace=y,n.activateLongStackTraces()}},e.hasLongStackTraces=function(){return ut.longStackTraces&&P()};var et={unhandledrejection:{before:function(){var t=V.global.onunhandledrejection;return V.global.onunhandledrejection=null,t},after:function(t){V.global.onunhandledrejection=t}},rejectionhandled:{before:function(){var t=V.global.onrejectionhandled;return V.global.onrejectionhandled=null,t},after:function(t){V.global.onrejectionhandled=t}}},nt=function(){var t=function(t,e){if(!t)return!V.global.dispatchEvent(e);var n;try{return n=t.before(),!V.global.dispatchEvent(e)}finally{t.after(n)}};try{if("function"==typeof CustomEvent){var e=new CustomEvent("CustomEvent");return V.global.dispatchEvent(e),function(e,n){e=e.toLowerCase();var r={detail:n,cancelable:!0},o=new CustomEvent(e,r);return Q.defineProperty(o,"promise",{value:n.promise}),Q.defineProperty(o,"reason",{value:n.reason}),t(et[e],o)}}if("function"==typeof Event){var e=new Event("CustomEvent");return V.global.dispatchEvent(e),function(e,n){e=e.toLowerCase();var r=new Event(e,{cancelable:!0});return r.detail=n,Q.defineProperty(r,"promise",{value:n.promise}),Q.defineProperty(r,"reason",{value:n.reason}),t(et[e],r)}}var e=document.createEvent("CustomEvent");return e.initCustomEvent("testingtheevent",!1,!0,{}),V.global.dispatchEvent(e),function(e,n){e=e.toLowerCase();var r=document.createEvent("CustomEvent");return r.initCustomEvent(e,!1,!0,n),t(et[e],r)}}catch(n){}return function(){return!1}}(),rt=function(){return V.isNode?function(){return process.emit.apply(process,arguments)}:V.global?function(t){var e="on"+t.toLowerCase(),n=V.global[e];return n?(n.apply(V.global,[].slice.call(arguments,1)),!0):!1}:function(){return!1}}(),ot={promiseCreated:i,promiseFulfilled:i,promiseRejected:i,promiseResolved:i,promiseCancelled:i,promiseChained:function(t,e,n){return{promise:e,child:n}},warning:function(t,e){return{warning:e}},unhandledRejection:function(t,e,n){return{reason:e,promise:n}},rejectionHandled:i},it=function(t){var e=!1;try{e=rt.apply(null,arguments)}catch(n){I.throwLater(n),e=!0}var r=!1;try{r=nt(t,ot[t].apply(null,arguments))}catch(n){I.throwLater(n),r=!0}return r||e};e.config=function(t){if(t=Object(t),"longStackTraces"in t&&(t.longStackTraces?e.longStackTraces():!t.longStackTraces&&e.hasLongStackTraces()&&tt()),"warnings"in t){var n=t.warnings;ut.warnings=!!n,Z=ut.warnings,V.isObject(n)&&"wForgottenReturn"in n&&(Z=!!n.wForgottenReturn)}if("cancellation"in t&&t.cancellation&&!ut.cancellation){if(I.haveItemsQueued())throw new Error("cannot enable cancellation after promises are in use");e.prototype._clearCancellationData=p,e.prototype._propagateFrom=f,e.prototype._onCancel=l,e.prototype._setOnCancel=u,e.prototype._attachCancellationCallback=c,e.prototype._execute=s,at=f,ut.cancellation=!0}if("monitoring"in t&&(t.monitoring&&!ut.monitoring?(ut.monitoring=!0,e.prototype._fireEvent=it):!t.monitoring&&ut.monitoring&&(ut.monitoring=!1,e.prototype._fireEvent=a)),"asyncHooks"in t&&V.nodeSupportsAsyncResource){var i=ut.asyncHooks,h=!!t.asyncHooks;i!==h&&(ut.asyncHooks=h,h?r():o())}return e},e.prototype._fireEvent=a,e.prototype._execute=function(t,e,n){try{t(e,n)}catch(r){return r}},e.prototype._onCancel=function(){},e.prototype._setOnCancel=function(t){},e.prototype._attachCancellationCallback=function(t){},e.prototype._captureStackTrace=function(){},e.prototype._attachExtraTrace=function(){},e.prototype._dereferenceTrace=function(){},e.prototype._clearCancellationData=function(){},e.prototype._propagateFrom=function(t,e){};var at=h,st=function(){return!1},ct=/[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;V.inherits(H,Error),n.CapturedTrace=H,H.prototype.uncycle=function(){var t=this._length;if(!(2>t)){for(var e=[],n={},r=0,o=this;void 0!==o;++r)e.push(o),o=o._parent;t=this._length=r;for(var r=t-1;r>=0;--r){var i=e[r].stack;void 0===n[i]&&(n[i]=r)}for(var r=0;t>r;++r){var a=e[r].stack,s=n[a];if(void 0!==s&&s!==r){s>0&&(e[s-1]._parent=void 0,e[s-1]._length=1),e[r]._parent=void 0,e[r]._length=1;var c=r>0?e[r-1]:this;t-1>s?(c._parent=e[s+1],c._parent.uncycle(),c._length=c._parent._length+1):(c._parent=void 0,c._length=1);for(var l=c._length+1,u=r-2;u>=0;--u)e[u]._length=l,l++;return}}}},H.prototype.attachExtraTrace=function(t){if(!t.__stackCleaned__){this.uncycle();for(var e=F(t),n=e.message,r=[e.stack],o=this;void 0!==o;)r.push(E(o.stack.split("\n"))),o=o._parent;k(r),w(r),V.notEnumerableProp(t,"stack",C(n,r)),V.notEnumerableProp(t,"__stackCleaned__",!0)}};var lt=function(){var t=/^\s*at\s*/,e=function(t,e){return"string"==typeof t?t:void 0!==e.name&&void 0!==e.message?e.toString():R(e)};if("number"==typeof Error.stackTraceLimit&&"function"==typeof Error.captureStackTrace){Error.stackTraceLimit+=6,$=t,z=e;var n=Error.captureStackTrace;return st=function(t){return G.test(t)},function(t,e){Error.stackTraceLimit+=6,n(t,e),Error.stackTraceLimit-=6}}var r=new Error;if("string"==typeof r.stack&&r.stack.split("\n")[0].indexOf("stackDetection@")>=0)return $=/@/,z=e,X=!0,function(t){t.stack=(new Error).stack};var o;try{throw new Error}catch(i){o="stack"in i}return"stack"in r||!o||"number"!=typeof Error.stackTraceLimit?(z=function(t,e){return"string"==typeof t?t:"object"!=typeof e&&"function"!=typeof e||void 0===e.name||void 0===e.message?R(e):e.toString()},null):($=t,z=e,function(t){Error.stackTraceLimit+=6;try{throw new Error}catch(e){t.stack=e.stack}Error.stackTraceLimit-=6})}([]);"undefined"!=typeof console&&"undefined"!=typeof console.warn&&(B=function(t){console.warn(t)},V.isNode&&process.stderr.isTTY?B=function(t,e){var n=e?"":"";console.warn(n+t+"\n")}:V.isNode||"string"!=typeof(new Error).stack||(B=function(t,e){console.warn("%c"+t,e?"color: darkorange":"color: red")}));var ut={warnings:J,longStackTraces:!1,cancellation:!1,monitoring:!1,asyncHooks:!1};return Y&&e.longStackTraces(),{asyncHooks:function(){return ut.asyncHooks},longStackTraces:function(){return ut.longStackTraces},warnings:function(){return ut.warnings},cancellation:function(){return ut.cancellation},monitoring:function(){return ut.monitoring},propagateFromFunction:function(){return at},boundValueFunction:function(){return d},checkForgottenReturns:g,setBounds:A,warn:b,deprecated:m,CapturedTrace:H,fireDomEvent:nt,fireGlobalEvent:rt}}},{"./errors":9,"./es5":10,"./util":21}],8:[function(t,e,n){"use strict";e.exports=function(t){function e(){return this.value}function n(){throw this.reason}t.prototype["return"]=t.prototype.thenReturn=function(n){return n instanceof t&&n.suppressUnhandledRejections(),this._then(e,void 0,void 0,{value:n},void 0)},t.prototype["throw"]=t.prototype.thenThrow=function(t){return this._then(n,void 0,void 0,{reason:t},void 0)},t.prototype.catchThrow=function(t){if(arguments.length<=1)return this._then(void 0,n,void 0,{reason:t},void 0);var e=arguments[1],r=function(){throw e};return this.caught(t,r)},t.prototype.catchReturn=function(n){if(arguments.length<=1)return n instanceof t&&n.suppressUnhandledRejections(),this._then(void 0,e,void 0,{value:n},void 0);var r=arguments[1];r instanceof t&&r.suppressUnhandledRejections();var o=function(){return r};return this.caught(n,o)}}},{}],9:[function(t,e,n){"use strict";function r(t,e){function n(r){return this instanceof n?(p(this,"message","string"==typeof r?r:e),p(this,"name",t),void(Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):Error.call(this))):new n(r)}return u(n,Error),n}function o(t){return this instanceof o?(p(this,"name","OperationalError"),p(this,"message",t),this.cause=t,this.isOperational=!0,void(t instanceof Error?(p(this,"message",t.message),p(this,"stack",t.stack)):Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor))):new o(t)}var i,a,s=t("./es5"),c=s.freeze,l=t("./util"),u=l.inherits,p=l.notEnumerableProp,f=r("Warning","warning"),h=r("CancellationError","cancellation error"),d=r("TimeoutError","timeout error"),_=r("AggregateError","aggregate error");try{i=TypeError,a=RangeError}catch(v){i=r("TypeError","type error"),a=r("RangeError","range error")}for(var y="join pop push shift unshift slice filter forEach some every map indexOf lastIndexOf reduce reduceRight sort reverse".split(" "),g=0;g1?t.cancelPromise._reject(e):t.cancelPromise._cancel(),t.cancelPromise=null,!0):!1}function s(){return l.call(this,this.promise._target()._settledValue())}function c(t){return a(this,t)?void 0:(f.e=t,f)}function l(t){var o=this.promise,l=this.handler;if(!this.called){this.called=!0;var u=this.isFinallyHandler()?l.call(o._boundValue()):l.call(o._boundValue(),t);if(u===r)return u;if(void 0!==u){o._setReturnedNonUndefined();var h=n(u,o);if(h instanceof e){if(null!=this.cancelPromise){if(h._isCancelled()){var d=new p("late cancellation observer");return o._attachExtraTrace(d),f.e=d,f}h.isPending()&&h._attachCancellationCallback(new i(this))}return h._then(s,c,void 0,this,void 0)}}}return o.isRejected()?(a(this),f.e=t,f):(a(this),t)}var u=t("./util"),p=e.CancellationError,f=u.errorObj,h=t("./catch_filter")(r);return o.prototype.isFinallyHandler=function(){return 0===this.type},i.prototype._resultCancelled=function(){a(this.finallyHandler)},e.prototype._passThrough=function(t,e,n,r){return"function"!=typeof t?this.then():this._then(n,r,void 0,new o(this,e,t),void 0)},e.prototype.lastly=e.prototype["finally"]=function(t){return this._passThrough(t,0,l,l)},e.prototype.tap=function(t){return this._passThrough(t,1,l)},e.prototype.tapCatch=function(t){var n=arguments.length;if(1===n)return this._passThrough(t,1,void 0,l);var r,o=new Array(n-1),i=0;for(r=0;n-1>r;++r){var a=arguments[r];if(!u.isObject(a))return e.reject(new TypeError("tapCatch statement predicate: expecting an object but got "+u.classString(a)));o[i++]=a}o.length=i;var s=arguments[r];return this._passThrough(h(o,s,this),1,void 0,l)},o}},{"./catch_filter":5,"./util":21}],12:[function(t,e,n){"use strict";e.exports=function(e,n,r,o,i){var a=t("./util");a.canEvaluate,a.tryCatch,a.errorObj;e.join=function(){var t,e=arguments.length-1;if(e>0&&"function"==typeof arguments[e]){t=arguments[e];var r}var o=[].slice.call(arguments);t&&o.pop();var r=new n(o).promise();return void 0!==t?r.spread(t):r}}},{"./util":21}],13:[function(t,e,n){"use strict";e.exports=function(e,n,r,o,i){var a=t("./util"),s=a.tryCatch;e.method=function(t){if("function"!=typeof t)throw new e.TypeError("expecting a function but got "+a.classString(t));return function(){var r=new e(n);r._captureStackTrace(),r._pushContext();var o=s(t).apply(this,arguments),a=r._popContext();return i.checkForgottenReturns(o,a,"Promise.method",r),r._resolveFromSyncValue(o),r}},e.attempt=e["try"]=function(t){if("function"!=typeof t)return o("expecting a function but got "+a.classString(t));var r=new e(n);r._captureStackTrace(),r._pushContext();var c;if(arguments.length>1){i.deprecated("calling Promise.try with more than 1 argument");var l=arguments[1],u=arguments[2];c=a.isArray(l)?s(t).apply(u,l):s(t).call(u,l)}else c=s(t)();var p=r._popContext();return i.checkForgottenReturns(c,p,"Promise.try",r),r._resolveFromSyncValue(c),r},e.prototype._resolveFromSyncValue=function(t){t===a.errorObj?this._rejectCallback(t.e,!1):this._resolveCallback(t,!0)}}},{"./util":21}],14:[function(t,e,n){"use strict";function r(t){return t instanceof Error&&u.getPrototypeOf(t)===Error.prototype}function o(t){var e;if(r(t)){e=new l(t),e.name=t.name,e.message=t.message,e.stack=t.stack;for(var n=u.keys(t),o=0;o1){var n,r=new Array(e-1),o=0; +for(n=0;e-1>n;++n){var i=arguments[n];if(!f.isObject(i))return u("Catch statement predicate: expecting an object but got "+f.classString(i));r[o++]=i}if(r.length=o,t=arguments[n],"function"!=typeof t)throw new j("The last argument to .catch() must be a function, got "+f.toString(t));return this.then(void 0,N(r,t,this))}return this.then(void 0,t)},o.prototype.reflect=function(){return this._then(l,l,void 0,this,void 0)},o.prototype.then=function(t,e){if(A.warnings()&&arguments.length>0&&"function"!=typeof t&&"function"!=typeof e){var n=".then() only accepts functions but was passed: "+f.classString(t);arguments.length>1&&(n+=", "+f.classString(e)),this._warn(n)}return this._then(t,e,void 0,void 0,void 0)},o.prototype.done=function(t,e){var n=this._then(t,e,void 0,void 0,void 0);n._setIsFinal()},o.prototype.spread=function(t){return"function"!=typeof t?u("expecting a function but got "+f.classString(t)):this.all()._then(t,void 0,void 0,x,void 0)},o.prototype.toJSON=function(){var t={isFulfilled:!1,isRejected:!1,fulfillmentValue:void 0,rejectionReason:void 0};return this.isFulfilled()?(t.fulfillmentValue=this.value(),t.isFulfilled=!0):this.isRejected()&&(t.rejectionReason=this.reason(),t.isRejected=!0),t},o.prototype.all=function(){return arguments.length>0&&this._warn(".all() was passed arguments but it does not take any"),new P(this).promise()},o.prototype.error=function(t){return this.caught(f.originatesFromRejection,t)},o.getNewLibraryCopy=e.exports,o.is=function(t){return t instanceof o},o.fromNode=o.fromCallback=function(t){var e=new o(T);e._captureStackTrace();var n=arguments.length>1?!!Object(arguments[1]).multiArgs:!1,r=U(t)(L(e,n));return r===B&&e._rejectCallback(r.e,!0),e._isFateSealed()||e._setAsyncGuaranteed(),e},o.all=function(t){return new P(t).promise()},o.cast=function(t){var e=S(t);return e instanceof o||(e=new o(T),e._captureStackTrace(),e._setFulfilled(),e._rejectionHandler0=t),e},o.resolve=o.fulfilled=o.cast,o.reject=o.rejected=function(t){var e=new o(T);return e._captureStackTrace(),e._rejectCallback(t,!0),e},o.setScheduler=function(t){if("function"!=typeof t)throw new j("expecting a function but got "+f.classString(t));return k.setScheduler(t)},o.prototype._then=function(t,e,n,r,i){var a=void 0!==i,s=a?i:new o(T),c=this._target(),l=c._bitField;a||(s._propagateFrom(this,3),s._captureStackTrace(),void 0===r&&0!==(2097152&this._bitField)&&(r=0!==(50397184&l)?this._boundValue():c===this?void 0:this._boundTo),this._fireEvent("promiseChained",this,s));var u=g();if(0!==(50397184&l)){var p,h,d=c._settlePromiseCtx;0!==(33554432&l)?(h=c._rejectionHandler0,p=t):0!==(16777216&l)?(h=c._fulfillmentHandler0,p=e,c._unsetRejectionIsUnhandled()):(d=c._settlePromiseLateCancellationObserver,h=new F("late cancellation observer"),c._attachExtraTrace(h),p=e),k.invoke(d,c,{handler:f.contextBind(u,p),promise:s,receiver:r,value:h})}else c._addCallbacks(t,e,s,r,u);return s},o.prototype._length=function(){return 65535&this._bitField},o.prototype._isFateSealed=function(){return 0!==(117506048&this._bitField)},o.prototype._isFollowing=function(){return 67108864===(67108864&this._bitField)},o.prototype._setLength=function(t){this._bitField=-65536&this._bitField|65535&t},o.prototype._setFulfilled=function(){this._bitField=33554432|this._bitField,this._fireEvent("promiseFulfilled",this)},o.prototype._setRejected=function(){this._bitField=16777216|this._bitField,this._fireEvent("promiseRejected",this)},o.prototype._setFollowing=function(){this._bitField=67108864|this._bitField,this._fireEvent("promiseResolved",this)},o.prototype._setIsFinal=function(){this._bitField=4194304|this._bitField},o.prototype._isFinal=function(){return(4194304&this._bitField)>0},o.prototype._unsetCancelled=function(){this._bitField=-65537&this._bitField},o.prototype._setCancelled=function(){this._bitField=65536|this._bitField,this._fireEvent("promiseCancelled",this)},o.prototype._setWillBeCancelled=function(){this._bitField=8388608|this._bitField},o.prototype._setAsyncGuaranteed=function(){if(!k.hasCustomScheduler()){var t=this._bitField;this._bitField=t|(536870912&t)>>2^134217728}},o.prototype._setNoAsyncGuarantee=function(){this._bitField=-134217729&(536870912|this._bitField)},o.prototype._receiverAt=function(t){var e=0===t?this._receiver0:this[4*t-4+3];return e===p?void 0:void 0===e&&this._isBound()?this._boundValue():e},o.prototype._promiseAt=function(t){return this[4*t-4+2]},o.prototype._fulfillmentHandlerAt=function(t){return this[4*t-4+0]},o.prototype._rejectionHandlerAt=function(t){return this[4*t-4+1]},o.prototype._boundValue=function(){},o.prototype._migrateCallback0=function(t){var e=(t._bitField,t._fulfillmentHandler0),n=t._rejectionHandler0,r=t._promise0,o=t._receiverAt(0);void 0===o&&(o=p),this._addCallbacks(e,n,r,o,null)},o.prototype._migrateCallbackAt=function(t,e){var n=t._fulfillmentHandlerAt(e),r=t._rejectionHandlerAt(e),o=t._promiseAt(e),i=t._receiverAt(e);void 0===i&&(i=p),this._addCallbacks(n,r,o,i,null)},o.prototype._addCallbacks=function(t,e,n,r,o){var i=this._length();if(i>=65531&&(i=0,this._setLength(0)),0===i)this._promise0=n,this._receiver0=r,"function"==typeof t&&(this._fulfillmentHandler0=f.contextBind(o,t)),"function"==typeof e&&(this._rejectionHandler0=f.contextBind(o,e));else{var a=4*i-4;this[a+2]=n,this[a+3]=r,"function"==typeof t&&(this[a+0]=f.contextBind(o,t)),"function"==typeof e&&(this[a+1]=f.contextBind(o,e))}return this._setLength(i+1),i},o.prototype._proxy=function(t,e){this._addCallbacks(void 0,void 0,e,t,null)},o.prototype._resolveCallback=function(t,e){if(0===(117506048&this._bitField)){if(t===this)return this._rejectCallback(c(),!1);var n=S(t,this);if(!(n instanceof o))return this._fulfill(t);e&&this._propagateFrom(n,2);var r=n._target();if(r===this)return void this._reject(c());var i=r._bitField;if(0===(50397184&i)){var a=this._length();a>0&&r._migrateCallback0(this);for(var s=1;a>s;++s)r._migrateCallbackAt(this,s);this._setFollowing(),this._setLength(0),this._setFollowee(n)}else if(0!==(33554432&i))this._fulfill(r._value());else if(0!==(16777216&i))this._reject(r._reason());else{var l=new F("late cancellation observer");r._attachExtraTrace(l),this._reject(l)}}},o.prototype._rejectCallback=function(t,e,n){var r=f.ensureErrorObject(t),o=r===t;if(!o&&!n&&A.warnings()){var i="a promise was rejected with a non-error: "+f.classString(t);this._warn(i,!0)}this._attachExtraTrace(r,e?o:!1),this._reject(t)},o.prototype._resolveFromExecutor=function(t){if(t!==T){var e=this;this._captureStackTrace(),this._pushContext();var n=!0,r=this._execute(t,function(t){e._resolveCallback(t)},function(t){e._rejectCallback(t,n)});n=!1,this._popContext(),void 0!==r&&e._rejectCallback(r,!0)}},o.prototype._settlePromiseFromHandler=function(t,e,n,r){var o=r._bitField;if(0===(65536&o)){r._pushContext();var i;e===x?n&&"number"==typeof n.length?i=U(t).apply(this._boundValue(),n):(i=B,i.e=new j("cannot .spread() a non-array: "+f.classString(n))):i=U(t).call(e,n);var a=r._popContext();o=r._bitField,0===(65536&o)&&(i===R?r._reject(n):i===B?r._rejectCallback(i.e,!1):(A.checkForgottenReturns(i,a,"",r,this),r._resolveCallback(i)))}},o.prototype._target=function(){for(var t=this;t._isFollowing();)t=t._followee();return t},o.prototype._followee=function(){return this._rejectionHandler0},o.prototype._setFollowee=function(t){this._rejectionHandler0=t},o.prototype._settlePromise=function(t,e,r,i){var a=t instanceof o,s=this._bitField,c=0!==(134217728&s);0!==(65536&s)?(a&&t._invokeInternalOnCancel(),r instanceof H&&r.isFinallyHandler()?(r.cancelPromise=t,U(e).call(r,i)===B&&t._reject(B.e)):e===l?t._fulfill(l.call(r)):r instanceof n?r._promiseCancelled(t):a||t instanceof P?t._cancel():r.cancel()):"function"==typeof e?a?(c&&t._setAsyncGuaranteed(),this._settlePromiseFromHandler(e,r,i,t)):e.call(r,i,t):r instanceof n?r._isResolved()||(0!==(33554432&s)?r._promiseFulfilled(i,t):r._promiseRejected(i,t)):a&&(c&&t._setAsyncGuaranteed(),0!==(33554432&s)?t._fulfill(i):t._reject(i))},o.prototype._settlePromiseLateCancellationObserver=function(t){var e=t.handler,n=t.promise,r=t.receiver,i=t.value;"function"==typeof e?n instanceof o?this._settlePromiseFromHandler(e,r,i,n):e.call(r,i,n):n instanceof o&&n._reject(i)},o.prototype._settlePromiseCtx=function(t){this._settlePromise(t.promise,t.handler,t.receiver,t.value)},o.prototype._settlePromise0=function(t,e,n){var r=this._promise0,o=this._receiverAt(0);this._promise0=void 0,this._receiver0=void 0,this._settlePromise(r,t,o,e)},o.prototype._clearCallbackDataAtIndex=function(t){var e=4*t-4;this[e+2]=this[e+3]=this[e+0]=this[e+1]=void 0},o.prototype._fulfill=function(t){var e=this._bitField;if(!((117506048&e)>>>16)){if(t===this){var n=c();return this._attachExtraTrace(n),this._reject(n)}this._setFulfilled(),this._rejectionHandler0=t,(65535&e)>0&&(0!==(134217728&e)?this._settlePromises():k.settlePromises(this),this._dereferenceTrace())}},o.prototype._reject=function(t){var e=this._bitField;if(!((117506048&e)>>>16))return this._setRejected(),this._fulfillmentHandler0=t,this._isFinal()?k.fatalError(t,f.isNode):void((65535&e)>0?k.settlePromises(this):this._ensurePossibleRejectionHandled())},o.prototype._fulfillPromises=function(t,e){for(var n=1;t>n;n++){var r=this._fulfillmentHandlerAt(n),o=this._promiseAt(n),i=this._receiverAt(n);this._clearCallbackDataAtIndex(n),this._settlePromise(o,r,i,e)}},o.prototype._rejectPromises=function(t,e){for(var n=1;t>n;n++){var r=this._rejectionHandlerAt(n),o=this._promiseAt(n),i=this._receiverAt(n);this._clearCallbackDataAtIndex(n),this._settlePromise(o,r,i,e)}},o.prototype._settlePromises=function(){var t=this._bitField,e=65535&t;if(e>0){if(0!==(16842752&t)){var n=this._fulfillmentHandler0;this._settlePromise0(this._rejectionHandler0,n,t),this._rejectPromises(e,n)}else{var r=this._rejectionHandler0;this._settlePromise0(this._fulfillmentHandler0,r,t),this._fulfillPromises(e,r)}this._setLength(0)}this._clearCancellationData()},o.prototype._settledValue=function(){var t=this._bitField;return 0!==(33554432&t)?this._rejectionHandler0:0!==(16777216&t)?this._fulfillmentHandler0:void 0},"undefined"!=typeof Symbol&&Symbol.toStringTag&&C.defineProperty(o.prototype,Symbol.toStringTag,{get:function(){return"Object"}}),o.defer=o.pending=function(){A.deprecated("Promise.defer","new Promise");var t=new o(T);return{promise:t,resolve:i,reject:a}},f.notEnumerableProp(o,"_makeSelfResolutionError",c),t("./method")(o,T,S,u,A),t("./bind")(o,T,S,A),t("./cancel")(o,P,u,A),t("./direct_resolve")(o),t("./synchronous_inspection")(o),t("./join")(o,P,S,T,k),o.Promise=o,o.version="3.7.2",f.toFastProperties(o),f.toFastProperties(o.prototype),s({a:1}),s({b:2}),s({c:3}),s(1),s(function(){}),s(void 0),s(!1),s(new o(T)),A.setBounds(w.firstLineError,f.lastLineError),o}},{"./async":1,"./bind":2,"./cancel":4,"./catch_filter":5,"./context":6,"./debuggability":7,"./direct_resolve":8,"./errors":9,"./es5":10,"./finally":11,"./join":12,"./method":13,"./nodeback":14,"./promise_array":16,"./synchronous_inspection":19,"./thenables":20,"./util":21,async_hooks:void 0}],16:[function(t,e,n){"use strict";e.exports=function(e,n,r,o,i){function a(t){switch(t){case-2:return[];case-3:return{};case-6:return new Map}}function s(t){var r=this._promise=new e(n);t instanceof e&&(r._propagateFrom(t,3),t.suppressUnhandledRejections()),r._setOnCancel(this),this._values=t,this._length=0,this._totalResolved=0,this._init(void 0,-2)}var c=t("./util");c.isArray;return c.inherits(s,i),s.prototype.length=function(){return this._length},s.prototype.promise=function(){return this._promise},s.prototype._init=function l(t,n){var i=r(this._values,this._promise);if(i instanceof e){i=i._target();var s=i._bitField;if(this._values=i,0===(50397184&s))return this._promise._setAsyncGuaranteed(),i._then(l,this._reject,void 0,this,n);if(0===(33554432&s))return 0!==(16777216&s)?this._reject(i._reason()):this._cancel();i=i._value()}if(i=c.asArray(i),null===i){var u=o("expecting an array or an iterable object but got "+c.classString(i)).reason();return void this._promise._rejectCallback(u,!1)}return 0===i.length?void(-5===n?this._resolveEmptyArray():this._resolve(a(n))):void this._iterate(i)},s.prototype._iterate=function(t){var n=this.getActualLength(t.length);this._length=n,this._values=this.shouldCopyValues()?new Array(n):this._values;for(var o=this._promise,i=!1,a=null,s=0;n>s;++s){var c=r(t[s],o);c instanceof e?(c=c._target(),a=c._bitField):a=null,i?null!==a&&c.suppressUnhandledRejections():null!==a?0===(50397184&a)?(c._proxy(this,s),this._values[s]=c):i=0!==(33554432&a)?this._promiseFulfilled(c._value(),s):0!==(16777216&a)?this._promiseRejected(c._reason(),s):this._promiseCancelled(s):i=this._promiseFulfilled(c,s)}i||o._setAsyncGuaranteed()},s.prototype._isResolved=function(){return null===this._values},s.prototype._resolve=function(t){this._values=null,this._promise._fulfill(t)},s.prototype._cancel=function(){!this._isResolved()&&this._promise._isCancellable()&&(this._values=null,this._promise._cancel())},s.prototype._reject=function(t){this._values=null,this._promise._rejectCallback(t,!1)},s.prototype._promiseFulfilled=function(t,e){this._values[e]=t;var n=++this._totalResolved;return n>=this._length?(this._resolve(this._values),!0):!1},s.prototype._promiseCancelled=function(){return this._cancel(),!0},s.prototype._promiseRejected=function(t){return this._totalResolved++,this._reject(t),!0},s.prototype._resultCancelled=function(){if(!this._isResolved()){var t=this._values;if(this._cancel(),t instanceof e)t.cancel();else for(var n=0;ni;++i)n[i+r]=t[i+e],t[i+e]=void 0}function o(t){this._capacity=t,this._length=0,this._front=0}o.prototype._willBeOverCapacity=function(t){return this._capacityn;++n)o[n]=t[n];return o[n]=e,o}function l(t,e,n){if(!F.isES5)return{}.hasOwnProperty.call(t,e)?t[e]:void 0;var r=Object.getOwnPropertyDescriptor(t,e);return null!=r?null==r.get&&null==r.set?r.value:n:void 0}function u(t,e,n){if(i(t))return t;var r={value:n,configurable:!0,enumerable:!1,writable:!0};return F.defineProperty(t,e,r),t}function p(t){throw t}function f(t){try{if("function"==typeof t){var e=F.names(t.prototype),n=F.isES5&&e.length>1,r=e.length>0&&!(1===e.length&&"constructor"===e[0]),o=A.test(t+"")&&F.names(t).length>0;if(n||r||o)return!0}return!1}catch(i){return!1}}function h(t){function e(){}function n(){return typeof r.foo}e.prototype=t;var r=new e;return n(),n(),t}function d(t){return H.test(t)}function _(t,e,n){for(var r=new Array(t),o=0;t>o;++o)r[o]=e+o+n;return r}function v(t){try{return t+""}catch(e){return"[no string representation]"}}function y(t){return t instanceof Error||null!==t&&"object"==typeof t&&"string"==typeof t.message&&"string"==typeof t.name}function g(t){try{u(t,"isOperational",!0)}catch(e){}}function m(t){return null==t?!1:t instanceof Error.__BluebirdErrorTypes__.OperationalError||t.isOperational===!0}function b(t){return y(t)&&F.propertyIsWritable(t,"stack")}function C(t){return{}.toString.call(t)}function w(t,e,n){for(var r=F.names(t),o=0;o10||t[0]>0}(),V.nodeSupportsAsyncResource=V.isNode&&function(){var e=!1;try{var n=t("async_hooks").AsyncResource;e="function"==typeof n.prototype.runInAsyncScope}catch(r){e=!1}return e}(),V.isNode&&V.toFastProperties(process);try{throw new Error}catch(Q){V.lastLineError=Q}e.exports=V},{"./es5":10,async_hooks:void 0}]},{},[3])(3)}),"undefined"!=typeof window&&null!==window?window.P=window.Promise:"undefined"!=typeof self&&null!==self&&(self.P=self.Promise); \ No newline at end of file diff --git a/node_modules/bluebird/js/browser/bluebird.js b/node_modules/bluebird/js/browser/bluebird.js new file mode 100644 index 0000000..7f0686f --- /dev/null +++ b/node_modules/bluebird/js/browser/bluebird.js @@ -0,0 +1,5778 @@ +/* @preserve + * The MIT License (MIT) + * + * Copyright (c) 2013-2018 Petka Antonov + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + * + */ +/** + * bluebird build version 3.7.2 + * Features enabled: core, race, call_get, generators, map, nodeify, promisify, props, reduce, settle, some, using, timers, filter, any, each +*/ +!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var f;"undefined"!=typeof window?f=window:"undefined"!=typeof global?f=global:"undefined"!=typeof self&&(f=self),f.Promise=e()}}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof _dereq_=="function"&&_dereq_;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof _dereq_=="function"&&_dereq_;for(var o=0;o 0) { + _drainQueueStep(queue); + } +} + +function _drainQueueStep(queue) { + var fn = queue.shift(); + if (typeof fn !== "function") { + fn._settlePromises(); + } else { + var receiver = queue.shift(); + var arg = queue.shift(); + fn.call(receiver, arg); + } +} + +Async.prototype._drainQueues = function () { + _drainQueue(this._normalQueue); + this._reset(); + this._haveDrainedQueues = true; + _drainQueue(this._lateQueue); +}; + +Async.prototype._queueTick = function () { + if (!this._isTickUsed) { + this._isTickUsed = true; + this._schedule(this.drainQueues); + } +}; + +Async.prototype._reset = function () { + this._isTickUsed = false; +}; + +module.exports = Async; +module.exports.firstLineError = firstLineError; + +},{"./queue":26,"./schedule":29}],3:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, INTERNAL, tryConvertToPromise, debug) { +var calledBind = false; +var rejectThis = function(_, e) { + this._reject(e); +}; + +var targetRejected = function(e, context) { + context.promiseRejectionQueued = true; + context.bindingPromise._then(rejectThis, rejectThis, null, this, e); +}; + +var bindingResolved = function(thisArg, context) { + if (((this._bitField & 50397184) === 0)) { + this._resolveCallback(context.target); + } +}; + +var bindingRejected = function(e, context) { + if (!context.promiseRejectionQueued) this._reject(e); +}; + +Promise.prototype.bind = function (thisArg) { + if (!calledBind) { + calledBind = true; + Promise.prototype._propagateFrom = debug.propagateFromFunction(); + Promise.prototype._boundValue = debug.boundValueFunction(); + } + var maybePromise = tryConvertToPromise(thisArg); + var ret = new Promise(INTERNAL); + ret._propagateFrom(this, 1); + var target = this._target(); + ret._setBoundTo(maybePromise); + if (maybePromise instanceof Promise) { + var context = { + promiseRejectionQueued: false, + promise: ret, + target: target, + bindingPromise: maybePromise + }; + target._then(INTERNAL, targetRejected, undefined, ret, context); + maybePromise._then( + bindingResolved, bindingRejected, undefined, ret, context); + ret._setOnCancel(maybePromise); + } else { + ret._resolveCallback(target); + } + return ret; +}; + +Promise.prototype._setBoundTo = function (obj) { + if (obj !== undefined) { + this._bitField = this._bitField | 2097152; + this._boundTo = obj; + } else { + this._bitField = this._bitField & (~2097152); + } +}; + +Promise.prototype._isBound = function () { + return (this._bitField & 2097152) === 2097152; +}; + +Promise.bind = function (thisArg, value) { + return Promise.resolve(value).bind(thisArg); +}; +}; + +},{}],4:[function(_dereq_,module,exports){ +"use strict"; +var old; +if (typeof Promise !== "undefined") old = Promise; +function noConflict() { + try { if (Promise === bluebird) Promise = old; } + catch (e) {} + return bluebird; +} +var bluebird = _dereq_("./promise")(); +bluebird.noConflict = noConflict; +module.exports = bluebird; + +},{"./promise":22}],5:[function(_dereq_,module,exports){ +"use strict"; +var cr = Object.create; +if (cr) { + var callerCache = cr(null); + var getterCache = cr(null); + callerCache[" size"] = getterCache[" size"] = 0; +} + +module.exports = function(Promise) { +var util = _dereq_("./util"); +var canEvaluate = util.canEvaluate; +var isIdentifier = util.isIdentifier; + +var getMethodCaller; +var getGetter; +if (!true) { +var makeMethodCaller = function (methodName) { + return new Function("ensureMethod", " \n\ + return function(obj) { \n\ + 'use strict' \n\ + var len = this.length; \n\ + ensureMethod(obj, 'methodName'); \n\ + switch(len) { \n\ + case 1: return obj.methodName(this[0]); \n\ + case 2: return obj.methodName(this[0], this[1]); \n\ + case 3: return obj.methodName(this[0], this[1], this[2]); \n\ + case 0: return obj.methodName(); \n\ + default: \n\ + return obj.methodName.apply(obj, this); \n\ + } \n\ + }; \n\ + ".replace(/methodName/g, methodName))(ensureMethod); +}; + +var makeGetter = function (propertyName) { + return new Function("obj", " \n\ + 'use strict'; \n\ + return obj.propertyName; \n\ + ".replace("propertyName", propertyName)); +}; + +var getCompiled = function(name, compiler, cache) { + var ret = cache[name]; + if (typeof ret !== "function") { + if (!isIdentifier(name)) { + return null; + } + ret = compiler(name); + cache[name] = ret; + cache[" size"]++; + if (cache[" size"] > 512) { + var keys = Object.keys(cache); + for (var i = 0; i < 256; ++i) delete cache[keys[i]]; + cache[" size"] = keys.length - 256; + } + } + return ret; +}; + +getMethodCaller = function(name) { + return getCompiled(name, makeMethodCaller, callerCache); +}; + +getGetter = function(name) { + return getCompiled(name, makeGetter, getterCache); +}; +} + +function ensureMethod(obj, methodName) { + var fn; + if (obj != null) fn = obj[methodName]; + if (typeof fn !== "function") { + var message = "Object " + util.classString(obj) + " has no method '" + + util.toString(methodName) + "'"; + throw new Promise.TypeError(message); + } + return fn; +} + +function caller(obj) { + var methodName = this.pop(); + var fn = ensureMethod(obj, methodName); + return fn.apply(obj, this); +} +Promise.prototype.call = function (methodName) { + var args = [].slice.call(arguments, 1);; + if (!true) { + if (canEvaluate) { + var maybeCaller = getMethodCaller(methodName); + if (maybeCaller !== null) { + return this._then( + maybeCaller, undefined, undefined, args, undefined); + } + } + } + args.push(methodName); + return this._then(caller, undefined, undefined, args, undefined); +}; + +function namedGetter(obj) { + return obj[this]; +} +function indexedGetter(obj) { + var index = +this; + if (index < 0) index = Math.max(0, index + obj.length); + return obj[index]; +} +Promise.prototype.get = function (propertyName) { + var isIndex = (typeof propertyName === "number"); + var getter; + if (!isIndex) { + if (canEvaluate) { + var maybeGetter = getGetter(propertyName); + getter = maybeGetter !== null ? maybeGetter : namedGetter; + } else { + getter = namedGetter; + } + } else { + getter = indexedGetter; + } + return this._then(getter, undefined, undefined, propertyName, undefined); +}; +}; + +},{"./util":36}],6:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, PromiseArray, apiRejection, debug) { +var util = _dereq_("./util"); +var tryCatch = util.tryCatch; +var errorObj = util.errorObj; +var async = Promise._async; + +Promise.prototype["break"] = Promise.prototype.cancel = function() { + if (!debug.cancellation()) return this._warn("cancellation is disabled"); + + var promise = this; + var child = promise; + while (promise._isCancellable()) { + if (!promise._cancelBy(child)) { + if (child._isFollowing()) { + child._followee().cancel(); + } else { + child._cancelBranched(); + } + break; + } + + var parent = promise._cancellationParent; + if (parent == null || !parent._isCancellable()) { + if (promise._isFollowing()) { + promise._followee().cancel(); + } else { + promise._cancelBranched(); + } + break; + } else { + if (promise._isFollowing()) promise._followee().cancel(); + promise._setWillBeCancelled(); + child = promise; + promise = parent; + } + } +}; + +Promise.prototype._branchHasCancelled = function() { + this._branchesRemainingToCancel--; +}; + +Promise.prototype._enoughBranchesHaveCancelled = function() { + return this._branchesRemainingToCancel === undefined || + this._branchesRemainingToCancel <= 0; +}; + +Promise.prototype._cancelBy = function(canceller) { + if (canceller === this) { + this._branchesRemainingToCancel = 0; + this._invokeOnCancel(); + return true; + } else { + this._branchHasCancelled(); + if (this._enoughBranchesHaveCancelled()) { + this._invokeOnCancel(); + return true; + } + } + return false; +}; + +Promise.prototype._cancelBranched = function() { + if (this._enoughBranchesHaveCancelled()) { + this._cancel(); + } +}; + +Promise.prototype._cancel = function() { + if (!this._isCancellable()) return; + this._setCancelled(); + async.invoke(this._cancelPromises, this, undefined); +}; + +Promise.prototype._cancelPromises = function() { + if (this._length() > 0) this._settlePromises(); +}; + +Promise.prototype._unsetOnCancel = function() { + this._onCancelField = undefined; +}; + +Promise.prototype._isCancellable = function() { + return this.isPending() && !this._isCancelled(); +}; + +Promise.prototype.isCancellable = function() { + return this.isPending() && !this.isCancelled(); +}; + +Promise.prototype._doInvokeOnCancel = function(onCancelCallback, internalOnly) { + if (util.isArray(onCancelCallback)) { + for (var i = 0; i < onCancelCallback.length; ++i) { + this._doInvokeOnCancel(onCancelCallback[i], internalOnly); + } + } else if (onCancelCallback !== undefined) { + if (typeof onCancelCallback === "function") { + if (!internalOnly) { + var e = tryCatch(onCancelCallback).call(this._boundValue()); + if (e === errorObj) { + this._attachExtraTrace(e.e); + async.throwLater(e.e); + } + } + } else { + onCancelCallback._resultCancelled(this); + } + } +}; + +Promise.prototype._invokeOnCancel = function() { + var onCancelCallback = this._onCancel(); + this._unsetOnCancel(); + async.invoke(this._doInvokeOnCancel, this, onCancelCallback); +}; + +Promise.prototype._invokeInternalOnCancel = function() { + if (this._isCancellable()) { + this._doInvokeOnCancel(this._onCancel(), true); + this._unsetOnCancel(); + } +}; + +Promise.prototype._resultCancelled = function() { + this.cancel(); +}; + +}; + +},{"./util":36}],7:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(NEXT_FILTER) { +var util = _dereq_("./util"); +var getKeys = _dereq_("./es5").keys; +var tryCatch = util.tryCatch; +var errorObj = util.errorObj; + +function catchFilter(instances, cb, promise) { + return function(e) { + var boundTo = promise._boundValue(); + predicateLoop: for (var i = 0; i < instances.length; ++i) { + var item = instances[i]; + + if (item === Error || + (item != null && item.prototype instanceof Error)) { + if (e instanceof item) { + return tryCatch(cb).call(boundTo, e); + } + } else if (typeof item === "function") { + var matchesPredicate = tryCatch(item).call(boundTo, e); + if (matchesPredicate === errorObj) { + return matchesPredicate; + } else if (matchesPredicate) { + return tryCatch(cb).call(boundTo, e); + } + } else if (util.isObject(e)) { + var keys = getKeys(item); + for (var j = 0; j < keys.length; ++j) { + var key = keys[j]; + if (item[key] != e[key]) { + continue predicateLoop; + } + } + return tryCatch(cb).call(boundTo, e); + } + } + return NEXT_FILTER; + }; +} + +return catchFilter; +}; + +},{"./es5":13,"./util":36}],8:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise) { +var longStackTraces = false; +var contextStack = []; + +Promise.prototype._promiseCreated = function() {}; +Promise.prototype._pushContext = function() {}; +Promise.prototype._popContext = function() {return null;}; +Promise._peekContext = Promise.prototype._peekContext = function() {}; + +function Context() { + this._trace = new Context.CapturedTrace(peekContext()); +} +Context.prototype._pushContext = function () { + if (this._trace !== undefined) { + this._trace._promiseCreated = null; + contextStack.push(this._trace); + } +}; + +Context.prototype._popContext = function () { + if (this._trace !== undefined) { + var trace = contextStack.pop(); + var ret = trace._promiseCreated; + trace._promiseCreated = null; + return ret; + } + return null; +}; + +function createContext() { + if (longStackTraces) return new Context(); +} + +function peekContext() { + var lastIndex = contextStack.length - 1; + if (lastIndex >= 0) { + return contextStack[lastIndex]; + } + return undefined; +} +Context.CapturedTrace = null; +Context.create = createContext; +Context.deactivateLongStackTraces = function() {}; +Context.activateLongStackTraces = function() { + var Promise_pushContext = Promise.prototype._pushContext; + var Promise_popContext = Promise.prototype._popContext; + var Promise_PeekContext = Promise._peekContext; + var Promise_peekContext = Promise.prototype._peekContext; + var Promise_promiseCreated = Promise.prototype._promiseCreated; + Context.deactivateLongStackTraces = function() { + Promise.prototype._pushContext = Promise_pushContext; + Promise.prototype._popContext = Promise_popContext; + Promise._peekContext = Promise_PeekContext; + Promise.prototype._peekContext = Promise_peekContext; + Promise.prototype._promiseCreated = Promise_promiseCreated; + longStackTraces = false; + }; + longStackTraces = true; + Promise.prototype._pushContext = Context.prototype._pushContext; + Promise.prototype._popContext = Context.prototype._popContext; + Promise._peekContext = Promise.prototype._peekContext = peekContext; + Promise.prototype._promiseCreated = function() { + var ctx = this._peekContext(); + if (ctx && ctx._promiseCreated == null) ctx._promiseCreated = this; + }; +}; +return Context; +}; + +},{}],9:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, Context, + enableAsyncHooks, disableAsyncHooks) { +var async = Promise._async; +var Warning = _dereq_("./errors").Warning; +var util = _dereq_("./util"); +var es5 = _dereq_("./es5"); +var canAttachTrace = util.canAttachTrace; +var unhandledRejectionHandled; +var possiblyUnhandledRejection; +var bluebirdFramePattern = + /[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/; +var nodeFramePattern = /\((?:timers\.js):\d+:\d+\)/; +var parseLinePattern = /[\/<\(](.+?):(\d+):(\d+)\)?\s*$/; +var stackFramePattern = null; +var formatStack = null; +var indentStackFrames = false; +var printWarning; +var debugging = !!(util.env("BLUEBIRD_DEBUG") != 0 && + (true || + util.env("BLUEBIRD_DEBUG") || + util.env("NODE_ENV") === "development")); + +var warnings = !!(util.env("BLUEBIRD_WARNINGS") != 0 && + (debugging || util.env("BLUEBIRD_WARNINGS"))); + +var longStackTraces = !!(util.env("BLUEBIRD_LONG_STACK_TRACES") != 0 && + (debugging || util.env("BLUEBIRD_LONG_STACK_TRACES"))); + +var wForgottenReturn = util.env("BLUEBIRD_W_FORGOTTEN_RETURN") != 0 && + (warnings || !!util.env("BLUEBIRD_W_FORGOTTEN_RETURN")); + +var deferUnhandledRejectionCheck; +(function() { + var promises = []; + + function unhandledRejectionCheck() { + for (var i = 0; i < promises.length; ++i) { + promises[i]._notifyUnhandledRejection(); + } + unhandledRejectionClear(); + } + + function unhandledRejectionClear() { + promises.length = 0; + } + + deferUnhandledRejectionCheck = function(promise) { + promises.push(promise); + setTimeout(unhandledRejectionCheck, 1); + }; + + es5.defineProperty(Promise, "_unhandledRejectionCheck", { + value: unhandledRejectionCheck + }); + es5.defineProperty(Promise, "_unhandledRejectionClear", { + value: unhandledRejectionClear + }); +})(); + +Promise.prototype.suppressUnhandledRejections = function() { + var target = this._target(); + target._bitField = ((target._bitField & (~1048576)) | + 524288); +}; + +Promise.prototype._ensurePossibleRejectionHandled = function () { + if ((this._bitField & 524288) !== 0) return; + this._setRejectionIsUnhandled(); + deferUnhandledRejectionCheck(this); +}; + +Promise.prototype._notifyUnhandledRejectionIsHandled = function () { + fireRejectionEvent("rejectionHandled", + unhandledRejectionHandled, undefined, this); +}; + +Promise.prototype._setReturnedNonUndefined = function() { + this._bitField = this._bitField | 268435456; +}; + +Promise.prototype._returnedNonUndefined = function() { + return (this._bitField & 268435456) !== 0; +}; + +Promise.prototype._notifyUnhandledRejection = function () { + if (this._isRejectionUnhandled()) { + var reason = this._settledValue(); + this._setUnhandledRejectionIsNotified(); + fireRejectionEvent("unhandledRejection", + possiblyUnhandledRejection, reason, this); + } +}; + +Promise.prototype._setUnhandledRejectionIsNotified = function () { + this._bitField = this._bitField | 262144; +}; + +Promise.prototype._unsetUnhandledRejectionIsNotified = function () { + this._bitField = this._bitField & (~262144); +}; + +Promise.prototype._isUnhandledRejectionNotified = function () { + return (this._bitField & 262144) > 0; +}; + +Promise.prototype._setRejectionIsUnhandled = function () { + this._bitField = this._bitField | 1048576; +}; + +Promise.prototype._unsetRejectionIsUnhandled = function () { + this._bitField = this._bitField & (~1048576); + if (this._isUnhandledRejectionNotified()) { + this._unsetUnhandledRejectionIsNotified(); + this._notifyUnhandledRejectionIsHandled(); + } +}; + +Promise.prototype._isRejectionUnhandled = function () { + return (this._bitField & 1048576) > 0; +}; + +Promise.prototype._warn = function(message, shouldUseOwnTrace, promise) { + return warn(message, shouldUseOwnTrace, promise || this); +}; + +Promise.onPossiblyUnhandledRejection = function (fn) { + var context = Promise._getContext(); + possiblyUnhandledRejection = util.contextBind(context, fn); +}; + +Promise.onUnhandledRejectionHandled = function (fn) { + var context = Promise._getContext(); + unhandledRejectionHandled = util.contextBind(context, fn); +}; + +var disableLongStackTraces = function() {}; +Promise.longStackTraces = function () { + if (async.haveItemsQueued() && !config.longStackTraces) { + throw new Error("cannot enable long stack traces after promises have been created\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + if (!config.longStackTraces && longStackTracesIsSupported()) { + var Promise_captureStackTrace = Promise.prototype._captureStackTrace; + var Promise_attachExtraTrace = Promise.prototype._attachExtraTrace; + var Promise_dereferenceTrace = Promise.prototype._dereferenceTrace; + config.longStackTraces = true; + disableLongStackTraces = function() { + if (async.haveItemsQueued() && !config.longStackTraces) { + throw new Error("cannot enable long stack traces after promises have been created\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + Promise.prototype._captureStackTrace = Promise_captureStackTrace; + Promise.prototype._attachExtraTrace = Promise_attachExtraTrace; + Promise.prototype._dereferenceTrace = Promise_dereferenceTrace; + Context.deactivateLongStackTraces(); + config.longStackTraces = false; + }; + Promise.prototype._captureStackTrace = longStackTracesCaptureStackTrace; + Promise.prototype._attachExtraTrace = longStackTracesAttachExtraTrace; + Promise.prototype._dereferenceTrace = longStackTracesDereferenceTrace; + Context.activateLongStackTraces(); + } +}; + +Promise.hasLongStackTraces = function () { + return config.longStackTraces && longStackTracesIsSupported(); +}; + + +var legacyHandlers = { + unhandledrejection: { + before: function() { + var ret = util.global.onunhandledrejection; + util.global.onunhandledrejection = null; + return ret; + }, + after: function(fn) { + util.global.onunhandledrejection = fn; + } + }, + rejectionhandled: { + before: function() { + var ret = util.global.onrejectionhandled; + util.global.onrejectionhandled = null; + return ret; + }, + after: function(fn) { + util.global.onrejectionhandled = fn; + } + } +}; + +var fireDomEvent = (function() { + var dispatch = function(legacy, e) { + if (legacy) { + var fn; + try { + fn = legacy.before(); + return !util.global.dispatchEvent(e); + } finally { + legacy.after(fn); + } + } else { + return !util.global.dispatchEvent(e); + } + }; + try { + if (typeof CustomEvent === "function") { + var event = new CustomEvent("CustomEvent"); + util.global.dispatchEvent(event); + return function(name, event) { + name = name.toLowerCase(); + var eventData = { + detail: event, + cancelable: true + }; + var domEvent = new CustomEvent(name, eventData); + es5.defineProperty( + domEvent, "promise", {value: event.promise}); + es5.defineProperty( + domEvent, "reason", {value: event.reason}); + + return dispatch(legacyHandlers[name], domEvent); + }; + } else if (typeof Event === "function") { + var event = new Event("CustomEvent"); + util.global.dispatchEvent(event); + return function(name, event) { + name = name.toLowerCase(); + var domEvent = new Event(name, { + cancelable: true + }); + domEvent.detail = event; + es5.defineProperty(domEvent, "promise", {value: event.promise}); + es5.defineProperty(domEvent, "reason", {value: event.reason}); + return dispatch(legacyHandlers[name], domEvent); + }; + } else { + var event = document.createEvent("CustomEvent"); + event.initCustomEvent("testingtheevent", false, true, {}); + util.global.dispatchEvent(event); + return function(name, event) { + name = name.toLowerCase(); + var domEvent = document.createEvent("CustomEvent"); + domEvent.initCustomEvent(name, false, true, + event); + return dispatch(legacyHandlers[name], domEvent); + }; + } + } catch (e) {} + return function() { + return false; + }; +})(); + +var fireGlobalEvent = (function() { + if (util.isNode) { + return function() { + return process.emit.apply(process, arguments); + }; + } else { + if (!util.global) { + return function() { + return false; + }; + } + return function(name) { + var methodName = "on" + name.toLowerCase(); + var method = util.global[methodName]; + if (!method) return false; + method.apply(util.global, [].slice.call(arguments, 1)); + return true; + }; + } +})(); + +function generatePromiseLifecycleEventObject(name, promise) { + return {promise: promise}; +} + +var eventToObjectGenerator = { + promiseCreated: generatePromiseLifecycleEventObject, + promiseFulfilled: generatePromiseLifecycleEventObject, + promiseRejected: generatePromiseLifecycleEventObject, + promiseResolved: generatePromiseLifecycleEventObject, + promiseCancelled: generatePromiseLifecycleEventObject, + promiseChained: function(name, promise, child) { + return {promise: promise, child: child}; + }, + warning: function(name, warning) { + return {warning: warning}; + }, + unhandledRejection: function (name, reason, promise) { + return {reason: reason, promise: promise}; + }, + rejectionHandled: generatePromiseLifecycleEventObject +}; + +var activeFireEvent = function (name) { + var globalEventFired = false; + try { + globalEventFired = fireGlobalEvent.apply(null, arguments); + } catch (e) { + async.throwLater(e); + globalEventFired = true; + } + + var domEventFired = false; + try { + domEventFired = fireDomEvent(name, + eventToObjectGenerator[name].apply(null, arguments)); + } catch (e) { + async.throwLater(e); + domEventFired = true; + } + + return domEventFired || globalEventFired; +}; + +Promise.config = function(opts) { + opts = Object(opts); + if ("longStackTraces" in opts) { + if (opts.longStackTraces) { + Promise.longStackTraces(); + } else if (!opts.longStackTraces && Promise.hasLongStackTraces()) { + disableLongStackTraces(); + } + } + if ("warnings" in opts) { + var warningsOption = opts.warnings; + config.warnings = !!warningsOption; + wForgottenReturn = config.warnings; + + if (util.isObject(warningsOption)) { + if ("wForgottenReturn" in warningsOption) { + wForgottenReturn = !!warningsOption.wForgottenReturn; + } + } + } + if ("cancellation" in opts && opts.cancellation && !config.cancellation) { + if (async.haveItemsQueued()) { + throw new Error( + "cannot enable cancellation after promises are in use"); + } + Promise.prototype._clearCancellationData = + cancellationClearCancellationData; + Promise.prototype._propagateFrom = cancellationPropagateFrom; + Promise.prototype._onCancel = cancellationOnCancel; + Promise.prototype._setOnCancel = cancellationSetOnCancel; + Promise.prototype._attachCancellationCallback = + cancellationAttachCancellationCallback; + Promise.prototype._execute = cancellationExecute; + propagateFromFunction = cancellationPropagateFrom; + config.cancellation = true; + } + if ("monitoring" in opts) { + if (opts.monitoring && !config.monitoring) { + config.monitoring = true; + Promise.prototype._fireEvent = activeFireEvent; + } else if (!opts.monitoring && config.monitoring) { + config.monitoring = false; + Promise.prototype._fireEvent = defaultFireEvent; + } + } + if ("asyncHooks" in opts && util.nodeSupportsAsyncResource) { + var prev = config.asyncHooks; + var cur = !!opts.asyncHooks; + if (prev !== cur) { + config.asyncHooks = cur; + if (cur) { + enableAsyncHooks(); + } else { + disableAsyncHooks(); + } + } + } + return Promise; +}; + +function defaultFireEvent() { return false; } + +Promise.prototype._fireEvent = defaultFireEvent; +Promise.prototype._execute = function(executor, resolve, reject) { + try { + executor(resolve, reject); + } catch (e) { + return e; + } +}; +Promise.prototype._onCancel = function () {}; +Promise.prototype._setOnCancel = function (handler) { ; }; +Promise.prototype._attachCancellationCallback = function(onCancel) { + ; +}; +Promise.prototype._captureStackTrace = function () {}; +Promise.prototype._attachExtraTrace = function () {}; +Promise.prototype._dereferenceTrace = function () {}; +Promise.prototype._clearCancellationData = function() {}; +Promise.prototype._propagateFrom = function (parent, flags) { + ; + ; +}; + +function cancellationExecute(executor, resolve, reject) { + var promise = this; + try { + executor(resolve, reject, function(onCancel) { + if (typeof onCancel !== "function") { + throw new TypeError("onCancel must be a function, got: " + + util.toString(onCancel)); + } + promise._attachCancellationCallback(onCancel); + }); + } catch (e) { + return e; + } +} + +function cancellationAttachCancellationCallback(onCancel) { + if (!this._isCancellable()) return this; + + var previousOnCancel = this._onCancel(); + if (previousOnCancel !== undefined) { + if (util.isArray(previousOnCancel)) { + previousOnCancel.push(onCancel); + } else { + this._setOnCancel([previousOnCancel, onCancel]); + } + } else { + this._setOnCancel(onCancel); + } +} + +function cancellationOnCancel() { + return this._onCancelField; +} + +function cancellationSetOnCancel(onCancel) { + this._onCancelField = onCancel; +} + +function cancellationClearCancellationData() { + this._cancellationParent = undefined; + this._onCancelField = undefined; +} + +function cancellationPropagateFrom(parent, flags) { + if ((flags & 1) !== 0) { + this._cancellationParent = parent; + var branchesRemainingToCancel = parent._branchesRemainingToCancel; + if (branchesRemainingToCancel === undefined) { + branchesRemainingToCancel = 0; + } + parent._branchesRemainingToCancel = branchesRemainingToCancel + 1; + } + if ((flags & 2) !== 0 && parent._isBound()) { + this._setBoundTo(parent._boundTo); + } +} + +function bindingPropagateFrom(parent, flags) { + if ((flags & 2) !== 0 && parent._isBound()) { + this._setBoundTo(parent._boundTo); + } +} +var propagateFromFunction = bindingPropagateFrom; + +function boundValueFunction() { + var ret = this._boundTo; + if (ret !== undefined) { + if (ret instanceof Promise) { + if (ret.isFulfilled()) { + return ret.value(); + } else { + return undefined; + } + } + } + return ret; +} + +function longStackTracesCaptureStackTrace() { + this._trace = new CapturedTrace(this._peekContext()); +} + +function longStackTracesAttachExtraTrace(error, ignoreSelf) { + if (canAttachTrace(error)) { + var trace = this._trace; + if (trace !== undefined) { + if (ignoreSelf) trace = trace._parent; + } + if (trace !== undefined) { + trace.attachExtraTrace(error); + } else if (!error.__stackCleaned__) { + var parsed = parseStackAndMessage(error); + util.notEnumerableProp(error, "stack", + parsed.message + "\n" + parsed.stack.join("\n")); + util.notEnumerableProp(error, "__stackCleaned__", true); + } + } +} + +function longStackTracesDereferenceTrace() { + this._trace = undefined; +} + +function checkForgottenReturns(returnValue, promiseCreated, name, promise, + parent) { + if (returnValue === undefined && promiseCreated !== null && + wForgottenReturn) { + if (parent !== undefined && parent._returnedNonUndefined()) return; + if ((promise._bitField & 65535) === 0) return; + + if (name) name = name + " "; + var handlerLine = ""; + var creatorLine = ""; + if (promiseCreated._trace) { + var traceLines = promiseCreated._trace.stack.split("\n"); + var stack = cleanStack(traceLines); + for (var i = stack.length - 1; i >= 0; --i) { + var line = stack[i]; + if (!nodeFramePattern.test(line)) { + var lineMatches = line.match(parseLinePattern); + if (lineMatches) { + handlerLine = "at " + lineMatches[1] + + ":" + lineMatches[2] + ":" + lineMatches[3] + " "; + } + break; + } + } + + if (stack.length > 0) { + var firstUserLine = stack[0]; + for (var i = 0; i < traceLines.length; ++i) { + + if (traceLines[i] === firstUserLine) { + if (i > 0) { + creatorLine = "\n" + traceLines[i - 1]; + } + break; + } + } + + } + } + var msg = "a promise was created in a " + name + + "handler " + handlerLine + "but was not returned from it, " + + "see http://goo.gl/rRqMUw" + + creatorLine; + promise._warn(msg, true, promiseCreated); + } +} + +function deprecated(name, replacement) { + var message = name + + " is deprecated and will be removed in a future version."; + if (replacement) message += " Use " + replacement + " instead."; + return warn(message); +} + +function warn(message, shouldUseOwnTrace, promise) { + if (!config.warnings) return; + var warning = new Warning(message); + var ctx; + if (shouldUseOwnTrace) { + promise._attachExtraTrace(warning); + } else if (config.longStackTraces && (ctx = Promise._peekContext())) { + ctx.attachExtraTrace(warning); + } else { + var parsed = parseStackAndMessage(warning); + warning.stack = parsed.message + "\n" + parsed.stack.join("\n"); + } + + if (!activeFireEvent("warning", warning)) { + formatAndLogError(warning, "", true); + } +} + +function reconstructStack(message, stacks) { + for (var i = 0; i < stacks.length - 1; ++i) { + stacks[i].push("From previous event:"); + stacks[i] = stacks[i].join("\n"); + } + if (i < stacks.length) { + stacks[i] = stacks[i].join("\n"); + } + return message + "\n" + stacks.join("\n"); +} + +function removeDuplicateOrEmptyJumps(stacks) { + for (var i = 0; i < stacks.length; ++i) { + if (stacks[i].length === 0 || + ((i + 1 < stacks.length) && stacks[i][0] === stacks[i+1][0])) { + stacks.splice(i, 1); + i--; + } + } +} + +function removeCommonRoots(stacks) { + var current = stacks[0]; + for (var i = 1; i < stacks.length; ++i) { + var prev = stacks[i]; + var currentLastIndex = current.length - 1; + var currentLastLine = current[currentLastIndex]; + var commonRootMeetPoint = -1; + + for (var j = prev.length - 1; j >= 0; --j) { + if (prev[j] === currentLastLine) { + commonRootMeetPoint = j; + break; + } + } + + for (var j = commonRootMeetPoint; j >= 0; --j) { + var line = prev[j]; + if (current[currentLastIndex] === line) { + current.pop(); + currentLastIndex--; + } else { + break; + } + } + current = prev; + } +} + +function cleanStack(stack) { + var ret = []; + for (var i = 0; i < stack.length; ++i) { + var line = stack[i]; + var isTraceLine = " (No stack trace)" === line || + stackFramePattern.test(line); + var isInternalFrame = isTraceLine && shouldIgnore(line); + if (isTraceLine && !isInternalFrame) { + if (indentStackFrames && line.charAt(0) !== " ") { + line = " " + line; + } + ret.push(line); + } + } + return ret; +} + +function stackFramesAsArray(error) { + var stack = error.stack.replace(/\s+$/g, "").split("\n"); + for (var i = 0; i < stack.length; ++i) { + var line = stack[i]; + if (" (No stack trace)" === line || stackFramePattern.test(line)) { + break; + } + } + if (i > 0 && error.name != "SyntaxError") { + stack = stack.slice(i); + } + return stack; +} + +function parseStackAndMessage(error) { + var stack = error.stack; + var message = error.toString(); + stack = typeof stack === "string" && stack.length > 0 + ? stackFramesAsArray(error) : [" (No stack trace)"]; + return { + message: message, + stack: error.name == "SyntaxError" ? stack : cleanStack(stack) + }; +} + +function formatAndLogError(error, title, isSoft) { + if (typeof console !== "undefined") { + var message; + if (util.isObject(error)) { + var stack = error.stack; + message = title + formatStack(stack, error); + } else { + message = title + String(error); + } + if (typeof printWarning === "function") { + printWarning(message, isSoft); + } else if (typeof console.log === "function" || + typeof console.log === "object") { + console.log(message); + } + } +} + +function fireRejectionEvent(name, localHandler, reason, promise) { + var localEventFired = false; + try { + if (typeof localHandler === "function") { + localEventFired = true; + if (name === "rejectionHandled") { + localHandler(promise); + } else { + localHandler(reason, promise); + } + } + } catch (e) { + async.throwLater(e); + } + + if (name === "unhandledRejection") { + if (!activeFireEvent(name, reason, promise) && !localEventFired) { + formatAndLogError(reason, "Unhandled rejection "); + } + } else { + activeFireEvent(name, promise); + } +} + +function formatNonError(obj) { + var str; + if (typeof obj === "function") { + str = "[function " + + (obj.name || "anonymous") + + "]"; + } else { + str = obj && typeof obj.toString === "function" + ? obj.toString() : util.toString(obj); + var ruselessToString = /\[object [a-zA-Z0-9$_]+\]/; + if (ruselessToString.test(str)) { + try { + var newStr = JSON.stringify(obj); + str = newStr; + } + catch(e) { + + } + } + if (str.length === 0) { + str = "(empty array)"; + } + } + return ("(<" + snip(str) + ">, no stack trace)"); +} + +function snip(str) { + var maxChars = 41; + if (str.length < maxChars) { + return str; + } + return str.substr(0, maxChars - 3) + "..."; +} + +function longStackTracesIsSupported() { + return typeof captureStackTrace === "function"; +} + +var shouldIgnore = function() { return false; }; +var parseLineInfoRegex = /[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/; +function parseLineInfo(line) { + var matches = line.match(parseLineInfoRegex); + if (matches) { + return { + fileName: matches[1], + line: parseInt(matches[2], 10) + }; + } +} + +function setBounds(firstLineError, lastLineError) { + if (!longStackTracesIsSupported()) return; + var firstStackLines = (firstLineError.stack || "").split("\n"); + var lastStackLines = (lastLineError.stack || "").split("\n"); + var firstIndex = -1; + var lastIndex = -1; + var firstFileName; + var lastFileName; + for (var i = 0; i < firstStackLines.length; ++i) { + var result = parseLineInfo(firstStackLines[i]); + if (result) { + firstFileName = result.fileName; + firstIndex = result.line; + break; + } + } + for (var i = 0; i < lastStackLines.length; ++i) { + var result = parseLineInfo(lastStackLines[i]); + if (result) { + lastFileName = result.fileName; + lastIndex = result.line; + break; + } + } + if (firstIndex < 0 || lastIndex < 0 || !firstFileName || !lastFileName || + firstFileName !== lastFileName || firstIndex >= lastIndex) { + return; + } + + shouldIgnore = function(line) { + if (bluebirdFramePattern.test(line)) return true; + var info = parseLineInfo(line); + if (info) { + if (info.fileName === firstFileName && + (firstIndex <= info.line && info.line <= lastIndex)) { + return true; + } + } + return false; + }; +} + +function CapturedTrace(parent) { + this._parent = parent; + this._promisesCreated = 0; + var length = this._length = 1 + (parent === undefined ? 0 : parent._length); + captureStackTrace(this, CapturedTrace); + if (length > 32) this.uncycle(); +} +util.inherits(CapturedTrace, Error); +Context.CapturedTrace = CapturedTrace; + +CapturedTrace.prototype.uncycle = function() { + var length = this._length; + if (length < 2) return; + var nodes = []; + var stackToIndex = {}; + + for (var i = 0, node = this; node !== undefined; ++i) { + nodes.push(node); + node = node._parent; + } + length = this._length = i; + for (var i = length - 1; i >= 0; --i) { + var stack = nodes[i].stack; + if (stackToIndex[stack] === undefined) { + stackToIndex[stack] = i; + } + } + for (var i = 0; i < length; ++i) { + var currentStack = nodes[i].stack; + var index = stackToIndex[currentStack]; + if (index !== undefined && index !== i) { + if (index > 0) { + nodes[index - 1]._parent = undefined; + nodes[index - 1]._length = 1; + } + nodes[i]._parent = undefined; + nodes[i]._length = 1; + var cycleEdgeNode = i > 0 ? nodes[i - 1] : this; + + if (index < length - 1) { + cycleEdgeNode._parent = nodes[index + 1]; + cycleEdgeNode._parent.uncycle(); + cycleEdgeNode._length = + cycleEdgeNode._parent._length + 1; + } else { + cycleEdgeNode._parent = undefined; + cycleEdgeNode._length = 1; + } + var currentChildLength = cycleEdgeNode._length + 1; + for (var j = i - 2; j >= 0; --j) { + nodes[j]._length = currentChildLength; + currentChildLength++; + } + return; + } + } +}; + +CapturedTrace.prototype.attachExtraTrace = function(error) { + if (error.__stackCleaned__) return; + this.uncycle(); + var parsed = parseStackAndMessage(error); + var message = parsed.message; + var stacks = [parsed.stack]; + + var trace = this; + while (trace !== undefined) { + stacks.push(cleanStack(trace.stack.split("\n"))); + trace = trace._parent; + } + removeCommonRoots(stacks); + removeDuplicateOrEmptyJumps(stacks); + util.notEnumerableProp(error, "stack", reconstructStack(message, stacks)); + util.notEnumerableProp(error, "__stackCleaned__", true); +}; + +var captureStackTrace = (function stackDetection() { + var v8stackFramePattern = /^\s*at\s*/; + var v8stackFormatter = function(stack, error) { + if (typeof stack === "string") return stack; + + if (error.name !== undefined && + error.message !== undefined) { + return error.toString(); + } + return formatNonError(error); + }; + + if (typeof Error.stackTraceLimit === "number" && + typeof Error.captureStackTrace === "function") { + Error.stackTraceLimit += 6; + stackFramePattern = v8stackFramePattern; + formatStack = v8stackFormatter; + var captureStackTrace = Error.captureStackTrace; + + shouldIgnore = function(line) { + return bluebirdFramePattern.test(line); + }; + return function(receiver, ignoreUntil) { + Error.stackTraceLimit += 6; + captureStackTrace(receiver, ignoreUntil); + Error.stackTraceLimit -= 6; + }; + } + var err = new Error(); + + if (typeof err.stack === "string" && + err.stack.split("\n")[0].indexOf("stackDetection@") >= 0) { + stackFramePattern = /@/; + formatStack = v8stackFormatter; + indentStackFrames = true; + return function captureStackTrace(o) { + o.stack = new Error().stack; + }; + } + + var hasStackAfterThrow; + try { throw new Error(); } + catch(e) { + hasStackAfterThrow = ("stack" in e); + } + if (!("stack" in err) && hasStackAfterThrow && + typeof Error.stackTraceLimit === "number") { + stackFramePattern = v8stackFramePattern; + formatStack = v8stackFormatter; + return function captureStackTrace(o) { + Error.stackTraceLimit += 6; + try { throw new Error(); } + catch(e) { o.stack = e.stack; } + Error.stackTraceLimit -= 6; + }; + } + + formatStack = function(stack, error) { + if (typeof stack === "string") return stack; + + if ((typeof error === "object" || + typeof error === "function") && + error.name !== undefined && + error.message !== undefined) { + return error.toString(); + } + return formatNonError(error); + }; + + return null; + +})([]); + +if (typeof console !== "undefined" && typeof console.warn !== "undefined") { + printWarning = function (message) { + console.warn(message); + }; + if (util.isNode && process.stderr.isTTY) { + printWarning = function(message, isSoft) { + var color = isSoft ? "\u001b[33m" : "\u001b[31m"; + console.warn(color + message + "\u001b[0m\n"); + }; + } else if (!util.isNode && typeof (new Error().stack) === "string") { + printWarning = function(message, isSoft) { + console.warn("%c" + message, + isSoft ? "color: darkorange" : "color: red"); + }; + } +} + +var config = { + warnings: warnings, + longStackTraces: false, + cancellation: false, + monitoring: false, + asyncHooks: false +}; + +if (longStackTraces) Promise.longStackTraces(); + +return { + asyncHooks: function() { + return config.asyncHooks; + }, + longStackTraces: function() { + return config.longStackTraces; + }, + warnings: function() { + return config.warnings; + }, + cancellation: function() { + return config.cancellation; + }, + monitoring: function() { + return config.monitoring; + }, + propagateFromFunction: function() { + return propagateFromFunction; + }, + boundValueFunction: function() { + return boundValueFunction; + }, + checkForgottenReturns: checkForgottenReturns, + setBounds: setBounds, + warn: warn, + deprecated: deprecated, + CapturedTrace: CapturedTrace, + fireDomEvent: fireDomEvent, + fireGlobalEvent: fireGlobalEvent +}; +}; + +},{"./errors":12,"./es5":13,"./util":36}],10:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise) { +function returner() { + return this.value; +} +function thrower() { + throw this.reason; +} + +Promise.prototype["return"] = +Promise.prototype.thenReturn = function (value) { + if (value instanceof Promise) value.suppressUnhandledRejections(); + return this._then( + returner, undefined, undefined, {value: value}, undefined); +}; + +Promise.prototype["throw"] = +Promise.prototype.thenThrow = function (reason) { + return this._then( + thrower, undefined, undefined, {reason: reason}, undefined); +}; + +Promise.prototype.catchThrow = function (reason) { + if (arguments.length <= 1) { + return this._then( + undefined, thrower, undefined, {reason: reason}, undefined); + } else { + var _reason = arguments[1]; + var handler = function() {throw _reason;}; + return this.caught(reason, handler); + } +}; + +Promise.prototype.catchReturn = function (value) { + if (arguments.length <= 1) { + if (value instanceof Promise) value.suppressUnhandledRejections(); + return this._then( + undefined, returner, undefined, {value: value}, undefined); + } else { + var _value = arguments[1]; + if (_value instanceof Promise) _value.suppressUnhandledRejections(); + var handler = function() {return _value;}; + return this.caught(value, handler); + } +}; +}; + +},{}],11:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, INTERNAL) { +var PromiseReduce = Promise.reduce; +var PromiseAll = Promise.all; + +function promiseAllThis() { + return PromiseAll(this); +} + +function PromiseMapSeries(promises, fn) { + return PromiseReduce(promises, fn, INTERNAL, INTERNAL); +} + +Promise.prototype.each = function (fn) { + return PromiseReduce(this, fn, INTERNAL, 0) + ._then(promiseAllThis, undefined, undefined, this, undefined); +}; + +Promise.prototype.mapSeries = function (fn) { + return PromiseReduce(this, fn, INTERNAL, INTERNAL); +}; + +Promise.each = function (promises, fn) { + return PromiseReduce(promises, fn, INTERNAL, 0) + ._then(promiseAllThis, undefined, undefined, promises, undefined); +}; + +Promise.mapSeries = PromiseMapSeries; +}; + + +},{}],12:[function(_dereq_,module,exports){ +"use strict"; +var es5 = _dereq_("./es5"); +var Objectfreeze = es5.freeze; +var util = _dereq_("./util"); +var inherits = util.inherits; +var notEnumerableProp = util.notEnumerableProp; + +function subError(nameProperty, defaultMessage) { + function SubError(message) { + if (!(this instanceof SubError)) return new SubError(message); + notEnumerableProp(this, "message", + typeof message === "string" ? message : defaultMessage); + notEnumerableProp(this, "name", nameProperty); + if (Error.captureStackTrace) { + Error.captureStackTrace(this, this.constructor); + } else { + Error.call(this); + } + } + inherits(SubError, Error); + return SubError; +} + +var _TypeError, _RangeError; +var Warning = subError("Warning", "warning"); +var CancellationError = subError("CancellationError", "cancellation error"); +var TimeoutError = subError("TimeoutError", "timeout error"); +var AggregateError = subError("AggregateError", "aggregate error"); +try { + _TypeError = TypeError; + _RangeError = RangeError; +} catch(e) { + _TypeError = subError("TypeError", "type error"); + _RangeError = subError("RangeError", "range error"); +} + +var methods = ("join pop push shift unshift slice filter forEach some " + + "every map indexOf lastIndexOf reduce reduceRight sort reverse").split(" "); + +for (var i = 0; i < methods.length; ++i) { + if (typeof Array.prototype[methods[i]] === "function") { + AggregateError.prototype[methods[i]] = Array.prototype[methods[i]]; + } +} + +es5.defineProperty(AggregateError.prototype, "length", { + value: 0, + configurable: false, + writable: true, + enumerable: true +}); +AggregateError.prototype["isOperational"] = true; +var level = 0; +AggregateError.prototype.toString = function() { + var indent = Array(level * 4 + 1).join(" "); + var ret = "\n" + indent + "AggregateError of:" + "\n"; + level++; + indent = Array(level * 4 + 1).join(" "); + for (var i = 0; i < this.length; ++i) { + var str = this[i] === this ? "[Circular AggregateError]" : this[i] + ""; + var lines = str.split("\n"); + for (var j = 0; j < lines.length; ++j) { + lines[j] = indent + lines[j]; + } + str = lines.join("\n"); + ret += str + "\n"; + } + level--; + return ret; +}; + +function OperationalError(message) { + if (!(this instanceof OperationalError)) + return new OperationalError(message); + notEnumerableProp(this, "name", "OperationalError"); + notEnumerableProp(this, "message", message); + this.cause = message; + this["isOperational"] = true; + + if (message instanceof Error) { + notEnumerableProp(this, "message", message.message); + notEnumerableProp(this, "stack", message.stack); + } else if (Error.captureStackTrace) { + Error.captureStackTrace(this, this.constructor); + } + +} +inherits(OperationalError, Error); + +var errorTypes = Error["__BluebirdErrorTypes__"]; +if (!errorTypes) { + errorTypes = Objectfreeze({ + CancellationError: CancellationError, + TimeoutError: TimeoutError, + OperationalError: OperationalError, + RejectionError: OperationalError, + AggregateError: AggregateError + }); + es5.defineProperty(Error, "__BluebirdErrorTypes__", { + value: errorTypes, + writable: false, + enumerable: false, + configurable: false + }); +} + +module.exports = { + Error: Error, + TypeError: _TypeError, + RangeError: _RangeError, + CancellationError: errorTypes.CancellationError, + OperationalError: errorTypes.OperationalError, + TimeoutError: errorTypes.TimeoutError, + AggregateError: errorTypes.AggregateError, + Warning: Warning +}; + +},{"./es5":13,"./util":36}],13:[function(_dereq_,module,exports){ +var isES5 = (function(){ + "use strict"; + return this === undefined; +})(); + +if (isES5) { + module.exports = { + freeze: Object.freeze, + defineProperty: Object.defineProperty, + getDescriptor: Object.getOwnPropertyDescriptor, + keys: Object.keys, + names: Object.getOwnPropertyNames, + getPrototypeOf: Object.getPrototypeOf, + isArray: Array.isArray, + isES5: isES5, + propertyIsWritable: function(obj, prop) { + var descriptor = Object.getOwnPropertyDescriptor(obj, prop); + return !!(!descriptor || descriptor.writable || descriptor.set); + } + }; +} else { + var has = {}.hasOwnProperty; + var str = {}.toString; + var proto = {}.constructor.prototype; + + var ObjectKeys = function (o) { + var ret = []; + for (var key in o) { + if (has.call(o, key)) { + ret.push(key); + } + } + return ret; + }; + + var ObjectGetDescriptor = function(o, key) { + return {value: o[key]}; + }; + + var ObjectDefineProperty = function (o, key, desc) { + o[key] = desc.value; + return o; + }; + + var ObjectFreeze = function (obj) { + return obj; + }; + + var ObjectGetPrototypeOf = function (obj) { + try { + return Object(obj).constructor.prototype; + } + catch (e) { + return proto; + } + }; + + var ArrayIsArray = function (obj) { + try { + return str.call(obj) === "[object Array]"; + } + catch(e) { + return false; + } + }; + + module.exports = { + isArray: ArrayIsArray, + keys: ObjectKeys, + names: ObjectKeys, + defineProperty: ObjectDefineProperty, + getDescriptor: ObjectGetDescriptor, + freeze: ObjectFreeze, + getPrototypeOf: ObjectGetPrototypeOf, + isES5: isES5, + propertyIsWritable: function() { + return true; + } + }; +} + +},{}],14:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, INTERNAL) { +var PromiseMap = Promise.map; + +Promise.prototype.filter = function (fn, options) { + return PromiseMap(this, fn, options, INTERNAL); +}; + +Promise.filter = function (promises, fn, options) { + return PromiseMap(promises, fn, options, INTERNAL); +}; +}; + +},{}],15:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, tryConvertToPromise, NEXT_FILTER) { +var util = _dereq_("./util"); +var CancellationError = Promise.CancellationError; +var errorObj = util.errorObj; +var catchFilter = _dereq_("./catch_filter")(NEXT_FILTER); + +function PassThroughHandlerContext(promise, type, handler) { + this.promise = promise; + this.type = type; + this.handler = handler; + this.called = false; + this.cancelPromise = null; +} + +PassThroughHandlerContext.prototype.isFinallyHandler = function() { + return this.type === 0; +}; + +function FinallyHandlerCancelReaction(finallyHandler) { + this.finallyHandler = finallyHandler; +} + +FinallyHandlerCancelReaction.prototype._resultCancelled = function() { + checkCancel(this.finallyHandler); +}; + +function checkCancel(ctx, reason) { + if (ctx.cancelPromise != null) { + if (arguments.length > 1) { + ctx.cancelPromise._reject(reason); + } else { + ctx.cancelPromise._cancel(); + } + ctx.cancelPromise = null; + return true; + } + return false; +} + +function succeed() { + return finallyHandler.call(this, this.promise._target()._settledValue()); +} +function fail(reason) { + if (checkCancel(this, reason)) return; + errorObj.e = reason; + return errorObj; +} +function finallyHandler(reasonOrValue) { + var promise = this.promise; + var handler = this.handler; + + if (!this.called) { + this.called = true; + var ret = this.isFinallyHandler() + ? handler.call(promise._boundValue()) + : handler.call(promise._boundValue(), reasonOrValue); + if (ret === NEXT_FILTER) { + return ret; + } else if (ret !== undefined) { + promise._setReturnedNonUndefined(); + var maybePromise = tryConvertToPromise(ret, promise); + if (maybePromise instanceof Promise) { + if (this.cancelPromise != null) { + if (maybePromise._isCancelled()) { + var reason = + new CancellationError("late cancellation observer"); + promise._attachExtraTrace(reason); + errorObj.e = reason; + return errorObj; + } else if (maybePromise.isPending()) { + maybePromise._attachCancellationCallback( + new FinallyHandlerCancelReaction(this)); + } + } + return maybePromise._then( + succeed, fail, undefined, this, undefined); + } + } + } + + if (promise.isRejected()) { + checkCancel(this); + errorObj.e = reasonOrValue; + return errorObj; + } else { + checkCancel(this); + return reasonOrValue; + } +} + +Promise.prototype._passThrough = function(handler, type, success, fail) { + if (typeof handler !== "function") return this.then(); + return this._then(success, + fail, + undefined, + new PassThroughHandlerContext(this, type, handler), + undefined); +}; + +Promise.prototype.lastly = +Promise.prototype["finally"] = function (handler) { + return this._passThrough(handler, + 0, + finallyHandler, + finallyHandler); +}; + + +Promise.prototype.tap = function (handler) { + return this._passThrough(handler, 1, finallyHandler); +}; + +Promise.prototype.tapCatch = function (handlerOrPredicate) { + var len = arguments.length; + if(len === 1) { + return this._passThrough(handlerOrPredicate, + 1, + undefined, + finallyHandler); + } else { + var catchInstances = new Array(len - 1), + j = 0, i; + for (i = 0; i < len - 1; ++i) { + var item = arguments[i]; + if (util.isObject(item)) { + catchInstances[j++] = item; + } else { + return Promise.reject(new TypeError( + "tapCatch statement predicate: " + + "expecting an object but got " + util.classString(item) + )); + } + } + catchInstances.length = j; + var handler = arguments[i]; + return this._passThrough(catchFilter(catchInstances, handler, this), + 1, + undefined, + finallyHandler); + } + +}; + +return PassThroughHandlerContext; +}; + +},{"./catch_filter":7,"./util":36}],16:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, + apiRejection, + INTERNAL, + tryConvertToPromise, + Proxyable, + debug) { +var errors = _dereq_("./errors"); +var TypeError = errors.TypeError; +var util = _dereq_("./util"); +var errorObj = util.errorObj; +var tryCatch = util.tryCatch; +var yieldHandlers = []; + +function promiseFromYieldHandler(value, yieldHandlers, traceParent) { + for (var i = 0; i < yieldHandlers.length; ++i) { + traceParent._pushContext(); + var result = tryCatch(yieldHandlers[i])(value); + traceParent._popContext(); + if (result === errorObj) { + traceParent._pushContext(); + var ret = Promise.reject(errorObj.e); + traceParent._popContext(); + return ret; + } + var maybePromise = tryConvertToPromise(result, traceParent); + if (maybePromise instanceof Promise) return maybePromise; + } + return null; +} + +function PromiseSpawn(generatorFunction, receiver, yieldHandler, stack) { + if (debug.cancellation()) { + var internal = new Promise(INTERNAL); + var _finallyPromise = this._finallyPromise = new Promise(INTERNAL); + this._promise = internal.lastly(function() { + return _finallyPromise; + }); + internal._captureStackTrace(); + internal._setOnCancel(this); + } else { + var promise = this._promise = new Promise(INTERNAL); + promise._captureStackTrace(); + } + this._stack = stack; + this._generatorFunction = generatorFunction; + this._receiver = receiver; + this._generator = undefined; + this._yieldHandlers = typeof yieldHandler === "function" + ? [yieldHandler].concat(yieldHandlers) + : yieldHandlers; + this._yieldedPromise = null; + this._cancellationPhase = false; +} +util.inherits(PromiseSpawn, Proxyable); + +PromiseSpawn.prototype._isResolved = function() { + return this._promise === null; +}; + +PromiseSpawn.prototype._cleanup = function() { + this._promise = this._generator = null; + if (debug.cancellation() && this._finallyPromise !== null) { + this._finallyPromise._fulfill(); + this._finallyPromise = null; + } +}; + +PromiseSpawn.prototype._promiseCancelled = function() { + if (this._isResolved()) return; + var implementsReturn = typeof this._generator["return"] !== "undefined"; + + var result; + if (!implementsReturn) { + var reason = new Promise.CancellationError( + "generator .return() sentinel"); + Promise.coroutine.returnSentinel = reason; + this._promise._attachExtraTrace(reason); + this._promise._pushContext(); + result = tryCatch(this._generator["throw"]).call(this._generator, + reason); + this._promise._popContext(); + } else { + this._promise._pushContext(); + result = tryCatch(this._generator["return"]).call(this._generator, + undefined); + this._promise._popContext(); + } + this._cancellationPhase = true; + this._yieldedPromise = null; + this._continue(result); +}; + +PromiseSpawn.prototype._promiseFulfilled = function(value) { + this._yieldedPromise = null; + this._promise._pushContext(); + var result = tryCatch(this._generator.next).call(this._generator, value); + this._promise._popContext(); + this._continue(result); +}; + +PromiseSpawn.prototype._promiseRejected = function(reason) { + this._yieldedPromise = null; + this._promise._attachExtraTrace(reason); + this._promise._pushContext(); + var result = tryCatch(this._generator["throw"]) + .call(this._generator, reason); + this._promise._popContext(); + this._continue(result); +}; + +PromiseSpawn.prototype._resultCancelled = function() { + if (this._yieldedPromise instanceof Promise) { + var promise = this._yieldedPromise; + this._yieldedPromise = null; + promise.cancel(); + } +}; + +PromiseSpawn.prototype.promise = function () { + return this._promise; +}; + +PromiseSpawn.prototype._run = function () { + this._generator = this._generatorFunction.call(this._receiver); + this._receiver = + this._generatorFunction = undefined; + this._promiseFulfilled(undefined); +}; + +PromiseSpawn.prototype._continue = function (result) { + var promise = this._promise; + if (result === errorObj) { + this._cleanup(); + if (this._cancellationPhase) { + return promise.cancel(); + } else { + return promise._rejectCallback(result.e, false); + } + } + + var value = result.value; + if (result.done === true) { + this._cleanup(); + if (this._cancellationPhase) { + return promise.cancel(); + } else { + return promise._resolveCallback(value); + } + } else { + var maybePromise = tryConvertToPromise(value, this._promise); + if (!(maybePromise instanceof Promise)) { + maybePromise = + promiseFromYieldHandler(maybePromise, + this._yieldHandlers, + this._promise); + if (maybePromise === null) { + this._promiseRejected( + new TypeError( + "A value %s was yielded that could not be treated as a promise\u000a\u000a See http://goo.gl/MqrFmX\u000a\u000a".replace("%s", String(value)) + + "From coroutine:\u000a" + + this._stack.split("\n").slice(1, -7).join("\n") + ) + ); + return; + } + } + maybePromise = maybePromise._target(); + var bitField = maybePromise._bitField; + ; + if (((bitField & 50397184) === 0)) { + this._yieldedPromise = maybePromise; + maybePromise._proxy(this, null); + } else if (((bitField & 33554432) !== 0)) { + Promise._async.invoke( + this._promiseFulfilled, this, maybePromise._value() + ); + } else if (((bitField & 16777216) !== 0)) { + Promise._async.invoke( + this._promiseRejected, this, maybePromise._reason() + ); + } else { + this._promiseCancelled(); + } + } +}; + +Promise.coroutine = function (generatorFunction, options) { + if (typeof generatorFunction !== "function") { + throw new TypeError("generatorFunction must be a function\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + var yieldHandler = Object(options).yieldHandler; + var PromiseSpawn$ = PromiseSpawn; + var stack = new Error().stack; + return function () { + var generator = generatorFunction.apply(this, arguments); + var spawn = new PromiseSpawn$(undefined, undefined, yieldHandler, + stack); + var ret = spawn.promise(); + spawn._generator = generator; + spawn._promiseFulfilled(undefined); + return ret; + }; +}; + +Promise.coroutine.addYieldHandler = function(fn) { + if (typeof fn !== "function") { + throw new TypeError("expecting a function but got " + util.classString(fn)); + } + yieldHandlers.push(fn); +}; + +Promise.spawn = function (generatorFunction) { + debug.deprecated("Promise.spawn()", "Promise.coroutine()"); + if (typeof generatorFunction !== "function") { + return apiRejection("generatorFunction must be a function\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + var spawn = new PromiseSpawn(generatorFunction, this); + var ret = spawn.promise(); + spawn._run(Promise.spawn); + return ret; +}; +}; + +},{"./errors":12,"./util":36}],17:[function(_dereq_,module,exports){ +"use strict"; +module.exports = +function(Promise, PromiseArray, tryConvertToPromise, INTERNAL, async) { +var util = _dereq_("./util"); +var canEvaluate = util.canEvaluate; +var tryCatch = util.tryCatch; +var errorObj = util.errorObj; +var reject; + +if (!true) { +if (canEvaluate) { + var thenCallback = function(i) { + return new Function("value", "holder", " \n\ + 'use strict'; \n\ + holder.pIndex = value; \n\ + holder.checkFulfillment(this); \n\ + ".replace(/Index/g, i)); + }; + + var promiseSetter = function(i) { + return new Function("promise", "holder", " \n\ + 'use strict'; \n\ + holder.pIndex = promise; \n\ + ".replace(/Index/g, i)); + }; + + var generateHolderClass = function(total) { + var props = new Array(total); + for (var i = 0; i < props.length; ++i) { + props[i] = "this.p" + (i+1); + } + var assignment = props.join(" = ") + " = null;"; + var cancellationCode= "var promise;\n" + props.map(function(prop) { + return " \n\ + promise = " + prop + "; \n\ + if (promise instanceof Promise) { \n\ + promise.cancel(); \n\ + } \n\ + "; + }).join("\n"); + var passedArguments = props.join(", "); + var name = "Holder$" + total; + + + var code = "return function(tryCatch, errorObj, Promise, async) { \n\ + 'use strict'; \n\ + function [TheName](fn) { \n\ + [TheProperties] \n\ + this.fn = fn; \n\ + this.asyncNeeded = true; \n\ + this.now = 0; \n\ + } \n\ + \n\ + [TheName].prototype._callFunction = function(promise) { \n\ + promise._pushContext(); \n\ + var ret = tryCatch(this.fn)([ThePassedArguments]); \n\ + promise._popContext(); \n\ + if (ret === errorObj) { \n\ + promise._rejectCallback(ret.e, false); \n\ + } else { \n\ + promise._resolveCallback(ret); \n\ + } \n\ + }; \n\ + \n\ + [TheName].prototype.checkFulfillment = function(promise) { \n\ + var now = ++this.now; \n\ + if (now === [TheTotal]) { \n\ + if (this.asyncNeeded) { \n\ + async.invoke(this._callFunction, this, promise); \n\ + } else { \n\ + this._callFunction(promise); \n\ + } \n\ + \n\ + } \n\ + }; \n\ + \n\ + [TheName].prototype._resultCancelled = function() { \n\ + [CancellationCode] \n\ + }; \n\ + \n\ + return [TheName]; \n\ + }(tryCatch, errorObj, Promise, async); \n\ + "; + + code = code.replace(/\[TheName\]/g, name) + .replace(/\[TheTotal\]/g, total) + .replace(/\[ThePassedArguments\]/g, passedArguments) + .replace(/\[TheProperties\]/g, assignment) + .replace(/\[CancellationCode\]/g, cancellationCode); + + return new Function("tryCatch", "errorObj", "Promise", "async", code) + (tryCatch, errorObj, Promise, async); + }; + + var holderClasses = []; + var thenCallbacks = []; + var promiseSetters = []; + + for (var i = 0; i < 8; ++i) { + holderClasses.push(generateHolderClass(i + 1)); + thenCallbacks.push(thenCallback(i + 1)); + promiseSetters.push(promiseSetter(i + 1)); + } + + reject = function (reason) { + this._reject(reason); + }; +}} + +Promise.join = function () { + var last = arguments.length - 1; + var fn; + if (last > 0 && typeof arguments[last] === "function") { + fn = arguments[last]; + if (!true) { + if (last <= 8 && canEvaluate) { + var ret = new Promise(INTERNAL); + ret._captureStackTrace(); + var HolderClass = holderClasses[last - 1]; + var holder = new HolderClass(fn); + var callbacks = thenCallbacks; + + for (var i = 0; i < last; ++i) { + var maybePromise = tryConvertToPromise(arguments[i], ret); + if (maybePromise instanceof Promise) { + maybePromise = maybePromise._target(); + var bitField = maybePromise._bitField; + ; + if (((bitField & 50397184) === 0)) { + maybePromise._then(callbacks[i], reject, + undefined, ret, holder); + promiseSetters[i](maybePromise, holder); + holder.asyncNeeded = false; + } else if (((bitField & 33554432) !== 0)) { + callbacks[i].call(ret, + maybePromise._value(), holder); + } else if (((bitField & 16777216) !== 0)) { + ret._reject(maybePromise._reason()); + } else { + ret._cancel(); + } + } else { + callbacks[i].call(ret, maybePromise, holder); + } + } + + if (!ret._isFateSealed()) { + if (holder.asyncNeeded) { + var context = Promise._getContext(); + holder.fn = util.contextBind(context, holder.fn); + } + ret._setAsyncGuaranteed(); + ret._setOnCancel(holder); + } + return ret; + } + } + } + var args = [].slice.call(arguments);; + if (fn) args.pop(); + var ret = new PromiseArray(args).promise(); + return fn !== undefined ? ret.spread(fn) : ret; +}; + +}; + +},{"./util":36}],18:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, + PromiseArray, + apiRejection, + tryConvertToPromise, + INTERNAL, + debug) { +var util = _dereq_("./util"); +var tryCatch = util.tryCatch; +var errorObj = util.errorObj; +var async = Promise._async; + +function MappingPromiseArray(promises, fn, limit, _filter) { + this.constructor$(promises); + this._promise._captureStackTrace(); + var context = Promise._getContext(); + this._callback = util.contextBind(context, fn); + this._preservedValues = _filter === INTERNAL + ? new Array(this.length()) + : null; + this._limit = limit; + this._inFlight = 0; + this._queue = []; + async.invoke(this._asyncInit, this, undefined); + if (util.isArray(promises)) { + for (var i = 0; i < promises.length; ++i) { + var maybePromise = promises[i]; + if (maybePromise instanceof Promise) { + maybePromise.suppressUnhandledRejections(); + } + } + } +} +util.inherits(MappingPromiseArray, PromiseArray); + +MappingPromiseArray.prototype._asyncInit = function() { + this._init$(undefined, -2); +}; + +MappingPromiseArray.prototype._init = function () {}; + +MappingPromiseArray.prototype._promiseFulfilled = function (value, index) { + var values = this._values; + var length = this.length(); + var preservedValues = this._preservedValues; + var limit = this._limit; + + if (index < 0) { + index = (index * -1) - 1; + values[index] = value; + if (limit >= 1) { + this._inFlight--; + this._drainQueue(); + if (this._isResolved()) return true; + } + } else { + if (limit >= 1 && this._inFlight >= limit) { + values[index] = value; + this._queue.push(index); + return false; + } + if (preservedValues !== null) preservedValues[index] = value; + + var promise = this._promise; + var callback = this._callback; + var receiver = promise._boundValue(); + promise._pushContext(); + var ret = tryCatch(callback).call(receiver, value, index, length); + var promiseCreated = promise._popContext(); + debug.checkForgottenReturns( + ret, + promiseCreated, + preservedValues !== null ? "Promise.filter" : "Promise.map", + promise + ); + if (ret === errorObj) { + this._reject(ret.e); + return true; + } + + var maybePromise = tryConvertToPromise(ret, this._promise); + if (maybePromise instanceof Promise) { + maybePromise = maybePromise._target(); + var bitField = maybePromise._bitField; + ; + if (((bitField & 50397184) === 0)) { + if (limit >= 1) this._inFlight++; + values[index] = maybePromise; + maybePromise._proxy(this, (index + 1) * -1); + return false; + } else if (((bitField & 33554432) !== 0)) { + ret = maybePromise._value(); + } else if (((bitField & 16777216) !== 0)) { + this._reject(maybePromise._reason()); + return true; + } else { + this._cancel(); + return true; + } + } + values[index] = ret; + } + var totalResolved = ++this._totalResolved; + if (totalResolved >= length) { + if (preservedValues !== null) { + this._filter(values, preservedValues); + } else { + this._resolve(values); + } + return true; + } + return false; +}; + +MappingPromiseArray.prototype._drainQueue = function () { + var queue = this._queue; + var limit = this._limit; + var values = this._values; + while (queue.length > 0 && this._inFlight < limit) { + if (this._isResolved()) return; + var index = queue.pop(); + this._promiseFulfilled(values[index], index); + } +}; + +MappingPromiseArray.prototype._filter = function (booleans, values) { + var len = values.length; + var ret = new Array(len); + var j = 0; + for (var i = 0; i < len; ++i) { + if (booleans[i]) ret[j++] = values[i]; + } + ret.length = j; + this._resolve(ret); +}; + +MappingPromiseArray.prototype.preservedValues = function () { + return this._preservedValues; +}; + +function map(promises, fn, options, _filter) { + if (typeof fn !== "function") { + return apiRejection("expecting a function but got " + util.classString(fn)); + } + + var limit = 0; + if (options !== undefined) { + if (typeof options === "object" && options !== null) { + if (typeof options.concurrency !== "number") { + return Promise.reject( + new TypeError("'concurrency' must be a number but it is " + + util.classString(options.concurrency))); + } + limit = options.concurrency; + } else { + return Promise.reject(new TypeError( + "options argument must be an object but it is " + + util.classString(options))); + } + } + limit = typeof limit === "number" && + isFinite(limit) && limit >= 1 ? limit : 0; + return new MappingPromiseArray(promises, fn, limit, _filter).promise(); +} + +Promise.prototype.map = function (fn, options) { + return map(this, fn, options, null); +}; + +Promise.map = function (promises, fn, options, _filter) { + return map(promises, fn, options, _filter); +}; + + +}; + +},{"./util":36}],19:[function(_dereq_,module,exports){ +"use strict"; +module.exports = +function(Promise, INTERNAL, tryConvertToPromise, apiRejection, debug) { +var util = _dereq_("./util"); +var tryCatch = util.tryCatch; + +Promise.method = function (fn) { + if (typeof fn !== "function") { + throw new Promise.TypeError("expecting a function but got " + util.classString(fn)); + } + return function () { + var ret = new Promise(INTERNAL); + ret._captureStackTrace(); + ret._pushContext(); + var value = tryCatch(fn).apply(this, arguments); + var promiseCreated = ret._popContext(); + debug.checkForgottenReturns( + value, promiseCreated, "Promise.method", ret); + ret._resolveFromSyncValue(value); + return ret; + }; +}; + +Promise.attempt = Promise["try"] = function (fn) { + if (typeof fn !== "function") { + return apiRejection("expecting a function but got " + util.classString(fn)); + } + var ret = new Promise(INTERNAL); + ret._captureStackTrace(); + ret._pushContext(); + var value; + if (arguments.length > 1) { + debug.deprecated("calling Promise.try with more than 1 argument"); + var arg = arguments[1]; + var ctx = arguments[2]; + value = util.isArray(arg) ? tryCatch(fn).apply(ctx, arg) + : tryCatch(fn).call(ctx, arg); + } else { + value = tryCatch(fn)(); + } + var promiseCreated = ret._popContext(); + debug.checkForgottenReturns( + value, promiseCreated, "Promise.try", ret); + ret._resolveFromSyncValue(value); + return ret; +}; + +Promise.prototype._resolveFromSyncValue = function (value) { + if (value === util.errorObj) { + this._rejectCallback(value.e, false); + } else { + this._resolveCallback(value, true); + } +}; +}; + +},{"./util":36}],20:[function(_dereq_,module,exports){ +"use strict"; +var util = _dereq_("./util"); +var maybeWrapAsError = util.maybeWrapAsError; +var errors = _dereq_("./errors"); +var OperationalError = errors.OperationalError; +var es5 = _dereq_("./es5"); + +function isUntypedError(obj) { + return obj instanceof Error && + es5.getPrototypeOf(obj) === Error.prototype; +} + +var rErrorKey = /^(?:name|message|stack|cause)$/; +function wrapAsOperationalError(obj) { + var ret; + if (isUntypedError(obj)) { + ret = new OperationalError(obj); + ret.name = obj.name; + ret.message = obj.message; + ret.stack = obj.stack; + var keys = es5.keys(obj); + for (var i = 0; i < keys.length; ++i) { + var key = keys[i]; + if (!rErrorKey.test(key)) { + ret[key] = obj[key]; + } + } + return ret; + } + util.markAsOriginatingFromRejection(obj); + return obj; +} + +function nodebackForPromise(promise, multiArgs) { + return function(err, value) { + if (promise === null) return; + if (err) { + var wrapped = wrapAsOperationalError(maybeWrapAsError(err)); + promise._attachExtraTrace(wrapped); + promise._reject(wrapped); + } else if (!multiArgs) { + promise._fulfill(value); + } else { + var args = [].slice.call(arguments, 1);; + promise._fulfill(args); + } + promise = null; + }; +} + +module.exports = nodebackForPromise; + +},{"./errors":12,"./es5":13,"./util":36}],21:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise) { +var util = _dereq_("./util"); +var async = Promise._async; +var tryCatch = util.tryCatch; +var errorObj = util.errorObj; + +function spreadAdapter(val, nodeback) { + var promise = this; + if (!util.isArray(val)) return successAdapter.call(promise, val, nodeback); + var ret = + tryCatch(nodeback).apply(promise._boundValue(), [null].concat(val)); + if (ret === errorObj) { + async.throwLater(ret.e); + } +} + +function successAdapter(val, nodeback) { + var promise = this; + var receiver = promise._boundValue(); + var ret = val === undefined + ? tryCatch(nodeback).call(receiver, null) + : tryCatch(nodeback).call(receiver, null, val); + if (ret === errorObj) { + async.throwLater(ret.e); + } +} +function errorAdapter(reason, nodeback) { + var promise = this; + if (!reason) { + var newReason = new Error(reason + ""); + newReason.cause = reason; + reason = newReason; + } + var ret = tryCatch(nodeback).call(promise._boundValue(), reason); + if (ret === errorObj) { + async.throwLater(ret.e); + } +} + +Promise.prototype.asCallback = Promise.prototype.nodeify = function (nodeback, + options) { + if (typeof nodeback == "function") { + var adapter = successAdapter; + if (options !== undefined && Object(options).spread) { + adapter = spreadAdapter; + } + this._then( + adapter, + errorAdapter, + undefined, + this, + nodeback + ); + } + return this; +}; +}; + +},{"./util":36}],22:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function() { +var makeSelfResolutionError = function () { + return new TypeError("circular promise resolution chain\u000a\u000a See http://goo.gl/MqrFmX\u000a"); +}; +var reflectHandler = function() { + return new Promise.PromiseInspection(this._target()); +}; +var apiRejection = function(msg) { + return Promise.reject(new TypeError(msg)); +}; +function Proxyable() {} +var UNDEFINED_BINDING = {}; +var util = _dereq_("./util"); +util.setReflectHandler(reflectHandler); + +var getDomain = function() { + var domain = process.domain; + if (domain === undefined) { + return null; + } + return domain; +}; +var getContextDefault = function() { + return null; +}; +var getContextDomain = function() { + return { + domain: getDomain(), + async: null + }; +}; +var AsyncResource = util.isNode && util.nodeSupportsAsyncResource ? + _dereq_("async_hooks").AsyncResource : null; +var getContextAsyncHooks = function() { + return { + domain: getDomain(), + async: new AsyncResource("Bluebird::Promise") + }; +}; +var getContext = util.isNode ? getContextDomain : getContextDefault; +util.notEnumerableProp(Promise, "_getContext", getContext); +var enableAsyncHooks = function() { + getContext = getContextAsyncHooks; + util.notEnumerableProp(Promise, "_getContext", getContextAsyncHooks); +}; +var disableAsyncHooks = function() { + getContext = getContextDomain; + util.notEnumerableProp(Promise, "_getContext", getContextDomain); +}; + +var es5 = _dereq_("./es5"); +var Async = _dereq_("./async"); +var async = new Async(); +es5.defineProperty(Promise, "_async", {value: async}); +var errors = _dereq_("./errors"); +var TypeError = Promise.TypeError = errors.TypeError; +Promise.RangeError = errors.RangeError; +var CancellationError = Promise.CancellationError = errors.CancellationError; +Promise.TimeoutError = errors.TimeoutError; +Promise.OperationalError = errors.OperationalError; +Promise.RejectionError = errors.OperationalError; +Promise.AggregateError = errors.AggregateError; +var INTERNAL = function(){}; +var APPLY = {}; +var NEXT_FILTER = {}; +var tryConvertToPromise = _dereq_("./thenables")(Promise, INTERNAL); +var PromiseArray = + _dereq_("./promise_array")(Promise, INTERNAL, + tryConvertToPromise, apiRejection, Proxyable); +var Context = _dereq_("./context")(Promise); + /*jshint unused:false*/ +var createContext = Context.create; + +var debug = _dereq_("./debuggability")(Promise, Context, + enableAsyncHooks, disableAsyncHooks); +var CapturedTrace = debug.CapturedTrace; +var PassThroughHandlerContext = + _dereq_("./finally")(Promise, tryConvertToPromise, NEXT_FILTER); +var catchFilter = _dereq_("./catch_filter")(NEXT_FILTER); +var nodebackForPromise = _dereq_("./nodeback"); +var errorObj = util.errorObj; +var tryCatch = util.tryCatch; +function check(self, executor) { + if (self == null || self.constructor !== Promise) { + throw new TypeError("the promise constructor cannot be invoked directly\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + if (typeof executor !== "function") { + throw new TypeError("expecting a function but got " + util.classString(executor)); + } + +} + +function Promise(executor) { + if (executor !== INTERNAL) { + check(this, executor); + } + this._bitField = 0; + this._fulfillmentHandler0 = undefined; + this._rejectionHandler0 = undefined; + this._promise0 = undefined; + this._receiver0 = undefined; + this._resolveFromExecutor(executor); + this._promiseCreated(); + this._fireEvent("promiseCreated", this); +} + +Promise.prototype.toString = function () { + return "[object Promise]"; +}; + +Promise.prototype.caught = Promise.prototype["catch"] = function (fn) { + var len = arguments.length; + if (len > 1) { + var catchInstances = new Array(len - 1), + j = 0, i; + for (i = 0; i < len - 1; ++i) { + var item = arguments[i]; + if (util.isObject(item)) { + catchInstances[j++] = item; + } else { + return apiRejection("Catch statement predicate: " + + "expecting an object but got " + util.classString(item)); + } + } + catchInstances.length = j; + fn = arguments[i]; + + if (typeof fn !== "function") { + throw new TypeError("The last argument to .catch() " + + "must be a function, got " + util.toString(fn)); + } + return this.then(undefined, catchFilter(catchInstances, fn, this)); + } + return this.then(undefined, fn); +}; + +Promise.prototype.reflect = function () { + return this._then(reflectHandler, + reflectHandler, undefined, this, undefined); +}; + +Promise.prototype.then = function (didFulfill, didReject) { + if (debug.warnings() && arguments.length > 0 && + typeof didFulfill !== "function" && + typeof didReject !== "function") { + var msg = ".then() only accepts functions but was passed: " + + util.classString(didFulfill); + if (arguments.length > 1) { + msg += ", " + util.classString(didReject); + } + this._warn(msg); + } + return this._then(didFulfill, didReject, undefined, undefined, undefined); +}; + +Promise.prototype.done = function (didFulfill, didReject) { + var promise = + this._then(didFulfill, didReject, undefined, undefined, undefined); + promise._setIsFinal(); +}; + +Promise.prototype.spread = function (fn) { + if (typeof fn !== "function") { + return apiRejection("expecting a function but got " + util.classString(fn)); + } + return this.all()._then(fn, undefined, undefined, APPLY, undefined); +}; + +Promise.prototype.toJSON = function () { + var ret = { + isFulfilled: false, + isRejected: false, + fulfillmentValue: undefined, + rejectionReason: undefined + }; + if (this.isFulfilled()) { + ret.fulfillmentValue = this.value(); + ret.isFulfilled = true; + } else if (this.isRejected()) { + ret.rejectionReason = this.reason(); + ret.isRejected = true; + } + return ret; +}; + +Promise.prototype.all = function () { + if (arguments.length > 0) { + this._warn(".all() was passed arguments but it does not take any"); + } + return new PromiseArray(this).promise(); +}; + +Promise.prototype.error = function (fn) { + return this.caught(util.originatesFromRejection, fn); +}; + +Promise.getNewLibraryCopy = module.exports; + +Promise.is = function (val) { + return val instanceof Promise; +}; + +Promise.fromNode = Promise.fromCallback = function(fn) { + var ret = new Promise(INTERNAL); + ret._captureStackTrace(); + var multiArgs = arguments.length > 1 ? !!Object(arguments[1]).multiArgs + : false; + var result = tryCatch(fn)(nodebackForPromise(ret, multiArgs)); + if (result === errorObj) { + ret._rejectCallback(result.e, true); + } + if (!ret._isFateSealed()) ret._setAsyncGuaranteed(); + return ret; +}; + +Promise.all = function (promises) { + return new PromiseArray(promises).promise(); +}; + +Promise.cast = function (obj) { + var ret = tryConvertToPromise(obj); + if (!(ret instanceof Promise)) { + ret = new Promise(INTERNAL); + ret._captureStackTrace(); + ret._setFulfilled(); + ret._rejectionHandler0 = obj; + } + return ret; +}; + +Promise.resolve = Promise.fulfilled = Promise.cast; + +Promise.reject = Promise.rejected = function (reason) { + var ret = new Promise(INTERNAL); + ret._captureStackTrace(); + ret._rejectCallback(reason, true); + return ret; +}; + +Promise.setScheduler = function(fn) { + if (typeof fn !== "function") { + throw new TypeError("expecting a function but got " + util.classString(fn)); + } + return async.setScheduler(fn); +}; + +Promise.prototype._then = function ( + didFulfill, + didReject, + _, receiver, + internalData +) { + var haveInternalData = internalData !== undefined; + var promise = haveInternalData ? internalData : new Promise(INTERNAL); + var target = this._target(); + var bitField = target._bitField; + + if (!haveInternalData) { + promise._propagateFrom(this, 3); + promise._captureStackTrace(); + if (receiver === undefined && + ((this._bitField & 2097152) !== 0)) { + if (!((bitField & 50397184) === 0)) { + receiver = this._boundValue(); + } else { + receiver = target === this ? undefined : this._boundTo; + } + } + this._fireEvent("promiseChained", this, promise); + } + + var context = getContext(); + if (!((bitField & 50397184) === 0)) { + var handler, value, settler = target._settlePromiseCtx; + if (((bitField & 33554432) !== 0)) { + value = target._rejectionHandler0; + handler = didFulfill; + } else if (((bitField & 16777216) !== 0)) { + value = target._fulfillmentHandler0; + handler = didReject; + target._unsetRejectionIsUnhandled(); + } else { + settler = target._settlePromiseLateCancellationObserver; + value = new CancellationError("late cancellation observer"); + target._attachExtraTrace(value); + handler = didReject; + } + + async.invoke(settler, target, { + handler: util.contextBind(context, handler), + promise: promise, + receiver: receiver, + value: value + }); + } else { + target._addCallbacks(didFulfill, didReject, promise, + receiver, context); + } + + return promise; +}; + +Promise.prototype._length = function () { + return this._bitField & 65535; +}; + +Promise.prototype._isFateSealed = function () { + return (this._bitField & 117506048) !== 0; +}; + +Promise.prototype._isFollowing = function () { + return (this._bitField & 67108864) === 67108864; +}; + +Promise.prototype._setLength = function (len) { + this._bitField = (this._bitField & -65536) | + (len & 65535); +}; + +Promise.prototype._setFulfilled = function () { + this._bitField = this._bitField | 33554432; + this._fireEvent("promiseFulfilled", this); +}; + +Promise.prototype._setRejected = function () { + this._bitField = this._bitField | 16777216; + this._fireEvent("promiseRejected", this); +}; + +Promise.prototype._setFollowing = function () { + this._bitField = this._bitField | 67108864; + this._fireEvent("promiseResolved", this); +}; + +Promise.prototype._setIsFinal = function () { + this._bitField = this._bitField | 4194304; +}; + +Promise.prototype._isFinal = function () { + return (this._bitField & 4194304) > 0; +}; + +Promise.prototype._unsetCancelled = function() { + this._bitField = this._bitField & (~65536); +}; + +Promise.prototype._setCancelled = function() { + this._bitField = this._bitField | 65536; + this._fireEvent("promiseCancelled", this); +}; + +Promise.prototype._setWillBeCancelled = function() { + this._bitField = this._bitField | 8388608; +}; + +Promise.prototype._setAsyncGuaranteed = function() { + if (async.hasCustomScheduler()) return; + var bitField = this._bitField; + this._bitField = bitField | + (((bitField & 536870912) >> 2) ^ + 134217728); +}; + +Promise.prototype._setNoAsyncGuarantee = function() { + this._bitField = (this._bitField | 536870912) & + (~134217728); +}; + +Promise.prototype._receiverAt = function (index) { + var ret = index === 0 ? this._receiver0 : this[ + index * 4 - 4 + 3]; + if (ret === UNDEFINED_BINDING) { + return undefined; + } else if (ret === undefined && this._isBound()) { + return this._boundValue(); + } + return ret; +}; + +Promise.prototype._promiseAt = function (index) { + return this[ + index * 4 - 4 + 2]; +}; + +Promise.prototype._fulfillmentHandlerAt = function (index) { + return this[ + index * 4 - 4 + 0]; +}; + +Promise.prototype._rejectionHandlerAt = function (index) { + return this[ + index * 4 - 4 + 1]; +}; + +Promise.prototype._boundValue = function() {}; + +Promise.prototype._migrateCallback0 = function (follower) { + var bitField = follower._bitField; + var fulfill = follower._fulfillmentHandler0; + var reject = follower._rejectionHandler0; + var promise = follower._promise0; + var receiver = follower._receiverAt(0); + if (receiver === undefined) receiver = UNDEFINED_BINDING; + this._addCallbacks(fulfill, reject, promise, receiver, null); +}; + +Promise.prototype._migrateCallbackAt = function (follower, index) { + var fulfill = follower._fulfillmentHandlerAt(index); + var reject = follower._rejectionHandlerAt(index); + var promise = follower._promiseAt(index); + var receiver = follower._receiverAt(index); + if (receiver === undefined) receiver = UNDEFINED_BINDING; + this._addCallbacks(fulfill, reject, promise, receiver, null); +}; + +Promise.prototype._addCallbacks = function ( + fulfill, + reject, + promise, + receiver, + context +) { + var index = this._length(); + + if (index >= 65535 - 4) { + index = 0; + this._setLength(0); + } + + if (index === 0) { + this._promise0 = promise; + this._receiver0 = receiver; + if (typeof fulfill === "function") { + this._fulfillmentHandler0 = util.contextBind(context, fulfill); + } + if (typeof reject === "function") { + this._rejectionHandler0 = util.contextBind(context, reject); + } + } else { + var base = index * 4 - 4; + this[base + 2] = promise; + this[base + 3] = receiver; + if (typeof fulfill === "function") { + this[base + 0] = + util.contextBind(context, fulfill); + } + if (typeof reject === "function") { + this[base + 1] = + util.contextBind(context, reject); + } + } + this._setLength(index + 1); + return index; +}; + +Promise.prototype._proxy = function (proxyable, arg) { + this._addCallbacks(undefined, undefined, arg, proxyable, null); +}; + +Promise.prototype._resolveCallback = function(value, shouldBind) { + if (((this._bitField & 117506048) !== 0)) return; + if (value === this) + return this._rejectCallback(makeSelfResolutionError(), false); + var maybePromise = tryConvertToPromise(value, this); + if (!(maybePromise instanceof Promise)) return this._fulfill(value); + + if (shouldBind) this._propagateFrom(maybePromise, 2); + + + var promise = maybePromise._target(); + + if (promise === this) { + this._reject(makeSelfResolutionError()); + return; + } + + var bitField = promise._bitField; + if (((bitField & 50397184) === 0)) { + var len = this._length(); + if (len > 0) promise._migrateCallback0(this); + for (var i = 1; i < len; ++i) { + promise._migrateCallbackAt(this, i); + } + this._setFollowing(); + this._setLength(0); + this._setFollowee(maybePromise); + } else if (((bitField & 33554432) !== 0)) { + this._fulfill(promise._value()); + } else if (((bitField & 16777216) !== 0)) { + this._reject(promise._reason()); + } else { + var reason = new CancellationError("late cancellation observer"); + promise._attachExtraTrace(reason); + this._reject(reason); + } +}; + +Promise.prototype._rejectCallback = +function(reason, synchronous, ignoreNonErrorWarnings) { + var trace = util.ensureErrorObject(reason); + var hasStack = trace === reason; + if (!hasStack && !ignoreNonErrorWarnings && debug.warnings()) { + var message = "a promise was rejected with a non-error: " + + util.classString(reason); + this._warn(message, true); + } + this._attachExtraTrace(trace, synchronous ? hasStack : false); + this._reject(reason); +}; + +Promise.prototype._resolveFromExecutor = function (executor) { + if (executor === INTERNAL) return; + var promise = this; + this._captureStackTrace(); + this._pushContext(); + var synchronous = true; + var r = this._execute(executor, function(value) { + promise._resolveCallback(value); + }, function (reason) { + promise._rejectCallback(reason, synchronous); + }); + synchronous = false; + this._popContext(); + + if (r !== undefined) { + promise._rejectCallback(r, true); + } +}; + +Promise.prototype._settlePromiseFromHandler = function ( + handler, receiver, value, promise +) { + var bitField = promise._bitField; + if (((bitField & 65536) !== 0)) return; + promise._pushContext(); + var x; + if (receiver === APPLY) { + if (!value || typeof value.length !== "number") { + x = errorObj; + x.e = new TypeError("cannot .spread() a non-array: " + + util.classString(value)); + } else { + x = tryCatch(handler).apply(this._boundValue(), value); + } + } else { + x = tryCatch(handler).call(receiver, value); + } + var promiseCreated = promise._popContext(); + bitField = promise._bitField; + if (((bitField & 65536) !== 0)) return; + + if (x === NEXT_FILTER) { + promise._reject(value); + } else if (x === errorObj) { + promise._rejectCallback(x.e, false); + } else { + debug.checkForgottenReturns(x, promiseCreated, "", promise, this); + promise._resolveCallback(x); + } +}; + +Promise.prototype._target = function() { + var ret = this; + while (ret._isFollowing()) ret = ret._followee(); + return ret; +}; + +Promise.prototype._followee = function() { + return this._rejectionHandler0; +}; + +Promise.prototype._setFollowee = function(promise) { + this._rejectionHandler0 = promise; +}; + +Promise.prototype._settlePromise = function(promise, handler, receiver, value) { + var isPromise = promise instanceof Promise; + var bitField = this._bitField; + var asyncGuaranteed = ((bitField & 134217728) !== 0); + if (((bitField & 65536) !== 0)) { + if (isPromise) promise._invokeInternalOnCancel(); + + if (receiver instanceof PassThroughHandlerContext && + receiver.isFinallyHandler()) { + receiver.cancelPromise = promise; + if (tryCatch(handler).call(receiver, value) === errorObj) { + promise._reject(errorObj.e); + } + } else if (handler === reflectHandler) { + promise._fulfill(reflectHandler.call(receiver)); + } else if (receiver instanceof Proxyable) { + receiver._promiseCancelled(promise); + } else if (isPromise || promise instanceof PromiseArray) { + promise._cancel(); + } else { + receiver.cancel(); + } + } else if (typeof handler === "function") { + if (!isPromise) { + handler.call(receiver, value, promise); + } else { + if (asyncGuaranteed) promise._setAsyncGuaranteed(); + this._settlePromiseFromHandler(handler, receiver, value, promise); + } + } else if (receiver instanceof Proxyable) { + if (!receiver._isResolved()) { + if (((bitField & 33554432) !== 0)) { + receiver._promiseFulfilled(value, promise); + } else { + receiver._promiseRejected(value, promise); + } + } + } else if (isPromise) { + if (asyncGuaranteed) promise._setAsyncGuaranteed(); + if (((bitField & 33554432) !== 0)) { + promise._fulfill(value); + } else { + promise._reject(value); + } + } +}; + +Promise.prototype._settlePromiseLateCancellationObserver = function(ctx) { + var handler = ctx.handler; + var promise = ctx.promise; + var receiver = ctx.receiver; + var value = ctx.value; + if (typeof handler === "function") { + if (!(promise instanceof Promise)) { + handler.call(receiver, value, promise); + } else { + this._settlePromiseFromHandler(handler, receiver, value, promise); + } + } else if (promise instanceof Promise) { + promise._reject(value); + } +}; + +Promise.prototype._settlePromiseCtx = function(ctx) { + this._settlePromise(ctx.promise, ctx.handler, ctx.receiver, ctx.value); +}; + +Promise.prototype._settlePromise0 = function(handler, value, bitField) { + var promise = this._promise0; + var receiver = this._receiverAt(0); + this._promise0 = undefined; + this._receiver0 = undefined; + this._settlePromise(promise, handler, receiver, value); +}; + +Promise.prototype._clearCallbackDataAtIndex = function(index) { + var base = index * 4 - 4; + this[base + 2] = + this[base + 3] = + this[base + 0] = + this[base + 1] = undefined; +}; + +Promise.prototype._fulfill = function (value) { + var bitField = this._bitField; + if (((bitField & 117506048) >>> 16)) return; + if (value === this) { + var err = makeSelfResolutionError(); + this._attachExtraTrace(err); + return this._reject(err); + } + this._setFulfilled(); + this._rejectionHandler0 = value; + + if ((bitField & 65535) > 0) { + if (((bitField & 134217728) !== 0)) { + this._settlePromises(); + } else { + async.settlePromises(this); + } + this._dereferenceTrace(); + } +}; + +Promise.prototype._reject = function (reason) { + var bitField = this._bitField; + if (((bitField & 117506048) >>> 16)) return; + this._setRejected(); + this._fulfillmentHandler0 = reason; + + if (this._isFinal()) { + return async.fatalError(reason, util.isNode); + } + + if ((bitField & 65535) > 0) { + async.settlePromises(this); + } else { + this._ensurePossibleRejectionHandled(); + } +}; + +Promise.prototype._fulfillPromises = function (len, value) { + for (var i = 1; i < len; i++) { + var handler = this._fulfillmentHandlerAt(i); + var promise = this._promiseAt(i); + var receiver = this._receiverAt(i); + this._clearCallbackDataAtIndex(i); + this._settlePromise(promise, handler, receiver, value); + } +}; + +Promise.prototype._rejectPromises = function (len, reason) { + for (var i = 1; i < len; i++) { + var handler = this._rejectionHandlerAt(i); + var promise = this._promiseAt(i); + var receiver = this._receiverAt(i); + this._clearCallbackDataAtIndex(i); + this._settlePromise(promise, handler, receiver, reason); + } +}; + +Promise.prototype._settlePromises = function () { + var bitField = this._bitField; + var len = (bitField & 65535); + + if (len > 0) { + if (((bitField & 16842752) !== 0)) { + var reason = this._fulfillmentHandler0; + this._settlePromise0(this._rejectionHandler0, reason, bitField); + this._rejectPromises(len, reason); + } else { + var value = this._rejectionHandler0; + this._settlePromise0(this._fulfillmentHandler0, value, bitField); + this._fulfillPromises(len, value); + } + this._setLength(0); + } + this._clearCancellationData(); +}; + +Promise.prototype._settledValue = function() { + var bitField = this._bitField; + if (((bitField & 33554432) !== 0)) { + return this._rejectionHandler0; + } else if (((bitField & 16777216) !== 0)) { + return this._fulfillmentHandler0; + } +}; + +if (typeof Symbol !== "undefined" && Symbol.toStringTag) { + es5.defineProperty(Promise.prototype, Symbol.toStringTag, { + get: function () { + return "Object"; + } + }); +} + +function deferResolve(v) {this.promise._resolveCallback(v);} +function deferReject(v) {this.promise._rejectCallback(v, false);} + +Promise.defer = Promise.pending = function() { + debug.deprecated("Promise.defer", "new Promise"); + var promise = new Promise(INTERNAL); + return { + promise: promise, + resolve: deferResolve, + reject: deferReject + }; +}; + +util.notEnumerableProp(Promise, + "_makeSelfResolutionError", + makeSelfResolutionError); + +_dereq_("./method")(Promise, INTERNAL, tryConvertToPromise, apiRejection, + debug); +_dereq_("./bind")(Promise, INTERNAL, tryConvertToPromise, debug); +_dereq_("./cancel")(Promise, PromiseArray, apiRejection, debug); +_dereq_("./direct_resolve")(Promise); +_dereq_("./synchronous_inspection")(Promise); +_dereq_("./join")( + Promise, PromiseArray, tryConvertToPromise, INTERNAL, async); +Promise.Promise = Promise; +Promise.version = "3.7.2"; +_dereq_('./call_get.js')(Promise); +_dereq_('./generators.js')(Promise, apiRejection, INTERNAL, tryConvertToPromise, Proxyable, debug); +_dereq_('./map.js')(Promise, PromiseArray, apiRejection, tryConvertToPromise, INTERNAL, debug); +_dereq_('./nodeify.js')(Promise); +_dereq_('./promisify.js')(Promise, INTERNAL); +_dereq_('./props.js')(Promise, PromiseArray, tryConvertToPromise, apiRejection); +_dereq_('./race.js')(Promise, INTERNAL, tryConvertToPromise, apiRejection); +_dereq_('./reduce.js')(Promise, PromiseArray, apiRejection, tryConvertToPromise, INTERNAL, debug); +_dereq_('./settle.js')(Promise, PromiseArray, debug); +_dereq_('./some.js')(Promise, PromiseArray, apiRejection); +_dereq_('./timers.js')(Promise, INTERNAL, debug); +_dereq_('./using.js')(Promise, apiRejection, tryConvertToPromise, createContext, INTERNAL, debug); +_dereq_('./any.js')(Promise); +_dereq_('./each.js')(Promise, INTERNAL); +_dereq_('./filter.js')(Promise, INTERNAL); + + util.toFastProperties(Promise); + util.toFastProperties(Promise.prototype); + function fillTypes(value) { + var p = new Promise(INTERNAL); + p._fulfillmentHandler0 = value; + p._rejectionHandler0 = value; + p._promise0 = value; + p._receiver0 = value; + } + // Complete slack tracking, opt out of field-type tracking and + // stabilize map + fillTypes({a: 1}); + fillTypes({b: 2}); + fillTypes({c: 3}); + fillTypes(1); + fillTypes(function(){}); + fillTypes(undefined); + fillTypes(false); + fillTypes(new Promise(INTERNAL)); + debug.setBounds(Async.firstLineError, util.lastLineError); + return Promise; + +}; + +},{"./any.js":1,"./async":2,"./bind":3,"./call_get.js":5,"./cancel":6,"./catch_filter":7,"./context":8,"./debuggability":9,"./direct_resolve":10,"./each.js":11,"./errors":12,"./es5":13,"./filter.js":14,"./finally":15,"./generators.js":16,"./join":17,"./map.js":18,"./method":19,"./nodeback":20,"./nodeify.js":21,"./promise_array":23,"./promisify.js":24,"./props.js":25,"./race.js":27,"./reduce.js":28,"./settle.js":30,"./some.js":31,"./synchronous_inspection":32,"./thenables":33,"./timers.js":34,"./using.js":35,"./util":36,"async_hooks":undefined}],23:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, INTERNAL, tryConvertToPromise, + apiRejection, Proxyable) { +var util = _dereq_("./util"); +var isArray = util.isArray; + +function toResolutionValue(val) { + switch(val) { + case -2: return []; + case -3: return {}; + case -6: return new Map(); + } +} + +function PromiseArray(values) { + var promise = this._promise = new Promise(INTERNAL); + if (values instanceof Promise) { + promise._propagateFrom(values, 3); + values.suppressUnhandledRejections(); + } + promise._setOnCancel(this); + this._values = values; + this._length = 0; + this._totalResolved = 0; + this._init(undefined, -2); +} +util.inherits(PromiseArray, Proxyable); + +PromiseArray.prototype.length = function () { + return this._length; +}; + +PromiseArray.prototype.promise = function () { + return this._promise; +}; + +PromiseArray.prototype._init = function init(_, resolveValueIfEmpty) { + var values = tryConvertToPromise(this._values, this._promise); + if (values instanceof Promise) { + values = values._target(); + var bitField = values._bitField; + ; + this._values = values; + + if (((bitField & 50397184) === 0)) { + this._promise._setAsyncGuaranteed(); + return values._then( + init, + this._reject, + undefined, + this, + resolveValueIfEmpty + ); + } else if (((bitField & 33554432) !== 0)) { + values = values._value(); + } else if (((bitField & 16777216) !== 0)) { + return this._reject(values._reason()); + } else { + return this._cancel(); + } + } + values = util.asArray(values); + if (values === null) { + var err = apiRejection( + "expecting an array or an iterable object but got " + util.classString(values)).reason(); + this._promise._rejectCallback(err, false); + return; + } + + if (values.length === 0) { + if (resolveValueIfEmpty === -5) { + this._resolveEmptyArray(); + } + else { + this._resolve(toResolutionValue(resolveValueIfEmpty)); + } + return; + } + this._iterate(values); +}; + +PromiseArray.prototype._iterate = function(values) { + var len = this.getActualLength(values.length); + this._length = len; + this._values = this.shouldCopyValues() ? new Array(len) : this._values; + var result = this._promise; + var isResolved = false; + var bitField = null; + for (var i = 0; i < len; ++i) { + var maybePromise = tryConvertToPromise(values[i], result); + + if (maybePromise instanceof Promise) { + maybePromise = maybePromise._target(); + bitField = maybePromise._bitField; + } else { + bitField = null; + } + + if (isResolved) { + if (bitField !== null) { + maybePromise.suppressUnhandledRejections(); + } + } else if (bitField !== null) { + if (((bitField & 50397184) === 0)) { + maybePromise._proxy(this, i); + this._values[i] = maybePromise; + } else if (((bitField & 33554432) !== 0)) { + isResolved = this._promiseFulfilled(maybePromise._value(), i); + } else if (((bitField & 16777216) !== 0)) { + isResolved = this._promiseRejected(maybePromise._reason(), i); + } else { + isResolved = this._promiseCancelled(i); + } + } else { + isResolved = this._promiseFulfilled(maybePromise, i); + } + } + if (!isResolved) result._setAsyncGuaranteed(); +}; + +PromiseArray.prototype._isResolved = function () { + return this._values === null; +}; + +PromiseArray.prototype._resolve = function (value) { + this._values = null; + this._promise._fulfill(value); +}; + +PromiseArray.prototype._cancel = function() { + if (this._isResolved() || !this._promise._isCancellable()) return; + this._values = null; + this._promise._cancel(); +}; + +PromiseArray.prototype._reject = function (reason) { + this._values = null; + this._promise._rejectCallback(reason, false); +}; + +PromiseArray.prototype._promiseFulfilled = function (value, index) { + this._values[index] = value; + var totalResolved = ++this._totalResolved; + if (totalResolved >= this._length) { + this._resolve(this._values); + return true; + } + return false; +}; + +PromiseArray.prototype._promiseCancelled = function() { + this._cancel(); + return true; +}; + +PromiseArray.prototype._promiseRejected = function (reason) { + this._totalResolved++; + this._reject(reason); + return true; +}; + +PromiseArray.prototype._resultCancelled = function() { + if (this._isResolved()) return; + var values = this._values; + this._cancel(); + if (values instanceof Promise) { + values.cancel(); + } else { + for (var i = 0; i < values.length; ++i) { + if (values[i] instanceof Promise) { + values[i].cancel(); + } + } + } +}; + +PromiseArray.prototype.shouldCopyValues = function () { + return true; +}; + +PromiseArray.prototype.getActualLength = function (len) { + return len; +}; + +return PromiseArray; +}; + +},{"./util":36}],24:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, INTERNAL) { +var THIS = {}; +var util = _dereq_("./util"); +var nodebackForPromise = _dereq_("./nodeback"); +var withAppended = util.withAppended; +var maybeWrapAsError = util.maybeWrapAsError; +var canEvaluate = util.canEvaluate; +var TypeError = _dereq_("./errors").TypeError; +var defaultSuffix = "Async"; +var defaultPromisified = {__isPromisified__: true}; +var noCopyProps = [ + "arity", "length", + "name", + "arguments", + "caller", + "callee", + "prototype", + "__isPromisified__" +]; +var noCopyPropsPattern = new RegExp("^(?:" + noCopyProps.join("|") + ")$"); + +var defaultFilter = function(name) { + return util.isIdentifier(name) && + name.charAt(0) !== "_" && + name !== "constructor"; +}; + +function propsFilter(key) { + return !noCopyPropsPattern.test(key); +} + +function isPromisified(fn) { + try { + return fn.__isPromisified__ === true; + } + catch (e) { + return false; + } +} + +function hasPromisified(obj, key, suffix) { + var val = util.getDataPropertyOrDefault(obj, key + suffix, + defaultPromisified); + return val ? isPromisified(val) : false; +} +function checkValid(ret, suffix, suffixRegexp) { + for (var i = 0; i < ret.length; i += 2) { + var key = ret[i]; + if (suffixRegexp.test(key)) { + var keyWithoutAsyncSuffix = key.replace(suffixRegexp, ""); + for (var j = 0; j < ret.length; j += 2) { + if (ret[j] === keyWithoutAsyncSuffix) { + throw new TypeError("Cannot promisify an API that has normal methods with '%s'-suffix\u000a\u000a See http://goo.gl/MqrFmX\u000a" + .replace("%s", suffix)); + } + } + } + } +} + +function promisifiableMethods(obj, suffix, suffixRegexp, filter) { + var keys = util.inheritedDataKeys(obj); + var ret = []; + for (var i = 0; i < keys.length; ++i) { + var key = keys[i]; + var value = obj[key]; + var passesDefaultFilter = filter === defaultFilter + ? true : defaultFilter(key, value, obj); + if (typeof value === "function" && + !isPromisified(value) && + !hasPromisified(obj, key, suffix) && + filter(key, value, obj, passesDefaultFilter)) { + ret.push(key, value); + } + } + checkValid(ret, suffix, suffixRegexp); + return ret; +} + +var escapeIdentRegex = function(str) { + return str.replace(/([$])/, "\\$"); +}; + +var makeNodePromisifiedEval; +if (!true) { +var switchCaseArgumentOrder = function(likelyArgumentCount) { + var ret = [likelyArgumentCount]; + var min = Math.max(0, likelyArgumentCount - 1 - 3); + for(var i = likelyArgumentCount - 1; i >= min; --i) { + ret.push(i); + } + for(var i = likelyArgumentCount + 1; i <= 3; ++i) { + ret.push(i); + } + return ret; +}; + +var argumentSequence = function(argumentCount) { + return util.filledRange(argumentCount, "_arg", ""); +}; + +var parameterDeclaration = function(parameterCount) { + return util.filledRange( + Math.max(parameterCount, 3), "_arg", ""); +}; + +var parameterCount = function(fn) { + if (typeof fn.length === "number") { + return Math.max(Math.min(fn.length, 1023 + 1), 0); + } + return 0; +}; + +makeNodePromisifiedEval = +function(callback, receiver, originalName, fn, _, multiArgs) { + var newParameterCount = Math.max(0, parameterCount(fn) - 1); + var argumentOrder = switchCaseArgumentOrder(newParameterCount); + var shouldProxyThis = typeof callback === "string" || receiver === THIS; + + function generateCallForArgumentCount(count) { + var args = argumentSequence(count).join(", "); + var comma = count > 0 ? ", " : ""; + var ret; + if (shouldProxyThis) { + ret = "ret = callback.call(this, {{args}}, nodeback); break;\n"; + } else { + ret = receiver === undefined + ? "ret = callback({{args}}, nodeback); break;\n" + : "ret = callback.call(receiver, {{args}}, nodeback); break;\n"; + } + return ret.replace("{{args}}", args).replace(", ", comma); + } + + function generateArgumentSwitchCase() { + var ret = ""; + for (var i = 0; i < argumentOrder.length; ++i) { + ret += "case " + argumentOrder[i] +":" + + generateCallForArgumentCount(argumentOrder[i]); + } + + ret += " \n\ + default: \n\ + var args = new Array(len + 1); \n\ + var i = 0; \n\ + for (var i = 0; i < len; ++i) { \n\ + args[i] = arguments[i]; \n\ + } \n\ + args[i] = nodeback; \n\ + [CodeForCall] \n\ + break; \n\ + ".replace("[CodeForCall]", (shouldProxyThis + ? "ret = callback.apply(this, args);\n" + : "ret = callback.apply(receiver, args);\n")); + return ret; + } + + var getFunctionCode = typeof callback === "string" + ? ("this != null ? this['"+callback+"'] : fn") + : "fn"; + var body = "'use strict'; \n\ + var ret = function (Parameters) { \n\ + 'use strict'; \n\ + var len = arguments.length; \n\ + var promise = new Promise(INTERNAL); \n\ + promise._captureStackTrace(); \n\ + var nodeback = nodebackForPromise(promise, " + multiArgs + "); \n\ + var ret; \n\ + var callback = tryCatch([GetFunctionCode]); \n\ + switch(len) { \n\ + [CodeForSwitchCase] \n\ + } \n\ + if (ret === errorObj) { \n\ + promise._rejectCallback(maybeWrapAsError(ret.e), true, true);\n\ + } \n\ + if (!promise._isFateSealed()) promise._setAsyncGuaranteed(); \n\ + return promise; \n\ + }; \n\ + notEnumerableProp(ret, '__isPromisified__', true); \n\ + return ret; \n\ + ".replace("[CodeForSwitchCase]", generateArgumentSwitchCase()) + .replace("[GetFunctionCode]", getFunctionCode); + body = body.replace("Parameters", parameterDeclaration(newParameterCount)); + return new Function("Promise", + "fn", + "receiver", + "withAppended", + "maybeWrapAsError", + "nodebackForPromise", + "tryCatch", + "errorObj", + "notEnumerableProp", + "INTERNAL", + body)( + Promise, + fn, + receiver, + withAppended, + maybeWrapAsError, + nodebackForPromise, + util.tryCatch, + util.errorObj, + util.notEnumerableProp, + INTERNAL); +}; +} + +function makeNodePromisifiedClosure(callback, receiver, _, fn, __, multiArgs) { + var defaultThis = (function() {return this;})(); + var method = callback; + if (typeof method === "string") { + callback = fn; + } + function promisified() { + var _receiver = receiver; + if (receiver === THIS) _receiver = this; + var promise = new Promise(INTERNAL); + promise._captureStackTrace(); + var cb = typeof method === "string" && this !== defaultThis + ? this[method] : callback; + var fn = nodebackForPromise(promise, multiArgs); + try { + cb.apply(_receiver, withAppended(arguments, fn)); + } catch(e) { + promise._rejectCallback(maybeWrapAsError(e), true, true); + } + if (!promise._isFateSealed()) promise._setAsyncGuaranteed(); + return promise; + } + util.notEnumerableProp(promisified, "__isPromisified__", true); + return promisified; +} + +var makeNodePromisified = canEvaluate + ? makeNodePromisifiedEval + : makeNodePromisifiedClosure; + +function promisifyAll(obj, suffix, filter, promisifier, multiArgs) { + var suffixRegexp = new RegExp(escapeIdentRegex(suffix) + "$"); + var methods = + promisifiableMethods(obj, suffix, suffixRegexp, filter); + + for (var i = 0, len = methods.length; i < len; i+= 2) { + var key = methods[i]; + var fn = methods[i+1]; + var promisifiedKey = key + suffix; + if (promisifier === makeNodePromisified) { + obj[promisifiedKey] = + makeNodePromisified(key, THIS, key, fn, suffix, multiArgs); + } else { + var promisified = promisifier(fn, function() { + return makeNodePromisified(key, THIS, key, + fn, suffix, multiArgs); + }); + util.notEnumerableProp(promisified, "__isPromisified__", true); + obj[promisifiedKey] = promisified; + } + } + util.toFastProperties(obj); + return obj; +} + +function promisify(callback, receiver, multiArgs) { + return makeNodePromisified(callback, receiver, undefined, + callback, null, multiArgs); +} + +Promise.promisify = function (fn, options) { + if (typeof fn !== "function") { + throw new TypeError("expecting a function but got " + util.classString(fn)); + } + if (isPromisified(fn)) { + return fn; + } + options = Object(options); + var receiver = options.context === undefined ? THIS : options.context; + var multiArgs = !!options.multiArgs; + var ret = promisify(fn, receiver, multiArgs); + util.copyDescriptors(fn, ret, propsFilter); + return ret; +}; + +Promise.promisifyAll = function (target, options) { + if (typeof target !== "function" && typeof target !== "object") { + throw new TypeError("the target of promisifyAll must be an object or a function\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + options = Object(options); + var multiArgs = !!options.multiArgs; + var suffix = options.suffix; + if (typeof suffix !== "string") suffix = defaultSuffix; + var filter = options.filter; + if (typeof filter !== "function") filter = defaultFilter; + var promisifier = options.promisifier; + if (typeof promisifier !== "function") promisifier = makeNodePromisified; + + if (!util.isIdentifier(suffix)) { + throw new RangeError("suffix must be a valid identifier\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + + var keys = util.inheritedDataKeys(target); + for (var i = 0; i < keys.length; ++i) { + var value = target[keys[i]]; + if (keys[i] !== "constructor" && + util.isClass(value)) { + promisifyAll(value.prototype, suffix, filter, promisifier, + multiArgs); + promisifyAll(value, suffix, filter, promisifier, multiArgs); + } + } + + return promisifyAll(target, suffix, filter, promisifier, multiArgs); +}; +}; + + +},{"./errors":12,"./nodeback":20,"./util":36}],25:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function( + Promise, PromiseArray, tryConvertToPromise, apiRejection) { +var util = _dereq_("./util"); +var isObject = util.isObject; +var es5 = _dereq_("./es5"); +var Es6Map; +if (typeof Map === "function") Es6Map = Map; + +var mapToEntries = (function() { + var index = 0; + var size = 0; + + function extractEntry(value, key) { + this[index] = value; + this[index + size] = key; + index++; + } + + return function mapToEntries(map) { + size = map.size; + index = 0; + var ret = new Array(map.size * 2); + map.forEach(extractEntry, ret); + return ret; + }; +})(); + +var entriesToMap = function(entries) { + var ret = new Es6Map(); + var length = entries.length / 2 | 0; + for (var i = 0; i < length; ++i) { + var key = entries[length + i]; + var value = entries[i]; + ret.set(key, value); + } + return ret; +}; + +function PropertiesPromiseArray(obj) { + var isMap = false; + var entries; + if (Es6Map !== undefined && obj instanceof Es6Map) { + entries = mapToEntries(obj); + isMap = true; + } else { + var keys = es5.keys(obj); + var len = keys.length; + entries = new Array(len * 2); + for (var i = 0; i < len; ++i) { + var key = keys[i]; + entries[i] = obj[key]; + entries[i + len] = key; + } + } + this.constructor$(entries); + this._isMap = isMap; + this._init$(undefined, isMap ? -6 : -3); +} +util.inherits(PropertiesPromiseArray, PromiseArray); + +PropertiesPromiseArray.prototype._init = function () {}; + +PropertiesPromiseArray.prototype._promiseFulfilled = function (value, index) { + this._values[index] = value; + var totalResolved = ++this._totalResolved; + if (totalResolved >= this._length) { + var val; + if (this._isMap) { + val = entriesToMap(this._values); + } else { + val = {}; + var keyOffset = this.length(); + for (var i = 0, len = this.length(); i < len; ++i) { + val[this._values[i + keyOffset]] = this._values[i]; + } + } + this._resolve(val); + return true; + } + return false; +}; + +PropertiesPromiseArray.prototype.shouldCopyValues = function () { + return false; +}; + +PropertiesPromiseArray.prototype.getActualLength = function (len) { + return len >> 1; +}; + +function props(promises) { + var ret; + var castValue = tryConvertToPromise(promises); + + if (!isObject(castValue)) { + return apiRejection("cannot await properties of a non-object\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } else if (castValue instanceof Promise) { + ret = castValue._then( + Promise.props, undefined, undefined, undefined, undefined); + } else { + ret = new PropertiesPromiseArray(castValue).promise(); + } + + if (castValue instanceof Promise) { + ret._propagateFrom(castValue, 2); + } + return ret; +} + +Promise.prototype.props = function () { + return props(this); +}; + +Promise.props = function (promises) { + return props(promises); +}; +}; + +},{"./es5":13,"./util":36}],26:[function(_dereq_,module,exports){ +"use strict"; +function arrayMove(src, srcIndex, dst, dstIndex, len) { + for (var j = 0; j < len; ++j) { + dst[j + dstIndex] = src[j + srcIndex]; + src[j + srcIndex] = void 0; + } +} + +function Queue(capacity) { + this._capacity = capacity; + this._length = 0; + this._front = 0; +} + +Queue.prototype._willBeOverCapacity = function (size) { + return this._capacity < size; +}; + +Queue.prototype._pushOne = function (arg) { + var length = this.length(); + this._checkCapacity(length + 1); + var i = (this._front + length) & (this._capacity - 1); + this[i] = arg; + this._length = length + 1; +}; + +Queue.prototype.push = function (fn, receiver, arg) { + var length = this.length() + 3; + if (this._willBeOverCapacity(length)) { + this._pushOne(fn); + this._pushOne(receiver); + this._pushOne(arg); + return; + } + var j = this._front + length - 3; + this._checkCapacity(length); + var wrapMask = this._capacity - 1; + this[(j + 0) & wrapMask] = fn; + this[(j + 1) & wrapMask] = receiver; + this[(j + 2) & wrapMask] = arg; + this._length = length; +}; + +Queue.prototype.shift = function () { + var front = this._front, + ret = this[front]; + + this[front] = undefined; + this._front = (front + 1) & (this._capacity - 1); + this._length--; + return ret; +}; + +Queue.prototype.length = function () { + return this._length; +}; + +Queue.prototype._checkCapacity = function (size) { + if (this._capacity < size) { + this._resizeTo(this._capacity << 1); + } +}; + +Queue.prototype._resizeTo = function (capacity) { + var oldCapacity = this._capacity; + this._capacity = capacity; + var front = this._front; + var length = this._length; + var moveItemsCount = (front + length) & (oldCapacity - 1); + arrayMove(this, 0, this, oldCapacity, moveItemsCount); +}; + +module.exports = Queue; + +},{}],27:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function( + Promise, INTERNAL, tryConvertToPromise, apiRejection) { +var util = _dereq_("./util"); + +var raceLater = function (promise) { + return promise.then(function(array) { + return race(array, promise); + }); +}; + +function race(promises, parent) { + var maybePromise = tryConvertToPromise(promises); + + if (maybePromise instanceof Promise) { + return raceLater(maybePromise); + } else { + promises = util.asArray(promises); + if (promises === null) + return apiRejection("expecting an array or an iterable object but got " + util.classString(promises)); + } + + var ret = new Promise(INTERNAL); + if (parent !== undefined) { + ret._propagateFrom(parent, 3); + } + var fulfill = ret._fulfill; + var reject = ret._reject; + for (var i = 0, len = promises.length; i < len; ++i) { + var val = promises[i]; + + if (val === undefined && !(i in promises)) { + continue; + } + + Promise.cast(val)._then(fulfill, reject, undefined, ret, null); + } + return ret; +} + +Promise.race = function (promises) { + return race(promises, undefined); +}; + +Promise.prototype.race = function () { + return race(this, undefined); +}; + +}; + +},{"./util":36}],28:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, + PromiseArray, + apiRejection, + tryConvertToPromise, + INTERNAL, + debug) { +var util = _dereq_("./util"); +var tryCatch = util.tryCatch; + +function ReductionPromiseArray(promises, fn, initialValue, _each) { + this.constructor$(promises); + var context = Promise._getContext(); + this._fn = util.contextBind(context, fn); + if (initialValue !== undefined) { + initialValue = Promise.resolve(initialValue); + initialValue._attachCancellationCallback(this); + } + this._initialValue = initialValue; + this._currentCancellable = null; + if(_each === INTERNAL) { + this._eachValues = Array(this._length); + } else if (_each === 0) { + this._eachValues = null; + } else { + this._eachValues = undefined; + } + this._promise._captureStackTrace(); + this._init$(undefined, -5); +} +util.inherits(ReductionPromiseArray, PromiseArray); + +ReductionPromiseArray.prototype._gotAccum = function(accum) { + if (this._eachValues !== undefined && + this._eachValues !== null && + accum !== INTERNAL) { + this._eachValues.push(accum); + } +}; + +ReductionPromiseArray.prototype._eachComplete = function(value) { + if (this._eachValues !== null) { + this._eachValues.push(value); + } + return this._eachValues; +}; + +ReductionPromiseArray.prototype._init = function() {}; + +ReductionPromiseArray.prototype._resolveEmptyArray = function() { + this._resolve(this._eachValues !== undefined ? this._eachValues + : this._initialValue); +}; + +ReductionPromiseArray.prototype.shouldCopyValues = function () { + return false; +}; + +ReductionPromiseArray.prototype._resolve = function(value) { + this._promise._resolveCallback(value); + this._values = null; +}; + +ReductionPromiseArray.prototype._resultCancelled = function(sender) { + if (sender === this._initialValue) return this._cancel(); + if (this._isResolved()) return; + this._resultCancelled$(); + if (this._currentCancellable instanceof Promise) { + this._currentCancellable.cancel(); + } + if (this._initialValue instanceof Promise) { + this._initialValue.cancel(); + } +}; + +ReductionPromiseArray.prototype._iterate = function (values) { + this._values = values; + var value; + var i; + var length = values.length; + if (this._initialValue !== undefined) { + value = this._initialValue; + i = 0; + } else { + value = Promise.resolve(values[0]); + i = 1; + } + + this._currentCancellable = value; + + for (var j = i; j < length; ++j) { + var maybePromise = values[j]; + if (maybePromise instanceof Promise) { + maybePromise.suppressUnhandledRejections(); + } + } + + if (!value.isRejected()) { + for (; i < length; ++i) { + var ctx = { + accum: null, + value: values[i], + index: i, + length: length, + array: this + }; + + value = value._then(gotAccum, undefined, undefined, ctx, undefined); + + if ((i & 127) === 0) { + value._setNoAsyncGuarantee(); + } + } + } + + if (this._eachValues !== undefined) { + value = value + ._then(this._eachComplete, undefined, undefined, this, undefined); + } + value._then(completed, completed, undefined, value, this); +}; + +Promise.prototype.reduce = function (fn, initialValue) { + return reduce(this, fn, initialValue, null); +}; + +Promise.reduce = function (promises, fn, initialValue, _each) { + return reduce(promises, fn, initialValue, _each); +}; + +function completed(valueOrReason, array) { + if (this.isFulfilled()) { + array._resolve(valueOrReason); + } else { + array._reject(valueOrReason); + } +} + +function reduce(promises, fn, initialValue, _each) { + if (typeof fn !== "function") { + return apiRejection("expecting a function but got " + util.classString(fn)); + } + var array = new ReductionPromiseArray(promises, fn, initialValue, _each); + return array.promise(); +} + +function gotAccum(accum) { + this.accum = accum; + this.array._gotAccum(accum); + var value = tryConvertToPromise(this.value, this.array._promise); + if (value instanceof Promise) { + this.array._currentCancellable = value; + return value._then(gotValue, undefined, undefined, this, undefined); + } else { + return gotValue.call(this, value); + } +} + +function gotValue(value) { + var array = this.array; + var promise = array._promise; + var fn = tryCatch(array._fn); + promise._pushContext(); + var ret; + if (array._eachValues !== undefined) { + ret = fn.call(promise._boundValue(), value, this.index, this.length); + } else { + ret = fn.call(promise._boundValue(), + this.accum, value, this.index, this.length); + } + if (ret instanceof Promise) { + array._currentCancellable = ret; + } + var promiseCreated = promise._popContext(); + debug.checkForgottenReturns( + ret, + promiseCreated, + array._eachValues !== undefined ? "Promise.each" : "Promise.reduce", + promise + ); + return ret; +} +}; + +},{"./util":36}],29:[function(_dereq_,module,exports){ +"use strict"; +var util = _dereq_("./util"); +var schedule; +var noAsyncScheduler = function() { + throw new Error("No async scheduler available\u000a\u000a See http://goo.gl/MqrFmX\u000a"); +}; +var NativePromise = util.getNativePromise(); +if (util.isNode && typeof MutationObserver === "undefined") { + var GlobalSetImmediate = global.setImmediate; + var ProcessNextTick = process.nextTick; + schedule = util.isRecentNode + ? function(fn) { GlobalSetImmediate.call(global, fn); } + : function(fn) { ProcessNextTick.call(process, fn); }; +} else if (typeof NativePromise === "function" && + typeof NativePromise.resolve === "function") { + var nativePromise = NativePromise.resolve(); + schedule = function(fn) { + nativePromise.then(fn); + }; +} else if ((typeof MutationObserver !== "undefined") && + !(typeof window !== "undefined" && + window.navigator && + (window.navigator.standalone || window.cordova)) && + ("classList" in document.documentElement)) { + schedule = (function() { + var div = document.createElement("div"); + var opts = {attributes: true}; + var toggleScheduled = false; + var div2 = document.createElement("div"); + var o2 = new MutationObserver(function() { + div.classList.toggle("foo"); + toggleScheduled = false; + }); + o2.observe(div2, opts); + + var scheduleToggle = function() { + if (toggleScheduled) return; + toggleScheduled = true; + div2.classList.toggle("foo"); + }; + + return function schedule(fn) { + var o = new MutationObserver(function() { + o.disconnect(); + fn(); + }); + o.observe(div, opts); + scheduleToggle(); + }; + })(); +} else if (typeof setImmediate !== "undefined") { + schedule = function (fn) { + setImmediate(fn); + }; +} else if (typeof setTimeout !== "undefined") { + schedule = function (fn) { + setTimeout(fn, 0); + }; +} else { + schedule = noAsyncScheduler; +} +module.exports = schedule; + +},{"./util":36}],30:[function(_dereq_,module,exports){ +"use strict"; +module.exports = + function(Promise, PromiseArray, debug) { +var PromiseInspection = Promise.PromiseInspection; +var util = _dereq_("./util"); + +function SettledPromiseArray(values) { + this.constructor$(values); +} +util.inherits(SettledPromiseArray, PromiseArray); + +SettledPromiseArray.prototype._promiseResolved = function (index, inspection) { + this._values[index] = inspection; + var totalResolved = ++this._totalResolved; + if (totalResolved >= this._length) { + this._resolve(this._values); + return true; + } + return false; +}; + +SettledPromiseArray.prototype._promiseFulfilled = function (value, index) { + var ret = new PromiseInspection(); + ret._bitField = 33554432; + ret._settledValueField = value; + return this._promiseResolved(index, ret); +}; +SettledPromiseArray.prototype._promiseRejected = function (reason, index) { + var ret = new PromiseInspection(); + ret._bitField = 16777216; + ret._settledValueField = reason; + return this._promiseResolved(index, ret); +}; + +Promise.settle = function (promises) { + debug.deprecated(".settle()", ".reflect()"); + return new SettledPromiseArray(promises).promise(); +}; + +Promise.allSettled = function (promises) { + return new SettledPromiseArray(promises).promise(); +}; + +Promise.prototype.settle = function () { + return Promise.settle(this); +}; +}; + +},{"./util":36}],31:[function(_dereq_,module,exports){ +"use strict"; +module.exports = +function(Promise, PromiseArray, apiRejection) { +var util = _dereq_("./util"); +var RangeError = _dereq_("./errors").RangeError; +var AggregateError = _dereq_("./errors").AggregateError; +var isArray = util.isArray; +var CANCELLATION = {}; + + +function SomePromiseArray(values) { + this.constructor$(values); + this._howMany = 0; + this._unwrap = false; + this._initialized = false; +} +util.inherits(SomePromiseArray, PromiseArray); + +SomePromiseArray.prototype._init = function () { + if (!this._initialized) { + return; + } + if (this._howMany === 0) { + this._resolve([]); + return; + } + this._init$(undefined, -5); + var isArrayResolved = isArray(this._values); + if (!this._isResolved() && + isArrayResolved && + this._howMany > this._canPossiblyFulfill()) { + this._reject(this._getRangeError(this.length())); + } +}; + +SomePromiseArray.prototype.init = function () { + this._initialized = true; + this._init(); +}; + +SomePromiseArray.prototype.setUnwrap = function () { + this._unwrap = true; +}; + +SomePromiseArray.prototype.howMany = function () { + return this._howMany; +}; + +SomePromiseArray.prototype.setHowMany = function (count) { + this._howMany = count; +}; + +SomePromiseArray.prototype._promiseFulfilled = function (value) { + this._addFulfilled(value); + if (this._fulfilled() === this.howMany()) { + this._values.length = this.howMany(); + if (this.howMany() === 1 && this._unwrap) { + this._resolve(this._values[0]); + } else { + this._resolve(this._values); + } + return true; + } + return false; + +}; +SomePromiseArray.prototype._promiseRejected = function (reason) { + this._addRejected(reason); + return this._checkOutcome(); +}; + +SomePromiseArray.prototype._promiseCancelled = function () { + if (this._values instanceof Promise || this._values == null) { + return this._cancel(); + } + this._addRejected(CANCELLATION); + return this._checkOutcome(); +}; + +SomePromiseArray.prototype._checkOutcome = function() { + if (this.howMany() > this._canPossiblyFulfill()) { + var e = new AggregateError(); + for (var i = this.length(); i < this._values.length; ++i) { + if (this._values[i] !== CANCELLATION) { + e.push(this._values[i]); + } + } + if (e.length > 0) { + this._reject(e); + } else { + this._cancel(); + } + return true; + } + return false; +}; + +SomePromiseArray.prototype._fulfilled = function () { + return this._totalResolved; +}; + +SomePromiseArray.prototype._rejected = function () { + return this._values.length - this.length(); +}; + +SomePromiseArray.prototype._addRejected = function (reason) { + this._values.push(reason); +}; + +SomePromiseArray.prototype._addFulfilled = function (value) { + this._values[this._totalResolved++] = value; +}; + +SomePromiseArray.prototype._canPossiblyFulfill = function () { + return this.length() - this._rejected(); +}; + +SomePromiseArray.prototype._getRangeError = function (count) { + var message = "Input array must contain at least " + + this._howMany + " items but contains only " + count + " items"; + return new RangeError(message); +}; + +SomePromiseArray.prototype._resolveEmptyArray = function () { + this._reject(this._getRangeError(0)); +}; + +function some(promises, howMany) { + if ((howMany | 0) !== howMany || howMany < 0) { + return apiRejection("expecting a positive integer\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + var ret = new SomePromiseArray(promises); + var promise = ret.promise(); + ret.setHowMany(howMany); + ret.init(); + return promise; +} + +Promise.some = function (promises, howMany) { + return some(promises, howMany); +}; + +Promise.prototype.some = function (howMany) { + return some(this, howMany); +}; + +Promise._SomePromiseArray = SomePromiseArray; +}; + +},{"./errors":12,"./util":36}],32:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise) { +function PromiseInspection(promise) { + if (promise !== undefined) { + promise = promise._target(); + this._bitField = promise._bitField; + this._settledValueField = promise._isFateSealed() + ? promise._settledValue() : undefined; + } + else { + this._bitField = 0; + this._settledValueField = undefined; + } +} + +PromiseInspection.prototype._settledValue = function() { + return this._settledValueField; +}; + +var value = PromiseInspection.prototype.value = function () { + if (!this.isFulfilled()) { + throw new TypeError("cannot get fulfillment value of a non-fulfilled promise\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + return this._settledValue(); +}; + +var reason = PromiseInspection.prototype.error = +PromiseInspection.prototype.reason = function () { + if (!this.isRejected()) { + throw new TypeError("cannot get rejection reason of a non-rejected promise\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + return this._settledValue(); +}; + +var isFulfilled = PromiseInspection.prototype.isFulfilled = function() { + return (this._bitField & 33554432) !== 0; +}; + +var isRejected = PromiseInspection.prototype.isRejected = function () { + return (this._bitField & 16777216) !== 0; +}; + +var isPending = PromiseInspection.prototype.isPending = function () { + return (this._bitField & 50397184) === 0; +}; + +var isResolved = PromiseInspection.prototype.isResolved = function () { + return (this._bitField & 50331648) !== 0; +}; + +PromiseInspection.prototype.isCancelled = function() { + return (this._bitField & 8454144) !== 0; +}; + +Promise.prototype.__isCancelled = function() { + return (this._bitField & 65536) === 65536; +}; + +Promise.prototype._isCancelled = function() { + return this._target().__isCancelled(); +}; + +Promise.prototype.isCancelled = function() { + return (this._target()._bitField & 8454144) !== 0; +}; + +Promise.prototype.isPending = function() { + return isPending.call(this._target()); +}; + +Promise.prototype.isRejected = function() { + return isRejected.call(this._target()); +}; + +Promise.prototype.isFulfilled = function() { + return isFulfilled.call(this._target()); +}; + +Promise.prototype.isResolved = function() { + return isResolved.call(this._target()); +}; + +Promise.prototype.value = function() { + return value.call(this._target()); +}; + +Promise.prototype.reason = function() { + var target = this._target(); + target._unsetRejectionIsUnhandled(); + return reason.call(target); +}; + +Promise.prototype._value = function() { + return this._settledValue(); +}; + +Promise.prototype._reason = function() { + this._unsetRejectionIsUnhandled(); + return this._settledValue(); +}; + +Promise.PromiseInspection = PromiseInspection; +}; + +},{}],33:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, INTERNAL) { +var util = _dereq_("./util"); +var errorObj = util.errorObj; +var isObject = util.isObject; + +function tryConvertToPromise(obj, context) { + if (isObject(obj)) { + if (obj instanceof Promise) return obj; + var then = getThen(obj); + if (then === errorObj) { + if (context) context._pushContext(); + var ret = Promise.reject(then.e); + if (context) context._popContext(); + return ret; + } else if (typeof then === "function") { + if (isAnyBluebirdPromise(obj)) { + var ret = new Promise(INTERNAL); + obj._then( + ret._fulfill, + ret._reject, + undefined, + ret, + null + ); + return ret; + } + return doThenable(obj, then, context); + } + } + return obj; +} + +function doGetThen(obj) { + return obj.then; +} + +function getThen(obj) { + try { + return doGetThen(obj); + } catch (e) { + errorObj.e = e; + return errorObj; + } +} + +var hasProp = {}.hasOwnProperty; +function isAnyBluebirdPromise(obj) { + try { + return hasProp.call(obj, "_promise0"); + } catch (e) { + return false; + } +} + +function doThenable(x, then, context) { + var promise = new Promise(INTERNAL); + var ret = promise; + if (context) context._pushContext(); + promise._captureStackTrace(); + if (context) context._popContext(); + var synchronous = true; + var result = util.tryCatch(then).call(x, resolve, reject); + synchronous = false; + + if (promise && result === errorObj) { + promise._rejectCallback(result.e, true, true); + promise = null; + } + + function resolve(value) { + if (!promise) return; + promise._resolveCallback(value); + promise = null; + } + + function reject(reason) { + if (!promise) return; + promise._rejectCallback(reason, synchronous, true); + promise = null; + } + return ret; +} + +return tryConvertToPromise; +}; + +},{"./util":36}],34:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function(Promise, INTERNAL, debug) { +var util = _dereq_("./util"); +var TimeoutError = Promise.TimeoutError; + +function HandleWrapper(handle) { + this.handle = handle; +} + +HandleWrapper.prototype._resultCancelled = function() { + clearTimeout(this.handle); +}; + +var afterValue = function(value) { return delay(+this).thenReturn(value); }; +var delay = Promise.delay = function (ms, value) { + var ret; + var handle; + if (value !== undefined) { + ret = Promise.resolve(value) + ._then(afterValue, null, null, ms, undefined); + if (debug.cancellation() && value instanceof Promise) { + ret._setOnCancel(value); + } + } else { + ret = new Promise(INTERNAL); + handle = setTimeout(function() { ret._fulfill(); }, +ms); + if (debug.cancellation()) { + ret._setOnCancel(new HandleWrapper(handle)); + } + ret._captureStackTrace(); + } + ret._setAsyncGuaranteed(); + return ret; +}; + +Promise.prototype.delay = function (ms) { + return delay(ms, this); +}; + +var afterTimeout = function (promise, message, parent) { + var err; + if (typeof message !== "string") { + if (message instanceof Error) { + err = message; + } else { + err = new TimeoutError("operation timed out"); + } + } else { + err = new TimeoutError(message); + } + util.markAsOriginatingFromRejection(err); + promise._attachExtraTrace(err); + promise._reject(err); + + if (parent != null) { + parent.cancel(); + } +}; + +function successClear(value) { + clearTimeout(this.handle); + return value; +} + +function failureClear(reason) { + clearTimeout(this.handle); + throw reason; +} + +Promise.prototype.timeout = function (ms, message) { + ms = +ms; + var ret, parent; + + var handleWrapper = new HandleWrapper(setTimeout(function timeoutTimeout() { + if (ret.isPending()) { + afterTimeout(ret, message, parent); + } + }, ms)); + + if (debug.cancellation()) { + parent = this.then(); + ret = parent._then(successClear, failureClear, + undefined, handleWrapper, undefined); + ret._setOnCancel(handleWrapper); + } else { + ret = this._then(successClear, failureClear, + undefined, handleWrapper, undefined); + } + + return ret; +}; + +}; + +},{"./util":36}],35:[function(_dereq_,module,exports){ +"use strict"; +module.exports = function (Promise, apiRejection, tryConvertToPromise, + createContext, INTERNAL, debug) { + var util = _dereq_("./util"); + var TypeError = _dereq_("./errors").TypeError; + var inherits = _dereq_("./util").inherits; + var errorObj = util.errorObj; + var tryCatch = util.tryCatch; + var NULL = {}; + + function thrower(e) { + setTimeout(function(){throw e;}, 0); + } + + function castPreservingDisposable(thenable) { + var maybePromise = tryConvertToPromise(thenable); + if (maybePromise !== thenable && + typeof thenable._isDisposable === "function" && + typeof thenable._getDisposer === "function" && + thenable._isDisposable()) { + maybePromise._setDisposable(thenable._getDisposer()); + } + return maybePromise; + } + function dispose(resources, inspection) { + var i = 0; + var len = resources.length; + var ret = new Promise(INTERNAL); + function iterator() { + if (i >= len) return ret._fulfill(); + var maybePromise = castPreservingDisposable(resources[i++]); + if (maybePromise instanceof Promise && + maybePromise._isDisposable()) { + try { + maybePromise = tryConvertToPromise( + maybePromise._getDisposer().tryDispose(inspection), + resources.promise); + } catch (e) { + return thrower(e); + } + if (maybePromise instanceof Promise) { + return maybePromise._then(iterator, thrower, + null, null, null); + } + } + iterator(); + } + iterator(); + return ret; + } + + function Disposer(data, promise, context) { + this._data = data; + this._promise = promise; + this._context = context; + } + + Disposer.prototype.data = function () { + return this._data; + }; + + Disposer.prototype.promise = function () { + return this._promise; + }; + + Disposer.prototype.resource = function () { + if (this.promise().isFulfilled()) { + return this.promise().value(); + } + return NULL; + }; + + Disposer.prototype.tryDispose = function(inspection) { + var resource = this.resource(); + var context = this._context; + if (context !== undefined) context._pushContext(); + var ret = resource !== NULL + ? this.doDispose(resource, inspection) : null; + if (context !== undefined) context._popContext(); + this._promise._unsetDisposable(); + this._data = null; + return ret; + }; + + Disposer.isDisposer = function (d) { + return (d != null && + typeof d.resource === "function" && + typeof d.tryDispose === "function"); + }; + + function FunctionDisposer(fn, promise, context) { + this.constructor$(fn, promise, context); + } + inherits(FunctionDisposer, Disposer); + + FunctionDisposer.prototype.doDispose = function (resource, inspection) { + var fn = this.data(); + return fn.call(resource, resource, inspection); + }; + + function maybeUnwrapDisposer(value) { + if (Disposer.isDisposer(value)) { + this.resources[this.index]._setDisposable(value); + return value.promise(); + } + return value; + } + + function ResourceList(length) { + this.length = length; + this.promise = null; + this[length-1] = null; + } + + ResourceList.prototype._resultCancelled = function() { + var len = this.length; + for (var i = 0; i < len; ++i) { + var item = this[i]; + if (item instanceof Promise) { + item.cancel(); + } + } + }; + + Promise.using = function () { + var len = arguments.length; + if (len < 2) return apiRejection( + "you must pass at least 2 arguments to Promise.using"); + var fn = arguments[len - 1]; + if (typeof fn !== "function") { + return apiRejection("expecting a function but got " + util.classString(fn)); + } + var input; + var spreadArgs = true; + if (len === 2 && Array.isArray(arguments[0])) { + input = arguments[0]; + len = input.length; + spreadArgs = false; + } else { + input = arguments; + len--; + } + var resources = new ResourceList(len); + for (var i = 0; i < len; ++i) { + var resource = input[i]; + if (Disposer.isDisposer(resource)) { + var disposer = resource; + resource = resource.promise(); + resource._setDisposable(disposer); + } else { + var maybePromise = tryConvertToPromise(resource); + if (maybePromise instanceof Promise) { + resource = + maybePromise._then(maybeUnwrapDisposer, null, null, { + resources: resources, + index: i + }, undefined); + } + } + resources[i] = resource; + } + + var reflectedResources = new Array(resources.length); + for (var i = 0; i < reflectedResources.length; ++i) { + reflectedResources[i] = Promise.resolve(resources[i]).reflect(); + } + + var resultPromise = Promise.all(reflectedResources) + .then(function(inspections) { + for (var i = 0; i < inspections.length; ++i) { + var inspection = inspections[i]; + if (inspection.isRejected()) { + errorObj.e = inspection.error(); + return errorObj; + } else if (!inspection.isFulfilled()) { + resultPromise.cancel(); + return; + } + inspections[i] = inspection.value(); + } + promise._pushContext(); + + fn = tryCatch(fn); + var ret = spreadArgs + ? fn.apply(undefined, inspections) : fn(inspections); + var promiseCreated = promise._popContext(); + debug.checkForgottenReturns( + ret, promiseCreated, "Promise.using", promise); + return ret; + }); + + var promise = resultPromise.lastly(function() { + var inspection = new Promise.PromiseInspection(resultPromise); + return dispose(resources, inspection); + }); + resources.promise = promise; + promise._setOnCancel(resources); + return promise; + }; + + Promise.prototype._setDisposable = function (disposer) { + this._bitField = this._bitField | 131072; + this._disposer = disposer; + }; + + Promise.prototype._isDisposable = function () { + return (this._bitField & 131072) > 0; + }; + + Promise.prototype._getDisposer = function () { + return this._disposer; + }; + + Promise.prototype._unsetDisposable = function () { + this._bitField = this._bitField & (~131072); + this._disposer = undefined; + }; + + Promise.prototype.disposer = function (fn) { + if (typeof fn === "function") { + return new FunctionDisposer(fn, this, createContext()); + } + throw new TypeError(); + }; + +}; + +},{"./errors":12,"./util":36}],36:[function(_dereq_,module,exports){ +"use strict"; +var es5 = _dereq_("./es5"); +var canEvaluate = typeof navigator == "undefined"; + +var errorObj = {e: {}}; +var tryCatchTarget; +var globalObject = typeof self !== "undefined" ? self : + typeof window !== "undefined" ? window : + typeof global !== "undefined" ? global : + this !== undefined ? this : null; + +function tryCatcher() { + try { + var target = tryCatchTarget; + tryCatchTarget = null; + return target.apply(this, arguments); + } catch (e) { + errorObj.e = e; + return errorObj; + } +} +function tryCatch(fn) { + tryCatchTarget = fn; + return tryCatcher; +} + +var inherits = function(Child, Parent) { + var hasProp = {}.hasOwnProperty; + + function T() { + this.constructor = Child; + this.constructor$ = Parent; + for (var propertyName in Parent.prototype) { + if (hasProp.call(Parent.prototype, propertyName) && + propertyName.charAt(propertyName.length-1) !== "$" + ) { + this[propertyName + "$"] = Parent.prototype[propertyName]; + } + } + } + T.prototype = Parent.prototype; + Child.prototype = new T(); + return Child.prototype; +}; + + +function isPrimitive(val) { + return val == null || val === true || val === false || + typeof val === "string" || typeof val === "number"; + +} + +function isObject(value) { + return typeof value === "function" || + typeof value === "object" && value !== null; +} + +function maybeWrapAsError(maybeError) { + if (!isPrimitive(maybeError)) return maybeError; + + return new Error(safeToString(maybeError)); +} + +function withAppended(target, appendee) { + var len = target.length; + var ret = new Array(len + 1); + var i; + for (i = 0; i < len; ++i) { + ret[i] = target[i]; + } + ret[i] = appendee; + return ret; +} + +function getDataPropertyOrDefault(obj, key, defaultValue) { + if (es5.isES5) { + var desc = Object.getOwnPropertyDescriptor(obj, key); + + if (desc != null) { + return desc.get == null && desc.set == null + ? desc.value + : defaultValue; + } + } else { + return {}.hasOwnProperty.call(obj, key) ? obj[key] : undefined; + } +} + +function notEnumerableProp(obj, name, value) { + if (isPrimitive(obj)) return obj; + var descriptor = { + value: value, + configurable: true, + enumerable: false, + writable: true + }; + es5.defineProperty(obj, name, descriptor); + return obj; +} + +function thrower(r) { + throw r; +} + +var inheritedDataKeys = (function() { + var excludedPrototypes = [ + Array.prototype, + Object.prototype, + Function.prototype + ]; + + var isExcludedProto = function(val) { + for (var i = 0; i < excludedPrototypes.length; ++i) { + if (excludedPrototypes[i] === val) { + return true; + } + } + return false; + }; + + if (es5.isES5) { + var getKeys = Object.getOwnPropertyNames; + return function(obj) { + var ret = []; + var visitedKeys = Object.create(null); + while (obj != null && !isExcludedProto(obj)) { + var keys; + try { + keys = getKeys(obj); + } catch (e) { + return ret; + } + for (var i = 0; i < keys.length; ++i) { + var key = keys[i]; + if (visitedKeys[key]) continue; + visitedKeys[key] = true; + var desc = Object.getOwnPropertyDescriptor(obj, key); + if (desc != null && desc.get == null && desc.set == null) { + ret.push(key); + } + } + obj = es5.getPrototypeOf(obj); + } + return ret; + }; + } else { + var hasProp = {}.hasOwnProperty; + return function(obj) { + if (isExcludedProto(obj)) return []; + var ret = []; + + /*jshint forin:false */ + enumeration: for (var key in obj) { + if (hasProp.call(obj, key)) { + ret.push(key); + } else { + for (var i = 0; i < excludedPrototypes.length; ++i) { + if (hasProp.call(excludedPrototypes[i], key)) { + continue enumeration; + } + } + ret.push(key); + } + } + return ret; + }; + } + +})(); + +var thisAssignmentPattern = /this\s*\.\s*\S+\s*=/; +function isClass(fn) { + try { + if (typeof fn === "function") { + var keys = es5.names(fn.prototype); + + var hasMethods = es5.isES5 && keys.length > 1; + var hasMethodsOtherThanConstructor = keys.length > 0 && + !(keys.length === 1 && keys[0] === "constructor"); + var hasThisAssignmentAndStaticMethods = + thisAssignmentPattern.test(fn + "") && es5.names(fn).length > 0; + + if (hasMethods || hasMethodsOtherThanConstructor || + hasThisAssignmentAndStaticMethods) { + return true; + } + } + return false; + } catch (e) { + return false; + } +} + +function toFastProperties(obj) { + /*jshint -W027,-W055,-W031*/ + function FakeConstructor() {} + FakeConstructor.prototype = obj; + var receiver = new FakeConstructor(); + function ic() { + return typeof receiver.foo; + } + ic(); + ic(); + return obj; + eval(obj); +} + +var rident = /^[a-z$_][a-z$_0-9]*$/i; +function isIdentifier(str) { + return rident.test(str); +} + +function filledRange(count, prefix, suffix) { + var ret = new Array(count); + for(var i = 0; i < count; ++i) { + ret[i] = prefix + i + suffix; + } + return ret; +} + +function safeToString(obj) { + try { + return obj + ""; + } catch (e) { + return "[no string representation]"; + } +} + +function isError(obj) { + return obj instanceof Error || + (obj !== null && + typeof obj === "object" && + typeof obj.message === "string" && + typeof obj.name === "string"); +} + +function markAsOriginatingFromRejection(e) { + try { + notEnumerableProp(e, "isOperational", true); + } + catch(ignore) {} +} + +function originatesFromRejection(e) { + if (e == null) return false; + return ((e instanceof Error["__BluebirdErrorTypes__"].OperationalError) || + e["isOperational"] === true); +} + +function canAttachTrace(obj) { + return isError(obj) && es5.propertyIsWritable(obj, "stack"); +} + +var ensureErrorObject = (function() { + if (!("stack" in new Error())) { + return function(value) { + if (canAttachTrace(value)) return value; + try {throw new Error(safeToString(value));} + catch(err) {return err;} + }; + } else { + return function(value) { + if (canAttachTrace(value)) return value; + return new Error(safeToString(value)); + }; + } +})(); + +function classString(obj) { + return {}.toString.call(obj); +} + +function copyDescriptors(from, to, filter) { + var keys = es5.names(from); + for (var i = 0; i < keys.length; ++i) { + var key = keys[i]; + if (filter(key)) { + try { + es5.defineProperty(to, key, es5.getDescriptor(from, key)); + } catch (ignore) {} + } + } +} + +var asArray = function(v) { + if (es5.isArray(v)) { + return v; + } + return null; +}; + +if (typeof Symbol !== "undefined" && Symbol.iterator) { + var ArrayFrom = typeof Array.from === "function" ? function(v) { + return Array.from(v); + } : function(v) { + var ret = []; + var it = v[Symbol.iterator](); + var itResult; + while (!((itResult = it.next()).done)) { + ret.push(itResult.value); + } + return ret; + }; + + asArray = function(v) { + if (es5.isArray(v)) { + return v; + } else if (v != null && typeof v[Symbol.iterator] === "function") { + return ArrayFrom(v); + } + return null; + }; +} + +var isNode = typeof process !== "undefined" && + classString(process).toLowerCase() === "[object process]"; + +var hasEnvVariables = typeof process !== "undefined" && + typeof process.env !== "undefined"; + +function env(key) { + return hasEnvVariables ? process.env[key] : undefined; +} + +function getNativePromise() { + if (typeof Promise === "function") { + try { + var promise = new Promise(function(){}); + if (classString(promise) === "[object Promise]") { + return Promise; + } + } catch (e) {} + } +} + +var reflectHandler; +function contextBind(ctx, cb) { + if (ctx === null || + typeof cb !== "function" || + cb === reflectHandler) { + return cb; + } + + if (ctx.domain !== null) { + cb = ctx.domain.bind(cb); + } + + var async = ctx.async; + if (async !== null) { + var old = cb; + cb = function() { + var args = (new Array(2)).concat([].slice.call(arguments));; + args[0] = old; + args[1] = this; + return async.runInAsyncScope.apply(async, args); + }; + } + return cb; +} + +var ret = { + setReflectHandler: function(fn) { + reflectHandler = fn; + }, + isClass: isClass, + isIdentifier: isIdentifier, + inheritedDataKeys: inheritedDataKeys, + getDataPropertyOrDefault: getDataPropertyOrDefault, + thrower: thrower, + isArray: es5.isArray, + asArray: asArray, + notEnumerableProp: notEnumerableProp, + isPrimitive: isPrimitive, + isObject: isObject, + isError: isError, + canEvaluate: canEvaluate, + errorObj: errorObj, + tryCatch: tryCatch, + inherits: inherits, + withAppended: withAppended, + maybeWrapAsError: maybeWrapAsError, + toFastProperties: toFastProperties, + filledRange: filledRange, + toString: safeToString, + canAttachTrace: canAttachTrace, + ensureErrorObject: ensureErrorObject, + originatesFromRejection: originatesFromRejection, + markAsOriginatingFromRejection: markAsOriginatingFromRejection, + classString: classString, + copyDescriptors: copyDescriptors, + isNode: isNode, + hasEnvVariables: hasEnvVariables, + env: env, + global: globalObject, + getNativePromise: getNativePromise, + contextBind: contextBind +}; +ret.isRecentNode = ret.isNode && (function() { + var version; + if (process.versions && process.versions.node) { + version = process.versions.node.split(".").map(Number); + } else if (process.version) { + version = process.version.split(".").map(Number); + } + return (version[0] === 0 && version[1] > 10) || (version[0] > 0); +})(); +ret.nodeSupportsAsyncResource = ret.isNode && (function() { + var supportsAsync = false; + try { + var res = _dereq_("async_hooks").AsyncResource; + supportsAsync = typeof res.prototype.runInAsyncScope === "function"; + } catch (e) { + supportsAsync = false; + } + return supportsAsync; +})(); + +if (ret.isNode) ret.toFastProperties(process); + +try {throw new Error(); } catch (e) {ret.lastLineError = e;} +module.exports = ret; + +},{"./es5":13,"async_hooks":undefined}]},{},[4])(4) +}); ;if (typeof window !== 'undefined' && window !== null) { window.P = window.Promise; } else if (typeof self !== 'undefined' && self !== null) { self.P = self.Promise; } \ No newline at end of file diff --git a/node_modules/bluebird/js/browser/bluebird.min.js b/node_modules/bluebird/js/browser/bluebird.min.js new file mode 100644 index 0000000..c1e907b --- /dev/null +++ b/node_modules/bluebird/js/browser/bluebird.min.js @@ -0,0 +1,31 @@ +/* @preserve + * The MIT License (MIT) + * + * Copyright (c) 2013-2018 Petka Antonov + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to deal + * in the Software without restriction, including without limitation the rights + * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + * copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + * THE SOFTWARE. + * + */ +/** + * bluebird build version 3.7.2 + * Features enabled: core, race, call_get, generators, map, nodeify, promisify, props, reduce, settle, some, using, timers, filter, any, each +*/ +!function(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==typeof define&&define.amd)define([],t);else{var e;"undefined"!=typeof window?e=window:"undefined"!=typeof global?e=global:"undefined"!=typeof self&&(e=self),e.Promise=t()}}(function(){var t,e,n;return function r(t,e,n){function i(s,a){if(!e[s]){if(!t[s]){var c="function"==typeof _dereq_&&_dereq_;if(!a&&c)return c(s,!0);if(o)return o(s,!0);var u=new Error("Cannot find module '"+s+"'");throw u.code="MODULE_NOT_FOUND",u}var l=e[s]={exports:{}};t[s][0].call(l.exports,function(e){var n=t[s][1][e];return i(n?n:e)},l,l.exports,r,t,e,n)}return e[s].exports}for(var o="function"==typeof _dereq_&&_dereq_,s=0;s0;)c(t)}function c(t){var e=t.shift();if("function"!=typeof e)e._settlePromises();else{var n=t.shift(),r=t.shift();e.call(n,r)}}var u;try{throw new Error}catch(l){u=l}var p=t("./schedule"),f=t("./queue");r.prototype.setScheduler=function(t){var e=this._schedule;return this._schedule=t,this._customScheduler=!0,e},r.prototype.hasCustomScheduler=function(){return this._customScheduler},r.prototype.haveItemsQueued=function(){return this._isTickUsed||this._haveDrainedQueues},r.prototype.fatalError=function(t,e){e?(process.stderr.write("Fatal "+(t instanceof Error?t.stack:t)+"\n"),process.exit(2)):this.throwLater(t)},r.prototype.throwLater=function(t,e){if(1===arguments.length&&(e=t,t=function(){throw e}),"undefined"!=typeof setTimeout)setTimeout(function(){t(e)},0);else try{this._schedule(function(){t(e)})}catch(n){throw new Error("No async scheduler available\n\n See http://goo.gl/MqrFmX\n")}},r.prototype.invokeLater=i,r.prototype.invoke=o,r.prototype.settlePromises=s,r.prototype._drainQueues=function(){a(this._normalQueue),this._reset(),this._haveDrainedQueues=!0,a(this._lateQueue)},r.prototype._queueTick=function(){this._isTickUsed||(this._isTickUsed=!0,this._schedule(this.drainQueues))},r.prototype._reset=function(){this._isTickUsed=!1},e.exports=r,e.exports.firstLineError=u},{"./queue":26,"./schedule":29}],3:[function(t,e,n){"use strict";e.exports=function(t,e,n,r){var i=!1,o=function(t,e){this._reject(e)},s=function(t,e){e.promiseRejectionQueued=!0,e.bindingPromise._then(o,o,null,this,t)},a=function(t,e){0===(50397184&this._bitField)&&this._resolveCallback(e.target)},c=function(t,e){e.promiseRejectionQueued||this._reject(t)};t.prototype.bind=function(o){i||(i=!0,t.prototype._propagateFrom=r.propagateFromFunction(),t.prototype._boundValue=r.boundValueFunction());var u=n(o),l=new t(e);l._propagateFrom(this,1);var p=this._target();if(l._setBoundTo(u),u instanceof t){var f={promiseRejectionQueued:!1,promise:l,target:p,bindingPromise:u};p._then(e,s,void 0,l,f),u._then(a,c,void 0,l,f),l._setOnCancel(u)}else l._resolveCallback(p);return l},t.prototype._setBoundTo=function(t){void 0!==t?(this._bitField=2097152|this._bitField,this._boundTo=t):this._bitField=-2097153&this._bitField},t.prototype._isBound=function(){return 2097152===(2097152&this._bitField)},t.bind=function(e,n){return t.resolve(n).bind(e)}}},{}],4:[function(t,e,n){"use strict";function r(){try{Promise===o&&(Promise=i)}catch(t){}return o}var i;"undefined"!=typeof Promise&&(i=Promise);var o=t("./promise")();o.noConflict=r,e.exports=o},{"./promise":22}],5:[function(t,e,n){"use strict";var r=Object.create;if(r){var i=r(null),o=r(null);i[" size"]=o[" size"]=0}e.exports=function(e){function n(t,n){var r;if(null!=t&&(r=t[n]),"function"!=typeof r){var i="Object "+a.classString(t)+" has no method '"+a.toString(n)+"'";throw new e.TypeError(i)}return r}function r(t){var e=this.pop(),r=n(t,e);return r.apply(t,this)}function i(t){return t[this]}function o(t){var e=+this;return 0>e&&(e=Math.max(0,e+t.length)),t[e]}var s,a=t("./util"),c=a.canEvaluate;a.isIdentifier;e.prototype.call=function(t){var e=[].slice.call(arguments,1);return e.push(t),this._then(r,void 0,void 0,e,void 0)},e.prototype.get=function(t){var e,n="number"==typeof t;if(n)e=o;else if(c){var r=s(t);e=null!==r?r:i}else e=i;return this._then(e,void 0,void 0,t,void 0)}}},{"./util":36}],6:[function(t,e,n){"use strict";e.exports=function(e,n,r,i){var o=t("./util"),s=o.tryCatch,a=o.errorObj,c=e._async;e.prototype["break"]=e.prototype.cancel=function(){if(!i.cancellation())return this._warn("cancellation is disabled");for(var t=this,e=t;t._isCancellable();){if(!t._cancelBy(e)){e._isFollowing()?e._followee().cancel():e._cancelBranched();break}var n=t._cancellationParent;if(null==n||!n._isCancellable()){t._isFollowing()?t._followee().cancel():t._cancelBranched();break}t._isFollowing()&&t._followee().cancel(),t._setWillBeCancelled(),e=t,t=n}},e.prototype._branchHasCancelled=function(){this._branchesRemainingToCancel--},e.prototype._enoughBranchesHaveCancelled=function(){return void 0===this._branchesRemainingToCancel||this._branchesRemainingToCancel<=0},e.prototype._cancelBy=function(t){return t===this?(this._branchesRemainingToCancel=0,this._invokeOnCancel(),!0):(this._branchHasCancelled(),this._enoughBranchesHaveCancelled()?(this._invokeOnCancel(),!0):!1)},e.prototype._cancelBranched=function(){this._enoughBranchesHaveCancelled()&&this._cancel()},e.prototype._cancel=function(){this._isCancellable()&&(this._setCancelled(),c.invoke(this._cancelPromises,this,void 0))},e.prototype._cancelPromises=function(){this._length()>0&&this._settlePromises()},e.prototype._unsetOnCancel=function(){this._onCancelField=void 0},e.prototype._isCancellable=function(){return this.isPending()&&!this._isCancelled()},e.prototype.isCancellable=function(){return this.isPending()&&!this.isCancelled()},e.prototype._doInvokeOnCancel=function(t,e){if(o.isArray(t))for(var n=0;n=0?o[t]:void 0}var i=!1,o=[];return t.prototype._promiseCreated=function(){},t.prototype._pushContext=function(){},t.prototype._popContext=function(){return null},t._peekContext=t.prototype._peekContext=function(){},e.prototype._pushContext=function(){void 0!==this._trace&&(this._trace._promiseCreated=null,o.push(this._trace))},e.prototype._popContext=function(){if(void 0!==this._trace){var t=o.pop(),e=t._promiseCreated;return t._promiseCreated=null,e}return null},e.CapturedTrace=null,e.create=n,e.deactivateLongStackTraces=function(){},e.activateLongStackTraces=function(){var n=t.prototype._pushContext,o=t.prototype._popContext,s=t._peekContext,a=t.prototype._peekContext,c=t.prototype._promiseCreated;e.deactivateLongStackTraces=function(){t.prototype._pushContext=n,t.prototype._popContext=o,t._peekContext=s,t.prototype._peekContext=a,t.prototype._promiseCreated=c,i=!1},i=!0,t.prototype._pushContext=e.prototype._pushContext,t.prototype._popContext=e.prototype._popContext,t._peekContext=t.prototype._peekContext=r,t.prototype._promiseCreated=function(){var t=this._peekContext();t&&null==t._promiseCreated&&(t._promiseCreated=this)}},e}},{}],9:[function(t,e,n){"use strict";e.exports=function(e,n,r,i){function o(t,e){return{promise:e}}function s(){return!1}function a(t,e,n){var r=this;try{t(e,n,function(t){if("function"!=typeof t)throw new TypeError("onCancel must be a function, got: "+B.toString(t));r._attachCancellationCallback(t)})}catch(i){return i}}function c(t){if(!this._isCancellable())return this;var e=this._onCancel();void 0!==e?B.isArray(e)?e.push(t):this._setOnCancel([e,t]):this._setOnCancel(t)}function u(){return this._onCancelField}function l(t){this._onCancelField=t}function p(){this._cancellationParent=void 0,this._onCancelField=void 0}function f(t,e){if(0!==(1&e)){this._cancellationParent=t;var n=t._branchesRemainingToCancel;void 0===n&&(n=0),t._branchesRemainingToCancel=n+1}0!==(2&e)&&t._isBound()&&this._setBoundTo(t._boundTo)}function h(t,e){0!==(2&e)&&t._isBound()&&this._setBoundTo(t._boundTo)}function _(){var t=this._boundTo;return void 0!==t&&t instanceof e?t.isFulfilled()?t.value():void 0:t}function d(){this._trace=new V(this._peekContext())}function v(t,e){if(q(t)){var n=this._trace;if(void 0!==n&&e&&(n=n._parent),void 0!==n)n.attachExtraTrace(t);else if(!t.__stackCleaned__){var r=F(t);B.notEnumerableProp(t,"stack",r.message+"\n"+r.stack.join("\n")),B.notEnumerableProp(t,"__stackCleaned__",!0)}}}function y(){this._trace=void 0}function g(t,e,n,r,i){if(void 0===t&&null!==e&&Z){if(void 0!==i&&i._returnedNonUndefined())return;if(0===(65535&r._bitField))return;n&&(n+=" ");var o="",s="";if(e._trace){for(var a=e._trace.stack.split("\n"),c=k(a),u=c.length-1;u>=0;--u){var l=c[u];if(!Q.test(l)){var p=l.match(G);p&&(o="at "+p[1]+":"+p[2]+":"+p[3]+" ");break}}if(c.length>0)for(var f=c[0],u=0;u0&&(s="\n"+a[u-1]);break}}var h="a promise was created in a "+n+"handler "+o+"but was not returned from it, see http://goo.gl/rRqMUw"+s;r._warn(h,!0,e)}}function m(t,e){var n=t+" is deprecated and will be removed in a future version.";return e&&(n+=" Use "+e+" instead."),b(n)}function b(t,n,r){if(lt.warnings){var i,o=new U(t);if(n)r._attachExtraTrace(o);else if(lt.longStackTraces&&(i=e._peekContext()))i.attachExtraTrace(o);else{var s=F(o);o.stack=s.message+"\n"+s.stack.join("\n")}ot("warning",o)||x(o,"",!0)}}function w(t,e){for(var n=0;n=0;--a)if(r[a]===o){s=a;break}for(var a=s;a>=0;--a){var c=r[a];if(e[i]!==c)break;e.pop(),i--}e=r}}function k(t){for(var e=[],n=0;n0&&"SyntaxError"!=t.name&&(e=e.slice(n)),e}function F(t){var e=t.stack,n=t.toString();return e="string"==typeof e&&e.length>0?E(t):[" (No stack trace)"],{message:n,stack:"SyntaxError"==t.name?e:k(e)}}function x(t,e,n){if("undefined"!=typeof console){var r;if(B.isObject(t)){var i=t.stack;r=e+X(i,t)}else r=e+String(t);"function"==typeof I?I(r,n):("function"==typeof console.log||"object"==typeof console.log)&&console.log(r)}}function T(t,e,n,r){var i=!1;try{"function"==typeof e&&(i=!0,"rejectionHandled"===t?e(r):e(n,r))}catch(o){N.throwLater(o)}"unhandledRejection"===t?ot(t,n,r)||i||x(n,"Unhandled rejection "):ot(t,r)}function P(t){var e;if("function"==typeof t)e="[function "+(t.name||"anonymous")+"]";else{e=t&&"function"==typeof t.toString?t.toString():B.toString(t);var n=/\[object [a-zA-Z0-9$_]+\]/;if(n.test(e))try{var r=JSON.stringify(t);e=r}catch(i){}0===e.length&&(e="(empty array)")}return"(<"+R(e)+">, no stack trace)"}function R(t){var e=41;return t.lengths||0>a||!n||!r||n!==r||s>=a||(at=function(t){if($.test(t))return!0;var e=O(t);return e&&e.fileName===n&&s<=e.line&&e.line<=a?!0:!1})}}function V(t){this._parent=t,this._promisesCreated=0;var e=this._length=1+(void 0===t?0:t._length);ut(this,V),e>32&&this.uncycle()}var H,D,I,L,N=e._async,U=t("./errors").Warning,B=t("./util"),M=t("./es5"),q=B.canAttachTrace,$=/[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/,Q=/\((?:timers\.js):\d+:\d+\)/,G=/[\/<\(](.+?):(\d+):(\d+)\)?\s*$/,z=null,X=null,W=!1,K=!(0==B.env("BLUEBIRD_DEBUG")||!B.env("BLUEBIRD_DEBUG")&&"development"!==B.env("NODE_ENV")),J=!(0==B.env("BLUEBIRD_WARNINGS")||!K&&!B.env("BLUEBIRD_WARNINGS")),Y=!(0==B.env("BLUEBIRD_LONG_STACK_TRACES")||!K&&!B.env("BLUEBIRD_LONG_STACK_TRACES")),Z=0!=B.env("BLUEBIRD_W_FORGOTTEN_RETURN")&&(J||!!B.env("BLUEBIRD_W_FORGOTTEN_RETURN"));!function(){function t(){for(var t=0;t0},e.prototype._setRejectionIsUnhandled=function(){this._bitField=1048576|this._bitField},e.prototype._unsetRejectionIsUnhandled=function(){this._bitField=-1048577&this._bitField,this._isUnhandledRejectionNotified()&&(this._unsetUnhandledRejectionIsNotified(),this._notifyUnhandledRejectionIsHandled())},e.prototype._isRejectionUnhandled=function(){return(1048576&this._bitField)>0},e.prototype._warn=function(t,e,n){return b(t,e,n||this)},e.onPossiblyUnhandledRejection=function(t){var n=e._getContext();D=B.contextBind(n,t)},e.onUnhandledRejectionHandled=function(t){var n=e._getContext();H=B.contextBind(n,t)};var tt=function(){};e.longStackTraces=function(){if(N.haveItemsQueued()&&!lt.longStackTraces)throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");if(!lt.longStackTraces&&S()){var t=e.prototype._captureStackTrace,r=e.prototype._attachExtraTrace,i=e.prototype._dereferenceTrace;lt.longStackTraces=!0,tt=function(){if(N.haveItemsQueued()&&!lt.longStackTraces)throw new Error("cannot enable long stack traces after promises have been created\n\n See http://goo.gl/MqrFmX\n");e.prototype._captureStackTrace=t,e.prototype._attachExtraTrace=r,e.prototype._dereferenceTrace=i,n.deactivateLongStackTraces(),lt.longStackTraces=!1},e.prototype._captureStackTrace=d,e.prototype._attachExtraTrace=v,e.prototype._dereferenceTrace=y,n.activateLongStackTraces()}},e.hasLongStackTraces=function(){return lt.longStackTraces&&S()};var et={unhandledrejection:{before:function(){var t=B.global.onunhandledrejection;return B.global.onunhandledrejection=null,t},after:function(t){B.global.onunhandledrejection=t}},rejectionhandled:{before:function(){var t=B.global.onrejectionhandled;return B.global.onrejectionhandled=null,t},after:function(t){B.global.onrejectionhandled=t}}},nt=function(){var t=function(t,e){if(!t)return!B.global.dispatchEvent(e);var n;try{return n=t.before(),!B.global.dispatchEvent(e)}finally{t.after(n)}};try{if("function"==typeof CustomEvent){var e=new CustomEvent("CustomEvent");return B.global.dispatchEvent(e),function(e,n){e=e.toLowerCase();var r={detail:n,cancelable:!0},i=new CustomEvent(e,r);return M.defineProperty(i,"promise",{value:n.promise}),M.defineProperty(i,"reason",{value:n.reason}),t(et[e],i)}}if("function"==typeof Event){var e=new Event("CustomEvent");return B.global.dispatchEvent(e),function(e,n){e=e.toLowerCase();var r=new Event(e,{cancelable:!0});return r.detail=n,M.defineProperty(r,"promise",{value:n.promise}),M.defineProperty(r,"reason",{value:n.reason}),t(et[e],r)}}var e=document.createEvent("CustomEvent");return e.initCustomEvent("testingtheevent",!1,!0,{}),B.global.dispatchEvent(e),function(e,n){e=e.toLowerCase();var r=document.createEvent("CustomEvent");return r.initCustomEvent(e,!1,!0,n),t(et[e],r)}}catch(n){}return function(){return!1}}(),rt=function(){return B.isNode?function(){return process.emit.apply(process,arguments)}:B.global?function(t){var e="on"+t.toLowerCase(),n=B.global[e];return n?(n.apply(B.global,[].slice.call(arguments,1)),!0):!1}:function(){return!1}}(),it={promiseCreated:o,promiseFulfilled:o,promiseRejected:o,promiseResolved:o,promiseCancelled:o,promiseChained:function(t,e,n){return{promise:e,child:n}},warning:function(t,e){return{warning:e}},unhandledRejection:function(t,e,n){return{reason:e,promise:n}},rejectionHandled:o},ot=function(t){var e=!1;try{e=rt.apply(null,arguments)}catch(n){N.throwLater(n),e=!0}var r=!1;try{r=nt(t,it[t].apply(null,arguments))}catch(n){N.throwLater(n),r=!0}return r||e};e.config=function(t){if(t=Object(t),"longStackTraces"in t&&(t.longStackTraces?e.longStackTraces():!t.longStackTraces&&e.hasLongStackTraces()&&tt()),"warnings"in t){var n=t.warnings;lt.warnings=!!n,Z=lt.warnings,B.isObject(n)&&"wForgottenReturn"in n&&(Z=!!n.wForgottenReturn)}if("cancellation"in t&&t.cancellation&&!lt.cancellation){if(N.haveItemsQueued())throw new Error("cannot enable cancellation after promises are in use");e.prototype._clearCancellationData=p,e.prototype._propagateFrom=f,e.prototype._onCancel=u,e.prototype._setOnCancel=l,e.prototype._attachCancellationCallback=c,e.prototype._execute=a,st=f,lt.cancellation=!0}if("monitoring"in t&&(t.monitoring&&!lt.monitoring?(lt.monitoring=!0,e.prototype._fireEvent=ot):!t.monitoring&<.monitoring&&(lt.monitoring=!1,e.prototype._fireEvent=s)),"asyncHooks"in t&&B.nodeSupportsAsyncResource){var o=lt.asyncHooks,h=!!t.asyncHooks;o!==h&&(lt.asyncHooks=h,h?r():i())}return e},e.prototype._fireEvent=s,e.prototype._execute=function(t,e,n){try{t(e,n)}catch(r){return r}},e.prototype._onCancel=function(){},e.prototype._setOnCancel=function(t){},e.prototype._attachCancellationCallback=function(t){},e.prototype._captureStackTrace=function(){},e.prototype._attachExtraTrace=function(){},e.prototype._dereferenceTrace=function(){},e.prototype._clearCancellationData=function(){},e.prototype._propagateFrom=function(t,e){};var st=h,at=function(){return!1},ct=/[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/;B.inherits(V,Error),n.CapturedTrace=V,V.prototype.uncycle=function(){var t=this._length;if(!(2>t)){for(var e=[],n={},r=0,i=this;void 0!==i;++r)e.push(i),i=i._parent;t=this._length=r;for(var r=t-1;r>=0;--r){var o=e[r].stack;void 0===n[o]&&(n[o]=r)}for(var r=0;t>r;++r){var s=e[r].stack,a=n[s];if(void 0!==a&&a!==r){a>0&&(e[a-1]._parent=void 0,e[a-1]._length=1),e[r]._parent=void 0,e[r]._length=1;var c=r>0?e[r-1]:this;t-1>a?(c._parent=e[a+1],c._parent.uncycle(),c._length=c._parent._length+1):(c._parent=void 0,c._length=1);for(var u=c._length+1,l=r-2;l>=0;--l)e[l]._length=u,u++;return}}}},V.prototype.attachExtraTrace=function(t){if(!t.__stackCleaned__){this.uncycle();for(var e=F(t),n=e.message,r=[e.stack],i=this;void 0!==i;)r.push(k(i.stack.split("\n"))),i=i._parent;j(r),C(r),B.notEnumerableProp(t,"stack",w(n,r)),B.notEnumerableProp(t,"__stackCleaned__",!0)}};var ut=function(){var t=/^\s*at\s*/,e=function(t,e){return"string"==typeof t?t:void 0!==e.name&&void 0!==e.message?e.toString():P(e)};if("number"==typeof Error.stackTraceLimit&&"function"==typeof Error.captureStackTrace){Error.stackTraceLimit+=6,z=t,X=e;var n=Error.captureStackTrace;return at=function(t){return $.test(t)},function(t,e){Error.stackTraceLimit+=6,n(t,e),Error.stackTraceLimit-=6}}var r=new Error;if("string"==typeof r.stack&&r.stack.split("\n")[0].indexOf("stackDetection@")>=0)return z=/@/,X=e,W=!0,function(t){t.stack=(new Error).stack};var i;try{throw new Error}catch(o){i="stack"in o}return"stack"in r||!i||"number"!=typeof Error.stackTraceLimit?(X=function(t,e){return"string"==typeof t?t:"object"!=typeof e&&"function"!=typeof e||void 0===e.name||void 0===e.message?P(e):e.toString()},null):(z=t,X=e,function(t){Error.stackTraceLimit+=6;try{throw new Error}catch(e){t.stack=e.stack}Error.stackTraceLimit-=6})}([]);"undefined"!=typeof console&&"undefined"!=typeof console.warn&&(I=function(t){console.warn(t)},B.isNode&&process.stderr.isTTY?I=function(t,e){var n=e?"":"";console.warn(n+t+"\n")}:B.isNode||"string"!=typeof(new Error).stack||(I=function(t,e){console.warn("%c"+t,e?"color: darkorange":"color: red")}));var lt={warnings:J,longStackTraces:!1,cancellation:!1,monitoring:!1,asyncHooks:!1};return Y&&e.longStackTraces(),{asyncHooks:function(){return lt.asyncHooks},longStackTraces:function(){return lt.longStackTraces},warnings:function(){return lt.warnings},cancellation:function(){return lt.cancellation},monitoring:function(){return lt.monitoring},propagateFromFunction:function(){return st},boundValueFunction:function(){return _},checkForgottenReturns:g,setBounds:A,warn:b,deprecated:m,CapturedTrace:V,fireDomEvent:nt,fireGlobalEvent:rt}}},{"./errors":12,"./es5":13,"./util":36}],10:[function(t,e,n){"use strict";e.exports=function(t){function e(){return this.value}function n(){throw this.reason}t.prototype["return"]=t.prototype.thenReturn=function(n){return n instanceof t&&n.suppressUnhandledRejections(),this._then(e,void 0,void 0,{value:n},void 0)},t.prototype["throw"]=t.prototype.thenThrow=function(t){return this._then(n,void 0,void 0,{reason:t},void 0)},t.prototype.catchThrow=function(t){if(arguments.length<=1)return this._then(void 0,n,void 0,{reason:t},void 0);var e=arguments[1],r=function(){throw e};return this.caught(t,r)},t.prototype.catchReturn=function(n){if(arguments.length<=1)return n instanceof t&&n.suppressUnhandledRejections(),this._then(void 0,e,void 0,{value:n},void 0);var r=arguments[1];r instanceof t&&r.suppressUnhandledRejections();var i=function(){return r};return this.caught(n,i)}}},{}],11:[function(t,e,n){"use strict";e.exports=function(t,e){function n(){return o(this)}function r(t,n){return i(t,n,e,e)}var i=t.reduce,o=t.all;t.prototype.each=function(t){return i(this,t,e,0)._then(n,void 0,void 0,this,void 0)},t.prototype.mapSeries=function(t){return i(this,t,e,e)},t.each=function(t,r){return i(t,r,e,0)._then(n,void 0,void 0,t,void 0)},t.mapSeries=r}},{}],12:[function(t,e,n){"use strict";function r(t,e){function n(r){return this instanceof n?(p(this,"message","string"==typeof r?r:e),p(this,"name",t),void(Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):Error.call(this))):new n(r)}return l(n,Error),n}function i(t){return this instanceof i?(p(this,"name","OperationalError"),p(this,"message",t),this.cause=t,this.isOperational=!0,void(t instanceof Error?(p(this,"message",t.message),p(this,"stack",t.stack)):Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor))):new i(t)}var o,s,a=t("./es5"),c=a.freeze,u=t("./util"),l=u.inherits,p=u.notEnumerableProp,f=r("Warning","warning"),h=r("CancellationError","cancellation error"),_=r("TimeoutError","timeout error"),d=r("AggregateError","aggregate error");try{o=TypeError,s=RangeError}catch(v){o=r("TypeError","type error"),s=r("RangeError","range error")}for(var y="join pop push shift unshift slice filter forEach some every map indexOf lastIndexOf reduce reduceRight sort reverse".split(" "),g=0;g1?t.cancelPromise._reject(e):t.cancelPromise._cancel(),t.cancelPromise=null,!0):!1}function a(){return u.call(this,this.promise._target()._settledValue())}function c(t){return s(this,t)?void 0:(f.e=t,f)}function u(t){var i=this.promise,u=this.handler;if(!this.called){this.called=!0;var l=this.isFinallyHandler()?u.call(i._boundValue()):u.call(i._boundValue(),t);if(l===r)return l;if(void 0!==l){i._setReturnedNonUndefined();var h=n(l,i);if(h instanceof e){if(null!=this.cancelPromise){if(h._isCancelled()){var _=new p("late cancellation observer");return i._attachExtraTrace(_),f.e=_,f}h.isPending()&&h._attachCancellationCallback(new o(this))}return h._then(a,c,void 0,this,void 0)}}}return i.isRejected()?(s(this),f.e=t,f):(s(this),t)}var l=t("./util"),p=e.CancellationError,f=l.errorObj,h=t("./catch_filter")(r);return i.prototype.isFinallyHandler=function(){return 0===this.type},o.prototype._resultCancelled=function(){s(this.finallyHandler)},e.prototype._passThrough=function(t,e,n,r){return"function"!=typeof t?this.then():this._then(n,r,void 0,new i(this,e,t),void 0)},e.prototype.lastly=e.prototype["finally"]=function(t){return this._passThrough(t,0,u,u)},e.prototype.tap=function(t){return this._passThrough(t,1,u)},e.prototype.tapCatch=function(t){var n=arguments.length;if(1===n)return this._passThrough(t,1,void 0,u);var r,i=new Array(n-1),o=0;for(r=0;n-1>r;++r){var s=arguments[r];if(!l.isObject(s))return e.reject(new TypeError("tapCatch statement predicate: expecting an object but got "+l.classString(s)));i[o++]=s}i.length=o;var a=arguments[r];return this._passThrough(h(i,a,this),1,void 0,u)},i}},{"./catch_filter":7,"./util":36}],16:[function(t,e,n){"use strict";e.exports=function(e,n,r,i,o,s){function a(t,n,r){for(var o=0;o0&&"function"==typeof arguments[e]){t=arguments[e];var r}var i=[].slice.call(arguments);t&&i.pop();var r=new n(i).promise();return void 0!==t?r.spread(t):r}}},{"./util":36}],18:[function(t,e,n){"use strict";e.exports=function(e,n,r,i,o,s){function a(t,n,r,i){this.constructor$(t),this._promise._captureStackTrace();var s=e._getContext();if(this._callback=u.contextBind(s,n),this._preservedValues=i===o?new Array(this.length()):null,this._limit=r,this._inFlight=0,this._queue=[],f.invoke(this._asyncInit,this,void 0),u.isArray(t))for(var a=0;a=1?s:0,new a(t,n,s,o).promise()}var u=t("./util"),l=u.tryCatch,p=u.errorObj,f=e._async;u.inherits(a,n),a.prototype._asyncInit=function(){this._init$(void 0,-2)},a.prototype._init=function(){},a.prototype._promiseFulfilled=function(t,n){var r=this._values,o=this.length(),a=this._preservedValues,c=this._limit;if(0>n){if(n=-1*n-1,r[n]=t,c>=1&&(this._inFlight--,this._drainQueue(),this._isResolved()))return!0}else{if(c>=1&&this._inFlight>=c)return r[n]=t,this._queue.push(n),!1;null!==a&&(a[n]=t);var u=this._promise,f=this._callback,h=u._boundValue();u._pushContext();var _=l(f).call(h,t,n,o),d=u._popContext();if(s.checkForgottenReturns(_,d,null!==a?"Promise.filter":"Promise.map",u),_===p)return this._reject(_.e),!0;var v=i(_,this._promise);if(v instanceof e){v=v._target();var y=v._bitField;if(0===(50397184&y))return c>=1&&this._inFlight++,r[n]=v,v._proxy(this,-1*(n+1)),!1;if(0===(33554432&y))return 0!==(16777216&y)?(this._reject(v._reason()),!0):(this._cancel(),!0);_=v._value()}r[n]=_}var g=++this._totalResolved;return g>=o?(null!==a?this._filter(r,a):this._resolve(r),!0):!1},a.prototype._drainQueue=function(){for(var t=this._queue,e=this._limit,n=this._values;t.length>0&&this._inFlighto;++o)t[o]&&(r[i++]=e[o]);r.length=i,this._resolve(r)},a.prototype.preservedValues=function(){return this._preservedValues},e.prototype.map=function(t,e){return c(this,t,e,null)},e.map=function(t,e,n,r){return c(t,e,n,r)}}},{"./util":36}],19:[function(t,e,n){"use strict";e.exports=function(e,n,r,i,o){var s=t("./util"),a=s.tryCatch;e.method=function(t){if("function"!=typeof t)throw new e.TypeError("expecting a function but got "+s.classString(t));return function(){var r=new e(n);r._captureStackTrace(),r._pushContext();var i=a(t).apply(this,arguments),s=r._popContext();return o.checkForgottenReturns(i,s,"Promise.method",r),r._resolveFromSyncValue(i),r}},e.attempt=e["try"]=function(t){if("function"!=typeof t)return i("expecting a function but got "+s.classString(t));var r=new e(n);r._captureStackTrace(),r._pushContext();var c;if(arguments.length>1){o.deprecated("calling Promise.try with more than 1 argument");var u=arguments[1],l=arguments[2];c=s.isArray(u)?a(t).apply(l,u):a(t).call(l,u)}else c=a(t)();var p=r._popContext();return o.checkForgottenReturns(c,p,"Promise.try",r),r._resolveFromSyncValue(c),r},e.prototype._resolveFromSyncValue=function(t){t===s.errorObj?this._rejectCallback(t.e,!1):this._resolveCallback(t,!0)}}},{"./util":36}],20:[function(t,e,n){"use strict";function r(t){return t instanceof Error&&l.getPrototypeOf(t)===Error.prototype}function i(t){var e;if(r(t)){e=new u(t),e.name=t.name,e.message=t.message,e.stack=t.stack;for(var n=l.keys(t),i=0;i1){var n,r=new Array(e-1),i=0;for(n=0;e-1>n;++n){var o=arguments[n];if(!f.isObject(o))return l("Catch statement predicate: expecting an object but got "+f.classString(o));r[i++]=o}if(r.length=i,t=arguments[n],"function"!=typeof t)throw new E("The last argument to .catch() must be a function, got "+f.toString(t));return this.then(void 0,D(r,t,this))}return this.then(void 0,t)},i.prototype.reflect=function(){return this._then(u,u,void 0,this,void 0)},i.prototype.then=function(t,e){if(V.warnings()&&arguments.length>0&&"function"!=typeof t&&"function"!=typeof e){var n=".then() only accepts functions but was passed: "+f.classString(t);arguments.length>1&&(n+=", "+f.classString(e)),this._warn(n)}return this._then(t,e,void 0,void 0,void 0)},i.prototype.done=function(t,e){var n=this._then(t,e,void 0,void 0,void 0);n._setIsFinal()},i.prototype.spread=function(t){return"function"!=typeof t?l("expecting a function but got "+f.classString(t)):this.all()._then(t,void 0,void 0,T,void 0)},i.prototype.toJSON=function(){var t={isFulfilled:!1,isRejected:!1,fulfillmentValue:void 0,rejectionReason:void 0};return this.isFulfilled()?(t.fulfillmentValue=this.value(),t.isFulfilled=!0):this.isRejected()&&(t.rejectionReason=this.reason(),t.isRejected=!0),t},i.prototype.all=function(){return arguments.length>0&&this._warn(".all() was passed arguments but it does not take any"),new S(this).promise()},i.prototype.error=function(t){return this.caught(f.originatesFromRejection,t)},i.getNewLibraryCopy=e.exports,i.is=function(t){return t instanceof i},i.fromNode=i.fromCallback=function(t){var e=new i(x);e._captureStackTrace();var n=arguments.length>1?!!Object(arguments[1]).multiArgs:!1,r=N(t)(I(e,n));return r===L&&e._rejectCallback(r.e,!0),e._isFateSealed()||e._setAsyncGuaranteed(),e},i.all=function(t){return new S(t).promise()},i.cast=function(t){var e=R(t);return e instanceof i||(e=new i(x),e._captureStackTrace(),e._setFulfilled(),e._rejectionHandler0=t),e},i.resolve=i.fulfilled=i.cast,i.reject=i.rejected=function(t){var e=new i(x);return e._captureStackTrace(),e._rejectCallback(t,!0),e},i.setScheduler=function(t){if("function"!=typeof t)throw new E("expecting a function but got "+f.classString(t));return j.setScheduler(t)},i.prototype._then=function(t,e,n,r,o){var s=void 0!==o,a=s?o:new i(x),c=this._target(),u=c._bitField;s||(a._propagateFrom(this,3),a._captureStackTrace(),void 0===r&&0!==(2097152&this._bitField)&&(r=0!==(50397184&u)?this._boundValue():c===this?void 0:this._boundTo),this._fireEvent("promiseChained",this,a));var l=g();if(0!==(50397184&u)){var p,h,_=c._settlePromiseCtx;0!==(33554432&u)?(h=c._rejectionHandler0,p=t):0!==(16777216&u)?(h=c._fulfillmentHandler0,p=e,c._unsetRejectionIsUnhandled()):(_=c._settlePromiseLateCancellationObserver,h=new F("late cancellation observer"),c._attachExtraTrace(h),p=e),j.invoke(_,c,{handler:f.contextBind(l,p),promise:a,receiver:r,value:h})}else c._addCallbacks(t,e,a,r,l);return a},i.prototype._length=function(){return 65535&this._bitField},i.prototype._isFateSealed=function(){return 0!==(117506048&this._bitField)},i.prototype._isFollowing=function(){return 67108864===(67108864&this._bitField)},i.prototype._setLength=function(t){this._bitField=-65536&this._bitField|65535&t},i.prototype._setFulfilled=function(){this._bitField=33554432|this._bitField,this._fireEvent("promiseFulfilled",this)},i.prototype._setRejected=function(){this._bitField=16777216|this._bitField,this._fireEvent("promiseRejected",this)},i.prototype._setFollowing=function(){this._bitField=67108864|this._bitField,this._fireEvent("promiseResolved",this)},i.prototype._setIsFinal=function(){this._bitField=4194304|this._bitField},i.prototype._isFinal=function(){return(4194304&this._bitField)>0},i.prototype._unsetCancelled=function(){this._bitField=-65537&this._bitField},i.prototype._setCancelled=function(){this._bitField=65536|this._bitField,this._fireEvent("promiseCancelled",this)},i.prototype._setWillBeCancelled=function(){this._bitField=8388608|this._bitField},i.prototype._setAsyncGuaranteed=function(){if(!j.hasCustomScheduler()){var t=this._bitField;this._bitField=t|(536870912&t)>>2^134217728}},i.prototype._setNoAsyncGuarantee=function(){this._bitField=-134217729&(536870912|this._bitField)},i.prototype._receiverAt=function(t){var e=0===t?this._receiver0:this[4*t-4+3];return e===p?void 0:void 0===e&&this._isBound()?this._boundValue():e},i.prototype._promiseAt=function(t){return this[4*t-4+2]},i.prototype._fulfillmentHandlerAt=function(t){return this[4*t-4+0]},i.prototype._rejectionHandlerAt=function(t){return this[4*t-4+1]},i.prototype._boundValue=function(){},i.prototype._migrateCallback0=function(t){var e=(t._bitField,t._fulfillmentHandler0),n=t._rejectionHandler0,r=t._promise0,i=t._receiverAt(0);void 0===i&&(i=p),this._addCallbacks(e,n,r,i,null)},i.prototype._migrateCallbackAt=function(t,e){var n=t._fulfillmentHandlerAt(e),r=t._rejectionHandlerAt(e),i=t._promiseAt(e),o=t._receiverAt(e);void 0===o&&(o=p),this._addCallbacks(n,r,i,o,null)},i.prototype._addCallbacks=function(t,e,n,r,i){var o=this._length();if(o>=65531&&(o=0,this._setLength(0)),0===o)this._promise0=n,this._receiver0=r,"function"==typeof t&&(this._fulfillmentHandler0=f.contextBind(i,t)),"function"==typeof e&&(this._rejectionHandler0=f.contextBind(i,e));else{var s=4*o-4;this[s+2]=n,this[s+3]=r,"function"==typeof t&&(this[s+0]=f.contextBind(i,t)),"function"==typeof e&&(this[s+1]=f.contextBind(i,e))}return this._setLength(o+1),o},i.prototype._proxy=function(t,e){this._addCallbacks(void 0,void 0,e,t,null)},i.prototype._resolveCallback=function(t,e){if(0===(117506048&this._bitField)){if(t===this)return this._rejectCallback(c(),!1);var n=R(t,this);if(!(n instanceof i))return this._fulfill(t);e&&this._propagateFrom(n,2);var r=n._target();if(r===this)return void this._reject(c());var o=r._bitField;if(0===(50397184&o)){var s=this._length();s>0&&r._migrateCallback0(this);for(var a=1;s>a;++a)r._migrateCallbackAt(this,a);this._setFollowing(),this._setLength(0),this._setFollowee(n)}else if(0!==(33554432&o))this._fulfill(r._value());else if(0!==(16777216&o))this._reject(r._reason());else{var u=new F("late cancellation observer");r._attachExtraTrace(u),this._reject(u)}}},i.prototype._rejectCallback=function(t,e,n){var r=f.ensureErrorObject(t),i=r===t;if(!i&&!n&&V.warnings()){var o="a promise was rejected with a non-error: "+f.classString(t);this._warn(o,!0)}this._attachExtraTrace(r,e?i:!1),this._reject(t)},i.prototype._resolveFromExecutor=function(t){if(t!==x){var e=this;this._captureStackTrace(),this._pushContext();var n=!0,r=this._execute(t,function(t){e._resolveCallback(t)},function(t){e._rejectCallback(t,n)});n=!1,this._popContext(),void 0!==r&&e._rejectCallback(r,!0)}},i.prototype._settlePromiseFromHandler=function(t,e,n,r){var i=r._bitField;if(0===(65536&i)){r._pushContext();var o;e===T?n&&"number"==typeof n.length?o=N(t).apply(this._boundValue(),n):(o=L,o.e=new E("cannot .spread() a non-array: "+f.classString(n))):o=N(t).call(e,n);var s=r._popContext();i=r._bitField,0===(65536&i)&&(o===P?r._reject(n):o===L?r._rejectCallback(o.e,!1):(V.checkForgottenReturns(o,s,"",r,this),r._resolveCallback(o)))}},i.prototype._target=function(){for(var t=this;t._isFollowing();)t=t._followee();return t},i.prototype._followee=function(){return this._rejectionHandler0},i.prototype._setFollowee=function(t){this._rejectionHandler0=t},i.prototype._settlePromise=function(t,e,r,o){var s=t instanceof i,a=this._bitField,c=0!==(134217728&a);0!==(65536&a)?(s&&t._invokeInternalOnCancel(),r instanceof H&&r.isFinallyHandler()?(r.cancelPromise=t,N(e).call(r,o)===L&&t._reject(L.e)):e===u?t._fulfill(u.call(r)):r instanceof n?r._promiseCancelled(t):s||t instanceof S?t._cancel():r.cancel()):"function"==typeof e?s?(c&&t._setAsyncGuaranteed(),this._settlePromiseFromHandler(e,r,o,t)):e.call(r,o,t):r instanceof n?r._isResolved()||(0!==(33554432&a)?r._promiseFulfilled(o,t):r._promiseRejected(o,t)):s&&(c&&t._setAsyncGuaranteed(),0!==(33554432&a)?t._fulfill(o):t._reject(o))},i.prototype._settlePromiseLateCancellationObserver=function(t){var e=t.handler,n=t.promise,r=t.receiver,o=t.value;"function"==typeof e?n instanceof i?this._settlePromiseFromHandler(e,r,o,n):e.call(r,o,n):n instanceof i&&n._reject(o)},i.prototype._settlePromiseCtx=function(t){this._settlePromise(t.promise,t.handler,t.receiver,t.value)},i.prototype._settlePromise0=function(t,e,n){var r=this._promise0,i=this._receiverAt(0);this._promise0=void 0,this._receiver0=void 0,this._settlePromise(r,t,i,e)},i.prototype._clearCallbackDataAtIndex=function(t){var e=4*t-4;this[e+2]=this[e+3]=this[e+0]=this[e+1]=void 0},i.prototype._fulfill=function(t){var e=this._bitField;if(!((117506048&e)>>>16)){if(t===this){var n=c();return this._attachExtraTrace(n),this._reject(n)}this._setFulfilled(),this._rejectionHandler0=t,(65535&e)>0&&(0!==(134217728&e)?this._settlePromises():j.settlePromises(this),this._dereferenceTrace())}},i.prototype._reject=function(t){var e=this._bitField;if(!((117506048&e)>>>16))return this._setRejected(),this._fulfillmentHandler0=t,this._isFinal()?j.fatalError(t,f.isNode):void((65535&e)>0?j.settlePromises(this):this._ensurePossibleRejectionHandled())},i.prototype._fulfillPromises=function(t,e){for(var n=1;t>n;n++){var r=this._fulfillmentHandlerAt(n),i=this._promiseAt(n),o=this._receiverAt(n);this._clearCallbackDataAtIndex(n),this._settlePromise(i,r,o,e)}},i.prototype._rejectPromises=function(t,e){for(var n=1;t>n;n++){var r=this._rejectionHandlerAt(n),i=this._promiseAt(n),o=this._receiverAt(n);this._clearCallbackDataAtIndex(n),this._settlePromise(i,r,o,e)}},i.prototype._settlePromises=function(){var t=this._bitField,e=65535&t;if(e>0){if(0!==(16842752&t)){var n=this._fulfillmentHandler0;this._settlePromise0(this._rejectionHandler0,n,t),this._rejectPromises(e,n)}else{var r=this._rejectionHandler0;this._settlePromise0(this._fulfillmentHandler0,r,t),this._fulfillPromises(e,r)}this._setLength(0)}this._clearCancellationData()},i.prototype._settledValue=function(){var t=this._bitField;return 0!==(33554432&t)?this._rejectionHandler0:0!==(16777216&t)?this._fulfillmentHandler0:void 0},"undefined"!=typeof Symbol&&Symbol.toStringTag&&w.defineProperty(i.prototype,Symbol.toStringTag,{get:function(){return"Object"}}),i.defer=i.pending=function(){V.deprecated("Promise.defer","new Promise");var t=new i(x);return{promise:t,resolve:o,reject:s}},f.notEnumerableProp(i,"_makeSelfResolutionError",c),t("./method")(i,x,R,l,V),t("./bind")(i,x,R,V),t("./cancel")(i,S,l,V),t("./direct_resolve")(i),t("./synchronous_inspection")(i),t("./join")(i,S,R,x,j),i.Promise=i,i.version="3.7.2",t("./call_get.js")(i),t("./generators.js")(i,l,x,R,n,V),t("./map.js")(i,S,l,R,x,V),t("./nodeify.js")(i),t("./promisify.js")(i,x),t("./props.js")(i,S,R,l),t("./race.js")(i,x,R,l),t("./reduce.js")(i,S,l,R,x,V),t("./settle.js")(i,S,V),t("./some.js")(i,S,l),t("./timers.js")(i,x,V),t("./using.js")(i,l,R,A,x,V),t("./any.js")(i),t("./each.js")(i,x),t("./filter.js")(i,x),f.toFastProperties(i),f.toFastProperties(i.prototype),a({a:1}),a({b:2}),a({c:3}),a(1),a(function(){}),a(void 0),a(!1),a(new i(x)),V.setBounds(C.firstLineError,f.lastLineError),i}},{"./any.js":1,"./async":2,"./bind":3,"./call_get.js":5,"./cancel":6,"./catch_filter":7,"./context":8,"./debuggability":9,"./direct_resolve":10,"./each.js":11,"./errors":12,"./es5":13,"./filter.js":14,"./finally":15,"./generators.js":16,"./join":17,"./map.js":18,"./method":19,"./nodeback":20,"./nodeify.js":21,"./promise_array":23,"./promisify.js":24,"./props.js":25,"./race.js":27,"./reduce.js":28,"./settle.js":30,"./some.js":31,"./synchronous_inspection":32,"./thenables":33,"./timers.js":34,"./using.js":35,"./util":36,async_hooks:void 0}],23:[function(t,e,n){"use strict";e.exports=function(e,n,r,i,o){function s(t){switch(t){case-2:return[];case-3:return{};case-6:return new Map}}function a(t){var r=this._promise=new e(n);t instanceof e&&(r._propagateFrom(t,3),t.suppressUnhandledRejections()),r._setOnCancel(this),this._values=t,this._length=0,this._totalResolved=0,this._init(void 0,-2)}var c=t("./util");c.isArray;return c.inherits(a,o),a.prototype.length=function(){return this._length},a.prototype.promise=function(){return this._promise},a.prototype._init=function u(t,n){var o=r(this._values,this._promise);if(o instanceof e){o=o._target();var a=o._bitField;if(this._values=o,0===(50397184&a))return this._promise._setAsyncGuaranteed(),o._then(u,this._reject,void 0,this,n);if(0===(33554432&a))return 0!==(16777216&a)?this._reject(o._reason()):this._cancel();o=o._value()}if(o=c.asArray(o),null===o){var l=i("expecting an array or an iterable object but got "+c.classString(o)).reason();return void this._promise._rejectCallback(l,!1)}return 0===o.length?void(-5===n?this._resolveEmptyArray():this._resolve(s(n))):void this._iterate(o)},a.prototype._iterate=function(t){var n=this.getActualLength(t.length);this._length=n,this._values=this.shouldCopyValues()?new Array(n):this._values;for(var i=this._promise,o=!1,s=null,a=0;n>a;++a){var c=r(t[a],i);c instanceof e?(c=c._target(),s=c._bitField):s=null,o?null!==s&&c.suppressUnhandledRejections():null!==s?0===(50397184&s)?(c._proxy(this,a),this._values[a]=c):o=0!==(33554432&s)?this._promiseFulfilled(c._value(),a):0!==(16777216&s)?this._promiseRejected(c._reason(),a):this._promiseCancelled(a):o=this._promiseFulfilled(c,a)}o||i._setAsyncGuaranteed()},a.prototype._isResolved=function(){return null===this._values},a.prototype._resolve=function(t){this._values=null,this._promise._fulfill(t)},a.prototype._cancel=function(){!this._isResolved()&&this._promise._isCancellable()&&(this._values=null,this._promise._cancel())},a.prototype._reject=function(t){this._values=null,this._promise._rejectCallback(t,!1)},a.prototype._promiseFulfilled=function(t,e){this._values[e]=t;var n=++this._totalResolved;return n>=this._length?(this._resolve(this._values),!0):!1},a.prototype._promiseCancelled=function(){return this._cancel(),!0},a.prototype._promiseRejected=function(t){return this._totalResolved++,this._reject(t),!0},a.prototype._resultCancelled=function(){if(!this._isResolved()){var t=this._values;if(this._cancel(),t instanceof e)t.cancel();else for(var n=0;nc;c+=2){var l=s[c],p=s[c+1],_=l+e;if(r===E)t[_]=E(l,f,l,p,e,i);else{var d=r(p,function(){return E(l,f,l,p,e,i)});h.notEnumerableProp(d,"__isPromisified__",!0),t[_]=d}}return h.toFastProperties(t),t}function l(t,e,n){return E(t,e,void 0,t,null,n)}var p,f={},h=t("./util"),_=t("./nodeback"),d=h.withAppended,v=h.maybeWrapAsError,y=h.canEvaluate,g=t("./errors").TypeError,m="Async",b={__isPromisified__:!0},w=["arity","length","name","arguments","caller","callee","prototype","__isPromisified__"],C=new RegExp("^(?:"+w.join("|")+")$"),j=function(t){return h.isIdentifier(t)&&"_"!==t.charAt(0)&&"constructor"!==t},k=function(t){return t.replace(/([$])/,"\\$")},E=y?p:c;e.promisify=function(t,e){if("function"!=typeof t)throw new g("expecting a function but got "+h.classString(t));if(i(t))return t;e=Object(e);var n=void 0===e.context?f:e.context,o=!!e.multiArgs,s=l(t,n,o);return h.copyDescriptors(t,s,r),s},e.promisifyAll=function(t,e){if("function"!=typeof t&&"object"!=typeof t)throw new g("the target of promisifyAll must be an object or a function\n\n See http://goo.gl/MqrFmX\n");e=Object(e);var n=!!e.multiArgs,r=e.suffix;"string"!=typeof r&&(r=m);var i=e.filter;"function"!=typeof i&&(i=j);var o=e.promisifier;if("function"!=typeof o&&(o=E),!h.isIdentifier(r))throw new RangeError("suffix must be a valid identifier\n\n See http://goo.gl/MqrFmX\n");for(var s=h.inheritedDataKeys(t),a=0;ao;++o){var s=r[o];e[o]=t[s],e[o+i]=s}}this.constructor$(e),this._isMap=n,this._init$(void 0,n?-6:-3)}function s(t){var n,s=r(t);return u(s)?(n=s instanceof e?s._then(e.props,void 0,void 0,void 0,void 0):new o(s).promise(),s instanceof e&&n._propagateFrom(s,2),n):i("cannot await properties of a non-object\n\n See http://goo.gl/MqrFmX\n")}var a,c=t("./util"),u=c.isObject,l=t("./es5");"function"==typeof Map&&(a=Map);var p=function(){function t(t,r){this[e]=t,this[e+n]=r,e++}var e=0,n=0;return function(r){n=r.size,e=0;var i=new Array(2*r.size);return r.forEach(t,i),i}}(),f=function(t){for(var e=new a,n=t.length/2|0,r=0;n>r;++r){var i=t[n+r],o=t[r];e.set(i,o)}return e};c.inherits(o,n),o.prototype._init=function(){},o.prototype._promiseFulfilled=function(t,e){this._values[e]=t;var n=++this._totalResolved;if(n>=this._length){var r;if(this._isMap)r=f(this._values);else{r={};for(var i=this.length(),o=0,s=this.length();s>o;++o)r[this._values[o+i]]=this._values[o]}return this._resolve(r),!0}return!1},o.prototype.shouldCopyValues=function(){return!1},o.prototype.getActualLength=function(t){return t>>1},e.prototype.props=function(){return s(this)},e.props=function(t){return s(t)}}},{"./es5":13,"./util":36}],26:[function(t,e,n){"use strict";function r(t,e,n,r,i){for(var o=0;i>o;++o)n[o+r]=t[o+e],t[o+e]=void 0}function i(t){this._capacity=t,this._length=0,this._front=0}i.prototype._willBeOverCapacity=function(t){return this._capacityf;++f){var _=t[f];(void 0!==_||f in t)&&e.cast(_)._then(l,p,void 0,u,null)}return u}var s=t("./util"),a=function(t){return t.then(function(e){return o(e,t)})};e.race=function(t){return o(t,void 0)},e.prototype.race=function(){return o(this,void 0)}}},{"./util":36}],28:[function(t,e,n){"use strict";e.exports=function(e,n,r,i,o,s){function a(t,n,r,i){this.constructor$(t);var s=e._getContext();this._fn=f.contextBind(s,n),void 0!==r&&(r=e.resolve(r),r._attachCancellationCallback(this)),this._initialValue=r,this._currentCancellable=null,i===o?this._eachValues=Array(this._length):0===i?this._eachValues=null:this._eachValues=void 0,this._promise._captureStackTrace(),this._init$(void 0,-5)}function c(t,e){this.isFulfilled()?e._resolve(t):e._reject(t)}function u(t,e,n,i){if("function"!=typeof e)return r("expecting a function but got "+f.classString(e));var o=new a(t,e,n,i);return o.promise()}function l(t){this.accum=t,this.array._gotAccum(t);var n=i(this.value,this.array._promise);return n instanceof e?(this.array._currentCancellable=n,n._then(p,void 0,void 0,this,void 0)):p.call(this,n)}function p(t){var n=this.array,r=n._promise,i=h(n._fn);r._pushContext();var o;o=void 0!==n._eachValues?i.call(r._boundValue(),t,this.index,this.length):i.call(r._boundValue(),this.accum,t,this.index,this.length),o instanceof e&&(n._currentCancellable=o);var a=r._popContext();return s.checkForgottenReturns(o,a,void 0!==n._eachValues?"Promise.each":"Promise.reduce",r),o}var f=t("./util"),h=f.tryCatch;f.inherits(a,n),a.prototype._gotAccum=function(t){void 0!==this._eachValues&&null!==this._eachValues&&t!==o&&this._eachValues.push(t)},a.prototype._eachComplete=function(t){return null!==this._eachValues&&this._eachValues.push(t),this._eachValues},a.prototype._init=function(){},a.prototype._resolveEmptyArray=function(){this._resolve(void 0!==this._eachValues?this._eachValues:this._initialValue)},a.prototype.shouldCopyValues=function(){return!1},a.prototype._resolve=function(t){this._promise._resolveCallback(t),this._values=null},a.prototype._resultCancelled=function(t){return t===this._initialValue?this._cancel():void(this._isResolved()||(this._resultCancelled$(),this._currentCancellable instanceof e&&this._currentCancellable.cancel(),this._initialValue instanceof e&&this._initialValue.cancel()))},a.prototype._iterate=function(t){this._values=t;var n,r,i=t.length;void 0!==this._initialValue?(n=this._initialValue,r=0):(n=e.resolve(t[0]),r=1),this._currentCancellable=n;for(var o=r;i>o;++o){var s=t[o];s instanceof e&&s.suppressUnhandledRejections()}if(!n.isRejected())for(;i>r;++r){var a={accum:null,value:t[r],index:r,length:i,array:this};n=n._then(l,void 0,void 0,a,void 0),0===(127&r)&&n._setNoAsyncGuarantee()}void 0!==this._eachValues&&(n=n._then(this._eachComplete,void 0,void 0,this,void 0)),n._then(c,c,void 0,n,this)},e.prototype.reduce=function(t,e){return u(this,t,e,null)},e.reduce=function(t,e,n,r){return u(t,e,n,r)}}},{"./util":36}],29:[function(t,e,n){"use strict";var r,i=t("./util"),o=function(){throw new Error("No async scheduler available\n\n See http://goo.gl/MqrFmX\n")},s=i.getNativePromise();if(i.isNode&&"undefined"==typeof MutationObserver){var a=global.setImmediate,c=process.nextTick;r=i.isRecentNode?function(t){a.call(global,t)}:function(t){c.call(process,t)}}else if("function"==typeof s&&"function"==typeof s.resolve){ +var u=s.resolve();r=function(t){u.then(t)}}else r="undefined"!=typeof MutationObserver&&("undefined"==typeof window||!window.navigator||!window.navigator.standalone&&!window.cordova)&&"classList"in document.documentElement?function(){var t=document.createElement("div"),e={attributes:!0},n=!1,r=document.createElement("div"),i=new MutationObserver(function(){t.classList.toggle("foo"),n=!1});i.observe(r,e);var o=function(){n||(n=!0,r.classList.toggle("foo"))};return function(n){var r=new MutationObserver(function(){r.disconnect(),n()});r.observe(t,e),o()}}():"undefined"!=typeof setImmediate?function(t){setImmediate(t)}:"undefined"!=typeof setTimeout?function(t){setTimeout(t,0)}:o;e.exports=r},{"./util":36}],30:[function(t,e,n){"use strict";e.exports=function(e,n,r){function i(t){this.constructor$(t)}var o=e.PromiseInspection,s=t("./util");s.inherits(i,n),i.prototype._promiseResolved=function(t,e){this._values[t]=e;var n=++this._totalResolved;return n>=this._length?(this._resolve(this._values),!0):!1},i.prototype._promiseFulfilled=function(t,e){var n=new o;return n._bitField=33554432,n._settledValueField=t,this._promiseResolved(e,n)},i.prototype._promiseRejected=function(t,e){var n=new o;return n._bitField=16777216,n._settledValueField=t,this._promiseResolved(e,n)},e.settle=function(t){return r.deprecated(".settle()",".reflect()"),new i(t).promise()},e.allSettled=function(t){return new i(t).promise()},e.prototype.settle=function(){return e.settle(this)}}},{"./util":36}],31:[function(t,e,n){"use strict";e.exports=function(e,n,r){function i(t){this.constructor$(t),this._howMany=0,this._unwrap=!1,this._initialized=!1}function o(t,e){if((0|e)!==e||0>e)return r("expecting a positive integer\n\n See http://goo.gl/MqrFmX\n");var n=new i(t),o=n.promise();return n.setHowMany(e),n.init(),o}var s=t("./util"),a=t("./errors").RangeError,c=t("./errors").AggregateError,u=s.isArray,l={};s.inherits(i,n),i.prototype._init=function(){if(this._initialized){if(0===this._howMany)return void this._resolve([]);this._init$(void 0,-5);var t=u(this._values);!this._isResolved()&&t&&this._howMany>this._canPossiblyFulfill()&&this._reject(this._getRangeError(this.length()))}},i.prototype.init=function(){this._initialized=!0,this._init()},i.prototype.setUnwrap=function(){this._unwrap=!0},i.prototype.howMany=function(){return this._howMany},i.prototype.setHowMany=function(t){this._howMany=t},i.prototype._promiseFulfilled=function(t){return this._addFulfilled(t),this._fulfilled()===this.howMany()?(this._values.length=this.howMany(),1===this.howMany()&&this._unwrap?this._resolve(this._values[0]):this._resolve(this._values),!0):!1},i.prototype._promiseRejected=function(t){return this._addRejected(t),this._checkOutcome()},i.prototype._promiseCancelled=function(){return this._values instanceof e||null==this._values?this._cancel():(this._addRejected(l),this._checkOutcome())},i.prototype._checkOutcome=function(){if(this.howMany()>this._canPossiblyFulfill()){for(var t=new c,e=this.length();e0?this._reject(t):this._cancel(),!0}return!1},i.prototype._fulfilled=function(){return this._totalResolved},i.prototype._rejected=function(){return this._values.length-this.length()},i.prototype._addRejected=function(t){this._values.push(t)},i.prototype._addFulfilled=function(t){this._values[this._totalResolved++]=t},i.prototype._canPossiblyFulfill=function(){return this.length()-this._rejected()},i.prototype._getRangeError=function(t){var e="Input array must contain at least "+this._howMany+" items but contains only "+t+" items";return new a(e)},i.prototype._resolveEmptyArray=function(){this._reject(this._getRangeError(0))},e.some=function(t,e){return o(t,e)},e.prototype.some=function(t){return o(this,t)},e._SomePromiseArray=i}},{"./errors":12,"./util":36}],32:[function(t,e,n){"use strict";e.exports=function(t){function e(t){void 0!==t?(t=t._target(),this._bitField=t._bitField,this._settledValueField=t._isFateSealed()?t._settledValue():void 0):(this._bitField=0,this._settledValueField=void 0)}e.prototype._settledValue=function(){return this._settledValueField};var n=e.prototype.value=function(){if(!this.isFulfilled())throw new TypeError("cannot get fulfillment value of a non-fulfilled promise\n\n See http://goo.gl/MqrFmX\n");return this._settledValue()},r=e.prototype.error=e.prototype.reason=function(){if(!this.isRejected())throw new TypeError("cannot get rejection reason of a non-rejected promise\n\n See http://goo.gl/MqrFmX\n");return this._settledValue()},i=e.prototype.isFulfilled=function(){return 0!==(33554432&this._bitField)},o=e.prototype.isRejected=function(){return 0!==(16777216&this._bitField)},s=e.prototype.isPending=function(){return 0===(50397184&this._bitField)},a=e.prototype.isResolved=function(){return 0!==(50331648&this._bitField)};e.prototype.isCancelled=function(){return 0!==(8454144&this._bitField)},t.prototype.__isCancelled=function(){return 65536===(65536&this._bitField)},t.prototype._isCancelled=function(){return this._target().__isCancelled()},t.prototype.isCancelled=function(){return 0!==(8454144&this._target()._bitField)},t.prototype.isPending=function(){return s.call(this._target())},t.prototype.isRejected=function(){return o.call(this._target())},t.prototype.isFulfilled=function(){return i.call(this._target())},t.prototype.isResolved=function(){return a.call(this._target())},t.prototype.value=function(){return n.call(this._target())},t.prototype.reason=function(){var t=this._target();return t._unsetRejectionIsUnhandled(),r.call(t)},t.prototype._value=function(){return this._settledValue()},t.prototype._reason=function(){return this._unsetRejectionIsUnhandled(),this._settledValue()},t.PromiseInspection=e}},{}],33:[function(t,e,n){"use strict";e.exports=function(e,n){function r(t,r){if(l(t)){if(t instanceof e)return t;var i=o(t);if(i===u){r&&r._pushContext();var c=e.reject(i.e);return r&&r._popContext(),c}if("function"==typeof i){if(s(t)){var c=new e(n);return t._then(c._fulfill,c._reject,void 0,c,null),c}return a(t,i,r)}}return t}function i(t){return t.then}function o(t){try{return i(t)}catch(e){return u.e=e,u}}function s(t){try{return p.call(t,"_promise0")}catch(e){return!1}}function a(t,r,i){function o(t){a&&(a._resolveCallback(t),a=null)}function s(t){a&&(a._rejectCallback(t,p,!0),a=null)}var a=new e(n),l=a;i&&i._pushContext(),a._captureStackTrace(),i&&i._popContext();var p=!0,f=c.tryCatch(r).call(t,o,s);return p=!1,a&&f===u&&(a._rejectCallback(f.e,!0,!0),a=null),l}var c=t("./util"),u=c.errorObj,l=c.isObject,p={}.hasOwnProperty;return r}},{"./util":36}],34:[function(t,e,n){"use strict";e.exports=function(e,n,r){function i(t){this.handle=t}function o(t){return clearTimeout(this.handle),t}function s(t){throw clearTimeout(this.handle),t}var a=t("./util"),c=e.TimeoutError;i.prototype._resultCancelled=function(){clearTimeout(this.handle)};var u=function(t){return l(+this).thenReturn(t)},l=e.delay=function(t,o){var s,a;return void 0!==o?(s=e.resolve(o)._then(u,null,null,t,void 0),r.cancellation()&&o instanceof e&&s._setOnCancel(o)):(s=new e(n),a=setTimeout(function(){s._fulfill()},+t),r.cancellation()&&s._setOnCancel(new i(a)),s._captureStackTrace()),s._setAsyncGuaranteed(),s};e.prototype.delay=function(t){return l(t,this)};var p=function(t,e,n){var r;r="string"!=typeof e?e instanceof Error?e:new c("operation timed out"):new c(e),a.markAsOriginatingFromRejection(r),t._attachExtraTrace(r),t._reject(r),null!=n&&n.cancel()};e.prototype.timeout=function(t,e){t=+t;var n,a,c=new i(setTimeout(function(){n.isPending()&&p(n,e,a)},t));return r.cancellation()?(a=this.then(),n=a._then(o,s,void 0,c,void 0),n._setOnCancel(c)):n=this._then(o,s,void 0,c,void 0),n}}},{"./util":36}],35:[function(t,e,n){"use strict";e.exports=function(e,n,r,i,o,s){function a(t){setTimeout(function(){throw t},0)}function c(t){var e=r(t);return e!==t&&"function"==typeof t._isDisposable&&"function"==typeof t._getDisposer&&t._isDisposable()&&e._setDisposable(t._getDisposer()),e}function u(t,n){function i(){if(s>=u)return l._fulfill();var o=c(t[s++]);if(o instanceof e&&o._isDisposable()){try{o=r(o._getDisposer().tryDispose(n),t.promise)}catch(p){return a(p)}if(o instanceof e)return o._then(i,a,null,null,null)}i()}var s=0,u=t.length,l=new e(o);return i(),l}function l(t,e,n){this._data=t,this._promise=e,this._context=n}function p(t,e,n){this.constructor$(t,e,n)}function f(t){return l.isDisposer(t)?(this.resources[this.index]._setDisposable(t),t.promise()):t}function h(t){this.length=t,this.promise=null,this[t-1]=null}var _=t("./util"),d=t("./errors").TypeError,v=t("./util").inherits,y=_.errorObj,g=_.tryCatch,m={};l.prototype.data=function(){return this._data},l.prototype.promise=function(){return this._promise},l.prototype.resource=function(){return this.promise().isFulfilled()?this.promise().value():m},l.prototype.tryDispose=function(t){var e=this.resource(),n=this._context;void 0!==n&&n._pushContext();var r=e!==m?this.doDispose(e,t):null;return void 0!==n&&n._popContext(),this._promise._unsetDisposable(),this._data=null,r},l.isDisposer=function(t){return null!=t&&"function"==typeof t.resource&&"function"==typeof t.tryDispose},v(p,l),p.prototype.doDispose=function(t,e){var n=this.data();return n.call(t,t,e)},h.prototype._resultCancelled=function(){for(var t=this.length,n=0;t>n;++n){var r=this[n];r instanceof e&&r.cancel()}},e.using=function(){var t=arguments.length;if(2>t)return n("you must pass at least 2 arguments to Promise.using");var i=arguments[t-1];if("function"!=typeof i)return n("expecting a function but got "+_.classString(i));var o,a=!0;2===t&&Array.isArray(arguments[0])?(o=arguments[0],t=o.length,a=!1):(o=arguments,t--);for(var c=new h(t),p=0;t>p;++p){var d=o[p];if(l.isDisposer(d)){var v=d;d=d.promise(),d._setDisposable(v)}else{var m=r(d);m instanceof e&&(d=m._then(f,null,null,{resources:c,index:p},void 0))}c[p]=d}for(var b=new Array(c.length),p=0;p0},e.prototype._getDisposer=function(){return this._disposer},e.prototype._unsetDisposable=function(){this._bitField=-131073&this._bitField,this._disposer=void 0},e.prototype.disposer=function(t){if("function"==typeof t)return new p(t,this,i());throw new d}}},{"./errors":12,"./util":36}],36:[function(t,e,n){"use strict";function r(){try{var t=P;return P=null,t.apply(this,arguments)}catch(e){return T.e=e,T}}function i(t){return P=t,r}function o(t){return null==t||t===!0||t===!1||"string"==typeof t||"number"==typeof t}function s(t){return"function"==typeof t||"object"==typeof t&&null!==t}function a(t){return o(t)?new Error(v(t)):t}function c(t,e){var n,r=t.length,i=new Array(r+1);for(n=0;r>n;++n)i[n]=t[n];return i[n]=e,i}function u(t,e,n){if(!F.isES5)return{}.hasOwnProperty.call(t,e)?t[e]:void 0;var r=Object.getOwnPropertyDescriptor(t,e);return null!=r?null==r.get&&null==r.set?r.value:n:void 0}function l(t,e,n){if(o(t))return t;var r={value:n,configurable:!0,enumerable:!1,writable:!0};return F.defineProperty(t,e,r),t}function p(t){throw t}function f(t){try{if("function"==typeof t){var e=F.names(t.prototype),n=F.isES5&&e.length>1,r=e.length>0&&!(1===e.length&&"constructor"===e[0]),i=A.test(t+"")&&F.names(t).length>0;if(n||r||i)return!0}return!1}catch(o){return!1}}function h(t){function e(){}function n(){return typeof r.foo}e.prototype=t;var r=new e;return n(),n(),t}function _(t){return V.test(t)}function d(t,e,n){for(var r=new Array(t),i=0;t>i;++i)r[i]=e+i+n;return r}function v(t){try{return t+""}catch(e){return"[no string representation]"}}function y(t){return t instanceof Error||null!==t&&"object"==typeof t&&"string"==typeof t.message&&"string"==typeof t.name}function g(t){try{l(t,"isOperational",!0)}catch(e){}}function m(t){return null==t?!1:t instanceof Error.__BluebirdErrorTypes__.OperationalError||t.isOperational===!0}function b(t){return y(t)&&F.propertyIsWritable(t,"stack")}function w(t){return{}.toString.call(t)}function C(t,e,n){for(var r=F.names(t),i=0;i10||t[0]>0}(),B.nodeSupportsAsyncResource=B.isNode&&function(){var e=!1;try{var n=t("async_hooks").AsyncResource;e="function"==typeof n.prototype.runInAsyncScope}catch(r){e=!1}return e}(),B.isNode&&B.toFastProperties(process);try{throw new Error}catch(M){B.lastLineError=M}e.exports=B},{"./es5":13,async_hooks:void 0}]},{},[4])(4)}),"undefined"!=typeof window&&null!==window?window.P=window.Promise:"undefined"!=typeof self&&null!==self&&(self.P=self.Promise); \ No newline at end of file diff --git a/node_modules/bluebird/js/release/any.js b/node_modules/bluebird/js/release/any.js new file mode 100644 index 0000000..05a6228 --- /dev/null +++ b/node_modules/bluebird/js/release/any.js @@ -0,0 +1,21 @@ +"use strict"; +module.exports = function(Promise) { +var SomePromiseArray = Promise._SomePromiseArray; +function any(promises) { + var ret = new SomePromiseArray(promises); + var promise = ret.promise(); + ret.setHowMany(1); + ret.setUnwrap(); + ret.init(); + return promise; +} + +Promise.any = function (promises) { + return any(promises); +}; + +Promise.prototype.any = function () { + return any(this); +}; + +}; diff --git a/node_modules/bluebird/js/release/assert.js b/node_modules/bluebird/js/release/assert.js new file mode 100644 index 0000000..4518231 --- /dev/null +++ b/node_modules/bluebird/js/release/assert.js @@ -0,0 +1,55 @@ +"use strict"; +module.exports = (function(){ +var AssertionError = (function() { + function AssertionError(a) { + this.constructor$(a); + this.message = a; + this.name = "AssertionError"; + } + AssertionError.prototype = new Error(); + AssertionError.prototype.constructor = AssertionError; + AssertionError.prototype.constructor$ = Error; + return AssertionError; +})(); + +function getParams(args) { + var params = []; + for (var i = 0; i < args.length; ++i) params.push("arg" + i); + return params; +} + +function nativeAssert(callName, args, expect) { + try { + var params = getParams(args); + var constructorArgs = params; + constructorArgs.push("return " + + callName + "("+ params.join(",") + ");"); + var fn = Function.apply(null, constructorArgs); + return fn.apply(null, args); + } catch (e) { + if (!(e instanceof SyntaxError)) { + throw e; + } else { + return expect; + } + } +} + +return function assert(boolExpr, message) { + if (boolExpr === true) return; + + if (typeof boolExpr === "string" && + boolExpr.charAt(0) === "%") { + var nativeCallName = boolExpr; + var $_len = arguments.length;var args = new Array(Math.max($_len - 2, 0)); for(var $_i = 2; $_i < $_len; ++$_i) {args[$_i - 2] = arguments[$_i];}; + if (nativeAssert(nativeCallName, args, message) === message) return; + message = (nativeCallName + " !== " + message); + } + + var ret = new AssertionError(message); + if (Error.captureStackTrace) { + Error.captureStackTrace(ret, assert); + } + throw ret; +}; +})(); diff --git a/node_modules/bluebird/js/release/async.js b/node_modules/bluebird/js/release/async.js new file mode 100644 index 0000000..8eab6f8 --- /dev/null +++ b/node_modules/bluebird/js/release/async.js @@ -0,0 +1,120 @@ +"use strict"; +var firstLineError; +try {throw new Error(); } catch (e) {firstLineError = e;} +var schedule = require("./schedule"); +var Queue = require("./queue"); + +function Async() { + this._customScheduler = false; + this._isTickUsed = false; + this._lateQueue = new Queue(16); + this._normalQueue = new Queue(16); + this._haveDrainedQueues = false; + var self = this; + this.drainQueues = function () { + self._drainQueues(); + }; + this._schedule = schedule; +} + +Async.prototype.setScheduler = function(fn) { + var prev = this._schedule; + this._schedule = fn; + this._customScheduler = true; + return prev; +}; + +Async.prototype.hasCustomScheduler = function() { + return this._customScheduler; +}; + +Async.prototype.haveItemsQueued = function () { + return this._isTickUsed || this._haveDrainedQueues; +}; + + +Async.prototype.fatalError = function(e, isNode) { + if (isNode) { + process.stderr.write("Fatal " + (e instanceof Error ? e.stack : e) + + "\n"); + process.exit(2); + } else { + this.throwLater(e); + } +}; + +Async.prototype.throwLater = function(fn, arg) { + if (arguments.length === 1) { + arg = fn; + fn = function () { throw arg; }; + } + if (typeof setTimeout !== "undefined") { + setTimeout(function() { + fn(arg); + }, 0); + } else try { + this._schedule(function() { + fn(arg); + }); + } catch (e) { + throw new Error("No async scheduler available\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } +}; + +function AsyncInvokeLater(fn, receiver, arg) { + this._lateQueue.push(fn, receiver, arg); + this._queueTick(); +} + +function AsyncInvoke(fn, receiver, arg) { + this._normalQueue.push(fn, receiver, arg); + this._queueTick(); +} + +function AsyncSettlePromises(promise) { + this._normalQueue._pushOne(promise); + this._queueTick(); +} + +Async.prototype.invokeLater = AsyncInvokeLater; +Async.prototype.invoke = AsyncInvoke; +Async.prototype.settlePromises = AsyncSettlePromises; + + +function _drainQueue(queue) { + while (queue.length() > 0) { + _drainQueueStep(queue); + } +} + +function _drainQueueStep(queue) { + var fn = queue.shift(); + if (typeof fn !== "function") { + fn._settlePromises(); + } else { + var receiver = queue.shift(); + var arg = queue.shift(); + fn.call(receiver, arg); + } +} + +Async.prototype._drainQueues = function () { + _drainQueue(this._normalQueue); + this._reset(); + this._haveDrainedQueues = true; + _drainQueue(this._lateQueue); +}; + +Async.prototype._queueTick = function () { + if (!this._isTickUsed) { + this._isTickUsed = true; + this._schedule(this.drainQueues); + } +}; + +Async.prototype._reset = function () { + this._isTickUsed = false; +}; + +module.exports = Async; +module.exports.firstLineError = firstLineError; diff --git a/node_modules/bluebird/js/release/bind.js b/node_modules/bluebird/js/release/bind.js new file mode 100644 index 0000000..fc3379d --- /dev/null +++ b/node_modules/bluebird/js/release/bind.js @@ -0,0 +1,67 @@ +"use strict"; +module.exports = function(Promise, INTERNAL, tryConvertToPromise, debug) { +var calledBind = false; +var rejectThis = function(_, e) { + this._reject(e); +}; + +var targetRejected = function(e, context) { + context.promiseRejectionQueued = true; + context.bindingPromise._then(rejectThis, rejectThis, null, this, e); +}; + +var bindingResolved = function(thisArg, context) { + if (((this._bitField & 50397184) === 0)) { + this._resolveCallback(context.target); + } +}; + +var bindingRejected = function(e, context) { + if (!context.promiseRejectionQueued) this._reject(e); +}; + +Promise.prototype.bind = function (thisArg) { + if (!calledBind) { + calledBind = true; + Promise.prototype._propagateFrom = debug.propagateFromFunction(); + Promise.prototype._boundValue = debug.boundValueFunction(); + } + var maybePromise = tryConvertToPromise(thisArg); + var ret = new Promise(INTERNAL); + ret._propagateFrom(this, 1); + var target = this._target(); + ret._setBoundTo(maybePromise); + if (maybePromise instanceof Promise) { + var context = { + promiseRejectionQueued: false, + promise: ret, + target: target, + bindingPromise: maybePromise + }; + target._then(INTERNAL, targetRejected, undefined, ret, context); + maybePromise._then( + bindingResolved, bindingRejected, undefined, ret, context); + ret._setOnCancel(maybePromise); + } else { + ret._resolveCallback(target); + } + return ret; +}; + +Promise.prototype._setBoundTo = function (obj) { + if (obj !== undefined) { + this._bitField = this._bitField | 2097152; + this._boundTo = obj; + } else { + this._bitField = this._bitField & (~2097152); + } +}; + +Promise.prototype._isBound = function () { + return (this._bitField & 2097152) === 2097152; +}; + +Promise.bind = function (thisArg, value) { + return Promise.resolve(value).bind(thisArg); +}; +}; diff --git a/node_modules/bluebird/js/release/bluebird.js b/node_modules/bluebird/js/release/bluebird.js new file mode 100644 index 0000000..1c36cf3 --- /dev/null +++ b/node_modules/bluebird/js/release/bluebird.js @@ -0,0 +1,11 @@ +"use strict"; +var old; +if (typeof Promise !== "undefined") old = Promise; +function noConflict() { + try { if (Promise === bluebird) Promise = old; } + catch (e) {} + return bluebird; +} +var bluebird = require("./promise")(); +bluebird.noConflict = noConflict; +module.exports = bluebird; diff --git a/node_modules/bluebird/js/release/call_get.js b/node_modules/bluebird/js/release/call_get.js new file mode 100644 index 0000000..0ed7714 --- /dev/null +++ b/node_modules/bluebird/js/release/call_get.js @@ -0,0 +1,123 @@ +"use strict"; +var cr = Object.create; +if (cr) { + var callerCache = cr(null); + var getterCache = cr(null); + callerCache[" size"] = getterCache[" size"] = 0; +} + +module.exports = function(Promise) { +var util = require("./util"); +var canEvaluate = util.canEvaluate; +var isIdentifier = util.isIdentifier; + +var getMethodCaller; +var getGetter; +if (!false) { +var makeMethodCaller = function (methodName) { + return new Function("ensureMethod", " \n\ + return function(obj) { \n\ + 'use strict' \n\ + var len = this.length; \n\ + ensureMethod(obj, 'methodName'); \n\ + switch(len) { \n\ + case 1: return obj.methodName(this[0]); \n\ + case 2: return obj.methodName(this[0], this[1]); \n\ + case 3: return obj.methodName(this[0], this[1], this[2]); \n\ + case 0: return obj.methodName(); \n\ + default: \n\ + return obj.methodName.apply(obj, this); \n\ + } \n\ + }; \n\ + ".replace(/methodName/g, methodName))(ensureMethod); +}; + +var makeGetter = function (propertyName) { + return new Function("obj", " \n\ + 'use strict'; \n\ + return obj.propertyName; \n\ + ".replace("propertyName", propertyName)); +}; + +var getCompiled = function(name, compiler, cache) { + var ret = cache[name]; + if (typeof ret !== "function") { + if (!isIdentifier(name)) { + return null; + } + ret = compiler(name); + cache[name] = ret; + cache[" size"]++; + if (cache[" size"] > 512) { + var keys = Object.keys(cache); + for (var i = 0; i < 256; ++i) delete cache[keys[i]]; + cache[" size"] = keys.length - 256; + } + } + return ret; +}; + +getMethodCaller = function(name) { + return getCompiled(name, makeMethodCaller, callerCache); +}; + +getGetter = function(name) { + return getCompiled(name, makeGetter, getterCache); +}; +} + +function ensureMethod(obj, methodName) { + var fn; + if (obj != null) fn = obj[methodName]; + if (typeof fn !== "function") { + var message = "Object " + util.classString(obj) + " has no method '" + + util.toString(methodName) + "'"; + throw new Promise.TypeError(message); + } + return fn; +} + +function caller(obj) { + var methodName = this.pop(); + var fn = ensureMethod(obj, methodName); + return fn.apply(obj, this); +} +Promise.prototype.call = function (methodName) { + var $_len = arguments.length;var args = new Array(Math.max($_len - 1, 0)); for(var $_i = 1; $_i < $_len; ++$_i) {args[$_i - 1] = arguments[$_i];}; + if (!false) { + if (canEvaluate) { + var maybeCaller = getMethodCaller(methodName); + if (maybeCaller !== null) { + return this._then( + maybeCaller, undefined, undefined, args, undefined); + } + } + } + args.push(methodName); + return this._then(caller, undefined, undefined, args, undefined); +}; + +function namedGetter(obj) { + return obj[this]; +} +function indexedGetter(obj) { + var index = +this; + if (index < 0) index = Math.max(0, index + obj.length); + return obj[index]; +} +Promise.prototype.get = function (propertyName) { + var isIndex = (typeof propertyName === "number"); + var getter; + if (!isIndex) { + if (canEvaluate) { + var maybeGetter = getGetter(propertyName); + getter = maybeGetter !== null ? maybeGetter : namedGetter; + } else { + getter = namedGetter; + } + } else { + getter = indexedGetter; + } + return this._then(getter, undefined, undefined, propertyName, undefined); +}; +}; diff --git a/node_modules/bluebird/js/release/cancel.js b/node_modules/bluebird/js/release/cancel.js new file mode 100644 index 0000000..7a12415 --- /dev/null +++ b/node_modules/bluebird/js/release/cancel.js @@ -0,0 +1,129 @@ +"use strict"; +module.exports = function(Promise, PromiseArray, apiRejection, debug) { +var util = require("./util"); +var tryCatch = util.tryCatch; +var errorObj = util.errorObj; +var async = Promise._async; + +Promise.prototype["break"] = Promise.prototype.cancel = function() { + if (!debug.cancellation()) return this._warn("cancellation is disabled"); + + var promise = this; + var child = promise; + while (promise._isCancellable()) { + if (!promise._cancelBy(child)) { + if (child._isFollowing()) { + child._followee().cancel(); + } else { + child._cancelBranched(); + } + break; + } + + var parent = promise._cancellationParent; + if (parent == null || !parent._isCancellable()) { + if (promise._isFollowing()) { + promise._followee().cancel(); + } else { + promise._cancelBranched(); + } + break; + } else { + if (promise._isFollowing()) promise._followee().cancel(); + promise._setWillBeCancelled(); + child = promise; + promise = parent; + } + } +}; + +Promise.prototype._branchHasCancelled = function() { + this._branchesRemainingToCancel--; +}; + +Promise.prototype._enoughBranchesHaveCancelled = function() { + return this._branchesRemainingToCancel === undefined || + this._branchesRemainingToCancel <= 0; +}; + +Promise.prototype._cancelBy = function(canceller) { + if (canceller === this) { + this._branchesRemainingToCancel = 0; + this._invokeOnCancel(); + return true; + } else { + this._branchHasCancelled(); + if (this._enoughBranchesHaveCancelled()) { + this._invokeOnCancel(); + return true; + } + } + return false; +}; + +Promise.prototype._cancelBranched = function() { + if (this._enoughBranchesHaveCancelled()) { + this._cancel(); + } +}; + +Promise.prototype._cancel = function() { + if (!this._isCancellable()) return; + this._setCancelled(); + async.invoke(this._cancelPromises, this, undefined); +}; + +Promise.prototype._cancelPromises = function() { + if (this._length() > 0) this._settlePromises(); +}; + +Promise.prototype._unsetOnCancel = function() { + this._onCancelField = undefined; +}; + +Promise.prototype._isCancellable = function() { + return this.isPending() && !this._isCancelled(); +}; + +Promise.prototype.isCancellable = function() { + return this.isPending() && !this.isCancelled(); +}; + +Promise.prototype._doInvokeOnCancel = function(onCancelCallback, internalOnly) { + if (util.isArray(onCancelCallback)) { + for (var i = 0; i < onCancelCallback.length; ++i) { + this._doInvokeOnCancel(onCancelCallback[i], internalOnly); + } + } else if (onCancelCallback !== undefined) { + if (typeof onCancelCallback === "function") { + if (!internalOnly) { + var e = tryCatch(onCancelCallback).call(this._boundValue()); + if (e === errorObj) { + this._attachExtraTrace(e.e); + async.throwLater(e.e); + } + } + } else { + onCancelCallback._resultCancelled(this); + } + } +}; + +Promise.prototype._invokeOnCancel = function() { + var onCancelCallback = this._onCancel(); + this._unsetOnCancel(); + async.invoke(this._doInvokeOnCancel, this, onCancelCallback); +}; + +Promise.prototype._invokeInternalOnCancel = function() { + if (this._isCancellable()) { + this._doInvokeOnCancel(this._onCancel(), true); + this._unsetOnCancel(); + } +}; + +Promise.prototype._resultCancelled = function() { + this.cancel(); +}; + +}; diff --git a/node_modules/bluebird/js/release/catch_filter.js b/node_modules/bluebird/js/release/catch_filter.js new file mode 100644 index 0000000..0f24ce2 --- /dev/null +++ b/node_modules/bluebird/js/release/catch_filter.js @@ -0,0 +1,42 @@ +"use strict"; +module.exports = function(NEXT_FILTER) { +var util = require("./util"); +var getKeys = require("./es5").keys; +var tryCatch = util.tryCatch; +var errorObj = util.errorObj; + +function catchFilter(instances, cb, promise) { + return function(e) { + var boundTo = promise._boundValue(); + predicateLoop: for (var i = 0; i < instances.length; ++i) { + var item = instances[i]; + + if (item === Error || + (item != null && item.prototype instanceof Error)) { + if (e instanceof item) { + return tryCatch(cb).call(boundTo, e); + } + } else if (typeof item === "function") { + var matchesPredicate = tryCatch(item).call(boundTo, e); + if (matchesPredicate === errorObj) { + return matchesPredicate; + } else if (matchesPredicate) { + return tryCatch(cb).call(boundTo, e); + } + } else if (util.isObject(e)) { + var keys = getKeys(item); + for (var j = 0; j < keys.length; ++j) { + var key = keys[j]; + if (item[key] != e[key]) { + continue predicateLoop; + } + } + return tryCatch(cb).call(boundTo, e); + } + } + return NEXT_FILTER; + }; +} + +return catchFilter; +}; diff --git a/node_modules/bluebird/js/release/context.js b/node_modules/bluebird/js/release/context.js new file mode 100644 index 0000000..c307414 --- /dev/null +++ b/node_modules/bluebird/js/release/context.js @@ -0,0 +1,69 @@ +"use strict"; +module.exports = function(Promise) { +var longStackTraces = false; +var contextStack = []; + +Promise.prototype._promiseCreated = function() {}; +Promise.prototype._pushContext = function() {}; +Promise.prototype._popContext = function() {return null;}; +Promise._peekContext = Promise.prototype._peekContext = function() {}; + +function Context() { + this._trace = new Context.CapturedTrace(peekContext()); +} +Context.prototype._pushContext = function () { + if (this._trace !== undefined) { + this._trace._promiseCreated = null; + contextStack.push(this._trace); + } +}; + +Context.prototype._popContext = function () { + if (this._trace !== undefined) { + var trace = contextStack.pop(); + var ret = trace._promiseCreated; + trace._promiseCreated = null; + return ret; + } + return null; +}; + +function createContext() { + if (longStackTraces) return new Context(); +} + +function peekContext() { + var lastIndex = contextStack.length - 1; + if (lastIndex >= 0) { + return contextStack[lastIndex]; + } + return undefined; +} +Context.CapturedTrace = null; +Context.create = createContext; +Context.deactivateLongStackTraces = function() {}; +Context.activateLongStackTraces = function() { + var Promise_pushContext = Promise.prototype._pushContext; + var Promise_popContext = Promise.prototype._popContext; + var Promise_PeekContext = Promise._peekContext; + var Promise_peekContext = Promise.prototype._peekContext; + var Promise_promiseCreated = Promise.prototype._promiseCreated; + Context.deactivateLongStackTraces = function() { + Promise.prototype._pushContext = Promise_pushContext; + Promise.prototype._popContext = Promise_popContext; + Promise._peekContext = Promise_PeekContext; + Promise.prototype._peekContext = Promise_peekContext; + Promise.prototype._promiseCreated = Promise_promiseCreated; + longStackTraces = false; + }; + longStackTraces = true; + Promise.prototype._pushContext = Context.prototype._pushContext; + Promise.prototype._popContext = Context.prototype._popContext; + Promise._peekContext = Promise.prototype._peekContext = peekContext; + Promise.prototype._promiseCreated = function() { + var ctx = this._peekContext(); + if (ctx && ctx._promiseCreated == null) ctx._promiseCreated = this; + }; +}; +return Context; +}; diff --git a/node_modules/bluebird/js/release/debuggability.js b/node_modules/bluebird/js/release/debuggability.js new file mode 100644 index 0000000..ce997ee --- /dev/null +++ b/node_modules/bluebird/js/release/debuggability.js @@ -0,0 +1,1009 @@ +"use strict"; +module.exports = function(Promise, Context, + enableAsyncHooks, disableAsyncHooks) { +var async = Promise._async; +var Warning = require("./errors").Warning; +var util = require("./util"); +var es5 = require("./es5"); +var canAttachTrace = util.canAttachTrace; +var unhandledRejectionHandled; +var possiblyUnhandledRejection; +var bluebirdFramePattern = + /[\\\/]bluebird[\\\/]js[\\\/](release|debug|instrumented)/; +var nodeFramePattern = /\((?:timers\.js):\d+:\d+\)/; +var parseLinePattern = /[\/<\(](.+?):(\d+):(\d+)\)?\s*$/; +var stackFramePattern = null; +var formatStack = null; +var indentStackFrames = false; +var printWarning; +var debugging = !!(util.env("BLUEBIRD_DEBUG") != 0 && + (false || + util.env("BLUEBIRD_DEBUG") || + util.env("NODE_ENV") === "development")); + +var warnings = !!(util.env("BLUEBIRD_WARNINGS") != 0 && + (debugging || util.env("BLUEBIRD_WARNINGS"))); + +var longStackTraces = !!(util.env("BLUEBIRD_LONG_STACK_TRACES") != 0 && + (debugging || util.env("BLUEBIRD_LONG_STACK_TRACES"))); + +var wForgottenReturn = util.env("BLUEBIRD_W_FORGOTTEN_RETURN") != 0 && + (warnings || !!util.env("BLUEBIRD_W_FORGOTTEN_RETURN")); + +var deferUnhandledRejectionCheck; +(function() { + var promises = []; + + function unhandledRejectionCheck() { + for (var i = 0; i < promises.length; ++i) { + promises[i]._notifyUnhandledRejection(); + } + unhandledRejectionClear(); + } + + function unhandledRejectionClear() { + promises.length = 0; + } + + deferUnhandledRejectionCheck = function(promise) { + promises.push(promise); + setTimeout(unhandledRejectionCheck, 1); + }; + + es5.defineProperty(Promise, "_unhandledRejectionCheck", { + value: unhandledRejectionCheck + }); + es5.defineProperty(Promise, "_unhandledRejectionClear", { + value: unhandledRejectionClear + }); +})(); + +Promise.prototype.suppressUnhandledRejections = function() { + var target = this._target(); + target._bitField = ((target._bitField & (~1048576)) | + 524288); +}; + +Promise.prototype._ensurePossibleRejectionHandled = function () { + if ((this._bitField & 524288) !== 0) return; + this._setRejectionIsUnhandled(); + deferUnhandledRejectionCheck(this); +}; + +Promise.prototype._notifyUnhandledRejectionIsHandled = function () { + fireRejectionEvent("rejectionHandled", + unhandledRejectionHandled, undefined, this); +}; + +Promise.prototype._setReturnedNonUndefined = function() { + this._bitField = this._bitField | 268435456; +}; + +Promise.prototype._returnedNonUndefined = function() { + return (this._bitField & 268435456) !== 0; +}; + +Promise.prototype._notifyUnhandledRejection = function () { + if (this._isRejectionUnhandled()) { + var reason = this._settledValue(); + this._setUnhandledRejectionIsNotified(); + fireRejectionEvent("unhandledRejection", + possiblyUnhandledRejection, reason, this); + } +}; + +Promise.prototype._setUnhandledRejectionIsNotified = function () { + this._bitField = this._bitField | 262144; +}; + +Promise.prototype._unsetUnhandledRejectionIsNotified = function () { + this._bitField = this._bitField & (~262144); +}; + +Promise.prototype._isUnhandledRejectionNotified = function () { + return (this._bitField & 262144) > 0; +}; + +Promise.prototype._setRejectionIsUnhandled = function () { + this._bitField = this._bitField | 1048576; +}; + +Promise.prototype._unsetRejectionIsUnhandled = function () { + this._bitField = this._bitField & (~1048576); + if (this._isUnhandledRejectionNotified()) { + this._unsetUnhandledRejectionIsNotified(); + this._notifyUnhandledRejectionIsHandled(); + } +}; + +Promise.prototype._isRejectionUnhandled = function () { + return (this._bitField & 1048576) > 0; +}; + +Promise.prototype._warn = function(message, shouldUseOwnTrace, promise) { + return warn(message, shouldUseOwnTrace, promise || this); +}; + +Promise.onPossiblyUnhandledRejection = function (fn) { + var context = Promise._getContext(); + possiblyUnhandledRejection = util.contextBind(context, fn); +}; + +Promise.onUnhandledRejectionHandled = function (fn) { + var context = Promise._getContext(); + unhandledRejectionHandled = util.contextBind(context, fn); +}; + +var disableLongStackTraces = function() {}; +Promise.longStackTraces = function () { + if (async.haveItemsQueued() && !config.longStackTraces) { + throw new Error("cannot enable long stack traces after promises have been created\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + if (!config.longStackTraces && longStackTracesIsSupported()) { + var Promise_captureStackTrace = Promise.prototype._captureStackTrace; + var Promise_attachExtraTrace = Promise.prototype._attachExtraTrace; + var Promise_dereferenceTrace = Promise.prototype._dereferenceTrace; + config.longStackTraces = true; + disableLongStackTraces = function() { + if (async.haveItemsQueued() && !config.longStackTraces) { + throw new Error("cannot enable long stack traces after promises have been created\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + Promise.prototype._captureStackTrace = Promise_captureStackTrace; + Promise.prototype._attachExtraTrace = Promise_attachExtraTrace; + Promise.prototype._dereferenceTrace = Promise_dereferenceTrace; + Context.deactivateLongStackTraces(); + config.longStackTraces = false; + }; + Promise.prototype._captureStackTrace = longStackTracesCaptureStackTrace; + Promise.prototype._attachExtraTrace = longStackTracesAttachExtraTrace; + Promise.prototype._dereferenceTrace = longStackTracesDereferenceTrace; + Context.activateLongStackTraces(); + } +}; + +Promise.hasLongStackTraces = function () { + return config.longStackTraces && longStackTracesIsSupported(); +}; + + +var legacyHandlers = { + unhandledrejection: { + before: function() { + var ret = util.global.onunhandledrejection; + util.global.onunhandledrejection = null; + return ret; + }, + after: function(fn) { + util.global.onunhandledrejection = fn; + } + }, + rejectionhandled: { + before: function() { + var ret = util.global.onrejectionhandled; + util.global.onrejectionhandled = null; + return ret; + }, + after: function(fn) { + util.global.onrejectionhandled = fn; + } + } +}; + +var fireDomEvent = (function() { + var dispatch = function(legacy, e) { + if (legacy) { + var fn; + try { + fn = legacy.before(); + return !util.global.dispatchEvent(e); + } finally { + legacy.after(fn); + } + } else { + return !util.global.dispatchEvent(e); + } + }; + try { + if (typeof CustomEvent === "function") { + var event = new CustomEvent("CustomEvent"); + util.global.dispatchEvent(event); + return function(name, event) { + name = name.toLowerCase(); + var eventData = { + detail: event, + cancelable: true + }; + var domEvent = new CustomEvent(name, eventData); + es5.defineProperty( + domEvent, "promise", {value: event.promise}); + es5.defineProperty( + domEvent, "reason", {value: event.reason}); + + return dispatch(legacyHandlers[name], domEvent); + }; + } else if (typeof Event === "function") { + var event = new Event("CustomEvent"); + util.global.dispatchEvent(event); + return function(name, event) { + name = name.toLowerCase(); + var domEvent = new Event(name, { + cancelable: true + }); + domEvent.detail = event; + es5.defineProperty(domEvent, "promise", {value: event.promise}); + es5.defineProperty(domEvent, "reason", {value: event.reason}); + return dispatch(legacyHandlers[name], domEvent); + }; + } else { + var event = document.createEvent("CustomEvent"); + event.initCustomEvent("testingtheevent", false, true, {}); + util.global.dispatchEvent(event); + return function(name, event) { + name = name.toLowerCase(); + var domEvent = document.createEvent("CustomEvent"); + domEvent.initCustomEvent(name, false, true, + event); + return dispatch(legacyHandlers[name], domEvent); + }; + } + } catch (e) {} + return function() { + return false; + }; +})(); + +var fireGlobalEvent = (function() { + if (util.isNode) { + return function() { + return process.emit.apply(process, arguments); + }; + } else { + if (!util.global) { + return function() { + return false; + }; + } + return function(name) { + var methodName = "on" + name.toLowerCase(); + var method = util.global[methodName]; + if (!method) return false; + method.apply(util.global, [].slice.call(arguments, 1)); + return true; + }; + } +})(); + +function generatePromiseLifecycleEventObject(name, promise) { + return {promise: promise}; +} + +var eventToObjectGenerator = { + promiseCreated: generatePromiseLifecycleEventObject, + promiseFulfilled: generatePromiseLifecycleEventObject, + promiseRejected: generatePromiseLifecycleEventObject, + promiseResolved: generatePromiseLifecycleEventObject, + promiseCancelled: generatePromiseLifecycleEventObject, + promiseChained: function(name, promise, child) { + return {promise: promise, child: child}; + }, + warning: function(name, warning) { + return {warning: warning}; + }, + unhandledRejection: function (name, reason, promise) { + return {reason: reason, promise: promise}; + }, + rejectionHandled: generatePromiseLifecycleEventObject +}; + +var activeFireEvent = function (name) { + var globalEventFired = false; + try { + globalEventFired = fireGlobalEvent.apply(null, arguments); + } catch (e) { + async.throwLater(e); + globalEventFired = true; + } + + var domEventFired = false; + try { + domEventFired = fireDomEvent(name, + eventToObjectGenerator[name].apply(null, arguments)); + } catch (e) { + async.throwLater(e); + domEventFired = true; + } + + return domEventFired || globalEventFired; +}; + +Promise.config = function(opts) { + opts = Object(opts); + if ("longStackTraces" in opts) { + if (opts.longStackTraces) { + Promise.longStackTraces(); + } else if (!opts.longStackTraces && Promise.hasLongStackTraces()) { + disableLongStackTraces(); + } + } + if ("warnings" in opts) { + var warningsOption = opts.warnings; + config.warnings = !!warningsOption; + wForgottenReturn = config.warnings; + + if (util.isObject(warningsOption)) { + if ("wForgottenReturn" in warningsOption) { + wForgottenReturn = !!warningsOption.wForgottenReturn; + } + } + } + if ("cancellation" in opts && opts.cancellation && !config.cancellation) { + if (async.haveItemsQueued()) { + throw new Error( + "cannot enable cancellation after promises are in use"); + } + Promise.prototype._clearCancellationData = + cancellationClearCancellationData; + Promise.prototype._propagateFrom = cancellationPropagateFrom; + Promise.prototype._onCancel = cancellationOnCancel; + Promise.prototype._setOnCancel = cancellationSetOnCancel; + Promise.prototype._attachCancellationCallback = + cancellationAttachCancellationCallback; + Promise.prototype._execute = cancellationExecute; + propagateFromFunction = cancellationPropagateFrom; + config.cancellation = true; + } + if ("monitoring" in opts) { + if (opts.monitoring && !config.monitoring) { + config.monitoring = true; + Promise.prototype._fireEvent = activeFireEvent; + } else if (!opts.monitoring && config.monitoring) { + config.monitoring = false; + Promise.prototype._fireEvent = defaultFireEvent; + } + } + if ("asyncHooks" in opts && util.nodeSupportsAsyncResource) { + var prev = config.asyncHooks; + var cur = !!opts.asyncHooks; + if (prev !== cur) { + config.asyncHooks = cur; + if (cur) { + enableAsyncHooks(); + } else { + disableAsyncHooks(); + } + } + } + return Promise; +}; + +function defaultFireEvent() { return false; } + +Promise.prototype._fireEvent = defaultFireEvent; +Promise.prototype._execute = function(executor, resolve, reject) { + try { + executor(resolve, reject); + } catch (e) { + return e; + } +}; +Promise.prototype._onCancel = function () {}; +Promise.prototype._setOnCancel = function (handler) { ; }; +Promise.prototype._attachCancellationCallback = function(onCancel) { + ; +}; +Promise.prototype._captureStackTrace = function () {}; +Promise.prototype._attachExtraTrace = function () {}; +Promise.prototype._dereferenceTrace = function () {}; +Promise.prototype._clearCancellationData = function() {}; +Promise.prototype._propagateFrom = function (parent, flags) { + ; + ; +}; + +function cancellationExecute(executor, resolve, reject) { + var promise = this; + try { + executor(resolve, reject, function(onCancel) { + if (typeof onCancel !== "function") { + throw new TypeError("onCancel must be a function, got: " + + util.toString(onCancel)); + } + promise._attachCancellationCallback(onCancel); + }); + } catch (e) { + return e; + } +} + +function cancellationAttachCancellationCallback(onCancel) { + if (!this._isCancellable()) return this; + + var previousOnCancel = this._onCancel(); + if (previousOnCancel !== undefined) { + if (util.isArray(previousOnCancel)) { + previousOnCancel.push(onCancel); + } else { + this._setOnCancel([previousOnCancel, onCancel]); + } + } else { + this._setOnCancel(onCancel); + } +} + +function cancellationOnCancel() { + return this._onCancelField; +} + +function cancellationSetOnCancel(onCancel) { + this._onCancelField = onCancel; +} + +function cancellationClearCancellationData() { + this._cancellationParent = undefined; + this._onCancelField = undefined; +} + +function cancellationPropagateFrom(parent, flags) { + if ((flags & 1) !== 0) { + this._cancellationParent = parent; + var branchesRemainingToCancel = parent._branchesRemainingToCancel; + if (branchesRemainingToCancel === undefined) { + branchesRemainingToCancel = 0; + } + parent._branchesRemainingToCancel = branchesRemainingToCancel + 1; + } + if ((flags & 2) !== 0 && parent._isBound()) { + this._setBoundTo(parent._boundTo); + } +} + +function bindingPropagateFrom(parent, flags) { + if ((flags & 2) !== 0 && parent._isBound()) { + this._setBoundTo(parent._boundTo); + } +} +var propagateFromFunction = bindingPropagateFrom; + +function boundValueFunction() { + var ret = this._boundTo; + if (ret !== undefined) { + if (ret instanceof Promise) { + if (ret.isFulfilled()) { + return ret.value(); + } else { + return undefined; + } + } + } + return ret; +} + +function longStackTracesCaptureStackTrace() { + this._trace = new CapturedTrace(this._peekContext()); +} + +function longStackTracesAttachExtraTrace(error, ignoreSelf) { + if (canAttachTrace(error)) { + var trace = this._trace; + if (trace !== undefined) { + if (ignoreSelf) trace = trace._parent; + } + if (trace !== undefined) { + trace.attachExtraTrace(error); + } else if (!error.__stackCleaned__) { + var parsed = parseStackAndMessage(error); + util.notEnumerableProp(error, "stack", + parsed.message + "\n" + parsed.stack.join("\n")); + util.notEnumerableProp(error, "__stackCleaned__", true); + } + } +} + +function longStackTracesDereferenceTrace() { + this._trace = undefined; +} + +function checkForgottenReturns(returnValue, promiseCreated, name, promise, + parent) { + if (returnValue === undefined && promiseCreated !== null && + wForgottenReturn) { + if (parent !== undefined && parent._returnedNonUndefined()) return; + if ((promise._bitField & 65535) === 0) return; + + if (name) name = name + " "; + var handlerLine = ""; + var creatorLine = ""; + if (promiseCreated._trace) { + var traceLines = promiseCreated._trace.stack.split("\n"); + var stack = cleanStack(traceLines); + for (var i = stack.length - 1; i >= 0; --i) { + var line = stack[i]; + if (!nodeFramePattern.test(line)) { + var lineMatches = line.match(parseLinePattern); + if (lineMatches) { + handlerLine = "at " + lineMatches[1] + + ":" + lineMatches[2] + ":" + lineMatches[3] + " "; + } + break; + } + } + + if (stack.length > 0) { + var firstUserLine = stack[0]; + for (var i = 0; i < traceLines.length; ++i) { + + if (traceLines[i] === firstUserLine) { + if (i > 0) { + creatorLine = "\n" + traceLines[i - 1]; + } + break; + } + } + + } + } + var msg = "a promise was created in a " + name + + "handler " + handlerLine + "but was not returned from it, " + + "see http://goo.gl/rRqMUw" + + creatorLine; + promise._warn(msg, true, promiseCreated); + } +} + +function deprecated(name, replacement) { + var message = name + + " is deprecated and will be removed in a future version."; + if (replacement) message += " Use " + replacement + " instead."; + return warn(message); +} + +function warn(message, shouldUseOwnTrace, promise) { + if (!config.warnings) return; + var warning = new Warning(message); + var ctx; + if (shouldUseOwnTrace) { + promise._attachExtraTrace(warning); + } else if (config.longStackTraces && (ctx = Promise._peekContext())) { + ctx.attachExtraTrace(warning); + } else { + var parsed = parseStackAndMessage(warning); + warning.stack = parsed.message + "\n" + parsed.stack.join("\n"); + } + + if (!activeFireEvent("warning", warning)) { + formatAndLogError(warning, "", true); + } +} + +function reconstructStack(message, stacks) { + for (var i = 0; i < stacks.length - 1; ++i) { + stacks[i].push("From previous event:"); + stacks[i] = stacks[i].join("\n"); + } + if (i < stacks.length) { + stacks[i] = stacks[i].join("\n"); + } + return message + "\n" + stacks.join("\n"); +} + +function removeDuplicateOrEmptyJumps(stacks) { + for (var i = 0; i < stacks.length; ++i) { + if (stacks[i].length === 0 || + ((i + 1 < stacks.length) && stacks[i][0] === stacks[i+1][0])) { + stacks.splice(i, 1); + i--; + } + } +} + +function removeCommonRoots(stacks) { + var current = stacks[0]; + for (var i = 1; i < stacks.length; ++i) { + var prev = stacks[i]; + var currentLastIndex = current.length - 1; + var currentLastLine = current[currentLastIndex]; + var commonRootMeetPoint = -1; + + for (var j = prev.length - 1; j >= 0; --j) { + if (prev[j] === currentLastLine) { + commonRootMeetPoint = j; + break; + } + } + + for (var j = commonRootMeetPoint; j >= 0; --j) { + var line = prev[j]; + if (current[currentLastIndex] === line) { + current.pop(); + currentLastIndex--; + } else { + break; + } + } + current = prev; + } +} + +function cleanStack(stack) { + var ret = []; + for (var i = 0; i < stack.length; ++i) { + var line = stack[i]; + var isTraceLine = " (No stack trace)" === line || + stackFramePattern.test(line); + var isInternalFrame = isTraceLine && shouldIgnore(line); + if (isTraceLine && !isInternalFrame) { + if (indentStackFrames && line.charAt(0) !== " ") { + line = " " + line; + } + ret.push(line); + } + } + return ret; +} + +function stackFramesAsArray(error) { + var stack = error.stack.replace(/\s+$/g, "").split("\n"); + for (var i = 0; i < stack.length; ++i) { + var line = stack[i]; + if (" (No stack trace)" === line || stackFramePattern.test(line)) { + break; + } + } + if (i > 0 && error.name != "SyntaxError") { + stack = stack.slice(i); + } + return stack; +} + +function parseStackAndMessage(error) { + var stack = error.stack; + var message = error.toString(); + stack = typeof stack === "string" && stack.length > 0 + ? stackFramesAsArray(error) : [" (No stack trace)"]; + return { + message: message, + stack: error.name == "SyntaxError" ? stack : cleanStack(stack) + }; +} + +function formatAndLogError(error, title, isSoft) { + if (typeof console !== "undefined") { + var message; + if (util.isObject(error)) { + var stack = error.stack; + message = title + formatStack(stack, error); + } else { + message = title + String(error); + } + if (typeof printWarning === "function") { + printWarning(message, isSoft); + } else if (typeof console.log === "function" || + typeof console.log === "object") { + console.log(message); + } + } +} + +function fireRejectionEvent(name, localHandler, reason, promise) { + var localEventFired = false; + try { + if (typeof localHandler === "function") { + localEventFired = true; + if (name === "rejectionHandled") { + localHandler(promise); + } else { + localHandler(reason, promise); + } + } + } catch (e) { + async.throwLater(e); + } + + if (name === "unhandledRejection") { + if (!activeFireEvent(name, reason, promise) && !localEventFired) { + formatAndLogError(reason, "Unhandled rejection "); + } + } else { + activeFireEvent(name, promise); + } +} + +function formatNonError(obj) { + var str; + if (typeof obj === "function") { + str = "[function " + + (obj.name || "anonymous") + + "]"; + } else { + str = obj && typeof obj.toString === "function" + ? obj.toString() : util.toString(obj); + var ruselessToString = /\[object [a-zA-Z0-9$_]+\]/; + if (ruselessToString.test(str)) { + try { + var newStr = JSON.stringify(obj); + str = newStr; + } + catch(e) { + + } + } + if (str.length === 0) { + str = "(empty array)"; + } + } + return ("(<" + snip(str) + ">, no stack trace)"); +} + +function snip(str) { + var maxChars = 41; + if (str.length < maxChars) { + return str; + } + return str.substr(0, maxChars - 3) + "..."; +} + +function longStackTracesIsSupported() { + return typeof captureStackTrace === "function"; +} + +var shouldIgnore = function() { return false; }; +var parseLineInfoRegex = /[\/<\(]([^:\/]+):(\d+):(?:\d+)\)?\s*$/; +function parseLineInfo(line) { + var matches = line.match(parseLineInfoRegex); + if (matches) { + return { + fileName: matches[1], + line: parseInt(matches[2], 10) + }; + } +} + +function setBounds(firstLineError, lastLineError) { + if (!longStackTracesIsSupported()) return; + var firstStackLines = (firstLineError.stack || "").split("\n"); + var lastStackLines = (lastLineError.stack || "").split("\n"); + var firstIndex = -1; + var lastIndex = -1; + var firstFileName; + var lastFileName; + for (var i = 0; i < firstStackLines.length; ++i) { + var result = parseLineInfo(firstStackLines[i]); + if (result) { + firstFileName = result.fileName; + firstIndex = result.line; + break; + } + } + for (var i = 0; i < lastStackLines.length; ++i) { + var result = parseLineInfo(lastStackLines[i]); + if (result) { + lastFileName = result.fileName; + lastIndex = result.line; + break; + } + } + if (firstIndex < 0 || lastIndex < 0 || !firstFileName || !lastFileName || + firstFileName !== lastFileName || firstIndex >= lastIndex) { + return; + } + + shouldIgnore = function(line) { + if (bluebirdFramePattern.test(line)) return true; + var info = parseLineInfo(line); + if (info) { + if (info.fileName === firstFileName && + (firstIndex <= info.line && info.line <= lastIndex)) { + return true; + } + } + return false; + }; +} + +function CapturedTrace(parent) { + this._parent = parent; + this._promisesCreated = 0; + var length = this._length = 1 + (parent === undefined ? 0 : parent._length); + captureStackTrace(this, CapturedTrace); + if (length > 32) this.uncycle(); +} +util.inherits(CapturedTrace, Error); +Context.CapturedTrace = CapturedTrace; + +CapturedTrace.prototype.uncycle = function() { + var length = this._length; + if (length < 2) return; + var nodes = []; + var stackToIndex = {}; + + for (var i = 0, node = this; node !== undefined; ++i) { + nodes.push(node); + node = node._parent; + } + length = this._length = i; + for (var i = length - 1; i >= 0; --i) { + var stack = nodes[i].stack; + if (stackToIndex[stack] === undefined) { + stackToIndex[stack] = i; + } + } + for (var i = 0; i < length; ++i) { + var currentStack = nodes[i].stack; + var index = stackToIndex[currentStack]; + if (index !== undefined && index !== i) { + if (index > 0) { + nodes[index - 1]._parent = undefined; + nodes[index - 1]._length = 1; + } + nodes[i]._parent = undefined; + nodes[i]._length = 1; + var cycleEdgeNode = i > 0 ? nodes[i - 1] : this; + + if (index < length - 1) { + cycleEdgeNode._parent = nodes[index + 1]; + cycleEdgeNode._parent.uncycle(); + cycleEdgeNode._length = + cycleEdgeNode._parent._length + 1; + } else { + cycleEdgeNode._parent = undefined; + cycleEdgeNode._length = 1; + } + var currentChildLength = cycleEdgeNode._length + 1; + for (var j = i - 2; j >= 0; --j) { + nodes[j]._length = currentChildLength; + currentChildLength++; + } + return; + } + } +}; + +CapturedTrace.prototype.attachExtraTrace = function(error) { + if (error.__stackCleaned__) return; + this.uncycle(); + var parsed = parseStackAndMessage(error); + var message = parsed.message; + var stacks = [parsed.stack]; + + var trace = this; + while (trace !== undefined) { + stacks.push(cleanStack(trace.stack.split("\n"))); + trace = trace._parent; + } + removeCommonRoots(stacks); + removeDuplicateOrEmptyJumps(stacks); + util.notEnumerableProp(error, "stack", reconstructStack(message, stacks)); + util.notEnumerableProp(error, "__stackCleaned__", true); +}; + +var captureStackTrace = (function stackDetection() { + var v8stackFramePattern = /^\s*at\s*/; + var v8stackFormatter = function(stack, error) { + if (typeof stack === "string") return stack; + + if (error.name !== undefined && + error.message !== undefined) { + return error.toString(); + } + return formatNonError(error); + }; + + if (typeof Error.stackTraceLimit === "number" && + typeof Error.captureStackTrace === "function") { + Error.stackTraceLimit += 6; + stackFramePattern = v8stackFramePattern; + formatStack = v8stackFormatter; + var captureStackTrace = Error.captureStackTrace; + + shouldIgnore = function(line) { + return bluebirdFramePattern.test(line); + }; + return function(receiver, ignoreUntil) { + Error.stackTraceLimit += 6; + captureStackTrace(receiver, ignoreUntil); + Error.stackTraceLimit -= 6; + }; + } + var err = new Error(); + + if (typeof err.stack === "string" && + err.stack.split("\n")[0].indexOf("stackDetection@") >= 0) { + stackFramePattern = /@/; + formatStack = v8stackFormatter; + indentStackFrames = true; + return function captureStackTrace(o) { + o.stack = new Error().stack; + }; + } + + var hasStackAfterThrow; + try { throw new Error(); } + catch(e) { + hasStackAfterThrow = ("stack" in e); + } + if (!("stack" in err) && hasStackAfterThrow && + typeof Error.stackTraceLimit === "number") { + stackFramePattern = v8stackFramePattern; + formatStack = v8stackFormatter; + return function captureStackTrace(o) { + Error.stackTraceLimit += 6; + try { throw new Error(); } + catch(e) { o.stack = e.stack; } + Error.stackTraceLimit -= 6; + }; + } + + formatStack = function(stack, error) { + if (typeof stack === "string") return stack; + + if ((typeof error === "object" || + typeof error === "function") && + error.name !== undefined && + error.message !== undefined) { + return error.toString(); + } + return formatNonError(error); + }; + + return null; + +})([]); + +if (typeof console !== "undefined" && typeof console.warn !== "undefined") { + printWarning = function (message) { + console.warn(message); + }; + if (util.isNode && process.stderr.isTTY) { + printWarning = function(message, isSoft) { + var color = isSoft ? "\u001b[33m" : "\u001b[31m"; + console.warn(color + message + "\u001b[0m\n"); + }; + } else if (!util.isNode && typeof (new Error().stack) === "string") { + printWarning = function(message, isSoft) { + console.warn("%c" + message, + isSoft ? "color: darkorange" : "color: red"); + }; + } +} + +var config = { + warnings: warnings, + longStackTraces: false, + cancellation: false, + monitoring: false, + asyncHooks: false +}; + +if (longStackTraces) Promise.longStackTraces(); + +return { + asyncHooks: function() { + return config.asyncHooks; + }, + longStackTraces: function() { + return config.longStackTraces; + }, + warnings: function() { + return config.warnings; + }, + cancellation: function() { + return config.cancellation; + }, + monitoring: function() { + return config.monitoring; + }, + propagateFromFunction: function() { + return propagateFromFunction; + }, + boundValueFunction: function() { + return boundValueFunction; + }, + checkForgottenReturns: checkForgottenReturns, + setBounds: setBounds, + warn: warn, + deprecated: deprecated, + CapturedTrace: CapturedTrace, + fireDomEvent: fireDomEvent, + fireGlobalEvent: fireGlobalEvent +}; +}; diff --git a/node_modules/bluebird/js/release/direct_resolve.js b/node_modules/bluebird/js/release/direct_resolve.js new file mode 100644 index 0000000..a890298 --- /dev/null +++ b/node_modules/bluebird/js/release/direct_resolve.js @@ -0,0 +1,46 @@ +"use strict"; +module.exports = function(Promise) { +function returner() { + return this.value; +} +function thrower() { + throw this.reason; +} + +Promise.prototype["return"] = +Promise.prototype.thenReturn = function (value) { + if (value instanceof Promise) value.suppressUnhandledRejections(); + return this._then( + returner, undefined, undefined, {value: value}, undefined); +}; + +Promise.prototype["throw"] = +Promise.prototype.thenThrow = function (reason) { + return this._then( + thrower, undefined, undefined, {reason: reason}, undefined); +}; + +Promise.prototype.catchThrow = function (reason) { + if (arguments.length <= 1) { + return this._then( + undefined, thrower, undefined, {reason: reason}, undefined); + } else { + var _reason = arguments[1]; + var handler = function() {throw _reason;}; + return this.caught(reason, handler); + } +}; + +Promise.prototype.catchReturn = function (value) { + if (arguments.length <= 1) { + if (value instanceof Promise) value.suppressUnhandledRejections(); + return this._then( + undefined, returner, undefined, {value: value}, undefined); + } else { + var _value = arguments[1]; + if (_value instanceof Promise) _value.suppressUnhandledRejections(); + var handler = function() {return _value;}; + return this.caught(value, handler); + } +}; +}; diff --git a/node_modules/bluebird/js/release/each.js b/node_modules/bluebird/js/release/each.js new file mode 100644 index 0000000..e4f3d05 --- /dev/null +++ b/node_modules/bluebird/js/release/each.js @@ -0,0 +1,30 @@ +"use strict"; +module.exports = function(Promise, INTERNAL) { +var PromiseReduce = Promise.reduce; +var PromiseAll = Promise.all; + +function promiseAllThis() { + return PromiseAll(this); +} + +function PromiseMapSeries(promises, fn) { + return PromiseReduce(promises, fn, INTERNAL, INTERNAL); +} + +Promise.prototype.each = function (fn) { + return PromiseReduce(this, fn, INTERNAL, 0) + ._then(promiseAllThis, undefined, undefined, this, undefined); +}; + +Promise.prototype.mapSeries = function (fn) { + return PromiseReduce(this, fn, INTERNAL, INTERNAL); +}; + +Promise.each = function (promises, fn) { + return PromiseReduce(promises, fn, INTERNAL, 0) + ._then(promiseAllThis, undefined, undefined, promises, undefined); +}; + +Promise.mapSeries = PromiseMapSeries; +}; + diff --git a/node_modules/bluebird/js/release/errors.js b/node_modules/bluebird/js/release/errors.js new file mode 100644 index 0000000..f62f323 --- /dev/null +++ b/node_modules/bluebird/js/release/errors.js @@ -0,0 +1,116 @@ +"use strict"; +var es5 = require("./es5"); +var Objectfreeze = es5.freeze; +var util = require("./util"); +var inherits = util.inherits; +var notEnumerableProp = util.notEnumerableProp; + +function subError(nameProperty, defaultMessage) { + function SubError(message) { + if (!(this instanceof SubError)) return new SubError(message); + notEnumerableProp(this, "message", + typeof message === "string" ? message : defaultMessage); + notEnumerableProp(this, "name", nameProperty); + if (Error.captureStackTrace) { + Error.captureStackTrace(this, this.constructor); + } else { + Error.call(this); + } + } + inherits(SubError, Error); + return SubError; +} + +var _TypeError, _RangeError; +var Warning = subError("Warning", "warning"); +var CancellationError = subError("CancellationError", "cancellation error"); +var TimeoutError = subError("TimeoutError", "timeout error"); +var AggregateError = subError("AggregateError", "aggregate error"); +try { + _TypeError = TypeError; + _RangeError = RangeError; +} catch(e) { + _TypeError = subError("TypeError", "type error"); + _RangeError = subError("RangeError", "range error"); +} + +var methods = ("join pop push shift unshift slice filter forEach some " + + "every map indexOf lastIndexOf reduce reduceRight sort reverse").split(" "); + +for (var i = 0; i < methods.length; ++i) { + if (typeof Array.prototype[methods[i]] === "function") { + AggregateError.prototype[methods[i]] = Array.prototype[methods[i]]; + } +} + +es5.defineProperty(AggregateError.prototype, "length", { + value: 0, + configurable: false, + writable: true, + enumerable: true +}); +AggregateError.prototype["isOperational"] = true; +var level = 0; +AggregateError.prototype.toString = function() { + var indent = Array(level * 4 + 1).join(" "); + var ret = "\n" + indent + "AggregateError of:" + "\n"; + level++; + indent = Array(level * 4 + 1).join(" "); + for (var i = 0; i < this.length; ++i) { + var str = this[i] === this ? "[Circular AggregateError]" : this[i] + ""; + var lines = str.split("\n"); + for (var j = 0; j < lines.length; ++j) { + lines[j] = indent + lines[j]; + } + str = lines.join("\n"); + ret += str + "\n"; + } + level--; + return ret; +}; + +function OperationalError(message) { + if (!(this instanceof OperationalError)) + return new OperationalError(message); + notEnumerableProp(this, "name", "OperationalError"); + notEnumerableProp(this, "message", message); + this.cause = message; + this["isOperational"] = true; + + if (message instanceof Error) { + notEnumerableProp(this, "message", message.message); + notEnumerableProp(this, "stack", message.stack); + } else if (Error.captureStackTrace) { + Error.captureStackTrace(this, this.constructor); + } + +} +inherits(OperationalError, Error); + +var errorTypes = Error["__BluebirdErrorTypes__"]; +if (!errorTypes) { + errorTypes = Objectfreeze({ + CancellationError: CancellationError, + TimeoutError: TimeoutError, + OperationalError: OperationalError, + RejectionError: OperationalError, + AggregateError: AggregateError + }); + es5.defineProperty(Error, "__BluebirdErrorTypes__", { + value: errorTypes, + writable: false, + enumerable: false, + configurable: false + }); +} + +module.exports = { + Error: Error, + TypeError: _TypeError, + RangeError: _RangeError, + CancellationError: errorTypes.CancellationError, + OperationalError: errorTypes.OperationalError, + TimeoutError: errorTypes.TimeoutError, + AggregateError: errorTypes.AggregateError, + Warning: Warning +}; diff --git a/node_modules/bluebird/js/release/es5.js b/node_modules/bluebird/js/release/es5.js new file mode 100644 index 0000000..ea41d5a --- /dev/null +++ b/node_modules/bluebird/js/release/es5.js @@ -0,0 +1,80 @@ +var isES5 = (function(){ + "use strict"; + return this === undefined; +})(); + +if (isES5) { + module.exports = { + freeze: Object.freeze, + defineProperty: Object.defineProperty, + getDescriptor: Object.getOwnPropertyDescriptor, + keys: Object.keys, + names: Object.getOwnPropertyNames, + getPrototypeOf: Object.getPrototypeOf, + isArray: Array.isArray, + isES5: isES5, + propertyIsWritable: function(obj, prop) { + var descriptor = Object.getOwnPropertyDescriptor(obj, prop); + return !!(!descriptor || descriptor.writable || descriptor.set); + } + }; +} else { + var has = {}.hasOwnProperty; + var str = {}.toString; + var proto = {}.constructor.prototype; + + var ObjectKeys = function (o) { + var ret = []; + for (var key in o) { + if (has.call(o, key)) { + ret.push(key); + } + } + return ret; + }; + + var ObjectGetDescriptor = function(o, key) { + return {value: o[key]}; + }; + + var ObjectDefineProperty = function (o, key, desc) { + o[key] = desc.value; + return o; + }; + + var ObjectFreeze = function (obj) { + return obj; + }; + + var ObjectGetPrototypeOf = function (obj) { + try { + return Object(obj).constructor.prototype; + } + catch (e) { + return proto; + } + }; + + var ArrayIsArray = function (obj) { + try { + return str.call(obj) === "[object Array]"; + } + catch(e) { + return false; + } + }; + + module.exports = { + isArray: ArrayIsArray, + keys: ObjectKeys, + names: ObjectKeys, + defineProperty: ObjectDefineProperty, + getDescriptor: ObjectGetDescriptor, + freeze: ObjectFreeze, + getPrototypeOf: ObjectGetPrototypeOf, + isES5: isES5, + propertyIsWritable: function() { + return true; + } + }; +} diff --git a/node_modules/bluebird/js/release/filter.js b/node_modules/bluebird/js/release/filter.js new file mode 100644 index 0000000..ed57bf0 --- /dev/null +++ b/node_modules/bluebird/js/release/filter.js @@ -0,0 +1,12 @@ +"use strict"; +module.exports = function(Promise, INTERNAL) { +var PromiseMap = Promise.map; + +Promise.prototype.filter = function (fn, options) { + return PromiseMap(this, fn, options, INTERNAL); +}; + +Promise.filter = function (promises, fn, options) { + return PromiseMap(promises, fn, options, INTERNAL); +}; +}; diff --git a/node_modules/bluebird/js/release/finally.js b/node_modules/bluebird/js/release/finally.js new file mode 100644 index 0000000..d57444b --- /dev/null +++ b/node_modules/bluebird/js/release/finally.js @@ -0,0 +1,146 @@ +"use strict"; +module.exports = function(Promise, tryConvertToPromise, NEXT_FILTER) { +var util = require("./util"); +var CancellationError = Promise.CancellationError; +var errorObj = util.errorObj; +var catchFilter = require("./catch_filter")(NEXT_FILTER); + +function PassThroughHandlerContext(promise, type, handler) { + this.promise = promise; + this.type = type; + this.handler = handler; + this.called = false; + this.cancelPromise = null; +} + +PassThroughHandlerContext.prototype.isFinallyHandler = function() { + return this.type === 0; +}; + +function FinallyHandlerCancelReaction(finallyHandler) { + this.finallyHandler = finallyHandler; +} + +FinallyHandlerCancelReaction.prototype._resultCancelled = function() { + checkCancel(this.finallyHandler); +}; + +function checkCancel(ctx, reason) { + if (ctx.cancelPromise != null) { + if (arguments.length > 1) { + ctx.cancelPromise._reject(reason); + } else { + ctx.cancelPromise._cancel(); + } + ctx.cancelPromise = null; + return true; + } + return false; +} + +function succeed() { + return finallyHandler.call(this, this.promise._target()._settledValue()); +} +function fail(reason) { + if (checkCancel(this, reason)) return; + errorObj.e = reason; + return errorObj; +} +function finallyHandler(reasonOrValue) { + var promise = this.promise; + var handler = this.handler; + + if (!this.called) { + this.called = true; + var ret = this.isFinallyHandler() + ? handler.call(promise._boundValue()) + : handler.call(promise._boundValue(), reasonOrValue); + if (ret === NEXT_FILTER) { + return ret; + } else if (ret !== undefined) { + promise._setReturnedNonUndefined(); + var maybePromise = tryConvertToPromise(ret, promise); + if (maybePromise instanceof Promise) { + if (this.cancelPromise != null) { + if (maybePromise._isCancelled()) { + var reason = + new CancellationError("late cancellation observer"); + promise._attachExtraTrace(reason); + errorObj.e = reason; + return errorObj; + } else if (maybePromise.isPending()) { + maybePromise._attachCancellationCallback( + new FinallyHandlerCancelReaction(this)); + } + } + return maybePromise._then( + succeed, fail, undefined, this, undefined); + } + } + } + + if (promise.isRejected()) { + checkCancel(this); + errorObj.e = reasonOrValue; + return errorObj; + } else { + checkCancel(this); + return reasonOrValue; + } +} + +Promise.prototype._passThrough = function(handler, type, success, fail) { + if (typeof handler !== "function") return this.then(); + return this._then(success, + fail, + undefined, + new PassThroughHandlerContext(this, type, handler), + undefined); +}; + +Promise.prototype.lastly = +Promise.prototype["finally"] = function (handler) { + return this._passThrough(handler, + 0, + finallyHandler, + finallyHandler); +}; + + +Promise.prototype.tap = function (handler) { + return this._passThrough(handler, 1, finallyHandler); +}; + +Promise.prototype.tapCatch = function (handlerOrPredicate) { + var len = arguments.length; + if(len === 1) { + return this._passThrough(handlerOrPredicate, + 1, + undefined, + finallyHandler); + } else { + var catchInstances = new Array(len - 1), + j = 0, i; + for (i = 0; i < len - 1; ++i) { + var item = arguments[i]; + if (util.isObject(item)) { + catchInstances[j++] = item; + } else { + return Promise.reject(new TypeError( + "tapCatch statement predicate: " + + "expecting an object but got " + util.classString(item) + )); + } + } + catchInstances.length = j; + var handler = arguments[i]; + return this._passThrough(catchFilter(catchInstances, handler, this), + 1, + undefined, + finallyHandler); + } + +}; + +return PassThroughHandlerContext; +}; diff --git a/node_modules/bluebird/js/release/generators.js b/node_modules/bluebird/js/release/generators.js new file mode 100644 index 0000000..500c280 --- /dev/null +++ b/node_modules/bluebird/js/release/generators.js @@ -0,0 +1,223 @@ +"use strict"; +module.exports = function(Promise, + apiRejection, + INTERNAL, + tryConvertToPromise, + Proxyable, + debug) { +var errors = require("./errors"); +var TypeError = errors.TypeError; +var util = require("./util"); +var errorObj = util.errorObj; +var tryCatch = util.tryCatch; +var yieldHandlers = []; + +function promiseFromYieldHandler(value, yieldHandlers, traceParent) { + for (var i = 0; i < yieldHandlers.length; ++i) { + traceParent._pushContext(); + var result = tryCatch(yieldHandlers[i])(value); + traceParent._popContext(); + if (result === errorObj) { + traceParent._pushContext(); + var ret = Promise.reject(errorObj.e); + traceParent._popContext(); + return ret; + } + var maybePromise = tryConvertToPromise(result, traceParent); + if (maybePromise instanceof Promise) return maybePromise; + } + return null; +} + +function PromiseSpawn(generatorFunction, receiver, yieldHandler, stack) { + if (debug.cancellation()) { + var internal = new Promise(INTERNAL); + var _finallyPromise = this._finallyPromise = new Promise(INTERNAL); + this._promise = internal.lastly(function() { + return _finallyPromise; + }); + internal._captureStackTrace(); + internal._setOnCancel(this); + } else { + var promise = this._promise = new Promise(INTERNAL); + promise._captureStackTrace(); + } + this._stack = stack; + this._generatorFunction = generatorFunction; + this._receiver = receiver; + this._generator = undefined; + this._yieldHandlers = typeof yieldHandler === "function" + ? [yieldHandler].concat(yieldHandlers) + : yieldHandlers; + this._yieldedPromise = null; + this._cancellationPhase = false; +} +util.inherits(PromiseSpawn, Proxyable); + +PromiseSpawn.prototype._isResolved = function() { + return this._promise === null; +}; + +PromiseSpawn.prototype._cleanup = function() { + this._promise = this._generator = null; + if (debug.cancellation() && this._finallyPromise !== null) { + this._finallyPromise._fulfill(); + this._finallyPromise = null; + } +}; + +PromiseSpawn.prototype._promiseCancelled = function() { + if (this._isResolved()) return; + var implementsReturn = typeof this._generator["return"] !== "undefined"; + + var result; + if (!implementsReturn) { + var reason = new Promise.CancellationError( + "generator .return() sentinel"); + Promise.coroutine.returnSentinel = reason; + this._promise._attachExtraTrace(reason); + this._promise._pushContext(); + result = tryCatch(this._generator["throw"]).call(this._generator, + reason); + this._promise._popContext(); + } else { + this._promise._pushContext(); + result = tryCatch(this._generator["return"]).call(this._generator, + undefined); + this._promise._popContext(); + } + this._cancellationPhase = true; + this._yieldedPromise = null; + this._continue(result); +}; + +PromiseSpawn.prototype._promiseFulfilled = function(value) { + this._yieldedPromise = null; + this._promise._pushContext(); + var result = tryCatch(this._generator.next).call(this._generator, value); + this._promise._popContext(); + this._continue(result); +}; + +PromiseSpawn.prototype._promiseRejected = function(reason) { + this._yieldedPromise = null; + this._promise._attachExtraTrace(reason); + this._promise._pushContext(); + var result = tryCatch(this._generator["throw"]) + .call(this._generator, reason); + this._promise._popContext(); + this._continue(result); +}; + +PromiseSpawn.prototype._resultCancelled = function() { + if (this._yieldedPromise instanceof Promise) { + var promise = this._yieldedPromise; + this._yieldedPromise = null; + promise.cancel(); + } +}; + +PromiseSpawn.prototype.promise = function () { + return this._promise; +}; + +PromiseSpawn.prototype._run = function () { + this._generator = this._generatorFunction.call(this._receiver); + this._receiver = + this._generatorFunction = undefined; + this._promiseFulfilled(undefined); +}; + +PromiseSpawn.prototype._continue = function (result) { + var promise = this._promise; + if (result === errorObj) { + this._cleanup(); + if (this._cancellationPhase) { + return promise.cancel(); + } else { + return promise._rejectCallback(result.e, false); + } + } + + var value = result.value; + if (result.done === true) { + this._cleanup(); + if (this._cancellationPhase) { + return promise.cancel(); + } else { + return promise._resolveCallback(value); + } + } else { + var maybePromise = tryConvertToPromise(value, this._promise); + if (!(maybePromise instanceof Promise)) { + maybePromise = + promiseFromYieldHandler(maybePromise, + this._yieldHandlers, + this._promise); + if (maybePromise === null) { + this._promiseRejected( + new TypeError( + "A value %s was yielded that could not be treated as a promise\u000a\u000a See http://goo.gl/MqrFmX\u000a\u000a".replace("%s", String(value)) + + "From coroutine:\u000a" + + this._stack.split("\n").slice(1, -7).join("\n") + ) + ); + return; + } + } + maybePromise = maybePromise._target(); + var bitField = maybePromise._bitField; + ; + if (((bitField & 50397184) === 0)) { + this._yieldedPromise = maybePromise; + maybePromise._proxy(this, null); + } else if (((bitField & 33554432) !== 0)) { + Promise._async.invoke( + this._promiseFulfilled, this, maybePromise._value() + ); + } else if (((bitField & 16777216) !== 0)) { + Promise._async.invoke( + this._promiseRejected, this, maybePromise._reason() + ); + } else { + this._promiseCancelled(); + } + } +}; + +Promise.coroutine = function (generatorFunction, options) { + if (typeof generatorFunction !== "function") { + throw new TypeError("generatorFunction must be a function\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + var yieldHandler = Object(options).yieldHandler; + var PromiseSpawn$ = PromiseSpawn; + var stack = new Error().stack; + return function () { + var generator = generatorFunction.apply(this, arguments); + var spawn = new PromiseSpawn$(undefined, undefined, yieldHandler, + stack); + var ret = spawn.promise(); + spawn._generator = generator; + spawn._promiseFulfilled(undefined); + return ret; + }; +}; + +Promise.coroutine.addYieldHandler = function(fn) { + if (typeof fn !== "function") { + throw new TypeError("expecting a function but got " + util.classString(fn)); + } + yieldHandlers.push(fn); +}; + +Promise.spawn = function (generatorFunction) { + debug.deprecated("Promise.spawn()", "Promise.coroutine()"); + if (typeof generatorFunction !== "function") { + return apiRejection("generatorFunction must be a function\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + var spawn = new PromiseSpawn(generatorFunction, this); + var ret = spawn.promise(); + spawn._run(Promise.spawn); + return ret; +}; +}; diff --git a/node_modules/bluebird/js/release/join.js b/node_modules/bluebird/js/release/join.js new file mode 100644 index 0000000..e7e19f0 --- /dev/null +++ b/node_modules/bluebird/js/release/join.js @@ -0,0 +1,165 @@ +"use strict"; +module.exports = +function(Promise, PromiseArray, tryConvertToPromise, INTERNAL, async) { +var util = require("./util"); +var canEvaluate = util.canEvaluate; +var tryCatch = util.tryCatch; +var errorObj = util.errorObj; +var reject; + +if (!false) { +if (canEvaluate) { + var thenCallback = function(i) { + return new Function("value", "holder", " \n\ + 'use strict'; \n\ + holder.pIndex = value; \n\ + holder.checkFulfillment(this); \n\ + ".replace(/Index/g, i)); + }; + + var promiseSetter = function(i) { + return new Function("promise", "holder", " \n\ + 'use strict'; \n\ + holder.pIndex = promise; \n\ + ".replace(/Index/g, i)); + }; + + var generateHolderClass = function(total) { + var props = new Array(total); + for (var i = 0; i < props.length; ++i) { + props[i] = "this.p" + (i+1); + } + var assignment = props.join(" = ") + " = null;"; + var cancellationCode= "var promise;\n" + props.map(function(prop) { + return " \n\ + promise = " + prop + "; \n\ + if (promise instanceof Promise) { \n\ + promise.cancel(); \n\ + } \n\ + "; + }).join("\n"); + var passedArguments = props.join(", "); + var name = "Holder$" + total; + + + var code = "return function(tryCatch, errorObj, Promise, async) { \n\ + 'use strict'; \n\ + function [TheName](fn) { \n\ + [TheProperties] \n\ + this.fn = fn; \n\ + this.asyncNeeded = true; \n\ + this.now = 0; \n\ + } \n\ + \n\ + [TheName].prototype._callFunction = function(promise) { \n\ + promise._pushContext(); \n\ + var ret = tryCatch(this.fn)([ThePassedArguments]); \n\ + promise._popContext(); \n\ + if (ret === errorObj) { \n\ + promise._rejectCallback(ret.e, false); \n\ + } else { \n\ + promise._resolveCallback(ret); \n\ + } \n\ + }; \n\ + \n\ + [TheName].prototype.checkFulfillment = function(promise) { \n\ + var now = ++this.now; \n\ + if (now === [TheTotal]) { \n\ + if (this.asyncNeeded) { \n\ + async.invoke(this._callFunction, this, promise); \n\ + } else { \n\ + this._callFunction(promise); \n\ + } \n\ + \n\ + } \n\ + }; \n\ + \n\ + [TheName].prototype._resultCancelled = function() { \n\ + [CancellationCode] \n\ + }; \n\ + \n\ + return [TheName]; \n\ + }(tryCatch, errorObj, Promise, async); \n\ + "; + + code = code.replace(/\[TheName\]/g, name) + .replace(/\[TheTotal\]/g, total) + .replace(/\[ThePassedArguments\]/g, passedArguments) + .replace(/\[TheProperties\]/g, assignment) + .replace(/\[CancellationCode\]/g, cancellationCode); + + return new Function("tryCatch", "errorObj", "Promise", "async", code) + (tryCatch, errorObj, Promise, async); + }; + + var holderClasses = []; + var thenCallbacks = []; + var promiseSetters = []; + + for (var i = 0; i < 8; ++i) { + holderClasses.push(generateHolderClass(i + 1)); + thenCallbacks.push(thenCallback(i + 1)); + promiseSetters.push(promiseSetter(i + 1)); + } + + reject = function (reason) { + this._reject(reason); + }; +}} + +Promise.join = function () { + var last = arguments.length - 1; + var fn; + if (last > 0 && typeof arguments[last] === "function") { + fn = arguments[last]; + if (!false) { + if (last <= 8 && canEvaluate) { + var ret = new Promise(INTERNAL); + ret._captureStackTrace(); + var HolderClass = holderClasses[last - 1]; + var holder = new HolderClass(fn); + var callbacks = thenCallbacks; + + for (var i = 0; i < last; ++i) { + var maybePromise = tryConvertToPromise(arguments[i], ret); + if (maybePromise instanceof Promise) { + maybePromise = maybePromise._target(); + var bitField = maybePromise._bitField; + ; + if (((bitField & 50397184) === 0)) { + maybePromise._then(callbacks[i], reject, + undefined, ret, holder); + promiseSetters[i](maybePromise, holder); + holder.asyncNeeded = false; + } else if (((bitField & 33554432) !== 0)) { + callbacks[i].call(ret, + maybePromise._value(), holder); + } else if (((bitField & 16777216) !== 0)) { + ret._reject(maybePromise._reason()); + } else { + ret._cancel(); + } + } else { + callbacks[i].call(ret, maybePromise, holder); + } + } + + if (!ret._isFateSealed()) { + if (holder.asyncNeeded) { + var context = Promise._getContext(); + holder.fn = util.contextBind(context, holder.fn); + } + ret._setAsyncGuaranteed(); + ret._setOnCancel(holder); + } + return ret; + } + } + } + var $_len = arguments.length;var args = new Array($_len); for(var $_i = 0; $_i < $_len ; ++$_i) {args[$_i] = arguments[$_i ];}; + if (fn) args.pop(); + var ret = new PromiseArray(args).promise(); + return fn !== undefined ? ret.spread(fn) : ret; +}; + +}; diff --git a/node_modules/bluebird/js/release/map.js b/node_modules/bluebird/js/release/map.js new file mode 100644 index 0000000..91d5a82 --- /dev/null +++ b/node_modules/bluebird/js/release/map.js @@ -0,0 +1,175 @@ +"use strict"; +module.exports = function(Promise, + PromiseArray, + apiRejection, + tryConvertToPromise, + INTERNAL, + debug) { +var util = require("./util"); +var tryCatch = util.tryCatch; +var errorObj = util.errorObj; +var async = Promise._async; + +function MappingPromiseArray(promises, fn, limit, _filter) { + this.constructor$(promises); + this._promise._captureStackTrace(); + var context = Promise._getContext(); + this._callback = util.contextBind(context, fn); + this._preservedValues = _filter === INTERNAL + ? new Array(this.length()) + : null; + this._limit = limit; + this._inFlight = 0; + this._queue = []; + async.invoke(this._asyncInit, this, undefined); + if (util.isArray(promises)) { + for (var i = 0; i < promises.length; ++i) { + var maybePromise = promises[i]; + if (maybePromise instanceof Promise) { + maybePromise.suppressUnhandledRejections(); + } + } + } +} +util.inherits(MappingPromiseArray, PromiseArray); + +MappingPromiseArray.prototype._asyncInit = function() { + this._init$(undefined, -2); +}; + +MappingPromiseArray.prototype._init = function () {}; + +MappingPromiseArray.prototype._promiseFulfilled = function (value, index) { + var values = this._values; + var length = this.length(); + var preservedValues = this._preservedValues; + var limit = this._limit; + + if (index < 0) { + index = (index * -1) - 1; + values[index] = value; + if (limit >= 1) { + this._inFlight--; + this._drainQueue(); + if (this._isResolved()) return true; + } + } else { + if (limit >= 1 && this._inFlight >= limit) { + values[index] = value; + this._queue.push(index); + return false; + } + if (preservedValues !== null) preservedValues[index] = value; + + var promise = this._promise; + var callback = this._callback; + var receiver = promise._boundValue(); + promise._pushContext(); + var ret = tryCatch(callback).call(receiver, value, index, length); + var promiseCreated = promise._popContext(); + debug.checkForgottenReturns( + ret, + promiseCreated, + preservedValues !== null ? "Promise.filter" : "Promise.map", + promise + ); + if (ret === errorObj) { + this._reject(ret.e); + return true; + } + + var maybePromise = tryConvertToPromise(ret, this._promise); + if (maybePromise instanceof Promise) { + maybePromise = maybePromise._target(); + var bitField = maybePromise._bitField; + ; + if (((bitField & 50397184) === 0)) { + if (limit >= 1) this._inFlight++; + values[index] = maybePromise; + maybePromise._proxy(this, (index + 1) * -1); + return false; + } else if (((bitField & 33554432) !== 0)) { + ret = maybePromise._value(); + } else if (((bitField & 16777216) !== 0)) { + this._reject(maybePromise._reason()); + return true; + } else { + this._cancel(); + return true; + } + } + values[index] = ret; + } + var totalResolved = ++this._totalResolved; + if (totalResolved >= length) { + if (preservedValues !== null) { + this._filter(values, preservedValues); + } else { + this._resolve(values); + } + return true; + } + return false; +}; + +MappingPromiseArray.prototype._drainQueue = function () { + var queue = this._queue; + var limit = this._limit; + var values = this._values; + while (queue.length > 0 && this._inFlight < limit) { + if (this._isResolved()) return; + var index = queue.pop(); + this._promiseFulfilled(values[index], index); + } +}; + +MappingPromiseArray.prototype._filter = function (booleans, values) { + var len = values.length; + var ret = new Array(len); + var j = 0; + for (var i = 0; i < len; ++i) { + if (booleans[i]) ret[j++] = values[i]; + } + ret.length = j; + this._resolve(ret); +}; + +MappingPromiseArray.prototype.preservedValues = function () { + return this._preservedValues; +}; + +function map(promises, fn, options, _filter) { + if (typeof fn !== "function") { + return apiRejection("expecting a function but got " + util.classString(fn)); + } + + var limit = 0; + if (options !== undefined) { + if (typeof options === "object" && options !== null) { + if (typeof options.concurrency !== "number") { + return Promise.reject( + new TypeError("'concurrency' must be a number but it is " + + util.classString(options.concurrency))); + } + limit = options.concurrency; + } else { + return Promise.reject(new TypeError( + "options argument must be an object but it is " + + util.classString(options))); + } + } + limit = typeof limit === "number" && + isFinite(limit) && limit >= 1 ? limit : 0; + return new MappingPromiseArray(promises, fn, limit, _filter).promise(); +} + +Promise.prototype.map = function (fn, options) { + return map(this, fn, options, null); +}; + +Promise.map = function (promises, fn, options, _filter) { + return map(promises, fn, options, _filter); +}; + + +}; diff --git a/node_modules/bluebird/js/release/method.js b/node_modules/bluebird/js/release/method.js new file mode 100644 index 0000000..ce9e4db --- /dev/null +++ b/node_modules/bluebird/js/release/method.js @@ -0,0 +1,55 @@ +"use strict"; +module.exports = +function(Promise, INTERNAL, tryConvertToPromise, apiRejection, debug) { +var util = require("./util"); +var tryCatch = util.tryCatch; + +Promise.method = function (fn) { + if (typeof fn !== "function") { + throw new Promise.TypeError("expecting a function but got " + util.classString(fn)); + } + return function () { + var ret = new Promise(INTERNAL); + ret._captureStackTrace(); + ret._pushContext(); + var value = tryCatch(fn).apply(this, arguments); + var promiseCreated = ret._popContext(); + debug.checkForgottenReturns( + value, promiseCreated, "Promise.method", ret); + ret._resolveFromSyncValue(value); + return ret; + }; +}; + +Promise.attempt = Promise["try"] = function (fn) { + if (typeof fn !== "function") { + return apiRejection("expecting a function but got " + util.classString(fn)); + } + var ret = new Promise(INTERNAL); + ret._captureStackTrace(); + ret._pushContext(); + var value; + if (arguments.length > 1) { + debug.deprecated("calling Promise.try with more than 1 argument"); + var arg = arguments[1]; + var ctx = arguments[2]; + value = util.isArray(arg) ? tryCatch(fn).apply(ctx, arg) + : tryCatch(fn).call(ctx, arg); + } else { + value = tryCatch(fn)(); + } + var promiseCreated = ret._popContext(); + debug.checkForgottenReturns( + value, promiseCreated, "Promise.try", ret); + ret._resolveFromSyncValue(value); + return ret; +}; + +Promise.prototype._resolveFromSyncValue = function (value) { + if (value === util.errorObj) { + this._rejectCallback(value.e, false); + } else { + this._resolveCallback(value, true); + } +}; +}; diff --git a/node_modules/bluebird/js/release/nodeback.js b/node_modules/bluebird/js/release/nodeback.js new file mode 100644 index 0000000..71e69eb --- /dev/null +++ b/node_modules/bluebird/js/release/nodeback.js @@ -0,0 +1,51 @@ +"use strict"; +var util = require("./util"); +var maybeWrapAsError = util.maybeWrapAsError; +var errors = require("./errors"); +var OperationalError = errors.OperationalError; +var es5 = require("./es5"); + +function isUntypedError(obj) { + return obj instanceof Error && + es5.getPrototypeOf(obj) === Error.prototype; +} + +var rErrorKey = /^(?:name|message|stack|cause)$/; +function wrapAsOperationalError(obj) { + var ret; + if (isUntypedError(obj)) { + ret = new OperationalError(obj); + ret.name = obj.name; + ret.message = obj.message; + ret.stack = obj.stack; + var keys = es5.keys(obj); + for (var i = 0; i < keys.length; ++i) { + var key = keys[i]; + if (!rErrorKey.test(key)) { + ret[key] = obj[key]; + } + } + return ret; + } + util.markAsOriginatingFromRejection(obj); + return obj; +} + +function nodebackForPromise(promise, multiArgs) { + return function(err, value) { + if (promise === null) return; + if (err) { + var wrapped = wrapAsOperationalError(maybeWrapAsError(err)); + promise._attachExtraTrace(wrapped); + promise._reject(wrapped); + } else if (!multiArgs) { + promise._fulfill(value); + } else { + var $_len = arguments.length;var args = new Array(Math.max($_len - 1, 0)); for(var $_i = 1; $_i < $_len; ++$_i) {args[$_i - 1] = arguments[$_i];}; + promise._fulfill(args); + } + promise = null; + }; +} + +module.exports = nodebackForPromise; diff --git a/node_modules/bluebird/js/release/nodeify.js b/node_modules/bluebird/js/release/nodeify.js new file mode 100644 index 0000000..ce2b190 --- /dev/null +++ b/node_modules/bluebird/js/release/nodeify.js @@ -0,0 +1,58 @@ +"use strict"; +module.exports = function(Promise) { +var util = require("./util"); +var async = Promise._async; +var tryCatch = util.tryCatch; +var errorObj = util.errorObj; + +function spreadAdapter(val, nodeback) { + var promise = this; + if (!util.isArray(val)) return successAdapter.call(promise, val, nodeback); + var ret = + tryCatch(nodeback).apply(promise._boundValue(), [null].concat(val)); + if (ret === errorObj) { + async.throwLater(ret.e); + } +} + +function successAdapter(val, nodeback) { + var promise = this; + var receiver = promise._boundValue(); + var ret = val === undefined + ? tryCatch(nodeback).call(receiver, null) + : tryCatch(nodeback).call(receiver, null, val); + if (ret === errorObj) { + async.throwLater(ret.e); + } +} +function errorAdapter(reason, nodeback) { + var promise = this; + if (!reason) { + var newReason = new Error(reason + ""); + newReason.cause = reason; + reason = newReason; + } + var ret = tryCatch(nodeback).call(promise._boundValue(), reason); + if (ret === errorObj) { + async.throwLater(ret.e); + } +} + +Promise.prototype.asCallback = Promise.prototype.nodeify = function (nodeback, + options) { + if (typeof nodeback == "function") { + var adapter = successAdapter; + if (options !== undefined && Object(options).spread) { + adapter = spreadAdapter; + } + this._then( + adapter, + errorAdapter, + undefined, + this, + nodeback + ); + } + return this; +}; +}; diff --git a/node_modules/bluebird/js/release/promise.js b/node_modules/bluebird/js/release/promise.js new file mode 100644 index 0000000..622a86f --- /dev/null +++ b/node_modules/bluebird/js/release/promise.js @@ -0,0 +1,819 @@ +"use strict"; +module.exports = function() { +var makeSelfResolutionError = function () { + return new TypeError("circular promise resolution chain\u000a\u000a See http://goo.gl/MqrFmX\u000a"); +}; +var reflectHandler = function() { + return new Promise.PromiseInspection(this._target()); +}; +var apiRejection = function(msg) { + return Promise.reject(new TypeError(msg)); +}; +function Proxyable() {} +var UNDEFINED_BINDING = {}; +var util = require("./util"); +util.setReflectHandler(reflectHandler); + +var getDomain = function() { + var domain = process.domain; + if (domain === undefined) { + return null; + } + return domain; +}; +var getContextDefault = function() { + return null; +}; +var getContextDomain = function() { + return { + domain: getDomain(), + async: null + }; +}; +var AsyncResource = util.isNode && util.nodeSupportsAsyncResource ? + require("async_hooks").AsyncResource : null; +var getContextAsyncHooks = function() { + return { + domain: getDomain(), + async: new AsyncResource("Bluebird::Promise") + }; +}; +var getContext = util.isNode ? getContextDomain : getContextDefault; +util.notEnumerableProp(Promise, "_getContext", getContext); +var enableAsyncHooks = function() { + getContext = getContextAsyncHooks; + util.notEnumerableProp(Promise, "_getContext", getContextAsyncHooks); +}; +var disableAsyncHooks = function() { + getContext = getContextDomain; + util.notEnumerableProp(Promise, "_getContext", getContextDomain); +}; + +var es5 = require("./es5"); +var Async = require("./async"); +var async = new Async(); +es5.defineProperty(Promise, "_async", {value: async}); +var errors = require("./errors"); +var TypeError = Promise.TypeError = errors.TypeError; +Promise.RangeError = errors.RangeError; +var CancellationError = Promise.CancellationError = errors.CancellationError; +Promise.TimeoutError = errors.TimeoutError; +Promise.OperationalError = errors.OperationalError; +Promise.RejectionError = errors.OperationalError; +Promise.AggregateError = errors.AggregateError; +var INTERNAL = function(){}; +var APPLY = {}; +var NEXT_FILTER = {}; +var tryConvertToPromise = require("./thenables")(Promise, INTERNAL); +var PromiseArray = + require("./promise_array")(Promise, INTERNAL, + tryConvertToPromise, apiRejection, Proxyable); +var Context = require("./context")(Promise); + /*jshint unused:false*/ +var createContext = Context.create; + +var debug = require("./debuggability")(Promise, Context, + enableAsyncHooks, disableAsyncHooks); +var CapturedTrace = debug.CapturedTrace; +var PassThroughHandlerContext = + require("./finally")(Promise, tryConvertToPromise, NEXT_FILTER); +var catchFilter = require("./catch_filter")(NEXT_FILTER); +var nodebackForPromise = require("./nodeback"); +var errorObj = util.errorObj; +var tryCatch = util.tryCatch; +function check(self, executor) { + if (self == null || self.constructor !== Promise) { + throw new TypeError("the promise constructor cannot be invoked directly\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + if (typeof executor !== "function") { + throw new TypeError("expecting a function but got " + util.classString(executor)); + } + +} + +function Promise(executor) { + if (executor !== INTERNAL) { + check(this, executor); + } + this._bitField = 0; + this._fulfillmentHandler0 = undefined; + this._rejectionHandler0 = undefined; + this._promise0 = undefined; + this._receiver0 = undefined; + this._resolveFromExecutor(executor); + this._promiseCreated(); + this._fireEvent("promiseCreated", this); +} + +Promise.prototype.toString = function () { + return "[object Promise]"; +}; + +Promise.prototype.caught = Promise.prototype["catch"] = function (fn) { + var len = arguments.length; + if (len > 1) { + var catchInstances = new Array(len - 1), + j = 0, i; + for (i = 0; i < len - 1; ++i) { + var item = arguments[i]; + if (util.isObject(item)) { + catchInstances[j++] = item; + } else { + return apiRejection("Catch statement predicate: " + + "expecting an object but got " + util.classString(item)); + } + } + catchInstances.length = j; + fn = arguments[i]; + + if (typeof fn !== "function") { + throw new TypeError("The last argument to .catch() " + + "must be a function, got " + util.toString(fn)); + } + return this.then(undefined, catchFilter(catchInstances, fn, this)); + } + return this.then(undefined, fn); +}; + +Promise.prototype.reflect = function () { + return this._then(reflectHandler, + reflectHandler, undefined, this, undefined); +}; + +Promise.prototype.then = function (didFulfill, didReject) { + if (debug.warnings() && arguments.length > 0 && + typeof didFulfill !== "function" && + typeof didReject !== "function") { + var msg = ".then() only accepts functions but was passed: " + + util.classString(didFulfill); + if (arguments.length > 1) { + msg += ", " + util.classString(didReject); + } + this._warn(msg); + } + return this._then(didFulfill, didReject, undefined, undefined, undefined); +}; + +Promise.prototype.done = function (didFulfill, didReject) { + var promise = + this._then(didFulfill, didReject, undefined, undefined, undefined); + promise._setIsFinal(); +}; + +Promise.prototype.spread = function (fn) { + if (typeof fn !== "function") { + return apiRejection("expecting a function but got " + util.classString(fn)); + } + return this.all()._then(fn, undefined, undefined, APPLY, undefined); +}; + +Promise.prototype.toJSON = function () { + var ret = { + isFulfilled: false, + isRejected: false, + fulfillmentValue: undefined, + rejectionReason: undefined + }; + if (this.isFulfilled()) { + ret.fulfillmentValue = this.value(); + ret.isFulfilled = true; + } else if (this.isRejected()) { + ret.rejectionReason = this.reason(); + ret.isRejected = true; + } + return ret; +}; + +Promise.prototype.all = function () { + if (arguments.length > 0) { + this._warn(".all() was passed arguments but it does not take any"); + } + return new PromiseArray(this).promise(); +}; + +Promise.prototype.error = function (fn) { + return this.caught(util.originatesFromRejection, fn); +}; + +Promise.getNewLibraryCopy = module.exports; + +Promise.is = function (val) { + return val instanceof Promise; +}; + +Promise.fromNode = Promise.fromCallback = function(fn) { + var ret = new Promise(INTERNAL); + ret._captureStackTrace(); + var multiArgs = arguments.length > 1 ? !!Object(arguments[1]).multiArgs + : false; + var result = tryCatch(fn)(nodebackForPromise(ret, multiArgs)); + if (result === errorObj) { + ret._rejectCallback(result.e, true); + } + if (!ret._isFateSealed()) ret._setAsyncGuaranteed(); + return ret; +}; + +Promise.all = function (promises) { + return new PromiseArray(promises).promise(); +}; + +Promise.cast = function (obj) { + var ret = tryConvertToPromise(obj); + if (!(ret instanceof Promise)) { + ret = new Promise(INTERNAL); + ret._captureStackTrace(); + ret._setFulfilled(); + ret._rejectionHandler0 = obj; + } + return ret; +}; + +Promise.resolve = Promise.fulfilled = Promise.cast; + +Promise.reject = Promise.rejected = function (reason) { + var ret = new Promise(INTERNAL); + ret._captureStackTrace(); + ret._rejectCallback(reason, true); + return ret; +}; + +Promise.setScheduler = function(fn) { + if (typeof fn !== "function") { + throw new TypeError("expecting a function but got " + util.classString(fn)); + } + return async.setScheduler(fn); +}; + +Promise.prototype._then = function ( + didFulfill, + didReject, + _, receiver, + internalData +) { + var haveInternalData = internalData !== undefined; + var promise = haveInternalData ? internalData : new Promise(INTERNAL); + var target = this._target(); + var bitField = target._bitField; + + if (!haveInternalData) { + promise._propagateFrom(this, 3); + promise._captureStackTrace(); + if (receiver === undefined && + ((this._bitField & 2097152) !== 0)) { + if (!((bitField & 50397184) === 0)) { + receiver = this._boundValue(); + } else { + receiver = target === this ? undefined : this._boundTo; + } + } + this._fireEvent("promiseChained", this, promise); + } + + var context = getContext(); + if (!((bitField & 50397184) === 0)) { + var handler, value, settler = target._settlePromiseCtx; + if (((bitField & 33554432) !== 0)) { + value = target._rejectionHandler0; + handler = didFulfill; + } else if (((bitField & 16777216) !== 0)) { + value = target._fulfillmentHandler0; + handler = didReject; + target._unsetRejectionIsUnhandled(); + } else { + settler = target._settlePromiseLateCancellationObserver; + value = new CancellationError("late cancellation observer"); + target._attachExtraTrace(value); + handler = didReject; + } + + async.invoke(settler, target, { + handler: util.contextBind(context, handler), + promise: promise, + receiver: receiver, + value: value + }); + } else { + target._addCallbacks(didFulfill, didReject, promise, + receiver, context); + } + + return promise; +}; + +Promise.prototype._length = function () { + return this._bitField & 65535; +}; + +Promise.prototype._isFateSealed = function () { + return (this._bitField & 117506048) !== 0; +}; + +Promise.prototype._isFollowing = function () { + return (this._bitField & 67108864) === 67108864; +}; + +Promise.prototype._setLength = function (len) { + this._bitField = (this._bitField & -65536) | + (len & 65535); +}; + +Promise.prototype._setFulfilled = function () { + this._bitField = this._bitField | 33554432; + this._fireEvent("promiseFulfilled", this); +}; + +Promise.prototype._setRejected = function () { + this._bitField = this._bitField | 16777216; + this._fireEvent("promiseRejected", this); +}; + +Promise.prototype._setFollowing = function () { + this._bitField = this._bitField | 67108864; + this._fireEvent("promiseResolved", this); +}; + +Promise.prototype._setIsFinal = function () { + this._bitField = this._bitField | 4194304; +}; + +Promise.prototype._isFinal = function () { + return (this._bitField & 4194304) > 0; +}; + +Promise.prototype._unsetCancelled = function() { + this._bitField = this._bitField & (~65536); +}; + +Promise.prototype._setCancelled = function() { + this._bitField = this._bitField | 65536; + this._fireEvent("promiseCancelled", this); +}; + +Promise.prototype._setWillBeCancelled = function() { + this._bitField = this._bitField | 8388608; +}; + +Promise.prototype._setAsyncGuaranteed = function() { + if (async.hasCustomScheduler()) return; + var bitField = this._bitField; + this._bitField = bitField | + (((bitField & 536870912) >> 2) ^ + 134217728); +}; + +Promise.prototype._setNoAsyncGuarantee = function() { + this._bitField = (this._bitField | 536870912) & + (~134217728); +}; + +Promise.prototype._receiverAt = function (index) { + var ret = index === 0 ? this._receiver0 : this[ + index * 4 - 4 + 3]; + if (ret === UNDEFINED_BINDING) { + return undefined; + } else if (ret === undefined && this._isBound()) { + return this._boundValue(); + } + return ret; +}; + +Promise.prototype._promiseAt = function (index) { + return this[ + index * 4 - 4 + 2]; +}; + +Promise.prototype._fulfillmentHandlerAt = function (index) { + return this[ + index * 4 - 4 + 0]; +}; + +Promise.prototype._rejectionHandlerAt = function (index) { + return this[ + index * 4 - 4 + 1]; +}; + +Promise.prototype._boundValue = function() {}; + +Promise.prototype._migrateCallback0 = function (follower) { + var bitField = follower._bitField; + var fulfill = follower._fulfillmentHandler0; + var reject = follower._rejectionHandler0; + var promise = follower._promise0; + var receiver = follower._receiverAt(0); + if (receiver === undefined) receiver = UNDEFINED_BINDING; + this._addCallbacks(fulfill, reject, promise, receiver, null); +}; + +Promise.prototype._migrateCallbackAt = function (follower, index) { + var fulfill = follower._fulfillmentHandlerAt(index); + var reject = follower._rejectionHandlerAt(index); + var promise = follower._promiseAt(index); + var receiver = follower._receiverAt(index); + if (receiver === undefined) receiver = UNDEFINED_BINDING; + this._addCallbacks(fulfill, reject, promise, receiver, null); +}; + +Promise.prototype._addCallbacks = function ( + fulfill, + reject, + promise, + receiver, + context +) { + var index = this._length(); + + if (index >= 65535 - 4) { + index = 0; + this._setLength(0); + } + + if (index === 0) { + this._promise0 = promise; + this._receiver0 = receiver; + if (typeof fulfill === "function") { + this._fulfillmentHandler0 = util.contextBind(context, fulfill); + } + if (typeof reject === "function") { + this._rejectionHandler0 = util.contextBind(context, reject); + } + } else { + var base = index * 4 - 4; + this[base + 2] = promise; + this[base + 3] = receiver; + if (typeof fulfill === "function") { + this[base + 0] = + util.contextBind(context, fulfill); + } + if (typeof reject === "function") { + this[base + 1] = + util.contextBind(context, reject); + } + } + this._setLength(index + 1); + return index; +}; + +Promise.prototype._proxy = function (proxyable, arg) { + this._addCallbacks(undefined, undefined, arg, proxyable, null); +}; + +Promise.prototype._resolveCallback = function(value, shouldBind) { + if (((this._bitField & 117506048) !== 0)) return; + if (value === this) + return this._rejectCallback(makeSelfResolutionError(), false); + var maybePromise = tryConvertToPromise(value, this); + if (!(maybePromise instanceof Promise)) return this._fulfill(value); + + if (shouldBind) this._propagateFrom(maybePromise, 2); + + + var promise = maybePromise._target(); + + if (promise === this) { + this._reject(makeSelfResolutionError()); + return; + } + + var bitField = promise._bitField; + if (((bitField & 50397184) === 0)) { + var len = this._length(); + if (len > 0) promise._migrateCallback0(this); + for (var i = 1; i < len; ++i) { + promise._migrateCallbackAt(this, i); + } + this._setFollowing(); + this._setLength(0); + this._setFollowee(maybePromise); + } else if (((bitField & 33554432) !== 0)) { + this._fulfill(promise._value()); + } else if (((bitField & 16777216) !== 0)) { + this._reject(promise._reason()); + } else { + var reason = new CancellationError("late cancellation observer"); + promise._attachExtraTrace(reason); + this._reject(reason); + } +}; + +Promise.prototype._rejectCallback = +function(reason, synchronous, ignoreNonErrorWarnings) { + var trace = util.ensureErrorObject(reason); + var hasStack = trace === reason; + if (!hasStack && !ignoreNonErrorWarnings && debug.warnings()) { + var message = "a promise was rejected with a non-error: " + + util.classString(reason); + this._warn(message, true); + } + this._attachExtraTrace(trace, synchronous ? hasStack : false); + this._reject(reason); +}; + +Promise.prototype._resolveFromExecutor = function (executor) { + if (executor === INTERNAL) return; + var promise = this; + this._captureStackTrace(); + this._pushContext(); + var synchronous = true; + var r = this._execute(executor, function(value) { + promise._resolveCallback(value); + }, function (reason) { + promise._rejectCallback(reason, synchronous); + }); + synchronous = false; + this._popContext(); + + if (r !== undefined) { + promise._rejectCallback(r, true); + } +}; + +Promise.prototype._settlePromiseFromHandler = function ( + handler, receiver, value, promise +) { + var bitField = promise._bitField; + if (((bitField & 65536) !== 0)) return; + promise._pushContext(); + var x; + if (receiver === APPLY) { + if (!value || typeof value.length !== "number") { + x = errorObj; + x.e = new TypeError("cannot .spread() a non-array: " + + util.classString(value)); + } else { + x = tryCatch(handler).apply(this._boundValue(), value); + } + } else { + x = tryCatch(handler).call(receiver, value); + } + var promiseCreated = promise._popContext(); + bitField = promise._bitField; + if (((bitField & 65536) !== 0)) return; + + if (x === NEXT_FILTER) { + promise._reject(value); + } else if (x === errorObj) { + promise._rejectCallback(x.e, false); + } else { + debug.checkForgottenReturns(x, promiseCreated, "", promise, this); + promise._resolveCallback(x); + } +}; + +Promise.prototype._target = function() { + var ret = this; + while (ret._isFollowing()) ret = ret._followee(); + return ret; +}; + +Promise.prototype._followee = function() { + return this._rejectionHandler0; +}; + +Promise.prototype._setFollowee = function(promise) { + this._rejectionHandler0 = promise; +}; + +Promise.prototype._settlePromise = function(promise, handler, receiver, value) { + var isPromise = promise instanceof Promise; + var bitField = this._bitField; + var asyncGuaranteed = ((bitField & 134217728) !== 0); + if (((bitField & 65536) !== 0)) { + if (isPromise) promise._invokeInternalOnCancel(); + + if (receiver instanceof PassThroughHandlerContext && + receiver.isFinallyHandler()) { + receiver.cancelPromise = promise; + if (tryCatch(handler).call(receiver, value) === errorObj) { + promise._reject(errorObj.e); + } + } else if (handler === reflectHandler) { + promise._fulfill(reflectHandler.call(receiver)); + } else if (receiver instanceof Proxyable) { + receiver._promiseCancelled(promise); + } else if (isPromise || promise instanceof PromiseArray) { + promise._cancel(); + } else { + receiver.cancel(); + } + } else if (typeof handler === "function") { + if (!isPromise) { + handler.call(receiver, value, promise); + } else { + if (asyncGuaranteed) promise._setAsyncGuaranteed(); + this._settlePromiseFromHandler(handler, receiver, value, promise); + } + } else if (receiver instanceof Proxyable) { + if (!receiver._isResolved()) { + if (((bitField & 33554432) !== 0)) { + receiver._promiseFulfilled(value, promise); + } else { + receiver._promiseRejected(value, promise); + } + } + } else if (isPromise) { + if (asyncGuaranteed) promise._setAsyncGuaranteed(); + if (((bitField & 33554432) !== 0)) { + promise._fulfill(value); + } else { + promise._reject(value); + } + } +}; + +Promise.prototype._settlePromiseLateCancellationObserver = function(ctx) { + var handler = ctx.handler; + var promise = ctx.promise; + var receiver = ctx.receiver; + var value = ctx.value; + if (typeof handler === "function") { + if (!(promise instanceof Promise)) { + handler.call(receiver, value, promise); + } else { + this._settlePromiseFromHandler(handler, receiver, value, promise); + } + } else if (promise instanceof Promise) { + promise._reject(value); + } +}; + +Promise.prototype._settlePromiseCtx = function(ctx) { + this._settlePromise(ctx.promise, ctx.handler, ctx.receiver, ctx.value); +}; + +Promise.prototype._settlePromise0 = function(handler, value, bitField) { + var promise = this._promise0; + var receiver = this._receiverAt(0); + this._promise0 = undefined; + this._receiver0 = undefined; + this._settlePromise(promise, handler, receiver, value); +}; + +Promise.prototype._clearCallbackDataAtIndex = function(index) { + var base = index * 4 - 4; + this[base + 2] = + this[base + 3] = + this[base + 0] = + this[base + 1] = undefined; +}; + +Promise.prototype._fulfill = function (value) { + var bitField = this._bitField; + if (((bitField & 117506048) >>> 16)) return; + if (value === this) { + var err = makeSelfResolutionError(); + this._attachExtraTrace(err); + return this._reject(err); + } + this._setFulfilled(); + this._rejectionHandler0 = value; + + if ((bitField & 65535) > 0) { + if (((bitField & 134217728) !== 0)) { + this._settlePromises(); + } else { + async.settlePromises(this); + } + this._dereferenceTrace(); + } +}; + +Promise.prototype._reject = function (reason) { + var bitField = this._bitField; + if (((bitField & 117506048) >>> 16)) return; + this._setRejected(); + this._fulfillmentHandler0 = reason; + + if (this._isFinal()) { + return async.fatalError(reason, util.isNode); + } + + if ((bitField & 65535) > 0) { + async.settlePromises(this); + } else { + this._ensurePossibleRejectionHandled(); + } +}; + +Promise.prototype._fulfillPromises = function (len, value) { + for (var i = 1; i < len; i++) { + var handler = this._fulfillmentHandlerAt(i); + var promise = this._promiseAt(i); + var receiver = this._receiverAt(i); + this._clearCallbackDataAtIndex(i); + this._settlePromise(promise, handler, receiver, value); + } +}; + +Promise.prototype._rejectPromises = function (len, reason) { + for (var i = 1; i < len; i++) { + var handler = this._rejectionHandlerAt(i); + var promise = this._promiseAt(i); + var receiver = this._receiverAt(i); + this._clearCallbackDataAtIndex(i); + this._settlePromise(promise, handler, receiver, reason); + } +}; + +Promise.prototype._settlePromises = function () { + var bitField = this._bitField; + var len = (bitField & 65535); + + if (len > 0) { + if (((bitField & 16842752) !== 0)) { + var reason = this._fulfillmentHandler0; + this._settlePromise0(this._rejectionHandler0, reason, bitField); + this._rejectPromises(len, reason); + } else { + var value = this._rejectionHandler0; + this._settlePromise0(this._fulfillmentHandler0, value, bitField); + this._fulfillPromises(len, value); + } + this._setLength(0); + } + this._clearCancellationData(); +}; + +Promise.prototype._settledValue = function() { + var bitField = this._bitField; + if (((bitField & 33554432) !== 0)) { + return this._rejectionHandler0; + } else if (((bitField & 16777216) !== 0)) { + return this._fulfillmentHandler0; + } +}; + +if (typeof Symbol !== "undefined" && Symbol.toStringTag) { + es5.defineProperty(Promise.prototype, Symbol.toStringTag, { + get: function () { + return "Object"; + } + }); +} + +function deferResolve(v) {this.promise._resolveCallback(v);} +function deferReject(v) {this.promise._rejectCallback(v, false);} + +Promise.defer = Promise.pending = function() { + debug.deprecated("Promise.defer", "new Promise"); + var promise = new Promise(INTERNAL); + return { + promise: promise, + resolve: deferResolve, + reject: deferReject + }; +}; + +util.notEnumerableProp(Promise, + "_makeSelfResolutionError", + makeSelfResolutionError); + +require("./method")(Promise, INTERNAL, tryConvertToPromise, apiRejection, + debug); +require("./bind")(Promise, INTERNAL, tryConvertToPromise, debug); +require("./cancel")(Promise, PromiseArray, apiRejection, debug); +require("./direct_resolve")(Promise); +require("./synchronous_inspection")(Promise); +require("./join")( + Promise, PromiseArray, tryConvertToPromise, INTERNAL, async); +Promise.Promise = Promise; +Promise.version = "3.7.2"; +require('./call_get.js')(Promise); +require('./generators.js')(Promise, apiRejection, INTERNAL, tryConvertToPromise, Proxyable, debug); +require('./map.js')(Promise, PromiseArray, apiRejection, tryConvertToPromise, INTERNAL, debug); +require('./nodeify.js')(Promise); +require('./promisify.js')(Promise, INTERNAL); +require('./props.js')(Promise, PromiseArray, tryConvertToPromise, apiRejection); +require('./race.js')(Promise, INTERNAL, tryConvertToPromise, apiRejection); +require('./reduce.js')(Promise, PromiseArray, apiRejection, tryConvertToPromise, INTERNAL, debug); +require('./settle.js')(Promise, PromiseArray, debug); +require('./some.js')(Promise, PromiseArray, apiRejection); +require('./timers.js')(Promise, INTERNAL, debug); +require('./using.js')(Promise, apiRejection, tryConvertToPromise, createContext, INTERNAL, debug); +require('./any.js')(Promise); +require('./each.js')(Promise, INTERNAL); +require('./filter.js')(Promise, INTERNAL); + + util.toFastProperties(Promise); + util.toFastProperties(Promise.prototype); + function fillTypes(value) { + var p = new Promise(INTERNAL); + p._fulfillmentHandler0 = value; + p._rejectionHandler0 = value; + p._promise0 = value; + p._receiver0 = value; + } + // Complete slack tracking, opt out of field-type tracking and + // stabilize map + fillTypes({a: 1}); + fillTypes({b: 2}); + fillTypes({c: 3}); + fillTypes(1); + fillTypes(function(){}); + fillTypes(undefined); + fillTypes(false); + fillTypes(new Promise(INTERNAL)); + debug.setBounds(Async.firstLineError, util.lastLineError); + return Promise; + +}; diff --git a/node_modules/bluebird/js/release/promise_array.js b/node_modules/bluebird/js/release/promise_array.js new file mode 100644 index 0000000..8fc665a --- /dev/null +++ b/node_modules/bluebird/js/release/promise_array.js @@ -0,0 +1,186 @@ +"use strict"; +module.exports = function(Promise, INTERNAL, tryConvertToPromise, + apiRejection, Proxyable) { +var util = require("./util"); +var isArray = util.isArray; + +function toResolutionValue(val) { + switch(val) { + case -2: return []; + case -3: return {}; + case -6: return new Map(); + } +} + +function PromiseArray(values) { + var promise = this._promise = new Promise(INTERNAL); + if (values instanceof Promise) { + promise._propagateFrom(values, 3); + values.suppressUnhandledRejections(); + } + promise._setOnCancel(this); + this._values = values; + this._length = 0; + this._totalResolved = 0; + this._init(undefined, -2); +} +util.inherits(PromiseArray, Proxyable); + +PromiseArray.prototype.length = function () { + return this._length; +}; + +PromiseArray.prototype.promise = function () { + return this._promise; +}; + +PromiseArray.prototype._init = function init(_, resolveValueIfEmpty) { + var values = tryConvertToPromise(this._values, this._promise); + if (values instanceof Promise) { + values = values._target(); + var bitField = values._bitField; + ; + this._values = values; + + if (((bitField & 50397184) === 0)) { + this._promise._setAsyncGuaranteed(); + return values._then( + init, + this._reject, + undefined, + this, + resolveValueIfEmpty + ); + } else if (((bitField & 33554432) !== 0)) { + values = values._value(); + } else if (((bitField & 16777216) !== 0)) { + return this._reject(values._reason()); + } else { + return this._cancel(); + } + } + values = util.asArray(values); + if (values === null) { + var err = apiRejection( + "expecting an array or an iterable object but got " + util.classString(values)).reason(); + this._promise._rejectCallback(err, false); + return; + } + + if (values.length === 0) { + if (resolveValueIfEmpty === -5) { + this._resolveEmptyArray(); + } + else { + this._resolve(toResolutionValue(resolveValueIfEmpty)); + } + return; + } + this._iterate(values); +}; + +PromiseArray.prototype._iterate = function(values) { + var len = this.getActualLength(values.length); + this._length = len; + this._values = this.shouldCopyValues() ? new Array(len) : this._values; + var result = this._promise; + var isResolved = false; + var bitField = null; + for (var i = 0; i < len; ++i) { + var maybePromise = tryConvertToPromise(values[i], result); + + if (maybePromise instanceof Promise) { + maybePromise = maybePromise._target(); + bitField = maybePromise._bitField; + } else { + bitField = null; + } + + if (isResolved) { + if (bitField !== null) { + maybePromise.suppressUnhandledRejections(); + } + } else if (bitField !== null) { + if (((bitField & 50397184) === 0)) { + maybePromise._proxy(this, i); + this._values[i] = maybePromise; + } else if (((bitField & 33554432) !== 0)) { + isResolved = this._promiseFulfilled(maybePromise._value(), i); + } else if (((bitField & 16777216) !== 0)) { + isResolved = this._promiseRejected(maybePromise._reason(), i); + } else { + isResolved = this._promiseCancelled(i); + } + } else { + isResolved = this._promiseFulfilled(maybePromise, i); + } + } + if (!isResolved) result._setAsyncGuaranteed(); +}; + +PromiseArray.prototype._isResolved = function () { + return this._values === null; +}; + +PromiseArray.prototype._resolve = function (value) { + this._values = null; + this._promise._fulfill(value); +}; + +PromiseArray.prototype._cancel = function() { + if (this._isResolved() || !this._promise._isCancellable()) return; + this._values = null; + this._promise._cancel(); +}; + +PromiseArray.prototype._reject = function (reason) { + this._values = null; + this._promise._rejectCallback(reason, false); +}; + +PromiseArray.prototype._promiseFulfilled = function (value, index) { + this._values[index] = value; + var totalResolved = ++this._totalResolved; + if (totalResolved >= this._length) { + this._resolve(this._values); + return true; + } + return false; +}; + +PromiseArray.prototype._promiseCancelled = function() { + this._cancel(); + return true; +}; + +PromiseArray.prototype._promiseRejected = function (reason) { + this._totalResolved++; + this._reject(reason); + return true; +}; + +PromiseArray.prototype._resultCancelled = function() { + if (this._isResolved()) return; + var values = this._values; + this._cancel(); + if (values instanceof Promise) { + values.cancel(); + } else { + for (var i = 0; i < values.length; ++i) { + if (values[i] instanceof Promise) { + values[i].cancel(); + } + } + } +}; + +PromiseArray.prototype.shouldCopyValues = function () { + return true; +}; + +PromiseArray.prototype.getActualLength = function (len) { + return len; +}; + +return PromiseArray; +}; diff --git a/node_modules/bluebird/js/release/promisify.js b/node_modules/bluebird/js/release/promisify.js new file mode 100644 index 0000000..aa98e5b --- /dev/null +++ b/node_modules/bluebird/js/release/promisify.js @@ -0,0 +1,314 @@ +"use strict"; +module.exports = function(Promise, INTERNAL) { +var THIS = {}; +var util = require("./util"); +var nodebackForPromise = require("./nodeback"); +var withAppended = util.withAppended; +var maybeWrapAsError = util.maybeWrapAsError; +var canEvaluate = util.canEvaluate; +var TypeError = require("./errors").TypeError; +var defaultSuffix = "Async"; +var defaultPromisified = {__isPromisified__: true}; +var noCopyProps = [ + "arity", "length", + "name", + "arguments", + "caller", + "callee", + "prototype", + "__isPromisified__" +]; +var noCopyPropsPattern = new RegExp("^(?:" + noCopyProps.join("|") + ")$"); + +var defaultFilter = function(name) { + return util.isIdentifier(name) && + name.charAt(0) !== "_" && + name !== "constructor"; +}; + +function propsFilter(key) { + return !noCopyPropsPattern.test(key); +} + +function isPromisified(fn) { + try { + return fn.__isPromisified__ === true; + } + catch (e) { + return false; + } +} + +function hasPromisified(obj, key, suffix) { + var val = util.getDataPropertyOrDefault(obj, key + suffix, + defaultPromisified); + return val ? isPromisified(val) : false; +} +function checkValid(ret, suffix, suffixRegexp) { + for (var i = 0; i < ret.length; i += 2) { + var key = ret[i]; + if (suffixRegexp.test(key)) { + var keyWithoutAsyncSuffix = key.replace(suffixRegexp, ""); + for (var j = 0; j < ret.length; j += 2) { + if (ret[j] === keyWithoutAsyncSuffix) { + throw new TypeError("Cannot promisify an API that has normal methods with '%s'-suffix\u000a\u000a See http://goo.gl/MqrFmX\u000a" + .replace("%s", suffix)); + } + } + } + } +} + +function promisifiableMethods(obj, suffix, suffixRegexp, filter) { + var keys = util.inheritedDataKeys(obj); + var ret = []; + for (var i = 0; i < keys.length; ++i) { + var key = keys[i]; + var value = obj[key]; + var passesDefaultFilter = filter === defaultFilter + ? true : defaultFilter(key, value, obj); + if (typeof value === "function" && + !isPromisified(value) && + !hasPromisified(obj, key, suffix) && + filter(key, value, obj, passesDefaultFilter)) { + ret.push(key, value); + } + } + checkValid(ret, suffix, suffixRegexp); + return ret; +} + +var escapeIdentRegex = function(str) { + return str.replace(/([$])/, "\\$"); +}; + +var makeNodePromisifiedEval; +if (!false) { +var switchCaseArgumentOrder = function(likelyArgumentCount) { + var ret = [likelyArgumentCount]; + var min = Math.max(0, likelyArgumentCount - 1 - 3); + for(var i = likelyArgumentCount - 1; i >= min; --i) { + ret.push(i); + } + for(var i = likelyArgumentCount + 1; i <= 3; ++i) { + ret.push(i); + } + return ret; +}; + +var argumentSequence = function(argumentCount) { + return util.filledRange(argumentCount, "_arg", ""); +}; + +var parameterDeclaration = function(parameterCount) { + return util.filledRange( + Math.max(parameterCount, 3), "_arg", ""); +}; + +var parameterCount = function(fn) { + if (typeof fn.length === "number") { + return Math.max(Math.min(fn.length, 1023 + 1), 0); + } + return 0; +}; + +makeNodePromisifiedEval = +function(callback, receiver, originalName, fn, _, multiArgs) { + var newParameterCount = Math.max(0, parameterCount(fn) - 1); + var argumentOrder = switchCaseArgumentOrder(newParameterCount); + var shouldProxyThis = typeof callback === "string" || receiver === THIS; + + function generateCallForArgumentCount(count) { + var args = argumentSequence(count).join(", "); + var comma = count > 0 ? ", " : ""; + var ret; + if (shouldProxyThis) { + ret = "ret = callback.call(this, {{args}}, nodeback); break;\n"; + } else { + ret = receiver === undefined + ? "ret = callback({{args}}, nodeback); break;\n" + : "ret = callback.call(receiver, {{args}}, nodeback); break;\n"; + } + return ret.replace("{{args}}", args).replace(", ", comma); + } + + function generateArgumentSwitchCase() { + var ret = ""; + for (var i = 0; i < argumentOrder.length; ++i) { + ret += "case " + argumentOrder[i] +":" + + generateCallForArgumentCount(argumentOrder[i]); + } + + ret += " \n\ + default: \n\ + var args = new Array(len + 1); \n\ + var i = 0; \n\ + for (var i = 0; i < len; ++i) { \n\ + args[i] = arguments[i]; \n\ + } \n\ + args[i] = nodeback; \n\ + [CodeForCall] \n\ + break; \n\ + ".replace("[CodeForCall]", (shouldProxyThis + ? "ret = callback.apply(this, args);\n" + : "ret = callback.apply(receiver, args);\n")); + return ret; + } + + var getFunctionCode = typeof callback === "string" + ? ("this != null ? this['"+callback+"'] : fn") + : "fn"; + var body = "'use strict'; \n\ + var ret = function (Parameters) { \n\ + 'use strict'; \n\ + var len = arguments.length; \n\ + var promise = new Promise(INTERNAL); \n\ + promise._captureStackTrace(); \n\ + var nodeback = nodebackForPromise(promise, " + multiArgs + "); \n\ + var ret; \n\ + var callback = tryCatch([GetFunctionCode]); \n\ + switch(len) { \n\ + [CodeForSwitchCase] \n\ + } \n\ + if (ret === errorObj) { \n\ + promise._rejectCallback(maybeWrapAsError(ret.e), true, true);\n\ + } \n\ + if (!promise._isFateSealed()) promise._setAsyncGuaranteed(); \n\ + return promise; \n\ + }; \n\ + notEnumerableProp(ret, '__isPromisified__', true); \n\ + return ret; \n\ + ".replace("[CodeForSwitchCase]", generateArgumentSwitchCase()) + .replace("[GetFunctionCode]", getFunctionCode); + body = body.replace("Parameters", parameterDeclaration(newParameterCount)); + return new Function("Promise", + "fn", + "receiver", + "withAppended", + "maybeWrapAsError", + "nodebackForPromise", + "tryCatch", + "errorObj", + "notEnumerableProp", + "INTERNAL", + body)( + Promise, + fn, + receiver, + withAppended, + maybeWrapAsError, + nodebackForPromise, + util.tryCatch, + util.errorObj, + util.notEnumerableProp, + INTERNAL); +}; +} + +function makeNodePromisifiedClosure(callback, receiver, _, fn, __, multiArgs) { + var defaultThis = (function() {return this;})(); + var method = callback; + if (typeof method === "string") { + callback = fn; + } + function promisified() { + var _receiver = receiver; + if (receiver === THIS) _receiver = this; + var promise = new Promise(INTERNAL); + promise._captureStackTrace(); + var cb = typeof method === "string" && this !== defaultThis + ? this[method] : callback; + var fn = nodebackForPromise(promise, multiArgs); + try { + cb.apply(_receiver, withAppended(arguments, fn)); + } catch(e) { + promise._rejectCallback(maybeWrapAsError(e), true, true); + } + if (!promise._isFateSealed()) promise._setAsyncGuaranteed(); + return promise; + } + util.notEnumerableProp(promisified, "__isPromisified__", true); + return promisified; +} + +var makeNodePromisified = canEvaluate + ? makeNodePromisifiedEval + : makeNodePromisifiedClosure; + +function promisifyAll(obj, suffix, filter, promisifier, multiArgs) { + var suffixRegexp = new RegExp(escapeIdentRegex(suffix) + "$"); + var methods = + promisifiableMethods(obj, suffix, suffixRegexp, filter); + + for (var i = 0, len = methods.length; i < len; i+= 2) { + var key = methods[i]; + var fn = methods[i+1]; + var promisifiedKey = key + suffix; + if (promisifier === makeNodePromisified) { + obj[promisifiedKey] = + makeNodePromisified(key, THIS, key, fn, suffix, multiArgs); + } else { + var promisified = promisifier(fn, function() { + return makeNodePromisified(key, THIS, key, + fn, suffix, multiArgs); + }); + util.notEnumerableProp(promisified, "__isPromisified__", true); + obj[promisifiedKey] = promisified; + } + } + util.toFastProperties(obj); + return obj; +} + +function promisify(callback, receiver, multiArgs) { + return makeNodePromisified(callback, receiver, undefined, + callback, null, multiArgs); +} + +Promise.promisify = function (fn, options) { + if (typeof fn !== "function") { + throw new TypeError("expecting a function but got " + util.classString(fn)); + } + if (isPromisified(fn)) { + return fn; + } + options = Object(options); + var receiver = options.context === undefined ? THIS : options.context; + var multiArgs = !!options.multiArgs; + var ret = promisify(fn, receiver, multiArgs); + util.copyDescriptors(fn, ret, propsFilter); + return ret; +}; + +Promise.promisifyAll = function (target, options) { + if (typeof target !== "function" && typeof target !== "object") { + throw new TypeError("the target of promisifyAll must be an object or a function\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + options = Object(options); + var multiArgs = !!options.multiArgs; + var suffix = options.suffix; + if (typeof suffix !== "string") suffix = defaultSuffix; + var filter = options.filter; + if (typeof filter !== "function") filter = defaultFilter; + var promisifier = options.promisifier; + if (typeof promisifier !== "function") promisifier = makeNodePromisified; + + if (!util.isIdentifier(suffix)) { + throw new RangeError("suffix must be a valid identifier\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + + var keys = util.inheritedDataKeys(target); + for (var i = 0; i < keys.length; ++i) { + var value = target[keys[i]]; + if (keys[i] !== "constructor" && + util.isClass(value)) { + promisifyAll(value.prototype, suffix, filter, promisifier, + multiArgs); + promisifyAll(value, suffix, filter, promisifier, multiArgs); + } + } + + return promisifyAll(target, suffix, filter, promisifier, multiArgs); +}; +}; + diff --git a/node_modules/bluebird/js/release/props.js b/node_modules/bluebird/js/release/props.js new file mode 100644 index 0000000..6a34aaf --- /dev/null +++ b/node_modules/bluebird/js/release/props.js @@ -0,0 +1,118 @@ +"use strict"; +module.exports = function( + Promise, PromiseArray, tryConvertToPromise, apiRejection) { +var util = require("./util"); +var isObject = util.isObject; +var es5 = require("./es5"); +var Es6Map; +if (typeof Map === "function") Es6Map = Map; + +var mapToEntries = (function() { + var index = 0; + var size = 0; + + function extractEntry(value, key) { + this[index] = value; + this[index + size] = key; + index++; + } + + return function mapToEntries(map) { + size = map.size; + index = 0; + var ret = new Array(map.size * 2); + map.forEach(extractEntry, ret); + return ret; + }; +})(); + +var entriesToMap = function(entries) { + var ret = new Es6Map(); + var length = entries.length / 2 | 0; + for (var i = 0; i < length; ++i) { + var key = entries[length + i]; + var value = entries[i]; + ret.set(key, value); + } + return ret; +}; + +function PropertiesPromiseArray(obj) { + var isMap = false; + var entries; + if (Es6Map !== undefined && obj instanceof Es6Map) { + entries = mapToEntries(obj); + isMap = true; + } else { + var keys = es5.keys(obj); + var len = keys.length; + entries = new Array(len * 2); + for (var i = 0; i < len; ++i) { + var key = keys[i]; + entries[i] = obj[key]; + entries[i + len] = key; + } + } + this.constructor$(entries); + this._isMap = isMap; + this._init$(undefined, isMap ? -6 : -3); +} +util.inherits(PropertiesPromiseArray, PromiseArray); + +PropertiesPromiseArray.prototype._init = function () {}; + +PropertiesPromiseArray.prototype._promiseFulfilled = function (value, index) { + this._values[index] = value; + var totalResolved = ++this._totalResolved; + if (totalResolved >= this._length) { + var val; + if (this._isMap) { + val = entriesToMap(this._values); + } else { + val = {}; + var keyOffset = this.length(); + for (var i = 0, len = this.length(); i < len; ++i) { + val[this._values[i + keyOffset]] = this._values[i]; + } + } + this._resolve(val); + return true; + } + return false; +}; + +PropertiesPromiseArray.prototype.shouldCopyValues = function () { + return false; +}; + +PropertiesPromiseArray.prototype.getActualLength = function (len) { + return len >> 1; +}; + +function props(promises) { + var ret; + var castValue = tryConvertToPromise(promises); + + if (!isObject(castValue)) { + return apiRejection("cannot await properties of a non-object\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } else if (castValue instanceof Promise) { + ret = castValue._then( + Promise.props, undefined, undefined, undefined, undefined); + } else { + ret = new PropertiesPromiseArray(castValue).promise(); + } + + if (castValue instanceof Promise) { + ret._propagateFrom(castValue, 2); + } + return ret; +} + +Promise.prototype.props = function () { + return props(this); +}; + +Promise.props = function (promises) { + return props(promises); +}; +}; diff --git a/node_modules/bluebird/js/release/queue.js b/node_modules/bluebird/js/release/queue.js new file mode 100644 index 0000000..ffd36fd --- /dev/null +++ b/node_modules/bluebird/js/release/queue.js @@ -0,0 +1,73 @@ +"use strict"; +function arrayMove(src, srcIndex, dst, dstIndex, len) { + for (var j = 0; j < len; ++j) { + dst[j + dstIndex] = src[j + srcIndex]; + src[j + srcIndex] = void 0; + } +} + +function Queue(capacity) { + this._capacity = capacity; + this._length = 0; + this._front = 0; +} + +Queue.prototype._willBeOverCapacity = function (size) { + return this._capacity < size; +}; + +Queue.prototype._pushOne = function (arg) { + var length = this.length(); + this._checkCapacity(length + 1); + var i = (this._front + length) & (this._capacity - 1); + this[i] = arg; + this._length = length + 1; +}; + +Queue.prototype.push = function (fn, receiver, arg) { + var length = this.length() + 3; + if (this._willBeOverCapacity(length)) { + this._pushOne(fn); + this._pushOne(receiver); + this._pushOne(arg); + return; + } + var j = this._front + length - 3; + this._checkCapacity(length); + var wrapMask = this._capacity - 1; + this[(j + 0) & wrapMask] = fn; + this[(j + 1) & wrapMask] = receiver; + this[(j + 2) & wrapMask] = arg; + this._length = length; +}; + +Queue.prototype.shift = function () { + var front = this._front, + ret = this[front]; + + this[front] = undefined; + this._front = (front + 1) & (this._capacity - 1); + this._length--; + return ret; +}; + +Queue.prototype.length = function () { + return this._length; +}; + +Queue.prototype._checkCapacity = function (size) { + if (this._capacity < size) { + this._resizeTo(this._capacity << 1); + } +}; + +Queue.prototype._resizeTo = function (capacity) { + var oldCapacity = this._capacity; + this._capacity = capacity; + var front = this._front; + var length = this._length; + var moveItemsCount = (front + length) & (oldCapacity - 1); + arrayMove(this, 0, this, oldCapacity, moveItemsCount); +}; + +module.exports = Queue; diff --git a/node_modules/bluebird/js/release/race.js b/node_modules/bluebird/js/release/race.js new file mode 100644 index 0000000..b862f46 --- /dev/null +++ b/node_modules/bluebird/js/release/race.js @@ -0,0 +1,49 @@ +"use strict"; +module.exports = function( + Promise, INTERNAL, tryConvertToPromise, apiRejection) { +var util = require("./util"); + +var raceLater = function (promise) { + return promise.then(function(array) { + return race(array, promise); + }); +}; + +function race(promises, parent) { + var maybePromise = tryConvertToPromise(promises); + + if (maybePromise instanceof Promise) { + return raceLater(maybePromise); + } else { + promises = util.asArray(promises); + if (promises === null) + return apiRejection("expecting an array or an iterable object but got " + util.classString(promises)); + } + + var ret = new Promise(INTERNAL); + if (parent !== undefined) { + ret._propagateFrom(parent, 3); + } + var fulfill = ret._fulfill; + var reject = ret._reject; + for (var i = 0, len = promises.length; i < len; ++i) { + var val = promises[i]; + + if (val === undefined && !(i in promises)) { + continue; + } + + Promise.cast(val)._then(fulfill, reject, undefined, ret, null); + } + return ret; +} + +Promise.race = function (promises) { + return race(promises, undefined); +}; + +Promise.prototype.race = function () { + return race(this, undefined); +}; + +}; diff --git a/node_modules/bluebird/js/release/reduce.js b/node_modules/bluebird/js/release/reduce.js new file mode 100644 index 0000000..101ac22 --- /dev/null +++ b/node_modules/bluebird/js/release/reduce.js @@ -0,0 +1,183 @@ +"use strict"; +module.exports = function(Promise, + PromiseArray, + apiRejection, + tryConvertToPromise, + INTERNAL, + debug) { +var util = require("./util"); +var tryCatch = util.tryCatch; + +function ReductionPromiseArray(promises, fn, initialValue, _each) { + this.constructor$(promises); + var context = Promise._getContext(); + this._fn = util.contextBind(context, fn); + if (initialValue !== undefined) { + initialValue = Promise.resolve(initialValue); + initialValue._attachCancellationCallback(this); + } + this._initialValue = initialValue; + this._currentCancellable = null; + if(_each === INTERNAL) { + this._eachValues = Array(this._length); + } else if (_each === 0) { + this._eachValues = null; + } else { + this._eachValues = undefined; + } + this._promise._captureStackTrace(); + this._init$(undefined, -5); +} +util.inherits(ReductionPromiseArray, PromiseArray); + +ReductionPromiseArray.prototype._gotAccum = function(accum) { + if (this._eachValues !== undefined && + this._eachValues !== null && + accum !== INTERNAL) { + this._eachValues.push(accum); + } +}; + +ReductionPromiseArray.prototype._eachComplete = function(value) { + if (this._eachValues !== null) { + this._eachValues.push(value); + } + return this._eachValues; +}; + +ReductionPromiseArray.prototype._init = function() {}; + +ReductionPromiseArray.prototype._resolveEmptyArray = function() { + this._resolve(this._eachValues !== undefined ? this._eachValues + : this._initialValue); +}; + +ReductionPromiseArray.prototype.shouldCopyValues = function () { + return false; +}; + +ReductionPromiseArray.prototype._resolve = function(value) { + this._promise._resolveCallback(value); + this._values = null; +}; + +ReductionPromiseArray.prototype._resultCancelled = function(sender) { + if (sender === this._initialValue) return this._cancel(); + if (this._isResolved()) return; + this._resultCancelled$(); + if (this._currentCancellable instanceof Promise) { + this._currentCancellable.cancel(); + } + if (this._initialValue instanceof Promise) { + this._initialValue.cancel(); + } +}; + +ReductionPromiseArray.prototype._iterate = function (values) { + this._values = values; + var value; + var i; + var length = values.length; + if (this._initialValue !== undefined) { + value = this._initialValue; + i = 0; + } else { + value = Promise.resolve(values[0]); + i = 1; + } + + this._currentCancellable = value; + + for (var j = i; j < length; ++j) { + var maybePromise = values[j]; + if (maybePromise instanceof Promise) { + maybePromise.suppressUnhandledRejections(); + } + } + + if (!value.isRejected()) { + for (; i < length; ++i) { + var ctx = { + accum: null, + value: values[i], + index: i, + length: length, + array: this + }; + + value = value._then(gotAccum, undefined, undefined, ctx, undefined); + + if ((i & 127) === 0) { + value._setNoAsyncGuarantee(); + } + } + } + + if (this._eachValues !== undefined) { + value = value + ._then(this._eachComplete, undefined, undefined, this, undefined); + } + value._then(completed, completed, undefined, value, this); +}; + +Promise.prototype.reduce = function (fn, initialValue) { + return reduce(this, fn, initialValue, null); +}; + +Promise.reduce = function (promises, fn, initialValue, _each) { + return reduce(promises, fn, initialValue, _each); +}; + +function completed(valueOrReason, array) { + if (this.isFulfilled()) { + array._resolve(valueOrReason); + } else { + array._reject(valueOrReason); + } +} + +function reduce(promises, fn, initialValue, _each) { + if (typeof fn !== "function") { + return apiRejection("expecting a function but got " + util.classString(fn)); + } + var array = new ReductionPromiseArray(promises, fn, initialValue, _each); + return array.promise(); +} + +function gotAccum(accum) { + this.accum = accum; + this.array._gotAccum(accum); + var value = tryConvertToPromise(this.value, this.array._promise); + if (value instanceof Promise) { + this.array._currentCancellable = value; + return value._then(gotValue, undefined, undefined, this, undefined); + } else { + return gotValue.call(this, value); + } +} + +function gotValue(value) { + var array = this.array; + var promise = array._promise; + var fn = tryCatch(array._fn); + promise._pushContext(); + var ret; + if (array._eachValues !== undefined) { + ret = fn.call(promise._boundValue(), value, this.index, this.length); + } else { + ret = fn.call(promise._boundValue(), + this.accum, value, this.index, this.length); + } + if (ret instanceof Promise) { + array._currentCancellable = ret; + } + var promiseCreated = promise._popContext(); + debug.checkForgottenReturns( + ret, + promiseCreated, + array._eachValues !== undefined ? "Promise.each" : "Promise.reduce", + promise + ); + return ret; +} +}; diff --git a/node_modules/bluebird/js/release/schedule.js b/node_modules/bluebird/js/release/schedule.js new file mode 100644 index 0000000..15197d1 --- /dev/null +++ b/node_modules/bluebird/js/release/schedule.js @@ -0,0 +1,62 @@ +"use strict"; +var util = require("./util"); +var schedule; +var noAsyncScheduler = function() { + throw new Error("No async scheduler available\u000a\u000a See http://goo.gl/MqrFmX\u000a"); +}; +var NativePromise = util.getNativePromise(); +if (util.isNode && typeof MutationObserver === "undefined") { + var GlobalSetImmediate = global.setImmediate; + var ProcessNextTick = process.nextTick; + schedule = util.isRecentNode + ? function(fn) { GlobalSetImmediate.call(global, fn); } + : function(fn) { ProcessNextTick.call(process, fn); }; +} else if (typeof NativePromise === "function" && + typeof NativePromise.resolve === "function") { + var nativePromise = NativePromise.resolve(); + schedule = function(fn) { + nativePromise.then(fn); + }; +} else if ((typeof MutationObserver !== "undefined") && + !(typeof window !== "undefined" && + window.navigator && + (window.navigator.standalone || window.cordova)) && + ("classList" in document.documentElement)) { + schedule = (function() { + var div = document.createElement("div"); + var opts = {attributes: true}; + var toggleScheduled = false; + var div2 = document.createElement("div"); + var o2 = new MutationObserver(function() { + div.classList.toggle("foo"); + toggleScheduled = false; + }); + o2.observe(div2, opts); + + var scheduleToggle = function() { + if (toggleScheduled) return; + toggleScheduled = true; + div2.classList.toggle("foo"); + }; + + return function schedule(fn) { + var o = new MutationObserver(function() { + o.disconnect(); + fn(); + }); + o.observe(div, opts); + scheduleToggle(); + }; + })(); +} else if (typeof setImmediate !== "undefined") { + schedule = function (fn) { + setImmediate(fn); + }; +} else if (typeof setTimeout !== "undefined") { + schedule = function (fn) { + setTimeout(fn, 0); + }; +} else { + schedule = noAsyncScheduler; +} +module.exports = schedule; diff --git a/node_modules/bluebird/js/release/settle.js b/node_modules/bluebird/js/release/settle.js new file mode 100644 index 0000000..e24b204 --- /dev/null +++ b/node_modules/bluebird/js/release/settle.js @@ -0,0 +1,47 @@ +"use strict"; +module.exports = + function(Promise, PromiseArray, debug) { +var PromiseInspection = Promise.PromiseInspection; +var util = require("./util"); + +function SettledPromiseArray(values) { + this.constructor$(values); +} +util.inherits(SettledPromiseArray, PromiseArray); + +SettledPromiseArray.prototype._promiseResolved = function (index, inspection) { + this._values[index] = inspection; + var totalResolved = ++this._totalResolved; + if (totalResolved >= this._length) { + this._resolve(this._values); + return true; + } + return false; +}; + +SettledPromiseArray.prototype._promiseFulfilled = function (value, index) { + var ret = new PromiseInspection(); + ret._bitField = 33554432; + ret._settledValueField = value; + return this._promiseResolved(index, ret); +}; +SettledPromiseArray.prototype._promiseRejected = function (reason, index) { + var ret = new PromiseInspection(); + ret._bitField = 16777216; + ret._settledValueField = reason; + return this._promiseResolved(index, ret); +}; + +Promise.settle = function (promises) { + debug.deprecated(".settle()", ".reflect()"); + return new SettledPromiseArray(promises).promise(); +}; + +Promise.allSettled = function (promises) { + return new SettledPromiseArray(promises).promise(); +}; + +Promise.prototype.settle = function () { + return Promise.settle(this); +}; +}; diff --git a/node_modules/bluebird/js/release/some.js b/node_modules/bluebird/js/release/some.js new file mode 100644 index 0000000..400d852 --- /dev/null +++ b/node_modules/bluebird/js/release/some.js @@ -0,0 +1,148 @@ +"use strict"; +module.exports = +function(Promise, PromiseArray, apiRejection) { +var util = require("./util"); +var RangeError = require("./errors").RangeError; +var AggregateError = require("./errors").AggregateError; +var isArray = util.isArray; +var CANCELLATION = {}; + + +function SomePromiseArray(values) { + this.constructor$(values); + this._howMany = 0; + this._unwrap = false; + this._initialized = false; +} +util.inherits(SomePromiseArray, PromiseArray); + +SomePromiseArray.prototype._init = function () { + if (!this._initialized) { + return; + } + if (this._howMany === 0) { + this._resolve([]); + return; + } + this._init$(undefined, -5); + var isArrayResolved = isArray(this._values); + if (!this._isResolved() && + isArrayResolved && + this._howMany > this._canPossiblyFulfill()) { + this._reject(this._getRangeError(this.length())); + } +}; + +SomePromiseArray.prototype.init = function () { + this._initialized = true; + this._init(); +}; + +SomePromiseArray.prototype.setUnwrap = function () { + this._unwrap = true; +}; + +SomePromiseArray.prototype.howMany = function () { + return this._howMany; +}; + +SomePromiseArray.prototype.setHowMany = function (count) { + this._howMany = count; +}; + +SomePromiseArray.prototype._promiseFulfilled = function (value) { + this._addFulfilled(value); + if (this._fulfilled() === this.howMany()) { + this._values.length = this.howMany(); + if (this.howMany() === 1 && this._unwrap) { + this._resolve(this._values[0]); + } else { + this._resolve(this._values); + } + return true; + } + return false; + +}; +SomePromiseArray.prototype._promiseRejected = function (reason) { + this._addRejected(reason); + return this._checkOutcome(); +}; + +SomePromiseArray.prototype._promiseCancelled = function () { + if (this._values instanceof Promise || this._values == null) { + return this._cancel(); + } + this._addRejected(CANCELLATION); + return this._checkOutcome(); +}; + +SomePromiseArray.prototype._checkOutcome = function() { + if (this.howMany() > this._canPossiblyFulfill()) { + var e = new AggregateError(); + for (var i = this.length(); i < this._values.length; ++i) { + if (this._values[i] !== CANCELLATION) { + e.push(this._values[i]); + } + } + if (e.length > 0) { + this._reject(e); + } else { + this._cancel(); + } + return true; + } + return false; +}; + +SomePromiseArray.prototype._fulfilled = function () { + return this._totalResolved; +}; + +SomePromiseArray.prototype._rejected = function () { + return this._values.length - this.length(); +}; + +SomePromiseArray.prototype._addRejected = function (reason) { + this._values.push(reason); +}; + +SomePromiseArray.prototype._addFulfilled = function (value) { + this._values[this._totalResolved++] = value; +}; + +SomePromiseArray.prototype._canPossiblyFulfill = function () { + return this.length() - this._rejected(); +}; + +SomePromiseArray.prototype._getRangeError = function (count) { + var message = "Input array must contain at least " + + this._howMany + " items but contains only " + count + " items"; + return new RangeError(message); +}; + +SomePromiseArray.prototype._resolveEmptyArray = function () { + this._reject(this._getRangeError(0)); +}; + +function some(promises, howMany) { + if ((howMany | 0) !== howMany || howMany < 0) { + return apiRejection("expecting a positive integer\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + var ret = new SomePromiseArray(promises); + var promise = ret.promise(); + ret.setHowMany(howMany); + ret.init(); + return promise; +} + +Promise.some = function (promises, howMany) { + return some(promises, howMany); +}; + +Promise.prototype.some = function (howMany) { + return some(this, howMany); +}; + +Promise._SomePromiseArray = SomePromiseArray; +}; diff --git a/node_modules/bluebird/js/release/synchronous_inspection.js b/node_modules/bluebird/js/release/synchronous_inspection.js new file mode 100644 index 0000000..9c49d2e --- /dev/null +++ b/node_modules/bluebird/js/release/synchronous_inspection.js @@ -0,0 +1,103 @@ +"use strict"; +module.exports = function(Promise) { +function PromiseInspection(promise) { + if (promise !== undefined) { + promise = promise._target(); + this._bitField = promise._bitField; + this._settledValueField = promise._isFateSealed() + ? promise._settledValue() : undefined; + } + else { + this._bitField = 0; + this._settledValueField = undefined; + } +} + +PromiseInspection.prototype._settledValue = function() { + return this._settledValueField; +}; + +var value = PromiseInspection.prototype.value = function () { + if (!this.isFulfilled()) { + throw new TypeError("cannot get fulfillment value of a non-fulfilled promise\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + return this._settledValue(); +}; + +var reason = PromiseInspection.prototype.error = +PromiseInspection.prototype.reason = function () { + if (!this.isRejected()) { + throw new TypeError("cannot get rejection reason of a non-rejected promise\u000a\u000a See http://goo.gl/MqrFmX\u000a"); + } + return this._settledValue(); +}; + +var isFulfilled = PromiseInspection.prototype.isFulfilled = function() { + return (this._bitField & 33554432) !== 0; +}; + +var isRejected = PromiseInspection.prototype.isRejected = function () { + return (this._bitField & 16777216) !== 0; +}; + +var isPending = PromiseInspection.prototype.isPending = function () { + return (this._bitField & 50397184) === 0; +}; + +var isResolved = PromiseInspection.prototype.isResolved = function () { + return (this._bitField & 50331648) !== 0; +}; + +PromiseInspection.prototype.isCancelled = function() { + return (this._bitField & 8454144) !== 0; +}; + +Promise.prototype.__isCancelled = function() { + return (this._bitField & 65536) === 65536; +}; + +Promise.prototype._isCancelled = function() { + return this._target().__isCancelled(); +}; + +Promise.prototype.isCancelled = function() { + return (this._target()._bitField & 8454144) !== 0; +}; + +Promise.prototype.isPending = function() { + return isPending.call(this._target()); +}; + +Promise.prototype.isRejected = function() { + return isRejected.call(this._target()); +}; + +Promise.prototype.isFulfilled = function() { + return isFulfilled.call(this._target()); +}; + +Promise.prototype.isResolved = function() { + return isResolved.call(this._target()); +}; + +Promise.prototype.value = function() { + return value.call(this._target()); +}; + +Promise.prototype.reason = function() { + var target = this._target(); + target._unsetRejectionIsUnhandled(); + return reason.call(target); +}; + +Promise.prototype._value = function() { + return this._settledValue(); +}; + +Promise.prototype._reason = function() { + this._unsetRejectionIsUnhandled(); + return this._settledValue(); +}; + +Promise.PromiseInspection = PromiseInspection; +}; diff --git a/node_modules/bluebird/js/release/thenables.js b/node_modules/bluebird/js/release/thenables.js new file mode 100644 index 0000000..d6ab9aa --- /dev/null +++ b/node_modules/bluebird/js/release/thenables.js @@ -0,0 +1,86 @@ +"use strict"; +module.exports = function(Promise, INTERNAL) { +var util = require("./util"); +var errorObj = util.errorObj; +var isObject = util.isObject; + +function tryConvertToPromise(obj, context) { + if (isObject(obj)) { + if (obj instanceof Promise) return obj; + var then = getThen(obj); + if (then === errorObj) { + if (context) context._pushContext(); + var ret = Promise.reject(then.e); + if (context) context._popContext(); + return ret; + } else if (typeof then === "function") { + if (isAnyBluebirdPromise(obj)) { + var ret = new Promise(INTERNAL); + obj._then( + ret._fulfill, + ret._reject, + undefined, + ret, + null + ); + return ret; + } + return doThenable(obj, then, context); + } + } + return obj; +} + +function doGetThen(obj) { + return obj.then; +} + +function getThen(obj) { + try { + return doGetThen(obj); + } catch (e) { + errorObj.e = e; + return errorObj; + } +} + +var hasProp = {}.hasOwnProperty; +function isAnyBluebirdPromise(obj) { + try { + return hasProp.call(obj, "_promise0"); + } catch (e) { + return false; + } +} + +function doThenable(x, then, context) { + var promise = new Promise(INTERNAL); + var ret = promise; + if (context) context._pushContext(); + promise._captureStackTrace(); + if (context) context._popContext(); + var synchronous = true; + var result = util.tryCatch(then).call(x, resolve, reject); + synchronous = false; + + if (promise && result === errorObj) { + promise._rejectCallback(result.e, true, true); + promise = null; + } + + function resolve(value) { + if (!promise) return; + promise._resolveCallback(value); + promise = null; + } + + function reject(reason) { + if (!promise) return; + promise._rejectCallback(reason, synchronous, true); + promise = null; + } + return ret; +} + +return tryConvertToPromise; +}; diff --git a/node_modules/bluebird/js/release/timers.js b/node_modules/bluebird/js/release/timers.js new file mode 100644 index 0000000..cb8f1f4 --- /dev/null +++ b/node_modules/bluebird/js/release/timers.js @@ -0,0 +1,93 @@ +"use strict"; +module.exports = function(Promise, INTERNAL, debug) { +var util = require("./util"); +var TimeoutError = Promise.TimeoutError; + +function HandleWrapper(handle) { + this.handle = handle; +} + +HandleWrapper.prototype._resultCancelled = function() { + clearTimeout(this.handle); +}; + +var afterValue = function(value) { return delay(+this).thenReturn(value); }; +var delay = Promise.delay = function (ms, value) { + var ret; + var handle; + if (value !== undefined) { + ret = Promise.resolve(value) + ._then(afterValue, null, null, ms, undefined); + if (debug.cancellation() && value instanceof Promise) { + ret._setOnCancel(value); + } + } else { + ret = new Promise(INTERNAL); + handle = setTimeout(function() { ret._fulfill(); }, +ms); + if (debug.cancellation()) { + ret._setOnCancel(new HandleWrapper(handle)); + } + ret._captureStackTrace(); + } + ret._setAsyncGuaranteed(); + return ret; +}; + +Promise.prototype.delay = function (ms) { + return delay(ms, this); +}; + +var afterTimeout = function (promise, message, parent) { + var err; + if (typeof message !== "string") { + if (message instanceof Error) { + err = message; + } else { + err = new TimeoutError("operation timed out"); + } + } else { + err = new TimeoutError(message); + } + util.markAsOriginatingFromRejection(err); + promise._attachExtraTrace(err); + promise._reject(err); + + if (parent != null) { + parent.cancel(); + } +}; + +function successClear(value) { + clearTimeout(this.handle); + return value; +} + +function failureClear(reason) { + clearTimeout(this.handle); + throw reason; +} + +Promise.prototype.timeout = function (ms, message) { + ms = +ms; + var ret, parent; + + var handleWrapper = new HandleWrapper(setTimeout(function timeoutTimeout() { + if (ret.isPending()) { + afterTimeout(ret, message, parent); + } + }, ms)); + + if (debug.cancellation()) { + parent = this.then(); + ret = parent._then(successClear, failureClear, + undefined, handleWrapper, undefined); + ret._setOnCancel(handleWrapper); + } else { + ret = this._then(successClear, failureClear, + undefined, handleWrapper, undefined); + } + + return ret; +}; + +}; diff --git a/node_modules/bluebird/js/release/using.js b/node_modules/bluebird/js/release/using.js new file mode 100644 index 0000000..65de531 --- /dev/null +++ b/node_modules/bluebird/js/release/using.js @@ -0,0 +1,226 @@ +"use strict"; +module.exports = function (Promise, apiRejection, tryConvertToPromise, + createContext, INTERNAL, debug) { + var util = require("./util"); + var TypeError = require("./errors").TypeError; + var inherits = require("./util").inherits; + var errorObj = util.errorObj; + var tryCatch = util.tryCatch; + var NULL = {}; + + function thrower(e) { + setTimeout(function(){throw e;}, 0); + } + + function castPreservingDisposable(thenable) { + var maybePromise = tryConvertToPromise(thenable); + if (maybePromise !== thenable && + typeof thenable._isDisposable === "function" && + typeof thenable._getDisposer === "function" && + thenable._isDisposable()) { + maybePromise._setDisposable(thenable._getDisposer()); + } + return maybePromise; + } + function dispose(resources, inspection) { + var i = 0; + var len = resources.length; + var ret = new Promise(INTERNAL); + function iterator() { + if (i >= len) return ret._fulfill(); + var maybePromise = castPreservingDisposable(resources[i++]); + if (maybePromise instanceof Promise && + maybePromise._isDisposable()) { + try { + maybePromise = tryConvertToPromise( + maybePromise._getDisposer().tryDispose(inspection), + resources.promise); + } catch (e) { + return thrower(e); + } + if (maybePromise instanceof Promise) { + return maybePromise._then(iterator, thrower, + null, null, null); + } + } + iterator(); + } + iterator(); + return ret; + } + + function Disposer(data, promise, context) { + this._data = data; + this._promise = promise; + this._context = context; + } + + Disposer.prototype.data = function () { + return this._data; + }; + + Disposer.prototype.promise = function () { + return this._promise; + }; + + Disposer.prototype.resource = function () { + if (this.promise().isFulfilled()) { + return this.promise().value(); + } + return NULL; + }; + + Disposer.prototype.tryDispose = function(inspection) { + var resource = this.resource(); + var context = this._context; + if (context !== undefined) context._pushContext(); + var ret = resource !== NULL + ? this.doDispose(resource, inspection) : null; + if (context !== undefined) context._popContext(); + this._promise._unsetDisposable(); + this._data = null; + return ret; + }; + + Disposer.isDisposer = function (d) { + return (d != null && + typeof d.resource === "function" && + typeof d.tryDispose === "function"); + }; + + function FunctionDisposer(fn, promise, context) { + this.constructor$(fn, promise, context); + } + inherits(FunctionDisposer, Disposer); + + FunctionDisposer.prototype.doDispose = function (resource, inspection) { + var fn = this.data(); + return fn.call(resource, resource, inspection); + }; + + function maybeUnwrapDisposer(value) { + if (Disposer.isDisposer(value)) { + this.resources[this.index]._setDisposable(value); + return value.promise(); + } + return value; + } + + function ResourceList(length) { + this.length = length; + this.promise = null; + this[length-1] = null; + } + + ResourceList.prototype._resultCancelled = function() { + var len = this.length; + for (var i = 0; i < len; ++i) { + var item = this[i]; + if (item instanceof Promise) { + item.cancel(); + } + } + }; + + Promise.using = function () { + var len = arguments.length; + if (len < 2) return apiRejection( + "you must pass at least 2 arguments to Promise.using"); + var fn = arguments[len - 1]; + if (typeof fn !== "function") { + return apiRejection("expecting a function but got " + util.classString(fn)); + } + var input; + var spreadArgs = true; + if (len === 2 && Array.isArray(arguments[0])) { + input = arguments[0]; + len = input.length; + spreadArgs = false; + } else { + input = arguments; + len--; + } + var resources = new ResourceList(len); + for (var i = 0; i < len; ++i) { + var resource = input[i]; + if (Disposer.isDisposer(resource)) { + var disposer = resource; + resource = resource.promise(); + resource._setDisposable(disposer); + } else { + var maybePromise = tryConvertToPromise(resource); + if (maybePromise instanceof Promise) { + resource = + maybePromise._then(maybeUnwrapDisposer, null, null, { + resources: resources, + index: i + }, undefined); + } + } + resources[i] = resource; + } + + var reflectedResources = new Array(resources.length); + for (var i = 0; i < reflectedResources.length; ++i) { + reflectedResources[i] = Promise.resolve(resources[i]).reflect(); + } + + var resultPromise = Promise.all(reflectedResources) + .then(function(inspections) { + for (var i = 0; i < inspections.length; ++i) { + var inspection = inspections[i]; + if (inspection.isRejected()) { + errorObj.e = inspection.error(); + return errorObj; + } else if (!inspection.isFulfilled()) { + resultPromise.cancel(); + return; + } + inspections[i] = inspection.value(); + } + promise._pushContext(); + + fn = tryCatch(fn); + var ret = spreadArgs + ? fn.apply(undefined, inspections) : fn(inspections); + var promiseCreated = promise._popContext(); + debug.checkForgottenReturns( + ret, promiseCreated, "Promise.using", promise); + return ret; + }); + + var promise = resultPromise.lastly(function() { + var inspection = new Promise.PromiseInspection(resultPromise); + return dispose(resources, inspection); + }); + resources.promise = promise; + promise._setOnCancel(resources); + return promise; + }; + + Promise.prototype._setDisposable = function (disposer) { + this._bitField = this._bitField | 131072; + this._disposer = disposer; + }; + + Promise.prototype._isDisposable = function () { + return (this._bitField & 131072) > 0; + }; + + Promise.prototype._getDisposer = function () { + return this._disposer; + }; + + Promise.prototype._unsetDisposable = function () { + this._bitField = this._bitField & (~131072); + this._disposer = undefined; + }; + + Promise.prototype.disposer = function (fn) { + if (typeof fn === "function") { + return new FunctionDisposer(fn, this, createContext()); + } + throw new TypeError(); + }; + +}; diff --git a/node_modules/bluebird/js/release/util.js b/node_modules/bluebird/js/release/util.js new file mode 100644 index 0000000..8ca4d91 --- /dev/null +++ b/node_modules/bluebird/js/release/util.js @@ -0,0 +1,421 @@ +"use strict"; +var es5 = require("./es5"); +var canEvaluate = typeof navigator == "undefined"; + +var errorObj = {e: {}}; +var tryCatchTarget; +var globalObject = typeof self !== "undefined" ? self : + typeof window !== "undefined" ? window : + typeof global !== "undefined" ? global : + this !== undefined ? this : null; + +function tryCatcher() { + try { + var target = tryCatchTarget; + tryCatchTarget = null; + return target.apply(this, arguments); + } catch (e) { + errorObj.e = e; + return errorObj; + } +} +function tryCatch(fn) { + tryCatchTarget = fn; + return tryCatcher; +} + +var inherits = function(Child, Parent) { + var hasProp = {}.hasOwnProperty; + + function T() { + this.constructor = Child; + this.constructor$ = Parent; + for (var propertyName in Parent.prototype) { + if (hasProp.call(Parent.prototype, propertyName) && + propertyName.charAt(propertyName.length-1) !== "$" + ) { + this[propertyName + "$"] = Parent.prototype[propertyName]; + } + } + } + T.prototype = Parent.prototype; + Child.prototype = new T(); + return Child.prototype; +}; + + +function isPrimitive(val) { + return val == null || val === true || val === false || + typeof val === "string" || typeof val === "number"; + +} + +function isObject(value) { + return typeof value === "function" || + typeof value === "object" && value !== null; +} + +function maybeWrapAsError(maybeError) { + if (!isPrimitive(maybeError)) return maybeError; + + return new Error(safeToString(maybeError)); +} + +function withAppended(target, appendee) { + var len = target.length; + var ret = new Array(len + 1); + var i; + for (i = 0; i < len; ++i) { + ret[i] = target[i]; + } + ret[i] = appendee; + return ret; +} + +function getDataPropertyOrDefault(obj, key, defaultValue) { + if (es5.isES5) { + var desc = Object.getOwnPropertyDescriptor(obj, key); + + if (desc != null) { + return desc.get == null && desc.set == null + ? desc.value + : defaultValue; + } + } else { + return {}.hasOwnProperty.call(obj, key) ? obj[key] : undefined; + } +} + +function notEnumerableProp(obj, name, value) { + if (isPrimitive(obj)) return obj; + var descriptor = { + value: value, + configurable: true, + enumerable: false, + writable: true + }; + es5.defineProperty(obj, name, descriptor); + return obj; +} + +function thrower(r) { + throw r; +} + +var inheritedDataKeys = (function() { + var excludedPrototypes = [ + Array.prototype, + Object.prototype, + Function.prototype + ]; + + var isExcludedProto = function(val) { + for (var i = 0; i < excludedPrototypes.length; ++i) { + if (excludedPrototypes[i] === val) { + return true; + } + } + return false; + }; + + if (es5.isES5) { + var getKeys = Object.getOwnPropertyNames; + return function(obj) { + var ret = []; + var visitedKeys = Object.create(null); + while (obj != null && !isExcludedProto(obj)) { + var keys; + try { + keys = getKeys(obj); + } catch (e) { + return ret; + } + for (var i = 0; i < keys.length; ++i) { + var key = keys[i]; + if (visitedKeys[key]) continue; + visitedKeys[key] = true; + var desc = Object.getOwnPropertyDescriptor(obj, key); + if (desc != null && desc.get == null && desc.set == null) { + ret.push(key); + } + } + obj = es5.getPrototypeOf(obj); + } + return ret; + }; + } else { + var hasProp = {}.hasOwnProperty; + return function(obj) { + if (isExcludedProto(obj)) return []; + var ret = []; + + /*jshint forin:false */ + enumeration: for (var key in obj) { + if (hasProp.call(obj, key)) { + ret.push(key); + } else { + for (var i = 0; i < excludedPrototypes.length; ++i) { + if (hasProp.call(excludedPrototypes[i], key)) { + continue enumeration; + } + } + ret.push(key); + } + } + return ret; + }; + } + +})(); + +var thisAssignmentPattern = /this\s*\.\s*\S+\s*=/; +function isClass(fn) { + try { + if (typeof fn === "function") { + var keys = es5.names(fn.prototype); + + var hasMethods = es5.isES5 && keys.length > 1; + var hasMethodsOtherThanConstructor = keys.length > 0 && + !(keys.length === 1 && keys[0] === "constructor"); + var hasThisAssignmentAndStaticMethods = + thisAssignmentPattern.test(fn + "") && es5.names(fn).length > 0; + + if (hasMethods || hasMethodsOtherThanConstructor || + hasThisAssignmentAndStaticMethods) { + return true; + } + } + return false; + } catch (e) { + return false; + } +} + +function toFastProperties(obj) { + /*jshint -W027,-W055,-W031*/ + function FakeConstructor() {} + FakeConstructor.prototype = obj; + var receiver = new FakeConstructor(); + function ic() { + return typeof receiver.foo; + } + ic(); + ic(); + return obj; + eval(obj); +} + +var rident = /^[a-z$_][a-z$_0-9]*$/i; +function isIdentifier(str) { + return rident.test(str); +} + +function filledRange(count, prefix, suffix) { + var ret = new Array(count); + for(var i = 0; i < count; ++i) { + ret[i] = prefix + i + suffix; + } + return ret; +} + +function safeToString(obj) { + try { + return obj + ""; + } catch (e) { + return "[no string representation]"; + } +} + +function isError(obj) { + return obj instanceof Error || + (obj !== null && + typeof obj === "object" && + typeof obj.message === "string" && + typeof obj.name === "string"); +} + +function markAsOriginatingFromRejection(e) { + try { + notEnumerableProp(e, "isOperational", true); + } + catch(ignore) {} +} + +function originatesFromRejection(e) { + if (e == null) return false; + return ((e instanceof Error["__BluebirdErrorTypes__"].OperationalError) || + e["isOperational"] === true); +} + +function canAttachTrace(obj) { + return isError(obj) && es5.propertyIsWritable(obj, "stack"); +} + +var ensureErrorObject = (function() { + if (!("stack" in new Error())) { + return function(value) { + if (canAttachTrace(value)) return value; + try {throw new Error(safeToString(value));} + catch(err) {return err;} + }; + } else { + return function(value) { + if (canAttachTrace(value)) return value; + return new Error(safeToString(value)); + }; + } +})(); + +function classString(obj) { + return {}.toString.call(obj); +} + +function copyDescriptors(from, to, filter) { + var keys = es5.names(from); + for (var i = 0; i < keys.length; ++i) { + var key = keys[i]; + if (filter(key)) { + try { + es5.defineProperty(to, key, es5.getDescriptor(from, key)); + } catch (ignore) {} + } + } +} + +var asArray = function(v) { + if (es5.isArray(v)) { + return v; + } + return null; +}; + +if (typeof Symbol !== "undefined" && Symbol.iterator) { + var ArrayFrom = typeof Array.from === "function" ? function(v) { + return Array.from(v); + } : function(v) { + var ret = []; + var it = v[Symbol.iterator](); + var itResult; + while (!((itResult = it.next()).done)) { + ret.push(itResult.value); + } + return ret; + }; + + asArray = function(v) { + if (es5.isArray(v)) { + return v; + } else if (v != null && typeof v[Symbol.iterator] === "function") { + return ArrayFrom(v); + } + return null; + }; +} + +var isNode = typeof process !== "undefined" && + classString(process).toLowerCase() === "[object process]"; + +var hasEnvVariables = typeof process !== "undefined" && + typeof process.env !== "undefined"; + +function env(key) { + return hasEnvVariables ? process.env[key] : undefined; +} + +function getNativePromise() { + if (typeof Promise === "function") { + try { + var promise = new Promise(function(){}); + if (classString(promise) === "[object Promise]") { + return Promise; + } + } catch (e) {} + } +} + +var reflectHandler; +function contextBind(ctx, cb) { + if (ctx === null || + typeof cb !== "function" || + cb === reflectHandler) { + return cb; + } + + if (ctx.domain !== null) { + cb = ctx.domain.bind(cb); + } + + var async = ctx.async; + if (async !== null) { + var old = cb; + cb = function() { + var $_len = arguments.length + 2;var args = new Array($_len); for(var $_i = 2; $_i < $_len ; ++$_i) {args[$_i] = arguments[$_i - 2];}; + args[0] = old; + args[1] = this; + return async.runInAsyncScope.apply(async, args); + }; + } + return cb; +} + +var ret = { + setReflectHandler: function(fn) { + reflectHandler = fn; + }, + isClass: isClass, + isIdentifier: isIdentifier, + inheritedDataKeys: inheritedDataKeys, + getDataPropertyOrDefault: getDataPropertyOrDefault, + thrower: thrower, + isArray: es5.isArray, + asArray: asArray, + notEnumerableProp: notEnumerableProp, + isPrimitive: isPrimitive, + isObject: isObject, + isError: isError, + canEvaluate: canEvaluate, + errorObj: errorObj, + tryCatch: tryCatch, + inherits: inherits, + withAppended: withAppended, + maybeWrapAsError: maybeWrapAsError, + toFastProperties: toFastProperties, + filledRange: filledRange, + toString: safeToString, + canAttachTrace: canAttachTrace, + ensureErrorObject: ensureErrorObject, + originatesFromRejection: originatesFromRejection, + markAsOriginatingFromRejection: markAsOriginatingFromRejection, + classString: classString, + copyDescriptors: copyDescriptors, + isNode: isNode, + hasEnvVariables: hasEnvVariables, + env: env, + global: globalObject, + getNativePromise: getNativePromise, + contextBind: contextBind +}; +ret.isRecentNode = ret.isNode && (function() { + var version; + if (process.versions && process.versions.node) { + version = process.versions.node.split(".").map(Number); + } else if (process.version) { + version = process.version.split(".").map(Number); + } + return (version[0] === 0 && version[1] > 10) || (version[0] > 0); +})(); +ret.nodeSupportsAsyncResource = ret.isNode && (function() { + var supportsAsync = false; + try { + var res = require("async_hooks").AsyncResource; + supportsAsync = typeof res.prototype.runInAsyncScope === "function"; + } catch (e) { + supportsAsync = false; + } + return supportsAsync; +})(); + +if (ret.isNode) ret.toFastProperties(process); + +try {throw new Error(); } catch (e) {ret.lastLineError = e;} +module.exports = ret; diff --git a/node_modules/bluebird/package.json b/node_modules/bluebird/package.json new file mode 100644 index 0000000..33f696c --- /dev/null +++ b/node_modules/bluebird/package.json @@ -0,0 +1,78 @@ +{ + "name": "bluebird", + "description": "Full featured Promises/A+ implementation with exceptionally good performance", + "version": "3.7.2", + "keywords": [ + "promise", + "performance", + "promises", + "promises-a", + "promises-aplus", + "async", + "await", + "deferred", + "deferreds", + "future", + "flow control", + "dsl", + "fluent interface" + ], + "scripts": { + "lint": "node scripts/jshint.js", + "test": "node --expose-gc tools/test.js", + "istanbul": "istanbul", + "prepublish": "npm run generate-browser-core && npm run generate-browser-full", + "generate-browser-full": "node tools/build.js --no-clean --no-debug --release --browser --minify", + "generate-browser-core": "node tools/build.js --features=core --no-debug --release --zalgo --browser --minify && mv js/browser/bluebird.js js/browser/bluebird.core.js && mv js/browser/bluebird.min.js js/browser/bluebird.core.min.js" + }, + "homepage": "https://github.com/petkaantonov/bluebird", + "repository": { + "type": "git", + "url": "git://github.com/petkaantonov/bluebird.git" + }, + "bugs": { + "url": "http://github.com/petkaantonov/bluebird/issues" + }, + "license": "MIT", + "author": { + "name": "Petka Antonov", + "email": "petka_antonov@hotmail.com", + "url": "http://github.com/petkaantonov/" + }, + "devDependencies": { + "acorn": "^6.0.2", + "acorn-walk": "^6.1.0", + "baconjs": "^0.7.43", + "bluebird": "^2.9.2", + "body-parser": "^1.10.2", + "browserify": "^8.1.1", + "cli-table": "~0.3.1", + "co": "^4.2.0", + "cross-spawn": "^0.2.3", + "glob": "^4.3.2", + "grunt-saucelabs": "~8.4.1", + "highland": "^2.3.0", + "istanbul": "^0.3.5", + "jshint": "^2.6.0", + "jshint-stylish": "~0.2.0", + "kefir": "^2.4.1", + "mkdirp": "~0.5.0", + "mocha": "~2.1", + "open": "~0.0.5", + "optimist": "~0.6.1", + "rimraf": "~2.2.6", + "rx": "^2.3.25", + "serve-static": "^1.7.1", + "sinon": "~1.7.3", + "uglify-js": "~2.4.16" + }, + "readmeFilename": "README.md", + "main": "./js/release/bluebird.js", + "webpack": "./js/release/bluebird.js", + "browser": "./js/browser/bluebird.js", + "files": [ + "js/browser", + "js/release", + "LICENSE" + ] +} diff --git a/node_modules/body-parser/HISTORY.md b/node_modules/body-parser/HISTORY.md new file mode 100644 index 0000000..81d23e0 --- /dev/null +++ b/node_modules/body-parser/HISTORY.md @@ -0,0 +1,672 @@ +1.20.3 / 2024-09-10 +=================== + + * deps: qs@6.13.0 + * add `depth` option to customize the depth level in the parser + * IMPORTANT: The default `depth` level for parsing URL-encoded data is now `32` (previously was `Infinity`) + +1.20.2 / 2023-02-21 +=================== + + * Fix strict json error message on Node.js 19+ + * deps: content-type@~1.0.5 + - perf: skip value escaping when unnecessary + * deps: raw-body@2.5.2 + +1.20.1 / 2022-10-06 +=================== + + * deps: qs@6.11.0 + * perf: remove unnecessary object clone + +1.20.0 / 2022-04-02 +=================== + + * Fix error message for json parse whitespace in `strict` + * Fix internal error when inflated body exceeds limit + * Prevent loss of async hooks context + * Prevent hanging when request already read + * deps: depd@2.0.0 + - Replace internal `eval` usage with `Function` constructor + - Use instance methods on `process` to check for listeners + * deps: http-errors@2.0.0 + - deps: depd@2.0.0 + - deps: statuses@2.0.1 + * deps: on-finished@2.4.1 + * deps: qs@6.10.3 + * deps: raw-body@2.5.1 + - deps: http-errors@2.0.0 + +1.19.2 / 2022-02-15 +=================== + + * deps: bytes@3.1.2 + * deps: qs@6.9.7 + * Fix handling of `__proto__` keys + * deps: raw-body@2.4.3 + - deps: bytes@3.1.2 + +1.19.1 / 2021-12-10 +=================== + + * deps: bytes@3.1.1 + * deps: http-errors@1.8.1 + - deps: inherits@2.0.4 + - deps: toidentifier@1.0.1 + - deps: setprototypeof@1.2.0 + * deps: qs@6.9.6 + * deps: raw-body@2.4.2 + - deps: bytes@3.1.1 + - deps: http-errors@1.8.1 + * deps: safe-buffer@5.2.1 + * deps: type-is@~1.6.18 + +1.19.0 / 2019-04-25 +=================== + + * deps: bytes@3.1.0 + - Add petabyte (`pb`) support + * deps: http-errors@1.7.2 + - Set constructor name when possible + - deps: setprototypeof@1.1.1 + - deps: statuses@'>= 1.5.0 < 2' + * deps: iconv-lite@0.4.24 + - Added encoding MIK + * deps: qs@6.7.0 + - Fix parsing array brackets after index + * deps: raw-body@2.4.0 + - deps: bytes@3.1.0 + - deps: http-errors@1.7.2 + - deps: iconv-lite@0.4.24 + * deps: type-is@~1.6.17 + - deps: mime-types@~2.1.24 + - perf: prevent internal `throw` on invalid type + +1.18.3 / 2018-05-14 +=================== + + * Fix stack trace for strict json parse error + * deps: depd@~1.1.2 + - perf: remove argument reassignment + * deps: http-errors@~1.6.3 + - deps: depd@~1.1.2 + - deps: setprototypeof@1.1.0 + - deps: statuses@'>= 1.3.1 < 2' + * deps: iconv-lite@0.4.23 + - Fix loading encoding with year appended + - Fix deprecation warnings on Node.js 10+ + * deps: qs@6.5.2 + * deps: raw-body@2.3.3 + - deps: http-errors@1.6.3 + - deps: iconv-lite@0.4.23 + * deps: type-is@~1.6.16 + - deps: mime-types@~2.1.18 + +1.18.2 / 2017-09-22 +=================== + + * deps: debug@2.6.9 + * perf: remove argument reassignment + +1.18.1 / 2017-09-12 +=================== + + * deps: content-type@~1.0.4 + - perf: remove argument reassignment + - perf: skip parameter parsing when no parameters + * deps: iconv-lite@0.4.19 + - Fix ISO-8859-1 regression + - Update Windows-1255 + * deps: qs@6.5.1 + - Fix parsing & compacting very deep objects + * deps: raw-body@2.3.2 + - deps: iconv-lite@0.4.19 + +1.18.0 / 2017-09-08 +=================== + + * Fix JSON strict violation error to match native parse error + * Include the `body` property on verify errors + * Include the `type` property on all generated errors + * Use `http-errors` to set status code on errors + * deps: bytes@3.0.0 + * deps: debug@2.6.8 + * deps: depd@~1.1.1 + - Remove unnecessary `Buffer` loading + * deps: http-errors@~1.6.2 + - deps: depd@1.1.1 + * deps: iconv-lite@0.4.18 + - Add support for React Native + - Add a warning if not loaded as utf-8 + - Fix CESU-8 decoding in Node.js 8 + - Improve speed of ISO-8859-1 encoding + * deps: qs@6.5.0 + * deps: raw-body@2.3.1 + - Use `http-errors` for standard emitted errors + - deps: bytes@3.0.0 + - deps: iconv-lite@0.4.18 + - perf: skip buffer decoding on overage chunk + * perf: prevent internal `throw` when missing charset + +1.17.2 / 2017-05-17 +=================== + + * deps: debug@2.6.7 + - Fix `DEBUG_MAX_ARRAY_LENGTH` + - deps: ms@2.0.0 + * deps: type-is@~1.6.15 + - deps: mime-types@~2.1.15 + +1.17.1 / 2017-03-06 +=================== + + * deps: qs@6.4.0 + - Fix regression parsing keys starting with `[` + +1.17.0 / 2017-03-01 +=================== + + * deps: http-errors@~1.6.1 + - Make `message` property enumerable for `HttpError`s + - deps: setprototypeof@1.0.3 + * deps: qs@6.3.1 + - Fix compacting nested arrays + +1.16.1 / 2017-02-10 +=================== + + * deps: debug@2.6.1 + - Fix deprecation messages in WebStorm and other editors + - Undeprecate `DEBUG_FD` set to `1` or `2` + +1.16.0 / 2017-01-17 +=================== + + * deps: debug@2.6.0 + - Allow colors in workers + - Deprecated `DEBUG_FD` environment variable + - Fix error when running under React Native + - Use same color for same namespace + - deps: ms@0.7.2 + * deps: http-errors@~1.5.1 + - deps: inherits@2.0.3 + - deps: setprototypeof@1.0.2 + - deps: statuses@'>= 1.3.1 < 2' + * deps: iconv-lite@0.4.15 + - Added encoding MS-31J + - Added encoding MS-932 + - Added encoding MS-936 + - Added encoding MS-949 + - Added encoding MS-950 + - Fix GBK/GB18030 handling of Euro character + * deps: qs@6.2.1 + - Fix array parsing from skipping empty values + * deps: raw-body@~2.2.0 + - deps: iconv-lite@0.4.15 + * deps: type-is@~1.6.14 + - deps: mime-types@~2.1.13 + +1.15.2 / 2016-06-19 +=================== + + * deps: bytes@2.4.0 + * deps: content-type@~1.0.2 + - perf: enable strict mode + * deps: http-errors@~1.5.0 + - Use `setprototypeof` module to replace `__proto__` setting + - deps: statuses@'>= 1.3.0 < 2' + - perf: enable strict mode + * deps: qs@6.2.0 + * deps: raw-body@~2.1.7 + - deps: bytes@2.4.0 + - perf: remove double-cleanup on happy path + * deps: type-is@~1.6.13 + - deps: mime-types@~2.1.11 + +1.15.1 / 2016-05-05 +=================== + + * deps: bytes@2.3.0 + - Drop partial bytes on all parsed units + - Fix parsing byte string that looks like hex + * deps: raw-body@~2.1.6 + - deps: bytes@2.3.0 + * deps: type-is@~1.6.12 + - deps: mime-types@~2.1.10 + +1.15.0 / 2016-02-10 +=================== + + * deps: http-errors@~1.4.0 + - Add `HttpError` export, for `err instanceof createError.HttpError` + - deps: inherits@2.0.1 + - deps: statuses@'>= 1.2.1 < 2' + * deps: qs@6.1.0 + * deps: type-is@~1.6.11 + - deps: mime-types@~2.1.9 + +1.14.2 / 2015-12-16 +=================== + + * deps: bytes@2.2.0 + * deps: iconv-lite@0.4.13 + * deps: qs@5.2.0 + * deps: raw-body@~2.1.5 + - deps: bytes@2.2.0 + - deps: iconv-lite@0.4.13 + * deps: type-is@~1.6.10 + - deps: mime-types@~2.1.8 + +1.14.1 / 2015-09-27 +=================== + + * Fix issue where invalid charset results in 400 when `verify` used + * deps: iconv-lite@0.4.12 + - Fix CESU-8 decoding in Node.js 4.x + * deps: raw-body@~2.1.4 + - Fix masking critical errors from `iconv-lite` + - deps: iconv-lite@0.4.12 + * deps: type-is@~1.6.9 + - deps: mime-types@~2.1.7 + +1.14.0 / 2015-09-16 +=================== + + * Fix JSON strict parse error to match syntax errors + * Provide static `require` analysis in `urlencoded` parser + * deps: depd@~1.1.0 + - Support web browser loading + * deps: qs@5.1.0 + * deps: raw-body@~2.1.3 + - Fix sync callback when attaching data listener causes sync read + * deps: type-is@~1.6.8 + - Fix type error when given invalid type to match against + - deps: mime-types@~2.1.6 + +1.13.3 / 2015-07-31 +=================== + + * deps: type-is@~1.6.6 + - deps: mime-types@~2.1.4 + +1.13.2 / 2015-07-05 +=================== + + * deps: iconv-lite@0.4.11 + * deps: qs@4.0.0 + - Fix dropping parameters like `hasOwnProperty` + - Fix user-visible incompatibilities from 3.1.0 + - Fix various parsing edge cases + * deps: raw-body@~2.1.2 + - Fix error stack traces to skip `makeError` + - deps: iconv-lite@0.4.11 + * deps: type-is@~1.6.4 + - deps: mime-types@~2.1.2 + - perf: enable strict mode + - perf: remove argument reassignment + +1.13.1 / 2015-06-16 +=================== + + * deps: qs@2.4.2 + - Downgraded from 3.1.0 because of user-visible incompatibilities + +1.13.0 / 2015-06-14 +=================== + + * Add `statusCode` property on `Error`s, in addition to `status` + * Change `type` default to `application/json` for JSON parser + * Change `type` default to `application/x-www-form-urlencoded` for urlencoded parser + * Provide static `require` analysis + * Use the `http-errors` module to generate errors + * deps: bytes@2.1.0 + - Slight optimizations + * deps: iconv-lite@0.4.10 + - The encoding UTF-16 without BOM now defaults to UTF-16LE when detection fails + - Leading BOM is now removed when decoding + * deps: on-finished@~2.3.0 + - Add defined behavior for HTTP `CONNECT` requests + - Add defined behavior for HTTP `Upgrade` requests + - deps: ee-first@1.1.1 + * deps: qs@3.1.0 + - Fix dropping parameters like `hasOwnProperty` + - Fix various parsing edge cases + - Parsed object now has `null` prototype + * deps: raw-body@~2.1.1 + - Use `unpipe` module for unpiping requests + - deps: iconv-lite@0.4.10 + * deps: type-is@~1.6.3 + - deps: mime-types@~2.1.1 + - perf: reduce try block size + - perf: remove bitwise operations + * perf: enable strict mode + * perf: remove argument reassignment + * perf: remove delete call + +1.12.4 / 2015-05-10 +=================== + + * deps: debug@~2.2.0 + * deps: qs@2.4.2 + - Fix allowing parameters like `constructor` + * deps: on-finished@~2.2.1 + * deps: raw-body@~2.0.1 + - Fix a false-positive when unpiping in Node.js 0.8 + - deps: bytes@2.0.1 + * deps: type-is@~1.6.2 + - deps: mime-types@~2.0.11 + +1.12.3 / 2015-04-15 +=================== + + * Slight efficiency improvement when not debugging + * deps: depd@~1.0.1 + * deps: iconv-lite@0.4.8 + - Add encoding alias UNICODE-1-1-UTF-7 + * deps: raw-body@1.3.4 + - Fix hanging callback if request aborts during read + - deps: iconv-lite@0.4.8 + +1.12.2 / 2015-03-16 +=================== + + * deps: qs@2.4.1 + - Fix error when parameter `hasOwnProperty` is present + +1.12.1 / 2015-03-15 +=================== + + * deps: debug@~2.1.3 + - Fix high intensity foreground color for bold + - deps: ms@0.7.0 + * deps: type-is@~1.6.1 + - deps: mime-types@~2.0.10 + +1.12.0 / 2015-02-13 +=================== + + * add `debug` messages + * accept a function for the `type` option + * use `content-type` to parse `Content-Type` headers + * deps: iconv-lite@0.4.7 + - Gracefully support enumerables on `Object.prototype` + * deps: raw-body@1.3.3 + - deps: iconv-lite@0.4.7 + * deps: type-is@~1.6.0 + - fix argument reassignment + - fix false-positives in `hasBody` `Transfer-Encoding` check + - support wildcard for both type and subtype (`*/*`) + - deps: mime-types@~2.0.9 + +1.11.0 / 2015-01-30 +=================== + + * make internal `extended: true` depth limit infinity + * deps: type-is@~1.5.6 + - deps: mime-types@~2.0.8 + +1.10.2 / 2015-01-20 +=================== + + * deps: iconv-lite@0.4.6 + - Fix rare aliases of single-byte encodings + * deps: raw-body@1.3.2 + - deps: iconv-lite@0.4.6 + +1.10.1 / 2015-01-01 +=================== + + * deps: on-finished@~2.2.0 + * deps: type-is@~1.5.5 + - deps: mime-types@~2.0.7 + +1.10.0 / 2014-12-02 +=================== + + * make internal `extended: true` array limit dynamic + +1.9.3 / 2014-11-21 +================== + + * deps: iconv-lite@0.4.5 + - Fix Windows-31J and X-SJIS encoding support + * deps: qs@2.3.3 + - Fix `arrayLimit` behavior + * deps: raw-body@1.3.1 + - deps: iconv-lite@0.4.5 + * deps: type-is@~1.5.3 + - deps: mime-types@~2.0.3 + +1.9.2 / 2014-10-27 +================== + + * deps: qs@2.3.2 + - Fix parsing of mixed objects and values + +1.9.1 / 2014-10-22 +================== + + * deps: on-finished@~2.1.1 + - Fix handling of pipelined requests + * deps: qs@2.3.0 + - Fix parsing of mixed implicit and explicit arrays + * deps: type-is@~1.5.2 + - deps: mime-types@~2.0.2 + +1.9.0 / 2014-09-24 +================== + + * include the charset in "unsupported charset" error message + * include the encoding in "unsupported content encoding" error message + * deps: depd@~1.0.0 + +1.8.4 / 2014-09-23 +================== + + * fix content encoding to be case-insensitive + +1.8.3 / 2014-09-19 +================== + + * deps: qs@2.2.4 + - Fix issue with object keys starting with numbers truncated + +1.8.2 / 2014-09-15 +================== + + * deps: depd@0.4.5 + +1.8.1 / 2014-09-07 +================== + + * deps: media-typer@0.3.0 + * deps: type-is@~1.5.1 + +1.8.0 / 2014-09-05 +================== + + * make empty-body-handling consistent between chunked requests + - empty `json` produces `{}` + - empty `raw` produces `new Buffer(0)` + - empty `text` produces `''` + - empty `urlencoded` produces `{}` + * deps: qs@2.2.3 + - Fix issue where first empty value in array is discarded + * deps: type-is@~1.5.0 + - fix `hasbody` to be true for `content-length: 0` + +1.7.0 / 2014-09-01 +================== + + * add `parameterLimit` option to `urlencoded` parser + * change `urlencoded` extended array limit to 100 + * respond with 413 when over `parameterLimit` in `urlencoded` + +1.6.7 / 2014-08-29 +================== + + * deps: qs@2.2.2 + - Remove unnecessary cloning + +1.6.6 / 2014-08-27 +================== + + * deps: qs@2.2.0 + - Array parsing fix + - Performance improvements + +1.6.5 / 2014-08-16 +================== + + * deps: on-finished@2.1.0 + +1.6.4 / 2014-08-14 +================== + + * deps: qs@1.2.2 + +1.6.3 / 2014-08-10 +================== + + * deps: qs@1.2.1 + +1.6.2 / 2014-08-07 +================== + + * deps: qs@1.2.0 + - Fix parsing array of objects + +1.6.1 / 2014-08-06 +================== + + * deps: qs@1.1.0 + - Accept urlencoded square brackets + - Accept empty values in implicit array notation + +1.6.0 / 2014-08-05 +================== + + * deps: qs@1.0.2 + - Complete rewrite + - Limits array length to 20 + - Limits object depth to 5 + - Limits parameters to 1,000 + +1.5.2 / 2014-07-27 +================== + + * deps: depd@0.4.4 + - Work-around v8 generating empty stack traces + +1.5.1 / 2014-07-26 +================== + + * deps: depd@0.4.3 + - Fix exception when global `Error.stackTraceLimit` is too low + +1.5.0 / 2014-07-20 +================== + + * deps: depd@0.4.2 + - Add `TRACE_DEPRECATION` environment variable + - Remove non-standard grey color from color output + - Support `--no-deprecation` argument + - Support `--trace-deprecation` argument + * deps: iconv-lite@0.4.4 + - Added encoding UTF-7 + * deps: raw-body@1.3.0 + - deps: iconv-lite@0.4.4 + - Added encoding UTF-7 + - Fix `Cannot switch to old mode now` error on Node.js 0.10+ + * deps: type-is@~1.3.2 + +1.4.3 / 2014-06-19 +================== + + * deps: type-is@1.3.1 + - fix global variable leak + +1.4.2 / 2014-06-19 +================== + + * deps: type-is@1.3.0 + - improve type parsing + +1.4.1 / 2014-06-19 +================== + + * fix urlencoded extended deprecation message + +1.4.0 / 2014-06-19 +================== + + * add `text` parser + * add `raw` parser + * check accepted charset in content-type (accepts utf-8) + * check accepted encoding in content-encoding (accepts identity) + * deprecate `bodyParser()` middleware; use `.json()` and `.urlencoded()` as needed + * deprecate `urlencoded()` without provided `extended` option + * lazy-load urlencoded parsers + * parsers split into files for reduced mem usage + * support gzip and deflate bodies + - set `inflate: false` to turn off + * deps: raw-body@1.2.2 + - Support all encodings from `iconv-lite` + +1.3.1 / 2014-06-11 +================== + + * deps: type-is@1.2.1 + - Switch dependency from mime to mime-types@1.0.0 + +1.3.0 / 2014-05-31 +================== + + * add `extended` option to urlencoded parser + +1.2.2 / 2014-05-27 +================== + + * deps: raw-body@1.1.6 + - assert stream encoding on node.js 0.8 + - assert stream encoding on node.js < 0.10.6 + - deps: bytes@1 + +1.2.1 / 2014-05-26 +================== + + * invoke `next(err)` after request fully read + - prevents hung responses and socket hang ups + +1.2.0 / 2014-05-11 +================== + + * add `verify` option + * deps: type-is@1.2.0 + - support suffix matching + +1.1.2 / 2014-05-11 +================== + + * improve json parser speed + +1.1.1 / 2014-05-11 +================== + + * fix repeated limit parsing with every request + +1.1.0 / 2014-05-10 +================== + + * add `type` option + * deps: pin for safety and consistency + +1.0.2 / 2014-04-14 +================== + + * use `type-is` module + +1.0.1 / 2014-03-20 +================== + + * lower default limits to 100kb diff --git a/node_modules/body-parser/LICENSE b/node_modules/body-parser/LICENSE new file mode 100644 index 0000000..386b7b6 --- /dev/null +++ b/node_modules/body-parser/LICENSE @@ -0,0 +1,23 @@ +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014-2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/body-parser/README.md b/node_modules/body-parser/README.md new file mode 100644 index 0000000..f6661b7 --- /dev/null +++ b/node_modules/body-parser/README.md @@ -0,0 +1,476 @@ +# body-parser + +[![NPM Version][npm-version-image]][npm-url] +[![NPM Downloads][npm-downloads-image]][npm-url] +[![Build Status][ci-image]][ci-url] +[![Test Coverage][coveralls-image]][coveralls-url] +[![OpenSSF Scorecard Badge][ossf-scorecard-badge]][ossf-scorecard-visualizer] + +Node.js body parsing middleware. + +Parse incoming request bodies in a middleware before your handlers, available +under the `req.body` property. + +**Note** As `req.body`'s shape is based on user-controlled input, all +properties and values in this object are untrusted and should be validated +before trusting. For example, `req.body.foo.toString()` may fail in multiple +ways, for example the `foo` property may not be there or may not be a string, +and `toString` may not be a function and instead a string or other user input. + +[Learn about the anatomy of an HTTP transaction in Node.js](https://nodejs.org/en/docs/guides/anatomy-of-an-http-transaction/). + +_This does not handle multipart bodies_, due to their complex and typically +large nature. For multipart bodies, you may be interested in the following +modules: + + * [busboy](https://www.npmjs.org/package/busboy#readme) and + [connect-busboy](https://www.npmjs.org/package/connect-busboy#readme) + * [multiparty](https://www.npmjs.org/package/multiparty#readme) and + [connect-multiparty](https://www.npmjs.org/package/connect-multiparty#readme) + * [formidable](https://www.npmjs.org/package/formidable#readme) + * [multer](https://www.npmjs.org/package/multer#readme) + +This module provides the following parsers: + + * [JSON body parser](#bodyparserjsonoptions) + * [Raw body parser](#bodyparserrawoptions) + * [Text body parser](#bodyparsertextoptions) + * [URL-encoded form body parser](#bodyparserurlencodedoptions) + +Other body parsers you might be interested in: + +- [body](https://www.npmjs.org/package/body#readme) +- [co-body](https://www.npmjs.org/package/co-body#readme) + +## Installation + +```sh +$ npm install body-parser +``` + +## API + +```js +var bodyParser = require('body-parser') +``` + +The `bodyParser` object exposes various factories to create middlewares. All +middlewares will populate the `req.body` property with the parsed body when +the `Content-Type` request header matches the `type` option, or an empty +object (`{}`) if there was no body to parse, the `Content-Type` was not matched, +or an error occurred. + +The various errors returned by this module are described in the +[errors section](#errors). + +### bodyParser.json([options]) + +Returns middleware that only parses `json` and only looks at requests where +the `Content-Type` header matches the `type` option. This parser accepts any +Unicode encoding of the body and supports automatic inflation of `gzip` and +`deflate` encodings. + +A new `body` object containing the parsed data is populated on the `request` +object after the middleware (i.e. `req.body`). + +#### Options + +The `json` function takes an optional `options` object that may contain any of +the following keys: + +##### inflate + +When set to `true`, then deflated (compressed) bodies will be inflated; when +`false`, deflated bodies are rejected. Defaults to `true`. + +##### limit + +Controls the maximum request body size. If this is a number, then the value +specifies the number of bytes; if it is a string, the value is passed to the +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults +to `'100kb'`. + +##### reviver + +The `reviver` option is passed directly to `JSON.parse` as the second +argument. You can find more information on this argument +[in the MDN documentation about JSON.parse](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#Example.3A_Using_the_reviver_parameter). + +##### strict + +When set to `true`, will only accept arrays and objects; when `false` will +accept anything `JSON.parse` accepts. Defaults to `true`. + +##### type + +The `type` option is used to determine what media type the middleware will +parse. This option can be a string, array of strings, or a function. If not a +function, `type` option is passed directly to the +[type-is](https://www.npmjs.org/package/type-is#readme) library and this can +be an extension name (like `json`), a mime type (like `application/json`), or +a mime type with a wildcard (like `*/*` or `*/json`). If a function, the `type` +option is called as `fn(req)` and the request is parsed if it returns a truthy +value. Defaults to `application/json`. + +##### verify + +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, +where `buf` is a `Buffer` of the raw request body and `encoding` is the +encoding of the request. The parsing can be aborted by throwing an error. + +### bodyParser.raw([options]) + +Returns middleware that parses all bodies as a `Buffer` and only looks at +requests where the `Content-Type` header matches the `type` option. This +parser supports automatic inflation of `gzip` and `deflate` encodings. + +A new `body` object containing the parsed data is populated on the `request` +object after the middleware (i.e. `req.body`). This will be a `Buffer` object +of the body. + +#### Options + +The `raw` function takes an optional `options` object that may contain any of +the following keys: + +##### inflate + +When set to `true`, then deflated (compressed) bodies will be inflated; when +`false`, deflated bodies are rejected. Defaults to `true`. + +##### limit + +Controls the maximum request body size. If this is a number, then the value +specifies the number of bytes; if it is a string, the value is passed to the +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults +to `'100kb'`. + +##### type + +The `type` option is used to determine what media type the middleware will +parse. This option can be a string, array of strings, or a function. +If not a function, `type` option is passed directly to the +[type-is](https://www.npmjs.org/package/type-is#readme) library and this +can be an extension name (like `bin`), a mime type (like +`application/octet-stream`), or a mime type with a wildcard (like `*/*` or +`application/*`). If a function, the `type` option is called as `fn(req)` +and the request is parsed if it returns a truthy value. Defaults to +`application/octet-stream`. + +##### verify + +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, +where `buf` is a `Buffer` of the raw request body and `encoding` is the +encoding of the request. The parsing can be aborted by throwing an error. + +### bodyParser.text([options]) + +Returns middleware that parses all bodies as a string and only looks at +requests where the `Content-Type` header matches the `type` option. This +parser supports automatic inflation of `gzip` and `deflate` encodings. + +A new `body` string containing the parsed data is populated on the `request` +object after the middleware (i.e. `req.body`). This will be a string of the +body. + +#### Options + +The `text` function takes an optional `options` object that may contain any of +the following keys: + +##### defaultCharset + +Specify the default character set for the text content if the charset is not +specified in the `Content-Type` header of the request. Defaults to `utf-8`. + +##### inflate + +When set to `true`, then deflated (compressed) bodies will be inflated; when +`false`, deflated bodies are rejected. Defaults to `true`. + +##### limit + +Controls the maximum request body size. If this is a number, then the value +specifies the number of bytes; if it is a string, the value is passed to the +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults +to `'100kb'`. + +##### type + +The `type` option is used to determine what media type the middleware will +parse. This option can be a string, array of strings, or a function. If not +a function, `type` option is passed directly to the +[type-is](https://www.npmjs.org/package/type-is#readme) library and this can +be an extension name (like `txt`), a mime type (like `text/plain`), or a mime +type with a wildcard (like `*/*` or `text/*`). If a function, the `type` +option is called as `fn(req)` and the request is parsed if it returns a +truthy value. Defaults to `text/plain`. + +##### verify + +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, +where `buf` is a `Buffer` of the raw request body and `encoding` is the +encoding of the request. The parsing can be aborted by throwing an error. + +### bodyParser.urlencoded([options]) + +Returns middleware that only parses `urlencoded` bodies and only looks at +requests where the `Content-Type` header matches the `type` option. This +parser accepts only UTF-8 encoding of the body and supports automatic +inflation of `gzip` and `deflate` encodings. + +A new `body` object containing the parsed data is populated on the `request` +object after the middleware (i.e. `req.body`). This object will contain +key-value pairs, where the value can be a string or array (when `extended` is +`false`), or any type (when `extended` is `true`). + +#### Options + +The `urlencoded` function takes an optional `options` object that may contain +any of the following keys: + +##### extended + +The `extended` option allows to choose between parsing the URL-encoded data +with the `querystring` library (when `false`) or the `qs` library (when +`true`). The "extended" syntax allows for rich objects and arrays to be +encoded into the URL-encoded format, allowing for a JSON-like experience +with URL-encoded. For more information, please +[see the qs library](https://www.npmjs.org/package/qs#readme). + +Defaults to `true`, but using the default has been deprecated. Please +research into the difference between `qs` and `querystring` and choose the +appropriate setting. + +##### inflate + +When set to `true`, then deflated (compressed) bodies will be inflated; when +`false`, deflated bodies are rejected. Defaults to `true`. + +##### limit + +Controls the maximum request body size. If this is a number, then the value +specifies the number of bytes; if it is a string, the value is passed to the +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults +to `'100kb'`. + +##### parameterLimit + +The `parameterLimit` option controls the maximum number of parameters that +are allowed in the URL-encoded data. If a request contains more parameters +than this value, a 413 will be returned to the client. Defaults to `1000`. + +##### type + +The `type` option is used to determine what media type the middleware will +parse. This option can be a string, array of strings, or a function. If not +a function, `type` option is passed directly to the +[type-is](https://www.npmjs.org/package/type-is#readme) library and this can +be an extension name (like `urlencoded`), a mime type (like +`application/x-www-form-urlencoded`), or a mime type with a wildcard (like +`*/x-www-form-urlencoded`). If a function, the `type` option is called as +`fn(req)` and the request is parsed if it returns a truthy value. Defaults +to `application/x-www-form-urlencoded`. + +##### verify + +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, +where `buf` is a `Buffer` of the raw request body and `encoding` is the +encoding of the request. The parsing can be aborted by throwing an error. + +#### depth + +The `depth` option is used to configure the maximum depth of the `qs` library when `extended` is `true`. This allows you to limit the amount of keys that are parsed and can be useful to prevent certain types of abuse. Defaults to `32`. It is recommended to keep this value as low as possible. + +## Errors + +The middlewares provided by this module create errors using the +[`http-errors` module](https://www.npmjs.com/package/http-errors). The errors +will typically have a `status`/`statusCode` property that contains the suggested +HTTP response code, an `expose` property to determine if the `message` property +should be displayed to the client, a `type` property to determine the type of +error without matching against the `message`, and a `body` property containing +the read body, if available. + +The following are the common errors created, though any error can come through +for various reasons. + +### content encoding unsupported + +This error will occur when the request had a `Content-Encoding` header that +contained an encoding but the "inflation" option was set to `false`. The +`status` property is set to `415`, the `type` property is set to +`'encoding.unsupported'`, and the `charset` property will be set to the +encoding that is unsupported. + +### entity parse failed + +This error will occur when the request contained an entity that could not be +parsed by the middleware. The `status` property is set to `400`, the `type` +property is set to `'entity.parse.failed'`, and the `body` property is set to +the entity value that failed parsing. + +### entity verify failed + +This error will occur when the request contained an entity that could not be +failed verification by the defined `verify` option. The `status` property is +set to `403`, the `type` property is set to `'entity.verify.failed'`, and the +`body` property is set to the entity value that failed verification. + +### request aborted + +This error will occur when the request is aborted by the client before reading +the body has finished. The `received` property will be set to the number of +bytes received before the request was aborted and the `expected` property is +set to the number of expected bytes. The `status` property is set to `400` +and `type` property is set to `'request.aborted'`. + +### request entity too large + +This error will occur when the request body's size is larger than the "limit" +option. The `limit` property will be set to the byte limit and the `length` +property will be set to the request body's length. The `status` property is +set to `413` and the `type` property is set to `'entity.too.large'`. + +### request size did not match content length + +This error will occur when the request's length did not match the length from +the `Content-Length` header. This typically occurs when the request is malformed, +typically when the `Content-Length` header was calculated based on characters +instead of bytes. The `status` property is set to `400` and the `type` property +is set to `'request.size.invalid'`. + +### stream encoding should not be set + +This error will occur when something called the `req.setEncoding` method prior +to this middleware. This module operates directly on bytes only and you cannot +call `req.setEncoding` when using this module. The `status` property is set to +`500` and the `type` property is set to `'stream.encoding.set'`. + +### stream is not readable + +This error will occur when the request is no longer readable when this middleware +attempts to read it. This typically means something other than a middleware from +this module read the request body already and the middleware was also configured to +read the same request. The `status` property is set to `500` and the `type` +property is set to `'stream.not.readable'`. + +### too many parameters + +This error will occur when the content of the request exceeds the configured +`parameterLimit` for the `urlencoded` parser. The `status` property is set to +`413` and the `type` property is set to `'parameters.too.many'`. + +### unsupported charset "BOGUS" + +This error will occur when the request had a charset parameter in the +`Content-Type` header, but the `iconv-lite` module does not support it OR the +parser does not support it. The charset is contained in the message as well +as in the `charset` property. The `status` property is set to `415`, the +`type` property is set to `'charset.unsupported'`, and the `charset` property +is set to the charset that is unsupported. + +### unsupported content encoding "bogus" + +This error will occur when the request had a `Content-Encoding` header that +contained an unsupported encoding. The encoding is contained in the message +as well as in the `encoding` property. The `status` property is set to `415`, +the `type` property is set to `'encoding.unsupported'`, and the `encoding` +property is set to the encoding that is unsupported. + +### The input exceeded the depth + +This error occurs when using `bodyParser.urlencoded` with the `extended` property set to `true` and the input exceeds the configured `depth` option. The `status` property is set to `400`. It is recommended to review the `depth` option and evaluate if it requires a higher value. When the `depth` option is set to `32` (default value), the error will not be thrown. + +## Examples + +### Express/Connect top-level generic + +This example demonstrates adding a generic JSON and URL-encoded parser as a +top-level middleware, which will parse the bodies of all incoming requests. +This is the simplest setup. + +```js +var express = require('express') +var bodyParser = require('body-parser') + +var app = express() + +// parse application/x-www-form-urlencoded +app.use(bodyParser.urlencoded({ extended: false })) + +// parse application/json +app.use(bodyParser.json()) + +app.use(function (req, res) { + res.setHeader('Content-Type', 'text/plain') + res.write('you posted:\n') + res.end(JSON.stringify(req.body, null, 2)) +}) +``` + +### Express route-specific + +This example demonstrates adding body parsers specifically to the routes that +need them. In general, this is the most recommended way to use body-parser with +Express. + +```js +var express = require('express') +var bodyParser = require('body-parser') + +var app = express() + +// create application/json parser +var jsonParser = bodyParser.json() + +// create application/x-www-form-urlencoded parser +var urlencodedParser = bodyParser.urlencoded({ extended: false }) + +// POST /login gets urlencoded bodies +app.post('/login', urlencodedParser, function (req, res) { + res.send('welcome, ' + req.body.username) +}) + +// POST /api/users gets JSON bodies +app.post('/api/users', jsonParser, function (req, res) { + // create user in req.body +}) +``` + +### Change accepted type for parsers + +All the parsers accept a `type` option which allows you to change the +`Content-Type` that the middleware will parse. + +```js +var express = require('express') +var bodyParser = require('body-parser') + +var app = express() + +// parse various different custom JSON types as JSON +app.use(bodyParser.json({ type: 'application/*+json' })) + +// parse some custom thing into a Buffer +app.use(bodyParser.raw({ type: 'application/vnd.custom-type' })) + +// parse an HTML body into a string +app.use(bodyParser.text({ type: 'text/html' })) +``` + +## License + +[MIT](LICENSE) + +[ci-image]: https://badgen.net/github/checks/expressjs/body-parser/master?label=ci +[ci-url]: https://github.com/expressjs/body-parser/actions/workflows/ci.yml +[coveralls-image]: https://badgen.net/coveralls/c/github/expressjs/body-parser/master +[coveralls-url]: https://coveralls.io/r/expressjs/body-parser?branch=master +[node-version-image]: https://badgen.net/npm/node/body-parser +[node-version-url]: https://nodejs.org/en/download +[npm-downloads-image]: https://badgen.net/npm/dm/body-parser +[npm-url]: https://npmjs.org/package/body-parser +[npm-version-image]: https://badgen.net/npm/v/body-parser +[ossf-scorecard-badge]: https://api.scorecard.dev/projects/github.com/expressjs/body-parser/badge +[ossf-scorecard-visualizer]: https://ossf.github.io/scorecard-visualizer/#/projects/github.com/expressjs/body-parser \ No newline at end of file diff --git a/node_modules/body-parser/SECURITY.md b/node_modules/body-parser/SECURITY.md new file mode 100644 index 0000000..9694d42 --- /dev/null +++ b/node_modules/body-parser/SECURITY.md @@ -0,0 +1,25 @@ +# Security Policies and Procedures + +## Reporting a Bug + +The Express team and community take all security bugs seriously. Thank you +for improving the security of Express. We appreciate your efforts and +responsible disclosure and will make every effort to acknowledge your +contributions. + +Report security bugs by emailing the current owner(s) of `body-parser`. This +information can be found in the npm registry using the command +`npm owner ls body-parser`. +If unsure or unable to get the information from the above, open an issue +in the [project issue tracker](https://github.com/expressjs/body-parser/issues) +asking for the current contact information. + +To ensure the timely response to your report, please ensure that the entirety +of the report is contained within the email body and not solely behind a web +link or an attachment. + +At least one owner will acknowledge your email within 48 hours, and will send a +more detailed response within 48 hours indicating the next steps in handling +your report. After the initial reply to your report, the owners will +endeavor to keep you informed of the progress towards a fix and full +announcement, and may ask for additional information or guidance. diff --git a/node_modules/body-parser/index.js b/node_modules/body-parser/index.js new file mode 100644 index 0000000..bb24d73 --- /dev/null +++ b/node_modules/body-parser/index.js @@ -0,0 +1,156 @@ +/*! + * body-parser + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var deprecate = require('depd')('body-parser') + +/** + * Cache of loaded parsers. + * @private + */ + +var parsers = Object.create(null) + +/** + * @typedef Parsers + * @type {function} + * @property {function} json + * @property {function} raw + * @property {function} text + * @property {function} urlencoded + */ + +/** + * Module exports. + * @type {Parsers} + */ + +exports = module.exports = deprecate.function(bodyParser, + 'bodyParser: use individual json/urlencoded middlewares') + +/** + * JSON parser. + * @public + */ + +Object.defineProperty(exports, 'json', { + configurable: true, + enumerable: true, + get: createParserGetter('json') +}) + +/** + * Raw parser. + * @public + */ + +Object.defineProperty(exports, 'raw', { + configurable: true, + enumerable: true, + get: createParserGetter('raw') +}) + +/** + * Text parser. + * @public + */ + +Object.defineProperty(exports, 'text', { + configurable: true, + enumerable: true, + get: createParserGetter('text') +}) + +/** + * URL-encoded parser. + * @public + */ + +Object.defineProperty(exports, 'urlencoded', { + configurable: true, + enumerable: true, + get: createParserGetter('urlencoded') +}) + +/** + * Create a middleware to parse json and urlencoded bodies. + * + * @param {object} [options] + * @return {function} + * @deprecated + * @public + */ + +function bodyParser (options) { + // use default type for parsers + var opts = Object.create(options || null, { + type: { + configurable: true, + enumerable: true, + value: undefined, + writable: true + } + }) + + var _urlencoded = exports.urlencoded(opts) + var _json = exports.json(opts) + + return function bodyParser (req, res, next) { + _json(req, res, function (err) { + if (err) return next(err) + _urlencoded(req, res, next) + }) + } +} + +/** + * Create a getter for loading a parser. + * @private + */ + +function createParserGetter (name) { + return function get () { + return loadParser(name) + } +} + +/** + * Load a parser module. + * @private + */ + +function loadParser (parserName) { + var parser = parsers[parserName] + + if (parser !== undefined) { + return parser + } + + // this uses a switch for static require analysis + switch (parserName) { + case 'json': + parser = require('./lib/types/json') + break + case 'raw': + parser = require('./lib/types/raw') + break + case 'text': + parser = require('./lib/types/text') + break + case 'urlencoded': + parser = require('./lib/types/urlencoded') + break + } + + // store to prevent invoking require() + return (parsers[parserName] = parser) +} diff --git a/node_modules/body-parser/lib/read.js b/node_modules/body-parser/lib/read.js new file mode 100644 index 0000000..fce6283 --- /dev/null +++ b/node_modules/body-parser/lib/read.js @@ -0,0 +1,205 @@ +/*! + * body-parser + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var createError = require('http-errors') +var destroy = require('destroy') +var getBody = require('raw-body') +var iconv = require('iconv-lite') +var onFinished = require('on-finished') +var unpipe = require('unpipe') +var zlib = require('zlib') + +/** + * Module exports. + */ + +module.exports = read + +/** + * Read a request into a buffer and parse. + * + * @param {object} req + * @param {object} res + * @param {function} next + * @param {function} parse + * @param {function} debug + * @param {object} options + * @private + */ + +function read (req, res, next, parse, debug, options) { + var length + var opts = options + var stream + + // flag as parsed + req._body = true + + // read options + var encoding = opts.encoding !== null + ? opts.encoding + : null + var verify = opts.verify + + try { + // get the content stream + stream = contentstream(req, debug, opts.inflate) + length = stream.length + stream.length = undefined + } catch (err) { + return next(err) + } + + // set raw-body options + opts.length = length + opts.encoding = verify + ? null + : encoding + + // assert charset is supported + if (opts.encoding === null && encoding !== null && !iconv.encodingExists(encoding)) { + return next(createError(415, 'unsupported charset "' + encoding.toUpperCase() + '"', { + charset: encoding.toLowerCase(), + type: 'charset.unsupported' + })) + } + + // read body + debug('read body') + getBody(stream, opts, function (error, body) { + if (error) { + var _error + + if (error.type === 'encoding.unsupported') { + // echo back charset + _error = createError(415, 'unsupported charset "' + encoding.toUpperCase() + '"', { + charset: encoding.toLowerCase(), + type: 'charset.unsupported' + }) + } else { + // set status code on error + _error = createError(400, error) + } + + // unpipe from stream and destroy + if (stream !== req) { + unpipe(req) + destroy(stream, true) + } + + // read off entire request + dump(req, function onfinished () { + next(createError(400, _error)) + }) + return + } + + // verify + if (verify) { + try { + debug('verify body') + verify(req, res, body, encoding) + } catch (err) { + next(createError(403, err, { + body: body, + type: err.type || 'entity.verify.failed' + })) + return + } + } + + // parse + var str = body + try { + debug('parse body') + str = typeof body !== 'string' && encoding !== null + ? iconv.decode(body, encoding) + : body + req.body = parse(str) + } catch (err) { + next(createError(400, err, { + body: str, + type: err.type || 'entity.parse.failed' + })) + return + } + + next() + }) +} + +/** + * Get the content stream of the request. + * + * @param {object} req + * @param {function} debug + * @param {boolean} [inflate=true] + * @return {object} + * @api private + */ + +function contentstream (req, debug, inflate) { + var encoding = (req.headers['content-encoding'] || 'identity').toLowerCase() + var length = req.headers['content-length'] + var stream + + debug('content-encoding "%s"', encoding) + + if (inflate === false && encoding !== 'identity') { + throw createError(415, 'content encoding unsupported', { + encoding: encoding, + type: 'encoding.unsupported' + }) + } + + switch (encoding) { + case 'deflate': + stream = zlib.createInflate() + debug('inflate body') + req.pipe(stream) + break + case 'gzip': + stream = zlib.createGunzip() + debug('gunzip body') + req.pipe(stream) + break + case 'identity': + stream = req + stream.length = length + break + default: + throw createError(415, 'unsupported content encoding "' + encoding + '"', { + encoding: encoding, + type: 'encoding.unsupported' + }) + } + + return stream +} + +/** + * Dump the contents of a request. + * + * @param {object} req + * @param {function} callback + * @api private + */ + +function dump (req, callback) { + if (onFinished.isFinished(req)) { + callback(null) + } else { + onFinished(req, callback) + req.resume() + } +} diff --git a/node_modules/body-parser/lib/types/json.js b/node_modules/body-parser/lib/types/json.js new file mode 100644 index 0000000..59f3f7e --- /dev/null +++ b/node_modules/body-parser/lib/types/json.js @@ -0,0 +1,247 @@ +/*! + * body-parser + * Copyright(c) 2014 Jonathan Ong + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var bytes = require('bytes') +var contentType = require('content-type') +var createError = require('http-errors') +var debug = require('debug')('body-parser:json') +var read = require('../read') +var typeis = require('type-is') + +/** + * Module exports. + */ + +module.exports = json + +/** + * RegExp to match the first non-space in a string. + * + * Allowed whitespace is defined in RFC 7159: + * + * ws = *( + * %x20 / ; Space + * %x09 / ; Horizontal tab + * %x0A / ; Line feed or New line + * %x0D ) ; Carriage return + */ + +var FIRST_CHAR_REGEXP = /^[\x20\x09\x0a\x0d]*([^\x20\x09\x0a\x0d])/ // eslint-disable-line no-control-regex + +var JSON_SYNTAX_CHAR = '#' +var JSON_SYNTAX_REGEXP = /#+/g + +/** + * Create a middleware to parse JSON bodies. + * + * @param {object} [options] + * @return {function} + * @public + */ + +function json (options) { + var opts = options || {} + + var limit = typeof opts.limit !== 'number' + ? bytes.parse(opts.limit || '100kb') + : opts.limit + var inflate = opts.inflate !== false + var reviver = opts.reviver + var strict = opts.strict !== false + var type = opts.type || 'application/json' + var verify = opts.verify || false + + if (verify !== false && typeof verify !== 'function') { + throw new TypeError('option verify must be function') + } + + // create the appropriate type checking function + var shouldParse = typeof type !== 'function' + ? typeChecker(type) + : type + + function parse (body) { + if (body.length === 0) { + // special-case empty json body, as it's a common client-side mistake + // TODO: maybe make this configurable or part of "strict" option + return {} + } + + if (strict) { + var first = firstchar(body) + + if (first !== '{' && first !== '[') { + debug('strict violation') + throw createStrictSyntaxError(body, first) + } + } + + try { + debug('parse json') + return JSON.parse(body, reviver) + } catch (e) { + throw normalizeJsonSyntaxError(e, { + message: e.message, + stack: e.stack + }) + } + } + + return function jsonParser (req, res, next) { + if (req._body) { + debug('body already parsed') + next() + return + } + + req.body = req.body || {} + + // skip requests without bodies + if (!typeis.hasBody(req)) { + debug('skip empty body') + next() + return + } + + debug('content-type %j', req.headers['content-type']) + + // determine if request should be parsed + if (!shouldParse(req)) { + debug('skip parsing') + next() + return + } + + // assert charset per RFC 7159 sec 8.1 + var charset = getCharset(req) || 'utf-8' + if (charset.slice(0, 4) !== 'utf-') { + debug('invalid charset') + next(createError(415, 'unsupported charset "' + charset.toUpperCase() + '"', { + charset: charset, + type: 'charset.unsupported' + })) + return + } + + // read + read(req, res, next, parse, debug, { + encoding: charset, + inflate: inflate, + limit: limit, + verify: verify + }) + } +} + +/** + * Create strict violation syntax error matching native error. + * + * @param {string} str + * @param {string} char + * @return {Error} + * @private + */ + +function createStrictSyntaxError (str, char) { + var index = str.indexOf(char) + var partial = '' + + if (index !== -1) { + partial = str.substring(0, index) + JSON_SYNTAX_CHAR + + for (var i = index + 1; i < str.length; i++) { + partial += JSON_SYNTAX_CHAR + } + } + + try { + JSON.parse(partial); /* istanbul ignore next */ throw new SyntaxError('strict violation') + } catch (e) { + return normalizeJsonSyntaxError(e, { + message: e.message.replace(JSON_SYNTAX_REGEXP, function (placeholder) { + return str.substring(index, index + placeholder.length) + }), + stack: e.stack + }) + } +} + +/** + * Get the first non-whitespace character in a string. + * + * @param {string} str + * @return {function} + * @private + */ + +function firstchar (str) { + var match = FIRST_CHAR_REGEXP.exec(str) + + return match + ? match[1] + : undefined +} + +/** + * Get the charset of a request. + * + * @param {object} req + * @api private + */ + +function getCharset (req) { + try { + return (contentType.parse(req).parameters.charset || '').toLowerCase() + } catch (e) { + return undefined + } +} + +/** + * Normalize a SyntaxError for JSON.parse. + * + * @param {SyntaxError} error + * @param {object} obj + * @return {SyntaxError} + */ + +function normalizeJsonSyntaxError (error, obj) { + var keys = Object.getOwnPropertyNames(error) + + for (var i = 0; i < keys.length; i++) { + var key = keys[i] + if (key !== 'stack' && key !== 'message') { + delete error[key] + } + } + + // replace stack before message for Node.js 0.10 and below + error.stack = obj.stack.replace(error.message, obj.message) + error.message = obj.message + + return error +} + +/** + * Get the simple type checker. + * + * @param {string} type + * @return {function} + */ + +function typeChecker (type) { + return function checkType (req) { + return Boolean(typeis(req, type)) + } +} diff --git a/node_modules/body-parser/lib/types/raw.js b/node_modules/body-parser/lib/types/raw.js new file mode 100644 index 0000000..f5d1b67 --- /dev/null +++ b/node_modules/body-parser/lib/types/raw.js @@ -0,0 +1,101 @@ +/*! + * body-parser + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + */ + +var bytes = require('bytes') +var debug = require('debug')('body-parser:raw') +var read = require('../read') +var typeis = require('type-is') + +/** + * Module exports. + */ + +module.exports = raw + +/** + * Create a middleware to parse raw bodies. + * + * @param {object} [options] + * @return {function} + * @api public + */ + +function raw (options) { + var opts = options || {} + + var inflate = opts.inflate !== false + var limit = typeof opts.limit !== 'number' + ? bytes.parse(opts.limit || '100kb') + : opts.limit + var type = opts.type || 'application/octet-stream' + var verify = opts.verify || false + + if (verify !== false && typeof verify !== 'function') { + throw new TypeError('option verify must be function') + } + + // create the appropriate type checking function + var shouldParse = typeof type !== 'function' + ? typeChecker(type) + : type + + function parse (buf) { + return buf + } + + return function rawParser (req, res, next) { + if (req._body) { + debug('body already parsed') + next() + return + } + + req.body = req.body || {} + + // skip requests without bodies + if (!typeis.hasBody(req)) { + debug('skip empty body') + next() + return + } + + debug('content-type %j', req.headers['content-type']) + + // determine if request should be parsed + if (!shouldParse(req)) { + debug('skip parsing') + next() + return + } + + // read + read(req, res, next, parse, debug, { + encoding: null, + inflate: inflate, + limit: limit, + verify: verify + }) + } +} + +/** + * Get the simple type checker. + * + * @param {string} type + * @return {function} + */ + +function typeChecker (type) { + return function checkType (req) { + return Boolean(typeis(req, type)) + } +} diff --git a/node_modules/body-parser/lib/types/text.js b/node_modules/body-parser/lib/types/text.js new file mode 100644 index 0000000..083a009 --- /dev/null +++ b/node_modules/body-parser/lib/types/text.js @@ -0,0 +1,121 @@ +/*! + * body-parser + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + */ + +var bytes = require('bytes') +var contentType = require('content-type') +var debug = require('debug')('body-parser:text') +var read = require('../read') +var typeis = require('type-is') + +/** + * Module exports. + */ + +module.exports = text + +/** + * Create a middleware to parse text bodies. + * + * @param {object} [options] + * @return {function} + * @api public + */ + +function text (options) { + var opts = options || {} + + var defaultCharset = opts.defaultCharset || 'utf-8' + var inflate = opts.inflate !== false + var limit = typeof opts.limit !== 'number' + ? bytes.parse(opts.limit || '100kb') + : opts.limit + var type = opts.type || 'text/plain' + var verify = opts.verify || false + + if (verify !== false && typeof verify !== 'function') { + throw new TypeError('option verify must be function') + } + + // create the appropriate type checking function + var shouldParse = typeof type !== 'function' + ? typeChecker(type) + : type + + function parse (buf) { + return buf + } + + return function textParser (req, res, next) { + if (req._body) { + debug('body already parsed') + next() + return + } + + req.body = req.body || {} + + // skip requests without bodies + if (!typeis.hasBody(req)) { + debug('skip empty body') + next() + return + } + + debug('content-type %j', req.headers['content-type']) + + // determine if request should be parsed + if (!shouldParse(req)) { + debug('skip parsing') + next() + return + } + + // get charset + var charset = getCharset(req) || defaultCharset + + // read + read(req, res, next, parse, debug, { + encoding: charset, + inflate: inflate, + limit: limit, + verify: verify + }) + } +} + +/** + * Get the charset of a request. + * + * @param {object} req + * @api private + */ + +function getCharset (req) { + try { + return (contentType.parse(req).parameters.charset || '').toLowerCase() + } catch (e) { + return undefined + } +} + +/** + * Get the simple type checker. + * + * @param {string} type + * @return {function} + */ + +function typeChecker (type) { + return function checkType (req) { + return Boolean(typeis(req, type)) + } +} diff --git a/node_modules/body-parser/lib/types/urlencoded.js b/node_modules/body-parser/lib/types/urlencoded.js new file mode 100644 index 0000000..2bd4485 --- /dev/null +++ b/node_modules/body-parser/lib/types/urlencoded.js @@ -0,0 +1,307 @@ +/*! + * body-parser + * Copyright(c) 2014 Jonathan Ong + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var bytes = require('bytes') +var contentType = require('content-type') +var createError = require('http-errors') +var debug = require('debug')('body-parser:urlencoded') +var deprecate = require('depd')('body-parser') +var read = require('../read') +var typeis = require('type-is') + +/** + * Module exports. + */ + +module.exports = urlencoded + +/** + * Cache of parser modules. + */ + +var parsers = Object.create(null) + +/** + * Create a middleware to parse urlencoded bodies. + * + * @param {object} [options] + * @return {function} + * @public + */ + +function urlencoded (options) { + var opts = options || {} + + // notice because option default will flip in next major + if (opts.extended === undefined) { + deprecate('undefined extended: provide extended option') + } + + var extended = opts.extended !== false + var inflate = opts.inflate !== false + var limit = typeof opts.limit !== 'number' + ? bytes.parse(opts.limit || '100kb') + : opts.limit + var type = opts.type || 'application/x-www-form-urlencoded' + var verify = opts.verify || false + var depth = typeof opts.depth !== 'number' + ? Number(opts.depth || 32) + : opts.depth + + if (verify !== false && typeof verify !== 'function') { + throw new TypeError('option verify must be function') + } + + // create the appropriate query parser + var queryparse = extended + ? extendedparser(opts) + : simpleparser(opts) + + // create the appropriate type checking function + var shouldParse = typeof type !== 'function' + ? typeChecker(type) + : type + + function parse (body) { + return body.length + ? queryparse(body) + : {} + } + + return function urlencodedParser (req, res, next) { + if (req._body) { + debug('body already parsed') + next() + return + } + + req.body = req.body || {} + + // skip requests without bodies + if (!typeis.hasBody(req)) { + debug('skip empty body') + next() + return + } + + debug('content-type %j', req.headers['content-type']) + + // determine if request should be parsed + if (!shouldParse(req)) { + debug('skip parsing') + next() + return + } + + // assert charset + var charset = getCharset(req) || 'utf-8' + if (charset !== 'utf-8') { + debug('invalid charset') + next(createError(415, 'unsupported charset "' + charset.toUpperCase() + '"', { + charset: charset, + type: 'charset.unsupported' + })) + return + } + + // read + read(req, res, next, parse, debug, { + debug: debug, + encoding: charset, + inflate: inflate, + limit: limit, + verify: verify, + depth: depth + }) + } +} + +/** + * Get the extended query parser. + * + * @param {object} options + */ + +function extendedparser (options) { + var parameterLimit = options.parameterLimit !== undefined + ? options.parameterLimit + : 1000 + + var depth = typeof options.depth !== 'number' + ? Number(options.depth || 32) + : options.depth + var parse = parser('qs') + + if (isNaN(parameterLimit) || parameterLimit < 1) { + throw new TypeError('option parameterLimit must be a positive number') + } + + if (isNaN(depth) || depth < 0) { + throw new TypeError('option depth must be a zero or a positive number') + } + + if (isFinite(parameterLimit)) { + parameterLimit = parameterLimit | 0 + } + + return function queryparse (body) { + var paramCount = parameterCount(body, parameterLimit) + + if (paramCount === undefined) { + debug('too many parameters') + throw createError(413, 'too many parameters', { + type: 'parameters.too.many' + }) + } + + var arrayLimit = Math.max(100, paramCount) + + debug('parse extended urlencoding') + try { + return parse(body, { + allowPrototypes: true, + arrayLimit: arrayLimit, + depth: depth, + strictDepth: true, + parameterLimit: parameterLimit + }) + } catch (err) { + if (err instanceof RangeError) { + throw createError(400, 'The input exceeded the depth', { + type: 'querystring.parse.rangeError' + }) + } else { + throw err + } + } + } +} + +/** + * Get the charset of a request. + * + * @param {object} req + * @api private + */ + +function getCharset (req) { + try { + return (contentType.parse(req).parameters.charset || '').toLowerCase() + } catch (e) { + return undefined + } +} + +/** + * Count the number of parameters, stopping once limit reached + * + * @param {string} body + * @param {number} limit + * @api private + */ + +function parameterCount (body, limit) { + var count = 0 + var index = 0 + + while ((index = body.indexOf('&', index)) !== -1) { + count++ + index++ + + if (count === limit) { + return undefined + } + } + + return count +} + +/** + * Get parser for module name dynamically. + * + * @param {string} name + * @return {function} + * @api private + */ + +function parser (name) { + var mod = parsers[name] + + if (mod !== undefined) { + return mod.parse + } + + // this uses a switch for static require analysis + switch (name) { + case 'qs': + mod = require('qs') + break + case 'querystring': + mod = require('querystring') + break + } + + // store to prevent invoking require() + parsers[name] = mod + + return mod.parse +} + +/** + * Get the simple query parser. + * + * @param {object} options + */ + +function simpleparser (options) { + var parameterLimit = options.parameterLimit !== undefined + ? options.parameterLimit + : 1000 + var parse = parser('querystring') + + if (isNaN(parameterLimit) || parameterLimit < 1) { + throw new TypeError('option parameterLimit must be a positive number') + } + + if (isFinite(parameterLimit)) { + parameterLimit = parameterLimit | 0 + } + + return function queryparse (body) { + var paramCount = parameterCount(body, parameterLimit) + + if (paramCount === undefined) { + debug('too many parameters') + throw createError(413, 'too many parameters', { + type: 'parameters.too.many' + }) + } + + debug('parse urlencoding') + return parse(body, undefined, undefined, { maxKeys: parameterLimit }) + } +} + +/** + * Get the simple type checker. + * + * @param {string} type + * @return {function} + */ + +function typeChecker (type) { + return function checkType (req) { + return Boolean(typeis(req, type)) + } +} diff --git a/node_modules/body-parser/package.json b/node_modules/body-parser/package.json new file mode 100644 index 0000000..3c9926f --- /dev/null +++ b/node_modules/body-parser/package.json @@ -0,0 +1,56 @@ +{ + "name": "body-parser", + "description": "Node.js body parsing middleware", + "version": "1.20.3", + "contributors": [ + "Douglas Christopher Wilson ", + "Jonathan Ong (http://jongleberry.com)" + ], + "license": "MIT", + "repository": "expressjs/body-parser", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.5", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.13.0", + "raw-body": "2.5.2", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "devDependencies": { + "eslint": "8.34.0", + "eslint-config-standard": "14.1.1", + "eslint-plugin-import": "2.27.5", + "eslint-plugin-markdown": "3.0.0", + "eslint-plugin-node": "11.1.0", + "eslint-plugin-promise": "6.1.1", + "eslint-plugin-standard": "4.1.0", + "methods": "1.1.2", + "mocha": "10.2.0", + "nyc": "15.1.0", + "safe-buffer": "5.2.1", + "supertest": "6.3.3" + }, + "files": [ + "lib/", + "LICENSE", + "HISTORY.md", + "SECURITY.md", + "index.js" + ], + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/", + "test-ci": "nyc --reporter=lcov --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test" + } +} diff --git a/node_modules/buffer-from/LICENSE b/node_modules/buffer-from/LICENSE new file mode 100644 index 0000000..e4bf1d6 --- /dev/null +++ b/node_modules/buffer-from/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2016, 2018 Linus Unnebäck + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/buffer-from/index.js b/node_modules/buffer-from/index.js new file mode 100644 index 0000000..e1a58b5 --- /dev/null +++ b/node_modules/buffer-from/index.js @@ -0,0 +1,72 @@ +/* eslint-disable node/no-deprecated-api */ + +var toString = Object.prototype.toString + +var isModern = ( + typeof Buffer !== 'undefined' && + typeof Buffer.alloc === 'function' && + typeof Buffer.allocUnsafe === 'function' && + typeof Buffer.from === 'function' +) + +function isArrayBuffer (input) { + return toString.call(input).slice(8, -1) === 'ArrayBuffer' +} + +function fromArrayBuffer (obj, byteOffset, length) { + byteOffset >>>= 0 + + var maxLength = obj.byteLength - byteOffset + + if (maxLength < 0) { + throw new RangeError("'offset' is out of bounds") + } + + if (length === undefined) { + length = maxLength + } else { + length >>>= 0 + + if (length > maxLength) { + throw new RangeError("'length' is out of bounds") + } + } + + return isModern + ? Buffer.from(obj.slice(byteOffset, byteOffset + length)) + : new Buffer(new Uint8Array(obj.slice(byteOffset, byteOffset + length))) +} + +function fromString (string, encoding) { + if (typeof encoding !== 'string' || encoding === '') { + encoding = 'utf8' + } + + if (!Buffer.isEncoding(encoding)) { + throw new TypeError('"encoding" must be a valid string encoding') + } + + return isModern + ? Buffer.from(string, encoding) + : new Buffer(string, encoding) +} + +function bufferFrom (value, encodingOrOffset, length) { + if (typeof value === 'number') { + throw new TypeError('"value" argument must not be a number') + } + + if (isArrayBuffer(value)) { + return fromArrayBuffer(value, encodingOrOffset, length) + } + + if (typeof value === 'string') { + return fromString(value, encodingOrOffset) + } + + return isModern + ? Buffer.from(value) + : new Buffer(value) +} + +module.exports = bufferFrom diff --git a/node_modules/buffer-from/package.json b/node_modules/buffer-from/package.json new file mode 100644 index 0000000..6ac5327 --- /dev/null +++ b/node_modules/buffer-from/package.json @@ -0,0 +1,19 @@ +{ + "name": "buffer-from", + "version": "1.1.2", + "license": "MIT", + "repository": "LinusU/buffer-from", + "files": [ + "index.js" + ], + "scripts": { + "test": "standard && node test" + }, + "devDependencies": { + "standard": "^12.0.1" + }, + "keywords": [ + "buffer", + "buffer from" + ] +} diff --git a/node_modules/buffer-from/readme.md b/node_modules/buffer-from/readme.md new file mode 100644 index 0000000..9880a55 --- /dev/null +++ b/node_modules/buffer-from/readme.md @@ -0,0 +1,69 @@ +# Buffer From + +A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. + +## Installation + +```sh +npm install --save buffer-from +``` + +## Usage + +```js +const bufferFrom = require('buffer-from') + +console.log(bufferFrom([1, 2, 3, 4])) +//=> + +const arr = new Uint8Array([1, 2, 3, 4]) +console.log(bufferFrom(arr.buffer, 1, 2)) +//=> + +console.log(bufferFrom('test', 'utf8')) +//=> + +const buf = bufferFrom('test') +console.log(bufferFrom(buf)) +//=> +``` + +## API + +### bufferFrom(array) + +- `array` <Array> + +Allocates a new `Buffer` using an `array` of octets. + +### bufferFrom(arrayBuffer[, byteOffset[, length]]) + +- `arrayBuffer` <ArrayBuffer> The `.buffer` property of a TypedArray or ArrayBuffer +- `byteOffset` <Integer> Where to start copying from `arrayBuffer`. **Default:** `0` +- `length` <Integer> How many bytes to copy from `arrayBuffer`. **Default:** `arrayBuffer.length - byteOffset` + +When passed a reference to the `.buffer` property of a TypedArray instance, the +newly created `Buffer` will share the same allocated memory as the TypedArray. + +The optional `byteOffset` and `length` arguments specify a memory range within +the `arrayBuffer` that will be shared by the `Buffer`. + +### bufferFrom(buffer) + +- `buffer` <Buffer> An existing `Buffer` to copy data from + +Copies the passed `buffer` data onto a new `Buffer` instance. + +### bufferFrom(string[, encoding]) + +- `string` <String> A string to encode. +- `encoding` <String> The encoding of `string`. **Default:** `'utf8'` + +Creates a new `Buffer` containing the given JavaScript string `string`. If +provided, the `encoding` parameter identifies the character encoding of +`string`. + +## See also + +- [buffer-alloc](https://github.com/LinusU/buffer-alloc) A ponyfill for `Buffer.alloc` +- [buffer-alloc-unsafe](https://github.com/LinusU/buffer-alloc-unsafe) A ponyfill for `Buffer.allocUnsafe` diff --git a/node_modules/buffer/AUTHORS.md b/node_modules/buffer/AUTHORS.md new file mode 100644 index 0000000..468aa19 --- /dev/null +++ b/node_modules/buffer/AUTHORS.md @@ -0,0 +1,73 @@ +# Authors + +#### Ordered by first contribution. + +- Romain Beauxis (toots@rastageeks.org) +- Tobias Koppers (tobias.koppers@googlemail.com) +- Janus (ysangkok@gmail.com) +- Rainer Dreyer (rdrey1@gmail.com) +- Tõnis Tiigi (tonistiigi@gmail.com) +- James Halliday (mail@substack.net) +- Michael Williamson (mike@zwobble.org) +- elliottcable (github@elliottcable.name) +- rafael (rvalle@livelens.net) +- Andrew Kelley (superjoe30@gmail.com) +- Andreas Madsen (amwebdk@gmail.com) +- Mike Brevoort (mike.brevoort@pearson.com) +- Brian White (mscdex@mscdex.net) +- Feross Aboukhadijeh (feross@feross.org) +- Ruben Verborgh (ruben@verborgh.org) +- eliang (eliang.cs@gmail.com) +- Jesse Tane (jesse.tane@gmail.com) +- Alfonso Boza (alfonso@cloud.com) +- Mathias Buus (mathiasbuus@gmail.com) +- Devon Govett (devongovett@gmail.com) +- Daniel Cousens (github@dcousens.com) +- Joseph Dykstra (josephdykstra@gmail.com) +- Parsha Pourkhomami (parshap+git@gmail.com) +- Damjan Košir (damjan.kosir@gmail.com) +- daverayment (dave.rayment@gmail.com) +- kawanet (u-suke@kawa.net) +- Linus Unnebäck (linus@folkdatorn.se) +- Nolan Lawson (nolan.lawson@gmail.com) +- Calvin Metcalf (calvin.metcalf@gmail.com) +- Koki Takahashi (hakatasiloving@gmail.com) +- Guy Bedford (guybedford@gmail.com) +- Jan Schär (jscissr@gmail.com) +- RaulTsc (tomescu.raul@gmail.com) +- Matthieu Monsch (monsch@alum.mit.edu) +- Dan Ehrenberg (littledan@chromium.org) +- Kirill Fomichev (fanatid@ya.ru) +- Yusuke Kawasaki (u-suke@kawa.net) +- DC (dcposch@dcpos.ch) +- John-David Dalton (john.david.dalton@gmail.com) +- adventure-yunfei (adventure030@gmail.com) +- Emil Bay (github@tixz.dk) +- Sam Sudar (sudar.sam@gmail.com) +- Volker Mische (volker.mische@gmail.com) +- David Walton (support@geekstocks.com) +- Сковорода Никита Андреевич (chalkerx@gmail.com) +- greenkeeper[bot] (greenkeeper[bot]@users.noreply.github.com) +- ukstv (sergey.ukustov@machinomy.com) +- Renée Kooi (renee@kooi.me) +- ranbochen (ranbochen@qq.com) +- Vladimir Borovik (bobahbdb@gmail.com) +- greenkeeper[bot] (23040076+greenkeeper[bot]@users.noreply.github.com) +- kumavis (aaron@kumavis.me) +- Sergey Ukustov (sergey.ukustov@machinomy.com) +- Fei Liu (liu.feiwood@gmail.com) +- Blaine Bublitz (blaine.bublitz@gmail.com) +- clement (clement@seald.io) +- Koushik Dutta (koushd@gmail.com) +- Jordan Harband (ljharb@gmail.com) +- Niklas Mischkulnig (mischnic@users.noreply.github.com) +- Nikolai Vavilov (vvnicholas@gmail.com) +- Fedor Nezhivoi (gyzerok@users.noreply.github.com) +- shuse2 (shus.toda@gmail.com) +- Peter Newman (peternewman@users.noreply.github.com) +- mathmakgakpak (44949126+mathmakgakpak@users.noreply.github.com) +- jkkang (jkkang@smartauth.kr) +- Deklan Webster (deklanw@gmail.com) +- Martin Heidegger (martin.heidegger@gmail.com) + +#### Generated by bin/update-authors.sh. diff --git a/node_modules/buffer/LICENSE b/node_modules/buffer/LICENSE new file mode 100644 index 0000000..d6bf75d --- /dev/null +++ b/node_modules/buffer/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Feross Aboukhadijeh, and other contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/node_modules/buffer/README.md b/node_modules/buffer/README.md new file mode 100644 index 0000000..451e235 --- /dev/null +++ b/node_modules/buffer/README.md @@ -0,0 +1,410 @@ +# buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] + +[travis-image]: https://img.shields.io/travis/feross/buffer/master.svg +[travis-url]: https://travis-ci.org/feross/buffer +[npm-image]: https://img.shields.io/npm/v/buffer.svg +[npm-url]: https://npmjs.org/package/buffer +[downloads-image]: https://img.shields.io/npm/dm/buffer.svg +[downloads-url]: https://npmjs.org/package/buffer +[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg +[standard-url]: https://standardjs.com + +#### The buffer module from [node.js](https://nodejs.org/), for the browser. + +[![saucelabs][saucelabs-image]][saucelabs-url] + +[saucelabs-image]: https://saucelabs.com/browser-matrix/buffer.svg +[saucelabs-url]: https://saucelabs.com/u/buffer + +With [browserify](http://browserify.org), simply `require('buffer')` or use the `Buffer` global and you will get this module. + +The goal is to provide an API that is 100% identical to +[node's Buffer API](https://nodejs.org/api/buffer.html). Read the +[official docs](https://nodejs.org/api/buffer.html) for the full list of properties, +instance methods, and class methods that are supported. + +## features + +- Manipulate binary data like a boss, in all browsers! +- Super fast. Backed by Typed Arrays (`Uint8Array`/`ArrayBuffer`, not `Object`) +- Extremely small bundle size (**6.75KB minified + gzipped**, 51.9KB with comments) +- Excellent browser support (Chrome, Firefox, Edge, Safari 11+, iOS 11+, Android, etc.) +- Preserves Node API exactly, with one minor difference (see below) +- Square-bracket `buf[4]` notation works! +- Does not modify any browser prototypes or put anything on `window` +- Comprehensive test suite (including all buffer tests from node.js core) + +## install + +To use this module directly (without browserify), install it: + +```bash +npm install buffer +``` + +This module was previously called **native-buffer-browserify**, but please use **buffer** +from now on. + +If you do not use a bundler, you can use the [standalone script](https://bundle.run/buffer). + +## usage + +The module's API is identical to node's `Buffer` API. Read the +[official docs](https://nodejs.org/api/buffer.html) for the full list of properties, +instance methods, and class methods that are supported. + +As mentioned above, `require('buffer')` or use the `Buffer` global with +[browserify](http://browserify.org) and this module will automatically be included +in your bundle. Almost any npm module will work in the browser, even if it assumes that +the node `Buffer` API will be available. + +To depend on this module explicitly (without browserify), require it like this: + +```js +var Buffer = require('buffer/').Buffer // note: the trailing slash is important! +``` + +To require this module explicitly, use `require('buffer/')` which tells the node.js module +lookup algorithm (also used by browserify) to use the **npm module** named `buffer` +instead of the **node.js core** module named `buffer`! + + +## how does it work? + +The Buffer constructor returns instances of `Uint8Array` that have their prototype +changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of `Uint8Array`, +so the returned instances will have all the node `Buffer` methods and the +`Uint8Array` methods. Square bracket notation works as expected -- it returns a +single octet. + +The `Uint8Array` prototype remains unmodified. + + +## tracking the latest node api + +This module tracks the Buffer API in the latest (unstable) version of node.js. The Buffer +API is considered **stable** in the +[node stability index](https://nodejs.org/docs/latest/api/documentation.html#documentation_stability_index), +so it is unlikely that there will ever be breaking changes. +Nonetheless, when/if the Buffer API changes in node, this module's API will change +accordingly. + +## related packages + +- [`buffer-reverse`](https://www.npmjs.com/package/buffer-reverse) - Reverse a buffer +- [`buffer-xor`](https://www.npmjs.com/package/buffer-xor) - Bitwise xor a buffer +- [`is-buffer`](https://www.npmjs.com/package/is-buffer) - Determine if an object is a Buffer without including the whole `Buffer` package + +## conversion packages + +### convert typed array to buffer + +Use [`typedarray-to-buffer`](https://www.npmjs.com/package/typedarray-to-buffer) to convert any kind of typed array to a `Buffer`. Does not perform a copy, so it's super fast. + +### convert buffer to typed array + +`Buffer` is a subclass of `Uint8Array` (which is a typed array). So there is no need to explicitly convert to typed array. Just use the buffer as a `Uint8Array`. + +### convert blob to buffer + +Use [`blob-to-buffer`](https://www.npmjs.com/package/blob-to-buffer) to convert a `Blob` to a `Buffer`. + +### convert buffer to blob + +To convert a `Buffer` to a `Blob`, use the `Blob` constructor: + +```js +var blob = new Blob([ buffer ]) +``` + +Optionally, specify a mimetype: + +```js +var blob = new Blob([ buffer ], { type: 'text/html' }) +``` + +### convert arraybuffer to buffer + +To convert an `ArrayBuffer` to a `Buffer`, use the `Buffer.from` function. Does not perform a copy, so it's super fast. + +```js +var buffer = Buffer.from(arrayBuffer) +``` + +### convert buffer to arraybuffer + +To convert a `Buffer` to an `ArrayBuffer`, use the `.buffer` property (which is present on all `Uint8Array` objects): + +```js +var arrayBuffer = buffer.buffer.slice( + buffer.byteOffset, buffer.byteOffset + buffer.byteLength +) +``` + +Alternatively, use the [`to-arraybuffer`](https://www.npmjs.com/package/to-arraybuffer) module. + +## performance + +See perf tests in `/perf`. + +`BrowserBuffer` is the browser `buffer` module (this repo). `Uint8Array` is included as a +sanity check (since `BrowserBuffer` uses `Uint8Array` under the hood, `Uint8Array` will +always be at least a bit faster). Finally, `NodeBuffer` is the node.js buffer module, +which is included to compare against. + +NOTE: Performance has improved since these benchmarks were taken. PR welcome to update the README. + +### Chrome 38 + +| Method | Operations | Accuracy | Sampled | Fastest | +|:-------|:-----------|:---------|:--------|:-------:| +| BrowserBuffer#bracket-notation | 11,457,464 ops/sec | ±0.86% | 66 | ✓ | +| Uint8Array#bracket-notation | 10,824,332 ops/sec | ±0.74% | 65 | | +| | | | | +| BrowserBuffer#concat | 450,532 ops/sec | ±0.76% | 68 | | +| Uint8Array#concat | 1,368,911 ops/sec | ±1.50% | 62 | ✓ | +| | | | | +| BrowserBuffer#copy(16000) | 903,001 ops/sec | ±0.96% | 67 | | +| Uint8Array#copy(16000) | 1,422,441 ops/sec | ±1.04% | 66 | ✓ | +| | | | | +| BrowserBuffer#copy(16) | 11,431,358 ops/sec | ±0.46% | 69 | | +| Uint8Array#copy(16) | 13,944,163 ops/sec | ±1.12% | 68 | ✓ | +| | | | | +| BrowserBuffer#new(16000) | 106,329 ops/sec | ±6.70% | 44 | | +| Uint8Array#new(16000) | 131,001 ops/sec | ±2.85% | 31 | ✓ | +| | | | | +| BrowserBuffer#new(16) | 1,554,491 ops/sec | ±1.60% | 65 | | +| Uint8Array#new(16) | 6,623,930 ops/sec | ±1.66% | 65 | ✓ | +| | | | | +| BrowserBuffer#readDoubleBE | 112,830 ops/sec | ±0.51% | 69 | ✓ | +| DataView#getFloat64 | 93,500 ops/sec | ±0.57% | 68 | | +| | | | | +| BrowserBuffer#readFloatBE | 146,678 ops/sec | ±0.95% | 68 | ✓ | +| DataView#getFloat32 | 99,311 ops/sec | ±0.41% | 67 | | +| | | | | +| BrowserBuffer#readUInt32LE | 843,214 ops/sec | ±0.70% | 69 | ✓ | +| DataView#getUint32 | 103,024 ops/sec | ±0.64% | 67 | | +| | | | | +| BrowserBuffer#slice | 1,013,941 ops/sec | ±0.75% | 67 | | +| Uint8Array#subarray | 1,903,928 ops/sec | ±0.53% | 67 | ✓ | +| | | | | +| BrowserBuffer#writeFloatBE | 61,387 ops/sec | ±0.90% | 67 | | +| DataView#setFloat32 | 141,249 ops/sec | ±0.40% | 66 | ✓ | + + +### Firefox 33 + +| Method | Operations | Accuracy | Sampled | Fastest | +|:-------|:-----------|:---------|:--------|:-------:| +| BrowserBuffer#bracket-notation | 20,800,421 ops/sec | ±1.84% | 60 | | +| Uint8Array#bracket-notation | 20,826,235 ops/sec | ±2.02% | 61 | ✓ | +| | | | | +| BrowserBuffer#concat | 153,076 ops/sec | ±2.32% | 61 | | +| Uint8Array#concat | 1,255,674 ops/sec | ±8.65% | 52 | ✓ | +| | | | | +| BrowserBuffer#copy(16000) | 1,105,312 ops/sec | ±1.16% | 63 | | +| Uint8Array#copy(16000) | 1,615,911 ops/sec | ±0.55% | 66 | ✓ | +| | | | | +| BrowserBuffer#copy(16) | 16,357,599 ops/sec | ±0.73% | 68 | | +| Uint8Array#copy(16) | 31,436,281 ops/sec | ±1.05% | 68 | ✓ | +| | | | | +| BrowserBuffer#new(16000) | 52,995 ops/sec | ±6.01% | 35 | | +| Uint8Array#new(16000) | 87,686 ops/sec | ±5.68% | 45 | ✓ | +| | | | | +| BrowserBuffer#new(16) | 252,031 ops/sec | ±1.61% | 66 | | +| Uint8Array#new(16) | 8,477,026 ops/sec | ±0.49% | 68 | ✓ | +| | | | | +| BrowserBuffer#readDoubleBE | 99,871 ops/sec | ±0.41% | 69 | | +| DataView#getFloat64 | 285,663 ops/sec | ±0.70% | 68 | ✓ | +| | | | | +| BrowserBuffer#readFloatBE | 115,540 ops/sec | ±0.42% | 69 | | +| DataView#getFloat32 | 288,722 ops/sec | ±0.82% | 68 | ✓ | +| | | | | +| BrowserBuffer#readUInt32LE | 633,926 ops/sec | ±1.08% | 67 | ✓ | +| DataView#getUint32 | 294,808 ops/sec | ±0.79% | 64 | | +| | | | | +| BrowserBuffer#slice | 349,425 ops/sec | ±0.46% | 69 | | +| Uint8Array#subarray | 5,965,819 ops/sec | ±0.60% | 65 | ✓ | +| | | | | +| BrowserBuffer#writeFloatBE | 59,980 ops/sec | ±0.41% | 67 | | +| DataView#setFloat32 | 317,634 ops/sec | ±0.63% | 68 | ✓ | + +### Safari 8 + +| Method | Operations | Accuracy | Sampled | Fastest | +|:-------|:-----------|:---------|:--------|:-------:| +| BrowserBuffer#bracket-notation | 10,279,729 ops/sec | ±2.25% | 56 | ✓ | +| Uint8Array#bracket-notation | 10,030,767 ops/sec | ±2.23% | 59 | | +| | | | | +| BrowserBuffer#concat | 144,138 ops/sec | ±1.38% | 65 | | +| Uint8Array#concat | 4,950,764 ops/sec | ±1.70% | 63 | ✓ | +| | | | | +| BrowserBuffer#copy(16000) | 1,058,548 ops/sec | ±1.51% | 64 | | +| Uint8Array#copy(16000) | 1,409,666 ops/sec | ±1.17% | 65 | ✓ | +| | | | | +| BrowserBuffer#copy(16) | 6,282,529 ops/sec | ±1.88% | 58 | | +| Uint8Array#copy(16) | 11,907,128 ops/sec | ±2.87% | 58 | ✓ | +| | | | | +| BrowserBuffer#new(16000) | 101,663 ops/sec | ±3.89% | 57 | | +| Uint8Array#new(16000) | 22,050,818 ops/sec | ±6.51% | 46 | ✓ | +| | | | | +| BrowserBuffer#new(16) | 176,072 ops/sec | ±2.13% | 64 | | +| Uint8Array#new(16) | 24,385,731 ops/sec | ±5.01% | 51 | ✓ | +| | | | | +| BrowserBuffer#readDoubleBE | 41,341 ops/sec | ±1.06% | 67 | | +| DataView#getFloat64 | 322,280 ops/sec | ±0.84% | 68 | ✓ | +| | | | | +| BrowserBuffer#readFloatBE | 46,141 ops/sec | ±1.06% | 65 | | +| DataView#getFloat32 | 337,025 ops/sec | ±0.43% | 69 | ✓ | +| | | | | +| BrowserBuffer#readUInt32LE | 151,551 ops/sec | ±1.02% | 66 | | +| DataView#getUint32 | 308,278 ops/sec | ±0.94% | 67 | ✓ | +| | | | | +| BrowserBuffer#slice | 197,365 ops/sec | ±0.95% | 66 | | +| Uint8Array#subarray | 9,558,024 ops/sec | ±3.08% | 58 | ✓ | +| | | | | +| BrowserBuffer#writeFloatBE | 17,518 ops/sec | ±1.03% | 63 | | +| DataView#setFloat32 | 319,751 ops/sec | ±0.48% | 68 | ✓ | + + +### Node 0.11.14 + +| Method | Operations | Accuracy | Sampled | Fastest | +|:-------|:-----------|:---------|:--------|:-------:| +| BrowserBuffer#bracket-notation | 10,489,828 ops/sec | ±3.25% | 90 | | +| Uint8Array#bracket-notation | 10,534,884 ops/sec | ±0.81% | 92 | ✓ | +| NodeBuffer#bracket-notation | 10,389,910 ops/sec | ±0.97% | 87 | | +| | | | | +| BrowserBuffer#concat | 487,830 ops/sec | ±2.58% | 88 | | +| Uint8Array#concat | 1,814,327 ops/sec | ±1.28% | 88 | ✓ | +| NodeBuffer#concat | 1,636,523 ops/sec | ±1.88% | 73 | | +| | | | | +| BrowserBuffer#copy(16000) | 1,073,665 ops/sec | ±0.77% | 90 | | +| Uint8Array#copy(16000) | 1,348,517 ops/sec | ±0.84% | 89 | ✓ | +| NodeBuffer#copy(16000) | 1,289,533 ops/sec | ±0.82% | 93 | | +| | | | | +| BrowserBuffer#copy(16) | 12,782,706 ops/sec | ±0.74% | 85 | | +| Uint8Array#copy(16) | 14,180,427 ops/sec | ±0.93% | 92 | ✓ | +| NodeBuffer#copy(16) | 11,083,134 ops/sec | ±1.06% | 89 | | +| | | | | +| BrowserBuffer#new(16000) | 141,678 ops/sec | ±3.30% | 67 | | +| Uint8Array#new(16000) | 161,491 ops/sec | ±2.96% | 60 | | +| NodeBuffer#new(16000) | 292,699 ops/sec | ±3.20% | 55 | ✓ | +| | | | | +| BrowserBuffer#new(16) | 1,655,466 ops/sec | ±2.41% | 82 | | +| Uint8Array#new(16) | 14,399,926 ops/sec | ±0.91% | 94 | ✓ | +| NodeBuffer#new(16) | 3,894,696 ops/sec | ±0.88% | 92 | | +| | | | | +| BrowserBuffer#readDoubleBE | 109,582 ops/sec | ±0.75% | 93 | ✓ | +| DataView#getFloat64 | 91,235 ops/sec | ±0.81% | 90 | | +| NodeBuffer#readDoubleBE | 88,593 ops/sec | ±0.96% | 81 | | +| | | | | +| BrowserBuffer#readFloatBE | 139,854 ops/sec | ±1.03% | 85 | ✓ | +| DataView#getFloat32 | 98,744 ops/sec | ±0.80% | 89 | | +| NodeBuffer#readFloatBE | 92,769 ops/sec | ±0.94% | 93 | | +| | | | | +| BrowserBuffer#readUInt32LE | 710,861 ops/sec | ±0.82% | 92 | | +| DataView#getUint32 | 117,893 ops/sec | ±0.84% | 91 | | +| NodeBuffer#readUInt32LE | 851,412 ops/sec | ±0.72% | 93 | ✓ | +| | | | | +| BrowserBuffer#slice | 1,673,877 ops/sec | ±0.73% | 94 | | +| Uint8Array#subarray | 6,919,243 ops/sec | ±0.67% | 90 | ✓ | +| NodeBuffer#slice | 4,617,604 ops/sec | ±0.79% | 93 | | +| | | | | +| BrowserBuffer#writeFloatBE | 66,011 ops/sec | ±0.75% | 93 | | +| DataView#setFloat32 | 127,760 ops/sec | ±0.72% | 93 | ✓ | +| NodeBuffer#writeFloatBE | 103,352 ops/sec | ±0.83% | 93 | | + +### iojs 1.8.1 + +| Method | Operations | Accuracy | Sampled | Fastest | +|:-------|:-----------|:---------|:--------|:-------:| +| BrowserBuffer#bracket-notation | 10,990,488 ops/sec | ±1.11% | 91 | | +| Uint8Array#bracket-notation | 11,268,757 ops/sec | ±0.65% | 97 | | +| NodeBuffer#bracket-notation | 11,353,260 ops/sec | ±0.83% | 94 | ✓ | +| | | | | +| BrowserBuffer#concat | 378,954 ops/sec | ±0.74% | 94 | | +| Uint8Array#concat | 1,358,288 ops/sec | ±0.97% | 87 | | +| NodeBuffer#concat | 1,934,050 ops/sec | ±1.11% | 78 | ✓ | +| | | | | +| BrowserBuffer#copy(16000) | 894,538 ops/sec | ±0.56% | 84 | | +| Uint8Array#copy(16000) | 1,442,656 ops/sec | ±0.71% | 96 | | +| NodeBuffer#copy(16000) | 1,457,898 ops/sec | ±0.53% | 92 | ✓ | +| | | | | +| BrowserBuffer#copy(16) | 12,870,457 ops/sec | ±0.67% | 95 | | +| Uint8Array#copy(16) | 16,643,989 ops/sec | ±0.61% | 93 | ✓ | +| NodeBuffer#copy(16) | 14,885,848 ops/sec | ±0.74% | 94 | | +| | | | | +| BrowserBuffer#new(16000) | 109,264 ops/sec | ±4.21% | 63 | | +| Uint8Array#new(16000) | 138,916 ops/sec | ±1.87% | 61 | | +| NodeBuffer#new(16000) | 281,449 ops/sec | ±3.58% | 51 | ✓ | +| | | | | +| BrowserBuffer#new(16) | 1,362,935 ops/sec | ±0.56% | 99 | | +| Uint8Array#new(16) | 6,193,090 ops/sec | ±0.64% | 95 | ✓ | +| NodeBuffer#new(16) | 4,745,425 ops/sec | ±1.56% | 90 | | +| | | | | +| BrowserBuffer#readDoubleBE | 118,127 ops/sec | ±0.59% | 93 | ✓ | +| DataView#getFloat64 | 107,332 ops/sec | ±0.65% | 91 | | +| NodeBuffer#readDoubleBE | 116,274 ops/sec | ±0.94% | 95 | | +| | | | | +| BrowserBuffer#readFloatBE | 150,326 ops/sec | ±0.58% | 95 | ✓ | +| DataView#getFloat32 | 110,541 ops/sec | ±0.57% | 98 | | +| NodeBuffer#readFloatBE | 121,599 ops/sec | ±0.60% | 87 | | +| | | | | +| BrowserBuffer#readUInt32LE | 814,147 ops/sec | ±0.62% | 93 | | +| DataView#getUint32 | 137,592 ops/sec | ±0.64% | 90 | | +| NodeBuffer#readUInt32LE | 931,650 ops/sec | ±0.71% | 96 | ✓ | +| | | | | +| BrowserBuffer#slice | 878,590 ops/sec | ±0.68% | 93 | | +| Uint8Array#subarray | 2,843,308 ops/sec | ±1.02% | 90 | | +| NodeBuffer#slice | 4,998,316 ops/sec | ±0.68% | 90 | ✓ | +| | | | | +| BrowserBuffer#writeFloatBE | 65,927 ops/sec | ±0.74% | 93 | | +| DataView#setFloat32 | 139,823 ops/sec | ±0.97% | 89 | ✓ | +| NodeBuffer#writeFloatBE | 135,763 ops/sec | ±0.65% | 96 | | +| | | | | + +## Testing the project + +First, install the project: + + npm install + +Then, to run tests in Node.js, run: + + npm run test-node + +To test locally in a browser, you can run: + + npm run test-browser-es5-local # For ES5 browsers that don't support ES6 + npm run test-browser-es6-local # For ES6 compliant browsers + +This will print out a URL that you can then open in a browser to run the tests, using [airtap](https://www.npmjs.com/package/airtap). + +To run automated browser tests using Saucelabs, ensure that your `SAUCE_USERNAME` and `SAUCE_ACCESS_KEY` environment variables are set, then run: + + npm test + +This is what's run in Travis, to check against various browsers. The list of browsers is kept in the `bin/airtap-es5.yml` and `bin/airtap-es6.yml` files. + +## JavaScript Standard Style + +This module uses [JavaScript Standard Style](https://github.com/feross/standard). + +[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) + +To test that the code conforms to the style, `npm install` and run: + + ./node_modules/.bin/standard + +## credit + +This was originally forked from [buffer-browserify](https://github.com/toots/buffer-browserify). + +## Security Policies and Procedures + +The `buffer` team and community take all security bugs in `buffer` seriously. Please see our [security policies and procedures](https://github.com/feross/security) document to learn how to report issues. + +## license + +MIT. Copyright (C) [Feross Aboukhadijeh](http://feross.org), and other contributors. Originally forked from an MIT-licensed module by Romain Beauxis. diff --git a/node_modules/buffer/index.d.ts b/node_modules/buffer/index.d.ts new file mode 100644 index 0000000..07096a2 --- /dev/null +++ b/node_modules/buffer/index.d.ts @@ -0,0 +1,194 @@ +export class Buffer extends Uint8Array { + length: number + write(string: string, offset?: number, length?: number, encoding?: string): number; + toString(encoding?: string, start?: number, end?: number): string; + toJSON(): { type: 'Buffer', data: any[] }; + equals(otherBuffer: Buffer): boolean; + compare(otherBuffer: Uint8Array, targetStart?: number, targetEnd?: number, sourceStart?: number, sourceEnd?: number): number; + copy(targetBuffer: Buffer, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; + slice(start?: number, end?: number): Buffer; + writeUIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeUIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + readUIntLE(offset: number, byteLength: number, noAssert?: boolean): number; + readUIntBE(offset: number, byteLength: number, noAssert?: boolean): number; + readIntLE(offset: number, byteLength: number, noAssert?: boolean): number; + readIntBE(offset: number, byteLength: number, noAssert?: boolean): number; + readUInt8(offset: number, noAssert?: boolean): number; + readUInt16LE(offset: number, noAssert?: boolean): number; + readUInt16BE(offset: number, noAssert?: boolean): number; + readUInt32LE(offset: number, noAssert?: boolean): number; + readUInt32BE(offset: number, noAssert?: boolean): number; + readBigUInt64LE(offset: number): BigInt; + readBigUInt64BE(offset: number): BigInt; + readInt8(offset: number, noAssert?: boolean): number; + readInt16LE(offset: number, noAssert?: boolean): number; + readInt16BE(offset: number, noAssert?: boolean): number; + readInt32LE(offset: number, noAssert?: boolean): number; + readInt32BE(offset: number, noAssert?: boolean): number; + readBigInt64LE(offset: number): BigInt; + readBigInt64BE(offset: number): BigInt; + readFloatLE(offset: number, noAssert?: boolean): number; + readFloatBE(offset: number, noAssert?: boolean): number; + readDoubleLE(offset: number, noAssert?: boolean): number; + readDoubleBE(offset: number, noAssert?: boolean): number; + reverse(): this; + swap16(): Buffer; + swap32(): Buffer; + swap64(): Buffer; + writeUInt8(value: number, offset: number, noAssert?: boolean): number; + writeUInt16LE(value: number, offset: number, noAssert?: boolean): number; + writeUInt16BE(value: number, offset: number, noAssert?: boolean): number; + writeUInt32LE(value: number, offset: number, noAssert?: boolean): number; + writeUInt32BE(value: number, offset: number, noAssert?: boolean): number; + writeBigUInt64LE(value: number, offset: number): BigInt; + writeBigUInt64BE(value: number, offset: number): BigInt; + writeInt8(value: number, offset: number, noAssert?: boolean): number; + writeInt16LE(value: number, offset: number, noAssert?: boolean): number; + writeInt16BE(value: number, offset: number, noAssert?: boolean): number; + writeInt32LE(value: number, offset: number, noAssert?: boolean): number; + writeInt32BE(value: number, offset: number, noAssert?: boolean): number; + writeBigInt64LE(value: number, offset: number): BigInt; + writeBigInt64BE(value: number, offset: number): BigInt; + writeFloatLE(value: number, offset: number, noAssert?: boolean): number; + writeFloatBE(value: number, offset: number, noAssert?: boolean): number; + writeDoubleLE(value: number, offset: number, noAssert?: boolean): number; + writeDoubleBE(value: number, offset: number, noAssert?: boolean): number; + fill(value: any, offset?: number, end?: number): this; + indexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; + lastIndexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; + includes(value: string | number | Buffer, byteOffset?: number, encoding?: string): boolean; + + /** + * Allocates a new buffer containing the given {str}. + * + * @param str String to store in buffer. + * @param encoding encoding to use, optional. Default is 'utf8' + */ + constructor (str: string, encoding?: string); + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + */ + constructor (size: number); + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + */ + constructor (array: Uint8Array); + /** + * Produces a Buffer backed by the same allocated memory as + * the given {ArrayBuffer}. + * + * + * @param arrayBuffer The ArrayBuffer with which to share memory. + */ + constructor (arrayBuffer: ArrayBuffer); + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + */ + constructor (array: any[]); + /** + * Copies the passed {buffer} data onto a new {Buffer} instance. + * + * @param buffer The buffer to copy. + */ + constructor (buffer: Buffer); + prototype: Buffer; + /** + * Allocates a new Buffer using an {array} of octets. + * + * @param array + */ + static from(array: any[]): Buffer; + /** + * When passed a reference to the .buffer property of a TypedArray instance, + * the newly created Buffer will share the same allocated memory as the TypedArray. + * The optional {byteOffset} and {length} arguments specify a memory range + * within the {arrayBuffer} that will be shared by the Buffer. + * + * @param arrayBuffer The .buffer property of a TypedArray or a new ArrayBuffer() + * @param byteOffset + * @param length + */ + static from(arrayBuffer: ArrayBuffer, byteOffset?: number, length?: number): Buffer; + /** + * Copies the passed {buffer} data onto a new Buffer instance. + * + * @param buffer + */ + static from(buffer: Buffer | Uint8Array): Buffer; + /** + * Creates a new Buffer containing the given JavaScript string {str}. + * If provided, the {encoding} parameter identifies the character encoding. + * If not provided, {encoding} defaults to 'utf8'. + * + * @param str + */ + static from(str: string, encoding?: string): Buffer; + /** + * Returns true if {obj} is a Buffer + * + * @param obj object to test. + */ + static isBuffer(obj: any): obj is Buffer; + /** + * Returns true if {encoding} is a valid encoding argument. + * Valid string encodings in Node 0.12: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex' + * + * @param encoding string to test. + */ + static isEncoding(encoding: string): boolean; + /** + * Gives the actual byte length of a string. encoding defaults to 'utf8'. + * This is not the same as String.prototype.length since that returns the number of characters in a string. + * + * @param string string to test. + * @param encoding encoding used to evaluate (defaults to 'utf8') + */ + static byteLength(string: string, encoding?: string): number; + /** + * Returns a buffer which is the result of concatenating all the buffers in the list together. + * + * If the list has no items, or if the totalLength is 0, then it returns a zero-length buffer. + * If the list has exactly one item, then the first item of the list is returned. + * If the list has more than one item, then a new Buffer is created. + * + * @param list An array of Buffer objects to concatenate + * @param totalLength Total length of the buffers when concatenated. + * If totalLength is not provided, it is read from the buffers in the list. However, this adds an additional loop to the function, so it is faster to provide the length explicitly. + */ + static concat(list: Uint8Array[], totalLength?: number): Buffer; + /** + * The same as buf1.compare(buf2). + */ + static compare(buf1: Uint8Array, buf2: Uint8Array): number; + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + * @param fill if specified, buffer will be initialized by calling buf.fill(fill). + * If parameter is omitted, buffer will be filled with zeros. + * @param encoding encoding used for call to buf.fill while initializing + */ + static alloc(size: number, fill?: string | Buffer | number, encoding?: string): Buffer; + /** + * Allocates a new buffer of {size} octets, leaving memory not initialized, so the contents + * of the newly created Buffer are unknown and may contain sensitive data. + * + * @param size count of octets to allocate + */ + static allocUnsafe(size: number): Buffer; + /** + * Allocates a new non-pooled buffer of {size} octets, leaving memory not initialized, so the contents + * of the newly created Buffer are unknown and may contain sensitive data. + * + * @param size count of octets to allocate + */ + static allocUnsafeSlow(size: number): Buffer; +} diff --git a/node_modules/buffer/index.js b/node_modules/buffer/index.js new file mode 100644 index 0000000..7a0e9c2 --- /dev/null +++ b/node_modules/buffer/index.js @@ -0,0 +1,2106 @@ +/*! + * The buffer module from node.js, for the browser. + * + * @author Feross Aboukhadijeh + * @license MIT + */ +/* eslint-disable no-proto */ + +'use strict' + +const base64 = require('base64-js') +const ieee754 = require('ieee754') +const customInspectSymbol = + (typeof Symbol === 'function' && typeof Symbol['for'] === 'function') // eslint-disable-line dot-notation + ? Symbol['for']('nodejs.util.inspect.custom') // eslint-disable-line dot-notation + : null + +exports.Buffer = Buffer +exports.SlowBuffer = SlowBuffer +exports.INSPECT_MAX_BYTES = 50 + +const K_MAX_LENGTH = 0x7fffffff +exports.kMaxLength = K_MAX_LENGTH + +/** + * If `Buffer.TYPED_ARRAY_SUPPORT`: + * === true Use Uint8Array implementation (fastest) + * === false Print warning and recommend using `buffer` v4.x which has an Object + * implementation (most compatible, even IE6) + * + * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+, + * Opera 11.6+, iOS 4.2+. + * + * We report that the browser does not support typed arrays if the are not subclassable + * using __proto__. Firefox 4-29 lacks support for adding new properties to `Uint8Array` + * (See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438). IE 10 lacks support + * for __proto__ and has a buggy typed array implementation. + */ +Buffer.TYPED_ARRAY_SUPPORT = typedArraySupport() + +if (!Buffer.TYPED_ARRAY_SUPPORT && typeof console !== 'undefined' && + typeof console.error === 'function') { + console.error( + 'This browser lacks typed array (Uint8Array) support which is required by ' + + '`buffer` v5.x. Use `buffer` v4.x if you require old browser support.' + ) +} + +function typedArraySupport () { + // Can typed array instances can be augmented? + try { + const arr = new Uint8Array(1) + const proto = { foo: function () { return 42 } } + Object.setPrototypeOf(proto, Uint8Array.prototype) + Object.setPrototypeOf(arr, proto) + return arr.foo() === 42 + } catch (e) { + return false + } +} + +Object.defineProperty(Buffer.prototype, 'parent', { + enumerable: true, + get: function () { + if (!Buffer.isBuffer(this)) return undefined + return this.buffer + } +}) + +Object.defineProperty(Buffer.prototype, 'offset', { + enumerable: true, + get: function () { + if (!Buffer.isBuffer(this)) return undefined + return this.byteOffset + } +}) + +function createBuffer (length) { + if (length > K_MAX_LENGTH) { + throw new RangeError('The value "' + length + '" is invalid for option "size"') + } + // Return an augmented `Uint8Array` instance + const buf = new Uint8Array(length) + Object.setPrototypeOf(buf, Buffer.prototype) + return buf +} + +/** + * The Buffer constructor returns instances of `Uint8Array` that have their + * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of + * `Uint8Array`, so the returned instances will have all the node `Buffer` methods + * and the `Uint8Array` methods. Square bracket notation works as expected -- it + * returns a single octet. + * + * The `Uint8Array` prototype remains unmodified. + */ + +function Buffer (arg, encodingOrOffset, length) { + // Common case. + if (typeof arg === 'number') { + if (typeof encodingOrOffset === 'string') { + throw new TypeError( + 'The "string" argument must be of type string. Received type number' + ) + } + return allocUnsafe(arg) + } + return from(arg, encodingOrOffset, length) +} + +Buffer.poolSize = 8192 // not used by this implementation + +function from (value, encodingOrOffset, length) { + if (typeof value === 'string') { + return fromString(value, encodingOrOffset) + } + + if (ArrayBuffer.isView(value)) { + return fromArrayView(value) + } + + if (value == null) { + throw new TypeError( + 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' + + 'or Array-like Object. Received type ' + (typeof value) + ) + } + + if (isInstance(value, ArrayBuffer) || + (value && isInstance(value.buffer, ArrayBuffer))) { + return fromArrayBuffer(value, encodingOrOffset, length) + } + + if (typeof SharedArrayBuffer !== 'undefined' && + (isInstance(value, SharedArrayBuffer) || + (value && isInstance(value.buffer, SharedArrayBuffer)))) { + return fromArrayBuffer(value, encodingOrOffset, length) + } + + if (typeof value === 'number') { + throw new TypeError( + 'The "value" argument must not be of type number. Received type number' + ) + } + + const valueOf = value.valueOf && value.valueOf() + if (valueOf != null && valueOf !== value) { + return Buffer.from(valueOf, encodingOrOffset, length) + } + + const b = fromObject(value) + if (b) return b + + if (typeof Symbol !== 'undefined' && Symbol.toPrimitive != null && + typeof value[Symbol.toPrimitive] === 'function') { + return Buffer.from(value[Symbol.toPrimitive]('string'), encodingOrOffset, length) + } + + throw new TypeError( + 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' + + 'or Array-like Object. Received type ' + (typeof value) + ) +} + +/** + * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError + * if value is a number. + * Buffer.from(str[, encoding]) + * Buffer.from(array) + * Buffer.from(buffer) + * Buffer.from(arrayBuffer[, byteOffset[, length]]) + **/ +Buffer.from = function (value, encodingOrOffset, length) { + return from(value, encodingOrOffset, length) +} + +// Note: Change prototype *after* Buffer.from is defined to workaround Chrome bug: +// https://github.com/feross/buffer/pull/148 +Object.setPrototypeOf(Buffer.prototype, Uint8Array.prototype) +Object.setPrototypeOf(Buffer, Uint8Array) + +function assertSize (size) { + if (typeof size !== 'number') { + throw new TypeError('"size" argument must be of type number') + } else if (size < 0) { + throw new RangeError('The value "' + size + '" is invalid for option "size"') + } +} + +function alloc (size, fill, encoding) { + assertSize(size) + if (size <= 0) { + return createBuffer(size) + } + if (fill !== undefined) { + // Only pay attention to encoding if it's a string. This + // prevents accidentally sending in a number that would + // be interpreted as a start offset. + return typeof encoding === 'string' + ? createBuffer(size).fill(fill, encoding) + : createBuffer(size).fill(fill) + } + return createBuffer(size) +} + +/** + * Creates a new filled Buffer instance. + * alloc(size[, fill[, encoding]]) + **/ +Buffer.alloc = function (size, fill, encoding) { + return alloc(size, fill, encoding) +} + +function allocUnsafe (size) { + assertSize(size) + return createBuffer(size < 0 ? 0 : checked(size) | 0) +} + +/** + * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance. + * */ +Buffer.allocUnsafe = function (size) { + return allocUnsafe(size) +} +/** + * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance. + */ +Buffer.allocUnsafeSlow = function (size) { + return allocUnsafe(size) +} + +function fromString (string, encoding) { + if (typeof encoding !== 'string' || encoding === '') { + encoding = 'utf8' + } + + if (!Buffer.isEncoding(encoding)) { + throw new TypeError('Unknown encoding: ' + encoding) + } + + const length = byteLength(string, encoding) | 0 + let buf = createBuffer(length) + + const actual = buf.write(string, encoding) + + if (actual !== length) { + // Writing a hex string, for example, that contains invalid characters will + // cause everything after the first invalid character to be ignored. (e.g. + // 'abxxcd' will be treated as 'ab') + buf = buf.slice(0, actual) + } + + return buf +} + +function fromArrayLike (array) { + const length = array.length < 0 ? 0 : checked(array.length) | 0 + const buf = createBuffer(length) + for (let i = 0; i < length; i += 1) { + buf[i] = array[i] & 255 + } + return buf +} + +function fromArrayView (arrayView) { + if (isInstance(arrayView, Uint8Array)) { + const copy = new Uint8Array(arrayView) + return fromArrayBuffer(copy.buffer, copy.byteOffset, copy.byteLength) + } + return fromArrayLike(arrayView) +} + +function fromArrayBuffer (array, byteOffset, length) { + if (byteOffset < 0 || array.byteLength < byteOffset) { + throw new RangeError('"offset" is outside of buffer bounds') + } + + if (array.byteLength < byteOffset + (length || 0)) { + throw new RangeError('"length" is outside of buffer bounds') + } + + let buf + if (byteOffset === undefined && length === undefined) { + buf = new Uint8Array(array) + } else if (length === undefined) { + buf = new Uint8Array(array, byteOffset) + } else { + buf = new Uint8Array(array, byteOffset, length) + } + + // Return an augmented `Uint8Array` instance + Object.setPrototypeOf(buf, Buffer.prototype) + + return buf +} + +function fromObject (obj) { + if (Buffer.isBuffer(obj)) { + const len = checked(obj.length) | 0 + const buf = createBuffer(len) + + if (buf.length === 0) { + return buf + } + + obj.copy(buf, 0, 0, len) + return buf + } + + if (obj.length !== undefined) { + if (typeof obj.length !== 'number' || numberIsNaN(obj.length)) { + return createBuffer(0) + } + return fromArrayLike(obj) + } + + if (obj.type === 'Buffer' && Array.isArray(obj.data)) { + return fromArrayLike(obj.data) + } +} + +function checked (length) { + // Note: cannot use `length < K_MAX_LENGTH` here because that fails when + // length is NaN (which is otherwise coerced to zero.) + if (length >= K_MAX_LENGTH) { + throw new RangeError('Attempt to allocate Buffer larger than maximum ' + + 'size: 0x' + K_MAX_LENGTH.toString(16) + ' bytes') + } + return length | 0 +} + +function SlowBuffer (length) { + if (+length != length) { // eslint-disable-line eqeqeq + length = 0 + } + return Buffer.alloc(+length) +} + +Buffer.isBuffer = function isBuffer (b) { + return b != null && b._isBuffer === true && + b !== Buffer.prototype // so Buffer.isBuffer(Buffer.prototype) will be false +} + +Buffer.compare = function compare (a, b) { + if (isInstance(a, Uint8Array)) a = Buffer.from(a, a.offset, a.byteLength) + if (isInstance(b, Uint8Array)) b = Buffer.from(b, b.offset, b.byteLength) + if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) { + throw new TypeError( + 'The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array' + ) + } + + if (a === b) return 0 + + let x = a.length + let y = b.length + + for (let i = 0, len = Math.min(x, y); i < len; ++i) { + if (a[i] !== b[i]) { + x = a[i] + y = b[i] + break + } + } + + if (x < y) return -1 + if (y < x) return 1 + return 0 +} + +Buffer.isEncoding = function isEncoding (encoding) { + switch (String(encoding).toLowerCase()) { + case 'hex': + case 'utf8': + case 'utf-8': + case 'ascii': + case 'latin1': + case 'binary': + case 'base64': + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return true + default: + return false + } +} + +Buffer.concat = function concat (list, length) { + if (!Array.isArray(list)) { + throw new TypeError('"list" argument must be an Array of Buffers') + } + + if (list.length === 0) { + return Buffer.alloc(0) + } + + let i + if (length === undefined) { + length = 0 + for (i = 0; i < list.length; ++i) { + length += list[i].length + } + } + + const buffer = Buffer.allocUnsafe(length) + let pos = 0 + for (i = 0; i < list.length; ++i) { + let buf = list[i] + if (isInstance(buf, Uint8Array)) { + if (pos + buf.length > buffer.length) { + if (!Buffer.isBuffer(buf)) buf = Buffer.from(buf) + buf.copy(buffer, pos) + } else { + Uint8Array.prototype.set.call( + buffer, + buf, + pos + ) + } + } else if (!Buffer.isBuffer(buf)) { + throw new TypeError('"list" argument must be an Array of Buffers') + } else { + buf.copy(buffer, pos) + } + pos += buf.length + } + return buffer +} + +function byteLength (string, encoding) { + if (Buffer.isBuffer(string)) { + return string.length + } + if (ArrayBuffer.isView(string) || isInstance(string, ArrayBuffer)) { + return string.byteLength + } + if (typeof string !== 'string') { + throw new TypeError( + 'The "string" argument must be one of type string, Buffer, or ArrayBuffer. ' + + 'Received type ' + typeof string + ) + } + + const len = string.length + const mustMatch = (arguments.length > 2 && arguments[2] === true) + if (!mustMatch && len === 0) return 0 + + // Use a for loop to avoid recursion + let loweredCase = false + for (;;) { + switch (encoding) { + case 'ascii': + case 'latin1': + case 'binary': + return len + case 'utf8': + case 'utf-8': + return utf8ToBytes(string).length + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return len * 2 + case 'hex': + return len >>> 1 + case 'base64': + return base64ToBytes(string).length + default: + if (loweredCase) { + return mustMatch ? -1 : utf8ToBytes(string).length // assume utf8 + } + encoding = ('' + encoding).toLowerCase() + loweredCase = true + } + } +} +Buffer.byteLength = byteLength + +function slowToString (encoding, start, end) { + let loweredCase = false + + // No need to verify that "this.length <= MAX_UINT32" since it's a read-only + // property of a typed array. + + // This behaves neither like String nor Uint8Array in that we set start/end + // to their upper/lower bounds if the value passed is out of range. + // undefined is handled specially as per ECMA-262 6th Edition, + // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization. + if (start === undefined || start < 0) { + start = 0 + } + // Return early if start > this.length. Done here to prevent potential uint32 + // coercion fail below. + if (start > this.length) { + return '' + } + + if (end === undefined || end > this.length) { + end = this.length + } + + if (end <= 0) { + return '' + } + + // Force coercion to uint32. This will also coerce falsey/NaN values to 0. + end >>>= 0 + start >>>= 0 + + if (end <= start) { + return '' + } + + if (!encoding) encoding = 'utf8' + + while (true) { + switch (encoding) { + case 'hex': + return hexSlice(this, start, end) + + case 'utf8': + case 'utf-8': + return utf8Slice(this, start, end) + + case 'ascii': + return asciiSlice(this, start, end) + + case 'latin1': + case 'binary': + return latin1Slice(this, start, end) + + case 'base64': + return base64Slice(this, start, end) + + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return utf16leSlice(this, start, end) + + default: + if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding) + encoding = (encoding + '').toLowerCase() + loweredCase = true + } + } +} + +// This property is used by `Buffer.isBuffer` (and the `is-buffer` npm package) +// to detect a Buffer instance. It's not possible to use `instanceof Buffer` +// reliably in a browserify context because there could be multiple different +// copies of the 'buffer' package in use. This method works even for Buffer +// instances that were created from another copy of the `buffer` package. +// See: https://github.com/feross/buffer/issues/154 +Buffer.prototype._isBuffer = true + +function swap (b, n, m) { + const i = b[n] + b[n] = b[m] + b[m] = i +} + +Buffer.prototype.swap16 = function swap16 () { + const len = this.length + if (len % 2 !== 0) { + throw new RangeError('Buffer size must be a multiple of 16-bits') + } + for (let i = 0; i < len; i += 2) { + swap(this, i, i + 1) + } + return this +} + +Buffer.prototype.swap32 = function swap32 () { + const len = this.length + if (len % 4 !== 0) { + throw new RangeError('Buffer size must be a multiple of 32-bits') + } + for (let i = 0; i < len; i += 4) { + swap(this, i, i + 3) + swap(this, i + 1, i + 2) + } + return this +} + +Buffer.prototype.swap64 = function swap64 () { + const len = this.length + if (len % 8 !== 0) { + throw new RangeError('Buffer size must be a multiple of 64-bits') + } + for (let i = 0; i < len; i += 8) { + swap(this, i, i + 7) + swap(this, i + 1, i + 6) + swap(this, i + 2, i + 5) + swap(this, i + 3, i + 4) + } + return this +} + +Buffer.prototype.toString = function toString () { + const length = this.length + if (length === 0) return '' + if (arguments.length === 0) return utf8Slice(this, 0, length) + return slowToString.apply(this, arguments) +} + +Buffer.prototype.toLocaleString = Buffer.prototype.toString + +Buffer.prototype.equals = function equals (b) { + if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer') + if (this === b) return true + return Buffer.compare(this, b) === 0 +} + +Buffer.prototype.inspect = function inspect () { + let str = '' + const max = exports.INSPECT_MAX_BYTES + str = this.toString('hex', 0, max).replace(/(.{2})/g, '$1 ').trim() + if (this.length > max) str += ' ... ' + return '' +} +if (customInspectSymbol) { + Buffer.prototype[customInspectSymbol] = Buffer.prototype.inspect +} + +Buffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) { + if (isInstance(target, Uint8Array)) { + target = Buffer.from(target, target.offset, target.byteLength) + } + if (!Buffer.isBuffer(target)) { + throw new TypeError( + 'The "target" argument must be one of type Buffer or Uint8Array. ' + + 'Received type ' + (typeof target) + ) + } + + if (start === undefined) { + start = 0 + } + if (end === undefined) { + end = target ? target.length : 0 + } + if (thisStart === undefined) { + thisStart = 0 + } + if (thisEnd === undefined) { + thisEnd = this.length + } + + if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) { + throw new RangeError('out of range index') + } + + if (thisStart >= thisEnd && start >= end) { + return 0 + } + if (thisStart >= thisEnd) { + return -1 + } + if (start >= end) { + return 1 + } + + start >>>= 0 + end >>>= 0 + thisStart >>>= 0 + thisEnd >>>= 0 + + if (this === target) return 0 + + let x = thisEnd - thisStart + let y = end - start + const len = Math.min(x, y) + + const thisCopy = this.slice(thisStart, thisEnd) + const targetCopy = target.slice(start, end) + + for (let i = 0; i < len; ++i) { + if (thisCopy[i] !== targetCopy[i]) { + x = thisCopy[i] + y = targetCopy[i] + break + } + } + + if (x < y) return -1 + if (y < x) return 1 + return 0 +} + +// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`, +// OR the last index of `val` in `buffer` at offset <= `byteOffset`. +// +// Arguments: +// - buffer - a Buffer to search +// - val - a string, Buffer, or number +// - byteOffset - an index into `buffer`; will be clamped to an int32 +// - encoding - an optional encoding, relevant is val is a string +// - dir - true for indexOf, false for lastIndexOf +function bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) { + // Empty buffer means no match + if (buffer.length === 0) return -1 + + // Normalize byteOffset + if (typeof byteOffset === 'string') { + encoding = byteOffset + byteOffset = 0 + } else if (byteOffset > 0x7fffffff) { + byteOffset = 0x7fffffff + } else if (byteOffset < -0x80000000) { + byteOffset = -0x80000000 + } + byteOffset = +byteOffset // Coerce to Number. + if (numberIsNaN(byteOffset)) { + // byteOffset: it it's undefined, null, NaN, "foo", etc, search whole buffer + byteOffset = dir ? 0 : (buffer.length - 1) + } + + // Normalize byteOffset: negative offsets start from the end of the buffer + if (byteOffset < 0) byteOffset = buffer.length + byteOffset + if (byteOffset >= buffer.length) { + if (dir) return -1 + else byteOffset = buffer.length - 1 + } else if (byteOffset < 0) { + if (dir) byteOffset = 0 + else return -1 + } + + // Normalize val + if (typeof val === 'string') { + val = Buffer.from(val, encoding) + } + + // Finally, search either indexOf (if dir is true) or lastIndexOf + if (Buffer.isBuffer(val)) { + // Special case: looking for empty string/buffer always fails + if (val.length === 0) { + return -1 + } + return arrayIndexOf(buffer, val, byteOffset, encoding, dir) + } else if (typeof val === 'number') { + val = val & 0xFF // Search for a byte value [0-255] + if (typeof Uint8Array.prototype.indexOf === 'function') { + if (dir) { + return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset) + } else { + return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset) + } + } + return arrayIndexOf(buffer, [val], byteOffset, encoding, dir) + } + + throw new TypeError('val must be string, number or Buffer') +} + +function arrayIndexOf (arr, val, byteOffset, encoding, dir) { + let indexSize = 1 + let arrLength = arr.length + let valLength = val.length + + if (encoding !== undefined) { + encoding = String(encoding).toLowerCase() + if (encoding === 'ucs2' || encoding === 'ucs-2' || + encoding === 'utf16le' || encoding === 'utf-16le') { + if (arr.length < 2 || val.length < 2) { + return -1 + } + indexSize = 2 + arrLength /= 2 + valLength /= 2 + byteOffset /= 2 + } + } + + function read (buf, i) { + if (indexSize === 1) { + return buf[i] + } else { + return buf.readUInt16BE(i * indexSize) + } + } + + let i + if (dir) { + let foundIndex = -1 + for (i = byteOffset; i < arrLength; i++) { + if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) { + if (foundIndex === -1) foundIndex = i + if (i - foundIndex + 1 === valLength) return foundIndex * indexSize + } else { + if (foundIndex !== -1) i -= i - foundIndex + foundIndex = -1 + } + } + } else { + if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength + for (i = byteOffset; i >= 0; i--) { + let found = true + for (let j = 0; j < valLength; j++) { + if (read(arr, i + j) !== read(val, j)) { + found = false + break + } + } + if (found) return i + } + } + + return -1 +} + +Buffer.prototype.includes = function includes (val, byteOffset, encoding) { + return this.indexOf(val, byteOffset, encoding) !== -1 +} + +Buffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) { + return bidirectionalIndexOf(this, val, byteOffset, encoding, true) +} + +Buffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) { + return bidirectionalIndexOf(this, val, byteOffset, encoding, false) +} + +function hexWrite (buf, string, offset, length) { + offset = Number(offset) || 0 + const remaining = buf.length - offset + if (!length) { + length = remaining + } else { + length = Number(length) + if (length > remaining) { + length = remaining + } + } + + const strLen = string.length + + if (length > strLen / 2) { + length = strLen / 2 + } + let i + for (i = 0; i < length; ++i) { + const parsed = parseInt(string.substr(i * 2, 2), 16) + if (numberIsNaN(parsed)) return i + buf[offset + i] = parsed + } + return i +} + +function utf8Write (buf, string, offset, length) { + return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length) +} + +function asciiWrite (buf, string, offset, length) { + return blitBuffer(asciiToBytes(string), buf, offset, length) +} + +function base64Write (buf, string, offset, length) { + return blitBuffer(base64ToBytes(string), buf, offset, length) +} + +function ucs2Write (buf, string, offset, length) { + return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length) +} + +Buffer.prototype.write = function write (string, offset, length, encoding) { + // Buffer#write(string) + if (offset === undefined) { + encoding = 'utf8' + length = this.length + offset = 0 + // Buffer#write(string, encoding) + } else if (length === undefined && typeof offset === 'string') { + encoding = offset + length = this.length + offset = 0 + // Buffer#write(string, offset[, length][, encoding]) + } else if (isFinite(offset)) { + offset = offset >>> 0 + if (isFinite(length)) { + length = length >>> 0 + if (encoding === undefined) encoding = 'utf8' + } else { + encoding = length + length = undefined + } + } else { + throw new Error( + 'Buffer.write(string, encoding, offset[, length]) is no longer supported' + ) + } + + const remaining = this.length - offset + if (length === undefined || length > remaining) length = remaining + + if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) { + throw new RangeError('Attempt to write outside buffer bounds') + } + + if (!encoding) encoding = 'utf8' + + let loweredCase = false + for (;;) { + switch (encoding) { + case 'hex': + return hexWrite(this, string, offset, length) + + case 'utf8': + case 'utf-8': + return utf8Write(this, string, offset, length) + + case 'ascii': + case 'latin1': + case 'binary': + return asciiWrite(this, string, offset, length) + + case 'base64': + // Warning: maxLength not taken into account in base64Write + return base64Write(this, string, offset, length) + + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return ucs2Write(this, string, offset, length) + + default: + if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding) + encoding = ('' + encoding).toLowerCase() + loweredCase = true + } + } +} + +Buffer.prototype.toJSON = function toJSON () { + return { + type: 'Buffer', + data: Array.prototype.slice.call(this._arr || this, 0) + } +} + +function base64Slice (buf, start, end) { + if (start === 0 && end === buf.length) { + return base64.fromByteArray(buf) + } else { + return base64.fromByteArray(buf.slice(start, end)) + } +} + +function utf8Slice (buf, start, end) { + end = Math.min(buf.length, end) + const res = [] + + let i = start + while (i < end) { + const firstByte = buf[i] + let codePoint = null + let bytesPerSequence = (firstByte > 0xEF) + ? 4 + : (firstByte > 0xDF) + ? 3 + : (firstByte > 0xBF) + ? 2 + : 1 + + if (i + bytesPerSequence <= end) { + let secondByte, thirdByte, fourthByte, tempCodePoint + + switch (bytesPerSequence) { + case 1: + if (firstByte < 0x80) { + codePoint = firstByte + } + break + case 2: + secondByte = buf[i + 1] + if ((secondByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F) + if (tempCodePoint > 0x7F) { + codePoint = tempCodePoint + } + } + break + case 3: + secondByte = buf[i + 1] + thirdByte = buf[i + 2] + if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F) + if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) { + codePoint = tempCodePoint + } + } + break + case 4: + secondByte = buf[i + 1] + thirdByte = buf[i + 2] + fourthByte = buf[i + 3] + if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F) + if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) { + codePoint = tempCodePoint + } + } + } + } + + if (codePoint === null) { + // we did not generate a valid codePoint so insert a + // replacement char (U+FFFD) and advance only 1 byte + codePoint = 0xFFFD + bytesPerSequence = 1 + } else if (codePoint > 0xFFFF) { + // encode to utf16 (surrogate pair dance) + codePoint -= 0x10000 + res.push(codePoint >>> 10 & 0x3FF | 0xD800) + codePoint = 0xDC00 | codePoint & 0x3FF + } + + res.push(codePoint) + i += bytesPerSequence + } + + return decodeCodePointsArray(res) +} + +// Based on http://stackoverflow.com/a/22747272/680742, the browser with +// the lowest limit is Chrome, with 0x10000 args. +// We go 1 magnitude less, for safety +const MAX_ARGUMENTS_LENGTH = 0x1000 + +function decodeCodePointsArray (codePoints) { + const len = codePoints.length + if (len <= MAX_ARGUMENTS_LENGTH) { + return String.fromCharCode.apply(String, codePoints) // avoid extra slice() + } + + // Decode in chunks to avoid "call stack size exceeded". + let res = '' + let i = 0 + while (i < len) { + res += String.fromCharCode.apply( + String, + codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH) + ) + } + return res +} + +function asciiSlice (buf, start, end) { + let ret = '' + end = Math.min(buf.length, end) + + for (let i = start; i < end; ++i) { + ret += String.fromCharCode(buf[i] & 0x7F) + } + return ret +} + +function latin1Slice (buf, start, end) { + let ret = '' + end = Math.min(buf.length, end) + + for (let i = start; i < end; ++i) { + ret += String.fromCharCode(buf[i]) + } + return ret +} + +function hexSlice (buf, start, end) { + const len = buf.length + + if (!start || start < 0) start = 0 + if (!end || end < 0 || end > len) end = len + + let out = '' + for (let i = start; i < end; ++i) { + out += hexSliceLookupTable[buf[i]] + } + return out +} + +function utf16leSlice (buf, start, end) { + const bytes = buf.slice(start, end) + let res = '' + // If bytes.length is odd, the last 8 bits must be ignored (same as node.js) + for (let i = 0; i < bytes.length - 1; i += 2) { + res += String.fromCharCode(bytes[i] + (bytes[i + 1] * 256)) + } + return res +} + +Buffer.prototype.slice = function slice (start, end) { + const len = this.length + start = ~~start + end = end === undefined ? len : ~~end + + if (start < 0) { + start += len + if (start < 0) start = 0 + } else if (start > len) { + start = len + } + + if (end < 0) { + end += len + if (end < 0) end = 0 + } else if (end > len) { + end = len + } + + if (end < start) end = start + + const newBuf = this.subarray(start, end) + // Return an augmented `Uint8Array` instance + Object.setPrototypeOf(newBuf, Buffer.prototype) + + return newBuf +} + +/* + * Need to make sure that buffer isn't trying to write out of bounds. + */ +function checkOffset (offset, ext, length) { + if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint') + if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length') +} + +Buffer.prototype.readUintLE = +Buffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) { + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) checkOffset(offset, byteLength, this.length) + + let val = this[offset] + let mul = 1 + let i = 0 + while (++i < byteLength && (mul *= 0x100)) { + val += this[offset + i] * mul + } + + return val +} + +Buffer.prototype.readUintBE = +Buffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) { + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) { + checkOffset(offset, byteLength, this.length) + } + + let val = this[offset + --byteLength] + let mul = 1 + while (byteLength > 0 && (mul *= 0x100)) { + val += this[offset + --byteLength] * mul + } + + return val +} + +Buffer.prototype.readUint8 = +Buffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 1, this.length) + return this[offset] +} + +Buffer.prototype.readUint16LE = +Buffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 2, this.length) + return this[offset] | (this[offset + 1] << 8) +} + +Buffer.prototype.readUint16BE = +Buffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 2, this.length) + return (this[offset] << 8) | this[offset + 1] +} + +Buffer.prototype.readUint32LE = +Buffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + + return ((this[offset]) | + (this[offset + 1] << 8) | + (this[offset + 2] << 16)) + + (this[offset + 3] * 0x1000000) +} + +Buffer.prototype.readUint32BE = +Buffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + + return (this[offset] * 0x1000000) + + ((this[offset + 1] << 16) | + (this[offset + 2] << 8) | + this[offset + 3]) +} + +Buffer.prototype.readBigUInt64LE = defineBigIntMethod(function readBigUInt64LE (offset) { + offset = offset >>> 0 + validateNumber(offset, 'offset') + const first = this[offset] + const last = this[offset + 7] + if (first === undefined || last === undefined) { + boundsError(offset, this.length - 8) + } + + const lo = first + + this[++offset] * 2 ** 8 + + this[++offset] * 2 ** 16 + + this[++offset] * 2 ** 24 + + const hi = this[++offset] + + this[++offset] * 2 ** 8 + + this[++offset] * 2 ** 16 + + last * 2 ** 24 + + return BigInt(lo) + (BigInt(hi) << BigInt(32)) +}) + +Buffer.prototype.readBigUInt64BE = defineBigIntMethod(function readBigUInt64BE (offset) { + offset = offset >>> 0 + validateNumber(offset, 'offset') + const first = this[offset] + const last = this[offset + 7] + if (first === undefined || last === undefined) { + boundsError(offset, this.length - 8) + } + + const hi = first * 2 ** 24 + + this[++offset] * 2 ** 16 + + this[++offset] * 2 ** 8 + + this[++offset] + + const lo = this[++offset] * 2 ** 24 + + this[++offset] * 2 ** 16 + + this[++offset] * 2 ** 8 + + last + + return (BigInt(hi) << BigInt(32)) + BigInt(lo) +}) + +Buffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) { + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) checkOffset(offset, byteLength, this.length) + + let val = this[offset] + let mul = 1 + let i = 0 + while (++i < byteLength && (mul *= 0x100)) { + val += this[offset + i] * mul + } + mul *= 0x80 + + if (val >= mul) val -= Math.pow(2, 8 * byteLength) + + return val +} + +Buffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) { + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) checkOffset(offset, byteLength, this.length) + + let i = byteLength + let mul = 1 + let val = this[offset + --i] + while (i > 0 && (mul *= 0x100)) { + val += this[offset + --i] * mul + } + mul *= 0x80 + + if (val >= mul) val -= Math.pow(2, 8 * byteLength) + + return val +} + +Buffer.prototype.readInt8 = function readInt8 (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 1, this.length) + if (!(this[offset] & 0x80)) return (this[offset]) + return ((0xff - this[offset] + 1) * -1) +} + +Buffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 2, this.length) + const val = this[offset] | (this[offset + 1] << 8) + return (val & 0x8000) ? val | 0xFFFF0000 : val +} + +Buffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 2, this.length) + const val = this[offset + 1] | (this[offset] << 8) + return (val & 0x8000) ? val | 0xFFFF0000 : val +} + +Buffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + + return (this[offset]) | + (this[offset + 1] << 8) | + (this[offset + 2] << 16) | + (this[offset + 3] << 24) +} + +Buffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + + return (this[offset] << 24) | + (this[offset + 1] << 16) | + (this[offset + 2] << 8) | + (this[offset + 3]) +} + +Buffer.prototype.readBigInt64LE = defineBigIntMethod(function readBigInt64LE (offset) { + offset = offset >>> 0 + validateNumber(offset, 'offset') + const first = this[offset] + const last = this[offset + 7] + if (first === undefined || last === undefined) { + boundsError(offset, this.length - 8) + } + + const val = this[offset + 4] + + this[offset + 5] * 2 ** 8 + + this[offset + 6] * 2 ** 16 + + (last << 24) // Overflow + + return (BigInt(val) << BigInt(32)) + + BigInt(first + + this[++offset] * 2 ** 8 + + this[++offset] * 2 ** 16 + + this[++offset] * 2 ** 24) +}) + +Buffer.prototype.readBigInt64BE = defineBigIntMethod(function readBigInt64BE (offset) { + offset = offset >>> 0 + validateNumber(offset, 'offset') + const first = this[offset] + const last = this[offset + 7] + if (first === undefined || last === undefined) { + boundsError(offset, this.length - 8) + } + + const val = (first << 24) + // Overflow + this[++offset] * 2 ** 16 + + this[++offset] * 2 ** 8 + + this[++offset] + + return (BigInt(val) << BigInt(32)) + + BigInt(this[++offset] * 2 ** 24 + + this[++offset] * 2 ** 16 + + this[++offset] * 2 ** 8 + + last) +}) + +Buffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + return ieee754.read(this, offset, true, 23, 4) +} + +Buffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + return ieee754.read(this, offset, false, 23, 4) +} + +Buffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 8, this.length) + return ieee754.read(this, offset, true, 52, 8) +} + +Buffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 8, this.length) + return ieee754.read(this, offset, false, 52, 8) +} + +function checkInt (buf, value, offset, ext, max, min) { + if (!Buffer.isBuffer(buf)) throw new TypeError('"buffer" argument must be a Buffer instance') + if (value > max || value < min) throw new RangeError('"value" argument is out of bounds') + if (offset + ext > buf.length) throw new RangeError('Index out of range') +} + +Buffer.prototype.writeUintLE = +Buffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) { + value = +value + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) { + const maxBytes = Math.pow(2, 8 * byteLength) - 1 + checkInt(this, value, offset, byteLength, maxBytes, 0) + } + + let mul = 1 + let i = 0 + this[offset] = value & 0xFF + while (++i < byteLength && (mul *= 0x100)) { + this[offset + i] = (value / mul) & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeUintBE = +Buffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) { + value = +value + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) { + const maxBytes = Math.pow(2, 8 * byteLength) - 1 + checkInt(this, value, offset, byteLength, maxBytes, 0) + } + + let i = byteLength - 1 + let mul = 1 + this[offset + i] = value & 0xFF + while (--i >= 0 && (mul *= 0x100)) { + this[offset + i] = (value / mul) & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeUint8 = +Buffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0) + this[offset] = (value & 0xff) + return offset + 1 +} + +Buffer.prototype.writeUint16LE = +Buffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0) + this[offset] = (value & 0xff) + this[offset + 1] = (value >>> 8) + return offset + 2 +} + +Buffer.prototype.writeUint16BE = +Buffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0) + this[offset] = (value >>> 8) + this[offset + 1] = (value & 0xff) + return offset + 2 +} + +Buffer.prototype.writeUint32LE = +Buffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0) + this[offset + 3] = (value >>> 24) + this[offset + 2] = (value >>> 16) + this[offset + 1] = (value >>> 8) + this[offset] = (value & 0xff) + return offset + 4 +} + +Buffer.prototype.writeUint32BE = +Buffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0) + this[offset] = (value >>> 24) + this[offset + 1] = (value >>> 16) + this[offset + 2] = (value >>> 8) + this[offset + 3] = (value & 0xff) + return offset + 4 +} + +function wrtBigUInt64LE (buf, value, offset, min, max) { + checkIntBI(value, min, max, buf, offset, 7) + + let lo = Number(value & BigInt(0xffffffff)) + buf[offset++] = lo + lo = lo >> 8 + buf[offset++] = lo + lo = lo >> 8 + buf[offset++] = lo + lo = lo >> 8 + buf[offset++] = lo + let hi = Number(value >> BigInt(32) & BigInt(0xffffffff)) + buf[offset++] = hi + hi = hi >> 8 + buf[offset++] = hi + hi = hi >> 8 + buf[offset++] = hi + hi = hi >> 8 + buf[offset++] = hi + return offset +} + +function wrtBigUInt64BE (buf, value, offset, min, max) { + checkIntBI(value, min, max, buf, offset, 7) + + let lo = Number(value & BigInt(0xffffffff)) + buf[offset + 7] = lo + lo = lo >> 8 + buf[offset + 6] = lo + lo = lo >> 8 + buf[offset + 5] = lo + lo = lo >> 8 + buf[offset + 4] = lo + let hi = Number(value >> BigInt(32) & BigInt(0xffffffff)) + buf[offset + 3] = hi + hi = hi >> 8 + buf[offset + 2] = hi + hi = hi >> 8 + buf[offset + 1] = hi + hi = hi >> 8 + buf[offset] = hi + return offset + 8 +} + +Buffer.prototype.writeBigUInt64LE = defineBigIntMethod(function writeBigUInt64LE (value, offset = 0) { + return wrtBigUInt64LE(this, value, offset, BigInt(0), BigInt('0xffffffffffffffff')) +}) + +Buffer.prototype.writeBigUInt64BE = defineBigIntMethod(function writeBigUInt64BE (value, offset = 0) { + return wrtBigUInt64BE(this, value, offset, BigInt(0), BigInt('0xffffffffffffffff')) +}) + +Buffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) { + const limit = Math.pow(2, (8 * byteLength) - 1) + + checkInt(this, value, offset, byteLength, limit - 1, -limit) + } + + let i = 0 + let mul = 1 + let sub = 0 + this[offset] = value & 0xFF + while (++i < byteLength && (mul *= 0x100)) { + if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) { + sub = 1 + } + this[offset + i] = ((value / mul) >> 0) - sub & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) { + const limit = Math.pow(2, (8 * byteLength) - 1) + + checkInt(this, value, offset, byteLength, limit - 1, -limit) + } + + let i = byteLength - 1 + let mul = 1 + let sub = 0 + this[offset + i] = value & 0xFF + while (--i >= 0 && (mul *= 0x100)) { + if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) { + sub = 1 + } + this[offset + i] = ((value / mul) >> 0) - sub & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80) + if (value < 0) value = 0xff + value + 1 + this[offset] = (value & 0xff) + return offset + 1 +} + +Buffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000) + this[offset] = (value & 0xff) + this[offset + 1] = (value >>> 8) + return offset + 2 +} + +Buffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000) + this[offset] = (value >>> 8) + this[offset + 1] = (value & 0xff) + return offset + 2 +} + +Buffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000) + this[offset] = (value & 0xff) + this[offset + 1] = (value >>> 8) + this[offset + 2] = (value >>> 16) + this[offset + 3] = (value >>> 24) + return offset + 4 +} + +Buffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000) + if (value < 0) value = 0xffffffff + value + 1 + this[offset] = (value >>> 24) + this[offset + 1] = (value >>> 16) + this[offset + 2] = (value >>> 8) + this[offset + 3] = (value & 0xff) + return offset + 4 +} + +Buffer.prototype.writeBigInt64LE = defineBigIntMethod(function writeBigInt64LE (value, offset = 0) { + return wrtBigUInt64LE(this, value, offset, -BigInt('0x8000000000000000'), BigInt('0x7fffffffffffffff')) +}) + +Buffer.prototype.writeBigInt64BE = defineBigIntMethod(function writeBigInt64BE (value, offset = 0) { + return wrtBigUInt64BE(this, value, offset, -BigInt('0x8000000000000000'), BigInt('0x7fffffffffffffff')) +}) + +function checkIEEE754 (buf, value, offset, ext, max, min) { + if (offset + ext > buf.length) throw new RangeError('Index out of range') + if (offset < 0) throw new RangeError('Index out of range') +} + +function writeFloat (buf, value, offset, littleEndian, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) { + checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38) + } + ieee754.write(buf, value, offset, littleEndian, 23, 4) + return offset + 4 +} + +Buffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) { + return writeFloat(this, value, offset, true, noAssert) +} + +Buffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) { + return writeFloat(this, value, offset, false, noAssert) +} + +function writeDouble (buf, value, offset, littleEndian, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) { + checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308) + } + ieee754.write(buf, value, offset, littleEndian, 52, 8) + return offset + 8 +} + +Buffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) { + return writeDouble(this, value, offset, true, noAssert) +} + +Buffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) { + return writeDouble(this, value, offset, false, noAssert) +} + +// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length) +Buffer.prototype.copy = function copy (target, targetStart, start, end) { + if (!Buffer.isBuffer(target)) throw new TypeError('argument should be a Buffer') + if (!start) start = 0 + if (!end && end !== 0) end = this.length + if (targetStart >= target.length) targetStart = target.length + if (!targetStart) targetStart = 0 + if (end > 0 && end < start) end = start + + // Copy 0 bytes; we're done + if (end === start) return 0 + if (target.length === 0 || this.length === 0) return 0 + + // Fatal error conditions + if (targetStart < 0) { + throw new RangeError('targetStart out of bounds') + } + if (start < 0 || start >= this.length) throw new RangeError('Index out of range') + if (end < 0) throw new RangeError('sourceEnd out of bounds') + + // Are we oob? + if (end > this.length) end = this.length + if (target.length - targetStart < end - start) { + end = target.length - targetStart + start + } + + const len = end - start + + if (this === target && typeof Uint8Array.prototype.copyWithin === 'function') { + // Use built-in when available, missing from IE11 + this.copyWithin(targetStart, start, end) + } else { + Uint8Array.prototype.set.call( + target, + this.subarray(start, end), + targetStart + ) + } + + return len +} + +// Usage: +// buffer.fill(number[, offset[, end]]) +// buffer.fill(buffer[, offset[, end]]) +// buffer.fill(string[, offset[, end]][, encoding]) +Buffer.prototype.fill = function fill (val, start, end, encoding) { + // Handle string cases: + if (typeof val === 'string') { + if (typeof start === 'string') { + encoding = start + start = 0 + end = this.length + } else if (typeof end === 'string') { + encoding = end + end = this.length + } + if (encoding !== undefined && typeof encoding !== 'string') { + throw new TypeError('encoding must be a string') + } + if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) { + throw new TypeError('Unknown encoding: ' + encoding) + } + if (val.length === 1) { + const code = val.charCodeAt(0) + if ((encoding === 'utf8' && code < 128) || + encoding === 'latin1') { + // Fast path: If `val` fits into a single byte, use that numeric value. + val = code + } + } + } else if (typeof val === 'number') { + val = val & 255 + } else if (typeof val === 'boolean') { + val = Number(val) + } + + // Invalid ranges are not set to a default, so can range check early. + if (start < 0 || this.length < start || this.length < end) { + throw new RangeError('Out of range index') + } + + if (end <= start) { + return this + } + + start = start >>> 0 + end = end === undefined ? this.length : end >>> 0 + + if (!val) val = 0 + + let i + if (typeof val === 'number') { + for (i = start; i < end; ++i) { + this[i] = val + } + } else { + const bytes = Buffer.isBuffer(val) + ? val + : Buffer.from(val, encoding) + const len = bytes.length + if (len === 0) { + throw new TypeError('The value "' + val + + '" is invalid for argument "value"') + } + for (i = 0; i < end - start; ++i) { + this[i + start] = bytes[i % len] + } + } + + return this +} + +// CUSTOM ERRORS +// ============= + +// Simplified versions from Node, changed for Buffer-only usage +const errors = {} +function E (sym, getMessage, Base) { + errors[sym] = class NodeError extends Base { + constructor () { + super() + + Object.defineProperty(this, 'message', { + value: getMessage.apply(this, arguments), + writable: true, + configurable: true + }) + + // Add the error code to the name to include it in the stack trace. + this.name = `${this.name} [${sym}]` + // Access the stack to generate the error message including the error code + // from the name. + this.stack // eslint-disable-line no-unused-expressions + // Reset the name to the actual name. + delete this.name + } + + get code () { + return sym + } + + set code (value) { + Object.defineProperty(this, 'code', { + configurable: true, + enumerable: true, + value, + writable: true + }) + } + + toString () { + return `${this.name} [${sym}]: ${this.message}` + } + } +} + +E('ERR_BUFFER_OUT_OF_BOUNDS', + function (name) { + if (name) { + return `${name} is outside of buffer bounds` + } + + return 'Attempt to access memory outside buffer bounds' + }, RangeError) +E('ERR_INVALID_ARG_TYPE', + function (name, actual) { + return `The "${name}" argument must be of type number. Received type ${typeof actual}` + }, TypeError) +E('ERR_OUT_OF_RANGE', + function (str, range, input) { + let msg = `The value of "${str}" is out of range.` + let received = input + if (Number.isInteger(input) && Math.abs(input) > 2 ** 32) { + received = addNumericalSeparator(String(input)) + } else if (typeof input === 'bigint') { + received = String(input) + if (input > BigInt(2) ** BigInt(32) || input < -(BigInt(2) ** BigInt(32))) { + received = addNumericalSeparator(received) + } + received += 'n' + } + msg += ` It must be ${range}. Received ${received}` + return msg + }, RangeError) + +function addNumericalSeparator (val) { + let res = '' + let i = val.length + const start = val[0] === '-' ? 1 : 0 + for (; i >= start + 4; i -= 3) { + res = `_${val.slice(i - 3, i)}${res}` + } + return `${val.slice(0, i)}${res}` +} + +// CHECK FUNCTIONS +// =============== + +function checkBounds (buf, offset, byteLength) { + validateNumber(offset, 'offset') + if (buf[offset] === undefined || buf[offset + byteLength] === undefined) { + boundsError(offset, buf.length - (byteLength + 1)) + } +} + +function checkIntBI (value, min, max, buf, offset, byteLength) { + if (value > max || value < min) { + const n = typeof min === 'bigint' ? 'n' : '' + let range + if (byteLength > 3) { + if (min === 0 || min === BigInt(0)) { + range = `>= 0${n} and < 2${n} ** ${(byteLength + 1) * 8}${n}` + } else { + range = `>= -(2${n} ** ${(byteLength + 1) * 8 - 1}${n}) and < 2 ** ` + + `${(byteLength + 1) * 8 - 1}${n}` + } + } else { + range = `>= ${min}${n} and <= ${max}${n}` + } + throw new errors.ERR_OUT_OF_RANGE('value', range, value) + } + checkBounds(buf, offset, byteLength) +} + +function validateNumber (value, name) { + if (typeof value !== 'number') { + throw new errors.ERR_INVALID_ARG_TYPE(name, 'number', value) + } +} + +function boundsError (value, length, type) { + if (Math.floor(value) !== value) { + validateNumber(value, type) + throw new errors.ERR_OUT_OF_RANGE(type || 'offset', 'an integer', value) + } + + if (length < 0) { + throw new errors.ERR_BUFFER_OUT_OF_BOUNDS() + } + + throw new errors.ERR_OUT_OF_RANGE(type || 'offset', + `>= ${type ? 1 : 0} and <= ${length}`, + value) +} + +// HELPER FUNCTIONS +// ================ + +const INVALID_BASE64_RE = /[^+/0-9A-Za-z-_]/g + +function base64clean (str) { + // Node takes equal signs as end of the Base64 encoding + str = str.split('=')[0] + // Node strips out invalid characters like \n and \t from the string, base64-js does not + str = str.trim().replace(INVALID_BASE64_RE, '') + // Node converts strings with length < 2 to '' + if (str.length < 2) return '' + // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not + while (str.length % 4 !== 0) { + str = str + '=' + } + return str +} + +function utf8ToBytes (string, units) { + units = units || Infinity + let codePoint + const length = string.length + let leadSurrogate = null + const bytes = [] + + for (let i = 0; i < length; ++i) { + codePoint = string.charCodeAt(i) + + // is surrogate component + if (codePoint > 0xD7FF && codePoint < 0xE000) { + // last char was a lead + if (!leadSurrogate) { + // no lead yet + if (codePoint > 0xDBFF) { + // unexpected trail + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) + continue + } else if (i + 1 === length) { + // unpaired lead + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) + continue + } + + // valid lead + leadSurrogate = codePoint + + continue + } + + // 2 leads in a row + if (codePoint < 0xDC00) { + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) + leadSurrogate = codePoint + continue + } + + // valid surrogate pair + codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000 + } else if (leadSurrogate) { + // valid bmp char, but last char was a lead + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) + } + + leadSurrogate = null + + // encode utf8 + if (codePoint < 0x80) { + if ((units -= 1) < 0) break + bytes.push(codePoint) + } else if (codePoint < 0x800) { + if ((units -= 2) < 0) break + bytes.push( + codePoint >> 0x6 | 0xC0, + codePoint & 0x3F | 0x80 + ) + } else if (codePoint < 0x10000) { + if ((units -= 3) < 0) break + bytes.push( + codePoint >> 0xC | 0xE0, + codePoint >> 0x6 & 0x3F | 0x80, + codePoint & 0x3F | 0x80 + ) + } else if (codePoint < 0x110000) { + if ((units -= 4) < 0) break + bytes.push( + codePoint >> 0x12 | 0xF0, + codePoint >> 0xC & 0x3F | 0x80, + codePoint >> 0x6 & 0x3F | 0x80, + codePoint & 0x3F | 0x80 + ) + } else { + throw new Error('Invalid code point') + } + } + + return bytes +} + +function asciiToBytes (str) { + const byteArray = [] + for (let i = 0; i < str.length; ++i) { + // Node's code seems to be doing this and not & 0x7F.. + byteArray.push(str.charCodeAt(i) & 0xFF) + } + return byteArray +} + +function utf16leToBytes (str, units) { + let c, hi, lo + const byteArray = [] + for (let i = 0; i < str.length; ++i) { + if ((units -= 2) < 0) break + + c = str.charCodeAt(i) + hi = c >> 8 + lo = c % 256 + byteArray.push(lo) + byteArray.push(hi) + } + + return byteArray +} + +function base64ToBytes (str) { + return base64.toByteArray(base64clean(str)) +} + +function blitBuffer (src, dst, offset, length) { + let i + for (i = 0; i < length; ++i) { + if ((i + offset >= dst.length) || (i >= src.length)) break + dst[i + offset] = src[i] + } + return i +} + +// ArrayBuffer or Uint8Array objects from other contexts (i.e. iframes) do not pass +// the `instanceof` check but they should be treated as of that type. +// See: https://github.com/feross/buffer/issues/166 +function isInstance (obj, type) { + return obj instanceof type || + (obj != null && obj.constructor != null && obj.constructor.name != null && + obj.constructor.name === type.name) +} +function numberIsNaN (obj) { + // For IE11 support + return obj !== obj // eslint-disable-line no-self-compare +} + +// Create lookup table for `toString('hex')` +// See: https://github.com/feross/buffer/issues/219 +const hexSliceLookupTable = (function () { + const alphabet = '0123456789abcdef' + const table = new Array(256) + for (let i = 0; i < 16; ++i) { + const i16 = i * 16 + for (let j = 0; j < 16; ++j) { + table[i16 + j] = alphabet[i] + alphabet[j] + } + } + return table +})() + +// Return not function with Error if BigInt not supported +function defineBigIntMethod (fn) { + return typeof BigInt === 'undefined' ? BufferBigIntNotDefined : fn +} + +function BufferBigIntNotDefined () { + throw new Error('BigInt not supported') +} diff --git a/node_modules/buffer/package.json b/node_modules/buffer/package.json new file mode 100644 index 0000000..ca1ad9a --- /dev/null +++ b/node_modules/buffer/package.json @@ -0,0 +1,93 @@ +{ + "name": "buffer", + "description": "Node.js Buffer API, for the browser", + "version": "6.0.3", + "author": { + "name": "Feross Aboukhadijeh", + "email": "feross@feross.org", + "url": "https://feross.org" + }, + "bugs": { + "url": "https://github.com/feross/buffer/issues" + }, + "contributors": [ + "Romain Beauxis ", + "James Halliday " + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + }, + "devDependencies": { + "airtap": "^3.0.0", + "benchmark": "^2.1.4", + "browserify": "^17.0.0", + "concat-stream": "^2.0.0", + "hyperquest": "^2.1.3", + "is-buffer": "^2.0.5", + "is-nan": "^1.3.0", + "split": "^1.0.1", + "standard": "*", + "tape": "^5.0.1", + "through2": "^4.0.2", + "uglify-js": "^3.11.5" + }, + "homepage": "https://github.com/feross/buffer", + "jspm": { + "map": { + "./index.js": { + "node": "@node/buffer" + } + } + }, + "keywords": [ + "arraybuffer", + "browser", + "browserify", + "buffer", + "compatible", + "dataview", + "uint8array" + ], + "license": "MIT", + "main": "index.js", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "git://github.com/feross/buffer.git" + }, + "scripts": { + "perf": "browserify --debug perf/bracket-notation.js > perf/bundle.js && open perf/index.html", + "perf-node": "node perf/bracket-notation.js && node perf/concat.js && node perf/copy-big.js && node perf/copy.js && node perf/new-big.js && node perf/new.js && node perf/readDoubleBE.js && node perf/readFloatBE.js && node perf/readUInt32LE.js && node perf/slice.js && node perf/writeFloatBE.js", + "size": "browserify -r ./ | uglifyjs -c -m | gzip | wc -c", + "test": "standard && node ./bin/test.js", + "test-browser-old": "airtap -- test/*.js", + "test-browser-old-local": "airtap --local -- test/*.js", + "test-browser-new": "airtap -- test/*.js test/node/*.js", + "test-browser-new-local": "airtap --local -- test/*.js test/node/*.js", + "test-node": "tape test/*.js test/node/*.js", + "update-authors": "./bin/update-authors.sh" + }, + "standard": { + "ignore": [ + "test/node/**/*.js", + "test/common.js", + "test/_polyfill.js", + "perf/**/*.js" + ] + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] +} diff --git a/node_modules/bytes/History.md b/node_modules/bytes/History.md new file mode 100644 index 0000000..d60ce0e --- /dev/null +++ b/node_modules/bytes/History.md @@ -0,0 +1,97 @@ +3.1.2 / 2022-01-27 +================== + + * Fix return value for un-parsable strings + +3.1.1 / 2021-11-15 +================== + + * Fix "thousandsSeparator" incorrecting formatting fractional part + +3.1.0 / 2019-01-22 +================== + + * Add petabyte (`pb`) support + +3.0.0 / 2017-08-31 +================== + + * Change "kB" to "KB" in format output + * Remove support for Node.js 0.6 + * Remove support for ComponentJS + +2.5.0 / 2017-03-24 +================== + + * Add option "unit" + +2.4.0 / 2016-06-01 +================== + + * Add option "unitSeparator" + +2.3.0 / 2016-02-15 +================== + + * Drop partial bytes on all parsed units + * Fix non-finite numbers to `.format` to return `null` + * Fix parsing byte string that looks like hex + * perf: hoist regular expressions + +2.2.0 / 2015-11-13 +================== + + * add option "decimalPlaces" + * add option "fixedDecimals" + +2.1.0 / 2015-05-21 +================== + + * add `.format` export + * add `.parse` export + +2.0.2 / 2015-05-20 +================== + + * remove map recreation + * remove unnecessary object construction + +2.0.1 / 2015-05-07 +================== + + * fix browserify require + * remove node.extend dependency + +2.0.0 / 2015-04-12 +================== + + * add option "case" + * add option "thousandsSeparator" + * return "null" on invalid parse input + * support proper round-trip: bytes(bytes(num)) === num + * units no longer case sensitive when parsing + +1.0.0 / 2014-05-05 +================== + + * add negative support. fixes #6 + +0.3.0 / 2014-03-19 +================== + + * added terabyte support + +0.2.1 / 2013-04-01 +================== + + * add .component + +0.2.0 / 2012-10-28 +================== + + * bytes(200).should.eql('200b') + +0.1.0 / 2012-07-04 +================== + + * add bytes to string conversion [yields] diff --git a/node_modules/bytes/LICENSE b/node_modules/bytes/LICENSE new file mode 100644 index 0000000..63e95a9 --- /dev/null +++ b/node_modules/bytes/LICENSE @@ -0,0 +1,23 @@ +(The MIT License) + +Copyright (c) 2012-2014 TJ Holowaychuk +Copyright (c) 2015 Jed Watson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/bytes/Readme.md b/node_modules/bytes/Readme.md new file mode 100644 index 0000000..5790e23 --- /dev/null +++ b/node_modules/bytes/Readme.md @@ -0,0 +1,152 @@ +# Bytes utility + +[![NPM Version][npm-image]][npm-url] +[![NPM Downloads][downloads-image]][downloads-url] +[![Build Status][ci-image]][ci-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +Utility to parse a string bytes (ex: `1TB`) to bytes (`1099511627776`) and vice-versa. + +## Installation + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```bash +$ npm install bytes +``` + +## Usage + +```js +var bytes = require('bytes'); +``` + +#### bytes(number|string value, [options]): number|string|null + +Default export function. Delegates to either `bytes.format` or `bytes.parse` based on the type of `value`. + +**Arguments** + +| Name | Type | Description | +|---------|----------|--------------------| +| value | `number`|`string` | Number value to format or string value to parse | +| options | `Object` | Conversion options for `format` | + +**Returns** + +| Name | Type | Description | +|---------|------------------|-------------------------------------------------| +| results | `string`|`number`|`null` | Return null upon error. Numeric value in bytes, or string value otherwise. | + +**Example** + +```js +bytes(1024); +// output: '1KB' + +bytes('1KB'); +// output: 1024 +``` + +#### bytes.format(number value, [options]): string|null + +Format the given value in bytes into a string. If the value is negative, it is kept as such. If it is a float, it is + rounded. + +**Arguments** + +| Name | Type | Description | +|---------|----------|--------------------| +| value | `number` | Value in bytes | +| options | `Object` | Conversion options | + +**Options** + +| Property | Type | Description | +|-------------------|--------|-----------------------------------------------------------------------------------------| +| decimalPlaces | `number`|`null` | Maximum number of decimal places to include in output. Default value to `2`. | +| fixedDecimals | `boolean`|`null` | Whether to always display the maximum number of decimal places. Default value to `false` | +| thousandsSeparator | `string`|`null` | Example of values: `' '`, `','` and `'.'`... Default value to `''`. | +| unit | `string`|`null` | The unit in which the result will be returned (B/KB/MB/GB/TB). Default value to `''` (which means auto detect). | +| unitSeparator | `string`|`null` | Separator to use between number and unit. Default value to `''`. | + +**Returns** + +| Name | Type | Description | +|---------|------------------|-------------------------------------------------| +| results | `string`|`null` | Return null upon error. String value otherwise. | + +**Example** + +```js +bytes.format(1024); +// output: '1KB' + +bytes.format(1000); +// output: '1000B' + +bytes.format(1000, {thousandsSeparator: ' '}); +// output: '1 000B' + +bytes.format(1024 * 1.7, {decimalPlaces: 0}); +// output: '2KB' + +bytes.format(1024, {unitSeparator: ' '}); +// output: '1 KB' +``` + +#### bytes.parse(string|number value): number|null + +Parse the string value into an integer in bytes. If no unit is given, or `value` +is a number, it is assumed the value is in bytes. + +Supported units and abbreviations are as follows and are case-insensitive: + + * `b` for bytes + * `kb` for kilobytes + * `mb` for megabytes + * `gb` for gigabytes + * `tb` for terabytes + * `pb` for petabytes + +The units are in powers of two, not ten. This means 1kb = 1024b according to this parser. + +**Arguments** + +| Name | Type | Description | +|---------------|--------|--------------------| +| value | `string`|`number` | String to parse, or number in bytes. | + +**Returns** + +| Name | Type | Description | +|---------|-------------|-------------------------| +| results | `number`|`null` | Return null upon error. Value in bytes otherwise. | + +**Example** + +```js +bytes.parse('1KB'); +// output: 1024 + +bytes.parse('1024'); +// output: 1024 + +bytes.parse(1024); +// output: 1024 +``` + +## License + +[MIT](LICENSE) + +[ci-image]: https://badgen.net/github/checks/visionmedia/bytes.js/master?label=ci +[ci-url]: https://github.com/visionmedia/bytes.js/actions?query=workflow%3Aci +[coveralls-image]: https://badgen.net/coveralls/c/github/visionmedia/bytes.js/master +[coveralls-url]: https://coveralls.io/r/visionmedia/bytes.js?branch=master +[downloads-image]: https://badgen.net/npm/dm/bytes +[downloads-url]: https://npmjs.org/package/bytes +[npm-image]: https://badgen.net/npm/v/bytes +[npm-url]: https://npmjs.org/package/bytes diff --git a/node_modules/bytes/index.js b/node_modules/bytes/index.js new file mode 100644 index 0000000..6f2d0f8 --- /dev/null +++ b/node_modules/bytes/index.js @@ -0,0 +1,170 @@ +/*! + * bytes + * Copyright(c) 2012-2014 TJ Holowaychuk + * Copyright(c) 2015 Jed Watson + * MIT Licensed + */ + +'use strict'; + +/** + * Module exports. + * @public + */ + +module.exports = bytes; +module.exports.format = format; +module.exports.parse = parse; + +/** + * Module variables. + * @private + */ + +var formatThousandsRegExp = /\B(?=(\d{3})+(?!\d))/g; + +var formatDecimalsRegExp = /(?:\.0*|(\.[^0]+)0+)$/; + +var map = { + b: 1, + kb: 1 << 10, + mb: 1 << 20, + gb: 1 << 30, + tb: Math.pow(1024, 4), + pb: Math.pow(1024, 5), +}; + +var parseRegExp = /^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb|pb)$/i; + +/** + * Convert the given value in bytes into a string or parse to string to an integer in bytes. + * + * @param {string|number} value + * @param {{ + * case: [string], + * decimalPlaces: [number] + * fixedDecimals: [boolean] + * thousandsSeparator: [string] + * unitSeparator: [string] + * }} [options] bytes options. + * + * @returns {string|number|null} + */ + +function bytes(value, options) { + if (typeof value === 'string') { + return parse(value); + } + + if (typeof value === 'number') { + return format(value, options); + } + + return null; +} + +/** + * Format the given value in bytes into a string. + * + * If the value is negative, it is kept as such. If it is a float, + * it is rounded. + * + * @param {number} value + * @param {object} [options] + * @param {number} [options.decimalPlaces=2] + * @param {number} [options.fixedDecimals=false] + * @param {string} [options.thousandsSeparator=] + * @param {string} [options.unit=] + * @param {string} [options.unitSeparator=] + * + * @returns {string|null} + * @public + */ + +function format(value, options) { + if (!Number.isFinite(value)) { + return null; + } + + var mag = Math.abs(value); + var thousandsSeparator = (options && options.thousandsSeparator) || ''; + var unitSeparator = (options && options.unitSeparator) || ''; + var decimalPlaces = (options && options.decimalPlaces !== undefined) ? options.decimalPlaces : 2; + var fixedDecimals = Boolean(options && options.fixedDecimals); + var unit = (options && options.unit) || ''; + + if (!unit || !map[unit.toLowerCase()]) { + if (mag >= map.pb) { + unit = 'PB'; + } else if (mag >= map.tb) { + unit = 'TB'; + } else if (mag >= map.gb) { + unit = 'GB'; + } else if (mag >= map.mb) { + unit = 'MB'; + } else if (mag >= map.kb) { + unit = 'KB'; + } else { + unit = 'B'; + } + } + + var val = value / map[unit.toLowerCase()]; + var str = val.toFixed(decimalPlaces); + + if (!fixedDecimals) { + str = str.replace(formatDecimalsRegExp, '$1'); + } + + if (thousandsSeparator) { + str = str.split('.').map(function (s, i) { + return i === 0 + ? s.replace(formatThousandsRegExp, thousandsSeparator) + : s + }).join('.'); + } + + return str + unitSeparator + unit; +} + +/** + * Parse the string value into an integer in bytes. + * + * If no unit is given, it is assumed the value is in bytes. + * + * @param {number|string} val + * + * @returns {number|null} + * @public + */ + +function parse(val) { + if (typeof val === 'number' && !isNaN(val)) { + return val; + } + + if (typeof val !== 'string') { + return null; + } + + // Test if the string passed is valid + var results = parseRegExp.exec(val); + var floatValue; + var unit = 'b'; + + if (!results) { + // Nothing could be extracted from the given string + floatValue = parseInt(val, 10); + unit = 'b' + } else { + // Retrieve the value and the unit + floatValue = parseFloat(results[1]); + unit = results[4].toLowerCase(); + } + + if (isNaN(floatValue)) { + return null; + } + + return Math.floor(map[unit] * floatValue); +} diff --git a/node_modules/bytes/package.json b/node_modules/bytes/package.json new file mode 100644 index 0000000..f2b6a8b --- /dev/null +++ b/node_modules/bytes/package.json @@ -0,0 +1,42 @@ +{ + "name": "bytes", + "description": "Utility to parse a string bytes to bytes and vice-versa", + "version": "3.1.2", + "author": "TJ Holowaychuk (http://tjholowaychuk.com)", + "contributors": [ + "Jed Watson ", + "Théo FIDRY " + ], + "license": "MIT", + "keywords": [ + "byte", + "bytes", + "utility", + "parse", + "parser", + "convert", + "converter" + ], + "repository": "visionmedia/bytes.js", + "devDependencies": { + "eslint": "7.32.0", + "eslint-plugin-markdown": "2.2.1", + "mocha": "9.2.0", + "nyc": "15.1.0" + }, + "files": [ + "History.md", + "LICENSE", + "Readme.md", + "index.js" + ], + "engines": { + "node": ">= 0.8" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --check-leaks --reporter spec", + "test-ci": "nyc --reporter=lcov --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test" + } +} diff --git a/node_modules/call-bind-apply-helpers/.eslintrc b/node_modules/call-bind-apply-helpers/.eslintrc new file mode 100644 index 0000000..201e859 --- /dev/null +++ b/node_modules/call-bind-apply-helpers/.eslintrc @@ -0,0 +1,17 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "func-name-matching": 0, + "id-length": 0, + "new-cap": [2, { + "capIsNewExceptions": [ + "GetIntrinsic", + ], + }], + "no-extra-parens": 0, + "no-magic-numbers": 0, + }, +} diff --git a/node_modules/call-bind-apply-helpers/.github/FUNDING.yml b/node_modules/call-bind-apply-helpers/.github/FUNDING.yml new file mode 100644 index 0000000..0011e9d --- /dev/null +++ b/node_modules/call-bind-apply-helpers/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: [ljharb] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: npm/call-bind-apply-helpers +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/node_modules/call-bind-apply-helpers/.nycrc b/node_modules/call-bind-apply-helpers/.nycrc new file mode 100644 index 0000000..bdd626c --- /dev/null +++ b/node_modules/call-bind-apply-helpers/.nycrc @@ -0,0 +1,9 @@ +{ + "all": true, + "check-coverage": false, + "reporter": ["text-summary", "text", "html", "json"], + "exclude": [ + "coverage", + "test" + ] +} diff --git a/node_modules/call-bind-apply-helpers/CHANGELOG.md b/node_modules/call-bind-apply-helpers/CHANGELOG.md new file mode 100644 index 0000000..2484942 --- /dev/null +++ b/node_modules/call-bind-apply-helpers/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [v1.0.2](https://github.com/ljharb/call-bind-apply-helpers/compare/v1.0.1...v1.0.2) - 2025-02-12 + +### Commits + +- [types] improve inferred types [`e6f9586`](https://github.com/ljharb/call-bind-apply-helpers/commit/e6f95860a3c72879cb861a858cdfb8138fbedec1) +- [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/tsconfig`, `@types/tape`, `es-value-fixtures`, `for-each`, `has-strict-mode`, `object-inspect` [`e43d540`](https://github.com/ljharb/call-bind-apply-helpers/commit/e43d5409f97543bfbb11f345d47d8ce4e066d8c1) + +## [v1.0.1](https://github.com/ljharb/call-bind-apply-helpers/compare/v1.0.0...v1.0.1) - 2024-12-08 + +### Commits + +- [types] `reflectApply`: fix types [`4efc396`](https://github.com/ljharb/call-bind-apply-helpers/commit/4efc3965351a4f02cc55e836fa391d3d11ef2ef8) +- [Fix] `reflectApply`: oops, Reflect is not a function [`83cc739`](https://github.com/ljharb/call-bind-apply-helpers/commit/83cc7395de6b79b7730bdf092f1436f0b1263c75) +- [Dev Deps] update `@arethetypeswrong/cli` [`80bd5d3`](https://github.com/ljharb/call-bind-apply-helpers/commit/80bd5d3ae58b4f6b6995ce439dd5a1bcb178a940) + +## v1.0.0 - 2024-12-05 + +### Commits + +- Initial implementation, tests, readme [`7879629`](https://github.com/ljharb/call-bind-apply-helpers/commit/78796290f9b7430c9934d6f33d94ae9bc89fce04) +- Initial commit [`3f1dc16`](https://github.com/ljharb/call-bind-apply-helpers/commit/3f1dc164afc43285631b114a5f9dd9137b2b952f) +- npm init [`081df04`](https://github.com/ljharb/call-bind-apply-helpers/commit/081df048c312fcee400922026f6e97281200a603) +- Only apps should have lockfiles [`5b9ca0f`](https://github.com/ljharb/call-bind-apply-helpers/commit/5b9ca0fe8101ebfaf309c549caac4e0a017ed930) diff --git a/node_modules/call-bind-apply-helpers/LICENSE b/node_modules/call-bind-apply-helpers/LICENSE new file mode 100644 index 0000000..f82f389 --- /dev/null +++ b/node_modules/call-bind-apply-helpers/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/call-bind-apply-helpers/README.md b/node_modules/call-bind-apply-helpers/README.md new file mode 100644 index 0000000..8fc0dae --- /dev/null +++ b/node_modules/call-bind-apply-helpers/README.md @@ -0,0 +1,62 @@ +# call-bind-apply-helpers [![Version Badge][npm-version-svg]][package-url] + +[![github actions][actions-image]][actions-url] +[![coverage][codecov-image]][codecov-url] +[![dependency status][deps-svg]][deps-url] +[![dev dependency status][dev-deps-svg]][dev-deps-url] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][npm-badge-png]][package-url] + +Helper functions around Function call/apply/bind, for use in `call-bind`. + +The only packages that should likely ever use this package directly are `call-bind` and `get-intrinsic`. +Please use `call-bind` unless you have a very good reason not to. + +## Getting started + +```sh +npm install --save call-bind-apply-helpers +``` + +## Usage/Examples + +```js +const assert = require('assert'); +const callBindBasic = require('call-bind-apply-helpers'); + +function f(a, b) { + assert.equal(this, 1); + assert.equal(a, 2); + assert.equal(b, 3); + assert.equal(arguments.length, 2); +} + +const fBound = callBindBasic([f, 1]); + +delete Function.prototype.call; +delete Function.prototype.bind; + +fBound(2, 3); +``` + +## Tests + +Clone the repo, `npm install`, and run `npm test` + +[package-url]: https://npmjs.org/package/call-bind-apply-helpers +[npm-version-svg]: https://versionbadg.es/ljharb/call-bind-apply-helpers.svg +[deps-svg]: https://david-dm.org/ljharb/call-bind-apply-helpers.svg +[deps-url]: https://david-dm.org/ljharb/call-bind-apply-helpers +[dev-deps-svg]: https://david-dm.org/ljharb/call-bind-apply-helpers/dev-status.svg +[dev-deps-url]: https://david-dm.org/ljharb/call-bind-apply-helpers#info=devDependencies +[npm-badge-png]: https://nodei.co/npm/call-bind-apply-helpers.png?downloads=true&stars=true +[license-image]: https://img.shields.io/npm/l/call-bind-apply-helpers.svg +[license-url]: LICENSE +[downloads-image]: https://img.shields.io/npm/dm/call-bind-apply-helpers.svg +[downloads-url]: https://npm-stat.com/charts.html?package=call-bind-apply-helpers +[codecov-image]: https://codecov.io/gh/ljharb/call-bind-apply-helpers/branch/main/graphs/badge.svg +[codecov-url]: https://app.codecov.io/gh/ljharb/call-bind-apply-helpers/ +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/call-bind-apply-helpers +[actions-url]: https://github.com/ljharb/call-bind-apply-helpers/actions diff --git a/node_modules/call-bind-apply-helpers/actualApply.d.ts b/node_modules/call-bind-apply-helpers/actualApply.d.ts new file mode 100644 index 0000000..b87286a --- /dev/null +++ b/node_modules/call-bind-apply-helpers/actualApply.d.ts @@ -0,0 +1 @@ +export = Reflect.apply; \ No newline at end of file diff --git a/node_modules/call-bind-apply-helpers/actualApply.js b/node_modules/call-bind-apply-helpers/actualApply.js new file mode 100644 index 0000000..ffa5135 --- /dev/null +++ b/node_modules/call-bind-apply-helpers/actualApply.js @@ -0,0 +1,10 @@ +'use strict'; + +var bind = require('function-bind'); + +var $apply = require('./functionApply'); +var $call = require('./functionCall'); +var $reflectApply = require('./reflectApply'); + +/** @type {import('./actualApply')} */ +module.exports = $reflectApply || bind.call($call, $apply); diff --git a/node_modules/call-bind-apply-helpers/applyBind.d.ts b/node_modules/call-bind-apply-helpers/applyBind.d.ts new file mode 100644 index 0000000..d176c1a --- /dev/null +++ b/node_modules/call-bind-apply-helpers/applyBind.d.ts @@ -0,0 +1,19 @@ +import actualApply from './actualApply'; + +type TupleSplitHead = T['length'] extends N + ? T + : T extends [...infer R, any] + ? TupleSplitHead + : never + +type TupleSplitTail = O['length'] extends N + ? T + : T extends [infer F, ...infer R] + ? TupleSplitTail<[...R], N, [...O, F]> + : never + +type TupleSplit = [TupleSplitHead, TupleSplitTail] + +declare function applyBind(...args: TupleSplit, 2>[1]): ReturnType; + +export = applyBind; \ No newline at end of file diff --git a/node_modules/call-bind-apply-helpers/applyBind.js b/node_modules/call-bind-apply-helpers/applyBind.js new file mode 100644 index 0000000..d2b7723 --- /dev/null +++ b/node_modules/call-bind-apply-helpers/applyBind.js @@ -0,0 +1,10 @@ +'use strict'; + +var bind = require('function-bind'); +var $apply = require('./functionApply'); +var actualApply = require('./actualApply'); + +/** @type {import('./applyBind')} */ +module.exports = function applyBind() { + return actualApply(bind, $apply, arguments); +}; diff --git a/node_modules/call-bind-apply-helpers/functionApply.d.ts b/node_modules/call-bind-apply-helpers/functionApply.d.ts new file mode 100644 index 0000000..1f6e11b --- /dev/null +++ b/node_modules/call-bind-apply-helpers/functionApply.d.ts @@ -0,0 +1 @@ +export = Function.prototype.apply; \ No newline at end of file diff --git a/node_modules/call-bind-apply-helpers/functionApply.js b/node_modules/call-bind-apply-helpers/functionApply.js new file mode 100644 index 0000000..c71df9c --- /dev/null +++ b/node_modules/call-bind-apply-helpers/functionApply.js @@ -0,0 +1,4 @@ +'use strict'; + +/** @type {import('./functionApply')} */ +module.exports = Function.prototype.apply; diff --git a/node_modules/call-bind-apply-helpers/functionCall.d.ts b/node_modules/call-bind-apply-helpers/functionCall.d.ts new file mode 100644 index 0000000..15e93df --- /dev/null +++ b/node_modules/call-bind-apply-helpers/functionCall.d.ts @@ -0,0 +1 @@ +export = Function.prototype.call; \ No newline at end of file diff --git a/node_modules/call-bind-apply-helpers/functionCall.js b/node_modules/call-bind-apply-helpers/functionCall.js new file mode 100644 index 0000000..7a8d873 --- /dev/null +++ b/node_modules/call-bind-apply-helpers/functionCall.js @@ -0,0 +1,4 @@ +'use strict'; + +/** @type {import('./functionCall')} */ +module.exports = Function.prototype.call; diff --git a/node_modules/call-bind-apply-helpers/index.d.ts b/node_modules/call-bind-apply-helpers/index.d.ts new file mode 100644 index 0000000..541516b --- /dev/null +++ b/node_modules/call-bind-apply-helpers/index.d.ts @@ -0,0 +1,64 @@ +type RemoveFromTuple< + Tuple extends readonly unknown[], + RemoveCount extends number, + Index extends 1[] = [] +> = Index["length"] extends RemoveCount + ? Tuple + : Tuple extends [infer First, ...infer Rest] + ? RemoveFromTuple + : Tuple; + +type ConcatTuples< + Prefix extends readonly unknown[], + Suffix extends readonly unknown[] +> = [...Prefix, ...Suffix]; + +type ExtractFunctionParams = T extends (this: infer TThis, ...args: infer P extends readonly unknown[]) => infer R + ? { thisArg: TThis; params: P; returnType: R } + : never; + +type BindFunction< + T extends (this: any, ...args: any[]) => any, + TThis, + TBoundArgs extends readonly unknown[], + ReceiverBound extends boolean +> = ExtractFunctionParams extends { + thisArg: infer OrigThis; + params: infer P extends readonly unknown[]; + returnType: infer R; +} + ? ReceiverBound extends true + ? (...args: RemoveFromTuple>) => R extends [OrigThis, ...infer Rest] + ? [TThis, ...Rest] // Replace `this` with `thisArg` + : R + : >>( + thisArg: U, + ...args: RemainingArgs + ) => R extends [OrigThis, ...infer Rest] + ? [U, ...ConcatTuples] // Preserve bound args in return type + : R + : never; + +declare function callBind< + const T extends (this: any, ...args: any[]) => any, + Extracted extends ExtractFunctionParams, + const TBoundArgs extends Partial & readonly unknown[], + const TThis extends Extracted["thisArg"] +>( + args: [fn: T, thisArg: TThis, ...boundArgs: TBoundArgs] +): BindFunction; + +declare function callBind< + const T extends (this: any, ...args: any[]) => any, + Extracted extends ExtractFunctionParams, + const TBoundArgs extends Partial & readonly unknown[] +>( + args: [fn: T, ...boundArgs: TBoundArgs] +): BindFunction; + +declare function callBind( + args: [fn: Exclude, ...rest: TArgs] +): never; + +// export as namespace callBind; +export = callBind; diff --git a/node_modules/call-bind-apply-helpers/index.js b/node_modules/call-bind-apply-helpers/index.js new file mode 100644 index 0000000..2f6dab4 --- /dev/null +++ b/node_modules/call-bind-apply-helpers/index.js @@ -0,0 +1,15 @@ +'use strict'; + +var bind = require('function-bind'); +var $TypeError = require('es-errors/type'); + +var $call = require('./functionCall'); +var $actualApply = require('./actualApply'); + +/** @type {(args: [Function, thisArg?: unknown, ...args: unknown[]]) => Function} TODO FIXME, find a way to use import('.') */ +module.exports = function callBindBasic(args) { + if (args.length < 1 || typeof args[0] !== 'function') { + throw new $TypeError('a function is required'); + } + return $actualApply(bind, $call, args); +}; diff --git a/node_modules/call-bind-apply-helpers/package.json b/node_modules/call-bind-apply-helpers/package.json new file mode 100644 index 0000000..923b8be --- /dev/null +++ b/node_modules/call-bind-apply-helpers/package.json @@ -0,0 +1,85 @@ +{ + "name": "call-bind-apply-helpers", + "version": "1.0.2", + "description": "Helper functions around Function call/apply/bind, for use in `call-bind`", + "main": "index.js", + "exports": { + ".": "./index.js", + "./actualApply": "./actualApply.js", + "./applyBind": "./applyBind.js", + "./functionApply": "./functionApply.js", + "./functionCall": "./functionCall.js", + "./reflectApply": "./reflectApply.js", + "./package.json": "./package.json" + }, + "scripts": { + "prepack": "npmignore --auto --commentLines=auto", + "prepublish": "not-in-publish || npm run prepublishOnly", + "prepublishOnly": "safe-publish-latest", + "prelint": "evalmd README.md", + "lint": "eslint --ext=.js,.mjs .", + "postlint": "tsc -p . && attw -P", + "pretest": "npm run lint", + "tests-only": "nyc tape 'test/**/*.js'", + "test": "npm run tests-only", + "posttest": "npx npm@'>=10.2' audit --production", + "version": "auto-changelog && git add CHANGELOG.md", + "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ljharb/call-bind-apply-helpers.git" + }, + "author": "Jordan Harband ", + "license": "MIT", + "bugs": { + "url": "https://github.com/ljharb/call-bind-apply-helpers/issues" + }, + "homepage": "https://github.com/ljharb/call-bind-apply-helpers#readme", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "devDependencies": { + "@arethetypeswrong/cli": "^0.17.3", + "@ljharb/eslint-config": "^21.1.1", + "@ljharb/tsconfig": "^0.2.3", + "@types/for-each": "^0.3.3", + "@types/function-bind": "^1.1.10", + "@types/object-inspect": "^1.13.0", + "@types/tape": "^5.8.1", + "auto-changelog": "^2.5.0", + "encoding": "^0.1.13", + "es-value-fixtures": "^1.7.1", + "eslint": "=8.8.0", + "evalmd": "^0.0.19", + "for-each": "^0.3.5", + "has-strict-mode": "^1.1.0", + "in-publish": "^2.0.1", + "npmignore": "^0.3.1", + "nyc": "^10.3.2", + "object-inspect": "^1.13.4", + "safe-publish-latest": "^2.0.0", + "tape": "^5.9.0", + "typescript": "next" + }, + "testling": { + "files": "test/index.js" + }, + "auto-changelog": { + "output": "CHANGELOG.md", + "template": "keepachangelog", + "unreleased": false, + "commitLimit": false, + "backfillLimit": false, + "hideCredit": true + }, + "publishConfig": { + "ignore": [ + ".github/workflows" + ] + }, + "engines": { + "node": ">= 0.4" + } +} diff --git a/node_modules/call-bind-apply-helpers/reflectApply.d.ts b/node_modules/call-bind-apply-helpers/reflectApply.d.ts new file mode 100644 index 0000000..6b2ae76 --- /dev/null +++ b/node_modules/call-bind-apply-helpers/reflectApply.d.ts @@ -0,0 +1,3 @@ +declare const reflectApply: false | typeof Reflect.apply; + +export = reflectApply; diff --git a/node_modules/call-bind-apply-helpers/reflectApply.js b/node_modules/call-bind-apply-helpers/reflectApply.js new file mode 100644 index 0000000..3d03caa --- /dev/null +++ b/node_modules/call-bind-apply-helpers/reflectApply.js @@ -0,0 +1,4 @@ +'use strict'; + +/** @type {import('./reflectApply')} */ +module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply; diff --git a/node_modules/call-bind-apply-helpers/test/index.js b/node_modules/call-bind-apply-helpers/test/index.js new file mode 100644 index 0000000..1cdc89e --- /dev/null +++ b/node_modules/call-bind-apply-helpers/test/index.js @@ -0,0 +1,63 @@ +'use strict'; + +var callBind = require('../'); +var hasStrictMode = require('has-strict-mode')(); +var forEach = require('for-each'); +var inspect = require('object-inspect'); +var v = require('es-value-fixtures'); + +var test = require('tape'); + +test('callBindBasic', function (t) { + forEach(v.nonFunctions, function (nonFunction) { + t['throws']( + // @ts-expect-error + function () { callBind([nonFunction]); }, + TypeError, + inspect(nonFunction) + ' is not a function' + ); + }); + + var sentinel = { sentinel: true }; + /** @type {(this: T, a: A, b: B) => [T | undefined, A, B]} */ + var func = function (a, b) { + // eslint-disable-next-line no-invalid-this + return [!hasStrictMode && this === global ? undefined : this, a, b]; + }; + t.equal(func.length, 2, 'original function length is 2'); + + /** type {(thisArg: unknown, a: number, b: number) => [unknown, number, number]} */ + var bound = callBind([func]); + /** type {((a: number, b: number) => [typeof sentinel, typeof a, typeof b])} */ + var boundR = callBind([func, sentinel]); + /** type {((b: number) => [typeof sentinel, number, typeof b])} */ + var boundArg = callBind([func, sentinel, /** @type {const} */ (1)]); + + // @ts-expect-error + t.deepEqual(bound(), [undefined, undefined, undefined], 'bound func with no args'); + + // @ts-expect-error + t.deepEqual(func(), [undefined, undefined, undefined], 'unbound func with too few args'); + // @ts-expect-error + t.deepEqual(bound(1, 2), [hasStrictMode ? 1 : Object(1), 2, undefined], 'bound func too few args'); + // @ts-expect-error + t.deepEqual(boundR(), [sentinel, undefined, undefined], 'bound func with receiver, with too few args'); + // @ts-expect-error + t.deepEqual(boundArg(), [sentinel, 1, undefined], 'bound func with receiver and arg, with too few args'); + + t.deepEqual(func(1, 2), [undefined, 1, 2], 'unbound func with right args'); + t.deepEqual(bound(1, 2, 3), [hasStrictMode ? 1 : Object(1), 2, 3], 'bound func with right args'); + t.deepEqual(boundR(1, 2), [sentinel, 1, 2], 'bound func with receiver, with right args'); + t.deepEqual(boundArg(2), [sentinel, 1, 2], 'bound func with receiver and arg, with right arg'); + + // @ts-expect-error + t.deepEqual(func(1, 2, 3), [undefined, 1, 2], 'unbound func with too many args'); + // @ts-expect-error + t.deepEqual(bound(1, 2, 3, 4), [hasStrictMode ? 1 : Object(1), 2, 3], 'bound func with too many args'); + // @ts-expect-error + t.deepEqual(boundR(1, 2, 3), [sentinel, 1, 2], 'bound func with receiver, with too many args'); + // @ts-expect-error + t.deepEqual(boundArg(2, 3), [sentinel, 1, 2], 'bound func with receiver and arg, with too many args'); + + t.end(); +}); diff --git a/node_modules/call-bind-apply-helpers/tsconfig.json b/node_modules/call-bind-apply-helpers/tsconfig.json new file mode 100644 index 0000000..aef9993 --- /dev/null +++ b/node_modules/call-bind-apply-helpers/tsconfig.json @@ -0,0 +1,9 @@ +{ + "extends": "@ljharb/tsconfig", + "compilerOptions": { + "target": "es2021", + }, + "exclude": [ + "coverage", + ], +} \ No newline at end of file diff --git a/node_modules/call-bound/.eslintrc b/node_modules/call-bound/.eslintrc new file mode 100644 index 0000000..2612ed8 --- /dev/null +++ b/node_modules/call-bound/.eslintrc @@ -0,0 +1,13 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "new-cap": [2, { + "capIsNewExceptions": [ + "GetIntrinsic", + ], + }], + }, +} diff --git a/node_modules/call-bound/.github/FUNDING.yml b/node_modules/call-bound/.github/FUNDING.yml new file mode 100644 index 0000000..2a2a135 --- /dev/null +++ b/node_modules/call-bound/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: [ljharb] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: npm/call-bound +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/node_modules/call-bound/.nycrc b/node_modules/call-bound/.nycrc new file mode 100644 index 0000000..bdd626c --- /dev/null +++ b/node_modules/call-bound/.nycrc @@ -0,0 +1,9 @@ +{ + "all": true, + "check-coverage": false, + "reporter": ["text-summary", "text", "html", "json"], + "exclude": [ + "coverage", + "test" + ] +} diff --git a/node_modules/call-bound/CHANGELOG.md b/node_modules/call-bound/CHANGELOG.md new file mode 100644 index 0000000..8bde4e9 --- /dev/null +++ b/node_modules/call-bound/CHANGELOG.md @@ -0,0 +1,42 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [v1.0.4](https://github.com/ljharb/call-bound/compare/v1.0.3...v1.0.4) - 2025-03-03 + +### Commits + +- [types] improve types [`e648922`](https://github.com/ljharb/call-bound/commit/e6489222a9e54f350fbf952ceabe51fd8b6027ff) +- [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/tsconfig`, `@types/tape`, `es-value-fixtures`, `for-each`, `has-strict-mode`, `object-inspect` [`a42a5eb`](https://github.com/ljharb/call-bound/commit/a42a5ebe6c1b54fcdc7997c7dc64fdca9e936719) +- [Deps] update `call-bind-apply-helpers`, `get-intrinsic` [`f529eac`](https://github.com/ljharb/call-bound/commit/f529eac132404c17156bbc23ab2297a25d0f20b8) + +## [v1.0.3](https://github.com/ljharb/call-bound/compare/v1.0.2...v1.0.3) - 2024-12-15 + +### Commits + +- [Refactor] use `call-bind-apply-helpers` instead of `call-bind` [`5e0b134`](https://github.com/ljharb/call-bound/commit/5e0b13496df14fb7d05dae9412f088da8d3f75be) +- [Deps] update `get-intrinsic` [`41fc967`](https://github.com/ljharb/call-bound/commit/41fc96732a22c7b7e8f381f93ccc54bb6293be2e) +- [readme] fix example [`79a0137`](https://github.com/ljharb/call-bound/commit/79a0137723f7c6d09c9c05452bbf8d5efb5d6e49) +- [meta] add `sideEffects` flag [`08b07be`](https://github.com/ljharb/call-bound/commit/08b07be7f1c03f67dc6f3cdaf0906259771859f7) + +## [v1.0.2](https://github.com/ljharb/call-bound/compare/v1.0.1...v1.0.2) - 2024-12-10 + +### Commits + +- [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/tsconfig`, `gopd` [`e6a5ffe`](https://github.com/ljharb/call-bound/commit/e6a5ffe849368fe4f74dfd6cdeca1b9baa39e8d5) +- [Deps] update `call-bind`, `get-intrinsic` [`2aeb5b5`](https://github.com/ljharb/call-bound/commit/2aeb5b521dc2b2683d1345c753ea1161de2d1c14) +- [types] improve return type [`1a0c9fe`](https://github.com/ljharb/call-bound/commit/1a0c9fe3114471e7ca1f57d104e2efe713bb4871) + +## v1.0.1 - 2024-12-05 + +### Commits + +- Initial implementation, tests, readme, types [`6d94121`](https://github.com/ljharb/call-bound/commit/6d94121a9243602e506334069f7a03189fe3363d) +- Initial commit [`0eae867`](https://github.com/ljharb/call-bound/commit/0eae867334ea025c33e6e91cdecfc9df96680cf9) +- npm init [`71b2479`](https://github.com/ljharb/call-bound/commit/71b2479c6723e0b7d91a6b663613067e98b7b275) +- Only apps should have lockfiles [`c3754a9`](https://github.com/ljharb/call-bound/commit/c3754a949b7f9132b47e2d18c1729889736741eb) +- [actions] skip `npm ls` in node < 10 [`74275a5`](https://github.com/ljharb/call-bound/commit/74275a5186b8caf6309b6b97472bdcb0df4683a8) +- [Dev Deps] add missing peer dep [`1354de8`](https://github.com/ljharb/call-bound/commit/1354de8679413e4ae9c523d85f76fa7a5e032d97) diff --git a/node_modules/call-bound/LICENSE b/node_modules/call-bound/LICENSE new file mode 100644 index 0000000..f82f389 --- /dev/null +++ b/node_modules/call-bound/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/call-bound/README.md b/node_modules/call-bound/README.md new file mode 100644 index 0000000..a44e43e --- /dev/null +++ b/node_modules/call-bound/README.md @@ -0,0 +1,53 @@ +# call-bound [![Version Badge][npm-version-svg]][package-url] + +[![github actions][actions-image]][actions-url] +[![coverage][codecov-image]][codecov-url] +[![dependency status][deps-svg]][deps-url] +[![dev dependency status][dev-deps-svg]][dev-deps-url] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][npm-badge-png]][package-url] + +Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. + +## Getting started + +```sh +npm install --save call-bound +``` + +## Usage/Examples + +```js +const assert = require('assert'); +const callBound = require('call-bound'); + +const slice = callBound('Array.prototype.slice'); + +delete Function.prototype.call; +delete Function.prototype.bind; +delete Array.prototype.slice; + +assert.deepEqual(slice([1, 2, 3, 4], 1, -1), [2, 3]); +``` + +## Tests + +Clone the repo, `npm install`, and run `npm test` + +[package-url]: https://npmjs.org/package/call-bound +[npm-version-svg]: https://versionbadg.es/ljharb/call-bound.svg +[deps-svg]: https://david-dm.org/ljharb/call-bound.svg +[deps-url]: https://david-dm.org/ljharb/call-bound +[dev-deps-svg]: https://david-dm.org/ljharb/call-bound/dev-status.svg +[dev-deps-url]: https://david-dm.org/ljharb/call-bound#info=devDependencies +[npm-badge-png]: https://nodei.co/npm/call-bound.png?downloads=true&stars=true +[license-image]: https://img.shields.io/npm/l/call-bound.svg +[license-url]: LICENSE +[downloads-image]: https://img.shields.io/npm/dm/call-bound.svg +[downloads-url]: https://npm-stat.com/charts.html?package=call-bound +[codecov-image]: https://codecov.io/gh/ljharb/call-bound/branch/main/graphs/badge.svg +[codecov-url]: https://app.codecov.io/gh/ljharb/call-bound/ +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/call-bound +[actions-url]: https://github.com/ljharb/call-bound/actions diff --git a/node_modules/call-bound/index.d.ts b/node_modules/call-bound/index.d.ts new file mode 100644 index 0000000..5562f00 --- /dev/null +++ b/node_modules/call-bound/index.d.ts @@ -0,0 +1,94 @@ +type Intrinsic = typeof globalThis; + +type IntrinsicName = keyof Intrinsic | `%${keyof Intrinsic}%`; + +type IntrinsicPath = IntrinsicName | `${StripPercents}.${string}` | `%${StripPercents}.${string}%`; + +type AllowMissing = boolean; + +type StripPercents = T extends `%${infer U}%` ? U : T; + +type BindMethodPrecise = + F extends (this: infer This, ...args: infer Args) => infer R + ? (obj: This, ...args: Args) => R + : F extends { + (this: infer This1, ...args: infer Args1): infer R1; + (this: infer This2, ...args: infer Args2): infer R2 + } + ? { + (obj: This1, ...args: Args1): R1; + (obj: This2, ...args: Args2): R2 + } + : never + +// Extract method type from a prototype +type GetPrototypeMethod = + (typeof globalThis)[T] extends { prototype: any } + ? M extends keyof (typeof globalThis)[T]['prototype'] + ? (typeof globalThis)[T]['prototype'][M] + : never + : never + +// Get static property/method +type GetStaticMember = + P extends keyof (typeof globalThis)[T] ? (typeof globalThis)[T][P] : never + +// Type that maps string path to actual bound function or value with better precision +type BoundIntrinsic = + S extends `${infer Obj}.prototype.${infer Method}` + ? Obj extends keyof typeof globalThis + ? BindMethodPrecise> + : unknown + : S extends `${infer Obj}.${infer Prop}` + ? Obj extends keyof typeof globalThis + ? GetStaticMember + : unknown + : unknown + +declare function arraySlice(array: readonly T[], start?: number, end?: number): T[]; +declare function arraySlice(array: ArrayLike, start?: number, end?: number): T[]; +declare function arraySlice(array: IArguments, start?: number, end?: number): T[]; + +// Special cases for methods that need explicit typing +interface SpecialCases { + '%Object.prototype.isPrototypeOf%': (thisArg: {}, obj: unknown) => boolean; + '%String.prototype.replace%': { + (str: string, searchValue: string | RegExp, replaceValue: string): string; + (str: string, searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string + }; + '%Object.prototype.toString%': (obj: {}) => string; + '%Object.prototype.hasOwnProperty%': (obj: {}, v: PropertyKey) => boolean; + '%Array.prototype.slice%': typeof arraySlice; + '%Array.prototype.map%': (array: readonly T[], callbackfn: (value: T, index: number, array: readonly T[]) => U, thisArg?: any) => U[]; + '%Array.prototype.filter%': (array: readonly T[], predicate: (value: T, index: number, array: readonly T[]) => unknown, thisArg?: any) => T[]; + '%Array.prototype.indexOf%': (array: readonly T[], searchElement: T, fromIndex?: number) => number; + '%Function.prototype.apply%': (fn: (...args: A) => R, thisArg: any, args: A) => R; + '%Function.prototype.call%': (fn: (...args: A) => R, thisArg: any, ...args: A) => R; + '%Function.prototype.bind%': (fn: (...args: A) => R, thisArg: any, ...args: A) => (...remainingArgs: A) => R; + '%Promise.prototype.then%': { + (promise: Promise, onfulfilled: (value: T) => R | PromiseLike): Promise; + (promise: Promise, onfulfilled: ((value: T) => R | PromiseLike) | undefined | null, onrejected: (reason: any) => R | PromiseLike): Promise; + }; + '%RegExp.prototype.test%': (regexp: RegExp, str: string) => boolean; + '%RegExp.prototype.exec%': (regexp: RegExp, str: string) => RegExpExecArray | null; + '%Error.prototype.toString%': (error: Error) => string; + '%TypeError.prototype.toString%': (error: TypeError) => string; + '%String.prototype.split%': ( + obj: unknown, + splitter: string | RegExp | { + [Symbol.split](string: string, limit?: number): string[]; + }, + limit?: number | undefined + ) => string[]; +} + +/** + * Returns a bound function for a prototype method, or a value for a static property. + * + * @param name - The name of the intrinsic (e.g. 'Array.prototype.slice') + * @param {AllowMissing} [allowMissing] - Whether to allow missing intrinsics (default: false) + */ +declare function callBound, S extends IntrinsicPath>(name: K, allowMissing?: AllowMissing): SpecialCases[`%${StripPercents}%`]; +declare function callBound, S extends IntrinsicPath>(name: S, allowMissing?: AllowMissing): BoundIntrinsic; + +export = callBound; diff --git a/node_modules/call-bound/index.js b/node_modules/call-bound/index.js new file mode 100644 index 0000000..e9ade74 --- /dev/null +++ b/node_modules/call-bound/index.js @@ -0,0 +1,19 @@ +'use strict'; + +var GetIntrinsic = require('get-intrinsic'); + +var callBindBasic = require('call-bind-apply-helpers'); + +/** @type {(thisArg: string, searchString: string, position?: number) => number} */ +var $indexOf = callBindBasic([GetIntrinsic('%String.prototype.indexOf%')]); + +/** @type {import('.')} */ +module.exports = function callBoundIntrinsic(name, allowMissing) { + /* eslint no-extra-parens: 0 */ + + var intrinsic = /** @type {(this: unknown, ...args: unknown[]) => unknown} */ (GetIntrinsic(name, !!allowMissing)); + if (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) { + return callBindBasic(/** @type {const} */ ([intrinsic])); + } + return intrinsic; +}; diff --git a/node_modules/call-bound/package.json b/node_modules/call-bound/package.json new file mode 100644 index 0000000..d542db4 --- /dev/null +++ b/node_modules/call-bound/package.json @@ -0,0 +1,99 @@ +{ + "name": "call-bound", + "version": "1.0.4", + "description": "Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.", + "main": "index.js", + "exports": { + ".": "./index.js", + "./package.json": "./package.json" + }, + "sideEffects": false, + "scripts": { + "prepack": "npmignore --auto --commentLines=auto", + "prepublish": "not-in-publish || npm run prepublishOnly", + "prepublishOnly": "safe-publish-latest", + "prelint": "evalmd README.md", + "lint": "eslint --ext=.js,.mjs .", + "postlint": "tsc -p . && attw -P", + "pretest": "npm run lint", + "tests-only": "nyc tape 'test/**/*.js'", + "test": "npm run tests-only", + "posttest": "npx npm@'>=10.2' audit --production", + "version": "auto-changelog && git add CHANGELOG.md", + "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ljharb/call-bound.git" + }, + "keywords": [ + "javascript", + "ecmascript", + "es", + "js", + "callbind", + "callbound", + "call", + "bind", + "bound", + "call-bind", + "call-bound", + "function", + "es-abstract" + ], + "author": "Jordan Harband ", + "funding": { + "url": "https://github.com/sponsors/ljharb" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/ljharb/call-bound/issues" + }, + "homepage": "https://github.com/ljharb/call-bound#readme", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" + }, + "devDependencies": { + "@arethetypeswrong/cli": "^0.17.4", + "@ljharb/eslint-config": "^21.1.1", + "@ljharb/tsconfig": "^0.3.0", + "@types/call-bind": "^1.0.5", + "@types/get-intrinsic": "^1.2.3", + "@types/tape": "^5.8.1", + "auto-changelog": "^2.5.0", + "encoding": "^0.1.13", + "es-value-fixtures": "^1.7.1", + "eslint": "=8.8.0", + "evalmd": "^0.0.19", + "for-each": "^0.3.5", + "gopd": "^1.2.0", + "has-strict-mode": "^1.1.0", + "in-publish": "^2.0.1", + "npmignore": "^0.3.1", + "nyc": "^10.3.2", + "object-inspect": "^1.13.4", + "safe-publish-latest": "^2.0.0", + "tape": "^5.9.0", + "typescript": "next" + }, + "testling": { + "files": "test/index.js" + }, + "auto-changelog": { + "output": "CHANGELOG.md", + "template": "keepachangelog", + "unreleased": false, + "commitLimit": false, + "backfillLimit": false, + "hideCredit": true + }, + "publishConfig": { + "ignore": [ + ".github/workflows" + ] + }, + "engines": { + "node": ">= 0.4" + } +} diff --git a/node_modules/call-bound/test/index.js b/node_modules/call-bound/test/index.js new file mode 100644 index 0000000..a2fc9f0 --- /dev/null +++ b/node_modules/call-bound/test/index.js @@ -0,0 +1,61 @@ +'use strict'; + +var test = require('tape'); + +var callBound = require('../'); + +/** @template {true} T @template U @typedef {T extends U ? T : never} AssertType */ + +test('callBound', function (t) { + // static primitive + t.equal(callBound('Array.length'), Array.length, 'Array.length yields itself'); + t.equal(callBound('%Array.length%'), Array.length, '%Array.length% yields itself'); + + // static non-function object + t.equal(callBound('Array.prototype'), Array.prototype, 'Array.prototype yields itself'); + t.equal(callBound('%Array.prototype%'), Array.prototype, '%Array.prototype% yields itself'); + t.equal(callBound('Array.constructor'), Array.constructor, 'Array.constructor yields itself'); + t.equal(callBound('%Array.constructor%'), Array.constructor, '%Array.constructor% yields itself'); + + // static function + t.equal(callBound('Date.parse'), Date.parse, 'Date.parse yields itself'); + t.equal(callBound('%Date.parse%'), Date.parse, '%Date.parse% yields itself'); + + // prototype primitive + t.equal(callBound('Error.prototype.message'), Error.prototype.message, 'Error.prototype.message yields itself'); + t.equal(callBound('%Error.prototype.message%'), Error.prototype.message, '%Error.prototype.message% yields itself'); + + var x = callBound('Object.prototype.toString'); + var y = callBound('%Object.prototype.toString%'); + + // prototype function + t.notEqual(x, Object.prototype.toString, 'Object.prototype.toString does not yield itself'); + t.notEqual(y, Object.prototype.toString, '%Object.prototype.toString% does not yield itself'); + t.equal(x(true), Object.prototype.toString.call(true), 'call-bound Object.prototype.toString calls into the original'); + t.equal(y(true), Object.prototype.toString.call(true), 'call-bound %Object.prototype.toString% calls into the original'); + + t['throws']( + // @ts-expect-error + function () { callBound('does not exist'); }, + SyntaxError, + 'nonexistent intrinsic throws' + ); + t['throws']( + // @ts-expect-error + function () { callBound('does not exist', true); }, + SyntaxError, + 'allowMissing arg still throws for unknown intrinsic' + ); + + t.test('real but absent intrinsic', { skip: typeof WeakRef !== 'undefined' }, function (st) { + st['throws']( + function () { callBound('WeakRef'); }, + TypeError, + 'real but absent intrinsic throws' + ); + st.equal(callBound('WeakRef', true), undefined, 'allowMissing arg avoids exception'); + st.end(); + }); + + t.end(); +}); diff --git a/node_modules/call-bound/tsconfig.json b/node_modules/call-bound/tsconfig.json new file mode 100644 index 0000000..8976d98 --- /dev/null +++ b/node_modules/call-bound/tsconfig.json @@ -0,0 +1,10 @@ +{ + "extends": "@ljharb/tsconfig", + "compilerOptions": { + "target": "ESNext", + "lib": ["es2024"], + }, + "exclude": [ + "coverage", + ], +} diff --git a/node_modules/caseless/LICENSE b/node_modules/caseless/LICENSE new file mode 100644 index 0000000..61789f4 --- /dev/null +++ b/node_modules/caseless/LICENSE @@ -0,0 +1,28 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION +1. Definitions. +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: +You must give any other recipients of the Work or Derivative Works a copy of this License; and +You must cause any modified files to carry prominent notices stating that You changed the files; and +You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and +If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. +END OF TERMS AND CONDITIONS \ No newline at end of file diff --git a/node_modules/caseless/README.md b/node_modules/caseless/README.md new file mode 100644 index 0000000..e5077a2 --- /dev/null +++ b/node_modules/caseless/README.md @@ -0,0 +1,45 @@ +## Caseless -- wrap an object to set and get property with caseless semantics but also preserve caseing. + +This library is incredibly useful when working with HTTP headers. It allows you to get/set/check for headers in a caseless manner while also preserving the caseing of headers the first time they are set. + +## Usage + +```javascript +var headers = {} + , c = caseless(headers) + ; +c.set('a-Header', 'asdf') +c.get('a-header') === 'asdf' +``` + +## has(key) + +Has takes a name and if it finds a matching header will return that header name with the preserved caseing it was set with. + +```javascript +c.has('a-header') === 'a-Header' +``` + +## set(key, value[, clobber=true]) + +Set is fairly straight forward except that if the header exists and clobber is disabled it will add `','+value` to the existing header. + +```javascript +c.set('a-Header', 'fdas') +c.set('a-HEADER', 'more', false) +c.get('a-header') === 'fdsa,more' +``` + +## swap(key) + +Swaps the casing of a header with the new one that is passed in. + +```javascript +var headers = {} + , c = caseless(headers) + ; +c.set('a-Header', 'fdas') +c.swap('a-HEADER') +c.has('a-header') === 'a-HEADER' +headers === {'a-HEADER': 'fdas'} +``` diff --git a/node_modules/caseless/index.js b/node_modules/caseless/index.js new file mode 100644 index 0000000..b194734 --- /dev/null +++ b/node_modules/caseless/index.js @@ -0,0 +1,67 @@ +function Caseless (dict) { + this.dict = dict || {} +} +Caseless.prototype.set = function (name, value, clobber) { + if (typeof name === 'object') { + for (var i in name) { + this.set(i, name[i], value) + } + } else { + if (typeof clobber === 'undefined') clobber = true + var has = this.has(name) + + if (!clobber && has) this.dict[has] = this.dict[has] + ',' + value + else this.dict[has || name] = value + return has + } +} +Caseless.prototype.has = function (name) { + var keys = Object.keys(this.dict) + , name = name.toLowerCase() + ; + for (var i=0;i", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/mikeal/caseless/issues" + }, + "devDependencies": { + "tape": "^2.10.2" + } +} diff --git a/node_modules/caseless/test.js b/node_modules/caseless/test.js new file mode 100644 index 0000000..f55196c --- /dev/null +++ b/node_modules/caseless/test.js @@ -0,0 +1,67 @@ +var tape = require('tape') + , caseless = require('./') + ; + +tape('set get has', function (t) { + var headers = {} + , c = caseless(headers) + ; + t.plan(17) + c.set('a-Header', 'asdf') + t.equal(c.get('a-header'), 'asdf') + t.equal(c.has('a-header'), 'a-Header') + t.ok(!c.has('nothing')) + // old bug where we used the wrong regex + t.ok(!c.has('a-hea')) + c.set('a-header', 'fdsa') + t.equal(c.get('a-header'), 'fdsa') + t.equal(c.get('a-Header'), 'fdsa') + c.set('a-HEADER', 'more', false) + t.equal(c.get('a-header'), 'fdsa,more') + + t.deepEqual(headers, {'a-Header': 'fdsa,more'}) + c.swap('a-HEADER') + t.deepEqual(headers, {'a-HEADER': 'fdsa,more'}) + + c.set('deleteme', 'foobar') + t.ok(c.has('deleteme')) + t.ok(c.del('deleteme')) + t.notOk(c.has('deleteme')) + t.notOk(c.has('idonotexist')) + t.ok(c.del('idonotexist')) + + c.set('tva', 'test1') + c.set('tva-header', 'test2') + t.equal(c.has('tva'), 'tva') + t.notOk(c.has('header')) + + t.equal(c.get('tva'), 'test1') + +}) + +tape('swap', function (t) { + var headers = {} + , c = caseless(headers) + ; + t.plan(4) + // No Header to Swap. + t.throws(function () { + c.swap('content-type') + }) + // Set Header. + c.set('content-type', 'application/json') + // Swap Header With Itself. + c.swap('content-type') + // Does Not Delete Itself. + t.ok(c.has('content-type')) + // Swap Header With a Different Header. + c.swap('Content-Type') + // Still Has Header. + t.ok(c.has('Content-Type')) + // Delete Header. + c.del('Content-Type') + // No Header to Swap. + t.throws(function () { + c.swap('content-type') + }) +}) diff --git a/node_modules/chalk/index.d.ts b/node_modules/chalk/index.d.ts new file mode 100644 index 0000000..9cd88f3 --- /dev/null +++ b/node_modules/chalk/index.d.ts @@ -0,0 +1,415 @@ +/** +Basic foreground colors. + +[More colors here.](https://github.com/chalk/chalk/blob/master/readme.md#256-and-truecolor-color-support) +*/ +declare type ForegroundColor = + | 'black' + | 'red' + | 'green' + | 'yellow' + | 'blue' + | 'magenta' + | 'cyan' + | 'white' + | 'gray' + | 'grey' + | 'blackBright' + | 'redBright' + | 'greenBright' + | 'yellowBright' + | 'blueBright' + | 'magentaBright' + | 'cyanBright' + | 'whiteBright'; + +/** +Basic background colors. + +[More colors here.](https://github.com/chalk/chalk/blob/master/readme.md#256-and-truecolor-color-support) +*/ +declare type BackgroundColor = + | 'bgBlack' + | 'bgRed' + | 'bgGreen' + | 'bgYellow' + | 'bgBlue' + | 'bgMagenta' + | 'bgCyan' + | 'bgWhite' + | 'bgGray' + | 'bgGrey' + | 'bgBlackBright' + | 'bgRedBright' + | 'bgGreenBright' + | 'bgYellowBright' + | 'bgBlueBright' + | 'bgMagentaBright' + | 'bgCyanBright' + | 'bgWhiteBright'; + +/** +Basic colors. + +[More colors here.](https://github.com/chalk/chalk/blob/master/readme.md#256-and-truecolor-color-support) +*/ +declare type Color = ForegroundColor | BackgroundColor; + +declare type Modifiers = + | 'reset' + | 'bold' + | 'dim' + | 'italic' + | 'underline' + | 'inverse' + | 'hidden' + | 'strikethrough' + | 'visible'; + +declare namespace chalk { + /** + Levels: + - `0` - All colors disabled. + - `1` - Basic 16 colors support. + - `2` - ANSI 256 colors support. + - `3` - Truecolor 16 million colors support. + */ + type Level = 0 | 1 | 2 | 3; + + interface Options { + /** + Specify the color support for Chalk. + + By default, color support is automatically detected based on the environment. + + Levels: + - `0` - All colors disabled. + - `1` - Basic 16 colors support. + - `2` - ANSI 256 colors support. + - `3` - Truecolor 16 million colors support. + */ + level?: Level; + } + + /** + Return a new Chalk instance. + */ + type Instance = new (options?: Options) => Chalk; + + /** + Detect whether the terminal supports color. + */ + interface ColorSupport { + /** + The color level used by Chalk. + */ + level: Level; + + /** + Return whether Chalk supports basic 16 colors. + */ + hasBasic: boolean; + + /** + Return whether Chalk supports ANSI 256 colors. + */ + has256: boolean; + + /** + Return whether Chalk supports Truecolor 16 million colors. + */ + has16m: boolean; + } + + interface ChalkFunction { + /** + Use a template string. + + @remarks Template literals are unsupported for nested calls (see [issue #341](https://github.com/chalk/chalk/issues/341)) + + @example + ``` + import chalk = require('chalk'); + + log(chalk` + CPU: {red ${cpu.totalPercent}%} + RAM: {green ${ram.used / ram.total * 100}%} + DISK: {rgb(255,131,0) ${disk.used / disk.total * 100}%} + `); + ``` + + @example + ``` + import chalk = require('chalk'); + + log(chalk.red.bgBlack`2 + 3 = {bold ${2 + 3}}`) + ``` + */ + (text: TemplateStringsArray, ...placeholders: unknown[]): string; + + (...text: unknown[]): string; + } + + interface Chalk extends ChalkFunction { + /** + Return a new Chalk instance. + */ + Instance: Instance; + + /** + The color support for Chalk. + + By default, color support is automatically detected based on the environment. + + Levels: + - `0` - All colors disabled. + - `1` - Basic 16 colors support. + - `2` - ANSI 256 colors support. + - `3` - Truecolor 16 million colors support. + */ + level: Level; + + /** + Use HEX value to set text color. + + @param color - Hexadecimal value representing the desired color. + + @example + ``` + import chalk = require('chalk'); + + chalk.hex('#DEADED'); + ``` + */ + hex(color: string): Chalk; + + /** + Use keyword color value to set text color. + + @param color - Keyword value representing the desired color. + + @example + ``` + import chalk = require('chalk'); + + chalk.keyword('orange'); + ``` + */ + keyword(color: string): Chalk; + + /** + Use RGB values to set text color. + */ + rgb(red: number, green: number, blue: number): Chalk; + + /** + Use HSL values to set text color. + */ + hsl(hue: number, saturation: number, lightness: number): Chalk; + + /** + Use HSV values to set text color. + */ + hsv(hue: number, saturation: number, value: number): Chalk; + + /** + Use HWB values to set text color. + */ + hwb(hue: number, whiteness: number, blackness: number): Chalk; + + /** + Use a [Select/Set Graphic Rendition](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters) (SGR) [color code number](https://en.wikipedia.org/wiki/ANSI_escape_code#3/4_bit) to set text color. + + 30 <= code && code < 38 || 90 <= code && code < 98 + For example, 31 for red, 91 for redBright. + */ + ansi(code: number): Chalk; + + /** + Use a [8-bit unsigned number](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) to set text color. + */ + ansi256(index: number): Chalk; + + /** + Use HEX value to set background color. + + @param color - Hexadecimal value representing the desired color. + + @example + ``` + import chalk = require('chalk'); + + chalk.bgHex('#DEADED'); + ``` + */ + bgHex(color: string): Chalk; + + /** + Use keyword color value to set background color. + + @param color - Keyword value representing the desired color. + + @example + ``` + import chalk = require('chalk'); + + chalk.bgKeyword('orange'); + ``` + */ + bgKeyword(color: string): Chalk; + + /** + Use RGB values to set background color. + */ + bgRgb(red: number, green: number, blue: number): Chalk; + + /** + Use HSL values to set background color. + */ + bgHsl(hue: number, saturation: number, lightness: number): Chalk; + + /** + Use HSV values to set background color. + */ + bgHsv(hue: number, saturation: number, value: number): Chalk; + + /** + Use HWB values to set background color. + */ + bgHwb(hue: number, whiteness: number, blackness: number): Chalk; + + /** + Use a [Select/Set Graphic Rendition](https://en.wikipedia.org/wiki/ANSI_escape_code#SGR_parameters) (SGR) [color code number](https://en.wikipedia.org/wiki/ANSI_escape_code#3/4_bit) to set background color. + + 30 <= code && code < 38 || 90 <= code && code < 98 + For example, 31 for red, 91 for redBright. + Use the foreground code, not the background code (for example, not 41, nor 101). + */ + bgAnsi(code: number): Chalk; + + /** + Use a [8-bit unsigned number](https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) to set background color. + */ + bgAnsi256(index: number): Chalk; + + /** + Modifier: Resets the current color chain. + */ + readonly reset: Chalk; + + /** + Modifier: Make text bold. + */ + readonly bold: Chalk; + + /** + Modifier: Emitting only a small amount of light. + */ + readonly dim: Chalk; + + /** + Modifier: Make text italic. (Not widely supported) + */ + readonly italic: Chalk; + + /** + Modifier: Make text underline. (Not widely supported) + */ + readonly underline: Chalk; + + /** + Modifier: Inverse background and foreground colors. + */ + readonly inverse: Chalk; + + /** + Modifier: Prints the text, but makes it invisible. + */ + readonly hidden: Chalk; + + /** + Modifier: Puts a horizontal line through the center of the text. (Not widely supported) + */ + readonly strikethrough: Chalk; + + /** + Modifier: Prints the text only when Chalk has a color support level > 0. + Can be useful for things that are purely cosmetic. + */ + readonly visible: Chalk; + + readonly black: Chalk; + readonly red: Chalk; + readonly green: Chalk; + readonly yellow: Chalk; + readonly blue: Chalk; + readonly magenta: Chalk; + readonly cyan: Chalk; + readonly white: Chalk; + + /* + Alias for `blackBright`. + */ + readonly gray: Chalk; + + /* + Alias for `blackBright`. + */ + readonly grey: Chalk; + + readonly blackBright: Chalk; + readonly redBright: Chalk; + readonly greenBright: Chalk; + readonly yellowBright: Chalk; + readonly blueBright: Chalk; + readonly magentaBright: Chalk; + readonly cyanBright: Chalk; + readonly whiteBright: Chalk; + + readonly bgBlack: Chalk; + readonly bgRed: Chalk; + readonly bgGreen: Chalk; + readonly bgYellow: Chalk; + readonly bgBlue: Chalk; + readonly bgMagenta: Chalk; + readonly bgCyan: Chalk; + readonly bgWhite: Chalk; + + /* + Alias for `bgBlackBright`. + */ + readonly bgGray: Chalk; + + /* + Alias for `bgBlackBright`. + */ + readonly bgGrey: Chalk; + + readonly bgBlackBright: Chalk; + readonly bgRedBright: Chalk; + readonly bgGreenBright: Chalk; + readonly bgYellowBright: Chalk; + readonly bgBlueBright: Chalk; + readonly bgMagentaBright: Chalk; + readonly bgCyanBright: Chalk; + readonly bgWhiteBright: Chalk; + } +} + +/** +Main Chalk object that allows to chain styles together. +Call the last one as a method with a string argument. +Order doesn't matter, and later styles take precedent in case of a conflict. +This simply means that `chalk.red.yellow.green` is equivalent to `chalk.green`. +*/ +declare const chalk: chalk.Chalk & chalk.ChalkFunction & { + supportsColor: chalk.ColorSupport | false; + Level: chalk.Level; + Color: Color; + ForegroundColor: ForegroundColor; + BackgroundColor: BackgroundColor; + Modifiers: Modifiers; + stderr: chalk.Chalk & {supportsColor: chalk.ColorSupport | false}; +}; + +export = chalk; diff --git a/node_modules/chalk/license b/node_modules/chalk/license new file mode 100644 index 0000000..e7af2f7 --- /dev/null +++ b/node_modules/chalk/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/chalk/package.json b/node_modules/chalk/package.json new file mode 100644 index 0000000..47c23f2 --- /dev/null +++ b/node_modules/chalk/package.json @@ -0,0 +1,68 @@ +{ + "name": "chalk", + "version": "4.1.2", + "description": "Terminal string styling done right", + "license": "MIT", + "repository": "chalk/chalk", + "funding": "https://github.com/chalk/chalk?sponsor=1", + "main": "source", + "engines": { + "node": ">=10" + }, + "scripts": { + "test": "xo && nyc ava && tsd", + "bench": "matcha benchmark.js" + }, + "files": [ + "source", + "index.d.ts" + ], + "keywords": [ + "color", + "colour", + "colors", + "terminal", + "console", + "cli", + "string", + "str", + "ansi", + "style", + "styles", + "tty", + "formatting", + "rgb", + "256", + "shell", + "xterm", + "log", + "logging", + "command-line", + "text" + ], + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "devDependencies": { + "ava": "^2.4.0", + "coveralls": "^3.0.7", + "execa": "^4.0.0", + "import-fresh": "^3.1.0", + "matcha": "^0.7.0", + "nyc": "^15.0.0", + "resolve-from": "^5.0.0", + "tsd": "^0.7.4", + "xo": "^0.28.2" + }, + "xo": { + "rules": { + "unicorn/prefer-string-slice": "off", + "unicorn/prefer-includes": "off", + "@typescript-eslint/member-ordering": "off", + "no-redeclare": "off", + "unicorn/string-content": "off", + "unicorn/better-regex": "off" + } + } +} diff --git a/node_modules/chalk/readme.md b/node_modules/chalk/readme.md new file mode 100644 index 0000000..a055d21 --- /dev/null +++ b/node_modules/chalk/readme.md @@ -0,0 +1,341 @@ +

+
+
+ Chalk +
+
+
+

+ +> Terminal string styling done right + +[![Build Status](https://travis-ci.org/chalk/chalk.svg?branch=master)](https://travis-ci.org/chalk/chalk) [![Coverage Status](https://coveralls.io/repos/github/chalk/chalk/badge.svg?branch=master)](https://coveralls.io/github/chalk/chalk?branch=master) [![npm dependents](https://badgen.net/npm/dependents/chalk)](https://www.npmjs.com/package/chalk?activeTab=dependents) [![Downloads](https://badgen.net/npm/dt/chalk)](https://www.npmjs.com/package/chalk) [![](https://img.shields.io/badge/unicorn-approved-ff69b4.svg)](https://www.youtube.com/watch?v=9auOCbH5Ns4) [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo) ![TypeScript-ready](https://img.shields.io/npm/types/chalk.svg) [![run on repl.it](https://repl.it/badge/github/chalk/chalk)](https://repl.it/github/chalk/chalk) + + + +
+ +--- + + + +--- + +
+ +## Highlights + +- Expressive API +- Highly performant +- Ability to nest styles +- [256/Truecolor color support](#256-and-truecolor-color-support) +- Auto-detects color support +- Doesn't extend `String.prototype` +- Clean and focused +- Actively maintained +- [Used by ~50,000 packages](https://www.npmjs.com/browse/depended/chalk) as of January 1, 2020 + +## Install + +```console +$ npm install chalk +``` + +## Usage + +```js +const chalk = require('chalk'); + +console.log(chalk.blue('Hello world!')); +``` + +Chalk comes with an easy to use composable API where you just chain and nest the styles you want. + +```js +const chalk = require('chalk'); +const log = console.log; + +// Combine styled and normal strings +log(chalk.blue('Hello') + ' World' + chalk.red('!')); + +// Compose multiple styles using the chainable API +log(chalk.blue.bgRed.bold('Hello world!')); + +// Pass in multiple arguments +log(chalk.blue('Hello', 'World!', 'Foo', 'bar', 'biz', 'baz')); + +// Nest styles +log(chalk.red('Hello', chalk.underline.bgBlue('world') + '!')); + +// Nest styles of the same type even (color, underline, background) +log(chalk.green( + 'I am a green line ' + + chalk.blue.underline.bold('with a blue substring') + + ' that becomes green again!' +)); + +// ES2015 template literal +log(` +CPU: ${chalk.red('90%')} +RAM: ${chalk.green('40%')} +DISK: ${chalk.yellow('70%')} +`); + +// ES2015 tagged template literal +log(chalk` +CPU: {red ${cpu.totalPercent}%} +RAM: {green ${ram.used / ram.total * 100}%} +DISK: {rgb(255,131,0) ${disk.used / disk.total * 100}%} +`); + +// Use RGB colors in terminal emulators that support it. +log(chalk.keyword('orange')('Yay for orange colored text!')); +log(chalk.rgb(123, 45, 67).underline('Underlined reddish color')); +log(chalk.hex('#DEADED').bold('Bold gray!')); +``` + +Easily define your own themes: + +```js +const chalk = require('chalk'); + +const error = chalk.bold.red; +const warning = chalk.keyword('orange'); + +console.log(error('Error!')); +console.log(warning('Warning!')); +``` + +Take advantage of console.log [string substitution](https://nodejs.org/docs/latest/api/console.html#console_console_log_data_args): + +```js +const name = 'Sindre'; +console.log(chalk.green('Hello %s'), name); +//=> 'Hello Sindre' +``` + +## API + +### chalk.`' + * ) + * document.type //=> 'document' + * document.nodes.length //=> 2 + * ``` + */ +declare class Document_ extends Container { + nodes: Root[] + parent: undefined + type: 'document' + + constructor(defaults?: Document.DocumentProps) + + assign(overrides: Document.DocumentProps | object): this + clone(overrides?: Partial): this + cloneAfter(overrides?: Partial): this + cloneBefore(overrides?: Partial): this + + /** + * Returns a `Result` instance representing the document’s CSS roots. + * + * ```js + * const root1 = postcss.parse(css1, { from: 'a.css' }) + * const root2 = postcss.parse(css2, { from: 'b.css' }) + * const document = postcss.document() + * document.append(root1) + * document.append(root2) + * const result = document.toResult({ to: 'all.css', map: true }) + * ``` + * + * @param opts Options. + * @return Result with current document’s CSS. + */ + toResult(options?: ProcessOptions): Result +} + +declare class Document extends Document_ {} + +export = Document diff --git a/node_modules/postcss/lib/document.js b/node_modules/postcss/lib/document.js new file mode 100644 index 0000000..4468991 --- /dev/null +++ b/node_modules/postcss/lib/document.js @@ -0,0 +1,33 @@ +'use strict' + +let Container = require('./container') + +let LazyResult, Processor + +class Document extends Container { + constructor(defaults) { + // type needs to be passed to super, otherwise child roots won't be normalized correctly + super({ type: 'document', ...defaults }) + + if (!this.nodes) { + this.nodes = [] + } + } + + toResult(opts = {}) { + let lazy = new LazyResult(new Processor(), this, opts) + + return lazy.stringify() + } +} + +Document.registerLazyResult = dependant => { + LazyResult = dependant +} + +Document.registerProcessor = dependant => { + Processor = dependant +} + +module.exports = Document +Document.default = Document diff --git a/node_modules/postcss/lib/fromJSON.d.ts b/node_modules/postcss/lib/fromJSON.d.ts new file mode 100644 index 0000000..e1deedb --- /dev/null +++ b/node_modules/postcss/lib/fromJSON.d.ts @@ -0,0 +1,9 @@ +import { JSONHydrator } from './postcss.js' + +interface FromJSON extends JSONHydrator { + default: FromJSON +} + +declare const fromJSON: FromJSON + +export = fromJSON diff --git a/node_modules/postcss/lib/fromJSON.js b/node_modules/postcss/lib/fromJSON.js new file mode 100644 index 0000000..c9ac1a8 --- /dev/null +++ b/node_modules/postcss/lib/fromJSON.js @@ -0,0 +1,54 @@ +'use strict' + +let AtRule = require('./at-rule') +let Comment = require('./comment') +let Declaration = require('./declaration') +let Input = require('./input') +let PreviousMap = require('./previous-map') +let Root = require('./root') +let Rule = require('./rule') + +function fromJSON(json, inputs) { + if (Array.isArray(json)) return json.map(n => fromJSON(n)) + + let { inputs: ownInputs, ...defaults } = json + if (ownInputs) { + inputs = [] + for (let input of ownInputs) { + let inputHydrated = { ...input, __proto__: Input.prototype } + if (inputHydrated.map) { + inputHydrated.map = { + ...inputHydrated.map, + __proto__: PreviousMap.prototype + } + } + inputs.push(inputHydrated) + } + } + if (defaults.nodes) { + defaults.nodes = json.nodes.map(n => fromJSON(n, inputs)) + } + if (defaults.source) { + let { inputId, ...source } = defaults.source + defaults.source = source + if (inputId != null) { + defaults.source.input = inputs[inputId] + } + } + if (defaults.type === 'root') { + return new Root(defaults) + } else if (defaults.type === 'decl') { + return new Declaration(defaults) + } else if (defaults.type === 'rule') { + return new Rule(defaults) + } else if (defaults.type === 'comment') { + return new Comment(defaults) + } else if (defaults.type === 'atrule') { + return new AtRule(defaults) + } else { + throw new Error('Unknown node type: ' + json.type) + } +} + +module.exports = fromJSON +fromJSON.default = fromJSON diff --git a/node_modules/postcss/lib/input.d.ts b/node_modules/postcss/lib/input.d.ts new file mode 100644 index 0000000..3207da3 --- /dev/null +++ b/node_modules/postcss/lib/input.d.ts @@ -0,0 +1,227 @@ +import { CssSyntaxError, ProcessOptions } from './postcss.js' +import PreviousMap from './previous-map.js' + +declare namespace Input { + export interface FilePosition { + /** + * Column of inclusive start position in source file. + */ + column: number + + /** + * Column of exclusive end position in source file. + */ + endColumn?: number + + /** + * Line of exclusive end position in source file. + */ + endLine?: number + + /** + * Offset of exclusive end position in source file. + */ + endOffset?: number + + /** + * Absolute path to the source file. + */ + file?: string + + /** + * Line of inclusive start position in source file. + */ + line: number + + /** + * Offset of inclusive start position in source file. + */ + offset: number + + /** + * Source code. + */ + source?: string + + /** + * URL for the source file. + */ + url: string + } + + // eslint-disable-next-line @typescript-eslint/no-use-before-define + export { Input_ as default } +} + +/** + * Represents the source CSS. + * + * ```js + * const root = postcss.parse(css, { from: file }) + * const input = root.source.input + * ``` + */ +declare class Input_ { + /** + * Input CSS source. + * + * ```js + * const input = postcss.parse('a{}', { from: file }).input + * input.css //=> "a{}" + * ``` + */ + css: string + + /** + * Input source with support for non-CSS documents. + * + * ```js + * const input = postcss.parse('a{}', { from: file, document: '' }).input + * input.document //=> "" + * input.css //=> "a{}" + * ``` + */ + document: string + + /** + * The absolute path to the CSS source file defined + * with the `from` option. + * + * ```js + * const root = postcss.parse(css, { from: 'a.css' }) + * root.source.input.file //=> '/home/ai/a.css' + * ``` + */ + file?: string + + /** + * The flag to indicate whether or not the source code has Unicode BOM. + */ + hasBOM: boolean + + /** + * The unique ID of the CSS source. It will be created if `from` option + * is not provided (because PostCSS does not know the file path). + * + * ```js + * const root = postcss.parse(css) + * root.source.input.file //=> undefined + * root.source.input.id //=> "" + * ``` + */ + id?: string + + /** + * The input source map passed from a compilation step before PostCSS + * (for example, from Sass compiler). + * + * ```js + * root.source.input.map.consumer().sources //=> ['a.sass'] + * ``` + */ + map: PreviousMap + + /** + * The CSS source identifier. Contains `Input#file` if the user + * set the `from` option, or `Input#id` if they did not. + * + * ```js + * const root = postcss.parse(css, { from: 'a.css' }) + * root.source.input.from //=> "/home/ai/a.css" + * + * const root = postcss.parse(css) + * root.source.input.from //=> "" + * ``` + */ + get from(): string + + /** + * @param css Input CSS source. + * @param opts Process options. + */ + constructor(css: string, opts?: ProcessOptions) + + /** + * Returns `CssSyntaxError` with information about the error and its position. + */ + error( + message: string, + start: + | { + column: number + line: number + } + | { + offset: number + }, + end: + | { + column: number + line: number + } + | { + offset: number + }, + opts?: { plugin?: CssSyntaxError['plugin'] } + ): CssSyntaxError + error( + message: string, + line: number, + column: number, + opts?: { plugin?: CssSyntaxError['plugin'] } + ): CssSyntaxError + error( + message: string, + offset: number, + opts?: { plugin?: CssSyntaxError['plugin'] } + ): CssSyntaxError + + /** + * Converts source line and column to offset. + * + * @param line Source line. + * @param column Source column. + * @return Source offset. + */ + fromLineAndColumn(line: number, column: number): number + + /** + * Converts source offset to line and column. + * + * @param offset Source offset. + */ + fromOffset(offset: number): { col: number; line: number } | null + + /** + * Reads the input source map and returns a symbol position + * in the input source (e.g., in a Sass file that was compiled + * to CSS before being passed to PostCSS). Optionally takes an + * end position, exclusive. + * + * ```js + * root.source.input.origin(1, 1) //=> { file: 'a.css', line: 3, column: 1 } + * root.source.input.origin(1, 1, 1, 4) + * //=> { file: 'a.css', line: 3, column: 1, endLine: 3, endColumn: 4 } + * ``` + * + * @param line Line for inclusive start position in input CSS. + * @param column Column for inclusive start position in input CSS. + * @param endLine Line for exclusive end position in input CSS. + * @param endColumn Column for exclusive end position in input CSS. + * + * @return Position in input source. + */ + origin( + line: number, + column: number, + endLine?: number, + endColumn?: number + ): false | Input.FilePosition + + /** Converts this to a JSON-friendly object representation. */ + toJSON(): object +} + +declare class Input extends Input_ {} + +export = Input diff --git a/node_modules/postcss/lib/input.js b/node_modules/postcss/lib/input.js new file mode 100644 index 0000000..bb0ccf5 --- /dev/null +++ b/node_modules/postcss/lib/input.js @@ -0,0 +1,265 @@ +'use strict' + +let { nanoid } = require('nanoid/non-secure') +let { isAbsolute, resolve } = require('path') +let { SourceMapConsumer, SourceMapGenerator } = require('source-map-js') +let { fileURLToPath, pathToFileURL } = require('url') + +let CssSyntaxError = require('./css-syntax-error') +let PreviousMap = require('./previous-map') +let terminalHighlight = require('./terminal-highlight') + +let lineToIndexCache = Symbol('lineToIndexCache') + +let sourceMapAvailable = Boolean(SourceMapConsumer && SourceMapGenerator) +let pathAvailable = Boolean(resolve && isAbsolute) + +function getLineToIndex(input) { + if (input[lineToIndexCache]) return input[lineToIndexCache] + let lines = input.css.split('\n') + let lineToIndex = new Array(lines.length) + let prevIndex = 0 + + for (let i = 0, l = lines.length; i < l; i++) { + lineToIndex[i] = prevIndex + prevIndex += lines[i].length + 1 + } + + input[lineToIndexCache] = lineToIndex + return lineToIndex +} + +class Input { + get from() { + return this.file || this.id + } + + constructor(css, opts = {}) { + if ( + css === null || + typeof css === 'undefined' || + (typeof css === 'object' && !css.toString) + ) { + throw new Error(`PostCSS received ${css} instead of CSS string`) + } + + this.css = css.toString() + + if (this.css[0] === '\uFEFF' || this.css[0] === '\uFFFE') { + this.hasBOM = true + this.css = this.css.slice(1) + } else { + this.hasBOM = false + } + + this.document = this.css + if (opts.document) this.document = opts.document.toString() + + if (opts.from) { + if ( + !pathAvailable || + /^\w+:\/\//.test(opts.from) || + isAbsolute(opts.from) + ) { + this.file = opts.from + } else { + this.file = resolve(opts.from) + } + } + + if (pathAvailable && sourceMapAvailable) { + let map = new PreviousMap(this.css, opts) + if (map.text) { + this.map = map + let file = map.consumer().file + if (!this.file && file) this.file = this.mapResolve(file) + } + } + + if (!this.file) { + this.id = '' + } + if (this.map) this.map.file = this.from + } + + error(message, line, column, opts = {}) { + let endColumn, endLine, endOffset, offset, result + + if (line && typeof line === 'object') { + let start = line + let end = column + if (typeof start.offset === 'number') { + offset = start.offset + let pos = this.fromOffset(offset) + line = pos.line + column = pos.col + } else { + line = start.line + column = start.column + offset = this.fromLineAndColumn(line, column) + } + if (typeof end.offset === 'number') { + endOffset = end.offset + let pos = this.fromOffset(endOffset) + endLine = pos.line + endColumn = pos.col + } else { + endLine = end.line + endColumn = end.column + endOffset = this.fromLineAndColumn(end.line, end.column) + } + } else if (!column) { + offset = line + let pos = this.fromOffset(offset) + line = pos.line + column = pos.col + } else { + offset = this.fromLineAndColumn(line, column) + } + + let origin = this.origin(line, column, endLine, endColumn) + if (origin) { + result = new CssSyntaxError( + message, + origin.endLine === undefined + ? origin.line + : { column: origin.column, line: origin.line }, + origin.endLine === undefined + ? origin.column + : { column: origin.endColumn, line: origin.endLine }, + origin.source, + origin.file, + opts.plugin + ) + } else { + result = new CssSyntaxError( + message, + endLine === undefined ? line : { column, line }, + endLine === undefined ? column : { column: endColumn, line: endLine }, + this.css, + this.file, + opts.plugin + ) + } + + result.input = { column, endColumn, endLine, endOffset, line, offset, source: this.css } + if (this.file) { + if (pathToFileURL) { + result.input.url = pathToFileURL(this.file).toString() + } + result.input.file = this.file + } + + return result + } + + fromLineAndColumn(line, column) { + let lineToIndex = getLineToIndex(this) + let index = lineToIndex[line - 1] + return index + column - 1 + } + + fromOffset(offset) { + let lineToIndex = getLineToIndex(this) + let lastLine = lineToIndex[lineToIndex.length - 1] + + let min = 0 + if (offset >= lastLine) { + min = lineToIndex.length - 1 + } else { + let max = lineToIndex.length - 2 + let mid + while (min < max) { + mid = min + ((max - min) >> 1) + if (offset < lineToIndex[mid]) { + max = mid - 1 + } else if (offset >= lineToIndex[mid + 1]) { + min = mid + 1 + } else { + min = mid + break + } + } + } + return { + col: offset - lineToIndex[min] + 1, + line: min + 1 + } + } + + mapResolve(file) { + if (/^\w+:\/\//.test(file)) { + return file + } + return resolve(this.map.consumer().sourceRoot || this.map.root || '.', file) + } + + origin(line, column, endLine, endColumn) { + if (!this.map) return false + let consumer = this.map.consumer() + + let from = consumer.originalPositionFor({ column, line }) + if (!from.source) return false + + let to + if (typeof endLine === 'number') { + to = consumer.originalPositionFor({ column: endColumn, line: endLine }) + } + + let fromUrl + + if (isAbsolute(from.source)) { + fromUrl = pathToFileURL(from.source) + } else { + fromUrl = new URL( + from.source, + this.map.consumer().sourceRoot || pathToFileURL(this.map.mapFile) + ) + } + + let result = { + column: from.column, + endColumn: to && to.column, + endLine: to && to.line, + line: from.line, + url: fromUrl.toString() + } + + if (fromUrl.protocol === 'file:') { + if (fileURLToPath) { + result.file = fileURLToPath(fromUrl) + } else { + /* c8 ignore next 2 */ + throw new Error(`file: protocol is not available in this PostCSS build`) + } + } + + let source = consumer.sourceContentFor(from.source) + if (source) result.source = source + + return result + } + + toJSON() { + let json = {} + for (let name of ['hasBOM', 'css', 'file', 'id']) { + if (this[name] != null) { + json[name] = this[name] + } + } + if (this.map) { + json.map = { ...this.map } + if (json.map.consumerCache) { + json.map.consumerCache = undefined + } + } + return json + } +} + +module.exports = Input +Input.default = Input + +if (terminalHighlight && terminalHighlight.registerInput) { + terminalHighlight.registerInput(Input) +} diff --git a/node_modules/postcss/lib/lazy-result.d.ts b/node_modules/postcss/lib/lazy-result.d.ts new file mode 100644 index 0000000..2eb7279 --- /dev/null +++ b/node_modules/postcss/lib/lazy-result.d.ts @@ -0,0 +1,190 @@ +import Document from './document.js' +import { SourceMap } from './postcss.js' +import Processor from './processor.js' +import Result, { Message, ResultOptions } from './result.js' +import Root from './root.js' +import Warning from './warning.js' + +declare namespace LazyResult { + // eslint-disable-next-line @typescript-eslint/no-use-before-define + export { LazyResult_ as default } +} + +/** + * A Promise proxy for the result of PostCSS transformations. + * + * A `LazyResult` instance is returned by `Processor#process`. + * + * ```js + * const lazy = postcss([autoprefixer]).process(css) + * ``` + */ +declare class LazyResult_ + implements PromiseLike> +{ + /** + * Processes input CSS through synchronous and asynchronous plugins + * and calls onRejected for each error thrown in any plugin. + * + * It implements standard Promise API. + * + * ```js + * postcss([autoprefixer]).process(css).then(result => { + * console.log(result.css) + * }).catch(error => { + * console.error(error) + * }) + * ``` + */ + catch: Promise>['catch'] + + /** + * Processes input CSS through synchronous and asynchronous plugins + * and calls onFinally on any error or when all plugins will finish work. + * + * It implements standard Promise API. + * + * ```js + * postcss([autoprefixer]).process(css).finally(() => { + * console.log('processing ended') + * }) + * ``` + */ + finally: Promise>['finally'] + + /** + * Processes input CSS through synchronous and asynchronous plugins + * and calls `onFulfilled` with a Result instance. If a plugin throws + * an error, the `onRejected` callback will be executed. + * + * It implements standard Promise API. + * + * ```js + * postcss([autoprefixer]).process(css, { from: cssPath }).then(result => { + * console.log(result.css) + * }) + * ``` + */ + then: Promise>['then'] + + /** + * An alias for the `css` property. Use it with syntaxes + * that generate non-CSS output. + * + * This property will only work with synchronous plugins. + * If the processor contains any asynchronous plugins + * it will throw an error. + * + * PostCSS runners should always use `LazyResult#then`. + */ + get content(): string + + /** + * Processes input CSS through synchronous plugins, converts `Root` + * to a CSS string and returns `Result#css`. + * + * This property will only work with synchronous plugins. + * If the processor contains any asynchronous plugins + * it will throw an error. + * + * PostCSS runners should always use `LazyResult#then`. + */ + get css(): string + + /** + * Processes input CSS through synchronous plugins + * and returns `Result#map`. + * + * This property will only work with synchronous plugins. + * If the processor contains any asynchronous plugins + * it will throw an error. + * + * PostCSS runners should always use `LazyResult#then`. + */ + get map(): SourceMap + + /** + * Processes input CSS through synchronous plugins + * and returns `Result#messages`. + * + * This property will only work with synchronous plugins. If the processor + * contains any asynchronous plugins it will throw an error. + * + * PostCSS runners should always use `LazyResult#then`. + */ + get messages(): Message[] + + /** + * Options from the `Processor#process` call. + */ + get opts(): ResultOptions + + /** + * Returns a `Processor` instance, which will be used + * for CSS transformations. + */ + get processor(): Processor + + /** + * Processes input CSS through synchronous plugins + * and returns `Result#root`. + * + * This property will only work with synchronous plugins. If the processor + * contains any asynchronous plugins it will throw an error. + * + * PostCSS runners should always use `LazyResult#then`. + */ + get root(): RootNode + + /** + * Returns the default string description of an object. + * Required to implement the Promise interface. + */ + get [Symbol.toStringTag](): string + + /** + * @param processor Processor used for this transformation. + * @param css CSS to parse and transform. + * @param opts Options from the `Processor#process` or `Root#toResult`. + */ + constructor(processor: Processor, css: string, opts: ResultOptions) + + /** + * Run plugin in async way and return `Result`. + * + * @return Result with output content. + */ + async(): Promise> + + /** + * Run plugin in sync way and return `Result`. + * + * @return Result with output content. + */ + sync(): Result + + /** + * Alias for the `LazyResult#css` property. + * + * ```js + * lazy + '' === lazy.css + * ``` + * + * @return Output CSS. + */ + toString(): string + + /** + * Processes input CSS through synchronous plugins + * and calls `Result#warnings`. + * + * @return Warnings from plugins. + */ + warnings(): Warning[] +} + +declare class LazyResult< + RootNode = Document | Root +> extends LazyResult_ {} + +export = LazyResult diff --git a/node_modules/postcss/lib/lazy-result.js b/node_modules/postcss/lib/lazy-result.js new file mode 100644 index 0000000..1ea52b8 --- /dev/null +++ b/node_modules/postcss/lib/lazy-result.js @@ -0,0 +1,550 @@ +'use strict' + +let Container = require('./container') +let Document = require('./document') +let MapGenerator = require('./map-generator') +let parse = require('./parse') +let Result = require('./result') +let Root = require('./root') +let stringify = require('./stringify') +let { isClean, my } = require('./symbols') +let warnOnce = require('./warn-once') + +const TYPE_TO_CLASS_NAME = { + atrule: 'AtRule', + comment: 'Comment', + decl: 'Declaration', + document: 'Document', + root: 'Root', + rule: 'Rule' +} + +const PLUGIN_PROPS = { + AtRule: true, + AtRuleExit: true, + Comment: true, + CommentExit: true, + Declaration: true, + DeclarationExit: true, + Document: true, + DocumentExit: true, + Once: true, + OnceExit: true, + postcssPlugin: true, + prepare: true, + Root: true, + RootExit: true, + Rule: true, + RuleExit: true +} + +const NOT_VISITORS = { + Once: true, + postcssPlugin: true, + prepare: true +} + +const CHILDREN = 0 + +function isPromise(obj) { + return typeof obj === 'object' && typeof obj.then === 'function' +} + +function getEvents(node) { + let key = false + let type = TYPE_TO_CLASS_NAME[node.type] + if (node.type === 'decl') { + key = node.prop.toLowerCase() + } else if (node.type === 'atrule') { + key = node.name.toLowerCase() + } + + if (key && node.append) { + return [ + type, + type + '-' + key, + CHILDREN, + type + 'Exit', + type + 'Exit-' + key + ] + } else if (key) { + return [type, type + '-' + key, type + 'Exit', type + 'Exit-' + key] + } else if (node.append) { + return [type, CHILDREN, type + 'Exit'] + } else { + return [type, type + 'Exit'] + } +} + +function toStack(node) { + let events + if (node.type === 'document') { + events = ['Document', CHILDREN, 'DocumentExit'] + } else if (node.type === 'root') { + events = ['Root', CHILDREN, 'RootExit'] + } else { + events = getEvents(node) + } + + return { + eventIndex: 0, + events, + iterator: 0, + node, + visitorIndex: 0, + visitors: [] + } +} + +function cleanMarks(node) { + node[isClean] = false + if (node.nodes) node.nodes.forEach(i => cleanMarks(i)) + return node +} + +let postcss = {} + +class LazyResult { + get content() { + return this.stringify().content + } + + get css() { + return this.stringify().css + } + + get map() { + return this.stringify().map + } + + get messages() { + return this.sync().messages + } + + get opts() { + return this.result.opts + } + + get processor() { + return this.result.processor + } + + get root() { + return this.sync().root + } + + get [Symbol.toStringTag]() { + return 'LazyResult' + } + + constructor(processor, css, opts) { + this.stringified = false + this.processed = false + + let root + if ( + typeof css === 'object' && + css !== null && + (css.type === 'root' || css.type === 'document') + ) { + root = cleanMarks(css) + } else if (css instanceof LazyResult || css instanceof Result) { + root = cleanMarks(css.root) + if (css.map) { + if (typeof opts.map === 'undefined') opts.map = {} + if (!opts.map.inline) opts.map.inline = false + opts.map.prev = css.map + } + } else { + let parser = parse + if (opts.syntax) parser = opts.syntax.parse + if (opts.parser) parser = opts.parser + if (parser.parse) parser = parser.parse + + try { + root = parser(css, opts) + } catch (error) { + this.processed = true + this.error = error + } + + if (root && !root[my]) { + /* c8 ignore next 2 */ + Container.rebuild(root) + } + } + + this.result = new Result(processor, root, opts) + this.helpers = { ...postcss, postcss, result: this.result } + this.plugins = this.processor.plugins.map(plugin => { + if (typeof plugin === 'object' && plugin.prepare) { + return { ...plugin, ...plugin.prepare(this.result) } + } else { + return plugin + } + }) + } + + async() { + if (this.error) return Promise.reject(this.error) + if (this.processed) return Promise.resolve(this.result) + if (!this.processing) { + this.processing = this.runAsync() + } + return this.processing + } + + catch(onRejected) { + return this.async().catch(onRejected) + } + + finally(onFinally) { + return this.async().then(onFinally, onFinally) + } + + getAsyncError() { + throw new Error('Use process(css).then(cb) to work with async plugins') + } + + handleError(error, node) { + let plugin = this.result.lastPlugin + try { + if (node) node.addToError(error) + this.error = error + if (error.name === 'CssSyntaxError' && !error.plugin) { + error.plugin = plugin.postcssPlugin + error.setMessage() + } else if (plugin.postcssVersion) { + if (process.env.NODE_ENV !== 'production') { + let pluginName = plugin.postcssPlugin + let pluginVer = plugin.postcssVersion + let runtimeVer = this.result.processor.version + let a = pluginVer.split('.') + let b = runtimeVer.split('.') + + if (a[0] !== b[0] || parseInt(a[1]) > parseInt(b[1])) { + // eslint-disable-next-line no-console + console.error( + 'Unknown error from PostCSS plugin. Your current PostCSS ' + + 'version is ' + + runtimeVer + + ', but ' + + pluginName + + ' uses ' + + pluginVer + + '. Perhaps this is the source of the error below.' + ) + } + } + } + } catch (err) { + /* c8 ignore next 3 */ + // eslint-disable-next-line no-console + if (console && console.error) console.error(err) + } + return error + } + + prepareVisitors() { + this.listeners = {} + let add = (plugin, type, cb) => { + if (!this.listeners[type]) this.listeners[type] = [] + this.listeners[type].push([plugin, cb]) + } + for (let plugin of this.plugins) { + if (typeof plugin === 'object') { + for (let event in plugin) { + if (!PLUGIN_PROPS[event] && /^[A-Z]/.test(event)) { + throw new Error( + `Unknown event ${event} in ${plugin.postcssPlugin}. ` + + `Try to update PostCSS (${this.processor.version} now).` + ) + } + if (!NOT_VISITORS[event]) { + if (typeof plugin[event] === 'object') { + for (let filter in plugin[event]) { + if (filter === '*') { + add(plugin, event, plugin[event][filter]) + } else { + add( + plugin, + event + '-' + filter.toLowerCase(), + plugin[event][filter] + ) + } + } + } else if (typeof plugin[event] === 'function') { + add(plugin, event, plugin[event]) + } + } + } + } + } + this.hasListener = Object.keys(this.listeners).length > 0 + } + + async runAsync() { + this.plugin = 0 + for (let i = 0; i < this.plugins.length; i++) { + let plugin = this.plugins[i] + let promise = this.runOnRoot(plugin) + if (isPromise(promise)) { + try { + await promise + } catch (error) { + throw this.handleError(error) + } + } + } + + this.prepareVisitors() + if (this.hasListener) { + let root = this.result.root + while (!root[isClean]) { + root[isClean] = true + let stack = [toStack(root)] + while (stack.length > 0) { + let promise = this.visitTick(stack) + if (isPromise(promise)) { + try { + await promise + } catch (e) { + let node = stack[stack.length - 1].node + throw this.handleError(e, node) + } + } + } + } + + if (this.listeners.OnceExit) { + for (let [plugin, visitor] of this.listeners.OnceExit) { + this.result.lastPlugin = plugin + try { + if (root.type === 'document') { + let roots = root.nodes.map(subRoot => + visitor(subRoot, this.helpers) + ) + + await Promise.all(roots) + } else { + await visitor(root, this.helpers) + } + } catch (e) { + throw this.handleError(e) + } + } + } + } + + this.processed = true + return this.stringify() + } + + runOnRoot(plugin) { + this.result.lastPlugin = plugin + try { + if (typeof plugin === 'object' && plugin.Once) { + if (this.result.root.type === 'document') { + let roots = this.result.root.nodes.map(root => + plugin.Once(root, this.helpers) + ) + + if (isPromise(roots[0])) { + return Promise.all(roots) + } + + return roots + } + + return plugin.Once(this.result.root, this.helpers) + } else if (typeof plugin === 'function') { + return plugin(this.result.root, this.result) + } + } catch (error) { + throw this.handleError(error) + } + } + + stringify() { + if (this.error) throw this.error + if (this.stringified) return this.result + this.stringified = true + + this.sync() + + let opts = this.result.opts + let str = stringify + if (opts.syntax) str = opts.syntax.stringify + if (opts.stringifier) str = opts.stringifier + if (str.stringify) str = str.stringify + + let map = new MapGenerator(str, this.result.root, this.result.opts) + let data = map.generate() + this.result.css = data[0] + this.result.map = data[1] + + return this.result + } + + sync() { + if (this.error) throw this.error + if (this.processed) return this.result + this.processed = true + + if (this.processing) { + throw this.getAsyncError() + } + + for (let plugin of this.plugins) { + let promise = this.runOnRoot(plugin) + if (isPromise(promise)) { + throw this.getAsyncError() + } + } + + this.prepareVisitors() + if (this.hasListener) { + let root = this.result.root + while (!root[isClean]) { + root[isClean] = true + this.walkSync(root) + } + if (this.listeners.OnceExit) { + if (root.type === 'document') { + for (let subRoot of root.nodes) { + this.visitSync(this.listeners.OnceExit, subRoot) + } + } else { + this.visitSync(this.listeners.OnceExit, root) + } + } + } + + return this.result + } + + then(onFulfilled, onRejected) { + if (process.env.NODE_ENV !== 'production') { + if (!('from' in this.opts)) { + warnOnce( + 'Without `from` option PostCSS could generate wrong source map ' + + 'and will not find Browserslist config. Set it to CSS file path ' + + 'or to `undefined` to prevent this warning.' + ) + } + } + return this.async().then(onFulfilled, onRejected) + } + + toString() { + return this.css + } + + visitSync(visitors, node) { + for (let [plugin, visitor] of visitors) { + this.result.lastPlugin = plugin + let promise + try { + promise = visitor(node, this.helpers) + } catch (e) { + throw this.handleError(e, node.proxyOf) + } + if (node.type !== 'root' && node.type !== 'document' && !node.parent) { + return true + } + if (isPromise(promise)) { + throw this.getAsyncError() + } + } + } + + visitTick(stack) { + let visit = stack[stack.length - 1] + let { node, visitors } = visit + + if (node.type !== 'root' && node.type !== 'document' && !node.parent) { + stack.pop() + return + } + + if (visitors.length > 0 && visit.visitorIndex < visitors.length) { + let [plugin, visitor] = visitors[visit.visitorIndex] + visit.visitorIndex += 1 + if (visit.visitorIndex === visitors.length) { + visit.visitors = [] + visit.visitorIndex = 0 + } + this.result.lastPlugin = plugin + try { + return visitor(node.toProxy(), this.helpers) + } catch (e) { + throw this.handleError(e, node) + } + } + + if (visit.iterator !== 0) { + let iterator = visit.iterator + let child + while ((child = node.nodes[node.indexes[iterator]])) { + node.indexes[iterator] += 1 + if (!child[isClean]) { + child[isClean] = true + stack.push(toStack(child)) + return + } + } + visit.iterator = 0 + delete node.indexes[iterator] + } + + let events = visit.events + while (visit.eventIndex < events.length) { + let event = events[visit.eventIndex] + visit.eventIndex += 1 + if (event === CHILDREN) { + if (node.nodes && node.nodes.length) { + node[isClean] = true + visit.iterator = node.getIterator() + } + return + } else if (this.listeners[event]) { + visit.visitors = this.listeners[event] + return + } + } + stack.pop() + } + + walkSync(node) { + node[isClean] = true + let events = getEvents(node) + for (let event of events) { + if (event === CHILDREN) { + if (node.nodes) { + node.each(child => { + if (!child[isClean]) this.walkSync(child) + }) + } + } else { + let visitors = this.listeners[event] + if (visitors) { + if (this.visitSync(visitors, node.toProxy())) return + } + } + } + } + + warnings() { + return this.sync().warnings() + } +} + +LazyResult.registerPostcss = dependant => { + postcss = dependant +} + +module.exports = LazyResult +LazyResult.default = LazyResult + +Root.registerLazyResult(LazyResult) +Document.registerLazyResult(LazyResult) diff --git a/node_modules/postcss/lib/list.d.ts b/node_modules/postcss/lib/list.d.ts new file mode 100644 index 0000000..e262ad3 --- /dev/null +++ b/node_modules/postcss/lib/list.d.ts @@ -0,0 +1,60 @@ +declare namespace list { + type List = { + /** + * Safely splits comma-separated values (such as those for `transition-*` + * and `background` properties). + * + * ```js + * Once (root, { list }) { + * list.comma('black, linear-gradient(white, black)') + * //=> ['black', 'linear-gradient(white, black)'] + * } + * ``` + * + * @param str Comma-separated values. + * @return Split values. + */ + comma(str: string): string[] + + default: List + + /** + * Safely splits space-separated values (such as those for `background`, + * `border-radius`, and other shorthand properties). + * + * ```js + * Once (root, { list }) { + * list.space('1px calc(10% + 1px)') //=> ['1px', 'calc(10% + 1px)'] + * } + * ``` + * + * @param str Space-separated values. + * @return Split values. + */ + space(str: string): string[] + + /** + * Safely splits values. + * + * ```js + * Once (root, { list }) { + * list.split('1px calc(10% + 1px)', [' ', '\n', '\t']) //=> ['1px', 'calc(10% + 1px)'] + * } + * ``` + * + * @param string separated values. + * @param separators array of separators. + * @param last boolean indicator. + * @return Split values. + */ + split( + string: string, + separators: readonly string[], + last: boolean + ): string[] + } +} + +declare const list: list.List + +export = list diff --git a/node_modules/postcss/lib/list.js b/node_modules/postcss/lib/list.js new file mode 100644 index 0000000..1b31f98 --- /dev/null +++ b/node_modules/postcss/lib/list.js @@ -0,0 +1,58 @@ +'use strict' + +let list = { + comma(string) { + return list.split(string, [','], true) + }, + + space(string) { + let spaces = [' ', '\n', '\t'] + return list.split(string, spaces) + }, + + split(string, separators, last) { + let array = [] + let current = '' + let split = false + + let func = 0 + let inQuote = false + let prevQuote = '' + let escape = false + + for (let letter of string) { + if (escape) { + escape = false + } else if (letter === '\\') { + escape = true + } else if (inQuote) { + if (letter === prevQuote) { + inQuote = false + } + } else if (letter === '"' || letter === "'") { + inQuote = true + prevQuote = letter + } else if (letter === '(') { + func += 1 + } else if (letter === ')') { + if (func > 0) func -= 1 + } else if (func === 0) { + if (separators.includes(letter)) split = true + } + + if (split) { + if (current !== '') array.push(current.trim()) + current = '' + split = false + } else { + current += letter + } + } + + if (last || current !== '') array.push(current.trim()) + return array + } +} + +module.exports = list +list.default = list diff --git a/node_modules/postcss/lib/map-generator.js b/node_modules/postcss/lib/map-generator.js new file mode 100644 index 0000000..89069d3 --- /dev/null +++ b/node_modules/postcss/lib/map-generator.js @@ -0,0 +1,368 @@ +'use strict' + +let { dirname, relative, resolve, sep } = require('path') +let { SourceMapConsumer, SourceMapGenerator } = require('source-map-js') +let { pathToFileURL } = require('url') + +let Input = require('./input') + +let sourceMapAvailable = Boolean(SourceMapConsumer && SourceMapGenerator) +let pathAvailable = Boolean(dirname && resolve && relative && sep) + +class MapGenerator { + constructor(stringify, root, opts, cssString) { + this.stringify = stringify + this.mapOpts = opts.map || {} + this.root = root + this.opts = opts + this.css = cssString + this.originalCSS = cssString + this.usesFileUrls = !this.mapOpts.from && this.mapOpts.absolute + + this.memoizedFileURLs = new Map() + this.memoizedPaths = new Map() + this.memoizedURLs = new Map() + } + + addAnnotation() { + let content + + if (this.isInline()) { + content = + 'data:application/json;base64,' + this.toBase64(this.map.toString()) + } else if (typeof this.mapOpts.annotation === 'string') { + content = this.mapOpts.annotation + } else if (typeof this.mapOpts.annotation === 'function') { + content = this.mapOpts.annotation(this.opts.to, this.root) + } else { + content = this.outputFile() + '.map' + } + let eol = '\n' + if (this.css.includes('\r\n')) eol = '\r\n' + + this.css += eol + '/*# sourceMappingURL=' + content + ' */' + } + + applyPrevMaps() { + for (let prev of this.previous()) { + let from = this.toUrl(this.path(prev.file)) + let root = prev.root || dirname(prev.file) + let map + + if (this.mapOpts.sourcesContent === false) { + map = new SourceMapConsumer(prev.text) + if (map.sourcesContent) { + map.sourcesContent = null + } + } else { + map = prev.consumer() + } + + this.map.applySourceMap(map, from, this.toUrl(this.path(root))) + } + } + + clearAnnotation() { + if (this.mapOpts.annotation === false) return + + if (this.root) { + let node + for (let i = this.root.nodes.length - 1; i >= 0; i--) { + node = this.root.nodes[i] + if (node.type !== 'comment') continue + if (node.text.startsWith('# sourceMappingURL=')) { + this.root.removeChild(i) + } + } + } else if (this.css) { + this.css = this.css.replace(/\n*\/\*#[\S\s]*?\*\/$/gm, '') + } + } + + generate() { + this.clearAnnotation() + if (pathAvailable && sourceMapAvailable && this.isMap()) { + return this.generateMap() + } else { + let result = '' + this.stringify(this.root, i => { + result += i + }) + return [result] + } + } + + generateMap() { + if (this.root) { + this.generateString() + } else if (this.previous().length === 1) { + let prev = this.previous()[0].consumer() + prev.file = this.outputFile() + this.map = SourceMapGenerator.fromSourceMap(prev, { + ignoreInvalidMapping: true + }) + } else { + this.map = new SourceMapGenerator({ + file: this.outputFile(), + ignoreInvalidMapping: true + }) + this.map.addMapping({ + generated: { column: 0, line: 1 }, + original: { column: 0, line: 1 }, + source: this.opts.from + ? this.toUrl(this.path(this.opts.from)) + : '' + }) + } + + if (this.isSourcesContent()) this.setSourcesContent() + if (this.root && this.previous().length > 0) this.applyPrevMaps() + if (this.isAnnotation()) this.addAnnotation() + + if (this.isInline()) { + return [this.css] + } else { + return [this.css, this.map] + } + } + + generateString() { + this.css = '' + this.map = new SourceMapGenerator({ + file: this.outputFile(), + ignoreInvalidMapping: true + }) + + let line = 1 + let column = 1 + + let noSource = '' + let mapping = { + generated: { column: 0, line: 0 }, + original: { column: 0, line: 0 }, + source: '' + } + + let last, lines + this.stringify(this.root, (str, node, type) => { + this.css += str + + if (node && type !== 'end') { + mapping.generated.line = line + mapping.generated.column = column - 1 + if (node.source && node.source.start) { + mapping.source = this.sourcePath(node) + mapping.original.line = node.source.start.line + mapping.original.column = node.source.start.column - 1 + this.map.addMapping(mapping) + } else { + mapping.source = noSource + mapping.original.line = 1 + mapping.original.column = 0 + this.map.addMapping(mapping) + } + } + + lines = str.match(/\n/g) + if (lines) { + line += lines.length + last = str.lastIndexOf('\n') + column = str.length - last + } else { + column += str.length + } + + if (node && type !== 'start') { + let p = node.parent || { raws: {} } + let childless = + node.type === 'decl' || (node.type === 'atrule' && !node.nodes) + if (!childless || node !== p.last || p.raws.semicolon) { + if (node.source && node.source.end) { + mapping.source = this.sourcePath(node) + mapping.original.line = node.source.end.line + mapping.original.column = node.source.end.column - 1 + mapping.generated.line = line + mapping.generated.column = column - 2 + this.map.addMapping(mapping) + } else { + mapping.source = noSource + mapping.original.line = 1 + mapping.original.column = 0 + mapping.generated.line = line + mapping.generated.column = column - 1 + this.map.addMapping(mapping) + } + } + } + }) + } + + isAnnotation() { + if (this.isInline()) { + return true + } + if (typeof this.mapOpts.annotation !== 'undefined') { + return this.mapOpts.annotation + } + if (this.previous().length) { + return this.previous().some(i => i.annotation) + } + return true + } + + isInline() { + if (typeof this.mapOpts.inline !== 'undefined') { + return this.mapOpts.inline + } + + let annotation = this.mapOpts.annotation + if (typeof annotation !== 'undefined' && annotation !== true) { + return false + } + + if (this.previous().length) { + return this.previous().some(i => i.inline) + } + return true + } + + isMap() { + if (typeof this.opts.map !== 'undefined') { + return !!this.opts.map + } + return this.previous().length > 0 + } + + isSourcesContent() { + if (typeof this.mapOpts.sourcesContent !== 'undefined') { + return this.mapOpts.sourcesContent + } + if (this.previous().length) { + return this.previous().some(i => i.withContent()) + } + return true + } + + outputFile() { + if (this.opts.to) { + return this.path(this.opts.to) + } else if (this.opts.from) { + return this.path(this.opts.from) + } else { + return 'to.css' + } + } + + path(file) { + if (this.mapOpts.absolute) return file + if (file.charCodeAt(0) === 60 /* `<` */) return file + if (/^\w+:\/\//.test(file)) return file + let cached = this.memoizedPaths.get(file) + if (cached) return cached + + let from = this.opts.to ? dirname(this.opts.to) : '.' + + if (typeof this.mapOpts.annotation === 'string') { + from = dirname(resolve(from, this.mapOpts.annotation)) + } + + let path = relative(from, file) + this.memoizedPaths.set(file, path) + + return path + } + + previous() { + if (!this.previousMaps) { + this.previousMaps = [] + if (this.root) { + this.root.walk(node => { + if (node.source && node.source.input.map) { + let map = node.source.input.map + if (!this.previousMaps.includes(map)) { + this.previousMaps.push(map) + } + } + }) + } else { + let input = new Input(this.originalCSS, this.opts) + if (input.map) this.previousMaps.push(input.map) + } + } + + return this.previousMaps + } + + setSourcesContent() { + let already = {} + if (this.root) { + this.root.walk(node => { + if (node.source) { + let from = node.source.input.from + if (from && !already[from]) { + already[from] = true + let fromUrl = this.usesFileUrls + ? this.toFileUrl(from) + : this.toUrl(this.path(from)) + this.map.setSourceContent(fromUrl, node.source.input.css) + } + } + }) + } else if (this.css) { + let from = this.opts.from + ? this.toUrl(this.path(this.opts.from)) + : '' + this.map.setSourceContent(from, this.css) + } + } + + sourcePath(node) { + if (this.mapOpts.from) { + return this.toUrl(this.mapOpts.from) + } else if (this.usesFileUrls) { + return this.toFileUrl(node.source.input.from) + } else { + return this.toUrl(this.path(node.source.input.from)) + } + } + + toBase64(str) { + if (Buffer) { + return Buffer.from(str).toString('base64') + } else { + return window.btoa(unescape(encodeURIComponent(str))) + } + } + + toFileUrl(path) { + let cached = this.memoizedFileURLs.get(path) + if (cached) return cached + + if (pathToFileURL) { + let fileURL = pathToFileURL(path).toString() + this.memoizedFileURLs.set(path, fileURL) + + return fileURL + } else { + throw new Error( + '`map.absolute` option is not available in this PostCSS build' + ) + } + } + + toUrl(path) { + let cached = this.memoizedURLs.get(path) + if (cached) return cached + + if (sep === '\\') { + path = path.replace(/\\/g, '/') + } + + let url = encodeURI(path).replace(/[#?]/g, encodeURIComponent) + this.memoizedURLs.set(path, url) + + return url + } +} + +module.exports = MapGenerator diff --git a/node_modules/postcss/lib/no-work-result.d.ts b/node_modules/postcss/lib/no-work-result.d.ts new file mode 100644 index 0000000..094f30a --- /dev/null +++ b/node_modules/postcss/lib/no-work-result.d.ts @@ -0,0 +1,46 @@ +import LazyResult from './lazy-result.js' +import { SourceMap } from './postcss.js' +import Processor from './processor.js' +import Result, { Message, ResultOptions } from './result.js' +import Root from './root.js' +import Warning from './warning.js' + +declare namespace NoWorkResult { + // eslint-disable-next-line @typescript-eslint/no-use-before-define + export { NoWorkResult_ as default } +} + +/** + * A Promise proxy for the result of PostCSS transformations. + * This lazy result instance doesn't parse css unless `NoWorkResult#root` or `Result#root` + * are accessed. See the example below for details. + * A `NoWork` instance is returned by `Processor#process` ONLY when no plugins defined. + * + * ```js + * const noWorkResult = postcss().process(css) // No plugins are defined. + * // CSS is not parsed + * let root = noWorkResult.root // now css is parsed because we accessed the root + * ``` + */ +declare class NoWorkResult_ implements LazyResult { + catch: Promise>['catch'] + finally: Promise>['finally'] + then: Promise>['then'] + get content(): string + get css(): string + get map(): SourceMap + get messages(): Message[] + get opts(): ResultOptions + get processor(): Processor + get root(): Root + get [Symbol.toStringTag](): string + constructor(processor: Processor, css: string, opts: ResultOptions) + async(): Promise> + sync(): Result + toString(): string + warnings(): Warning[] +} + +declare class NoWorkResult extends NoWorkResult_ {} + +export = NoWorkResult diff --git a/node_modules/postcss/lib/no-work-result.js b/node_modules/postcss/lib/no-work-result.js new file mode 100644 index 0000000..dd46182 --- /dev/null +++ b/node_modules/postcss/lib/no-work-result.js @@ -0,0 +1,138 @@ +'use strict' + +let MapGenerator = require('./map-generator') +let parse = require('./parse') +const Result = require('./result') +let stringify = require('./stringify') +let warnOnce = require('./warn-once') + +class NoWorkResult { + get content() { + return this.result.css + } + + get css() { + return this.result.css + } + + get map() { + return this.result.map + } + + get messages() { + return [] + } + + get opts() { + return this.result.opts + } + + get processor() { + return this.result.processor + } + + get root() { + if (this._root) { + return this._root + } + + let root + let parser = parse + + try { + root = parser(this._css, this._opts) + } catch (error) { + this.error = error + } + + if (this.error) { + throw this.error + } else { + this._root = root + return root + } + } + + get [Symbol.toStringTag]() { + return 'NoWorkResult' + } + + constructor(processor, css, opts) { + css = css.toString() + this.stringified = false + + this._processor = processor + this._css = css + this._opts = opts + this._map = undefined + let root + + let str = stringify + this.result = new Result(this._processor, root, this._opts) + this.result.css = css + + let self = this + Object.defineProperty(this.result, 'root', { + get() { + return self.root + } + }) + + let map = new MapGenerator(str, root, this._opts, css) + if (map.isMap()) { + let [generatedCSS, generatedMap] = map.generate() + if (generatedCSS) { + this.result.css = generatedCSS + } + if (generatedMap) { + this.result.map = generatedMap + } + } else { + map.clearAnnotation() + this.result.css = map.css + } + } + + async() { + if (this.error) return Promise.reject(this.error) + return Promise.resolve(this.result) + } + + catch(onRejected) { + return this.async().catch(onRejected) + } + + finally(onFinally) { + return this.async().then(onFinally, onFinally) + } + + sync() { + if (this.error) throw this.error + return this.result + } + + then(onFulfilled, onRejected) { + if (process.env.NODE_ENV !== 'production') { + if (!('from' in this._opts)) { + warnOnce( + 'Without `from` option PostCSS could generate wrong source map ' + + 'and will not find Browserslist config. Set it to CSS file path ' + + 'or to `undefined` to prevent this warning.' + ) + } + } + + return this.async().then(onFulfilled, onRejected) + } + + toString() { + return this._css + } + + warnings() { + return [] + } +} + +module.exports = NoWorkResult +NoWorkResult.default = NoWorkResult diff --git a/node_modules/postcss/lib/node.d.ts b/node_modules/postcss/lib/node.d.ts new file mode 100644 index 0000000..a09fe4d --- /dev/null +++ b/node_modules/postcss/lib/node.d.ts @@ -0,0 +1,556 @@ +import AtRule = require('./at-rule.js') +import { AtRuleProps } from './at-rule.js' +import Comment, { CommentProps } from './comment.js' +import Container, { NewChild } from './container.js' +import CssSyntaxError from './css-syntax-error.js' +import Declaration, { DeclarationProps } from './declaration.js' +import Document from './document.js' +import Input from './input.js' +import { Stringifier, Syntax } from './postcss.js' +import Result from './result.js' +import Root from './root.js' +import Rule, { RuleProps } from './rule.js' +import Warning, { WarningOptions } from './warning.js' + +declare namespace Node { + export type ChildNode = AtRule.default | Comment | Declaration | Rule + + export type AnyNode = + | AtRule.default + | Comment + | Declaration + | Document + | Root + | Rule + + export type ChildProps = + | AtRuleProps + | CommentProps + | DeclarationProps + | RuleProps + + export interface Position { + /** + * Source line in file. In contrast to `offset` it starts from 1. + */ + column: number + + /** + * Source column in file. + */ + line: number + + /** + * Source offset in file. It starts from 0. + */ + offset: number + } + + export interface Range { + /** + * End position, exclusive. + */ + end: Position + + /** + * Start position, inclusive. + */ + start: Position + } + + /** + * Source represents an interface for the {@link Node.source} property. + */ + export interface Source { + /** + * The inclusive ending position for the source + * code of a node. + * + * However, `end.offset` of a non `Root` node is the exclusive position. + * See https://github.com/postcss/postcss/pull/1879 for details. + * + * ```js + * const root = postcss.parse('a { color: black }') + * const a = root.first + * const color = a.first + * + * // The offset of `Root` node is the inclusive position + * css.source.end // { line: 1, column: 19, offset: 18 } + * + * // The offset of non `Root` node is the exclusive position + * a.source.end // { line: 1, column: 18, offset: 18 } + * color.source.end // { line: 1, column: 16, offset: 16 } + * ``` + */ + end?: Position + + /** + * The source file from where a node has originated. + */ + input: Input + + /** + * The inclusive starting position for the source + * code of a node. + */ + start?: Position + } + + /** + * Interface represents an interface for an object received + * as parameter by Node class constructor. + */ + export interface NodeProps { + source?: Source + } + + export interface NodeErrorOptions { + /** + * An ending index inside a node's string that should be highlighted as + * source of error. + */ + endIndex?: number + /** + * An index inside a node's string that should be highlighted as source + * of error. + */ + index?: number + /** + * Plugin name that created this error. PostCSS will set it automatically. + */ + plugin?: string + /** + * A word inside a node's string, that should be highlighted as source + * of error. + */ + word?: string + } + + // eslint-disable-next-line @typescript-eslint/no-shadow + class Node extends Node_ {} + export { Node as default } +} + +/** + * It represents an abstract class that handles common + * methods for other CSS abstract syntax tree nodes. + * + * Any node that represents CSS selector or value should + * not extend the `Node` class. + */ +declare abstract class Node_ { + /** + * It represents parent of the current node. + * + * ```js + * root.nodes[0].parent === root //=> true + * ``` + */ + parent: Container | Document | undefined + + /** + * It represents unnecessary whitespace and characters present + * in the css source code. + * + * Information to generate byte-to-byte equal node string as it was + * in the origin input. + * + * The properties of the raws object are decided by parser, + * the default parser uses the following properties: + * + * * `before`: the space symbols before the node. It also stores `*` + * and `_` symbols before the declaration (IE hack). + * * `after`: the space symbols after the last child of the node + * to the end of the node. + * * `between`: the symbols between the property and value + * for declarations, selector and `{` for rules, or last parameter + * and `{` for at-rules. + * * `semicolon`: contains true if the last child has + * an (optional) semicolon. + * * `afterName`: the space between the at-rule name and its parameters. + * * `left`: the space symbols between `/*` and the comment’s text. + * * `right`: the space symbols between the comment’s text + * and */. + * - `important`: the content of the important statement, + * if it is not just `!important`. + * + * PostCSS filters out the comments inside selectors, declaration values + * and at-rule parameters but it stores the origin content in raws. + * + * ```js + * const root = postcss.parse('a {\n color:black\n}') + * root.first.first.raws //=> { before: '\n ', between: ':' } + * ``` + */ + raws: any + + /** + * It represents information related to origin of a node and is required + * for generating source maps. + * + * The nodes that are created manually using the public APIs + * provided by PostCSS will have `source` undefined and + * will be absent in the source map. + * + * For this reason, the plugin developer should consider + * duplicating nodes as the duplicate node will have the + * same source as the original node by default or assign + * source to a node created manually. + * + * ```js + * decl.source.input.from //=> '/home/ai/source.css' + * decl.source.start //=> { line: 10, column: 2 } + * decl.source.end //=> { line: 10, column: 12 } + * ``` + * + * ```js + * // Incorrect method, source not specified! + * const prefixed = postcss.decl({ + * prop: '-moz-' + decl.prop, + * value: decl.value + * }) + * + * // Correct method, source is inherited when duplicating. + * const prefixed = decl.clone({ + * prop: '-moz-' + decl.prop + * }) + * ``` + * + * ```js + * if (atrule.name === 'add-link') { + * const rule = postcss.rule({ + * selector: 'a', + * source: atrule.source + * }) + * + * atrule.parent.insertBefore(atrule, rule) + * } + * ``` + */ + source?: Node.Source + + /** + * It represents type of a node in + * an abstract syntax tree. + * + * A type of node helps in identification of a node + * and perform operation based on it's type. + * + * ```js + * const declaration = new Declaration({ + * prop: 'color', + * value: 'black' + * }) + * + * declaration.type //=> 'decl' + * ``` + */ + type: string + + constructor(defaults?: object) + + /** + * Insert new node after current node to current node’s parent. + * + * Just alias for `node.parent.insertAfter(node, add)`. + * + * ```js + * decl.after('color: black') + * ``` + * + * @param newNode New node. + * @return This node for methods chain. + */ + after( + newNode: Node | Node.ChildProps | readonly Node[] | string | undefined + ): this + + /** + * It assigns properties to an existing node instance. + * + * ```js + * decl.assign({ prop: 'word-wrap', value: 'break-word' }) + * ``` + * + * @param overrides New properties to override the node. + * + * @return `this` for method chaining. + */ + assign(overrides: object): this + + /** + * Insert new node before current node to current node’s parent. + * + * Just alias for `node.parent.insertBefore(node, add)`. + * + * ```js + * decl.before('content: ""') + * ``` + * + * @param newNode New node. + * @return This node for methods chain. + */ + before( + newNode: Node | Node.ChildProps | readonly Node[] | string | undefined + ): this + + /** + * Clear the code style properties for the node and its children. + * + * ```js + * node.raws.before //=> ' ' + * node.cleanRaws() + * node.raws.before //=> undefined + * ``` + * + * @param keepBetween Keep the `raws.between` symbols. + */ + cleanRaws(keepBetween?: boolean): void + + /** + * It creates clone of an existing node, which includes all the properties + * and their values, that includes `raws` but not `type`. + * + * ```js + * decl.raws.before //=> "\n " + * const cloned = decl.clone({ prop: '-moz-' + decl.prop }) + * cloned.raws.before //=> "\n " + * cloned.toString() //=> -moz-transform: scale(0) + * ``` + * + * @param overrides New properties to override in the clone. + * + * @return Duplicate of the node instance. + */ + clone(overrides?: object): this + + /** + * Shortcut to clone the node and insert the resulting cloned node + * after the current node. + * + * @param overrides New properties to override in the clone. + * @return New node. + */ + cloneAfter(overrides?: object): this + + /** + * Shortcut to clone the node and insert the resulting cloned node + * before the current node. + * + * ```js + * decl.cloneBefore({ prop: '-moz-' + decl.prop }) + * ``` + * + * @param overrides Mew properties to override in the clone. + * + * @return New node + */ + cloneBefore(overrides?: object): this + + /** + * It creates an instance of the class `CssSyntaxError` and parameters passed + * to this method are assigned to the error instance. + * + * The error instance will have description for the + * error, original position of the node in the + * source, showing line and column number. + * + * If any previous map is present, it would be used + * to get original position of the source. + * + * The Previous Map here is referred to the source map + * generated by previous compilation, example: Less, + * Stylus and Sass. + * + * This method returns the error instance instead of + * throwing it. + * + * ```js + * if (!variables[name]) { + * throw decl.error(`Unknown variable ${name}`, { word: name }) + * // CssSyntaxError: postcss-vars:a.sass:4:3: Unknown variable $black + * // color: $black + * // a + * // ^ + * // background: white + * } + * ``` + * + * @param message Description for the error instance. + * @param options Options for the error instance. + * + * @return Error instance is returned. + */ + error(message: string, options?: Node.NodeErrorOptions): CssSyntaxError + + /** + * Returns the next child of the node’s parent. + * Returns `undefined` if the current node is the last child. + * + * ```js + * if (comment.text === 'delete next') { + * const next = comment.next() + * if (next) { + * next.remove() + * } + * } + * ``` + * + * @return Next node. + */ + next(): Node.ChildNode | undefined + + /** + * Get the position for a word or an index inside the node. + * + * @param opts Options. + * @return Position. + */ + positionBy(opts?: Pick): Node.Position + + /** + * Convert string index to line/column. + * + * @param index The symbol number in the node’s string. + * @return Symbol position in file. + */ + positionInside(index: number): Node.Position + + /** + * Returns the previous child of the node’s parent. + * Returns `undefined` if the current node is the first child. + * + * ```js + * const annotation = decl.prev() + * if (annotation.type === 'comment') { + * readAnnotation(annotation.text) + * } + * ``` + * + * @return Previous node. + */ + prev(): Node.ChildNode | undefined + + /** + * Get the range for a word or start and end index inside the node. + * The start index is inclusive; the end index is exclusive. + * + * @param opts Options. + * @return Range. + */ + rangeBy( + opts?: Pick + ): Node.Range + + /** + * Returns a `raws` value. If the node is missing + * the code style property (because the node was manually built or cloned), + * PostCSS will try to autodetect the code style property by looking + * at other nodes in the tree. + * + * ```js + * const root = postcss.parse('a { background: white }') + * root.nodes[0].append({ prop: 'color', value: 'black' }) + * root.nodes[0].nodes[1].raws.before //=> undefined + * root.nodes[0].nodes[1].raw('before') //=> ' ' + * ``` + * + * @param prop Name of code style property. + * @param defaultType Name of default value, it can be missed + * if the value is the same as prop. + * @return {string} Code style value. + */ + raw(prop: string, defaultType?: string): string + + /** + * It removes the node from its parent and deletes its parent property. + * + * ```js + * if (decl.prop.match(/^-webkit-/)) { + * decl.remove() + * } + * ``` + * + * @return `this` for method chaining. + */ + remove(): this + + /** + * Inserts node(s) before the current node and removes the current node. + * + * ```js + * AtRule: { + * mixin: atrule => { + * atrule.replaceWith(mixinRules[atrule.params]) + * } + * } + * ``` + * + * @param nodes Mode(s) to replace current one. + * @return Current node to methods chain. + */ + replaceWith(...nodes: NewChild[]): this + + /** + * Finds the Root instance of the node’s tree. + * + * ```js + * root.nodes[0].nodes[0].root() === root + * ``` + * + * @return Root parent. + */ + root(): Root + + /** + * Fix circular links on `JSON.stringify()`. + * + * @return Cleaned object. + */ + toJSON(): object + + /** + * It compiles the node to browser readable cascading style sheets string + * depending on it's type. + * + * ```js + * new Rule({ selector: 'a' }).toString() //=> "a {}" + * ``` + * + * @param stringifier A syntax to use in string generation. + * @return CSS string of this node. + */ + toString(stringifier?: Stringifier | Syntax): string + + /** + * It is a wrapper for {@link Result#warn}, providing convenient + * way of generating warnings. + * + * ```js + * Declaration: { + * bad: (decl, { result }) => { + * decl.warn(result, 'Deprecated property: bad') + * } + * } + * ``` + * + * @param result The `Result` instance that will receive the warning. + * @param message Description for the warning. + * @param options Options for the warning. + * + * @return `Warning` instance is returned + */ + warn(result: Result, message: string, options?: WarningOptions): Warning + + /** + * If this node isn't already dirty, marks it and its ancestors as such. This + * indicates to the LazyResult processor that the {@link Root} has been + * modified by the current plugin and may need to be processed again by other + * plugins. + */ + protected markDirty(): void +} + +declare class Node extends Node_ {} + +export = Node diff --git a/node_modules/postcss/lib/node.js b/node_modules/postcss/lib/node.js new file mode 100644 index 0000000..b403b71 --- /dev/null +++ b/node_modules/postcss/lib/node.js @@ -0,0 +1,449 @@ +'use strict' + +let CssSyntaxError = require('./css-syntax-error') +let Stringifier = require('./stringifier') +let stringify = require('./stringify') +let { isClean, my } = require('./symbols') + +function cloneNode(obj, parent) { + let cloned = new obj.constructor() + + for (let i in obj) { + if (!Object.prototype.hasOwnProperty.call(obj, i)) { + /* c8 ignore next 2 */ + continue + } + if (i === 'proxyCache') continue + let value = obj[i] + let type = typeof value + + if (i === 'parent' && type === 'object') { + if (parent) cloned[i] = parent + } else if (i === 'source') { + cloned[i] = value + } else if (Array.isArray(value)) { + cloned[i] = value.map(j => cloneNode(j, cloned)) + } else { + if (type === 'object' && value !== null) value = cloneNode(value) + cloned[i] = value + } + } + + return cloned +} + +function sourceOffset(inputCSS, position) { + // Not all custom syntaxes support `offset` in `source.start` and `source.end` + if (position && typeof position.offset !== 'undefined') { + return position.offset + } + + let column = 1 + let line = 1 + let offset = 0 + + for (let i = 0; i < inputCSS.length; i++) { + if (line === position.line && column === position.column) { + offset = i + break + } + + if (inputCSS[i] === '\n') { + column = 1 + line += 1 + } else { + column += 1 + } + } + + return offset +} + +class Node { + get proxyOf() { + return this + } + + constructor(defaults = {}) { + this.raws = {} + this[isClean] = false + this[my] = true + + for (let name in defaults) { + if (name === 'nodes') { + this.nodes = [] + for (let node of defaults[name]) { + if (typeof node.clone === 'function') { + this.append(node.clone()) + } else { + this.append(node) + } + } + } else { + this[name] = defaults[name] + } + } + } + + addToError(error) { + error.postcssNode = this + if (error.stack && this.source && /\n\s{4}at /.test(error.stack)) { + let s = this.source + error.stack = error.stack.replace( + /\n\s{4}at /, + `$&${s.input.from}:${s.start.line}:${s.start.column}$&` + ) + } + return error + } + + after(add) { + this.parent.insertAfter(this, add) + return this + } + + assign(overrides = {}) { + for (let name in overrides) { + this[name] = overrides[name] + } + return this + } + + before(add) { + this.parent.insertBefore(this, add) + return this + } + + cleanRaws(keepBetween) { + delete this.raws.before + delete this.raws.after + if (!keepBetween) delete this.raws.between + } + + clone(overrides = {}) { + let cloned = cloneNode(this) + for (let name in overrides) { + cloned[name] = overrides[name] + } + return cloned + } + + cloneAfter(overrides = {}) { + let cloned = this.clone(overrides) + this.parent.insertAfter(this, cloned) + return cloned + } + + cloneBefore(overrides = {}) { + let cloned = this.clone(overrides) + this.parent.insertBefore(this, cloned) + return cloned + } + + error(message, opts = {}) { + if (this.source) { + let { end, start } = this.rangeBy(opts) + return this.source.input.error( + message, + { column: start.column, line: start.line }, + { column: end.column, line: end.line }, + opts + ) + } + return new CssSyntaxError(message) + } + + getProxyProcessor() { + return { + get(node, prop) { + if (prop === 'proxyOf') { + return node + } else if (prop === 'root') { + return () => node.root().toProxy() + } else { + return node[prop] + } + }, + + set(node, prop, value) { + if (node[prop] === value) return true + node[prop] = value + if ( + prop === 'prop' || + prop === 'value' || + prop === 'name' || + prop === 'params' || + prop === 'important' || + /* c8 ignore next */ + prop === 'text' + ) { + node.markDirty() + } + return true + } + } + } + + /* c8 ignore next 3 */ + markClean() { + this[isClean] = true + } + + markDirty() { + if (this[isClean]) { + this[isClean] = false + let next = this + while ((next = next.parent)) { + next[isClean] = false + } + } + } + + next() { + if (!this.parent) return undefined + let index = this.parent.index(this) + return this.parent.nodes[index + 1] + } + + positionBy(opts = {}) { + let pos = this.source.start + if (opts.index) { + pos = this.positionInside(opts.index) + } else if (opts.word) { + let inputString = + 'document' in this.source.input + ? this.source.input.document + : this.source.input.css + let stringRepresentation = inputString.slice( + sourceOffset(inputString, this.source.start), + sourceOffset(inputString, this.source.end) + ) + let index = stringRepresentation.indexOf(opts.word) + if (index !== -1) pos = this.positionInside(index) + } + return pos + } + + positionInside(index) { + let column = this.source.start.column + let line = this.source.start.line + let inputString = + 'document' in this.source.input + ? this.source.input.document + : this.source.input.css + let offset = sourceOffset(inputString, this.source.start) + let end = offset + index + + for (let i = offset; i < end; i++) { + if (inputString[i] === '\n') { + column = 1 + line += 1 + } else { + column += 1 + } + } + + return { column, line, offset: end } + } + + prev() { + if (!this.parent) return undefined + let index = this.parent.index(this) + return this.parent.nodes[index - 1] + } + + rangeBy(opts = {}) { + let inputString = + 'document' in this.source.input + ? this.source.input.document + : this.source.input.css + let start = { + column: this.source.start.column, + line: this.source.start.line, + offset: sourceOffset(inputString, this.source.start) + } + let end = this.source.end + ? { + column: this.source.end.column + 1, + line: this.source.end.line, + offset: + typeof this.source.end.offset === 'number' + ? // `source.end.offset` is exclusive, so we don't need to add 1 + this.source.end.offset + : // Since line/column in this.source.end is inclusive, + // the `sourceOffset(... , this.source.end)` returns an inclusive offset. + // So, we add 1 to convert it to exclusive. + sourceOffset(inputString, this.source.end) + 1 + } + : { + column: start.column + 1, + line: start.line, + offset: start.offset + 1 + } + + if (opts.word) { + let stringRepresentation = inputString.slice( + sourceOffset(inputString, this.source.start), + sourceOffset(inputString, this.source.end) + ) + let index = stringRepresentation.indexOf(opts.word) + if (index !== -1) { + start = this.positionInside(index) + end = this.positionInside(index + opts.word.length) + } + } else { + if (opts.start) { + start = { + column: opts.start.column, + line: opts.start.line, + offset: sourceOffset(inputString, opts.start) + } + } else if (opts.index) { + start = this.positionInside(opts.index) + } + + if (opts.end) { + end = { + column: opts.end.column, + line: opts.end.line, + offset: sourceOffset(inputString, opts.end) + } + } else if (typeof opts.endIndex === 'number') { + end = this.positionInside(opts.endIndex) + } else if (opts.index) { + end = this.positionInside(opts.index + 1) + } + } + + if ( + end.line < start.line || + (end.line === start.line && end.column <= start.column) + ) { + end = { + column: start.column + 1, + line: start.line, + offset: start.offset + 1 + } + } + + return { end, start } + } + + raw(prop, defaultType) { + let str = new Stringifier() + return str.raw(this, prop, defaultType) + } + + remove() { + if (this.parent) { + this.parent.removeChild(this) + } + this.parent = undefined + return this + } + + replaceWith(...nodes) { + if (this.parent) { + let bookmark = this + let foundSelf = false + for (let node of nodes) { + if (node === this) { + foundSelf = true + } else if (foundSelf) { + this.parent.insertAfter(bookmark, node) + bookmark = node + } else { + this.parent.insertBefore(bookmark, node) + } + } + + if (!foundSelf) { + this.remove() + } + } + + return this + } + + root() { + let result = this + while (result.parent && result.parent.type !== 'document') { + result = result.parent + } + return result + } + + toJSON(_, inputs) { + let fixed = {} + let emitInputs = inputs == null + inputs = inputs || new Map() + let inputsNextIndex = 0 + + for (let name in this) { + if (!Object.prototype.hasOwnProperty.call(this, name)) { + /* c8 ignore next 2 */ + continue + } + if (name === 'parent' || name === 'proxyCache') continue + let value = this[name] + + if (Array.isArray(value)) { + fixed[name] = value.map(i => { + if (typeof i === 'object' && i.toJSON) { + return i.toJSON(null, inputs) + } else { + return i + } + }) + } else if (typeof value === 'object' && value.toJSON) { + fixed[name] = value.toJSON(null, inputs) + } else if (name === 'source') { + if (value == null) continue + let inputId = inputs.get(value.input) + if (inputId == null) { + inputId = inputsNextIndex + inputs.set(value.input, inputsNextIndex) + inputsNextIndex++ + } + fixed[name] = { + end: value.end, + inputId, + start: value.start + } + } else { + fixed[name] = value + } + } + + if (emitInputs) { + fixed.inputs = [...inputs.keys()].map(input => input.toJSON()) + } + + return fixed + } + + toProxy() { + if (!this.proxyCache) { + this.proxyCache = new Proxy(this, this.getProxyProcessor()) + } + return this.proxyCache + } + + toString(stringifier = stringify) { + if (stringifier.stringify) stringifier = stringifier.stringify + let result = '' + stringifier(this, i => { + result += i + }) + return result + } + + warn(result, text, opts = {}) { + let data = { node: this } + for (let i in opts) data[i] = opts[i] + return result.warn(text, data) + } +} + +module.exports = Node +Node.default = Node diff --git a/node_modules/postcss/lib/parse.d.ts b/node_modules/postcss/lib/parse.d.ts new file mode 100644 index 0000000..4c943a4 --- /dev/null +++ b/node_modules/postcss/lib/parse.d.ts @@ -0,0 +1,9 @@ +import { Parser } from './postcss.js' + +interface Parse extends Parser { + default: Parse +} + +declare const parse: Parse + +export = parse diff --git a/node_modules/postcss/lib/parse.js b/node_modules/postcss/lib/parse.js new file mode 100644 index 0000000..00a1037 --- /dev/null +++ b/node_modules/postcss/lib/parse.js @@ -0,0 +1,42 @@ +'use strict' + +let Container = require('./container') +let Input = require('./input') +let Parser = require('./parser') + +function parse(css, opts) { + let input = new Input(css, opts) + let parser = new Parser(input) + try { + parser.parse() + } catch (e) { + if (process.env.NODE_ENV !== 'production') { + if (e.name === 'CssSyntaxError' && opts && opts.from) { + if (/\.scss$/i.test(opts.from)) { + e.message += + '\nYou tried to parse SCSS with ' + + 'the standard CSS parser; ' + + 'try again with the postcss-scss parser' + } else if (/\.sass/i.test(opts.from)) { + e.message += + '\nYou tried to parse Sass with ' + + 'the standard CSS parser; ' + + 'try again with the postcss-sass parser' + } else if (/\.less$/i.test(opts.from)) { + e.message += + '\nYou tried to parse Less with ' + + 'the standard CSS parser; ' + + 'try again with the postcss-less parser' + } + } + } + throw e + } + + return parser.root +} + +module.exports = parse +parse.default = parse + +Container.registerParse(parse) diff --git a/node_modules/postcss/lib/parser.js b/node_modules/postcss/lib/parser.js new file mode 100644 index 0000000..64fb5d8 --- /dev/null +++ b/node_modules/postcss/lib/parser.js @@ -0,0 +1,611 @@ +'use strict' + +let AtRule = require('./at-rule') +let Comment = require('./comment') +let Declaration = require('./declaration') +let Root = require('./root') +let Rule = require('./rule') +let tokenizer = require('./tokenize') + +const SAFE_COMMENT_NEIGHBOR = { + empty: true, + space: true +} + +function findLastWithPosition(tokens) { + for (let i = tokens.length - 1; i >= 0; i--) { + let token = tokens[i] + let pos = token[3] || token[2] + if (pos) return pos + } +} + +class Parser { + constructor(input) { + this.input = input + + this.root = new Root() + this.current = this.root + this.spaces = '' + this.semicolon = false + + this.createTokenizer() + this.root.source = { input, start: { column: 1, line: 1, offset: 0 } } + } + + atrule(token) { + let node = new AtRule() + node.name = token[1].slice(1) + if (node.name === '') { + this.unnamedAtrule(node, token) + } + this.init(node, token[2]) + + let type + let prev + let shift + let last = false + let open = false + let params = [] + let brackets = [] + + while (!this.tokenizer.endOfFile()) { + token = this.tokenizer.nextToken() + type = token[0] + + if (type === '(' || type === '[') { + brackets.push(type === '(' ? ')' : ']') + } else if (type === '{' && brackets.length > 0) { + brackets.push('}') + } else if (type === brackets[brackets.length - 1]) { + brackets.pop() + } + + if (brackets.length === 0) { + if (type === ';') { + node.source.end = this.getPosition(token[2]) + node.source.end.offset++ + this.semicolon = true + break + } else if (type === '{') { + open = true + break + } else if (type === '}') { + if (params.length > 0) { + shift = params.length - 1 + prev = params[shift] + while (prev && prev[0] === 'space') { + prev = params[--shift] + } + if (prev) { + node.source.end = this.getPosition(prev[3] || prev[2]) + node.source.end.offset++ + } + } + this.end(token) + break + } else { + params.push(token) + } + } else { + params.push(token) + } + + if (this.tokenizer.endOfFile()) { + last = true + break + } + } + + node.raws.between = this.spacesAndCommentsFromEnd(params) + if (params.length) { + node.raws.afterName = this.spacesAndCommentsFromStart(params) + this.raw(node, 'params', params) + if (last) { + token = params[params.length - 1] + node.source.end = this.getPosition(token[3] || token[2]) + node.source.end.offset++ + this.spaces = node.raws.between + node.raws.between = '' + } + } else { + node.raws.afterName = '' + node.params = '' + } + + if (open) { + node.nodes = [] + this.current = node + } + } + + checkMissedSemicolon(tokens) { + let colon = this.colon(tokens) + if (colon === false) return + + let founded = 0 + let token + for (let j = colon - 1; j >= 0; j--) { + token = tokens[j] + if (token[0] !== 'space') { + founded += 1 + if (founded === 2) break + } + } + // If the token is a word, e.g. `!important`, `red` or any other valid property's value. + // Then we need to return the colon after that word token. [3] is the "end" colon of that word. + // And because we need it after that one we do +1 to get the next one. + throw this.input.error( + 'Missed semicolon', + token[0] === 'word' ? token[3] + 1 : token[2] + ) + } + + colon(tokens) { + let brackets = 0 + let prev, token, type + for (let [i, element] of tokens.entries()) { + token = element + type = token[0] + + if (type === '(') { + brackets += 1 + } + if (type === ')') { + brackets -= 1 + } + if (brackets === 0 && type === ':') { + if (!prev) { + this.doubleColon(token) + } else if (prev[0] === 'word' && prev[1] === 'progid') { + continue + } else { + return i + } + } + + prev = token + } + return false + } + + comment(token) { + let node = new Comment() + this.init(node, token[2]) + node.source.end = this.getPosition(token[3] || token[2]) + node.source.end.offset++ + + let text = token[1].slice(2, -2) + if (/^\s*$/.test(text)) { + node.text = '' + node.raws.left = text + node.raws.right = '' + } else { + let match = text.match(/^(\s*)([^]*\S)(\s*)$/) + node.text = match[2] + node.raws.left = match[1] + node.raws.right = match[3] + } + } + + createTokenizer() { + this.tokenizer = tokenizer(this.input) + } + + decl(tokens, customProperty) { + let node = new Declaration() + this.init(node, tokens[0][2]) + + let last = tokens[tokens.length - 1] + if (last[0] === ';') { + this.semicolon = true + tokens.pop() + } + + node.source.end = this.getPosition( + last[3] || last[2] || findLastWithPosition(tokens) + ) + node.source.end.offset++ + + while (tokens[0][0] !== 'word') { + if (tokens.length === 1) this.unknownWord(tokens) + node.raws.before += tokens.shift()[1] + } + node.source.start = this.getPosition(tokens[0][2]) + + node.prop = '' + while (tokens.length) { + let type = tokens[0][0] + if (type === ':' || type === 'space' || type === 'comment') { + break + } + node.prop += tokens.shift()[1] + } + + node.raws.between = '' + + let token + while (tokens.length) { + token = tokens.shift() + + if (token[0] === ':') { + node.raws.between += token[1] + break + } else { + if (token[0] === 'word' && /\w/.test(token[1])) { + this.unknownWord([token]) + } + node.raws.between += token[1] + } + } + + if (node.prop[0] === '_' || node.prop[0] === '*') { + node.raws.before += node.prop[0] + node.prop = node.prop.slice(1) + } + + let firstSpaces = [] + let next + while (tokens.length) { + next = tokens[0][0] + if (next !== 'space' && next !== 'comment') break + firstSpaces.push(tokens.shift()) + } + + this.precheckMissedSemicolon(tokens) + + for (let i = tokens.length - 1; i >= 0; i--) { + token = tokens[i] + if (token[1].toLowerCase() === '!important') { + node.important = true + let string = this.stringFrom(tokens, i) + string = this.spacesFromEnd(tokens) + string + if (string !== ' !important') node.raws.important = string + break + } else if (token[1].toLowerCase() === 'important') { + let cache = tokens.slice(0) + let str = '' + for (let j = i; j > 0; j--) { + let type = cache[j][0] + if (str.trim().startsWith('!') && type !== 'space') { + break + } + str = cache.pop()[1] + str + } + if (str.trim().startsWith('!')) { + node.important = true + node.raws.important = str + tokens = cache + } + } + + if (token[0] !== 'space' && token[0] !== 'comment') { + break + } + } + + let hasWord = tokens.some(i => i[0] !== 'space' && i[0] !== 'comment') + + if (hasWord) { + node.raws.between += firstSpaces.map(i => i[1]).join('') + firstSpaces = [] + } + this.raw(node, 'value', firstSpaces.concat(tokens), customProperty) + + if (node.value.includes(':') && !customProperty) { + this.checkMissedSemicolon(tokens) + } + } + + doubleColon(token) { + throw this.input.error( + 'Double colon', + { offset: token[2] }, + { offset: token[2] + token[1].length } + ) + } + + emptyRule(token) { + let node = new Rule() + this.init(node, token[2]) + node.selector = '' + node.raws.between = '' + this.current = node + } + + end(token) { + if (this.current.nodes && this.current.nodes.length) { + this.current.raws.semicolon = this.semicolon + } + this.semicolon = false + + this.current.raws.after = (this.current.raws.after || '') + this.spaces + this.spaces = '' + + if (this.current.parent) { + this.current.source.end = this.getPosition(token[2]) + this.current.source.end.offset++ + this.current = this.current.parent + } else { + this.unexpectedClose(token) + } + } + + endFile() { + if (this.current.parent) this.unclosedBlock() + if (this.current.nodes && this.current.nodes.length) { + this.current.raws.semicolon = this.semicolon + } + this.current.raws.after = (this.current.raws.after || '') + this.spaces + this.root.source.end = this.getPosition(this.tokenizer.position()) + } + + freeSemicolon(token) { + this.spaces += token[1] + if (this.current.nodes) { + let prev = this.current.nodes[this.current.nodes.length - 1] + if (prev && prev.type === 'rule' && !prev.raws.ownSemicolon) { + prev.raws.ownSemicolon = this.spaces + this.spaces = '' + prev.source.end = this.getPosition(token[2]) + prev.source.end.offset += prev.raws.ownSemicolon.length + } + } + } + + // Helpers + + getPosition(offset) { + let pos = this.input.fromOffset(offset) + return { + column: pos.col, + line: pos.line, + offset + } + } + + init(node, offset) { + this.current.push(node) + node.source = { + input: this.input, + start: this.getPosition(offset) + } + node.raws.before = this.spaces + this.spaces = '' + if (node.type !== 'comment') this.semicolon = false + } + + other(start) { + let end = false + let type = null + let colon = false + let bracket = null + let brackets = [] + let customProperty = start[1].startsWith('--') + + let tokens = [] + let token = start + while (token) { + type = token[0] + tokens.push(token) + + if (type === '(' || type === '[') { + if (!bracket) bracket = token + brackets.push(type === '(' ? ')' : ']') + } else if (customProperty && colon && type === '{') { + if (!bracket) bracket = token + brackets.push('}') + } else if (brackets.length === 0) { + if (type === ';') { + if (colon) { + this.decl(tokens, customProperty) + return + } else { + break + } + } else if (type === '{') { + this.rule(tokens) + return + } else if (type === '}') { + this.tokenizer.back(tokens.pop()) + end = true + break + } else if (type === ':') { + colon = true + } + } else if (type === brackets[brackets.length - 1]) { + brackets.pop() + if (brackets.length === 0) bracket = null + } + + token = this.tokenizer.nextToken() + } + + if (this.tokenizer.endOfFile()) end = true + if (brackets.length > 0) this.unclosedBracket(bracket) + + if (end && colon) { + if (!customProperty) { + while (tokens.length) { + token = tokens[tokens.length - 1][0] + if (token !== 'space' && token !== 'comment') break + this.tokenizer.back(tokens.pop()) + } + } + this.decl(tokens, customProperty) + } else { + this.unknownWord(tokens) + } + } + + parse() { + let token + while (!this.tokenizer.endOfFile()) { + token = this.tokenizer.nextToken() + + switch (token[0]) { + case 'space': + this.spaces += token[1] + break + + case ';': + this.freeSemicolon(token) + break + + case '}': + this.end(token) + break + + case 'comment': + this.comment(token) + break + + case 'at-word': + this.atrule(token) + break + + case '{': + this.emptyRule(token) + break + + default: + this.other(token) + break + } + } + this.endFile() + } + + precheckMissedSemicolon(/* tokens */) { + // Hook for Safe Parser + } + + raw(node, prop, tokens, customProperty) { + let token, type + let length = tokens.length + let value = '' + let clean = true + let next, prev + + for (let i = 0; i < length; i += 1) { + token = tokens[i] + type = token[0] + if (type === 'space' && i === length - 1 && !customProperty) { + clean = false + } else if (type === 'comment') { + prev = tokens[i - 1] ? tokens[i - 1][0] : 'empty' + next = tokens[i + 1] ? tokens[i + 1][0] : 'empty' + if (!SAFE_COMMENT_NEIGHBOR[prev] && !SAFE_COMMENT_NEIGHBOR[next]) { + if (value.slice(-1) === ',') { + clean = false + } else { + value += token[1] + } + } else { + clean = false + } + } else { + value += token[1] + } + } + if (!clean) { + let raw = tokens.reduce((all, i) => all + i[1], '') + node.raws[prop] = { raw, value } + } + node[prop] = value + } + + rule(tokens) { + tokens.pop() + + let node = new Rule() + this.init(node, tokens[0][2]) + + node.raws.between = this.spacesAndCommentsFromEnd(tokens) + this.raw(node, 'selector', tokens) + this.current = node + } + + spacesAndCommentsFromEnd(tokens) { + let lastTokenType + let spaces = '' + while (tokens.length) { + lastTokenType = tokens[tokens.length - 1][0] + if (lastTokenType !== 'space' && lastTokenType !== 'comment') break + spaces = tokens.pop()[1] + spaces + } + return spaces + } + + // Errors + + spacesAndCommentsFromStart(tokens) { + let next + let spaces = '' + while (tokens.length) { + next = tokens[0][0] + if (next !== 'space' && next !== 'comment') break + spaces += tokens.shift()[1] + } + return spaces + } + + spacesFromEnd(tokens) { + let lastTokenType + let spaces = '' + while (tokens.length) { + lastTokenType = tokens[tokens.length - 1][0] + if (lastTokenType !== 'space') break + spaces = tokens.pop()[1] + spaces + } + return spaces + } + + stringFrom(tokens, from) { + let result = '' + for (let i = from; i < tokens.length; i++) { + result += tokens[i][1] + } + tokens.splice(from, tokens.length - from) + return result + } + + unclosedBlock() { + let pos = this.current.source.start + throw this.input.error('Unclosed block', pos.line, pos.column) + } + + unclosedBracket(bracket) { + throw this.input.error( + 'Unclosed bracket', + { offset: bracket[2] }, + { offset: bracket[2] + 1 } + ) + } + + unexpectedClose(token) { + throw this.input.error( + 'Unexpected }', + { offset: token[2] }, + { offset: token[2] + 1 } + ) + } + + unknownWord(tokens) { + throw this.input.error( + 'Unknown word ' + tokens[0][1], + { offset: tokens[0][2] }, + { offset: tokens[0][2] + tokens[0][1].length } + ) + } + + unnamedAtrule(node, token) { + throw this.input.error( + 'At-rule without name', + { offset: token[2] }, + { offset: token[2] + token[1].length } + ) + } +} + +module.exports = Parser diff --git a/node_modules/postcss/lib/postcss.d.mts b/node_modules/postcss/lib/postcss.d.mts new file mode 100644 index 0000000..d343f3c --- /dev/null +++ b/node_modules/postcss/lib/postcss.d.mts @@ -0,0 +1,69 @@ +export { + // Type-only exports + AcceptedPlugin, + + AnyNode, + atRule, + AtRule, + AtRuleProps, + Builder, + ChildNode, + ChildProps, + comment, + Comment, + CommentProps, + Container, + ContainerProps, + CssSyntaxError, + decl, + Declaration, + DeclarationProps, + // postcss function / namespace + default, + document, + Document, + DocumentProps, + FilePosition, + fromJSON, + Helpers, + Input, + + JSONHydrator, + // This is a class, but it’s not re-exported. That’s why it’s exported as type-only here. + type LazyResult, + list, + Message, + Node, + NodeErrorOptions, + NodeProps, + OldPlugin, + parse, + Parser, + // @ts-expect-error This value exists, but it’s untyped. + plugin, + Plugin, + PluginCreator, + Position, + Postcss, + ProcessOptions, + Processor, + Result, + root, + Root, + RootProps, + rule, + Rule, + RuleProps, + Source, + SourceMap, + SourceMapOptions, + Stringifier, + // Value exports from postcss.mjs + stringify, + Syntax, + TransformCallback, + Transformer, + Warning, + + WarningOptions +} from './postcss.js' diff --git a/node_modules/postcss/lib/postcss.d.ts b/node_modules/postcss/lib/postcss.d.ts new file mode 100644 index 0000000..c5e3605 --- /dev/null +++ b/node_modules/postcss/lib/postcss.d.ts @@ -0,0 +1,458 @@ +import { RawSourceMap, SourceMapGenerator } from 'source-map-js' + +import AtRule, { AtRuleProps } from './at-rule.js' +import Comment, { CommentProps } from './comment.js' +import Container, { ContainerProps, NewChild } from './container.js' +import CssSyntaxError from './css-syntax-error.js' +import Declaration, { DeclarationProps } from './declaration.js' +import Document, { DocumentProps } from './document.js' +import Input, { FilePosition } from './input.js' +import LazyResult from './lazy-result.js' +import list from './list.js' +import Node, { + AnyNode, + ChildNode, + ChildProps, + NodeErrorOptions, + NodeProps, + Position, + Source +} from './node.js' +import Processor from './processor.js' +import Result, { Message } from './result.js' +import Root, { RootProps } from './root.js' +import Rule, { RuleProps } from './rule.js' +import Warning, { WarningOptions } from './warning.js' + +type DocumentProcessor = ( + document: Document, + helper: postcss.Helpers +) => Promise | void +type RootProcessor = ( + root: Root, + helper: postcss.Helpers +) => Promise | void +type DeclarationProcessor = ( + decl: Declaration, + helper: postcss.Helpers +) => Promise | void +type RuleProcessor = ( + rule: Rule, + helper: postcss.Helpers +) => Promise | void +type AtRuleProcessor = ( + atRule: AtRule, + helper: postcss.Helpers +) => Promise | void +type CommentProcessor = ( + comment: Comment, + helper: postcss.Helpers +) => Promise | void + +interface Processors { + /** + * Will be called on all`AtRule` nodes. + * + * Will be called again on node or children changes. + */ + AtRule?: { [name: string]: AtRuleProcessor } | AtRuleProcessor + + /** + * Will be called on all `AtRule` nodes, when all children will be processed. + * + * Will be called again on node or children changes. + */ + AtRuleExit?: { [name: string]: AtRuleProcessor } | AtRuleProcessor + + /** + * Will be called on all `Comment` nodes. + * + * Will be called again on node or children changes. + */ + Comment?: CommentProcessor + + /** + * Will be called on all `Comment` nodes after listeners + * for `Comment` event. + * + * Will be called again on node or children changes. + */ + CommentExit?: CommentProcessor + + /** + * Will be called on all `Declaration` nodes after listeners + * for `Declaration` event. + * + * Will be called again on node or children changes. + */ + Declaration?: { [prop: string]: DeclarationProcessor } | DeclarationProcessor + + /** + * Will be called on all `Declaration` nodes. + * + * Will be called again on node or children changes. + */ + DeclarationExit?: + | { [prop: string]: DeclarationProcessor } + | DeclarationProcessor + + /** + * Will be called on `Document` node. + * + * Will be called again on children changes. + */ + Document?: DocumentProcessor + + /** + * Will be called on `Document` node, when all children will be processed. + * + * Will be called again on children changes. + */ + DocumentExit?: DocumentProcessor + + /** + * Will be called on `Root` node once. + */ + Once?: RootProcessor + + /** + * Will be called on `Root` node once, when all children will be processed. + */ + OnceExit?: RootProcessor + + /** + * Will be called on `Root` node. + * + * Will be called again on children changes. + */ + Root?: RootProcessor + + /** + * Will be called on `Root` node, when all children will be processed. + * + * Will be called again on children changes. + */ + RootExit?: RootProcessor + + /** + * Will be called on all `Rule` nodes. + * + * Will be called again on node or children changes. + */ + Rule?: RuleProcessor + + /** + * Will be called on all `Rule` nodes, when all children will be processed. + * + * Will be called again on node or children changes. + */ + RuleExit?: RuleProcessor +} + +declare namespace postcss { + export { + AnyNode, + AtRule, + AtRuleProps, + ChildNode, + ChildProps, + Comment, + CommentProps, + Container, + ContainerProps, + CssSyntaxError, + Declaration, + DeclarationProps, + Document, + DocumentProps, + FilePosition, + Input, + LazyResult, + list, + Message, + NewChild, + Node, + NodeErrorOptions, + NodeProps, + Position, + Processor, + Result, + Root, + RootProps, + Rule, + RuleProps, + Source, + Warning, + WarningOptions + } + + export type SourceMap = { + toJSON(): RawSourceMap + } & SourceMapGenerator + + export type Helpers = { postcss: Postcss; result: Result } & Postcss + + export interface Plugin extends Processors { + postcssPlugin: string + prepare?: (result: Result) => Processors + } + + export interface PluginCreator { + (opts?: PluginOptions): Plugin | Processor + postcss: true + } + + export interface Transformer extends TransformCallback { + postcssPlugin: string + postcssVersion: string + } + + export interface TransformCallback { + (root: Root, result: Result): Promise | void + } + + export interface OldPlugin extends Transformer { + (opts?: T): Transformer + postcss: Transformer + } + + export type AcceptedPlugin = + | { + postcss: Processor | TransformCallback + } + | OldPlugin + | Plugin + | PluginCreator + | Processor + | TransformCallback + + export interface Parser { + ( + css: { toString(): string } | string, + opts?: Pick + ): RootNode + } + + export interface Builder { + (part: string, node?: AnyNode, type?: 'end' | 'start'): void + } + + export interface Stringifier { + (node: AnyNode, builder: Builder): void + } + + export interface JSONHydrator { + (data: object): Node + (data: object[]): Node[] + } + + export interface Syntax { + /** + * Function to generate AST by string. + */ + parse?: Parser + + /** + * Class to generate string by AST. + */ + stringify?: Stringifier + } + + export interface SourceMapOptions { + /** + * Use absolute path in generated source map. + */ + absolute?: boolean + + /** + * Indicates that PostCSS should add annotation comments to the CSS. + * By default, PostCSS will always add a comment with a path + * to the source map. PostCSS will not add annotations to CSS files + * that do not contain any comments. + * + * By default, PostCSS presumes that you want to save the source map as + * `opts.to + '.map'` and will use this path in the annotation comment. + * A different path can be set by providing a string value for annotation. + * + * If you have set `inline: true`, annotation cannot be disabled. + */ + annotation?: ((file: string, root: Root) => string) | boolean | string + + /** + * Override `from` in map’s sources. + */ + from?: string + + /** + * Indicates that the source map should be embedded in the output CSS + * as a Base64-encoded comment. By default, it is `true`. + * But if all previous maps are external, not inline, PostCSS will not embed + * the map even if you do not set this option. + * + * If you have an inline source map, the result.map property will be empty, + * as the source map will be contained within the text of `result.css`. + */ + inline?: boolean + + /** + * Source map content from a previous processing step (e.g., Sass). + * + * PostCSS will try to read the previous source map + * automatically (based on comments within the source CSS), but you can use + * this option to identify it manually. + * + * If desired, you can omit the previous map with prev: `false`. + */ + prev?: ((file: string) => string) | boolean | object | string + + /** + * Indicates that PostCSS should set the origin content (e.g., Sass source) + * of the source map. By default, it is true. But if all previous maps do not + * contain sources content, PostCSS will also leave it out even if you + * do not set this option. + */ + sourcesContent?: boolean + } + + export interface ProcessOptions { + /** + * Input file if it is not simple CSS file, but HTML with +Browserstack-logo-white + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/node_modules/psl/data/rules.js b/node_modules/psl/data/rules.js new file mode 100644 index 0000000..7c167fb --- /dev/null +++ b/node_modules/psl/data/rules.js @@ -0,0 +1,9778 @@ +export default [ + "ac", + "com.ac", + "edu.ac", + "gov.ac", + "mil.ac", + "net.ac", + "org.ac", + "ad", + "ae", + "ac.ae", + "co.ae", + "gov.ae", + "mil.ae", + "net.ae", + "org.ae", + "sch.ae", + "aero", + "airline.aero", + "airport.aero", + "accident-investigation.aero", + "accident-prevention.aero", + "aerobatic.aero", + "aeroclub.aero", + "aerodrome.aero", + "agents.aero", + "air-surveillance.aero", + "air-traffic-control.aero", + "aircraft.aero", + "airtraffic.aero", + "ambulance.aero", + "association.aero", + "author.aero", + "ballooning.aero", + "broker.aero", + "caa.aero", + "cargo.aero", + "catering.aero", + "certification.aero", + "championship.aero", + "charter.aero", + "civilaviation.aero", + "club.aero", + "conference.aero", + "consultant.aero", + "consulting.aero", + "control.aero", + "council.aero", + "crew.aero", + "design.aero", + "dgca.aero", + "educator.aero", + "emergency.aero", + "engine.aero", + "engineer.aero", + "entertainment.aero", + "equipment.aero", + "exchange.aero", + "express.aero", + "federation.aero", + "flight.aero", + "freight.aero", + "fuel.aero", + "gliding.aero", + "government.aero", + "groundhandling.aero", + "group.aero", + "hanggliding.aero", + "homebuilt.aero", + "insurance.aero", + "journal.aero", + "journalist.aero", + "leasing.aero", + "logistics.aero", + "magazine.aero", + "maintenance.aero", + "marketplace.aero", + "media.aero", + "microlight.aero", + "modelling.aero", + "navigation.aero", + "parachuting.aero", + "paragliding.aero", + "passenger-association.aero", + "pilot.aero", + "press.aero", + "production.aero", + "recreation.aero", + "repbody.aero", + "res.aero", + "research.aero", + "rotorcraft.aero", + "safety.aero", + "scientist.aero", + "services.aero", + "show.aero", + "skydiving.aero", + "software.aero", + "student.aero", + "taxi.aero", + "trader.aero", + "trading.aero", + "trainer.aero", + "union.aero", + "workinggroup.aero", + "works.aero", + "af", + "com.af", + "edu.af", + "gov.af", + "net.af", + "org.af", + "ag", + "co.ag", + "com.ag", + "net.ag", + "nom.ag", + "org.ag", + "ai", + "com.ai", + "net.ai", + "off.ai", + "org.ai", + "al", + "com.al", + "edu.al", + "gov.al", + "mil.al", + "net.al", + "org.al", + "am", + "co.am", + "com.am", + "commune.am", + "net.am", + "org.am", + "ao", + "co.ao", + "ed.ao", + "edu.ao", + "gov.ao", + "gv.ao", + "it.ao", + "og.ao", + "org.ao", + "pb.ao", + "aq", + "ar", + "bet.ar", + "com.ar", + "coop.ar", + "edu.ar", + "gob.ar", + "gov.ar", + "int.ar", + "mil.ar", + "musica.ar", + "mutual.ar", + "net.ar", + "org.ar", + "senasa.ar", + "tur.ar", + "arpa", + "e164.arpa", + "home.arpa", + "in-addr.arpa", + "ip6.arpa", + "iris.arpa", + "uri.arpa", + "urn.arpa", + "as", + "gov.as", + "asia", + "at", + "ac.at", + "sth.ac.at", + "co.at", + "gv.at", + "or.at", + "au", + "asn.au", + "com.au", + "edu.au", + "gov.au", + "id.au", + "net.au", + "org.au", + "conf.au", + "oz.au", + "act.au", + "nsw.au", + "nt.au", + "qld.au", + "sa.au", + "tas.au", + "vic.au", + "wa.au", + "act.edu.au", + "catholic.edu.au", + "nsw.edu.au", + "nt.edu.au", + "qld.edu.au", + "sa.edu.au", + "tas.edu.au", + "vic.edu.au", + "wa.edu.au", + "qld.gov.au", + "sa.gov.au", + "tas.gov.au", + "vic.gov.au", + "wa.gov.au", + "schools.nsw.edu.au", + "aw", + "com.aw", + "ax", + "az", + "biz.az", + "com.az", + "edu.az", + "gov.az", + "info.az", + "int.az", + "mil.az", + "name.az", + "net.az", + "org.az", + "pp.az", + "pro.az", + "ba", + "com.ba", + "edu.ba", + "gov.ba", + "mil.ba", + "net.ba", + "org.ba", + "bb", + "biz.bb", + "co.bb", + "com.bb", + "edu.bb", + "gov.bb", + "info.bb", + "net.bb", + "org.bb", + "store.bb", + "tv.bb", + "*.bd", + "be", + "ac.be", + "bf", + "gov.bf", + "bg", + "0.bg", + "1.bg", + "2.bg", + "3.bg", + "4.bg", + "5.bg", + "6.bg", + "7.bg", + "8.bg", + "9.bg", + "a.bg", + "b.bg", + "c.bg", + "d.bg", + "e.bg", + "f.bg", + "g.bg", + "h.bg", + "i.bg", + "j.bg", + "k.bg", + "l.bg", + "m.bg", + "n.bg", + "o.bg", + "p.bg", + "q.bg", + "r.bg", + "s.bg", + "t.bg", + "u.bg", + "v.bg", + "w.bg", + "x.bg", + "y.bg", + "z.bg", + "bh", + "com.bh", + "edu.bh", + "gov.bh", + "net.bh", + "org.bh", + "bi", + "co.bi", + "com.bi", + "edu.bi", + "or.bi", + "org.bi", + "biz", + "bj", + "africa.bj", + "agro.bj", + "architectes.bj", + "assur.bj", + "avocats.bj", + "co.bj", + "com.bj", + "eco.bj", + "econo.bj", + "edu.bj", + "info.bj", + "loisirs.bj", + "money.bj", + "net.bj", + "org.bj", + "ote.bj", + "restaurant.bj", + "resto.bj", + "tourism.bj", + "univ.bj", + "bm", + "com.bm", + "edu.bm", + "gov.bm", + "net.bm", + "org.bm", + "bn", + "com.bn", + "edu.bn", + "gov.bn", + "net.bn", + "org.bn", + "bo", + "com.bo", + "edu.bo", + "gob.bo", + "int.bo", + "mil.bo", + "net.bo", + "org.bo", + "tv.bo", + "web.bo", + "academia.bo", + "agro.bo", + "arte.bo", + "blog.bo", + "bolivia.bo", + "ciencia.bo", + "cooperativa.bo", + "democracia.bo", + "deporte.bo", + "ecologia.bo", + "economia.bo", + "empresa.bo", + "indigena.bo", + "industria.bo", + "info.bo", + "medicina.bo", + "movimiento.bo", + "musica.bo", + "natural.bo", + "nombre.bo", + "noticias.bo", + "patria.bo", + "plurinacional.bo", + "politica.bo", + "profesional.bo", + "pueblo.bo", + "revista.bo", + "salud.bo", + "tecnologia.bo", + "tksat.bo", + "transporte.bo", + "wiki.bo", + "br", + "9guacu.br", + "abc.br", + "adm.br", + "adv.br", + "agr.br", + "aju.br", + "am.br", + "anani.br", + "aparecida.br", + "app.br", + "arq.br", + "art.br", + "ato.br", + "b.br", + "barueri.br", + "belem.br", + "bet.br", + "bhz.br", + "bib.br", + "bio.br", + "blog.br", + "bmd.br", + "boavista.br", + "bsb.br", + "campinagrande.br", + "campinas.br", + "caxias.br", + "cim.br", + "cng.br", + "cnt.br", + "com.br", + "contagem.br", + "coop.br", + "coz.br", + "cri.br", + "cuiaba.br", + "curitiba.br", + "def.br", + "des.br", + "det.br", + "dev.br", + "ecn.br", + "eco.br", + "edu.br", + "emp.br", + "enf.br", + "eng.br", + "esp.br", + "etc.br", + "eti.br", + "far.br", + "feira.br", + "flog.br", + "floripa.br", + "fm.br", + "fnd.br", + "fortal.br", + "fot.br", + "foz.br", + "fst.br", + "g12.br", + "geo.br", + "ggf.br", + "goiania.br", + "gov.br", + "ac.gov.br", + "al.gov.br", + "am.gov.br", + "ap.gov.br", + "ba.gov.br", + "ce.gov.br", + "df.gov.br", + "es.gov.br", + "go.gov.br", + "ma.gov.br", + "mg.gov.br", + "ms.gov.br", + "mt.gov.br", + "pa.gov.br", + "pb.gov.br", + "pe.gov.br", + "pi.gov.br", + "pr.gov.br", + "rj.gov.br", + "rn.gov.br", + "ro.gov.br", + "rr.gov.br", + "rs.gov.br", + "sc.gov.br", + "se.gov.br", + "sp.gov.br", + "to.gov.br", + "gru.br", + "imb.br", + "ind.br", + "inf.br", + "jab.br", + "jampa.br", + "jdf.br", + "joinville.br", + "jor.br", + "jus.br", + "leg.br", + "leilao.br", + "lel.br", + "log.br", + "londrina.br", + "macapa.br", + "maceio.br", + "manaus.br", + "maringa.br", + "mat.br", + "med.br", + "mil.br", + "morena.br", + "mp.br", + "mus.br", + "natal.br", + "net.br", + "niteroi.br", + "*.nom.br", + "not.br", + "ntr.br", + "odo.br", + "ong.br", + "org.br", + "osasco.br", + "palmas.br", + "poa.br", + "ppg.br", + "pro.br", + "psc.br", + "psi.br", + "pvh.br", + "qsl.br", + "radio.br", + "rec.br", + "recife.br", + "rep.br", + "ribeirao.br", + "rio.br", + "riobranco.br", + "riopreto.br", + "salvador.br", + "sampa.br", + "santamaria.br", + "santoandre.br", + "saobernardo.br", + "saogonca.br", + "seg.br", + "sjc.br", + "slg.br", + "slz.br", + "sorocaba.br", + "srv.br", + "taxi.br", + "tc.br", + "tec.br", + "teo.br", + "the.br", + "tmp.br", + "trd.br", + "tur.br", + "tv.br", + "udi.br", + "vet.br", + "vix.br", + "vlog.br", + "wiki.br", + "zlg.br", + "bs", + "com.bs", + "edu.bs", + "gov.bs", + "net.bs", + "org.bs", + "bt", + "com.bt", + "edu.bt", + "gov.bt", + "net.bt", + "org.bt", + "bv", + "bw", + "co.bw", + "org.bw", + "by", + "gov.by", + "mil.by", + "com.by", + "of.by", + "bz", + "co.bz", + "com.bz", + "edu.bz", + "gov.bz", + "net.bz", + "org.bz", + "ca", + "ab.ca", + "bc.ca", + "mb.ca", + "nb.ca", + "nf.ca", + "nl.ca", + "ns.ca", + "nt.ca", + "nu.ca", + "on.ca", + "pe.ca", + "qc.ca", + "sk.ca", + "yk.ca", + "gc.ca", + "cat", + "cc", + "cd", + "gov.cd", + "cf", + "cg", + "ch", + "ci", + "ac.ci", + "aéroport.ci", + "asso.ci", + "co.ci", + "com.ci", + "ed.ci", + "edu.ci", + "go.ci", + "gouv.ci", + "int.ci", + "net.ci", + "or.ci", + "org.ci", + "*.ck", + "!www.ck", + "cl", + "co.cl", + "gob.cl", + "gov.cl", + "mil.cl", + "cm", + "co.cm", + "com.cm", + "gov.cm", + "net.cm", + "cn", + "ac.cn", + "com.cn", + "edu.cn", + "gov.cn", + "mil.cn", + "net.cn", + "org.cn", + "公司.cn", + "網絡.cn", + "网络.cn", + "ah.cn", + "bj.cn", + "cq.cn", + "fj.cn", + "gd.cn", + "gs.cn", + "gx.cn", + "gz.cn", + "ha.cn", + "hb.cn", + "he.cn", + "hi.cn", + "hk.cn", + "hl.cn", + "hn.cn", + "jl.cn", + "js.cn", + "jx.cn", + "ln.cn", + "mo.cn", + "nm.cn", + "nx.cn", + "qh.cn", + "sc.cn", + "sd.cn", + "sh.cn", + "sn.cn", + "sx.cn", + "tj.cn", + "tw.cn", + "xj.cn", + "xz.cn", + "yn.cn", + "zj.cn", + "co", + "com.co", + "edu.co", + "gov.co", + "mil.co", + "net.co", + "nom.co", + "org.co", + "com", + "coop", + "cr", + "ac.cr", + "co.cr", + "ed.cr", + "fi.cr", + "go.cr", + "or.cr", + "sa.cr", + "cu", + "com.cu", + "edu.cu", + "gob.cu", + "inf.cu", + "nat.cu", + "net.cu", + "org.cu", + "cv", + "com.cv", + "edu.cv", + "id.cv", + "int.cv", + "net.cv", + "nome.cv", + "org.cv", + "publ.cv", + "cw", + "com.cw", + "edu.cw", + "net.cw", + "org.cw", + "cx", + "gov.cx", + "cy", + "ac.cy", + "biz.cy", + "com.cy", + "ekloges.cy", + "gov.cy", + "ltd.cy", + "mil.cy", + "net.cy", + "org.cy", + "press.cy", + "pro.cy", + "tm.cy", + "cz", + "de", + "dj", + "dk", + "dm", + "co.dm", + "com.dm", + "edu.dm", + "gov.dm", + "net.dm", + "org.dm", + "do", + "art.do", + "com.do", + "edu.do", + "gob.do", + "gov.do", + "mil.do", + "net.do", + "org.do", + "sld.do", + "web.do", + "dz", + "art.dz", + "asso.dz", + "com.dz", + "edu.dz", + "gov.dz", + "net.dz", + "org.dz", + "pol.dz", + "soc.dz", + "tm.dz", + "ec", + "com.ec", + "edu.ec", + "fin.ec", + "gob.ec", + "gov.ec", + "info.ec", + "k12.ec", + "med.ec", + "mil.ec", + "net.ec", + "org.ec", + "pro.ec", + "edu", + "ee", + "aip.ee", + "com.ee", + "edu.ee", + "fie.ee", + "gov.ee", + "lib.ee", + "med.ee", + "org.ee", + "pri.ee", + "riik.ee", + "eg", + "ac.eg", + "com.eg", + "edu.eg", + "eun.eg", + "gov.eg", + "info.eg", + "me.eg", + "mil.eg", + "name.eg", + "net.eg", + "org.eg", + "sci.eg", + "sport.eg", + "tv.eg", + "*.er", + "es", + "com.es", + "edu.es", + "gob.es", + "nom.es", + "org.es", + "et", + "biz.et", + "com.et", + "edu.et", + "gov.et", + "info.et", + "name.et", + "net.et", + "org.et", + "eu", + "fi", + "aland.fi", + "fj", + "ac.fj", + "biz.fj", + "com.fj", + "gov.fj", + "info.fj", + "mil.fj", + "name.fj", + "net.fj", + "org.fj", + "pro.fj", + "*.fk", + "fm", + "com.fm", + "edu.fm", + "net.fm", + "org.fm", + "fo", + "fr", + "asso.fr", + "com.fr", + "gouv.fr", + "nom.fr", + "prd.fr", + "tm.fr", + "avoues.fr", + "cci.fr", + "greta.fr", + "huissier-justice.fr", + "ga", + "gb", + "gd", + "edu.gd", + "gov.gd", + "ge", + "com.ge", + "edu.ge", + "gov.ge", + "net.ge", + "org.ge", + "pvt.ge", + "school.ge", + "gf", + "gg", + "co.gg", + "net.gg", + "org.gg", + "gh", + "com.gh", + "edu.gh", + "gov.gh", + "mil.gh", + "org.gh", + "gi", + "com.gi", + "edu.gi", + "gov.gi", + "ltd.gi", + "mod.gi", + "org.gi", + "gl", + "co.gl", + "com.gl", + "edu.gl", + "net.gl", + "org.gl", + "gm", + "gn", + "ac.gn", + "com.gn", + "edu.gn", + "gov.gn", + "net.gn", + "org.gn", + "gov", + "gp", + "asso.gp", + "com.gp", + "edu.gp", + "mobi.gp", + "net.gp", + "org.gp", + "gq", + "gr", + "com.gr", + "edu.gr", + "gov.gr", + "net.gr", + "org.gr", + "gs", + "gt", + "com.gt", + "edu.gt", + "gob.gt", + "ind.gt", + "mil.gt", + "net.gt", + "org.gt", + "gu", + "com.gu", + "edu.gu", + "gov.gu", + "guam.gu", + "info.gu", + "net.gu", + "org.gu", + "web.gu", + "gw", + "gy", + "co.gy", + "com.gy", + "edu.gy", + "gov.gy", + "net.gy", + "org.gy", + "hk", + "com.hk", + "edu.hk", + "gov.hk", + "idv.hk", + "net.hk", + "org.hk", + "个人.hk", + "個人.hk", + "公司.hk", + "政府.hk", + "敎育.hk", + "教育.hk", + "箇人.hk", + "組織.hk", + "組织.hk", + "網絡.hk", + "網络.hk", + "组織.hk", + "组织.hk", + "网絡.hk", + "网络.hk", + "hm", + "hn", + "com.hn", + "edu.hn", + "gob.hn", + "mil.hn", + "net.hn", + "org.hn", + "hr", + "com.hr", + "from.hr", + "iz.hr", + "name.hr", + "ht", + "adult.ht", + "art.ht", + "asso.ht", + "com.ht", + "coop.ht", + "edu.ht", + "firm.ht", + "gouv.ht", + "info.ht", + "med.ht", + "net.ht", + "org.ht", + "perso.ht", + "pol.ht", + "pro.ht", + "rel.ht", + "shop.ht", + "hu", + "2000.hu", + "agrar.hu", + "bolt.hu", + "casino.hu", + "city.hu", + "co.hu", + "erotica.hu", + "erotika.hu", + "film.hu", + "forum.hu", + "games.hu", + "hotel.hu", + "info.hu", + "ingatlan.hu", + "jogasz.hu", + "konyvelo.hu", + "lakas.hu", + "media.hu", + "news.hu", + "org.hu", + "priv.hu", + "reklam.hu", + "sex.hu", + "shop.hu", + "sport.hu", + "suli.hu", + "szex.hu", + "tm.hu", + "tozsde.hu", + "utazas.hu", + "video.hu", + "id", + "ac.id", + "biz.id", + "co.id", + "desa.id", + "go.id", + "mil.id", + "my.id", + "net.id", + "or.id", + "ponpes.id", + "sch.id", + "web.id", + "ie", + "gov.ie", + "il", + "ac.il", + "co.il", + "gov.il", + "idf.il", + "k12.il", + "muni.il", + "net.il", + "org.il", + "ישראל", + "אקדמיה.ישראל", + "ישוב.ישראל", + "צהל.ישראל", + "ממשל.ישראל", + "im", + "ac.im", + "co.im", + "ltd.co.im", + "plc.co.im", + "com.im", + "net.im", + "org.im", + "tt.im", + "tv.im", + "in", + "5g.in", + "6g.in", + "ac.in", + "ai.in", + "am.in", + "bihar.in", + "biz.in", + "business.in", + "ca.in", + "cn.in", + "co.in", + "com.in", + "coop.in", + "cs.in", + "delhi.in", + "dr.in", + "edu.in", + "er.in", + "firm.in", + "gen.in", + "gov.in", + "gujarat.in", + "ind.in", + "info.in", + "int.in", + "internet.in", + "io.in", + "me.in", + "mil.in", + "net.in", + "nic.in", + "org.in", + "pg.in", + "post.in", + "pro.in", + "res.in", + "travel.in", + "tv.in", + "uk.in", + "up.in", + "us.in", + "info", + "int", + "eu.int", + "io", + "co.io", + "com.io", + "edu.io", + "gov.io", + "mil.io", + "net.io", + "nom.io", + "org.io", + "iq", + "com.iq", + "edu.iq", + "gov.iq", + "mil.iq", + "net.iq", + "org.iq", + "ir", + "ac.ir", + "co.ir", + "gov.ir", + "id.ir", + "net.ir", + "org.ir", + "sch.ir", + "ایران.ir", + "ايران.ir", + "is", + "it", + "edu.it", + "gov.it", + "abr.it", + "abruzzo.it", + "aosta-valley.it", + "aostavalley.it", + "bas.it", + "basilicata.it", + "cal.it", + "calabria.it", + "cam.it", + "campania.it", + "emilia-romagna.it", + "emiliaromagna.it", + "emr.it", + "friuli-v-giulia.it", + "friuli-ve-giulia.it", + "friuli-vegiulia.it", + "friuli-venezia-giulia.it", + "friuli-veneziagiulia.it", + "friuli-vgiulia.it", + "friuliv-giulia.it", + "friulive-giulia.it", + "friulivegiulia.it", + "friulivenezia-giulia.it", + "friuliveneziagiulia.it", + "friulivgiulia.it", + "fvg.it", + "laz.it", + "lazio.it", + "lig.it", + "liguria.it", + "lom.it", + "lombardia.it", + "lombardy.it", + "lucania.it", + "mar.it", + "marche.it", + "mol.it", + "molise.it", + "piedmont.it", + "piemonte.it", + "pmn.it", + "pug.it", + "puglia.it", + "sar.it", + "sardegna.it", + "sardinia.it", + "sic.it", + "sicilia.it", + "sicily.it", + "taa.it", + "tos.it", + "toscana.it", + "trentin-sud-tirol.it", + "trentin-süd-tirol.it", + "trentin-sudtirol.it", + "trentin-südtirol.it", + "trentin-sued-tirol.it", + "trentin-suedtirol.it", + "trentino.it", + "trentino-a-adige.it", + "trentino-aadige.it", + "trentino-alto-adige.it", + "trentino-altoadige.it", + "trentino-s-tirol.it", + "trentino-stirol.it", + "trentino-sud-tirol.it", + "trentino-süd-tirol.it", + "trentino-sudtirol.it", + "trentino-südtirol.it", + "trentino-sued-tirol.it", + "trentino-suedtirol.it", + "trentinoa-adige.it", + "trentinoaadige.it", + "trentinoalto-adige.it", + "trentinoaltoadige.it", + "trentinos-tirol.it", + "trentinostirol.it", + "trentinosud-tirol.it", + "trentinosüd-tirol.it", + "trentinosudtirol.it", + "trentinosüdtirol.it", + "trentinosued-tirol.it", + "trentinosuedtirol.it", + "trentinsud-tirol.it", + "trentinsüd-tirol.it", + "trentinsudtirol.it", + "trentinsüdtirol.it", + "trentinsued-tirol.it", + "trentinsuedtirol.it", + "tuscany.it", + "umb.it", + "umbria.it", + "val-d-aosta.it", + "val-daosta.it", + "vald-aosta.it", + "valdaosta.it", + "valle-aosta.it", + "valle-d-aosta.it", + "valle-daosta.it", + "valleaosta.it", + "valled-aosta.it", + "valledaosta.it", + "vallee-aoste.it", + "vallée-aoste.it", + "vallee-d-aoste.it", + "vallée-d-aoste.it", + "valleeaoste.it", + "valléeaoste.it", + "valleedaoste.it", + "valléedaoste.it", + "vao.it", + "vda.it", + "ven.it", + "veneto.it", + "ag.it", + "agrigento.it", + "al.it", + "alessandria.it", + "alto-adige.it", + "altoadige.it", + "an.it", + "ancona.it", + "andria-barletta-trani.it", + "andria-trani-barletta.it", + "andriabarlettatrani.it", + "andriatranibarletta.it", + "ao.it", + "aosta.it", + "aoste.it", + "ap.it", + "aq.it", + "aquila.it", + "ar.it", + "arezzo.it", + "ascoli-piceno.it", + "ascolipiceno.it", + "asti.it", + "at.it", + "av.it", + "avellino.it", + "ba.it", + "balsan.it", + "balsan-sudtirol.it", + "balsan-südtirol.it", + "balsan-suedtirol.it", + "bari.it", + "barletta-trani-andria.it", + "barlettatraniandria.it", + "belluno.it", + "benevento.it", + "bergamo.it", + "bg.it", + "bi.it", + "biella.it", + "bl.it", + "bn.it", + "bo.it", + "bologna.it", + "bolzano.it", + "bolzano-altoadige.it", + "bozen.it", + "bozen-sudtirol.it", + "bozen-südtirol.it", + "bozen-suedtirol.it", + "br.it", + "brescia.it", + "brindisi.it", + "bs.it", + "bt.it", + "bulsan.it", + "bulsan-sudtirol.it", + "bulsan-südtirol.it", + "bulsan-suedtirol.it", + "bz.it", + "ca.it", + "cagliari.it", + "caltanissetta.it", + "campidano-medio.it", + "campidanomedio.it", + "campobasso.it", + "carbonia-iglesias.it", + "carboniaiglesias.it", + "carrara-massa.it", + "carraramassa.it", + "caserta.it", + "catania.it", + "catanzaro.it", + "cb.it", + "ce.it", + "cesena-forli.it", + "cesena-forlì.it", + "cesenaforli.it", + "cesenaforlì.it", + "ch.it", + "chieti.it", + "ci.it", + "cl.it", + "cn.it", + "co.it", + "como.it", + "cosenza.it", + "cr.it", + "cremona.it", + "crotone.it", + "cs.it", + "ct.it", + "cuneo.it", + "cz.it", + "dell-ogliastra.it", + "dellogliastra.it", + "en.it", + "enna.it", + "fc.it", + "fe.it", + "fermo.it", + "ferrara.it", + "fg.it", + "fi.it", + "firenze.it", + "florence.it", + "fm.it", + "foggia.it", + "forli-cesena.it", + "forlì-cesena.it", + "forlicesena.it", + "forlìcesena.it", + "fr.it", + "frosinone.it", + "ge.it", + "genoa.it", + "genova.it", + "go.it", + "gorizia.it", + "gr.it", + "grosseto.it", + "iglesias-carbonia.it", + "iglesiascarbonia.it", + "im.it", + "imperia.it", + "is.it", + "isernia.it", + "kr.it", + "la-spezia.it", + "laquila.it", + "laspezia.it", + "latina.it", + "lc.it", + "le.it", + "lecce.it", + "lecco.it", + "li.it", + "livorno.it", + "lo.it", + "lodi.it", + "lt.it", + "lu.it", + "lucca.it", + "macerata.it", + "mantova.it", + "massa-carrara.it", + "massacarrara.it", + "matera.it", + "mb.it", + "mc.it", + "me.it", + "medio-campidano.it", + "mediocampidano.it", + "messina.it", + "mi.it", + "milan.it", + "milano.it", + "mn.it", + "mo.it", + "modena.it", + "monza.it", + "monza-brianza.it", + "monza-e-della-brianza.it", + "monzabrianza.it", + "monzaebrianza.it", + "monzaedellabrianza.it", + "ms.it", + "mt.it", + "na.it", + "naples.it", + "napoli.it", + "no.it", + "novara.it", + "nu.it", + "nuoro.it", + "og.it", + "ogliastra.it", + "olbia-tempio.it", + "olbiatempio.it", + "or.it", + "oristano.it", + "ot.it", + "pa.it", + "padova.it", + "padua.it", + "palermo.it", + "parma.it", + "pavia.it", + "pc.it", + "pd.it", + "pe.it", + "perugia.it", + "pesaro-urbino.it", + "pesarourbino.it", + "pescara.it", + "pg.it", + "pi.it", + "piacenza.it", + "pisa.it", + "pistoia.it", + "pn.it", + "po.it", + "pordenone.it", + "potenza.it", + "pr.it", + "prato.it", + "pt.it", + "pu.it", + "pv.it", + "pz.it", + "ra.it", + "ragusa.it", + "ravenna.it", + "rc.it", + "re.it", + "reggio-calabria.it", + "reggio-emilia.it", + "reggiocalabria.it", + "reggioemilia.it", + "rg.it", + "ri.it", + "rieti.it", + "rimini.it", + "rm.it", + "rn.it", + "ro.it", + "roma.it", + "rome.it", + "rovigo.it", + "sa.it", + "salerno.it", + "sassari.it", + "savona.it", + "si.it", + "siena.it", + "siracusa.it", + "so.it", + "sondrio.it", + "sp.it", + "sr.it", + "ss.it", + "südtirol.it", + "suedtirol.it", + "sv.it", + "ta.it", + "taranto.it", + "te.it", + "tempio-olbia.it", + "tempioolbia.it", + "teramo.it", + "terni.it", + "tn.it", + "to.it", + "torino.it", + "tp.it", + "tr.it", + "trani-andria-barletta.it", + "trani-barletta-andria.it", + "traniandriabarletta.it", + "tranibarlettaandria.it", + "trapani.it", + "trento.it", + "treviso.it", + "trieste.it", + "ts.it", + "turin.it", + "tv.it", + "ud.it", + "udine.it", + "urbino-pesaro.it", + "urbinopesaro.it", + "va.it", + "varese.it", + "vb.it", + "vc.it", + "ve.it", + "venezia.it", + "venice.it", + "verbania.it", + "vercelli.it", + "verona.it", + "vi.it", + "vibo-valentia.it", + "vibovalentia.it", + "vicenza.it", + "viterbo.it", + "vr.it", + "vs.it", + "vt.it", + "vv.it", + "je", + "co.je", + "net.je", + "org.je", + "*.jm", + "jo", + "agri.jo", + "ai.jo", + "com.jo", + "edu.jo", + "eng.jo", + "fm.jo", + "gov.jo", + "mil.jo", + "net.jo", + "org.jo", + "per.jo", + "phd.jo", + "sch.jo", + "tv.jo", + "jobs", + "jp", + "ac.jp", + "ad.jp", + "co.jp", + "ed.jp", + "go.jp", + "gr.jp", + "lg.jp", + "ne.jp", + "or.jp", + "aichi.jp", + "akita.jp", + "aomori.jp", + "chiba.jp", + "ehime.jp", + "fukui.jp", + "fukuoka.jp", + "fukushima.jp", + "gifu.jp", + "gunma.jp", + "hiroshima.jp", + "hokkaido.jp", + "hyogo.jp", + "ibaraki.jp", + "ishikawa.jp", + "iwate.jp", + "kagawa.jp", + "kagoshima.jp", + "kanagawa.jp", + "kochi.jp", + "kumamoto.jp", + "kyoto.jp", + "mie.jp", + "miyagi.jp", + "miyazaki.jp", + "nagano.jp", + "nagasaki.jp", + "nara.jp", + "niigata.jp", + "oita.jp", + "okayama.jp", + "okinawa.jp", + "osaka.jp", + "saga.jp", + "saitama.jp", + "shiga.jp", + "shimane.jp", + "shizuoka.jp", + "tochigi.jp", + "tokushima.jp", + "tokyo.jp", + "tottori.jp", + "toyama.jp", + "wakayama.jp", + "yamagata.jp", + "yamaguchi.jp", + "yamanashi.jp", + "三重.jp", + "京都.jp", + "佐賀.jp", + "兵庫.jp", + "北海道.jp", + "千葉.jp", + "和歌山.jp", + "埼玉.jp", + "大分.jp", + "大阪.jp", + "奈良.jp", + "宮城.jp", + "宮崎.jp", + "富山.jp", + "山口.jp", + "山形.jp", + "山梨.jp", + "岐阜.jp", + "岡山.jp", + "岩手.jp", + "島根.jp", + "広島.jp", + "徳島.jp", + "愛媛.jp", + "愛知.jp", + "新潟.jp", + "東京.jp", + "栃木.jp", + "沖縄.jp", + "滋賀.jp", + "熊本.jp", + "石川.jp", + "神奈川.jp", + "福井.jp", + "福岡.jp", + "福島.jp", + "秋田.jp", + "群馬.jp", + "茨城.jp", + "長崎.jp", + "長野.jp", + "青森.jp", + "静岡.jp", + "香川.jp", + "高知.jp", + "鳥取.jp", + "鹿児島.jp", + "*.kawasaki.jp", + "!city.kawasaki.jp", + "*.kitakyushu.jp", + "!city.kitakyushu.jp", + "*.kobe.jp", + "!city.kobe.jp", + "*.nagoya.jp", + "!city.nagoya.jp", + "*.sapporo.jp", + "!city.sapporo.jp", + "*.sendai.jp", + "!city.sendai.jp", + "*.yokohama.jp", + "!city.yokohama.jp", + "aisai.aichi.jp", + "ama.aichi.jp", + "anjo.aichi.jp", + "asuke.aichi.jp", + "chiryu.aichi.jp", + "chita.aichi.jp", + "fuso.aichi.jp", + "gamagori.aichi.jp", + "handa.aichi.jp", + "hazu.aichi.jp", + "hekinan.aichi.jp", + "higashiura.aichi.jp", + "ichinomiya.aichi.jp", + "inazawa.aichi.jp", + "inuyama.aichi.jp", + "isshiki.aichi.jp", + "iwakura.aichi.jp", + "kanie.aichi.jp", + "kariya.aichi.jp", + "kasugai.aichi.jp", + "kira.aichi.jp", + "kiyosu.aichi.jp", + "komaki.aichi.jp", + "konan.aichi.jp", + "kota.aichi.jp", + "mihama.aichi.jp", + "miyoshi.aichi.jp", + "nishio.aichi.jp", + "nisshin.aichi.jp", + "obu.aichi.jp", + "oguchi.aichi.jp", + "oharu.aichi.jp", + "okazaki.aichi.jp", + "owariasahi.aichi.jp", + "seto.aichi.jp", + "shikatsu.aichi.jp", + "shinshiro.aichi.jp", + "shitara.aichi.jp", + "tahara.aichi.jp", + "takahama.aichi.jp", + "tobishima.aichi.jp", + "toei.aichi.jp", + "togo.aichi.jp", + "tokai.aichi.jp", + "tokoname.aichi.jp", + "toyoake.aichi.jp", + "toyohashi.aichi.jp", + "toyokawa.aichi.jp", + "toyone.aichi.jp", + "toyota.aichi.jp", + "tsushima.aichi.jp", + "yatomi.aichi.jp", + "akita.akita.jp", + "daisen.akita.jp", + "fujisato.akita.jp", + "gojome.akita.jp", + "hachirogata.akita.jp", + "happou.akita.jp", + "higashinaruse.akita.jp", + "honjo.akita.jp", + "honjyo.akita.jp", + "ikawa.akita.jp", + "kamikoani.akita.jp", + "kamioka.akita.jp", + "katagami.akita.jp", + "kazuno.akita.jp", + "kitaakita.akita.jp", + "kosaka.akita.jp", + "kyowa.akita.jp", + "misato.akita.jp", + "mitane.akita.jp", + "moriyoshi.akita.jp", + "nikaho.akita.jp", + "noshiro.akita.jp", + "odate.akita.jp", + "oga.akita.jp", + "ogata.akita.jp", + "semboku.akita.jp", + "yokote.akita.jp", + "yurihonjo.akita.jp", + "aomori.aomori.jp", + "gonohe.aomori.jp", + "hachinohe.aomori.jp", + "hashikami.aomori.jp", + "hiranai.aomori.jp", + "hirosaki.aomori.jp", + "itayanagi.aomori.jp", + "kuroishi.aomori.jp", + "misawa.aomori.jp", + "mutsu.aomori.jp", + "nakadomari.aomori.jp", + "noheji.aomori.jp", + "oirase.aomori.jp", + "owani.aomori.jp", + "rokunohe.aomori.jp", + "sannohe.aomori.jp", + "shichinohe.aomori.jp", + "shingo.aomori.jp", + "takko.aomori.jp", + "towada.aomori.jp", + "tsugaru.aomori.jp", + "tsuruta.aomori.jp", + "abiko.chiba.jp", + "asahi.chiba.jp", + "chonan.chiba.jp", + "chosei.chiba.jp", + "choshi.chiba.jp", + "chuo.chiba.jp", + "funabashi.chiba.jp", + "futtsu.chiba.jp", + "hanamigawa.chiba.jp", + "ichihara.chiba.jp", + "ichikawa.chiba.jp", + "ichinomiya.chiba.jp", + "inzai.chiba.jp", + "isumi.chiba.jp", + "kamagaya.chiba.jp", + "kamogawa.chiba.jp", + "kashiwa.chiba.jp", + "katori.chiba.jp", + "katsuura.chiba.jp", + "kimitsu.chiba.jp", + "kisarazu.chiba.jp", + "kozaki.chiba.jp", + "kujukuri.chiba.jp", + "kyonan.chiba.jp", + "matsudo.chiba.jp", + "midori.chiba.jp", + "mihama.chiba.jp", + "minamiboso.chiba.jp", + "mobara.chiba.jp", + "mutsuzawa.chiba.jp", + "nagara.chiba.jp", + "nagareyama.chiba.jp", + "narashino.chiba.jp", + "narita.chiba.jp", + "noda.chiba.jp", + "oamishirasato.chiba.jp", + "omigawa.chiba.jp", + "onjuku.chiba.jp", + "otaki.chiba.jp", + "sakae.chiba.jp", + "sakura.chiba.jp", + "shimofusa.chiba.jp", + "shirako.chiba.jp", + "shiroi.chiba.jp", + "shisui.chiba.jp", + "sodegaura.chiba.jp", + "sosa.chiba.jp", + "tako.chiba.jp", + "tateyama.chiba.jp", + "togane.chiba.jp", + "tohnosho.chiba.jp", + "tomisato.chiba.jp", + "urayasu.chiba.jp", + "yachimata.chiba.jp", + "yachiyo.chiba.jp", + "yokaichiba.chiba.jp", + "yokoshibahikari.chiba.jp", + "yotsukaido.chiba.jp", + "ainan.ehime.jp", + "honai.ehime.jp", + "ikata.ehime.jp", + "imabari.ehime.jp", + "iyo.ehime.jp", + "kamijima.ehime.jp", + "kihoku.ehime.jp", + "kumakogen.ehime.jp", + "masaki.ehime.jp", + "matsuno.ehime.jp", + "matsuyama.ehime.jp", + "namikata.ehime.jp", + "niihama.ehime.jp", + "ozu.ehime.jp", + "saijo.ehime.jp", + "seiyo.ehime.jp", + "shikokuchuo.ehime.jp", + "tobe.ehime.jp", + "toon.ehime.jp", + "uchiko.ehime.jp", + "uwajima.ehime.jp", + "yawatahama.ehime.jp", + "echizen.fukui.jp", + "eiheiji.fukui.jp", + "fukui.fukui.jp", + "ikeda.fukui.jp", + "katsuyama.fukui.jp", + "mihama.fukui.jp", + "minamiechizen.fukui.jp", + "obama.fukui.jp", + "ohi.fukui.jp", + "ono.fukui.jp", + "sabae.fukui.jp", + "sakai.fukui.jp", + "takahama.fukui.jp", + "tsuruga.fukui.jp", + "wakasa.fukui.jp", + "ashiya.fukuoka.jp", + "buzen.fukuoka.jp", + "chikugo.fukuoka.jp", + "chikuho.fukuoka.jp", + "chikujo.fukuoka.jp", + "chikushino.fukuoka.jp", + "chikuzen.fukuoka.jp", + "chuo.fukuoka.jp", + "dazaifu.fukuoka.jp", + "fukuchi.fukuoka.jp", + "hakata.fukuoka.jp", + "higashi.fukuoka.jp", + "hirokawa.fukuoka.jp", + "hisayama.fukuoka.jp", + "iizuka.fukuoka.jp", + "inatsuki.fukuoka.jp", + "kaho.fukuoka.jp", + "kasuga.fukuoka.jp", + "kasuya.fukuoka.jp", + "kawara.fukuoka.jp", + "keisen.fukuoka.jp", + "koga.fukuoka.jp", + "kurate.fukuoka.jp", + "kurogi.fukuoka.jp", + "kurume.fukuoka.jp", + "minami.fukuoka.jp", + "miyako.fukuoka.jp", + "miyama.fukuoka.jp", + "miyawaka.fukuoka.jp", + "mizumaki.fukuoka.jp", + "munakata.fukuoka.jp", + "nakagawa.fukuoka.jp", + "nakama.fukuoka.jp", + "nishi.fukuoka.jp", + "nogata.fukuoka.jp", + "ogori.fukuoka.jp", + "okagaki.fukuoka.jp", + "okawa.fukuoka.jp", + "oki.fukuoka.jp", + "omuta.fukuoka.jp", + "onga.fukuoka.jp", + "onojo.fukuoka.jp", + "oto.fukuoka.jp", + "saigawa.fukuoka.jp", + "sasaguri.fukuoka.jp", + "shingu.fukuoka.jp", + "shinyoshitomi.fukuoka.jp", + "shonai.fukuoka.jp", + "soeda.fukuoka.jp", + "sue.fukuoka.jp", + "tachiarai.fukuoka.jp", + "tagawa.fukuoka.jp", + "takata.fukuoka.jp", + "toho.fukuoka.jp", + "toyotsu.fukuoka.jp", + "tsuiki.fukuoka.jp", + "ukiha.fukuoka.jp", + "umi.fukuoka.jp", + "usui.fukuoka.jp", + "yamada.fukuoka.jp", + "yame.fukuoka.jp", + "yanagawa.fukuoka.jp", + "yukuhashi.fukuoka.jp", + "aizubange.fukushima.jp", + "aizumisato.fukushima.jp", + "aizuwakamatsu.fukushima.jp", + "asakawa.fukushima.jp", + "bandai.fukushima.jp", + "date.fukushima.jp", + "fukushima.fukushima.jp", + "furudono.fukushima.jp", + "futaba.fukushima.jp", + "hanawa.fukushima.jp", + "higashi.fukushima.jp", + "hirata.fukushima.jp", + "hirono.fukushima.jp", + "iitate.fukushima.jp", + "inawashiro.fukushima.jp", + "ishikawa.fukushima.jp", + "iwaki.fukushima.jp", + "izumizaki.fukushima.jp", + "kagamiishi.fukushima.jp", + "kaneyama.fukushima.jp", + "kawamata.fukushima.jp", + "kitakata.fukushima.jp", + "kitashiobara.fukushima.jp", + "koori.fukushima.jp", + "koriyama.fukushima.jp", + "kunimi.fukushima.jp", + "miharu.fukushima.jp", + "mishima.fukushima.jp", + "namie.fukushima.jp", + "nango.fukushima.jp", + "nishiaizu.fukushima.jp", + "nishigo.fukushima.jp", + "okuma.fukushima.jp", + "omotego.fukushima.jp", + "ono.fukushima.jp", + "otama.fukushima.jp", + "samegawa.fukushima.jp", + "shimogo.fukushima.jp", + "shirakawa.fukushima.jp", + "showa.fukushima.jp", + "soma.fukushima.jp", + "sukagawa.fukushima.jp", + "taishin.fukushima.jp", + "tamakawa.fukushima.jp", + "tanagura.fukushima.jp", + "tenei.fukushima.jp", + "yabuki.fukushima.jp", + "yamato.fukushima.jp", + "yamatsuri.fukushima.jp", + "yanaizu.fukushima.jp", + "yugawa.fukushima.jp", + "anpachi.gifu.jp", + "ena.gifu.jp", + "gifu.gifu.jp", + "ginan.gifu.jp", + "godo.gifu.jp", + "gujo.gifu.jp", + "hashima.gifu.jp", + "hichiso.gifu.jp", + "hida.gifu.jp", + "higashishirakawa.gifu.jp", + "ibigawa.gifu.jp", + "ikeda.gifu.jp", + "kakamigahara.gifu.jp", + "kani.gifu.jp", + "kasahara.gifu.jp", + "kasamatsu.gifu.jp", + "kawaue.gifu.jp", + "kitagata.gifu.jp", + "mino.gifu.jp", + "minokamo.gifu.jp", + "mitake.gifu.jp", + "mizunami.gifu.jp", + "motosu.gifu.jp", + "nakatsugawa.gifu.jp", + "ogaki.gifu.jp", + "sakahogi.gifu.jp", + "seki.gifu.jp", + "sekigahara.gifu.jp", + "shirakawa.gifu.jp", + "tajimi.gifu.jp", + "takayama.gifu.jp", + "tarui.gifu.jp", + "toki.gifu.jp", + "tomika.gifu.jp", + "wanouchi.gifu.jp", + "yamagata.gifu.jp", + "yaotsu.gifu.jp", + "yoro.gifu.jp", + "annaka.gunma.jp", + "chiyoda.gunma.jp", + "fujioka.gunma.jp", + "higashiagatsuma.gunma.jp", + "isesaki.gunma.jp", + "itakura.gunma.jp", + "kanna.gunma.jp", + "kanra.gunma.jp", + "katashina.gunma.jp", + "kawaba.gunma.jp", + "kiryu.gunma.jp", + "kusatsu.gunma.jp", + "maebashi.gunma.jp", + "meiwa.gunma.jp", + "midori.gunma.jp", + "minakami.gunma.jp", + "naganohara.gunma.jp", + "nakanojo.gunma.jp", + "nanmoku.gunma.jp", + "numata.gunma.jp", + "oizumi.gunma.jp", + "ora.gunma.jp", + "ota.gunma.jp", + "shibukawa.gunma.jp", + "shimonita.gunma.jp", + "shinto.gunma.jp", + "showa.gunma.jp", + "takasaki.gunma.jp", + "takayama.gunma.jp", + "tamamura.gunma.jp", + "tatebayashi.gunma.jp", + "tomioka.gunma.jp", + "tsukiyono.gunma.jp", + "tsumagoi.gunma.jp", + "ueno.gunma.jp", + "yoshioka.gunma.jp", + "asaminami.hiroshima.jp", + "daiwa.hiroshima.jp", + "etajima.hiroshima.jp", + "fuchu.hiroshima.jp", + "fukuyama.hiroshima.jp", + "hatsukaichi.hiroshima.jp", + "higashihiroshima.hiroshima.jp", + "hongo.hiroshima.jp", + "jinsekikogen.hiroshima.jp", + "kaita.hiroshima.jp", + "kui.hiroshima.jp", + "kumano.hiroshima.jp", + "kure.hiroshima.jp", + "mihara.hiroshima.jp", + "miyoshi.hiroshima.jp", + "naka.hiroshima.jp", + "onomichi.hiroshima.jp", + "osakikamijima.hiroshima.jp", + "otake.hiroshima.jp", + "saka.hiroshima.jp", + "sera.hiroshima.jp", + "seranishi.hiroshima.jp", + "shinichi.hiroshima.jp", + "shobara.hiroshima.jp", + "takehara.hiroshima.jp", + "abashiri.hokkaido.jp", + "abira.hokkaido.jp", + "aibetsu.hokkaido.jp", + "akabira.hokkaido.jp", + "akkeshi.hokkaido.jp", + "asahikawa.hokkaido.jp", + "ashibetsu.hokkaido.jp", + "ashoro.hokkaido.jp", + "assabu.hokkaido.jp", + "atsuma.hokkaido.jp", + "bibai.hokkaido.jp", + "biei.hokkaido.jp", + "bifuka.hokkaido.jp", + "bihoro.hokkaido.jp", + "biratori.hokkaido.jp", + "chippubetsu.hokkaido.jp", + "chitose.hokkaido.jp", + "date.hokkaido.jp", + "ebetsu.hokkaido.jp", + "embetsu.hokkaido.jp", + "eniwa.hokkaido.jp", + "erimo.hokkaido.jp", + "esan.hokkaido.jp", + "esashi.hokkaido.jp", + "fukagawa.hokkaido.jp", + "fukushima.hokkaido.jp", + "furano.hokkaido.jp", + "furubira.hokkaido.jp", + "haboro.hokkaido.jp", + "hakodate.hokkaido.jp", + "hamatonbetsu.hokkaido.jp", + "hidaka.hokkaido.jp", + "higashikagura.hokkaido.jp", + "higashikawa.hokkaido.jp", + "hiroo.hokkaido.jp", + "hokuryu.hokkaido.jp", + "hokuto.hokkaido.jp", + "honbetsu.hokkaido.jp", + "horokanai.hokkaido.jp", + "horonobe.hokkaido.jp", + "ikeda.hokkaido.jp", + "imakane.hokkaido.jp", + "ishikari.hokkaido.jp", + "iwamizawa.hokkaido.jp", + "iwanai.hokkaido.jp", + "kamifurano.hokkaido.jp", + "kamikawa.hokkaido.jp", + "kamishihoro.hokkaido.jp", + "kamisunagawa.hokkaido.jp", + "kamoenai.hokkaido.jp", + "kayabe.hokkaido.jp", + "kembuchi.hokkaido.jp", + "kikonai.hokkaido.jp", + "kimobetsu.hokkaido.jp", + "kitahiroshima.hokkaido.jp", + "kitami.hokkaido.jp", + "kiyosato.hokkaido.jp", + "koshimizu.hokkaido.jp", + "kunneppu.hokkaido.jp", + "kuriyama.hokkaido.jp", + "kuromatsunai.hokkaido.jp", + "kushiro.hokkaido.jp", + "kutchan.hokkaido.jp", + "kyowa.hokkaido.jp", + "mashike.hokkaido.jp", + "matsumae.hokkaido.jp", + "mikasa.hokkaido.jp", + "minamifurano.hokkaido.jp", + "mombetsu.hokkaido.jp", + "moseushi.hokkaido.jp", + "mukawa.hokkaido.jp", + "muroran.hokkaido.jp", + "naie.hokkaido.jp", + "nakagawa.hokkaido.jp", + "nakasatsunai.hokkaido.jp", + "nakatombetsu.hokkaido.jp", + "nanae.hokkaido.jp", + "nanporo.hokkaido.jp", + "nayoro.hokkaido.jp", + "nemuro.hokkaido.jp", + "niikappu.hokkaido.jp", + "niki.hokkaido.jp", + "nishiokoppe.hokkaido.jp", + "noboribetsu.hokkaido.jp", + "numata.hokkaido.jp", + "obihiro.hokkaido.jp", + "obira.hokkaido.jp", + "oketo.hokkaido.jp", + "okoppe.hokkaido.jp", + "otaru.hokkaido.jp", + "otobe.hokkaido.jp", + "otofuke.hokkaido.jp", + "otoineppu.hokkaido.jp", + "oumu.hokkaido.jp", + "ozora.hokkaido.jp", + "pippu.hokkaido.jp", + "rankoshi.hokkaido.jp", + "rebun.hokkaido.jp", + "rikubetsu.hokkaido.jp", + "rishiri.hokkaido.jp", + "rishirifuji.hokkaido.jp", + "saroma.hokkaido.jp", + "sarufutsu.hokkaido.jp", + "shakotan.hokkaido.jp", + "shari.hokkaido.jp", + "shibecha.hokkaido.jp", + "shibetsu.hokkaido.jp", + "shikabe.hokkaido.jp", + "shikaoi.hokkaido.jp", + "shimamaki.hokkaido.jp", + "shimizu.hokkaido.jp", + "shimokawa.hokkaido.jp", + "shinshinotsu.hokkaido.jp", + "shintoku.hokkaido.jp", + "shiranuka.hokkaido.jp", + "shiraoi.hokkaido.jp", + "shiriuchi.hokkaido.jp", + "sobetsu.hokkaido.jp", + "sunagawa.hokkaido.jp", + "taiki.hokkaido.jp", + "takasu.hokkaido.jp", + "takikawa.hokkaido.jp", + "takinoue.hokkaido.jp", + "teshikaga.hokkaido.jp", + "tobetsu.hokkaido.jp", + "tohma.hokkaido.jp", + "tomakomai.hokkaido.jp", + "tomari.hokkaido.jp", + "toya.hokkaido.jp", + "toyako.hokkaido.jp", + "toyotomi.hokkaido.jp", + "toyoura.hokkaido.jp", + "tsubetsu.hokkaido.jp", + "tsukigata.hokkaido.jp", + "urakawa.hokkaido.jp", + "urausu.hokkaido.jp", + "uryu.hokkaido.jp", + "utashinai.hokkaido.jp", + "wakkanai.hokkaido.jp", + "wassamu.hokkaido.jp", + "yakumo.hokkaido.jp", + "yoichi.hokkaido.jp", + "aioi.hyogo.jp", + "akashi.hyogo.jp", + "ako.hyogo.jp", + "amagasaki.hyogo.jp", + "aogaki.hyogo.jp", + "asago.hyogo.jp", + "ashiya.hyogo.jp", + "awaji.hyogo.jp", + "fukusaki.hyogo.jp", + "goshiki.hyogo.jp", + "harima.hyogo.jp", + "himeji.hyogo.jp", + "ichikawa.hyogo.jp", + "inagawa.hyogo.jp", + "itami.hyogo.jp", + "kakogawa.hyogo.jp", + "kamigori.hyogo.jp", + "kamikawa.hyogo.jp", + "kasai.hyogo.jp", + "kasuga.hyogo.jp", + "kawanishi.hyogo.jp", + "miki.hyogo.jp", + "minamiawaji.hyogo.jp", + "nishinomiya.hyogo.jp", + "nishiwaki.hyogo.jp", + "ono.hyogo.jp", + "sanda.hyogo.jp", + "sannan.hyogo.jp", + "sasayama.hyogo.jp", + "sayo.hyogo.jp", + "shingu.hyogo.jp", + "shinonsen.hyogo.jp", + "shiso.hyogo.jp", + "sumoto.hyogo.jp", + "taishi.hyogo.jp", + "taka.hyogo.jp", + "takarazuka.hyogo.jp", + "takasago.hyogo.jp", + "takino.hyogo.jp", + "tamba.hyogo.jp", + "tatsuno.hyogo.jp", + "toyooka.hyogo.jp", + "yabu.hyogo.jp", + "yashiro.hyogo.jp", + "yoka.hyogo.jp", + "yokawa.hyogo.jp", + "ami.ibaraki.jp", + "asahi.ibaraki.jp", + "bando.ibaraki.jp", + "chikusei.ibaraki.jp", + "daigo.ibaraki.jp", + "fujishiro.ibaraki.jp", + "hitachi.ibaraki.jp", + "hitachinaka.ibaraki.jp", + "hitachiomiya.ibaraki.jp", + "hitachiota.ibaraki.jp", + "ibaraki.ibaraki.jp", + "ina.ibaraki.jp", + "inashiki.ibaraki.jp", + "itako.ibaraki.jp", + "iwama.ibaraki.jp", + "joso.ibaraki.jp", + "kamisu.ibaraki.jp", + "kasama.ibaraki.jp", + "kashima.ibaraki.jp", + "kasumigaura.ibaraki.jp", + "koga.ibaraki.jp", + "miho.ibaraki.jp", + "mito.ibaraki.jp", + "moriya.ibaraki.jp", + "naka.ibaraki.jp", + "namegata.ibaraki.jp", + "oarai.ibaraki.jp", + "ogawa.ibaraki.jp", + "omitama.ibaraki.jp", + "ryugasaki.ibaraki.jp", + "sakai.ibaraki.jp", + "sakuragawa.ibaraki.jp", + "shimodate.ibaraki.jp", + "shimotsuma.ibaraki.jp", + "shirosato.ibaraki.jp", + "sowa.ibaraki.jp", + "suifu.ibaraki.jp", + "takahagi.ibaraki.jp", + "tamatsukuri.ibaraki.jp", + "tokai.ibaraki.jp", + "tomobe.ibaraki.jp", + "tone.ibaraki.jp", + "toride.ibaraki.jp", + "tsuchiura.ibaraki.jp", + "tsukuba.ibaraki.jp", + "uchihara.ibaraki.jp", + "ushiku.ibaraki.jp", + "yachiyo.ibaraki.jp", + "yamagata.ibaraki.jp", + "yawara.ibaraki.jp", + "yuki.ibaraki.jp", + "anamizu.ishikawa.jp", + "hakui.ishikawa.jp", + "hakusan.ishikawa.jp", + "kaga.ishikawa.jp", + "kahoku.ishikawa.jp", + "kanazawa.ishikawa.jp", + "kawakita.ishikawa.jp", + "komatsu.ishikawa.jp", + "nakanoto.ishikawa.jp", + "nanao.ishikawa.jp", + "nomi.ishikawa.jp", + "nonoichi.ishikawa.jp", + "noto.ishikawa.jp", + "shika.ishikawa.jp", + "suzu.ishikawa.jp", + "tsubata.ishikawa.jp", + "tsurugi.ishikawa.jp", + "uchinada.ishikawa.jp", + "wajima.ishikawa.jp", + "fudai.iwate.jp", + "fujisawa.iwate.jp", + "hanamaki.iwate.jp", + "hiraizumi.iwate.jp", + "hirono.iwate.jp", + "ichinohe.iwate.jp", + "ichinoseki.iwate.jp", + "iwaizumi.iwate.jp", + "iwate.iwate.jp", + "joboji.iwate.jp", + "kamaishi.iwate.jp", + "kanegasaki.iwate.jp", + "karumai.iwate.jp", + "kawai.iwate.jp", + "kitakami.iwate.jp", + "kuji.iwate.jp", + "kunohe.iwate.jp", + "kuzumaki.iwate.jp", + "miyako.iwate.jp", + "mizusawa.iwate.jp", + "morioka.iwate.jp", + "ninohe.iwate.jp", + "noda.iwate.jp", + "ofunato.iwate.jp", + "oshu.iwate.jp", + "otsuchi.iwate.jp", + "rikuzentakata.iwate.jp", + "shiwa.iwate.jp", + "shizukuishi.iwate.jp", + "sumita.iwate.jp", + "tanohata.iwate.jp", + "tono.iwate.jp", + "yahaba.iwate.jp", + "yamada.iwate.jp", + "ayagawa.kagawa.jp", + "higashikagawa.kagawa.jp", + "kanonji.kagawa.jp", + "kotohira.kagawa.jp", + "manno.kagawa.jp", + "marugame.kagawa.jp", + "mitoyo.kagawa.jp", + "naoshima.kagawa.jp", + "sanuki.kagawa.jp", + "tadotsu.kagawa.jp", + "takamatsu.kagawa.jp", + "tonosho.kagawa.jp", + "uchinomi.kagawa.jp", + "utazu.kagawa.jp", + "zentsuji.kagawa.jp", + "akune.kagoshima.jp", + "amami.kagoshima.jp", + "hioki.kagoshima.jp", + "isa.kagoshima.jp", + "isen.kagoshima.jp", + "izumi.kagoshima.jp", + "kagoshima.kagoshima.jp", + "kanoya.kagoshima.jp", + "kawanabe.kagoshima.jp", + "kinko.kagoshima.jp", + "kouyama.kagoshima.jp", + "makurazaki.kagoshima.jp", + "matsumoto.kagoshima.jp", + "minamitane.kagoshima.jp", + "nakatane.kagoshima.jp", + "nishinoomote.kagoshima.jp", + "satsumasendai.kagoshima.jp", + "soo.kagoshima.jp", + "tarumizu.kagoshima.jp", + "yusui.kagoshima.jp", + "aikawa.kanagawa.jp", + "atsugi.kanagawa.jp", + "ayase.kanagawa.jp", + "chigasaki.kanagawa.jp", + "ebina.kanagawa.jp", + "fujisawa.kanagawa.jp", + "hadano.kanagawa.jp", + "hakone.kanagawa.jp", + "hiratsuka.kanagawa.jp", + "isehara.kanagawa.jp", + "kaisei.kanagawa.jp", + "kamakura.kanagawa.jp", + "kiyokawa.kanagawa.jp", + "matsuda.kanagawa.jp", + "minamiashigara.kanagawa.jp", + "miura.kanagawa.jp", + "nakai.kanagawa.jp", + "ninomiya.kanagawa.jp", + "odawara.kanagawa.jp", + "oi.kanagawa.jp", + "oiso.kanagawa.jp", + "sagamihara.kanagawa.jp", + "samukawa.kanagawa.jp", + "tsukui.kanagawa.jp", + "yamakita.kanagawa.jp", + "yamato.kanagawa.jp", + "yokosuka.kanagawa.jp", + "yugawara.kanagawa.jp", + "zama.kanagawa.jp", + "zushi.kanagawa.jp", + "aki.kochi.jp", + "geisei.kochi.jp", + "hidaka.kochi.jp", + "higashitsuno.kochi.jp", + "ino.kochi.jp", + "kagami.kochi.jp", + "kami.kochi.jp", + "kitagawa.kochi.jp", + "kochi.kochi.jp", + "mihara.kochi.jp", + "motoyama.kochi.jp", + "muroto.kochi.jp", + "nahari.kochi.jp", + "nakamura.kochi.jp", + "nankoku.kochi.jp", + "nishitosa.kochi.jp", + "niyodogawa.kochi.jp", + "ochi.kochi.jp", + "okawa.kochi.jp", + "otoyo.kochi.jp", + "otsuki.kochi.jp", + "sakawa.kochi.jp", + "sukumo.kochi.jp", + "susaki.kochi.jp", + "tosa.kochi.jp", + "tosashimizu.kochi.jp", + "toyo.kochi.jp", + "tsuno.kochi.jp", + "umaji.kochi.jp", + "yasuda.kochi.jp", + "yusuhara.kochi.jp", + "amakusa.kumamoto.jp", + "arao.kumamoto.jp", + "aso.kumamoto.jp", + "choyo.kumamoto.jp", + "gyokuto.kumamoto.jp", + "kamiamakusa.kumamoto.jp", + "kikuchi.kumamoto.jp", + "kumamoto.kumamoto.jp", + "mashiki.kumamoto.jp", + "mifune.kumamoto.jp", + "minamata.kumamoto.jp", + "minamioguni.kumamoto.jp", + "nagasu.kumamoto.jp", + "nishihara.kumamoto.jp", + "oguni.kumamoto.jp", + "ozu.kumamoto.jp", + "sumoto.kumamoto.jp", + "takamori.kumamoto.jp", + "uki.kumamoto.jp", + "uto.kumamoto.jp", + "yamaga.kumamoto.jp", + "yamato.kumamoto.jp", + "yatsushiro.kumamoto.jp", + "ayabe.kyoto.jp", + "fukuchiyama.kyoto.jp", + "higashiyama.kyoto.jp", + "ide.kyoto.jp", + "ine.kyoto.jp", + "joyo.kyoto.jp", + "kameoka.kyoto.jp", + "kamo.kyoto.jp", + "kita.kyoto.jp", + "kizu.kyoto.jp", + "kumiyama.kyoto.jp", + "kyotamba.kyoto.jp", + "kyotanabe.kyoto.jp", + "kyotango.kyoto.jp", + "maizuru.kyoto.jp", + "minami.kyoto.jp", + "minamiyamashiro.kyoto.jp", + "miyazu.kyoto.jp", + "muko.kyoto.jp", + "nagaokakyo.kyoto.jp", + "nakagyo.kyoto.jp", + "nantan.kyoto.jp", + "oyamazaki.kyoto.jp", + "sakyo.kyoto.jp", + "seika.kyoto.jp", + "tanabe.kyoto.jp", + "uji.kyoto.jp", + "ujitawara.kyoto.jp", + "wazuka.kyoto.jp", + "yamashina.kyoto.jp", + "yawata.kyoto.jp", + "asahi.mie.jp", + "inabe.mie.jp", + "ise.mie.jp", + "kameyama.mie.jp", + "kawagoe.mie.jp", + "kiho.mie.jp", + "kisosaki.mie.jp", + "kiwa.mie.jp", + "komono.mie.jp", + "kumano.mie.jp", + "kuwana.mie.jp", + "matsusaka.mie.jp", + "meiwa.mie.jp", + "mihama.mie.jp", + "minamiise.mie.jp", + "misugi.mie.jp", + "miyama.mie.jp", + "nabari.mie.jp", + "shima.mie.jp", + "suzuka.mie.jp", + "tado.mie.jp", + "taiki.mie.jp", + "taki.mie.jp", + "tamaki.mie.jp", + "toba.mie.jp", + "tsu.mie.jp", + "udono.mie.jp", + "ureshino.mie.jp", + "watarai.mie.jp", + "yokkaichi.mie.jp", + "furukawa.miyagi.jp", + "higashimatsushima.miyagi.jp", + "ishinomaki.miyagi.jp", + "iwanuma.miyagi.jp", + "kakuda.miyagi.jp", + "kami.miyagi.jp", + "kawasaki.miyagi.jp", + "marumori.miyagi.jp", + "matsushima.miyagi.jp", + "minamisanriku.miyagi.jp", + "misato.miyagi.jp", + "murata.miyagi.jp", + "natori.miyagi.jp", + "ogawara.miyagi.jp", + "ohira.miyagi.jp", + "onagawa.miyagi.jp", + "osaki.miyagi.jp", + "rifu.miyagi.jp", + "semine.miyagi.jp", + "shibata.miyagi.jp", + "shichikashuku.miyagi.jp", + "shikama.miyagi.jp", + "shiogama.miyagi.jp", + "shiroishi.miyagi.jp", + "tagajo.miyagi.jp", + "taiwa.miyagi.jp", + "tome.miyagi.jp", + "tomiya.miyagi.jp", + "wakuya.miyagi.jp", + "watari.miyagi.jp", + "yamamoto.miyagi.jp", + "zao.miyagi.jp", + "aya.miyazaki.jp", + "ebino.miyazaki.jp", + "gokase.miyazaki.jp", + "hyuga.miyazaki.jp", + "kadogawa.miyazaki.jp", + "kawaminami.miyazaki.jp", + "kijo.miyazaki.jp", + "kitagawa.miyazaki.jp", + "kitakata.miyazaki.jp", + "kitaura.miyazaki.jp", + "kobayashi.miyazaki.jp", + "kunitomi.miyazaki.jp", + "kushima.miyazaki.jp", + "mimata.miyazaki.jp", + "miyakonojo.miyazaki.jp", + "miyazaki.miyazaki.jp", + "morotsuka.miyazaki.jp", + "nichinan.miyazaki.jp", + "nishimera.miyazaki.jp", + "nobeoka.miyazaki.jp", + "saito.miyazaki.jp", + "shiiba.miyazaki.jp", + "shintomi.miyazaki.jp", + "takaharu.miyazaki.jp", + "takanabe.miyazaki.jp", + "takazaki.miyazaki.jp", + "tsuno.miyazaki.jp", + "achi.nagano.jp", + "agematsu.nagano.jp", + "anan.nagano.jp", + "aoki.nagano.jp", + "asahi.nagano.jp", + "azumino.nagano.jp", + "chikuhoku.nagano.jp", + "chikuma.nagano.jp", + "chino.nagano.jp", + "fujimi.nagano.jp", + "hakuba.nagano.jp", + "hara.nagano.jp", + "hiraya.nagano.jp", + "iida.nagano.jp", + "iijima.nagano.jp", + "iiyama.nagano.jp", + "iizuna.nagano.jp", + "ikeda.nagano.jp", + "ikusaka.nagano.jp", + "ina.nagano.jp", + "karuizawa.nagano.jp", + "kawakami.nagano.jp", + "kiso.nagano.jp", + "kisofukushima.nagano.jp", + "kitaaiki.nagano.jp", + "komagane.nagano.jp", + "komoro.nagano.jp", + "matsukawa.nagano.jp", + "matsumoto.nagano.jp", + "miasa.nagano.jp", + "minamiaiki.nagano.jp", + "minamimaki.nagano.jp", + "minamiminowa.nagano.jp", + "minowa.nagano.jp", + "miyada.nagano.jp", + "miyota.nagano.jp", + "mochizuki.nagano.jp", + "nagano.nagano.jp", + "nagawa.nagano.jp", + "nagiso.nagano.jp", + "nakagawa.nagano.jp", + "nakano.nagano.jp", + "nozawaonsen.nagano.jp", + "obuse.nagano.jp", + "ogawa.nagano.jp", + "okaya.nagano.jp", + "omachi.nagano.jp", + "omi.nagano.jp", + "ookuwa.nagano.jp", + "ooshika.nagano.jp", + "otaki.nagano.jp", + "otari.nagano.jp", + "sakae.nagano.jp", + "sakaki.nagano.jp", + "saku.nagano.jp", + "sakuho.nagano.jp", + "shimosuwa.nagano.jp", + "shinanomachi.nagano.jp", + "shiojiri.nagano.jp", + "suwa.nagano.jp", + "suzaka.nagano.jp", + "takagi.nagano.jp", + "takamori.nagano.jp", + "takayama.nagano.jp", + "tateshina.nagano.jp", + "tatsuno.nagano.jp", + "togakushi.nagano.jp", + "togura.nagano.jp", + "tomi.nagano.jp", + "ueda.nagano.jp", + "wada.nagano.jp", + "yamagata.nagano.jp", + "yamanouchi.nagano.jp", + "yasaka.nagano.jp", + "yasuoka.nagano.jp", + "chijiwa.nagasaki.jp", + "futsu.nagasaki.jp", + "goto.nagasaki.jp", + "hasami.nagasaki.jp", + "hirado.nagasaki.jp", + "iki.nagasaki.jp", + "isahaya.nagasaki.jp", + "kawatana.nagasaki.jp", + "kuchinotsu.nagasaki.jp", + "matsuura.nagasaki.jp", + "nagasaki.nagasaki.jp", + "obama.nagasaki.jp", + "omura.nagasaki.jp", + "oseto.nagasaki.jp", + "saikai.nagasaki.jp", + "sasebo.nagasaki.jp", + "seihi.nagasaki.jp", + "shimabara.nagasaki.jp", + "shinkamigoto.nagasaki.jp", + "togitsu.nagasaki.jp", + "tsushima.nagasaki.jp", + "unzen.nagasaki.jp", + "ando.nara.jp", + "gose.nara.jp", + "heguri.nara.jp", + "higashiyoshino.nara.jp", + "ikaruga.nara.jp", + "ikoma.nara.jp", + "kamikitayama.nara.jp", + "kanmaki.nara.jp", + "kashiba.nara.jp", + "kashihara.nara.jp", + "katsuragi.nara.jp", + "kawai.nara.jp", + "kawakami.nara.jp", + "kawanishi.nara.jp", + "koryo.nara.jp", + "kurotaki.nara.jp", + "mitsue.nara.jp", + "miyake.nara.jp", + "nara.nara.jp", + "nosegawa.nara.jp", + "oji.nara.jp", + "ouda.nara.jp", + "oyodo.nara.jp", + "sakurai.nara.jp", + "sango.nara.jp", + "shimoichi.nara.jp", + "shimokitayama.nara.jp", + "shinjo.nara.jp", + "soni.nara.jp", + "takatori.nara.jp", + "tawaramoto.nara.jp", + "tenkawa.nara.jp", + "tenri.nara.jp", + "uda.nara.jp", + "yamatokoriyama.nara.jp", + "yamatotakada.nara.jp", + "yamazoe.nara.jp", + "yoshino.nara.jp", + "aga.niigata.jp", + "agano.niigata.jp", + "gosen.niigata.jp", + "itoigawa.niigata.jp", + "izumozaki.niigata.jp", + "joetsu.niigata.jp", + "kamo.niigata.jp", + "kariwa.niigata.jp", + "kashiwazaki.niigata.jp", + "minamiuonuma.niigata.jp", + "mitsuke.niigata.jp", + "muika.niigata.jp", + "murakami.niigata.jp", + "myoko.niigata.jp", + "nagaoka.niigata.jp", + "niigata.niigata.jp", + "ojiya.niigata.jp", + "omi.niigata.jp", + "sado.niigata.jp", + "sanjo.niigata.jp", + "seiro.niigata.jp", + "seirou.niigata.jp", + "sekikawa.niigata.jp", + "shibata.niigata.jp", + "tagami.niigata.jp", + "tainai.niigata.jp", + "tochio.niigata.jp", + "tokamachi.niigata.jp", + "tsubame.niigata.jp", + "tsunan.niigata.jp", + "uonuma.niigata.jp", + "yahiko.niigata.jp", + "yoita.niigata.jp", + "yuzawa.niigata.jp", + "beppu.oita.jp", + "bungoono.oita.jp", + "bungotakada.oita.jp", + "hasama.oita.jp", + "hiji.oita.jp", + "himeshima.oita.jp", + "hita.oita.jp", + "kamitsue.oita.jp", + "kokonoe.oita.jp", + "kuju.oita.jp", + "kunisaki.oita.jp", + "kusu.oita.jp", + "oita.oita.jp", + "saiki.oita.jp", + "taketa.oita.jp", + "tsukumi.oita.jp", + "usa.oita.jp", + "usuki.oita.jp", + "yufu.oita.jp", + "akaiwa.okayama.jp", + "asakuchi.okayama.jp", + "bizen.okayama.jp", + "hayashima.okayama.jp", + "ibara.okayama.jp", + "kagamino.okayama.jp", + "kasaoka.okayama.jp", + "kibichuo.okayama.jp", + "kumenan.okayama.jp", + "kurashiki.okayama.jp", + "maniwa.okayama.jp", + "misaki.okayama.jp", + "nagi.okayama.jp", + "niimi.okayama.jp", + "nishiawakura.okayama.jp", + "okayama.okayama.jp", + "satosho.okayama.jp", + "setouchi.okayama.jp", + "shinjo.okayama.jp", + "shoo.okayama.jp", + "soja.okayama.jp", + "takahashi.okayama.jp", + "tamano.okayama.jp", + "tsuyama.okayama.jp", + "wake.okayama.jp", + "yakage.okayama.jp", + "aguni.okinawa.jp", + "ginowan.okinawa.jp", + "ginoza.okinawa.jp", + "gushikami.okinawa.jp", + "haebaru.okinawa.jp", + "higashi.okinawa.jp", + "hirara.okinawa.jp", + "iheya.okinawa.jp", + "ishigaki.okinawa.jp", + "ishikawa.okinawa.jp", + "itoman.okinawa.jp", + "izena.okinawa.jp", + "kadena.okinawa.jp", + "kin.okinawa.jp", + "kitadaito.okinawa.jp", + "kitanakagusuku.okinawa.jp", + "kumejima.okinawa.jp", + "kunigami.okinawa.jp", + "minamidaito.okinawa.jp", + "motobu.okinawa.jp", + "nago.okinawa.jp", + "naha.okinawa.jp", + "nakagusuku.okinawa.jp", + "nakijin.okinawa.jp", + "nanjo.okinawa.jp", + "nishihara.okinawa.jp", + "ogimi.okinawa.jp", + "okinawa.okinawa.jp", + "onna.okinawa.jp", + "shimoji.okinawa.jp", + "taketomi.okinawa.jp", + "tarama.okinawa.jp", + "tokashiki.okinawa.jp", + "tomigusuku.okinawa.jp", + "tonaki.okinawa.jp", + "urasoe.okinawa.jp", + "uruma.okinawa.jp", + "yaese.okinawa.jp", + "yomitan.okinawa.jp", + "yonabaru.okinawa.jp", + "yonaguni.okinawa.jp", + "zamami.okinawa.jp", + "abeno.osaka.jp", + "chihayaakasaka.osaka.jp", + "chuo.osaka.jp", + "daito.osaka.jp", + "fujiidera.osaka.jp", + "habikino.osaka.jp", + "hannan.osaka.jp", + "higashiosaka.osaka.jp", + "higashisumiyoshi.osaka.jp", + "higashiyodogawa.osaka.jp", + "hirakata.osaka.jp", + "ibaraki.osaka.jp", + "ikeda.osaka.jp", + "izumi.osaka.jp", + "izumiotsu.osaka.jp", + "izumisano.osaka.jp", + "kadoma.osaka.jp", + "kaizuka.osaka.jp", + "kanan.osaka.jp", + "kashiwara.osaka.jp", + "katano.osaka.jp", + "kawachinagano.osaka.jp", + "kishiwada.osaka.jp", + "kita.osaka.jp", + "kumatori.osaka.jp", + "matsubara.osaka.jp", + "minato.osaka.jp", + "minoh.osaka.jp", + "misaki.osaka.jp", + "moriguchi.osaka.jp", + "neyagawa.osaka.jp", + "nishi.osaka.jp", + "nose.osaka.jp", + "osakasayama.osaka.jp", + "sakai.osaka.jp", + "sayama.osaka.jp", + "sennan.osaka.jp", + "settsu.osaka.jp", + "shijonawate.osaka.jp", + "shimamoto.osaka.jp", + "suita.osaka.jp", + "tadaoka.osaka.jp", + "taishi.osaka.jp", + "tajiri.osaka.jp", + "takaishi.osaka.jp", + "takatsuki.osaka.jp", + "tondabayashi.osaka.jp", + "toyonaka.osaka.jp", + "toyono.osaka.jp", + "yao.osaka.jp", + "ariake.saga.jp", + "arita.saga.jp", + "fukudomi.saga.jp", + "genkai.saga.jp", + "hamatama.saga.jp", + "hizen.saga.jp", + "imari.saga.jp", + "kamimine.saga.jp", + "kanzaki.saga.jp", + "karatsu.saga.jp", + "kashima.saga.jp", + "kitagata.saga.jp", + "kitahata.saga.jp", + "kiyama.saga.jp", + "kouhoku.saga.jp", + "kyuragi.saga.jp", + "nishiarita.saga.jp", + "ogi.saga.jp", + "omachi.saga.jp", + "ouchi.saga.jp", + "saga.saga.jp", + "shiroishi.saga.jp", + "taku.saga.jp", + "tara.saga.jp", + "tosu.saga.jp", + "yoshinogari.saga.jp", + "arakawa.saitama.jp", + "asaka.saitama.jp", + "chichibu.saitama.jp", + "fujimi.saitama.jp", + "fujimino.saitama.jp", + "fukaya.saitama.jp", + "hanno.saitama.jp", + "hanyu.saitama.jp", + "hasuda.saitama.jp", + "hatogaya.saitama.jp", + "hatoyama.saitama.jp", + "hidaka.saitama.jp", + "higashichichibu.saitama.jp", + "higashimatsuyama.saitama.jp", + "honjo.saitama.jp", + "ina.saitama.jp", + "iruma.saitama.jp", + "iwatsuki.saitama.jp", + "kamiizumi.saitama.jp", + "kamikawa.saitama.jp", + "kamisato.saitama.jp", + "kasukabe.saitama.jp", + "kawagoe.saitama.jp", + "kawaguchi.saitama.jp", + "kawajima.saitama.jp", + "kazo.saitama.jp", + "kitamoto.saitama.jp", + "koshigaya.saitama.jp", + "kounosu.saitama.jp", + "kuki.saitama.jp", + "kumagaya.saitama.jp", + "matsubushi.saitama.jp", + "minano.saitama.jp", + "misato.saitama.jp", + "miyashiro.saitama.jp", + "miyoshi.saitama.jp", + "moroyama.saitama.jp", + "nagatoro.saitama.jp", + "namegawa.saitama.jp", + "niiza.saitama.jp", + "ogano.saitama.jp", + "ogawa.saitama.jp", + "ogose.saitama.jp", + "okegawa.saitama.jp", + "omiya.saitama.jp", + "otaki.saitama.jp", + "ranzan.saitama.jp", + "ryokami.saitama.jp", + "saitama.saitama.jp", + "sakado.saitama.jp", + "satte.saitama.jp", + "sayama.saitama.jp", + "shiki.saitama.jp", + "shiraoka.saitama.jp", + "soka.saitama.jp", + "sugito.saitama.jp", + "toda.saitama.jp", + "tokigawa.saitama.jp", + "tokorozawa.saitama.jp", + "tsurugashima.saitama.jp", + "urawa.saitama.jp", + "warabi.saitama.jp", + "yashio.saitama.jp", + "yokoze.saitama.jp", + "yono.saitama.jp", + "yorii.saitama.jp", + "yoshida.saitama.jp", + "yoshikawa.saitama.jp", + "yoshimi.saitama.jp", + "aisho.shiga.jp", + "gamo.shiga.jp", + "higashiomi.shiga.jp", + "hikone.shiga.jp", + "koka.shiga.jp", + "konan.shiga.jp", + "kosei.shiga.jp", + "koto.shiga.jp", + "kusatsu.shiga.jp", + "maibara.shiga.jp", + "moriyama.shiga.jp", + "nagahama.shiga.jp", + "nishiazai.shiga.jp", + "notogawa.shiga.jp", + "omihachiman.shiga.jp", + "otsu.shiga.jp", + "ritto.shiga.jp", + "ryuoh.shiga.jp", + "takashima.shiga.jp", + "takatsuki.shiga.jp", + "torahime.shiga.jp", + "toyosato.shiga.jp", + "yasu.shiga.jp", + "akagi.shimane.jp", + "ama.shimane.jp", + "gotsu.shimane.jp", + "hamada.shimane.jp", + "higashiizumo.shimane.jp", + "hikawa.shimane.jp", + "hikimi.shimane.jp", + "izumo.shimane.jp", + "kakinoki.shimane.jp", + "masuda.shimane.jp", + "matsue.shimane.jp", + "misato.shimane.jp", + "nishinoshima.shimane.jp", + "ohda.shimane.jp", + "okinoshima.shimane.jp", + "okuizumo.shimane.jp", + "shimane.shimane.jp", + "tamayu.shimane.jp", + "tsuwano.shimane.jp", + "unnan.shimane.jp", + "yakumo.shimane.jp", + "yasugi.shimane.jp", + "yatsuka.shimane.jp", + "arai.shizuoka.jp", + "atami.shizuoka.jp", + "fuji.shizuoka.jp", + "fujieda.shizuoka.jp", + "fujikawa.shizuoka.jp", + "fujinomiya.shizuoka.jp", + "fukuroi.shizuoka.jp", + "gotemba.shizuoka.jp", + "haibara.shizuoka.jp", + "hamamatsu.shizuoka.jp", + "higashiizu.shizuoka.jp", + "ito.shizuoka.jp", + "iwata.shizuoka.jp", + "izu.shizuoka.jp", + "izunokuni.shizuoka.jp", + "kakegawa.shizuoka.jp", + "kannami.shizuoka.jp", + "kawanehon.shizuoka.jp", + "kawazu.shizuoka.jp", + "kikugawa.shizuoka.jp", + "kosai.shizuoka.jp", + "makinohara.shizuoka.jp", + "matsuzaki.shizuoka.jp", + "minamiizu.shizuoka.jp", + "mishima.shizuoka.jp", + "morimachi.shizuoka.jp", + "nishiizu.shizuoka.jp", + "numazu.shizuoka.jp", + "omaezaki.shizuoka.jp", + "shimada.shizuoka.jp", + "shimizu.shizuoka.jp", + "shimoda.shizuoka.jp", + "shizuoka.shizuoka.jp", + "susono.shizuoka.jp", + "yaizu.shizuoka.jp", + "yoshida.shizuoka.jp", + "ashikaga.tochigi.jp", + "bato.tochigi.jp", + "haga.tochigi.jp", + "ichikai.tochigi.jp", + "iwafune.tochigi.jp", + "kaminokawa.tochigi.jp", + "kanuma.tochigi.jp", + "karasuyama.tochigi.jp", + "kuroiso.tochigi.jp", + "mashiko.tochigi.jp", + "mibu.tochigi.jp", + "moka.tochigi.jp", + "motegi.tochigi.jp", + "nasu.tochigi.jp", + "nasushiobara.tochigi.jp", + "nikko.tochigi.jp", + "nishikata.tochigi.jp", + "nogi.tochigi.jp", + "ohira.tochigi.jp", + "ohtawara.tochigi.jp", + "oyama.tochigi.jp", + "sakura.tochigi.jp", + "sano.tochigi.jp", + "shimotsuke.tochigi.jp", + "shioya.tochigi.jp", + "takanezawa.tochigi.jp", + "tochigi.tochigi.jp", + "tsuga.tochigi.jp", + "ujiie.tochigi.jp", + "utsunomiya.tochigi.jp", + "yaita.tochigi.jp", + "aizumi.tokushima.jp", + "anan.tokushima.jp", + "ichiba.tokushima.jp", + "itano.tokushima.jp", + "kainan.tokushima.jp", + "komatsushima.tokushima.jp", + "matsushige.tokushima.jp", + "mima.tokushima.jp", + "minami.tokushima.jp", + "miyoshi.tokushima.jp", + "mugi.tokushima.jp", + "nakagawa.tokushima.jp", + "naruto.tokushima.jp", + "sanagochi.tokushima.jp", + "shishikui.tokushima.jp", + "tokushima.tokushima.jp", + "wajiki.tokushima.jp", + "adachi.tokyo.jp", + "akiruno.tokyo.jp", + "akishima.tokyo.jp", + "aogashima.tokyo.jp", + "arakawa.tokyo.jp", + "bunkyo.tokyo.jp", + "chiyoda.tokyo.jp", + "chofu.tokyo.jp", + "chuo.tokyo.jp", + "edogawa.tokyo.jp", + "fuchu.tokyo.jp", + "fussa.tokyo.jp", + "hachijo.tokyo.jp", + "hachioji.tokyo.jp", + "hamura.tokyo.jp", + "higashikurume.tokyo.jp", + "higashimurayama.tokyo.jp", + "higashiyamato.tokyo.jp", + "hino.tokyo.jp", + "hinode.tokyo.jp", + "hinohara.tokyo.jp", + "inagi.tokyo.jp", + "itabashi.tokyo.jp", + "katsushika.tokyo.jp", + "kita.tokyo.jp", + "kiyose.tokyo.jp", + "kodaira.tokyo.jp", + "koganei.tokyo.jp", + "kokubunji.tokyo.jp", + "komae.tokyo.jp", + "koto.tokyo.jp", + "kouzushima.tokyo.jp", + "kunitachi.tokyo.jp", + "machida.tokyo.jp", + "meguro.tokyo.jp", + "minato.tokyo.jp", + "mitaka.tokyo.jp", + "mizuho.tokyo.jp", + "musashimurayama.tokyo.jp", + "musashino.tokyo.jp", + "nakano.tokyo.jp", + "nerima.tokyo.jp", + "ogasawara.tokyo.jp", + "okutama.tokyo.jp", + "ome.tokyo.jp", + "oshima.tokyo.jp", + "ota.tokyo.jp", + "setagaya.tokyo.jp", + "shibuya.tokyo.jp", + "shinagawa.tokyo.jp", + "shinjuku.tokyo.jp", + "suginami.tokyo.jp", + "sumida.tokyo.jp", + "tachikawa.tokyo.jp", + "taito.tokyo.jp", + "tama.tokyo.jp", + "toshima.tokyo.jp", + "chizu.tottori.jp", + "hino.tottori.jp", + "kawahara.tottori.jp", + "koge.tottori.jp", + "kotoura.tottori.jp", + "misasa.tottori.jp", + "nanbu.tottori.jp", + "nichinan.tottori.jp", + "sakaiminato.tottori.jp", + "tottori.tottori.jp", + "wakasa.tottori.jp", + "yazu.tottori.jp", + "yonago.tottori.jp", + "asahi.toyama.jp", + "fuchu.toyama.jp", + "fukumitsu.toyama.jp", + "funahashi.toyama.jp", + "himi.toyama.jp", + "imizu.toyama.jp", + "inami.toyama.jp", + "johana.toyama.jp", + "kamiichi.toyama.jp", + "kurobe.toyama.jp", + "nakaniikawa.toyama.jp", + "namerikawa.toyama.jp", + "nanto.toyama.jp", + "nyuzen.toyama.jp", + "oyabe.toyama.jp", + "taira.toyama.jp", + "takaoka.toyama.jp", + "tateyama.toyama.jp", + "toga.toyama.jp", + "tonami.toyama.jp", + "toyama.toyama.jp", + "unazuki.toyama.jp", + "uozu.toyama.jp", + "yamada.toyama.jp", + "arida.wakayama.jp", + "aridagawa.wakayama.jp", + "gobo.wakayama.jp", + "hashimoto.wakayama.jp", + "hidaka.wakayama.jp", + "hirogawa.wakayama.jp", + "inami.wakayama.jp", + "iwade.wakayama.jp", + "kainan.wakayama.jp", + "kamitonda.wakayama.jp", + "katsuragi.wakayama.jp", + "kimino.wakayama.jp", + "kinokawa.wakayama.jp", + "kitayama.wakayama.jp", + "koya.wakayama.jp", + "koza.wakayama.jp", + "kozagawa.wakayama.jp", + "kudoyama.wakayama.jp", + "kushimoto.wakayama.jp", + "mihama.wakayama.jp", + "misato.wakayama.jp", + "nachikatsuura.wakayama.jp", + "shingu.wakayama.jp", + "shirahama.wakayama.jp", + "taiji.wakayama.jp", + "tanabe.wakayama.jp", + "wakayama.wakayama.jp", + "yuasa.wakayama.jp", + "yura.wakayama.jp", + "asahi.yamagata.jp", + "funagata.yamagata.jp", + "higashine.yamagata.jp", + "iide.yamagata.jp", + "kahoku.yamagata.jp", + "kaminoyama.yamagata.jp", + "kaneyama.yamagata.jp", + "kawanishi.yamagata.jp", + "mamurogawa.yamagata.jp", + "mikawa.yamagata.jp", + "murayama.yamagata.jp", + "nagai.yamagata.jp", + "nakayama.yamagata.jp", + "nanyo.yamagata.jp", + "nishikawa.yamagata.jp", + "obanazawa.yamagata.jp", + "oe.yamagata.jp", + "oguni.yamagata.jp", + "ohkura.yamagata.jp", + "oishida.yamagata.jp", + "sagae.yamagata.jp", + "sakata.yamagata.jp", + "sakegawa.yamagata.jp", + "shinjo.yamagata.jp", + "shirataka.yamagata.jp", + "shonai.yamagata.jp", + "takahata.yamagata.jp", + "tendo.yamagata.jp", + "tozawa.yamagata.jp", + "tsuruoka.yamagata.jp", + "yamagata.yamagata.jp", + "yamanobe.yamagata.jp", + "yonezawa.yamagata.jp", + "yuza.yamagata.jp", + "abu.yamaguchi.jp", + "hagi.yamaguchi.jp", + "hikari.yamaguchi.jp", + "hofu.yamaguchi.jp", + "iwakuni.yamaguchi.jp", + "kudamatsu.yamaguchi.jp", + "mitou.yamaguchi.jp", + "nagato.yamaguchi.jp", + "oshima.yamaguchi.jp", + "shimonoseki.yamaguchi.jp", + "shunan.yamaguchi.jp", + "tabuse.yamaguchi.jp", + "tokuyama.yamaguchi.jp", + "toyota.yamaguchi.jp", + "ube.yamaguchi.jp", + "yuu.yamaguchi.jp", + "chuo.yamanashi.jp", + "doshi.yamanashi.jp", + "fuefuki.yamanashi.jp", + "fujikawa.yamanashi.jp", + "fujikawaguchiko.yamanashi.jp", + "fujiyoshida.yamanashi.jp", + "hayakawa.yamanashi.jp", + "hokuto.yamanashi.jp", + "ichikawamisato.yamanashi.jp", + "kai.yamanashi.jp", + "kofu.yamanashi.jp", + "koshu.yamanashi.jp", + "kosuge.yamanashi.jp", + "minami-alps.yamanashi.jp", + "minobu.yamanashi.jp", + "nakamichi.yamanashi.jp", + "nanbu.yamanashi.jp", + "narusawa.yamanashi.jp", + "nirasaki.yamanashi.jp", + "nishikatsura.yamanashi.jp", + "oshino.yamanashi.jp", + "otsuki.yamanashi.jp", + "showa.yamanashi.jp", + "tabayama.yamanashi.jp", + "tsuru.yamanashi.jp", + "uenohara.yamanashi.jp", + "yamanakako.yamanashi.jp", + "yamanashi.yamanashi.jp", + "ke", + "ac.ke", + "co.ke", + "go.ke", + "info.ke", + "me.ke", + "mobi.ke", + "ne.ke", + "or.ke", + "sc.ke", + "kg", + "com.kg", + "edu.kg", + "gov.kg", + "mil.kg", + "net.kg", + "org.kg", + "*.kh", + "ki", + "biz.ki", + "com.ki", + "edu.ki", + "gov.ki", + "info.ki", + "net.ki", + "org.ki", + "km", + "ass.km", + "com.km", + "edu.km", + "gov.km", + "mil.km", + "nom.km", + "org.km", + "prd.km", + "tm.km", + "asso.km", + "coop.km", + "gouv.km", + "medecin.km", + "notaires.km", + "pharmaciens.km", + "presse.km", + "veterinaire.km", + "kn", + "edu.kn", + "gov.kn", + "net.kn", + "org.kn", + "kp", + "com.kp", + "edu.kp", + "gov.kp", + "org.kp", + "rep.kp", + "tra.kp", + "kr", + "ac.kr", + "co.kr", + "es.kr", + "go.kr", + "hs.kr", + "kg.kr", + "mil.kr", + "ms.kr", + "ne.kr", + "or.kr", + "pe.kr", + "re.kr", + "sc.kr", + "busan.kr", + "chungbuk.kr", + "chungnam.kr", + "daegu.kr", + "daejeon.kr", + "gangwon.kr", + "gwangju.kr", + "gyeongbuk.kr", + "gyeonggi.kr", + "gyeongnam.kr", + "incheon.kr", + "jeju.kr", + "jeonbuk.kr", + "jeonnam.kr", + "seoul.kr", + "ulsan.kr", + "kw", + "com.kw", + "edu.kw", + "emb.kw", + "gov.kw", + "ind.kw", + "net.kw", + "org.kw", + "ky", + "com.ky", + "edu.ky", + "net.ky", + "org.ky", + "kz", + "com.kz", + "edu.kz", + "gov.kz", + "mil.kz", + "net.kz", + "org.kz", + "la", + "com.la", + "edu.la", + "gov.la", + "info.la", + "int.la", + "net.la", + "org.la", + "per.la", + "lb", + "com.lb", + "edu.lb", + "gov.lb", + "net.lb", + "org.lb", + "lc", + "co.lc", + "com.lc", + "edu.lc", + "gov.lc", + "net.lc", + "org.lc", + "li", + "lk", + "ac.lk", + "assn.lk", + "com.lk", + "edu.lk", + "gov.lk", + "grp.lk", + "hotel.lk", + "int.lk", + "ltd.lk", + "net.lk", + "ngo.lk", + "org.lk", + "sch.lk", + "soc.lk", + "web.lk", + "lr", + "com.lr", + "edu.lr", + "gov.lr", + "net.lr", + "org.lr", + "ls", + "ac.ls", + "biz.ls", + "co.ls", + "edu.ls", + "gov.ls", + "info.ls", + "net.ls", + "org.ls", + "sc.ls", + "lt", + "gov.lt", + "lu", + "lv", + "asn.lv", + "com.lv", + "conf.lv", + "edu.lv", + "gov.lv", + "id.lv", + "mil.lv", + "net.lv", + "org.lv", + "ly", + "com.ly", + "edu.ly", + "gov.ly", + "id.ly", + "med.ly", + "net.ly", + "org.ly", + "plc.ly", + "sch.ly", + "ma", + "ac.ma", + "co.ma", + "gov.ma", + "net.ma", + "org.ma", + "press.ma", + "mc", + "asso.mc", + "tm.mc", + "md", + "me", + "ac.me", + "co.me", + "edu.me", + "gov.me", + "its.me", + "net.me", + "org.me", + "priv.me", + "mg", + "co.mg", + "com.mg", + "edu.mg", + "gov.mg", + "mil.mg", + "nom.mg", + "org.mg", + "prd.mg", + "mh", + "mil", + "mk", + "com.mk", + "edu.mk", + "gov.mk", + "inf.mk", + "name.mk", + "net.mk", + "org.mk", + "ml", + "com.ml", + "edu.ml", + "gouv.ml", + "gov.ml", + "net.ml", + "org.ml", + "presse.ml", + "*.mm", + "mn", + "edu.mn", + "gov.mn", + "org.mn", + "mo", + "com.mo", + "edu.mo", + "gov.mo", + "net.mo", + "org.mo", + "mobi", + "mp", + "mq", + "mr", + "gov.mr", + "ms", + "com.ms", + "edu.ms", + "gov.ms", + "net.ms", + "org.ms", + "mt", + "com.mt", + "edu.mt", + "net.mt", + "org.mt", + "mu", + "ac.mu", + "co.mu", + "com.mu", + "gov.mu", + "net.mu", + "or.mu", + "org.mu", + "museum", + "mv", + "aero.mv", + "biz.mv", + "com.mv", + "coop.mv", + "edu.mv", + "gov.mv", + "info.mv", + "int.mv", + "mil.mv", + "museum.mv", + "name.mv", + "net.mv", + "org.mv", + "pro.mv", + "mw", + "ac.mw", + "biz.mw", + "co.mw", + "com.mw", + "coop.mw", + "edu.mw", + "gov.mw", + "int.mw", + "net.mw", + "org.mw", + "mx", + "com.mx", + "edu.mx", + "gob.mx", + "net.mx", + "org.mx", + "my", + "biz.my", + "com.my", + "edu.my", + "gov.my", + "mil.my", + "name.my", + "net.my", + "org.my", + "mz", + "ac.mz", + "adv.mz", + "co.mz", + "edu.mz", + "gov.mz", + "mil.mz", + "net.mz", + "org.mz", + "na", + "alt.na", + "co.na", + "com.na", + "gov.na", + "net.na", + "org.na", + "name", + "nc", + "asso.nc", + "nom.nc", + "ne", + "net", + "nf", + "arts.nf", + "com.nf", + "firm.nf", + "info.nf", + "net.nf", + "other.nf", + "per.nf", + "rec.nf", + "store.nf", + "web.nf", + "ng", + "com.ng", + "edu.ng", + "gov.ng", + "i.ng", + "mil.ng", + "mobi.ng", + "name.ng", + "net.ng", + "org.ng", + "sch.ng", + "ni", + "ac.ni", + "biz.ni", + "co.ni", + "com.ni", + "edu.ni", + "gob.ni", + "in.ni", + "info.ni", + "int.ni", + "mil.ni", + "net.ni", + "nom.ni", + "org.ni", + "web.ni", + "nl", + "no", + "fhs.no", + "folkebibl.no", + "fylkesbibl.no", + "idrett.no", + "museum.no", + "priv.no", + "vgs.no", + "dep.no", + "herad.no", + "kommune.no", + "mil.no", + "stat.no", + "aa.no", + "ah.no", + "bu.no", + "fm.no", + "hl.no", + "hm.no", + "jan-mayen.no", + "mr.no", + "nl.no", + "nt.no", + "of.no", + "ol.no", + "oslo.no", + "rl.no", + "sf.no", + "st.no", + "svalbard.no", + "tm.no", + "tr.no", + "va.no", + "vf.no", + "gs.aa.no", + "gs.ah.no", + "gs.bu.no", + "gs.fm.no", + "gs.hl.no", + "gs.hm.no", + "gs.jan-mayen.no", + "gs.mr.no", + "gs.nl.no", + "gs.nt.no", + "gs.of.no", + "gs.ol.no", + "gs.oslo.no", + "gs.rl.no", + "gs.sf.no", + "gs.st.no", + "gs.svalbard.no", + "gs.tm.no", + "gs.tr.no", + "gs.va.no", + "gs.vf.no", + "akrehamn.no", + "åkrehamn.no", + "algard.no", + "ålgård.no", + "arna.no", + "bronnoysund.no", + "brønnøysund.no", + "brumunddal.no", + "bryne.no", + "drobak.no", + "drøbak.no", + "egersund.no", + "fetsund.no", + "floro.no", + "florø.no", + "fredrikstad.no", + "hokksund.no", + "honefoss.no", + "hønefoss.no", + "jessheim.no", + "jorpeland.no", + "jørpeland.no", + "kirkenes.no", + "kopervik.no", + "krokstadelva.no", + "langevag.no", + "langevåg.no", + "leirvik.no", + "mjondalen.no", + "mjøndalen.no", + "mo-i-rana.no", + "mosjoen.no", + "mosjøen.no", + "nesoddtangen.no", + "orkanger.no", + "osoyro.no", + "osøyro.no", + "raholt.no", + "råholt.no", + "sandnessjoen.no", + "sandnessjøen.no", + "skedsmokorset.no", + "slattum.no", + "spjelkavik.no", + "stathelle.no", + "stavern.no", + "stjordalshalsen.no", + "stjørdalshalsen.no", + "tananger.no", + "tranby.no", + "vossevangen.no", + "aarborte.no", + "aejrie.no", + "afjord.no", + "åfjord.no", + "agdenes.no", + "nes.akershus.no", + "aknoluokta.no", + "ákŋoluokta.no", + "al.no", + "ål.no", + "alaheadju.no", + "álaheadju.no", + "alesund.no", + "ålesund.no", + "alstahaug.no", + "alta.no", + "áltá.no", + "alvdal.no", + "amli.no", + "åmli.no", + "amot.no", + "åmot.no", + "andasuolo.no", + "andebu.no", + "andoy.no", + "andøy.no", + "ardal.no", + "årdal.no", + "aremark.no", + "arendal.no", + "ås.no", + "aseral.no", + "åseral.no", + "asker.no", + "askim.no", + "askoy.no", + "askøy.no", + "askvoll.no", + "asnes.no", + "åsnes.no", + "audnedaln.no", + "aukra.no", + "aure.no", + "aurland.no", + "aurskog-holand.no", + "aurskog-høland.no", + "austevoll.no", + "austrheim.no", + "averoy.no", + "averøy.no", + "badaddja.no", + "bådåddjå.no", + "bærum.no", + "bahcavuotna.no", + "báhcavuotna.no", + "bahccavuotna.no", + "báhccavuotna.no", + "baidar.no", + "báidár.no", + "bajddar.no", + "bájddar.no", + "balat.no", + "bálát.no", + "balestrand.no", + "ballangen.no", + "balsfjord.no", + "bamble.no", + "bardu.no", + "barum.no", + "batsfjord.no", + "båtsfjord.no", + "bearalvahki.no", + "bearalváhki.no", + "beardu.no", + "beiarn.no", + "berg.no", + "bergen.no", + "berlevag.no", + "berlevåg.no", + "bievat.no", + "bievát.no", + "bindal.no", + "birkenes.no", + "bjarkoy.no", + "bjarkøy.no", + "bjerkreim.no", + "bjugn.no", + "bodo.no", + "bodø.no", + "bokn.no", + "bomlo.no", + "bømlo.no", + "bremanger.no", + "bronnoy.no", + "brønnøy.no", + "budejju.no", + "nes.buskerud.no", + "bygland.no", + "bykle.no", + "cahcesuolo.no", + "čáhcesuolo.no", + "davvenjarga.no", + "davvenjárga.no", + "davvesiida.no", + "deatnu.no", + "dielddanuorri.no", + "divtasvuodna.no", + "divttasvuotna.no", + "donna.no", + "dønna.no", + "dovre.no", + "drammen.no", + "drangedal.no", + "dyroy.no", + "dyrøy.no", + "eid.no", + "eidfjord.no", + "eidsberg.no", + "eidskog.no", + "eidsvoll.no", + "eigersund.no", + "elverum.no", + "enebakk.no", + "engerdal.no", + "etne.no", + "etnedal.no", + "evenassi.no", + "evenášši.no", + "evenes.no", + "evje-og-hornnes.no", + "farsund.no", + "fauske.no", + "fedje.no", + "fet.no", + "finnoy.no", + "finnøy.no", + "fitjar.no", + "fjaler.no", + "fjell.no", + "fla.no", + "flå.no", + "flakstad.no", + "flatanger.no", + "flekkefjord.no", + "flesberg.no", + "flora.no", + "folldal.no", + "forde.no", + "førde.no", + "forsand.no", + "fosnes.no", + "fræna.no", + "frana.no", + "frei.no", + "frogn.no", + "froland.no", + "frosta.no", + "froya.no", + "frøya.no", + "fuoisku.no", + "fuossko.no", + "fusa.no", + "fyresdal.no", + "gaivuotna.no", + "gáivuotna.no", + "galsa.no", + "gálsá.no", + "gamvik.no", + "gangaviika.no", + "gáŋgaviika.no", + "gaular.no", + "gausdal.no", + "giehtavuoatna.no", + "gildeskal.no", + "gildeskål.no", + "giske.no", + "gjemnes.no", + "gjerdrum.no", + "gjerstad.no", + "gjesdal.no", + "gjovik.no", + "gjøvik.no", + "gloppen.no", + "gol.no", + "gran.no", + "grane.no", + "granvin.no", + "gratangen.no", + "grimstad.no", + "grong.no", + "grue.no", + "gulen.no", + "guovdageaidnu.no", + "ha.no", + "hå.no", + "habmer.no", + "hábmer.no", + "hadsel.no", + "hægebostad.no", + "hagebostad.no", + "halden.no", + "halsa.no", + "hamar.no", + "hamaroy.no", + "hammarfeasta.no", + "hámmárfeasta.no", + "hammerfest.no", + "hapmir.no", + "hápmir.no", + "haram.no", + "hareid.no", + "harstad.no", + "hasvik.no", + "hattfjelldal.no", + "haugesund.no", + "os.hedmark.no", + "valer.hedmark.no", + "våler.hedmark.no", + "hemne.no", + "hemnes.no", + "hemsedal.no", + "hitra.no", + "hjartdal.no", + "hjelmeland.no", + "hobol.no", + "hobøl.no", + "hof.no", + "hol.no", + "hole.no", + "holmestrand.no", + "holtalen.no", + "holtålen.no", + "os.hordaland.no", + "hornindal.no", + "horten.no", + "hoyanger.no", + "høyanger.no", + "hoylandet.no", + "høylandet.no", + "hurdal.no", + "hurum.no", + "hvaler.no", + "hyllestad.no", + "ibestad.no", + "inderoy.no", + "inderøy.no", + "iveland.no", + "ivgu.no", + "jevnaker.no", + "jolster.no", + "jølster.no", + "jondal.no", + "kafjord.no", + "kåfjord.no", + "karasjohka.no", + "kárášjohka.no", + "karasjok.no", + "karlsoy.no", + "karmoy.no", + "karmøy.no", + "kautokeino.no", + "klabu.no", + "klæbu.no", + "klepp.no", + "kongsberg.no", + "kongsvinger.no", + "kraanghke.no", + "kråanghke.no", + "kragero.no", + "kragerø.no", + "kristiansand.no", + "kristiansund.no", + "krodsherad.no", + "krødsherad.no", + "kvæfjord.no", + "kvænangen.no", + "kvafjord.no", + "kvalsund.no", + "kvam.no", + "kvanangen.no", + "kvinesdal.no", + "kvinnherad.no", + "kviteseid.no", + "kvitsoy.no", + "kvitsøy.no", + "laakesvuemie.no", + "lærdal.no", + "lahppi.no", + "láhppi.no", + "lardal.no", + "larvik.no", + "lavagis.no", + "lavangen.no", + "leangaviika.no", + "leaŋgaviika.no", + "lebesby.no", + "leikanger.no", + "leirfjord.no", + "leka.no", + "leksvik.no", + "lenvik.no", + "lerdal.no", + "lesja.no", + "levanger.no", + "lier.no", + "lierne.no", + "lillehammer.no", + "lillesand.no", + "lindas.no", + "lindås.no", + "lindesnes.no", + "loabat.no", + "loabát.no", + "lodingen.no", + "lødingen.no", + "lom.no", + "loppa.no", + "lorenskog.no", + "lørenskog.no", + "loten.no", + "løten.no", + "lund.no", + "lunner.no", + "luroy.no", + "lurøy.no", + "luster.no", + "lyngdal.no", + "lyngen.no", + "malatvuopmi.no", + "málatvuopmi.no", + "malselv.no", + "målselv.no", + "malvik.no", + "mandal.no", + "marker.no", + "marnardal.no", + "masfjorden.no", + "masoy.no", + "måsøy.no", + "matta-varjjat.no", + "mátta-várjjat.no", + "meland.no", + "meldal.no", + "melhus.no", + "meloy.no", + "meløy.no", + "meraker.no", + "meråker.no", + "midsund.no", + "midtre-gauldal.no", + "moareke.no", + "moåreke.no", + "modalen.no", + "modum.no", + "molde.no", + "heroy.more-og-romsdal.no", + "sande.more-og-romsdal.no", + "herøy.møre-og-romsdal.no", + "sande.møre-og-romsdal.no", + "moskenes.no", + "moss.no", + "mosvik.no", + "muosat.no", + "muosát.no", + "naamesjevuemie.no", + "nååmesjevuemie.no", + "nærøy.no", + "namdalseid.no", + "namsos.no", + "namsskogan.no", + "nannestad.no", + "naroy.no", + "narviika.no", + "narvik.no", + "naustdal.no", + "navuotna.no", + "návuotna.no", + "nedre-eiker.no", + "nesna.no", + "nesodden.no", + "nesseby.no", + "nesset.no", + "nissedal.no", + "nittedal.no", + "nord-aurdal.no", + "nord-fron.no", + "nord-odal.no", + "norddal.no", + "nordkapp.no", + "bo.nordland.no", + "bø.nordland.no", + "heroy.nordland.no", + "herøy.nordland.no", + "nordre-land.no", + "nordreisa.no", + "nore-og-uvdal.no", + "notodden.no", + "notteroy.no", + "nøtterøy.no", + "odda.no", + "oksnes.no", + "øksnes.no", + "omasvuotna.no", + "oppdal.no", + "oppegard.no", + "oppegård.no", + "orkdal.no", + "orland.no", + "ørland.no", + "orskog.no", + "ørskog.no", + "orsta.no", + "ørsta.no", + "osen.no", + "osteroy.no", + "osterøy.no", + "valer.ostfold.no", + "våler.østfold.no", + "ostre-toten.no", + "østre-toten.no", + "overhalla.no", + "ovre-eiker.no", + "øvre-eiker.no", + "oyer.no", + "øyer.no", + "oygarden.no", + "øygarden.no", + "oystre-slidre.no", + "øystre-slidre.no", + "porsanger.no", + "porsangu.no", + "porsáŋgu.no", + "porsgrunn.no", + "rade.no", + "råde.no", + "radoy.no", + "radøy.no", + "rælingen.no", + "rahkkeravju.no", + "ráhkkerávju.no", + "raisa.no", + "ráisa.no", + "rakkestad.no", + "ralingen.no", + "rana.no", + "randaberg.no", + "rauma.no", + "rendalen.no", + "rennebu.no", + "rennesoy.no", + "rennesøy.no", + "rindal.no", + "ringebu.no", + "ringerike.no", + "ringsaker.no", + "risor.no", + "risør.no", + "rissa.no", + "roan.no", + "rodoy.no", + "rødøy.no", + "rollag.no", + "romsa.no", + "romskog.no", + "rømskog.no", + "roros.no", + "røros.no", + "rost.no", + "røst.no", + "royken.no", + "røyken.no", + "royrvik.no", + "røyrvik.no", + "ruovat.no", + "rygge.no", + "salangen.no", + "salat.no", + "sálat.no", + "sálát.no", + "saltdal.no", + "samnanger.no", + "sandefjord.no", + "sandnes.no", + "sandoy.no", + "sandøy.no", + "sarpsborg.no", + "sauda.no", + "sauherad.no", + "sel.no", + "selbu.no", + "selje.no", + "seljord.no", + "siellak.no", + "sigdal.no", + "siljan.no", + "sirdal.no", + "skanit.no", + "skánit.no", + "skanland.no", + "skånland.no", + "skaun.no", + "skedsmo.no", + "ski.no", + "skien.no", + "skierva.no", + "skiervá.no", + "skiptvet.no", + "skjak.no", + "skjåk.no", + "skjervoy.no", + "skjervøy.no", + "skodje.no", + "smola.no", + "smøla.no", + "snaase.no", + "snåase.no", + "snasa.no", + "snåsa.no", + "snillfjord.no", + "snoasa.no", + "sogndal.no", + "sogne.no", + "søgne.no", + "sokndal.no", + "sola.no", + "solund.no", + "somna.no", + "sømna.no", + "sondre-land.no", + "søndre-land.no", + "songdalen.no", + "sor-aurdal.no", + "sør-aurdal.no", + "sor-fron.no", + "sør-fron.no", + "sor-odal.no", + "sør-odal.no", + "sor-varanger.no", + "sør-varanger.no", + "sorfold.no", + "sørfold.no", + "sorreisa.no", + "sørreisa.no", + "sortland.no", + "sorum.no", + "sørum.no", + "spydeberg.no", + "stange.no", + "stavanger.no", + "steigen.no", + "steinkjer.no", + "stjordal.no", + "stjørdal.no", + "stokke.no", + "stor-elvdal.no", + "stord.no", + "stordal.no", + "storfjord.no", + "strand.no", + "stranda.no", + "stryn.no", + "sula.no", + "suldal.no", + "sund.no", + "sunndal.no", + "surnadal.no", + "sveio.no", + "svelvik.no", + "sykkylven.no", + "tana.no", + "bo.telemark.no", + "bø.telemark.no", + "time.no", + "tingvoll.no", + "tinn.no", + "tjeldsund.no", + "tjome.no", + "tjøme.no", + "tokke.no", + "tolga.no", + "tonsberg.no", + "tønsberg.no", + "torsken.no", + "træna.no", + "trana.no", + "tranoy.no", + "tranøy.no", + "troandin.no", + "trogstad.no", + "trøgstad.no", + "tromsa.no", + "tromso.no", + "tromsø.no", + "trondheim.no", + "trysil.no", + "tvedestrand.no", + "tydal.no", + "tynset.no", + "tysfjord.no", + "tysnes.no", + "tysvær.no", + "tysvar.no", + "ullensaker.no", + "ullensvang.no", + "ulvik.no", + "unjarga.no", + "unjárga.no", + "utsira.no", + "vaapste.no", + "vadso.no", + "vadsø.no", + "værøy.no", + "vaga.no", + "vågå.no", + "vagan.no", + "vågan.no", + "vagsoy.no", + "vågsøy.no", + "vaksdal.no", + "valle.no", + "vang.no", + "vanylven.no", + "vardo.no", + "vardø.no", + "varggat.no", + "várggát.no", + "varoy.no", + "vefsn.no", + "vega.no", + "vegarshei.no", + "vegårshei.no", + "vennesla.no", + "verdal.no", + "verran.no", + "vestby.no", + "sande.vestfold.no", + "vestnes.no", + "vestre-slidre.no", + "vestre-toten.no", + "vestvagoy.no", + "vestvågøy.no", + "vevelstad.no", + "vik.no", + "vikna.no", + "vindafjord.no", + "voagat.no", + "volda.no", + "voss.no", + "*.np", + "nr", + "biz.nr", + "com.nr", + "edu.nr", + "gov.nr", + "info.nr", + "net.nr", + "org.nr", + "nu", + "nz", + "ac.nz", + "co.nz", + "cri.nz", + "geek.nz", + "gen.nz", + "govt.nz", + "health.nz", + "iwi.nz", + "kiwi.nz", + "maori.nz", + "māori.nz", + "mil.nz", + "net.nz", + "org.nz", + "parliament.nz", + "school.nz", + "om", + "co.om", + "com.om", + "edu.om", + "gov.om", + "med.om", + "museum.om", + "net.om", + "org.om", + "pro.om", + "onion", + "org", + "pa", + "abo.pa", + "ac.pa", + "com.pa", + "edu.pa", + "gob.pa", + "ing.pa", + "med.pa", + "net.pa", + "nom.pa", + "org.pa", + "sld.pa", + "pe", + "com.pe", + "edu.pe", + "gob.pe", + "mil.pe", + "net.pe", + "nom.pe", + "org.pe", + "pf", + "com.pf", + "edu.pf", + "org.pf", + "*.pg", + "ph", + "com.ph", + "edu.ph", + "gov.ph", + "i.ph", + "mil.ph", + "net.ph", + "ngo.ph", + "org.ph", + "pk", + "ac.pk", + "biz.pk", + "com.pk", + "edu.pk", + "fam.pk", + "gkp.pk", + "gob.pk", + "gog.pk", + "gok.pk", + "gon.pk", + "gop.pk", + "gos.pk", + "gov.pk", + "net.pk", + "org.pk", + "web.pk", + "pl", + "com.pl", + "net.pl", + "org.pl", + "agro.pl", + "aid.pl", + "atm.pl", + "auto.pl", + "biz.pl", + "edu.pl", + "gmina.pl", + "gsm.pl", + "info.pl", + "mail.pl", + "media.pl", + "miasta.pl", + "mil.pl", + "nieruchomosci.pl", + "nom.pl", + "pc.pl", + "powiat.pl", + "priv.pl", + "realestate.pl", + "rel.pl", + "sex.pl", + "shop.pl", + "sklep.pl", + "sos.pl", + "szkola.pl", + "targi.pl", + "tm.pl", + "tourism.pl", + "travel.pl", + "turystyka.pl", + "gov.pl", + "ap.gov.pl", + "griw.gov.pl", + "ic.gov.pl", + "is.gov.pl", + "kmpsp.gov.pl", + "konsulat.gov.pl", + "kppsp.gov.pl", + "kwp.gov.pl", + "kwpsp.gov.pl", + "mup.gov.pl", + "mw.gov.pl", + "oia.gov.pl", + "oirm.gov.pl", + "oke.gov.pl", + "oow.gov.pl", + "oschr.gov.pl", + "oum.gov.pl", + "pa.gov.pl", + "pinb.gov.pl", + "piw.gov.pl", + "po.gov.pl", + "pr.gov.pl", + "psp.gov.pl", + "psse.gov.pl", + "pup.gov.pl", + "rzgw.gov.pl", + "sa.gov.pl", + "sdn.gov.pl", + "sko.gov.pl", + "so.gov.pl", + "sr.gov.pl", + "starostwo.gov.pl", + "ug.gov.pl", + "ugim.gov.pl", + "um.gov.pl", + "umig.gov.pl", + "upow.gov.pl", + "uppo.gov.pl", + "us.gov.pl", + "uw.gov.pl", + "uzs.gov.pl", + "wif.gov.pl", + "wiih.gov.pl", + "winb.gov.pl", + "wios.gov.pl", + "witd.gov.pl", + "wiw.gov.pl", + "wkz.gov.pl", + "wsa.gov.pl", + "wskr.gov.pl", + "wsse.gov.pl", + "wuoz.gov.pl", + "wzmiuw.gov.pl", + "zp.gov.pl", + "zpisdn.gov.pl", + "augustow.pl", + "babia-gora.pl", + "bedzin.pl", + "beskidy.pl", + "bialowieza.pl", + "bialystok.pl", + "bielawa.pl", + "bieszczady.pl", + "boleslawiec.pl", + "bydgoszcz.pl", + "bytom.pl", + "cieszyn.pl", + "czeladz.pl", + "czest.pl", + "dlugoleka.pl", + "elblag.pl", + "elk.pl", + "glogow.pl", + "gniezno.pl", + "gorlice.pl", + "grajewo.pl", + "ilawa.pl", + "jaworzno.pl", + "jelenia-gora.pl", + "jgora.pl", + "kalisz.pl", + "karpacz.pl", + "kartuzy.pl", + "kaszuby.pl", + "katowice.pl", + "kazimierz-dolny.pl", + "kepno.pl", + "ketrzyn.pl", + "klodzko.pl", + "kobierzyce.pl", + "kolobrzeg.pl", + "konin.pl", + "konskowola.pl", + "kutno.pl", + "lapy.pl", + "lebork.pl", + "legnica.pl", + "lezajsk.pl", + "limanowa.pl", + "lomza.pl", + "lowicz.pl", + "lubin.pl", + "lukow.pl", + "malbork.pl", + "malopolska.pl", + "mazowsze.pl", + "mazury.pl", + "mielec.pl", + "mielno.pl", + "mragowo.pl", + "naklo.pl", + "nowaruda.pl", + "nysa.pl", + "olawa.pl", + "olecko.pl", + "olkusz.pl", + "olsztyn.pl", + "opoczno.pl", + "opole.pl", + "ostroda.pl", + "ostroleka.pl", + "ostrowiec.pl", + "ostrowwlkp.pl", + "pila.pl", + "pisz.pl", + "podhale.pl", + "podlasie.pl", + "polkowice.pl", + "pomorskie.pl", + "pomorze.pl", + "prochowice.pl", + "pruszkow.pl", + "przeworsk.pl", + "pulawy.pl", + "radom.pl", + "rawa-maz.pl", + "rybnik.pl", + "rzeszow.pl", + "sanok.pl", + "sejny.pl", + "skoczow.pl", + "slask.pl", + "slupsk.pl", + "sosnowiec.pl", + "stalowa-wola.pl", + "starachowice.pl", + "stargard.pl", + "suwalki.pl", + "swidnica.pl", + "swiebodzin.pl", + "swinoujscie.pl", + "szczecin.pl", + "szczytno.pl", + "tarnobrzeg.pl", + "tgory.pl", + "turek.pl", + "tychy.pl", + "ustka.pl", + "walbrzych.pl", + "warmia.pl", + "warszawa.pl", + "waw.pl", + "wegrow.pl", + "wielun.pl", + "wlocl.pl", + "wloclawek.pl", + "wodzislaw.pl", + "wolomin.pl", + "wroclaw.pl", + "zachpomor.pl", + "zagan.pl", + "zarow.pl", + "zgora.pl", + "zgorzelec.pl", + "pm", + "pn", + "co.pn", + "edu.pn", + "gov.pn", + "net.pn", + "org.pn", + "post", + "pr", + "biz.pr", + "com.pr", + "edu.pr", + "gov.pr", + "info.pr", + "isla.pr", + "name.pr", + "net.pr", + "org.pr", + "pro.pr", + "ac.pr", + "est.pr", + "prof.pr", + "pro", + "aaa.pro", + "aca.pro", + "acct.pro", + "avocat.pro", + "bar.pro", + "cpa.pro", + "eng.pro", + "jur.pro", + "law.pro", + "med.pro", + "recht.pro", + "ps", + "com.ps", + "edu.ps", + "gov.ps", + "net.ps", + "org.ps", + "plo.ps", + "sec.ps", + "pt", + "com.pt", + "edu.pt", + "gov.pt", + "int.pt", + "net.pt", + "nome.pt", + "org.pt", + "publ.pt", + "pw", + "belau.pw", + "co.pw", + "ed.pw", + "go.pw", + "or.pw", + "py", + "com.py", + "coop.py", + "edu.py", + "gov.py", + "mil.py", + "net.py", + "org.py", + "qa", + "com.qa", + "edu.qa", + "gov.qa", + "mil.qa", + "name.qa", + "net.qa", + "org.qa", + "sch.qa", + "re", + "asso.re", + "com.re", + "ro", + "arts.ro", + "com.ro", + "firm.ro", + "info.ro", + "nom.ro", + "nt.ro", + "org.ro", + "rec.ro", + "store.ro", + "tm.ro", + "www.ro", + "rs", + "ac.rs", + "co.rs", + "edu.rs", + "gov.rs", + "in.rs", + "org.rs", + "ru", + "rw", + "ac.rw", + "co.rw", + "coop.rw", + "gov.rw", + "mil.rw", + "net.rw", + "org.rw", + "sa", + "com.sa", + "edu.sa", + "gov.sa", + "med.sa", + "net.sa", + "org.sa", + "pub.sa", + "sch.sa", + "sb", + "com.sb", + "edu.sb", + "gov.sb", + "net.sb", + "org.sb", + "sc", + "com.sc", + "edu.sc", + "gov.sc", + "net.sc", + "org.sc", + "sd", + "com.sd", + "edu.sd", + "gov.sd", + "info.sd", + "med.sd", + "net.sd", + "org.sd", + "tv.sd", + "se", + "a.se", + "ac.se", + "b.se", + "bd.se", + "brand.se", + "c.se", + "d.se", + "e.se", + "f.se", + "fh.se", + "fhsk.se", + "fhv.se", + "g.se", + "h.se", + "i.se", + "k.se", + "komforb.se", + "kommunalforbund.se", + "komvux.se", + "l.se", + "lanbib.se", + "m.se", + "n.se", + "naturbruksgymn.se", + "o.se", + "org.se", + "p.se", + "parti.se", + "pp.se", + "press.se", + "r.se", + "s.se", + "t.se", + "tm.se", + "u.se", + "w.se", + "x.se", + "y.se", + "z.se", + "sg", + "com.sg", + "edu.sg", + "gov.sg", + "net.sg", + "org.sg", + "sh", + "com.sh", + "gov.sh", + "mil.sh", + "net.sh", + "org.sh", + "si", + "sj", + "sk", + "sl", + "com.sl", + "edu.sl", + "gov.sl", + "net.sl", + "org.sl", + "sm", + "sn", + "art.sn", + "com.sn", + "edu.sn", + "gouv.sn", + "org.sn", + "perso.sn", + "univ.sn", + "so", + "com.so", + "edu.so", + "gov.so", + "me.so", + "net.so", + "org.so", + "sr", + "ss", + "biz.ss", + "co.ss", + "com.ss", + "edu.ss", + "gov.ss", + "me.ss", + "net.ss", + "org.ss", + "sch.ss", + "st", + "co.st", + "com.st", + "consulado.st", + "edu.st", + "embaixada.st", + "mil.st", + "net.st", + "org.st", + "principe.st", + "saotome.st", + "store.st", + "su", + "sv", + "com.sv", + "edu.sv", + "gob.sv", + "org.sv", + "red.sv", + "sx", + "gov.sx", + "sy", + "com.sy", + "edu.sy", + "gov.sy", + "mil.sy", + "net.sy", + "org.sy", + "sz", + "ac.sz", + "co.sz", + "org.sz", + "tc", + "td", + "tel", + "tf", + "tg", + "th", + "ac.th", + "co.th", + "go.th", + "in.th", + "mi.th", + "net.th", + "or.th", + "tj", + "ac.tj", + "biz.tj", + "co.tj", + "com.tj", + "edu.tj", + "go.tj", + "gov.tj", + "int.tj", + "mil.tj", + "name.tj", + "net.tj", + "nic.tj", + "org.tj", + "test.tj", + "web.tj", + "tk", + "tl", + "gov.tl", + "tm", + "co.tm", + "com.tm", + "edu.tm", + "gov.tm", + "mil.tm", + "net.tm", + "nom.tm", + "org.tm", + "tn", + "com.tn", + "ens.tn", + "fin.tn", + "gov.tn", + "ind.tn", + "info.tn", + "intl.tn", + "mincom.tn", + "nat.tn", + "net.tn", + "org.tn", + "perso.tn", + "tourism.tn", + "to", + "com.to", + "edu.to", + "gov.to", + "mil.to", + "net.to", + "org.to", + "tr", + "av.tr", + "bbs.tr", + "bel.tr", + "biz.tr", + "com.tr", + "dr.tr", + "edu.tr", + "gen.tr", + "gov.tr", + "info.tr", + "k12.tr", + "kep.tr", + "mil.tr", + "name.tr", + "net.tr", + "org.tr", + "pol.tr", + "tel.tr", + "tsk.tr", + "tv.tr", + "web.tr", + "nc.tr", + "gov.nc.tr", + "tt", + "biz.tt", + "co.tt", + "com.tt", + "edu.tt", + "gov.tt", + "info.tt", + "mil.tt", + "name.tt", + "net.tt", + "org.tt", + "pro.tt", + "tv", + "tw", + "club.tw", + "com.tw", + "ebiz.tw", + "edu.tw", + "game.tw", + "gov.tw", + "idv.tw", + "mil.tw", + "net.tw", + "org.tw", + "tz", + "ac.tz", + "co.tz", + "go.tz", + "hotel.tz", + "info.tz", + "me.tz", + "mil.tz", + "mobi.tz", + "ne.tz", + "or.tz", + "sc.tz", + "tv.tz", + "ua", + "com.ua", + "edu.ua", + "gov.ua", + "in.ua", + "net.ua", + "org.ua", + "cherkassy.ua", + "cherkasy.ua", + "chernigov.ua", + "chernihiv.ua", + "chernivtsi.ua", + "chernovtsy.ua", + "ck.ua", + "cn.ua", + "cr.ua", + "crimea.ua", + "cv.ua", + "dn.ua", + "dnepropetrovsk.ua", + "dnipropetrovsk.ua", + "donetsk.ua", + "dp.ua", + "if.ua", + "ivano-frankivsk.ua", + "kh.ua", + "kharkiv.ua", + "kharkov.ua", + "kherson.ua", + "khmelnitskiy.ua", + "khmelnytskyi.ua", + "kiev.ua", + "kirovograd.ua", + "km.ua", + "kr.ua", + "kropyvnytskyi.ua", + "krym.ua", + "ks.ua", + "kv.ua", + "kyiv.ua", + "lg.ua", + "lt.ua", + "lugansk.ua", + "luhansk.ua", + "lutsk.ua", + "lv.ua", + "lviv.ua", + "mk.ua", + "mykolaiv.ua", + "nikolaev.ua", + "od.ua", + "odesa.ua", + "odessa.ua", + "pl.ua", + "poltava.ua", + "rivne.ua", + "rovno.ua", + "rv.ua", + "sb.ua", + "sebastopol.ua", + "sevastopol.ua", + "sm.ua", + "sumy.ua", + "te.ua", + "ternopil.ua", + "uz.ua", + "uzhgorod.ua", + "uzhhorod.ua", + "vinnica.ua", + "vinnytsia.ua", + "vn.ua", + "volyn.ua", + "yalta.ua", + "zakarpattia.ua", + "zaporizhzhe.ua", + "zaporizhzhia.ua", + "zhitomir.ua", + "zhytomyr.ua", + "zp.ua", + "zt.ua", + "ug", + "ac.ug", + "co.ug", + "com.ug", + "go.ug", + "ne.ug", + "or.ug", + "org.ug", + "sc.ug", + "uk", + "ac.uk", + "co.uk", + "gov.uk", + "ltd.uk", + "me.uk", + "net.uk", + "nhs.uk", + "org.uk", + "plc.uk", + "police.uk", + "*.sch.uk", + "us", + "dni.us", + "fed.us", + "isa.us", + "kids.us", + "nsn.us", + "ak.us", + "al.us", + "ar.us", + "as.us", + "az.us", + "ca.us", + "co.us", + "ct.us", + "dc.us", + "de.us", + "fl.us", + "ga.us", + "gu.us", + "hi.us", + "ia.us", + "id.us", + "il.us", + "in.us", + "ks.us", + "ky.us", + "la.us", + "ma.us", + "md.us", + "me.us", + "mi.us", + "mn.us", + "mo.us", + "ms.us", + "mt.us", + "nc.us", + "nd.us", + "ne.us", + "nh.us", + "nj.us", + "nm.us", + "nv.us", + "ny.us", + "oh.us", + "ok.us", + "or.us", + "pa.us", + "pr.us", + "ri.us", + "sc.us", + "sd.us", + "tn.us", + "tx.us", + "ut.us", + "va.us", + "vi.us", + "vt.us", + "wa.us", + "wi.us", + "wv.us", + "wy.us", + "k12.ak.us", + "k12.al.us", + "k12.ar.us", + "k12.as.us", + "k12.az.us", + "k12.ca.us", + "k12.co.us", + "k12.ct.us", + "k12.dc.us", + "k12.fl.us", + "k12.ga.us", + "k12.gu.us", + "k12.ia.us", + "k12.id.us", + "k12.il.us", + "k12.in.us", + "k12.ks.us", + "k12.ky.us", + "k12.la.us", + "k12.ma.us", + "k12.md.us", + "k12.me.us", + "k12.mi.us", + "k12.mn.us", + "k12.mo.us", + "k12.ms.us", + "k12.mt.us", + "k12.nc.us", + "k12.ne.us", + "k12.nh.us", + "k12.nj.us", + "k12.nm.us", + "k12.nv.us", + "k12.ny.us", + "k12.oh.us", + "k12.ok.us", + "k12.or.us", + "k12.pa.us", + "k12.pr.us", + "k12.sc.us", + "k12.tn.us", + "k12.tx.us", + "k12.ut.us", + "k12.va.us", + "k12.vi.us", + "k12.vt.us", + "k12.wa.us", + "k12.wi.us", + "cc.ak.us", + "lib.ak.us", + "cc.al.us", + "lib.al.us", + "cc.ar.us", + "lib.ar.us", + "cc.as.us", + "lib.as.us", + "cc.az.us", + "lib.az.us", + "cc.ca.us", + "lib.ca.us", + "cc.co.us", + "lib.co.us", + "cc.ct.us", + "lib.ct.us", + "cc.dc.us", + "lib.dc.us", + "cc.de.us", + "cc.fl.us", + "cc.ga.us", + "cc.gu.us", + "cc.hi.us", + "cc.ia.us", + "cc.id.us", + "cc.il.us", + "cc.in.us", + "cc.ks.us", + "cc.ky.us", + "cc.la.us", + "cc.ma.us", + "cc.md.us", + "cc.me.us", + "cc.mi.us", + "cc.mn.us", + "cc.mo.us", + "cc.ms.us", + "cc.mt.us", + "cc.nc.us", + "cc.nd.us", + "cc.ne.us", + "cc.nh.us", + "cc.nj.us", + "cc.nm.us", + "cc.nv.us", + "cc.ny.us", + "cc.oh.us", + "cc.ok.us", + "cc.or.us", + "cc.pa.us", + "cc.pr.us", + "cc.ri.us", + "cc.sc.us", + "cc.sd.us", + "cc.tn.us", + "cc.tx.us", + "cc.ut.us", + "cc.va.us", + "cc.vi.us", + "cc.vt.us", + "cc.wa.us", + "cc.wi.us", + "cc.wv.us", + "cc.wy.us", + "k12.wy.us", + "lib.fl.us", + "lib.ga.us", + "lib.gu.us", + "lib.hi.us", + "lib.ia.us", + "lib.id.us", + "lib.il.us", + "lib.in.us", + "lib.ks.us", + "lib.ky.us", + "lib.la.us", + "lib.ma.us", + "lib.md.us", + "lib.me.us", + "lib.mi.us", + "lib.mn.us", + "lib.mo.us", + "lib.ms.us", + "lib.mt.us", + "lib.nc.us", + "lib.nd.us", + "lib.ne.us", + "lib.nh.us", + "lib.nj.us", + "lib.nm.us", + "lib.nv.us", + "lib.ny.us", + "lib.oh.us", + "lib.ok.us", + "lib.or.us", + "lib.pa.us", + "lib.pr.us", + "lib.ri.us", + "lib.sc.us", + "lib.sd.us", + "lib.tn.us", + "lib.tx.us", + "lib.ut.us", + "lib.va.us", + "lib.vi.us", + "lib.vt.us", + "lib.wa.us", + "lib.wi.us", + "lib.wy.us", + "chtr.k12.ma.us", + "paroch.k12.ma.us", + "pvt.k12.ma.us", + "ann-arbor.mi.us", + "cog.mi.us", + "dst.mi.us", + "eaton.mi.us", + "gen.mi.us", + "mus.mi.us", + "tec.mi.us", + "washtenaw.mi.us", + "uy", + "com.uy", + "edu.uy", + "gub.uy", + "mil.uy", + "net.uy", + "org.uy", + "uz", + "co.uz", + "com.uz", + "net.uz", + "org.uz", + "va", + "vc", + "com.vc", + "edu.vc", + "gov.vc", + "mil.vc", + "net.vc", + "org.vc", + "ve", + "arts.ve", + "bib.ve", + "co.ve", + "com.ve", + "e12.ve", + "edu.ve", + "firm.ve", + "gob.ve", + "gov.ve", + "info.ve", + "int.ve", + "mil.ve", + "net.ve", + "nom.ve", + "org.ve", + "rar.ve", + "rec.ve", + "store.ve", + "tec.ve", + "web.ve", + "vg", + "vi", + "co.vi", + "com.vi", + "k12.vi", + "net.vi", + "org.vi", + "vn", + "ac.vn", + "ai.vn", + "biz.vn", + "com.vn", + "edu.vn", + "gov.vn", + "health.vn", + "id.vn", + "info.vn", + "int.vn", + "io.vn", + "name.vn", + "net.vn", + "org.vn", + "pro.vn", + "angiang.vn", + "bacgiang.vn", + "backan.vn", + "baclieu.vn", + "bacninh.vn", + "baria-vungtau.vn", + "bentre.vn", + "binhdinh.vn", + "binhduong.vn", + "binhphuoc.vn", + "binhthuan.vn", + "camau.vn", + "cantho.vn", + "caobang.vn", + "daklak.vn", + "daknong.vn", + "danang.vn", + "dienbien.vn", + "dongnai.vn", + "dongthap.vn", + "gialai.vn", + "hagiang.vn", + "haiduong.vn", + "haiphong.vn", + "hanam.vn", + "hanoi.vn", + "hatinh.vn", + "haugiang.vn", + "hoabinh.vn", + "hungyen.vn", + "khanhhoa.vn", + "kiengiang.vn", + "kontum.vn", + "laichau.vn", + "lamdong.vn", + "langson.vn", + "laocai.vn", + "longan.vn", + "namdinh.vn", + "nghean.vn", + "ninhbinh.vn", + "ninhthuan.vn", + "phutho.vn", + "phuyen.vn", + "quangbinh.vn", + "quangnam.vn", + "quangngai.vn", + "quangninh.vn", + "quangtri.vn", + "soctrang.vn", + "sonla.vn", + "tayninh.vn", + "thaibinh.vn", + "thainguyen.vn", + "thanhhoa.vn", + "thanhphohochiminh.vn", + "thuathienhue.vn", + "tiengiang.vn", + "travinh.vn", + "tuyenquang.vn", + "vinhlong.vn", + "vinhphuc.vn", + "yenbai.vn", + "vu", + "com.vu", + "edu.vu", + "net.vu", + "org.vu", + "wf", + "ws", + "com.ws", + "edu.ws", + "gov.ws", + "net.ws", + "org.ws", + "yt", + "امارات", + "հայ", + "বাংলা", + "бг", + "البحرين", + "бел", + "中国", + "中國", + "الجزائر", + "مصر", + "ею", + "ευ", + "موريتانيا", + "გე", + "ελ", + "香港", + "個人.香港", + "公司.香港", + "政府.香港", + "教育.香港", + "組織.香港", + "網絡.香港", + "ಭಾರತ", + "ଭାରତ", + "ভাৰত", + "भारतम्", + "भारोत", + "ڀارت", + "ഭാരതം", + "भारत", + "بارت", + "بھارت", + "భారత్", + "ભારત", + "ਭਾਰਤ", + "ভারত", + "இந்தியா", + "ایران", + "ايران", + "عراق", + "الاردن", + "한국", + "қаз", + "ລາວ", + "ලංකා", + "இலங்கை", + "المغرب", + "мкд", + "мон", + "澳門", + "澳门", + "مليسيا", + "عمان", + "پاکستان", + "پاكستان", + "فلسطين", + "срб", + "ак.срб", + "обр.срб", + "од.срб", + "орг.срб", + "пр.срб", + "упр.срб", + "рф", + "قطر", + "السعودية", + "السعودیة", + "السعودیۃ", + "السعوديه", + "سودان", + "新加坡", + "சிங்கப்பூர்", + "سورية", + "سوريا", + "ไทย", + "ทหาร.ไทย", + "ธุรกิจ.ไทย", + "เน็ต.ไทย", + "รัฐบาล.ไทย", + "ศึกษา.ไทย", + "องค์กร.ไทย", + "تونس", + "台灣", + "台湾", + "臺灣", + "укр", + "اليمن", + "xxx", + "ye", + "com.ye", + "edu.ye", + "gov.ye", + "mil.ye", + "net.ye", + "org.ye", + "ac.za", + "agric.za", + "alt.za", + "co.za", + "edu.za", + "gov.za", + "grondar.za", + "law.za", + "mil.za", + "net.za", + "ngo.za", + "nic.za", + "nis.za", + "nom.za", + "org.za", + "school.za", + "tm.za", + "web.za", + "zm", + "ac.zm", + "biz.zm", + "co.zm", + "com.zm", + "edu.zm", + "gov.zm", + "info.zm", + "mil.zm", + "net.zm", + "org.zm", + "sch.zm", + "zw", + "ac.zw", + "co.zw", + "gov.zw", + "mil.zw", + "org.zw", + "aaa", + "aarp", + "abb", + "abbott", + "abbvie", + "abc", + "able", + "abogado", + "abudhabi", + "academy", + "accenture", + "accountant", + "accountants", + "aco", + "actor", + "ads", + "adult", + "aeg", + "aetna", + "afl", + "africa", + "agakhan", + "agency", + "aig", + "airbus", + "airforce", + "airtel", + "akdn", + "alibaba", + "alipay", + "allfinanz", + "allstate", + "ally", + "alsace", + "alstom", + "amazon", + "americanexpress", + "americanfamily", + "amex", + "amfam", + "amica", + "amsterdam", + "analytics", + "android", + "anquan", + "anz", + "aol", + "apartments", + "app", + "apple", + "aquarelle", + "arab", + "aramco", + "archi", + "army", + "art", + "arte", + "asda", + "associates", + "athleta", + "attorney", + "auction", + "audi", + "audible", + "audio", + "auspost", + "author", + "auto", + "autos", + "aws", + "axa", + "azure", + "baby", + "baidu", + "banamex", + "band", + "bank", + "bar", + "barcelona", + "barclaycard", + "barclays", + "barefoot", + "bargains", + "baseball", + "basketball", + "bauhaus", + "bayern", + "bbc", + "bbt", + "bbva", + "bcg", + "bcn", + "beats", + "beauty", + "beer", + "bentley", + "berlin", + "best", + "bestbuy", + "bet", + "bharti", + "bible", + "bid", + "bike", + "bing", + "bingo", + "bio", + "black", + "blackfriday", + "blockbuster", + "blog", + "bloomberg", + "blue", + "bms", + "bmw", + "bnpparibas", + "boats", + "boehringer", + "bofa", + "bom", + "bond", + "boo", + "book", + "booking", + "bosch", + "bostik", + "boston", + "bot", + "boutique", + "box", + "bradesco", + "bridgestone", + "broadway", + "broker", + "brother", + "brussels", + "build", + "builders", + "business", + "buy", + "buzz", + "bzh", + "cab", + "cafe", + "cal", + "call", + "calvinklein", + "cam", + "camera", + "camp", + "canon", + "capetown", + "capital", + "capitalone", + "car", + "caravan", + "cards", + "care", + "career", + "careers", + "cars", + "casa", + "case", + "cash", + "casino", + "catering", + "catholic", + "cba", + "cbn", + "cbre", + "center", + "ceo", + "cern", + "cfa", + "cfd", + "chanel", + "channel", + "charity", + "chase", + "chat", + "cheap", + "chintai", + "christmas", + "chrome", + "church", + "cipriani", + "circle", + "cisco", + "citadel", + "citi", + "citic", + "city", + "claims", + "cleaning", + "click", + "clinic", + "clinique", + "clothing", + "cloud", + "club", + "clubmed", + "coach", + "codes", + "coffee", + "college", + "cologne", + "commbank", + "community", + "company", + "compare", + "computer", + "comsec", + "condos", + "construction", + "consulting", + "contact", + "contractors", + "cooking", + "cool", + "corsica", + "country", + "coupon", + "coupons", + "courses", + "cpa", + "credit", + "creditcard", + "creditunion", + "cricket", + "crown", + "crs", + "cruise", + "cruises", + "cuisinella", + "cymru", + "cyou", + "dad", + "dance", + "data", + "date", + "dating", + "datsun", + "day", + "dclk", + "dds", + "deal", + "dealer", + "deals", + "degree", + "delivery", + "dell", + "deloitte", + "delta", + "democrat", + "dental", + "dentist", + "desi", + "design", + "dev", + "dhl", + "diamonds", + "diet", + "digital", + "direct", + "directory", + "discount", + "discover", + "dish", + "diy", + "dnp", + "docs", + "doctor", + "dog", + "domains", + "dot", + "download", + "drive", + "dtv", + "dubai", + "dunlop", + "dupont", + "durban", + "dvag", + "dvr", + "earth", + "eat", + "eco", + "edeka", + "education", + "email", + "emerck", + "energy", + "engineer", + "engineering", + "enterprises", + "epson", + "equipment", + "ericsson", + "erni", + "esq", + "estate", + "eurovision", + "eus", + "events", + "exchange", + "expert", + "exposed", + "express", + "extraspace", + "fage", + "fail", + "fairwinds", + "faith", + "family", + "fan", + "fans", + "farm", + "farmers", + "fashion", + "fast", + "fedex", + "feedback", + "ferrari", + "ferrero", + "fidelity", + "fido", + "film", + "final", + "finance", + "financial", + "fire", + "firestone", + "firmdale", + "fish", + "fishing", + "fit", + "fitness", + "flickr", + "flights", + "flir", + "florist", + "flowers", + "fly", + "foo", + "food", + "football", + "ford", + "forex", + "forsale", + "forum", + "foundation", + "fox", + "free", + "fresenius", + "frl", + "frogans", + "frontier", + "ftr", + "fujitsu", + "fun", + "fund", + "furniture", + "futbol", + "fyi", + "gal", + "gallery", + "gallo", + "gallup", + "game", + "games", + "gap", + "garden", + "gay", + "gbiz", + "gdn", + "gea", + "gent", + "genting", + "george", + "ggee", + "gift", + "gifts", + "gives", + "giving", + "glass", + "gle", + "global", + "globo", + "gmail", + "gmbh", + "gmo", + "gmx", + "godaddy", + "gold", + "goldpoint", + "golf", + "goo", + "goodyear", + "goog", + "google", + "gop", + "got", + "grainger", + "graphics", + "gratis", + "green", + "gripe", + "grocery", + "group", + "gucci", + "guge", + "guide", + "guitars", + "guru", + "hair", + "hamburg", + "hangout", + "haus", + "hbo", + "hdfc", + "hdfcbank", + "health", + "healthcare", + "help", + "helsinki", + "here", + "hermes", + "hiphop", + "hisamitsu", + "hitachi", + "hiv", + "hkt", + "hockey", + "holdings", + "holiday", + "homedepot", + "homegoods", + "homes", + "homesense", + "honda", + "horse", + "hospital", + "host", + "hosting", + "hot", + "hotels", + "hotmail", + "house", + "how", + "hsbc", + "hughes", + "hyatt", + "hyundai", + "ibm", + "icbc", + "ice", + "icu", + "ieee", + "ifm", + "ikano", + "imamat", + "imdb", + "immo", + "immobilien", + "inc", + "industries", + "infiniti", + "ing", + "ink", + "institute", + "insurance", + "insure", + "international", + "intuit", + "investments", + "ipiranga", + "irish", + "ismaili", + "ist", + "istanbul", + "itau", + "itv", + "jaguar", + "java", + "jcb", + "jeep", + "jetzt", + "jewelry", + "jio", + "jll", + "jmp", + "jnj", + "joburg", + "jot", + "joy", + "jpmorgan", + "jprs", + "juegos", + "juniper", + "kaufen", + "kddi", + "kerryhotels", + "kerrylogistics", + "kerryproperties", + "kfh", + "kia", + "kids", + "kim", + "kindle", + "kitchen", + "kiwi", + "koeln", + "komatsu", + "kosher", + "kpmg", + "kpn", + "krd", + "kred", + "kuokgroup", + "kyoto", + "lacaixa", + "lamborghini", + "lamer", + "lancaster", + "land", + "landrover", + "lanxess", + "lasalle", + "lat", + "latino", + "latrobe", + "law", + "lawyer", + "lds", + "lease", + "leclerc", + "lefrak", + "legal", + "lego", + "lexus", + "lgbt", + "lidl", + "life", + "lifeinsurance", + "lifestyle", + "lighting", + "like", + "lilly", + "limited", + "limo", + "lincoln", + "link", + "lipsy", + "live", + "living", + "llc", + "llp", + "loan", + "loans", + "locker", + "locus", + "lol", + "london", + "lotte", + "lotto", + "love", + "lpl", + "lplfinancial", + "ltd", + "ltda", + "lundbeck", + "luxe", + "luxury", + "madrid", + "maif", + "maison", + "makeup", + "man", + "management", + "mango", + "map", + "market", + "marketing", + "markets", + "marriott", + "marshalls", + "mattel", + "mba", + "mckinsey", + "med", + "media", + "meet", + "melbourne", + "meme", + "memorial", + "men", + "menu", + "merck", + "merckmsd", + "miami", + "microsoft", + "mini", + "mint", + "mit", + "mitsubishi", + "mlb", + "mls", + "mma", + "mobile", + "moda", + "moe", + "moi", + "mom", + "monash", + "money", + "monster", + "mormon", + "mortgage", + "moscow", + "moto", + "motorcycles", + "mov", + "movie", + "msd", + "mtn", + "mtr", + "music", + "nab", + "nagoya", + "navy", + "nba", + "nec", + "netbank", + "netflix", + "network", + "neustar", + "new", + "news", + "next", + "nextdirect", + "nexus", + "nfl", + "ngo", + "nhk", + "nico", + "nike", + "nikon", + "ninja", + "nissan", + "nissay", + "nokia", + "norton", + "now", + "nowruz", + "nowtv", + "nra", + "nrw", + "ntt", + "nyc", + "obi", + "observer", + "office", + "okinawa", + "olayan", + "olayangroup", + "ollo", + "omega", + "one", + "ong", + "onl", + "online", + "ooo", + "open", + "oracle", + "orange", + "organic", + "origins", + "osaka", + "otsuka", + "ott", + "ovh", + "page", + "panasonic", + "paris", + "pars", + "partners", + "parts", + "party", + "pay", + "pccw", + "pet", + "pfizer", + "pharmacy", + "phd", + "philips", + "phone", + "photo", + "photography", + "photos", + "physio", + "pics", + "pictet", + "pictures", + "pid", + "pin", + "ping", + "pink", + "pioneer", + "pizza", + "place", + "play", + "playstation", + "plumbing", + "plus", + "pnc", + "pohl", + "poker", + "politie", + "porn", + "pramerica", + "praxi", + "press", + "prime", + "prod", + "productions", + "prof", + "progressive", + "promo", + "properties", + "property", + "protection", + "pru", + "prudential", + "pub", + "pwc", + "qpon", + "quebec", + "quest", + "racing", + "radio", + "read", + "realestate", + "realtor", + "realty", + "recipes", + "red", + "redstone", + "redumbrella", + "rehab", + "reise", + "reisen", + "reit", + "reliance", + "ren", + "rent", + "rentals", + "repair", + "report", + "republican", + "rest", + "restaurant", + "review", + "reviews", + "rexroth", + "rich", + "richardli", + "ricoh", + "ril", + "rio", + "rip", + "rocks", + "rodeo", + "rogers", + "room", + "rsvp", + "rugby", + "ruhr", + "run", + "rwe", + "ryukyu", + "saarland", + "safe", + "safety", + "sakura", + "sale", + "salon", + "samsclub", + "samsung", + "sandvik", + "sandvikcoromant", + "sanofi", + "sap", + "sarl", + "sas", + "save", + "saxo", + "sbi", + "sbs", + "scb", + "schaeffler", + "schmidt", + "scholarships", + "school", + "schule", + "schwarz", + "science", + "scot", + "search", + "seat", + "secure", + "security", + "seek", + "select", + "sener", + "services", + "seven", + "sew", + "sex", + "sexy", + "sfr", + "shangrila", + "sharp", + "shell", + "shia", + "shiksha", + "shoes", + "shop", + "shopping", + "shouji", + "show", + "silk", + "sina", + "singles", + "site", + "ski", + "skin", + "sky", + "skype", + "sling", + "smart", + "smile", + "sncf", + "soccer", + "social", + "softbank", + "software", + "sohu", + "solar", + "solutions", + "song", + "sony", + "soy", + "spa", + "space", + "sport", + "spot", + "srl", + "stada", + "staples", + "star", + "statebank", + "statefarm", + "stc", + "stcgroup", + "stockholm", + "storage", + "store", + "stream", + "studio", + "study", + "style", + "sucks", + "supplies", + "supply", + "support", + "surf", + "surgery", + "suzuki", + "swatch", + "swiss", + "sydney", + "systems", + "tab", + "taipei", + "talk", + "taobao", + "target", + "tatamotors", + "tatar", + "tattoo", + "tax", + "taxi", + "tci", + "tdk", + "team", + "tech", + "technology", + "temasek", + "tennis", + "teva", + "thd", + "theater", + "theatre", + "tiaa", + "tickets", + "tienda", + "tips", + "tires", + "tirol", + "tjmaxx", + "tjx", + "tkmaxx", + "tmall", + "today", + "tokyo", + "tools", + "top", + "toray", + "toshiba", + "total", + "tours", + "town", + "toyota", + "toys", + "trade", + "trading", + "training", + "travel", + "travelers", + "travelersinsurance", + "trust", + "trv", + "tube", + "tui", + "tunes", + "tushu", + "tvs", + "ubank", + "ubs", + "unicom", + "university", + "uno", + "uol", + "ups", + "vacations", + "vana", + "vanguard", + "vegas", + "ventures", + "verisign", + "versicherung", + "vet", + "viajes", + "video", + "vig", + "viking", + "villas", + "vin", + "vip", + "virgin", + "visa", + "vision", + "viva", + "vivo", + "vlaanderen", + "vodka", + "volvo", + "vote", + "voting", + "voto", + "voyage", + "wales", + "walmart", + "walter", + "wang", + "wanggou", + "watch", + "watches", + "weather", + "weatherchannel", + "webcam", + "weber", + "website", + "wed", + "wedding", + "weibo", + "weir", + "whoswho", + "wien", + "wiki", + "williamhill", + "win", + "windows", + "wine", + "winners", + "wme", + "wolterskluwer", + "woodside", + "work", + "works", + "world", + "wow", + "wtc", + "wtf", + "xbox", + "xerox", + "xihuan", + "xin", + "कॉम", + "セール", + "佛山", + "慈善", + "集团", + "在线", + "点看", + "คอม", + "八卦", + "موقع", + "公益", + "公司", + "香格里拉", + "网站", + "移动", + "我爱你", + "москва", + "католик", + "онлайн", + "сайт", + "联通", + "קום", + "时尚", + "微博", + "淡马锡", + "ファッション", + "орг", + "नेट", + "ストア", + "アマゾン", + "삼성", + "商标", + "商店", + "商城", + "дети", + "ポイント", + "新闻", + "家電", + "كوم", + "中文网", + "中信", + "娱乐", + "谷歌", + "電訊盈科", + "购物", + "クラウド", + "通販", + "网店", + "संगठन", + "餐厅", + "网络", + "ком", + "亚马逊", + "食品", + "飞利浦", + "手机", + "ارامكو", + "العليان", + "بازار", + "ابوظبي", + "كاثوليك", + "همراه", + "닷컴", + "政府", + "شبكة", + "بيتك", + "عرب", + "机构", + "组织机构", + "健康", + "招聘", + "рус", + "大拿", + "みんな", + "グーグル", + "世界", + "書籍", + "网址", + "닷넷", + "コム", + "天主教", + "游戏", + "vermögensberater", + "vermögensberatung", + "企业", + "信息", + "嘉里大酒店", + "嘉里", + "广东", + "政务", + "xyz", + "yachts", + "yahoo", + "yamaxun", + "yandex", + "yodobashi", + "yoga", + "yokohama", + "you", + "youtube", + "yun", + "zappos", + "zara", + "zero", + "zip", + "zone", + "zuerich", + "co.krd", + "edu.krd", + "art.pl", + "gliwice.pl", + "krakow.pl", + "poznan.pl", + "wroc.pl", + "zakopane.pl", + "lib.de.us", + "12chars.dev", + "12chars.it", + "12chars.pro", + "cc.ua", + "inf.ua", + "ltd.ua", + "611.to", + "a2hosted.com", + "cpserver.com", + "aaa.vodka", + "*.on-acorn.io", + "activetrail.biz", + "adaptable.app", + "adobeaemcloud.com", + "*.dev.adobeaemcloud.com", + "aem.live", + "hlx.live", + "adobeaemcloud.net", + "aem.page", + "hlx.page", + "hlx3.page", + "adobeio-static.net", + "adobeioruntime.net", + "africa.com", + "beep.pl", + "airkitapps.com", + "airkitapps-au.com", + "airkitapps.eu", + "aivencloud.com", + "akadns.net", + "akamai.net", + "akamai-staging.net", + "akamaiedge.net", + "akamaiedge-staging.net", + "akamaihd.net", + "akamaihd-staging.net", + "akamaiorigin.net", + "akamaiorigin-staging.net", + "akamaized.net", + "akamaized-staging.net", + "edgekey.net", + "edgekey-staging.net", + "edgesuite.net", + "edgesuite-staging.net", + "barsy.ca", + "*.compute.estate", + "*.alces.network", + "kasserver.com", + "altervista.org", + "alwaysdata.net", + "myamaze.net", + "execute-api.cn-north-1.amazonaws.com.cn", + "execute-api.cn-northwest-1.amazonaws.com.cn", + "execute-api.af-south-1.amazonaws.com", + "execute-api.ap-east-1.amazonaws.com", + "execute-api.ap-northeast-1.amazonaws.com", + "execute-api.ap-northeast-2.amazonaws.com", + "execute-api.ap-northeast-3.amazonaws.com", + "execute-api.ap-south-1.amazonaws.com", + "execute-api.ap-south-2.amazonaws.com", + "execute-api.ap-southeast-1.amazonaws.com", + "execute-api.ap-southeast-2.amazonaws.com", + "execute-api.ap-southeast-3.amazonaws.com", + "execute-api.ap-southeast-4.amazonaws.com", + "execute-api.ap-southeast-5.amazonaws.com", + "execute-api.ca-central-1.amazonaws.com", + "execute-api.ca-west-1.amazonaws.com", + "execute-api.eu-central-1.amazonaws.com", + "execute-api.eu-central-2.amazonaws.com", + "execute-api.eu-north-1.amazonaws.com", + "execute-api.eu-south-1.amazonaws.com", + "execute-api.eu-south-2.amazonaws.com", + "execute-api.eu-west-1.amazonaws.com", + "execute-api.eu-west-2.amazonaws.com", + "execute-api.eu-west-3.amazonaws.com", + "execute-api.il-central-1.amazonaws.com", + "execute-api.me-central-1.amazonaws.com", + "execute-api.me-south-1.amazonaws.com", + "execute-api.sa-east-1.amazonaws.com", + "execute-api.us-east-1.amazonaws.com", + "execute-api.us-east-2.amazonaws.com", + "execute-api.us-gov-east-1.amazonaws.com", + "execute-api.us-gov-west-1.amazonaws.com", + "execute-api.us-west-1.amazonaws.com", + "execute-api.us-west-2.amazonaws.com", + "cloudfront.net", + "auth.af-south-1.amazoncognito.com", + "auth.ap-east-1.amazoncognito.com", + "auth.ap-northeast-1.amazoncognito.com", + "auth.ap-northeast-2.amazoncognito.com", + "auth.ap-northeast-3.amazoncognito.com", + "auth.ap-south-1.amazoncognito.com", + "auth.ap-south-2.amazoncognito.com", + "auth.ap-southeast-1.amazoncognito.com", + "auth.ap-southeast-2.amazoncognito.com", + "auth.ap-southeast-3.amazoncognito.com", + "auth.ap-southeast-4.amazoncognito.com", + "auth.ca-central-1.amazoncognito.com", + "auth.ca-west-1.amazoncognito.com", + "auth.eu-central-1.amazoncognito.com", + "auth.eu-central-2.amazoncognito.com", + "auth.eu-north-1.amazoncognito.com", + "auth.eu-south-1.amazoncognito.com", + "auth.eu-south-2.amazoncognito.com", + "auth.eu-west-1.amazoncognito.com", + "auth.eu-west-2.amazoncognito.com", + "auth.eu-west-3.amazoncognito.com", + "auth.il-central-1.amazoncognito.com", + "auth.me-central-1.amazoncognito.com", + "auth.me-south-1.amazoncognito.com", + "auth.sa-east-1.amazoncognito.com", + "auth.us-east-1.amazoncognito.com", + "auth-fips.us-east-1.amazoncognito.com", + "auth.us-east-2.amazoncognito.com", + "auth-fips.us-east-2.amazoncognito.com", + "auth-fips.us-gov-west-1.amazoncognito.com", + "auth.us-west-1.amazoncognito.com", + "auth-fips.us-west-1.amazoncognito.com", + "auth.us-west-2.amazoncognito.com", + "auth-fips.us-west-2.amazoncognito.com", + "*.compute.amazonaws.com.cn", + "*.compute.amazonaws.com", + "*.compute-1.amazonaws.com", + "us-east-1.amazonaws.com", + "emrappui-prod.cn-north-1.amazonaws.com.cn", + "emrnotebooks-prod.cn-north-1.amazonaws.com.cn", + "emrstudio-prod.cn-north-1.amazonaws.com.cn", + "emrappui-prod.cn-northwest-1.amazonaws.com.cn", + "emrnotebooks-prod.cn-northwest-1.amazonaws.com.cn", + "emrstudio-prod.cn-northwest-1.amazonaws.com.cn", + "emrappui-prod.af-south-1.amazonaws.com", + "emrnotebooks-prod.af-south-1.amazonaws.com", + "emrstudio-prod.af-south-1.amazonaws.com", + "emrappui-prod.ap-east-1.amazonaws.com", + "emrnotebooks-prod.ap-east-1.amazonaws.com", + "emrstudio-prod.ap-east-1.amazonaws.com", + "emrappui-prod.ap-northeast-1.amazonaws.com", + "emrnotebooks-prod.ap-northeast-1.amazonaws.com", + "emrstudio-prod.ap-northeast-1.amazonaws.com", + "emrappui-prod.ap-northeast-2.amazonaws.com", + "emrnotebooks-prod.ap-northeast-2.amazonaws.com", + "emrstudio-prod.ap-northeast-2.amazonaws.com", + "emrappui-prod.ap-northeast-3.amazonaws.com", + "emrnotebooks-prod.ap-northeast-3.amazonaws.com", + "emrstudio-prod.ap-northeast-3.amazonaws.com", + "emrappui-prod.ap-south-1.amazonaws.com", + "emrnotebooks-prod.ap-south-1.amazonaws.com", + "emrstudio-prod.ap-south-1.amazonaws.com", + "emrappui-prod.ap-south-2.amazonaws.com", + "emrnotebooks-prod.ap-south-2.amazonaws.com", + "emrstudio-prod.ap-south-2.amazonaws.com", + "emrappui-prod.ap-southeast-1.amazonaws.com", + "emrnotebooks-prod.ap-southeast-1.amazonaws.com", + "emrstudio-prod.ap-southeast-1.amazonaws.com", + "emrappui-prod.ap-southeast-2.amazonaws.com", + "emrnotebooks-prod.ap-southeast-2.amazonaws.com", + "emrstudio-prod.ap-southeast-2.amazonaws.com", + "emrappui-prod.ap-southeast-3.amazonaws.com", + "emrnotebooks-prod.ap-southeast-3.amazonaws.com", + "emrstudio-prod.ap-southeast-3.amazonaws.com", + "emrappui-prod.ap-southeast-4.amazonaws.com", + "emrnotebooks-prod.ap-southeast-4.amazonaws.com", + "emrstudio-prod.ap-southeast-4.amazonaws.com", + "emrappui-prod.ca-central-1.amazonaws.com", + "emrnotebooks-prod.ca-central-1.amazonaws.com", + "emrstudio-prod.ca-central-1.amazonaws.com", + "emrappui-prod.ca-west-1.amazonaws.com", + "emrnotebooks-prod.ca-west-1.amazonaws.com", + "emrstudio-prod.ca-west-1.amazonaws.com", + "emrappui-prod.eu-central-1.amazonaws.com", + "emrnotebooks-prod.eu-central-1.amazonaws.com", + "emrstudio-prod.eu-central-1.amazonaws.com", + "emrappui-prod.eu-central-2.amazonaws.com", + "emrnotebooks-prod.eu-central-2.amazonaws.com", + "emrstudio-prod.eu-central-2.amazonaws.com", + "emrappui-prod.eu-north-1.amazonaws.com", + "emrnotebooks-prod.eu-north-1.amazonaws.com", + "emrstudio-prod.eu-north-1.amazonaws.com", + "emrappui-prod.eu-south-1.amazonaws.com", + "emrnotebooks-prod.eu-south-1.amazonaws.com", + "emrstudio-prod.eu-south-1.amazonaws.com", + "emrappui-prod.eu-south-2.amazonaws.com", + "emrnotebooks-prod.eu-south-2.amazonaws.com", + "emrstudio-prod.eu-south-2.amazonaws.com", + "emrappui-prod.eu-west-1.amazonaws.com", + "emrnotebooks-prod.eu-west-1.amazonaws.com", + "emrstudio-prod.eu-west-1.amazonaws.com", + "emrappui-prod.eu-west-2.amazonaws.com", + "emrnotebooks-prod.eu-west-2.amazonaws.com", + "emrstudio-prod.eu-west-2.amazonaws.com", + "emrappui-prod.eu-west-3.amazonaws.com", + "emrnotebooks-prod.eu-west-3.amazonaws.com", + "emrstudio-prod.eu-west-3.amazonaws.com", + "emrappui-prod.il-central-1.amazonaws.com", + "emrnotebooks-prod.il-central-1.amazonaws.com", + "emrstudio-prod.il-central-1.amazonaws.com", + "emrappui-prod.me-central-1.amazonaws.com", + "emrnotebooks-prod.me-central-1.amazonaws.com", + "emrstudio-prod.me-central-1.amazonaws.com", + "emrappui-prod.me-south-1.amazonaws.com", + "emrnotebooks-prod.me-south-1.amazonaws.com", + "emrstudio-prod.me-south-1.amazonaws.com", + "emrappui-prod.sa-east-1.amazonaws.com", + "emrnotebooks-prod.sa-east-1.amazonaws.com", + "emrstudio-prod.sa-east-1.amazonaws.com", + "emrappui-prod.us-east-1.amazonaws.com", + "emrnotebooks-prod.us-east-1.amazonaws.com", + "emrstudio-prod.us-east-1.amazonaws.com", + "emrappui-prod.us-east-2.amazonaws.com", + "emrnotebooks-prod.us-east-2.amazonaws.com", + "emrstudio-prod.us-east-2.amazonaws.com", + "emrappui-prod.us-gov-east-1.amazonaws.com", + "emrnotebooks-prod.us-gov-east-1.amazonaws.com", + "emrstudio-prod.us-gov-east-1.amazonaws.com", + "emrappui-prod.us-gov-west-1.amazonaws.com", + "emrnotebooks-prod.us-gov-west-1.amazonaws.com", + "emrstudio-prod.us-gov-west-1.amazonaws.com", + "emrappui-prod.us-west-1.amazonaws.com", + "emrnotebooks-prod.us-west-1.amazonaws.com", + "emrstudio-prod.us-west-1.amazonaws.com", + "emrappui-prod.us-west-2.amazonaws.com", + "emrnotebooks-prod.us-west-2.amazonaws.com", + "emrstudio-prod.us-west-2.amazonaws.com", + "*.cn-north-1.airflow.amazonaws.com.cn", + "*.cn-northwest-1.airflow.amazonaws.com.cn", + "*.af-south-1.airflow.amazonaws.com", + "*.ap-east-1.airflow.amazonaws.com", + "*.ap-northeast-1.airflow.amazonaws.com", + "*.ap-northeast-2.airflow.amazonaws.com", + "*.ap-northeast-3.airflow.amazonaws.com", + "*.ap-south-1.airflow.amazonaws.com", + "*.ap-south-2.airflow.amazonaws.com", + "*.ap-southeast-1.airflow.amazonaws.com", + "*.ap-southeast-2.airflow.amazonaws.com", + "*.ap-southeast-3.airflow.amazonaws.com", + "*.ap-southeast-4.airflow.amazonaws.com", + "*.ca-central-1.airflow.amazonaws.com", + "*.ca-west-1.airflow.amazonaws.com", + "*.eu-central-1.airflow.amazonaws.com", + "*.eu-central-2.airflow.amazonaws.com", + "*.eu-north-1.airflow.amazonaws.com", + "*.eu-south-1.airflow.amazonaws.com", + "*.eu-south-2.airflow.amazonaws.com", + "*.eu-west-1.airflow.amazonaws.com", + "*.eu-west-2.airflow.amazonaws.com", + "*.eu-west-3.airflow.amazonaws.com", + "*.il-central-1.airflow.amazonaws.com", + "*.me-central-1.airflow.amazonaws.com", + "*.me-south-1.airflow.amazonaws.com", + "*.sa-east-1.airflow.amazonaws.com", + "*.us-east-1.airflow.amazonaws.com", + "*.us-east-2.airflow.amazonaws.com", + "*.us-west-1.airflow.amazonaws.com", + "*.us-west-2.airflow.amazonaws.com", + "s3.dualstack.cn-north-1.amazonaws.com.cn", + "s3-accesspoint.dualstack.cn-north-1.amazonaws.com.cn", + "s3-website.dualstack.cn-north-1.amazonaws.com.cn", + "s3.cn-north-1.amazonaws.com.cn", + "s3-accesspoint.cn-north-1.amazonaws.com.cn", + "s3-deprecated.cn-north-1.amazonaws.com.cn", + "s3-object-lambda.cn-north-1.amazonaws.com.cn", + "s3-website.cn-north-1.amazonaws.com.cn", + "s3.dualstack.cn-northwest-1.amazonaws.com.cn", + "s3-accesspoint.dualstack.cn-northwest-1.amazonaws.com.cn", + "s3.cn-northwest-1.amazonaws.com.cn", + "s3-accesspoint.cn-northwest-1.amazonaws.com.cn", + "s3-object-lambda.cn-northwest-1.amazonaws.com.cn", + "s3-website.cn-northwest-1.amazonaws.com.cn", + "s3.dualstack.af-south-1.amazonaws.com", + "s3-accesspoint.dualstack.af-south-1.amazonaws.com", + "s3-website.dualstack.af-south-1.amazonaws.com", + "s3.af-south-1.amazonaws.com", + "s3-accesspoint.af-south-1.amazonaws.com", + "s3-object-lambda.af-south-1.amazonaws.com", + "s3-website.af-south-1.amazonaws.com", + "s3.dualstack.ap-east-1.amazonaws.com", + "s3-accesspoint.dualstack.ap-east-1.amazonaws.com", + "s3.ap-east-1.amazonaws.com", + "s3-accesspoint.ap-east-1.amazonaws.com", + "s3-object-lambda.ap-east-1.amazonaws.com", + "s3-website.ap-east-1.amazonaws.com", + "s3.dualstack.ap-northeast-1.amazonaws.com", + "s3-accesspoint.dualstack.ap-northeast-1.amazonaws.com", + "s3-website.dualstack.ap-northeast-1.amazonaws.com", + "s3.ap-northeast-1.amazonaws.com", + "s3-accesspoint.ap-northeast-1.amazonaws.com", + "s3-object-lambda.ap-northeast-1.amazonaws.com", + "s3-website.ap-northeast-1.amazonaws.com", + "s3.dualstack.ap-northeast-2.amazonaws.com", + "s3-accesspoint.dualstack.ap-northeast-2.amazonaws.com", + "s3-website.dualstack.ap-northeast-2.amazonaws.com", + "s3.ap-northeast-2.amazonaws.com", + "s3-accesspoint.ap-northeast-2.amazonaws.com", + "s3-object-lambda.ap-northeast-2.amazonaws.com", + "s3-website.ap-northeast-2.amazonaws.com", + "s3.dualstack.ap-northeast-3.amazonaws.com", + "s3-accesspoint.dualstack.ap-northeast-3.amazonaws.com", + "s3-website.dualstack.ap-northeast-3.amazonaws.com", + "s3.ap-northeast-3.amazonaws.com", + "s3-accesspoint.ap-northeast-3.amazonaws.com", + "s3-object-lambda.ap-northeast-3.amazonaws.com", + "s3-website.ap-northeast-3.amazonaws.com", + "s3.dualstack.ap-south-1.amazonaws.com", + "s3-accesspoint.dualstack.ap-south-1.amazonaws.com", + "s3-website.dualstack.ap-south-1.amazonaws.com", + "s3.ap-south-1.amazonaws.com", + "s3-accesspoint.ap-south-1.amazonaws.com", + "s3-object-lambda.ap-south-1.amazonaws.com", + "s3-website.ap-south-1.amazonaws.com", + "s3.dualstack.ap-south-2.amazonaws.com", + "s3-accesspoint.dualstack.ap-south-2.amazonaws.com", + "s3-website.dualstack.ap-south-2.amazonaws.com", + "s3.ap-south-2.amazonaws.com", + "s3-accesspoint.ap-south-2.amazonaws.com", + "s3-object-lambda.ap-south-2.amazonaws.com", + "s3-website.ap-south-2.amazonaws.com", + "s3.dualstack.ap-southeast-1.amazonaws.com", + "s3-accesspoint.dualstack.ap-southeast-1.amazonaws.com", + "s3-website.dualstack.ap-southeast-1.amazonaws.com", + "s3.ap-southeast-1.amazonaws.com", + "s3-accesspoint.ap-southeast-1.amazonaws.com", + "s3-object-lambda.ap-southeast-1.amazonaws.com", + "s3-website.ap-southeast-1.amazonaws.com", + "s3.dualstack.ap-southeast-2.amazonaws.com", + "s3-accesspoint.dualstack.ap-southeast-2.amazonaws.com", + "s3-website.dualstack.ap-southeast-2.amazonaws.com", + "s3.ap-southeast-2.amazonaws.com", + "s3-accesspoint.ap-southeast-2.amazonaws.com", + "s3-object-lambda.ap-southeast-2.amazonaws.com", + "s3-website.ap-southeast-2.amazonaws.com", + "s3.dualstack.ap-southeast-3.amazonaws.com", + "s3-accesspoint.dualstack.ap-southeast-3.amazonaws.com", + "s3-website.dualstack.ap-southeast-3.amazonaws.com", + "s3.ap-southeast-3.amazonaws.com", + "s3-accesspoint.ap-southeast-3.amazonaws.com", + "s3-object-lambda.ap-southeast-3.amazonaws.com", + "s3-website.ap-southeast-3.amazonaws.com", + "s3.dualstack.ap-southeast-4.amazonaws.com", + "s3-accesspoint.dualstack.ap-southeast-4.amazonaws.com", + "s3-website.dualstack.ap-southeast-4.amazonaws.com", + "s3.ap-southeast-4.amazonaws.com", + "s3-accesspoint.ap-southeast-4.amazonaws.com", + "s3-object-lambda.ap-southeast-4.amazonaws.com", + "s3-website.ap-southeast-4.amazonaws.com", + "s3.dualstack.ap-southeast-5.amazonaws.com", + "s3-accesspoint.dualstack.ap-southeast-5.amazonaws.com", + "s3-website.dualstack.ap-southeast-5.amazonaws.com", + "s3.ap-southeast-5.amazonaws.com", + "s3-accesspoint.ap-southeast-5.amazonaws.com", + "s3-deprecated.ap-southeast-5.amazonaws.com", + "s3-object-lambda.ap-southeast-5.amazonaws.com", + "s3-website.ap-southeast-5.amazonaws.com", + "s3.dualstack.ca-central-1.amazonaws.com", + "s3-accesspoint.dualstack.ca-central-1.amazonaws.com", + "s3-accesspoint-fips.dualstack.ca-central-1.amazonaws.com", + "s3-fips.dualstack.ca-central-1.amazonaws.com", + "s3-website.dualstack.ca-central-1.amazonaws.com", + "s3.ca-central-1.amazonaws.com", + "s3-accesspoint.ca-central-1.amazonaws.com", + "s3-accesspoint-fips.ca-central-1.amazonaws.com", + "s3-fips.ca-central-1.amazonaws.com", + "s3-object-lambda.ca-central-1.amazonaws.com", + "s3-website.ca-central-1.amazonaws.com", + "s3.dualstack.ca-west-1.amazonaws.com", + "s3-accesspoint.dualstack.ca-west-1.amazonaws.com", + "s3-accesspoint-fips.dualstack.ca-west-1.amazonaws.com", + "s3-fips.dualstack.ca-west-1.amazonaws.com", + "s3-website.dualstack.ca-west-1.amazonaws.com", + "s3.ca-west-1.amazonaws.com", + "s3-accesspoint.ca-west-1.amazonaws.com", + "s3-accesspoint-fips.ca-west-1.amazonaws.com", + "s3-fips.ca-west-1.amazonaws.com", + "s3-object-lambda.ca-west-1.amazonaws.com", + "s3-website.ca-west-1.amazonaws.com", + "s3.dualstack.eu-central-1.amazonaws.com", + "s3-accesspoint.dualstack.eu-central-1.amazonaws.com", + "s3-website.dualstack.eu-central-1.amazonaws.com", + "s3.eu-central-1.amazonaws.com", + "s3-accesspoint.eu-central-1.amazonaws.com", + "s3-object-lambda.eu-central-1.amazonaws.com", + "s3-website.eu-central-1.amazonaws.com", + "s3.dualstack.eu-central-2.amazonaws.com", + "s3-accesspoint.dualstack.eu-central-2.amazonaws.com", + "s3-website.dualstack.eu-central-2.amazonaws.com", + "s3.eu-central-2.amazonaws.com", + "s3-accesspoint.eu-central-2.amazonaws.com", + "s3-object-lambda.eu-central-2.amazonaws.com", + "s3-website.eu-central-2.amazonaws.com", + "s3.dualstack.eu-north-1.amazonaws.com", + "s3-accesspoint.dualstack.eu-north-1.amazonaws.com", + "s3.eu-north-1.amazonaws.com", + "s3-accesspoint.eu-north-1.amazonaws.com", + "s3-object-lambda.eu-north-1.amazonaws.com", + "s3-website.eu-north-1.amazonaws.com", + "s3.dualstack.eu-south-1.amazonaws.com", + "s3-accesspoint.dualstack.eu-south-1.amazonaws.com", + "s3-website.dualstack.eu-south-1.amazonaws.com", + "s3.eu-south-1.amazonaws.com", + "s3-accesspoint.eu-south-1.amazonaws.com", + "s3-object-lambda.eu-south-1.amazonaws.com", + "s3-website.eu-south-1.amazonaws.com", + "s3.dualstack.eu-south-2.amazonaws.com", + "s3-accesspoint.dualstack.eu-south-2.amazonaws.com", + "s3-website.dualstack.eu-south-2.amazonaws.com", + "s3.eu-south-2.amazonaws.com", + "s3-accesspoint.eu-south-2.amazonaws.com", + "s3-object-lambda.eu-south-2.amazonaws.com", + "s3-website.eu-south-2.amazonaws.com", + "s3.dualstack.eu-west-1.amazonaws.com", + "s3-accesspoint.dualstack.eu-west-1.amazonaws.com", + "s3-website.dualstack.eu-west-1.amazonaws.com", + "s3.eu-west-1.amazonaws.com", + "s3-accesspoint.eu-west-1.amazonaws.com", + "s3-deprecated.eu-west-1.amazonaws.com", + "s3-object-lambda.eu-west-1.amazonaws.com", + "s3-website.eu-west-1.amazonaws.com", + "s3.dualstack.eu-west-2.amazonaws.com", + "s3-accesspoint.dualstack.eu-west-2.amazonaws.com", + "s3.eu-west-2.amazonaws.com", + "s3-accesspoint.eu-west-2.amazonaws.com", + "s3-object-lambda.eu-west-2.amazonaws.com", + "s3-website.eu-west-2.amazonaws.com", + "s3.dualstack.eu-west-3.amazonaws.com", + "s3-accesspoint.dualstack.eu-west-3.amazonaws.com", + "s3-website.dualstack.eu-west-3.amazonaws.com", + "s3.eu-west-3.amazonaws.com", + "s3-accesspoint.eu-west-3.amazonaws.com", + "s3-object-lambda.eu-west-3.amazonaws.com", + "s3-website.eu-west-3.amazonaws.com", + "s3.dualstack.il-central-1.amazonaws.com", + "s3-accesspoint.dualstack.il-central-1.amazonaws.com", + "s3-website.dualstack.il-central-1.amazonaws.com", + "s3.il-central-1.amazonaws.com", + "s3-accesspoint.il-central-1.amazonaws.com", + "s3-object-lambda.il-central-1.amazonaws.com", + "s3-website.il-central-1.amazonaws.com", + "s3.dualstack.me-central-1.amazonaws.com", + "s3-accesspoint.dualstack.me-central-1.amazonaws.com", + "s3-website.dualstack.me-central-1.amazonaws.com", + "s3.me-central-1.amazonaws.com", + "s3-accesspoint.me-central-1.amazonaws.com", + "s3-object-lambda.me-central-1.amazonaws.com", + "s3-website.me-central-1.amazonaws.com", + "s3.dualstack.me-south-1.amazonaws.com", + "s3-accesspoint.dualstack.me-south-1.amazonaws.com", + "s3.me-south-1.amazonaws.com", + "s3-accesspoint.me-south-1.amazonaws.com", + "s3-object-lambda.me-south-1.amazonaws.com", + "s3-website.me-south-1.amazonaws.com", + "s3.amazonaws.com", + "s3-1.amazonaws.com", + "s3-ap-east-1.amazonaws.com", + "s3-ap-northeast-1.amazonaws.com", + "s3-ap-northeast-2.amazonaws.com", + "s3-ap-northeast-3.amazonaws.com", + "s3-ap-south-1.amazonaws.com", + "s3-ap-southeast-1.amazonaws.com", + "s3-ap-southeast-2.amazonaws.com", + "s3-ca-central-1.amazonaws.com", + "s3-eu-central-1.amazonaws.com", + "s3-eu-north-1.amazonaws.com", + "s3-eu-west-1.amazonaws.com", + "s3-eu-west-2.amazonaws.com", + "s3-eu-west-3.amazonaws.com", + "s3-external-1.amazonaws.com", + "s3-fips-us-gov-east-1.amazonaws.com", + "s3-fips-us-gov-west-1.amazonaws.com", + "mrap.accesspoint.s3-global.amazonaws.com", + "s3-me-south-1.amazonaws.com", + "s3-sa-east-1.amazonaws.com", + "s3-us-east-2.amazonaws.com", + "s3-us-gov-east-1.amazonaws.com", + "s3-us-gov-west-1.amazonaws.com", + "s3-us-west-1.amazonaws.com", + "s3-us-west-2.amazonaws.com", + "s3-website-ap-northeast-1.amazonaws.com", + "s3-website-ap-southeast-1.amazonaws.com", + "s3-website-ap-southeast-2.amazonaws.com", + "s3-website-eu-west-1.amazonaws.com", + "s3-website-sa-east-1.amazonaws.com", + "s3-website-us-east-1.amazonaws.com", + "s3-website-us-gov-west-1.amazonaws.com", + "s3-website-us-west-1.amazonaws.com", + "s3-website-us-west-2.amazonaws.com", + "s3.dualstack.sa-east-1.amazonaws.com", + "s3-accesspoint.dualstack.sa-east-1.amazonaws.com", + "s3-website.dualstack.sa-east-1.amazonaws.com", + "s3.sa-east-1.amazonaws.com", + "s3-accesspoint.sa-east-1.amazonaws.com", + "s3-object-lambda.sa-east-1.amazonaws.com", + "s3-website.sa-east-1.amazonaws.com", + "s3.dualstack.us-east-1.amazonaws.com", + "s3-accesspoint.dualstack.us-east-1.amazonaws.com", + "s3-accesspoint-fips.dualstack.us-east-1.amazonaws.com", + "s3-fips.dualstack.us-east-1.amazonaws.com", + "s3-website.dualstack.us-east-1.amazonaws.com", + "s3.us-east-1.amazonaws.com", + "s3-accesspoint.us-east-1.amazonaws.com", + "s3-accesspoint-fips.us-east-1.amazonaws.com", + "s3-deprecated.us-east-1.amazonaws.com", + "s3-fips.us-east-1.amazonaws.com", + "s3-object-lambda.us-east-1.amazonaws.com", + "s3-website.us-east-1.amazonaws.com", + "s3.dualstack.us-east-2.amazonaws.com", + "s3-accesspoint.dualstack.us-east-2.amazonaws.com", + "s3-accesspoint-fips.dualstack.us-east-2.amazonaws.com", + "s3-fips.dualstack.us-east-2.amazonaws.com", + "s3-website.dualstack.us-east-2.amazonaws.com", + "s3.us-east-2.amazonaws.com", + "s3-accesspoint.us-east-2.amazonaws.com", + "s3-accesspoint-fips.us-east-2.amazonaws.com", + "s3-deprecated.us-east-2.amazonaws.com", + "s3-fips.us-east-2.amazonaws.com", + "s3-object-lambda.us-east-2.amazonaws.com", + "s3-website.us-east-2.amazonaws.com", + "s3.dualstack.us-gov-east-1.amazonaws.com", + "s3-accesspoint.dualstack.us-gov-east-1.amazonaws.com", + "s3-accesspoint-fips.dualstack.us-gov-east-1.amazonaws.com", + "s3-fips.dualstack.us-gov-east-1.amazonaws.com", + "s3.us-gov-east-1.amazonaws.com", + "s3-accesspoint.us-gov-east-1.amazonaws.com", + "s3-accesspoint-fips.us-gov-east-1.amazonaws.com", + "s3-fips.us-gov-east-1.amazonaws.com", + "s3-object-lambda.us-gov-east-1.amazonaws.com", + "s3-website.us-gov-east-1.amazonaws.com", + "s3.dualstack.us-gov-west-1.amazonaws.com", + "s3-accesspoint.dualstack.us-gov-west-1.amazonaws.com", + "s3-accesspoint-fips.dualstack.us-gov-west-1.amazonaws.com", + "s3-fips.dualstack.us-gov-west-1.amazonaws.com", + "s3.us-gov-west-1.amazonaws.com", + "s3-accesspoint.us-gov-west-1.amazonaws.com", + "s3-accesspoint-fips.us-gov-west-1.amazonaws.com", + "s3-fips.us-gov-west-1.amazonaws.com", + "s3-object-lambda.us-gov-west-1.amazonaws.com", + "s3-website.us-gov-west-1.amazonaws.com", + "s3.dualstack.us-west-1.amazonaws.com", + "s3-accesspoint.dualstack.us-west-1.amazonaws.com", + "s3-accesspoint-fips.dualstack.us-west-1.amazonaws.com", + "s3-fips.dualstack.us-west-1.amazonaws.com", + "s3-website.dualstack.us-west-1.amazonaws.com", + "s3.us-west-1.amazonaws.com", + "s3-accesspoint.us-west-1.amazonaws.com", + "s3-accesspoint-fips.us-west-1.amazonaws.com", + "s3-fips.us-west-1.amazonaws.com", + "s3-object-lambda.us-west-1.amazonaws.com", + "s3-website.us-west-1.amazonaws.com", + "s3.dualstack.us-west-2.amazonaws.com", + "s3-accesspoint.dualstack.us-west-2.amazonaws.com", + "s3-accesspoint-fips.dualstack.us-west-2.amazonaws.com", + "s3-fips.dualstack.us-west-2.amazonaws.com", + "s3-website.dualstack.us-west-2.amazonaws.com", + "s3.us-west-2.amazonaws.com", + "s3-accesspoint.us-west-2.amazonaws.com", + "s3-accesspoint-fips.us-west-2.amazonaws.com", + "s3-deprecated.us-west-2.amazonaws.com", + "s3-fips.us-west-2.amazonaws.com", + "s3-object-lambda.us-west-2.amazonaws.com", + "s3-website.us-west-2.amazonaws.com", + "labeling.ap-northeast-1.sagemaker.aws", + "labeling.ap-northeast-2.sagemaker.aws", + "labeling.ap-south-1.sagemaker.aws", + "labeling.ap-southeast-1.sagemaker.aws", + "labeling.ap-southeast-2.sagemaker.aws", + "labeling.ca-central-1.sagemaker.aws", + "labeling.eu-central-1.sagemaker.aws", + "labeling.eu-west-1.sagemaker.aws", + "labeling.eu-west-2.sagemaker.aws", + "labeling.us-east-1.sagemaker.aws", + "labeling.us-east-2.sagemaker.aws", + "labeling.us-west-2.sagemaker.aws", + "notebook.af-south-1.sagemaker.aws", + "notebook.ap-east-1.sagemaker.aws", + "notebook.ap-northeast-1.sagemaker.aws", + "notebook.ap-northeast-2.sagemaker.aws", + "notebook.ap-northeast-3.sagemaker.aws", + "notebook.ap-south-1.sagemaker.aws", + "notebook.ap-south-2.sagemaker.aws", + "notebook.ap-southeast-1.sagemaker.aws", + "notebook.ap-southeast-2.sagemaker.aws", + "notebook.ap-southeast-3.sagemaker.aws", + "notebook.ap-southeast-4.sagemaker.aws", + "notebook.ca-central-1.sagemaker.aws", + "notebook-fips.ca-central-1.sagemaker.aws", + "notebook.ca-west-1.sagemaker.aws", + "notebook-fips.ca-west-1.sagemaker.aws", + "notebook.eu-central-1.sagemaker.aws", + "notebook.eu-central-2.sagemaker.aws", + "notebook.eu-north-1.sagemaker.aws", + "notebook.eu-south-1.sagemaker.aws", + "notebook.eu-south-2.sagemaker.aws", + "notebook.eu-west-1.sagemaker.aws", + "notebook.eu-west-2.sagemaker.aws", + "notebook.eu-west-3.sagemaker.aws", + "notebook.il-central-1.sagemaker.aws", + "notebook.me-central-1.sagemaker.aws", + "notebook.me-south-1.sagemaker.aws", + "notebook.sa-east-1.sagemaker.aws", + "notebook.us-east-1.sagemaker.aws", + "notebook-fips.us-east-1.sagemaker.aws", + "notebook.us-east-2.sagemaker.aws", + "notebook-fips.us-east-2.sagemaker.aws", + "notebook.us-gov-east-1.sagemaker.aws", + "notebook-fips.us-gov-east-1.sagemaker.aws", + "notebook.us-gov-west-1.sagemaker.aws", + "notebook-fips.us-gov-west-1.sagemaker.aws", + "notebook.us-west-1.sagemaker.aws", + "notebook-fips.us-west-1.sagemaker.aws", + "notebook.us-west-2.sagemaker.aws", + "notebook-fips.us-west-2.sagemaker.aws", + "notebook.cn-north-1.sagemaker.com.cn", + "notebook.cn-northwest-1.sagemaker.com.cn", + "studio.af-south-1.sagemaker.aws", + "studio.ap-east-1.sagemaker.aws", + "studio.ap-northeast-1.sagemaker.aws", + "studio.ap-northeast-2.sagemaker.aws", + "studio.ap-northeast-3.sagemaker.aws", + "studio.ap-south-1.sagemaker.aws", + "studio.ap-southeast-1.sagemaker.aws", + "studio.ap-southeast-2.sagemaker.aws", + "studio.ap-southeast-3.sagemaker.aws", + "studio.ca-central-1.sagemaker.aws", + "studio.eu-central-1.sagemaker.aws", + "studio.eu-north-1.sagemaker.aws", + "studio.eu-south-1.sagemaker.aws", + "studio.eu-south-2.sagemaker.aws", + "studio.eu-west-1.sagemaker.aws", + "studio.eu-west-2.sagemaker.aws", + "studio.eu-west-3.sagemaker.aws", + "studio.il-central-1.sagemaker.aws", + "studio.me-central-1.sagemaker.aws", + "studio.me-south-1.sagemaker.aws", + "studio.sa-east-1.sagemaker.aws", + "studio.us-east-1.sagemaker.aws", + "studio.us-east-2.sagemaker.aws", + "studio.us-gov-east-1.sagemaker.aws", + "studio-fips.us-gov-east-1.sagemaker.aws", + "studio.us-gov-west-1.sagemaker.aws", + "studio-fips.us-gov-west-1.sagemaker.aws", + "studio.us-west-1.sagemaker.aws", + "studio.us-west-2.sagemaker.aws", + "studio.cn-north-1.sagemaker.com.cn", + "studio.cn-northwest-1.sagemaker.com.cn", + "*.experiments.sagemaker.aws", + "analytics-gateway.ap-northeast-1.amazonaws.com", + "analytics-gateway.ap-northeast-2.amazonaws.com", + "analytics-gateway.ap-south-1.amazonaws.com", + "analytics-gateway.ap-southeast-1.amazonaws.com", + "analytics-gateway.ap-southeast-2.amazonaws.com", + "analytics-gateway.eu-central-1.amazonaws.com", + "analytics-gateway.eu-west-1.amazonaws.com", + "analytics-gateway.us-east-1.amazonaws.com", + "analytics-gateway.us-east-2.amazonaws.com", + "analytics-gateway.us-west-2.amazonaws.com", + "amplifyapp.com", + "*.awsapprunner.com", + "webview-assets.aws-cloud9.af-south-1.amazonaws.com", + "vfs.cloud9.af-south-1.amazonaws.com", + "webview-assets.cloud9.af-south-1.amazonaws.com", + "webview-assets.aws-cloud9.ap-east-1.amazonaws.com", + "vfs.cloud9.ap-east-1.amazonaws.com", + "webview-assets.cloud9.ap-east-1.amazonaws.com", + "webview-assets.aws-cloud9.ap-northeast-1.amazonaws.com", + "vfs.cloud9.ap-northeast-1.amazonaws.com", + "webview-assets.cloud9.ap-northeast-1.amazonaws.com", + "webview-assets.aws-cloud9.ap-northeast-2.amazonaws.com", + "vfs.cloud9.ap-northeast-2.amazonaws.com", + "webview-assets.cloud9.ap-northeast-2.amazonaws.com", + "webview-assets.aws-cloud9.ap-northeast-3.amazonaws.com", + "vfs.cloud9.ap-northeast-3.amazonaws.com", + "webview-assets.cloud9.ap-northeast-3.amazonaws.com", + "webview-assets.aws-cloud9.ap-south-1.amazonaws.com", + "vfs.cloud9.ap-south-1.amazonaws.com", + "webview-assets.cloud9.ap-south-1.amazonaws.com", + "webview-assets.aws-cloud9.ap-southeast-1.amazonaws.com", + "vfs.cloud9.ap-southeast-1.amazonaws.com", + "webview-assets.cloud9.ap-southeast-1.amazonaws.com", + "webview-assets.aws-cloud9.ap-southeast-2.amazonaws.com", + "vfs.cloud9.ap-southeast-2.amazonaws.com", + "webview-assets.cloud9.ap-southeast-2.amazonaws.com", + "webview-assets.aws-cloud9.ca-central-1.amazonaws.com", + "vfs.cloud9.ca-central-1.amazonaws.com", + "webview-assets.cloud9.ca-central-1.amazonaws.com", + "webview-assets.aws-cloud9.eu-central-1.amazonaws.com", + "vfs.cloud9.eu-central-1.amazonaws.com", + "webview-assets.cloud9.eu-central-1.amazonaws.com", + "webview-assets.aws-cloud9.eu-north-1.amazonaws.com", + "vfs.cloud9.eu-north-1.amazonaws.com", + "webview-assets.cloud9.eu-north-1.amazonaws.com", + "webview-assets.aws-cloud9.eu-south-1.amazonaws.com", + "vfs.cloud9.eu-south-1.amazonaws.com", + "webview-assets.cloud9.eu-south-1.amazonaws.com", + "webview-assets.aws-cloud9.eu-west-1.amazonaws.com", + "vfs.cloud9.eu-west-1.amazonaws.com", + "webview-assets.cloud9.eu-west-1.amazonaws.com", + "webview-assets.aws-cloud9.eu-west-2.amazonaws.com", + "vfs.cloud9.eu-west-2.amazonaws.com", + "webview-assets.cloud9.eu-west-2.amazonaws.com", + "webview-assets.aws-cloud9.eu-west-3.amazonaws.com", + "vfs.cloud9.eu-west-3.amazonaws.com", + "webview-assets.cloud9.eu-west-3.amazonaws.com", + "webview-assets.aws-cloud9.il-central-1.amazonaws.com", + "vfs.cloud9.il-central-1.amazonaws.com", + "webview-assets.aws-cloud9.me-south-1.amazonaws.com", + "vfs.cloud9.me-south-1.amazonaws.com", + "webview-assets.cloud9.me-south-1.amazonaws.com", + "webview-assets.aws-cloud9.sa-east-1.amazonaws.com", + "vfs.cloud9.sa-east-1.amazonaws.com", + "webview-assets.cloud9.sa-east-1.amazonaws.com", + "webview-assets.aws-cloud9.us-east-1.amazonaws.com", + "vfs.cloud9.us-east-1.amazonaws.com", + "webview-assets.cloud9.us-east-1.amazonaws.com", + "webview-assets.aws-cloud9.us-east-2.amazonaws.com", + "vfs.cloud9.us-east-2.amazonaws.com", + "webview-assets.cloud9.us-east-2.amazonaws.com", + "webview-assets.aws-cloud9.us-west-1.amazonaws.com", + "vfs.cloud9.us-west-1.amazonaws.com", + "webview-assets.cloud9.us-west-1.amazonaws.com", + "webview-assets.aws-cloud9.us-west-2.amazonaws.com", + "vfs.cloud9.us-west-2.amazonaws.com", + "webview-assets.cloud9.us-west-2.amazonaws.com", + "awsapps.com", + "cn-north-1.eb.amazonaws.com.cn", + "cn-northwest-1.eb.amazonaws.com.cn", + "elasticbeanstalk.com", + "af-south-1.elasticbeanstalk.com", + "ap-east-1.elasticbeanstalk.com", + "ap-northeast-1.elasticbeanstalk.com", + "ap-northeast-2.elasticbeanstalk.com", + "ap-northeast-3.elasticbeanstalk.com", + "ap-south-1.elasticbeanstalk.com", + "ap-southeast-1.elasticbeanstalk.com", + "ap-southeast-2.elasticbeanstalk.com", + "ap-southeast-3.elasticbeanstalk.com", + "ca-central-1.elasticbeanstalk.com", + "eu-central-1.elasticbeanstalk.com", + "eu-north-1.elasticbeanstalk.com", + "eu-south-1.elasticbeanstalk.com", + "eu-west-1.elasticbeanstalk.com", + "eu-west-2.elasticbeanstalk.com", + "eu-west-3.elasticbeanstalk.com", + "il-central-1.elasticbeanstalk.com", + "me-south-1.elasticbeanstalk.com", + "sa-east-1.elasticbeanstalk.com", + "us-east-1.elasticbeanstalk.com", + "us-east-2.elasticbeanstalk.com", + "us-gov-east-1.elasticbeanstalk.com", + "us-gov-west-1.elasticbeanstalk.com", + "us-west-1.elasticbeanstalk.com", + "us-west-2.elasticbeanstalk.com", + "*.elb.amazonaws.com.cn", + "*.elb.amazonaws.com", + "awsglobalaccelerator.com", + "*.private.repost.aws", + "eero.online", + "eero-stage.online", + "apigee.io", + "panel.dev", + "siiites.com", + "appspacehosted.com", + "appspaceusercontent.com", + "appudo.net", + "on-aptible.com", + "f5.si", + "arvanedge.ir", + "user.aseinet.ne.jp", + "gv.vc", + "d.gv.vc", + "user.party.eus", + "pimienta.org", + "poivron.org", + "potager.org", + "sweetpepper.org", + "myasustor.com", + "cdn.prod.atlassian-dev.net", + "translated.page", + "myfritz.link", + "myfritz.net", + "onavstack.net", + "*.awdev.ca", + "*.advisor.ws", + "ecommerce-shop.pl", + "b-data.io", + "balena-devices.com", + "base.ec", + "official.ec", + "buyshop.jp", + "fashionstore.jp", + "handcrafted.jp", + "kawaiishop.jp", + "supersale.jp", + "theshop.jp", + "shopselect.net", + "base.shop", + "beagleboard.io", + "*.beget.app", + "pages.gay", + "bnr.la", + "bitbucket.io", + "blackbaudcdn.net", + "of.je", + "bluebite.io", + "boomla.net", + "boutir.com", + "boxfuse.io", + "square7.ch", + "bplaced.com", + "bplaced.de", + "square7.de", + "bplaced.net", + "square7.net", + "*.s.brave.io", + "shop.brendly.hr", + "shop.brendly.rs", + "browsersafetymark.io", + "radio.am", + "radio.fm", + "uk0.bigv.io", + "dh.bytemark.co.uk", + "vm.bytemark.co.uk", + "cafjs.com", + "canva-apps.cn", + "*.my.canvasite.cn", + "canva-apps.com", + "*.my.canva.site", + "drr.ac", + "uwu.ai", + "carrd.co", + "crd.co", + "ju.mp", + "api.gov.uk", + "cdn77-storage.com", + "rsc.contentproxy9.cz", + "r.cdn77.net", + "cdn77-ssl.net", + "c.cdn77.org", + "rsc.cdn77.org", + "ssl.origin.cdn77-secure.org", + "za.bz", + "br.com", + "cn.com", + "de.com", + "eu.com", + "jpn.com", + "mex.com", + "ru.com", + "sa.com", + "uk.com", + "us.com", + "za.com", + "com.de", + "gb.net", + "hu.net", + "jp.net", + "se.net", + "uk.net", + "ae.org", + "com.se", + "cx.ua", + "discourse.group", + "discourse.team", + "clerk.app", + "clerkstage.app", + "*.lcl.dev", + "*.lclstage.dev", + "*.stg.dev", + "*.stgstage.dev", + "cleverapps.cc", + "*.services.clever-cloud.com", + "cleverapps.io", + "cleverapps.tech", + "clickrising.net", + "cloudns.asia", + "cloudns.be", + "cloud-ip.biz", + "cloudns.biz", + "cloudns.cc", + "cloudns.ch", + "cloudns.cl", + "cloudns.club", + "dnsabr.com", + "ip-ddns.com", + "cloudns.cx", + "cloudns.eu", + "cloudns.in", + "cloudns.info", + "ddns-ip.net", + "dns-cloud.net", + "dns-dynamic.net", + "cloudns.nz", + "cloudns.org", + "ip-dynamic.org", + "cloudns.ph", + "cloudns.pro", + "cloudns.pw", + "cloudns.us", + "c66.me", + "cloud66.ws", + "cloud66.zone", + "jdevcloud.com", + "wpdevcloud.com", + "cloudaccess.host", + "freesite.host", + "cloudaccess.net", + "*.cloudera.site", + "cf-ipfs.com", + "cloudflare-ipfs.com", + "trycloudflare.com", + "pages.dev", + "r2.dev", + "workers.dev", + "cloudflare.net", + "cdn.cloudflare.net", + "cdn.cloudflareanycast.net", + "cdn.cloudflarecn.net", + "cdn.cloudflareglobal.net", + "cust.cloudscale.ch", + "objects.lpg.cloudscale.ch", + "objects.rma.cloudscale.ch", + "wnext.app", + "cnpy.gdn", + "*.otap.co", + "co.ca", + "co.com", + "codeberg.page", + "csb.app", + "preview.csb.app", + "co.nl", + "co.no", + "webhosting.be", + "hosting-cluster.nl", + "ctfcloud.net", + "convex.site", + "ac.ru", + "edu.ru", + "gov.ru", + "int.ru", + "mil.ru", + "test.ru", + "dyn.cosidns.de", + "dnsupdater.de", + "dynamisches-dns.de", + "internet-dns.de", + "l-o-g-i-n.de", + "dynamic-dns.info", + "feste-ip.net", + "knx-server.net", + "static-access.net", + "craft.me", + "realm.cz", + "on.crisp.email", + "*.cryptonomic.net", + "curv.dev", + "cfolks.pl", + "cyon.link", + "cyon.site", + "platform0.app", + "fnwk.site", + "folionetwork.site", + "biz.dk", + "co.dk", + "firm.dk", + "reg.dk", + "store.dk", + "dyndns.dappnode.io", + "builtwithdark.com", + "darklang.io", + "demo.datadetect.com", + "instance.datadetect.com", + "edgestack.me", + "dattolocal.com", + "dattorelay.com", + "dattoweb.com", + "mydatto.com", + "dattolocal.net", + "mydatto.net", + "ddnss.de", + "dyn.ddnss.de", + "dyndns.ddnss.de", + "dyn-ip24.de", + "dyndns1.de", + "home-webserver.de", + "dyn.home-webserver.de", + "myhome-server.de", + "ddnss.org", + "debian.net", + "definima.io", + "definima.net", + "deno.dev", + "deno-staging.dev", + "dedyn.io", + "deta.app", + "deta.dev", + "dfirma.pl", + "dkonto.pl", + "you2.pl", + "ondigitalocean.app", + "*.digitaloceanspaces.com", + "us.kg", + "rss.my.id", + "diher.solutions", + "discordsays.com", + "discordsez.com", + "jozi.biz", + "dnshome.de", + "online.th", + "shop.th", + "drayddns.com", + "shoparena.pl", + "dreamhosters.com", + "durumis.com", + "mydrobo.com", + "drud.io", + "drud.us", + "duckdns.org", + "dy.fi", + "tunk.org", + "dyndns.biz", + "for-better.biz", + "for-more.biz", + "for-some.biz", + "for-the.biz", + "selfip.biz", + "webhop.biz", + "ftpaccess.cc", + "game-server.cc", + "myphotos.cc", + "scrapping.cc", + "blogdns.com", + "cechire.com", + "dnsalias.com", + "dnsdojo.com", + "doesntexist.com", + "dontexist.com", + "doomdns.com", + "dyn-o-saur.com", + "dynalias.com", + "dyndns-at-home.com", + "dyndns-at-work.com", + "dyndns-blog.com", + "dyndns-free.com", + "dyndns-home.com", + "dyndns-ip.com", + "dyndns-mail.com", + "dyndns-office.com", + "dyndns-pics.com", + "dyndns-remote.com", + "dyndns-server.com", + "dyndns-web.com", + "dyndns-wiki.com", + "dyndns-work.com", + "est-a-la-maison.com", + "est-a-la-masion.com", + "est-le-patron.com", + "est-mon-blogueur.com", + "from-ak.com", + "from-al.com", + "from-ar.com", + "from-ca.com", + "from-ct.com", + "from-dc.com", + "from-de.com", + "from-fl.com", + "from-ga.com", + "from-hi.com", + "from-ia.com", + "from-id.com", + "from-il.com", + "from-in.com", + "from-ks.com", + "from-ky.com", + "from-ma.com", + "from-md.com", + "from-mi.com", + "from-mn.com", + "from-mo.com", + "from-ms.com", + "from-mt.com", + "from-nc.com", + "from-nd.com", + "from-ne.com", + "from-nh.com", + "from-nj.com", + "from-nm.com", + "from-nv.com", + "from-oh.com", + "from-ok.com", + "from-or.com", + "from-pa.com", + "from-pr.com", + "from-ri.com", + "from-sc.com", + "from-sd.com", + "from-tn.com", + "from-tx.com", + "from-ut.com", + "from-va.com", + "from-vt.com", + "from-wa.com", + "from-wi.com", + "from-wv.com", + "from-wy.com", + "getmyip.com", + "gotdns.com", + "hobby-site.com", + "homelinux.com", + "homeunix.com", + "iamallama.com", + "is-a-anarchist.com", + "is-a-blogger.com", + "is-a-bookkeeper.com", + "is-a-bulls-fan.com", + "is-a-caterer.com", + "is-a-chef.com", + "is-a-conservative.com", + "is-a-cpa.com", + "is-a-cubicle-slave.com", + "is-a-democrat.com", + "is-a-designer.com", + "is-a-doctor.com", + "is-a-financialadvisor.com", + "is-a-geek.com", + "is-a-green.com", + "is-a-guru.com", + "is-a-hard-worker.com", + "is-a-hunter.com", + "is-a-landscaper.com", + "is-a-lawyer.com", + "is-a-liberal.com", + "is-a-libertarian.com", + "is-a-llama.com", + "is-a-musician.com", + "is-a-nascarfan.com", + "is-a-nurse.com", + "is-a-painter.com", + "is-a-personaltrainer.com", + "is-a-photographer.com", + "is-a-player.com", + "is-a-republican.com", + "is-a-rockstar.com", + "is-a-socialist.com", + "is-a-student.com", + "is-a-teacher.com", + "is-a-techie.com", + "is-a-therapist.com", + "is-an-accountant.com", + "is-an-actor.com", + "is-an-actress.com", + "is-an-anarchist.com", + "is-an-artist.com", + "is-an-engineer.com", + "is-an-entertainer.com", + "is-certified.com", + "is-gone.com", + "is-into-anime.com", + "is-into-cars.com", + "is-into-cartoons.com", + "is-into-games.com", + "is-leet.com", + "is-not-certified.com", + "is-slick.com", + "is-uberleet.com", + "is-with-theband.com", + "isa-geek.com", + "isa-hockeynut.com", + "issmarterthanyou.com", + "likes-pie.com", + "likescandy.com", + "neat-url.com", + "saves-the-whales.com", + "selfip.com", + "sells-for-less.com", + "sells-for-u.com", + "servebbs.com", + "simple-url.com", + "space-to-rent.com", + "teaches-yoga.com", + "writesthisblog.com", + "ath.cx", + "fuettertdasnetz.de", + "isteingeek.de", + "istmein.de", + "lebtimnetz.de", + "leitungsen.de", + "traeumtgerade.de", + "barrel-of-knowledge.info", + "barrell-of-knowledge.info", + "dyndns.info", + "for-our.info", + "groks-the.info", + "groks-this.info", + "here-for-more.info", + "knowsitall.info", + "selfip.info", + "webhop.info", + "forgot.her.name", + "forgot.his.name", + "at-band-camp.net", + "blogdns.net", + "broke-it.net", + "buyshouses.net", + "dnsalias.net", + "dnsdojo.net", + "does-it.net", + "dontexist.net", + "dynalias.net", + "dynathome.net", + "endofinternet.net", + "from-az.net", + "from-co.net", + "from-la.net", + "from-ny.net", + "gets-it.net", + "ham-radio-op.net", + "homeftp.net", + "homeip.net", + "homelinux.net", + "homeunix.net", + "in-the-band.net", + "is-a-chef.net", + "is-a-geek.net", + "isa-geek.net", + "kicks-ass.net", + "office-on-the.net", + "podzone.net", + "scrapper-site.net", + "selfip.net", + "sells-it.net", + "servebbs.net", + "serveftp.net", + "thruhere.net", + "webhop.net", + "merseine.nu", + "mine.nu", + "shacknet.nu", + "blogdns.org", + "blogsite.org", + "boldlygoingnowhere.org", + "dnsalias.org", + "dnsdojo.org", + "doesntexist.org", + "dontexist.org", + "doomdns.org", + "dvrdns.org", + "dynalias.org", + "dyndns.org", + "go.dyndns.org", + "home.dyndns.org", + "endofinternet.org", + "endoftheinternet.org", + "from-me.org", + "game-host.org", + "gotdns.org", + "hobby-site.org", + "homedns.org", + "homeftp.org", + "homelinux.org", + "homeunix.org", + "is-a-bruinsfan.org", + "is-a-candidate.org", + "is-a-celticsfan.org", + "is-a-chef.org", + "is-a-geek.org", + "is-a-knight.org", + "is-a-linux-user.org", + "is-a-patsfan.org", + "is-a-soxfan.org", + "is-found.org", + "is-lost.org", + "is-saved.org", + "is-very-bad.org", + "is-very-evil.org", + "is-very-good.org", + "is-very-nice.org", + "is-very-sweet.org", + "isa-geek.org", + "kicks-ass.org", + "misconfused.org", + "podzone.org", + "readmyblog.org", + "selfip.org", + "sellsyourhome.org", + "servebbs.org", + "serveftp.org", + "servegame.org", + "stuff-4-sale.org", + "webhop.org", + "better-than.tv", + "dyndns.tv", + "on-the-web.tv", + "worse-than.tv", + "is-by.us", + "land-4-sale.us", + "stuff-4-sale.us", + "dyndns.ws", + "mypets.ws", + "ddnsfree.com", + "ddnsgeek.com", + "giize.com", + "gleeze.com", + "kozow.com", + "loseyourip.com", + "ooguy.com", + "theworkpc.com", + "casacam.net", + "dynu.net", + "accesscam.org", + "camdvr.org", + "freeddns.org", + "mywire.org", + "webredirect.org", + "myddns.rocks", + "dynv6.net", + "e4.cz", + "easypanel.app", + "easypanel.host", + "*.ewp.live", + "twmail.cc", + "twmail.net", + "twmail.org", + "mymailer.com.tw", + "url.tw", + "at.emf.camp", + "rt.ht", + "elementor.cloud", + "elementor.cool", + "en-root.fr", + "mytuleap.com", + "tuleap-partners.com", + "encr.app", + "encoreapi.com", + "eu.encoway.cloud", + "eu.org", + "al.eu.org", + "asso.eu.org", + "at.eu.org", + "au.eu.org", + "be.eu.org", + "bg.eu.org", + "ca.eu.org", + "cd.eu.org", + "ch.eu.org", + "cn.eu.org", + "cy.eu.org", + "cz.eu.org", + "de.eu.org", + "dk.eu.org", + "edu.eu.org", + "ee.eu.org", + "es.eu.org", + "fi.eu.org", + "fr.eu.org", + "gr.eu.org", + "hr.eu.org", + "hu.eu.org", + "ie.eu.org", + "il.eu.org", + "in.eu.org", + "int.eu.org", + "is.eu.org", + "it.eu.org", + "jp.eu.org", + "kr.eu.org", + "lt.eu.org", + "lu.eu.org", + "lv.eu.org", + "me.eu.org", + "mk.eu.org", + "mt.eu.org", + "my.eu.org", + "net.eu.org", + "ng.eu.org", + "nl.eu.org", + "no.eu.org", + "nz.eu.org", + "pl.eu.org", + "pt.eu.org", + "ro.eu.org", + "ru.eu.org", + "se.eu.org", + "si.eu.org", + "sk.eu.org", + "tr.eu.org", + "uk.eu.org", + "us.eu.org", + "eurodir.ru", + "eu-1.evennode.com", + "eu-2.evennode.com", + "eu-3.evennode.com", + "eu-4.evennode.com", + "us-1.evennode.com", + "us-2.evennode.com", + "us-3.evennode.com", + "us-4.evennode.com", + "relay.evervault.app", + "relay.evervault.dev", + "expo.app", + "staging.expo.app", + "onfabrica.com", + "ru.net", + "adygeya.ru", + "bashkiria.ru", + "bir.ru", + "cbg.ru", + "com.ru", + "dagestan.ru", + "grozny.ru", + "kalmykia.ru", + "kustanai.ru", + "marine.ru", + "mordovia.ru", + "msk.ru", + "mytis.ru", + "nalchik.ru", + "nov.ru", + "pyatigorsk.ru", + "spb.ru", + "vladikavkaz.ru", + "vladimir.ru", + "abkhazia.su", + "adygeya.su", + "aktyubinsk.su", + "arkhangelsk.su", + "armenia.su", + "ashgabad.su", + "azerbaijan.su", + "balashov.su", + "bashkiria.su", + "bryansk.su", + "bukhara.su", + "chimkent.su", + "dagestan.su", + "east-kazakhstan.su", + "exnet.su", + "georgia.su", + "grozny.su", + "ivanovo.su", + "jambyl.su", + "kalmykia.su", + "kaluga.su", + "karacol.su", + "karaganda.su", + "karelia.su", + "khakassia.su", + "krasnodar.su", + "kurgan.su", + "kustanai.su", + "lenug.su", + "mangyshlak.su", + "mordovia.su", + "msk.su", + "murmansk.su", + "nalchik.su", + "navoi.su", + "north-kazakhstan.su", + "nov.su", + "obninsk.su", + "penza.su", + "pokrovsk.su", + "sochi.su", + "spb.su", + "tashkent.su", + "termez.su", + "togliatti.su", + "troitsk.su", + "tselinograd.su", + "tula.su", + "tuva.su", + "vladikavkaz.su", + "vladimir.su", + "vologda.su", + "channelsdvr.net", + "u.channelsdvr.net", + "edgecompute.app", + "fastly-edge.com", + "fastly-terrarium.com", + "freetls.fastly.net", + "map.fastly.net", + "a.prod.fastly.net", + "global.prod.fastly.net", + "a.ssl.fastly.net", + "b.ssl.fastly.net", + "global.ssl.fastly.net", + "fastlylb.net", + "map.fastlylb.net", + "*.user.fm", + "fastvps-server.com", + "fastvps.host", + "myfast.host", + "fastvps.site", + "myfast.space", + "conn.uk", + "copro.uk", + "hosp.uk", + "fedorainfracloud.org", + "fedorapeople.org", + "cloud.fedoraproject.org", + "app.os.fedoraproject.org", + "app.os.stg.fedoraproject.org", + "mydobiss.com", + "fh-muenster.io", + "filegear.me", + "firebaseapp.com", + "fldrv.com", + "flutterflow.app", + "fly.dev", + "shw.io", + "edgeapp.net", + "forgeblocks.com", + "id.forgerock.io", + "framer.ai", + "framer.app", + "framercanvas.com", + "framer.media", + "framer.photos", + "framer.website", + "framer.wiki", + "0e.vc", + "freebox-os.com", + "freeboxos.com", + "fbx-os.fr", + "fbxos.fr", + "freebox-os.fr", + "freeboxos.fr", + "freedesktop.org", + "freemyip.com", + "*.frusky.de", + "wien.funkfeuer.at", + "daemon.asia", + "dix.asia", + "mydns.bz", + "0am.jp", + "0g0.jp", + "0j0.jp", + "0t0.jp", + "mydns.jp", + "pgw.jp", + "wjg.jp", + "keyword-on.net", + "live-on.net", + "server-on.net", + "mydns.tw", + "mydns.vc", + "*.futurecms.at", + "*.ex.futurecms.at", + "*.in.futurecms.at", + "futurehosting.at", + "futuremailing.at", + "*.ex.ortsinfo.at", + "*.kunden.ortsinfo.at", + "*.statics.cloud", + "aliases121.com", + "campaign.gov.uk", + "service.gov.uk", + "independent-commission.uk", + "independent-inquest.uk", + "independent-inquiry.uk", + "independent-panel.uk", + "independent-review.uk", + "public-inquiry.uk", + "royal-commission.uk", + "gehirn.ne.jp", + "usercontent.jp", + "gentapps.com", + "gentlentapis.com", + "lab.ms", + "cdn-edges.net", + "localcert.net", + "localhostcert.net", + "gsj.bz", + "githubusercontent.com", + "githubpreview.dev", + "github.io", + "gitlab.io", + "gitapp.si", + "gitpage.si", + "glitch.me", + "nog.community", + "co.ro", + "shop.ro", + "lolipop.io", + "angry.jp", + "babyblue.jp", + "babymilk.jp", + "backdrop.jp", + "bambina.jp", + "bitter.jp", + "blush.jp", + "boo.jp", + "boy.jp", + "boyfriend.jp", + "but.jp", + "candypop.jp", + "capoo.jp", + "catfood.jp", + "cheap.jp", + "chicappa.jp", + "chillout.jp", + "chips.jp", + "chowder.jp", + "chu.jp", + "ciao.jp", + "cocotte.jp", + "coolblog.jp", + "cranky.jp", + "cutegirl.jp", + "daa.jp", + "deca.jp", + "deci.jp", + "digick.jp", + "egoism.jp", + "fakefur.jp", + "fem.jp", + "flier.jp", + "floppy.jp", + "fool.jp", + "frenchkiss.jp", + "girlfriend.jp", + "girly.jp", + "gloomy.jp", + "gonna.jp", + "greater.jp", + "hacca.jp", + "heavy.jp", + "her.jp", + "hiho.jp", + "hippy.jp", + "holy.jp", + "hungry.jp", + "icurus.jp", + "itigo.jp", + "jellybean.jp", + "kikirara.jp", + "kill.jp", + "kilo.jp", + "kuron.jp", + "littlestar.jp", + "lolipopmc.jp", + "lolitapunk.jp", + "lomo.jp", + "lovepop.jp", + "lovesick.jp", + "main.jp", + "mods.jp", + "mond.jp", + "mongolian.jp", + "moo.jp", + "namaste.jp", + "nikita.jp", + "nobushi.jp", + "noor.jp", + "oops.jp", + "parallel.jp", + "parasite.jp", + "pecori.jp", + "peewee.jp", + "penne.jp", + "pepper.jp", + "perma.jp", + "pigboat.jp", + "pinoko.jp", + "punyu.jp", + "pupu.jp", + "pussycat.jp", + "pya.jp", + "raindrop.jp", + "readymade.jp", + "sadist.jp", + "schoolbus.jp", + "secret.jp", + "staba.jp", + "stripper.jp", + "sub.jp", + "sunnyday.jp", + "thick.jp", + "tonkotsu.jp", + "under.jp", + "upper.jp", + "velvet.jp", + "verse.jp", + "versus.jp", + "vivian.jp", + "watson.jp", + "weblike.jp", + "whitesnow.jp", + "zombie.jp", + "heteml.net", + "graphic.design", + "goip.de", + "blogspot.ae", + "blogspot.al", + "blogspot.am", + "*.hosted.app", + "*.run.app", + "web.app", + "blogspot.com.ar", + "blogspot.co.at", + "blogspot.com.au", + "blogspot.ba", + "blogspot.be", + "blogspot.bg", + "blogspot.bj", + "blogspot.com.br", + "blogspot.com.by", + "blogspot.ca", + "blogspot.cf", + "blogspot.ch", + "blogspot.cl", + "blogspot.com.co", + "*.0emm.com", + "appspot.com", + "*.r.appspot.com", + "blogspot.com", + "codespot.com", + "googleapis.com", + "googlecode.com", + "pagespeedmobilizer.com", + "withgoogle.com", + "withyoutube.com", + "blogspot.cv", + "blogspot.com.cy", + "blogspot.cz", + "blogspot.de", + "*.gateway.dev", + "blogspot.dk", + "blogspot.com.ee", + "blogspot.com.eg", + "blogspot.com.es", + "blogspot.fi", + "blogspot.fr", + "cloud.goog", + "translate.goog", + "*.usercontent.goog", + "blogspot.gr", + "blogspot.hk", + "blogspot.hr", + "blogspot.hu", + "blogspot.co.id", + "blogspot.ie", + "blogspot.co.il", + "blogspot.in", + "blogspot.is", + "blogspot.it", + "blogspot.jp", + "blogspot.co.ke", + "blogspot.kr", + "blogspot.li", + "blogspot.lt", + "blogspot.lu", + "blogspot.md", + "blogspot.mk", + "blogspot.com.mt", + "blogspot.mx", + "blogspot.my", + "cloudfunctions.net", + "blogspot.com.ng", + "blogspot.nl", + "blogspot.no", + "blogspot.co.nz", + "blogspot.pe", + "blogspot.pt", + "blogspot.qa", + "blogspot.re", + "blogspot.ro", + "blogspot.rs", + "blogspot.ru", + "blogspot.se", + "blogspot.sg", + "blogspot.si", + "blogspot.sk", + "blogspot.sn", + "blogspot.td", + "blogspot.com.tr", + "blogspot.tw", + "blogspot.ug", + "blogspot.co.uk", + "blogspot.com.uy", + "blogspot.vn", + "blogspot.co.za", + "goupile.fr", + "pymnt.uk", + "cloudapps.digital", + "london.cloudapps.digital", + "gov.nl", + "grafana-dev.net", + "grayjayleagues.com", + "günstigbestellen.de", + "günstigliefern.de", + "fin.ci", + "free.hr", + "caa.li", + "ua.rs", + "conf.se", + "häkkinen.fi", + "hrsn.dev", + "hashbang.sh", + "hasura.app", + "hasura-app.io", + "hatenablog.com", + "hatenadiary.com", + "hateblo.jp", + "hatenablog.jp", + "hatenadiary.jp", + "hatenadiary.org", + "pages.it.hs-heilbronn.de", + "pages-research.it.hs-heilbronn.de", + "heiyu.space", + "helioho.st", + "heliohost.us", + "hepforge.org", + "herokuapp.com", + "herokussl.com", + "heyflow.page", + "heyflow.site", + "ravendb.cloud", + "ravendb.community", + "development.run", + "ravendb.run", + "homesklep.pl", + "*.kin.one", + "*.id.pub", + "*.kin.pub", + "secaas.hk", + "hoplix.shop", + "orx.biz", + "biz.gl", + "biz.ng", + "co.biz.ng", + "dl.biz.ng", + "go.biz.ng", + "lg.biz.ng", + "on.biz.ng", + "col.ng", + "firm.ng", + "gen.ng", + "ltd.ng", + "ngo.ng", + "plc.ng", + "ie.ua", + "hostyhosting.io", + "hf.space", + "static.hf.space", + "hypernode.io", + "iobb.net", + "co.cz", + "*.moonscale.io", + "moonscale.net", + "gr.com", + "iki.fi", + "ibxos.it", + "iliadboxos.it", + "smushcdn.com", + "wphostedmail.com", + "wpmucdn.com", + "tempurl.host", + "wpmudev.host", + "dyn-berlin.de", + "in-berlin.de", + "in-brb.de", + "in-butter.de", + "in-dsl.de", + "in-vpn.de", + "in-dsl.net", + "in-vpn.net", + "in-dsl.org", + "in-vpn.org", + "biz.at", + "info.at", + "info.cx", + "ac.leg.br", + "al.leg.br", + "am.leg.br", + "ap.leg.br", + "ba.leg.br", + "ce.leg.br", + "df.leg.br", + "es.leg.br", + "go.leg.br", + "ma.leg.br", + "mg.leg.br", + "ms.leg.br", + "mt.leg.br", + "pa.leg.br", + "pb.leg.br", + "pe.leg.br", + "pi.leg.br", + "pr.leg.br", + "rj.leg.br", + "rn.leg.br", + "ro.leg.br", + "rr.leg.br", + "rs.leg.br", + "sc.leg.br", + "se.leg.br", + "sp.leg.br", + "to.leg.br", + "pixolino.com", + "na4u.ru", + "apps-1and1.com", + "live-website.com", + "apps-1and1.net", + "websitebuilder.online", + "app-ionos.space", + "iopsys.se", + "*.dweb.link", + "ipifony.net", + "ir.md", + "is-a-good.dev", + "is-a.dev", + "iservschule.de", + "mein-iserv.de", + "schulplattform.de", + "schulserver.de", + "test-iserv.de", + "iserv.dev", + "mel.cloudlets.com.au", + "cloud.interhostsolutions.be", + "alp1.ae.flow.ch", + "appengine.flow.ch", + "es-1.axarnet.cloud", + "diadem.cloud", + "vip.jelastic.cloud", + "jele.cloud", + "it1.eur.aruba.jenv-aruba.cloud", + "it1.jenv-aruba.cloud", + "keliweb.cloud", + "cs.keliweb.cloud", + "oxa.cloud", + "tn.oxa.cloud", + "uk.oxa.cloud", + "primetel.cloud", + "uk.primetel.cloud", + "ca.reclaim.cloud", + "uk.reclaim.cloud", + "us.reclaim.cloud", + "ch.trendhosting.cloud", + "de.trendhosting.cloud", + "jele.club", + "dopaas.com", + "paas.hosted-by-previder.com", + "rag-cloud.hosteur.com", + "rag-cloud-ch.hosteur.com", + "jcloud.ik-server.com", + "jcloud-ver-jpc.ik-server.com", + "demo.jelastic.com", + "paas.massivegrid.com", + "jed.wafaicloud.com", + "ryd.wafaicloud.com", + "j.scaleforce.com.cy", + "jelastic.dogado.eu", + "fi.cloudplatform.fi", + "demo.datacenter.fi", + "paas.datacenter.fi", + "jele.host", + "mircloud.host", + "paas.beebyte.io", + "sekd1.beebyteapp.io", + "jele.io", + "jc.neen.it", + "jcloud.kz", + "cloudjiffy.net", + "fra1-de.cloudjiffy.net", + "west1-us.cloudjiffy.net", + "jls-sto1.elastx.net", + "jls-sto2.elastx.net", + "jls-sto3.elastx.net", + "fr-1.paas.massivegrid.net", + "lon-1.paas.massivegrid.net", + "lon-2.paas.massivegrid.net", + "ny-1.paas.massivegrid.net", + "ny-2.paas.massivegrid.net", + "sg-1.paas.massivegrid.net", + "jelastic.saveincloud.net", + "nordeste-idc.saveincloud.net", + "j.scaleforce.net", + "sdscloud.pl", + "unicloud.pl", + "mircloud.ru", + "enscaled.sg", + "jele.site", + "jelastic.team", + "orangecloud.tn", + "j.layershift.co.uk", + "phx.enscaled.us", + "mircloud.us", + "myjino.ru", + "*.hosting.myjino.ru", + "*.landing.myjino.ru", + "*.spectrum.myjino.ru", + "*.vps.myjino.ru", + "jotelulu.cloud", + "webadorsite.com", + "jouwweb.site", + "*.cns.joyent.com", + "*.triton.zone", + "js.org", + "kaas.gg", + "khplay.nl", + "kapsi.fi", + "ezproxy.kuleuven.be", + "kuleuven.cloud", + "keymachine.de", + "kinghost.net", + "uni5.net", + "knightpoint.systems", + "koobin.events", + "webthings.io", + "krellian.net", + "oya.to", + "git-repos.de", + "lcube-server.de", + "svn-repos.de", + "leadpages.co", + "lpages.co", + "lpusercontent.com", + "lelux.site", + "libp2p.direct", + "runcontainers.dev", + "co.business", + "co.education", + "co.events", + "co.financial", + "co.network", + "co.place", + "co.technology", + "linkyard-cloud.ch", + "linkyard.cloud", + "members.linode.com", + "*.nodebalancer.linode.com", + "*.linodeobjects.com", + "ip.linodeusercontent.com", + "we.bs", + "filegear-sg.me", + "ggff.net", + "*.user.localcert.dev", + "lodz.pl", + "pabianice.pl", + "plock.pl", + "sieradz.pl", + "skierniewice.pl", + "zgierz.pl", + "loginline.app", + "loginline.dev", + "loginline.io", + "loginline.services", + "loginline.site", + "lohmus.me", + "servers.run", + "krasnik.pl", + "leczna.pl", + "lubartow.pl", + "lublin.pl", + "poniatowa.pl", + "swidnik.pl", + "glug.org.uk", + "lug.org.uk", + "lugs.org.uk", + "barsy.bg", + "barsy.club", + "barsycenter.com", + "barsyonline.com", + "barsy.de", + "barsy.dev", + "barsy.eu", + "barsy.gr", + "barsy.in", + "barsy.info", + "barsy.io", + "barsy.me", + "barsy.menu", + "barsyonline.menu", + "barsy.mobi", + "barsy.net", + "barsy.online", + "barsy.org", + "barsy.pro", + "barsy.pub", + "barsy.ro", + "barsy.rs", + "barsy.shop", + "barsyonline.shop", + "barsy.site", + "barsy.store", + "barsy.support", + "barsy.uk", + "barsy.co.uk", + "barsyonline.co.uk", + "*.magentosite.cloud", + "hb.cldmail.ru", + "matlab.cloud", + "modelscape.com", + "mwcloudnonprod.com", + "polyspace.com", + "mayfirst.info", + "mayfirst.org", + "mazeplay.com", + "mcdir.me", + "mcdir.ru", + "vps.mcdir.ru", + "mcpre.ru", + "mediatech.by", + "mediatech.dev", + "hra.health", + "medusajs.app", + "miniserver.com", + "memset.net", + "messerli.app", + "atmeta.com", + "apps.fbsbx.com", + "*.cloud.metacentrum.cz", + "custom.metacentrum.cz", + "flt.cloud.muni.cz", + "usr.cloud.muni.cz", + "meteorapp.com", + "eu.meteorapp.com", + "co.pl", + "*.azurecontainer.io", + "azure-api.net", + "azure-mobile.net", + "azureedge.net", + "azurefd.net", + "azurestaticapps.net", + "1.azurestaticapps.net", + "2.azurestaticapps.net", + "3.azurestaticapps.net", + "4.azurestaticapps.net", + "5.azurestaticapps.net", + "6.azurestaticapps.net", + "7.azurestaticapps.net", + "centralus.azurestaticapps.net", + "eastasia.azurestaticapps.net", + "eastus2.azurestaticapps.net", + "westeurope.azurestaticapps.net", + "westus2.azurestaticapps.net", + "azurewebsites.net", + "cloudapp.net", + "trafficmanager.net", + "blob.core.windows.net", + "servicebus.windows.net", + "routingthecloud.com", + "sn.mynetname.net", + "routingthecloud.net", + "routingthecloud.org", + "csx.cc", + "mydbserver.com", + "webspaceconfig.de", + "mittwald.info", + "mittwaldserver.info", + "typo3server.info", + "project.space", + "modx.dev", + "bmoattachments.org", + "net.ru", + "org.ru", + "pp.ru", + "hostedpi.com", + "caracal.mythic-beasts.com", + "customer.mythic-beasts.com", + "fentiger.mythic-beasts.com", + "lynx.mythic-beasts.com", + "ocelot.mythic-beasts.com", + "oncilla.mythic-beasts.com", + "onza.mythic-beasts.com", + "sphinx.mythic-beasts.com", + "vs.mythic-beasts.com", + "x.mythic-beasts.com", + "yali.mythic-beasts.com", + "cust.retrosnub.co.uk", + "ui.nabu.casa", + "cloud.nospamproxy.com", + "netfy.app", + "netlify.app", + "4u.com", + "nfshost.com", + "ipfs.nftstorage.link", + "ngo.us", + "ngrok.app", + "ngrok-free.app", + "ngrok.dev", + "ngrok-free.dev", + "ngrok.io", + "ap.ngrok.io", + "au.ngrok.io", + "eu.ngrok.io", + "in.ngrok.io", + "jp.ngrok.io", + "sa.ngrok.io", + "us.ngrok.io", + "ngrok.pizza", + "ngrok.pro", + "torun.pl", + "nh-serv.co.uk", + "nimsite.uk", + "mmafan.biz", + "myftp.biz", + "no-ip.biz", + "no-ip.ca", + "fantasyleague.cc", + "gotdns.ch", + "3utilities.com", + "blogsyte.com", + "ciscofreak.com", + "damnserver.com", + "ddnsking.com", + "ditchyourip.com", + "dnsiskinky.com", + "dynns.com", + "geekgalaxy.com", + "health-carereform.com", + "homesecuritymac.com", + "homesecuritypc.com", + "myactivedirectory.com", + "mysecuritycamera.com", + "myvnc.com", + "net-freaks.com", + "onthewifi.com", + "point2this.com", + "quicksytes.com", + "securitytactics.com", + "servebeer.com", + "servecounterstrike.com", + "serveexchange.com", + "serveftp.com", + "servegame.com", + "servehalflife.com", + "servehttp.com", + "servehumour.com", + "serveirc.com", + "servemp3.com", + "servep2p.com", + "servepics.com", + "servequake.com", + "servesarcasm.com", + "stufftoread.com", + "unusualperson.com", + "workisboring.com", + "dvrcam.info", + "ilovecollege.info", + "no-ip.info", + "brasilia.me", + "ddns.me", + "dnsfor.me", + "hopto.me", + "loginto.me", + "noip.me", + "webhop.me", + "bounceme.net", + "ddns.net", + "eating-organic.net", + "mydissent.net", + "myeffect.net", + "mymediapc.net", + "mypsx.net", + "mysecuritycamera.net", + "nhlfan.net", + "no-ip.net", + "pgafan.net", + "privatizehealthinsurance.net", + "redirectme.net", + "serveblog.net", + "serveminecraft.net", + "sytes.net", + "cable-modem.org", + "collegefan.org", + "couchpotatofries.org", + "hopto.org", + "mlbfan.org", + "myftp.org", + "mysecuritycamera.org", + "nflfan.org", + "no-ip.org", + "read-books.org", + "ufcfan.org", + "zapto.org", + "no-ip.co.uk", + "golffan.us", + "noip.us", + "pointto.us", + "stage.nodeart.io", + "*.developer.app", + "noop.app", + "*.northflank.app", + "*.build.run", + "*.code.run", + "*.database.run", + "*.migration.run", + "noticeable.news", + "notion.site", + "dnsking.ch", + "mypi.co", + "n4t.co", + "001www.com", + "myiphost.com", + "forumz.info", + "soundcast.me", + "tcp4.me", + "dnsup.net", + "hicam.net", + "now-dns.net", + "ownip.net", + "vpndns.net", + "dynserv.org", + "now-dns.org", + "x443.pw", + "now-dns.top", + "ntdll.top", + "freeddns.us", + "nsupdate.info", + "nerdpol.ovh", + "nyc.mn", + "prvcy.page", + "obl.ong", + "observablehq.cloud", + "static.observableusercontent.com", + "omg.lol", + "cloudycluster.net", + "omniwe.site", + "123webseite.at", + "123website.be", + "simplesite.com.br", + "123website.ch", + "simplesite.com", + "123webseite.de", + "123hjemmeside.dk", + "123miweb.es", + "123kotisivu.fi", + "123siteweb.fr", + "simplesite.gr", + "123homepage.it", + "123website.lu", + "123website.nl", + "123hjemmeside.no", + "service.one", + "simplesite.pl", + "123paginaweb.pt", + "123minsida.se", + "is-a-fullstack.dev", + "is-cool.dev", + "is-not-a.dev", + "localplayer.dev", + "is-local.org", + "opensocial.site", + "opencraft.hosting", + "16-b.it", + "32-b.it", + "64-b.it", + "orsites.com", + "operaunite.com", + "*.customer-oci.com", + "*.oci.customer-oci.com", + "*.ocp.customer-oci.com", + "*.ocs.customer-oci.com", + "*.oraclecloudapps.com", + "*.oraclegovcloudapps.com", + "*.oraclegovcloudapps.uk", + "tech.orange", + "can.re", + "authgear-staging.com", + "authgearapps.com", + "skygearapp.com", + "outsystemscloud.com", + "*.hosting.ovh.net", + "*.webpaas.ovh.net", + "ownprovider.com", + "own.pm", + "*.owo.codes", + "ox.rs", + "oy.lc", + "pgfog.com", + "pagexl.com", + "gotpantheon.com", + "pantheonsite.io", + "*.paywhirl.com", + "*.xmit.co", + "xmit.dev", + "madethis.site", + "srv.us", + "gh.srv.us", + "gl.srv.us", + "lk3.ru", + "mypep.link", + "perspecta.cloud", + "on-web.fr", + "*.upsun.app", + "upsunapp.com", + "ent.platform.sh", + "eu.platform.sh", + "us.platform.sh", + "*.platformsh.site", + "*.tst.site", + "platter-app.com", + "platter-app.dev", + "platterp.us", + "pley.games", + "onporter.run", + "co.bn", + "postman-echo.com", + "pstmn.io", + "mock.pstmn.io", + "httpbin.org", + "prequalifyme.today", + "xen.prgmr.com", + "priv.at", + "protonet.io", + "chirurgiens-dentistes-en-france.fr", + "byen.site", + "pubtls.org", + "pythonanywhere.com", + "eu.pythonanywhere.com", + "qa2.com", + "qcx.io", + "*.sys.qcx.io", + "myqnapcloud.cn", + "alpha-myqnapcloud.com", + "dev-myqnapcloud.com", + "mycloudnas.com", + "mynascloud.com", + "myqnapcloud.com", + "qoto.io", + "qualifioapp.com", + "ladesk.com", + "qbuser.com", + "*.quipelements.com", + "vapor.cloud", + "vaporcloud.io", + "rackmaze.com", + "rackmaze.net", + "cloudsite.builders", + "myradweb.net", + "servername.us", + "web.in", + "in.net", + "myrdbx.io", + "site.rb-hosting.io", + "*.on-rancher.cloud", + "*.on-k3s.io", + "*.on-rio.io", + "ravpage.co.il", + "readthedocs-hosted.com", + "readthedocs.io", + "rhcloud.com", + "instances.spawn.cc", + "onrender.com", + "app.render.com", + "replit.app", + "id.replit.app", + "firewalledreplit.co", + "id.firewalledreplit.co", + "repl.co", + "id.repl.co", + "replit.dev", + "archer.replit.dev", + "bones.replit.dev", + "canary.replit.dev", + "global.replit.dev", + "hacker.replit.dev", + "id.replit.dev", + "janeway.replit.dev", + "kim.replit.dev", + "kira.replit.dev", + "kirk.replit.dev", + "odo.replit.dev", + "paris.replit.dev", + "picard.replit.dev", + "pike.replit.dev", + "prerelease.replit.dev", + "reed.replit.dev", + "riker.replit.dev", + "sisko.replit.dev", + "spock.replit.dev", + "staging.replit.dev", + "sulu.replit.dev", + "tarpit.replit.dev", + "teams.replit.dev", + "tucker.replit.dev", + "wesley.replit.dev", + "worf.replit.dev", + "repl.run", + "resindevice.io", + "devices.resinstaging.io", + "hzc.io", + "adimo.co.uk", + "itcouldbewor.se", + "aus.basketball", + "nz.basketball", + "git-pages.rit.edu", + "rocky.page", + "rub.de", + "ruhr-uni-bochum.de", + "io.noc.ruhr-uni-bochum.de", + "биз.рус", + "ком.рус", + "крым.рус", + "мир.рус", + "мск.рус", + "орг.рус", + "самара.рус", + "сочи.рус", + "спб.рус", + "я.рус", + "ras.ru", + "nyat.app", + "180r.com", + "dojin.com", + "sakuratan.com", + "sakuraweb.com", + "x0.com", + "2-d.jp", + "bona.jp", + "crap.jp", + "daynight.jp", + "eek.jp", + "flop.jp", + "halfmoon.jp", + "jeez.jp", + "matrix.jp", + "mimoza.jp", + "ivory.ne.jp", + "mail-box.ne.jp", + "mints.ne.jp", + "mokuren.ne.jp", + "opal.ne.jp", + "sakura.ne.jp", + "sumomo.ne.jp", + "topaz.ne.jp", + "netgamers.jp", + "nyanta.jp", + "o0o0.jp", + "rdy.jp", + "rgr.jp", + "rulez.jp", + "s3.isk01.sakurastorage.jp", + "s3.isk02.sakurastorage.jp", + "saloon.jp", + "sblo.jp", + "skr.jp", + "tank.jp", + "uh-oh.jp", + "undo.jp", + "rs.webaccel.jp", + "user.webaccel.jp", + "websozai.jp", + "xii.jp", + "squares.net", + "jpn.org", + "kirara.st", + "x0.to", + "from.tv", + "sakura.tv", + "*.builder.code.com", + "*.dev-builder.code.com", + "*.stg-builder.code.com", + "*.001.test.code-builder-stg.platform.salesforce.com", + "*.d.crm.dev", + "*.w.crm.dev", + "*.wa.crm.dev", + "*.wb.crm.dev", + "*.wc.crm.dev", + "*.wd.crm.dev", + "*.we.crm.dev", + "*.wf.crm.dev", + "sandcats.io", + "logoip.com", + "logoip.de", + "fr-par-1.baremetal.scw.cloud", + "fr-par-2.baremetal.scw.cloud", + "nl-ams-1.baremetal.scw.cloud", + "cockpit.fr-par.scw.cloud", + "fnc.fr-par.scw.cloud", + "functions.fnc.fr-par.scw.cloud", + "k8s.fr-par.scw.cloud", + "nodes.k8s.fr-par.scw.cloud", + "s3.fr-par.scw.cloud", + "s3-website.fr-par.scw.cloud", + "whm.fr-par.scw.cloud", + "priv.instances.scw.cloud", + "pub.instances.scw.cloud", + "k8s.scw.cloud", + "cockpit.nl-ams.scw.cloud", + "k8s.nl-ams.scw.cloud", + "nodes.k8s.nl-ams.scw.cloud", + "s3.nl-ams.scw.cloud", + "s3-website.nl-ams.scw.cloud", + "whm.nl-ams.scw.cloud", + "cockpit.pl-waw.scw.cloud", + "k8s.pl-waw.scw.cloud", + "nodes.k8s.pl-waw.scw.cloud", + "s3.pl-waw.scw.cloud", + "s3-website.pl-waw.scw.cloud", + "scalebook.scw.cloud", + "smartlabeling.scw.cloud", + "dedibox.fr", + "schokokeks.net", + "gov.scot", + "service.gov.scot", + "scrysec.com", + "client.scrypted.io", + "firewall-gateway.com", + "firewall-gateway.de", + "my-gateway.de", + "my-router.de", + "spdns.de", + "spdns.eu", + "firewall-gateway.net", + "my-firewall.org", + "myfirewall.org", + "spdns.org", + "seidat.net", + "sellfy.store", + "minisite.ms", + "senseering.net", + "servebolt.cloud", + "biz.ua", + "co.ua", + "pp.ua", + "as.sh.cn", + "sheezy.games", + "shiftedit.io", + "myshopblocks.com", + "myshopify.com", + "shopitsite.com", + "shopware.shop", + "shopware.store", + "mo-siemens.io", + "1kapp.com", + "appchizi.com", + "applinzi.com", + "sinaapp.com", + "vipsinaapp.com", + "siteleaf.net", + "small-web.org", + "aeroport.fr", + "avocat.fr", + "chambagri.fr", + "chirurgiens-dentistes.fr", + "experts-comptables.fr", + "medecin.fr", + "notaires.fr", + "pharmacien.fr", + "port.fr", + "veterinaire.fr", + "vp4.me", + "*.snowflake.app", + "*.privatelink.snowflake.app", + "streamlit.app", + "streamlitapp.com", + "try-snowplow.com", + "mafelo.net", + "playstation-cloud.com", + "srht.site", + "apps.lair.io", + "*.stolos.io", + "spacekit.io", + "ind.mom", + "customer.speedpartner.de", + "myspreadshop.at", + "myspreadshop.com.au", + "myspreadshop.be", + "myspreadshop.ca", + "myspreadshop.ch", + "myspreadshop.com", + "myspreadshop.de", + "myspreadshop.dk", + "myspreadshop.es", + "myspreadshop.fi", + "myspreadshop.fr", + "myspreadshop.ie", + "myspreadshop.it", + "myspreadshop.net", + "myspreadshop.nl", + "myspreadshop.no", + "myspreadshop.pl", + "myspreadshop.se", + "myspreadshop.co.uk", + "w-corp-staticblitz.com", + "w-credentialless-staticblitz.com", + "w-staticblitz.com", + "stackhero-network.com", + "runs.onstackit.cloud", + "stackit.gg", + "stackit.rocks", + "stackit.run", + "stackit.zone", + "musician.io", + "novecore.site", + "api.stdlib.com", + "feedback.ac", + "forms.ac", + "assessments.cx", + "calculators.cx", + "funnels.cx", + "paynow.cx", + "quizzes.cx", + "researched.cx", + "tests.cx", + "surveys.so", + "storebase.store", + "storipress.app", + "storj.farm", + "strapiapp.com", + "media.strapiapp.com", + "vps-host.net", + "atl.jelastic.vps-host.net", + "njs.jelastic.vps-host.net", + "ric.jelastic.vps-host.net", + "streak-link.com", + "streaklinks.com", + "streakusercontent.com", + "soc.srcf.net", + "user.srcf.net", + "utwente.io", + "temp-dns.com", + "supabase.co", + "supabase.in", + "supabase.net", + "syncloud.it", + "dscloud.biz", + "direct.quickconnect.cn", + "dsmynas.com", + "familyds.com", + "diskstation.me", + "dscloud.me", + "i234.me", + "myds.me", + "synology.me", + "dscloud.mobi", + "dsmynas.net", + "familyds.net", + "dsmynas.org", + "familyds.org", + "direct.quickconnect.to", + "vpnplus.to", + "mytabit.com", + "mytabit.co.il", + "tabitorder.co.il", + "taifun-dns.de", + "ts.net", + "*.c.ts.net", + "gda.pl", + "gdansk.pl", + "gdynia.pl", + "med.pl", + "sopot.pl", + "taveusercontent.com", + "p.tawk.email", + "p.tawkto.email", + "site.tb-hosting.com", + "edugit.io", + "s3.teckids.org", + "telebit.app", + "telebit.io", + "*.telebit.xyz", + "*.firenet.ch", + "*.svc.firenet.ch", + "reservd.com", + "thingdustdata.com", + "cust.dev.thingdust.io", + "reservd.dev.thingdust.io", + "cust.disrec.thingdust.io", + "reservd.disrec.thingdust.io", + "cust.prod.thingdust.io", + "cust.testing.thingdust.io", + "reservd.testing.thingdust.io", + "tickets.io", + "arvo.network", + "azimuth.network", + "tlon.network", + "torproject.net", + "pages.torproject.net", + "townnews-staging.com", + "12hp.at", + "2ix.at", + "4lima.at", + "lima-city.at", + "12hp.ch", + "2ix.ch", + "4lima.ch", + "lima-city.ch", + "trafficplex.cloud", + "de.cool", + "12hp.de", + "2ix.de", + "4lima.de", + "lima-city.de", + "1337.pictures", + "clan.rip", + "lima-city.rocks", + "webspace.rocks", + "lima.zone", + "*.transurl.be", + "*.transurl.eu", + "site.transip.me", + "*.transurl.nl", + "tuxfamily.org", + "dd-dns.de", + "dray-dns.de", + "draydns.de", + "dyn-vpn.de", + "dynvpn.de", + "mein-vigor.de", + "my-vigor.de", + "my-wan.de", + "syno-ds.de", + "synology-diskstation.de", + "synology-ds.de", + "diskstation.eu", + "diskstation.org", + "typedream.app", + "pro.typeform.com", + "*.uberspace.de", + "uber.space", + "hk.com", + "inc.hk", + "ltd.hk", + "hk.org", + "it.com", + "unison-services.cloud", + "virtual-user.de", + "virtualuser.de", + "name.pm", + "sch.tf", + "biz.wf", + "sch.wf", + "org.yt", + "rs.ba", + "bielsko.pl", + "upli.io", + "urown.cloud", + "dnsupdate.info", + "us.org", + "v.ua", + "express.val.run", + "web.val.run", + "vercel.app", + "v0.build", + "vercel.dev", + "vusercontent.net", + "now.sh", + "2038.io", + "router.management", + "v-info.info", + "voorloper.cloud", + "*.vultrobjects.com", + "wafflecell.com", + "webflow.io", + "webflowtest.io", + "*.webhare.dev", + "bookonline.app", + "hotelwithflight.com", + "reserve-online.com", + "reserve-online.net", + "cprapid.com", + "pleskns.com", + "wp2.host", + "pdns.page", + "plesk.page", + "wpsquared.site", + "*.wadl.top", + "remotewd.com", + "box.ca", + "pages.wiardweb.com", + "toolforge.org", + "wmcloud.org", + "wmflabs.org", + "wdh.app", + "panel.gg", + "daemon.panel.gg", + "wixsite.com", + "wixstudio.com", + "editorx.io", + "wixstudio.io", + "wix.run", + "messwithdns.com", + "woltlab-demo.com", + "myforum.community", + "community-pro.de", + "diskussionsbereich.de", + "community-pro.net", + "meinforum.net", + "affinitylottery.org.uk", + "raffleentry.org.uk", + "weeklylottery.org.uk", + "wpenginepowered.com", + "js.wpenginepowered.com", + "half.host", + "xnbay.com", + "u2.xnbay.com", + "u2-local.xnbay.com", + "cistron.nl", + "demon.nl", + "xs4all.space", + "yandexcloud.net", + "storage.yandexcloud.net", + "website.yandexcloud.net", + "official.academy", + "yolasite.com", + "yombo.me", + "ynh.fr", + "nohost.me", + "noho.st", + "za.net", + "za.org", + "zap.cloud", + "zeabur.app", + "bss.design", + "basicserver.io", + "virtualserver.io", + "enterprisecloud.nu" +]; \ No newline at end of file diff --git a/node_modules/psl/dist/psl.cjs b/node_modules/psl/dist/psl.cjs new file mode 100644 index 0000000..a84438a --- /dev/null +++ b/node_modules/psl/dist/psl.cjs @@ -0,0 +1 @@ +"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});function K(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var O,F;function Q(){if(F)return O;F=1;const e=2147483647,s=36,c=1,o=26,t=38,d=700,z=72,y=128,g="-",P=/^xn--/,V=/[^\0-\x7F]/,G=/[\x2E\u3002\uFF0E\uFF61]/g,W={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},C=s-c,h=Math.floor,I=String.fromCharCode;function v(a){throw new RangeError(W[a])}function U(a,i){const m=[];let n=a.length;for(;n--;)m[n]=i(a[n]);return m}function S(a,i){const m=a.split("@");let n="";m.length>1&&(n=m[0]+"@",a=m[1]),a=a.replace(G,".");const r=a.split("."),p=U(r,i).join(".");return n+p}function L(a){const i=[];let m=0;const n=a.length;for(;m=55296&&r<=56319&&mString.fromCodePoint(...a),J=function(a){return a>=48&&a<58?26+(a-48):a>=65&&a<91?a-65:a>=97&&a<123?a-97:s},D=function(a,i){return a+22+75*(a<26)-((i!=0)<<5)},T=function(a,i,m){let n=0;for(a=m?h(a/d):a>>1,a+=h(a/i);a>C*o>>1;n+=s)a=h(a/C);return h(n+(C+1)*a/(a+t))},E=function(a){const i=[],m=a.length;let n=0,r=y,p=z,j=a.lastIndexOf(g);j<0&&(j=0);for(let u=0;u=128&&v("not-basic"),i.push(a.charCodeAt(u));for(let u=j>0?j+1:0;u=m&&v("invalid-input");const w=J(a.charCodeAt(u++));w>=s&&v("invalid-input"),w>h((e-n)/l)&&v("overflow"),n+=w*l;const x=b<=p?c:b>=p+o?o:b-p;if(wh(e/q)&&v("overflow"),l*=q}const f=i.length+1;p=T(n-k,f,k==0),h(n/f)>e-r&&v("overflow"),r+=h(n/f),n%=f,i.splice(n++,0,r)}return String.fromCodePoint(...i)},B=function(a){const i=[];a=L(a);const m=a.length;let n=y,r=0,p=z;for(const k of a)k<128&&i.push(I(k));const j=i.length;let u=j;for(j&&i.push(g);u=n&&lh((e-r)/f)&&v("overflow"),r+=(k-n)*f,n=k;for(const l of a)if(le&&v("overflow"),l===n){let b=r;for(let w=s;;w+=s){const x=w<=p?c:w>=p+o?o:w-p;if(b{const c=s.replace(/^(\*\.|\!)/,""),o=A.toASCII(c),t=s.charAt(0);if(e.has(o))throw new Error(`Multiple rules found for ${s} (${o})`);return e.set(o,{rule:s,suffix:c,punySuffix:o,wildcard:t==="*",exception:t==="!"}),e},new Map),aa=e=>{const c=A.toASCII(e).split(".");for(let o=0;o{const s=A.toASCII(e);if(s.length<1)return"DOMAIN_TOO_SHORT";if(s.length>255)return"DOMAIN_TOO_LONG";const c=s.split(".");let o;for(let t=0;t63)return"LABEL_TOO_LONG";if(o.charAt(0)==="-")return"LABEL_STARTS_WITH_DASH";if(o.charAt(o.length-1)==="-")return"LABEL_ENDS_WITH_DASH";if(!/^[a-z0-9\-_]+$/.test(o))return"LABEL_INVALID_CHARS"}},_=e=>{if(typeof e!="string")throw new TypeError("Domain name must be a string.");let s=e.slice(0).toLowerCase();s.charAt(s.length-1)==="."&&(s=s.slice(0,s.length-1));const c=oa(s);if(c)return{input:e,error:{message:H[c],code:c}};const o={input:e,tld:null,sld:null,domain:null,subdomain:null,listed:!1},t=s.split(".");if(t[t.length-1]==="local")return o;const d=()=>(/xn--/.test(s)&&(o.domain&&(o.domain=A.toASCII(o.domain)),o.subdomain&&(o.subdomain=A.toASCII(o.subdomain))),o),z=aa(s);if(!z)return t.length<2?o:(o.tld=t.pop(),o.sld=t.pop(),o.domain=[o.sld,o.tld].join("."),t.length&&(o.subdomain=t.pop()),d());o.listed=!0;const y=z.suffix.split("."),g=t.slice(0,t.length-y.length);return z.exception&&g.push(y.shift()),o.tld=y.join("."),!g.length||(z.wildcard&&(y.unshift(g.pop()),o.tld=y.join(".")),!g.length)||(o.sld=g.pop(),o.domain=[o.sld,o.tld].join("."),g.length&&(o.subdomain=g.join("."))),d()},N=e=>e&&_(e).domain||null,R=e=>{const s=_(e);return!!(s.domain&&s.listed)},sa={parse:_,get:N,isValid:R};exports.default=sa;exports.errorCodes=H;exports.get=N;exports.isValid=R;exports.parse=_; diff --git a/node_modules/psl/dist/psl.mjs b/node_modules/psl/dist/psl.mjs new file mode 100644 index 0000000..07758bb --- /dev/null +++ b/node_modules/psl/dist/psl.mjs @@ -0,0 +1,10008 @@ +function U(e) { + return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e; +} +var C, F; +function $() { + if (F) return C; + F = 1; + const e = 2147483647, s = 36, c = 1, o = 26, t = 38, d = 700, z = 72, y = 128, g = "-", H = /^xn--/, N = /[^\0-\x7F]/, R = /[\x2E\u3002\uFF0E\uFF61]/g, P = { + overflow: "Overflow: input needs wider integers to process", + "not-basic": "Illegal input >= 0x80 (not a basic code point)", + "invalid-input": "Invalid input" + }, _ = s - c, h = Math.floor, I = String.fromCharCode; + function v(a) { + throw new RangeError(P[a]); + } + function V(a, i) { + const m = []; + let n = a.length; + for (; n--; ) + m[n] = i(a[n]); + return m; + } + function L(a, i) { + const m = a.split("@"); + let n = ""; + m.length > 1 && (n = m[0] + "@", a = m[1]), a = a.replace(R, "."); + const r = a.split("."), p = V(r, i).join("."); + return n + p; + } + function S(a) { + const i = []; + let m = 0; + const n = a.length; + for (; m < n; ) { + const r = a.charCodeAt(m++); + if (r >= 55296 && r <= 56319 && m < n) { + const p = a.charCodeAt(m++); + (p & 64512) == 56320 ? i.push(((r & 1023) << 10) + (p & 1023) + 65536) : (i.push(r), m--); + } else + i.push(r); + } + return i; + } + const G = (a) => String.fromCodePoint(...a), W = function(a) { + return a >= 48 && a < 58 ? 26 + (a - 48) : a >= 65 && a < 91 ? a - 65 : a >= 97 && a < 123 ? a - 97 : s; + }, D = function(a, i) { + return a + 22 + 75 * (a < 26) - ((i != 0) << 5); + }, T = function(a, i, m) { + let n = 0; + for (a = m ? h(a / d) : a >> 1, a += h(a / i); a > _ * o >> 1; n += s) + a = h(a / _); + return h(n + (_ + 1) * a / (a + t)); + }, E = function(a) { + const i = [], m = a.length; + let n = 0, r = y, p = z, j = a.lastIndexOf(g); + j < 0 && (j = 0); + for (let u = 0; u < j; ++u) + a.charCodeAt(u) >= 128 && v("not-basic"), i.push(a.charCodeAt(u)); + for (let u = j > 0 ? j + 1 : 0; u < m; ) { + const k = n; + for (let l = 1, b = s; ; b += s) { + u >= m && v("invalid-input"); + const w = W(a.charCodeAt(u++)); + w >= s && v("invalid-input"), w > h((e - n) / l) && v("overflow"), n += w * l; + const x = b <= p ? c : b >= p + o ? o : b - p; + if (w < x) + break; + const q = s - x; + l > h(e / q) && v("overflow"), l *= q; + } + const f = i.length + 1; + p = T(n - k, f, k == 0), h(n / f) > e - r && v("overflow"), r += h(n / f), n %= f, i.splice(n++, 0, r); + } + return String.fromCodePoint(...i); + }, B = function(a) { + const i = []; + a = S(a); + const m = a.length; + let n = y, r = 0, p = z; + for (const k of a) + k < 128 && i.push(I(k)); + const j = i.length; + let u = j; + for (j && i.push(g); u < m; ) { + let k = e; + for (const l of a) + l >= n && l < k && (k = l); + const f = u + 1; + k - n > h((e - r) / f) && v("overflow"), r += (k - n) * f, n = k; + for (const l of a) + if (l < n && ++r > e && v("overflow"), l === n) { + let b = r; + for (let w = s; ; w += s) { + const x = w <= p ? c : w >= p + o ? o : w - p; + if (b < x) + break; + const q = b - x, M = s - x; + i.push( + I(D(x + q % M, 0)) + ), b = h(q / M); + } + i.push(I(D(b, 0))), p = T(r, f, u === j), r = 0, ++u; + } + ++r, ++n; + } + return i.join(""); + }; + return C = { + /** + * A string representing the current Punycode.js version number. + * @memberOf punycode + * @type String + */ + version: "2.3.1", + /** + * An object of methods to convert from JavaScript's internal character + * representation (UCS-2) to Unicode code points, and back. + * @see + * @memberOf punycode + * @type Object + */ + ucs2: { + decode: S, + encode: G + }, + decode: E, + encode: B, + toASCII: function(a) { + return L(a, function(i) { + return N.test(i) ? "xn--" + B(i) : i; + }); + }, + toUnicode: function(a) { + return L(a, function(i) { + return H.test(i) ? E(i.slice(4).toLowerCase()) : i; + }); + } + }, C; +} +var J = $(); +const A = /* @__PURE__ */ U(J), K = [ + "ac", + "com.ac", + "edu.ac", + "gov.ac", + "mil.ac", + "net.ac", + "org.ac", + "ad", + "ae", + "ac.ae", + "co.ae", + "gov.ae", + "mil.ae", + "net.ae", + "org.ae", + "sch.ae", + "aero", + "airline.aero", + "airport.aero", + "accident-investigation.aero", + "accident-prevention.aero", + "aerobatic.aero", + "aeroclub.aero", + "aerodrome.aero", + "agents.aero", + "air-surveillance.aero", + "air-traffic-control.aero", + "aircraft.aero", + "airtraffic.aero", + "ambulance.aero", + "association.aero", + "author.aero", + "ballooning.aero", + "broker.aero", + "caa.aero", + "cargo.aero", + "catering.aero", + "certification.aero", + "championship.aero", + "charter.aero", + "civilaviation.aero", + "club.aero", + "conference.aero", + "consultant.aero", + "consulting.aero", + "control.aero", + "council.aero", + "crew.aero", + "design.aero", + "dgca.aero", + "educator.aero", + "emergency.aero", + "engine.aero", + "engineer.aero", + "entertainment.aero", + "equipment.aero", + "exchange.aero", + "express.aero", + "federation.aero", + "flight.aero", + "freight.aero", + "fuel.aero", + "gliding.aero", + "government.aero", + "groundhandling.aero", + "group.aero", + "hanggliding.aero", + "homebuilt.aero", + "insurance.aero", + "journal.aero", + "journalist.aero", + "leasing.aero", + "logistics.aero", + "magazine.aero", + "maintenance.aero", + "marketplace.aero", + "media.aero", + "microlight.aero", + "modelling.aero", + "navigation.aero", + "parachuting.aero", + "paragliding.aero", + "passenger-association.aero", + "pilot.aero", + "press.aero", + "production.aero", + "recreation.aero", + "repbody.aero", + "res.aero", + "research.aero", + "rotorcraft.aero", + "safety.aero", + "scientist.aero", + "services.aero", + "show.aero", + "skydiving.aero", + "software.aero", + "student.aero", + "taxi.aero", + "trader.aero", + "trading.aero", + "trainer.aero", + "union.aero", + "workinggroup.aero", + "works.aero", + "af", + "com.af", + "edu.af", + "gov.af", + "net.af", + "org.af", + "ag", + "co.ag", + "com.ag", + "net.ag", + "nom.ag", + "org.ag", + "ai", + "com.ai", + "net.ai", + "off.ai", + "org.ai", + "al", + "com.al", + "edu.al", + "gov.al", + "mil.al", + "net.al", + "org.al", + "am", + "co.am", + "com.am", + "commune.am", + "net.am", + "org.am", + "ao", + "co.ao", + "ed.ao", + "edu.ao", + "gov.ao", + "gv.ao", + "it.ao", + "og.ao", + "org.ao", + "pb.ao", + "aq", + "ar", + "bet.ar", + "com.ar", + "coop.ar", + "edu.ar", + "gob.ar", + "gov.ar", + "int.ar", + "mil.ar", + "musica.ar", + "mutual.ar", + "net.ar", + "org.ar", + "senasa.ar", + "tur.ar", + "arpa", + "e164.arpa", + "home.arpa", + "in-addr.arpa", + "ip6.arpa", + "iris.arpa", + "uri.arpa", + "urn.arpa", + "as", + "gov.as", + "asia", + "at", + "ac.at", + "sth.ac.at", + "co.at", + "gv.at", + "or.at", + "au", + "asn.au", + "com.au", + "edu.au", + "gov.au", + "id.au", + "net.au", + "org.au", + "conf.au", + "oz.au", + "act.au", + "nsw.au", + "nt.au", + "qld.au", + "sa.au", + "tas.au", + "vic.au", + "wa.au", + "act.edu.au", + "catholic.edu.au", + "nsw.edu.au", + "nt.edu.au", + "qld.edu.au", + "sa.edu.au", + "tas.edu.au", + "vic.edu.au", + "wa.edu.au", + "qld.gov.au", + "sa.gov.au", + "tas.gov.au", + "vic.gov.au", + "wa.gov.au", + "schools.nsw.edu.au", + "aw", + "com.aw", + "ax", + "az", + "biz.az", + "com.az", + "edu.az", + "gov.az", + "info.az", + "int.az", + "mil.az", + "name.az", + "net.az", + "org.az", + "pp.az", + "pro.az", + "ba", + "com.ba", + "edu.ba", + "gov.ba", + "mil.ba", + "net.ba", + "org.ba", + "bb", + "biz.bb", + "co.bb", + "com.bb", + "edu.bb", + "gov.bb", + "info.bb", + "net.bb", + "org.bb", + "store.bb", + "tv.bb", + "*.bd", + "be", + "ac.be", + "bf", + "gov.bf", + "bg", + "0.bg", + "1.bg", + "2.bg", + "3.bg", + "4.bg", + "5.bg", + "6.bg", + "7.bg", + "8.bg", + "9.bg", + "a.bg", + "b.bg", + "c.bg", + "d.bg", + "e.bg", + "f.bg", + "g.bg", + "h.bg", + "i.bg", + "j.bg", + "k.bg", + "l.bg", + "m.bg", + "n.bg", + "o.bg", + "p.bg", + "q.bg", + "r.bg", + "s.bg", + "t.bg", + "u.bg", + "v.bg", + "w.bg", + "x.bg", + "y.bg", + "z.bg", + "bh", + "com.bh", + "edu.bh", + "gov.bh", + "net.bh", + "org.bh", + "bi", + "co.bi", + "com.bi", + "edu.bi", + "or.bi", + "org.bi", + "biz", + "bj", + "africa.bj", + "agro.bj", + "architectes.bj", + "assur.bj", + "avocats.bj", + "co.bj", + "com.bj", + "eco.bj", + "econo.bj", + "edu.bj", + "info.bj", + "loisirs.bj", + "money.bj", + "net.bj", + "org.bj", + "ote.bj", + "restaurant.bj", + "resto.bj", + "tourism.bj", + "univ.bj", + "bm", + "com.bm", + "edu.bm", + "gov.bm", + "net.bm", + "org.bm", + "bn", + "com.bn", + "edu.bn", + "gov.bn", + "net.bn", + "org.bn", + "bo", + "com.bo", + "edu.bo", + "gob.bo", + "int.bo", + "mil.bo", + "net.bo", + "org.bo", + "tv.bo", + "web.bo", + "academia.bo", + "agro.bo", + "arte.bo", + "blog.bo", + "bolivia.bo", + "ciencia.bo", + "cooperativa.bo", + "democracia.bo", + "deporte.bo", + "ecologia.bo", + "economia.bo", + "empresa.bo", + "indigena.bo", + "industria.bo", + "info.bo", + "medicina.bo", + "movimiento.bo", + "musica.bo", + "natural.bo", + "nombre.bo", + "noticias.bo", + "patria.bo", + "plurinacional.bo", + "politica.bo", + "profesional.bo", + "pueblo.bo", + "revista.bo", + "salud.bo", + "tecnologia.bo", + "tksat.bo", + "transporte.bo", + "wiki.bo", + "br", + "9guacu.br", + "abc.br", + "adm.br", + "adv.br", + "agr.br", + "aju.br", + "am.br", + "anani.br", + "aparecida.br", + "app.br", + "arq.br", + "art.br", + "ato.br", + "b.br", + "barueri.br", + "belem.br", + "bet.br", + "bhz.br", + "bib.br", + "bio.br", + "blog.br", + "bmd.br", + "boavista.br", + "bsb.br", + "campinagrande.br", + "campinas.br", + "caxias.br", + "cim.br", + "cng.br", + "cnt.br", + "com.br", + "contagem.br", + "coop.br", + "coz.br", + "cri.br", + "cuiaba.br", + "curitiba.br", + "def.br", + "des.br", + "det.br", + "dev.br", + "ecn.br", + "eco.br", + "edu.br", + "emp.br", + "enf.br", + "eng.br", + "esp.br", + "etc.br", + "eti.br", + "far.br", + "feira.br", + "flog.br", + "floripa.br", + "fm.br", + "fnd.br", + "fortal.br", + "fot.br", + "foz.br", + "fst.br", + "g12.br", + "geo.br", + "ggf.br", + "goiania.br", + "gov.br", + "ac.gov.br", + "al.gov.br", + "am.gov.br", + "ap.gov.br", + "ba.gov.br", + "ce.gov.br", + "df.gov.br", + "es.gov.br", + "go.gov.br", + "ma.gov.br", + "mg.gov.br", + "ms.gov.br", + "mt.gov.br", + "pa.gov.br", + "pb.gov.br", + "pe.gov.br", + "pi.gov.br", + "pr.gov.br", + "rj.gov.br", + "rn.gov.br", + "ro.gov.br", + "rr.gov.br", + "rs.gov.br", + "sc.gov.br", + "se.gov.br", + "sp.gov.br", + "to.gov.br", + "gru.br", + "imb.br", + "ind.br", + "inf.br", + "jab.br", + "jampa.br", + "jdf.br", + "joinville.br", + "jor.br", + "jus.br", + "leg.br", + "leilao.br", + "lel.br", + "log.br", + "londrina.br", + "macapa.br", + "maceio.br", + "manaus.br", + "maringa.br", + "mat.br", + "med.br", + "mil.br", + "morena.br", + "mp.br", + "mus.br", + "natal.br", + "net.br", + "niteroi.br", + "*.nom.br", + "not.br", + "ntr.br", + "odo.br", + "ong.br", + "org.br", + "osasco.br", + "palmas.br", + "poa.br", + "ppg.br", + "pro.br", + "psc.br", + "psi.br", + "pvh.br", + "qsl.br", + "radio.br", + "rec.br", + "recife.br", + "rep.br", + "ribeirao.br", + "rio.br", + "riobranco.br", + "riopreto.br", + "salvador.br", + "sampa.br", + "santamaria.br", + "santoandre.br", + "saobernardo.br", + "saogonca.br", + "seg.br", + "sjc.br", + "slg.br", + "slz.br", + "sorocaba.br", + "srv.br", + "taxi.br", + "tc.br", + "tec.br", + "teo.br", + "the.br", + "tmp.br", + "trd.br", + "tur.br", + "tv.br", + "udi.br", + "vet.br", + "vix.br", + "vlog.br", + "wiki.br", + "zlg.br", + "bs", + "com.bs", + "edu.bs", + "gov.bs", + "net.bs", + "org.bs", + "bt", + "com.bt", + "edu.bt", + "gov.bt", + "net.bt", + "org.bt", + "bv", + "bw", + "co.bw", + "org.bw", + "by", + "gov.by", + "mil.by", + "com.by", + "of.by", + "bz", + "co.bz", + "com.bz", + "edu.bz", + "gov.bz", + "net.bz", + "org.bz", + "ca", + "ab.ca", + "bc.ca", + "mb.ca", + "nb.ca", + "nf.ca", + "nl.ca", + "ns.ca", + "nt.ca", + "nu.ca", + "on.ca", + "pe.ca", + "qc.ca", + "sk.ca", + "yk.ca", + "gc.ca", + "cat", + "cc", + "cd", + "gov.cd", + "cf", + "cg", + "ch", + "ci", + "ac.ci", + "aéroport.ci", + "asso.ci", + "co.ci", + "com.ci", + "ed.ci", + "edu.ci", + "go.ci", + "gouv.ci", + "int.ci", + "net.ci", + "or.ci", + "org.ci", + "*.ck", + "!www.ck", + "cl", + "co.cl", + "gob.cl", + "gov.cl", + "mil.cl", + "cm", + "co.cm", + "com.cm", + "gov.cm", + "net.cm", + "cn", + "ac.cn", + "com.cn", + "edu.cn", + "gov.cn", + "mil.cn", + "net.cn", + "org.cn", + "公司.cn", + "網絡.cn", + "网络.cn", + "ah.cn", + "bj.cn", + "cq.cn", + "fj.cn", + "gd.cn", + "gs.cn", + "gx.cn", + "gz.cn", + "ha.cn", + "hb.cn", + "he.cn", + "hi.cn", + "hk.cn", + "hl.cn", + "hn.cn", + "jl.cn", + "js.cn", + "jx.cn", + "ln.cn", + "mo.cn", + "nm.cn", + "nx.cn", + "qh.cn", + "sc.cn", + "sd.cn", + "sh.cn", + "sn.cn", + "sx.cn", + "tj.cn", + "tw.cn", + "xj.cn", + "xz.cn", + "yn.cn", + "zj.cn", + "co", + "com.co", + "edu.co", + "gov.co", + "mil.co", + "net.co", + "nom.co", + "org.co", + "com", + "coop", + "cr", + "ac.cr", + "co.cr", + "ed.cr", + "fi.cr", + "go.cr", + "or.cr", + "sa.cr", + "cu", + "com.cu", + "edu.cu", + "gob.cu", + "inf.cu", + "nat.cu", + "net.cu", + "org.cu", + "cv", + "com.cv", + "edu.cv", + "id.cv", + "int.cv", + "net.cv", + "nome.cv", + "org.cv", + "publ.cv", + "cw", + "com.cw", + "edu.cw", + "net.cw", + "org.cw", + "cx", + "gov.cx", + "cy", + "ac.cy", + "biz.cy", + "com.cy", + "ekloges.cy", + "gov.cy", + "ltd.cy", + "mil.cy", + "net.cy", + "org.cy", + "press.cy", + "pro.cy", + "tm.cy", + "cz", + "de", + "dj", + "dk", + "dm", + "co.dm", + "com.dm", + "edu.dm", + "gov.dm", + "net.dm", + "org.dm", + "do", + "art.do", + "com.do", + "edu.do", + "gob.do", + "gov.do", + "mil.do", + "net.do", + "org.do", + "sld.do", + "web.do", + "dz", + "art.dz", + "asso.dz", + "com.dz", + "edu.dz", + "gov.dz", + "net.dz", + "org.dz", + "pol.dz", + "soc.dz", + "tm.dz", + "ec", + "com.ec", + "edu.ec", + "fin.ec", + "gob.ec", + "gov.ec", + "info.ec", + "k12.ec", + "med.ec", + "mil.ec", + "net.ec", + "org.ec", + "pro.ec", + "edu", + "ee", + "aip.ee", + "com.ee", + "edu.ee", + "fie.ee", + "gov.ee", + "lib.ee", + "med.ee", + "org.ee", + "pri.ee", + "riik.ee", + "eg", + "ac.eg", + "com.eg", + "edu.eg", + "eun.eg", + "gov.eg", + "info.eg", + "me.eg", + "mil.eg", + "name.eg", + "net.eg", + "org.eg", + "sci.eg", + "sport.eg", + "tv.eg", + "*.er", + "es", + "com.es", + "edu.es", + "gob.es", + "nom.es", + "org.es", + "et", + "biz.et", + "com.et", + "edu.et", + "gov.et", + "info.et", + "name.et", + "net.et", + "org.et", + "eu", + "fi", + "aland.fi", + "fj", + "ac.fj", + "biz.fj", + "com.fj", + "gov.fj", + "info.fj", + "mil.fj", + "name.fj", + "net.fj", + "org.fj", + "pro.fj", + "*.fk", + "fm", + "com.fm", + "edu.fm", + "net.fm", + "org.fm", + "fo", + "fr", + "asso.fr", + "com.fr", + "gouv.fr", + "nom.fr", + "prd.fr", + "tm.fr", + "avoues.fr", + "cci.fr", + "greta.fr", + "huissier-justice.fr", + "ga", + "gb", + "gd", + "edu.gd", + "gov.gd", + "ge", + "com.ge", + "edu.ge", + "gov.ge", + "net.ge", + "org.ge", + "pvt.ge", + "school.ge", + "gf", + "gg", + "co.gg", + "net.gg", + "org.gg", + "gh", + "com.gh", + "edu.gh", + "gov.gh", + "mil.gh", + "org.gh", + "gi", + "com.gi", + "edu.gi", + "gov.gi", + "ltd.gi", + "mod.gi", + "org.gi", + "gl", + "co.gl", + "com.gl", + "edu.gl", + "net.gl", + "org.gl", + "gm", + "gn", + "ac.gn", + "com.gn", + "edu.gn", + "gov.gn", + "net.gn", + "org.gn", + "gov", + "gp", + "asso.gp", + "com.gp", + "edu.gp", + "mobi.gp", + "net.gp", + "org.gp", + "gq", + "gr", + "com.gr", + "edu.gr", + "gov.gr", + "net.gr", + "org.gr", + "gs", + "gt", + "com.gt", + "edu.gt", + "gob.gt", + "ind.gt", + "mil.gt", + "net.gt", + "org.gt", + "gu", + "com.gu", + "edu.gu", + "gov.gu", + "guam.gu", + "info.gu", + "net.gu", + "org.gu", + "web.gu", + "gw", + "gy", + "co.gy", + "com.gy", + "edu.gy", + "gov.gy", + "net.gy", + "org.gy", + "hk", + "com.hk", + "edu.hk", + "gov.hk", + "idv.hk", + "net.hk", + "org.hk", + "个人.hk", + "個人.hk", + "公司.hk", + "政府.hk", + "敎育.hk", + "教育.hk", + "箇人.hk", + "組織.hk", + "組织.hk", + "網絡.hk", + "網络.hk", + "组織.hk", + "组织.hk", + "网絡.hk", + "网络.hk", + "hm", + "hn", + "com.hn", + "edu.hn", + "gob.hn", + "mil.hn", + "net.hn", + "org.hn", + "hr", + "com.hr", + "from.hr", + "iz.hr", + "name.hr", + "ht", + "adult.ht", + "art.ht", + "asso.ht", + "com.ht", + "coop.ht", + "edu.ht", + "firm.ht", + "gouv.ht", + "info.ht", + "med.ht", + "net.ht", + "org.ht", + "perso.ht", + "pol.ht", + "pro.ht", + "rel.ht", + "shop.ht", + "hu", + "2000.hu", + "agrar.hu", + "bolt.hu", + "casino.hu", + "city.hu", + "co.hu", + "erotica.hu", + "erotika.hu", + "film.hu", + "forum.hu", + "games.hu", + "hotel.hu", + "info.hu", + "ingatlan.hu", + "jogasz.hu", + "konyvelo.hu", + "lakas.hu", + "media.hu", + "news.hu", + "org.hu", + "priv.hu", + "reklam.hu", + "sex.hu", + "shop.hu", + "sport.hu", + "suli.hu", + "szex.hu", + "tm.hu", + "tozsde.hu", + "utazas.hu", + "video.hu", + "id", + "ac.id", + "biz.id", + "co.id", + "desa.id", + "go.id", + "mil.id", + "my.id", + "net.id", + "or.id", + "ponpes.id", + "sch.id", + "web.id", + "ie", + "gov.ie", + "il", + "ac.il", + "co.il", + "gov.il", + "idf.il", + "k12.il", + "muni.il", + "net.il", + "org.il", + "ישראל", + "אקדמיה.ישראל", + "ישוב.ישראל", + "צהל.ישראל", + "ממשל.ישראל", + "im", + "ac.im", + "co.im", + "ltd.co.im", + "plc.co.im", + "com.im", + "net.im", + "org.im", + "tt.im", + "tv.im", + "in", + "5g.in", + "6g.in", + "ac.in", + "ai.in", + "am.in", + "bihar.in", + "biz.in", + "business.in", + "ca.in", + "cn.in", + "co.in", + "com.in", + "coop.in", + "cs.in", + "delhi.in", + "dr.in", + "edu.in", + "er.in", + "firm.in", + "gen.in", + "gov.in", + "gujarat.in", + "ind.in", + "info.in", + "int.in", + "internet.in", + "io.in", + "me.in", + "mil.in", + "net.in", + "nic.in", + "org.in", + "pg.in", + "post.in", + "pro.in", + "res.in", + "travel.in", + "tv.in", + "uk.in", + "up.in", + "us.in", + "info", + "int", + "eu.int", + "io", + "co.io", + "com.io", + "edu.io", + "gov.io", + "mil.io", + "net.io", + "nom.io", + "org.io", + "iq", + "com.iq", + "edu.iq", + "gov.iq", + "mil.iq", + "net.iq", + "org.iq", + "ir", + "ac.ir", + "co.ir", + "gov.ir", + "id.ir", + "net.ir", + "org.ir", + "sch.ir", + "ایران.ir", + "ايران.ir", + "is", + "it", + "edu.it", + "gov.it", + "abr.it", + "abruzzo.it", + "aosta-valley.it", + "aostavalley.it", + "bas.it", + "basilicata.it", + "cal.it", + "calabria.it", + "cam.it", + "campania.it", + "emilia-romagna.it", + "emiliaromagna.it", + "emr.it", + "friuli-v-giulia.it", + "friuli-ve-giulia.it", + "friuli-vegiulia.it", + "friuli-venezia-giulia.it", + "friuli-veneziagiulia.it", + "friuli-vgiulia.it", + "friuliv-giulia.it", + "friulive-giulia.it", + "friulivegiulia.it", + "friulivenezia-giulia.it", + "friuliveneziagiulia.it", + "friulivgiulia.it", + "fvg.it", + "laz.it", + "lazio.it", + "lig.it", + "liguria.it", + "lom.it", + "lombardia.it", + "lombardy.it", + "lucania.it", + "mar.it", + "marche.it", + "mol.it", + "molise.it", + "piedmont.it", + "piemonte.it", + "pmn.it", + "pug.it", + "puglia.it", + "sar.it", + "sardegna.it", + "sardinia.it", + "sic.it", + "sicilia.it", + "sicily.it", + "taa.it", + "tos.it", + "toscana.it", + "trentin-sud-tirol.it", + "trentin-süd-tirol.it", + "trentin-sudtirol.it", + "trentin-südtirol.it", + "trentin-sued-tirol.it", + "trentin-suedtirol.it", + "trentino.it", + "trentino-a-adige.it", + "trentino-aadige.it", + "trentino-alto-adige.it", + "trentino-altoadige.it", + "trentino-s-tirol.it", + "trentino-stirol.it", + "trentino-sud-tirol.it", + "trentino-süd-tirol.it", + "trentino-sudtirol.it", + "trentino-südtirol.it", + "trentino-sued-tirol.it", + "trentino-suedtirol.it", + "trentinoa-adige.it", + "trentinoaadige.it", + "trentinoalto-adige.it", + "trentinoaltoadige.it", + "trentinos-tirol.it", + "trentinostirol.it", + "trentinosud-tirol.it", + "trentinosüd-tirol.it", + "trentinosudtirol.it", + "trentinosüdtirol.it", + "trentinosued-tirol.it", + "trentinosuedtirol.it", + "trentinsud-tirol.it", + "trentinsüd-tirol.it", + "trentinsudtirol.it", + "trentinsüdtirol.it", + "trentinsued-tirol.it", + "trentinsuedtirol.it", + "tuscany.it", + "umb.it", + "umbria.it", + "val-d-aosta.it", + "val-daosta.it", + "vald-aosta.it", + "valdaosta.it", + "valle-aosta.it", + "valle-d-aosta.it", + "valle-daosta.it", + "valleaosta.it", + "valled-aosta.it", + "valledaosta.it", + "vallee-aoste.it", + "vallée-aoste.it", + "vallee-d-aoste.it", + "vallée-d-aoste.it", + "valleeaoste.it", + "valléeaoste.it", + "valleedaoste.it", + "valléedaoste.it", + "vao.it", + "vda.it", + "ven.it", + "veneto.it", + "ag.it", + "agrigento.it", + "al.it", + "alessandria.it", + "alto-adige.it", + "altoadige.it", + "an.it", + "ancona.it", + "andria-barletta-trani.it", + "andria-trani-barletta.it", + "andriabarlettatrani.it", + "andriatranibarletta.it", + "ao.it", + "aosta.it", + "aoste.it", + "ap.it", + "aq.it", + "aquila.it", + "ar.it", + "arezzo.it", + "ascoli-piceno.it", + "ascolipiceno.it", + "asti.it", + "at.it", + "av.it", + "avellino.it", + "ba.it", + "balsan.it", + "balsan-sudtirol.it", + "balsan-südtirol.it", + "balsan-suedtirol.it", + "bari.it", + "barletta-trani-andria.it", + "barlettatraniandria.it", + "belluno.it", + "benevento.it", + "bergamo.it", + "bg.it", + "bi.it", + "biella.it", + "bl.it", + "bn.it", + "bo.it", + "bologna.it", + "bolzano.it", + "bolzano-altoadige.it", + "bozen.it", + "bozen-sudtirol.it", + "bozen-südtirol.it", + "bozen-suedtirol.it", + "br.it", + "brescia.it", + "brindisi.it", + "bs.it", + "bt.it", + "bulsan.it", + "bulsan-sudtirol.it", + "bulsan-südtirol.it", + "bulsan-suedtirol.it", + "bz.it", + "ca.it", + "cagliari.it", + "caltanissetta.it", + "campidano-medio.it", + "campidanomedio.it", + "campobasso.it", + "carbonia-iglesias.it", + "carboniaiglesias.it", + "carrara-massa.it", + "carraramassa.it", + "caserta.it", + "catania.it", + "catanzaro.it", + "cb.it", + "ce.it", + "cesena-forli.it", + "cesena-forlì.it", + "cesenaforli.it", + "cesenaforlì.it", + "ch.it", + "chieti.it", + "ci.it", + "cl.it", + "cn.it", + "co.it", + "como.it", + "cosenza.it", + "cr.it", + "cremona.it", + "crotone.it", + "cs.it", + "ct.it", + "cuneo.it", + "cz.it", + "dell-ogliastra.it", + "dellogliastra.it", + "en.it", + "enna.it", + "fc.it", + "fe.it", + "fermo.it", + "ferrara.it", + "fg.it", + "fi.it", + "firenze.it", + "florence.it", + "fm.it", + "foggia.it", + "forli-cesena.it", + "forlì-cesena.it", + "forlicesena.it", + "forlìcesena.it", + "fr.it", + "frosinone.it", + "ge.it", + "genoa.it", + "genova.it", + "go.it", + "gorizia.it", + "gr.it", + "grosseto.it", + "iglesias-carbonia.it", + "iglesiascarbonia.it", + "im.it", + "imperia.it", + "is.it", + "isernia.it", + "kr.it", + "la-spezia.it", + "laquila.it", + "laspezia.it", + "latina.it", + "lc.it", + "le.it", + "lecce.it", + "lecco.it", + "li.it", + "livorno.it", + "lo.it", + "lodi.it", + "lt.it", + "lu.it", + "lucca.it", + "macerata.it", + "mantova.it", + "massa-carrara.it", + "massacarrara.it", + "matera.it", + "mb.it", + "mc.it", + "me.it", + "medio-campidano.it", + "mediocampidano.it", + "messina.it", + "mi.it", + "milan.it", + "milano.it", + "mn.it", + "mo.it", + "modena.it", + "monza.it", + "monza-brianza.it", + "monza-e-della-brianza.it", + "monzabrianza.it", + "monzaebrianza.it", + "monzaedellabrianza.it", + "ms.it", + "mt.it", + "na.it", + "naples.it", + "napoli.it", + "no.it", + "novara.it", + "nu.it", + "nuoro.it", + "og.it", + "ogliastra.it", + "olbia-tempio.it", + "olbiatempio.it", + "or.it", + "oristano.it", + "ot.it", + "pa.it", + "padova.it", + "padua.it", + "palermo.it", + "parma.it", + "pavia.it", + "pc.it", + "pd.it", + "pe.it", + "perugia.it", + "pesaro-urbino.it", + "pesarourbino.it", + "pescara.it", + "pg.it", + "pi.it", + "piacenza.it", + "pisa.it", + "pistoia.it", + "pn.it", + "po.it", + "pordenone.it", + "potenza.it", + "pr.it", + "prato.it", + "pt.it", + "pu.it", + "pv.it", + "pz.it", + "ra.it", + "ragusa.it", + "ravenna.it", + "rc.it", + "re.it", + "reggio-calabria.it", + "reggio-emilia.it", + "reggiocalabria.it", + "reggioemilia.it", + "rg.it", + "ri.it", + "rieti.it", + "rimini.it", + "rm.it", + "rn.it", + "ro.it", + "roma.it", + "rome.it", + "rovigo.it", + "sa.it", + "salerno.it", + "sassari.it", + "savona.it", + "si.it", + "siena.it", + "siracusa.it", + "so.it", + "sondrio.it", + "sp.it", + "sr.it", + "ss.it", + "südtirol.it", + "suedtirol.it", + "sv.it", + "ta.it", + "taranto.it", + "te.it", + "tempio-olbia.it", + "tempioolbia.it", + "teramo.it", + "terni.it", + "tn.it", + "to.it", + "torino.it", + "tp.it", + "tr.it", + "trani-andria-barletta.it", + "trani-barletta-andria.it", + "traniandriabarletta.it", + "tranibarlettaandria.it", + "trapani.it", + "trento.it", + "treviso.it", + "trieste.it", + "ts.it", + "turin.it", + "tv.it", + "ud.it", + "udine.it", + "urbino-pesaro.it", + "urbinopesaro.it", + "va.it", + "varese.it", + "vb.it", + "vc.it", + "ve.it", + "venezia.it", + "venice.it", + "verbania.it", + "vercelli.it", + "verona.it", + "vi.it", + "vibo-valentia.it", + "vibovalentia.it", + "vicenza.it", + "viterbo.it", + "vr.it", + "vs.it", + "vt.it", + "vv.it", + "je", + "co.je", + "net.je", + "org.je", + "*.jm", + "jo", + "agri.jo", + "ai.jo", + "com.jo", + "edu.jo", + "eng.jo", + "fm.jo", + "gov.jo", + "mil.jo", + "net.jo", + "org.jo", + "per.jo", + "phd.jo", + "sch.jo", + "tv.jo", + "jobs", + "jp", + "ac.jp", + "ad.jp", + "co.jp", + "ed.jp", + "go.jp", + "gr.jp", + "lg.jp", + "ne.jp", + "or.jp", + "aichi.jp", + "akita.jp", + "aomori.jp", + "chiba.jp", + "ehime.jp", + "fukui.jp", + "fukuoka.jp", + "fukushima.jp", + "gifu.jp", + "gunma.jp", + "hiroshima.jp", + "hokkaido.jp", + "hyogo.jp", + "ibaraki.jp", + "ishikawa.jp", + "iwate.jp", + "kagawa.jp", + "kagoshima.jp", + "kanagawa.jp", + "kochi.jp", + "kumamoto.jp", + "kyoto.jp", + "mie.jp", + "miyagi.jp", + "miyazaki.jp", + "nagano.jp", + "nagasaki.jp", + "nara.jp", + "niigata.jp", + "oita.jp", + "okayama.jp", + "okinawa.jp", + "osaka.jp", + "saga.jp", + "saitama.jp", + "shiga.jp", + "shimane.jp", + "shizuoka.jp", + "tochigi.jp", + "tokushima.jp", + "tokyo.jp", + "tottori.jp", + "toyama.jp", + "wakayama.jp", + "yamagata.jp", + "yamaguchi.jp", + "yamanashi.jp", + "三重.jp", + "京都.jp", + "佐賀.jp", + "兵庫.jp", + "北海道.jp", + "千葉.jp", + "和歌山.jp", + "埼玉.jp", + "大分.jp", + "大阪.jp", + "奈良.jp", + "宮城.jp", + "宮崎.jp", + "富山.jp", + "山口.jp", + "山形.jp", + "山梨.jp", + "岐阜.jp", + "岡山.jp", + "岩手.jp", + "島根.jp", + "広島.jp", + "徳島.jp", + "愛媛.jp", + "愛知.jp", + "新潟.jp", + "東京.jp", + "栃木.jp", + "沖縄.jp", + "滋賀.jp", + "熊本.jp", + "石川.jp", + "神奈川.jp", + "福井.jp", + "福岡.jp", + "福島.jp", + "秋田.jp", + "群馬.jp", + "茨城.jp", + "長崎.jp", + "長野.jp", + "青森.jp", + "静岡.jp", + "香川.jp", + "高知.jp", + "鳥取.jp", + "鹿児島.jp", + "*.kawasaki.jp", + "!city.kawasaki.jp", + "*.kitakyushu.jp", + "!city.kitakyushu.jp", + "*.kobe.jp", + "!city.kobe.jp", + "*.nagoya.jp", + "!city.nagoya.jp", + "*.sapporo.jp", + "!city.sapporo.jp", + "*.sendai.jp", + "!city.sendai.jp", + "*.yokohama.jp", + "!city.yokohama.jp", + "aisai.aichi.jp", + "ama.aichi.jp", + "anjo.aichi.jp", + "asuke.aichi.jp", + "chiryu.aichi.jp", + "chita.aichi.jp", + "fuso.aichi.jp", + "gamagori.aichi.jp", + "handa.aichi.jp", + "hazu.aichi.jp", + "hekinan.aichi.jp", + "higashiura.aichi.jp", + "ichinomiya.aichi.jp", + "inazawa.aichi.jp", + "inuyama.aichi.jp", + "isshiki.aichi.jp", + "iwakura.aichi.jp", + "kanie.aichi.jp", + "kariya.aichi.jp", + "kasugai.aichi.jp", + "kira.aichi.jp", + "kiyosu.aichi.jp", + "komaki.aichi.jp", + "konan.aichi.jp", + "kota.aichi.jp", + "mihama.aichi.jp", + "miyoshi.aichi.jp", + "nishio.aichi.jp", + "nisshin.aichi.jp", + "obu.aichi.jp", + "oguchi.aichi.jp", + "oharu.aichi.jp", + "okazaki.aichi.jp", + "owariasahi.aichi.jp", + "seto.aichi.jp", + "shikatsu.aichi.jp", + "shinshiro.aichi.jp", + "shitara.aichi.jp", + "tahara.aichi.jp", + "takahama.aichi.jp", + "tobishima.aichi.jp", + "toei.aichi.jp", + "togo.aichi.jp", + "tokai.aichi.jp", + "tokoname.aichi.jp", + "toyoake.aichi.jp", + "toyohashi.aichi.jp", + "toyokawa.aichi.jp", + "toyone.aichi.jp", + "toyota.aichi.jp", + "tsushima.aichi.jp", + "yatomi.aichi.jp", + "akita.akita.jp", + "daisen.akita.jp", + "fujisato.akita.jp", + "gojome.akita.jp", + "hachirogata.akita.jp", + "happou.akita.jp", + "higashinaruse.akita.jp", + "honjo.akita.jp", + "honjyo.akita.jp", + "ikawa.akita.jp", + "kamikoani.akita.jp", + "kamioka.akita.jp", + "katagami.akita.jp", + "kazuno.akita.jp", + "kitaakita.akita.jp", + "kosaka.akita.jp", + "kyowa.akita.jp", + "misato.akita.jp", + "mitane.akita.jp", + "moriyoshi.akita.jp", + "nikaho.akita.jp", + "noshiro.akita.jp", + "odate.akita.jp", + "oga.akita.jp", + "ogata.akita.jp", + "semboku.akita.jp", + "yokote.akita.jp", + "yurihonjo.akita.jp", + "aomori.aomori.jp", + "gonohe.aomori.jp", + "hachinohe.aomori.jp", + "hashikami.aomori.jp", + "hiranai.aomori.jp", + "hirosaki.aomori.jp", + "itayanagi.aomori.jp", + "kuroishi.aomori.jp", + "misawa.aomori.jp", + "mutsu.aomori.jp", + "nakadomari.aomori.jp", + "noheji.aomori.jp", + "oirase.aomori.jp", + "owani.aomori.jp", + "rokunohe.aomori.jp", + "sannohe.aomori.jp", + "shichinohe.aomori.jp", + "shingo.aomori.jp", + "takko.aomori.jp", + "towada.aomori.jp", + "tsugaru.aomori.jp", + "tsuruta.aomori.jp", + "abiko.chiba.jp", + "asahi.chiba.jp", + "chonan.chiba.jp", + "chosei.chiba.jp", + "choshi.chiba.jp", + "chuo.chiba.jp", + "funabashi.chiba.jp", + "futtsu.chiba.jp", + "hanamigawa.chiba.jp", + "ichihara.chiba.jp", + "ichikawa.chiba.jp", + "ichinomiya.chiba.jp", + "inzai.chiba.jp", + "isumi.chiba.jp", + "kamagaya.chiba.jp", + "kamogawa.chiba.jp", + "kashiwa.chiba.jp", + "katori.chiba.jp", + "katsuura.chiba.jp", + "kimitsu.chiba.jp", + "kisarazu.chiba.jp", + "kozaki.chiba.jp", + "kujukuri.chiba.jp", + "kyonan.chiba.jp", + "matsudo.chiba.jp", + "midori.chiba.jp", + "mihama.chiba.jp", + "minamiboso.chiba.jp", + "mobara.chiba.jp", + "mutsuzawa.chiba.jp", + "nagara.chiba.jp", + "nagareyama.chiba.jp", + "narashino.chiba.jp", + "narita.chiba.jp", + "noda.chiba.jp", + "oamishirasato.chiba.jp", + "omigawa.chiba.jp", + "onjuku.chiba.jp", + "otaki.chiba.jp", + "sakae.chiba.jp", + "sakura.chiba.jp", + "shimofusa.chiba.jp", + "shirako.chiba.jp", + "shiroi.chiba.jp", + "shisui.chiba.jp", + "sodegaura.chiba.jp", + "sosa.chiba.jp", + "tako.chiba.jp", + "tateyama.chiba.jp", + "togane.chiba.jp", + "tohnosho.chiba.jp", + "tomisato.chiba.jp", + "urayasu.chiba.jp", + "yachimata.chiba.jp", + "yachiyo.chiba.jp", + "yokaichiba.chiba.jp", + "yokoshibahikari.chiba.jp", + "yotsukaido.chiba.jp", + "ainan.ehime.jp", + "honai.ehime.jp", + "ikata.ehime.jp", + "imabari.ehime.jp", + "iyo.ehime.jp", + "kamijima.ehime.jp", + "kihoku.ehime.jp", + "kumakogen.ehime.jp", + "masaki.ehime.jp", + "matsuno.ehime.jp", + "matsuyama.ehime.jp", + "namikata.ehime.jp", + "niihama.ehime.jp", + "ozu.ehime.jp", + "saijo.ehime.jp", + "seiyo.ehime.jp", + "shikokuchuo.ehime.jp", + "tobe.ehime.jp", + "toon.ehime.jp", + "uchiko.ehime.jp", + "uwajima.ehime.jp", + "yawatahama.ehime.jp", + "echizen.fukui.jp", + "eiheiji.fukui.jp", + "fukui.fukui.jp", + "ikeda.fukui.jp", + "katsuyama.fukui.jp", + "mihama.fukui.jp", + "minamiechizen.fukui.jp", + "obama.fukui.jp", + "ohi.fukui.jp", + "ono.fukui.jp", + "sabae.fukui.jp", + "sakai.fukui.jp", + "takahama.fukui.jp", + "tsuruga.fukui.jp", + "wakasa.fukui.jp", + "ashiya.fukuoka.jp", + "buzen.fukuoka.jp", + "chikugo.fukuoka.jp", + "chikuho.fukuoka.jp", + "chikujo.fukuoka.jp", + "chikushino.fukuoka.jp", + "chikuzen.fukuoka.jp", + "chuo.fukuoka.jp", + "dazaifu.fukuoka.jp", + "fukuchi.fukuoka.jp", + "hakata.fukuoka.jp", + "higashi.fukuoka.jp", + "hirokawa.fukuoka.jp", + "hisayama.fukuoka.jp", + "iizuka.fukuoka.jp", + "inatsuki.fukuoka.jp", + "kaho.fukuoka.jp", + "kasuga.fukuoka.jp", + "kasuya.fukuoka.jp", + "kawara.fukuoka.jp", + "keisen.fukuoka.jp", + "koga.fukuoka.jp", + "kurate.fukuoka.jp", + "kurogi.fukuoka.jp", + "kurume.fukuoka.jp", + "minami.fukuoka.jp", + "miyako.fukuoka.jp", + "miyama.fukuoka.jp", + "miyawaka.fukuoka.jp", + "mizumaki.fukuoka.jp", + "munakata.fukuoka.jp", + "nakagawa.fukuoka.jp", + "nakama.fukuoka.jp", + "nishi.fukuoka.jp", + "nogata.fukuoka.jp", + "ogori.fukuoka.jp", + "okagaki.fukuoka.jp", + "okawa.fukuoka.jp", + "oki.fukuoka.jp", + "omuta.fukuoka.jp", + "onga.fukuoka.jp", + "onojo.fukuoka.jp", + "oto.fukuoka.jp", + "saigawa.fukuoka.jp", + "sasaguri.fukuoka.jp", + "shingu.fukuoka.jp", + "shinyoshitomi.fukuoka.jp", + "shonai.fukuoka.jp", + "soeda.fukuoka.jp", + "sue.fukuoka.jp", + "tachiarai.fukuoka.jp", + "tagawa.fukuoka.jp", + "takata.fukuoka.jp", + "toho.fukuoka.jp", + "toyotsu.fukuoka.jp", + "tsuiki.fukuoka.jp", + "ukiha.fukuoka.jp", + "umi.fukuoka.jp", + "usui.fukuoka.jp", + "yamada.fukuoka.jp", + "yame.fukuoka.jp", + "yanagawa.fukuoka.jp", + "yukuhashi.fukuoka.jp", + "aizubange.fukushima.jp", + "aizumisato.fukushima.jp", + "aizuwakamatsu.fukushima.jp", + "asakawa.fukushima.jp", + "bandai.fukushima.jp", + "date.fukushima.jp", + "fukushima.fukushima.jp", + "furudono.fukushima.jp", + "futaba.fukushima.jp", + "hanawa.fukushima.jp", + "higashi.fukushima.jp", + "hirata.fukushima.jp", + "hirono.fukushima.jp", + "iitate.fukushima.jp", + "inawashiro.fukushima.jp", + "ishikawa.fukushima.jp", + "iwaki.fukushima.jp", + "izumizaki.fukushima.jp", + "kagamiishi.fukushima.jp", + "kaneyama.fukushima.jp", + "kawamata.fukushima.jp", + "kitakata.fukushima.jp", + "kitashiobara.fukushima.jp", + "koori.fukushima.jp", + "koriyama.fukushima.jp", + "kunimi.fukushima.jp", + "miharu.fukushima.jp", + "mishima.fukushima.jp", + "namie.fukushima.jp", + "nango.fukushima.jp", + "nishiaizu.fukushima.jp", + "nishigo.fukushima.jp", + "okuma.fukushima.jp", + "omotego.fukushima.jp", + "ono.fukushima.jp", + "otama.fukushima.jp", + "samegawa.fukushima.jp", + "shimogo.fukushima.jp", + "shirakawa.fukushima.jp", + "showa.fukushima.jp", + "soma.fukushima.jp", + "sukagawa.fukushima.jp", + "taishin.fukushima.jp", + "tamakawa.fukushima.jp", + "tanagura.fukushima.jp", + "tenei.fukushima.jp", + "yabuki.fukushima.jp", + "yamato.fukushima.jp", + "yamatsuri.fukushima.jp", + "yanaizu.fukushima.jp", + "yugawa.fukushima.jp", + "anpachi.gifu.jp", + "ena.gifu.jp", + "gifu.gifu.jp", + "ginan.gifu.jp", + "godo.gifu.jp", + "gujo.gifu.jp", + "hashima.gifu.jp", + "hichiso.gifu.jp", + "hida.gifu.jp", + "higashishirakawa.gifu.jp", + "ibigawa.gifu.jp", + "ikeda.gifu.jp", + "kakamigahara.gifu.jp", + "kani.gifu.jp", + "kasahara.gifu.jp", + "kasamatsu.gifu.jp", + "kawaue.gifu.jp", + "kitagata.gifu.jp", + "mino.gifu.jp", + "minokamo.gifu.jp", + "mitake.gifu.jp", + "mizunami.gifu.jp", + "motosu.gifu.jp", + "nakatsugawa.gifu.jp", + "ogaki.gifu.jp", + "sakahogi.gifu.jp", + "seki.gifu.jp", + "sekigahara.gifu.jp", + "shirakawa.gifu.jp", + "tajimi.gifu.jp", + "takayama.gifu.jp", + "tarui.gifu.jp", + "toki.gifu.jp", + "tomika.gifu.jp", + "wanouchi.gifu.jp", + "yamagata.gifu.jp", + "yaotsu.gifu.jp", + "yoro.gifu.jp", + "annaka.gunma.jp", + "chiyoda.gunma.jp", + "fujioka.gunma.jp", + "higashiagatsuma.gunma.jp", + "isesaki.gunma.jp", + "itakura.gunma.jp", + "kanna.gunma.jp", + "kanra.gunma.jp", + "katashina.gunma.jp", + "kawaba.gunma.jp", + "kiryu.gunma.jp", + "kusatsu.gunma.jp", + "maebashi.gunma.jp", + "meiwa.gunma.jp", + "midori.gunma.jp", + "minakami.gunma.jp", + "naganohara.gunma.jp", + "nakanojo.gunma.jp", + "nanmoku.gunma.jp", + "numata.gunma.jp", + "oizumi.gunma.jp", + "ora.gunma.jp", + "ota.gunma.jp", + "shibukawa.gunma.jp", + "shimonita.gunma.jp", + "shinto.gunma.jp", + "showa.gunma.jp", + "takasaki.gunma.jp", + "takayama.gunma.jp", + "tamamura.gunma.jp", + "tatebayashi.gunma.jp", + "tomioka.gunma.jp", + "tsukiyono.gunma.jp", + "tsumagoi.gunma.jp", + "ueno.gunma.jp", + "yoshioka.gunma.jp", + "asaminami.hiroshima.jp", + "daiwa.hiroshima.jp", + "etajima.hiroshima.jp", + "fuchu.hiroshima.jp", + "fukuyama.hiroshima.jp", + "hatsukaichi.hiroshima.jp", + "higashihiroshima.hiroshima.jp", + "hongo.hiroshima.jp", + "jinsekikogen.hiroshima.jp", + "kaita.hiroshima.jp", + "kui.hiroshima.jp", + "kumano.hiroshima.jp", + "kure.hiroshima.jp", + "mihara.hiroshima.jp", + "miyoshi.hiroshima.jp", + "naka.hiroshima.jp", + "onomichi.hiroshima.jp", + "osakikamijima.hiroshima.jp", + "otake.hiroshima.jp", + "saka.hiroshima.jp", + "sera.hiroshima.jp", + "seranishi.hiroshima.jp", + "shinichi.hiroshima.jp", + "shobara.hiroshima.jp", + "takehara.hiroshima.jp", + "abashiri.hokkaido.jp", + "abira.hokkaido.jp", + "aibetsu.hokkaido.jp", + "akabira.hokkaido.jp", + "akkeshi.hokkaido.jp", + "asahikawa.hokkaido.jp", + "ashibetsu.hokkaido.jp", + "ashoro.hokkaido.jp", + "assabu.hokkaido.jp", + "atsuma.hokkaido.jp", + "bibai.hokkaido.jp", + "biei.hokkaido.jp", + "bifuka.hokkaido.jp", + "bihoro.hokkaido.jp", + "biratori.hokkaido.jp", + "chippubetsu.hokkaido.jp", + "chitose.hokkaido.jp", + "date.hokkaido.jp", + "ebetsu.hokkaido.jp", + "embetsu.hokkaido.jp", + "eniwa.hokkaido.jp", + "erimo.hokkaido.jp", + "esan.hokkaido.jp", + "esashi.hokkaido.jp", + "fukagawa.hokkaido.jp", + "fukushima.hokkaido.jp", + "furano.hokkaido.jp", + "furubira.hokkaido.jp", + "haboro.hokkaido.jp", + "hakodate.hokkaido.jp", + "hamatonbetsu.hokkaido.jp", + "hidaka.hokkaido.jp", + "higashikagura.hokkaido.jp", + "higashikawa.hokkaido.jp", + "hiroo.hokkaido.jp", + "hokuryu.hokkaido.jp", + "hokuto.hokkaido.jp", + "honbetsu.hokkaido.jp", + "horokanai.hokkaido.jp", + "horonobe.hokkaido.jp", + "ikeda.hokkaido.jp", + "imakane.hokkaido.jp", + "ishikari.hokkaido.jp", + "iwamizawa.hokkaido.jp", + "iwanai.hokkaido.jp", + "kamifurano.hokkaido.jp", + "kamikawa.hokkaido.jp", + "kamishihoro.hokkaido.jp", + "kamisunagawa.hokkaido.jp", + "kamoenai.hokkaido.jp", + "kayabe.hokkaido.jp", + "kembuchi.hokkaido.jp", + "kikonai.hokkaido.jp", + "kimobetsu.hokkaido.jp", + "kitahiroshima.hokkaido.jp", + "kitami.hokkaido.jp", + "kiyosato.hokkaido.jp", + "koshimizu.hokkaido.jp", + "kunneppu.hokkaido.jp", + "kuriyama.hokkaido.jp", + "kuromatsunai.hokkaido.jp", + "kushiro.hokkaido.jp", + "kutchan.hokkaido.jp", + "kyowa.hokkaido.jp", + "mashike.hokkaido.jp", + "matsumae.hokkaido.jp", + "mikasa.hokkaido.jp", + "minamifurano.hokkaido.jp", + "mombetsu.hokkaido.jp", + "moseushi.hokkaido.jp", + "mukawa.hokkaido.jp", + "muroran.hokkaido.jp", + "naie.hokkaido.jp", + "nakagawa.hokkaido.jp", + "nakasatsunai.hokkaido.jp", + "nakatombetsu.hokkaido.jp", + "nanae.hokkaido.jp", + "nanporo.hokkaido.jp", + "nayoro.hokkaido.jp", + "nemuro.hokkaido.jp", + "niikappu.hokkaido.jp", + "niki.hokkaido.jp", + "nishiokoppe.hokkaido.jp", + "noboribetsu.hokkaido.jp", + "numata.hokkaido.jp", + "obihiro.hokkaido.jp", + "obira.hokkaido.jp", + "oketo.hokkaido.jp", + "okoppe.hokkaido.jp", + "otaru.hokkaido.jp", + "otobe.hokkaido.jp", + "otofuke.hokkaido.jp", + "otoineppu.hokkaido.jp", + "oumu.hokkaido.jp", + "ozora.hokkaido.jp", + "pippu.hokkaido.jp", + "rankoshi.hokkaido.jp", + "rebun.hokkaido.jp", + "rikubetsu.hokkaido.jp", + "rishiri.hokkaido.jp", + "rishirifuji.hokkaido.jp", + "saroma.hokkaido.jp", + "sarufutsu.hokkaido.jp", + "shakotan.hokkaido.jp", + "shari.hokkaido.jp", + "shibecha.hokkaido.jp", + "shibetsu.hokkaido.jp", + "shikabe.hokkaido.jp", + "shikaoi.hokkaido.jp", + "shimamaki.hokkaido.jp", + "shimizu.hokkaido.jp", + "shimokawa.hokkaido.jp", + "shinshinotsu.hokkaido.jp", + "shintoku.hokkaido.jp", + "shiranuka.hokkaido.jp", + "shiraoi.hokkaido.jp", + "shiriuchi.hokkaido.jp", + "sobetsu.hokkaido.jp", + "sunagawa.hokkaido.jp", + "taiki.hokkaido.jp", + "takasu.hokkaido.jp", + "takikawa.hokkaido.jp", + "takinoue.hokkaido.jp", + "teshikaga.hokkaido.jp", + "tobetsu.hokkaido.jp", + "tohma.hokkaido.jp", + "tomakomai.hokkaido.jp", + "tomari.hokkaido.jp", + "toya.hokkaido.jp", + "toyako.hokkaido.jp", + "toyotomi.hokkaido.jp", + "toyoura.hokkaido.jp", + "tsubetsu.hokkaido.jp", + "tsukigata.hokkaido.jp", + "urakawa.hokkaido.jp", + "urausu.hokkaido.jp", + "uryu.hokkaido.jp", + "utashinai.hokkaido.jp", + "wakkanai.hokkaido.jp", + "wassamu.hokkaido.jp", + "yakumo.hokkaido.jp", + "yoichi.hokkaido.jp", + "aioi.hyogo.jp", + "akashi.hyogo.jp", + "ako.hyogo.jp", + "amagasaki.hyogo.jp", + "aogaki.hyogo.jp", + "asago.hyogo.jp", + "ashiya.hyogo.jp", + "awaji.hyogo.jp", + "fukusaki.hyogo.jp", + "goshiki.hyogo.jp", + "harima.hyogo.jp", + "himeji.hyogo.jp", + "ichikawa.hyogo.jp", + "inagawa.hyogo.jp", + "itami.hyogo.jp", + "kakogawa.hyogo.jp", + "kamigori.hyogo.jp", + "kamikawa.hyogo.jp", + "kasai.hyogo.jp", + "kasuga.hyogo.jp", + "kawanishi.hyogo.jp", + "miki.hyogo.jp", + "minamiawaji.hyogo.jp", + "nishinomiya.hyogo.jp", + "nishiwaki.hyogo.jp", + "ono.hyogo.jp", + "sanda.hyogo.jp", + "sannan.hyogo.jp", + "sasayama.hyogo.jp", + "sayo.hyogo.jp", + "shingu.hyogo.jp", + "shinonsen.hyogo.jp", + "shiso.hyogo.jp", + "sumoto.hyogo.jp", + "taishi.hyogo.jp", + "taka.hyogo.jp", + "takarazuka.hyogo.jp", + "takasago.hyogo.jp", + "takino.hyogo.jp", + "tamba.hyogo.jp", + "tatsuno.hyogo.jp", + "toyooka.hyogo.jp", + "yabu.hyogo.jp", + "yashiro.hyogo.jp", + "yoka.hyogo.jp", + "yokawa.hyogo.jp", + "ami.ibaraki.jp", + "asahi.ibaraki.jp", + "bando.ibaraki.jp", + "chikusei.ibaraki.jp", + "daigo.ibaraki.jp", + "fujishiro.ibaraki.jp", + "hitachi.ibaraki.jp", + "hitachinaka.ibaraki.jp", + "hitachiomiya.ibaraki.jp", + "hitachiota.ibaraki.jp", + "ibaraki.ibaraki.jp", + "ina.ibaraki.jp", + "inashiki.ibaraki.jp", + "itako.ibaraki.jp", + "iwama.ibaraki.jp", + "joso.ibaraki.jp", + "kamisu.ibaraki.jp", + "kasama.ibaraki.jp", + "kashima.ibaraki.jp", + "kasumigaura.ibaraki.jp", + "koga.ibaraki.jp", + "miho.ibaraki.jp", + "mito.ibaraki.jp", + "moriya.ibaraki.jp", + "naka.ibaraki.jp", + "namegata.ibaraki.jp", + "oarai.ibaraki.jp", + "ogawa.ibaraki.jp", + "omitama.ibaraki.jp", + "ryugasaki.ibaraki.jp", + "sakai.ibaraki.jp", + "sakuragawa.ibaraki.jp", + "shimodate.ibaraki.jp", + "shimotsuma.ibaraki.jp", + "shirosato.ibaraki.jp", + "sowa.ibaraki.jp", + "suifu.ibaraki.jp", + "takahagi.ibaraki.jp", + "tamatsukuri.ibaraki.jp", + "tokai.ibaraki.jp", + "tomobe.ibaraki.jp", + "tone.ibaraki.jp", + "toride.ibaraki.jp", + "tsuchiura.ibaraki.jp", + "tsukuba.ibaraki.jp", + "uchihara.ibaraki.jp", + "ushiku.ibaraki.jp", + "yachiyo.ibaraki.jp", + "yamagata.ibaraki.jp", + "yawara.ibaraki.jp", + "yuki.ibaraki.jp", + "anamizu.ishikawa.jp", + "hakui.ishikawa.jp", + "hakusan.ishikawa.jp", + "kaga.ishikawa.jp", + "kahoku.ishikawa.jp", + "kanazawa.ishikawa.jp", + "kawakita.ishikawa.jp", + "komatsu.ishikawa.jp", + "nakanoto.ishikawa.jp", + "nanao.ishikawa.jp", + "nomi.ishikawa.jp", + "nonoichi.ishikawa.jp", + "noto.ishikawa.jp", + "shika.ishikawa.jp", + "suzu.ishikawa.jp", + "tsubata.ishikawa.jp", + "tsurugi.ishikawa.jp", + "uchinada.ishikawa.jp", + "wajima.ishikawa.jp", + "fudai.iwate.jp", + "fujisawa.iwate.jp", + "hanamaki.iwate.jp", + "hiraizumi.iwate.jp", + "hirono.iwate.jp", + "ichinohe.iwate.jp", + "ichinoseki.iwate.jp", + "iwaizumi.iwate.jp", + "iwate.iwate.jp", + "joboji.iwate.jp", + "kamaishi.iwate.jp", + "kanegasaki.iwate.jp", + "karumai.iwate.jp", + "kawai.iwate.jp", + "kitakami.iwate.jp", + "kuji.iwate.jp", + "kunohe.iwate.jp", + "kuzumaki.iwate.jp", + "miyako.iwate.jp", + "mizusawa.iwate.jp", + "morioka.iwate.jp", + "ninohe.iwate.jp", + "noda.iwate.jp", + "ofunato.iwate.jp", + "oshu.iwate.jp", + "otsuchi.iwate.jp", + "rikuzentakata.iwate.jp", + "shiwa.iwate.jp", + "shizukuishi.iwate.jp", + "sumita.iwate.jp", + "tanohata.iwate.jp", + "tono.iwate.jp", + "yahaba.iwate.jp", + "yamada.iwate.jp", + "ayagawa.kagawa.jp", + "higashikagawa.kagawa.jp", + "kanonji.kagawa.jp", + "kotohira.kagawa.jp", + "manno.kagawa.jp", + "marugame.kagawa.jp", + "mitoyo.kagawa.jp", + "naoshima.kagawa.jp", + "sanuki.kagawa.jp", + "tadotsu.kagawa.jp", + "takamatsu.kagawa.jp", + "tonosho.kagawa.jp", + "uchinomi.kagawa.jp", + "utazu.kagawa.jp", + "zentsuji.kagawa.jp", + "akune.kagoshima.jp", + "amami.kagoshima.jp", + "hioki.kagoshima.jp", + "isa.kagoshima.jp", + "isen.kagoshima.jp", + "izumi.kagoshima.jp", + "kagoshima.kagoshima.jp", + "kanoya.kagoshima.jp", + "kawanabe.kagoshima.jp", + "kinko.kagoshima.jp", + "kouyama.kagoshima.jp", + "makurazaki.kagoshima.jp", + "matsumoto.kagoshima.jp", + "minamitane.kagoshima.jp", + "nakatane.kagoshima.jp", + "nishinoomote.kagoshima.jp", + "satsumasendai.kagoshima.jp", + "soo.kagoshima.jp", + "tarumizu.kagoshima.jp", + "yusui.kagoshima.jp", + "aikawa.kanagawa.jp", + "atsugi.kanagawa.jp", + "ayase.kanagawa.jp", + "chigasaki.kanagawa.jp", + "ebina.kanagawa.jp", + "fujisawa.kanagawa.jp", + "hadano.kanagawa.jp", + "hakone.kanagawa.jp", + "hiratsuka.kanagawa.jp", + "isehara.kanagawa.jp", + "kaisei.kanagawa.jp", + "kamakura.kanagawa.jp", + "kiyokawa.kanagawa.jp", + "matsuda.kanagawa.jp", + "minamiashigara.kanagawa.jp", + "miura.kanagawa.jp", + "nakai.kanagawa.jp", + "ninomiya.kanagawa.jp", + "odawara.kanagawa.jp", + "oi.kanagawa.jp", + "oiso.kanagawa.jp", + "sagamihara.kanagawa.jp", + "samukawa.kanagawa.jp", + "tsukui.kanagawa.jp", + "yamakita.kanagawa.jp", + "yamato.kanagawa.jp", + "yokosuka.kanagawa.jp", + "yugawara.kanagawa.jp", + "zama.kanagawa.jp", + "zushi.kanagawa.jp", + "aki.kochi.jp", + "geisei.kochi.jp", + "hidaka.kochi.jp", + "higashitsuno.kochi.jp", + "ino.kochi.jp", + "kagami.kochi.jp", + "kami.kochi.jp", + "kitagawa.kochi.jp", + "kochi.kochi.jp", + "mihara.kochi.jp", + "motoyama.kochi.jp", + "muroto.kochi.jp", + "nahari.kochi.jp", + "nakamura.kochi.jp", + "nankoku.kochi.jp", + "nishitosa.kochi.jp", + "niyodogawa.kochi.jp", + "ochi.kochi.jp", + "okawa.kochi.jp", + "otoyo.kochi.jp", + "otsuki.kochi.jp", + "sakawa.kochi.jp", + "sukumo.kochi.jp", + "susaki.kochi.jp", + "tosa.kochi.jp", + "tosashimizu.kochi.jp", + "toyo.kochi.jp", + "tsuno.kochi.jp", + "umaji.kochi.jp", + "yasuda.kochi.jp", + "yusuhara.kochi.jp", + "amakusa.kumamoto.jp", + "arao.kumamoto.jp", + "aso.kumamoto.jp", + "choyo.kumamoto.jp", + "gyokuto.kumamoto.jp", + "kamiamakusa.kumamoto.jp", + "kikuchi.kumamoto.jp", + "kumamoto.kumamoto.jp", + "mashiki.kumamoto.jp", + "mifune.kumamoto.jp", + "minamata.kumamoto.jp", + "minamioguni.kumamoto.jp", + "nagasu.kumamoto.jp", + "nishihara.kumamoto.jp", + "oguni.kumamoto.jp", + "ozu.kumamoto.jp", + "sumoto.kumamoto.jp", + "takamori.kumamoto.jp", + "uki.kumamoto.jp", + "uto.kumamoto.jp", + "yamaga.kumamoto.jp", + "yamato.kumamoto.jp", + "yatsushiro.kumamoto.jp", + "ayabe.kyoto.jp", + "fukuchiyama.kyoto.jp", + "higashiyama.kyoto.jp", + "ide.kyoto.jp", + "ine.kyoto.jp", + "joyo.kyoto.jp", + "kameoka.kyoto.jp", + "kamo.kyoto.jp", + "kita.kyoto.jp", + "kizu.kyoto.jp", + "kumiyama.kyoto.jp", + "kyotamba.kyoto.jp", + "kyotanabe.kyoto.jp", + "kyotango.kyoto.jp", + "maizuru.kyoto.jp", + "minami.kyoto.jp", + "minamiyamashiro.kyoto.jp", + "miyazu.kyoto.jp", + "muko.kyoto.jp", + "nagaokakyo.kyoto.jp", + "nakagyo.kyoto.jp", + "nantan.kyoto.jp", + "oyamazaki.kyoto.jp", + "sakyo.kyoto.jp", + "seika.kyoto.jp", + "tanabe.kyoto.jp", + "uji.kyoto.jp", + "ujitawara.kyoto.jp", + "wazuka.kyoto.jp", + "yamashina.kyoto.jp", + "yawata.kyoto.jp", + "asahi.mie.jp", + "inabe.mie.jp", + "ise.mie.jp", + "kameyama.mie.jp", + "kawagoe.mie.jp", + "kiho.mie.jp", + "kisosaki.mie.jp", + "kiwa.mie.jp", + "komono.mie.jp", + "kumano.mie.jp", + "kuwana.mie.jp", + "matsusaka.mie.jp", + "meiwa.mie.jp", + "mihama.mie.jp", + "minamiise.mie.jp", + "misugi.mie.jp", + "miyama.mie.jp", + "nabari.mie.jp", + "shima.mie.jp", + "suzuka.mie.jp", + "tado.mie.jp", + "taiki.mie.jp", + "taki.mie.jp", + "tamaki.mie.jp", + "toba.mie.jp", + "tsu.mie.jp", + "udono.mie.jp", + "ureshino.mie.jp", + "watarai.mie.jp", + "yokkaichi.mie.jp", + "furukawa.miyagi.jp", + "higashimatsushima.miyagi.jp", + "ishinomaki.miyagi.jp", + "iwanuma.miyagi.jp", + "kakuda.miyagi.jp", + "kami.miyagi.jp", + "kawasaki.miyagi.jp", + "marumori.miyagi.jp", + "matsushima.miyagi.jp", + "minamisanriku.miyagi.jp", + "misato.miyagi.jp", + "murata.miyagi.jp", + "natori.miyagi.jp", + "ogawara.miyagi.jp", + "ohira.miyagi.jp", + "onagawa.miyagi.jp", + "osaki.miyagi.jp", + "rifu.miyagi.jp", + "semine.miyagi.jp", + "shibata.miyagi.jp", + "shichikashuku.miyagi.jp", + "shikama.miyagi.jp", + "shiogama.miyagi.jp", + "shiroishi.miyagi.jp", + "tagajo.miyagi.jp", + "taiwa.miyagi.jp", + "tome.miyagi.jp", + "tomiya.miyagi.jp", + "wakuya.miyagi.jp", + "watari.miyagi.jp", + "yamamoto.miyagi.jp", + "zao.miyagi.jp", + "aya.miyazaki.jp", + "ebino.miyazaki.jp", + "gokase.miyazaki.jp", + "hyuga.miyazaki.jp", + "kadogawa.miyazaki.jp", + "kawaminami.miyazaki.jp", + "kijo.miyazaki.jp", + "kitagawa.miyazaki.jp", + "kitakata.miyazaki.jp", + "kitaura.miyazaki.jp", + "kobayashi.miyazaki.jp", + "kunitomi.miyazaki.jp", + "kushima.miyazaki.jp", + "mimata.miyazaki.jp", + "miyakonojo.miyazaki.jp", + "miyazaki.miyazaki.jp", + "morotsuka.miyazaki.jp", + "nichinan.miyazaki.jp", + "nishimera.miyazaki.jp", + "nobeoka.miyazaki.jp", + "saito.miyazaki.jp", + "shiiba.miyazaki.jp", + "shintomi.miyazaki.jp", + "takaharu.miyazaki.jp", + "takanabe.miyazaki.jp", + "takazaki.miyazaki.jp", + "tsuno.miyazaki.jp", + "achi.nagano.jp", + "agematsu.nagano.jp", + "anan.nagano.jp", + "aoki.nagano.jp", + "asahi.nagano.jp", + "azumino.nagano.jp", + "chikuhoku.nagano.jp", + "chikuma.nagano.jp", + "chino.nagano.jp", + "fujimi.nagano.jp", + "hakuba.nagano.jp", + "hara.nagano.jp", + "hiraya.nagano.jp", + "iida.nagano.jp", + "iijima.nagano.jp", + "iiyama.nagano.jp", + "iizuna.nagano.jp", + "ikeda.nagano.jp", + "ikusaka.nagano.jp", + "ina.nagano.jp", + "karuizawa.nagano.jp", + "kawakami.nagano.jp", + "kiso.nagano.jp", + "kisofukushima.nagano.jp", + "kitaaiki.nagano.jp", + "komagane.nagano.jp", + "komoro.nagano.jp", + "matsukawa.nagano.jp", + "matsumoto.nagano.jp", + "miasa.nagano.jp", + "minamiaiki.nagano.jp", + "minamimaki.nagano.jp", + "minamiminowa.nagano.jp", + "minowa.nagano.jp", + "miyada.nagano.jp", + "miyota.nagano.jp", + "mochizuki.nagano.jp", + "nagano.nagano.jp", + "nagawa.nagano.jp", + "nagiso.nagano.jp", + "nakagawa.nagano.jp", + "nakano.nagano.jp", + "nozawaonsen.nagano.jp", + "obuse.nagano.jp", + "ogawa.nagano.jp", + "okaya.nagano.jp", + "omachi.nagano.jp", + "omi.nagano.jp", + "ookuwa.nagano.jp", + "ooshika.nagano.jp", + "otaki.nagano.jp", + "otari.nagano.jp", + "sakae.nagano.jp", + "sakaki.nagano.jp", + "saku.nagano.jp", + "sakuho.nagano.jp", + "shimosuwa.nagano.jp", + "shinanomachi.nagano.jp", + "shiojiri.nagano.jp", + "suwa.nagano.jp", + "suzaka.nagano.jp", + "takagi.nagano.jp", + "takamori.nagano.jp", + "takayama.nagano.jp", + "tateshina.nagano.jp", + "tatsuno.nagano.jp", + "togakushi.nagano.jp", + "togura.nagano.jp", + "tomi.nagano.jp", + "ueda.nagano.jp", + "wada.nagano.jp", + "yamagata.nagano.jp", + "yamanouchi.nagano.jp", + "yasaka.nagano.jp", + "yasuoka.nagano.jp", + "chijiwa.nagasaki.jp", + "futsu.nagasaki.jp", + "goto.nagasaki.jp", + "hasami.nagasaki.jp", + "hirado.nagasaki.jp", + "iki.nagasaki.jp", + "isahaya.nagasaki.jp", + "kawatana.nagasaki.jp", + "kuchinotsu.nagasaki.jp", + "matsuura.nagasaki.jp", + "nagasaki.nagasaki.jp", + "obama.nagasaki.jp", + "omura.nagasaki.jp", + "oseto.nagasaki.jp", + "saikai.nagasaki.jp", + "sasebo.nagasaki.jp", + "seihi.nagasaki.jp", + "shimabara.nagasaki.jp", + "shinkamigoto.nagasaki.jp", + "togitsu.nagasaki.jp", + "tsushima.nagasaki.jp", + "unzen.nagasaki.jp", + "ando.nara.jp", + "gose.nara.jp", + "heguri.nara.jp", + "higashiyoshino.nara.jp", + "ikaruga.nara.jp", + "ikoma.nara.jp", + "kamikitayama.nara.jp", + "kanmaki.nara.jp", + "kashiba.nara.jp", + "kashihara.nara.jp", + "katsuragi.nara.jp", + "kawai.nara.jp", + "kawakami.nara.jp", + "kawanishi.nara.jp", + "koryo.nara.jp", + "kurotaki.nara.jp", + "mitsue.nara.jp", + "miyake.nara.jp", + "nara.nara.jp", + "nosegawa.nara.jp", + "oji.nara.jp", + "ouda.nara.jp", + "oyodo.nara.jp", + "sakurai.nara.jp", + "sango.nara.jp", + "shimoichi.nara.jp", + "shimokitayama.nara.jp", + "shinjo.nara.jp", + "soni.nara.jp", + "takatori.nara.jp", + "tawaramoto.nara.jp", + "tenkawa.nara.jp", + "tenri.nara.jp", + "uda.nara.jp", + "yamatokoriyama.nara.jp", + "yamatotakada.nara.jp", + "yamazoe.nara.jp", + "yoshino.nara.jp", + "aga.niigata.jp", + "agano.niigata.jp", + "gosen.niigata.jp", + "itoigawa.niigata.jp", + "izumozaki.niigata.jp", + "joetsu.niigata.jp", + "kamo.niigata.jp", + "kariwa.niigata.jp", + "kashiwazaki.niigata.jp", + "minamiuonuma.niigata.jp", + "mitsuke.niigata.jp", + "muika.niigata.jp", + "murakami.niigata.jp", + "myoko.niigata.jp", + "nagaoka.niigata.jp", + "niigata.niigata.jp", + "ojiya.niigata.jp", + "omi.niigata.jp", + "sado.niigata.jp", + "sanjo.niigata.jp", + "seiro.niigata.jp", + "seirou.niigata.jp", + "sekikawa.niigata.jp", + "shibata.niigata.jp", + "tagami.niigata.jp", + "tainai.niigata.jp", + "tochio.niigata.jp", + "tokamachi.niigata.jp", + "tsubame.niigata.jp", + "tsunan.niigata.jp", + "uonuma.niigata.jp", + "yahiko.niigata.jp", + "yoita.niigata.jp", + "yuzawa.niigata.jp", + "beppu.oita.jp", + "bungoono.oita.jp", + "bungotakada.oita.jp", + "hasama.oita.jp", + "hiji.oita.jp", + "himeshima.oita.jp", + "hita.oita.jp", + "kamitsue.oita.jp", + "kokonoe.oita.jp", + "kuju.oita.jp", + "kunisaki.oita.jp", + "kusu.oita.jp", + "oita.oita.jp", + "saiki.oita.jp", + "taketa.oita.jp", + "tsukumi.oita.jp", + "usa.oita.jp", + "usuki.oita.jp", + "yufu.oita.jp", + "akaiwa.okayama.jp", + "asakuchi.okayama.jp", + "bizen.okayama.jp", + "hayashima.okayama.jp", + "ibara.okayama.jp", + "kagamino.okayama.jp", + "kasaoka.okayama.jp", + "kibichuo.okayama.jp", + "kumenan.okayama.jp", + "kurashiki.okayama.jp", + "maniwa.okayama.jp", + "misaki.okayama.jp", + "nagi.okayama.jp", + "niimi.okayama.jp", + "nishiawakura.okayama.jp", + "okayama.okayama.jp", + "satosho.okayama.jp", + "setouchi.okayama.jp", + "shinjo.okayama.jp", + "shoo.okayama.jp", + "soja.okayama.jp", + "takahashi.okayama.jp", + "tamano.okayama.jp", + "tsuyama.okayama.jp", + "wake.okayama.jp", + "yakage.okayama.jp", + "aguni.okinawa.jp", + "ginowan.okinawa.jp", + "ginoza.okinawa.jp", + "gushikami.okinawa.jp", + "haebaru.okinawa.jp", + "higashi.okinawa.jp", + "hirara.okinawa.jp", + "iheya.okinawa.jp", + "ishigaki.okinawa.jp", + "ishikawa.okinawa.jp", + "itoman.okinawa.jp", + "izena.okinawa.jp", + "kadena.okinawa.jp", + "kin.okinawa.jp", + "kitadaito.okinawa.jp", + "kitanakagusuku.okinawa.jp", + "kumejima.okinawa.jp", + "kunigami.okinawa.jp", + "minamidaito.okinawa.jp", + "motobu.okinawa.jp", + "nago.okinawa.jp", + "naha.okinawa.jp", + "nakagusuku.okinawa.jp", + "nakijin.okinawa.jp", + "nanjo.okinawa.jp", + "nishihara.okinawa.jp", + "ogimi.okinawa.jp", + "okinawa.okinawa.jp", + "onna.okinawa.jp", + "shimoji.okinawa.jp", + "taketomi.okinawa.jp", + "tarama.okinawa.jp", + "tokashiki.okinawa.jp", + "tomigusuku.okinawa.jp", + "tonaki.okinawa.jp", + "urasoe.okinawa.jp", + "uruma.okinawa.jp", + "yaese.okinawa.jp", + "yomitan.okinawa.jp", + "yonabaru.okinawa.jp", + "yonaguni.okinawa.jp", + "zamami.okinawa.jp", + "abeno.osaka.jp", + "chihayaakasaka.osaka.jp", + "chuo.osaka.jp", + "daito.osaka.jp", + "fujiidera.osaka.jp", + "habikino.osaka.jp", + "hannan.osaka.jp", + "higashiosaka.osaka.jp", + "higashisumiyoshi.osaka.jp", + "higashiyodogawa.osaka.jp", + "hirakata.osaka.jp", + "ibaraki.osaka.jp", + "ikeda.osaka.jp", + "izumi.osaka.jp", + "izumiotsu.osaka.jp", + "izumisano.osaka.jp", + "kadoma.osaka.jp", + "kaizuka.osaka.jp", + "kanan.osaka.jp", + "kashiwara.osaka.jp", + "katano.osaka.jp", + "kawachinagano.osaka.jp", + "kishiwada.osaka.jp", + "kita.osaka.jp", + "kumatori.osaka.jp", + "matsubara.osaka.jp", + "minato.osaka.jp", + "minoh.osaka.jp", + "misaki.osaka.jp", + "moriguchi.osaka.jp", + "neyagawa.osaka.jp", + "nishi.osaka.jp", + "nose.osaka.jp", + "osakasayama.osaka.jp", + "sakai.osaka.jp", + "sayama.osaka.jp", + "sennan.osaka.jp", + "settsu.osaka.jp", + "shijonawate.osaka.jp", + "shimamoto.osaka.jp", + "suita.osaka.jp", + "tadaoka.osaka.jp", + "taishi.osaka.jp", + "tajiri.osaka.jp", + "takaishi.osaka.jp", + "takatsuki.osaka.jp", + "tondabayashi.osaka.jp", + "toyonaka.osaka.jp", + "toyono.osaka.jp", + "yao.osaka.jp", + "ariake.saga.jp", + "arita.saga.jp", + "fukudomi.saga.jp", + "genkai.saga.jp", + "hamatama.saga.jp", + "hizen.saga.jp", + "imari.saga.jp", + "kamimine.saga.jp", + "kanzaki.saga.jp", + "karatsu.saga.jp", + "kashima.saga.jp", + "kitagata.saga.jp", + "kitahata.saga.jp", + "kiyama.saga.jp", + "kouhoku.saga.jp", + "kyuragi.saga.jp", + "nishiarita.saga.jp", + "ogi.saga.jp", + "omachi.saga.jp", + "ouchi.saga.jp", + "saga.saga.jp", + "shiroishi.saga.jp", + "taku.saga.jp", + "tara.saga.jp", + "tosu.saga.jp", + "yoshinogari.saga.jp", + "arakawa.saitama.jp", + "asaka.saitama.jp", + "chichibu.saitama.jp", + "fujimi.saitama.jp", + "fujimino.saitama.jp", + "fukaya.saitama.jp", + "hanno.saitama.jp", + "hanyu.saitama.jp", + "hasuda.saitama.jp", + "hatogaya.saitama.jp", + "hatoyama.saitama.jp", + "hidaka.saitama.jp", + "higashichichibu.saitama.jp", + "higashimatsuyama.saitama.jp", + "honjo.saitama.jp", + "ina.saitama.jp", + "iruma.saitama.jp", + "iwatsuki.saitama.jp", + "kamiizumi.saitama.jp", + "kamikawa.saitama.jp", + "kamisato.saitama.jp", + "kasukabe.saitama.jp", + "kawagoe.saitama.jp", + "kawaguchi.saitama.jp", + "kawajima.saitama.jp", + "kazo.saitama.jp", + "kitamoto.saitama.jp", + "koshigaya.saitama.jp", + "kounosu.saitama.jp", + "kuki.saitama.jp", + "kumagaya.saitama.jp", + "matsubushi.saitama.jp", + "minano.saitama.jp", + "misato.saitama.jp", + "miyashiro.saitama.jp", + "miyoshi.saitama.jp", + "moroyama.saitama.jp", + "nagatoro.saitama.jp", + "namegawa.saitama.jp", + "niiza.saitama.jp", + "ogano.saitama.jp", + "ogawa.saitama.jp", + "ogose.saitama.jp", + "okegawa.saitama.jp", + "omiya.saitama.jp", + "otaki.saitama.jp", + "ranzan.saitama.jp", + "ryokami.saitama.jp", + "saitama.saitama.jp", + "sakado.saitama.jp", + "satte.saitama.jp", + "sayama.saitama.jp", + "shiki.saitama.jp", + "shiraoka.saitama.jp", + "soka.saitama.jp", + "sugito.saitama.jp", + "toda.saitama.jp", + "tokigawa.saitama.jp", + "tokorozawa.saitama.jp", + "tsurugashima.saitama.jp", + "urawa.saitama.jp", + "warabi.saitama.jp", + "yashio.saitama.jp", + "yokoze.saitama.jp", + "yono.saitama.jp", + "yorii.saitama.jp", + "yoshida.saitama.jp", + "yoshikawa.saitama.jp", + "yoshimi.saitama.jp", + "aisho.shiga.jp", + "gamo.shiga.jp", + "higashiomi.shiga.jp", + "hikone.shiga.jp", + "koka.shiga.jp", + "konan.shiga.jp", + "kosei.shiga.jp", + "koto.shiga.jp", + "kusatsu.shiga.jp", + "maibara.shiga.jp", + "moriyama.shiga.jp", + "nagahama.shiga.jp", + "nishiazai.shiga.jp", + "notogawa.shiga.jp", + "omihachiman.shiga.jp", + "otsu.shiga.jp", + "ritto.shiga.jp", + "ryuoh.shiga.jp", + "takashima.shiga.jp", + "takatsuki.shiga.jp", + "torahime.shiga.jp", + "toyosato.shiga.jp", + "yasu.shiga.jp", + "akagi.shimane.jp", + "ama.shimane.jp", + "gotsu.shimane.jp", + "hamada.shimane.jp", + "higashiizumo.shimane.jp", + "hikawa.shimane.jp", + "hikimi.shimane.jp", + "izumo.shimane.jp", + "kakinoki.shimane.jp", + "masuda.shimane.jp", + "matsue.shimane.jp", + "misato.shimane.jp", + "nishinoshima.shimane.jp", + "ohda.shimane.jp", + "okinoshima.shimane.jp", + "okuizumo.shimane.jp", + "shimane.shimane.jp", + "tamayu.shimane.jp", + "tsuwano.shimane.jp", + "unnan.shimane.jp", + "yakumo.shimane.jp", + "yasugi.shimane.jp", + "yatsuka.shimane.jp", + "arai.shizuoka.jp", + "atami.shizuoka.jp", + "fuji.shizuoka.jp", + "fujieda.shizuoka.jp", + "fujikawa.shizuoka.jp", + "fujinomiya.shizuoka.jp", + "fukuroi.shizuoka.jp", + "gotemba.shizuoka.jp", + "haibara.shizuoka.jp", + "hamamatsu.shizuoka.jp", + "higashiizu.shizuoka.jp", + "ito.shizuoka.jp", + "iwata.shizuoka.jp", + "izu.shizuoka.jp", + "izunokuni.shizuoka.jp", + "kakegawa.shizuoka.jp", + "kannami.shizuoka.jp", + "kawanehon.shizuoka.jp", + "kawazu.shizuoka.jp", + "kikugawa.shizuoka.jp", + "kosai.shizuoka.jp", + "makinohara.shizuoka.jp", + "matsuzaki.shizuoka.jp", + "minamiizu.shizuoka.jp", + "mishima.shizuoka.jp", + "morimachi.shizuoka.jp", + "nishiizu.shizuoka.jp", + "numazu.shizuoka.jp", + "omaezaki.shizuoka.jp", + "shimada.shizuoka.jp", + "shimizu.shizuoka.jp", + "shimoda.shizuoka.jp", + "shizuoka.shizuoka.jp", + "susono.shizuoka.jp", + "yaizu.shizuoka.jp", + "yoshida.shizuoka.jp", + "ashikaga.tochigi.jp", + "bato.tochigi.jp", + "haga.tochigi.jp", + "ichikai.tochigi.jp", + "iwafune.tochigi.jp", + "kaminokawa.tochigi.jp", + "kanuma.tochigi.jp", + "karasuyama.tochigi.jp", + "kuroiso.tochigi.jp", + "mashiko.tochigi.jp", + "mibu.tochigi.jp", + "moka.tochigi.jp", + "motegi.tochigi.jp", + "nasu.tochigi.jp", + "nasushiobara.tochigi.jp", + "nikko.tochigi.jp", + "nishikata.tochigi.jp", + "nogi.tochigi.jp", + "ohira.tochigi.jp", + "ohtawara.tochigi.jp", + "oyama.tochigi.jp", + "sakura.tochigi.jp", + "sano.tochigi.jp", + "shimotsuke.tochigi.jp", + "shioya.tochigi.jp", + "takanezawa.tochigi.jp", + "tochigi.tochigi.jp", + "tsuga.tochigi.jp", + "ujiie.tochigi.jp", + "utsunomiya.tochigi.jp", + "yaita.tochigi.jp", + "aizumi.tokushima.jp", + "anan.tokushima.jp", + "ichiba.tokushima.jp", + "itano.tokushima.jp", + "kainan.tokushima.jp", + "komatsushima.tokushima.jp", + "matsushige.tokushima.jp", + "mima.tokushima.jp", + "minami.tokushima.jp", + "miyoshi.tokushima.jp", + "mugi.tokushima.jp", + "nakagawa.tokushima.jp", + "naruto.tokushima.jp", + "sanagochi.tokushima.jp", + "shishikui.tokushima.jp", + "tokushima.tokushima.jp", + "wajiki.tokushima.jp", + "adachi.tokyo.jp", + "akiruno.tokyo.jp", + "akishima.tokyo.jp", + "aogashima.tokyo.jp", + "arakawa.tokyo.jp", + "bunkyo.tokyo.jp", + "chiyoda.tokyo.jp", + "chofu.tokyo.jp", + "chuo.tokyo.jp", + "edogawa.tokyo.jp", + "fuchu.tokyo.jp", + "fussa.tokyo.jp", + "hachijo.tokyo.jp", + "hachioji.tokyo.jp", + "hamura.tokyo.jp", + "higashikurume.tokyo.jp", + "higashimurayama.tokyo.jp", + "higashiyamato.tokyo.jp", + "hino.tokyo.jp", + "hinode.tokyo.jp", + "hinohara.tokyo.jp", + "inagi.tokyo.jp", + "itabashi.tokyo.jp", + "katsushika.tokyo.jp", + "kita.tokyo.jp", + "kiyose.tokyo.jp", + "kodaira.tokyo.jp", + "koganei.tokyo.jp", + "kokubunji.tokyo.jp", + "komae.tokyo.jp", + "koto.tokyo.jp", + "kouzushima.tokyo.jp", + "kunitachi.tokyo.jp", + "machida.tokyo.jp", + "meguro.tokyo.jp", + "minato.tokyo.jp", + "mitaka.tokyo.jp", + "mizuho.tokyo.jp", + "musashimurayama.tokyo.jp", + "musashino.tokyo.jp", + "nakano.tokyo.jp", + "nerima.tokyo.jp", + "ogasawara.tokyo.jp", + "okutama.tokyo.jp", + "ome.tokyo.jp", + "oshima.tokyo.jp", + "ota.tokyo.jp", + "setagaya.tokyo.jp", + "shibuya.tokyo.jp", + "shinagawa.tokyo.jp", + "shinjuku.tokyo.jp", + "suginami.tokyo.jp", + "sumida.tokyo.jp", + "tachikawa.tokyo.jp", + "taito.tokyo.jp", + "tama.tokyo.jp", + "toshima.tokyo.jp", + "chizu.tottori.jp", + "hino.tottori.jp", + "kawahara.tottori.jp", + "koge.tottori.jp", + "kotoura.tottori.jp", + "misasa.tottori.jp", + "nanbu.tottori.jp", + "nichinan.tottori.jp", + "sakaiminato.tottori.jp", + "tottori.tottori.jp", + "wakasa.tottori.jp", + "yazu.tottori.jp", + "yonago.tottori.jp", + "asahi.toyama.jp", + "fuchu.toyama.jp", + "fukumitsu.toyama.jp", + "funahashi.toyama.jp", + "himi.toyama.jp", + "imizu.toyama.jp", + "inami.toyama.jp", + "johana.toyama.jp", + "kamiichi.toyama.jp", + "kurobe.toyama.jp", + "nakaniikawa.toyama.jp", + "namerikawa.toyama.jp", + "nanto.toyama.jp", + "nyuzen.toyama.jp", + "oyabe.toyama.jp", + "taira.toyama.jp", + "takaoka.toyama.jp", + "tateyama.toyama.jp", + "toga.toyama.jp", + "tonami.toyama.jp", + "toyama.toyama.jp", + "unazuki.toyama.jp", + "uozu.toyama.jp", + "yamada.toyama.jp", + "arida.wakayama.jp", + "aridagawa.wakayama.jp", + "gobo.wakayama.jp", + "hashimoto.wakayama.jp", + "hidaka.wakayama.jp", + "hirogawa.wakayama.jp", + "inami.wakayama.jp", + "iwade.wakayama.jp", + "kainan.wakayama.jp", + "kamitonda.wakayama.jp", + "katsuragi.wakayama.jp", + "kimino.wakayama.jp", + "kinokawa.wakayama.jp", + "kitayama.wakayama.jp", + "koya.wakayama.jp", + "koza.wakayama.jp", + "kozagawa.wakayama.jp", + "kudoyama.wakayama.jp", + "kushimoto.wakayama.jp", + "mihama.wakayama.jp", + "misato.wakayama.jp", + "nachikatsuura.wakayama.jp", + "shingu.wakayama.jp", + "shirahama.wakayama.jp", + "taiji.wakayama.jp", + "tanabe.wakayama.jp", + "wakayama.wakayama.jp", + "yuasa.wakayama.jp", + "yura.wakayama.jp", + "asahi.yamagata.jp", + "funagata.yamagata.jp", + "higashine.yamagata.jp", + "iide.yamagata.jp", + "kahoku.yamagata.jp", + "kaminoyama.yamagata.jp", + "kaneyama.yamagata.jp", + "kawanishi.yamagata.jp", + "mamurogawa.yamagata.jp", + "mikawa.yamagata.jp", + "murayama.yamagata.jp", + "nagai.yamagata.jp", + "nakayama.yamagata.jp", + "nanyo.yamagata.jp", + "nishikawa.yamagata.jp", + "obanazawa.yamagata.jp", + "oe.yamagata.jp", + "oguni.yamagata.jp", + "ohkura.yamagata.jp", + "oishida.yamagata.jp", + "sagae.yamagata.jp", + "sakata.yamagata.jp", + "sakegawa.yamagata.jp", + "shinjo.yamagata.jp", + "shirataka.yamagata.jp", + "shonai.yamagata.jp", + "takahata.yamagata.jp", + "tendo.yamagata.jp", + "tozawa.yamagata.jp", + "tsuruoka.yamagata.jp", + "yamagata.yamagata.jp", + "yamanobe.yamagata.jp", + "yonezawa.yamagata.jp", + "yuza.yamagata.jp", + "abu.yamaguchi.jp", + "hagi.yamaguchi.jp", + "hikari.yamaguchi.jp", + "hofu.yamaguchi.jp", + "iwakuni.yamaguchi.jp", + "kudamatsu.yamaguchi.jp", + "mitou.yamaguchi.jp", + "nagato.yamaguchi.jp", + "oshima.yamaguchi.jp", + "shimonoseki.yamaguchi.jp", + "shunan.yamaguchi.jp", + "tabuse.yamaguchi.jp", + "tokuyama.yamaguchi.jp", + "toyota.yamaguchi.jp", + "ube.yamaguchi.jp", + "yuu.yamaguchi.jp", + "chuo.yamanashi.jp", + "doshi.yamanashi.jp", + "fuefuki.yamanashi.jp", + "fujikawa.yamanashi.jp", + "fujikawaguchiko.yamanashi.jp", + "fujiyoshida.yamanashi.jp", + "hayakawa.yamanashi.jp", + "hokuto.yamanashi.jp", + "ichikawamisato.yamanashi.jp", + "kai.yamanashi.jp", + "kofu.yamanashi.jp", + "koshu.yamanashi.jp", + "kosuge.yamanashi.jp", + "minami-alps.yamanashi.jp", + "minobu.yamanashi.jp", + "nakamichi.yamanashi.jp", + "nanbu.yamanashi.jp", + "narusawa.yamanashi.jp", + "nirasaki.yamanashi.jp", + "nishikatsura.yamanashi.jp", + "oshino.yamanashi.jp", + "otsuki.yamanashi.jp", + "showa.yamanashi.jp", + "tabayama.yamanashi.jp", + "tsuru.yamanashi.jp", + "uenohara.yamanashi.jp", + "yamanakako.yamanashi.jp", + "yamanashi.yamanashi.jp", + "ke", + "ac.ke", + "co.ke", + "go.ke", + "info.ke", + "me.ke", + "mobi.ke", + "ne.ke", + "or.ke", + "sc.ke", + "kg", + "com.kg", + "edu.kg", + "gov.kg", + "mil.kg", + "net.kg", + "org.kg", + "*.kh", + "ki", + "biz.ki", + "com.ki", + "edu.ki", + "gov.ki", + "info.ki", + "net.ki", + "org.ki", + "km", + "ass.km", + "com.km", + "edu.km", + "gov.km", + "mil.km", + "nom.km", + "org.km", + "prd.km", + "tm.km", + "asso.km", + "coop.km", + "gouv.km", + "medecin.km", + "notaires.km", + "pharmaciens.km", + "presse.km", + "veterinaire.km", + "kn", + "edu.kn", + "gov.kn", + "net.kn", + "org.kn", + "kp", + "com.kp", + "edu.kp", + "gov.kp", + "org.kp", + "rep.kp", + "tra.kp", + "kr", + "ac.kr", + "co.kr", + "es.kr", + "go.kr", + "hs.kr", + "kg.kr", + "mil.kr", + "ms.kr", + "ne.kr", + "or.kr", + "pe.kr", + "re.kr", + "sc.kr", + "busan.kr", + "chungbuk.kr", + "chungnam.kr", + "daegu.kr", + "daejeon.kr", + "gangwon.kr", + "gwangju.kr", + "gyeongbuk.kr", + "gyeonggi.kr", + "gyeongnam.kr", + "incheon.kr", + "jeju.kr", + "jeonbuk.kr", + "jeonnam.kr", + "seoul.kr", + "ulsan.kr", + "kw", + "com.kw", + "edu.kw", + "emb.kw", + "gov.kw", + "ind.kw", + "net.kw", + "org.kw", + "ky", + "com.ky", + "edu.ky", + "net.ky", + "org.ky", + "kz", + "com.kz", + "edu.kz", + "gov.kz", + "mil.kz", + "net.kz", + "org.kz", + "la", + "com.la", + "edu.la", + "gov.la", + "info.la", + "int.la", + "net.la", + "org.la", + "per.la", + "lb", + "com.lb", + "edu.lb", + "gov.lb", + "net.lb", + "org.lb", + "lc", + "co.lc", + "com.lc", + "edu.lc", + "gov.lc", + "net.lc", + "org.lc", + "li", + "lk", + "ac.lk", + "assn.lk", + "com.lk", + "edu.lk", + "gov.lk", + "grp.lk", + "hotel.lk", + "int.lk", + "ltd.lk", + "net.lk", + "ngo.lk", + "org.lk", + "sch.lk", + "soc.lk", + "web.lk", + "lr", + "com.lr", + "edu.lr", + "gov.lr", + "net.lr", + "org.lr", + "ls", + "ac.ls", + "biz.ls", + "co.ls", + "edu.ls", + "gov.ls", + "info.ls", + "net.ls", + "org.ls", + "sc.ls", + "lt", + "gov.lt", + "lu", + "lv", + "asn.lv", + "com.lv", + "conf.lv", + "edu.lv", + "gov.lv", + "id.lv", + "mil.lv", + "net.lv", + "org.lv", + "ly", + "com.ly", + "edu.ly", + "gov.ly", + "id.ly", + "med.ly", + "net.ly", + "org.ly", + "plc.ly", + "sch.ly", + "ma", + "ac.ma", + "co.ma", + "gov.ma", + "net.ma", + "org.ma", + "press.ma", + "mc", + "asso.mc", + "tm.mc", + "md", + "me", + "ac.me", + "co.me", + "edu.me", + "gov.me", + "its.me", + "net.me", + "org.me", + "priv.me", + "mg", + "co.mg", + "com.mg", + "edu.mg", + "gov.mg", + "mil.mg", + "nom.mg", + "org.mg", + "prd.mg", + "mh", + "mil", + "mk", + "com.mk", + "edu.mk", + "gov.mk", + "inf.mk", + "name.mk", + "net.mk", + "org.mk", + "ml", + "com.ml", + "edu.ml", + "gouv.ml", + "gov.ml", + "net.ml", + "org.ml", + "presse.ml", + "*.mm", + "mn", + "edu.mn", + "gov.mn", + "org.mn", + "mo", + "com.mo", + "edu.mo", + "gov.mo", + "net.mo", + "org.mo", + "mobi", + "mp", + "mq", + "mr", + "gov.mr", + "ms", + "com.ms", + "edu.ms", + "gov.ms", + "net.ms", + "org.ms", + "mt", + "com.mt", + "edu.mt", + "net.mt", + "org.mt", + "mu", + "ac.mu", + "co.mu", + "com.mu", + "gov.mu", + "net.mu", + "or.mu", + "org.mu", + "museum", + "mv", + "aero.mv", + "biz.mv", + "com.mv", + "coop.mv", + "edu.mv", + "gov.mv", + "info.mv", + "int.mv", + "mil.mv", + "museum.mv", + "name.mv", + "net.mv", + "org.mv", + "pro.mv", + "mw", + "ac.mw", + "biz.mw", + "co.mw", + "com.mw", + "coop.mw", + "edu.mw", + "gov.mw", + "int.mw", + "net.mw", + "org.mw", + "mx", + "com.mx", + "edu.mx", + "gob.mx", + "net.mx", + "org.mx", + "my", + "biz.my", + "com.my", + "edu.my", + "gov.my", + "mil.my", + "name.my", + "net.my", + "org.my", + "mz", + "ac.mz", + "adv.mz", + "co.mz", + "edu.mz", + "gov.mz", + "mil.mz", + "net.mz", + "org.mz", + "na", + "alt.na", + "co.na", + "com.na", + "gov.na", + "net.na", + "org.na", + "name", + "nc", + "asso.nc", + "nom.nc", + "ne", + "net", + "nf", + "arts.nf", + "com.nf", + "firm.nf", + "info.nf", + "net.nf", + "other.nf", + "per.nf", + "rec.nf", + "store.nf", + "web.nf", + "ng", + "com.ng", + "edu.ng", + "gov.ng", + "i.ng", + "mil.ng", + "mobi.ng", + "name.ng", + "net.ng", + "org.ng", + "sch.ng", + "ni", + "ac.ni", + "biz.ni", + "co.ni", + "com.ni", + "edu.ni", + "gob.ni", + "in.ni", + "info.ni", + "int.ni", + "mil.ni", + "net.ni", + "nom.ni", + "org.ni", + "web.ni", + "nl", + "no", + "fhs.no", + "folkebibl.no", + "fylkesbibl.no", + "idrett.no", + "museum.no", + "priv.no", + "vgs.no", + "dep.no", + "herad.no", + "kommune.no", + "mil.no", + "stat.no", + "aa.no", + "ah.no", + "bu.no", + "fm.no", + "hl.no", + "hm.no", + "jan-mayen.no", + "mr.no", + "nl.no", + "nt.no", + "of.no", + "ol.no", + "oslo.no", + "rl.no", + "sf.no", + "st.no", + "svalbard.no", + "tm.no", + "tr.no", + "va.no", + "vf.no", + "gs.aa.no", + "gs.ah.no", + "gs.bu.no", + "gs.fm.no", + "gs.hl.no", + "gs.hm.no", + "gs.jan-mayen.no", + "gs.mr.no", + "gs.nl.no", + "gs.nt.no", + "gs.of.no", + "gs.ol.no", + "gs.oslo.no", + "gs.rl.no", + "gs.sf.no", + "gs.st.no", + "gs.svalbard.no", + "gs.tm.no", + "gs.tr.no", + "gs.va.no", + "gs.vf.no", + "akrehamn.no", + "åkrehamn.no", + "algard.no", + "ålgård.no", + "arna.no", + "bronnoysund.no", + "brønnøysund.no", + "brumunddal.no", + "bryne.no", + "drobak.no", + "drøbak.no", + "egersund.no", + "fetsund.no", + "floro.no", + "florø.no", + "fredrikstad.no", + "hokksund.no", + "honefoss.no", + "hønefoss.no", + "jessheim.no", + "jorpeland.no", + "jørpeland.no", + "kirkenes.no", + "kopervik.no", + "krokstadelva.no", + "langevag.no", + "langevåg.no", + "leirvik.no", + "mjondalen.no", + "mjøndalen.no", + "mo-i-rana.no", + "mosjoen.no", + "mosjøen.no", + "nesoddtangen.no", + "orkanger.no", + "osoyro.no", + "osøyro.no", + "raholt.no", + "råholt.no", + "sandnessjoen.no", + "sandnessjøen.no", + "skedsmokorset.no", + "slattum.no", + "spjelkavik.no", + "stathelle.no", + "stavern.no", + "stjordalshalsen.no", + "stjørdalshalsen.no", + "tananger.no", + "tranby.no", + "vossevangen.no", + "aarborte.no", + "aejrie.no", + "afjord.no", + "åfjord.no", + "agdenes.no", + "nes.akershus.no", + "aknoluokta.no", + "ákŋoluokta.no", + "al.no", + "ål.no", + "alaheadju.no", + "álaheadju.no", + "alesund.no", + "ålesund.no", + "alstahaug.no", + "alta.no", + "áltá.no", + "alvdal.no", + "amli.no", + "åmli.no", + "amot.no", + "åmot.no", + "andasuolo.no", + "andebu.no", + "andoy.no", + "andøy.no", + "ardal.no", + "årdal.no", + "aremark.no", + "arendal.no", + "ås.no", + "aseral.no", + "åseral.no", + "asker.no", + "askim.no", + "askoy.no", + "askøy.no", + "askvoll.no", + "asnes.no", + "åsnes.no", + "audnedaln.no", + "aukra.no", + "aure.no", + "aurland.no", + "aurskog-holand.no", + "aurskog-høland.no", + "austevoll.no", + "austrheim.no", + "averoy.no", + "averøy.no", + "badaddja.no", + "bådåddjå.no", + "bærum.no", + "bahcavuotna.no", + "báhcavuotna.no", + "bahccavuotna.no", + "báhccavuotna.no", + "baidar.no", + "báidár.no", + "bajddar.no", + "bájddar.no", + "balat.no", + "bálát.no", + "balestrand.no", + "ballangen.no", + "balsfjord.no", + "bamble.no", + "bardu.no", + "barum.no", + "batsfjord.no", + "båtsfjord.no", + "bearalvahki.no", + "bearalváhki.no", + "beardu.no", + "beiarn.no", + "berg.no", + "bergen.no", + "berlevag.no", + "berlevåg.no", + "bievat.no", + "bievát.no", + "bindal.no", + "birkenes.no", + "bjarkoy.no", + "bjarkøy.no", + "bjerkreim.no", + "bjugn.no", + "bodo.no", + "bodø.no", + "bokn.no", + "bomlo.no", + "bømlo.no", + "bremanger.no", + "bronnoy.no", + "brønnøy.no", + "budejju.no", + "nes.buskerud.no", + "bygland.no", + "bykle.no", + "cahcesuolo.no", + "čáhcesuolo.no", + "davvenjarga.no", + "davvenjárga.no", + "davvesiida.no", + "deatnu.no", + "dielddanuorri.no", + "divtasvuodna.no", + "divttasvuotna.no", + "donna.no", + "dønna.no", + "dovre.no", + "drammen.no", + "drangedal.no", + "dyroy.no", + "dyrøy.no", + "eid.no", + "eidfjord.no", + "eidsberg.no", + "eidskog.no", + "eidsvoll.no", + "eigersund.no", + "elverum.no", + "enebakk.no", + "engerdal.no", + "etne.no", + "etnedal.no", + "evenassi.no", + "evenášši.no", + "evenes.no", + "evje-og-hornnes.no", + "farsund.no", + "fauske.no", + "fedje.no", + "fet.no", + "finnoy.no", + "finnøy.no", + "fitjar.no", + "fjaler.no", + "fjell.no", + "fla.no", + "flå.no", + "flakstad.no", + "flatanger.no", + "flekkefjord.no", + "flesberg.no", + "flora.no", + "folldal.no", + "forde.no", + "førde.no", + "forsand.no", + "fosnes.no", + "fræna.no", + "frana.no", + "frei.no", + "frogn.no", + "froland.no", + "frosta.no", + "froya.no", + "frøya.no", + "fuoisku.no", + "fuossko.no", + "fusa.no", + "fyresdal.no", + "gaivuotna.no", + "gáivuotna.no", + "galsa.no", + "gálsá.no", + "gamvik.no", + "gangaviika.no", + "gáŋgaviika.no", + "gaular.no", + "gausdal.no", + "giehtavuoatna.no", + "gildeskal.no", + "gildeskål.no", + "giske.no", + "gjemnes.no", + "gjerdrum.no", + "gjerstad.no", + "gjesdal.no", + "gjovik.no", + "gjøvik.no", + "gloppen.no", + "gol.no", + "gran.no", + "grane.no", + "granvin.no", + "gratangen.no", + "grimstad.no", + "grong.no", + "grue.no", + "gulen.no", + "guovdageaidnu.no", + "ha.no", + "hå.no", + "habmer.no", + "hábmer.no", + "hadsel.no", + "hægebostad.no", + "hagebostad.no", + "halden.no", + "halsa.no", + "hamar.no", + "hamaroy.no", + "hammarfeasta.no", + "hámmárfeasta.no", + "hammerfest.no", + "hapmir.no", + "hápmir.no", + "haram.no", + "hareid.no", + "harstad.no", + "hasvik.no", + "hattfjelldal.no", + "haugesund.no", + "os.hedmark.no", + "valer.hedmark.no", + "våler.hedmark.no", + "hemne.no", + "hemnes.no", + "hemsedal.no", + "hitra.no", + "hjartdal.no", + "hjelmeland.no", + "hobol.no", + "hobøl.no", + "hof.no", + "hol.no", + "hole.no", + "holmestrand.no", + "holtalen.no", + "holtålen.no", + "os.hordaland.no", + "hornindal.no", + "horten.no", + "hoyanger.no", + "høyanger.no", + "hoylandet.no", + "høylandet.no", + "hurdal.no", + "hurum.no", + "hvaler.no", + "hyllestad.no", + "ibestad.no", + "inderoy.no", + "inderøy.no", + "iveland.no", + "ivgu.no", + "jevnaker.no", + "jolster.no", + "jølster.no", + "jondal.no", + "kafjord.no", + "kåfjord.no", + "karasjohka.no", + "kárášjohka.no", + "karasjok.no", + "karlsoy.no", + "karmoy.no", + "karmøy.no", + "kautokeino.no", + "klabu.no", + "klæbu.no", + "klepp.no", + "kongsberg.no", + "kongsvinger.no", + "kraanghke.no", + "kråanghke.no", + "kragero.no", + "kragerø.no", + "kristiansand.no", + "kristiansund.no", + "krodsherad.no", + "krødsherad.no", + "kvæfjord.no", + "kvænangen.no", + "kvafjord.no", + "kvalsund.no", + "kvam.no", + "kvanangen.no", + "kvinesdal.no", + "kvinnherad.no", + "kviteseid.no", + "kvitsoy.no", + "kvitsøy.no", + "laakesvuemie.no", + "lærdal.no", + "lahppi.no", + "láhppi.no", + "lardal.no", + "larvik.no", + "lavagis.no", + "lavangen.no", + "leangaviika.no", + "leaŋgaviika.no", + "lebesby.no", + "leikanger.no", + "leirfjord.no", + "leka.no", + "leksvik.no", + "lenvik.no", + "lerdal.no", + "lesja.no", + "levanger.no", + "lier.no", + "lierne.no", + "lillehammer.no", + "lillesand.no", + "lindas.no", + "lindås.no", + "lindesnes.no", + "loabat.no", + "loabát.no", + "lodingen.no", + "lødingen.no", + "lom.no", + "loppa.no", + "lorenskog.no", + "lørenskog.no", + "loten.no", + "løten.no", + "lund.no", + "lunner.no", + "luroy.no", + "lurøy.no", + "luster.no", + "lyngdal.no", + "lyngen.no", + "malatvuopmi.no", + "málatvuopmi.no", + "malselv.no", + "målselv.no", + "malvik.no", + "mandal.no", + "marker.no", + "marnardal.no", + "masfjorden.no", + "masoy.no", + "måsøy.no", + "matta-varjjat.no", + "mátta-várjjat.no", + "meland.no", + "meldal.no", + "melhus.no", + "meloy.no", + "meløy.no", + "meraker.no", + "meråker.no", + "midsund.no", + "midtre-gauldal.no", + "moareke.no", + "moåreke.no", + "modalen.no", + "modum.no", + "molde.no", + "heroy.more-og-romsdal.no", + "sande.more-og-romsdal.no", + "herøy.møre-og-romsdal.no", + "sande.møre-og-romsdal.no", + "moskenes.no", + "moss.no", + "mosvik.no", + "muosat.no", + "muosát.no", + "naamesjevuemie.no", + "nååmesjevuemie.no", + "nærøy.no", + "namdalseid.no", + "namsos.no", + "namsskogan.no", + "nannestad.no", + "naroy.no", + "narviika.no", + "narvik.no", + "naustdal.no", + "navuotna.no", + "návuotna.no", + "nedre-eiker.no", + "nesna.no", + "nesodden.no", + "nesseby.no", + "nesset.no", + "nissedal.no", + "nittedal.no", + "nord-aurdal.no", + "nord-fron.no", + "nord-odal.no", + "norddal.no", + "nordkapp.no", + "bo.nordland.no", + "bø.nordland.no", + "heroy.nordland.no", + "herøy.nordland.no", + "nordre-land.no", + "nordreisa.no", + "nore-og-uvdal.no", + "notodden.no", + "notteroy.no", + "nøtterøy.no", + "odda.no", + "oksnes.no", + "øksnes.no", + "omasvuotna.no", + "oppdal.no", + "oppegard.no", + "oppegård.no", + "orkdal.no", + "orland.no", + "ørland.no", + "orskog.no", + "ørskog.no", + "orsta.no", + "ørsta.no", + "osen.no", + "osteroy.no", + "osterøy.no", + "valer.ostfold.no", + "våler.østfold.no", + "ostre-toten.no", + "østre-toten.no", + "overhalla.no", + "ovre-eiker.no", + "øvre-eiker.no", + "oyer.no", + "øyer.no", + "oygarden.no", + "øygarden.no", + "oystre-slidre.no", + "øystre-slidre.no", + "porsanger.no", + "porsangu.no", + "porsáŋgu.no", + "porsgrunn.no", + "rade.no", + "råde.no", + "radoy.no", + "radøy.no", + "rælingen.no", + "rahkkeravju.no", + "ráhkkerávju.no", + "raisa.no", + "ráisa.no", + "rakkestad.no", + "ralingen.no", + "rana.no", + "randaberg.no", + "rauma.no", + "rendalen.no", + "rennebu.no", + "rennesoy.no", + "rennesøy.no", + "rindal.no", + "ringebu.no", + "ringerike.no", + "ringsaker.no", + "risor.no", + "risør.no", + "rissa.no", + "roan.no", + "rodoy.no", + "rødøy.no", + "rollag.no", + "romsa.no", + "romskog.no", + "rømskog.no", + "roros.no", + "røros.no", + "rost.no", + "røst.no", + "royken.no", + "røyken.no", + "royrvik.no", + "røyrvik.no", + "ruovat.no", + "rygge.no", + "salangen.no", + "salat.no", + "sálat.no", + "sálát.no", + "saltdal.no", + "samnanger.no", + "sandefjord.no", + "sandnes.no", + "sandoy.no", + "sandøy.no", + "sarpsborg.no", + "sauda.no", + "sauherad.no", + "sel.no", + "selbu.no", + "selje.no", + "seljord.no", + "siellak.no", + "sigdal.no", + "siljan.no", + "sirdal.no", + "skanit.no", + "skánit.no", + "skanland.no", + "skånland.no", + "skaun.no", + "skedsmo.no", + "ski.no", + "skien.no", + "skierva.no", + "skiervá.no", + "skiptvet.no", + "skjak.no", + "skjåk.no", + "skjervoy.no", + "skjervøy.no", + "skodje.no", + "smola.no", + "smøla.no", + "snaase.no", + "snåase.no", + "snasa.no", + "snåsa.no", + "snillfjord.no", + "snoasa.no", + "sogndal.no", + "sogne.no", + "søgne.no", + "sokndal.no", + "sola.no", + "solund.no", + "somna.no", + "sømna.no", + "sondre-land.no", + "søndre-land.no", + "songdalen.no", + "sor-aurdal.no", + "sør-aurdal.no", + "sor-fron.no", + "sør-fron.no", + "sor-odal.no", + "sør-odal.no", + "sor-varanger.no", + "sør-varanger.no", + "sorfold.no", + "sørfold.no", + "sorreisa.no", + "sørreisa.no", + "sortland.no", + "sorum.no", + "sørum.no", + "spydeberg.no", + "stange.no", + "stavanger.no", + "steigen.no", + "steinkjer.no", + "stjordal.no", + "stjørdal.no", + "stokke.no", + "stor-elvdal.no", + "stord.no", + "stordal.no", + "storfjord.no", + "strand.no", + "stranda.no", + "stryn.no", + "sula.no", + "suldal.no", + "sund.no", + "sunndal.no", + "surnadal.no", + "sveio.no", + "svelvik.no", + "sykkylven.no", + "tana.no", + "bo.telemark.no", + "bø.telemark.no", + "time.no", + "tingvoll.no", + "tinn.no", + "tjeldsund.no", + "tjome.no", + "tjøme.no", + "tokke.no", + "tolga.no", + "tonsberg.no", + "tønsberg.no", + "torsken.no", + "træna.no", + "trana.no", + "tranoy.no", + "tranøy.no", + "troandin.no", + "trogstad.no", + "trøgstad.no", + "tromsa.no", + "tromso.no", + "tromsø.no", + "trondheim.no", + "trysil.no", + "tvedestrand.no", + "tydal.no", + "tynset.no", + "tysfjord.no", + "tysnes.no", + "tysvær.no", + "tysvar.no", + "ullensaker.no", + "ullensvang.no", + "ulvik.no", + "unjarga.no", + "unjárga.no", + "utsira.no", + "vaapste.no", + "vadso.no", + "vadsø.no", + "værøy.no", + "vaga.no", + "vågå.no", + "vagan.no", + "vågan.no", + "vagsoy.no", + "vågsøy.no", + "vaksdal.no", + "valle.no", + "vang.no", + "vanylven.no", + "vardo.no", + "vardø.no", + "varggat.no", + "várggát.no", + "varoy.no", + "vefsn.no", + "vega.no", + "vegarshei.no", + "vegårshei.no", + "vennesla.no", + "verdal.no", + "verran.no", + "vestby.no", + "sande.vestfold.no", + "vestnes.no", + "vestre-slidre.no", + "vestre-toten.no", + "vestvagoy.no", + "vestvågøy.no", + "vevelstad.no", + "vik.no", + "vikna.no", + "vindafjord.no", + "voagat.no", + "volda.no", + "voss.no", + "*.np", + "nr", + "biz.nr", + "com.nr", + "edu.nr", + "gov.nr", + "info.nr", + "net.nr", + "org.nr", + "nu", + "nz", + "ac.nz", + "co.nz", + "cri.nz", + "geek.nz", + "gen.nz", + "govt.nz", + "health.nz", + "iwi.nz", + "kiwi.nz", + "maori.nz", + "māori.nz", + "mil.nz", + "net.nz", + "org.nz", + "parliament.nz", + "school.nz", + "om", + "co.om", + "com.om", + "edu.om", + "gov.om", + "med.om", + "museum.om", + "net.om", + "org.om", + "pro.om", + "onion", + "org", + "pa", + "abo.pa", + "ac.pa", + "com.pa", + "edu.pa", + "gob.pa", + "ing.pa", + "med.pa", + "net.pa", + "nom.pa", + "org.pa", + "sld.pa", + "pe", + "com.pe", + "edu.pe", + "gob.pe", + "mil.pe", + "net.pe", + "nom.pe", + "org.pe", + "pf", + "com.pf", + "edu.pf", + "org.pf", + "*.pg", + "ph", + "com.ph", + "edu.ph", + "gov.ph", + "i.ph", + "mil.ph", + "net.ph", + "ngo.ph", + "org.ph", + "pk", + "ac.pk", + "biz.pk", + "com.pk", + "edu.pk", + "fam.pk", + "gkp.pk", + "gob.pk", + "gog.pk", + "gok.pk", + "gon.pk", + "gop.pk", + "gos.pk", + "gov.pk", + "net.pk", + "org.pk", + "web.pk", + "pl", + "com.pl", + "net.pl", + "org.pl", + "agro.pl", + "aid.pl", + "atm.pl", + "auto.pl", + "biz.pl", + "edu.pl", + "gmina.pl", + "gsm.pl", + "info.pl", + "mail.pl", + "media.pl", + "miasta.pl", + "mil.pl", + "nieruchomosci.pl", + "nom.pl", + "pc.pl", + "powiat.pl", + "priv.pl", + "realestate.pl", + "rel.pl", + "sex.pl", + "shop.pl", + "sklep.pl", + "sos.pl", + "szkola.pl", + "targi.pl", + "tm.pl", + "tourism.pl", + "travel.pl", + "turystyka.pl", + "gov.pl", + "ap.gov.pl", + "griw.gov.pl", + "ic.gov.pl", + "is.gov.pl", + "kmpsp.gov.pl", + "konsulat.gov.pl", + "kppsp.gov.pl", + "kwp.gov.pl", + "kwpsp.gov.pl", + "mup.gov.pl", + "mw.gov.pl", + "oia.gov.pl", + "oirm.gov.pl", + "oke.gov.pl", + "oow.gov.pl", + "oschr.gov.pl", + "oum.gov.pl", + "pa.gov.pl", + "pinb.gov.pl", + "piw.gov.pl", + "po.gov.pl", + "pr.gov.pl", + "psp.gov.pl", + "psse.gov.pl", + "pup.gov.pl", + "rzgw.gov.pl", + "sa.gov.pl", + "sdn.gov.pl", + "sko.gov.pl", + "so.gov.pl", + "sr.gov.pl", + "starostwo.gov.pl", + "ug.gov.pl", + "ugim.gov.pl", + "um.gov.pl", + "umig.gov.pl", + "upow.gov.pl", + "uppo.gov.pl", + "us.gov.pl", + "uw.gov.pl", + "uzs.gov.pl", + "wif.gov.pl", + "wiih.gov.pl", + "winb.gov.pl", + "wios.gov.pl", + "witd.gov.pl", + "wiw.gov.pl", + "wkz.gov.pl", + "wsa.gov.pl", + "wskr.gov.pl", + "wsse.gov.pl", + "wuoz.gov.pl", + "wzmiuw.gov.pl", + "zp.gov.pl", + "zpisdn.gov.pl", + "augustow.pl", + "babia-gora.pl", + "bedzin.pl", + "beskidy.pl", + "bialowieza.pl", + "bialystok.pl", + "bielawa.pl", + "bieszczady.pl", + "boleslawiec.pl", + "bydgoszcz.pl", + "bytom.pl", + "cieszyn.pl", + "czeladz.pl", + "czest.pl", + "dlugoleka.pl", + "elblag.pl", + "elk.pl", + "glogow.pl", + "gniezno.pl", + "gorlice.pl", + "grajewo.pl", + "ilawa.pl", + "jaworzno.pl", + "jelenia-gora.pl", + "jgora.pl", + "kalisz.pl", + "karpacz.pl", + "kartuzy.pl", + "kaszuby.pl", + "katowice.pl", + "kazimierz-dolny.pl", + "kepno.pl", + "ketrzyn.pl", + "klodzko.pl", + "kobierzyce.pl", + "kolobrzeg.pl", + "konin.pl", + "konskowola.pl", + "kutno.pl", + "lapy.pl", + "lebork.pl", + "legnica.pl", + "lezajsk.pl", + "limanowa.pl", + "lomza.pl", + "lowicz.pl", + "lubin.pl", + "lukow.pl", + "malbork.pl", + "malopolska.pl", + "mazowsze.pl", + "mazury.pl", + "mielec.pl", + "mielno.pl", + "mragowo.pl", + "naklo.pl", + "nowaruda.pl", + "nysa.pl", + "olawa.pl", + "olecko.pl", + "olkusz.pl", + "olsztyn.pl", + "opoczno.pl", + "opole.pl", + "ostroda.pl", + "ostroleka.pl", + "ostrowiec.pl", + "ostrowwlkp.pl", + "pila.pl", + "pisz.pl", + "podhale.pl", + "podlasie.pl", + "polkowice.pl", + "pomorskie.pl", + "pomorze.pl", + "prochowice.pl", + "pruszkow.pl", + "przeworsk.pl", + "pulawy.pl", + "radom.pl", + "rawa-maz.pl", + "rybnik.pl", + "rzeszow.pl", + "sanok.pl", + "sejny.pl", + "skoczow.pl", + "slask.pl", + "slupsk.pl", + "sosnowiec.pl", + "stalowa-wola.pl", + "starachowice.pl", + "stargard.pl", + "suwalki.pl", + "swidnica.pl", + "swiebodzin.pl", + "swinoujscie.pl", + "szczecin.pl", + "szczytno.pl", + "tarnobrzeg.pl", + "tgory.pl", + "turek.pl", + "tychy.pl", + "ustka.pl", + "walbrzych.pl", + "warmia.pl", + "warszawa.pl", + "waw.pl", + "wegrow.pl", + "wielun.pl", + "wlocl.pl", + "wloclawek.pl", + "wodzislaw.pl", + "wolomin.pl", + "wroclaw.pl", + "zachpomor.pl", + "zagan.pl", + "zarow.pl", + "zgora.pl", + "zgorzelec.pl", + "pm", + "pn", + "co.pn", + "edu.pn", + "gov.pn", + "net.pn", + "org.pn", + "post", + "pr", + "biz.pr", + "com.pr", + "edu.pr", + "gov.pr", + "info.pr", + "isla.pr", + "name.pr", + "net.pr", + "org.pr", + "pro.pr", + "ac.pr", + "est.pr", + "prof.pr", + "pro", + "aaa.pro", + "aca.pro", + "acct.pro", + "avocat.pro", + "bar.pro", + "cpa.pro", + "eng.pro", + "jur.pro", + "law.pro", + "med.pro", + "recht.pro", + "ps", + "com.ps", + "edu.ps", + "gov.ps", + "net.ps", + "org.ps", + "plo.ps", + "sec.ps", + "pt", + "com.pt", + "edu.pt", + "gov.pt", + "int.pt", + "net.pt", + "nome.pt", + "org.pt", + "publ.pt", + "pw", + "belau.pw", + "co.pw", + "ed.pw", + "go.pw", + "or.pw", + "py", + "com.py", + "coop.py", + "edu.py", + "gov.py", + "mil.py", + "net.py", + "org.py", + "qa", + "com.qa", + "edu.qa", + "gov.qa", + "mil.qa", + "name.qa", + "net.qa", + "org.qa", + "sch.qa", + "re", + "asso.re", + "com.re", + "ro", + "arts.ro", + "com.ro", + "firm.ro", + "info.ro", + "nom.ro", + "nt.ro", + "org.ro", + "rec.ro", + "store.ro", + "tm.ro", + "www.ro", + "rs", + "ac.rs", + "co.rs", + "edu.rs", + "gov.rs", + "in.rs", + "org.rs", + "ru", + "rw", + "ac.rw", + "co.rw", + "coop.rw", + "gov.rw", + "mil.rw", + "net.rw", + "org.rw", + "sa", + "com.sa", + "edu.sa", + "gov.sa", + "med.sa", + "net.sa", + "org.sa", + "pub.sa", + "sch.sa", + "sb", + "com.sb", + "edu.sb", + "gov.sb", + "net.sb", + "org.sb", + "sc", + "com.sc", + "edu.sc", + "gov.sc", + "net.sc", + "org.sc", + "sd", + "com.sd", + "edu.sd", + "gov.sd", + "info.sd", + "med.sd", + "net.sd", + "org.sd", + "tv.sd", + "se", + "a.se", + "ac.se", + "b.se", + "bd.se", + "brand.se", + "c.se", + "d.se", + "e.se", + "f.se", + "fh.se", + "fhsk.se", + "fhv.se", + "g.se", + "h.se", + "i.se", + "k.se", + "komforb.se", + "kommunalforbund.se", + "komvux.se", + "l.se", + "lanbib.se", + "m.se", + "n.se", + "naturbruksgymn.se", + "o.se", + "org.se", + "p.se", + "parti.se", + "pp.se", + "press.se", + "r.se", + "s.se", + "t.se", + "tm.se", + "u.se", + "w.se", + "x.se", + "y.se", + "z.se", + "sg", + "com.sg", + "edu.sg", + "gov.sg", + "net.sg", + "org.sg", + "sh", + "com.sh", + "gov.sh", + "mil.sh", + "net.sh", + "org.sh", + "si", + "sj", + "sk", + "sl", + "com.sl", + "edu.sl", + "gov.sl", + "net.sl", + "org.sl", + "sm", + "sn", + "art.sn", + "com.sn", + "edu.sn", + "gouv.sn", + "org.sn", + "perso.sn", + "univ.sn", + "so", + "com.so", + "edu.so", + "gov.so", + "me.so", + "net.so", + "org.so", + "sr", + "ss", + "biz.ss", + "co.ss", + "com.ss", + "edu.ss", + "gov.ss", + "me.ss", + "net.ss", + "org.ss", + "sch.ss", + "st", + "co.st", + "com.st", + "consulado.st", + "edu.st", + "embaixada.st", + "mil.st", + "net.st", + "org.st", + "principe.st", + "saotome.st", + "store.st", + "su", + "sv", + "com.sv", + "edu.sv", + "gob.sv", + "org.sv", + "red.sv", + "sx", + "gov.sx", + "sy", + "com.sy", + "edu.sy", + "gov.sy", + "mil.sy", + "net.sy", + "org.sy", + "sz", + "ac.sz", + "co.sz", + "org.sz", + "tc", + "td", + "tel", + "tf", + "tg", + "th", + "ac.th", + "co.th", + "go.th", + "in.th", + "mi.th", + "net.th", + "or.th", + "tj", + "ac.tj", + "biz.tj", + "co.tj", + "com.tj", + "edu.tj", + "go.tj", + "gov.tj", + "int.tj", + "mil.tj", + "name.tj", + "net.tj", + "nic.tj", + "org.tj", + "test.tj", + "web.tj", + "tk", + "tl", + "gov.tl", + "tm", + "co.tm", + "com.tm", + "edu.tm", + "gov.tm", + "mil.tm", + "net.tm", + "nom.tm", + "org.tm", + "tn", + "com.tn", + "ens.tn", + "fin.tn", + "gov.tn", + "ind.tn", + "info.tn", + "intl.tn", + "mincom.tn", + "nat.tn", + "net.tn", + "org.tn", + "perso.tn", + "tourism.tn", + "to", + "com.to", + "edu.to", + "gov.to", + "mil.to", + "net.to", + "org.to", + "tr", + "av.tr", + "bbs.tr", + "bel.tr", + "biz.tr", + "com.tr", + "dr.tr", + "edu.tr", + "gen.tr", + "gov.tr", + "info.tr", + "k12.tr", + "kep.tr", + "mil.tr", + "name.tr", + "net.tr", + "org.tr", + "pol.tr", + "tel.tr", + "tsk.tr", + "tv.tr", + "web.tr", + "nc.tr", + "gov.nc.tr", + "tt", + "biz.tt", + "co.tt", + "com.tt", + "edu.tt", + "gov.tt", + "info.tt", + "mil.tt", + "name.tt", + "net.tt", + "org.tt", + "pro.tt", + "tv", + "tw", + "club.tw", + "com.tw", + "ebiz.tw", + "edu.tw", + "game.tw", + "gov.tw", + "idv.tw", + "mil.tw", + "net.tw", + "org.tw", + "tz", + "ac.tz", + "co.tz", + "go.tz", + "hotel.tz", + "info.tz", + "me.tz", + "mil.tz", + "mobi.tz", + "ne.tz", + "or.tz", + "sc.tz", + "tv.tz", + "ua", + "com.ua", + "edu.ua", + "gov.ua", + "in.ua", + "net.ua", + "org.ua", + "cherkassy.ua", + "cherkasy.ua", + "chernigov.ua", + "chernihiv.ua", + "chernivtsi.ua", + "chernovtsy.ua", + "ck.ua", + "cn.ua", + "cr.ua", + "crimea.ua", + "cv.ua", + "dn.ua", + "dnepropetrovsk.ua", + "dnipropetrovsk.ua", + "donetsk.ua", + "dp.ua", + "if.ua", + "ivano-frankivsk.ua", + "kh.ua", + "kharkiv.ua", + "kharkov.ua", + "kherson.ua", + "khmelnitskiy.ua", + "khmelnytskyi.ua", + "kiev.ua", + "kirovograd.ua", + "km.ua", + "kr.ua", + "kropyvnytskyi.ua", + "krym.ua", + "ks.ua", + "kv.ua", + "kyiv.ua", + "lg.ua", + "lt.ua", + "lugansk.ua", + "luhansk.ua", + "lutsk.ua", + "lv.ua", + "lviv.ua", + "mk.ua", + "mykolaiv.ua", + "nikolaev.ua", + "od.ua", + "odesa.ua", + "odessa.ua", + "pl.ua", + "poltava.ua", + "rivne.ua", + "rovno.ua", + "rv.ua", + "sb.ua", + "sebastopol.ua", + "sevastopol.ua", + "sm.ua", + "sumy.ua", + "te.ua", + "ternopil.ua", + "uz.ua", + "uzhgorod.ua", + "uzhhorod.ua", + "vinnica.ua", + "vinnytsia.ua", + "vn.ua", + "volyn.ua", + "yalta.ua", + "zakarpattia.ua", + "zaporizhzhe.ua", + "zaporizhzhia.ua", + "zhitomir.ua", + "zhytomyr.ua", + "zp.ua", + "zt.ua", + "ug", + "ac.ug", + "co.ug", + "com.ug", + "go.ug", + "ne.ug", + "or.ug", + "org.ug", + "sc.ug", + "uk", + "ac.uk", + "co.uk", + "gov.uk", + "ltd.uk", + "me.uk", + "net.uk", + "nhs.uk", + "org.uk", + "plc.uk", + "police.uk", + "*.sch.uk", + "us", + "dni.us", + "fed.us", + "isa.us", + "kids.us", + "nsn.us", + "ak.us", + "al.us", + "ar.us", + "as.us", + "az.us", + "ca.us", + "co.us", + "ct.us", + "dc.us", + "de.us", + "fl.us", + "ga.us", + "gu.us", + "hi.us", + "ia.us", + "id.us", + "il.us", + "in.us", + "ks.us", + "ky.us", + "la.us", + "ma.us", + "md.us", + "me.us", + "mi.us", + "mn.us", + "mo.us", + "ms.us", + "mt.us", + "nc.us", + "nd.us", + "ne.us", + "nh.us", + "nj.us", + "nm.us", + "nv.us", + "ny.us", + "oh.us", + "ok.us", + "or.us", + "pa.us", + "pr.us", + "ri.us", + "sc.us", + "sd.us", + "tn.us", + "tx.us", + "ut.us", + "va.us", + "vi.us", + "vt.us", + "wa.us", + "wi.us", + "wv.us", + "wy.us", + "k12.ak.us", + "k12.al.us", + "k12.ar.us", + "k12.as.us", + "k12.az.us", + "k12.ca.us", + "k12.co.us", + "k12.ct.us", + "k12.dc.us", + "k12.fl.us", + "k12.ga.us", + "k12.gu.us", + "k12.ia.us", + "k12.id.us", + "k12.il.us", + "k12.in.us", + "k12.ks.us", + "k12.ky.us", + "k12.la.us", + "k12.ma.us", + "k12.md.us", + "k12.me.us", + "k12.mi.us", + "k12.mn.us", + "k12.mo.us", + "k12.ms.us", + "k12.mt.us", + "k12.nc.us", + "k12.ne.us", + "k12.nh.us", + "k12.nj.us", + "k12.nm.us", + "k12.nv.us", + "k12.ny.us", + "k12.oh.us", + "k12.ok.us", + "k12.or.us", + "k12.pa.us", + "k12.pr.us", + "k12.sc.us", + "k12.tn.us", + "k12.tx.us", + "k12.ut.us", + "k12.va.us", + "k12.vi.us", + "k12.vt.us", + "k12.wa.us", + "k12.wi.us", + "cc.ak.us", + "lib.ak.us", + "cc.al.us", + "lib.al.us", + "cc.ar.us", + "lib.ar.us", + "cc.as.us", + "lib.as.us", + "cc.az.us", + "lib.az.us", + "cc.ca.us", + "lib.ca.us", + "cc.co.us", + "lib.co.us", + "cc.ct.us", + "lib.ct.us", + "cc.dc.us", + "lib.dc.us", + "cc.de.us", + "cc.fl.us", + "cc.ga.us", + "cc.gu.us", + "cc.hi.us", + "cc.ia.us", + "cc.id.us", + "cc.il.us", + "cc.in.us", + "cc.ks.us", + "cc.ky.us", + "cc.la.us", + "cc.ma.us", + "cc.md.us", + "cc.me.us", + "cc.mi.us", + "cc.mn.us", + "cc.mo.us", + "cc.ms.us", + "cc.mt.us", + "cc.nc.us", + "cc.nd.us", + "cc.ne.us", + "cc.nh.us", + "cc.nj.us", + "cc.nm.us", + "cc.nv.us", + "cc.ny.us", + "cc.oh.us", + "cc.ok.us", + "cc.or.us", + "cc.pa.us", + "cc.pr.us", + "cc.ri.us", + "cc.sc.us", + "cc.sd.us", + "cc.tn.us", + "cc.tx.us", + "cc.ut.us", + "cc.va.us", + "cc.vi.us", + "cc.vt.us", + "cc.wa.us", + "cc.wi.us", + "cc.wv.us", + "cc.wy.us", + "k12.wy.us", + "lib.fl.us", + "lib.ga.us", + "lib.gu.us", + "lib.hi.us", + "lib.ia.us", + "lib.id.us", + "lib.il.us", + "lib.in.us", + "lib.ks.us", + "lib.ky.us", + "lib.la.us", + "lib.ma.us", + "lib.md.us", + "lib.me.us", + "lib.mi.us", + "lib.mn.us", + "lib.mo.us", + "lib.ms.us", + "lib.mt.us", + "lib.nc.us", + "lib.nd.us", + "lib.ne.us", + "lib.nh.us", + "lib.nj.us", + "lib.nm.us", + "lib.nv.us", + "lib.ny.us", + "lib.oh.us", + "lib.ok.us", + "lib.or.us", + "lib.pa.us", + "lib.pr.us", + "lib.ri.us", + "lib.sc.us", + "lib.sd.us", + "lib.tn.us", + "lib.tx.us", + "lib.ut.us", + "lib.va.us", + "lib.vi.us", + "lib.vt.us", + "lib.wa.us", + "lib.wi.us", + "lib.wy.us", + "chtr.k12.ma.us", + "paroch.k12.ma.us", + "pvt.k12.ma.us", + "ann-arbor.mi.us", + "cog.mi.us", + "dst.mi.us", + "eaton.mi.us", + "gen.mi.us", + "mus.mi.us", + "tec.mi.us", + "washtenaw.mi.us", + "uy", + "com.uy", + "edu.uy", + "gub.uy", + "mil.uy", + "net.uy", + "org.uy", + "uz", + "co.uz", + "com.uz", + "net.uz", + "org.uz", + "va", + "vc", + "com.vc", + "edu.vc", + "gov.vc", + "mil.vc", + "net.vc", + "org.vc", + "ve", + "arts.ve", + "bib.ve", + "co.ve", + "com.ve", + "e12.ve", + "edu.ve", + "firm.ve", + "gob.ve", + "gov.ve", + "info.ve", + "int.ve", + "mil.ve", + "net.ve", + "nom.ve", + "org.ve", + "rar.ve", + "rec.ve", + "store.ve", + "tec.ve", + "web.ve", + "vg", + "vi", + "co.vi", + "com.vi", + "k12.vi", + "net.vi", + "org.vi", + "vn", + "ac.vn", + "ai.vn", + "biz.vn", + "com.vn", + "edu.vn", + "gov.vn", + "health.vn", + "id.vn", + "info.vn", + "int.vn", + "io.vn", + "name.vn", + "net.vn", + "org.vn", + "pro.vn", + "angiang.vn", + "bacgiang.vn", + "backan.vn", + "baclieu.vn", + "bacninh.vn", + "baria-vungtau.vn", + "bentre.vn", + "binhdinh.vn", + "binhduong.vn", + "binhphuoc.vn", + "binhthuan.vn", + "camau.vn", + "cantho.vn", + "caobang.vn", + "daklak.vn", + "daknong.vn", + "danang.vn", + "dienbien.vn", + "dongnai.vn", + "dongthap.vn", + "gialai.vn", + "hagiang.vn", + "haiduong.vn", + "haiphong.vn", + "hanam.vn", + "hanoi.vn", + "hatinh.vn", + "haugiang.vn", + "hoabinh.vn", + "hungyen.vn", + "khanhhoa.vn", + "kiengiang.vn", + "kontum.vn", + "laichau.vn", + "lamdong.vn", + "langson.vn", + "laocai.vn", + "longan.vn", + "namdinh.vn", + "nghean.vn", + "ninhbinh.vn", + "ninhthuan.vn", + "phutho.vn", + "phuyen.vn", + "quangbinh.vn", + "quangnam.vn", + "quangngai.vn", + "quangninh.vn", + "quangtri.vn", + "soctrang.vn", + "sonla.vn", + "tayninh.vn", + "thaibinh.vn", + "thainguyen.vn", + "thanhhoa.vn", + "thanhphohochiminh.vn", + "thuathienhue.vn", + "tiengiang.vn", + "travinh.vn", + "tuyenquang.vn", + "vinhlong.vn", + "vinhphuc.vn", + "yenbai.vn", + "vu", + "com.vu", + "edu.vu", + "net.vu", + "org.vu", + "wf", + "ws", + "com.ws", + "edu.ws", + "gov.ws", + "net.ws", + "org.ws", + "yt", + "امارات", + "հայ", + "বাংলা", + "бг", + "البحرين", + "бел", + "中国", + "中國", + "الجزائر", + "مصر", + "ею", + "ευ", + "موريتانيا", + "გე", + "ελ", + "香港", + "個人.香港", + "公司.香港", + "政府.香港", + "教育.香港", + "組織.香港", + "網絡.香港", + "ಭಾರತ", + "ଭାରତ", + "ভাৰত", + "भारतम्", + "भारोत", + "ڀارت", + "ഭാരതം", + "भारत", + "بارت", + "بھارت", + "భారత్", + "ભારત", + "ਭਾਰਤ", + "ভারত", + "இந்தியா", + "ایران", + "ايران", + "عراق", + "الاردن", + "한국", + "қаз", + "ລາວ", + "ලංකා", + "இலங்கை", + "المغرب", + "мкд", + "мон", + "澳門", + "澳门", + "مليسيا", + "عمان", + "پاکستان", + "پاكستان", + "فلسطين", + "срб", + "ак.срб", + "обр.срб", + "од.срб", + "орг.срб", + "пр.срб", + "упр.срб", + "рф", + "قطر", + "السعودية", + "السعودیة", + "السعودیۃ", + "السعوديه", + "سودان", + "新加坡", + "சிங்கப்பூர்", + "سورية", + "سوريا", + "ไทย", + "ทหาร.ไทย", + "ธุรกิจ.ไทย", + "เน็ต.ไทย", + "รัฐบาล.ไทย", + "ศึกษา.ไทย", + "องค์กร.ไทย", + "تونس", + "台灣", + "台湾", + "臺灣", + "укр", + "اليمن", + "xxx", + "ye", + "com.ye", + "edu.ye", + "gov.ye", + "mil.ye", + "net.ye", + "org.ye", + "ac.za", + "agric.za", + "alt.za", + "co.za", + "edu.za", + "gov.za", + "grondar.za", + "law.za", + "mil.za", + "net.za", + "ngo.za", + "nic.za", + "nis.za", + "nom.za", + "org.za", + "school.za", + "tm.za", + "web.za", + "zm", + "ac.zm", + "biz.zm", + "co.zm", + "com.zm", + "edu.zm", + "gov.zm", + "info.zm", + "mil.zm", + "net.zm", + "org.zm", + "sch.zm", + "zw", + "ac.zw", + "co.zw", + "gov.zw", + "mil.zw", + "org.zw", + "aaa", + "aarp", + "abb", + "abbott", + "abbvie", + "abc", + "able", + "abogado", + "abudhabi", + "academy", + "accenture", + "accountant", + "accountants", + "aco", + "actor", + "ads", + "adult", + "aeg", + "aetna", + "afl", + "africa", + "agakhan", + "agency", + "aig", + "airbus", + "airforce", + "airtel", + "akdn", + "alibaba", + "alipay", + "allfinanz", + "allstate", + "ally", + "alsace", + "alstom", + "amazon", + "americanexpress", + "americanfamily", + "amex", + "amfam", + "amica", + "amsterdam", + "analytics", + "android", + "anquan", + "anz", + "aol", + "apartments", + "app", + "apple", + "aquarelle", + "arab", + "aramco", + "archi", + "army", + "art", + "arte", + "asda", + "associates", + "athleta", + "attorney", + "auction", + "audi", + "audible", + "audio", + "auspost", + "author", + "auto", + "autos", + "aws", + "axa", + "azure", + "baby", + "baidu", + "banamex", + "band", + "bank", + "bar", + "barcelona", + "barclaycard", + "barclays", + "barefoot", + "bargains", + "baseball", + "basketball", + "bauhaus", + "bayern", + "bbc", + "bbt", + "bbva", + "bcg", + "bcn", + "beats", + "beauty", + "beer", + "bentley", + "berlin", + "best", + "bestbuy", + "bet", + "bharti", + "bible", + "bid", + "bike", + "bing", + "bingo", + "bio", + "black", + "blackfriday", + "blockbuster", + "blog", + "bloomberg", + "blue", + "bms", + "bmw", + "bnpparibas", + "boats", + "boehringer", + "bofa", + "bom", + "bond", + "boo", + "book", + "booking", + "bosch", + "bostik", + "boston", + "bot", + "boutique", + "box", + "bradesco", + "bridgestone", + "broadway", + "broker", + "brother", + "brussels", + "build", + "builders", + "business", + "buy", + "buzz", + "bzh", + "cab", + "cafe", + "cal", + "call", + "calvinklein", + "cam", + "camera", + "camp", + "canon", + "capetown", + "capital", + "capitalone", + "car", + "caravan", + "cards", + "care", + "career", + "careers", + "cars", + "casa", + "case", + "cash", + "casino", + "catering", + "catholic", + "cba", + "cbn", + "cbre", + "center", + "ceo", + "cern", + "cfa", + "cfd", + "chanel", + "channel", + "charity", + "chase", + "chat", + "cheap", + "chintai", + "christmas", + "chrome", + "church", + "cipriani", + "circle", + "cisco", + "citadel", + "citi", + "citic", + "city", + "claims", + "cleaning", + "click", + "clinic", + "clinique", + "clothing", + "cloud", + "club", + "clubmed", + "coach", + "codes", + "coffee", + "college", + "cologne", + "commbank", + "community", + "company", + "compare", + "computer", + "comsec", + "condos", + "construction", + "consulting", + "contact", + "contractors", + "cooking", + "cool", + "corsica", + "country", + "coupon", + "coupons", + "courses", + "cpa", + "credit", + "creditcard", + "creditunion", + "cricket", + "crown", + "crs", + "cruise", + "cruises", + "cuisinella", + "cymru", + "cyou", + "dad", + "dance", + "data", + "date", + "dating", + "datsun", + "day", + "dclk", + "dds", + "deal", + "dealer", + "deals", + "degree", + "delivery", + "dell", + "deloitte", + "delta", + "democrat", + "dental", + "dentist", + "desi", + "design", + "dev", + "dhl", + "diamonds", + "diet", + "digital", + "direct", + "directory", + "discount", + "discover", + "dish", + "diy", + "dnp", + "docs", + "doctor", + "dog", + "domains", + "dot", + "download", + "drive", + "dtv", + "dubai", + "dunlop", + "dupont", + "durban", + "dvag", + "dvr", + "earth", + "eat", + "eco", + "edeka", + "education", + "email", + "emerck", + "energy", + "engineer", + "engineering", + "enterprises", + "epson", + "equipment", + "ericsson", + "erni", + "esq", + "estate", + "eurovision", + "eus", + "events", + "exchange", + "expert", + "exposed", + "express", + "extraspace", + "fage", + "fail", + "fairwinds", + "faith", + "family", + "fan", + "fans", + "farm", + "farmers", + "fashion", + "fast", + "fedex", + "feedback", + "ferrari", + "ferrero", + "fidelity", + "fido", + "film", + "final", + "finance", + "financial", + "fire", + "firestone", + "firmdale", + "fish", + "fishing", + "fit", + "fitness", + "flickr", + "flights", + "flir", + "florist", + "flowers", + "fly", + "foo", + "food", + "football", + "ford", + "forex", + "forsale", + "forum", + "foundation", + "fox", + "free", + "fresenius", + "frl", + "frogans", + "frontier", + "ftr", + "fujitsu", + "fun", + "fund", + "furniture", + "futbol", + "fyi", + "gal", + "gallery", + "gallo", + "gallup", + "game", + "games", + "gap", + "garden", + "gay", + "gbiz", + "gdn", + "gea", + "gent", + "genting", + "george", + "ggee", + "gift", + "gifts", + "gives", + "giving", + "glass", + "gle", + "global", + "globo", + "gmail", + "gmbh", + "gmo", + "gmx", + "godaddy", + "gold", + "goldpoint", + "golf", + "goo", + "goodyear", + "goog", + "google", + "gop", + "got", + "grainger", + "graphics", + "gratis", + "green", + "gripe", + "grocery", + "group", + "gucci", + "guge", + "guide", + "guitars", + "guru", + "hair", + "hamburg", + "hangout", + "haus", + "hbo", + "hdfc", + "hdfcbank", + "health", + "healthcare", + "help", + "helsinki", + "here", + "hermes", + "hiphop", + "hisamitsu", + "hitachi", + "hiv", + "hkt", + "hockey", + "holdings", + "holiday", + "homedepot", + "homegoods", + "homes", + "homesense", + "honda", + "horse", + "hospital", + "host", + "hosting", + "hot", + "hotels", + "hotmail", + "house", + "how", + "hsbc", + "hughes", + "hyatt", + "hyundai", + "ibm", + "icbc", + "ice", + "icu", + "ieee", + "ifm", + "ikano", + "imamat", + "imdb", + "immo", + "immobilien", + "inc", + "industries", + "infiniti", + "ing", + "ink", + "institute", + "insurance", + "insure", + "international", + "intuit", + "investments", + "ipiranga", + "irish", + "ismaili", + "ist", + "istanbul", + "itau", + "itv", + "jaguar", + "java", + "jcb", + "jeep", + "jetzt", + "jewelry", + "jio", + "jll", + "jmp", + "jnj", + "joburg", + "jot", + "joy", + "jpmorgan", + "jprs", + "juegos", + "juniper", + "kaufen", + "kddi", + "kerryhotels", + "kerrylogistics", + "kerryproperties", + "kfh", + "kia", + "kids", + "kim", + "kindle", + "kitchen", + "kiwi", + "koeln", + "komatsu", + "kosher", + "kpmg", + "kpn", + "krd", + "kred", + "kuokgroup", + "kyoto", + "lacaixa", + "lamborghini", + "lamer", + "lancaster", + "land", + "landrover", + "lanxess", + "lasalle", + "lat", + "latino", + "latrobe", + "law", + "lawyer", + "lds", + "lease", + "leclerc", + "lefrak", + "legal", + "lego", + "lexus", + "lgbt", + "lidl", + "life", + "lifeinsurance", + "lifestyle", + "lighting", + "like", + "lilly", + "limited", + "limo", + "lincoln", + "link", + "lipsy", + "live", + "living", + "llc", + "llp", + "loan", + "loans", + "locker", + "locus", + "lol", + "london", + "lotte", + "lotto", + "love", + "lpl", + "lplfinancial", + "ltd", + "ltda", + "lundbeck", + "luxe", + "luxury", + "madrid", + "maif", + "maison", + "makeup", + "man", + "management", + "mango", + "map", + "market", + "marketing", + "markets", + "marriott", + "marshalls", + "mattel", + "mba", + "mckinsey", + "med", + "media", + "meet", + "melbourne", + "meme", + "memorial", + "men", + "menu", + "merck", + "merckmsd", + "miami", + "microsoft", + "mini", + "mint", + "mit", + "mitsubishi", + "mlb", + "mls", + "mma", + "mobile", + "moda", + "moe", + "moi", + "mom", + "monash", + "money", + "monster", + "mormon", + "mortgage", + "moscow", + "moto", + "motorcycles", + "mov", + "movie", + "msd", + "mtn", + "mtr", + "music", + "nab", + "nagoya", + "navy", + "nba", + "nec", + "netbank", + "netflix", + "network", + "neustar", + "new", + "news", + "next", + "nextdirect", + "nexus", + "nfl", + "ngo", + "nhk", + "nico", + "nike", + "nikon", + "ninja", + "nissan", + "nissay", + "nokia", + "norton", + "now", + "nowruz", + "nowtv", + "nra", + "nrw", + "ntt", + "nyc", + "obi", + "observer", + "office", + "okinawa", + "olayan", + "olayangroup", + "ollo", + "omega", + "one", + "ong", + "onl", + "online", + "ooo", + "open", + "oracle", + "orange", + "organic", + "origins", + "osaka", + "otsuka", + "ott", + "ovh", + "page", + "panasonic", + "paris", + "pars", + "partners", + "parts", + "party", + "pay", + "pccw", + "pet", + "pfizer", + "pharmacy", + "phd", + "philips", + "phone", + "photo", + "photography", + "photos", + "physio", + "pics", + "pictet", + "pictures", + "pid", + "pin", + "ping", + "pink", + "pioneer", + "pizza", + "place", + "play", + "playstation", + "plumbing", + "plus", + "pnc", + "pohl", + "poker", + "politie", + "porn", + "pramerica", + "praxi", + "press", + "prime", + "prod", + "productions", + "prof", + "progressive", + "promo", + "properties", + "property", + "protection", + "pru", + "prudential", + "pub", + "pwc", + "qpon", + "quebec", + "quest", + "racing", + "radio", + "read", + "realestate", + "realtor", + "realty", + "recipes", + "red", + "redstone", + "redumbrella", + "rehab", + "reise", + "reisen", + "reit", + "reliance", + "ren", + "rent", + "rentals", + "repair", + "report", + "republican", + "rest", + "restaurant", + "review", + "reviews", + "rexroth", + "rich", + "richardli", + "ricoh", + "ril", + "rio", + "rip", + "rocks", + "rodeo", + "rogers", + "room", + "rsvp", + "rugby", + "ruhr", + "run", + "rwe", + "ryukyu", + "saarland", + "safe", + "safety", + "sakura", + "sale", + "salon", + "samsclub", + "samsung", + "sandvik", + "sandvikcoromant", + "sanofi", + "sap", + "sarl", + "sas", + "save", + "saxo", + "sbi", + "sbs", + "scb", + "schaeffler", + "schmidt", + "scholarships", + "school", + "schule", + "schwarz", + "science", + "scot", + "search", + "seat", + "secure", + "security", + "seek", + "select", + "sener", + "services", + "seven", + "sew", + "sex", + "sexy", + "sfr", + "shangrila", + "sharp", + "shell", + "shia", + "shiksha", + "shoes", + "shop", + "shopping", + "shouji", + "show", + "silk", + "sina", + "singles", + "site", + "ski", + "skin", + "sky", + "skype", + "sling", + "smart", + "smile", + "sncf", + "soccer", + "social", + "softbank", + "software", + "sohu", + "solar", + "solutions", + "song", + "sony", + "soy", + "spa", + "space", + "sport", + "spot", + "srl", + "stada", + "staples", + "star", + "statebank", + "statefarm", + "stc", + "stcgroup", + "stockholm", + "storage", + "store", + "stream", + "studio", + "study", + "style", + "sucks", + "supplies", + "supply", + "support", + "surf", + "surgery", + "suzuki", + "swatch", + "swiss", + "sydney", + "systems", + "tab", + "taipei", + "talk", + "taobao", + "target", + "tatamotors", + "tatar", + "tattoo", + "tax", + "taxi", + "tci", + "tdk", + "team", + "tech", + "technology", + "temasek", + "tennis", + "teva", + "thd", + "theater", + "theatre", + "tiaa", + "tickets", + "tienda", + "tips", + "tires", + "tirol", + "tjmaxx", + "tjx", + "tkmaxx", + "tmall", + "today", + "tokyo", + "tools", + "top", + "toray", + "toshiba", + "total", + "tours", + "town", + "toyota", + "toys", + "trade", + "trading", + "training", + "travel", + "travelers", + "travelersinsurance", + "trust", + "trv", + "tube", + "tui", + "tunes", + "tushu", + "tvs", + "ubank", + "ubs", + "unicom", + "university", + "uno", + "uol", + "ups", + "vacations", + "vana", + "vanguard", + "vegas", + "ventures", + "verisign", + "versicherung", + "vet", + "viajes", + "video", + "vig", + "viking", + "villas", + "vin", + "vip", + "virgin", + "visa", + "vision", + "viva", + "vivo", + "vlaanderen", + "vodka", + "volvo", + "vote", + "voting", + "voto", + "voyage", + "wales", + "walmart", + "walter", + "wang", + "wanggou", + "watch", + "watches", + "weather", + "weatherchannel", + "webcam", + "weber", + "website", + "wed", + "wedding", + "weibo", + "weir", + "whoswho", + "wien", + "wiki", + "williamhill", + "win", + "windows", + "wine", + "winners", + "wme", + "wolterskluwer", + "woodside", + "work", + "works", + "world", + "wow", + "wtc", + "wtf", + "xbox", + "xerox", + "xihuan", + "xin", + "कॉम", + "セール", + "佛山", + "慈善", + "集团", + "在线", + "点看", + "คอม", + "八卦", + "موقع", + "公益", + "公司", + "香格里拉", + "网站", + "移动", + "我爱你", + "москва", + "католик", + "онлайн", + "сайт", + "联通", + "קום", + "时尚", + "微博", + "淡马锡", + "ファッション", + "орг", + "नेट", + "ストア", + "アマゾン", + "삼성", + "商标", + "商店", + "商城", + "дети", + "ポイント", + "新闻", + "家電", + "كوم", + "中文网", + "中信", + "娱乐", + "谷歌", + "電訊盈科", + "购物", + "クラウド", + "通販", + "网店", + "संगठन", + "餐厅", + "网络", + "ком", + "亚马逊", + "食品", + "飞利浦", + "手机", + "ارامكو", + "العليان", + "بازار", + "ابوظبي", + "كاثوليك", + "همراه", + "닷컴", + "政府", + "شبكة", + "بيتك", + "عرب", + "机构", + "组织机构", + "健康", + "招聘", + "рус", + "大拿", + "みんな", + "グーグル", + "世界", + "書籍", + "网址", + "닷넷", + "コム", + "天主教", + "游戏", + "vermögensberater", + "vermögensberatung", + "企业", + "信息", + "嘉里大酒店", + "嘉里", + "广东", + "政务", + "xyz", + "yachts", + "yahoo", + "yamaxun", + "yandex", + "yodobashi", + "yoga", + "yokohama", + "you", + "youtube", + "yun", + "zappos", + "zara", + "zero", + "zip", + "zone", + "zuerich", + "co.krd", + "edu.krd", + "art.pl", + "gliwice.pl", + "krakow.pl", + "poznan.pl", + "wroc.pl", + "zakopane.pl", + "lib.de.us", + "12chars.dev", + "12chars.it", + "12chars.pro", + "cc.ua", + "inf.ua", + "ltd.ua", + "611.to", + "a2hosted.com", + "cpserver.com", + "aaa.vodka", + "*.on-acorn.io", + "activetrail.biz", + "adaptable.app", + "adobeaemcloud.com", + "*.dev.adobeaemcloud.com", + "aem.live", + "hlx.live", + "adobeaemcloud.net", + "aem.page", + "hlx.page", + "hlx3.page", + "adobeio-static.net", + "adobeioruntime.net", + "africa.com", + "beep.pl", + "airkitapps.com", + "airkitapps-au.com", + "airkitapps.eu", + "aivencloud.com", + "akadns.net", + "akamai.net", + "akamai-staging.net", + "akamaiedge.net", + "akamaiedge-staging.net", + "akamaihd.net", + "akamaihd-staging.net", + "akamaiorigin.net", + "akamaiorigin-staging.net", + "akamaized.net", + "akamaized-staging.net", + "edgekey.net", + "edgekey-staging.net", + "edgesuite.net", + "edgesuite-staging.net", + "barsy.ca", + "*.compute.estate", + "*.alces.network", + "kasserver.com", + "altervista.org", + "alwaysdata.net", + "myamaze.net", + "execute-api.cn-north-1.amazonaws.com.cn", + "execute-api.cn-northwest-1.amazonaws.com.cn", + "execute-api.af-south-1.amazonaws.com", + "execute-api.ap-east-1.amazonaws.com", + "execute-api.ap-northeast-1.amazonaws.com", + "execute-api.ap-northeast-2.amazonaws.com", + "execute-api.ap-northeast-3.amazonaws.com", + "execute-api.ap-south-1.amazonaws.com", + "execute-api.ap-south-2.amazonaws.com", + "execute-api.ap-southeast-1.amazonaws.com", + "execute-api.ap-southeast-2.amazonaws.com", + "execute-api.ap-southeast-3.amazonaws.com", + "execute-api.ap-southeast-4.amazonaws.com", + "execute-api.ap-southeast-5.amazonaws.com", + "execute-api.ca-central-1.amazonaws.com", + "execute-api.ca-west-1.amazonaws.com", + "execute-api.eu-central-1.amazonaws.com", + "execute-api.eu-central-2.amazonaws.com", + "execute-api.eu-north-1.amazonaws.com", + "execute-api.eu-south-1.amazonaws.com", + "execute-api.eu-south-2.amazonaws.com", + "execute-api.eu-west-1.amazonaws.com", + "execute-api.eu-west-2.amazonaws.com", + "execute-api.eu-west-3.amazonaws.com", + "execute-api.il-central-1.amazonaws.com", + "execute-api.me-central-1.amazonaws.com", + "execute-api.me-south-1.amazonaws.com", + "execute-api.sa-east-1.amazonaws.com", + "execute-api.us-east-1.amazonaws.com", + "execute-api.us-east-2.amazonaws.com", + "execute-api.us-gov-east-1.amazonaws.com", + "execute-api.us-gov-west-1.amazonaws.com", + "execute-api.us-west-1.amazonaws.com", + "execute-api.us-west-2.amazonaws.com", + "cloudfront.net", + "auth.af-south-1.amazoncognito.com", + "auth.ap-east-1.amazoncognito.com", + "auth.ap-northeast-1.amazoncognito.com", + "auth.ap-northeast-2.amazoncognito.com", + "auth.ap-northeast-3.amazoncognito.com", + "auth.ap-south-1.amazoncognito.com", + "auth.ap-south-2.amazoncognito.com", + "auth.ap-southeast-1.amazoncognito.com", + "auth.ap-southeast-2.amazoncognito.com", + "auth.ap-southeast-3.amazoncognito.com", + "auth.ap-southeast-4.amazoncognito.com", + "auth.ca-central-1.amazoncognito.com", + "auth.ca-west-1.amazoncognito.com", + "auth.eu-central-1.amazoncognito.com", + "auth.eu-central-2.amazoncognito.com", + "auth.eu-north-1.amazoncognito.com", + "auth.eu-south-1.amazoncognito.com", + "auth.eu-south-2.amazoncognito.com", + "auth.eu-west-1.amazoncognito.com", + "auth.eu-west-2.amazoncognito.com", + "auth.eu-west-3.amazoncognito.com", + "auth.il-central-1.amazoncognito.com", + "auth.me-central-1.amazoncognito.com", + "auth.me-south-1.amazoncognito.com", + "auth.sa-east-1.amazoncognito.com", + "auth.us-east-1.amazoncognito.com", + "auth-fips.us-east-1.amazoncognito.com", + "auth.us-east-2.amazoncognito.com", + "auth-fips.us-east-2.amazoncognito.com", + "auth-fips.us-gov-west-1.amazoncognito.com", + "auth.us-west-1.amazoncognito.com", + "auth-fips.us-west-1.amazoncognito.com", + "auth.us-west-2.amazoncognito.com", + "auth-fips.us-west-2.amazoncognito.com", + "*.compute.amazonaws.com.cn", + "*.compute.amazonaws.com", + "*.compute-1.amazonaws.com", + "us-east-1.amazonaws.com", + "emrappui-prod.cn-north-1.amazonaws.com.cn", + "emrnotebooks-prod.cn-north-1.amazonaws.com.cn", + "emrstudio-prod.cn-north-1.amazonaws.com.cn", + "emrappui-prod.cn-northwest-1.amazonaws.com.cn", + "emrnotebooks-prod.cn-northwest-1.amazonaws.com.cn", + "emrstudio-prod.cn-northwest-1.amazonaws.com.cn", + "emrappui-prod.af-south-1.amazonaws.com", + "emrnotebooks-prod.af-south-1.amazonaws.com", + "emrstudio-prod.af-south-1.amazonaws.com", + "emrappui-prod.ap-east-1.amazonaws.com", + "emrnotebooks-prod.ap-east-1.amazonaws.com", + "emrstudio-prod.ap-east-1.amazonaws.com", + "emrappui-prod.ap-northeast-1.amazonaws.com", + "emrnotebooks-prod.ap-northeast-1.amazonaws.com", + "emrstudio-prod.ap-northeast-1.amazonaws.com", + "emrappui-prod.ap-northeast-2.amazonaws.com", + "emrnotebooks-prod.ap-northeast-2.amazonaws.com", + "emrstudio-prod.ap-northeast-2.amazonaws.com", + "emrappui-prod.ap-northeast-3.amazonaws.com", + "emrnotebooks-prod.ap-northeast-3.amazonaws.com", + "emrstudio-prod.ap-northeast-3.amazonaws.com", + "emrappui-prod.ap-south-1.amazonaws.com", + "emrnotebooks-prod.ap-south-1.amazonaws.com", + "emrstudio-prod.ap-south-1.amazonaws.com", + "emrappui-prod.ap-south-2.amazonaws.com", + "emrnotebooks-prod.ap-south-2.amazonaws.com", + "emrstudio-prod.ap-south-2.amazonaws.com", + "emrappui-prod.ap-southeast-1.amazonaws.com", + "emrnotebooks-prod.ap-southeast-1.amazonaws.com", + "emrstudio-prod.ap-southeast-1.amazonaws.com", + "emrappui-prod.ap-southeast-2.amazonaws.com", + "emrnotebooks-prod.ap-southeast-2.amazonaws.com", + "emrstudio-prod.ap-southeast-2.amazonaws.com", + "emrappui-prod.ap-southeast-3.amazonaws.com", + "emrnotebooks-prod.ap-southeast-3.amazonaws.com", + "emrstudio-prod.ap-southeast-3.amazonaws.com", + "emrappui-prod.ap-southeast-4.amazonaws.com", + "emrnotebooks-prod.ap-southeast-4.amazonaws.com", + "emrstudio-prod.ap-southeast-4.amazonaws.com", + "emrappui-prod.ca-central-1.amazonaws.com", + "emrnotebooks-prod.ca-central-1.amazonaws.com", + "emrstudio-prod.ca-central-1.amazonaws.com", + "emrappui-prod.ca-west-1.amazonaws.com", + "emrnotebooks-prod.ca-west-1.amazonaws.com", + "emrstudio-prod.ca-west-1.amazonaws.com", + "emrappui-prod.eu-central-1.amazonaws.com", + "emrnotebooks-prod.eu-central-1.amazonaws.com", + "emrstudio-prod.eu-central-1.amazonaws.com", + "emrappui-prod.eu-central-2.amazonaws.com", + "emrnotebooks-prod.eu-central-2.amazonaws.com", + "emrstudio-prod.eu-central-2.amazonaws.com", + "emrappui-prod.eu-north-1.amazonaws.com", + "emrnotebooks-prod.eu-north-1.amazonaws.com", + "emrstudio-prod.eu-north-1.amazonaws.com", + "emrappui-prod.eu-south-1.amazonaws.com", + "emrnotebooks-prod.eu-south-1.amazonaws.com", + "emrstudio-prod.eu-south-1.amazonaws.com", + "emrappui-prod.eu-south-2.amazonaws.com", + "emrnotebooks-prod.eu-south-2.amazonaws.com", + "emrstudio-prod.eu-south-2.amazonaws.com", + "emrappui-prod.eu-west-1.amazonaws.com", + "emrnotebooks-prod.eu-west-1.amazonaws.com", + "emrstudio-prod.eu-west-1.amazonaws.com", + "emrappui-prod.eu-west-2.amazonaws.com", + "emrnotebooks-prod.eu-west-2.amazonaws.com", + "emrstudio-prod.eu-west-2.amazonaws.com", + "emrappui-prod.eu-west-3.amazonaws.com", + "emrnotebooks-prod.eu-west-3.amazonaws.com", + "emrstudio-prod.eu-west-3.amazonaws.com", + "emrappui-prod.il-central-1.amazonaws.com", + "emrnotebooks-prod.il-central-1.amazonaws.com", + "emrstudio-prod.il-central-1.amazonaws.com", + "emrappui-prod.me-central-1.amazonaws.com", + "emrnotebooks-prod.me-central-1.amazonaws.com", + "emrstudio-prod.me-central-1.amazonaws.com", + "emrappui-prod.me-south-1.amazonaws.com", + "emrnotebooks-prod.me-south-1.amazonaws.com", + "emrstudio-prod.me-south-1.amazonaws.com", + "emrappui-prod.sa-east-1.amazonaws.com", + "emrnotebooks-prod.sa-east-1.amazonaws.com", + "emrstudio-prod.sa-east-1.amazonaws.com", + "emrappui-prod.us-east-1.amazonaws.com", + "emrnotebooks-prod.us-east-1.amazonaws.com", + "emrstudio-prod.us-east-1.amazonaws.com", + "emrappui-prod.us-east-2.amazonaws.com", + "emrnotebooks-prod.us-east-2.amazonaws.com", + "emrstudio-prod.us-east-2.amazonaws.com", + "emrappui-prod.us-gov-east-1.amazonaws.com", + "emrnotebooks-prod.us-gov-east-1.amazonaws.com", + "emrstudio-prod.us-gov-east-1.amazonaws.com", + "emrappui-prod.us-gov-west-1.amazonaws.com", + "emrnotebooks-prod.us-gov-west-1.amazonaws.com", + "emrstudio-prod.us-gov-west-1.amazonaws.com", + "emrappui-prod.us-west-1.amazonaws.com", + "emrnotebooks-prod.us-west-1.amazonaws.com", + "emrstudio-prod.us-west-1.amazonaws.com", + "emrappui-prod.us-west-2.amazonaws.com", + "emrnotebooks-prod.us-west-2.amazonaws.com", + "emrstudio-prod.us-west-2.amazonaws.com", + "*.cn-north-1.airflow.amazonaws.com.cn", + "*.cn-northwest-1.airflow.amazonaws.com.cn", + "*.af-south-1.airflow.amazonaws.com", + "*.ap-east-1.airflow.amazonaws.com", + "*.ap-northeast-1.airflow.amazonaws.com", + "*.ap-northeast-2.airflow.amazonaws.com", + "*.ap-northeast-3.airflow.amazonaws.com", + "*.ap-south-1.airflow.amazonaws.com", + "*.ap-south-2.airflow.amazonaws.com", + "*.ap-southeast-1.airflow.amazonaws.com", + "*.ap-southeast-2.airflow.amazonaws.com", + "*.ap-southeast-3.airflow.amazonaws.com", + "*.ap-southeast-4.airflow.amazonaws.com", + "*.ca-central-1.airflow.amazonaws.com", + "*.ca-west-1.airflow.amazonaws.com", + "*.eu-central-1.airflow.amazonaws.com", + "*.eu-central-2.airflow.amazonaws.com", + "*.eu-north-1.airflow.amazonaws.com", + "*.eu-south-1.airflow.amazonaws.com", + "*.eu-south-2.airflow.amazonaws.com", + "*.eu-west-1.airflow.amazonaws.com", + "*.eu-west-2.airflow.amazonaws.com", + "*.eu-west-3.airflow.amazonaws.com", + "*.il-central-1.airflow.amazonaws.com", + "*.me-central-1.airflow.amazonaws.com", + "*.me-south-1.airflow.amazonaws.com", + "*.sa-east-1.airflow.amazonaws.com", + "*.us-east-1.airflow.amazonaws.com", + "*.us-east-2.airflow.amazonaws.com", + "*.us-west-1.airflow.amazonaws.com", + "*.us-west-2.airflow.amazonaws.com", + "s3.dualstack.cn-north-1.amazonaws.com.cn", + "s3-accesspoint.dualstack.cn-north-1.amazonaws.com.cn", + "s3-website.dualstack.cn-north-1.amazonaws.com.cn", + "s3.cn-north-1.amazonaws.com.cn", + "s3-accesspoint.cn-north-1.amazonaws.com.cn", + "s3-deprecated.cn-north-1.amazonaws.com.cn", + "s3-object-lambda.cn-north-1.amazonaws.com.cn", + "s3-website.cn-north-1.amazonaws.com.cn", + "s3.dualstack.cn-northwest-1.amazonaws.com.cn", + "s3-accesspoint.dualstack.cn-northwest-1.amazonaws.com.cn", + "s3.cn-northwest-1.amazonaws.com.cn", + "s3-accesspoint.cn-northwest-1.amazonaws.com.cn", + "s3-object-lambda.cn-northwest-1.amazonaws.com.cn", + "s3-website.cn-northwest-1.amazonaws.com.cn", + "s3.dualstack.af-south-1.amazonaws.com", + "s3-accesspoint.dualstack.af-south-1.amazonaws.com", + "s3-website.dualstack.af-south-1.amazonaws.com", + "s3.af-south-1.amazonaws.com", + "s3-accesspoint.af-south-1.amazonaws.com", + "s3-object-lambda.af-south-1.amazonaws.com", + "s3-website.af-south-1.amazonaws.com", + "s3.dualstack.ap-east-1.amazonaws.com", + "s3-accesspoint.dualstack.ap-east-1.amazonaws.com", + "s3.ap-east-1.amazonaws.com", + "s3-accesspoint.ap-east-1.amazonaws.com", + "s3-object-lambda.ap-east-1.amazonaws.com", + "s3-website.ap-east-1.amazonaws.com", + "s3.dualstack.ap-northeast-1.amazonaws.com", + "s3-accesspoint.dualstack.ap-northeast-1.amazonaws.com", + "s3-website.dualstack.ap-northeast-1.amazonaws.com", + "s3.ap-northeast-1.amazonaws.com", + "s3-accesspoint.ap-northeast-1.amazonaws.com", + "s3-object-lambda.ap-northeast-1.amazonaws.com", + "s3-website.ap-northeast-1.amazonaws.com", + "s3.dualstack.ap-northeast-2.amazonaws.com", + "s3-accesspoint.dualstack.ap-northeast-2.amazonaws.com", + "s3-website.dualstack.ap-northeast-2.amazonaws.com", + "s3.ap-northeast-2.amazonaws.com", + "s3-accesspoint.ap-northeast-2.amazonaws.com", + "s3-object-lambda.ap-northeast-2.amazonaws.com", + "s3-website.ap-northeast-2.amazonaws.com", + "s3.dualstack.ap-northeast-3.amazonaws.com", + "s3-accesspoint.dualstack.ap-northeast-3.amazonaws.com", + "s3-website.dualstack.ap-northeast-3.amazonaws.com", + "s3.ap-northeast-3.amazonaws.com", + "s3-accesspoint.ap-northeast-3.amazonaws.com", + "s3-object-lambda.ap-northeast-3.amazonaws.com", + "s3-website.ap-northeast-3.amazonaws.com", + "s3.dualstack.ap-south-1.amazonaws.com", + "s3-accesspoint.dualstack.ap-south-1.amazonaws.com", + "s3-website.dualstack.ap-south-1.amazonaws.com", + "s3.ap-south-1.amazonaws.com", + "s3-accesspoint.ap-south-1.amazonaws.com", + "s3-object-lambda.ap-south-1.amazonaws.com", + "s3-website.ap-south-1.amazonaws.com", + "s3.dualstack.ap-south-2.amazonaws.com", + "s3-accesspoint.dualstack.ap-south-2.amazonaws.com", + "s3-website.dualstack.ap-south-2.amazonaws.com", + "s3.ap-south-2.amazonaws.com", + "s3-accesspoint.ap-south-2.amazonaws.com", + "s3-object-lambda.ap-south-2.amazonaws.com", + "s3-website.ap-south-2.amazonaws.com", + "s3.dualstack.ap-southeast-1.amazonaws.com", + "s3-accesspoint.dualstack.ap-southeast-1.amazonaws.com", + "s3-website.dualstack.ap-southeast-1.amazonaws.com", + "s3.ap-southeast-1.amazonaws.com", + "s3-accesspoint.ap-southeast-1.amazonaws.com", + "s3-object-lambda.ap-southeast-1.amazonaws.com", + "s3-website.ap-southeast-1.amazonaws.com", + "s3.dualstack.ap-southeast-2.amazonaws.com", + "s3-accesspoint.dualstack.ap-southeast-2.amazonaws.com", + "s3-website.dualstack.ap-southeast-2.amazonaws.com", + "s3.ap-southeast-2.amazonaws.com", + "s3-accesspoint.ap-southeast-2.amazonaws.com", + "s3-object-lambda.ap-southeast-2.amazonaws.com", + "s3-website.ap-southeast-2.amazonaws.com", + "s3.dualstack.ap-southeast-3.amazonaws.com", + "s3-accesspoint.dualstack.ap-southeast-3.amazonaws.com", + "s3-website.dualstack.ap-southeast-3.amazonaws.com", + "s3.ap-southeast-3.amazonaws.com", + "s3-accesspoint.ap-southeast-3.amazonaws.com", + "s3-object-lambda.ap-southeast-3.amazonaws.com", + "s3-website.ap-southeast-3.amazonaws.com", + "s3.dualstack.ap-southeast-4.amazonaws.com", + "s3-accesspoint.dualstack.ap-southeast-4.amazonaws.com", + "s3-website.dualstack.ap-southeast-4.amazonaws.com", + "s3.ap-southeast-4.amazonaws.com", + "s3-accesspoint.ap-southeast-4.amazonaws.com", + "s3-object-lambda.ap-southeast-4.amazonaws.com", + "s3-website.ap-southeast-4.amazonaws.com", + "s3.dualstack.ap-southeast-5.amazonaws.com", + "s3-accesspoint.dualstack.ap-southeast-5.amazonaws.com", + "s3-website.dualstack.ap-southeast-5.amazonaws.com", + "s3.ap-southeast-5.amazonaws.com", + "s3-accesspoint.ap-southeast-5.amazonaws.com", + "s3-deprecated.ap-southeast-5.amazonaws.com", + "s3-object-lambda.ap-southeast-5.amazonaws.com", + "s3-website.ap-southeast-5.amazonaws.com", + "s3.dualstack.ca-central-1.amazonaws.com", + "s3-accesspoint.dualstack.ca-central-1.amazonaws.com", + "s3-accesspoint-fips.dualstack.ca-central-1.amazonaws.com", + "s3-fips.dualstack.ca-central-1.amazonaws.com", + "s3-website.dualstack.ca-central-1.amazonaws.com", + "s3.ca-central-1.amazonaws.com", + "s3-accesspoint.ca-central-1.amazonaws.com", + "s3-accesspoint-fips.ca-central-1.amazonaws.com", + "s3-fips.ca-central-1.amazonaws.com", + "s3-object-lambda.ca-central-1.amazonaws.com", + "s3-website.ca-central-1.amazonaws.com", + "s3.dualstack.ca-west-1.amazonaws.com", + "s3-accesspoint.dualstack.ca-west-1.amazonaws.com", + "s3-accesspoint-fips.dualstack.ca-west-1.amazonaws.com", + "s3-fips.dualstack.ca-west-1.amazonaws.com", + "s3-website.dualstack.ca-west-1.amazonaws.com", + "s3.ca-west-1.amazonaws.com", + "s3-accesspoint.ca-west-1.amazonaws.com", + "s3-accesspoint-fips.ca-west-1.amazonaws.com", + "s3-fips.ca-west-1.amazonaws.com", + "s3-object-lambda.ca-west-1.amazonaws.com", + "s3-website.ca-west-1.amazonaws.com", + "s3.dualstack.eu-central-1.amazonaws.com", + "s3-accesspoint.dualstack.eu-central-1.amazonaws.com", + "s3-website.dualstack.eu-central-1.amazonaws.com", + "s3.eu-central-1.amazonaws.com", + "s3-accesspoint.eu-central-1.amazonaws.com", + "s3-object-lambda.eu-central-1.amazonaws.com", + "s3-website.eu-central-1.amazonaws.com", + "s3.dualstack.eu-central-2.amazonaws.com", + "s3-accesspoint.dualstack.eu-central-2.amazonaws.com", + "s3-website.dualstack.eu-central-2.amazonaws.com", + "s3.eu-central-2.amazonaws.com", + "s3-accesspoint.eu-central-2.amazonaws.com", + "s3-object-lambda.eu-central-2.amazonaws.com", + "s3-website.eu-central-2.amazonaws.com", + "s3.dualstack.eu-north-1.amazonaws.com", + "s3-accesspoint.dualstack.eu-north-1.amazonaws.com", + "s3.eu-north-1.amazonaws.com", + "s3-accesspoint.eu-north-1.amazonaws.com", + "s3-object-lambda.eu-north-1.amazonaws.com", + "s3-website.eu-north-1.amazonaws.com", + "s3.dualstack.eu-south-1.amazonaws.com", + "s3-accesspoint.dualstack.eu-south-1.amazonaws.com", + "s3-website.dualstack.eu-south-1.amazonaws.com", + "s3.eu-south-1.amazonaws.com", + "s3-accesspoint.eu-south-1.amazonaws.com", + "s3-object-lambda.eu-south-1.amazonaws.com", + "s3-website.eu-south-1.amazonaws.com", + "s3.dualstack.eu-south-2.amazonaws.com", + "s3-accesspoint.dualstack.eu-south-2.amazonaws.com", + "s3-website.dualstack.eu-south-2.amazonaws.com", + "s3.eu-south-2.amazonaws.com", + "s3-accesspoint.eu-south-2.amazonaws.com", + "s3-object-lambda.eu-south-2.amazonaws.com", + "s3-website.eu-south-2.amazonaws.com", + "s3.dualstack.eu-west-1.amazonaws.com", + "s3-accesspoint.dualstack.eu-west-1.amazonaws.com", + "s3-website.dualstack.eu-west-1.amazonaws.com", + "s3.eu-west-1.amazonaws.com", + "s3-accesspoint.eu-west-1.amazonaws.com", + "s3-deprecated.eu-west-1.amazonaws.com", + "s3-object-lambda.eu-west-1.amazonaws.com", + "s3-website.eu-west-1.amazonaws.com", + "s3.dualstack.eu-west-2.amazonaws.com", + "s3-accesspoint.dualstack.eu-west-2.amazonaws.com", + "s3.eu-west-2.amazonaws.com", + "s3-accesspoint.eu-west-2.amazonaws.com", + "s3-object-lambda.eu-west-2.amazonaws.com", + "s3-website.eu-west-2.amazonaws.com", + "s3.dualstack.eu-west-3.amazonaws.com", + "s3-accesspoint.dualstack.eu-west-3.amazonaws.com", + "s3-website.dualstack.eu-west-3.amazonaws.com", + "s3.eu-west-3.amazonaws.com", + "s3-accesspoint.eu-west-3.amazonaws.com", + "s3-object-lambda.eu-west-3.amazonaws.com", + "s3-website.eu-west-3.amazonaws.com", + "s3.dualstack.il-central-1.amazonaws.com", + "s3-accesspoint.dualstack.il-central-1.amazonaws.com", + "s3-website.dualstack.il-central-1.amazonaws.com", + "s3.il-central-1.amazonaws.com", + "s3-accesspoint.il-central-1.amazonaws.com", + "s3-object-lambda.il-central-1.amazonaws.com", + "s3-website.il-central-1.amazonaws.com", + "s3.dualstack.me-central-1.amazonaws.com", + "s3-accesspoint.dualstack.me-central-1.amazonaws.com", + "s3-website.dualstack.me-central-1.amazonaws.com", + "s3.me-central-1.amazonaws.com", + "s3-accesspoint.me-central-1.amazonaws.com", + "s3-object-lambda.me-central-1.amazonaws.com", + "s3-website.me-central-1.amazonaws.com", + "s3.dualstack.me-south-1.amazonaws.com", + "s3-accesspoint.dualstack.me-south-1.amazonaws.com", + "s3.me-south-1.amazonaws.com", + "s3-accesspoint.me-south-1.amazonaws.com", + "s3-object-lambda.me-south-1.amazonaws.com", + "s3-website.me-south-1.amazonaws.com", + "s3.amazonaws.com", + "s3-1.amazonaws.com", + "s3-ap-east-1.amazonaws.com", + "s3-ap-northeast-1.amazonaws.com", + "s3-ap-northeast-2.amazonaws.com", + "s3-ap-northeast-3.amazonaws.com", + "s3-ap-south-1.amazonaws.com", + "s3-ap-southeast-1.amazonaws.com", + "s3-ap-southeast-2.amazonaws.com", + "s3-ca-central-1.amazonaws.com", + "s3-eu-central-1.amazonaws.com", + "s3-eu-north-1.amazonaws.com", + "s3-eu-west-1.amazonaws.com", + "s3-eu-west-2.amazonaws.com", + "s3-eu-west-3.amazonaws.com", + "s3-external-1.amazonaws.com", + "s3-fips-us-gov-east-1.amazonaws.com", + "s3-fips-us-gov-west-1.amazonaws.com", + "mrap.accesspoint.s3-global.amazonaws.com", + "s3-me-south-1.amazonaws.com", + "s3-sa-east-1.amazonaws.com", + "s3-us-east-2.amazonaws.com", + "s3-us-gov-east-1.amazonaws.com", + "s3-us-gov-west-1.amazonaws.com", + "s3-us-west-1.amazonaws.com", + "s3-us-west-2.amazonaws.com", + "s3-website-ap-northeast-1.amazonaws.com", + "s3-website-ap-southeast-1.amazonaws.com", + "s3-website-ap-southeast-2.amazonaws.com", + "s3-website-eu-west-1.amazonaws.com", + "s3-website-sa-east-1.amazonaws.com", + "s3-website-us-east-1.amazonaws.com", + "s3-website-us-gov-west-1.amazonaws.com", + "s3-website-us-west-1.amazonaws.com", + "s3-website-us-west-2.amazonaws.com", + "s3.dualstack.sa-east-1.amazonaws.com", + "s3-accesspoint.dualstack.sa-east-1.amazonaws.com", + "s3-website.dualstack.sa-east-1.amazonaws.com", + "s3.sa-east-1.amazonaws.com", + "s3-accesspoint.sa-east-1.amazonaws.com", + "s3-object-lambda.sa-east-1.amazonaws.com", + "s3-website.sa-east-1.amazonaws.com", + "s3.dualstack.us-east-1.amazonaws.com", + "s3-accesspoint.dualstack.us-east-1.amazonaws.com", + "s3-accesspoint-fips.dualstack.us-east-1.amazonaws.com", + "s3-fips.dualstack.us-east-1.amazonaws.com", + "s3-website.dualstack.us-east-1.amazonaws.com", + "s3.us-east-1.amazonaws.com", + "s3-accesspoint.us-east-1.amazonaws.com", + "s3-accesspoint-fips.us-east-1.amazonaws.com", + "s3-deprecated.us-east-1.amazonaws.com", + "s3-fips.us-east-1.amazonaws.com", + "s3-object-lambda.us-east-1.amazonaws.com", + "s3-website.us-east-1.amazonaws.com", + "s3.dualstack.us-east-2.amazonaws.com", + "s3-accesspoint.dualstack.us-east-2.amazonaws.com", + "s3-accesspoint-fips.dualstack.us-east-2.amazonaws.com", + "s3-fips.dualstack.us-east-2.amazonaws.com", + "s3-website.dualstack.us-east-2.amazonaws.com", + "s3.us-east-2.amazonaws.com", + "s3-accesspoint.us-east-2.amazonaws.com", + "s3-accesspoint-fips.us-east-2.amazonaws.com", + "s3-deprecated.us-east-2.amazonaws.com", + "s3-fips.us-east-2.amazonaws.com", + "s3-object-lambda.us-east-2.amazonaws.com", + "s3-website.us-east-2.amazonaws.com", + "s3.dualstack.us-gov-east-1.amazonaws.com", + "s3-accesspoint.dualstack.us-gov-east-1.amazonaws.com", + "s3-accesspoint-fips.dualstack.us-gov-east-1.amazonaws.com", + "s3-fips.dualstack.us-gov-east-1.amazonaws.com", + "s3.us-gov-east-1.amazonaws.com", + "s3-accesspoint.us-gov-east-1.amazonaws.com", + "s3-accesspoint-fips.us-gov-east-1.amazonaws.com", + "s3-fips.us-gov-east-1.amazonaws.com", + "s3-object-lambda.us-gov-east-1.amazonaws.com", + "s3-website.us-gov-east-1.amazonaws.com", + "s3.dualstack.us-gov-west-1.amazonaws.com", + "s3-accesspoint.dualstack.us-gov-west-1.amazonaws.com", + "s3-accesspoint-fips.dualstack.us-gov-west-1.amazonaws.com", + "s3-fips.dualstack.us-gov-west-1.amazonaws.com", + "s3.us-gov-west-1.amazonaws.com", + "s3-accesspoint.us-gov-west-1.amazonaws.com", + "s3-accesspoint-fips.us-gov-west-1.amazonaws.com", + "s3-fips.us-gov-west-1.amazonaws.com", + "s3-object-lambda.us-gov-west-1.amazonaws.com", + "s3-website.us-gov-west-1.amazonaws.com", + "s3.dualstack.us-west-1.amazonaws.com", + "s3-accesspoint.dualstack.us-west-1.amazonaws.com", + "s3-accesspoint-fips.dualstack.us-west-1.amazonaws.com", + "s3-fips.dualstack.us-west-1.amazonaws.com", + "s3-website.dualstack.us-west-1.amazonaws.com", + "s3.us-west-1.amazonaws.com", + "s3-accesspoint.us-west-1.amazonaws.com", + "s3-accesspoint-fips.us-west-1.amazonaws.com", + "s3-fips.us-west-1.amazonaws.com", + "s3-object-lambda.us-west-1.amazonaws.com", + "s3-website.us-west-1.amazonaws.com", + "s3.dualstack.us-west-2.amazonaws.com", + "s3-accesspoint.dualstack.us-west-2.amazonaws.com", + "s3-accesspoint-fips.dualstack.us-west-2.amazonaws.com", + "s3-fips.dualstack.us-west-2.amazonaws.com", + "s3-website.dualstack.us-west-2.amazonaws.com", + "s3.us-west-2.amazonaws.com", + "s3-accesspoint.us-west-2.amazonaws.com", + "s3-accesspoint-fips.us-west-2.amazonaws.com", + "s3-deprecated.us-west-2.amazonaws.com", + "s3-fips.us-west-2.amazonaws.com", + "s3-object-lambda.us-west-2.amazonaws.com", + "s3-website.us-west-2.amazonaws.com", + "labeling.ap-northeast-1.sagemaker.aws", + "labeling.ap-northeast-2.sagemaker.aws", + "labeling.ap-south-1.sagemaker.aws", + "labeling.ap-southeast-1.sagemaker.aws", + "labeling.ap-southeast-2.sagemaker.aws", + "labeling.ca-central-1.sagemaker.aws", + "labeling.eu-central-1.sagemaker.aws", + "labeling.eu-west-1.sagemaker.aws", + "labeling.eu-west-2.sagemaker.aws", + "labeling.us-east-1.sagemaker.aws", + "labeling.us-east-2.sagemaker.aws", + "labeling.us-west-2.sagemaker.aws", + "notebook.af-south-1.sagemaker.aws", + "notebook.ap-east-1.sagemaker.aws", + "notebook.ap-northeast-1.sagemaker.aws", + "notebook.ap-northeast-2.sagemaker.aws", + "notebook.ap-northeast-3.sagemaker.aws", + "notebook.ap-south-1.sagemaker.aws", + "notebook.ap-south-2.sagemaker.aws", + "notebook.ap-southeast-1.sagemaker.aws", + "notebook.ap-southeast-2.sagemaker.aws", + "notebook.ap-southeast-3.sagemaker.aws", + "notebook.ap-southeast-4.sagemaker.aws", + "notebook.ca-central-1.sagemaker.aws", + "notebook-fips.ca-central-1.sagemaker.aws", + "notebook.ca-west-1.sagemaker.aws", + "notebook-fips.ca-west-1.sagemaker.aws", + "notebook.eu-central-1.sagemaker.aws", + "notebook.eu-central-2.sagemaker.aws", + "notebook.eu-north-1.sagemaker.aws", + "notebook.eu-south-1.sagemaker.aws", + "notebook.eu-south-2.sagemaker.aws", + "notebook.eu-west-1.sagemaker.aws", + "notebook.eu-west-2.sagemaker.aws", + "notebook.eu-west-3.sagemaker.aws", + "notebook.il-central-1.sagemaker.aws", + "notebook.me-central-1.sagemaker.aws", + "notebook.me-south-1.sagemaker.aws", + "notebook.sa-east-1.sagemaker.aws", + "notebook.us-east-1.sagemaker.aws", + "notebook-fips.us-east-1.sagemaker.aws", + "notebook.us-east-2.sagemaker.aws", + "notebook-fips.us-east-2.sagemaker.aws", + "notebook.us-gov-east-1.sagemaker.aws", + "notebook-fips.us-gov-east-1.sagemaker.aws", + "notebook.us-gov-west-1.sagemaker.aws", + "notebook-fips.us-gov-west-1.sagemaker.aws", + "notebook.us-west-1.sagemaker.aws", + "notebook-fips.us-west-1.sagemaker.aws", + "notebook.us-west-2.sagemaker.aws", + "notebook-fips.us-west-2.sagemaker.aws", + "notebook.cn-north-1.sagemaker.com.cn", + "notebook.cn-northwest-1.sagemaker.com.cn", + "studio.af-south-1.sagemaker.aws", + "studio.ap-east-1.sagemaker.aws", + "studio.ap-northeast-1.sagemaker.aws", + "studio.ap-northeast-2.sagemaker.aws", + "studio.ap-northeast-3.sagemaker.aws", + "studio.ap-south-1.sagemaker.aws", + "studio.ap-southeast-1.sagemaker.aws", + "studio.ap-southeast-2.sagemaker.aws", + "studio.ap-southeast-3.sagemaker.aws", + "studio.ca-central-1.sagemaker.aws", + "studio.eu-central-1.sagemaker.aws", + "studio.eu-north-1.sagemaker.aws", + "studio.eu-south-1.sagemaker.aws", + "studio.eu-south-2.sagemaker.aws", + "studio.eu-west-1.sagemaker.aws", + "studio.eu-west-2.sagemaker.aws", + "studio.eu-west-3.sagemaker.aws", + "studio.il-central-1.sagemaker.aws", + "studio.me-central-1.sagemaker.aws", + "studio.me-south-1.sagemaker.aws", + "studio.sa-east-1.sagemaker.aws", + "studio.us-east-1.sagemaker.aws", + "studio.us-east-2.sagemaker.aws", + "studio.us-gov-east-1.sagemaker.aws", + "studio-fips.us-gov-east-1.sagemaker.aws", + "studio.us-gov-west-1.sagemaker.aws", + "studio-fips.us-gov-west-1.sagemaker.aws", + "studio.us-west-1.sagemaker.aws", + "studio.us-west-2.sagemaker.aws", + "studio.cn-north-1.sagemaker.com.cn", + "studio.cn-northwest-1.sagemaker.com.cn", + "*.experiments.sagemaker.aws", + "analytics-gateway.ap-northeast-1.amazonaws.com", + "analytics-gateway.ap-northeast-2.amazonaws.com", + "analytics-gateway.ap-south-1.amazonaws.com", + "analytics-gateway.ap-southeast-1.amazonaws.com", + "analytics-gateway.ap-southeast-2.amazonaws.com", + "analytics-gateway.eu-central-1.amazonaws.com", + "analytics-gateway.eu-west-1.amazonaws.com", + "analytics-gateway.us-east-1.amazonaws.com", + "analytics-gateway.us-east-2.amazonaws.com", + "analytics-gateway.us-west-2.amazonaws.com", + "amplifyapp.com", + "*.awsapprunner.com", + "webview-assets.aws-cloud9.af-south-1.amazonaws.com", + "vfs.cloud9.af-south-1.amazonaws.com", + "webview-assets.cloud9.af-south-1.amazonaws.com", + "webview-assets.aws-cloud9.ap-east-1.amazonaws.com", + "vfs.cloud9.ap-east-1.amazonaws.com", + "webview-assets.cloud9.ap-east-1.amazonaws.com", + "webview-assets.aws-cloud9.ap-northeast-1.amazonaws.com", + "vfs.cloud9.ap-northeast-1.amazonaws.com", + "webview-assets.cloud9.ap-northeast-1.amazonaws.com", + "webview-assets.aws-cloud9.ap-northeast-2.amazonaws.com", + "vfs.cloud9.ap-northeast-2.amazonaws.com", + "webview-assets.cloud9.ap-northeast-2.amazonaws.com", + "webview-assets.aws-cloud9.ap-northeast-3.amazonaws.com", + "vfs.cloud9.ap-northeast-3.amazonaws.com", + "webview-assets.cloud9.ap-northeast-3.amazonaws.com", + "webview-assets.aws-cloud9.ap-south-1.amazonaws.com", + "vfs.cloud9.ap-south-1.amazonaws.com", + "webview-assets.cloud9.ap-south-1.amazonaws.com", + "webview-assets.aws-cloud9.ap-southeast-1.amazonaws.com", + "vfs.cloud9.ap-southeast-1.amazonaws.com", + "webview-assets.cloud9.ap-southeast-1.amazonaws.com", + "webview-assets.aws-cloud9.ap-southeast-2.amazonaws.com", + "vfs.cloud9.ap-southeast-2.amazonaws.com", + "webview-assets.cloud9.ap-southeast-2.amazonaws.com", + "webview-assets.aws-cloud9.ca-central-1.amazonaws.com", + "vfs.cloud9.ca-central-1.amazonaws.com", + "webview-assets.cloud9.ca-central-1.amazonaws.com", + "webview-assets.aws-cloud9.eu-central-1.amazonaws.com", + "vfs.cloud9.eu-central-1.amazonaws.com", + "webview-assets.cloud9.eu-central-1.amazonaws.com", + "webview-assets.aws-cloud9.eu-north-1.amazonaws.com", + "vfs.cloud9.eu-north-1.amazonaws.com", + "webview-assets.cloud9.eu-north-1.amazonaws.com", + "webview-assets.aws-cloud9.eu-south-1.amazonaws.com", + "vfs.cloud9.eu-south-1.amazonaws.com", + "webview-assets.cloud9.eu-south-1.amazonaws.com", + "webview-assets.aws-cloud9.eu-west-1.amazonaws.com", + "vfs.cloud9.eu-west-1.amazonaws.com", + "webview-assets.cloud9.eu-west-1.amazonaws.com", + "webview-assets.aws-cloud9.eu-west-2.amazonaws.com", + "vfs.cloud9.eu-west-2.amazonaws.com", + "webview-assets.cloud9.eu-west-2.amazonaws.com", + "webview-assets.aws-cloud9.eu-west-3.amazonaws.com", + "vfs.cloud9.eu-west-3.amazonaws.com", + "webview-assets.cloud9.eu-west-3.amazonaws.com", + "webview-assets.aws-cloud9.il-central-1.amazonaws.com", + "vfs.cloud9.il-central-1.amazonaws.com", + "webview-assets.aws-cloud9.me-south-1.amazonaws.com", + "vfs.cloud9.me-south-1.amazonaws.com", + "webview-assets.cloud9.me-south-1.amazonaws.com", + "webview-assets.aws-cloud9.sa-east-1.amazonaws.com", + "vfs.cloud9.sa-east-1.amazonaws.com", + "webview-assets.cloud9.sa-east-1.amazonaws.com", + "webview-assets.aws-cloud9.us-east-1.amazonaws.com", + "vfs.cloud9.us-east-1.amazonaws.com", + "webview-assets.cloud9.us-east-1.amazonaws.com", + "webview-assets.aws-cloud9.us-east-2.amazonaws.com", + "vfs.cloud9.us-east-2.amazonaws.com", + "webview-assets.cloud9.us-east-2.amazonaws.com", + "webview-assets.aws-cloud9.us-west-1.amazonaws.com", + "vfs.cloud9.us-west-1.amazonaws.com", + "webview-assets.cloud9.us-west-1.amazonaws.com", + "webview-assets.aws-cloud9.us-west-2.amazonaws.com", + "vfs.cloud9.us-west-2.amazonaws.com", + "webview-assets.cloud9.us-west-2.amazonaws.com", + "awsapps.com", + "cn-north-1.eb.amazonaws.com.cn", + "cn-northwest-1.eb.amazonaws.com.cn", + "elasticbeanstalk.com", + "af-south-1.elasticbeanstalk.com", + "ap-east-1.elasticbeanstalk.com", + "ap-northeast-1.elasticbeanstalk.com", + "ap-northeast-2.elasticbeanstalk.com", + "ap-northeast-3.elasticbeanstalk.com", + "ap-south-1.elasticbeanstalk.com", + "ap-southeast-1.elasticbeanstalk.com", + "ap-southeast-2.elasticbeanstalk.com", + "ap-southeast-3.elasticbeanstalk.com", + "ca-central-1.elasticbeanstalk.com", + "eu-central-1.elasticbeanstalk.com", + "eu-north-1.elasticbeanstalk.com", + "eu-south-1.elasticbeanstalk.com", + "eu-west-1.elasticbeanstalk.com", + "eu-west-2.elasticbeanstalk.com", + "eu-west-3.elasticbeanstalk.com", + "il-central-1.elasticbeanstalk.com", + "me-south-1.elasticbeanstalk.com", + "sa-east-1.elasticbeanstalk.com", + "us-east-1.elasticbeanstalk.com", + "us-east-2.elasticbeanstalk.com", + "us-gov-east-1.elasticbeanstalk.com", + "us-gov-west-1.elasticbeanstalk.com", + "us-west-1.elasticbeanstalk.com", + "us-west-2.elasticbeanstalk.com", + "*.elb.amazonaws.com.cn", + "*.elb.amazonaws.com", + "awsglobalaccelerator.com", + "*.private.repost.aws", + "eero.online", + "eero-stage.online", + "apigee.io", + "panel.dev", + "siiites.com", + "appspacehosted.com", + "appspaceusercontent.com", + "appudo.net", + "on-aptible.com", + "f5.si", + "arvanedge.ir", + "user.aseinet.ne.jp", + "gv.vc", + "d.gv.vc", + "user.party.eus", + "pimienta.org", + "poivron.org", + "potager.org", + "sweetpepper.org", + "myasustor.com", + "cdn.prod.atlassian-dev.net", + "translated.page", + "myfritz.link", + "myfritz.net", + "onavstack.net", + "*.awdev.ca", + "*.advisor.ws", + "ecommerce-shop.pl", + "b-data.io", + "balena-devices.com", + "base.ec", + "official.ec", + "buyshop.jp", + "fashionstore.jp", + "handcrafted.jp", + "kawaiishop.jp", + "supersale.jp", + "theshop.jp", + "shopselect.net", + "base.shop", + "beagleboard.io", + "*.beget.app", + "pages.gay", + "bnr.la", + "bitbucket.io", + "blackbaudcdn.net", + "of.je", + "bluebite.io", + "boomla.net", + "boutir.com", + "boxfuse.io", + "square7.ch", + "bplaced.com", + "bplaced.de", + "square7.de", + "bplaced.net", + "square7.net", + "*.s.brave.io", + "shop.brendly.hr", + "shop.brendly.rs", + "browsersafetymark.io", + "radio.am", + "radio.fm", + "uk0.bigv.io", + "dh.bytemark.co.uk", + "vm.bytemark.co.uk", + "cafjs.com", + "canva-apps.cn", + "*.my.canvasite.cn", + "canva-apps.com", + "*.my.canva.site", + "drr.ac", + "uwu.ai", + "carrd.co", + "crd.co", + "ju.mp", + "api.gov.uk", + "cdn77-storage.com", + "rsc.contentproxy9.cz", + "r.cdn77.net", + "cdn77-ssl.net", + "c.cdn77.org", + "rsc.cdn77.org", + "ssl.origin.cdn77-secure.org", + "za.bz", + "br.com", + "cn.com", + "de.com", + "eu.com", + "jpn.com", + "mex.com", + "ru.com", + "sa.com", + "uk.com", + "us.com", + "za.com", + "com.de", + "gb.net", + "hu.net", + "jp.net", + "se.net", + "uk.net", + "ae.org", + "com.se", + "cx.ua", + "discourse.group", + "discourse.team", + "clerk.app", + "clerkstage.app", + "*.lcl.dev", + "*.lclstage.dev", + "*.stg.dev", + "*.stgstage.dev", + "cleverapps.cc", + "*.services.clever-cloud.com", + "cleverapps.io", + "cleverapps.tech", + "clickrising.net", + "cloudns.asia", + "cloudns.be", + "cloud-ip.biz", + "cloudns.biz", + "cloudns.cc", + "cloudns.ch", + "cloudns.cl", + "cloudns.club", + "dnsabr.com", + "ip-ddns.com", + "cloudns.cx", + "cloudns.eu", + "cloudns.in", + "cloudns.info", + "ddns-ip.net", + "dns-cloud.net", + "dns-dynamic.net", + "cloudns.nz", + "cloudns.org", + "ip-dynamic.org", + "cloudns.ph", + "cloudns.pro", + "cloudns.pw", + "cloudns.us", + "c66.me", + "cloud66.ws", + "cloud66.zone", + "jdevcloud.com", + "wpdevcloud.com", + "cloudaccess.host", + "freesite.host", + "cloudaccess.net", + "*.cloudera.site", + "cf-ipfs.com", + "cloudflare-ipfs.com", + "trycloudflare.com", + "pages.dev", + "r2.dev", + "workers.dev", + "cloudflare.net", + "cdn.cloudflare.net", + "cdn.cloudflareanycast.net", + "cdn.cloudflarecn.net", + "cdn.cloudflareglobal.net", + "cust.cloudscale.ch", + "objects.lpg.cloudscale.ch", + "objects.rma.cloudscale.ch", + "wnext.app", + "cnpy.gdn", + "*.otap.co", + "co.ca", + "co.com", + "codeberg.page", + "csb.app", + "preview.csb.app", + "co.nl", + "co.no", + "webhosting.be", + "hosting-cluster.nl", + "ctfcloud.net", + "convex.site", + "ac.ru", + "edu.ru", + "gov.ru", + "int.ru", + "mil.ru", + "test.ru", + "dyn.cosidns.de", + "dnsupdater.de", + "dynamisches-dns.de", + "internet-dns.de", + "l-o-g-i-n.de", + "dynamic-dns.info", + "feste-ip.net", + "knx-server.net", + "static-access.net", + "craft.me", + "realm.cz", + "on.crisp.email", + "*.cryptonomic.net", + "curv.dev", + "cfolks.pl", + "cyon.link", + "cyon.site", + "platform0.app", + "fnwk.site", + "folionetwork.site", + "biz.dk", + "co.dk", + "firm.dk", + "reg.dk", + "store.dk", + "dyndns.dappnode.io", + "builtwithdark.com", + "darklang.io", + "demo.datadetect.com", + "instance.datadetect.com", + "edgestack.me", + "dattolocal.com", + "dattorelay.com", + "dattoweb.com", + "mydatto.com", + "dattolocal.net", + "mydatto.net", + "ddnss.de", + "dyn.ddnss.de", + "dyndns.ddnss.de", + "dyn-ip24.de", + "dyndns1.de", + "home-webserver.de", + "dyn.home-webserver.de", + "myhome-server.de", + "ddnss.org", + "debian.net", + "definima.io", + "definima.net", + "deno.dev", + "deno-staging.dev", + "dedyn.io", + "deta.app", + "deta.dev", + "dfirma.pl", + "dkonto.pl", + "you2.pl", + "ondigitalocean.app", + "*.digitaloceanspaces.com", + "us.kg", + "rss.my.id", + "diher.solutions", + "discordsays.com", + "discordsez.com", + "jozi.biz", + "dnshome.de", + "online.th", + "shop.th", + "drayddns.com", + "shoparena.pl", + "dreamhosters.com", + "durumis.com", + "mydrobo.com", + "drud.io", + "drud.us", + "duckdns.org", + "dy.fi", + "tunk.org", + "dyndns.biz", + "for-better.biz", + "for-more.biz", + "for-some.biz", + "for-the.biz", + "selfip.biz", + "webhop.biz", + "ftpaccess.cc", + "game-server.cc", + "myphotos.cc", + "scrapping.cc", + "blogdns.com", + "cechire.com", + "dnsalias.com", + "dnsdojo.com", + "doesntexist.com", + "dontexist.com", + "doomdns.com", + "dyn-o-saur.com", + "dynalias.com", + "dyndns-at-home.com", + "dyndns-at-work.com", + "dyndns-blog.com", + "dyndns-free.com", + "dyndns-home.com", + "dyndns-ip.com", + "dyndns-mail.com", + "dyndns-office.com", + "dyndns-pics.com", + "dyndns-remote.com", + "dyndns-server.com", + "dyndns-web.com", + "dyndns-wiki.com", + "dyndns-work.com", + "est-a-la-maison.com", + "est-a-la-masion.com", + "est-le-patron.com", + "est-mon-blogueur.com", + "from-ak.com", + "from-al.com", + "from-ar.com", + "from-ca.com", + "from-ct.com", + "from-dc.com", + "from-de.com", + "from-fl.com", + "from-ga.com", + "from-hi.com", + "from-ia.com", + "from-id.com", + "from-il.com", + "from-in.com", + "from-ks.com", + "from-ky.com", + "from-ma.com", + "from-md.com", + "from-mi.com", + "from-mn.com", + "from-mo.com", + "from-ms.com", + "from-mt.com", + "from-nc.com", + "from-nd.com", + "from-ne.com", + "from-nh.com", + "from-nj.com", + "from-nm.com", + "from-nv.com", + "from-oh.com", + "from-ok.com", + "from-or.com", + "from-pa.com", + "from-pr.com", + "from-ri.com", + "from-sc.com", + "from-sd.com", + "from-tn.com", + "from-tx.com", + "from-ut.com", + "from-va.com", + "from-vt.com", + "from-wa.com", + "from-wi.com", + "from-wv.com", + "from-wy.com", + "getmyip.com", + "gotdns.com", + "hobby-site.com", + "homelinux.com", + "homeunix.com", + "iamallama.com", + "is-a-anarchist.com", + "is-a-blogger.com", + "is-a-bookkeeper.com", + "is-a-bulls-fan.com", + "is-a-caterer.com", + "is-a-chef.com", + "is-a-conservative.com", + "is-a-cpa.com", + "is-a-cubicle-slave.com", + "is-a-democrat.com", + "is-a-designer.com", + "is-a-doctor.com", + "is-a-financialadvisor.com", + "is-a-geek.com", + "is-a-green.com", + "is-a-guru.com", + "is-a-hard-worker.com", + "is-a-hunter.com", + "is-a-landscaper.com", + "is-a-lawyer.com", + "is-a-liberal.com", + "is-a-libertarian.com", + "is-a-llama.com", + "is-a-musician.com", + "is-a-nascarfan.com", + "is-a-nurse.com", + "is-a-painter.com", + "is-a-personaltrainer.com", + "is-a-photographer.com", + "is-a-player.com", + "is-a-republican.com", + "is-a-rockstar.com", + "is-a-socialist.com", + "is-a-student.com", + "is-a-teacher.com", + "is-a-techie.com", + "is-a-therapist.com", + "is-an-accountant.com", + "is-an-actor.com", + "is-an-actress.com", + "is-an-anarchist.com", + "is-an-artist.com", + "is-an-engineer.com", + "is-an-entertainer.com", + "is-certified.com", + "is-gone.com", + "is-into-anime.com", + "is-into-cars.com", + "is-into-cartoons.com", + "is-into-games.com", + "is-leet.com", + "is-not-certified.com", + "is-slick.com", + "is-uberleet.com", + "is-with-theband.com", + "isa-geek.com", + "isa-hockeynut.com", + "issmarterthanyou.com", + "likes-pie.com", + "likescandy.com", + "neat-url.com", + "saves-the-whales.com", + "selfip.com", + "sells-for-less.com", + "sells-for-u.com", + "servebbs.com", + "simple-url.com", + "space-to-rent.com", + "teaches-yoga.com", + "writesthisblog.com", + "ath.cx", + "fuettertdasnetz.de", + "isteingeek.de", + "istmein.de", + "lebtimnetz.de", + "leitungsen.de", + "traeumtgerade.de", + "barrel-of-knowledge.info", + "barrell-of-knowledge.info", + "dyndns.info", + "for-our.info", + "groks-the.info", + "groks-this.info", + "here-for-more.info", + "knowsitall.info", + "selfip.info", + "webhop.info", + "forgot.her.name", + "forgot.his.name", + "at-band-camp.net", + "blogdns.net", + "broke-it.net", + "buyshouses.net", + "dnsalias.net", + "dnsdojo.net", + "does-it.net", + "dontexist.net", + "dynalias.net", + "dynathome.net", + "endofinternet.net", + "from-az.net", + "from-co.net", + "from-la.net", + "from-ny.net", + "gets-it.net", + "ham-radio-op.net", + "homeftp.net", + "homeip.net", + "homelinux.net", + "homeunix.net", + "in-the-band.net", + "is-a-chef.net", + "is-a-geek.net", + "isa-geek.net", + "kicks-ass.net", + "office-on-the.net", + "podzone.net", + "scrapper-site.net", + "selfip.net", + "sells-it.net", + "servebbs.net", + "serveftp.net", + "thruhere.net", + "webhop.net", + "merseine.nu", + "mine.nu", + "shacknet.nu", + "blogdns.org", + "blogsite.org", + "boldlygoingnowhere.org", + "dnsalias.org", + "dnsdojo.org", + "doesntexist.org", + "dontexist.org", + "doomdns.org", + "dvrdns.org", + "dynalias.org", + "dyndns.org", + "go.dyndns.org", + "home.dyndns.org", + "endofinternet.org", + "endoftheinternet.org", + "from-me.org", + "game-host.org", + "gotdns.org", + "hobby-site.org", + "homedns.org", + "homeftp.org", + "homelinux.org", + "homeunix.org", + "is-a-bruinsfan.org", + "is-a-candidate.org", + "is-a-celticsfan.org", + "is-a-chef.org", + "is-a-geek.org", + "is-a-knight.org", + "is-a-linux-user.org", + "is-a-patsfan.org", + "is-a-soxfan.org", + "is-found.org", + "is-lost.org", + "is-saved.org", + "is-very-bad.org", + "is-very-evil.org", + "is-very-good.org", + "is-very-nice.org", + "is-very-sweet.org", + "isa-geek.org", + "kicks-ass.org", + "misconfused.org", + "podzone.org", + "readmyblog.org", + "selfip.org", + "sellsyourhome.org", + "servebbs.org", + "serveftp.org", + "servegame.org", + "stuff-4-sale.org", + "webhop.org", + "better-than.tv", + "dyndns.tv", + "on-the-web.tv", + "worse-than.tv", + "is-by.us", + "land-4-sale.us", + "stuff-4-sale.us", + "dyndns.ws", + "mypets.ws", + "ddnsfree.com", + "ddnsgeek.com", + "giize.com", + "gleeze.com", + "kozow.com", + "loseyourip.com", + "ooguy.com", + "theworkpc.com", + "casacam.net", + "dynu.net", + "accesscam.org", + "camdvr.org", + "freeddns.org", + "mywire.org", + "webredirect.org", + "myddns.rocks", + "dynv6.net", + "e4.cz", + "easypanel.app", + "easypanel.host", + "*.ewp.live", + "twmail.cc", + "twmail.net", + "twmail.org", + "mymailer.com.tw", + "url.tw", + "at.emf.camp", + "rt.ht", + "elementor.cloud", + "elementor.cool", + "en-root.fr", + "mytuleap.com", + "tuleap-partners.com", + "encr.app", + "encoreapi.com", + "eu.encoway.cloud", + "eu.org", + "al.eu.org", + "asso.eu.org", + "at.eu.org", + "au.eu.org", + "be.eu.org", + "bg.eu.org", + "ca.eu.org", + "cd.eu.org", + "ch.eu.org", + "cn.eu.org", + "cy.eu.org", + "cz.eu.org", + "de.eu.org", + "dk.eu.org", + "edu.eu.org", + "ee.eu.org", + "es.eu.org", + "fi.eu.org", + "fr.eu.org", + "gr.eu.org", + "hr.eu.org", + "hu.eu.org", + "ie.eu.org", + "il.eu.org", + "in.eu.org", + "int.eu.org", + "is.eu.org", + "it.eu.org", + "jp.eu.org", + "kr.eu.org", + "lt.eu.org", + "lu.eu.org", + "lv.eu.org", + "me.eu.org", + "mk.eu.org", + "mt.eu.org", + "my.eu.org", + "net.eu.org", + "ng.eu.org", + "nl.eu.org", + "no.eu.org", + "nz.eu.org", + "pl.eu.org", + "pt.eu.org", + "ro.eu.org", + "ru.eu.org", + "se.eu.org", + "si.eu.org", + "sk.eu.org", + "tr.eu.org", + "uk.eu.org", + "us.eu.org", + "eurodir.ru", + "eu-1.evennode.com", + "eu-2.evennode.com", + "eu-3.evennode.com", + "eu-4.evennode.com", + "us-1.evennode.com", + "us-2.evennode.com", + "us-3.evennode.com", + "us-4.evennode.com", + "relay.evervault.app", + "relay.evervault.dev", + "expo.app", + "staging.expo.app", + "onfabrica.com", + "ru.net", + "adygeya.ru", + "bashkiria.ru", + "bir.ru", + "cbg.ru", + "com.ru", + "dagestan.ru", + "grozny.ru", + "kalmykia.ru", + "kustanai.ru", + "marine.ru", + "mordovia.ru", + "msk.ru", + "mytis.ru", + "nalchik.ru", + "nov.ru", + "pyatigorsk.ru", + "spb.ru", + "vladikavkaz.ru", + "vladimir.ru", + "abkhazia.su", + "adygeya.su", + "aktyubinsk.su", + "arkhangelsk.su", + "armenia.su", + "ashgabad.su", + "azerbaijan.su", + "balashov.su", + "bashkiria.su", + "bryansk.su", + "bukhara.su", + "chimkent.su", + "dagestan.su", + "east-kazakhstan.su", + "exnet.su", + "georgia.su", + "grozny.su", + "ivanovo.su", + "jambyl.su", + "kalmykia.su", + "kaluga.su", + "karacol.su", + "karaganda.su", + "karelia.su", + "khakassia.su", + "krasnodar.su", + "kurgan.su", + "kustanai.su", + "lenug.su", + "mangyshlak.su", + "mordovia.su", + "msk.su", + "murmansk.su", + "nalchik.su", + "navoi.su", + "north-kazakhstan.su", + "nov.su", + "obninsk.su", + "penza.su", + "pokrovsk.su", + "sochi.su", + "spb.su", + "tashkent.su", + "termez.su", + "togliatti.su", + "troitsk.su", + "tselinograd.su", + "tula.su", + "tuva.su", + "vladikavkaz.su", + "vladimir.su", + "vologda.su", + "channelsdvr.net", + "u.channelsdvr.net", + "edgecompute.app", + "fastly-edge.com", + "fastly-terrarium.com", + "freetls.fastly.net", + "map.fastly.net", + "a.prod.fastly.net", + "global.prod.fastly.net", + "a.ssl.fastly.net", + "b.ssl.fastly.net", + "global.ssl.fastly.net", + "fastlylb.net", + "map.fastlylb.net", + "*.user.fm", + "fastvps-server.com", + "fastvps.host", + "myfast.host", + "fastvps.site", + "myfast.space", + "conn.uk", + "copro.uk", + "hosp.uk", + "fedorainfracloud.org", + "fedorapeople.org", + "cloud.fedoraproject.org", + "app.os.fedoraproject.org", + "app.os.stg.fedoraproject.org", + "mydobiss.com", + "fh-muenster.io", + "filegear.me", + "firebaseapp.com", + "fldrv.com", + "flutterflow.app", + "fly.dev", + "shw.io", + "edgeapp.net", + "forgeblocks.com", + "id.forgerock.io", + "framer.ai", + "framer.app", + "framercanvas.com", + "framer.media", + "framer.photos", + "framer.website", + "framer.wiki", + "0e.vc", + "freebox-os.com", + "freeboxos.com", + "fbx-os.fr", + "fbxos.fr", + "freebox-os.fr", + "freeboxos.fr", + "freedesktop.org", + "freemyip.com", + "*.frusky.de", + "wien.funkfeuer.at", + "daemon.asia", + "dix.asia", + "mydns.bz", + "0am.jp", + "0g0.jp", + "0j0.jp", + "0t0.jp", + "mydns.jp", + "pgw.jp", + "wjg.jp", + "keyword-on.net", + "live-on.net", + "server-on.net", + "mydns.tw", + "mydns.vc", + "*.futurecms.at", + "*.ex.futurecms.at", + "*.in.futurecms.at", + "futurehosting.at", + "futuremailing.at", + "*.ex.ortsinfo.at", + "*.kunden.ortsinfo.at", + "*.statics.cloud", + "aliases121.com", + "campaign.gov.uk", + "service.gov.uk", + "independent-commission.uk", + "independent-inquest.uk", + "independent-inquiry.uk", + "independent-panel.uk", + "independent-review.uk", + "public-inquiry.uk", + "royal-commission.uk", + "gehirn.ne.jp", + "usercontent.jp", + "gentapps.com", + "gentlentapis.com", + "lab.ms", + "cdn-edges.net", + "localcert.net", + "localhostcert.net", + "gsj.bz", + "githubusercontent.com", + "githubpreview.dev", + "github.io", + "gitlab.io", + "gitapp.si", + "gitpage.si", + "glitch.me", + "nog.community", + "co.ro", + "shop.ro", + "lolipop.io", + "angry.jp", + "babyblue.jp", + "babymilk.jp", + "backdrop.jp", + "bambina.jp", + "bitter.jp", + "blush.jp", + "boo.jp", + "boy.jp", + "boyfriend.jp", + "but.jp", + "candypop.jp", + "capoo.jp", + "catfood.jp", + "cheap.jp", + "chicappa.jp", + "chillout.jp", + "chips.jp", + "chowder.jp", + "chu.jp", + "ciao.jp", + "cocotte.jp", + "coolblog.jp", + "cranky.jp", + "cutegirl.jp", + "daa.jp", + "deca.jp", + "deci.jp", + "digick.jp", + "egoism.jp", + "fakefur.jp", + "fem.jp", + "flier.jp", + "floppy.jp", + "fool.jp", + "frenchkiss.jp", + "girlfriend.jp", + "girly.jp", + "gloomy.jp", + "gonna.jp", + "greater.jp", + "hacca.jp", + "heavy.jp", + "her.jp", + "hiho.jp", + "hippy.jp", + "holy.jp", + "hungry.jp", + "icurus.jp", + "itigo.jp", + "jellybean.jp", + "kikirara.jp", + "kill.jp", + "kilo.jp", + "kuron.jp", + "littlestar.jp", + "lolipopmc.jp", + "lolitapunk.jp", + "lomo.jp", + "lovepop.jp", + "lovesick.jp", + "main.jp", + "mods.jp", + "mond.jp", + "mongolian.jp", + "moo.jp", + "namaste.jp", + "nikita.jp", + "nobushi.jp", + "noor.jp", + "oops.jp", + "parallel.jp", + "parasite.jp", + "pecori.jp", + "peewee.jp", + "penne.jp", + "pepper.jp", + "perma.jp", + "pigboat.jp", + "pinoko.jp", + "punyu.jp", + "pupu.jp", + "pussycat.jp", + "pya.jp", + "raindrop.jp", + "readymade.jp", + "sadist.jp", + "schoolbus.jp", + "secret.jp", + "staba.jp", + "stripper.jp", + "sub.jp", + "sunnyday.jp", + "thick.jp", + "tonkotsu.jp", + "under.jp", + "upper.jp", + "velvet.jp", + "verse.jp", + "versus.jp", + "vivian.jp", + "watson.jp", + "weblike.jp", + "whitesnow.jp", + "zombie.jp", + "heteml.net", + "graphic.design", + "goip.de", + "blogspot.ae", + "blogspot.al", + "blogspot.am", + "*.hosted.app", + "*.run.app", + "web.app", + "blogspot.com.ar", + "blogspot.co.at", + "blogspot.com.au", + "blogspot.ba", + "blogspot.be", + "blogspot.bg", + "blogspot.bj", + "blogspot.com.br", + "blogspot.com.by", + "blogspot.ca", + "blogspot.cf", + "blogspot.ch", + "blogspot.cl", + "blogspot.com.co", + "*.0emm.com", + "appspot.com", + "*.r.appspot.com", + "blogspot.com", + "codespot.com", + "googleapis.com", + "googlecode.com", + "pagespeedmobilizer.com", + "withgoogle.com", + "withyoutube.com", + "blogspot.cv", + "blogspot.com.cy", + "blogspot.cz", + "blogspot.de", + "*.gateway.dev", + "blogspot.dk", + "blogspot.com.ee", + "blogspot.com.eg", + "blogspot.com.es", + "blogspot.fi", + "blogspot.fr", + "cloud.goog", + "translate.goog", + "*.usercontent.goog", + "blogspot.gr", + "blogspot.hk", + "blogspot.hr", + "blogspot.hu", + "blogspot.co.id", + "blogspot.ie", + "blogspot.co.il", + "blogspot.in", + "blogspot.is", + "blogspot.it", + "blogspot.jp", + "blogspot.co.ke", + "blogspot.kr", + "blogspot.li", + "blogspot.lt", + "blogspot.lu", + "blogspot.md", + "blogspot.mk", + "blogspot.com.mt", + "blogspot.mx", + "blogspot.my", + "cloudfunctions.net", + "blogspot.com.ng", + "blogspot.nl", + "blogspot.no", + "blogspot.co.nz", + "blogspot.pe", + "blogspot.pt", + "blogspot.qa", + "blogspot.re", + "blogspot.ro", + "blogspot.rs", + "blogspot.ru", + "blogspot.se", + "blogspot.sg", + "blogspot.si", + "blogspot.sk", + "blogspot.sn", + "blogspot.td", + "blogspot.com.tr", + "blogspot.tw", + "blogspot.ug", + "blogspot.co.uk", + "blogspot.com.uy", + "blogspot.vn", + "blogspot.co.za", + "goupile.fr", + "pymnt.uk", + "cloudapps.digital", + "london.cloudapps.digital", + "gov.nl", + "grafana-dev.net", + "grayjayleagues.com", + "günstigbestellen.de", + "günstigliefern.de", + "fin.ci", + "free.hr", + "caa.li", + "ua.rs", + "conf.se", + "häkkinen.fi", + "hrsn.dev", + "hashbang.sh", + "hasura.app", + "hasura-app.io", + "hatenablog.com", + "hatenadiary.com", + "hateblo.jp", + "hatenablog.jp", + "hatenadiary.jp", + "hatenadiary.org", + "pages.it.hs-heilbronn.de", + "pages-research.it.hs-heilbronn.de", + "heiyu.space", + "helioho.st", + "heliohost.us", + "hepforge.org", + "herokuapp.com", + "herokussl.com", + "heyflow.page", + "heyflow.site", + "ravendb.cloud", + "ravendb.community", + "development.run", + "ravendb.run", + "homesklep.pl", + "*.kin.one", + "*.id.pub", + "*.kin.pub", + "secaas.hk", + "hoplix.shop", + "orx.biz", + "biz.gl", + "biz.ng", + "co.biz.ng", + "dl.biz.ng", + "go.biz.ng", + "lg.biz.ng", + "on.biz.ng", + "col.ng", + "firm.ng", + "gen.ng", + "ltd.ng", + "ngo.ng", + "plc.ng", + "ie.ua", + "hostyhosting.io", + "hf.space", + "static.hf.space", + "hypernode.io", + "iobb.net", + "co.cz", + "*.moonscale.io", + "moonscale.net", + "gr.com", + "iki.fi", + "ibxos.it", + "iliadboxos.it", + "smushcdn.com", + "wphostedmail.com", + "wpmucdn.com", + "tempurl.host", + "wpmudev.host", + "dyn-berlin.de", + "in-berlin.de", + "in-brb.de", + "in-butter.de", + "in-dsl.de", + "in-vpn.de", + "in-dsl.net", + "in-vpn.net", + "in-dsl.org", + "in-vpn.org", + "biz.at", + "info.at", + "info.cx", + "ac.leg.br", + "al.leg.br", + "am.leg.br", + "ap.leg.br", + "ba.leg.br", + "ce.leg.br", + "df.leg.br", + "es.leg.br", + "go.leg.br", + "ma.leg.br", + "mg.leg.br", + "ms.leg.br", + "mt.leg.br", + "pa.leg.br", + "pb.leg.br", + "pe.leg.br", + "pi.leg.br", + "pr.leg.br", + "rj.leg.br", + "rn.leg.br", + "ro.leg.br", + "rr.leg.br", + "rs.leg.br", + "sc.leg.br", + "se.leg.br", + "sp.leg.br", + "to.leg.br", + "pixolino.com", + "na4u.ru", + "apps-1and1.com", + "live-website.com", + "apps-1and1.net", + "websitebuilder.online", + "app-ionos.space", + "iopsys.se", + "*.dweb.link", + "ipifony.net", + "ir.md", + "is-a-good.dev", + "is-a.dev", + "iservschule.de", + "mein-iserv.de", + "schulplattform.de", + "schulserver.de", + "test-iserv.de", + "iserv.dev", + "mel.cloudlets.com.au", + "cloud.interhostsolutions.be", + "alp1.ae.flow.ch", + "appengine.flow.ch", + "es-1.axarnet.cloud", + "diadem.cloud", + "vip.jelastic.cloud", + "jele.cloud", + "it1.eur.aruba.jenv-aruba.cloud", + "it1.jenv-aruba.cloud", + "keliweb.cloud", + "cs.keliweb.cloud", + "oxa.cloud", + "tn.oxa.cloud", + "uk.oxa.cloud", + "primetel.cloud", + "uk.primetel.cloud", + "ca.reclaim.cloud", + "uk.reclaim.cloud", + "us.reclaim.cloud", + "ch.trendhosting.cloud", + "de.trendhosting.cloud", + "jele.club", + "dopaas.com", + "paas.hosted-by-previder.com", + "rag-cloud.hosteur.com", + "rag-cloud-ch.hosteur.com", + "jcloud.ik-server.com", + "jcloud-ver-jpc.ik-server.com", + "demo.jelastic.com", + "paas.massivegrid.com", + "jed.wafaicloud.com", + "ryd.wafaicloud.com", + "j.scaleforce.com.cy", + "jelastic.dogado.eu", + "fi.cloudplatform.fi", + "demo.datacenter.fi", + "paas.datacenter.fi", + "jele.host", + "mircloud.host", + "paas.beebyte.io", + "sekd1.beebyteapp.io", + "jele.io", + "jc.neen.it", + "jcloud.kz", + "cloudjiffy.net", + "fra1-de.cloudjiffy.net", + "west1-us.cloudjiffy.net", + "jls-sto1.elastx.net", + "jls-sto2.elastx.net", + "jls-sto3.elastx.net", + "fr-1.paas.massivegrid.net", + "lon-1.paas.massivegrid.net", + "lon-2.paas.massivegrid.net", + "ny-1.paas.massivegrid.net", + "ny-2.paas.massivegrid.net", + "sg-1.paas.massivegrid.net", + "jelastic.saveincloud.net", + "nordeste-idc.saveincloud.net", + "j.scaleforce.net", + "sdscloud.pl", + "unicloud.pl", + "mircloud.ru", + "enscaled.sg", + "jele.site", + "jelastic.team", + "orangecloud.tn", + "j.layershift.co.uk", + "phx.enscaled.us", + "mircloud.us", + "myjino.ru", + "*.hosting.myjino.ru", + "*.landing.myjino.ru", + "*.spectrum.myjino.ru", + "*.vps.myjino.ru", + "jotelulu.cloud", + "webadorsite.com", + "jouwweb.site", + "*.cns.joyent.com", + "*.triton.zone", + "js.org", + "kaas.gg", + "khplay.nl", + "kapsi.fi", + "ezproxy.kuleuven.be", + "kuleuven.cloud", + "keymachine.de", + "kinghost.net", + "uni5.net", + "knightpoint.systems", + "koobin.events", + "webthings.io", + "krellian.net", + "oya.to", + "git-repos.de", + "lcube-server.de", + "svn-repos.de", + "leadpages.co", + "lpages.co", + "lpusercontent.com", + "lelux.site", + "libp2p.direct", + "runcontainers.dev", + "co.business", + "co.education", + "co.events", + "co.financial", + "co.network", + "co.place", + "co.technology", + "linkyard-cloud.ch", + "linkyard.cloud", + "members.linode.com", + "*.nodebalancer.linode.com", + "*.linodeobjects.com", + "ip.linodeusercontent.com", + "we.bs", + "filegear-sg.me", + "ggff.net", + "*.user.localcert.dev", + "lodz.pl", + "pabianice.pl", + "plock.pl", + "sieradz.pl", + "skierniewice.pl", + "zgierz.pl", + "loginline.app", + "loginline.dev", + "loginline.io", + "loginline.services", + "loginline.site", + "lohmus.me", + "servers.run", + "krasnik.pl", + "leczna.pl", + "lubartow.pl", + "lublin.pl", + "poniatowa.pl", + "swidnik.pl", + "glug.org.uk", + "lug.org.uk", + "lugs.org.uk", + "barsy.bg", + "barsy.club", + "barsycenter.com", + "barsyonline.com", + "barsy.de", + "barsy.dev", + "barsy.eu", + "barsy.gr", + "barsy.in", + "barsy.info", + "barsy.io", + "barsy.me", + "barsy.menu", + "barsyonline.menu", + "barsy.mobi", + "barsy.net", + "barsy.online", + "barsy.org", + "barsy.pro", + "barsy.pub", + "barsy.ro", + "barsy.rs", + "barsy.shop", + "barsyonline.shop", + "barsy.site", + "barsy.store", + "barsy.support", + "barsy.uk", + "barsy.co.uk", + "barsyonline.co.uk", + "*.magentosite.cloud", + "hb.cldmail.ru", + "matlab.cloud", + "modelscape.com", + "mwcloudnonprod.com", + "polyspace.com", + "mayfirst.info", + "mayfirst.org", + "mazeplay.com", + "mcdir.me", + "mcdir.ru", + "vps.mcdir.ru", + "mcpre.ru", + "mediatech.by", + "mediatech.dev", + "hra.health", + "medusajs.app", + "miniserver.com", + "memset.net", + "messerli.app", + "atmeta.com", + "apps.fbsbx.com", + "*.cloud.metacentrum.cz", + "custom.metacentrum.cz", + "flt.cloud.muni.cz", + "usr.cloud.muni.cz", + "meteorapp.com", + "eu.meteorapp.com", + "co.pl", + "*.azurecontainer.io", + "azure-api.net", + "azure-mobile.net", + "azureedge.net", + "azurefd.net", + "azurestaticapps.net", + "1.azurestaticapps.net", + "2.azurestaticapps.net", + "3.azurestaticapps.net", + "4.azurestaticapps.net", + "5.azurestaticapps.net", + "6.azurestaticapps.net", + "7.azurestaticapps.net", + "centralus.azurestaticapps.net", + "eastasia.azurestaticapps.net", + "eastus2.azurestaticapps.net", + "westeurope.azurestaticapps.net", + "westus2.azurestaticapps.net", + "azurewebsites.net", + "cloudapp.net", + "trafficmanager.net", + "blob.core.windows.net", + "servicebus.windows.net", + "routingthecloud.com", + "sn.mynetname.net", + "routingthecloud.net", + "routingthecloud.org", + "csx.cc", + "mydbserver.com", + "webspaceconfig.de", + "mittwald.info", + "mittwaldserver.info", + "typo3server.info", + "project.space", + "modx.dev", + "bmoattachments.org", + "net.ru", + "org.ru", + "pp.ru", + "hostedpi.com", + "caracal.mythic-beasts.com", + "customer.mythic-beasts.com", + "fentiger.mythic-beasts.com", + "lynx.mythic-beasts.com", + "ocelot.mythic-beasts.com", + "oncilla.mythic-beasts.com", + "onza.mythic-beasts.com", + "sphinx.mythic-beasts.com", + "vs.mythic-beasts.com", + "x.mythic-beasts.com", + "yali.mythic-beasts.com", + "cust.retrosnub.co.uk", + "ui.nabu.casa", + "cloud.nospamproxy.com", + "netfy.app", + "netlify.app", + "4u.com", + "nfshost.com", + "ipfs.nftstorage.link", + "ngo.us", + "ngrok.app", + "ngrok-free.app", + "ngrok.dev", + "ngrok-free.dev", + "ngrok.io", + "ap.ngrok.io", + "au.ngrok.io", + "eu.ngrok.io", + "in.ngrok.io", + "jp.ngrok.io", + "sa.ngrok.io", + "us.ngrok.io", + "ngrok.pizza", + "ngrok.pro", + "torun.pl", + "nh-serv.co.uk", + "nimsite.uk", + "mmafan.biz", + "myftp.biz", + "no-ip.biz", + "no-ip.ca", + "fantasyleague.cc", + "gotdns.ch", + "3utilities.com", + "blogsyte.com", + "ciscofreak.com", + "damnserver.com", + "ddnsking.com", + "ditchyourip.com", + "dnsiskinky.com", + "dynns.com", + "geekgalaxy.com", + "health-carereform.com", + "homesecuritymac.com", + "homesecuritypc.com", + "myactivedirectory.com", + "mysecuritycamera.com", + "myvnc.com", + "net-freaks.com", + "onthewifi.com", + "point2this.com", + "quicksytes.com", + "securitytactics.com", + "servebeer.com", + "servecounterstrike.com", + "serveexchange.com", + "serveftp.com", + "servegame.com", + "servehalflife.com", + "servehttp.com", + "servehumour.com", + "serveirc.com", + "servemp3.com", + "servep2p.com", + "servepics.com", + "servequake.com", + "servesarcasm.com", + "stufftoread.com", + "unusualperson.com", + "workisboring.com", + "dvrcam.info", + "ilovecollege.info", + "no-ip.info", + "brasilia.me", + "ddns.me", + "dnsfor.me", + "hopto.me", + "loginto.me", + "noip.me", + "webhop.me", + "bounceme.net", + "ddns.net", + "eating-organic.net", + "mydissent.net", + "myeffect.net", + "mymediapc.net", + "mypsx.net", + "mysecuritycamera.net", + "nhlfan.net", + "no-ip.net", + "pgafan.net", + "privatizehealthinsurance.net", + "redirectme.net", + "serveblog.net", + "serveminecraft.net", + "sytes.net", + "cable-modem.org", + "collegefan.org", + "couchpotatofries.org", + "hopto.org", + "mlbfan.org", + "myftp.org", + "mysecuritycamera.org", + "nflfan.org", + "no-ip.org", + "read-books.org", + "ufcfan.org", + "zapto.org", + "no-ip.co.uk", + "golffan.us", + "noip.us", + "pointto.us", + "stage.nodeart.io", + "*.developer.app", + "noop.app", + "*.northflank.app", + "*.build.run", + "*.code.run", + "*.database.run", + "*.migration.run", + "noticeable.news", + "notion.site", + "dnsking.ch", + "mypi.co", + "n4t.co", + "001www.com", + "myiphost.com", + "forumz.info", + "soundcast.me", + "tcp4.me", + "dnsup.net", + "hicam.net", + "now-dns.net", + "ownip.net", + "vpndns.net", + "dynserv.org", + "now-dns.org", + "x443.pw", + "now-dns.top", + "ntdll.top", + "freeddns.us", + "nsupdate.info", + "nerdpol.ovh", + "nyc.mn", + "prvcy.page", + "obl.ong", + "observablehq.cloud", + "static.observableusercontent.com", + "omg.lol", + "cloudycluster.net", + "omniwe.site", + "123webseite.at", + "123website.be", + "simplesite.com.br", + "123website.ch", + "simplesite.com", + "123webseite.de", + "123hjemmeside.dk", + "123miweb.es", + "123kotisivu.fi", + "123siteweb.fr", + "simplesite.gr", + "123homepage.it", + "123website.lu", + "123website.nl", + "123hjemmeside.no", + "service.one", + "simplesite.pl", + "123paginaweb.pt", + "123minsida.se", + "is-a-fullstack.dev", + "is-cool.dev", + "is-not-a.dev", + "localplayer.dev", + "is-local.org", + "opensocial.site", + "opencraft.hosting", + "16-b.it", + "32-b.it", + "64-b.it", + "orsites.com", + "operaunite.com", + "*.customer-oci.com", + "*.oci.customer-oci.com", + "*.ocp.customer-oci.com", + "*.ocs.customer-oci.com", + "*.oraclecloudapps.com", + "*.oraclegovcloudapps.com", + "*.oraclegovcloudapps.uk", + "tech.orange", + "can.re", + "authgear-staging.com", + "authgearapps.com", + "skygearapp.com", + "outsystemscloud.com", + "*.hosting.ovh.net", + "*.webpaas.ovh.net", + "ownprovider.com", + "own.pm", + "*.owo.codes", + "ox.rs", + "oy.lc", + "pgfog.com", + "pagexl.com", + "gotpantheon.com", + "pantheonsite.io", + "*.paywhirl.com", + "*.xmit.co", + "xmit.dev", + "madethis.site", + "srv.us", + "gh.srv.us", + "gl.srv.us", + "lk3.ru", + "mypep.link", + "perspecta.cloud", + "on-web.fr", + "*.upsun.app", + "upsunapp.com", + "ent.platform.sh", + "eu.platform.sh", + "us.platform.sh", + "*.platformsh.site", + "*.tst.site", + "platter-app.com", + "platter-app.dev", + "platterp.us", + "pley.games", + "onporter.run", + "co.bn", + "postman-echo.com", + "pstmn.io", + "mock.pstmn.io", + "httpbin.org", + "prequalifyme.today", + "xen.prgmr.com", + "priv.at", + "protonet.io", + "chirurgiens-dentistes-en-france.fr", + "byen.site", + "pubtls.org", + "pythonanywhere.com", + "eu.pythonanywhere.com", + "qa2.com", + "qcx.io", + "*.sys.qcx.io", + "myqnapcloud.cn", + "alpha-myqnapcloud.com", + "dev-myqnapcloud.com", + "mycloudnas.com", + "mynascloud.com", + "myqnapcloud.com", + "qoto.io", + "qualifioapp.com", + "ladesk.com", + "qbuser.com", + "*.quipelements.com", + "vapor.cloud", + "vaporcloud.io", + "rackmaze.com", + "rackmaze.net", + "cloudsite.builders", + "myradweb.net", + "servername.us", + "web.in", + "in.net", + "myrdbx.io", + "site.rb-hosting.io", + "*.on-rancher.cloud", + "*.on-k3s.io", + "*.on-rio.io", + "ravpage.co.il", + "readthedocs-hosted.com", + "readthedocs.io", + "rhcloud.com", + "instances.spawn.cc", + "onrender.com", + "app.render.com", + "replit.app", + "id.replit.app", + "firewalledreplit.co", + "id.firewalledreplit.co", + "repl.co", + "id.repl.co", + "replit.dev", + "archer.replit.dev", + "bones.replit.dev", + "canary.replit.dev", + "global.replit.dev", + "hacker.replit.dev", + "id.replit.dev", + "janeway.replit.dev", + "kim.replit.dev", + "kira.replit.dev", + "kirk.replit.dev", + "odo.replit.dev", + "paris.replit.dev", + "picard.replit.dev", + "pike.replit.dev", + "prerelease.replit.dev", + "reed.replit.dev", + "riker.replit.dev", + "sisko.replit.dev", + "spock.replit.dev", + "staging.replit.dev", + "sulu.replit.dev", + "tarpit.replit.dev", + "teams.replit.dev", + "tucker.replit.dev", + "wesley.replit.dev", + "worf.replit.dev", + "repl.run", + "resindevice.io", + "devices.resinstaging.io", + "hzc.io", + "adimo.co.uk", + "itcouldbewor.se", + "aus.basketball", + "nz.basketball", + "git-pages.rit.edu", + "rocky.page", + "rub.de", + "ruhr-uni-bochum.de", + "io.noc.ruhr-uni-bochum.de", + "биз.рус", + "ком.рус", + "крым.рус", + "мир.рус", + "мск.рус", + "орг.рус", + "самара.рус", + "сочи.рус", + "спб.рус", + "я.рус", + "ras.ru", + "nyat.app", + "180r.com", + "dojin.com", + "sakuratan.com", + "sakuraweb.com", + "x0.com", + "2-d.jp", + "bona.jp", + "crap.jp", + "daynight.jp", + "eek.jp", + "flop.jp", + "halfmoon.jp", + "jeez.jp", + "matrix.jp", + "mimoza.jp", + "ivory.ne.jp", + "mail-box.ne.jp", + "mints.ne.jp", + "mokuren.ne.jp", + "opal.ne.jp", + "sakura.ne.jp", + "sumomo.ne.jp", + "topaz.ne.jp", + "netgamers.jp", + "nyanta.jp", + "o0o0.jp", + "rdy.jp", + "rgr.jp", + "rulez.jp", + "s3.isk01.sakurastorage.jp", + "s3.isk02.sakurastorage.jp", + "saloon.jp", + "sblo.jp", + "skr.jp", + "tank.jp", + "uh-oh.jp", + "undo.jp", + "rs.webaccel.jp", + "user.webaccel.jp", + "websozai.jp", + "xii.jp", + "squares.net", + "jpn.org", + "kirara.st", + "x0.to", + "from.tv", + "sakura.tv", + "*.builder.code.com", + "*.dev-builder.code.com", + "*.stg-builder.code.com", + "*.001.test.code-builder-stg.platform.salesforce.com", + "*.d.crm.dev", + "*.w.crm.dev", + "*.wa.crm.dev", + "*.wb.crm.dev", + "*.wc.crm.dev", + "*.wd.crm.dev", + "*.we.crm.dev", + "*.wf.crm.dev", + "sandcats.io", + "logoip.com", + "logoip.de", + "fr-par-1.baremetal.scw.cloud", + "fr-par-2.baremetal.scw.cloud", + "nl-ams-1.baremetal.scw.cloud", + "cockpit.fr-par.scw.cloud", + "fnc.fr-par.scw.cloud", + "functions.fnc.fr-par.scw.cloud", + "k8s.fr-par.scw.cloud", + "nodes.k8s.fr-par.scw.cloud", + "s3.fr-par.scw.cloud", + "s3-website.fr-par.scw.cloud", + "whm.fr-par.scw.cloud", + "priv.instances.scw.cloud", + "pub.instances.scw.cloud", + "k8s.scw.cloud", + "cockpit.nl-ams.scw.cloud", + "k8s.nl-ams.scw.cloud", + "nodes.k8s.nl-ams.scw.cloud", + "s3.nl-ams.scw.cloud", + "s3-website.nl-ams.scw.cloud", + "whm.nl-ams.scw.cloud", + "cockpit.pl-waw.scw.cloud", + "k8s.pl-waw.scw.cloud", + "nodes.k8s.pl-waw.scw.cloud", + "s3.pl-waw.scw.cloud", + "s3-website.pl-waw.scw.cloud", + "scalebook.scw.cloud", + "smartlabeling.scw.cloud", + "dedibox.fr", + "schokokeks.net", + "gov.scot", + "service.gov.scot", + "scrysec.com", + "client.scrypted.io", + "firewall-gateway.com", + "firewall-gateway.de", + "my-gateway.de", + "my-router.de", + "spdns.de", + "spdns.eu", + "firewall-gateway.net", + "my-firewall.org", + "myfirewall.org", + "spdns.org", + "seidat.net", + "sellfy.store", + "minisite.ms", + "senseering.net", + "servebolt.cloud", + "biz.ua", + "co.ua", + "pp.ua", + "as.sh.cn", + "sheezy.games", + "shiftedit.io", + "myshopblocks.com", + "myshopify.com", + "shopitsite.com", + "shopware.shop", + "shopware.store", + "mo-siemens.io", + "1kapp.com", + "appchizi.com", + "applinzi.com", + "sinaapp.com", + "vipsinaapp.com", + "siteleaf.net", + "small-web.org", + "aeroport.fr", + "avocat.fr", + "chambagri.fr", + "chirurgiens-dentistes.fr", + "experts-comptables.fr", + "medecin.fr", + "notaires.fr", + "pharmacien.fr", + "port.fr", + "veterinaire.fr", + "vp4.me", + "*.snowflake.app", + "*.privatelink.snowflake.app", + "streamlit.app", + "streamlitapp.com", + "try-snowplow.com", + "mafelo.net", + "playstation-cloud.com", + "srht.site", + "apps.lair.io", + "*.stolos.io", + "spacekit.io", + "ind.mom", + "customer.speedpartner.de", + "myspreadshop.at", + "myspreadshop.com.au", + "myspreadshop.be", + "myspreadshop.ca", + "myspreadshop.ch", + "myspreadshop.com", + "myspreadshop.de", + "myspreadshop.dk", + "myspreadshop.es", + "myspreadshop.fi", + "myspreadshop.fr", + "myspreadshop.ie", + "myspreadshop.it", + "myspreadshop.net", + "myspreadshop.nl", + "myspreadshop.no", + "myspreadshop.pl", + "myspreadshop.se", + "myspreadshop.co.uk", + "w-corp-staticblitz.com", + "w-credentialless-staticblitz.com", + "w-staticblitz.com", + "stackhero-network.com", + "runs.onstackit.cloud", + "stackit.gg", + "stackit.rocks", + "stackit.run", + "stackit.zone", + "musician.io", + "novecore.site", + "api.stdlib.com", + "feedback.ac", + "forms.ac", + "assessments.cx", + "calculators.cx", + "funnels.cx", + "paynow.cx", + "quizzes.cx", + "researched.cx", + "tests.cx", + "surveys.so", + "storebase.store", + "storipress.app", + "storj.farm", + "strapiapp.com", + "media.strapiapp.com", + "vps-host.net", + "atl.jelastic.vps-host.net", + "njs.jelastic.vps-host.net", + "ric.jelastic.vps-host.net", + "streak-link.com", + "streaklinks.com", + "streakusercontent.com", + "soc.srcf.net", + "user.srcf.net", + "utwente.io", + "temp-dns.com", + "supabase.co", + "supabase.in", + "supabase.net", + "syncloud.it", + "dscloud.biz", + "direct.quickconnect.cn", + "dsmynas.com", + "familyds.com", + "diskstation.me", + "dscloud.me", + "i234.me", + "myds.me", + "synology.me", + "dscloud.mobi", + "dsmynas.net", + "familyds.net", + "dsmynas.org", + "familyds.org", + "direct.quickconnect.to", + "vpnplus.to", + "mytabit.com", + "mytabit.co.il", + "tabitorder.co.il", + "taifun-dns.de", + "ts.net", + "*.c.ts.net", + "gda.pl", + "gdansk.pl", + "gdynia.pl", + "med.pl", + "sopot.pl", + "taveusercontent.com", + "p.tawk.email", + "p.tawkto.email", + "site.tb-hosting.com", + "edugit.io", + "s3.teckids.org", + "telebit.app", + "telebit.io", + "*.telebit.xyz", + "*.firenet.ch", + "*.svc.firenet.ch", + "reservd.com", + "thingdustdata.com", + "cust.dev.thingdust.io", + "reservd.dev.thingdust.io", + "cust.disrec.thingdust.io", + "reservd.disrec.thingdust.io", + "cust.prod.thingdust.io", + "cust.testing.thingdust.io", + "reservd.testing.thingdust.io", + "tickets.io", + "arvo.network", + "azimuth.network", + "tlon.network", + "torproject.net", + "pages.torproject.net", + "townnews-staging.com", + "12hp.at", + "2ix.at", + "4lima.at", + "lima-city.at", + "12hp.ch", + "2ix.ch", + "4lima.ch", + "lima-city.ch", + "trafficplex.cloud", + "de.cool", + "12hp.de", + "2ix.de", + "4lima.de", + "lima-city.de", + "1337.pictures", + "clan.rip", + "lima-city.rocks", + "webspace.rocks", + "lima.zone", + "*.transurl.be", + "*.transurl.eu", + "site.transip.me", + "*.transurl.nl", + "tuxfamily.org", + "dd-dns.de", + "dray-dns.de", + "draydns.de", + "dyn-vpn.de", + "dynvpn.de", + "mein-vigor.de", + "my-vigor.de", + "my-wan.de", + "syno-ds.de", + "synology-diskstation.de", + "synology-ds.de", + "diskstation.eu", + "diskstation.org", + "typedream.app", + "pro.typeform.com", + "*.uberspace.de", + "uber.space", + "hk.com", + "inc.hk", + "ltd.hk", + "hk.org", + "it.com", + "unison-services.cloud", + "virtual-user.de", + "virtualuser.de", + "name.pm", + "sch.tf", + "biz.wf", + "sch.wf", + "org.yt", + "rs.ba", + "bielsko.pl", + "upli.io", + "urown.cloud", + "dnsupdate.info", + "us.org", + "v.ua", + "express.val.run", + "web.val.run", + "vercel.app", + "v0.build", + "vercel.dev", + "vusercontent.net", + "now.sh", + "2038.io", + "router.management", + "v-info.info", + "voorloper.cloud", + "*.vultrobjects.com", + "wafflecell.com", + "webflow.io", + "webflowtest.io", + "*.webhare.dev", + "bookonline.app", + "hotelwithflight.com", + "reserve-online.com", + "reserve-online.net", + "cprapid.com", + "pleskns.com", + "wp2.host", + "pdns.page", + "plesk.page", + "wpsquared.site", + "*.wadl.top", + "remotewd.com", + "box.ca", + "pages.wiardweb.com", + "toolforge.org", + "wmcloud.org", + "wmflabs.org", + "wdh.app", + "panel.gg", + "daemon.panel.gg", + "wixsite.com", + "wixstudio.com", + "editorx.io", + "wixstudio.io", + "wix.run", + "messwithdns.com", + "woltlab-demo.com", + "myforum.community", + "community-pro.de", + "diskussionsbereich.de", + "community-pro.net", + "meinforum.net", + "affinitylottery.org.uk", + "raffleentry.org.uk", + "weeklylottery.org.uk", + "wpenginepowered.com", + "js.wpenginepowered.com", + "half.host", + "xnbay.com", + "u2.xnbay.com", + "u2-local.xnbay.com", + "cistron.nl", + "demon.nl", + "xs4all.space", + "yandexcloud.net", + "storage.yandexcloud.net", + "website.yandexcloud.net", + "official.academy", + "yolasite.com", + "yombo.me", + "ynh.fr", + "nohost.me", + "noho.st", + "za.net", + "za.org", + "zap.cloud", + "zeabur.app", + "bss.design", + "basicserver.io", + "virtualserver.io", + "enterprisecloud.nu" +], Q = K.reduce( + (e, s) => { + const c = s.replace(/^(\*\.|\!)/, ""), o = A.toASCII(c), t = s.charAt(0); + if (e.has(o)) + throw new Error(`Multiple rules found for ${s} (${o})`); + return e.set(o, { + rule: s, + suffix: c, + punySuffix: o, + wildcard: t === "*", + exception: t === "!" + }), e; + }, + /* @__PURE__ */ new Map() +), X = (e) => { + const c = A.toASCII(e).split("."); + for (let o = 0; o < c.length; o++) { + const t = c.slice(o).join("."), d = Q.get(t); + if (d) + return d; + } + return null; +}, Y = { + DOMAIN_TOO_SHORT: "Domain name too short.", + DOMAIN_TOO_LONG: "Domain name too long. It should be no more than 255 chars.", + LABEL_STARTS_WITH_DASH: "Domain name label can not start with a dash.", + LABEL_ENDS_WITH_DASH: "Domain name label can not end with a dash.", + LABEL_TOO_LONG: "Domain name label should be at most 63 chars long.", + LABEL_TOO_SHORT: "Domain name label should be at least 1 character long.", + LABEL_INVALID_CHARS: "Domain name label can only contain alphanumeric characters or dashes." +}, Z = (e) => { + const s = A.toASCII(e); + if (s.length < 1) + return "DOMAIN_TOO_SHORT"; + if (s.length > 255) + return "DOMAIN_TOO_LONG"; + const c = s.split("."); + let o; + for (let t = 0; t < c.length; ++t) { + if (o = c[t], !o.length) + return "LABEL_TOO_SHORT"; + if (o.length > 63) + return "LABEL_TOO_LONG"; + if (o.charAt(0) === "-") + return "LABEL_STARTS_WITH_DASH"; + if (o.charAt(o.length - 1) === "-") + return "LABEL_ENDS_WITH_DASH"; + if (!/^[a-z0-9\-_]+$/.test(o)) + return "LABEL_INVALID_CHARS"; + } +}, O = (e) => { + if (typeof e != "string") + throw new TypeError("Domain name must be a string."); + let s = e.slice(0).toLowerCase(); + s.charAt(s.length - 1) === "." && (s = s.slice(0, s.length - 1)); + const c = Z(s); + if (c) + return { + input: e, + error: { + message: Y[c], + code: c + } + }; + const o = { + input: e, + tld: null, + sld: null, + domain: null, + subdomain: null, + listed: !1 + }, t = s.split("."); + if (t[t.length - 1] === "local") + return o; + const d = () => (/xn--/.test(s) && (o.domain && (o.domain = A.toASCII(o.domain)), o.subdomain && (o.subdomain = A.toASCII(o.subdomain))), o), z = X(s); + if (!z) + return t.length < 2 ? o : (o.tld = t.pop(), o.sld = t.pop(), o.domain = [o.sld, o.tld].join("."), t.length && (o.subdomain = t.pop()), d()); + o.listed = !0; + const y = z.suffix.split("."), g = t.slice(0, t.length - y.length); + return z.exception && g.push(y.shift()), o.tld = y.join("."), !g.length || (z.wildcard && (y.unshift(g.pop()), o.tld = y.join(".")), !g.length) || (o.sld = g.pop(), o.domain = [o.sld, o.tld].join("."), g.length && (o.subdomain = g.join("."))), d(); +}, aa = (e) => e && O(e).domain || null, oa = (e) => { + const s = O(e); + return !!(s.domain && s.listed); +}, na = { parse: O, get: aa, isValid: oa }; +export { + na as default, + Y as errorCodes, + aa as get, + oa as isValid, + O as parse +}; diff --git a/node_modules/psl/dist/psl.umd.cjs b/node_modules/psl/dist/psl.umd.cjs new file mode 100644 index 0000000..04de8b0 --- /dev/null +++ b/node_modules/psl/dist/psl.umd.cjs @@ -0,0 +1 @@ +(function(g,A){typeof exports=="object"&&typeof module!="undefined"?A(exports):typeof define=="function"&&define.amd?define(["exports"],A):(g=typeof globalThis!="undefined"?globalThis:g||self,A(g.psl={}))})(this,function(g){"use strict";function A(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var O,T;function G(){if(T)return O;T=1;const e=2147483647,s=36,c=1,o=26,t=38,j=700,x=72,v=128,h="-",Q=/^xn--/,X=/[^\0-\x7F]/,Y=/[\x2E\u3002\uFF0E\uFF61]/g,Z={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},S=s-c,d=Math.floor,L=String.fromCharCode;function f(a){throw new RangeError(Z[a])}function aa(a,i){const m=[];let n=a.length;for(;n--;)m[n]=i(a[n]);return m}function M(a,i){const m=a.split("@");let n="";m.length>1&&(n=m[0]+"@",a=m[1]),a=a.replace(Y,".");const r=a.split("."),p=aa(r,i).join(".");return n+p}function F(a){const i=[];let m=0;const n=a.length;for(;m=55296&&r<=56319&&mString.fromCodePoint(...a),sa=function(a){return a>=48&&a<58?26+(a-48):a>=65&&a<91?a-65:a>=97&&a<123?a-97:s},H=function(a,i){return a+22+75*(a<26)-((i!=0)<<5)},N=function(a,i,m){let n=0;for(a=m?d(a/j):a>>1,a+=d(a/i);a>S*o>>1;n+=s)a=d(a/S);return d(n+(S+1)*a/(a+t))},R=function(a){const i=[],m=a.length;let n=0,r=v,p=x,b=a.lastIndexOf(h);b<0&&(b=0);for(let u=0;u=128&&f("not-basic"),i.push(a.charCodeAt(u));for(let u=b>0?b+1:0;u=m&&f("invalid-input");const y=sa(a.charCodeAt(u++));y>=s&&f("invalid-input"),y>d((e-n)/l)&&f("overflow"),n+=y*l;const q=w<=p?c:w>=p+o?o:w-p;if(yd(e/C)&&f("overflow"),l*=C}const z=i.length+1;p=N(n-k,z,k==0),d(n/z)>e-r&&f("overflow"),r+=d(n/z),n%=z,i.splice(n++,0,r)}return String.fromCodePoint(...i)},P=function(a){const i=[];a=F(a);const m=a.length;let n=v,r=0,p=x;for(const k of a)k<128&&i.push(L(k));const b=i.length;let u=b;for(b&&i.push(h);u=n&&ld((e-r)/z)&&f("overflow"),r+=(k-n)*z,n=k;for(const l of a)if(le&&f("overflow"),l===n){let w=r;for(let y=s;;y+=s){const q=y<=p?c:y>=p+o?o:y-p;if(w{const c=s.replace(/^(\*\.|\!)/,""),o=_.toASCII(c),t=s.charAt(0);if(e.has(o))throw new Error(`Multiple rules found for ${s} (${o})`);return e.set(o,{rule:s,suffix:c,punySuffix:o,wildcard:t==="*",exception:t==="!"}),e},new Map),$=e=>{const c=_.toASCII(e).split(".");for(let o=0;o{const s=_.toASCII(e);if(s.length<1)return"DOMAIN_TOO_SHORT";if(s.length>255)return"DOMAIN_TOO_LONG";const c=s.split(".");let o;for(let t=0;t63)return"LABEL_TOO_LONG";if(o.charAt(0)==="-")return"LABEL_STARTS_WITH_DASH";if(o.charAt(o.length-1)==="-")return"LABEL_ENDS_WITH_DASH";if(!/^[a-z0-9\-_]+$/.test(o))return"LABEL_INVALID_CHARS"}},I=e=>{if(typeof e!="string")throw new TypeError("Domain name must be a string.");let s=e.slice(0).toLowerCase();s.charAt(s.length-1)==="."&&(s=s.slice(0,s.length-1));const c=J(s);if(c)return{input:e,error:{message:D[c],code:c}};const o={input:e,tld:null,sld:null,domain:null,subdomain:null,listed:!1},t=s.split(".");if(t[t.length-1]==="local")return o;const j=()=>(/xn--/.test(s)&&(o.domain&&(o.domain=_.toASCII(o.domain)),o.subdomain&&(o.subdomain=_.toASCII(o.subdomain))),o),x=$(s);if(!x)return t.length<2?o:(o.tld=t.pop(),o.sld=t.pop(),o.domain=[o.sld,o.tld].join("."),t.length&&(o.subdomain=t.pop()),j());o.listed=!0;const v=x.suffix.split("."),h=t.slice(0,t.length-v.length);return x.exception&&h.push(v.shift()),o.tld=v.join("."),!h.length||(x.wildcard&&(v.unshift(h.pop()),o.tld=v.join(".")),!h.length)||(o.sld=h.pop(),o.domain=[o.sld,o.tld].join("."),h.length&&(o.subdomain=h.join("."))),j()},E=e=>e&&I(e).domain||null,B=e=>{const s=I(e);return!!(s.domain&&s.listed)},K={parse:I,get:E,isValid:B};g.default=K,g.errorCodes=D,g.get=E,g.isValid=B,g.parse=I,Object.defineProperties(g,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})}); diff --git a/node_modules/psl/index.js b/node_modules/psl/index.js new file mode 100644 index 0000000..e23601d --- /dev/null +++ b/node_modules/psl/index.js @@ -0,0 +1,247 @@ +import punycode from 'punycode/punycode.js'; +import rules from './data/rules.js'; + +// +// Parse rules from file. +// +const rulesByPunySuffix = rules.reduce( + (map, rule) => { + const suffix = rule.replace(/^(\*\.|\!)/, ''); + const punySuffix = punycode.toASCII(suffix); + const firstChar = rule.charAt(0); + + if (map.has(punySuffix)) { + throw new Error(`Multiple rules found for ${rule} (${punySuffix})`); + } + + map.set(punySuffix, { + rule, + suffix, + punySuffix, + wildcard: firstChar === '*', + exception: firstChar === '!' + }); + + return map; + }, + new Map(), +); + +// +// Find rule for a given domain. +// +const findRule = (domain) => { + const punyDomain = punycode.toASCII(domain); + const punyDomainChunks = punyDomain.split('.'); + + for (let i = 0; i < punyDomainChunks.length; i++) { + const suffix = punyDomainChunks.slice(i).join('.'); + const matchingRules = rulesByPunySuffix.get(suffix); + if (matchingRules) { + return matchingRules; + } + } + + return null; +}; + +// +// Error codes and messages. +// +export const errorCodes = { + DOMAIN_TOO_SHORT: 'Domain name too short.', + DOMAIN_TOO_LONG: 'Domain name too long. It should be no more than 255 chars.', + LABEL_STARTS_WITH_DASH: 'Domain name label can not start with a dash.', + LABEL_ENDS_WITH_DASH: 'Domain name label can not end with a dash.', + LABEL_TOO_LONG: 'Domain name label should be at most 63 chars long.', + LABEL_TOO_SHORT: 'Domain name label should be at least 1 character long.', + LABEL_INVALID_CHARS: 'Domain name label can only contain alphanumeric characters or dashes.' +}; + +// +// Validate domain name and throw if not valid. +// +// From wikipedia: +// +// Hostnames are composed of series of labels concatenated with dots, as are all +// domain names. Each label must be between 1 and 63 characters long, and the +// entire hostname (including the delimiting dots) has a maximum of 255 chars. +// +// Allowed chars: +// +// * `a-z` +// * `0-9` +// * `-` but not as a starting or ending character +// * `.` as a separator for the textual portions of a domain name +// +// * http://en.wikipedia.org/wiki/Domain_name +// * http://en.wikipedia.org/wiki/Hostname +// +const validate = (input) => { + // Before we can validate we need to take care of IDNs with unicode chars. + const ascii = punycode.toASCII(input); + + if (ascii.length < 1) { + return 'DOMAIN_TOO_SHORT'; + } + if (ascii.length > 255) { + return 'DOMAIN_TOO_LONG'; + } + + // Check each part's length and allowed chars. + const labels = ascii.split('.'); + let label; + + for (let i = 0; i < labels.length; ++i) { + label = labels[i]; + if (!label.length) { + return 'LABEL_TOO_SHORT'; + } + if (label.length > 63) { + return 'LABEL_TOO_LONG'; + } + if (label.charAt(0) === '-') { + return 'LABEL_STARTS_WITH_DASH'; + } + if (label.charAt(label.length - 1) === '-') { + return 'LABEL_ENDS_WITH_DASH'; + } + if (!/^[a-z0-9\-_]+$/.test(label)) { + return 'LABEL_INVALID_CHARS'; + } + } +}; + +// +// Public API +// + +// +// Parse domain. +// +export const parse = (input) => { + if (typeof input !== 'string') { + throw new TypeError('Domain name must be a string.'); + } + + // Force domain to lowercase. + let domain = input.slice(0).toLowerCase(); + + // Handle FQDN. + // TODO: Simply remove trailing dot? + if (domain.charAt(domain.length - 1) === '.') { + domain = domain.slice(0, domain.length - 1); + } + + // Validate and sanitise input. + const error = validate(domain); + if (error) { + return { + input: input, + error: { + message: errorCodes[error], + code: error + } + }; + } + + const parsed = { + input: input, + tld: null, + sld: null, + domain: null, + subdomain: null, + listed: false + }; + + const domainParts = domain.split('.'); + + // Non-Internet TLD + if (domainParts[domainParts.length - 1] === 'local') { + return parsed; + } + + const handlePunycode = () => { + if (!/xn--/.test(domain)) { + return parsed; + } + if (parsed.domain) { + parsed.domain = punycode.toASCII(parsed.domain); + } + if (parsed.subdomain) { + parsed.subdomain = punycode.toASCII(parsed.subdomain); + } + return parsed; + }; + + const rule = findRule(domain); + + // Unlisted tld. + if (!rule) { + if (domainParts.length < 2) { + return parsed; + } + parsed.tld = domainParts.pop(); + parsed.sld = domainParts.pop(); + parsed.domain = [parsed.sld, parsed.tld].join('.'); + if (domainParts.length) { + parsed.subdomain = domainParts.pop(); + } + + return handlePunycode(); + } + + // At this point we know the public suffix is listed. + parsed.listed = true; + + const tldParts = rule.suffix.split('.'); + const privateParts = domainParts.slice(0, domainParts.length - tldParts.length); + + if (rule.exception) { + privateParts.push(tldParts.shift()); + } + + parsed.tld = tldParts.join('.'); + + if (!privateParts.length) { + return handlePunycode(); + } + + if (rule.wildcard) { + tldParts.unshift(privateParts.pop()); + parsed.tld = tldParts.join('.'); + } + + if (!privateParts.length) { + return handlePunycode(); + } + + parsed.sld = privateParts.pop(); + parsed.domain = [parsed.sld, parsed.tld].join('.'); + + if (privateParts.length) { + parsed.subdomain = privateParts.join('.'); + } + + return handlePunycode(); +}; + +// +// Get domain. +// +export const get = (domain) => { + if (!domain) { + return null; + } + return parse(domain).domain || null; +}; + +// +// Check whether domain belongs to a known public suffix. +// +export const isValid = (domain) => { + const parsed = parse(domain); + return Boolean(parsed.domain && parsed.listed); +}; + +export default { parse, get, isValid }; diff --git a/node_modules/psl/package.json b/node_modules/psl/package.json new file mode 100644 index 0000000..e0de473 --- /dev/null +++ b/node_modules/psl/package.json @@ -0,0 +1,51 @@ +{ + "name": "psl", + "version": "1.15.0", + "description": "Domain name parser based on the Public Suffix List", + "repository": { + "type": "git", + "url": "git@github.com:lupomontero/psl.git" + }, + "type": "module", + "main": "./dist/psl.cjs", + "exports": { + ".": { + "import": "./dist/psl.mjs", + "require": "./dist/psl.cjs" + } + }, + "types": "types/index.d.ts", + "scripts": { + "lint": "eslint .", + "test": "mocha test/*.spec.js", + "test:browserstack": "browserstack-node-sdk playwright test", + "watch": "mocha test/*.spec.js --watch", + "update-rules": "./scripts/update-rules.js", + "build": "vite build", + "postbuild": "ln -s ./psl.umd.cjs dist/psl.js && ln -s ./psl.umd.cjs dist/psl.min.js", + "benchmark": "node --experimental-vm-modules --no-warnings benchmark/suite.js", + "changelog": "git log $(git describe --tags --abbrev=0)..HEAD --oneline --format=\"%h %s (%an <%ae>)\"" + }, + "keywords": [ + "publicsuffix", + "publicsuffixlist" + ], + "author": "Lupo Montero (https://lupomontero.com/)", + "funding": "https://github.com/sponsors/lupomontero", + "license": "MIT", + "dependencies": { + "punycode": "^2.3.1" + }, + "devDependencies": { + "@eslint/js": "^9.16.0", + "@playwright/test": "^1.49.0", + "@types/eslint__js": "^8.42.3", + "benchmark": "^2.1.4", + "browserstack-node-sdk": "^1.34.27", + "eslint": "^9.16.0", + "mocha": "^10.8.2", + "typescript": "^5.7.2", + "typescript-eslint": "^8.16.0", + "vite": "^6.0.2" + } +} diff --git a/node_modules/psl/types/index.d.ts b/node_modules/psl/types/index.d.ts new file mode 100644 index 0000000..15632c9 --- /dev/null +++ b/node_modules/psl/types/index.d.ts @@ -0,0 +1,52 @@ +// TypeScript Version: 2.4 + +/** + * Result returned when a given domain name was not parsable (not exported) + */ +export type ErrorResult = { + input: string; + error: { + code: T; + message: errorCodes[T]; + }; +} + +/** + * Error codes and descriptions for domain name parsing errors + */ +export const enum errorCodes { + DOMAIN_TOO_SHORT = 'Domain name too short', + DOMAIN_TOO_LONG = 'Domain name too long. It should be no more than 255 chars.', + LABEL_STARTS_WITH_DASH = 'Domain name label can not start with a dash.', + LABEL_ENDS_WITH_DASH = 'Domain name label can not end with a dash.', + LABEL_TOO_LONG = 'Domain name label should be at most 63 chars long.', + LABEL_TOO_SHORT = 'Domain name label should be at least 1 character long.', + LABEL_INVALID_CHARS = 'Domain name label can only contain alphanumeric characters or dashes.' +} + +// Export the browser global variable name additionally to the CJS/AMD exports below +export as namespace psl; + +export type ParsedDomain = { + input: string; + tld: string | null; + sld: string | null; + domain: string | null; + subdomain: string | null; + listed: boolean; +} + +/** + * Parse a domain name and return its components + */ +export function parse(input: string): ParsedDomain | ErrorResult; + +/** + * Get the base domain for full domain name + */ +export function get(domain: string): string | null; + +/** + * Check whether the given domain belongs to a known public suffix + */ +export function isValid(domain: string): boolean; diff --git a/node_modules/psl/types/test.ts b/node_modules/psl/types/test.ts new file mode 100644 index 0000000..072f524 --- /dev/null +++ b/node_modules/psl/types/test.ts @@ -0,0 +1,14 @@ +import * as psl from 'psl'; +import type { ParsedDomain, ErrorResult, errorCodes } from './index.d.ts'; + +const x = (a: ParsedDomain | ErrorResult) => { + return a; +}; + +console.log(x(psl.parse(''))); + +// $ExpectType string | null +console.log(psl.get('example.com')); + +// $ExpectType boolean +console.log(psl.isValid('example.com')); diff --git a/node_modules/psl/types/tsconfig.json b/node_modules/psl/types/tsconfig.json new file mode 100644 index 0000000..2f1719c --- /dev/null +++ b/node_modules/psl/types/tsconfig.json @@ -0,0 +1,22 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "commonjs", + "lib": [ + "es5" + ], + "strict": true, + "noEmit": false, + "noImplicitAny": true, + "noImplicitThis": true, + "strictNullChecks": true, + "strictFunctionTypes": true, + // Expose module under its CJS/AMD name + "baseUrl": ".", + "paths": { + "psl": [ + "./index.d.ts" + ] + } + } +} \ No newline at end of file diff --git a/node_modules/psl/vite.config.js b/node_modules/psl/vite.config.js new file mode 100644 index 0000000..0195416 --- /dev/null +++ b/node_modules/psl/vite.config.js @@ -0,0 +1,20 @@ +import { resolve } from 'node:path'; +import { defineConfig } from 'vite'; + +export default defineConfig({ + build: { + target: 'es2015', + lib: { + entry: resolve(__dirname, 'index.js'), + name: 'psl', + formats: ['es', 'cjs', 'umd'], + fileName: format => ( + format === 'umd' + ? 'psl.umd.cjs' + : format === 'cjs' + ? 'psl.cjs' + : 'psl.mjs' + ), + }, + }, +}); diff --git a/node_modules/punycode/LICENSE-MIT.txt b/node_modules/punycode/LICENSE-MIT.txt new file mode 100644 index 0000000..a41e0a7 --- /dev/null +++ b/node_modules/punycode/LICENSE-MIT.txt @@ -0,0 +1,20 @@ +Copyright Mathias Bynens + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/punycode/README.md b/node_modules/punycode/README.md new file mode 100644 index 0000000..f611016 --- /dev/null +++ b/node_modules/punycode/README.md @@ -0,0 +1,148 @@ +# Punycode.js [![punycode on npm](https://img.shields.io/npm/v/punycode)](https://www.npmjs.com/package/punycode) [![](https://data.jsdelivr.com/v1/package/npm/punycode/badge)](https://www.jsdelivr.com/package/npm/punycode) + +Punycode.js is a robust Punycode converter that fully complies to [RFC 3492](https://tools.ietf.org/html/rfc3492) and [RFC 5891](https://tools.ietf.org/html/rfc5891). + +This JavaScript library is the result of comparing, optimizing and documenting different open-source implementations of the Punycode algorithm: + +* [The C example code from RFC 3492](https://tools.ietf.org/html/rfc3492#appendix-C) +* [`punycode.c` by _Markus W. Scherer_ (IBM)](http://opensource.apple.com/source/ICU/ICU-400.42/icuSources/common/punycode.c) +* [`punycode.c` by _Ben Noordhuis_](https://github.com/bnoordhuis/punycode/blob/master/punycode.c) +* [JavaScript implementation by _some_](http://stackoverflow.com/questions/183485/can-anyone-recommend-a-good-free-javascript-for-punycode-to-unicode-conversion/301287#301287) +* [`punycode.js` by _Ben Noordhuis_](https://github.com/joyent/node/blob/426298c8c1c0d5b5224ac3658c41e7c2a3fe9377/lib/punycode.js) (note: [not fully compliant](https://github.com/joyent/node/issues/2072)) + +This project was [bundled](https://github.com/joyent/node/blob/master/lib/punycode.js) with Node.js from [v0.6.2+](https://github.com/joyent/node/compare/975f1930b1...61e796decc) until [v7](https://github.com/nodejs/node/pull/7941) (soft-deprecated). + +This project provides a CommonJS module that uses ES2015+ features and JavaScript module, which work in modern Node.js versions and browsers. For the old Punycode.js version that offers the same functionality in a UMD build with support for older pre-ES2015 runtimes, including Rhino, Ringo, and Narwhal, see [v1.4.1](https://github.com/mathiasbynens/punycode.js/releases/tag/v1.4.1). + +## Installation + +Via [npm](https://www.npmjs.com/): + +```bash +npm install punycode --save +``` + +In [Node.js](https://nodejs.org/): + +> ⚠️ Note that userland modules don't hide core modules. +> For example, `require('punycode')` still imports the deprecated core module even if you executed `npm install punycode`. +> Use `require('punycode/')` to import userland modules rather than core modules. + +```js +const punycode = require('punycode/'); +``` + +## API + +### `punycode.decode(string)` + +Converts a Punycode string of ASCII symbols to a string of Unicode symbols. + +```js +// decode domain name parts +punycode.decode('maana-pta'); // 'mañana' +punycode.decode('--dqo34k'); // '☃-⌘' +``` + +### `punycode.encode(string)` + +Converts a string of Unicode symbols to a Punycode string of ASCII symbols. + +```js +// encode domain name parts +punycode.encode('mañana'); // 'maana-pta' +punycode.encode('☃-⌘'); // '--dqo34k' +``` + +### `punycode.toUnicode(input)` + +Converts a Punycode string representing a domain name or an email address to Unicode. Only the Punycoded parts of the input will be converted, i.e. it doesn’t matter if you call it on a string that has already been converted to Unicode. + +```js +// decode domain names +punycode.toUnicode('xn--maana-pta.com'); +// → 'mañana.com' +punycode.toUnicode('xn----dqo34k.com'); +// → '☃-⌘.com' + +// decode email addresses +punycode.toUnicode('джумла@xn--p-8sbkgc5ag7bhce.xn--ba-lmcq'); +// → 'джумла@джpумлатест.bрфa' +``` + +### `punycode.toASCII(input)` + +Converts a lowercased Unicode string representing a domain name or an email address to Punycode. Only the non-ASCII parts of the input will be converted, i.e. it doesn’t matter if you call it with a domain that’s already in ASCII. + +```js +// encode domain names +punycode.toASCII('mañana.com'); +// → 'xn--maana-pta.com' +punycode.toASCII('☃-⌘.com'); +// → 'xn----dqo34k.com' + +// encode email addresses +punycode.toASCII('джумла@джpумлатест.bрфa'); +// → 'джумла@xn--p-8sbkgc5ag7bhce.xn--ba-lmcq' +``` + +### `punycode.ucs2` + +#### `punycode.ucs2.decode(string)` + +Creates an array containing the numeric code point values of each Unicode symbol in the string. While [JavaScript uses UCS-2 internally](https://mathiasbynens.be/notes/javascript-encoding), this function will convert a pair of surrogate halves (each of which UCS-2 exposes as separate characters) into a single code point, matching UTF-16. + +```js +punycode.ucs2.decode('abc'); +// → [0x61, 0x62, 0x63] +// surrogate pair for U+1D306 TETRAGRAM FOR CENTRE: +punycode.ucs2.decode('\uD834\uDF06'); +// → [0x1D306] +``` + +#### `punycode.ucs2.encode(codePoints)` + +Creates a string based on an array of numeric code point values. + +```js +punycode.ucs2.encode([0x61, 0x62, 0x63]); +// → 'abc' +punycode.ucs2.encode([0x1D306]); +// → '\uD834\uDF06' +``` + +### `punycode.version` + +A string representing the current Punycode.js version number. + +## For maintainers + +### How to publish a new release + +1. On the `main` branch, bump the version number in `package.json`: + + ```sh + npm version patch -m 'Release v%s' + ``` + + Instead of `patch`, use `minor` or `major` [as needed](https://semver.org/). + + Note that this produces a Git commit + tag. + +1. Push the release commit and tag: + + ```sh + git push && git push --tags + ``` + + Our CI then automatically publishes the new release to npm, under both the [`punycode`](https://www.npmjs.com/package/punycode) and [`punycode.js`](https://www.npmjs.com/package/punycode.js) names. + +## Author + +| [![twitter/mathias](https://gravatar.com/avatar/24e08a9ea84deb17ae121074d0f17125?s=70)](https://twitter.com/mathias "Follow @mathias on Twitter") | +|---| +| [Mathias Bynens](https://mathiasbynens.be/) | + +## License + +Punycode.js is available under the [MIT](https://mths.be/mit) license. diff --git a/node_modules/punycode/package.json b/node_modules/punycode/package.json new file mode 100644 index 0000000..b8b76fc --- /dev/null +++ b/node_modules/punycode/package.json @@ -0,0 +1,58 @@ +{ + "name": "punycode", + "version": "2.3.1", + "description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.", + "homepage": "https://mths.be/punycode", + "main": "punycode.js", + "jsnext:main": "punycode.es6.js", + "module": "punycode.es6.js", + "engines": { + "node": ">=6" + }, + "keywords": [ + "punycode", + "unicode", + "idn", + "idna", + "dns", + "url", + "domain" + ], + "license": "MIT", + "author": { + "name": "Mathias Bynens", + "url": "https://mathiasbynens.be/" + }, + "contributors": [ + { + "name": "Mathias Bynens", + "url": "https://mathiasbynens.be/" + } + ], + "repository": { + "type": "git", + "url": "https://github.com/mathiasbynens/punycode.js.git" + }, + "bugs": "https://github.com/mathiasbynens/punycode.js/issues", + "files": [ + "LICENSE-MIT.txt", + "punycode.js", + "punycode.es6.js" + ], + "scripts": { + "test": "mocha tests", + "build": "node scripts/prepublish.js" + }, + "devDependencies": { + "codecov": "^3.8.3", + "nyc": "^15.1.0", + "mocha": "^10.2.0" + }, + "jspm": { + "map": { + "./punycode.js": { + "node": "@node/punycode" + } + } + } +} diff --git a/node_modules/punycode/punycode.es6.js b/node_modules/punycode/punycode.es6.js new file mode 100644 index 0000000..dadece2 --- /dev/null +++ b/node_modules/punycode/punycode.es6.js @@ -0,0 +1,444 @@ +'use strict'; + +/** Highest positive signed 32-bit float value */ +const maxInt = 2147483647; // aka. 0x7FFFFFFF or 2^31-1 + +/** Bootstring parameters */ +const base = 36; +const tMin = 1; +const tMax = 26; +const skew = 38; +const damp = 700; +const initialBias = 72; +const initialN = 128; // 0x80 +const delimiter = '-'; // '\x2D' + +/** Regular expressions */ +const regexPunycode = /^xn--/; +const regexNonASCII = /[^\0-\x7F]/; // Note: U+007F DEL is excluded too. +const regexSeparators = /[\x2E\u3002\uFF0E\uFF61]/g; // RFC 3490 separators + +/** Error messages */ +const errors = { + 'overflow': 'Overflow: input needs wider integers to process', + 'not-basic': 'Illegal input >= 0x80 (not a basic code point)', + 'invalid-input': 'Invalid input' +}; + +/** Convenience shortcuts */ +const baseMinusTMin = base - tMin; +const floor = Math.floor; +const stringFromCharCode = String.fromCharCode; + +/*--------------------------------------------------------------------------*/ + +/** + * A generic error utility function. + * @private + * @param {String} type The error type. + * @returns {Error} Throws a `RangeError` with the applicable error message. + */ +function error(type) { + throw new RangeError(errors[type]); +} + +/** + * A generic `Array#map` utility function. + * @private + * @param {Array} array The array to iterate over. + * @param {Function} callback The function that gets called for every array + * item. + * @returns {Array} A new array of values returned by the callback function. + */ +function map(array, callback) { + const result = []; + let length = array.length; + while (length--) { + result[length] = callback(array[length]); + } + return result; +} + +/** + * A simple `Array#map`-like wrapper to work with domain name strings or email + * addresses. + * @private + * @param {String} domain The domain name or email address. + * @param {Function} callback The function that gets called for every + * character. + * @returns {String} A new string of characters returned by the callback + * function. + */ +function mapDomain(domain, callback) { + const parts = domain.split('@'); + let result = ''; + if (parts.length > 1) { + // In email addresses, only the domain name should be punycoded. Leave + // the local part (i.e. everything up to `@`) intact. + result = parts[0] + '@'; + domain = parts[1]; + } + // Avoid `split(regex)` for IE8 compatibility. See #17. + domain = domain.replace(regexSeparators, '\x2E'); + const labels = domain.split('.'); + const encoded = map(labels, callback).join('.'); + return result + encoded; +} + +/** + * Creates an array containing the numeric code points of each Unicode + * character in the string. While JavaScript uses UCS-2 internally, + * this function will convert a pair of surrogate halves (each of which + * UCS-2 exposes as separate characters) into a single code point, + * matching UTF-16. + * @see `punycode.ucs2.encode` + * @see + * @memberOf punycode.ucs2 + * @name decode + * @param {String} string The Unicode input string (UCS-2). + * @returns {Array} The new array of code points. + */ +function ucs2decode(string) { + const output = []; + let counter = 0; + const length = string.length; + while (counter < length) { + const value = string.charCodeAt(counter++); + if (value >= 0xD800 && value <= 0xDBFF && counter < length) { + // It's a high surrogate, and there is a next character. + const extra = string.charCodeAt(counter++); + if ((extra & 0xFC00) == 0xDC00) { // Low surrogate. + output.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000); + } else { + // It's an unmatched surrogate; only append this code unit, in case the + // next code unit is the high surrogate of a surrogate pair. + output.push(value); + counter--; + } + } else { + output.push(value); + } + } + return output; +} + +/** + * Creates a string based on an array of numeric code points. + * @see `punycode.ucs2.decode` + * @memberOf punycode.ucs2 + * @name encode + * @param {Array} codePoints The array of numeric code points. + * @returns {String} The new Unicode string (UCS-2). + */ +const ucs2encode = codePoints => String.fromCodePoint(...codePoints); + +/** + * Converts a basic code point into a digit/integer. + * @see `digitToBasic()` + * @private + * @param {Number} codePoint The basic numeric code point value. + * @returns {Number} The numeric value of a basic code point (for use in + * representing integers) in the range `0` to `base - 1`, or `base` if + * the code point does not represent a value. + */ +const basicToDigit = function(codePoint) { + if (codePoint >= 0x30 && codePoint < 0x3A) { + return 26 + (codePoint - 0x30); + } + if (codePoint >= 0x41 && codePoint < 0x5B) { + return codePoint - 0x41; + } + if (codePoint >= 0x61 && codePoint < 0x7B) { + return codePoint - 0x61; + } + return base; +}; + +/** + * Converts a digit/integer into a basic code point. + * @see `basicToDigit()` + * @private + * @param {Number} digit The numeric value of a basic code point. + * @returns {Number} The basic code point whose value (when used for + * representing integers) is `digit`, which needs to be in the range + * `0` to `base - 1`. If `flag` is non-zero, the uppercase form is + * used; else, the lowercase form is used. The behavior is undefined + * if `flag` is non-zero and `digit` has no uppercase form. + */ +const digitToBasic = function(digit, flag) { + // 0..25 map to ASCII a..z or A..Z + // 26..35 map to ASCII 0..9 + return digit + 22 + 75 * (digit < 26) - ((flag != 0) << 5); +}; + +/** + * Bias adaptation function as per section 3.4 of RFC 3492. + * https://tools.ietf.org/html/rfc3492#section-3.4 + * @private + */ +const adapt = function(delta, numPoints, firstTime) { + let k = 0; + delta = firstTime ? floor(delta / damp) : delta >> 1; + delta += floor(delta / numPoints); + for (/* no initialization */; delta > baseMinusTMin * tMax >> 1; k += base) { + delta = floor(delta / baseMinusTMin); + } + return floor(k + (baseMinusTMin + 1) * delta / (delta + skew)); +}; + +/** + * Converts a Punycode string of ASCII-only symbols to a string of Unicode + * symbols. + * @memberOf punycode + * @param {String} input The Punycode string of ASCII-only symbols. + * @returns {String} The resulting string of Unicode symbols. + */ +const decode = function(input) { + // Don't use UCS-2. + const output = []; + const inputLength = input.length; + let i = 0; + let n = initialN; + let bias = initialBias; + + // Handle the basic code points: let `basic` be the number of input code + // points before the last delimiter, or `0` if there is none, then copy + // the first basic code points to the output. + + let basic = input.lastIndexOf(delimiter); + if (basic < 0) { + basic = 0; + } + + for (let j = 0; j < basic; ++j) { + // if it's not a basic code point + if (input.charCodeAt(j) >= 0x80) { + error('not-basic'); + } + output.push(input.charCodeAt(j)); + } + + // Main decoding loop: start just after the last delimiter if any basic code + // points were copied; start at the beginning otherwise. + + for (let index = basic > 0 ? basic + 1 : 0; index < inputLength; /* no final expression */) { + + // `index` is the index of the next character to be consumed. + // Decode a generalized variable-length integer into `delta`, + // which gets added to `i`. The overflow checking is easier + // if we increase `i` as we go, then subtract off its starting + // value at the end to obtain `delta`. + const oldi = i; + for (let w = 1, k = base; /* no condition */; k += base) { + + if (index >= inputLength) { + error('invalid-input'); + } + + const digit = basicToDigit(input.charCodeAt(index++)); + + if (digit >= base) { + error('invalid-input'); + } + if (digit > floor((maxInt - i) / w)) { + error('overflow'); + } + + i += digit * w; + const t = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias); + + if (digit < t) { + break; + } + + const baseMinusT = base - t; + if (w > floor(maxInt / baseMinusT)) { + error('overflow'); + } + + w *= baseMinusT; + + } + + const out = output.length + 1; + bias = adapt(i - oldi, out, oldi == 0); + + // `i` was supposed to wrap around from `out` to `0`, + // incrementing `n` each time, so we'll fix that now: + if (floor(i / out) > maxInt - n) { + error('overflow'); + } + + n += floor(i / out); + i %= out; + + // Insert `n` at position `i` of the output. + output.splice(i++, 0, n); + + } + + return String.fromCodePoint(...output); +}; + +/** + * Converts a string of Unicode symbols (e.g. a domain name label) to a + * Punycode string of ASCII-only symbols. + * @memberOf punycode + * @param {String} input The string of Unicode symbols. + * @returns {String} The resulting Punycode string of ASCII-only symbols. + */ +const encode = function(input) { + const output = []; + + // Convert the input in UCS-2 to an array of Unicode code points. + input = ucs2decode(input); + + // Cache the length. + const inputLength = input.length; + + // Initialize the state. + let n = initialN; + let delta = 0; + let bias = initialBias; + + // Handle the basic code points. + for (const currentValue of input) { + if (currentValue < 0x80) { + output.push(stringFromCharCode(currentValue)); + } + } + + const basicLength = output.length; + let handledCPCount = basicLength; + + // `handledCPCount` is the number of code points that have been handled; + // `basicLength` is the number of basic code points. + + // Finish the basic string with a delimiter unless it's empty. + if (basicLength) { + output.push(delimiter); + } + + // Main encoding loop: + while (handledCPCount < inputLength) { + + // All non-basic code points < n have been handled already. Find the next + // larger one: + let m = maxInt; + for (const currentValue of input) { + if (currentValue >= n && currentValue < m) { + m = currentValue; + } + } + + // Increase `delta` enough to advance the decoder's state to , + // but guard against overflow. + const handledCPCountPlusOne = handledCPCount + 1; + if (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) { + error('overflow'); + } + + delta += (m - n) * handledCPCountPlusOne; + n = m; + + for (const currentValue of input) { + if (currentValue < n && ++delta > maxInt) { + error('overflow'); + } + if (currentValue === n) { + // Represent delta as a generalized variable-length integer. + let q = delta; + for (let k = base; /* no condition */; k += base) { + const t = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias); + if (q < t) { + break; + } + const qMinusT = q - t; + const baseMinusT = base - t; + output.push( + stringFromCharCode(digitToBasic(t + qMinusT % baseMinusT, 0)) + ); + q = floor(qMinusT / baseMinusT); + } + + output.push(stringFromCharCode(digitToBasic(q, 0))); + bias = adapt(delta, handledCPCountPlusOne, handledCPCount === basicLength); + delta = 0; + ++handledCPCount; + } + } + + ++delta; + ++n; + + } + return output.join(''); +}; + +/** + * Converts a Punycode string representing a domain name or an email address + * to Unicode. Only the Punycoded parts of the input will be converted, i.e. + * it doesn't matter if you call it on a string that has already been + * converted to Unicode. + * @memberOf punycode + * @param {String} input The Punycoded domain name or email address to + * convert to Unicode. + * @returns {String} The Unicode representation of the given Punycode + * string. + */ +const toUnicode = function(input) { + return mapDomain(input, function(string) { + return regexPunycode.test(string) + ? decode(string.slice(4).toLowerCase()) + : string; + }); +}; + +/** + * Converts a Unicode string representing a domain name or an email address to + * Punycode. Only the non-ASCII parts of the domain name will be converted, + * i.e. it doesn't matter if you call it with a domain that's already in + * ASCII. + * @memberOf punycode + * @param {String} input The domain name or email address to convert, as a + * Unicode string. + * @returns {String} The Punycode representation of the given domain name or + * email address. + */ +const toASCII = function(input) { + return mapDomain(input, function(string) { + return regexNonASCII.test(string) + ? 'xn--' + encode(string) + : string; + }); +}; + +/*--------------------------------------------------------------------------*/ + +/** Define the public API */ +const punycode = { + /** + * A string representing the current Punycode.js version number. + * @memberOf punycode + * @type String + */ + 'version': '2.3.1', + /** + * An object of methods to convert from JavaScript's internal character + * representation (UCS-2) to Unicode code points, and back. + * @see + * @memberOf punycode + * @type Object + */ + 'ucs2': { + 'decode': ucs2decode, + 'encode': ucs2encode + }, + 'decode': decode, + 'encode': encode, + 'toASCII': toASCII, + 'toUnicode': toUnicode +}; + +export { ucs2decode, ucs2encode, decode, encode, toASCII, toUnicode }; +export default punycode; diff --git a/node_modules/punycode/punycode.js b/node_modules/punycode/punycode.js new file mode 100644 index 0000000..a1ef251 --- /dev/null +++ b/node_modules/punycode/punycode.js @@ -0,0 +1,443 @@ +'use strict'; + +/** Highest positive signed 32-bit float value */ +const maxInt = 2147483647; // aka. 0x7FFFFFFF or 2^31-1 + +/** Bootstring parameters */ +const base = 36; +const tMin = 1; +const tMax = 26; +const skew = 38; +const damp = 700; +const initialBias = 72; +const initialN = 128; // 0x80 +const delimiter = '-'; // '\x2D' + +/** Regular expressions */ +const regexPunycode = /^xn--/; +const regexNonASCII = /[^\0-\x7F]/; // Note: U+007F DEL is excluded too. +const regexSeparators = /[\x2E\u3002\uFF0E\uFF61]/g; // RFC 3490 separators + +/** Error messages */ +const errors = { + 'overflow': 'Overflow: input needs wider integers to process', + 'not-basic': 'Illegal input >= 0x80 (not a basic code point)', + 'invalid-input': 'Invalid input' +}; + +/** Convenience shortcuts */ +const baseMinusTMin = base - tMin; +const floor = Math.floor; +const stringFromCharCode = String.fromCharCode; + +/*--------------------------------------------------------------------------*/ + +/** + * A generic error utility function. + * @private + * @param {String} type The error type. + * @returns {Error} Throws a `RangeError` with the applicable error message. + */ +function error(type) { + throw new RangeError(errors[type]); +} + +/** + * A generic `Array#map` utility function. + * @private + * @param {Array} array The array to iterate over. + * @param {Function} callback The function that gets called for every array + * item. + * @returns {Array} A new array of values returned by the callback function. + */ +function map(array, callback) { + const result = []; + let length = array.length; + while (length--) { + result[length] = callback(array[length]); + } + return result; +} + +/** + * A simple `Array#map`-like wrapper to work with domain name strings or email + * addresses. + * @private + * @param {String} domain The domain name or email address. + * @param {Function} callback The function that gets called for every + * character. + * @returns {String} A new string of characters returned by the callback + * function. + */ +function mapDomain(domain, callback) { + const parts = domain.split('@'); + let result = ''; + if (parts.length > 1) { + // In email addresses, only the domain name should be punycoded. Leave + // the local part (i.e. everything up to `@`) intact. + result = parts[0] + '@'; + domain = parts[1]; + } + // Avoid `split(regex)` for IE8 compatibility. See #17. + domain = domain.replace(regexSeparators, '\x2E'); + const labels = domain.split('.'); + const encoded = map(labels, callback).join('.'); + return result + encoded; +} + +/** + * Creates an array containing the numeric code points of each Unicode + * character in the string. While JavaScript uses UCS-2 internally, + * this function will convert a pair of surrogate halves (each of which + * UCS-2 exposes as separate characters) into a single code point, + * matching UTF-16. + * @see `punycode.ucs2.encode` + * @see + * @memberOf punycode.ucs2 + * @name decode + * @param {String} string The Unicode input string (UCS-2). + * @returns {Array} The new array of code points. + */ +function ucs2decode(string) { + const output = []; + let counter = 0; + const length = string.length; + while (counter < length) { + const value = string.charCodeAt(counter++); + if (value >= 0xD800 && value <= 0xDBFF && counter < length) { + // It's a high surrogate, and there is a next character. + const extra = string.charCodeAt(counter++); + if ((extra & 0xFC00) == 0xDC00) { // Low surrogate. + output.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000); + } else { + // It's an unmatched surrogate; only append this code unit, in case the + // next code unit is the high surrogate of a surrogate pair. + output.push(value); + counter--; + } + } else { + output.push(value); + } + } + return output; +} + +/** + * Creates a string based on an array of numeric code points. + * @see `punycode.ucs2.decode` + * @memberOf punycode.ucs2 + * @name encode + * @param {Array} codePoints The array of numeric code points. + * @returns {String} The new Unicode string (UCS-2). + */ +const ucs2encode = codePoints => String.fromCodePoint(...codePoints); + +/** + * Converts a basic code point into a digit/integer. + * @see `digitToBasic()` + * @private + * @param {Number} codePoint The basic numeric code point value. + * @returns {Number} The numeric value of a basic code point (for use in + * representing integers) in the range `0` to `base - 1`, or `base` if + * the code point does not represent a value. + */ +const basicToDigit = function(codePoint) { + if (codePoint >= 0x30 && codePoint < 0x3A) { + return 26 + (codePoint - 0x30); + } + if (codePoint >= 0x41 && codePoint < 0x5B) { + return codePoint - 0x41; + } + if (codePoint >= 0x61 && codePoint < 0x7B) { + return codePoint - 0x61; + } + return base; +}; + +/** + * Converts a digit/integer into a basic code point. + * @see `basicToDigit()` + * @private + * @param {Number} digit The numeric value of a basic code point. + * @returns {Number} The basic code point whose value (when used for + * representing integers) is `digit`, which needs to be in the range + * `0` to `base - 1`. If `flag` is non-zero, the uppercase form is + * used; else, the lowercase form is used. The behavior is undefined + * if `flag` is non-zero and `digit` has no uppercase form. + */ +const digitToBasic = function(digit, flag) { + // 0..25 map to ASCII a..z or A..Z + // 26..35 map to ASCII 0..9 + return digit + 22 + 75 * (digit < 26) - ((flag != 0) << 5); +}; + +/** + * Bias adaptation function as per section 3.4 of RFC 3492. + * https://tools.ietf.org/html/rfc3492#section-3.4 + * @private + */ +const adapt = function(delta, numPoints, firstTime) { + let k = 0; + delta = firstTime ? floor(delta / damp) : delta >> 1; + delta += floor(delta / numPoints); + for (/* no initialization */; delta > baseMinusTMin * tMax >> 1; k += base) { + delta = floor(delta / baseMinusTMin); + } + return floor(k + (baseMinusTMin + 1) * delta / (delta + skew)); +}; + +/** + * Converts a Punycode string of ASCII-only symbols to a string of Unicode + * symbols. + * @memberOf punycode + * @param {String} input The Punycode string of ASCII-only symbols. + * @returns {String} The resulting string of Unicode symbols. + */ +const decode = function(input) { + // Don't use UCS-2. + const output = []; + const inputLength = input.length; + let i = 0; + let n = initialN; + let bias = initialBias; + + // Handle the basic code points: let `basic` be the number of input code + // points before the last delimiter, or `0` if there is none, then copy + // the first basic code points to the output. + + let basic = input.lastIndexOf(delimiter); + if (basic < 0) { + basic = 0; + } + + for (let j = 0; j < basic; ++j) { + // if it's not a basic code point + if (input.charCodeAt(j) >= 0x80) { + error('not-basic'); + } + output.push(input.charCodeAt(j)); + } + + // Main decoding loop: start just after the last delimiter if any basic code + // points were copied; start at the beginning otherwise. + + for (let index = basic > 0 ? basic + 1 : 0; index < inputLength; /* no final expression */) { + + // `index` is the index of the next character to be consumed. + // Decode a generalized variable-length integer into `delta`, + // which gets added to `i`. The overflow checking is easier + // if we increase `i` as we go, then subtract off its starting + // value at the end to obtain `delta`. + const oldi = i; + for (let w = 1, k = base; /* no condition */; k += base) { + + if (index >= inputLength) { + error('invalid-input'); + } + + const digit = basicToDigit(input.charCodeAt(index++)); + + if (digit >= base) { + error('invalid-input'); + } + if (digit > floor((maxInt - i) / w)) { + error('overflow'); + } + + i += digit * w; + const t = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias); + + if (digit < t) { + break; + } + + const baseMinusT = base - t; + if (w > floor(maxInt / baseMinusT)) { + error('overflow'); + } + + w *= baseMinusT; + + } + + const out = output.length + 1; + bias = adapt(i - oldi, out, oldi == 0); + + // `i` was supposed to wrap around from `out` to `0`, + // incrementing `n` each time, so we'll fix that now: + if (floor(i / out) > maxInt - n) { + error('overflow'); + } + + n += floor(i / out); + i %= out; + + // Insert `n` at position `i` of the output. + output.splice(i++, 0, n); + + } + + return String.fromCodePoint(...output); +}; + +/** + * Converts a string of Unicode symbols (e.g. a domain name label) to a + * Punycode string of ASCII-only symbols. + * @memberOf punycode + * @param {String} input The string of Unicode symbols. + * @returns {String} The resulting Punycode string of ASCII-only symbols. + */ +const encode = function(input) { + const output = []; + + // Convert the input in UCS-2 to an array of Unicode code points. + input = ucs2decode(input); + + // Cache the length. + const inputLength = input.length; + + // Initialize the state. + let n = initialN; + let delta = 0; + let bias = initialBias; + + // Handle the basic code points. + for (const currentValue of input) { + if (currentValue < 0x80) { + output.push(stringFromCharCode(currentValue)); + } + } + + const basicLength = output.length; + let handledCPCount = basicLength; + + // `handledCPCount` is the number of code points that have been handled; + // `basicLength` is the number of basic code points. + + // Finish the basic string with a delimiter unless it's empty. + if (basicLength) { + output.push(delimiter); + } + + // Main encoding loop: + while (handledCPCount < inputLength) { + + // All non-basic code points < n have been handled already. Find the next + // larger one: + let m = maxInt; + for (const currentValue of input) { + if (currentValue >= n && currentValue < m) { + m = currentValue; + } + } + + // Increase `delta` enough to advance the decoder's state to , + // but guard against overflow. + const handledCPCountPlusOne = handledCPCount + 1; + if (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) { + error('overflow'); + } + + delta += (m - n) * handledCPCountPlusOne; + n = m; + + for (const currentValue of input) { + if (currentValue < n && ++delta > maxInt) { + error('overflow'); + } + if (currentValue === n) { + // Represent delta as a generalized variable-length integer. + let q = delta; + for (let k = base; /* no condition */; k += base) { + const t = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias); + if (q < t) { + break; + } + const qMinusT = q - t; + const baseMinusT = base - t; + output.push( + stringFromCharCode(digitToBasic(t + qMinusT % baseMinusT, 0)) + ); + q = floor(qMinusT / baseMinusT); + } + + output.push(stringFromCharCode(digitToBasic(q, 0))); + bias = adapt(delta, handledCPCountPlusOne, handledCPCount === basicLength); + delta = 0; + ++handledCPCount; + } + } + + ++delta; + ++n; + + } + return output.join(''); +}; + +/** + * Converts a Punycode string representing a domain name or an email address + * to Unicode. Only the Punycoded parts of the input will be converted, i.e. + * it doesn't matter if you call it on a string that has already been + * converted to Unicode. + * @memberOf punycode + * @param {String} input The Punycoded domain name or email address to + * convert to Unicode. + * @returns {String} The Unicode representation of the given Punycode + * string. + */ +const toUnicode = function(input) { + return mapDomain(input, function(string) { + return regexPunycode.test(string) + ? decode(string.slice(4).toLowerCase()) + : string; + }); +}; + +/** + * Converts a Unicode string representing a domain name or an email address to + * Punycode. Only the non-ASCII parts of the domain name will be converted, + * i.e. it doesn't matter if you call it with a domain that's already in + * ASCII. + * @memberOf punycode + * @param {String} input The domain name or email address to convert, as a + * Unicode string. + * @returns {String} The Punycode representation of the given domain name or + * email address. + */ +const toASCII = function(input) { + return mapDomain(input, function(string) { + return regexNonASCII.test(string) + ? 'xn--' + encode(string) + : string; + }); +}; + +/*--------------------------------------------------------------------------*/ + +/** Define the public API */ +const punycode = { + /** + * A string representing the current Punycode.js version number. + * @memberOf punycode + * @type String + */ + 'version': '2.3.1', + /** + * An object of methods to convert from JavaScript's internal character + * representation (UCS-2) to Unicode code points, and back. + * @see + * @memberOf punycode + * @type Object + */ + 'ucs2': { + 'decode': ucs2decode, + 'encode': ucs2encode + }, + 'decode': decode, + 'encode': encode, + 'toASCII': toASCII, + 'toUnicode': toUnicode +}; + +module.exports = punycode; diff --git a/node_modules/qs/.editorconfig b/node_modules/qs/.editorconfig new file mode 100644 index 0000000..6adecfb --- /dev/null +++ b/node_modules/qs/.editorconfig @@ -0,0 +1,46 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +max_line_length = 160 +quote_type = single + +[test/*] +max_line_length = off + +[LICENSE.md] +indent_size = off + +[*.md] +max_line_length = off + +[*.json] +max_line_length = off + +[Makefile] +max_line_length = off + +[CHANGELOG.md] +indent_style = space +indent_size = 2 + +[LICENSE] +indent_size = 2 +max_line_length = off + +[coverage/**/*] +indent_size = off +indent_style = off +indent = off +max_line_length = off + +[.nycrc] +indent_style = tab + +[tea.yaml] +indent_size = 2 diff --git a/node_modules/qs/.eslintrc b/node_modules/qs/.eslintrc new file mode 100644 index 0000000..b692761 --- /dev/null +++ b/node_modules/qs/.eslintrc @@ -0,0 +1,38 @@ +{ + "root": true, + + "extends": "@ljharb", + + "ignorePatterns": [ + "dist/", + ], + + "rules": { + "complexity": 0, + "consistent-return": 1, + "func-name-matching": 0, + "id-length": [2, { "min": 1, "max": 25, "properties": "never" }], + "indent": [2, 4], + "max-lines-per-function": [2, { "max": 150 }], + "max-params": [2, 18], + "max-statements": [2, 100], + "multiline-comment-style": 0, + "no-continue": 1, + "no-magic-numbers": 0, + "no-restricted-syntax": [2, "BreakStatement", "DebuggerStatement", "ForInStatement", "LabeledStatement", "WithStatement"], + }, + + "overrides": [ + { + "files": "test/**", + "rules": { + "function-paren-newline": 0, + "max-lines-per-function": 0, + "max-statements": 0, + "no-buffer-constructor": 0, + "no-extend-native": 0, + "no-throw-literal": 0, + }, + }, + ], +} diff --git a/node_modules/qs/.github/FUNDING.yml b/node_modules/qs/.github/FUNDING.yml new file mode 100644 index 0000000..0355f4f --- /dev/null +++ b/node_modules/qs/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: [ljharb] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: npm/qs +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with a single custom sponsorship URL diff --git a/node_modules/qs/.nycrc b/node_modules/qs/.nycrc new file mode 100644 index 0000000..1d57cab --- /dev/null +++ b/node_modules/qs/.nycrc @@ -0,0 +1,13 @@ +{ + "all": true, + "check-coverage": false, + "reporter": ["text-summary", "text", "html", "json"], + "lines": 86, + "statements": 85.93, + "functions": 82.43, + "branches": 76.06, + "exclude": [ + "coverage", + "dist" + ] +} diff --git a/node_modules/qs/CHANGELOG.md b/node_modules/qs/CHANGELOG.md new file mode 100644 index 0000000..02a6b50 --- /dev/null +++ b/node_modules/qs/CHANGELOG.md @@ -0,0 +1,600 @@ +## **6.13.0** +- [New] `parse`: add `strictDepth` option (#511) +- [Tests] use `npm audit` instead of `aud` + +## **6.12.3** +- [Fix] `parse`: properly account for `strictNullHandling` when `allowEmptyArrays` +- [meta] fix changelog indentation + +## **6.12.2** +- [Fix] `parse`: parse encoded square brackets (#506) +- [readme] add CII best practices badge + +## **6.12.1** +- [Fix] `parse`: Disable `decodeDotInKeys` by default to restore previous behavior (#501) +- [Performance] `utils`: Optimize performance under large data volumes, reduce memory usage, and speed up processing (#502) +- [Refactor] `utils`: use `+=` +- [Tests] increase coverage + +## **6.12.0** + +- [New] `parse`/`stringify`: add `decodeDotInKeys`/`encodeDotKeys` options (#488) +- [New] `parse`: add `duplicates` option +- [New] `parse`/`stringify`: add `allowEmptyArrays` option to allow [] in object values (#487) +- [Refactor] `parse`/`stringify`: move allowDots config logic to its own variable +- [Refactor] `stringify`: move option-handling code into `normalizeStringifyOptions` +- [readme] update readme, add logos (#484) +- [readme] `stringify`: clarify default `arrayFormat` behavior +- [readme] fix line wrapping +- [readme] remove dead badges +- [Deps] update `side-channel` +- [meta] make the dist build 50% smaller +- [meta] add `sideEffects` flag +- [meta] run build in prepack, not prepublish +- [Tests] `parse`: remove useless tests; add coverage +- [Tests] `stringify`: increase coverage +- [Tests] use `mock-property` +- [Tests] `stringify`: improve coverage +- [Dev Deps] update `@ljharb/eslint-config `, `aud`, `has-override-mistake`, `has-property-descriptors`, `mock-property`, `npmignore`, `object-inspect`, `tape` +- [Dev Deps] pin `glob`, since v10.3.8+ requires a broken `jackspeak` +- [Dev Deps] pin `jackspeak` since 2.1.2+ depends on npm aliases, which kill the install process in npm < 6 + +## **6.11.2** +- [Fix] `parse`: Fix parsing when the global Object prototype is frozen (#473) +- [Tests] add passing test cases with empty keys (#473) + +## **6.11.1** +- [Fix] `stringify`: encode comma values more consistently (#463) +- [readme] add usage of `filter` option for injecting custom serialization, i.e. of custom types (#447) +- [meta] remove extraneous code backticks (#457) +- [meta] fix changelog markdown +- [actions] update checkout action +- [actions] restrict action permissions +- [Dev Deps] update `@ljharb/eslint-config`, `aud`, `object-inspect`, `tape` + +## **6.11.0** +- [New] [Fix] `stringify`: revert 0e903c0; add `commaRoundTrip` option (#442) +- [readme] fix version badge + +## **6.10.5** +- [Fix] `stringify`: with `arrayFormat: comma`, properly include an explicit `[]` on a single-item array (#434) + +## **6.10.4** +- [Fix] `stringify`: with `arrayFormat: comma`, include an explicit `[]` on a single-item array (#441) +- [meta] use `npmignore` to autogenerate an npmignore file +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `has-symbol`, `object-inspect`, `tape` + +## **6.10.3** +- [Fix] `parse`: ignore `__proto__` keys (#428) +- [Robustness] `stringify`: avoid relying on a global `undefined` (#427) +- [actions] reuse common workflows +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `object-inspect`, `tape` + +## **6.10.2** +- [Fix] `stringify`: actually fix cyclic references (#426) +- [Fix] `stringify`: avoid encoding arrayformat comma when `encodeValuesOnly = true` (#424) +- [readme] remove travis badge; add github actions/codecov badges; update URLs +- [Docs] add note and links for coercing primitive values (#408) +- [actions] update codecov uploader +- [actions] update workflows +- [Tests] clean up stringify tests slightly +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `object-inspect`, `safe-publish-latest`, `tape` + +## **6.10.1** +- [Fix] `stringify`: avoid exception on repeated object values (#402) + +## **6.10.0** +- [New] `stringify`: throw on cycles, instead of an infinite loop (#395, #394, #393) +- [New] `parse`: add `allowSparse` option for collapsing arrays with missing indices (#312) +- [meta] fix README.md (#399) +- [meta] only run `npm run dist` in publish, not install +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `has-symbols`, `tape` +- [Tests] fix tests on node v0.6 +- [Tests] use `ljharb/actions/node/install` instead of `ljharb/actions/node/run` +- [Tests] Revert "[meta] ignore eclint transitive audit warning" + +## **6.9.7** +- [Fix] `parse`: ignore `__proto__` keys (#428) +- [Fix] `stringify`: avoid encoding arrayformat comma when `encodeValuesOnly = true` (#424) +- [Robustness] `stringify`: avoid relying on a global `undefined` (#427) +- [readme] remove travis badge; add github actions/codecov badges; update URLs +- [Docs] add note and links for coercing primitive values (#408) +- [Tests] clean up stringify tests slightly +- [meta] fix README.md (#399) +- Revert "[meta] ignore eclint transitive audit warning" +- [actions] backport actions from main +- [Dev Deps] backport updates from main + +## **6.9.6** +- [Fix] restore `dist` dir; mistakenly removed in d4f6c32 + +## **6.9.5** +- [Fix] `stringify`: do not encode parens for RFC1738 +- [Fix] `stringify`: fix arrayFormat comma with empty array/objects (#350) +- [Refactor] `format`: remove `util.assign` call +- [meta] add "Allow Edits" workflow; update rebase workflow +- [actions] switch Automatic Rebase workflow to `pull_request_target` event +- [Tests] `stringify`: add tests for #378 +- [Tests] migrate tests to Github Actions +- [Tests] run `nyc` on all tests; use `tape` runner +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `browserify`, `mkdirp`, `object-inspect`, `tape`; add `aud` + +## **6.9.4** +- [Fix] `stringify`: when `arrayFormat` is `comma`, respect `serializeDate` (#364) +- [Refactor] `stringify`: reduce branching (part of #350) +- [Refactor] move `maybeMap` to `utils` +- [Dev Deps] update `browserify`, `tape` + +## **6.9.3** +- [Fix] proper comma parsing of URL-encoded commas (#361) +- [Fix] parses comma delimited array while having percent-encoded comma treated as normal text (#336) + +## **6.9.2** +- [Fix] `parse`: Fix parsing array from object with `comma` true (#359) +- [Fix] `parse`: throw a TypeError instead of an Error for bad charset (#349) +- [meta] ignore eclint transitive audit warning +- [meta] fix indentation in package.json +- [meta] add tidelift marketing copy +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `object-inspect`, `has-symbols`, `tape`, `mkdirp`, `iconv-lite` +- [actions] add automatic rebasing / merge commit blocking + +## **6.9.1** +- [Fix] `parse`: with comma true, handle field that holds an array of arrays (#335) +- [Fix] `parse`: with comma true, do not split non-string values (#334) +- [meta] add `funding` field +- [Dev Deps] update `eslint`, `@ljharb/eslint-config` +- [Tests] use shared travis-ci config + +## **6.9.0** +- [New] `parse`/`stringify`: Pass extra key/value argument to `decoder` (#333) +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `evalmd` +- [Tests] `parse`: add passing `arrayFormat` tests +- [Tests] add `posttest` using `npx aud` to run `npm audit` without a lockfile +- [Tests] up to `node` `v12.10`, `v11.15`, `v10.16`, `v8.16` +- [Tests] `Buffer.from` in node v5.0-v5.9 and v4.0-v4.4 requires a TypedArray + +## **6.8.3** +- [Fix] `parse`: ignore `__proto__` keys (#428) +- [Robustness] `stringify`: avoid relying on a global `undefined` (#427) +- [Fix] `stringify`: avoid encoding arrayformat comma when `encodeValuesOnly = true` (#424) +- [readme] remove travis badge; add github actions/codecov badges; update URLs +- [Tests] clean up stringify tests slightly +- [Docs] add note and links for coercing primitive values (#408) +- [meta] fix README.md (#399) +- [actions] backport actions from main +- [Dev Deps] backport updates from main +- [Refactor] `stringify`: reduce branching +- [meta] do not publish workflow files + +## **6.8.2** +- [Fix] proper comma parsing of URL-encoded commas (#361) +- [Fix] parses comma delimited array while having percent-encoded comma treated as normal text (#336) + +## **6.8.1** +- [Fix] `parse`: Fix parsing array from object with `comma` true (#359) +- [Fix] `parse`: throw a TypeError instead of an Error for bad charset (#349) +- [Fix] `parse`: with comma true, handle field that holds an array of arrays (#335) +- [fix] `parse`: with comma true, do not split non-string values (#334) +- [meta] add tidelift marketing copy +- [meta] add `funding` field +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`, `safe-publish-latest`, `evalmd`, `has-symbols`, `iconv-lite`, `mkdirp`, `object-inspect` +- [Tests] `parse`: add passing `arrayFormat` tests +- [Tests] use shared travis-ci configs +- [Tests] `Buffer.from` in node v5.0-v5.9 and v4.0-v4.4 requires a TypedArray +- [actions] add automatic rebasing / merge commit blocking + +## **6.8.0** +- [New] add `depth=false` to preserve the original key; [Fix] `depth=0` should preserve the original key (#326) +- [New] [Fix] stringify symbols and bigints +- [Fix] ensure node 0.12 can stringify Symbols +- [Fix] fix for an impossible situation: when the formatter is called with a non-string value +- [Refactor] `formats`: tiny bit of cleanup. +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `browserify`, `safe-publish-latest`, `iconv-lite`, `tape` +- [Tests] add tests for `depth=0` and `depth=false` behavior, both current and intuitive/intended (#326) +- [Tests] use `eclint` instead of `editorconfig-tools` +- [docs] readme: add security note +- [meta] add github sponsorship +- [meta] add FUNDING.yml +- [meta] Clean up license text so it’s properly detected as BSD-3-Clause + +## **6.7.3** +- [Fix] `parse`: ignore `__proto__` keys (#428) +- [Fix] `stringify`: avoid encoding arrayformat comma when `encodeValuesOnly = true` (#424) +- [Robustness] `stringify`: avoid relying on a global `undefined` (#427) +- [readme] remove travis badge; add github actions/codecov badges; update URLs +- [Docs] add note and links for coercing primitive values (#408) +- [meta] fix README.md (#399) +- [meta] do not publish workflow files +- [actions] backport actions from main +- [Dev Deps] backport updates from main +- [Tests] use `nyc` for coverage +- [Tests] clean up stringify tests slightly + +## **6.7.2** +- [Fix] proper comma parsing of URL-encoded commas (#361) +- [Fix] parses comma delimited array while having percent-encoded comma treated as normal text (#336) + +## **6.7.1** +- [Fix] `parse`: Fix parsing array from object with `comma` true (#359) +- [Fix] `parse`: with comma true, handle field that holds an array of arrays (#335) +- [fix] `parse`: with comma true, do not split non-string values (#334) +- [Fix] `parse`: throw a TypeError instead of an Error for bad charset (#349) +- [Fix] fix for an impossible situation: when the formatter is called with a non-string value +- [Refactor] `formats`: tiny bit of cleanup. +- readme: add security note +- [meta] add tidelift marketing copy +- [meta] add `funding` field +- [meta] add FUNDING.yml +- [meta] Clean up license text so it’s properly detected as BSD-3-Clause +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape`, `safe-publish-latest`, `evalmd`, `iconv-lite`, `mkdirp`, `object-inspect`, `browserify` +- [Tests] `parse`: add passing `arrayFormat` tests +- [Tests] use shared travis-ci configs +- [Tests] `Buffer.from` in node v5.0-v5.9 and v4.0-v4.4 requires a TypedArray +- [Tests] add tests for `depth=0` and `depth=false` behavior, both current and intuitive/intended +- [Tests] use `eclint` instead of `editorconfig-tools` +- [actions] add automatic rebasing / merge commit blocking + +## **6.7.0** +- [New] `stringify`/`parse`: add `comma` as an `arrayFormat` option (#276, #219) +- [Fix] correctly parse nested arrays (#212) +- [Fix] `utils.merge`: avoid a crash with a null target and a truthy non-array source, also with an array source +- [Robustness] `stringify`: cache `Object.prototype.hasOwnProperty` +- [Refactor] `utils`: `isBuffer`: small tweak; add tests +- [Refactor] use cached `Array.isArray` +- [Refactor] `parse`/`stringify`: make a function to normalize the options +- [Refactor] `utils`: reduce observable [[Get]]s +- [Refactor] `stringify`/`utils`: cache `Array.isArray` +- [Tests] always use `String(x)` over `x.toString()` +- [Tests] fix Buffer tests to work in node < 4.5 and node < 5.10 +- [Tests] temporarily allow coverage to fail + +## **6.6.1** +- [Fix] `parse`: ignore `__proto__` keys (#428) +- [Fix] fix for an impossible situation: when the formatter is called with a non-string value +- [Fix] `utils.merge`: avoid a crash with a null target and an array source +- [Fix] `utils.merge`: avoid a crash with a null target and a truthy non-array source +- [Fix] correctly parse nested arrays +- [Robustness] `stringify`: avoid relying on a global `undefined` (#427) +- [Robustness] `stringify`: cache `Object.prototype.hasOwnProperty` +- [Refactor] `formats`: tiny bit of cleanup. +- [Refactor] `utils`: `isBuffer`: small tweak; add tests +- [Refactor]: `stringify`/`utils`: cache `Array.isArray` +- [Refactor] `utils`: reduce observable [[Get]]s +- [Refactor] use cached `Array.isArray` +- [Refactor] `parse`/`stringify`: make a function to normalize the options +- [readme] remove travis badge; add github actions/codecov badges; update URLs +- [Docs] Clarify the need for "arrayLimit" option +- [meta] fix README.md (#399) +- [meta] do not publish workflow files +- [meta] Clean up license text so it’s properly detected as BSD-3-Clause +- [meta] add FUNDING.yml +- [meta] Fixes typo in CHANGELOG.md +- [actions] backport actions from main +- [Tests] fix Buffer tests to work in node < 4.5 and node < 5.10 +- [Tests] always use `String(x)` over `x.toString()` +- [Dev Deps] backport from main + +## **6.6.0** +- [New] Add support for iso-8859-1, utf8 "sentinel" and numeric entities (#268) +- [New] move two-value combine to a `utils` function (#189) +- [Fix] `stringify`: fix a crash with `strictNullHandling` and a custom `filter`/`serializeDate` (#279) +- [Fix] when `parseArrays` is false, properly handle keys ending in `[]` (#260) +- [Fix] `stringify`: do not crash in an obscure combo of `interpretNumericEntities`, a bad custom `decoder`, & `iso-8859-1` +- [Fix] `utils`: `merge`: fix crash when `source` is a truthy primitive & no options are provided +- [refactor] `stringify`: Avoid arr = arr.concat(...), push to the existing instance (#269) +- [Refactor] `parse`: only need to reassign the var once +- [Refactor] `parse`/`stringify`: clean up `charset` options checking; fix defaults +- [Refactor] add missing defaults +- [Refactor] `parse`: one less `concat` call +- [Refactor] `utils`: `compactQueue`: make it explicitly side-effecting +- [Dev Deps] update `browserify`, `eslint`, `@ljharb/eslint-config`, `iconv-lite`, `safe-publish-latest`, `tape` +- [Tests] up to `node` `v10.10`, `v9.11`, `v8.12`, `v6.14`, `v4.9`; pin included builds to LTS + +## **6.5.3** +- [Fix] `parse`: ignore `__proto__` keys (#428) +- [Fix] `utils.merge`: avoid a crash with a null target and a truthy non-array source +- [Fix] correctly parse nested arrays +- [Fix] `stringify`: fix a crash with `strictNullHandling` and a custom `filter`/`serializeDate` (#279) +- [Fix] `utils`: `merge`: fix crash when `source` is a truthy primitive & no options are provided +- [Fix] when `parseArrays` is false, properly handle keys ending in `[]` +- [Fix] fix for an impossible situation: when the formatter is called with a non-string value +- [Fix] `utils.merge`: avoid a crash with a null target and an array source +- [Refactor] `utils`: reduce observable [[Get]]s +- [Refactor] use cached `Array.isArray` +- [Refactor] `stringify`: Avoid arr = arr.concat(...), push to the existing instance (#269) +- [Refactor] `parse`: only need to reassign the var once +- [Robustness] `stringify`: avoid relying on a global `undefined` (#427) +- [readme] remove travis badge; add github actions/codecov badges; update URLs +- [Docs] Clean up license text so it’s properly detected as BSD-3-Clause +- [Docs] Clarify the need for "arrayLimit" option +- [meta] fix README.md (#399) +- [meta] add FUNDING.yml +- [actions] backport actions from main +- [Tests] always use `String(x)` over `x.toString()` +- [Tests] remove nonexistent tape option +- [Dev Deps] backport from main + +## **6.5.2** +- [Fix] use `safer-buffer` instead of `Buffer` constructor +- [Refactor] utils: `module.exports` one thing, instead of mutating `exports` (#230) +- [Dev Deps] update `browserify`, `eslint`, `iconv-lite`, `safer-buffer`, `tape`, `browserify` + +## **6.5.1** +- [Fix] Fix parsing & compacting very deep objects (#224) +- [Refactor] name utils functions +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape` +- [Tests] up to `node` `v8.4`; use `nvm install-latest-npm` so newer npm doesn’t break older node +- [Tests] Use precise dist for Node.js 0.6 runtime (#225) +- [Tests] make 0.6 required, now that it’s passing +- [Tests] on `node` `v8.2`; fix npm on node 0.6 + +## **6.5.0** +- [New] add `utils.assign` +- [New] pass default encoder/decoder to custom encoder/decoder functions (#206) +- [New] `parse`/`stringify`: add `ignoreQueryPrefix`/`addQueryPrefix` options, respectively (#213) +- [Fix] Handle stringifying empty objects with addQueryPrefix (#217) +- [Fix] do not mutate `options` argument (#207) +- [Refactor] `parse`: cache index to reuse in else statement (#182) +- [Docs] add various badges to readme (#208) +- [Dev Deps] update `eslint`, `browserify`, `iconv-lite`, `tape` +- [Tests] up to `node` `v8.1`, `v7.10`, `v6.11`; npm v4.6 breaks on node < v1; npm v5+ breaks on node < v4 +- [Tests] add `editorconfig-tools` + +## **6.4.1** +- [Fix] `parse`: ignore `__proto__` keys (#428) +- [Fix] fix for an impossible situation: when the formatter is called with a non-string value +- [Fix] use `safer-buffer` instead of `Buffer` constructor +- [Fix] `utils.merge`: avoid a crash with a null target and an array source +- [Fix] `utils.merge`: avoid a crash with a null target and a truthy non-array source +- [Fix] `stringify`: fix a crash with `strictNullHandling` and a custom `filter`/`serializeDate` (#279) +- [Fix] `utils`: `merge`: fix crash when `source` is a truthy primitive & no options are provided +- [Fix] when `parseArrays` is false, properly handle keys ending in `[]` +- [Robustness] `stringify`: avoid relying on a global `undefined` (#427) +- [Refactor] use cached `Array.isArray` +- [Refactor] `stringify`: Avoid arr = arr.concat(...), push to the existing instance (#269) +- [readme] remove travis badge; add github actions/codecov badges; update URLs +- [Docs] Clarify the need for "arrayLimit" option +- [meta] fix README.md (#399) +- [meta] Clean up license text so it’s properly detected as BSD-3-Clause +- [meta] add FUNDING.yml +- [actions] backport actions from main +- [Tests] remove nonexistent tape option +- [Dev Deps] backport from main + +## **6.4.0** +- [New] `qs.stringify`: add `encodeValuesOnly` option +- [Fix] follow `allowPrototypes` option during merge (#201, #201) +- [Fix] support keys starting with brackets (#202, #200) +- [Fix] chmod a-x +- [Dev Deps] update `eslint` +- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds +- [eslint] reduce warnings + +## **6.3.3** +- [Fix] `parse`: ignore `__proto__` keys (#428) +- [Fix] fix for an impossible situation: when the formatter is called with a non-string value +- [Fix] `utils.merge`: avoid a crash with a null target and an array source +- [Fix] `utils.merge`: avoid a crash with a null target and a truthy non-array source +- [Fix] `stringify`: fix a crash with `strictNullHandling` and a custom `filter`/`serializeDate` (#279) +- [Fix] `utils`: `merge`: fix crash when `source` is a truthy primitive & no options are provided +- [Fix] when `parseArrays` is false, properly handle keys ending in `[]` +- [Robustness] `stringify`: avoid relying on a global `undefined` (#427) +- [Refactor] use cached `Array.isArray` +- [Refactor] `stringify`: Avoid arr = arr.concat(...), push to the existing instance (#269) +- [Docs] Clarify the need for "arrayLimit" option +- [meta] fix README.md (#399) +- [meta] Clean up license text so it’s properly detected as BSD-3-Clause +- [meta] add FUNDING.yml +- [actions] backport actions from main +- [Tests] use `safer-buffer` instead of `Buffer` constructor +- [Tests] remove nonexistent tape option +- [Dev Deps] backport from main + +## **6.3.2** +- [Fix] follow `allowPrototypes` option during merge (#201, #200) +- [Dev Deps] update `eslint` +- [Fix] chmod a-x +- [Fix] support keys starting with brackets (#202, #200) +- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds + +## **6.3.1** +- [Fix] ensure that `allowPrototypes: false` does not ever shadow Object.prototype properties (thanks, @snyk!) +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `browserify`, `iconv-lite`, `qs-iconv`, `tape` +- [Tests] on all node minors; improve test matrix +- [Docs] document stringify option `allowDots` (#195) +- [Docs] add empty object and array values example (#195) +- [Docs] Fix minor inconsistency/typo (#192) +- [Docs] document stringify option `sort` (#191) +- [Refactor] `stringify`: throw faster with an invalid encoder +- [Refactor] remove unnecessary escapes (#184) +- Remove contributing.md, since `qs` is no longer part of `hapi` (#183) + +## **6.3.0** +- [New] Add support for RFC 1738 (#174, #173) +- [New] `stringify`: Add `serializeDate` option to customize Date serialization (#159) +- [Fix] ensure `utils.merge` handles merging two arrays +- [Refactor] only constructors should be capitalized +- [Refactor] capitalized var names are for constructors only +- [Refactor] avoid using a sparse array +- [Robustness] `formats`: cache `String#replace` +- [Dev Deps] update `browserify`, `eslint`, `@ljharb/eslint-config`; add `safe-publish-latest` +- [Tests] up to `node` `v6.8`, `v4.6`; improve test matrix +- [Tests] flesh out arrayLimit/arrayFormat tests (#107) +- [Tests] skip Object.create tests when null objects are not available +- [Tests] Turn on eslint for test files (#175) + +## **6.2.4** +- [Fix] `parse`: ignore `__proto__` keys (#428) +- [Fix] `utils.merge`: avoid a crash with a null target and an array source +- [Fix] `utils.merge`: avoid a crash with a null target and a truthy non-array source +- [Fix] `utils`: `merge`: fix crash when `source` is a truthy primitive & no options are provided +- [Fix] when `parseArrays` is false, properly handle keys ending in `[]` +- [Robustness] `stringify`: avoid relying on a global `undefined` (#427) +- [Refactor] use cached `Array.isArray` +- [Docs] Clarify the need for "arrayLimit" option +- [meta] fix README.md (#399) +- [meta] Clean up license text so it’s properly detected as BSD-3-Clause +- [meta] add FUNDING.yml +- [actions] backport actions from main +- [Tests] use `safer-buffer` instead of `Buffer` constructor +- [Tests] remove nonexistent tape option +- [Dev Deps] backport from main + +## **6.2.3** +- [Fix] follow `allowPrototypes` option during merge (#201, #200) +- [Fix] chmod a-x +- [Fix] support keys starting with brackets (#202, #200) +- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds + +## **6.2.2** +- [Fix] ensure that `allowPrototypes: false` does not ever shadow Object.prototype properties + +## **6.2.1** +- [Fix] ensure `key[]=x&key[]&key[]=y` results in 3, not 2, values +- [Refactor] Be explicit and use `Object.prototype.hasOwnProperty.call` +- [Tests] remove `parallelshell` since it does not reliably report failures +- [Tests] up to `node` `v6.3`, `v5.12` +- [Dev Deps] update `tape`, `eslint`, `@ljharb/eslint-config`, `qs-iconv` + +## [**6.2.0**](https://github.com/ljharb/qs/issues?milestone=36&state=closed) +- [New] pass Buffers to the encoder/decoder directly (#161) +- [New] add "encoder" and "decoder" options, for custom param encoding/decoding (#160) +- [Fix] fix compacting of nested sparse arrays (#150) + +## **6.1.2** +- [Fix] follow `allowPrototypes` option during merge (#201, #200) +- [Fix] chmod a-x +- [Fix] support keys starting with brackets (#202, #200) +- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds + +## **6.1.1** +- [Fix] ensure that `allowPrototypes: false` does not ever shadow Object.prototype properties + +## [**6.1.0**](https://github.com/ljharb/qs/issues?milestone=35&state=closed) +- [New] allowDots option for `stringify` (#151) +- [Fix] "sort" option should work at a depth of 3 or more (#151) +- [Fix] Restore `dist` directory; will be removed in v7 (#148) + +## **6.0.4** +- [Fix] follow `allowPrototypes` option during merge (#201, #200) +- [Fix] chmod a-x +- [Fix] support keys starting with brackets (#202, #200) +- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds + +## **6.0.3** +- [Fix] ensure that `allowPrototypes: false` does not ever shadow Object.prototype properties +- [Fix] Restore `dist` directory; will be removed in v7 (#148) + +## [**6.0.2**](https://github.com/ljharb/qs/issues?milestone=33&state=closed) +- Revert ES6 requirement and restore support for node down to v0.8. + +## [**6.0.1**](https://github.com/ljharb/qs/issues?milestone=32&state=closed) +- [**#127**](https://github.com/ljharb/qs/pull/127) Fix engines definition in package.json + +## [**6.0.0**](https://github.com/ljharb/qs/issues?milestone=31&state=closed) +- [**#124**](https://github.com/ljharb/qs/issues/124) Use ES6 and drop support for node < v4 + +## **5.2.1** +- [Fix] ensure `key[]=x&key[]&key[]=y` results in 3, not 2, values + +## [**5.2.0**](https://github.com/ljharb/qs/issues?milestone=30&state=closed) +- [**#64**](https://github.com/ljharb/qs/issues/64) Add option to sort object keys in the query string + +## [**5.1.0**](https://github.com/ljharb/qs/issues?milestone=29&state=closed) +- [**#117**](https://github.com/ljharb/qs/issues/117) make URI encoding stringified results optional +- [**#106**](https://github.com/ljharb/qs/issues/106) Add flag `skipNulls` to optionally skip null values in stringify + +## [**5.0.0**](https://github.com/ljharb/qs/issues?milestone=28&state=closed) +- [**#114**](https://github.com/ljharb/qs/issues/114) default allowDots to false +- [**#100**](https://github.com/ljharb/qs/issues/100) include dist to npm + +## [**4.0.0**](https://github.com/ljharb/qs/issues?milestone=26&state=closed) +- [**#98**](https://github.com/ljharb/qs/issues/98) make returning plain objects and allowing prototype overwriting properties optional + +## [**3.1.0**](https://github.com/ljharb/qs/issues?milestone=24&state=closed) +- [**#89**](https://github.com/ljharb/qs/issues/89) Add option to disable "Transform dot notation to bracket notation" + +## [**3.0.0**](https://github.com/ljharb/qs/issues?milestone=23&state=closed) +- [**#80**](https://github.com/ljharb/qs/issues/80) qs.parse silently drops properties +- [**#77**](https://github.com/ljharb/qs/issues/77) Perf boost +- [**#60**](https://github.com/ljharb/qs/issues/60) Add explicit option to disable array parsing +- [**#74**](https://github.com/ljharb/qs/issues/74) Bad parse when turning array into object +- [**#81**](https://github.com/ljharb/qs/issues/81) Add a `filter` option +- [**#68**](https://github.com/ljharb/qs/issues/68) Fixed issue with recursion and passing strings into objects. +- [**#66**](https://github.com/ljharb/qs/issues/66) Add mixed array and object dot notation support Closes: #47 +- [**#76**](https://github.com/ljharb/qs/issues/76) RFC 3986 +- [**#85**](https://github.com/ljharb/qs/issues/85) No equal sign +- [**#84**](https://github.com/ljharb/qs/issues/84) update license attribute + +## [**2.4.1**](https://github.com/ljharb/qs/issues?milestone=20&state=closed) +- [**#73**](https://github.com/ljharb/qs/issues/73) Property 'hasOwnProperty' of object # is not a function + +## [**2.4.0**](https://github.com/ljharb/qs/issues?milestone=19&state=closed) +- [**#70**](https://github.com/ljharb/qs/issues/70) Add arrayFormat option + +## [**2.3.3**](https://github.com/ljharb/qs/issues?milestone=18&state=closed) +- [**#59**](https://github.com/ljharb/qs/issues/59) make sure array indexes are >= 0, closes #57 +- [**#58**](https://github.com/ljharb/qs/issues/58) make qs usable for browser loader + +## [**2.3.2**](https://github.com/ljharb/qs/issues?milestone=17&state=closed) +- [**#55**](https://github.com/ljharb/qs/issues/55) allow merging a string into an object + +## [**2.3.1**](https://github.com/ljharb/qs/issues?milestone=16&state=closed) +- [**#52**](https://github.com/ljharb/qs/issues/52) Return "undefined" and "false" instead of throwing "TypeError". + +## [**2.3.0**](https://github.com/ljharb/qs/issues?milestone=15&state=closed) +- [**#50**](https://github.com/ljharb/qs/issues/50) add option to omit array indices, closes #46 + +## [**2.2.5**](https://github.com/ljharb/qs/issues?milestone=14&state=closed) +- [**#39**](https://github.com/ljharb/qs/issues/39) Is there an alternative to Buffer.isBuffer? +- [**#49**](https://github.com/ljharb/qs/issues/49) refactor utils.merge, fixes #45 +- [**#41**](https://github.com/ljharb/qs/issues/41) avoid browserifying Buffer, for #39 + +## [**2.2.4**](https://github.com/ljharb/qs/issues?milestone=13&state=closed) +- [**#38**](https://github.com/ljharb/qs/issues/38) how to handle object keys beginning with a number + +## [**2.2.3**](https://github.com/ljharb/qs/issues?milestone=12&state=closed) +- [**#37**](https://github.com/ljharb/qs/issues/37) parser discards first empty value in array +- [**#36**](https://github.com/ljharb/qs/issues/36) Update to lab 4.x + +## [**2.2.2**](https://github.com/ljharb/qs/issues?milestone=11&state=closed) +- [**#33**](https://github.com/ljharb/qs/issues/33) Error when plain object in a value +- [**#34**](https://github.com/ljharb/qs/issues/34) use Object.prototype.hasOwnProperty.call instead of obj.hasOwnProperty +- [**#24**](https://github.com/ljharb/qs/issues/24) Changelog? Semver? + +## [**2.2.1**](https://github.com/ljharb/qs/issues?milestone=10&state=closed) +- [**#32**](https://github.com/ljharb/qs/issues/32) account for circular references properly, closes #31 +- [**#31**](https://github.com/ljharb/qs/issues/31) qs.parse stackoverflow on circular objects + +## [**2.2.0**](https://github.com/ljharb/qs/issues?milestone=9&state=closed) +- [**#26**](https://github.com/ljharb/qs/issues/26) Don't use Buffer global if it's not present +- [**#30**](https://github.com/ljharb/qs/issues/30) Bug when merging non-object values into arrays +- [**#29**](https://github.com/ljharb/qs/issues/29) Don't call Utils.clone at the top of Utils.merge +- [**#23**](https://github.com/ljharb/qs/issues/23) Ability to not limit parameters? + +## [**2.1.0**](https://github.com/ljharb/qs/issues?milestone=8&state=closed) +- [**#22**](https://github.com/ljharb/qs/issues/22) Enable using a RegExp as delimiter + +## [**2.0.0**](https://github.com/ljharb/qs/issues?milestone=7&state=closed) +- [**#18**](https://github.com/ljharb/qs/issues/18) Why is there arrayLimit? +- [**#20**](https://github.com/ljharb/qs/issues/20) Configurable parametersLimit +- [**#21**](https://github.com/ljharb/qs/issues/21) make all limits optional, for #18, for #20 + +## [**1.2.2**](https://github.com/ljharb/qs/issues?milestone=6&state=closed) +- [**#19**](https://github.com/ljharb/qs/issues/19) Don't overwrite null values + +## [**1.2.1**](https://github.com/ljharb/qs/issues?milestone=5&state=closed) +- [**#16**](https://github.com/ljharb/qs/issues/16) ignore non-string delimiters +- [**#15**](https://github.com/ljharb/qs/issues/15) Close code block + +## [**1.2.0**](https://github.com/ljharb/qs/issues?milestone=4&state=closed) +- [**#12**](https://github.com/ljharb/qs/issues/12) Add optional delim argument +- [**#13**](https://github.com/ljharb/qs/issues/13) fix #11: flattened keys in array are now correctly parsed + +## [**1.1.0**](https://github.com/ljharb/qs/issues?milestone=3&state=closed) +- [**#7**](https://github.com/ljharb/qs/issues/7) Empty values of a POST array disappear after being submitted +- [**#9**](https://github.com/ljharb/qs/issues/9) Should not omit equals signs (=) when value is null +- [**#6**](https://github.com/ljharb/qs/issues/6) Minor grammar fix in README + +## [**1.0.2**](https://github.com/ljharb/qs/issues?milestone=2&state=closed) +- [**#5**](https://github.com/ljharb/qs/issues/5) array holes incorrectly copied into object on large index diff --git a/node_modules/qs/LICENSE.md b/node_modules/qs/LICENSE.md new file mode 100644 index 0000000..fecf6b6 --- /dev/null +++ b/node_modules/qs/LICENSE.md @@ -0,0 +1,29 @@ +BSD 3-Clause License + +Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors) +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/node_modules/qs/README.md b/node_modules/qs/README.md new file mode 100644 index 0000000..1e0d9ad --- /dev/null +++ b/node_modules/qs/README.md @@ -0,0 +1,709 @@ +

+ qs +

+ +# qs [![Version Badge][npm-version-svg]][package-url] + +[![github actions][actions-image]][actions-url] +[![coverage][codecov-image]][codecov-url] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] +[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/9058/badge)](https://bestpractices.coreinfrastructure.org/projects/9058) + +[![npm badge][npm-badge-png]][package-url] + +A querystring parsing and stringifying library with some added security. + +Lead Maintainer: [Jordan Harband](https://github.com/ljharb) + +The **qs** module was originally created and maintained by [TJ Holowaychuk](https://github.com/visionmedia/node-querystring). + +## Usage + +```javascript +var qs = require('qs'); +var assert = require('assert'); + +var obj = qs.parse('a=c'); +assert.deepEqual(obj, { a: 'c' }); + +var str = qs.stringify(obj); +assert.equal(str, 'a=c'); +``` + +### Parsing Objects + +[](#preventEval) +```javascript +qs.parse(string, [options]); +``` + +**qs** allows you to create nested objects within your query strings, by surrounding the name of sub-keys with square brackets `[]`. +For example, the string `'foo[bar]=baz'` converts to: + +```javascript +assert.deepEqual(qs.parse('foo[bar]=baz'), { + foo: { + bar: 'baz' + } +}); +``` + +When using the `plainObjects` option the parsed value is returned as a null object, created via `Object.create(null)` and as such you should be aware that prototype methods will not exist on it and a user may set those names to whatever value they like: + +```javascript +var nullObject = qs.parse('a[hasOwnProperty]=b', { plainObjects: true }); +assert.deepEqual(nullObject, { a: { hasOwnProperty: 'b' } }); +``` + +By default parameters that would overwrite properties on the object prototype are ignored, if you wish to keep the data from those fields either use `plainObjects` as mentioned above, or set `allowPrototypes` to `true` which will allow user input to overwrite those properties. +*WARNING* It is generally a bad idea to enable this option as it can cause problems when attempting to use the properties that have been overwritten. +Always be careful with this option. + +```javascript +var protoObject = qs.parse('a[hasOwnProperty]=b', { allowPrototypes: true }); +assert.deepEqual(protoObject, { a: { hasOwnProperty: 'b' } }); +``` + +URI encoded strings work too: + +```javascript +assert.deepEqual(qs.parse('a%5Bb%5D=c'), { + a: { b: 'c' } +}); +``` + +You can also nest your objects, like `'foo[bar][baz]=foobarbaz'`: + +```javascript +assert.deepEqual(qs.parse('foo[bar][baz]=foobarbaz'), { + foo: { + bar: { + baz: 'foobarbaz' + } + } +}); +``` + +By default, when nesting objects **qs** will only parse up to 5 children deep. +This means if you attempt to parse a string like `'a[b][c][d][e][f][g][h][i]=j'` your resulting object will be: + +```javascript +var expected = { + a: { + b: { + c: { + d: { + e: { + f: { + '[g][h][i]': 'j' + } + } + } + } + } + } +}; +var string = 'a[b][c][d][e][f][g][h][i]=j'; +assert.deepEqual(qs.parse(string), expected); +``` + +This depth can be overridden by passing a `depth` option to `qs.parse(string, [options])`: + +```javascript +var deep = qs.parse('a[b][c][d][e][f][g][h][i]=j', { depth: 1 }); +assert.deepEqual(deep, { a: { b: { '[c][d][e][f][g][h][i]': 'j' } } }); +``` + +You can configure **qs** to throw an error when parsing nested input beyond this depth using the `strictDepth` option (defaulted to false): + +```javascript +try { + qs.parse('a[b][c][d][e][f][g][h][i]=j', { depth: 1, strictDepth: true }); +} catch (err) { + assert(err instanceof RangeError); + assert.strictEqual(err.message, 'Input depth exceeded depth option of 1 and strictDepth is true'); +} +``` + +The depth limit helps mitigate abuse when **qs** is used to parse user input, and it is recommended to keep it a reasonably small number. The strictDepth option adds a layer of protection by throwing an error when the limit is exceeded, allowing you to catch and handle such cases. + +For similar reasons, by default **qs** will only parse up to 1000 parameters. This can be overridden by passing a `parameterLimit` option: + +```javascript +var limited = qs.parse('a=b&c=d', { parameterLimit: 1 }); +assert.deepEqual(limited, { a: 'b' }); +``` + +To bypass the leading question mark, use `ignoreQueryPrefix`: + +```javascript +var prefixed = qs.parse('?a=b&c=d', { ignoreQueryPrefix: true }); +assert.deepEqual(prefixed, { a: 'b', c: 'd' }); +``` + +An optional delimiter can also be passed: + +```javascript +var delimited = qs.parse('a=b;c=d', { delimiter: ';' }); +assert.deepEqual(delimited, { a: 'b', c: 'd' }); +``` + +Delimiters can be a regular expression too: + +```javascript +var regexed = qs.parse('a=b;c=d,e=f', { delimiter: /[;,]/ }); +assert.deepEqual(regexed, { a: 'b', c: 'd', e: 'f' }); +``` + +Option `allowDots` can be used to enable dot notation: + +```javascript +var withDots = qs.parse('a.b=c', { allowDots: true }); +assert.deepEqual(withDots, { a: { b: 'c' } }); +``` + +Option `decodeDotInKeys` can be used to decode dots in keys +Note: it implies `allowDots`, so `parse` will error if you set `decodeDotInKeys` to `true`, and `allowDots` to `false`. + +```javascript +var withDots = qs.parse('name%252Eobj.first=John&name%252Eobj.last=Doe', { decodeDotInKeys: true }); +assert.deepEqual(withDots, { 'name.obj': { first: 'John', last: 'Doe' }}); +``` + +Option `allowEmptyArrays` can be used to allowing empty array values in object +```javascript +var withEmptyArrays = qs.parse('foo[]&bar=baz', { allowEmptyArrays: true }); +assert.deepEqual(withEmptyArrays, { foo: [], bar: 'baz' }); +``` + +Option `duplicates` can be used to change the behavior when duplicate keys are encountered +```javascript +assert.deepEqual(qs.parse('foo=bar&foo=baz'), { foo: ['bar', 'baz'] }); +assert.deepEqual(qs.parse('foo=bar&foo=baz', { duplicates: 'combine' }), { foo: ['bar', 'baz'] }); +assert.deepEqual(qs.parse('foo=bar&foo=baz', { duplicates: 'first' }), { foo: 'bar' }); +assert.deepEqual(qs.parse('foo=bar&foo=baz', { duplicates: 'last' }), { foo: 'baz' }); +``` + +If you have to deal with legacy browsers or services, there's also support for decoding percent-encoded octets as iso-8859-1: + +```javascript +var oldCharset = qs.parse('a=%A7', { charset: 'iso-8859-1' }); +assert.deepEqual(oldCharset, { a: '§' }); +``` + +Some services add an initial `utf8=✓` value to forms so that old Internet Explorer versions are more likely to submit the form as utf-8. +Additionally, the server can check the value against wrong encodings of the checkmark character and detect that a query string or `application/x-www-form-urlencoded` body was *not* sent as utf-8, eg. if the form had an `accept-charset` parameter or the containing page had a different character set. + +**qs** supports this mechanism via the `charsetSentinel` option. +If specified, the `utf8` parameter will be omitted from the returned object. +It will be used to switch to `iso-8859-1`/`utf-8` mode depending on how the checkmark is encoded. + +**Important**: When you specify both the `charset` option and the `charsetSentinel` option, the `charset` will be overridden when the request contains a `utf8` parameter from which the actual charset can be deduced. +In that sense the `charset` will behave as the default charset rather than the authoritative charset. + +```javascript +var detectedAsUtf8 = qs.parse('utf8=%E2%9C%93&a=%C3%B8', { + charset: 'iso-8859-1', + charsetSentinel: true +}); +assert.deepEqual(detectedAsUtf8, { a: 'ø' }); + +// Browsers encode the checkmark as ✓ when submitting as iso-8859-1: +var detectedAsIso8859_1 = qs.parse('utf8=%26%2310003%3B&a=%F8', { + charset: 'utf-8', + charsetSentinel: true +}); +assert.deepEqual(detectedAsIso8859_1, { a: 'ø' }); +``` + +If you want to decode the `&#...;` syntax to the actual character, you can specify the `interpretNumericEntities` option as well: + +```javascript +var detectedAsIso8859_1 = qs.parse('a=%26%239786%3B', { + charset: 'iso-8859-1', + interpretNumericEntities: true +}); +assert.deepEqual(detectedAsIso8859_1, { a: '☺' }); +``` + +It also works when the charset has been detected in `charsetSentinel` mode. + +### Parsing Arrays + +**qs** can also parse arrays using a similar `[]` notation: + +```javascript +var withArray = qs.parse('a[]=b&a[]=c'); +assert.deepEqual(withArray, { a: ['b', 'c'] }); +``` + +You may specify an index as well: + +```javascript +var withIndexes = qs.parse('a[1]=c&a[0]=b'); +assert.deepEqual(withIndexes, { a: ['b', 'c'] }); +``` + +Note that the only difference between an index in an array and a key in an object is that the value between the brackets must be a number to create an array. +When creating arrays with specific indices, **qs** will compact a sparse array to only the existing values preserving their order: + +```javascript +var noSparse = qs.parse('a[1]=b&a[15]=c'); +assert.deepEqual(noSparse, { a: ['b', 'c'] }); +``` + +You may also use `allowSparse` option to parse sparse arrays: + +```javascript +var sparseArray = qs.parse('a[1]=2&a[3]=5', { allowSparse: true }); +assert.deepEqual(sparseArray, { a: [, '2', , '5'] }); +``` + +Note that an empty string is also a value, and will be preserved: + +```javascript +var withEmptyString = qs.parse('a[]=&a[]=b'); +assert.deepEqual(withEmptyString, { a: ['', 'b'] }); + +var withIndexedEmptyString = qs.parse('a[0]=b&a[1]=&a[2]=c'); +assert.deepEqual(withIndexedEmptyString, { a: ['b', '', 'c'] }); +``` + +**qs** will also limit specifying indices in an array to a maximum index of `20`. +Any array members with an index of greater than `20` will instead be converted to an object with the index as the key. +This is needed to handle cases when someone sent, for example, `a[999999999]` and it will take significant time to iterate over this huge array. + +```javascript +var withMaxIndex = qs.parse('a[100]=b'); +assert.deepEqual(withMaxIndex, { a: { '100': 'b' } }); +``` + +This limit can be overridden by passing an `arrayLimit` option: + +```javascript +var withArrayLimit = qs.parse('a[1]=b', { arrayLimit: 0 }); +assert.deepEqual(withArrayLimit, { a: { '1': 'b' } }); +``` + +To disable array parsing entirely, set `parseArrays` to `false`. + +```javascript +var noParsingArrays = qs.parse('a[]=b', { parseArrays: false }); +assert.deepEqual(noParsingArrays, { a: { '0': 'b' } }); +``` + +If you mix notations, **qs** will merge the two items into an object: + +```javascript +var mixedNotation = qs.parse('a[0]=b&a[b]=c'); +assert.deepEqual(mixedNotation, { a: { '0': 'b', b: 'c' } }); +``` + +You can also create arrays of objects: + +```javascript +var arraysOfObjects = qs.parse('a[][b]=c'); +assert.deepEqual(arraysOfObjects, { a: [{ b: 'c' }] }); +``` + +Some people use comma to join array, **qs** can parse it: +```javascript +var arraysOfObjects = qs.parse('a=b,c', { comma: true }) +assert.deepEqual(arraysOfObjects, { a: ['b', 'c'] }) +``` +(_this cannot convert nested objects, such as `a={b:1},{c:d}`_) + +### Parsing primitive/scalar values (numbers, booleans, null, etc) + +By default, all values are parsed as strings. +This behavior will not change and is explained in [issue #91](https://github.com/ljharb/qs/issues/91). + +```javascript +var primitiveValues = qs.parse('a=15&b=true&c=null'); +assert.deepEqual(primitiveValues, { a: '15', b: 'true', c: 'null' }); +``` + +If you wish to auto-convert values which look like numbers, booleans, and other values into their primitive counterparts, you can use the [query-types Express JS middleware](https://github.com/xpepermint/query-types) which will auto-convert all request query parameters. + +### Stringifying + +[](#preventEval) +```javascript +qs.stringify(object, [options]); +``` + +When stringifying, **qs** by default URI encodes output. Objects are stringified as you would expect: + +```javascript +assert.equal(qs.stringify({ a: 'b' }), 'a=b'); +assert.equal(qs.stringify({ a: { b: 'c' } }), 'a%5Bb%5D=c'); +``` + +This encoding can be disabled by setting the `encode` option to `false`: + +```javascript +var unencoded = qs.stringify({ a: { b: 'c' } }, { encode: false }); +assert.equal(unencoded, 'a[b]=c'); +``` + +Encoding can be disabled for keys by setting the `encodeValuesOnly` option to `true`: +```javascript +var encodedValues = qs.stringify( + { a: 'b', c: ['d', 'e=f'], f: [['g'], ['h']] }, + { encodeValuesOnly: true } +); +assert.equal(encodedValues,'a=b&c[0]=d&c[1]=e%3Df&f[0][0]=g&f[1][0]=h'); +``` + +This encoding can also be replaced by a custom encoding method set as `encoder` option: + +```javascript +var encoded = qs.stringify({ a: { b: 'c' } }, { encoder: function (str) { + // Passed in values `a`, `b`, `c` + return // Return encoded string +}}) +``` + +_(Note: the `encoder` option does not apply if `encode` is `false`)_ + +Analogue to the `encoder` there is a `decoder` option for `parse` to override decoding of properties and values: + +```javascript +var decoded = qs.parse('x=z', { decoder: function (str) { + // Passed in values `x`, `z` + return // Return decoded string +}}) +``` + +You can encode keys and values using different logic by using the type argument provided to the encoder: + +```javascript +var encoded = qs.stringify({ a: { b: 'c' } }, { encoder: function (str, defaultEncoder, charset, type) { + if (type === 'key') { + return // Encoded key + } else if (type === 'value') { + return // Encoded value + } +}}) +``` + +The type argument is also provided to the decoder: + +```javascript +var decoded = qs.parse('x=z', { decoder: function (str, defaultDecoder, charset, type) { + if (type === 'key') { + return // Decoded key + } else if (type === 'value') { + return // Decoded value + } +}}) +``` + +Examples beyond this point will be shown as though the output is not URI encoded for clarity. +Please note that the return values in these cases *will* be URI encoded during real usage. + +When arrays are stringified, they follow the `arrayFormat` option, which defaults to `indices`: + +```javascript +qs.stringify({ a: ['b', 'c', 'd'] }); +// 'a[0]=b&a[1]=c&a[2]=d' +``` + +You may override this by setting the `indices` option to `false`, or to be more explicit, the `arrayFormat` option to `repeat`: + +```javascript +qs.stringify({ a: ['b', 'c', 'd'] }, { indices: false }); +// 'a=b&a=c&a=d' +``` + +You may use the `arrayFormat` option to specify the format of the output array: + +```javascript +qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'indices' }) +// 'a[0]=b&a[1]=c' +qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'brackets' }) +// 'a[]=b&a[]=c' +qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'repeat' }) +// 'a=b&a=c' +qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'comma' }) +// 'a=b,c' +``` + +Note: when using `arrayFormat` set to `'comma'`, you can also pass the `commaRoundTrip` option set to `true` or `false`, to append `[]` on single-item arrays, so that they can round trip through a parse. + +When objects are stringified, by default they use bracket notation: + +```javascript +qs.stringify({ a: { b: { c: 'd', e: 'f' } } }); +// 'a[b][c]=d&a[b][e]=f' +``` + +You may override this to use dot notation by setting the `allowDots` option to `true`: + +```javascript +qs.stringify({ a: { b: { c: 'd', e: 'f' } } }, { allowDots: true }); +// 'a.b.c=d&a.b.e=f' +``` + +You may encode the dot notation in the keys of object with option `encodeDotInKeys` by setting it to `true`: +Note: it implies `allowDots`, so `stringify` will error if you set `decodeDotInKeys` to `true`, and `allowDots` to `false`. +Caveat: when `encodeValuesOnly` is `true` as well as `encodeDotInKeys`, only dots in keys and nothing else will be encoded. +```javascript +qs.stringify({ "name.obj": { "first": "John", "last": "Doe" } }, { allowDots: true, encodeDotInKeys: true }) +// 'name%252Eobj.first=John&name%252Eobj.last=Doe' +``` + +You may allow empty array values by setting the `allowEmptyArrays` option to `true`: +```javascript +qs.stringify({ foo: [], bar: 'baz' }, { allowEmptyArrays: true }); +// 'foo[]&bar=baz' +``` + +Empty strings and null values will omit the value, but the equals sign (=) remains in place: + +```javascript +assert.equal(qs.stringify({ a: '' }), 'a='); +``` + +Key with no values (such as an empty object or array) will return nothing: + +```javascript +assert.equal(qs.stringify({ a: [] }), ''); +assert.equal(qs.stringify({ a: {} }), ''); +assert.equal(qs.stringify({ a: [{}] }), ''); +assert.equal(qs.stringify({ a: { b: []} }), ''); +assert.equal(qs.stringify({ a: { b: {}} }), ''); +``` + +Properties that are set to `undefined` will be omitted entirely: + +```javascript +assert.equal(qs.stringify({ a: null, b: undefined }), 'a='); +``` + +The query string may optionally be prepended with a question mark: + +```javascript +assert.equal(qs.stringify({ a: 'b', c: 'd' }, { addQueryPrefix: true }), '?a=b&c=d'); +``` + +The delimiter may be overridden with stringify as well: + +```javascript +assert.equal(qs.stringify({ a: 'b', c: 'd' }, { delimiter: ';' }), 'a=b;c=d'); +``` + +If you only want to override the serialization of `Date` objects, you can provide a `serializeDate` option: + +```javascript +var date = new Date(7); +assert.equal(qs.stringify({ a: date }), 'a=1970-01-01T00:00:00.007Z'.replace(/:/g, '%3A')); +assert.equal( + qs.stringify({ a: date }, { serializeDate: function (d) { return d.getTime(); } }), + 'a=7' +); +``` + +You may use the `sort` option to affect the order of parameter keys: + +```javascript +function alphabeticalSort(a, b) { + return a.localeCompare(b); +} +assert.equal(qs.stringify({ a: 'c', z: 'y', b : 'f' }, { sort: alphabeticalSort }), 'a=c&b=f&z=y'); +``` + +Finally, you can use the `filter` option to restrict which keys will be included in the stringified output. +If you pass a function, it will be called for each key to obtain the replacement value. +Otherwise, if you pass an array, it will be used to select properties and array indices for stringification: + +```javascript +function filterFunc(prefix, value) { + if (prefix == 'b') { + // Return an `undefined` value to omit a property. + return; + } + if (prefix == 'e[f]') { + return value.getTime(); + } + if (prefix == 'e[g][0]') { + return value * 2; + } + return value; +} +qs.stringify({ a: 'b', c: 'd', e: { f: new Date(123), g: [2] } }, { filter: filterFunc }); +// 'a=b&c=d&e[f]=123&e[g][0]=4' +qs.stringify({ a: 'b', c: 'd', e: 'f' }, { filter: ['a', 'e'] }); +// 'a=b&e=f' +qs.stringify({ a: ['b', 'c', 'd'], e: 'f' }, { filter: ['a', 0, 2] }); +// 'a[0]=b&a[2]=d' +``` + +You could also use `filter` to inject custom serialization for user defined types. +Consider you're working with some api that expects query strings of the format for ranges: + +``` +https://domain.com/endpoint?range=30...70 +``` + +For which you model as: + +```javascript +class Range { + constructor(from, to) { + this.from = from; + this.to = to; + } +} +``` + +You could _inject_ a custom serializer to handle values of this type: + +```javascript +qs.stringify( + { + range: new Range(30, 70), + }, + { + filter: (prefix, value) => { + if (value instanceof Range) { + return `${value.from}...${value.to}`; + } + // serialize the usual way + return value; + }, + } +); +// range=30...70 +``` + +### Handling of `null` values + +By default, `null` values are treated like empty strings: + +```javascript +var withNull = qs.stringify({ a: null, b: '' }); +assert.equal(withNull, 'a=&b='); +``` + +Parsing does not distinguish between parameters with and without equal signs. +Both are converted to empty strings. + +```javascript +var equalsInsensitive = qs.parse('a&b='); +assert.deepEqual(equalsInsensitive, { a: '', b: '' }); +``` + +To distinguish between `null` values and empty strings use the `strictNullHandling` flag. In the result string the `null` +values have no `=` sign: + +```javascript +var strictNull = qs.stringify({ a: null, b: '' }, { strictNullHandling: true }); +assert.equal(strictNull, 'a&b='); +``` + +To parse values without `=` back to `null` use the `strictNullHandling` flag: + +```javascript +var parsedStrictNull = qs.parse('a&b=', { strictNullHandling: true }); +assert.deepEqual(parsedStrictNull, { a: null, b: '' }); +``` + +To completely skip rendering keys with `null` values, use the `skipNulls` flag: + +```javascript +var nullsSkipped = qs.stringify({ a: 'b', c: null}, { skipNulls: true }); +assert.equal(nullsSkipped, 'a=b'); +``` + +If you're communicating with legacy systems, you can switch to `iso-8859-1` using the `charset` option: + +```javascript +var iso = qs.stringify({ æ: 'æ' }, { charset: 'iso-8859-1' }); +assert.equal(iso, '%E6=%E6'); +``` + +Characters that don't exist in `iso-8859-1` will be converted to numeric entities, similar to what browsers do: + +```javascript +var numeric = qs.stringify({ a: '☺' }, { charset: 'iso-8859-1' }); +assert.equal(numeric, 'a=%26%239786%3B'); +``` + +You can use the `charsetSentinel` option to announce the character by including an `utf8=✓` parameter with the proper encoding if the checkmark, similar to what Ruby on Rails and others do when submitting forms. + +```javascript +var sentinel = qs.stringify({ a: '☺' }, { charsetSentinel: true }); +assert.equal(sentinel, 'utf8=%E2%9C%93&a=%E2%98%BA'); + +var isoSentinel = qs.stringify({ a: 'æ' }, { charsetSentinel: true, charset: 'iso-8859-1' }); +assert.equal(isoSentinel, 'utf8=%26%2310003%3B&a=%E6'); +``` + +### Dealing with special character sets + +By default the encoding and decoding of characters is done in `utf-8`, and `iso-8859-1` support is also built in via the `charset` parameter. + +If you wish to encode querystrings to a different character set (i.e. +[Shift JIS](https://en.wikipedia.org/wiki/Shift_JIS)) you can use the +[`qs-iconv`](https://github.com/martinheidegger/qs-iconv) library: + +```javascript +var encoder = require('qs-iconv/encoder')('shift_jis'); +var shiftJISEncoded = qs.stringify({ a: 'こんにちは!' }, { encoder: encoder }); +assert.equal(shiftJISEncoded, 'a=%82%B1%82%F1%82%C9%82%BF%82%CD%81I'); +``` + +This also works for decoding of query strings: + +```javascript +var decoder = require('qs-iconv/decoder')('shift_jis'); +var obj = qs.parse('a=%82%B1%82%F1%82%C9%82%BF%82%CD%81I', { decoder: decoder }); +assert.deepEqual(obj, { a: 'こんにちは!' }); +``` + +### RFC 3986 and RFC 1738 space encoding + +RFC3986 used as default option and encodes ' ' to *%20* which is backward compatible. +In the same time, output can be stringified as per RFC1738 with ' ' equal to '+'. + +``` +assert.equal(qs.stringify({ a: 'b c' }), 'a=b%20c'); +assert.equal(qs.stringify({ a: 'b c' }, { format : 'RFC3986' }), 'a=b%20c'); +assert.equal(qs.stringify({ a: 'b c' }, { format : 'RFC1738' }), 'a=b+c'); +``` + +## Security + +Please email [@ljharb](https://github.com/ljharb) or see https://tidelift.com/security if you have a potential security vulnerability to report. + +## qs for enterprise + +Available as part of the Tidelift Subscription + +The maintainers of qs and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. +Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. +[Learn more.](https://tidelift.com/subscription/pkg/npm-qs?utm_source=npm-qs&utm_medium=referral&utm_campaign=enterprise&utm_term=repo) + +[package-url]: https://npmjs.org/package/qs +[npm-version-svg]: https://versionbadg.es/ljharb/qs.svg +[deps-svg]: https://david-dm.org/ljharb/qs.svg +[deps-url]: https://david-dm.org/ljharb/qs +[dev-deps-svg]: https://david-dm.org/ljharb/qs/dev-status.svg +[dev-deps-url]: https://david-dm.org/ljharb/qs#info=devDependencies +[npm-badge-png]: https://nodei.co/npm/qs.png?downloads=true&stars=true +[license-image]: https://img.shields.io/npm/l/qs.svg +[license-url]: LICENSE +[downloads-image]: https://img.shields.io/npm/dm/qs.svg +[downloads-url]: https://npm-stat.com/charts.html?package=qs +[codecov-image]: https://codecov.io/gh/ljharb/qs/branch/main/graphs/badge.svg +[codecov-url]: https://app.codecov.io/gh/ljharb/qs/ +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/qs +[actions-url]: https://github.com/ljharb/qs/actions + +## Acknowledgements + +qs logo by [NUMI](https://github.com/numi-hq/open-design): + +[NUMI Logo](https://numi.tech/?ref=qs) diff --git a/node_modules/qs/dist/qs.js b/node_modules/qs/dist/qs.js new file mode 100644 index 0000000..154e72e --- /dev/null +++ b/node_modules/qs/dist/qs.js @@ -0,0 +1,90 @@ +(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Qs = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i-1?e.split(","):e},isoSentinel="utf8=%26%2310003%3B",charsetSentinel="utf8=%E2%9C%93",parseValues=function parseQueryStringValues(e,t){var r={__proto__:null},a=t.ignoreQueryPrefix?e.replace(/^\?/,""):e;a=a.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var i,o=t.parameterLimit===1/0?void 0:t.parameterLimit,l=a.split(t.delimiter,o),s=-1,n=t.charset;if(t.charsetSentinel)for(i=0;i-1&&(c=isArray(c)?[c]:c);var y=has.call(r,p);y&&"combine"===t.duplicates?r[p]=utils.combine(r[p],c):y&&"last"!==t.duplicates||(r[p]=c)}return r},parseObject=function(e,t,r,a){for(var i=a?t:parseArrayValue(t,r),o=e.length-1;o>=0;--o){var l,s=e[o];if("[]"===s&&r.parseArrays)l=r.allowEmptyArrays&&(""===i||r.strictNullHandling&&null===i)?[]:[].concat(i);else{l=r.plainObjects?Object.create(null):{};var n="["===s.charAt(0)&&"]"===s.charAt(s.length-1)?s.slice(1,-1):s,p=r.decodeDotInKeys?n.replace(/%2E/g,"."):n,c=parseInt(p,10);r.parseArrays||""!==p?!isNaN(c)&&s!==p&&String(c)===p&&c>=0&&r.parseArrays&&c<=r.arrayLimit?(l=[])[c]=i:"__proto__"!==p&&(l[p]=i):l={0:i}}i=l}return i},parseKeys=function parseQueryStringKeys(e,t,r,a){if(e){var i=r.allowDots?e.replace(/\.([^.[]+)/g,"[$1]"):e,o=/(\[[^[\]]*])/g,l=r.depth>0&&/(\[[^[\]]*])/.exec(i),s=l?i.slice(0,l.index):i,n=[];if(s){if(!r.plainObjects&&has.call(Object.prototype,s)&&!r.allowPrototypes)return;n.push(s)}for(var p=0;r.depth>0&&null!==(l=o.exec(i))&&p0?w.join(",")||null:void 0}];else if(isArray(f))E=f;else{var S=Object.keys(w);E=u?S.sort(u):S}var O=l?r.replace(/\./g,"%2E"):r,T=o&&isArray(w)&&1===w.length?O+"[]":O;if(a&&isArray(w)&&0===w.length)return T+"[]";for(var k=0;k0?y+d:""}; + +},{"1":1,"29":29,"5":5}],5:[function(require,module,exports){ +"use strict";var formats=require(1),has=Object.prototype.hasOwnProperty,isArray=Array.isArray,hexTable=function(){for(var e=[],r=0;r<256;++r)e.push("%"+((r<16?"0":"")+r.toString(16)).toUpperCase());return e}(),compactQueue=function compactQueue(e){for(;e.length>1;){var r=e.pop(),t=r.obj[r.prop];if(isArray(t)){for(var o=[],n=0;n=limit?a.slice(i,i+limit):a,p=[],s=0;s=48&&f<=57||f>=65&&f<=90||f>=97&&f<=122||n===formats.RFC1738&&(40===f||41===f)?p[p.length]=u.charAt(s):f<128?p[p.length]=hexTable[f]:f<2048?p[p.length]=hexTable[192|f>>6]+hexTable[128|63&f]:f<55296||f>=57344?p[p.length]=hexTable[224|f>>12]+hexTable[128|f>>6&63]+hexTable[128|63&f]:(s+=1,f=65536+((1023&f)<<10|1023&u.charCodeAt(s)),p[p.length]=hexTable[240|f>>18]+hexTable[128|f>>12&63]+hexTable[128|f>>6&63]+hexTable[128|63&f])}c+=p.join("")}return c},compact=function compact(e){for(var r=[{obj:{o:e},prop:"o"}],t=[],o=0;o-1?callBind(t):t}; + +},{"20":20,"8":8}],20:[function(require,module,exports){ +"use strict";var undefined,$Error=require(12),$EvalError=require(11),$RangeError=require(13),$ReferenceError=require(14),$SyntaxError=require(15),$TypeError=require(16),$URIError=require(17),$Function=Function,getEvalledConstructor=function(r){try{return $Function('"use strict"; return ('+r+").constructor;")()}catch(r){}},$gOPD=Object.getOwnPropertyDescriptor;if($gOPD)try{$gOPD({},"")}catch(r){$gOPD=null}var throwTypeError=function(){throw new $TypeError},ThrowTypeError=$gOPD?function(){try{return throwTypeError}catch(r){try{return $gOPD(arguments,"callee").get}catch(r){return throwTypeError}}}():throwTypeError,hasSymbols=require(24)(),hasProto=require(23)(),getProto=Object.getPrototypeOf||(hasProto?function(r){return r.__proto__}:null),needsEval={},TypedArray="undefined"!=typeof Uint8Array&&getProto?getProto(Uint8Array):undefined,INTRINSICS={__proto__:null,"%AggregateError%":"undefined"==typeof AggregateError?undefined:AggregateError,"%Array%":Array,"%ArrayBuffer%":"undefined"==typeof ArrayBuffer?undefined:ArrayBuffer,"%ArrayIteratorPrototype%":hasSymbols&&getProto?getProto([][Symbol.iterator]()):undefined,"%AsyncFromSyncIteratorPrototype%":undefined,"%AsyncFunction%":needsEval,"%AsyncGenerator%":needsEval,"%AsyncGeneratorFunction%":needsEval,"%AsyncIteratorPrototype%":needsEval,"%Atomics%":"undefined"==typeof Atomics?undefined:Atomics,"%BigInt%":"undefined"==typeof BigInt?undefined:BigInt,"%BigInt64Array%":"undefined"==typeof BigInt64Array?undefined:BigInt64Array,"%BigUint64Array%":"undefined"==typeof BigUint64Array?undefined:BigUint64Array,"%Boolean%":Boolean,"%DataView%":"undefined"==typeof DataView?undefined:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":$Error,"%eval%":eval,"%EvalError%":$EvalError,"%Float32Array%":"undefined"==typeof Float32Array?undefined:Float32Array,"%Float64Array%":"undefined"==typeof Float64Array?undefined:Float64Array,"%FinalizationRegistry%":"undefined"==typeof FinalizationRegistry?undefined:FinalizationRegistry,"%Function%":$Function,"%GeneratorFunction%":needsEval,"%Int8Array%":"undefined"==typeof Int8Array?undefined:Int8Array,"%Int16Array%":"undefined"==typeof Int16Array?undefined:Int16Array,"%Int32Array%":"undefined"==typeof Int32Array?undefined:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":hasSymbols&&getProto?getProto(getProto([][Symbol.iterator]())):undefined,"%JSON%":"object"==typeof JSON?JSON:undefined,"%Map%":"undefined"==typeof Map?undefined:Map,"%MapIteratorPrototype%":"undefined"!=typeof Map&&hasSymbols&&getProto?getProto((new Map)[Symbol.iterator]()):undefined,"%Math%":Math,"%Number%":Number,"%Object%":Object,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":"undefined"==typeof Promise?undefined:Promise,"%Proxy%":"undefined"==typeof Proxy?undefined:Proxy,"%RangeError%":$RangeError,"%ReferenceError%":$ReferenceError,"%Reflect%":"undefined"==typeof Reflect?undefined:Reflect,"%RegExp%":RegExp,"%Set%":"undefined"==typeof Set?undefined:Set,"%SetIteratorPrototype%":"undefined"!=typeof Set&&hasSymbols&&getProto?getProto((new Set)[Symbol.iterator]()):undefined,"%SharedArrayBuffer%":"undefined"==typeof SharedArrayBuffer?undefined:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":hasSymbols&&getProto?getProto(""[Symbol.iterator]()):undefined,"%Symbol%":hasSymbols?Symbol:undefined,"%SyntaxError%":$SyntaxError,"%ThrowTypeError%":ThrowTypeError,"%TypedArray%":TypedArray,"%TypeError%":$TypeError,"%Uint8Array%":"undefined"==typeof Uint8Array?undefined:Uint8Array,"%Uint8ClampedArray%":"undefined"==typeof Uint8ClampedArray?undefined:Uint8ClampedArray,"%Uint16Array%":"undefined"==typeof Uint16Array?undefined:Uint16Array,"%Uint32Array%":"undefined"==typeof Uint32Array?undefined:Uint32Array,"%URIError%":$URIError,"%WeakMap%":"undefined"==typeof WeakMap?undefined:WeakMap,"%WeakRef%":"undefined"==typeof WeakRef?undefined:WeakRef,"%WeakSet%":"undefined"==typeof WeakSet?undefined:WeakSet};if(getProto)try{null.error}catch(r){var errorProto=getProto(getProto(r));INTRINSICS["%Error.prototype%"]=errorProto}var doEval=function doEval(r){var e;if("%AsyncFunction%"===r)e=getEvalledConstructor("async function () {}");else if("%GeneratorFunction%"===r)e=getEvalledConstructor("function* () {}");else if("%AsyncGeneratorFunction%"===r)e=getEvalledConstructor("async function* () {}");else if("%AsyncGenerator%"===r){var t=doEval("%AsyncGeneratorFunction%");t&&(e=t.prototype)}else if("%AsyncIteratorPrototype%"===r){var o=doEval("%AsyncGenerator%");o&&getProto&&(e=getProto(o.prototype))}return INTRINSICS[r]=e,e},LEGACY_ALIASES={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]},bind=require(19),hasOwn=require(26),$concat=bind.call(Function.call,Array.prototype.concat),$spliceApply=bind.call(Function.apply,Array.prototype.splice),$replace=bind.call(Function.call,String.prototype.replace),$strSlice=bind.call(Function.call,String.prototype.slice),$exec=bind.call(Function.call,RegExp.prototype.exec),rePropName=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g,reEscapeChar=/\\(\\)?/g,stringToPath=function stringToPath(r){var e=$strSlice(r,0,1),t=$strSlice(r,-1);if("%"===e&&"%"!==t)throw new $SyntaxError("invalid intrinsic syntax, expected closing `%`");if("%"===t&&"%"!==e)throw new $SyntaxError("invalid intrinsic syntax, expected opening `%`");var o=[];return $replace(r,rePropName,(function(r,e,t,n){o[o.length]=t?$replace(n,reEscapeChar,"$1"):e||r})),o},getBaseIntrinsic=function getBaseIntrinsic(r,e){var t,o=r;if(hasOwn(LEGACY_ALIASES,o)&&(o="%"+(t=LEGACY_ALIASES[o])[0]+"%"),hasOwn(INTRINSICS,o)){var n=INTRINSICS[o];if(n===needsEval&&(n=doEval(o)),void 0===n&&!e)throw new $TypeError("intrinsic "+r+" exists, but is not available. Please file an issue!");return{alias:t,name:o,value:n}}throw new $SyntaxError("intrinsic "+r+" does not exist!")};module.exports=function GetIntrinsic(r,e){if("string"!=typeof r||0===r.length)throw new $TypeError("intrinsic name must be a non-empty string");if(arguments.length>1&&"boolean"!=typeof e)throw new $TypeError('"allowMissing" argument must be a boolean');if(null===$exec(/^%?[^%]*%?$/,r))throw new $SyntaxError("`%` may not be present anywhere but at the beginning and end of the intrinsic name");var t=stringToPath(r),o=t.length>0?t[0]:"",n=getBaseIntrinsic("%"+o+"%",e),a=n.name,y=n.value,i=!1,p=n.alias;p&&(o=p[0],$spliceApply(t,$concat([0,1],p)));for(var d=1,s=!0;d=t.length){var c=$gOPD(y,f);y=(s=!!c)&&"get"in c&&!("originalValue"in c.get)?c.get:y[f]}else s=hasOwn(y,f),y=y[f];s&&!i&&(INTRINSICS[a]=y)}}return y}; + +},{"11":11,"12":12,"13":13,"14":14,"15":15,"16":16,"17":17,"19":19,"23":23,"24":24,"26":26}],8:[function(require,module,exports){ +"use strict";var bind=require(19),GetIntrinsic=require(20),setFunctionLength=require(28),$TypeError=require(16),$apply=GetIntrinsic("%Function.prototype.apply%"),$call=GetIntrinsic("%Function.prototype.call%"),$reflectApply=GetIntrinsic("%Reflect.apply%",!0)||bind.call($call,$apply),$defineProperty=require(10),$max=GetIntrinsic("%Math.max%");module.exports=function callBind(e){if("function"!=typeof e)throw new $TypeError("a function is required");var n=$reflectApply(bind,$call,arguments);return setFunctionLength(n,1+$max(0,e.length-(arguments.length-1)),!0)};var applyBind=function applyBind(){return $reflectApply(bind,$apply,arguments)};$defineProperty?$defineProperty(module.exports,"apply",{value:applyBind}):module.exports.apply=applyBind; + +},{"10":10,"16":16,"19":19,"20":20,"28":28}],16:[function(require,module,exports){ +"use strict";module.exports=TypeError; + +},{}],19:[function(require,module,exports){ +"use strict";var implementation=require(18);module.exports=Function.prototype.bind||implementation; + +},{"18":18}],10:[function(require,module,exports){ +"use strict";var GetIntrinsic=require(20),$defineProperty=GetIntrinsic("%Object.defineProperty%",!0)||!1;if($defineProperty)try{$defineProperty({},"a",{value:1})}catch(e){$defineProperty=!1}module.exports=$defineProperty; + +},{"20":20}],28:[function(require,module,exports){ +"use strict";var GetIntrinsic=require(20),define=require(9),hasDescriptors=require(22)(),gOPD=require(21),$TypeError=require(16),$floor=GetIntrinsic("%Math.floor%");module.exports=function setFunctionLength(e,r){if("function"!=typeof e)throw new $TypeError("`fn` is not a function");if("number"!=typeof r||r<0||r>4294967295||$floor(r)!==r)throw new $TypeError("`length` must be a positive 32-bit integer");var t=arguments.length>2&&!!arguments[2],i=!0,n=!0;if("length"in e&&gOPD){var o=gOPD(e,"length");o&&!o.configurable&&(i=!1),o&&!o.writable&&(n=!1)}return(i||n||!t)&&(hasDescriptors?define(e,"length",r,!0,!0):define(e,"length",r)),e}; + +},{"16":16,"20":20,"21":21,"22":22,"9":9}],9:[function(require,module,exports){ +"use strict";var $defineProperty=require(10),$SyntaxError=require(15),$TypeError=require(16),gopd=require(21);module.exports=function defineDataProperty(e,r,o){if(!e||"object"!=typeof e&&"function"!=typeof e)throw new $TypeError("`obj` must be an object or a function`");if("string"!=typeof r&&"symbol"!=typeof r)throw new $TypeError("`property` must be a string or a symbol`");if(arguments.length>3&&"boolean"!=typeof arguments[3]&&null!==arguments[3])throw new $TypeError("`nonEnumerable`, if provided, must be a boolean or null");if(arguments.length>4&&"boolean"!=typeof arguments[4]&&null!==arguments[4])throw new $TypeError("`nonWritable`, if provided, must be a boolean or null");if(arguments.length>5&&"boolean"!=typeof arguments[5]&&null!==arguments[5])throw new $TypeError("`nonConfigurable`, if provided, must be a boolean or null");if(arguments.length>6&&"boolean"!=typeof arguments[6])throw new $TypeError("`loose`, if provided, must be a boolean");var n=arguments.length>3?arguments[3]:null,l=arguments.length>4?arguments[4]:null,t=arguments.length>5?arguments[5]:null,i=arguments.length>6&&arguments[6],a=!!gopd&&gopd(e,r);if($defineProperty)$defineProperty(e,r,{configurable:null===t&&a?a.configurable:!t,enumerable:null===n&&a?a.enumerable:!n,value:o,writable:null===l&&a?a.writable:!l});else{if(!i&&(n||l||t))throw new $SyntaxError("This environment does not support defining a property as non-configurable, non-writable, or non-enumerable.");e[r]=o}}; + +},{"10":10,"15":15,"16":16,"21":21}],15:[function(require,module,exports){ +"use strict";module.exports=SyntaxError; + +},{}],21:[function(require,module,exports){ +"use strict";var GetIntrinsic=require(20),$gOPD=GetIntrinsic("%Object.getOwnPropertyDescriptor%",!0);if($gOPD)try{$gOPD([],"length")}catch(t){$gOPD=null}module.exports=$gOPD; + +},{"20":20}],11:[function(require,module,exports){ +"use strict";module.exports=EvalError; + +},{}],12:[function(require,module,exports){ +"use strict";module.exports=Error; + +},{}],13:[function(require,module,exports){ +"use strict";module.exports=RangeError; + +},{}],14:[function(require,module,exports){ +"use strict";module.exports=ReferenceError; + +},{}],17:[function(require,module,exports){ +"use strict";module.exports=URIError; + +},{}],18:[function(require,module,exports){ +"use strict";var ERROR_MESSAGE="Function.prototype.bind called on incompatible ",toStr=Object.prototype.toString,max=Math.max,funcType="[object Function]",concatty=function concatty(t,n){for(var r=[],o=0;o-1e3&&t<1e3||$test.call(/e/,e))return e;var r=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if("number"==typeof t){var n=t<0?-$floor(-t):$floor(t);if(n!==t){var o=String(n),i=$slice.call(e,o.length+1);return $replace.call(o,r,"$&_")+"."+$replace.call($replace.call(i,/([0-9]{3})/g,"$&_"),/_$/,"")}}return $replace.call(e,r,"$&_")}var utilInspect=require(6),inspectCustom=utilInspect.custom,inspectSymbol=isSymbol(inspectCustom)?inspectCustom:null;function wrapQuotes(t,e,r){var n="double"===(r.quoteStyle||e)?'"':"'";return n+t+n}function quote(t){return $replace.call(String(t),/"/g,""")}function isArray(t){return!("[object Array]"!==toStr(t)||toStringTag&&"object"==typeof t&&toStringTag in t)}function isDate(t){return!("[object Date]"!==toStr(t)||toStringTag&&"object"==typeof t&&toStringTag in t)}function isRegExp(t){return!("[object RegExp]"!==toStr(t)||toStringTag&&"object"==typeof t&&toStringTag in t)}function isError(t){return!("[object Error]"!==toStr(t)||toStringTag&&"object"==typeof t&&toStringTag in t)}function isString(t){return!("[object String]"!==toStr(t)||toStringTag&&"object"==typeof t&&toStringTag in t)}function isNumber(t){return!("[object Number]"!==toStr(t)||toStringTag&&"object"==typeof t&&toStringTag in t)}function isBoolean(t){return!("[object Boolean]"!==toStr(t)||toStringTag&&"object"==typeof t&&toStringTag in t)}function isSymbol(t){if(hasShammedSymbols)return t&&"object"==typeof t&&t instanceof Symbol;if("symbol"==typeof t)return!0;if(!t||"object"!=typeof t||!symToString)return!1;try{return symToString.call(t),!0}catch(t){}return!1}function isBigInt(t){if(!t||"object"!=typeof t||!bigIntValueOf)return!1;try{return bigIntValueOf.call(t),!0}catch(t){}return!1}module.exports=function inspect_(t,e,r,n){var o=e||{};if(has(o,"quoteStyle")&&"single"!==o.quoteStyle&&"double"!==o.quoteStyle)throw new TypeError('option "quoteStyle" must be "single" or "double"');if(has(o,"maxStringLength")&&("number"==typeof o.maxStringLength?o.maxStringLength<0&&o.maxStringLength!==1/0:null!==o.maxStringLength))throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`');var i=!has(o,"customInspect")||o.customInspect;if("boolean"!=typeof i&&"symbol"!==i)throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`");if(has(o,"indent")&&null!==o.indent&&"\t"!==o.indent&&!(parseInt(o.indent,10)===o.indent&&o.indent>0))throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`');if(has(o,"numericSeparator")&&"boolean"!=typeof o.numericSeparator)throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`');var a=o.numericSeparator;if(void 0===t)return"undefined";if(null===t)return"null";if("boolean"==typeof t)return t?"true":"false";if("string"==typeof t)return inspectString(t,o);if("number"==typeof t){if(0===t)return 1/0/t>0?"0":"-0";var c=String(t);return a?addNumericSeparator(t,c):c}if("bigint"==typeof t){var l=String(t)+"n";return a?addNumericSeparator(t,l):l}var p=void 0===o.depth?5:o.depth;if(void 0===r&&(r=0),r>=p&&p>0&&"object"==typeof t)return isArray(t)?"[Array]":"[Object]";var u=getIndent(o,r);if(void 0===n)n=[];else if(indexOf(n,t)>=0)return"[Circular]";function inspect(t,e,i){if(e&&(n=$arrSlice.call(n)).push(e),i){var a={depth:o.depth};return has(o,"quoteStyle")&&(a.quoteStyle=o.quoteStyle),inspect_(t,a,r+1,n)}return inspect_(t,o,r+1,n)}if("function"==typeof t&&!isRegExp(t)){var f=nameOf(t),s=arrObjKeys(t,inspect);return"[Function"+(f?": "+f:" (anonymous)")+"]"+(s.length>0?" { "+$join.call(s,", ")+" }":"")}if(isSymbol(t)){var y=hasShammedSymbols?$replace.call(String(t),/^(Symbol\(.*\))_[^)]*$/,"$1"):symToString.call(t);return"object"!=typeof t||hasShammedSymbols?y:markBoxed(y)}if(isElement(t)){for(var S="<"+$toLowerCase.call(String(t.nodeName)),g=t.attributes||[],b=0;b"}if(isArray(t)){if(0===t.length)return"[]";var m=arrObjKeys(t,inspect);return u&&!singleLineValues(m)?"["+indentedJoin(m,u)+"]":"[ "+$join.call(m,", ")+" ]"}if(isError(t)){var h=arrObjKeys(t,inspect);return"cause"in Error.prototype||!("cause"in t)||isEnumerable.call(t,"cause")?0===h.length?"["+String(t)+"]":"{ ["+String(t)+"] "+$join.call(h,", ")+" }":"{ ["+String(t)+"] "+$join.call($concat.call("[cause]: "+inspect(t.cause),h),", ")+" }"}if("object"==typeof t&&i){if(inspectSymbol&&"function"==typeof t[inspectSymbol]&&utilInspect)return utilInspect(t,{depth:p-r});if("symbol"!==i&&"function"==typeof t.inspect)return t.inspect()}if(isMap(t)){var d=[];return mapForEach&&mapForEach.call(t,(function(e,r){d.push(inspect(r,t,!0)+" => "+inspect(e,t))})),collectionOf("Map",mapSize.call(t),d,u)}if(isSet(t)){var j=[];return setForEach&&setForEach.call(t,(function(e){j.push(inspect(e,t))})),collectionOf("Set",setSize.call(t),j,u)}if(isWeakMap(t))return weakCollectionOf("WeakMap");if(isWeakSet(t))return weakCollectionOf("WeakSet");if(isWeakRef(t))return weakCollectionOf("WeakRef");if(isNumber(t))return markBoxed(inspect(Number(t)));if(isBigInt(t))return markBoxed(inspect(bigIntValueOf.call(t)));if(isBoolean(t))return markBoxed(booleanValueOf.call(t));if(isString(t))return markBoxed(inspect(String(t)));if("undefined"!=typeof window&&t===window)return"{ [object Window] }";if("undefined"!=typeof globalThis&&t===globalThis||"undefined"!=typeof global&&t===global)return"{ [object globalThis] }";if(!isDate(t)&&!isRegExp(t)){var O=arrObjKeys(t,inspect),w=gPO?gPO(t)===Object.prototype:t instanceof Object||t.constructor===Object,$=t instanceof Object?"":"null prototype",k=!w&&toStringTag&&Object(t)===t&&toStringTag in t?$slice.call(toStr(t),8,-1):$?"Object":"",v=(w||"function"!=typeof t.constructor?"":t.constructor.name?t.constructor.name+" ":"")+(k||$?"["+$join.call($concat.call([],k||[],$||[]),": ")+"] ":"");return 0===O.length?v+"{}":u?v+"{"+indentedJoin(O,u)+"}":v+"{ "+$join.call(O,", ")+" }"}return String(t)};var hasOwn=Object.prototype.hasOwnProperty||function(t){return t in this};function has(t,e){return hasOwn.call(t,e)}function toStr(t){return objectToString.call(t)}function nameOf(t){if(t.name)return t.name;var e=$match.call(functionToString.call(t),/^function\s*([\w$]+)/);return e?e[1]:null}function indexOf(t,e){if(t.indexOf)return t.indexOf(e);for(var r=0,n=t.length;re.maxStringLength){var r=t.length-e.maxStringLength,n="... "+r+" more character"+(r>1?"s":"");return inspectString($slice.call(t,0,e.maxStringLength),e)+n}return wrapQuotes($replace.call($replace.call(t,/(['\\])/g,"\\$1"),/[\x00-\x1f]/g,lowbyte),"single",e)}function lowbyte(t){var e=t.charCodeAt(0),r={8:"b",9:"t",10:"n",12:"f",13:"r"}[e];return r?"\\"+r:"\\x"+(e<16?"0":"")+$toUpperCase.call(e.toString(16))}function markBoxed(t){return"Object("+t+")"}function weakCollectionOf(t){return t+" { ? }"}function collectionOf(t,e,r,n){return t+" ("+e+") {"+(n?indentedJoin(r,n):$join.call(r,", "))+"}"}function singleLineValues(t){for(var e=0;e=0)return!1;return!0}function getIndent(t,e){var r;if("\t"===t.indent)r="\t";else{if(!("number"==typeof t.indent&&t.indent>0))return null;r=$join.call(Array(t.indent+1)," ")}return{base:r,prev:$join.call(Array(e+1),r)}}function indentedJoin(t,e){if(0===t.length)return"";var r="\n"+e.prev+e.base;return r+$join.call(t,","+r)+"\n"+e.prev}function arrObjKeys(t,e){var r=isArray(t),n=[];if(r){n.length=t.length;for(var o=0;o -1) { + return val.split(','); + } + + return val; +}; + +// This is what browsers will submit when the ✓ character occurs in an +// application/x-www-form-urlencoded body and the encoding of the page containing +// the form is iso-8859-1, or when the submitted form has an accept-charset +// attribute of iso-8859-1. Presumably also with other charsets that do not contain +// the ✓ character, such as us-ascii. +var isoSentinel = 'utf8=%26%2310003%3B'; // encodeURIComponent('✓') + +// These are the percent-encoded utf-8 octets representing a checkmark, indicating that the request actually is utf-8 encoded. +var charsetSentinel = 'utf8=%E2%9C%93'; // encodeURIComponent('✓') + +var parseValues = function parseQueryStringValues(str, options) { + var obj = { __proto__: null }; + + var cleanStr = options.ignoreQueryPrefix ? str.replace(/^\?/, '') : str; + cleanStr = cleanStr.replace(/%5B/gi, '[').replace(/%5D/gi, ']'); + var limit = options.parameterLimit === Infinity ? undefined : options.parameterLimit; + var parts = cleanStr.split(options.delimiter, limit); + var skipIndex = -1; // Keep track of where the utf8 sentinel was found + var i; + + var charset = options.charset; + if (options.charsetSentinel) { + for (i = 0; i < parts.length; ++i) { + if (parts[i].indexOf('utf8=') === 0) { + if (parts[i] === charsetSentinel) { + charset = 'utf-8'; + } else if (parts[i] === isoSentinel) { + charset = 'iso-8859-1'; + } + skipIndex = i; + i = parts.length; // The eslint settings do not allow break; + } + } + } + + for (i = 0; i < parts.length; ++i) { + if (i === skipIndex) { + continue; + } + var part = parts[i]; + + var bracketEqualsPos = part.indexOf(']='); + var pos = bracketEqualsPos === -1 ? part.indexOf('=') : bracketEqualsPos + 1; + + var key, val; + if (pos === -1) { + key = options.decoder(part, defaults.decoder, charset, 'key'); + val = options.strictNullHandling ? null : ''; + } else { + key = options.decoder(part.slice(0, pos), defaults.decoder, charset, 'key'); + val = utils.maybeMap( + parseArrayValue(part.slice(pos + 1), options), + function (encodedVal) { + return options.decoder(encodedVal, defaults.decoder, charset, 'value'); + } + ); + } + + if (val && options.interpretNumericEntities && charset === 'iso-8859-1') { + val = interpretNumericEntities(val); + } + + if (part.indexOf('[]=') > -1) { + val = isArray(val) ? [val] : val; + } + + var existing = has.call(obj, key); + if (existing && options.duplicates === 'combine') { + obj[key] = utils.combine(obj[key], val); + } else if (!existing || options.duplicates === 'last') { + obj[key] = val; + } + } + + return obj; +}; + +var parseObject = function (chain, val, options, valuesParsed) { + var leaf = valuesParsed ? val : parseArrayValue(val, options); + + for (var i = chain.length - 1; i >= 0; --i) { + var obj; + var root = chain[i]; + + if (root === '[]' && options.parseArrays) { + obj = options.allowEmptyArrays && (leaf === '' || (options.strictNullHandling && leaf === null)) + ? [] + : [].concat(leaf); + } else { + obj = options.plainObjects ? Object.create(null) : {}; + var cleanRoot = root.charAt(0) === '[' && root.charAt(root.length - 1) === ']' ? root.slice(1, -1) : root; + var decodedRoot = options.decodeDotInKeys ? cleanRoot.replace(/%2E/g, '.') : cleanRoot; + var index = parseInt(decodedRoot, 10); + if (!options.parseArrays && decodedRoot === '') { + obj = { 0: leaf }; + } else if ( + !isNaN(index) + && root !== decodedRoot + && String(index) === decodedRoot + && index >= 0 + && (options.parseArrays && index <= options.arrayLimit) + ) { + obj = []; + obj[index] = leaf; + } else if (decodedRoot !== '__proto__') { + obj[decodedRoot] = leaf; + } + } + + leaf = obj; + } + + return leaf; +}; + +var parseKeys = function parseQueryStringKeys(givenKey, val, options, valuesParsed) { + if (!givenKey) { + return; + } + + // Transform dot notation to bracket notation + var key = options.allowDots ? givenKey.replace(/\.([^.[]+)/g, '[$1]') : givenKey; + + // The regex chunks + + var brackets = /(\[[^[\]]*])/; + var child = /(\[[^[\]]*])/g; + + // Get the parent + + var segment = options.depth > 0 && brackets.exec(key); + var parent = segment ? key.slice(0, segment.index) : key; + + // Stash the parent if it exists + + var keys = []; + if (parent) { + // If we aren't using plain objects, optionally prefix keys that would overwrite object prototype properties + if (!options.plainObjects && has.call(Object.prototype, parent)) { + if (!options.allowPrototypes) { + return; + } + } + + keys.push(parent); + } + + // Loop through children appending to the array until we hit depth + + var i = 0; + while (options.depth > 0 && (segment = child.exec(key)) !== null && i < options.depth) { + i += 1; + if (!options.plainObjects && has.call(Object.prototype, segment[1].slice(1, -1))) { + if (!options.allowPrototypes) { + return; + } + } + keys.push(segment[1]); + } + + // If there's a remainder, check strictDepth option for throw, else just add whatever is left + + if (segment) { + if (options.strictDepth === true) { + throw new RangeError('Input depth exceeded depth option of ' + options.depth + ' and strictDepth is true'); + } + keys.push('[' + key.slice(segment.index) + ']'); + } + + return parseObject(keys, val, options, valuesParsed); +}; + +var normalizeParseOptions = function normalizeParseOptions(opts) { + if (!opts) { + return defaults; + } + + if (typeof opts.allowEmptyArrays !== 'undefined' && typeof opts.allowEmptyArrays !== 'boolean') { + throw new TypeError('`allowEmptyArrays` option can only be `true` or `false`, when provided'); + } + + if (typeof opts.decodeDotInKeys !== 'undefined' && typeof opts.decodeDotInKeys !== 'boolean') { + throw new TypeError('`decodeDotInKeys` option can only be `true` or `false`, when provided'); + } + + if (opts.decoder !== null && typeof opts.decoder !== 'undefined' && typeof opts.decoder !== 'function') { + throw new TypeError('Decoder has to be a function.'); + } + + if (typeof opts.charset !== 'undefined' && opts.charset !== 'utf-8' && opts.charset !== 'iso-8859-1') { + throw new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined'); + } + var charset = typeof opts.charset === 'undefined' ? defaults.charset : opts.charset; + + var duplicates = typeof opts.duplicates === 'undefined' ? defaults.duplicates : opts.duplicates; + + if (duplicates !== 'combine' && duplicates !== 'first' && duplicates !== 'last') { + throw new TypeError('The duplicates option must be either combine, first, or last'); + } + + var allowDots = typeof opts.allowDots === 'undefined' ? opts.decodeDotInKeys === true ? true : defaults.allowDots : !!opts.allowDots; + + return { + allowDots: allowDots, + allowEmptyArrays: typeof opts.allowEmptyArrays === 'boolean' ? !!opts.allowEmptyArrays : defaults.allowEmptyArrays, + allowPrototypes: typeof opts.allowPrototypes === 'boolean' ? opts.allowPrototypes : defaults.allowPrototypes, + allowSparse: typeof opts.allowSparse === 'boolean' ? opts.allowSparse : defaults.allowSparse, + arrayLimit: typeof opts.arrayLimit === 'number' ? opts.arrayLimit : defaults.arrayLimit, + charset: charset, + charsetSentinel: typeof opts.charsetSentinel === 'boolean' ? opts.charsetSentinel : defaults.charsetSentinel, + comma: typeof opts.comma === 'boolean' ? opts.comma : defaults.comma, + decodeDotInKeys: typeof opts.decodeDotInKeys === 'boolean' ? opts.decodeDotInKeys : defaults.decodeDotInKeys, + decoder: typeof opts.decoder === 'function' ? opts.decoder : defaults.decoder, + delimiter: typeof opts.delimiter === 'string' || utils.isRegExp(opts.delimiter) ? opts.delimiter : defaults.delimiter, + // eslint-disable-next-line no-implicit-coercion, no-extra-parens + depth: (typeof opts.depth === 'number' || opts.depth === false) ? +opts.depth : defaults.depth, + duplicates: duplicates, + ignoreQueryPrefix: opts.ignoreQueryPrefix === true, + interpretNumericEntities: typeof opts.interpretNumericEntities === 'boolean' ? opts.interpretNumericEntities : defaults.interpretNumericEntities, + parameterLimit: typeof opts.parameterLimit === 'number' ? opts.parameterLimit : defaults.parameterLimit, + parseArrays: opts.parseArrays !== false, + plainObjects: typeof opts.plainObjects === 'boolean' ? opts.plainObjects : defaults.plainObjects, + strictDepth: typeof opts.strictDepth === 'boolean' ? !!opts.strictDepth : defaults.strictDepth, + strictNullHandling: typeof opts.strictNullHandling === 'boolean' ? opts.strictNullHandling : defaults.strictNullHandling + }; +}; + +module.exports = function (str, opts) { + var options = normalizeParseOptions(opts); + + if (str === '' || str === null || typeof str === 'undefined') { + return options.plainObjects ? Object.create(null) : {}; + } + + var tempObj = typeof str === 'string' ? parseValues(str, options) : str; + var obj = options.plainObjects ? Object.create(null) : {}; + + // Iterate over the keys and setup the new object + + var keys = Object.keys(tempObj); + for (var i = 0; i < keys.length; ++i) { + var key = keys[i]; + var newObj = parseKeys(key, tempObj[key], options, typeof str === 'string'); + obj = utils.merge(obj, newObj, options); + } + + if (options.allowSparse === true) { + return obj; + } + + return utils.compact(obj); +}; diff --git a/node_modules/qs/lib/stringify.js b/node_modules/qs/lib/stringify.js new file mode 100644 index 0000000..9b934d6 --- /dev/null +++ b/node_modules/qs/lib/stringify.js @@ -0,0 +1,351 @@ +'use strict'; + +var getSideChannel = require('side-channel'); +var utils = require('./utils'); +var formats = require('./formats'); +var has = Object.prototype.hasOwnProperty; + +var arrayPrefixGenerators = { + brackets: function brackets(prefix) { + return prefix + '[]'; + }, + comma: 'comma', + indices: function indices(prefix, key) { + return prefix + '[' + key + ']'; + }, + repeat: function repeat(prefix) { + return prefix; + } +}; + +var isArray = Array.isArray; +var push = Array.prototype.push; +var pushToArray = function (arr, valueOrArray) { + push.apply(arr, isArray(valueOrArray) ? valueOrArray : [valueOrArray]); +}; + +var toISO = Date.prototype.toISOString; + +var defaultFormat = formats['default']; +var defaults = { + addQueryPrefix: false, + allowDots: false, + allowEmptyArrays: false, + arrayFormat: 'indices', + charset: 'utf-8', + charsetSentinel: false, + delimiter: '&', + encode: true, + encodeDotInKeys: false, + encoder: utils.encode, + encodeValuesOnly: false, + format: defaultFormat, + formatter: formats.formatters[defaultFormat], + // deprecated + indices: false, + serializeDate: function serializeDate(date) { + return toISO.call(date); + }, + skipNulls: false, + strictNullHandling: false +}; + +var isNonNullishPrimitive = function isNonNullishPrimitive(v) { + return typeof v === 'string' + || typeof v === 'number' + || typeof v === 'boolean' + || typeof v === 'symbol' + || typeof v === 'bigint'; +}; + +var sentinel = {}; + +var stringify = function stringify( + object, + prefix, + generateArrayPrefix, + commaRoundTrip, + allowEmptyArrays, + strictNullHandling, + skipNulls, + encodeDotInKeys, + encoder, + filter, + sort, + allowDots, + serializeDate, + format, + formatter, + encodeValuesOnly, + charset, + sideChannel +) { + var obj = object; + + var tmpSc = sideChannel; + var step = 0; + var findFlag = false; + while ((tmpSc = tmpSc.get(sentinel)) !== void undefined && !findFlag) { + // Where object last appeared in the ref tree + var pos = tmpSc.get(object); + step += 1; + if (typeof pos !== 'undefined') { + if (pos === step) { + throw new RangeError('Cyclic object value'); + } else { + findFlag = true; // Break while + } + } + if (typeof tmpSc.get(sentinel) === 'undefined') { + step = 0; + } + } + + if (typeof filter === 'function') { + obj = filter(prefix, obj); + } else if (obj instanceof Date) { + obj = serializeDate(obj); + } else if (generateArrayPrefix === 'comma' && isArray(obj)) { + obj = utils.maybeMap(obj, function (value) { + if (value instanceof Date) { + return serializeDate(value); + } + return value; + }); + } + + if (obj === null) { + if (strictNullHandling) { + return encoder && !encodeValuesOnly ? encoder(prefix, defaults.encoder, charset, 'key', format) : prefix; + } + + obj = ''; + } + + if (isNonNullishPrimitive(obj) || utils.isBuffer(obj)) { + if (encoder) { + var keyValue = encodeValuesOnly ? prefix : encoder(prefix, defaults.encoder, charset, 'key', format); + return [formatter(keyValue) + '=' + formatter(encoder(obj, defaults.encoder, charset, 'value', format))]; + } + return [formatter(prefix) + '=' + formatter(String(obj))]; + } + + var values = []; + + if (typeof obj === 'undefined') { + return values; + } + + var objKeys; + if (generateArrayPrefix === 'comma' && isArray(obj)) { + // we need to join elements in + if (encodeValuesOnly && encoder) { + obj = utils.maybeMap(obj, encoder); + } + objKeys = [{ value: obj.length > 0 ? obj.join(',') || null : void undefined }]; + } else if (isArray(filter)) { + objKeys = filter; + } else { + var keys = Object.keys(obj); + objKeys = sort ? keys.sort(sort) : keys; + } + + var encodedPrefix = encodeDotInKeys ? prefix.replace(/\./g, '%2E') : prefix; + + var adjustedPrefix = commaRoundTrip && isArray(obj) && obj.length === 1 ? encodedPrefix + '[]' : encodedPrefix; + + if (allowEmptyArrays && isArray(obj) && obj.length === 0) { + return adjustedPrefix + '[]'; + } + + for (var j = 0; j < objKeys.length; ++j) { + var key = objKeys[j]; + var value = typeof key === 'object' && typeof key.value !== 'undefined' ? key.value : obj[key]; + + if (skipNulls && value === null) { + continue; + } + + var encodedKey = allowDots && encodeDotInKeys ? key.replace(/\./g, '%2E') : key; + var keyPrefix = isArray(obj) + ? typeof generateArrayPrefix === 'function' ? generateArrayPrefix(adjustedPrefix, encodedKey) : adjustedPrefix + : adjustedPrefix + (allowDots ? '.' + encodedKey : '[' + encodedKey + ']'); + + sideChannel.set(object, step); + var valueSideChannel = getSideChannel(); + valueSideChannel.set(sentinel, sideChannel); + pushToArray(values, stringify( + value, + keyPrefix, + generateArrayPrefix, + commaRoundTrip, + allowEmptyArrays, + strictNullHandling, + skipNulls, + encodeDotInKeys, + generateArrayPrefix === 'comma' && encodeValuesOnly && isArray(obj) ? null : encoder, + filter, + sort, + allowDots, + serializeDate, + format, + formatter, + encodeValuesOnly, + charset, + valueSideChannel + )); + } + + return values; +}; + +var normalizeStringifyOptions = function normalizeStringifyOptions(opts) { + if (!opts) { + return defaults; + } + + if (typeof opts.allowEmptyArrays !== 'undefined' && typeof opts.allowEmptyArrays !== 'boolean') { + throw new TypeError('`allowEmptyArrays` option can only be `true` or `false`, when provided'); + } + + if (typeof opts.encodeDotInKeys !== 'undefined' && typeof opts.encodeDotInKeys !== 'boolean') { + throw new TypeError('`encodeDotInKeys` option can only be `true` or `false`, when provided'); + } + + if (opts.encoder !== null && typeof opts.encoder !== 'undefined' && typeof opts.encoder !== 'function') { + throw new TypeError('Encoder has to be a function.'); + } + + var charset = opts.charset || defaults.charset; + if (typeof opts.charset !== 'undefined' && opts.charset !== 'utf-8' && opts.charset !== 'iso-8859-1') { + throw new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined'); + } + + var format = formats['default']; + if (typeof opts.format !== 'undefined') { + if (!has.call(formats.formatters, opts.format)) { + throw new TypeError('Unknown format option provided.'); + } + format = opts.format; + } + var formatter = formats.formatters[format]; + + var filter = defaults.filter; + if (typeof opts.filter === 'function' || isArray(opts.filter)) { + filter = opts.filter; + } + + var arrayFormat; + if (opts.arrayFormat in arrayPrefixGenerators) { + arrayFormat = opts.arrayFormat; + } else if ('indices' in opts) { + arrayFormat = opts.indices ? 'indices' : 'repeat'; + } else { + arrayFormat = defaults.arrayFormat; + } + + if ('commaRoundTrip' in opts && typeof opts.commaRoundTrip !== 'boolean') { + throw new TypeError('`commaRoundTrip` must be a boolean, or absent'); + } + + var allowDots = typeof opts.allowDots === 'undefined' ? opts.encodeDotInKeys === true ? true : defaults.allowDots : !!opts.allowDots; + + return { + addQueryPrefix: typeof opts.addQueryPrefix === 'boolean' ? opts.addQueryPrefix : defaults.addQueryPrefix, + allowDots: allowDots, + allowEmptyArrays: typeof opts.allowEmptyArrays === 'boolean' ? !!opts.allowEmptyArrays : defaults.allowEmptyArrays, + arrayFormat: arrayFormat, + charset: charset, + charsetSentinel: typeof opts.charsetSentinel === 'boolean' ? opts.charsetSentinel : defaults.charsetSentinel, + commaRoundTrip: opts.commaRoundTrip, + delimiter: typeof opts.delimiter === 'undefined' ? defaults.delimiter : opts.delimiter, + encode: typeof opts.encode === 'boolean' ? opts.encode : defaults.encode, + encodeDotInKeys: typeof opts.encodeDotInKeys === 'boolean' ? opts.encodeDotInKeys : defaults.encodeDotInKeys, + encoder: typeof opts.encoder === 'function' ? opts.encoder : defaults.encoder, + encodeValuesOnly: typeof opts.encodeValuesOnly === 'boolean' ? opts.encodeValuesOnly : defaults.encodeValuesOnly, + filter: filter, + format: format, + formatter: formatter, + serializeDate: typeof opts.serializeDate === 'function' ? opts.serializeDate : defaults.serializeDate, + skipNulls: typeof opts.skipNulls === 'boolean' ? opts.skipNulls : defaults.skipNulls, + sort: typeof opts.sort === 'function' ? opts.sort : null, + strictNullHandling: typeof opts.strictNullHandling === 'boolean' ? opts.strictNullHandling : defaults.strictNullHandling + }; +}; + +module.exports = function (object, opts) { + var obj = object; + var options = normalizeStringifyOptions(opts); + + var objKeys; + var filter; + + if (typeof options.filter === 'function') { + filter = options.filter; + obj = filter('', obj); + } else if (isArray(options.filter)) { + filter = options.filter; + objKeys = filter; + } + + var keys = []; + + if (typeof obj !== 'object' || obj === null) { + return ''; + } + + var generateArrayPrefix = arrayPrefixGenerators[options.arrayFormat]; + var commaRoundTrip = generateArrayPrefix === 'comma' && options.commaRoundTrip; + + if (!objKeys) { + objKeys = Object.keys(obj); + } + + if (options.sort) { + objKeys.sort(options.sort); + } + + var sideChannel = getSideChannel(); + for (var i = 0; i < objKeys.length; ++i) { + var key = objKeys[i]; + + if (options.skipNulls && obj[key] === null) { + continue; + } + pushToArray(keys, stringify( + obj[key], + key, + generateArrayPrefix, + commaRoundTrip, + options.allowEmptyArrays, + options.strictNullHandling, + options.skipNulls, + options.encodeDotInKeys, + options.encode ? options.encoder : null, + options.filter, + options.sort, + options.allowDots, + options.serializeDate, + options.format, + options.formatter, + options.encodeValuesOnly, + options.charset, + sideChannel + )); + } + + var joined = keys.join(options.delimiter); + var prefix = options.addQueryPrefix === true ? '?' : ''; + + if (options.charsetSentinel) { + if (options.charset === 'iso-8859-1') { + // encodeURIComponent('✓'), the "numeric entity" representation of a checkmark + prefix += 'utf8=%26%2310003%3B&'; + } else { + // encodeURIComponent('✓') + prefix += 'utf8=%E2%9C%93&'; + } + } + + return joined.length > 0 ? prefix + joined : ''; +}; diff --git a/node_modules/qs/lib/utils.js b/node_modules/qs/lib/utils.js new file mode 100644 index 0000000..7c860f1 --- /dev/null +++ b/node_modules/qs/lib/utils.js @@ -0,0 +1,265 @@ +'use strict'; + +var formats = require('./formats'); + +var has = Object.prototype.hasOwnProperty; +var isArray = Array.isArray; + +var hexTable = (function () { + var array = []; + for (var i = 0; i < 256; ++i) { + array.push('%' + ((i < 16 ? '0' : '') + i.toString(16)).toUpperCase()); + } + + return array; +}()); + +var compactQueue = function compactQueue(queue) { + while (queue.length > 1) { + var item = queue.pop(); + var obj = item.obj[item.prop]; + + if (isArray(obj)) { + var compacted = []; + + for (var j = 0; j < obj.length; ++j) { + if (typeof obj[j] !== 'undefined') { + compacted.push(obj[j]); + } + } + + item.obj[item.prop] = compacted; + } + } +}; + +var arrayToObject = function arrayToObject(source, options) { + var obj = options && options.plainObjects ? Object.create(null) : {}; + for (var i = 0; i < source.length; ++i) { + if (typeof source[i] !== 'undefined') { + obj[i] = source[i]; + } + } + + return obj; +}; + +var merge = function merge(target, source, options) { + /* eslint no-param-reassign: 0 */ + if (!source) { + return target; + } + + if (typeof source !== 'object') { + if (isArray(target)) { + target.push(source); + } else if (target && typeof target === 'object') { + if ((options && (options.plainObjects || options.allowPrototypes)) || !has.call(Object.prototype, source)) { + target[source] = true; + } + } else { + return [target, source]; + } + + return target; + } + + if (!target || typeof target !== 'object') { + return [target].concat(source); + } + + var mergeTarget = target; + if (isArray(target) && !isArray(source)) { + mergeTarget = arrayToObject(target, options); + } + + if (isArray(target) && isArray(source)) { + source.forEach(function (item, i) { + if (has.call(target, i)) { + var targetItem = target[i]; + if (targetItem && typeof targetItem === 'object' && item && typeof item === 'object') { + target[i] = merge(targetItem, item, options); + } else { + target.push(item); + } + } else { + target[i] = item; + } + }); + return target; + } + + return Object.keys(source).reduce(function (acc, key) { + var value = source[key]; + + if (has.call(acc, key)) { + acc[key] = merge(acc[key], value, options); + } else { + acc[key] = value; + } + return acc; + }, mergeTarget); +}; + +var assign = function assignSingleSource(target, source) { + return Object.keys(source).reduce(function (acc, key) { + acc[key] = source[key]; + return acc; + }, target); +}; + +var decode = function (str, decoder, charset) { + var strWithoutPlus = str.replace(/\+/g, ' '); + if (charset === 'iso-8859-1') { + // unescape never throws, no try...catch needed: + return strWithoutPlus.replace(/%[0-9a-f]{2}/gi, unescape); + } + // utf-8 + try { + return decodeURIComponent(strWithoutPlus); + } catch (e) { + return strWithoutPlus; + } +}; + +var limit = 1024; + +/* eslint operator-linebreak: [2, "before"] */ + +var encode = function encode(str, defaultEncoder, charset, kind, format) { + // This code was originally written by Brian White (mscdex) for the io.js core querystring library. + // It has been adapted here for stricter adherence to RFC 3986 + if (str.length === 0) { + return str; + } + + var string = str; + if (typeof str === 'symbol') { + string = Symbol.prototype.toString.call(str); + } else if (typeof str !== 'string') { + string = String(str); + } + + if (charset === 'iso-8859-1') { + return escape(string).replace(/%u[0-9a-f]{4}/gi, function ($0) { + return '%26%23' + parseInt($0.slice(2), 16) + '%3B'; + }); + } + + var out = ''; + for (var j = 0; j < string.length; j += limit) { + var segment = string.length >= limit ? string.slice(j, j + limit) : string; + var arr = []; + + for (var i = 0; i < segment.length; ++i) { + var c = segment.charCodeAt(i); + if ( + c === 0x2D // - + || c === 0x2E // . + || c === 0x5F // _ + || c === 0x7E // ~ + || (c >= 0x30 && c <= 0x39) // 0-9 + || (c >= 0x41 && c <= 0x5A) // a-z + || (c >= 0x61 && c <= 0x7A) // A-Z + || (format === formats.RFC1738 && (c === 0x28 || c === 0x29)) // ( ) + ) { + arr[arr.length] = segment.charAt(i); + continue; + } + + if (c < 0x80) { + arr[arr.length] = hexTable[c]; + continue; + } + + if (c < 0x800) { + arr[arr.length] = hexTable[0xC0 | (c >> 6)] + + hexTable[0x80 | (c & 0x3F)]; + continue; + } + + if (c < 0xD800 || c >= 0xE000) { + arr[arr.length] = hexTable[0xE0 | (c >> 12)] + + hexTable[0x80 | ((c >> 6) & 0x3F)] + + hexTable[0x80 | (c & 0x3F)]; + continue; + } + + i += 1; + c = 0x10000 + (((c & 0x3FF) << 10) | (segment.charCodeAt(i) & 0x3FF)); + + arr[arr.length] = hexTable[0xF0 | (c >> 18)] + + hexTable[0x80 | ((c >> 12) & 0x3F)] + + hexTable[0x80 | ((c >> 6) & 0x3F)] + + hexTable[0x80 | (c & 0x3F)]; + } + + out += arr.join(''); + } + + return out; +}; + +var compact = function compact(value) { + var queue = [{ obj: { o: value }, prop: 'o' }]; + var refs = []; + + for (var i = 0; i < queue.length; ++i) { + var item = queue[i]; + var obj = item.obj[item.prop]; + + var keys = Object.keys(obj); + for (var j = 0; j < keys.length; ++j) { + var key = keys[j]; + var val = obj[key]; + if (typeof val === 'object' && val !== null && refs.indexOf(val) === -1) { + queue.push({ obj: obj, prop: key }); + refs.push(val); + } + } + } + + compactQueue(queue); + + return value; +}; + +var isRegExp = function isRegExp(obj) { + return Object.prototype.toString.call(obj) === '[object RegExp]'; +}; + +var isBuffer = function isBuffer(obj) { + if (!obj || typeof obj !== 'object') { + return false; + } + + return !!(obj.constructor && obj.constructor.isBuffer && obj.constructor.isBuffer(obj)); +}; + +var combine = function combine(a, b) { + return [].concat(a, b); +}; + +var maybeMap = function maybeMap(val, fn) { + if (isArray(val)) { + var mapped = []; + for (var i = 0; i < val.length; i += 1) { + mapped.push(fn(val[i])); + } + return mapped; + } + return fn(val); +}; + +module.exports = { + arrayToObject: arrayToObject, + assign: assign, + combine: combine, + compact: compact, + decode: decode, + encode: encode, + isBuffer: isBuffer, + isRegExp: isRegExp, + maybeMap: maybeMap, + merge: merge +}; diff --git a/node_modules/qs/package.json b/node_modules/qs/package.json new file mode 100644 index 0000000..6dae052 --- /dev/null +++ b/node_modules/qs/package.json @@ -0,0 +1,91 @@ +{ + "name": "qs", + "description": "A querystring parser that supports nesting and arrays, with a depth limit", + "homepage": "https://github.com/ljharb/qs", + "version": "6.13.0", + "repository": { + "type": "git", + "url": "https://github.com/ljharb/qs.git" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + }, + "main": "lib/index.js", + "sideEffects": false, + "contributors": [ + { + "name": "Jordan Harband", + "email": "ljharb@gmail.com", + "url": "http://ljharb.codes" + } + ], + "keywords": [ + "querystring", + "qs", + "query", + "url", + "parse", + "stringify" + ], + "engines": { + "node": ">=0.6" + }, + "dependencies": { + "side-channel": "^1.0.6" + }, + "devDependencies": { + "@browserify/envify": "^6.0.0", + "@browserify/uglifyify": "^6.0.0", + "@ljharb/eslint-config": "^21.1.1", + "browserify": "^16.5.2", + "bundle-collapser": "^1.4.0", + "common-shakeify": "~1.0.0", + "eclint": "^2.8.1", + "es-value-fixtures": "^1.4.2", + "eslint": "=8.8.0", + "evalmd": "^0.0.19", + "for-each": "^0.3.3", + "glob": "=10.3.7", + "has-override-mistake": "^1.0.1", + "has-property-descriptors": "^1.0.2", + "has-symbols": "^1.0.3", + "iconv-lite": "^0.5.1", + "in-publish": "^2.0.1", + "jackspeak": "=2.1.1", + "mkdirp": "^0.5.5", + "mock-property": "^1.0.3", + "module-deps": "^6.2.3", + "npmignore": "^0.3.1", + "nyc": "^10.3.2", + "object-inspect": "^1.13.2", + "qs-iconv": "^1.0.4", + "safe-publish-latest": "^2.0.0", + "safer-buffer": "^2.1.2", + "tape": "^5.8.1", + "unassertify": "^3.0.1" + }, + "scripts": { + "prepack": "npmignore --auto --commentLines=autogenerated && npm run dist", + "prepublishOnly": "safe-publish-latest", + "prepublish": "not-in-publish || npm run prepublishOnly", + "pretest": "npm run --silent readme && npm run --silent lint", + "test": "npm run tests-only", + "tests-only": "nyc tape 'test/**/*.js'", + "posttest": "npx npm@'>=10.2' audit --production", + "readme": "evalmd README.md", + "postlint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' | grep -v dist/)", + "lint": "eslint --ext=js,mjs .", + "dist": "mkdirp dist && browserify --standalone Qs -g unassertify -g @browserify/envify -g [@browserify/uglifyify --mangle.keep_fnames --compress.keep_fnames --format.indent_level=1 --compress.arrows=false --compress.passes=4 --compress.typeofs=false] -p common-shakeify -p bundle-collapser/plugin lib/index.js > dist/qs.js" + }, + "license": "BSD-3-Clause", + "publishConfig": { + "ignore": [ + "!dist/*", + "bower.json", + "component.json", + ".github/workflows", + "logos", + "tea.yaml" + ] + } +} diff --git a/node_modules/qs/test/empty-keys-cases.js b/node_modules/qs/test/empty-keys-cases.js new file mode 100644 index 0000000..2b1190e --- /dev/null +++ b/node_modules/qs/test/empty-keys-cases.js @@ -0,0 +1,267 @@ +'use strict'; + +module.exports = { + emptyTestCases: [ + { + input: '&', + withEmptyKeys: {}, + stringifyOutput: { + brackets: '', + indices: '', + repeat: '' + }, + noEmptyKeys: {} + }, + { + input: '&&', + withEmptyKeys: {}, + stringifyOutput: { + brackets: '', + indices: '', + repeat: '' + }, + noEmptyKeys: {} + }, + { + input: '&=', + withEmptyKeys: { '': '' }, + stringifyOutput: { + brackets: '=', + indices: '=', + repeat: '=' + }, + noEmptyKeys: {} + }, + { + input: '&=&', + withEmptyKeys: { '': '' }, + stringifyOutput: { + brackets: '=', + indices: '=', + repeat: '=' + }, + noEmptyKeys: {} + }, + { + input: '&=&=', + withEmptyKeys: { '': ['', ''] }, + stringifyOutput: { + brackets: '[]=&[]=', + indices: '[0]=&[1]=', + repeat: '=&=' + }, + noEmptyKeys: {} + }, + { + input: '&=&=&', + withEmptyKeys: { '': ['', ''] }, + stringifyOutput: { + brackets: '[]=&[]=', + indices: '[0]=&[1]=', + repeat: '=&=' + }, + noEmptyKeys: {} + }, + { + input: '=', + withEmptyKeys: { '': '' }, + noEmptyKeys: {}, + stringifyOutput: { + brackets: '=', + indices: '=', + repeat: '=' + } + }, + { + input: '=&', + withEmptyKeys: { '': '' }, + stringifyOutput: { + brackets: '=', + indices: '=', + repeat: '=' + }, + noEmptyKeys: {} + }, + { + input: '=&&&', + withEmptyKeys: { '': '' }, + stringifyOutput: { + brackets: '=', + indices: '=', + repeat: '=' + }, + noEmptyKeys: {} + }, + { + input: '=&=&=&', + withEmptyKeys: { '': ['', '', ''] }, + stringifyOutput: { + brackets: '[]=&[]=&[]=', + indices: '[0]=&[1]=&[2]=', + repeat: '=&=&=' + }, + noEmptyKeys: {} + }, + { + input: '=&a[]=b&a[1]=c', + withEmptyKeys: { '': '', a: ['b', 'c'] }, + stringifyOutput: { + brackets: '=&a[]=b&a[]=c', + indices: '=&a[0]=b&a[1]=c', + repeat: '=&a=b&a=c' + }, + noEmptyKeys: { a: ['b', 'c'] } + }, + { + input: '=a', + withEmptyKeys: { '': 'a' }, + noEmptyKeys: {}, + stringifyOutput: { + brackets: '=a', + indices: '=a', + repeat: '=a' + } + }, + { + input: 'a==a', + withEmptyKeys: { a: '=a' }, + noEmptyKeys: { a: '=a' }, + stringifyOutput: { + brackets: 'a==a', + indices: 'a==a', + repeat: 'a==a' + } + }, + { + input: '=&a[]=b', + withEmptyKeys: { '': '', a: ['b'] }, + stringifyOutput: { + brackets: '=&a[]=b', + indices: '=&a[0]=b', + repeat: '=&a=b' + }, + noEmptyKeys: { a: ['b'] } + }, + { + input: '=&a[]=b&a[]=c&a[2]=d', + withEmptyKeys: { '': '', a: ['b', 'c', 'd'] }, + stringifyOutput: { + brackets: '=&a[]=b&a[]=c&a[]=d', + indices: '=&a[0]=b&a[1]=c&a[2]=d', + repeat: '=&a=b&a=c&a=d' + }, + noEmptyKeys: { a: ['b', 'c', 'd'] } + }, + { + input: '=a&=b', + withEmptyKeys: { '': ['a', 'b'] }, + stringifyOutput: { + brackets: '[]=a&[]=b', + indices: '[0]=a&[1]=b', + repeat: '=a&=b' + }, + noEmptyKeys: {} + }, + { + input: '=a&foo=b', + withEmptyKeys: { '': 'a', foo: 'b' }, + noEmptyKeys: { foo: 'b' }, + stringifyOutput: { + brackets: '=a&foo=b', + indices: '=a&foo=b', + repeat: '=a&foo=b' + } + }, + { + input: 'a[]=b&a=c&=', + withEmptyKeys: { '': '', a: ['b', 'c'] }, + stringifyOutput: { + brackets: '=&a[]=b&a[]=c', + indices: '=&a[0]=b&a[1]=c', + repeat: '=&a=b&a=c' + }, + noEmptyKeys: { a: ['b', 'c'] } + }, + { + input: 'a[]=b&a=c&=', + withEmptyKeys: { '': '', a: ['b', 'c'] }, + stringifyOutput: { + brackets: '=&a[]=b&a[]=c', + indices: '=&a[0]=b&a[1]=c', + repeat: '=&a=b&a=c' + }, + noEmptyKeys: { a: ['b', 'c'] } + }, + { + input: 'a[0]=b&a=c&=', + withEmptyKeys: { '': '', a: ['b', 'c'] }, + stringifyOutput: { + brackets: '=&a[]=b&a[]=c', + indices: '=&a[0]=b&a[1]=c', + repeat: '=&a=b&a=c' + }, + noEmptyKeys: { a: ['b', 'c'] } + }, + { + input: 'a=b&a[]=c&=', + withEmptyKeys: { '': '', a: ['b', 'c'] }, + stringifyOutput: { + brackets: '=&a[]=b&a[]=c', + indices: '=&a[0]=b&a[1]=c', + repeat: '=&a=b&a=c' + }, + noEmptyKeys: { a: ['b', 'c'] } + }, + { + input: 'a=b&a[0]=c&=', + withEmptyKeys: { '': '', a: ['b', 'c'] }, + stringifyOutput: { + brackets: '=&a[]=b&a[]=c', + indices: '=&a[0]=b&a[1]=c', + repeat: '=&a=b&a=c' + }, + noEmptyKeys: { a: ['b', 'c'] } + }, + { + input: '[]=a&[]=b& []=1', + withEmptyKeys: { '': ['a', 'b'], ' ': ['1'] }, + stringifyOutput: { + brackets: '[]=a&[]=b& []=1', + indices: '[0]=a&[1]=b& [0]=1', + repeat: '=a&=b& =1' + }, + noEmptyKeys: { 0: 'a', 1: 'b', ' ': ['1'] } + }, + { + input: '[0]=a&[1]=b&a[0]=1&a[1]=2', + withEmptyKeys: { '': ['a', 'b'], a: ['1', '2'] }, + noEmptyKeys: { 0: 'a', 1: 'b', a: ['1', '2'] }, + stringifyOutput: { + brackets: '[]=a&[]=b&a[]=1&a[]=2', + indices: '[0]=a&[1]=b&a[0]=1&a[1]=2', + repeat: '=a&=b&a=1&a=2' + } + }, + { + input: '[deep]=a&[deep]=2', + withEmptyKeys: { '': { deep: ['a', '2'] } + }, + stringifyOutput: { + brackets: '[deep][]=a&[deep][]=2', + indices: '[deep][0]=a&[deep][1]=2', + repeat: '[deep]=a&[deep]=2' + }, + noEmptyKeys: { deep: ['a', '2'] } + }, + { + input: '%5B0%5D=a&%5B1%5D=b', + withEmptyKeys: { '': ['a', 'b'] }, + stringifyOutput: { + brackets: '[]=a&[]=b', + indices: '[0]=a&[1]=b', + repeat: '=a&=b' + }, + noEmptyKeys: { 0: 'a', 1: 'b' } + } + ] +}; diff --git a/node_modules/qs/test/parse.js b/node_modules/qs/test/parse.js new file mode 100644 index 0000000..8a2f487 --- /dev/null +++ b/node_modules/qs/test/parse.js @@ -0,0 +1,1170 @@ +'use strict'; + +var test = require('tape'); +var hasPropertyDescriptors = require('has-property-descriptors')(); +var iconv = require('iconv-lite'); +var mockProperty = require('mock-property'); +var hasOverrideMistake = require('has-override-mistake')(); +var SaferBuffer = require('safer-buffer').Buffer; +var v = require('es-value-fixtures'); +var inspect = require('object-inspect'); +var emptyTestCases = require('./empty-keys-cases').emptyTestCases; + +var qs = require('../'); +var utils = require('../lib/utils'); + +test('parse()', function (t) { + t.test('parses a simple string', function (st) { + st.deepEqual(qs.parse('0=foo'), { 0: 'foo' }); + st.deepEqual(qs.parse('foo=c++'), { foo: 'c ' }); + st.deepEqual(qs.parse('a[>=]=23'), { a: { '>=': '23' } }); + st.deepEqual(qs.parse('a[<=>]==23'), { a: { '<=>': '=23' } }); + st.deepEqual(qs.parse('a[==]=23'), { a: { '==': '23' } }); + st.deepEqual(qs.parse('foo', { strictNullHandling: true }), { foo: null }); + st.deepEqual(qs.parse('foo'), { foo: '' }); + st.deepEqual(qs.parse('foo='), { foo: '' }); + st.deepEqual(qs.parse('foo=bar'), { foo: 'bar' }); + st.deepEqual(qs.parse(' foo = bar = baz '), { ' foo ': ' bar = baz ' }); + st.deepEqual(qs.parse('foo=bar=baz'), { foo: 'bar=baz' }); + st.deepEqual(qs.parse('foo=bar&bar=baz'), { foo: 'bar', bar: 'baz' }); + st.deepEqual(qs.parse('foo2=bar2&baz2='), { foo2: 'bar2', baz2: '' }); + st.deepEqual(qs.parse('foo=bar&baz', { strictNullHandling: true }), { foo: 'bar', baz: null }); + st.deepEqual(qs.parse('foo=bar&baz'), { foo: 'bar', baz: '' }); + st.deepEqual(qs.parse('cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World'), { + cht: 'p3', + chd: 't:60,40', + chs: '250x100', + chl: 'Hello|World' + }); + st.end(); + }); + + t.test('comma: false', function (st) { + st.deepEqual(qs.parse('a[]=b&a[]=c'), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a[0]=b&a[1]=c'), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a=b,c'), { a: 'b,c' }); + st.deepEqual(qs.parse('a=b&a=c'), { a: ['b', 'c'] }); + st.end(); + }); + + t.test('comma: true', function (st) { + st.deepEqual(qs.parse('a[]=b&a[]=c', { comma: true }), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a[0]=b&a[1]=c', { comma: true }), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a=b,c', { comma: true }), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a=b&a=c', { comma: true }), { a: ['b', 'c'] }); + st.end(); + }); + + t.test('allows enabling dot notation', function (st) { + st.deepEqual(qs.parse('a.b=c'), { 'a.b': 'c' }); + st.deepEqual(qs.parse('a.b=c', { allowDots: true }), { a: { b: 'c' } }); + + st.end(); + }); + + t.test('decode dot keys correctly', function (st) { + st.deepEqual( + qs.parse('name%252Eobj.first=John&name%252Eobj.last=Doe', { allowDots: false, decodeDotInKeys: false }), + { 'name%2Eobj.first': 'John', 'name%2Eobj.last': 'Doe' }, + 'with allowDots false and decodeDotInKeys false' + ); + st.deepEqual( + qs.parse('name.obj.first=John&name.obj.last=Doe', { allowDots: true, decodeDotInKeys: false }), + { name: { obj: { first: 'John', last: 'Doe' } } }, + 'with allowDots false and decodeDotInKeys false' + ); + st.deepEqual( + qs.parse('name%252Eobj.first=John&name%252Eobj.last=Doe', { allowDots: true, decodeDotInKeys: false }), + { 'name%2Eobj': { first: 'John', last: 'Doe' } }, + 'with allowDots true and decodeDotInKeys false' + ); + st.deepEqual( + qs.parse('name%252Eobj.first=John&name%252Eobj.last=Doe', { allowDots: true, decodeDotInKeys: true }), + { 'name.obj': { first: 'John', last: 'Doe' } }, + 'with allowDots true and decodeDotInKeys true' + ); + + st.deepEqual( + qs.parse( + 'name%252Eobj%252Esubobject.first%252Egodly%252Ename=John&name%252Eobj%252Esubobject.last=Doe', + { allowDots: false, decodeDotInKeys: false } + ), + { 'name%2Eobj%2Esubobject.first%2Egodly%2Ename': 'John', 'name%2Eobj%2Esubobject.last': 'Doe' }, + 'with allowDots false and decodeDotInKeys false' + ); + st.deepEqual( + qs.parse( + 'name.obj.subobject.first.godly.name=John&name.obj.subobject.last=Doe', + { allowDots: true, decodeDotInKeys: false } + ), + { name: { obj: { subobject: { first: { godly: { name: 'John' } }, last: 'Doe' } } } }, + 'with allowDots true and decodeDotInKeys false' + ); + st.deepEqual( + qs.parse( + 'name%252Eobj%252Esubobject.first%252Egodly%252Ename=John&name%252Eobj%252Esubobject.last=Doe', + { allowDots: true, decodeDotInKeys: true } + ), + { 'name.obj.subobject': { 'first.godly.name': 'John', last: 'Doe' } }, + 'with allowDots true and decodeDotInKeys true' + ); + st.deepEqual( + qs.parse('name%252Eobj.first=John&name%252Eobj.last=Doe'), + { 'name%2Eobj.first': 'John', 'name%2Eobj.last': 'Doe' }, + 'with allowDots and decodeDotInKeys undefined' + ); + + st.end(); + }); + + t.test('should decode dot in key of object, and allow enabling dot notation when decodeDotInKeys is set to true and allowDots is undefined', function (st) { + st.deepEqual( + qs.parse( + 'name%252Eobj%252Esubobject.first%252Egodly%252Ename=John&name%252Eobj%252Esubobject.last=Doe', + { decodeDotInKeys: true } + ), + { 'name.obj.subobject': { 'first.godly.name': 'John', last: 'Doe' } }, + 'with allowDots undefined and decodeDotInKeys true' + ); + + st.end(); + }); + + t.test('should throw when decodeDotInKeys is not of type boolean', function (st) { + st['throws']( + function () { qs.parse('foo[]&bar=baz', { decodeDotInKeys: 'foobar' }); }, + TypeError + ); + + st['throws']( + function () { qs.parse('foo[]&bar=baz', { decodeDotInKeys: 0 }); }, + TypeError + ); + st['throws']( + function () { qs.parse('foo[]&bar=baz', { decodeDotInKeys: NaN }); }, + TypeError + ); + + st['throws']( + function () { qs.parse('foo[]&bar=baz', { decodeDotInKeys: null }); }, + TypeError + ); + + st.end(); + }); + + t.test('allows empty arrays in obj values', function (st) { + st.deepEqual(qs.parse('foo[]&bar=baz', { allowEmptyArrays: true }), { foo: [], bar: 'baz' }); + st.deepEqual(qs.parse('foo[]&bar=baz', { allowEmptyArrays: false }), { foo: [''], bar: 'baz' }); + + st.end(); + }); + + t.test('should throw when allowEmptyArrays is not of type boolean', function (st) { + st['throws']( + function () { qs.parse('foo[]&bar=baz', { allowEmptyArrays: 'foobar' }); }, + TypeError + ); + + st['throws']( + function () { qs.parse('foo[]&bar=baz', { allowEmptyArrays: 0 }); }, + TypeError + ); + st['throws']( + function () { qs.parse('foo[]&bar=baz', { allowEmptyArrays: NaN }); }, + TypeError + ); + + st['throws']( + function () { qs.parse('foo[]&bar=baz', { allowEmptyArrays: null }); }, + TypeError + ); + + st.end(); + }); + + t.test('allowEmptyArrays + strictNullHandling', function (st) { + st.deepEqual( + qs.parse('testEmptyArray[]', { strictNullHandling: true, allowEmptyArrays: true }), + { testEmptyArray: [] } + ); + + st.end(); + }); + + t.deepEqual(qs.parse('a[b]=c'), { a: { b: 'c' } }, 'parses a single nested string'); + t.deepEqual(qs.parse('a[b][c]=d'), { a: { b: { c: 'd' } } }, 'parses a double nested string'); + t.deepEqual( + qs.parse('a[b][c][d][e][f][g][h]=i'), + { a: { b: { c: { d: { e: { f: { '[g][h]': 'i' } } } } } } }, + 'defaults to a depth of 5' + ); + + t.test('only parses one level when depth = 1', function (st) { + st.deepEqual(qs.parse('a[b][c]=d', { depth: 1 }), { a: { b: { '[c]': 'd' } } }); + st.deepEqual(qs.parse('a[b][c][d]=e', { depth: 1 }), { a: { b: { '[c][d]': 'e' } } }); + st.end(); + }); + + t.test('uses original key when depth = 0', function (st) { + st.deepEqual(qs.parse('a[0]=b&a[1]=c', { depth: 0 }), { 'a[0]': 'b', 'a[1]': 'c' }); + st.deepEqual(qs.parse('a[0][0]=b&a[0][1]=c&a[1]=d&e=2', { depth: 0 }), { 'a[0][0]': 'b', 'a[0][1]': 'c', 'a[1]': 'd', e: '2' }); + st.end(); + }); + + t.test('uses original key when depth = false', function (st) { + st.deepEqual(qs.parse('a[0]=b&a[1]=c', { depth: false }), { 'a[0]': 'b', 'a[1]': 'c' }); + st.deepEqual(qs.parse('a[0][0]=b&a[0][1]=c&a[1]=d&e=2', { depth: false }), { 'a[0][0]': 'b', 'a[0][1]': 'c', 'a[1]': 'd', e: '2' }); + st.end(); + }); + + t.deepEqual(qs.parse('a=b&a=c'), { a: ['b', 'c'] }, 'parses a simple array'); + + t.test('parses an explicit array', function (st) { + st.deepEqual(qs.parse('a[]=b'), { a: ['b'] }); + st.deepEqual(qs.parse('a[]=b&a[]=c'), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a[]=b&a[]=c&a[]=d'), { a: ['b', 'c', 'd'] }); + st.end(); + }); + + t.test('parses a mix of simple and explicit arrays', function (st) { + st.deepEqual(qs.parse('a=b&a[]=c'), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a[]=b&a=c'), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a[0]=b&a=c'), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a=b&a[0]=c'), { a: ['b', 'c'] }); + + st.deepEqual(qs.parse('a[1]=b&a=c', { arrayLimit: 20 }), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a[]=b&a=c', { arrayLimit: 0 }), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a[]=b&a=c'), { a: ['b', 'c'] }); + + st.deepEqual(qs.parse('a=b&a[1]=c', { arrayLimit: 20 }), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a=b&a[]=c', { arrayLimit: 0 }), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a=b&a[]=c'), { a: ['b', 'c'] }); + + st.end(); + }); + + t.test('parses a nested array', function (st) { + st.deepEqual(qs.parse('a[b][]=c&a[b][]=d'), { a: { b: ['c', 'd'] } }); + st.deepEqual(qs.parse('a[>=]=25'), { a: { '>=': '25' } }); + st.end(); + }); + + t.test('allows to specify array indices', function (st) { + st.deepEqual(qs.parse('a[1]=c&a[0]=b&a[2]=d'), { a: ['b', 'c', 'd'] }); + st.deepEqual(qs.parse('a[1]=c&a[0]=b'), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a[1]=c', { arrayLimit: 20 }), { a: ['c'] }); + st.deepEqual(qs.parse('a[1]=c', { arrayLimit: 0 }), { a: { 1: 'c' } }); + st.deepEqual(qs.parse('a[1]=c'), { a: ['c'] }); + st.end(); + }); + + t.test('limits specific array indices to arrayLimit', function (st) { + st.deepEqual(qs.parse('a[20]=a', { arrayLimit: 20 }), { a: ['a'] }); + st.deepEqual(qs.parse('a[21]=a', { arrayLimit: 20 }), { a: { 21: 'a' } }); + + st.deepEqual(qs.parse('a[20]=a'), { a: ['a'] }); + st.deepEqual(qs.parse('a[21]=a'), { a: { 21: 'a' } }); + st.end(); + }); + + t.deepEqual(qs.parse('a[12b]=c'), { a: { '12b': 'c' } }, 'supports keys that begin with a number'); + + t.test('supports encoded = signs', function (st) { + st.deepEqual(qs.parse('he%3Dllo=th%3Dere'), { 'he=llo': 'th=ere' }); + st.end(); + }); + + t.test('is ok with url encoded strings', function (st) { + st.deepEqual(qs.parse('a[b%20c]=d'), { a: { 'b c': 'd' } }); + st.deepEqual(qs.parse('a[b]=c%20d'), { a: { b: 'c d' } }); + st.end(); + }); + + t.test('allows brackets in the value', function (st) { + st.deepEqual(qs.parse('pets=["tobi"]'), { pets: '["tobi"]' }); + st.deepEqual(qs.parse('operators=[">=", "<="]'), { operators: '[">=", "<="]' }); + st.end(); + }); + + t.test('allows empty values', function (st) { + st.deepEqual(qs.parse(''), {}); + st.deepEqual(qs.parse(null), {}); + st.deepEqual(qs.parse(undefined), {}); + st.end(); + }); + + t.test('transforms arrays to objects', function (st) { + st.deepEqual(qs.parse('foo[0]=bar&foo[bad]=baz'), { foo: { 0: 'bar', bad: 'baz' } }); + st.deepEqual(qs.parse('foo[bad]=baz&foo[0]=bar'), { foo: { bad: 'baz', 0: 'bar' } }); + st.deepEqual(qs.parse('foo[bad]=baz&foo[]=bar'), { foo: { bad: 'baz', 0: 'bar' } }); + st.deepEqual(qs.parse('foo[]=bar&foo[bad]=baz'), { foo: { 0: 'bar', bad: 'baz' } }); + st.deepEqual(qs.parse('foo[bad]=baz&foo[]=bar&foo[]=foo'), { foo: { bad: 'baz', 0: 'bar', 1: 'foo' } }); + st.deepEqual(qs.parse('foo[0][a]=a&foo[0][b]=b&foo[1][a]=aa&foo[1][b]=bb'), { foo: [{ a: 'a', b: 'b' }, { a: 'aa', b: 'bb' }] }); + + st.deepEqual(qs.parse('a[]=b&a[t]=u&a[hasOwnProperty]=c', { allowPrototypes: false }), { a: { 0: 'b', t: 'u' } }); + st.deepEqual(qs.parse('a[]=b&a[t]=u&a[hasOwnProperty]=c', { allowPrototypes: true }), { a: { 0: 'b', t: 'u', hasOwnProperty: 'c' } }); + st.deepEqual(qs.parse('a[]=b&a[hasOwnProperty]=c&a[x]=y', { allowPrototypes: false }), { a: { 0: 'b', x: 'y' } }); + st.deepEqual(qs.parse('a[]=b&a[hasOwnProperty]=c&a[x]=y', { allowPrototypes: true }), { a: { 0: 'b', hasOwnProperty: 'c', x: 'y' } }); + st.end(); + }); + + t.test('transforms arrays to objects (dot notation)', function (st) { + st.deepEqual(qs.parse('foo[0].baz=bar&fool.bad=baz', { allowDots: true }), { foo: [{ baz: 'bar' }], fool: { bad: 'baz' } }); + st.deepEqual(qs.parse('foo[0].baz=bar&fool.bad.boo=baz', { allowDots: true }), { foo: [{ baz: 'bar' }], fool: { bad: { boo: 'baz' } } }); + st.deepEqual(qs.parse('foo[0][0].baz=bar&fool.bad=baz', { allowDots: true }), { foo: [[{ baz: 'bar' }]], fool: { bad: 'baz' } }); + st.deepEqual(qs.parse('foo[0].baz[0]=15&foo[0].bar=2', { allowDots: true }), { foo: [{ baz: ['15'], bar: '2' }] }); + st.deepEqual(qs.parse('foo[0].baz[0]=15&foo[0].baz[1]=16&foo[0].bar=2', { allowDots: true }), { foo: [{ baz: ['15', '16'], bar: '2' }] }); + st.deepEqual(qs.parse('foo.bad=baz&foo[0]=bar', { allowDots: true }), { foo: { bad: 'baz', 0: 'bar' } }); + st.deepEqual(qs.parse('foo.bad=baz&foo[]=bar', { allowDots: true }), { foo: { bad: 'baz', 0: 'bar' } }); + st.deepEqual(qs.parse('foo[]=bar&foo.bad=baz', { allowDots: true }), { foo: { 0: 'bar', bad: 'baz' } }); + st.deepEqual(qs.parse('foo.bad=baz&foo[]=bar&foo[]=foo', { allowDots: true }), { foo: { bad: 'baz', 0: 'bar', 1: 'foo' } }); + st.deepEqual(qs.parse('foo[0].a=a&foo[0].b=b&foo[1].a=aa&foo[1].b=bb', { allowDots: true }), { foo: [{ a: 'a', b: 'b' }, { a: 'aa', b: 'bb' }] }); + st.end(); + }); + + t.test('correctly prunes undefined values when converting an array to an object', function (st) { + st.deepEqual(qs.parse('a[2]=b&a[99999999]=c'), { a: { 2: 'b', 99999999: 'c' } }); + st.end(); + }); + + t.test('supports malformed uri characters', function (st) { + st.deepEqual(qs.parse('{%:%}', { strictNullHandling: true }), { '{%:%}': null }); + st.deepEqual(qs.parse('{%:%}='), { '{%:%}': '' }); + st.deepEqual(qs.parse('foo=%:%}'), { foo: '%:%}' }); + st.end(); + }); + + t.test('doesn\'t produce empty keys', function (st) { + st.deepEqual(qs.parse('_r=1&'), { _r: '1' }); + st.end(); + }); + + t.test('cannot access Object prototype', function (st) { + qs.parse('constructor[prototype][bad]=bad'); + qs.parse('bad[constructor][prototype][bad]=bad'); + st.equal(typeof Object.prototype.bad, 'undefined'); + st.end(); + }); + + t.test('parses arrays of objects', function (st) { + st.deepEqual(qs.parse('a[][b]=c'), { a: [{ b: 'c' }] }); + st.deepEqual(qs.parse('a[0][b]=c'), { a: [{ b: 'c' }] }); + st.end(); + }); + + t.test('allows for empty strings in arrays', function (st) { + st.deepEqual(qs.parse('a[]=b&a[]=&a[]=c'), { a: ['b', '', 'c'] }); + + st.deepEqual( + qs.parse('a[0]=b&a[1]&a[2]=c&a[19]=', { strictNullHandling: true, arrayLimit: 20 }), + { a: ['b', null, 'c', ''] }, + 'with arrayLimit 20 + array indices: null then empty string works' + ); + st.deepEqual( + qs.parse('a[]=b&a[]&a[]=c&a[]=', { strictNullHandling: true, arrayLimit: 0 }), + { a: ['b', null, 'c', ''] }, + 'with arrayLimit 0 + array brackets: null then empty string works' + ); + + st.deepEqual( + qs.parse('a[0]=b&a[1]=&a[2]=c&a[19]', { strictNullHandling: true, arrayLimit: 20 }), + { a: ['b', '', 'c', null] }, + 'with arrayLimit 20 + array indices: empty string then null works' + ); + st.deepEqual( + qs.parse('a[]=b&a[]=&a[]=c&a[]', { strictNullHandling: true, arrayLimit: 0 }), + { a: ['b', '', 'c', null] }, + 'with arrayLimit 0 + array brackets: empty string then null works' + ); + + st.deepEqual( + qs.parse('a[]=&a[]=b&a[]=c'), + { a: ['', 'b', 'c'] }, + 'array brackets: empty strings work' + ); + st.end(); + }); + + t.test('compacts sparse arrays', function (st) { + st.deepEqual(qs.parse('a[10]=1&a[2]=2', { arrayLimit: 20 }), { a: ['2', '1'] }); + st.deepEqual(qs.parse('a[1][b][2][c]=1', { arrayLimit: 20 }), { a: [{ b: [{ c: '1' }] }] }); + st.deepEqual(qs.parse('a[1][2][3][c]=1', { arrayLimit: 20 }), { a: [[[{ c: '1' }]]] }); + st.deepEqual(qs.parse('a[1][2][3][c][1]=1', { arrayLimit: 20 }), { a: [[[{ c: ['1'] }]]] }); + st.end(); + }); + + t.test('parses sparse arrays', function (st) { + /* eslint no-sparse-arrays: 0 */ + st.deepEqual(qs.parse('a[4]=1&a[1]=2', { allowSparse: true }), { a: [, '2', , , '1'] }); + st.deepEqual(qs.parse('a[1][b][2][c]=1', { allowSparse: true }), { a: [, { b: [, , { c: '1' }] }] }); + st.deepEqual(qs.parse('a[1][2][3][c]=1', { allowSparse: true }), { a: [, [, , [, , , { c: '1' }]]] }); + st.deepEqual(qs.parse('a[1][2][3][c][1]=1', { allowSparse: true }), { a: [, [, , [, , , { c: [, '1'] }]]] }); + st.end(); + }); + + t.test('parses semi-parsed strings', function (st) { + st.deepEqual(qs.parse({ 'a[b]': 'c' }), { a: { b: 'c' } }); + st.deepEqual(qs.parse({ 'a[b]': 'c', 'a[d]': 'e' }), { a: { b: 'c', d: 'e' } }); + st.end(); + }); + + t.test('parses buffers correctly', function (st) { + var b = SaferBuffer.from('test'); + st.deepEqual(qs.parse({ a: b }), { a: b }); + st.end(); + }); + + t.test('parses jquery-param strings', function (st) { + // readable = 'filter[0][]=int1&filter[0][]==&filter[0][]=77&filter[]=and&filter[2][]=int2&filter[2][]==&filter[2][]=8' + var encoded = 'filter%5B0%5D%5B%5D=int1&filter%5B0%5D%5B%5D=%3D&filter%5B0%5D%5B%5D=77&filter%5B%5D=and&filter%5B2%5D%5B%5D=int2&filter%5B2%5D%5B%5D=%3D&filter%5B2%5D%5B%5D=8'; + var expected = { filter: [['int1', '=', '77'], 'and', ['int2', '=', '8']] }; + st.deepEqual(qs.parse(encoded), expected); + st.end(); + }); + + t.test('continues parsing when no parent is found', function (st) { + st.deepEqual(qs.parse('[]=&a=b'), { 0: '', a: 'b' }); + st.deepEqual(qs.parse('[]&a=b', { strictNullHandling: true }), { 0: null, a: 'b' }); + st.deepEqual(qs.parse('[foo]=bar'), { foo: 'bar' }); + st.end(); + }); + + t.test('does not error when parsing a very long array', function (st) { + var str = 'a[]=a'; + while (Buffer.byteLength(str) < 128 * 1024) { + str = str + '&' + str; + } + + st.doesNotThrow(function () { + qs.parse(str); + }); + + st.end(); + }); + + t.test('should not throw when a native prototype has an enumerable property', function (st) { + st.intercept(Object.prototype, 'crash', { value: '' }); + st.intercept(Array.prototype, 'crash', { value: '' }); + + st.doesNotThrow(qs.parse.bind(null, 'a=b')); + st.deepEqual(qs.parse('a=b'), { a: 'b' }); + st.doesNotThrow(qs.parse.bind(null, 'a[][b]=c')); + st.deepEqual(qs.parse('a[][b]=c'), { a: [{ b: 'c' }] }); + + st.end(); + }); + + t.test('parses a string with an alternative string delimiter', function (st) { + st.deepEqual(qs.parse('a=b;c=d', { delimiter: ';' }), { a: 'b', c: 'd' }); + st.end(); + }); + + t.test('parses a string with an alternative RegExp delimiter', function (st) { + st.deepEqual(qs.parse('a=b; c=d', { delimiter: /[;,] */ }), { a: 'b', c: 'd' }); + st.end(); + }); + + t.test('does not use non-splittable objects as delimiters', function (st) { + st.deepEqual(qs.parse('a=b&c=d', { delimiter: true }), { a: 'b', c: 'd' }); + st.end(); + }); + + t.test('allows overriding parameter limit', function (st) { + st.deepEqual(qs.parse('a=b&c=d', { parameterLimit: 1 }), { a: 'b' }); + st.end(); + }); + + t.test('allows setting the parameter limit to Infinity', function (st) { + st.deepEqual(qs.parse('a=b&c=d', { parameterLimit: Infinity }), { a: 'b', c: 'd' }); + st.end(); + }); + + t.test('allows overriding array limit', function (st) { + st.deepEqual(qs.parse('a[0]=b', { arrayLimit: -1 }), { a: { 0: 'b' } }); + st.deepEqual(qs.parse('a[0]=b', { arrayLimit: 0 }), { a: ['b'] }); + + st.deepEqual(qs.parse('a[-1]=b', { arrayLimit: -1 }), { a: { '-1': 'b' } }); + st.deepEqual(qs.parse('a[-1]=b', { arrayLimit: 0 }), { a: { '-1': 'b' } }); + + st.deepEqual(qs.parse('a[0]=b&a[1]=c', { arrayLimit: -1 }), { a: { 0: 'b', 1: 'c' } }); + st.deepEqual(qs.parse('a[0]=b&a[1]=c', { arrayLimit: 0 }), { a: { 0: 'b', 1: 'c' } }); + + st.end(); + }); + + t.test('allows disabling array parsing', function (st) { + var indices = qs.parse('a[0]=b&a[1]=c', { parseArrays: false }); + st.deepEqual(indices, { a: { 0: 'b', 1: 'c' } }); + st.equal(Array.isArray(indices.a), false, 'parseArrays:false, indices case is not an array'); + + var emptyBrackets = qs.parse('a[]=b', { parseArrays: false }); + st.deepEqual(emptyBrackets, { a: { 0: 'b' } }); + st.equal(Array.isArray(emptyBrackets.a), false, 'parseArrays:false, empty brackets case is not an array'); + + st.end(); + }); + + t.test('allows for query string prefix', function (st) { + st.deepEqual(qs.parse('?foo=bar', { ignoreQueryPrefix: true }), { foo: 'bar' }); + st.deepEqual(qs.parse('foo=bar', { ignoreQueryPrefix: true }), { foo: 'bar' }); + st.deepEqual(qs.parse('?foo=bar', { ignoreQueryPrefix: false }), { '?foo': 'bar' }); + + st.end(); + }); + + t.test('parses an object', function (st) { + var input = { + 'user[name]': { 'pop[bob]': 3 }, + 'user[email]': null + }; + + var expected = { + user: { + name: { 'pop[bob]': 3 }, + email: null + } + }; + + var result = qs.parse(input); + + st.deepEqual(result, expected); + st.end(); + }); + + t.test('parses string with comma as array divider', function (st) { + st.deepEqual(qs.parse('foo=bar,tee', { comma: true }), { foo: ['bar', 'tee'] }); + st.deepEqual(qs.parse('foo[bar]=coffee,tee', { comma: true }), { foo: { bar: ['coffee', 'tee'] } }); + st.deepEqual(qs.parse('foo=', { comma: true }), { foo: '' }); + st.deepEqual(qs.parse('foo', { comma: true }), { foo: '' }); + st.deepEqual(qs.parse('foo', { comma: true, strictNullHandling: true }), { foo: null }); + + // test cases inversed from from stringify tests + st.deepEqual(qs.parse('a[0]=c'), { a: ['c'] }); + st.deepEqual(qs.parse('a[]=c'), { a: ['c'] }); + st.deepEqual(qs.parse('a[]=c', { comma: true }), { a: ['c'] }); + + st.deepEqual(qs.parse('a[0]=c&a[1]=d'), { a: ['c', 'd'] }); + st.deepEqual(qs.parse('a[]=c&a[]=d'), { a: ['c', 'd'] }); + st.deepEqual(qs.parse('a=c,d', { comma: true }), { a: ['c', 'd'] }); + + st.end(); + }); + + t.test('parses values with comma as array divider', function (st) { + st.deepEqual(qs.parse({ foo: 'bar,tee' }, { comma: false }), { foo: 'bar,tee' }); + st.deepEqual(qs.parse({ foo: 'bar,tee' }, { comma: true }), { foo: ['bar', 'tee'] }); + st.end(); + }); + + t.test('use number decoder, parses string that has one number with comma option enabled', function (st) { + var decoder = function (str, defaultDecoder, charset, type) { + if (!isNaN(Number(str))) { + return parseFloat(str); + } + return defaultDecoder(str, defaultDecoder, charset, type); + }; + + st.deepEqual(qs.parse('foo=1', { comma: true, decoder: decoder }), { foo: 1 }); + st.deepEqual(qs.parse('foo=0', { comma: true, decoder: decoder }), { foo: 0 }); + + st.end(); + }); + + t.test('parses brackets holds array of arrays when having two parts of strings with comma as array divider', function (st) { + st.deepEqual(qs.parse('foo[]=1,2,3&foo[]=4,5,6', { comma: true }), { foo: [['1', '2', '3'], ['4', '5', '6']] }); + st.deepEqual(qs.parse('foo[]=1,2,3&foo[]=', { comma: true }), { foo: [['1', '2', '3'], ''] }); + st.deepEqual(qs.parse('foo[]=1,2,3&foo[]=,', { comma: true }), { foo: [['1', '2', '3'], ['', '']] }); + st.deepEqual(qs.parse('foo[]=1,2,3&foo[]=a', { comma: true }), { foo: [['1', '2', '3'], 'a'] }); + + st.end(); + }); + + t.test('parses url-encoded brackets holds array of arrays when having two parts of strings with comma as array divider', function (st) { + st.deepEqual(qs.parse('foo%5B%5D=1,2,3&foo%5B%5D=4,5,6', { comma: true }), { foo: [['1', '2', '3'], ['4', '5', '6']] }); + st.deepEqual(qs.parse('foo%5B%5D=1,2,3&foo%5B%5D=', { comma: true }), { foo: [['1', '2', '3'], ''] }); + st.deepEqual(qs.parse('foo%5B%5D=1,2,3&foo%5B%5D=,', { comma: true }), { foo: [['1', '2', '3'], ['', '']] }); + st.deepEqual(qs.parse('foo%5B%5D=1,2,3&foo%5B%5D=a', { comma: true }), { foo: [['1', '2', '3'], 'a'] }); + + st.end(); + }); + + t.test('parses comma delimited array while having percent-encoded comma treated as normal text', function (st) { + st.deepEqual(qs.parse('foo=a%2Cb', { comma: true }), { foo: 'a,b' }); + st.deepEqual(qs.parse('foo=a%2C%20b,d', { comma: true }), { foo: ['a, b', 'd'] }); + st.deepEqual(qs.parse('foo=a%2C%20b,c%2C%20d', { comma: true }), { foo: ['a, b', 'c, d'] }); + + st.end(); + }); + + t.test('parses an object in dot notation', function (st) { + var input = { + 'user.name': { 'pop[bob]': 3 }, + 'user.email.': null + }; + + var expected = { + user: { + name: { 'pop[bob]': 3 }, + email: null + } + }; + + var result = qs.parse(input, { allowDots: true }); + + st.deepEqual(result, expected); + st.end(); + }); + + t.test('parses an object and not child values', function (st) { + var input = { + 'user[name]': { 'pop[bob]': { test: 3 } }, + 'user[email]': null + }; + + var expected = { + user: { + name: { 'pop[bob]': { test: 3 } }, + email: null + } + }; + + var result = qs.parse(input); + + st.deepEqual(result, expected); + st.end(); + }); + + t.test('does not blow up when Buffer global is missing', function (st) { + var restore = mockProperty(global, 'Buffer', { 'delete': true }); + + var result = qs.parse('a=b&c=d'); + + restore(); + + st.deepEqual(result, { a: 'b', c: 'd' }); + st.end(); + }); + + t.test('does not crash when parsing circular references', function (st) { + var a = {}; + a.b = a; + + var parsed; + + st.doesNotThrow(function () { + parsed = qs.parse({ 'foo[bar]': 'baz', 'foo[baz]': a }); + }); + + st.equal('foo' in parsed, true, 'parsed has "foo" property'); + st.equal('bar' in parsed.foo, true); + st.equal('baz' in parsed.foo, true); + st.equal(parsed.foo.bar, 'baz'); + st.deepEqual(parsed.foo.baz, a); + st.end(); + }); + + t.test('does not crash when parsing deep objects', function (st) { + var parsed; + var str = 'foo'; + + for (var i = 0; i < 5000; i++) { + str += '[p]'; + } + + str += '=bar'; + + st.doesNotThrow(function () { + parsed = qs.parse(str, { depth: 5000 }); + }); + + st.equal('foo' in parsed, true, 'parsed has "foo" property'); + + var depth = 0; + var ref = parsed.foo; + while ((ref = ref.p)) { + depth += 1; + } + + st.equal(depth, 5000, 'parsed is 5000 properties deep'); + + st.end(); + }); + + t.test('parses null objects correctly', { skip: !Object.create }, function (st) { + var a = Object.create(null); + a.b = 'c'; + + st.deepEqual(qs.parse(a), { b: 'c' }); + var result = qs.parse({ a: a }); + st.equal('a' in result, true, 'result has "a" property'); + st.deepEqual(result.a, a); + st.end(); + }); + + t.test('parses dates correctly', function (st) { + var now = new Date(); + st.deepEqual(qs.parse({ a: now }), { a: now }); + st.end(); + }); + + t.test('parses regular expressions correctly', function (st) { + var re = /^test$/; + st.deepEqual(qs.parse({ a: re }), { a: re }); + st.end(); + }); + + t.test('does not allow overwriting prototype properties', function (st) { + st.deepEqual(qs.parse('a[hasOwnProperty]=b', { allowPrototypes: false }), {}); + st.deepEqual(qs.parse('hasOwnProperty=b', { allowPrototypes: false }), {}); + + st.deepEqual( + qs.parse('toString', { allowPrototypes: false }), + {}, + 'bare "toString" results in {}' + ); + + st.end(); + }); + + t.test('can allow overwriting prototype properties', function (st) { + st.deepEqual(qs.parse('a[hasOwnProperty]=b', { allowPrototypes: true }), { a: { hasOwnProperty: 'b' } }); + st.deepEqual(qs.parse('hasOwnProperty=b', { allowPrototypes: true }), { hasOwnProperty: 'b' }); + + st.deepEqual( + qs.parse('toString', { allowPrototypes: true }), + { toString: '' }, + 'bare "toString" results in { toString: "" }' + ); + + st.end(); + }); + + t.test('does not crash when the global Object prototype is frozen', { skip: !hasPropertyDescriptors || !hasOverrideMistake }, function (st) { + // We can't actually freeze the global Object prototype as that will interfere with other tests, and once an object is frozen, it + // can't be unfrozen. Instead, we add a new non-writable property to simulate this. + st.teardown(mockProperty(Object.prototype, 'frozenProp', { value: 'foo', nonWritable: true, nonEnumerable: true })); + + st['throws']( + function () { + var obj = {}; + obj.frozenProp = 'bar'; + }, + // node < 6 has a different error message + /^TypeError: Cannot assign to read only property 'frozenProp' of (?:object '#'|#)/, + 'regular assignment of an inherited non-writable property throws' + ); + + var parsed; + st.doesNotThrow( + function () { + parsed = qs.parse('frozenProp', { allowPrototypes: false }); + }, + 'parsing a nonwritable Object.prototype property does not throw' + ); + + st.deepEqual(parsed, {}, 'bare "frozenProp" results in {}'); + + st.end(); + }); + + t.test('params starting with a closing bracket', function (st) { + st.deepEqual(qs.parse(']=toString'), { ']': 'toString' }); + st.deepEqual(qs.parse(']]=toString'), { ']]': 'toString' }); + st.deepEqual(qs.parse(']hello]=toString'), { ']hello]': 'toString' }); + st.end(); + }); + + t.test('params starting with a starting bracket', function (st) { + st.deepEqual(qs.parse('[=toString'), { '[': 'toString' }); + st.deepEqual(qs.parse('[[=toString'), { '[[': 'toString' }); + st.deepEqual(qs.parse('[hello[=toString'), { '[hello[': 'toString' }); + st.end(); + }); + + t.test('add keys to objects', function (st) { + st.deepEqual( + qs.parse('a[b]=c&a=d'), + { a: { b: 'c', d: true } }, + 'can add keys to objects' + ); + + st.deepEqual( + qs.parse('a[b]=c&a=toString'), + { a: { b: 'c' } }, + 'can not overwrite prototype' + ); + + st.deepEqual( + qs.parse('a[b]=c&a=toString', { allowPrototypes: true }), + { a: { b: 'c', toString: true } }, + 'can overwrite prototype with allowPrototypes true' + ); + + st.deepEqual( + qs.parse('a[b]=c&a=toString', { plainObjects: true }), + { __proto__: null, a: { __proto__: null, b: 'c', toString: true } }, + 'can overwrite prototype with plainObjects true' + ); + + st.end(); + }); + + t.test('dunder proto is ignored', function (st) { + var payload = 'categories[__proto__]=login&categories[__proto__]&categories[length]=42'; + var result = qs.parse(payload, { allowPrototypes: true }); + + st.deepEqual( + result, + { + categories: { + length: '42' + } + }, + 'silent [[Prototype]] payload' + ); + + var plainResult = qs.parse(payload, { allowPrototypes: true, plainObjects: true }); + + st.deepEqual( + plainResult, + { + __proto__: null, + categories: { + __proto__: null, + length: '42' + } + }, + 'silent [[Prototype]] payload: plain objects' + ); + + var query = qs.parse('categories[__proto__]=cats&categories[__proto__]=dogs&categories[some][json]=toInject', { allowPrototypes: true }); + + st.notOk(Array.isArray(query.categories), 'is not an array'); + st.notOk(query.categories instanceof Array, 'is not instanceof an array'); + st.deepEqual(query.categories, { some: { json: 'toInject' } }); + st.equal(JSON.stringify(query.categories), '{"some":{"json":"toInject"}}', 'stringifies as a non-array'); + + st.deepEqual( + qs.parse('foo[__proto__][hidden]=value&foo[bar]=stuffs', { allowPrototypes: true }), + { + foo: { + bar: 'stuffs' + } + }, + 'hidden values' + ); + + st.deepEqual( + qs.parse('foo[__proto__][hidden]=value&foo[bar]=stuffs', { allowPrototypes: true, plainObjects: true }), + { + __proto__: null, + foo: { + __proto__: null, + bar: 'stuffs' + } + }, + 'hidden values: plain objects' + ); + + st.end(); + }); + + t.test('can return null objects', { skip: !Object.create }, function (st) { + var expected = Object.create(null); + expected.a = Object.create(null); + expected.a.b = 'c'; + expected.a.hasOwnProperty = 'd'; + st.deepEqual(qs.parse('a[b]=c&a[hasOwnProperty]=d', { plainObjects: true }), expected); + st.deepEqual(qs.parse(null, { plainObjects: true }), Object.create(null)); + var expectedArray = Object.create(null); + expectedArray.a = Object.create(null); + expectedArray.a[0] = 'b'; + expectedArray.a.c = 'd'; + st.deepEqual(qs.parse('a[]=b&a[c]=d', { plainObjects: true }), expectedArray); + st.end(); + }); + + t.test('can parse with custom encoding', function (st) { + st.deepEqual(qs.parse('%8c%a7=%91%e5%8d%e3%95%7b', { + decoder: function (str) { + var reg = /%([0-9A-F]{2})/ig; + var result = []; + var parts = reg.exec(str); + while (parts) { + result.push(parseInt(parts[1], 16)); + parts = reg.exec(str); + } + return String(iconv.decode(SaferBuffer.from(result), 'shift_jis')); + } + }), { 県: '大阪府' }); + st.end(); + }); + + t.test('receives the default decoder as a second argument', function (st) { + st.plan(1); + qs.parse('a', { + decoder: function (str, defaultDecoder) { + st.equal(defaultDecoder, utils.decode); + } + }); + st.end(); + }); + + t.test('throws error with wrong decoder', function (st) { + st['throws'](function () { + qs.parse({}, { decoder: 'string' }); + }, new TypeError('Decoder has to be a function.')); + st.end(); + }); + + t.test('does not mutate the options argument', function (st) { + var options = {}; + qs.parse('a[b]=true', options); + st.deepEqual(options, {}); + st.end(); + }); + + t.test('throws if an invalid charset is specified', function (st) { + st['throws'](function () { + qs.parse('a=b', { charset: 'foobar' }); + }, new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined')); + st.end(); + }); + + t.test('parses an iso-8859-1 string if asked to', function (st) { + st.deepEqual(qs.parse('%A2=%BD', { charset: 'iso-8859-1' }), { '¢': '½' }); + st.end(); + }); + + var urlEncodedCheckmarkInUtf8 = '%E2%9C%93'; + var urlEncodedOSlashInUtf8 = '%C3%B8'; + var urlEncodedNumCheckmark = '%26%2310003%3B'; + var urlEncodedNumSmiley = '%26%239786%3B'; + + t.test('prefers an utf-8 charset specified by the utf8 sentinel to a default charset of iso-8859-1', function (st) { + st.deepEqual(qs.parse('utf8=' + urlEncodedCheckmarkInUtf8 + '&' + urlEncodedOSlashInUtf8 + '=' + urlEncodedOSlashInUtf8, { charsetSentinel: true, charset: 'iso-8859-1' }), { ø: 'ø' }); + st.end(); + }); + + t.test('prefers an iso-8859-1 charset specified by the utf8 sentinel to a default charset of utf-8', function (st) { + st.deepEqual(qs.parse('utf8=' + urlEncodedNumCheckmark + '&' + urlEncodedOSlashInUtf8 + '=' + urlEncodedOSlashInUtf8, { charsetSentinel: true, charset: 'utf-8' }), { 'ø': 'ø' }); + st.end(); + }); + + t.test('does not require the utf8 sentinel to be defined before the parameters whose decoding it affects', function (st) { + st.deepEqual(qs.parse('a=' + urlEncodedOSlashInUtf8 + '&utf8=' + urlEncodedNumCheckmark, { charsetSentinel: true, charset: 'utf-8' }), { a: 'ø' }); + st.end(); + }); + + t.test('should ignore an utf8 sentinel with an unknown value', function (st) { + st.deepEqual(qs.parse('utf8=foo&' + urlEncodedOSlashInUtf8 + '=' + urlEncodedOSlashInUtf8, { charsetSentinel: true, charset: 'utf-8' }), { ø: 'ø' }); + st.end(); + }); + + t.test('uses the utf8 sentinel to switch to utf-8 when no default charset is given', function (st) { + st.deepEqual(qs.parse('utf8=' + urlEncodedCheckmarkInUtf8 + '&' + urlEncodedOSlashInUtf8 + '=' + urlEncodedOSlashInUtf8, { charsetSentinel: true }), { ø: 'ø' }); + st.end(); + }); + + t.test('uses the utf8 sentinel to switch to iso-8859-1 when no default charset is given', function (st) { + st.deepEqual(qs.parse('utf8=' + urlEncodedNumCheckmark + '&' + urlEncodedOSlashInUtf8 + '=' + urlEncodedOSlashInUtf8, { charsetSentinel: true }), { 'ø': 'ø' }); + st.end(); + }); + + t.test('interprets numeric entities in iso-8859-1 when `interpretNumericEntities`', function (st) { + st.deepEqual(qs.parse('foo=' + urlEncodedNumSmiley, { charset: 'iso-8859-1', interpretNumericEntities: true }), { foo: '☺' }); + st.end(); + }); + + t.test('handles a custom decoder returning `null`, in the `iso-8859-1` charset, when `interpretNumericEntities`', function (st) { + st.deepEqual(qs.parse('foo=&bar=' + urlEncodedNumSmiley, { + charset: 'iso-8859-1', + decoder: function (str, defaultDecoder, charset) { + return str ? defaultDecoder(str, defaultDecoder, charset) : null; + }, + interpretNumericEntities: true + }), { foo: null, bar: '☺' }); + st.end(); + }); + + t.test('does not interpret numeric entities in iso-8859-1 when `interpretNumericEntities` is absent', function (st) { + st.deepEqual(qs.parse('foo=' + urlEncodedNumSmiley, { charset: 'iso-8859-1' }), { foo: '☺' }); + st.end(); + }); + + t.test('does not interpret numeric entities when the charset is utf-8, even when `interpretNumericEntities`', function (st) { + st.deepEqual(qs.parse('foo=' + urlEncodedNumSmiley, { charset: 'utf-8', interpretNumericEntities: true }), { foo: '☺' }); + st.end(); + }); + + t.test('does not interpret %uXXXX syntax in iso-8859-1 mode', function (st) { + st.deepEqual(qs.parse('%u263A=%u263A', { charset: 'iso-8859-1' }), { '%u263A': '%u263A' }); + st.end(); + }); + + t.test('allows for decoding keys and values differently', function (st) { + var decoder = function (str, defaultDecoder, charset, type) { + if (type === 'key') { + return defaultDecoder(str, defaultDecoder, charset, type).toLowerCase(); + } + if (type === 'value') { + return defaultDecoder(str, defaultDecoder, charset, type).toUpperCase(); + } + throw 'this should never happen! type: ' + type; + }; + + st.deepEqual(qs.parse('KeY=vAlUe', { decoder: decoder }), { key: 'VALUE' }); + st.end(); + }); + + t.end(); +}); + +test('parses empty keys', function (t) { + emptyTestCases.forEach(function (testCase) { + t.test('skips empty string key with ' + testCase.input, function (st) { + st.deepEqual(qs.parse(testCase.input), testCase.noEmptyKeys); + + st.end(); + }); + }); +}); + +test('`duplicates` option', function (t) { + v.nonStrings.concat('not a valid option').forEach(function (invalidOption) { + if (typeof invalidOption !== 'undefined') { + t['throws']( + function () { qs.parse('', { duplicates: invalidOption }); }, + TypeError, + 'throws on invalid option: ' + inspect(invalidOption) + ); + } + }); + + t.deepEqual( + qs.parse('foo=bar&foo=baz'), + { foo: ['bar', 'baz'] }, + 'duplicates: default, combine' + ); + + t.deepEqual( + qs.parse('foo=bar&foo=baz', { duplicates: 'combine' }), + { foo: ['bar', 'baz'] }, + 'duplicates: combine' + ); + + t.deepEqual( + qs.parse('foo=bar&foo=baz', { duplicates: 'first' }), + { foo: 'bar' }, + 'duplicates: first' + ); + + t.deepEqual( + qs.parse('foo=bar&foo=baz', { duplicates: 'last' }), + { foo: 'baz' }, + 'duplicates: last' + ); + + t.end(); +}); + +test('qs strictDepth option - throw cases', function (t) { + t.test('throws an exception when depth exceeds the limit with strictDepth: true', function (st) { + st['throws']( + function () { + qs.parse('a[b][c][d][e][f][g][h][i]=j', { depth: 1, strictDepth: true }); + }, + RangeError, + 'Should throw RangeError' + ); + st.end(); + }); + + t.test('throws an exception for multiple nested arrays with strictDepth: true', function (st) { + st['throws']( + function () { + qs.parse('a[0][1][2][3][4]=b', { depth: 3, strictDepth: true }); + }, + RangeError, + 'Should throw RangeError' + ); + st.end(); + }); + + t.test('throws an exception for nested objects and arrays with strictDepth: true', function (st) { + st['throws']( + function () { + qs.parse('a[b][c][0][d][e]=f', { depth: 3, strictDepth: true }); + }, + RangeError, + 'Should throw RangeError' + ); + st.end(); + }); + + t.test('throws an exception for different types of values with strictDepth: true', function (st) { + st['throws']( + function () { + qs.parse('a[b][c][d][e]=true&a[b][c][d][f]=42', { depth: 3, strictDepth: true }); + }, + RangeError, + 'Should throw RangeError' + ); + st.end(); + }); + +}); + +test('qs strictDepth option - non-throw cases', function (t) { + t.test('when depth is 0 and strictDepth true, do not throw', function (st) { + st.doesNotThrow( + function () { + qs.parse('a[b][c][d][e]=true&a[b][c][d][f]=42', { depth: 0, strictDepth: true }); + }, + RangeError, + 'Should not throw RangeError' + ); + st.end(); + }); + + t.test('parses successfully when depth is within the limit with strictDepth: true', function (st) { + st.doesNotThrow( + function () { + var result = qs.parse('a[b]=c', { depth: 1, strictDepth: true }); + st.deepEqual(result, { a: { b: 'c' } }, 'Should parse correctly'); + } + ); + st.end(); + }); + + t.test('does not throw an exception when depth exceeds the limit with strictDepth: false', function (st) { + st.doesNotThrow( + function () { + var result = qs.parse('a[b][c][d][e][f][g][h][i]=j', { depth: 1 }); + st.deepEqual(result, { a: { b: { '[c][d][e][f][g][h][i]': 'j' } } }, 'Should parse with depth limit'); + } + ); + st.end(); + }); + + t.test('parses successfully when depth is within the limit with strictDepth: false', function (st) { + st.doesNotThrow( + function () { + var result = qs.parse('a[b]=c', { depth: 1 }); + st.deepEqual(result, { a: { b: 'c' } }, 'Should parse correctly'); + } + ); + st.end(); + }); + + t.test('does not throw when depth is exactly at the limit with strictDepth: true', function (st) { + st.doesNotThrow( + function () { + var result = qs.parse('a[b][c]=d', { depth: 2, strictDepth: true }); + st.deepEqual(result, { a: { b: { c: 'd' } } }, 'Should parse correctly'); + } + ); + st.end(); + }); +}); diff --git a/node_modules/qs/test/stringify.js b/node_modules/qs/test/stringify.js new file mode 100644 index 0000000..12b1c71 --- /dev/null +++ b/node_modules/qs/test/stringify.js @@ -0,0 +1,1298 @@ +'use strict'; + +var test = require('tape'); +var qs = require('../'); +var utils = require('../lib/utils'); +var iconv = require('iconv-lite'); +var SaferBuffer = require('safer-buffer').Buffer; +var hasSymbols = require('has-symbols'); +var mockProperty = require('mock-property'); +var emptyTestCases = require('./empty-keys-cases').emptyTestCases; +var hasBigInt = typeof BigInt === 'function'; + +test('stringify()', function (t) { + t.test('stringifies a querystring object', function (st) { + st.equal(qs.stringify({ a: 'b' }), 'a=b'); + st.equal(qs.stringify({ a: 1 }), 'a=1'); + st.equal(qs.stringify({ a: 1, b: 2 }), 'a=1&b=2'); + st.equal(qs.stringify({ a: 'A_Z' }), 'a=A_Z'); + st.equal(qs.stringify({ a: '€' }), 'a=%E2%82%AC'); + st.equal(qs.stringify({ a: '' }), 'a=%EE%80%80'); + st.equal(qs.stringify({ a: 'א' }), 'a=%D7%90'); + st.equal(qs.stringify({ a: '𐐷' }), 'a=%F0%90%90%B7'); + st.end(); + }); + + t.test('stringifies falsy values', function (st) { + st.equal(qs.stringify(undefined), ''); + st.equal(qs.stringify(null), ''); + st.equal(qs.stringify(null, { strictNullHandling: true }), ''); + st.equal(qs.stringify(false), ''); + st.equal(qs.stringify(0), ''); + st.end(); + }); + + t.test('stringifies symbols', { skip: !hasSymbols() }, function (st) { + st.equal(qs.stringify(Symbol.iterator), ''); + st.equal(qs.stringify([Symbol.iterator]), '0=Symbol%28Symbol.iterator%29'); + st.equal(qs.stringify({ a: Symbol.iterator }), 'a=Symbol%28Symbol.iterator%29'); + st.equal( + qs.stringify({ a: [Symbol.iterator] }, { encodeValuesOnly: true, arrayFormat: 'brackets' }), + 'a[]=Symbol%28Symbol.iterator%29' + ); + st.end(); + }); + + t.test('stringifies bigints', { skip: !hasBigInt }, function (st) { + var three = BigInt(3); + var encodeWithN = function (value, defaultEncoder, charset) { + var result = defaultEncoder(value, defaultEncoder, charset); + return typeof value === 'bigint' ? result + 'n' : result; + }; + st.equal(qs.stringify(three), ''); + st.equal(qs.stringify([three]), '0=3'); + st.equal(qs.stringify([three], { encoder: encodeWithN }), '0=3n'); + st.equal(qs.stringify({ a: three }), 'a=3'); + st.equal(qs.stringify({ a: three }, { encoder: encodeWithN }), 'a=3n'); + st.equal( + qs.stringify({ a: [three] }, { encodeValuesOnly: true, arrayFormat: 'brackets' }), + 'a[]=3' + ); + st.equal( + qs.stringify({ a: [three] }, { encodeValuesOnly: true, encoder: encodeWithN, arrayFormat: 'brackets' }), + 'a[]=3n' + ); + st.end(); + }); + + t.test('encodes dot in key of object when encodeDotInKeys and allowDots is provided', function (st) { + st.equal( + qs.stringify( + { 'name.obj': { first: 'John', last: 'Doe' } }, + { allowDots: false, encodeDotInKeys: false } + ), + 'name.obj%5Bfirst%5D=John&name.obj%5Blast%5D=Doe', + 'with allowDots false and encodeDotInKeys false' + ); + st.equal( + qs.stringify( + { 'name.obj': { first: 'John', last: 'Doe' } }, + { allowDots: true, encodeDotInKeys: false } + ), + 'name.obj.first=John&name.obj.last=Doe', + 'with allowDots true and encodeDotInKeys false' + ); + st.equal( + qs.stringify( + { 'name.obj': { first: 'John', last: 'Doe' } }, + { allowDots: false, encodeDotInKeys: true } + ), + 'name%252Eobj%5Bfirst%5D=John&name%252Eobj%5Blast%5D=Doe', + 'with allowDots false and encodeDotInKeys true' + ); + st.equal( + qs.stringify( + { 'name.obj': { first: 'John', last: 'Doe' } }, + { allowDots: true, encodeDotInKeys: true } + ), + 'name%252Eobj.first=John&name%252Eobj.last=Doe', + 'with allowDots true and encodeDotInKeys true' + ); + + st.equal( + qs.stringify( + { 'name.obj.subobject': { 'first.godly.name': 'John', last: 'Doe' } }, + { allowDots: false, encodeDotInKeys: false } + ), + 'name.obj.subobject%5Bfirst.godly.name%5D=John&name.obj.subobject%5Blast%5D=Doe', + 'with allowDots false and encodeDotInKeys false' + ); + st.equal( + qs.stringify( + { 'name.obj.subobject': { 'first.godly.name': 'John', last: 'Doe' } }, + { allowDots: true, encodeDotInKeys: false } + ), + 'name.obj.subobject.first.godly.name=John&name.obj.subobject.last=Doe', + 'with allowDots false and encodeDotInKeys false' + ); + st.equal( + qs.stringify( + { 'name.obj.subobject': { 'first.godly.name': 'John', last: 'Doe' } }, + { allowDots: false, encodeDotInKeys: true } + ), + 'name%252Eobj%252Esubobject%5Bfirst.godly.name%5D=John&name%252Eobj%252Esubobject%5Blast%5D=Doe', + 'with allowDots false and encodeDotInKeys true' + ); + st.equal( + qs.stringify( + { 'name.obj.subobject': { 'first.godly.name': 'John', last: 'Doe' } }, + { allowDots: true, encodeDotInKeys: true } + ), + 'name%252Eobj%252Esubobject.first%252Egodly%252Ename=John&name%252Eobj%252Esubobject.last=Doe', + 'with allowDots true and encodeDotInKeys true' + ); + + st.end(); + }); + + t.test('should encode dot in key of object, and automatically set allowDots to `true` when encodeDotInKeys is true and allowDots in undefined', function (st) { + st.equal( + qs.stringify( + { 'name.obj.subobject': { 'first.godly.name': 'John', last: 'Doe' } }, + { encodeDotInKeys: true } + ), + 'name%252Eobj%252Esubobject.first%252Egodly%252Ename=John&name%252Eobj%252Esubobject.last=Doe', + 'with allowDots undefined and encodeDotInKeys true' + ); + st.end(); + }); + + t.test('should encode dot in key of object when encodeDotInKeys and allowDots is provided, and nothing else when encodeValuesOnly is provided', function (st) { + st.equal( + qs.stringify({ 'name.obj': { first: 'John', last: 'Doe' } }, { + encodeDotInKeys: true, allowDots: true, encodeValuesOnly: true + }), + 'name%2Eobj.first=John&name%2Eobj.last=Doe' + ); + + st.equal( + qs.stringify({ 'name.obj.subobject': { 'first.godly.name': 'John', last: 'Doe' } }, { allowDots: true, encodeDotInKeys: true, encodeValuesOnly: true }), + 'name%2Eobj%2Esubobject.first%2Egodly%2Ename=John&name%2Eobj%2Esubobject.last=Doe' + ); + + st.end(); + }); + + t.test('throws when `commaRoundTrip` is not a boolean', function (st) { + st['throws']( + function () { qs.stringify({}, { commaRoundTrip: 'not a boolean' }); }, + TypeError, + 'throws when `commaRoundTrip` is not a boolean' + ); + + st.end(); + }); + + t.test('throws when `encodeDotInKeys` is not a boolean', function (st) { + st['throws']( + function () { qs.stringify({ a: [], b: 'zz' }, { encodeDotInKeys: 'foobar' }); }, + TypeError + ); + + st['throws']( + function () { qs.stringify({ a: [], b: 'zz' }, { encodeDotInKeys: 0 }); }, + TypeError + ); + + st['throws']( + function () { qs.stringify({ a: [], b: 'zz' }, { encodeDotInKeys: NaN }); }, + TypeError + ); + + st['throws']( + function () { qs.stringify({ a: [], b: 'zz' }, { encodeDotInKeys: null }); }, + TypeError + ); + + st.end(); + }); + + t.test('adds query prefix', function (st) { + st.equal(qs.stringify({ a: 'b' }, { addQueryPrefix: true }), '?a=b'); + st.end(); + }); + + t.test('with query prefix, outputs blank string given an empty object', function (st) { + st.equal(qs.stringify({}, { addQueryPrefix: true }), ''); + st.end(); + }); + + t.test('stringifies nested falsy values', function (st) { + st.equal(qs.stringify({ a: { b: { c: null } } }), 'a%5Bb%5D%5Bc%5D='); + st.equal(qs.stringify({ a: { b: { c: null } } }, { strictNullHandling: true }), 'a%5Bb%5D%5Bc%5D'); + st.equal(qs.stringify({ a: { b: { c: false } } }), 'a%5Bb%5D%5Bc%5D=false'); + st.end(); + }); + + t.test('stringifies a nested object', function (st) { + st.equal(qs.stringify({ a: { b: 'c' } }), 'a%5Bb%5D=c'); + st.equal(qs.stringify({ a: { b: { c: { d: 'e' } } } }), 'a%5Bb%5D%5Bc%5D%5Bd%5D=e'); + st.end(); + }); + + t.test('`allowDots` option: stringifies a nested object with dots notation', function (st) { + st.equal(qs.stringify({ a: { b: 'c' } }, { allowDots: true }), 'a.b=c'); + st.equal(qs.stringify({ a: { b: { c: { d: 'e' } } } }, { allowDots: true }), 'a.b.c.d=e'); + st.end(); + }); + + t.test('stringifies an array value', function (st) { + st.equal( + qs.stringify({ a: ['b', 'c', 'd'] }, { arrayFormat: 'indices' }), + 'a%5B0%5D=b&a%5B1%5D=c&a%5B2%5D=d', + 'indices => indices' + ); + st.equal( + qs.stringify({ a: ['b', 'c', 'd'] }, { arrayFormat: 'brackets' }), + 'a%5B%5D=b&a%5B%5D=c&a%5B%5D=d', + 'brackets => brackets' + ); + st.equal( + qs.stringify({ a: ['b', 'c', 'd'] }, { arrayFormat: 'comma' }), + 'a=b%2Cc%2Cd', + 'comma => comma' + ); + st.equal( + qs.stringify({ a: ['b', 'c', 'd'] }, { arrayFormat: 'comma', commaRoundTrip: true }), + 'a=b%2Cc%2Cd', + 'comma round trip => comma' + ); + st.equal( + qs.stringify({ a: ['b', 'c', 'd'] }), + 'a%5B0%5D=b&a%5B1%5D=c&a%5B2%5D=d', + 'default => indices' + ); + st.end(); + }); + + t.test('`skipNulls` option', function (st) { + st.equal( + qs.stringify({ a: 'b', c: null }, { skipNulls: true }), + 'a=b', + 'omits nulls when asked' + ); + + st.equal( + qs.stringify({ a: { b: 'c', d: null } }, { skipNulls: true }), + 'a%5Bb%5D=c', + 'omits nested nulls when asked' + ); + + st.end(); + }); + + t.test('omits array indices when asked', function (st) { + st.equal(qs.stringify({ a: ['b', 'c', 'd'] }, { indices: false }), 'a=b&a=c&a=d'); + + st.end(); + }); + + t.test('omits object key/value pair when value is empty array', function (st) { + st.equal(qs.stringify({ a: [], b: 'zz' }), 'b=zz'); + + st.end(); + }); + + t.test('should not omit object key/value pair when value is empty array and when asked', function (st) { + st.equal(qs.stringify({ a: [], b: 'zz' }), 'b=zz'); + st.equal(qs.stringify({ a: [], b: 'zz' }, { allowEmptyArrays: false }), 'b=zz'); + st.equal(qs.stringify({ a: [], b: 'zz' }, { allowEmptyArrays: true }), 'a[]&b=zz'); + + st.end(); + }); + + t.test('should throw when allowEmptyArrays is not of type boolean', function (st) { + st['throws']( + function () { qs.stringify({ a: [], b: 'zz' }, { allowEmptyArrays: 'foobar' }); }, + TypeError + ); + + st['throws']( + function () { qs.stringify({ a: [], b: 'zz' }, { allowEmptyArrays: 0 }); }, + TypeError + ); + + st['throws']( + function () { qs.stringify({ a: [], b: 'zz' }, { allowEmptyArrays: NaN }); }, + TypeError + ); + + st['throws']( + function () { qs.stringify({ a: [], b: 'zz' }, { allowEmptyArrays: null }); }, + TypeError + ); + + st.end(); + }); + + t.test('allowEmptyArrays + strictNullHandling', function (st) { + st.equal( + qs.stringify( + { testEmptyArray: [] }, + { strictNullHandling: true, allowEmptyArrays: true } + ), + 'testEmptyArray[]' + ); + + st.end(); + }); + + t.test('stringifies an array value with one item vs multiple items', function (st) { + st.test('non-array item', function (s2t) { + s2t.equal(qs.stringify({ a: 'c' }, { encodeValuesOnly: true, arrayFormat: 'indices' }), 'a=c'); + s2t.equal(qs.stringify({ a: 'c' }, { encodeValuesOnly: true, arrayFormat: 'brackets' }), 'a=c'); + s2t.equal(qs.stringify({ a: 'c' }, { encodeValuesOnly: true, arrayFormat: 'comma' }), 'a=c'); + s2t.equal(qs.stringify({ a: 'c' }, { encodeValuesOnly: true }), 'a=c'); + + s2t.end(); + }); + + st.test('array with a single item', function (s2t) { + s2t.equal(qs.stringify({ a: ['c'] }, { encodeValuesOnly: true, arrayFormat: 'indices' }), 'a[0]=c'); + s2t.equal(qs.stringify({ a: ['c'] }, { encodeValuesOnly: true, arrayFormat: 'brackets' }), 'a[]=c'); + s2t.equal(qs.stringify({ a: ['c'] }, { encodeValuesOnly: true, arrayFormat: 'comma' }), 'a=c'); + s2t.equal(qs.stringify({ a: ['c'] }, { encodeValuesOnly: true, arrayFormat: 'comma', commaRoundTrip: true }), 'a[]=c'); // so it parses back as an array + s2t.equal(qs.stringify({ a: ['c'] }, { encodeValuesOnly: true }), 'a[0]=c'); + + s2t.end(); + }); + + st.test('array with multiple items', function (s2t) { + s2t.equal(qs.stringify({ a: ['c', 'd'] }, { encodeValuesOnly: true, arrayFormat: 'indices' }), 'a[0]=c&a[1]=d'); + s2t.equal(qs.stringify({ a: ['c', 'd'] }, { encodeValuesOnly: true, arrayFormat: 'brackets' }), 'a[]=c&a[]=d'); + s2t.equal(qs.stringify({ a: ['c', 'd'] }, { encodeValuesOnly: true, arrayFormat: 'comma' }), 'a=c,d'); + s2t.equal(qs.stringify({ a: ['c', 'd'] }, { encodeValuesOnly: true, arrayFormat: 'comma', commaRoundTrip: true }), 'a=c,d'); + s2t.equal(qs.stringify({ a: ['c', 'd'] }, { encodeValuesOnly: true }), 'a[0]=c&a[1]=d'); + + s2t.end(); + }); + + st.test('array with multiple items with a comma inside', function (s2t) { + s2t.equal(qs.stringify({ a: ['c,d', 'e'] }, { encodeValuesOnly: true, arrayFormat: 'comma' }), 'a=c%2Cd,e'); + s2t.equal(qs.stringify({ a: ['c,d', 'e'] }, { arrayFormat: 'comma' }), 'a=c%2Cd%2Ce'); + + s2t.equal(qs.stringify({ a: ['c,d', 'e'] }, { encodeValuesOnly: true, arrayFormat: 'comma', commaRoundTrip: true }), 'a=c%2Cd,e'); + s2t.equal(qs.stringify({ a: ['c,d', 'e'] }, { arrayFormat: 'comma', commaRoundTrip: true }), 'a=c%2Cd%2Ce'); + + s2t.end(); + }); + + st.end(); + }); + + t.test('stringifies a nested array value', function (st) { + st.equal(qs.stringify({ a: { b: ['c', 'd'] } }, { encodeValuesOnly: true, arrayFormat: 'indices' }), 'a[b][0]=c&a[b][1]=d'); + st.equal(qs.stringify({ a: { b: ['c', 'd'] } }, { encodeValuesOnly: true, arrayFormat: 'brackets' }), 'a[b][]=c&a[b][]=d'); + st.equal(qs.stringify({ a: { b: ['c', 'd'] } }, { encodeValuesOnly: true, arrayFormat: 'comma' }), 'a[b]=c,d'); + st.equal(qs.stringify({ a: { b: ['c', 'd'] } }, { encodeValuesOnly: true }), 'a[b][0]=c&a[b][1]=d'); + st.end(); + }); + + t.test('stringifies comma and empty array values', function (st) { + st.equal(qs.stringify({ a: [',', '', 'c,d%'] }, { encode: false, arrayFormat: 'indices' }), 'a[0]=,&a[1]=&a[2]=c,d%'); + st.equal(qs.stringify({ a: [',', '', 'c,d%'] }, { encode: false, arrayFormat: 'brackets' }), 'a[]=,&a[]=&a[]=c,d%'); + st.equal(qs.stringify({ a: [',', '', 'c,d%'] }, { encode: false, arrayFormat: 'comma' }), 'a=,,,c,d%'); + st.equal(qs.stringify({ a: [',', '', 'c,d%'] }, { encode: false, arrayFormat: 'repeat' }), 'a=,&a=&a=c,d%'); + + st.equal(qs.stringify({ a: [',', '', 'c,d%'] }, { encode: true, encodeValuesOnly: true, arrayFormat: 'indices' }), 'a[0]=%2C&a[1]=&a[2]=c%2Cd%25'); + st.equal(qs.stringify({ a: [',', '', 'c,d%'] }, { encode: true, encodeValuesOnly: true, arrayFormat: 'brackets' }), 'a[]=%2C&a[]=&a[]=c%2Cd%25'); + st.equal(qs.stringify({ a: [',', '', 'c,d%'] }, { encode: true, encodeValuesOnly: true, arrayFormat: 'comma' }), 'a=%2C,,c%2Cd%25'); + st.equal(qs.stringify({ a: [',', '', 'c,d%'] }, { encode: true, encodeValuesOnly: true, arrayFormat: 'repeat' }), 'a=%2C&a=&a=c%2Cd%25'); + + st.equal(qs.stringify({ a: [',', '', 'c,d%'] }, { encode: true, encodeValuesOnly: false, arrayFormat: 'indices' }), 'a%5B0%5D=%2C&a%5B1%5D=&a%5B2%5D=c%2Cd%25'); + st.equal(qs.stringify({ a: [',', '', 'c,d%'] }, { encode: true, encodeValuesOnly: false, arrayFormat: 'brackets' }), 'a%5B%5D=%2C&a%5B%5D=&a%5B%5D=c%2Cd%25'); + st.equal(qs.stringify({ a: [',', '', 'c,d%'] }, { encode: true, encodeValuesOnly: false, arrayFormat: 'comma' }), 'a=%2C%2C%2Cc%2Cd%25'); + st.equal(qs.stringify({ a: [',', '', 'c,d%'] }, { encode: true, encodeValuesOnly: false, arrayFormat: 'repeat' }), 'a=%2C&a=&a=c%2Cd%25'); + + st.end(); + }); + + t.test('stringifies comma and empty non-array values', function (st) { + st.equal(qs.stringify({ a: ',', b: '', c: 'c,d%' }, { encode: false, arrayFormat: 'indices' }), 'a=,&b=&c=c,d%'); + st.equal(qs.stringify({ a: ',', b: '', c: 'c,d%' }, { encode: false, arrayFormat: 'brackets' }), 'a=,&b=&c=c,d%'); + st.equal(qs.stringify({ a: ',', b: '', c: 'c,d%' }, { encode: false, arrayFormat: 'comma' }), 'a=,&b=&c=c,d%'); + st.equal(qs.stringify({ a: ',', b: '', c: 'c,d%' }, { encode: false, arrayFormat: 'repeat' }), 'a=,&b=&c=c,d%'); + + st.equal(qs.stringify({ a: ',', b: '', c: 'c,d%' }, { encode: true, encodeValuesOnly: true, arrayFormat: 'indices' }), 'a=%2C&b=&c=c%2Cd%25'); + st.equal(qs.stringify({ a: ',', b: '', c: 'c,d%' }, { encode: true, encodeValuesOnly: true, arrayFormat: 'brackets' }), 'a=%2C&b=&c=c%2Cd%25'); + st.equal(qs.stringify({ a: ',', b: '', c: 'c,d%' }, { encode: true, encodeValuesOnly: true, arrayFormat: 'comma' }), 'a=%2C&b=&c=c%2Cd%25'); + st.equal(qs.stringify({ a: ',', b: '', c: 'c,d%' }, { encode: true, encodeValuesOnly: true, arrayFormat: 'repeat' }), 'a=%2C&b=&c=c%2Cd%25'); + + st.equal(qs.stringify({ a: ',', b: '', c: 'c,d%' }, { encode: true, encodeValuesOnly: false, arrayFormat: 'indices' }), 'a=%2C&b=&c=c%2Cd%25'); + st.equal(qs.stringify({ a: ',', b: '', c: 'c,d%' }, { encode: true, encodeValuesOnly: false, arrayFormat: 'brackets' }), 'a=%2C&b=&c=c%2Cd%25'); + st.equal(qs.stringify({ a: ',', b: '', c: 'c,d%' }, { encode: true, encodeValuesOnly: false, arrayFormat: 'comma' }), 'a=%2C&b=&c=c%2Cd%25'); + st.equal(qs.stringify({ a: ',', b: '', c: 'c,d%' }, { encode: true, encodeValuesOnly: false, arrayFormat: 'repeat' }), 'a=%2C&b=&c=c%2Cd%25'); + + st.end(); + }); + + t.test('stringifies a nested array value with dots notation', function (st) { + st.equal( + qs.stringify( + { a: { b: ['c', 'd'] } }, + { allowDots: true, encodeValuesOnly: true, arrayFormat: 'indices' } + ), + 'a.b[0]=c&a.b[1]=d', + 'indices: stringifies with dots + indices' + ); + st.equal( + qs.stringify( + { a: { b: ['c', 'd'] } }, + { allowDots: true, encodeValuesOnly: true, arrayFormat: 'brackets' } + ), + 'a.b[]=c&a.b[]=d', + 'brackets: stringifies with dots + brackets' + ); + st.equal( + qs.stringify( + { a: { b: ['c', 'd'] } }, + { allowDots: true, encodeValuesOnly: true, arrayFormat: 'comma' } + ), + 'a.b=c,d', + 'comma: stringifies with dots + comma' + ); + st.equal( + qs.stringify( + { a: { b: ['c', 'd'] } }, + { allowDots: true, encodeValuesOnly: true } + ), + 'a.b[0]=c&a.b[1]=d', + 'default: stringifies with dots + indices' + ); + st.end(); + }); + + t.test('stringifies an object inside an array', function (st) { + st.equal( + qs.stringify({ a: [{ b: 'c' }] }, { arrayFormat: 'indices', encodeValuesOnly: true }), + 'a[0][b]=c', + 'indices => indices' + ); + st.equal( + qs.stringify({ a: [{ b: 'c' }] }, { arrayFormat: 'repeat', encodeValuesOnly: true }), + 'a[b]=c', + 'repeat => repeat' + ); + st.equal( + qs.stringify({ a: [{ b: 'c' }] }, { arrayFormat: 'brackets', encodeValuesOnly: true }), + 'a[][b]=c', + 'brackets => brackets' + ); + st.equal( + qs.stringify({ a: [{ b: 'c' }] }, { encodeValuesOnly: true }), + 'a[0][b]=c', + 'default => indices' + ); + + st.equal( + qs.stringify({ a: [{ b: { c: [1] } }] }, { arrayFormat: 'indices', encodeValuesOnly: true }), + 'a[0][b][c][0]=1', + 'indices => indices' + ); + st.equal( + qs.stringify({ a: [{ b: { c: [1] } }] }, { arrayFormat: 'repeat', encodeValuesOnly: true }), + 'a[b][c]=1', + 'repeat => repeat' + ); + st.equal( + qs.stringify({ a: [{ b: { c: [1] } }] }, { arrayFormat: 'brackets', encodeValuesOnly: true }), + 'a[][b][c][]=1', + 'brackets => brackets' + ); + st.equal( + qs.stringify({ a: [{ b: { c: [1] } }] }, { encodeValuesOnly: true }), + 'a[0][b][c][0]=1', + 'default => indices' + ); + + st.end(); + }); + + t.test('stringifies an array with mixed objects and primitives', function (st) { + st.equal( + qs.stringify({ a: [{ b: 1 }, 2, 3] }, { encodeValuesOnly: true, arrayFormat: 'indices' }), + 'a[0][b]=1&a[1]=2&a[2]=3', + 'indices => indices' + ); + st.equal( + qs.stringify({ a: [{ b: 1 }, 2, 3] }, { encodeValuesOnly: true, arrayFormat: 'brackets' }), + 'a[][b]=1&a[]=2&a[]=3', + 'brackets => brackets' + ); + st.equal( + qs.stringify({ a: [{ b: 1 }, 2, 3] }, { encodeValuesOnly: true, arrayFormat: 'comma' }), + '???', + 'brackets => brackets', + { skip: 'TODO: figure out what this should do' } + ); + st.equal( + qs.stringify({ a: [{ b: 1 }, 2, 3] }, { encodeValuesOnly: true }), + 'a[0][b]=1&a[1]=2&a[2]=3', + 'default => indices' + ); + + st.end(); + }); + + t.test('stringifies an object inside an array with dots notation', function (st) { + st.equal( + qs.stringify( + { a: [{ b: 'c' }] }, + { allowDots: true, encode: false, arrayFormat: 'indices' } + ), + 'a[0].b=c', + 'indices => indices' + ); + st.equal( + qs.stringify( + { a: [{ b: 'c' }] }, + { allowDots: true, encode: false, arrayFormat: 'brackets' } + ), + 'a[].b=c', + 'brackets => brackets' + ); + st.equal( + qs.stringify( + { a: [{ b: 'c' }] }, + { allowDots: true, encode: false } + ), + 'a[0].b=c', + 'default => indices' + ); + + st.equal( + qs.stringify( + { a: [{ b: { c: [1] } }] }, + { allowDots: true, encode: false, arrayFormat: 'indices' } + ), + 'a[0].b.c[0]=1', + 'indices => indices' + ); + st.equal( + qs.stringify( + { a: [{ b: { c: [1] } }] }, + { allowDots: true, encode: false, arrayFormat: 'brackets' } + ), + 'a[].b.c[]=1', + 'brackets => brackets' + ); + st.equal( + qs.stringify( + { a: [{ b: { c: [1] } }] }, + { allowDots: true, encode: false } + ), + 'a[0].b.c[0]=1', + 'default => indices' + ); + + st.end(); + }); + + t.test('does not omit object keys when indices = false', function (st) { + st.equal(qs.stringify({ a: [{ b: 'c' }] }, { indices: false }), 'a%5Bb%5D=c'); + st.end(); + }); + + t.test('uses indices notation for arrays when indices=true', function (st) { + st.equal(qs.stringify({ a: ['b', 'c'] }, { indices: true }), 'a%5B0%5D=b&a%5B1%5D=c'); + st.end(); + }); + + t.test('uses indices notation for arrays when no arrayFormat is specified', function (st) { + st.equal(qs.stringify({ a: ['b', 'c'] }), 'a%5B0%5D=b&a%5B1%5D=c'); + st.end(); + }); + + t.test('uses indices notation for arrays when arrayFormat=indices', function (st) { + st.equal(qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'indices' }), 'a%5B0%5D=b&a%5B1%5D=c'); + st.end(); + }); + + t.test('uses repeat notation for arrays when arrayFormat=repeat', function (st) { + st.equal(qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'repeat' }), 'a=b&a=c'); + st.end(); + }); + + t.test('uses brackets notation for arrays when arrayFormat=brackets', function (st) { + st.equal(qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'brackets' }), 'a%5B%5D=b&a%5B%5D=c'); + st.end(); + }); + + t.test('stringifies a complicated object', function (st) { + st.equal(qs.stringify({ a: { b: 'c', d: 'e' } }), 'a%5Bb%5D=c&a%5Bd%5D=e'); + st.end(); + }); + + t.test('stringifies an empty value', function (st) { + st.equal(qs.stringify({ a: '' }), 'a='); + st.equal(qs.stringify({ a: null }, { strictNullHandling: true }), 'a'); + + st.equal(qs.stringify({ a: '', b: '' }), 'a=&b='); + st.equal(qs.stringify({ a: null, b: '' }, { strictNullHandling: true }), 'a&b='); + + st.equal(qs.stringify({ a: { b: '' } }), 'a%5Bb%5D='); + st.equal(qs.stringify({ a: { b: null } }, { strictNullHandling: true }), 'a%5Bb%5D'); + st.equal(qs.stringify({ a: { b: null } }, { strictNullHandling: false }), 'a%5Bb%5D='); + + st.end(); + }); + + t.test('stringifies an empty array in different arrayFormat', function (st) { + st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false }), 'b[0]=&c=c'); + // arrayFormat default + st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'indices' }), 'b[0]=&c=c'); + st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'brackets' }), 'b[]=&c=c'); + st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'repeat' }), 'b=&c=c'); + st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'comma' }), 'b=&c=c'); + st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'comma', commaRoundTrip: true }), 'b[]=&c=c'); + // with strictNullHandling + st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'indices', strictNullHandling: true }), 'b[0]&c=c'); + st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'brackets', strictNullHandling: true }), 'b[]&c=c'); + st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'repeat', strictNullHandling: true }), 'b&c=c'); + st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'comma', strictNullHandling: true }), 'b&c=c'); + st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'comma', strictNullHandling: true, commaRoundTrip: true }), 'b[]&c=c'); + // with skipNulls + st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'indices', skipNulls: true }), 'c=c'); + st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'brackets', skipNulls: true }), 'c=c'); + st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'repeat', skipNulls: true }), 'c=c'); + st.equal(qs.stringify({ a: [], b: [null], c: 'c' }, { encode: false, arrayFormat: 'comma', skipNulls: true }), 'c=c'); + + st.end(); + }); + + t.test('stringifies a null object', { skip: !Object.create }, function (st) { + var obj = Object.create(null); + obj.a = 'b'; + st.equal(qs.stringify(obj), 'a=b'); + st.end(); + }); + + t.test('returns an empty string for invalid input', function (st) { + st.equal(qs.stringify(undefined), ''); + st.equal(qs.stringify(false), ''); + st.equal(qs.stringify(null), ''); + st.equal(qs.stringify(''), ''); + st.end(); + }); + + t.test('stringifies an object with a null object as a child', { skip: !Object.create }, function (st) { + var obj = { a: Object.create(null) }; + + obj.a.b = 'c'; + st.equal(qs.stringify(obj), 'a%5Bb%5D=c'); + st.end(); + }); + + t.test('drops keys with a value of undefined', function (st) { + st.equal(qs.stringify({ a: undefined }), ''); + + st.equal(qs.stringify({ a: { b: undefined, c: null } }, { strictNullHandling: true }), 'a%5Bc%5D'); + st.equal(qs.stringify({ a: { b: undefined, c: null } }, { strictNullHandling: false }), 'a%5Bc%5D='); + st.equal(qs.stringify({ a: { b: undefined, c: '' } }), 'a%5Bc%5D='); + st.end(); + }); + + t.test('url encodes values', function (st) { + st.equal(qs.stringify({ a: 'b c' }), 'a=b%20c'); + st.end(); + }); + + t.test('stringifies a date', function (st) { + var now = new Date(); + var str = 'a=' + encodeURIComponent(now.toISOString()); + st.equal(qs.stringify({ a: now }), str); + st.end(); + }); + + t.test('stringifies the weird object from qs', function (st) { + st.equal(qs.stringify({ 'my weird field': '~q1!2"\'w$5&7/z8)?' }), 'my%20weird%20field=~q1%212%22%27w%245%267%2Fz8%29%3F'); + st.end(); + }); + + t.test('skips properties that are part of the object prototype', function (st) { + st.intercept(Object.prototype, 'crash', { value: 'test' }); + + st.equal(qs.stringify({ a: 'b' }), 'a=b'); + st.equal(qs.stringify({ a: { b: 'c' } }), 'a%5Bb%5D=c'); + + st.end(); + }); + + t.test('stringifies boolean values', function (st) { + st.equal(qs.stringify({ a: true }), 'a=true'); + st.equal(qs.stringify({ a: { b: true } }), 'a%5Bb%5D=true'); + st.equal(qs.stringify({ b: false }), 'b=false'); + st.equal(qs.stringify({ b: { c: false } }), 'b%5Bc%5D=false'); + st.end(); + }); + + t.test('stringifies buffer values', function (st) { + st.equal(qs.stringify({ a: SaferBuffer.from('test') }), 'a=test'); + st.equal(qs.stringify({ a: { b: SaferBuffer.from('test') } }), 'a%5Bb%5D=test'); + st.end(); + }); + + t.test('stringifies an object using an alternative delimiter', function (st) { + st.equal(qs.stringify({ a: 'b', c: 'd' }, { delimiter: ';' }), 'a=b;c=d'); + st.end(); + }); + + t.test('does not blow up when Buffer global is missing', function (st) { + var restore = mockProperty(global, 'Buffer', { 'delete': true }); + + var result = qs.stringify({ a: 'b', c: 'd' }); + + restore(); + + st.equal(result, 'a=b&c=d'); + st.end(); + }); + + t.test('does not crash when parsing circular references', function (st) { + var a = {}; + a.b = a; + + st['throws']( + function () { qs.stringify({ 'foo[bar]': 'baz', 'foo[baz]': a }); }, + /RangeError: Cyclic object value/, + 'cyclic values throw' + ); + + var circular = { + a: 'value' + }; + circular.a = circular; + st['throws']( + function () { qs.stringify(circular); }, + /RangeError: Cyclic object value/, + 'cyclic values throw' + ); + + var arr = ['a']; + st.doesNotThrow( + function () { qs.stringify({ x: arr, y: arr }); }, + 'non-cyclic values do not throw' + ); + + st.end(); + }); + + t.test('non-circular duplicated references can still work', function (st) { + var hourOfDay = { + 'function': 'hour_of_day' + }; + + var p1 = { + 'function': 'gte', + arguments: [hourOfDay, 0] + }; + var p2 = { + 'function': 'lte', + arguments: [hourOfDay, 23] + }; + + st.equal( + qs.stringify({ filters: { $and: [p1, p2] } }, { encodeValuesOnly: true, arrayFormat: 'indices' }), + 'filters[$and][0][function]=gte&filters[$and][0][arguments][0][function]=hour_of_day&filters[$and][0][arguments][1]=0&filters[$and][1][function]=lte&filters[$and][1][arguments][0][function]=hour_of_day&filters[$and][1][arguments][1]=23' + ); + st.equal( + qs.stringify({ filters: { $and: [p1, p2] } }, { encodeValuesOnly: true, arrayFormat: 'brackets' }), + 'filters[$and][][function]=gte&filters[$and][][arguments][][function]=hour_of_day&filters[$and][][arguments][]=0&filters[$and][][function]=lte&filters[$and][][arguments][][function]=hour_of_day&filters[$and][][arguments][]=23' + ); + st.equal( + qs.stringify({ filters: { $and: [p1, p2] } }, { encodeValuesOnly: true, arrayFormat: 'repeat' }), + 'filters[$and][function]=gte&filters[$and][arguments][function]=hour_of_day&filters[$and][arguments]=0&filters[$and][function]=lte&filters[$and][arguments][function]=hour_of_day&filters[$and][arguments]=23' + ); + + st.end(); + }); + + t.test('selects properties when filter=array', function (st) { + st.equal(qs.stringify({ a: 'b' }, { filter: ['a'] }), 'a=b'); + st.equal(qs.stringify({ a: 1 }, { filter: [] }), ''); + + st.equal( + qs.stringify( + { a: { b: [1, 2, 3, 4], c: 'd' }, c: 'f' }, + { filter: ['a', 'b', 0, 2], arrayFormat: 'indices' } + ), + 'a%5Bb%5D%5B0%5D=1&a%5Bb%5D%5B2%5D=3', + 'indices => indices' + ); + st.equal( + qs.stringify( + { a: { b: [1, 2, 3, 4], c: 'd' }, c: 'f' }, + { filter: ['a', 'b', 0, 2], arrayFormat: 'brackets' } + ), + 'a%5Bb%5D%5B%5D=1&a%5Bb%5D%5B%5D=3', + 'brackets => brackets' + ); + st.equal( + qs.stringify( + { a: { b: [1, 2, 3, 4], c: 'd' }, c: 'f' }, + { filter: ['a', 'b', 0, 2] } + ), + 'a%5Bb%5D%5B0%5D=1&a%5Bb%5D%5B2%5D=3', + 'default => indices' + ); + + st.end(); + }); + + t.test('supports custom representations when filter=function', function (st) { + var calls = 0; + var obj = { a: 'b', c: 'd', e: { f: new Date(1257894000000) } }; + var filterFunc = function (prefix, value) { + calls += 1; + if (calls === 1) { + st.equal(prefix, '', 'prefix is empty'); + st.equal(value, obj); + } else if (prefix === 'c') { + return void 0; + } else if (value instanceof Date) { + st.equal(prefix, 'e[f]'); + return value.getTime(); + } + return value; + }; + + st.equal(qs.stringify(obj, { filter: filterFunc }), 'a=b&e%5Bf%5D=1257894000000'); + st.equal(calls, 5); + st.end(); + }); + + t.test('can disable uri encoding', function (st) { + st.equal(qs.stringify({ a: 'b' }, { encode: false }), 'a=b'); + st.equal(qs.stringify({ a: { b: 'c' } }, { encode: false }), 'a[b]=c'); + st.equal(qs.stringify({ a: 'b', c: null }, { strictNullHandling: true, encode: false }), 'a=b&c'); + st.end(); + }); + + t.test('can sort the keys', function (st) { + var sort = function (a, b) { + return a.localeCompare(b); + }; + st.equal(qs.stringify({ a: 'c', z: 'y', b: 'f' }, { sort: sort }), 'a=c&b=f&z=y'); + st.equal(qs.stringify({ a: 'c', z: { j: 'a', i: 'b' }, b: 'f' }, { sort: sort }), 'a=c&b=f&z%5Bi%5D=b&z%5Bj%5D=a'); + st.end(); + }); + + t.test('can sort the keys at depth 3 or more too', function (st) { + var sort = function (a, b) { + return a.localeCompare(b); + }; + st.equal( + qs.stringify( + { a: 'a', z: { zj: { zjb: 'zjb', zja: 'zja' }, zi: { zib: 'zib', zia: 'zia' } }, b: 'b' }, + { sort: sort, encode: false } + ), + 'a=a&b=b&z[zi][zia]=zia&z[zi][zib]=zib&z[zj][zja]=zja&z[zj][zjb]=zjb' + ); + st.equal( + qs.stringify( + { a: 'a', z: { zj: { zjb: 'zjb', zja: 'zja' }, zi: { zib: 'zib', zia: 'zia' } }, b: 'b' }, + { sort: null, encode: false } + ), + 'a=a&z[zj][zjb]=zjb&z[zj][zja]=zja&z[zi][zib]=zib&z[zi][zia]=zia&b=b' + ); + st.end(); + }); + + t.test('can stringify with custom encoding', function (st) { + st.equal(qs.stringify({ 県: '大阪府', '': '' }, { + encoder: function (str) { + if (str.length === 0) { + return ''; + } + var buf = iconv.encode(str, 'shiftjis'); + var result = []; + for (var i = 0; i < buf.length; ++i) { + result.push(buf.readUInt8(i).toString(16)); + } + return '%' + result.join('%'); + } + }), '%8c%a7=%91%e5%8d%e3%95%7b&='); + st.end(); + }); + + t.test('receives the default encoder as a second argument', function (st) { + st.plan(8); + + qs.stringify({ a: 1, b: new Date(), c: true, d: [1] }, { + encoder: function (str) { + st.match(typeof str, /^(?:string|number|boolean)$/); + return ''; + } + }); + + st.end(); + }); + + t.test('receives the default encoder as a second argument', function (st) { + st.plan(2); + + qs.stringify({ a: 1 }, { + encoder: function (str, defaultEncoder) { + st.equal(defaultEncoder, utils.encode); + } + }); + + st.end(); + }); + + t.test('throws error with wrong encoder', function (st) { + st['throws'](function () { + qs.stringify({}, { encoder: 'string' }); + }, new TypeError('Encoder has to be a function.')); + st.end(); + }); + + t.test('can use custom encoder for a buffer object', { skip: typeof Buffer === 'undefined' }, function (st) { + st.equal(qs.stringify({ a: SaferBuffer.from([1]) }, { + encoder: function (buffer) { + if (typeof buffer === 'string') { + return buffer; + } + return String.fromCharCode(buffer.readUInt8(0) + 97); + } + }), 'a=b'); + + st.equal(qs.stringify({ a: SaferBuffer.from('a b') }, { + encoder: function (buffer) { + return buffer; + } + }), 'a=a b'); + st.end(); + }); + + t.test('serializeDate option', function (st) { + var date = new Date(); + st.equal( + qs.stringify({ a: date }), + 'a=' + date.toISOString().replace(/:/g, '%3A'), + 'default is toISOString' + ); + + var mutatedDate = new Date(); + mutatedDate.toISOString = function () { + throw new SyntaxError(); + }; + st['throws'](function () { + mutatedDate.toISOString(); + }, SyntaxError); + st.equal( + qs.stringify({ a: mutatedDate }), + 'a=' + Date.prototype.toISOString.call(mutatedDate).replace(/:/g, '%3A'), + 'toISOString works even when method is not locally present' + ); + + var specificDate = new Date(6); + st.equal( + qs.stringify( + { a: specificDate }, + { serializeDate: function (d) { return d.getTime() * 7; } } + ), + 'a=42', + 'custom serializeDate function called' + ); + + st.equal( + qs.stringify( + { a: [date] }, + { + serializeDate: function (d) { return d.getTime(); }, + arrayFormat: 'comma' + } + ), + 'a=' + date.getTime(), + 'works with arrayFormat comma' + ); + st.equal( + qs.stringify( + { a: [date] }, + { + serializeDate: function (d) { return d.getTime(); }, + arrayFormat: 'comma', + commaRoundTrip: true + } + ), + 'a%5B%5D=' + date.getTime(), + 'works with arrayFormat comma' + ); + + st.end(); + }); + + t.test('RFC 1738 serialization', function (st) { + st.equal(qs.stringify({ a: 'b c' }, { format: qs.formats.RFC1738 }), 'a=b+c'); + st.equal(qs.stringify({ 'a b': 'c d' }, { format: qs.formats.RFC1738 }), 'a+b=c+d'); + st.equal(qs.stringify({ 'a b': SaferBuffer.from('a b') }, { format: qs.formats.RFC1738 }), 'a+b=a+b'); + + st.equal(qs.stringify({ 'foo(ref)': 'bar' }, { format: qs.formats.RFC1738 }), 'foo(ref)=bar'); + + st.end(); + }); + + t.test('RFC 3986 spaces serialization', function (st) { + st.equal(qs.stringify({ a: 'b c' }, { format: qs.formats.RFC3986 }), 'a=b%20c'); + st.equal(qs.stringify({ 'a b': 'c d' }, { format: qs.formats.RFC3986 }), 'a%20b=c%20d'); + st.equal(qs.stringify({ 'a b': SaferBuffer.from('a b') }, { format: qs.formats.RFC3986 }), 'a%20b=a%20b'); + + st.end(); + }); + + t.test('Backward compatibility to RFC 3986', function (st) { + st.equal(qs.stringify({ a: 'b c' }), 'a=b%20c'); + st.equal(qs.stringify({ 'a b': SaferBuffer.from('a b') }), 'a%20b=a%20b'); + + st.end(); + }); + + t.test('Edge cases and unknown formats', function (st) { + ['UFO1234', false, 1234, null, {}, []].forEach(function (format) { + st['throws']( + function () { + qs.stringify({ a: 'b c' }, { format: format }); + }, + new TypeError('Unknown format option provided.') + ); + }); + st.end(); + }); + + t.test('encodeValuesOnly', function (st) { + st.equal( + qs.stringify( + { a: 'b', c: ['d', 'e=f'], f: [['g'], ['h']] }, + { encodeValuesOnly: true, arrayFormat: 'indices' } + ), + 'a=b&c[0]=d&c[1]=e%3Df&f[0][0]=g&f[1][0]=h', + 'encodeValuesOnly + indices' + ); + st.equal( + qs.stringify( + { a: 'b', c: ['d', 'e=f'], f: [['g'], ['h']] }, + { encodeValuesOnly: true, arrayFormat: 'brackets' } + ), + 'a=b&c[]=d&c[]=e%3Df&f[][]=g&f[][]=h', + 'encodeValuesOnly + brackets' + ); + st.equal( + qs.stringify( + { a: 'b', c: ['d', 'e=f'], f: [['g'], ['h']] }, + { encodeValuesOnly: true, arrayFormat: 'repeat' } + ), + 'a=b&c=d&c=e%3Df&f=g&f=h', + 'encodeValuesOnly + repeat' + ); + + st.equal( + qs.stringify( + { a: 'b', c: ['d', 'e'], f: [['g'], ['h']] }, + { arrayFormat: 'indices' } + ), + 'a=b&c%5B0%5D=d&c%5B1%5D=e&f%5B0%5D%5B0%5D=g&f%5B1%5D%5B0%5D=h', + 'no encodeValuesOnly + indices' + ); + st.equal( + qs.stringify( + { a: 'b', c: ['d', 'e'], f: [['g'], ['h']] }, + { arrayFormat: 'brackets' } + ), + 'a=b&c%5B%5D=d&c%5B%5D=e&f%5B%5D%5B%5D=g&f%5B%5D%5B%5D=h', + 'no encodeValuesOnly + brackets' + ); + st.equal( + qs.stringify( + { a: 'b', c: ['d', 'e'], f: [['g'], ['h']] }, + { arrayFormat: 'repeat' } + ), + 'a=b&c=d&c=e&f=g&f=h', + 'no encodeValuesOnly + repeat' + ); + + st.end(); + }); + + t.test('encodeValuesOnly - strictNullHandling', function (st) { + st.equal( + qs.stringify( + { a: { b: null } }, + { encodeValuesOnly: true, strictNullHandling: true } + ), + 'a[b]' + ); + st.end(); + }); + + t.test('throws if an invalid charset is specified', function (st) { + st['throws'](function () { + qs.stringify({ a: 'b' }, { charset: 'foobar' }); + }, new TypeError('The charset option must be either utf-8, iso-8859-1, or undefined')); + st.end(); + }); + + t.test('respects a charset of iso-8859-1', function (st) { + st.equal(qs.stringify({ æ: 'æ' }, { charset: 'iso-8859-1' }), '%E6=%E6'); + st.end(); + }); + + t.test('encodes unrepresentable chars as numeric entities in iso-8859-1 mode', function (st) { + st.equal(qs.stringify({ a: '☺' }, { charset: 'iso-8859-1' }), 'a=%26%239786%3B'); + st.end(); + }); + + t.test('respects an explicit charset of utf-8 (the default)', function (st) { + st.equal(qs.stringify({ a: 'æ' }, { charset: 'utf-8' }), 'a=%C3%A6'); + st.end(); + }); + + t.test('`charsetSentinel` option', function (st) { + st.equal( + qs.stringify({ a: 'æ' }, { charsetSentinel: true, charset: 'utf-8' }), + 'utf8=%E2%9C%93&a=%C3%A6', + 'adds the right sentinel when instructed to and the charset is utf-8' + ); + + st.equal( + qs.stringify({ a: 'æ' }, { charsetSentinel: true, charset: 'iso-8859-1' }), + 'utf8=%26%2310003%3B&a=%E6', + 'adds the right sentinel when instructed to and the charset is iso-8859-1' + ); + + st.end(); + }); + + t.test('does not mutate the options argument', function (st) { + var options = {}; + qs.stringify({}, options); + st.deepEqual(options, {}); + st.end(); + }); + + t.test('strictNullHandling works with custom filter', function (st) { + var filter = function (prefix, value) { + return value; + }; + + var options = { strictNullHandling: true, filter: filter }; + st.equal(qs.stringify({ key: null }, options), 'key'); + st.end(); + }); + + t.test('strictNullHandling works with null serializeDate', function (st) { + var serializeDate = function () { + return null; + }; + var options = { strictNullHandling: true, serializeDate: serializeDate }; + var date = new Date(); + st.equal(qs.stringify({ key: date }, options), 'key'); + st.end(); + }); + + t.test('allows for encoding keys and values differently', function (st) { + var encoder = function (str, defaultEncoder, charset, type) { + if (type === 'key') { + return defaultEncoder(str, defaultEncoder, charset, type).toLowerCase(); + } + if (type === 'value') { + return defaultEncoder(str, defaultEncoder, charset, type).toUpperCase(); + } + throw 'this should never happen! type: ' + type; + }; + + st.deepEqual(qs.stringify({ KeY: 'vAlUe' }, { encoder: encoder }), 'key=VALUE'); + st.end(); + }); + + t.test('objects inside arrays', function (st) { + var obj = { a: { b: { c: 'd', e: 'f' } } }; + var withArray = { a: { b: [{ c: 'd', e: 'f' }] } }; + + st.equal(qs.stringify(obj, { encode: false }), 'a[b][c]=d&a[b][e]=f', 'no array, no arrayFormat'); + st.equal(qs.stringify(obj, { encode: false, arrayFormat: 'brackets' }), 'a[b][c]=d&a[b][e]=f', 'no array, bracket'); + st.equal(qs.stringify(obj, { encode: false, arrayFormat: 'indices' }), 'a[b][c]=d&a[b][e]=f', 'no array, indices'); + st.equal(qs.stringify(obj, { encode: false, arrayFormat: 'repeat' }), 'a[b][c]=d&a[b][e]=f', 'no array, repeat'); + st.equal(qs.stringify(obj, { encode: false, arrayFormat: 'comma' }), 'a[b][c]=d&a[b][e]=f', 'no array, comma'); + + st.equal(qs.stringify(withArray, { encode: false }), 'a[b][0][c]=d&a[b][0][e]=f', 'array, no arrayFormat'); + st.equal(qs.stringify(withArray, { encode: false, arrayFormat: 'brackets' }), 'a[b][][c]=d&a[b][][e]=f', 'array, bracket'); + st.equal(qs.stringify(withArray, { encode: false, arrayFormat: 'indices' }), 'a[b][0][c]=d&a[b][0][e]=f', 'array, indices'); + st.equal(qs.stringify(withArray, { encode: false, arrayFormat: 'repeat' }), 'a[b][c]=d&a[b][e]=f', 'array, repeat'); + st.equal( + qs.stringify(withArray, { encode: false, arrayFormat: 'comma' }), + '???', + 'array, comma', + { skip: 'TODO: figure out what this should do' } + ); + + st.end(); + }); + + t.test('stringifies sparse arrays', function (st) { + /* eslint no-sparse-arrays: 0 */ + st.equal(qs.stringify({ a: [, '2', , , '1'] }, { encodeValuesOnly: true, arrayFormat: 'indices' }), 'a[1]=2&a[4]=1'); + st.equal(qs.stringify({ a: [, '2', , , '1'] }, { encodeValuesOnly: true, arrayFormat: 'brackets' }), 'a[]=2&a[]=1'); + st.equal(qs.stringify({ a: [, '2', , , '1'] }, { encodeValuesOnly: true, arrayFormat: 'repeat' }), 'a=2&a=1'); + + st.equal(qs.stringify({ a: [, { b: [, , { c: '1' }] }] }, { encodeValuesOnly: true, arrayFormat: 'indices' }), 'a[1][b][2][c]=1'); + st.equal(qs.stringify({ a: [, { b: [, , { c: '1' }] }] }, { encodeValuesOnly: true, arrayFormat: 'brackets' }), 'a[][b][][c]=1'); + st.equal(qs.stringify({ a: [, { b: [, , { c: '1' }] }] }, { encodeValuesOnly: true, arrayFormat: 'repeat' }), 'a[b][c]=1'); + + st.equal(qs.stringify({ a: [, [, , [, , , { c: '1' }]]] }, { encodeValuesOnly: true, arrayFormat: 'indices' }), 'a[1][2][3][c]=1'); + st.equal(qs.stringify({ a: [, [, , [, , , { c: '1' }]]] }, { encodeValuesOnly: true, arrayFormat: 'brackets' }), 'a[][][][c]=1'); + st.equal(qs.stringify({ a: [, [, , [, , , { c: '1' }]]] }, { encodeValuesOnly: true, arrayFormat: 'repeat' }), 'a[c]=1'); + + st.equal(qs.stringify({ a: [, [, , [, , , { c: [, '1'] }]]] }, { encodeValuesOnly: true, arrayFormat: 'indices' }), 'a[1][2][3][c][1]=1'); + st.equal(qs.stringify({ a: [, [, , [, , , { c: [, '1'] }]]] }, { encodeValuesOnly: true, arrayFormat: 'brackets' }), 'a[][][][c][]=1'); + st.equal(qs.stringify({ a: [, [, , [, , , { c: [, '1'] }]]] }, { encodeValuesOnly: true, arrayFormat: 'repeat' }), 'a[c]=1'); + + st.end(); + }); + + t.test('encodes a very long string', function (st) { + var chars = []; + var expected = []; + for (var i = 0; i < 5e3; i++) { + chars.push(' ' + i); + + expected.push('%20' + i); + } + + var obj = { + foo: chars.join('') + }; + + st.equal( + qs.stringify(obj, { arrayFormat: 'bracket', charset: 'utf-8' }), + 'foo=' + expected.join('') + ); + + st.end(); + }); + + t.end(); +}); + +test('stringifies empty keys', function (t) { + emptyTestCases.forEach(function (testCase) { + t.test('stringifies an object with empty string key with ' + testCase.input, function (st) { + st.deepEqual( + qs.stringify(testCase.withEmptyKeys, { encode: false, arrayFormat: 'indices' }), + testCase.stringifyOutput.indices, + 'test case: ' + testCase.input + ', indices' + ); + st.deepEqual( + qs.stringify(testCase.withEmptyKeys, { encode: false, arrayFormat: 'brackets' }), + testCase.stringifyOutput.brackets, + 'test case: ' + testCase.input + ', brackets' + ); + st.deepEqual( + qs.stringify(testCase.withEmptyKeys, { encode: false, arrayFormat: 'repeat' }), + testCase.stringifyOutput.repeat, + 'test case: ' + testCase.input + ', repeat' + ); + + st.end(); + }); + }); + + t.test('edge case with object/arrays', function (st) { + st.deepEqual(qs.stringify({ '': { '': [2, 3] } }, { encode: false }), '[][0]=2&[][1]=3'); + st.deepEqual(qs.stringify({ '': { '': [2, 3], a: 2 } }, { encode: false }), '[][0]=2&[][1]=3&[a]=2'); + st.deepEqual(qs.stringify({ '': { '': [2, 3] } }, { encode: false, arrayFormat: 'indices' }), '[][0]=2&[][1]=3'); + st.deepEqual(qs.stringify({ '': { '': [2, 3], a: 2 } }, { encode: false, arrayFormat: 'indices' }), '[][0]=2&[][1]=3&[a]=2'); + + st.end(); + }); +}); diff --git a/node_modules/qs/test/utils.js b/node_modules/qs/test/utils.js new file mode 100644 index 0000000..aa84dfd --- /dev/null +++ b/node_modules/qs/test/utils.js @@ -0,0 +1,136 @@ +'use strict'; + +var test = require('tape'); +var inspect = require('object-inspect'); +var SaferBuffer = require('safer-buffer').Buffer; +var forEach = require('for-each'); +var utils = require('../lib/utils'); + +test('merge()', function (t) { + t.deepEqual(utils.merge(null, true), [null, true], 'merges true into null'); + + t.deepEqual(utils.merge(null, [42]), [null, 42], 'merges null into an array'); + + t.deepEqual(utils.merge({ a: 'b' }, { a: 'c' }), { a: ['b', 'c'] }, 'merges two objects with the same key'); + + var oneMerged = utils.merge({ foo: 'bar' }, { foo: { first: '123' } }); + t.deepEqual(oneMerged, { foo: ['bar', { first: '123' }] }, 'merges a standalone and an object into an array'); + + var twoMerged = utils.merge({ foo: ['bar', { first: '123' }] }, { foo: { second: '456' } }); + t.deepEqual(twoMerged, { foo: { 0: 'bar', 1: { first: '123' }, second: '456' } }, 'merges a standalone and two objects into an array'); + + var sandwiched = utils.merge({ foo: ['bar', { first: '123', second: '456' }] }, { foo: 'baz' }); + t.deepEqual(sandwiched, { foo: ['bar', { first: '123', second: '456' }, 'baz'] }, 'merges an object sandwiched by two standalones into an array'); + + var nestedArrays = utils.merge({ foo: ['baz'] }, { foo: ['bar', 'xyzzy'] }); + t.deepEqual(nestedArrays, { foo: ['baz', 'bar', 'xyzzy'] }); + + var noOptionsNonObjectSource = utils.merge({ foo: 'baz' }, 'bar'); + t.deepEqual(noOptionsNonObjectSource, { foo: 'baz', bar: true }); + + t.test( + 'avoids invoking array setters unnecessarily', + { skip: typeof Object.defineProperty !== 'function' }, + function (st) { + var setCount = 0; + var getCount = 0; + var observed = []; + Object.defineProperty(observed, 0, { + get: function () { + getCount += 1; + return { bar: 'baz' }; + }, + set: function () { setCount += 1; } + }); + utils.merge(observed, [null]); + st.equal(setCount, 0); + st.equal(getCount, 1); + observed[0] = observed[0]; // eslint-disable-line no-self-assign + st.equal(setCount, 1); + st.equal(getCount, 2); + st.end(); + } + ); + + t.end(); +}); + +test('assign()', function (t) { + var target = { a: 1, b: 2 }; + var source = { b: 3, c: 4 }; + var result = utils.assign(target, source); + + t.equal(result, target, 'returns the target'); + t.deepEqual(target, { a: 1, b: 3, c: 4 }, 'target and source are merged'); + t.deepEqual(source, { b: 3, c: 4 }, 'source is untouched'); + + t.end(); +}); + +test('combine()', function (t) { + t.test('both arrays', function (st) { + var a = [1]; + var b = [2]; + var combined = utils.combine(a, b); + + st.deepEqual(a, [1], 'a is not mutated'); + st.deepEqual(b, [2], 'b is not mutated'); + st.notEqual(a, combined, 'a !== combined'); + st.notEqual(b, combined, 'b !== combined'); + st.deepEqual(combined, [1, 2], 'combined is a + b'); + + st.end(); + }); + + t.test('one array, one non-array', function (st) { + var aN = 1; + var a = [aN]; + var bN = 2; + var b = [bN]; + + var combinedAnB = utils.combine(aN, b); + st.deepEqual(b, [bN], 'b is not mutated'); + st.notEqual(aN, combinedAnB, 'aN + b !== aN'); + st.notEqual(a, combinedAnB, 'aN + b !== a'); + st.notEqual(bN, combinedAnB, 'aN + b !== bN'); + st.notEqual(b, combinedAnB, 'aN + b !== b'); + st.deepEqual([1, 2], combinedAnB, 'first argument is array-wrapped when not an array'); + + var combinedABn = utils.combine(a, bN); + st.deepEqual(a, [aN], 'a is not mutated'); + st.notEqual(aN, combinedABn, 'a + bN !== aN'); + st.notEqual(a, combinedABn, 'a + bN !== a'); + st.notEqual(bN, combinedABn, 'a + bN !== bN'); + st.notEqual(b, combinedABn, 'a + bN !== b'); + st.deepEqual([1, 2], combinedABn, 'second argument is array-wrapped when not an array'); + + st.end(); + }); + + t.test('neither is an array', function (st) { + var combined = utils.combine(1, 2); + st.notEqual(1, combined, '1 + 2 !== 1'); + st.notEqual(2, combined, '1 + 2 !== 2'); + st.deepEqual([1, 2], combined, 'both arguments are array-wrapped when not an array'); + + st.end(); + }); + + t.end(); +}); + +test('isBuffer()', function (t) { + forEach([null, undefined, true, false, '', 'abc', 42, 0, NaN, {}, [], function () {}, /a/g], function (x) { + t.equal(utils.isBuffer(x), false, inspect(x) + ' is not a buffer'); + }); + + var fakeBuffer = { constructor: Buffer }; + t.equal(utils.isBuffer(fakeBuffer), false, 'fake buffer is not a buffer'); + + var saferBuffer = SaferBuffer.from('abc'); + t.equal(utils.isBuffer(saferBuffer), true, 'SaferBuffer instance is a buffer'); + + var buffer = Buffer.from && Buffer.alloc ? Buffer.from('abc') : new Buffer('abc'); + t.equal(utils.isBuffer(buffer), true, 'real Buffer instance is a buffer'); + t.end(); +}); diff --git a/node_modules/range-parser/HISTORY.md b/node_modules/range-parser/HISTORY.md new file mode 100644 index 0000000..70a973d --- /dev/null +++ b/node_modules/range-parser/HISTORY.md @@ -0,0 +1,56 @@ +1.2.1 / 2019-05-10 +================== + + * Improve error when `str` is not a string + +1.2.0 / 2016-06-01 +================== + + * Add `combine` option to combine overlapping ranges + +1.1.0 / 2016-05-13 +================== + + * Fix incorrectly returning -1 when there is at least one valid range + * perf: remove internal function + +1.0.3 / 2015-10-29 +================== + + * perf: enable strict mode + +1.0.2 / 2014-09-08 +================== + + * Support Node.js 0.6 + +1.0.1 / 2014-09-07 +================== + + * Move repository to jshttp + +1.0.0 / 2013-12-11 +================== + + * Add repository to package.json + * Add MIT license + +0.0.4 / 2012-06-17 +================== + + * Change ret -1 for unsatisfiable and -2 when invalid + +0.0.3 / 2012-06-17 +================== + + * Fix last-byte-pos default to len - 1 + +0.0.2 / 2012-06-14 +================== + + * Add `.type` + +0.0.1 / 2012-06-11 +================== + + * Initial release diff --git a/node_modules/range-parser/LICENSE b/node_modules/range-parser/LICENSE new file mode 100644 index 0000000..3599954 --- /dev/null +++ b/node_modules/range-parser/LICENSE @@ -0,0 +1,23 @@ +(The MIT License) + +Copyright (c) 2012-2014 TJ Holowaychuk +Copyright (c) 2015-2016 Douglas Christopher Wilson + +```js +var parseRange = require('range-parser') +``` + +### parseRange(size, header, options) + +Parse the given `header` string where `size` is the maximum size of the resource. +An array of ranges will be returned or negative numbers indicating an error parsing. + + * `-2` signals a malformed header string + * `-1` signals an unsatisfiable range + + + +```js +// parse header from request +var range = parseRange(size, req.headers.range) + +// the type of the range +if (range.type === 'bytes') { + // the ranges + range.forEach(function (r) { + // do something with r.start and r.end + }) +} +``` + +#### Options + +These properties are accepted in the options object. + +##### combine + +Specifies if overlapping & adjacent ranges should be combined, defaults to `false`. +When `true`, ranges will be combined and returned as if they were specified that +way in the header. + + + +```js +parseRange(100, 'bytes=50-55,0-10,5-10,56-60', { combine: true }) +// => [ +// { start: 0, end: 10 }, +// { start: 50, end: 60 } +// ] +``` + +## License + +[MIT](LICENSE) + +[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/range-parser/master +[coveralls-url]: https://coveralls.io/r/jshttp/range-parser?branch=master +[node-image]: https://badgen.net/npm/node/range-parser +[node-url]: https://nodejs.org/en/download +[npm-downloads-image]: https://badgen.net/npm/dm/range-parser +[npm-url]: https://npmjs.org/package/range-parser +[npm-version-image]: https://badgen.net/npm/v/range-parser +[travis-image]: https://badgen.net/travis/jshttp/range-parser/master +[travis-url]: https://travis-ci.org/jshttp/range-parser diff --git a/node_modules/range-parser/index.js b/node_modules/range-parser/index.js new file mode 100644 index 0000000..b7dc5c0 --- /dev/null +++ b/node_modules/range-parser/index.js @@ -0,0 +1,162 @@ +/*! + * range-parser + * Copyright(c) 2012-2014 TJ Holowaychuk + * Copyright(c) 2015-2016 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module exports. + * @public + */ + +module.exports = rangeParser + +/** + * Parse "Range" header `str` relative to the given file `size`. + * + * @param {Number} size + * @param {String} str + * @param {Object} [options] + * @return {Array} + * @public + */ + +function rangeParser (size, str, options) { + if (typeof str !== 'string') { + throw new TypeError('argument str must be a string') + } + + var index = str.indexOf('=') + + if (index === -1) { + return -2 + } + + // split the range string + var arr = str.slice(index + 1).split(',') + var ranges = [] + + // add ranges type + ranges.type = str.slice(0, index) + + // parse all ranges + for (var i = 0; i < arr.length; i++) { + var range = arr[i].split('-') + var start = parseInt(range[0], 10) + var end = parseInt(range[1], 10) + + // -nnn + if (isNaN(start)) { + start = size - end + end = size - 1 + // nnn- + } else if (isNaN(end)) { + end = size - 1 + } + + // limit last-byte-pos to current length + if (end > size - 1) { + end = size - 1 + } + + // invalid or unsatisifiable + if (isNaN(start) || isNaN(end) || start > end || start < 0) { + continue + } + + // add range + ranges.push({ + start: start, + end: end + }) + } + + if (ranges.length < 1) { + // unsatisifiable + return -1 + } + + return options && options.combine + ? combineRanges(ranges) + : ranges +} + +/** + * Combine overlapping & adjacent ranges. + * @private + */ + +function combineRanges (ranges) { + var ordered = ranges.map(mapWithIndex).sort(sortByRangeStart) + + for (var j = 0, i = 1; i < ordered.length; i++) { + var range = ordered[i] + var current = ordered[j] + + if (range.start > current.end + 1) { + // next range + ordered[++j] = range + } else if (range.end > current.end) { + // extend range + current.end = range.end + current.index = Math.min(current.index, range.index) + } + } + + // trim ordered array + ordered.length = j + 1 + + // generate combined range + var combined = ordered.sort(sortByRangeIndex).map(mapWithoutIndex) + + // copy ranges type + combined.type = ranges.type + + return combined +} + +/** + * Map function to add index value to ranges. + * @private + */ + +function mapWithIndex (range, index) { + return { + start: range.start, + end: range.end, + index: index + } +} + +/** + * Map function to remove index value from ranges. + * @private + */ + +function mapWithoutIndex (range) { + return { + start: range.start, + end: range.end + } +} + +/** + * Sort function to sort ranges by index. + * @private + */ + +function sortByRangeIndex (a, b) { + return a.index - b.index +} + +/** + * Sort function to sort ranges by start position. + * @private + */ + +function sortByRangeStart (a, b) { + return a.start - b.start +} diff --git a/node_modules/range-parser/package.json b/node_modules/range-parser/package.json new file mode 100644 index 0000000..abea6d8 --- /dev/null +++ b/node_modules/range-parser/package.json @@ -0,0 +1,44 @@ +{ + "name": "range-parser", + "author": "TJ Holowaychuk (http://tjholowaychuk.com)", + "description": "Range header field string parser", + "version": "1.2.1", + "contributors": [ + "Douglas Christopher Wilson ", + "James Wyatt Cready ", + "Jonathan Ong (http://jongleberry.com)" + ], + "license": "MIT", + "keywords": [ + "range", + "parser", + "http" + ], + "repository": "jshttp/range-parser", + "devDependencies": { + "deep-equal": "1.0.1", + "eslint": "5.16.0", + "eslint-config-standard": "12.0.0", + "eslint-plugin-markdown": "1.0.0", + "eslint-plugin-import": "2.17.2", + "eslint-plugin-node": "8.0.1", + "eslint-plugin-promise": "4.1.1", + "eslint-plugin-standard": "4.0.0", + "mocha": "6.1.4", + "nyc": "14.1.1" + }, + "files": [ + "HISTORY.md", + "LICENSE", + "index.js" + ], + "engines": { + "node": ">= 0.6" + }, + "scripts": { + "lint": "eslint --plugin markdown --ext js,md .", + "test": "mocha --reporter spec", + "test-cov": "nyc --reporter=html --reporter=text npm test", + "test-travis": "nyc --reporter=text npm test" + } +} diff --git a/node_modules/raw-body/HISTORY.md b/node_modules/raw-body/HISTORY.md new file mode 100644 index 0000000..baf0e2d --- /dev/null +++ b/node_modules/raw-body/HISTORY.md @@ -0,0 +1,308 @@ +2.5.2 / 2023-02-21 +================== + + * Fix error message for non-stream argument + +2.5.1 / 2022-02-28 +================== + + * Fix error on early async hooks implementations + +2.5.0 / 2022-02-21 +================== + + * Prevent loss of async hooks context + * Prevent hanging when stream is not readable + * deps: http-errors@2.0.0 + - deps: depd@2.0.0 + - deps: statuses@2.0.1 + +2.4.3 / 2022-02-14 +================== + + * deps: bytes@3.1.2 + +2.4.2 / 2021-11-16 +================== + + * deps: bytes@3.1.1 + * deps: http-errors@1.8.1 + - deps: setprototypeof@1.2.0 + - deps: toidentifier@1.0.1 + +2.4.1 / 2019-06-25 +================== + + * deps: http-errors@1.7.3 + - deps: inherits@2.0.4 + +2.4.0 / 2019-04-17 +================== + + * deps: bytes@3.1.0 + - Add petabyte (`pb`) support + * deps: http-errors@1.7.2 + - Set constructor name when possible + - deps: setprototypeof@1.1.1 + - deps: statuses@'>= 1.5.0 < 2' + * deps: iconv-lite@0.4.24 + - Added encoding MIK + +2.3.3 / 2018-05-08 +================== + + * deps: http-errors@1.6.3 + - deps: depd@~1.1.2 + - deps: setprototypeof@1.1.0 + - deps: statuses@'>= 1.3.1 < 2' + * deps: iconv-lite@0.4.23 + - Fix loading encoding with year appended + - Fix deprecation warnings on Node.js 10+ + +2.3.2 / 2017-09-09 +================== + + * deps: iconv-lite@0.4.19 + - Fix ISO-8859-1 regression + - Update Windows-1255 + +2.3.1 / 2017-09-07 +================== + + * deps: bytes@3.0.0 + * deps: http-errors@1.6.2 + - deps: depd@1.1.1 + * perf: skip buffer decoding on overage chunk + +2.3.0 / 2017-08-04 +================== + + * Add TypeScript definitions + * Use `http-errors` for standard emitted errors + * deps: bytes@2.5.0 + * deps: iconv-lite@0.4.18 + - Add support for React Native + - Add a warning if not loaded as utf-8 + - Fix CESU-8 decoding in Node.js 8 + - Improve speed of ISO-8859-1 encoding + +2.2.0 / 2017-01-02 +================== + + * deps: iconv-lite@0.4.15 + - Added encoding MS-31J + - Added encoding MS-932 + - Added encoding MS-936 + - Added encoding MS-949 + - Added encoding MS-950 + - Fix GBK/GB18030 handling of Euro character + +2.1.7 / 2016-06-19 +================== + + * deps: bytes@2.4.0 + * perf: remove double-cleanup on happy path + +2.1.6 / 2016-03-07 +================== + + * deps: bytes@2.3.0 + - Drop partial bytes on all parsed units + - Fix parsing byte string that looks like hex + +2.1.5 / 2015-11-30 +================== + + * deps: bytes@2.2.0 + * deps: iconv-lite@0.4.13 + +2.1.4 / 2015-09-27 +================== + + * Fix masking critical errors from `iconv-lite` + * deps: iconv-lite@0.4.12 + - Fix CESU-8 decoding in Node.js 4.x + +2.1.3 / 2015-09-12 +================== + + * Fix sync callback when attaching data listener causes sync read + - Node.js 0.10 compatibility issue + +2.1.2 / 2015-07-05 +================== + + * Fix error stack traces to skip `makeError` + * deps: iconv-lite@0.4.11 + - Add encoding CESU-8 + +2.1.1 / 2015-06-14 +================== + + * Use `unpipe` module for unpiping requests + +2.1.0 / 2015-05-28 +================== + + * deps: iconv-lite@0.4.10 + - Improved UTF-16 endianness detection + - Leading BOM is now removed when decoding + - The encoding UTF-16 without BOM now defaults to UTF-16LE when detection fails + +2.0.2 / 2015-05-21 +================== + + * deps: bytes@2.1.0 + - Slight optimizations + +2.0.1 / 2015-05-10 +================== + + * Fix a false-positive when unpiping in Node.js 0.8 + +2.0.0 / 2015-05-08 +================== + + * Return a promise without callback instead of thunk + * deps: bytes@2.0.1 + - units no longer case sensitive when parsing + +1.3.4 / 2015-04-15 +================== + + * Fix hanging callback if request aborts during read + * deps: iconv-lite@0.4.8 + - Add encoding alias UNICODE-1-1-UTF-7 + +1.3.3 / 2015-02-08 +================== + + * deps: iconv-lite@0.4.7 + - Gracefully support enumerables on `Object.prototype` + +1.3.2 / 2015-01-20 +================== + + * deps: iconv-lite@0.4.6 + - Fix rare aliases of single-byte encodings + +1.3.1 / 2014-11-21 +================== + + * deps: iconv-lite@0.4.5 + - Fix Windows-31J and X-SJIS encoding support + +1.3.0 / 2014-07-20 +================== + + * Fully unpipe the stream on error + - Fixes `Cannot switch to old mode now` error on Node.js 0.10+ + +1.2.3 / 2014-07-20 +================== + + * deps: iconv-lite@0.4.4 + - Added encoding UTF-7 + +1.2.2 / 2014-06-19 +================== + + * Send invalid encoding error to callback + +1.2.1 / 2014-06-15 +================== + + * deps: iconv-lite@0.4.3 + - Added encodings UTF-16BE and UTF-16 with BOM + +1.2.0 / 2014-06-13 +================== + + * Passing string as `options` interpreted as encoding + * Support all encodings from `iconv-lite` + +1.1.7 / 2014-06-12 +================== + + * use `string_decoder` module from npm + +1.1.6 / 2014-05-27 +================== + + * check encoding for old streams1 + * support node.js < 0.10.6 + +1.1.5 / 2014-05-14 +================== + + * bump bytes + +1.1.4 / 2014-04-19 +================== + + * allow true as an option + * bump bytes + +1.1.3 / 2014-03-02 +================== + + * fix case when length=null + +1.1.2 / 2013-12-01 +================== + + * be less strict on state.encoding check + +1.1.1 / 2013-11-27 +================== + + * add engines + +1.1.0 / 2013-11-27 +================== + + * add err.statusCode and err.type + * allow for encoding option to be true + * pause the stream instead of dumping on error + * throw if the stream's encoding is set + +1.0.1 / 2013-11-19 +================== + + * dont support streams1, throw if dev set encoding + +1.0.0 / 2013-11-17 +================== + + * rename `expected` option to `length` + +0.2.0 / 2013-11-15 +================== + + * republish + +0.1.1 / 2013-11-15 +================== + + * use bytes + +0.1.0 / 2013-11-11 +================== + + * generator support + +0.0.3 / 2013-10-10 +================== + + * update repo + +0.0.2 / 2013-09-14 +================== + + * dump stream on bad headers + * listen to events after defining received and buffers + +0.0.1 / 2013-09-14 +================== + + * Initial release diff --git a/node_modules/raw-body/LICENSE b/node_modules/raw-body/LICENSE new file mode 100644 index 0000000..1029a7a --- /dev/null +++ b/node_modules/raw-body/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2013-2014 Jonathan Ong +Copyright (c) 2014-2022 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/node_modules/raw-body/README.md b/node_modules/raw-body/README.md new file mode 100644 index 0000000..d9b36d6 --- /dev/null +++ b/node_modules/raw-body/README.md @@ -0,0 +1,223 @@ +# raw-body + +[![NPM Version][npm-image]][npm-url] +[![NPM Downloads][downloads-image]][downloads-url] +[![Node.js Version][node-version-image]][node-version-url] +[![Build status][github-actions-ci-image]][github-actions-ci-url] +[![Test coverage][coveralls-image]][coveralls-url] + +Gets the entire buffer of a stream either as a `Buffer` or a string. +Validates the stream's length against an expected length and maximum limit. +Ideal for parsing request bodies. + +## Install + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```sh +$ npm install raw-body +``` + +### TypeScript + +This module includes a [TypeScript](https://www.typescriptlang.org/) +declaration file to enable auto complete in compatible editors and type +information for TypeScript projects. This module depends on the Node.js +types, so install `@types/node`: + +```sh +$ npm install @types/node +``` + +## API + +```js +var getRawBody = require('raw-body') +``` + +### getRawBody(stream, [options], [callback]) + +**Returns a promise if no callback specified and global `Promise` exists.** + +Options: + +- `length` - The length of the stream. + If the contents of the stream do not add up to this length, + an `400` error code is returned. +- `limit` - The byte limit of the body. + This is the number of bytes or any string format supported by + [bytes](https://www.npmjs.com/package/bytes), + for example `1000`, `'500kb'` or `'3mb'`. + If the body ends up being larger than this limit, + a `413` error code is returned. +- `encoding` - The encoding to use to decode the body into a string. + By default, a `Buffer` instance will be returned when no encoding is specified. + Most likely, you want `utf-8`, so setting `encoding` to `true` will decode as `utf-8`. + You can use any type of encoding supported by [iconv-lite](https://www.npmjs.org/package/iconv-lite#readme). + +You can also pass a string in place of options to just specify the encoding. + +If an error occurs, the stream will be paused, everything unpiped, +and you are responsible for correctly disposing the stream. +For HTTP requests, you may need to finish consuming the stream if +you want to keep the socket open for future requests. For streams +that use file descriptors, you should `stream.destroy()` or +`stream.close()` to prevent leaks. + +## Errors + +This module creates errors depending on the error condition during reading. +The error may be an error from the underlying Node.js implementation, but is +otherwise an error created by this module, which has the following attributes: + + * `limit` - the limit in bytes + * `length` and `expected` - the expected length of the stream + * `received` - the received bytes + * `encoding` - the invalid encoding + * `status` and `statusCode` - the corresponding status code for the error + * `type` - the error type + +### Types + +The errors from this module have a `type` property which allows for the programmatic +determination of the type of error returned. + +#### encoding.unsupported + +This error will occur when the `encoding` option is specified, but the value does +not map to an encoding supported by the [iconv-lite](https://www.npmjs.org/package/iconv-lite#readme) +module. + +#### entity.too.large + +This error will occur when the `limit` option is specified, but the stream has +an entity that is larger. + +#### request.aborted + +This error will occur when the request stream is aborted by the client before +reading the body has finished. + +#### request.size.invalid + +This error will occur when the `length` option is specified, but the stream has +emitted more bytes. + +#### stream.encoding.set + +This error will occur when the given stream has an encoding set on it, making it +a decoded stream. The stream should not have an encoding set and is expected to +emit `Buffer` objects. + +#### stream.not.readable + +This error will occur when the given stream is not readable. + +## Examples + +### Simple Express example + +```js +var contentType = require('content-type') +var express = require('express') +var getRawBody = require('raw-body') + +var app = express() + +app.use(function (req, res, next) { + getRawBody(req, { + length: req.headers['content-length'], + limit: '1mb', + encoding: contentType.parse(req).parameters.charset + }, function (err, string) { + if (err) return next(err) + req.text = string + next() + }) +}) + +// now access req.text +``` + +### Simple Koa example + +```js +var contentType = require('content-type') +var getRawBody = require('raw-body') +var koa = require('koa') + +var app = koa() + +app.use(function * (next) { + this.text = yield getRawBody(this.req, { + length: this.req.headers['content-length'], + limit: '1mb', + encoding: contentType.parse(this.req).parameters.charset + }) + yield next +}) + +// now access this.text +``` + +### Using as a promise + +To use this library as a promise, simply omit the `callback` and a promise is +returned, provided that a global `Promise` is defined. + +```js +var getRawBody = require('raw-body') +var http = require('http') + +var server = http.createServer(function (req, res) { + getRawBody(req) + .then(function (buf) { + res.statusCode = 200 + res.end(buf.length + ' bytes submitted') + }) + .catch(function (err) { + res.statusCode = 500 + res.end(err.message) + }) +}) + +server.listen(3000) +``` + +### Using with TypeScript + +```ts +import * as getRawBody from 'raw-body'; +import * as http from 'http'; + +const server = http.createServer((req, res) => { + getRawBody(req) + .then((buf) => { + res.statusCode = 200; + res.end(buf.length + ' bytes submitted'); + }) + .catch((err) => { + res.statusCode = err.statusCode; + res.end(err.message); + }); +}); + +server.listen(3000); +``` + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/raw-body.svg +[npm-url]: https://npmjs.org/package/raw-body +[node-version-image]: https://img.shields.io/node/v/raw-body.svg +[node-version-url]: https://nodejs.org/en/download/ +[coveralls-image]: https://img.shields.io/coveralls/stream-utils/raw-body/master.svg +[coveralls-url]: https://coveralls.io/r/stream-utils/raw-body?branch=master +[downloads-image]: https://img.shields.io/npm/dm/raw-body.svg +[downloads-url]: https://npmjs.org/package/raw-body +[github-actions-ci-image]: https://img.shields.io/github/actions/workflow/status/stream-utils/raw-body/ci.yml?branch=master&label=ci +[github-actions-ci-url]: https://github.com/jshttp/stream-utils/raw-body?query=workflow%3Aci diff --git a/node_modules/raw-body/SECURITY.md b/node_modules/raw-body/SECURITY.md new file mode 100644 index 0000000..2421efc --- /dev/null +++ b/node_modules/raw-body/SECURITY.md @@ -0,0 +1,24 @@ +# Security Policies and Procedures + +## Reporting a Bug + +The `raw-body` team and community take all security bugs seriously. Thank you +for improving the security of Express. We appreciate your efforts and +responsible disclosure and will make every effort to acknowledge your +contributions. + +Report security bugs by emailing the current owners of `raw-body`. This information +can be found in the npm registry using the command `npm owner ls raw-body`. +If unsure or unable to get the information from the above, open an issue +in the [project issue tracker](https://github.com/stream-utils/raw-body/issues) +asking for the current contact information. + +To ensure the timely response to your report, please ensure that the entirety +of the report is contained within the email body and not solely behind a web +link or an attachment. + +At least one owner will acknowledge your email within 48 hours, and will send a +more detailed response within 48 hours indicating the next steps in handling +your report. After the initial reply to your report, the owners will +endeavor to keep you informed of the progress towards a fix and full +announcement, and may ask for additional information or guidance. diff --git a/node_modules/raw-body/index.d.ts b/node_modules/raw-body/index.d.ts new file mode 100644 index 0000000..dcbbebd --- /dev/null +++ b/node_modules/raw-body/index.d.ts @@ -0,0 +1,87 @@ +import { Readable } from 'stream'; + +declare namespace getRawBody { + export type Encoding = string | true; + + export interface Options { + /** + * The expected length of the stream. + */ + length?: number | string | null; + /** + * The byte limit of the body. This is the number of bytes or any string + * format supported by `bytes`, for example `1000`, `'500kb'` or `'3mb'`. + */ + limit?: number | string | null; + /** + * The encoding to use to decode the body into a string. By default, a + * `Buffer` instance will be returned when no encoding is specified. Most + * likely, you want `utf-8`, so setting encoding to `true` will decode as + * `utf-8`. You can use any type of encoding supported by `iconv-lite`. + */ + encoding?: Encoding | null; + } + + export interface RawBodyError extends Error { + /** + * The limit in bytes. + */ + limit?: number; + /** + * The expected length of the stream. + */ + length?: number; + expected?: number; + /** + * The received bytes. + */ + received?: number; + /** + * The encoding. + */ + encoding?: string; + /** + * The corresponding status code for the error. + */ + status: number; + statusCode: number; + /** + * The error type. + */ + type: string; + } +} + +/** + * Gets the entire buffer of a stream either as a `Buffer` or a string. + * Validates the stream's length against an expected length and maximum + * limit. Ideal for parsing request bodies. + */ +declare function getRawBody( + stream: Readable, + callback: (err: getRawBody.RawBodyError, body: Buffer) => void +): void; + +declare function getRawBody( + stream: Readable, + options: (getRawBody.Options & { encoding: getRawBody.Encoding }) | getRawBody.Encoding, + callback: (err: getRawBody.RawBodyError, body: string) => void +): void; + +declare function getRawBody( + stream: Readable, + options: getRawBody.Options, + callback: (err: getRawBody.RawBodyError, body: Buffer) => void +): void; + +declare function getRawBody( + stream: Readable, + options: (getRawBody.Options & { encoding: getRawBody.Encoding }) | getRawBody.Encoding +): Promise; + +declare function getRawBody( + stream: Readable, + options?: getRawBody.Options +): Promise; + +export = getRawBody; diff --git a/node_modules/raw-body/index.js b/node_modules/raw-body/index.js new file mode 100644 index 0000000..9cdcd12 --- /dev/null +++ b/node_modules/raw-body/index.js @@ -0,0 +1,336 @@ +/*! + * raw-body + * Copyright(c) 2013-2014 Jonathan Ong + * Copyright(c) 2014-2022 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var asyncHooks = tryRequireAsyncHooks() +var bytes = require('bytes') +var createError = require('http-errors') +var iconv = require('iconv-lite') +var unpipe = require('unpipe') + +/** + * Module exports. + * @public + */ + +module.exports = getRawBody + +/** + * Module variables. + * @private + */ + +var ICONV_ENCODING_MESSAGE_REGEXP = /^Encoding not recognized: / + +/** + * Get the decoder for a given encoding. + * + * @param {string} encoding + * @private + */ + +function getDecoder (encoding) { + if (!encoding) return null + + try { + return iconv.getDecoder(encoding) + } catch (e) { + // error getting decoder + if (!ICONV_ENCODING_MESSAGE_REGEXP.test(e.message)) throw e + + // the encoding was not found + throw createError(415, 'specified encoding unsupported', { + encoding: encoding, + type: 'encoding.unsupported' + }) + } +} + +/** + * Get the raw body of a stream (typically HTTP). + * + * @param {object} stream + * @param {object|string|function} [options] + * @param {function} [callback] + * @public + */ + +function getRawBody (stream, options, callback) { + var done = callback + var opts = options || {} + + // light validation + if (stream === undefined) { + throw new TypeError('argument stream is required') + } else if (typeof stream !== 'object' || stream === null || typeof stream.on !== 'function') { + throw new TypeError('argument stream must be a stream') + } + + if (options === true || typeof options === 'string') { + // short cut for encoding + opts = { + encoding: options + } + } + + if (typeof options === 'function') { + done = options + opts = {} + } + + // validate callback is a function, if provided + if (done !== undefined && typeof done !== 'function') { + throw new TypeError('argument callback must be a function') + } + + // require the callback without promises + if (!done && !global.Promise) { + throw new TypeError('argument callback is required') + } + + // get encoding + var encoding = opts.encoding !== true + ? opts.encoding + : 'utf-8' + + // convert the limit to an integer + var limit = bytes.parse(opts.limit) + + // convert the expected length to an integer + var length = opts.length != null && !isNaN(opts.length) + ? parseInt(opts.length, 10) + : null + + if (done) { + // classic callback style + return readStream(stream, encoding, length, limit, wrap(done)) + } + + return new Promise(function executor (resolve, reject) { + readStream(stream, encoding, length, limit, function onRead (err, buf) { + if (err) return reject(err) + resolve(buf) + }) + }) +} + +/** + * Halt a stream. + * + * @param {Object} stream + * @private + */ + +function halt (stream) { + // unpipe everything from the stream + unpipe(stream) + + // pause stream + if (typeof stream.pause === 'function') { + stream.pause() + } +} + +/** + * Read the data from the stream. + * + * @param {object} stream + * @param {string} encoding + * @param {number} length + * @param {number} limit + * @param {function} callback + * @public + */ + +function readStream (stream, encoding, length, limit, callback) { + var complete = false + var sync = true + + // check the length and limit options. + // note: we intentionally leave the stream paused, + // so users should handle the stream themselves. + if (limit !== null && length !== null && length > limit) { + return done(createError(413, 'request entity too large', { + expected: length, + length: length, + limit: limit, + type: 'entity.too.large' + })) + } + + // streams1: assert request encoding is buffer. + // streams2+: assert the stream encoding is buffer. + // stream._decoder: streams1 + // state.encoding: streams2 + // state.decoder: streams2, specifically < 0.10.6 + var state = stream._readableState + if (stream._decoder || (state && (state.encoding || state.decoder))) { + // developer error + return done(createError(500, 'stream encoding should not be set', { + type: 'stream.encoding.set' + })) + } + + if (typeof stream.readable !== 'undefined' && !stream.readable) { + return done(createError(500, 'stream is not readable', { + type: 'stream.not.readable' + })) + } + + var received = 0 + var decoder + + try { + decoder = getDecoder(encoding) + } catch (err) { + return done(err) + } + + var buffer = decoder + ? '' + : [] + + // attach listeners + stream.on('aborted', onAborted) + stream.on('close', cleanup) + stream.on('data', onData) + stream.on('end', onEnd) + stream.on('error', onEnd) + + // mark sync section complete + sync = false + + function done () { + var args = new Array(arguments.length) + + // copy arguments + for (var i = 0; i < args.length; i++) { + args[i] = arguments[i] + } + + // mark complete + complete = true + + if (sync) { + process.nextTick(invokeCallback) + } else { + invokeCallback() + } + + function invokeCallback () { + cleanup() + + if (args[0]) { + // halt the stream on error + halt(stream) + } + + callback.apply(null, args) + } + } + + function onAborted () { + if (complete) return + + done(createError(400, 'request aborted', { + code: 'ECONNABORTED', + expected: length, + length: length, + received: received, + type: 'request.aborted' + })) + } + + function onData (chunk) { + if (complete) return + + received += chunk.length + + if (limit !== null && received > limit) { + done(createError(413, 'request entity too large', { + limit: limit, + received: received, + type: 'entity.too.large' + })) + } else if (decoder) { + buffer += decoder.write(chunk) + } else { + buffer.push(chunk) + } + } + + function onEnd (err) { + if (complete) return + if (err) return done(err) + + if (length !== null && received !== length) { + done(createError(400, 'request size did not match content length', { + expected: length, + length: length, + received: received, + type: 'request.size.invalid' + })) + } else { + var string = decoder + ? buffer + (decoder.end() || '') + : Buffer.concat(buffer) + done(null, string) + } + } + + function cleanup () { + buffer = null + + stream.removeListener('aborted', onAborted) + stream.removeListener('data', onData) + stream.removeListener('end', onEnd) + stream.removeListener('error', onEnd) + stream.removeListener('close', cleanup) + } +} + +/** + * Try to require async_hooks + * @private + */ + +function tryRequireAsyncHooks () { + try { + return require('async_hooks') + } catch (e) { + return {} + } +} + +/** + * Wrap function with async resource, if possible. + * AsyncResource.bind static method backported. + * @private + */ + +function wrap (fn) { + var res + + // create anonymous resource + if (asyncHooks.AsyncResource) { + res = new asyncHooks.AsyncResource(fn.name || 'bound-anonymous-fn') + } + + // incompatible node.js + if (!res || !res.runInAsyncScope) { + return fn + } + + // return bound function + return res.runInAsyncScope.bind(res, fn, null) +} diff --git a/node_modules/raw-body/package.json b/node_modules/raw-body/package.json new file mode 100644 index 0000000..aabb1c3 --- /dev/null +++ b/node_modules/raw-body/package.json @@ -0,0 +1,49 @@ +{ + "name": "raw-body", + "description": "Get and validate the raw body of a readable stream.", + "version": "2.5.2", + "author": "Jonathan Ong (http://jongleberry.com)", + "contributors": [ + "Douglas Christopher Wilson ", + "Raynos " + ], + "license": "MIT", + "repository": "stream-utils/raw-body", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "devDependencies": { + "bluebird": "3.7.2", + "eslint": "8.34.0", + "eslint-config-standard": "15.0.1", + "eslint-plugin-import": "2.27.5", + "eslint-plugin-markdown": "3.0.0", + "eslint-plugin-node": "11.1.0", + "eslint-plugin-promise": "6.1.1", + "eslint-plugin-standard": "4.1.0", + "mocha": "10.2.0", + "nyc": "15.1.0", + "readable-stream": "2.3.7", + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.8" + }, + "files": [ + "HISTORY.md", + "LICENSE", + "README.md", + "SECURITY.md", + "index.d.ts", + "index.js" + ], + "scripts": { + "lint": "eslint .", + "test": "mocha --trace-deprecation --reporter spec --bail --check-leaks test/", + "test-ci": "nyc --reporter=lcovonly --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test" + } +} diff --git a/node_modules/readable-stream/LICENSE b/node_modules/readable-stream/LICENSE new file mode 100644 index 0000000..2873b3b --- /dev/null +++ b/node_modules/readable-stream/LICENSE @@ -0,0 +1,47 @@ +Node.js is licensed for use as follows: + +""" +Copyright Node.js contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" + +This license applies to parts of Node.js originating from the +https://github.com/joyent/node repository: + +""" +Copyright Joyent, Inc. and other Node contributors. All rights reserved. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" diff --git a/node_modules/readable-stream/README.md b/node_modules/readable-stream/README.md new file mode 100644 index 0000000..339af1b --- /dev/null +++ b/node_modules/readable-stream/README.md @@ -0,0 +1,116 @@ +# readable-stream + +**_Node.js core streams for userland_** + +[![npm status](https://img.shields.io/npm/v/readable-stream.svg)](https://npm.im/readable-stream) +[![node](https://img.shields.io/node/v/readable-stream.svg)](https://www.npmjs.org/package/readable-stream) +[![Node.js Build](https://github.com/nodejs/readable-stream/workflows/Node.js/badge.svg)](https://github.com/nodejs/readable-stream/actions?query=workflow%3ANode.js) +[![Browsers Build](https://github.com/nodejs/readable-stream/workflows/Browsers/badge.svg)](https://github.com/nodejs/readable-stream/actions?query=workflow%3ABrowsers) + +```bash +npm install readable-stream +``` + +This package is a mirror of the streams implementations in Node.js 18.19.0. + +Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v18.19.0/docs/api/stream.html). + +If you want to guarantee a stable streams base, regardless of what version of +Node you, or the users of your libraries are using, use **readable-stream** _only_ and avoid the _"stream"_ module in Node-core, for background see [this blogpost](http://r.va.gg/2014/06/why-i-dont-use-nodes-core-stream-module.html). + +As of version 2.0.0 **readable-stream** uses semantic versioning. + +## Version 4.x.x + +v4.x.x of `readable-stream` is a cut from Node 18. This version supports Node 12, 14, 16 and 18, as well as evergreen browsers. +The breaking changes introduced by v4 are composed of the combined breaking changes in: +* [Node v12](https://nodejs.org/en/blog/release/v12.0.0/) +* [Node v13](https://nodejs.org/en/blog/release/v13.0.0/) +* [Node v14](https://nodejs.org/en/blog/release/v14.0.0/) +* [Node v15](https://nodejs.org/en/blog/release/v15.0.0/) +* [Node v16](https://nodejs.org/en/blog/release/v16.0.0/) +* [Node v17](https://nodejs.org/en/blog/release/v17.0.0/) +* [Node v18](https://nodejs.org/en/blog/release/v18.0.0/) + +This also includes _many_ new features. + +## Version 3.x.x + +v3.x.x of `readable-stream` is a cut from Node 10. This version supports Node 6, 8, and 10, as well as evergreen browsers, IE 11 and latest Safari. The breaking changes introduced by v3 are composed by the combined breaking changes in [Node v9](https://nodejs.org/en/blog/release/v9.0.0/) and [Node v10](https://nodejs.org/en/blog/release/v10.0.0/), as follows: + +1. Error codes: https://github.com/nodejs/node/pull/13310, + https://github.com/nodejs/node/pull/13291, + https://github.com/nodejs/node/pull/16589, + https://github.com/nodejs/node/pull/15042, + https://github.com/nodejs/node/pull/15665, + https://github.com/nodejs/readable-stream/pull/344 +2. 'readable' have precedence over flowing + https://github.com/nodejs/node/pull/18994 +3. make virtual methods errors consistent + https://github.com/nodejs/node/pull/18813 +4. updated streams error handling + https://github.com/nodejs/node/pull/18438 +5. writable.end should return this. + https://github.com/nodejs/node/pull/18780 +6. readable continues to read when push('') + https://github.com/nodejs/node/pull/18211 +7. add custom inspect to BufferList + https://github.com/nodejs/node/pull/17907 +8. always defer 'readable' with nextTick + https://github.com/nodejs/node/pull/17979 + +## Version 2.x.x + +v2.x.x of `readable-stream` is a cut of the stream module from Node 8 (there have been no semver-major changes from Node 4 to 8). This version supports all Node.js versions from 0.8, as well as evergreen browsers and IE 10 & 11. + +# Usage + +You can swap your `require('stream')` with `require('readable-stream')` +without any changes, if you are just using one of the main classes and +functions. + +```js +const { + Readable, + Writable, + Transform, + Duplex, + pipeline, + finished +} = require('readable-stream') +``` + +Note that `require('stream')` will return `Stream`, while +`require('readable-stream')` will return `Readable`. We discourage using +whatever is exported directly, but rather use one of the properties as +shown in the example above. + +## Usage In Browsers + +You will need a bundler like [`browserify`](https://github.com/browserify/browserify#readme), [`webpack`](https://webpack.js.org/), [`parcel`](https://github.com/parcel-bundler/parcel#readme) or similar. Polyfills are no longer required since version 4.2.0. + +# Streams Working Group + +`readable-stream` is maintained by the Streams Working Group, which +oversees the development and maintenance of the Streams API within +Node.js. The responsibilities of the Streams Working Group include: + +- Addressing stream issues on the Node.js issue tracker. +- Authoring and editing stream documentation within the Node.js project. +- Reviewing changes to stream subclasses within the Node.js project. +- Redirecting changes to streams from the Node.js project to this + project. +- Assisting in the implementation of stream providers within Node.js. +- Recommending versions of `readable-stream` to be included in Node.js. +- Messaging about the future of streams to give the community advance + notice of changes. + + + +## Team Members + +- **Mathias Buus** ([@mafintosh](https://github.com/mafintosh)) <mathiasbuus@gmail.com> +- **Matteo Collina** ([@mcollina](https://github.com/mcollina)) <matteo.collina@gmail.com> + - Release GPG key: 3ABC01543F22DD2239285CDD818674489FBC127E +- **Robert Nagy** ([@ronag](https://github.com/ronag)) <ronagy@icloud.com> +- **Vincent Weevers** ([@vweevers](https://github.com/vweevers)) <mail@vincentweevers.nl> diff --git a/node_modules/readable-stream/lib/_stream_duplex.js b/node_modules/readable-stream/lib/_stream_duplex.js new file mode 100644 index 0000000..e03c6bf --- /dev/null +++ b/node_modules/readable-stream/lib/_stream_duplex.js @@ -0,0 +1,4 @@ +'use strict' + +// Keep this file as an alias for the full stream module. +module.exports = require('./stream').Duplex diff --git a/node_modules/readable-stream/lib/_stream_passthrough.js b/node_modules/readable-stream/lib/_stream_passthrough.js new file mode 100644 index 0000000..1206dc4 --- /dev/null +++ b/node_modules/readable-stream/lib/_stream_passthrough.js @@ -0,0 +1,4 @@ +'use strict' + +// Keep this file as an alias for the full stream module. +module.exports = require('./stream').PassThrough diff --git a/node_modules/readable-stream/lib/_stream_readable.js b/node_modules/readable-stream/lib/_stream_readable.js new file mode 100644 index 0000000..4941658 --- /dev/null +++ b/node_modules/readable-stream/lib/_stream_readable.js @@ -0,0 +1,4 @@ +'use strict' + +// Keep this file as an alias for the full stream module. +module.exports = require('./stream').Readable diff --git a/node_modules/readable-stream/lib/_stream_transform.js b/node_modules/readable-stream/lib/_stream_transform.js new file mode 100644 index 0000000..ef227b1 --- /dev/null +++ b/node_modules/readable-stream/lib/_stream_transform.js @@ -0,0 +1,4 @@ +'use strict' + +// Keep this file as an alias for the full stream module. +module.exports = require('./stream').Transform diff --git a/node_modules/readable-stream/lib/_stream_writable.js b/node_modules/readable-stream/lib/_stream_writable.js new file mode 100644 index 0000000..00c7b03 --- /dev/null +++ b/node_modules/readable-stream/lib/_stream_writable.js @@ -0,0 +1,4 @@ +'use strict' + +// Keep this file as an alias for the full stream module. +module.exports = require('./stream').Writable diff --git a/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js b/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js new file mode 100644 index 0000000..3475b6e --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/add-abort-signal.js @@ -0,0 +1,52 @@ +'use strict' + +const { SymbolDispose } = require('../../ours/primordials') +const { AbortError, codes } = require('../../ours/errors') +const { isNodeStream, isWebStream, kControllerErrorFunction } = require('./utils') +const eos = require('./end-of-stream') +const { ERR_INVALID_ARG_TYPE } = codes +let addAbortListener + +// This method is inlined here for readable-stream +// It also does not allow for signal to not exist on the stream +// https://github.com/nodejs/node/pull/36061#discussion_r533718029 +const validateAbortSignal = (signal, name) => { + if (typeof signal !== 'object' || !('aborted' in signal)) { + throw new ERR_INVALID_ARG_TYPE(name, 'AbortSignal', signal) + } +} +module.exports.addAbortSignal = function addAbortSignal(signal, stream) { + validateAbortSignal(signal, 'signal') + if (!isNodeStream(stream) && !isWebStream(stream)) { + throw new ERR_INVALID_ARG_TYPE('stream', ['ReadableStream', 'WritableStream', 'Stream'], stream) + } + return module.exports.addAbortSignalNoValidate(signal, stream) +} +module.exports.addAbortSignalNoValidate = function (signal, stream) { + if (typeof signal !== 'object' || !('aborted' in signal)) { + return stream + } + const onAbort = isNodeStream(stream) + ? () => { + stream.destroy( + new AbortError(undefined, { + cause: signal.reason + }) + ) + } + : () => { + stream[kControllerErrorFunction]( + new AbortError(undefined, { + cause: signal.reason + }) + ) + } + if (signal.aborted) { + onAbort() + } else { + addAbortListener = addAbortListener || require('../../ours/util').addAbortListener + const disposable = addAbortListener(signal, onAbort) + eos(stream, disposable[SymbolDispose]) + } + return stream +} diff --git a/node_modules/readable-stream/lib/internal/streams/buffer_list.js b/node_modules/readable-stream/lib/internal/streams/buffer_list.js new file mode 100644 index 0000000..b55e35c --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/buffer_list.js @@ -0,0 +1,157 @@ +'use strict' + +const { StringPrototypeSlice, SymbolIterator, TypedArrayPrototypeSet, Uint8Array } = require('../../ours/primordials') +const { Buffer } = require('buffer') +const { inspect } = require('../../ours/util') +module.exports = class BufferList { + constructor() { + this.head = null + this.tail = null + this.length = 0 + } + push(v) { + const entry = { + data: v, + next: null + } + if (this.length > 0) this.tail.next = entry + else this.head = entry + this.tail = entry + ++this.length + } + unshift(v) { + const entry = { + data: v, + next: this.head + } + if (this.length === 0) this.tail = entry + this.head = entry + ++this.length + } + shift() { + if (this.length === 0) return + const ret = this.head.data + if (this.length === 1) this.head = this.tail = null + else this.head = this.head.next + --this.length + return ret + } + clear() { + this.head = this.tail = null + this.length = 0 + } + join(s) { + if (this.length === 0) return '' + let p = this.head + let ret = '' + p.data + while ((p = p.next) !== null) ret += s + p.data + return ret + } + concat(n) { + if (this.length === 0) return Buffer.alloc(0) + const ret = Buffer.allocUnsafe(n >>> 0) + let p = this.head + let i = 0 + while (p) { + TypedArrayPrototypeSet(ret, p.data, i) + i += p.data.length + p = p.next + } + return ret + } + + // Consumes a specified amount of bytes or characters from the buffered data. + consume(n, hasStrings) { + const data = this.head.data + if (n < data.length) { + // `slice` is the same for buffers and strings. + const slice = data.slice(0, n) + this.head.data = data.slice(n) + return slice + } + if (n === data.length) { + // First chunk is a perfect match. + return this.shift() + } + // Result spans more than one buffer. + return hasStrings ? this._getString(n) : this._getBuffer(n) + } + first() { + return this.head.data + } + *[SymbolIterator]() { + for (let p = this.head; p; p = p.next) { + yield p.data + } + } + + // Consumes a specified amount of characters from the buffered data. + _getString(n) { + let ret = '' + let p = this.head + let c = 0 + do { + const str = p.data + if (n > str.length) { + ret += str + n -= str.length + } else { + if (n === str.length) { + ret += str + ++c + if (p.next) this.head = p.next + else this.head = this.tail = null + } else { + ret += StringPrototypeSlice(str, 0, n) + this.head = p + p.data = StringPrototypeSlice(str, n) + } + break + } + ++c + } while ((p = p.next) !== null) + this.length -= c + return ret + } + + // Consumes a specified amount of bytes from the buffered data. + _getBuffer(n) { + const ret = Buffer.allocUnsafe(n) + const retLen = n + let p = this.head + let c = 0 + do { + const buf = p.data + if (n > buf.length) { + TypedArrayPrototypeSet(ret, buf, retLen - n) + n -= buf.length + } else { + if (n === buf.length) { + TypedArrayPrototypeSet(ret, buf, retLen - n) + ++c + if (p.next) this.head = p.next + else this.head = this.tail = null + } else { + TypedArrayPrototypeSet(ret, new Uint8Array(buf.buffer, buf.byteOffset, n), retLen - n) + this.head = p + p.data = buf.slice(n) + } + break + } + ++c + } while ((p = p.next) !== null) + this.length -= c + return ret + } + + // Make sure the linked list only shows the minimal necessary information. + [Symbol.for('nodejs.util.inspect.custom')](_, options) { + return inspect(this, { + ...options, + // Only inspect one level. + depth: 0, + // It should not recurse. + customInspect: false + }) + } +} diff --git a/node_modules/readable-stream/lib/internal/streams/compose.js b/node_modules/readable-stream/lib/internal/streams/compose.js new file mode 100644 index 0000000..b399d54 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/compose.js @@ -0,0 +1,194 @@ +'use strict' + +const { pipeline } = require('./pipeline') +const Duplex = require('./duplex') +const { destroyer } = require('./destroy') +const { + isNodeStream, + isReadable, + isWritable, + isWebStream, + isTransformStream, + isWritableStream, + isReadableStream +} = require('./utils') +const { + AbortError, + codes: { ERR_INVALID_ARG_VALUE, ERR_MISSING_ARGS } +} = require('../../ours/errors') +const eos = require('./end-of-stream') +module.exports = function compose(...streams) { + if (streams.length === 0) { + throw new ERR_MISSING_ARGS('streams') + } + if (streams.length === 1) { + return Duplex.from(streams[0]) + } + const orgStreams = [...streams] + if (typeof streams[0] === 'function') { + streams[0] = Duplex.from(streams[0]) + } + if (typeof streams[streams.length - 1] === 'function') { + const idx = streams.length - 1 + streams[idx] = Duplex.from(streams[idx]) + } + for (let n = 0; n < streams.length; ++n) { + if (!isNodeStream(streams[n]) && !isWebStream(streams[n])) { + // TODO(ronag): Add checks for non streams. + continue + } + if ( + n < streams.length - 1 && + !(isReadable(streams[n]) || isReadableStream(streams[n]) || isTransformStream(streams[n])) + ) { + throw new ERR_INVALID_ARG_VALUE(`streams[${n}]`, orgStreams[n], 'must be readable') + } + if (n > 0 && !(isWritable(streams[n]) || isWritableStream(streams[n]) || isTransformStream(streams[n]))) { + throw new ERR_INVALID_ARG_VALUE(`streams[${n}]`, orgStreams[n], 'must be writable') + } + } + let ondrain + let onfinish + let onreadable + let onclose + let d + function onfinished(err) { + const cb = onclose + onclose = null + if (cb) { + cb(err) + } else if (err) { + d.destroy(err) + } else if (!readable && !writable) { + d.destroy() + } + } + const head = streams[0] + const tail = pipeline(streams, onfinished) + const writable = !!(isWritable(head) || isWritableStream(head) || isTransformStream(head)) + const readable = !!(isReadable(tail) || isReadableStream(tail) || isTransformStream(tail)) + + // TODO(ronag): Avoid double buffering. + // Implement Writable/Readable/Duplex traits. + // See, https://github.com/nodejs/node/pull/33515. + d = new Duplex({ + // TODO (ronag): highWaterMark? + writableObjectMode: !!(head !== null && head !== undefined && head.writableObjectMode), + readableObjectMode: !!(tail !== null && tail !== undefined && tail.readableObjectMode), + writable, + readable + }) + if (writable) { + if (isNodeStream(head)) { + d._write = function (chunk, encoding, callback) { + if (head.write(chunk, encoding)) { + callback() + } else { + ondrain = callback + } + } + d._final = function (callback) { + head.end() + onfinish = callback + } + head.on('drain', function () { + if (ondrain) { + const cb = ondrain + ondrain = null + cb() + } + }) + } else if (isWebStream(head)) { + const writable = isTransformStream(head) ? head.writable : head + const writer = writable.getWriter() + d._write = async function (chunk, encoding, callback) { + try { + await writer.ready + writer.write(chunk).catch(() => {}) + callback() + } catch (err) { + callback(err) + } + } + d._final = async function (callback) { + try { + await writer.ready + writer.close().catch(() => {}) + onfinish = callback + } catch (err) { + callback(err) + } + } + } + const toRead = isTransformStream(tail) ? tail.readable : tail + eos(toRead, () => { + if (onfinish) { + const cb = onfinish + onfinish = null + cb() + } + }) + } + if (readable) { + if (isNodeStream(tail)) { + tail.on('readable', function () { + if (onreadable) { + const cb = onreadable + onreadable = null + cb() + } + }) + tail.on('end', function () { + d.push(null) + }) + d._read = function () { + while (true) { + const buf = tail.read() + if (buf === null) { + onreadable = d._read + return + } + if (!d.push(buf)) { + return + } + } + } + } else if (isWebStream(tail)) { + const readable = isTransformStream(tail) ? tail.readable : tail + const reader = readable.getReader() + d._read = async function () { + while (true) { + try { + const { value, done } = await reader.read() + if (!d.push(value)) { + return + } + if (done) { + d.push(null) + return + } + } catch { + return + } + } + } + } + } + d._destroy = function (err, callback) { + if (!err && onclose !== null) { + err = new AbortError() + } + onreadable = null + ondrain = null + onfinish = null + if (onclose === null) { + callback(err) + } else { + onclose = callback + if (isNodeStream(tail)) { + destroyer(tail, err) + } + } + } + return d +} diff --git a/node_modules/readable-stream/lib/internal/streams/destroy.js b/node_modules/readable-stream/lib/internal/streams/destroy.js new file mode 100644 index 0000000..3829231 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/destroy.js @@ -0,0 +1,290 @@ +'use strict' + +/* replacement start */ + +const process = require('process/') + +/* replacement end */ + +const { + aggregateTwoErrors, + codes: { ERR_MULTIPLE_CALLBACK }, + AbortError +} = require('../../ours/errors') +const { Symbol } = require('../../ours/primordials') +const { kIsDestroyed, isDestroyed, isFinished, isServerRequest } = require('./utils') +const kDestroy = Symbol('kDestroy') +const kConstruct = Symbol('kConstruct') +function checkError(err, w, r) { + if (err) { + // Avoid V8 leak, https://github.com/nodejs/node/pull/34103#issuecomment-652002364 + err.stack // eslint-disable-line no-unused-expressions + + if (w && !w.errored) { + w.errored = err + } + if (r && !r.errored) { + r.errored = err + } + } +} + +// Backwards compat. cb() is undocumented and unused in core but +// unfortunately might be used by modules. +function destroy(err, cb) { + const r = this._readableState + const w = this._writableState + // With duplex streams we use the writable side for state. + const s = w || r + if ((w !== null && w !== undefined && w.destroyed) || (r !== null && r !== undefined && r.destroyed)) { + if (typeof cb === 'function') { + cb() + } + return this + } + + // We set destroyed to true before firing error callbacks in order + // to make it re-entrance safe in case destroy() is called within callbacks + checkError(err, w, r) + if (w) { + w.destroyed = true + } + if (r) { + r.destroyed = true + } + + // If still constructing then defer calling _destroy. + if (!s.constructed) { + this.once(kDestroy, function (er) { + _destroy(this, aggregateTwoErrors(er, err), cb) + }) + } else { + _destroy(this, err, cb) + } + return this +} +function _destroy(self, err, cb) { + let called = false + function onDestroy(err) { + if (called) { + return + } + called = true + const r = self._readableState + const w = self._writableState + checkError(err, w, r) + if (w) { + w.closed = true + } + if (r) { + r.closed = true + } + if (typeof cb === 'function') { + cb(err) + } + if (err) { + process.nextTick(emitErrorCloseNT, self, err) + } else { + process.nextTick(emitCloseNT, self) + } + } + try { + self._destroy(err || null, onDestroy) + } catch (err) { + onDestroy(err) + } +} +function emitErrorCloseNT(self, err) { + emitErrorNT(self, err) + emitCloseNT(self) +} +function emitCloseNT(self) { + const r = self._readableState + const w = self._writableState + if (w) { + w.closeEmitted = true + } + if (r) { + r.closeEmitted = true + } + if ((w !== null && w !== undefined && w.emitClose) || (r !== null && r !== undefined && r.emitClose)) { + self.emit('close') + } +} +function emitErrorNT(self, err) { + const r = self._readableState + const w = self._writableState + if ((w !== null && w !== undefined && w.errorEmitted) || (r !== null && r !== undefined && r.errorEmitted)) { + return + } + if (w) { + w.errorEmitted = true + } + if (r) { + r.errorEmitted = true + } + self.emit('error', err) +} +function undestroy() { + const r = this._readableState + const w = this._writableState + if (r) { + r.constructed = true + r.closed = false + r.closeEmitted = false + r.destroyed = false + r.errored = null + r.errorEmitted = false + r.reading = false + r.ended = r.readable === false + r.endEmitted = r.readable === false + } + if (w) { + w.constructed = true + w.destroyed = false + w.closed = false + w.closeEmitted = false + w.errored = null + w.errorEmitted = false + w.finalCalled = false + w.prefinished = false + w.ended = w.writable === false + w.ending = w.writable === false + w.finished = w.writable === false + } +} +function errorOrDestroy(stream, err, sync) { + // We have tests that rely on errors being emitted + // in the same tick, so changing this is semver major. + // For now when you opt-in to autoDestroy we allow + // the error to be emitted nextTick. In a future + // semver major update we should change the default to this. + + const r = stream._readableState + const w = stream._writableState + if ((w !== null && w !== undefined && w.destroyed) || (r !== null && r !== undefined && r.destroyed)) { + return this + } + if ((r !== null && r !== undefined && r.autoDestroy) || (w !== null && w !== undefined && w.autoDestroy)) + stream.destroy(err) + else if (err) { + // Avoid V8 leak, https://github.com/nodejs/node/pull/34103#issuecomment-652002364 + err.stack // eslint-disable-line no-unused-expressions + + if (w && !w.errored) { + w.errored = err + } + if (r && !r.errored) { + r.errored = err + } + if (sync) { + process.nextTick(emitErrorNT, stream, err) + } else { + emitErrorNT(stream, err) + } + } +} +function construct(stream, cb) { + if (typeof stream._construct !== 'function') { + return + } + const r = stream._readableState + const w = stream._writableState + if (r) { + r.constructed = false + } + if (w) { + w.constructed = false + } + stream.once(kConstruct, cb) + if (stream.listenerCount(kConstruct) > 1) { + // Duplex + return + } + process.nextTick(constructNT, stream) +} +function constructNT(stream) { + let called = false + function onConstruct(err) { + if (called) { + errorOrDestroy(stream, err !== null && err !== undefined ? err : new ERR_MULTIPLE_CALLBACK()) + return + } + called = true + const r = stream._readableState + const w = stream._writableState + const s = w || r + if (r) { + r.constructed = true + } + if (w) { + w.constructed = true + } + if (s.destroyed) { + stream.emit(kDestroy, err) + } else if (err) { + errorOrDestroy(stream, err, true) + } else { + process.nextTick(emitConstructNT, stream) + } + } + try { + stream._construct((err) => { + process.nextTick(onConstruct, err) + }) + } catch (err) { + process.nextTick(onConstruct, err) + } +} +function emitConstructNT(stream) { + stream.emit(kConstruct) +} +function isRequest(stream) { + return (stream === null || stream === undefined ? undefined : stream.setHeader) && typeof stream.abort === 'function' +} +function emitCloseLegacy(stream) { + stream.emit('close') +} +function emitErrorCloseLegacy(stream, err) { + stream.emit('error', err) + process.nextTick(emitCloseLegacy, stream) +} + +// Normalize destroy for legacy. +function destroyer(stream, err) { + if (!stream || isDestroyed(stream)) { + return + } + if (!err && !isFinished(stream)) { + err = new AbortError() + } + + // TODO: Remove isRequest branches. + if (isServerRequest(stream)) { + stream.socket = null + stream.destroy(err) + } else if (isRequest(stream)) { + stream.abort() + } else if (isRequest(stream.req)) { + stream.req.abort() + } else if (typeof stream.destroy === 'function') { + stream.destroy(err) + } else if (typeof stream.close === 'function') { + // TODO: Don't lose err? + stream.close() + } else if (err) { + process.nextTick(emitErrorCloseLegacy, stream, err) + } else { + process.nextTick(emitCloseLegacy, stream) + } + if (!stream.destroyed) { + stream[kIsDestroyed] = true + } +} +module.exports = { + construct, + destroyer, + destroy, + undestroy, + errorOrDestroy +} diff --git a/node_modules/readable-stream/lib/internal/streams/duplex.js b/node_modules/readable-stream/lib/internal/streams/duplex.js new file mode 100644 index 0000000..dd08396 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/duplex.js @@ -0,0 +1,143 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +// a duplex stream is just a stream that is both readable and writable. +// Since JS doesn't have multiple prototype inheritance, this class +// prototypically inherits from Readable, and then parasitically from +// Writable. + +'use strict' + +const { + ObjectDefineProperties, + ObjectGetOwnPropertyDescriptor, + ObjectKeys, + ObjectSetPrototypeOf +} = require('../../ours/primordials') +module.exports = Duplex +const Readable = require('./readable') +const Writable = require('./writable') +ObjectSetPrototypeOf(Duplex.prototype, Readable.prototype) +ObjectSetPrototypeOf(Duplex, Readable) +{ + const keys = ObjectKeys(Writable.prototype) + // Allow the keys array to be GC'ed. + for (let i = 0; i < keys.length; i++) { + const method = keys[i] + if (!Duplex.prototype[method]) Duplex.prototype[method] = Writable.prototype[method] + } +} +function Duplex(options) { + if (!(this instanceof Duplex)) return new Duplex(options) + Readable.call(this, options) + Writable.call(this, options) + if (options) { + this.allowHalfOpen = options.allowHalfOpen !== false + if (options.readable === false) { + this._readableState.readable = false + this._readableState.ended = true + this._readableState.endEmitted = true + } + if (options.writable === false) { + this._writableState.writable = false + this._writableState.ending = true + this._writableState.ended = true + this._writableState.finished = true + } + } else { + this.allowHalfOpen = true + } +} +ObjectDefineProperties(Duplex.prototype, { + writable: { + __proto__: null, + ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writable') + }, + writableHighWaterMark: { + __proto__: null, + ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableHighWaterMark') + }, + writableObjectMode: { + __proto__: null, + ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableObjectMode') + }, + writableBuffer: { + __proto__: null, + ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableBuffer') + }, + writableLength: { + __proto__: null, + ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableLength') + }, + writableFinished: { + __proto__: null, + ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableFinished') + }, + writableCorked: { + __proto__: null, + ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableCorked') + }, + writableEnded: { + __proto__: null, + ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableEnded') + }, + writableNeedDrain: { + __proto__: null, + ...ObjectGetOwnPropertyDescriptor(Writable.prototype, 'writableNeedDrain') + }, + destroyed: { + __proto__: null, + get() { + if (this._readableState === undefined || this._writableState === undefined) { + return false + } + return this._readableState.destroyed && this._writableState.destroyed + }, + set(value) { + // Backward compatibility, the user is explicitly + // managing destroyed. + if (this._readableState && this._writableState) { + this._readableState.destroyed = value + this._writableState.destroyed = value + } + } + } +}) +let webStreamsAdapters + +// Lazy to avoid circular references +function lazyWebStreams() { + if (webStreamsAdapters === undefined) webStreamsAdapters = {} + return webStreamsAdapters +} +Duplex.fromWeb = function (pair, options) { + return lazyWebStreams().newStreamDuplexFromReadableWritablePair(pair, options) +} +Duplex.toWeb = function (duplex) { + return lazyWebStreams().newReadableWritablePairFromDuplex(duplex) +} +let duplexify +Duplex.from = function (body) { + if (!duplexify) { + duplexify = require('./duplexify') + } + return duplexify(body, 'body') +} diff --git a/node_modules/readable-stream/lib/internal/streams/duplexify.js b/node_modules/readable-stream/lib/internal/streams/duplexify.js new file mode 100644 index 0000000..05740d7 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/duplexify.js @@ -0,0 +1,378 @@ +/* replacement start */ + +const process = require('process/') + +/* replacement end */ + +;('use strict') +const bufferModule = require('buffer') +const { + isReadable, + isWritable, + isIterable, + isNodeStream, + isReadableNodeStream, + isWritableNodeStream, + isDuplexNodeStream, + isReadableStream, + isWritableStream +} = require('./utils') +const eos = require('./end-of-stream') +const { + AbortError, + codes: { ERR_INVALID_ARG_TYPE, ERR_INVALID_RETURN_VALUE } +} = require('../../ours/errors') +const { destroyer } = require('./destroy') +const Duplex = require('./duplex') +const Readable = require('./readable') +const Writable = require('./writable') +const { createDeferredPromise } = require('../../ours/util') +const from = require('./from') +const Blob = globalThis.Blob || bufferModule.Blob +const isBlob = + typeof Blob !== 'undefined' + ? function isBlob(b) { + return b instanceof Blob + } + : function isBlob(b) { + return false + } +const AbortController = globalThis.AbortController || require('abort-controller').AbortController +const { FunctionPrototypeCall } = require('../../ours/primordials') + +// This is needed for pre node 17. +class Duplexify extends Duplex { + constructor(options) { + super(options) + + // https://github.com/nodejs/node/pull/34385 + + if ((options === null || options === undefined ? undefined : options.readable) === false) { + this._readableState.readable = false + this._readableState.ended = true + this._readableState.endEmitted = true + } + if ((options === null || options === undefined ? undefined : options.writable) === false) { + this._writableState.writable = false + this._writableState.ending = true + this._writableState.ended = true + this._writableState.finished = true + } + } +} +module.exports = function duplexify(body, name) { + if (isDuplexNodeStream(body)) { + return body + } + if (isReadableNodeStream(body)) { + return _duplexify({ + readable: body + }) + } + if (isWritableNodeStream(body)) { + return _duplexify({ + writable: body + }) + } + if (isNodeStream(body)) { + return _duplexify({ + writable: false, + readable: false + }) + } + if (isReadableStream(body)) { + return _duplexify({ + readable: Readable.fromWeb(body) + }) + } + if (isWritableStream(body)) { + return _duplexify({ + writable: Writable.fromWeb(body) + }) + } + if (typeof body === 'function') { + const { value, write, final, destroy } = fromAsyncGen(body) + if (isIterable(value)) { + return from(Duplexify, value, { + // TODO (ronag): highWaterMark? + objectMode: true, + write, + final, + destroy + }) + } + const then = value === null || value === undefined ? undefined : value.then + if (typeof then === 'function') { + let d + const promise = FunctionPrototypeCall( + then, + value, + (val) => { + if (val != null) { + throw new ERR_INVALID_RETURN_VALUE('nully', 'body', val) + } + }, + (err) => { + destroyer(d, err) + } + ) + return (d = new Duplexify({ + // TODO (ronag): highWaterMark? + objectMode: true, + readable: false, + write, + final(cb) { + final(async () => { + try { + await promise + process.nextTick(cb, null) + } catch (err) { + process.nextTick(cb, err) + } + }) + }, + destroy + })) + } + throw new ERR_INVALID_RETURN_VALUE('Iterable, AsyncIterable or AsyncFunction', name, value) + } + if (isBlob(body)) { + return duplexify(body.arrayBuffer()) + } + if (isIterable(body)) { + return from(Duplexify, body, { + // TODO (ronag): highWaterMark? + objectMode: true, + writable: false + }) + } + if ( + isReadableStream(body === null || body === undefined ? undefined : body.readable) && + isWritableStream(body === null || body === undefined ? undefined : body.writable) + ) { + return Duplexify.fromWeb(body) + } + if ( + typeof (body === null || body === undefined ? undefined : body.writable) === 'object' || + typeof (body === null || body === undefined ? undefined : body.readable) === 'object' + ) { + const readable = + body !== null && body !== undefined && body.readable + ? isReadableNodeStream(body === null || body === undefined ? undefined : body.readable) + ? body === null || body === undefined + ? undefined + : body.readable + : duplexify(body.readable) + : undefined + const writable = + body !== null && body !== undefined && body.writable + ? isWritableNodeStream(body === null || body === undefined ? undefined : body.writable) + ? body === null || body === undefined + ? undefined + : body.writable + : duplexify(body.writable) + : undefined + return _duplexify({ + readable, + writable + }) + } + const then = body === null || body === undefined ? undefined : body.then + if (typeof then === 'function') { + let d + FunctionPrototypeCall( + then, + body, + (val) => { + if (val != null) { + d.push(val) + } + d.push(null) + }, + (err) => { + destroyer(d, err) + } + ) + return (d = new Duplexify({ + objectMode: true, + writable: false, + read() {} + })) + } + throw new ERR_INVALID_ARG_TYPE( + name, + [ + 'Blob', + 'ReadableStream', + 'WritableStream', + 'Stream', + 'Iterable', + 'AsyncIterable', + 'Function', + '{ readable, writable } pair', + 'Promise' + ], + body + ) +} +function fromAsyncGen(fn) { + let { promise, resolve } = createDeferredPromise() + const ac = new AbortController() + const signal = ac.signal + const value = fn( + (async function* () { + while (true) { + const _promise = promise + promise = null + const { chunk, done, cb } = await _promise + process.nextTick(cb) + if (done) return + if (signal.aborted) + throw new AbortError(undefined, { + cause: signal.reason + }) + ;({ promise, resolve } = createDeferredPromise()) + yield chunk + } + })(), + { + signal + } + ) + return { + value, + write(chunk, encoding, cb) { + const _resolve = resolve + resolve = null + _resolve({ + chunk, + done: false, + cb + }) + }, + final(cb) { + const _resolve = resolve + resolve = null + _resolve({ + done: true, + cb + }) + }, + destroy(err, cb) { + ac.abort() + cb(err) + } + } +} +function _duplexify(pair) { + const r = pair.readable && typeof pair.readable.read !== 'function' ? Readable.wrap(pair.readable) : pair.readable + const w = pair.writable + let readable = !!isReadable(r) + let writable = !!isWritable(w) + let ondrain + let onfinish + let onreadable + let onclose + let d + function onfinished(err) { + const cb = onclose + onclose = null + if (cb) { + cb(err) + } else if (err) { + d.destroy(err) + } + } + + // TODO(ronag): Avoid double buffering. + // Implement Writable/Readable/Duplex traits. + // See, https://github.com/nodejs/node/pull/33515. + d = new Duplexify({ + // TODO (ronag): highWaterMark? + readableObjectMode: !!(r !== null && r !== undefined && r.readableObjectMode), + writableObjectMode: !!(w !== null && w !== undefined && w.writableObjectMode), + readable, + writable + }) + if (writable) { + eos(w, (err) => { + writable = false + if (err) { + destroyer(r, err) + } + onfinished(err) + }) + d._write = function (chunk, encoding, callback) { + if (w.write(chunk, encoding)) { + callback() + } else { + ondrain = callback + } + } + d._final = function (callback) { + w.end() + onfinish = callback + } + w.on('drain', function () { + if (ondrain) { + const cb = ondrain + ondrain = null + cb() + } + }) + w.on('finish', function () { + if (onfinish) { + const cb = onfinish + onfinish = null + cb() + } + }) + } + if (readable) { + eos(r, (err) => { + readable = false + if (err) { + destroyer(r, err) + } + onfinished(err) + }) + r.on('readable', function () { + if (onreadable) { + const cb = onreadable + onreadable = null + cb() + } + }) + r.on('end', function () { + d.push(null) + }) + d._read = function () { + while (true) { + const buf = r.read() + if (buf === null) { + onreadable = d._read + return + } + if (!d.push(buf)) { + return + } + } + } + } + d._destroy = function (err, callback) { + if (!err && onclose !== null) { + err = new AbortError() + } + onreadable = null + ondrain = null + onfinish = null + if (onclose === null) { + callback(err) + } else { + onclose = callback + destroyer(w, err) + destroyer(r, err) + } + } + return d +} diff --git a/node_modules/readable-stream/lib/internal/streams/end-of-stream.js b/node_modules/readable-stream/lib/internal/streams/end-of-stream.js new file mode 100644 index 0000000..94d1832 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/end-of-stream.js @@ -0,0 +1,286 @@ +// Ported from https://github.com/mafintosh/end-of-stream with +// permission from the author, Mathias Buus (@mafintosh). + +'use strict' + +/* replacement start */ + +const process = require('process/') + +/* replacement end */ + +const { AbortError, codes } = require('../../ours/errors') +const { ERR_INVALID_ARG_TYPE, ERR_STREAM_PREMATURE_CLOSE } = codes +const { kEmptyObject, once } = require('../../ours/util') +const { validateAbortSignal, validateFunction, validateObject, validateBoolean } = require('../validators') +const { Promise, PromisePrototypeThen, SymbolDispose } = require('../../ours/primordials') +const { + isClosed, + isReadable, + isReadableNodeStream, + isReadableStream, + isReadableFinished, + isReadableErrored, + isWritable, + isWritableNodeStream, + isWritableStream, + isWritableFinished, + isWritableErrored, + isNodeStream, + willEmitClose: _willEmitClose, + kIsClosedPromise +} = require('./utils') +let addAbortListener +function isRequest(stream) { + return stream.setHeader && typeof stream.abort === 'function' +} +const nop = () => {} +function eos(stream, options, callback) { + var _options$readable, _options$writable + if (arguments.length === 2) { + callback = options + options = kEmptyObject + } else if (options == null) { + options = kEmptyObject + } else { + validateObject(options, 'options') + } + validateFunction(callback, 'callback') + validateAbortSignal(options.signal, 'options.signal') + callback = once(callback) + if (isReadableStream(stream) || isWritableStream(stream)) { + return eosWeb(stream, options, callback) + } + if (!isNodeStream(stream)) { + throw new ERR_INVALID_ARG_TYPE('stream', ['ReadableStream', 'WritableStream', 'Stream'], stream) + } + const readable = + (_options$readable = options.readable) !== null && _options$readable !== undefined + ? _options$readable + : isReadableNodeStream(stream) + const writable = + (_options$writable = options.writable) !== null && _options$writable !== undefined + ? _options$writable + : isWritableNodeStream(stream) + const wState = stream._writableState + const rState = stream._readableState + const onlegacyfinish = () => { + if (!stream.writable) { + onfinish() + } + } + + // TODO (ronag): Improve soft detection to include core modules and + // common ecosystem modules that do properly emit 'close' but fail + // this generic check. + let willEmitClose = + _willEmitClose(stream) && isReadableNodeStream(stream) === readable && isWritableNodeStream(stream) === writable + let writableFinished = isWritableFinished(stream, false) + const onfinish = () => { + writableFinished = true + // Stream should not be destroyed here. If it is that + // means that user space is doing something differently and + // we cannot trust willEmitClose. + if (stream.destroyed) { + willEmitClose = false + } + if (willEmitClose && (!stream.readable || readable)) { + return + } + if (!readable || readableFinished) { + callback.call(stream) + } + } + let readableFinished = isReadableFinished(stream, false) + const onend = () => { + readableFinished = true + // Stream should not be destroyed here. If it is that + // means that user space is doing something differently and + // we cannot trust willEmitClose. + if (stream.destroyed) { + willEmitClose = false + } + if (willEmitClose && (!stream.writable || writable)) { + return + } + if (!writable || writableFinished) { + callback.call(stream) + } + } + const onerror = (err) => { + callback.call(stream, err) + } + let closed = isClosed(stream) + const onclose = () => { + closed = true + const errored = isWritableErrored(stream) || isReadableErrored(stream) + if (errored && typeof errored !== 'boolean') { + return callback.call(stream, errored) + } + if (readable && !readableFinished && isReadableNodeStream(stream, true)) { + if (!isReadableFinished(stream, false)) return callback.call(stream, new ERR_STREAM_PREMATURE_CLOSE()) + } + if (writable && !writableFinished) { + if (!isWritableFinished(stream, false)) return callback.call(stream, new ERR_STREAM_PREMATURE_CLOSE()) + } + callback.call(stream) + } + const onclosed = () => { + closed = true + const errored = isWritableErrored(stream) || isReadableErrored(stream) + if (errored && typeof errored !== 'boolean') { + return callback.call(stream, errored) + } + callback.call(stream) + } + const onrequest = () => { + stream.req.on('finish', onfinish) + } + if (isRequest(stream)) { + stream.on('complete', onfinish) + if (!willEmitClose) { + stream.on('abort', onclose) + } + if (stream.req) { + onrequest() + } else { + stream.on('request', onrequest) + } + } else if (writable && !wState) { + // legacy streams + stream.on('end', onlegacyfinish) + stream.on('close', onlegacyfinish) + } + + // Not all streams will emit 'close' after 'aborted'. + if (!willEmitClose && typeof stream.aborted === 'boolean') { + stream.on('aborted', onclose) + } + stream.on('end', onend) + stream.on('finish', onfinish) + if (options.error !== false) { + stream.on('error', onerror) + } + stream.on('close', onclose) + if (closed) { + process.nextTick(onclose) + } else if ( + (wState !== null && wState !== undefined && wState.errorEmitted) || + (rState !== null && rState !== undefined && rState.errorEmitted) + ) { + if (!willEmitClose) { + process.nextTick(onclosed) + } + } else if ( + !readable && + (!willEmitClose || isReadable(stream)) && + (writableFinished || isWritable(stream) === false) + ) { + process.nextTick(onclosed) + } else if ( + !writable && + (!willEmitClose || isWritable(stream)) && + (readableFinished || isReadable(stream) === false) + ) { + process.nextTick(onclosed) + } else if (rState && stream.req && stream.aborted) { + process.nextTick(onclosed) + } + const cleanup = () => { + callback = nop + stream.removeListener('aborted', onclose) + stream.removeListener('complete', onfinish) + stream.removeListener('abort', onclose) + stream.removeListener('request', onrequest) + if (stream.req) stream.req.removeListener('finish', onfinish) + stream.removeListener('end', onlegacyfinish) + stream.removeListener('close', onlegacyfinish) + stream.removeListener('finish', onfinish) + stream.removeListener('end', onend) + stream.removeListener('error', onerror) + stream.removeListener('close', onclose) + } + if (options.signal && !closed) { + const abort = () => { + // Keep it because cleanup removes it. + const endCallback = callback + cleanup() + endCallback.call( + stream, + new AbortError(undefined, { + cause: options.signal.reason + }) + ) + } + if (options.signal.aborted) { + process.nextTick(abort) + } else { + addAbortListener = addAbortListener || require('../../ours/util').addAbortListener + const disposable = addAbortListener(options.signal, abort) + const originalCallback = callback + callback = once((...args) => { + disposable[SymbolDispose]() + originalCallback.apply(stream, args) + }) + } + } + return cleanup +} +function eosWeb(stream, options, callback) { + let isAborted = false + let abort = nop + if (options.signal) { + abort = () => { + isAborted = true + callback.call( + stream, + new AbortError(undefined, { + cause: options.signal.reason + }) + ) + } + if (options.signal.aborted) { + process.nextTick(abort) + } else { + addAbortListener = addAbortListener || require('../../ours/util').addAbortListener + const disposable = addAbortListener(options.signal, abort) + const originalCallback = callback + callback = once((...args) => { + disposable[SymbolDispose]() + originalCallback.apply(stream, args) + }) + } + } + const resolverFn = (...args) => { + if (!isAborted) { + process.nextTick(() => callback.apply(stream, args)) + } + } + PromisePrototypeThen(stream[kIsClosedPromise].promise, resolverFn, resolverFn) + return nop +} +function finished(stream, opts) { + var _opts + let autoCleanup = false + if (opts === null) { + opts = kEmptyObject + } + if ((_opts = opts) !== null && _opts !== undefined && _opts.cleanup) { + validateBoolean(opts.cleanup, 'cleanup') + autoCleanup = opts.cleanup + } + return new Promise((resolve, reject) => { + const cleanup = eos(stream, opts, (err) => { + if (autoCleanup) { + cleanup() + } + if (err) { + reject(err) + } else { + resolve() + } + }) + }) +} +module.exports = eos +module.exports.finished = finished diff --git a/node_modules/readable-stream/lib/internal/streams/from.js b/node_modules/readable-stream/lib/internal/streams/from.js new file mode 100644 index 0000000..c7e7531 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/from.js @@ -0,0 +1,98 @@ +'use strict' + +/* replacement start */ + +const process = require('process/') + +/* replacement end */ + +const { PromisePrototypeThen, SymbolAsyncIterator, SymbolIterator } = require('../../ours/primordials') +const { Buffer } = require('buffer') +const { ERR_INVALID_ARG_TYPE, ERR_STREAM_NULL_VALUES } = require('../../ours/errors').codes +function from(Readable, iterable, opts) { + let iterator + if (typeof iterable === 'string' || iterable instanceof Buffer) { + return new Readable({ + objectMode: true, + ...opts, + read() { + this.push(iterable) + this.push(null) + } + }) + } + let isAsync + if (iterable && iterable[SymbolAsyncIterator]) { + isAsync = true + iterator = iterable[SymbolAsyncIterator]() + } else if (iterable && iterable[SymbolIterator]) { + isAsync = false + iterator = iterable[SymbolIterator]() + } else { + throw new ERR_INVALID_ARG_TYPE('iterable', ['Iterable'], iterable) + } + const readable = new Readable({ + objectMode: true, + highWaterMark: 1, + // TODO(ronag): What options should be allowed? + ...opts + }) + + // Flag to protect against _read + // being called before last iteration completion. + let reading = false + readable._read = function () { + if (!reading) { + reading = true + next() + } + } + readable._destroy = function (error, cb) { + PromisePrototypeThen( + close(error), + () => process.nextTick(cb, error), + // nextTick is here in case cb throws + (e) => process.nextTick(cb, e || error) + ) + } + async function close(error) { + const hadError = error !== undefined && error !== null + const hasThrow = typeof iterator.throw === 'function' + if (hadError && hasThrow) { + const { value, done } = await iterator.throw(error) + await value + if (done) { + return + } + } + if (typeof iterator.return === 'function') { + const { value } = await iterator.return() + await value + } + } + async function next() { + for (;;) { + try { + const { value, done } = isAsync ? await iterator.next() : iterator.next() + if (done) { + readable.push(null) + } else { + const res = value && typeof value.then === 'function' ? await value : value + if (res === null) { + reading = false + throw new ERR_STREAM_NULL_VALUES() + } else if (readable.push(res)) { + continue + } else { + reading = false + } + } + } catch (err) { + readable.destroy(err) + } + break + } + } + return readable +} +module.exports = from diff --git a/node_modules/readable-stream/lib/internal/streams/lazy_transform.js b/node_modules/readable-stream/lib/internal/streams/lazy_transform.js new file mode 100644 index 0000000..439461a --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/lazy_transform.js @@ -0,0 +1,51 @@ +// LazyTransform is a special type of Transform stream that is lazily loaded. +// This is used for performance with bi-API-ship: when two APIs are available +// for the stream, one conventional and one non-conventional. +'use strict' + +const { ObjectDefineProperties, ObjectDefineProperty, ObjectSetPrototypeOf } = require('../../ours/primordials') +const stream = require('../../stream') +const { getDefaultEncoding } = require('../crypto/util') +module.exports = LazyTransform +function LazyTransform(options) { + this._options = options +} +ObjectSetPrototypeOf(LazyTransform.prototype, stream.Transform.prototype) +ObjectSetPrototypeOf(LazyTransform, stream.Transform) +function makeGetter(name) { + return function () { + stream.Transform.call(this, this._options) + this._writableState.decodeStrings = false + if (!this._options || !this._options.defaultEncoding) { + this._writableState.defaultEncoding = getDefaultEncoding() + } + return this[name] + } +} +function makeSetter(name) { + return function (val) { + ObjectDefineProperty(this, name, { + __proto__: null, + value: val, + enumerable: true, + configurable: true, + writable: true + }) + } +} +ObjectDefineProperties(LazyTransform.prototype, { + _readableState: { + __proto__: null, + get: makeGetter('_readableState'), + set: makeSetter('_readableState'), + configurable: true, + enumerable: true + }, + _writableState: { + __proto__: null, + get: makeGetter('_writableState'), + set: makeSetter('_writableState'), + configurable: true, + enumerable: true + } +}) diff --git a/node_modules/readable-stream/lib/internal/streams/legacy.js b/node_modules/readable-stream/lib/internal/streams/legacy.js new file mode 100644 index 0000000..d492f7f --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/legacy.js @@ -0,0 +1,89 @@ +'use strict' + +const { ArrayIsArray, ObjectSetPrototypeOf } = require('../../ours/primordials') +const { EventEmitter: EE } = require('events') +function Stream(opts) { + EE.call(this, opts) +} +ObjectSetPrototypeOf(Stream.prototype, EE.prototype) +ObjectSetPrototypeOf(Stream, EE) +Stream.prototype.pipe = function (dest, options) { + const source = this + function ondata(chunk) { + if (dest.writable && dest.write(chunk) === false && source.pause) { + source.pause() + } + } + source.on('data', ondata) + function ondrain() { + if (source.readable && source.resume) { + source.resume() + } + } + dest.on('drain', ondrain) + + // If the 'end' option is not supplied, dest.end() will be called when + // source gets the 'end' or 'close' events. Only dest.end() once. + if (!dest._isStdio && (!options || options.end !== false)) { + source.on('end', onend) + source.on('close', onclose) + } + let didOnEnd = false + function onend() { + if (didOnEnd) return + didOnEnd = true + dest.end() + } + function onclose() { + if (didOnEnd) return + didOnEnd = true + if (typeof dest.destroy === 'function') dest.destroy() + } + + // Don't leave dangling pipes when there are errors. + function onerror(er) { + cleanup() + if (EE.listenerCount(this, 'error') === 0) { + this.emit('error', er) + } + } + prependListener(source, 'error', onerror) + prependListener(dest, 'error', onerror) + + // Remove all the event listeners that were added. + function cleanup() { + source.removeListener('data', ondata) + dest.removeListener('drain', ondrain) + source.removeListener('end', onend) + source.removeListener('close', onclose) + source.removeListener('error', onerror) + dest.removeListener('error', onerror) + source.removeListener('end', cleanup) + source.removeListener('close', cleanup) + dest.removeListener('close', cleanup) + } + source.on('end', cleanup) + source.on('close', cleanup) + dest.on('close', cleanup) + dest.emit('pipe', source) + + // Allow for unix-like usage: A.pipe(B).pipe(C) + return dest +} +function prependListener(emitter, event, fn) { + // Sadly this is not cacheable as some libraries bundle their own + // event emitter implementation with them. + if (typeof emitter.prependListener === 'function') return emitter.prependListener(event, fn) + + // This is a hack to make sure that our error handler is attached before any + // userland ones. NEVER DO THIS. This is here only because this code needs + // to continue to work with older versions of Node.js that do not include + // the prependListener() method. The goal is to eventually remove this hack. + if (!emitter._events || !emitter._events[event]) emitter.on(event, fn) + else if (ArrayIsArray(emitter._events[event])) emitter._events[event].unshift(fn) + else emitter._events[event] = [fn, emitter._events[event]] +} +module.exports = { + Stream, + prependListener +} diff --git a/node_modules/readable-stream/lib/internal/streams/operators.js b/node_modules/readable-stream/lib/internal/streams/operators.js new file mode 100644 index 0000000..7eff110 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/operators.js @@ -0,0 +1,457 @@ +'use strict' + +const AbortController = globalThis.AbortController || require('abort-controller').AbortController +const { + codes: { ERR_INVALID_ARG_VALUE, ERR_INVALID_ARG_TYPE, ERR_MISSING_ARGS, ERR_OUT_OF_RANGE }, + AbortError +} = require('../../ours/errors') +const { validateAbortSignal, validateInteger, validateObject } = require('../validators') +const kWeakHandler = require('../../ours/primordials').Symbol('kWeak') +const kResistStopPropagation = require('../../ours/primordials').Symbol('kResistStopPropagation') +const { finished } = require('./end-of-stream') +const staticCompose = require('./compose') +const { addAbortSignalNoValidate } = require('./add-abort-signal') +const { isWritable, isNodeStream } = require('./utils') +const { deprecate } = require('../../ours/util') +const { + ArrayPrototypePush, + Boolean, + MathFloor, + Number, + NumberIsNaN, + Promise, + PromiseReject, + PromiseResolve, + PromisePrototypeThen, + Symbol +} = require('../../ours/primordials') +const kEmpty = Symbol('kEmpty') +const kEof = Symbol('kEof') +function compose(stream, options) { + if (options != null) { + validateObject(options, 'options') + } + if ((options === null || options === undefined ? undefined : options.signal) != null) { + validateAbortSignal(options.signal, 'options.signal') + } + if (isNodeStream(stream) && !isWritable(stream)) { + throw new ERR_INVALID_ARG_VALUE('stream', stream, 'must be writable') + } + const composedStream = staticCompose(this, stream) + if (options !== null && options !== undefined && options.signal) { + // Not validating as we already validated before + addAbortSignalNoValidate(options.signal, composedStream) + } + return composedStream +} +function map(fn, options) { + if (typeof fn !== 'function') { + throw new ERR_INVALID_ARG_TYPE('fn', ['Function', 'AsyncFunction'], fn) + } + if (options != null) { + validateObject(options, 'options') + } + if ((options === null || options === undefined ? undefined : options.signal) != null) { + validateAbortSignal(options.signal, 'options.signal') + } + let concurrency = 1 + if ((options === null || options === undefined ? undefined : options.concurrency) != null) { + concurrency = MathFloor(options.concurrency) + } + let highWaterMark = concurrency - 1 + if ((options === null || options === undefined ? undefined : options.highWaterMark) != null) { + highWaterMark = MathFloor(options.highWaterMark) + } + validateInteger(concurrency, 'options.concurrency', 1) + validateInteger(highWaterMark, 'options.highWaterMark', 0) + highWaterMark += concurrency + return async function* map() { + const signal = require('../../ours/util').AbortSignalAny( + [options === null || options === undefined ? undefined : options.signal].filter(Boolean) + ) + const stream = this + const queue = [] + const signalOpt = { + signal + } + let next + let resume + let done = false + let cnt = 0 + function onCatch() { + done = true + afterItemProcessed() + } + function afterItemProcessed() { + cnt -= 1 + maybeResume() + } + function maybeResume() { + if (resume && !done && cnt < concurrency && queue.length < highWaterMark) { + resume() + resume = null + } + } + async function pump() { + try { + for await (let val of stream) { + if (done) { + return + } + if (signal.aborted) { + throw new AbortError() + } + try { + val = fn(val, signalOpt) + if (val === kEmpty) { + continue + } + val = PromiseResolve(val) + } catch (err) { + val = PromiseReject(err) + } + cnt += 1 + PromisePrototypeThen(val, afterItemProcessed, onCatch) + queue.push(val) + if (next) { + next() + next = null + } + if (!done && (queue.length >= highWaterMark || cnt >= concurrency)) { + await new Promise((resolve) => { + resume = resolve + }) + } + } + queue.push(kEof) + } catch (err) { + const val = PromiseReject(err) + PromisePrototypeThen(val, afterItemProcessed, onCatch) + queue.push(val) + } finally { + done = true + if (next) { + next() + next = null + } + } + } + pump() + try { + while (true) { + while (queue.length > 0) { + const val = await queue[0] + if (val === kEof) { + return + } + if (signal.aborted) { + throw new AbortError() + } + if (val !== kEmpty) { + yield val + } + queue.shift() + maybeResume() + } + await new Promise((resolve) => { + next = resolve + }) + } + } finally { + done = true + if (resume) { + resume() + resume = null + } + } + }.call(this) +} +function asIndexedPairs(options = undefined) { + if (options != null) { + validateObject(options, 'options') + } + if ((options === null || options === undefined ? undefined : options.signal) != null) { + validateAbortSignal(options.signal, 'options.signal') + } + return async function* asIndexedPairs() { + let index = 0 + for await (const val of this) { + var _options$signal + if ( + options !== null && + options !== undefined && + (_options$signal = options.signal) !== null && + _options$signal !== undefined && + _options$signal.aborted + ) { + throw new AbortError({ + cause: options.signal.reason + }) + } + yield [index++, val] + } + }.call(this) +} +async function some(fn, options = undefined) { + for await (const unused of filter.call(this, fn, options)) { + return true + } + return false +} +async function every(fn, options = undefined) { + if (typeof fn !== 'function') { + throw new ERR_INVALID_ARG_TYPE('fn', ['Function', 'AsyncFunction'], fn) + } + // https://en.wikipedia.org/wiki/De_Morgan%27s_laws + return !(await some.call( + this, + async (...args) => { + return !(await fn(...args)) + }, + options + )) +} +async function find(fn, options) { + for await (const result of filter.call(this, fn, options)) { + return result + } + return undefined +} +async function forEach(fn, options) { + if (typeof fn !== 'function') { + throw new ERR_INVALID_ARG_TYPE('fn', ['Function', 'AsyncFunction'], fn) + } + async function forEachFn(value, options) { + await fn(value, options) + return kEmpty + } + // eslint-disable-next-line no-unused-vars + for await (const unused of map.call(this, forEachFn, options)); +} +function filter(fn, options) { + if (typeof fn !== 'function') { + throw new ERR_INVALID_ARG_TYPE('fn', ['Function', 'AsyncFunction'], fn) + } + async function filterFn(value, options) { + if (await fn(value, options)) { + return value + } + return kEmpty + } + return map.call(this, filterFn, options) +} + +// Specific to provide better error to reduce since the argument is only +// missing if the stream has no items in it - but the code is still appropriate +class ReduceAwareErrMissingArgs extends ERR_MISSING_ARGS { + constructor() { + super('reduce') + this.message = 'Reduce of an empty stream requires an initial value' + } +} +async function reduce(reducer, initialValue, options) { + var _options$signal2 + if (typeof reducer !== 'function') { + throw new ERR_INVALID_ARG_TYPE('reducer', ['Function', 'AsyncFunction'], reducer) + } + if (options != null) { + validateObject(options, 'options') + } + if ((options === null || options === undefined ? undefined : options.signal) != null) { + validateAbortSignal(options.signal, 'options.signal') + } + let hasInitialValue = arguments.length > 1 + if ( + options !== null && + options !== undefined && + (_options$signal2 = options.signal) !== null && + _options$signal2 !== undefined && + _options$signal2.aborted + ) { + const err = new AbortError(undefined, { + cause: options.signal.reason + }) + this.once('error', () => {}) // The error is already propagated + await finished(this.destroy(err)) + throw err + } + const ac = new AbortController() + const signal = ac.signal + if (options !== null && options !== undefined && options.signal) { + const opts = { + once: true, + [kWeakHandler]: this, + [kResistStopPropagation]: true + } + options.signal.addEventListener('abort', () => ac.abort(), opts) + } + let gotAnyItemFromStream = false + try { + for await (const value of this) { + var _options$signal3 + gotAnyItemFromStream = true + if ( + options !== null && + options !== undefined && + (_options$signal3 = options.signal) !== null && + _options$signal3 !== undefined && + _options$signal3.aborted + ) { + throw new AbortError() + } + if (!hasInitialValue) { + initialValue = value + hasInitialValue = true + } else { + initialValue = await reducer(initialValue, value, { + signal + }) + } + } + if (!gotAnyItemFromStream && !hasInitialValue) { + throw new ReduceAwareErrMissingArgs() + } + } finally { + ac.abort() + } + return initialValue +} +async function toArray(options) { + if (options != null) { + validateObject(options, 'options') + } + if ((options === null || options === undefined ? undefined : options.signal) != null) { + validateAbortSignal(options.signal, 'options.signal') + } + const result = [] + for await (const val of this) { + var _options$signal4 + if ( + options !== null && + options !== undefined && + (_options$signal4 = options.signal) !== null && + _options$signal4 !== undefined && + _options$signal4.aborted + ) { + throw new AbortError(undefined, { + cause: options.signal.reason + }) + } + ArrayPrototypePush(result, val) + } + return result +} +function flatMap(fn, options) { + const values = map.call(this, fn, options) + return async function* flatMap() { + for await (const val of values) { + yield* val + } + }.call(this) +} +function toIntegerOrInfinity(number) { + // We coerce here to align with the spec + // https://github.com/tc39/proposal-iterator-helpers/issues/169 + number = Number(number) + if (NumberIsNaN(number)) { + return 0 + } + if (number < 0) { + throw new ERR_OUT_OF_RANGE('number', '>= 0', number) + } + return number +} +function drop(number, options = undefined) { + if (options != null) { + validateObject(options, 'options') + } + if ((options === null || options === undefined ? undefined : options.signal) != null) { + validateAbortSignal(options.signal, 'options.signal') + } + number = toIntegerOrInfinity(number) + return async function* drop() { + var _options$signal5 + if ( + options !== null && + options !== undefined && + (_options$signal5 = options.signal) !== null && + _options$signal5 !== undefined && + _options$signal5.aborted + ) { + throw new AbortError() + } + for await (const val of this) { + var _options$signal6 + if ( + options !== null && + options !== undefined && + (_options$signal6 = options.signal) !== null && + _options$signal6 !== undefined && + _options$signal6.aborted + ) { + throw new AbortError() + } + if (number-- <= 0) { + yield val + } + } + }.call(this) +} +function take(number, options = undefined) { + if (options != null) { + validateObject(options, 'options') + } + if ((options === null || options === undefined ? undefined : options.signal) != null) { + validateAbortSignal(options.signal, 'options.signal') + } + number = toIntegerOrInfinity(number) + return async function* take() { + var _options$signal7 + if ( + options !== null && + options !== undefined && + (_options$signal7 = options.signal) !== null && + _options$signal7 !== undefined && + _options$signal7.aborted + ) { + throw new AbortError() + } + for await (const val of this) { + var _options$signal8 + if ( + options !== null && + options !== undefined && + (_options$signal8 = options.signal) !== null && + _options$signal8 !== undefined && + _options$signal8.aborted + ) { + throw new AbortError() + } + if (number-- > 0) { + yield val + } + + // Don't get another item from iterator in case we reached the end + if (number <= 0) { + return + } + } + }.call(this) +} +module.exports.streamReturningOperators = { + asIndexedPairs: deprecate(asIndexedPairs, 'readable.asIndexedPairs will be removed in a future version.'), + drop, + filter, + flatMap, + map, + take, + compose +} +module.exports.promiseReturningOperators = { + every, + forEach, + reduce, + toArray, + some, + find +} diff --git a/node_modules/readable-stream/lib/internal/streams/passthrough.js b/node_modules/readable-stream/lib/internal/streams/passthrough.js new file mode 100644 index 0000000..ed4f486 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/passthrough.js @@ -0,0 +1,39 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +// a passthrough stream. +// basically just the most minimal sort of Transform stream. +// Every written chunk gets output as-is. + +'use strict' + +const { ObjectSetPrototypeOf } = require('../../ours/primordials') +module.exports = PassThrough +const Transform = require('./transform') +ObjectSetPrototypeOf(PassThrough.prototype, Transform.prototype) +ObjectSetPrototypeOf(PassThrough, Transform) +function PassThrough(options) { + if (!(this instanceof PassThrough)) return new PassThrough(options) + Transform.call(this, options) +} +PassThrough.prototype._transform = function (chunk, encoding, cb) { + cb(null, chunk) +} diff --git a/node_modules/readable-stream/lib/internal/streams/pipeline.js b/node_modules/readable-stream/lib/internal/streams/pipeline.js new file mode 100644 index 0000000..a2bab88 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/pipeline.js @@ -0,0 +1,471 @@ +/* replacement start */ + +const process = require('process/') + +/* replacement end */ +// Ported from https://github.com/mafintosh/pump with +// permission from the author, Mathias Buus (@mafintosh). + +;('use strict') +const { ArrayIsArray, Promise, SymbolAsyncIterator, SymbolDispose } = require('../../ours/primordials') +const eos = require('./end-of-stream') +const { once } = require('../../ours/util') +const destroyImpl = require('./destroy') +const Duplex = require('./duplex') +const { + aggregateTwoErrors, + codes: { + ERR_INVALID_ARG_TYPE, + ERR_INVALID_RETURN_VALUE, + ERR_MISSING_ARGS, + ERR_STREAM_DESTROYED, + ERR_STREAM_PREMATURE_CLOSE + }, + AbortError +} = require('../../ours/errors') +const { validateFunction, validateAbortSignal } = require('../validators') +const { + isIterable, + isReadable, + isReadableNodeStream, + isNodeStream, + isTransformStream, + isWebStream, + isReadableStream, + isReadableFinished +} = require('./utils') +const AbortController = globalThis.AbortController || require('abort-controller').AbortController +let PassThrough +let Readable +let addAbortListener +function destroyer(stream, reading, writing) { + let finished = false + stream.on('close', () => { + finished = true + }) + const cleanup = eos( + stream, + { + readable: reading, + writable: writing + }, + (err) => { + finished = !err + } + ) + return { + destroy: (err) => { + if (finished) return + finished = true + destroyImpl.destroyer(stream, err || new ERR_STREAM_DESTROYED('pipe')) + }, + cleanup + } +} +function popCallback(streams) { + // Streams should never be an empty array. It should always contain at least + // a single stream. Therefore optimize for the average case instead of + // checking for length === 0 as well. + validateFunction(streams[streams.length - 1], 'streams[stream.length - 1]') + return streams.pop() +} +function makeAsyncIterable(val) { + if (isIterable(val)) { + return val + } else if (isReadableNodeStream(val)) { + // Legacy streams are not Iterable. + return fromReadable(val) + } + throw new ERR_INVALID_ARG_TYPE('val', ['Readable', 'Iterable', 'AsyncIterable'], val) +} +async function* fromReadable(val) { + if (!Readable) { + Readable = require('./readable') + } + yield* Readable.prototype[SymbolAsyncIterator].call(val) +} +async function pumpToNode(iterable, writable, finish, { end }) { + let error + let onresolve = null + const resume = (err) => { + if (err) { + error = err + } + if (onresolve) { + const callback = onresolve + onresolve = null + callback() + } + } + const wait = () => + new Promise((resolve, reject) => { + if (error) { + reject(error) + } else { + onresolve = () => { + if (error) { + reject(error) + } else { + resolve() + } + } + } + }) + writable.on('drain', resume) + const cleanup = eos( + writable, + { + readable: false + }, + resume + ) + try { + if (writable.writableNeedDrain) { + await wait() + } + for await (const chunk of iterable) { + if (!writable.write(chunk)) { + await wait() + } + } + if (end) { + writable.end() + await wait() + } + finish() + } catch (err) { + finish(error !== err ? aggregateTwoErrors(error, err) : err) + } finally { + cleanup() + writable.off('drain', resume) + } +} +async function pumpToWeb(readable, writable, finish, { end }) { + if (isTransformStream(writable)) { + writable = writable.writable + } + // https://streams.spec.whatwg.org/#example-manual-write-with-backpressure + const writer = writable.getWriter() + try { + for await (const chunk of readable) { + await writer.ready + writer.write(chunk).catch(() => {}) + } + await writer.ready + if (end) { + await writer.close() + } + finish() + } catch (err) { + try { + await writer.abort(err) + finish(err) + } catch (err) { + finish(err) + } + } +} +function pipeline(...streams) { + return pipelineImpl(streams, once(popCallback(streams))) +} +function pipelineImpl(streams, callback, opts) { + if (streams.length === 1 && ArrayIsArray(streams[0])) { + streams = streams[0] + } + if (streams.length < 2) { + throw new ERR_MISSING_ARGS('streams') + } + const ac = new AbortController() + const signal = ac.signal + const outerSignal = opts === null || opts === undefined ? undefined : opts.signal + + // Need to cleanup event listeners if last stream is readable + // https://github.com/nodejs/node/issues/35452 + const lastStreamCleanup = [] + validateAbortSignal(outerSignal, 'options.signal') + function abort() { + finishImpl(new AbortError()) + } + addAbortListener = addAbortListener || require('../../ours/util').addAbortListener + let disposable + if (outerSignal) { + disposable = addAbortListener(outerSignal, abort) + } + let error + let value + const destroys = [] + let finishCount = 0 + function finish(err) { + finishImpl(err, --finishCount === 0) + } + function finishImpl(err, final) { + var _disposable + if (err && (!error || error.code === 'ERR_STREAM_PREMATURE_CLOSE')) { + error = err + } + if (!error && !final) { + return + } + while (destroys.length) { + destroys.shift()(error) + } + ;(_disposable = disposable) === null || _disposable === undefined ? undefined : _disposable[SymbolDispose]() + ac.abort() + if (final) { + if (!error) { + lastStreamCleanup.forEach((fn) => fn()) + } + process.nextTick(callback, error, value) + } + } + let ret + for (let i = 0; i < streams.length; i++) { + const stream = streams[i] + const reading = i < streams.length - 1 + const writing = i > 0 + const end = reading || (opts === null || opts === undefined ? undefined : opts.end) !== false + const isLastStream = i === streams.length - 1 + if (isNodeStream(stream)) { + if (end) { + const { destroy, cleanup } = destroyer(stream, reading, writing) + destroys.push(destroy) + if (isReadable(stream) && isLastStream) { + lastStreamCleanup.push(cleanup) + } + } + + // Catch stream errors that occur after pipe/pump has completed. + function onError(err) { + if (err && err.name !== 'AbortError' && err.code !== 'ERR_STREAM_PREMATURE_CLOSE') { + finish(err) + } + } + stream.on('error', onError) + if (isReadable(stream) && isLastStream) { + lastStreamCleanup.push(() => { + stream.removeListener('error', onError) + }) + } + } + if (i === 0) { + if (typeof stream === 'function') { + ret = stream({ + signal + }) + if (!isIterable(ret)) { + throw new ERR_INVALID_RETURN_VALUE('Iterable, AsyncIterable or Stream', 'source', ret) + } + } else if (isIterable(stream) || isReadableNodeStream(stream) || isTransformStream(stream)) { + ret = stream + } else { + ret = Duplex.from(stream) + } + } else if (typeof stream === 'function') { + if (isTransformStream(ret)) { + var _ret + ret = makeAsyncIterable((_ret = ret) === null || _ret === undefined ? undefined : _ret.readable) + } else { + ret = makeAsyncIterable(ret) + } + ret = stream(ret, { + signal + }) + if (reading) { + if (!isIterable(ret, true)) { + throw new ERR_INVALID_RETURN_VALUE('AsyncIterable', `transform[${i - 1}]`, ret) + } + } else { + var _ret2 + if (!PassThrough) { + PassThrough = require('./passthrough') + } + + // If the last argument to pipeline is not a stream + // we must create a proxy stream so that pipeline(...) + // always returns a stream which can be further + // composed through `.pipe(stream)`. + + const pt = new PassThrough({ + objectMode: true + }) + + // Handle Promises/A+ spec, `then` could be a getter that throws on + // second use. + const then = (_ret2 = ret) === null || _ret2 === undefined ? undefined : _ret2.then + if (typeof then === 'function') { + finishCount++ + then.call( + ret, + (val) => { + value = val + if (val != null) { + pt.write(val) + } + if (end) { + pt.end() + } + process.nextTick(finish) + }, + (err) => { + pt.destroy(err) + process.nextTick(finish, err) + } + ) + } else if (isIterable(ret, true)) { + finishCount++ + pumpToNode(ret, pt, finish, { + end + }) + } else if (isReadableStream(ret) || isTransformStream(ret)) { + const toRead = ret.readable || ret + finishCount++ + pumpToNode(toRead, pt, finish, { + end + }) + } else { + throw new ERR_INVALID_RETURN_VALUE('AsyncIterable or Promise', 'destination', ret) + } + ret = pt + const { destroy, cleanup } = destroyer(ret, false, true) + destroys.push(destroy) + if (isLastStream) { + lastStreamCleanup.push(cleanup) + } + } + } else if (isNodeStream(stream)) { + if (isReadableNodeStream(ret)) { + finishCount += 2 + const cleanup = pipe(ret, stream, finish, { + end + }) + if (isReadable(stream) && isLastStream) { + lastStreamCleanup.push(cleanup) + } + } else if (isTransformStream(ret) || isReadableStream(ret)) { + const toRead = ret.readable || ret + finishCount++ + pumpToNode(toRead, stream, finish, { + end + }) + } else if (isIterable(ret)) { + finishCount++ + pumpToNode(ret, stream, finish, { + end + }) + } else { + throw new ERR_INVALID_ARG_TYPE( + 'val', + ['Readable', 'Iterable', 'AsyncIterable', 'ReadableStream', 'TransformStream'], + ret + ) + } + ret = stream + } else if (isWebStream(stream)) { + if (isReadableNodeStream(ret)) { + finishCount++ + pumpToWeb(makeAsyncIterable(ret), stream, finish, { + end + }) + } else if (isReadableStream(ret) || isIterable(ret)) { + finishCount++ + pumpToWeb(ret, stream, finish, { + end + }) + } else if (isTransformStream(ret)) { + finishCount++ + pumpToWeb(ret.readable, stream, finish, { + end + }) + } else { + throw new ERR_INVALID_ARG_TYPE( + 'val', + ['Readable', 'Iterable', 'AsyncIterable', 'ReadableStream', 'TransformStream'], + ret + ) + } + ret = stream + } else { + ret = Duplex.from(stream) + } + } + if ( + (signal !== null && signal !== undefined && signal.aborted) || + (outerSignal !== null && outerSignal !== undefined && outerSignal.aborted) + ) { + process.nextTick(abort) + } + return ret +} +function pipe(src, dst, finish, { end }) { + let ended = false + dst.on('close', () => { + if (!ended) { + // Finish if the destination closes before the source has completed. + finish(new ERR_STREAM_PREMATURE_CLOSE()) + } + }) + src.pipe(dst, { + end: false + }) // If end is true we already will have a listener to end dst. + + if (end) { + // Compat. Before node v10.12.0 stdio used to throw an error so + // pipe() did/does not end() stdio destinations. + // Now they allow it but "secretly" don't close the underlying fd. + + function endFn() { + ended = true + dst.end() + } + if (isReadableFinished(src)) { + // End the destination if the source has already ended. + process.nextTick(endFn) + } else { + src.once('end', endFn) + } + } else { + finish() + } + eos( + src, + { + readable: true, + writable: false + }, + (err) => { + const rState = src._readableState + if ( + err && + err.code === 'ERR_STREAM_PREMATURE_CLOSE' && + rState && + rState.ended && + !rState.errored && + !rState.errorEmitted + ) { + // Some readable streams will emit 'close' before 'end'. However, since + // this is on the readable side 'end' should still be emitted if the + // stream has been ended and no error emitted. This should be allowed in + // favor of backwards compatibility. Since the stream is piped to a + // destination this should not result in any observable difference. + // We don't need to check if this is a writable premature close since + // eos will only fail with premature close on the reading side for + // duplex streams. + src.once('end', finish).once('error', finish) + } else { + finish(err) + } + } + ) + return eos( + dst, + { + readable: false, + writable: true + }, + finish + ) +} +module.exports = { + pipelineImpl, + pipeline +} diff --git a/node_modules/readable-stream/lib/internal/streams/readable.js b/node_modules/readable-stream/lib/internal/streams/readable.js new file mode 100644 index 0000000..90c7316 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/readable.js @@ -0,0 +1,1290 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +'use strict' + +/* replacement start */ + +const process = require('process/') + +/* replacement end */ + +const { + ArrayPrototypeIndexOf, + NumberIsInteger, + NumberIsNaN, + NumberParseInt, + ObjectDefineProperties, + ObjectKeys, + ObjectSetPrototypeOf, + Promise, + SafeSet, + SymbolAsyncDispose, + SymbolAsyncIterator, + Symbol +} = require('../../ours/primordials') +module.exports = Readable +Readable.ReadableState = ReadableState +const { EventEmitter: EE } = require('events') +const { Stream, prependListener } = require('./legacy') +const { Buffer } = require('buffer') +const { addAbortSignal } = require('./add-abort-signal') +const eos = require('./end-of-stream') +let debug = require('../../ours/util').debuglog('stream', (fn) => { + debug = fn +}) +const BufferList = require('./buffer_list') +const destroyImpl = require('./destroy') +const { getHighWaterMark, getDefaultHighWaterMark } = require('./state') +const { + aggregateTwoErrors, + codes: { + ERR_INVALID_ARG_TYPE, + ERR_METHOD_NOT_IMPLEMENTED, + ERR_OUT_OF_RANGE, + ERR_STREAM_PUSH_AFTER_EOF, + ERR_STREAM_UNSHIFT_AFTER_END_EVENT + }, + AbortError +} = require('../../ours/errors') +const { validateObject } = require('../validators') +const kPaused = Symbol('kPaused') +const { StringDecoder } = require('string_decoder/') +const from = require('./from') +ObjectSetPrototypeOf(Readable.prototype, Stream.prototype) +ObjectSetPrototypeOf(Readable, Stream) +const nop = () => {} +const { errorOrDestroy } = destroyImpl +const kObjectMode = 1 << 0 +const kEnded = 1 << 1 +const kEndEmitted = 1 << 2 +const kReading = 1 << 3 +const kConstructed = 1 << 4 +const kSync = 1 << 5 +const kNeedReadable = 1 << 6 +const kEmittedReadable = 1 << 7 +const kReadableListening = 1 << 8 +const kResumeScheduled = 1 << 9 +const kErrorEmitted = 1 << 10 +const kEmitClose = 1 << 11 +const kAutoDestroy = 1 << 12 +const kDestroyed = 1 << 13 +const kClosed = 1 << 14 +const kCloseEmitted = 1 << 15 +const kMultiAwaitDrain = 1 << 16 +const kReadingMore = 1 << 17 +const kDataEmitted = 1 << 18 + +// TODO(benjamingr) it is likely slower to do it this way than with free functions +function makeBitMapDescriptor(bit) { + return { + enumerable: false, + get() { + return (this.state & bit) !== 0 + }, + set(value) { + if (value) this.state |= bit + else this.state &= ~bit + } + } +} +ObjectDefineProperties(ReadableState.prototype, { + objectMode: makeBitMapDescriptor(kObjectMode), + ended: makeBitMapDescriptor(kEnded), + endEmitted: makeBitMapDescriptor(kEndEmitted), + reading: makeBitMapDescriptor(kReading), + // Stream is still being constructed and cannot be + // destroyed until construction finished or failed. + // Async construction is opt in, therefore we start as + // constructed. + constructed: makeBitMapDescriptor(kConstructed), + // A flag to be able to tell if the event 'readable'/'data' is emitted + // immediately, or on a later tick. We set this to true at first, because + // any actions that shouldn't happen until "later" should generally also + // not happen before the first read call. + sync: makeBitMapDescriptor(kSync), + // Whenever we return null, then we set a flag to say + // that we're awaiting a 'readable' event emission. + needReadable: makeBitMapDescriptor(kNeedReadable), + emittedReadable: makeBitMapDescriptor(kEmittedReadable), + readableListening: makeBitMapDescriptor(kReadableListening), + resumeScheduled: makeBitMapDescriptor(kResumeScheduled), + // True if the error was already emitted and should not be thrown again. + errorEmitted: makeBitMapDescriptor(kErrorEmitted), + emitClose: makeBitMapDescriptor(kEmitClose), + autoDestroy: makeBitMapDescriptor(kAutoDestroy), + // Has it been destroyed. + destroyed: makeBitMapDescriptor(kDestroyed), + // Indicates whether the stream has finished destroying. + closed: makeBitMapDescriptor(kClosed), + // True if close has been emitted or would have been emitted + // depending on emitClose. + closeEmitted: makeBitMapDescriptor(kCloseEmitted), + multiAwaitDrain: makeBitMapDescriptor(kMultiAwaitDrain), + // If true, a maybeReadMore has been scheduled. + readingMore: makeBitMapDescriptor(kReadingMore), + dataEmitted: makeBitMapDescriptor(kDataEmitted) +}) +function ReadableState(options, stream, isDuplex) { + // Duplex streams are both readable and writable, but share + // the same options object. + // However, some cases require setting options to different + // values for the readable and the writable sides of the duplex stream. + // These options can be provided separately as readableXXX and writableXXX. + if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof require('./duplex') + + // Bit map field to store ReadableState more effciently with 1 bit per field + // instead of a V8 slot per field. + this.state = kEmitClose | kAutoDestroy | kConstructed | kSync + // Object stream flag. Used to make read(n) ignore n and to + // make all the buffer merging and length checks go away. + if (options && options.objectMode) this.state |= kObjectMode + if (isDuplex && options && options.readableObjectMode) this.state |= kObjectMode + + // The point at which it stops calling _read() to fill the buffer + // Note: 0 is a valid value, means "don't call _read preemptively ever" + this.highWaterMark = options + ? getHighWaterMark(this, options, 'readableHighWaterMark', isDuplex) + : getDefaultHighWaterMark(false) + + // A linked list is used to store data chunks instead of an array because the + // linked list can remove elements from the beginning faster than + // array.shift(). + this.buffer = new BufferList() + this.length = 0 + this.pipes = [] + this.flowing = null + this[kPaused] = null + + // Should close be emitted on destroy. Defaults to true. + if (options && options.emitClose === false) this.state &= ~kEmitClose + + // Should .destroy() be called after 'end' (and potentially 'finish'). + if (options && options.autoDestroy === false) this.state &= ~kAutoDestroy + + // Indicates whether the stream has errored. When true no further + // _read calls, 'data' or 'readable' events should occur. This is needed + // since when autoDestroy is disabled we need a way to tell whether the + // stream has failed. + this.errored = null + + // Crypto is kind of old and crusty. Historically, its default string + // encoding is 'binary' so we have to make this configurable. + // Everything else in the universe uses 'utf8', though. + this.defaultEncoding = (options && options.defaultEncoding) || 'utf8' + + // Ref the piped dest which we need a drain event on it + // type: null | Writable | Set. + this.awaitDrainWriters = null + this.decoder = null + this.encoding = null + if (options && options.encoding) { + this.decoder = new StringDecoder(options.encoding) + this.encoding = options.encoding + } +} +function Readable(options) { + if (!(this instanceof Readable)) return new Readable(options) + + // Checking for a Stream.Duplex instance is faster here instead of inside + // the ReadableState constructor, at least with V8 6.5. + const isDuplex = this instanceof require('./duplex') + this._readableState = new ReadableState(options, this, isDuplex) + if (options) { + if (typeof options.read === 'function') this._read = options.read + if (typeof options.destroy === 'function') this._destroy = options.destroy + if (typeof options.construct === 'function') this._construct = options.construct + if (options.signal && !isDuplex) addAbortSignal(options.signal, this) + } + Stream.call(this, options) + destroyImpl.construct(this, () => { + if (this._readableState.needReadable) { + maybeReadMore(this, this._readableState) + } + }) +} +Readable.prototype.destroy = destroyImpl.destroy +Readable.prototype._undestroy = destroyImpl.undestroy +Readable.prototype._destroy = function (err, cb) { + cb(err) +} +Readable.prototype[EE.captureRejectionSymbol] = function (err) { + this.destroy(err) +} +Readable.prototype[SymbolAsyncDispose] = function () { + let error + if (!this.destroyed) { + error = this.readableEnded ? null : new AbortError() + this.destroy(error) + } + return new Promise((resolve, reject) => eos(this, (err) => (err && err !== error ? reject(err) : resolve(null)))) +} + +// Manually shove something into the read() buffer. +// This returns true if the highWaterMark has not been hit yet, +// similar to how Writable.write() returns true if you should +// write() some more. +Readable.prototype.push = function (chunk, encoding) { + return readableAddChunk(this, chunk, encoding, false) +} + +// Unshift should *always* be something directly out of read(). +Readable.prototype.unshift = function (chunk, encoding) { + return readableAddChunk(this, chunk, encoding, true) +} +function readableAddChunk(stream, chunk, encoding, addToFront) { + debug('readableAddChunk', chunk) + const state = stream._readableState + let err + if ((state.state & kObjectMode) === 0) { + if (typeof chunk === 'string') { + encoding = encoding || state.defaultEncoding + if (state.encoding !== encoding) { + if (addToFront && state.encoding) { + // When unshifting, if state.encoding is set, we have to save + // the string in the BufferList with the state encoding. + chunk = Buffer.from(chunk, encoding).toString(state.encoding) + } else { + chunk = Buffer.from(chunk, encoding) + encoding = '' + } + } + } else if (chunk instanceof Buffer) { + encoding = '' + } else if (Stream._isUint8Array(chunk)) { + chunk = Stream._uint8ArrayToBuffer(chunk) + encoding = '' + } else if (chunk != null) { + err = new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer', 'Uint8Array'], chunk) + } + } + if (err) { + errorOrDestroy(stream, err) + } else if (chunk === null) { + state.state &= ~kReading + onEofChunk(stream, state) + } else if ((state.state & kObjectMode) !== 0 || (chunk && chunk.length > 0)) { + if (addToFront) { + if ((state.state & kEndEmitted) !== 0) errorOrDestroy(stream, new ERR_STREAM_UNSHIFT_AFTER_END_EVENT()) + else if (state.destroyed || state.errored) return false + else addChunk(stream, state, chunk, true) + } else if (state.ended) { + errorOrDestroy(stream, new ERR_STREAM_PUSH_AFTER_EOF()) + } else if (state.destroyed || state.errored) { + return false + } else { + state.state &= ~kReading + if (state.decoder && !encoding) { + chunk = state.decoder.write(chunk) + if (state.objectMode || chunk.length !== 0) addChunk(stream, state, chunk, false) + else maybeReadMore(stream, state) + } else { + addChunk(stream, state, chunk, false) + } + } + } else if (!addToFront) { + state.state &= ~kReading + maybeReadMore(stream, state) + } + + // We can push more data if we are below the highWaterMark. + // Also, if we have no data yet, we can stand some more bytes. + // This is to work around cases where hwm=0, such as the repl. + return !state.ended && (state.length < state.highWaterMark || state.length === 0) +} +function addChunk(stream, state, chunk, addToFront) { + if (state.flowing && state.length === 0 && !state.sync && stream.listenerCount('data') > 0) { + // Use the guard to avoid creating `Set()` repeatedly + // when we have multiple pipes. + if ((state.state & kMultiAwaitDrain) !== 0) { + state.awaitDrainWriters.clear() + } else { + state.awaitDrainWriters = null + } + state.dataEmitted = true + stream.emit('data', chunk) + } else { + // Update the buffer info. + state.length += state.objectMode ? 1 : chunk.length + if (addToFront) state.buffer.unshift(chunk) + else state.buffer.push(chunk) + if ((state.state & kNeedReadable) !== 0) emitReadable(stream) + } + maybeReadMore(stream, state) +} +Readable.prototype.isPaused = function () { + const state = this._readableState + return state[kPaused] === true || state.flowing === false +} + +// Backwards compatibility. +Readable.prototype.setEncoding = function (enc) { + const decoder = new StringDecoder(enc) + this._readableState.decoder = decoder + // If setEncoding(null), decoder.encoding equals utf8. + this._readableState.encoding = this._readableState.decoder.encoding + const buffer = this._readableState.buffer + // Iterate over current buffer to convert already stored Buffers: + let content = '' + for (const data of buffer) { + content += decoder.write(data) + } + buffer.clear() + if (content !== '') buffer.push(content) + this._readableState.length = content.length + return this +} + +// Don't raise the hwm > 1GB. +const MAX_HWM = 0x40000000 +function computeNewHighWaterMark(n) { + if (n > MAX_HWM) { + throw new ERR_OUT_OF_RANGE('size', '<= 1GiB', n) + } else { + // Get the next highest power of 2 to prevent increasing hwm excessively in + // tiny amounts. + n-- + n |= n >>> 1 + n |= n >>> 2 + n |= n >>> 4 + n |= n >>> 8 + n |= n >>> 16 + n++ + } + return n +} + +// This function is designed to be inlinable, so please take care when making +// changes to the function body. +function howMuchToRead(n, state) { + if (n <= 0 || (state.length === 0 && state.ended)) return 0 + if ((state.state & kObjectMode) !== 0) return 1 + if (NumberIsNaN(n)) { + // Only flow one buffer at a time. + if (state.flowing && state.length) return state.buffer.first().length + return state.length + } + if (n <= state.length) return n + return state.ended ? state.length : 0 +} + +// You can override either this method, or the async _read(n) below. +Readable.prototype.read = function (n) { + debug('read', n) + // Same as parseInt(undefined, 10), however V8 7.3 performance regressed + // in this scenario, so we are doing it manually. + if (n === undefined) { + n = NaN + } else if (!NumberIsInteger(n)) { + n = NumberParseInt(n, 10) + } + const state = this._readableState + const nOrig = n + + // If we're asking for more than the current hwm, then raise the hwm. + if (n > state.highWaterMark) state.highWaterMark = computeNewHighWaterMark(n) + if (n !== 0) state.state &= ~kEmittedReadable + + // If we're doing read(0) to trigger a readable event, but we + // already have a bunch of data in the buffer, then just trigger + // the 'readable' event and move on. + if ( + n === 0 && + state.needReadable && + ((state.highWaterMark !== 0 ? state.length >= state.highWaterMark : state.length > 0) || state.ended) + ) { + debug('read: emitReadable', state.length, state.ended) + if (state.length === 0 && state.ended) endReadable(this) + else emitReadable(this) + return null + } + n = howMuchToRead(n, state) + + // If we've ended, and we're now clear, then finish it up. + if (n === 0 && state.ended) { + if (state.length === 0) endReadable(this) + return null + } + + // All the actual chunk generation logic needs to be + // *below* the call to _read. The reason is that in certain + // synthetic stream cases, such as passthrough streams, _read + // may be a completely synchronous operation which may change + // the state of the read buffer, providing enough data when + // before there was *not* enough. + // + // So, the steps are: + // 1. Figure out what the state of things will be after we do + // a read from the buffer. + // + // 2. If that resulting state will trigger a _read, then call _read. + // Note that this may be asynchronous, or synchronous. Yes, it is + // deeply ugly to write APIs this way, but that still doesn't mean + // that the Readable class should behave improperly, as streams are + // designed to be sync/async agnostic. + // Take note if the _read call is sync or async (ie, if the read call + // has returned yet), so that we know whether or not it's safe to emit + // 'readable' etc. + // + // 3. Actually pull the requested chunks out of the buffer and return. + + // if we need a readable event, then we need to do some reading. + let doRead = (state.state & kNeedReadable) !== 0 + debug('need readable', doRead) + + // If we currently have less than the highWaterMark, then also read some. + if (state.length === 0 || state.length - n < state.highWaterMark) { + doRead = true + debug('length less than watermark', doRead) + } + + // However, if we've ended, then there's no point, if we're already + // reading, then it's unnecessary, if we're constructing we have to wait, + // and if we're destroyed or errored, then it's not allowed, + if (state.ended || state.reading || state.destroyed || state.errored || !state.constructed) { + doRead = false + debug('reading, ended or constructing', doRead) + } else if (doRead) { + debug('do read') + state.state |= kReading | kSync + // If the length is currently zero, then we *need* a readable event. + if (state.length === 0) state.state |= kNeedReadable + + // Call internal read method + try { + this._read(state.highWaterMark) + } catch (err) { + errorOrDestroy(this, err) + } + state.state &= ~kSync + + // If _read pushed data synchronously, then `reading` will be false, + // and we need to re-evaluate how much data we can return to the user. + if (!state.reading) n = howMuchToRead(nOrig, state) + } + let ret + if (n > 0) ret = fromList(n, state) + else ret = null + if (ret === null) { + state.needReadable = state.length <= state.highWaterMark + n = 0 + } else { + state.length -= n + if (state.multiAwaitDrain) { + state.awaitDrainWriters.clear() + } else { + state.awaitDrainWriters = null + } + } + if (state.length === 0) { + // If we have nothing in the buffer, then we want to know + // as soon as we *do* get something into the buffer. + if (!state.ended) state.needReadable = true + + // If we tried to read() past the EOF, then emit end on the next tick. + if (nOrig !== n && state.ended) endReadable(this) + } + if (ret !== null && !state.errorEmitted && !state.closeEmitted) { + state.dataEmitted = true + this.emit('data', ret) + } + return ret +} +function onEofChunk(stream, state) { + debug('onEofChunk') + if (state.ended) return + if (state.decoder) { + const chunk = state.decoder.end() + if (chunk && chunk.length) { + state.buffer.push(chunk) + state.length += state.objectMode ? 1 : chunk.length + } + } + state.ended = true + if (state.sync) { + // If we are sync, wait until next tick to emit the data. + // Otherwise we risk emitting data in the flow() + // the readable code triggers during a read() call. + emitReadable(stream) + } else { + // Emit 'readable' now to make sure it gets picked up. + state.needReadable = false + state.emittedReadable = true + // We have to emit readable now that we are EOF. Modules + // in the ecosystem (e.g. dicer) rely on this event being sync. + emitReadable_(stream) + } +} + +// Don't emit readable right away in sync mode, because this can trigger +// another read() call => stack overflow. This way, it might trigger +// a nextTick recursion warning, but that's not so bad. +function emitReadable(stream) { + const state = stream._readableState + debug('emitReadable', state.needReadable, state.emittedReadable) + state.needReadable = false + if (!state.emittedReadable) { + debug('emitReadable', state.flowing) + state.emittedReadable = true + process.nextTick(emitReadable_, stream) + } +} +function emitReadable_(stream) { + const state = stream._readableState + debug('emitReadable_', state.destroyed, state.length, state.ended) + if (!state.destroyed && !state.errored && (state.length || state.ended)) { + stream.emit('readable') + state.emittedReadable = false + } + + // The stream needs another readable event if: + // 1. It is not flowing, as the flow mechanism will take + // care of it. + // 2. It is not ended. + // 3. It is below the highWaterMark, so we can schedule + // another readable later. + state.needReadable = !state.flowing && !state.ended && state.length <= state.highWaterMark + flow(stream) +} + +// At this point, the user has presumably seen the 'readable' event, +// and called read() to consume some data. that may have triggered +// in turn another _read(n) call, in which case reading = true if +// it's in progress. +// However, if we're not ended, or reading, and the length < hwm, +// then go ahead and try to read some more preemptively. +function maybeReadMore(stream, state) { + if (!state.readingMore && state.constructed) { + state.readingMore = true + process.nextTick(maybeReadMore_, stream, state) + } +} +function maybeReadMore_(stream, state) { + // Attempt to read more data if we should. + // + // The conditions for reading more data are (one of): + // - Not enough data buffered (state.length < state.highWaterMark). The loop + // is responsible for filling the buffer with enough data if such data + // is available. If highWaterMark is 0 and we are not in the flowing mode + // we should _not_ attempt to buffer any extra data. We'll get more data + // when the stream consumer calls read() instead. + // - No data in the buffer, and the stream is in flowing mode. In this mode + // the loop below is responsible for ensuring read() is called. Failing to + // call read here would abort the flow and there's no other mechanism for + // continuing the flow if the stream consumer has just subscribed to the + // 'data' event. + // + // In addition to the above conditions to keep reading data, the following + // conditions prevent the data from being read: + // - The stream has ended (state.ended). + // - There is already a pending 'read' operation (state.reading). This is a + // case where the stream has called the implementation defined _read() + // method, but they are processing the call asynchronously and have _not_ + // called push() with new data. In this case we skip performing more + // read()s. The execution ends in this method again after the _read() ends + // up calling push() with more data. + while ( + !state.reading && + !state.ended && + (state.length < state.highWaterMark || (state.flowing && state.length === 0)) + ) { + const len = state.length + debug('maybeReadMore read 0') + stream.read(0) + if (len === state.length) + // Didn't get any data, stop spinning. + break + } + state.readingMore = false +} + +// Abstract method. to be overridden in specific implementation classes. +// call cb(er, data) where data is <= n in length. +// for virtual (non-string, non-buffer) streams, "length" is somewhat +// arbitrary, and perhaps not very meaningful. +Readable.prototype._read = function (n) { + throw new ERR_METHOD_NOT_IMPLEMENTED('_read()') +} +Readable.prototype.pipe = function (dest, pipeOpts) { + const src = this + const state = this._readableState + if (state.pipes.length === 1) { + if (!state.multiAwaitDrain) { + state.multiAwaitDrain = true + state.awaitDrainWriters = new SafeSet(state.awaitDrainWriters ? [state.awaitDrainWriters] : []) + } + } + state.pipes.push(dest) + debug('pipe count=%d opts=%j', state.pipes.length, pipeOpts) + const doEnd = (!pipeOpts || pipeOpts.end !== false) && dest !== process.stdout && dest !== process.stderr + const endFn = doEnd ? onend : unpipe + if (state.endEmitted) process.nextTick(endFn) + else src.once('end', endFn) + dest.on('unpipe', onunpipe) + function onunpipe(readable, unpipeInfo) { + debug('onunpipe') + if (readable === src) { + if (unpipeInfo && unpipeInfo.hasUnpiped === false) { + unpipeInfo.hasUnpiped = true + cleanup() + } + } + } + function onend() { + debug('onend') + dest.end() + } + let ondrain + let cleanedUp = false + function cleanup() { + debug('cleanup') + // Cleanup event handlers once the pipe is broken. + dest.removeListener('close', onclose) + dest.removeListener('finish', onfinish) + if (ondrain) { + dest.removeListener('drain', ondrain) + } + dest.removeListener('error', onerror) + dest.removeListener('unpipe', onunpipe) + src.removeListener('end', onend) + src.removeListener('end', unpipe) + src.removeListener('data', ondata) + cleanedUp = true + + // If the reader is waiting for a drain event from this + // specific writer, then it would cause it to never start + // flowing again. + // So, if this is awaiting a drain, then we just call it now. + // If we don't know, then assume that we are waiting for one. + if (ondrain && state.awaitDrainWriters && (!dest._writableState || dest._writableState.needDrain)) ondrain() + } + function pause() { + // If the user unpiped during `dest.write()`, it is possible + // to get stuck in a permanently paused state if that write + // also returned false. + // => Check whether `dest` is still a piping destination. + if (!cleanedUp) { + if (state.pipes.length === 1 && state.pipes[0] === dest) { + debug('false write response, pause', 0) + state.awaitDrainWriters = dest + state.multiAwaitDrain = false + } else if (state.pipes.length > 1 && state.pipes.includes(dest)) { + debug('false write response, pause', state.awaitDrainWriters.size) + state.awaitDrainWriters.add(dest) + } + src.pause() + } + if (!ondrain) { + // When the dest drains, it reduces the awaitDrain counter + // on the source. This would be more elegant with a .once() + // handler in flow(), but adding and removing repeatedly is + // too slow. + ondrain = pipeOnDrain(src, dest) + dest.on('drain', ondrain) + } + } + src.on('data', ondata) + function ondata(chunk) { + debug('ondata') + const ret = dest.write(chunk) + debug('dest.write', ret) + if (ret === false) { + pause() + } + } + + // If the dest has an error, then stop piping into it. + // However, don't suppress the throwing behavior for this. + function onerror(er) { + debug('onerror', er) + unpipe() + dest.removeListener('error', onerror) + if (dest.listenerCount('error') === 0) { + const s = dest._writableState || dest._readableState + if (s && !s.errorEmitted) { + // User incorrectly emitted 'error' directly on the stream. + errorOrDestroy(dest, er) + } else { + dest.emit('error', er) + } + } + } + + // Make sure our error handler is attached before userland ones. + prependListener(dest, 'error', onerror) + + // Both close and finish should trigger unpipe, but only once. + function onclose() { + dest.removeListener('finish', onfinish) + unpipe() + } + dest.once('close', onclose) + function onfinish() { + debug('onfinish') + dest.removeListener('close', onclose) + unpipe() + } + dest.once('finish', onfinish) + function unpipe() { + debug('unpipe') + src.unpipe(dest) + } + + // Tell the dest that it's being piped to. + dest.emit('pipe', src) + + // Start the flow if it hasn't been started already. + + if (dest.writableNeedDrain === true) { + pause() + } else if (!state.flowing) { + debug('pipe resume') + src.resume() + } + return dest +} +function pipeOnDrain(src, dest) { + return function pipeOnDrainFunctionResult() { + const state = src._readableState + + // `ondrain` will call directly, + // `this` maybe not a reference to dest, + // so we use the real dest here. + if (state.awaitDrainWriters === dest) { + debug('pipeOnDrain', 1) + state.awaitDrainWriters = null + } else if (state.multiAwaitDrain) { + debug('pipeOnDrain', state.awaitDrainWriters.size) + state.awaitDrainWriters.delete(dest) + } + if ((!state.awaitDrainWriters || state.awaitDrainWriters.size === 0) && src.listenerCount('data')) { + src.resume() + } + } +} +Readable.prototype.unpipe = function (dest) { + const state = this._readableState + const unpipeInfo = { + hasUnpiped: false + } + + // If we're not piping anywhere, then do nothing. + if (state.pipes.length === 0) return this + if (!dest) { + // remove all. + const dests = state.pipes + state.pipes = [] + this.pause() + for (let i = 0; i < dests.length; i++) + dests[i].emit('unpipe', this, { + hasUnpiped: false + }) + return this + } + + // Try to find the right one. + const index = ArrayPrototypeIndexOf(state.pipes, dest) + if (index === -1) return this + state.pipes.splice(index, 1) + if (state.pipes.length === 0) this.pause() + dest.emit('unpipe', this, unpipeInfo) + return this +} + +// Set up data events if they are asked for +// Ensure readable listeners eventually get something. +Readable.prototype.on = function (ev, fn) { + const res = Stream.prototype.on.call(this, ev, fn) + const state = this._readableState + if (ev === 'data') { + // Update readableListening so that resume() may be a no-op + // a few lines down. This is needed to support once('readable'). + state.readableListening = this.listenerCount('readable') > 0 + + // Try start flowing on next tick if stream isn't explicitly paused. + if (state.flowing !== false) this.resume() + } else if (ev === 'readable') { + if (!state.endEmitted && !state.readableListening) { + state.readableListening = state.needReadable = true + state.flowing = false + state.emittedReadable = false + debug('on readable', state.length, state.reading) + if (state.length) { + emitReadable(this) + } else if (!state.reading) { + process.nextTick(nReadingNextTick, this) + } + } + } + return res +} +Readable.prototype.addListener = Readable.prototype.on +Readable.prototype.removeListener = function (ev, fn) { + const res = Stream.prototype.removeListener.call(this, ev, fn) + if (ev === 'readable') { + // We need to check if there is someone still listening to + // readable and reset the state. However this needs to happen + // after readable has been emitted but before I/O (nextTick) to + // support once('readable', fn) cycles. This means that calling + // resume within the same tick will have no + // effect. + process.nextTick(updateReadableListening, this) + } + return res +} +Readable.prototype.off = Readable.prototype.removeListener +Readable.prototype.removeAllListeners = function (ev) { + const res = Stream.prototype.removeAllListeners.apply(this, arguments) + if (ev === 'readable' || ev === undefined) { + // We need to check if there is someone still listening to + // readable and reset the state. However this needs to happen + // after readable has been emitted but before I/O (nextTick) to + // support once('readable', fn) cycles. This means that calling + // resume within the same tick will have no + // effect. + process.nextTick(updateReadableListening, this) + } + return res +} +function updateReadableListening(self) { + const state = self._readableState + state.readableListening = self.listenerCount('readable') > 0 + if (state.resumeScheduled && state[kPaused] === false) { + // Flowing needs to be set to true now, otherwise + // the upcoming resume will not flow. + state.flowing = true + + // Crude way to check if we should resume. + } else if (self.listenerCount('data') > 0) { + self.resume() + } else if (!state.readableListening) { + state.flowing = null + } +} +function nReadingNextTick(self) { + debug('readable nexttick read 0') + self.read(0) +} + +// pause() and resume() are remnants of the legacy readable stream API +// If the user uses them, then switch into old mode. +Readable.prototype.resume = function () { + const state = this._readableState + if (!state.flowing) { + debug('resume') + // We flow only if there is no one listening + // for readable, but we still have to call + // resume(). + state.flowing = !state.readableListening + resume(this, state) + } + state[kPaused] = false + return this +} +function resume(stream, state) { + if (!state.resumeScheduled) { + state.resumeScheduled = true + process.nextTick(resume_, stream, state) + } +} +function resume_(stream, state) { + debug('resume', state.reading) + if (!state.reading) { + stream.read(0) + } + state.resumeScheduled = false + stream.emit('resume') + flow(stream) + if (state.flowing && !state.reading) stream.read(0) +} +Readable.prototype.pause = function () { + debug('call pause flowing=%j', this._readableState.flowing) + if (this._readableState.flowing !== false) { + debug('pause') + this._readableState.flowing = false + this.emit('pause') + } + this._readableState[kPaused] = true + return this +} +function flow(stream) { + const state = stream._readableState + debug('flow', state.flowing) + while (state.flowing && stream.read() !== null); +} + +// Wrap an old-style stream as the async data source. +// This is *not* part of the readable stream interface. +// It is an ugly unfortunate mess of history. +Readable.prototype.wrap = function (stream) { + let paused = false + + // TODO (ronag): Should this.destroy(err) emit + // 'error' on the wrapped stream? Would require + // a static factory method, e.g. Readable.wrap(stream). + + stream.on('data', (chunk) => { + if (!this.push(chunk) && stream.pause) { + paused = true + stream.pause() + } + }) + stream.on('end', () => { + this.push(null) + }) + stream.on('error', (err) => { + errorOrDestroy(this, err) + }) + stream.on('close', () => { + this.destroy() + }) + stream.on('destroy', () => { + this.destroy() + }) + this._read = () => { + if (paused && stream.resume) { + paused = false + stream.resume() + } + } + + // Proxy all the other methods. Important when wrapping filters and duplexes. + const streamKeys = ObjectKeys(stream) + for (let j = 1; j < streamKeys.length; j++) { + const i = streamKeys[j] + if (this[i] === undefined && typeof stream[i] === 'function') { + this[i] = stream[i].bind(stream) + } + } + return this +} +Readable.prototype[SymbolAsyncIterator] = function () { + return streamToAsyncIterator(this) +} +Readable.prototype.iterator = function (options) { + if (options !== undefined) { + validateObject(options, 'options') + } + return streamToAsyncIterator(this, options) +} +function streamToAsyncIterator(stream, options) { + if (typeof stream.read !== 'function') { + stream = Readable.wrap(stream, { + objectMode: true + }) + } + const iter = createAsyncIterator(stream, options) + iter.stream = stream + return iter +} +async function* createAsyncIterator(stream, options) { + let callback = nop + function next(resolve) { + if (this === stream) { + callback() + callback = nop + } else { + callback = resolve + } + } + stream.on('readable', next) + let error + const cleanup = eos( + stream, + { + writable: false + }, + (err) => { + error = err ? aggregateTwoErrors(error, err) : null + callback() + callback = nop + } + ) + try { + while (true) { + const chunk = stream.destroyed ? null : stream.read() + if (chunk !== null) { + yield chunk + } else if (error) { + throw error + } else if (error === null) { + return + } else { + await new Promise(next) + } + } + } catch (err) { + error = aggregateTwoErrors(error, err) + throw error + } finally { + if ( + (error || (options === null || options === undefined ? undefined : options.destroyOnReturn) !== false) && + (error === undefined || stream._readableState.autoDestroy) + ) { + destroyImpl.destroyer(stream, null) + } else { + stream.off('readable', next) + cleanup() + } + } +} + +// Making it explicit these properties are not enumerable +// because otherwise some prototype manipulation in +// userland will fail. +ObjectDefineProperties(Readable.prototype, { + readable: { + __proto__: null, + get() { + const r = this._readableState + // r.readable === false means that this is part of a Duplex stream + // where the readable side was disabled upon construction. + // Compat. The user might manually disable readable side through + // deprecated setter. + return !!r && r.readable !== false && !r.destroyed && !r.errorEmitted && !r.endEmitted + }, + set(val) { + // Backwards compat. + if (this._readableState) { + this._readableState.readable = !!val + } + } + }, + readableDidRead: { + __proto__: null, + enumerable: false, + get: function () { + return this._readableState.dataEmitted + } + }, + readableAborted: { + __proto__: null, + enumerable: false, + get: function () { + return !!( + this._readableState.readable !== false && + (this._readableState.destroyed || this._readableState.errored) && + !this._readableState.endEmitted + ) + } + }, + readableHighWaterMark: { + __proto__: null, + enumerable: false, + get: function () { + return this._readableState.highWaterMark + } + }, + readableBuffer: { + __proto__: null, + enumerable: false, + get: function () { + return this._readableState && this._readableState.buffer + } + }, + readableFlowing: { + __proto__: null, + enumerable: false, + get: function () { + return this._readableState.flowing + }, + set: function (state) { + if (this._readableState) { + this._readableState.flowing = state + } + } + }, + readableLength: { + __proto__: null, + enumerable: false, + get() { + return this._readableState.length + } + }, + readableObjectMode: { + __proto__: null, + enumerable: false, + get() { + return this._readableState ? this._readableState.objectMode : false + } + }, + readableEncoding: { + __proto__: null, + enumerable: false, + get() { + return this._readableState ? this._readableState.encoding : null + } + }, + errored: { + __proto__: null, + enumerable: false, + get() { + return this._readableState ? this._readableState.errored : null + } + }, + closed: { + __proto__: null, + get() { + return this._readableState ? this._readableState.closed : false + } + }, + destroyed: { + __proto__: null, + enumerable: false, + get() { + return this._readableState ? this._readableState.destroyed : false + }, + set(value) { + // We ignore the value if the stream + // has not been initialized yet. + if (!this._readableState) { + return + } + + // Backward compatibility, the user is explicitly + // managing destroyed. + this._readableState.destroyed = value + } + }, + readableEnded: { + __proto__: null, + enumerable: false, + get() { + return this._readableState ? this._readableState.endEmitted : false + } + } +}) +ObjectDefineProperties(ReadableState.prototype, { + // Legacy getter for `pipesCount`. + pipesCount: { + __proto__: null, + get() { + return this.pipes.length + } + }, + // Legacy property for `paused`. + paused: { + __proto__: null, + get() { + return this[kPaused] !== false + }, + set(value) { + this[kPaused] = !!value + } + } +}) + +// Exposed for testing purposes only. +Readable._fromList = fromList + +// Pluck off n bytes from an array of buffers. +// Length is the combined lengths of all the buffers in the list. +// This function is designed to be inlinable, so please take care when making +// changes to the function body. +function fromList(n, state) { + // nothing buffered. + if (state.length === 0) return null + let ret + if (state.objectMode) ret = state.buffer.shift() + else if (!n || n >= state.length) { + // Read it all, truncate the list. + if (state.decoder) ret = state.buffer.join('') + else if (state.buffer.length === 1) ret = state.buffer.first() + else ret = state.buffer.concat(state.length) + state.buffer.clear() + } else { + // read part of list. + ret = state.buffer.consume(n, state.decoder) + } + return ret +} +function endReadable(stream) { + const state = stream._readableState + debug('endReadable', state.endEmitted) + if (!state.endEmitted) { + state.ended = true + process.nextTick(endReadableNT, state, stream) + } +} +function endReadableNT(state, stream) { + debug('endReadableNT', state.endEmitted, state.length) + + // Check that we didn't get one last unshift. + if (!state.errored && !state.closeEmitted && !state.endEmitted && state.length === 0) { + state.endEmitted = true + stream.emit('end') + if (stream.writable && stream.allowHalfOpen === false) { + process.nextTick(endWritableNT, stream) + } else if (state.autoDestroy) { + // In case of duplex streams we need a way to detect + // if the writable side is ready for autoDestroy as well. + const wState = stream._writableState + const autoDestroy = + !wState || + (wState.autoDestroy && + // We don't expect the writable to ever 'finish' + // if writable is explicitly set to false. + (wState.finished || wState.writable === false)) + if (autoDestroy) { + stream.destroy() + } + } + } +} +function endWritableNT(stream) { + const writable = stream.writable && !stream.writableEnded && !stream.destroyed + if (writable) { + stream.end() + } +} +Readable.from = function (iterable, opts) { + return from(Readable, iterable, opts) +} +let webStreamsAdapters + +// Lazy to avoid circular references +function lazyWebStreams() { + if (webStreamsAdapters === undefined) webStreamsAdapters = {} + return webStreamsAdapters +} +Readable.fromWeb = function (readableStream, options) { + return lazyWebStreams().newStreamReadableFromReadableStream(readableStream, options) +} +Readable.toWeb = function (streamReadable, options) { + return lazyWebStreams().newReadableStreamFromStreamReadable(streamReadable, options) +} +Readable.wrap = function (src, options) { + var _ref, _src$readableObjectMo + return new Readable({ + objectMode: + (_ref = + (_src$readableObjectMo = src.readableObjectMode) !== null && _src$readableObjectMo !== undefined + ? _src$readableObjectMo + : src.objectMode) !== null && _ref !== undefined + ? _ref + : true, + ...options, + destroy(err, callback) { + destroyImpl.destroyer(src, err) + callback(err) + } + }).wrap(src) +} diff --git a/node_modules/readable-stream/lib/internal/streams/state.js b/node_modules/readable-stream/lib/internal/streams/state.js new file mode 100644 index 0000000..79294a0 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/state.js @@ -0,0 +1,39 @@ +'use strict' + +const { MathFloor, NumberIsInteger } = require('../../ours/primordials') +const { validateInteger } = require('../validators') +const { ERR_INVALID_ARG_VALUE } = require('../../ours/errors').codes +let defaultHighWaterMarkBytes = 16 * 1024 +let defaultHighWaterMarkObjectMode = 16 +function highWaterMarkFrom(options, isDuplex, duplexKey) { + return options.highWaterMark != null ? options.highWaterMark : isDuplex ? options[duplexKey] : null +} +function getDefaultHighWaterMark(objectMode) { + return objectMode ? defaultHighWaterMarkObjectMode : defaultHighWaterMarkBytes +} +function setDefaultHighWaterMark(objectMode, value) { + validateInteger(value, 'value', 0) + if (objectMode) { + defaultHighWaterMarkObjectMode = value + } else { + defaultHighWaterMarkBytes = value + } +} +function getHighWaterMark(state, options, duplexKey, isDuplex) { + const hwm = highWaterMarkFrom(options, isDuplex, duplexKey) + if (hwm != null) { + if (!NumberIsInteger(hwm) || hwm < 0) { + const name = isDuplex ? `options.${duplexKey}` : 'options.highWaterMark' + throw new ERR_INVALID_ARG_VALUE(name, hwm) + } + return MathFloor(hwm) + } + + // Default value + return getDefaultHighWaterMark(state.objectMode) +} +module.exports = { + getHighWaterMark, + getDefaultHighWaterMark, + setDefaultHighWaterMark +} diff --git a/node_modules/readable-stream/lib/internal/streams/transform.js b/node_modules/readable-stream/lib/internal/streams/transform.js new file mode 100644 index 0000000..fa9413a --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/transform.js @@ -0,0 +1,180 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +// a transform stream is a readable/writable stream where you do +// something with the data. Sometimes it's called a "filter", +// but that's not a great name for it, since that implies a thing where +// some bits pass through, and others are simply ignored. (That would +// be a valid example of a transform, of course.) +// +// While the output is causally related to the input, it's not a +// necessarily symmetric or synchronous transformation. For example, +// a zlib stream might take multiple plain-text writes(), and then +// emit a single compressed chunk some time in the future. +// +// Here's how this works: +// +// The Transform stream has all the aspects of the readable and writable +// stream classes. When you write(chunk), that calls _write(chunk,cb) +// internally, and returns false if there's a lot of pending writes +// buffered up. When you call read(), that calls _read(n) until +// there's enough pending readable data buffered up. +// +// In a transform stream, the written data is placed in a buffer. When +// _read(n) is called, it transforms the queued up data, calling the +// buffered _write cb's as it consumes chunks. If consuming a single +// written chunk would result in multiple output chunks, then the first +// outputted bit calls the readcb, and subsequent chunks just go into +// the read buffer, and will cause it to emit 'readable' if necessary. +// +// This way, back-pressure is actually determined by the reading side, +// since _read has to be called to start processing a new chunk. However, +// a pathological inflate type of transform can cause excessive buffering +// here. For example, imagine a stream where every byte of input is +// interpreted as an integer from 0-255, and then results in that many +// bytes of output. Writing the 4 bytes {ff,ff,ff,ff} would result in +// 1kb of data being output. In this case, you could write a very small +// amount of input, and end up with a very large amount of output. In +// such a pathological inflating mechanism, there'd be no way to tell +// the system to stop doing the transform. A single 4MB write could +// cause the system to run out of memory. +// +// However, even in such a pathological case, only a single written chunk +// would be consumed, and then the rest would wait (un-transformed) until +// the results of the previous transformed chunk were consumed. + +'use strict' + +const { ObjectSetPrototypeOf, Symbol } = require('../../ours/primordials') +module.exports = Transform +const { ERR_METHOD_NOT_IMPLEMENTED } = require('../../ours/errors').codes +const Duplex = require('./duplex') +const { getHighWaterMark } = require('./state') +ObjectSetPrototypeOf(Transform.prototype, Duplex.prototype) +ObjectSetPrototypeOf(Transform, Duplex) +const kCallback = Symbol('kCallback') +function Transform(options) { + if (!(this instanceof Transform)) return new Transform(options) + + // TODO (ronag): This should preferably always be + // applied but would be semver-major. Or even better; + // make Transform a Readable with the Writable interface. + const readableHighWaterMark = options ? getHighWaterMark(this, options, 'readableHighWaterMark', true) : null + if (readableHighWaterMark === 0) { + // A Duplex will buffer both on the writable and readable side while + // a Transform just wants to buffer hwm number of elements. To avoid + // buffering twice we disable buffering on the writable side. + options = { + ...options, + highWaterMark: null, + readableHighWaterMark, + // TODO (ronag): 0 is not optimal since we have + // a "bug" where we check needDrain before calling _write and not after. + // Refs: https://github.com/nodejs/node/pull/32887 + // Refs: https://github.com/nodejs/node/pull/35941 + writableHighWaterMark: options.writableHighWaterMark || 0 + } + } + Duplex.call(this, options) + + // We have implemented the _read method, and done the other things + // that Readable wants before the first _read call, so unset the + // sync guard flag. + this._readableState.sync = false + this[kCallback] = null + if (options) { + if (typeof options.transform === 'function') this._transform = options.transform + if (typeof options.flush === 'function') this._flush = options.flush + } + + // When the writable side finishes, then flush out anything remaining. + // Backwards compat. Some Transform streams incorrectly implement _final + // instead of or in addition to _flush. By using 'prefinish' instead of + // implementing _final we continue supporting this unfortunate use case. + this.on('prefinish', prefinish) +} +function final(cb) { + if (typeof this._flush === 'function' && !this.destroyed) { + this._flush((er, data) => { + if (er) { + if (cb) { + cb(er) + } else { + this.destroy(er) + } + return + } + if (data != null) { + this.push(data) + } + this.push(null) + if (cb) { + cb() + } + }) + } else { + this.push(null) + if (cb) { + cb() + } + } +} +function prefinish() { + if (this._final !== final) { + final.call(this) + } +} +Transform.prototype._final = final +Transform.prototype._transform = function (chunk, encoding, callback) { + throw new ERR_METHOD_NOT_IMPLEMENTED('_transform()') +} +Transform.prototype._write = function (chunk, encoding, callback) { + const rState = this._readableState + const wState = this._writableState + const length = rState.length + this._transform(chunk, encoding, (err, val) => { + if (err) { + callback(err) + return + } + if (val != null) { + this.push(val) + } + if ( + wState.ended || + // Backwards compat. + length === rState.length || + // Backwards compat. + rState.length < rState.highWaterMark + ) { + callback() + } else { + this[kCallback] = callback + } + }) +} +Transform.prototype._read = function () { + if (this[kCallback]) { + const callback = this[kCallback] + this[kCallback] = null + callback() + } +} diff --git a/node_modules/readable-stream/lib/internal/streams/utils.js b/node_modules/readable-stream/lib/internal/streams/utils.js new file mode 100644 index 0000000..f0d7884 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/utils.js @@ -0,0 +1,327 @@ +'use strict' + +const { SymbolAsyncIterator, SymbolIterator, SymbolFor } = require('../../ours/primordials') + +// We need to use SymbolFor to make these globally available +// for interopt with readable-stream, i.e. readable-stream +// and node core needs to be able to read/write private state +// from each other for proper interoperability. +const kIsDestroyed = SymbolFor('nodejs.stream.destroyed') +const kIsErrored = SymbolFor('nodejs.stream.errored') +const kIsReadable = SymbolFor('nodejs.stream.readable') +const kIsWritable = SymbolFor('nodejs.stream.writable') +const kIsDisturbed = SymbolFor('nodejs.stream.disturbed') +const kIsClosedPromise = SymbolFor('nodejs.webstream.isClosedPromise') +const kControllerErrorFunction = SymbolFor('nodejs.webstream.controllerErrorFunction') +function isReadableNodeStream(obj, strict = false) { + var _obj$_readableState + return !!( + ( + obj && + typeof obj.pipe === 'function' && + typeof obj.on === 'function' && + (!strict || (typeof obj.pause === 'function' && typeof obj.resume === 'function')) && + (!obj._writableState || + ((_obj$_readableState = obj._readableState) === null || _obj$_readableState === undefined + ? undefined + : _obj$_readableState.readable) !== false) && + // Duplex + (!obj._writableState || obj._readableState) + ) // Writable has .pipe. + ) +} +function isWritableNodeStream(obj) { + var _obj$_writableState + return !!( + ( + obj && + typeof obj.write === 'function' && + typeof obj.on === 'function' && + (!obj._readableState || + ((_obj$_writableState = obj._writableState) === null || _obj$_writableState === undefined + ? undefined + : _obj$_writableState.writable) !== false) + ) // Duplex + ) +} +function isDuplexNodeStream(obj) { + return !!( + obj && + typeof obj.pipe === 'function' && + obj._readableState && + typeof obj.on === 'function' && + typeof obj.write === 'function' + ) +} +function isNodeStream(obj) { + return ( + obj && + (obj._readableState || + obj._writableState || + (typeof obj.write === 'function' && typeof obj.on === 'function') || + (typeof obj.pipe === 'function' && typeof obj.on === 'function')) + ) +} +function isReadableStream(obj) { + return !!( + obj && + !isNodeStream(obj) && + typeof obj.pipeThrough === 'function' && + typeof obj.getReader === 'function' && + typeof obj.cancel === 'function' + ) +} +function isWritableStream(obj) { + return !!(obj && !isNodeStream(obj) && typeof obj.getWriter === 'function' && typeof obj.abort === 'function') +} +function isTransformStream(obj) { + return !!(obj && !isNodeStream(obj) && typeof obj.readable === 'object' && typeof obj.writable === 'object') +} +function isWebStream(obj) { + return isReadableStream(obj) || isWritableStream(obj) || isTransformStream(obj) +} +function isIterable(obj, isAsync) { + if (obj == null) return false + if (isAsync === true) return typeof obj[SymbolAsyncIterator] === 'function' + if (isAsync === false) return typeof obj[SymbolIterator] === 'function' + return typeof obj[SymbolAsyncIterator] === 'function' || typeof obj[SymbolIterator] === 'function' +} +function isDestroyed(stream) { + if (!isNodeStream(stream)) return null + const wState = stream._writableState + const rState = stream._readableState + const state = wState || rState + return !!(stream.destroyed || stream[kIsDestroyed] || (state !== null && state !== undefined && state.destroyed)) +} + +// Have been end():d. +function isWritableEnded(stream) { + if (!isWritableNodeStream(stream)) return null + if (stream.writableEnded === true) return true + const wState = stream._writableState + if (wState !== null && wState !== undefined && wState.errored) return false + if (typeof (wState === null || wState === undefined ? undefined : wState.ended) !== 'boolean') return null + return wState.ended +} + +// Have emitted 'finish'. +function isWritableFinished(stream, strict) { + if (!isWritableNodeStream(stream)) return null + if (stream.writableFinished === true) return true + const wState = stream._writableState + if (wState !== null && wState !== undefined && wState.errored) return false + if (typeof (wState === null || wState === undefined ? undefined : wState.finished) !== 'boolean') return null + return !!(wState.finished || (strict === false && wState.ended === true && wState.length === 0)) +} + +// Have been push(null):d. +function isReadableEnded(stream) { + if (!isReadableNodeStream(stream)) return null + if (stream.readableEnded === true) return true + const rState = stream._readableState + if (!rState || rState.errored) return false + if (typeof (rState === null || rState === undefined ? undefined : rState.ended) !== 'boolean') return null + return rState.ended +} + +// Have emitted 'end'. +function isReadableFinished(stream, strict) { + if (!isReadableNodeStream(stream)) return null + const rState = stream._readableState + if (rState !== null && rState !== undefined && rState.errored) return false + if (typeof (rState === null || rState === undefined ? undefined : rState.endEmitted) !== 'boolean') return null + return !!(rState.endEmitted || (strict === false && rState.ended === true && rState.length === 0)) +} +function isReadable(stream) { + if (stream && stream[kIsReadable] != null) return stream[kIsReadable] + if (typeof (stream === null || stream === undefined ? undefined : stream.readable) !== 'boolean') return null + if (isDestroyed(stream)) return false + return isReadableNodeStream(stream) && stream.readable && !isReadableFinished(stream) +} +function isWritable(stream) { + if (stream && stream[kIsWritable] != null) return stream[kIsWritable] + if (typeof (stream === null || stream === undefined ? undefined : stream.writable) !== 'boolean') return null + if (isDestroyed(stream)) return false + return isWritableNodeStream(stream) && stream.writable && !isWritableEnded(stream) +} +function isFinished(stream, opts) { + if (!isNodeStream(stream)) { + return null + } + if (isDestroyed(stream)) { + return true + } + if ((opts === null || opts === undefined ? undefined : opts.readable) !== false && isReadable(stream)) { + return false + } + if ((opts === null || opts === undefined ? undefined : opts.writable) !== false && isWritable(stream)) { + return false + } + return true +} +function isWritableErrored(stream) { + var _stream$_writableStat, _stream$_writableStat2 + if (!isNodeStream(stream)) { + return null + } + if (stream.writableErrored) { + return stream.writableErrored + } + return (_stream$_writableStat = + (_stream$_writableStat2 = stream._writableState) === null || _stream$_writableStat2 === undefined + ? undefined + : _stream$_writableStat2.errored) !== null && _stream$_writableStat !== undefined + ? _stream$_writableStat + : null +} +function isReadableErrored(stream) { + var _stream$_readableStat, _stream$_readableStat2 + if (!isNodeStream(stream)) { + return null + } + if (stream.readableErrored) { + return stream.readableErrored + } + return (_stream$_readableStat = + (_stream$_readableStat2 = stream._readableState) === null || _stream$_readableStat2 === undefined + ? undefined + : _stream$_readableStat2.errored) !== null && _stream$_readableStat !== undefined + ? _stream$_readableStat + : null +} +function isClosed(stream) { + if (!isNodeStream(stream)) { + return null + } + if (typeof stream.closed === 'boolean') { + return stream.closed + } + const wState = stream._writableState + const rState = stream._readableState + if ( + typeof (wState === null || wState === undefined ? undefined : wState.closed) === 'boolean' || + typeof (rState === null || rState === undefined ? undefined : rState.closed) === 'boolean' + ) { + return ( + (wState === null || wState === undefined ? undefined : wState.closed) || + (rState === null || rState === undefined ? undefined : rState.closed) + ) + } + if (typeof stream._closed === 'boolean' && isOutgoingMessage(stream)) { + return stream._closed + } + return null +} +function isOutgoingMessage(stream) { + return ( + typeof stream._closed === 'boolean' && + typeof stream._defaultKeepAlive === 'boolean' && + typeof stream._removedConnection === 'boolean' && + typeof stream._removedContLen === 'boolean' + ) +} +function isServerResponse(stream) { + return typeof stream._sent100 === 'boolean' && isOutgoingMessage(stream) +} +function isServerRequest(stream) { + var _stream$req + return ( + typeof stream._consuming === 'boolean' && + typeof stream._dumped === 'boolean' && + ((_stream$req = stream.req) === null || _stream$req === undefined ? undefined : _stream$req.upgradeOrConnect) === + undefined + ) +} +function willEmitClose(stream) { + if (!isNodeStream(stream)) return null + const wState = stream._writableState + const rState = stream._readableState + const state = wState || rState + return ( + (!state && isServerResponse(stream)) || !!(state && state.autoDestroy && state.emitClose && state.closed === false) + ) +} +function isDisturbed(stream) { + var _stream$kIsDisturbed + return !!( + stream && + ((_stream$kIsDisturbed = stream[kIsDisturbed]) !== null && _stream$kIsDisturbed !== undefined + ? _stream$kIsDisturbed + : stream.readableDidRead || stream.readableAborted) + ) +} +function isErrored(stream) { + var _ref, + _ref2, + _ref3, + _ref4, + _ref5, + _stream$kIsErrored, + _stream$_readableStat3, + _stream$_writableStat3, + _stream$_readableStat4, + _stream$_writableStat4 + return !!( + stream && + ((_ref = + (_ref2 = + (_ref3 = + (_ref4 = + (_ref5 = + (_stream$kIsErrored = stream[kIsErrored]) !== null && _stream$kIsErrored !== undefined + ? _stream$kIsErrored + : stream.readableErrored) !== null && _ref5 !== undefined + ? _ref5 + : stream.writableErrored) !== null && _ref4 !== undefined + ? _ref4 + : (_stream$_readableStat3 = stream._readableState) === null || _stream$_readableStat3 === undefined + ? undefined + : _stream$_readableStat3.errorEmitted) !== null && _ref3 !== undefined + ? _ref3 + : (_stream$_writableStat3 = stream._writableState) === null || _stream$_writableStat3 === undefined + ? undefined + : _stream$_writableStat3.errorEmitted) !== null && _ref2 !== undefined + ? _ref2 + : (_stream$_readableStat4 = stream._readableState) === null || _stream$_readableStat4 === undefined + ? undefined + : _stream$_readableStat4.errored) !== null && _ref !== undefined + ? _ref + : (_stream$_writableStat4 = stream._writableState) === null || _stream$_writableStat4 === undefined + ? undefined + : _stream$_writableStat4.errored) + ) +} +module.exports = { + isDestroyed, + kIsDestroyed, + isDisturbed, + kIsDisturbed, + isErrored, + kIsErrored, + isReadable, + kIsReadable, + kIsClosedPromise, + kControllerErrorFunction, + kIsWritable, + isClosed, + isDuplexNodeStream, + isFinished, + isIterable, + isReadableNodeStream, + isReadableStream, + isReadableEnded, + isReadableFinished, + isReadableErrored, + isNodeStream, + isWebStream, + isWritable, + isWritableNodeStream, + isWritableStream, + isWritableEnded, + isWritableFinished, + isWritableErrored, + isServerRequest, + isServerResponse, + willEmitClose, + isTransformStream +} diff --git a/node_modules/readable-stream/lib/internal/streams/writable.js b/node_modules/readable-stream/lib/internal/streams/writable.js new file mode 100644 index 0000000..b4ecf0e --- /dev/null +++ b/node_modules/readable-stream/lib/internal/streams/writable.js @@ -0,0 +1,819 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +// A bit simpler than readable streams. +// Implement an async ._write(chunk, encoding, cb), and it'll handle all +// the drain event emission and buffering. + +'use strict' + +/* replacement start */ + +const process = require('process/') + +/* replacement end */ + +const { + ArrayPrototypeSlice, + Error, + FunctionPrototypeSymbolHasInstance, + ObjectDefineProperty, + ObjectDefineProperties, + ObjectSetPrototypeOf, + StringPrototypeToLowerCase, + Symbol, + SymbolHasInstance +} = require('../../ours/primordials') +module.exports = Writable +Writable.WritableState = WritableState +const { EventEmitter: EE } = require('events') +const Stream = require('./legacy').Stream +const { Buffer } = require('buffer') +const destroyImpl = require('./destroy') +const { addAbortSignal } = require('./add-abort-signal') +const { getHighWaterMark, getDefaultHighWaterMark } = require('./state') +const { + ERR_INVALID_ARG_TYPE, + ERR_METHOD_NOT_IMPLEMENTED, + ERR_MULTIPLE_CALLBACK, + ERR_STREAM_CANNOT_PIPE, + ERR_STREAM_DESTROYED, + ERR_STREAM_ALREADY_FINISHED, + ERR_STREAM_NULL_VALUES, + ERR_STREAM_WRITE_AFTER_END, + ERR_UNKNOWN_ENCODING +} = require('../../ours/errors').codes +const { errorOrDestroy } = destroyImpl +ObjectSetPrototypeOf(Writable.prototype, Stream.prototype) +ObjectSetPrototypeOf(Writable, Stream) +function nop() {} +const kOnFinished = Symbol('kOnFinished') +function WritableState(options, stream, isDuplex) { + // Duplex streams are both readable and writable, but share + // the same options object. + // However, some cases require setting options to different + // values for the readable and the writable sides of the duplex stream, + // e.g. options.readableObjectMode vs. options.writableObjectMode, etc. + if (typeof isDuplex !== 'boolean') isDuplex = stream instanceof require('./duplex') + + // Object stream flag to indicate whether or not this stream + // contains buffers or objects. + this.objectMode = !!(options && options.objectMode) + if (isDuplex) this.objectMode = this.objectMode || !!(options && options.writableObjectMode) + + // The point at which write() starts returning false + // Note: 0 is a valid value, means that we always return false if + // the entire buffer is not flushed immediately on write(). + this.highWaterMark = options + ? getHighWaterMark(this, options, 'writableHighWaterMark', isDuplex) + : getDefaultHighWaterMark(false) + + // if _final has been called. + this.finalCalled = false + + // drain event flag. + this.needDrain = false + // At the start of calling end() + this.ending = false + // When end() has been called, and returned. + this.ended = false + // When 'finish' is emitted. + this.finished = false + + // Has it been destroyed + this.destroyed = false + + // Should we decode strings into buffers before passing to _write? + // this is here so that some node-core streams can optimize string + // handling at a lower level. + const noDecode = !!(options && options.decodeStrings === false) + this.decodeStrings = !noDecode + + // Crypto is kind of old and crusty. Historically, its default string + // encoding is 'binary' so we have to make this configurable. + // Everything else in the universe uses 'utf8', though. + this.defaultEncoding = (options && options.defaultEncoding) || 'utf8' + + // Not an actual buffer we keep track of, but a measurement + // of how much we're waiting to get pushed to some underlying + // socket or file. + this.length = 0 + + // A flag to see when we're in the middle of a write. + this.writing = false + + // When true all writes will be buffered until .uncork() call. + this.corked = 0 + + // A flag to be able to tell if the onwrite cb is called immediately, + // or on a later tick. We set this to true at first, because any + // actions that shouldn't happen until "later" should generally also + // not happen before the first write call. + this.sync = true + + // A flag to know if we're processing previously buffered items, which + // may call the _write() callback in the same tick, so that we don't + // end up in an overlapped onwrite situation. + this.bufferProcessing = false + + // The callback that's passed to _write(chunk, cb). + this.onwrite = onwrite.bind(undefined, stream) + + // The callback that the user supplies to write(chunk, encoding, cb). + this.writecb = null + + // The amount that is being written when _write is called. + this.writelen = 0 + + // Storage for data passed to the afterWrite() callback in case of + // synchronous _write() completion. + this.afterWriteTickInfo = null + resetBuffer(this) + + // Number of pending user-supplied write callbacks + // this must be 0 before 'finish' can be emitted. + this.pendingcb = 0 + + // Stream is still being constructed and cannot be + // destroyed until construction finished or failed. + // Async construction is opt in, therefore we start as + // constructed. + this.constructed = true + + // Emit prefinish if the only thing we're waiting for is _write cbs + // This is relevant for synchronous Transform streams. + this.prefinished = false + + // True if the error was already emitted and should not be thrown again. + this.errorEmitted = false + + // Should close be emitted on destroy. Defaults to true. + this.emitClose = !options || options.emitClose !== false + + // Should .destroy() be called after 'finish' (and potentially 'end'). + this.autoDestroy = !options || options.autoDestroy !== false + + // Indicates whether the stream has errored. When true all write() calls + // should return false. This is needed since when autoDestroy + // is disabled we need a way to tell whether the stream has failed. + this.errored = null + + // Indicates whether the stream has finished destroying. + this.closed = false + + // True if close has been emitted or would have been emitted + // depending on emitClose. + this.closeEmitted = false + this[kOnFinished] = [] +} +function resetBuffer(state) { + state.buffered = [] + state.bufferedIndex = 0 + state.allBuffers = true + state.allNoop = true +} +WritableState.prototype.getBuffer = function getBuffer() { + return ArrayPrototypeSlice(this.buffered, this.bufferedIndex) +} +ObjectDefineProperty(WritableState.prototype, 'bufferedRequestCount', { + __proto__: null, + get() { + return this.buffered.length - this.bufferedIndex + } +}) +function Writable(options) { + // Writable ctor is applied to Duplexes, too. + // `realHasInstance` is necessary because using plain `instanceof` + // would return false, as no `_writableState` property is attached. + + // Trying to use the custom `instanceof` for Writable here will also break the + // Node.js LazyTransform implementation, which has a non-trivial getter for + // `_writableState` that would lead to infinite recursion. + + // Checking for a Stream.Duplex instance is faster here instead of inside + // the WritableState constructor, at least with V8 6.5. + const isDuplex = this instanceof require('./duplex') + if (!isDuplex && !FunctionPrototypeSymbolHasInstance(Writable, this)) return new Writable(options) + this._writableState = new WritableState(options, this, isDuplex) + if (options) { + if (typeof options.write === 'function') this._write = options.write + if (typeof options.writev === 'function') this._writev = options.writev + if (typeof options.destroy === 'function') this._destroy = options.destroy + if (typeof options.final === 'function') this._final = options.final + if (typeof options.construct === 'function') this._construct = options.construct + if (options.signal) addAbortSignal(options.signal, this) + } + Stream.call(this, options) + destroyImpl.construct(this, () => { + const state = this._writableState + if (!state.writing) { + clearBuffer(this, state) + } + finishMaybe(this, state) + }) +} +ObjectDefineProperty(Writable, SymbolHasInstance, { + __proto__: null, + value: function (object) { + if (FunctionPrototypeSymbolHasInstance(this, object)) return true + if (this !== Writable) return false + return object && object._writableState instanceof WritableState + } +}) + +// Otherwise people can pipe Writable streams, which is just wrong. +Writable.prototype.pipe = function () { + errorOrDestroy(this, new ERR_STREAM_CANNOT_PIPE()) +} +function _write(stream, chunk, encoding, cb) { + const state = stream._writableState + if (typeof encoding === 'function') { + cb = encoding + encoding = state.defaultEncoding + } else { + if (!encoding) encoding = state.defaultEncoding + else if (encoding !== 'buffer' && !Buffer.isEncoding(encoding)) throw new ERR_UNKNOWN_ENCODING(encoding) + if (typeof cb !== 'function') cb = nop + } + if (chunk === null) { + throw new ERR_STREAM_NULL_VALUES() + } else if (!state.objectMode) { + if (typeof chunk === 'string') { + if (state.decodeStrings !== false) { + chunk = Buffer.from(chunk, encoding) + encoding = 'buffer' + } + } else if (chunk instanceof Buffer) { + encoding = 'buffer' + } else if (Stream._isUint8Array(chunk)) { + chunk = Stream._uint8ArrayToBuffer(chunk) + encoding = 'buffer' + } else { + throw new ERR_INVALID_ARG_TYPE('chunk', ['string', 'Buffer', 'Uint8Array'], chunk) + } + } + let err + if (state.ending) { + err = new ERR_STREAM_WRITE_AFTER_END() + } else if (state.destroyed) { + err = new ERR_STREAM_DESTROYED('write') + } + if (err) { + process.nextTick(cb, err) + errorOrDestroy(stream, err, true) + return err + } + state.pendingcb++ + return writeOrBuffer(stream, state, chunk, encoding, cb) +} +Writable.prototype.write = function (chunk, encoding, cb) { + return _write(this, chunk, encoding, cb) === true +} +Writable.prototype.cork = function () { + this._writableState.corked++ +} +Writable.prototype.uncork = function () { + const state = this._writableState + if (state.corked) { + state.corked-- + if (!state.writing) clearBuffer(this, state) + } +} +Writable.prototype.setDefaultEncoding = function setDefaultEncoding(encoding) { + // node::ParseEncoding() requires lower case. + if (typeof encoding === 'string') encoding = StringPrototypeToLowerCase(encoding) + if (!Buffer.isEncoding(encoding)) throw new ERR_UNKNOWN_ENCODING(encoding) + this._writableState.defaultEncoding = encoding + return this +} + +// If we're already writing something, then just put this +// in the queue, and wait our turn. Otherwise, call _write +// If we return false, then we need a drain event, so set that flag. +function writeOrBuffer(stream, state, chunk, encoding, callback) { + const len = state.objectMode ? 1 : chunk.length + state.length += len + + // stream._write resets state.length + const ret = state.length < state.highWaterMark + // We must ensure that previous needDrain will not be reset to false. + if (!ret) state.needDrain = true + if (state.writing || state.corked || state.errored || !state.constructed) { + state.buffered.push({ + chunk, + encoding, + callback + }) + if (state.allBuffers && encoding !== 'buffer') { + state.allBuffers = false + } + if (state.allNoop && callback !== nop) { + state.allNoop = false + } + } else { + state.writelen = len + state.writecb = callback + state.writing = true + state.sync = true + stream._write(chunk, encoding, state.onwrite) + state.sync = false + } + + // Return false if errored or destroyed in order to break + // any synchronous while(stream.write(data)) loops. + return ret && !state.errored && !state.destroyed +} +function doWrite(stream, state, writev, len, chunk, encoding, cb) { + state.writelen = len + state.writecb = cb + state.writing = true + state.sync = true + if (state.destroyed) state.onwrite(new ERR_STREAM_DESTROYED('write')) + else if (writev) stream._writev(chunk, state.onwrite) + else stream._write(chunk, encoding, state.onwrite) + state.sync = false +} +function onwriteError(stream, state, er, cb) { + --state.pendingcb + cb(er) + // Ensure callbacks are invoked even when autoDestroy is + // not enabled. Passing `er` here doesn't make sense since + // it's related to one specific write, not to the buffered + // writes. + errorBuffer(state) + // This can emit error, but error must always follow cb. + errorOrDestroy(stream, er) +} +function onwrite(stream, er) { + const state = stream._writableState + const sync = state.sync + const cb = state.writecb + if (typeof cb !== 'function') { + errorOrDestroy(stream, new ERR_MULTIPLE_CALLBACK()) + return + } + state.writing = false + state.writecb = null + state.length -= state.writelen + state.writelen = 0 + if (er) { + // Avoid V8 leak, https://github.com/nodejs/node/pull/34103#issuecomment-652002364 + er.stack // eslint-disable-line no-unused-expressions + + if (!state.errored) { + state.errored = er + } + + // In case of duplex streams we need to notify the readable side of the + // error. + if (stream._readableState && !stream._readableState.errored) { + stream._readableState.errored = er + } + if (sync) { + process.nextTick(onwriteError, stream, state, er, cb) + } else { + onwriteError(stream, state, er, cb) + } + } else { + if (state.buffered.length > state.bufferedIndex) { + clearBuffer(stream, state) + } + if (sync) { + // It is a common case that the callback passed to .write() is always + // the same. In that case, we do not schedule a new nextTick(), but + // rather just increase a counter, to improve performance and avoid + // memory allocations. + if (state.afterWriteTickInfo !== null && state.afterWriteTickInfo.cb === cb) { + state.afterWriteTickInfo.count++ + } else { + state.afterWriteTickInfo = { + count: 1, + cb, + stream, + state + } + process.nextTick(afterWriteTick, state.afterWriteTickInfo) + } + } else { + afterWrite(stream, state, 1, cb) + } + } +} +function afterWriteTick({ stream, state, count, cb }) { + state.afterWriteTickInfo = null + return afterWrite(stream, state, count, cb) +} +function afterWrite(stream, state, count, cb) { + const needDrain = !state.ending && !stream.destroyed && state.length === 0 && state.needDrain + if (needDrain) { + state.needDrain = false + stream.emit('drain') + } + while (count-- > 0) { + state.pendingcb-- + cb() + } + if (state.destroyed) { + errorBuffer(state) + } + finishMaybe(stream, state) +} + +// If there's something in the buffer waiting, then invoke callbacks. +function errorBuffer(state) { + if (state.writing) { + return + } + for (let n = state.bufferedIndex; n < state.buffered.length; ++n) { + var _state$errored + const { chunk, callback } = state.buffered[n] + const len = state.objectMode ? 1 : chunk.length + state.length -= len + callback( + (_state$errored = state.errored) !== null && _state$errored !== undefined + ? _state$errored + : new ERR_STREAM_DESTROYED('write') + ) + } + const onfinishCallbacks = state[kOnFinished].splice(0) + for (let i = 0; i < onfinishCallbacks.length; i++) { + var _state$errored2 + onfinishCallbacks[i]( + (_state$errored2 = state.errored) !== null && _state$errored2 !== undefined + ? _state$errored2 + : new ERR_STREAM_DESTROYED('end') + ) + } + resetBuffer(state) +} + +// If there's something in the buffer waiting, then process it. +function clearBuffer(stream, state) { + if (state.corked || state.bufferProcessing || state.destroyed || !state.constructed) { + return + } + const { buffered, bufferedIndex, objectMode } = state + const bufferedLength = buffered.length - bufferedIndex + if (!bufferedLength) { + return + } + let i = bufferedIndex + state.bufferProcessing = true + if (bufferedLength > 1 && stream._writev) { + state.pendingcb -= bufferedLength - 1 + const callback = state.allNoop + ? nop + : (err) => { + for (let n = i; n < buffered.length; ++n) { + buffered[n].callback(err) + } + } + // Make a copy of `buffered` if it's going to be used by `callback` above, + // since `doWrite` will mutate the array. + const chunks = state.allNoop && i === 0 ? buffered : ArrayPrototypeSlice(buffered, i) + chunks.allBuffers = state.allBuffers + doWrite(stream, state, true, state.length, chunks, '', callback) + resetBuffer(state) + } else { + do { + const { chunk, encoding, callback } = buffered[i] + buffered[i++] = null + const len = objectMode ? 1 : chunk.length + doWrite(stream, state, false, len, chunk, encoding, callback) + } while (i < buffered.length && !state.writing) + if (i === buffered.length) { + resetBuffer(state) + } else if (i > 256) { + buffered.splice(0, i) + state.bufferedIndex = 0 + } else { + state.bufferedIndex = i + } + } + state.bufferProcessing = false +} +Writable.prototype._write = function (chunk, encoding, cb) { + if (this._writev) { + this._writev( + [ + { + chunk, + encoding + } + ], + cb + ) + } else { + throw new ERR_METHOD_NOT_IMPLEMENTED('_write()') + } +} +Writable.prototype._writev = null +Writable.prototype.end = function (chunk, encoding, cb) { + const state = this._writableState + if (typeof chunk === 'function') { + cb = chunk + chunk = null + encoding = null + } else if (typeof encoding === 'function') { + cb = encoding + encoding = null + } + let err + if (chunk !== null && chunk !== undefined) { + const ret = _write(this, chunk, encoding) + if (ret instanceof Error) { + err = ret + } + } + + // .end() fully uncorks. + if (state.corked) { + state.corked = 1 + this.uncork() + } + if (err) { + // Do nothing... + } else if (!state.errored && !state.ending) { + // This is forgiving in terms of unnecessary calls to end() and can hide + // logic errors. However, usually such errors are harmless and causing a + // hard error can be disproportionately destructive. It is not always + // trivial for the user to determine whether end() needs to be called + // or not. + + state.ending = true + finishMaybe(this, state, true) + state.ended = true + } else if (state.finished) { + err = new ERR_STREAM_ALREADY_FINISHED('end') + } else if (state.destroyed) { + err = new ERR_STREAM_DESTROYED('end') + } + if (typeof cb === 'function') { + if (err || state.finished) { + process.nextTick(cb, err) + } else { + state[kOnFinished].push(cb) + } + } + return this +} +function needFinish(state) { + return ( + state.ending && + !state.destroyed && + state.constructed && + state.length === 0 && + !state.errored && + state.buffered.length === 0 && + !state.finished && + !state.writing && + !state.errorEmitted && + !state.closeEmitted + ) +} +function callFinal(stream, state) { + let called = false + function onFinish(err) { + if (called) { + errorOrDestroy(stream, err !== null && err !== undefined ? err : ERR_MULTIPLE_CALLBACK()) + return + } + called = true + state.pendingcb-- + if (err) { + const onfinishCallbacks = state[kOnFinished].splice(0) + for (let i = 0; i < onfinishCallbacks.length; i++) { + onfinishCallbacks[i](err) + } + errorOrDestroy(stream, err, state.sync) + } else if (needFinish(state)) { + state.prefinished = true + stream.emit('prefinish') + // Backwards compat. Don't check state.sync here. + // Some streams assume 'finish' will be emitted + // asynchronously relative to _final callback. + state.pendingcb++ + process.nextTick(finish, stream, state) + } + } + state.sync = true + state.pendingcb++ + try { + stream._final(onFinish) + } catch (err) { + onFinish(err) + } + state.sync = false +} +function prefinish(stream, state) { + if (!state.prefinished && !state.finalCalled) { + if (typeof stream._final === 'function' && !state.destroyed) { + state.finalCalled = true + callFinal(stream, state) + } else { + state.prefinished = true + stream.emit('prefinish') + } + } +} +function finishMaybe(stream, state, sync) { + if (needFinish(state)) { + prefinish(stream, state) + if (state.pendingcb === 0) { + if (sync) { + state.pendingcb++ + process.nextTick( + (stream, state) => { + if (needFinish(state)) { + finish(stream, state) + } else { + state.pendingcb-- + } + }, + stream, + state + ) + } else if (needFinish(state)) { + state.pendingcb++ + finish(stream, state) + } + } + } +} +function finish(stream, state) { + state.pendingcb-- + state.finished = true + const onfinishCallbacks = state[kOnFinished].splice(0) + for (let i = 0; i < onfinishCallbacks.length; i++) { + onfinishCallbacks[i]() + } + stream.emit('finish') + if (state.autoDestroy) { + // In case of duplex streams we need a way to detect + // if the readable side is ready for autoDestroy as well. + const rState = stream._readableState + const autoDestroy = + !rState || + (rState.autoDestroy && + // We don't expect the readable to ever 'end' + // if readable is explicitly set to false. + (rState.endEmitted || rState.readable === false)) + if (autoDestroy) { + stream.destroy() + } + } +} +ObjectDefineProperties(Writable.prototype, { + closed: { + __proto__: null, + get() { + return this._writableState ? this._writableState.closed : false + } + }, + destroyed: { + __proto__: null, + get() { + return this._writableState ? this._writableState.destroyed : false + }, + set(value) { + // Backward compatibility, the user is explicitly managing destroyed. + if (this._writableState) { + this._writableState.destroyed = value + } + } + }, + writable: { + __proto__: null, + get() { + const w = this._writableState + // w.writable === false means that this is part of a Duplex stream + // where the writable side was disabled upon construction. + // Compat. The user might manually disable writable side through + // deprecated setter. + return !!w && w.writable !== false && !w.destroyed && !w.errored && !w.ending && !w.ended + }, + set(val) { + // Backwards compatible. + if (this._writableState) { + this._writableState.writable = !!val + } + } + }, + writableFinished: { + __proto__: null, + get() { + return this._writableState ? this._writableState.finished : false + } + }, + writableObjectMode: { + __proto__: null, + get() { + return this._writableState ? this._writableState.objectMode : false + } + }, + writableBuffer: { + __proto__: null, + get() { + return this._writableState && this._writableState.getBuffer() + } + }, + writableEnded: { + __proto__: null, + get() { + return this._writableState ? this._writableState.ending : false + } + }, + writableNeedDrain: { + __proto__: null, + get() { + const wState = this._writableState + if (!wState) return false + return !wState.destroyed && !wState.ending && wState.needDrain + } + }, + writableHighWaterMark: { + __proto__: null, + get() { + return this._writableState && this._writableState.highWaterMark + } + }, + writableCorked: { + __proto__: null, + get() { + return this._writableState ? this._writableState.corked : 0 + } + }, + writableLength: { + __proto__: null, + get() { + return this._writableState && this._writableState.length + } + }, + errored: { + __proto__: null, + enumerable: false, + get() { + return this._writableState ? this._writableState.errored : null + } + }, + writableAborted: { + __proto__: null, + enumerable: false, + get: function () { + return !!( + this._writableState.writable !== false && + (this._writableState.destroyed || this._writableState.errored) && + !this._writableState.finished + ) + } + } +}) +const destroy = destroyImpl.destroy +Writable.prototype.destroy = function (err, cb) { + const state = this._writableState + + // Invoke pending callbacks. + if (!state.destroyed && (state.bufferedIndex < state.buffered.length || state[kOnFinished].length)) { + process.nextTick(errorBuffer, state) + } + destroy.call(this, err, cb) + return this +} +Writable.prototype._undestroy = destroyImpl.undestroy +Writable.prototype._destroy = function (err, cb) { + cb(err) +} +Writable.prototype[EE.captureRejectionSymbol] = function (err) { + this.destroy(err) +} +let webStreamsAdapters + +// Lazy to avoid circular references +function lazyWebStreams() { + if (webStreamsAdapters === undefined) webStreamsAdapters = {} + return webStreamsAdapters +} +Writable.fromWeb = function (writableStream, options) { + return lazyWebStreams().newStreamWritableFromWritableStream(writableStream, options) +} +Writable.toWeb = function (streamWritable) { + return lazyWebStreams().newWritableStreamFromStreamWritable(streamWritable) +} diff --git a/node_modules/readable-stream/lib/internal/validators.js b/node_modules/readable-stream/lib/internal/validators.js new file mode 100644 index 0000000..f900684 --- /dev/null +++ b/node_modules/readable-stream/lib/internal/validators.js @@ -0,0 +1,530 @@ +/* eslint jsdoc/require-jsdoc: "error" */ + +'use strict' + +const { + ArrayIsArray, + ArrayPrototypeIncludes, + ArrayPrototypeJoin, + ArrayPrototypeMap, + NumberIsInteger, + NumberIsNaN, + NumberMAX_SAFE_INTEGER, + NumberMIN_SAFE_INTEGER, + NumberParseInt, + ObjectPrototypeHasOwnProperty, + RegExpPrototypeExec, + String, + StringPrototypeToUpperCase, + StringPrototypeTrim +} = require('../ours/primordials') +const { + hideStackFrames, + codes: { ERR_SOCKET_BAD_PORT, ERR_INVALID_ARG_TYPE, ERR_INVALID_ARG_VALUE, ERR_OUT_OF_RANGE, ERR_UNKNOWN_SIGNAL } +} = require('../ours/errors') +const { normalizeEncoding } = require('../ours/util') +const { isAsyncFunction, isArrayBufferView } = require('../ours/util').types +const signals = {} + +/** + * @param {*} value + * @returns {boolean} + */ +function isInt32(value) { + return value === (value | 0) +} + +/** + * @param {*} value + * @returns {boolean} + */ +function isUint32(value) { + return value === value >>> 0 +} +const octalReg = /^[0-7]+$/ +const modeDesc = 'must be a 32-bit unsigned integer or an octal string' + +/** + * Parse and validate values that will be converted into mode_t (the S_* + * constants). Only valid numbers and octal strings are allowed. They could be + * converted to 32-bit unsigned integers or non-negative signed integers in the + * C++ land, but any value higher than 0o777 will result in platform-specific + * behaviors. + * @param {*} value Values to be validated + * @param {string} name Name of the argument + * @param {number} [def] If specified, will be returned for invalid values + * @returns {number} + */ +function parseFileMode(value, name, def) { + if (typeof value === 'undefined') { + value = def + } + if (typeof value === 'string') { + if (RegExpPrototypeExec(octalReg, value) === null) { + throw new ERR_INVALID_ARG_VALUE(name, value, modeDesc) + } + value = NumberParseInt(value, 8) + } + validateUint32(value, name) + return value +} + +/** + * @callback validateInteger + * @param {*} value + * @param {string} name + * @param {number} [min] + * @param {number} [max] + * @returns {asserts value is number} + */ + +/** @type {validateInteger} */ +const validateInteger = hideStackFrames((value, name, min = NumberMIN_SAFE_INTEGER, max = NumberMAX_SAFE_INTEGER) => { + if (typeof value !== 'number') throw new ERR_INVALID_ARG_TYPE(name, 'number', value) + if (!NumberIsInteger(value)) throw new ERR_OUT_OF_RANGE(name, 'an integer', value) + if (value < min || value > max) throw new ERR_OUT_OF_RANGE(name, `>= ${min} && <= ${max}`, value) +}) + +/** + * @callback validateInt32 + * @param {*} value + * @param {string} name + * @param {number} [min] + * @param {number} [max] + * @returns {asserts value is number} + */ + +/** @type {validateInt32} */ +const validateInt32 = hideStackFrames((value, name, min = -2147483648, max = 2147483647) => { + // The defaults for min and max correspond to the limits of 32-bit integers. + if (typeof value !== 'number') { + throw new ERR_INVALID_ARG_TYPE(name, 'number', value) + } + if (!NumberIsInteger(value)) { + throw new ERR_OUT_OF_RANGE(name, 'an integer', value) + } + if (value < min || value > max) { + throw new ERR_OUT_OF_RANGE(name, `>= ${min} && <= ${max}`, value) + } +}) + +/** + * @callback validateUint32 + * @param {*} value + * @param {string} name + * @param {number|boolean} [positive=false] + * @returns {asserts value is number} + */ + +/** @type {validateUint32} */ +const validateUint32 = hideStackFrames((value, name, positive = false) => { + if (typeof value !== 'number') { + throw new ERR_INVALID_ARG_TYPE(name, 'number', value) + } + if (!NumberIsInteger(value)) { + throw new ERR_OUT_OF_RANGE(name, 'an integer', value) + } + const min = positive ? 1 : 0 + // 2 ** 32 === 4294967296 + const max = 4294967295 + if (value < min || value > max) { + throw new ERR_OUT_OF_RANGE(name, `>= ${min} && <= ${max}`, value) + } +}) + +/** + * @callback validateString + * @param {*} value + * @param {string} name + * @returns {asserts value is string} + */ + +/** @type {validateString} */ +function validateString(value, name) { + if (typeof value !== 'string') throw new ERR_INVALID_ARG_TYPE(name, 'string', value) +} + +/** + * @callback validateNumber + * @param {*} value + * @param {string} name + * @param {number} [min] + * @param {number} [max] + * @returns {asserts value is number} + */ + +/** @type {validateNumber} */ +function validateNumber(value, name, min = undefined, max) { + if (typeof value !== 'number') throw new ERR_INVALID_ARG_TYPE(name, 'number', value) + if ( + (min != null && value < min) || + (max != null && value > max) || + ((min != null || max != null) && NumberIsNaN(value)) + ) { + throw new ERR_OUT_OF_RANGE( + name, + `${min != null ? `>= ${min}` : ''}${min != null && max != null ? ' && ' : ''}${max != null ? `<= ${max}` : ''}`, + value + ) + } +} + +/** + * @callback validateOneOf + * @template T + * @param {T} value + * @param {string} name + * @param {T[]} oneOf + */ + +/** @type {validateOneOf} */ +const validateOneOf = hideStackFrames((value, name, oneOf) => { + if (!ArrayPrototypeIncludes(oneOf, value)) { + const allowed = ArrayPrototypeJoin( + ArrayPrototypeMap(oneOf, (v) => (typeof v === 'string' ? `'${v}'` : String(v))), + ', ' + ) + const reason = 'must be one of: ' + allowed + throw new ERR_INVALID_ARG_VALUE(name, value, reason) + } +}) + +/** + * @callback validateBoolean + * @param {*} value + * @param {string} name + * @returns {asserts value is boolean} + */ + +/** @type {validateBoolean} */ +function validateBoolean(value, name) { + if (typeof value !== 'boolean') throw new ERR_INVALID_ARG_TYPE(name, 'boolean', value) +} + +/** + * @param {any} options + * @param {string} key + * @param {boolean} defaultValue + * @returns {boolean} + */ +function getOwnPropertyValueOrDefault(options, key, defaultValue) { + return options == null || !ObjectPrototypeHasOwnProperty(options, key) ? defaultValue : options[key] +} + +/** + * @callback validateObject + * @param {*} value + * @param {string} name + * @param {{ + * allowArray?: boolean, + * allowFunction?: boolean, + * nullable?: boolean + * }} [options] + */ + +/** @type {validateObject} */ +const validateObject = hideStackFrames((value, name, options = null) => { + const allowArray = getOwnPropertyValueOrDefault(options, 'allowArray', false) + const allowFunction = getOwnPropertyValueOrDefault(options, 'allowFunction', false) + const nullable = getOwnPropertyValueOrDefault(options, 'nullable', false) + if ( + (!nullable && value === null) || + (!allowArray && ArrayIsArray(value)) || + (typeof value !== 'object' && (!allowFunction || typeof value !== 'function')) + ) { + throw new ERR_INVALID_ARG_TYPE(name, 'Object', value) + } +}) + +/** + * @callback validateDictionary - We are using the Web IDL Standard definition + * of "dictionary" here, which means any value + * whose Type is either Undefined, Null, or + * Object (which includes functions). + * @param {*} value + * @param {string} name + * @see https://webidl.spec.whatwg.org/#es-dictionary + * @see https://tc39.es/ecma262/#table-typeof-operator-results + */ + +/** @type {validateDictionary} */ +const validateDictionary = hideStackFrames((value, name) => { + if (value != null && typeof value !== 'object' && typeof value !== 'function') { + throw new ERR_INVALID_ARG_TYPE(name, 'a dictionary', value) + } +}) + +/** + * @callback validateArray + * @param {*} value + * @param {string} name + * @param {number} [minLength] + * @returns {asserts value is any[]} + */ + +/** @type {validateArray} */ +const validateArray = hideStackFrames((value, name, minLength = 0) => { + if (!ArrayIsArray(value)) { + throw new ERR_INVALID_ARG_TYPE(name, 'Array', value) + } + if (value.length < minLength) { + const reason = `must be longer than ${minLength}` + throw new ERR_INVALID_ARG_VALUE(name, value, reason) + } +}) + +/** + * @callback validateStringArray + * @param {*} value + * @param {string} name + * @returns {asserts value is string[]} + */ + +/** @type {validateStringArray} */ +function validateStringArray(value, name) { + validateArray(value, name) + for (let i = 0; i < value.length; i++) { + validateString(value[i], `${name}[${i}]`) + } +} + +/** + * @callback validateBooleanArray + * @param {*} value + * @param {string} name + * @returns {asserts value is boolean[]} + */ + +/** @type {validateBooleanArray} */ +function validateBooleanArray(value, name) { + validateArray(value, name) + for (let i = 0; i < value.length; i++) { + validateBoolean(value[i], `${name}[${i}]`) + } +} + +/** + * @callback validateAbortSignalArray + * @param {*} value + * @param {string} name + * @returns {asserts value is AbortSignal[]} + */ + +/** @type {validateAbortSignalArray} */ +function validateAbortSignalArray(value, name) { + validateArray(value, name) + for (let i = 0; i < value.length; i++) { + const signal = value[i] + const indexedName = `${name}[${i}]` + if (signal == null) { + throw new ERR_INVALID_ARG_TYPE(indexedName, 'AbortSignal', signal) + } + validateAbortSignal(signal, indexedName) + } +} + +/** + * @param {*} signal + * @param {string} [name='signal'] + * @returns {asserts signal is keyof signals} + */ +function validateSignalName(signal, name = 'signal') { + validateString(signal, name) + if (signals[signal] === undefined) { + if (signals[StringPrototypeToUpperCase(signal)] !== undefined) { + throw new ERR_UNKNOWN_SIGNAL(signal + ' (signals must use all capital letters)') + } + throw new ERR_UNKNOWN_SIGNAL(signal) + } +} + +/** + * @callback validateBuffer + * @param {*} buffer + * @param {string} [name='buffer'] + * @returns {asserts buffer is ArrayBufferView} + */ + +/** @type {validateBuffer} */ +const validateBuffer = hideStackFrames((buffer, name = 'buffer') => { + if (!isArrayBufferView(buffer)) { + throw new ERR_INVALID_ARG_TYPE(name, ['Buffer', 'TypedArray', 'DataView'], buffer) + } +}) + +/** + * @param {string} data + * @param {string} encoding + */ +function validateEncoding(data, encoding) { + const normalizedEncoding = normalizeEncoding(encoding) + const length = data.length + if (normalizedEncoding === 'hex' && length % 2 !== 0) { + throw new ERR_INVALID_ARG_VALUE('encoding', encoding, `is invalid for data of length ${length}`) + } +} + +/** + * Check that the port number is not NaN when coerced to a number, + * is an integer and that it falls within the legal range of port numbers. + * @param {*} port + * @param {string} [name='Port'] + * @param {boolean} [allowZero=true] + * @returns {number} + */ +function validatePort(port, name = 'Port', allowZero = true) { + if ( + (typeof port !== 'number' && typeof port !== 'string') || + (typeof port === 'string' && StringPrototypeTrim(port).length === 0) || + +port !== +port >>> 0 || + port > 0xffff || + (port === 0 && !allowZero) + ) { + throw new ERR_SOCKET_BAD_PORT(name, port, allowZero) + } + return port | 0 +} + +/** + * @callback validateAbortSignal + * @param {*} signal + * @param {string} name + */ + +/** @type {validateAbortSignal} */ +const validateAbortSignal = hideStackFrames((signal, name) => { + if (signal !== undefined && (signal === null || typeof signal !== 'object' || !('aborted' in signal))) { + throw new ERR_INVALID_ARG_TYPE(name, 'AbortSignal', signal) + } +}) + +/** + * @callback validateFunction + * @param {*} value + * @param {string} name + * @returns {asserts value is Function} + */ + +/** @type {validateFunction} */ +const validateFunction = hideStackFrames((value, name) => { + if (typeof value !== 'function') throw new ERR_INVALID_ARG_TYPE(name, 'Function', value) +}) + +/** + * @callback validatePlainFunction + * @param {*} value + * @param {string} name + * @returns {asserts value is Function} + */ + +/** @type {validatePlainFunction} */ +const validatePlainFunction = hideStackFrames((value, name) => { + if (typeof value !== 'function' || isAsyncFunction(value)) throw new ERR_INVALID_ARG_TYPE(name, 'Function', value) +}) + +/** + * @callback validateUndefined + * @param {*} value + * @param {string} name + * @returns {asserts value is undefined} + */ + +/** @type {validateUndefined} */ +const validateUndefined = hideStackFrames((value, name) => { + if (value !== undefined) throw new ERR_INVALID_ARG_TYPE(name, 'undefined', value) +}) + +/** + * @template T + * @param {T} value + * @param {string} name + * @param {T[]} union + */ +function validateUnion(value, name, union) { + if (!ArrayPrototypeIncludes(union, value)) { + throw new ERR_INVALID_ARG_TYPE(name, `('${ArrayPrototypeJoin(union, '|')}')`, value) + } +} + +/* + The rules for the Link header field are described here: + https://www.rfc-editor.org/rfc/rfc8288.html#section-3 + + This regex validates any string surrounded by angle brackets + (not necessarily a valid URI reference) followed by zero or more + link-params separated by semicolons. +*/ +const linkValueRegExp = /^(?:<[^>]*>)(?:\s*;\s*[^;"\s]+(?:=(")?[^;"\s]*\1)?)*$/ + +/** + * @param {any} value + * @param {string} name + */ +function validateLinkHeaderFormat(value, name) { + if (typeof value === 'undefined' || !RegExpPrototypeExec(linkValueRegExp, value)) { + throw new ERR_INVALID_ARG_VALUE( + name, + value, + 'must be an array or string of format "; rel=preload; as=style"' + ) + } +} + +/** + * @param {any} hints + * @return {string} + */ +function validateLinkHeaderValue(hints) { + if (typeof hints === 'string') { + validateLinkHeaderFormat(hints, 'hints') + return hints + } else if (ArrayIsArray(hints)) { + const hintsLength = hints.length + let result = '' + if (hintsLength === 0) { + return result + } + for (let i = 0; i < hintsLength; i++) { + const link = hints[i] + validateLinkHeaderFormat(link, 'hints') + result += link + if (i !== hintsLength - 1) { + result += ', ' + } + } + return result + } + throw new ERR_INVALID_ARG_VALUE( + 'hints', + hints, + 'must be an array or string of format "; rel=preload; as=style"' + ) +} +module.exports = { + isInt32, + isUint32, + parseFileMode, + validateArray, + validateStringArray, + validateBooleanArray, + validateAbortSignalArray, + validateBoolean, + validateBuffer, + validateDictionary, + validateEncoding, + validateFunction, + validateInt32, + validateInteger, + validateNumber, + validateObject, + validateOneOf, + validatePlainFunction, + validatePort, + validateSignalName, + validateString, + validateUint32, + validateUndefined, + validateUnion, + validateAbortSignal, + validateLinkHeaderValue +} diff --git a/node_modules/readable-stream/lib/ours/browser.js b/node_modules/readable-stream/lib/ours/browser.js new file mode 100644 index 0000000..39acef3 --- /dev/null +++ b/node_modules/readable-stream/lib/ours/browser.js @@ -0,0 +1,35 @@ +'use strict' + +const CustomStream = require('../stream') +const promises = require('../stream/promises') +const originalDestroy = CustomStream.Readable.destroy +module.exports = CustomStream.Readable + +// Explicit export naming is needed for ESM +module.exports._uint8ArrayToBuffer = CustomStream._uint8ArrayToBuffer +module.exports._isUint8Array = CustomStream._isUint8Array +module.exports.isDisturbed = CustomStream.isDisturbed +module.exports.isErrored = CustomStream.isErrored +module.exports.isReadable = CustomStream.isReadable +module.exports.Readable = CustomStream.Readable +module.exports.Writable = CustomStream.Writable +module.exports.Duplex = CustomStream.Duplex +module.exports.Transform = CustomStream.Transform +module.exports.PassThrough = CustomStream.PassThrough +module.exports.addAbortSignal = CustomStream.addAbortSignal +module.exports.finished = CustomStream.finished +module.exports.destroy = CustomStream.destroy +module.exports.destroy = originalDestroy +module.exports.pipeline = CustomStream.pipeline +module.exports.compose = CustomStream.compose +Object.defineProperty(CustomStream, 'promises', { + configurable: true, + enumerable: true, + get() { + return promises + } +}) +module.exports.Stream = CustomStream.Stream + +// Allow default importing +module.exports.default = module.exports diff --git a/node_modules/readable-stream/lib/ours/errors.js b/node_modules/readable-stream/lib/ours/errors.js new file mode 100644 index 0000000..979957e --- /dev/null +++ b/node_modules/readable-stream/lib/ours/errors.js @@ -0,0 +1,343 @@ +'use strict' + +const { format, inspect } = require('./util/inspect') +const { AggregateError: CustomAggregateError } = require('./primordials') + +/* + This file is a reduced and adapted version of the main lib/internal/errors.js file defined at + + https://github.com/nodejs/node/blob/main/lib/internal/errors.js + + Don't try to replace with the original file and keep it up to date (starting from E(...) definitions) + with the upstream file. +*/ + +const AggregateError = globalThis.AggregateError || CustomAggregateError +const kIsNodeError = Symbol('kIsNodeError') +const kTypes = [ + 'string', + 'function', + 'number', + 'object', + // Accept 'Function' and 'Object' as alternative to the lower cased version. + 'Function', + 'Object', + 'boolean', + 'bigint', + 'symbol' +] +const classRegExp = /^([A-Z][a-z0-9]*)+$/ +const nodeInternalPrefix = '__node_internal_' +const codes = {} +function assert(value, message) { + if (!value) { + throw new codes.ERR_INTERNAL_ASSERTION(message) + } +} + +// Only use this for integers! Decimal numbers do not work with this function. +function addNumericalSeparator(val) { + let res = '' + let i = val.length + const start = val[0] === '-' ? 1 : 0 + for (; i >= start + 4; i -= 3) { + res = `_${val.slice(i - 3, i)}${res}` + } + return `${val.slice(0, i)}${res}` +} +function getMessage(key, msg, args) { + if (typeof msg === 'function') { + assert( + msg.length <= args.length, + // Default options do not count. + `Code: ${key}; The provided arguments length (${args.length}) does not match the required ones (${msg.length}).` + ) + return msg(...args) + } + const expectedLength = (msg.match(/%[dfijoOs]/g) || []).length + assert( + expectedLength === args.length, + `Code: ${key}; The provided arguments length (${args.length}) does not match the required ones (${expectedLength}).` + ) + if (args.length === 0) { + return msg + } + return format(msg, ...args) +} +function E(code, message, Base) { + if (!Base) { + Base = Error + } + class NodeError extends Base { + constructor(...args) { + super(getMessage(code, message, args)) + } + toString() { + return `${this.name} [${code}]: ${this.message}` + } + } + Object.defineProperties(NodeError.prototype, { + name: { + value: Base.name, + writable: true, + enumerable: false, + configurable: true + }, + toString: { + value() { + return `${this.name} [${code}]: ${this.message}` + }, + writable: true, + enumerable: false, + configurable: true + } + }) + NodeError.prototype.code = code + NodeError.prototype[kIsNodeError] = true + codes[code] = NodeError +} +function hideStackFrames(fn) { + // We rename the functions that will be hidden to cut off the stacktrace + // at the outermost one + const hidden = nodeInternalPrefix + fn.name + Object.defineProperty(fn, 'name', { + value: hidden + }) + return fn +} +function aggregateTwoErrors(innerError, outerError) { + if (innerError && outerError && innerError !== outerError) { + if (Array.isArray(outerError.errors)) { + // If `outerError` is already an `AggregateError`. + outerError.errors.push(innerError) + return outerError + } + const err = new AggregateError([outerError, innerError], outerError.message) + err.code = outerError.code + return err + } + return innerError || outerError +} +class AbortError extends Error { + constructor(message = 'The operation was aborted', options = undefined) { + if (options !== undefined && typeof options !== 'object') { + throw new codes.ERR_INVALID_ARG_TYPE('options', 'Object', options) + } + super(message, options) + this.code = 'ABORT_ERR' + this.name = 'AbortError' + } +} +E('ERR_ASSERTION', '%s', Error) +E( + 'ERR_INVALID_ARG_TYPE', + (name, expected, actual) => { + assert(typeof name === 'string', "'name' must be a string") + if (!Array.isArray(expected)) { + expected = [expected] + } + let msg = 'The ' + if (name.endsWith(' argument')) { + // For cases like 'first argument' + msg += `${name} ` + } else { + msg += `"${name}" ${name.includes('.') ? 'property' : 'argument'} ` + } + msg += 'must be ' + const types = [] + const instances = [] + const other = [] + for (const value of expected) { + assert(typeof value === 'string', 'All expected entries have to be of type string') + if (kTypes.includes(value)) { + types.push(value.toLowerCase()) + } else if (classRegExp.test(value)) { + instances.push(value) + } else { + assert(value !== 'object', 'The value "object" should be written as "Object"') + other.push(value) + } + } + + // Special handle `object` in case other instances are allowed to outline + // the differences between each other. + if (instances.length > 0) { + const pos = types.indexOf('object') + if (pos !== -1) { + types.splice(types, pos, 1) + instances.push('Object') + } + } + if (types.length > 0) { + switch (types.length) { + case 1: + msg += `of type ${types[0]}` + break + case 2: + msg += `one of type ${types[0]} or ${types[1]}` + break + default: { + const last = types.pop() + msg += `one of type ${types.join(', ')}, or ${last}` + } + } + if (instances.length > 0 || other.length > 0) { + msg += ' or ' + } + } + if (instances.length > 0) { + switch (instances.length) { + case 1: + msg += `an instance of ${instances[0]}` + break + case 2: + msg += `an instance of ${instances[0]} or ${instances[1]}` + break + default: { + const last = instances.pop() + msg += `an instance of ${instances.join(', ')}, or ${last}` + } + } + if (other.length > 0) { + msg += ' or ' + } + } + switch (other.length) { + case 0: + break + case 1: + if (other[0].toLowerCase() !== other[0]) { + msg += 'an ' + } + msg += `${other[0]}` + break + case 2: + msg += `one of ${other[0]} or ${other[1]}` + break + default: { + const last = other.pop() + msg += `one of ${other.join(', ')}, or ${last}` + } + } + if (actual == null) { + msg += `. Received ${actual}` + } else if (typeof actual === 'function' && actual.name) { + msg += `. Received function ${actual.name}` + } else if (typeof actual === 'object') { + var _actual$constructor + if ( + (_actual$constructor = actual.constructor) !== null && + _actual$constructor !== undefined && + _actual$constructor.name + ) { + msg += `. Received an instance of ${actual.constructor.name}` + } else { + const inspected = inspect(actual, { + depth: -1 + }) + msg += `. Received ${inspected}` + } + } else { + let inspected = inspect(actual, { + colors: false + }) + if (inspected.length > 25) { + inspected = `${inspected.slice(0, 25)}...` + } + msg += `. Received type ${typeof actual} (${inspected})` + } + return msg + }, + TypeError +) +E( + 'ERR_INVALID_ARG_VALUE', + (name, value, reason = 'is invalid') => { + let inspected = inspect(value) + if (inspected.length > 128) { + inspected = inspected.slice(0, 128) + '...' + } + const type = name.includes('.') ? 'property' : 'argument' + return `The ${type} '${name}' ${reason}. Received ${inspected}` + }, + TypeError +) +E( + 'ERR_INVALID_RETURN_VALUE', + (input, name, value) => { + var _value$constructor + const type = + value !== null && + value !== undefined && + (_value$constructor = value.constructor) !== null && + _value$constructor !== undefined && + _value$constructor.name + ? `instance of ${value.constructor.name}` + : `type ${typeof value}` + return `Expected ${input} to be returned from the "${name}"` + ` function but got ${type}.` + }, + TypeError +) +E( + 'ERR_MISSING_ARGS', + (...args) => { + assert(args.length > 0, 'At least one arg needs to be specified') + let msg + const len = args.length + args = (Array.isArray(args) ? args : [args]).map((a) => `"${a}"`).join(' or ') + switch (len) { + case 1: + msg += `The ${args[0]} argument` + break + case 2: + msg += `The ${args[0]} and ${args[1]} arguments` + break + default: + { + const last = args.pop() + msg += `The ${args.join(', ')}, and ${last} arguments` + } + break + } + return `${msg} must be specified` + }, + TypeError +) +E( + 'ERR_OUT_OF_RANGE', + (str, range, input) => { + assert(range, 'Missing "range" argument') + let received + if (Number.isInteger(input) && Math.abs(input) > 2 ** 32) { + received = addNumericalSeparator(String(input)) + } else if (typeof input === 'bigint') { + received = String(input) + const limit = BigInt(2) ** BigInt(32) + if (input > limit || input < -limit) { + received = addNumericalSeparator(received) + } + received += 'n' + } else { + received = inspect(input) + } + return `The value of "${str}" is out of range. It must be ${range}. Received ${received}` + }, + RangeError +) +E('ERR_MULTIPLE_CALLBACK', 'Callback called multiple times', Error) +E('ERR_METHOD_NOT_IMPLEMENTED', 'The %s method is not implemented', Error) +E('ERR_STREAM_ALREADY_FINISHED', 'Cannot call %s after a stream was finished', Error) +E('ERR_STREAM_CANNOT_PIPE', 'Cannot pipe, not readable', Error) +E('ERR_STREAM_DESTROYED', 'Cannot call %s after a stream was destroyed', Error) +E('ERR_STREAM_NULL_VALUES', 'May not write null values to stream', TypeError) +E('ERR_STREAM_PREMATURE_CLOSE', 'Premature close', Error) +E('ERR_STREAM_PUSH_AFTER_EOF', 'stream.push() after EOF', Error) +E('ERR_STREAM_UNSHIFT_AFTER_END_EVENT', 'stream.unshift() after end event', Error) +E('ERR_STREAM_WRITE_AFTER_END', 'write after end', Error) +E('ERR_UNKNOWN_ENCODING', 'Unknown encoding: %s', TypeError) +module.exports = { + AbortError, + aggregateTwoErrors: hideStackFrames(aggregateTwoErrors), + hideStackFrames, + codes +} diff --git a/node_modules/readable-stream/lib/ours/index.js b/node_modules/readable-stream/lib/ours/index.js new file mode 100644 index 0000000..6cdd2d7 --- /dev/null +++ b/node_modules/readable-stream/lib/ours/index.js @@ -0,0 +1,65 @@ +'use strict' + +const Stream = require('stream') +if (Stream && process.env.READABLE_STREAM === 'disable') { + const promises = Stream.promises + + // Explicit export naming is needed for ESM + module.exports._uint8ArrayToBuffer = Stream._uint8ArrayToBuffer + module.exports._isUint8Array = Stream._isUint8Array + module.exports.isDisturbed = Stream.isDisturbed + module.exports.isErrored = Stream.isErrored + module.exports.isReadable = Stream.isReadable + module.exports.Readable = Stream.Readable + module.exports.Writable = Stream.Writable + module.exports.Duplex = Stream.Duplex + module.exports.Transform = Stream.Transform + module.exports.PassThrough = Stream.PassThrough + module.exports.addAbortSignal = Stream.addAbortSignal + module.exports.finished = Stream.finished + module.exports.destroy = Stream.destroy + module.exports.pipeline = Stream.pipeline + module.exports.compose = Stream.compose + Object.defineProperty(Stream, 'promises', { + configurable: true, + enumerable: true, + get() { + return promises + } + }) + module.exports.Stream = Stream.Stream +} else { + const CustomStream = require('../stream') + const promises = require('../stream/promises') + const originalDestroy = CustomStream.Readable.destroy + module.exports = CustomStream.Readable + + // Explicit export naming is needed for ESM + module.exports._uint8ArrayToBuffer = CustomStream._uint8ArrayToBuffer + module.exports._isUint8Array = CustomStream._isUint8Array + module.exports.isDisturbed = CustomStream.isDisturbed + module.exports.isErrored = CustomStream.isErrored + module.exports.isReadable = CustomStream.isReadable + module.exports.Readable = CustomStream.Readable + module.exports.Writable = CustomStream.Writable + module.exports.Duplex = CustomStream.Duplex + module.exports.Transform = CustomStream.Transform + module.exports.PassThrough = CustomStream.PassThrough + module.exports.addAbortSignal = CustomStream.addAbortSignal + module.exports.finished = CustomStream.finished + module.exports.destroy = CustomStream.destroy + module.exports.destroy = originalDestroy + module.exports.pipeline = CustomStream.pipeline + module.exports.compose = CustomStream.compose + Object.defineProperty(CustomStream, 'promises', { + configurable: true, + enumerable: true, + get() { + return promises + } + }) + module.exports.Stream = CustomStream.Stream +} + +// Allow default importing +module.exports.default = module.exports diff --git a/node_modules/readable-stream/lib/ours/primordials.js b/node_modules/readable-stream/lib/ours/primordials.js new file mode 100644 index 0000000..81856fc --- /dev/null +++ b/node_modules/readable-stream/lib/ours/primordials.js @@ -0,0 +1,124 @@ +'use strict' + +/* + This file is a reduced and adapted version of the main lib/internal/per_context/primordials.js file defined at + + https://github.com/nodejs/node/blob/main/lib/internal/per_context/primordials.js + + Don't try to replace with the original file and keep it up to date with the upstream file. +*/ + +// This is a simplified version of AggregateError +class AggregateError extends Error { + constructor(errors) { + if (!Array.isArray(errors)) { + throw new TypeError(`Expected input to be an Array, got ${typeof errors}`) + } + let message = '' + for (let i = 0; i < errors.length; i++) { + message += ` ${errors[i].stack}\n` + } + super(message) + this.name = 'AggregateError' + this.errors = errors + } +} +module.exports = { + AggregateError, + ArrayIsArray(self) { + return Array.isArray(self) + }, + ArrayPrototypeIncludes(self, el) { + return self.includes(el) + }, + ArrayPrototypeIndexOf(self, el) { + return self.indexOf(el) + }, + ArrayPrototypeJoin(self, sep) { + return self.join(sep) + }, + ArrayPrototypeMap(self, fn) { + return self.map(fn) + }, + ArrayPrototypePop(self, el) { + return self.pop(el) + }, + ArrayPrototypePush(self, el) { + return self.push(el) + }, + ArrayPrototypeSlice(self, start, end) { + return self.slice(start, end) + }, + Error, + FunctionPrototypeCall(fn, thisArgs, ...args) { + return fn.call(thisArgs, ...args) + }, + FunctionPrototypeSymbolHasInstance(self, instance) { + return Function.prototype[Symbol.hasInstance].call(self, instance) + }, + MathFloor: Math.floor, + Number, + NumberIsInteger: Number.isInteger, + NumberIsNaN: Number.isNaN, + NumberMAX_SAFE_INTEGER: Number.MAX_SAFE_INTEGER, + NumberMIN_SAFE_INTEGER: Number.MIN_SAFE_INTEGER, + NumberParseInt: Number.parseInt, + ObjectDefineProperties(self, props) { + return Object.defineProperties(self, props) + }, + ObjectDefineProperty(self, name, prop) { + return Object.defineProperty(self, name, prop) + }, + ObjectGetOwnPropertyDescriptor(self, name) { + return Object.getOwnPropertyDescriptor(self, name) + }, + ObjectKeys(obj) { + return Object.keys(obj) + }, + ObjectSetPrototypeOf(target, proto) { + return Object.setPrototypeOf(target, proto) + }, + Promise, + PromisePrototypeCatch(self, fn) { + return self.catch(fn) + }, + PromisePrototypeThen(self, thenFn, catchFn) { + return self.then(thenFn, catchFn) + }, + PromiseReject(err) { + return Promise.reject(err) + }, + PromiseResolve(val) { + return Promise.resolve(val) + }, + ReflectApply: Reflect.apply, + RegExpPrototypeTest(self, value) { + return self.test(value) + }, + SafeSet: Set, + String, + StringPrototypeSlice(self, start, end) { + return self.slice(start, end) + }, + StringPrototypeToLowerCase(self) { + return self.toLowerCase() + }, + StringPrototypeToUpperCase(self) { + return self.toUpperCase() + }, + StringPrototypeTrim(self) { + return self.trim() + }, + Symbol, + SymbolFor: Symbol.for, + SymbolAsyncIterator: Symbol.asyncIterator, + SymbolHasInstance: Symbol.hasInstance, + SymbolIterator: Symbol.iterator, + SymbolDispose: Symbol.dispose || Symbol('Symbol.dispose'), + SymbolAsyncDispose: Symbol.asyncDispose || Symbol('Symbol.asyncDispose'), + TypedArrayPrototypeSet(self, buf, len) { + return self.set(buf, len) + }, + Boolean, + Uint8Array +} diff --git a/node_modules/readable-stream/lib/ours/util.js b/node_modules/readable-stream/lib/ours/util.js new file mode 100644 index 0000000..b560361 --- /dev/null +++ b/node_modules/readable-stream/lib/ours/util.js @@ -0,0 +1,148 @@ +'use strict' + +const bufferModule = require('buffer') +const { format, inspect } = require('./util/inspect') +const { + codes: { ERR_INVALID_ARG_TYPE } +} = require('./errors') +const { kResistStopPropagation, AggregateError, SymbolDispose } = require('./primordials') +const AbortSignal = globalThis.AbortSignal || require('abort-controller').AbortSignal +const AbortController = globalThis.AbortController || require('abort-controller').AbortController +const AsyncFunction = Object.getPrototypeOf(async function () {}).constructor +const Blob = globalThis.Blob || bufferModule.Blob +/* eslint-disable indent */ +const isBlob = + typeof Blob !== 'undefined' + ? function isBlob(b) { + // eslint-disable-next-line indent + return b instanceof Blob + } + : function isBlob(b) { + return false + } +/* eslint-enable indent */ + +const validateAbortSignal = (signal, name) => { + if (signal !== undefined && (signal === null || typeof signal !== 'object' || !('aborted' in signal))) { + throw new ERR_INVALID_ARG_TYPE(name, 'AbortSignal', signal) + } +} +const validateFunction = (value, name) => { + if (typeof value !== 'function') { + throw new ERR_INVALID_ARG_TYPE(name, 'Function', value) + } +} +module.exports = { + AggregateError, + kEmptyObject: Object.freeze({}), + once(callback) { + let called = false + return function (...args) { + if (called) { + return + } + called = true + callback.apply(this, args) + } + }, + createDeferredPromise: function () { + let resolve + let reject + + // eslint-disable-next-line promise/param-names + const promise = new Promise((res, rej) => { + resolve = res + reject = rej + }) + return { + promise, + resolve, + reject + } + }, + promisify(fn) { + return new Promise((resolve, reject) => { + fn((err, ...args) => { + if (err) { + return reject(err) + } + return resolve(...args) + }) + }) + }, + debuglog() { + return function () {} + }, + format, + inspect, + types: { + isAsyncFunction(fn) { + return fn instanceof AsyncFunction + }, + isArrayBufferView(arr) { + return ArrayBuffer.isView(arr) + } + }, + isBlob, + deprecate(fn, message) { + return fn + }, + addAbortListener: + require('events').addAbortListener || + function addAbortListener(signal, listener) { + if (signal === undefined) { + throw new ERR_INVALID_ARG_TYPE('signal', 'AbortSignal', signal) + } + validateAbortSignal(signal, 'signal') + validateFunction(listener, 'listener') + let removeEventListener + if (signal.aborted) { + queueMicrotask(() => listener()) + } else { + signal.addEventListener('abort', listener, { + __proto__: null, + once: true, + [kResistStopPropagation]: true + }) + removeEventListener = () => { + signal.removeEventListener('abort', listener) + } + } + return { + __proto__: null, + [SymbolDispose]() { + var _removeEventListener + ;(_removeEventListener = removeEventListener) === null || _removeEventListener === undefined + ? undefined + : _removeEventListener() + } + } + }, + AbortSignalAny: + AbortSignal.any || + function AbortSignalAny(signals) { + // Fast path if there is only one signal. + if (signals.length === 1) { + return signals[0] + } + const ac = new AbortController() + const abort = () => ac.abort() + signals.forEach((signal) => { + validateAbortSignal(signal, 'signals') + signal.addEventListener('abort', abort, { + once: true + }) + }) + ac.signal.addEventListener( + 'abort', + () => { + signals.forEach((signal) => signal.removeEventListener('abort', abort)) + }, + { + once: true + } + ) + return ac.signal + } +} +module.exports.promisify.custom = Symbol.for('nodejs.util.promisify.custom') diff --git a/node_modules/readable-stream/lib/ours/util/inspect.js b/node_modules/readable-stream/lib/ours/util/inspect.js new file mode 100644 index 0000000..e008445 --- /dev/null +++ b/node_modules/readable-stream/lib/ours/util/inspect.js @@ -0,0 +1,55 @@ +'use strict' + +/* + This file is a reduced and adapted version of the main lib/internal/util/inspect.js file defined at + + https://github.com/nodejs/node/blob/main/lib/internal/util/inspect.js + + Don't try to replace with the original file and keep it up to date with the upstream file. +*/ +module.exports = { + format(format, ...args) { + // Simplified version of https://nodejs.org/api/util.html#utilformatformat-args + return format.replace(/%([sdifj])/g, function (...[_unused, type]) { + const replacement = args.shift() + if (type === 'f') { + return replacement.toFixed(6) + } else if (type === 'j') { + return JSON.stringify(replacement) + } else if (type === 's' && typeof replacement === 'object') { + const ctor = replacement.constructor !== Object ? replacement.constructor.name : '' + return `${ctor} {}`.trim() + } else { + return replacement.toString() + } + }) + }, + inspect(value) { + // Vastly simplified version of https://nodejs.org/api/util.html#utilinspectobject-options + switch (typeof value) { + case 'string': + if (value.includes("'")) { + if (!value.includes('"')) { + return `"${value}"` + } else if (!value.includes('`') && !value.includes('${')) { + return `\`${value}\`` + } + } + return `'${value}'` + case 'number': + if (isNaN(value)) { + return 'NaN' + } else if (Object.is(value, -0)) { + return String(value) + } + return value + case 'bigint': + return `${String(value)}n` + case 'boolean': + case 'undefined': + return String(value) + case 'object': + return '{}' + } + } +} diff --git a/node_modules/readable-stream/lib/stream.js b/node_modules/readable-stream/lib/stream.js new file mode 100644 index 0000000..1e2cab3 --- /dev/null +++ b/node_modules/readable-stream/lib/stream.js @@ -0,0 +1,143 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +'use strict' + +/* replacement start */ + +const { Buffer } = require('buffer') + +/* replacement end */ + +const { ObjectDefineProperty, ObjectKeys, ReflectApply } = require('./ours/primordials') +const { + promisify: { custom: customPromisify } +} = require('./ours/util') +const { streamReturningOperators, promiseReturningOperators } = require('./internal/streams/operators') +const { + codes: { ERR_ILLEGAL_CONSTRUCTOR } +} = require('./ours/errors') +const compose = require('./internal/streams/compose') +const { setDefaultHighWaterMark, getDefaultHighWaterMark } = require('./internal/streams/state') +const { pipeline } = require('./internal/streams/pipeline') +const { destroyer } = require('./internal/streams/destroy') +const eos = require('./internal/streams/end-of-stream') +const internalBuffer = {} +const promises = require('./stream/promises') +const utils = require('./internal/streams/utils') +const Stream = (module.exports = require('./internal/streams/legacy').Stream) +Stream.isDestroyed = utils.isDestroyed +Stream.isDisturbed = utils.isDisturbed +Stream.isErrored = utils.isErrored +Stream.isReadable = utils.isReadable +Stream.isWritable = utils.isWritable +Stream.Readable = require('./internal/streams/readable') +for (const key of ObjectKeys(streamReturningOperators)) { + const op = streamReturningOperators[key] + function fn(...args) { + if (new.target) { + throw ERR_ILLEGAL_CONSTRUCTOR() + } + return Stream.Readable.from(ReflectApply(op, this, args)) + } + ObjectDefineProperty(fn, 'name', { + __proto__: null, + value: op.name + }) + ObjectDefineProperty(fn, 'length', { + __proto__: null, + value: op.length + }) + ObjectDefineProperty(Stream.Readable.prototype, key, { + __proto__: null, + value: fn, + enumerable: false, + configurable: true, + writable: true + }) +} +for (const key of ObjectKeys(promiseReturningOperators)) { + const op = promiseReturningOperators[key] + function fn(...args) { + if (new.target) { + throw ERR_ILLEGAL_CONSTRUCTOR() + } + return ReflectApply(op, this, args) + } + ObjectDefineProperty(fn, 'name', { + __proto__: null, + value: op.name + }) + ObjectDefineProperty(fn, 'length', { + __proto__: null, + value: op.length + }) + ObjectDefineProperty(Stream.Readable.prototype, key, { + __proto__: null, + value: fn, + enumerable: false, + configurable: true, + writable: true + }) +} +Stream.Writable = require('./internal/streams/writable') +Stream.Duplex = require('./internal/streams/duplex') +Stream.Transform = require('./internal/streams/transform') +Stream.PassThrough = require('./internal/streams/passthrough') +Stream.pipeline = pipeline +const { addAbortSignal } = require('./internal/streams/add-abort-signal') +Stream.addAbortSignal = addAbortSignal +Stream.finished = eos +Stream.destroy = destroyer +Stream.compose = compose +Stream.setDefaultHighWaterMark = setDefaultHighWaterMark +Stream.getDefaultHighWaterMark = getDefaultHighWaterMark +ObjectDefineProperty(Stream, 'promises', { + __proto__: null, + configurable: true, + enumerable: true, + get() { + return promises + } +}) +ObjectDefineProperty(pipeline, customPromisify, { + __proto__: null, + enumerable: true, + get() { + return promises.pipeline + } +}) +ObjectDefineProperty(eos, customPromisify, { + __proto__: null, + enumerable: true, + get() { + return promises.finished + } +}) + +// Backwards-compat with node 0.4.x +Stream.Stream = Stream +Stream._isUint8Array = function isUint8Array(value) { + return value instanceof Uint8Array +} +Stream._uint8ArrayToBuffer = function _uint8ArrayToBuffer(chunk) { + return Buffer.from(chunk.buffer, chunk.byteOffset, chunk.byteLength) +} diff --git a/node_modules/readable-stream/lib/stream/promises.js b/node_modules/readable-stream/lib/stream/promises.js new file mode 100644 index 0000000..5d4ce15 --- /dev/null +++ b/node_modules/readable-stream/lib/stream/promises.js @@ -0,0 +1,43 @@ +'use strict' + +const { ArrayPrototypePop, Promise } = require('../ours/primordials') +const { isIterable, isNodeStream, isWebStream } = require('../internal/streams/utils') +const { pipelineImpl: pl } = require('../internal/streams/pipeline') +const { finished } = require('../internal/streams/end-of-stream') +require('../../lib/stream.js') +function pipeline(...streams) { + return new Promise((resolve, reject) => { + let signal + let end + const lastArg = streams[streams.length - 1] + if ( + lastArg && + typeof lastArg === 'object' && + !isNodeStream(lastArg) && + !isIterable(lastArg) && + !isWebStream(lastArg) + ) { + const options = ArrayPrototypePop(streams) + signal = options.signal + end = options.end + } + pl( + streams, + (err, value) => { + if (err) { + reject(err) + } else { + resolve(value) + } + }, + { + signal, + end + } + ) + }) +} +module.exports = { + finished, + pipeline +} diff --git a/node_modules/readable-stream/package.json b/node_modules/readable-stream/package.json new file mode 100644 index 0000000..98b48e6 --- /dev/null +++ b/node_modules/readable-stream/package.json @@ -0,0 +1,88 @@ +{ + "name": "readable-stream", + "version": "4.7.0", + "description": "Node.js Streams, a user-land copy of the stream library from Node.js", + "homepage": "https://github.com/nodejs/readable-stream", + "license": "MIT", + "licenses": [ + { + "type": "MIT", + "url": "https://choosealicense.com/licenses/mit/" + } + ], + "keywords": [ + "readable", + "stream", + "pipe" + ], + "repository": { + "type": "git", + "url": "git://github.com/nodejs/readable-stream" + }, + "bugs": { + "url": "https://github.com/nodejs/readable-stream/issues" + }, + "main": "lib/ours/index.js", + "files": [ + "lib", + "LICENSE", + "README.md" + ], + "browser": { + "util": "./lib/ours/util.js", + "./lib/ours/index.js": "./lib/ours/browser.js" + }, + "scripts": { + "build": "node build/build.mjs 18.19.0", + "postbuild": "prettier -w lib test", + "test": "tap --rcfile=./tap.yml test/parallel/test-*.js test/ours/test-*.js", + "test:prepare": "node test/browser/runner-prepare.mjs", + "test:browsers": "node test/browser/runner-browser.mjs", + "test:bundlers": "node test/browser/runner-node.mjs", + "test:readable-stream-only": "node readable-stream-test/runner-prepare.mjs", + "coverage": "c8 -c ./c8.json tap --rcfile=./tap.yml test/parallel/test-*.js test/ours/test-*.js", + "format": "prettier -w src lib test", + "test:format": "prettier -c src lib test", + "lint": "eslint src" + }, + "dependencies": { + "abort-controller": "^3.0.0", + "buffer": "^6.0.3", + "events": "^3.3.0", + "process": "^0.11.10", + "string_decoder": "^1.3.0" + }, + "devDependencies": { + "@babel/core": "^7.17.10", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", + "@babel/plugin-proposal-optional-chaining": "^7.16.7", + "@eslint/eslintrc": "^3.2.0", + "@rollup/plugin-commonjs": "^22.0.0", + "@rollup/plugin-inject": "^4.0.4", + "@rollup/plugin-node-resolve": "^13.3.0", + "@sinonjs/fake-timers": "^9.1.2", + "browserify": "^17.0.0", + "c8": "^7.11.2", + "esbuild": "^0.19.9", + "esbuild-plugin-alias": "^0.2.1", + "eslint": "^8.15.0", + "eslint-config-standard": "^17.0.0", + "eslint-plugin-import": "^2.26.0", + "eslint-plugin-n": "^15.2.0", + "eslint-plugin-promise": "^6.0.0", + "playwright": "^1.21.1", + "prettier": "^2.6.2", + "rollup": "^2.72.1", + "rollup-plugin-polyfill-node": "^0.9.0", + "tap": "^16.2.0", + "tap-mocha-reporter": "^5.0.3", + "tape": "^5.5.3", + "tar": "^6.1.11", + "undici": "^5.1.1", + "webpack": "^5.72.1", + "webpack-cli": "^4.9.2" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } +} diff --git a/node_modules/request-promise-core/LICENSE b/node_modules/request-promise-core/LICENSE new file mode 100644 index 0000000..abd09b3 --- /dev/null +++ b/node_modules/request-promise-core/LICENSE @@ -0,0 +1,15 @@ +ISC License + +Copyright (c) 2020, Nicolai Kamenzky and contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file diff --git a/node_modules/request-promise-core/README.md b/node_modules/request-promise-core/README.md new file mode 100644 index 0000000..1b3e61f --- /dev/null +++ b/node_modules/request-promise-core/README.md @@ -0,0 +1,130 @@ + + Promises/A+ logo + + +# request-promise-core + +[![Gitter](https://img.shields.io/badge/gitter-join_chat-blue.svg?style=flat-square&maxAge=2592000)](https://gitter.im/request/request-promise?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Build Status](https://img.shields.io/travis/request/promise-core/master.svg?style=flat-square&maxAge=2592000)](https://travis-ci.org/request/promise-core) +[![Coverage Status](https://img.shields.io/coveralls/request/promise-core.svg?style=flat-square&maxAge=2592000)](https://coveralls.io/r/request/promise-core) +[![Dependency Status](https://img.shields.io/david/request/promise-core.svg?style=flat-square&maxAge=2592000)](https://david-dm.org/request/promise-core) +[![Known Vulnerabilities](https://snyk.io/test/npm/promise-core/badge.svg?style=flat-square&maxAge=2592000)](https://snyk.io/test/npm/promise-core) + + +This package is the core for the following packages: + +- [`request-promise`](https://github.com/request/request-promise) +- [`request-promise-any`](https://github.com/request/request-promise-any) +- [`request-promise-bluebird`](https://github.com/request/request-promise-bluebird) +- [`request-promise-native`](https://github.com/request/request-promise-native) + +`request-promise-core` contains the core logic to add Promise support to [`request`](https://github.com/request/request). + +Please use one of the libraries above. It is only recommended to use this library directly, if you have very specific requirements. + +## Installation for `request@^2.34` + +This module is installed via npm: + +``` +npm install --save request +npm install --save request-promise-core +``` + +`request` is defined as a peer-dependency and thus has to be installed separately. + +## Usage for `request@^2.34` + +``` js +// 1. Load the request library + +// Only use a direct require if you are 100% sure that: +// - Your project does not use request directly. That is without the Promise capabilities by calling require('request'). +// - Any of the installed libraries use request. +// ...because Request's prototype will be patched in step 2. +/* var request = require('request'); */ + +// Instead use: +var stealthyRequire = require('stealthy-require'); +var request = stealthyRequire(require.cache, function () { + return require('request'); +}); + + +// 2. Add Promise support to request + +var configure = require('request-promise-core/configure/request2'); + +configure({ + request: request, + // Pass your favorite ES6-compatible promise implementation + PromiseImpl: Promise, + // Expose all methods of the promise instance you want to call on the request(...) call + expose: [ + 'then', // Allows to use request(...).then(...) + 'catch', // Allows to use request(...).catch(...) + 'promise' // Allows to use request(...).promise() which returns the promise instance + ], + // Optional: Pass a callback that is called within the Promise constructor + constructorMixin: function (resolve, reject) { + // `this` is the request object + // Additional arguments may be passed depending on the PromiseImpl used + } +}); + + +// 3. Use request with its promise capabilities + +// E.g. crawl a web page: +request('http://www.google.com') + .then(function (htmlString) { + // Process html... + }) + .catch(function (err) { + // Crawling failed... + }); +``` + +## Installation and Usage for `request@next` + +[Request Next](https://github.com/request/request/issues/1982) is still in alpha. However, `request-promise-core` is already designed to be compatible and ships with a configuration helper – `require('request-promise-core/configure/request-next')` – that is [used by `request-promise`](https://github.com/request/request-promise/blob/next/lib/rp.js) in its "next" branch. + +## Contributing + +To set up your development environment: + +1. clone the repo to your desktop, +2. in the shell `cd` to the main folder, +3. hit `npm install`, +4. hit `npm install gulp -g` if you haven't installed gulp globally yet, and +5. run `gulp dev`. (Or run `node ./node_modules/.bin/gulp dev` if you don't want to install gulp globally.) + +`gulp dev` watches all source files and if you save some changes it will lint the code and execute all tests. The test coverage report can be viewed from `./coverage/lcov-report/index.html`. + +If you want to debug a test you should use `gulp test-without-coverage` to run all tests without obscuring the code by the test coverage instrumentation. + +## Change History + +- 1.1.4 (2020-07-21) + - Security fix: bumped `lodash` to `^4.17.19` following [this advisory](https://www.npmjs.com/advisories/1523). +- 1.1.3 (2019-11-03) + - Security fix: bumped `lodash` to `^4.17.15`. See [vulnerabilty reports](https://snyk.io/vuln/search?q=lodash&type=npm). + *(Thanks to @daniel-nagy for pull request [#20](https://github.com/request/promise-core/pull/20) and thanks to @quetzaluz for reporting this in issue [#21](https://github.com/request/promise-core/issues/21).)* +- 1.1.2 (2019-02-14) + - Security fix: bumped `lodash` to `^4.17.11`. See [vulnerabilty reports](https://snyk.io/vuln/search?q=lodash&type=npm). + *(Thanks to @lucaswillering and @sam-warren-finnair for reporting this in issues [#12](https://github.com/request/promise-core/issues/12) and [#13](https://github.com/request/promise-core/issues/13) and thanks to @Alec321 for pull request [#14](https://github.com/request/promise-core/pull/14).)* +- 1.1.1 (2016-08-08) + - Renamed package to `request-promise-core` because there were [too](https://github.com/request/request-promise/issues/137) [many](https://github.com/request/request-promise/issues/141) issues with the scoped package name `@request/promise-core` +- 1.1.0 (2016-07-30) + - Added `constructorMixin` option to enable [request/request-promise#123](https://github.com/request/request-promise/pull/123) +- 1.0.0 (2016-07-15) + - All tests green, ready for prime time +- 1.0.0-rc.1 (2016-07-10) + - Reimplementation of core logic based on `request-promise@3.0.0` + - Plus `transform2xxOnly` option (fixes [request/request-promise#131](https://github.com/request/request-promise/issues/131)) + +## License (ISC) + +In case you never heard about the [ISC license](http://en.wikipedia.org/wiki/ISC_license) it is functionally equivalent to the MIT license. + +See the [LICENSE file](LICENSE) for details. diff --git a/node_modules/request-promise-core/configure/request-next.js b/node_modules/request-promise-core/configure/request-next.js new file mode 100644 index 0000000..490d472 --- /dev/null +++ b/node_modules/request-promise-core/configure/request-next.js @@ -0,0 +1,67 @@ +'use strict'; + +var core = require('../'), + isArray = require('lodash/isArray'), + isFunction = require('lodash/isFunction'), + isObjectLike = require('lodash/isObjectLike'); + + +module.exports = function (options) { + + var errorText = 'Please verify options'; // For better minification because this string is repeating + + if (!isObjectLike(options)) { + throw new TypeError(errorText); + } + + if (!isFunction(options.client)) { + throw new TypeError(errorText + '.client'); + } + + if (!isArray(options.expose) || options.expose.length === 0) { + throw new TypeError(errorText + '.expose'); + } + + var thenExposed = false; + for ( var i = 0; i < options.expose.length; i+=1 ) { + if (options.expose[i] === 'then') { + thenExposed = true; + break; + } + } + if (!thenExposed) { + throw new Error('Please expose "then"'); + } + + + var plumbing = core({ + PromiseImpl: options.PromiseImpl, + constructorMixin: options.constructorMixin + }); + + return function (requestOptions) { + + var self = {}; + + plumbing.init.call(self, requestOptions); + + var request = options.client(requestOptions); + + for ( var k = 0; k < options.expose.length; k+=1 ) { + + var method = options.expose[k]; + + plumbing[ method === 'promise' ? 'exposePromise' : 'exposePromiseMethod' ]( + request, + self, + '_rp_promise', + method + ); + + } + + return request; + + }; + +}; diff --git a/node_modules/request-promise-core/configure/request2.js b/node_modules/request-promise-core/configure/request2.js new file mode 100644 index 0000000..0cba240 --- /dev/null +++ b/node_modules/request-promise-core/configure/request2.js @@ -0,0 +1,74 @@ +'use strict'; + +var core = require('../'), + isArray = require('lodash/isArray'), + isFunction = require('lodash/isFunction'), + isObjectLike = require('lodash/isObjectLike'); + + +module.exports = function (options) { + + var errorText = 'Please verify options'; // For better minification because this string is repeating + + if (!isObjectLike(options)) { + throw new TypeError(errorText); + } + + if (!isFunction(options.request)) { + throw new TypeError(errorText + '.request'); + } + + if (!isArray(options.expose) || options.expose.length === 0) { + throw new TypeError(errorText + '.expose'); + } + + + var plumbing = core({ + PromiseImpl: options.PromiseImpl, + constructorMixin: options.constructorMixin + }); + + + // Intercepting Request's init method + + var originalInit = options.request.Request.prototype.init; + + options.request.Request.prototype.init = function RP$initInterceptor(requestOptions) { + + // Init may be called again - currently in case of redirects + if (isObjectLike(requestOptions) && !this._callback && !this._rp_promise) { + + plumbing.init.call(this, requestOptions); + + } + + return originalInit.apply(this, arguments); + + }; + + + // Exposing the Promise capabilities + + var thenExposed = false; + for ( var i = 0; i < options.expose.length; i+=1 ) { + + var method = options.expose[i]; + + plumbing[ method === 'promise' ? 'exposePromise' : 'exposePromiseMethod' ]( + options.request.Request.prototype, + null, + '_rp_promise', + method + ); + + if (method === 'then') { + thenExposed = true; + } + + } + + if (!thenExposed) { + throw new Error('Please expose "then"'); + } + +}; diff --git a/node_modules/request-promise-core/errors.js b/node_modules/request-promise-core/errors.js new file mode 100644 index 0000000..cbaa903 --- /dev/null +++ b/node_modules/request-promise-core/errors.js @@ -0,0 +1,3 @@ +'use strict'; + +module.exports = require('./lib/errors.js'); diff --git a/node_modules/request-promise-core/lib/errors.js b/node_modules/request-promise-core/lib/errors.js new file mode 100644 index 0000000..580ac5e --- /dev/null +++ b/node_modules/request-promise-core/lib/errors.js @@ -0,0 +1,62 @@ +'use strict'; + + +function RequestError(cause, options, response) { + + this.name = 'RequestError'; + this.message = String(cause); + this.cause = cause; + this.error = cause; // legacy attribute + this.options = options; + this.response = response; + + if (Error.captureStackTrace) { // required for non-V8 environments + Error.captureStackTrace(this); + } + +} +RequestError.prototype = Object.create(Error.prototype); +RequestError.prototype.constructor = RequestError; + + +function StatusCodeError(statusCode, body, options, response) { + + this.name = 'StatusCodeError'; + this.statusCode = statusCode; + this.message = statusCode + ' - ' + (JSON && JSON.stringify ? JSON.stringify(body) : body); + this.error = body; // legacy attribute + this.options = options; + this.response = response; + + if (Error.captureStackTrace) { // required for non-V8 environments + Error.captureStackTrace(this); + } + +} +StatusCodeError.prototype = Object.create(Error.prototype); +StatusCodeError.prototype.constructor = StatusCodeError; + + +function TransformError(cause, options, response) { + + this.name = 'TransformError'; + this.message = String(cause); + this.cause = cause; + this.error = cause; // legacy attribute + this.options = options; + this.response = response; + + if (Error.captureStackTrace) { // required for non-V8 environments + Error.captureStackTrace(this); + } + +} +TransformError.prototype = Object.create(Error.prototype); +TransformError.prototype.constructor = TransformError; + + +module.exports = { + RequestError: RequestError, + StatusCodeError: StatusCodeError, + TransformError: TransformError +}; diff --git a/node_modules/request-promise-core/lib/plumbing.js b/node_modules/request-promise-core/lib/plumbing.js new file mode 100644 index 0000000..979a0f2 --- /dev/null +++ b/node_modules/request-promise-core/lib/plumbing.js @@ -0,0 +1,167 @@ +'use strict'; + +var errors = require('./errors.js'), + isFunction = require('lodash/isFunction'), + isObjectLike = require('lodash/isObjectLike'), + isString = require('lodash/isString'), + isUndefined = require('lodash/isUndefined'); + + +module.exports = function (options) { + + var errorText = 'Please verify options'; // For better minification because this string is repeating + + if (!isObjectLike(options)) { + throw new TypeError(errorText); + } + + if (!isFunction(options.PromiseImpl)) { + throw new TypeError(errorText + '.PromiseImpl'); + } + + if (!isUndefined(options.constructorMixin) && !isFunction(options.constructorMixin)) { + throw new TypeError(errorText + '.PromiseImpl'); + } + + var PromiseImpl = options.PromiseImpl; + var constructorMixin = options.constructorMixin; + + + var plumbing = {}; + + plumbing.init = function (requestOptions) { + + var self = this; + + self._rp_promise = new PromiseImpl(function (resolve, reject) { + self._rp_resolve = resolve; + self._rp_reject = reject; + if (constructorMixin) { + constructorMixin.apply(self, arguments); // Using arguments since specific Promise libraries may pass additional parameters + } + }); + + self._rp_callbackOrig = requestOptions.callback; + requestOptions.callback = self.callback = function RP$callback(err, response, body) { + plumbing.callback.call(self, err, response, body); + }; + + if (isString(requestOptions.method)) { + requestOptions.method = requestOptions.method.toUpperCase(); + } + + requestOptions.transform = requestOptions.transform || plumbing.defaultTransformations[requestOptions.method]; + + self._rp_options = requestOptions; + self._rp_options.simple = requestOptions.simple !== false; + self._rp_options.resolveWithFullResponse = requestOptions.resolveWithFullResponse === true; + self._rp_options.transform2xxOnly = requestOptions.transform2xxOnly === true; + + }; + + plumbing.defaultTransformations = { + HEAD: function (body, response, resolveWithFullResponse) { + return resolveWithFullResponse ? response : response.headers; + } + }; + + plumbing.callback = function (err, response, body) { + + var self = this; + + var origCallbackThrewException = false, thrownException = null; + + if (isFunction(self._rp_callbackOrig)) { + try { + self._rp_callbackOrig.apply(self, arguments); // TODO: Apply to self mimics behavior of request@2. Is that also right for request@next? + } catch (e) { + origCallbackThrewException = true; + thrownException = e; + } + } + + var is2xx = !err && /^2/.test('' + response.statusCode); + + if (err) { + + self._rp_reject(new errors.RequestError(err, self._rp_options, response)); + + } else if (self._rp_options.simple && !is2xx) { + + if (isFunction(self._rp_options.transform) && self._rp_options.transform2xxOnly === false) { + + (new PromiseImpl(function (resolve) { + resolve(self._rp_options.transform(body, response, self._rp_options.resolveWithFullResponse)); // transform may return a Promise + })) + .then(function (transformedResponse) { + self._rp_reject(new errors.StatusCodeError(response.statusCode, body, self._rp_options, transformedResponse)); + }) + .catch(function (transformErr) { + self._rp_reject(new errors.TransformError(transformErr, self._rp_options, response)); + }); + + } else { + self._rp_reject(new errors.StatusCodeError(response.statusCode, body, self._rp_options, response)); + } + + } else { + + if (isFunction(self._rp_options.transform) && (is2xx || self._rp_options.transform2xxOnly === false)) { + + (new PromiseImpl(function (resolve) { + resolve(self._rp_options.transform(body, response, self._rp_options.resolveWithFullResponse)); // transform may return a Promise + })) + .then(function (transformedResponse) { + self._rp_resolve(transformedResponse); + }) + .catch(function (transformErr) { + self._rp_reject(new errors.TransformError(transformErr, self._rp_options, response)); + }); + + } else if (self._rp_options.resolveWithFullResponse) { + self._rp_resolve(response); + } else { + self._rp_resolve(body); + } + + } + + if (origCallbackThrewException) { + throw thrownException; + } + + }; + + plumbing.exposePromiseMethod = function (exposeTo, bindTo, promisePropertyKey, methodToExpose, exposeAs) { + + exposeAs = exposeAs || methodToExpose; + + if (exposeAs in exposeTo) { + throw new Error('Unable to expose method "' + exposeAs + '"'); + } + + exposeTo[exposeAs] = function RP$exposed() { + var self = bindTo || this; + return self[promisePropertyKey][methodToExpose].apply(self[promisePropertyKey], arguments); + }; + + }; + + plumbing.exposePromise = function (exposeTo, bindTo, promisePropertyKey, exposeAs) { + + exposeAs = exposeAs || 'promise'; + + if (exposeAs in exposeTo) { + throw new Error('Unable to expose method "' + exposeAs + '"'); + } + + exposeTo[exposeAs] = function RP$promise() { + var self = bindTo || this; + return self[promisePropertyKey]; + }; + + }; + + return plumbing; + +}; diff --git a/node_modules/request-promise-core/package.json b/node_modules/request-promise-core/package.json new file mode 100644 index 0000000..023bc4d --- /dev/null +++ b/node_modules/request-promise-core/package.json @@ -0,0 +1,60 @@ +{ + "name": "request-promise-core", + "version": "1.1.4", + "description": "Core Promise support implementation for the simplified HTTP request client 'request'.", + "keywords": [ + "xhr", + "http", + "https", + "promise", + "request", + "then", + "thenable", + "core" + ], + "main": "./lib/plumbing.js", + "scripts": { + "test": "./node_modules/.bin/gulp ci", + "test-publish": "./node_modules/.bin/gulp ci-no-cov", + "publish-please": "publish-please", + "prepublish": "publish-please guard" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/request/promise-core.git" + }, + "author": "Nicolai Kamenzky (https://github.com/analog-nico)", + "license": "ISC", + "bugs": { + "url": "https://github.com/request/promise-core/issues" + }, + "homepage": "https://github.com/request/promise-core#readme", + "engines": { + "node": ">=0.10.0" + }, + "dependencies": { + "lodash": "^4.17.19" + }, + "peerDependencies": { + "request": "^2.34" + }, + "devDependencies": { + "@request/api": "^0.6.0", + "@request/client": "^0.1.0", + "bluebird": "~3.4.1", + "body-parser": "~1.15.2", + "chai": "~3.5.0", + "chalk": "~1.1.3", + "gulp": "~3.9.1", + "gulp-coveralls": "~0.1.4", + "gulp-eslint": "~2.1.0", + "gulp-istanbul": "~1.0.0", + "gulp-mocha": "~2.2.0", + "node-version": "~1.0.0", + "publish-please": "~2.4.1", + "request": "^2.34.0", + "rimraf": "~2.5.3", + "run-sequence": "~1.2.2", + "stealthy-require": "~1.0.0" + } +} diff --git a/node_modules/request-promise/LICENSE b/node_modules/request-promise/LICENSE new file mode 100644 index 0000000..b256ee3 --- /dev/null +++ b/node_modules/request-promise/LICENSE @@ -0,0 +1,15 @@ +ISC License + +Copyright (c) 2020, Nicolai Kamenzky, Ty Abonil, and contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file diff --git a/node_modules/request-promise/README.md b/node_modules/request-promise/README.md new file mode 100644 index 0000000..c386fac --- /dev/null +++ b/node_modules/request-promise/README.md @@ -0,0 +1,762 @@ + + Promises/A+ logo + + +# Request-Promise + +[![Gitter](https://img.shields.io/badge/gitter-join_chat-blue.svg?style=flat-square&maxAge=2592000)](https://gitter.im/request/request-promise?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Build Status](https://img.shields.io/travis/request/request-promise/master.svg?style=flat-square&maxAge=2592000)](https://travis-ci.org/request/request-promise) +[![Coverage Status](https://img.shields.io/coveralls/request/request-promise.svg?style=flat-square&maxAge=2592000)](https://coveralls.io/r/request/request-promise) +[![Dependency Status](https://img.shields.io/david/request/request-promise.svg?style=flat-square&maxAge=2592000)](https://david-dm.org/request/request-promise) +[![Known Vulnerabilities](https://snyk.io/test/npm/request-promise/badge.svg?style=flat-square&maxAge=2592000)](https://snyk.io/test/npm/request-promise) + +# Deprecated! + +As of Feb 11th 2020, [`request`](https://github.com/request/request) is fully deprecated. No new changes are expected to land. In fact, none have landed for some time. This package is also deprecated because it depends on `request`. + +Fyi, here is the [reasoning of `request`'s deprecation](https://github.com/request/request/issues/3142) and a [list of alternative libraries](https://github.com/request/request/issues/3143). + +--- + +The simplified HTTP request client 'request' with Promise support. Powered by Bluebird. + +[Request](https://github.com/request/request) and [Bluebird](https://github.com/petkaantonov/bluebird) are pretty awesome, but I found myself using the same design pattern. Request-Promise adds a Bluebird-powered `.then(...)` method to Request call objects. By default, http response codes other than 2xx will cause the promise to be rejected. This can be overwritten by setting `options.simple = false`. + +Also check out the new libraries that are **very similar to `request-promise` v4**: +- [`request-promise-native`](https://github.com/request/request-promise-native) v1 – Does not depend on Bluebird and uses native ES6 promises instead. +- [`request-promise-any`](https://github.com/request/request-promise-any) v1 – Allows you to register any Promise library supported by [`any-promise`](https://www.npmjs.com/package/any-promise). + +--- + +## Migration from v3 to v4 + +1. `request` became a peer dependency. Thus make sure that `request` is installed into your project as a direct dependency. (`npm install --save request`) +2. Continuation Local Storage is no longer supported. However, you [can get back the support](https://github.com/request/request-promise/wiki/Getting-Back-Support-for-Continuation-Local-Storage) by using `request-promise-any`. +3. When you migrated your `transform` function to v3 and had to add `if (!(/^2/.test('' + response.statusCode))) { return resolveWithFullResponse ? response : body; }` you may now set the option `transform2xxOnly = true` instead. + +## Migration from v2 to v3 + +1. The handling of the `transform` function got overhauled. This has two effects: + - `StatusCodeError.response` is the transformed instead of the original response now. This error is thrown for non-2xx responses when `options.simple` is `true` (default). Please update your `transform` functions to also cover the transformation of non-2xx responses. To get the old behavior you may add `if (!(/^2/.test('' + response.statusCode))) { return resolveWithFullResponse ? response : body; }` to the first line of your `transform` functions that are used for requests with `options.simple === true`. However, you may prefer updating your `transform` functions to being able to transform 2xx as well as non-2xx responses because this decouples their implementation from the use of the `simple` option when doing requests. + - If a transform operation throws an error, the request will be rejected with a `TransformError`. Its `cause` attribute contains the error thrown by the transform operation. Previously, the request was rejected directly with the error thrown by the transform operation. Wrapping it into a `TransformError` makes the error handling easier. + +2. Bluebird got updated from v2 to v3. This won't make a difference for most use cases. However, if you use advanced Promise chains starting with the Promise returned by Request-Promise, please check [Bluebird's new features and changes](http://bluebirdjs.com/docs/new-in-bluebird-3.html). + +--- + +## Installation + +This module is installed via npm: + +``` +npm install --save request +npm install --save request-promise +``` + +`request` is defined as a peer-dependency and thus has to be installed separately. + +## Cheat Sheet + +``` js +var rp = require('request-promise'); +``` + +Since `request-promise` wraps around `request` everything that works with `request` also works with `request-promise`. Also check out the [`request` docs](https://github.com/request/request) for more examples. + +### Crawl a webpage + +``` js +rp('http://www.google.com') + .then(function (htmlString) { + // Process html... + }) + .catch(function (err) { + // Crawling failed... + }); +``` + +### Crawl a webpage better + +``` js +var cheerio = require('cheerio'); // Basically jQuery for node.js + +var options = { + uri: 'http://www.google.com', + transform: function (body) { + return cheerio.load(body); + } +}; + +rp(options) + .then(function ($) { + // Process html like you would with jQuery... + }) + .catch(function (err) { + // Crawling failed or Cheerio choked... + }); +``` + +### GET something from a JSON REST API + +``` js +var options = { + uri: 'https://api.github.com/user/repos', + qs: { + access_token: 'xxxxx xxxxx' // -> uri + '?access_token=xxxxx%20xxxxx' + }, + headers: { + 'User-Agent': 'Request-Promise' + }, + json: true // Automatically parses the JSON string in the response +}; + +rp(options) + .then(function (repos) { + console.log('User has %d repos', repos.length); + }) + .catch(function (err) { + // API call failed... + }); +``` + +### POST data to a JSON REST API + +Set `option.body` to your data and `json: true` to encode the body as JSON. See below for HTML forms. + +``` js +var options = { + method: 'POST', + uri: 'http://api.posttestserver.com/post', + body: { + some: 'payload' + }, + json: true // Automatically stringifies the body to JSON +}; + +rp(options) + .then(function (parsedBody) { + // POST succeeded... + }) + .catch(function (err) { + // POST failed... + }); +``` + +### POST like HTML forms do + +Pass your data to `options.form` to encode the body the same way as HTML forms do: + +``` js +var options = { + method: 'POST', + uri: 'http://posttestserver.com/post.php', + form: { + // Like + name: 'Josh' + }, + headers: { + /* 'content-type': 'application/x-www-form-urlencoded' */ // Is set automatically + } +}; + +rp(options) + .then(function (body) { + // POST succeeded... + }) + .catch(function (err) { + // POST failed... + }); +``` + +If you want to include a file upload then use `options.formData`: + +``` js +var options = { + method: 'POST', + uri: 'http://posttestserver.com/post.php', + formData: { + // Like + name: 'Jenn', + // Like + file: { + value: fs.createReadStream('test/test.jpg'), + options: { + filename: 'test.jpg', + contentType: 'image/jpg' + } + } + }, + headers: { + /* 'content-type': 'multipart/form-data' */ // Is set automatically + } +}; + +rp(options) + .then(function (body) { + // POST succeeded... + }) + .catch(function (err) { + // POST failed... + }); +``` + +### Include a cookie + +``` js +var tough = require('tough-cookie'); + +// Easy creation of the cookie - see tough-cookie docs for details +let cookie = new tough.Cookie({ + key: "some_key", + value: "some_value", + domain: 'api.mydomain.com', + httpOnly: true, + maxAge: 31536000 +}); + +// Put cookie in an jar which can be used across multiple requests +var cookiejar = rp.jar(); +cookiejar.setCookie(cookie, 'https://api.mydomain.com'); +// ...all requests to https://api.mydomain.com will include the cookie + +var options = { + uri: 'https://api.mydomain.com/...', + jar: cookiejar // Tells rp to include cookies in jar that match uri +}; + +rp(options) + .then(function (body) { + // Request succeeded... + }) + .catch(function (err) { + // Request failed... + }); +``` + +### Get the full response instead of just the body + +``` js +var options = { + method: 'DELETE', + uri: 'http://my-server/path/to/resource/1234', + resolveWithFullResponse: true // <--- <--- <--- <--- +}; + +rp(options) + .then(function (response) { + console.log("DELETE succeeded with status %d", response.statusCode); + }) + .catch(function (err) { + // Delete failed... + }); +``` + +### Get a rejection only if the request failed for technical reasons + +``` js +var options = { + uri: 'http://www.google.com/this-page-does-not-exist.html', + simple: false // <--- <--- <--- <--- +}; + +rp(options) + .then(function (body) { + // Request succeeded but might as well be a 404 + // Usually combined with resolveWithFullResponse = true to check response.statusCode + }) + .catch(function (err) { + // Request failed due to technical reasons... + }); +``` + +--- + +**For more options checkout the [Request docs](https://github.com/request/request#requestoptions-callback).** + +--- + +## API in Detail + +Consider Request-Promise being: + +- A Request object + - With an [identical API](https://github.com/request/request): `require('request-promise') == require('request')` so to say + - However, **STREAMING THE RESPONSE** (e.g. `.pipe(...)`) is **DISCOURAGED** because Request-Promise would grow the memory footprint for large requests unnecessarily high. Use the original Request library for that. You can use both libraries in the same project. +- Plus some methods on a request call object: + - `rp(...).then(...)` or e.g. `rp.post(...).then(...)` which turn `rp(...)` and `rp.post(...)` into promises + - `rp(...).catch(...)` or e.g. `rp.del(...).catch(...)` which is the same method as provided by Bluebird promises + - Errors that the `request` library would pass to the callback are wrapped by `request-promise` and then passed to the catch handler. See [code example](https://github.com/request/request-promise#thenonfulfilled-onrejected) below. + - `rp(...).finally(...)` or e.g. `rp.put(...).finally(...)` which is the same method as provided by Bluebird promises + - `rp(...).cancel()` or e.g. `rp.get(...).cancel()` which cancels the request + - `rp(...).promise()` or e.g. `rp.head(...).promise()` which returns the underlying promise so you can access the full [Bluebird API](https://github.com/petkaantonov/bluebird/blob/master/API.md) +- Plus some additional options: + - `simple = true` which is a boolean to set whether status codes other than 2xx should also reject the promise + - `resolveWithFullResponse = false` which is a boolean to set whether the promise should be resolved with the full response or just the response body + - `transform` which takes a function to transform the response into a custom value with which the promise is resolved + - `transform2xxOnly = false` which is a boolean to set whether the transform function is applied to all responses or only to those with a 2xx status code + +The objects returned by request calls like `rp(...)` or e.g. `rp.post(...)` are regular Promises/A+ compliant promises and can be assimilated by any compatible promise library. + +The methods `.then(...)`, `.catch(...)`, and `.finally(...)` - which you can call on the request call objects - return a full-fledged Bluebird promise. That means you have the full [Bluebird API](https://github.com/petkaantonov/bluebird/blob/master/API.md) available for further chaining. E.g.: `rp(...).then(...).spread(...)` If, however, you need a method other than `.then(...)`, `.catch(...)`, or `.finally(...)` to be **FIRST** in the chain, use `.promise()`: `rp(...).promise().bind(...).then(...)` + +### .then(onFulfilled, onRejected) + +``` js +// As a Request user you would write: +var request = require('request'); + +request('http://google.com', function (err, response, body) { + if (err) { + handleError({ error: err, response: response, ... }); + } else if (!(/^2/.test('' + response.statusCode))) { // Status Codes other than 2xx + handleError({ error: body, response: response, ... }); + } else { + process(body); + } +}); + +// As a Request-Promise user you can now write the equivalent code: +var rp = require('request-promise'); + +rp('http://google.com') + .then(process, handleError); +``` + +``` js +// The same is available for all http method shortcuts: +request.post('http://example.com/api', function (err, response, body) { ... }); +rp.post('http://example.com/api').then(...); +``` + +### .catch(onRejected) + +``` js +rp('http://google.com') + .catch(handleError); + +// ... is syntactical sugar for: + +rp('http://google.com') + .then(null, handleError); + + +// However, this: +rp('http://google.com') + .then(process) + .catch(handleError); + +// ... is safer than: +rp('http://google.com') + .then(process, handleError); +``` + +For more info on `.then(process).catch(handleError)` versus `.then(process, handleError)`, see Bluebird docs on [promise anti-patterns](http://bluebirdjs.com/docs/anti-patterns.html#the-.then). + +### .finally(onFinished) + +``` js +rp('http://google.com') + .finally(function () { + // This is called after the request finishes either successful or not successful. + }); +``` + +### .cancel() + +This method cancels the request using [Bluebird's cancellation feature](http://bluebirdjs.com/docs/api/cancellation.html). + +When `.cancel()` is called: + +- the promise will neither be resolved nor rejected and +- the request is [aborted](https://nodejs.org/dist/latest-v6.x/docs/api/http.html#http_request_abort). + +### .promise() - For advanced use cases + +In order to not pollute the Request call objects with the methods of the underlying Bluebird promise, only `.then(...)`, `.catch(...)`, and `.finally(...)` were exposed to cover most use cases. The effect is that any methods of a Bluebird promise other than `.then(...)`, `.catch(...)`, or `.finally(...)` cannot be used as the **FIRST** method in the promise chain: + +``` js +// This works: +rp('http://google.com').then(function () { ... }); +rp('http://google.com').catch(function () { ... }); + +// This works as well since additional methods are only used AFTER the FIRST call in the chain: +rp('http://google.com').then(function () { ... }).spread(function () { ... }); +rp('http://google.com').catch(function () { ... }).error(function () { ... }); + +// Using additional methods as the FIRST call in the chain does not work: +// rp('http://google.com').bind(this).then(function () { ... }); + +// Use .promise() in these cases: +rp('http://google.com').promise().bind(this).then(function () { ... }); +``` + +### Fulfilled promises and the `resolveWithFullResponse` option + +``` js +// Per default the body is passed to the fulfillment handler: +rp('http://google.com') + .then(function (body) { + // Process the html of the Google web page... + }); + +// The resolveWithFullResponse options allows to pass the full response: +rp({ uri: 'http://google.com', resolveWithFullResponse: true }) + .then(function (response) { + // Access response.statusCode, response.body etc. + }); + +``` + +### Rejected promises and the `simple` option + +``` js +// The rejection handler is called with a reason object... +rp('http://google.com') + .catch(function (reason) { + // Handle failed request... + }); + +// ... and would be equivalent to this Request-only implementation: +var options = { uri: 'http://google.com' }; + +request(options, function (err, response, body) { + var reason; + if (err) { + reason = { + cause: err, + error: err, + options: options, + response: response + }; + } else if (!(/^2/.test('' + response.statusCode))) { // Status Codes other than 2xx + reason = { + statusCode: response.statusCode, + error: body, + options: options, + response: response + }; + } + + if (reason) { + // Handle failed request... + } +}); + + +// If you pass the simple option as false... +rp({ uri: 'http://google.com', simple: false }) + .catch(function (reason) { + // Handle failed request... + }); + +// ... the equivalent Request-only code would be: +request(options, function (err, response, body) { + if (err) { + var reason = { + cause: err, + error: err, + options: options, + response: response + }; + // Handle failed request... + } +}); +// E.g. a 404 would now fulfill the promise. +// Combine it with resolveWithFullResponse = true to check the status code in the fulfillment handler. +``` + +With version 0.4 the reason objects became Error objects with identical properties to ensure backwards compatibility. These new Error types allow targeted catch blocks: + +``` js +var errors = require('request-promise/errors'); + +rp('http://google.com') + .catch(errors.StatusCodeError, function (reason) { + // The server responded with a status codes other than 2xx. + // Check reason.statusCode + }) + .catch(errors.RequestError, function (reason) { + // The request failed due to technical reasons. + // reason.cause is the Error object Request would pass into a callback. + }); +``` + +### The `transform` function + +You can pass a function to `options.transform` to generate a custom fulfillment value when the promise gets resolved. + +``` js +// Just for fun you could reverse the response body: +var options = { + uri: 'http://google.com', + transform: function (body, response, resolveWithFullResponse) { + return body.split('').reverse().join(''); + } +}; + +rp(options) + .then(function (reversedBody) { + // ;D + }); + + +// However, you could also do something useful: +var $ = require('cheerio'); // Basically jQuery for node.js + +function autoParse(body, response, resolveWithFullResponse) { + // FIXME: The content type string could contain additional values like the charset. + // Consider using the `content-type` library for a robust comparison. + if (response.headers['content-type'] === 'application/json') { + return JSON.parse(body); + } else if (response.headers['content-type'] === 'text/html') { + return $.load(body); + } else { + return body; + } +} + +options.transform = autoParse; + +rp(options) + .then(function (autoParsedBody) { + // :) + }); + + +// You can go one step further and set the transform as the default: +var rpap = rp.defaults({ transform: autoParse }); + +rpap('http://google.com') + .then(function (autoParsedBody) { + // :) + }); + +rpap('http://echojs.com') + .then(function (autoParsedBody) { + // =) + }); +``` + +The third `resolveWithFullResponse` parameter of the transform function is equivalent to the option passed with the request. This allows to distinguish whether just the transformed body or the whole response shall be returned by the transform function: + +``` js +function reverseBody(body, response, resolveWithFullResponse) { + response.body = response.body.split('').reverse().join(''); + return resolveWithFullResponse ? response : response.body; +} +``` + +As of Request-Promise v3 the transform function is ALWAYS executed for non-2xx responses. When `options.simple` is set to `true` (default) then non-2xx responses are rejected with a `StatusCodeError`. In this case the error contains the transformed response: + +``` js +var options = { + uri: 'http://the-server.com/will-return/404', + simple: true, + transform: function (body, response, resolveWithFullResponse) { /* ... */ } +}; + +rp(options) + .catch(errors.StatusCodeError, function (reason) { + // reason.response is the transformed response + }); +``` + +You may set `options.transform2xxOnly = true` to only execute the transform function for responses with a 2xx status code. For other status codes – independent of any other settings, e.g. `options.simple` – the transform function is not executed. + +#### Error handling + +If the transform operation fails (throws an error) the request will be rejected with a `TransformError`: + +``` js +var errors = require('request-promise/errors'); + +var options = { + uri: 'http://google.com', + transform: function (body, response, resolveWithFullResponse) { + throw new Error('Transform failed!'); + } +}; + +rp(options) + .catch(errors.TransformError, function (reason) { + console.log(reason.cause.message); // => Transform failed! + // reason.response is the original response for which the transform operation failed + }); +``` + +## Experimental Support for Continuation Local Storage + +Continuation Local Storage is no longer supported. However, you [can get back the support](https://github.com/request/request-promise/wiki/Getting-Back-Support-for-Continuation-Local-Storage) by using `request-promise-any`. + +## Debugging + +The ways to debug the operation of Request-Promise are the same [as described](https://github.com/request/request#debugging) for Request. These are: + +1. Launch the node process like `NODE_DEBUG=request node script.js` (`lib,request,otherlib` works too). +2. Set `require('request-promise').debug = true` at any time (this does the same thing as #1). +3. Use the [request-debug module](https://github.com/nylen/request-debug) to view request and response headers and bodies. Instrument Request-Promise with `require('request-debug')(rp);`. + +## Mocking Request-Promise + +Usually you want to mock the whole request function which is returned by `require('request-promise')`. This is not possible by using a mocking library like [sinon.js](http://sinonjs.org) alone. What you need is a library that ties into the module loader and makes sure that your mock is returned whenever the tested code is calling `require('request-promise')`. [Mockery](https://github.com/mfncooper/mockery) is one of such libraries. + +@florianschmidt1994 kindly shared his solution: +```javascript +before(function (done) { + + var filename = "fileForResponse"; + mockery.enable({ + warnOnReplace: false, + warnOnUnregistered: false, + useCleanCache: true + }); + + mockery.registerMock('request-promise', function () { + var response = fs.readFileSync(__dirname + '/data/' + filename, 'utf8'); + return Bluebird.resolve(response.trim()); + }); + + done(); +}); + +after(function (done) { + mockery.disable(); + mockery.deregisterAll(); + done(); +}); + +describe('custom test case', function () { + // Test some function/module/... which uses request-promise + // and it will always receive the predefined "fileForResponse" as data, e.g.: + var rp = require('request-promise'); + rp(...).then(function(data) { + // ➞ data is what is in fileForResponse + }); +}); +``` + +Based on that you may now build a more sophisticated mock. [Sinon.js](http://sinonjs.org) may be of help as well. + +## Contributing + +To set up your development environment: + +1. clone the repo to your desktop, +2. in the shell `cd` to the main folder, +3. hit `npm install`, +4. hit `npm install gulp -g` if you haven't installed gulp globally yet, and +5. run `gulp dev`. (Or run `node ./node_modules/.bin/gulp dev` if you don't want to install gulp globally.) + +`gulp dev` watches all source files and if you save some changes it will lint the code and execute all tests. The test coverage report can be viewed from `./coverage/lcov-report/index.html`. + +If you want to debug a test you should use `gulp test-without-coverage` to run all tests without obscuring the code by the test coverage instrumentation. + +## Change History + +- v4.2.6 (2020-07-21) + - Security fix: bumped `request-promise-core` which bumps `lodash` to `^4.17.19` following [this advisory](https://www.npmjs.com/advisories/1523). +- v4.2.5 (2019-11-03) + - Security fix: bumped `request-promise-core` which bumps `lodash` to `^4.17.15`. See [vulnerabilty reports](https://snyk.io/vuln/search?q=lodash&type=npm). + *(Thanks to @rishabh-chowdhary for reporting this in pull request [#326](https://github.com/request/request-promise/pull/326).)* +- v4.2.4 (2019-02-14) + - Corrected mistakenly set `tough-cookie` version, now `^2.3.3` + *(Thanks to @evocateur for pointing this out.)* + - If you installed `request-promise@4.2.3` please make sure after the upgrade that `request` and `request-promise` use the same physical copy of `tough-cookie`. +- v4.2.3 (2019-02-14) + - Using stricter `tough-cookie@~2.3.3` to avoid installing `tough-cookie@3` which introduces breaking changes + *(Thanks to @aomdoa for pull request [#299](https://github.com/request/request-promise/pull/299))* + - Security fix: bumped `lodash` to `^4.17.11`, see [vulnerabilty reports](https://snyk.io/vuln/search?q=lodash&type=npm) +- v4.2.2 (2017-09-22) + - Upgraded `tough-cookie` to a version without regex DoS vulnerability + *(Thanks to @rouanw for [pull request #226](https://github.com/request/request-promise/pull/226))* +- v4.2.1 (2017-05-07) + - Fix that allows to use `tough-cookie` for cookie creation + *(Thanks to @ScottyMJacobson for reporting [issue #183](https://github.com/request/request-promise/issues/183))* + - Added [cookie handling example](https://github.com/request/request-promise#include-a-cookie) to the cheat sheet + *(Thanks to @chovy and @ProfessorTom for [asking for it](https://github.com/request/request-promise/issues/79))* +- v4.2.0 (2017-03-16) + - Updated `bluebird` to v3.5 + *(Thanks to @acinader for [pull request #181](https://github.com/request/request-promise/pull/181))* +- v4.1.1 (2016-08-08) + - Renamed internally used package `@request/promise-core` to `request-promise-core` because there where [too](https://github.com/request/request-promise/issues/137) [many](https://github.com/request/request-promise/issues/141) issues with the scoped package name + *(Thanks to @cabrinoob, @crazy4groovy, @dsandor, @KpjComp, @lorenwest, @Reisyukaku, @tehChromic, @todd for providing helpful information.)* +- v4.1.0 (2016-07-30) + - Added cancellation support + *(Thanks to @not-an-aardvark for [pull request #123](https://github.com/request/request-promise/pull/123))* +- v4.0.2 (2016-07-18) + - Fix for using with module bundlers like Webpack and Browserify +- v4.0.1 (2016-07-17) + - Fixed `@request/promise-core` version for safer versioning +- v4.0.0 (2016-07-15) + - **Breaking Change**: `request` is declared as a peer dependency which has to be installed separately by the user now + - **Breaking Change**: Dropped support for Continuation Local Storage since [`request-promise-any`](https://github.com/request/request-promise-any) can be [used](https://github.com/request/request-promise/wiki/Getting-Back-Support-for-Continuation-Local-Storage) for that now + - Introduced the `transform2xxOnly` option to ease the breaking change regarding the new `transform` handling in v3.0.0 + *(Thanks to @stevage for pointing out the effect of the breaking change in [issue #131](https://github.com/request/request-promise/issues/131))* + - Resolved issues [#65](https://github.com/request/request-promise/issues/65) and [#71](https://github.com/request/request-promise/issues/71) by publishing nearly identical libraries to support other Promise implementations: [`request-promise-native`](https://github.com/request/request-promise-native) and [`request-promise-any`](https://github.com/request/request-promise-any) + *(Thanks to @benjamingr, @eilgin, @gillesdemey, @hildjj, @iggycoloma, @jonathanong, @knpwrs, @MarkHerhold, @massimocode, @mikeal, @niftylettuce, @raitucarp, @sherdeadlock, @tonylukasavage, and @vgoloviznin for the valuable discussions!)* + - Relicensed this library with the ISC license +- v3.0.0 (2016-04-16) + - **Breaking Change**: Overhauled the handling of the `transform` function + *(Thanks to @Limess for explaining the need in [issue #86](https://github.com/request/request-promise/issues/86))* + - **Breaking Change**: Updated `bluebird` to v3 + *(Thanks to @BrandonSmith for [pull request #103](https://github.com/request/request-promise/pull/103))* + - Improved `StatusCodeError.message` + - Updated `lodash` to v4.6 + - Improved README in regard to `.catch(...)` best practice + *(Thanks to @RebootJeff for [pull request #98](https://github.com/request/request-promise/pull/98))* +- v2.0.1 (2016-02-17) + - Updated `lodash` to v4 + *(Thanks to @ratson for [pull request #94](https://github.com/request/request-promise/pull/94))* +- v2.0.0 (2016-01-12) + - **Breaking Change**: Removed explicit `cls-bluebird` dependency which has to be installed by the user now + *(Thanks to @hildjj for his [pull request #75](https://github.com/request/request-promise/pull/75))* + - `npm shrinkwrap` now works for `npm@3` users who don't use `continuation-local-storage` + *(Thanks to @toboid and @rstacruz for reporting the issue in [issue #70](https://github.com/request/request-promise/issues/70) and [issue #82](https://github.com/request/request-promise/issues/82))* +- v1.0.2 (2015-10-22) + - Removed `continuation-local-storage` from peer dependencies as it was unnecessary + *(Thanks to @mrhyde for working on a better solution discussed in [issue #70](https://github.com/request/request-promise/issues/70))* +- v1.0.1 (2015-10-14) + - Fixed a npm warning by marking `continuation-local-storage` as a peer dependency +- v1.0.0 (2015-10-11) + - **Breaking Change**: Some errors that were previously thrown synchronously - e.g. for wrong input parameters - are now passed to the rejected promise instead + *(Thanks to @josnidhin for suggesting that in [issue #43](https://github.com/request/request-promise/issues/43))* + - **Breaking Change**: Request-Promise does not load its own Bluebird prototype anymore. If you use Bluebird in your project and altered the prototype then Request-Promise may use your altered Bluebird prototype internally. + - For HEAD requests the headers instead of an empty body is returned (unless `resolveWithFullResponse = true` is used) + *(Thanks to @zcei for proposing the change in [issue #58](https://github.com/request/request-promise/issues/58))* + - Extended `transform` function by a third `resolveWithFullResponse` parameter + - Added experimental support for continuation local storage + *(Thanks to @silverbp preparing this in [issue #64](https://github.com/request/request-promise/issues/64))* + - Added node.js 4 to the Travis CI build + - Updated the README + *(Thanks to many people for their feedback in issues [#55](https://github.com/request/request-promise/issues/55) and [#59](https://github.com/request/request-promise/issues/59))* +- v0.4.3 (2015-07-27) + - Reduced overhead by just requiring used lodash functions instead of the whole lodash library + *(Thanks to @luanmuniz for [pull request #54](https://github.com/request/request-promise/pull/54))* + - Updated dependencies +- v0.4.2 (2015-04-12) + - Updated dependencies +- v0.4.1 (2015-03-20) + - Improved Error types to work in browsers without v8 engine + *(Thanks to @nodiis for [pull request #40](https://github.com/request/request-promise/pull/40))* +- v0.4.0 (2015-02-08) + - Introduced Error types used for the reject reasons (See last part [this section](#rejected-promises-and-the-simple-option)) + *(Thanks to @jakecraige for starting the discussion in [issue #38](https://github.com/request/request-promise/issues/38))* + - **Minor Breaking Change:** The reject reason objects became actual Error objects. However, `typeof reason === 'object'` still holds true and the error objects have the same properties as the previous reason objects. If the reject handler only accesses the properties on the reason object - which is usually the case - no migration is required. + - Added io.js and node.js 0.12 to the Travis CI build +- v0.3.3 (2015-01-19) + - Fixed handling possibly unhandled rejections to work with the latest version of Bluebird + *(Thanks to @slang800 for reporting this in [issue #36](https://github.com/request/request-promise/issues/36))* +- v0.3.2 (2014-11-17) + - Exposed `.finally(...)` to allow using it as the first method in the promise chain + *(Thanks to @hjpbarcelos for his [pull request #28](https://github.com/request/request-promise/pull/28))* +- v0.3.1 (2014-11-11) + - Added the `.promise()` method for advanced Bluebird API usage + *(Thanks to @devo-tox for his feedback in [issue #27](https://github.com/request/request-promise/issues/27))* +- v0.3.0 (2014-11-10) + - Carefully rewritten from scratch to make Request-Promise a drop-in replacement for Request + +## License (ISC) + +In case you never heard about the [ISC license](http://en.wikipedia.org/wiki/ISC_license) it is functionally equivalent to the MIT license. + +See the [LICENSE file](LICENSE) for details. diff --git a/node_modules/request-promise/errors.js b/node_modules/request-promise/errors.js new file mode 100644 index 0000000..e1021bc --- /dev/null +++ b/node_modules/request-promise/errors.js @@ -0,0 +1,3 @@ +'use strict'; + +module.exports = require('request-promise-core/errors'); diff --git a/node_modules/request-promise/lib/rp.js b/node_modules/request-promise/lib/rp.js new file mode 100644 index 0000000..9630d01 --- /dev/null +++ b/node_modules/request-promise/lib/rp.js @@ -0,0 +1,52 @@ +'use strict'; + +var Bluebird = require('bluebird').getNewLibraryCopy(), + configure = require('request-promise-core/configure/request2'), + stealthyRequire = require('stealthy-require'); + +try { + + // Load Request freshly - so that users can require an unaltered request instance! + var request = stealthyRequire(require.cache, function () { + return require('request'); + }, + function () { + require('tough-cookie'); + }, module); + +} catch (err) { + /* istanbul ignore next */ + var EOL = require('os').EOL; + /* istanbul ignore next */ + console.error(EOL + '###' + EOL + '### The "request" library is not installed automatically anymore.' + EOL + '### But is a dependency of "request-promise".' + EOL + '### Please install it with:' + EOL + '### npm install request --save' + EOL + '###' + EOL); + /* istanbul ignore next */ + throw err; +} + +Bluebird.config({cancellation: true}); + +configure({ + request: request, + PromiseImpl: Bluebird, + expose: [ + 'then', + 'catch', + 'finally', + 'cancel', + 'promise' + // Would you like to expose more Bluebird methods? Try e.g. `rp(...).promise().tap(...)` first. `.promise()` returns the full-fledged Bluebird promise. + ], + constructorMixin: function (resolve, reject, onCancel) { + var self = this; + onCancel(function () { + self.abort(); + }); + } +}); + +request.bindCLS = function RP$bindCLS() { + throw new Error('CLS support was dropped. To get it back read: https://github.com/request/request-promise/wiki/Getting-Back-Support-for-Continuation-Local-Storage'); +}; + + +module.exports = request; diff --git a/node_modules/request-promise/package.json b/node_modules/request-promise/package.json new file mode 100644 index 0000000..4cf0df1 --- /dev/null +++ b/node_modules/request-promise/package.json @@ -0,0 +1,59 @@ +{ + "name": "request-promise", + "version": "4.2.6", + "description": "The simplified HTTP request client 'request' with Promise support. Powered by Bluebird.", + "keywords": [ + "xhr", + "http", + "https", + "promise", + "request", + "then", + "thenable", + "bluebird" + ], + "main": "./lib/rp.js", + "scripts": { + "test": "./node_modules/.bin/gulp ci", + "test-publish": "./node_modules/.bin/gulp ci-no-cov", + "publish-please": "publish-please", + "prepublish": "publish-please guard" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/request/request-promise.git" + }, + "author": "Nicolai Kamenzky (https://github.com/analog-nico)", + "license": "ISC", + "bugs": { + "url": "https://github.com/request/request-promise/issues" + }, + "homepage": "https://github.com/request/request-promise#readme", + "engines": { + "node": ">=0.10.0" + }, + "dependencies": { + "request-promise-core": "1.1.4", + "bluebird": "^3.5.0", + "stealthy-require": "^1.1.1", + "tough-cookie": "^2.3.3" + }, + "peerDependencies": { + "request": "^2.34" + }, + "devDependencies": { + "body-parser": "~1.15.2", + "chai": "~3.5.0", + "chalk": "~1.1.3", + "gulp": "~3.9.1", + "gulp-coveralls": "~0.1.4", + "gulp-eslint": "~2.1.0", + "gulp-istanbul": "~1.0.0", + "gulp-mocha": "~2.2.0", + "lodash": "~4.13.1", + "publish-please": "~2.1.4", + "request": "^2.34.0", + "rimraf": "~2.5.3", + "run-sequence": "~1.2.2" + } +} diff --git a/node_modules/request/CHANGELOG.md b/node_modules/request/CHANGELOG.md new file mode 100644 index 0000000..d3ffcd0 --- /dev/null +++ b/node_modules/request/CHANGELOG.md @@ -0,0 +1,717 @@ +## Change Log + +### v2.88.0 (2018/08/10) +- [#2996](https://github.com/request/request/pull/2996) fix(uuid): import versioned uuid (@kwonoj) +- [#2994](https://github.com/request/request/pull/2994) Update to oauth-sign 0.9.0 (@dlecocq) +- [#2993](https://github.com/request/request/pull/2993) Fix header tests (@simov) +- [#2904](https://github.com/request/request/pull/2904) #515, #2894 Strip port suffix from Host header if the protocol is known. (#2904) (@paambaati) +- [#2791](https://github.com/request/request/pull/2791) Improve AWS SigV4 support. (#2791) (@vikhyat) +- [#2977](https://github.com/request/request/pull/2977) Update test certificates (@simov) + +### v2.87.0 (2018/05/21) +- [#2943](https://github.com/request/request/pull/2943) Replace hawk dependency with a local implemenation (#2943) (@hueniverse) + +### v2.86.0 (2018/05/15) +- [#2885](https://github.com/request/request/pull/2885) Remove redundant code (for Node.js 0.9.4 and below) and dependency (@ChALkeR) +- [#2942](https://github.com/request/request/pull/2942) Make Test GREEN Again! (@simov) +- [#2923](https://github.com/request/request/pull/2923) Alterations for failing CI tests (@gareth-robinson) + +### v2.85.0 (2018/03/12) +- [#2880](https://github.com/request/request/pull/2880) Revert "Update hawk to 7.0.7 (#2880)" (@simov) + +### v2.84.0 (2018/03/12) +- [#2793](https://github.com/request/request/pull/2793) Fixed calculation of oauth_body_hash, issue #2792 (@dvishniakov) +- [#2880](https://github.com/request/request/pull/2880) Update hawk to 7.0.7 (#2880) (@kornel-kedzierski) + +### v2.83.0 (2017/09/27) +- [#2776](https://github.com/request/request/pull/2776) Updating tough-cookie due to security fix. (#2776) (@karlnorling) + +### v2.82.0 (2017/09/19) +- [#2703](https://github.com/request/request/pull/2703) Add Node.js v8 to Travis CI (@ryysud) +- [#2751](https://github.com/request/request/pull/2751) Update of hawk and qs to latest version (#2751) (@Olivier-Moreau) +- [#2658](https://github.com/request/request/pull/2658) Fixed some text in README.md (#2658) (@Marketionist) +- [#2635](https://github.com/request/request/pull/2635) chore(package): update aws-sign2 to version 0.7.0 (#2635) (@greenkeeperio-bot) +- [#2641](https://github.com/request/request/pull/2641) Update README to simplify & update convenience methods (#2641) (@FredKSchott) +- [#2541](https://github.com/request/request/pull/2541) Add convenience method for HTTP OPTIONS (#2541) (@jamesseanwright) +- [#2605](https://github.com/request/request/pull/2605) Add promise support section to README (#2605) (@FredKSchott) +- [#2579](https://github.com/request/request/pull/2579) refactor(lint): replace eslint with standard (#2579) (@ahmadnassri) +- [#2598](https://github.com/request/request/pull/2598) Update codecov to version 2.0.2 🚀 (@greenkeeperio-bot) +- [#2590](https://github.com/request/request/pull/2590) Adds test-timing keepAlive test (@nicjansma) +- [#2589](https://github.com/request/request/pull/2589) fix tabulation on request example README.MD (@odykyi) +- [#2594](https://github.com/request/request/pull/2594) chore(dependencies): har-validator to 5.x [removes babel dep] (@ahmadnassri) + +### v2.81.0 (2017/03/09) +- [#2584](https://github.com/request/request/pull/2584) Security issue: Upgrade qs to version 6.4.0 (@sergejmueller) +- [#2578](https://github.com/request/request/pull/2578) safe-buffer doesn't zero-fill by default, its just a polyfill. (#2578) (@mikeal) +- [#2566](https://github.com/request/request/pull/2566) Timings: Tracks 'lookup', adds 'wait' time, fixes connection re-use (#2566) (@nicjansma) +- [#2574](https://github.com/request/request/pull/2574) Migrating to safe-buffer for improved security. (@mikeal) +- [#2573](https://github.com/request/request/pull/2573) fixes #2572 (@ahmadnassri) + +### v2.80.0 (2017/03/04) +- [#2571](https://github.com/request/request/pull/2571) Correctly format the Host header for IPv6 addresses (@JamesMGreene) +- [#2558](https://github.com/request/request/pull/2558) Update README.md example snippet (@FredKSchott) +- [#2221](https://github.com/request/request/pull/2221) Adding a simple Response object reference in argument specification (@calamarico) +- [#2452](https://github.com/request/request/pull/2452) Adds .timings array with DNC, TCP, request and response times (@nicjansma) +- [#2553](https://github.com/request/request/pull/2553) add ISSUE_TEMPLATE, move PR template (@FredKSchott) +- [#2539](https://github.com/request/request/pull/2539) Create PULL_REQUEST_TEMPLATE.md (@FredKSchott) +- [#2524](https://github.com/request/request/pull/2524) Update caseless to version 0.12.0 🚀 (@greenkeeperio-bot) +- [#2460](https://github.com/request/request/pull/2460) Fix wrong MIME type in example (@OwnageIsMagic) +- [#2514](https://github.com/request/request/pull/2514) Change tags to keywords in package.json (@humphd) +- [#2492](https://github.com/request/request/pull/2492) More lenient gzip decompression (@addaleax) + +### v2.79.0 (2016/11/18) +- [#2368](https://github.com/request/request/pull/2368) Fix typeof check in test-pool.js (@forivall) +- [#2394](https://github.com/request/request/pull/2394) Use `files` in package.json (@SimenB) +- [#2463](https://github.com/request/request/pull/2463) AWS support for session tokens for temporary credentials (@simov) +- [#2467](https://github.com/request/request/pull/2467) Migrate to uuid (@simov, @antialias) +- [#2459](https://github.com/request/request/pull/2459) Update taper to version 0.5.0 🚀 (@greenkeeperio-bot) +- [#2448](https://github.com/request/request/pull/2448) Make other connect timeout test more reliable too (@mscdex) + +### v2.78.0 (2016/11/03) +- [#2447](https://github.com/request/request/pull/2447) Always set request timeout on keep-alive connections (@mscdex) + +### v2.77.0 (2016/11/03) +- [#2439](https://github.com/request/request/pull/2439) Fix socket 'connect' listener handling (@mscdex) +- [#2442](https://github.com/request/request/pull/2442) 👻😱 Node.js 0.10 is unmaintained 😱👻 (@greenkeeperio-bot) +- [#2435](https://github.com/request/request/pull/2435) Add followOriginalHttpMethod to redirect to original HTTP method (@kirrg001) +- [#2414](https://github.com/request/request/pull/2414) Improve test-timeout reliability (@mscdex) + +### v2.76.0 (2016/10/25) +- [#2424](https://github.com/request/request/pull/2424) Handle buffers directly instead of using "bl" (@zertosh) +- [#2415](https://github.com/request/request/pull/2415) Re-enable timeout tests on Travis + other fixes (@mscdex) +- [#2431](https://github.com/request/request/pull/2431) Improve timeouts accuracy and node v6.8.0+ compatibility (@mscdex, @greenkeeperio-bot) +- [#2428](https://github.com/request/request/pull/2428) Update qs to version 6.3.0 🚀 (@greenkeeperio-bot) +- [#2420](https://github.com/request/request/pull/2420) change .on to .once, remove possible memory leaks (@duereg) +- [#2426](https://github.com/request/request/pull/2426) Remove "isFunction" helper in favor of "typeof" check (@zertosh) +- [#2425](https://github.com/request/request/pull/2425) Simplify "defer" helper creation (@zertosh) +- [#2402](https://github.com/request/request/pull/2402) form-data@2.1.1 breaks build 🚨 (@greenkeeperio-bot) +- [#2393](https://github.com/request/request/pull/2393) Update form-data to version 2.1.0 🚀 (@greenkeeperio-bot) + +### v2.75.0 (2016/09/17) +- [#2381](https://github.com/request/request/pull/2381) Drop support for Node 0.10 (@simov) +- [#2377](https://github.com/request/request/pull/2377) Update form-data to version 2.0.0 🚀 (@greenkeeperio-bot) +- [#2353](https://github.com/request/request/pull/2353) Add greenkeeper ignored packages (@simov) +- [#2351](https://github.com/request/request/pull/2351) Update karma-tap to version 3.0.1 🚀 (@greenkeeperio-bot) +- [#2348](https://github.com/request/request/pull/2348) form-data@1.0.1 breaks build 🚨 (@greenkeeperio-bot) +- [#2349](https://github.com/request/request/pull/2349) Check error type instead of string (@scotttrinh) + +### v2.74.0 (2016/07/22) +- [#2295](https://github.com/request/request/pull/2295) Update tough-cookie to 2.3.0 (@stash-sfdc) +- [#2280](https://github.com/request/request/pull/2280) Update karma-tap to version 2.0.1 🚀 (@greenkeeperio-bot) + +### v2.73.0 (2016/07/09) +- [#2240](https://github.com/request/request/pull/2240) Remove connectionErrorHandler to fix #1903 (@zarenner) +- [#2251](https://github.com/request/request/pull/2251) tape@4.6.0 breaks build 🚨 (@greenkeeperio-bot) +- [#2225](https://github.com/request/request/pull/2225) Update docs (@ArtskydJ) +- [#2203](https://github.com/request/request/pull/2203) Update browserify to version 13.0.1 🚀 (@greenkeeperio-bot) +- [#2275](https://github.com/request/request/pull/2275) Update karma to version 1.1.1 🚀 (@greenkeeperio-bot) +- [#2204](https://github.com/request/request/pull/2204) Add codecov.yml and disable PR comments (@simov) +- [#2212](https://github.com/request/request/pull/2212) Fix link to http.IncomingMessage documentation (@nazieb) +- [#2208](https://github.com/request/request/pull/2208) Update to form-data RC4 and pass null values to it (@simov) +- [#2207](https://github.com/request/request/pull/2207) Move aws4 require statement to the top (@simov) +- [#2199](https://github.com/request/request/pull/2199) Update karma-coverage to version 1.0.0 🚀 (@greenkeeperio-bot) +- [#2206](https://github.com/request/request/pull/2206) Update qs to version 6.2.0 🚀 (@greenkeeperio-bot) +- [#2205](https://github.com/request/request/pull/2205) Use server-destory to close hanging sockets in tests (@simov) +- [#2200](https://github.com/request/request/pull/2200) Update karma-cli to version 1.0.0 🚀 (@greenkeeperio-bot) + +### v2.72.0 (2016/04/17) +- [#2176](https://github.com/request/request/pull/2176) Do not try to pipe Gzip responses with no body (@simov) +- [#2175](https://github.com/request/request/pull/2175) Add 'delete' alias for the 'del' API method (@simov, @MuhanZou) +- [#2172](https://github.com/request/request/pull/2172) Add support for deflate content encoding (@czardoz) +- [#2169](https://github.com/request/request/pull/2169) Add callback option (@simov) +- [#2165](https://github.com/request/request/pull/2165) Check for self.req existence inside the write method (@simov) +- [#2167](https://github.com/request/request/pull/2167) Fix TravisCI badge reference master branch (@a0viedo) + +### v2.71.0 (2016/04/12) +- [#2164](https://github.com/request/request/pull/2164) Catch errors from the underlying http module (@simov) + +### v2.70.0 (2016/04/05) +- [#2147](https://github.com/request/request/pull/2147) Update eslint to version 2.5.3 🚀 (@simov, @greenkeeperio-bot) +- [#2009](https://github.com/request/request/pull/2009) Support JSON stringify replacer argument. (@elyobo) +- [#2142](https://github.com/request/request/pull/2142) Update eslint to version 2.5.1 🚀 (@greenkeeperio-bot) +- [#2128](https://github.com/request/request/pull/2128) Update browserify-istanbul to version 2.0.0 🚀 (@greenkeeperio-bot) +- [#2115](https://github.com/request/request/pull/2115) Update eslint to version 2.3.0 🚀 (@simov, @greenkeeperio-bot) +- [#2089](https://github.com/request/request/pull/2089) Fix badges (@simov) +- [#2092](https://github.com/request/request/pull/2092) Update browserify-istanbul to version 1.0.0 🚀 (@greenkeeperio-bot) +- [#2079](https://github.com/request/request/pull/2079) Accept read stream as body option (@simov) +- [#2070](https://github.com/request/request/pull/2070) Update bl to version 1.1.2 🚀 (@greenkeeperio-bot) +- [#2063](https://github.com/request/request/pull/2063) Up bluebird and oauth-sign (@simov) +- [#2058](https://github.com/request/request/pull/2058) Karma fixes for latest versions (@eiriksm) +- [#2057](https://github.com/request/request/pull/2057) Update contributing guidelines (@simov) +- [#2054](https://github.com/request/request/pull/2054) Update qs to version 6.1.0 🚀 (@greenkeeperio-bot) + +### v2.69.0 (2016/01/27) +- [#2041](https://github.com/request/request/pull/2041) restore aws4 as regular dependency (@rmg) + +### v2.68.0 (2016/01/27) +- [#2036](https://github.com/request/request/pull/2036) Add AWS Signature Version 4 (@simov, @mirkods) +- [#2022](https://github.com/request/request/pull/2022) Convert numeric multipart bodies to string (@simov, @feross) +- [#2024](https://github.com/request/request/pull/2024) Update har-validator dependency for nsp advisory #76 (@TylerDixon) +- [#2016](https://github.com/request/request/pull/2016) Update qs to version 6.0.2 🚀 (@greenkeeperio-bot) +- [#2007](https://github.com/request/request/pull/2007) Use the `extend` module instead of util._extend (@simov) +- [#2003](https://github.com/request/request/pull/2003) Update browserify to version 13.0.0 🚀 (@greenkeeperio-bot) +- [#1989](https://github.com/request/request/pull/1989) Update buffer-equal to version 1.0.0 🚀 (@greenkeeperio-bot) +- [#1956](https://github.com/request/request/pull/1956) Check form-data content-length value before setting up the header (@jongyoonlee) +- [#1958](https://github.com/request/request/pull/1958) Use IncomingMessage.destroy method (@simov) +- [#1952](https://github.com/request/request/pull/1952) Adds example for Tor proxy (@prometheansacrifice) +- [#1943](https://github.com/request/request/pull/1943) Update eslint to version 1.10.3 🚀 (@simov, @greenkeeperio-bot) +- [#1924](https://github.com/request/request/pull/1924) Update eslint to version 1.10.1 🚀 (@greenkeeperio-bot) +- [#1915](https://github.com/request/request/pull/1915) Remove content-length and transfer-encoding headers from defaultProxyHeaderWhiteList (@yaxia) + +### v2.67.0 (2015/11/19) +- [#1913](https://github.com/request/request/pull/1913) Update http-signature to version 1.1.0 🚀 (@greenkeeperio-bot) + +### v2.66.0 (2015/11/18) +- [#1906](https://github.com/request/request/pull/1906) Update README URLs based on HTTP redirects (@ReadmeCritic) +- [#1905](https://github.com/request/request/pull/1905) Convert typed arrays into regular buffers (@simov) +- [#1902](https://github.com/request/request/pull/1902) node-uuid@1.4.7 breaks build 🚨 (@greenkeeperio-bot) +- [#1894](https://github.com/request/request/pull/1894) Fix tunneling after redirection from https (Original: #1881) (@simov, @falms) +- [#1893](https://github.com/request/request/pull/1893) Update eslint to version 1.9.0 🚀 (@greenkeeperio-bot) +- [#1852](https://github.com/request/request/pull/1852) Update eslint to version 1.7.3 🚀 (@simov, @greenkeeperio-bot, @paulomcnally, @michelsalib, @arbaaz, @nsklkn, @LoicMahieu, @JoshWillik, @jzaefferer, @ryanwholey, @djchie, @thisconnect, @mgenereu, @acroca, @Sebmaster, @KoltesDigital) +- [#1876](https://github.com/request/request/pull/1876) Implement loose matching for har mime types (@simov) +- [#1875](https://github.com/request/request/pull/1875) Update bluebird to version 3.0.2 🚀 (@simov, @greenkeeperio-bot) +- [#1871](https://github.com/request/request/pull/1871) Update browserify to version 12.0.1 🚀 (@greenkeeperio-bot) +- [#1866](https://github.com/request/request/pull/1866) Add missing quotes on x-token property in README (@miguelmota) +- [#1874](https://github.com/request/request/pull/1874) Fix typo in README.md (@gswalden) +- [#1860](https://github.com/request/request/pull/1860) Improve referer header tests and docs (@simov) +- [#1861](https://github.com/request/request/pull/1861) Remove redundant call to Stream constructor (@watson) +- [#1857](https://github.com/request/request/pull/1857) Fix Referer header to point to the original host name (@simov) +- [#1850](https://github.com/request/request/pull/1850) Update karma-coverage to version 0.5.3 🚀 (@greenkeeperio-bot) +- [#1847](https://github.com/request/request/pull/1847) Use node's latest version when building (@simov) +- [#1836](https://github.com/request/request/pull/1836) Tunnel: fix wrong property name (@KoltesDigital) +- [#1820](https://github.com/request/request/pull/1820) Set href as request.js uses it (@mgenereu) +- [#1840](https://github.com/request/request/pull/1840) Update http-signature to version 1.0.2 🚀 (@greenkeeperio-bot) +- [#1845](https://github.com/request/request/pull/1845) Update istanbul to version 0.4.0 🚀 (@greenkeeperio-bot) + +### v2.65.0 (2015/10/11) +- [#1833](https://github.com/request/request/pull/1833) Update aws-sign2 to version 0.6.0 🚀 (@greenkeeperio-bot) +- [#1811](https://github.com/request/request/pull/1811) Enable loose cookie parsing in tough-cookie (@Sebmaster) +- [#1830](https://github.com/request/request/pull/1830) Bring back tilde ranges for all dependencies (@simov) +- [#1821](https://github.com/request/request/pull/1821) Implement support for RFC 2617 MD5-sess algorithm. (@BigDSK) +- [#1828](https://github.com/request/request/pull/1828) Updated qs dependency to 5.2.0 (@acroca) +- [#1818](https://github.com/request/request/pull/1818) Extract `readResponseBody` method out of `onRequestResponse` (@pvoisin) +- [#1819](https://github.com/request/request/pull/1819) Run stringify once (@mgenereu) +- [#1814](https://github.com/request/request/pull/1814) Updated har-validator to version 2.0.2 (@greenkeeperio-bot) +- [#1807](https://github.com/request/request/pull/1807) Updated tough-cookie to version 2.1.0 (@greenkeeperio-bot) +- [#1800](https://github.com/request/request/pull/1800) Add caret ranges for devDependencies, except eslint (@simov) +- [#1799](https://github.com/request/request/pull/1799) Updated karma-browserify to version 4.4.0 (@greenkeeperio-bot) +- [#1797](https://github.com/request/request/pull/1797) Updated tape to version 4.2.0 (@greenkeeperio-bot) +- [#1788](https://github.com/request/request/pull/1788) Pinned all dependencies (@greenkeeperio-bot) + +### v2.64.0 (2015/09/25) +- [#1787](https://github.com/request/request/pull/1787) npm ignore examples, release.sh and disabled.appveyor.yml (@thisconnect) +- [#1775](https://github.com/request/request/pull/1775) Fix typo in README.md (@djchie) +- [#1776](https://github.com/request/request/pull/1776) Changed word 'conjuction' to read 'conjunction' in README.md (@ryanwholey) +- [#1785](https://github.com/request/request/pull/1785) Revert: Set default application/json content-type when using json option #1772 (@simov) + +### v2.63.0 (2015/09/21) +- [#1772](https://github.com/request/request/pull/1772) Set default application/json content-type when using json option (@jzaefferer) + +### v2.62.0 (2015/09/15) +- [#1768](https://github.com/request/request/pull/1768) Add node 4.0 to the list of build targets (@simov) +- [#1767](https://github.com/request/request/pull/1767) Query strings now cooperate with unix sockets (@JoshWillik) +- [#1750](https://github.com/request/request/pull/1750) Revert doc about installation of tough-cookie added in #884 (@LoicMahieu) +- [#1746](https://github.com/request/request/pull/1746) Missed comma in Readme (@nsklkn) +- [#1743](https://github.com/request/request/pull/1743) Fix options not being initialized in defaults method (@simov) + +### v2.61.0 (2015/08/19) +- [#1721](https://github.com/request/request/pull/1721) Minor fix in README.md (@arbaaz) +- [#1733](https://github.com/request/request/pull/1733) Avoid useless Buffer transformation (@michelsalib) +- [#1726](https://github.com/request/request/pull/1726) Update README.md (@paulomcnally) +- [#1715](https://github.com/request/request/pull/1715) Fix forever option in node > 0.10 #1709 (@calibr) +- [#1716](https://github.com/request/request/pull/1716) Do not create Buffer from Object in setContentLength(iojs v3.0 issue) (@calibr) +- [#1711](https://github.com/request/request/pull/1711) Add ability to detect connect timeouts (@kevinburke) +- [#1712](https://github.com/request/request/pull/1712) Set certificate expiration to August 2, 2018 (@kevinburke) +- [#1700](https://github.com/request/request/pull/1700) debug() when JSON.parse() on a response body fails (@phillipj) + +### v2.60.0 (2015/07/21) +- [#1687](https://github.com/request/request/pull/1687) Fix caseless bug - content-type not being set for multipart/form-data (@simov, @garymathews) + +### v2.59.0 (2015/07/20) +- [#1671](https://github.com/request/request/pull/1671) Add tests and docs for using the agent, agentClass, agentOptions and forever options. + Forever option defaults to using http(s).Agent in node 0.12+ (@simov) +- [#1679](https://github.com/request/request/pull/1679) Fix - do not remove OAuth param when using OAuth realm (@simov, @jhalickman) +- [#1668](https://github.com/request/request/pull/1668) updated dependencies (@deamme) +- [#1656](https://github.com/request/request/pull/1656) Fix form method (@simov) +- [#1651](https://github.com/request/request/pull/1651) Preserve HEAD method when using followAllRedirects (@simov) +- [#1652](https://github.com/request/request/pull/1652) Update `encoding` option documentation in README.md (@daniel347x) +- [#1650](https://github.com/request/request/pull/1650) Allow content-type overriding when using the `form` option (@simov) +- [#1646](https://github.com/request/request/pull/1646) Clarify the nature of setting `ca` in `agentOptions` (@jeffcharles) + +### v2.58.0 (2015/06/16) +- [#1638](https://github.com/request/request/pull/1638) Use the `extend` module to deep extend in the defaults method (@simov) +- [#1631](https://github.com/request/request/pull/1631) Move tunnel logic into separate module (@simov) +- [#1634](https://github.com/request/request/pull/1634) Fix OAuth query transport_method (@simov) +- [#1603](https://github.com/request/request/pull/1603) Add codecov (@simov) + +### v2.57.0 (2015/05/31) +- [#1615](https://github.com/request/request/pull/1615) Replace '.client' with '.socket' as the former was deprecated in 2.2.0. (@ChALkeR) + +### v2.56.0 (2015/05/28) +- [#1610](https://github.com/request/request/pull/1610) Bump module dependencies (@simov) +- [#1600](https://github.com/request/request/pull/1600) Extract the querystring logic into separate module (@simov) +- [#1607](https://github.com/request/request/pull/1607) Re-generate certificates (@simov) +- [#1599](https://github.com/request/request/pull/1599) Move getProxyFromURI logic below the check for Invaild URI (#1595) (@simov) +- [#1598](https://github.com/request/request/pull/1598) Fix the way http verbs are defined in order to please intellisense IDEs (@simov, @flannelJesus) +- [#1591](https://github.com/request/request/pull/1591) A few minor fixes: (@simov) +- [#1584](https://github.com/request/request/pull/1584) Refactor test-default tests (according to comments in #1430) (@simov) +- [#1585](https://github.com/request/request/pull/1585) Fixing documentation regarding TLS options (#1583) (@mainakae) +- [#1574](https://github.com/request/request/pull/1574) Refresh the oauth_nonce on redirect (#1573) (@simov) +- [#1570](https://github.com/request/request/pull/1570) Discovered tests that weren't properly running (@seanstrom) +- [#1569](https://github.com/request/request/pull/1569) Fix pause before response arrives (@kevinoid) +- [#1558](https://github.com/request/request/pull/1558) Emit error instead of throw (@simov) +- [#1568](https://github.com/request/request/pull/1568) Fix stall when piping gzipped response (@kevinoid) +- [#1560](https://github.com/request/request/pull/1560) Update combined-stream (@apechimp) +- [#1543](https://github.com/request/request/pull/1543) Initial support for oauth_body_hash on json payloads (@simov, @aesopwolf) +- [#1541](https://github.com/request/request/pull/1541) Fix coveralls (@simov) +- [#1540](https://github.com/request/request/pull/1540) Fix recursive defaults for convenience methods (@simov) +- [#1536](https://github.com/request/request/pull/1536) More eslint style rules (@froatsnook) +- [#1533](https://github.com/request/request/pull/1533) Adding dependency status bar to README.md (@YasharF) +- [#1539](https://github.com/request/request/pull/1539) ensure the latest version of har-validator is included (@ahmadnassri) +- [#1516](https://github.com/request/request/pull/1516) forever+pool test (@devTristan) + +### v2.55.0 (2015/04/05) +- [#1520](https://github.com/request/request/pull/1520) Refactor defaults (@simov) +- [#1525](https://github.com/request/request/pull/1525) Delete request headers with undefined value. (@froatsnook) +- [#1521](https://github.com/request/request/pull/1521) Add promise tests (@simov) +- [#1518](https://github.com/request/request/pull/1518) Fix defaults (@simov) +- [#1515](https://github.com/request/request/pull/1515) Allow static invoking of convenience methods (@simov) +- [#1505](https://github.com/request/request/pull/1505) Fix multipart boundary extraction regexp (@simov) +- [#1510](https://github.com/request/request/pull/1510) Fix basic auth form data (@simov) + +### v2.54.0 (2015/03/24) +- [#1501](https://github.com/request/request/pull/1501) HTTP Archive 1.2 support (@ahmadnassri) +- [#1486](https://github.com/request/request/pull/1486) Add a test for the forever agent (@akshayp) +- [#1500](https://github.com/request/request/pull/1500) Adding handling for no auth method and null bearer (@philberg) +- [#1498](https://github.com/request/request/pull/1498) Add table of contents in readme (@simov) +- [#1477](https://github.com/request/request/pull/1477) Add support for qs options via qsOptions key (@simov) +- [#1496](https://github.com/request/request/pull/1496) Parameters encoded to base 64 should be decoded as UTF-8, not ASCII. (@albanm) +- [#1494](https://github.com/request/request/pull/1494) Update eslint (@froatsnook) +- [#1474](https://github.com/request/request/pull/1474) Require Colon in Basic Auth (@erykwalder) +- [#1481](https://github.com/request/request/pull/1481) Fix baseUrl and redirections. (@burningtree) +- [#1469](https://github.com/request/request/pull/1469) Feature/base url (@froatsnook) +- [#1459](https://github.com/request/request/pull/1459) Add option to time request/response cycle (including rollup of redirects) (@aaron-em) +- [#1468](https://github.com/request/request/pull/1468) Re-enable io.js/node 0.12 build (@simov, @mikeal, @BBB) +- [#1442](https://github.com/request/request/pull/1442) Fixed the issue with strictSSL tests on 0.12 & io.js by explicitly setting a cipher that matches the cert. (@BBB, @nickmccurdy, @demohi, @simov, @0x4139) +- [#1460](https://github.com/request/request/pull/1460) localAddress or proxy config is lost when redirecting (@simov, @0x4139) +- [#1453](https://github.com/request/request/pull/1453) Test on Node.js 0.12 and io.js with allowed failures (@nickmccurdy, @demohi) +- [#1426](https://github.com/request/request/pull/1426) Fixing tests to pass on io.js and node 0.12 (only test-https.js stiff failing) (@mikeal) +- [#1446](https://github.com/request/request/pull/1446) Missing HTTP referer header with redirects Fixes #1038 (@simov, @guimon) +- [#1428](https://github.com/request/request/pull/1428) Deprecate Node v0.8.x (@nylen) +- [#1436](https://github.com/request/request/pull/1436) Add ability to set a requester without setting default options (@tikotzky) +- [#1435](https://github.com/request/request/pull/1435) dry up verb methods (@sethpollack) +- [#1423](https://github.com/request/request/pull/1423) Allow fully qualified multipart content-type header (@simov) +- [#1430](https://github.com/request/request/pull/1430) Fix recursive requester (@tikotzky) +- [#1429](https://github.com/request/request/pull/1429) Throw error when making HEAD request with a body (@tikotzky) +- [#1419](https://github.com/request/request/pull/1419) Add note that the project is broken in 0.12.x (@nylen) +- [#1413](https://github.com/request/request/pull/1413) Fix basic auth (@simov) +- [#1397](https://github.com/request/request/pull/1397) Improve pipe-from-file tests (@nylen) + +### v2.53.0 (2015/02/02) +- [#1396](https://github.com/request/request/pull/1396) Do not rfc3986 escape JSON bodies (@nylen, @simov) +- [#1392](https://github.com/request/request/pull/1392) Improve `timeout` option description (@watson) + +### v2.52.0 (2015/02/02) +- [#1383](https://github.com/request/request/pull/1383) Add missing HTTPS options that were not being passed to tunnel (@brichard19) (@nylen) +- [#1388](https://github.com/request/request/pull/1388) Upgrade mime-types package version (@roderickhsiao) +- [#1389](https://github.com/request/request/pull/1389) Revise Setup Tunnel Function (@seanstrom) +- [#1374](https://github.com/request/request/pull/1374) Allow explicitly disabling tunneling for proxied https destinations (@nylen) +- [#1376](https://github.com/request/request/pull/1376) Use karma-browserify for tests. Add browser test coverage reporter. (@eiriksm) +- [#1366](https://github.com/request/request/pull/1366) Refactor OAuth into separate module (@simov) +- [#1373](https://github.com/request/request/pull/1373) Rewrite tunnel test to be pure Node.js (@nylen) +- [#1371](https://github.com/request/request/pull/1371) Upgrade test reporter (@nylen) +- [#1360](https://github.com/request/request/pull/1360) Refactor basic, bearer, digest auth logic into separate class (@simov) +- [#1354](https://github.com/request/request/pull/1354) Remove circular dependency from debugging code (@nylen) +- [#1351](https://github.com/request/request/pull/1351) Move digest auth into private prototype method (@simov) +- [#1352](https://github.com/request/request/pull/1352) Update hawk dependency to ~2.3.0 (@mridgway) +- [#1353](https://github.com/request/request/pull/1353) Correct travis-ci badge (@dogancelik) +- [#1349](https://github.com/request/request/pull/1349) Make sure we return on errored browser requests. (@eiriksm) +- [#1346](https://github.com/request/request/pull/1346) getProxyFromURI Extraction Refactor (@seanstrom) +- [#1337](https://github.com/request/request/pull/1337) Standardize test ports on 6767 (@nylen) +- [#1341](https://github.com/request/request/pull/1341) Emit FormData error events as Request error events (@nylen, @rwky) +- [#1343](https://github.com/request/request/pull/1343) Clean up readme badges, and add Travis and Coveralls badges (@nylen) +- [#1345](https://github.com/request/request/pull/1345) Update README.md (@Aaron-Hartwig) +- [#1338](https://github.com/request/request/pull/1338) Always wait for server.close() callback in tests (@nylen) +- [#1342](https://github.com/request/request/pull/1342) Add mock https server and redo start of browser tests for this purpose. (@eiriksm) +- [#1339](https://github.com/request/request/pull/1339) Improve auth docs (@nylen) +- [#1335](https://github.com/request/request/pull/1335) Add support for OAuth plaintext signature method (@simov) +- [#1332](https://github.com/request/request/pull/1332) Add clean script to remove test-browser.js after the tests run (@seanstrom) +- [#1327](https://github.com/request/request/pull/1327) Fix errors generating coverage reports. (@nylen) +- [#1330](https://github.com/request/request/pull/1330) Return empty buffer upon empty response body and encoding is set to null (@seanstrom) +- [#1326](https://github.com/request/request/pull/1326) Use faster container-based infrastructure on Travis (@nylen) +- [#1315](https://github.com/request/request/pull/1315) Implement rfc3986 option (@simov, @nylen, @apoco, @DullReferenceException, @mmalecki, @oliamb, @cliffcrosland, @LewisJEllis, @eiriksm, @poislagarde) +- [#1314](https://github.com/request/request/pull/1314) Detect urlencoded form data header via regex (@simov) +- [#1317](https://github.com/request/request/pull/1317) Improve OAuth1.0 server side flow example (@simov) + +### v2.51.0 (2014/12/10) +- [#1310](https://github.com/request/request/pull/1310) Revert changes introduced in https://github.com/request/request/pull/1282 (@simov) + +### v2.50.0 (2014/12/09) +- [#1308](https://github.com/request/request/pull/1308) Add browser test to keep track of browserify compability. (@eiriksm) +- [#1299](https://github.com/request/request/pull/1299) Add optional support for jsonReviver (@poislagarde) +- [#1277](https://github.com/request/request/pull/1277) Add Coveralls configuration (@simov) +- [#1307](https://github.com/request/request/pull/1307) Upgrade form-data, add back browserify compability. Fixes #455. (@eiriksm) +- [#1305](https://github.com/request/request/pull/1305) Fix typo in README.md (@LewisJEllis) +- [#1288](https://github.com/request/request/pull/1288) Update README.md to explain custom file use case (@cliffcrosland) + +### v2.49.0 (2014/11/28) +- [#1295](https://github.com/request/request/pull/1295) fix(proxy): no-proxy false positive (@oliamb) +- [#1292](https://github.com/request/request/pull/1292) Upgrade `caseless` to 0.8.1 (@mmalecki) +- [#1276](https://github.com/request/request/pull/1276) Set transfer encoding for multipart/related to chunked by default (@simov) +- [#1275](https://github.com/request/request/pull/1275) Fix multipart content-type headers detection (@simov) +- [#1269](https://github.com/request/request/pull/1269) adds streams example for review (@tbuchok) +- [#1238](https://github.com/request/request/pull/1238) Add examples README.md (@simov) + +### v2.48.0 (2014/11/12) +- [#1263](https://github.com/request/request/pull/1263) Fixed a syntax error / typo in README.md (@xna2) +- [#1253](https://github.com/request/request/pull/1253) Add multipart chunked flag (@simov, @nylen) +- [#1251](https://github.com/request/request/pull/1251) Clarify that defaults() does not modify global defaults (@nylen) +- [#1250](https://github.com/request/request/pull/1250) Improve documentation for pool and maxSockets options (@nylen) +- [#1237](https://github.com/request/request/pull/1237) Documenting error handling when using streams (@vmattos) +- [#1244](https://github.com/request/request/pull/1244) Finalize changelog command (@nylen) +- [#1241](https://github.com/request/request/pull/1241) Fix typo (@alexanderGugel) +- [#1223](https://github.com/request/request/pull/1223) Show latest version number instead of "upcoming" in changelog (@nylen) +- [#1236](https://github.com/request/request/pull/1236) Document how to use custom CA in README (#1229) (@hypesystem) +- [#1228](https://github.com/request/request/pull/1228) Support for oauth with RSA-SHA1 signing (@nylen) +- [#1216](https://github.com/request/request/pull/1216) Made json and multipart options coexist (@nylen, @simov) +- [#1225](https://github.com/request/request/pull/1225) Allow header white/exclusive lists in any case. (@RReverser) + +### v2.47.0 (2014/10/26) +- [#1222](https://github.com/request/request/pull/1222) Move from mikeal/request to request/request (@nylen) +- [#1220](https://github.com/request/request/pull/1220) update qs dependency to 2.3.1 (@FredKSchott) +- [#1212](https://github.com/request/request/pull/1212) Improve tests/test-timeout.js (@nylen) +- [#1219](https://github.com/request/request/pull/1219) remove old globalAgent workaround for node 0.4 (@request) +- [#1214](https://github.com/request/request/pull/1214) Remove cruft left over from optional dependencies (@nylen) +- [#1215](https://github.com/request/request/pull/1215) Add proxyHeaderExclusiveList option for proxy-only headers. (@RReverser) +- [#1211](https://github.com/request/request/pull/1211) Allow 'Host' header instead of 'host' and remember case across redirects (@nylen) +- [#1208](https://github.com/request/request/pull/1208) Improve release script (@nylen) +- [#1213](https://github.com/request/request/pull/1213) Support for custom cookie store (@nylen, @mitsuru) +- [#1197](https://github.com/request/request/pull/1197) Clean up some code around setting the agent (@FredKSchott) +- [#1209](https://github.com/request/request/pull/1209) Improve multipart form append test (@simov) +- [#1207](https://github.com/request/request/pull/1207) Update changelog (@nylen) +- [#1185](https://github.com/request/request/pull/1185) Stream multipart/related bodies (@simov) + +### v2.46.0 (2014/10/23) +- [#1198](https://github.com/request/request/pull/1198) doc for TLS/SSL protocol options (@shawnzhu) +- [#1200](https://github.com/request/request/pull/1200) Add a Gitter chat badge to README.md (@gitter-badger) +- [#1196](https://github.com/request/request/pull/1196) Upgrade taper test reporter to v0.3.0 (@nylen) +- [#1199](https://github.com/request/request/pull/1199) Fix lint error: undeclared var i (@nylen) +- [#1191](https://github.com/request/request/pull/1191) Move self.proxy decision logic out of init and into a helper (@FredKSchott) +- [#1190](https://github.com/request/request/pull/1190) Move _buildRequest() logic back into init (@FredKSchott) +- [#1186](https://github.com/request/request/pull/1186) Support Smarter Unix URL Scheme (@FredKSchott) +- [#1178](https://github.com/request/request/pull/1178) update form documentation for new usage (@FredKSchott) +- [#1180](https://github.com/request/request/pull/1180) Enable no-mixed-requires linting rule (@nylen) +- [#1184](https://github.com/request/request/pull/1184) Don't forward authorization header across redirects to different hosts (@nylen) +- [#1183](https://github.com/request/request/pull/1183) Correct README about pre and postamble CRLF using multipart and not mult... (@netpoetica) +- [#1179](https://github.com/request/request/pull/1179) Lint tests directory (@nylen) +- [#1169](https://github.com/request/request/pull/1169) add metadata for form-data file field (@dotcypress) +- [#1173](https://github.com/request/request/pull/1173) remove optional dependencies (@seanstrom) +- [#1165](https://github.com/request/request/pull/1165) Cleanup event listeners and remove function creation from init (@FredKSchott) +- [#1174](https://github.com/request/request/pull/1174) update the request.cookie docs to have a valid cookie example (@seanstrom) +- [#1168](https://github.com/request/request/pull/1168) create a detach helper and use detach helper in replace of nextTick (@seanstrom) +- [#1171](https://github.com/request/request/pull/1171) in post can send form data and use callback (@MiroRadenovic) +- [#1159](https://github.com/request/request/pull/1159) accept charset for x-www-form-urlencoded content-type (@seanstrom) +- [#1157](https://github.com/request/request/pull/1157) Update README.md: body with json=true (@Rob--W) +- [#1164](https://github.com/request/request/pull/1164) Disable tests/test-timeout.js on Travis (@nylen) +- [#1153](https://github.com/request/request/pull/1153) Document how to run a single test (@nylen) +- [#1144](https://github.com/request/request/pull/1144) adds documentation for the "response" event within the streaming section (@tbuchok) +- [#1162](https://github.com/request/request/pull/1162) Update eslintrc file to no longer allow past errors (@FredKSchott) +- [#1155](https://github.com/request/request/pull/1155) Support/use self everywhere (@seanstrom) +- [#1161](https://github.com/request/request/pull/1161) fix no-use-before-define lint warnings (@emkay) +- [#1156](https://github.com/request/request/pull/1156) adding curly brackets to get rid of lint errors (@emkay) +- [#1151](https://github.com/request/request/pull/1151) Fix localAddress test on OS X (@nylen) +- [#1145](https://github.com/request/request/pull/1145) documentation: fix outdated reference to setCookieSync old name in README (@FredKSchott) +- [#1131](https://github.com/request/request/pull/1131) Update pool documentation (@FredKSchott) +- [#1143](https://github.com/request/request/pull/1143) Rewrite all tests to use tape (@nylen) +- [#1137](https://github.com/request/request/pull/1137) Add ability to specifiy querystring lib in options. (@jgrund) +- [#1138](https://github.com/request/request/pull/1138) allow hostname and port in place of host on uri (@cappslock) +- [#1134](https://github.com/request/request/pull/1134) Fix multiple redirects and `self.followRedirect` (@blakeembrey) +- [#1130](https://github.com/request/request/pull/1130) documentation fix: add note about npm test for contributing (@FredKSchott) +- [#1120](https://github.com/request/request/pull/1120) Support/refactor request setup tunnel (@seanstrom) +- [#1129](https://github.com/request/request/pull/1129) linting fix: convert double quote strings to use single quotes (@FredKSchott) +- [#1124](https://github.com/request/request/pull/1124) linting fix: remove unneccesary semi-colons (@FredKSchott) + +### v2.45.0 (2014/10/06) +- [#1128](https://github.com/request/request/pull/1128) Add test for setCookie regression (@nylen) +- [#1127](https://github.com/request/request/pull/1127) added tests around using objects as values in a query string (@bcoe) +- [#1103](https://github.com/request/request/pull/1103) Support/refactor request constructor (@nylen, @seanstrom) +- [#1119](https://github.com/request/request/pull/1119) add basic linting to request library (@FredKSchott) +- [#1121](https://github.com/request/request/pull/1121) Revert "Explicitly use sync versions of cookie functions" (@nylen) +- [#1118](https://github.com/request/request/pull/1118) linting fix: Restructure bad empty if statement (@FredKSchott) +- [#1117](https://github.com/request/request/pull/1117) Fix a bad check for valid URIs (@FredKSchott) +- [#1113](https://github.com/request/request/pull/1113) linting fix: space out operators (@FredKSchott) +- [#1116](https://github.com/request/request/pull/1116) Fix typo in `noProxyHost` definition (@FredKSchott) +- [#1114](https://github.com/request/request/pull/1114) linting fix: Added a `new` operator that was missing when creating and throwing a new error (@FredKSchott) +- [#1096](https://github.com/request/request/pull/1096) No_proxy support (@samcday) +- [#1107](https://github.com/request/request/pull/1107) linting-fix: remove unused variables (@FredKSchott) +- [#1112](https://github.com/request/request/pull/1112) linting fix: Make return values consistent and more straitforward (@FredKSchott) +- [#1111](https://github.com/request/request/pull/1111) linting fix: authPieces was getting redeclared (@FredKSchott) +- [#1105](https://github.com/request/request/pull/1105) Use strict mode in request (@FredKSchott) +- [#1110](https://github.com/request/request/pull/1110) linting fix: replace lazy '==' with more strict '===' (@FredKSchott) +- [#1109](https://github.com/request/request/pull/1109) linting fix: remove function call from if-else conditional statement (@FredKSchott) +- [#1102](https://github.com/request/request/pull/1102) Fix to allow setting a `requester` on recursive calls to `request.defaults` (@tikotzky) +- [#1095](https://github.com/request/request/pull/1095) Tweaking engines in package.json (@pdehaan) +- [#1082](https://github.com/request/request/pull/1082) Forward the socket event from the httpModule request (@seanstrom) +- [#972](https://github.com/request/request/pull/972) Clarify gzip handling in the README (@kevinoid) +- [#1089](https://github.com/request/request/pull/1089) Mention that encoding defaults to utf8, not Buffer (@stuartpb) +- [#1088](https://github.com/request/request/pull/1088) Fix cookie example in README.md and make it more clear (@pipi32167) +- [#1027](https://github.com/request/request/pull/1027) Add support for multipart form data in request options. (@crocket) +- [#1076](https://github.com/request/request/pull/1076) use Request.abort() to abort the request when the request has timed-out (@seanstrom) +- [#1068](https://github.com/request/request/pull/1068) add optional postamble required by .NET multipart requests (@netpoetica) + +### v2.43.0 (2014/09/18) +- [#1057](https://github.com/request/request/pull/1057) Defaults should not overwrite defined options (@davidwood) +- [#1046](https://github.com/request/request/pull/1046) Propagate datastream errors, useful in case gzip fails. (@ZJONSSON, @Janpot) +- [#1063](https://github.com/request/request/pull/1063) copy the input headers object #1060 (@finnp) +- [#1031](https://github.com/request/request/pull/1031) Explicitly use sync versions of cookie functions (@ZJONSSON) +- [#1056](https://github.com/request/request/pull/1056) Fix redirects when passing url.parse(x) as URL to convenience method (@nylen) + +### v2.42.0 (2014/09/04) +- [#1053](https://github.com/request/request/pull/1053) Fix #1051 Parse auth properly when using non-tunneling proxy (@isaacs) + +### v2.41.0 (2014/09/04) +- [#1050](https://github.com/request/request/pull/1050) Pass whitelisted headers to tunneling proxy. Organize all tunneling logic. (@isaacs, @Feldhacker) +- [#1035](https://github.com/request/request/pull/1035) souped up nodei.co badge (@rvagg) +- [#1048](https://github.com/request/request/pull/1048) Aws is now possible over a proxy (@steven-aerts) +- [#1039](https://github.com/request/request/pull/1039) extract out helper functions to a helper file (@seanstrom) +- [#1021](https://github.com/request/request/pull/1021) Support/refactor indexjs (@seanstrom) +- [#1033](https://github.com/request/request/pull/1033) Improve and document debug options (@nylen) +- [#1034](https://github.com/request/request/pull/1034) Fix readme headings (@nylen) +- [#1030](https://github.com/request/request/pull/1030) Allow recursive request.defaults (@tikotzky) +- [#1029](https://github.com/request/request/pull/1029) Fix a couple of typos (@nylen) +- [#675](https://github.com/request/request/pull/675) Checking for SSL fault on connection before reading SSL properties (@VRMink) +- [#989](https://github.com/request/request/pull/989) Added allowRedirect function. Should return true if redirect is allowed or false otherwise (@doronin) +- [#1025](https://github.com/request/request/pull/1025) [fixes #1023] Set self._ended to true once response has ended (@mridgway) +- [#1020](https://github.com/request/request/pull/1020) Add back removed debug metadata (@FredKSchott) +- [#1008](https://github.com/request/request/pull/1008) Moving to module instead of cutomer buffer concatenation. (@mikeal) +- [#770](https://github.com/request/request/pull/770) Added dependency badge for README file; (@timgluz, @mafintosh, @lalitkapoor, @stash, @bobyrizov) +- [#1016](https://github.com/request/request/pull/1016) toJSON no longer results in an infinite loop, returns simple objects (@FredKSchott) +- [#1018](https://github.com/request/request/pull/1018) Remove pre-0.4.4 HTTPS fix (@mmalecki) +- [#1006](https://github.com/request/request/pull/1006) Migrate to caseless, fixes #1001 (@mikeal) +- [#995](https://github.com/request/request/pull/995) Fix parsing array of objects (@sjonnet19) +- [#999](https://github.com/request/request/pull/999) Fix fallback for browserify for optional modules. (@eiriksm) +- [#996](https://github.com/request/request/pull/996) Wrong oauth signature when multiple same param keys exist [updated] (@bengl) + +### v2.40.0 (2014/08/06) +- [#992](https://github.com/request/request/pull/992) Fix security vulnerability. Update qs (@poeticninja) +- [#988](https://github.com/request/request/pull/988) “--” -> “—” (@upisfree) +- [#987](https://github.com/request/request/pull/987) Show optional modules as being loaded by the module that reqeusted them (@iarna) + +### v2.39.0 (2014/07/24) +- [#976](https://github.com/request/request/pull/976) Update README.md (@pvoznenko) + +### v2.38.0 (2014/07/22) +- [#952](https://github.com/request/request/pull/952) Adding support to client certificate with proxy use case (@ofirshaked) +- [#884](https://github.com/request/request/pull/884) Documented tough-cookie installation. (@wbyoung) +- [#935](https://github.com/request/request/pull/935) Correct repository url (@fritx) +- [#963](https://github.com/request/request/pull/963) Update changelog (@nylen) +- [#960](https://github.com/request/request/pull/960) Support gzip with encoding on node pre-v0.9.4 (@kevinoid) +- [#953](https://github.com/request/request/pull/953) Add async Content-Length computation when using form-data (@LoicMahieu) +- [#844](https://github.com/request/request/pull/844) Add support for HTTP[S]_PROXY environment variables. Fixes #595. (@jvmccarthy) +- [#946](https://github.com/request/request/pull/946) defaults: merge headers (@aj0strow) + +### v2.37.0 (2014/07/07) +- [#957](https://github.com/request/request/pull/957) Silence EventEmitter memory leak warning #311 (@watson) +- [#955](https://github.com/request/request/pull/955) check for content-length header before setting it in nextTick (@camilleanne) +- [#951](https://github.com/request/request/pull/951) Add support for gzip content decoding (@kevinoid) +- [#949](https://github.com/request/request/pull/949) Manually enter querystring in form option (@charlespwd) +- [#944](https://github.com/request/request/pull/944) Make request work with browserify (@eiriksm) +- [#943](https://github.com/request/request/pull/943) New mime module (@eiriksm) +- [#927](https://github.com/request/request/pull/927) Bump version of hawk dep. (@samccone) +- [#907](https://github.com/request/request/pull/907) append secureOptions to poolKey (@medovob) + +### v2.35.0 (2014/05/17) +- [#901](https://github.com/request/request/pull/901) Fixes #555 (@pigulla) +- [#897](https://github.com/request/request/pull/897) merge with default options (@vohof) +- [#891](https://github.com/request/request/pull/891) fixes 857 - options object is mutated by calling request (@lalitkapoor) +- [#869](https://github.com/request/request/pull/869) Pipefilter test (@tgohn) +- [#866](https://github.com/request/request/pull/866) Fix typo (@dandv) +- [#861](https://github.com/request/request/pull/861) Add support for RFC 6750 Bearer Tokens (@phedny) +- [#809](https://github.com/request/request/pull/809) upgrade tunnel-proxy to 0.4.0 (@ksato9700) +- [#850](https://github.com/request/request/pull/850) Fix word consistency in readme (@0xNobody) +- [#810](https://github.com/request/request/pull/810) add some exposition to mpu example in README.md (@mikermcneil) +- [#840](https://github.com/request/request/pull/840) improve error reporting for invalid protocols (@FND) +- [#821](https://github.com/request/request/pull/821) added secureOptions back (@nw) +- [#815](https://github.com/request/request/pull/815) Create changelog based on pull requests (@lalitkapoor) + +### v2.34.0 (2014/02/18) +- [#516](https://github.com/request/request/pull/516) UNIX Socket URL Support (@lyuzashi) +- [#801](https://github.com/request/request/pull/801) 794 ignore cookie parsing and domain errors (@lalitkapoor) +- [#802](https://github.com/request/request/pull/802) Added the Apache license to the package.json. (@keskival) +- [#793](https://github.com/request/request/pull/793) Adds content-length calculation when submitting forms using form-data li... (@Juul) +- [#785](https://github.com/request/request/pull/785) Provide ability to override content-type when `json` option used (@vvo) +- [#781](https://github.com/request/request/pull/781) simpler isReadStream function (@joaojeronimo) + +### v2.32.0 (2014/01/16) +- [#767](https://github.com/request/request/pull/767) Use tough-cookie CookieJar sync API (@stash) +- [#764](https://github.com/request/request/pull/764) Case-insensitive authentication scheme (@bobyrizov) +- [#763](https://github.com/request/request/pull/763) Upgrade tough-cookie to 0.10.0 (@stash) +- [#744](https://github.com/request/request/pull/744) Use Cookie.parse (@lalitkapoor) +- [#757](https://github.com/request/request/pull/757) require aws-sign2 (@mafintosh) + +### v2.31.0 (2014/01/08) +- [#645](https://github.com/request/request/pull/645) update twitter api url to v1.1 (@mick) +- [#746](https://github.com/request/request/pull/746) README: Markdown code highlight (@weakish) +- [#745](https://github.com/request/request/pull/745) updating setCookie example to make it clear that the callback is required (@emkay) +- [#742](https://github.com/request/request/pull/742) Add note about JSON output body type (@iansltx) +- [#741](https://github.com/request/request/pull/741) README example is using old cookie jar api (@emkay) +- [#736](https://github.com/request/request/pull/736) Fix callback arguments documentation (@mmalecki) +- [#732](https://github.com/request/request/pull/732) JSHINT: Creating global 'for' variable. Should be 'for (var ...'. (@Fritz-Lium) +- [#730](https://github.com/request/request/pull/730) better HTTP DIGEST support (@dai-shi) +- [#728](https://github.com/request/request/pull/728) Fix TypeError when calling request.cookie (@scarletmeow) +- [#727](https://github.com/request/request/pull/727) fix requester bug (@jchris) +- [#724](https://github.com/request/request/pull/724) README.md: add custom HTTP Headers example. (@tcort) +- [#719](https://github.com/request/request/pull/719) Made a comment gender neutral. (@unsetbit) +- [#715](https://github.com/request/request/pull/715) Request.multipart no longer crashes when header 'Content-type' present (@pastaclub) +- [#710](https://github.com/request/request/pull/710) Fixing listing in callback part of docs. (@lukasz-zak) +- [#696](https://github.com/request/request/pull/696) Edited README.md for formatting and clarity of phrasing (@Zearin) +- [#694](https://github.com/request/request/pull/694) Typo in README (@VRMink) +- [#690](https://github.com/request/request/pull/690) Handle blank password in basic auth. (@diversario) +- [#682](https://github.com/request/request/pull/682) Optional dependencies (@Turbo87) +- [#683](https://github.com/request/request/pull/683) Travis CI support (@Turbo87) +- [#674](https://github.com/request/request/pull/674) change cookie module,to tough-cookie.please check it . (@sxyizhiren) +- [#666](https://github.com/request/request/pull/666) make `ciphers` and `secureProtocol` to work in https request (@richarddong) +- [#656](https://github.com/request/request/pull/656) Test case for #304. (@diversario) +- [#662](https://github.com/request/request/pull/662) option.tunnel to explicitly disable tunneling (@seanmonstar) +- [#659](https://github.com/request/request/pull/659) fix failure when running with NODE_DEBUG=request, and a test for that (@jrgm) +- [#630](https://github.com/request/request/pull/630) Send random cnonce for HTTP Digest requests (@wprl) +- [#619](https://github.com/request/request/pull/619) decouple things a bit (@joaojeronimo) +- [#613](https://github.com/request/request/pull/613) Fixes #583, moved initialization of self.uri.pathname (@lexander) +- [#605](https://github.com/request/request/pull/605) Only include ":" + pass in Basic Auth if it's defined (fixes #602) (@bendrucker) +- [#596](https://github.com/request/request/pull/596) Global agent is being used when pool is specified (@Cauldrath) +- [#594](https://github.com/request/request/pull/594) Emit complete event when there is no callback (@RomainLK) +- [#601](https://github.com/request/request/pull/601) Fixed a small typo (@michalstanko) +- [#589](https://github.com/request/request/pull/589) Prevent setting headers after they are sent (@geek) +- [#587](https://github.com/request/request/pull/587) Global cookie jar disabled by default (@threepointone) +- [#544](https://github.com/request/request/pull/544) Update http-signature version. (@davidlehn) +- [#581](https://github.com/request/request/pull/581) Fix spelling of "ignoring." (@bigeasy) +- [#568](https://github.com/request/request/pull/568) use agentOptions to create agent when specified in request (@SamPlacette) +- [#564](https://github.com/request/request/pull/564) Fix redirections (@criloz) +- [#541](https://github.com/request/request/pull/541) The exported request function doesn't have an auth method (@tschaub) +- [#542](https://github.com/request/request/pull/542) Expose Request class (@regality) +- [#536](https://github.com/request/request/pull/536) Allow explicitly empty user field for basic authentication. (@mikeando) +- [#532](https://github.com/request/request/pull/532) fix typo (@fredericosilva) +- [#497](https://github.com/request/request/pull/497) Added redirect event (@Cauldrath) +- [#503](https://github.com/request/request/pull/503) Fix basic auth for passwords that contain colons (@tonistiigi) +- [#521](https://github.com/request/request/pull/521) Improving test-localAddress.js (@noway) +- [#529](https://github.com/request/request/pull/529) dependencies versions bump (@jodaka) +- [#523](https://github.com/request/request/pull/523) Updating dependencies (@noway) +- [#520](https://github.com/request/request/pull/520) Fixing test-tunnel.js (@noway) +- [#519](https://github.com/request/request/pull/519) Update internal path state on post-creation QS changes (@jblebrun) +- [#510](https://github.com/request/request/pull/510) Add HTTP Signature support. (@davidlehn) +- [#502](https://github.com/request/request/pull/502) Fix POST (and probably other) requests that are retried after 401 Unauthorized (@nylen) +- [#508](https://github.com/request/request/pull/508) Honor the .strictSSL option when using proxies (tunnel-agent) (@jhs) +- [#512](https://github.com/request/request/pull/512) Make password optional to support the format: http://username@hostname/ (@pajato1) +- [#513](https://github.com/request/request/pull/513) add 'localAddress' support (@yyfrankyy) +- [#498](https://github.com/request/request/pull/498) Moving response emit above setHeaders on destination streams (@kenperkins) +- [#490](https://github.com/request/request/pull/490) Empty response body (3-rd argument) must be passed to callback as an empty string (@Olegas) +- [#479](https://github.com/request/request/pull/479) Changing so if Accept header is explicitly set, sending json does not ov... (@RoryH) +- [#475](https://github.com/request/request/pull/475) Use `unescape` from `querystring` (@shimaore) +- [#473](https://github.com/request/request/pull/473) V0.10 compat (@isaacs) +- [#471](https://github.com/request/request/pull/471) Using querystring library from visionmedia (@kbackowski) +- [#461](https://github.com/request/request/pull/461) Strip the UTF8 BOM from a UTF encoded response (@kppullin) +- [#460](https://github.com/request/request/pull/460) hawk 0.10.0 (@hueniverse) +- [#462](https://github.com/request/request/pull/462) if query params are empty, then request path shouldn't end with a '?' (merges cleanly now) (@jaipandya) +- [#456](https://github.com/request/request/pull/456) hawk 0.9.0 (@hueniverse) +- [#429](https://github.com/request/request/pull/429) Copy options before adding callback. (@nrn, @nfriedly, @youurayy, @jplock, @kapetan, @landeiro, @othiym23, @mmalecki) +- [#454](https://github.com/request/request/pull/454) Destroy the response if present when destroying the request (clean merge) (@mafintosh) +- [#310](https://github.com/request/request/pull/310) Twitter Oauth Stuff Out of Date; Now Updated (@joemccann, @isaacs, @mscdex) +- [#413](https://github.com/request/request/pull/413) rename googledoodle.png to .jpg (@nfriedly, @youurayy, @jplock, @kapetan, @landeiro, @othiym23, @mmalecki) +- [#448](https://github.com/request/request/pull/448) Convenience method for PATCH (@mloar) +- [#444](https://github.com/request/request/pull/444) protect against double callbacks on error path (@spollack) +- [#433](https://github.com/request/request/pull/433) Added support for HTTPS cert & key (@mmalecki) +- [#430](https://github.com/request/request/pull/430) Respect specified {Host,host} headers, not just {host} (@andrewschaaf) +- [#415](https://github.com/request/request/pull/415) Fixed a typo. (@jerem) +- [#338](https://github.com/request/request/pull/338) Add more auth options, including digest support (@nylen) +- [#403](https://github.com/request/request/pull/403) Optimize environment lookup to happen once only (@mmalecki) +- [#398](https://github.com/request/request/pull/398) Add more reporting to tests (@mmalecki) +- [#388](https://github.com/request/request/pull/388) Ensure "safe" toJSON doesn't break EventEmitters (@othiym23) +- [#381](https://github.com/request/request/pull/381) Resolving "Invalid signature. Expected signature base string: " (@landeiro) +- [#380](https://github.com/request/request/pull/380) Fixes missing host header on retried request when using forever agent (@mac-) +- [#376](https://github.com/request/request/pull/376) Headers lost on redirect (@kapetan) +- [#375](https://github.com/request/request/pull/375) Fix for missing oauth_timestamp parameter (@jplock) +- [#374](https://github.com/request/request/pull/374) Correct Host header for proxy tunnel CONNECT (@youurayy) +- [#370](https://github.com/request/request/pull/370) Twitter reverse auth uses x_auth_mode not x_auth_type (@drudge) +- [#369](https://github.com/request/request/pull/369) Don't remove x_auth_mode for Twitter reverse auth (@drudge) +- [#344](https://github.com/request/request/pull/344) Make AWS auth signing find headers correctly (@nlf) +- [#363](https://github.com/request/request/pull/363) rfc3986 on base_uri, now passes tests (@jeffmarshall) +- [#362](https://github.com/request/request/pull/362) Running `rfc3986` on `base_uri` in `oauth.hmacsign` instead of just `encodeURIComponent` (@jeffmarshall) +- [#361](https://github.com/request/request/pull/361) Don't create a Content-Length header if we already have it set (@danjenkins) +- [#360](https://github.com/request/request/pull/360) Delete self._form along with everything else on redirect (@jgautier) +- [#355](https://github.com/request/request/pull/355) stop sending erroneous headers on redirected requests (@azylman) +- [#332](https://github.com/request/request/pull/332) Fix #296 - Only set Content-Type if body exists (@Marsup) +- [#343](https://github.com/request/request/pull/343) Allow AWS to work in more situations, added a note in the README on its usage (@nlf) +- [#320](https://github.com/request/request/pull/320) request.defaults() doesn't need to wrap jar() (@StuartHarris) +- [#322](https://github.com/request/request/pull/322) Fix + test for piped into request bumped into redirect. #321 (@alexindigo) +- [#326](https://github.com/request/request/pull/326) Do not try to remove listener from an undefined connection (@CartoDB) +- [#318](https://github.com/request/request/pull/318) Pass servername to tunneling secure socket creation (@isaacs) +- [#317](https://github.com/request/request/pull/317) Workaround for #313 (@isaacs) +- [#293](https://github.com/request/request/pull/293) Allow parser errors to bubble up to request (@mscdex) +- [#290](https://github.com/request/request/pull/290) A test for #289 (@isaacs) +- [#280](https://github.com/request/request/pull/280) Like in node.js print options if NODE_DEBUG contains the word request (@Filirom1) +- [#207](https://github.com/request/request/pull/207) Fix #206 Change HTTP/HTTPS agent when redirecting between protocols (@isaacs) +- [#214](https://github.com/request/request/pull/214) documenting additional behavior of json option (@jphaas, @vpulim) +- [#272](https://github.com/request/request/pull/272) Boundary begins with CRLF? (@elspoono, @timshadel, @naholyr, @nanodocumet, @TehShrike) +- [#284](https://github.com/request/request/pull/284) Remove stray `console.log()` call in multipart generator. (@bcherry) +- [#241](https://github.com/request/request/pull/241) Composability updates suggested by issue #239 (@polotek) +- [#282](https://github.com/request/request/pull/282) OAuth Authorization header contains non-"oauth_" parameters (@jplock) +- [#279](https://github.com/request/request/pull/279) fix tests with boundary by injecting boundry from header (@benatkin) +- [#273](https://github.com/request/request/pull/273) Pipe back pressure issue (@mafintosh) +- [#268](https://github.com/request/request/pull/268) I'm not OCD seriously (@TehShrike) +- [#263](https://github.com/request/request/pull/263) Bug in OAuth key generation for sha1 (@nanodocumet) +- [#265](https://github.com/request/request/pull/265) uncaughtException when redirected to invalid URI (@naholyr) +- [#262](https://github.com/request/request/pull/262) JSON test should check for equality (@timshadel) +- [#261](https://github.com/request/request/pull/261) Setting 'pool' to 'false' does NOT disable Agent pooling (@timshadel) +- [#249](https://github.com/request/request/pull/249) Fix for the fix of your (closed) issue #89 where self.headers[content-length] is set to 0 for all methods (@sethbridges, @polotek, @zephrax, @jeromegn) +- [#255](https://github.com/request/request/pull/255) multipart allow body === '' ( the empty string ) (@Filirom1) +- [#260](https://github.com/request/request/pull/260) fixed just another leak of 'i' (@sreuter) +- [#246](https://github.com/request/request/pull/246) Fixing the set-cookie header (@jeromegn) +- [#243](https://github.com/request/request/pull/243) Dynamic boundary (@zephrax) +- [#240](https://github.com/request/request/pull/240) don't error when null is passed for options (@polotek) +- [#211](https://github.com/request/request/pull/211) Replace all occurrences of special chars in RFC3986 (@chriso, @vpulim) +- [#224](https://github.com/request/request/pull/224) Multipart content-type change (@janjongboom) +- [#217](https://github.com/request/request/pull/217) need to use Authorization (titlecase) header with Tumblr OAuth (@visnup) +- [#203](https://github.com/request/request/pull/203) Fix cookie and redirect bugs and add auth support for HTTPS tunnel (@vpulim) +- [#199](https://github.com/request/request/pull/199) Tunnel (@isaacs) +- [#198](https://github.com/request/request/pull/198) Bugfix on forever usage of util.inherits (@isaacs) +- [#197](https://github.com/request/request/pull/197) Make ForeverAgent work with HTTPS (@isaacs) +- [#193](https://github.com/request/request/pull/193) Fixes GH-119 (@goatslacker) +- [#188](https://github.com/request/request/pull/188) Add abort support to the returned request (@itay) +- [#176](https://github.com/request/request/pull/176) Querystring option (@csainty) +- [#182](https://github.com/request/request/pull/182) Fix request.defaults to support (uri, options, callback) api (@twilson63) +- [#180](https://github.com/request/request/pull/180) Modified the post, put, head and del shortcuts to support uri optional param (@twilson63) +- [#179](https://github.com/request/request/pull/179) fix to add opts in .pipe(stream, opts) (@substack) +- [#177](https://github.com/request/request/pull/177) Issue #173 Support uri as first and optional config as second argument (@twilson63) +- [#170](https://github.com/request/request/pull/170) can't create a cookie in a wrapped request (defaults) (@fabianonunes) +- [#168](https://github.com/request/request/pull/168) Picking off an EasyFix by adding some missing mimetypes. (@serby) +- [#161](https://github.com/request/request/pull/161) Fix cookie jar/headers.cookie collision (#125) (@papandreou) +- [#162](https://github.com/request/request/pull/162) Fix issue #159 (@dpetukhov) +- [#90](https://github.com/request/request/pull/90) add option followAllRedirects to follow post/put redirects (@jroes) +- [#148](https://github.com/request/request/pull/148) Retry Agent (@thejh) +- [#146](https://github.com/request/request/pull/146) Multipart should respect content-type if previously set (@apeace) +- [#144](https://github.com/request/request/pull/144) added "form" option to readme (@petejkim) +- [#133](https://github.com/request/request/pull/133) Fixed cookies parsing (@afanasy) +- [#135](https://github.com/request/request/pull/135) host vs hostname (@iangreenleaf) +- [#132](https://github.com/request/request/pull/132) return the body as a Buffer when encoding is set to null (@jahewson) +- [#112](https://github.com/request/request/pull/112) Support using a custom http-like module (@jhs) +- [#104](https://github.com/request/request/pull/104) Cookie handling contains bugs (@janjongboom) +- [#121](https://github.com/request/request/pull/121) Another patch for cookie handling regression (@jhurliman) +- [#117](https://github.com/request/request/pull/117) Remove the global `i` (@3rd-Eden) +- [#110](https://github.com/request/request/pull/110) Update to Iris Couch URL (@jhs) +- [#86](https://github.com/request/request/pull/86) Can't post binary to multipart requests (@kkaefer) +- [#105](https://github.com/request/request/pull/105) added test for proxy option. (@dominictarr) +- [#102](https://github.com/request/request/pull/102) Implemented cookies - closes issue 82: https://github.com/mikeal/request/issues/82 (@alessioalex) +- [#97](https://github.com/request/request/pull/97) Typo in previous pull causes TypeError in non-0.5.11 versions (@isaacs) +- [#96](https://github.com/request/request/pull/96) Authless parsed url host support (@isaacs) +- [#81](https://github.com/request/request/pull/81) Enhance redirect handling (@danmactough) +- [#78](https://github.com/request/request/pull/78) Don't try to do strictSSL for non-ssl connections (@isaacs) +- [#76](https://github.com/request/request/pull/76) Bug when a request fails and a timeout is set (@Marsup) +- [#70](https://github.com/request/request/pull/70) add test script to package.json (@isaacs, @aheckmann) +- [#73](https://github.com/request/request/pull/73) Fix #71 Respect the strictSSL flag (@isaacs) +- [#69](https://github.com/request/request/pull/69) Flatten chunked requests properly (@isaacs) +- [#67](https://github.com/request/request/pull/67) fixed global variable leaks (@aheckmann) +- [#66](https://github.com/request/request/pull/66) Do not overwrite established content-type headers for read stream deliver (@voodootikigod) +- [#53](https://github.com/request/request/pull/53) Parse json: Issue #51 (@benatkin) +- [#45](https://github.com/request/request/pull/45) Added timeout option (@mbrevoort) +- [#35](https://github.com/request/request/pull/35) The "end" event isn't emitted for some responses (@voxpelli) +- [#31](https://github.com/request/request/pull/31) Error on piping a request to a destination (@tobowers) \ No newline at end of file diff --git a/node_modules/request/LICENSE b/node_modules/request/LICENSE new file mode 100644 index 0000000..a4a9aee --- /dev/null +++ b/node_modules/request/LICENSE @@ -0,0 +1,55 @@ +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + +You must give any other recipients of the Work or Derivative Works a copy of this License; and + +You must cause any modified files to carry prominent notices stating that You changed the files; and + +You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + +If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS \ No newline at end of file diff --git a/node_modules/request/README.md b/node_modules/request/README.md new file mode 100644 index 0000000..9da0eb7 --- /dev/null +++ b/node_modules/request/README.md @@ -0,0 +1,1133 @@ +# Deprecated! + +As of Feb 11th 2020, request is fully deprecated. No new changes are expected land. In fact, none have landed for some time. + +For more information about why request is deprecated and possible alternatives refer to +[this issue](https://github.com/request/request/issues/3142). + +# Request - Simplified HTTP client + +[![npm package](https://nodei.co/npm/request.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/request/) + +[![Build status](https://img.shields.io/travis/request/request/master.svg?style=flat-square)](https://travis-ci.org/request/request) +[![Coverage](https://img.shields.io/codecov/c/github/request/request.svg?style=flat-square)](https://codecov.io/github/request/request?branch=master) +[![Coverage](https://img.shields.io/coveralls/request/request.svg?style=flat-square)](https://coveralls.io/r/request/request) +[![Dependency Status](https://img.shields.io/david/request/request.svg?style=flat-square)](https://david-dm.org/request/request) +[![Known Vulnerabilities](https://snyk.io/test/npm/request/badge.svg?style=flat-square)](https://snyk.io/test/npm/request) +[![Gitter](https://img.shields.io/badge/gitter-join_chat-blue.svg?style=flat-square)](https://gitter.im/request/request?utm_source=badge) + + +## Super simple to use + +Request is designed to be the simplest way possible to make http calls. It supports HTTPS and follows redirects by default. + +```js +const request = require('request'); +request('http://www.google.com', function (error, response, body) { + console.error('error:', error); // Print the error if one occurred + console.log('statusCode:', response && response.statusCode); // Print the response status code if a response was received + console.log('body:', body); // Print the HTML for the Google homepage. +}); +``` + + +## Table of contents + +- [Streaming](#streaming) +- [Promises & Async/Await](#promises--asyncawait) +- [Forms](#forms) +- [HTTP Authentication](#http-authentication) +- [Custom HTTP Headers](#custom-http-headers) +- [OAuth Signing](#oauth-signing) +- [Proxies](#proxies) +- [Unix Domain Sockets](#unix-domain-sockets) +- [TLS/SSL Protocol](#tlsssl-protocol) +- [Support for HAR 1.2](#support-for-har-12) +- [**All Available Options**](#requestoptions-callback) + +Request also offers [convenience methods](#convenience-methods) like +`request.defaults` and `request.post`, and there are +lots of [usage examples](#examples) and several +[debugging techniques](#debugging). + + +--- + + +## Streaming + +You can stream any response to a file stream. + +```js +request('http://google.com/doodle.png').pipe(fs.createWriteStream('doodle.png')) +``` + +You can also stream a file to a PUT or POST request. This method will also check the file extension against a mapping of file extensions to content-types (in this case `application/json`) and use the proper `content-type` in the PUT request (if the headers don’t already provide one). + +```js +fs.createReadStream('file.json').pipe(request.put('http://mysite.com/obj.json')) +``` + +Request can also `pipe` to itself. When doing so, `content-type` and `content-length` are preserved in the PUT headers. + +```js +request.get('http://google.com/img.png').pipe(request.put('http://mysite.com/img.png')) +``` + +Request emits a "response" event when a response is received. The `response` argument will be an instance of [http.IncomingMessage](https://nodejs.org/api/http.html#http_class_http_incomingmessage). + +```js +request + .get('http://google.com/img.png') + .on('response', function(response) { + console.log(response.statusCode) // 200 + console.log(response.headers['content-type']) // 'image/png' + }) + .pipe(request.put('http://mysite.com/img.png')) +``` + +To easily handle errors when streaming requests, listen to the `error` event before piping: + +```js +request + .get('http://mysite.com/doodle.png') + .on('error', function(err) { + console.error(err) + }) + .pipe(fs.createWriteStream('doodle.png')) +``` + +Now let’s get fancy. + +```js +http.createServer(function (req, resp) { + if (req.url === '/doodle.png') { + if (req.method === 'PUT') { + req.pipe(request.put('http://mysite.com/doodle.png')) + } else if (req.method === 'GET' || req.method === 'HEAD') { + request.get('http://mysite.com/doodle.png').pipe(resp) + } + } +}) +``` + +You can also `pipe()` from `http.ServerRequest` instances, as well as to `http.ServerResponse` instances. The HTTP method, headers, and entity-body data will be sent. Which means that, if you don't really care about security, you can do: + +```js +http.createServer(function (req, resp) { + if (req.url === '/doodle.png') { + const x = request('http://mysite.com/doodle.png') + req.pipe(x) + x.pipe(resp) + } +}) +``` + +And since `pipe()` returns the destination stream in ≥ Node 0.5.x you can do one line proxying. :) + +```js +req.pipe(request('http://mysite.com/doodle.png')).pipe(resp) +``` + +Also, none of this new functionality conflicts with requests previous features, it just expands them. + +```js +const r = request.defaults({'proxy':'http://localproxy.com'}) + +http.createServer(function (req, resp) { + if (req.url === '/doodle.png') { + r.get('http://google.com/doodle.png').pipe(resp) + } +}) +``` + +You can still use intermediate proxies, the requests will still follow HTTP forwards, etc. + +[back to top](#table-of-contents) + + +--- + + +## Promises & Async/Await + +`request` supports both streaming and callback interfaces natively. If you'd like `request` to return a Promise instead, you can use an alternative interface wrapper for `request`. These wrappers can be useful if you prefer to work with Promises, or if you'd like to use `async`/`await` in ES2017. + +Several alternative interfaces are provided by the request team, including: +- [`request-promise`](https://github.com/request/request-promise) (uses [Bluebird](https://github.com/petkaantonov/bluebird) Promises) +- [`request-promise-native`](https://github.com/request/request-promise-native) (uses native Promises) +- [`request-promise-any`](https://github.com/request/request-promise-any) (uses [any-promise](https://www.npmjs.com/package/any-promise) Promises) + +Also, [`util.promisify`](https://nodejs.org/api/util.html#util_util_promisify_original), which is available from Node.js v8.0 can be used to convert a regular function that takes a callback to return a promise instead. + + +[back to top](#table-of-contents) + + +--- + + +## Forms + +`request` supports `application/x-www-form-urlencoded` and `multipart/form-data` form uploads. For `multipart/related` refer to the `multipart` API. + + +#### application/x-www-form-urlencoded (URL-Encoded Forms) + +URL-encoded forms are simple. + +```js +request.post('http://service.com/upload', {form:{key:'value'}}) +// or +request.post('http://service.com/upload').form({key:'value'}) +// or +request.post({url:'http://service.com/upload', form: {key:'value'}}, function(err,httpResponse,body){ /* ... */ }) +``` + + +#### multipart/form-data (Multipart Form Uploads) + +For `multipart/form-data` we use the [form-data](https://github.com/form-data/form-data) library by [@felixge](https://github.com/felixge). For the most cases, you can pass your upload form data via the `formData` option. + + +```js +const formData = { + // Pass a simple key-value pair + my_field: 'my_value', + // Pass data via Buffers + my_buffer: Buffer.from([1, 2, 3]), + // Pass data via Streams + my_file: fs.createReadStream(__dirname + '/unicycle.jpg'), + // Pass multiple values /w an Array + attachments: [ + fs.createReadStream(__dirname + '/attachment1.jpg'), + fs.createReadStream(__dirname + '/attachment2.jpg') + ], + // Pass optional meta-data with an 'options' object with style: {value: DATA, options: OPTIONS} + // Use case: for some types of streams, you'll need to provide "file"-related information manually. + // See the `form-data` README for more information about options: https://github.com/form-data/form-data + custom_file: { + value: fs.createReadStream('/dev/urandom'), + options: { + filename: 'topsecret.jpg', + contentType: 'image/jpeg' + } + } +}; +request.post({url:'http://service.com/upload', formData: formData}, function optionalCallback(err, httpResponse, body) { + if (err) { + return console.error('upload failed:', err); + } + console.log('Upload successful! Server responded with:', body); +}); +``` + +For advanced cases, you can access the form-data object itself via `r.form()`. This can be modified until the request is fired on the next cycle of the event-loop. (Note that this calling `form()` will clear the currently set form data for that request.) + +```js +// NOTE: Advanced use-case, for normal use see 'formData' usage above +const r = request.post('http://service.com/upload', function optionalCallback(err, httpResponse, body) {...}) +const form = r.form(); +form.append('my_field', 'my_value'); +form.append('my_buffer', Buffer.from([1, 2, 3])); +form.append('custom_file', fs.createReadStream(__dirname + '/unicycle.jpg'), {filename: 'unicycle.jpg'}); +``` +See the [form-data README](https://github.com/form-data/form-data) for more information & examples. + + +#### multipart/related + +Some variations in different HTTP implementations require a newline/CRLF before, after, or both before and after the boundary of a `multipart/related` request (using the multipart option). This has been observed in the .NET WebAPI version 4.0. You can turn on a boundary preambleCRLF or postamble by passing them as `true` to your request options. + +```js + request({ + method: 'PUT', + preambleCRLF: true, + postambleCRLF: true, + uri: 'http://service.com/upload', + multipart: [ + { + 'content-type': 'application/json', + body: JSON.stringify({foo: 'bar', _attachments: {'message.txt': {follows: true, length: 18, 'content_type': 'text/plain' }}}) + }, + { body: 'I am an attachment' }, + { body: fs.createReadStream('image.png') } + ], + // alternatively pass an object containing additional options + multipart: { + chunked: false, + data: [ + { + 'content-type': 'application/json', + body: JSON.stringify({foo: 'bar', _attachments: {'message.txt': {follows: true, length: 18, 'content_type': 'text/plain' }}}) + }, + { body: 'I am an attachment' } + ] + } + }, + function (error, response, body) { + if (error) { + return console.error('upload failed:', error); + } + console.log('Upload successful! Server responded with:', body); + }) +``` + +[back to top](#table-of-contents) + + +--- + + +## HTTP Authentication + +```js +request.get('http://some.server.com/').auth('username', 'password', false); +// or +request.get('http://some.server.com/', { + 'auth': { + 'user': 'username', + 'pass': 'password', + 'sendImmediately': false + } +}); +// or +request.get('http://some.server.com/').auth(null, null, true, 'bearerToken'); +// or +request.get('http://some.server.com/', { + 'auth': { + 'bearer': 'bearerToken' + } +}); +``` + +If passed as an option, `auth` should be a hash containing values: + +- `user` || `username` +- `pass` || `password` +- `sendImmediately` (optional) +- `bearer` (optional) + +The method form takes parameters +`auth(username, password, sendImmediately, bearer)`. + +`sendImmediately` defaults to `true`, which causes a basic or bearer +authentication header to be sent. If `sendImmediately` is `false`, then +`request` will retry with a proper authentication header after receiving a +`401` response from the server (which must contain a `WWW-Authenticate` header +indicating the required authentication method). + +Note that you can also specify basic authentication using the URL itself, as +detailed in [RFC 1738](http://www.ietf.org/rfc/rfc1738.txt). Simply pass the +`user:password` before the host with an `@` sign: + +```js +const username = 'username', + password = 'password', + url = 'http://' + username + ':' + password + '@some.server.com'; + +request({url}, function (error, response, body) { + // Do more stuff with 'body' here +}); +``` + +Digest authentication is supported, but it only works with `sendImmediately` +set to `false`; otherwise `request` will send basic authentication on the +initial request, which will probably cause the request to fail. + +Bearer authentication is supported, and is activated when the `bearer` value is +available. The value may be either a `String` or a `Function` returning a +`String`. Using a function to supply the bearer token is particularly useful if +used in conjunction with `defaults` to allow a single function to supply the +last known token at the time of sending a request, or to compute one on the fly. + +[back to top](#table-of-contents) + + +--- + + +## Custom HTTP Headers + +HTTP Headers, such as `User-Agent`, can be set in the `options` object. +In the example below, we call the github API to find out the number +of stars and forks for the request repository. This requires a +custom `User-Agent` header as well as https. + +```js +const request = require('request'); + +const options = { + url: 'https://api.github.com/repos/request/request', + headers: { + 'User-Agent': 'request' + } +}; + +function callback(error, response, body) { + if (!error && response.statusCode == 200) { + const info = JSON.parse(body); + console.log(info.stargazers_count + " Stars"); + console.log(info.forks_count + " Forks"); + } +} + +request(options, callback); +``` + +[back to top](#table-of-contents) + + +--- + + +## OAuth Signing + +[OAuth version 1.0](https://tools.ietf.org/html/rfc5849) is supported. The +default signing algorithm is +[HMAC-SHA1](https://tools.ietf.org/html/rfc5849#section-3.4.2): + +```js +// OAuth1.0 - 3-legged server side flow (Twitter example) +// step 1 +const qs = require('querystring') + , oauth = + { callback: 'http://mysite.com/callback/' + , consumer_key: CONSUMER_KEY + , consumer_secret: CONSUMER_SECRET + } + , url = 'https://api.twitter.com/oauth/request_token' + ; +request.post({url:url, oauth:oauth}, function (e, r, body) { + // Ideally, you would take the body in the response + // and construct a URL that a user clicks on (like a sign in button). + // The verifier is only available in the response after a user has + // verified with twitter that they are authorizing your app. + + // step 2 + const req_data = qs.parse(body) + const uri = 'https://api.twitter.com/oauth/authenticate' + + '?' + qs.stringify({oauth_token: req_data.oauth_token}) + // redirect the user to the authorize uri + + // step 3 + // after the user is redirected back to your server + const auth_data = qs.parse(body) + , oauth = + { consumer_key: CONSUMER_KEY + , consumer_secret: CONSUMER_SECRET + , token: auth_data.oauth_token + , token_secret: req_data.oauth_token_secret + , verifier: auth_data.oauth_verifier + } + , url = 'https://api.twitter.com/oauth/access_token' + ; + request.post({url:url, oauth:oauth}, function (e, r, body) { + // ready to make signed requests on behalf of the user + const perm_data = qs.parse(body) + , oauth = + { consumer_key: CONSUMER_KEY + , consumer_secret: CONSUMER_SECRET + , token: perm_data.oauth_token + , token_secret: perm_data.oauth_token_secret + } + , url = 'https://api.twitter.com/1.1/users/show.json' + , qs = + { screen_name: perm_data.screen_name + , user_id: perm_data.user_id + } + ; + request.get({url:url, oauth:oauth, qs:qs, json:true}, function (e, r, user) { + console.log(user) + }) + }) +}) +``` + +For [RSA-SHA1 signing](https://tools.ietf.org/html/rfc5849#section-3.4.3), make +the following changes to the OAuth options object: +* Pass `signature_method : 'RSA-SHA1'` +* Instead of `consumer_secret`, specify a `private_key` string in + [PEM format](http://how2ssl.com/articles/working_with_pem_files/) + +For [PLAINTEXT signing](http://oauth.net/core/1.0/#anchor22), make +the following changes to the OAuth options object: +* Pass `signature_method : 'PLAINTEXT'` + +To send OAuth parameters via query params or in a post body as described in The +[Consumer Request Parameters](http://oauth.net/core/1.0/#consumer_req_param) +section of the oauth1 spec: +* Pass `transport_method : 'query'` or `transport_method : 'body'` in the OAuth + options object. +* `transport_method` defaults to `'header'` + +To use [Request Body Hash](https://oauth.googlecode.com/svn/spec/ext/body_hash/1.0/oauth-bodyhash.html) you can either +* Manually generate the body hash and pass it as a string `body_hash: '...'` +* Automatically generate the body hash by passing `body_hash: true` + +[back to top](#table-of-contents) + + +--- + + +## Proxies + +If you specify a `proxy` option, then the request (and any subsequent +redirects) will be sent via a connection to the proxy server. + +If your endpoint is an `https` url, and you are using a proxy, then +request will send a `CONNECT` request to the proxy server *first*, and +then use the supplied connection to connect to the endpoint. + +That is, first it will make a request like: + +``` +HTTP/1.1 CONNECT endpoint-server.com:80 +Host: proxy-server.com +User-Agent: whatever user agent you specify +``` + +and then the proxy server make a TCP connection to `endpoint-server` +on port `80`, and return a response that looks like: + +``` +HTTP/1.1 200 OK +``` + +At this point, the connection is left open, and the client is +communicating directly with the `endpoint-server.com` machine. + +See [the wikipedia page on HTTP Tunneling](https://en.wikipedia.org/wiki/HTTP_tunnel) +for more information. + +By default, when proxying `http` traffic, request will simply make a +standard proxied `http` request. This is done by making the `url` +section of the initial line of the request a fully qualified url to +the endpoint. + +For example, it will make a single request that looks like: + +``` +HTTP/1.1 GET http://endpoint-server.com/some-url +Host: proxy-server.com +Other-Headers: all go here + +request body or whatever +``` + +Because a pure "http over http" tunnel offers no additional security +or other features, it is generally simpler to go with a +straightforward HTTP proxy in this case. However, if you would like +to force a tunneling proxy, you may set the `tunnel` option to `true`. + +You can also make a standard proxied `http` request by explicitly setting +`tunnel : false`, but **note that this will allow the proxy to see the traffic +to/from the destination server**. + +If you are using a tunneling proxy, you may set the +`proxyHeaderWhiteList` to share certain headers with the proxy. + +You can also set the `proxyHeaderExclusiveList` to share certain +headers only with the proxy and not with destination host. + +By default, this set is: + +``` +accept +accept-charset +accept-encoding +accept-language +accept-ranges +cache-control +content-encoding +content-language +content-length +content-location +content-md5 +content-range +content-type +connection +date +expect +max-forwards +pragma +proxy-authorization +referer +te +transfer-encoding +user-agent +via +``` + +Note that, when using a tunneling proxy, the `proxy-authorization` +header and any headers from custom `proxyHeaderExclusiveList` are +*never* sent to the endpoint server, but only to the proxy server. + + +### Controlling proxy behaviour using environment variables + +The following environment variables are respected by `request`: + + * `HTTP_PROXY` / `http_proxy` + * `HTTPS_PROXY` / `https_proxy` + * `NO_PROXY` / `no_proxy` + +When `HTTP_PROXY` / `http_proxy` are set, they will be used to proxy non-SSL requests that do not have an explicit `proxy` configuration option present. Similarly, `HTTPS_PROXY` / `https_proxy` will be respected for SSL requests that do not have an explicit `proxy` configuration option. It is valid to define a proxy in one of the environment variables, but then override it for a specific request, using the `proxy` configuration option. Furthermore, the `proxy` configuration option can be explicitly set to false / null to opt out of proxying altogether for that request. + +`request` is also aware of the `NO_PROXY`/`no_proxy` environment variables. These variables provide a granular way to opt out of proxying, on a per-host basis. It should contain a comma separated list of hosts to opt out of proxying. It is also possible to opt of proxying when a particular destination port is used. Finally, the variable may be set to `*` to opt out of the implicit proxy configuration of the other environment variables. + +Here's some examples of valid `no_proxy` values: + + * `google.com` - don't proxy HTTP/HTTPS requests to Google. + * `google.com:443` - don't proxy HTTPS requests to Google, but *do* proxy HTTP requests to Google. + * `google.com:443, yahoo.com:80` - don't proxy HTTPS requests to Google, and don't proxy HTTP requests to Yahoo! + * `*` - ignore `https_proxy`/`http_proxy` environment variables altogether. + +[back to top](#table-of-contents) + + +--- + + +## UNIX Domain Sockets + +`request` supports making requests to [UNIX Domain Sockets](https://en.wikipedia.org/wiki/Unix_domain_socket). To make one, use the following URL scheme: + +```js +/* Pattern */ 'http://unix:SOCKET:PATH' +/* Example */ request.get('http://unix:/absolute/path/to/unix.socket:/request/path') +``` + +Note: The `SOCKET` path is assumed to be absolute to the root of the host file system. + +[back to top](#table-of-contents) + + +--- + + +## TLS/SSL Protocol + +TLS/SSL Protocol options, such as `cert`, `key` and `passphrase`, can be +set directly in `options` object, in the `agentOptions` property of the `options` object, or even in `https.globalAgent.options`. Keep in mind that, although `agentOptions` allows for a slightly wider range of configurations, the recommended way is via `options` object directly, as using `agentOptions` or `https.globalAgent.options` would not be applied in the same way in proxied environments (as data travels through a TLS connection instead of an http/https agent). + +```js +const fs = require('fs') + , path = require('path') + , certFile = path.resolve(__dirname, 'ssl/client.crt') + , keyFile = path.resolve(__dirname, 'ssl/client.key') + , caFile = path.resolve(__dirname, 'ssl/ca.cert.pem') + , request = require('request'); + +const options = { + url: 'https://api.some-server.com/', + cert: fs.readFileSync(certFile), + key: fs.readFileSync(keyFile), + passphrase: 'password', + ca: fs.readFileSync(caFile) +}; + +request.get(options); +``` + +### Using `options.agentOptions` + +In the example below, we call an API that requires client side SSL certificate +(in PEM format) with passphrase protected private key (in PEM format) and disable the SSLv3 protocol: + +```js +const fs = require('fs') + , path = require('path') + , certFile = path.resolve(__dirname, 'ssl/client.crt') + , keyFile = path.resolve(__dirname, 'ssl/client.key') + , request = require('request'); + +const options = { + url: 'https://api.some-server.com/', + agentOptions: { + cert: fs.readFileSync(certFile), + key: fs.readFileSync(keyFile), + // Or use `pfx` property replacing `cert` and `key` when using private key, certificate and CA certs in PFX or PKCS12 format: + // pfx: fs.readFileSync(pfxFilePath), + passphrase: 'password', + securityOptions: 'SSL_OP_NO_SSLv3' + } +}; + +request.get(options); +``` + +It is able to force using SSLv3 only by specifying `secureProtocol`: + +```js +request.get({ + url: 'https://api.some-server.com/', + agentOptions: { + secureProtocol: 'SSLv3_method' + } +}); +``` + +It is possible to accept other certificates than those signed by generally allowed Certificate Authorities (CAs). +This can be useful, for example, when using self-signed certificates. +To require a different root certificate, you can specify the signing CA by adding the contents of the CA's certificate file to the `agentOptions`. +The certificate the domain presents must be signed by the root certificate specified: + +```js +request.get({ + url: 'https://api.some-server.com/', + agentOptions: { + ca: fs.readFileSync('ca.cert.pem') + } +}); +``` + +The `ca` value can be an array of certificates, in the event you have a private or internal corporate public-key infrastructure hierarchy. For example, if you want to connect to https://api.some-server.com which presents a key chain consisting of: +1. its own public key, which is signed by: +2. an intermediate "Corp Issuing Server", that is in turn signed by: +3. a root CA "Corp Root CA"; + +you can configure your request as follows: + +```js +request.get({ + url: 'https://api.some-server.com/', + agentOptions: { + ca: [ + fs.readFileSync('Corp Issuing Server.pem'), + fs.readFileSync('Corp Root CA.pem') + ] + } +}); +``` + +[back to top](#table-of-contents) + + +--- + +## Support for HAR 1.2 + +The `options.har` property will override the values: `url`, `method`, `qs`, `headers`, `form`, `formData`, `body`, `json`, as well as construct multipart data and read files from disk when `request.postData.params[].fileName` is present without a matching `value`. + +A validation step will check if the HAR Request format matches the latest spec (v1.2) and will skip parsing if not matching. + +```js + const request = require('request') + request({ + // will be ignored + method: 'GET', + uri: 'http://www.google.com', + + // HTTP Archive Request Object + har: { + url: 'http://www.mockbin.com/har', + method: 'POST', + headers: [ + { + name: 'content-type', + value: 'application/x-www-form-urlencoded' + } + ], + postData: { + mimeType: 'application/x-www-form-urlencoded', + params: [ + { + name: 'foo', + value: 'bar' + }, + { + name: 'hello', + value: 'world' + } + ] + } + } + }) + + // a POST request will be sent to http://www.mockbin.com + // with body an application/x-www-form-urlencoded body: + // foo=bar&hello=world +``` + +[back to top](#table-of-contents) + + +--- + +## request(options, callback) + +The first argument can be either a `url` or an `options` object. The only required option is `uri`; all others are optional. + +- `uri` || `url` - fully qualified uri or a parsed url object from `url.parse()` +- `baseUrl` - fully qualified uri string used as the base url. Most useful with `request.defaults`, for example when you want to do many requests to the same domain. If `baseUrl` is `https://example.com/api/`, then requesting `/end/point?test=true` will fetch `https://example.com/api/end/point?test=true`. When `baseUrl` is given, `uri` must also be a string. +- `method` - http method (default: `"GET"`) +- `headers` - http headers (default: `{}`) + +--- + +- `qs` - object containing querystring values to be appended to the `uri` +- `qsParseOptions` - object containing options to pass to the [qs.parse](https://github.com/hapijs/qs#parsing-objects) method. Alternatively pass options to the [querystring.parse](https://nodejs.org/docs/v0.12.0/api/querystring.html#querystring_querystring_parse_str_sep_eq_options) method using this format `{sep:';', eq:':', options:{}}` +- `qsStringifyOptions` - object containing options to pass to the [qs.stringify](https://github.com/hapijs/qs#stringifying) method. Alternatively pass options to the [querystring.stringify](https://nodejs.org/docs/v0.12.0/api/querystring.html#querystring_querystring_stringify_obj_sep_eq_options) method using this format `{sep:';', eq:':', options:{}}`. For example, to change the way arrays are converted to query strings using the `qs` module pass the `arrayFormat` option with one of `indices|brackets|repeat` +- `useQuerystring` - if true, use `querystring` to stringify and parse + querystrings, otherwise use `qs` (default: `false`). Set this option to + `true` if you need arrays to be serialized as `foo=bar&foo=baz` instead of the + default `foo[0]=bar&foo[1]=baz`. + +--- + +- `body` - entity body for PATCH, POST and PUT requests. Must be a `Buffer`, `String` or `ReadStream`. If `json` is `true`, then `body` must be a JSON-serializable object. +- `form` - when passed an object or a querystring, this sets `body` to a querystring representation of value, and adds `Content-type: application/x-www-form-urlencoded` header. When passed no options, a `FormData` instance is returned (and is piped to request). See "Forms" section above. +- `formData` - data to pass for a `multipart/form-data` request. See + [Forms](#forms) section above. +- `multipart` - array of objects which contain their own headers and `body` + attributes. Sends a `multipart/related` request. See [Forms](#forms) section + above. + - Alternatively you can pass in an object `{chunked: false, data: []}` where + `chunked` is used to specify whether the request is sent in + [chunked transfer encoding](https://en.wikipedia.org/wiki/Chunked_transfer_encoding) + In non-chunked requests, data items with body streams are not allowed. +- `preambleCRLF` - append a newline/CRLF before the boundary of your `multipart/form-data` request. +- `postambleCRLF` - append a newline/CRLF at the end of the boundary of your `multipart/form-data` request. +- `json` - sets `body` to JSON representation of value and adds `Content-type: application/json` header. Additionally, parses the response body as JSON. +- `jsonReviver` - a [reviver function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse) that will be passed to `JSON.parse()` when parsing a JSON response body. +- `jsonReplacer` - a [replacer function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) that will be passed to `JSON.stringify()` when stringifying a JSON request body. + +--- + +- `auth` - a hash containing values `user` || `username`, `pass` || `password`, and `sendImmediately` (optional). See documentation above. +- `oauth` - options for OAuth HMAC-SHA1 signing. See documentation above. +- `hawk` - options for [Hawk signing](https://github.com/hueniverse/hawk). The `credentials` key must contain the necessary signing info, [see hawk docs for details](https://github.com/hueniverse/hawk#usage-example). +- `aws` - `object` containing AWS signing information. Should have the properties `key`, `secret`, and optionally `session` (note that this only works for services that require session as part of the canonical string). Also requires the property `bucket`, unless you’re specifying your `bucket` as part of the path, or the request doesn’t use a bucket (i.e. GET Services). If you want to use AWS sign version 4 use the parameter `sign_version` with value `4` otherwise the default is version 2. If you are using SigV4, you can also include a `service` property that specifies the service name. **Note:** you need to `npm install aws4` first. +- `httpSignature` - options for the [HTTP Signature Scheme](https://github.com/joyent/node-http-signature/blob/master/http_signing.md) using [Joyent's library](https://github.com/joyent/node-http-signature). The `keyId` and `key` properties must be specified. See the docs for other options. + +--- + +- `followRedirect` - follow HTTP 3xx responses as redirects (default: `true`). This property can also be implemented as function which gets `response` object as a single argument and should return `true` if redirects should continue or `false` otherwise. +- `followAllRedirects` - follow non-GET HTTP 3xx responses as redirects (default: `false`) +- `followOriginalHttpMethod` - by default we redirect to HTTP method GET. you can enable this property to redirect to the original HTTP method (default: `false`) +- `maxRedirects` - the maximum number of redirects to follow (default: `10`) +- `removeRefererHeader` - removes the referer header when a redirect happens (default: `false`). **Note:** if true, referer header set in the initial request is preserved during redirect chain. + +--- + +- `encoding` - encoding to be used on `setEncoding` of response data. If `null`, the `body` is returned as a `Buffer`. Anything else **(including the default value of `undefined`)** will be passed as the [encoding](http://nodejs.org/api/buffer.html#buffer_buffer) parameter to `toString()` (meaning this is effectively `utf8` by default). (**Note:** if you expect binary data, you should set `encoding: null`.) +- `gzip` - if `true`, add an `Accept-Encoding` header to request compressed content encodings from the server (if not already present) and decode supported content encodings in the response. **Note:** Automatic decoding of the response content is performed on the body data returned through `request` (both through the `request` stream and passed to the callback function) but is not performed on the `response` stream (available from the `response` event) which is the unmodified `http.IncomingMessage` object which may contain compressed data. See example below. +- `jar` - if `true`, remember cookies for future use (or define your custom cookie jar; see examples section) + +--- + +- `agent` - `http(s).Agent` instance to use +- `agentClass` - alternatively specify your agent's class name +- `agentOptions` - and pass its options. **Note:** for HTTPS see [tls API doc for TLS/SSL options](http://nodejs.org/api/tls.html#tls_tls_connect_options_callback) and the [documentation above](#using-optionsagentoptions). +- `forever` - set to `true` to use the [forever-agent](https://github.com/request/forever-agent) **Note:** Defaults to `http(s).Agent({keepAlive:true})` in node 0.12+ +- `pool` - an object describing which agents to use for the request. If this option is omitted the request will use the global agent (as long as your options allow for it). Otherwise, request will search the pool for your custom agent. If no custom agent is found, a new agent will be created and added to the pool. **Note:** `pool` is used only when the `agent` option is not specified. + - A `maxSockets` property can also be provided on the `pool` object to set the max number of sockets for all agents created (ex: `pool: {maxSockets: Infinity}`). + - Note that if you are sending multiple requests in a loop and creating + multiple new `pool` objects, `maxSockets` will not work as intended. To + work around this, either use [`request.defaults`](#requestdefaultsoptions) + with your pool options or create the pool object with the `maxSockets` + property outside of the loop. +- `timeout` - integer containing number of milliseconds, controls two timeouts. + - **Read timeout**: Time to wait for a server to send response headers (and start the response body) before aborting the request. + - **Connection timeout**: Sets the socket to timeout after `timeout` milliseconds of inactivity. Note that increasing the timeout beyond the OS-wide TCP connection timeout will not have any effect ([the default in Linux can be anywhere from 20-120 seconds][linux-timeout]) + +[linux-timeout]: http://www.sekuda.com/overriding_the_default_linux_kernel_20_second_tcp_socket_connect_timeout + +--- + +- `localAddress` - local interface to bind for network connections. +- `proxy` - an HTTP proxy to be used. Supports proxy Auth with Basic Auth, identical to support for the `url` parameter (by embedding the auth info in the `uri`) +- `strictSSL` - if `true`, requires SSL certificates be valid. **Note:** to use your own certificate authority, you need to specify an agent that was created with that CA as an option. +- `tunnel` - controls the behavior of + [HTTP `CONNECT` tunneling](https://en.wikipedia.org/wiki/HTTP_tunnel#HTTP_CONNECT_tunneling) + as follows: + - `undefined` (default) - `true` if the destination is `https`, `false` otherwise + - `true` - always tunnel to the destination by making a `CONNECT` request to + the proxy + - `false` - request the destination as a `GET` request. +- `proxyHeaderWhiteList` - a whitelist of headers to send to a + tunneling proxy. +- `proxyHeaderExclusiveList` - a whitelist of headers to send + exclusively to a tunneling proxy and not to destination. + +--- + +- `time` - if `true`, the request-response cycle (including all redirects) is timed at millisecond resolution. When set, the following properties are added to the response object: + - `elapsedTime` Duration of the entire request/response in milliseconds (*deprecated*). + - `responseStartTime` Timestamp when the response began (in Unix Epoch milliseconds) (*deprecated*). + - `timingStart` Timestamp of the start of the request (in Unix Epoch milliseconds). + - `timings` Contains event timestamps in millisecond resolution relative to `timingStart`. If there were redirects, the properties reflect the timings of the final request in the redirect chain: + - `socket` Relative timestamp when the [`http`](https://nodejs.org/api/http.html#http_event_socket) module's `socket` event fires. This happens when the socket is assigned to the request. + - `lookup` Relative timestamp when the [`net`](https://nodejs.org/api/net.html#net_event_lookup) module's `lookup` event fires. This happens when the DNS has been resolved. + - `connect`: Relative timestamp when the [`net`](https://nodejs.org/api/net.html#net_event_connect) module's `connect` event fires. This happens when the server acknowledges the TCP connection. + - `response`: Relative timestamp when the [`http`](https://nodejs.org/api/http.html#http_event_response) module's `response` event fires. This happens when the first bytes are received from the server. + - `end`: Relative timestamp when the last bytes of the response are received. + - `timingPhases` Contains the durations of each request phase. If there were redirects, the properties reflect the timings of the final request in the redirect chain: + - `wait`: Duration of socket initialization (`timings.socket`) + - `dns`: Duration of DNS lookup (`timings.lookup` - `timings.socket`) + - `tcp`: Duration of TCP connection (`timings.connect` - `timings.socket`) + - `firstByte`: Duration of HTTP server response (`timings.response` - `timings.connect`) + - `download`: Duration of HTTP download (`timings.end` - `timings.response`) + - `total`: Duration entire HTTP round-trip (`timings.end`) + +- `har` - a [HAR 1.2 Request Object](http://www.softwareishard.com/blog/har-12-spec/#request), will be processed from HAR format into options overwriting matching values *(see the [HAR 1.2 section](#support-for-har-12) for details)* +- `callback` - alternatively pass the request's callback in the options object + +The callback argument gets 3 arguments: + +1. An `error` when applicable (usually from [`http.ClientRequest`](http://nodejs.org/api/http.html#http_class_http_clientrequest) object) +2. An [`http.IncomingMessage`](https://nodejs.org/api/http.html#http_class_http_incomingmessage) object (Response object) +3. The third is the `response` body (`String` or `Buffer`, or JSON object if the `json` option is supplied) + +[back to top](#table-of-contents) + + +--- + +## Convenience methods + +There are also shorthand methods for different HTTP METHODs and some other conveniences. + + +### request.defaults(options) + +This method **returns a wrapper** around the normal request API that defaults +to whatever options you pass to it. + +**Note:** `request.defaults()` **does not** modify the global request API; +instead, it **returns a wrapper** that has your default settings applied to it. + +**Note:** You can call `.defaults()` on the wrapper that is returned from +`request.defaults` to add/override defaults that were previously defaulted. + +For example: +```js +//requests using baseRequest() will set the 'x-token' header +const baseRequest = request.defaults({ + headers: {'x-token': 'my-token'} +}) + +//requests using specialRequest() will include the 'x-token' header set in +//baseRequest and will also include the 'special' header +const specialRequest = baseRequest.defaults({ + headers: {special: 'special value'} +}) +``` + +### request.METHOD() + +These HTTP method convenience functions act just like `request()` but with a default method already set for you: + +- *request.get()*: Defaults to `method: "GET"`. +- *request.post()*: Defaults to `method: "POST"`. +- *request.put()*: Defaults to `method: "PUT"`. +- *request.patch()*: Defaults to `method: "PATCH"`. +- *request.del() / request.delete()*: Defaults to `method: "DELETE"`. +- *request.head()*: Defaults to `method: "HEAD"`. +- *request.options()*: Defaults to `method: "OPTIONS"`. + +### request.cookie() + +Function that creates a new cookie. + +```js +request.cookie('key1=value1') +``` +### request.jar() + +Function that creates a new cookie jar. + +```js +request.jar() +``` + +### response.caseless.get('header-name') + +Function that returns the specified response header field using a [case-insensitive match](https://tools.ietf.org/html/rfc7230#section-3.2) + +```js +request('http://www.google.com', function (error, response, body) { + // print the Content-Type header even if the server returned it as 'content-type' (lowercase) + console.log('Content-Type is:', response.caseless.get('Content-Type')); +}); +``` + +[back to top](#table-of-contents) + + +--- + + +## Debugging + +There are at least three ways to debug the operation of `request`: + +1. Launch the node process like `NODE_DEBUG=request node script.js` + (`lib,request,otherlib` works too). + +2. Set `require('request').debug = true` at any time (this does the same thing + as #1). + +3. Use the [request-debug module](https://github.com/request/request-debug) to + view request and response headers and bodies. + +[back to top](#table-of-contents) + + +--- + +## Timeouts + +Most requests to external servers should have a timeout attached, in case the +server is not responding in a timely manner. Without a timeout, your code may +have a socket open/consume resources for minutes or more. + +There are two main types of timeouts: **connection timeouts** and **read +timeouts**. A connect timeout occurs if the timeout is hit while your client is +attempting to establish a connection to a remote machine (corresponding to the +[connect() call][connect] on the socket). A read timeout occurs any time the +server is too slow to send back a part of the response. + +These two situations have widely different implications for what went wrong +with the request, so it's useful to be able to distinguish them. You can detect +timeout errors by checking `err.code` for an 'ETIMEDOUT' value. Further, you +can detect whether the timeout was a connection timeout by checking if the +`err.connect` property is set to `true`. + +```js +request.get('http://10.255.255.1', {timeout: 1500}, function(err) { + console.log(err.code === 'ETIMEDOUT'); + // Set to `true` if the timeout was a connection timeout, `false` or + // `undefined` otherwise. + console.log(err.connect === true); + process.exit(0); +}); +``` + +[connect]: http://linux.die.net/man/2/connect + +## Examples: + +```js + const request = require('request') + , rand = Math.floor(Math.random()*100000000).toString() + ; + request( + { method: 'PUT' + , uri: 'http://mikeal.iriscouch.com/testjs/' + rand + , multipart: + [ { 'content-type': 'application/json' + , body: JSON.stringify({foo: 'bar', _attachments: {'message.txt': {follows: true, length: 18, 'content_type': 'text/plain' }}}) + } + , { body: 'I am an attachment' } + ] + } + , function (error, response, body) { + if(response.statusCode == 201){ + console.log('document saved as: http://mikeal.iriscouch.com/testjs/'+ rand) + } else { + console.log('error: '+ response.statusCode) + console.log(body) + } + } + ) +``` + +For backwards-compatibility, response compression is not supported by default. +To accept gzip-compressed responses, set the `gzip` option to `true`. Note +that the body data passed through `request` is automatically decompressed +while the response object is unmodified and will contain compressed data if +the server sent a compressed response. + +```js + const request = require('request') + request( + { method: 'GET' + , uri: 'http://www.google.com' + , gzip: true + } + , function (error, response, body) { + // body is the decompressed response body + console.log('server encoded the data as: ' + (response.headers['content-encoding'] || 'identity')) + console.log('the decoded data is: ' + body) + } + ) + .on('data', function(data) { + // decompressed data as it is received + console.log('decoded chunk: ' + data) + }) + .on('response', function(response) { + // unmodified http.IncomingMessage object + response.on('data', function(data) { + // compressed data as it is received + console.log('received ' + data.length + ' bytes of compressed data') + }) + }) +``` + +Cookies are disabled by default (else, they would be used in subsequent requests). To enable cookies, set `jar` to `true` (either in `defaults` or `options`). + +```js +const request = request.defaults({jar: true}) +request('http://www.google.com', function () { + request('http://images.google.com') +}) +``` + +To use a custom cookie jar (instead of `request`’s global cookie jar), set `jar` to an instance of `request.jar()` (either in `defaults` or `options`) + +```js +const j = request.jar() +const request = request.defaults({jar:j}) +request('http://www.google.com', function () { + request('http://images.google.com') +}) +``` + +OR + +```js +const j = request.jar(); +const cookie = request.cookie('key1=value1'); +const url = 'http://www.google.com'; +j.setCookie(cookie, url); +request({url: url, jar: j}, function () { + request('http://images.google.com') +}) +``` + +To use a custom cookie store (such as a +[`FileCookieStore`](https://github.com/mitsuru/tough-cookie-filestore) +which supports saving to and restoring from JSON files), pass it as a parameter +to `request.jar()`: + +```js +const FileCookieStore = require('tough-cookie-filestore'); +// NOTE - currently the 'cookies.json' file must already exist! +const j = request.jar(new FileCookieStore('cookies.json')); +request = request.defaults({ jar : j }) +request('http://www.google.com', function() { + request('http://images.google.com') +}) +``` + +The cookie store must be a +[`tough-cookie`](https://github.com/SalesforceEng/tough-cookie) +store and it must support synchronous operations; see the +[`CookieStore` API docs](https://github.com/SalesforceEng/tough-cookie#api) +for details. + +To inspect your cookie jar after a request: + +```js +const j = request.jar() +request({url: 'http://www.google.com', jar: j}, function () { + const cookie_string = j.getCookieString(url); // "key1=value1; key2=value2; ..." + const cookies = j.getCookies(url); + // [{key: 'key1', value: 'value1', domain: "www.google.com", ...}, ...] +}) +``` + +[back to top](#table-of-contents) diff --git a/node_modules/request/index.js b/node_modules/request/index.js new file mode 100755 index 0000000..d50f991 --- /dev/null +++ b/node_modules/request/index.js @@ -0,0 +1,155 @@ +// Copyright 2010-2012 Mikeal Rogers +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +'use strict' + +var extend = require('extend') +var cookies = require('./lib/cookies') +var helpers = require('./lib/helpers') + +var paramsHaveRequestBody = helpers.paramsHaveRequestBody + +// organize params for patch, post, put, head, del +function initParams (uri, options, callback) { + if (typeof options === 'function') { + callback = options + } + + var params = {} + if (options !== null && typeof options === 'object') { + extend(params, options, {uri: uri}) + } else if (typeof uri === 'string') { + extend(params, {uri: uri}) + } else { + extend(params, uri) + } + + params.callback = callback || params.callback + return params +} + +function request (uri, options, callback) { + if (typeof uri === 'undefined') { + throw new Error('undefined is not a valid uri or options object.') + } + + var params = initParams(uri, options, callback) + + if (params.method === 'HEAD' && paramsHaveRequestBody(params)) { + throw new Error('HTTP HEAD requests MUST NOT include a request body.') + } + + return new request.Request(params) +} + +function verbFunc (verb) { + var method = verb.toUpperCase() + return function (uri, options, callback) { + var params = initParams(uri, options, callback) + params.method = method + return request(params, params.callback) + } +} + +// define like this to please codeintel/intellisense IDEs +request.get = verbFunc('get') +request.head = verbFunc('head') +request.options = verbFunc('options') +request.post = verbFunc('post') +request.put = verbFunc('put') +request.patch = verbFunc('patch') +request.del = verbFunc('delete') +request['delete'] = verbFunc('delete') + +request.jar = function (store) { + return cookies.jar(store) +} + +request.cookie = function (str) { + return cookies.parse(str) +} + +function wrapRequestMethod (method, options, requester, verb) { + return function (uri, opts, callback) { + var params = initParams(uri, opts, callback) + + var target = {} + extend(true, target, options, params) + + target.pool = params.pool || options.pool + + if (verb) { + target.method = verb.toUpperCase() + } + + if (typeof requester === 'function') { + method = requester + } + + return method(target, target.callback) + } +} + +request.defaults = function (options, requester) { + var self = this + + options = options || {} + + if (typeof options === 'function') { + requester = options + options = {} + } + + var defaults = wrapRequestMethod(self, options, requester) + + var verbs = ['get', 'head', 'post', 'put', 'patch', 'del', 'delete'] + verbs.forEach(function (verb) { + defaults[verb] = wrapRequestMethod(self[verb], options, requester, verb) + }) + + defaults.cookie = wrapRequestMethod(self.cookie, options, requester) + defaults.jar = self.jar + defaults.defaults = self.defaults + return defaults +} + +request.forever = function (agentOptions, optionsArg) { + var options = {} + if (optionsArg) { + extend(options, optionsArg) + } + if (agentOptions) { + options.agentOptions = agentOptions + } + + options.forever = true + return request.defaults(options) +} + +// Exports + +module.exports = request +request.Request = require('./request') +request.initParams = initParams + +// Backwards compatibility for request.debug +Object.defineProperty(request, 'debug', { + enumerable: true, + get: function () { + return request.Request.debug + }, + set: function (debug) { + request.Request.debug = debug + } +}) diff --git a/node_modules/request/lib/auth.js b/node_modules/request/lib/auth.js new file mode 100644 index 0000000..02f2038 --- /dev/null +++ b/node_modules/request/lib/auth.js @@ -0,0 +1,167 @@ +'use strict' + +var caseless = require('caseless') +var uuid = require('uuid/v4') +var helpers = require('./helpers') + +var md5 = helpers.md5 +var toBase64 = helpers.toBase64 + +function Auth (request) { + // define all public properties here + this.request = request + this.hasAuth = false + this.sentAuth = false + this.bearerToken = null + this.user = null + this.pass = null +} + +Auth.prototype.basic = function (user, pass, sendImmediately) { + var self = this + if (typeof user !== 'string' || (pass !== undefined && typeof pass !== 'string')) { + self.request.emit('error', new Error('auth() received invalid user or password')) + } + self.user = user + self.pass = pass + self.hasAuth = true + var header = user + ':' + (pass || '') + if (sendImmediately || typeof sendImmediately === 'undefined') { + var authHeader = 'Basic ' + toBase64(header) + self.sentAuth = true + return authHeader + } +} + +Auth.prototype.bearer = function (bearer, sendImmediately) { + var self = this + self.bearerToken = bearer + self.hasAuth = true + if (sendImmediately || typeof sendImmediately === 'undefined') { + if (typeof bearer === 'function') { + bearer = bearer() + } + var authHeader = 'Bearer ' + (bearer || '') + self.sentAuth = true + return authHeader + } +} + +Auth.prototype.digest = function (method, path, authHeader) { + // TODO: More complete implementation of RFC 2617. + // - handle challenge.domain + // - support qop="auth-int" only + // - handle Authentication-Info (not necessarily?) + // - check challenge.stale (not necessarily?) + // - increase nc (not necessarily?) + // For reference: + // http://tools.ietf.org/html/rfc2617#section-3 + // https://github.com/bagder/curl/blob/master/lib/http_digest.c + + var self = this + + var challenge = {} + var re = /([a-z0-9_-]+)=(?:"([^"]+)"|([a-z0-9_-]+))/gi + while (true) { + var match = re.exec(authHeader) + if (!match) { + break + } + challenge[match[1]] = match[2] || match[3] + } + + /** + * RFC 2617: handle both MD5 and MD5-sess algorithms. + * + * If the algorithm directive's value is "MD5" or unspecified, then HA1 is + * HA1=MD5(username:realm:password) + * If the algorithm directive's value is "MD5-sess", then HA1 is + * HA1=MD5(MD5(username:realm:password):nonce:cnonce) + */ + var ha1Compute = function (algorithm, user, realm, pass, nonce, cnonce) { + var ha1 = md5(user + ':' + realm + ':' + pass) + if (algorithm && algorithm.toLowerCase() === 'md5-sess') { + return md5(ha1 + ':' + nonce + ':' + cnonce) + } else { + return ha1 + } + } + + var qop = /(^|,)\s*auth\s*($|,)/.test(challenge.qop) && 'auth' + var nc = qop && '00000001' + var cnonce = qop && uuid().replace(/-/g, '') + var ha1 = ha1Compute(challenge.algorithm, self.user, challenge.realm, self.pass, challenge.nonce, cnonce) + var ha2 = md5(method + ':' + path) + var digestResponse = qop + ? md5(ha1 + ':' + challenge.nonce + ':' + nc + ':' + cnonce + ':' + qop + ':' + ha2) + : md5(ha1 + ':' + challenge.nonce + ':' + ha2) + var authValues = { + username: self.user, + realm: challenge.realm, + nonce: challenge.nonce, + uri: path, + qop: qop, + response: digestResponse, + nc: nc, + cnonce: cnonce, + algorithm: challenge.algorithm, + opaque: challenge.opaque + } + + authHeader = [] + for (var k in authValues) { + if (authValues[k]) { + if (k === 'qop' || k === 'nc' || k === 'algorithm') { + authHeader.push(k + '=' + authValues[k]) + } else { + authHeader.push(k + '="' + authValues[k] + '"') + } + } + } + authHeader = 'Digest ' + authHeader.join(', ') + self.sentAuth = true + return authHeader +} + +Auth.prototype.onRequest = function (user, pass, sendImmediately, bearer) { + var self = this + var request = self.request + + var authHeader + if (bearer === undefined && user === undefined) { + self.request.emit('error', new Error('no auth mechanism defined')) + } else if (bearer !== undefined) { + authHeader = self.bearer(bearer, sendImmediately) + } else { + authHeader = self.basic(user, pass, sendImmediately) + } + if (authHeader) { + request.setHeader('authorization', authHeader) + } +} + +Auth.prototype.onResponse = function (response) { + var self = this + var request = self.request + + if (!self.hasAuth || self.sentAuth) { return null } + + var c = caseless(response.headers) + + var authHeader = c.get('www-authenticate') + var authVerb = authHeader && authHeader.split(' ')[0].toLowerCase() + request.debug('reauth', authVerb) + + switch (authVerb) { + case 'basic': + return self.basic(self.user, self.pass, true) + + case 'bearer': + return self.bearer(self.bearerToken, true) + + case 'digest': + return self.digest(request.method, request.path, authHeader) + } +} + +exports.Auth = Auth diff --git a/node_modules/request/lib/cookies.js b/node_modules/request/lib/cookies.js new file mode 100644 index 0000000..bd5d46b --- /dev/null +++ b/node_modules/request/lib/cookies.js @@ -0,0 +1,38 @@ +'use strict' + +var tough = require('tough-cookie') + +var Cookie = tough.Cookie +var CookieJar = tough.CookieJar + +exports.parse = function (str) { + if (str && str.uri) { + str = str.uri + } + if (typeof str !== 'string') { + throw new Error('The cookie function only accepts STRING as param') + } + return Cookie.parse(str, {loose: true}) +} + +// Adapt the sometimes-Async api of tough.CookieJar to our requirements +function RequestJar (store) { + var self = this + self._jar = new CookieJar(store, {looseMode: true}) +} +RequestJar.prototype.setCookie = function (cookieOrStr, uri, options) { + var self = this + return self._jar.setCookieSync(cookieOrStr, uri, options || {}) +} +RequestJar.prototype.getCookieString = function (uri) { + var self = this + return self._jar.getCookieStringSync(uri) +} +RequestJar.prototype.getCookies = function (uri) { + var self = this + return self._jar.getCookiesSync(uri) +} + +exports.jar = function (store) { + return new RequestJar(store) +} diff --git a/node_modules/request/lib/getProxyFromURI.js b/node_modules/request/lib/getProxyFromURI.js new file mode 100644 index 0000000..0b9b18e --- /dev/null +++ b/node_modules/request/lib/getProxyFromURI.js @@ -0,0 +1,79 @@ +'use strict' + +function formatHostname (hostname) { + // canonicalize the hostname, so that 'oogle.com' won't match 'google.com' + return hostname.replace(/^\.*/, '.').toLowerCase() +} + +function parseNoProxyZone (zone) { + zone = zone.trim().toLowerCase() + + var zoneParts = zone.split(':', 2) + var zoneHost = formatHostname(zoneParts[0]) + var zonePort = zoneParts[1] + var hasPort = zone.indexOf(':') > -1 + + return {hostname: zoneHost, port: zonePort, hasPort: hasPort} +} + +function uriInNoProxy (uri, noProxy) { + var port = uri.port || (uri.protocol === 'https:' ? '443' : '80') + var hostname = formatHostname(uri.hostname) + var noProxyList = noProxy.split(',') + + // iterate through the noProxyList until it finds a match. + return noProxyList.map(parseNoProxyZone).some(function (noProxyZone) { + var isMatchedAt = hostname.indexOf(noProxyZone.hostname) + var hostnameMatched = ( + isMatchedAt > -1 && + (isMatchedAt === hostname.length - noProxyZone.hostname.length) + ) + + if (noProxyZone.hasPort) { + return (port === noProxyZone.port) && hostnameMatched + } + + return hostnameMatched + }) +} + +function getProxyFromURI (uri) { + // Decide the proper request proxy to use based on the request URI object and the + // environmental variables (NO_PROXY, HTTP_PROXY, etc.) + // respect NO_PROXY environment variables (see: https://lynx.invisible-island.net/lynx2.8.7/breakout/lynx_help/keystrokes/environments.html) + + var noProxy = process.env.NO_PROXY || process.env.no_proxy || '' + + // if the noProxy is a wildcard then return null + + if (noProxy === '*') { + return null + } + + // if the noProxy is not empty and the uri is found return null + + if (noProxy !== '' && uriInNoProxy(uri, noProxy)) { + return null + } + + // Check for HTTP or HTTPS Proxy in environment Else default to null + + if (uri.protocol === 'http:') { + return process.env.HTTP_PROXY || + process.env.http_proxy || null + } + + if (uri.protocol === 'https:') { + return process.env.HTTPS_PROXY || + process.env.https_proxy || + process.env.HTTP_PROXY || + process.env.http_proxy || null + } + + // if none of that works, return null + // (What uri protocol are you using then?) + + return null +} + +module.exports = getProxyFromURI diff --git a/node_modules/request/lib/har.js b/node_modules/request/lib/har.js new file mode 100644 index 0000000..0dedee4 --- /dev/null +++ b/node_modules/request/lib/har.js @@ -0,0 +1,205 @@ +'use strict' + +var fs = require('fs') +var qs = require('querystring') +var validate = require('har-validator') +var extend = require('extend') + +function Har (request) { + this.request = request +} + +Har.prototype.reducer = function (obj, pair) { + // new property ? + if (obj[pair.name] === undefined) { + obj[pair.name] = pair.value + return obj + } + + // existing? convert to array + var arr = [ + obj[pair.name], + pair.value + ] + + obj[pair.name] = arr + + return obj +} + +Har.prototype.prep = function (data) { + // construct utility properties + data.queryObj = {} + data.headersObj = {} + data.postData.jsonObj = false + data.postData.paramsObj = false + + // construct query objects + if (data.queryString && data.queryString.length) { + data.queryObj = data.queryString.reduce(this.reducer, {}) + } + + // construct headers objects + if (data.headers && data.headers.length) { + // loweCase header keys + data.headersObj = data.headers.reduceRight(function (headers, header) { + headers[header.name] = header.value + return headers + }, {}) + } + + // construct Cookie header + if (data.cookies && data.cookies.length) { + var cookies = data.cookies.map(function (cookie) { + return cookie.name + '=' + cookie.value + }) + + if (cookies.length) { + data.headersObj.cookie = cookies.join('; ') + } + } + + // prep body + function some (arr) { + return arr.some(function (type) { + return data.postData.mimeType.indexOf(type) === 0 + }) + } + + if (some([ + 'multipart/mixed', + 'multipart/related', + 'multipart/form-data', + 'multipart/alternative'])) { + // reset values + data.postData.mimeType = 'multipart/form-data' + } else if (some([ + 'application/x-www-form-urlencoded'])) { + if (!data.postData.params) { + data.postData.text = '' + } else { + data.postData.paramsObj = data.postData.params.reduce(this.reducer, {}) + + // always overwrite + data.postData.text = qs.stringify(data.postData.paramsObj) + } + } else if (some([ + 'text/json', + 'text/x-json', + 'application/json', + 'application/x-json'])) { + data.postData.mimeType = 'application/json' + + if (data.postData.text) { + try { + data.postData.jsonObj = JSON.parse(data.postData.text) + } catch (e) { + this.request.debug(e) + + // force back to text/plain + data.postData.mimeType = 'text/plain' + } + } + } + + return data +} + +Har.prototype.options = function (options) { + // skip if no har property defined + if (!options.har) { + return options + } + + var har = {} + extend(har, options.har) + + // only process the first entry + if (har.log && har.log.entries) { + har = har.log.entries[0] + } + + // add optional properties to make validation successful + har.url = har.url || options.url || options.uri || options.baseUrl || '/' + har.httpVersion = har.httpVersion || 'HTTP/1.1' + har.queryString = har.queryString || [] + har.headers = har.headers || [] + har.cookies = har.cookies || [] + har.postData = har.postData || {} + har.postData.mimeType = har.postData.mimeType || 'application/octet-stream' + + har.bodySize = 0 + har.headersSize = 0 + har.postData.size = 0 + + if (!validate.request(har)) { + return options + } + + // clean up and get some utility properties + var req = this.prep(har) + + // construct new options + if (req.url) { + options.url = req.url + } + + if (req.method) { + options.method = req.method + } + + if (Object.keys(req.queryObj).length) { + options.qs = req.queryObj + } + + if (Object.keys(req.headersObj).length) { + options.headers = req.headersObj + } + + function test (type) { + return req.postData.mimeType.indexOf(type) === 0 + } + if (test('application/x-www-form-urlencoded')) { + options.form = req.postData.paramsObj + } else if (test('application/json')) { + if (req.postData.jsonObj) { + options.body = req.postData.jsonObj + options.json = true + } + } else if (test('multipart/form-data')) { + options.formData = {} + + req.postData.params.forEach(function (param) { + var attachment = {} + + if (!param.fileName && !param.contentType) { + options.formData[param.name] = param.value + return + } + + // attempt to read from disk! + if (param.fileName && !param.value) { + attachment.value = fs.createReadStream(param.fileName) + } else if (param.value) { + attachment.value = param.value + } + + if (param.fileName) { + attachment.options = { + filename: param.fileName, + contentType: param.contentType ? param.contentType : null + } + } + + options.formData[param.name] = attachment + }) + } else { + if (req.postData.text) { + options.body = req.postData.text + } + } + + return options +} + +exports.Har = Har diff --git a/node_modules/request/lib/hawk.js b/node_modules/request/lib/hawk.js new file mode 100644 index 0000000..de48a98 --- /dev/null +++ b/node_modules/request/lib/hawk.js @@ -0,0 +1,89 @@ +'use strict' + +var crypto = require('crypto') + +function randomString (size) { + var bits = (size + 1) * 6 + var buffer = crypto.randomBytes(Math.ceil(bits / 8)) + var string = buffer.toString('base64').replace(/\+/g, '-').replace(/\//g, '_').replace(/=/g, '') + return string.slice(0, size) +} + +function calculatePayloadHash (payload, algorithm, contentType) { + var hash = crypto.createHash(algorithm) + hash.update('hawk.1.payload\n') + hash.update((contentType ? contentType.split(';')[0].trim().toLowerCase() : '') + '\n') + hash.update(payload || '') + hash.update('\n') + return hash.digest('base64') +} + +exports.calculateMac = function (credentials, opts) { + var normalized = 'hawk.1.header\n' + + opts.ts + '\n' + + opts.nonce + '\n' + + (opts.method || '').toUpperCase() + '\n' + + opts.resource + '\n' + + opts.host.toLowerCase() + '\n' + + opts.port + '\n' + + (opts.hash || '') + '\n' + + if (opts.ext) { + normalized = normalized + opts.ext.replace('\\', '\\\\').replace('\n', '\\n') + } + + normalized = normalized + '\n' + + if (opts.app) { + normalized = normalized + opts.app + '\n' + (opts.dlg || '') + '\n' + } + + var hmac = crypto.createHmac(credentials.algorithm, credentials.key).update(normalized) + var digest = hmac.digest('base64') + return digest +} + +exports.header = function (uri, method, opts) { + var timestamp = opts.timestamp || Math.floor((Date.now() + (opts.localtimeOffsetMsec || 0)) / 1000) + var credentials = opts.credentials + if (!credentials || !credentials.id || !credentials.key || !credentials.algorithm) { + return '' + } + + if (['sha1', 'sha256'].indexOf(credentials.algorithm) === -1) { + return '' + } + + var artifacts = { + ts: timestamp, + nonce: opts.nonce || randomString(6), + method: method, + resource: uri.pathname + (uri.search || ''), + host: uri.hostname, + port: uri.port || (uri.protocol === 'http:' ? 80 : 443), + hash: opts.hash, + ext: opts.ext, + app: opts.app, + dlg: opts.dlg + } + + if (!artifacts.hash && (opts.payload || opts.payload === '')) { + artifacts.hash = calculatePayloadHash(opts.payload, credentials.algorithm, opts.contentType) + } + + var mac = exports.calculateMac(credentials, artifacts) + + var hasExt = artifacts.ext !== null && artifacts.ext !== undefined && artifacts.ext !== '' + var header = 'Hawk id="' + credentials.id + + '", ts="' + artifacts.ts + + '", nonce="' + artifacts.nonce + + (artifacts.hash ? '", hash="' + artifacts.hash : '') + + (hasExt ? '", ext="' + artifacts.ext.replace(/\\/g, '\\\\').replace(/"/g, '\\"') : '') + + '", mac="' + mac + '"' + + if (artifacts.app) { + header = header + ', app="' + artifacts.app + (artifacts.dlg ? '", dlg="' + artifacts.dlg : '') + '"' + } + + return header +} diff --git a/node_modules/request/lib/helpers.js b/node_modules/request/lib/helpers.js new file mode 100644 index 0000000..8b2a7e6 --- /dev/null +++ b/node_modules/request/lib/helpers.js @@ -0,0 +1,66 @@ +'use strict' + +var jsonSafeStringify = require('json-stringify-safe') +var crypto = require('crypto') +var Buffer = require('safe-buffer').Buffer + +var defer = typeof setImmediate === 'undefined' + ? process.nextTick + : setImmediate + +function paramsHaveRequestBody (params) { + return ( + params.body || + params.requestBodyStream || + (params.json && typeof params.json !== 'boolean') || + params.multipart + ) +} + +function safeStringify (obj, replacer) { + var ret + try { + ret = JSON.stringify(obj, replacer) + } catch (e) { + ret = jsonSafeStringify(obj, replacer) + } + return ret +} + +function md5 (str) { + return crypto.createHash('md5').update(str).digest('hex') +} + +function isReadStream (rs) { + return rs.readable && rs.path && rs.mode +} + +function toBase64 (str) { + return Buffer.from(str || '', 'utf8').toString('base64') +} + +function copy (obj) { + var o = {} + Object.keys(obj).forEach(function (i) { + o[i] = obj[i] + }) + return o +} + +function version () { + var numbers = process.version.replace('v', '').split('.') + return { + major: parseInt(numbers[0], 10), + minor: parseInt(numbers[1], 10), + patch: parseInt(numbers[2], 10) + } +} + +exports.paramsHaveRequestBody = paramsHaveRequestBody +exports.safeStringify = safeStringify +exports.md5 = md5 +exports.isReadStream = isReadStream +exports.toBase64 = toBase64 +exports.copy = copy +exports.version = version +exports.defer = defer diff --git a/node_modules/request/lib/multipart.js b/node_modules/request/lib/multipart.js new file mode 100644 index 0000000..6a009bc --- /dev/null +++ b/node_modules/request/lib/multipart.js @@ -0,0 +1,112 @@ +'use strict' + +var uuid = require('uuid/v4') +var CombinedStream = require('combined-stream') +var isstream = require('isstream') +var Buffer = require('safe-buffer').Buffer + +function Multipart (request) { + this.request = request + this.boundary = uuid() + this.chunked = false + this.body = null +} + +Multipart.prototype.isChunked = function (options) { + var self = this + var chunked = false + var parts = options.data || options + + if (!parts.forEach) { + self.request.emit('error', new Error('Argument error, options.multipart.')) + } + + if (options.chunked !== undefined) { + chunked = options.chunked + } + + if (self.request.getHeader('transfer-encoding') === 'chunked') { + chunked = true + } + + if (!chunked) { + parts.forEach(function (part) { + if (typeof part.body === 'undefined') { + self.request.emit('error', new Error('Body attribute missing in multipart.')) + } + if (isstream(part.body)) { + chunked = true + } + }) + } + + return chunked +} + +Multipart.prototype.setHeaders = function (chunked) { + var self = this + + if (chunked && !self.request.hasHeader('transfer-encoding')) { + self.request.setHeader('transfer-encoding', 'chunked') + } + + var header = self.request.getHeader('content-type') + + if (!header || header.indexOf('multipart') === -1) { + self.request.setHeader('content-type', 'multipart/related; boundary=' + self.boundary) + } else { + if (header.indexOf('boundary') !== -1) { + self.boundary = header.replace(/.*boundary=([^\s;]+).*/, '$1') + } else { + self.request.setHeader('content-type', header + '; boundary=' + self.boundary) + } + } +} + +Multipart.prototype.build = function (parts, chunked) { + var self = this + var body = chunked ? new CombinedStream() : [] + + function add (part) { + if (typeof part === 'number') { + part = part.toString() + } + return chunked ? body.append(part) : body.push(Buffer.from(part)) + } + + if (self.request.preambleCRLF) { + add('\r\n') + } + + parts.forEach(function (part) { + var preamble = '--' + self.boundary + '\r\n' + Object.keys(part).forEach(function (key) { + if (key === 'body') { return } + preamble += key + ': ' + part[key] + '\r\n' + }) + preamble += '\r\n' + add(preamble) + add(part.body) + add('\r\n') + }) + add('--' + self.boundary + '--') + + if (self.request.postambleCRLF) { + add('\r\n') + } + + return body +} + +Multipart.prototype.onRequest = function (options) { + var self = this + + var chunked = self.isChunked(options) + var parts = options.data || options + + self.setHeaders(chunked) + self.chunked = chunked + self.body = self.build(parts, chunked) +} + +exports.Multipart = Multipart diff --git a/node_modules/request/lib/oauth.js b/node_modules/request/lib/oauth.js new file mode 100644 index 0000000..96de72b --- /dev/null +++ b/node_modules/request/lib/oauth.js @@ -0,0 +1,148 @@ +'use strict' + +var url = require('url') +var qs = require('qs') +var caseless = require('caseless') +var uuid = require('uuid/v4') +var oauth = require('oauth-sign') +var crypto = require('crypto') +var Buffer = require('safe-buffer').Buffer + +function OAuth (request) { + this.request = request + this.params = null +} + +OAuth.prototype.buildParams = function (_oauth, uri, method, query, form, qsLib) { + var oa = {} + for (var i in _oauth) { + oa['oauth_' + i] = _oauth[i] + } + if (!oa.oauth_version) { + oa.oauth_version = '1.0' + } + if (!oa.oauth_timestamp) { + oa.oauth_timestamp = Math.floor(Date.now() / 1000).toString() + } + if (!oa.oauth_nonce) { + oa.oauth_nonce = uuid().replace(/-/g, '') + } + if (!oa.oauth_signature_method) { + oa.oauth_signature_method = 'HMAC-SHA1' + } + + var consumer_secret_or_private_key = oa.oauth_consumer_secret || oa.oauth_private_key // eslint-disable-line camelcase + delete oa.oauth_consumer_secret + delete oa.oauth_private_key + + var token_secret = oa.oauth_token_secret // eslint-disable-line camelcase + delete oa.oauth_token_secret + + var realm = oa.oauth_realm + delete oa.oauth_realm + delete oa.oauth_transport_method + + var baseurl = uri.protocol + '//' + uri.host + uri.pathname + var params = qsLib.parse([].concat(query, form, qsLib.stringify(oa)).join('&')) + + oa.oauth_signature = oauth.sign( + oa.oauth_signature_method, + method, + baseurl, + params, + consumer_secret_or_private_key, // eslint-disable-line camelcase + token_secret // eslint-disable-line camelcase + ) + + if (realm) { + oa.realm = realm + } + + return oa +} + +OAuth.prototype.buildBodyHash = function (_oauth, body) { + if (['HMAC-SHA1', 'RSA-SHA1'].indexOf(_oauth.signature_method || 'HMAC-SHA1') < 0) { + this.request.emit('error', new Error('oauth: ' + _oauth.signature_method + + ' signature_method not supported with body_hash signing.')) + } + + var shasum = crypto.createHash('sha1') + shasum.update(body || '') + var sha1 = shasum.digest('hex') + + return Buffer.from(sha1, 'hex').toString('base64') +} + +OAuth.prototype.concatParams = function (oa, sep, wrap) { + wrap = wrap || '' + + var params = Object.keys(oa).filter(function (i) { + return i !== 'realm' && i !== 'oauth_signature' + }).sort() + + if (oa.realm) { + params.splice(0, 0, 'realm') + } + params.push('oauth_signature') + + return params.map(function (i) { + return i + '=' + wrap + oauth.rfc3986(oa[i]) + wrap + }).join(sep) +} + +OAuth.prototype.onRequest = function (_oauth) { + var self = this + self.params = _oauth + + var uri = self.request.uri || {} + var method = self.request.method || '' + var headers = caseless(self.request.headers) + var body = self.request.body || '' + var qsLib = self.request.qsLib || qs + + var form + var query + var contentType = headers.get('content-type') || '' + var formContentType = 'application/x-www-form-urlencoded' + var transport = _oauth.transport_method || 'header' + + if (contentType.slice(0, formContentType.length) === formContentType) { + contentType = formContentType + form = body + } + if (uri.query) { + query = uri.query + } + if (transport === 'body' && (method !== 'POST' || contentType !== formContentType)) { + self.request.emit('error', new Error('oauth: transport_method of body requires POST ' + + 'and content-type ' + formContentType)) + } + + if (!form && typeof _oauth.body_hash === 'boolean') { + _oauth.body_hash = self.buildBodyHash(_oauth, self.request.body.toString()) + } + + var oa = self.buildParams(_oauth, uri, method, query, form, qsLib) + + switch (transport) { + case 'header': + self.request.setHeader('Authorization', 'OAuth ' + self.concatParams(oa, ',', '"')) + break + + case 'query': + var href = self.request.uri.href += (query ? '&' : '?') + self.concatParams(oa, '&') + self.request.uri = url.parse(href) + self.request.path = self.request.uri.path + break + + case 'body': + self.request.body = (form ? form + '&' : '') + self.concatParams(oa, '&') + break + + default: + self.request.emit('error', new Error('oauth: transport_method invalid')) + } +} + +exports.OAuth = OAuth diff --git a/node_modules/request/lib/querystring.js b/node_modules/request/lib/querystring.js new file mode 100644 index 0000000..4a32cd1 --- /dev/null +++ b/node_modules/request/lib/querystring.js @@ -0,0 +1,50 @@ +'use strict' + +var qs = require('qs') +var querystring = require('querystring') + +function Querystring (request) { + this.request = request + this.lib = null + this.useQuerystring = null + this.parseOptions = null + this.stringifyOptions = null +} + +Querystring.prototype.init = function (options) { + if (this.lib) { return } + + this.useQuerystring = options.useQuerystring + this.lib = (this.useQuerystring ? querystring : qs) + + this.parseOptions = options.qsParseOptions || {} + this.stringifyOptions = options.qsStringifyOptions || {} +} + +Querystring.prototype.stringify = function (obj) { + return (this.useQuerystring) + ? this.rfc3986(this.lib.stringify(obj, + this.stringifyOptions.sep || null, + this.stringifyOptions.eq || null, + this.stringifyOptions)) + : this.lib.stringify(obj, this.stringifyOptions) +} + +Querystring.prototype.parse = function (str) { + return (this.useQuerystring) + ? this.lib.parse(str, + this.parseOptions.sep || null, + this.parseOptions.eq || null, + this.parseOptions) + : this.lib.parse(str, this.parseOptions) +} + +Querystring.prototype.rfc3986 = function (str) { + return str.replace(/[!'()*]/g, function (c) { + return '%' + c.charCodeAt(0).toString(16).toUpperCase() + }) +} + +Querystring.prototype.unescape = querystring.unescape + +exports.Querystring = Querystring diff --git a/node_modules/request/lib/redirect.js b/node_modules/request/lib/redirect.js new file mode 100644 index 0000000..b9150e7 --- /dev/null +++ b/node_modules/request/lib/redirect.js @@ -0,0 +1,154 @@ +'use strict' + +var url = require('url') +var isUrl = /^https?:/ + +function Redirect (request) { + this.request = request + this.followRedirect = true + this.followRedirects = true + this.followAllRedirects = false + this.followOriginalHttpMethod = false + this.allowRedirect = function () { return true } + this.maxRedirects = 10 + this.redirects = [] + this.redirectsFollowed = 0 + this.removeRefererHeader = false +} + +Redirect.prototype.onRequest = function (options) { + var self = this + + if (options.maxRedirects !== undefined) { + self.maxRedirects = options.maxRedirects + } + if (typeof options.followRedirect === 'function') { + self.allowRedirect = options.followRedirect + } + if (options.followRedirect !== undefined) { + self.followRedirects = !!options.followRedirect + } + if (options.followAllRedirects !== undefined) { + self.followAllRedirects = options.followAllRedirects + } + if (self.followRedirects || self.followAllRedirects) { + self.redirects = self.redirects || [] + } + if (options.removeRefererHeader !== undefined) { + self.removeRefererHeader = options.removeRefererHeader + } + if (options.followOriginalHttpMethod !== undefined) { + self.followOriginalHttpMethod = options.followOriginalHttpMethod + } +} + +Redirect.prototype.redirectTo = function (response) { + var self = this + var request = self.request + + var redirectTo = null + if (response.statusCode >= 300 && response.statusCode < 400 && response.caseless.has('location')) { + var location = response.caseless.get('location') + request.debug('redirect', location) + + if (self.followAllRedirects) { + redirectTo = location + } else if (self.followRedirects) { + switch (request.method) { + case 'PATCH': + case 'PUT': + case 'POST': + case 'DELETE': + // Do not follow redirects + break + default: + redirectTo = location + break + } + } + } else if (response.statusCode === 401) { + var authHeader = request._auth.onResponse(response) + if (authHeader) { + request.setHeader('authorization', authHeader) + redirectTo = request.uri + } + } + return redirectTo +} + +Redirect.prototype.onResponse = function (response) { + var self = this + var request = self.request + + var redirectTo = self.redirectTo(response) + if (!redirectTo || !self.allowRedirect.call(request, response)) { + return false + } + + request.debug('redirect to', redirectTo) + + // ignore any potential response body. it cannot possibly be useful + // to us at this point. + // response.resume should be defined, but check anyway before calling. Workaround for browserify. + if (response.resume) { + response.resume() + } + + if (self.redirectsFollowed >= self.maxRedirects) { + request.emit('error', new Error('Exceeded maxRedirects. Probably stuck in a redirect loop ' + request.uri.href)) + return false + } + self.redirectsFollowed += 1 + + if (!isUrl.test(redirectTo)) { + redirectTo = url.resolve(request.uri.href, redirectTo) + } + + var uriPrev = request.uri + request.uri = url.parse(redirectTo) + + // handle the case where we change protocol from https to http or vice versa + if (request.uri.protocol !== uriPrev.protocol) { + delete request.agent + } + + self.redirects.push({ statusCode: response.statusCode, redirectUri: redirectTo }) + + if (self.followAllRedirects && request.method !== 'HEAD' && + response.statusCode !== 401 && response.statusCode !== 307) { + request.method = self.followOriginalHttpMethod ? request.method : 'GET' + } + // request.method = 'GET' // Force all redirects to use GET || commented out fixes #215 + delete request.src + delete request.req + delete request._started + if (response.statusCode !== 401 && response.statusCode !== 307) { + // Remove parameters from the previous response, unless this is the second request + // for a server that requires digest authentication. + delete request.body + delete request._form + if (request.headers) { + request.removeHeader('host') + request.removeHeader('content-type') + request.removeHeader('content-length') + if (request.uri.hostname !== request.originalHost.split(':')[0]) { + // Remove authorization if changing hostnames (but not if just + // changing ports or protocols). This matches the behavior of curl: + // https://github.com/bagder/curl/blob/6beb0eee/lib/http.c#L710 + request.removeHeader('authorization') + } + } + } + + if (!self.removeRefererHeader) { + request.setHeader('referer', uriPrev.href) + } + + request.emit('redirect') + + request.init() + + return true +} + +exports.Redirect = Redirect diff --git a/node_modules/request/lib/tunnel.js b/node_modules/request/lib/tunnel.js new file mode 100644 index 0000000..4479003 --- /dev/null +++ b/node_modules/request/lib/tunnel.js @@ -0,0 +1,175 @@ +'use strict' + +var url = require('url') +var tunnel = require('tunnel-agent') + +var defaultProxyHeaderWhiteList = [ + 'accept', + 'accept-charset', + 'accept-encoding', + 'accept-language', + 'accept-ranges', + 'cache-control', + 'content-encoding', + 'content-language', + 'content-location', + 'content-md5', + 'content-range', + 'content-type', + 'connection', + 'date', + 'expect', + 'max-forwards', + 'pragma', + 'referer', + 'te', + 'user-agent', + 'via' +] + +var defaultProxyHeaderExclusiveList = [ + 'proxy-authorization' +] + +function constructProxyHost (uriObject) { + var port = uriObject.port + var protocol = uriObject.protocol + var proxyHost = uriObject.hostname + ':' + + if (port) { + proxyHost += port + } else if (protocol === 'https:') { + proxyHost += '443' + } else { + proxyHost += '80' + } + + return proxyHost +} + +function constructProxyHeaderWhiteList (headers, proxyHeaderWhiteList) { + var whiteList = proxyHeaderWhiteList + .reduce(function (set, header) { + set[header.toLowerCase()] = true + return set + }, {}) + + return Object.keys(headers) + .filter(function (header) { + return whiteList[header.toLowerCase()] + }) + .reduce(function (set, header) { + set[header] = headers[header] + return set + }, {}) +} + +function constructTunnelOptions (request, proxyHeaders) { + var proxy = request.proxy + + var tunnelOptions = { + proxy: { + host: proxy.hostname, + port: +proxy.port, + proxyAuth: proxy.auth, + headers: proxyHeaders + }, + headers: request.headers, + ca: request.ca, + cert: request.cert, + key: request.key, + passphrase: request.passphrase, + pfx: request.pfx, + ciphers: request.ciphers, + rejectUnauthorized: request.rejectUnauthorized, + secureOptions: request.secureOptions, + secureProtocol: request.secureProtocol + } + + return tunnelOptions +} + +function constructTunnelFnName (uri, proxy) { + var uriProtocol = (uri.protocol === 'https:' ? 'https' : 'http') + var proxyProtocol = (proxy.protocol === 'https:' ? 'Https' : 'Http') + return [uriProtocol, proxyProtocol].join('Over') +} + +function getTunnelFn (request) { + var uri = request.uri + var proxy = request.proxy + var tunnelFnName = constructTunnelFnName(uri, proxy) + return tunnel[tunnelFnName] +} + +function Tunnel (request) { + this.request = request + this.proxyHeaderWhiteList = defaultProxyHeaderWhiteList + this.proxyHeaderExclusiveList = [] + if (typeof request.tunnel !== 'undefined') { + this.tunnelOverride = request.tunnel + } +} + +Tunnel.prototype.isEnabled = function () { + var self = this + var request = self.request + // Tunnel HTTPS by default. Allow the user to override this setting. + + // If self.tunnelOverride is set (the user specified a value), use it. + if (typeof self.tunnelOverride !== 'undefined') { + return self.tunnelOverride + } + + // If the destination is HTTPS, tunnel. + if (request.uri.protocol === 'https:') { + return true + } + + // Otherwise, do not use tunnel. + return false +} + +Tunnel.prototype.setup = function (options) { + var self = this + var request = self.request + + options = options || {} + + if (typeof request.proxy === 'string') { + request.proxy = url.parse(request.proxy) + } + + if (!request.proxy || !request.tunnel) { + return false + } + + // Setup Proxy Header Exclusive List and White List + if (options.proxyHeaderWhiteList) { + self.proxyHeaderWhiteList = options.proxyHeaderWhiteList + } + if (options.proxyHeaderExclusiveList) { + self.proxyHeaderExclusiveList = options.proxyHeaderExclusiveList + } + + var proxyHeaderExclusiveList = self.proxyHeaderExclusiveList.concat(defaultProxyHeaderExclusiveList) + var proxyHeaderWhiteList = self.proxyHeaderWhiteList.concat(proxyHeaderExclusiveList) + + // Setup Proxy Headers and Proxy Headers Host + // Only send the Proxy White Listed Header names + var proxyHeaders = constructProxyHeaderWhiteList(request.headers, proxyHeaderWhiteList) + proxyHeaders.host = constructProxyHost(request.uri) + + proxyHeaderExclusiveList.forEach(request.removeHeader, request) + + // Set Agent from Tunnel Data + var tunnelFn = getTunnelFn(request) + var tunnelOptions = constructTunnelOptions(request, proxyHeaders) + request.agent = tunnelFn(tunnelOptions) + + return true +} + +Tunnel.defaultProxyHeaderWhiteList = defaultProxyHeaderWhiteList +Tunnel.defaultProxyHeaderExclusiveList = defaultProxyHeaderExclusiveList +exports.Tunnel = Tunnel diff --git a/node_modules/request/node_modules/qs/.editorconfig b/node_modules/request/node_modules/qs/.editorconfig new file mode 100644 index 0000000..2f08444 --- /dev/null +++ b/node_modules/request/node_modules/qs/.editorconfig @@ -0,0 +1,43 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +max_line_length = 160 +quote_type = single + +[test/*] +max_line_length = off + +[LICENSE.md] +indent_size = off + +[*.md] +max_line_length = off + +[*.json] +max_line_length = off + +[Makefile] +max_line_length = off + +[CHANGELOG.md] +indent_style = space +indent_size = 2 + +[LICENSE] +indent_size = 2 +max_line_length = off + +[coverage/**/*] +indent_size = off +indent_style = off +indent = off +max_line_length = off + +[.nycrc] +indent_style = tab diff --git a/node_modules/request/node_modules/qs/.eslintrc b/node_modules/request/node_modules/qs/.eslintrc new file mode 100644 index 0000000..3f84899 --- /dev/null +++ b/node_modules/request/node_modules/qs/.eslintrc @@ -0,0 +1,37 @@ +{ + "root": true, + + "extends": "@ljharb", + + "ignorePatterns": [ + "dist/", + ], + + "rules": { + "complexity": 0, + "consistent-return": 1, + "func-name-matching": 0, + "id-length": [2, { "min": 1, "max": 25, "properties": "never" }], + "indent": [2, 4], + "max-lines-per-function": 0, + "max-params": [2, 12], + "max-statements": [2, 45], + "multiline-comment-style": 0, + "no-continue": 1, + "no-magic-numbers": 0, + "no-param-reassign": 1, + "no-restricted-syntax": [2, "BreakStatement", "DebuggerStatement", "ForInStatement", "LabeledStatement", "WithStatement"], + }, + + "overrides": [ + { + "files": "test/**", + "rules": { + "max-lines-per-function": 0, + "max-statements": 0, + "no-extend-native": 0, + "function-paren-newline": 0, + }, + }, + ], +} diff --git a/node_modules/request/node_modules/qs/.github/FUNDING.yml b/node_modules/request/node_modules/qs/.github/FUNDING.yml new file mode 100644 index 0000000..0355f4f --- /dev/null +++ b/node_modules/request/node_modules/qs/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: [ljharb] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: npm/qs +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with a single custom sponsorship URL diff --git a/node_modules/request/node_modules/qs/.nycrc b/node_modules/request/node_modules/qs/.nycrc new file mode 100644 index 0000000..1d57cab --- /dev/null +++ b/node_modules/request/node_modules/qs/.nycrc @@ -0,0 +1,13 @@ +{ + "all": true, + "check-coverage": false, + "reporter": ["text-summary", "text", "html", "json"], + "lines": 86, + "statements": 85.93, + "functions": 82.43, + "branches": 76.06, + "exclude": [ + "coverage", + "dist" + ] +} diff --git a/node_modules/request/node_modules/qs/CHANGELOG.md b/node_modules/request/node_modules/qs/CHANGELOG.md new file mode 100644 index 0000000..849c92e --- /dev/null +++ b/node_modules/request/node_modules/qs/CHANGELOG.md @@ -0,0 +1,250 @@ +## **6.5.3** +- [Fix] `parse`: ignore `__proto__` keys (#428) +- [Fix]` `utils.merge`: avoid a crash with a null target and a truthy non-array source +- [Fix] correctly parse nested arrays +- [Fix] `stringify`: fix a crash with `strictNullHandling` and a custom `filter`/`serializeDate` (#279) +- [Fix] `utils`: `merge`: fix crash when `source` is a truthy primitive & no options are provided +- [Fix] when `parseArrays` is false, properly handle keys ending in `[]` +- [Fix] fix for an impossible situation: when the formatter is called with a non-string value +- [Fix] `utils.merge`: avoid a crash with a null target and an array source +- [Refactor] `utils`: reduce observable [[Get]]s +- [Refactor] use cached `Array.isArray` +- [Refactor] `stringify`: Avoid arr = arr.concat(...), push to the existing instance (#269) +- [Refactor] `parse`: only need to reassign the var once +- [Robustness] `stringify`: avoid relying on a global `undefined` (#427) +- [readme] remove travis badge; add github actions/codecov badges; update URLs +- [Docs] Clean up license text so it’s properly detected as BSD-3-Clause +- [Docs] Clarify the need for "arrayLimit" option +- [meta] fix README.md (#399) +- [meta] add FUNDING.yml +- [actions] backport actions from main +- [Tests] always use `String(x)` over `x.toString()` +- [Tests] remove nonexistent tape option +- [Dev Deps] backport from main + +## **6.5.2** +- [Fix] use `safer-buffer` instead of `Buffer` constructor +- [Refactor] utils: `module.exports` one thing, instead of mutating `exports` (#230) +- [Dev Deps] update `browserify`, `eslint`, `iconv-lite`, `safer-buffer`, `tape`, `browserify` + +## **6.5.1** +- [Fix] Fix parsing & compacting very deep objects (#224) +- [Refactor] name utils functions +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape` +- [Tests] up to `node` `v8.4`; use `nvm install-latest-npm` so newer npm doesn’t break older node +- [Tests] Use precise dist for Node.js 0.6 runtime (#225) +- [Tests] make 0.6 required, now that it’s passing +- [Tests] on `node` `v8.2`; fix npm on node 0.6 + +## **6.5.0** +- [New] add `utils.assign` +- [New] pass default encoder/decoder to custom encoder/decoder functions (#206) +- [New] `parse`/`stringify`: add `ignoreQueryPrefix`/`addQueryPrefix` options, respectively (#213) +- [Fix] Handle stringifying empty objects with addQueryPrefix (#217) +- [Fix] do not mutate `options` argument (#207) +- [Refactor] `parse`: cache index to reuse in else statement (#182) +- [Docs] add various badges to readme (#208) +- [Dev Deps] update `eslint`, `browserify`, `iconv-lite`, `tape` +- [Tests] up to `node` `v8.1`, `v7.10`, `v6.11`; npm v4.6 breaks on node < v1; npm v5+ breaks on node < v4 +- [Tests] add `editorconfig-tools` + +## **6.4.0** +- [New] `qs.stringify`: add `encodeValuesOnly` option +- [Fix] follow `allowPrototypes` option during merge (#201, #201) +- [Fix] support keys starting with brackets (#202, #200) +- [Fix] chmod a-x +- [Dev Deps] update `eslint` +- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds +- [eslint] reduce warnings + +## **6.3.2** +- [Fix] follow `allowPrototypes` option during merge (#201, #200) +- [Dev Deps] update `eslint` +- [Fix] chmod a-x +- [Fix] support keys starting with brackets (#202, #200) +- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds + +## **6.3.1** +- [Fix] ensure that `allowPrototypes: false` does not ever shadow Object.prototype properties (thanks, @snyk!) +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `browserify`, `iconv-lite`, `qs-iconv`, `tape` +- [Tests] on all node minors; improve test matrix +- [Docs] document stringify option `allowDots` (#195) +- [Docs] add empty object and array values example (#195) +- [Docs] Fix minor inconsistency/typo (#192) +- [Docs] document stringify option `sort` (#191) +- [Refactor] `stringify`: throw faster with an invalid encoder +- [Refactor] remove unnecessary escapes (#184) +- Remove contributing.md, since `qs` is no longer part of `hapi` (#183) + +## **6.3.0** +- [New] Add support for RFC 1738 (#174, #173) +- [New] `stringify`: Add `serializeDate` option to customize Date serialization (#159) +- [Fix] ensure `utils.merge` handles merging two arrays +- [Refactor] only constructors should be capitalized +- [Refactor] capitalized var names are for constructors only +- [Refactor] avoid using a sparse array +- [Robustness] `formats`: cache `String#replace` +- [Dev Deps] update `browserify`, `eslint`, `@ljharb/eslint-config`; add `safe-publish-latest` +- [Tests] up to `node` `v6.8`, `v4.6`; improve test matrix +- [Tests] flesh out arrayLimit/arrayFormat tests (#107) +- [Tests] skip Object.create tests when null objects are not available +- [Tests] Turn on eslint for test files (#175) + +## **6.2.3** +- [Fix] follow `allowPrototypes` option during merge (#201, #200) +- [Fix] chmod a-x +- [Fix] support keys starting with brackets (#202, #200) +- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds + +## **6.2.2** +- [Fix] ensure that `allowPrototypes: false` does not ever shadow Object.prototype properties + +## **6.2.1** +- [Fix] ensure `key[]=x&key[]&key[]=y` results in 3, not 2, values +- [Refactor] Be explicit and use `Object.prototype.hasOwnProperty.call` +- [Tests] remove `parallelshell` since it does not reliably report failures +- [Tests] up to `node` `v6.3`, `v5.12` +- [Dev Deps] update `tape`, `eslint`, `@ljharb/eslint-config`, `qs-iconv` + +## [**6.2.0**](https://github.com/ljharb/qs/issues?milestone=36&state=closed) +- [New] pass Buffers to the encoder/decoder directly (#161) +- [New] add "encoder" and "decoder" options, for custom param encoding/decoding (#160) +- [Fix] fix compacting of nested sparse arrays (#150) + +## **6.1.2 +- [Fix] follow `allowPrototypes` option during merge (#201, #200) +- [Fix] chmod a-x +- [Fix] support keys starting with brackets (#202, #200) +- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds + +## **6.1.1** +- [Fix] ensure that `allowPrototypes: false` does not ever shadow Object.prototype properties + +## [**6.1.0**](https://github.com/ljharb/qs/issues?milestone=35&state=closed) +- [New] allowDots option for `stringify` (#151) +- [Fix] "sort" option should work at a depth of 3 or more (#151) +- [Fix] Restore `dist` directory; will be removed in v7 (#148) + +## **6.0.4** +- [Fix] follow `allowPrototypes` option during merge (#201, #200) +- [Fix] chmod a-x +- [Fix] support keys starting with brackets (#202, #200) +- [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds + +## **6.0.3** +- [Fix] ensure that `allowPrototypes: false` does not ever shadow Object.prototype properties +- [Fix] Restore `dist` directory; will be removed in v7 (#148) + +## [**6.0.2**](https://github.com/ljharb/qs/issues?milestone=33&state=closed) +- Revert ES6 requirement and restore support for node down to v0.8. + +## [**6.0.1**](https://github.com/ljharb/qs/issues?milestone=32&state=closed) +- [**#127**](https://github.com/ljharb/qs/pull/127) Fix engines definition in package.json + +## [**6.0.0**](https://github.com/ljharb/qs/issues?milestone=31&state=closed) +- [**#124**](https://github.com/ljharb/qs/issues/124) Use ES6 and drop support for node < v4 + +## **5.2.1** +- [Fix] ensure `key[]=x&key[]&key[]=y` results in 3, not 2, values + +## [**5.2.0**](https://github.com/ljharb/qs/issues?milestone=30&state=closed) +- [**#64**](https://github.com/ljharb/qs/issues/64) Add option to sort object keys in the query string + +## [**5.1.0**](https://github.com/ljharb/qs/issues?milestone=29&state=closed) +- [**#117**](https://github.com/ljharb/qs/issues/117) make URI encoding stringified results optional +- [**#106**](https://github.com/ljharb/qs/issues/106) Add flag `skipNulls` to optionally skip null values in stringify + +## [**5.0.0**](https://github.com/ljharb/qs/issues?milestone=28&state=closed) +- [**#114**](https://github.com/ljharb/qs/issues/114) default allowDots to false +- [**#100**](https://github.com/ljharb/qs/issues/100) include dist to npm + +## [**4.0.0**](https://github.com/ljharb/qs/issues?milestone=26&state=closed) +- [**#98**](https://github.com/ljharb/qs/issues/98) make returning plain objects and allowing prototype overwriting properties optional + +## [**3.1.0**](https://github.com/ljharb/qs/issues?milestone=24&state=closed) +- [**#89**](https://github.com/ljharb/qs/issues/89) Add option to disable "Transform dot notation to bracket notation" + +## [**3.0.0**](https://github.com/ljharb/qs/issues?milestone=23&state=closed) +- [**#80**](https://github.com/ljharb/qs/issues/80) qs.parse silently drops properties +- [**#77**](https://github.com/ljharb/qs/issues/77) Perf boost +- [**#60**](https://github.com/ljharb/qs/issues/60) Add explicit option to disable array parsing +- [**#74**](https://github.com/ljharb/qs/issues/74) Bad parse when turning array into object +- [**#81**](https://github.com/ljharb/qs/issues/81) Add a `filter` option +- [**#68**](https://github.com/ljharb/qs/issues/68) Fixed issue with recursion and passing strings into objects. +- [**#66**](https://github.com/ljharb/qs/issues/66) Add mixed array and object dot notation support Closes: #47 +- [**#76**](https://github.com/ljharb/qs/issues/76) RFC 3986 +- [**#85**](https://github.com/ljharb/qs/issues/85) No equal sign +- [**#84**](https://github.com/ljharb/qs/issues/84) update license attribute + +## [**2.4.1**](https://github.com/ljharb/qs/issues?milestone=20&state=closed) +- [**#73**](https://github.com/ljharb/qs/issues/73) Property 'hasOwnProperty' of object # is not a function + +## [**2.4.0**](https://github.com/ljharb/qs/issues?milestone=19&state=closed) +- [**#70**](https://github.com/ljharb/qs/issues/70) Add arrayFormat option + +## [**2.3.3**](https://github.com/ljharb/qs/issues?milestone=18&state=closed) +- [**#59**](https://github.com/ljharb/qs/issues/59) make sure array indexes are >= 0, closes #57 +- [**#58**](https://github.com/ljharb/qs/issues/58) make qs usable for browser loader + +## [**2.3.2**](https://github.com/ljharb/qs/issues?milestone=17&state=closed) +- [**#55**](https://github.com/ljharb/qs/issues/55) allow merging a string into an object + +## [**2.3.1**](https://github.com/ljharb/qs/issues?milestone=16&state=closed) +- [**#52**](https://github.com/ljharb/qs/issues/52) Return "undefined" and "false" instead of throwing "TypeError". + +## [**2.3.0**](https://github.com/ljharb/qs/issues?milestone=15&state=closed) +- [**#50**](https://github.com/ljharb/qs/issues/50) add option to omit array indices, closes #46 + +## [**2.2.5**](https://github.com/ljharb/qs/issues?milestone=14&state=closed) +- [**#39**](https://github.com/ljharb/qs/issues/39) Is there an alternative to Buffer.isBuffer? +- [**#49**](https://github.com/ljharb/qs/issues/49) refactor utils.merge, fixes #45 +- [**#41**](https://github.com/ljharb/qs/issues/41) avoid browserifying Buffer, for #39 + +## [**2.2.4**](https://github.com/ljharb/qs/issues?milestone=13&state=closed) +- [**#38**](https://github.com/ljharb/qs/issues/38) how to handle object keys beginning with a number + +## [**2.2.3**](https://github.com/ljharb/qs/issues?milestone=12&state=closed) +- [**#37**](https://github.com/ljharb/qs/issues/37) parser discards first empty value in array +- [**#36**](https://github.com/ljharb/qs/issues/36) Update to lab 4.x + +## [**2.2.2**](https://github.com/ljharb/qs/issues?milestone=11&state=closed) +- [**#33**](https://github.com/ljharb/qs/issues/33) Error when plain object in a value +- [**#34**](https://github.com/ljharb/qs/issues/34) use Object.prototype.hasOwnProperty.call instead of obj.hasOwnProperty +- [**#24**](https://github.com/ljharb/qs/issues/24) Changelog? Semver? + +## [**2.2.1**](https://github.com/ljharb/qs/issues?milestone=10&state=closed) +- [**#32**](https://github.com/ljharb/qs/issues/32) account for circular references properly, closes #31 +- [**#31**](https://github.com/ljharb/qs/issues/31) qs.parse stackoverflow on circular objects + +## [**2.2.0**](https://github.com/ljharb/qs/issues?milestone=9&state=closed) +- [**#26**](https://github.com/ljharb/qs/issues/26) Don't use Buffer global if it's not present +- [**#30**](https://github.com/ljharb/qs/issues/30) Bug when merging non-object values into arrays +- [**#29**](https://github.com/ljharb/qs/issues/29) Don't call Utils.clone at the top of Utils.merge +- [**#23**](https://github.com/ljharb/qs/issues/23) Ability to not limit parameters? + +## [**2.1.0**](https://github.com/ljharb/qs/issues?milestone=8&state=closed) +- [**#22**](https://github.com/ljharb/qs/issues/22) Enable using a RegExp as delimiter + +## [**2.0.0**](https://github.com/ljharb/qs/issues?milestone=7&state=closed) +- [**#18**](https://github.com/ljharb/qs/issues/18) Why is there arrayLimit? +- [**#20**](https://github.com/ljharb/qs/issues/20) Configurable parametersLimit +- [**#21**](https://github.com/ljharb/qs/issues/21) make all limits optional, for #18, for #20 + +## [**1.2.2**](https://github.com/ljharb/qs/issues?milestone=6&state=closed) +- [**#19**](https://github.com/ljharb/qs/issues/19) Don't overwrite null values + +## [**1.2.1**](https://github.com/ljharb/qs/issues?milestone=5&state=closed) +- [**#16**](https://github.com/ljharb/qs/issues/16) ignore non-string delimiters +- [**#15**](https://github.com/ljharb/qs/issues/15) Close code block + +## [**1.2.0**](https://github.com/ljharb/qs/issues?milestone=4&state=closed) +- [**#12**](https://github.com/ljharb/qs/issues/12) Add optional delim argument +- [**#13**](https://github.com/ljharb/qs/issues/13) fix #11: flattened keys in array are now correctly parsed + +## [**1.1.0**](https://github.com/ljharb/qs/issues?milestone=3&state=closed) +- [**#7**](https://github.com/ljharb/qs/issues/7) Empty values of a POST array disappear after being submitted +- [**#9**](https://github.com/ljharb/qs/issues/9) Should not omit equals signs (=) when value is null +- [**#6**](https://github.com/ljharb/qs/issues/6) Minor grammar fix in README + +## [**1.0.2**](https://github.com/ljharb/qs/issues?milestone=2&state=closed) +- [**#5**](https://github.com/ljharb/qs/issues/5) array holes incorrectly copied into object on large index diff --git a/node_modules/request/node_modules/qs/LICENSE.md b/node_modules/request/node_modules/qs/LICENSE.md new file mode 100644 index 0000000..fecf6b6 --- /dev/null +++ b/node_modules/request/node_modules/qs/LICENSE.md @@ -0,0 +1,29 @@ +BSD 3-Clause License + +Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors) +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/node_modules/request/node_modules/qs/README.md b/node_modules/request/node_modules/qs/README.md new file mode 100644 index 0000000..20fb9ca --- /dev/null +++ b/node_modules/request/node_modules/qs/README.md @@ -0,0 +1,510 @@ +# qs [![Version Badge][2]][1] + +[![github actions][actions-image]][actions-url] +[![coverage][codecov-image]][codecov-url] +[![dependency status][deps-svg]][deps-url] +[![dev dependency status][dev-deps-svg]][dev-deps-url] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][npm-badge-png]][package-url] + +A querystring parsing and stringifying library with some added security. + +Lead Maintainer: [Jordan Harband](https://github.com/ljharb) + +The **qs** module was originally created and maintained by [TJ Holowaychuk](https://github.com/visionmedia/node-querystring). + +## Usage + +```javascript +var qs = require('qs'); +var assert = require('assert'); + +var obj = qs.parse('a=c'); +assert.deepEqual(obj, { a: 'c' }); + +var str = qs.stringify(obj); +assert.equal(str, 'a=c'); +``` + +### Parsing Objects + +[](#preventEval) +```javascript +qs.parse(string, [options]); +``` + +**qs** allows you to create nested objects within your query strings, by surrounding the name of sub-keys with square brackets `[]`. +For example, the string `'foo[bar]=baz'` converts to: + +```javascript +assert.deepEqual(qs.parse('foo[bar]=baz'), { + foo: { + bar: 'baz' + } +}); +``` + +When using the `plainObjects` option the parsed value is returned as a null object, created via `Object.create(null)` and as such you should be aware that prototype methods will not exist on it and a user may set those names to whatever value they like: + +```javascript +var nullObject = qs.parse('a[hasOwnProperty]=b', { plainObjects: true }); +assert.deepEqual(nullObject, { a: { hasOwnProperty: 'b' } }); +``` + +By default parameters that would overwrite properties on the object prototype are ignored, if you wish to keep the data from those fields either use `plainObjects` as mentioned above, or set `allowPrototypes` to `true` which will allow user input to overwrite those properties. *WARNING* It is generally a bad idea to enable this option as it can cause problems when attempting to use the properties that have been overwritten. Always be careful with this option. + +```javascript +var protoObject = qs.parse('a[hasOwnProperty]=b', { allowPrototypes: true }); +assert.deepEqual(protoObject, { a: { hasOwnProperty: 'b' } }); +``` + +URI encoded strings work too: + +```javascript +assert.deepEqual(qs.parse('a%5Bb%5D=c'), { + a: { b: 'c' } +}); +``` + +You can also nest your objects, like `'foo[bar][baz]=foobarbaz'`: + +```javascript +assert.deepEqual(qs.parse('foo[bar][baz]=foobarbaz'), { + foo: { + bar: { + baz: 'foobarbaz' + } + } +}); +``` + +By default, when nesting objects **qs** will only parse up to 5 children deep. This means if you attempt to parse a string like +`'a[b][c][d][e][f][g][h][i]=j'` your resulting object will be: + +```javascript +var expected = { + a: { + b: { + c: { + d: { + e: { + f: { + '[g][h][i]': 'j' + } + } + } + } + } + } +}; +var string = 'a[b][c][d][e][f][g][h][i]=j'; +assert.deepEqual(qs.parse(string), expected); +``` + +This depth can be overridden by passing a `depth` option to `qs.parse(string, [options])`: + +```javascript +var deep = qs.parse('a[b][c][d][e][f][g][h][i]=j', { depth: 1 }); +assert.deepEqual(deep, { a: { b: { '[c][d][e][f][g][h][i]': 'j' } } }); +``` + +The depth limit helps mitigate abuse when **qs** is used to parse user input, and it is recommended to keep it a reasonably small number. + +For similar reasons, by default **qs** will only parse up to 1000 parameters. This can be overridden by passing a `parameterLimit` option: + +```javascript +var limited = qs.parse('a=b&c=d', { parameterLimit: 1 }); +assert.deepEqual(limited, { a: 'b' }); +``` + +To bypass the leading question mark, use `ignoreQueryPrefix`: + +```javascript +var prefixed = qs.parse('?a=b&c=d', { ignoreQueryPrefix: true }); +assert.deepEqual(prefixed, { a: 'b', c: 'd' }); +``` + +An optional delimiter can also be passed: + +```javascript +var delimited = qs.parse('a=b;c=d', { delimiter: ';' }); +assert.deepEqual(delimited, { a: 'b', c: 'd' }); +``` + +Delimiters can be a regular expression too: + +```javascript +var regexed = qs.parse('a=b;c=d,e=f', { delimiter: /[;,]/ }); +assert.deepEqual(regexed, { a: 'b', c: 'd', e: 'f' }); +``` + +Option `allowDots` can be used to enable dot notation: + +```javascript +var withDots = qs.parse('a.b=c', { allowDots: true }); +assert.deepEqual(withDots, { a: { b: 'c' } }); +``` + +### Parsing Arrays + +**qs** can also parse arrays using a similar `[]` notation: + +```javascript +var withArray = qs.parse('a[]=b&a[]=c'); +assert.deepEqual(withArray, { a: ['b', 'c'] }); +``` + +You may specify an index as well: + +```javascript +var withIndexes = qs.parse('a[1]=c&a[0]=b'); +assert.deepEqual(withIndexes, { a: ['b', 'c'] }); +``` + +Note that the only difference between an index in an array and a key in an object is that the value between the brackets must be a number +to create an array. When creating arrays with specific indices, **qs** will compact a sparse array to only the existing values preserving +their order: + +```javascript +var noSparse = qs.parse('a[1]=b&a[15]=c'); +assert.deepEqual(noSparse, { a: ['b', 'c'] }); +``` + +Note that an empty string is also a value, and will be preserved: + +```javascript +var withEmptyString = qs.parse('a[]=&a[]=b'); +assert.deepEqual(withEmptyString, { a: ['', 'b'] }); + +var withIndexedEmptyString = qs.parse('a[0]=b&a[1]=&a[2]=c'); +assert.deepEqual(withIndexedEmptyString, { a: ['b', '', 'c'] }); +``` + +**qs** will also limit specifying indices in an array to a maximum index of `20`. Any array members with an index of greater than `20` will +instead be converted to an object with the index as the key. This is needed to handle cases when someone sent, for example, `a[999999999]` and it will take significant time to iterate over this huge array. + +```javascript +var withMaxIndex = qs.parse('a[100]=b'); +assert.deepEqual(withMaxIndex, { a: { '100': 'b' } }); +``` + +This limit can be overridden by passing an `arrayLimit` option: + +```javascript +var withArrayLimit = qs.parse('a[1]=b', { arrayLimit: 0 }); +assert.deepEqual(withArrayLimit, { a: { '1': 'b' } }); +``` + +To disable array parsing entirely, set `parseArrays` to `false`. + +```javascript +var noParsingArrays = qs.parse('a[]=b', { parseArrays: false }); +assert.deepEqual(noParsingArrays, { a: { '0': 'b' } }); +``` + +If you mix notations, **qs** will merge the two items into an object: + +```javascript +var mixedNotation = qs.parse('a[0]=b&a[b]=c'); +assert.deepEqual(mixedNotation, { a: { '0': 'b', b: 'c' } }); +``` + +You can also create arrays of objects: + +```javascript +var arraysOfObjects = qs.parse('a[][b]=c'); +assert.deepEqual(arraysOfObjects, { a: [{ b: 'c' }] }); +``` + +### Stringifying + +[](#preventEval) +```javascript +qs.stringify(object, [options]); +``` + +When stringifying, **qs** by default URI encodes output. Objects are stringified as you would expect: + +```javascript +assert.equal(qs.stringify({ a: 'b' }), 'a=b'); +assert.equal(qs.stringify({ a: { b: 'c' } }), 'a%5Bb%5D=c'); +``` + +This encoding can be disabled by setting the `encode` option to `false`: + +```javascript +var unencoded = qs.stringify({ a: { b: 'c' } }, { encode: false }); +assert.equal(unencoded, 'a[b]=c'); +``` + +Encoding can be disabled for keys by setting the `encodeValuesOnly` option to `true`: +```javascript +var encodedValues = qs.stringify( + { a: 'b', c: ['d', 'e=f'], f: [['g'], ['h']] }, + { encodeValuesOnly: true } +); +assert.equal(encodedValues,'a=b&c[0]=d&c[1]=e%3Df&f[0][0]=g&f[1][0]=h'); +``` + +This encoding can also be replaced by a custom encoding method set as `encoder` option: + +```javascript +var encoded = qs.stringify({ a: { b: 'c' } }, { encoder: function (str) { + // Passed in values `a`, `b`, `c` + return // Return encoded string +}}) +``` + +_(Note: the `encoder` option does not apply if `encode` is `false`)_ + +Analogue to the `encoder` there is a `decoder` option for `parse` to override decoding of properties and values: + +```javascript +var decoded = qs.parse('x=z', { decoder: function (str) { + // Passed in values `x`, `z` + return // Return decoded string +}}) +``` + +You can encode keys and values using different logic by using the type argument provided to the encoder: + +```javascript +var encoded = qs.stringify({ a: { b: 'c' } }, { encoder: function (str, defaultEncoder, charset, type) { + if (type === 'key') { + return // Encoded key + } else if (type === 'value') { + return // Encoded value + } +}}) +``` + +The type argument is also provided to the decoder: + +```javascript +var decoded = qs.parse('x=z', { decoder: function (str, defaultDecoder, charset, type) { + if (type === 'key') { + return // Decoded key + } else if (type === 'value') { + return // Decoded value + } +}}) +``` + +Examples beyond this point will be shown as though the output is not URI encoded for clarity. Please note that the return values in these cases *will* be URI encoded during real usage. + +When arrays are stringified, by default they are given explicit indices: + +```javascript +qs.stringify({ a: ['b', 'c', 'd'] }); +// 'a[0]=b&a[1]=c&a[2]=d' +``` + +You may override this by setting the `indices` option to `false`: + +```javascript +qs.stringify({ a: ['b', 'c', 'd'] }, { indices: false }); +// 'a=b&a=c&a=d' +``` + +You may use the `arrayFormat` option to specify the format of the output array: + +```javascript +qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'indices' }) +// 'a[0]=b&a[1]=c' +qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'brackets' }) +// 'a[]=b&a[]=c' +qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'repeat' }) +// 'a=b&a=c' +``` + +When objects are stringified, by default they use bracket notation: + +```javascript +qs.stringify({ a: { b: { c: 'd', e: 'f' } } }); +// 'a[b][c]=d&a[b][e]=f' +``` + +You may override this to use dot notation by setting the `allowDots` option to `true`: + +```javascript +qs.stringify({ a: { b: { c: 'd', e: 'f' } } }, { allowDots: true }); +// 'a.b.c=d&a.b.e=f' +``` + +Empty strings and null values will omit the value, but the equals sign (=) remains in place: + +```javascript +assert.equal(qs.stringify({ a: '' }), 'a='); +``` + +Key with no values (such as an empty object or array) will return nothing: + +```javascript +assert.equal(qs.stringify({ a: [] }), ''); +assert.equal(qs.stringify({ a: {} }), ''); +assert.equal(qs.stringify({ a: [{}] }), ''); +assert.equal(qs.stringify({ a: { b: []} }), ''); +assert.equal(qs.stringify({ a: { b: {}} }), ''); +``` + +Properties that are set to `undefined` will be omitted entirely: + +```javascript +assert.equal(qs.stringify({ a: null, b: undefined }), 'a='); +``` + +The query string may optionally be prepended with a question mark: + +```javascript +assert.equal(qs.stringify({ a: 'b', c: 'd' }, { addQueryPrefix: true }), '?a=b&c=d'); +``` + +The delimiter may be overridden with stringify as well: + +```javascript +assert.equal(qs.stringify({ a: 'b', c: 'd' }, { delimiter: ';' }), 'a=b;c=d'); +``` + +If you only want to override the serialization of `Date` objects, you can provide a `serializeDate` option: + +```javascript +var date = new Date(7); +assert.equal(qs.stringify({ a: date }), 'a=1970-01-01T00:00:00.007Z'.replace(/:/g, '%3A')); +assert.equal( + qs.stringify({ a: date }, { serializeDate: function (d) { return d.getTime(); } }), + 'a=7' +); +``` + +You may use the `sort` option to affect the order of parameter keys: + +```javascript +function alphabeticalSort(a, b) { + return a.localeCompare(b); +} +assert.equal(qs.stringify({ a: 'c', z: 'y', b : 'f' }, { sort: alphabeticalSort }), 'a=c&b=f&z=y'); +``` + +Finally, you can use the `filter` option to restrict which keys will be included in the stringified output. +If you pass a function, it will be called for each key to obtain the replacement value. Otherwise, if you +pass an array, it will be used to select properties and array indices for stringification: + +```javascript +function filterFunc(prefix, value) { + if (prefix == 'b') { + // Return an `undefined` value to omit a property. + return; + } + if (prefix == 'e[f]') { + return value.getTime(); + } + if (prefix == 'e[g][0]') { + return value * 2; + } + return value; +} +qs.stringify({ a: 'b', c: 'd', e: { f: new Date(123), g: [2] } }, { filter: filterFunc }); +// 'a=b&c=d&e[f]=123&e[g][0]=4' +qs.stringify({ a: 'b', c: 'd', e: 'f' }, { filter: ['a', 'e'] }); +// 'a=b&e=f' +qs.stringify({ a: ['b', 'c', 'd'], e: 'f' }, { filter: ['a', 0, 2] }); +// 'a[0]=b&a[2]=d' +``` + +### Handling of `null` values + +By default, `null` values are treated like empty strings: + +```javascript +var withNull = qs.stringify({ a: null, b: '' }); +assert.equal(withNull, 'a=&b='); +``` + +Parsing does not distinguish between parameters with and without equal signs. Both are converted to empty strings. + +```javascript +var equalsInsensitive = qs.parse('a&b='); +assert.deepEqual(equalsInsensitive, { a: '', b: '' }); +``` + +To distinguish between `null` values and empty strings use the `strictNullHandling` flag. In the result string the `null` +values have no `=` sign: + +```javascript +var strictNull = qs.stringify({ a: null, b: '' }, { strictNullHandling: true }); +assert.equal(strictNull, 'a&b='); +``` + +To parse values without `=` back to `null` use the `strictNullHandling` flag: + +```javascript +var parsedStrictNull = qs.parse('a&b=', { strictNullHandling: true }); +assert.deepEqual(parsedStrictNull, { a: null, b: '' }); +``` + +To completely skip rendering keys with `null` values, use the `skipNulls` flag: + +```javascript +var nullsSkipped = qs.stringify({ a: 'b', c: null}, { skipNulls: true }); +assert.equal(nullsSkipped, 'a=b'); +``` + +### Dealing with special character sets + +By default the encoding and decoding of characters is done in `utf-8`. If you +wish to encode querystrings to a different character set (i.e. +[Shift JIS](https://en.wikipedia.org/wiki/Shift_JIS)) you can use the +[`qs-iconv`](https://github.com/martinheidegger/qs-iconv) library: + +```javascript +var encoder = require('qs-iconv/encoder')('shift_jis'); +var shiftJISEncoded = qs.stringify({ a: 'こんにちは!' }, { encoder: encoder }); +assert.equal(shiftJISEncoded, 'a=%82%B1%82%F1%82%C9%82%BF%82%CD%81I'); +``` + +This also works for decoding of query strings: + +```javascript +var decoder = require('qs-iconv/decoder')('shift_jis'); +var obj = qs.parse('a=%82%B1%82%F1%82%C9%82%BF%82%CD%81I', { decoder: decoder }); +assert.deepEqual(obj, { a: 'こんにちは!' }); +``` + +### RFC 3986 and RFC 1738 space encoding + +RFC3986 used as default option and encodes ' ' to *%20* which is backward compatible. +In the same time, output can be stringified as per RFC1738 with ' ' equal to '+'. + +``` +assert.equal(qs.stringify({ a: 'b c' }), 'a=b%20c'); +assert.equal(qs.stringify({ a: 'b c' }, { format : 'RFC3986' }), 'a=b%20c'); +assert.equal(qs.stringify({ a: 'b c' }, { format : 'RFC1738' }), 'a=b+c'); +``` + +## Security + +Please email [@ljharb](https://github.com/ljharb) or see https://tidelift.com/security if you have a potential security vulnerability to report. + +## qs for enterprise + +Available as part of the Tidelift Subscription + +The maintainers of qs and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-qs?utm_source=npm-qs&utm_medium=referral&utm_campaign=enterprise&utm_term=repo) + +[package-url]: https://npmjs.org/package/qs +[npm-version-svg]: https://versionbadg.es/ljharb/qs.svg +[deps-svg]: https://david-dm.org/ljharb/qs.svg +[deps-url]: https://david-dm.org/ljharb/qs +[dev-deps-svg]: https://david-dm.org/ljharb/qs/dev-status.svg +[dev-deps-url]: https://david-dm.org/ljharb/qs#info=devDependencies +[npm-badge-png]: https://nodei.co/npm/qs.png?downloads=true&stars=true +[license-image]: https://img.shields.io/npm/l/qs.svg +[license-url]: LICENSE +[downloads-image]: https://img.shields.io/npm/dm/qs.svg +[downloads-url]: https://npm-stat.com/charts.html?package=qs +[codecov-image]: https://codecov.io/gh/ljharb/qs/branch/main/graphs/badge.svg +[codecov-url]: https://app.codecov.io/gh/ljharb/qs/ +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/qs +[actions-url]: https://github.com/ljharb/qs/actions diff --git a/node_modules/request/node_modules/qs/bower.json b/node_modules/request/node_modules/qs/bower.json new file mode 100644 index 0000000..7a58276 --- /dev/null +++ b/node_modules/request/node_modules/qs/bower.json @@ -0,0 +1,21 @@ +{ + "name": "qs", + "main": "dist/qs.js", + "homepage": "https://github.com/hapijs/qs", + "authors": [ + "Nathan LaFreniere " + ], + "description": "A querystring parser that supports nesting and arrays, with a depth limit", + "keywords": [ + "querystring", + "qs" + ], + "license": "BSD-3-Clause", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/node_modules/request/node_modules/qs/component.json b/node_modules/request/node_modules/qs/component.json new file mode 100644 index 0000000..dd13558 --- /dev/null +++ b/node_modules/request/node_modules/qs/component.json @@ -0,0 +1,15 @@ +{ + "name": "qs", + "repository": "ljharb/qs", + "description": "query-string parser / stringifier with nesting support", + "version": "6.5.3", + "keywords": ["querystring", "query", "parser"], + "main": "lib/index.js", + "scripts": [ + "lib/index.js", + "lib/parse.js", + "lib/stringify.js", + "lib/utils.js" + ], + "license": "BSD-3-Clause" +} diff --git a/node_modules/request/node_modules/qs/dist/qs.js b/node_modules/request/node_modules/qs/dist/qs.js new file mode 100644 index 0000000..9f54e3f --- /dev/null +++ b/node_modules/request/node_modules/qs/dist/qs.js @@ -0,0 +1,648 @@ +(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.Qs = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i= 0; --i) { + var obj; + var root = chain[i]; + + if (root === '[]' && options.parseArrays) { + obj = [].concat(leaf); + } else { + obj = options.plainObjects ? Object.create(null) : {}; + var cleanRoot = root.charAt(0) === '[' && root.charAt(root.length - 1) === ']' ? root.slice(1, -1) : root; + var index = parseInt(cleanRoot, 10); + if (!options.parseArrays && cleanRoot === '') { + obj = { 0: leaf }; + } else if ( + !isNaN(index) + && root !== cleanRoot + && String(index) === cleanRoot + && index >= 0 + && (options.parseArrays && index <= options.arrayLimit) + ) { + obj = []; + obj[index] = leaf; + } else if (cleanRoot !== '__proto__') { + obj[cleanRoot] = leaf; + } + } + + leaf = obj; + } + + return leaf; +}; + +var parseKeys = function parseQueryStringKeys(givenKey, val, options) { + if (!givenKey) { + return; + } + + // Transform dot notation to bracket notation + var key = options.allowDots ? givenKey.replace(/\.([^.[]+)/g, '[$1]') : givenKey; + + // The regex chunks + + var brackets = /(\[[^[\]]*])/; + var child = /(\[[^[\]]*])/g; + + // Get the parent + + var segment = brackets.exec(key); + var parent = segment ? key.slice(0, segment.index) : key; + + // Stash the parent if it exists + + var keys = []; + if (parent) { + // If we aren't using plain objects, optionally prefix keys + // that would overwrite object prototype properties + if (!options.plainObjects && has.call(Object.prototype, parent)) { + if (!options.allowPrototypes) { + return; + } + } + + keys.push(parent); + } + + // Loop through children appending to the array until we hit depth + + var i = 0; + while ((segment = child.exec(key)) !== null && i < options.depth) { + i += 1; + if (!options.plainObjects && has.call(Object.prototype, segment[1].slice(1, -1))) { + if (!options.allowPrototypes) { + return; + } + } + keys.push(segment[1]); + } + + // If there's a remainder, just add whatever is left + + if (segment) { + keys.push('[' + key.slice(segment.index) + ']'); + } + + return parseObject(keys, val, options); +}; + +module.exports = function (str, opts) { + var options = opts ? utils.assign({}, opts) : {}; + + if (options.decoder !== null && options.decoder !== undefined && typeof options.decoder !== 'function') { + throw new TypeError('Decoder has to be a function.'); + } + + options.ignoreQueryPrefix = options.ignoreQueryPrefix === true; + options.delimiter = typeof options.delimiter === 'string' || utils.isRegExp(options.delimiter) ? options.delimiter : defaults.delimiter; + options.depth = typeof options.depth === 'number' ? options.depth : defaults.depth; + options.arrayLimit = typeof options.arrayLimit === 'number' ? options.arrayLimit : defaults.arrayLimit; + options.parseArrays = options.parseArrays !== false; + options.decoder = typeof options.decoder === 'function' ? options.decoder : defaults.decoder; + options.allowDots = typeof options.allowDots === 'boolean' ? options.allowDots : defaults.allowDots; + options.plainObjects = typeof options.plainObjects === 'boolean' ? options.plainObjects : defaults.plainObjects; + options.allowPrototypes = typeof options.allowPrototypes === 'boolean' ? options.allowPrototypes : defaults.allowPrototypes; + options.parameterLimit = typeof options.parameterLimit === 'number' ? options.parameterLimit : defaults.parameterLimit; + options.strictNullHandling = typeof options.strictNullHandling === 'boolean' ? options.strictNullHandling : defaults.strictNullHandling; + + if (str === '' || str === null || typeof str === 'undefined') { + return options.plainObjects ? Object.create(null) : {}; + } + + var tempObj = typeof str === 'string' ? parseValues(str, options) : str; + var obj = options.plainObjects ? Object.create(null) : {}; + + // Iterate over the keys and setup the new object + + var keys = Object.keys(tempObj); + for (var i = 0; i < keys.length; ++i) { + var key = keys[i]; + var newObj = parseKeys(key, tempObj[key], options); + obj = utils.merge(obj, newObj, options); + } + + return utils.compact(obj); +}; + +},{"./utils":5}],4:[function(require,module,exports){ +'use strict'; + +var utils = require('./utils'); +var formats = require('./formats'); + +var arrayPrefixGenerators = { + brackets: function brackets(prefix) { + return prefix + '[]'; + }, + indices: function indices(prefix, key) { + return prefix + '[' + key + ']'; + }, + repeat: function repeat(prefix) { + return prefix; + } +}; + +var isArray = Array.isArray; +var push = Array.prototype.push; +var pushToArray = function (arr, valueOrArray) { + push.apply(arr, isArray(valueOrArray) ? valueOrArray : [valueOrArray]); +}; + +var toISO = Date.prototype.toISOString; + +var defaults = { + delimiter: '&', + encode: true, + encoder: utils.encode, + encodeValuesOnly: false, + serializeDate: function serializeDate(date) { + return toISO.call(date); + }, + skipNulls: false, + strictNullHandling: false +}; + +var stringify = function stringify( + object, + prefix, + generateArrayPrefix, + strictNullHandling, + skipNulls, + encoder, + filter, + sort, + allowDots, + serializeDate, + formatter, + encodeValuesOnly +) { + var obj = object; + if (typeof filter === 'function') { + obj = filter(prefix, obj); + } else if (obj instanceof Date) { + obj = serializeDate(obj); + } + + if (obj === null) { + if (strictNullHandling) { + return encoder && !encodeValuesOnly ? encoder(prefix, defaults.encoder) : prefix; + } + + obj = ''; + } + + if (typeof obj === 'string' || typeof obj === 'number' || typeof obj === 'boolean' || utils.isBuffer(obj)) { + if (encoder) { + var keyValue = encodeValuesOnly ? prefix : encoder(prefix, defaults.encoder); + return [formatter(keyValue) + '=' + formatter(encoder(obj, defaults.encoder))]; + } + return [formatter(prefix) + '=' + formatter(String(obj))]; + } + + var values = []; + + if (typeof obj === 'undefined') { + return values; + } + + var objKeys; + if (isArray(filter)) { + objKeys = filter; + } else { + var keys = Object.keys(obj); + objKeys = sort ? keys.sort(sort) : keys; + } + + for (var i = 0; i < objKeys.length; ++i) { + var key = objKeys[i]; + + if (skipNulls && obj[key] === null) { + continue; + } + + if (isArray(obj)) { + pushToArray(values, stringify( + obj[key], + generateArrayPrefix(prefix, key), + generateArrayPrefix, + strictNullHandling, + skipNulls, + encoder, + filter, + sort, + allowDots, + serializeDate, + formatter, + encodeValuesOnly + )); + } else { + pushToArray(values, stringify( + obj[key], + prefix + (allowDots ? '.' + key : '[' + key + ']'), + generateArrayPrefix, + strictNullHandling, + skipNulls, + encoder, + filter, + sort, + allowDots, + serializeDate, + formatter, + encodeValuesOnly + )); + } + } + + return values; +}; + +module.exports = function (object, opts) { + var obj = object; + var options = opts ? utils.assign({}, opts) : {}; + + if (options.encoder !== null && typeof options.encoder !== 'undefined' && typeof options.encoder !== 'function') { + throw new TypeError('Encoder has to be a function.'); + } + + var delimiter = typeof options.delimiter === 'undefined' ? defaults.delimiter : options.delimiter; + var strictNullHandling = typeof options.strictNullHandling === 'boolean' ? options.strictNullHandling : defaults.strictNullHandling; + var skipNulls = typeof options.skipNulls === 'boolean' ? options.skipNulls : defaults.skipNulls; + var encode = typeof options.encode === 'boolean' ? options.encode : defaults.encode; + var encoder = typeof options.encoder === 'function' ? options.encoder : defaults.encoder; + var sort = typeof options.sort === 'function' ? options.sort : null; + var allowDots = typeof options.allowDots === 'undefined' ? false : options.allowDots; + var serializeDate = typeof options.serializeDate === 'function' ? options.serializeDate : defaults.serializeDate; + var encodeValuesOnly = typeof options.encodeValuesOnly === 'boolean' ? options.encodeValuesOnly : defaults.encodeValuesOnly; + if (typeof options.format === 'undefined') { + options.format = formats['default']; + } else if (!Object.prototype.hasOwnProperty.call(formats.formatters, options.format)) { + throw new TypeError('Unknown format option provided.'); + } + var formatter = formats.formatters[options.format]; + var objKeys; + var filter; + + if (typeof options.filter === 'function') { + filter = options.filter; + obj = filter('', obj); + } else if (isArray(options.filter)) { + filter = options.filter; + objKeys = filter; + } + + var keys = []; + + if (typeof obj !== 'object' || obj === null) { + return ''; + } + + var arrayFormat; + if (options.arrayFormat in arrayPrefixGenerators) { + arrayFormat = options.arrayFormat; + } else if ('indices' in options) { + arrayFormat = options.indices ? 'indices' : 'repeat'; + } else { + arrayFormat = 'indices'; + } + + var generateArrayPrefix = arrayPrefixGenerators[arrayFormat]; + + if (!objKeys) { + objKeys = Object.keys(obj); + } + + if (sort) { + objKeys.sort(sort); + } + + for (var i = 0; i < objKeys.length; ++i) { + var key = objKeys[i]; + + if (skipNulls && obj[key] === null) { + continue; + } + pushToArray(keys, stringify( + obj[key], + key, + generateArrayPrefix, + strictNullHandling, + skipNulls, + encode ? encoder : null, + filter, + sort, + allowDots, + serializeDate, + formatter, + encodeValuesOnly + )); + } + + var joined = keys.join(delimiter); + var prefix = options.addQueryPrefix === true ? '?' : ''; + + return joined.length > 0 ? prefix + joined : ''; +}; + +},{"./formats":1,"./utils":5}],5:[function(require,module,exports){ +'use strict'; + +var has = Object.prototype.hasOwnProperty; + +var hexTable = (function () { + var array = []; + for (var i = 0; i < 256; ++i) { + array.push('%' + ((i < 16 ? '0' : '') + i.toString(16)).toUpperCase()); + } + + return array; +}()); + +var compactQueue = function compactQueue(queue) { + var obj; + + while (queue.length) { + var item = queue.pop(); + obj = item.obj[item.prop]; + + if (Array.isArray(obj)) { + var compacted = []; + + for (var j = 0; j < obj.length; ++j) { + if (typeof obj[j] !== 'undefined') { + compacted.push(obj[j]); + } + } + + item.obj[item.prop] = compacted; + } + } + + return obj; +}; + +var arrayToObject = function arrayToObject(source, options) { + var obj = options && options.plainObjects ? Object.create(null) : {}; + for (var i = 0; i < source.length; ++i) { + if (typeof source[i] !== 'undefined') { + obj[i] = source[i]; + } + } + + return obj; +}; + +var merge = function merge(target, source, options) { + if (!source) { + return target; + } + + if (typeof source !== 'object') { + if (Array.isArray(target)) { + target.push(source); + } else if (target && typeof target === 'object') { + if ((options && (options.plainObjects || options.allowPrototypes)) || !has.call(Object.prototype, source)) { + target[source] = true; + } + } else { + return [target, source]; + } + + return target; + } + + if (!target || typeof target !== 'object') { + return [target].concat(source); + } + + var mergeTarget = target; + if (Array.isArray(target) && !Array.isArray(source)) { + mergeTarget = arrayToObject(target, options); + } + + if (Array.isArray(target) && Array.isArray(source)) { + source.forEach(function (item, i) { + if (has.call(target, i)) { + var targetItem = target[i]; + if (targetItem && typeof targetItem === 'object' && item && typeof item === 'object') { + target[i] = merge(targetItem, item, options); + } else { + target.push(item); + } + } else { + target[i] = item; + } + }); + return target; + } + + return Object.keys(source).reduce(function (acc, key) { + var value = source[key]; + + if (has.call(acc, key)) { + acc[key] = merge(acc[key], value, options); + } else { + acc[key] = value; + } + return acc; + }, mergeTarget); +}; + +var assign = function assignSingleSource(target, source) { + return Object.keys(source).reduce(function (acc, key) { + acc[key] = source[key]; + return acc; + }, target); +}; + +var decode = function (str) { + try { + return decodeURIComponent(str.replace(/\+/g, ' ')); + } catch (e) { + return str; + } +}; + +var encode = function encode(str) { + // This code was originally written by Brian White (mscdex) for the io.js core querystring library. + // It has been adapted here for stricter adherence to RFC 3986 + if (str.length === 0) { + return str; + } + + var string = typeof str === 'string' ? str : String(str); + + var out = ''; + for (var i = 0; i < string.length; ++i) { + var c = string.charCodeAt(i); + + if ( + c === 0x2D // - + || c === 0x2E // . + || c === 0x5F // _ + || c === 0x7E // ~ + || (c >= 0x30 && c <= 0x39) // 0-9 + || (c >= 0x41 && c <= 0x5A) // a-z + || (c >= 0x61 && c <= 0x7A) // A-Z + ) { + out += string.charAt(i); + continue; + } + + if (c < 0x80) { + out = out + hexTable[c]; + continue; + } + + if (c < 0x800) { + out = out + (hexTable[0xC0 | (c >> 6)] + hexTable[0x80 | (c & 0x3F)]); + continue; + } + + if (c < 0xD800 || c >= 0xE000) { + out = out + (hexTable[0xE0 | (c >> 12)] + hexTable[0x80 | ((c >> 6) & 0x3F)] + hexTable[0x80 | (c & 0x3F)]); + continue; + } + + i += 1; + c = 0x10000 + (((c & 0x3FF) << 10) | (string.charCodeAt(i) & 0x3FF)); + /* eslint operator-linebreak: [2, "before"] */ + out += hexTable[0xF0 | (c >> 18)] + + hexTable[0x80 | ((c >> 12) & 0x3F)] + + hexTable[0x80 | ((c >> 6) & 0x3F)] + + hexTable[0x80 | (c & 0x3F)]; + } + + return out; +}; + +var compact = function compact(value) { + var queue = [{ obj: { o: value }, prop: 'o' }]; + var refs = []; + + for (var i = 0; i < queue.length; ++i) { + var item = queue[i]; + var obj = item.obj[item.prop]; + + var keys = Object.keys(obj); + for (var j = 0; j < keys.length; ++j) { + var key = keys[j]; + var val = obj[key]; + if (typeof val === 'object' && val !== null && refs.indexOf(val) === -1) { + queue.push({ obj: obj, prop: key }); + refs.push(val); + } + } + } + + return compactQueue(queue); +}; + +var isRegExp = function isRegExp(obj) { + return Object.prototype.toString.call(obj) === '[object RegExp]'; +}; + +var isBuffer = function isBuffer(obj) { + if (obj === null || typeof obj === 'undefined') { + return false; + } + + return !!(obj.constructor && obj.constructor.isBuffer && obj.constructor.isBuffer(obj)); +}; + +module.exports = { + arrayToObject: arrayToObject, + assign: assign, + compact: compact, + decode: decode, + encode: encode, + isBuffer: isBuffer, + isRegExp: isRegExp, + merge: merge +}; + +},{}]},{},[2])(2) +}); diff --git a/node_modules/request/node_modules/qs/lib/formats.js b/node_modules/request/node_modules/qs/lib/formats.js new file mode 100644 index 0000000..702da12 --- /dev/null +++ b/node_modules/request/node_modules/qs/lib/formats.js @@ -0,0 +1,18 @@ +'use strict'; + +var replace = String.prototype.replace; +var percentTwenties = /%20/g; + +module.exports = { + 'default': 'RFC3986', + formatters: { + RFC1738: function (value) { + return replace.call(value, percentTwenties, '+'); + }, + RFC3986: function (value) { + return String(value); + } + }, + RFC1738: 'RFC1738', + RFC3986: 'RFC3986' +}; diff --git a/node_modules/request/node_modules/qs/lib/index.js b/node_modules/request/node_modules/qs/lib/index.js new file mode 100644 index 0000000..0d6a97d --- /dev/null +++ b/node_modules/request/node_modules/qs/lib/index.js @@ -0,0 +1,11 @@ +'use strict'; + +var stringify = require('./stringify'); +var parse = require('./parse'); +var formats = require('./formats'); + +module.exports = { + formats: formats, + parse: parse, + stringify: stringify +}; diff --git a/node_modules/request/node_modules/qs/lib/parse.js b/node_modules/request/node_modules/qs/lib/parse.js new file mode 100644 index 0000000..cb7127d --- /dev/null +++ b/node_modules/request/node_modules/qs/lib/parse.js @@ -0,0 +1,175 @@ +'use strict'; + +var utils = require('./utils'); + +var has = Object.prototype.hasOwnProperty; + +var defaults = { + allowDots: false, + allowPrototypes: false, + arrayLimit: 20, + decoder: utils.decode, + delimiter: '&', + depth: 5, + parameterLimit: 1000, + plainObjects: false, + strictNullHandling: false +}; + +var parseValues = function parseQueryStringValues(str, options) { + var obj = {}; + var cleanStr = options.ignoreQueryPrefix ? str.replace(/^\?/, '') : str; + var limit = options.parameterLimit === Infinity ? undefined : options.parameterLimit; + var parts = cleanStr.split(options.delimiter, limit); + + for (var i = 0; i < parts.length; ++i) { + var part = parts[i]; + + var bracketEqualsPos = part.indexOf(']='); + var pos = bracketEqualsPos === -1 ? part.indexOf('=') : bracketEqualsPos + 1; + + var key, val; + if (pos === -1) { + key = options.decoder(part, defaults.decoder); + val = options.strictNullHandling ? null : ''; + } else { + key = options.decoder(part.slice(0, pos), defaults.decoder); + val = options.decoder(part.slice(pos + 1), defaults.decoder); + } + if (has.call(obj, key)) { + obj[key] = [].concat(obj[key]).concat(val); + } else { + obj[key] = val; + } + } + + return obj; +}; + +var parseObject = function (chain, val, options) { + var leaf = val; + + for (var i = chain.length - 1; i >= 0; --i) { + var obj; + var root = chain[i]; + + if (root === '[]' && options.parseArrays) { + obj = [].concat(leaf); + } else { + obj = options.plainObjects ? Object.create(null) : {}; + var cleanRoot = root.charAt(0) === '[' && root.charAt(root.length - 1) === ']' ? root.slice(1, -1) : root; + var index = parseInt(cleanRoot, 10); + if (!options.parseArrays && cleanRoot === '') { + obj = { 0: leaf }; + } else if ( + !isNaN(index) + && root !== cleanRoot + && String(index) === cleanRoot + && index >= 0 + && (options.parseArrays && index <= options.arrayLimit) + ) { + obj = []; + obj[index] = leaf; + } else if (cleanRoot !== '__proto__') { + obj[cleanRoot] = leaf; + } + } + + leaf = obj; + } + + return leaf; +}; + +var parseKeys = function parseQueryStringKeys(givenKey, val, options) { + if (!givenKey) { + return; + } + + // Transform dot notation to bracket notation + var key = options.allowDots ? givenKey.replace(/\.([^.[]+)/g, '[$1]') : givenKey; + + // The regex chunks + + var brackets = /(\[[^[\]]*])/; + var child = /(\[[^[\]]*])/g; + + // Get the parent + + var segment = brackets.exec(key); + var parent = segment ? key.slice(0, segment.index) : key; + + // Stash the parent if it exists + + var keys = []; + if (parent) { + // If we aren't using plain objects, optionally prefix keys + // that would overwrite object prototype properties + if (!options.plainObjects && has.call(Object.prototype, parent)) { + if (!options.allowPrototypes) { + return; + } + } + + keys.push(parent); + } + + // Loop through children appending to the array until we hit depth + + var i = 0; + while ((segment = child.exec(key)) !== null && i < options.depth) { + i += 1; + if (!options.plainObjects && has.call(Object.prototype, segment[1].slice(1, -1))) { + if (!options.allowPrototypes) { + return; + } + } + keys.push(segment[1]); + } + + // If there's a remainder, just add whatever is left + + if (segment) { + keys.push('[' + key.slice(segment.index) + ']'); + } + + return parseObject(keys, val, options); +}; + +module.exports = function (str, opts) { + var options = opts ? utils.assign({}, opts) : {}; + + if (options.decoder !== null && options.decoder !== undefined && typeof options.decoder !== 'function') { + throw new TypeError('Decoder has to be a function.'); + } + + options.ignoreQueryPrefix = options.ignoreQueryPrefix === true; + options.delimiter = typeof options.delimiter === 'string' || utils.isRegExp(options.delimiter) ? options.delimiter : defaults.delimiter; + options.depth = typeof options.depth === 'number' ? options.depth : defaults.depth; + options.arrayLimit = typeof options.arrayLimit === 'number' ? options.arrayLimit : defaults.arrayLimit; + options.parseArrays = options.parseArrays !== false; + options.decoder = typeof options.decoder === 'function' ? options.decoder : defaults.decoder; + options.allowDots = typeof options.allowDots === 'boolean' ? options.allowDots : defaults.allowDots; + options.plainObjects = typeof options.plainObjects === 'boolean' ? options.plainObjects : defaults.plainObjects; + options.allowPrototypes = typeof options.allowPrototypes === 'boolean' ? options.allowPrototypes : defaults.allowPrototypes; + options.parameterLimit = typeof options.parameterLimit === 'number' ? options.parameterLimit : defaults.parameterLimit; + options.strictNullHandling = typeof options.strictNullHandling === 'boolean' ? options.strictNullHandling : defaults.strictNullHandling; + + if (str === '' || str === null || typeof str === 'undefined') { + return options.plainObjects ? Object.create(null) : {}; + } + + var tempObj = typeof str === 'string' ? parseValues(str, options) : str; + var obj = options.plainObjects ? Object.create(null) : {}; + + // Iterate over the keys and setup the new object + + var keys = Object.keys(tempObj); + for (var i = 0; i < keys.length; ++i) { + var key = keys[i]; + var newObj = parseKeys(key, tempObj[key], options); + obj = utils.merge(obj, newObj, options); + } + + return utils.compact(obj); +}; diff --git a/node_modules/request/node_modules/qs/lib/stringify.js b/node_modules/request/node_modules/qs/lib/stringify.js new file mode 100644 index 0000000..12a96e6 --- /dev/null +++ b/node_modules/request/node_modules/qs/lib/stringify.js @@ -0,0 +1,217 @@ +'use strict'; + +var utils = require('./utils'); +var formats = require('./formats'); + +var arrayPrefixGenerators = { + brackets: function brackets(prefix) { + return prefix + '[]'; + }, + indices: function indices(prefix, key) { + return prefix + '[' + key + ']'; + }, + repeat: function repeat(prefix) { + return prefix; + } +}; + +var isArray = Array.isArray; +var push = Array.prototype.push; +var pushToArray = function (arr, valueOrArray) { + push.apply(arr, isArray(valueOrArray) ? valueOrArray : [valueOrArray]); +}; + +var toISO = Date.prototype.toISOString; + +var defaults = { + delimiter: '&', + encode: true, + encoder: utils.encode, + encodeValuesOnly: false, + serializeDate: function serializeDate(date) { + return toISO.call(date); + }, + skipNulls: false, + strictNullHandling: false +}; + +var stringify = function stringify( + object, + prefix, + generateArrayPrefix, + strictNullHandling, + skipNulls, + encoder, + filter, + sort, + allowDots, + serializeDate, + formatter, + encodeValuesOnly +) { + var obj = object; + if (typeof filter === 'function') { + obj = filter(prefix, obj); + } else if (obj instanceof Date) { + obj = serializeDate(obj); + } + + if (obj === null) { + if (strictNullHandling) { + return encoder && !encodeValuesOnly ? encoder(prefix, defaults.encoder) : prefix; + } + + obj = ''; + } + + if (typeof obj === 'string' || typeof obj === 'number' || typeof obj === 'boolean' || utils.isBuffer(obj)) { + if (encoder) { + var keyValue = encodeValuesOnly ? prefix : encoder(prefix, defaults.encoder); + return [formatter(keyValue) + '=' + formatter(encoder(obj, defaults.encoder))]; + } + return [formatter(prefix) + '=' + formatter(String(obj))]; + } + + var values = []; + + if (typeof obj === 'undefined') { + return values; + } + + var objKeys; + if (isArray(filter)) { + objKeys = filter; + } else { + var keys = Object.keys(obj); + objKeys = sort ? keys.sort(sort) : keys; + } + + for (var i = 0; i < objKeys.length; ++i) { + var key = objKeys[i]; + + if (skipNulls && obj[key] === null) { + continue; + } + + if (isArray(obj)) { + pushToArray(values, stringify( + obj[key], + generateArrayPrefix(prefix, key), + generateArrayPrefix, + strictNullHandling, + skipNulls, + encoder, + filter, + sort, + allowDots, + serializeDate, + formatter, + encodeValuesOnly + )); + } else { + pushToArray(values, stringify( + obj[key], + prefix + (allowDots ? '.' + key : '[' + key + ']'), + generateArrayPrefix, + strictNullHandling, + skipNulls, + encoder, + filter, + sort, + allowDots, + serializeDate, + formatter, + encodeValuesOnly + )); + } + } + + return values; +}; + +module.exports = function (object, opts) { + var obj = object; + var options = opts ? utils.assign({}, opts) : {}; + + if (options.encoder !== null && typeof options.encoder !== 'undefined' && typeof options.encoder !== 'function') { + throw new TypeError('Encoder has to be a function.'); + } + + var delimiter = typeof options.delimiter === 'undefined' ? defaults.delimiter : options.delimiter; + var strictNullHandling = typeof options.strictNullHandling === 'boolean' ? options.strictNullHandling : defaults.strictNullHandling; + var skipNulls = typeof options.skipNulls === 'boolean' ? options.skipNulls : defaults.skipNulls; + var encode = typeof options.encode === 'boolean' ? options.encode : defaults.encode; + var encoder = typeof options.encoder === 'function' ? options.encoder : defaults.encoder; + var sort = typeof options.sort === 'function' ? options.sort : null; + var allowDots = typeof options.allowDots === 'undefined' ? false : options.allowDots; + var serializeDate = typeof options.serializeDate === 'function' ? options.serializeDate : defaults.serializeDate; + var encodeValuesOnly = typeof options.encodeValuesOnly === 'boolean' ? options.encodeValuesOnly : defaults.encodeValuesOnly; + if (typeof options.format === 'undefined') { + options.format = formats['default']; + } else if (!Object.prototype.hasOwnProperty.call(formats.formatters, options.format)) { + throw new TypeError('Unknown format option provided.'); + } + var formatter = formats.formatters[options.format]; + var objKeys; + var filter; + + if (typeof options.filter === 'function') { + filter = options.filter; + obj = filter('', obj); + } else if (isArray(options.filter)) { + filter = options.filter; + objKeys = filter; + } + + var keys = []; + + if (typeof obj !== 'object' || obj === null) { + return ''; + } + + var arrayFormat; + if (options.arrayFormat in arrayPrefixGenerators) { + arrayFormat = options.arrayFormat; + } else if ('indices' in options) { + arrayFormat = options.indices ? 'indices' : 'repeat'; + } else { + arrayFormat = 'indices'; + } + + var generateArrayPrefix = arrayPrefixGenerators[arrayFormat]; + + if (!objKeys) { + objKeys = Object.keys(obj); + } + + if (sort) { + objKeys.sort(sort); + } + + for (var i = 0; i < objKeys.length; ++i) { + var key = objKeys[i]; + + if (skipNulls && obj[key] === null) { + continue; + } + pushToArray(keys, stringify( + obj[key], + key, + generateArrayPrefix, + strictNullHandling, + skipNulls, + encode ? encoder : null, + filter, + sort, + allowDots, + serializeDate, + formatter, + encodeValuesOnly + )); + } + + var joined = keys.join(delimiter); + var prefix = options.addQueryPrefix === true ? '?' : ''; + + return joined.length > 0 ? prefix + joined : ''; +}; diff --git a/node_modules/request/node_modules/qs/lib/utils.js b/node_modules/request/node_modules/qs/lib/utils.js new file mode 100644 index 0000000..6592e20 --- /dev/null +++ b/node_modules/request/node_modules/qs/lib/utils.js @@ -0,0 +1,215 @@ +'use strict'; + +var has = Object.prototype.hasOwnProperty; + +var hexTable = (function () { + var array = []; + for (var i = 0; i < 256; ++i) { + array.push('%' + ((i < 16 ? '0' : '') + i.toString(16)).toUpperCase()); + } + + return array; +}()); + +var compactQueue = function compactQueue(queue) { + var obj; + + while (queue.length) { + var item = queue.pop(); + obj = item.obj[item.prop]; + + if (Array.isArray(obj)) { + var compacted = []; + + for (var j = 0; j < obj.length; ++j) { + if (typeof obj[j] !== 'undefined') { + compacted.push(obj[j]); + } + } + + item.obj[item.prop] = compacted; + } + } + + return obj; +}; + +var arrayToObject = function arrayToObject(source, options) { + var obj = options && options.plainObjects ? Object.create(null) : {}; + for (var i = 0; i < source.length; ++i) { + if (typeof source[i] !== 'undefined') { + obj[i] = source[i]; + } + } + + return obj; +}; + +var merge = function merge(target, source, options) { + if (!source) { + return target; + } + + if (typeof source !== 'object') { + if (Array.isArray(target)) { + target.push(source); + } else if (target && typeof target === 'object') { + if ((options && (options.plainObjects || options.allowPrototypes)) || !has.call(Object.prototype, source)) { + target[source] = true; + } + } else { + return [target, source]; + } + + return target; + } + + if (!target || typeof target !== 'object') { + return [target].concat(source); + } + + var mergeTarget = target; + if (Array.isArray(target) && !Array.isArray(source)) { + mergeTarget = arrayToObject(target, options); + } + + if (Array.isArray(target) && Array.isArray(source)) { + source.forEach(function (item, i) { + if (has.call(target, i)) { + var targetItem = target[i]; + if (targetItem && typeof targetItem === 'object' && item && typeof item === 'object') { + target[i] = merge(targetItem, item, options); + } else { + target.push(item); + } + } else { + target[i] = item; + } + }); + return target; + } + + return Object.keys(source).reduce(function (acc, key) { + var value = source[key]; + + if (has.call(acc, key)) { + acc[key] = merge(acc[key], value, options); + } else { + acc[key] = value; + } + return acc; + }, mergeTarget); +}; + +var assign = function assignSingleSource(target, source) { + return Object.keys(source).reduce(function (acc, key) { + acc[key] = source[key]; + return acc; + }, target); +}; + +var decode = function (str) { + try { + return decodeURIComponent(str.replace(/\+/g, ' ')); + } catch (e) { + return str; + } +}; + +var encode = function encode(str) { + // This code was originally written by Brian White (mscdex) for the io.js core querystring library. + // It has been adapted here for stricter adherence to RFC 3986 + if (str.length === 0) { + return str; + } + + var string = typeof str === 'string' ? str : String(str); + + var out = ''; + for (var i = 0; i < string.length; ++i) { + var c = string.charCodeAt(i); + + if ( + c === 0x2D // - + || c === 0x2E // . + || c === 0x5F // _ + || c === 0x7E // ~ + || (c >= 0x30 && c <= 0x39) // 0-9 + || (c >= 0x41 && c <= 0x5A) // a-z + || (c >= 0x61 && c <= 0x7A) // A-Z + ) { + out += string.charAt(i); + continue; + } + + if (c < 0x80) { + out = out + hexTable[c]; + continue; + } + + if (c < 0x800) { + out = out + (hexTable[0xC0 | (c >> 6)] + hexTable[0x80 | (c & 0x3F)]); + continue; + } + + if (c < 0xD800 || c >= 0xE000) { + out = out + (hexTable[0xE0 | (c >> 12)] + hexTable[0x80 | ((c >> 6) & 0x3F)] + hexTable[0x80 | (c & 0x3F)]); + continue; + } + + i += 1; + c = 0x10000 + (((c & 0x3FF) << 10) | (string.charCodeAt(i) & 0x3FF)); + /* eslint operator-linebreak: [2, "before"] */ + out += hexTable[0xF0 | (c >> 18)] + + hexTable[0x80 | ((c >> 12) & 0x3F)] + + hexTable[0x80 | ((c >> 6) & 0x3F)] + + hexTable[0x80 | (c & 0x3F)]; + } + + return out; +}; + +var compact = function compact(value) { + var queue = [{ obj: { o: value }, prop: 'o' }]; + var refs = []; + + for (var i = 0; i < queue.length; ++i) { + var item = queue[i]; + var obj = item.obj[item.prop]; + + var keys = Object.keys(obj); + for (var j = 0; j < keys.length; ++j) { + var key = keys[j]; + var val = obj[key]; + if (typeof val === 'object' && val !== null && refs.indexOf(val) === -1) { + queue.push({ obj: obj, prop: key }); + refs.push(val); + } + } + } + + return compactQueue(queue); +}; + +var isRegExp = function isRegExp(obj) { + return Object.prototype.toString.call(obj) === '[object RegExp]'; +}; + +var isBuffer = function isBuffer(obj) { + if (obj === null || typeof obj === 'undefined') { + return false; + } + + return !!(obj.constructor && obj.constructor.isBuffer && obj.constructor.isBuffer(obj)); +}; + +module.exports = { + arrayToObject: arrayToObject, + assign: assign, + compact: compact, + decode: decode, + encode: encode, + isBuffer: isBuffer, + isRegExp: isRegExp, + merge: merge +}; diff --git a/node_modules/request/node_modules/qs/package.json b/node_modules/request/node_modules/qs/package.json new file mode 100644 index 0000000..cc651b8 --- /dev/null +++ b/node_modules/request/node_modules/qs/package.json @@ -0,0 +1,54 @@ +{ + "name": "qs", + "description": "A querystring parser that supports nesting and arrays, with a depth limit", + "homepage": "https://github.com/ljharb/qs", + "version": "6.5.3", + "repository": { + "type": "git", + "url": "https://github.com/ljharb/qs.git" + }, + "main": "lib/index.js", + "contributors": [ + { + "name": "Jordan Harband", + "email": "ljharb@gmail.com", + "url": "http://ljharb.codes" + } + ], + "keywords": [ + "querystring", + "qs" + ], + "engines": { + "node": ">=0.6" + }, + "devDependencies": { + "@ljharb/eslint-config": "^20.1.0", + "aud": "^1.1.5", + "browserify": "^16.5.2", + "eclint": "^2.8.1", + "eslint": "^8.6.0", + "evalmd": "^0.0.17", + "iconv-lite": "^0.4.24", + "in-publish": "^2.0.1", + "mkdirp": "^0.5.1", + "nyc": "^10.3.2", + "qs-iconv": "^1.0.4", + "safe-publish-latest": "^2.0.0", + "safer-buffer": "^2.1.2", + "tape": "^5.4.0" + }, + "scripts": { + "prepublishOnly": "safe-publish-latest && npm run dist", + "prepublish": "not-in-publish || npm run prepublishOnly", + "pretest": "npm run --silent readme && npm run --silent lint", + "test": "npm run --silent tests-only", + "tests-only": "nyc tape 'test/**/*.js'", + "posttest": "aud --production", + "readme": "evalmd README.md", + "postlint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", + "lint": "eslint --ext=js,mjs .", + "dist": "mkdirp dist && browserify --standalone Qs lib/index.js > dist/qs.js" + }, + "license": "BSD-3-Clause" +} diff --git a/node_modules/request/node_modules/qs/test/index.js b/node_modules/request/node_modules/qs/test/index.js new file mode 100644 index 0000000..5e6bc8f --- /dev/null +++ b/node_modules/request/node_modules/qs/test/index.js @@ -0,0 +1,7 @@ +'use strict'; + +require('./parse'); + +require('./stringify'); + +require('./utils'); diff --git a/node_modules/request/node_modules/qs/test/parse.js b/node_modules/request/node_modules/qs/test/parse.js new file mode 100644 index 0000000..7c19838 --- /dev/null +++ b/node_modules/request/node_modules/qs/test/parse.js @@ -0,0 +1,649 @@ +'use strict'; + +var test = require('tape'); +var qs = require('../'); +var utils = require('../lib/utils'); +var iconv = require('iconv-lite'); +var SaferBuffer = require('safer-buffer').Buffer; + +test('parse()', function (t) { + t.test('parses a simple string', function (st) { + st.deepEqual(qs.parse('0=foo'), { 0: 'foo' }); + st.deepEqual(qs.parse('foo=c++'), { foo: 'c ' }); + st.deepEqual(qs.parse('a[>=]=23'), { a: { '>=': '23' } }); + st.deepEqual(qs.parse('a[<=>]==23'), { a: { '<=>': '=23' } }); + st.deepEqual(qs.parse('a[==]=23'), { a: { '==': '23' } }); + st.deepEqual(qs.parse('foo', { strictNullHandling: true }), { foo: null }); + st.deepEqual(qs.parse('foo'), { foo: '' }); + st.deepEqual(qs.parse('foo='), { foo: '' }); + st.deepEqual(qs.parse('foo=bar'), { foo: 'bar' }); + st.deepEqual(qs.parse(' foo = bar = baz '), { ' foo ': ' bar = baz ' }); + st.deepEqual(qs.parse('foo=bar=baz'), { foo: 'bar=baz' }); + st.deepEqual(qs.parse('foo=bar&bar=baz'), { foo: 'bar', bar: 'baz' }); + st.deepEqual(qs.parse('foo2=bar2&baz2='), { foo2: 'bar2', baz2: '' }); + st.deepEqual(qs.parse('foo=bar&baz', { strictNullHandling: true }), { foo: 'bar', baz: null }); + st.deepEqual(qs.parse('foo=bar&baz'), { foo: 'bar', baz: '' }); + st.deepEqual(qs.parse('cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World'), { + cht: 'p3', + chd: 't:60,40', + chs: '250x100', + chl: 'Hello|World' + }); + st.end(); + }); + + t.test('allows enabling dot notation', function (st) { + st.deepEqual(qs.parse('a.b=c'), { 'a.b': 'c' }); + st.deepEqual(qs.parse('a.b=c', { allowDots: true }), { a: { b: 'c' } }); + st.end(); + }); + + t.deepEqual(qs.parse('a[b]=c'), { a: { b: 'c' } }, 'parses a single nested string'); + t.deepEqual(qs.parse('a[b][c]=d'), { a: { b: { c: 'd' } } }, 'parses a double nested string'); + t.deepEqual( + qs.parse('a[b][c][d][e][f][g][h]=i'), + { a: { b: { c: { d: { e: { f: { '[g][h]': 'i' } } } } } } }, + 'defaults to a depth of 5' + ); + + t.test('only parses one level when depth = 1', function (st) { + st.deepEqual(qs.parse('a[b][c]=d', { depth: 1 }), { a: { b: { '[c]': 'd' } } }); + st.deepEqual(qs.parse('a[b][c][d]=e', { depth: 1 }), { a: { b: { '[c][d]': 'e' } } }); + st.end(); + }); + + t.deepEqual(qs.parse('a=b&a=c'), { a: ['b', 'c'] }, 'parses a simple array'); + + t.test('parses an explicit array', function (st) { + st.deepEqual(qs.parse('a[]=b'), { a: ['b'] }); + st.deepEqual(qs.parse('a[]=b&a[]=c'), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a[]=b&a[]=c&a[]=d'), { a: ['b', 'c', 'd'] }); + st.end(); + }); + + t.test('parses a mix of simple and explicit arrays', function (st) { + st.deepEqual(qs.parse('a=b&a[]=c'), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a[]=b&a=c'), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a[0]=b&a=c'), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a=b&a[0]=c'), { a: ['b', 'c'] }); + + st.deepEqual(qs.parse('a[1]=b&a=c', { arrayLimit: 20 }), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a[]=b&a=c', { arrayLimit: 0 }), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a[]=b&a=c'), { a: ['b', 'c'] }); + + st.deepEqual(qs.parse('a=b&a[1]=c', { arrayLimit: 20 }), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a=b&a[]=c', { arrayLimit: 0 }), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a=b&a[]=c'), { a: ['b', 'c'] }); + + st.end(); + }); + + t.test('parses a nested array', function (st) { + st.deepEqual(qs.parse('a[b][]=c&a[b][]=d'), { a: { b: ['c', 'd'] } }); + st.deepEqual(qs.parse('a[>=]=25'), { a: { '>=': '25' } }); + st.end(); + }); + + t.test('allows to specify array indices', function (st) { + st.deepEqual(qs.parse('a[1]=c&a[0]=b&a[2]=d'), { a: ['b', 'c', 'd'] }); + st.deepEqual(qs.parse('a[1]=c&a[0]=b'), { a: ['b', 'c'] }); + st.deepEqual(qs.parse('a[1]=c', { arrayLimit: 20 }), { a: ['c'] }); + st.deepEqual(qs.parse('a[1]=c', { arrayLimit: 0 }), { a: { 1: 'c' } }); + st.deepEqual(qs.parse('a[1]=c'), { a: ['c'] }); + st.end(); + }); + + t.test('limits specific array indices to arrayLimit', function (st) { + st.deepEqual(qs.parse('a[20]=a', { arrayLimit: 20 }), { a: ['a'] }); + st.deepEqual(qs.parse('a[21]=a', { arrayLimit: 20 }), { a: { 21: 'a' } }); + st.end(); + }); + + t.deepEqual(qs.parse('a[12b]=c'), { a: { '12b': 'c' } }, 'supports keys that begin with a number'); + + t.test('supports encoded = signs', function (st) { + st.deepEqual(qs.parse('he%3Dllo=th%3Dere'), { 'he=llo': 'th=ere' }); + st.end(); + }); + + t.test('is ok with url encoded strings', function (st) { + st.deepEqual(qs.parse('a[b%20c]=d'), { a: { 'b c': 'd' } }); + st.deepEqual(qs.parse('a[b]=c%20d'), { a: { b: 'c d' } }); + st.end(); + }); + + t.test('allows brackets in the value', function (st) { + st.deepEqual(qs.parse('pets=["tobi"]'), { pets: '["tobi"]' }); + st.deepEqual(qs.parse('operators=[">=", "<="]'), { operators: '[">=", "<="]' }); + st.end(); + }); + + t.test('allows empty values', function (st) { + st.deepEqual(qs.parse(''), {}); + st.deepEqual(qs.parse(null), {}); + st.deepEqual(qs.parse(undefined), {}); + st.end(); + }); + + t.test('transforms arrays to objects', function (st) { + st.deepEqual(qs.parse('foo[0]=bar&foo[bad]=baz'), { foo: { 0: 'bar', bad: 'baz' } }); + st.deepEqual(qs.parse('foo[bad]=baz&foo[0]=bar'), { foo: { bad: 'baz', 0: 'bar' } }); + st.deepEqual(qs.parse('foo[bad]=baz&foo[]=bar'), { foo: { bad: 'baz', 0: 'bar' } }); + st.deepEqual(qs.parse('foo[]=bar&foo[bad]=baz'), { foo: { 0: 'bar', bad: 'baz' } }); + st.deepEqual(qs.parse('foo[bad]=baz&foo[]=bar&foo[]=foo'), { foo: { bad: 'baz', 0: 'bar', 1: 'foo' } }); + st.deepEqual(qs.parse('foo[0][a]=a&foo[0][b]=b&foo[1][a]=aa&foo[1][b]=bb'), { foo: [{ a: 'a', b: 'b' }, { a: 'aa', b: 'bb' }] }); + + st.deepEqual(qs.parse('a[]=b&a[t]=u&a[hasOwnProperty]=c', { allowPrototypes: false }), { a: { 0: 'b', t: 'u' } }); + st.deepEqual(qs.parse('a[]=b&a[t]=u&a[hasOwnProperty]=c', { allowPrototypes: true }), { a: { 0: 'b', t: 'u', hasOwnProperty: 'c' } }); + st.deepEqual(qs.parse('a[]=b&a[hasOwnProperty]=c&a[x]=y', { allowPrototypes: false }), { a: { 0: 'b', x: 'y' } }); + st.deepEqual(qs.parse('a[]=b&a[hasOwnProperty]=c&a[x]=y', { allowPrototypes: true }), { a: { 0: 'b', hasOwnProperty: 'c', x: 'y' } }); + st.end(); + }); + + t.test('transforms arrays to objects (dot notation)', function (st) { + st.deepEqual(qs.parse('foo[0].baz=bar&fool.bad=baz', { allowDots: true }), { foo: [{ baz: 'bar' }], fool: { bad: 'baz' } }); + st.deepEqual(qs.parse('foo[0].baz=bar&fool.bad.boo=baz', { allowDots: true }), { foo: [{ baz: 'bar' }], fool: { bad: { boo: 'baz' } } }); + st.deepEqual(qs.parse('foo[0][0].baz=bar&fool.bad=baz', { allowDots: true }), { foo: [[{ baz: 'bar' }]], fool: { bad: 'baz' } }); + st.deepEqual(qs.parse('foo[0].baz[0]=15&foo[0].bar=2', { allowDots: true }), { foo: [{ baz: ['15'], bar: '2' }] }); + st.deepEqual(qs.parse('foo[0].baz[0]=15&foo[0].baz[1]=16&foo[0].bar=2', { allowDots: true }), { foo: [{ baz: ['15', '16'], bar: '2' }] }); + st.deepEqual(qs.parse('foo.bad=baz&foo[0]=bar', { allowDots: true }), { foo: { bad: 'baz', 0: 'bar' } }); + st.deepEqual(qs.parse('foo.bad=baz&foo[]=bar', { allowDots: true }), { foo: { bad: 'baz', 0: 'bar' } }); + st.deepEqual(qs.parse('foo[]=bar&foo.bad=baz', { allowDots: true }), { foo: { 0: 'bar', bad: 'baz' } }); + st.deepEqual(qs.parse('foo.bad=baz&foo[]=bar&foo[]=foo', { allowDots: true }), { foo: { bad: 'baz', 0: 'bar', 1: 'foo' } }); + st.deepEqual(qs.parse('foo[0].a=a&foo[0].b=b&foo[1].a=aa&foo[1].b=bb', { allowDots: true }), { foo: [{ a: 'a', b: 'b' }, { a: 'aa', b: 'bb' }] }); + st.end(); + }); + + t.test('correctly prunes undefined values when converting an array to an object', function (st) { + st.deepEqual(qs.parse('a[2]=b&a[99999999]=c'), { a: { 2: 'b', 99999999: 'c' } }); + st.end(); + }); + + t.test('supports malformed uri characters', function (st) { + st.deepEqual(qs.parse('{%:%}', { strictNullHandling: true }), { '{%:%}': null }); + st.deepEqual(qs.parse('{%:%}='), { '{%:%}': '' }); + st.deepEqual(qs.parse('foo=%:%}'), { foo: '%:%}' }); + st.end(); + }); + + t.test('doesn\'t produce empty keys', function (st) { + st.deepEqual(qs.parse('_r=1&'), { _r: '1' }); + st.end(); + }); + + t.test('cannot access Object prototype', function (st) { + qs.parse('constructor[prototype][bad]=bad'); + qs.parse('bad[constructor][prototype][bad]=bad'); + st.equal(typeof Object.prototype.bad, 'undefined'); + st.end(); + }); + + t.test('parses arrays of objects', function (st) { + st.deepEqual(qs.parse('a[][b]=c'), { a: [{ b: 'c' }] }); + st.deepEqual(qs.parse('a[0][b]=c'), { a: [{ b: 'c' }] }); + st.end(); + }); + + t.test('allows for empty strings in arrays', function (st) { + st.deepEqual(qs.parse('a[]=b&a[]=&a[]=c'), { a: ['b', '', 'c'] }); + + st.deepEqual( + qs.parse('a[0]=b&a[1]&a[2]=c&a[19]=', { strictNullHandling: true, arrayLimit: 20 }), + { a: ['b', null, 'c', ''] }, + 'with arrayLimit 20 + array indices: null then empty string works' + ); + st.deepEqual( + qs.parse('a[]=b&a[]&a[]=c&a[]=', { strictNullHandling: true, arrayLimit: 0 }), + { a: ['b', null, 'c', ''] }, + 'with arrayLimit 0 + array brackets: null then empty string works' + ); + + st.deepEqual( + qs.parse('a[0]=b&a[1]=&a[2]=c&a[19]', { strictNullHandling: true, arrayLimit: 20 }), + { a: ['b', '', 'c', null] }, + 'with arrayLimit 20 + array indices: empty string then null works' + ); + st.deepEqual( + qs.parse('a[]=b&a[]=&a[]=c&a[]', { strictNullHandling: true, arrayLimit: 0 }), + { a: ['b', '', 'c', null] }, + 'with arrayLimit 0 + array brackets: empty string then null works' + ); + + st.deepEqual( + qs.parse('a[]=&a[]=b&a[]=c'), + { a: ['', 'b', 'c'] }, + 'array brackets: empty strings work' + ); + st.end(); + }); + + t.test('compacts sparse arrays', function (st) { + st.deepEqual(qs.parse('a[10]=1&a[2]=2', { arrayLimit: 20 }), { a: ['2', '1'] }); + st.deepEqual(qs.parse('a[1][b][2][c]=1', { arrayLimit: 20 }), { a: [{ b: [{ c: '1' }] }] }); + st.deepEqual(qs.parse('a[1][2][3][c]=1', { arrayLimit: 20 }), { a: [[[{ c: '1' }]]] }); + st.deepEqual(qs.parse('a[1][2][3][c][1]=1', { arrayLimit: 20 }), { a: [[[{ c: ['1'] }]]] }); + st.end(); + }); + + t.test('parses semi-parsed strings', function (st) { + st.deepEqual(qs.parse({ 'a[b]': 'c' }), { a: { b: 'c' } }); + st.deepEqual(qs.parse({ 'a[b]': 'c', 'a[d]': 'e' }), { a: { b: 'c', d: 'e' } }); + st.end(); + }); + + t.test('parses buffers correctly', function (st) { + var b = SaferBuffer.from('test'); + st.deepEqual(qs.parse({ a: b }), { a: b }); + st.end(); + }); + + t.test('parses jquery-param strings', function (st) { + // readable = 'filter[0][]=int1&filter[0][]==&filter[0][]=77&filter[]=and&filter[2][]=int2&filter[2][]==&filter[2][]=8' + var encoded = 'filter%5B0%5D%5B%5D=int1&filter%5B0%5D%5B%5D=%3D&filter%5B0%5D%5B%5D=77&filter%5B%5D=and&filter%5B2%5D%5B%5D=int2&filter%5B2%5D%5B%5D=%3D&filter%5B2%5D%5B%5D=8'; + var expected = { filter: [['int1', '=', '77'], 'and', ['int2', '=', '8']] }; + st.deepEqual(qs.parse(encoded), expected); + st.end(); + }); + + t.test('continues parsing when no parent is found', function (st) { + st.deepEqual(qs.parse('[]=&a=b'), { 0: '', a: 'b' }); + st.deepEqual(qs.parse('[]&a=b', { strictNullHandling: true }), { 0: null, a: 'b' }); + st.deepEqual(qs.parse('[foo]=bar'), { foo: 'bar' }); + st.end(); + }); + + t.test('does not error when parsing a very long array', function (st) { + var str = 'a[]=a'; + while (Buffer.byteLength(str) < 128 * 1024) { + str = str + '&' + str; + } + + st.doesNotThrow(function () { + qs.parse(str); + }); + + st.end(); + }); + + t.test('should not throw when a native prototype has an enumerable property', function (st) { + Object.prototype.crash = ''; + Array.prototype.crash = ''; + st.doesNotThrow(qs.parse.bind(null, 'a=b')); + st.deepEqual(qs.parse('a=b'), { a: 'b' }); + st.doesNotThrow(qs.parse.bind(null, 'a[][b]=c')); + st.deepEqual(qs.parse('a[][b]=c'), { a: [{ b: 'c' }] }); + delete Object.prototype.crash; + delete Array.prototype.crash; + st.end(); + }); + + t.test('parses a string with an alternative string delimiter', function (st) { + st.deepEqual(qs.parse('a=b;c=d', { delimiter: ';' }), { a: 'b', c: 'd' }); + st.end(); + }); + + t.test('parses a string with an alternative RegExp delimiter', function (st) { + st.deepEqual(qs.parse('a=b; c=d', { delimiter: /[;,] */ }), { a: 'b', c: 'd' }); + st.end(); + }); + + t.test('does not use non-splittable objects as delimiters', function (st) { + st.deepEqual(qs.parse('a=b&c=d', { delimiter: true }), { a: 'b', c: 'd' }); + st.end(); + }); + + t.test('allows overriding parameter limit', function (st) { + st.deepEqual(qs.parse('a=b&c=d', { parameterLimit: 1 }), { a: 'b' }); + st.end(); + }); + + t.test('allows setting the parameter limit to Infinity', function (st) { + st.deepEqual(qs.parse('a=b&c=d', { parameterLimit: Infinity }), { a: 'b', c: 'd' }); + st.end(); + }); + + t.test('allows overriding array limit', function (st) { + st.deepEqual(qs.parse('a[0]=b', { arrayLimit: -1 }), { a: { 0: 'b' } }); + st.deepEqual(qs.parse('a[-1]=b', { arrayLimit: -1 }), { a: { '-1': 'b' } }); + st.deepEqual(qs.parse('a[0]=b&a[1]=c', { arrayLimit: 0 }), { a: { 0: 'b', 1: 'c' } }); + st.end(); + }); + + t.test('allows disabling array parsing', function (st) { + var indices = qs.parse('a[0]=b&a[1]=c', { parseArrays: false }); + st.deepEqual(indices, { a: { 0: 'b', 1: 'c' } }); + st.equal(Array.isArray(indices.a), false, 'parseArrays:false, indices case is not an array'); + + var emptyBrackets = qs.parse('a[]=b', { parseArrays: false }); + st.deepEqual(emptyBrackets, { a: { 0: 'b' } }); + st.equal(Array.isArray(emptyBrackets.a), false, 'parseArrays:false, empty brackets case is not an array'); + + st.end(); + }); + + t.test('allows for query string prefix', function (st) { + st.deepEqual(qs.parse('?foo=bar', { ignoreQueryPrefix: true }), { foo: 'bar' }); + st.deepEqual(qs.parse('foo=bar', { ignoreQueryPrefix: true }), { foo: 'bar' }); + st.deepEqual(qs.parse('?foo=bar', { ignoreQueryPrefix: false }), { '?foo': 'bar' }); + st.end(); + }); + + t.test('parses an object', function (st) { + var input = { + 'user[name]': { 'pop[bob]': 3 }, + 'user[email]': null + }; + + var expected = { + user: { + name: { 'pop[bob]': 3 }, + email: null + } + }; + + var result = qs.parse(input); + + st.deepEqual(result, expected); + st.end(); + }); + + t.test('parses an object in dot notation', function (st) { + var input = { + 'user.name': { 'pop[bob]': 3 }, + 'user.email.': null + }; + + var expected = { + user: { + name: { 'pop[bob]': 3 }, + email: null + } + }; + + var result = qs.parse(input, { allowDots: true }); + + st.deepEqual(result, expected); + st.end(); + }); + + t.test('parses an object and not child values', function (st) { + var input = { + 'user[name]': { 'pop[bob]': { test: 3 } }, + 'user[email]': null + }; + + var expected = { + user: { + name: { 'pop[bob]': { test: 3 } }, + email: null + } + }; + + var result = qs.parse(input); + + st.deepEqual(result, expected); + st.end(); + }); + + t.test('does not blow up when Buffer global is missing', function (st) { + var tempBuffer = global.Buffer; + delete global.Buffer; + var result = qs.parse('a=b&c=d'); + global.Buffer = tempBuffer; + st.deepEqual(result, { a: 'b', c: 'd' }); + st.end(); + }); + + t.test('does not crash when parsing circular references', function (st) { + var a = {}; + a.b = a; + + var parsed; + + st.doesNotThrow(function () { + parsed = qs.parse({ 'foo[bar]': 'baz', 'foo[baz]': a }); + }); + + st.equal('foo' in parsed, true, 'parsed has "foo" property'); + st.equal('bar' in parsed.foo, true); + st.equal('baz' in parsed.foo, true); + st.equal(parsed.foo.bar, 'baz'); + st.deepEqual(parsed.foo.baz, a); + st.end(); + }); + + t.test('does not crash when parsing deep objects', function (st) { + var parsed; + var str = 'foo'; + + for (var i = 0; i < 5000; i++) { + str += '[p]'; + } + + str += '=bar'; + + st.doesNotThrow(function () { + parsed = qs.parse(str, { depth: 5000 }); + }); + + st.equal('foo' in parsed, true, 'parsed has "foo" property'); + + var depth = 0; + var ref = parsed.foo; + while ((ref = ref.p)) { + depth += 1; + } + + st.equal(depth, 5000, 'parsed is 5000 properties deep'); + + st.end(); + }); + + t.test('parses null objects correctly', { skip: !Object.create }, function (st) { + var a = Object.create(null); + a.b = 'c'; + + st.deepEqual(qs.parse(a), { b: 'c' }); + var result = qs.parse({ a: a }); + st.equal('a' in result, true, 'result has "a" property'); + st.deepEqual(result.a, a); + st.end(); + }); + + t.test('parses dates correctly', function (st) { + var now = new Date(); + st.deepEqual(qs.parse({ a: now }), { a: now }); + st.end(); + }); + + t.test('parses regular expressions correctly', function (st) { + var re = /^test$/; + st.deepEqual(qs.parse({ a: re }), { a: re }); + st.end(); + }); + + t.test('does not allow overwriting prototype properties', function (st) { + st.deepEqual(qs.parse('a[hasOwnProperty]=b', { allowPrototypes: false }), {}); + st.deepEqual(qs.parse('hasOwnProperty=b', { allowPrototypes: false }), {}); + + st.deepEqual( + qs.parse('toString', { allowPrototypes: false }), + {}, + 'bare "toString" results in {}' + ); + + st.end(); + }); + + t.test('can allow overwriting prototype properties', function (st) { + st.deepEqual(qs.parse('a[hasOwnProperty]=b', { allowPrototypes: true }), { a: { hasOwnProperty: 'b' } }); + st.deepEqual(qs.parse('hasOwnProperty=b', { allowPrototypes: true }), { hasOwnProperty: 'b' }); + + st.deepEqual( + qs.parse('toString', { allowPrototypes: true }), + { toString: '' }, + 'bare "toString" results in { toString: "" }' + ); + + st.end(); + }); + + t.test('params starting with a closing bracket', function (st) { + st.deepEqual(qs.parse(']=toString'), { ']': 'toString' }); + st.deepEqual(qs.parse(']]=toString'), { ']]': 'toString' }); + st.deepEqual(qs.parse(']hello]=toString'), { ']hello]': 'toString' }); + st.end(); + }); + + t.test('params starting with a starting bracket', function (st) { + st.deepEqual(qs.parse('[=toString'), { '[': 'toString' }); + st.deepEqual(qs.parse('[[=toString'), { '[[': 'toString' }); + st.deepEqual(qs.parse('[hello[=toString'), { '[hello[': 'toString' }); + st.end(); + }); + + t.test('add keys to objects', function (st) { + st.deepEqual( + qs.parse('a[b]=c&a=d'), + { a: { b: 'c', d: true } }, + 'can add keys to objects' + ); + + st.deepEqual( + qs.parse('a[b]=c&a=toString'), + { a: { b: 'c' } }, + 'can not overwrite prototype' + ); + + st.deepEqual( + qs.parse('a[b]=c&a=toString', { allowPrototypes: true }), + { a: { b: 'c', toString: true } }, + 'can overwrite prototype with allowPrototypes true' + ); + + st.deepEqual( + qs.parse('a[b]=c&a=toString', { plainObjects: true }), + { __proto__: null, a: { __proto__: null, b: 'c', toString: true } }, + 'can overwrite prototype with plainObjects true' + ); + + st.end(); + }); + + t.test('dunder proto is ignored', function (st) { + var payload = 'categories[__proto__]=login&categories[__proto__]&categories[length]=42'; + var result = qs.parse(payload, { allowPrototypes: true }); + + st.deepEqual( + result, + { + categories: { + length: '42' + } + }, + 'silent [[Prototype]] payload' + ); + + var plainResult = qs.parse(payload, { allowPrototypes: true, plainObjects: true }); + + st.deepEqual( + plainResult, + { + __proto__: null, + categories: { + __proto__: null, + length: '42' + } + }, + 'silent [[Prototype]] payload: plain objects' + ); + + var query = qs.parse('categories[__proto__]=cats&categories[__proto__]=dogs&categories[some][json]=toInject', { allowPrototypes: true }); + + st.notOk(Array.isArray(query.categories), 'is not an array'); + st.notOk(query.categories instanceof Array, 'is not instanceof an array'); + st.deepEqual(query.categories, { some: { json: 'toInject' } }); + st.equal(JSON.stringify(query.categories), '{"some":{"json":"toInject"}}', 'stringifies as a non-array'); + + st.deepEqual( + qs.parse('foo[__proto__][hidden]=value&foo[bar]=stuffs', { allowPrototypes: true }), + { + foo: { + bar: 'stuffs' + } + }, + 'hidden values' + ); + + st.deepEqual( + qs.parse('foo[__proto__][hidden]=value&foo[bar]=stuffs', { allowPrototypes: true, plainObjects: true }), + { + __proto__: null, + foo: { + __proto__: null, + bar: 'stuffs' + } + }, + 'hidden values: plain objects' + ); + + st.end(); + }); + + t.test('can return null objects', { skip: !Object.create }, function (st) { + var expected = Object.create(null); + expected.a = Object.create(null); + expected.a.b = 'c'; + expected.a.hasOwnProperty = 'd'; + st.deepEqual(qs.parse('a[b]=c&a[hasOwnProperty]=d', { plainObjects: true }), expected); + st.deepEqual(qs.parse(null, { plainObjects: true }), Object.create(null)); + var expectedArray = Object.create(null); + expectedArray.a = Object.create(null); + expectedArray.a[0] = 'b'; + expectedArray.a.c = 'd'; + st.deepEqual(qs.parse('a[]=b&a[c]=d', { plainObjects: true }), expectedArray); + st.end(); + }); + + t.test('can parse with custom encoding', function (st) { + st.deepEqual(qs.parse('%8c%a7=%91%e5%8d%e3%95%7b', { + decoder: function (str) { + var reg = /%([0-9A-F]{2})/ig; + var result = []; + var parts = reg.exec(str); + while (parts) { + result.push(parseInt(parts[1], 16)); + parts = reg.exec(str); + } + return String(iconv.decode(SaferBuffer.from(result), 'shift_jis')); + } + }), { 県: '大阪府' }); + st.end(); + }); + + t.test('receives the default decoder as a second argument', function (st) { + st.plan(1); + qs.parse('a', { + decoder: function (str, defaultDecoder) { + st.equal(defaultDecoder, utils.decode); + } + }); + st.end(); + }); + + t.test('throws error with wrong decoder', function (st) { + st['throws'](function () { + qs.parse({}, { decoder: 'string' }); + }, new TypeError('Decoder has to be a function.')); + st.end(); + }); + + t.test('does not mutate the options argument', function (st) { + var options = {}; + qs.parse('a[b]=true', options); + st.deepEqual(options, {}); + st.end(); + }); + + t.end(); +}); diff --git a/node_modules/request/node_modules/qs/test/stringify.js b/node_modules/request/node_modules/qs/test/stringify.js new file mode 100644 index 0000000..08f7843 --- /dev/null +++ b/node_modules/request/node_modules/qs/test/stringify.js @@ -0,0 +1,642 @@ +'use strict'; + +var test = require('tape'); +var qs = require('../'); +var utils = require('../lib/utils'); +var iconv = require('iconv-lite'); +var SaferBuffer = require('safer-buffer').Buffer; + +test('stringify()', function (t) { + t.test('stringifies a querystring object', function (st) { + st.equal(qs.stringify({ a: 'b' }), 'a=b'); + st.equal(qs.stringify({ a: 1 }), 'a=1'); + st.equal(qs.stringify({ a: 1, b: 2 }), 'a=1&b=2'); + st.equal(qs.stringify({ a: 'A_Z' }), 'a=A_Z'); + st.equal(qs.stringify({ a: '€' }), 'a=%E2%82%AC'); + st.equal(qs.stringify({ a: '' }), 'a=%EE%80%80'); + st.equal(qs.stringify({ a: 'א' }), 'a=%D7%90'); + st.equal(qs.stringify({ a: '𐐷' }), 'a=%F0%90%90%B7'); + st.end(); + }); + + t.test('stringifies falsy values', function (st) { + st.equal(qs.stringify(undefined), ''); + st.equal(qs.stringify(null), ''); + st.equal(qs.stringify(null, { strictNullHandling: true }), ''); + st.equal(qs.stringify(false), ''); + st.equal(qs.stringify(0), ''); + st.end(); + }); + + t.test('adds query prefix', function (st) { + st.equal(qs.stringify({ a: 'b' }, { addQueryPrefix: true }), '?a=b'); + st.end(); + }); + + t.test('with query prefix, outputs blank string given an empty object', function (st) { + st.equal(qs.stringify({}, { addQueryPrefix: true }), ''); + st.end(); + }); + + t.test('stringifies nested falsy values', function (st) { + st.equal(qs.stringify({ a: { b: { c: null } } }), 'a%5Bb%5D%5Bc%5D='); + st.equal(qs.stringify({ a: { b: { c: null } } }, { strictNullHandling: true }), 'a%5Bb%5D%5Bc%5D'); + st.equal(qs.stringify({ a: { b: { c: false } } }), 'a%5Bb%5D%5Bc%5D=false'); + st.end(); + }); + + t.test('stringifies a nested object', function (st) { + st.equal(qs.stringify({ a: { b: 'c' } }), 'a%5Bb%5D=c'); + st.equal(qs.stringify({ a: { b: { c: { d: 'e' } } } }), 'a%5Bb%5D%5Bc%5D%5Bd%5D=e'); + st.end(); + }); + + t.test('stringifies a nested object with dots notation', function (st) { + st.equal(qs.stringify({ a: { b: 'c' } }, { allowDots: true }), 'a.b=c'); + st.equal(qs.stringify({ a: { b: { c: { d: 'e' } } } }, { allowDots: true }), 'a.b.c.d=e'); + st.end(); + }); + + t.test('stringifies an array value', function (st) { + st.equal( + qs.stringify({ a: ['b', 'c', 'd'] }, { arrayFormat: 'indices' }), + 'a%5B0%5D=b&a%5B1%5D=c&a%5B2%5D=d', + 'indices => indices' + ); + st.equal( + qs.stringify({ a: ['b', 'c', 'd'] }, { arrayFormat: 'brackets' }), + 'a%5B%5D=b&a%5B%5D=c&a%5B%5D=d', + 'brackets => brackets' + ); + st.equal( + qs.stringify({ a: ['b', 'c', 'd'] }), + 'a%5B0%5D=b&a%5B1%5D=c&a%5B2%5D=d', + 'default => indices' + ); + st.end(); + }); + + t.test('omits nulls when asked', function (st) { + st.equal(qs.stringify({ a: 'b', c: null }, { skipNulls: true }), 'a=b'); + st.end(); + }); + + t.test('omits nested nulls when asked', function (st) { + st.equal(qs.stringify({ a: { b: 'c', d: null } }, { skipNulls: true }), 'a%5Bb%5D=c'); + st.end(); + }); + + t.test('omits array indices when asked', function (st) { + st.equal(qs.stringify({ a: ['b', 'c', 'd'] }, { indices: false }), 'a=b&a=c&a=d'); + st.end(); + }); + + t.test('stringifies a nested array value', function (st) { + st.equal(qs.stringify({ a: { b: ['c', 'd'] } }, { arrayFormat: 'indices' }), 'a%5Bb%5D%5B0%5D=c&a%5Bb%5D%5B1%5D=d'); + st.equal(qs.stringify({ a: { b: ['c', 'd'] } }, { arrayFormat: 'brackets' }), 'a%5Bb%5D%5B%5D=c&a%5Bb%5D%5B%5D=d'); + st.equal(qs.stringify({ a: { b: ['c', 'd'] } }), 'a%5Bb%5D%5B0%5D=c&a%5Bb%5D%5B1%5D=d'); + st.end(); + }); + + t.test('stringifies a nested array value with dots notation', function (st) { + st.equal( + qs.stringify( + { a: { b: ['c', 'd'] } }, + { allowDots: true, encode: false, arrayFormat: 'indices' } + ), + 'a.b[0]=c&a.b[1]=d', + 'indices: stringifies with dots + indices' + ); + st.equal( + qs.stringify( + { a: { b: ['c', 'd'] } }, + { allowDots: true, encode: false, arrayFormat: 'brackets' } + ), + 'a.b[]=c&a.b[]=d', + 'brackets: stringifies with dots + brackets' + ); + st.equal( + qs.stringify( + { a: { b: ['c', 'd'] } }, + { allowDots: true, encode: false } + ), + 'a.b[0]=c&a.b[1]=d', + 'default: stringifies with dots + indices' + ); + st.end(); + }); + + t.test('stringifies an object inside an array', function (st) { + st.equal( + qs.stringify({ a: [{ b: 'c' }] }, { arrayFormat: 'indices' }), + 'a%5B0%5D%5Bb%5D=c', + 'indices => brackets' + ); + st.equal( + qs.stringify({ a: [{ b: 'c' }] }, { arrayFormat: 'brackets' }), + 'a%5B%5D%5Bb%5D=c', + 'brackets => brackets' + ); + st.equal( + qs.stringify({ a: [{ b: 'c' }] }), + 'a%5B0%5D%5Bb%5D=c', + 'default => indices' + ); + + st.equal( + qs.stringify({ a: [{ b: { c: [1] } }] }, { arrayFormat: 'indices' }), + 'a%5B0%5D%5Bb%5D%5Bc%5D%5B0%5D=1', + 'indices => indices' + ); + + st.equal( + qs.stringify({ a: [{ b: { c: [1] } }] }, { arrayFormat: 'brackets' }), + 'a%5B%5D%5Bb%5D%5Bc%5D%5B%5D=1', + 'brackets => brackets' + ); + + st.equal( + qs.stringify({ a: [{ b: { c: [1] } }] }), + 'a%5B0%5D%5Bb%5D%5Bc%5D%5B0%5D=1', + 'default => indices' + ); + + st.end(); + }); + + t.test('stringifies an array with mixed objects and primitives', function (st) { + st.equal( + qs.stringify({ a: [{ b: 1 }, 2, 3] }, { encode: false, arrayFormat: 'indices' }), + 'a[0][b]=1&a[1]=2&a[2]=3', + 'indices => indices' + ); + st.equal( + qs.stringify({ a: [{ b: 1 }, 2, 3] }, { encode: false, arrayFormat: 'brackets' }), + 'a[][b]=1&a[]=2&a[]=3', + 'brackets => brackets' + ); + st.equal( + qs.stringify({ a: [{ b: 1 }, 2, 3] }, { encode: false }), + 'a[0][b]=1&a[1]=2&a[2]=3', + 'default => indices' + ); + + st.end(); + }); + + t.test('stringifies an object inside an array with dots notation', function (st) { + st.equal( + qs.stringify( + { a: [{ b: 'c' }] }, + { allowDots: true, encode: false, arrayFormat: 'indices' } + ), + 'a[0].b=c', + 'indices => indices' + ); + st.equal( + qs.stringify( + { a: [{ b: 'c' }] }, + { allowDots: true, encode: false, arrayFormat: 'brackets' } + ), + 'a[].b=c', + 'brackets => brackets' + ); + st.equal( + qs.stringify( + { a: [{ b: 'c' }] }, + { allowDots: true, encode: false } + ), + 'a[0].b=c', + 'default => indices' + ); + + st.equal( + qs.stringify( + { a: [{ b: { c: [1] } }] }, + { allowDots: true, encode: false, arrayFormat: 'indices' } + ), + 'a[0].b.c[0]=1', + 'indices => indices' + ); + st.equal( + qs.stringify( + { a: [{ b: { c: [1] } }] }, + { allowDots: true, encode: false, arrayFormat: 'brackets' } + ), + 'a[].b.c[]=1', + 'brackets => brackets' + ); + st.equal( + qs.stringify( + { a: [{ b: { c: [1] } }] }, + { allowDots: true, encode: false } + ), + 'a[0].b.c[0]=1', + 'default => indices' + ); + + st.end(); + }); + + t.test('does not omit object keys when indices = false', function (st) { + st.equal(qs.stringify({ a: [{ b: 'c' }] }, { indices: false }), 'a%5Bb%5D=c'); + st.end(); + }); + + t.test('uses indices notation for arrays when indices=true', function (st) { + st.equal(qs.stringify({ a: ['b', 'c'] }, { indices: true }), 'a%5B0%5D=b&a%5B1%5D=c'); + st.end(); + }); + + t.test('uses indices notation for arrays when no arrayFormat is specified', function (st) { + st.equal(qs.stringify({ a: ['b', 'c'] }), 'a%5B0%5D=b&a%5B1%5D=c'); + st.end(); + }); + + t.test('uses indices notation for arrays when no arrayFormat=indices', function (st) { + st.equal(qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'indices' }), 'a%5B0%5D=b&a%5B1%5D=c'); + st.end(); + }); + + t.test('uses repeat notation for arrays when no arrayFormat=repeat', function (st) { + st.equal(qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'repeat' }), 'a=b&a=c'); + st.end(); + }); + + t.test('uses brackets notation for arrays when no arrayFormat=brackets', function (st) { + st.equal(qs.stringify({ a: ['b', 'c'] }, { arrayFormat: 'brackets' }), 'a%5B%5D=b&a%5B%5D=c'); + st.end(); + }); + + t.test('stringifies a complicated object', function (st) { + st.equal(qs.stringify({ a: { b: 'c', d: 'e' } }), 'a%5Bb%5D=c&a%5Bd%5D=e'); + st.end(); + }); + + t.test('stringifies an empty value', function (st) { + st.equal(qs.stringify({ a: '' }), 'a='); + st.equal(qs.stringify({ a: null }, { strictNullHandling: true }), 'a'); + + st.equal(qs.stringify({ a: '', b: '' }), 'a=&b='); + st.equal(qs.stringify({ a: null, b: '' }, { strictNullHandling: true }), 'a&b='); + + st.equal(qs.stringify({ a: { b: '' } }), 'a%5Bb%5D='); + st.equal(qs.stringify({ a: { b: null } }, { strictNullHandling: true }), 'a%5Bb%5D'); + st.equal(qs.stringify({ a: { b: null } }, { strictNullHandling: false }), 'a%5Bb%5D='); + + st.end(); + }); + + t.test('stringifies a null object', { skip: !Object.create }, function (st) { + var obj = Object.create(null); + obj.a = 'b'; + st.equal(qs.stringify(obj), 'a=b'); + st.end(); + }); + + t.test('returns an empty string for invalid input', function (st) { + st.equal(qs.stringify(undefined), ''); + st.equal(qs.stringify(false), ''); + st.equal(qs.stringify(null), ''); + st.equal(qs.stringify(''), ''); + st.end(); + }); + + t.test('stringifies an object with a null object as a child', { skip: !Object.create }, function (st) { + var obj = { a: Object.create(null) }; + + obj.a.b = 'c'; + st.equal(qs.stringify(obj), 'a%5Bb%5D=c'); + st.end(); + }); + + t.test('drops keys with a value of undefined', function (st) { + st.equal(qs.stringify({ a: undefined }), ''); + + st.equal(qs.stringify({ a: { b: undefined, c: null } }, { strictNullHandling: true }), 'a%5Bc%5D'); + st.equal(qs.stringify({ a: { b: undefined, c: null } }, { strictNullHandling: false }), 'a%5Bc%5D='); + st.equal(qs.stringify({ a: { b: undefined, c: '' } }), 'a%5Bc%5D='); + st.end(); + }); + + t.test('url encodes values', function (st) { + st.equal(qs.stringify({ a: 'b c' }), 'a=b%20c'); + st.end(); + }); + + t.test('stringifies a date', function (st) { + var now = new Date(); + var str = 'a=' + encodeURIComponent(now.toISOString()); + st.equal(qs.stringify({ a: now }), str); + st.end(); + }); + + t.test('stringifies the weird object from qs', function (st) { + st.equal(qs.stringify({ 'my weird field': '~q1!2"\'w$5&7/z8)?' }), 'my%20weird%20field=~q1%212%22%27w%245%267%2Fz8%29%3F'); + st.end(); + }); + + t.test('skips properties that are part of the object prototype', function (st) { + Object.prototype.crash = 'test'; + st.equal(qs.stringify({ a: 'b' }), 'a=b'); + st.equal(qs.stringify({ a: { b: 'c' } }), 'a%5Bb%5D=c'); + delete Object.prototype.crash; + st.end(); + }); + + t.test('stringifies boolean values', function (st) { + st.equal(qs.stringify({ a: true }), 'a=true'); + st.equal(qs.stringify({ a: { b: true } }), 'a%5Bb%5D=true'); + st.equal(qs.stringify({ b: false }), 'b=false'); + st.equal(qs.stringify({ b: { c: false } }), 'b%5Bc%5D=false'); + st.end(); + }); + + t.test('stringifies buffer values', function (st) { + st.equal(qs.stringify({ a: SaferBuffer.from('test') }), 'a=test'); + st.equal(qs.stringify({ a: { b: SaferBuffer.from('test') } }), 'a%5Bb%5D=test'); + st.end(); + }); + + t.test('stringifies an object using an alternative delimiter', function (st) { + st.equal(qs.stringify({ a: 'b', c: 'd' }, { delimiter: ';' }), 'a=b;c=d'); + st.end(); + }); + + t.test('doesn\'t blow up when Buffer global is missing', function (st) { + var tempBuffer = global.Buffer; + delete global.Buffer; + var result = qs.stringify({ a: 'b', c: 'd' }); + global.Buffer = tempBuffer; + st.equal(result, 'a=b&c=d'); + st.end(); + }); + + t.test('selects properties when filter=array', function (st) { + st.equal(qs.stringify({ a: 'b' }, { filter: ['a'] }), 'a=b'); + st.equal(qs.stringify({ a: 1 }, { filter: [] }), ''); + + st.equal( + qs.stringify( + { a: { b: [1, 2, 3, 4], c: 'd' }, c: 'f' }, + { filter: ['a', 'b', 0, 2], arrayFormat: 'indices' } + ), + 'a%5Bb%5D%5B0%5D=1&a%5Bb%5D%5B2%5D=3', + 'indices => indices' + ); + st.equal( + qs.stringify( + { a: { b: [1, 2, 3, 4], c: 'd' }, c: 'f' }, + { filter: ['a', 'b', 0, 2], arrayFormat: 'brackets' } + ), + 'a%5Bb%5D%5B%5D=1&a%5Bb%5D%5B%5D=3', + 'brackets => brackets' + ); + st.equal( + qs.stringify( + { a: { b: [1, 2, 3, 4], c: 'd' }, c: 'f' }, + { filter: ['a', 'b', 0, 2] } + ), + 'a%5Bb%5D%5B0%5D=1&a%5Bb%5D%5B2%5D=3', + 'default => indices' + ); + + st.end(); + }); + + t.test('supports custom representations when filter=function', function (st) { + var calls = 0; + var obj = { a: 'b', c: 'd', e: { f: new Date(1257894000000) } }; + var filterFunc = function (prefix, value) { + calls += 1; + if (calls === 1) { + st.equal(prefix, '', 'prefix is empty'); + st.equal(value, obj); + } else if (prefix === 'c') { + return void 0; + } else if (value instanceof Date) { + st.equal(prefix, 'e[f]'); + return value.getTime(); + } + return value; + }; + + st.equal(qs.stringify(obj, { filter: filterFunc }), 'a=b&e%5Bf%5D=1257894000000'); + st.equal(calls, 5); + st.end(); + }); + + t.test('can disable uri encoding', function (st) { + st.equal(qs.stringify({ a: 'b' }, { encode: false }), 'a=b'); + st.equal(qs.stringify({ a: { b: 'c' } }, { encode: false }), 'a[b]=c'); + st.equal(qs.stringify({ a: 'b', c: null }, { strictNullHandling: true, encode: false }), 'a=b&c'); + st.end(); + }); + + t.test('can sort the keys', function (st) { + var sort = function (a, b) { + return a.localeCompare(b); + }; + st.equal(qs.stringify({ a: 'c', z: 'y', b: 'f' }, { sort: sort }), 'a=c&b=f&z=y'); + st.equal(qs.stringify({ a: 'c', z: { j: 'a', i: 'b' }, b: 'f' }, { sort: sort }), 'a=c&b=f&z%5Bi%5D=b&z%5Bj%5D=a'); + st.end(); + }); + + t.test('can sort the keys at depth 3 or more too', function (st) { + var sort = function (a, b) { + return a.localeCompare(b); + }; + st.equal( + qs.stringify( + { a: 'a', z: { zj: { zjb: 'zjb', zja: 'zja' }, zi: { zib: 'zib', zia: 'zia' } }, b: 'b' }, + { sort: sort, encode: false } + ), + 'a=a&b=b&z[zi][zia]=zia&z[zi][zib]=zib&z[zj][zja]=zja&z[zj][zjb]=zjb' + ); + st.equal( + qs.stringify( + { a: 'a', z: { zj: { zjb: 'zjb', zja: 'zja' }, zi: { zib: 'zib', zia: 'zia' } }, b: 'b' }, + { sort: null, encode: false } + ), + 'a=a&z[zj][zjb]=zjb&z[zj][zja]=zja&z[zi][zib]=zib&z[zi][zia]=zia&b=b' + ); + st.end(); + }); + + t.test('can stringify with custom encoding', function (st) { + st.equal(qs.stringify({ 県: '大阪府', '': '' }, { + encoder: function (str) { + if (str.length === 0) { + return ''; + } + var buf = iconv.encode(str, 'shiftjis'); + var result = []; + for (var i = 0; i < buf.length; ++i) { + result.push(buf.readUInt8(i).toString(16)); + } + return '%' + result.join('%'); + } + }), '%8c%a7=%91%e5%8d%e3%95%7b&='); + st.end(); + }); + + t.test('receives the default encoder as a second argument', function (st) { + st.plan(2); + qs.stringify({ a: 1 }, { + encoder: function (str, defaultEncoder) { + st.equal(defaultEncoder, utils.encode); + } + }); + st.end(); + }); + + t.test('throws error with wrong encoder', function (st) { + st['throws'](function () { + qs.stringify({}, { encoder: 'string' }); + }, new TypeError('Encoder has to be a function.')); + st.end(); + }); + + t.test('can use custom encoder for a buffer object', { skip: typeof Buffer === 'undefined' }, function (st) { + st.equal(qs.stringify({ a: SaferBuffer.from([1]) }, { + encoder: function (buffer) { + if (typeof buffer === 'string') { + return buffer; + } + return String.fromCharCode(buffer.readUInt8(0) + 97); + } + }), 'a=b'); + + st.equal(qs.stringify({ a: SaferBuffer.from('a b') }, { + encoder: function (buffer) { + return buffer; + } + }), 'a=a b'); + st.end(); + }); + + t.test('serializeDate option', function (st) { + var date = new Date(); + st.equal( + qs.stringify({ a: date }), + 'a=' + date.toISOString().replace(/:/g, '%3A'), + 'default is toISOString' + ); + + var mutatedDate = new Date(); + mutatedDate.toISOString = function () { + throw new SyntaxError(); + }; + st['throws'](function () { + mutatedDate.toISOString(); + }, SyntaxError); + st.equal( + qs.stringify({ a: mutatedDate }), + 'a=' + Date.prototype.toISOString.call(mutatedDate).replace(/:/g, '%3A'), + 'toISOString works even when method is not locally present' + ); + + var specificDate = new Date(6); + st.equal( + qs.stringify( + { a: specificDate }, + { serializeDate: function (d) { return d.getTime() * 7; } } + ), + 'a=42', + 'custom serializeDate function called' + ); + + st.end(); + }); + + t.test('RFC 1738 spaces serialization', function (st) { + st.equal(qs.stringify({ a: 'b c' }, { format: qs.formats.RFC1738 }), 'a=b+c'); + st.equal(qs.stringify({ 'a b': 'c d' }, { format: qs.formats.RFC1738 }), 'a+b=c+d'); + st.equal(qs.stringify({ 'a b': SaferBuffer.from('a b') }, { format: qs.formats.RFC1738 }), 'a+b=a+b'); + st.end(); + }); + + t.test('RFC 3986 spaces serialization', function (st) { + st.equal(qs.stringify({ a: 'b c' }, { format: qs.formats.RFC3986 }), 'a=b%20c'); + st.equal(qs.stringify({ 'a b': 'c d' }, { format: qs.formats.RFC3986 }), 'a%20b=c%20d'); + st.equal(qs.stringify({ 'a b': SaferBuffer.from('a b') }, { format: qs.formats.RFC3986 }), 'a%20b=a%20b'); + st.end(); + }); + + t.test('Backward compatibility to RFC 3986', function (st) { + st.equal(qs.stringify({ a: 'b c' }), 'a=b%20c'); + st.equal(qs.stringify({ 'a b': SaferBuffer.from('a b') }), 'a%20b=a%20b'); + st.end(); + }); + + t.test('Edge cases and unknown formats', function (st) { + ['UFO1234', false, 1234, null, {}, []].forEach( + function (format) { + st['throws']( + function () { + qs.stringify({ a: 'b c' }, { format: format }); + }, + new TypeError('Unknown format option provided.') + ); + } + ); + st.end(); + }); + + t.test('encodeValuesOnly', function (st) { + st.equal( + qs.stringify( + { a: 'b', c: ['d', 'e=f'], f: [['g'], ['h']] }, + { encodeValuesOnly: true } + ), + 'a=b&c[0]=d&c[1]=e%3Df&f[0][0]=g&f[1][0]=h' + ); + st.equal( + qs.stringify( + { a: 'b', c: ['d', 'e'], f: [['g'], ['h']] } + ), + 'a=b&c%5B0%5D=d&c%5B1%5D=e&f%5B0%5D%5B0%5D=g&f%5B1%5D%5B0%5D=h' + ); + st.end(); + }); + + t.test('encodeValuesOnly - strictNullHandling', function (st) { + st.equal( + qs.stringify( + { a: { b: null } }, + { encodeValuesOnly: true, strictNullHandling: true } + ), + 'a[b]' + ); + st.end(); + }); + + t.test('does not mutate the options argument', function (st) { + var options = {}; + qs.stringify({}, options); + st.deepEqual(options, {}); + st.end(); + }); + + t.test('strictNullHandling works with custom filter', function (st) { + var filter = function (prefix, value) { + return value; + }; + + var options = { strictNullHandling: true, filter: filter }; + st.equal(qs.stringify({ key: null }, options), 'key'); + st.end(); + }); + + t.test('strictNullHandling works with null serializeDate', function (st) { + var serializeDate = function () { + return null; + }; + var options = { strictNullHandling: true, serializeDate: serializeDate }; + var date = new Date(); + st.equal(qs.stringify({ key: date }, options), 'key'); + st.end(); + }); + + t.end(); +}); diff --git a/node_modules/request/node_modules/qs/test/utils.js b/node_modules/request/node_modules/qs/test/utils.js new file mode 100644 index 0000000..2bfe03a --- /dev/null +++ b/node_modules/request/node_modules/qs/test/utils.js @@ -0,0 +1,65 @@ +'use strict'; + +var test = require('tape'); +var utils = require('../lib/utils'); + +test('merge()', function (t) { + t.deepEqual(utils.merge(null, true), [null, true], 'merges true into null'); + + t.deepEqual(utils.merge(null, [42]), [null, 42], 'merges null into an array'); + + t.deepEqual(utils.merge({ a: 'b' }, { a: 'c' }), { a: ['b', 'c'] }, 'merges two objects with the same key'); + + var oneMerged = utils.merge({ foo: 'bar' }, { foo: { first: '123' } }); + t.deepEqual(oneMerged, { foo: ['bar', { first: '123' }] }, 'merges a standalone and an object into an array'); + + var twoMerged = utils.merge({ foo: ['bar', { first: '123' }] }, { foo: { second: '456' } }); + t.deepEqual(twoMerged, { foo: { 0: 'bar', 1: { first: '123' }, second: '456' } }, 'merges a standalone and two objects into an array'); + + var sandwiched = utils.merge({ foo: ['bar', { first: '123', second: '456' }] }, { foo: 'baz' }); + t.deepEqual(sandwiched, { foo: ['bar', { first: '123', second: '456' }, 'baz'] }, 'merges an object sandwiched by two standalones into an array'); + + var nestedArrays = utils.merge({ foo: ['baz'] }, { foo: ['bar', 'xyzzy'] }); + t.deepEqual(nestedArrays, { foo: ['baz', 'bar', 'xyzzy'] }); + + var noOptionsNonObjectSource = utils.merge({ foo: 'baz' }, 'bar'); + t.deepEqual(noOptionsNonObjectSource, { foo: 'baz', bar: true }); + + t.test( + 'avoids invoking array setters unnecessarily', + { skip: typeof Object.defineProperty !== 'function' }, + function (st) { + var setCount = 0; + var getCount = 0; + var observed = []; + Object.defineProperty(observed, 0, { + get: function () { + getCount += 1; + return { bar: 'baz' }; + }, + set: function () { setCount += 1; } + }); + utils.merge(observed, [null]); + st.equal(setCount, 0); + st.equal(getCount, 1); + observed[0] = observed[0]; // eslint-disable-line no-self-assign + st.equal(setCount, 1); + st.equal(getCount, 2); + st.end(); + } + ); + + t.end(); +}); + +test('assign()', function (t) { + var target = { a: 1, b: 2 }; + var source = { b: 3, c: 4 }; + var result = utils.assign(target, source); + + t.equal(result, target, 'returns the target'); + t.deepEqual(target, { a: 1, b: 3, c: 4 }, 'target and source are merged'); + t.deepEqual(source, { b: 3, c: 4 }, 'source is untouched'); + + t.end(); +}); diff --git a/node_modules/request/package.json b/node_modules/request/package.json new file mode 100644 index 0000000..cbb2f2e --- /dev/null +++ b/node_modules/request/package.json @@ -0,0 +1,86 @@ +{ + "name": "request", + "description": "Simplified HTTP request client.", + "keywords": [ + "http", + "simple", + "util", + "utility" + ], + "version": "2.88.2", + "author": "Mikeal Rogers ", + "repository": { + "type": "git", + "url": "https://github.com/request/request.git" + }, + "bugs": { + "url": "http://github.com/request/request/issues" + }, + "license": "Apache-2.0", + "engines": { + "node": ">= 6" + }, + "main": "index.js", + "files": [ + "lib/", + "index.js", + "request.js" + ], + "dependencies": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "scripts": { + "test": "npm run lint && npm run test-ci && npm run test-browser", + "test-ci": "taper tests/test-*.js", + "test-cov": "nyc --reporter=lcov tape tests/test-*.js", + "test-browser": "node tests/browser/start.js", + "lint": "standard" + }, + "devDependencies": { + "bluebird": "^3.2.1", + "browserify": "^13.0.1", + "browserify-istanbul": "^2.0.0", + "buffer-equal": "^1.0.0", + "codecov": "^3.0.4", + "coveralls": "^3.0.2", + "function-bind": "^1.0.2", + "karma": "^3.0.0", + "karma-browserify": "^5.0.1", + "karma-cli": "^1.0.0", + "karma-coverage": "^1.0.0", + "karma-phantomjs-launcher": "^1.0.0", + "karma-tap": "^3.0.1", + "nyc": "^14.1.1", + "phantomjs-prebuilt": "^2.1.3", + "rimraf": "^2.2.8", + "server-destroy": "^1.0.1", + "standard": "^9.0.0", + "tape": "^4.6.0", + "taper": "^0.5.0" + }, + "greenkeeper": { + "ignore": [ + "hawk", + "har-validator" + ] + } +} diff --git a/node_modules/request/request.js b/node_modules/request/request.js new file mode 100644 index 0000000..198b760 --- /dev/null +++ b/node_modules/request/request.js @@ -0,0 +1,1553 @@ +'use strict' + +var http = require('http') +var https = require('https') +var url = require('url') +var util = require('util') +var stream = require('stream') +var zlib = require('zlib') +var aws2 = require('aws-sign2') +var aws4 = require('aws4') +var httpSignature = require('http-signature') +var mime = require('mime-types') +var caseless = require('caseless') +var ForeverAgent = require('forever-agent') +var FormData = require('form-data') +var extend = require('extend') +var isstream = require('isstream') +var isTypedArray = require('is-typedarray').strict +var helpers = require('./lib/helpers') +var cookies = require('./lib/cookies') +var getProxyFromURI = require('./lib/getProxyFromURI') +var Querystring = require('./lib/querystring').Querystring +var Har = require('./lib/har').Har +var Auth = require('./lib/auth').Auth +var OAuth = require('./lib/oauth').OAuth +var hawk = require('./lib/hawk') +var Multipart = require('./lib/multipart').Multipart +var Redirect = require('./lib/redirect').Redirect +var Tunnel = require('./lib/tunnel').Tunnel +var now = require('performance-now') +var Buffer = require('safe-buffer').Buffer + +var safeStringify = helpers.safeStringify +var isReadStream = helpers.isReadStream +var toBase64 = helpers.toBase64 +var defer = helpers.defer +var copy = helpers.copy +var version = helpers.version +var globalCookieJar = cookies.jar() + +var globalPool = {} + +function filterForNonReserved (reserved, options) { + // Filter out properties that are not reserved. + // Reserved values are passed in at call site. + + var object = {} + for (var i in options) { + var notReserved = (reserved.indexOf(i) === -1) + if (notReserved) { + object[i] = options[i] + } + } + return object +} + +function filterOutReservedFunctions (reserved, options) { + // Filter out properties that are functions and are reserved. + // Reserved values are passed in at call site. + + var object = {} + for (var i in options) { + var isReserved = !(reserved.indexOf(i) === -1) + var isFunction = (typeof options[i] === 'function') + if (!(isReserved && isFunction)) { + object[i] = options[i] + } + } + return object +} + +// Return a simpler request object to allow serialization +function requestToJSON () { + var self = this + return { + uri: self.uri, + method: self.method, + headers: self.headers + } +} + +// Return a simpler response object to allow serialization +function responseToJSON () { + var self = this + return { + statusCode: self.statusCode, + body: self.body, + headers: self.headers, + request: requestToJSON.call(self.request) + } +} + +function Request (options) { + // if given the method property in options, set property explicitMethod to true + + // extend the Request instance with any non-reserved properties + // remove any reserved functions from the options object + // set Request instance to be readable and writable + // call init + + var self = this + + // start with HAR, then override with additional options + if (options.har) { + self._har = new Har(self) + options = self._har.options(options) + } + + stream.Stream.call(self) + var reserved = Object.keys(Request.prototype) + var nonReserved = filterForNonReserved(reserved, options) + + extend(self, nonReserved) + options = filterOutReservedFunctions(reserved, options) + + self.readable = true + self.writable = true + if (options.method) { + self.explicitMethod = true + } + self._qs = new Querystring(self) + self._auth = new Auth(self) + self._oauth = new OAuth(self) + self._multipart = new Multipart(self) + self._redirect = new Redirect(self) + self._tunnel = new Tunnel(self) + self.init(options) +} + +util.inherits(Request, stream.Stream) + +// Debugging +Request.debug = process.env.NODE_DEBUG && /\brequest\b/.test(process.env.NODE_DEBUG) +function debug () { + if (Request.debug) { + console.error('REQUEST %s', util.format.apply(util, arguments)) + } +} +Request.prototype.debug = debug + +Request.prototype.init = function (options) { + // init() contains all the code to setup the request object. + // the actual outgoing request is not started until start() is called + // this function is called from both the constructor and on redirect. + var self = this + if (!options) { + options = {} + } + self.headers = self.headers ? copy(self.headers) : {} + + // Delete headers with value undefined since they break + // ClientRequest.OutgoingMessage.setHeader in node 0.12 + for (var headerName in self.headers) { + if (typeof self.headers[headerName] === 'undefined') { + delete self.headers[headerName] + } + } + + caseless.httpify(self, self.headers) + + if (!self.method) { + self.method = options.method || 'GET' + } + if (!self.localAddress) { + self.localAddress = options.localAddress + } + + self._qs.init(options) + + debug(options) + if (!self.pool && self.pool !== false) { + self.pool = globalPool + } + self.dests = self.dests || [] + self.__isRequestRequest = true + + // Protect against double callback + if (!self._callback && self.callback) { + self._callback = self.callback + self.callback = function () { + if (self._callbackCalled) { + return // Print a warning maybe? + } + self._callbackCalled = true + self._callback.apply(self, arguments) + } + self.on('error', self.callback.bind()) + self.on('complete', self.callback.bind(self, null)) + } + + // People use this property instead all the time, so support it + if (!self.uri && self.url) { + self.uri = self.url + delete self.url + } + + // If there's a baseUrl, then use it as the base URL (i.e. uri must be + // specified as a relative path and is appended to baseUrl). + if (self.baseUrl) { + if (typeof self.baseUrl !== 'string') { + return self.emit('error', new Error('options.baseUrl must be a string')) + } + + if (typeof self.uri !== 'string') { + return self.emit('error', new Error('options.uri must be a string when using options.baseUrl')) + } + + if (self.uri.indexOf('//') === 0 || self.uri.indexOf('://') !== -1) { + return self.emit('error', new Error('options.uri must be a path when using options.baseUrl')) + } + + // Handle all cases to make sure that there's only one slash between + // baseUrl and uri. + var baseUrlEndsWithSlash = self.baseUrl.lastIndexOf('/') === self.baseUrl.length - 1 + var uriStartsWithSlash = self.uri.indexOf('/') === 0 + + if (baseUrlEndsWithSlash && uriStartsWithSlash) { + self.uri = self.baseUrl + self.uri.slice(1) + } else if (baseUrlEndsWithSlash || uriStartsWithSlash) { + self.uri = self.baseUrl + self.uri + } else if (self.uri === '') { + self.uri = self.baseUrl + } else { + self.uri = self.baseUrl + '/' + self.uri + } + delete self.baseUrl + } + + // A URI is needed by this point, emit error if we haven't been able to get one + if (!self.uri) { + return self.emit('error', new Error('options.uri is a required argument')) + } + + // If a string URI/URL was given, parse it into a URL object + if (typeof self.uri === 'string') { + self.uri = url.parse(self.uri) + } + + // Some URL objects are not from a URL parsed string and need href added + if (!self.uri.href) { + self.uri.href = url.format(self.uri) + } + + // DEPRECATED: Warning for users of the old Unix Sockets URL Scheme + if (self.uri.protocol === 'unix:') { + return self.emit('error', new Error('`unix://` URL scheme is no longer supported. Please use the format `http://unix:SOCKET:PATH`')) + } + + // Support Unix Sockets + if (self.uri.host === 'unix') { + self.enableUnixSocket() + } + + if (self.strictSSL === false) { + self.rejectUnauthorized = false + } + + if (!self.uri.pathname) { self.uri.pathname = '/' } + + if (!(self.uri.host || (self.uri.hostname && self.uri.port)) && !self.uri.isUnix) { + // Invalid URI: it may generate lot of bad errors, like 'TypeError: Cannot call method `indexOf` of undefined' in CookieJar + // Detect and reject it as soon as possible + var faultyUri = url.format(self.uri) + var message = 'Invalid URI "' + faultyUri + '"' + if (Object.keys(options).length === 0) { + // No option ? This can be the sign of a redirect + // As this is a case where the user cannot do anything (they didn't call request directly with this URL) + // they should be warned that it can be caused by a redirection (can save some hair) + message += '. This can be caused by a crappy redirection.' + } + // This error was fatal + self.abort() + return self.emit('error', new Error(message)) + } + + if (!self.hasOwnProperty('proxy')) { + self.proxy = getProxyFromURI(self.uri) + } + + self.tunnel = self._tunnel.isEnabled() + if (self.proxy) { + self._tunnel.setup(options) + } + + self._redirect.onRequest(options) + + self.setHost = false + if (!self.hasHeader('host')) { + var hostHeaderName = self.originalHostHeaderName || 'host' + self.setHeader(hostHeaderName, self.uri.host) + // Drop :port suffix from Host header if known protocol. + if (self.uri.port) { + if ((self.uri.port === '80' && self.uri.protocol === 'http:') || + (self.uri.port === '443' && self.uri.protocol === 'https:')) { + self.setHeader(hostHeaderName, self.uri.hostname) + } + } + self.setHost = true + } + + self.jar(self._jar || options.jar) + + if (!self.uri.port) { + if (self.uri.protocol === 'http:') { self.uri.port = 80 } else if (self.uri.protocol === 'https:') { self.uri.port = 443 } + } + + if (self.proxy && !self.tunnel) { + self.port = self.proxy.port + self.host = self.proxy.hostname + } else { + self.port = self.uri.port + self.host = self.uri.hostname + } + + if (options.form) { + self.form(options.form) + } + + if (options.formData) { + var formData = options.formData + var requestForm = self.form() + var appendFormValue = function (key, value) { + if (value && value.hasOwnProperty('value') && value.hasOwnProperty('options')) { + requestForm.append(key, value.value, value.options) + } else { + requestForm.append(key, value) + } + } + for (var formKey in formData) { + if (formData.hasOwnProperty(formKey)) { + var formValue = formData[formKey] + if (formValue instanceof Array) { + for (var j = 0; j < formValue.length; j++) { + appendFormValue(formKey, formValue[j]) + } + } else { + appendFormValue(formKey, formValue) + } + } + } + } + + if (options.qs) { + self.qs(options.qs) + } + + if (self.uri.path) { + self.path = self.uri.path + } else { + self.path = self.uri.pathname + (self.uri.search || '') + } + + if (self.path.length === 0) { + self.path = '/' + } + + // Auth must happen last in case signing is dependent on other headers + if (options.aws) { + self.aws(options.aws) + } + + if (options.hawk) { + self.hawk(options.hawk) + } + + if (options.httpSignature) { + self.httpSignature(options.httpSignature) + } + + if (options.auth) { + if (Object.prototype.hasOwnProperty.call(options.auth, 'username')) { + options.auth.user = options.auth.username + } + if (Object.prototype.hasOwnProperty.call(options.auth, 'password')) { + options.auth.pass = options.auth.password + } + + self.auth( + options.auth.user, + options.auth.pass, + options.auth.sendImmediately, + options.auth.bearer + ) + } + + if (self.gzip && !self.hasHeader('accept-encoding')) { + self.setHeader('accept-encoding', 'gzip, deflate') + } + + if (self.uri.auth && !self.hasHeader('authorization')) { + var uriAuthPieces = self.uri.auth.split(':').map(function (item) { return self._qs.unescape(item) }) + self.auth(uriAuthPieces[0], uriAuthPieces.slice(1).join(':'), true) + } + + if (!self.tunnel && self.proxy && self.proxy.auth && !self.hasHeader('proxy-authorization')) { + var proxyAuthPieces = self.proxy.auth.split(':').map(function (item) { return self._qs.unescape(item) }) + var authHeader = 'Basic ' + toBase64(proxyAuthPieces.join(':')) + self.setHeader('proxy-authorization', authHeader) + } + + if (self.proxy && !self.tunnel) { + self.path = (self.uri.protocol + '//' + self.uri.host + self.path) + } + + if (options.json) { + self.json(options.json) + } + if (options.multipart) { + self.multipart(options.multipart) + } + + if (options.time) { + self.timing = true + + // NOTE: elapsedTime is deprecated in favor of .timings + self.elapsedTime = self.elapsedTime || 0 + } + + function setContentLength () { + if (isTypedArray(self.body)) { + self.body = Buffer.from(self.body) + } + + if (!self.hasHeader('content-length')) { + var length + if (typeof self.body === 'string') { + length = Buffer.byteLength(self.body) + } else if (Array.isArray(self.body)) { + length = self.body.reduce(function (a, b) { return a + b.length }, 0) + } else { + length = self.body.length + } + + if (length) { + self.setHeader('content-length', length) + } else { + self.emit('error', new Error('Argument error, options.body.')) + } + } + } + if (self.body && !isstream(self.body)) { + setContentLength() + } + + if (options.oauth) { + self.oauth(options.oauth) + } else if (self._oauth.params && self.hasHeader('authorization')) { + self.oauth(self._oauth.params) + } + + var protocol = self.proxy && !self.tunnel ? self.proxy.protocol : self.uri.protocol + var defaultModules = {'http:': http, 'https:': https} + var httpModules = self.httpModules || {} + + self.httpModule = httpModules[protocol] || defaultModules[protocol] + + if (!self.httpModule) { + return self.emit('error', new Error('Invalid protocol: ' + protocol)) + } + + if (options.ca) { + self.ca = options.ca + } + + if (!self.agent) { + if (options.agentOptions) { + self.agentOptions = options.agentOptions + } + + if (options.agentClass) { + self.agentClass = options.agentClass + } else if (options.forever) { + var v = version() + // use ForeverAgent in node 0.10- only + if (v.major === 0 && v.minor <= 10) { + self.agentClass = protocol === 'http:' ? ForeverAgent : ForeverAgent.SSL + } else { + self.agentClass = self.httpModule.Agent + self.agentOptions = self.agentOptions || {} + self.agentOptions.keepAlive = true + } + } else { + self.agentClass = self.httpModule.Agent + } + } + + if (self.pool === false) { + self.agent = false + } else { + self.agent = self.agent || self.getNewAgent() + } + + self.on('pipe', function (src) { + if (self.ntick && self._started) { + self.emit('error', new Error('You cannot pipe to this stream after the outbound request has started.')) + } + self.src = src + if (isReadStream(src)) { + if (!self.hasHeader('content-type')) { + self.setHeader('content-type', mime.lookup(src.path)) + } + } else { + if (src.headers) { + for (var i in src.headers) { + if (!self.hasHeader(i)) { + self.setHeader(i, src.headers[i]) + } + } + } + if (self._json && !self.hasHeader('content-type')) { + self.setHeader('content-type', 'application/json') + } + if (src.method && !self.explicitMethod) { + self.method = src.method + } + } + + // self.on('pipe', function () { + // console.error('You have already piped to this stream. Pipeing twice is likely to break the request.') + // }) + }) + + defer(function () { + if (self._aborted) { + return + } + + var end = function () { + if (self._form) { + if (!self._auth.hasAuth) { + self._form.pipe(self) + } else if (self._auth.hasAuth && self._auth.sentAuth) { + self._form.pipe(self) + } + } + if (self._multipart && self._multipart.chunked) { + self._multipart.body.pipe(self) + } + if (self.body) { + if (isstream(self.body)) { + self.body.pipe(self) + } else { + setContentLength() + if (Array.isArray(self.body)) { + self.body.forEach(function (part) { + self.write(part) + }) + } else { + self.write(self.body) + } + self.end() + } + } else if (self.requestBodyStream) { + console.warn('options.requestBodyStream is deprecated, please pass the request object to stream.pipe.') + self.requestBodyStream.pipe(self) + } else if (!self.src) { + if (self._auth.hasAuth && !self._auth.sentAuth) { + self.end() + return + } + if (self.method !== 'GET' && typeof self.method !== 'undefined') { + self.setHeader('content-length', 0) + } + self.end() + } + } + + if (self._form && !self.hasHeader('content-length')) { + // Before ending the request, we had to compute the length of the whole form, asyncly + self.setHeader(self._form.getHeaders(), true) + self._form.getLength(function (err, length) { + if (!err && !isNaN(length)) { + self.setHeader('content-length', length) + } + end() + }) + } else { + end() + } + + self.ntick = true + }) +} + +Request.prototype.getNewAgent = function () { + var self = this + var Agent = self.agentClass + var options = {} + if (self.agentOptions) { + for (var i in self.agentOptions) { + options[i] = self.agentOptions[i] + } + } + if (self.ca) { + options.ca = self.ca + } + if (self.ciphers) { + options.ciphers = self.ciphers + } + if (self.secureProtocol) { + options.secureProtocol = self.secureProtocol + } + if (self.secureOptions) { + options.secureOptions = self.secureOptions + } + if (typeof self.rejectUnauthorized !== 'undefined') { + options.rejectUnauthorized = self.rejectUnauthorized + } + + if (self.cert && self.key) { + options.key = self.key + options.cert = self.cert + } + + if (self.pfx) { + options.pfx = self.pfx + } + + if (self.passphrase) { + options.passphrase = self.passphrase + } + + var poolKey = '' + + // different types of agents are in different pools + if (Agent !== self.httpModule.Agent) { + poolKey += Agent.name + } + + // ca option is only relevant if proxy or destination are https + var proxy = self.proxy + if (typeof proxy === 'string') { + proxy = url.parse(proxy) + } + var isHttps = (proxy && proxy.protocol === 'https:') || this.uri.protocol === 'https:' + + if (isHttps) { + if (options.ca) { + if (poolKey) { + poolKey += ':' + } + poolKey += options.ca + } + + if (typeof options.rejectUnauthorized !== 'undefined') { + if (poolKey) { + poolKey += ':' + } + poolKey += options.rejectUnauthorized + } + + if (options.cert) { + if (poolKey) { + poolKey += ':' + } + poolKey += options.cert.toString('ascii') + options.key.toString('ascii') + } + + if (options.pfx) { + if (poolKey) { + poolKey += ':' + } + poolKey += options.pfx.toString('ascii') + } + + if (options.ciphers) { + if (poolKey) { + poolKey += ':' + } + poolKey += options.ciphers + } + + if (options.secureProtocol) { + if (poolKey) { + poolKey += ':' + } + poolKey += options.secureProtocol + } + + if (options.secureOptions) { + if (poolKey) { + poolKey += ':' + } + poolKey += options.secureOptions + } + } + + if (self.pool === globalPool && !poolKey && Object.keys(options).length === 0 && self.httpModule.globalAgent) { + // not doing anything special. Use the globalAgent + return self.httpModule.globalAgent + } + + // we're using a stored agent. Make sure it's protocol-specific + poolKey = self.uri.protocol + poolKey + + // generate a new agent for this setting if none yet exists + if (!self.pool[poolKey]) { + self.pool[poolKey] = new Agent(options) + // properly set maxSockets on new agents + if (self.pool.maxSockets) { + self.pool[poolKey].maxSockets = self.pool.maxSockets + } + } + + return self.pool[poolKey] +} + +Request.prototype.start = function () { + // start() is called once we are ready to send the outgoing HTTP request. + // this is usually called on the first write(), end() or on nextTick() + var self = this + + if (self.timing) { + // All timings will be relative to this request's startTime. In order to do this, + // we need to capture the wall-clock start time (via Date), immediately followed + // by the high-resolution timer (via now()). While these two won't be set + // at the _exact_ same time, they should be close enough to be able to calculate + // high-resolution, monotonically non-decreasing timestamps relative to startTime. + var startTime = new Date().getTime() + var startTimeNow = now() + } + + if (self._aborted) { + return + } + + self._started = true + self.method = self.method || 'GET' + self.href = self.uri.href + + if (self.src && self.src.stat && self.src.stat.size && !self.hasHeader('content-length')) { + self.setHeader('content-length', self.src.stat.size) + } + if (self._aws) { + self.aws(self._aws, true) + } + + // We have a method named auth, which is completely different from the http.request + // auth option. If we don't remove it, we're gonna have a bad time. + var reqOptions = copy(self) + delete reqOptions.auth + + debug('make request', self.uri.href) + + // node v6.8.0 now supports a `timeout` value in `http.request()`, but we + // should delete it for now since we handle timeouts manually for better + // consistency with node versions before v6.8.0 + delete reqOptions.timeout + + try { + self.req = self.httpModule.request(reqOptions) + } catch (err) { + self.emit('error', err) + return + } + + if (self.timing) { + self.startTime = startTime + self.startTimeNow = startTimeNow + + // Timing values will all be relative to startTime (by comparing to startTimeNow + // so we have an accurate clock) + self.timings = {} + } + + var timeout + if (self.timeout && !self.timeoutTimer) { + if (self.timeout < 0) { + timeout = 0 + } else if (typeof self.timeout === 'number' && isFinite(self.timeout)) { + timeout = self.timeout + } + } + + self.req.on('response', self.onRequestResponse.bind(self)) + self.req.on('error', self.onRequestError.bind(self)) + self.req.on('drain', function () { + self.emit('drain') + }) + + self.req.on('socket', function (socket) { + // `._connecting` was the old property which was made public in node v6.1.0 + var isConnecting = socket._connecting || socket.connecting + if (self.timing) { + self.timings.socket = now() - self.startTimeNow + + if (isConnecting) { + var onLookupTiming = function () { + self.timings.lookup = now() - self.startTimeNow + } + + var onConnectTiming = function () { + self.timings.connect = now() - self.startTimeNow + } + + socket.once('lookup', onLookupTiming) + socket.once('connect', onConnectTiming) + + // clean up timing event listeners if needed on error + self.req.once('error', function () { + socket.removeListener('lookup', onLookupTiming) + socket.removeListener('connect', onConnectTiming) + }) + } + } + + var setReqTimeout = function () { + // This timeout sets the amount of time to wait *between* bytes sent + // from the server once connected. + // + // In particular, it's useful for erroring if the server fails to send + // data halfway through streaming a response. + self.req.setTimeout(timeout, function () { + if (self.req) { + self.abort() + var e = new Error('ESOCKETTIMEDOUT') + e.code = 'ESOCKETTIMEDOUT' + e.connect = false + self.emit('error', e) + } + }) + } + if (timeout !== undefined) { + // Only start the connection timer if we're actually connecting a new + // socket, otherwise if we're already connected (because this is a + // keep-alive connection) do not bother. This is important since we won't + // get a 'connect' event for an already connected socket. + if (isConnecting) { + var onReqSockConnect = function () { + socket.removeListener('connect', onReqSockConnect) + self.clearTimeout() + setReqTimeout() + } + + socket.on('connect', onReqSockConnect) + + self.req.on('error', function (err) { // eslint-disable-line handle-callback-err + socket.removeListener('connect', onReqSockConnect) + }) + + // Set a timeout in memory - this block will throw if the server takes more + // than `timeout` to write the HTTP status and headers (corresponding to + // the on('response') event on the client). NB: this measures wall-clock + // time, not the time between bytes sent by the server. + self.timeoutTimer = setTimeout(function () { + socket.removeListener('connect', onReqSockConnect) + self.abort() + var e = new Error('ETIMEDOUT') + e.code = 'ETIMEDOUT' + e.connect = true + self.emit('error', e) + }, timeout) + } else { + // We're already connected + setReqTimeout() + } + } + self.emit('socket', socket) + }) + + self.emit('request', self.req) +} + +Request.prototype.onRequestError = function (error) { + var self = this + if (self._aborted) { + return + } + if (self.req && self.req._reusedSocket && error.code === 'ECONNRESET' && + self.agent.addRequestNoreuse) { + self.agent = { addRequest: self.agent.addRequestNoreuse.bind(self.agent) } + self.start() + self.req.end() + return + } + self.clearTimeout() + self.emit('error', error) +} + +Request.prototype.onRequestResponse = function (response) { + var self = this + + if (self.timing) { + self.timings.response = now() - self.startTimeNow + } + + debug('onRequestResponse', self.uri.href, response.statusCode, response.headers) + response.on('end', function () { + if (self.timing) { + self.timings.end = now() - self.startTimeNow + response.timingStart = self.startTime + + // fill in the blanks for any periods that didn't trigger, such as + // no lookup or connect due to keep alive + if (!self.timings.socket) { + self.timings.socket = 0 + } + if (!self.timings.lookup) { + self.timings.lookup = self.timings.socket + } + if (!self.timings.connect) { + self.timings.connect = self.timings.lookup + } + if (!self.timings.response) { + self.timings.response = self.timings.connect + } + + debug('elapsed time', self.timings.end) + + // elapsedTime includes all redirects + self.elapsedTime += Math.round(self.timings.end) + + // NOTE: elapsedTime is deprecated in favor of .timings + response.elapsedTime = self.elapsedTime + + // timings is just for the final fetch + response.timings = self.timings + + // pre-calculate phase timings as well + response.timingPhases = { + wait: self.timings.socket, + dns: self.timings.lookup - self.timings.socket, + tcp: self.timings.connect - self.timings.lookup, + firstByte: self.timings.response - self.timings.connect, + download: self.timings.end - self.timings.response, + total: self.timings.end + } + } + debug('response end', self.uri.href, response.statusCode, response.headers) + }) + + if (self._aborted) { + debug('aborted', self.uri.href) + response.resume() + return + } + + self.response = response + response.request = self + response.toJSON = responseToJSON + + // XXX This is different on 0.10, because SSL is strict by default + if (self.httpModule === https && + self.strictSSL && (!response.hasOwnProperty('socket') || + !response.socket.authorized)) { + debug('strict ssl error', self.uri.href) + var sslErr = response.hasOwnProperty('socket') ? response.socket.authorizationError : self.uri.href + ' does not support SSL' + self.emit('error', new Error('SSL Error: ' + sslErr)) + return + } + + // Save the original host before any redirect (if it changes, we need to + // remove any authorization headers). Also remember the case of the header + // name because lots of broken servers expect Host instead of host and we + // want the caller to be able to specify this. + self.originalHost = self.getHeader('host') + if (!self.originalHostHeaderName) { + self.originalHostHeaderName = self.hasHeader('host') + } + if (self.setHost) { + self.removeHeader('host') + } + self.clearTimeout() + + var targetCookieJar = (self._jar && self._jar.setCookie) ? self._jar : globalCookieJar + var addCookie = function (cookie) { + // set the cookie if it's domain in the href's domain. + try { + targetCookieJar.setCookie(cookie, self.uri.href, {ignoreError: true}) + } catch (e) { + self.emit('error', e) + } + } + + response.caseless = caseless(response.headers) + + if (response.caseless.has('set-cookie') && (!self._disableCookies)) { + var headerName = response.caseless.has('set-cookie') + if (Array.isArray(response.headers[headerName])) { + response.headers[headerName].forEach(addCookie) + } else { + addCookie(response.headers[headerName]) + } + } + + if (self._redirect.onResponse(response)) { + return // Ignore the rest of the response + } else { + // Be a good stream and emit end when the response is finished. + // Hack to emit end on close because of a core bug that never fires end + response.on('close', function () { + if (!self._ended) { + self.response.emit('end') + } + }) + + response.once('end', function () { + self._ended = true + }) + + var noBody = function (code) { + return ( + self.method === 'HEAD' || + // Informational + (code >= 100 && code < 200) || + // No Content + code === 204 || + // Not Modified + code === 304 + ) + } + + var responseContent + if (self.gzip && !noBody(response.statusCode)) { + var contentEncoding = response.headers['content-encoding'] || 'identity' + contentEncoding = contentEncoding.trim().toLowerCase() + + // Be more lenient with decoding compressed responses, since (very rarely) + // servers send slightly invalid gzip responses that are still accepted + // by common browsers. + // Always using Z_SYNC_FLUSH is what cURL does. + var zlibOptions = { + flush: zlib.Z_SYNC_FLUSH, + finishFlush: zlib.Z_SYNC_FLUSH + } + + if (contentEncoding === 'gzip') { + responseContent = zlib.createGunzip(zlibOptions) + response.pipe(responseContent) + } else if (contentEncoding === 'deflate') { + responseContent = zlib.createInflate(zlibOptions) + response.pipe(responseContent) + } else { + // Since previous versions didn't check for Content-Encoding header, + // ignore any invalid values to preserve backwards-compatibility + if (contentEncoding !== 'identity') { + debug('ignoring unrecognized Content-Encoding ' + contentEncoding) + } + responseContent = response + } + } else { + responseContent = response + } + + if (self.encoding) { + if (self.dests.length !== 0) { + console.error('Ignoring encoding parameter as this stream is being piped to another stream which makes the encoding option invalid.') + } else { + responseContent.setEncoding(self.encoding) + } + } + + if (self._paused) { + responseContent.pause() + } + + self.responseContent = responseContent + + self.emit('response', response) + + self.dests.forEach(function (dest) { + self.pipeDest(dest) + }) + + responseContent.on('data', function (chunk) { + if (self.timing && !self.responseStarted) { + self.responseStartTime = (new Date()).getTime() + + // NOTE: responseStartTime is deprecated in favor of .timings + response.responseStartTime = self.responseStartTime + } + self._destdata = true + self.emit('data', chunk) + }) + responseContent.once('end', function (chunk) { + self.emit('end', chunk) + }) + responseContent.on('error', function (error) { + self.emit('error', error) + }) + responseContent.on('close', function () { self.emit('close') }) + + if (self.callback) { + self.readResponseBody(response) + } else { // if no callback + self.on('end', function () { + if (self._aborted) { + debug('aborted', self.uri.href) + return + } + self.emit('complete', response) + }) + } + } + debug('finish init function', self.uri.href) +} + +Request.prototype.readResponseBody = function (response) { + var self = this + debug("reading response's body") + var buffers = [] + var bufferLength = 0 + var strings = [] + + self.on('data', function (chunk) { + if (!Buffer.isBuffer(chunk)) { + strings.push(chunk) + } else if (chunk.length) { + bufferLength += chunk.length + buffers.push(chunk) + } + }) + self.on('end', function () { + debug('end event', self.uri.href) + if (self._aborted) { + debug('aborted', self.uri.href) + // `buffer` is defined in the parent scope and used in a closure it exists for the life of the request. + // This can lead to leaky behavior if the user retains a reference to the request object. + buffers = [] + bufferLength = 0 + return + } + + if (bufferLength) { + debug('has body', self.uri.href, bufferLength) + response.body = Buffer.concat(buffers, bufferLength) + if (self.encoding !== null) { + response.body = response.body.toString(self.encoding) + } + // `buffer` is defined in the parent scope and used in a closure it exists for the life of the Request. + // This can lead to leaky behavior if the user retains a reference to the request object. + buffers = [] + bufferLength = 0 + } else if (strings.length) { + // The UTF8 BOM [0xEF,0xBB,0xBF] is converted to [0xFE,0xFF] in the JS UTC16/UCS2 representation. + // Strip this value out when the encoding is set to 'utf8', as upstream consumers won't expect it and it breaks JSON.parse(). + if (self.encoding === 'utf8' && strings[0].length > 0 && strings[0][0] === '\uFEFF') { + strings[0] = strings[0].substring(1) + } + response.body = strings.join('') + } + + if (self._json) { + try { + response.body = JSON.parse(response.body, self._jsonReviver) + } catch (e) { + debug('invalid JSON received', self.uri.href) + } + } + debug('emitting complete', self.uri.href) + if (typeof response.body === 'undefined' && !self._json) { + response.body = self.encoding === null ? Buffer.alloc(0) : '' + } + self.emit('complete', response, response.body) + }) +} + +Request.prototype.abort = function () { + var self = this + self._aborted = true + + if (self.req) { + self.req.abort() + } else if (self.response) { + self.response.destroy() + } + + self.clearTimeout() + self.emit('abort') +} + +Request.prototype.pipeDest = function (dest) { + var self = this + var response = self.response + // Called after the response is received + if (dest.headers && !dest.headersSent) { + if (response.caseless.has('content-type')) { + var ctname = response.caseless.has('content-type') + if (dest.setHeader) { + dest.setHeader(ctname, response.headers[ctname]) + } else { + dest.headers[ctname] = response.headers[ctname] + } + } + + if (response.caseless.has('content-length')) { + var clname = response.caseless.has('content-length') + if (dest.setHeader) { + dest.setHeader(clname, response.headers[clname]) + } else { + dest.headers[clname] = response.headers[clname] + } + } + } + if (dest.setHeader && !dest.headersSent) { + for (var i in response.headers) { + // If the response content is being decoded, the Content-Encoding header + // of the response doesn't represent the piped content, so don't pass it. + if (!self.gzip || i !== 'content-encoding') { + dest.setHeader(i, response.headers[i]) + } + } + dest.statusCode = response.statusCode + } + if (self.pipefilter) { + self.pipefilter(response, dest) + } +} + +Request.prototype.qs = function (q, clobber) { + var self = this + var base + if (!clobber && self.uri.query) { + base = self._qs.parse(self.uri.query) + } else { + base = {} + } + + for (var i in q) { + base[i] = q[i] + } + + var qs = self._qs.stringify(base) + + if (qs === '') { + return self + } + + self.uri = url.parse(self.uri.href.split('?')[0] + '?' + qs) + self.url = self.uri + self.path = self.uri.path + + if (self.uri.host === 'unix') { + self.enableUnixSocket() + } + + return self +} +Request.prototype.form = function (form) { + var self = this + if (form) { + if (!/^application\/x-www-form-urlencoded\b/.test(self.getHeader('content-type'))) { + self.setHeader('content-type', 'application/x-www-form-urlencoded') + } + self.body = (typeof form === 'string') + ? self._qs.rfc3986(form.toString('utf8')) + : self._qs.stringify(form).toString('utf8') + return self + } + // create form-data object + self._form = new FormData() + self._form.on('error', function (err) { + err.message = 'form-data: ' + err.message + self.emit('error', err) + self.abort() + }) + return self._form +} +Request.prototype.multipart = function (multipart) { + var self = this + + self._multipart.onRequest(multipart) + + if (!self._multipart.chunked) { + self.body = self._multipart.body + } + + return self +} +Request.prototype.json = function (val) { + var self = this + + if (!self.hasHeader('accept')) { + self.setHeader('accept', 'application/json') + } + + if (typeof self.jsonReplacer === 'function') { + self._jsonReplacer = self.jsonReplacer + } + + self._json = true + if (typeof val === 'boolean') { + if (self.body !== undefined) { + if (!/^application\/x-www-form-urlencoded\b/.test(self.getHeader('content-type'))) { + self.body = safeStringify(self.body, self._jsonReplacer) + } else { + self.body = self._qs.rfc3986(self.body) + } + if (!self.hasHeader('content-type')) { + self.setHeader('content-type', 'application/json') + } + } + } else { + self.body = safeStringify(val, self._jsonReplacer) + if (!self.hasHeader('content-type')) { + self.setHeader('content-type', 'application/json') + } + } + + if (typeof self.jsonReviver === 'function') { + self._jsonReviver = self.jsonReviver + } + + return self +} +Request.prototype.getHeader = function (name, headers) { + var self = this + var result, re, match + if (!headers) { + headers = self.headers + } + Object.keys(headers).forEach(function (key) { + if (key.length !== name.length) { + return + } + re = new RegExp(name, 'i') + match = key.match(re) + if (match) { + result = headers[key] + } + }) + return result +} +Request.prototype.enableUnixSocket = function () { + // Get the socket & request paths from the URL + var unixParts = this.uri.path.split(':') + var host = unixParts[0] + var path = unixParts[1] + // Apply unix properties to request + this.socketPath = host + this.uri.pathname = path + this.uri.path = path + this.uri.host = host + this.uri.hostname = host + this.uri.isUnix = true +} + +Request.prototype.auth = function (user, pass, sendImmediately, bearer) { + var self = this + + self._auth.onRequest(user, pass, sendImmediately, bearer) + + return self +} +Request.prototype.aws = function (opts, now) { + var self = this + + if (!now) { + self._aws = opts + return self + } + + if (opts.sign_version === 4 || opts.sign_version === '4') { + // use aws4 + var options = { + host: self.uri.host, + path: self.uri.path, + method: self.method, + headers: self.headers, + body: self.body + } + if (opts.service) { + options.service = opts.service + } + var signRes = aws4.sign(options, { + accessKeyId: opts.key, + secretAccessKey: opts.secret, + sessionToken: opts.session + }) + self.setHeader('authorization', signRes.headers.Authorization) + self.setHeader('x-amz-date', signRes.headers['X-Amz-Date']) + if (signRes.headers['X-Amz-Security-Token']) { + self.setHeader('x-amz-security-token', signRes.headers['X-Amz-Security-Token']) + } + } else { + // default: use aws-sign2 + var date = new Date() + self.setHeader('date', date.toUTCString()) + var auth = { + key: opts.key, + secret: opts.secret, + verb: self.method.toUpperCase(), + date: date, + contentType: self.getHeader('content-type') || '', + md5: self.getHeader('content-md5') || '', + amazonHeaders: aws2.canonicalizeHeaders(self.headers) + } + var path = self.uri.path + if (opts.bucket && path) { + auth.resource = '/' + opts.bucket + path + } else if (opts.bucket && !path) { + auth.resource = '/' + opts.bucket + } else if (!opts.bucket && path) { + auth.resource = path + } else if (!opts.bucket && !path) { + auth.resource = '/' + } + auth.resource = aws2.canonicalizeResource(auth.resource) + self.setHeader('authorization', aws2.authorization(auth)) + } + + return self +} +Request.prototype.httpSignature = function (opts) { + var self = this + httpSignature.signRequest({ + getHeader: function (header) { + return self.getHeader(header, self.headers) + }, + setHeader: function (header, value) { + self.setHeader(header, value) + }, + method: self.method, + path: self.path + }, opts) + debug('httpSignature authorization', self.getHeader('authorization')) + + return self +} +Request.prototype.hawk = function (opts) { + var self = this + self.setHeader('Authorization', hawk.header(self.uri, self.method, opts)) +} +Request.prototype.oauth = function (_oauth) { + var self = this + + self._oauth.onRequest(_oauth) + + return self +} + +Request.prototype.jar = function (jar) { + var self = this + var cookies + + if (self._redirect.redirectsFollowed === 0) { + self.originalCookieHeader = self.getHeader('cookie') + } + + if (!jar) { + // disable cookies + cookies = false + self._disableCookies = true + } else { + var targetCookieJar = jar.getCookieString ? jar : globalCookieJar + var urihref = self.uri.href + // fetch cookie in the Specified host + if (targetCookieJar) { + cookies = targetCookieJar.getCookieString(urihref) + } + } + + // if need cookie and cookie is not empty + if (cookies && cookies.length) { + if (self.originalCookieHeader) { + // Don't overwrite existing Cookie header + self.setHeader('cookie', self.originalCookieHeader + '; ' + cookies) + } else { + self.setHeader('cookie', cookies) + } + } + self._jar = jar + return self +} + +// Stream API +Request.prototype.pipe = function (dest, opts) { + var self = this + + if (self.response) { + if (self._destdata) { + self.emit('error', new Error('You cannot pipe after data has been emitted from the response.')) + } else if (self._ended) { + self.emit('error', new Error('You cannot pipe after the response has been ended.')) + } else { + stream.Stream.prototype.pipe.call(self, dest, opts) + self.pipeDest(dest) + return dest + } + } else { + self.dests.push(dest) + stream.Stream.prototype.pipe.call(self, dest, opts) + return dest + } +} +Request.prototype.write = function () { + var self = this + if (self._aborted) { return } + + if (!self._started) { + self.start() + } + if (self.req) { + return self.req.write.apply(self.req, arguments) + } +} +Request.prototype.end = function (chunk) { + var self = this + if (self._aborted) { return } + + if (chunk) { + self.write(chunk) + } + if (!self._started) { + self.start() + } + if (self.req) { + self.req.end() + } +} +Request.prototype.pause = function () { + var self = this + if (!self.responseContent) { + self._paused = true + } else { + self.responseContent.pause.apply(self.responseContent, arguments) + } +} +Request.prototype.resume = function () { + var self = this + if (!self.responseContent) { + self._paused = false + } else { + self.responseContent.resume.apply(self.responseContent, arguments) + } +} +Request.prototype.destroy = function () { + var self = this + this.clearTimeout() + if (!self._ended) { + self.end() + } else if (self.response) { + self.response.destroy() + } +} + +Request.prototype.clearTimeout = function () { + if (this.timeoutTimer) { + clearTimeout(this.timeoutTimer) + this.timeoutTimer = null + } +} + +Request.defaultProxyHeaderWhiteList = + Tunnel.defaultProxyHeaderWhiteList.slice() + +Request.defaultProxyHeaderExclusiveList = + Tunnel.defaultProxyHeaderExclusiveList.slice() + +// Exports + +Request.prototype.toJSON = requestToJSON +module.exports = Request diff --git a/node_modules/rfdc/.github/workflows/ci.yml b/node_modules/rfdc/.github/workflows/ci.yml new file mode 100644 index 0000000..751a101 --- /dev/null +++ b/node_modules/rfdc/.github/workflows/ci.yml @@ -0,0 +1,21 @@ +name: CI + +on: [push, pull_request] + +jobs: + test: + runs-on: ${{ matrix.os }} + + strategy: + matrix: + os: [ubuntu-latest] + node-version: [8.x, 10.x, 12.x, 14.x, 16.x, 18.x, 20.x, 22.x] + + steps: + - uses: actions/checkout@v2 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v1 + with: + node-version: ${{ matrix.node-version }} + - run: npm install + - run: npm run ci diff --git a/node_modules/rfdc/LICENSE b/node_modules/rfdc/LICENSE new file mode 100644 index 0000000..d600e51 --- /dev/null +++ b/node_modules/rfdc/LICENSE @@ -0,0 +1,15 @@ +Copyright 2019 "David Mark Clements " + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and +to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions +of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED +TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF +CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git a/node_modules/rfdc/default.js b/node_modules/rfdc/default.js new file mode 100644 index 0000000..51b108d --- /dev/null +++ b/node_modules/rfdc/default.js @@ -0,0 +1,3 @@ +'use strict' + +module.exports = require('./index.js')() diff --git a/node_modules/rfdc/index.d.ts b/node_modules/rfdc/index.d.ts new file mode 100644 index 0000000..83c5ec9 --- /dev/null +++ b/node_modules/rfdc/index.d.ts @@ -0,0 +1,13 @@ +declare namespace rfdc { + interface Options { + proto?: boolean; + circles?: boolean; + constructorHandlers?: ConstructorHandlerConfig[]; + } +} +type Constructor = {new(...args: any[]): T}; +type ConstructorHandlerConfig = [Constructor, (o: T) => T]; + +declare function rfdc(options?: rfdc.Options): (input: T) => T; + +export = rfdc; diff --git a/node_modules/rfdc/index.js b/node_modules/rfdc/index.js new file mode 100644 index 0000000..a964561 --- /dev/null +++ b/node_modules/rfdc/index.js @@ -0,0 +1,198 @@ +'use strict' +module.exports = rfdc + +function copyBuffer (cur) { + if (cur instanceof Buffer) { + return Buffer.from(cur) + } + + return new cur.constructor(cur.buffer.slice(), cur.byteOffset, cur.length) +} + +function rfdc (opts) { + opts = opts || {} + if (opts.circles) return rfdcCircles(opts) + + const constructorHandlers = new Map() + constructorHandlers.set(Date, (o) => new Date(o)) + constructorHandlers.set(Map, (o, fn) => new Map(cloneArray(Array.from(o), fn))) + constructorHandlers.set(Set, (o, fn) => new Set(cloneArray(Array.from(o), fn))) + if (opts.constructorHandlers) { + for (const handler of opts.constructorHandlers) { + constructorHandlers.set(handler[0], handler[1]) + } + } + + let handler = null + + return opts.proto ? cloneProto : clone + + function cloneArray (a, fn) { + const keys = Object.keys(a) + const a2 = new Array(keys.length) + for (let i = 0; i < keys.length; i++) { + const k = keys[i] + const cur = a[k] + if (typeof cur !== 'object' || cur === null) { + a2[k] = cur + } else if (cur.constructor !== Object && (handler = constructorHandlers.get(cur.constructor))) { + a2[k] = handler(cur, fn) + } else if (ArrayBuffer.isView(cur)) { + a2[k] = copyBuffer(cur) + } else { + a2[k] = fn(cur) + } + } + return a2 + } + + function clone (o) { + if (typeof o !== 'object' || o === null) return o + if (Array.isArray(o)) return cloneArray(o, clone) + if (o.constructor !== Object && (handler = constructorHandlers.get(o.constructor))) { + return handler(o, clone) + } + const o2 = {} + for (const k in o) { + if (Object.hasOwnProperty.call(o, k) === false) continue + const cur = o[k] + if (typeof cur !== 'object' || cur === null) { + o2[k] = cur + } else if (cur.constructor !== Object && (handler = constructorHandlers.get(cur.constructor))) { + o2[k] = handler(cur, clone) + } else if (ArrayBuffer.isView(cur)) { + o2[k] = copyBuffer(cur) + } else { + o2[k] = clone(cur) + } + } + return o2 + } + + function cloneProto (o) { + if (typeof o !== 'object' || o === null) return o + if (Array.isArray(o)) return cloneArray(o, cloneProto) + if (o.constructor !== Object && (handler = constructorHandlers.get(o.constructor))) { + return handler(o, cloneProto) + } + const o2 = {} + for (const k in o) { + const cur = o[k] + if (typeof cur !== 'object' || cur === null) { + o2[k] = cur + } else if (cur.constructor !== Object && (handler = constructorHandlers.get(cur.constructor))) { + o2[k] = handler(cur, cloneProto) + } else if (ArrayBuffer.isView(cur)) { + o2[k] = copyBuffer(cur) + } else { + o2[k] = cloneProto(cur) + } + } + return o2 + } +} + +function rfdcCircles (opts) { + const refs = [] + const refsNew = [] + + const constructorHandlers = new Map() + constructorHandlers.set(Date, (o) => new Date(o)) + constructorHandlers.set(Map, (o, fn) => new Map(cloneArray(Array.from(o), fn))) + constructorHandlers.set(Set, (o, fn) => new Set(cloneArray(Array.from(o), fn))) + if (opts.constructorHandlers) { + for (const handler of opts.constructorHandlers) { + constructorHandlers.set(handler[0], handler[1]) + } + } + + let handler = null + return opts.proto ? cloneProto : clone + + function cloneArray (a, fn) { + const keys = Object.keys(a) + const a2 = new Array(keys.length) + for (let i = 0; i < keys.length; i++) { + const k = keys[i] + const cur = a[k] + if (typeof cur !== 'object' || cur === null) { + a2[k] = cur + } else if (cur.constructor !== Object && (handler = constructorHandlers.get(cur.constructor))) { + a2[k] = handler(cur, fn) + } else if (ArrayBuffer.isView(cur)) { + a2[k] = copyBuffer(cur) + } else { + const index = refs.indexOf(cur) + if (index !== -1) { + a2[k] = refsNew[index] + } else { + a2[k] = fn(cur) + } + } + } + return a2 + } + + function clone (o) { + if (typeof o !== 'object' || o === null) return o + if (Array.isArray(o)) return cloneArray(o, clone) + if (o.constructor !== Object && (handler = constructorHandlers.get(o.constructor))) { + return handler(o, clone) + } + const o2 = {} + refs.push(o) + refsNew.push(o2) + for (const k in o) { + if (Object.hasOwnProperty.call(o, k) === false) continue + const cur = o[k] + if (typeof cur !== 'object' || cur === null) { + o2[k] = cur + } else if (cur.constructor !== Object && (handler = constructorHandlers.get(cur.constructor))) { + o2[k] = handler(cur, clone) + } else if (ArrayBuffer.isView(cur)) { + o2[k] = copyBuffer(cur) + } else { + const i = refs.indexOf(cur) + if (i !== -1) { + o2[k] = refsNew[i] + } else { + o2[k] = clone(cur) + } + } + } + refs.pop() + refsNew.pop() + return o2 + } + + function cloneProto (o) { + if (typeof o !== 'object' || o === null) return o + if (Array.isArray(o)) return cloneArray(o, cloneProto) + if (o.constructor !== Object && (handler = constructorHandlers.get(o.constructor))) { + return handler(o, cloneProto) + } + const o2 = {} + refs.push(o) + refsNew.push(o2) + for (const k in o) { + const cur = o[k] + if (typeof cur !== 'object' || cur === null) { + o2[k] = cur + } else if (cur.constructor !== Object && (handler = constructorHandlers.get(cur.constructor))) { + o2[k] = handler(cur, cloneProto) + } else if (ArrayBuffer.isView(cur)) { + o2[k] = copyBuffer(cur) + } else { + const i = refs.indexOf(cur) + if (i !== -1) { + o2[k] = refsNew[i] + } else { + o2[k] = cloneProto(cur) + } + } + } + refs.pop() + refsNew.pop() + return o2 + } +} diff --git a/node_modules/rfdc/index.test-d.ts b/node_modules/rfdc/index.test-d.ts new file mode 100644 index 0000000..ea9595f --- /dev/null +++ b/node_modules/rfdc/index.test-d.ts @@ -0,0 +1,13 @@ +import { expectType } from 'tsd'; +import rfdc = require('.'); + +const clone = rfdc(); + +expectType(clone(5)); +expectType<{ lorem: string }>(clone({ lorem: "ipsum" })); + +const cloneHandlers = rfdc({ + constructorHandlers: [ + [RegExp, (o) => new RegExp(o)], + ], +}) diff --git a/node_modules/rfdc/package.json b/node_modules/rfdc/package.json new file mode 100644 index 0000000..786f2be --- /dev/null +++ b/node_modules/rfdc/package.json @@ -0,0 +1,73 @@ +{ + "name": "rfdc", + "version": "1.4.1", + "description": "Really Fast Deep Clone", + "main": "index.js", + "exports": { + ".": "./index.js", + "./default": "./default.js" + }, + "scripts": { + "test": "tap -R min test && npm run lint", + "bench": "node benchmark", + "lint": "standard --fix", + "cov": "tap --100 test", + "cov-ui": "tap --coverage-report=html test", + "ci": "standard && tap --100 --coverage-report=text-lcov test | codecov --pipe" + }, + "keywords": [ + "object", + "obj", + "properties", + "clone", + "copy", + "deep", + "recursive", + "key", + "keys", + "values", + "prop", + "deep-clone", + "deepclone", + "deep-copy", + "deepcopy", + "fast", + "performance", + "performant", + "fastclone", + "fastcopy", + "fast-clone", + "fast-deep-clone", + "fast-copy", + "fast-deep-copy" + ], + "author": "David Mark Clements ", + "license": "MIT", + "devDependencies": { + "clone-deep": "^4.0.1", + "codecov": "^3.4.0", + "deep-copy": "^1.4.2", + "fast-copy": "^1.2.1", + "fastbench": "^1.0.1", + "fastest-json-copy": "^1.0.1", + "lodash.clonedeep": "^4.5.0", + "nano-copy": "^0.1.0", + "plain-object-clone": "^1.1.0", + "ramda": "^0.27.1", + "standard": "^17.0.0", + "tap": "^12.0.1", + "tsd": "^0.7.4" + }, + "directories": { + "test": "test" + }, + "dependencies": {}, + "repository": { + "type": "git", + "url": "git+https://github.com/davidmarkclements/rfdc.git" + }, + "bugs": { + "url": "https://github.com/davidmarkclements/rfdc/issues" + }, + "homepage": "https://github.com/davidmarkclements/rfdc#readme" +} diff --git a/node_modules/rfdc/readme.md b/node_modules/rfdc/readme.md new file mode 100644 index 0000000..892b11f --- /dev/null +++ b/node_modules/rfdc/readme.md @@ -0,0 +1,181 @@ +# rfdc + +Really Fast Deep Clone + + +[![build status](https://img.shields.io/travis/davidmarkclements/rfdc.svg)](https://travis-ci.org/davidmarkclements/rfdc) +[![coverage](https://img.shields.io/codecov/c/github/davidmarkclements/rfdc.svg)](https://codecov.io/gh/davidmarkclements/rfdc) +[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](http://standardjs.com/) + + +## Usage + +```js +const clone = require('rfdc')() +clone({a: 1, b: {c: 2}}) // => {a: 1, b: {c: 2}} +``` + +## API + +### `require('rfdc')(opts = { proto: false, circles: false, constructorHandlers: [] }) => clone(obj) => obj2` + +#### `proto` option + +Copy prototype properties as well as own properties into the new object. + +It's marginally faster to allow enumerable properties on the prototype +to be copied into the cloned object (not onto it's prototype, directly onto the object). + +To explain by way of code: + +```js +require('rfdc')({ proto: false })(Object.create({a: 1})) // => {} +require('rfdc')({ proto: true })(Object.create({a: 1})) // => {a: 1} +``` + +Setting `proto` to `true` will provide an additional 2% performance boost. + +#### `circles` option + +Keeping track of circular references will slow down performance with an +additional 25% overhead. Even if an object doesn't have any circular references, +the tracking overhead is the cost. By default if an object with a circular +reference is passed to `rfdc`, it will throw (similar to how `JSON.stringify` \ +would throw). + +Use the `circles` option to detect and preserve circular references in the +object. If performance is important, try removing the circular reference from +the object (set to `undefined`) and then add it back manually after cloning +instead of using this option. + +#### `constructorHandlers` option + +Sometimes consumers may want to add custom clone behaviour for particular classes +(for example `RegExp` or `ObjectId`, which aren't supported out-of-the-box). + +This can be done by passing `constructorHandlers`, which takes an array of tuples, +where the first item is the class to match, and the second item is a function that +takes the input and returns a cloned output: + +```js +const clone = require('rfdc')({ + constructorHandlers: [ + [RegExp, (o) => new RegExp(o)], + ] +}) + +clone({r: /foo/}) // => {r: /foo/} +``` + +**NOTE**: For performance reasons, the handlers will only match an instance of the +*exact* class (not a subclass). Subclasses will need to be added separately if they +also need special clone behaviour. + +### `default` import +It is also possible to directly import the clone function with all options set +to their default: + +```js +const clone = require("rfdc/default") +clone({a: 1, b: {c: 2}}) // => {a: 1, b: {c: 2}} +``` + +### Types + +`rfdc` clones all JSON types: + +* `Object` +* `Array` +* `Number` +* `String` +* `null` + +With additional support for: + +* `Date` (copied) +* `undefined` (copied) +* `Buffer` (copied) +* `TypedArray` (copied) +* `Map` (copied) +* `Set` (copied) +* `Function` (referenced) +* `AsyncFunction` (referenced) +* `GeneratorFunction` (referenced) +* `arguments` (copied to a normal object) + +All other types have output values that match the output +of `JSON.parse(JSON.stringify(o))`. + +For instance: + +```js +const rfdc = require('rfdc')() +const err = Error() +err.code = 1 +JSON.parse(JSON.stringify(e)) // {code: 1} +rfdc(e) // {code: 1} + +JSON.parse(JSON.stringify({rx: /foo/})) // {rx: {}} +rfdc({rx: /foo/}) // {rx: {}} +``` + +## Benchmarks + +```sh +npm run bench +``` + +``` +benchDeepCopy*100: 671.675ms +benchLodashCloneDeep*100: 1.574s +benchCloneDeep*100: 936.792ms +benchFastCopy*100: 822.668ms +benchFastestJsonCopy*100: 363.898ms // See note below +benchPlainObjectClone*100: 556.635ms +benchNanoCopy*100: 770.234ms +benchRamdaClone*100: 2.695s +benchJsonParseJsonStringify*100: 2.290s // JSON.parse(JSON.stringify(obj)) +benchRfdc*100: 412.818ms +benchRfdcProto*100: 424.076ms +benchRfdcCircles*100: 443.357ms +benchRfdcCirclesProto*100: 465.053ms +``` + +It is true that [fastest-json-copy](https://www.npmjs.com/package/fastest-json-copy) may be faster, BUT it has such huge limitations that it is rarely useful. For example, it treats things like `Date` and `Map` instances the same as empty `{}`. It can't handle circular references. [plain-object-clone](https://www.npmjs.com/package/plain-object-clone) is also really limited in capability. + +## Tests + +```sh +npm test +``` + +``` +169 passing (342.514ms) +``` + +### Coverage + +```sh +npm run cov +``` + +``` +----------|----------|----------|----------|----------|-------------------| +File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s | +----------|----------|----------|----------|----------|-------------------| +All files | 100 | 100 | 100 | 100 | | + index.js | 100 | 100 | 100 | 100 | | +----------|----------|----------|----------|----------|-------------------| +``` + +### `__proto__` own property copying + +`rfdc` works the same way as `Object.assign` when it comes to copying `['__proto__']` (e.g. when +an object has an own property key called '__proto__'). It results in the target object +prototype object being set per the value of the `['__proto__']` own property. + +For detailed write-up on how a way to handle this security-wise see https://www.fastify.io/docs/latest/Guides/Prototype-Poisoning/. + +## License + +MIT diff --git a/node_modules/rfdc/test/index.js b/node_modules/rfdc/test/index.js new file mode 100644 index 0000000..5bdd9ac --- /dev/null +++ b/node_modules/rfdc/test/index.js @@ -0,0 +1,306 @@ +'use strict' + +const { test } = require('tap') +const rfdc = require('..') +const cloneDefault = require('../default') +const clone = rfdc() +const cloneProto = rfdc({ proto: true }) +const cloneCircles = rfdc({ circles: true }) +const cloneCirclesProto = rfdc({ circles: true, proto: true }) + +const rnd = (max) => Math.round(Math.random() * max) + +types(clone, 'default') +types(cloneProto, 'proto option') +types(cloneCircles, 'circles option') +types(cloneCirclesProto, 'circles and proto option') + +test('default – does not copy proto properties', async ({ is }) => { + is(clone(Object.create({ a: 1 })).a, undefined, 'value not copied') +}) +test('default – shorthand import', async ({ same }) => { + same( + clone(Object.create({ a: 1 })), + cloneDefault(Object.create({ a: 1 })), + 'import equals clone with default options' + ) +}) +test('proto option – copies enumerable proto properties', async ({ is }) => { + is(cloneProto(Object.create({ a: 1 })).a, 1, 'value copied') +}) +test('circles option - circular object', async ({ same, is, isNot }) => { + const o = { nest: { a: 1, b: 2 } } + o.circular = o + same(cloneCircles(o), o, 'same values') + isNot(cloneCircles(o), o, 'different objects') + isNot(cloneCircles(o).nest, o.nest, 'different nested objects') + const c = cloneCircles(o) + is(c.circular, c, 'circular references point to copied parent') + isNot(c.circular, o, 'circular references do not point to original parent') +}) +test('circles option – deep circular object', async ({ same, is, isNot }) => { + const o = { nest: { a: 1, b: 2 } } + o.nest.circular = o + same(cloneCircles(o), o, 'same values') + isNot(cloneCircles(o), o, 'different objects') + isNot(cloneCircles(o).nest, o.nest, 'different nested objects') + const c = cloneCircles(o) + is(c.nest.circular, c, 'circular references point to copied parent') + isNot( + c.nest.circular, + o, + 'circular references do not point to original parent' + ) +}) +test('circles option alone – does not copy proto properties', async ({ + is +}) => { + is(cloneCircles(Object.create({ a: 1 })).a, undefined, 'value not copied') +}) +test('circles and proto option – copies enumerable proto properties', async ({ + is +}) => { + is(cloneCirclesProto(Object.create({ a: 1 })).a, 1, 'value copied') +}) +test('circles and proto option - circular object', async ({ + same, + is, + isNot +}) => { + const o = { nest: { a: 1, b: 2 } } + o.circular = o + same(cloneCirclesProto(o), o, 'same values') + isNot(cloneCirclesProto(o), o, 'different objects') + isNot(cloneCirclesProto(o).nest, o.nest, 'different nested objects') + const c = cloneCirclesProto(o) + is(c.circular, c, 'circular references point to copied parent') + isNot(c.circular, o, 'circular references do not point to original parent') +}) +test('circles and proto option – deep circular object', async ({ + same, + is, + isNot +}) => { + const o = { nest: { a: 1, b: 2 } } + o.nest.circular = o + same(cloneCirclesProto(o), o, 'same values') + isNot(cloneCirclesProto(o), o, 'different objects') + isNot(cloneCirclesProto(o).nest, o.nest, 'different nested objects') + const c = cloneCirclesProto(o) + is(c.nest.circular, c, 'circular references point to copied parent') + isNot( + c.nest.circular, + o, + 'circular references do not point to original parent' + ) +}) +test('circles and proto option – deep circular array', async ({ + same, + is, + isNot +}) => { + const o = { nest: [1, 2] } + o.nest.push(o) + same(cloneCirclesProto(o), o, 'same values') + isNot(cloneCirclesProto(o), o, 'different objects') + isNot(cloneCirclesProto(o).nest, o.nest, 'different nested objects') + const c = cloneCirclesProto(o) + is(c.nest[2], c, 'circular references point to copied parent') + isNot(c.nest[2], o, 'circular references do not point to original parent') +}) +test('custom constructor handler', async ({ same, ok, isNot }) => { + class Foo { + constructor (s) { + this.s = s + } + } + const data = { foo: new Foo('foo') } + const cloned = rfdc({ constructorHandlers: [[Foo, (o) => new Foo(o.s)]] })(data) + ok(cloned.foo instanceof Foo) + same(cloned.foo.s, data.foo.s, 'same values') + isNot(cloned.foo, data.foo, 'different objects') +}) +test('custom RegExp handler', async ({ same, ok, isNot }) => { + const data = { regex: /foo/ } + const cloned = rfdc({ constructorHandlers: [[RegExp, (o) => new RegExp(o)]] })(data) + isNot(cloned.regex, data.regex, 'different objects') + ok(cloned.regex.test('foo')) +}) + +function types (clone, label) { + test(label + ' – number', async ({ is }) => { + is(clone(42), 42, 'same value') + }) + test(label + ' – string', async ({ is }) => { + is(clone('str'), 'str', 'same value') + }) + test(label + ' – boolean', async ({ is }) => { + is(clone(true), true, 'same value') + }) + test(label + ' – function', async ({ is }) => { + const fn = () => {} + is(clone(fn), fn, 'same function') + }) + test(label + ' – async function', async ({ is }) => { + const fn = async () => {} + is(clone(fn), fn, 'same function') + }) + test(label + ' – generator function', async ({ is }) => { + const fn = function * () {} + is(clone(fn), fn, 'same function') + }) + test(label + ' – date', async ({ is, isNot }) => { + const date = new Date() + is(+clone(date), +date, 'same value') + isNot(clone(date), date, 'different object') + }) + test(label + ' – null', async ({ is }) => { + is(clone(null), null, 'same value') + }) + test(label + ' – shallow object', async ({ same, isNot }) => { + const o = { a: 1, b: 2 } + same(clone(o), o, 'same values') + isNot(clone(o), o, 'different object') + }) + test(label + ' – shallow array', async ({ same, isNot }) => { + const o = [1, 2] + same(clone(o), o, 'same values') + isNot(clone(o), o, 'different arrays') + }) + test(label + ' – deep object', async ({ same, isNot }) => { + const o = { nest: { a: 1, b: 2 } } + same(clone(o), o, 'same values') + isNot(clone(o), o, 'different objects') + isNot(clone(o).nest, o.nest, 'different nested objects') + }) + test(label + ' – deep array', async ({ same, isNot }) => { + const o = [{ a: 1, b: 2 }, [3]] + same(clone(o), o, 'same values') + isNot(clone(o), o, 'different arrays') + isNot(clone(o)[0], o[0], 'different array elements') + isNot(clone(o)[1], o[1], 'different array elements') + }) + test(label + ' – nested number', async ({ is }) => { + is(clone({ a: 1 }).a, 1, 'same value') + }) + test(label + ' – nested string', async ({ is }) => { + is(clone({ s: 'str' }).s, 'str', 'same value') + }) + test(label + ' – nested boolean', async ({ is }) => { + is(clone({ b: true }).b, true, 'same value') + }) + test(label + ' – nested function', async ({ is }) => { + const fn = () => {} + is(clone({ fn }).fn, fn, 'same function') + }) + test(label + ' – nested async function', async ({ is }) => { + const fn = async () => {} + is(clone({ fn }).fn, fn, 'same function') + }) + test(label + ' – nested generator function', async ({ is }) => { + const fn = function * () {} + is(clone({ fn }).fn, fn, 'same function') + }) + test(label + ' – nested date', async ({ is, isNot }) => { + const date = new Date() + is(+clone({ d: date }).d, +date, 'same value') + isNot(clone({ d: date }).d, date, 'different object') + }) + test(label + ' – nested date in array', async ({ is, isNot }) => { + const date = new Date() + is(+clone({ d: [date] }).d[0], +date, 'same value') + isNot(clone({ d: [date] }).d[0], date, 'different object') + is(+cloneCircles({ d: [date] }).d[0], +date, 'same value') + isNot(cloneCircles({ d: [date] }).d, date, 'different object') + }) + test(label + ' – nested null', async ({ is }) => { + is(clone({ n: null }).n, null, 'same value') + }) + test(label + ' – arguments', async ({ isNot, same }) => { + function fn (...args) { + same(clone(arguments), args, 'same values') + isNot(clone(arguments), arguments, 'different object') + } + fn(1, 2, 3) + }) + test(`${label} copies buffers from object correctly`, async ({ ok, is, isNot }) => { + const input = Date.now().toString(36) + const inputBuffer = Buffer.from(input) + const clonedBuffer = clone({ a: inputBuffer }).a + ok(Buffer.isBuffer(clonedBuffer), 'cloned value is buffer') + isNot(clonedBuffer, inputBuffer, 'cloned buffer is not same as input buffer') + is(clonedBuffer.toString(), input, 'cloned buffer content is correct') + }) + test(`${label} copies buffers from arrays correctly`, async ({ ok, is, isNot }) => { + const input = Date.now().toString(36) + const inputBuffer = Buffer.from(input) + const [clonedBuffer] = clone([inputBuffer]) + ok(Buffer.isBuffer(clonedBuffer), 'cloned value is buffer') + isNot(clonedBuffer, inputBuffer, 'cloned buffer is not same as input buffer') + is(clonedBuffer.toString(), input, 'cloned buffer content is correct') + }) + test(`${label} copies TypedArrays from object correctly`, async ({ ok, is, isNot }) => { + const [input1, input2] = [rnd(10), rnd(10)] + const buffer = new ArrayBuffer(8) + const int32View = new Int32Array(buffer) + int32View[0] = input1 + int32View[1] = input2 + const cloned = clone({ a: int32View }).a + ok(cloned instanceof Int32Array, 'cloned value is instance of class') + isNot(cloned, int32View, 'cloned value is not same as input value') + is(cloned[0], input1, 'cloned value content is correct') + is(cloned[1], input2, 'cloned value content is correct') + }) + test(`${label} copies TypedArrays from array correctly`, async ({ ok, is, isNot }) => { + const [input1, input2] = [rnd(10), rnd(10)] + const buffer = new ArrayBuffer(16) + const int32View = new Int32Array(buffer) + int32View[0] = input1 + int32View[1] = input2 + const [cloned] = clone([int32View]) + ok(cloned instanceof Int32Array, 'cloned value is instance of class') + isNot(cloned, int32View, 'cloned value is not same as input value') + is(cloned[0], input1, 'cloned value content is correct') + is(cloned[1], input2, 'cloned value content is correct') + }) + test(`${label} copies complex TypedArrays`, async ({ ok, deepEqual, is, isNot }) => { + const [input1, input2, input3] = [rnd(10), rnd(10), rnd(10)] + const buffer = new ArrayBuffer(4) + const view1 = new Int8Array(buffer, 0, 2) + const view2 = new Int8Array(buffer, 2, 2) + const view3 = new Int8Array(buffer) + view1[0] = input1 + view2[0] = input2 + view3[3] = input3 + const cloned = clone({ view1, view2, view3 }) + ok(cloned.view1 instanceof Int8Array, 'cloned value is instance of class') + ok(cloned.view2 instanceof Int8Array, 'cloned value is instance of class') + ok(cloned.view3 instanceof Int8Array, 'cloned value is instance of class') + isNot(cloned.view1, view1, 'cloned value is not same as input value') + isNot(cloned.view2, view2, 'cloned value is not same as input value') + isNot(cloned.view3, view3, 'cloned value is not same as input value') + deepEqual(Array.from(cloned.view1), [input1, 0], 'cloned value content is correct') + deepEqual(Array.from(cloned.view2), [input2, input3], 'cloned value content is correct') + deepEqual(Array.from(cloned.view3), [input1, 0, input2, input3], 'cloned value content is correct') + }) + test(`${label} - maps`, async ({ same, isNot }) => { + const map = new Map([['a', 1]]) + same(Array.from(clone(map)), [['a', 1]], 'same value') + isNot(clone(map), map, 'different object') + }) + test(`${label} - sets`, async ({ same, isNot }) => { + const set = new Set([1]) + same(Array.from(clone(set)), [1]) + isNot(clone(set), set, 'different object') + }) + test(`${label} - nested maps`, async ({ same, isNot }) => { + const data = { m: new Map([['a', 1]]) } + same(Array.from(clone(data).m), [['a', 1]], 'same value') + isNot(clone(data).m, data.m, 'different object') + }) + test(`${label} - nested sets`, async ({ same, isNot }) => { + const data = { s: new Set([1]) } + same(Array.from(clone(data).s), [1], 'same value') + isNot(clone(data).s, data.s, 'different object') + }) +} diff --git a/node_modules/safe-buffer/LICENSE b/node_modules/safe-buffer/LICENSE new file mode 100644 index 0000000..0c068ce --- /dev/null +++ b/node_modules/safe-buffer/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Feross Aboukhadijeh + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/node_modules/safe-buffer/README.md b/node_modules/safe-buffer/README.md new file mode 100644 index 0000000..e9a81af --- /dev/null +++ b/node_modules/safe-buffer/README.md @@ -0,0 +1,584 @@ +# safe-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] + +[travis-image]: https://img.shields.io/travis/feross/safe-buffer/master.svg +[travis-url]: https://travis-ci.org/feross/safe-buffer +[npm-image]: https://img.shields.io/npm/v/safe-buffer.svg +[npm-url]: https://npmjs.org/package/safe-buffer +[downloads-image]: https://img.shields.io/npm/dm/safe-buffer.svg +[downloads-url]: https://npmjs.org/package/safe-buffer +[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg +[standard-url]: https://standardjs.com + +#### Safer Node.js Buffer API + +**Use the new Node.js Buffer APIs (`Buffer.from`, `Buffer.alloc`, +`Buffer.allocUnsafe`, `Buffer.allocUnsafeSlow`) in all versions of Node.js.** + +**Uses the built-in implementation when available.** + +## install + +``` +npm install safe-buffer +``` + +## usage + +The goal of this package is to provide a safe replacement for the node.js `Buffer`. + +It's a drop-in replacement for `Buffer`. You can use it by adding one `require` line to +the top of your node.js modules: + +```js +var Buffer = require('safe-buffer').Buffer + +// Existing buffer code will continue to work without issues: + +new Buffer('hey', 'utf8') +new Buffer([1, 2, 3], 'utf8') +new Buffer(obj) +new Buffer(16) // create an uninitialized buffer (potentially unsafe) + +// But you can use these new explicit APIs to make clear what you want: + +Buffer.from('hey', 'utf8') // convert from many types to a Buffer +Buffer.alloc(16) // create a zero-filled buffer (safe) +Buffer.allocUnsafe(16) // create an uninitialized buffer (potentially unsafe) +``` + +## api + +### Class Method: Buffer.from(array) + + +* `array` {Array} + +Allocates a new `Buffer` using an `array` of octets. + +```js +const buf = Buffer.from([0x62,0x75,0x66,0x66,0x65,0x72]); + // creates a new Buffer containing ASCII bytes + // ['b','u','f','f','e','r'] +``` + +A `TypeError` will be thrown if `array` is not an `Array`. + +### Class Method: Buffer.from(arrayBuffer[, byteOffset[, length]]) + + +* `arrayBuffer` {ArrayBuffer} The `.buffer` property of a `TypedArray` or + a `new ArrayBuffer()` +* `byteOffset` {Number} Default: `0` +* `length` {Number} Default: `arrayBuffer.length - byteOffset` + +When passed a reference to the `.buffer` property of a `TypedArray` instance, +the newly created `Buffer` will share the same allocated memory as the +TypedArray. + +```js +const arr = new Uint16Array(2); +arr[0] = 5000; +arr[1] = 4000; + +const buf = Buffer.from(arr.buffer); // shares the memory with arr; + +console.log(buf); + // Prints: + +// changing the TypedArray changes the Buffer also +arr[1] = 6000; + +console.log(buf); + // Prints: +``` + +The optional `byteOffset` and `length` arguments specify a memory range within +the `arrayBuffer` that will be shared by the `Buffer`. + +```js +const ab = new ArrayBuffer(10); +const buf = Buffer.from(ab, 0, 2); +console.log(buf.length); + // Prints: 2 +``` + +A `TypeError` will be thrown if `arrayBuffer` is not an `ArrayBuffer`. + +### Class Method: Buffer.from(buffer) + + +* `buffer` {Buffer} + +Copies the passed `buffer` data onto a new `Buffer` instance. + +```js +const buf1 = Buffer.from('buffer'); +const buf2 = Buffer.from(buf1); + +buf1[0] = 0x61; +console.log(buf1.toString()); + // 'auffer' +console.log(buf2.toString()); + // 'buffer' (copy is not changed) +``` + +A `TypeError` will be thrown if `buffer` is not a `Buffer`. + +### Class Method: Buffer.from(str[, encoding]) + + +* `str` {String} String to encode. +* `encoding` {String} Encoding to use, Default: `'utf8'` + +Creates a new `Buffer` containing the given JavaScript string `str`. If +provided, the `encoding` parameter identifies the character encoding. +If not provided, `encoding` defaults to `'utf8'`. + +```js +const buf1 = Buffer.from('this is a tést'); +console.log(buf1.toString()); + // prints: this is a tést +console.log(buf1.toString('ascii')); + // prints: this is a tC)st + +const buf2 = Buffer.from('7468697320697320612074c3a97374', 'hex'); +console.log(buf2.toString()); + // prints: this is a tést +``` + +A `TypeError` will be thrown if `str` is not a string. + +### Class Method: Buffer.alloc(size[, fill[, encoding]]) + + +* `size` {Number} +* `fill` {Value} Default: `undefined` +* `encoding` {String} Default: `utf8` + +Allocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the +`Buffer` will be *zero-filled*. + +```js +const buf = Buffer.alloc(5); +console.log(buf); + // +``` + +The `size` must be less than or equal to the value of +`require('buffer').kMaxLength` (on 64-bit architectures, `kMaxLength` is +`(2^31)-1`). Otherwise, a [`RangeError`][] is thrown. A zero-length Buffer will +be created if a `size` less than or equal to 0 is specified. + +If `fill` is specified, the allocated `Buffer` will be initialized by calling +`buf.fill(fill)`. See [`buf.fill()`][] for more information. + +```js +const buf = Buffer.alloc(5, 'a'); +console.log(buf); + // +``` + +If both `fill` and `encoding` are specified, the allocated `Buffer` will be +initialized by calling `buf.fill(fill, encoding)`. For example: + +```js +const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64'); +console.log(buf); + // +``` + +Calling `Buffer.alloc(size)` can be significantly slower than the alternative +`Buffer.allocUnsafe(size)` but ensures that the newly created `Buffer` instance +contents will *never contain sensitive data*. + +A `TypeError` will be thrown if `size` is not a number. + +### Class Method: Buffer.allocUnsafe(size) + + +* `size` {Number} + +Allocates a new *non-zero-filled* `Buffer` of `size` bytes. The `size` must +be less than or equal to the value of `require('buffer').kMaxLength` (on 64-bit +architectures, `kMaxLength` is `(2^31)-1`). Otherwise, a [`RangeError`][] is +thrown. A zero-length Buffer will be created if a `size` less than or equal to +0 is specified. + +The underlying memory for `Buffer` instances created in this way is *not +initialized*. The contents of the newly created `Buffer` are unknown and +*may contain sensitive data*. Use [`buf.fill(0)`][] to initialize such +`Buffer` instances to zeroes. + +```js +const buf = Buffer.allocUnsafe(5); +console.log(buf); + // + // (octets will be different, every time) +buf.fill(0); +console.log(buf); + // +``` + +A `TypeError` will be thrown if `size` is not a number. + +Note that the `Buffer` module pre-allocates an internal `Buffer` instance of +size `Buffer.poolSize` that is used as a pool for the fast allocation of new +`Buffer` instances created using `Buffer.allocUnsafe(size)` (and the deprecated +`new Buffer(size)` constructor) only when `size` is less than or equal to +`Buffer.poolSize >> 1` (floor of `Buffer.poolSize` divided by two). The default +value of `Buffer.poolSize` is `8192` but can be modified. + +Use of this pre-allocated internal memory pool is a key difference between +calling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`. +Specifically, `Buffer.alloc(size, fill)` will *never* use the internal Buffer +pool, while `Buffer.allocUnsafe(size).fill(fill)` *will* use the internal +Buffer pool if `size` is less than or equal to half `Buffer.poolSize`. The +difference is subtle but can be important when an application requires the +additional performance that `Buffer.allocUnsafe(size)` provides. + +### Class Method: Buffer.allocUnsafeSlow(size) + + +* `size` {Number} + +Allocates a new *non-zero-filled* and non-pooled `Buffer` of `size` bytes. The +`size` must be less than or equal to the value of +`require('buffer').kMaxLength` (on 64-bit architectures, `kMaxLength` is +`(2^31)-1`). Otherwise, a [`RangeError`][] is thrown. A zero-length Buffer will +be created if a `size` less than or equal to 0 is specified. + +The underlying memory for `Buffer` instances created in this way is *not +initialized*. The contents of the newly created `Buffer` are unknown and +*may contain sensitive data*. Use [`buf.fill(0)`][] to initialize such +`Buffer` instances to zeroes. + +When using `Buffer.allocUnsafe()` to allocate new `Buffer` instances, +allocations under 4KB are, by default, sliced from a single pre-allocated +`Buffer`. This allows applications to avoid the garbage collection overhead of +creating many individually allocated Buffers. This approach improves both +performance and memory usage by eliminating the need to track and cleanup as +many `Persistent` objects. + +However, in the case where a developer may need to retain a small chunk of +memory from a pool for an indeterminate amount of time, it may be appropriate +to create an un-pooled Buffer instance using `Buffer.allocUnsafeSlow()` then +copy out the relevant bits. + +```js +// need to keep around a few small chunks of memory +const store = []; + +socket.on('readable', () => { + const data = socket.read(); + // allocate for retained data + const sb = Buffer.allocUnsafeSlow(10); + // copy the data into the new allocation + data.copy(sb, 0, 0, 10); + store.push(sb); +}); +``` + +Use of `Buffer.allocUnsafeSlow()` should be used only as a last resort *after* +a developer has observed undue memory retention in their applications. + +A `TypeError` will be thrown if `size` is not a number. + +### All the Rest + +The rest of the `Buffer` API is exactly the same as in node.js. +[See the docs](https://nodejs.org/api/buffer.html). + + +## Related links + +- [Node.js issue: Buffer(number) is unsafe](https://github.com/nodejs/node/issues/4660) +- [Node.js Enhancement Proposal: Buffer.from/Buffer.alloc/Buffer.zalloc/Buffer() soft-deprecate](https://github.com/nodejs/node-eps/pull/4) + +## Why is `Buffer` unsafe? + +Today, the node.js `Buffer` constructor is overloaded to handle many different argument +types like `String`, `Array`, `Object`, `TypedArrayView` (`Uint8Array`, etc.), +`ArrayBuffer`, and also `Number`. + +The API is optimized for convenience: you can throw any type at it, and it will try to do +what you want. + +Because the Buffer constructor is so powerful, you often see code like this: + +```js +// Convert UTF-8 strings to hex +function toHex (str) { + return new Buffer(str).toString('hex') +} +``` + +***But what happens if `toHex` is called with a `Number` argument?*** + +### Remote Memory Disclosure + +If an attacker can make your program call the `Buffer` constructor with a `Number` +argument, then they can make it allocate uninitialized memory from the node.js process. +This could potentially disclose TLS private keys, user data, or database passwords. + +When the `Buffer` constructor is passed a `Number` argument, it returns an +**UNINITIALIZED** block of memory of the specified `size`. When you create a `Buffer` like +this, you **MUST** overwrite the contents before returning it to the user. + +From the [node.js docs](https://nodejs.org/api/buffer.html#buffer_new_buffer_size): + +> `new Buffer(size)` +> +> - `size` Number +> +> The underlying memory for `Buffer` instances created in this way is not initialized. +> **The contents of a newly created `Buffer` are unknown and could contain sensitive +> data.** Use `buf.fill(0)` to initialize a Buffer to zeroes. + +(Emphasis our own.) + +Whenever the programmer intended to create an uninitialized `Buffer` you often see code +like this: + +```js +var buf = new Buffer(16) + +// Immediately overwrite the uninitialized buffer with data from another buffer +for (var i = 0; i < buf.length; i++) { + buf[i] = otherBuf[i] +} +``` + + +### Would this ever be a problem in real code? + +Yes. It's surprisingly common to forget to check the type of your variables in a +dynamically-typed language like JavaScript. + +Usually the consequences of assuming the wrong type is that your program crashes with an +uncaught exception. But the failure mode for forgetting to check the type of arguments to +the `Buffer` constructor is more catastrophic. + +Here's an example of a vulnerable service that takes a JSON payload and converts it to +hex: + +```js +// Take a JSON payload {str: "some string"} and convert it to hex +var server = http.createServer(function (req, res) { + var data = '' + req.setEncoding('utf8') + req.on('data', function (chunk) { + data += chunk + }) + req.on('end', function () { + var body = JSON.parse(data) + res.end(new Buffer(body.str).toString('hex')) + }) +}) + +server.listen(8080) +``` + +In this example, an http client just has to send: + +```json +{ + "str": 1000 +} +``` + +and it will get back 1,000 bytes of uninitialized memory from the server. + +This is a very serious bug. It's similar in severity to the +[the Heartbleed bug](http://heartbleed.com/) that allowed disclosure of OpenSSL process +memory by remote attackers. + + +### Which real-world packages were vulnerable? + +#### [`bittorrent-dht`](https://www.npmjs.com/package/bittorrent-dht) + +[Mathias Buus](https://github.com/mafintosh) and I +([Feross Aboukhadijeh](http://feross.org/)) found this issue in one of our own packages, +[`bittorrent-dht`](https://www.npmjs.com/package/bittorrent-dht). The bug would allow +anyone on the internet to send a series of messages to a user of `bittorrent-dht` and get +them to reveal 20 bytes at a time of uninitialized memory from the node.js process. + +Here's +[the commit](https://github.com/feross/bittorrent-dht/commit/6c7da04025d5633699800a99ec3fbadf70ad35b8) +that fixed it. We released a new fixed version, created a +[Node Security Project disclosure](https://nodesecurity.io/advisories/68), and deprecated all +vulnerable versions on npm so users will get a warning to upgrade to a newer version. + +#### [`ws`](https://www.npmjs.com/package/ws) + +That got us wondering if there were other vulnerable packages. Sure enough, within a short +period of time, we found the same issue in [`ws`](https://www.npmjs.com/package/ws), the +most popular WebSocket implementation in node.js. + +If certain APIs were called with `Number` parameters instead of `String` or `Buffer` as +expected, then uninitialized server memory would be disclosed to the remote peer. + +These were the vulnerable methods: + +```js +socket.send(number) +socket.ping(number) +socket.pong(number) +``` + +Here's a vulnerable socket server with some echo functionality: + +```js +server.on('connection', function (socket) { + socket.on('message', function (message) { + message = JSON.parse(message) + if (message.type === 'echo') { + socket.send(message.data) // send back the user's message + } + }) +}) +``` + +`socket.send(number)` called on the server, will disclose server memory. + +Here's [the release](https://github.com/websockets/ws/releases/tag/1.0.1) where the issue +was fixed, with a more detailed explanation. Props to +[Arnout Kazemier](https://github.com/3rd-Eden) for the quick fix. Here's the +[Node Security Project disclosure](https://nodesecurity.io/advisories/67). + + +### What's the solution? + +It's important that node.js offers a fast way to get memory otherwise performance-critical +applications would needlessly get a lot slower. + +But we need a better way to *signal our intent* as programmers. **When we want +uninitialized memory, we should request it explicitly.** + +Sensitive functionality should not be packed into a developer-friendly API that loosely +accepts many different types. This type of API encourages the lazy practice of passing +variables in without checking the type very carefully. + +#### A new API: `Buffer.allocUnsafe(number)` + +The functionality of creating buffers with uninitialized memory should be part of another +API. We propose `Buffer.allocUnsafe(number)`. This way, it's not part of an API that +frequently gets user input of all sorts of different types passed into it. + +```js +var buf = Buffer.allocUnsafe(16) // careful, uninitialized memory! + +// Immediately overwrite the uninitialized buffer with data from another buffer +for (var i = 0; i < buf.length; i++) { + buf[i] = otherBuf[i] +} +``` + + +### How do we fix node.js core? + +We sent [a PR to node.js core](https://github.com/nodejs/node/pull/4514) (merged as +`semver-major`) which defends against one case: + +```js +var str = 16 +new Buffer(str, 'utf8') +``` + +In this situation, it's implied that the programmer intended the first argument to be a +string, since they passed an encoding as a second argument. Today, node.js will allocate +uninitialized memory in the case of `new Buffer(number, encoding)`, which is probably not +what the programmer intended. + +But this is only a partial solution, since if the programmer does `new Buffer(variable)` +(without an `encoding` parameter) there's no way to know what they intended. If `variable` +is sometimes a number, then uninitialized memory will sometimes be returned. + +### What's the real long-term fix? + +We could deprecate and remove `new Buffer(number)` and use `Buffer.allocUnsafe(number)` when +we need uninitialized memory. But that would break 1000s of packages. + +~~We believe the best solution is to:~~ + +~~1. Change `new Buffer(number)` to return safe, zeroed-out memory~~ + +~~2. Create a new API for creating uninitialized Buffers. We propose: `Buffer.allocUnsafe(number)`~~ + +#### Update + +We now support adding three new APIs: + +- `Buffer.from(value)` - convert from any type to a buffer +- `Buffer.alloc(size)` - create a zero-filled buffer +- `Buffer.allocUnsafe(size)` - create an uninitialized buffer with given size + +This solves the core problem that affected `ws` and `bittorrent-dht` which is +`Buffer(variable)` getting tricked into taking a number argument. + +This way, existing code continues working and the impact on the npm ecosystem will be +minimal. Over time, npm maintainers can migrate performance-critical code to use +`Buffer.allocUnsafe(number)` instead of `new Buffer(number)`. + + +### Conclusion + +We think there's a serious design issue with the `Buffer` API as it exists today. It +promotes insecure software by putting high-risk functionality into a convenient API +with friendly "developer ergonomics". + +This wasn't merely a theoretical exercise because we found the issue in some of the +most popular npm packages. + +Fortunately, there's an easy fix that can be applied today. Use `safe-buffer` in place of +`buffer`. + +```js +var Buffer = require('safe-buffer').Buffer +``` + +Eventually, we hope that node.js core can switch to this new, safer behavior. We believe +the impact on the ecosystem would be minimal since it's not a breaking change. +Well-maintained, popular packages would be updated to use `Buffer.alloc` quickly, while +older, insecure packages would magically become safe from this attack vector. + + +## links + +- [Node.js PR: buffer: throw if both length and enc are passed](https://github.com/nodejs/node/pull/4514) +- [Node Security Project disclosure for `ws`](https://nodesecurity.io/advisories/67) +- [Node Security Project disclosure for`bittorrent-dht`](https://nodesecurity.io/advisories/68) + + +## credit + +The original issues in `bittorrent-dht` +([disclosure](https://nodesecurity.io/advisories/68)) and +`ws` ([disclosure](https://nodesecurity.io/advisories/67)) were discovered by +[Mathias Buus](https://github.com/mafintosh) and +[Feross Aboukhadijeh](http://feross.org/). + +Thanks to [Adam Baldwin](https://github.com/evilpacket) for helping disclose these issues +and for his work running the [Node Security Project](https://nodesecurity.io/). + +Thanks to [John Hiesey](https://github.com/jhiesey) for proofreading this README and +auditing the code. + + +## license + +MIT. Copyright (C) [Feross Aboukhadijeh](http://feross.org) diff --git a/node_modules/safe-buffer/index.d.ts b/node_modules/safe-buffer/index.d.ts new file mode 100644 index 0000000..e9fed80 --- /dev/null +++ b/node_modules/safe-buffer/index.d.ts @@ -0,0 +1,187 @@ +declare module "safe-buffer" { + export class Buffer { + length: number + write(string: string, offset?: number, length?: number, encoding?: string): number; + toString(encoding?: string, start?: number, end?: number): string; + toJSON(): { type: 'Buffer', data: any[] }; + equals(otherBuffer: Buffer): boolean; + compare(otherBuffer: Buffer, targetStart?: number, targetEnd?: number, sourceStart?: number, sourceEnd?: number): number; + copy(targetBuffer: Buffer, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; + slice(start?: number, end?: number): Buffer; + writeUIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeUIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + readUIntLE(offset: number, byteLength: number, noAssert?: boolean): number; + readUIntBE(offset: number, byteLength: number, noAssert?: boolean): number; + readIntLE(offset: number, byteLength: number, noAssert?: boolean): number; + readIntBE(offset: number, byteLength: number, noAssert?: boolean): number; + readUInt8(offset: number, noAssert?: boolean): number; + readUInt16LE(offset: number, noAssert?: boolean): number; + readUInt16BE(offset: number, noAssert?: boolean): number; + readUInt32LE(offset: number, noAssert?: boolean): number; + readUInt32BE(offset: number, noAssert?: boolean): number; + readInt8(offset: number, noAssert?: boolean): number; + readInt16LE(offset: number, noAssert?: boolean): number; + readInt16BE(offset: number, noAssert?: boolean): number; + readInt32LE(offset: number, noAssert?: boolean): number; + readInt32BE(offset: number, noAssert?: boolean): number; + readFloatLE(offset: number, noAssert?: boolean): number; + readFloatBE(offset: number, noAssert?: boolean): number; + readDoubleLE(offset: number, noAssert?: boolean): number; + readDoubleBE(offset: number, noAssert?: boolean): number; + swap16(): Buffer; + swap32(): Buffer; + swap64(): Buffer; + writeUInt8(value: number, offset: number, noAssert?: boolean): number; + writeUInt16LE(value: number, offset: number, noAssert?: boolean): number; + writeUInt16BE(value: number, offset: number, noAssert?: boolean): number; + writeUInt32LE(value: number, offset: number, noAssert?: boolean): number; + writeUInt32BE(value: number, offset: number, noAssert?: boolean): number; + writeInt8(value: number, offset: number, noAssert?: boolean): number; + writeInt16LE(value: number, offset: number, noAssert?: boolean): number; + writeInt16BE(value: number, offset: number, noAssert?: boolean): number; + writeInt32LE(value: number, offset: number, noAssert?: boolean): number; + writeInt32BE(value: number, offset: number, noAssert?: boolean): number; + writeFloatLE(value: number, offset: number, noAssert?: boolean): number; + writeFloatBE(value: number, offset: number, noAssert?: boolean): number; + writeDoubleLE(value: number, offset: number, noAssert?: boolean): number; + writeDoubleBE(value: number, offset: number, noAssert?: boolean): number; + fill(value: any, offset?: number, end?: number): this; + indexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; + lastIndexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; + includes(value: string | number | Buffer, byteOffset?: number, encoding?: string): boolean; + + /** + * Allocates a new buffer containing the given {str}. + * + * @param str String to store in buffer. + * @param encoding encoding to use, optional. Default is 'utf8' + */ + constructor (str: string, encoding?: string); + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + */ + constructor (size: number); + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + */ + constructor (array: Uint8Array); + /** + * Produces a Buffer backed by the same allocated memory as + * the given {ArrayBuffer}. + * + * + * @param arrayBuffer The ArrayBuffer with which to share memory. + */ + constructor (arrayBuffer: ArrayBuffer); + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + */ + constructor (array: any[]); + /** + * Copies the passed {buffer} data onto a new {Buffer} instance. + * + * @param buffer The buffer to copy. + */ + constructor (buffer: Buffer); + prototype: Buffer; + /** + * Allocates a new Buffer using an {array} of octets. + * + * @param array + */ + static from(array: any[]): Buffer; + /** + * When passed a reference to the .buffer property of a TypedArray instance, + * the newly created Buffer will share the same allocated memory as the TypedArray. + * The optional {byteOffset} and {length} arguments specify a memory range + * within the {arrayBuffer} that will be shared by the Buffer. + * + * @param arrayBuffer The .buffer property of a TypedArray or a new ArrayBuffer() + * @param byteOffset + * @param length + */ + static from(arrayBuffer: ArrayBuffer, byteOffset?: number, length?: number): Buffer; + /** + * Copies the passed {buffer} data onto a new Buffer instance. + * + * @param buffer + */ + static from(buffer: Buffer): Buffer; + /** + * Creates a new Buffer containing the given JavaScript string {str}. + * If provided, the {encoding} parameter identifies the character encoding. + * If not provided, {encoding} defaults to 'utf8'. + * + * @param str + */ + static from(str: string, encoding?: string): Buffer; + /** + * Returns true if {obj} is a Buffer + * + * @param obj object to test. + */ + static isBuffer(obj: any): obj is Buffer; + /** + * Returns true if {encoding} is a valid encoding argument. + * Valid string encodings in Node 0.12: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex' + * + * @param encoding string to test. + */ + static isEncoding(encoding: string): boolean; + /** + * Gives the actual byte length of a string. encoding defaults to 'utf8'. + * This is not the same as String.prototype.length since that returns the number of characters in a string. + * + * @param string string to test. + * @param encoding encoding used to evaluate (defaults to 'utf8') + */ + static byteLength(string: string, encoding?: string): number; + /** + * Returns a buffer which is the result of concatenating all the buffers in the list together. + * + * If the list has no items, or if the totalLength is 0, then it returns a zero-length buffer. + * If the list has exactly one item, then the first item of the list is returned. + * If the list has more than one item, then a new Buffer is created. + * + * @param list An array of Buffer objects to concatenate + * @param totalLength Total length of the buffers when concatenated. + * If totalLength is not provided, it is read from the buffers in the list. However, this adds an additional loop to the function, so it is faster to provide the length explicitly. + */ + static concat(list: Buffer[], totalLength?: number): Buffer; + /** + * The same as buf1.compare(buf2). + */ + static compare(buf1: Buffer, buf2: Buffer): number; + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + * @param fill if specified, buffer will be initialized by calling buf.fill(fill). + * If parameter is omitted, buffer will be filled with zeros. + * @param encoding encoding used for call to buf.fill while initalizing + */ + static alloc(size: number, fill?: string | Buffer | number, encoding?: string): Buffer; + /** + * Allocates a new buffer of {size} octets, leaving memory not initialized, so the contents + * of the newly created Buffer are unknown and may contain sensitive data. + * + * @param size count of octets to allocate + */ + static allocUnsafe(size: number): Buffer; + /** + * Allocates a new non-pooled buffer of {size} octets, leaving memory not initialized, so the contents + * of the newly created Buffer are unknown and may contain sensitive data. + * + * @param size count of octets to allocate + */ + static allocUnsafeSlow(size: number): Buffer; + } +} \ No newline at end of file diff --git a/node_modules/safe-buffer/index.js b/node_modules/safe-buffer/index.js new file mode 100644 index 0000000..f8d3ec9 --- /dev/null +++ b/node_modules/safe-buffer/index.js @@ -0,0 +1,65 @@ +/*! safe-buffer. MIT License. Feross Aboukhadijeh */ +/* eslint-disable node/no-deprecated-api */ +var buffer = require('buffer') +var Buffer = buffer.Buffer + +// alternative to using Object.keys for old browsers +function copyProps (src, dst) { + for (var key in src) { + dst[key] = src[key] + } +} +if (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) { + module.exports = buffer +} else { + // Copy properties from require('buffer') + copyProps(buffer, exports) + exports.Buffer = SafeBuffer +} + +function SafeBuffer (arg, encodingOrOffset, length) { + return Buffer(arg, encodingOrOffset, length) +} + +SafeBuffer.prototype = Object.create(Buffer.prototype) + +// Copy static methods from Buffer +copyProps(Buffer, SafeBuffer) + +SafeBuffer.from = function (arg, encodingOrOffset, length) { + if (typeof arg === 'number') { + throw new TypeError('Argument must not be a number') + } + return Buffer(arg, encodingOrOffset, length) +} + +SafeBuffer.alloc = function (size, fill, encoding) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + var buf = Buffer(size) + if (fill !== undefined) { + if (typeof encoding === 'string') { + buf.fill(fill, encoding) + } else { + buf.fill(fill) + } + } else { + buf.fill(0) + } + return buf +} + +SafeBuffer.allocUnsafe = function (size) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + return Buffer(size) +} + +SafeBuffer.allocUnsafeSlow = function (size) { + if (typeof size !== 'number') { + throw new TypeError('Argument must be a number') + } + return buffer.SlowBuffer(size) +} diff --git a/node_modules/safe-buffer/package.json b/node_modules/safe-buffer/package.json new file mode 100644 index 0000000..f2869e2 --- /dev/null +++ b/node_modules/safe-buffer/package.json @@ -0,0 +1,51 @@ +{ + "name": "safe-buffer", + "description": "Safer Node.js Buffer API", + "version": "5.2.1", + "author": { + "name": "Feross Aboukhadijeh", + "email": "feross@feross.org", + "url": "https://feross.org" + }, + "bugs": { + "url": "https://github.com/feross/safe-buffer/issues" + }, + "devDependencies": { + "standard": "*", + "tape": "^5.0.0" + }, + "homepage": "https://github.com/feross/safe-buffer", + "keywords": [ + "buffer", + "buffer allocate", + "node security", + "safe", + "safe-buffer", + "security", + "uninitialized" + ], + "license": "MIT", + "main": "index.js", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "git://github.com/feross/safe-buffer.git" + }, + "scripts": { + "test": "standard && tape test/*.js" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] +} diff --git a/node_modules/safer-buffer/LICENSE b/node_modules/safer-buffer/LICENSE new file mode 100644 index 0000000..4fe9e6f --- /dev/null +++ b/node_modules/safer-buffer/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Nikita Skovoroda + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/safer-buffer/Porting-Buffer.md b/node_modules/safer-buffer/Porting-Buffer.md new file mode 100644 index 0000000..68d86ba --- /dev/null +++ b/node_modules/safer-buffer/Porting-Buffer.md @@ -0,0 +1,268 @@ +# Porting to the Buffer.from/Buffer.alloc API + + +## Overview + +- [Variant 1: Drop support for Node.js ≤ 4.4.x and 5.0.0 — 5.9.x.](#variant-1) (*recommended*) +- [Variant 2: Use a polyfill](#variant-2) +- [Variant 3: manual detection, with safeguards](#variant-3) + +### Finding problematic bits of code using grep + +Just run `grep -nrE '[^a-zA-Z](Slow)?Buffer\s*\(' --exclude-dir node_modules`. + +It will find all the potentially unsafe places in your own code (with some considerably unlikely +exceptions). + +### Finding problematic bits of code using Node.js 8 + +If you’re using Node.js ≥ 8.0.0 (which is recommended), Node.js exposes multiple options that help with finding the relevant pieces of code: + +- `--trace-warnings` will make Node.js show a stack trace for this warning and other warnings that are printed by Node.js. +- `--trace-deprecation` does the same thing, but only for deprecation warnings. +- `--pending-deprecation` will show more types of deprecation warnings. In particular, it will show the `Buffer()` deprecation warning, even on Node.js 8. + +You can set these flags using an environment variable: + +```console +$ export NODE_OPTIONS='--trace-warnings --pending-deprecation' +$ cat example.js +'use strict'; +const foo = new Buffer('foo'); +$ node example.js +(node:7147) [DEP0005] DeprecationWarning: The Buffer() and new Buffer() constructors are not recommended for use due to security and usability concerns. Please use the new Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() construction methods instead. + at showFlaggedDeprecation (buffer.js:127:13) + at new Buffer (buffer.js:148:3) + at Object. (/path/to/example.js:2:13) + [... more stack trace lines ...] +``` + +### Finding problematic bits of code using linters + +Eslint rules [no-buffer-constructor](https://eslint.org/docs/rules/no-buffer-constructor) +or +[node/no-deprecated-api](https://github.com/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-deprecated-api.md) +also find calls to deprecated `Buffer()` API. Those rules are included in some pre-sets. + +There is a drawback, though, that it doesn't always +[work correctly](https://github.com/chalker/safer-buffer#why-not-safe-buffer) when `Buffer` is +overriden e.g. with a polyfill, so recommended is a combination of this and some other method +described above. + + +## Variant 1: Drop support for Node.js ≤ 4.4.x and 5.0.0 — 5.9.x. + +This is the recommended solution nowadays that would imply only minimal overhead. + +The Node.js 5.x release line has been unsupported since July 2016, and the Node.js 4.x release line reaches its End of Life in April 2018 (→ [Schedule](https://github.com/nodejs/Release#release-schedule)). This means that these versions of Node.js will *not* receive any updates, even in case of security issues, so using these release lines should be avoided, if at all possible. + +What you would do in this case is to convert all `new Buffer()` or `Buffer()` calls to use `Buffer.alloc()` or `Buffer.from()`, in the following way: + +- For `new Buffer(number)`, replace it with `Buffer.alloc(number)`. +- For `new Buffer(string)` (or `new Buffer(string, encoding)`), replace it with `Buffer.from(string)` (or `Buffer.from(string, encoding)`). +- For all other combinations of arguments (these are much rarer), also replace `new Buffer(...arguments)` with `Buffer.from(...arguments)`. + +Note that `Buffer.alloc()` is also _faster_ on the current Node.js versions than +`new Buffer(size).fill(0)`, which is what you would otherwise need to ensure zero-filling. + +Enabling eslint rule [no-buffer-constructor](https://eslint.org/docs/rules/no-buffer-constructor) +or +[node/no-deprecated-api](https://github.com/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-deprecated-api.md) +is recommended to avoid accidential unsafe Buffer API usage. + +There is also a [JSCodeshift codemod](https://github.com/joyeecheung/node-dep-codemod#dep005) +for automatically migrating Buffer constructors to `Buffer.alloc()` or `Buffer.from()`. +Note that it currently only works with cases where the arguments are literals or where the +constructor is invoked with two arguments. + +_If you currently support those older Node.js versions and dropping them would be a semver-major change +for you, or if you support older branches of your packages, consider using [Variant 2](#variant-2) +or [Variant 3](#variant-3) on older branches, so people using those older branches will also receive +the fix. That way, you will eradicate potential issues caused by unguarded Buffer API usage and +your users will not observe a runtime deprecation warning when running your code on Node.js 10._ + + +## Variant 2: Use a polyfill + +Utilize [safer-buffer](https://www.npmjs.com/package/safer-buffer) as a polyfill to support older +Node.js versions. + +You would take exacly the same steps as in [Variant 1](#variant-1), but with a polyfill +`const Buffer = require('safer-buffer').Buffer` in all files where you use the new `Buffer` api. + +Make sure that you do not use old `new Buffer` API — in any files where the line above is added, +using old `new Buffer()` API will _throw_. It will be easy to notice that in CI, though. + +Alternatively, you could use [buffer-from](https://www.npmjs.com/package/buffer-from) and/or +[buffer-alloc](https://www.npmjs.com/package/buffer-alloc) [ponyfills](https://ponyfill.com/) — +those are great, the only downsides being 4 deps in the tree and slightly more code changes to +migrate off them (as you would be using e.g. `Buffer.from` under a different name). If you need only +`Buffer.from` polyfilled — `buffer-from` alone which comes with no extra dependencies. + +_Alternatively, you could use [safe-buffer](https://www.npmjs.com/package/safe-buffer) — it also +provides a polyfill, but takes a different approach which has +[it's drawbacks](https://github.com/chalker/safer-buffer#why-not-safe-buffer). It will allow you +to also use the older `new Buffer()` API in your code, though — but that's arguably a benefit, as +it is problematic, can cause issues in your code, and will start emitting runtime deprecation +warnings starting with Node.js 10._ + +Note that in either case, it is important that you also remove all calls to the old Buffer +API manually — just throwing in `safe-buffer` doesn't fix the problem by itself, it just provides +a polyfill for the new API. I have seen people doing that mistake. + +Enabling eslint rule [no-buffer-constructor](https://eslint.org/docs/rules/no-buffer-constructor) +or +[node/no-deprecated-api](https://github.com/mysticatea/eslint-plugin-node/blob/master/docs/rules/no-deprecated-api.md) +is recommended. + +_Don't forget to drop the polyfill usage once you drop support for Node.js < 4.5.0._ + + +## Variant 3 — manual detection, with safeguards + +This is useful if you create Buffer instances in only a few places (e.g. one), or you have your own +wrapper around them. + +### Buffer(0) + +This special case for creating empty buffers can be safely replaced with `Buffer.concat([])`, which +returns the same result all the way down to Node.js 0.8.x. + +### Buffer(notNumber) + +Before: + +```js +var buf = new Buffer(notNumber, encoding); +``` + +After: + +```js +var buf; +if (Buffer.from && Buffer.from !== Uint8Array.from) { + buf = Buffer.from(notNumber, encoding); +} else { + if (typeof notNumber === 'number') + throw new Error('The "size" argument must be of type number.'); + buf = new Buffer(notNumber, encoding); +} +``` + +`encoding` is optional. + +Note that the `typeof notNumber` before `new Buffer` is required (for cases when `notNumber` argument is not +hard-coded) and _is not caused by the deprecation of Buffer constructor_ — it's exactly _why_ the +Buffer constructor is deprecated. Ecosystem packages lacking this type-check caused numereous +security issues — situations when unsanitized user input could end up in the `Buffer(arg)` create +problems ranging from DoS to leaking sensitive information to the attacker from the process memory. + +When `notNumber` argument is hardcoded (e.g. literal `"abc"` or `[0,1,2]`), the `typeof` check can +be omitted. + +Also note that using TypeScript does not fix this problem for you — when libs written in +`TypeScript` are used from JS, or when user input ends up there — it behaves exactly as pure JS, as +all type checks are translation-time only and are not present in the actual JS code which TS +compiles to. + +### Buffer(number) + +For Node.js 0.10.x (and below) support: + +```js +var buf; +if (Buffer.alloc) { + buf = Buffer.alloc(number); +} else { + buf = new Buffer(number); + buf.fill(0); +} +``` + +Otherwise (Node.js ≥ 0.12.x): + +```js +const buf = Buffer.alloc ? Buffer.alloc(number) : new Buffer(number).fill(0); +``` + +## Regarding Buffer.allocUnsafe + +Be extra cautious when using `Buffer.allocUnsafe`: + * Don't use it if you don't have a good reason to + * e.g. you probably won't ever see a performance difference for small buffers, in fact, those + might be even faster with `Buffer.alloc()`, + * if your code is not in the hot code path — you also probably won't notice a difference, + * keep in mind that zero-filling minimizes the potential risks. + * If you use it, make sure that you never return the buffer in a partially-filled state, + * if you are writing to it sequentially — always truncate it to the actuall written length + +Errors in handling buffers allocated with `Buffer.allocUnsafe` could result in various issues, +ranged from undefined behaviour of your code to sensitive data (user input, passwords, certs) +leaking to the remote attacker. + +_Note that the same applies to `new Buffer` usage without zero-filling, depending on the Node.js +version (and lacking type checks also adds DoS to the list of potential problems)._ + + +## FAQ + + +### What is wrong with the `Buffer` constructor? + +The `Buffer` constructor could be used to create a buffer in many different ways: + +- `new Buffer(42)` creates a `Buffer` of 42 bytes. Before Node.js 8, this buffer contained + *arbitrary memory* for performance reasons, which could include anything ranging from + program source code to passwords and encryption keys. +- `new Buffer('abc')` creates a `Buffer` that contains the UTF-8-encoded version of + the string `'abc'`. A second argument could specify another encoding: For example, + `new Buffer(string, 'base64')` could be used to convert a Base64 string into the original + sequence of bytes that it represents. +- There are several other combinations of arguments. + +This meant that, in code like `var buffer = new Buffer(foo);`, *it is not possible to tell +what exactly the contents of the generated buffer are* without knowing the type of `foo`. + +Sometimes, the value of `foo` comes from an external source. For example, this function +could be exposed as a service on a web server, converting a UTF-8 string into its Base64 form: + +``` +function stringToBase64(req, res) { + // The request body should have the format of `{ string: 'foobar' }` + const rawBytes = new Buffer(req.body.string) + const encoded = rawBytes.toString('base64') + res.end({ encoded: encoded }) +} +``` + +Note that this code does *not* validate the type of `req.body.string`: + +- `req.body.string` is expected to be a string. If this is the case, all goes well. +- `req.body.string` is controlled by the client that sends the request. +- If `req.body.string` is the *number* `50`, the `rawBytes` would be 50 bytes: + - Before Node.js 8, the content would be uninitialized + - After Node.js 8, the content would be `50` bytes with the value `0` + +Because of the missing type check, an attacker could intentionally send a number +as part of the request. Using this, they can either: + +- Read uninitialized memory. This **will** leak passwords, encryption keys and other + kinds of sensitive information. (Information leak) +- Force the program to allocate a large amount of memory. For example, when specifying + `500000000` as the input value, each request will allocate 500MB of memory. + This can be used to either exhaust the memory available of a program completely + and make it crash, or slow it down significantly. (Denial of Service) + +Both of these scenarios are considered serious security issues in a real-world +web server context. + +when using `Buffer.from(req.body.string)` instead, passing a number will always +throw an exception instead, giving a controlled behaviour that can always be +handled by the program. + + +### The `Buffer()` constructor has been deprecated for a while. Is this really an issue? + +Surveys of code in the `npm` ecosystem have shown that the `Buffer()` constructor is still +widely used. This includes new code, and overall usage of such code has actually been +*increasing*. diff --git a/node_modules/safer-buffer/Readme.md b/node_modules/safer-buffer/Readme.md new file mode 100644 index 0000000..14b0822 --- /dev/null +++ b/node_modules/safer-buffer/Readme.md @@ -0,0 +1,156 @@ +# safer-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![javascript style guide][standard-image]][standard-url] [![Security Responsible Disclosure][secuirty-image]][secuirty-url] + +[travis-image]: https://travis-ci.org/ChALkeR/safer-buffer.svg?branch=master +[travis-url]: https://travis-ci.org/ChALkeR/safer-buffer +[npm-image]: https://img.shields.io/npm/v/safer-buffer.svg +[npm-url]: https://npmjs.org/package/safer-buffer +[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg +[standard-url]: https://standardjs.com +[secuirty-image]: https://img.shields.io/badge/Security-Responsible%20Disclosure-green.svg +[secuirty-url]: https://github.com/nodejs/security-wg/blob/master/processes/responsible_disclosure_template.md + +Modern Buffer API polyfill without footguns, working on Node.js from 0.8 to current. + +## How to use? + +First, port all `Buffer()` and `new Buffer()` calls to `Buffer.alloc()` and `Buffer.from()` API. + +Then, to achieve compatibility with outdated Node.js versions (`<4.5.0` and 5.x `<5.9.0`), use +`const Buffer = require('safer-buffer').Buffer` in all files where you make calls to the new +Buffer API. _Use `var` instead of `const` if you need that for your Node.js version range support._ + +Also, see the +[porting Buffer](https://github.com/ChALkeR/safer-buffer/blob/master/Porting-Buffer.md) guide. + +## Do I need it? + +Hopefully, not — dropping support for outdated Node.js versions should be fine nowdays, and that +is the recommended path forward. You _do_ need to port to the `Buffer.alloc()` and `Buffer.from()` +though. + +See the [porting guide](https://github.com/ChALkeR/safer-buffer/blob/master/Porting-Buffer.md) +for a better description. + +## Why not [safe-buffer](https://npmjs.com/safe-buffer)? + +_In short: while `safe-buffer` serves as a polyfill for the new API, it allows old API usage and +itself contains footguns._ + +`safe-buffer` could be used safely to get the new API while still keeping support for older +Node.js versions (like this module), but while analyzing ecosystem usage of the old Buffer API +I found out that `safe-buffer` is itself causing problems in some cases. + +For example, consider the following snippet: + +```console +$ cat example.unsafe.js +console.log(Buffer(20)) +$ ./node-v6.13.0-linux-x64/bin/node example.unsafe.js + +$ standard example.unsafe.js +standard: Use JavaScript Standard Style (https://standardjs.com) + /home/chalker/repo/safer-buffer/example.unsafe.js:2:13: 'Buffer()' was deprecated since v6. Use 'Buffer.alloc()' or 'Buffer.from()' (use 'https://www.npmjs.com/package/safe-buffer' for '<4.5.0') instead. +``` + +This is allocates and writes to console an uninitialized chunk of memory. +[standard](https://www.npmjs.com/package/standard) linter (among others) catch that and warn people +to avoid using unsafe API. + +Let's now throw in `safe-buffer`! + +```console +$ cat example.safe-buffer.js +const Buffer = require('safe-buffer').Buffer +console.log(Buffer(20)) +$ standard example.safe-buffer.js +$ ./node-v6.13.0-linux-x64/bin/node example.safe-buffer.js + +``` + +See the problem? Adding in `safe-buffer` _magically removes the lint warning_, but the behavior +remains identiсal to what we had before, and when launched on Node.js 6.x LTS — this dumps out +chunks of uninitialized memory. +_And this code will still emit runtime warnings on Node.js 10.x and above._ + +That was done by design. I first considered changing `safe-buffer`, prohibiting old API usage or +emitting warnings on it, but that significantly diverges from `safe-buffer` design. After some +discussion, it was decided to move my approach into a separate package, and _this is that separate +package_. + +This footgun is not imaginary — I observed top-downloaded packages doing that kind of thing, +«fixing» the lint warning by blindly including `safe-buffer` without any actual changes. + +Also in some cases, even if the API _was_ migrated to use of safe Buffer API — a random pull request +can bring unsafe Buffer API usage back to the codebase by adding new calls — and that could go +unnoticed even if you have a linter prohibiting that (becase of the reason stated above), and even +pass CI. _I also observed that being done in popular packages._ + +Some examples: + * [webdriverio](https://github.com/webdriverio/webdriverio/commit/05cbd3167c12e4930f09ef7cf93b127ba4effae4#diff-124380949022817b90b622871837d56cR31) + (a module with 548 759 downloads/month), + * [websocket-stream](https://github.com/maxogden/websocket-stream/commit/c9312bd24d08271687d76da0fe3c83493871cf61) + (218 288 d/m, fix in [maxogden/websocket-stream#142](https://github.com/maxogden/websocket-stream/pull/142)), + * [node-serialport](https://github.com/node-serialport/node-serialport/commit/e8d9d2b16c664224920ce1c895199b1ce2def48c) + (113 138 d/m, fix in [node-serialport/node-serialport#1510](https://github.com/node-serialport/node-serialport/pull/1510)), + * [karma](https://github.com/karma-runner/karma/commit/3d94b8cf18c695104ca195334dc75ff054c74eec) + (3 973 193 d/m, fix in [karma-runner/karma#2947](https://github.com/karma-runner/karma/pull/2947)), + * [spdy-transport](https://github.com/spdy-http2/spdy-transport/commit/5375ac33f4a62a4f65bcfc2827447d42a5dbe8b1) + (5 970 727 d/m, fix in [spdy-http2/spdy-transport#53](https://github.com/spdy-http2/spdy-transport/pull/53)). + * And there are a lot more over the ecosystem. + +I filed a PR at +[mysticatea/eslint-plugin-node#110](https://github.com/mysticatea/eslint-plugin-node/pull/110) to +partially fix that (for cases when that lint rule is used), but it is a semver-major change for +linter rules and presets, so it would take significant time for that to reach actual setups. +_It also hasn't been released yet (2018-03-20)._ + +Also, `safer-buffer` discourages the usage of `.allocUnsafe()`, which is often done by a mistake. +It still supports it with an explicit concern barier, by placing it under +`require('safer-buffer/dangereous')`. + +## But isn't throwing bad? + +Not really. It's an error that could be noticed and fixed early, instead of causing havoc later like +unguarded `new Buffer()` calls that end up receiving user input can do. + +This package affects only the files where `var Buffer = require('safer-buffer').Buffer` was done, so +it is really simple to keep track of things and make sure that you don't mix old API usage with that. +Also, CI should hint anything that you might have missed. + +New commits, if tested, won't land new usage of unsafe Buffer API this way. +_Node.js 10.x also deals with that by printing a runtime depecation warning._ + +### Would it affect third-party modules? + +No, unless you explicitly do an awful thing like monkey-patching or overriding the built-in `Buffer`. +Don't do that. + +### But I don't want throwing… + +That is also fine! + +Also, it could be better in some cases when you don't comprehensive enough test coverage. + +In that case — just don't override `Buffer` and use +`var SaferBuffer = require('safer-buffer').Buffer` instead. + +That way, everything using `Buffer` natively would still work, but there would be two drawbacks: + +* `Buffer.from`/`Buffer.alloc` won't be polyfilled — use `SaferBuffer.from` and + `SaferBuffer.alloc` instead. +* You are still open to accidentally using the insecure deprecated API — use a linter to catch that. + +Note that using a linter to catch accidential `Buffer` constructor usage in this case is strongly +recommended. `Buffer` is not overriden in this usecase, so linters won't get confused. + +## «Without footguns»? + +Well, it is still possible to do _some_ things with `Buffer` API, e.g. accessing `.buffer` property +on older versions and duping things from there. You shouldn't do that in your code, probabably. + +The intention is to remove the most significant footguns that affect lots of packages in the +ecosystem, and to do it in the proper way. + +Also, this package doesn't protect against security issues affecting some Node.js versions, so for +usage in your own production code, it is still recommended to update to a Node.js version +[supported by upstream](https://github.com/nodejs/release#release-schedule). diff --git a/node_modules/safer-buffer/dangerous.js b/node_modules/safer-buffer/dangerous.js new file mode 100644 index 0000000..ca41fdc --- /dev/null +++ b/node_modules/safer-buffer/dangerous.js @@ -0,0 +1,58 @@ +/* eslint-disable node/no-deprecated-api */ + +'use strict' + +var buffer = require('buffer') +var Buffer = buffer.Buffer +var safer = require('./safer.js') +var Safer = safer.Buffer + +var dangerous = {} + +var key + +for (key in safer) { + if (!safer.hasOwnProperty(key)) continue + dangerous[key] = safer[key] +} + +var Dangereous = dangerous.Buffer = {} + +// Copy Safer API +for (key in Safer) { + if (!Safer.hasOwnProperty(key)) continue + Dangereous[key] = Safer[key] +} + +// Copy those missing unsafe methods, if they are present +for (key in Buffer) { + if (!Buffer.hasOwnProperty(key)) continue + if (Dangereous.hasOwnProperty(key)) continue + Dangereous[key] = Buffer[key] +} + +if (!Dangereous.allocUnsafe) { + Dangereous.allocUnsafe = function (size) { + if (typeof size !== 'number') { + throw new TypeError('The "size" argument must be of type number. Received type ' + typeof size) + } + if (size < 0 || size >= 2 * (1 << 30)) { + throw new RangeError('The value "' + size + '" is invalid for option "size"') + } + return Buffer(size) + } +} + +if (!Dangereous.allocUnsafeSlow) { + Dangereous.allocUnsafeSlow = function (size) { + if (typeof size !== 'number') { + throw new TypeError('The "size" argument must be of type number. Received type ' + typeof size) + } + if (size < 0 || size >= 2 * (1 << 30)) { + throw new RangeError('The value "' + size + '" is invalid for option "size"') + } + return buffer.SlowBuffer(size) + } +} + +module.exports = dangerous diff --git a/node_modules/safer-buffer/package.json b/node_modules/safer-buffer/package.json new file mode 100644 index 0000000..d452b04 --- /dev/null +++ b/node_modules/safer-buffer/package.json @@ -0,0 +1,34 @@ +{ + "name": "safer-buffer", + "version": "2.1.2", + "description": "Modern Buffer API polyfill without footguns", + "main": "safer.js", + "scripts": { + "browserify-test": "browserify --external tape tests.js > browserify-tests.js && tape browserify-tests.js", + "test": "standard && tape tests.js" + }, + "author": { + "name": "Nikita Skovoroda", + "email": "chalkerx@gmail.com", + "url": "https://github.com/ChALkeR" + }, + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/ChALkeR/safer-buffer.git" + }, + "bugs": { + "url": "https://github.com/ChALkeR/safer-buffer/issues" + }, + "devDependencies": { + "standard": "^11.0.1", + "tape": "^4.9.0" + }, + "files": [ + "Porting-Buffer.md", + "Readme.md", + "tests.js", + "dangerous.js", + "safer.js" + ] +} diff --git a/node_modules/safer-buffer/safer.js b/node_modules/safer-buffer/safer.js new file mode 100644 index 0000000..37c7e1a --- /dev/null +++ b/node_modules/safer-buffer/safer.js @@ -0,0 +1,77 @@ +/* eslint-disable node/no-deprecated-api */ + +'use strict' + +var buffer = require('buffer') +var Buffer = buffer.Buffer + +var safer = {} + +var key + +for (key in buffer) { + if (!buffer.hasOwnProperty(key)) continue + if (key === 'SlowBuffer' || key === 'Buffer') continue + safer[key] = buffer[key] +} + +var Safer = safer.Buffer = {} +for (key in Buffer) { + if (!Buffer.hasOwnProperty(key)) continue + if (key === 'allocUnsafe' || key === 'allocUnsafeSlow') continue + Safer[key] = Buffer[key] +} + +safer.Buffer.prototype = Buffer.prototype + +if (!Safer.from || Safer.from === Uint8Array.from) { + Safer.from = function (value, encodingOrOffset, length) { + if (typeof value === 'number') { + throw new TypeError('The "value" argument must not be of type number. Received type ' + typeof value) + } + if (value && typeof value.length === 'undefined') { + throw new TypeError('The first argument must be one of type string, Buffer, ArrayBuffer, Array, or Array-like Object. Received type ' + typeof value) + } + return Buffer(value, encodingOrOffset, length) + } +} + +if (!Safer.alloc) { + Safer.alloc = function (size, fill, encoding) { + if (typeof size !== 'number') { + throw new TypeError('The "size" argument must be of type number. Received type ' + typeof size) + } + if (size < 0 || size >= 2 * (1 << 30)) { + throw new RangeError('The value "' + size + '" is invalid for option "size"') + } + var buf = Buffer(size) + if (!fill || fill.length === 0) { + buf.fill(0) + } else if (typeof encoding === 'string') { + buf.fill(fill, encoding) + } else { + buf.fill(fill) + } + return buf + } +} + +if (!safer.kStringMaxLength) { + try { + safer.kStringMaxLength = process.binding('buffer').kStringMaxLength + } catch (e) { + // we can't determine kStringMaxLength in environments where process.binding + // is unsupported, so let's not set it + } +} + +if (!safer.constants) { + safer.constants = { + MAX_LENGTH: safer.kMaxLength + } + if (safer.kStringMaxLength) { + safer.constants.MAX_STRING_LENGTH = safer.kStringMaxLength + } +} + +module.exports = safer diff --git a/node_modules/safer-buffer/tests.js b/node_modules/safer-buffer/tests.js new file mode 100644 index 0000000..7ed2777 --- /dev/null +++ b/node_modules/safer-buffer/tests.js @@ -0,0 +1,406 @@ +/* eslint-disable node/no-deprecated-api */ + +'use strict' + +var test = require('tape') + +var buffer = require('buffer') + +var index = require('./') +var safer = require('./safer') +var dangerous = require('./dangerous') + +/* Inheritance tests */ + +test('Default is Safer', function (t) { + t.equal(index, safer) + t.notEqual(safer, dangerous) + t.notEqual(index, dangerous) + t.end() +}) + +test('Is not a function', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.equal(typeof impl, 'object') + t.equal(typeof impl.Buffer, 'object') + }); + [buffer].forEach(function (impl) { + t.equal(typeof impl, 'object') + t.equal(typeof impl.Buffer, 'function') + }) + t.end() +}) + +test('Constructor throws', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.throws(function () { impl.Buffer() }) + t.throws(function () { impl.Buffer(0) }) + t.throws(function () { impl.Buffer('a') }) + t.throws(function () { impl.Buffer('a', 'utf-8') }) + t.throws(function () { return new impl.Buffer() }) + t.throws(function () { return new impl.Buffer(0) }) + t.throws(function () { return new impl.Buffer('a') }) + t.throws(function () { return new impl.Buffer('a', 'utf-8') }) + }) + t.end() +}) + +test('Safe methods exist', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.equal(typeof impl.Buffer.alloc, 'function', 'alloc') + t.equal(typeof impl.Buffer.from, 'function', 'from') + }) + t.end() +}) + +test('Unsafe methods exist only in Dangerous', function (t) { + [index, safer].forEach(function (impl) { + t.equal(typeof impl.Buffer.allocUnsafe, 'undefined') + t.equal(typeof impl.Buffer.allocUnsafeSlow, 'undefined') + }); + [dangerous].forEach(function (impl) { + t.equal(typeof impl.Buffer.allocUnsafe, 'function') + t.equal(typeof impl.Buffer.allocUnsafeSlow, 'function') + }) + t.end() +}) + +test('Generic methods/properties are defined and equal', function (t) { + ['poolSize', 'isBuffer', 'concat', 'byteLength'].forEach(function (method) { + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl.Buffer[method], buffer.Buffer[method], method) + t.notEqual(typeof impl.Buffer[method], 'undefined', method) + }) + }) + t.end() +}) + +test('Built-in buffer static methods/properties are inherited', function (t) { + Object.keys(buffer).forEach(function (method) { + if (method === 'SlowBuffer' || method === 'Buffer') return; + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl[method], buffer[method], method) + t.notEqual(typeof impl[method], 'undefined', method) + }) + }) + t.end() +}) + +test('Built-in Buffer static methods/properties are inherited', function (t) { + Object.keys(buffer.Buffer).forEach(function (method) { + if (method === 'allocUnsafe' || method === 'allocUnsafeSlow') return; + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl.Buffer[method], buffer.Buffer[method], method) + t.notEqual(typeof impl.Buffer[method], 'undefined', method) + }) + }) + t.end() +}) + +test('.prototype property of Buffer is inherited', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl.Buffer.prototype, buffer.Buffer.prototype, 'prototype') + t.notEqual(typeof impl.Buffer.prototype, 'undefined', 'prototype') + }) + t.end() +}) + +test('All Safer methods are present in Dangerous', function (t) { + Object.keys(safer).forEach(function (method) { + if (method === 'Buffer') return; + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl[method], safer[method], method) + if (method !== 'kStringMaxLength') { + t.notEqual(typeof impl[method], 'undefined', method) + } + }) + }) + Object.keys(safer.Buffer).forEach(function (method) { + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl.Buffer[method], safer.Buffer[method], method) + t.notEqual(typeof impl.Buffer[method], 'undefined', method) + }) + }) + t.end() +}) + +test('Safe methods from Dangerous methods are present in Safer', function (t) { + Object.keys(dangerous).forEach(function (method) { + if (method === 'Buffer') return; + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl[method], dangerous[method], method) + if (method !== 'kStringMaxLength') { + t.notEqual(typeof impl[method], 'undefined', method) + } + }) + }) + Object.keys(dangerous.Buffer).forEach(function (method) { + if (method === 'allocUnsafe' || method === 'allocUnsafeSlow') return; + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl.Buffer[method], dangerous.Buffer[method], method) + t.notEqual(typeof impl.Buffer[method], 'undefined', method) + }) + }) + t.end() +}) + +/* Behaviour tests */ + +test('Methods return Buffers', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(0))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(0, 10))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(0, 'a'))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(10))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(10, 'x'))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.alloc(9, 'ab'))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.from(''))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.from('string'))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.from('string', 'utf-8'))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.from('b25ldHdvdGhyZWU=', 'base64'))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.from([0, 42, 3]))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.from(new Uint8Array([0, 42, 3])))) + t.ok(buffer.Buffer.isBuffer(impl.Buffer.from([]))) + }); + ['allocUnsafe', 'allocUnsafeSlow'].forEach(function (method) { + t.ok(buffer.Buffer.isBuffer(dangerous.Buffer[method](0))) + t.ok(buffer.Buffer.isBuffer(dangerous.Buffer[method](10))) + }) + t.end() +}) + +test('Constructor is buffer.Buffer', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl.Buffer.alloc(0).constructor, buffer.Buffer) + t.equal(impl.Buffer.alloc(0, 10).constructor, buffer.Buffer) + t.equal(impl.Buffer.alloc(0, 'a').constructor, buffer.Buffer) + t.equal(impl.Buffer.alloc(10).constructor, buffer.Buffer) + t.equal(impl.Buffer.alloc(10, 'x').constructor, buffer.Buffer) + t.equal(impl.Buffer.alloc(9, 'ab').constructor, buffer.Buffer) + t.equal(impl.Buffer.from('').constructor, buffer.Buffer) + t.equal(impl.Buffer.from('string').constructor, buffer.Buffer) + t.equal(impl.Buffer.from('string', 'utf-8').constructor, buffer.Buffer) + t.equal(impl.Buffer.from('b25ldHdvdGhyZWU=', 'base64').constructor, buffer.Buffer) + t.equal(impl.Buffer.from([0, 42, 3]).constructor, buffer.Buffer) + t.equal(impl.Buffer.from(new Uint8Array([0, 42, 3])).constructor, buffer.Buffer) + t.equal(impl.Buffer.from([]).constructor, buffer.Buffer) + }); + [0, 10, 100].forEach(function (arg) { + t.equal(dangerous.Buffer.allocUnsafe(arg).constructor, buffer.Buffer) + t.equal(dangerous.Buffer.allocUnsafeSlow(arg).constructor, buffer.SlowBuffer(0).constructor) + }) + t.end() +}) + +test('Invalid calls throw', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.throws(function () { impl.Buffer.from(0) }) + t.throws(function () { impl.Buffer.from(10) }) + t.throws(function () { impl.Buffer.from(10, 'utf-8') }) + t.throws(function () { impl.Buffer.from('string', 'invalid encoding') }) + t.throws(function () { impl.Buffer.from(-10) }) + t.throws(function () { impl.Buffer.from(1e90) }) + t.throws(function () { impl.Buffer.from(Infinity) }) + t.throws(function () { impl.Buffer.from(-Infinity) }) + t.throws(function () { impl.Buffer.from(NaN) }) + t.throws(function () { impl.Buffer.from(null) }) + t.throws(function () { impl.Buffer.from(undefined) }) + t.throws(function () { impl.Buffer.from() }) + t.throws(function () { impl.Buffer.from({}) }) + t.throws(function () { impl.Buffer.alloc('') }) + t.throws(function () { impl.Buffer.alloc('string') }) + t.throws(function () { impl.Buffer.alloc('string', 'utf-8') }) + t.throws(function () { impl.Buffer.alloc('b25ldHdvdGhyZWU=', 'base64') }) + t.throws(function () { impl.Buffer.alloc(-10) }) + t.throws(function () { impl.Buffer.alloc(1e90) }) + t.throws(function () { impl.Buffer.alloc(2 * (1 << 30)) }) + t.throws(function () { impl.Buffer.alloc(Infinity) }) + t.throws(function () { impl.Buffer.alloc(-Infinity) }) + t.throws(function () { impl.Buffer.alloc(null) }) + t.throws(function () { impl.Buffer.alloc(undefined) }) + t.throws(function () { impl.Buffer.alloc() }) + t.throws(function () { impl.Buffer.alloc([]) }) + t.throws(function () { impl.Buffer.alloc([0, 42, 3]) }) + t.throws(function () { impl.Buffer.alloc({}) }) + }); + ['allocUnsafe', 'allocUnsafeSlow'].forEach(function (method) { + t.throws(function () { dangerous.Buffer[method]('') }) + t.throws(function () { dangerous.Buffer[method]('string') }) + t.throws(function () { dangerous.Buffer[method]('string', 'utf-8') }) + t.throws(function () { dangerous.Buffer[method](2 * (1 << 30)) }) + t.throws(function () { dangerous.Buffer[method](Infinity) }) + if (dangerous.Buffer[method] === buffer.Buffer.allocUnsafe) { + t.skip('Skipping, older impl of allocUnsafe coerced negative sizes to 0') + } else { + t.throws(function () { dangerous.Buffer[method](-10) }) + t.throws(function () { dangerous.Buffer[method](-1e90) }) + t.throws(function () { dangerous.Buffer[method](-Infinity) }) + } + t.throws(function () { dangerous.Buffer[method](null) }) + t.throws(function () { dangerous.Buffer[method](undefined) }) + t.throws(function () { dangerous.Buffer[method]() }) + t.throws(function () { dangerous.Buffer[method]([]) }) + t.throws(function () { dangerous.Buffer[method]([0, 42, 3]) }) + t.throws(function () { dangerous.Buffer[method]({}) }) + }) + t.end() +}) + +test('Buffers have appropriate lengths', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.equal(impl.Buffer.alloc(0).length, 0) + t.equal(impl.Buffer.alloc(10).length, 10) + t.equal(impl.Buffer.from('').length, 0) + t.equal(impl.Buffer.from('string').length, 6) + t.equal(impl.Buffer.from('string', 'utf-8').length, 6) + t.equal(impl.Buffer.from('b25ldHdvdGhyZWU=', 'base64').length, 11) + t.equal(impl.Buffer.from([0, 42, 3]).length, 3) + t.equal(impl.Buffer.from(new Uint8Array([0, 42, 3])).length, 3) + t.equal(impl.Buffer.from([]).length, 0) + }); + ['allocUnsafe', 'allocUnsafeSlow'].forEach(function (method) { + t.equal(dangerous.Buffer[method](0).length, 0) + t.equal(dangerous.Buffer[method](10).length, 10) + }) + t.end() +}) + +test('Buffers have appropriate lengths (2)', function (t) { + t.equal(index.Buffer.alloc, safer.Buffer.alloc) + t.equal(index.Buffer.alloc, dangerous.Buffer.alloc) + var ok = true; + [ safer.Buffer.alloc, + dangerous.Buffer.allocUnsafe, + dangerous.Buffer.allocUnsafeSlow + ].forEach(function (method) { + for (var i = 0; i < 1e2; i++) { + var length = Math.round(Math.random() * 1e5) + var buf = method(length) + if (!buffer.Buffer.isBuffer(buf)) ok = false + if (buf.length !== length) ok = false + } + }) + t.ok(ok) + t.end() +}) + +test('.alloc(size) is zero-filled and has correct length', function (t) { + t.equal(index.Buffer.alloc, safer.Buffer.alloc) + t.equal(index.Buffer.alloc, dangerous.Buffer.alloc) + var ok = true + for (var i = 0; i < 1e2; i++) { + var length = Math.round(Math.random() * 2e6) + var buf = index.Buffer.alloc(length) + if (!buffer.Buffer.isBuffer(buf)) ok = false + if (buf.length !== length) ok = false + var j + for (j = 0; j < length; j++) { + if (buf[j] !== 0) ok = false + } + buf.fill(1) + for (j = 0; j < length; j++) { + if (buf[j] !== 1) ok = false + } + } + t.ok(ok) + t.end() +}) + +test('.allocUnsafe / .allocUnsafeSlow are fillable and have correct lengths', function (t) { + ['allocUnsafe', 'allocUnsafeSlow'].forEach(function (method) { + var ok = true + for (var i = 0; i < 1e2; i++) { + var length = Math.round(Math.random() * 2e6) + var buf = dangerous.Buffer[method](length) + if (!buffer.Buffer.isBuffer(buf)) ok = false + if (buf.length !== length) ok = false + buf.fill(0, 0, length) + var j + for (j = 0; j < length; j++) { + if (buf[j] !== 0) ok = false + } + buf.fill(1, 0, length) + for (j = 0; j < length; j++) { + if (buf[j] !== 1) ok = false + } + } + t.ok(ok, method) + }) + t.end() +}) + +test('.alloc(size, fill) is `fill`-filled', function (t) { + t.equal(index.Buffer.alloc, safer.Buffer.alloc) + t.equal(index.Buffer.alloc, dangerous.Buffer.alloc) + var ok = true + for (var i = 0; i < 1e2; i++) { + var length = Math.round(Math.random() * 2e6) + var fill = Math.round(Math.random() * 255) + var buf = index.Buffer.alloc(length, fill) + if (!buffer.Buffer.isBuffer(buf)) ok = false + if (buf.length !== length) ok = false + for (var j = 0; j < length; j++) { + if (buf[j] !== fill) ok = false + } + } + t.ok(ok) + t.end() +}) + +test('.alloc(size, fill) is `fill`-filled', function (t) { + t.equal(index.Buffer.alloc, safer.Buffer.alloc) + t.equal(index.Buffer.alloc, dangerous.Buffer.alloc) + var ok = true + for (var i = 0; i < 1e2; i++) { + var length = Math.round(Math.random() * 2e6) + var fill = Math.round(Math.random() * 255) + var buf = index.Buffer.alloc(length, fill) + if (!buffer.Buffer.isBuffer(buf)) ok = false + if (buf.length !== length) ok = false + for (var j = 0; j < length; j++) { + if (buf[j] !== fill) ok = false + } + } + t.ok(ok) + t.deepEqual(index.Buffer.alloc(9, 'a'), index.Buffer.alloc(9, 97)) + t.notDeepEqual(index.Buffer.alloc(9, 'a'), index.Buffer.alloc(9, 98)) + + var tmp = new buffer.Buffer(2) + tmp.fill('ok') + if (tmp[1] === tmp[0]) { + // Outdated Node.js + t.deepEqual(index.Buffer.alloc(5, 'ok'), index.Buffer.from('ooooo')) + } else { + t.deepEqual(index.Buffer.alloc(5, 'ok'), index.Buffer.from('okoko')) + } + t.notDeepEqual(index.Buffer.alloc(5, 'ok'), index.Buffer.from('kokok')) + + t.end() +}) + +test('safer.Buffer.from returns results same as Buffer constructor', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.deepEqual(impl.Buffer.from(''), new buffer.Buffer('')) + t.deepEqual(impl.Buffer.from('string'), new buffer.Buffer('string')) + t.deepEqual(impl.Buffer.from('string', 'utf-8'), new buffer.Buffer('string', 'utf-8')) + t.deepEqual(impl.Buffer.from('b25ldHdvdGhyZWU=', 'base64'), new buffer.Buffer('b25ldHdvdGhyZWU=', 'base64')) + t.deepEqual(impl.Buffer.from([0, 42, 3]), new buffer.Buffer([0, 42, 3])) + t.deepEqual(impl.Buffer.from(new Uint8Array([0, 42, 3])), new buffer.Buffer(new Uint8Array([0, 42, 3]))) + t.deepEqual(impl.Buffer.from([]), new buffer.Buffer([])) + }) + t.end() +}) + +test('safer.Buffer.from returns consistent results', function (t) { + [index, safer, dangerous].forEach(function (impl) { + t.deepEqual(impl.Buffer.from(''), impl.Buffer.alloc(0)) + t.deepEqual(impl.Buffer.from([]), impl.Buffer.alloc(0)) + t.deepEqual(impl.Buffer.from(new Uint8Array([])), impl.Buffer.alloc(0)) + t.deepEqual(impl.Buffer.from('string', 'utf-8'), impl.Buffer.from('string')) + t.deepEqual(impl.Buffer.from('string'), impl.Buffer.from([115, 116, 114, 105, 110, 103])) + t.deepEqual(impl.Buffer.from('string'), impl.Buffer.from(impl.Buffer.from('string'))) + t.deepEqual(impl.Buffer.from('b25ldHdvdGhyZWU=', 'base64'), impl.Buffer.from('onetwothree')) + t.notDeepEqual(impl.Buffer.from('b25ldHdvdGhyZWU='), impl.Buffer.from('onetwothree')) + }) + t.end() +}) diff --git a/node_modules/sanitize-html/LICENSE b/node_modules/sanitize-html/LICENSE new file mode 100644 index 0000000..57f8866 --- /dev/null +++ b/node_modules/sanitize-html/LICENSE @@ -0,0 +1,7 @@ +Copyright (c) 2013, 2014, 2015 P'unk Avenue LLC + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/sanitize-html/README.md b/node_modules/sanitize-html/README.md new file mode 100644 index 0000000..6600332 --- /dev/null +++ b/node_modules/sanitize-html/README.md @@ -0,0 +1,843 @@ +# sanitize-html + + + +sanitize-html provides a simple HTML sanitizer with a clear API. + +sanitize-html is tolerant. It is well suited for cleaning up HTML fragments such as those created by CKEditor and other rich text editors. It is especially handy for removing unwanted CSS when copying and pasting from Word. + +sanitize-html allows you to specify the tags you want to permit, and the permitted +attributes for each of those tags. If an attribute is a known non-boolean value, +and it is empty, it will be removed. For example `checked` can be empty, but `href` +cannot. + +If a tag is not permitted, the contents of the tag are not discarded. There are +some exceptions to this, discussed below in the "Discarding the entire contents +of a disallowed tag" section. + +The syntax of poorly closed `p` and `img` elements is cleaned up. + +`href` attributes are validated to ensure they only contain `http`, `https`, `ftp` and `mailto` URLs. Relative URLs are also allowed. Ditto for `src` attributes. + +Allowing particular urls as a `src` to an iframe tag by filtering hostnames is also supported. + +HTML comments are not preserved. +Additionally, `sanitize-html` escapes _ALL_ text content - this means that ampersands, greater-than, and less-than signs are converted to their equivalent HTML character references (`&` --> `&`, `<` --> `<`, and so on). Additionally, in attribute values, quotation marks are escaped as well (`"` --> `"`). + +## Requirements + +sanitize-html is intended for use with Node.js and supports Node 10+. All of its npm dependencies are pure JavaScript. sanitize-html is built on the excellent `htmlparser2` module. + +### Regarding TypeScript + +sanitize-html is not written in TypeScript and there is no plan to directly support it. There is a community supported typing definition, [`@types/sanitize-html`](https://www.npmjs.com/package/@types/sanitize-html), however. +```bash +npm install -D @types/sanitize-html +``` +If `esModuleInterop=true` is not set in your `tsconfig.json` file, you have to import it with: + +```javascript +import * as sanitizeHtml from 'sanitize-html'; +``` + +When using TypeScript, there is a minimum supported version of >=4.5 because of a dependency on the `htmlparser2` types. + +Any questions or problems while using `@types/sanitize-html` should be directed to its maintainers as directed by that project's contribution guidelines. + +## How to use + +### Browser + +*Think first: why do you want to use it in the browser?* Remember, *servers must never trust browsers.* You can't sanitize HTML for saving on the server anywhere else but on the server. + +But, perhaps you'd like to display sanitized HTML immediately in the browser for preview. Or ask the browser to do the sanitization work on every page load. You can if you want to! + +* Install the package: + +```bash +npm install sanitize-html +``` +or +``` +yarn add sanitize-html +``` + +The primary change in the 2.x version of sanitize-html is that it no longer includes a build that is ready for browser use. Developers are expected to include sanitize-html in their project builds (e.g., webpack) as they would any other dependency. So while sanitize-html is no longer ready to link to directly in HTML, developers can now more easily process it according to their needs. + +Once built and linked in the browser with other project Javascript, it can be used to sanitize HTML strings in front end code: + +```javascript +import sanitizeHtml from 'sanitize-html'; + +const html = "hello world"; +console.log(sanitizeHtml(html)); +console.log(sanitizeHtml("")); +console.log(sanitizeHtml("console.log('hello world')")); +console.log(sanitizeHtml("")); +``` + +### Node (Recommended) + +Install module from console: + +```bash +npm install sanitize-html +``` + +Import the module: + +```js +// In ES modules +import sanitizeHtml from 'sanitize-html'; + +// Or in CommonJS +const sanitizeHtml = require('sanitize-html'); +``` + +Use it in your JavaScript app: + +```js +const dirty = 'some really tacky HTML'; +const clean = sanitizeHtml(dirty); +``` + +That will allow our [default list of allowed tags and attributes](#default-options) through. It's a nice set, but probably not quite what you want. So: + +```js +// Allow only a super restricted set of tags and attributes +const clean = sanitizeHtml(dirty, { + allowedTags: [ 'b', 'i', 'em', 'strong', 'a' ], + allowedAttributes: { + 'a': [ 'href' ] + }, + allowedIframeHostnames: ['www.youtube.com'] +}); +``` + +Boom! + +### Default options + +```js +allowedTags: [ + "address", "article", "aside", "footer", "header", "h1", "h2", "h3", "h4", + "h5", "h6", "hgroup", "main", "nav", "section", "blockquote", "dd", "div", + "dl", "dt", "figcaption", "figure", "hr", "li", "main", "ol", "p", "pre", + "ul", "a", "abbr", "b", "bdi", "bdo", "br", "cite", "code", "data", "dfn", + "em", "i", "kbd", "mark", "q", "rb", "rp", "rt", "rtc", "ruby", "s", "samp", + "small", "span", "strong", "sub", "sup", "time", "u", "var", "wbr", "caption", + "col", "colgroup", "table", "tbody", "td", "tfoot", "th", "thead", "tr" +], +nonBooleanAttributes: [ + 'abbr', 'accept', 'accept-charset', 'accesskey', 'action', + 'allow', 'alt', 'as', 'autocapitalize', 'autocomplete', + 'blocking', 'charset', 'cite', 'class', 'color', 'cols', + 'colspan', 'content', 'contenteditable', 'coords', 'crossorigin', + 'data', 'datetime', 'decoding', 'dir', 'dirname', 'download', + 'draggable', 'enctype', 'enterkeyhint', 'fetchpriority', 'for', + 'form', 'formaction', 'formenctype', 'formmethod', 'formtarget', + 'headers', 'height', 'hidden', 'high', 'href', 'hreflang', + 'http-equiv', 'id', 'imagesizes', 'imagesrcset', 'inputmode', + 'integrity', 'is', 'itemid', 'itemprop', 'itemref', 'itemtype', + 'kind', 'label', 'lang', 'list', 'loading', 'low', 'max', + 'maxlength', 'media', 'method', 'min', 'minlength', 'name', + 'nonce', 'optimum', 'pattern', 'ping', 'placeholder', 'popover', + 'popovertarget', 'popovertargetaction', 'poster', 'preload', + 'referrerpolicy', 'rel', 'rows', 'rowspan', 'sandbox', 'scope', + 'shape', 'size', 'sizes', 'slot', 'span', 'spellcheck', 'src', + 'srcdoc', 'srclang', 'srcset', 'start', 'step', 'style', + 'tabindex', 'target', 'title', 'translate', 'type', 'usemap', + 'value', 'width', 'wrap', + // Event handlers + 'onauxclick', 'onafterprint', 'onbeforematch', 'onbeforeprint', + 'onbeforeunload', 'onbeforetoggle', 'onblur', 'oncancel', + 'oncanplay', 'oncanplaythrough', 'onchange', 'onclick', 'onclose', + 'oncontextlost', 'oncontextmenu', 'oncontextrestored', 'oncopy', + 'oncuechange', 'oncut', 'ondblclick', 'ondrag', 'ondragend', + 'ondragenter', 'ondragleave', 'ondragover', 'ondragstart', + 'ondrop', 'ondurationchange', 'onemptied', 'onended', + 'onerror', 'onfocus', 'onformdata', 'onhashchange', 'oninput', + 'oninvalid', 'onkeydown', 'onkeypress', 'onkeyup', + 'onlanguagechange', 'onload', 'onloadeddata', 'onloadedmetadata', + 'onloadstart', 'onmessage', 'onmessageerror', 'onmousedown', + 'onmouseenter', 'onmouseleave', 'onmousemove', 'onmouseout', + 'onmouseover', 'onmouseup', 'onoffline', 'ononline', 'onpagehide', + 'onpageshow', 'onpaste', 'onpause', 'onplay', 'onplaying', + 'onpopstate', 'onprogress', 'onratechange', 'onreset', 'onresize', + 'onrejectionhandled', 'onscroll', 'onscrollend', + 'onsecuritypolicyviolation', 'onseeked', 'onseeking', 'onselect', + 'onslotchange', 'onstalled', 'onstorage', 'onsubmit', 'onsuspend', + 'ontimeupdate', 'ontoggle', 'onunhandledrejection', 'onunload', + 'onvolumechange', 'onwaiting', 'onwheel' +], +disallowedTagsMode: 'discard', +allowedAttributes: { + a: [ 'href', 'name', 'target' ], + // We don't currently allow img itself by default, but + // these attributes would make sense if we did. + img: [ 'src', 'srcset', 'alt', 'title', 'width', 'height', 'loading' ] +}, +// Lots of these won't come up by default because we don't allow them +selfClosing: [ 'img', 'br', 'hr', 'area', 'base', 'basefont', 'input', 'link', 'meta' ], +// URL schemes we permit +allowedSchemes: [ 'http', 'https', 'ftp', 'mailto', 'tel' ], +allowedSchemesByTag: {}, +allowedSchemesAppliedToAttributes: [ 'href', 'src', 'cite' ], +allowProtocolRelative: true, +enforceHtmlBoundary: false, +parseStyleAttributes: true +``` + +### Common use cases + +#### "I like your set but I want to add one more tag. Is there a convenient way?" + +Sure: + +```js +const clean = sanitizeHtml(dirty, { + allowedTags: sanitizeHtml.defaults.allowedTags.concat([ 'img' ]) +}); +``` + +If you do not specify `allowedTags` or `allowedAttributes`, our default list is applied. So if you really want an empty list, specify one. + +#### "What if I want to allow all tags or all attributes?" + +Simple! Instead of leaving `allowedTags` or `allowedAttributes` out of the options, set either +one or both to `false`: + +```js +allowedTags: false, +allowedAttributes: false +``` + +#### "What if I want to allow empty attributes, even for cases like href that normally don't make sense?" + +Very simple! Set `nonBooleanAttributes` to `[]`. + +```js +nonBooleanAttributes: [] +``` + +#### "What if I want to remove all empty attributes, including valid ones?" + +Also very simple! Set `nonBooleanAttributes` to `['*']`. + +**Note**: This will break common valid cases like `checked` and `selected`, so this is +unlikely to be what you want. For most ordinary HTML use, it is best to avoid making +this change. + +```js +nonBooleanAttributes: ['*'] +``` + +#### "What if I don't want to allow *any* tags?" + +Also simple! Set `allowedTags` to `[]` and `allowedAttributes` to `{}`. + +```js +allowedTags: [], +allowedAttributes: {} +``` + +#### "What if I want disallowed tags to be escaped rather than discarded?" + +If you set `disallowedTagsMode` to `discard` (the default), disallowed tags are discarded. Any text content or subtags are still included, depending on whether the individual subtags are allowed. + +If you set `disallowedTagsMode` to `completelyDiscard`, disallowed tags and any content they contain are discarded. Any subtags are still included, as long as those individual subtags are allowed. + +If you set `disallowedTagsMode` to `escape`, the disallowed tags are escaped rather than discarded. Any text or subtags are handled normally. + +If you set `disallowedTagsMode` to `recursiveEscape`, the disallowed tags are escaped rather than discarded, and the same treatment is applied to all subtags, whether otherwise allowed or not. + +#### "What if I want to allow only specific values on some attributes?" + +When configuring the attribute in `allowedAttributes` simply use an object with attribute `name` and an allowed `values` array. In the following example `sandbox="allow-forms allow-modals allow-orientation-lock allow-pointer-lock allow-popups allow-popups-to-escape-sandbox allow-scripts"` would become `sandbox="allow-popups allow-scripts"`: + +```js +allowedAttributes: { + iframe: [ + { + name: 'sandbox', + multiple: true, + values: ['allow-popups', 'allow-same-origin', 'allow-scripts'] + } + ] +} +``` + +With `multiple: true`, several allowed values may appear in the same attribute, separated by spaces. Otherwise the attribute must exactly match one and only one of the allowed values. + +#### "What if I want to maintain the original case for SVG elements and attributes?" + +If you're incorporating SVG elements like `linearGradient` into your content and notice that they're not rendering as expected due to case sensitivity issues, it's essential to prevent `sanitize-html` from converting element and attribute names to lowercase. This situation often arises when SVGs fail to display correctly because their case-sensitive tags, such as `linearGradient` and attributes like `viewBox`, are inadvertently lowercased. + +To address this, ensure you set `lowerCaseTags: false` and `lowerCaseAttributeNames: false` in the parser options of your sanitize-html configuration. This adjustment stops the library from altering the case of your tags and attributes, preserving the integrity of your SVG content. + +```js +allowedTags: [ 'svg', 'g', 'defs', 'linearGradient', 'stop', 'circle' ], +allowedAttributes: false, +parser: { + lowerCaseTags: false, + lowerCaseAttributeNames: false +} +``` + +### Wildcards for attributes + +You can use the `*` wildcard to allow all attributes with a certain prefix: + +```js +allowedAttributes: { + a: [ 'href', 'data-*' ] +} +``` + +Also you can use the `*` as name for a tag, to allow listed attributes to be valid for any tag: + +```js +allowedAttributes: { + '*': [ 'href', 'align', 'alt', 'center', 'bgcolor' ] +} +``` + +## Additional options + +### Allowed CSS Classes + +If you wish to allow specific CSS classes on a particular element, you can do so with the `allowedClasses` option. Any other CSS classes are discarded. + +This implies that the `class` attribute is allowed on that element. + +```javascript +// Allow only a restricted set of CSS classes and only on the p tag +const clean = sanitizeHtml(dirty, { + allowedTags: [ 'p', 'em', 'strong' ], + allowedClasses: { + 'p': [ 'fancy', 'simple' ] + } +}); +``` + +Similar to `allowedAttributes`, you can use `*` to allow classes with a certain prefix, or use `*` as a tag name to allow listed classes to be valid for any tag: + +```js +allowedClasses: { + 'code': [ 'language-*', 'lang-*' ], + '*': [ 'fancy', 'simple' ] +} +``` + +Furthermore, regular expressions are supported too: + +```js +allowedClasses: { + p: [ /^regex\d{2}$/ ] +} +``` + +If `allowedClasses` for a certain tag is `false`, all the classes for this tag will be allowed. + +> Note: It is advised that your regular expressions always begin with `^` so that you are requiring a known prefix. A regular expression with neither `^` nor `$` just requires that something appear in the middle. + +### Allowed CSS Styles + +If you wish to allow specific CSS _styles_ on a particular element, you can do that with the `allowedStyles` option. Simply declare your desired attributes as regular expression options within an array for the given attribute. Specific elements will inherit allowlisted attributes from the global (`*`) attribute. Any other CSS classes are discarded. + +**You must also use `allowedAttributes`** to activate the `style` attribute for the relevant elements. Otherwise this feature will never come into play. + +**When constructing regular expressions, don't forget `^` and `$`.** It's not enough to say "the string should contain this." It must also say "and only this." + +**URLs in inline styles are NOT filtered by any mechanism other than your regular expression.** + +```javascript +const clean = sanitizeHtml(dirty, { + allowedTags: ['p'], + allowedAttributes: { + 'p': ["style"], + }, + allowedStyles: { + '*': { + // Match HEX and RGB + 'color': [/^#(0x)?[0-9a-f]+$/i, /^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/], + 'text-align': [/^left$/, /^right$/, /^center$/], + // Match any number with px, em, or % + 'font-size': [/^\d+(?:px|em|%)$/] + }, + 'p': { + 'font-size': [/^\d+rem$/] + } + } + }); +``` + +### Discarding text outside of `````` tags + +Some text editing applications generate HTML to allow copying over to a web application. These can sometimes include undesirable control characters after terminating `html` tag. By default sanitize-html will not discard these characters, instead returning them in sanitized string. This behaviour can be modified using `enforceHtmlBoundary` option. + +Setting this option to true will instruct sanitize-html to discard all characters outside of `html` tag boundaries -- before `` and after `` tags. + +```js +enforceHtmlBoundary: true +``` + +### htmlparser2 Options + +sanitize-html is built on `htmlparser2`. By default the only option passed down is `decodeEntities: true`. You can set the options to pass by using the parser option. + +**Security note: changing the `parser` settings can be risky.** In particular, `decodeEntities: false` has known security concerns and a complete test suite does not exist for every possible combination of settings when used with `sanitize-html`. If security is your goal we recommend you use the defaults rather than changing `parser`, except for the `lowerCaseTags` option. + +```javascript +const clean = sanitizeHtml(dirty, { + allowedTags: ['a'], + parser: { + lowerCaseTags: true + } +}); +``` +See the [htmlparser2 wiki](https://github.com/fb55/htmlparser2/wiki/Parser-options) for the full list of possible options. + +### Transformations + +What if you want to add or change an attribute? What if you want to transform one tag to another? No problem, it's simple! + +The easiest way (will change all `ol` tags to `ul` tags): + +```js +const clean = sanitizeHtml(dirty, { + transformTags: { + 'ol': 'ul', + } +}); +``` + +The most advanced usage: + +```js +const clean = sanitizeHtml(dirty, { + transformTags: { + 'ol': function(tagName, attribs) { + // My own custom magic goes here + return { + tagName: 'ul', + attribs: { + class: 'foo' + } + }; + } + } +}); +``` + +You can specify the `*` wildcard instead of a tag name to transform all tags. + +There is also a helper method which should be enough for simple cases in which you want to change the tag and/or add some attributes: + +```js +const clean = sanitizeHtml(dirty, { + transformTags: { + 'ol': sanitizeHtml.simpleTransform('ul', {class: 'foo'}), + } +}); +``` + +The `simpleTransform` helper method has 3 parameters: + +```js +simpleTransform(newTag, newAttributes, shouldMerge) +``` + +The last parameter (`shouldMerge`) is set to `true` by default. When `true`, `simpleTransform` will merge the current attributes with the new ones (`newAttributes`). When `false`, all existing attributes are discarded. + +You can also add or modify the text contents of a tag: + +```js +const clean = sanitizeHtml(dirty, { + transformTags: { + 'a': function(tagName, attribs) { + return { + tagName: 'a', + text: 'Some text' + }; + } + } +}); +``` +For example, you could transform a link element with missing anchor text: +```js + +``` +To a link with anchor text: +```js +Some text +``` + +### Filters + +You can provide a filter function to remove unwanted tags. Let's suppose we need to remove empty `a` tags like: + +```html + +``` + +We can do that with the following filter: + +```js +sanitizeHtml( + '

This is
Linux

', + { + exclusiveFilter: function(frame) { + return frame.tag === 'a' && !frame.text.trim(); + } + } +); +``` + +The filter function can also return the string `"excludeTag"` to only remove the tag, while keeping its content. For example, you can remove tags for anchors with invalid links: + +```js +sanitizeHtml( + 'This is a bad link and a good link', + { + exclusiveFilter: function(frame) { + // the href attribute is removed by the URL protocol check + return frame.tag === 'a' && !frame.attribs.href ? 'excludeTag' : false; + } + } +); +// Output: 'This is a bad link and a good link' +``` + +The `frame` object supplied to the callback provides the following attributes: + +- `tag`: The tag name, i.e. `'img'`. +- `attribs`: The tag's attributes, i.e. `{ src: "/path/to/tux.png" }`. +- `text`: The text content of the tag. +- `mediaChildren`: Immediate child tags that are likely to represent self-contained media (e.g., `img`, `video`, `picture`, `iframe`). See the `mediaTags` variable in `src/index.js` for the full list. +- `tagPosition`: The index of the tag's position in the result string. + +You can also process all text content with a provided filter function. Let's say we want an ellipsis instead of three dots. + +```html +

some text...

+``` + +We can do that with the following filter: + +```js +sanitizeHtml( + '

some text...

', + { + textFilter: function(text, tagName) { + if (['a'].indexOf(tagName) > -1) return //Skip anchor tags + + return text.replace(/\.\.\./, '…'); + } + } +); +``` + +Note that the text passed to the `textFilter` method is already escaped for safe display as HTML. You may add markup and use entity escape sequences in your `textFilter`. + +### Iframe Filters + +If you would like to allow iframe tags but want to control the domains that are allowed through, you can provide an array of hostnames and/or array of domains that you would like to allow as iframe sources. This hostname is a property in the options object passed as an argument to the sanitize-html function. + +These arrays will be checked against the html that is passed to the function and return only `src` urls that include the allowed hostnames or domains in the object. The url in the html that is passed must be formatted correctly (valid hostname) as an embedded iframe otherwise the module will strip out the src from the iframe. + +Make sure to pass a valid hostname along with the domain you wish to allow, i.e.: + +```js +allowedIframeHostnames: ['www.youtube.com', 'player.vimeo.com'], +allowedIframeDomains: ['zoom.us'] +``` + +You may also specify whether or not to allow relative URLs as iframe sources. + +```js +allowIframeRelativeUrls: true +``` + +Note that if unspecified, relative URLs will be allowed by default if no hostname or domain filter is provided but removed by default if a hostname or domain filter is provided. + +**Remember that the `iframe` tag must be allowed as well as the `src` attribute.** + +For example: + +```javascript +const clean = sanitizeHtml('

', { + allowedTags: [ 'p', 'em', 'strong', 'iframe' ], + allowedClasses: { + 'p': [ 'fancy', 'simple' ], + }, + allowedAttributes: { + 'iframe': ['src'] + }, + allowedIframeHostnames: ['www.youtube.com', 'player.vimeo.com'] +}); +``` + +will pass through as safe whereas: + +```javascript +const clean = sanitizeHtml('

', { + allowedTags: [ 'p', 'em', 'strong', 'iframe' ], + allowedClasses: { + 'p': [ 'fancy', 'simple' ], + }, + allowedAttributes: { + 'iframe': ['src'] + }, + allowedIframeHostnames: ['www.youtube.com', 'player.vimeo.com'] +}); +``` + +or + +```javascript +const clean = sanitizeHtml('

', { + allowedTags: [ 'p', 'em', 'strong', 'iframe' ], + allowedClasses: { + 'p': [ 'fancy', 'simple' ], + }, + allowedAttributes: { + 'iframe': ['src'] + }, + allowedIframeHostnames: ['www.youtube.com', 'player.vimeo.com'] +}); +``` + +will return an empty iframe tag. + +If you want to allow any subdomain of any level you can provide the domain in `allowedIframeDomains` + +```javascript +// This iframe markup will pass through as safe. +const clean = sanitizeHtml('

', { + allowedTags: [ 'p', 'em', 'strong', 'iframe' ], + allowedClasses: { + 'p': [ 'fancy', 'simple' ], + }, + allowedAttributes: { + 'iframe': ['src'] + }, + allowedIframeHostnames: ['www.youtube.com', 'player.vimeo.com'], + allowedIframeDomains: ['zoom.us'] +}); +``` + +### Script Filters + +Similarly to iframes you can allow a script tag on a list of allowlisted domains + +```js +const clean = sanitizeHtml('', { + allowedTags: ['script'], + allowedAttributes: { + script: ['src'] + }, + allowedScriptDomains: ['authorized.com'], +}) +``` + +You can allow a script tag on a list of allowlisted hostnames too + +```js +const clean = sanitizeHtml('', { + allowedTags: ['script'], + allowedAttributes: { + script: ['src'] + }, + allowedScriptHostnames: [ 'www.authorized.com' ], +}) +``` + +### Allowed URL schemes + +By default, we allow the following URL schemes in cases where `href`, `src`, etc. are allowed: + +```js +[ 'http', 'https', 'ftp', 'mailto' ] +``` + +You can override this if you want to: + +```js +sanitizeHtml( + // teeny-tiny valid transparent GIF in a data URL + '', + { + allowedTags: [ 'img', 'p' ], + allowedSchemes: [ 'data', 'http' ] + } +); +``` + +You can also allow a scheme for a particular tag only: + +```js +allowedSchemes: [ 'http', 'https' ], +allowedSchemesByTag: { + img: [ 'data' ] +} +``` + +And you can forbid the use of protocol-relative URLs (starting with `//`) to access another site using the current protocol, which is allowed by default: + +```js +allowProtocolRelative: false +``` + +### Discarding the entire contents of a disallowed tag + +Normally, with a few exceptions, if a tag is not allowed, all of the text within it is preserved, and so are any allowed tags within it. + +The exceptions are: + +`style`, `script`, `textarea`, `option` + +If you wish to replace this list, for instance to discard whatever is found +inside a `noscript` tag, use the `nonTextTags` option: + +```js +nonTextTags: [ 'style', 'script', 'textarea', 'option', 'noscript' ] +``` + +Note that if you use this option you are responsible for stating the entire list. This gives you the power to retain the content of `textarea`, if you want to. + +The content still gets escaped properly, with the exception of the `script` and +`style` tags. *Allowing either `script` or `style` leaves you open to XSS +attacks. Don't do that* unless you have good reason to trust their origin. +sanitize-html will log a warning if these tags are allowed, which can be +disabled with the `allowVulnerableTags: true` option. + +### Choose what to do with disallowed tags + +Instead of discarding, or keeping text only, you may enable escaping of the entire content: + +```js +disallowedTagsMode: 'escape' +``` + +This will transform `content` to `<disallowed>content</disallowed>` + +Valid values are: `'discard'` (default), `'completelyDiscard'` (remove disallowed tag's content), `'escape'` (escape the tag) and `'recursiveEscape'` (to escape the tag and all its content). + +#### Discard disallowed but the inner content of disallowed tags is kept. + +If you set `disallowedTagsMode` to `discard`, disallowed tags are discarded but the inner content of disallowed tags is kept. + +```js +disallowedTagsMode: 'discard' +``` +This will transform `content` to `content` + +#### Discard entire content of a disallowed tag + +If you set `disallowedTagsMode` to `completelyDiscard`, disallowed tags and any text they contain are discarded. This also discards top-level text. Any subtags are still included, as long as those individual subtags are allowed. + +```js +disallowedTagsMode: 'completelyDiscard' +``` + +This will transform `content content ` to `content` + +#### Escape the disallowed tag and all its children even for allowed tags. + +if you set `disallowedTagsMode` to `recursiveEscape`, disallowed tags and their children will be escaped even for allowed tags: + +```js +disallowedTagsMode: `recursiveEscape` +``` + +This will transform `hello

world

` to `<disallowed>hello<p>world</p></disallowed>` + +#### Escape the disallowed tag, including all its attributes. + +By default, attributes are not preserved when tags are escaped. You can set `preserveEscapedAttributes` to `true` to +keep the attributes, which will also be escaped and therefore have no effect on the browser. + +```js +preserveEscapedAttributes: true +``` + +### Ignore style attribute contents + +Instead of discarding faulty style attributes, you can allow them by disabling the parsing of style attributes: + +```js +parseStyleAttributes: false +``` + +This will transform `
content
` to `
content
` instead of stripping it: `
content
` + +By default the parseStyleAttributes option is true. + +When you disable parsing of the style attribute (`parseStyleAttributes: false`) and you pass in options for the allowedStyles property, an error will be thrown. This combination is not permitted. + +we recommend sanitizing content server-side in a Node.js environment, as you cannot trust a browser to sanitize things anyway. Consider what a malicious user could do via the network panel, +the browser console, or just by writing scripts that submit content similar to what your JavaScript submits. But if you really need to run it on the client in the browser, +you may find you need to disable parseStyleAttributes. This is subject to change as it is [an upstream issue with postcss](https://github.com/postcss/postcss/issues/1727), not sanitize-html itself. + +### Restricting deep nesting + +You can limit the depth of HTML tags in the document with the `nestingLimit` option: + +```javascript +nestingLimit: 6 +``` + +This will prevent the user from nesting tags more than 6 levels deep. Tags deeper than that are stripped out exactly as if they were disallowed. Note that this means text is preserved in the usual ways where appropriate. + +### Advanced filtering + +For more advanced filtering you can hook directly into the parsing process using tag open and tag close events. + +The `onOpenTag` event is triggered when an opening tag is encountered. It has two arguments: +- `tagName`: The name of the tag. +- `attribs`: An object containing the tag's attributes, e.g. `{ src: "/path/to/tux.png" }`. + +The `onCloseTag` event is triggered when a closing tag is encountered. It has the following arguments: +- `tagName`: The name of the tag. +- `isImplied`: A boolean indicating whether the closing tag is implied (e.g. `

foo

bar`) or explicit (e.g. `

foo

bar

`). + +For example, you may want to add spaces around a removed tag, like this: +```js +const allowedTags = [ 'b' ]; +let addSpace = false; +const sanitizedHtml = sanitizeHtml( + 'There should be

spaces

between these words.', + { + allowedTags, + onOpenTag: (tagName, attribs) => { + addSpace = !allowedTags.includes(tagName); + }, + onCloseTag: (tagName, isImplied) => { + addSpace = !allowedTags.includes(tagName); + }, + textFilter: (text) => { + if (addSpace) { + addSpace = false; + return ' ' + text; + } + return text; + } + } +); +``` + +In this example, we are setting a flag when a tag that will be removed has been opened or closed. Then we use the `textFilter` to modify the text to include spaces. The example should produce: +``` +There should be spaces between these words. +``` + +This is a simplified example that is not meant to be production-ready. For your specific case, you may want to keep track of currently open tags, using the open and close events to push and pop items on the stack, or only insert spaces next to a subset of disallowed tags. + +## About ApostropheCMS + +sanitize-html was created at [P'unk Avenue](https://punkave.com) for use in [ApostropheCMS](https://apostrophecms.com), an open-source content management system built on Node.js. If you like sanitize-html you should definitely check out ApostropheCMS. + +## Support + +Feel free to open issues on [github](https://github.com/apostrophecms/sanitize-html). diff --git a/node_modules/sanitize-html/index.js b/node_modules/sanitize-html/index.js new file mode 100644 index 0000000..348ec00 --- /dev/null +++ b/node_modules/sanitize-html/index.js @@ -0,0 +1,956 @@ +const htmlparser = require('htmlparser2'); +const escapeStringRegexp = require('escape-string-regexp'); +const { isPlainObject } = require('is-plain-object'); +const deepmerge = require('deepmerge'); +const parseSrcset = require('parse-srcset'); +const { parse: postcssParse } = require('postcss'); +// Tags that can conceivably represent stand-alone media. +const mediaTags = [ + 'img', 'audio', 'video', 'picture', 'svg', + 'object', 'map', 'iframe', 'embed' +]; +// Tags that are inherently vulnerable to being used in XSS attacks. +const vulnerableTags = [ 'script', 'style' ]; + +function each(obj, cb) { + if (obj) { + Object.keys(obj).forEach(function (key) { + cb(obj[key], key); + }); + } +} + +// Avoid false positives with .__proto__, .hasOwnProperty, etc. +function has(obj, key) { + return ({}).hasOwnProperty.call(obj, key); +} + +// Returns those elements of `a` for which `cb(a)` returns truthy +function filter(a, cb) { + const n = []; + each(a, function(v) { + if (cb(v)) { + n.push(v); + } + }); + return n; +} + +function isEmptyObject(obj) { + for (const key in obj) { + if (has(obj, key)) { + return false; + } + } + return true; +} + +function stringifySrcset(parsedSrcset) { + return parsedSrcset.map(function(part) { + if (!part.url) { + throw new Error('URL missing'); + } + + return ( + part.url + + (part.w ? ` ${part.w}w` : '') + + (part.h ? ` ${part.h}h` : '') + + (part.d ? ` ${part.d}x` : '') + ); + }).join(', '); +} + +module.exports = sanitizeHtml; + +// A valid attribute name. +// We use a tolerant definition based on the set of strings defined by +// html.spec.whatwg.org/multipage/parsing.html#before-attribute-name-state +// and html.spec.whatwg.org/multipage/parsing.html#attribute-name-state . +// The characters accepted are ones which can be appended to the attribute +// name buffer without triggering a parse error: +// * unexpected-equals-sign-before-attribute-name +// * unexpected-null-character +// * unexpected-character-in-attribute-name +// We exclude the empty string because it's impossible to get to the after +// attribute name state with an empty attribute name buffer. +const VALID_HTML_ATTRIBUTE_NAME = /^[^\0\t\n\f\r /<=>]+$/; + +// Ignore the _recursing flag; it's there for recursive +// invocation as a guard against this exploit: +// https://github.com/fb55/htmlparser2/issues/105 + +function sanitizeHtml(html, options, _recursing) { + if (html == null) { + return ''; + } + if (typeof html === 'number') { + html = html.toString(); + } + + let result = ''; + // Used for hot swapping the result variable with an empty string in order to "capture" the text written to it. + let tempResult = ''; + + function Frame(tag, attribs) { + const that = this; + this.tag = tag; + this.attribs = attribs || {}; + this.tagPosition = result.length; + this.text = ''; // Node inner text + this.openingTagLength = 0; + this.mediaChildren = []; + + this.updateParentNodeText = function() { + if (stack.length) { + const parentFrame = stack[stack.length - 1]; + parentFrame.text += that.text; + } + }; + + this.updateParentNodeMediaChildren = function() { + if (stack.length && mediaTags.includes(this.tag)) { + const parentFrame = stack[stack.length - 1]; + parentFrame.mediaChildren.push(this.tag); + } + }; + } + + options = Object.assign({}, sanitizeHtml.defaults, options); + options.parser = Object.assign({}, htmlParserDefaults, options.parser); + + const tagAllowed = function (name) { + return options.allowedTags === false || (options.allowedTags || []).indexOf(name) > -1; + }; + + // vulnerableTags + vulnerableTags.forEach(function (tag) { + if (tagAllowed(tag) && !options.allowVulnerableTags) { + console.warn(`\n\n⚠️ Your \`allowedTags\` option includes, \`${tag}\`, which is inherently\nvulnerable to XSS attacks. Please remove it from \`allowedTags\`.\nOr, to disable this warning, add the \`allowVulnerableTags\` option\nand ensure you are accounting for this risk.\n\n`); + } + }); + + // Tags that contain something other than HTML, or where discarding + // the text when the tag is disallowed makes sense for other reasons. + // If we are not allowing these tags, we should drop their content too. + // For other tags you would drop the tag but keep its content. + const nonTextTagsArray = options.nonTextTags || [ + 'script', + 'style', + 'textarea', + 'option' + ]; + let allowedAttributesMap; + let allowedAttributesGlobMap; + if (options.allowedAttributes) { + allowedAttributesMap = {}; + allowedAttributesGlobMap = {}; + each(options.allowedAttributes, function(attributes, tag) { + allowedAttributesMap[tag] = []; + const globRegex = []; + attributes.forEach(function(obj) { + if (typeof obj === 'string' && obj.indexOf('*') >= 0) { + globRegex.push(escapeStringRegexp(obj).replace(/\\\*/g, '.*')); + } else { + allowedAttributesMap[tag].push(obj); + } + }); + if (globRegex.length) { + allowedAttributesGlobMap[tag] = new RegExp('^(' + globRegex.join('|') + ')$'); + } + }); + } + const allowedClassesMap = {}; + const allowedClassesGlobMap = {}; + const allowedClassesRegexMap = {}; + each(options.allowedClasses, function(classes, tag) { + // Implicitly allows the class attribute + if (allowedAttributesMap) { + if (!has(allowedAttributesMap, tag)) { + allowedAttributesMap[tag] = []; + } + allowedAttributesMap[tag].push('class'); + } + + allowedClassesMap[tag] = classes; + + if (Array.isArray(classes)) { + const globRegex = []; + allowedClassesMap[tag] = []; + allowedClassesRegexMap[tag] = []; + classes.forEach(function(obj) { + if (typeof obj === 'string' && obj.indexOf('*') >= 0) { + globRegex.push(escapeStringRegexp(obj).replace(/\\\*/g, '.*')); + } else if (obj instanceof RegExp) { + allowedClassesRegexMap[tag].push(obj); + } else { + allowedClassesMap[tag].push(obj); + } + }); + if (globRegex.length) { + allowedClassesGlobMap[tag] = new RegExp('^(' + globRegex.join('|') + ')$'); + } + } + }); + + const transformTagsMap = {}; + let transformTagsAll; + each(options.transformTags, function(transform, tag) { + let transFun; + if (typeof transform === 'function') { + transFun = transform; + } else if (typeof transform === 'string') { + transFun = sanitizeHtml.simpleTransform(transform); + } + if (tag === '*') { + transformTagsAll = transFun; + } else { + transformTagsMap[tag] = transFun; + } + }); + + let depth; + let stack; + let skipMap; + let transformMap; + let skipText; + let skipTextDepth; + let addedText = false; + + initializeState(); + + const parser = new htmlparser.Parser({ + onopentag: function(name, attribs) { + if (options.onOpenTag) { + options.onOpenTag(name, attribs); + } + + // If `enforceHtmlBoundary` is `true` and this has found the opening + // `html` tag, reset the state. + if (options.enforceHtmlBoundary && name === 'html') { + initializeState(); + } + + if (skipText) { + skipTextDepth++; + return; + } + const frame = new Frame(name, attribs); + stack.push(frame); + + let skip = false; + const hasText = !!frame.text; + let transformedTag; + if (has(transformTagsMap, name)) { + transformedTag = transformTagsMap[name](name, attribs); + + frame.attribs = attribs = transformedTag.attribs; + + if (transformedTag.text !== undefined) { + frame.innerText = transformedTag.text; + } + + if (name !== transformedTag.tagName) { + frame.name = name = transformedTag.tagName; + transformMap[depth] = transformedTag.tagName; + } + } + if (transformTagsAll) { + transformedTag = transformTagsAll(name, attribs); + + frame.attribs = attribs = transformedTag.attribs; + if (name !== transformedTag.tagName) { + frame.name = name = transformedTag.tagName; + transformMap[depth] = transformedTag.tagName; + } + } + + if (!tagAllowed(name) || (options.disallowedTagsMode === 'recursiveEscape' && !isEmptyObject(skipMap)) || (options.nestingLimit != null && depth >= options.nestingLimit)) { + skip = true; + skipMap[depth] = true; + if (options.disallowedTagsMode === 'discard' || options.disallowedTagsMode === 'completelyDiscard') { + if (nonTextTagsArray.indexOf(name) !== -1) { + skipText = true; + skipTextDepth = 1; + } + } + } + depth++; + if (skip) { + if (options.disallowedTagsMode === 'discard' || options.disallowedTagsMode === 'completelyDiscard') { + // We want the contents but not this tag + if (frame.innerText && !hasText) { + const escaped = escapeHtml(frame.innerText); + if (options.textFilter) { + result += options.textFilter(escaped, name); + } else { + result += escaped; + } + addedText = true; + } + return; + } + tempResult = result; + result = ''; + } + result += '<' + name; + + if (name === 'script') { + if (options.allowedScriptHostnames || options.allowedScriptDomains) { + frame.innerText = ''; + } + } + + const isBeingEscaped = skip && (options.disallowedTagsMode === 'escape' || options.disallowedTagsMode === 'recursiveEscape'); + const shouldPreserveEscapedAttributes = isBeingEscaped && options.preserveEscapedAttributes; + + if (shouldPreserveEscapedAttributes) { + each(attribs, function(value, a) { + result += ' ' + a + '="' + escapeHtml((value || ''), true) + '"'; + }); + } else if (!allowedAttributesMap || has(allowedAttributesMap, name) || allowedAttributesMap['*']) { + each(attribs, function(value, a) { + if (!VALID_HTML_ATTRIBUTE_NAME.test(a)) { + // This prevents part of an attribute name in the output from being + // interpreted as the end of an attribute, or end of a tag. + delete frame.attribs[a]; + return; + } + // If the value is empty, check if the attribute is in the allowedEmptyAttributes array. + // If it is not in the allowedEmptyAttributes array, and it is a known non-boolean attribute, delete it + // List taken from https://html.spec.whatwg.org/multipage/indices.html#attributes-3 + if (value === '' && (!options.allowedEmptyAttributes.includes(a)) && + (options.nonBooleanAttributes.includes(a) || options.nonBooleanAttributes.includes('*'))) { + delete frame.attribs[a]; + return; + } + // check allowedAttributesMap for the element and attribute and modify the value + // as necessary if there are specific values defined. + let passedAllowedAttributesMapCheck = false; + if (!allowedAttributesMap || + (has(allowedAttributesMap, name) && allowedAttributesMap[name].indexOf(a) !== -1) || + (allowedAttributesMap['*'] && allowedAttributesMap['*'].indexOf(a) !== -1) || + (has(allowedAttributesGlobMap, name) && allowedAttributesGlobMap[name].test(a)) || + (allowedAttributesGlobMap['*'] && allowedAttributesGlobMap['*'].test(a))) { + passedAllowedAttributesMapCheck = true; + } else if (allowedAttributesMap && allowedAttributesMap[name]) { + for (const o of allowedAttributesMap[name]) { + if (isPlainObject(o) && o.name && (o.name === a)) { + passedAllowedAttributesMapCheck = true; + let newValue = ''; + if (o.multiple === true) { + // verify the values that are allowed + const splitStrArray = value.split(' '); + for (const s of splitStrArray) { + if (o.values.indexOf(s) !== -1) { + if (newValue === '') { + newValue = s; + } else { + newValue += ' ' + s; + } + } + } + } else if (o.values.indexOf(value) >= 0) { + // verified an allowed value matches the entire attribute value + newValue = value; + } + value = newValue; + } + } + } + if (passedAllowedAttributesMapCheck) { + if (options.allowedSchemesAppliedToAttributes.indexOf(a) !== -1) { + if (naughtyHref(name, value)) { + delete frame.attribs[a]; + return; + } + } + + if (name === 'script' && a === 'src') { + + let allowed = true; + + try { + const parsed = parseUrl(value); + + if (options.allowedScriptHostnames || options.allowedScriptDomains) { + const allowedHostname = (options.allowedScriptHostnames || []).find(function (hostname) { + return hostname === parsed.url.hostname; + }); + const allowedDomain = (options.allowedScriptDomains || []).find(function(domain) { + return parsed.url.hostname === domain || parsed.url.hostname.endsWith(`.${domain}`); + }); + allowed = allowedHostname || allowedDomain; + } + } catch (e) { + allowed = false; + } + + if (!allowed) { + delete frame.attribs[a]; + return; + } + } + + if (name === 'iframe' && a === 'src') { + let allowed = true; + try { + const parsed = parseUrl(value); + + if (parsed.isRelativeUrl) { + // default value of allowIframeRelativeUrls is true + // unless allowedIframeHostnames or allowedIframeDomains specified + allowed = has(options, 'allowIframeRelativeUrls') + ? options.allowIframeRelativeUrls + : (!options.allowedIframeHostnames && !options.allowedIframeDomains); + } else if (options.allowedIframeHostnames || options.allowedIframeDomains) { + const allowedHostname = (options.allowedIframeHostnames || []).find(function (hostname) { + return hostname === parsed.url.hostname; + }); + const allowedDomain = (options.allowedIframeDomains || []).find(function(domain) { + return parsed.url.hostname === domain || parsed.url.hostname.endsWith(`.${domain}`); + }); + allowed = allowedHostname || allowedDomain; + } + } catch (e) { + // Unparseable iframe src + allowed = false; + } + if (!allowed) { + delete frame.attribs[a]; + return; + } + } + if (a === 'srcset') { + try { + let parsed = parseSrcset(value); + parsed.forEach(function(value) { + if (naughtyHref('srcset', value.url)) { + value.evil = true; + } + }); + parsed = filter(parsed, function(v) { + return !v.evil; + }); + if (!parsed.length) { + delete frame.attribs[a]; + return; + } else { + value = stringifySrcset(filter(parsed, function(v) { + return !v.evil; + })); + frame.attribs[a] = value; + } + } catch (e) { + // Unparseable srcset + delete frame.attribs[a]; + return; + } + } + if (a === 'class') { + const allowedSpecificClasses = allowedClassesMap[name]; + const allowedWildcardClasses = allowedClassesMap['*']; + const allowedSpecificClassesGlob = allowedClassesGlobMap[name]; + const allowedSpecificClassesRegex = allowedClassesRegexMap[name]; + const allowedWildcardClassesRegex = allowedClassesRegexMap['*']; + const allowedWildcardClassesGlob = allowedClassesGlobMap['*']; + const allowedClassesGlobs = [ + allowedSpecificClassesGlob, + allowedWildcardClassesGlob + ] + .concat(allowedSpecificClassesRegex, allowedWildcardClassesRegex) + .filter(function (t) { + return t; + }); + if (allowedSpecificClasses && allowedWildcardClasses) { + value = filterClasses(value, deepmerge(allowedSpecificClasses, allowedWildcardClasses), allowedClassesGlobs); + } else { + value = filterClasses(value, allowedSpecificClasses || allowedWildcardClasses, allowedClassesGlobs); + } + if (!value.length) { + delete frame.attribs[a]; + return; + } + } + if (a === 'style') { + if (options.parseStyleAttributes) { + try { + const abstractSyntaxTree = postcssParse(name + ' {' + value + '}', { map: false }); + const filteredAST = filterCss(abstractSyntaxTree, options.allowedStyles); + + value = stringifyStyleAttributes(filteredAST); + + if (value.length === 0) { + delete frame.attribs[a]; + return; + } + } catch (e) { + if (typeof window !== 'undefined') { + console.warn('Failed to parse "' + name + ' {' + value + '}' + '", If you\'re running this in a browser, we recommend to disable style parsing: options.parseStyleAttributes: false, since this only works in a node environment due to a postcss dependency, More info: https://github.com/apostrophecms/sanitize-html/issues/547'); + } + delete frame.attribs[a]; + return; + } + } else if (options.allowedStyles) { + throw new Error('allowedStyles option cannot be used together with parseStyleAttributes: false.'); + } + } + result += ' ' + a; + if (value && value.length) { + result += '="' + escapeHtml(value, true) + '"'; + } else if (options.allowedEmptyAttributes.includes(a)) { + result += '=""'; + } + } else { + delete frame.attribs[a]; + } + }); + } + if (options.selfClosing.indexOf(name) !== -1) { + result += ' />'; + } else { + result += '>'; + if (frame.innerText && !hasText && !options.textFilter) { + result += escapeHtml(frame.innerText); + addedText = true; + } + } + if (skip) { + result = tempResult + escapeHtml(result); + tempResult = ''; + } + frame.openingTagLength = result.length - frame.tagPosition; + }, + ontext: function(text) { + if (skipText) { + return; + } + const lastFrame = stack[stack.length - 1]; + let tag; + + if (lastFrame) { + tag = lastFrame.tag; + // If inner text was set by transform function then let's use it + text = lastFrame.innerText !== undefined ? lastFrame.innerText : text; + } + + if (options.disallowedTagsMode === 'completelyDiscard' && !tagAllowed(tag)) { + text = ''; + } else if ((options.disallowedTagsMode === 'discard' || options.disallowedTagsMode === 'completelyDiscard') && ((tag === 'script') || (tag === 'style'))) { + // htmlparser2 gives us these as-is. Escaping them ruins the content. Allowing + // script tags is, by definition, game over for XSS protection, so if that's + // your concern, don't allow them. The same is essentially true for style tags + // which have their own collection of XSS vectors. + result += text; + } else if (!addedText) { + const escaped = escapeHtml(text, false); + if (options.textFilter) { + result += options.textFilter(escaped, tag); + } else { + result += escaped; + } + } + if (stack.length) { + const frame = stack[stack.length - 1]; + frame.text += text; + } + }, + onclosetag: function(name, isImplied) { + if (options.onCloseTag) { + options.onCloseTag(name, isImplied); + } + + if (skipText) { + skipTextDepth--; + if (!skipTextDepth) { + skipText = false; + } else { + return; + } + } + + const frame = stack.pop(); + if (!frame) { + // Do not crash on bad markup + return; + } + + if (frame.tag !== name) { + // Another case of bad markup. + // Push to stack, so that it will be used in future closing tags. + stack.push(frame); + return; + } + + skipText = options.enforceHtmlBoundary ? name === 'html' : false; + depth--; + const skip = skipMap[depth]; + if (skip) { + delete skipMap[depth]; + if (options.disallowedTagsMode === 'discard' || options.disallowedTagsMode === 'completelyDiscard') { + frame.updateParentNodeText(); + return; + } + tempResult = result; + result = ''; + } + + if (transformMap[depth]) { + name = transformMap[depth]; + delete transformMap[depth]; + } + + if (options.exclusiveFilter) { + const filterResult = options.exclusiveFilter(frame); + if (filterResult === 'excludeTag') { + if (skip) { + // no longer escaping the tag since it's not added at all + result = tempResult; + tempResult = ''; + } + // remove the opening tag from the result + result = result.substring(0, frame.tagPosition) + result.substring(frame.tagPosition + frame.openingTagLength); + return; + } else if (filterResult) { + result = result.substring(0, frame.tagPosition); + return; + } + } + + frame.updateParentNodeMediaChildren(); + frame.updateParentNodeText(); + + if ( + // Already output /> + options.selfClosing.indexOf(name) !== -1 || + // Escaped tag, closing tag is implied + (isImplied && !tagAllowed(name) && [ 'escape', 'recursiveEscape' ].indexOf(options.disallowedTagsMode) >= 0) + ) { + if (skip) { + result = tempResult; + tempResult = ''; + } + return; + } + + result += ''; + if (skip) { + result = tempResult + escapeHtml(result); + tempResult = ''; + } + addedText = false; + } + }, options.parser); + parser.write(html); + parser.end(); + + return result; + + function initializeState() { + result = ''; + depth = 0; + stack = []; + skipMap = {}; + transformMap = {}; + skipText = false; + skipTextDepth = 0; + } + + function escapeHtml(s, quote) { + if (typeof (s) !== 'string') { + s = s + ''; + } + if (options.parser.decodeEntities) { + s = s.replace(/&/g, '&').replace(//g, '>'); + if (quote) { + s = s.replace(/"/g, '"'); + } + } + // TODO: this is inadequate because it will pass `&0;`. This approach + // will not work, each & must be considered with regard to whether it + // is followed by a 100% syntactically valid entity or not, and escaped + // if it is not. If this bothers you, don't set parser.decodeEntities + // to false. (The default is true.) + s = s.replace(/&(?![a-zA-Z0-9#]{1,20};)/g, '&') // Match ampersands not part of existing HTML entity + .replace(//g, '>'); + if (quote) { + s = s.replace(/"/g, '"'); + } + return s; + } + + function naughtyHref(name, href) { + // Browsers ignore character codes of 32 (space) and below in a surprising + // number of situations. Start reading here: + // https://www.owasp.org/index.php/XSS_Filter_Evasion_Cheat_Sheet#Embedded_tab + // eslint-disable-next-line no-control-regex + href = href.replace(/[\x00-\x20]+/g, ''); + // Clobber any comments in URLs, which the browser might + // interpret inside an XML data island, allowing + // a javascript: URL to be snuck through + while (true) { + const firstIndex = href.indexOf('', firstIndex + 4); + if (lastIndex === -1) { + break; + } + href = href.substring(0, firstIndex) + href.substring(lastIndex + 3); + } + // Case insensitive so we don't get faked out by JAVASCRIPT #1 + // Allow more characters after the first so we don't get faked + // out by certain schemes browsers accept + const matches = href.match(/^([a-zA-Z][a-zA-Z0-9.\-+]*):/); + if (!matches) { + // Protocol-relative URL starting with any combination of '/' and '\' + if (href.match(/^[/\\]{2}/)) { + return !options.allowProtocolRelative; + } + + // No scheme + return false; + } + const scheme = matches[1].toLowerCase(); + + if (has(options.allowedSchemesByTag, name)) { + return options.allowedSchemesByTag[name].indexOf(scheme) === -1; + } + + return !options.allowedSchemes || options.allowedSchemes.indexOf(scheme) === -1; + } + + function parseUrl(value) { + value = value.replace(/^(\w+:)?\s*[\\/]\s*[\\/]/, '$1//'); + if (value.startsWith('relative:')) { + // An attempt to exploit our workaround for base URLs being + // mandatory for relative URL validation in the WHATWG + // URL parser, reject it + throw new Error('relative: exploit attempt'); + } + // naughtyHref is in charge of whether protocol relative URLs + // are cool. Here we are concerned just with allowed hostnames and + // whether to allow relative URLs. + // + // Build a placeholder "base URL" against which any reasonable + // relative URL may be parsed successfully + let base = 'relative://relative-site'; + for (let i = 0; (i < 100); i++) { + base += `/${i}`; + } + + const parsed = new URL(value, base); + + const isRelativeUrl = parsed && parsed.hostname === 'relative-site' && parsed.protocol === 'relative:'; + return { + isRelativeUrl, + url: parsed + }; + } + /** + * Filters user input css properties by allowlisted regex attributes. + * Modifies the abstractSyntaxTree object. + * + * @param {object} abstractSyntaxTree - Object representation of CSS attributes. + * @property {array[Declaration]} abstractSyntaxTree.nodes[0] - Each object cointains prop and value key, i.e { prop: 'color', value: 'red' }. + * @param {object} allowedStyles - Keys are properties (i.e color), value is list of permitted regex rules (i.e /green/i). + * @return {object} - The modified tree. + */ + function filterCss(abstractSyntaxTree, allowedStyles) { + if (!allowedStyles) { + return abstractSyntaxTree; + } + + const astRules = abstractSyntaxTree.nodes[0]; + let selectedRule; + + // Merge global and tag-specific styles into new AST. + if (allowedStyles[astRules.selector] && allowedStyles['*']) { + selectedRule = deepmerge( + allowedStyles[astRules.selector], + allowedStyles['*'] + ); + } else { + selectedRule = allowedStyles[astRules.selector] || allowedStyles['*']; + } + + if (selectedRule) { + abstractSyntaxTree.nodes[0].nodes = astRules.nodes.reduce(filterDeclarations(selectedRule), []); + } + + return abstractSyntaxTree; + } + + /** + * Extracts the style attributes from an AbstractSyntaxTree and formats those + * values in the inline style attribute format. + * + * @param {AbstractSyntaxTree} filteredAST + * @return {string} - Example: "color:yellow;text-align:center !important;font-family:helvetica;" + */ + function stringifyStyleAttributes(filteredAST) { + return filteredAST.nodes[0].nodes + .reduce(function(extractedAttributes, attrObject) { + extractedAttributes.push( + `${attrObject.prop}:${attrObject.value}${attrObject.important ? ' !important' : ''}` + ); + return extractedAttributes; + }, []) + .join(';'); + } + + /** + * Filters the existing attributes for the given property. Discards any attributes + * which don't match the allowlist. + * + * @param {object} selectedRule - Example: { color: red, font-family: helvetica } + * @param {array} allowedDeclarationsList - List of declarations which pass the allowlist. + * @param {object} attributeObject - Object representing the current css property. + * @property {string} attributeObject.type - Typically 'declaration'. + * @property {string} attributeObject.prop - The CSS property, i.e 'color'. + * @property {string} attributeObject.value - The corresponding value to the css property, i.e 'red'. + * @return {function} - When used in Array.reduce, will return an array of Declaration objects + */ + function filterDeclarations(selectedRule) { + return function (allowedDeclarationsList, attributeObject) { + // If this property is allowlisted... + if (has(selectedRule, attributeObject.prop)) { + const matchesRegex = selectedRule[attributeObject.prop].some(function(regularExpression) { + return regularExpression.test(attributeObject.value); + }); + + if (matchesRegex) { + allowedDeclarationsList.push(attributeObject); + } + } + return allowedDeclarationsList; + }; + } + + function filterClasses(classes, allowed, allowedGlobs) { + if (!allowed) { + // The class attribute is allowed without filtering on this tag + return classes; + } + classes = classes.split(/\s+/); + return classes.filter(function(clss) { + return allowed.indexOf(clss) !== -1 || allowedGlobs.some(function(glob) { + return glob.test(clss); + }); + }).join(' '); + } +} + +// Defaults are accessible to you so that you can use them as a starting point +// programmatically if you wish + +const htmlParserDefaults = { + decodeEntities: true +}; +sanitizeHtml.defaults = { + allowedTags: [ + // Sections derived from MDN element categories and limited to the more + // benign categories. + // https://developer.mozilla.org/en-US/docs/Web/HTML/Element + // Content sectioning + 'address', 'article', 'aside', 'footer', 'header', + 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'hgroup', + 'main', 'nav', 'section', + // Text content + 'blockquote', 'dd', 'div', 'dl', 'dt', 'figcaption', 'figure', + 'hr', 'li', 'menu', 'ol', 'p', 'pre', 'ul', + // Inline text semantics + 'a', 'abbr', 'b', 'bdi', 'bdo', 'br', 'cite', 'code', 'data', 'dfn', + 'em', 'i', 'kbd', 'mark', 'q', + 'rb', 'rp', 'rt', 'rtc', 'ruby', + 's', 'samp', 'small', 'span', 'strong', 'sub', 'sup', 'time', 'u', 'var', 'wbr', + // Table content + 'caption', 'col', 'colgroup', 'table', 'tbody', 'td', 'tfoot', 'th', + 'thead', 'tr' + ], + // Tags that cannot be boolean + nonBooleanAttributes: [ + 'abbr', 'accept', 'accept-charset', 'accesskey', 'action', + 'allow', 'alt', 'as', 'autocapitalize', 'autocomplete', + 'blocking', 'charset', 'cite', 'class', 'color', 'cols', + 'colspan', 'content', 'contenteditable', 'coords', 'crossorigin', + 'data', 'datetime', 'decoding', 'dir', 'dirname', 'download', + 'draggable', 'enctype', 'enterkeyhint', 'fetchpriority', 'for', + 'form', 'formaction', 'formenctype', 'formmethod', 'formtarget', + 'headers', 'height', 'hidden', 'high', 'href', 'hreflang', + 'http-equiv', 'id', 'imagesizes', 'imagesrcset', 'inputmode', + 'integrity', 'is', 'itemid', 'itemprop', 'itemref', 'itemtype', + 'kind', 'label', 'lang', 'list', 'loading', 'low', 'max', + 'maxlength', 'media', 'method', 'min', 'minlength', 'name', + 'nonce', 'optimum', 'pattern', 'ping', 'placeholder', 'popover', + 'popovertarget', 'popovertargetaction', 'poster', 'preload', + 'referrerpolicy', 'rel', 'rows', 'rowspan', 'sandbox', 'scope', + 'shape', 'size', 'sizes', 'slot', 'span', 'spellcheck', 'src', + 'srcdoc', 'srclang', 'srcset', 'start', 'step', 'style', + 'tabindex', 'target', 'title', 'translate', 'type', 'usemap', + 'value', 'width', 'wrap', + // Event handlers + 'onauxclick', 'onafterprint', 'onbeforematch', 'onbeforeprint', + 'onbeforeunload', 'onbeforetoggle', 'onblur', 'oncancel', + 'oncanplay', 'oncanplaythrough', 'onchange', 'onclick', 'onclose', + 'oncontextlost', 'oncontextmenu', 'oncontextrestored', 'oncopy', + 'oncuechange', 'oncut', 'ondblclick', 'ondrag', 'ondragend', + 'ondragenter', 'ondragleave', 'ondragover', 'ondragstart', + 'ondrop', 'ondurationchange', 'onemptied', 'onended', + 'onerror', 'onfocus', 'onformdata', 'onhashchange', 'oninput', + 'oninvalid', 'onkeydown', 'onkeypress', 'onkeyup', + 'onlanguagechange', 'onload', 'onloadeddata', 'onloadedmetadata', + 'onloadstart', 'onmessage', 'onmessageerror', 'onmousedown', + 'onmouseenter', 'onmouseleave', 'onmousemove', 'onmouseout', + 'onmouseover', 'onmouseup', 'onoffline', 'ononline', 'onpagehide', + 'onpageshow', 'onpaste', 'onpause', 'onplay', 'onplaying', + 'onpopstate', 'onprogress', 'onratechange', 'onreset', 'onresize', + 'onrejectionhandled', 'onscroll', 'onscrollend', + 'onsecuritypolicyviolation', 'onseeked', 'onseeking', 'onselect', + 'onslotchange', 'onstalled', 'onstorage', 'onsubmit', 'onsuspend', + 'ontimeupdate', 'ontoggle', 'onunhandledrejection', 'onunload', + 'onvolumechange', 'onwaiting', 'onwheel' + ], + disallowedTagsMode: 'discard', + allowedAttributes: { + a: [ 'href', 'name', 'target' ], + // We don't currently allow img itself by default, but + // these attributes would make sense if we did. + img: [ 'src', 'srcset', 'alt', 'title', 'width', 'height', 'loading' ] + }, + allowedEmptyAttributes: [ + 'alt' + ], + // Lots of these won't come up by default because we don't allow them + selfClosing: [ 'img', 'br', 'hr', 'area', 'base', 'basefont', 'input', 'link', 'meta' ], + // URL schemes we permit + allowedSchemes: [ 'http', 'https', 'ftp', 'mailto', 'tel' ], + allowedSchemesByTag: {}, + allowedSchemesAppliedToAttributes: [ 'href', 'src', 'cite' ], + allowProtocolRelative: true, + enforceHtmlBoundary: false, + parseStyleAttributes: true, + preserveEscapedAttributes: false +}; + +sanitizeHtml.simpleTransform = function(newTagName, newAttribs, merge) { + merge = (merge === undefined) ? true : merge; + newAttribs = newAttribs || {}; + + return function(tagName, attribs) { + let attrib; + if (merge) { + for (attrib in newAttribs) { + attribs[attrib] = newAttribs[attrib]; + } + } else { + attribs = newAttribs; + } + + return { + tagName: newTagName, + attribs: attribs + }; + }; +}; diff --git a/node_modules/sanitize-html/package.json b/node_modules/sanitize-html/package.json new file mode 100644 index 0000000..97a0938 --- /dev/null +++ b/node_modules/sanitize-html/package.json @@ -0,0 +1,44 @@ +{ + "name": "sanitize-html", + "version": "2.17.0", + "description": "Clean up user-submitted HTML, preserving allowlisted elements and allowlisted attributes on a per-element basis", + "sideEffects": false, + "main": "index.js", + "files": [ + "index.js" + ], + "scripts": { + "test": "npx eslint . && mocha test/test.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/apostrophecms/sanitize-html.git" + }, + "keywords": [ + "html", + "parser", + "sanitizer", + "sanitize" + ], + "author": "Apostrophe Technologies, Inc.", + "license": "MIT", + "dependencies": { + "deepmerge": "^4.2.2", + "escape-string-regexp": "^4.0.0", + "htmlparser2": "^8.0.0", + "is-plain-object": "^5.0.0", + "parse-srcset": "^1.0.2", + "postcss": "^8.3.11" + }, + "devDependencies": { + "eslint": "^7.3.1", + "eslint-config-apostrophe": "^3.4.0", + "eslint-config-standard": "^14.1.1", + "eslint-plugin-import": "^2.25.2", + "eslint-plugin-node": "^11.1.0", + "eslint-plugin-promise": "^4.2.1", + "eslint-plugin-standard": "^4.0.1", + "mocha": "^10.2.0", + "sinon": "^9.0.2" + } +} \ No newline at end of file diff --git a/node_modules/selderee/CHANGELOG.md b/node_modules/selderee/CHANGELOG.md new file mode 100644 index 0000000..253c0f5 --- /dev/null +++ b/node_modules/selderee/CHANGELOG.md @@ -0,0 +1,35 @@ +# Changelog + +## Version 0.11.0 + +* Bump `parseley` dependency to version 0.12.0 ([changelog](https://github.com/mxxii/parseley/blob/main/CHANGELOG.md)). Escape sequences in selectors. + +## Version 0.10.0 + +* Targeting Node.js version 14 and ES2020; +* Bump dependencies. + +## Version 0.9.0 + +* Bump dependencies - fix "./core module cannot be found" issue. + +## Version 0.8.1 + +* Bump `parseley` dependency to version 0.9.1 ([changelog](https://github.com/mxxii/parseley/blob/main/CHANGELOG.md)). Now all dependencies are TypeScript, dual CommonJS/ES module packages; +* Use `rollup-plugin-cleanup` to condition published files; +* Package is marked as free of side effects. + +## Version 0.7.0 + +* Drop Node.js version 10 support. At least 12.22.x is required. + +## Version 0.6.0 + +* Give priority to more common attribute values (Previously the first matching simple selector was taken instead); +* Repeated simple selectors should not affect the tree balance and should not produce extra tree nodes (But they affect the specificity). + +## Version 0.5.0 + +Initial release. + +Aiming at Node.js version 10 and up. diff --git a/node_modules/selderee/LICENSE b/node_modules/selderee/LICENSE new file mode 100644 index 0000000..2fa66e4 --- /dev/null +++ b/node_modules/selderee/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021-2022 KillyMXI + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/selderee/README.md b/node_modules/selderee/README.md new file mode 100644 index 0000000..c758326 --- /dev/null +++ b/node_modules/selderee/README.md @@ -0,0 +1,151 @@ +# selderee + +![lint status badge](https://github.com/mxxii/selderee/workflows/lint/badge.svg) +![test status badge](https://github.com/mxxii/selderee/workflows/test/badge.svg) +[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/mxxii/selderee/blob/main/LICENSE) +[![npm](https://img.shields.io/npm/dw/selderee?color=informational&logo=npm)](https://www.npmjs.com/package/selderee) + +**Sel**ectors **de**cision t**ree** - pick matching selectors, fast. + +---- + + +## What is it for + +The problem statement: there are multiple CSS selectors with attached handlers, and a HTML DOM to process. For each HTML Element a matching handler has to be found and applied. + +The naive approach is to walk through the DOM and test each and every selector against each Element. This means *O(n\*m)* complexity. + +It is pretty clear though that if we have selectors that share something in common then we can reduce the number of checks. + +The main `selderee` package offers the selectors tree structure. Runnable decision functions for specific DOM implementations are built via plugins. + + +## Limitations + +- Pseudo-classes and pseudo-elements are not supported by the underlying library [parseley](https://github.com/mxxii/parseley) (yet?); +- General siblings (`~`), descendants (` `) and same column combinators (`||`) are also not supported. + + +## `selderee` vs `css-select` + +[css-select](https://github.com/fb55/css-select) - a CSS selector compiler & engine. + +| Feature | `selderee` | `css-select` | +| ------------------------------------- | :--------: | :----------: | +| Support for `htmlparser2` DOM AST | plugin | + | +| "Compiles" into a function | + | + | +| Pick selector(s) for a given Element | + | | +| Query Element(s) for a given selector | | + | + + +## Packages + +| Package | Version | Folder | Changelog | +| --------- | --------- | --------- | --------- | +| [selderee](https://www.npmjs.com/package/selderee) | [![npm](https://img.shields.io/npm/v/selderee?logo=npm)](https://www.npmjs.com/package/selderee) | [/packages/selderee](https://github.com/mxxii/selderee/tree/main/packages/selderee/) | [changelog](https://github.com/mxxii/selderee/blob/main/packages/selderee/CHANGELOG.md) | +| [@selderee/plugin-htmlparser2](https://www.npmjs.com/package/@selderee/plugin-htmlparser2) | [![npm](https://img.shields.io/npm/v/@selderee/plugin-htmlparser2?logo=npm)](https://www.npmjs.com/package/@selderee/plugin-htmlparser2) | [/packages/plugin-htmlparser2](https://github.com/mxxii/selderee/tree/main/packages/plugin-htmlparser2/) | [changelog](https://github.com/mxxii/selderee/blob/main/packages/plugin-htmlparser2/CHANGELOG.md) | + + +## Install + +```shell +> npm i selderee @selderee/plugin-htmlparser2 +``` + + +## Documentation + +- [API](https://github.com/mxxii/selderee/blob/main/docs/index.md) + + +## Usage example + +```js +const htmlparser2 = require('htmlparser2'); +const util = require('util'); + +const { DecisionTree, Treeify } = require('selderee'); +const { hp2Builder } = require('@selderee/plugin-htmlparser2'); + +const selectorValuePairs = [ + ['p', 'A'], + ['p.foo[bar]', 'B'], + ['p[class~=foo]', 'C'], + ['div.foo', 'D'], + ['div > p.foo', 'E'], + ['div > p', 'F'], + ['#baz', 'G'] +]; + +// Make a tree structure from all given selectors. +const selectorsDecisionTree = new DecisionTree(selectorValuePairs); + +// `treeify` builder produces a string output for testing and debug purposes. +// `treeify` expects string values attached to each selector. +const prettyTree = selectorsDecisionTree.build(Treeify.treeify); +console.log(prettyTree); + +const html = /*html*/` +

second

+`; +const dom = htmlparser2.parseDocument(html); +const element = dom.children[0].children[0].children[1].children[0]; + +// `hp2Builder` produces a picker that can pick values +// from the selectors tree. +const picker = selectorsDecisionTree.build(hp2Builder); + +// Get all matches +const allMatches = picker.pickAll(element); +console.log(util.inspect(allMatches, { breakLength: 70, depth: null })); + +// or get the value from the most specific match. +const bestMatch = picker.pick1(element); +console.log(`Best matched value: ${bestMatch}`); +``` + +
Example output + +```text +▽ +├─◻ Tag name +│ ╟─◇ = p +│ ║ ┠─▣ Attr value: class +│ ║ ┃ ╙─◈ ~= "foo" +│ ║ ┃ ┠─◨ Attr presence: bar +│ ║ ┃ ┃ ┖─◁ #1 [0,2,1] B +│ ║ ┃ ┠─◁ #2 [0,1,1] C +│ ║ ┃ ┖─◉ Push element: > +│ ║ ┃ └─◻ Tag name +│ ║ ┃ ╙─◇ = div +│ ║ ┃ ┖─◁ #4 [0,1,2] E +│ ║ ┠─◁ #0 [0,0,1] A +│ ║ ┖─◉ Push element: > +│ ║ └─◻ Tag name +│ ║ ╙─◇ = div +│ ║ ┖─◁ #5 [0,0,2] F +│ ╙─◇ = div +│ ┖─▣ Attr value: class +│ ╙─◈ ~= "foo" +│ ┖─◁ #3 [0,1,1] D +└─▣ Attr value: id + ╙─◈ = "baz" + ┖─◁ #6 [1,0,0] G +[ { index: 2, value: 'C', specificity: [ 0, 1, 1 ] }, + { index: 4, value: 'E', specificity: [ 0, 1, 2 ] }, + { index: 0, value: 'A', specificity: [ 0, 0, 1 ] }, + { index: 5, value: 'F', specificity: [ 0, 0, 2 ] } ] +Best matched value: E +``` + +*Some gotcha: you may notice the check for `#baz` has to be performed every time the decision tree is called. If it happens to be `p#baz` or `div#baz` or even `.foo#baz` - it would be much better to write it like this. Deeper, narrower tree means less checks on average. (in case of `.foo#baz` the class check might finally outweigh the tag name check and rebalance the tree.)* + +
+ + +## Development + +Targeting Node.js version >=14. + +Monorepo uses NPM v7 workspaces (make sure v7 is installed when used with Node.js v14.) diff --git a/node_modules/selderee/lib/Ast.d.ts b/node_modules/selderee/lib/Ast.d.ts new file mode 100644 index 0000000..9396a0c --- /dev/null +++ b/node_modules/selderee/lib/Ast.d.ts @@ -0,0 +1,100 @@ +/** + * Specificity as defined by Selectors spec. + * + * {@link https://www.w3.org/TR/selectors/#specificity} + * + * Three levels: for id, class, tag (type). + * + * Extra level(s) used in HTML styling don't fit the scope of this package + * and no space reserved for them. + */ +export declare type Specificity = [number, number, number]; +/** + * Container for the associated value, + * selector specificity and position in the selectors collection. + * + * @typeParam V - the type of the associated value. + */ +export declare type ValueContainer = { + index: number; + specificity: Specificity; + value: V; +}; +/** + * When reached a terminal node, decision tree adds + * the value container to the list of successful matches. + */ +export declare type TerminalNode = { + type: 'terminal'; + valueContainer: ValueContainer; +}; +/** + * Tag name has to be checked. + * Underlying variants can be assembled + * into a dictionary key check. + */ +export declare type TagNameNode = { + type: 'tagName'; + variants: VariantNode[]; +}; +/** + * String value variant. + */ +export declare type VariantNode = { + type: 'variant'; + value: string; + cont: DecisionTreeNode[]; +}; +/** + * Have to check the presence of an element attribute + * with the given name. + */ +export declare type AttrPresenceNode = { + type: 'attrPresence'; + name: string; + cont: DecisionTreeNode[]; +}; +/** + * Have to check the value of an element attribute + * with the given name. + * It usually requires to run all underlying matchers + * one after another. + */ +export declare type AttrValueNode = { + type: 'attrValue'; + name: string; + matchers: MatcherNode[]; +}; +/** + * String value matcher. + * Contains the predicate so no need to reimplement it + * from descriptive parameters. + */ +export declare type MatcherNode = { + type: 'matcher'; + matcher: '=' | '~=' | '|=' | '^=' | '$=' | '*='; + modifier: 'i' | 's' | null; + value: string; + predicate: (prop: string) => boolean; + cont: DecisionTreeNode[]; +}; +/** + * Push next element on the stack, defined by the combinator. + * Only `>` and `+` are expected to be supported. + * + * All checks are performed on the element on top of the stack. + */ +export declare type PushElementNode = { + type: 'pushElement'; + combinator: '>' | '+'; + cont: DecisionTreeNode[]; +}; +/** + * Remove the top element from the stack - + * following checks are performed on the previous element. + */ +export declare type PopElementNode = { + type: 'popElement'; + cont: DecisionTreeNode[]; +}; +export declare type DecisionTreeNode = TerminalNode | TagNameNode | AttrPresenceNode | AttrValueNode | PushElementNode | PopElementNode; diff --git a/node_modules/selderee/lib/DecisionTree.d.ts b/node_modules/selderee/lib/DecisionTree.d.ts new file mode 100644 index 0000000..2ca0ed1 --- /dev/null +++ b/node_modules/selderee/lib/DecisionTree.d.ts @@ -0,0 +1,34 @@ +import { BuilderFunction } from './Types'; +/** + * CSS selectors decision tree. + * Data structure that weaves similar selectors together + * in order to minimize the number of checks required + * to find the ones matching a given HTML element. + * + * Converted into a functioning implementation via plugins + * tailored for specific DOM ASTs. + * + * @typeParam V - the type of values associated with selectors. + */ +export declare class DecisionTree { + private readonly branches; + /** + * Create new DecisionTree object. + * + * @param input - an array containing all selectors + * paired with associated values. + * + * @typeParam V - the type of values associated with selectors. + */ + constructor(input: [string, V][]); + /** + * Turn this decision tree into a usable form. + * + * @typeParam R - return type defined by the builder function. + * + * @param builder - the builder function. + * + * @returns the decision tree in a form ready for use. + */ + build(builder: BuilderFunction): R; +} diff --git a/node_modules/selderee/lib/Picker.d.ts b/node_modules/selderee/lib/Picker.d.ts new file mode 100644 index 0000000..ae91d09 --- /dev/null +++ b/node_modules/selderee/lib/Picker.d.ts @@ -0,0 +1,49 @@ +import { ValueContainer } from './Ast'; +import { MatcherFunction } from './Types'; +/** + * Simple wrapper around the matcher function. + * Recommended return type for builder plugins. + * + * @typeParam L - the type of HTML Element in the targeted DOM AST. + * @typeParam V - the type of associated values. + */ +export declare class Picker { + private f; + /** + * Create new Picker object. + * + * @typeParam L - the type of HTML Element in the targeted DOM AST. + * @typeParam V - the type of associated values. + * + * @param f - the function that matches an element + * and returns all associated values. + */ + constructor(f: MatcherFunction); + /** + * Run the selectors decision tree against one HTML Element + * and return all matched associated values + * along with selector specificities. + * + * Client code then decides how to further process them + * (sort, filter, etc). + * + * @param el - an HTML Element. + * + * @returns all associated values along with + * selector specificities for all matched selectors. + */ + pickAll(el: L): ValueContainer[]; + /** + * Run the selectors decision tree against one HTML Element + * and choose the value from the most specific matched selector. + * + * @param el - an HTML Element. + * + * @param preferFirst - option to define which value to choose + * when there are multiple matches with equal specificity. + * + * @returns the value from the most specific matched selector + * or `null` if nothing matched. + */ + pick1(el: L, preferFirst?: boolean): V | null; +} diff --git a/node_modules/selderee/lib/TreeifyBuilder.d.ts b/node_modules/selderee/lib/TreeifyBuilder.d.ts new file mode 100644 index 0000000..38e4ba3 --- /dev/null +++ b/node_modules/selderee/lib/TreeifyBuilder.d.ts @@ -0,0 +1,16 @@ +import { BuilderFunction } from './Types'; +/** + * A {@link BuilderFunction} implementation. + * + * Produces a string representation of the tree + * for testing and debug purposes. + * + * Only accepts `string` as the associated value type. + * Map your input collection before creating a {@link DecisionTree} + * if you want to use it with a different type - + * the decision on how to stringify the value is up to you. + * + * @param nodes - nodes from the root level of the decision tree. + * @returns the string representation of the tree. + */ +export declare const treeify: BuilderFunction; diff --git a/node_modules/selderee/lib/Types.d.ts b/node_modules/selderee/lib/Types.d.ts new file mode 100644 index 0000000..639ec37 --- /dev/null +++ b/node_modules/selderee/lib/Types.d.ts @@ -0,0 +1,20 @@ +import { DecisionTreeNode, ValueContainer } from './Ast'; +/** + * A function that turn a decision tree into a usable form. + * + * @typeParam V - the type of associated value. + * + * @typeParam R - return type for this builder + * (Consider using {@link Picker}.) + */ +export declare type BuilderFunction = (nodes: DecisionTreeNode[]) => R; +/** + * Recommended matcher function shape to implement + * in builders. + * + * The elements stack is represented as the arguments array. + * + * @typeParam L - the type of elements in a particular DOM AST. + * @typeParam V - the type of associated value. + */ +export declare type MatcherFunction = (el: L, ...tail: L[]) => ValueContainer[]; diff --git a/node_modules/selderee/lib/selderee.cjs b/node_modules/selderee/lib/selderee.cjs new file mode 100644 index 0000000..ef25ac8 --- /dev/null +++ b/node_modules/selderee/lib/selderee.cjs @@ -0,0 +1,460 @@ +'use strict'; + +Object.defineProperty(exports, '__esModule', { value: true }); + +var parseley = require('parseley'); + +function _interopNamespace(e) { + if (e && e.__esModule) return e; + var n = Object.create(null); + if (e) { + Object.keys(e).forEach(function (k) { + if (k !== 'default') { + var d = Object.getOwnPropertyDescriptor(e, k); + Object.defineProperty(n, k, d.get ? d : { + enumerable: true, + get: function () { return e[k]; } + }); + } + }); + } + n["default"] = e; + return Object.freeze(n); +} + +var parseley__namespace = /*#__PURE__*/_interopNamespace(parseley); + +var Ast = /*#__PURE__*/Object.freeze({ + __proto__: null +}); + +var Types = /*#__PURE__*/Object.freeze({ + __proto__: null +}); + +const treeify = (nodes) => '▽\n' + treeifyArray(nodes, thinLines); +const thinLines = [['├─', '│ '], ['└─', ' ']]; +const heavyLines = [['┠─', '┃ '], ['┖─', ' ']]; +const doubleLines = [['╟─', '║ '], ['╙─', ' ']]; +function treeifyArray(nodes, tpl = heavyLines) { + return prefixItems(tpl, nodes.map(n => treeifyNode(n))); +} +function treeifyNode(node) { + switch (node.type) { + case 'terminal': { + const vctr = node.valueContainer; + return `◁ #${vctr.index} ${JSON.stringify(vctr.specificity)} ${vctr.value}`; + } + case 'tagName': + return `◻ Tag name\n${treeifyArray(node.variants, doubleLines)}`; + case 'attrValue': + return `▣ Attr value: ${node.name}\n${treeifyArray(node.matchers, doubleLines)}`; + case 'attrPresence': + return `◨ Attr presence: ${node.name}\n${treeifyArray(node.cont)}`; + case 'pushElement': + return `◉ Push element: ${node.combinator}\n${treeifyArray(node.cont, thinLines)}`; + case 'popElement': + return `◌ Pop element\n${treeifyArray(node.cont, thinLines)}`; + case 'variant': + return `◇ = ${node.value}\n${treeifyArray(node.cont)}`; + case 'matcher': + return `◈ ${node.matcher} "${node.value}"${node.modifier || ''}\n${treeifyArray(node.cont)}`; + } +} +function prefixItems(tpl, items) { + return items + .map((item, i, { length }) => prefixItem(tpl, item, i === length - 1)) + .join('\n'); +} +function prefixItem(tpl, item, tail = true) { + const tpl1 = tpl[tail ? 1 : 0]; + return tpl1[0] + item.split('\n').join('\n' + tpl1[1]); +} + +var TreeifyBuilder = /*#__PURE__*/Object.freeze({ + __proto__: null, + treeify: treeify +}); + +class DecisionTree { + constructor(input) { + this.branches = weave(toAstTerminalPairs(input)); + } + build(builder) { + return builder(this.branches); + } +} +function toAstTerminalPairs(array) { + const len = array.length; + const results = new Array(len); + for (let i = 0; i < len; i++) { + const [selectorString, val] = array[i]; + const ast = preprocess(parseley__namespace.parse1(selectorString)); + results[i] = { + ast: ast, + terminal: { + type: 'terminal', + valueContainer: { index: i, value: val, specificity: ast.specificity } + } + }; + } + return results; +} +function preprocess(ast) { + reduceSelectorVariants(ast); + parseley__namespace.normalize(ast); + return ast; +} +function reduceSelectorVariants(ast) { + const newList = []; + ast.list.forEach(sel => { + switch (sel.type) { + case 'class': + newList.push({ + matcher: '~=', + modifier: null, + name: 'class', + namespace: null, + specificity: sel.specificity, + type: 'attrValue', + value: sel.name, + }); + break; + case 'id': + newList.push({ + matcher: '=', + modifier: null, + name: 'id', + namespace: null, + specificity: sel.specificity, + type: 'attrValue', + value: sel.name, + }); + break; + case 'combinator': + reduceSelectorVariants(sel.left); + newList.push(sel); + break; + case 'universal': + break; + default: + newList.push(sel); + break; + } + }); + ast.list = newList; +} +function weave(items) { + const branches = []; + while (items.length) { + const topKind = findTopKey(items, (sel) => true, getSelectorKind); + const { matches, nonmatches, empty } = breakByKind(items, topKind); + items = nonmatches; + if (matches.length) { + branches.push(branchOfKind(topKind, matches)); + } + if (empty.length) { + branches.push(...terminate(empty)); + } + } + return branches; +} +function terminate(items) { + const results = []; + for (const item of items) { + const terminal = item.terminal; + if (terminal.type === 'terminal') { + results.push(terminal); + } + else { + const { matches, rest } = partition(terminal.cont, (node) => node.type === 'terminal'); + matches.forEach((node) => results.push(node)); + if (rest.length) { + terminal.cont = rest; + results.push(terminal); + } + } + } + return results; +} +function breakByKind(items, selectedKind) { + const matches = []; + const nonmatches = []; + const empty = []; + for (const item of items) { + const simpsels = item.ast.list; + if (simpsels.length) { + const isMatch = simpsels.some(node => getSelectorKind(node) === selectedKind); + (isMatch ? matches : nonmatches).push(item); + } + else { + empty.push(item); + } + } + return { matches, nonmatches, empty }; +} +function getSelectorKind(sel) { + switch (sel.type) { + case 'attrPresence': + return `attrPresence ${sel.name}`; + case 'attrValue': + return `attrValue ${sel.name}`; + case 'combinator': + return `combinator ${sel.combinator}`; + default: + return sel.type; + } +} +function branchOfKind(kind, items) { + if (kind === 'tag') { + return tagNameBranch(items); + } + if (kind.startsWith('attrValue ')) { + return attrValueBranch(kind.substring(10), items); + } + if (kind.startsWith('attrPresence ')) { + return attrPresenceBranch(kind.substring(13), items); + } + if (kind === 'combinator >') { + return combinatorBranch('>', items); + } + if (kind === 'combinator +') { + return combinatorBranch('+', items); + } + throw new Error(`Unsupported selector kind: ${kind}`); +} +function tagNameBranch(items) { + const groups = spliceAndGroup(items, (x) => x.type === 'tag', (x) => x.name); + const variants = Object.entries(groups).map(([name, group]) => ({ + type: 'variant', + value: name, + cont: weave(group.items) + })); + return { + type: 'tagName', + variants: variants + }; +} +function attrPresenceBranch(name, items) { + for (const item of items) { + spliceSimpleSelector(item, (x) => (x.type === 'attrPresence') && (x.name === name)); + } + return { + type: 'attrPresence', + name: name, + cont: weave(items) + }; +} +function attrValueBranch(name, items) { + const groups = spliceAndGroup(items, (x) => (x.type === 'attrValue') && (x.name === name), (x) => `${x.matcher} ${x.modifier || ''} ${x.value}`); + const matchers = []; + for (const group of Object.values(groups)) { + const sel = group.oneSimpleSelector; + const predicate = getAttrPredicate(sel); + const continuation = weave(group.items); + matchers.push({ + type: 'matcher', + matcher: sel.matcher, + modifier: sel.modifier, + value: sel.value, + predicate: predicate, + cont: continuation + }); + } + return { + type: 'attrValue', + name: name, + matchers: matchers + }; +} +function getAttrPredicate(sel) { + if (sel.modifier === 'i') { + const expected = sel.value.toLowerCase(); + switch (sel.matcher) { + case '=': + return (actual) => expected === actual.toLowerCase(); + case '~=': + return (actual) => actual.toLowerCase().split(/[ \t]+/).includes(expected); + case '^=': + return (actual) => actual.toLowerCase().startsWith(expected); + case '$=': + return (actual) => actual.toLowerCase().endsWith(expected); + case '*=': + return (actual) => actual.toLowerCase().includes(expected); + case '|=': + return (actual) => { + const lower = actual.toLowerCase(); + return (expected === lower) || (lower.startsWith(expected) && lower[expected.length] === '-'); + }; + } + } + else { + const expected = sel.value; + switch (sel.matcher) { + case '=': + return (actual) => expected === actual; + case '~=': + return (actual) => actual.split(/[ \t]+/).includes(expected); + case '^=': + return (actual) => actual.startsWith(expected); + case '$=': + return (actual) => actual.endsWith(expected); + case '*=': + return (actual) => actual.includes(expected); + case '|=': + return (actual) => (expected === actual) || (actual.startsWith(expected) && actual[expected.length] === '-'); + } + } +} +function combinatorBranch(combinator, items) { + const groups = spliceAndGroup(items, (x) => (x.type === 'combinator') && (x.combinator === combinator), (x) => parseley__namespace.serialize(x.left)); + const leftItems = []; + for (const group of Object.values(groups)) { + const rightCont = weave(group.items); + const leftAst = group.oneSimpleSelector.left; + leftItems.push({ + ast: leftAst, + terminal: { type: 'popElement', cont: rightCont } + }); + } + return { + type: 'pushElement', + combinator: combinator, + cont: weave(leftItems) + }; +} +function spliceAndGroup(items, predicate, keyCallback) { + const groups = {}; + while (items.length) { + const bestKey = findTopKey(items, predicate, keyCallback); + const bestKeyPredicate = (sel) => predicate(sel) && keyCallback(sel) === bestKey; + const hasBestKeyPredicate = (item) => item.ast.list.some(bestKeyPredicate); + const { matches, rest } = partition1(items, hasBestKeyPredicate); + let oneSimpleSelector = null; + for (const item of matches) { + const splicedNode = spliceSimpleSelector(item, bestKeyPredicate); + if (!oneSimpleSelector) { + oneSimpleSelector = splicedNode; + } + } + if (oneSimpleSelector == null) { + throw new Error('No simple selector is found.'); + } + groups[bestKey] = { oneSimpleSelector: oneSimpleSelector, items: matches }; + items = rest; + } + return groups; +} +function spliceSimpleSelector(item, predicate) { + const simpsels = item.ast.list; + const matches = new Array(simpsels.length); + let firstIndex = -1; + for (let i = simpsels.length; i-- > 0;) { + if (predicate(simpsels[i])) { + matches[i] = true; + firstIndex = i; + } + } + if (firstIndex == -1) { + throw new Error(`Couldn't find the required simple selector.`); + } + const result = simpsels[firstIndex]; + item.ast.list = simpsels.filter((sel, i) => !matches[i]); + return result; +} +function findTopKey(items, predicate, keyCallback) { + const candidates = {}; + for (const item of items) { + const candidates1 = {}; + for (const node of item.ast.list.filter(predicate)) { + candidates1[keyCallback(node)] = true; + } + for (const key of Object.keys(candidates1)) { + if (candidates[key]) { + candidates[key]++; + } + else { + candidates[key] = 1; + } + } + } + let topKind = ''; + let topCounter = 0; + for (const entry of Object.entries(candidates)) { + if (entry[1] > topCounter) { + topKind = entry[0]; + topCounter = entry[1]; + } + } + return topKind; +} +function partition(src, predicate) { + const matches = []; + const rest = []; + for (const x of src) { + if (predicate(x)) { + matches.push(x); + } + else { + rest.push(x); + } + } + return { matches, rest }; +} +function partition1(src, predicate) { + const matches = []; + const rest = []; + for (const x of src) { + if (predicate(x)) { + matches.push(x); + } + else { + rest.push(x); + } + } + return { matches, rest }; +} + +class Picker { + constructor(f) { + this.f = f; + } + pickAll(el) { + return this.f(el); + } + pick1(el, preferFirst = false) { + const results = this.f(el); + const len = results.length; + if (len === 0) { + return null; + } + if (len === 1) { + return results[0].value; + } + const comparator = (preferFirst) + ? comparatorPreferFirst + : comparatorPreferLast; + let result = results[0]; + for (let i = 1; i < len; i++) { + const next = results[i]; + if (comparator(result, next)) { + result = next; + } + } + return result.value; + } +} +function comparatorPreferFirst(acc, next) { + const diff = parseley.compareSpecificity(next.specificity, acc.specificity); + return diff > 0 || (diff === 0 && next.index < acc.index); +} +function comparatorPreferLast(acc, next) { + const diff = parseley.compareSpecificity(next.specificity, acc.specificity); + return diff > 0 || (diff === 0 && next.index > acc.index); +} + +exports.Ast = Ast; +exports.DecisionTree = DecisionTree; +exports.Picker = Picker; +exports.Treeify = TreeifyBuilder; +exports.Types = Types; diff --git a/node_modules/selderee/lib/selderee.d.ts b/node_modules/selderee/lib/selderee.d.ts new file mode 100644 index 0000000..77c2424 --- /dev/null +++ b/node_modules/selderee/lib/selderee.d.ts @@ -0,0 +1,5 @@ +export * as Ast from './Ast'; +export * as Types from './Types'; +export * as Treeify from './TreeifyBuilder'; +export * from './DecisionTree'; +export * from './Picker'; diff --git a/node_modules/selderee/lib/selderee.mjs b/node_modules/selderee/lib/selderee.mjs new file mode 100644 index 0000000..38431ce --- /dev/null +++ b/node_modules/selderee/lib/selderee.mjs @@ -0,0 +1,433 @@ +import * as parseley from 'parseley'; +import { compareSpecificity } from 'parseley'; + +var Ast = /*#__PURE__*/Object.freeze({ + __proto__: null +}); + +var Types = /*#__PURE__*/Object.freeze({ + __proto__: null +}); + +const treeify = (nodes) => '▽\n' + treeifyArray(nodes, thinLines); +const thinLines = [['├─', '│ '], ['└─', ' ']]; +const heavyLines = [['┠─', '┃ '], ['┖─', ' ']]; +const doubleLines = [['╟─', '║ '], ['╙─', ' ']]; +function treeifyArray(nodes, tpl = heavyLines) { + return prefixItems(tpl, nodes.map(n => treeifyNode(n))); +} +function treeifyNode(node) { + switch (node.type) { + case 'terminal': { + const vctr = node.valueContainer; + return `◁ #${vctr.index} ${JSON.stringify(vctr.specificity)} ${vctr.value}`; + } + case 'tagName': + return `◻ Tag name\n${treeifyArray(node.variants, doubleLines)}`; + case 'attrValue': + return `▣ Attr value: ${node.name}\n${treeifyArray(node.matchers, doubleLines)}`; + case 'attrPresence': + return `◨ Attr presence: ${node.name}\n${treeifyArray(node.cont)}`; + case 'pushElement': + return `◉ Push element: ${node.combinator}\n${treeifyArray(node.cont, thinLines)}`; + case 'popElement': + return `◌ Pop element\n${treeifyArray(node.cont, thinLines)}`; + case 'variant': + return `◇ = ${node.value}\n${treeifyArray(node.cont)}`; + case 'matcher': + return `◈ ${node.matcher} "${node.value}"${node.modifier || ''}\n${treeifyArray(node.cont)}`; + } +} +function prefixItems(tpl, items) { + return items + .map((item, i, { length }) => prefixItem(tpl, item, i === length - 1)) + .join('\n'); +} +function prefixItem(tpl, item, tail = true) { + const tpl1 = tpl[tail ? 1 : 0]; + return tpl1[0] + item.split('\n').join('\n' + tpl1[1]); +} + +var TreeifyBuilder = /*#__PURE__*/Object.freeze({ + __proto__: null, + treeify: treeify +}); + +class DecisionTree { + constructor(input) { + this.branches = weave(toAstTerminalPairs(input)); + } + build(builder) { + return builder(this.branches); + } +} +function toAstTerminalPairs(array) { + const len = array.length; + const results = new Array(len); + for (let i = 0; i < len; i++) { + const [selectorString, val] = array[i]; + const ast = preprocess(parseley.parse1(selectorString)); + results[i] = { + ast: ast, + terminal: { + type: 'terminal', + valueContainer: { index: i, value: val, specificity: ast.specificity } + } + }; + } + return results; +} +function preprocess(ast) { + reduceSelectorVariants(ast); + parseley.normalize(ast); + return ast; +} +function reduceSelectorVariants(ast) { + const newList = []; + ast.list.forEach(sel => { + switch (sel.type) { + case 'class': + newList.push({ + matcher: '~=', + modifier: null, + name: 'class', + namespace: null, + specificity: sel.specificity, + type: 'attrValue', + value: sel.name, + }); + break; + case 'id': + newList.push({ + matcher: '=', + modifier: null, + name: 'id', + namespace: null, + specificity: sel.specificity, + type: 'attrValue', + value: sel.name, + }); + break; + case 'combinator': + reduceSelectorVariants(sel.left); + newList.push(sel); + break; + case 'universal': + break; + default: + newList.push(sel); + break; + } + }); + ast.list = newList; +} +function weave(items) { + const branches = []; + while (items.length) { + const topKind = findTopKey(items, (sel) => true, getSelectorKind); + const { matches, nonmatches, empty } = breakByKind(items, topKind); + items = nonmatches; + if (matches.length) { + branches.push(branchOfKind(topKind, matches)); + } + if (empty.length) { + branches.push(...terminate(empty)); + } + } + return branches; +} +function terminate(items) { + const results = []; + for (const item of items) { + const terminal = item.terminal; + if (terminal.type === 'terminal') { + results.push(terminal); + } + else { + const { matches, rest } = partition(terminal.cont, (node) => node.type === 'terminal'); + matches.forEach((node) => results.push(node)); + if (rest.length) { + terminal.cont = rest; + results.push(terminal); + } + } + } + return results; +} +function breakByKind(items, selectedKind) { + const matches = []; + const nonmatches = []; + const empty = []; + for (const item of items) { + const simpsels = item.ast.list; + if (simpsels.length) { + const isMatch = simpsels.some(node => getSelectorKind(node) === selectedKind); + (isMatch ? matches : nonmatches).push(item); + } + else { + empty.push(item); + } + } + return { matches, nonmatches, empty }; +} +function getSelectorKind(sel) { + switch (sel.type) { + case 'attrPresence': + return `attrPresence ${sel.name}`; + case 'attrValue': + return `attrValue ${sel.name}`; + case 'combinator': + return `combinator ${sel.combinator}`; + default: + return sel.type; + } +} +function branchOfKind(kind, items) { + if (kind === 'tag') { + return tagNameBranch(items); + } + if (kind.startsWith('attrValue ')) { + return attrValueBranch(kind.substring(10), items); + } + if (kind.startsWith('attrPresence ')) { + return attrPresenceBranch(kind.substring(13), items); + } + if (kind === 'combinator >') { + return combinatorBranch('>', items); + } + if (kind === 'combinator +') { + return combinatorBranch('+', items); + } + throw new Error(`Unsupported selector kind: ${kind}`); +} +function tagNameBranch(items) { + const groups = spliceAndGroup(items, (x) => x.type === 'tag', (x) => x.name); + const variants = Object.entries(groups).map(([name, group]) => ({ + type: 'variant', + value: name, + cont: weave(group.items) + })); + return { + type: 'tagName', + variants: variants + }; +} +function attrPresenceBranch(name, items) { + for (const item of items) { + spliceSimpleSelector(item, (x) => (x.type === 'attrPresence') && (x.name === name)); + } + return { + type: 'attrPresence', + name: name, + cont: weave(items) + }; +} +function attrValueBranch(name, items) { + const groups = spliceAndGroup(items, (x) => (x.type === 'attrValue') && (x.name === name), (x) => `${x.matcher} ${x.modifier || ''} ${x.value}`); + const matchers = []; + for (const group of Object.values(groups)) { + const sel = group.oneSimpleSelector; + const predicate = getAttrPredicate(sel); + const continuation = weave(group.items); + matchers.push({ + type: 'matcher', + matcher: sel.matcher, + modifier: sel.modifier, + value: sel.value, + predicate: predicate, + cont: continuation + }); + } + return { + type: 'attrValue', + name: name, + matchers: matchers + }; +} +function getAttrPredicate(sel) { + if (sel.modifier === 'i') { + const expected = sel.value.toLowerCase(); + switch (sel.matcher) { + case '=': + return (actual) => expected === actual.toLowerCase(); + case '~=': + return (actual) => actual.toLowerCase().split(/[ \t]+/).includes(expected); + case '^=': + return (actual) => actual.toLowerCase().startsWith(expected); + case '$=': + return (actual) => actual.toLowerCase().endsWith(expected); + case '*=': + return (actual) => actual.toLowerCase().includes(expected); + case '|=': + return (actual) => { + const lower = actual.toLowerCase(); + return (expected === lower) || (lower.startsWith(expected) && lower[expected.length] === '-'); + }; + } + } + else { + const expected = sel.value; + switch (sel.matcher) { + case '=': + return (actual) => expected === actual; + case '~=': + return (actual) => actual.split(/[ \t]+/).includes(expected); + case '^=': + return (actual) => actual.startsWith(expected); + case '$=': + return (actual) => actual.endsWith(expected); + case '*=': + return (actual) => actual.includes(expected); + case '|=': + return (actual) => (expected === actual) || (actual.startsWith(expected) && actual[expected.length] === '-'); + } + } +} +function combinatorBranch(combinator, items) { + const groups = spliceAndGroup(items, (x) => (x.type === 'combinator') && (x.combinator === combinator), (x) => parseley.serialize(x.left)); + const leftItems = []; + for (const group of Object.values(groups)) { + const rightCont = weave(group.items); + const leftAst = group.oneSimpleSelector.left; + leftItems.push({ + ast: leftAst, + terminal: { type: 'popElement', cont: rightCont } + }); + } + return { + type: 'pushElement', + combinator: combinator, + cont: weave(leftItems) + }; +} +function spliceAndGroup(items, predicate, keyCallback) { + const groups = {}; + while (items.length) { + const bestKey = findTopKey(items, predicate, keyCallback); + const bestKeyPredicate = (sel) => predicate(sel) && keyCallback(sel) === bestKey; + const hasBestKeyPredicate = (item) => item.ast.list.some(bestKeyPredicate); + const { matches, rest } = partition1(items, hasBestKeyPredicate); + let oneSimpleSelector = null; + for (const item of matches) { + const splicedNode = spliceSimpleSelector(item, bestKeyPredicate); + if (!oneSimpleSelector) { + oneSimpleSelector = splicedNode; + } + } + if (oneSimpleSelector == null) { + throw new Error('No simple selector is found.'); + } + groups[bestKey] = { oneSimpleSelector: oneSimpleSelector, items: matches }; + items = rest; + } + return groups; +} +function spliceSimpleSelector(item, predicate) { + const simpsels = item.ast.list; + const matches = new Array(simpsels.length); + let firstIndex = -1; + for (let i = simpsels.length; i-- > 0;) { + if (predicate(simpsels[i])) { + matches[i] = true; + firstIndex = i; + } + } + if (firstIndex == -1) { + throw new Error(`Couldn't find the required simple selector.`); + } + const result = simpsels[firstIndex]; + item.ast.list = simpsels.filter((sel, i) => !matches[i]); + return result; +} +function findTopKey(items, predicate, keyCallback) { + const candidates = {}; + for (const item of items) { + const candidates1 = {}; + for (const node of item.ast.list.filter(predicate)) { + candidates1[keyCallback(node)] = true; + } + for (const key of Object.keys(candidates1)) { + if (candidates[key]) { + candidates[key]++; + } + else { + candidates[key] = 1; + } + } + } + let topKind = ''; + let topCounter = 0; + for (const entry of Object.entries(candidates)) { + if (entry[1] > topCounter) { + topKind = entry[0]; + topCounter = entry[1]; + } + } + return topKind; +} +function partition(src, predicate) { + const matches = []; + const rest = []; + for (const x of src) { + if (predicate(x)) { + matches.push(x); + } + else { + rest.push(x); + } + } + return { matches, rest }; +} +function partition1(src, predicate) { + const matches = []; + const rest = []; + for (const x of src) { + if (predicate(x)) { + matches.push(x); + } + else { + rest.push(x); + } + } + return { matches, rest }; +} + +class Picker { + constructor(f) { + this.f = f; + } + pickAll(el) { + return this.f(el); + } + pick1(el, preferFirst = false) { + const results = this.f(el); + const len = results.length; + if (len === 0) { + return null; + } + if (len === 1) { + return results[0].value; + } + const comparator = (preferFirst) + ? comparatorPreferFirst + : comparatorPreferLast; + let result = results[0]; + for (let i = 1; i < len; i++) { + const next = results[i]; + if (comparator(result, next)) { + result = next; + } + } + return result.value; + } +} +function comparatorPreferFirst(acc, next) { + const diff = compareSpecificity(next.specificity, acc.specificity); + return diff > 0 || (diff === 0 && next.index < acc.index); +} +function comparatorPreferLast(acc, next) { + const diff = compareSpecificity(next.specificity, acc.specificity); + return diff > 0 || (diff === 0 && next.index > acc.index); +} + +export { Ast, DecisionTree, Picker, TreeifyBuilder as Treeify, Types }; diff --git a/node_modules/selderee/package.json b/node_modules/selderee/package.json new file mode 100644 index 0000000..019ec40 --- /dev/null +++ b/node_modules/selderee/package.json @@ -0,0 +1,44 @@ +{ + "name": "selderee", + "version": "0.11.0", + "description": "Selectors decision tree - choose matching selectors, fast", + "keywords": [ + "CSS", + "selectors", + "decision tree", + "match" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/mxxii/selderee.git" + }, + "bugs": { + "url": "https://github.com/mxxii/selderee/issues" + }, + "homepage": "https://github.com/mxxii/selderee", + "author": "KillyMXI", + "funding": "https://ko-fi.com/killymxi", + "license": "MIT", + "exports": { + "import": "./lib/selderee.mjs", + "require": "./lib/selderee.cjs" + }, + "type": "module", + "main": "./lib/selderee.cjs", + "module": "./lib/selderee.mjs", + "types": "./lib/selderee.d.ts", + "typedocMain": "./src/selderee.ts", + "files": [ + "lib" + ], + "sideEffects": false, + "scripts": { + "build:rollup": "rollup -c", + "build:types": "tsc -d --emitDeclarationOnly --declarationDir ./lib", + "build": "npm run clean && npm run build:rollup && npm run build:types", + "clean": "rimraf lib" + }, + "dependencies": { + "parseley": "^0.12.0" + } +} diff --git a/node_modules/send/HISTORY.md b/node_modules/send/HISTORY.md new file mode 100644 index 0000000..0dd29d0 --- /dev/null +++ b/node_modules/send/HISTORY.md @@ -0,0 +1,526 @@ +0.19.0 / 2024-09-10 +=================== + +* Remove link renderization in html while redirecting + +0.18.0 / 2022-03-23 +=================== + + * Fix emitted 416 error missing headers property + * Limit the headers removed for 304 response + * deps: depd@2.0.0 + - Replace internal `eval` usage with `Function` constructor + - Use instance methods on `process` to check for listeners + * deps: destroy@1.2.0 + * deps: http-errors@2.0.0 + - deps: depd@2.0.0 + - deps: statuses@2.0.1 + * deps: on-finished@2.4.1 + * deps: statuses@2.0.1 + +0.17.2 / 2021-12-11 +=================== + + * pref: ignore empty http tokens + * deps: http-errors@1.8.1 + - deps: inherits@2.0.4 + - deps: toidentifier@1.0.1 + - deps: setprototypeof@1.2.0 + * deps: ms@2.1.3 + +0.17.1 / 2019-05-10 +=================== + + * Set stricter CSP header in redirect & error responses + * deps: range-parser@~1.2.1 + +0.17.0 / 2019-05-03 +=================== + + * deps: http-errors@~1.7.2 + - Set constructor name when possible + - Use `toidentifier` module to make class names + - deps: depd@~1.1.2 + - deps: setprototypeof@1.1.1 + - deps: statuses@'>= 1.5.0 < 2' + * deps: mime@1.6.0 + - Add extensions for JPEG-2000 images + - Add new `font/*` types from IANA + - Add WASM mapping + - Update `.bdoc` to `application/bdoc` + - Update `.bmp` to `image/bmp` + - Update `.m4a` to `audio/mp4` + - Update `.rtf` to `application/rtf` + - Update `.wav` to `audio/wav` + - Update `.xml` to `application/xml` + - Update generic extensions to `application/octet-stream`: + `.deb`, `.dll`, `.dmg`, `.exe`, `.iso`, `.msi` + - Use mime-score module to resolve extension conflicts + * deps: ms@2.1.1 + - Add `week`/`w` support + - Fix negative number handling + * deps: statuses@~1.5.0 + * perf: remove redundant `path.normalize` call + +0.16.2 / 2018-02-07 +=================== + + * Fix incorrect end tag in default error & redirects + * deps: depd@~1.1.2 + - perf: remove argument reassignment + * deps: encodeurl@~1.0.2 + - Fix encoding `%` as last character + * deps: statuses@~1.4.0 + +0.16.1 / 2017-09-29 +=================== + + * Fix regression in edge-case behavior for empty `path` + +0.16.0 / 2017-09-27 +=================== + + * Add `immutable` option + * Fix missing `` in default error & redirects + * Use instance methods on steam to check for listeners + * deps: mime@1.4.1 + - Add 70 new types for file extensions + - Set charset as "UTF-8" for .js and .json + * perf: improve path validation speed + +0.15.6 / 2017-09-22 +=================== + + * deps: debug@2.6.9 + * perf: improve `If-Match` token parsing + +0.15.5 / 2017-09-20 +=================== + + * deps: etag@~1.8.1 + - perf: replace regular expression with substring + * deps: fresh@0.5.2 + - Fix handling of modified headers with invalid dates + - perf: improve ETag match loop + - perf: improve `If-None-Match` token parsing + +0.15.4 / 2017-08-05 +=================== + + * deps: debug@2.6.8 + * deps: depd@~1.1.1 + - Remove unnecessary `Buffer` loading + * deps: http-errors@~1.6.2 + - deps: depd@1.1.1 + +0.15.3 / 2017-05-16 +=================== + + * deps: debug@2.6.7 + - deps: ms@2.0.0 + * deps: ms@2.0.0 + +0.15.2 / 2017-04-26 +=================== + + * deps: debug@2.6.4 + - Fix `DEBUG_MAX_ARRAY_LENGTH` + - deps: ms@0.7.3 + * deps: ms@1.0.0 + +0.15.1 / 2017-03-04 +=================== + + * Fix issue when `Date.parse` does not return `NaN` on invalid date + * Fix strict violation in broken environments + +0.15.0 / 2017-02-25 +=================== + + * Support `If-Match` and `If-Unmodified-Since` headers + * Add `res` and `path` arguments to `directory` event + * Remove usage of `res._headers` private field + - Improves compatibility with Node.js 8 nightly + * Send complete HTML document in redirect & error responses + * Set default CSP header in redirect & error responses + * Use `res.getHeaderNames()` when available + * Use `res.headersSent` when available + * deps: debug@2.6.1 + - Allow colors in workers + - Deprecated `DEBUG_FD` environment variable set to `3` or higher + - Fix error when running under React Native + - Use same color for same namespace + - deps: ms@0.7.2 + * deps: etag@~1.8.0 + * deps: fresh@0.5.0 + - Fix false detection of `no-cache` request directive + - Fix incorrect result when `If-None-Match` has both `*` and ETags + - Fix weak `ETag` matching to match spec + - perf: delay reading header values until needed + - perf: enable strict mode + - perf: hoist regular expressions + - perf: remove duplicate conditional + - perf: remove unnecessary boolean coercions + - perf: skip checking modified time if ETag check failed + - perf: skip parsing `If-None-Match` when no `ETag` header + - perf: use `Date.parse` instead of `new Date` + * deps: http-errors@~1.6.1 + - Make `message` property enumerable for `HttpError`s + - deps: setprototypeof@1.0.3 + +0.14.2 / 2017-01-23 +=================== + + * deps: http-errors@~1.5.1 + - deps: inherits@2.0.3 + - deps: setprototypeof@1.0.2 + - deps: statuses@'>= 1.3.1 < 2' + * deps: ms@0.7.2 + * deps: statuses@~1.3.1 + +0.14.1 / 2016-06-09 +=================== + + * Fix redirect error when `path` contains raw non-URL characters + * Fix redirect when `path` starts with multiple forward slashes + +0.14.0 / 2016-06-06 +=================== + + * Add `acceptRanges` option + * Add `cacheControl` option + * Attempt to combine multiple ranges into single range + * Correctly inherit from `Stream` class + * Fix `Content-Range` header in 416 responses when using `start`/`end` options + * Fix `Content-Range` header missing from default 416 responses + * Ignore non-byte `Range` headers + * deps: http-errors@~1.5.0 + - Add `HttpError` export, for `err instanceof createError.HttpError` + - Support new code `421 Misdirected Request` + - Use `setprototypeof` module to replace `__proto__` setting + - deps: inherits@2.0.1 + - deps: statuses@'>= 1.3.0 < 2' + - perf: enable strict mode + * deps: range-parser@~1.2.0 + - Fix incorrectly returning -1 when there is at least one valid range + - perf: remove internal function + * deps: statuses@~1.3.0 + - Add `421 Misdirected Request` + - perf: enable strict mode + * perf: remove argument reassignment + +0.13.2 / 2016-03-05 +=================== + + * Fix invalid `Content-Type` header when `send.mime.default_type` unset + +0.13.1 / 2016-01-16 +=================== + + * deps: depd@~1.1.0 + - Support web browser loading + - perf: enable strict mode + * deps: destroy@~1.0.4 + - perf: enable strict mode + * deps: escape-html@~1.0.3 + - perf: enable strict mode + - perf: optimize string replacement + - perf: use faster string coercion + * deps: range-parser@~1.0.3 + - perf: enable strict mode + +0.13.0 / 2015-06-16 +=================== + + * Allow Node.js HTTP server to set `Date` response header + * Fix incorrectly removing `Content-Location` on 304 response + * Improve the default redirect response headers + * Send appropriate headers on default error response + * Use `http-errors` for standard emitted errors + * Use `statuses` instead of `http` module for status messages + * deps: escape-html@1.0.2 + * deps: etag@~1.7.0 + - Improve stat performance by removing hashing + * deps: fresh@0.3.0 + - Add weak `ETag` matching support + * deps: on-finished@~2.3.0 + - Add defined behavior for HTTP `CONNECT` requests + - Add defined behavior for HTTP `Upgrade` requests + - deps: ee-first@1.1.1 + * perf: enable strict mode + * perf: remove unnecessary array allocations + +0.12.3 / 2015-05-13 +=================== + + * deps: debug@~2.2.0 + - deps: ms@0.7.1 + * deps: depd@~1.0.1 + * deps: etag@~1.6.0 + - Improve support for JXcore + - Support "fake" stats objects in environments without `fs` + * deps: ms@0.7.1 + - Prevent extraordinarily long inputs + * deps: on-finished@~2.2.1 + +0.12.2 / 2015-03-13 +=================== + + * Throw errors early for invalid `extensions` or `index` options + * deps: debug@~2.1.3 + - Fix high intensity foreground color for bold + - deps: ms@0.7.0 + +0.12.1 / 2015-02-17 +=================== + + * Fix regression sending zero-length files + +0.12.0 / 2015-02-16 +=================== + + * Always read the stat size from the file + * Fix mutating passed-in `options` + * deps: mime@1.3.4 + +0.11.1 / 2015-01-20 +=================== + + * Fix `root` path disclosure + +0.11.0 / 2015-01-05 +=================== + + * deps: debug@~2.1.1 + * deps: etag@~1.5.1 + - deps: crc@3.2.1 + * deps: ms@0.7.0 + - Add `milliseconds` + - Add `msecs` + - Add `secs` + - Add `mins` + - Add `hrs` + - Add `yrs` + * deps: on-finished@~2.2.0 + +0.10.1 / 2014-10-22 +=================== + + * deps: on-finished@~2.1.1 + - Fix handling of pipelined requests + +0.10.0 / 2014-10-15 +=================== + + * deps: debug@~2.1.0 + - Implement `DEBUG_FD` env variable support + * deps: depd@~1.0.0 + * deps: etag@~1.5.0 + - Improve string performance + - Slightly improve speed for weak ETags over 1KB + +0.9.3 / 2014-09-24 +================== + + * deps: etag@~1.4.0 + - Support "fake" stats objects + +0.9.2 / 2014-09-15 +================== + + * deps: depd@0.4.5 + * deps: etag@~1.3.1 + * deps: range-parser@~1.0.2 + +0.9.1 / 2014-09-07 +================== + + * deps: fresh@0.2.4 + +0.9.0 / 2014-09-07 +================== + + * Add `lastModified` option + * Use `etag` to generate `ETag` header + * deps: debug@~2.0.0 + +0.8.5 / 2014-09-04 +================== + + * Fix malicious path detection for empty string path + +0.8.4 / 2014-09-04 +================== + + * Fix a path traversal issue when using `root` + +0.8.3 / 2014-08-16 +================== + + * deps: destroy@1.0.3 + - renamed from dethroy + * deps: on-finished@2.1.0 + +0.8.2 / 2014-08-14 +================== + + * Work around `fd` leak in Node.js 0.10 for `fs.ReadStream` + * deps: dethroy@1.0.2 + +0.8.1 / 2014-08-05 +================== + + * Fix `extensions` behavior when file already has extension + +0.8.0 / 2014-08-05 +================== + + * Add `extensions` option + +0.7.4 / 2014-08-04 +================== + + * Fix serving index files without root dir + +0.7.3 / 2014-07-29 +================== + + * Fix incorrect 403 on Windows and Node.js 0.11 + +0.7.2 / 2014-07-27 +================== + + * deps: depd@0.4.4 + - Work-around v8 generating empty stack traces + +0.7.1 / 2014-07-26 +================== + + * deps: depd@0.4.3 + - Fix exception when global `Error.stackTraceLimit` is too low + +0.7.0 / 2014-07-20 +================== + + * Deprecate `hidden` option; use `dotfiles` option + * Add `dotfiles` option + * deps: debug@1.0.4 + * deps: depd@0.4.2 + - Add `TRACE_DEPRECATION` environment variable + - Remove non-standard grey color from color output + - Support `--no-deprecation` argument + - Support `--trace-deprecation` argument + +0.6.0 / 2014-07-11 +================== + + * Deprecate `from` option; use `root` option + * Deprecate `send.etag()` -- use `etag` in `options` + * Deprecate `send.hidden()` -- use `hidden` in `options` + * Deprecate `send.index()` -- use `index` in `options` + * Deprecate `send.maxage()` -- use `maxAge` in `options` + * Deprecate `send.root()` -- use `root` in `options` + * Cap `maxAge` value to 1 year + * deps: debug@1.0.3 + - Add support for multiple wildcards in namespaces + +0.5.0 / 2014-06-28 +================== + + * Accept string for `maxAge` (converted by `ms`) + * Add `headers` event + * Include link in default redirect response + * Use `EventEmitter.listenerCount` to count listeners + +0.4.3 / 2014-06-11 +================== + + * Do not throw un-catchable error on file open race condition + * Use `escape-html` for HTML escaping + * deps: debug@1.0.2 + - fix some debugging output colors on node.js 0.8 + * deps: finished@1.2.2 + * deps: fresh@0.2.2 + +0.4.2 / 2014-06-09 +================== + + * fix "event emitter leak" warnings + * deps: debug@1.0.1 + * deps: finished@1.2.1 + +0.4.1 / 2014-06-02 +================== + + * Send `max-age` in `Cache-Control` in correct format + +0.4.0 / 2014-05-27 +================== + + * Calculate ETag with md5 for reduced collisions + * Fix wrong behavior when index file matches directory + * Ignore stream errors after request ends + - Goodbye `EBADF, read` + * Skip directories in index file search + * deps: debug@0.8.1 + +0.3.0 / 2014-04-24 +================== + + * Fix sending files with dots without root set + * Coerce option types + * Accept API options in options object + * Set etags to "weak" + * Include file path in etag + * Make "Can't set headers after they are sent." catchable + * Send full entity-body for multi range requests + * Default directory access to 403 when index disabled + * Support multiple index paths + * Support "If-Range" header + * Control whether to generate etags + * deps: mime@1.2.11 + +0.2.0 / 2014-01-29 +================== + + * update range-parser and fresh + +0.1.4 / 2013-08-11 +================== + + * update fresh + +0.1.3 / 2013-07-08 +================== + + * Revert "Fix fd leak" + +0.1.2 / 2013-07-03 +================== + + * Fix fd leak + +0.1.0 / 2012-08-25 +================== + + * add options parameter to send() that is passed to fs.createReadStream() [kanongil] + +0.0.4 / 2012-08-16 +================== + + * allow custom "Accept-Ranges" definition + +0.0.3 / 2012-07-16 +================== + + * fix normalization of the root directory. Closes #3 + +0.0.2 / 2012-07-09 +================== + + * add passing of req explicitly for now (YUCK) + +0.0.1 / 2010-01-03 +================== + + * Initial release diff --git a/node_modules/send/LICENSE b/node_modules/send/LICENSE new file mode 100644 index 0000000..b6ea1c1 --- /dev/null +++ b/node_modules/send/LICENSE @@ -0,0 +1,23 @@ +(The MIT License) + +Copyright (c) 2012 TJ Holowaychuk +Copyright (c) 2014-2022 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/send/README.md b/node_modules/send/README.md new file mode 100644 index 0000000..fadf838 --- /dev/null +++ b/node_modules/send/README.md @@ -0,0 +1,327 @@ +# send + +[![NPM Version][npm-version-image]][npm-url] +[![NPM Downloads][npm-downloads-image]][npm-url] +[![Linux Build][github-actions-ci-image]][github-actions-ci-url] +[![Windows Build][appveyor-image]][appveyor-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +Send is a library for streaming files from the file system as a http response +supporting partial responses (Ranges), conditional-GET negotiation (If-Match, +If-Unmodified-Since, If-None-Match, If-Modified-Since), high test coverage, +and granular events which may be leveraged to take appropriate actions in your +application or framework. + +Looking to serve up entire folders mapped to URLs? Try [serve-static](https://www.npmjs.org/package/serve-static). + +## Installation + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```bash +$ npm install send +``` + +## API + +```js +var send = require('send') +``` + +### send(req, path, [options]) + +Create a new `SendStream` for the given path to send to a `res`. The `req` is +the Node.js HTTP request and the `path` is a urlencoded path to send (urlencoded, +not the actual file-system path). + +#### Options + +##### acceptRanges + +Enable or disable accepting ranged requests, defaults to true. +Disabling this will not send `Accept-Ranges` and ignore the contents +of the `Range` request header. + +##### cacheControl + +Enable or disable setting `Cache-Control` response header, defaults to +true. Disabling this will ignore the `immutable` and `maxAge` options. + +##### dotfiles + +Set how "dotfiles" are treated when encountered. A dotfile is a file +or directory that begins with a dot ("."). Note this check is done on +the path itself without checking if the path actually exists on the +disk. If `root` is specified, only the dotfiles above the root are +checked (i.e. the root itself can be within a dotfile when when set +to "deny"). + + - `'allow'` No special treatment for dotfiles. + - `'deny'` Send a 403 for any request for a dotfile. + - `'ignore'` Pretend like the dotfile does not exist and 404. + +The default value is _similar_ to `'ignore'`, with the exception that +this default will not ignore the files within a directory that begins +with a dot, for backward-compatibility. + +##### end + +Byte offset at which the stream ends, defaults to the length of the file +minus 1. The end is inclusive in the stream, meaning `end: 3` will include +the 4th byte in the stream. + +##### etag + +Enable or disable etag generation, defaults to true. + +##### extensions + +If a given file doesn't exist, try appending one of the given extensions, +in the given order. By default, this is disabled (set to `false`). An +example value that will serve extension-less HTML files: `['html', 'htm']`. +This is skipped if the requested file already has an extension. + +##### immutable + +Enable or disable the `immutable` directive in the `Cache-Control` response +header, defaults to `false`. If set to `true`, the `maxAge` option should +also be specified to enable caching. The `immutable` directive will prevent +supported clients from making conditional requests during the life of the +`maxAge` option to check if the file has changed. + +##### index + +By default send supports "index.html" files, to disable this +set `false` or to supply a new index pass a string or an array +in preferred order. + +##### lastModified + +Enable or disable `Last-Modified` header, defaults to true. Uses the file +system's last modified value. + +##### maxAge + +Provide a max-age in milliseconds for http caching, defaults to 0. +This can also be a string accepted by the +[ms](https://www.npmjs.org/package/ms#readme) module. + +##### root + +Serve files relative to `path`. + +##### start + +Byte offset at which the stream starts, defaults to 0. The start is inclusive, +meaning `start: 2` will include the 3rd byte in the stream. + +#### Events + +The `SendStream` is an event emitter and will emit the following events: + + - `error` an error occurred `(err)` + - `directory` a directory was requested `(res, path)` + - `file` a file was requested `(path, stat)` + - `headers` the headers are about to be set on a file `(res, path, stat)` + - `stream` file streaming has started `(stream)` + - `end` streaming has completed + +#### .pipe + +The `pipe` method is used to pipe the response into the Node.js HTTP response +object, typically `send(req, path, options).pipe(res)`. + +### .mime + +The `mime` export is the global instance of of the +[`mime` npm module](https://www.npmjs.com/package/mime). + +This is used to configure the MIME types that are associated with file extensions +as well as other options for how to resolve the MIME type of a file (like the +default type to use for an unknown file extension). + +## Error-handling + +By default when no `error` listeners are present an automatic response will be +made, otherwise you have full control over the response, aka you may show a 5xx +page etc. + +## Caching + +It does _not_ perform internal caching, you should use a reverse proxy cache +such as Varnish for this, or those fancy things called CDNs. If your +application is small enough that it would benefit from single-node memory +caching, it's small enough that it does not need caching at all ;). + +## Debugging + +To enable `debug()` instrumentation output export __DEBUG__: + +``` +$ DEBUG=send node app +``` + +## Running tests + +``` +$ npm install +$ npm test +``` + +## Examples + +### Serve a specific file + +This simple example will send a specific file to all requests. + +```js +var http = require('http') +var send = require('send') + +var server = http.createServer(function onRequest (req, res) { + send(req, '/path/to/index.html') + .pipe(res) +}) + +server.listen(3000) +``` + +### Serve all files from a directory + +This simple example will just serve up all the files in a +given directory as the top-level. For example, a request +`GET /foo.txt` will send back `/www/public/foo.txt`. + +```js +var http = require('http') +var parseUrl = require('parseurl') +var send = require('send') + +var server = http.createServer(function onRequest (req, res) { + send(req, parseUrl(req).pathname, { root: '/www/public' }) + .pipe(res) +}) + +server.listen(3000) +``` + +### Custom file types + +```js +var http = require('http') +var parseUrl = require('parseurl') +var send = require('send') + +// Default unknown types to text/plain +send.mime.default_type = 'text/plain' + +// Add a custom type +send.mime.define({ + 'application/x-my-type': ['x-mt', 'x-mtt'] +}) + +var server = http.createServer(function onRequest (req, res) { + send(req, parseUrl(req).pathname, { root: '/www/public' }) + .pipe(res) +}) + +server.listen(3000) +``` + +### Custom directory index view + +This is a example of serving up a structure of directories with a +custom function to render a listing of a directory. + +```js +var http = require('http') +var fs = require('fs') +var parseUrl = require('parseurl') +var send = require('send') + +// Transfer arbitrary files from within /www/example.com/public/* +// with a custom handler for directory listing +var server = http.createServer(function onRequest (req, res) { + send(req, parseUrl(req).pathname, { index: false, root: '/www/public' }) + .once('directory', directory) + .pipe(res) +}) + +server.listen(3000) + +// Custom directory handler +function directory (res, path) { + var stream = this + + // redirect to trailing slash for consistent url + if (!stream.hasTrailingSlash()) { + return stream.redirect(path) + } + + // get directory list + fs.readdir(path, function onReaddir (err, list) { + if (err) return stream.error(err) + + // render an index for the directory + res.setHeader('Content-Type', 'text/plain; charset=UTF-8') + res.end(list.join('\n') + '\n') + }) +} +``` + +### Serving from a root directory with custom error-handling + +```js +var http = require('http') +var parseUrl = require('parseurl') +var send = require('send') + +var server = http.createServer(function onRequest (req, res) { + // your custom error-handling logic: + function error (err) { + res.statusCode = err.status || 500 + res.end(err.message) + } + + // your custom headers + function headers (res, path, stat) { + // serve all files for download + res.setHeader('Content-Disposition', 'attachment') + } + + // your custom directory handling logic: + function redirect () { + res.statusCode = 301 + res.setHeader('Location', req.url + '/') + res.end('Redirecting to ' + req.url + '/') + } + + // transfer arbitrary files from within + // /www/example.com/public/* + send(req, parseUrl(req).pathname, { root: '/www/public' }) + .on('error', error) + .on('directory', redirect) + .on('headers', headers) + .pipe(res) +}) + +server.listen(3000) +``` + +## License + +[MIT](LICENSE) + +[appveyor-image]: https://badgen.net/appveyor/ci/dougwilson/send/master?label=windows +[appveyor-url]: https://ci.appveyor.com/project/dougwilson/send +[coveralls-image]: https://badgen.net/coveralls/c/github/pillarjs/send/master +[coveralls-url]: https://coveralls.io/r/pillarjs/send?branch=master +[github-actions-ci-image]: https://badgen.net/github/checks/pillarjs/send/master?label=linux +[github-actions-ci-url]: https://github.com/pillarjs/send/actions/workflows/ci.yml +[node-image]: https://badgen.net/npm/node/send +[node-url]: https://nodejs.org/en/download/ +[npm-downloads-image]: https://badgen.net/npm/dm/send +[npm-url]: https://npmjs.org/package/send +[npm-version-image]: https://badgen.net/npm/v/send diff --git a/node_modules/send/SECURITY.md b/node_modules/send/SECURITY.md new file mode 100644 index 0000000..46b48f7 --- /dev/null +++ b/node_modules/send/SECURITY.md @@ -0,0 +1,24 @@ +# Security Policies and Procedures + +## Reporting a Bug + +The `send` team and community take all security bugs seriously. Thank you +for improving the security of Express. We appreciate your efforts and +responsible disclosure and will make every effort to acknowledge your +contributions. + +Report security bugs by emailing the current owner(s) of `send`. This information +can be found in the npm registry using the command `npm owner ls send`. +If unsure or unable to get the information from the above, open an issue +in the [project issue tracker](https://github.com/pillarjs/send/issues) +asking for the current contact information. + +To ensure the timely response to your report, please ensure that the entirety +of the report is contained within the email body and not solely behind a web +link or an attachment. + +At least one owner will acknowledge your email within 48 hours, and will send a +more detailed response within 48 hours indicating the next steps in handling +your report. After the initial reply to your report, the owners will +endeavor to keep you informed of the progress towards a fix and full +announcement, and may ask for additional information or guidance. diff --git a/node_modules/send/index.js b/node_modules/send/index.js new file mode 100644 index 0000000..768f8ca --- /dev/null +++ b/node_modules/send/index.js @@ -0,0 +1,1142 @@ +/*! + * send + * Copyright(c) 2012 TJ Holowaychuk + * Copyright(c) 2014-2022 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var createError = require('http-errors') +var debug = require('debug')('send') +var deprecate = require('depd')('send') +var destroy = require('destroy') +var encodeUrl = require('encodeurl') +var escapeHtml = require('escape-html') +var etag = require('etag') +var fresh = require('fresh') +var fs = require('fs') +var mime = require('mime') +var ms = require('ms') +var onFinished = require('on-finished') +var parseRange = require('range-parser') +var path = require('path') +var statuses = require('statuses') +var Stream = require('stream') +var util = require('util') + +/** + * Path function references. + * @private + */ + +var extname = path.extname +var join = path.join +var normalize = path.normalize +var resolve = path.resolve +var sep = path.sep + +/** + * Regular expression for identifying a bytes Range header. + * @private + */ + +var BYTES_RANGE_REGEXP = /^ *bytes=/ + +/** + * Maximum value allowed for the max age. + * @private + */ + +var MAX_MAXAGE = 60 * 60 * 24 * 365 * 1000 // 1 year + +/** + * Regular expression to match a path with a directory up component. + * @private + */ + +var UP_PATH_REGEXP = /(?:^|[\\/])\.\.(?:[\\/]|$)/ + +/** + * Module exports. + * @public + */ + +module.exports = send +module.exports.mime = mime + +/** + * Return a `SendStream` for `req` and `path`. + * + * @param {object} req + * @param {string} path + * @param {object} [options] + * @return {SendStream} + * @public + */ + +function send (req, path, options) { + return new SendStream(req, path, options) +} + +/** + * Initialize a `SendStream` with the given `path`. + * + * @param {Request} req + * @param {String} path + * @param {object} [options] + * @private + */ + +function SendStream (req, path, options) { + Stream.call(this) + + var opts = options || {} + + this.options = opts + this.path = path + this.req = req + + this._acceptRanges = opts.acceptRanges !== undefined + ? Boolean(opts.acceptRanges) + : true + + this._cacheControl = opts.cacheControl !== undefined + ? Boolean(opts.cacheControl) + : true + + this._etag = opts.etag !== undefined + ? Boolean(opts.etag) + : true + + this._dotfiles = opts.dotfiles !== undefined + ? opts.dotfiles + : 'ignore' + + if (this._dotfiles !== 'ignore' && this._dotfiles !== 'allow' && this._dotfiles !== 'deny') { + throw new TypeError('dotfiles option must be "allow", "deny", or "ignore"') + } + + this._hidden = Boolean(opts.hidden) + + if (opts.hidden !== undefined) { + deprecate('hidden: use dotfiles: \'' + (this._hidden ? 'allow' : 'ignore') + '\' instead') + } + + // legacy support + if (opts.dotfiles === undefined) { + this._dotfiles = undefined + } + + this._extensions = opts.extensions !== undefined + ? normalizeList(opts.extensions, 'extensions option') + : [] + + this._immutable = opts.immutable !== undefined + ? Boolean(opts.immutable) + : false + + this._index = opts.index !== undefined + ? normalizeList(opts.index, 'index option') + : ['index.html'] + + this._lastModified = opts.lastModified !== undefined + ? Boolean(opts.lastModified) + : true + + this._maxage = opts.maxAge || opts.maxage + this._maxage = typeof this._maxage === 'string' + ? ms(this._maxage) + : Number(this._maxage) + this._maxage = !isNaN(this._maxage) + ? Math.min(Math.max(0, this._maxage), MAX_MAXAGE) + : 0 + + this._root = opts.root + ? resolve(opts.root) + : null + + if (!this._root && opts.from) { + this.from(opts.from) + } +} + +/** + * Inherits from `Stream`. + */ + +util.inherits(SendStream, Stream) + +/** + * Enable or disable etag generation. + * + * @param {Boolean} val + * @return {SendStream} + * @api public + */ + +SendStream.prototype.etag = deprecate.function(function etag (val) { + this._etag = Boolean(val) + debug('etag %s', this._etag) + return this +}, 'send.etag: pass etag as option') + +/** + * Enable or disable "hidden" (dot) files. + * + * @param {Boolean} path + * @return {SendStream} + * @api public + */ + +SendStream.prototype.hidden = deprecate.function(function hidden (val) { + this._hidden = Boolean(val) + this._dotfiles = undefined + debug('hidden %s', this._hidden) + return this +}, 'send.hidden: use dotfiles option') + +/** + * Set index `paths`, set to a falsy + * value to disable index support. + * + * @param {String|Boolean|Array} paths + * @return {SendStream} + * @api public + */ + +SendStream.prototype.index = deprecate.function(function index (paths) { + var index = !paths ? [] : normalizeList(paths, 'paths argument') + debug('index %o', paths) + this._index = index + return this +}, 'send.index: pass index as option') + +/** + * Set root `path`. + * + * @param {String} path + * @return {SendStream} + * @api public + */ + +SendStream.prototype.root = function root (path) { + this._root = resolve(String(path)) + debug('root %s', this._root) + return this +} + +SendStream.prototype.from = deprecate.function(SendStream.prototype.root, + 'send.from: pass root as option') + +SendStream.prototype.root = deprecate.function(SendStream.prototype.root, + 'send.root: pass root as option') + +/** + * Set max-age to `maxAge`. + * + * @param {Number} maxAge + * @return {SendStream} + * @api public + */ + +SendStream.prototype.maxage = deprecate.function(function maxage (maxAge) { + this._maxage = typeof maxAge === 'string' + ? ms(maxAge) + : Number(maxAge) + this._maxage = !isNaN(this._maxage) + ? Math.min(Math.max(0, this._maxage), MAX_MAXAGE) + : 0 + debug('max-age %d', this._maxage) + return this +}, 'send.maxage: pass maxAge as option') + +/** + * Emit error with `status`. + * + * @param {number} status + * @param {Error} [err] + * @private + */ + +SendStream.prototype.error = function error (status, err) { + // emit if listeners instead of responding + if (hasListeners(this, 'error')) { + return this.emit('error', createHttpError(status, err)) + } + + var res = this.res + var msg = statuses.message[status] || String(status) + var doc = createHtmlDocument('Error', escapeHtml(msg)) + + // clear existing headers + clearHeaders(res) + + // add error headers + if (err && err.headers) { + setHeaders(res, err.headers) + } + + // send basic response + res.statusCode = status + res.setHeader('Content-Type', 'text/html; charset=UTF-8') + res.setHeader('Content-Length', Buffer.byteLength(doc)) + res.setHeader('Content-Security-Policy', "default-src 'none'") + res.setHeader('X-Content-Type-Options', 'nosniff') + res.end(doc) +} + +/** + * Check if the pathname ends with "/". + * + * @return {boolean} + * @private + */ + +SendStream.prototype.hasTrailingSlash = function hasTrailingSlash () { + return this.path[this.path.length - 1] === '/' +} + +/** + * Check if this is a conditional GET request. + * + * @return {Boolean} + * @api private + */ + +SendStream.prototype.isConditionalGET = function isConditionalGET () { + return this.req.headers['if-match'] || + this.req.headers['if-unmodified-since'] || + this.req.headers['if-none-match'] || + this.req.headers['if-modified-since'] +} + +/** + * Check if the request preconditions failed. + * + * @return {boolean} + * @private + */ + +SendStream.prototype.isPreconditionFailure = function isPreconditionFailure () { + var req = this.req + var res = this.res + + // if-match + var match = req.headers['if-match'] + if (match) { + var etag = res.getHeader('ETag') + return !etag || (match !== '*' && parseTokenList(match).every(function (match) { + return match !== etag && match !== 'W/' + etag && 'W/' + match !== etag + })) + } + + // if-unmodified-since + var unmodifiedSince = parseHttpDate(req.headers['if-unmodified-since']) + if (!isNaN(unmodifiedSince)) { + var lastModified = parseHttpDate(res.getHeader('Last-Modified')) + return isNaN(lastModified) || lastModified > unmodifiedSince + } + + return false +} + +/** + * Strip various content header fields for a change in entity. + * + * @private + */ + +SendStream.prototype.removeContentHeaderFields = function removeContentHeaderFields () { + var res = this.res + + res.removeHeader('Content-Encoding') + res.removeHeader('Content-Language') + res.removeHeader('Content-Length') + res.removeHeader('Content-Range') + res.removeHeader('Content-Type') +} + +/** + * Respond with 304 not modified. + * + * @api private + */ + +SendStream.prototype.notModified = function notModified () { + var res = this.res + debug('not modified') + this.removeContentHeaderFields() + res.statusCode = 304 + res.end() +} + +/** + * Raise error that headers already sent. + * + * @api private + */ + +SendStream.prototype.headersAlreadySent = function headersAlreadySent () { + var err = new Error('Can\'t set headers after they are sent.') + debug('headers already sent') + this.error(500, err) +} + +/** + * Check if the request is cacheable, aka + * responded with 2xx or 304 (see RFC 2616 section 14.2{5,6}). + * + * @return {Boolean} + * @api private + */ + +SendStream.prototype.isCachable = function isCachable () { + var statusCode = this.res.statusCode + return (statusCode >= 200 && statusCode < 300) || + statusCode === 304 +} + +/** + * Handle stat() error. + * + * @param {Error} error + * @private + */ + +SendStream.prototype.onStatError = function onStatError (error) { + switch (error.code) { + case 'ENAMETOOLONG': + case 'ENOENT': + case 'ENOTDIR': + this.error(404, error) + break + default: + this.error(500, error) + break + } +} + +/** + * Check if the cache is fresh. + * + * @return {Boolean} + * @api private + */ + +SendStream.prototype.isFresh = function isFresh () { + return fresh(this.req.headers, { + etag: this.res.getHeader('ETag'), + 'last-modified': this.res.getHeader('Last-Modified') + }) +} + +/** + * Check if the range is fresh. + * + * @return {Boolean} + * @api private + */ + +SendStream.prototype.isRangeFresh = function isRangeFresh () { + var ifRange = this.req.headers['if-range'] + + if (!ifRange) { + return true + } + + // if-range as etag + if (ifRange.indexOf('"') !== -1) { + var etag = this.res.getHeader('ETag') + return Boolean(etag && ifRange.indexOf(etag) !== -1) + } + + // if-range as modified date + var lastModified = this.res.getHeader('Last-Modified') + return parseHttpDate(lastModified) <= parseHttpDate(ifRange) +} + +/** + * Redirect to path. + * + * @param {string} path + * @private + */ + +SendStream.prototype.redirect = function redirect (path) { + var res = this.res + + if (hasListeners(this, 'directory')) { + this.emit('directory', res, path) + return + } + + if (this.hasTrailingSlash()) { + this.error(403) + return + } + + var loc = encodeUrl(collapseLeadingSlashes(this.path + '/')) + var doc = createHtmlDocument('Redirecting', 'Redirecting to ' + escapeHtml(loc)) + + // redirect + res.statusCode = 301 + res.setHeader('Content-Type', 'text/html; charset=UTF-8') + res.setHeader('Content-Length', Buffer.byteLength(doc)) + res.setHeader('Content-Security-Policy', "default-src 'none'") + res.setHeader('X-Content-Type-Options', 'nosniff') + res.setHeader('Location', loc) + res.end(doc) +} + +/** + * Pipe to `res. + * + * @param {Stream} res + * @return {Stream} res + * @api public + */ + +SendStream.prototype.pipe = function pipe (res) { + // root path + var root = this._root + + // references + this.res = res + + // decode the path + var path = decode(this.path) + if (path === -1) { + this.error(400) + return res + } + + // null byte(s) + if (~path.indexOf('\0')) { + this.error(400) + return res + } + + var parts + if (root !== null) { + // normalize + if (path) { + path = normalize('.' + sep + path) + } + + // malicious path + if (UP_PATH_REGEXP.test(path)) { + debug('malicious path "%s"', path) + this.error(403) + return res + } + + // explode path parts + parts = path.split(sep) + + // join / normalize from optional root dir + path = normalize(join(root, path)) + } else { + // ".." is malicious without "root" + if (UP_PATH_REGEXP.test(path)) { + debug('malicious path "%s"', path) + this.error(403) + return res + } + + // explode path parts + parts = normalize(path).split(sep) + + // resolve the path + path = resolve(path) + } + + // dotfile handling + if (containsDotFile(parts)) { + var access = this._dotfiles + + // legacy support + if (access === undefined) { + access = parts[parts.length - 1][0] === '.' + ? (this._hidden ? 'allow' : 'ignore') + : 'allow' + } + + debug('%s dotfile "%s"', access, path) + switch (access) { + case 'allow': + break + case 'deny': + this.error(403) + return res + case 'ignore': + default: + this.error(404) + return res + } + } + + // index file support + if (this._index.length && this.hasTrailingSlash()) { + this.sendIndex(path) + return res + } + + this.sendFile(path) + return res +} + +/** + * Transfer `path`. + * + * @param {String} path + * @api public + */ + +SendStream.prototype.send = function send (path, stat) { + var len = stat.size + var options = this.options + var opts = {} + var res = this.res + var req = this.req + var ranges = req.headers.range + var offset = options.start || 0 + + if (headersSent(res)) { + // impossible to send now + this.headersAlreadySent() + return + } + + debug('pipe "%s"', path) + + // set header fields + this.setHeader(path, stat) + + // set content-type + this.type(path) + + // conditional GET support + if (this.isConditionalGET()) { + if (this.isPreconditionFailure()) { + this.error(412) + return + } + + if (this.isCachable() && this.isFresh()) { + this.notModified() + return + } + } + + // adjust len to start/end options + len = Math.max(0, len - offset) + if (options.end !== undefined) { + var bytes = options.end - offset + 1 + if (len > bytes) len = bytes + } + + // Range support + if (this._acceptRanges && BYTES_RANGE_REGEXP.test(ranges)) { + // parse + ranges = parseRange(len, ranges, { + combine: true + }) + + // If-Range support + if (!this.isRangeFresh()) { + debug('range stale') + ranges = -2 + } + + // unsatisfiable + if (ranges === -1) { + debug('range unsatisfiable') + + // Content-Range + res.setHeader('Content-Range', contentRange('bytes', len)) + + // 416 Requested Range Not Satisfiable + return this.error(416, { + headers: { 'Content-Range': res.getHeader('Content-Range') } + }) + } + + // valid (syntactically invalid/multiple ranges are treated as a regular response) + if (ranges !== -2 && ranges.length === 1) { + debug('range %j', ranges) + + // Content-Range + res.statusCode = 206 + res.setHeader('Content-Range', contentRange('bytes', len, ranges[0])) + + // adjust for requested range + offset += ranges[0].start + len = ranges[0].end - ranges[0].start + 1 + } + } + + // clone options + for (var prop in options) { + opts[prop] = options[prop] + } + + // set read options + opts.start = offset + opts.end = Math.max(offset, offset + len - 1) + + // content-length + res.setHeader('Content-Length', len) + + // HEAD support + if (req.method === 'HEAD') { + res.end() + return + } + + this.stream(path, opts) +} + +/** + * Transfer file for `path`. + * + * @param {String} path + * @api private + */ +SendStream.prototype.sendFile = function sendFile (path) { + var i = 0 + var self = this + + debug('stat "%s"', path) + fs.stat(path, function onstat (err, stat) { + if (err && err.code === 'ENOENT' && !extname(path) && path[path.length - 1] !== sep) { + // not found, check extensions + return next(err) + } + if (err) return self.onStatError(err) + if (stat.isDirectory()) return self.redirect(path) + self.emit('file', path, stat) + self.send(path, stat) + }) + + function next (err) { + if (self._extensions.length <= i) { + return err + ? self.onStatError(err) + : self.error(404) + } + + var p = path + '.' + self._extensions[i++] + + debug('stat "%s"', p) + fs.stat(p, function (err, stat) { + if (err) return next(err) + if (stat.isDirectory()) return next() + self.emit('file', p, stat) + self.send(p, stat) + }) + } +} + +/** + * Transfer index for `path`. + * + * @param {String} path + * @api private + */ +SendStream.prototype.sendIndex = function sendIndex (path) { + var i = -1 + var self = this + + function next (err) { + if (++i >= self._index.length) { + if (err) return self.onStatError(err) + return self.error(404) + } + + var p = join(path, self._index[i]) + + debug('stat "%s"', p) + fs.stat(p, function (err, stat) { + if (err) return next(err) + if (stat.isDirectory()) return next() + self.emit('file', p, stat) + self.send(p, stat) + }) + } + + next() +} + +/** + * Stream `path` to the response. + * + * @param {String} path + * @param {Object} options + * @api private + */ + +SendStream.prototype.stream = function stream (path, options) { + var self = this + var res = this.res + + // pipe + var stream = fs.createReadStream(path, options) + this.emit('stream', stream) + stream.pipe(res) + + // cleanup + function cleanup () { + destroy(stream, true) + } + + // response finished, cleanup + onFinished(res, cleanup) + + // error handling + stream.on('error', function onerror (err) { + // clean up stream early + cleanup() + + // error + self.onStatError(err) + }) + + // end + stream.on('end', function onend () { + self.emit('end') + }) +} + +/** + * Set content-type based on `path` + * if it hasn't been explicitly set. + * + * @param {String} path + * @api private + */ + +SendStream.prototype.type = function type (path) { + var res = this.res + + if (res.getHeader('Content-Type')) return + + var type = mime.lookup(path) + + if (!type) { + debug('no content-type') + return + } + + var charset = mime.charsets.lookup(type) + + debug('content-type %s', type) + res.setHeader('Content-Type', type + (charset ? '; charset=' + charset : '')) +} + +/** + * Set response header fields, most + * fields may be pre-defined. + * + * @param {String} path + * @param {Object} stat + * @api private + */ + +SendStream.prototype.setHeader = function setHeader (path, stat) { + var res = this.res + + this.emit('headers', res, path, stat) + + if (this._acceptRanges && !res.getHeader('Accept-Ranges')) { + debug('accept ranges') + res.setHeader('Accept-Ranges', 'bytes') + } + + if (this._cacheControl && !res.getHeader('Cache-Control')) { + var cacheControl = 'public, max-age=' + Math.floor(this._maxage / 1000) + + if (this._immutable) { + cacheControl += ', immutable' + } + + debug('cache-control %s', cacheControl) + res.setHeader('Cache-Control', cacheControl) + } + + if (this._lastModified && !res.getHeader('Last-Modified')) { + var modified = stat.mtime.toUTCString() + debug('modified %s', modified) + res.setHeader('Last-Modified', modified) + } + + if (this._etag && !res.getHeader('ETag')) { + var val = etag(stat) + debug('etag %s', val) + res.setHeader('ETag', val) + } +} + +/** + * Clear all headers from a response. + * + * @param {object} res + * @private + */ + +function clearHeaders (res) { + var headers = getHeaderNames(res) + + for (var i = 0; i < headers.length; i++) { + res.removeHeader(headers[i]) + } +} + +/** + * Collapse all leading slashes into a single slash + * + * @param {string} str + * @private + */ +function collapseLeadingSlashes (str) { + for (var i = 0; i < str.length; i++) { + if (str[i] !== '/') { + break + } + } + + return i > 1 + ? '/' + str.substr(i) + : str +} + +/** + * Determine if path parts contain a dotfile. + * + * @api private + */ + +function containsDotFile (parts) { + for (var i = 0; i < parts.length; i++) { + var part = parts[i] + if (part.length > 1 && part[0] === '.') { + return true + } + } + + return false +} + +/** + * Create a Content-Range header. + * + * @param {string} type + * @param {number} size + * @param {array} [range] + */ + +function contentRange (type, size, range) { + return type + ' ' + (range ? range.start + '-' + range.end : '*') + '/' + size +} + +/** + * Create a minimal HTML document. + * + * @param {string} title + * @param {string} body + * @private + */ + +function createHtmlDocument (title, body) { + return '\n' + + '\n' + + '\n' + + '\n' + + '' + title + '\n' + + '\n' + + '\n' + + '
' + body + '
\n' + + '\n' + + '\n' +} + +/** + * Create a HttpError object from simple arguments. + * + * @param {number} status + * @param {Error|object} err + * @private + */ + +function createHttpError (status, err) { + if (!err) { + return createError(status) + } + + return err instanceof Error + ? createError(status, err, { expose: false }) + : createError(status, err) +} + +/** + * decodeURIComponent. + * + * Allows V8 to only deoptimize this fn instead of all + * of send(). + * + * @param {String} path + * @api private + */ + +function decode (path) { + try { + return decodeURIComponent(path) + } catch (err) { + return -1 + } +} + +/** + * Get the header names on a respnse. + * + * @param {object} res + * @returns {array[string]} + * @private + */ + +function getHeaderNames (res) { + return typeof res.getHeaderNames !== 'function' + ? Object.keys(res._headers || {}) + : res.getHeaderNames() +} + +/** + * Determine if emitter has listeners of a given type. + * + * The way to do this check is done three different ways in Node.js >= 0.8 + * so this consolidates them into a minimal set using instance methods. + * + * @param {EventEmitter} emitter + * @param {string} type + * @returns {boolean} + * @private + */ + +function hasListeners (emitter, type) { + var count = typeof emitter.listenerCount !== 'function' + ? emitter.listeners(type).length + : emitter.listenerCount(type) + + return count > 0 +} + +/** + * Determine if the response headers have been sent. + * + * @param {object} res + * @returns {boolean} + * @private + */ + +function headersSent (res) { + return typeof res.headersSent !== 'boolean' + ? Boolean(res._header) + : res.headersSent +} + +/** + * Normalize the index option into an array. + * + * @param {boolean|string|array} val + * @param {string} name + * @private + */ + +function normalizeList (val, name) { + var list = [].concat(val || []) + + for (var i = 0; i < list.length; i++) { + if (typeof list[i] !== 'string') { + throw new TypeError(name + ' must be array of strings or false') + } + } + + return list +} + +/** + * Parse an HTTP Date into a number. + * + * @param {string} date + * @private + */ + +function parseHttpDate (date) { + var timestamp = date && Date.parse(date) + + return typeof timestamp === 'number' + ? timestamp + : NaN +} + +/** + * Parse a HTTP token list. + * + * @param {string} str + * @private + */ + +function parseTokenList (str) { + var end = 0 + var list = [] + var start = 0 + + // gather tokens + for (var i = 0, len = str.length; i < len; i++) { + switch (str.charCodeAt(i)) { + case 0x20: /* */ + if (start === end) { + start = end = i + 1 + } + break + case 0x2c: /* , */ + if (start !== end) { + list.push(str.substring(start, end)) + } + start = end = i + 1 + break + default: + end = i + 1 + break + } + } + + // final token + if (start !== end) { + list.push(str.substring(start, end)) + } + + return list +} + +/** + * Set an object of headers on a response. + * + * @param {object} res + * @param {object} headers + * @private + */ + +function setHeaders (res, headers) { + var keys = Object.keys(headers) + + for (var i = 0; i < keys.length; i++) { + var key = keys[i] + res.setHeader(key, headers[key]) + } +} diff --git a/node_modules/send/node_modules/encodeurl/HISTORY.md b/node_modules/send/node_modules/encodeurl/HISTORY.md new file mode 100644 index 0000000..41313b2 --- /dev/null +++ b/node_modules/send/node_modules/encodeurl/HISTORY.md @@ -0,0 +1,14 @@ +1.0.2 / 2018-01-21 +================== + + * Fix encoding `%` as last character + +1.0.1 / 2016-06-09 +================== + + * Fix encoding unpaired surrogates at start/end of string + +1.0.0 / 2016-06-08 +================== + + * Initial release diff --git a/node_modules/send/node_modules/encodeurl/LICENSE b/node_modules/send/node_modules/encodeurl/LICENSE new file mode 100644 index 0000000..8812229 --- /dev/null +++ b/node_modules/send/node_modules/encodeurl/LICENSE @@ -0,0 +1,22 @@ +(The MIT License) + +Copyright (c) 2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/send/node_modules/encodeurl/README.md b/node_modules/send/node_modules/encodeurl/README.md new file mode 100644 index 0000000..127c5a0 --- /dev/null +++ b/node_modules/send/node_modules/encodeurl/README.md @@ -0,0 +1,128 @@ +# encodeurl + +[![NPM Version][npm-image]][npm-url] +[![NPM Downloads][downloads-image]][downloads-url] +[![Node.js Version][node-version-image]][node-version-url] +[![Build Status][travis-image]][travis-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +Encode a URL to a percent-encoded form, excluding already-encoded sequences + +## Installation + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```sh +$ npm install encodeurl +``` + +## API + +```js +var encodeUrl = require('encodeurl') +``` + +### encodeUrl(url) + +Encode a URL to a percent-encoded form, excluding already-encoded sequences. + +This function will take an already-encoded URL and encode all the non-URL +code points (as UTF-8 byte sequences). This function will not encode the +"%" character unless it is not part of a valid sequence (`%20` will be +left as-is, but `%foo` will be encoded as `%25foo`). + +This encode is meant to be "safe" and does not throw errors. It will try as +hard as it can to properly encode the given URL, including replacing any raw, +unpaired surrogate pairs with the Unicode replacement character prior to +encoding. + +This function is _similar_ to the intrinsic function `encodeURI`, except it +will not encode the `%` character if that is part of a valid sequence, will +not encode `[` and `]` (for IPv6 hostnames) and will replace raw, unpaired +surrogate pairs with the Unicode replacement character (instead of throwing). + +## Examples + +### Encode a URL containing user-controled data + +```js +var encodeUrl = require('encodeurl') +var escapeHtml = require('escape-html') + +http.createServer(function onRequest (req, res) { + // get encoded form of inbound url + var url = encodeUrl(req.url) + + // create html message + var body = '

Location ' + escapeHtml(url) + ' not found

' + + // send a 404 + res.statusCode = 404 + res.setHeader('Content-Type', 'text/html; charset=UTF-8') + res.setHeader('Content-Length', String(Buffer.byteLength(body, 'utf-8'))) + res.end(body, 'utf-8') +}) +``` + +### Encode a URL for use in a header field + +```js +var encodeUrl = require('encodeurl') +var escapeHtml = require('escape-html') +var url = require('url') + +http.createServer(function onRequest (req, res) { + // parse inbound url + var href = url.parse(req) + + // set new host for redirect + href.host = 'localhost' + href.protocol = 'https:' + href.slashes = true + + // create location header + var location = encodeUrl(url.format(href)) + + // create html message + var body = '

Redirecting to new site: ' + escapeHtml(location) + '

' + + // send a 301 + res.statusCode = 301 + res.setHeader('Content-Type', 'text/html; charset=UTF-8') + res.setHeader('Content-Length', String(Buffer.byteLength(body, 'utf-8'))) + res.setHeader('Location', location) + res.end(body, 'utf-8') +}) +``` + +## Testing + +```sh +$ npm test +$ npm run lint +``` + +## References + +- [RFC 3986: Uniform Resource Identifier (URI): Generic Syntax][rfc-3986] +- [WHATWG URL Living Standard][whatwg-url] + +[rfc-3986]: https://tools.ietf.org/html/rfc3986 +[whatwg-url]: https://url.spec.whatwg.org/ + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/encodeurl.svg +[npm-url]: https://npmjs.org/package/encodeurl +[node-version-image]: https://img.shields.io/node/v/encodeurl.svg +[node-version-url]: https://nodejs.org/en/download +[travis-image]: https://img.shields.io/travis/pillarjs/encodeurl.svg +[travis-url]: https://travis-ci.org/pillarjs/encodeurl +[coveralls-image]: https://img.shields.io/coveralls/pillarjs/encodeurl.svg +[coveralls-url]: https://coveralls.io/r/pillarjs/encodeurl?branch=master +[downloads-image]: https://img.shields.io/npm/dm/encodeurl.svg +[downloads-url]: https://npmjs.org/package/encodeurl diff --git a/node_modules/send/node_modules/encodeurl/index.js b/node_modules/send/node_modules/encodeurl/index.js new file mode 100644 index 0000000..fc4906c --- /dev/null +++ b/node_modules/send/node_modules/encodeurl/index.js @@ -0,0 +1,60 @@ +/*! + * encodeurl + * Copyright(c) 2016 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module exports. + * @public + */ + +module.exports = encodeUrl + +/** + * RegExp to match non-URL code points, *after* encoding (i.e. not including "%") + * and including invalid escape sequences. + * @private + */ + +var ENCODE_CHARS_REGEXP = /(?:[^\x21\x25\x26-\x3B\x3D\x3F-\x5B\x5D\x5F\x61-\x7A\x7E]|%(?:[^0-9A-Fa-f]|[0-9A-Fa-f][^0-9A-Fa-f]|$))+/g + +/** + * RegExp to match unmatched surrogate pair. + * @private + */ + +var UNMATCHED_SURROGATE_PAIR_REGEXP = /(^|[^\uD800-\uDBFF])[\uDC00-\uDFFF]|[\uD800-\uDBFF]([^\uDC00-\uDFFF]|$)/g + +/** + * String to replace unmatched surrogate pair with. + * @private + */ + +var UNMATCHED_SURROGATE_PAIR_REPLACE = '$1\uFFFD$2' + +/** + * Encode a URL to a percent-encoded form, excluding already-encoded sequences. + * + * This function will take an already-encoded URL and encode all the non-URL + * code points. This function will not encode the "%" character unless it is + * not part of a valid sequence (`%20` will be left as-is, but `%foo` will + * be encoded as `%25foo`). + * + * This encode is meant to be "safe" and does not throw errors. It will try as + * hard as it can to properly encode the given URL, including replacing any raw, + * unpaired surrogate pairs with the Unicode replacement character prior to + * encoding. + * + * @param {string} url + * @return {string} + * @public + */ + +function encodeUrl (url) { + return String(url) + .replace(UNMATCHED_SURROGATE_PAIR_REGEXP, UNMATCHED_SURROGATE_PAIR_REPLACE) + .replace(ENCODE_CHARS_REGEXP, encodeURI) +} diff --git a/node_modules/send/node_modules/encodeurl/package.json b/node_modules/send/node_modules/encodeurl/package.json new file mode 100644 index 0000000..b9f25ef --- /dev/null +++ b/node_modules/send/node_modules/encodeurl/package.json @@ -0,0 +1,40 @@ +{ + "name": "encodeurl", + "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences", + "version": "1.0.2", + "contributors": [ + "Douglas Christopher Wilson " + ], + "license": "MIT", + "keywords": [ + "encode", + "encodeurl", + "url" + ], + "repository": "pillarjs/encodeurl", + "devDependencies": { + "eslint": "3.19.0", + "eslint-config-standard": "10.2.1", + "eslint-plugin-import": "2.8.0", + "eslint-plugin-node": "5.2.1", + "eslint-plugin-promise": "3.6.0", + "eslint-plugin-standard": "3.0.1", + "istanbul": "0.4.5", + "mocha": "2.5.3" + }, + "files": [ + "LICENSE", + "HISTORY.md", + "README.md", + "index.js" + ], + "engines": { + "node": ">= 0.8" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --reporter spec --bail --check-leaks test/", + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", + "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" + } +} diff --git a/node_modules/send/node_modules/ms/index.js b/node_modules/send/node_modules/ms/index.js new file mode 100644 index 0000000..ea734fb --- /dev/null +++ b/node_modules/send/node_modules/ms/index.js @@ -0,0 +1,162 @@ +/** + * Helpers. + */ + +var s = 1000; +var m = s * 60; +var h = m * 60; +var d = h * 24; +var w = d * 7; +var y = d * 365.25; + +/** + * Parse or format the given `val`. + * + * Options: + * + * - `long` verbose formatting [false] + * + * @param {String|Number} val + * @param {Object} [options] + * @throws {Error} throw an error if val is not a non-empty string or a number + * @return {String|Number} + * @api public + */ + +module.exports = function (val, options) { + options = options || {}; + var type = typeof val; + if (type === 'string' && val.length > 0) { + return parse(val); + } else if (type === 'number' && isFinite(val)) { + return options.long ? fmtLong(val) : fmtShort(val); + } + throw new Error( + 'val is not a non-empty string or a valid number. val=' + + JSON.stringify(val) + ); +}; + +/** + * Parse the given `str` and return milliseconds. + * + * @param {String} str + * @return {Number} + * @api private + */ + +function parse(str) { + str = String(str); + if (str.length > 100) { + return; + } + var match = /^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec( + str + ); + if (!match) { + return; + } + var n = parseFloat(match[1]); + var type = (match[2] || 'ms').toLowerCase(); + switch (type) { + case 'years': + case 'year': + case 'yrs': + case 'yr': + case 'y': + return n * y; + case 'weeks': + case 'week': + case 'w': + return n * w; + case 'days': + case 'day': + case 'd': + return n * d; + case 'hours': + case 'hour': + case 'hrs': + case 'hr': + case 'h': + return n * h; + case 'minutes': + case 'minute': + case 'mins': + case 'min': + case 'm': + return n * m; + case 'seconds': + case 'second': + case 'secs': + case 'sec': + case 's': + return n * s; + case 'milliseconds': + case 'millisecond': + case 'msecs': + case 'msec': + case 'ms': + return n; + default: + return undefined; + } +} + +/** + * Short format for `ms`. + * + * @param {Number} ms + * @return {String} + * @api private + */ + +function fmtShort(ms) { + var msAbs = Math.abs(ms); + if (msAbs >= d) { + return Math.round(ms / d) + 'd'; + } + if (msAbs >= h) { + return Math.round(ms / h) + 'h'; + } + if (msAbs >= m) { + return Math.round(ms / m) + 'm'; + } + if (msAbs >= s) { + return Math.round(ms / s) + 's'; + } + return ms + 'ms'; +} + +/** + * Long format for `ms`. + * + * @param {Number} ms + * @return {String} + * @api private + */ + +function fmtLong(ms) { + var msAbs = Math.abs(ms); + if (msAbs >= d) { + return plural(ms, msAbs, d, 'day'); + } + if (msAbs >= h) { + return plural(ms, msAbs, h, 'hour'); + } + if (msAbs >= m) { + return plural(ms, msAbs, m, 'minute'); + } + if (msAbs >= s) { + return plural(ms, msAbs, s, 'second'); + } + return ms + ' ms'; +} + +/** + * Pluralization helper. + */ + +function plural(ms, msAbs, n, name) { + var isPlural = msAbs >= n * 1.5; + return Math.round(ms / n) + ' ' + name + (isPlural ? 's' : ''); +} diff --git a/node_modules/send/node_modules/ms/license.md b/node_modules/send/node_modules/ms/license.md new file mode 100644 index 0000000..fa5d39b --- /dev/null +++ b/node_modules/send/node_modules/ms/license.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2020 Vercel, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/send/node_modules/ms/package.json b/node_modules/send/node_modules/ms/package.json new file mode 100644 index 0000000..4997189 --- /dev/null +++ b/node_modules/send/node_modules/ms/package.json @@ -0,0 +1,38 @@ +{ + "name": "ms", + "version": "2.1.3", + "description": "Tiny millisecond conversion utility", + "repository": "vercel/ms", + "main": "./index", + "files": [ + "index.js" + ], + "scripts": { + "precommit": "lint-staged", + "lint": "eslint lib/* bin/*", + "test": "mocha tests.js" + }, + "eslintConfig": { + "extends": "eslint:recommended", + "env": { + "node": true, + "es6": true + } + }, + "lint-staged": { + "*.js": [ + "npm run lint", + "prettier --single-quote --write", + "git add" + ] + }, + "license": "MIT", + "devDependencies": { + "eslint": "4.18.2", + "expect.js": "0.3.1", + "husky": "0.14.3", + "lint-staged": "5.0.0", + "mocha": "4.0.1", + "prettier": "2.0.5" + } +} diff --git a/node_modules/send/node_modules/ms/readme.md b/node_modules/send/node_modules/ms/readme.md new file mode 100644 index 0000000..0fc1abb --- /dev/null +++ b/node_modules/send/node_modules/ms/readme.md @@ -0,0 +1,59 @@ +# ms + +![CI](https://github.com/vercel/ms/workflows/CI/badge.svg) + +Use this package to easily convert various time formats to milliseconds. + +## Examples + +```js +ms('2 days') // 172800000 +ms('1d') // 86400000 +ms('10h') // 36000000 +ms('2.5 hrs') // 9000000 +ms('2h') // 7200000 +ms('1m') // 60000 +ms('5s') // 5000 +ms('1y') // 31557600000 +ms('100') // 100 +ms('-3 days') // -259200000 +ms('-1h') // -3600000 +ms('-200') // -200 +``` + +### Convert from Milliseconds + +```js +ms(60000) // "1m" +ms(2 * 60000) // "2m" +ms(-3 * 60000) // "-3m" +ms(ms('10 hours')) // "10h" +``` + +### Time Format Written-Out + +```js +ms(60000, { long: true }) // "1 minute" +ms(2 * 60000, { long: true }) // "2 minutes" +ms(-3 * 60000, { long: true }) // "-3 minutes" +ms(ms('10 hours'), { long: true }) // "10 hours" +``` + +## Features + +- Works both in [Node.js](https://nodejs.org) and in the browser +- If a number is supplied to `ms`, a string with a unit is returned +- If a string that contains the number is supplied, it returns it as a number (e.g.: it returns `100` for `'100'`) +- If you pass a string with a number and a valid unit, the number of equivalent milliseconds is returned + +## Related Packages + +- [ms.macro](https://github.com/knpwrs/ms.macro) - Run `ms` as a macro at build-time. + +## Caught a Bug? + +1. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device +2. Link the package to the global module directory: `npm link` +3. Within the module you want to test your local development instance of ms, just link it to the dependencies: `npm link ms`. Instead of the default one from npm, Node.js will now use your clone of ms! + +As always, you can run the tests using: `npm test` diff --git a/node_modules/send/package.json b/node_modules/send/package.json new file mode 100644 index 0000000..a3233e0 --- /dev/null +++ b/node_modules/send/package.json @@ -0,0 +1,62 @@ +{ + "name": "send", + "description": "Better streaming static file server with Range and conditional-GET support", + "version": "0.19.0", + "author": "TJ Holowaychuk ", + "contributors": [ + "Douglas Christopher Wilson ", + "James Wyatt Cready ", + "Jesús Leganés Combarro " + ], + "license": "MIT", + "repository": "pillarjs/send", + "keywords": [ + "static", + "file", + "server" + ], + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "devDependencies": { + "after": "0.8.2", + "eslint": "7.32.0", + "eslint-config-standard": "14.1.1", + "eslint-plugin-import": "2.25.4", + "eslint-plugin-markdown": "2.2.1", + "eslint-plugin-node": "11.1.0", + "eslint-plugin-promise": "5.2.0", + "eslint-plugin-standard": "4.1.0", + "mocha": "9.2.2", + "nyc": "15.1.0", + "supertest": "6.2.2" + }, + "files": [ + "HISTORY.md", + "LICENSE", + "README.md", + "SECURITY.md", + "index.js" + ], + "engines": { + "node": ">= 0.8.0" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --check-leaks --reporter spec --bail", + "test-ci": "nyc --reporter=lcov --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test" + } +} diff --git a/node_modules/serve-static/HISTORY.md b/node_modules/serve-static/HISTORY.md new file mode 100644 index 0000000..dccf667 --- /dev/null +++ b/node_modules/serve-static/HISTORY.md @@ -0,0 +1,487 @@ +1.16.2 / 2024-09-11 +=================== + +* deps: encodeurl@~2.0.0 + +1.16.1 / 2024-09-11 +=================== + +* deps: send@0.19.0 + +1.16.0 / 2024-09-10 +=================== + +* Remove link renderization in html while redirecting + + +1.15.0 / 2022-03-24 +=================== + + * deps: send@0.18.0 + - Fix emitted 416 error missing headers property + - Limit the headers removed for 304 response + - deps: depd@2.0.0 + - deps: destroy@1.2.0 + - deps: http-errors@2.0.0 + - deps: on-finished@2.4.1 + - deps: statuses@2.0.1 + +1.14.2 / 2021-12-15 +=================== + + * deps: send@0.17.2 + - deps: http-errors@1.8.1 + - deps: ms@2.1.3 + - pref: ignore empty http tokens + +1.14.1 / 2019-05-10 +=================== + + * Set stricter CSP header in redirect response + * deps: send@0.17.1 + - deps: range-parser@~1.2.1 + +1.14.0 / 2019-05-07 +=================== + + * deps: parseurl@~1.3.3 + * deps: send@0.17.0 + - deps: http-errors@~1.7.2 + - deps: mime@1.6.0 + - deps: ms@2.1.1 + - deps: statuses@~1.5.0 + - perf: remove redundant `path.normalize` call + +1.13.2 / 2018-02-07 +=================== + + * Fix incorrect end tag in redirects + * deps: encodeurl@~1.0.2 + - Fix encoding `%` as last character + * deps: send@0.16.2 + - deps: depd@~1.1.2 + - deps: encodeurl@~1.0.2 + - deps: statuses@~1.4.0 + +1.13.1 / 2017-09-29 +=================== + + * Fix regression when `root` is incorrectly set to a file + * deps: send@0.16.1 + +1.13.0 / 2017-09-27 +=================== + + * deps: send@0.16.0 + - Add 70 new types for file extensions + - Add `immutable` option + - Fix missing `` in default error & redirects + - Set charset as "UTF-8" for .js and .json + - Use instance methods on steam to check for listeners + - deps: mime@1.4.1 + - perf: improve path validation speed + +1.12.6 / 2017-09-22 +=================== + + * deps: send@0.15.6 + - deps: debug@2.6.9 + - perf: improve `If-Match` token parsing + * perf: improve slash collapsing + +1.12.5 / 2017-09-21 +=================== + + * deps: parseurl@~1.3.2 + - perf: reduce overhead for full URLs + - perf: unroll the "fast-path" `RegExp` + * deps: send@0.15.5 + - Fix handling of modified headers with invalid dates + - deps: etag@~1.8.1 + - deps: fresh@0.5.2 + +1.12.4 / 2017-08-05 +=================== + + * deps: send@0.15.4 + - deps: debug@2.6.8 + - deps: depd@~1.1.1 + - deps: http-errors@~1.6.2 + +1.12.3 / 2017-05-16 +=================== + + * deps: send@0.15.3 + - deps: debug@2.6.7 + +1.12.2 / 2017-04-26 +=================== + + * deps: send@0.15.2 + - deps: debug@2.6.4 + +1.12.1 / 2017-03-04 +=================== + + * deps: send@0.15.1 + - Fix issue when `Date.parse` does not return `NaN` on invalid date + - Fix strict violation in broken environments + +1.12.0 / 2017-02-25 +=================== + + * Send complete HTML document in redirect response + * Set default CSP header in redirect response + * deps: send@0.15.0 + - Fix false detection of `no-cache` request directive + - Fix incorrect result when `If-None-Match` has both `*` and ETags + - Fix weak `ETag` matching to match spec + - Remove usage of `res._headers` private field + - Support `If-Match` and `If-Unmodified-Since` headers + - Use `res.getHeaderNames()` when available + - Use `res.headersSent` when available + - deps: debug@2.6.1 + - deps: etag@~1.8.0 + - deps: fresh@0.5.0 + - deps: http-errors@~1.6.1 + +1.11.2 / 2017-01-23 +=================== + + * deps: send@0.14.2 + - deps: http-errors@~1.5.1 + - deps: ms@0.7.2 + - deps: statuses@~1.3.1 + +1.11.1 / 2016-06-10 +=================== + + * Fix redirect error when `req.url` contains raw non-URL characters + * deps: send@0.14.1 + +1.11.0 / 2016-06-07 +=================== + + * Use status code 301 for redirects + * deps: send@0.14.0 + - Add `acceptRanges` option + - Add `cacheControl` option + - Attempt to combine multiple ranges into single range + - Correctly inherit from `Stream` class + - Fix `Content-Range` header in 416 responses when using `start`/`end` options + - Fix `Content-Range` header missing from default 416 responses + - Ignore non-byte `Range` headers + - deps: http-errors@~1.5.0 + - deps: range-parser@~1.2.0 + - deps: statuses@~1.3.0 + - perf: remove argument reassignment + +1.10.3 / 2016-05-30 +=================== + + * deps: send@0.13.2 + - Fix invalid `Content-Type` header when `send.mime.default_type` unset + +1.10.2 / 2016-01-19 +=================== + + * deps: parseurl@~1.3.1 + - perf: enable strict mode + +1.10.1 / 2016-01-16 +=================== + + * deps: escape-html@~1.0.3 + - perf: enable strict mode + - perf: optimize string replacement + - perf: use faster string coercion + * deps: send@0.13.1 + - deps: depd@~1.1.0 + - deps: destroy@~1.0.4 + - deps: escape-html@~1.0.3 + - deps: range-parser@~1.0.3 + +1.10.0 / 2015-06-17 +=================== + + * Add `fallthrough` option + - Allows declaring this middleware is the final destination + - Provides better integration with Express patterns + * Fix reading options from options prototype + * Improve the default redirect response headers + * deps: escape-html@1.0.2 + * deps: send@0.13.0 + - Allow Node.js HTTP server to set `Date` response header + - Fix incorrectly removing `Content-Location` on 304 response + - Improve the default redirect response headers + - Send appropriate headers on default error response + - Use `http-errors` for standard emitted errors + - Use `statuses` instead of `http` module for status messages + - deps: escape-html@1.0.2 + - deps: etag@~1.7.0 + - deps: fresh@0.3.0 + - deps: on-finished@~2.3.0 + - perf: enable strict mode + - perf: remove unnecessary array allocations + * perf: enable strict mode + * perf: remove argument reassignment + +1.9.3 / 2015-05-14 +================== + + * deps: send@0.12.3 + - deps: debug@~2.2.0 + - deps: depd@~1.0.1 + - deps: etag@~1.6.0 + - deps: ms@0.7.1 + - deps: on-finished@~2.2.1 + +1.9.2 / 2015-03-14 +================== + + * deps: send@0.12.2 + - Throw errors early for invalid `extensions` or `index` options + - deps: debug@~2.1.3 + +1.9.1 / 2015-02-17 +================== + + * deps: send@0.12.1 + - Fix regression sending zero-length files + +1.9.0 / 2015-02-16 +================== + + * deps: send@0.12.0 + - Always read the stat size from the file + - Fix mutating passed-in `options` + - deps: mime@1.3.4 + +1.8.1 / 2015-01-20 +================== + + * Fix redirect loop in Node.js 0.11.14 + * deps: send@0.11.1 + - Fix root path disclosure + +1.8.0 / 2015-01-05 +================== + + * deps: send@0.11.0 + - deps: debug@~2.1.1 + - deps: etag@~1.5.1 + - deps: ms@0.7.0 + - deps: on-finished@~2.2.0 + +1.7.2 / 2015-01-02 +================== + + * Fix potential open redirect when mounted at root + +1.7.1 / 2014-10-22 +================== + + * deps: send@0.10.1 + - deps: on-finished@~2.1.1 + +1.7.0 / 2014-10-15 +================== + + * deps: send@0.10.0 + - deps: debug@~2.1.0 + - deps: depd@~1.0.0 + - deps: etag@~1.5.0 + +1.6.5 / 2015-02-04 +================== + + * Fix potential open redirect when mounted at root + - Back-ported from v1.7.2 + +1.6.4 / 2014-10-08 +================== + + * Fix redirect loop when index file serving disabled + +1.6.3 / 2014-09-24 +================== + + * deps: send@0.9.3 + - deps: etag@~1.4.0 + +1.6.2 / 2014-09-15 +================== + + * deps: send@0.9.2 + - deps: depd@0.4.5 + - deps: etag@~1.3.1 + - deps: range-parser@~1.0.2 + +1.6.1 / 2014-09-07 +================== + + * deps: send@0.9.1 + - deps: fresh@0.2.4 + +1.6.0 / 2014-09-07 +================== + + * deps: send@0.9.0 + - Add `lastModified` option + - Use `etag` to generate `ETag` header + - deps: debug@~2.0.0 + +1.5.4 / 2014-09-04 +================== + + * deps: send@0.8.5 + - Fix a path traversal issue when using `root` + - Fix malicious path detection for empty string path + +1.5.3 / 2014-08-17 +================== + + * deps: send@0.8.3 + +1.5.2 / 2014-08-14 +================== + + * deps: send@0.8.2 + - Work around `fd` leak in Node.js 0.10 for `fs.ReadStream` + +1.5.1 / 2014-08-09 +================== + + * Fix parsing of weird `req.originalUrl` values + * deps: parseurl@~1.3.0 + * deps: utils-merge@1.0.0 + +1.5.0 / 2014-08-05 +================== + + * deps: send@0.8.1 + - Add `extensions` option + +1.4.4 / 2014-08-04 +================== + + * deps: send@0.7.4 + - Fix serving index files without root dir + +1.4.3 / 2014-07-29 +================== + + * deps: send@0.7.3 + - Fix incorrect 403 on Windows and Node.js 0.11 + +1.4.2 / 2014-07-27 +================== + + * deps: send@0.7.2 + - deps: depd@0.4.4 + +1.4.1 / 2014-07-26 +================== + + * deps: send@0.7.1 + - deps: depd@0.4.3 + +1.4.0 / 2014-07-21 +================== + + * deps: parseurl@~1.2.0 + - Cache URLs based on original value + - Remove no-longer-needed URL mis-parse work-around + - Simplify the "fast-path" `RegExp` + * deps: send@0.7.0 + - Add `dotfiles` option + - deps: debug@1.0.4 + - deps: depd@0.4.2 + +1.3.2 / 2014-07-11 +================== + + * deps: send@0.6.0 + - Cap `maxAge` value to 1 year + - deps: debug@1.0.3 + +1.3.1 / 2014-07-09 +================== + + * deps: parseurl@~1.1.3 + - faster parsing of href-only URLs + +1.3.0 / 2014-06-28 +================== + + * Add `setHeaders` option + * Include HTML link in redirect response + * deps: send@0.5.0 + - Accept string for `maxAge` (converted by `ms`) + +1.2.3 / 2014-06-11 +================== + + * deps: send@0.4.3 + - Do not throw un-catchable error on file open race condition + - Use `escape-html` for HTML escaping + - deps: debug@1.0.2 + - deps: finished@1.2.2 + - deps: fresh@0.2.2 + +1.2.2 / 2014-06-09 +================== + + * deps: send@0.4.2 + - fix "event emitter leak" warnings + - deps: debug@1.0.1 + - deps: finished@1.2.1 + +1.2.1 / 2014-06-02 +================== + + * use `escape-html` for escaping + * deps: send@0.4.1 + - Send `max-age` in `Cache-Control` in correct format + +1.2.0 / 2014-05-29 +================== + + * deps: send@0.4.0 + - Calculate ETag with md5 for reduced collisions + - Fix wrong behavior when index file matches directory + - Ignore stream errors after request ends + - Skip directories in index file search + - deps: debug@0.8.1 + +1.1.0 / 2014-04-24 +================== + + * Accept options directly to `send` module + * deps: send@0.3.0 + +1.0.4 / 2014-04-07 +================== + + * Resolve relative paths at middleware setup + * Use parseurl to parse the URL from request + +1.0.3 / 2014-03-20 +================== + + * Do not rely on connect-like environments + +1.0.2 / 2014-03-06 +================== + + * deps: send@0.2.0 + +1.0.1 / 2014-03-05 +================== + + * Add mime export for back-compat + +1.0.0 / 2014-03-05 +================== + + * Genesis from `connect` diff --git a/node_modules/serve-static/LICENSE b/node_modules/serve-static/LICENSE new file mode 100644 index 0000000..cbe62e8 --- /dev/null +++ b/node_modules/serve-static/LICENSE @@ -0,0 +1,25 @@ +(The MIT License) + +Copyright (c) 2010 Sencha Inc. +Copyright (c) 2011 LearnBoost +Copyright (c) 2011 TJ Holowaychuk +Copyright (c) 2014-2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/serve-static/README.md b/node_modules/serve-static/README.md new file mode 100644 index 0000000..262d944 --- /dev/null +++ b/node_modules/serve-static/README.md @@ -0,0 +1,257 @@ +# serve-static + +[![NPM Version][npm-version-image]][npm-url] +[![NPM Downloads][npm-downloads-image]][npm-url] +[![Linux Build][github-actions-ci-image]][github-actions-ci-url] +[![Windows Build][appveyor-image]][appveyor-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +## Install + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```sh +$ npm install serve-static +``` + +## API + +```js +var serveStatic = require('serve-static') +``` + +### serveStatic(root, options) + +Create a new middleware function to serve files from within a given root +directory. The file to serve will be determined by combining `req.url` +with the provided root directory. When a file is not found, instead of +sending a 404 response, this module will instead call `next()` to move on +to the next middleware, allowing for stacking and fall-backs. + +#### Options + +##### acceptRanges + +Enable or disable accepting ranged requests, defaults to true. +Disabling this will not send `Accept-Ranges` and ignore the contents +of the `Range` request header. + +##### cacheControl + +Enable or disable setting `Cache-Control` response header, defaults to +true. Disabling this will ignore the `immutable` and `maxAge` options. + +##### dotfiles + + Set how "dotfiles" are treated when encountered. A dotfile is a file +or directory that begins with a dot ("."). Note this check is done on +the path itself without checking if the path actually exists on the +disk. If `root` is specified, only the dotfiles above the root are +checked (i.e. the root itself can be within a dotfile when set +to "deny"). + + - `'allow'` No special treatment for dotfiles. + - `'deny'` Deny a request for a dotfile and 403/`next()`. + - `'ignore'` Pretend like the dotfile does not exist and 404/`next()`. + +The default value is similar to `'ignore'`, with the exception that this +default will not ignore the files within a directory that begins with a dot. + +##### etag + +Enable or disable etag generation, defaults to true. + +##### extensions + +Set file extension fallbacks. When set, if a file is not found, the given +extensions will be added to the file name and search for. The first that +exists will be served. Example: `['html', 'htm']`. + +The default value is `false`. + +##### fallthrough + +Set the middleware to have client errors fall-through as just unhandled +requests, otherwise forward a client error. The difference is that client +errors like a bad request or a request to a non-existent file will cause +this middleware to simply `next()` to your next middleware when this value +is `true`. When this value is `false`, these errors (even 404s), will invoke +`next(err)`. + +Typically `true` is desired such that multiple physical directories can be +mapped to the same web address or for routes to fill in non-existent files. + +The value `false` can be used if this middleware is mounted at a path that +is designed to be strictly a single file system directory, which allows for +short-circuiting 404s for less overhead. This middleware will also reply to +all methods. + +The default value is `true`. + +##### immutable + +Enable or disable the `immutable` directive in the `Cache-Control` response +header, defaults to `false`. If set to `true`, the `maxAge` option should +also be specified to enable caching. The `immutable` directive will prevent +supported clients from making conditional requests during the life of the +`maxAge` option to check if the file has changed. + +##### index + +By default this module will send "index.html" files in response to a request +on a directory. To disable this set `false` or to supply a new index pass a +string or an array in preferred order. + +##### lastModified + +Enable or disable `Last-Modified` header, defaults to true. Uses the file +system's last modified value. + +##### maxAge + +Provide a max-age in milliseconds for http caching, defaults to 0. This +can also be a string accepted by the [ms](https://www.npmjs.org/package/ms#readme) +module. + +##### redirect + +Redirect to trailing "/" when the pathname is a dir. Defaults to `true`. + +##### setHeaders + +Function to set custom headers on response. Alterations to the headers need to +occur synchronously. The function is called as `fn(res, path, stat)`, where +the arguments are: + + - `res` the response object + - `path` the file path that is being sent + - `stat` the stat object of the file that is being sent + +## Examples + +### Serve files with vanilla node.js http server + +```js +var finalhandler = require('finalhandler') +var http = require('http') +var serveStatic = require('serve-static') + +// Serve up public/ftp folder +var serve = serveStatic('public/ftp', { index: ['index.html', 'index.htm'] }) + +// Create server +var server = http.createServer(function onRequest (req, res) { + serve(req, res, finalhandler(req, res)) +}) + +// Listen +server.listen(3000) +``` + +### Serve all files as downloads + +```js +var contentDisposition = require('content-disposition') +var finalhandler = require('finalhandler') +var http = require('http') +var serveStatic = require('serve-static') + +// Serve up public/ftp folder +var serve = serveStatic('public/ftp', { + index: false, + setHeaders: setHeaders +}) + +// Set header to force download +function setHeaders (res, path) { + res.setHeader('Content-Disposition', contentDisposition(path)) +} + +// Create server +var server = http.createServer(function onRequest (req, res) { + serve(req, res, finalhandler(req, res)) +}) + +// Listen +server.listen(3000) +``` + +### Serving using express + +#### Simple + +This is a simple example of using Express. + +```js +var express = require('express') +var serveStatic = require('serve-static') + +var app = express() + +app.use(serveStatic('public/ftp', { index: ['default.html', 'default.htm'] })) +app.listen(3000) +``` + +#### Multiple roots + +This example shows a simple way to search through multiple directories. +Files are searched for in `public-optimized/` first, then `public/` second +as a fallback. + +```js +var express = require('express') +var path = require('path') +var serveStatic = require('serve-static') + +var app = express() + +app.use(serveStatic(path.join(__dirname, 'public-optimized'))) +app.use(serveStatic(path.join(__dirname, 'public'))) +app.listen(3000) +``` + +#### Different settings for paths + +This example shows how to set a different max age depending on the served +file type. In this example, HTML files are not cached, while everything else +is for 1 day. + +```js +var express = require('express') +var path = require('path') +var serveStatic = require('serve-static') + +var app = express() + +app.use(serveStatic(path.join(__dirname, 'public'), { + maxAge: '1d', + setHeaders: setCustomCacheControl +})) + +app.listen(3000) + +function setCustomCacheControl (res, path) { + if (serveStatic.mime.lookup(path) === 'text/html') { + // Custom Cache-Control for HTML files + res.setHeader('Cache-Control', 'public, max-age=0') + } +} +``` + +## License + +[MIT](LICENSE) + +[appveyor-image]: https://badgen.net/appveyor/ci/dougwilson/serve-static/master?label=windows +[appveyor-url]: https://ci.appveyor.com/project/dougwilson/serve-static +[coveralls-image]: https://badgen.net/coveralls/c/github/expressjs/serve-static/master +[coveralls-url]: https://coveralls.io/r/expressjs/serve-static?branch=master +[github-actions-ci-image]: https://badgen.net/github/checks/expressjs/serve-static/master?label=linux +[github-actions-ci-url]: https://github.com/expressjs/serve-static/actions/workflows/ci.yml +[node-image]: https://badgen.net/npm/node/serve-static +[node-url]: https://nodejs.org/en/download/ +[npm-downloads-image]: https://badgen.net/npm/dm/serve-static +[npm-url]: https://npmjs.org/package/serve-static +[npm-version-image]: https://badgen.net/npm/v/serve-static diff --git a/node_modules/serve-static/index.js b/node_modules/serve-static/index.js new file mode 100644 index 0000000..3f3e64e --- /dev/null +++ b/node_modules/serve-static/index.js @@ -0,0 +1,209 @@ +/*! + * serve-static + * Copyright(c) 2010 Sencha Inc. + * Copyright(c) 2011 TJ Holowaychuk + * Copyright(c) 2014-2016 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var encodeUrl = require('encodeurl') +var escapeHtml = require('escape-html') +var parseUrl = require('parseurl') +var resolve = require('path').resolve +var send = require('send') +var url = require('url') + +/** + * Module exports. + * @public + */ + +module.exports = serveStatic +module.exports.mime = send.mime + +/** + * @param {string} root + * @param {object} [options] + * @return {function} + * @public + */ + +function serveStatic (root, options) { + if (!root) { + throw new TypeError('root path required') + } + + if (typeof root !== 'string') { + throw new TypeError('root path must be a string') + } + + // copy options object + var opts = Object.create(options || null) + + // fall-though + var fallthrough = opts.fallthrough !== false + + // default redirect + var redirect = opts.redirect !== false + + // headers listener + var setHeaders = opts.setHeaders + + if (setHeaders && typeof setHeaders !== 'function') { + throw new TypeError('option setHeaders must be function') + } + + // setup options for send + opts.maxage = opts.maxage || opts.maxAge || 0 + opts.root = resolve(root) + + // construct directory listener + var onDirectory = redirect + ? createRedirectDirectoryListener() + : createNotFoundDirectoryListener() + + return function serveStatic (req, res, next) { + if (req.method !== 'GET' && req.method !== 'HEAD') { + if (fallthrough) { + return next() + } + + // method not allowed + res.statusCode = 405 + res.setHeader('Allow', 'GET, HEAD') + res.setHeader('Content-Length', '0') + res.end() + return + } + + var forwardError = !fallthrough + var originalUrl = parseUrl.original(req) + var path = parseUrl(req).pathname + + // make sure redirect occurs at mount + if (path === '/' && originalUrl.pathname.substr(-1) !== '/') { + path = '' + } + + // create send stream + var stream = send(req, path, opts) + + // add directory handler + stream.on('directory', onDirectory) + + // add headers listener + if (setHeaders) { + stream.on('headers', setHeaders) + } + + // add file listener for fallthrough + if (fallthrough) { + stream.on('file', function onFile () { + // once file is determined, always forward error + forwardError = true + }) + } + + // forward errors + stream.on('error', function error (err) { + if (forwardError || !(err.statusCode < 500)) { + next(err) + return + } + + next() + }) + + // pipe + stream.pipe(res) + } +} + +/** + * Collapse all leading slashes into a single slash + * @private + */ +function collapseLeadingSlashes (str) { + for (var i = 0; i < str.length; i++) { + if (str.charCodeAt(i) !== 0x2f /* / */) { + break + } + } + + return i > 1 + ? '/' + str.substr(i) + : str +} + +/** + * Create a minimal HTML document. + * + * @param {string} title + * @param {string} body + * @private + */ + +function createHtmlDocument (title, body) { + return '\n' + + '\n' + + '\n' + + '\n' + + '' + title + '\n' + + '\n' + + '\n' + + '
' + body + '
\n' + + '\n' + + '\n' +} + +/** + * Create a directory listener that just 404s. + * @private + */ + +function createNotFoundDirectoryListener () { + return function notFound () { + this.error(404) + } +} + +/** + * Create a directory listener that performs a redirect. + * @private + */ + +function createRedirectDirectoryListener () { + return function redirect (res) { + if (this.hasTrailingSlash()) { + this.error(404) + return + } + + // get original URL + var originalUrl = parseUrl.original(this.req) + + // append trailing slash + originalUrl.path = null + originalUrl.pathname = collapseLeadingSlashes(originalUrl.pathname + '/') + + // reformat the URL + var loc = encodeUrl(url.format(originalUrl)) + var doc = createHtmlDocument('Redirecting', 'Redirecting to ' + escapeHtml(loc)) + + // send redirect response + res.statusCode = 301 + res.setHeader('Content-Type', 'text/html; charset=UTF-8') + res.setHeader('Content-Length', Buffer.byteLength(doc)) + res.setHeader('Content-Security-Policy', "default-src 'none'") + res.setHeader('X-Content-Type-Options', 'nosniff') + res.setHeader('Location', loc) + res.end(doc) + } +} diff --git a/node_modules/serve-static/package.json b/node_modules/serve-static/package.json new file mode 100644 index 0000000..49d7542 --- /dev/null +++ b/node_modules/serve-static/package.json @@ -0,0 +1,42 @@ +{ + "name": "serve-static", + "description": "Serve static files", + "version": "1.16.2", + "author": "Douglas Christopher Wilson ", + "license": "MIT", + "repository": "expressjs/serve-static", + "dependencies": { + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.19.0" + }, + "devDependencies": { + "eslint": "7.32.0", + "eslint-config-standard": "14.1.1", + "eslint-plugin-import": "2.25.4", + "eslint-plugin-markdown": "2.2.1", + "eslint-plugin-node": "11.1.0", + "eslint-plugin-promise": "5.2.0", + "eslint-plugin-standard": "4.1.0", + "mocha": "9.2.2", + "nyc": "15.1.0", + "safe-buffer": "5.2.1", + "supertest": "6.2.2" + }, + "files": [ + "LICENSE", + "HISTORY.md", + "index.js" + ], + "engines": { + "node": ">= 0.8.0" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --reporter spec --bail --check-leaks test/", + "test-ci": "nyc --reporter=lcov --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test", + "version": "node scripts/version-history.js && git add HISTORY.md" + } +} diff --git a/node_modules/setprototypeof/LICENSE b/node_modules/setprototypeof/LICENSE new file mode 100644 index 0000000..61afa2f --- /dev/null +++ b/node_modules/setprototypeof/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2015, Wes Todd + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION +OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/setprototypeof/README.md b/node_modules/setprototypeof/README.md new file mode 100644 index 0000000..791eeff --- /dev/null +++ b/node_modules/setprototypeof/README.md @@ -0,0 +1,31 @@ +# Polyfill for `Object.setPrototypeOf` + +[![NPM Version](https://img.shields.io/npm/v/setprototypeof.svg)](https://npmjs.org/package/setprototypeof) +[![NPM Downloads](https://img.shields.io/npm/dm/setprototypeof.svg)](https://npmjs.org/package/setprototypeof) +[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/standard/standard) + +A simple cross platform implementation to set the prototype of an instianted object. Supports all modern browsers and at least back to IE8. + +## Usage: + +``` +$ npm install --save setprototypeof +``` + +```javascript +var setPrototypeOf = require('setprototypeof') + +var obj = {} +setPrototypeOf(obj, { + foo: function () { + return 'bar' + } +}) +obj.foo() // bar +``` + +TypeScript is also supported: + +```typescript +import setPrototypeOf from 'setprototypeof' +``` diff --git a/node_modules/setprototypeof/index.d.ts b/node_modules/setprototypeof/index.d.ts new file mode 100644 index 0000000..f108ecd --- /dev/null +++ b/node_modules/setprototypeof/index.d.ts @@ -0,0 +1,2 @@ +declare function setPrototypeOf(o: any, proto: object | null): any; +export = setPrototypeOf; diff --git a/node_modules/setprototypeof/index.js b/node_modules/setprototypeof/index.js new file mode 100644 index 0000000..c527055 --- /dev/null +++ b/node_modules/setprototypeof/index.js @@ -0,0 +1,17 @@ +'use strict' +/* eslint no-proto: 0 */ +module.exports = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array ? setProtoOf : mixinProperties) + +function setProtoOf (obj, proto) { + obj.__proto__ = proto + return obj +} + +function mixinProperties (obj, proto) { + for (var prop in proto) { + if (!Object.prototype.hasOwnProperty.call(obj, prop)) { + obj[prop] = proto[prop] + } + } + return obj +} diff --git a/node_modules/setprototypeof/package.json b/node_modules/setprototypeof/package.json new file mode 100644 index 0000000..f20915b --- /dev/null +++ b/node_modules/setprototypeof/package.json @@ -0,0 +1,38 @@ +{ + "name": "setprototypeof", + "version": "1.2.0", + "description": "A small polyfill for Object.setprototypeof", + "main": "index.js", + "typings": "index.d.ts", + "scripts": { + "test": "standard && mocha", + "testallversions": "npm run node010 && npm run node4 && npm run node6 && npm run node9 && npm run node11", + "testversion": "docker run -it --rm -v $(PWD):/usr/src/app -w /usr/src/app node:${NODE_VER} npm install mocha@${MOCHA_VER:-latest} && npm t", + "node010": "NODE_VER=0.10 MOCHA_VER=3 npm run testversion", + "node4": "NODE_VER=4 npm run testversion", + "node6": "NODE_VER=6 npm run testversion", + "node9": "NODE_VER=9 npm run testversion", + "node11": "NODE_VER=11 npm run testversion", + "prepublishOnly": "npm t", + "postpublish": "git push origin && git push origin --tags" + }, + "repository": { + "type": "git", + "url": "https://github.com/wesleytodd/setprototypeof.git" + }, + "keywords": [ + "polyfill", + "object", + "setprototypeof" + ], + "author": "Wes Todd", + "license": "ISC", + "bugs": { + "url": "https://github.com/wesleytodd/setprototypeof/issues" + }, + "homepage": "https://github.com/wesleytodd/setprototypeof", + "devDependencies": { + "mocha": "^6.1.4", + "standard": "^13.0.2" + } +} diff --git a/node_modules/setprototypeof/test/index.js b/node_modules/setprototypeof/test/index.js new file mode 100644 index 0000000..afeb4dd --- /dev/null +++ b/node_modules/setprototypeof/test/index.js @@ -0,0 +1,24 @@ +'use strict' +/* eslint-env mocha */ +/* eslint no-proto: 0 */ +var assert = require('assert') +var setPrototypeOf = require('..') + +describe('setProtoOf(obj, proto)', function () { + it('should merge objects', function () { + var obj = { a: 1, b: 2 } + var proto = { b: 3, c: 4 } + var mergeObj = setPrototypeOf(obj, proto) + + if (Object.getPrototypeOf) { + assert.strictEqual(Object.getPrototypeOf(obj), proto) + } else if ({ __proto__: [] } instanceof Array) { + assert.strictEqual(obj.__proto__, proto) + } else { + assert.strictEqual(obj.a, 1) + assert.strictEqual(obj.b, 2) + assert.strictEqual(obj.c, 4) + } + assert.strictEqual(mergeObj, obj) + }) +}) diff --git a/node_modules/side-channel-list/.editorconfig b/node_modules/side-channel-list/.editorconfig new file mode 100644 index 0000000..72e0eba --- /dev/null +++ b/node_modules/side-channel-list/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = tab +indent_size = 2 +trim_trailing_whitespace = true diff --git a/node_modules/side-channel-list/.eslintrc b/node_modules/side-channel-list/.eslintrc new file mode 100644 index 0000000..93978e7 --- /dev/null +++ b/node_modules/side-channel-list/.eslintrc @@ -0,0 +1,11 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "max-lines-per-function": 0, + "multiline-comment-style": 1, + "new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }], + }, +} diff --git a/node_modules/side-channel-list/.github/FUNDING.yml b/node_modules/side-channel-list/.github/FUNDING.yml new file mode 100644 index 0000000..eaff735 --- /dev/null +++ b/node_modules/side-channel-list/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: [ljharb] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: npm/side-channel-list +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/node_modules/side-channel-list/.nycrc b/node_modules/side-channel-list/.nycrc new file mode 100644 index 0000000..1826526 --- /dev/null +++ b/node_modules/side-channel-list/.nycrc @@ -0,0 +1,13 @@ +{ + "all": true, + "check-coverage": false, + "reporter": ["text-summary", "text", "html", "json"], + "lines": 86, + "statements": 85.93, + "functions": 82.43, + "branches": 76.06, + "exclude": [ + "coverage", + "test" + ] +} diff --git a/node_modules/side-channel-list/CHANGELOG.md b/node_modules/side-channel-list/CHANGELOG.md new file mode 100644 index 0000000..2ec51b7 --- /dev/null +++ b/node_modules/side-channel-list/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## v1.0.0 - 2024-12-10 + +### Commits + +- Initial implementation, tests, readme, types [`5d6baee`](https://github.com/ljharb/side-channel-list/commit/5d6baee5c9054a1238007f5a1dfc109a7a816251) +- Initial commit [`3ae784c`](https://github.com/ljharb/side-channel-list/commit/3ae784c63a47895fbaeed2a91ab54a8029a7a100) +- npm init [`07055a4`](https://github.com/ljharb/side-channel-list/commit/07055a4d139895565b199dba5fe2479c1a1b9e28) +- Only apps should have lockfiles [`9573058`](https://github.com/ljharb/side-channel-list/commit/9573058a47494e2d68f8c6c77b5d7fbe441949c1) diff --git a/node_modules/side-channel-list/LICENSE b/node_modules/side-channel-list/LICENSE new file mode 100644 index 0000000..f82f389 --- /dev/null +++ b/node_modules/side-channel-list/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/side-channel-list/README.md b/node_modules/side-channel-list/README.md new file mode 100644 index 0000000..d9c7a13 --- /dev/null +++ b/node_modules/side-channel-list/README.md @@ -0,0 +1,62 @@ +# side-channel-list [![Version Badge][npm-version-svg]][package-url] + +[![github actions][actions-image]][actions-url] +[![coverage][codecov-image]][codecov-url] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][npm-badge-png]][package-url] + +Store information about any JS value in a side channel, using a linked list. + +Warning: this implementation will leak memory until you `delete` the `key`. +Use [`side-channel`](https://npmjs.com/side-channel) for the best available strategy. + +## Getting started + +```sh +npm install --save side-channel-list +``` + +## Usage/Examples + +```js +const assert = require('assert'); +const getSideChannelList = require('side-channel-list'); + +const channel = getSideChannelList(); + +const key = {}; +assert.equal(channel.has(key), false); +assert.throws(() => channel.assert(key), TypeError); + +channel.set(key, 42); + +channel.assert(key); // does not throw +assert.equal(channel.has(key), true); +assert.equal(channel.get(key), 42); + +channel.delete(key); +assert.equal(channel.has(key), false); +assert.throws(() => channel.assert(key), TypeError); +``` + +## Tests + +Clone the repo, `npm install`, and run `npm test` + +[package-url]: https://npmjs.org/package/side-channel-list +[npm-version-svg]: https://versionbadg.es/ljharb/side-channel-list.svg +[deps-svg]: https://david-dm.org/ljharb/side-channel-list.svg +[deps-url]: https://david-dm.org/ljharb/side-channel-list +[dev-deps-svg]: https://david-dm.org/ljharb/side-channel-list/dev-status.svg +[dev-deps-url]: https://david-dm.org/ljharb/side-channel-list#info=devDependencies +[npm-badge-png]: https://nodei.co/npm/side-channel-list.png?downloads=true&stars=true +[license-image]: https://img.shields.io/npm/l/side-channel-list.svg +[license-url]: LICENSE +[downloads-image]: https://img.shields.io/npm/dm/side-channel-list.svg +[downloads-url]: https://npm-stat.com/charts.html?package=side-channel-list +[codecov-image]: https://codecov.io/gh/ljharb/side-channel-list/branch/main/graphs/badge.svg +[codecov-url]: https://app.codecov.io/gh/ljharb/side-channel-list/ +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/side-channel-list +[actions-url]: https://github.com/ljharb/side-channel-list/actions diff --git a/node_modules/side-channel-list/index.d.ts b/node_modules/side-channel-list/index.d.ts new file mode 100644 index 0000000..c9cabc8 --- /dev/null +++ b/node_modules/side-channel-list/index.d.ts @@ -0,0 +1,13 @@ +declare namespace getSideChannelList { + type Channel = { + assert: (key: K) => void; + has: (key: K) => boolean; + get: (key: K) => V | undefined; + set: (key: K, value: V) => void; + delete: (key: K) => boolean; + }; +} + +declare function getSideChannelList(): getSideChannelList.Channel; + +export = getSideChannelList; diff --git a/node_modules/side-channel-list/index.js b/node_modules/side-channel-list/index.js new file mode 100644 index 0000000..8d6f98c --- /dev/null +++ b/node_modules/side-channel-list/index.js @@ -0,0 +1,113 @@ +'use strict'; + +var inspect = require('object-inspect'); + +var $TypeError = require('es-errors/type'); + +/* +* This function traverses the list returning the node corresponding to the given key. +* +* That node is also moved to the head of the list, so that if it's accessed again we don't need to traverse the whole list. +* By doing so, all the recently used nodes can be accessed relatively quickly. +*/ +/** @type {import('./list.d.ts').listGetNode} */ +// eslint-disable-next-line consistent-return +var listGetNode = function (list, key, isDelete) { + /** @type {typeof list | NonNullable<(typeof list)['next']>} */ + var prev = list; + /** @type {(typeof list)['next']} */ + var curr; + // eslint-disable-next-line eqeqeq + for (; (curr = prev.next) != null; prev = curr) { + if (curr.key === key) { + prev.next = curr.next; + if (!isDelete) { + // eslint-disable-next-line no-extra-parens + curr.next = /** @type {NonNullable} */ (list.next); + list.next = curr; // eslint-disable-line no-param-reassign + } + return curr; + } + } +}; + +/** @type {import('./list.d.ts').listGet} */ +var listGet = function (objects, key) { + if (!objects) { + return void undefined; + } + var node = listGetNode(objects, key); + return node && node.value; +}; +/** @type {import('./list.d.ts').listSet} */ +var listSet = function (objects, key, value) { + var node = listGetNode(objects, key); + if (node) { + node.value = value; + } else { + // Prepend the new node to the beginning of the list + objects.next = /** @type {import('./list.d.ts').ListNode} */ ({ // eslint-disable-line no-param-reassign, no-extra-parens + key: key, + next: objects.next, + value: value + }); + } +}; +/** @type {import('./list.d.ts').listHas} */ +var listHas = function (objects, key) { + if (!objects) { + return false; + } + return !!listGetNode(objects, key); +}; +/** @type {import('./list.d.ts').listDelete} */ +// eslint-disable-next-line consistent-return +var listDelete = function (objects, key) { + if (objects) { + return listGetNode(objects, key, true); + } +}; + +/** @type {import('.')} */ +module.exports = function getSideChannelList() { + /** @typedef {ReturnType} Channel */ + /** @typedef {Parameters[0]} K */ + /** @typedef {Parameters[1]} V */ + + /** @type {import('./list.d.ts').RootNode | undefined} */ var $o; + + /** @type {Channel} */ + var channel = { + assert: function (key) { + if (!channel.has(key)) { + throw new $TypeError('Side channel does not contain ' + inspect(key)); + } + }, + 'delete': function (key) { + var root = $o && $o.next; + var deletedNode = listDelete($o, key); + if (deletedNode && root && root === deletedNode) { + $o = void undefined; + } + return !!deletedNode; + }, + get: function (key) { + return listGet($o, key); + }, + has: function (key) { + return listHas($o, key); + }, + set: function (key, value) { + if (!$o) { + // Initialize the linked list as an empty node, so that we don't have to special-case handling of the first node: we can always refer to it as (previous node).next, instead of something like (list).head + $o = { + next: void undefined + }; + } + // eslint-disable-next-line no-extra-parens + listSet(/** @type {NonNullable} */ ($o), key, value); + } + }; + // @ts-expect-error TODO: figure out why this is erroring + return channel; +}; diff --git a/node_modules/side-channel-list/list.d.ts b/node_modules/side-channel-list/list.d.ts new file mode 100644 index 0000000..2c759e2 --- /dev/null +++ b/node_modules/side-channel-list/list.d.ts @@ -0,0 +1,14 @@ +type ListNode = { + key: K; + next: undefined | ListNode; + value: T; +}; +type RootNode = { + next: undefined | ListNode; +}; + +export function listGetNode(list: RootNode, key: ListNode['key'], isDelete?: boolean): ListNode | undefined; +export function listGet(objects: undefined | RootNode, key: ListNode['key']): T | undefined; +export function listSet(objects: RootNode, key: ListNode['key'], value: T): void; +export function listHas(objects: undefined | RootNode, key: ListNode['key']): boolean; +export function listDelete(objects: undefined | RootNode, key: ListNode['key']): ListNode | undefined; diff --git a/node_modules/side-channel-list/package.json b/node_modules/side-channel-list/package.json new file mode 100644 index 0000000..ba0f5c5 --- /dev/null +++ b/node_modules/side-channel-list/package.json @@ -0,0 +1,77 @@ +{ + "name": "side-channel-list", + "version": "1.0.0", + "description": "Store information about any JS value in a side channel, using a linked list", + "main": "index.js", + "exports": { + ".": "./index.js", + "./package.json": "./package.json" + }, + "types": "./index.d.ts", + "scripts": { + "prepack": "npmignore --auto --commentLines=autogenerated", + "prepublishOnly": "safe-publish-latest", + "prepublish": "not-in-publish || npm run prepublishOnly", + "prelint": "evalmd README.md && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", + "lint": "eslint --ext=js,mjs .", + "postlint": "tsc -p . && attw -P", + "pretest": "npm run lint", + "tests-only": "nyc tape 'test/**/*.js'", + "test": "npm run tests-only", + "posttest": "npx npm@'>= 10.2' audit --production", + "version": "auto-changelog && git add CHANGELOG.md", + "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ljharb/side-channel-list.git" + }, + "keywords": [], + "author": "Jordan Harband ", + "funding": { + "url": "https://github.com/sponsors/ljharb" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/ljharb/side-channel-list/issues" + }, + "homepage": "https://github.com/ljharb/side-channel-list#readme", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3" + }, + "devDependencies": { + "@arethetypeswrong/cli": "^0.17.1", + "@ljharb/eslint-config": "^21.1.1", + "@ljharb/tsconfig": "^0.2.2", + "@types/object-inspect": "^1.13.0", + "@types/tape": "^5.6.5", + "auto-changelog": "^2.5.0", + "eclint": "^2.8.1", + "encoding": "^0.1.13", + "eslint": "=8.8.0", + "evalmd": "^0.0.19", + "in-publish": "^2.0.1", + "npmignore": "^0.3.1", + "nyc": "^10.3.2", + "safe-publish-latest": "^2.0.0", + "tape": "^5.9.0", + "typescript": "next" + }, + "auto-changelog": { + "output": "CHANGELOG.md", + "template": "keepachangelog", + "unreleased": false, + "commitLimit": false, + "backfillLimit": false, + "hideCredit": true + }, + "publishConfig": { + "ignore": [ + ".github/workflows" + ] + }, + "engines": { + "node": ">= 0.4" + } +} diff --git a/node_modules/side-channel-list/test/index.js b/node_modules/side-channel-list/test/index.js new file mode 100644 index 0000000..3ad4368 --- /dev/null +++ b/node_modules/side-channel-list/test/index.js @@ -0,0 +1,104 @@ +'use strict'; + +var test = require('tape'); + +var getSideChannelList = require('../'); + +test('getSideChannelList', function (t) { + t.test('export', function (st) { + st.equal(typeof getSideChannelList, 'function', 'is a function'); + + st.equal(getSideChannelList.length, 0, 'takes no arguments'); + + var channel = getSideChannelList(); + st.ok(channel, 'is truthy'); + st.equal(typeof channel, 'object', 'is an object'); + st.end(); + }); + + t.test('assert', function (st) { + var channel = getSideChannelList(); + st['throws']( + function () { channel.assert({}); }, + TypeError, + 'nonexistent value throws' + ); + + var o = {}; + channel.set(o, 'data'); + st.doesNotThrow(function () { channel.assert(o); }, 'existent value noops'); + + st.end(); + }); + + t.test('has', function (st) { + var channel = getSideChannelList(); + /** @type {unknown[]} */ var o = []; + + st.equal(channel.has(o), false, 'nonexistent value yields false'); + + channel.set(o, 'foo'); + st.equal(channel.has(o), true, 'existent value yields true'); + + st.equal(channel.has('abc'), false, 'non object value non existent yields false'); + + channel.set('abc', 'foo'); + st.equal(channel.has('abc'), true, 'non object value that exists yields true'); + + st.end(); + }); + + t.test('get', function (st) { + var channel = getSideChannelList(); + var o = {}; + st.equal(channel.get(o), undefined, 'nonexistent value yields undefined'); + + var data = {}; + channel.set(o, data); + st.equal(channel.get(o), data, '"get" yields data set by "set"'); + + st.end(); + }); + + t.test('set', function (st) { + var channel = getSideChannelList(); + var o = function () {}; + st.equal(channel.get(o), undefined, 'value not set'); + + channel.set(o, 42); + st.equal(channel.get(o), 42, 'value was set'); + + channel.set(o, Infinity); + st.equal(channel.get(o), Infinity, 'value was set again'); + + var o2 = {}; + channel.set(o2, 17); + st.equal(channel.get(o), Infinity, 'o is not modified'); + st.equal(channel.get(o2), 17, 'o2 is set'); + + channel.set(o, 14); + st.equal(channel.get(o), 14, 'o is modified'); + st.equal(channel.get(o2), 17, 'o2 is not modified'); + + st.end(); + }); + + t.test('delete', function (st) { + var channel = getSideChannelList(); + var o = {}; + st.equal(channel['delete']({}), false, 'nonexistent value yields false'); + + channel.set(o, 42); + st.equal(channel.has(o), true, 'value is set'); + + st.equal(channel['delete']({}), false, 'nonexistent value still yields false'); + + st.equal(channel['delete'](o), true, 'deleted value yields true'); + + st.equal(channel.has(o), false, 'value is no longer set'); + + st.end(); + }); + + t.end(); +}); diff --git a/node_modules/side-channel-list/tsconfig.json b/node_modules/side-channel-list/tsconfig.json new file mode 100644 index 0000000..d9a6668 --- /dev/null +++ b/node_modules/side-channel-list/tsconfig.json @@ -0,0 +1,9 @@ +{ + "extends": "@ljharb/tsconfig", + "compilerOptions": { + "target": "es2021", + }, + "exclude": [ + "coverage", + ], +} diff --git a/node_modules/side-channel-map/.editorconfig b/node_modules/side-channel-map/.editorconfig new file mode 100644 index 0000000..72e0eba --- /dev/null +++ b/node_modules/side-channel-map/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = tab +indent_size = 2 +trim_trailing_whitespace = true diff --git a/node_modules/side-channel-map/.eslintrc b/node_modules/side-channel-map/.eslintrc new file mode 100644 index 0000000..93978e7 --- /dev/null +++ b/node_modules/side-channel-map/.eslintrc @@ -0,0 +1,11 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "max-lines-per-function": 0, + "multiline-comment-style": 1, + "new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }], + }, +} diff --git a/node_modules/side-channel-map/.github/FUNDING.yml b/node_modules/side-channel-map/.github/FUNDING.yml new file mode 100644 index 0000000..f2891bd --- /dev/null +++ b/node_modules/side-channel-map/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: [ljharb] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: npm/side-channel-map +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/node_modules/side-channel-map/.nycrc b/node_modules/side-channel-map/.nycrc new file mode 100644 index 0000000..1826526 --- /dev/null +++ b/node_modules/side-channel-map/.nycrc @@ -0,0 +1,13 @@ +{ + "all": true, + "check-coverage": false, + "reporter": ["text-summary", "text", "html", "json"], + "lines": 86, + "statements": 85.93, + "functions": 82.43, + "branches": 76.06, + "exclude": [ + "coverage", + "test" + ] +} diff --git a/node_modules/side-channel-map/CHANGELOG.md b/node_modules/side-channel-map/CHANGELOG.md new file mode 100644 index 0000000..b6ccea9 --- /dev/null +++ b/node_modules/side-channel-map/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [v1.0.1](https://github.com/ljharb/side-channel-map/compare/v1.0.0...v1.0.1) - 2024-12-10 + +### Commits + +- [Deps] update `call-bound` [`6d05aaa`](https://github.com/ljharb/side-channel-map/commit/6d05aaa4ce5f2be4e7825df433d650696f0ba40f) +- [types] fix generics ordering [`11c0184`](https://github.com/ljharb/side-channel-map/commit/11c0184132ac11fdc16857e12682e148e5e9ee74) + +## v1.0.0 - 2024-12-10 + +### Commits + +- Initial implementation, tests, readme, types [`ad877b4`](https://github.com/ljharb/side-channel-map/commit/ad877b42926d46d63fff76a2bd01d2b4a01959a9) +- Initial commit [`28f8879`](https://github.com/ljharb/side-channel-map/commit/28f8879c512abe8fcf9b6a4dc7754a0287e5eba4) +- npm init [`2c9604e`](https://github.com/ljharb/side-channel-map/commit/2c9604e5aa40223e425ea7cea78f8a07697504bd) +- Only apps should have lockfiles [`5e7ba9c`](https://github.com/ljharb/side-channel-map/commit/5e7ba9cffe3ef42095815adc8ac1255b49bbadf5) diff --git a/node_modules/side-channel-map/LICENSE b/node_modules/side-channel-map/LICENSE new file mode 100644 index 0000000..f82f389 --- /dev/null +++ b/node_modules/side-channel-map/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/side-channel-map/README.md b/node_modules/side-channel-map/README.md new file mode 100644 index 0000000..8fa6f77 --- /dev/null +++ b/node_modules/side-channel-map/README.md @@ -0,0 +1,62 @@ +# side-channel-map [![Version Badge][npm-version-svg]][package-url] + +[![github actions][actions-image]][actions-url] +[![coverage][codecov-image]][codecov-url] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][npm-badge-png]][package-url] + +Store information about any JS value in a side channel, using a Map. + +Warning: if the `key` is an object, this implementation will leak memory until you `delete` it. +Use [`side-channel`](https://npmjs.com/side-channel) for the best available strategy. + +## Getting started + +```sh +npm install --save side-channel-map +``` + +## Usage/Examples + +```js +const assert = require('assert'); +const getSideChannelMap = require('side-channel-map'); + +const channel = getSideChannelMap(); + +const key = {}; +assert.equal(channel.has(key), false); +assert.throws(() => channel.assert(key), TypeError); + +channel.set(key, 42); + +channel.assert(key); // does not throw +assert.equal(channel.has(key), true); +assert.equal(channel.get(key), 42); + +channel.delete(key); +assert.equal(channel.has(key), false); +assert.throws(() => channel.assert(key), TypeError); +``` + +## Tests + +Clone the repo, `npm install`, and run `npm test` + +[package-url]: https://npmjs.org/package/side-channel-map +[npm-version-svg]: https://versionbadg.es/ljharb/side-channel-map.svg +[deps-svg]: https://david-dm.org/ljharb/side-channel-map.svg +[deps-url]: https://david-dm.org/ljharb/side-channel-map +[dev-deps-svg]: https://david-dm.org/ljharb/side-channel-map/dev-status.svg +[dev-deps-url]: https://david-dm.org/ljharb/side-channel-map#info=devDependencies +[npm-badge-png]: https://nodei.co/npm/side-channel-map.png?downloads=true&stars=true +[license-image]: https://img.shields.io/npm/l/side-channel-map.svg +[license-url]: LICENSE +[downloads-image]: https://img.shields.io/npm/dm/side-channel-map.svg +[downloads-url]: https://npm-stat.com/charts.html?package=side-channel-map +[codecov-image]: https://codecov.io/gh/ljharb/side-channel-map/branch/main/graphs/badge.svg +[codecov-url]: https://app.codecov.io/gh/ljharb/side-channel-map/ +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/side-channel-map +[actions-url]: https://github.com/ljharb/side-channel-map/actions diff --git a/node_modules/side-channel-map/index.d.ts b/node_modules/side-channel-map/index.d.ts new file mode 100644 index 0000000..de33e89 --- /dev/null +++ b/node_modules/side-channel-map/index.d.ts @@ -0,0 +1,15 @@ +declare namespace getSideChannelMap { + type Channel = { + assert: (key: K) => void; + has: (key: K) => boolean; + get: (key: K) => V | undefined; + set: (key: K, value: V) => void; + delete: (key: K) => boolean; + }; +} + +declare function getSideChannelMap(): getSideChannelMap.Channel; + +declare const x: false | typeof getSideChannelMap; + +export = x; diff --git a/node_modules/side-channel-map/index.js b/node_modules/side-channel-map/index.js new file mode 100644 index 0000000..e111100 --- /dev/null +++ b/node_modules/side-channel-map/index.js @@ -0,0 +1,68 @@ +'use strict'; + +var GetIntrinsic = require('get-intrinsic'); +var callBound = require('call-bound'); +var inspect = require('object-inspect'); + +var $TypeError = require('es-errors/type'); +var $Map = GetIntrinsic('%Map%', true); + +/** @type {(thisArg: Map, key: K) => V} */ +var $mapGet = callBound('Map.prototype.get', true); +/** @type {(thisArg: Map, key: K, value: V) => void} */ +var $mapSet = callBound('Map.prototype.set', true); +/** @type {(thisArg: Map, key: K) => boolean} */ +var $mapHas = callBound('Map.prototype.has', true); +/** @type {(thisArg: Map, key: K) => boolean} */ +var $mapDelete = callBound('Map.prototype.delete', true); +/** @type {(thisArg: Map) => number} */ +var $mapSize = callBound('Map.prototype.size', true); + +/** @type {import('.')} */ +module.exports = !!$Map && /** @type {Exclude} */ function getSideChannelMap() { + /** @typedef {ReturnType} Channel */ + /** @typedef {Parameters[0]} K */ + /** @typedef {Parameters[1]} V */ + + /** @type {Map | undefined} */ var $m; + + /** @type {Channel} */ + var channel = { + assert: function (key) { + if (!channel.has(key)) { + throw new $TypeError('Side channel does not contain ' + inspect(key)); + } + }, + 'delete': function (key) { + if ($m) { + var result = $mapDelete($m, key); + if ($mapSize($m) === 0) { + $m = void undefined; + } + return result; + } + return false; + }, + get: function (key) { // eslint-disable-line consistent-return + if ($m) { + return $mapGet($m, key); + } + }, + has: function (key) { + if ($m) { + return $mapHas($m, key); + } + return false; + }, + set: function (key, value) { + if (!$m) { + // @ts-expect-error TS can't handle narrowing a variable inside a closure + $m = new $Map(); + } + $mapSet($m, key, value); + } + }; + + // @ts-expect-error TODO: figure out why TS is erroring here + return channel; +}; diff --git a/node_modules/side-channel-map/package.json b/node_modules/side-channel-map/package.json new file mode 100644 index 0000000..18e8080 --- /dev/null +++ b/node_modules/side-channel-map/package.json @@ -0,0 +1,80 @@ +{ + "name": "side-channel-map", + "version": "1.0.1", + "description": "Store information about any JS value in a side channel, using a Map", + "main": "index.js", + "exports": { + ".": "./index.js", + "./package.json": "./package.json" + }, + "types": "./index.d.ts", + "scripts": { + "prepack": "npmignore --auto --commentLines=autogenerated", + "prepublishOnly": "safe-publish-latest", + "prepublish": "not-in-publish || npm run prepublishOnly", + "prelint": "evalmd README.md && eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", + "lint": "eslint --ext=js,mjs .", + "postlint": "tsc -p . && attw -P", + "pretest": "npm run lint", + "tests-only": "nyc tape 'test/**/*.js'", + "test": "npm run tests-only", + "posttest": "npx npm@'>= 10.2' audit --production", + "version": "auto-changelog && git add CHANGELOG.md", + "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ljharb/side-channel-map.git" + }, + "keywords": [], + "author": "Jordan Harband ", + "funding": { + "url": "https://github.com/sponsors/ljharb" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/ljharb/side-channel-map/issues" + }, + "homepage": "https://github.com/ljharb/side-channel-map#readme", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3" + }, + "devDependencies": { + "@arethetypeswrong/cli": "^0.17.1", + "@ljharb/eslint-config": "^21.1.1", + "@ljharb/tsconfig": "^0.2.2", + "@types/get-intrinsic": "^1.2.3", + "@types/object-inspect": "^1.13.0", + "@types/tape": "^5.6.5", + "auto-changelog": "^2.5.0", + "eclint": "^2.8.1", + "encoding": "^0.1.13", + "eslint": "=8.8.0", + "evalmd": "^0.0.19", + "in-publish": "^2.0.1", + "npmignore": "^0.3.1", + "nyc": "^10.3.2", + "safe-publish-latest": "^2.0.0", + "tape": "^5.9.0", + "typescript": "next" + }, + "auto-changelog": { + "output": "CHANGELOG.md", + "template": "keepachangelog", + "unreleased": false, + "commitLimit": false, + "backfillLimit": false, + "hideCredit": true + }, + "publishConfig": { + "ignore": [ + ".github/workflows" + ] + }, + "engines": { + "node": ">= 0.4" + } +} diff --git a/node_modules/side-channel-map/test/index.js b/node_modules/side-channel-map/test/index.js new file mode 100644 index 0000000..1743323 --- /dev/null +++ b/node_modules/side-channel-map/test/index.js @@ -0,0 +1,114 @@ +'use strict'; + +var test = require('tape'); + +var getSideChannelMap = require('../'); + +test('getSideChannelMap', { skip: typeof Map !== 'function' }, function (t) { + var getSideChannel = getSideChannelMap || function () { + throw new EvalError('should never happen'); + }; + + t.test('export', function (st) { + st.equal(typeof getSideChannel, 'function', 'is a function'); + + st.equal(getSideChannel.length, 0, 'takes no arguments'); + + var channel = getSideChannel(); + st.ok(channel, 'is truthy'); + st.equal(typeof channel, 'object', 'is an object'); + st.end(); + }); + + t.test('assert', function (st) { + var channel = getSideChannel(); + st['throws']( + function () { channel.assert({}); }, + TypeError, + 'nonexistent value throws' + ); + + var o = {}; + channel.set(o, 'data'); + st.doesNotThrow(function () { channel.assert(o); }, 'existent value noops'); + + st.end(); + }); + + t.test('has', function (st) { + var channel = getSideChannel(); + /** @type {unknown[]} */ var o = []; + + st.equal(channel.has(o), false, 'nonexistent value yields false'); + + channel.set(o, 'foo'); + st.equal(channel.has(o), true, 'existent value yields true'); + + st.equal(channel.has('abc'), false, 'non object value non existent yields false'); + + channel.set('abc', 'foo'); + st.equal(channel.has('abc'), true, 'non object value that exists yields true'); + + st.end(); + }); + + t.test('get', function (st) { + var channel = getSideChannel(); + var o = {}; + st.equal(channel.get(o), undefined, 'nonexistent value yields undefined'); + + var data = {}; + channel.set(o, data); + st.equal(channel.get(o), data, '"get" yields data set by "set"'); + + st.end(); + }); + + t.test('set', function (st) { + var channel = getSideChannel(); + var o = function () {}; + st.equal(channel.get(o), undefined, 'value not set'); + + channel.set(o, 42); + st.equal(channel.get(o), 42, 'value was set'); + + channel.set(o, Infinity); + st.equal(channel.get(o), Infinity, 'value was set again'); + + var o2 = {}; + channel.set(o2, 17); + st.equal(channel.get(o), Infinity, 'o is not modified'); + st.equal(channel.get(o2), 17, 'o2 is set'); + + channel.set(o, 14); + st.equal(channel.get(o), 14, 'o is modified'); + st.equal(channel.get(o2), 17, 'o2 is not modified'); + + st.end(); + }); + + t.test('delete', function (st) { + var channel = getSideChannel(); + var o = {}; + st.equal(channel['delete']({}), false, 'nonexistent value yields false'); + + channel.set(o, 42); + st.equal(channel.has(o), true, 'value is set'); + + st.equal(channel['delete']({}), false, 'nonexistent value still yields false'); + + st.equal(channel['delete'](o), true, 'deleted value yields true'); + + st.equal(channel.has(o), false, 'value is no longer set'); + + st.end(); + }); + + t.end(); +}); + +test('getSideChannelMap, no Maps', { skip: typeof Map === 'function' }, function (t) { + t.equal(getSideChannelMap, false, 'is false'); + + t.end(); +}); diff --git a/node_modules/side-channel-map/tsconfig.json b/node_modules/side-channel-map/tsconfig.json new file mode 100644 index 0000000..d9a6668 --- /dev/null +++ b/node_modules/side-channel-map/tsconfig.json @@ -0,0 +1,9 @@ +{ + "extends": "@ljharb/tsconfig", + "compilerOptions": { + "target": "es2021", + }, + "exclude": [ + "coverage", + ], +} diff --git a/node_modules/side-channel-weakmap/.editorconfig b/node_modules/side-channel-weakmap/.editorconfig new file mode 100644 index 0000000..72e0eba --- /dev/null +++ b/node_modules/side-channel-weakmap/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = tab +indent_size = 2 +trim_trailing_whitespace = true diff --git a/node_modules/side-channel-weakmap/.eslintrc b/node_modules/side-channel-weakmap/.eslintrc new file mode 100644 index 0000000..9b13ad8 --- /dev/null +++ b/node_modules/side-channel-weakmap/.eslintrc @@ -0,0 +1,12 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "id-length": 0, + "max-lines-per-function": 0, + "multiline-comment-style": 1, + "new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }], + }, +} diff --git a/node_modules/side-channel-weakmap/.github/FUNDING.yml b/node_modules/side-channel-weakmap/.github/FUNDING.yml new file mode 100644 index 0000000..2ae71cd --- /dev/null +++ b/node_modules/side-channel-weakmap/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: [ljharb] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: npm/side-channel-weakmap +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/node_modules/side-channel-weakmap/.nycrc b/node_modules/side-channel-weakmap/.nycrc new file mode 100644 index 0000000..1826526 --- /dev/null +++ b/node_modules/side-channel-weakmap/.nycrc @@ -0,0 +1,13 @@ +{ + "all": true, + "check-coverage": false, + "reporter": ["text-summary", "text", "html", "json"], + "lines": 86, + "statements": 85.93, + "functions": 82.43, + "branches": 76.06, + "exclude": [ + "coverage", + "test" + ] +} diff --git a/node_modules/side-channel-weakmap/CHANGELOG.md b/node_modules/side-channel-weakmap/CHANGELOG.md new file mode 100644 index 0000000..aba7ab0 --- /dev/null +++ b/node_modules/side-channel-weakmap/CHANGELOG.md @@ -0,0 +1,28 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [v1.0.2](https://github.com/ljharb/side-channel-weakmap/compare/v1.0.1...v1.0.2) - 2024-12-10 + +### Commits + +- [types] fix generics ordering [`1b62e94`](https://github.com/ljharb/side-channel-weakmap/commit/1b62e94a2ad6ed30b640ba73c4a2535836c67289) + +## [v1.0.1](https://github.com/ljharb/side-channel-weakmap/compare/v1.0.0...v1.0.1) - 2024-12-10 + +### Commits + +- [types] fix generics ordering [`08a4a5d`](https://github.com/ljharb/side-channel-weakmap/commit/08a4a5dbffedc3ebc79f1aaaf5a3dd6d2196dc1b) +- [Deps] update `side-channel-map` [`b53fe44`](https://github.com/ljharb/side-channel-weakmap/commit/b53fe447dfdd3a9aebedfd015b384eac17fce916) + +## v1.0.0 - 2024-12-10 + +### Commits + +- Initial implementation, tests, readme, types [`53c0fa4`](https://github.com/ljharb/side-channel-weakmap/commit/53c0fa4788435a006f58b9d7b43cb65989ecee49) +- Initial commit [`a157947`](https://github.com/ljharb/side-channel-weakmap/commit/a157947f26fcaf2c4a941d3a044e76bf67343532) +- npm init [`54dfc55`](https://github.com/ljharb/side-channel-weakmap/commit/54dfc55bafb16265910d5aad4e743c43aee5bbbb) +- Only apps should have lockfiles [`0ddd6c7`](https://github.com/ljharb/side-channel-weakmap/commit/0ddd6c7b07fe8ee04d67b2e9f7255af7ce62c07d) diff --git a/node_modules/side-channel-weakmap/LICENSE b/node_modules/side-channel-weakmap/LICENSE new file mode 100644 index 0000000..3900dd7 --- /dev/null +++ b/node_modules/side-channel-weakmap/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/side-channel-weakmap/README.md b/node_modules/side-channel-weakmap/README.md new file mode 100644 index 0000000..856ee36 --- /dev/null +++ b/node_modules/side-channel-weakmap/README.md @@ -0,0 +1,62 @@ +# side-channel-weakmap [![Version Badge][npm-version-svg]][package-url] + +[![github actions][actions-image]][actions-url] +[![coverage][codecov-image]][codecov-url] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][npm-badge-png]][package-url] + +Store information about any JS value in a side channel. Uses WeakMap if available. + +Warning: this implementation will leak memory until you `delete` the `key`. +Use [`side-channel`](https://npmjs.com/side-channel) for the best available strategy. + +## Getting started + +```sh +npm install --save side-channel-weakmap +``` + +## Usage/Examples + +```js +const assert = require('assert'); +const getSideChannelList = require('side-channel-weakmap'); + +const channel = getSideChannelList(); + +const key = {}; +assert.equal(channel.has(key), false); +assert.throws(() => channel.assert(key), TypeError); + +channel.set(key, 42); + +channel.assert(key); // does not throw +assert.equal(channel.has(key), true); +assert.equal(channel.get(key), 42); + +channel.delete(key); +assert.equal(channel.has(key), false); +assert.throws(() => channel.assert(key), TypeError); +``` + +## Tests + +Clone the repo, `npm install`, and run `npm test` + +[package-url]: https://npmjs.org/package/side-channel-weakmap +[npm-version-svg]: https://versionbadg.es/ljharb/side-channel-weakmap.svg +[deps-svg]: https://david-dm.org/ljharb/side-channel-weakmap.svg +[deps-url]: https://david-dm.org/ljharb/side-channel-weakmap +[dev-deps-svg]: https://david-dm.org/ljharb/side-channel-weakmap/dev-status.svg +[dev-deps-url]: https://david-dm.org/ljharb/side-channel-weakmap#info=devDependencies +[npm-badge-png]: https://nodei.co/npm/side-channel-weakmap.png?downloads=true&stars=true +[license-image]: https://img.shields.io/npm/l/side-channel-weakmap.svg +[license-url]: LICENSE +[downloads-image]: https://img.shields.io/npm/dm/side-channel-weakmap.svg +[downloads-url]: https://npm-stat.com/charts.html?package=side-channel-weakmap +[codecov-image]: https://codecov.io/gh/ljharb/side-channel-weakmap/branch/main/graphs/badge.svg +[codecov-url]: https://app.codecov.io/gh/ljharb/side-channel-weakmap/ +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/side-channel-weakmap +[actions-url]: https://github.com/ljharb/side-channel-weakmap/actions diff --git a/node_modules/side-channel-weakmap/index.d.ts b/node_modules/side-channel-weakmap/index.d.ts new file mode 100644 index 0000000..ce1bc2a --- /dev/null +++ b/node_modules/side-channel-weakmap/index.d.ts @@ -0,0 +1,15 @@ +declare namespace getSideChannelWeakMap { + type Channel = { + assert: (key: K) => void; + has: (key: K) => boolean; + get: (key: K) => V | undefined; + set: (key: K, value: V) => void; + delete: (key: K) => boolean; + } +} + +declare function getSideChannelWeakMap(): getSideChannelWeakMap.Channel; + +declare const x: false | typeof getSideChannelWeakMap; + +export = x; diff --git a/node_modules/side-channel-weakmap/index.js b/node_modules/side-channel-weakmap/index.js new file mode 100644 index 0000000..e5b8183 --- /dev/null +++ b/node_modules/side-channel-weakmap/index.js @@ -0,0 +1,84 @@ +'use strict'; + +var GetIntrinsic = require('get-intrinsic'); +var callBound = require('call-bound'); +var inspect = require('object-inspect'); +var getSideChannelMap = require('side-channel-map'); + +var $TypeError = require('es-errors/type'); +var $WeakMap = GetIntrinsic('%WeakMap%', true); + +/** @type {(thisArg: WeakMap, key: K) => V} */ +var $weakMapGet = callBound('WeakMap.prototype.get', true); +/** @type {(thisArg: WeakMap, key: K, value: V) => void} */ +var $weakMapSet = callBound('WeakMap.prototype.set', true); +/** @type {(thisArg: WeakMap, key: K) => boolean} */ +var $weakMapHas = callBound('WeakMap.prototype.has', true); +/** @type {(thisArg: WeakMap, key: K) => boolean} */ +var $weakMapDelete = callBound('WeakMap.prototype.delete', true); + +/** @type {import('.')} */ +module.exports = $WeakMap + ? /** @type {Exclude} */ function getSideChannelWeakMap() { + /** @typedef {ReturnType} Channel */ + /** @typedef {Parameters[0]} K */ + /** @typedef {Parameters[1]} V */ + + /** @type {WeakMap | undefined} */ var $wm; + /** @type {Channel | undefined} */ var $m; + + /** @type {Channel} */ + var channel = { + assert: function (key) { + if (!channel.has(key)) { + throw new $TypeError('Side channel does not contain ' + inspect(key)); + } + }, + 'delete': function (key) { + if ($WeakMap && key && (typeof key === 'object' || typeof key === 'function')) { + if ($wm) { + return $weakMapDelete($wm, key); + } + } else if (getSideChannelMap) { + if ($m) { + return $m['delete'](key); + } + } + return false; + }, + get: function (key) { + if ($WeakMap && key && (typeof key === 'object' || typeof key === 'function')) { + if ($wm) { + return $weakMapGet($wm, key); + } + } + return $m && $m.get(key); + }, + has: function (key) { + if ($WeakMap && key && (typeof key === 'object' || typeof key === 'function')) { + if ($wm) { + return $weakMapHas($wm, key); + } + } + return !!$m && $m.has(key); + }, + set: function (key, value) { + if ($WeakMap && key && (typeof key === 'object' || typeof key === 'function')) { + if (!$wm) { + $wm = new $WeakMap(); + } + $weakMapSet($wm, key, value); + } else if (getSideChannelMap) { + if (!$m) { + $m = getSideChannelMap(); + } + // eslint-disable-next-line no-extra-parens + /** @type {NonNullable} */ ($m).set(key, value); + } + } + }; + + // @ts-expect-error TODO: figure out why this is erroring + return channel; + } + : getSideChannelMap; diff --git a/node_modules/side-channel-weakmap/package.json b/node_modules/side-channel-weakmap/package.json new file mode 100644 index 0000000..9ef6583 --- /dev/null +++ b/node_modules/side-channel-weakmap/package.json @@ -0,0 +1,87 @@ +{ + "name": "side-channel-weakmap", + "version": "1.0.2", + "description": "Store information about any JS value in a side channel. Uses WeakMap if available.", + "main": "index.js", + "exports": { + ".": "./index.js", + "./package.json": "./package.json" + }, + "types": "./index.d.ts", + "scripts": { + "prepack": "npmignore --auto --commentLines=autogenerated", + "prepublishOnly": "safe-publish-latest", + "prepublish": "not-in-publish || npm run prepublishOnly", + "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", + "lint": "eslint --ext=js,mjs .", + "postlint": "tsc -p . && attw -P", + "pretest": "npm run lint", + "tests-only": "nyc tape 'test/**/*.js'", + "test": "npm run tests-only", + "posttest": "npx npm@'>=10.2' audit --production", + "version": "auto-changelog && git add CHANGELOG.md", + "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ljharb/side-channel-weakmap.git" + }, + "keywords": [ + "weakmap", + "map", + "side", + "channel", + "metadata" + ], + "author": "Jordan Harband ", + "funding": { + "url": "https://github.com/sponsors/ljharb" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/ljharb/side-channel-weakmap/issues" + }, + "homepage": "https://github.com/ljharb/side-channel-weakmap#readme", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3", + "side-channel-map": "^1.0.1" + }, + "devDependencies": { + "@arethetypeswrong/cli": "^0.17.1", + "@ljharb/eslint-config": "^21.1.1", + "@ljharb/tsconfig": "^0.2.2", + "@types/call-bind": "^1.0.5", + "@types/get-intrinsic": "^1.2.3", + "@types/object-inspect": "^1.13.0", + "@types/tape": "^5.6.5", + "auto-changelog": "^2.5.0", + "eclint": "^2.8.1", + "encoding": "^0.1.13", + "eslint": "=8.8.0", + "in-publish": "^2.0.1", + "npmignore": "^0.3.1", + "nyc": "^10.3.2", + "safe-publish-latest": "^2.0.0", + "tape": "^5.9.0", + "typescript": "next" + }, + "auto-changelog": { + "output": "CHANGELOG.md", + "template": "keepachangelog", + "unreleased": false, + "commitLimit": false, + "backfillLimit": false, + "hideCredit": true + }, + "publishConfig": { + "ignore": [ + ".github/workflows" + ] + }, + "engines": { + "node": ">= 0.4" + } +} diff --git a/node_modules/side-channel-weakmap/test/index.js b/node_modules/side-channel-weakmap/test/index.js new file mode 100644 index 0000000..a01248b --- /dev/null +++ b/node_modules/side-channel-weakmap/test/index.js @@ -0,0 +1,114 @@ +'use strict'; + +var test = require('tape'); + +var getSideChannelWeakMap = require('../'); + +test('getSideChannelMap', { skip: typeof WeakMap !== 'function' && typeof Map !== 'function' }, function (t) { + var getSideChannel = getSideChannelWeakMap || function () { + throw new EvalError('should never happen'); + }; + + t.test('export', function (st) { + st.equal(typeof getSideChannel, 'function', 'is a function'); + + st.equal(getSideChannel.length, 0, 'takes no arguments'); + + var channel = getSideChannel(); + st.ok(channel, 'is truthy'); + st.equal(typeof channel, 'object', 'is an object'); + st.end(); + }); + + t.test('assert', function (st) { + var channel = getSideChannel(); + st['throws']( + function () { channel.assert({}); }, + TypeError, + 'nonexistent value throws' + ); + + var o = {}; + channel.set(o, 'data'); + st.doesNotThrow(function () { channel.assert(o); }, 'existent value noops'); + + st.end(); + }); + + t.test('has', function (st) { + var channel = getSideChannel(); + /** @type {unknown[]} */ var o = []; + + st.equal(channel.has(o), false, 'nonexistent value yields false'); + + channel.set(o, 'foo'); + st.equal(channel.has(o), true, 'existent value yields true'); + + st.equal(channel.has('abc'), false, 'non object value non existent yields false'); + + channel.set('abc', 'foo'); + st.equal(channel.has('abc'), true, 'non object value that exists yields true'); + + st.end(); + }); + + t.test('get', function (st) { + var channel = getSideChannel(); + var o = {}; + st.equal(channel.get(o), undefined, 'nonexistent value yields undefined'); + + var data = {}; + channel.set(o, data); + st.equal(channel.get(o), data, '"get" yields data set by "set"'); + + st.end(); + }); + + t.test('set', function (st) { + var channel = getSideChannel(); + var o = function () {}; + st.equal(channel.get(o), undefined, 'value not set'); + + channel.set(o, 42); + st.equal(channel.get(o), 42, 'value was set'); + + channel.set(o, Infinity); + st.equal(channel.get(o), Infinity, 'value was set again'); + + var o2 = {}; + channel.set(o2, 17); + st.equal(channel.get(o), Infinity, 'o is not modified'); + st.equal(channel.get(o2), 17, 'o2 is set'); + + channel.set(o, 14); + st.equal(channel.get(o), 14, 'o is modified'); + st.equal(channel.get(o2), 17, 'o2 is not modified'); + + st.end(); + }); + + t.test('delete', function (st) { + var channel = getSideChannel(); + var o = {}; + st.equal(channel['delete']({}), false, 'nonexistent value yields false'); + + channel.set(o, 42); + st.equal(channel.has(o), true, 'value is set'); + + st.equal(channel['delete']({}), false, 'nonexistent value still yields false'); + + st.equal(channel['delete'](o), true, 'deleted value yields true'); + + st.equal(channel.has(o), false, 'value is no longer set'); + + st.end(); + }); + + t.end(); +}); + +test('getSideChannelMap, no WeakMaps and/or Maps', { skip: typeof WeakMap === 'function' || typeof Map === 'function' }, function (t) { + t.equal(getSideChannelWeakMap, false, 'is false'); + + t.end(); +}); diff --git a/node_modules/side-channel-weakmap/tsconfig.json b/node_modules/side-channel-weakmap/tsconfig.json new file mode 100644 index 0000000..d9a6668 --- /dev/null +++ b/node_modules/side-channel-weakmap/tsconfig.json @@ -0,0 +1,9 @@ +{ + "extends": "@ljharb/tsconfig", + "compilerOptions": { + "target": "es2021", + }, + "exclude": [ + "coverage", + ], +} diff --git a/node_modules/side-channel/.editorconfig b/node_modules/side-channel/.editorconfig new file mode 100644 index 0000000..72e0eba --- /dev/null +++ b/node_modules/side-channel/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = tab +indent_size = 2 +trim_trailing_whitespace = true diff --git a/node_modules/side-channel/.eslintrc b/node_modules/side-channel/.eslintrc new file mode 100644 index 0000000..9b13ad8 --- /dev/null +++ b/node_modules/side-channel/.eslintrc @@ -0,0 +1,12 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "id-length": 0, + "max-lines-per-function": 0, + "multiline-comment-style": 1, + "new-cap": [2, { "capIsNewExceptions": ["GetIntrinsic"] }], + }, +} diff --git a/node_modules/side-channel/.github/FUNDING.yml b/node_modules/side-channel/.github/FUNDING.yml new file mode 100644 index 0000000..2a94840 --- /dev/null +++ b/node_modules/side-channel/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: [ljharb] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: npm/side-channel +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/node_modules/side-channel/.nycrc b/node_modules/side-channel/.nycrc new file mode 100644 index 0000000..1826526 --- /dev/null +++ b/node_modules/side-channel/.nycrc @@ -0,0 +1,13 @@ +{ + "all": true, + "check-coverage": false, + "reporter": ["text-summary", "text", "html", "json"], + "lines": 86, + "statements": 85.93, + "functions": 82.43, + "branches": 76.06, + "exclude": [ + "coverage", + "test" + ] +} diff --git a/node_modules/side-channel/CHANGELOG.md b/node_modules/side-channel/CHANGELOG.md new file mode 100644 index 0000000..58e378c --- /dev/null +++ b/node_modules/side-channel/CHANGELOG.md @@ -0,0 +1,110 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [v1.1.0](https://github.com/ljharb/side-channel/compare/v1.0.6...v1.1.0) - 2024-12-11 + +### Commits + +- [Refactor] extract implementations to `side-channel-weakmap`, `side-channel-map`, `side-channel-list` [`ada5955`](https://github.com/ljharb/side-channel/commit/ada595549a5c4c6c853756d598846b180941c6da) +- [New] add `channel.delete` [`c01d2d3`](https://github.com/ljharb/side-channel/commit/c01d2d3fd51dbb1ce6da72ad7916e61bd6172aad) +- [types] improve types [`0c54356`](https://github.com/ljharb/side-channel/commit/0c5435651417df41b8cc1a5f7cdce8bffae68cde) +- [readme] add content [`be24868`](https://github.com/ljharb/side-channel/commit/be248682ac294b0e22c883092c45985aa91c490a) +- [actions] split out node 10-20, and 20+ [`c4488e2`](https://github.com/ljharb/side-channel/commit/c4488e241ef3d49a19fe266ac830a2e644305911) +- [types] use shared tsconfig [`0e0d57c`](https://github.com/ljharb/side-channel/commit/0e0d57c2ff17c7b45c6cbd43ebcf553edc9e3adc) +- [Dev Deps] update `@ljharb/eslint-config`, `@ljharb/tsconfig`, `@types/get-intrinsic`, `@types/object-inspect`, `@types/tape`, `auto-changelog`, `tape` [`fb4f622`](https://github.com/ljharb/side-channel/commit/fb4f622e64a99a1e40b6e5cd7691674a9dc429e4) +- [Deps] update `call-bind`, `get-intrinsic`, `object-inspect` [`b78336b`](https://github.com/ljharb/side-channel/commit/b78336b886172d1b457d414ac9e28de8c5fecc78) +- [Tests] replace `aud` with `npm audit` [`ee3ab46`](https://github.com/ljharb/side-channel/commit/ee3ab4690d954311c35115651bcfd45edd205aa1) +- [Dev Deps] add missing peer dep [`c03e21a`](https://github.com/ljharb/side-channel/commit/c03e21a7def3b67cdc15ae22316884fefcb2f6a8) + +## [v1.0.6](https://github.com/ljharb/side-channel/compare/v1.0.5...v1.0.6) - 2024-02-29 + +### Commits + +- add types [`9beef66`](https://github.com/ljharb/side-channel/commit/9beef6643e6d717ea57bedabf86448123a7dd9e9) +- [meta] simplify `exports` [`4334cf9`](https://github.com/ljharb/side-channel/commit/4334cf9df654151504c383b62a2f9ebdc8d9d5ac) +- [Deps] update `call-bind` [`d6043c4`](https://github.com/ljharb/side-channel/commit/d6043c4d8f4d7be9037dd0f0419c7a2e0e39ec6a) +- [Dev Deps] update `tape` [`6aca376`](https://github.com/ljharb/side-channel/commit/6aca3761868dc8cd5ff7fd9799bf6b95e09a6eb0) + +## [v1.0.5](https://github.com/ljharb/side-channel/compare/v1.0.4...v1.0.5) - 2024-02-06 + +### Commits + +- [actions] reuse common workflows [`3d2e1ff`](https://github.com/ljharb/side-channel/commit/3d2e1ffd16dd6eaaf3e40ff57951f840d2d63c04) +- [meta] use `npmignore` to autogenerate an npmignore file [`04296ea`](https://github.com/ljharb/side-channel/commit/04296ea17d1544b0a5d20fd5bfb31aa4f6513eb9) +- [meta] add `.editorconfig`; add `eclint` [`130f0a6`](https://github.com/ljharb/side-channel/commit/130f0a6adbc04d385c7456a601d38344dce3d6a9) +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `safe-publish-latest`, `tape` [`d480c2f`](https://github.com/ljharb/side-channel/commit/d480c2fbe757489ae9b4275491ffbcc3ac4725e9) +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape` [`ecbe70e`](https://github.com/ljharb/side-channel/commit/ecbe70e53a418234081a77971fec1fdfae20c841) +- [actions] update rebase action [`75240b9`](https://github.com/ljharb/side-channel/commit/75240b9963b816e8846400d2287cb68f88c7fba7) +- [Dev Deps] update `@ljharb/eslint-config`, `aud`, `npmignore`, `tape` [`ae8d281`](https://github.com/ljharb/side-channel/commit/ae8d281572430099109870fd9430d2ca3f320b8d) +- [Dev Deps] update `@ljharb/eslint-config`, `aud`, `tape` [`7125b88`](https://github.com/ljharb/side-channel/commit/7125b885fd0eacad4fee9b073b72d14065ece278) +- [Deps] update `call-bind`, `get-intrinsic`, `object-inspect` [`82577c9`](https://github.com/ljharb/side-channel/commit/82577c9796304519139a570f82a317211b5f3b86) +- [Deps] update `call-bind`, `get-intrinsic`, `object-inspect` [`550aadf`](https://github.com/ljharb/side-channel/commit/550aadf20475a6081fd70304cc54f77259a5c8a8) +- [Tests] increase coverage [`5130877`](https://github.com/ljharb/side-channel/commit/5130877a7b27c862e64e6d1c12a178b28808859d) +- [Deps] update `get-intrinsic`, `object-inspect` [`ba0194c`](https://github.com/ljharb/side-channel/commit/ba0194c505b1a8a0427be14cadd5b8a46d4d01b8) +- [meta] add missing `engines.node` [`985fd24`](https://github.com/ljharb/side-channel/commit/985fd249663cb06617a693a94fe08cad12f5cb70) +- [Refactor] use `es-errors`, so things that only need those do not need `get-intrinsic` [`40227a8`](https://github.com/ljharb/side-channel/commit/40227a87b01709ad2c0eebf87eb4223a800099b9) +- [Deps] update `get-intrinsic` [`a989b40`](https://github.com/ljharb/side-channel/commit/a989b4024958737ae7be9fbffdeff2078f33a0fd) +- [Deps] update `object-inspect` [`aec42d2`](https://github.com/ljharb/side-channel/commit/aec42d2ec541a31aaa02475692c87d489237d9a3) + +## [v1.0.4](https://github.com/ljharb/side-channel/compare/v1.0.3...v1.0.4) - 2020-12-29 + +### Commits + +- [Tests] migrate tests to Github Actions [`10909cb`](https://github.com/ljharb/side-channel/commit/10909cbf8ce9c0bf96f604cf13d7ffd5a22c2d40) +- [Refactor] Use a linked list rather than an array, and move accessed nodes to the beginning [`195613f`](https://github.com/ljharb/side-channel/commit/195613f28b5c1e6072ef0b61b5beebaf2b6a304e) +- [meta] do not publish github action workflow files [`290ec29`](https://github.com/ljharb/side-channel/commit/290ec29cd21a60585145b4a7237ec55228c52c27) +- [Tests] run `nyc` on all tests; use `tape` runner [`ea6d030`](https://github.com/ljharb/side-channel/commit/ea6d030ff3fe6be2eca39e859d644c51ecd88869) +- [actions] add "Allow Edits" workflow [`d464d8f`](https://github.com/ljharb/side-channel/commit/d464d8fe52b5eddf1504a0ed97f0941a90f32c15) +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog` [`02daca8`](https://github.com/ljharb/side-channel/commit/02daca87c6809821c97be468d1afa2f5ef447383) +- [Refactor] use `call-bind` and `get-intrinsic` instead of `es-abstract` [`e09d481`](https://github.com/ljharb/side-channel/commit/e09d481528452ebafa5cdeae1af665c35aa2deee) +- [Deps] update `object.assign` [`ee83aa8`](https://github.com/ljharb/side-channel/commit/ee83aa81df313b5e46319a63adb05cf0c179079a) +- [actions] update rebase action to use checkout v2 [`7726b0b`](https://github.com/ljharb/side-channel/commit/7726b0b058b632fccea709f58960871defaaa9d7) + +## [v1.0.3](https://github.com/ljharb/side-channel/compare/v1.0.2...v1.0.3) - 2020-08-23 + +### Commits + +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `auto-changelog`, `tape` [`1f10561`](https://github.com/ljharb/side-channel/commit/1f105611ef3acf32dec8032ae5c0baa5e56bb868) +- [Deps] update `es-abstract`, `object-inspect` [`bc20159`](https://github.com/ljharb/side-channel/commit/bc201597949a505e37cef9eaf24c7010831e6f03) +- [Dev Deps] update `@ljharb/eslint-config`, `tape` [`b9b2b22`](https://github.com/ljharb/side-channel/commit/b9b2b225f9e0ea72a6ec2b89348f0bd690bc9ed1) +- [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `tape` [`7055ab4`](https://github.com/ljharb/side-channel/commit/7055ab4de0860606efd2003674a74f1fe6ebc07e) +- [Dev Deps] update `auto-changelog`; add `aud` [`d278c37`](https://github.com/ljharb/side-channel/commit/d278c37d08227be4f84aa769fcd919e73feeba40) +- [actions] switch Automatic Rebase workflow to `pull_request_target` event [`3bcf982`](https://github.com/ljharb/side-channel/commit/3bcf982faa122745b39c33ce83d32fdf003741c6) +- [Tests] only audit prod deps [`18d01c4`](https://github.com/ljharb/side-channel/commit/18d01c4015b82a3d75044c4d5ba7917b2eac01ec) +- [Deps] update `es-abstract` [`6ab096d`](https://github.com/ljharb/side-channel/commit/6ab096d9de2b482cf5e0717e34e212f5b2b9bc9a) +- [Dev Deps] update `tape` [`9dc174c`](https://github.com/ljharb/side-channel/commit/9dc174cc651dfd300b4b72da936a0a7eda5f9452) +- [Deps] update `es-abstract` [`431d0f0`](https://github.com/ljharb/side-channel/commit/431d0f0ff11fbd2ae6f3115582a356d3a1cfce82) +- [Deps] update `es-abstract` [`49869fd`](https://github.com/ljharb/side-channel/commit/49869fd323bf4453f0ba515c0fb265cf5ab7b932) +- [meta] Add package.json to package's exports [`77d9cdc`](https://github.com/ljharb/side-channel/commit/77d9cdceb2a9e47700074f2ae0c0a202e7dac0d4) + +## [v1.0.2](https://github.com/ljharb/side-channel/compare/v1.0.1...v1.0.2) - 2019-12-20 + +### Commits + +- [Dev Deps] update `@ljharb/eslint-config`, `tape` [`4a526df`](https://github.com/ljharb/side-channel/commit/4a526df44e4701566ed001ec78546193f818b082) +- [Deps] update `es-abstract` [`d4f6e62`](https://github.com/ljharb/side-channel/commit/d4f6e629b6fb93a07415db7f30d3c90fd7f264fe) + +## [v1.0.1](https://github.com/ljharb/side-channel/compare/v1.0.0...v1.0.1) - 2019-12-01 + +### Commits + +- [Fix] add missing "exports" [`d212907`](https://github.com/ljharb/side-channel/commit/d2129073abf0701a5343bf28aa2145617604dc2e) + +## v1.0.0 - 2019-12-01 + +### Commits + +- Initial implementation [`dbebd3a`](https://github.com/ljharb/side-channel/commit/dbebd3a4b5ed64242f9a6810efe7c4214cd8cde4) +- Initial tests [`73bdefe`](https://github.com/ljharb/side-channel/commit/73bdefe568c9076cf8c0b8719bc2141aec0e19b8) +- Initial commit [`43c03e1`](https://github.com/ljharb/side-channel/commit/43c03e1c2849ec50a87b7a5cd76238a62b0b8770) +- npm init [`5c090a7`](https://github.com/ljharb/side-channel/commit/5c090a765d66a5527d9889b89aeff78dee91348c) +- [meta] add `auto-changelog` [`a5c4e56`](https://github.com/ljharb/side-channel/commit/a5c4e5675ec02d5eb4d84b4243aeea2a1d38fbec) +- [actions] add automatic rebasing / merge commit blocking [`bab1683`](https://github.com/ljharb/side-channel/commit/bab1683d8f9754b086e94397699fdc645e0d7077) +- [meta] add `funding` field; create FUNDING.yml [`63d7aea`](https://github.com/ljharb/side-channel/commit/63d7aeaf34f5650650ae97ca4b9fae685bd0937c) +- [Tests] add `npm run lint` [`46a5a81`](https://github.com/ljharb/side-channel/commit/46a5a81705cd2664f83df232c01dbbf2ee952885) +- Only apps should have lockfiles [`8b16b03`](https://github.com/ljharb/side-channel/commit/8b16b0305f00895d90c4e2e5773c854cfea0e448) +- [meta] add `safe-publish-latest` [`2f098ef`](https://github.com/ljharb/side-channel/commit/2f098ef092a39399cfe548b19a1fc03c2fd2f490) diff --git a/node_modules/side-channel/LICENSE b/node_modules/side-channel/LICENSE new file mode 100644 index 0000000..3900dd7 --- /dev/null +++ b/node_modules/side-channel/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/side-channel/README.md b/node_modules/side-channel/README.md new file mode 100644 index 0000000..cc7e103 --- /dev/null +++ b/node_modules/side-channel/README.md @@ -0,0 +1,61 @@ +# side-channel [![Version Badge][npm-version-svg]][package-url] + +[![github actions][actions-image]][actions-url] +[![coverage][codecov-image]][codecov-url] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][npm-badge-png]][package-url] + +Store information about any JS value in a side channel. Uses WeakMap if available. + +Warning: in an environment that lacks `WeakMap`, this implementation will leak memory until you `delete` the `key`. + +## Getting started + +```sh +npm install --save side-channel +``` + +## Usage/Examples + +```js +const assert = require('assert'); +const getSideChannel = require('side-channel'); + +const channel = getSideChannel(); + +const key = {}; +assert.equal(channel.has(key), false); +assert.throws(() => channel.assert(key), TypeError); + +channel.set(key, 42); + +channel.assert(key); // does not throw +assert.equal(channel.has(key), true); +assert.equal(channel.get(key), 42); + +channel.delete(key); +assert.equal(channel.has(key), false); +assert.throws(() => channel.assert(key), TypeError); +``` + +## Tests + +Clone the repo, `npm install`, and run `npm test` + +[package-url]: https://npmjs.org/package/side-channel +[npm-version-svg]: https://versionbadg.es/ljharb/side-channel.svg +[deps-svg]: https://david-dm.org/ljharb/side-channel.svg +[deps-url]: https://david-dm.org/ljharb/side-channel +[dev-deps-svg]: https://david-dm.org/ljharb/side-channel/dev-status.svg +[dev-deps-url]: https://david-dm.org/ljharb/side-channel#info=devDependencies +[npm-badge-png]: https://nodei.co/npm/side-channel.png?downloads=true&stars=true +[license-image]: https://img.shields.io/npm/l/side-channel.svg +[license-url]: LICENSE +[downloads-image]: https://img.shields.io/npm/dm/side-channel.svg +[downloads-url]: https://npm-stat.com/charts.html?package=side-channel +[codecov-image]: https://codecov.io/gh/ljharb/side-channel/branch/main/graphs/badge.svg +[codecov-url]: https://app.codecov.io/gh/ljharb/side-channel/ +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/side-channel +[actions-url]: https://github.com/ljharb/side-channel/actions diff --git a/node_modules/side-channel/index.d.ts b/node_modules/side-channel/index.d.ts new file mode 100644 index 0000000..18c6317 --- /dev/null +++ b/node_modules/side-channel/index.d.ts @@ -0,0 +1,14 @@ +import getSideChannelList from 'side-channel-list'; +import getSideChannelMap from 'side-channel-map'; +import getSideChannelWeakMap from 'side-channel-weakmap'; + +declare namespace getSideChannel { + type Channel = + | getSideChannelList.Channel + | ReturnType, false>> + | ReturnType, false>>; +} + +declare function getSideChannel(): getSideChannel.Channel; + +export = getSideChannel; diff --git a/node_modules/side-channel/index.js b/node_modules/side-channel/index.js new file mode 100644 index 0000000..a8a9b05 --- /dev/null +++ b/node_modules/side-channel/index.js @@ -0,0 +1,43 @@ +'use strict'; + +var $TypeError = require('es-errors/type'); +var inspect = require('object-inspect'); +var getSideChannelList = require('side-channel-list'); +var getSideChannelMap = require('side-channel-map'); +var getSideChannelWeakMap = require('side-channel-weakmap'); + +var makeChannel = getSideChannelWeakMap || getSideChannelMap || getSideChannelList; + +/** @type {import('.')} */ +module.exports = function getSideChannel() { + /** @typedef {ReturnType} Channel */ + + /** @type {Channel | undefined} */ var $channelData; + + /** @type {Channel} */ + var channel = { + assert: function (key) { + if (!channel.has(key)) { + throw new $TypeError('Side channel does not contain ' + inspect(key)); + } + }, + 'delete': function (key) { + return !!$channelData && $channelData['delete'](key); + }, + get: function (key) { + return $channelData && $channelData.get(key); + }, + has: function (key) { + return !!$channelData && $channelData.has(key); + }, + set: function (key, value) { + if (!$channelData) { + $channelData = makeChannel(); + } + + $channelData.set(key, value); + } + }; + // @ts-expect-error TODO: figure out why this is erroring + return channel; +}; diff --git a/node_modules/side-channel/package.json b/node_modules/side-channel/package.json new file mode 100644 index 0000000..30fa42c --- /dev/null +++ b/node_modules/side-channel/package.json @@ -0,0 +1,85 @@ +{ + "name": "side-channel", + "version": "1.1.0", + "description": "Store information about any JS value in a side channel. Uses WeakMap if available.", + "main": "index.js", + "exports": { + ".": "./index.js", + "./package.json": "./package.json" + }, + "types": "./index.d.ts", + "scripts": { + "prepack": "npmignore --auto --commentLines=autogenerated", + "prepublishOnly": "safe-publish-latest", + "prepublish": "not-in-publish || npm run prepublishOnly", + "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')", + "lint": "eslint --ext=js,mjs .", + "postlint": "tsc -p . && attw -P", + "pretest": "npm run lint", + "tests-only": "nyc tape 'test/**/*.js'", + "test": "npm run tests-only", + "posttest": "npx npm@'>=10.2' audit --production", + "version": "auto-changelog && git add CHANGELOG.md", + "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ljharb/side-channel.git" + }, + "keywords": [ + "weakmap", + "map", + "side", + "channel", + "metadata" + ], + "author": "Jordan Harband ", + "funding": { + "url": "https://github.com/sponsors/ljharb" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/ljharb/side-channel/issues" + }, + "homepage": "https://github.com/ljharb/side-channel#readme", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3", + "side-channel-list": "^1.0.0", + "side-channel-map": "^1.0.1", + "side-channel-weakmap": "^1.0.2" + }, + "devDependencies": { + "@arethetypeswrong/cli": "^0.17.1", + "@ljharb/eslint-config": "^21.1.1", + "@ljharb/tsconfig": "^0.2.2", + "@types/object-inspect": "^1.13.0", + "@types/tape": "^5.6.5", + "auto-changelog": "^2.5.0", + "eclint": "^2.8.1", + "encoding": "^0.1.13", + "eslint": "=8.8.0", + "in-publish": "^2.0.1", + "npmignore": "^0.3.1", + "nyc": "^10.3.2", + "safe-publish-latest": "^2.0.0", + "tape": "^5.9.0", + "typescript": "next" + }, + "auto-changelog": { + "output": "CHANGELOG.md", + "template": "keepachangelog", + "unreleased": false, + "commitLimit": false, + "backfillLimit": false, + "hideCredit": true + }, + "publishConfig": { + "ignore": [ + ".github/workflows" + ] + }, + "engines": { + "node": ">= 0.4" + } +} diff --git a/node_modules/side-channel/test/index.js b/node_modules/side-channel/test/index.js new file mode 100644 index 0000000..bd1e7c2 --- /dev/null +++ b/node_modules/side-channel/test/index.js @@ -0,0 +1,104 @@ +'use strict'; + +var test = require('tape'); + +var getSideChannel = require('../'); + +test('getSideChannel', function (t) { + t.test('export', function (st) { + st.equal(typeof getSideChannel, 'function', 'is a function'); + + st.equal(getSideChannel.length, 0, 'takes no arguments'); + + var channel = getSideChannel(); + st.ok(channel, 'is truthy'); + st.equal(typeof channel, 'object', 'is an object'); + st.end(); + }); + + t.test('assert', function (st) { + var channel = getSideChannel(); + st['throws']( + function () { channel.assert({}); }, + TypeError, + 'nonexistent value throws' + ); + + var o = {}; + channel.set(o, 'data'); + st.doesNotThrow(function () { channel.assert(o); }, 'existent value noops'); + + st.end(); + }); + + t.test('has', function (st) { + var channel = getSideChannel(); + /** @type {unknown[]} */ var o = []; + + st.equal(channel.has(o), false, 'nonexistent value yields false'); + + channel.set(o, 'foo'); + st.equal(channel.has(o), true, 'existent value yields true'); + + st.equal(channel.has('abc'), false, 'non object value non existent yields false'); + + channel.set('abc', 'foo'); + st.equal(channel.has('abc'), true, 'non object value that exists yields true'); + + st.end(); + }); + + t.test('get', function (st) { + var channel = getSideChannel(); + var o = {}; + st.equal(channel.get(o), undefined, 'nonexistent value yields undefined'); + + var data = {}; + channel.set(o, data); + st.equal(channel.get(o), data, '"get" yields data set by "set"'); + + st.end(); + }); + + t.test('set', function (st) { + var channel = getSideChannel(); + var o = function () {}; + st.equal(channel.get(o), undefined, 'value not set'); + + channel.set(o, 42); + st.equal(channel.get(o), 42, 'value was set'); + + channel.set(o, Infinity); + st.equal(channel.get(o), Infinity, 'value was set again'); + + var o2 = {}; + channel.set(o2, 17); + st.equal(channel.get(o), Infinity, 'o is not modified'); + st.equal(channel.get(o2), 17, 'o2 is set'); + + channel.set(o, 14); + st.equal(channel.get(o), 14, 'o is modified'); + st.equal(channel.get(o2), 17, 'o2 is not modified'); + + st.end(); + }); + + t.test('delete', function (st) { + var channel = getSideChannel(); + var o = {}; + st.equal(channel['delete']({}), false, 'nonexistent value yields false'); + + channel.set(o, 42); + st.equal(channel.has(o), true, 'value is set'); + + st.equal(channel['delete']({}), false, 'nonexistent value still yields false'); + + st.equal(channel['delete'](o), true, 'deleted value yields true'); + + st.equal(channel.has(o), false, 'value is no longer set'); + + st.end(); + }); + + t.end(); +}); diff --git a/node_modules/side-channel/tsconfig.json b/node_modules/side-channel/tsconfig.json new file mode 100644 index 0000000..d9a6668 --- /dev/null +++ b/node_modules/side-channel/tsconfig.json @@ -0,0 +1,9 @@ +{ + "extends": "@ljharb/tsconfig", + "compilerOptions": { + "target": "es2021", + }, + "exclude": [ + "coverage", + ], +} diff --git a/node_modules/smart-buffer/.prettierrc.yaml b/node_modules/smart-buffer/.prettierrc.yaml new file mode 100644 index 0000000..9a4f5ed --- /dev/null +++ b/node_modules/smart-buffer/.prettierrc.yaml @@ -0,0 +1,5 @@ +parser: typescript +printWidth: 120 +tabWidth: 2 +singleQuote: true +trailingComma: none \ No newline at end of file diff --git a/node_modules/smart-buffer/.travis.yml b/node_modules/smart-buffer/.travis.yml new file mode 100644 index 0000000..eec71ce --- /dev/null +++ b/node_modules/smart-buffer/.travis.yml @@ -0,0 +1,13 @@ +language: node_js +node_js: + - 6 + - 8 + - 10 + - 12 + - stable + +before_script: + - npm install -g typescript + - tsc -p ./ + +script: "npm run coveralls" \ No newline at end of file diff --git a/node_modules/smart-buffer/LICENSE b/node_modules/smart-buffer/LICENSE new file mode 100644 index 0000000..aab5771 --- /dev/null +++ b/node_modules/smart-buffer/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2013-2017 Josh Glazebrook + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/smart-buffer/README.md b/node_modules/smart-buffer/README.md new file mode 100644 index 0000000..6e49828 --- /dev/null +++ b/node_modules/smart-buffer/README.md @@ -0,0 +1,633 @@ +smart-buffer [![Build Status](https://travis-ci.org/JoshGlazebrook/smart-buffer.svg?branch=master)](https://travis-ci.org/JoshGlazebrook/smart-buffer) [![Coverage Status](https://coveralls.io/repos/github/JoshGlazebrook/smart-buffer/badge.svg?branch=master)](https://coveralls.io/github/JoshGlazebrook/smart-buffer?branch=master) +============= + +smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more. + +![stats](https://nodei.co/npm/smart-buffer.png?downloads=true&downloadRank=true&stars=true "stats") + +**Key Features**: +* Proxies all of the Buffer write and read functions +* Keeps track of read and write offsets automatically +* Grows the internal Buffer as needed +* Useful string operations. (Null terminating strings) +* Allows for inserting values at specific points in the Buffer +* Built in TypeScript +* Type Definitions Provided +* Browser Support (using Webpack/Browserify) +* Full test coverage + +**Requirements**: +* Node v4.0+ is supported at this time. (Versions prior to 2.0 will work on node 0.10) + + + +## Breaking Changes in v4.0 + +* Old constructor patterns have been completely removed. It's now required to use the SmartBuffer.fromXXX() factory constructors. +* rewind(), skip(), moveTo() have been removed. (see [offsets](#offsets)) +* Internal private properties are now prefixed with underscores (_) +* **All** writeXXX() methods that are given an offset will now **overwrite data** instead of insert. (see [write vs insert](#write-vs-insert)) +* insertXXX() methods have been added for when you want to insert data at a specific offset (this replaces the old behavior of writeXXX() when an offset was provided) + + +## Looking for v3 docs? + +Legacy documentation for version 3 and prior can be found [here](https://github.com/JoshGlazebrook/smart-buffer/blob/master/docs/README_v3.md). + +## Installing: + +`yarn add smart-buffer` + +or + +`npm install smart-buffer` + +Note: The published NPM package includes the built javascript library. +If you cloned this repo and wish to build the library manually use: + +`npm run build` + +## Using smart-buffer + +```javascript +// Javascript +const SmartBuffer = require('smart-buffer').SmartBuffer; + +// Typescript +import { SmartBuffer, SmartBufferOptions} from 'smart-buffer'; +``` + +### Simple Example + +Building a packet that uses the following protocol specification: + +`[PacketType:2][PacketLength:2][Data:XX]` + +To build this packet using the vanilla Buffer class, you would have to count up the length of the data payload beforehand. You would also need to keep track of the current "cursor" position in your Buffer so you write everything in the right places. With smart-buffer you don't have to do either of those things. + +```javascript +function createLoginPacket(username, password, age, country) { + const packet = new SmartBuffer(); + packet.writeUInt16LE(0x0060); // Some packet type + packet.writeStringNT(username); + packet.writeStringNT(password); + packet.writeUInt8(age); + packet.writeStringNT(country); + packet.insertUInt16LE(packet.length - 2, 2); + + return packet.toBuffer(); +} +``` +With the above function, you now can do this: +```javascript +const login = createLoginPacket("Josh", "secret123", 22, "United States"); + +// +``` +Notice that the `[PacketLength:2]` value (1e 00) was inserted at position 2. + +Reading back the packet we created above is just as easy: +```javascript + +const reader = SmartBuffer.fromBuffer(login); + +const logininfo = { + packetType: reader.readUInt16LE(), + packetLength: reader.readUInt16LE(), + username: reader.readStringNT(), + password: reader.readStringNT(), + age: reader.readUInt8(), + country: reader.readStringNT() +}; + +/* +{ + packetType: 96, (0x0060) + packetLength: 30, + username: 'Josh', + password: 'secret123', + age: 22, + country: 'United States' +} +*/ +``` + + +## Write vs Insert +In prior versions of SmartBuffer, .writeXXX(value, offset) calls would insert data when an offset was provided. In version 4, this will now overwrite the data at the offset position. To insert data there are now corresponding .insertXXX(value, offset) methods. + +**SmartBuffer v3**: +```javascript +const buff = SmartBuffer.fromBuffer(new Buffer([1,2,3,4,5,6])); +buff.writeInt8(7, 2); +console.log(buff.toBuffer()) + +// +``` + +**SmartBuffer v4**: +```javascript +const buff = SmartBuffer.fromBuffer(new Buffer([1,2,3,4,5,6])); +buff.writeInt8(7, 2); +console.log(buff.toBuffer()); + +// +``` + +To insert you instead should use: +```javascript +const buff = SmartBuffer.fromBuffer(new Buffer([1,2,3,4,5,6])); +buff.insertInt8(7, 2); +console.log(buff.toBuffer()); + +// +``` + +**Note:** Insert/Writing to a position beyond the currently tracked internal Buffer will zero pad to your offset. + +## Constructing a smart-buffer + +There are a few different ways to construct a SmartBuffer instance. + +```javascript +// Creating SmartBuffer from existing Buffer +const buff = SmartBuffer.fromBuffer(buffer); // Creates instance from buffer. (Uses default utf8 encoding) +const buff = SmartBuffer.fromBuffer(buffer, 'ascii'); // Creates instance from buffer with ascii encoding for strings. + +// Creating SmartBuffer with specified internal Buffer size. (Note: this is not a hard cap, the internal buffer will grow as needed). +const buff = SmartBuffer.fromSize(1024); // Creates instance with internal Buffer size of 1024. +const buff = SmartBuffer.fromSize(1024, 'utf8'); // Creates instance with internal Buffer size of 1024, and utf8 encoding for strings. + +// Creating SmartBuffer with options object. This one specifies size and encoding. +const buff = SmartBuffer.fromOptions({ + size: 1024, + encoding: 'ascii' +}); + +// Creating SmartBuffer with options object. This one specified an existing Buffer. +const buff = SmartBuffer.fromOptions({ + buff: buffer +}); + +// Creating SmartBuffer from a string. +const buff = SmartBuffer.fromBuffer(Buffer.from('some string', 'utf8')); + +// Just want a regular SmartBuffer with all default options? +const buff = new SmartBuffer(); +``` + +# Api Reference: + +**Note:** SmartBuffer is fully documented with Typescript definitions as well as jsdocs so your favorite editor/IDE will have intellisense. + +**Table of Contents** + +1. [Constructing](#constructing) +2. **Numbers** + 1. [Integers](#integers) + 2. [Floating Points](#floating-point-numbers) +3. **Strings** + 1. [Strings](#strings) + 2. [Null Terminated Strings](#null-terminated-strings) +4. [Buffers](#buffers) +5. [Offsets](#offsets) +6. [Other](#other) + + +## Constructing + +### constructor() +### constructor([options]) +- ```options``` *{SmartBufferOptions}* An optional options object to construct a SmartBuffer with. + +Examples: +```javascript +const buff = new SmartBuffer(); +const buff = new SmartBuffer({ + size: 1024, + encoding: 'ascii' +}); +``` + +### Class Method: fromBuffer(buffer[, encoding]) +- ```buffer``` *{Buffer}* The Buffer instance to wrap. +- ```encoding``` *{string}* The string encoding to use. ```Default: 'utf8'``` + +Examples: +```javascript +const someBuffer = Buffer.from('some string'); +const buff = SmartBuffer.fromBuffer(someBuffer); // Defaults to utf8 +const buff = SmartBuffer.fromBuffer(someBuffer, 'ascii'); +``` + +### Class Method: fromSize(size[, encoding]) +- ```size``` *{number}* The size to initialize the internal Buffer. +- ```encoding``` *{string}* The string encoding to use. ```Default: 'utf8'``` + +Examples: +```javascript +const buff = SmartBuffer.fromSize(1024); // Defaults to utf8 +const buff = SmartBuffer.fromSize(1024, 'ascii'); +``` + +### Class Method: fromOptions(options) +- ```options``` *{SmartBufferOptions}* The Buffer instance to wrap. + +```typescript +interface SmartBufferOptions { + encoding?: BufferEncoding; // Defaults to utf8 + size?: number; // Defaults to 4096 + buff?: Buffer; +} +``` + +Examples: +```javascript +const buff = SmartBuffer.fromOptions({ + size: 1024 +}; +const buff = SmartBuffer.fromOptions({ + size: 1024, + encoding: 'utf8' +}); +const buff = SmartBuffer.fromOptions({ + encoding: 'utf8' +}); + +const someBuff = Buffer.from('some string', 'utf8'); +const buff = SmartBuffer.fromOptions({ + buffer: someBuff, + encoding: 'utf8' +}); +``` + +## Integers + +### buff.readInt8([offset]) +### buff.readUInt8([offset]) +- ```offset``` *{number}* Optional position to start reading data from. **Default**: ```Auto managed offset``` +- Returns *{number}* + +Read a Int8 value. + +### buff.readInt16BE([offset]) +### buff.readInt16LE([offset]) +### buff.readUInt16BE([offset]) +### buff.readUInt16LE([offset]) +- ```offset``` *{number}* Optional position to start reading data from. **Default**: ```Auto managed offset``` +- Returns *{number}* + +Read a 16 bit integer value. + +### buff.readInt32BE([offset]) +### buff.readInt32LE([offset]) +### buff.readUInt32BE([offset]) +### buff.readUInt32LE([offset]) +- ```offset``` *{number}* Optional position to start reading data from. **Default**: ```Auto managed offset``` +- Returns *{number}* + +Read a 32 bit integer value. + + +### buff.writeInt8(value[, offset]) +### buff.writeUInt8(value[, offset]) +- ```value``` *{number}* The value to write. +- ```offset``` *{number}* An optional offset to write this value to. **Default:** ```Auto managed offset``` +- Returns *{this}* + +Write a Int8 value. + +### buff.insertInt8(value, offset) +### buff.insertUInt8(value, offset) +- ```value``` *{number}* The value to insert. +- ```offset``` *{number}* The offset to insert this data at. +- Returns *{this}* + +Insert a Int8 value. + + +### buff.writeInt16BE(value[, offset]) +### buff.writeInt16LE(value[, offset]) +### buff.writeUInt16BE(value[, offset]) +### buff.writeUInt16LE(value[, offset]) +- ```value``` *{number}* The value to write. +- ```offset``` *{number}* An optional offset to write this value to. **Default:** ```Auto managed offset``` +- Returns *{this}* + +Write a 16 bit integer value. + +### buff.insertInt16BE(value, offset) +### buff.insertInt16LE(value, offset) +### buff.insertUInt16BE(value, offset) +### buff.insertUInt16LE(value, offset) +- ```value``` *{number}* The value to insert. +- ```offset``` *{number}* The offset to insert this data at. +- Returns *{this}* + +Insert a 16 bit integer value. + + +### buff.writeInt32BE(value[, offset]) +### buff.writeInt32LE(value[, offset]) +### buff.writeUInt32BE(value[, offset]) +### buff.writeUInt32LE(value[, offset]) +- ```value``` *{number}* The value to write. +- ```offset``` *{number}* An optional offset to write this value to. **Default:** ```Auto managed offset``` +- Returns *{this}* + +Write a 32 bit integer value. + +### buff.insertInt32BE(value, offset) +### buff.insertInt32LE(value, offset) +### buff.insertUInt32BE(value, offset) +### buff.nsertUInt32LE(value, offset) +- ```value``` *{number}* The value to insert. +- ```offset``` *{number}* The offset to insert this data at. +- Returns *{this}* + +Insert a 32 bit integer value. + + +## Floating Point Numbers + +### buff.readFloatBE([offset]) +### buff.readFloatLE([offset]) +- ```offset``` *{number}* Optional position to start reading data from. **Default**: ```Auto managed offset``` +- Returns *{number}* + +Read a Float value. + +### buff.readDoubleBE([offset]) +### buff.readDoubleLE([offset]) +- ```offset``` *{number}* Optional position to start reading data from. **Default**: ```Auto managed offset``` +- Returns *{number}* + +Read a Double value. + + +### buff.writeFloatBE(value[, offset]) +### buff.writeFloatLE(value[, offset]) +- ```value``` *{number}* The value to write. +- ```offset``` *{number}* An optional offset to write this value to. **Default:** ```Auto managed offset``` +- Returns *{this}* + +Write a Float value. + +### buff.insertFloatBE(value, offset) +### buff.insertFloatLE(value, offset) +- ```value``` *{number}* The value to insert. +- ```offset``` *{number}* The offset to insert this data at. +- Returns *{this}* + +Insert a Float value. + + +### buff.writeDoubleBE(value[, offset]) +### buff.writeDoubleLE(value[, offset]) +- ```value``` *{number}* The value to write. +- ```offset``` *{number}* An optional offset to write this value to. **Default:** ```Auto managed offset``` +- Returns *{this}* + +Write a Double value. + +### buff.insertDoubleBE(value, offset) +### buff.insertDoubleLE(value, offset) +- ```value``` *{number}* The value to insert. +- ```offset``` *{number}* The offset to insert this data at. +- Returns *{this}* + +Insert a Double value. + +## Strings + +### buff.readString() +### buff.readString(size[, encoding]) +### buff.readString(encoding) +- ```size``` *{number}* The number of bytes to read. **Default:** ```Reads to the end of the Buffer.``` +- ```encoding``` *{string}* The string encoding to use. **Default:** ```utf8```. + +Read a string value. + +Examples: +```javascript +const buff = SmartBuffer.fromBuffer(Buffer.from('hello there', 'utf8')); +buff.readString(); // 'hello there' +buff.readString(2); // 'he' +buff.readString(2, 'utf8'); // 'he' +buff.readString('utf8'); // 'hello there' +``` + +### buff.writeString(value) +### buff.writeString(value[, offset]) +### buff.writeString(value[, encoding]) +### buff.writeString(value[, offset[, encoding]]) +- ```value``` *{string}* The string value to write. +- ```offset``` *{number}* The offset to write this value to. **Default:** ```Auto managed offset``` +- ```encoding``` *{string}* An optional string encoding to use. **Default:** ```utf8``` + +Write a string value. + +Examples: +```javascript +buff.writeString('hello'); // Auto managed offset +buff.writeString('hello', 2); +buff.writeString('hello', 'utf8') // Auto managed offset +buff.writeString('hello', 2, 'utf8'); +``` + +### buff.insertString(value, offset[, encoding]) +- ```value``` *{string}* The string value to write. +- ```offset``` *{number}* The offset to write this value to. +- ```encoding``` *{string}* An optional string encoding to use. **Default:** ```utf8``` + +Insert a string value. + +Examples: +```javascript +buff.insertString('hello', 2); +buff.insertString('hello', 2, 'utf8'); +``` + +## Null Terminated Strings + +### buff.readStringNT() +### buff.readStringNT(encoding) +- ```encoding``` *{string}* The string encoding to use. **Default:** ```utf8```. + +Read a null terminated string value. (If a null is not found, it will read to the end of the Buffer). + +Examples: +```javascript +const buff = SmartBuffer.fromBuffer(Buffer.from('hello\0 there', 'utf8')); +buff.readStringNT(); // 'hello' + +// If we called this again: +buff.readStringNT(); // ' there' +``` + +### buff.writeStringNT(value) +### buff.writeStringNT(value[, offset]) +### buff.writeStringNT(value[, encoding]) +### buff.writeStringNT(value[, offset[, encoding]]) +- ```value``` *{string}* The string value to write. +- ```offset``` *{number}* The offset to write this value to. **Default:** ```Auto managed offset``` +- ```encoding``` *{string}* An optional string encoding to use. **Default:** ```utf8``` + +Write a null terminated string value. + +Examples: +```javascript +buff.writeStringNT('hello'); // Auto managed offset +buff.writeStringNT('hello', 2); // +buff.writeStringNT('hello', 'utf8') // Auto managed offset +buff.writeStringNT('hello', 2, 'utf8'); +``` + +### buff.insertStringNT(value, offset[, encoding]) +- ```value``` *{string}* The string value to write. +- ```offset``` *{number}* The offset to write this value to. +- ```encoding``` *{string}* An optional string encoding to use. **Default:** ```utf8``` + +Insert a null terminated string value. + +Examples: +```javascript +buff.insertStringNT('hello', 2); +buff.insertStringNT('hello', 2, 'utf8'); +``` + +## Buffers + +### buff.readBuffer([length]) +- ```length``` *{number}* The number of bytes to read into a Buffer. **Default:** ```Reads to the end of the Buffer``` + +Read a Buffer of a specified size. + +### buff.writeBuffer(value[, offset]) +- ```value``` *{Buffer}* The buffer value to write. +- ```offset``` *{number}* An optional offset to write the value to. **Default:** ```Auto managed offset``` + +### buff.insertBuffer(value, offset) +- ```value``` *{Buffer}* The buffer value to write. +- ```offset``` *{number}* The offset to write the value to. + + +### buff.readBufferNT() + +Read a null terminated Buffer. + +### buff.writeBufferNT(value[, offset]) +- ```value``` *{Buffer}* The buffer value to write. +- ```offset``` *{number}* An optional offset to write the value to. **Default:** ```Auto managed offset``` + +Write a null terminated Buffer. + + +### buff.insertBufferNT(value, offset) +- ```value``` *{Buffer}* The buffer value to write. +- ```offset``` *{number}* The offset to write the value to. + +Insert a null terminated Buffer. + + +## Offsets + +### buff.readOffset +### buff.readOffset(offset) +- ```offset``` *{number}* The new read offset value to set. +- Returns: ```The current read offset``` + +Gets or sets the current read offset. + +Examples: +```javascript +const currentOffset = buff.readOffset; // 5 + +buff.readOffset = 10; + +console.log(buff.readOffset) // 10 +``` + +### buff.writeOffset +### buff.writeOffset(offset) +- ```offset``` *{number}* The new write offset value to set. +- Returns: ```The current write offset``` + +Gets or sets the current write offset. + +Examples: +```javascript +const currentOffset = buff.writeOffset; // 5 + +buff.writeOffset = 10; + +console.log(buff.writeOffset) // 10 +``` + +### buff.encoding +### buff.encoding(encoding) +- ```encoding``` *{string}* The new string encoding to set. +- Returns: ```The current string encoding``` + +Gets or sets the current string encoding. + +Examples: +```javascript +const currentEncoding = buff.encoding; // 'utf8' + +buff.encoding = 'ascii'; + +console.log(buff.encoding) // 'ascii' +``` + +## Other + +### buff.clear() + +Clear and resets the SmartBuffer instance. + +### buff.remaining() +- Returns ```Remaining data left to be read``` + +Gets the number of remaining bytes to be read. + + +### buff.internalBuffer +- Returns: *{Buffer}* + +Gets the internally managed Buffer (Includes unmanaged data). + +Examples: +```javascript +const buff = SmartBuffer.fromSize(16); +buff.writeString('hello'); +console.log(buff.InternalBuffer); // +``` + +### buff.toBuffer() +- Returns: *{Buffer}* + +Gets a sliced Buffer instance of the internally managed Buffer. (Only includes managed data) + +Examples: +```javascript +const buff = SmartBuffer.fromSize(16); +buff.writeString('hello'); +console.log(buff.toBuffer()); // +``` + +### buff.toString([encoding]) +- ```encoding``` *{string}* The string encoding to use when converting to a string. **Default:** ```utf8``` +- Returns *{string}* + +Gets a string representation of all data in the SmartBuffer. + +### buff.destroy() + +Destroys the SmartBuffer instance. + + + +## License + +This work is licensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License). diff --git a/node_modules/smart-buffer/build/smartbuffer.js b/node_modules/smart-buffer/build/smartbuffer.js new file mode 100644 index 0000000..5353ae1 --- /dev/null +++ b/node_modules/smart-buffer/build/smartbuffer.js @@ -0,0 +1,1233 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const utils_1 = require("./utils"); +// The default Buffer size if one is not provided. +const DEFAULT_SMARTBUFFER_SIZE = 4096; +// The default string encoding to use for reading/writing strings. +const DEFAULT_SMARTBUFFER_ENCODING = 'utf8'; +class SmartBuffer { + /** + * Creates a new SmartBuffer instance. + * + * @param options { SmartBufferOptions } The SmartBufferOptions to apply to this instance. + */ + constructor(options) { + this.length = 0; + this._encoding = DEFAULT_SMARTBUFFER_ENCODING; + this._writeOffset = 0; + this._readOffset = 0; + if (SmartBuffer.isSmartBufferOptions(options)) { + // Checks for encoding + if (options.encoding) { + utils_1.checkEncoding(options.encoding); + this._encoding = options.encoding; + } + // Checks for initial size length + if (options.size) { + if (utils_1.isFiniteInteger(options.size) && options.size > 0) { + this._buff = Buffer.allocUnsafe(options.size); + } + else { + throw new Error(utils_1.ERRORS.INVALID_SMARTBUFFER_SIZE); + } + // Check for initial Buffer + } + else if (options.buff) { + if (Buffer.isBuffer(options.buff)) { + this._buff = options.buff; + this.length = options.buff.length; + } + else { + throw new Error(utils_1.ERRORS.INVALID_SMARTBUFFER_BUFFER); + } + } + else { + this._buff = Buffer.allocUnsafe(DEFAULT_SMARTBUFFER_SIZE); + } + } + else { + // If something was passed but it's not a SmartBufferOptions object + if (typeof options !== 'undefined') { + throw new Error(utils_1.ERRORS.INVALID_SMARTBUFFER_OBJECT); + } + // Otherwise default to sane options + this._buff = Buffer.allocUnsafe(DEFAULT_SMARTBUFFER_SIZE); + } + } + /** + * Creates a new SmartBuffer instance with the provided internal Buffer size and optional encoding. + * + * @param size { Number } The size of the internal Buffer. + * @param encoding { String } The BufferEncoding to use for strings. + * + * @return { SmartBuffer } + */ + static fromSize(size, encoding) { + return new this({ + size: size, + encoding: encoding + }); + } + /** + * Creates a new SmartBuffer instance with the provided Buffer and optional encoding. + * + * @param buffer { Buffer } The Buffer to use as the internal Buffer value. + * @param encoding { String } The BufferEncoding to use for strings. + * + * @return { SmartBuffer } + */ + static fromBuffer(buff, encoding) { + return new this({ + buff: buff, + encoding: encoding + }); + } + /** + * Creates a new SmartBuffer instance with the provided SmartBufferOptions options. + * + * @param options { SmartBufferOptions } The options to use when creating the SmartBuffer instance. + */ + static fromOptions(options) { + return new this(options); + } + /** + * Type checking function that determines if an object is a SmartBufferOptions object. + */ + static isSmartBufferOptions(options) { + const castOptions = options; + return (castOptions && + (castOptions.encoding !== undefined || castOptions.size !== undefined || castOptions.buff !== undefined)); + } + // Signed integers + /** + * Reads an Int8 value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt8(offset) { + return this._readNumberValue(Buffer.prototype.readInt8, 1, offset); + } + /** + * Reads an Int16BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt16BE(offset) { + return this._readNumberValue(Buffer.prototype.readInt16BE, 2, offset); + } + /** + * Reads an Int16LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt16LE(offset) { + return this._readNumberValue(Buffer.prototype.readInt16LE, 2, offset); + } + /** + * Reads an Int32BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt32BE(offset) { + return this._readNumberValue(Buffer.prototype.readInt32BE, 4, offset); + } + /** + * Reads an Int32LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt32LE(offset) { + return this._readNumberValue(Buffer.prototype.readInt32LE, 4, offset); + } + /** + * Reads a BigInt64BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { BigInt } + */ + readBigInt64BE(offset) { + utils_1.bigIntAndBufferInt64Check('readBigInt64BE'); + return this._readNumberValue(Buffer.prototype.readBigInt64BE, 8, offset); + } + /** + * Reads a BigInt64LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { BigInt } + */ + readBigInt64LE(offset) { + utils_1.bigIntAndBufferInt64Check('readBigInt64LE'); + return this._readNumberValue(Buffer.prototype.readBigInt64LE, 8, offset); + } + /** + * Writes an Int8 value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt8(value, offset) { + this._writeNumberValue(Buffer.prototype.writeInt8, 1, value, offset); + return this; + } + /** + * Inserts an Int8 value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt8(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeInt8, 1, value, offset); + } + /** + * Writes an Int16BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt16BE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeInt16BE, 2, value, offset); + } + /** + * Inserts an Int16BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt16BE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeInt16BE, 2, value, offset); + } + /** + * Writes an Int16LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt16LE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeInt16LE, 2, value, offset); + } + /** + * Inserts an Int16LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt16LE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeInt16LE, 2, value, offset); + } + /** + * Writes an Int32BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt32BE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeInt32BE, 4, value, offset); + } + /** + * Inserts an Int32BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt32BE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeInt32BE, 4, value, offset); + } + /** + * Writes an Int32LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt32LE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeInt32LE, 4, value, offset); + } + /** + * Inserts an Int32LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt32LE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeInt32LE, 4, value, offset); + } + /** + * Writes a BigInt64BE value to the current write position (or at optional offset). + * + * @param value { BigInt } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeBigInt64BE(value, offset) { + utils_1.bigIntAndBufferInt64Check('writeBigInt64BE'); + return this._writeNumberValue(Buffer.prototype.writeBigInt64BE, 8, value, offset); + } + /** + * Inserts a BigInt64BE value at the given offset value. + * + * @param value { BigInt } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertBigInt64BE(value, offset) { + utils_1.bigIntAndBufferInt64Check('writeBigInt64BE'); + return this._insertNumberValue(Buffer.prototype.writeBigInt64BE, 8, value, offset); + } + /** + * Writes a BigInt64LE value to the current write position (or at optional offset). + * + * @param value { BigInt } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeBigInt64LE(value, offset) { + utils_1.bigIntAndBufferInt64Check('writeBigInt64LE'); + return this._writeNumberValue(Buffer.prototype.writeBigInt64LE, 8, value, offset); + } + /** + * Inserts a Int64LE value at the given offset value. + * + * @param value { BigInt } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertBigInt64LE(value, offset) { + utils_1.bigIntAndBufferInt64Check('writeBigInt64LE'); + return this._insertNumberValue(Buffer.prototype.writeBigInt64LE, 8, value, offset); + } + // Unsigned Integers + /** + * Reads an UInt8 value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt8(offset) { + return this._readNumberValue(Buffer.prototype.readUInt8, 1, offset); + } + /** + * Reads an UInt16BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt16BE(offset) { + return this._readNumberValue(Buffer.prototype.readUInt16BE, 2, offset); + } + /** + * Reads an UInt16LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt16LE(offset) { + return this._readNumberValue(Buffer.prototype.readUInt16LE, 2, offset); + } + /** + * Reads an UInt32BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt32BE(offset) { + return this._readNumberValue(Buffer.prototype.readUInt32BE, 4, offset); + } + /** + * Reads an UInt32LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt32LE(offset) { + return this._readNumberValue(Buffer.prototype.readUInt32LE, 4, offset); + } + /** + * Reads a BigUInt64BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { BigInt } + */ + readBigUInt64BE(offset) { + utils_1.bigIntAndBufferInt64Check('readBigUInt64BE'); + return this._readNumberValue(Buffer.prototype.readBigUInt64BE, 8, offset); + } + /** + * Reads a BigUInt64LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { BigInt } + */ + readBigUInt64LE(offset) { + utils_1.bigIntAndBufferInt64Check('readBigUInt64LE'); + return this._readNumberValue(Buffer.prototype.readBigUInt64LE, 8, offset); + } + /** + * Writes an UInt8 value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt8(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeUInt8, 1, value, offset); + } + /** + * Inserts an UInt8 value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt8(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeUInt8, 1, value, offset); + } + /** + * Writes an UInt16BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt16BE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeUInt16BE, 2, value, offset); + } + /** + * Inserts an UInt16BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt16BE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeUInt16BE, 2, value, offset); + } + /** + * Writes an UInt16LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt16LE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeUInt16LE, 2, value, offset); + } + /** + * Inserts an UInt16LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt16LE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeUInt16LE, 2, value, offset); + } + /** + * Writes an UInt32BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt32BE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeUInt32BE, 4, value, offset); + } + /** + * Inserts an UInt32BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt32BE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeUInt32BE, 4, value, offset); + } + /** + * Writes an UInt32LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt32LE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeUInt32LE, 4, value, offset); + } + /** + * Inserts an UInt32LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt32LE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeUInt32LE, 4, value, offset); + } + /** + * Writes a BigUInt64BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeBigUInt64BE(value, offset) { + utils_1.bigIntAndBufferInt64Check('writeBigUInt64BE'); + return this._writeNumberValue(Buffer.prototype.writeBigUInt64BE, 8, value, offset); + } + /** + * Inserts a BigUInt64BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertBigUInt64BE(value, offset) { + utils_1.bigIntAndBufferInt64Check('writeBigUInt64BE'); + return this._insertNumberValue(Buffer.prototype.writeBigUInt64BE, 8, value, offset); + } + /** + * Writes a BigUInt64LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeBigUInt64LE(value, offset) { + utils_1.bigIntAndBufferInt64Check('writeBigUInt64LE'); + return this._writeNumberValue(Buffer.prototype.writeBigUInt64LE, 8, value, offset); + } + /** + * Inserts a BigUInt64LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertBigUInt64LE(value, offset) { + utils_1.bigIntAndBufferInt64Check('writeBigUInt64LE'); + return this._insertNumberValue(Buffer.prototype.writeBigUInt64LE, 8, value, offset); + } + // Floating Point + /** + * Reads an FloatBE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readFloatBE(offset) { + return this._readNumberValue(Buffer.prototype.readFloatBE, 4, offset); + } + /** + * Reads an FloatLE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readFloatLE(offset) { + return this._readNumberValue(Buffer.prototype.readFloatLE, 4, offset); + } + /** + * Writes a FloatBE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeFloatBE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeFloatBE, 4, value, offset); + } + /** + * Inserts a FloatBE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertFloatBE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeFloatBE, 4, value, offset); + } + /** + * Writes a FloatLE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeFloatLE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeFloatLE, 4, value, offset); + } + /** + * Inserts a FloatLE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertFloatLE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeFloatLE, 4, value, offset); + } + // Double Floating Point + /** + * Reads an DoublEBE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readDoubleBE(offset) { + return this._readNumberValue(Buffer.prototype.readDoubleBE, 8, offset); + } + /** + * Reads an DoubleLE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readDoubleLE(offset) { + return this._readNumberValue(Buffer.prototype.readDoubleLE, 8, offset); + } + /** + * Writes a DoubleBE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeDoubleBE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeDoubleBE, 8, value, offset); + } + /** + * Inserts a DoubleBE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertDoubleBE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeDoubleBE, 8, value, offset); + } + /** + * Writes a DoubleLE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeDoubleLE(value, offset) { + return this._writeNumberValue(Buffer.prototype.writeDoubleLE, 8, value, offset); + } + /** + * Inserts a DoubleLE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertDoubleLE(value, offset) { + return this._insertNumberValue(Buffer.prototype.writeDoubleLE, 8, value, offset); + } + // Strings + /** + * Reads a String from the current read position. + * + * @param arg1 { Number | String } The number of bytes to read as a String, or the BufferEncoding to use for + * the string (Defaults to instance level encoding). + * @param encoding { String } The BufferEncoding to use for the string (Defaults to instance level encoding). + * + * @return { String } + */ + readString(arg1, encoding) { + let lengthVal; + // Length provided + if (typeof arg1 === 'number') { + utils_1.checkLengthValue(arg1); + lengthVal = Math.min(arg1, this.length - this._readOffset); + } + else { + encoding = arg1; + lengthVal = this.length - this._readOffset; + } + // Check encoding + if (typeof encoding !== 'undefined') { + utils_1.checkEncoding(encoding); + } + const value = this._buff.slice(this._readOffset, this._readOffset + lengthVal).toString(encoding || this._encoding); + this._readOffset += lengthVal; + return value; + } + /** + * Inserts a String + * + * @param value { String } The String value to insert. + * @param offset { Number } The offset to insert the string at. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + * + * @return this + */ + insertString(value, offset, encoding) { + utils_1.checkOffsetValue(offset); + return this._handleString(value, true, offset, encoding); + } + /** + * Writes a String + * + * @param value { String } The String value to write. + * @param arg2 { Number | String } The offset to write the string at, or the BufferEncoding to use. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + * + * @return this + */ + writeString(value, arg2, encoding) { + return this._handleString(value, false, arg2, encoding); + } + /** + * Reads a null-terminated String from the current read position. + * + * @param encoding { String } The BufferEncoding to use for the string (Defaults to instance level encoding). + * + * @return { String } + */ + readStringNT(encoding) { + if (typeof encoding !== 'undefined') { + utils_1.checkEncoding(encoding); + } + // Set null character position to the end SmartBuffer instance. + let nullPos = this.length; + // Find next null character (if one is not found, default from above is used) + for (let i = this._readOffset; i < this.length; i++) { + if (this._buff[i] === 0x00) { + nullPos = i; + break; + } + } + // Read string value + const value = this._buff.slice(this._readOffset, nullPos); + // Increment internal Buffer read offset + this._readOffset = nullPos + 1; + return value.toString(encoding || this._encoding); + } + /** + * Inserts a null-terminated String. + * + * @param value { String } The String value to write. + * @param arg2 { Number | String } The offset to write the string to, or the BufferEncoding to use. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + * + * @return this + */ + insertStringNT(value, offset, encoding) { + utils_1.checkOffsetValue(offset); + // Write Values + this.insertString(value, offset, encoding); + this.insertUInt8(0x00, offset + value.length); + return this; + } + /** + * Writes a null-terminated String. + * + * @param value { String } The String value to write. + * @param arg2 { Number | String } The offset to write the string to, or the BufferEncoding to use. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + * + * @return this + */ + writeStringNT(value, arg2, encoding) { + // Write Values + this.writeString(value, arg2, encoding); + this.writeUInt8(0x00, typeof arg2 === 'number' ? arg2 + value.length : this.writeOffset); + return this; + } + // Buffers + /** + * Reads a Buffer from the internal read position. + * + * @param length { Number } The length of data to read as a Buffer. + * + * @return { Buffer } + */ + readBuffer(length) { + if (typeof length !== 'undefined') { + utils_1.checkLengthValue(length); + } + const lengthVal = typeof length === 'number' ? length : this.length; + const endPoint = Math.min(this.length, this._readOffset + lengthVal); + // Read buffer value + const value = this._buff.slice(this._readOffset, endPoint); + // Increment internal Buffer read offset + this._readOffset = endPoint; + return value; + } + /** + * Writes a Buffer to the current write position. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + * + * @return this + */ + insertBuffer(value, offset) { + utils_1.checkOffsetValue(offset); + return this._handleBuffer(value, true, offset); + } + /** + * Writes a Buffer to the current write position. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + * + * @return this + */ + writeBuffer(value, offset) { + return this._handleBuffer(value, false, offset); + } + /** + * Reads a null-terminated Buffer from the current read poisiton. + * + * @return { Buffer } + */ + readBufferNT() { + // Set null character position to the end SmartBuffer instance. + let nullPos = this.length; + // Find next null character (if one is not found, default from above is used) + for (let i = this._readOffset; i < this.length; i++) { + if (this._buff[i] === 0x00) { + nullPos = i; + break; + } + } + // Read value + const value = this._buff.slice(this._readOffset, nullPos); + // Increment internal Buffer read offset + this._readOffset = nullPos + 1; + return value; + } + /** + * Inserts a null-terminated Buffer. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + * + * @return this + */ + insertBufferNT(value, offset) { + utils_1.checkOffsetValue(offset); + // Write Values + this.insertBuffer(value, offset); + this.insertUInt8(0x00, offset + value.length); + return this; + } + /** + * Writes a null-terminated Buffer. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + * + * @return this + */ + writeBufferNT(value, offset) { + // Checks for valid numberic value; + if (typeof offset !== 'undefined') { + utils_1.checkOffsetValue(offset); + } + // Write Values + this.writeBuffer(value, offset); + this.writeUInt8(0x00, typeof offset === 'number' ? offset + value.length : this._writeOffset); + return this; + } + /** + * Clears the SmartBuffer instance to its original empty state. + */ + clear() { + this._writeOffset = 0; + this._readOffset = 0; + this.length = 0; + return this; + } + /** + * Gets the remaining data left to be read from the SmartBuffer instance. + * + * @return { Number } + */ + remaining() { + return this.length - this._readOffset; + } + /** + * Gets the current read offset value of the SmartBuffer instance. + * + * @return { Number } + */ + get readOffset() { + return this._readOffset; + } + /** + * Sets the read offset value of the SmartBuffer instance. + * + * @param offset { Number } - The offset value to set. + */ + set readOffset(offset) { + utils_1.checkOffsetValue(offset); + // Check for bounds. + utils_1.checkTargetOffset(offset, this); + this._readOffset = offset; + } + /** + * Gets the current write offset value of the SmartBuffer instance. + * + * @return { Number } + */ + get writeOffset() { + return this._writeOffset; + } + /** + * Sets the write offset value of the SmartBuffer instance. + * + * @param offset { Number } - The offset value to set. + */ + set writeOffset(offset) { + utils_1.checkOffsetValue(offset); + // Check for bounds. + utils_1.checkTargetOffset(offset, this); + this._writeOffset = offset; + } + /** + * Gets the currently set string encoding of the SmartBuffer instance. + * + * @return { BufferEncoding } The string Buffer encoding currently set. + */ + get encoding() { + return this._encoding; + } + /** + * Sets the string encoding of the SmartBuffer instance. + * + * @param encoding { BufferEncoding } The string Buffer encoding to set. + */ + set encoding(encoding) { + utils_1.checkEncoding(encoding); + this._encoding = encoding; + } + /** + * Gets the underlying internal Buffer. (This includes unmanaged data in the Buffer) + * + * @return { Buffer } The Buffer value. + */ + get internalBuffer() { + return this._buff; + } + /** + * Gets the value of the internal managed Buffer (Includes managed data only) + * + * @param { Buffer } + */ + toBuffer() { + return this._buff.slice(0, this.length); + } + /** + * Gets the String value of the internal managed Buffer + * + * @param encoding { String } The BufferEncoding to display the Buffer as (defaults to instance level encoding). + */ + toString(encoding) { + const encodingVal = typeof encoding === 'string' ? encoding : this._encoding; + // Check for invalid encoding. + utils_1.checkEncoding(encodingVal); + return this._buff.toString(encodingVal, 0, this.length); + } + /** + * Destroys the SmartBuffer instance. + */ + destroy() { + this.clear(); + return this; + } + /** + * Handles inserting and writing strings. + * + * @param value { String } The String value to insert. + * @param isInsert { Boolean } True if inserting a string, false if writing. + * @param arg2 { Number | String } The offset to insert the string at, or the BufferEncoding to use. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + */ + _handleString(value, isInsert, arg3, encoding) { + let offsetVal = this._writeOffset; + let encodingVal = this._encoding; + // Check for offset + if (typeof arg3 === 'number') { + offsetVal = arg3; + // Check for encoding + } + else if (typeof arg3 === 'string') { + utils_1.checkEncoding(arg3); + encodingVal = arg3; + } + // Check for encoding (third param) + if (typeof encoding === 'string') { + utils_1.checkEncoding(encoding); + encodingVal = encoding; + } + // Calculate bytelength of string. + const byteLength = Buffer.byteLength(value, encodingVal); + // Ensure there is enough internal Buffer capacity. + if (isInsert) { + this.ensureInsertable(byteLength, offsetVal); + } + else { + this._ensureWriteable(byteLength, offsetVal); + } + // Write value + this._buff.write(value, offsetVal, byteLength, encodingVal); + // Increment internal Buffer write offset; + if (isInsert) { + this._writeOffset += byteLength; + } + else { + // If an offset was given, check to see if we wrote beyond the current writeOffset. + if (typeof arg3 === 'number') { + this._writeOffset = Math.max(this._writeOffset, offsetVal + byteLength); + } + else { + // If no offset was given, we wrote to the end of the SmartBuffer so increment writeOffset. + this._writeOffset += byteLength; + } + } + return this; + } + /** + * Handles writing or insert of a Buffer. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + */ + _handleBuffer(value, isInsert, offset) { + const offsetVal = typeof offset === 'number' ? offset : this._writeOffset; + // Ensure there is enough internal Buffer capacity. + if (isInsert) { + this.ensureInsertable(value.length, offsetVal); + } + else { + this._ensureWriteable(value.length, offsetVal); + } + // Write buffer value + value.copy(this._buff, offsetVal); + // Increment internal Buffer write offset; + if (isInsert) { + this._writeOffset += value.length; + } + else { + // If an offset was given, check to see if we wrote beyond the current writeOffset. + if (typeof offset === 'number') { + this._writeOffset = Math.max(this._writeOffset, offsetVal + value.length); + } + else { + // If no offset was given, we wrote to the end of the SmartBuffer so increment writeOffset. + this._writeOffset += value.length; + } + } + return this; + } + /** + * Ensures that the internal Buffer is large enough to read data. + * + * @param length { Number } The length of the data that needs to be read. + * @param offset { Number } The offset of the data that needs to be read. + */ + ensureReadable(length, offset) { + // Offset value defaults to managed read offset. + let offsetVal = this._readOffset; + // If an offset was provided, use it. + if (typeof offset !== 'undefined') { + // Checks for valid numberic value; + utils_1.checkOffsetValue(offset); + // Overide with custom offset. + offsetVal = offset; + } + // Checks if offset is below zero, or the offset+length offset is beyond the total length of the managed data. + if (offsetVal < 0 || offsetVal + length > this.length) { + throw new Error(utils_1.ERRORS.INVALID_READ_BEYOND_BOUNDS); + } + } + /** + * Ensures that the internal Buffer is large enough to insert data. + * + * @param dataLength { Number } The length of the data that needs to be written. + * @param offset { Number } The offset of the data to be written. + */ + ensureInsertable(dataLength, offset) { + // Checks for valid numberic value; + utils_1.checkOffsetValue(offset); + // Ensure there is enough internal Buffer capacity. + this._ensureCapacity(this.length + dataLength); + // If an offset was provided and its not the very end of the buffer, copy data into appropriate location in regards to the offset. + if (offset < this.length) { + this._buff.copy(this._buff, offset + dataLength, offset, this._buff.length); + } + // Adjust tracked smart buffer length + if (offset + dataLength > this.length) { + this.length = offset + dataLength; + } + else { + this.length += dataLength; + } + } + /** + * Ensures that the internal Buffer is large enough to write data. + * + * @param dataLength { Number } The length of the data that needs to be written. + * @param offset { Number } The offset of the data to be written (defaults to writeOffset). + */ + _ensureWriteable(dataLength, offset) { + const offsetVal = typeof offset === 'number' ? offset : this._writeOffset; + // Ensure enough capacity to write data. + this._ensureCapacity(offsetVal + dataLength); + // Adjust SmartBuffer length (if offset + length is larger than managed length, adjust length) + if (offsetVal + dataLength > this.length) { + this.length = offsetVal + dataLength; + } + } + /** + * Ensures that the internal Buffer is large enough to write at least the given amount of data. + * + * @param minLength { Number } The minimum length of the data needs to be written. + */ + _ensureCapacity(minLength) { + const oldLength = this._buff.length; + if (minLength > oldLength) { + let data = this._buff; + let newLength = (oldLength * 3) / 2 + 1; + if (newLength < minLength) { + newLength = minLength; + } + this._buff = Buffer.allocUnsafe(newLength); + data.copy(this._buff, 0, 0, oldLength); + } + } + /** + * Reads a numeric number value using the provided function. + * + * @typeparam T { number | bigint } The type of the value to be read + * + * @param func { Function(offset: number) => number } The function to read data on the internal Buffer with. + * @param byteSize { Number } The number of bytes read. + * @param offset { Number } The offset to read from (optional). When this is not provided, the managed readOffset is used instead. + * + * @returns { T } the number value + */ + _readNumberValue(func, byteSize, offset) { + this.ensureReadable(byteSize, offset); + // Call Buffer.readXXXX(); + const value = func.call(this._buff, typeof offset === 'number' ? offset : this._readOffset); + // Adjust internal read offset if an optional read offset was not provided. + if (typeof offset === 'undefined') { + this._readOffset += byteSize; + } + return value; + } + /** + * Inserts a numeric number value based on the given offset and value. + * + * @typeparam T { number | bigint } The type of the value to be written + * + * @param func { Function(offset: T, offset?) => number} The function to write data on the internal Buffer with. + * @param byteSize { Number } The number of bytes written. + * @param value { T } The number value to write. + * @param offset { Number } the offset to write the number at (REQUIRED). + * + * @returns SmartBuffer this buffer + */ + _insertNumberValue(func, byteSize, value, offset) { + // Check for invalid offset values. + utils_1.checkOffsetValue(offset); + // Ensure there is enough internal Buffer capacity. (raw offset is passed) + this.ensureInsertable(byteSize, offset); + // Call buffer.writeXXXX(); + func.call(this._buff, value, offset); + // Adjusts internally managed write offset. + this._writeOffset += byteSize; + return this; + } + /** + * Writes a numeric number value based on the given offset and value. + * + * @typeparam T { number | bigint } The type of the value to be written + * + * @param func { Function(offset: T, offset?) => number} The function to write data on the internal Buffer with. + * @param byteSize { Number } The number of bytes written. + * @param value { T } The number value to write. + * @param offset { Number } the offset to write the number at (REQUIRED). + * + * @returns SmartBuffer this buffer + */ + _writeNumberValue(func, byteSize, value, offset) { + // If an offset was provided, validate it. + if (typeof offset === 'number') { + // Check if we're writing beyond the bounds of the managed data. + if (offset < 0) { + throw new Error(utils_1.ERRORS.INVALID_WRITE_BEYOND_BOUNDS); + } + utils_1.checkOffsetValue(offset); + } + // Default to writeOffset if no offset value was given. + const offsetVal = typeof offset === 'number' ? offset : this._writeOffset; + // Ensure there is enough internal Buffer capacity. (raw offset is passed) + this._ensureWriteable(byteSize, offsetVal); + func.call(this._buff, value, offsetVal); + // If an offset was given, check to see if we wrote beyond the current writeOffset. + if (typeof offset === 'number') { + this._writeOffset = Math.max(this._writeOffset, offsetVal + byteSize); + } + else { + // If no numeric offset was given, we wrote to the end of the SmartBuffer so increment writeOffset. + this._writeOffset += byteSize; + } + return this; + } +} +exports.SmartBuffer = SmartBuffer; +//# sourceMappingURL=smartbuffer.js.map \ No newline at end of file diff --git a/node_modules/smart-buffer/build/smartbuffer.js.map b/node_modules/smart-buffer/build/smartbuffer.js.map new file mode 100644 index 0000000..37f0d6e --- /dev/null +++ b/node_modules/smart-buffer/build/smartbuffer.js.map @@ -0,0 +1 @@ +{"version":3,"file":"smartbuffer.js","sourceRoot":"","sources":["../src/smartbuffer.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/smart-buffer/build/utils.js b/node_modules/smart-buffer/build/utils.js new file mode 100644 index 0000000..6d55981 --- /dev/null +++ b/node_modules/smart-buffer/build/utils.js @@ -0,0 +1,108 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +const buffer_1 = require("buffer"); +/** + * Error strings + */ +const ERRORS = { + INVALID_ENCODING: 'Invalid encoding provided. Please specify a valid encoding the internal Node.js Buffer supports.', + INVALID_SMARTBUFFER_SIZE: 'Invalid size provided. Size must be a valid integer greater than zero.', + INVALID_SMARTBUFFER_BUFFER: 'Invalid Buffer provided in SmartBufferOptions.', + INVALID_SMARTBUFFER_OBJECT: 'Invalid SmartBufferOptions object supplied to SmartBuffer constructor or factory methods.', + INVALID_OFFSET: 'An invalid offset value was provided.', + INVALID_OFFSET_NON_NUMBER: 'An invalid offset value was provided. A numeric value is required.', + INVALID_LENGTH: 'An invalid length value was provided.', + INVALID_LENGTH_NON_NUMBER: 'An invalid length value was provived. A numeric value is required.', + INVALID_TARGET_OFFSET: 'Target offset is beyond the bounds of the internal SmartBuffer data.', + INVALID_TARGET_LENGTH: 'Specified length value moves cursor beyong the bounds of the internal SmartBuffer data.', + INVALID_READ_BEYOND_BOUNDS: 'Attempted to read beyond the bounds of the managed data.', + INVALID_WRITE_BEYOND_BOUNDS: 'Attempted to write beyond the bounds of the managed data.' +}; +exports.ERRORS = ERRORS; +/** + * Checks if a given encoding is a valid Buffer encoding. (Throws an exception if check fails) + * + * @param { String } encoding The encoding string to check. + */ +function checkEncoding(encoding) { + if (!buffer_1.Buffer.isEncoding(encoding)) { + throw new Error(ERRORS.INVALID_ENCODING); + } +} +exports.checkEncoding = checkEncoding; +/** + * Checks if a given number is a finite integer. (Throws an exception if check fails) + * + * @param { Number } value The number value to check. + */ +function isFiniteInteger(value) { + return typeof value === 'number' && isFinite(value) && isInteger(value); +} +exports.isFiniteInteger = isFiniteInteger; +/** + * Checks if an offset/length value is valid. (Throws an exception if check fails) + * + * @param value The value to check. + * @param offset True if checking an offset, false if checking a length. + */ +function checkOffsetOrLengthValue(value, offset) { + if (typeof value === 'number') { + // Check for non finite/non integers + if (!isFiniteInteger(value) || value < 0) { + throw new Error(offset ? ERRORS.INVALID_OFFSET : ERRORS.INVALID_LENGTH); + } + } + else { + throw new Error(offset ? ERRORS.INVALID_OFFSET_NON_NUMBER : ERRORS.INVALID_LENGTH_NON_NUMBER); + } +} +/** + * Checks if a length value is valid. (Throws an exception if check fails) + * + * @param { Number } length The value to check. + */ +function checkLengthValue(length) { + checkOffsetOrLengthValue(length, false); +} +exports.checkLengthValue = checkLengthValue; +/** + * Checks if a offset value is valid. (Throws an exception if check fails) + * + * @param { Number } offset The value to check. + */ +function checkOffsetValue(offset) { + checkOffsetOrLengthValue(offset, true); +} +exports.checkOffsetValue = checkOffsetValue; +/** + * Checks if a target offset value is out of bounds. (Throws an exception if check fails) + * + * @param { Number } offset The offset value to check. + * @param { SmartBuffer } buff The SmartBuffer instance to check against. + */ +function checkTargetOffset(offset, buff) { + if (offset < 0 || offset > buff.length) { + throw new Error(ERRORS.INVALID_TARGET_OFFSET); + } +} +exports.checkTargetOffset = checkTargetOffset; +/** + * Determines whether a given number is a integer. + * @param value The number to check. + */ +function isInteger(value) { + return typeof value === 'number' && isFinite(value) && Math.floor(value) === value; +} +/** + * Throws if Node.js version is too low to support bigint + */ +function bigIntAndBufferInt64Check(bufferMethod) { + if (typeof BigInt === 'undefined') { + throw new Error('Platform does not support JS BigInt type.'); + } + if (typeof buffer_1.Buffer.prototype[bufferMethod] === 'undefined') { + throw new Error(`Platform does not support Buffer.prototype.${bufferMethod}.`); + } +} +exports.bigIntAndBufferInt64Check = bigIntAndBufferInt64Check; +//# sourceMappingURL=utils.js.map \ No newline at end of file diff --git a/node_modules/smart-buffer/build/utils.js.map b/node_modules/smart-buffer/build/utils.js.map new file mode 100644 index 0000000..fc7388d --- /dev/null +++ b/node_modules/smart-buffer/build/utils.js.map @@ -0,0 +1 @@ +{"version":3,"file":"utils.js","sourceRoot":"","sources":["../src/utils.ts"],"names":[],"mappings":";;AACA,mCAAgC;AAEhC;;GAEG;AACH,MAAM,MAAM,GAAG;IACb,gBAAgB,EAAE,kGAAkG;IACpH,wBAAwB,EAAE,wEAAwE;IAClG,0BAA0B,EAAE,gDAAgD;IAC5E,0BAA0B,EAAE,2FAA2F;IACvH,cAAc,EAAE,uCAAuC;IACvD,yBAAyB,EAAE,oEAAoE;IAC/F,cAAc,EAAE,uCAAuC;IACvD,yBAAyB,EAAE,oEAAoE;IAC/F,qBAAqB,EAAE,sEAAsE;IAC7F,qBAAqB,EAAE,yFAAyF;IAChH,0BAA0B,EAAE,0DAA0D;IACtF,2BAA2B,EAAE,2DAA2D;CACzF,CAAC;AAuGA,wBAAM;AArGR;;;;GAIG;AACH,SAAS,aAAa,CAAC,QAAwB;IAC7C,IAAI,CAAC,eAAM,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE;QAChC,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,gBAAgB,CAAC,CAAC;KAC1C;AACH,CAAC;AA4F0B,sCAAa;AA1FxC;;;;GAIG;AACH,SAAS,eAAe,CAAC,KAAa;IACpC,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,SAAS,CAAC,KAAK,CAAC,CAAC;AAC1E,CAAC;AAmFS,0CAAe;AAjFzB;;;;;GAKG;AACH,SAAS,wBAAwB,CAAC,KAAU,EAAE,MAAe;IAC3D,IAAI,OAAO,KAAK,KAAK,QAAQ,EAAE;QAC7B,oCAAoC;QACpC,IAAI,CAAC,eAAe,CAAC,KAAK,CAAC,IAAI,KAAK,GAAG,CAAC,EAAE;YACxC,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC;SACzE;KACF;SAAM;QACL,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,yBAAyB,CAAC,CAAC,CAAC,MAAM,CAAC,yBAAyB,CAAC,CAAC;KAC/F;AACH,CAAC;AAED;;;;GAIG;AACH,SAAS,gBAAgB,CAAC,MAAW;IACnC,wBAAwB,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;AAC1C,CAAC;AA0DC,4CAAgB;AAxDlB;;;;GAIG;AACH,SAAS,gBAAgB,CAAC,MAAW;IACnC,wBAAwB,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;AACzC,CAAC;AAgDyC,4CAAgB;AA9C1D;;;;;GAKG;AACH,SAAS,iBAAiB,CAAC,MAAc,EAAE,IAAiB;IAC1D,IAAI,MAAM,GAAG,CAAC,IAAI,MAAM,GAAG,IAAI,CAAC,MAAM,EAAE;QACtC,MAAM,IAAI,KAAK,CAAC,MAAM,CAAC,qBAAqB,CAAC,CAAC;KAC/C;AACH,CAAC;AAqCmB,8CAAiB;AAnCrC;;;GAGG;AACH,SAAS,SAAS,CAAC,KAAa;IAC9B,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAI,QAAQ,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,KAAK,KAAK,CAAC;AACrF,CAAC;AAcD;;GAEG;AACH,SAAS,yBAAyB,CAAC,YAA0B;IAC3D,IAAI,OAAO,MAAM,KAAK,WAAW,EAAE;QACjC,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;KAC9D;IAED,IAAI,OAAO,eAAM,CAAC,SAAS,CAAC,YAAY,CAAC,KAAK,WAAW,EAAE;QACzD,MAAM,IAAI,KAAK,CAAC,8CAA8C,YAAY,GAAG,CAAC,CAAC;KAChF;AACH,CAAC;AAIsC,8DAAyB"} \ No newline at end of file diff --git a/node_modules/smart-buffer/docs/CHANGELOG.md b/node_modules/smart-buffer/docs/CHANGELOG.md new file mode 100644 index 0000000..1199a4d --- /dev/null +++ b/node_modules/smart-buffer/docs/CHANGELOG.md @@ -0,0 +1,70 @@ +# Change Log +## 4.1.0 +> Released 07/24/2019 +* Adds int64 support for node v12+ +* Drops support for node v4 + +## 4.0 +> Released 10/21/2017 +* Major breaking changes arriving in v4. + +### New Features +* Ability to read data from a specific offset. ex: readInt8(5) +* Ability to write over data when an offset is given (see breaking changes) ex: writeInt8(5, 0); +* Ability to set internal read and write offsets. + + + +### Breaking Changes + +* Old constructor patterns have been completely removed. It's now required to use the SmartBuffer.fromXXX() factory constructors. Read more on the v4 docs. +* rewind(), skip(), moveTo() have been removed. +* Internal private properties are now prefixed with underscores (_). +* **All** writeXXX() methods that are given an offset will now **overwrite data** instead of insert +* insertXXX() methods have been added for when you want to insert data at a specific offset (this replaces the old behavior of writeXXX() when an offset was provided) + + +### Other Changes +* Standardizd error messaging +* Standardized offset/length bounds and sanity checking +* General overall cleanup of code. + +## 3.0.3 +> Released 02/19/2017 +* Adds missing type definitions for some internal functions. + +## 3.0.2 +> Released 02/17/2017 + +### Bug Fixes +* Fixes a bug where using readString with a length of zero resulted in reading the remaining data instead of returning an empty string. (Fixed by Seldszar) + +## 3.0.1 +> Released 02/15/2017 + +### Bug Fixes +* Fixes a bug leftover from the TypeScript refactor where .readIntXXX() resulted in .readUIntXXX() being called by mistake. + +## 3.0 +> Released 02/12/2017 + +### Bug Fixes +* readUIntXXXX() methods will now throw an exception if they attempt to read beyond the bounds of the valid buffer data available. + * **Note** This is technically a breaking change, so version is bumped to 3.x. + +## 2.0 +> Relased 01/30/2017 + +### New Features: + +* Entire package re-written in TypeScript (2.1) +* Backwards compatibility is preserved for now +* New factory methods for creating SmartBuffer instances + * SmartBuffer.fromSize() + * SmartBuffer.fromBuffer() + * SmartBuffer.fromOptions() +* New SmartBufferOptions constructor options +* Added additional tests + +### Bug Fixes: +* Fixes a bug where reading null terminated strings may result in an exception. diff --git a/node_modules/smart-buffer/docs/README_v3.md b/node_modules/smart-buffer/docs/README_v3.md new file mode 100644 index 0000000..b7c48b8 --- /dev/null +++ b/node_modules/smart-buffer/docs/README_v3.md @@ -0,0 +1,367 @@ +smart-buffer [![Build Status](https://travis-ci.org/JoshGlazebrook/smart-buffer.svg?branch=master)](https://travis-ci.org/JoshGlazebrook/smart-buffer) [![Coverage Status](https://coveralls.io/repos/github/JoshGlazebrook/smart-buffer/badge.svg?branch=master)](https://coveralls.io/github/JoshGlazebrook/smart-buffer?branch=master) +============= + +smart-buffer is a light Buffer wrapper that takes away the need to keep track of what position to read and write data to and from the underlying Buffer. It also adds null terminating string operations and **grows** as you add more data. + +![stats](https://nodei.co/npm/smart-buffer.png?downloads=true&downloadRank=true&stars=true "stats") + +### What it's useful for: + +I created smart-buffer because I wanted to simplify the process of using Buffer for building and reading network packets to send over a socket. Rather than having to keep track of which position I need to write a UInt16 to after adding a string of variable length, I simply don't have to. + +Key Features: +* Proxies all of the Buffer write and read functions. +* Keeps track of read and write positions for you. +* Grows the internal Buffer as you add data to it. +* Useful string operations. (Null terminating strings) +* Allows for inserting values at specific points in the internal Buffer. +* Built in TypeScript +* Type Definitions Provided + +Requirements: +* Node v4.0+ is supported at this time. (Versions prior to 2.0 will work on node 0.10) + + +#### Note: +smart-buffer can be used for writing to an underlying buffer as well as reading from it. It however does not function correctly if you're mixing both read and write operations with each other. + +## Breaking Changes with 2.0 +The latest version (2.0+) is written in TypeScript, and are compiled to ES6 Javascript. This means the earliest Node.js it supports will be 4.x (in strict mode.) If you're using version 6 and above it will work without any issues. From an API standpoint, 2.0 is backwards compatible. The only difference is SmartBuffer is not exported directly as the root module. + +## Breaking Changes with 3.0 +Starting with 3.0, if any of the readIntXXXX() methods are called and the requested data is larger than the bounds of the internally managed valid buffer data, an exception will now be thrown. + +## Installing: + +`npm install smart-buffer` + +or + +`yarn add smart-buffer` + +Note: The published NPM package includes the built javascript library. +If you cloned this repo and wish to build the library manually use: + +`tsc -p ./` + +## Using smart-buffer + +### Example + +Say you were building a packet that had to conform to the following protocol: + +`[PacketType:2][PacketLength:2][Data:XX]` + +To build this packet using the vanilla Buffer class, you would have to count up the length of the data payload beforehand. You would also need to keep track of the current "cursor" position in your Buffer so you write everything in the right places. With smart-buffer you don't have to do either of those things. + +```javascript +// 1.x (javascript) +var SmartBuffer = require('smart-buffer'); + +// 1.x (typescript) +import SmartBuffer = require('smart-buffer'); + +// 2.x+ (javascript) +const SmartBuffer = require('smart-buffer').SmartBuffer; + +// 2.x+ (typescript) +import { SmartBuffer, SmartBufferOptions} from 'smart-buffer'; + +function createLoginPacket(username, password, age, country) { + let packet = new SmartBuffer(); + packet.writeUInt16LE(0x0060); // Login Packet Type/ID + packet.writeStringNT(username); + packet.writeStringNT(password); + packet.writeUInt8(age); + packet.writeStringNT(country); + packet.writeUInt16LE(packet.length - 2, 2); + + return packet.toBuffer(); +} +``` +With the above function, you now can do this: +```javascript +let login = createLoginPacket("Josh", "secret123", 22, "United States"); + +// +``` +Notice that the `[PacketLength:2]` part of the packet was inserted after we had added everything else, and as shown in the Buffer dump above, is in the correct location along with everything else. + +Reading back the packet we created above is just as easy: +```javascript + +let reader = SmartBuffer.fromBuffer(login); + +let logininfo = { + packetType: reader.readUInt16LE(), + packetLength: reader.readUInt16LE(), + username: reader.readStringNT(), + password: reader.readStringNT(), + age: reader.readUInt8(), + country: reader.readStringNT() +}; + +/* +{ + packetType: 96, (0x0060) + packetLength: 30, + username: 'Josh', + password: 'secret123', + age: 22, + country: 'United States' +}; +*/ +``` + +# Api Reference: + +### Constructing a smart-buffer + +smart-buffer has a few different ways to construct an instance. Starting with version 2.0, the following factory methods are preffered. + +```javascript +let SmartBuffer = require('smart-buffer'); + +// Creating SmartBuffer from existing Buffer +let buff = SmartBuffer.fromBuffer(buffer); // Creates instance from buffer. (Uses default utf8 encoding) +let buff = SmartBuffer.fromBuffer(buffer, 'ascii'); // Creates instance from buffer with ascii encoding for Strings. + +// Creating SmartBuffer with specified internal Buffer size. +let buff = SmartBuffer.fromSize(1024); // Creates instance with internal Buffer size of 1024. +let buff = SmartBuffer.fromSize(1024, 'utf8'); // Creates instance with intenral Buffer size of 1024, and utf8 encoding. + +// Creating SmartBuffer with options object. This one specifies size and encoding. +let buff = SmartBuffer.fromOptions({ + size: 1024, + encoding: 'ascii' +}); + +// Creating SmartBuffer with options object. This one specified an existing Buffer. +let buff = SmartBuffer.fromOptions({ + buff: buffer +}); + +// Just want a regular SmartBuffer with all default options? +let buff = new SmartBuffer(); +``` + +## Backwards Compatibility: + +All constructors used prior to 2.0 still are supported. However it's not recommended to use these. + +```javascript +let writer = new SmartBuffer(); // Defaults to utf8, 4096 length internal Buffer. +let writer = new SmartBuffer(1024); // Defaults to utf8, 1024 length internal Buffer. +let writer = new SmartBuffer('ascii'); // Sets to ascii encoding, 4096 length internal buffer. +let writer = new SmartBuffer(1024, 'ascii'); // Sets to ascii encoding, 1024 length internal buffer. +``` + +## Reading Data + +smart-buffer supports all of the common read functions you will find in the vanilla Buffer class. The only difference is, you do not need to specify which location to start reading from. This is possible because as you read data out of a smart-buffer, it automatically progresses an internal read offset/position to know where to pick up from on the next read. + +## Reading Numeric Values + +When numeric values, you simply need to call the function you want, and the data is returned. + +Supported Operations: +* readInt8 +* readInt16BE +* readInt16LE +* readInt32BE +* readInt32LE +* readBigInt64LE +* readBigInt64BE +* readUInt8 +* readUInt16BE +* readUInt16LE +* readUInt32BE +* readUInt32LE +* readBigUInt64LE +* readBigUInt64BE +* readFloatBE +* readFloatLE +* readDoubleBE +* readDoubleLE + +```javascript +let reader = new SmartBuffer(somebuffer); +let num = reader.readInt8(); +``` + +## Reading String Values + +When reading String values, you can either choose to read a null terminated string, or a string of a specified length. + +### SmartBuffer.readStringNT( [encoding] ) +> `String` **String encoding to use** - Defaults to the encoding set in the constructor. + +returns `String` + +> Note: When readStringNT is called and there is no null character found, smart-buffer will read to the end of the internal Buffer. + +### SmartBuffer.readString( [length] ) +### SmartBuffer.readString( [encoding] ) +### SmartBuffer.readString( [length], [encoding] ) +> `Number` **Length of the string to read** + +> `String` **String encoding to use** - Defaults to the encoding set in the constructor, or utf8. + +returns `String` + +> Note: When readString is called without a specified length, smart-buffer will read to the end of the internal Buffer. + + + +## Reading Buffer Values + +### SmartBuffer.readBuffer( length ) +> `Number` **Length of data to read into a Buffer** + +returns `Buffer` + +> Note: This function uses `slice` to retrieve the Buffer. + + +### SmartBuffer.readBufferNT() + +returns `Buffer` + +> Note: This reads the next sequence of bytes in the buffer until a null (0x00) value is found. (Null terminated buffer) +> Note: This function uses `slice` to retrieve the Buffer. + + +## Writing Data + +smart-buffer supports all of the common write functions you will find in the vanilla Buffer class. The only difference is, you do not need to specify which location to write to in your Buffer by default. You do however have the option of **inserting** a piece of data into your smart-buffer at a given location. + + +## Writing Numeric Values + + +For numeric values, you simply need to call the function you want, and the data is written at the end of the internal Buffer's current write position. You can specify a offset/position to **insert** the given value at, but keep in mind this does not override data at the given position. This feature also does not work properly when inserting a value beyond the current internal length of the smart-buffer (length being the .length property of the smart-buffer instance you're writing to) + +Supported Operations: +* writeInt8 +* writeInt16BE +* writeInt16LE +* writeInt32BE +* writeInt32LE +* writeBigInt64BE +* writeBigInt64LE +* writeUInt8 +* writeUInt16BE +* writeUInt16LE +* writeUInt32BE +* writeUInt32LE +* writeBigUInt64BE +* writeBigUInt64LE +* writeFloatBE +* writeFloatLE +* writeDoubleBE +* writeDoubleLE + +The following signature is the same for all the above functions: + +### SmartBuffer.writeInt8( value, [offset] ) +> `Number` **A valid Int8 number** + +> `Number` **The position to insert this value at** + +returns this + +> Note: All write operations return `this` to allow for chaining. + +## Writing String Values + +When reading String values, you can either choose to write a null terminated string, or a non null terminated string. + +### SmartBuffer.writeStringNT( value, [offset], [encoding] ) +### SmartBuffer.writeStringNT( value, [offset] ) +### SmartBuffer.writeStringNT( value, [encoding] ) +> `String` **String value to write** + +> `Number` **The position to insert this String at** + +> `String` **The String encoding to use.** - Defaults to the encoding set in the constructor, or utf8. + +returns this + +### SmartBuffer.writeString( value, [offset], [encoding] ) +### SmartBuffer.writeString( value, [offset] ) +### SmartBuffer.writeString( value, [encoding] ) +> `String` **String value to write** + +> `Number` **The position to insert this String at** + +> `String` **The String encoding to use** - Defaults to the encoding set in the constructor, or utf8. + +returns this + + +## Writing Buffer Values + +### SmartBuffer.writeBuffer( value, [offset] ) +> `Buffer` **Buffer value to write** + +> `Number` **The position to insert this Buffer's content at** + +returns this + +### SmartBuffer.writeBufferNT( value, [offset] ) +> `Buffer` **Buffer value to write** + +> `Number` **The position to insert this Buffer's content at** + +returns this + + +## Utility Functions + +### SmartBuffer.clear() +Resets the SmartBuffer to its default state where it can be reused for reading or writing. + +### SmartBuffer.remaining() + +returns `Number` The amount of data left to read based on the current read Position. + +### SmartBuffer.skip( value ) +> `Number` **The amount of bytes to skip ahead** + +Skips the read position ahead by the given value. + +returns this + +### SmartBuffer.rewind( value ) +> `Number` **The amount of bytes to reward backwards** + +Rewinds the read position backwards by the given value. + +returns this + +### SmartBuffer.moveTo( position ) +> `Number` **The point to skip the read position to** + +Moves the read position to the given point. +returns this + +### SmartBuffer.toBuffer() + +returns `Buffer` A Buffer containing the contents of the internal Buffer. + +> Note: This uses the slice function. + +### SmartBuffer.toString( [encoding] ) +> `String` **The String encoding to use** - Defaults to the encoding set in the constructor, or utf8. + +returns `String` The internal Buffer in String representation. + +## Properties + +### SmartBuffer.length + +returns `Number` **The length of the data that is being tracked in the internal Buffer** - Does NOT return the absolute length of the internal Buffer being written to. + +## License + +This work is licensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License). \ No newline at end of file diff --git a/node_modules/smart-buffer/docs/ROADMAP.md b/node_modules/smart-buffer/docs/ROADMAP.md new file mode 100644 index 0000000..e69de29 diff --git a/node_modules/smart-buffer/package.json b/node_modules/smart-buffer/package.json new file mode 100644 index 0000000..2f326f2 --- /dev/null +++ b/node_modules/smart-buffer/package.json @@ -0,0 +1,79 @@ +{ + "name": "smart-buffer", + "version": "4.2.0", + "description": "smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.", + "main": "build/smartbuffer.js", + "contributors": ["syvita"], + "homepage": "https://github.com/JoshGlazebrook/smart-buffer/", + "repository": { + "type": "git", + "url": "https://github.com/JoshGlazebrook/smart-buffer.git" + }, + "bugs": { + "url": "https://github.com/JoshGlazebrook/smart-buffer/issues" + }, + "keywords": [ + "buffer", + "smart", + "packet", + "serialize", + "network", + "cursor", + "simple" + ], + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + }, + "author": "Josh Glazebrook", + "license": "MIT", + "readmeFilename": "README.md", + "devDependencies": { + "@types/chai": "4.1.7", + "@types/mocha": "5.2.7", + "@types/node": "^12.0.0", + "chai": "4.2.0", + "coveralls": "3.0.5", + "istanbul": "^0.4.5", + "mocha": "6.2.0", + "mocha-lcov-reporter": "^1.3.0", + "nyc": "14.1.1", + "source-map-support": "0.5.12", + "ts-node": "8.3.0", + "tslint": "5.18.0", + "typescript": "^3.2.1" + }, + "typings": "typings/smartbuffer.d.ts", + "dependencies": {}, + "scripts": { + "prepublish": "npm install -g typescript && npm run build", + "test": "NODE_ENV=test mocha --recursive --require ts-node/register test/**/*.ts", + "coverage": "NODE_ENV=test nyc npm test", + "coveralls": "NODE_ENV=test nyc npm test && nyc report --reporter=text-lcov | coveralls", + "lint": "tslint --type-check --project tsconfig.json 'src/**/*.ts'", + "build": "tsc -p ./" + }, + "nyc": { + "extension": [ + ".ts", + ".tsx" + ], + "include": [ + "src/*.ts", + "src/**/*.ts" + ], + "exclude": [ + "**.*.d.ts", + "node_modules", + "typings" + ], + "require": [ + "ts-node/register" + ], + "reporter": [ + "json", + "html" + ], + "all": true + } +} diff --git a/node_modules/smart-buffer/typings/smartbuffer.d.ts b/node_modules/smart-buffer/typings/smartbuffer.d.ts new file mode 100644 index 0000000..d07379b --- /dev/null +++ b/node_modules/smart-buffer/typings/smartbuffer.d.ts @@ -0,0 +1,755 @@ +/// +/** + * Object interface for constructing new SmartBuffer instances. + */ +interface SmartBufferOptions { + encoding?: BufferEncoding; + size?: number; + buff?: Buffer; +} +declare class SmartBuffer { + length: number; + private _encoding; + private _buff; + private _writeOffset; + private _readOffset; + /** + * Creates a new SmartBuffer instance. + * + * @param options { SmartBufferOptions } The SmartBufferOptions to apply to this instance. + */ + constructor(options?: SmartBufferOptions); + /** + * Creates a new SmartBuffer instance with the provided internal Buffer size and optional encoding. + * + * @param size { Number } The size of the internal Buffer. + * @param encoding { String } The BufferEncoding to use for strings. + * + * @return { SmartBuffer } + */ + static fromSize(size: number, encoding?: BufferEncoding): SmartBuffer; + /** + * Creates a new SmartBuffer instance with the provided Buffer and optional encoding. + * + * @param buffer { Buffer } The Buffer to use as the internal Buffer value. + * @param encoding { String } The BufferEncoding to use for strings. + * + * @return { SmartBuffer } + */ + static fromBuffer(buff: Buffer, encoding?: BufferEncoding): SmartBuffer; + /** + * Creates a new SmartBuffer instance with the provided SmartBufferOptions options. + * + * @param options { SmartBufferOptions } The options to use when creating the SmartBuffer instance. + */ + static fromOptions(options: SmartBufferOptions): SmartBuffer; + /** + * Type checking function that determines if an object is a SmartBufferOptions object. + */ + static isSmartBufferOptions(options: SmartBufferOptions): options is SmartBufferOptions; + /** + * Reads an Int8 value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt8(offset?: number): number; + /** + * Reads an Int16BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt16BE(offset?: number): number; + /** + * Reads an Int16LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt16LE(offset?: number): number; + /** + * Reads an Int32BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt32BE(offset?: number): number; + /** + * Reads an Int32LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readInt32LE(offset?: number): number; + /** + * Reads a BigInt64BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { BigInt } + */ + readBigInt64BE(offset?: number): bigint; + /** + * Reads a BigInt64LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { BigInt } + */ + readBigInt64LE(offset?: number): bigint; + /** + * Writes an Int8 value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt8(value: number, offset?: number): SmartBuffer; + /** + * Inserts an Int8 value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt8(value: number, offset: number): SmartBuffer; + /** + * Writes an Int16BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt16BE(value: number, offset?: number): SmartBuffer; + /** + * Inserts an Int16BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt16BE(value: number, offset: number): SmartBuffer; + /** + * Writes an Int16LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt16LE(value: number, offset?: number): SmartBuffer; + /** + * Inserts an Int16LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt16LE(value: number, offset: number): SmartBuffer; + /** + * Writes an Int32BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt32BE(value: number, offset?: number): SmartBuffer; + /** + * Inserts an Int32BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt32BE(value: number, offset: number): SmartBuffer; + /** + * Writes an Int32LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeInt32LE(value: number, offset?: number): SmartBuffer; + /** + * Inserts an Int32LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertInt32LE(value: number, offset: number): SmartBuffer; + /** + * Writes a BigInt64BE value to the current write position (or at optional offset). + * + * @param value { BigInt } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeBigInt64BE(value: bigint, offset?: number): SmartBuffer; + /** + * Inserts a BigInt64BE value at the given offset value. + * + * @param value { BigInt } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertBigInt64BE(value: bigint, offset: number): SmartBuffer; + /** + * Writes a BigInt64LE value to the current write position (or at optional offset). + * + * @param value { BigInt } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeBigInt64LE(value: bigint, offset?: number): SmartBuffer; + /** + * Inserts a Int64LE value at the given offset value. + * + * @param value { BigInt } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertBigInt64LE(value: bigint, offset: number): SmartBuffer; + /** + * Reads an UInt8 value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt8(offset?: number): number; + /** + * Reads an UInt16BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt16BE(offset?: number): number; + /** + * Reads an UInt16LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt16LE(offset?: number): number; + /** + * Reads an UInt32BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt32BE(offset?: number): number; + /** + * Reads an UInt32LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readUInt32LE(offset?: number): number; + /** + * Reads a BigUInt64BE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { BigInt } + */ + readBigUInt64BE(offset?: number): bigint; + /** + * Reads a BigUInt64LE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { BigInt } + */ + readBigUInt64LE(offset?: number): bigint; + /** + * Writes an UInt8 value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt8(value: number, offset?: number): SmartBuffer; + /** + * Inserts an UInt8 value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt8(value: number, offset: number): SmartBuffer; + /** + * Writes an UInt16BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt16BE(value: number, offset?: number): SmartBuffer; + /** + * Inserts an UInt16BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt16BE(value: number, offset: number): SmartBuffer; + /** + * Writes an UInt16LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt16LE(value: number, offset?: number): SmartBuffer; + /** + * Inserts an UInt16LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt16LE(value: number, offset: number): SmartBuffer; + /** + * Writes an UInt32BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt32BE(value: number, offset?: number): SmartBuffer; + /** + * Inserts an UInt32BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt32BE(value: number, offset: number): SmartBuffer; + /** + * Writes an UInt32LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeUInt32LE(value: number, offset?: number): SmartBuffer; + /** + * Inserts an UInt32LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertUInt32LE(value: number, offset: number): SmartBuffer; + /** + * Writes a BigUInt64BE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeBigUInt64BE(value: bigint, offset?: number): SmartBuffer; + /** + * Inserts a BigUInt64BE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertBigUInt64BE(value: bigint, offset: number): SmartBuffer; + /** + * Writes a BigUInt64LE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeBigUInt64LE(value: bigint, offset?: number): SmartBuffer; + /** + * Inserts a BigUInt64LE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertBigUInt64LE(value: bigint, offset: number): SmartBuffer; + /** + * Reads an FloatBE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readFloatBE(offset?: number): number; + /** + * Reads an FloatLE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readFloatLE(offset?: number): number; + /** + * Writes a FloatBE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeFloatBE(value: number, offset?: number): SmartBuffer; + /** + * Inserts a FloatBE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertFloatBE(value: number, offset: number): SmartBuffer; + /** + * Writes a FloatLE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeFloatLE(value: number, offset?: number): SmartBuffer; + /** + * Inserts a FloatLE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertFloatLE(value: number, offset: number): SmartBuffer; + /** + * Reads an DoublEBE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readDoubleBE(offset?: number): number; + /** + * Reads an DoubleLE value from the current read position or an optionally provided offset. + * + * @param offset { Number } The offset to read data from (optional) + * @return { Number } + */ + readDoubleLE(offset?: number): number; + /** + * Writes a DoubleBE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeDoubleBE(value: number, offset?: number): SmartBuffer; + /** + * Inserts a DoubleBE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertDoubleBE(value: number, offset: number): SmartBuffer; + /** + * Writes a DoubleLE value to the current write position (or at optional offset). + * + * @param value { Number } The value to write. + * @param offset { Number } The offset to write the value at. + * + * @return this + */ + writeDoubleLE(value: number, offset?: number): SmartBuffer; + /** + * Inserts a DoubleLE value at the given offset value. + * + * @param value { Number } The value to insert. + * @param offset { Number } The offset to insert the value at. + * + * @return this + */ + insertDoubleLE(value: number, offset: number): SmartBuffer; + /** + * Reads a String from the current read position. + * + * @param arg1 { Number | String } The number of bytes to read as a String, or the BufferEncoding to use for + * the string (Defaults to instance level encoding). + * @param encoding { String } The BufferEncoding to use for the string (Defaults to instance level encoding). + * + * @return { String } + */ + readString(arg1?: number | BufferEncoding, encoding?: BufferEncoding): string; + /** + * Inserts a String + * + * @param value { String } The String value to insert. + * @param offset { Number } The offset to insert the string at. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + * + * @return this + */ + insertString(value: string, offset: number, encoding?: BufferEncoding): SmartBuffer; + /** + * Writes a String + * + * @param value { String } The String value to write. + * @param arg2 { Number | String } The offset to write the string at, or the BufferEncoding to use. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + * + * @return this + */ + writeString(value: string, arg2?: number | BufferEncoding, encoding?: BufferEncoding): SmartBuffer; + /** + * Reads a null-terminated String from the current read position. + * + * @param encoding { String } The BufferEncoding to use for the string (Defaults to instance level encoding). + * + * @return { String } + */ + readStringNT(encoding?: BufferEncoding): string; + /** + * Inserts a null-terminated String. + * + * @param value { String } The String value to write. + * @param arg2 { Number | String } The offset to write the string to, or the BufferEncoding to use. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + * + * @return this + */ + insertStringNT(value: string, offset: number, encoding?: BufferEncoding): SmartBuffer; + /** + * Writes a null-terminated String. + * + * @param value { String } The String value to write. + * @param arg2 { Number | String } The offset to write the string to, or the BufferEncoding to use. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + * + * @return this + */ + writeStringNT(value: string, arg2?: number | BufferEncoding, encoding?: BufferEncoding): SmartBuffer; + /** + * Reads a Buffer from the internal read position. + * + * @param length { Number } The length of data to read as a Buffer. + * + * @return { Buffer } + */ + readBuffer(length?: number): Buffer; + /** + * Writes a Buffer to the current write position. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + * + * @return this + */ + insertBuffer(value: Buffer, offset: number): SmartBuffer; + /** + * Writes a Buffer to the current write position. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + * + * @return this + */ + writeBuffer(value: Buffer, offset?: number): SmartBuffer; + /** + * Reads a null-terminated Buffer from the current read poisiton. + * + * @return { Buffer } + */ + readBufferNT(): Buffer; + /** + * Inserts a null-terminated Buffer. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + * + * @return this + */ + insertBufferNT(value: Buffer, offset: number): SmartBuffer; + /** + * Writes a null-terminated Buffer. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + * + * @return this + */ + writeBufferNT(value: Buffer, offset?: number): SmartBuffer; + /** + * Clears the SmartBuffer instance to its original empty state. + */ + clear(): SmartBuffer; + /** + * Gets the remaining data left to be read from the SmartBuffer instance. + * + * @return { Number } + */ + remaining(): number; + /** + * Gets the current read offset value of the SmartBuffer instance. + * + * @return { Number } + */ + /** + * Sets the read offset value of the SmartBuffer instance. + * + * @param offset { Number } - The offset value to set. + */ + readOffset: number; + /** + * Gets the current write offset value of the SmartBuffer instance. + * + * @return { Number } + */ + /** + * Sets the write offset value of the SmartBuffer instance. + * + * @param offset { Number } - The offset value to set. + */ + writeOffset: number; + /** + * Gets the currently set string encoding of the SmartBuffer instance. + * + * @return { BufferEncoding } The string Buffer encoding currently set. + */ + /** + * Sets the string encoding of the SmartBuffer instance. + * + * @param encoding { BufferEncoding } The string Buffer encoding to set. + */ + encoding: BufferEncoding; + /** + * Gets the underlying internal Buffer. (This includes unmanaged data in the Buffer) + * + * @return { Buffer } The Buffer value. + */ + readonly internalBuffer: Buffer; + /** + * Gets the value of the internal managed Buffer (Includes managed data only) + * + * @param { Buffer } + */ + toBuffer(): Buffer; + /** + * Gets the String value of the internal managed Buffer + * + * @param encoding { String } The BufferEncoding to display the Buffer as (defaults to instance level encoding). + */ + toString(encoding?: BufferEncoding): string; + /** + * Destroys the SmartBuffer instance. + */ + destroy(): SmartBuffer; + /** + * Handles inserting and writing strings. + * + * @param value { String } The String value to insert. + * @param isInsert { Boolean } True if inserting a string, false if writing. + * @param arg2 { Number | String } The offset to insert the string at, or the BufferEncoding to use. + * @param encoding { String } The BufferEncoding to use for writing strings (defaults to instance encoding). + */ + private _handleString; + /** + * Handles writing or insert of a Buffer. + * + * @param value { Buffer } The Buffer to write. + * @param offset { Number } The offset to write the Buffer to. + */ + private _handleBuffer; + /** + * Ensures that the internal Buffer is large enough to read data. + * + * @param length { Number } The length of the data that needs to be read. + * @param offset { Number } The offset of the data that needs to be read. + */ + private ensureReadable; + /** + * Ensures that the internal Buffer is large enough to insert data. + * + * @param dataLength { Number } The length of the data that needs to be written. + * @param offset { Number } The offset of the data to be written. + */ + private ensureInsertable; + /** + * Ensures that the internal Buffer is large enough to write data. + * + * @param dataLength { Number } The length of the data that needs to be written. + * @param offset { Number } The offset of the data to be written (defaults to writeOffset). + */ + private _ensureWriteable; + /** + * Ensures that the internal Buffer is large enough to write at least the given amount of data. + * + * @param minLength { Number } The minimum length of the data needs to be written. + */ + private _ensureCapacity; + /** + * Reads a numeric number value using the provided function. + * + * @typeparam T { number | bigint } The type of the value to be read + * + * @param func { Function(offset: number) => number } The function to read data on the internal Buffer with. + * @param byteSize { Number } The number of bytes read. + * @param offset { Number } The offset to read from (optional). When this is not provided, the managed readOffset is used instead. + * + * @returns { T } the number value + */ + private _readNumberValue; + /** + * Inserts a numeric number value based on the given offset and value. + * + * @typeparam T { number | bigint } The type of the value to be written + * + * @param func { Function(offset: T, offset?) => number} The function to write data on the internal Buffer with. + * @param byteSize { Number } The number of bytes written. + * @param value { T } The number value to write. + * @param offset { Number } the offset to write the number at (REQUIRED). + * + * @returns SmartBuffer this buffer + */ + private _insertNumberValue; + /** + * Writes a numeric number value based on the given offset and value. + * + * @typeparam T { number | bigint } The type of the value to be written + * + * @param func { Function(offset: T, offset?) => number} The function to write data on the internal Buffer with. + * @param byteSize { Number } The number of bytes written. + * @param value { T } The number value to write. + * @param offset { Number } the offset to write the number at (REQUIRED). + * + * @returns SmartBuffer this buffer + */ + private _writeNumberValue; +} +export { SmartBufferOptions, SmartBuffer }; diff --git a/node_modules/smart-buffer/typings/utils.d.ts b/node_modules/smart-buffer/typings/utils.d.ts new file mode 100644 index 0000000..b32b4d4 --- /dev/null +++ b/node_modules/smart-buffer/typings/utils.d.ts @@ -0,0 +1,66 @@ +/// +import { SmartBuffer } from './smartbuffer'; +import { Buffer } from 'buffer'; +/** + * Error strings + */ +declare const ERRORS: { + INVALID_ENCODING: string; + INVALID_SMARTBUFFER_SIZE: string; + INVALID_SMARTBUFFER_BUFFER: string; + INVALID_SMARTBUFFER_OBJECT: string; + INVALID_OFFSET: string; + INVALID_OFFSET_NON_NUMBER: string; + INVALID_LENGTH: string; + INVALID_LENGTH_NON_NUMBER: string; + INVALID_TARGET_OFFSET: string; + INVALID_TARGET_LENGTH: string; + INVALID_READ_BEYOND_BOUNDS: string; + INVALID_WRITE_BEYOND_BOUNDS: string; +}; +/** + * Checks if a given encoding is a valid Buffer encoding. (Throws an exception if check fails) + * + * @param { String } encoding The encoding string to check. + */ +declare function checkEncoding(encoding: BufferEncoding): void; +/** + * Checks if a given number is a finite integer. (Throws an exception if check fails) + * + * @param { Number } value The number value to check. + */ +declare function isFiniteInteger(value: number): boolean; +/** + * Checks if a length value is valid. (Throws an exception if check fails) + * + * @param { Number } length The value to check. + */ +declare function checkLengthValue(length: any): void; +/** + * Checks if a offset value is valid. (Throws an exception if check fails) + * + * @param { Number } offset The value to check. + */ +declare function checkOffsetValue(offset: any): void; +/** + * Checks if a target offset value is out of bounds. (Throws an exception if check fails) + * + * @param { Number } offset The offset value to check. + * @param { SmartBuffer } buff The SmartBuffer instance to check against. + */ +declare function checkTargetOffset(offset: number, buff: SmartBuffer): void; +interface Buffer { + readBigInt64BE(offset?: number): bigint; + readBigInt64LE(offset?: number): bigint; + readBigUInt64BE(offset?: number): bigint; + readBigUInt64LE(offset?: number): bigint; + writeBigInt64BE(value: bigint, offset?: number): number; + writeBigInt64LE(value: bigint, offset?: number): number; + writeBigUInt64BE(value: bigint, offset?: number): number; + writeBigUInt64LE(value: bigint, offset?: number): number; +} +/** + * Throws if Node.js version is too low to support bigint + */ +declare function bigIntAndBufferInt64Check(bufferMethod: keyof Buffer): void; +export { ERRORS, isFiniteInteger, checkEncoding, checkOffsetValue, checkLengthValue, checkTargetOffset, bigIntAndBufferInt64Check }; diff --git a/node_modules/socks/.eslintrc.cjs b/node_modules/socks/.eslintrc.cjs new file mode 100644 index 0000000..cc5d089 --- /dev/null +++ b/node_modules/socks/.eslintrc.cjs @@ -0,0 +1,11 @@ +module.exports = { + root: true, + parser: '@typescript-eslint/parser', + plugins: [ + '@typescript-eslint', + ], + extends: [ + 'eslint:recommended', + 'plugin:@typescript-eslint/recommended', + ], +}; \ No newline at end of file diff --git a/node_modules/socks/.prettierrc.yaml b/node_modules/socks/.prettierrc.yaml new file mode 100644 index 0000000..d7b7335 --- /dev/null +++ b/node_modules/socks/.prettierrc.yaml @@ -0,0 +1,7 @@ +parser: typescript +printWidth: 80 +tabWidth: 2 +singleQuote: true +trailingComma: all +arrowParens: always +bracketSpacing: false \ No newline at end of file diff --git a/node_modules/socks/LICENSE b/node_modules/socks/LICENSE new file mode 100644 index 0000000..b2442a9 --- /dev/null +++ b/node_modules/socks/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2013 Josh Glazebrook + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/socks/README.md b/node_modules/socks/README.md new file mode 100644 index 0000000..4045852 --- /dev/null +++ b/node_modules/socks/README.md @@ -0,0 +1,686 @@ +# socks [![Build Status](https://travis-ci.org/JoshGlazebrook/socks.svg?branch=master)](https://travis-ci.org/JoshGlazebrook/socks) [![Coverage Status](https://coveralls.io/repos/github/JoshGlazebrook/socks/badge.svg?branch=master)](https://coveralls.io/github/JoshGlazebrook/socks?branch=v2) + +Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality. + +> Looking for Node.js agent? Check [node-socks-proxy-agent](https://github.com/TooTallNate/node-socks-proxy-agent). + +### Features + +* Supports SOCKS v4, v4a, v5, and v5h protocols. +* Supports the CONNECT, BIND, and ASSOCIATE commands. +* Supports callbacks, promises, and events for proxy connection creation async flow control. +* Supports proxy chaining (CONNECT only). +* Supports user/password authentication. +* Supports custom authentication. +* Built in UDP frame creation & parse functions. +* Created with TypeScript, type definitions are provided. + +### Requirements + +* Node.js v10.0+ (Please use [v1](https://github.com/JoshGlazebrook/socks/tree/82d83923ad960693d8b774cafe17443ded7ed584) for older versions of Node.js) + +### Looking for v1? +* Docs for v1 are available [here](https://github.com/JoshGlazebrook/socks/tree/82d83923ad960693d8b774cafe17443ded7ed584) + +## Installation + +`yarn add socks` + +or + +`npm install --save socks` + +## Usage + +```typescript +// TypeScript +import { SocksClient, SocksClientOptions, SocksClientChainOptions } from 'socks'; + +// ES6 JavaScript +import { SocksClient } from 'socks'; + +// Legacy JavaScript +const SocksClient = require('socks').SocksClient; +``` + +## Quick Start Example + +Connect to github.com (192.30.253.113) on port 80, using a SOCKS proxy. + +```javascript +const options = { + proxy: { + host: '159.203.75.200', // ipv4 or ipv6 or hostname + port: 1080, + type: 5 // Proxy version (4 or 5) + }, + + command: 'connect', // SOCKS command (createConnection factory function only supports the connect command) + + destination: { + host: '192.30.253.113', // github.com (hostname lookups are supported with SOCKS v4a and 5) + port: 80 + } +}; + +// Async/Await +try { + const info = await SocksClient.createConnection(options); + + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy server) +} catch (err) { + // Handle errors +} + +// Promises +SocksClient.createConnection(options) +.then(info => { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy server) +}) +.catch(err => { + // Handle errors +}); + +// Callbacks +SocksClient.createConnection(options, (err, info) => { + if (!err) { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy server) + } else { + // Handle errors + } +}); +``` + +## Chaining Proxies + +**Note:** Chaining is only supported when using the SOCKS connect command, and chaining can only be done through the special factory chaining function. + +This example makes a proxy chain through two SOCKS proxies to ip-api.com. Once the connection to the destination is established it sends an HTTP request to get a JSON response that returns ip info for the requesting ip. + +```javascript +const options = { + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + command: 'connect', // Only the connect command is supported when chaining proxies. + proxies: [ // The chain order is the order in the proxies array, meaning the last proxy will establish a connection to the destination. + { + host: '159.203.75.235', // ipv4, ipv6, or hostname + port: 1081, + type: 5 + }, + { + host: '104.131.124.203', // ipv4, ipv6, or hostname + port: 1081, + type: 5 + } + ] +} + +// Async/Await +try { + const info = await SocksClient.createConnectionChain(options); + + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + console.log(info.socket.remoteAddress) // The remote address of the returned socket is the first proxy in the chain. + // 159.203.75.235 + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy in the chain (104.131.124.203) is connected to it. + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + }); +} catch (err) { + // Handle errors +} + +// Promises +SocksClient.createConnectionChain(options) +.then(info => { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy server) + + console.log(info.socket.remoteAddress) // The remote address of the returned socket is the first proxy in the chain. + // 159.203.75.235 + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy in the chain (104.131.124.203) is connected to it. + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + }); +}) +.catch(err => { + // Handle errors +}); + +// Callbacks +SocksClient.createConnectionChain(options, (err, info) => { + if (!err) { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy server) + + console.log(info.socket.remoteAddress) // The remote address of the returned socket is the first proxy in the chain. + // 159.203.75.235 + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy in the chain (104.131.124.203) is connected to it. + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + }); + } else { + // Handle errors + } +}); +``` + +## Bind Example (TCP Relay) + +When the bind command is sent to a SOCKS v4/v5 proxy server, the proxy server starts listening on a new TCP port and the proxy relays then remote host information back to the client. When another remote client connects to the proxy server on this port the SOCKS proxy sends a notification that an incoming connection has been accepted to the initial client and a full duplex stream is now established to the initial client and the client that connected to that special port. + +```javascript +const options = { + proxy: { + host: '159.203.75.235', // ipv4, ipv6, or hostname + port: 1081, + type: 5 + }, + + command: 'bind', + + // When using BIND, the destination should be the remote client that is expected to connect to the SOCKS proxy. Using 0.0.0.0 makes the Proxy accept any incoming connection on that port. + destination: { + host: '0.0.0.0', + port: 0 + } +}; + +// Creates a new SocksClient instance. +const client = new SocksClient(options); + +// When the SOCKS proxy has bound a new port and started listening, this event is fired. +client.on('bound', info => { + console.log(info.remoteHost); + /* + { + host: "159.203.75.235", + port: 57362 + } + */ +}); + +// When a client connects to the newly bound port on the SOCKS proxy, this event is fired. +client.on('established', info => { + // info.remoteHost is the remote address of the client that connected to the SOCKS proxy. + console.log(info.remoteHost); + /* + host: 67.171.34.23, + port: 49823 + */ + + console.log(info.socket); + // (This is a raw net.Socket that is a connection between the initial client and the remote client that connected to the proxy) + + // Handle received data... + info.socket.on('data', data => { + console.log('recv', data); + }); +}); + +// An error occurred trying to establish this SOCKS connection. +client.on('error', err => { + console.error(err); +}); + +// Start connection to proxy +client.connect(); +``` + +## Associate Example (UDP Relay) + +When the associate command is sent to a SOCKS v5 proxy server, it sets up a UDP relay that allows the client to send UDP packets to a remote host through the proxy server, and also receive UDP packet responses back through the proxy server. + +```javascript +const options = { + proxy: { + host: '159.203.75.235', // ipv4, ipv6, or hostname + port: 1081, + type: 5 + }, + + command: 'associate', + + // When using associate, the destination should be the remote client that is expected to send UDP packets to the proxy server to be forwarded. This should be your local ip, or optionally the wildcard address (0.0.0.0) UDP Client <-> Proxy <-> UDP Client + destination: { + host: '0.0.0.0', + port: 0 + } +}; + +// Create a local UDP socket for sending packets to the proxy. +const udpSocket = dgram.createSocket('udp4'); +udpSocket.bind(); + +// Listen for incoming UDP packets from the proxy server. +udpSocket.on('message', (message, rinfo) => { + console.log(SocksClient.parseUDPFrame(message)); + /* + { frameNumber: 0, + remoteHost: { host: '165.227.108.231', port: 4444 }, // The remote host that replied with a UDP packet + data: // The data + } + */ +}); + +let client = new SocksClient(options); + +// When the UDP relay is established, this event is fired and includes the UDP relay port to send data to on the proxy server. +client.on('established', info => { + console.log(info.remoteHost); + /* + { + host: '159.203.75.235', + port: 44711 + } + */ + + // Send 'hello' to 165.227.108.231:4444 + const packet = SocksClient.createUDPFrame({ + remoteHost: { host: '165.227.108.231', port: 4444 }, + data: Buffer.from('hello') + }); + udpSocket.send(packet, info.remoteHost.port, info.remoteHost.host); +}); + +// Start connection +client.connect(); +``` + +**Note:** The associate TCP connection to the proxy must remain open for the UDP relay to work. + +## Additional Examples + +[Documentation](docs/index.md) + + +## Migrating from v1 + +Looking for a guide to migrate from v1? Look [here](docs/migratingFromV1.md) + +## Api Reference: + +**Note:** socks includes full TypeScript definitions. These can even be used without using TypeScript as most IDEs (such as VS Code) will use these type definition files for auto completion intellisense even in JavaScript files. + +* Class: SocksClient + * [new SocksClient(options[, callback])](#new-socksclientoptions) + * [Class Method: SocksClient.createConnection(options[, callback])](#class-method-socksclientcreateconnectionoptions-callback) + * [Class Method: SocksClient.createConnectionChain(options[, callback])](#class-method-socksclientcreateconnectionchainoptions-callback) + * [Class Method: SocksClient.createUDPFrame(options)](#class-method-socksclientcreateudpframedetails) + * [Class Method: SocksClient.parseUDPFrame(data)](#class-method-socksclientparseudpframedata) + * [Event: 'error'](#event-error) + * [Event: 'bound'](#event-bound) + * [Event: 'established'](#event-established) + * [client.connect()](#clientconnect) + * [client.socksClientOptions](#clientconnect) + +### SocksClient + +SocksClient establishes SOCKS proxy connections to remote destination hosts. These proxy connections are fully transparent to the server and once established act as full duplex streams. SOCKS v4, v4a, v5, and v5h are supported, as well as the connect, bind, and associate commands. + +SocksClient supports creating connections using callbacks, promises, and async/await flow control using two static factory functions createConnection and createConnectionChain. It also internally extends EventEmitter which results in allowing event handling based async flow control. + +**SOCKS Compatibility Table** + +Note: When using 4a please specify type: 4, and when using 5h please specify type 5. + +| Socks Version | TCP | UDP | IPv4 | IPv6 | Hostname | +| --- | :---: | :---: | :---: | :---: | :---: | +| SOCKS v4 | ✅ | ❌ | ✅ | ❌ | ❌ | +| SOCKS v4a | ✅ | ❌ | ✅ | ❌ | ✅ | +| SOCKS v5 (includes v5h) | ✅ | ✅ | ✅ | ✅ | ✅ | + +### new SocksClient(options) + +* ```options``` {SocksClientOptions} - An object describing the SOCKS proxy to use, the command to send and establish, and the destination host to connect to. + +### SocksClientOptions + +```typescript +{ + proxy: { + host: '159.203.75.200', // ipv4, ipv6, or hostname + port: 1080, + type: 5, // Proxy version (4 or 5). For v4a use 4, for v5h use 5. + + // Optional fields + userId: 'some username', // Used for SOCKS4 userId auth, and SOCKS5 user/pass auth in conjunction with password. + password: 'some password', // Used in conjunction with userId for user/pass auth for SOCKS5 proxies. + custom_auth_method: 0x80, // If using a custom auth method, specify the type here. If this is set, ALL other custom_auth_*** options must be set as well. + custom_auth_request_handler: async () =>. { + // This will be called when it's time to send the custom auth handshake. You must return a Buffer containing the data to send as your authentication. + return Buffer.from([0x01,0x02,0x03]); + }, + // This is the expected size (bytes) of the custom auth response from the proxy server. + custom_auth_response_size: 2, + // This is called when the auth response is received. The received packet is passed in as a Buffer, and you must return a boolean indicating the response from the server said your custom auth was successful or failed. + custom_auth_response_handler: async (data) => { + return data[1] === 0x00; + } + }, + + command: 'connect', // connect, bind, associate + + destination: { + host: '192.30.253.113', // ipv4, ipv6, hostname. Hostnames work with v4a and v5. + port: 80 + }, + + // Optional fields + timeout: 30000, // How long to wait to establish a proxy connection. (defaults to 30 seconds) + + set_tcp_nodelay: true // If true, will turn on the underlying sockets TCP_NODELAY option. +} +``` + +### Class Method: SocksClient.createConnection(options[, callback]) +* ```options``` { SocksClientOptions } - An object describing the SOCKS proxy to use, the command to send and establish, and the destination host to connect to. +* ```callback``` { Function } - Optional callback function that is called when the proxy connection is established, or an error occurs. +* ```returns``` { Promise } - A Promise is returned that is resolved when the proxy connection is established, or rejected when an error occurs. + +Creates a new proxy connection through the given proxy to the given destination host. This factory function supports callbacks and promises for async flow control. + +**Note:** If a callback function is provided, the promise will always resolve regardless of an error occurring. Please be sure to exclusively use either promises or callbacks when using this factory function. + +```typescript +const options = { + proxy: { + host: '159.203.75.200', // ipv4, ipv6, or hostname + port: 1080, + type: 5 // Proxy version (4 or 5) + }, + + command: 'connect', // connect, bind, associate + + destination: { + host: '192.30.253.113', // ipv4, ipv6, or hostname + port: 80 + } +} + +// Await/Async (uses a Promise) +try { + const info = await SocksClient.createConnection(options); + console.log(info); + /* + { + socket: , // Raw net.Socket + } + */ + / (this is a raw net.Socket that is established to the destination host through the given proxy server) + +} catch (err) { + // Handle error... +} + +// Promise +SocksClient.createConnection(options) +.then(info => { + console.log(info); + /* + { + socket: , // Raw net.Socket + } + */ +}) +.catch(err => { + // Handle error... +}); + +// Callback +SocksClient.createConnection(options, (err, info) => { + if (!err) { + console.log(info); + /* + { + socket: , // Raw net.Socket + } + */ + } else { + // Handle error... + } +}); +``` + +### Class Method: SocksClient.createConnectionChain(options[, callback]) +* ```options``` { SocksClientChainOptions } - An object describing a list of SOCKS proxies to use, the command to send and establish, and the destination host to connect to. +* ```callback``` { Function } - Optional callback function that is called when the proxy connection chain is established, or an error occurs. +* ```returns``` { Promise } - A Promise is returned that is resolved when the proxy connection chain is established, or rejected when an error occurs. + +Creates a new proxy connection chain through a list of at least two SOCKS proxies to the given destination host. This factory method supports callbacks and promises for async flow control. + +**Note:** If a callback function is provided, the promise will always resolve regardless of an error occurring. Please be sure to exclusively use either promises or callbacks when using this factory function. + +**Note:** At least two proxies must be provided for the chain to be established. + +```typescript +const options = { + proxies: [ // The chain order is the order in the proxies array, meaning the last proxy will establish a connection to the destination. + { + host: '159.203.75.235', // ipv4, ipv6, or hostname + port: 1081, + type: 5 + }, + { + host: '104.131.124.203', // ipv4, ipv6, or hostname + port: 1081, + type: 5 + } + ] + + command: 'connect', // Only connect is supported in chaining mode. + + destination: { + host: '192.30.253.113', // ipv4, ipv6, hostname + port: 80 + } +} +``` + +### Class Method: SocksClient.createUDPFrame(details) +* ```details``` { SocksUDPFrameDetails } - An object containing the remote host, frame number, and frame data to use when creating a SOCKS UDP frame packet. +* ```returns``` { Buffer } - A Buffer containing all of the UDP frame data. + +Creates a SOCKS UDP frame relay packet that is sent and received via a SOCKS proxy when using the associate command for UDP packet forwarding. + +**SocksUDPFrameDetails** + +```typescript +{ + frameNumber: 0, // The frame number (used for breaking up larger packets) + + remoteHost: { // The remote host to have the proxy send data to, or the remote host that send this data. + host: '1.2.3.4', + port: 1234 + }, + + data: // A Buffer instance of data to include in the packet (actual data sent to the remote host) +} +interface SocksUDPFrameDetails { + // The frame number of the packet. + frameNumber?: number; + + // The remote host. + remoteHost: SocksRemoteHost; + + // The packet data. + data: Buffer; +} +``` + +### Class Method: SocksClient.parseUDPFrame(data) +* ```data``` { Buffer } - A Buffer instance containing SOCKS UDP frame data to parse. +* ```returns``` { SocksUDPFrameDetails } - An object containing the remote host, frame number, and frame data of the SOCKS UDP frame. + +```typescript +const frame = SocksClient.parseUDPFrame(data); +console.log(frame); +/* +{ + frameNumber: 0, + remoteHost: { + host: '1.2.3.4', + port: 1234 + }, + data: +} +*/ +``` + +Parses a Buffer instance and returns the parsed SocksUDPFrameDetails object. + +## Event: 'error' +* ```err``` { SocksClientError } - An Error object containing an error message and the original SocksClientOptions. + +This event is emitted if an error occurs when trying to establish the proxy connection. + +## Event: 'bound' +* ```info``` { SocksClientBoundEvent } An object containing a Socket and SocksRemoteHost info. + +This event is emitted when using the BIND command on a remote SOCKS proxy server. This event indicates the proxy server is now listening for incoming connections on a specified port. + +**SocksClientBoundEvent** +```typescript +{ + socket: net.Socket, // The underlying raw Socket + remoteHost: { + host: '1.2.3.4', // The remote host that is listening (usually the proxy itself) + port: 4444 // The remote port the proxy is listening on for incoming connections (when using BIND). + } +} +``` + +## Event: 'established' +* ```info``` { SocksClientEstablishedEvent } An object containing a Socket and SocksRemoteHost info. + +This event is emitted when the following conditions are met: +1. When using the CONNECT command, and a proxy connection has been established to the remote host. +2. When using the BIND command, and an incoming connection has been accepted by the proxy and a TCP relay has been established. +3. When using the ASSOCIATE command, and a UDP relay has been established. + +When using BIND, 'bound' is first emitted to indicate the SOCKS server is waiting for an incoming connection, and provides the remote port the SOCKS server is listening on. + +When using ASSOCIATE, 'established' is emitted with the remote UDP port the SOCKS server is accepting UDP frame packets on. + +**SocksClientEstablishedEvent** +```typescript +{ + socket: net.Socket, // The underlying raw Socket + remoteHost: { + host: '1.2.3.4', // The remote host that is listening (usually the proxy itself) + port: 52738 // The remote port the proxy is listening on for incoming connections (when using BIND). + } +} +``` + +## client.connect() + +Starts connecting to the remote SOCKS proxy server to establish a proxy connection to the destination host. + +## client.socksClientOptions +* ```returns``` { SocksClientOptions } The options that were passed to the SocksClient. + +Gets the options that were passed to the SocksClient when it was created. + + +**SocksClientError** +```typescript +{ // Subclassed from Error. + message: 'An error has occurred', + options: { + // SocksClientOptions + } +} +``` + +# Further Reading: + +Please read the SOCKS 5 specifications for more information on how to use BIND and Associate. +http://www.ietf.org/rfc/rfc1928.txt + +# License + +This work is licensed under the [MIT license](http://en.wikipedia.org/wiki/MIT_License). diff --git a/node_modules/socks/build/client/socksclient.js b/node_modules/socks/build/client/socksclient.js new file mode 100644 index 0000000..09b1f55 --- /dev/null +++ b/node_modules/socks/build/client/socksclient.js @@ -0,0 +1,793 @@ +"use strict"; +var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +}; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SocksClientError = exports.SocksClient = void 0; +const events_1 = require("events"); +const net = require("net"); +const smart_buffer_1 = require("smart-buffer"); +const constants_1 = require("../common/constants"); +const helpers_1 = require("../common/helpers"); +const receivebuffer_1 = require("../common/receivebuffer"); +const util_1 = require("../common/util"); +Object.defineProperty(exports, "SocksClientError", { enumerable: true, get: function () { return util_1.SocksClientError; } }); +const ip_address_1 = require("ip-address"); +class SocksClient extends events_1.EventEmitter { + constructor(options) { + super(); + this.options = Object.assign({}, options); + // Validate SocksClientOptions + (0, helpers_1.validateSocksClientOptions)(options); + // Default state + this.setState(constants_1.SocksClientState.Created); + } + /** + * Creates a new SOCKS connection. + * + * Note: Supports callbacks and promises. Only supports the connect command. + * @param options { SocksClientOptions } Options. + * @param callback { Function } An optional callback function. + * @returns { Promise } + */ + static createConnection(options, callback) { + return new Promise((resolve, reject) => { + // Validate SocksClientOptions + try { + (0, helpers_1.validateSocksClientOptions)(options, ['connect']); + } + catch (err) { + if (typeof callback === 'function') { + callback(err); + // eslint-disable-next-line @typescript-eslint/no-explicit-any + return resolve(err); // Resolves pending promise (prevents memory leaks). + } + else { + return reject(err); + } + } + const client = new SocksClient(options); + client.connect(options.existing_socket); + client.once('established', (info) => { + client.removeAllListeners(); + if (typeof callback === 'function') { + callback(null, info); + resolve(info); // Resolves pending promise (prevents memory leaks). + } + else { + resolve(info); + } + }); + // Error occurred, failed to establish connection. + client.once('error', (err) => { + client.removeAllListeners(); + if (typeof callback === 'function') { + callback(err); + // eslint-disable-next-line @typescript-eslint/no-explicit-any + resolve(err); // Resolves pending promise (prevents memory leaks). + } + else { + reject(err); + } + }); + }); + } + /** + * Creates a new SOCKS connection chain to a destination host through 2 or more SOCKS proxies. + * + * Note: Supports callbacks and promises. Only supports the connect method. + * Note: Implemented via createConnection() factory function. + * @param options { SocksClientChainOptions } Options + * @param callback { Function } An optional callback function. + * @returns { Promise } + */ + static createConnectionChain(options, callback) { + // eslint-disable-next-line no-async-promise-executor + return new Promise((resolve, reject) => __awaiter(this, void 0, void 0, function* () { + // Validate SocksClientChainOptions + try { + (0, helpers_1.validateSocksClientChainOptions)(options); + } + catch (err) { + if (typeof callback === 'function') { + callback(err); + // eslint-disable-next-line @typescript-eslint/no-explicit-any + return resolve(err); // Resolves pending promise (prevents memory leaks). + } + else { + return reject(err); + } + } + // Shuffle proxies + if (options.randomizeChain) { + (0, util_1.shuffleArray)(options.proxies); + } + try { + let sock; + for (let i = 0; i < options.proxies.length; i++) { + const nextProxy = options.proxies[i]; + // If we've reached the last proxy in the chain, the destination is the actual destination, otherwise it's the next proxy. + const nextDestination = i === options.proxies.length - 1 + ? options.destination + : { + host: options.proxies[i + 1].host || + options.proxies[i + 1].ipaddress, + port: options.proxies[i + 1].port, + }; + // Creates the next connection in the chain. + const result = yield SocksClient.createConnection({ + command: 'connect', + proxy: nextProxy, + destination: nextDestination, + existing_socket: sock, + }); + // If sock is undefined, assign it here. + sock = sock || result.socket; + } + if (typeof callback === 'function') { + callback(null, { socket: sock }); + resolve({ socket: sock }); // Resolves pending promise (prevents memory leaks). + } + else { + resolve({ socket: sock }); + } + } + catch (err) { + if (typeof callback === 'function') { + callback(err); + // eslint-disable-next-line @typescript-eslint/no-explicit-any + resolve(err); // Resolves pending promise (prevents memory leaks). + } + else { + reject(err); + } + } + })); + } + /** + * Creates a SOCKS UDP Frame. + * @param options + */ + static createUDPFrame(options) { + const buff = new smart_buffer_1.SmartBuffer(); + buff.writeUInt16BE(0); + buff.writeUInt8(options.frameNumber || 0); + // IPv4/IPv6/Hostname + if (net.isIPv4(options.remoteHost.host)) { + buff.writeUInt8(constants_1.Socks5HostType.IPv4); + buff.writeUInt32BE((0, helpers_1.ipv4ToInt32)(options.remoteHost.host)); + } + else if (net.isIPv6(options.remoteHost.host)) { + buff.writeUInt8(constants_1.Socks5HostType.IPv6); + buff.writeBuffer((0, helpers_1.ipToBuffer)(options.remoteHost.host)); + } + else { + buff.writeUInt8(constants_1.Socks5HostType.Hostname); + buff.writeUInt8(Buffer.byteLength(options.remoteHost.host)); + buff.writeString(options.remoteHost.host); + } + // Port + buff.writeUInt16BE(options.remoteHost.port); + // Data + buff.writeBuffer(options.data); + return buff.toBuffer(); + } + /** + * Parses a SOCKS UDP frame. + * @param data + */ + static parseUDPFrame(data) { + const buff = smart_buffer_1.SmartBuffer.fromBuffer(data); + buff.readOffset = 2; + const frameNumber = buff.readUInt8(); + const hostType = buff.readUInt8(); + let remoteHost; + if (hostType === constants_1.Socks5HostType.IPv4) { + remoteHost = (0, helpers_1.int32ToIpv4)(buff.readUInt32BE()); + } + else if (hostType === constants_1.Socks5HostType.IPv6) { + remoteHost = ip_address_1.Address6.fromByteArray(Array.from(buff.readBuffer(16))).canonicalForm(); + } + else { + remoteHost = buff.readString(buff.readUInt8()); + } + const remotePort = buff.readUInt16BE(); + return { + frameNumber, + remoteHost: { + host: remoteHost, + port: remotePort, + }, + data: buff.readBuffer(), + }; + } + /** + * Internal state setter. If the SocksClient is in an error state, it cannot be changed to a non error state. + */ + setState(newState) { + if (this.state !== constants_1.SocksClientState.Error) { + this.state = newState; + } + } + /** + * Starts the connection establishment to the proxy and destination. + * @param existingSocket Connected socket to use instead of creating a new one (internal use). + */ + connect(existingSocket) { + this.onDataReceived = (data) => this.onDataReceivedHandler(data); + this.onClose = () => this.onCloseHandler(); + this.onError = (err) => this.onErrorHandler(err); + this.onConnect = () => this.onConnectHandler(); + // Start timeout timer (defaults to 30 seconds) + const timer = setTimeout(() => this.onEstablishedTimeout(), this.options.timeout || constants_1.DEFAULT_TIMEOUT); + // check whether unref is available as it differs from browser to NodeJS (#33) + if (timer.unref && typeof timer.unref === 'function') { + timer.unref(); + } + // If an existing socket is provided, use it to negotiate SOCKS handshake. Otherwise create a new Socket. + if (existingSocket) { + this.socket = existingSocket; + } + else { + this.socket = new net.Socket(); + } + // Attach Socket error handlers. + this.socket.once('close', this.onClose); + this.socket.once('error', this.onError); + this.socket.once('connect', this.onConnect); + this.socket.on('data', this.onDataReceived); + this.setState(constants_1.SocksClientState.Connecting); + this.receiveBuffer = new receivebuffer_1.ReceiveBuffer(); + if (existingSocket) { + this.socket.emit('connect'); + } + else { + this.socket.connect(this.getSocketOptions()); + if (this.options.set_tcp_nodelay !== undefined && + this.options.set_tcp_nodelay !== null) { + this.socket.setNoDelay(!!this.options.set_tcp_nodelay); + } + } + // Listen for established event so we can re-emit any excess data received during handshakes. + this.prependOnceListener('established', (info) => { + setImmediate(() => { + if (this.receiveBuffer.length > 0) { + const excessData = this.receiveBuffer.get(this.receiveBuffer.length); + info.socket.emit('data', excessData); + } + info.socket.resume(); + }); + }); + } + // Socket options (defaults host/port to options.proxy.host/options.proxy.port) + getSocketOptions() { + return Object.assign(Object.assign({}, this.options.socket_options), { host: this.options.proxy.host || this.options.proxy.ipaddress, port: this.options.proxy.port }); + } + /** + * Handles internal Socks timeout callback. + * Note: If the Socks client is not BoundWaitingForConnection or Established, the connection will be closed. + */ + onEstablishedTimeout() { + if (this.state !== constants_1.SocksClientState.Established && + this.state !== constants_1.SocksClientState.BoundWaitingForConnection) { + this.closeSocket(constants_1.ERRORS.ProxyConnectionTimedOut); + } + } + /** + * Handles Socket connect event. + */ + onConnectHandler() { + this.setState(constants_1.SocksClientState.Connected); + // Send initial handshake. + if (this.options.proxy.type === 4) { + this.sendSocks4InitialHandshake(); + } + else { + this.sendSocks5InitialHandshake(); + } + this.setState(constants_1.SocksClientState.SentInitialHandshake); + } + /** + * Handles Socket data event. + * @param data + */ + onDataReceivedHandler(data) { + /* + All received data is appended to a ReceiveBuffer. + This makes sure that all the data we need is received before we attempt to process it. + */ + this.receiveBuffer.append(data); + // Process data that we have. + this.processData(); + } + /** + * Handles processing of the data we have received. + */ + processData() { + // If we have enough data to process the next step in the SOCKS handshake, proceed. + while (this.state !== constants_1.SocksClientState.Established && + this.state !== constants_1.SocksClientState.Error && + this.receiveBuffer.length >= this.nextRequiredPacketBufferSize) { + // Sent initial handshake, waiting for response. + if (this.state === constants_1.SocksClientState.SentInitialHandshake) { + if (this.options.proxy.type === 4) { + // Socks v4 only has one handshake response. + this.handleSocks4FinalHandshakeResponse(); + } + else { + // Socks v5 has two handshakes, handle initial one here. + this.handleInitialSocks5HandshakeResponse(); + } + // Sent auth request for Socks v5, waiting for response. + } + else if (this.state === constants_1.SocksClientState.SentAuthentication) { + this.handleInitialSocks5AuthenticationHandshakeResponse(); + // Sent final Socks v5 handshake, waiting for final response. + } + else if (this.state === constants_1.SocksClientState.SentFinalHandshake) { + this.handleSocks5FinalHandshakeResponse(); + // Socks BIND established. Waiting for remote connection via proxy. + } + else if (this.state === constants_1.SocksClientState.BoundWaitingForConnection) { + if (this.options.proxy.type === 4) { + this.handleSocks4IncomingConnectionResponse(); + } + else { + this.handleSocks5IncomingConnectionResponse(); + } + } + else { + this.closeSocket(constants_1.ERRORS.InternalError); + break; + } + } + } + /** + * Handles Socket close event. + * @param had_error + */ + onCloseHandler() { + this.closeSocket(constants_1.ERRORS.SocketClosed); + } + /** + * Handles Socket error event. + * @param err + */ + onErrorHandler(err) { + this.closeSocket(err.message); + } + /** + * Removes internal event listeners on the underlying Socket. + */ + removeInternalSocketHandlers() { + // Pauses data flow of the socket (this is internally resumed after 'established' is emitted) + this.socket.pause(); + this.socket.removeListener('data', this.onDataReceived); + this.socket.removeListener('close', this.onClose); + this.socket.removeListener('error', this.onError); + this.socket.removeListener('connect', this.onConnect); + } + /** + * Closes and destroys the underlying Socket. Emits an error event. + * @param err { String } An error string to include in error event. + */ + closeSocket(err) { + // Make sure only one 'error' event is fired for the lifetime of this SocksClient instance. + if (this.state !== constants_1.SocksClientState.Error) { + // Set internal state to Error. + this.setState(constants_1.SocksClientState.Error); + // Destroy Socket + this.socket.destroy(); + // Remove internal listeners + this.removeInternalSocketHandlers(); + // Fire 'error' event. + this.emit('error', new util_1.SocksClientError(err, this.options)); + } + } + /** + * Sends initial Socks v4 handshake request. + */ + sendSocks4InitialHandshake() { + const userId = this.options.proxy.userId || ''; + const buff = new smart_buffer_1.SmartBuffer(); + buff.writeUInt8(0x04); + buff.writeUInt8(constants_1.SocksCommand[this.options.command]); + buff.writeUInt16BE(this.options.destination.port); + // Socks 4 (IPv4) + if (net.isIPv4(this.options.destination.host)) { + buff.writeBuffer((0, helpers_1.ipToBuffer)(this.options.destination.host)); + buff.writeStringNT(userId); + // Socks 4a (hostname) + } + else { + buff.writeUInt8(0x00); + buff.writeUInt8(0x00); + buff.writeUInt8(0x00); + buff.writeUInt8(0x01); + buff.writeStringNT(userId); + buff.writeStringNT(this.options.destination.host); + } + this.nextRequiredPacketBufferSize = + constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks4Response; + this.socket.write(buff.toBuffer()); + } + /** + * Handles Socks v4 handshake response. + * @param data + */ + handleSocks4FinalHandshakeResponse() { + const data = this.receiveBuffer.get(8); + if (data[1] !== constants_1.Socks4Response.Granted) { + this.closeSocket(`${constants_1.ERRORS.Socks4ProxyRejectedConnection} - (${constants_1.Socks4Response[data[1]]})`); + } + else { + // Bind response + if (constants_1.SocksCommand[this.options.command] === constants_1.SocksCommand.bind) { + const buff = smart_buffer_1.SmartBuffer.fromBuffer(data); + buff.readOffset = 2; + const remoteHost = { + port: buff.readUInt16BE(), + host: (0, helpers_1.int32ToIpv4)(buff.readUInt32BE()), + }; + // If host is 0.0.0.0, set to proxy host. + if (remoteHost.host === '0.0.0.0') { + remoteHost.host = this.options.proxy.ipaddress; + } + this.setState(constants_1.SocksClientState.BoundWaitingForConnection); + this.emit('bound', { remoteHost, socket: this.socket }); + // Connect response + } + else { + this.setState(constants_1.SocksClientState.Established); + this.removeInternalSocketHandlers(); + this.emit('established', { socket: this.socket }); + } + } + } + /** + * Handles Socks v4 incoming connection request (BIND) + * @param data + */ + handleSocks4IncomingConnectionResponse() { + const data = this.receiveBuffer.get(8); + if (data[1] !== constants_1.Socks4Response.Granted) { + this.closeSocket(`${constants_1.ERRORS.Socks4ProxyRejectedIncomingBoundConnection} - (${constants_1.Socks4Response[data[1]]})`); + } + else { + const buff = smart_buffer_1.SmartBuffer.fromBuffer(data); + buff.readOffset = 2; + const remoteHost = { + port: buff.readUInt16BE(), + host: (0, helpers_1.int32ToIpv4)(buff.readUInt32BE()), + }; + this.setState(constants_1.SocksClientState.Established); + this.removeInternalSocketHandlers(); + this.emit('established', { remoteHost, socket: this.socket }); + } + } + /** + * Sends initial Socks v5 handshake request. + */ + sendSocks5InitialHandshake() { + const buff = new smart_buffer_1.SmartBuffer(); + // By default we always support no auth. + const supportedAuthMethods = [constants_1.Socks5Auth.NoAuth]; + // We should only tell the proxy we support user/pass auth if auth info is actually provided. + // Note: As of Tor v0.3.5.7+, if user/pass auth is an option from the client, by default it will always take priority. + if (this.options.proxy.userId || this.options.proxy.password) { + supportedAuthMethods.push(constants_1.Socks5Auth.UserPass); + } + // Custom auth method? + if (this.options.proxy.custom_auth_method !== undefined) { + supportedAuthMethods.push(this.options.proxy.custom_auth_method); + } + // Build handshake packet + buff.writeUInt8(0x05); + buff.writeUInt8(supportedAuthMethods.length); + for (const authMethod of supportedAuthMethods) { + buff.writeUInt8(authMethod); + } + this.nextRequiredPacketBufferSize = + constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5InitialHandshakeResponse; + this.socket.write(buff.toBuffer()); + this.setState(constants_1.SocksClientState.SentInitialHandshake); + } + /** + * Handles initial Socks v5 handshake response. + * @param data + */ + handleInitialSocks5HandshakeResponse() { + const data = this.receiveBuffer.get(2); + if (data[0] !== 0x05) { + this.closeSocket(constants_1.ERRORS.InvalidSocks5IntiailHandshakeSocksVersion); + } + else if (data[1] === constants_1.SOCKS5_NO_ACCEPTABLE_AUTH) { + this.closeSocket(constants_1.ERRORS.InvalidSocks5InitialHandshakeNoAcceptedAuthType); + } + else { + // If selected Socks v5 auth method is no auth, send final handshake request. + if (data[1] === constants_1.Socks5Auth.NoAuth) { + this.socks5ChosenAuthType = constants_1.Socks5Auth.NoAuth; + this.sendSocks5CommandRequest(); + // If selected Socks v5 auth method is user/password, send auth handshake. + } + else if (data[1] === constants_1.Socks5Auth.UserPass) { + this.socks5ChosenAuthType = constants_1.Socks5Auth.UserPass; + this.sendSocks5UserPassAuthentication(); + // If selected Socks v5 auth method is the custom_auth_method, send custom handshake. + } + else if (data[1] === this.options.proxy.custom_auth_method) { + this.socks5ChosenAuthType = this.options.proxy.custom_auth_method; + this.sendSocks5CustomAuthentication(); + } + else { + this.closeSocket(constants_1.ERRORS.InvalidSocks5InitialHandshakeUnknownAuthType); + } + } + } + /** + * Sends Socks v5 user & password auth handshake. + * + * Note: No auth and user/pass are currently supported. + */ + sendSocks5UserPassAuthentication() { + const userId = this.options.proxy.userId || ''; + const password = this.options.proxy.password || ''; + const buff = new smart_buffer_1.SmartBuffer(); + buff.writeUInt8(0x01); + buff.writeUInt8(Buffer.byteLength(userId)); + buff.writeString(userId); + buff.writeUInt8(Buffer.byteLength(password)); + buff.writeString(password); + this.nextRequiredPacketBufferSize = + constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5UserPassAuthenticationResponse; + this.socket.write(buff.toBuffer()); + this.setState(constants_1.SocksClientState.SentAuthentication); + } + sendSocks5CustomAuthentication() { + return __awaiter(this, void 0, void 0, function* () { + this.nextRequiredPacketBufferSize = + this.options.proxy.custom_auth_response_size; + this.socket.write(yield this.options.proxy.custom_auth_request_handler()); + this.setState(constants_1.SocksClientState.SentAuthentication); + }); + } + handleSocks5CustomAuthHandshakeResponse(data) { + return __awaiter(this, void 0, void 0, function* () { + return yield this.options.proxy.custom_auth_response_handler(data); + }); + } + handleSocks5AuthenticationNoAuthHandshakeResponse(data) { + return __awaiter(this, void 0, void 0, function* () { + return data[1] === 0x00; + }); + } + handleSocks5AuthenticationUserPassHandshakeResponse(data) { + return __awaiter(this, void 0, void 0, function* () { + return data[1] === 0x00; + }); + } + /** + * Handles Socks v5 auth handshake response. + * @param data + */ + handleInitialSocks5AuthenticationHandshakeResponse() { + return __awaiter(this, void 0, void 0, function* () { + this.setState(constants_1.SocksClientState.ReceivedAuthenticationResponse); + let authResult = false; + if (this.socks5ChosenAuthType === constants_1.Socks5Auth.NoAuth) { + authResult = yield this.handleSocks5AuthenticationNoAuthHandshakeResponse(this.receiveBuffer.get(2)); + } + else if (this.socks5ChosenAuthType === constants_1.Socks5Auth.UserPass) { + authResult = + yield this.handleSocks5AuthenticationUserPassHandshakeResponse(this.receiveBuffer.get(2)); + } + else if (this.socks5ChosenAuthType === this.options.proxy.custom_auth_method) { + authResult = yield this.handleSocks5CustomAuthHandshakeResponse(this.receiveBuffer.get(this.options.proxy.custom_auth_response_size)); + } + if (!authResult) { + this.closeSocket(constants_1.ERRORS.Socks5AuthenticationFailed); + } + else { + this.sendSocks5CommandRequest(); + } + }); + } + /** + * Sends Socks v5 final handshake request. + */ + sendSocks5CommandRequest() { + const buff = new smart_buffer_1.SmartBuffer(); + buff.writeUInt8(0x05); + buff.writeUInt8(constants_1.SocksCommand[this.options.command]); + buff.writeUInt8(0x00); + // ipv4, ipv6, domain? + if (net.isIPv4(this.options.destination.host)) { + buff.writeUInt8(constants_1.Socks5HostType.IPv4); + buff.writeBuffer((0, helpers_1.ipToBuffer)(this.options.destination.host)); + } + else if (net.isIPv6(this.options.destination.host)) { + buff.writeUInt8(constants_1.Socks5HostType.IPv6); + buff.writeBuffer((0, helpers_1.ipToBuffer)(this.options.destination.host)); + } + else { + buff.writeUInt8(constants_1.Socks5HostType.Hostname); + buff.writeUInt8(this.options.destination.host.length); + buff.writeString(this.options.destination.host); + } + buff.writeUInt16BE(this.options.destination.port); + this.nextRequiredPacketBufferSize = + constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHeader; + this.socket.write(buff.toBuffer()); + this.setState(constants_1.SocksClientState.SentFinalHandshake); + } + /** + * Handles Socks v5 final handshake response. + * @param data + */ + handleSocks5FinalHandshakeResponse() { + // Peek at available data (we need at least 5 bytes to get the hostname length) + const header = this.receiveBuffer.peek(5); + if (header[0] !== 0x05 || header[1] !== constants_1.Socks5Response.Granted) { + this.closeSocket(`${constants_1.ERRORS.InvalidSocks5FinalHandshakeRejected} - ${constants_1.Socks5Response[header[1]]}`); + } + else { + // Read address type + const addressType = header[3]; + let remoteHost; + let buff; + // IPv4 + if (addressType === constants_1.Socks5HostType.IPv4) { + // Check if data is available. + const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv4; + if (this.receiveBuffer.length < dataNeeded) { + this.nextRequiredPacketBufferSize = dataNeeded; + return; + } + buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(4)); + remoteHost = { + host: (0, helpers_1.int32ToIpv4)(buff.readUInt32BE()), + port: buff.readUInt16BE(), + }; + // If given host is 0.0.0.0, assume remote proxy ip instead. + if (remoteHost.host === '0.0.0.0') { + remoteHost.host = this.options.proxy.ipaddress; + } + // Hostname + } + else if (addressType === constants_1.Socks5HostType.Hostname) { + const hostLength = header[4]; + const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHostname(hostLength); // header + host length + host + port + // Check if data is available. + if (this.receiveBuffer.length < dataNeeded) { + this.nextRequiredPacketBufferSize = dataNeeded; + return; + } + buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(5)); + remoteHost = { + host: buff.readString(hostLength), + port: buff.readUInt16BE(), + }; + // IPv6 + } + else if (addressType === constants_1.Socks5HostType.IPv6) { + // Check if data is available. + const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv6; + if (this.receiveBuffer.length < dataNeeded) { + this.nextRequiredPacketBufferSize = dataNeeded; + return; + } + buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(4)); + remoteHost = { + host: ip_address_1.Address6.fromByteArray(Array.from(buff.readBuffer(16))).canonicalForm(), + port: buff.readUInt16BE(), + }; + } + // We have everything we need + this.setState(constants_1.SocksClientState.ReceivedFinalResponse); + // If using CONNECT, the client is now in the established state. + if (constants_1.SocksCommand[this.options.command] === constants_1.SocksCommand.connect) { + this.setState(constants_1.SocksClientState.Established); + this.removeInternalSocketHandlers(); + this.emit('established', { remoteHost, socket: this.socket }); + } + else if (constants_1.SocksCommand[this.options.command] === constants_1.SocksCommand.bind) { + /* If using BIND, the Socks client is now in BoundWaitingForConnection state. + This means that the remote proxy server is waiting for a remote connection to the bound port. */ + this.setState(constants_1.SocksClientState.BoundWaitingForConnection); + this.nextRequiredPacketBufferSize = + constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHeader; + this.emit('bound', { remoteHost, socket: this.socket }); + /* + If using Associate, the Socks client is now Established. And the proxy server is now accepting UDP packets at the + given bound port. This initial Socks TCP connection must remain open for the UDP relay to continue to work. + */ + } + else if (constants_1.SocksCommand[this.options.command] === constants_1.SocksCommand.associate) { + this.setState(constants_1.SocksClientState.Established); + this.removeInternalSocketHandlers(); + this.emit('established', { + remoteHost, + socket: this.socket, + }); + } + } + } + /** + * Handles Socks v5 incoming connection request (BIND). + */ + handleSocks5IncomingConnectionResponse() { + // Peek at available data (we need at least 5 bytes to get the hostname length) + const header = this.receiveBuffer.peek(5); + if (header[0] !== 0x05 || header[1] !== constants_1.Socks5Response.Granted) { + this.closeSocket(`${constants_1.ERRORS.Socks5ProxyRejectedIncomingBoundConnection} - ${constants_1.Socks5Response[header[1]]}`); + } + else { + // Read address type + const addressType = header[3]; + let remoteHost; + let buff; + // IPv4 + if (addressType === constants_1.Socks5HostType.IPv4) { + // Check if data is available. + const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv4; + if (this.receiveBuffer.length < dataNeeded) { + this.nextRequiredPacketBufferSize = dataNeeded; + return; + } + buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(4)); + remoteHost = { + host: (0, helpers_1.int32ToIpv4)(buff.readUInt32BE()), + port: buff.readUInt16BE(), + }; + // If given host is 0.0.0.0, assume remote proxy ip instead. + if (remoteHost.host === '0.0.0.0') { + remoteHost.host = this.options.proxy.ipaddress; + } + // Hostname + } + else if (addressType === constants_1.Socks5HostType.Hostname) { + const hostLength = header[4]; + const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseHostname(hostLength); // header + host length + port + // Check if data is available. + if (this.receiveBuffer.length < dataNeeded) { + this.nextRequiredPacketBufferSize = dataNeeded; + return; + } + buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(5)); + remoteHost = { + host: buff.readString(hostLength), + port: buff.readUInt16BE(), + }; + // IPv6 + } + else if (addressType === constants_1.Socks5HostType.IPv6) { + // Check if data is available. + const dataNeeded = constants_1.SOCKS_INCOMING_PACKET_SIZES.Socks5ResponseIPv6; + if (this.receiveBuffer.length < dataNeeded) { + this.nextRequiredPacketBufferSize = dataNeeded; + return; + } + buff = smart_buffer_1.SmartBuffer.fromBuffer(this.receiveBuffer.get(dataNeeded).slice(4)); + remoteHost = { + host: ip_address_1.Address6.fromByteArray(Array.from(buff.readBuffer(16))).canonicalForm(), + port: buff.readUInt16BE(), + }; + } + this.setState(constants_1.SocksClientState.Established); + this.removeInternalSocketHandlers(); + this.emit('established', { remoteHost, socket: this.socket }); + } + } + get socksClientOptions() { + return Object.assign({}, this.options); + } +} +exports.SocksClient = SocksClient; +//# sourceMappingURL=socksclient.js.map \ No newline at end of file diff --git a/node_modules/socks/build/client/socksclient.js.map b/node_modules/socks/build/client/socksclient.js.map new file mode 100644 index 0000000..0cae2aa --- /dev/null +++ b/node_modules/socks/build/client/socksclient.js.map @@ -0,0 +1 @@ +{"version":3,"file":"socksclient.js","sourceRoot":"","sources":["../../src/client/socksclient.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/socks/build/common/constants.js b/node_modules/socks/build/common/constants.js new file mode 100644 index 0000000..aaf1641 --- /dev/null +++ b/node_modules/socks/build/common/constants.js @@ -0,0 +1,108 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.SOCKS5_NO_ACCEPTABLE_AUTH = exports.SOCKS5_CUSTOM_AUTH_END = exports.SOCKS5_CUSTOM_AUTH_START = exports.SOCKS_INCOMING_PACKET_SIZES = exports.SocksClientState = exports.Socks5Response = exports.Socks5HostType = exports.Socks5Auth = exports.Socks4Response = exports.SocksCommand = exports.ERRORS = exports.DEFAULT_TIMEOUT = void 0; +const DEFAULT_TIMEOUT = 30000; +exports.DEFAULT_TIMEOUT = DEFAULT_TIMEOUT; +// prettier-ignore +const ERRORS = { + InvalidSocksCommand: 'An invalid SOCKS command was provided. Valid options are connect, bind, and associate.', + InvalidSocksCommandForOperation: 'An invalid SOCKS command was provided. Only a subset of commands are supported for this operation.', + InvalidSocksCommandChain: 'An invalid SOCKS command was provided. Chaining currently only supports the connect command.', + InvalidSocksClientOptionsDestination: 'An invalid destination host was provided.', + InvalidSocksClientOptionsExistingSocket: 'An invalid existing socket was provided. This should be an instance of stream.Duplex.', + InvalidSocksClientOptionsProxy: 'Invalid SOCKS proxy details were provided.', + InvalidSocksClientOptionsTimeout: 'An invalid timeout value was provided. Please enter a value above 0 (in ms).', + InvalidSocksClientOptionsProxiesLength: 'At least two socks proxies must be provided for chaining.', + InvalidSocksClientOptionsCustomAuthRange: 'Custom auth must be a value between 0x80 and 0xFE.', + InvalidSocksClientOptionsCustomAuthOptions: 'When a custom_auth_method is provided, custom_auth_request_handler, custom_auth_response_size, and custom_auth_response_handler must also be provided and valid.', + NegotiationError: 'Negotiation error', + SocketClosed: 'Socket closed', + ProxyConnectionTimedOut: 'Proxy connection timed out', + InternalError: 'SocksClient internal error (this should not happen)', + InvalidSocks4HandshakeResponse: 'Received invalid Socks4 handshake response', + Socks4ProxyRejectedConnection: 'Socks4 Proxy rejected connection', + InvalidSocks4IncomingConnectionResponse: 'Socks4 invalid incoming connection response', + Socks4ProxyRejectedIncomingBoundConnection: 'Socks4 Proxy rejected incoming bound connection', + InvalidSocks5InitialHandshakeResponse: 'Received invalid Socks5 initial handshake response', + InvalidSocks5IntiailHandshakeSocksVersion: 'Received invalid Socks5 initial handshake (invalid socks version)', + InvalidSocks5InitialHandshakeNoAcceptedAuthType: 'Received invalid Socks5 initial handshake (no accepted authentication type)', + InvalidSocks5InitialHandshakeUnknownAuthType: 'Received invalid Socks5 initial handshake (unknown authentication type)', + Socks5AuthenticationFailed: 'Socks5 Authentication failed', + InvalidSocks5FinalHandshake: 'Received invalid Socks5 final handshake response', + InvalidSocks5FinalHandshakeRejected: 'Socks5 proxy rejected connection', + InvalidSocks5IncomingConnectionResponse: 'Received invalid Socks5 incoming connection response', + Socks5ProxyRejectedIncomingBoundConnection: 'Socks5 Proxy rejected incoming bound connection', +}; +exports.ERRORS = ERRORS; +const SOCKS_INCOMING_PACKET_SIZES = { + Socks5InitialHandshakeResponse: 2, + Socks5UserPassAuthenticationResponse: 2, + // Command response + incoming connection (bind) + Socks5ResponseHeader: 5, // We need at least 5 to read the hostname length, then we wait for the address+port information. + Socks5ResponseIPv4: 10, // 4 header + 4 ip + 2 port + Socks5ResponseIPv6: 22, // 4 header + 16 ip + 2 port + Socks5ResponseHostname: (hostNameLength) => hostNameLength + 7, // 4 header + 1 host length + host + 2 port + // Command response + incoming connection (bind) + Socks4Response: 8, // 2 header + 2 port + 4 ip +}; +exports.SOCKS_INCOMING_PACKET_SIZES = SOCKS_INCOMING_PACKET_SIZES; +var SocksCommand; +(function (SocksCommand) { + SocksCommand[SocksCommand["connect"] = 1] = "connect"; + SocksCommand[SocksCommand["bind"] = 2] = "bind"; + SocksCommand[SocksCommand["associate"] = 3] = "associate"; +})(SocksCommand || (exports.SocksCommand = SocksCommand = {})); +var Socks4Response; +(function (Socks4Response) { + Socks4Response[Socks4Response["Granted"] = 90] = "Granted"; + Socks4Response[Socks4Response["Failed"] = 91] = "Failed"; + Socks4Response[Socks4Response["Rejected"] = 92] = "Rejected"; + Socks4Response[Socks4Response["RejectedIdent"] = 93] = "RejectedIdent"; +})(Socks4Response || (exports.Socks4Response = Socks4Response = {})); +var Socks5Auth; +(function (Socks5Auth) { + Socks5Auth[Socks5Auth["NoAuth"] = 0] = "NoAuth"; + Socks5Auth[Socks5Auth["GSSApi"] = 1] = "GSSApi"; + Socks5Auth[Socks5Auth["UserPass"] = 2] = "UserPass"; +})(Socks5Auth || (exports.Socks5Auth = Socks5Auth = {})); +const SOCKS5_CUSTOM_AUTH_START = 0x80; +exports.SOCKS5_CUSTOM_AUTH_START = SOCKS5_CUSTOM_AUTH_START; +const SOCKS5_CUSTOM_AUTH_END = 0xfe; +exports.SOCKS5_CUSTOM_AUTH_END = SOCKS5_CUSTOM_AUTH_END; +const SOCKS5_NO_ACCEPTABLE_AUTH = 0xff; +exports.SOCKS5_NO_ACCEPTABLE_AUTH = SOCKS5_NO_ACCEPTABLE_AUTH; +var Socks5Response; +(function (Socks5Response) { + Socks5Response[Socks5Response["Granted"] = 0] = "Granted"; + Socks5Response[Socks5Response["Failure"] = 1] = "Failure"; + Socks5Response[Socks5Response["NotAllowed"] = 2] = "NotAllowed"; + Socks5Response[Socks5Response["NetworkUnreachable"] = 3] = "NetworkUnreachable"; + Socks5Response[Socks5Response["HostUnreachable"] = 4] = "HostUnreachable"; + Socks5Response[Socks5Response["ConnectionRefused"] = 5] = "ConnectionRefused"; + Socks5Response[Socks5Response["TTLExpired"] = 6] = "TTLExpired"; + Socks5Response[Socks5Response["CommandNotSupported"] = 7] = "CommandNotSupported"; + Socks5Response[Socks5Response["AddressNotSupported"] = 8] = "AddressNotSupported"; +})(Socks5Response || (exports.Socks5Response = Socks5Response = {})); +var Socks5HostType; +(function (Socks5HostType) { + Socks5HostType[Socks5HostType["IPv4"] = 1] = "IPv4"; + Socks5HostType[Socks5HostType["Hostname"] = 3] = "Hostname"; + Socks5HostType[Socks5HostType["IPv6"] = 4] = "IPv6"; +})(Socks5HostType || (exports.Socks5HostType = Socks5HostType = {})); +var SocksClientState; +(function (SocksClientState) { + SocksClientState[SocksClientState["Created"] = 0] = "Created"; + SocksClientState[SocksClientState["Connecting"] = 1] = "Connecting"; + SocksClientState[SocksClientState["Connected"] = 2] = "Connected"; + SocksClientState[SocksClientState["SentInitialHandshake"] = 3] = "SentInitialHandshake"; + SocksClientState[SocksClientState["ReceivedInitialHandshakeResponse"] = 4] = "ReceivedInitialHandshakeResponse"; + SocksClientState[SocksClientState["SentAuthentication"] = 5] = "SentAuthentication"; + SocksClientState[SocksClientState["ReceivedAuthenticationResponse"] = 6] = "ReceivedAuthenticationResponse"; + SocksClientState[SocksClientState["SentFinalHandshake"] = 7] = "SentFinalHandshake"; + SocksClientState[SocksClientState["ReceivedFinalResponse"] = 8] = "ReceivedFinalResponse"; + SocksClientState[SocksClientState["BoundWaitingForConnection"] = 9] = "BoundWaitingForConnection"; + SocksClientState[SocksClientState["Established"] = 10] = "Established"; + SocksClientState[SocksClientState["Disconnected"] = 11] = "Disconnected"; + SocksClientState[SocksClientState["Error"] = 99] = "Error"; +})(SocksClientState || (exports.SocksClientState = SocksClientState = {})); +//# sourceMappingURL=constants.js.map \ No newline at end of file diff --git a/node_modules/socks/build/common/constants.js.map b/node_modules/socks/build/common/constants.js.map new file mode 100644 index 0000000..969af83 --- /dev/null +++ b/node_modules/socks/build/common/constants.js.map @@ -0,0 +1 @@ +{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../src/common/constants.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/socks/build/common/helpers.js b/node_modules/socks/build/common/helpers.js new file mode 100644 index 0000000..f0fcaf0 --- /dev/null +++ b/node_modules/socks/build/common/helpers.js @@ -0,0 +1,167 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ipToBuffer = exports.int32ToIpv4 = exports.ipv4ToInt32 = exports.validateSocksClientChainOptions = exports.validateSocksClientOptions = void 0; +const util_1 = require("./util"); +const constants_1 = require("./constants"); +const stream = require("stream"); +const ip_address_1 = require("ip-address"); +const net = require("net"); +/** + * Validates the provided SocksClientOptions + * @param options { SocksClientOptions } + * @param acceptedCommands { string[] } A list of accepted SocksProxy commands. + */ +function validateSocksClientOptions(options, acceptedCommands = ['connect', 'bind', 'associate']) { + // Check SOCKs command option. + if (!constants_1.SocksCommand[options.command]) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksCommand, options); + } + // Check SocksCommand for acceptable command. + if (acceptedCommands.indexOf(options.command) === -1) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksCommandForOperation, options); + } + // Check destination + if (!isValidSocksRemoteHost(options.destination)) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsDestination, options); + } + // Check SOCKS proxy to use + if (!isValidSocksProxy(options.proxy)) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsProxy, options); + } + // Validate custom auth (if set) + validateCustomProxyAuth(options.proxy, options); + // Check timeout + if (options.timeout && !isValidTimeoutValue(options.timeout)) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsTimeout, options); + } + // Check existing_socket (if provided) + if (options.existing_socket && + !(options.existing_socket instanceof stream.Duplex)) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsExistingSocket, options); + } +} +exports.validateSocksClientOptions = validateSocksClientOptions; +/** + * Validates the SocksClientChainOptions + * @param options { SocksClientChainOptions } + */ +function validateSocksClientChainOptions(options) { + // Only connect is supported when chaining. + if (options.command !== 'connect') { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksCommandChain, options); + } + // Check destination + if (!isValidSocksRemoteHost(options.destination)) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsDestination, options); + } + // Validate proxies (length) + if (!(options.proxies && + Array.isArray(options.proxies) && + options.proxies.length >= 2)) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsProxiesLength, options); + } + // Validate proxies + options.proxies.forEach((proxy) => { + if (!isValidSocksProxy(proxy)) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsProxy, options); + } + // Validate custom auth (if set) + validateCustomProxyAuth(proxy, options); + }); + // Check timeout + if (options.timeout && !isValidTimeoutValue(options.timeout)) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsTimeout, options); + } +} +exports.validateSocksClientChainOptions = validateSocksClientChainOptions; +function validateCustomProxyAuth(proxy, options) { + if (proxy.custom_auth_method !== undefined) { + // Invalid auth method range + if (proxy.custom_auth_method < constants_1.SOCKS5_CUSTOM_AUTH_START || + proxy.custom_auth_method > constants_1.SOCKS5_CUSTOM_AUTH_END) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsCustomAuthRange, options); + } + // Missing custom_auth_request_handler + if (proxy.custom_auth_request_handler === undefined || + typeof proxy.custom_auth_request_handler !== 'function') { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsCustomAuthOptions, options); + } + // Missing custom_auth_response_size + if (proxy.custom_auth_response_size === undefined) { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsCustomAuthOptions, options); + } + // Missing/invalid custom_auth_response_handler + if (proxy.custom_auth_response_handler === undefined || + typeof proxy.custom_auth_response_handler !== 'function') { + throw new util_1.SocksClientError(constants_1.ERRORS.InvalidSocksClientOptionsCustomAuthOptions, options); + } + } +} +/** + * Validates a SocksRemoteHost + * @param remoteHost { SocksRemoteHost } + */ +function isValidSocksRemoteHost(remoteHost) { + return (remoteHost && + typeof remoteHost.host === 'string' && + Buffer.byteLength(remoteHost.host) < 256 && + typeof remoteHost.port === 'number' && + remoteHost.port >= 0 && + remoteHost.port <= 65535); +} +/** + * Validates a SocksProxy + * @param proxy { SocksProxy } + */ +function isValidSocksProxy(proxy) { + return (proxy && + (typeof proxy.host === 'string' || typeof proxy.ipaddress === 'string') && + typeof proxy.port === 'number' && + proxy.port >= 0 && + proxy.port <= 65535 && + (proxy.type === 4 || proxy.type === 5)); +} +/** + * Validates a timeout value. + * @param value { Number } + */ +function isValidTimeoutValue(value) { + return typeof value === 'number' && value > 0; +} +function ipv4ToInt32(ip) { + const address = new ip_address_1.Address4(ip); + // Convert the IPv4 address parts to an integer + return address.toArray().reduce((acc, part) => (acc << 8) + part, 0) >>> 0; +} +exports.ipv4ToInt32 = ipv4ToInt32; +function int32ToIpv4(int32) { + // Extract each byte (octet) from the 32-bit integer + const octet1 = (int32 >>> 24) & 0xff; + const octet2 = (int32 >>> 16) & 0xff; + const octet3 = (int32 >>> 8) & 0xff; + const octet4 = int32 & 0xff; + // Combine the octets into a string in IPv4 format + return [octet1, octet2, octet3, octet4].join('.'); +} +exports.int32ToIpv4 = int32ToIpv4; +function ipToBuffer(ip) { + if (net.isIPv4(ip)) { + // Handle IPv4 addresses + const address = new ip_address_1.Address4(ip); + return Buffer.from(address.toArray()); + } + else if (net.isIPv6(ip)) { + // Handle IPv6 addresses + const address = new ip_address_1.Address6(ip); + return Buffer.from(address + .canonicalForm() + .split(':') + .map((segment) => segment.padStart(4, '0')) + .join(''), 'hex'); + } + else { + throw new Error('Invalid IP address format'); + } +} +exports.ipToBuffer = ipToBuffer; +//# sourceMappingURL=helpers.js.map \ No newline at end of file diff --git a/node_modules/socks/build/common/helpers.js.map b/node_modules/socks/build/common/helpers.js.map new file mode 100644 index 0000000..830152f --- /dev/null +++ b/node_modules/socks/build/common/helpers.js.map @@ -0,0 +1 @@ +{"version":3,"file":"helpers.js","sourceRoot":"","sources":["../../src/common/helpers.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/socks/build/common/receivebuffer.js b/node_modules/socks/build/common/receivebuffer.js new file mode 100644 index 0000000..3dacbf9 --- /dev/null +++ b/node_modules/socks/build/common/receivebuffer.js @@ -0,0 +1,43 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.ReceiveBuffer = void 0; +class ReceiveBuffer { + constructor(size = 4096) { + this.buffer = Buffer.allocUnsafe(size); + this.offset = 0; + this.originalSize = size; + } + get length() { + return this.offset; + } + append(data) { + if (!Buffer.isBuffer(data)) { + throw new Error('Attempted to append a non-buffer instance to ReceiveBuffer.'); + } + if (this.offset + data.length >= this.buffer.length) { + const tmp = this.buffer; + this.buffer = Buffer.allocUnsafe(Math.max(this.buffer.length + this.originalSize, this.buffer.length + data.length)); + tmp.copy(this.buffer); + } + data.copy(this.buffer, this.offset); + return (this.offset += data.length); + } + peek(length) { + if (length > this.offset) { + throw new Error('Attempted to read beyond the bounds of the managed internal data.'); + } + return this.buffer.slice(0, length); + } + get(length) { + if (length > this.offset) { + throw new Error('Attempted to read beyond the bounds of the managed internal data.'); + } + const value = Buffer.allocUnsafe(length); + this.buffer.slice(0, length).copy(value); + this.buffer.copyWithin(0, length, length + this.offset - length); + this.offset -= length; + return value; + } +} +exports.ReceiveBuffer = ReceiveBuffer; +//# sourceMappingURL=receivebuffer.js.map \ No newline at end of file diff --git a/node_modules/socks/build/common/receivebuffer.js.map b/node_modules/socks/build/common/receivebuffer.js.map new file mode 100644 index 0000000..ad86c8c --- /dev/null +++ b/node_modules/socks/build/common/receivebuffer.js.map @@ -0,0 +1 @@ +{"version":3,"file":"receivebuffer.js","sourceRoot":"","sources":["../../src/common/receivebuffer.ts"],"names":[],"mappings":";;;AAAA,MAAM,aAAa;IAKjB,YAAY,IAAI,GAAG,IAAI;QACrB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAChB,IAAI,CAAC,YAAY,GAAG,IAAI,CAAC;IAC3B,CAAC;IAED,IAAI,MAAM;QACR,OAAO,IAAI,CAAC,MAAM,CAAC;IACrB,CAAC;IAED,MAAM,CAAC,IAAY;QACjB,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC;YAC3B,MAAM,IAAI,KAAK,CACb,6DAA6D,CAC9D,CAAC;QACJ,CAAC;QAED,IAAI,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC;YACpD,MAAM,GAAG,GAAG,IAAI,CAAC,MAAM,CAAC;YACxB,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,WAAW,CAC9B,IAAI,CAAC,GAAG,CACN,IAAI,CAAC,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC,YAAY,EACtC,IAAI,CAAC,MAAM,CAAC,MAAM,GAAG,IAAI,CAAC,MAAM,CACjC,CACF,CAAC;YACF,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;QACxB,CAAC;QAED,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;QACpC,OAAO,CAAC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,MAAM,CAAC,CAAC;IACtC,CAAC;IAED,IAAI,CAAC,MAAc;QACjB,IAAI,MAAM,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC;YACzB,MAAM,IAAI,KAAK,CACb,mEAAmE,CACpE,CAAC;QACJ,CAAC;QACD,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC;IACtC,CAAC;IAED,GAAG,CAAC,MAAc;QAChB,IAAI,MAAM,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC;YACzB,MAAM,IAAI,KAAK,CACb,mEAAmE,CACpE,CAAC;QACJ,CAAC;QAED,MAAM,KAAK,GAAG,MAAM,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;QACzC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;QACzC,IAAI,CAAC,MAAM,CAAC,UAAU,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC,CAAC;QACjE,IAAI,CAAC,MAAM,IAAI,MAAM,CAAC;QAEtB,OAAO,KAAK,CAAC;IACf,CAAC;CACF;AAEO,sCAAa"} \ No newline at end of file diff --git a/node_modules/socks/build/common/util.js b/node_modules/socks/build/common/util.js new file mode 100644 index 0000000..f66b72e --- /dev/null +++ b/node_modules/socks/build/common/util.js @@ -0,0 +1,25 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.shuffleArray = exports.SocksClientError = void 0; +/** + * Error wrapper for SocksClient + */ +class SocksClientError extends Error { + constructor(message, options) { + super(message); + this.options = options; + } +} +exports.SocksClientError = SocksClientError; +/** + * Shuffles a given array. + * @param array The array to shuffle. + */ +function shuffleArray(array) { + for (let i = array.length - 1; i > 0; i--) { + const j = Math.floor(Math.random() * (i + 1)); + [array[i], array[j]] = [array[j], array[i]]; + } +} +exports.shuffleArray = shuffleArray; +//# sourceMappingURL=util.js.map \ No newline at end of file diff --git a/node_modules/socks/build/common/util.js.map b/node_modules/socks/build/common/util.js.map new file mode 100644 index 0000000..21281b2 --- /dev/null +++ b/node_modules/socks/build/common/util.js.map @@ -0,0 +1 @@ +{"version":3,"file":"util.js","sourceRoot":"","sources":["../../src/common/util.ts"],"names":[],"mappings":";;;AAEA;;GAEG;AACH,MAAM,gBAAiB,SAAQ,KAAK;IAClC,YACE,OAAe,EACR,OAAqD;QAE5D,KAAK,CAAC,OAAO,CAAC,CAAC;QAFR,YAAO,GAAP,OAAO,CAA8C;IAG9D,CAAC;CACF;AAaO,4CAAgB;AAXxB;;;GAGG;AACH,SAAS,YAAY,CAAC,KAAgB;IACpC,KAAK,IAAI,CAAC,GAAG,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;QAC1C,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;QAC9C,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;IAC9C,CAAC;AACH,CAAC;AAEyB,oCAAY"} \ No newline at end of file diff --git a/node_modules/socks/build/index.js b/node_modules/socks/build/index.js new file mode 100644 index 0000000..05fbb1d --- /dev/null +++ b/node_modules/socks/build/index.js @@ -0,0 +1,18 @@ +"use strict"; +var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +})); +var __exportStar = (this && this.__exportStar) || function(m, exports) { + for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); +}; +Object.defineProperty(exports, "__esModule", { value: true }); +__exportStar(require("./client/socksclient"), exports); +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/node_modules/socks/build/index.js.map b/node_modules/socks/build/index.js.map new file mode 100644 index 0000000..0e2bcb2 --- /dev/null +++ b/node_modules/socks/build/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"} \ No newline at end of file diff --git a/node_modules/socks/docs/examples/index.md b/node_modules/socks/docs/examples/index.md new file mode 100644 index 0000000..87bfe25 --- /dev/null +++ b/node_modules/socks/docs/examples/index.md @@ -0,0 +1,17 @@ +# socks examples + +## TypeScript Examples + +[Connect command](typescript/connectExample.md) + +[Bind command](typescript/bindExample.md) + +[Associate command](typescript/associateExample.md) + +## JavaScript Examples + +[Connect command](javascript/connectExample.md) + +[Bind command](javascript/bindExample.md) + +[Associate command](javascript/associateExample.md) \ No newline at end of file diff --git a/node_modules/socks/docs/examples/javascript/associateExample.md b/node_modules/socks/docs/examples/javascript/associateExample.md new file mode 100644 index 0000000..c2c7b17 --- /dev/null +++ b/node_modules/socks/docs/examples/javascript/associateExample.md @@ -0,0 +1,90 @@ +# socks examples + +## Example for SOCKS 'associate' command + +The associate command tells the SOCKS proxy server to establish a UDP relay. The server binds to a new UDP port and communicates the newly opened port back to the origin client. From here, any SOCKS UDP frame packets sent to this special UDP port on the Proxy server will be forwarded to the desired destination, and any responses will be forwarded back to the origin client (you). + +This can be used for things such as DNS queries, and other UDP communicates. + +**Connection Steps** + +1. Client -(associate)-> Proxy (Tells the proxy to create a UDP relay and bind on a new port) +2. Client <-(port)- Proxy (Tells the origin client which port it opened and is accepting UDP frame packets on) + +At this point the proxy is accepting UDP frames on the specified port. + +3. Client --(udp frame) -> Proxy -> Destination (The origin client sends a UDP frame to the proxy on the UDP port, and the proxy then forwards it to the destination specified in the UDP frame.) +4. Client <--(udp frame) <-- Proxy <-- Destination (The destination client responds to the udp packet sent in #3) + +## Usage + +The 'associate' command can only be used by creating a new SocksClient instance and listening for the 'established' event. + +**Note:** UDP packets relayed through the proxy servers are encompassed in a special Socks UDP frame format. SocksClient.createUDPFrame() and SocksClient.parseUDPFrame() create and parse these special UDP packets. + +```typescript +const dgram = require('dgram'); +const SocksClient = require('socks').SocksClient; + +// Create a local UDP socket for sending/receiving packets to/from the proxy. +const udpSocket = dgram.createSocket('udp4'); +udpSocket.bind(); + +// Listen for incoming UDP packets from the proxy server. +udpSocket.on('message', (message, rinfo) => { + console.log(SocksClient.parseUDPFrame(message)); + /* + { frameNumber: 0, + remoteHost: { host: '8.8.8.8', port: 53 }, // The remote host that replied with a UDP packet + data: // The data + } + */ +}); + +const options = { + proxy: { + host: '104.131.124.203', + port: 1081, + type: 5 + }, + + // This should be the ip and port of the expected client that will be sending UDP frames to the newly opened UDP port on the server. + // Most SOCKS servers accept 0.0.0.0 as a wildcard address to accept UDP frames from any source. + destination: { + host: '0.0.0.0', + port: 0 + }, + + command: 'associate' +}; + +const client = new SocksClient(options); + +// This event is fired when the SOCKS server has started listening on a new UDP port for UDP relaying. +client.on('established', info => { + console.log(info); + /* + { + socket: , + remoteHost: { // This is the remote port on the SOCKS proxy server to send UDP frame packets to. + host: '104.131.124.203', + port: 58232 + } + } + */ + + // Send a udp frame to 8.8.8.8 on port 53 through the proxy. + const packet = SocksClient.createUDPFrame({ + remoteHost: { host: '8.8.8.8', port: 53 }, + data: Buffer.from('hello') // A DNS lookup in the real world. + }); + + // Send packet. + udpSocket.send(packet, info.remoteHost.port, info.remoteHost.host); +}); + +// SOCKS proxy failed to bind. +client.on('error', () => { + // Handle errors +}); +``` diff --git a/node_modules/socks/docs/examples/javascript/bindExample.md b/node_modules/socks/docs/examples/javascript/bindExample.md new file mode 100644 index 0000000..be601d5 --- /dev/null +++ b/node_modules/socks/docs/examples/javascript/bindExample.md @@ -0,0 +1,83 @@ +# socks examples + +## Example for SOCKS 'bind' command + +The bind command tells the SOCKS proxy server to bind and listen on a new TCP port for an incoming connection. It communicates the newly opened port back to the origin client. Once a incoming connection is accepted by the SOCKS proxy server it then communicates the remote host that connected to the SOCKS proxy back through the same initial connection via the origin client. + +This can be used for things such as FTP clients which require incoming TCP connections, etc. + +**Connection Steps** + +1. Client -(bind)-> Proxy (Tells the proxy to bind to a new port) +2. Client <-(port)- Proxy (Tells the origin client which port it opened) +3. Client2 --> Proxy (Other client connects to the proxy on this port) +4. Client <--(client2's host info) (Proxy tells the origin client who connected to it) +5. Original connection to the proxy is now a full TCP stream between client (you) and client2. +6. Client <--> Proxy <--> Client2 + + +## Usage + +The 'bind' command can only be used by creating a new SocksClient instance and listening for 'bound' and 'established' events. + + +```typescript +const SocksClient = require('socks').SocksClient; + +const options = { + proxy: { + host: '104.131.124.203', + port: 1081, + type: 5 + }, + + // This should be the ip and port of the expected client that will connect to the SOCKS proxy server on the newly bound port. + // Most SOCKS servers accept 0.0.0.0 as a wildcard address to accept any client. + destination: { + host: '0.0.0.0', + port: 0 + }, + + command: 'bind' +}; + +const client = new SocksClient(options); + +// This event is fired when the SOCKS server has started listening on a new port for incoming connections. +client.on('bound', (info) => { + console.log(info); + /* + { + socket: , + remoteHost: { // This is the remote ip and port of the SOCKS proxy that is now accepting incoming connections. + host: '104.131.124.203', + port: 49928 + } + } + */ +}); + +// This event is fired when the SOCKS server has accepted an incoming connection on the newly bound port. +client.on('established', (info) => { + console.log(info); + /* + { + socket: , + remoteHost: { // This is the remote ip and port that connected to the SOCKS proxy on the newly bound port. + host: '1.2.3.4', + port: 58232 + } + } + */ + + // At this point info.socket is a regular net.Socket TCP connection between client and client2 (1.2.3.4) (the client which connected to the proxy on the newly bound port.) + + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) +}); + +// SOCKS proxy failed to bind. +client.on('error', () => { + // Handle errors +}); +``` \ No newline at end of file diff --git a/node_modules/socks/docs/examples/javascript/connectExample.md b/node_modules/socks/docs/examples/javascript/connectExample.md new file mode 100644 index 0000000..66244c5 --- /dev/null +++ b/node_modules/socks/docs/examples/javascript/connectExample.md @@ -0,0 +1,258 @@ +# socks examples + +## Example for SOCKS 'connect' command + +The connect command is the most common use-case for a SOCKS proxy. This establishes a direct connection to a destination host through a proxy server. The destination host only has knowledge of the proxy server connecting to it and does not know about the origin client (you). + +**Origin Client (you) <-> Proxy Server <-> Destination Server** + +In this example, we are connecting to a web server on port 80, and sending a very basic HTTP request to receive a response. It's worth noting that there are many socks-http-agents that can be used with the node http module (and libraries such as request.js) to make this easier. This HTTP request is used as a simple example. + +The 'connect' command can be used via the SocksClient.createConnection() factory function as well as by creating a SocksClient instance and using event handlers. + +### Using createConnection with async/await + +Since SocksClient.createConnection returns a Promise, we can easily use async/await for flow control. + +```typescript +const SocksClient = require('socks').SocksClient; + +const options = { + proxy: { + host: '104.131.124.203', + port: 1081, + type: 5 + }, + + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + + command: 'connect' +}; + +async function start() { + try { + const info = await SocksClient.createConnection(options); + + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + } catch (err) { + // Handle errors + } +} + +start(); +``` + +### Using createConnection with Promises + +```typescript +const SocksClient = require('socks').SocksClient; + +const options = { + proxy: { + ipaddress: '104.131.124.203', + port: 1081, + type: 5 + }, + + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + + command: 'connect' +}; + +SocksClient.createConnection(options) +.then(info => { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ +}) +.catch(err => { + // handle errors +}); +``` + +### Using createConnection with callbacks + +SocksClient.createConnection() optionally accepts a callback function as a second parameter. + +**Note:** If a callback function is provided, a Promise is still returned from the function, but the promise will always resolve regardless of if there was en error. (tldr: Do not mix callbacks and Promises). + +```typescript +const SocksClient = require('socks').SocksClient; + +const options = { + proxy: { + ipaddress: '104.131.124.203', + port: 1081, + type: 5 + }, + + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + + command: 'connect' +}; + +SocksClient.createConnection(options, (err, info) => { + if (err) { + // handle errors + } else { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + } +}) +``` + +### Using event handlers + +SocksClient also supports instance creation of a SocksClient. This allows for event based flow control. + +```typescript +const SocksClient = require('socks').SocksClient; + +const options = { + proxy: { + ipaddress: '104.131.124.203', + port: 1081, + type: 5 + }, + + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + + command: 'connect' +}; + +const client = new SocksClient(options); + +client.on('established', (info) => { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ +}); + +// Failed to establish proxy connection to destination. +client.on('error', () => { + // Handle errors +}); +``` \ No newline at end of file diff --git a/node_modules/socks/docs/examples/typescript/associateExample.md b/node_modules/socks/docs/examples/typescript/associateExample.md new file mode 100644 index 0000000..e8ca193 --- /dev/null +++ b/node_modules/socks/docs/examples/typescript/associateExample.md @@ -0,0 +1,93 @@ +# socks examples + +## Example for SOCKS 'associate' command + +The associate command tells the SOCKS proxy server to establish a UDP relay. The server binds to a new UDP port and communicates the newly opened port back to the origin client. From here, any SOCKS UDP frame packets sent to this special UDP port on the Proxy server will be forwarded to the desired destination, and any responses will be forwarded back to the origin client (you). + +This can be used for things such as DNS queries, and other UDP communicates. + +**Connection Steps** + +1. Client -(associate)-> Proxy (Tells the proxy to create a UDP relay and bind on a new port) +2. Client <-(port)- Proxy (Tells the origin client which port it opened and is accepting UDP frame packets on) + +At this point the proxy is accepting UDP frames on the specified port. + +3. Client --(udp frame) -> Proxy -> Destination (The origin client sends a UDP frame to the proxy on the UDP port, and the proxy then forwards it to the destination specified in the UDP frame.) +4. Client <--(udp frame) <-- Proxy <-- Destination (The destination client responds to the udp packet sent in #3) + +## Usage + +The 'associate' command can only be used by creating a new SocksClient instance and listening for the 'established' event. + +**Note:** UDP packets relayed through the proxy servers are packaged in a special Socks UDP frame format. SocksClient.createUDPFrame() and SocksClient.parseUDPFrame() create and parse these special UDP packets. + +```typescript +import * as dgram from 'dgram'; +import { SocksClient, SocksClientOptions } from 'socks'; + +// Create a local UDP socket for sending/receiving packets to/from the proxy. +const udpSocket = dgram.createSocket('udp4'); +udpSocket.bind(); + +// Listen for incoming UDP packets from the proxy server. +udpSocket.on('message', (message, rinfo) => { + console.log(SocksClient.parseUDPFrame(message)); + /* + { frameNumber: 0, + remoteHost: { host: '8.8.8.8', port: 53 }, // The remote host that replied with a UDP packet + data: // The data + } + */ +}); + +const options: SocksClientOptions = { + proxy: { + host: '104.131.124.203', + port: 1081, + type: 5 + }, + + // This should be the ip and port of the expected client that will be sending UDP frames to the newly opened UDP port on the server. + // Most SOCKS servers accept 0.0.0.0 as a wildcard address to accept UDP frames from any source. + destination: { + host: '0.0.0.0', + port: 0 + }, + + command: 'associate' +}; + +const client = new SocksClient(options); + +// This event is fired when the SOCKS server has started listening on a new UDP port for UDP relaying. +client.on('established', info => { + console.log(info); + /* + { + socket: , + remoteHost: { // This is the remote port on the SOCKS proxy server to send UDP frame packets to. + host: '104.131.124.203', + port: 58232 + } + } + */ + + // Send a udp frame to 8.8.8.8 on port 53 through the proxy. + const packet = SocksClient.createUDPFrame({ + remoteHost: { host: '8.8.8.8', port: 53 }, + data: Buffer.from('hello') // A DNS lookup in the real world. + }); + + // Send packet. + udpSocket.send(packet, info.remoteHost.port, info.remoteHost.host); +}); + +// SOCKS proxy failed to bind. +client.on('error', () => { + // Handle errors +}); + +// Start connection +client.connect(); +``` diff --git a/node_modules/socks/docs/examples/typescript/bindExample.md b/node_modules/socks/docs/examples/typescript/bindExample.md new file mode 100644 index 0000000..6b7607d --- /dev/null +++ b/node_modules/socks/docs/examples/typescript/bindExample.md @@ -0,0 +1,86 @@ +# socks examples + +## Example for SOCKS 'bind' command + +The bind command tells the SOCKS proxy server to bind and listen on a new TCP port for an incoming connection. It communicates the newly opened port back to the origin client. Once a incoming connection is accepted by the SOCKS proxy server it then communicates the remote host that connected to the SOCKS proxy back through the same initial connection via the origin client. + +This can be used for things such as FTP clients which require incoming TCP connections, etc. + +**Connection Steps** + +1. Client -(bind)-> Proxy (Tells the proxy to bind to a new port) +2. Client <-(port)- Proxy (Tells the origin client which port it opened) +3. Client2 --> Proxy (Other client connects to the proxy on this port) +4. Client <--(client2's host info) (Proxy tells the origin client who connected to it) +5. Original connection to the proxy is now a full TCP stream between client (you) and client2. +6. Client <--> Proxy <--> Client2 + + +## Usage + +The 'bind' command can only be used by creating a new SocksClient instance and listening for 'bound' and 'established' events. + + +```typescript +import { SocksClient, SocksClientOptions } from 'socks'; + +const options: SocksClientOptions = { + proxy: { + host: '104.131.124.203', + port: 1081, + type: 5 + }, + + // This should be the ip and port of the expected client that will connect to the SOCKS proxy server on the newly bound port. + // Most SOCKS servers accept 0.0.0.0 as a wildcard address to accept any client. + destination: { + host: '0.0.0.0', + port: 0 + }, + + command: 'bind' +}; + +const client = new SocksClient(options); + +// This event is fired when the SOCKS server has started listening on a new port for incoming connections. +client.on('bound', (info) => { + console.log(info); + /* + { + socket: , + remoteHost: { // This is the remote ip and port of the SOCKS proxy that is now accepting incoming connections. + host: '104.131.124.203', + port: 49928 + } + } + */ +}); + +// This event is fired when the SOCKS server has accepted an incoming connection on the newly bound port. +client.on('established', (info) => { + console.log(info); + /* + { + socket: , + remoteHost: { // This is the remote ip and port that connected to the SOCKS proxy on the newly bound port. + host: '1.2.3.4', + port: 58232 + } + } + */ + + // At this point info.socket is a regular net.Socket TCP connection between client and client2 (1.2.3.4) (the client which connected to the proxy on the newly bound port.) + + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) +}); + +// SOCKS proxy failed to bind. +client.on('error', () => { + // Handle errors +}); + +// Start connection +client.connect(); +``` \ No newline at end of file diff --git a/node_modules/socks/docs/examples/typescript/connectExample.md b/node_modules/socks/docs/examples/typescript/connectExample.md new file mode 100644 index 0000000..30606d0 --- /dev/null +++ b/node_modules/socks/docs/examples/typescript/connectExample.md @@ -0,0 +1,265 @@ +# socks examples + +## Example for SOCKS 'connect' command + +The connect command is the most common use-case for a SOCKS proxy. This establishes a direct connection to a destination host through a proxy server. The destination host only has knowledge of the proxy server connecting to it and does not know about the origin client (you). + +**Origin Client (you) <-> Proxy Server <-> Destination Server** + +In this example, we are connecting to a web server on port 80, and sending a very basic HTTP request to receive a response. It's worth noting that there are many socks-http-agents that can be used with the node http module (and libraries such as request.js) to make this easier. This HTTP request is used as a simple example. + +The 'connect' command can be used via the SocksClient.createConnection() factory function as well as by creating a SocksClient instance and using event handlers. + +### Using createConnection with async/await + +Since SocksClient.createConnection returns a Promise, we can easily use async/await for flow control. + +```typescript +import { SocksClient, SocksClientOptions } from 'socks'; + +const options: SocksClientOptions = { + proxy: { + host: '104.131.124.203', + port: 1081, + type: 5 + }, + + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + + command: 'connect' +}; + +async function start() { + try { + const info = await SocksClient.createConnection(options); + + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + }); + } catch (err) { + // Handle errors + } +} + +start(); +``` + +### Using createConnection with Promises + +```typescript +import { SocksClient, SocksClientOptions } from 'socks'; + +const options: SocksClientOptions = { + proxy: { + ipaddress: '104.131.124.203', + port: 1081, + type: 5 + }, + + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + + command: 'connect' +}; + +SocksClient.createConnection(options) +.then(info => { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + }); +}) +.catch(err => { + // handle errors +}); +``` + +### Using createConnection with callbacks + +SocksClient.createConnection() optionally accepts a callback function as a second parameter. + +**Note:** If a callback function is provided, a Promise is still returned from the function, but the promise will always resolve regardless of if there was en error. (tldr: Do not mix callbacks and Promises). + +```typescript +import { SocksClient, SocksClientOptions } from 'socks'; + +const options: SocksClientOptions = { + proxy: { + ipaddress: '104.131.124.203', + port: 1081, + type: 5 + }, + + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + + command: 'connect' +}; + +SocksClient.createConnection(options, (err, info) => { + if (err) { + // handle errors + } else { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + }); + } +}) +``` + +### Using event handlers + +SocksClient also supports instance creation of a SocksClient. This allows for event based flow control. + +```typescript +import { SocksClient, SocksClientOptions } from 'socks'; + +const options: SocksClientOptions = { + proxy: { + ipaddress: '104.131.124.203', + port: 1081, + type: 5 + }, + + destination: { + host: 'ip-api.com', // host names are supported with SOCKS v4a and SOCKS v5. + port: 80 + }, + + command: 'connect' +}; + +const client = new SocksClient(options); + +client.on('established', (info) => { + console.log(info.socket); + // (this is a raw net.Socket that is established to the destination host through the given proxy servers) + + info.socket.write('GET /json HTTP/1.1\nHost: ip-api.com\n\n'); + info.socket.on('data', (data) => { + console.log(data.toString()); // ip-api.com sees that the last proxy (104.131.124.203) is connected to it and not the origin client (you). + /* + HTTP/1.1 200 OK + Access-Control-Allow-Origin: * + Content-Type: application/json; charset=utf-8 + Date: Sun, 24 Dec 2017 03:47:51 GMT + Content-Length: 300 + + { + "as":"AS14061 Digital Ocean, Inc.", + "city":"Clifton", + "country":"United States", + "countryCode":"US", + "isp":"Digital Ocean", + "lat":40.8326, + "lon":-74.1307, + "org":"Digital Ocean", + "query":"104.131.124.203", + "region":"NJ", + "regionName":"New Jersey", + "status":"success", + "timezone":"America/New_York", + "zip":"07014" + } + */ + }); +}); + +// Failed to establish proxy connection to destination. +client.on('error', () => { + // Handle errors +}); + +// Start connection +client.connect(); +``` \ No newline at end of file diff --git a/node_modules/socks/docs/index.md b/node_modules/socks/docs/index.md new file mode 100644 index 0000000..3eb1d71 --- /dev/null +++ b/node_modules/socks/docs/index.md @@ -0,0 +1,5 @@ +# Documentation + +- [API Reference](https://github.com/JoshGlazebrook/socks#api-reference) + +- [Code Examples](./examples/index.md) \ No newline at end of file diff --git a/node_modules/socks/docs/migratingFromV1.md b/node_modules/socks/docs/migratingFromV1.md new file mode 100644 index 0000000..dd00838 --- /dev/null +++ b/node_modules/socks/docs/migratingFromV1.md @@ -0,0 +1,86 @@ +# socks + +## Migrating from v1 + +For the most part, migrating from v1 takes minimal effort as v2 still supports factory creation of proxy connections with callback support. + +### Notable breaking changes + +- In an options object, the proxy 'command' is now required and does not default to 'connect'. +- **In an options object, 'target' is now known as 'destination'.** +- Sockets are no longer paused after a SOCKS connection is made, so socket.resume() is no longer required. (Please be sure to attach data handlers immediately to the Socket to avoid losing data). +- In v2, only the 'connect' command is supported via the factory SocksClient.createConnection function. (BIND and ASSOCIATE must be used with a SocksClient instance via event handlers). +- In v2, the factory SocksClient.createConnection function callback is called with a single object rather than separate socket and info object. +- A SOCKS http/https agent is no longer bundled into the library. + +For informational purposes, here is the original getting started example from v1 converted to work with v2. + +### Before (v1) + +```javascript +var Socks = require('socks'); + +var options = { + proxy: { + ipaddress: "202.101.228.108", + port: 1080, + type: 5 + }, + target: { + host: "google.com", + port: 80 + }, + command: 'connect' +}; + +Socks.createConnection(options, function(err, socket, info) { + if (err) + console.log(err); + else { + socket.write("GET / HTTP/1.1\nHost: google.com\n\n"); + socket.on('data', function(data) { + console.log(data.length); + console.log(data); + }); + + // PLEASE NOTE: sockets need to be resumed before any data will come in or out as they are paused right before this callback is fired. + socket.resume(); + + // 569 + // = 10.0.0", + "npm": ">= 3.0.0" + }, + "author": "Josh Glazebrook", + "contributors": [ + "castorw" + ], + "license": "MIT", + "readmeFilename": "README.md", + "devDependencies": { + "@types/mocha": "^10.0.6", + "@types/node": "^20.11.17", + "@typescript-eslint/eslint-plugin": "^6.21.0", + "@typescript-eslint/parser": "^6.21.0", + "eslint": "^8.20.0", + "mocha": "^10.0.0", + "prettier": "^3.2.5", + "ts-node": "^10.9.1", + "typescript": "^5.3.3" + }, + "dependencies": { + "ip-address": "^9.0.5", + "smart-buffer": "^4.2.0" + }, + "scripts": { + "prepublish": "npm install -g typescript && npm run build", + "test": "NODE_ENV=test mocha --recursive --require ts-node/register test/**/*.ts", + "prettier": "prettier --write ./src/**/*.ts --config .prettierrc.yaml", + "lint": "eslint 'src/**/*.ts'", + "build": "rm -rf build typings && prettier --write ./src/**/*.ts --config .prettierrc.yaml && tsc -p .", + "build-raw": "rm -rf build typings && tsc -p ." + } +} diff --git a/node_modules/socks/typings/client/socksclient.d.ts b/node_modules/socks/typings/client/socksclient.d.ts new file mode 100644 index 0000000..b886d95 --- /dev/null +++ b/node_modules/socks/typings/client/socksclient.d.ts @@ -0,0 +1,162 @@ +/// +/// +/// +import { EventEmitter } from 'events'; +import { SocksClientOptions, SocksClientChainOptions, SocksRemoteHost, SocksProxy, SocksClientBoundEvent, SocksClientEstablishedEvent, SocksUDPFrameDetails } from '../common/constants'; +import { SocksClientError } from '../common/util'; +import { Duplex } from 'stream'; +declare interface SocksClient { + on(event: 'error', listener: (err: SocksClientError) => void): this; + on(event: 'bound', listener: (info: SocksClientBoundEvent) => void): this; + on(event: 'established', listener: (info: SocksClientEstablishedEvent) => void): this; + once(event: string, listener: (...args: unknown[]) => void): this; + once(event: 'error', listener: (err: SocksClientError) => void): this; + once(event: 'bound', listener: (info: SocksClientBoundEvent) => void): this; + once(event: 'established', listener: (info: SocksClientEstablishedEvent) => void): this; + emit(event: string | symbol, ...args: unknown[]): boolean; + emit(event: 'error', err: SocksClientError): boolean; + emit(event: 'bound', info: SocksClientBoundEvent): boolean; + emit(event: 'established', info: SocksClientEstablishedEvent): boolean; +} +declare class SocksClient extends EventEmitter implements SocksClient { + private options; + private socket; + private state; + private receiveBuffer; + private nextRequiredPacketBufferSize; + private socks5ChosenAuthType; + private onDataReceived; + private onClose; + private onError; + private onConnect; + constructor(options: SocksClientOptions); + /** + * Creates a new SOCKS connection. + * + * Note: Supports callbacks and promises. Only supports the connect command. + * @param options { SocksClientOptions } Options. + * @param callback { Function } An optional callback function. + * @returns { Promise } + */ + static createConnection(options: SocksClientOptions, callback?: (error: Error | null, info?: SocksClientEstablishedEvent) => void): Promise; + /** + * Creates a new SOCKS connection chain to a destination host through 2 or more SOCKS proxies. + * + * Note: Supports callbacks and promises. Only supports the connect method. + * Note: Implemented via createConnection() factory function. + * @param options { SocksClientChainOptions } Options + * @param callback { Function } An optional callback function. + * @returns { Promise } + */ + static createConnectionChain(options: SocksClientChainOptions, callback?: (error: Error | null, socket?: SocksClientEstablishedEvent) => void): Promise; + /** + * Creates a SOCKS UDP Frame. + * @param options + */ + static createUDPFrame(options: SocksUDPFrameDetails): Buffer; + /** + * Parses a SOCKS UDP frame. + * @param data + */ + static parseUDPFrame(data: Buffer): SocksUDPFrameDetails; + /** + * Internal state setter. If the SocksClient is in an error state, it cannot be changed to a non error state. + */ + private setState; + /** + * Starts the connection establishment to the proxy and destination. + * @param existingSocket Connected socket to use instead of creating a new one (internal use). + */ + connect(existingSocket?: Duplex): void; + private getSocketOptions; + /** + * Handles internal Socks timeout callback. + * Note: If the Socks client is not BoundWaitingForConnection or Established, the connection will be closed. + */ + private onEstablishedTimeout; + /** + * Handles Socket connect event. + */ + private onConnectHandler; + /** + * Handles Socket data event. + * @param data + */ + private onDataReceivedHandler; + /** + * Handles processing of the data we have received. + */ + private processData; + /** + * Handles Socket close event. + * @param had_error + */ + private onCloseHandler; + /** + * Handles Socket error event. + * @param err + */ + private onErrorHandler; + /** + * Removes internal event listeners on the underlying Socket. + */ + private removeInternalSocketHandlers; + /** + * Closes and destroys the underlying Socket. Emits an error event. + * @param err { String } An error string to include in error event. + */ + private closeSocket; + /** + * Sends initial Socks v4 handshake request. + */ + private sendSocks4InitialHandshake; + /** + * Handles Socks v4 handshake response. + * @param data + */ + private handleSocks4FinalHandshakeResponse; + /** + * Handles Socks v4 incoming connection request (BIND) + * @param data + */ + private handleSocks4IncomingConnectionResponse; + /** + * Sends initial Socks v5 handshake request. + */ + private sendSocks5InitialHandshake; + /** + * Handles initial Socks v5 handshake response. + * @param data + */ + private handleInitialSocks5HandshakeResponse; + /** + * Sends Socks v5 user & password auth handshake. + * + * Note: No auth and user/pass are currently supported. + */ + private sendSocks5UserPassAuthentication; + private sendSocks5CustomAuthentication; + private handleSocks5CustomAuthHandshakeResponse; + private handleSocks5AuthenticationNoAuthHandshakeResponse; + private handleSocks5AuthenticationUserPassHandshakeResponse; + /** + * Handles Socks v5 auth handshake response. + * @param data + */ + private handleInitialSocks5AuthenticationHandshakeResponse; + /** + * Sends Socks v5 final handshake request. + */ + private sendSocks5CommandRequest; + /** + * Handles Socks v5 final handshake response. + * @param data + */ + private handleSocks5FinalHandshakeResponse; + /** + * Handles Socks v5 incoming connection request (BIND). + */ + private handleSocks5IncomingConnectionResponse; + get socksClientOptions(): SocksClientOptions; +} +export { SocksClient, SocksClientOptions, SocksClientChainOptions, SocksClientError, SocksRemoteHost, SocksProxy, SocksUDPFrameDetails, }; diff --git a/node_modules/socks/typings/common/constants.d.ts b/node_modules/socks/typings/common/constants.d.ts new file mode 100644 index 0000000..475dee3 --- /dev/null +++ b/node_modules/socks/typings/common/constants.d.ts @@ -0,0 +1,151 @@ +/// +/// +/// +import { Duplex } from 'stream'; +import { Socket, SocketConnectOpts } from 'net'; +declare const DEFAULT_TIMEOUT = 30000; +type SocksProxyType = 4 | 5; +declare const ERRORS: { + InvalidSocksCommand: string; + InvalidSocksCommandForOperation: string; + InvalidSocksCommandChain: string; + InvalidSocksClientOptionsDestination: string; + InvalidSocksClientOptionsExistingSocket: string; + InvalidSocksClientOptionsProxy: string; + InvalidSocksClientOptionsTimeout: string; + InvalidSocksClientOptionsProxiesLength: string; + InvalidSocksClientOptionsCustomAuthRange: string; + InvalidSocksClientOptionsCustomAuthOptions: string; + NegotiationError: string; + SocketClosed: string; + ProxyConnectionTimedOut: string; + InternalError: string; + InvalidSocks4HandshakeResponse: string; + Socks4ProxyRejectedConnection: string; + InvalidSocks4IncomingConnectionResponse: string; + Socks4ProxyRejectedIncomingBoundConnection: string; + InvalidSocks5InitialHandshakeResponse: string; + InvalidSocks5IntiailHandshakeSocksVersion: string; + InvalidSocks5InitialHandshakeNoAcceptedAuthType: string; + InvalidSocks5InitialHandshakeUnknownAuthType: string; + Socks5AuthenticationFailed: string; + InvalidSocks5FinalHandshake: string; + InvalidSocks5FinalHandshakeRejected: string; + InvalidSocks5IncomingConnectionResponse: string; + Socks5ProxyRejectedIncomingBoundConnection: string; +}; +declare const SOCKS_INCOMING_PACKET_SIZES: { + Socks5InitialHandshakeResponse: number; + Socks5UserPassAuthenticationResponse: number; + Socks5ResponseHeader: number; + Socks5ResponseIPv4: number; + Socks5ResponseIPv6: number; + Socks5ResponseHostname: (hostNameLength: number) => number; + Socks4Response: number; +}; +type SocksCommandOption = 'connect' | 'bind' | 'associate'; +declare enum SocksCommand { + connect = 1, + bind = 2, + associate = 3 +} +declare enum Socks4Response { + Granted = 90, + Failed = 91, + Rejected = 92, + RejectedIdent = 93 +} +declare enum Socks5Auth { + NoAuth = 0, + GSSApi = 1, + UserPass = 2 +} +declare const SOCKS5_CUSTOM_AUTH_START = 128; +declare const SOCKS5_CUSTOM_AUTH_END = 254; +declare const SOCKS5_NO_ACCEPTABLE_AUTH = 255; +declare enum Socks5Response { + Granted = 0, + Failure = 1, + NotAllowed = 2, + NetworkUnreachable = 3, + HostUnreachable = 4, + ConnectionRefused = 5, + TTLExpired = 6, + CommandNotSupported = 7, + AddressNotSupported = 8 +} +declare enum Socks5HostType { + IPv4 = 1, + Hostname = 3, + IPv6 = 4 +} +declare enum SocksClientState { + Created = 0, + Connecting = 1, + Connected = 2, + SentInitialHandshake = 3, + ReceivedInitialHandshakeResponse = 4, + SentAuthentication = 5, + ReceivedAuthenticationResponse = 6, + SentFinalHandshake = 7, + ReceivedFinalResponse = 8, + BoundWaitingForConnection = 9, + Established = 10, + Disconnected = 11, + Error = 99 +} +/** + * Represents a SocksProxy + */ +interface SocksProxy { + ipaddress?: string; + host?: string; + port: number; + type: SocksProxyType; + userId?: string; + password?: string; + custom_auth_method?: number; + custom_auth_request_handler?: () => Promise; + custom_auth_response_size?: number; + custom_auth_response_handler?: (data: Buffer) => Promise; +} +/** + * Represents a remote host + */ +interface SocksRemoteHost { + host: string; + port: number; +} +/** + * SocksClient connection options. + */ +interface SocksClientOptions { + command: SocksCommandOption; + destination: SocksRemoteHost; + proxy: SocksProxy; + timeout?: number; + existing_socket?: Duplex; + set_tcp_nodelay?: boolean; + socket_options?: SocketConnectOpts; +} +/** + * SocksClient chain connection options. + */ +interface SocksClientChainOptions { + command: 'connect'; + destination: SocksRemoteHost; + proxies: SocksProxy[]; + timeout?: number; + randomizeChain?: false; +} +interface SocksClientEstablishedEvent { + socket: Socket; + remoteHost?: SocksRemoteHost; +} +type SocksClientBoundEvent = SocksClientEstablishedEvent; +interface SocksUDPFrameDetails { + frameNumber?: number; + remoteHost: SocksRemoteHost; + data: Buffer; +} +export { DEFAULT_TIMEOUT, ERRORS, SocksProxyType, SocksCommand, Socks4Response, Socks5Auth, Socks5HostType, Socks5Response, SocksClientState, SocksProxy, SocksRemoteHost, SocksCommandOption, SocksClientOptions, SocksClientChainOptions, SocksClientEstablishedEvent, SocksClientBoundEvent, SocksUDPFrameDetails, SOCKS_INCOMING_PACKET_SIZES, SOCKS5_CUSTOM_AUTH_START, SOCKS5_CUSTOM_AUTH_END, SOCKS5_NO_ACCEPTABLE_AUTH, }; diff --git a/node_modules/socks/typings/common/helpers.d.ts b/node_modules/socks/typings/common/helpers.d.ts new file mode 100644 index 0000000..5bad9fe --- /dev/null +++ b/node_modules/socks/typings/common/helpers.d.ts @@ -0,0 +1,17 @@ +/// +import { SocksClientOptions, SocksClientChainOptions } from '../client/socksclient'; +/** + * Validates the provided SocksClientOptions + * @param options { SocksClientOptions } + * @param acceptedCommands { string[] } A list of accepted SocksProxy commands. + */ +declare function validateSocksClientOptions(options: SocksClientOptions, acceptedCommands?: string[]): void; +/** + * Validates the SocksClientChainOptions + * @param options { SocksClientChainOptions } + */ +declare function validateSocksClientChainOptions(options: SocksClientChainOptions): void; +export { validateSocksClientOptions, validateSocksClientChainOptions }; +export declare function ipv4ToInt32(ip: string): number; +export declare function int32ToIpv4(int32: number): string; +export declare function ipToBuffer(ip: string): Buffer; diff --git a/node_modules/socks/typings/common/receivebuffer.d.ts b/node_modules/socks/typings/common/receivebuffer.d.ts new file mode 100644 index 0000000..756e98b --- /dev/null +++ b/node_modules/socks/typings/common/receivebuffer.d.ts @@ -0,0 +1,12 @@ +/// +declare class ReceiveBuffer { + private buffer; + private offset; + private originalSize; + constructor(size?: number); + get length(): number; + append(data: Buffer): number; + peek(length: number): Buffer; + get(length: number): Buffer; +} +export { ReceiveBuffer }; diff --git a/node_modules/socks/typings/common/util.d.ts b/node_modules/socks/typings/common/util.d.ts new file mode 100644 index 0000000..8612026 --- /dev/null +++ b/node_modules/socks/typings/common/util.d.ts @@ -0,0 +1,14 @@ +import { SocksClientOptions, SocksClientChainOptions } from './constants'; +/** + * Error wrapper for SocksClient + */ +declare class SocksClientError extends Error { + options: SocksClientOptions | SocksClientChainOptions; + constructor(message: string, options: SocksClientOptions | SocksClientChainOptions); +} +/** + * Shuffles a given array. + * @param array The array to shuffle. + */ +declare function shuffleArray(array: unknown[]): void; +export { SocksClientError, shuffleArray }; diff --git a/node_modules/socks/typings/index.d.ts b/node_modules/socks/typings/index.d.ts new file mode 100644 index 0000000..fbf9006 --- /dev/null +++ b/node_modules/socks/typings/index.d.ts @@ -0,0 +1 @@ +export * from './client/socksclient'; diff --git a/node_modules/source-map-js/LICENSE b/node_modules/source-map-js/LICENSE new file mode 100644 index 0000000..ed1b7cf --- /dev/null +++ b/node_modules/source-map-js/LICENSE @@ -0,0 +1,28 @@ + +Copyright (c) 2009-2011, Mozilla Foundation and contributors +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +* Neither the names of the Mozilla Foundation nor the names of project + contributors may be used to endorse or promote products derived from this + software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/node_modules/source-map-js/README.md b/node_modules/source-map-js/README.md new file mode 100644 index 0000000..614962d --- /dev/null +++ b/node_modules/source-map-js/README.md @@ -0,0 +1,765 @@ +# Source Map JS + +[![NPM](https://nodei.co/npm/source-map-js.png?downloads=true&downloadRank=true)](https://www.npmjs.com/package/source-map-js) + +Difference between original [source-map](https://github.com/mozilla/source-map): + +> TL,DR: it's fork of original source-map@0.6, but with perfomance optimizations. + +This journey starts from [source-map@0.7.0](https://github.com/mozilla/source-map/blob/master/CHANGELOG.md#070). Some part of it was rewritten to Rust and WASM and API became async. + +It's still a major block for many libraries like PostCSS or Sass for example because they need to migrate the whole API to the async way. This is the reason why 0.6.1 has 2x more downloads than 0.7.3 while it's faster several times. + +![Downloads count](media/downloads.png) + +More important that WASM version has some optimizations in JS code too. This is why [community asked to create branch for 0.6 version](https://github.com/mozilla/source-map/issues/324) and port these optimizations but, sadly, the answer was «no». A bit later I discovered [the issue](https://github.com/mozilla/source-map/issues/370) created by [Ben Rothman (@benthemonkey)](https://github.com/benthemonkey) with no response at all. + +[Roman Dvornov (@lahmatiy)](https://github.com/lahmatiy) wrote a [serveral posts](https://t.me/gorshochekvarit/76) (russian, only, sorry) about source-map library in his own Telegram channel. He mentioned the article [«Maybe you don't need Rust and WASM to speed up your JS»](https://mrale.ph/blog/2018/02/03/maybe-you-dont-need-rust-to-speed-up-your-js.html) written by [Vyacheslav Egorov (@mraleph)](https://github.com/mraleph). This article contains optimizations and hacks that lead to almost the same performance compare to WASM implementation. + +I decided to fork the original source-map and port these optimizations from the article and several others PR from the original source-map. + +--------- + +This is a library to generate and consume the source map format +[described here][format]. + +[format]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit + +## Use with Node + + $ npm install source-map-js + + + +-------------------------------------------------------------------------------- + + + + + +## Table of Contents + +- [Examples](#examples) + - [Consuming a source map](#consuming-a-source-map) + - [Generating a source map](#generating-a-source-map) + - [With SourceNode (high level API)](#with-sourcenode-high-level-api) + - [With SourceMapGenerator (low level API)](#with-sourcemapgenerator-low-level-api) +- [API](#api) + - [SourceMapConsumer](#sourcemapconsumer) + - [new SourceMapConsumer(rawSourceMap)](#new-sourcemapconsumerrawsourcemap) + - [SourceMapConsumer.prototype.computeColumnSpans()](#sourcemapconsumerprototypecomputecolumnspans) + - [SourceMapConsumer.prototype.originalPositionFor(generatedPosition)](#sourcemapconsumerprototypeoriginalpositionforgeneratedposition) + - [SourceMapConsumer.prototype.generatedPositionFor(originalPosition)](#sourcemapconsumerprototypegeneratedpositionfororiginalposition) + - [SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition)](#sourcemapconsumerprototypeallgeneratedpositionsfororiginalposition) + - [SourceMapConsumer.prototype.hasContentsOfAllSources()](#sourcemapconsumerprototypehascontentsofallsources) + - [SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing])](#sourcemapconsumerprototypesourcecontentforsource-returnnullonmissing) + - [SourceMapConsumer.prototype.eachMapping(callback, context, order)](#sourcemapconsumerprototypeeachmappingcallback-context-order) + - [SourceMapGenerator](#sourcemapgenerator) + - [new SourceMapGenerator([startOfSourceMap])](#new-sourcemapgeneratorstartofsourcemap) + - [SourceMapGenerator.fromSourceMap(sourceMapConsumer)](#sourcemapgeneratorfromsourcemapsourcemapconsumer) + - [SourceMapGenerator.prototype.addMapping(mapping)](#sourcemapgeneratorprototypeaddmappingmapping) + - [SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent)](#sourcemapgeneratorprototypesetsourcecontentsourcefile-sourcecontent) + - [SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]])](#sourcemapgeneratorprototypeapplysourcemapsourcemapconsumer-sourcefile-sourcemappath) + - [SourceMapGenerator.prototype.toString()](#sourcemapgeneratorprototypetostring) + - [SourceNode](#sourcenode) + - [new SourceNode([line, column, source[, chunk[, name]]])](#new-sourcenodeline-column-source-chunk-name) + - [SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath])](#sourcenodefromstringwithsourcemapcode-sourcemapconsumer-relativepath) + - [SourceNode.prototype.add(chunk)](#sourcenodeprototypeaddchunk) + - [SourceNode.prototype.prepend(chunk)](#sourcenodeprototypeprependchunk) + - [SourceNode.prototype.setSourceContent(sourceFile, sourceContent)](#sourcenodeprototypesetsourcecontentsourcefile-sourcecontent) + - [SourceNode.prototype.walk(fn)](#sourcenodeprototypewalkfn) + - [SourceNode.prototype.walkSourceContents(fn)](#sourcenodeprototypewalksourcecontentsfn) + - [SourceNode.prototype.join(sep)](#sourcenodeprototypejoinsep) + - [SourceNode.prototype.replaceRight(pattern, replacement)](#sourcenodeprototypereplacerightpattern-replacement) + - [SourceNode.prototype.toString()](#sourcenodeprototypetostring) + - [SourceNode.prototype.toStringWithSourceMap([startOfSourceMap])](#sourcenodeprototypetostringwithsourcemapstartofsourcemap) + + + +## Examples + +### Consuming a source map + +```js +var rawSourceMap = { + version: 3, + file: 'min.js', + names: ['bar', 'baz', 'n'], + sources: ['one.js', 'two.js'], + sourceRoot: 'http://example.com/www/js/', + mappings: 'CAAC,IAAI,IAAM,SAAUA,GAClB,OAAOC,IAAID;CCDb,IAAI,IAAM,SAAUE,GAClB,OAAOA' +}; + +var smc = new SourceMapConsumer(rawSourceMap); + +console.log(smc.sources); +// [ 'http://example.com/www/js/one.js', +// 'http://example.com/www/js/two.js' ] + +console.log(smc.originalPositionFor({ + line: 2, + column: 28 +})); +// { source: 'http://example.com/www/js/two.js', +// line: 2, +// column: 10, +// name: 'n' } + +console.log(smc.generatedPositionFor({ + source: 'http://example.com/www/js/two.js', + line: 2, + column: 10 +})); +// { line: 2, column: 28 } + +smc.eachMapping(function (m) { + // ... +}); +``` + +### Generating a source map + +In depth guide: +[**Compiling to JavaScript, and Debugging with Source Maps**](https://hacks.mozilla.org/2013/05/compiling-to-javascript-and-debugging-with-source-maps/) + +#### With SourceNode (high level API) + +```js +function compile(ast) { + switch (ast.type) { + case 'BinaryExpression': + return new SourceNode( + ast.location.line, + ast.location.column, + ast.location.source, + [compile(ast.left), " + ", compile(ast.right)] + ); + case 'Literal': + return new SourceNode( + ast.location.line, + ast.location.column, + ast.location.source, + String(ast.value) + ); + // ... + default: + throw new Error("Bad AST"); + } +} + +var ast = parse("40 + 2", "add.js"); +console.log(compile(ast).toStringWithSourceMap({ + file: 'add.js' +})); +// { code: '40 + 2', +// map: [object SourceMapGenerator] } +``` + +#### With SourceMapGenerator (low level API) + +```js +var map = new SourceMapGenerator({ + file: "source-mapped.js" +}); + +map.addMapping({ + generated: { + line: 10, + column: 35 + }, + source: "foo.js", + original: { + line: 33, + column: 2 + }, + name: "christopher" +}); + +console.log(map.toString()); +// '{"version":3,"file":"source-mapped.js","sources":["foo.js"],"names":["christopher"],"mappings":";;;;;;;;;mCAgCEA"}' +``` + +## API + +Get a reference to the module: + +```js +// Node.js +var sourceMap = require('source-map'); + +// Browser builds +var sourceMap = window.sourceMap; + +// Inside Firefox +const sourceMap = require("devtools/toolkit/sourcemap/source-map.js"); +``` + +### SourceMapConsumer + +A SourceMapConsumer instance represents a parsed source map which we can query +for information about the original file positions by giving it a file position +in the generated source. + +#### new SourceMapConsumer(rawSourceMap) + +The only parameter is the raw source map (either as a string which can be +`JSON.parse`'d, or an object). According to the spec, source maps have the +following attributes: + +* `version`: Which version of the source map spec this map is following. + +* `sources`: An array of URLs to the original source files. + +* `names`: An array of identifiers which can be referenced by individual + mappings. + +* `sourceRoot`: Optional. The URL root from which all sources are relative. + +* `sourcesContent`: Optional. An array of contents of the original source files. + +* `mappings`: A string of base64 VLQs which contain the actual mappings. + +* `file`: Optional. The generated filename this source map is associated with. + +```js +var consumer = new sourceMap.SourceMapConsumer(rawSourceMapJsonData); +``` + +#### SourceMapConsumer.prototype.computeColumnSpans() + +Compute the last column for each generated mapping. The last column is +inclusive. + +```js +// Before: +consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" }) +// [ { line: 2, +// column: 1 }, +// { line: 2, +// column: 10 }, +// { line: 2, +// column: 20 } ] + +consumer.computeColumnSpans(); + +// After: +consumer.allGeneratedPositionsFor({ line: 2, source: "foo.coffee" }) +// [ { line: 2, +// column: 1, +// lastColumn: 9 }, +// { line: 2, +// column: 10, +// lastColumn: 19 }, +// { line: 2, +// column: 20, +// lastColumn: Infinity } ] + +``` + +#### SourceMapConsumer.prototype.originalPositionFor(generatedPosition) + +Returns the original source, line, and column information for the generated +source's line and column positions provided. The only argument is an object with +the following properties: + +* `line`: The line number in the generated source. Line numbers in + this library are 1-based (note that the underlying source map + specification uses 0-based line numbers -- this library handles the + translation). + +* `column`: The column number in the generated source. Column numbers + in this library are 0-based. + +* `bias`: Either `SourceMapConsumer.GREATEST_LOWER_BOUND` or + `SourceMapConsumer.LEAST_UPPER_BOUND`. Specifies whether to return the closest + element that is smaller than or greater than the one we are searching for, + respectively, if the exact element cannot be found. Defaults to + `SourceMapConsumer.GREATEST_LOWER_BOUND`. + +and an object is returned with the following properties: + +* `source`: The original source file, or null if this information is not + available. + +* `line`: The line number in the original source, or null if this information is + not available. The line number is 1-based. + +* `column`: The column number in the original source, or null if this + information is not available. The column number is 0-based. + +* `name`: The original identifier, or null if this information is not available. + +```js +consumer.originalPositionFor({ line: 2, column: 10 }) +// { source: 'foo.coffee', +// line: 2, +// column: 2, +// name: null } + +consumer.originalPositionFor({ line: 99999999999999999, column: 999999999999999 }) +// { source: null, +// line: null, +// column: null, +// name: null } +``` + +#### SourceMapConsumer.prototype.generatedPositionFor(originalPosition) + +Returns the generated line and column information for the original source, +line, and column positions provided. The only argument is an object with +the following properties: + +* `source`: The filename of the original source. + +* `line`: The line number in the original source. The line number is + 1-based. + +* `column`: The column number in the original source. The column + number is 0-based. + +and an object is returned with the following properties: + +* `line`: The line number in the generated source, or null. The line + number is 1-based. + +* `column`: The column number in the generated source, or null. The + column number is 0-based. + +```js +consumer.generatedPositionFor({ source: "example.js", line: 2, column: 10 }) +// { line: 1, +// column: 56 } +``` + +#### SourceMapConsumer.prototype.allGeneratedPositionsFor(originalPosition) + +Returns all generated line and column information for the original source, line, +and column provided. If no column is provided, returns all mappings +corresponding to a either the line we are searching for or the next closest line +that has any mappings. Otherwise, returns all mappings corresponding to the +given line and either the column we are searching for or the next closest column +that has any offsets. + +The only argument is an object with the following properties: + +* `source`: The filename of the original source. + +* `line`: The line number in the original source. The line number is + 1-based. + +* `column`: Optional. The column number in the original source. The + column number is 0-based. + +and an array of objects is returned, each with the following properties: + +* `line`: The line number in the generated source, or null. The line + number is 1-based. + +* `column`: The column number in the generated source, or null. The + column number is 0-based. + +```js +consumer.allGeneratedpositionsfor({ line: 2, source: "foo.coffee" }) +// [ { line: 2, +// column: 1 }, +// { line: 2, +// column: 10 }, +// { line: 2, +// column: 20 } ] +``` + +#### SourceMapConsumer.prototype.hasContentsOfAllSources() + +Return true if we have the embedded source content for every source listed in +the source map, false otherwise. + +In other words, if this method returns `true`, then +`consumer.sourceContentFor(s)` will succeed for every source `s` in +`consumer.sources`. + +```js +// ... +if (consumer.hasContentsOfAllSources()) { + consumerReadyCallback(consumer); +} else { + fetchSources(consumer, consumerReadyCallback); +} +// ... +``` + +#### SourceMapConsumer.prototype.sourceContentFor(source[, returnNullOnMissing]) + +Returns the original source content for the source provided. The only +argument is the URL of the original source file. + +If the source content for the given source is not found, then an error is +thrown. Optionally, pass `true` as the second param to have `null` returned +instead. + +```js +consumer.sources +// [ "my-cool-lib.clj" ] + +consumer.sourceContentFor("my-cool-lib.clj") +// "..." + +consumer.sourceContentFor("this is not in the source map"); +// Error: "this is not in the source map" is not in the source map + +consumer.sourceContentFor("this is not in the source map", true); +// null +``` + +#### SourceMapConsumer.prototype.eachMapping(callback, context, order) + +Iterate over each mapping between an original source/line/column and a +generated line/column in this source map. + +* `callback`: The function that is called with each mapping. Mappings have the + form `{ source, generatedLine, generatedColumn, originalLine, originalColumn, + name }` + +* `context`: Optional. If specified, this object will be the value of `this` + every time that `callback` is called. + +* `order`: Either `SourceMapConsumer.GENERATED_ORDER` or + `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to iterate over + the mappings sorted by the generated file's line/column order or the + original's source/line/column order, respectively. Defaults to + `SourceMapConsumer.GENERATED_ORDER`. + +```js +consumer.eachMapping(function (m) { console.log(m); }) +// ... +// { source: 'illmatic.js', +// generatedLine: 1, +// generatedColumn: 0, +// originalLine: 1, +// originalColumn: 0, +// name: null } +// { source: 'illmatic.js', +// generatedLine: 2, +// generatedColumn: 0, +// originalLine: 2, +// originalColumn: 0, +// name: null } +// ... +``` +### SourceMapGenerator + +An instance of the SourceMapGenerator represents a source map which is being +built incrementally. + +#### new SourceMapGenerator([startOfSourceMap]) + +You may pass an object with the following properties: + +* `file`: The filename of the generated source that this source map is + associated with. + +* `sourceRoot`: A root for all relative URLs in this source map. + +* `skipValidation`: Optional. When `true`, disables validation of mappings as + they are added. This can improve performance but should be used with + discretion, as a last resort. Even then, one should avoid using this flag when + running tests, if possible. + +* `ignoreInvalidMapping`: Optional. When `true`, instead of throwing error on + invalid mapping, it will be ignored. + +```js +var generator = new sourceMap.SourceMapGenerator({ + file: "my-generated-javascript-file.js", + sourceRoot: "http://example.com/app/js/" +}); +``` + +#### SourceMapGenerator.fromSourceMap(sourceMapConsumer, sourceMapGeneratorOptions) + +Creates a new `SourceMapGenerator` from an existing `SourceMapConsumer` instance. + +* `sourceMapConsumer` The SourceMap. + +* `sourceMapGeneratorOptions` options that will be passed to the SourceMapGenerator constructor which used under the hood. + +```js +var generator = sourceMap.SourceMapGenerator.fromSourceMap(consumer, { + ignoreInvalidMapping: true, +}); +``` + +#### SourceMapGenerator.prototype.addMapping(mapping) + +Add a single mapping from original source line and column to the generated +source's line and column for this source map being created. The mapping object +should have the following properties: + +* `generated`: An object with the generated line and column positions. + +* `original`: An object with the original line and column positions. + +* `source`: The original source file (relative to the sourceRoot). + +* `name`: An optional original token name for this mapping. + +```js +generator.addMapping({ + source: "module-one.scm", + original: { line: 128, column: 0 }, + generated: { line: 3, column: 456 } +}) +``` + +#### SourceMapGenerator.prototype.setSourceContent(sourceFile, sourceContent) + +Set the source content for an original source file. + +* `sourceFile` the URL of the original source file. + +* `sourceContent` the content of the source file. + +```js +generator.setSourceContent("module-one.scm", + fs.readFileSync("path/to/module-one.scm")) +``` + +#### SourceMapGenerator.prototype.applySourceMap(sourceMapConsumer[, sourceFile[, sourceMapPath]]) + +Applies a SourceMap for a source file to the SourceMap. +Each mapping to the supplied source file is rewritten using the +supplied SourceMap. Note: The resolution for the resulting mappings +is the minimum of this map and the supplied map. + +* `sourceMapConsumer`: The SourceMap to be applied. + +* `sourceFile`: Optional. The filename of the source file. + If omitted, sourceMapConsumer.file will be used, if it exists. + Otherwise an error will be thrown. + +* `sourceMapPath`: Optional. The dirname of the path to the SourceMap + to be applied. If relative, it is relative to the SourceMap. + + This parameter is needed when the two SourceMaps aren't in the same + directory, and the SourceMap to be applied contains relative source + paths. If so, those relative source paths need to be rewritten + relative to the SourceMap. + + If omitted, it is assumed that both SourceMaps are in the same directory, + thus not needing any rewriting. (Supplying `'.'` has the same effect.) + +#### SourceMapGenerator.prototype.toString() + +Renders the source map being generated to a string. + +```js +generator.toString() +// '{"version":3,"sources":["module-one.scm"],"names":[],"mappings":"...snip...","file":"my-generated-javascript-file.js","sourceRoot":"http://example.com/app/js/"}' +``` + +### SourceNode + +SourceNodes provide a way to abstract over interpolating and/or concatenating +snippets of generated JavaScript source code, while maintaining the line and +column information associated between those snippets and the original source +code. This is useful as the final intermediate representation a compiler might +use before outputting the generated JS and source map. + +#### new SourceNode([line, column, source[, chunk[, name]]]) + +* `line`: The original line number associated with this source node, or null if + it isn't associated with an original line. The line number is 1-based. + +* `column`: The original column number associated with this source node, or null + if it isn't associated with an original column. The column number + is 0-based. + +* `source`: The original source's filename; null if no filename is provided. + +* `chunk`: Optional. Is immediately passed to `SourceNode.prototype.add`, see + below. + +* `name`: Optional. The original identifier. + +```js +var node = new SourceNode(1, 2, "a.cpp", [ + new SourceNode(3, 4, "b.cpp", "extern int status;\n"), + new SourceNode(5, 6, "c.cpp", "std::string* make_string(size_t n);\n"), + new SourceNode(7, 8, "d.cpp", "int main(int argc, char** argv) {}\n"), +]); +``` + +#### SourceNode.fromStringWithSourceMap(code, sourceMapConsumer[, relativePath]) + +Creates a SourceNode from generated code and a SourceMapConsumer. + +* `code`: The generated code + +* `sourceMapConsumer` The SourceMap for the generated code + +* `relativePath` The optional path that relative sources in `sourceMapConsumer` + should be relative to. + +```js +var consumer = new SourceMapConsumer(fs.readFileSync("path/to/my-file.js.map", "utf8")); +var node = SourceNode.fromStringWithSourceMap(fs.readFileSync("path/to/my-file.js"), + consumer); +``` + +#### SourceNode.prototype.add(chunk) + +Add a chunk of generated JS to this source node. + +* `chunk`: A string snippet of generated JS code, another instance of + `SourceNode`, or an array where each member is one of those things. + +```js +node.add(" + "); +node.add(otherNode); +node.add([leftHandOperandNode, " + ", rightHandOperandNode]); +``` + +#### SourceNode.prototype.prepend(chunk) + +Prepend a chunk of generated JS to this source node. + +* `chunk`: A string snippet of generated JS code, another instance of + `SourceNode`, or an array where each member is one of those things. + +```js +node.prepend("/** Build Id: f783haef86324gf **/\n\n"); +``` + +#### SourceNode.prototype.setSourceContent(sourceFile, sourceContent) + +Set the source content for a source file. This will be added to the +`SourceMap` in the `sourcesContent` field. + +* `sourceFile`: The filename of the source file + +* `sourceContent`: The content of the source file + +```js +node.setSourceContent("module-one.scm", + fs.readFileSync("path/to/module-one.scm")) +``` + +#### SourceNode.prototype.walk(fn) + +Walk over the tree of JS snippets in this node and its children. The walking +function is called once for each snippet of JS and is passed that snippet and +the its original associated source's line/column location. + +* `fn`: The traversal function. + +```js +var node = new SourceNode(1, 2, "a.js", [ + new SourceNode(3, 4, "b.js", "uno"), + "dos", + [ + "tres", + new SourceNode(5, 6, "c.js", "quatro") + ] +]); + +node.walk(function (code, loc) { console.log("WALK:", code, loc); }) +// WALK: uno { source: 'b.js', line: 3, column: 4, name: null } +// WALK: dos { source: 'a.js', line: 1, column: 2, name: null } +// WALK: tres { source: 'a.js', line: 1, column: 2, name: null } +// WALK: quatro { source: 'c.js', line: 5, column: 6, name: null } +``` + +#### SourceNode.prototype.walkSourceContents(fn) + +Walk over the tree of SourceNodes. The walking function is called for each +source file content and is passed the filename and source content. + +* `fn`: The traversal function. + +```js +var a = new SourceNode(1, 2, "a.js", "generated from a"); +a.setSourceContent("a.js", "original a"); +var b = new SourceNode(1, 2, "b.js", "generated from b"); +b.setSourceContent("b.js", "original b"); +var c = new SourceNode(1, 2, "c.js", "generated from c"); +c.setSourceContent("c.js", "original c"); + +var node = new SourceNode(null, null, null, [a, b, c]); +node.walkSourceContents(function (source, contents) { console.log("WALK:", source, ":", contents); }) +// WALK: a.js : original a +// WALK: b.js : original b +// WALK: c.js : original c +``` + +#### SourceNode.prototype.join(sep) + +Like `Array.prototype.join` except for SourceNodes. Inserts the separator +between each of this source node's children. + +* `sep`: The separator. + +```js +var lhs = new SourceNode(1, 2, "a.rs", "my_copy"); +var operand = new SourceNode(3, 4, "a.rs", "="); +var rhs = new SourceNode(5, 6, "a.rs", "orig.clone()"); + +var node = new SourceNode(null, null, null, [ lhs, operand, rhs ]); +var joinedNode = node.join(" "); +``` + +#### SourceNode.prototype.replaceRight(pattern, replacement) + +Call `String.prototype.replace` on the very right-most source snippet. Useful +for trimming white space from the end of a source node, etc. + +* `pattern`: The pattern to replace. + +* `replacement`: The thing to replace the pattern with. + +```js +// Trim trailing white space. +node.replaceRight(/\s*$/, ""); +``` + +#### SourceNode.prototype.toString() + +Return the string representation of this source node. Walks over the tree and +concatenates all the various snippets together to one string. + +```js +var node = new SourceNode(1, 2, "a.js", [ + new SourceNode(3, 4, "b.js", "uno"), + "dos", + [ + "tres", + new SourceNode(5, 6, "c.js", "quatro") + ] +]); + +node.toString() +// 'unodostresquatro' +``` + +#### SourceNode.prototype.toStringWithSourceMap([startOfSourceMap]) + +Returns the string representation of this tree of source nodes, plus a +SourceMapGenerator which contains all the mappings between the generated and +original sources. + +The arguments are the same as those to `new SourceMapGenerator`. + +```js +var node = new SourceNode(1, 2, "a.js", [ + new SourceNode(3, 4, "b.js", "uno"), + "dos", + [ + "tres", + new SourceNode(5, 6, "c.js", "quatro") + ] +]); + +node.toStringWithSourceMap({ file: "my-output-file.js" }) +// { code: 'unodostresquatro', +// map: [object SourceMapGenerator] } +``` diff --git a/node_modules/source-map-js/lib/array-set.js b/node_modules/source-map-js/lib/array-set.js new file mode 100644 index 0000000..fbd5c81 --- /dev/null +++ b/node_modules/source-map-js/lib/array-set.js @@ -0,0 +1,121 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var util = require('./util'); +var has = Object.prototype.hasOwnProperty; +var hasNativeMap = typeof Map !== "undefined"; + +/** + * A data structure which is a combination of an array and a set. Adding a new + * member is O(1), testing for membership is O(1), and finding the index of an + * element is O(1). Removing elements from the set is not supported. Only + * strings are supported for membership. + */ +function ArraySet() { + this._array = []; + this._set = hasNativeMap ? new Map() : Object.create(null); +} + +/** + * Static method for creating ArraySet instances from an existing array. + */ +ArraySet.fromArray = function ArraySet_fromArray(aArray, aAllowDuplicates) { + var set = new ArraySet(); + for (var i = 0, len = aArray.length; i < len; i++) { + set.add(aArray[i], aAllowDuplicates); + } + return set; +}; + +/** + * Return how many unique items are in this ArraySet. If duplicates have been + * added, than those do not count towards the size. + * + * @returns Number + */ +ArraySet.prototype.size = function ArraySet_size() { + return hasNativeMap ? this._set.size : Object.getOwnPropertyNames(this._set).length; +}; + +/** + * Add the given string to this set. + * + * @param String aStr + */ +ArraySet.prototype.add = function ArraySet_add(aStr, aAllowDuplicates) { + var sStr = hasNativeMap ? aStr : util.toSetString(aStr); + var isDuplicate = hasNativeMap ? this.has(aStr) : has.call(this._set, sStr); + var idx = this._array.length; + if (!isDuplicate || aAllowDuplicates) { + this._array.push(aStr); + } + if (!isDuplicate) { + if (hasNativeMap) { + this._set.set(aStr, idx); + } else { + this._set[sStr] = idx; + } + } +}; + +/** + * Is the given string a member of this set? + * + * @param String aStr + */ +ArraySet.prototype.has = function ArraySet_has(aStr) { + if (hasNativeMap) { + return this._set.has(aStr); + } else { + var sStr = util.toSetString(aStr); + return has.call(this._set, sStr); + } +}; + +/** + * What is the index of the given string in the array? + * + * @param String aStr + */ +ArraySet.prototype.indexOf = function ArraySet_indexOf(aStr) { + if (hasNativeMap) { + var idx = this._set.get(aStr); + if (idx >= 0) { + return idx; + } + } else { + var sStr = util.toSetString(aStr); + if (has.call(this._set, sStr)) { + return this._set[sStr]; + } + } + + throw new Error('"' + aStr + '" is not in the set.'); +}; + +/** + * What is the element at the given index? + * + * @param Number aIdx + */ +ArraySet.prototype.at = function ArraySet_at(aIdx) { + if (aIdx >= 0 && aIdx < this._array.length) { + return this._array[aIdx]; + } + throw new Error('No element indexed by ' + aIdx); +}; + +/** + * Returns the array representation of this set (which has the proper indices + * indicated by indexOf). Note that this is a copy of the internal array used + * for storing the members so that no one can mess with internal state. + */ +ArraySet.prototype.toArray = function ArraySet_toArray() { + return this._array.slice(); +}; + +exports.ArraySet = ArraySet; diff --git a/node_modules/source-map-js/lib/base64-vlq.js b/node_modules/source-map-js/lib/base64-vlq.js new file mode 100644 index 0000000..612b404 --- /dev/null +++ b/node_modules/source-map-js/lib/base64-vlq.js @@ -0,0 +1,140 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + * + * Based on the Base 64 VLQ implementation in Closure Compiler: + * https://code.google.com/p/closure-compiler/source/browse/trunk/src/com/google/debugging/sourcemap/Base64VLQ.java + * + * Copyright 2011 The Closure Compiler Authors. All rights reserved. + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * Redistributions in binary form must reproduce the above + * copyright notice, this list of conditions and the following + * disclaimer in the documentation and/or other materials provided + * with the distribution. + * * Neither the name of Google Inc. nor the names of its + * contributors may be used to endorse or promote products derived + * from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +var base64 = require('./base64'); + +// A single base 64 digit can contain 6 bits of data. For the base 64 variable +// length quantities we use in the source map spec, the first bit is the sign, +// the next four bits are the actual value, and the 6th bit is the +// continuation bit. The continuation bit tells us whether there are more +// digits in this value following this digit. +// +// Continuation +// | Sign +// | | +// V V +// 101011 + +var VLQ_BASE_SHIFT = 5; + +// binary: 100000 +var VLQ_BASE = 1 << VLQ_BASE_SHIFT; + +// binary: 011111 +var VLQ_BASE_MASK = VLQ_BASE - 1; + +// binary: 100000 +var VLQ_CONTINUATION_BIT = VLQ_BASE; + +/** + * Converts from a two-complement value to a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 1 becomes 2 (10 binary), -1 becomes 3 (11 binary) + * 2 becomes 4 (100 binary), -2 becomes 5 (101 binary) + */ +function toVLQSigned(aValue) { + return aValue < 0 + ? ((-aValue) << 1) + 1 + : (aValue << 1) + 0; +} + +/** + * Converts to a two-complement value from a value where the sign bit is + * placed in the least significant bit. For example, as decimals: + * 2 (10 binary) becomes 1, 3 (11 binary) becomes -1 + * 4 (100 binary) becomes 2, 5 (101 binary) becomes -2 + */ +function fromVLQSigned(aValue) { + var isNegative = (aValue & 1) === 1; + var shifted = aValue >> 1; + return isNegative + ? -shifted + : shifted; +} + +/** + * Returns the base 64 VLQ encoded value. + */ +exports.encode = function base64VLQ_encode(aValue) { + var encoded = ""; + var digit; + + var vlq = toVLQSigned(aValue); + + do { + digit = vlq & VLQ_BASE_MASK; + vlq >>>= VLQ_BASE_SHIFT; + if (vlq > 0) { + // There are still more digits in this value, so we must make sure the + // continuation bit is marked. + digit |= VLQ_CONTINUATION_BIT; + } + encoded += base64.encode(digit); + } while (vlq > 0); + + return encoded; +}; + +/** + * Decodes the next base 64 VLQ value from the given string and returns the + * value and the rest of the string via the out parameter. + */ +exports.decode = function base64VLQ_decode(aStr, aIndex, aOutParam) { + var strLen = aStr.length; + var result = 0; + var shift = 0; + var continuation, digit; + + do { + if (aIndex >= strLen) { + throw new Error("Expected more digits in base 64 VLQ value."); + } + + digit = base64.decode(aStr.charCodeAt(aIndex++)); + if (digit === -1) { + throw new Error("Invalid base64 digit: " + aStr.charAt(aIndex - 1)); + } + + continuation = !!(digit & VLQ_CONTINUATION_BIT); + digit &= VLQ_BASE_MASK; + result = result + (digit << shift); + shift += VLQ_BASE_SHIFT; + } while (continuation); + + aOutParam.value = fromVLQSigned(result); + aOutParam.rest = aIndex; +}; diff --git a/node_modules/source-map-js/lib/base64.js b/node_modules/source-map-js/lib/base64.js new file mode 100644 index 0000000..8aa86b3 --- /dev/null +++ b/node_modules/source-map-js/lib/base64.js @@ -0,0 +1,67 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var intToCharMap = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'.split(''); + +/** + * Encode an integer in the range of 0 to 63 to a single base 64 digit. + */ +exports.encode = function (number) { + if (0 <= number && number < intToCharMap.length) { + return intToCharMap[number]; + } + throw new TypeError("Must be between 0 and 63: " + number); +}; + +/** + * Decode a single base 64 character code digit to an integer. Returns -1 on + * failure. + */ +exports.decode = function (charCode) { + var bigA = 65; // 'A' + var bigZ = 90; // 'Z' + + var littleA = 97; // 'a' + var littleZ = 122; // 'z' + + var zero = 48; // '0' + var nine = 57; // '9' + + var plus = 43; // '+' + var slash = 47; // '/' + + var littleOffset = 26; + var numberOffset = 52; + + // 0 - 25: ABCDEFGHIJKLMNOPQRSTUVWXYZ + if (bigA <= charCode && charCode <= bigZ) { + return (charCode - bigA); + } + + // 26 - 51: abcdefghijklmnopqrstuvwxyz + if (littleA <= charCode && charCode <= littleZ) { + return (charCode - littleA + littleOffset); + } + + // 52 - 61: 0123456789 + if (zero <= charCode && charCode <= nine) { + return (charCode - zero + numberOffset); + } + + // 62: + + if (charCode == plus) { + return 62; + } + + // 63: / + if (charCode == slash) { + return 63; + } + + // Invalid base64 digit. + return -1; +}; diff --git a/node_modules/source-map-js/lib/binary-search.js b/node_modules/source-map-js/lib/binary-search.js new file mode 100644 index 0000000..010ac94 --- /dev/null +++ b/node_modules/source-map-js/lib/binary-search.js @@ -0,0 +1,111 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +exports.GREATEST_LOWER_BOUND = 1; +exports.LEAST_UPPER_BOUND = 2; + +/** + * Recursive implementation of binary search. + * + * @param aLow Indices here and lower do not contain the needle. + * @param aHigh Indices here and higher do not contain the needle. + * @param aNeedle The element being searched for. + * @param aHaystack The non-empty array being searched. + * @param aCompare Function which takes two elements and returns -1, 0, or 1. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + */ +function recursiveSearch(aLow, aHigh, aNeedle, aHaystack, aCompare, aBias) { + // This function terminates when one of the following is true: + // + // 1. We find the exact element we are looking for. + // + // 2. We did not find the exact element, but we can return the index of + // the next-closest element. + // + // 3. We did not find the exact element, and there is no next-closest + // element than the one we are searching for, so we return -1. + var mid = Math.floor((aHigh - aLow) / 2) + aLow; + var cmp = aCompare(aNeedle, aHaystack[mid], true); + if (cmp === 0) { + // Found the element we are looking for. + return mid; + } + else if (cmp > 0) { + // Our needle is greater than aHaystack[mid]. + if (aHigh - mid > 1) { + // The element is in the upper half. + return recursiveSearch(mid, aHigh, aNeedle, aHaystack, aCompare, aBias); + } + + // The exact needle element was not found in this haystack. Determine if + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return aHigh < aHaystack.length ? aHigh : -1; + } else { + return mid; + } + } + else { + // Our needle is less than aHaystack[mid]. + if (mid - aLow > 1) { + // The element is in the lower half. + return recursiveSearch(aLow, mid, aNeedle, aHaystack, aCompare, aBias); + } + + // we are in termination case (3) or (2) and return the appropriate thing. + if (aBias == exports.LEAST_UPPER_BOUND) { + return mid; + } else { + return aLow < 0 ? -1 : aLow; + } + } +} + +/** + * This is an implementation of binary search which will always try and return + * the index of the closest element if there is no exact hit. This is because + * mappings between original and generated line/col pairs are single points, + * and there is an implicit region between each of them, so a miss just means + * that you aren't on the very start of a region. + * + * @param aNeedle The element you are looking for. + * @param aHaystack The array that is being searched. + * @param aCompare A function which takes the needle and an element in the + * array and returns -1, 0, or 1 depending on whether the needle is less + * than, equal to, or greater than the element, respectively. + * @param aBias Either 'binarySearch.GREATEST_LOWER_BOUND' or + * 'binarySearch.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'binarySearch.GREATEST_LOWER_BOUND'. + */ +exports.search = function search(aNeedle, aHaystack, aCompare, aBias) { + if (aHaystack.length === 0) { + return -1; + } + + var index = recursiveSearch(-1, aHaystack.length, aNeedle, aHaystack, + aCompare, aBias || exports.GREATEST_LOWER_BOUND); + if (index < 0) { + return -1; + } + + // We have found either the exact element, or the next-closest element than + // the one we are searching for. However, there may be more than one such + // element. Make sure we always return the smallest of these. + while (index - 1 >= 0) { + if (aCompare(aHaystack[index], aHaystack[index - 1], true) !== 0) { + break; + } + --index; + } + + return index; +}; diff --git a/node_modules/source-map-js/lib/mapping-list.js b/node_modules/source-map-js/lib/mapping-list.js new file mode 100644 index 0000000..06d1274 --- /dev/null +++ b/node_modules/source-map-js/lib/mapping-list.js @@ -0,0 +1,79 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2014 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var util = require('./util'); + +/** + * Determine whether mappingB is after mappingA with respect to generated + * position. + */ +function generatedPositionAfter(mappingA, mappingB) { + // Optimized for most common case + var lineA = mappingA.generatedLine; + var lineB = mappingB.generatedLine; + var columnA = mappingA.generatedColumn; + var columnB = mappingB.generatedColumn; + return lineB > lineA || lineB == lineA && columnB >= columnA || + util.compareByGeneratedPositionsInflated(mappingA, mappingB) <= 0; +} + +/** + * A data structure to provide a sorted view of accumulated mappings in a + * performance conscious manner. It trades a neglibable overhead in general + * case for a large speedup in case of mappings being added in order. + */ +function MappingList() { + this._array = []; + this._sorted = true; + // Serves as infimum + this._last = {generatedLine: -1, generatedColumn: 0}; +} + +/** + * Iterate through internal items. This method takes the same arguments that + * `Array.prototype.forEach` takes. + * + * NOTE: The order of the mappings is NOT guaranteed. + */ +MappingList.prototype.unsortedForEach = + function MappingList_forEach(aCallback, aThisArg) { + this._array.forEach(aCallback, aThisArg); + }; + +/** + * Add the given source mapping. + * + * @param Object aMapping + */ +MappingList.prototype.add = function MappingList_add(aMapping) { + if (generatedPositionAfter(this._last, aMapping)) { + this._last = aMapping; + this._array.push(aMapping); + } else { + this._sorted = false; + this._array.push(aMapping); + } +}; + +/** + * Returns the flat, sorted array of mappings. The mappings are sorted by + * generated position. + * + * WARNING: This method returns internal data without copying, for + * performance. The return value must NOT be mutated, and should be treated as + * an immutable borrow. If you want to take ownership, you must make your own + * copy. + */ +MappingList.prototype.toArray = function MappingList_toArray() { + if (!this._sorted) { + this._array.sort(util.compareByGeneratedPositionsInflated); + this._sorted = true; + } + return this._array; +}; + +exports.MappingList = MappingList; diff --git a/node_modules/source-map-js/lib/quick-sort.js b/node_modules/source-map-js/lib/quick-sort.js new file mode 100644 index 0000000..23f9eda --- /dev/null +++ b/node_modules/source-map-js/lib/quick-sort.js @@ -0,0 +1,132 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +// It turns out that some (most?) JavaScript engines don't self-host +// `Array.prototype.sort`. This makes sense because C++ will likely remain +// faster than JS when doing raw CPU-intensive sorting. However, when using a +// custom comparator function, calling back and forth between the VM's C++ and +// JIT'd JS is rather slow *and* loses JIT type information, resulting in +// worse generated code for the comparator function than would be optimal. In +// fact, when sorting with a comparator, these costs outweigh the benefits of +// sorting in C++. By using our own JS-implemented Quick Sort (below), we get +// a ~3500ms mean speed-up in `bench/bench.html`. + +function SortTemplate(comparator) { + +/** + * Swap the elements indexed by `x` and `y` in the array `ary`. + * + * @param {Array} ary + * The array. + * @param {Number} x + * The index of the first item. + * @param {Number} y + * The index of the second item. + */ +function swap(ary, x, y) { + var temp = ary[x]; + ary[x] = ary[y]; + ary[y] = temp; +} + +/** + * Returns a random integer within the range `low .. high` inclusive. + * + * @param {Number} low + * The lower bound on the range. + * @param {Number} high + * The upper bound on the range. + */ +function randomIntInRange(low, high) { + return Math.round(low + (Math.random() * (high - low))); +} + +/** + * The Quick Sort algorithm. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + * @param {Number} p + * Start index of the array + * @param {Number} r + * End index of the array + */ +function doQuickSort(ary, comparator, p, r) { + // If our lower bound is less than our upper bound, we (1) partition the + // array into two pieces and (2) recurse on each half. If it is not, this is + // the empty array and our base case. + + if (p < r) { + // (1) Partitioning. + // + // The partitioning chooses a pivot between `p` and `r` and moves all + // elements that are less than or equal to the pivot to the before it, and + // all the elements that are greater than it after it. The effect is that + // once partition is done, the pivot is in the exact place it will be when + // the array is put in sorted order, and it will not need to be moved + // again. This runs in O(n) time. + + // Always choose a random pivot so that an input array which is reverse + // sorted does not cause O(n^2) running time. + var pivotIndex = randomIntInRange(p, r); + var i = p - 1; + + swap(ary, pivotIndex, r); + var pivot = ary[r]; + + // Immediately after `j` is incremented in this loop, the following hold + // true: + // + // * Every element in `ary[p .. i]` is less than or equal to the pivot. + // + // * Every element in `ary[i+1 .. j-1]` is greater than the pivot. + for (var j = p; j < r; j++) { + if (comparator(ary[j], pivot, false) <= 0) { + i += 1; + swap(ary, i, j); + } + } + + swap(ary, i + 1, j); + var q = i + 1; + + // (2) Recurse on each half. + + doQuickSort(ary, comparator, p, q - 1); + doQuickSort(ary, comparator, q + 1, r); + } +} + + return doQuickSort; +} + +function cloneSort(comparator) { + let template = SortTemplate.toString(); + let templateFn = new Function(`return ${template}`)(); + return templateFn(comparator); +} + +/** + * Sort the given array in-place with the given comparator function. + * + * @param {Array} ary + * An array to sort. + * @param {function} comparator + * Function to use to compare two items. + */ + +let sortCache = new WeakMap(); +exports.quickSort = function (ary, comparator, start = 0) { + let doQuickSort = sortCache.get(comparator); + if (doQuickSort === void 0) { + doQuickSort = cloneSort(comparator); + sortCache.set(comparator, doQuickSort); + } + doQuickSort(ary, comparator, start, ary.length - 1); +}; diff --git a/node_modules/source-map-js/lib/source-map-consumer.d.ts b/node_modules/source-map-js/lib/source-map-consumer.d.ts new file mode 100644 index 0000000..744bda7 --- /dev/null +++ b/node_modules/source-map-js/lib/source-map-consumer.d.ts @@ -0,0 +1 @@ +export { SourceMapConsumer } from '..'; diff --git a/node_modules/source-map-js/lib/source-map-consumer.js b/node_modules/source-map-js/lib/source-map-consumer.js new file mode 100644 index 0000000..ee66114 --- /dev/null +++ b/node_modules/source-map-js/lib/source-map-consumer.js @@ -0,0 +1,1188 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var util = require('./util'); +var binarySearch = require('./binary-search'); +var ArraySet = require('./array-set').ArraySet; +var base64VLQ = require('./base64-vlq'); +var quickSort = require('./quick-sort').quickSort; + +function SourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + return sourceMap.sections != null + ? new IndexedSourceMapConsumer(sourceMap, aSourceMapURL) + : new BasicSourceMapConsumer(sourceMap, aSourceMapURL); +} + +SourceMapConsumer.fromSourceMap = function(aSourceMap, aSourceMapURL) { + return BasicSourceMapConsumer.fromSourceMap(aSourceMap, aSourceMapURL); +} + +/** + * The version of the source mapping spec that we are consuming. + */ +SourceMapConsumer.prototype._version = 3; + +// `__generatedMappings` and `__originalMappings` are arrays that hold the +// parsed mapping coordinates from the source map's "mappings" attribute. They +// are lazily instantiated, accessed via the `_generatedMappings` and +// `_originalMappings` getters respectively, and we only parse the mappings +// and create these arrays once queried for a source location. We jump through +// these hoops because there can be many thousands of mappings, and parsing +// them is expensive, so we only want to do it if we must. +// +// Each object in the arrays is of the form: +// +// { +// generatedLine: The line number in the generated code, +// generatedColumn: The column number in the generated code, +// source: The path to the original source file that generated this +// chunk of code, +// originalLine: The line number in the original source that +// corresponds to this chunk of generated code, +// originalColumn: The column number in the original source that +// corresponds to this chunk of generated code, +// name: The name of the original symbol which generated this chunk of +// code. +// } +// +// All properties except for `generatedLine` and `generatedColumn` can be +// `null`. +// +// `_generatedMappings` is ordered by the generated positions. +// +// `_originalMappings` is ordered by the original positions. + +SourceMapConsumer.prototype.__generatedMappings = null; +Object.defineProperty(SourceMapConsumer.prototype, '_generatedMappings', { + configurable: true, + enumerable: true, + get: function () { + if (!this.__generatedMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__generatedMappings; + } +}); + +SourceMapConsumer.prototype.__originalMappings = null; +Object.defineProperty(SourceMapConsumer.prototype, '_originalMappings', { + configurable: true, + enumerable: true, + get: function () { + if (!this.__originalMappings) { + this._parseMappings(this._mappings, this.sourceRoot); + } + + return this.__originalMappings; + } +}); + +SourceMapConsumer.prototype._charIsMappingSeparator = + function SourceMapConsumer_charIsMappingSeparator(aStr, index) { + var c = aStr.charAt(index); + return c === ";" || c === ","; + }; + +/** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ +SourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + throw new Error("Subclasses must implement _parseMappings"); + }; + +SourceMapConsumer.GENERATED_ORDER = 1; +SourceMapConsumer.ORIGINAL_ORDER = 2; + +SourceMapConsumer.GREATEST_LOWER_BOUND = 1; +SourceMapConsumer.LEAST_UPPER_BOUND = 2; + +/** + * Iterate over each mapping between an original source/line/column and a + * generated line/column in this source map. + * + * @param Function aCallback + * The function that is called with each mapping. + * @param Object aContext + * Optional. If specified, this object will be the value of `this` every + * time that `aCallback` is called. + * @param aOrder + * Either `SourceMapConsumer.GENERATED_ORDER` or + * `SourceMapConsumer.ORIGINAL_ORDER`. Specifies whether you want to + * iterate over the mappings sorted by the generated file's line/column + * order or the original's source/line/column order, respectively. Defaults to + * `SourceMapConsumer.GENERATED_ORDER`. + */ +SourceMapConsumer.prototype.eachMapping = + function SourceMapConsumer_eachMapping(aCallback, aContext, aOrder) { + var context = aContext || null; + var order = aOrder || SourceMapConsumer.GENERATED_ORDER; + + var mappings; + switch (order) { + case SourceMapConsumer.GENERATED_ORDER: + mappings = this._generatedMappings; + break; + case SourceMapConsumer.ORIGINAL_ORDER: + mappings = this._originalMappings; + break; + default: + throw new Error("Unknown order of iteration."); + } + + var sourceRoot = this.sourceRoot; + var boundCallback = aCallback.bind(context); + var names = this._names; + var sources = this._sources; + var sourceMapURL = this._sourceMapURL; + + for (var i = 0, n = mappings.length; i < n; i++) { + var mapping = mappings[i]; + var source = mapping.source === null ? null : sources.at(mapping.source); + if(source !== null) { + source = util.computeSourceURL(sourceRoot, source, sourceMapURL); + } + boundCallback({ + source: source, + generatedLine: mapping.generatedLine, + generatedColumn: mapping.generatedColumn, + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: mapping.name === null ? null : names.at(mapping.name) + }); + } + }; + +/** + * Returns all generated line and column information for the original source, + * line, and column provided. If no column is provided, returns all mappings + * corresponding to a either the line we are searching for or the next + * closest line that has any mappings. Otherwise, returns all mappings + * corresponding to the given line and either the column we are searching for + * or the next closest column that has any offsets. + * + * The only argument is an object with the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number is 1-based. + * - column: Optional. the column number in the original source. + * The column number is 0-based. + * + * and an array of objects is returned, each with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ +SourceMapConsumer.prototype.allGeneratedPositionsFor = + function SourceMapConsumer_allGeneratedPositionsFor(aArgs) { + var line = util.getArg(aArgs, 'line'); + + // When there is no exact match, BasicSourceMapConsumer.prototype._findMapping + // returns the index of the closest mapping less than the needle. By + // setting needle.originalColumn to 0, we thus find the last mapping for + // the given line, provided such a mapping exists. + var needle = { + source: util.getArg(aArgs, 'source'), + originalLine: line, + originalColumn: util.getArg(aArgs, 'column', 0) + }; + + needle.source = this._findSourceIndex(needle.source); + if (needle.source < 0) { + return []; + } + + var mappings = []; + + var index = this._findMapping(needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + binarySearch.LEAST_UPPER_BOUND); + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (aArgs.column === undefined) { + var originalLine = mapping.originalLine; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we found. Since + // mappings are sorted, this is guaranteed to find all mappings for + // the line we found. + while (mapping && mapping.originalLine === originalLine) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } else { + var originalColumn = mapping.originalColumn; + + // Iterate until either we run out of mappings, or we run into + // a mapping for a different line than the one we were searching for. + // Since mappings are sorted, this is guaranteed to find all mappings for + // the line we are searching for. + while (mapping && + mapping.originalLine === line && + mapping.originalColumn == originalColumn) { + mappings.push({ + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }); + + mapping = this._originalMappings[++index]; + } + } + } + + return mappings; + }; + +exports.SourceMapConsumer = SourceMapConsumer; + +/** + * A BasicSourceMapConsumer instance represents a parsed source map which we can + * query for information about the original file positions by giving it a file + * position in the generated source. + * + * The first parameter is the raw source map (either as a JSON string, or + * already parsed to an object). According to the spec, source maps have the + * following attributes: + * + * - version: Which version of the source map spec this map is following. + * - sources: An array of URLs to the original source files. + * - names: An array of identifiers which can be referrenced by individual mappings. + * - sourceRoot: Optional. The URL root from which all sources are relative. + * - sourcesContent: Optional. An array of contents of the original source files. + * - mappings: A string of base64 VLQs which contain the actual mappings. + * - file: Optional. The generated file this source map is associated with. + * + * Here is an example source map, taken from the source map spec[0]: + * + * { + * version : 3, + * file: "out.js", + * sourceRoot : "", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AA,AB;;ABCDE;" + * } + * + * The second parameter, if given, is a string whose value is the URL + * at which the source map was found. This URL is used to compute the + * sources array. + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit?pli=1# + */ +function BasicSourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + var version = util.getArg(sourceMap, 'version'); + var sources = util.getArg(sourceMap, 'sources'); + // Sass 3.3 leaves out the 'names' array, so we deviate from the spec (which + // requires the array) to play nice here. + var names = util.getArg(sourceMap, 'names', []); + var sourceRoot = util.getArg(sourceMap, 'sourceRoot', null); + var sourcesContent = util.getArg(sourceMap, 'sourcesContent', null); + var mappings = util.getArg(sourceMap, 'mappings'); + var file = util.getArg(sourceMap, 'file', null); + + // Once again, Sass deviates from the spec and supplies the version as a + // string rather than a number, so we use loose equality checking here. + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + if (sourceRoot) { + sourceRoot = util.normalize(sourceRoot); + } + + sources = sources + .map(String) + // Some source maps produce relative source paths like "./foo.js" instead of + // "foo.js". Normalize these first so that future comparisons will succeed. + // See bugzil.la/1090768. + .map(util.normalize) + // Always ensure that absolute sources are internally stored relative to + // the source root, if the source root is absolute. Not doing this would + // be particularly problematic when the source root is a prefix of the + // source (valid, but why??). See github issue #199 and bugzil.la/1188982. + .map(function (source) { + return sourceRoot && util.isAbsolute(sourceRoot) && util.isAbsolute(source) + ? util.relative(sourceRoot, source) + : source; + }); + + // Pass `true` below to allow duplicate names and sources. While source maps + // are intended to be compressed and deduplicated, the TypeScript compiler + // sometimes generates source maps with duplicates in them. See Github issue + // #72 and bugzil.la/889492. + this._names = ArraySet.fromArray(names.map(String), true); + this._sources = ArraySet.fromArray(sources, true); + + this._absoluteSources = this._sources.toArray().map(function (s) { + return util.computeSourceURL(sourceRoot, s, aSourceMapURL); + }); + + this.sourceRoot = sourceRoot; + this.sourcesContent = sourcesContent; + this._mappings = mappings; + this._sourceMapURL = aSourceMapURL; + this.file = file; +} + +BasicSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); +BasicSourceMapConsumer.prototype.consumer = SourceMapConsumer; + +/** + * Utility function to find the index of a source. Returns -1 if not + * found. + */ +BasicSourceMapConsumer.prototype._findSourceIndex = function(aSource) { + var relativeSource = aSource; + if (this.sourceRoot != null) { + relativeSource = util.relative(this.sourceRoot, relativeSource); + } + + if (this._sources.has(relativeSource)) { + return this._sources.indexOf(relativeSource); + } + + // Maybe aSource is an absolute URL as returned by |sources|. In + // this case we can't simply undo the transform. + var i; + for (i = 0; i < this._absoluteSources.length; ++i) { + if (this._absoluteSources[i] == aSource) { + return i; + } + } + + return -1; +}; + +/** + * Create a BasicSourceMapConsumer from a SourceMapGenerator. + * + * @param SourceMapGenerator aSourceMap + * The source map that will be consumed. + * @param String aSourceMapURL + * The URL at which the source map can be found (optional) + * @returns BasicSourceMapConsumer + */ +BasicSourceMapConsumer.fromSourceMap = + function SourceMapConsumer_fromSourceMap(aSourceMap, aSourceMapURL) { + var smc = Object.create(BasicSourceMapConsumer.prototype); + + var names = smc._names = ArraySet.fromArray(aSourceMap._names.toArray(), true); + var sources = smc._sources = ArraySet.fromArray(aSourceMap._sources.toArray(), true); + smc.sourceRoot = aSourceMap._sourceRoot; + smc.sourcesContent = aSourceMap._generateSourcesContent(smc._sources.toArray(), + smc.sourceRoot); + smc.file = aSourceMap._file; + smc._sourceMapURL = aSourceMapURL; + smc._absoluteSources = smc._sources.toArray().map(function (s) { + return util.computeSourceURL(smc.sourceRoot, s, aSourceMapURL); + }); + + // Because we are modifying the entries (by converting string sources and + // names to indices into the sources and names ArraySets), we have to make + // a copy of the entry or else bad things happen. Shared mutable state + // strikes again! See github issue #191. + + var generatedMappings = aSourceMap._mappings.toArray().slice(); + var destGeneratedMappings = smc.__generatedMappings = []; + var destOriginalMappings = smc.__originalMappings = []; + + for (var i = 0, length = generatedMappings.length; i < length; i++) { + var srcMapping = generatedMappings[i]; + var destMapping = new Mapping; + destMapping.generatedLine = srcMapping.generatedLine; + destMapping.generatedColumn = srcMapping.generatedColumn; + + if (srcMapping.source) { + destMapping.source = sources.indexOf(srcMapping.source); + destMapping.originalLine = srcMapping.originalLine; + destMapping.originalColumn = srcMapping.originalColumn; + + if (srcMapping.name) { + destMapping.name = names.indexOf(srcMapping.name); + } + + destOriginalMappings.push(destMapping); + } + + destGeneratedMappings.push(destMapping); + } + + quickSort(smc.__originalMappings, util.compareByOriginalPositions); + + return smc; + }; + +/** + * The version of the source mapping spec that we are consuming. + */ +BasicSourceMapConsumer.prototype._version = 3; + +/** + * The list of original sources. + */ +Object.defineProperty(BasicSourceMapConsumer.prototype, 'sources', { + get: function () { + return this._absoluteSources.slice(); + } +}); + +/** + * Provide the JIT with a nice shape / hidden class. + */ +function Mapping() { + this.generatedLine = 0; + this.generatedColumn = 0; + this.source = null; + this.originalLine = null; + this.originalColumn = null; + this.name = null; +} + +/** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ + +const compareGenerated = util.compareByGeneratedPositionsDeflatedNoLine; +function sortGenerated(array, start) { + let l = array.length; + let n = array.length - start; + if (n <= 1) { + return; + } else if (n == 2) { + let a = array[start]; + let b = array[start + 1]; + if (compareGenerated(a, b) > 0) { + array[start] = b; + array[start + 1] = a; + } + } else if (n < 20) { + for (let i = start; i < l; i++) { + for (let j = i; j > start; j--) { + let a = array[j - 1]; + let b = array[j]; + if (compareGenerated(a, b) <= 0) { + break; + } + array[j - 1] = b; + array[j] = a; + } + } + } else { + quickSort(array, compareGenerated, start); + } +} +BasicSourceMapConsumer.prototype._parseMappings = + function SourceMapConsumer_parseMappings(aStr, aSourceRoot) { + var generatedLine = 1; + var previousGeneratedColumn = 0; + var previousOriginalLine = 0; + var previousOriginalColumn = 0; + var previousSource = 0; + var previousName = 0; + var length = aStr.length; + var index = 0; + var cachedSegments = {}; + var temp = {}; + var originalMappings = []; + var generatedMappings = []; + var mapping, str, segment, end, value; + + let subarrayStart = 0; + while (index < length) { + if (aStr.charAt(index) === ';') { + generatedLine++; + index++; + previousGeneratedColumn = 0; + + sortGenerated(generatedMappings, subarrayStart); + subarrayStart = generatedMappings.length; + } + else if (aStr.charAt(index) === ',') { + index++; + } + else { + mapping = new Mapping(); + mapping.generatedLine = generatedLine; + + for (end = index; end < length; end++) { + if (this._charIsMappingSeparator(aStr, end)) { + break; + } + } + str = aStr.slice(index, end); + + segment = []; + while (index < end) { + base64VLQ.decode(aStr, index, temp); + value = temp.value; + index = temp.rest; + segment.push(value); + } + + if (segment.length === 2) { + throw new Error('Found a source, but no line and column'); + } + + if (segment.length === 3) { + throw new Error('Found a source and line, but no column'); + } + + // Generated column. + mapping.generatedColumn = previousGeneratedColumn + segment[0]; + previousGeneratedColumn = mapping.generatedColumn; + + if (segment.length > 1) { + // Original source. + mapping.source = previousSource + segment[1]; + previousSource += segment[1]; + + // Original line. + mapping.originalLine = previousOriginalLine + segment[2]; + previousOriginalLine = mapping.originalLine; + // Lines are stored 0-based + mapping.originalLine += 1; + + // Original column. + mapping.originalColumn = previousOriginalColumn + segment[3]; + previousOriginalColumn = mapping.originalColumn; + + if (segment.length > 4) { + // Original name. + mapping.name = previousName + segment[4]; + previousName += segment[4]; + } + } + + generatedMappings.push(mapping); + if (typeof mapping.originalLine === 'number') { + let currentSource = mapping.source; + while (originalMappings.length <= currentSource) { + originalMappings.push(null); + } + if (originalMappings[currentSource] === null) { + originalMappings[currentSource] = []; + } + originalMappings[currentSource].push(mapping); + } + } + } + + sortGenerated(generatedMappings, subarrayStart); + this.__generatedMappings = generatedMappings; + + for (var i = 0; i < originalMappings.length; i++) { + if (originalMappings[i] != null) { + quickSort(originalMappings[i], util.compareByOriginalPositionsNoSource); + } + } + this.__originalMappings = [].concat(...originalMappings); + }; + +/** + * Find the mapping that best matches the hypothetical "needle" mapping that + * we are searching for in the given "haystack" of mappings. + */ +BasicSourceMapConsumer.prototype._findMapping = + function SourceMapConsumer_findMapping(aNeedle, aMappings, aLineName, + aColumnName, aComparator, aBias) { + // To return the position we are searching for, we must first find the + // mapping for the given position and then return the opposite position it + // points to. Because the mappings are sorted, we can use binary search to + // find the best mapping. + + if (aNeedle[aLineName] <= 0) { + throw new TypeError('Line must be greater than or equal to 1, got ' + + aNeedle[aLineName]); + } + if (aNeedle[aColumnName] < 0) { + throw new TypeError('Column must be greater than or equal to 0, got ' + + aNeedle[aColumnName]); + } + + return binarySearch.search(aNeedle, aMappings, aComparator, aBias); + }; + +/** + * Compute the last column for each generated mapping. The last column is + * inclusive. + */ +BasicSourceMapConsumer.prototype.computeColumnSpans = + function SourceMapConsumer_computeColumnSpans() { + for (var index = 0; index < this._generatedMappings.length; ++index) { + var mapping = this._generatedMappings[index]; + + // Mappings do not contain a field for the last generated columnt. We + // can come up with an optimistic estimate, however, by assuming that + // mappings are contiguous (i.e. given two consecutive mappings, the + // first mapping ends where the second one starts). + if (index + 1 < this._generatedMappings.length) { + var nextMapping = this._generatedMappings[index + 1]; + + if (mapping.generatedLine === nextMapping.generatedLine) { + mapping.lastGeneratedColumn = nextMapping.generatedColumn - 1; + continue; + } + } + + // The last mapping for each line spans the entire line. + mapping.lastGeneratedColumn = Infinity; + } + }; + +/** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. The line number + * is 1-based. + * - column: The column number in the generated source. The column + * number is 0-based. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. The + * line number is 1-based. + * - column: The column number in the original source, or null. The + * column number is 0-based. + * - name: The original identifier, or null. + */ +BasicSourceMapConsumer.prototype.originalPositionFor = + function SourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._generatedMappings, + "generatedLine", + "generatedColumn", + util.compareByGeneratedPositionsDeflated, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._generatedMappings[index]; + + if (mapping.generatedLine === needle.generatedLine) { + var source = util.getArg(mapping, 'source', null); + if (source !== null) { + source = this._sources.at(source); + source = util.computeSourceURL(this.sourceRoot, source, this._sourceMapURL); + } + var name = util.getArg(mapping, 'name', null); + if (name !== null) { + name = this._names.at(name); + } + return { + source: source, + line: util.getArg(mapping, 'originalLine', null), + column: util.getArg(mapping, 'originalColumn', null), + name: name + }; + } + } + + return { + source: null, + line: null, + column: null, + name: null + }; + }; + +/** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ +BasicSourceMapConsumer.prototype.hasContentsOfAllSources = + function BasicSourceMapConsumer_hasContentsOfAllSources() { + if (!this.sourcesContent) { + return false; + } + return this.sourcesContent.length >= this._sources.size() && + !this.sourcesContent.some(function (sc) { return sc == null; }); + }; + +/** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ +BasicSourceMapConsumer.prototype.sourceContentFor = + function SourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + if (!this.sourcesContent) { + return null; + } + + var index = this._findSourceIndex(aSource); + if (index >= 0) { + return this.sourcesContent[index]; + } + + var relativeSource = aSource; + if (this.sourceRoot != null) { + relativeSource = util.relative(this.sourceRoot, relativeSource); + } + + var url; + if (this.sourceRoot != null + && (url = util.urlParse(this.sourceRoot))) { + // XXX: file:// URIs and absolute paths lead to unexpected behavior for + // many users. We can help them out when they expect file:// URIs to + // behave like it would if they were running a local HTTP server. See + // https://bugzilla.mozilla.org/show_bug.cgi?id=885597. + var fileUriAbsPath = relativeSource.replace(/^file:\/\//, ""); + if (url.scheme == "file" + && this._sources.has(fileUriAbsPath)) { + return this.sourcesContent[this._sources.indexOf(fileUriAbsPath)] + } + + if ((!url.path || url.path == "/") + && this._sources.has("/" + relativeSource)) { + return this.sourcesContent[this._sources.indexOf("/" + relativeSource)]; + } + } + + // This function is used recursively from + // IndexedSourceMapConsumer.prototype.sourceContentFor. In that case, we + // don't want to throw if we can't find the source - we just want to + // return null, so we provide a flag to exit gracefully. + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + relativeSource + '" is not in the SourceMap.'); + } + }; + +/** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number + * is 1-based. + * - column: The column number in the original source. The column + * number is 0-based. + * - bias: Either 'SourceMapConsumer.GREATEST_LOWER_BOUND' or + * 'SourceMapConsumer.LEAST_UPPER_BOUND'. Specifies whether to return the + * closest element that is smaller than or greater than the one we are + * searching for, respectively, if the exact element cannot be found. + * Defaults to 'SourceMapConsumer.GREATEST_LOWER_BOUND'. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ +BasicSourceMapConsumer.prototype.generatedPositionFor = + function SourceMapConsumer_generatedPositionFor(aArgs) { + var source = util.getArg(aArgs, 'source'); + source = this._findSourceIndex(source); + if (source < 0) { + return { + line: null, + column: null, + lastColumn: null + }; + } + + var needle = { + source: source, + originalLine: util.getArg(aArgs, 'line'), + originalColumn: util.getArg(aArgs, 'column') + }; + + var index = this._findMapping( + needle, + this._originalMappings, + "originalLine", + "originalColumn", + util.compareByOriginalPositions, + util.getArg(aArgs, 'bias', SourceMapConsumer.GREATEST_LOWER_BOUND) + ); + + if (index >= 0) { + var mapping = this._originalMappings[index]; + + if (mapping.source === needle.source) { + return { + line: util.getArg(mapping, 'generatedLine', null), + column: util.getArg(mapping, 'generatedColumn', null), + lastColumn: util.getArg(mapping, 'lastGeneratedColumn', null) + }; + } + } + + return { + line: null, + column: null, + lastColumn: null + }; + }; + +exports.BasicSourceMapConsumer = BasicSourceMapConsumer; + +/** + * An IndexedSourceMapConsumer instance represents a parsed source map which + * we can query for information. It differs from BasicSourceMapConsumer in + * that it takes "indexed" source maps (i.e. ones with a "sections" field) as + * input. + * + * The first parameter is a raw source map (either as a JSON string, or already + * parsed to an object). According to the spec for indexed source maps, they + * have the following attributes: + * + * - version: Which version of the source map spec this map is following. + * - file: Optional. The generated file this source map is associated with. + * - sections: A list of section definitions. + * + * Each value under the "sections" field has two fields: + * - offset: The offset into the original specified at which this section + * begins to apply, defined as an object with a "line" and "column" + * field. + * - map: A source map definition. This source map could also be indexed, + * but doesn't have to be. + * + * Instead of the "map" field, it's also possible to have a "url" field + * specifying a URL to retrieve a source map from, but that's currently + * unsupported. + * + * Here's an example source map, taken from the source map spec[0], but + * modified to omit a section which uses the "url" field. + * + * { + * version : 3, + * file: "app.js", + * sections: [{ + * offset: {line:100, column:10}, + * map: { + * version : 3, + * file: "section.js", + * sources: ["foo.js", "bar.js"], + * names: ["src", "maps", "are", "fun"], + * mappings: "AAAA,E;;ABCDE;" + * } + * }], + * } + * + * The second parameter, if given, is a string whose value is the URL + * at which the source map was found. This URL is used to compute the + * sources array. + * + * [0]: https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt + */ +function IndexedSourceMapConsumer(aSourceMap, aSourceMapURL) { + var sourceMap = aSourceMap; + if (typeof aSourceMap === 'string') { + sourceMap = util.parseSourceMapInput(aSourceMap); + } + + var version = util.getArg(sourceMap, 'version'); + var sections = util.getArg(sourceMap, 'sections'); + + if (version != this._version) { + throw new Error('Unsupported version: ' + version); + } + + this._sources = new ArraySet(); + this._names = new ArraySet(); + + var lastOffset = { + line: -1, + column: 0 + }; + this._sections = sections.map(function (s) { + if (s.url) { + // The url field will require support for asynchronicity. + // See https://github.com/mozilla/source-map/issues/16 + throw new Error('Support for url field in sections not implemented.'); + } + var offset = util.getArg(s, 'offset'); + var offsetLine = util.getArg(offset, 'line'); + var offsetColumn = util.getArg(offset, 'column'); + + if (offsetLine < lastOffset.line || + (offsetLine === lastOffset.line && offsetColumn < lastOffset.column)) { + throw new Error('Section offsets must be ordered and non-overlapping.'); + } + lastOffset = offset; + + return { + generatedOffset: { + // The offset fields are 0-based, but we use 1-based indices when + // encoding/decoding from VLQ. + generatedLine: offsetLine + 1, + generatedColumn: offsetColumn + 1 + }, + consumer: new SourceMapConsumer(util.getArg(s, 'map'), aSourceMapURL) + } + }); +} + +IndexedSourceMapConsumer.prototype = Object.create(SourceMapConsumer.prototype); +IndexedSourceMapConsumer.prototype.constructor = SourceMapConsumer; + +/** + * The version of the source mapping spec that we are consuming. + */ +IndexedSourceMapConsumer.prototype._version = 3; + +/** + * The list of original sources. + */ +Object.defineProperty(IndexedSourceMapConsumer.prototype, 'sources', { + get: function () { + var sources = []; + for (var i = 0; i < this._sections.length; i++) { + for (var j = 0; j < this._sections[i].consumer.sources.length; j++) { + sources.push(this._sections[i].consumer.sources[j]); + } + } + return sources; + } +}); + +/** + * Returns the original source, line, and column information for the generated + * source's line and column positions provided. The only argument is an object + * with the following properties: + * + * - line: The line number in the generated source. The line number + * is 1-based. + * - column: The column number in the generated source. The column + * number is 0-based. + * + * and an object is returned with the following properties: + * + * - source: The original source file, or null. + * - line: The line number in the original source, or null. The + * line number is 1-based. + * - column: The column number in the original source, or null. The + * column number is 0-based. + * - name: The original identifier, or null. + */ +IndexedSourceMapConsumer.prototype.originalPositionFor = + function IndexedSourceMapConsumer_originalPositionFor(aArgs) { + var needle = { + generatedLine: util.getArg(aArgs, 'line'), + generatedColumn: util.getArg(aArgs, 'column') + }; + + // Find the section containing the generated position we're trying to map + // to an original position. + var sectionIndex = binarySearch.search(needle, this._sections, + function(needle, section) { + var cmp = needle.generatedLine - section.generatedOffset.generatedLine; + if (cmp) { + return cmp; + } + + return (needle.generatedColumn - + section.generatedOffset.generatedColumn); + }); + var section = this._sections[sectionIndex]; + + if (!section) { + return { + source: null, + line: null, + column: null, + name: null + }; + } + + return section.consumer.originalPositionFor({ + line: needle.generatedLine - + (section.generatedOffset.generatedLine - 1), + column: needle.generatedColumn - + (section.generatedOffset.generatedLine === needle.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + bias: aArgs.bias + }); + }; + +/** + * Return true if we have the source content for every source in the source + * map, false otherwise. + */ +IndexedSourceMapConsumer.prototype.hasContentsOfAllSources = + function IndexedSourceMapConsumer_hasContentsOfAllSources() { + return this._sections.every(function (s) { + return s.consumer.hasContentsOfAllSources(); + }); + }; + +/** + * Returns the original source content. The only argument is the url of the + * original source file. Returns null if no original source content is + * available. + */ +IndexedSourceMapConsumer.prototype.sourceContentFor = + function IndexedSourceMapConsumer_sourceContentFor(aSource, nullOnMissing) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + var content = section.consumer.sourceContentFor(aSource, true); + if (content || content === '') { + return content; + } + } + if (nullOnMissing) { + return null; + } + else { + throw new Error('"' + aSource + '" is not in the SourceMap.'); + } + }; + +/** + * Returns the generated line and column information for the original source, + * line, and column positions provided. The only argument is an object with + * the following properties: + * + * - source: The filename of the original source. + * - line: The line number in the original source. The line number + * is 1-based. + * - column: The column number in the original source. The column + * number is 0-based. + * + * and an object is returned with the following properties: + * + * - line: The line number in the generated source, or null. The + * line number is 1-based. + * - column: The column number in the generated source, or null. + * The column number is 0-based. + */ +IndexedSourceMapConsumer.prototype.generatedPositionFor = + function IndexedSourceMapConsumer_generatedPositionFor(aArgs) { + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + + // Only consider this section if the requested source is in the list of + // sources of the consumer. + if (section.consumer._findSourceIndex(util.getArg(aArgs, 'source')) === -1) { + continue; + } + var generatedPosition = section.consumer.generatedPositionFor(aArgs); + if (generatedPosition) { + var ret = { + line: generatedPosition.line + + (section.generatedOffset.generatedLine - 1), + column: generatedPosition.column + + (section.generatedOffset.generatedLine === generatedPosition.line + ? section.generatedOffset.generatedColumn - 1 + : 0) + }; + return ret; + } + } + + return { + line: null, + column: null + }; + }; + +/** + * Parse the mappings in a string in to a data structure which we can easily + * query (the ordered arrays in the `this.__generatedMappings` and + * `this.__originalMappings` properties). + */ +IndexedSourceMapConsumer.prototype._parseMappings = + function IndexedSourceMapConsumer_parseMappings(aStr, aSourceRoot) { + this.__generatedMappings = []; + this.__originalMappings = []; + for (var i = 0; i < this._sections.length; i++) { + var section = this._sections[i]; + var sectionMappings = section.consumer._generatedMappings; + for (var j = 0; j < sectionMappings.length; j++) { + var mapping = sectionMappings[j]; + + var source = section.consumer._sources.at(mapping.source); + if(source !== null) { + source = util.computeSourceURL(section.consumer.sourceRoot, source, this._sourceMapURL); + } + this._sources.add(source); + source = this._sources.indexOf(source); + + var name = null; + if (mapping.name) { + name = section.consumer._names.at(mapping.name); + this._names.add(name); + name = this._names.indexOf(name); + } + + // The mappings coming from the consumer for the section have + // generated positions relative to the start of the section, so we + // need to offset them to be relative to the start of the concatenated + // generated file. + var adjustedMapping = { + source: source, + generatedLine: mapping.generatedLine + + (section.generatedOffset.generatedLine - 1), + generatedColumn: mapping.generatedColumn + + (section.generatedOffset.generatedLine === mapping.generatedLine + ? section.generatedOffset.generatedColumn - 1 + : 0), + originalLine: mapping.originalLine, + originalColumn: mapping.originalColumn, + name: name + }; + + this.__generatedMappings.push(adjustedMapping); + if (typeof adjustedMapping.originalLine === 'number') { + this.__originalMappings.push(adjustedMapping); + } + } + } + + quickSort(this.__generatedMappings, util.compareByGeneratedPositionsDeflated); + quickSort(this.__originalMappings, util.compareByOriginalPositions); + }; + +exports.IndexedSourceMapConsumer = IndexedSourceMapConsumer; diff --git a/node_modules/source-map-js/lib/source-map-generator.d.ts b/node_modules/source-map-js/lib/source-map-generator.d.ts new file mode 100644 index 0000000..f59d70a --- /dev/null +++ b/node_modules/source-map-js/lib/source-map-generator.d.ts @@ -0,0 +1 @@ +export { SourceMapGenerator } from '..'; diff --git a/node_modules/source-map-js/lib/source-map-generator.js b/node_modules/source-map-js/lib/source-map-generator.js new file mode 100644 index 0000000..bab04ff --- /dev/null +++ b/node_modules/source-map-js/lib/source-map-generator.js @@ -0,0 +1,444 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var base64VLQ = require('./base64-vlq'); +var util = require('./util'); +var ArraySet = require('./array-set').ArraySet; +var MappingList = require('./mapping-list').MappingList; + +/** + * An instance of the SourceMapGenerator represents a source map which is + * being built incrementally. You may pass an object with the following + * properties: + * + * - file: The filename of the generated source. + * - sourceRoot: A root for all relative URLs in this source map. + */ +function SourceMapGenerator(aArgs) { + if (!aArgs) { + aArgs = {}; + } + this._file = util.getArg(aArgs, 'file', null); + this._sourceRoot = util.getArg(aArgs, 'sourceRoot', null); + this._skipValidation = util.getArg(aArgs, 'skipValidation', false); + this._ignoreInvalidMapping = util.getArg(aArgs, 'ignoreInvalidMapping', false); + this._sources = new ArraySet(); + this._names = new ArraySet(); + this._mappings = new MappingList(); + this._sourcesContents = null; +} + +SourceMapGenerator.prototype._version = 3; + +/** + * Creates a new SourceMapGenerator based on a SourceMapConsumer + * + * @param aSourceMapConsumer The SourceMap. + */ +SourceMapGenerator.fromSourceMap = + function SourceMapGenerator_fromSourceMap(aSourceMapConsumer, generatorOps) { + var sourceRoot = aSourceMapConsumer.sourceRoot; + var generator = new SourceMapGenerator(Object.assign(generatorOps || {}, { + file: aSourceMapConsumer.file, + sourceRoot: sourceRoot + })); + aSourceMapConsumer.eachMapping(function (mapping) { + var newMapping = { + generated: { + line: mapping.generatedLine, + column: mapping.generatedColumn + } + }; + + if (mapping.source != null) { + newMapping.source = mapping.source; + if (sourceRoot != null) { + newMapping.source = util.relative(sourceRoot, newMapping.source); + } + + newMapping.original = { + line: mapping.originalLine, + column: mapping.originalColumn + }; + + if (mapping.name != null) { + newMapping.name = mapping.name; + } + } + + generator.addMapping(newMapping); + }); + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var sourceRelative = sourceFile; + if (sourceRoot !== null) { + sourceRelative = util.relative(sourceRoot, sourceFile); + } + + if (!generator._sources.has(sourceRelative)) { + generator._sources.add(sourceRelative); + } + + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + generator.setSourceContent(sourceFile, content); + } + }); + return generator; + }; + +/** + * Add a single mapping from original source line and column to the generated + * source's line and column for this source map being created. The mapping + * object should have the following properties: + * + * - generated: An object with the generated line and column positions. + * - original: An object with the original line and column positions. + * - source: The original source file (relative to the sourceRoot). + * - name: An optional original token name for this mapping. + */ +SourceMapGenerator.prototype.addMapping = + function SourceMapGenerator_addMapping(aArgs) { + var generated = util.getArg(aArgs, 'generated'); + var original = util.getArg(aArgs, 'original', null); + var source = util.getArg(aArgs, 'source', null); + var name = util.getArg(aArgs, 'name', null); + + if (!this._skipValidation) { + if (this._validateMapping(generated, original, source, name) === false) { + return; + } + } + + if (source != null) { + source = String(source); + if (!this._sources.has(source)) { + this._sources.add(source); + } + } + + if (name != null) { + name = String(name); + if (!this._names.has(name)) { + this._names.add(name); + } + } + + this._mappings.add({ + generatedLine: generated.line, + generatedColumn: generated.column, + originalLine: original != null && original.line, + originalColumn: original != null && original.column, + source: source, + name: name + }); + }; + +/** + * Set the source content for a source file. + */ +SourceMapGenerator.prototype.setSourceContent = + function SourceMapGenerator_setSourceContent(aSourceFile, aSourceContent) { + var source = aSourceFile; + if (this._sourceRoot != null) { + source = util.relative(this._sourceRoot, source); + } + + if (aSourceContent != null) { + // Add the source content to the _sourcesContents map. + // Create a new _sourcesContents map if the property is null. + if (!this._sourcesContents) { + this._sourcesContents = Object.create(null); + } + this._sourcesContents[util.toSetString(source)] = aSourceContent; + } else if (this._sourcesContents) { + // Remove the source file from the _sourcesContents map. + // If the _sourcesContents map is empty, set the property to null. + delete this._sourcesContents[util.toSetString(source)]; + if (Object.keys(this._sourcesContents).length === 0) { + this._sourcesContents = null; + } + } + }; + +/** + * Applies the mappings of a sub-source-map for a specific source file to the + * source map being generated. Each mapping to the supplied source file is + * rewritten using the supplied source map. Note: The resolution for the + * resulting mappings is the minimium of this map and the supplied map. + * + * @param aSourceMapConsumer The source map to be applied. + * @param aSourceFile Optional. The filename of the source file. + * If omitted, SourceMapConsumer's file property will be used. + * @param aSourceMapPath Optional. The dirname of the path to the source map + * to be applied. If relative, it is relative to the SourceMapConsumer. + * This parameter is needed when the two source maps aren't in the same + * directory, and the source map to be applied contains relative source + * paths. If so, those relative source paths need to be rewritten + * relative to the SourceMapGenerator. + */ +SourceMapGenerator.prototype.applySourceMap = + function SourceMapGenerator_applySourceMap(aSourceMapConsumer, aSourceFile, aSourceMapPath) { + var sourceFile = aSourceFile; + // If aSourceFile is omitted, we will use the file property of the SourceMap + if (aSourceFile == null) { + if (aSourceMapConsumer.file == null) { + throw new Error( + 'SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, ' + + 'or the source map\'s "file" property. Both were omitted.' + ); + } + sourceFile = aSourceMapConsumer.file; + } + var sourceRoot = this._sourceRoot; + // Make "sourceFile" relative if an absolute Url is passed. + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + // Applying the SourceMap can add and remove items from the sources and + // the names array. + var newSources = new ArraySet(); + var newNames = new ArraySet(); + + // Find mappings for the "sourceFile" + this._mappings.unsortedForEach(function (mapping) { + if (mapping.source === sourceFile && mapping.originalLine != null) { + // Check if it can be mapped by the source map, then update the mapping. + var original = aSourceMapConsumer.originalPositionFor({ + line: mapping.originalLine, + column: mapping.originalColumn + }); + if (original.source != null) { + // Copy mapping + mapping.source = original.source; + if (aSourceMapPath != null) { + mapping.source = util.join(aSourceMapPath, mapping.source) + } + if (sourceRoot != null) { + mapping.source = util.relative(sourceRoot, mapping.source); + } + mapping.originalLine = original.line; + mapping.originalColumn = original.column; + if (original.name != null) { + mapping.name = original.name; + } + } + } + + var source = mapping.source; + if (source != null && !newSources.has(source)) { + newSources.add(source); + } + + var name = mapping.name; + if (name != null && !newNames.has(name)) { + newNames.add(name); + } + + }, this); + this._sources = newSources; + this._names = newNames; + + // Copy sourcesContents of applied map. + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aSourceMapPath != null) { + sourceFile = util.join(aSourceMapPath, sourceFile); + } + if (sourceRoot != null) { + sourceFile = util.relative(sourceRoot, sourceFile); + } + this.setSourceContent(sourceFile, content); + } + }, this); + }; + +/** + * A mapping can have one of the three levels of data: + * + * 1. Just the generated position. + * 2. The Generated position, original position, and original source. + * 3. Generated and original position, original source, as well as a name + * token. + * + * To maintain consistency, we validate that any new mapping being added falls + * in to one of these categories. + */ +SourceMapGenerator.prototype._validateMapping = + function SourceMapGenerator_validateMapping(aGenerated, aOriginal, aSource, + aName) { + // When aOriginal is truthy but has empty values for .line and .column, + // it is most likely a programmer error. In this case we throw a very + // specific error message to try to guide them the right way. + // For example: https://github.com/Polymer/polymer-bundler/pull/519 + if (aOriginal && typeof aOriginal.line !== 'number' && typeof aOriginal.column !== 'number') { + var message = 'original.line and original.column are not numbers -- you probably meant to omit ' + + 'the original mapping entirely and only map the generated position. If so, pass ' + + 'null for the original mapping instead of an object with empty or null values.' + + if (this._ignoreInvalidMapping) { + if (typeof console !== 'undefined' && console.warn) { + console.warn(message); + } + return false; + } else { + throw new Error(message); + } + } + + if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aGenerated.line > 0 && aGenerated.column >= 0 + && !aOriginal && !aSource && !aName) { + // Case 1. + return; + } + else if (aGenerated && 'line' in aGenerated && 'column' in aGenerated + && aOriginal && 'line' in aOriginal && 'column' in aOriginal + && aGenerated.line > 0 && aGenerated.column >= 0 + && aOriginal.line > 0 && aOriginal.column >= 0 + && aSource) { + // Cases 2 and 3. + return; + } + else { + var message = 'Invalid mapping: ' + JSON.stringify({ + generated: aGenerated, + source: aSource, + original: aOriginal, + name: aName + }); + + if (this._ignoreInvalidMapping) { + if (typeof console !== 'undefined' && console.warn) { + console.warn(message); + } + return false; + } else { + throw new Error(message) + } + } + }; + +/** + * Serialize the accumulated mappings in to the stream of base 64 VLQs + * specified by the source map format. + */ +SourceMapGenerator.prototype._serializeMappings = + function SourceMapGenerator_serializeMappings() { + var previousGeneratedColumn = 0; + var previousGeneratedLine = 1; + var previousOriginalColumn = 0; + var previousOriginalLine = 0; + var previousName = 0; + var previousSource = 0; + var result = ''; + var next; + var mapping; + var nameIdx; + var sourceIdx; + + var mappings = this._mappings.toArray(); + for (var i = 0, len = mappings.length; i < len; i++) { + mapping = mappings[i]; + next = '' + + if (mapping.generatedLine !== previousGeneratedLine) { + previousGeneratedColumn = 0; + while (mapping.generatedLine !== previousGeneratedLine) { + next += ';'; + previousGeneratedLine++; + } + } + else { + if (i > 0) { + if (!util.compareByGeneratedPositionsInflated(mapping, mappings[i - 1])) { + continue; + } + next += ','; + } + } + + next += base64VLQ.encode(mapping.generatedColumn + - previousGeneratedColumn); + previousGeneratedColumn = mapping.generatedColumn; + + if (mapping.source != null) { + sourceIdx = this._sources.indexOf(mapping.source); + next += base64VLQ.encode(sourceIdx - previousSource); + previousSource = sourceIdx; + + // lines are stored 0-based in SourceMap spec version 3 + next += base64VLQ.encode(mapping.originalLine - 1 + - previousOriginalLine); + previousOriginalLine = mapping.originalLine - 1; + + next += base64VLQ.encode(mapping.originalColumn + - previousOriginalColumn); + previousOriginalColumn = mapping.originalColumn; + + if (mapping.name != null) { + nameIdx = this._names.indexOf(mapping.name); + next += base64VLQ.encode(nameIdx - previousName); + previousName = nameIdx; + } + } + + result += next; + } + + return result; + }; + +SourceMapGenerator.prototype._generateSourcesContent = + function SourceMapGenerator_generateSourcesContent(aSources, aSourceRoot) { + return aSources.map(function (source) { + if (!this._sourcesContents) { + return null; + } + if (aSourceRoot != null) { + source = util.relative(aSourceRoot, source); + } + var key = util.toSetString(source); + return Object.prototype.hasOwnProperty.call(this._sourcesContents, key) + ? this._sourcesContents[key] + : null; + }, this); + }; + +/** + * Externalize the source map. + */ +SourceMapGenerator.prototype.toJSON = + function SourceMapGenerator_toJSON() { + var map = { + version: this._version, + sources: this._sources.toArray(), + names: this._names.toArray(), + mappings: this._serializeMappings() + }; + if (this._file != null) { + map.file = this._file; + } + if (this._sourceRoot != null) { + map.sourceRoot = this._sourceRoot; + } + if (this._sourcesContents) { + map.sourcesContent = this._generateSourcesContent(map.sources, map.sourceRoot); + } + + return map; + }; + +/** + * Render the source map being generated to a string. + */ +SourceMapGenerator.prototype.toString = + function SourceMapGenerator_toString() { + return JSON.stringify(this.toJSON()); + }; + +exports.SourceMapGenerator = SourceMapGenerator; diff --git a/node_modules/source-map-js/lib/source-node.d.ts b/node_modules/source-map-js/lib/source-node.d.ts new file mode 100644 index 0000000..4df6a1a --- /dev/null +++ b/node_modules/source-map-js/lib/source-node.d.ts @@ -0,0 +1 @@ +export { SourceNode } from '..'; diff --git a/node_modules/source-map-js/lib/source-node.js b/node_modules/source-map-js/lib/source-node.js new file mode 100644 index 0000000..8bcdbe3 --- /dev/null +++ b/node_modules/source-map-js/lib/source-node.js @@ -0,0 +1,413 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +var SourceMapGenerator = require('./source-map-generator').SourceMapGenerator; +var util = require('./util'); + +// Matches a Windows-style `\r\n` newline or a `\n` newline used by all other +// operating systems these days (capturing the result). +var REGEX_NEWLINE = /(\r?\n)/; + +// Newline character code for charCodeAt() comparisons +var NEWLINE_CODE = 10; + +// Private symbol for identifying `SourceNode`s when multiple versions of +// the source-map library are loaded. This MUST NOT CHANGE across +// versions! +var isSourceNode = "$$$isSourceNode$$$"; + +/** + * SourceNodes provide a way to abstract over interpolating/concatenating + * snippets of generated JavaScript source code while maintaining the line and + * column information associated with the original source code. + * + * @param aLine The original line number. + * @param aColumn The original column number. + * @param aSource The original source's filename. + * @param aChunks Optional. An array of strings which are snippets of + * generated JS, or other SourceNodes. + * @param aName The original identifier. + */ +function SourceNode(aLine, aColumn, aSource, aChunks, aName) { + this.children = []; + this.sourceContents = {}; + this.line = aLine == null ? null : aLine; + this.column = aColumn == null ? null : aColumn; + this.source = aSource == null ? null : aSource; + this.name = aName == null ? null : aName; + this[isSourceNode] = true; + if (aChunks != null) this.add(aChunks); +} + +/** + * Creates a SourceNode from generated code and a SourceMapConsumer. + * + * @param aGeneratedCode The generated code + * @param aSourceMapConsumer The SourceMap for the generated code + * @param aRelativePath Optional. The path that relative sources in the + * SourceMapConsumer should be relative to. + */ +SourceNode.fromStringWithSourceMap = + function SourceNode_fromStringWithSourceMap(aGeneratedCode, aSourceMapConsumer, aRelativePath) { + // The SourceNode we want to fill with the generated code + // and the SourceMap + var node = new SourceNode(); + + // All even indices of this array are one line of the generated code, + // while all odd indices are the newlines between two adjacent lines + // (since `REGEX_NEWLINE` captures its match). + // Processed fragments are accessed by calling `shiftNextLine`. + var remainingLines = aGeneratedCode.split(REGEX_NEWLINE); + var remainingLinesIndex = 0; + var shiftNextLine = function() { + var lineContents = getNextLine(); + // The last line of a file might not have a newline. + var newLine = getNextLine() || ""; + return lineContents + newLine; + + function getNextLine() { + return remainingLinesIndex < remainingLines.length ? + remainingLines[remainingLinesIndex++] : undefined; + } + }; + + // We need to remember the position of "remainingLines" + var lastGeneratedLine = 1, lastGeneratedColumn = 0; + + // The generate SourceNodes we need a code range. + // To extract it current and last mapping is used. + // Here we store the last mapping. + var lastMapping = null; + + aSourceMapConsumer.eachMapping(function (mapping) { + if (lastMapping !== null) { + // We add the code from "lastMapping" to "mapping": + // First check if there is a new line in between. + if (lastGeneratedLine < mapping.generatedLine) { + // Associate first line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + lastGeneratedLine++; + lastGeneratedColumn = 0; + // The remaining code is added without mapping + } else { + // There is no new line in between. + // Associate the code between "lastGeneratedColumn" and + // "mapping.generatedColumn" with "lastMapping" + var nextLine = remainingLines[remainingLinesIndex] || ''; + var code = nextLine.substr(0, mapping.generatedColumn - + lastGeneratedColumn); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn - + lastGeneratedColumn); + lastGeneratedColumn = mapping.generatedColumn; + addMappingWithCode(lastMapping, code); + // No more remaining code, continue + lastMapping = mapping; + return; + } + } + // We add the generated code until the first mapping + // to the SourceNode without any mapping. + // Each line is added as separate string. + while (lastGeneratedLine < mapping.generatedLine) { + node.add(shiftNextLine()); + lastGeneratedLine++; + } + if (lastGeneratedColumn < mapping.generatedColumn) { + var nextLine = remainingLines[remainingLinesIndex] || ''; + node.add(nextLine.substr(0, mapping.generatedColumn)); + remainingLines[remainingLinesIndex] = nextLine.substr(mapping.generatedColumn); + lastGeneratedColumn = mapping.generatedColumn; + } + lastMapping = mapping; + }, this); + // We have processed all mappings. + if (remainingLinesIndex < remainingLines.length) { + if (lastMapping) { + // Associate the remaining code in the current line with "lastMapping" + addMappingWithCode(lastMapping, shiftNextLine()); + } + // and add the remaining lines without any mapping + node.add(remainingLines.splice(remainingLinesIndex).join("")); + } + + // Copy sourcesContent into SourceNode + aSourceMapConsumer.sources.forEach(function (sourceFile) { + var content = aSourceMapConsumer.sourceContentFor(sourceFile); + if (content != null) { + if (aRelativePath != null) { + sourceFile = util.join(aRelativePath, sourceFile); + } + node.setSourceContent(sourceFile, content); + } + }); + + return node; + + function addMappingWithCode(mapping, code) { + if (mapping === null || mapping.source === undefined) { + node.add(code); + } else { + var source = aRelativePath + ? util.join(aRelativePath, mapping.source) + : mapping.source; + node.add(new SourceNode(mapping.originalLine, + mapping.originalColumn, + source, + code, + mapping.name)); + } + } + }; + +/** + * Add a chunk of generated JS to this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ +SourceNode.prototype.add = function SourceNode_add(aChunk) { + if (Array.isArray(aChunk)) { + aChunk.forEach(function (chunk) { + this.add(chunk); + }, this); + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + if (aChunk) { + this.children.push(aChunk); + } + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; +}; + +/** + * Add a chunk of generated JS to the beginning of this source node. + * + * @param aChunk A string snippet of generated JS code, another instance of + * SourceNode, or an array where each member is one of those things. + */ +SourceNode.prototype.prepend = function SourceNode_prepend(aChunk) { + if (Array.isArray(aChunk)) { + for (var i = aChunk.length-1; i >= 0; i--) { + this.prepend(aChunk[i]); + } + } + else if (aChunk[isSourceNode] || typeof aChunk === "string") { + this.children.unshift(aChunk); + } + else { + throw new TypeError( + "Expected a SourceNode, string, or an array of SourceNodes and strings. Got " + aChunk + ); + } + return this; +}; + +/** + * Walk over the tree of JS snippets in this node and its children. The + * walking function is called once for each snippet of JS and is passed that + * snippet and the its original associated source's line/column location. + * + * @param aFn The traversal function. + */ +SourceNode.prototype.walk = function SourceNode_walk(aFn) { + var chunk; + for (var i = 0, len = this.children.length; i < len; i++) { + chunk = this.children[i]; + if (chunk[isSourceNode]) { + chunk.walk(aFn); + } + else { + if (chunk !== '') { + aFn(chunk, { source: this.source, + line: this.line, + column: this.column, + name: this.name }); + } + } + } +}; + +/** + * Like `String.prototype.join` except for SourceNodes. Inserts `aStr` between + * each of `this.children`. + * + * @param aSep The separator. + */ +SourceNode.prototype.join = function SourceNode_join(aSep) { + var newChildren; + var i; + var len = this.children.length; + if (len > 0) { + newChildren = []; + for (i = 0; i < len-1; i++) { + newChildren.push(this.children[i]); + newChildren.push(aSep); + } + newChildren.push(this.children[i]); + this.children = newChildren; + } + return this; +}; + +/** + * Call String.prototype.replace on the very right-most source snippet. Useful + * for trimming whitespace from the end of a source node, etc. + * + * @param aPattern The pattern to replace. + * @param aReplacement The thing to replace the pattern with. + */ +SourceNode.prototype.replaceRight = function SourceNode_replaceRight(aPattern, aReplacement) { + var lastChild = this.children[this.children.length - 1]; + if (lastChild[isSourceNode]) { + lastChild.replaceRight(aPattern, aReplacement); + } + else if (typeof lastChild === 'string') { + this.children[this.children.length - 1] = lastChild.replace(aPattern, aReplacement); + } + else { + this.children.push(''.replace(aPattern, aReplacement)); + } + return this; +}; + +/** + * Set the source content for a source file. This will be added to the SourceMapGenerator + * in the sourcesContent field. + * + * @param aSourceFile The filename of the source file + * @param aSourceContent The content of the source file + */ +SourceNode.prototype.setSourceContent = + function SourceNode_setSourceContent(aSourceFile, aSourceContent) { + this.sourceContents[util.toSetString(aSourceFile)] = aSourceContent; + }; + +/** + * Walk over the tree of SourceNodes. The walking function is called for each + * source file content and is passed the filename and source content. + * + * @param aFn The traversal function. + */ +SourceNode.prototype.walkSourceContents = + function SourceNode_walkSourceContents(aFn) { + for (var i = 0, len = this.children.length; i < len; i++) { + if (this.children[i][isSourceNode]) { + this.children[i].walkSourceContents(aFn); + } + } + + var sources = Object.keys(this.sourceContents); + for (var i = 0, len = sources.length; i < len; i++) { + aFn(util.fromSetString(sources[i]), this.sourceContents[sources[i]]); + } + }; + +/** + * Return the string representation of this source node. Walks over the tree + * and concatenates all the various snippets together to one string. + */ +SourceNode.prototype.toString = function SourceNode_toString() { + var str = ""; + this.walk(function (chunk) { + str += chunk; + }); + return str; +}; + +/** + * Returns the string representation of this source node along with a source + * map. + */ +SourceNode.prototype.toStringWithSourceMap = function SourceNode_toStringWithSourceMap(aArgs) { + var generated = { + code: "", + line: 1, + column: 0 + }; + var map = new SourceMapGenerator(aArgs); + var sourceMappingActive = false; + var lastOriginalSource = null; + var lastOriginalLine = null; + var lastOriginalColumn = null; + var lastOriginalName = null; + this.walk(function (chunk, original) { + generated.code += chunk; + if (original.source !== null + && original.line !== null + && original.column !== null) { + if(lastOriginalSource !== original.source + || lastOriginalLine !== original.line + || lastOriginalColumn !== original.column + || lastOriginalName !== original.name) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + lastOriginalSource = original.source; + lastOriginalLine = original.line; + lastOriginalColumn = original.column; + lastOriginalName = original.name; + sourceMappingActive = true; + } else if (sourceMappingActive) { + map.addMapping({ + generated: { + line: generated.line, + column: generated.column + } + }); + lastOriginalSource = null; + sourceMappingActive = false; + } + for (var idx = 0, length = chunk.length; idx < length; idx++) { + if (chunk.charCodeAt(idx) === NEWLINE_CODE) { + generated.line++; + generated.column = 0; + // Mappings end at eol + if (idx + 1 === length) { + lastOriginalSource = null; + sourceMappingActive = false; + } else if (sourceMappingActive) { + map.addMapping({ + source: original.source, + original: { + line: original.line, + column: original.column + }, + generated: { + line: generated.line, + column: generated.column + }, + name: original.name + }); + } + } else { + generated.column++; + } + } + }); + this.walkSourceContents(function (sourceFile, sourceContent) { + map.setSourceContent(sourceFile, sourceContent); + }); + + return { code: generated.code, map: map }; +}; + +exports.SourceNode = SourceNode; diff --git a/node_modules/source-map-js/lib/util.js b/node_modules/source-map-js/lib/util.js new file mode 100644 index 0000000..430e2d0 --- /dev/null +++ b/node_modules/source-map-js/lib/util.js @@ -0,0 +1,594 @@ +/* -*- Mode: js; js-indent-level: 2; -*- */ +/* + * Copyright 2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE or: + * http://opensource.org/licenses/BSD-3-Clause + */ + +/** + * This is a helper function for getting values from parameter/options + * objects. + * + * @param args The object we are extracting values from + * @param name The name of the property we are getting. + * @param defaultValue An optional value to return if the property is missing + * from the object. If this is not specified and the property is missing, an + * error will be thrown. + */ +function getArg(aArgs, aName, aDefaultValue) { + if (aName in aArgs) { + return aArgs[aName]; + } else if (arguments.length === 3) { + return aDefaultValue; + } else { + throw new Error('"' + aName + '" is a required argument.'); + } +} +exports.getArg = getArg; + +var urlRegexp = /^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/; +var dataUrlRegexp = /^data:.+\,.+$/; + +function urlParse(aUrl) { + var match = aUrl.match(urlRegexp); + if (!match) { + return null; + } + return { + scheme: match[1], + auth: match[2], + host: match[3], + port: match[4], + path: match[5] + }; +} +exports.urlParse = urlParse; + +function urlGenerate(aParsedUrl) { + var url = ''; + if (aParsedUrl.scheme) { + url += aParsedUrl.scheme + ':'; + } + url += '//'; + if (aParsedUrl.auth) { + url += aParsedUrl.auth + '@'; + } + if (aParsedUrl.host) { + url += aParsedUrl.host; + } + if (aParsedUrl.port) { + url += ":" + aParsedUrl.port + } + if (aParsedUrl.path) { + url += aParsedUrl.path; + } + return url; +} +exports.urlGenerate = urlGenerate; + +var MAX_CACHED_INPUTS = 32; + +/** + * Takes some function `f(input) -> result` and returns a memoized version of + * `f`. + * + * We keep at most `MAX_CACHED_INPUTS` memoized results of `f` alive. The + * memoization is a dumb-simple, linear least-recently-used cache. + */ +function lruMemoize(f) { + var cache = []; + + return function(input) { + for (var i = 0; i < cache.length; i++) { + if (cache[i].input === input) { + var temp = cache[0]; + cache[0] = cache[i]; + cache[i] = temp; + return cache[0].result; + } + } + + var result = f(input); + + cache.unshift({ + input, + result, + }); + + if (cache.length > MAX_CACHED_INPUTS) { + cache.pop(); + } + + return result; + }; +} + +/** + * Normalizes a path, or the path portion of a URL: + * + * - Replaces consecutive slashes with one slash. + * - Removes unnecessary '.' parts. + * - Removes unnecessary '/..' parts. + * + * Based on code in the Node.js 'path' core module. + * + * @param aPath The path or url to normalize. + */ +var normalize = lruMemoize(function normalize(aPath) { + var path = aPath; + var url = urlParse(aPath); + if (url) { + if (!url.path) { + return aPath; + } + path = url.path; + } + var isAbsolute = exports.isAbsolute(path); + // Split the path into parts between `/` characters. This is much faster than + // using `.split(/\/+/g)`. + var parts = []; + var start = 0; + var i = 0; + while (true) { + start = i; + i = path.indexOf("/", start); + if (i === -1) { + parts.push(path.slice(start)); + break; + } else { + parts.push(path.slice(start, i)); + while (i < path.length && path[i] === "/") { + i++; + } + } + } + + for (var part, up = 0, i = parts.length - 1; i >= 0; i--) { + part = parts[i]; + if (part === '.') { + parts.splice(i, 1); + } else if (part === '..') { + up++; + } else if (up > 0) { + if (part === '') { + // The first part is blank if the path is absolute. Trying to go + // above the root is a no-op. Therefore we can remove all '..' parts + // directly after the root. + parts.splice(i + 1, up); + up = 0; + } else { + parts.splice(i, 2); + up--; + } + } + } + path = parts.join('/'); + + if (path === '') { + path = isAbsolute ? '/' : '.'; + } + + if (url) { + url.path = path; + return urlGenerate(url); + } + return path; +}); +exports.normalize = normalize; + +/** + * Joins two paths/URLs. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be joined with the root. + * + * - If aPath is a URL or a data URI, aPath is returned, unless aPath is a + * scheme-relative URL: Then the scheme of aRoot, if any, is prepended + * first. + * - Otherwise aPath is a path. If aRoot is a URL, then its path portion + * is updated with the result and aRoot is returned. Otherwise the result + * is returned. + * - If aPath is absolute, the result is aPath. + * - Otherwise the two paths are joined with a slash. + * - Joining for example 'http://' and 'www.example.com' is also supported. + */ +function join(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + if (aPath === "") { + aPath = "."; + } + var aPathUrl = urlParse(aPath); + var aRootUrl = urlParse(aRoot); + if (aRootUrl) { + aRoot = aRootUrl.path || '/'; + } + + // `join(foo, '//www.example.org')` + if (aPathUrl && !aPathUrl.scheme) { + if (aRootUrl) { + aPathUrl.scheme = aRootUrl.scheme; + } + return urlGenerate(aPathUrl); + } + + if (aPathUrl || aPath.match(dataUrlRegexp)) { + return aPath; + } + + // `join('http://', 'www.example.com')` + if (aRootUrl && !aRootUrl.host && !aRootUrl.path) { + aRootUrl.host = aPath; + return urlGenerate(aRootUrl); + } + + var joined = aPath.charAt(0) === '/' + ? aPath + : normalize(aRoot.replace(/\/+$/, '') + '/' + aPath); + + if (aRootUrl) { + aRootUrl.path = joined; + return urlGenerate(aRootUrl); + } + return joined; +} +exports.join = join; + +exports.isAbsolute = function (aPath) { + return aPath.charAt(0) === '/' || urlRegexp.test(aPath); +}; + +/** + * Make a path relative to a URL or another path. + * + * @param aRoot The root path or URL. + * @param aPath The path or URL to be made relative to aRoot. + */ +function relative(aRoot, aPath) { + if (aRoot === "") { + aRoot = "."; + } + + aRoot = aRoot.replace(/\/$/, ''); + + // It is possible for the path to be above the root. In this case, simply + // checking whether the root is a prefix of the path won't work. Instead, we + // need to remove components from the root one by one, until either we find + // a prefix that fits, or we run out of components to remove. + var level = 0; + while (aPath.indexOf(aRoot + '/') !== 0) { + var index = aRoot.lastIndexOf("/"); + if (index < 0) { + return aPath; + } + + // If the only part of the root that is left is the scheme (i.e. http://, + // file:///, etc.), one or more slashes (/), or simply nothing at all, we + // have exhausted all components, so the path is not relative to the root. + aRoot = aRoot.slice(0, index); + if (aRoot.match(/^([^\/]+:\/)?\/*$/)) { + return aPath; + } + + ++level; + } + + // Make sure we add a "../" for each component we removed from the root. + return Array(level + 1).join("../") + aPath.substr(aRoot.length + 1); +} +exports.relative = relative; + +var supportsNullProto = (function () { + var obj = Object.create(null); + return !('__proto__' in obj); +}()); + +function identity (s) { + return s; +} + +/** + * Because behavior goes wacky when you set `__proto__` on objects, we + * have to prefix all the strings in our set with an arbitrary character. + * + * See https://github.com/mozilla/source-map/pull/31 and + * https://github.com/mozilla/source-map/issues/30 + * + * @param String aStr + */ +function toSetString(aStr) { + if (isProtoString(aStr)) { + return '$' + aStr; + } + + return aStr; +} +exports.toSetString = supportsNullProto ? identity : toSetString; + +function fromSetString(aStr) { + if (isProtoString(aStr)) { + return aStr.slice(1); + } + + return aStr; +} +exports.fromSetString = supportsNullProto ? identity : fromSetString; + +function isProtoString(s) { + if (!s) { + return false; + } + + var length = s.length; + + if (length < 9 /* "__proto__".length */) { + return false; + } + + if (s.charCodeAt(length - 1) !== 95 /* '_' */ || + s.charCodeAt(length - 2) !== 95 /* '_' */ || + s.charCodeAt(length - 3) !== 111 /* 'o' */ || + s.charCodeAt(length - 4) !== 116 /* 't' */ || + s.charCodeAt(length - 5) !== 111 /* 'o' */ || + s.charCodeAt(length - 6) !== 114 /* 'r' */ || + s.charCodeAt(length - 7) !== 112 /* 'p' */ || + s.charCodeAt(length - 8) !== 95 /* '_' */ || + s.charCodeAt(length - 9) !== 95 /* '_' */) { + return false; + } + + for (var i = length - 10; i >= 0; i--) { + if (s.charCodeAt(i) !== 36 /* '$' */) { + return false; + } + } + + return true; +} + +/** + * Comparator between two mappings where the original positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same original source/line/column, but different generated + * line and column the same. Useful when searching for a mapping with a + * stubbed out mapping. + */ +function compareByOriginalPositions(mappingA, mappingB, onlyCompareOriginal) { + var cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0 || onlyCompareOriginal) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); +} +exports.compareByOriginalPositions = compareByOriginalPositions; + +function compareByOriginalPositionsNoSource(mappingA, mappingB, onlyCompareOriginal) { + var cmp + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0 || onlyCompareOriginal) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); +} +exports.compareByOriginalPositionsNoSource = compareByOriginalPositionsNoSource; + +/** + * Comparator between two mappings with deflated source and name indices where + * the generated positions are compared. + * + * Optionally pass in `true` as `onlyCompareGenerated` to consider two + * mappings with the same generated line and column, but different + * source/name/original line and column the same. Useful when searching for a + * mapping with a stubbed out mapping. + */ +function compareByGeneratedPositionsDeflated(mappingA, mappingB, onlyCompareGenerated) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0 || onlyCompareGenerated) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); +} +exports.compareByGeneratedPositionsDeflated = compareByGeneratedPositionsDeflated; + +function compareByGeneratedPositionsDeflatedNoLine(mappingA, mappingB, onlyCompareGenerated) { + var cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0 || onlyCompareGenerated) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); +} +exports.compareByGeneratedPositionsDeflatedNoLine = compareByGeneratedPositionsDeflatedNoLine; + +function strcmp(aStr1, aStr2) { + if (aStr1 === aStr2) { + return 0; + } + + if (aStr1 === null) { + return 1; // aStr2 !== null + } + + if (aStr2 === null) { + return -1; // aStr1 !== null + } + + if (aStr1 > aStr2) { + return 1; + } + + return -1; +} + +/** + * Comparator between two mappings with inflated source and name strings where + * the generated positions are compared. + */ +function compareByGeneratedPositionsInflated(mappingA, mappingB) { + var cmp = mappingA.generatedLine - mappingB.generatedLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.generatedColumn - mappingB.generatedColumn; + if (cmp !== 0) { + return cmp; + } + + cmp = strcmp(mappingA.source, mappingB.source); + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalLine - mappingB.originalLine; + if (cmp !== 0) { + return cmp; + } + + cmp = mappingA.originalColumn - mappingB.originalColumn; + if (cmp !== 0) { + return cmp; + } + + return strcmp(mappingA.name, mappingB.name); +} +exports.compareByGeneratedPositionsInflated = compareByGeneratedPositionsInflated; + +/** + * Strip any JSON XSSI avoidance prefix from the string (as documented + * in the source maps specification), and then parse the string as + * JSON. + */ +function parseSourceMapInput(str) { + return JSON.parse(str.replace(/^\)]}'[^\n]*\n/, '')); +} +exports.parseSourceMapInput = parseSourceMapInput; + +/** + * Compute the URL of a source given the the source root, the source's + * URL, and the source map's URL. + */ +function computeSourceURL(sourceRoot, sourceURL, sourceMapURL) { + sourceURL = sourceURL || ''; + + if (sourceRoot) { + // This follows what Chrome does. + if (sourceRoot[sourceRoot.length - 1] !== '/' && sourceURL[0] !== '/') { + sourceRoot += '/'; + } + // The spec says: + // Line 4: An optional source root, useful for relocating source + // files on a server or removing repeated values in the + // “sources” entry. This value is prepended to the individual + // entries in the “source” field. + sourceURL = sourceRoot + sourceURL; + } + + // Historically, SourceMapConsumer did not take the sourceMapURL as + // a parameter. This mode is still somewhat supported, which is why + // this code block is conditional. However, it's preferable to pass + // the source map URL to SourceMapConsumer, so that this function + // can implement the source URL resolution algorithm as outlined in + // the spec. This block is basically the equivalent of: + // new URL(sourceURL, sourceMapURL).toString() + // ... except it avoids using URL, which wasn't available in the + // older releases of node still supported by this library. + // + // The spec says: + // If the sources are not absolute URLs after prepending of the + // “sourceRoot”, the sources are resolved relative to the + // SourceMap (like resolving script src in a html document). + if (sourceMapURL) { + var parsed = urlParse(sourceMapURL); + if (!parsed) { + throw new Error("sourceMapURL could not be parsed"); + } + if (parsed.path) { + // Strip the last path component, but keep the "/". + var index = parsed.path.lastIndexOf('/'); + if (index >= 0) { + parsed.path = parsed.path.substring(0, index + 1); + } + } + sourceURL = join(urlGenerate(parsed), sourceURL); + } + + return normalize(sourceURL); +} +exports.computeSourceURL = computeSourceURL; diff --git a/node_modules/source-map-js/package.json b/node_modules/source-map-js/package.json new file mode 100644 index 0000000..f58dbeb --- /dev/null +++ b/node_modules/source-map-js/package.json @@ -0,0 +1,71 @@ +{ + "name": "source-map-js", + "description": "Generates and consumes source maps", + "version": "1.2.1", + "homepage": "https://github.com/7rulnik/source-map-js", + "author": "Valentin 7rulnik Semirulnik ", + "contributors": [ + "Nick Fitzgerald ", + "Tobias Koppers ", + "Duncan Beevers ", + "Stephen Crane ", + "Ryan Seddon ", + "Miles Elam ", + "Mihai Bazon ", + "Michael Ficarra ", + "Todd Wolfson ", + "Alexander Solovyov ", + "Felix Gnass ", + "Conrad Irwin ", + "usrbincc ", + "David Glasser ", + "Chase Douglas ", + "Evan Wallace ", + "Heather Arthur ", + "Hugh Kennedy ", + "David Glasser ", + "Simon Lydell ", + "Jmeas Smith ", + "Michael Z Goddard ", + "azu ", + "John Gozde ", + "Adam Kirkton ", + "Chris Montgomery ", + "J. Ryan Stinnett ", + "Jack Herrington ", + "Chris Truter ", + "Daniel Espeset ", + "Jamie Wong ", + "Eddy Bruël ", + "Hawken Rives ", + "Gilad Peleg ", + "djchie ", + "Gary Ye ", + "Nicolas Lalevée " + ], + "repository": "7rulnik/source-map-js", + "main": "./source-map.js", + "files": [ + "source-map.js", + "source-map.d.ts", + "lib/" + ], + "engines": { + "node": ">=0.10.0" + }, + "license": "BSD-3-Clause", + "scripts": { + "test": "npm run build && node test/run-tests.js", + "build": "webpack --color", + "toc": "doctoc --title '## Table of Contents' README.md && doctoc --title '## Table of Contents' CONTRIBUTING.md" + }, + "devDependencies": { + "clean-publish": "^3.1.0", + "doctoc": "^0.15.0", + "webpack": "^1.12.0" + }, + "clean-publish": { + "cleanDocs": true + }, + "typings": "source-map.d.ts" +} diff --git a/node_modules/source-map-js/source-map.d.ts b/node_modules/source-map-js/source-map.d.ts new file mode 100644 index 0000000..ec8892f --- /dev/null +++ b/node_modules/source-map-js/source-map.d.ts @@ -0,0 +1,104 @@ +export interface StartOfSourceMap { + file?: string; + sourceRoot?: string; +} + +export interface RawSourceMap extends StartOfSourceMap { + version: string; + sources: string[]; + names: string[]; + sourcesContent?: string[]; + mappings: string; +} + +export interface Position { + line: number; + column: number; +} + +export interface LineRange extends Position { + lastColumn: number; +} + +export interface FindPosition extends Position { + // SourceMapConsumer.GREATEST_LOWER_BOUND or SourceMapConsumer.LEAST_UPPER_BOUND + bias?: number; +} + +export interface SourceFindPosition extends FindPosition { + source: string; +} + +export interface MappedPosition extends Position { + source: string; + name?: string; +} + +export interface MappingItem { + source: string | null; + generatedLine: number; + generatedColumn: number; + originalLine: number | null; + originalColumn: number | null; + name: string | null; +} + +export class SourceMapConsumer { + static GENERATED_ORDER: number; + static ORIGINAL_ORDER: number; + + static GREATEST_LOWER_BOUND: number; + static LEAST_UPPER_BOUND: number; + + constructor(rawSourceMap: RawSourceMap); + readonly file: string | undefined | null; + readonly sourceRoot: string | undefined | null; + readonly sourcesContent: readonly string[] | null | undefined; + readonly sources: readonly string[] + + computeColumnSpans(): void; + originalPositionFor(generatedPosition: FindPosition): MappedPosition; + generatedPositionFor(originalPosition: SourceFindPosition): LineRange; + allGeneratedPositionsFor(originalPosition: MappedPosition): Position[]; + hasContentsOfAllSources(): boolean; + sourceContentFor(source: string, returnNullOnMissing?: boolean): string | null; + eachMapping(callback: (mapping: MappingItem) => void, context?: any, order?: number): void; +} + +export interface Mapping { + generated: Position; + original?: Position | null; + source?: string | null; + name?: string | null; +} + +export class SourceMapGenerator { + constructor(startOfSourceMap?: StartOfSourceMap); + static fromSourceMap(sourceMapConsumer: SourceMapConsumer, startOfSourceMap?: StartOfSourceMap): SourceMapGenerator; + addMapping(mapping: Mapping): void; + setSourceContent(sourceFile: string, sourceContent: string | null | undefined): void; + applySourceMap(sourceMapConsumer: SourceMapConsumer, sourceFile?: string, sourceMapPath?: string): void; + toString(): string; + toJSON(): RawSourceMap; +} + +export interface CodeWithSourceMap { + code: string; + map: SourceMapGenerator; +} + +export class SourceNode { + constructor(); + constructor(line: number, column: number, source: string); + constructor(line: number, column: number, source: string, chunk?: string, name?: string); + static fromStringWithSourceMap(code: string, sourceMapConsumer: SourceMapConsumer, relativePath?: string): SourceNode; + add(chunk: string): void; + prepend(chunk: string): void; + setSourceContent(sourceFile: string, sourceContent: string): void; + walk(fn: (chunk: string, mapping: MappedPosition) => void): void; + walkSourceContents(fn: (file: string, content: string) => void): void; + join(sep: string): SourceNode; + replaceRight(pattern: string, replacement: string): SourceNode; + toString(): string; + toStringWithSourceMap(startOfSourceMap?: StartOfSourceMap): CodeWithSourceMap; +} diff --git a/node_modules/source-map-js/source-map.js b/node_modules/source-map-js/source-map.js new file mode 100644 index 0000000..bc88fe8 --- /dev/null +++ b/node_modules/source-map-js/source-map.js @@ -0,0 +1,8 @@ +/* + * Copyright 2009-2011 Mozilla Foundation and contributors + * Licensed under the New BSD license. See LICENSE.txt or: + * http://opensource.org/licenses/BSD-3-Clause + */ +exports.SourceMapGenerator = require('./lib/source-map-generator').SourceMapGenerator; +exports.SourceMapConsumer = require('./lib/source-map-consumer').SourceMapConsumer; +exports.SourceNode = require('./lib/source-node').SourceNode; diff --git a/node_modules/split2/LICENSE b/node_modules/split2/LICENSE new file mode 100644 index 0000000..a91afe5 --- /dev/null +++ b/node_modules/split2/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2014-2018, Matteo Collina + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/split2/README.md b/node_modules/split2/README.md new file mode 100644 index 0000000..36f03ab --- /dev/null +++ b/node_modules/split2/README.md @@ -0,0 +1,85 @@ +# Split2(matcher, mapper, options) + +![ci](https://github.com/mcollina/split2/workflows/ci/badge.svg) + +Break up a stream and reassemble it so that each line is a chunk. +`split2` is inspired by [@dominictarr](https://github.com/dominictarr) [`split`](https://github.com/dominictarr/split) module, +and it is totally API compatible with it. +However, it is based on Node.js core [`Transform`](https://nodejs.org/api/stream.html#stream_new_stream_transform_options). + +`matcher` may be a `String`, or a `RegExp`. Example, read every line in a file ... + +``` js + fs.createReadStream(file) + .pipe(split2()) + .on('data', function (line) { + //each chunk now is a separate line! + }) + +``` + +`split` takes the same arguments as `string.split` except it defaults to '/\r?\n/', and the optional `limit` paremeter is ignored. +[String#split](https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/String/split) + +`split` takes an optional options object on it's third argument, which +is directly passed as a +[Transform](https://nodejs.org/api/stream.html#stream_new_stream_transform_options) +option. + +Additionally, the `.maxLength` and `.skipOverflow` options are implemented, which set limits on the internal +buffer size and the stream's behavior when the limit is exceeded. There is no limit unless `maxLength` is set. When +the internal buffer size exceeds `maxLength`, the stream emits an error by default. You may also set `skipOverflow` to +true to suppress the error and instead skip past any lines that cause the internal buffer to exceed `maxLength`. + +Calling `.destroy` will make the stream emit `close`. Use this to perform cleanup logic + +``` js +var splitFile = function(filename) { + var file = fs.createReadStream(filename) + + return file + .pipe(split2()) + .on('close', function() { + // destroy the file stream in case the split stream was destroyed + file.destroy() + }) +} + +var stream = splitFile('my-file.txt') + +stream.destroy() // will destroy the input file stream +``` + +# NDJ - Newline Delimited Json + +`split2` accepts a function which transforms each line. + +``` js +fs.createReadStream(file) + .pipe(split2(JSON.parse)) + .on('data', function (obj) { + //each chunk now is a js object + }) + .on("error", function(error) { + //handling parsing errors + }) +``` + +However, in [@dominictarr](https://github.com/dominictarr) [`split`](https://github.com/dominictarr/split) the mapper +is wrapped in a try-catch, while here it is not: if your parsing logic can throw, wrap it yourself. Otherwise, you can also use the stream error handling when mapper function throw. + +# License + +Copyright (c) 2014-2021, Matteo Collina + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/node_modules/split2/bench.js b/node_modules/split2/bench.js new file mode 100644 index 0000000..15ec5df --- /dev/null +++ b/node_modules/split2/bench.js @@ -0,0 +1,27 @@ +'use strict' + +const split = require('./') +const bench = require('fastbench') +const binarySplit = require('binary-split') +const fs = require('fs') + +function benchSplit (cb) { + fs.createReadStream('package.json') + .pipe(split()) + .on('end', cb) + .resume() +} + +function benchBinarySplit (cb) { + fs.createReadStream('package.json') + .pipe(binarySplit()) + .on('end', cb) + .resume() +} + +const run = bench([ + benchSplit, + benchBinarySplit +], 10000) + +run(run) diff --git a/node_modules/split2/index.js b/node_modules/split2/index.js new file mode 100644 index 0000000..9b59f6c --- /dev/null +++ b/node_modules/split2/index.js @@ -0,0 +1,141 @@ +/* +Copyright (c) 2014-2021, Matteo Collina + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +*/ + +'use strict' + +const { Transform } = require('stream') +const { StringDecoder } = require('string_decoder') +const kLast = Symbol('last') +const kDecoder = Symbol('decoder') + +function transform (chunk, enc, cb) { + let list + if (this.overflow) { // Line buffer is full. Skip to start of next line. + const buf = this[kDecoder].write(chunk) + list = buf.split(this.matcher) + + if (list.length === 1) return cb() // Line ending not found. Discard entire chunk. + + // Line ending found. Discard trailing fragment of previous line and reset overflow state. + list.shift() + this.overflow = false + } else { + this[kLast] += this[kDecoder].write(chunk) + list = this[kLast].split(this.matcher) + } + + this[kLast] = list.pop() + + for (let i = 0; i < list.length; i++) { + try { + push(this, this.mapper(list[i])) + } catch (error) { + return cb(error) + } + } + + this.overflow = this[kLast].length > this.maxLength + if (this.overflow && !this.skipOverflow) { + cb(new Error('maximum buffer reached')) + return + } + + cb() +} + +function flush (cb) { + // forward any gibberish left in there + this[kLast] += this[kDecoder].end() + + if (this[kLast]) { + try { + push(this, this.mapper(this[kLast])) + } catch (error) { + return cb(error) + } + } + + cb() +} + +function push (self, val) { + if (val !== undefined) { + self.push(val) + } +} + +function noop (incoming) { + return incoming +} + +function split (matcher, mapper, options) { + // Set defaults for any arguments not supplied. + matcher = matcher || /\r?\n/ + mapper = mapper || noop + options = options || {} + + // Test arguments explicitly. + switch (arguments.length) { + case 1: + // If mapper is only argument. + if (typeof matcher === 'function') { + mapper = matcher + matcher = /\r?\n/ + // If options is only argument. + } else if (typeof matcher === 'object' && !(matcher instanceof RegExp) && !matcher[Symbol.split]) { + options = matcher + matcher = /\r?\n/ + } + break + + case 2: + // If mapper and options are arguments. + if (typeof matcher === 'function') { + options = mapper + mapper = matcher + matcher = /\r?\n/ + // If matcher and options are arguments. + } else if (typeof mapper === 'object') { + options = mapper + mapper = noop + } + } + + options = Object.assign({}, options) + options.autoDestroy = true + options.transform = transform + options.flush = flush + options.readableObjectMode = true + + const stream = new Transform(options) + + stream[kLast] = '' + stream[kDecoder] = new StringDecoder('utf8') + stream.matcher = matcher + stream.mapper = mapper + stream.maxLength = options.maxLength + stream.skipOverflow = options.skipOverflow || false + stream.overflow = false + stream._destroy = function (err, cb) { + // Weird Node v12 bug that we need to work around + this._writableState.errorEmitted = false + cb(err) + } + + return stream +} + +module.exports = split diff --git a/node_modules/split2/package.json b/node_modules/split2/package.json new file mode 100644 index 0000000..e04bcc8 --- /dev/null +++ b/node_modules/split2/package.json @@ -0,0 +1,39 @@ +{ + "name": "split2", + "version": "4.2.0", + "description": "split a Text Stream into a Line Stream, using Stream 3", + "main": "index.js", + "scripts": { + "lint": "standard --verbose", + "unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test.js", + "coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js", + "test:report": "npm run lint && npm run unit:report", + "test": "npm run lint && npm run unit", + "legacy": "tape test.js" + }, + "pre-commit": [ + "test" + ], + "website": "https://github.com/mcollina/split2", + "repository": { + "type": "git", + "url": "https://github.com/mcollina/split2.git" + }, + "bugs": { + "url": "http://github.com/mcollina/split2/issues" + }, + "engines": { + "node": ">= 10.x" + }, + "author": "Matteo Collina ", + "license": "ISC", + "devDependencies": { + "binary-split": "^1.0.3", + "callback-stream": "^1.1.0", + "fastbench": "^1.0.0", + "nyc": "^15.0.1", + "pre-commit": "^1.1.2", + "standard": "^17.0.0", + "tape": "^5.0.0" + } +} diff --git a/node_modules/split2/test.js b/node_modules/split2/test.js new file mode 100644 index 0000000..a7f9838 --- /dev/null +++ b/node_modules/split2/test.js @@ -0,0 +1,409 @@ +'use strict' + +const test = require('tape') +const split = require('./') +const callback = require('callback-stream') +const strcb = callback.bind(null, { decodeStrings: false }) +const objcb = callback.bind(null, { objectMode: true }) + +test('split two lines on end', function (t) { + t.plan(2) + + const input = split() + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, ['hello', 'world']) + })) + + input.end('hello\nworld') +}) + +test('split two lines on two writes', function (t) { + t.plan(2) + + const input = split() + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, ['hello', 'world']) + })) + + input.write('hello') + input.write('\nworld') + input.end() +}) + +test('split four lines on three writes', function (t) { + t.plan(2) + + const input = split() + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, ['hello', 'world', 'bye', 'world']) + })) + + input.write('hello\nwor') + input.write('ld\nbye\nwo') + input.write('rld') + input.end() +}) + +test('accumulate multiple writes', function (t) { + t.plan(2) + + const input = split() + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, ['helloworld']) + })) + + input.write('hello') + input.write('world') + input.end() +}) + +test('split using a custom string matcher', function (t) { + t.plan(2) + + const input = split('~') + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, ['hello', 'world']) + })) + + input.end('hello~world') +}) + +test('split using a custom regexp matcher', function (t) { + t.plan(2) + + const input = split(/~/) + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, ['hello', 'world']) + })) + + input.end('hello~world') +}) + +test('support an option argument', function (t) { + t.plan(2) + + const input = split({ highWaterMark: 2 }) + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, ['hello', 'world']) + })) + + input.end('hello\nworld') +}) + +test('support a mapper function', function (t) { + t.plan(2) + + const a = { a: '42' } + const b = { b: '24' } + + const input = split(JSON.parse) + + input.pipe(objcb(function (err, list) { + t.error(err) + t.deepEqual(list, [a, b]) + })) + + input.write(JSON.stringify(a)) + input.write('\n') + input.end(JSON.stringify(b)) +}) + +test('split lines windows-style', function (t) { + t.plan(2) + + const input = split() + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, ['hello', 'world']) + })) + + input.end('hello\r\nworld') +}) + +test('splits a buffer', function (t) { + t.plan(2) + + const input = split() + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, ['hello', 'world']) + })) + + input.end(Buffer.from('hello\nworld')) +}) + +test('do not end on undefined', function (t) { + t.plan(2) + + const input = split(function (line) { }) + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, []) + })) + + input.end(Buffer.from('hello\nworld')) +}) + +test('has destroy method', function (t) { + t.plan(1) + + const input = split(function (line) { }) + + input.on('close', function () { + t.ok(true, 'close emitted') + t.end() + }) + + input.destroy() +}) + +test('support custom matcher and mapper', function (t) { + t.plan(4) + + const a = { a: '42' } + const b = { b: '24' } + const input = split('~', JSON.parse) + + t.equal(input.matcher, '~') + t.equal(typeof input.mapper, 'function') + + input.pipe(objcb(function (err, list) { + t.notOk(err, 'no errors') + t.deepEqual(list, [a, b]) + })) + + input.write(JSON.stringify(a)) + input.write('~') + input.end(JSON.stringify(b)) +}) + +test('support custom matcher and options', function (t) { + t.plan(6) + + const input = split('~', { highWaterMark: 1024 }) + + t.equal(input.matcher, '~') + t.equal(typeof input.mapper, 'function') + t.equal(input._readableState.highWaterMark, 1024) + t.equal(input._writableState.highWaterMark, 1024) + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, ['hello', 'world']) + })) + + input.end('hello~world') +}) + +test('support mapper and options', function (t) { + t.plan(6) + + const a = { a: '42' } + const b = { b: '24' } + const input = split(JSON.parse, { highWaterMark: 1024 }) + + t.ok(input.matcher instanceof RegExp, 'matcher is RegExp') + t.equal(typeof input.mapper, 'function') + t.equal(input._readableState.highWaterMark, 1024) + t.equal(input._writableState.highWaterMark, 1024) + + input.pipe(objcb(function (err, list) { + t.error(err) + t.deepEqual(list, [a, b]) + })) + + input.write(JSON.stringify(a)) + input.write('\n') + input.end(JSON.stringify(b)) +}) + +test('split utf8 chars', function (t) { + t.plan(2) + + const input = split() + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, ['烫烫烫', '锟斤拷']) + })) + + const buf = Buffer.from('烫烫烫\r\n锟斤拷', 'utf8') + for (let i = 0; i < buf.length; ++i) { + input.write(buf.slice(i, i + 1)) + } + input.end() +}) + +test('split utf8 chars 2by2', function (t) { + t.plan(2) + + const input = split() + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, ['烫烫烫', '烫烫烫']) + })) + + const str = '烫烫烫\r\n烫烫烫' + const buf = Buffer.from(str, 'utf8') + for (let i = 0; i < buf.length; i += 2) { + input.write(buf.slice(i, i + 2)) + } + input.end() +}) + +test('split lines when the \n comes at the end of a chunk', function (t) { + t.plan(2) + + const input = split() + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, ['hello', 'world']) + })) + + input.write('hello\n') + input.end('world') +}) + +test('truncated utf-8 char', function (t) { + t.plan(2) + + const input = split() + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, ['烫' + Buffer.from('e7', 'hex').toString()]) + })) + + const str = '烫烫' + const buf = Buffer.from(str, 'utf8') + + input.write(buf.slice(0, 3)) + input.end(buf.slice(3, 4)) +}) + +test('maximum buffer limit', function (t) { + t.plan(1) + + const input = split({ maxLength: 2 }) + input.on('error', function (err) { + t.ok(err) + }) + + input.resume() + + input.write('hey') +}) + +test('readable highWaterMark', function (t) { + const input = split() + t.equal(input._readableState.highWaterMark, 16) + t.end() +}) + +test('maxLength < chunk size', function (t) { + t.plan(2) + + const input = split({ maxLength: 2 }) + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, ['a', 'b']) + })) + + input.end('a\nb') +}) + +test('maximum buffer limit w/skip', function (t) { + t.plan(2) + + const input = split({ maxLength: 2, skipOverflow: true }) + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, ['a', 'b', 'c']) + })) + + input.write('a\n123') + input.write('456') + input.write('789\nb\nc') + input.end() +}) + +test("don't modify the options object", function (t) { + t.plan(2) + + const options = {} + const input = split(options) + + input.pipe(strcb(function (err, list) { + t.error(err) + t.same(options, {}) + })) + + input.end() +}) + +test('mapper throws flush', function (t) { + t.plan(1) + const error = new Error() + const input = split(function () { + throw error + }) + + input.on('error', (err, list) => { + t.same(err, error) + }) + input.end('hello') +}) + +test('mapper throws on transform', function (t) { + t.plan(1) + + const error = new Error() + const input = split(function (l) { + throw error + }) + + input.on('error', (err) => { + t.same(err, error) + }) + input.write('a') + input.write('\n') + input.end('b') +}) + +test('supports Symbol.split', function (t) { + t.plan(2) + + const input = split({ + [Symbol.split] (str) { + return str.split('~') + } + }) + + input.pipe(strcb(function (err, list) { + t.error(err) + t.deepEqual(list, ['hello', 'world']) + })) + + input.end('hello~world') +}) diff --git a/node_modules/sprintf-js/CONTRIBUTORS.md b/node_modules/sprintf-js/CONTRIBUTORS.md new file mode 100644 index 0000000..a16608e --- /dev/null +++ b/node_modules/sprintf-js/CONTRIBUTORS.md @@ -0,0 +1,26 @@ +Alexander Rose [@arose](https://github.com/arose) +Alexandru Mărășteanu [@alexei](https://github.com/alexei) +Andras [@andrasq](https://github.com/andrasq) +Benoit Giannangeli [@giann](https://github.com/giann) +Branden Visser [@mrvisser](https://github.com/mrvisser) +David Baird +daurnimator [@daurnimator](https://github.com/daurnimator) +Doug Beck [@beck](https://github.com/beck) +Dzmitry Litskalau [@litmit](https://github.com/litmit) +Fred Ludlow [@fredludlow](https://github.com/fredludlow) +Hans Pufal +Henry [@alograg](https://github.com/alograg) +Johnny Shields [@johnnyshields](https://github.com/johnnyshields) +Kamal Abdali +Matt Simerson [@msimerson](https://github.com/msimerson) +Maxime Robert [@marob](https://github.com/marob) +MeriemKhelifi [@MeriemKhelifi](https://github.com/MeriemKhelifi) +Michael Schramm [@wodka](https://github.com/wodka) +Nazar Mokrynskyi [@nazar-pc](https://github.com/nazar-pc) +Oliver Salzburg [@oliversalzburg](https://github.com/oliversalzburg) +Pablo [@ppollono](https://github.com/ppollono) +Rabehaja Stevens [@RABEHAJA-STEVENS](https://github.com/RABEHAJA-STEVENS) +Raphael Pigulla [@pigulla](https://github.com/pigulla) +rebeccapeltz [@rebeccapeltz](https://github.com/rebeccapeltz) +Stefan Tingström [@stingstrom](https://github.com/stingstrom) +Tim Gates [@timgates42](https://github.com/timgates42) diff --git a/node_modules/sprintf-js/LICENSE b/node_modules/sprintf-js/LICENSE new file mode 100644 index 0000000..83f832a --- /dev/null +++ b/node_modules/sprintf-js/LICENSE @@ -0,0 +1,24 @@ +Copyright (c) 2007-present, Alexandru Mărășteanu +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: +* Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +* Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +* Neither the name of this software nor the names of its contributors may be + used to endorse or promote products derived from this software without + specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/node_modules/sprintf-js/README.md b/node_modules/sprintf-js/README.md new file mode 100644 index 0000000..8ef74f5 --- /dev/null +++ b/node_modules/sprintf-js/README.md @@ -0,0 +1,143 @@ +# sprintf-js + +[![Build Status][travisci-image]][travisci-url] [![NPM Version][npm-image]][npm-url] [![Dependency Status][dependencies-image]][dependencies-url] [![devDependency Status][dev-dependencies-image]][dev-dependencies-url] + +[travisci-image]: https://travis-ci.org/alexei/sprintf.js.svg?branch=master +[travisci-url]: https://travis-ci.org/alexei/sprintf.js + +[npm-image]: https://badge.fury.io/js/sprintf-js.svg +[npm-url]: https://badge.fury.io/js/sprintf-js + +[dependencies-image]: https://david-dm.org/alexei/sprintf.js.svg +[dependencies-url]: https://david-dm.org/alexei/sprintf.js + +[dev-dependencies-image]: https://david-dm.org/alexei/sprintf.js/dev-status.svg +[dev-dependencies-url]: https://david-dm.org/alexei/sprintf.js#info=devDependencies + +**sprintf-js** is a complete open source JavaScript `sprintf` implementation for the **browser** and **Node.js**. + +**Note: as of v1.1.1 you might need some polyfills for older environments. See [Support](#support) section below.** + +## Usage + + var sprintf = require('sprintf-js').sprintf, + vsprintf = require('sprintf-js').vsprintf + + sprintf('%2$s %3$s a %1$s', 'cracker', 'Polly', 'wants') + vsprintf('The first 4 letters of the english alphabet are: %s, %s, %s and %s', ['a', 'b', 'c', 'd']) + +## Installation + +### NPM + + npm install sprintf-js + +### Bower + + bower install sprintf + +## API + +### `sprintf` + +Returns a formatted string: + + string sprintf(string format, mixed arg1?, mixed arg2?, ...) + +### `vsprintf` + +Same as `sprintf` except it takes an array of arguments, rather than a variable number of arguments: + + string vsprintf(string format, array arguments?) + +## Format specification + +The placeholders in the format string are marked by `%` and are followed by one or more of these elements, in this order: + +* An optional number followed by a `$` sign that selects which argument index to use for the value. If not specified, arguments will be placed in the same order as the placeholders in the input string. +* An optional `+` sign that forces to precede the result with a plus or minus sign on numeric values. By default, only the `-` sign is used on negative numbers. +* An optional padding specifier that says what character to use for padding (if specified). Possible values are `0` or any other character preceded by a `'` (single quote). The default is to pad with *spaces*. +* An optional `-` sign, that causes `sprintf` to left-align the result of this placeholder. The default is to right-align the result. +* An optional number, that says how many characters the result should have. If the value to be returned is shorter than this number, the result will be padded. When used with the `j` (JSON) type specifier, the padding length specifies the tab size used for indentation. +* An optional precision modifier, consisting of a `.` (dot) followed by a number, that says how many digits should be displayed for floating point numbers. When used with the `g` type specifier, it specifies the number of significant digits. When used on a string, it causes the result to be truncated. +* A type specifier that can be any of: + * `%` — yields a literal `%` character + * `b` — yields an integer as a binary number + * `c` — yields an integer as the character with that ASCII value + * `d` or `i` — yields an integer as a signed decimal number + * `e` — yields a float using scientific notation + * `u` — yields an integer as an unsigned decimal number + * `f` — yields a float as is; see notes on precision above + * `g` — yields a float as is; see notes on precision above + * `o` — yields an integer as an octal number + * `s` — yields a string as is + * `t` — yields `true` or `false` + * `T` — yields the type of the argument1 + * `v` — yields the primitive value of the specified argument + * `x` — yields an integer as a hexadecimal number (lower-case) + * `X` — yields an integer as a hexadecimal number (upper-case) + * `j` — yields a JavaScript object or array as a JSON encoded string + +## Features + +### Argument swapping + +You can also swap the arguments. That is, the order of the placeholders doesn't have to match the order of the arguments. You can do that by simply indicating in the format string which arguments the placeholders refer to: + + sprintf('%2$s %3$s a %1$s', 'cracker', 'Polly', 'wants') + +And, of course, you can repeat the placeholders without having to increase the number of arguments. + +### Named arguments + +Format strings may contain replacement fields rather than positional placeholders. Instead of referring to a certain argument, you can now refer to a certain key within an object. Replacement fields are surrounded by rounded parentheses - `(` and `)` - and begin with a keyword that refers to a key: + + var user = { + name: 'Dolly', + } + sprintf('Hello %(name)s', user) // Hello Dolly + +Keywords in replacement fields can be optionally followed by any number of keywords or indexes: + + var users = [ + {name: 'Dolly'}, + {name: 'Molly'}, + {name: 'Polly'}, + ] + sprintf('Hello %(users[0].name)s, %(users[1].name)s and %(users[2].name)s', {users: users}) // Hello Dolly, Molly and Polly + +Note: mixing positional and named placeholders is not (yet) supported + +### Computed values + +You can pass in a function as a dynamic value and it will be invoked (with no arguments) in order to compute the value on the fly. + + sprintf('Current date and time: %s', function() { return new Date().toString() }) + +### AngularJS + +You can use `sprintf` and `vsprintf` (also aliased as `fmt` and `vfmt` respectively) in your AngularJS projects. See `demo/`. + +## Support + +### Node.js + +`sprintf-js` runs in all active Node versions (4.x+). + +### Browser + +`sprintf-js` should work in all modern browsers. As of v1.1.1, you might need polyfills for the following: + + - `String.prototype.repeat()` (any IE) + - `Array.isArray()` (IE < 9) + - `Object.create()` (IE < 9) + +YMMV + +## License + +**sprintf-js** is licensed under the terms of the BSD 3-Clause License. + +## Notes + +1 `sprintf` doesn't use the `typeof` operator. As such, the value `null` is a `null`, an array is an `array` (not an `object`), a date value is a `date` etc. diff --git a/node_modules/sprintf-js/dist/.gitattributes b/node_modules/sprintf-js/dist/.gitattributes new file mode 100644 index 0000000..d35bca0 --- /dev/null +++ b/node_modules/sprintf-js/dist/.gitattributes @@ -0,0 +1,4 @@ +#ignore all generated files from diff +#also skip line ending check +*.js -diff -text +*.map -diff -text diff --git a/node_modules/sprintf-js/dist/angular-sprintf.min.js b/node_modules/sprintf-js/dist/angular-sprintf.min.js new file mode 100644 index 0000000..5dff8c5 --- /dev/null +++ b/node_modules/sprintf-js/dist/angular-sprintf.min.js @@ -0,0 +1,3 @@ +/*! sprintf-js v1.1.3 | Copyright (c) 2007-present, Alexandru Mărășteanu | BSD-3-Clause */ +!function(){"use strict";angular.module("sprintf",[]).filter("sprintf",function(){return function(){return sprintf.apply(null,arguments)}}).filter("fmt",["$filter",function(t){return t("sprintf")}]).filter("vsprintf",function(){return function(t,n){return vsprintf(t,n)}}).filter("vfmt",["$filter",function(t){return t("vsprintf")}])}(); +//# sourceMappingURL=angular-sprintf.min.js.map diff --git a/node_modules/sprintf-js/dist/angular-sprintf.min.js.map b/node_modules/sprintf-js/dist/angular-sprintf.min.js.map new file mode 100644 index 0000000..d30f1a3 --- /dev/null +++ b/node_modules/sprintf-js/dist/angular-sprintf.min.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["angular-sprintf.js"],"names":["angular","module","filter","sprintf","apply","arguments","$filter","format","argv","vsprintf"],"mappings":";CAEC,WACG,aAEAA,QACIC,OAAO,UAAW,IAClBC,OAAO,UAAW,WACd,OAAO,WACH,OAAOC,QAAQC,MAAM,KAAMC,cAGnCH,OAAO,MAAO,CAAC,UAAW,SAASI,GAC/B,OAAOA,EAAQ,cAEnBJ,OAAO,WAAY,WACf,OAAO,SAASK,EAAQC,GACpB,OAAOC,SAASF,EAAQC,MAGhCN,OAAO,OAAQ,CAAC,UAAW,SAASI,GAChC,OAAOA,EAAQ,eAnB1B","file":"angular-sprintf.min.js","sourcesContent":["/* global angular, sprintf, vsprintf */\n\n!function() {\n 'use strict'\n\n angular.\n module('sprintf', []).\n filter('sprintf', function() {\n return function() {\n return sprintf.apply(null, arguments)\n }\n }).\n filter('fmt', ['$filter', function($filter) {\n return $filter('sprintf')\n }]).\n filter('vsprintf', function() {\n return function(format, argv) {\n return vsprintf(format, argv)\n }\n }).\n filter('vfmt', ['$filter', function($filter) {\n return $filter('vsprintf')\n }])\n}(); // eslint-disable-line\n"]} \ No newline at end of file diff --git a/node_modules/sprintf-js/dist/sprintf.min.js b/node_modules/sprintf-js/dist/sprintf.min.js new file mode 100644 index 0000000..ed09637 --- /dev/null +++ b/node_modules/sprintf-js/dist/sprintf.min.js @@ -0,0 +1,3 @@ +/*! sprintf-js v1.1.3 | Copyright (c) 2007-present, Alexandru Mărășteanu | BSD-3-Clause */ +!function(){"use strict";var g={not_string:/[^s]/,not_bool:/[^t]/,not_type:/[^T]/,not_primitive:/[^v]/,number:/[diefg]/,numeric_arg:/[bcdiefguxX]/,json:/[j]/,not_json:/[^j]/,text:/^[^\x25]+/,modulo:/^\x25{2}/,placeholder:/^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/,key:/^([a-z_][a-z_\d]*)/i,key_access:/^\.([a-z_][a-z_\d]*)/i,index_access:/^\[(\d+)\]/,sign:/^[+-]/};function y(e){return function(e,t){var r,n,i,s,a,o,p,c,l,u=1,f=e.length,d="";for(n=0;n>>0).toString(8);break;case"s":r=String(r),r=s.precision?r.substring(0,s.precision):r;break;case"t":r=String(!!r),r=s.precision?r.substring(0,s.precision):r;break;case"T":r=Object.prototype.toString.call(r).slice(8,-1).toLowerCase(),r=s.precision?r.substring(0,s.precision):r;break;case"u":r=parseInt(r,10)>>>0;break;case"v":r=r.valueOf(),r=s.precision?r.substring(0,s.precision):r;break;case"x":r=(parseInt(r,10)>>>0).toString(16);break;case"X":r=(parseInt(r,10)>>>0).toString(16).toUpperCase()}g.json.test(s.type)?d+=r:(!g.number.test(s.type)||c&&!s.sign?l="":(l=c?"+":"-",r=r.toString().replace(g.sign,"")),o=s.pad_char?"0"===s.pad_char?"0":s.pad_char.charAt(1):" ",p=s.width-(l+r).length,a=s.width&&0= 0\n }\n\n switch (ph.type) {\n case 'b':\n arg = parseInt(arg, 10).toString(2)\n break\n case 'c':\n arg = String.fromCharCode(parseInt(arg, 10))\n break\n case 'd':\n case 'i':\n arg = parseInt(arg, 10)\n break\n case 'j':\n arg = JSON.stringify(arg, null, ph.width ? parseInt(ph.width) : 0)\n break\n case 'e':\n arg = ph.precision ? parseFloat(arg).toExponential(ph.precision) : parseFloat(arg).toExponential()\n break\n case 'f':\n arg = ph.precision ? parseFloat(arg).toFixed(ph.precision) : parseFloat(arg)\n break\n case 'g':\n arg = ph.precision ? String(Number(arg.toPrecision(ph.precision))) : parseFloat(arg)\n break\n case 'o':\n arg = (parseInt(arg, 10) >>> 0).toString(8)\n break\n case 's':\n arg = String(arg)\n arg = (ph.precision ? arg.substring(0, ph.precision) : arg)\n break\n case 't':\n arg = String(!!arg)\n arg = (ph.precision ? arg.substring(0, ph.precision) : arg)\n break\n case 'T':\n arg = Object.prototype.toString.call(arg).slice(8, -1).toLowerCase()\n arg = (ph.precision ? arg.substring(0, ph.precision) : arg)\n break\n case 'u':\n arg = parseInt(arg, 10) >>> 0\n break\n case 'v':\n arg = arg.valueOf()\n arg = (ph.precision ? arg.substring(0, ph.precision) : arg)\n break\n case 'x':\n arg = (parseInt(arg, 10) >>> 0).toString(16)\n break\n case 'X':\n arg = (parseInt(arg, 10) >>> 0).toString(16).toUpperCase()\n break\n }\n if (re.json.test(ph.type)) {\n output += arg\n }\n else {\n if (re.number.test(ph.type) && (!is_positive || ph.sign)) {\n sign = is_positive ? '+' : '-'\n arg = arg.toString().replace(re.sign, '')\n }\n else {\n sign = ''\n }\n pad_character = ph.pad_char ? ph.pad_char === '0' ? '0' : ph.pad_char.charAt(1) : ' '\n pad_length = ph.width - (sign + arg).length\n pad = ph.width ? (pad_length > 0 ? pad_character.repeat(pad_length) : '') : ''\n output += ph.align ? sign + arg + pad : (pad_character === '0' ? sign + pad + arg : pad + sign + arg)\n }\n }\n }\n return output\n }\n\n var sprintf_cache = Object.create(null)\n\n function sprintf_parse(fmt) {\n if (sprintf_cache[fmt]) {\n return sprintf_cache[fmt]\n }\n\n var _fmt = fmt, match, parse_tree = [], arg_names = 0\n while (_fmt) {\n if ((match = re.text.exec(_fmt)) !== null) {\n parse_tree.push(match[0])\n }\n else if ((match = re.modulo.exec(_fmt)) !== null) {\n parse_tree.push('%')\n }\n else if ((match = re.placeholder.exec(_fmt)) !== null) {\n if (match[2]) {\n arg_names |= 1\n var field_list = [], replacement_field = match[2], field_match = []\n if ((field_match = re.key.exec(replacement_field)) !== null) {\n field_list.push(field_match[1])\n while ((replacement_field = replacement_field.substring(field_match[0].length)) !== '') {\n if ((field_match = re.key_access.exec(replacement_field)) !== null) {\n field_list.push(field_match[1])\n }\n else if ((field_match = re.index_access.exec(replacement_field)) !== null) {\n field_list.push(field_match[1])\n }\n else {\n throw new SyntaxError('[sprintf] failed to parse named argument key')\n }\n }\n }\n else {\n throw new SyntaxError('[sprintf] failed to parse named argument key')\n }\n match[2] = field_list\n }\n else {\n arg_names |= 2\n }\n if (arg_names === 3) {\n throw new Error('[sprintf] mixing positional and named placeholders is not (yet) supported')\n }\n\n parse_tree.push(\n {\n placeholder: match[0],\n param_no: match[1],\n keys: match[2],\n sign: match[3],\n pad_char: match[4],\n align: match[5],\n width: match[6],\n precision: match[7],\n type: match[8]\n }\n )\n }\n else {\n throw new SyntaxError('[sprintf] unexpected placeholder')\n }\n _fmt = _fmt.substring(match[0].length)\n }\n return sprintf_cache[fmt] = parse_tree\n }\n\n /**\n * export to either browser or node.js\n */\n /* eslint-disable quote-props */\n if (typeof exports !== 'undefined') {\n exports['sprintf'] = sprintf\n exports['vsprintf'] = vsprintf\n }\n if (typeof window !== 'undefined') {\n window['sprintf'] = sprintf\n window['vsprintf'] = vsprintf\n\n if (typeof define === 'function' && define['amd']) {\n define(function() {\n return {\n 'sprintf': sprintf,\n 'vsprintf': vsprintf\n }\n })\n }\n }\n /* eslint-enable quote-props */\n}(); // eslint-disable-line\n"]} \ No newline at end of file diff --git a/node_modules/sprintf-js/package.json b/node_modules/sprintf-js/package.json new file mode 100644 index 0000000..1d3dcf3 --- /dev/null +++ b/node_modules/sprintf-js/package.json @@ -0,0 +1,35 @@ +{ + "name": "sprintf-js", + "version": "1.1.3", + "description": "JavaScript sprintf implementation", + "author": "Alexandru Mărășteanu ", + "main": "src/sprintf.js", + "scripts": { + "test": "mocha test/*.js", + "pretest": "npm run lint", + "lint": "eslint .", + "lint:fix": "eslint --fix ." + }, + "repository": { + "type": "git", + "url": "https://github.com/alexei/sprintf.js.git" + }, + "license": "BSD-3-Clause", + "readmeFilename": "README.md", + "devDependencies": { + "benchmark": "^2.1.4", + "eslint": "^5.10.0", + "gulp": "^3.9.1", + "gulp-benchmark": "^1.1.1", + "gulp-eslint": "^5.0.0", + "gulp-header": "^2.0.5", + "gulp-mocha": "^6.0.0", + "gulp-rename": "^1.4.0", + "gulp-sourcemaps": "^2.6.4", + "gulp-uglify": "^3.0.1", + "mocha": "^5.2.0" + }, + "overrides": { + "graceful-fs": "^4.2.11" + } +} diff --git a/node_modules/sprintf-js/src/angular-sprintf.js b/node_modules/sprintf-js/src/angular-sprintf.js new file mode 100644 index 0000000..dbfdd65 --- /dev/null +++ b/node_modules/sprintf-js/src/angular-sprintf.js @@ -0,0 +1,24 @@ +/* global angular, sprintf, vsprintf */ + +!function() { + 'use strict' + + angular. + module('sprintf', []). + filter('sprintf', function() { + return function() { + return sprintf.apply(null, arguments) + } + }). + filter('fmt', ['$filter', function($filter) { + return $filter('sprintf') + }]). + filter('vsprintf', function() { + return function(format, argv) { + return vsprintf(format, argv) + } + }). + filter('vfmt', ['$filter', function($filter) { + return $filter('vsprintf') + }]) +}(); // eslint-disable-line diff --git a/node_modules/sprintf-js/src/sprintf.js b/node_modules/sprintf-js/src/sprintf.js new file mode 100644 index 0000000..65d6324 --- /dev/null +++ b/node_modules/sprintf-js/src/sprintf.js @@ -0,0 +1,231 @@ +/* global window, exports, define */ + +!function() { + 'use strict' + + var re = { + not_string: /[^s]/, + not_bool: /[^t]/, + not_type: /[^T]/, + not_primitive: /[^v]/, + number: /[diefg]/, + numeric_arg: /[bcdiefguxX]/, + json: /[j]/, + not_json: /[^j]/, + text: /^[^\x25]+/, + modulo: /^\x25{2}/, + placeholder: /^\x25(?:([1-9]\d*)\$|\(([^)]+)\))?(\+)?(0|'[^$])?(-)?(\d+)?(?:\.(\d+))?([b-gijostTuvxX])/, + key: /^([a-z_][a-z_\d]*)/i, + key_access: /^\.([a-z_][a-z_\d]*)/i, + index_access: /^\[(\d+)\]/, + sign: /^[+-]/ + } + + function sprintf(key) { + // `arguments` is not an array, but should be fine for this call + return sprintf_format(sprintf_parse(key), arguments) + } + + function vsprintf(fmt, argv) { + return sprintf.apply(null, [fmt].concat(argv || [])) + } + + function sprintf_format(parse_tree, argv) { + var cursor = 1, tree_length = parse_tree.length, arg, output = '', i, k, ph, pad, pad_character, pad_length, is_positive, sign + for (i = 0; i < tree_length; i++) { + if (typeof parse_tree[i] === 'string') { + output += parse_tree[i] + } + else if (typeof parse_tree[i] === 'object') { + ph = parse_tree[i] // convenience purposes only + if (ph.keys) { // keyword argument + arg = argv[cursor] + for (k = 0; k < ph.keys.length; k++) { + if (arg == undefined) { + throw new Error(sprintf('[sprintf] Cannot access property "%s" of undefined value "%s"', ph.keys[k], ph.keys[k-1])) + } + arg = arg[ph.keys[k]] + } + } + else if (ph.param_no) { // positional argument (explicit) + arg = argv[ph.param_no] + } + else { // positional argument (implicit) + arg = argv[cursor++] + } + + if (re.not_type.test(ph.type) && re.not_primitive.test(ph.type) && arg instanceof Function) { + arg = arg() + } + + if (re.numeric_arg.test(ph.type) && (typeof arg !== 'number' && isNaN(arg))) { + throw new TypeError(sprintf('[sprintf] expecting number but found %T', arg)) + } + + if (re.number.test(ph.type)) { + is_positive = arg >= 0 + } + + switch (ph.type) { + case 'b': + arg = parseInt(arg, 10).toString(2) + break + case 'c': + arg = String.fromCharCode(parseInt(arg, 10)) + break + case 'd': + case 'i': + arg = parseInt(arg, 10) + break + case 'j': + arg = JSON.stringify(arg, null, ph.width ? parseInt(ph.width) : 0) + break + case 'e': + arg = ph.precision ? parseFloat(arg).toExponential(ph.precision) : parseFloat(arg).toExponential() + break + case 'f': + arg = ph.precision ? parseFloat(arg).toFixed(ph.precision) : parseFloat(arg) + break + case 'g': + arg = ph.precision ? String(Number(arg.toPrecision(ph.precision))) : parseFloat(arg) + break + case 'o': + arg = (parseInt(arg, 10) >>> 0).toString(8) + break + case 's': + arg = String(arg) + arg = (ph.precision ? arg.substring(0, ph.precision) : arg) + break + case 't': + arg = String(!!arg) + arg = (ph.precision ? arg.substring(0, ph.precision) : arg) + break + case 'T': + arg = Object.prototype.toString.call(arg).slice(8, -1).toLowerCase() + arg = (ph.precision ? arg.substring(0, ph.precision) : arg) + break + case 'u': + arg = parseInt(arg, 10) >>> 0 + break + case 'v': + arg = arg.valueOf() + arg = (ph.precision ? arg.substring(0, ph.precision) : arg) + break + case 'x': + arg = (parseInt(arg, 10) >>> 0).toString(16) + break + case 'X': + arg = (parseInt(arg, 10) >>> 0).toString(16).toUpperCase() + break + } + if (re.json.test(ph.type)) { + output += arg + } + else { + if (re.number.test(ph.type) && (!is_positive || ph.sign)) { + sign = is_positive ? '+' : '-' + arg = arg.toString().replace(re.sign, '') + } + else { + sign = '' + } + pad_character = ph.pad_char ? ph.pad_char === '0' ? '0' : ph.pad_char.charAt(1) : ' ' + pad_length = ph.width - (sign + arg).length + pad = ph.width ? (pad_length > 0 ? pad_character.repeat(pad_length) : '') : '' + output += ph.align ? sign + arg + pad : (pad_character === '0' ? sign + pad + arg : pad + sign + arg) + } + } + } + return output + } + + var sprintf_cache = Object.create(null) + + function sprintf_parse(fmt) { + if (sprintf_cache[fmt]) { + return sprintf_cache[fmt] + } + + var _fmt = fmt, match, parse_tree = [], arg_names = 0 + while (_fmt) { + if ((match = re.text.exec(_fmt)) !== null) { + parse_tree.push(match[0]) + } + else if ((match = re.modulo.exec(_fmt)) !== null) { + parse_tree.push('%') + } + else if ((match = re.placeholder.exec(_fmt)) !== null) { + if (match[2]) { + arg_names |= 1 + var field_list = [], replacement_field = match[2], field_match = [] + if ((field_match = re.key.exec(replacement_field)) !== null) { + field_list.push(field_match[1]) + while ((replacement_field = replacement_field.substring(field_match[0].length)) !== '') { + if ((field_match = re.key_access.exec(replacement_field)) !== null) { + field_list.push(field_match[1]) + } + else if ((field_match = re.index_access.exec(replacement_field)) !== null) { + field_list.push(field_match[1]) + } + else { + throw new SyntaxError('[sprintf] failed to parse named argument key') + } + } + } + else { + throw new SyntaxError('[sprintf] failed to parse named argument key') + } + match[2] = field_list + } + else { + arg_names |= 2 + } + if (arg_names === 3) { + throw new Error('[sprintf] mixing positional and named placeholders is not (yet) supported') + } + + parse_tree.push( + { + placeholder: match[0], + param_no: match[1], + keys: match[2], + sign: match[3], + pad_char: match[4], + align: match[5], + width: match[6], + precision: match[7], + type: match[8] + } + ) + } + else { + throw new SyntaxError('[sprintf] unexpected placeholder') + } + _fmt = _fmt.substring(match[0].length) + } + return sprintf_cache[fmt] = parse_tree + } + + /** + * export to either browser or node.js + */ + /* eslint-disable quote-props */ + if (typeof exports !== 'undefined') { + exports['sprintf'] = sprintf + exports['vsprintf'] = vsprintf + } + if (typeof window !== 'undefined') { + window['sprintf'] = sprintf + window['vsprintf'] = vsprintf + + if (typeof define === 'function' && define['amd']) { + define(function() { + return { + 'sprintf': sprintf, + 'vsprintf': vsprintf + } + }) + } + } + /* eslint-enable quote-props */ +}(); // eslint-disable-line diff --git a/node_modules/sshpk/.travis.yml b/node_modules/sshpk/.travis.yml new file mode 100644 index 0000000..c3394c2 --- /dev/null +++ b/node_modules/sshpk/.travis.yml @@ -0,0 +1,11 @@ +language: node_js +node_js: + - "5.10" + - "4.4" + - "4.1" + - "0.12" + - "0.10" +before_install: + - "make check" +after_success: + - '[ "${TRAVIS_NODE_VERSION}" = "4.4" ] && make codecovio' diff --git a/node_modules/sshpk/Jenkinsfile b/node_modules/sshpk/Jenkinsfile new file mode 100644 index 0000000..cd0bf22 --- /dev/null +++ b/node_modules/sshpk/Jenkinsfile @@ -0,0 +1,86 @@ +@Library('jenkins-joylib@v1.0.8') _ + +pipeline { + + agent none + + options { + buildDiscarder(logRotator(numToKeepStr: '30')) + timestamps() + } + + stages { + stage('top') { + parallel { + stage('v0.10.48-zone') { + agent { + label joyCommonLabels(image_ver: '15.4.1') + } + tools { + nodejs 'sdcnode-v0.10.48-zone' + } + stages { + stage('check') { + steps{ + sh('make check') + } + } + stage('test') { + steps{ + sh('make test') + } + } + } + } + + stage('v4-zone') { + agent { + label joyCommonLabels(image_ver: '15.4.1') + } + tools { + nodejs 'sdcnode-v4-zone' + } + stages { + stage('check') { + steps{ + sh('make check') + } + } + stage('test') { + steps{ + sh('make test') + } + } + } + } + + stage('v6-zone64') { + agent { + label joyCommonLabels(image_ver: '18.4.0') + } + tools { + nodejs 'sdcnode-v6-zone64' + } + stages { + stage('check') { + steps{ + sh('make check') + } + } + stage('test') { + steps{ + sh('make test') + } + } + } + } + } + } + } + + post { + always { + joySlackNotifications() + } + } +} diff --git a/node_modules/sshpk/LICENSE b/node_modules/sshpk/LICENSE new file mode 100644 index 0000000..f6d947d --- /dev/null +++ b/node_modules/sshpk/LICENSE @@ -0,0 +1,18 @@ +Copyright Joyent, Inc. All rights reserved. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git a/node_modules/sshpk/README.md b/node_modules/sshpk/README.md new file mode 100644 index 0000000..5740f74 --- /dev/null +++ b/node_modules/sshpk/README.md @@ -0,0 +1,804 @@ +sshpk +========= + +Parse, convert, fingerprint and use SSH keys (both public and private) in pure +node -- no `ssh-keygen` or other external dependencies. + +Supports RSA, DSA, ECDSA (nistp-\*) and ED25519 key types, in PEM (PKCS#1, +PKCS#8) and OpenSSH formats. + +This library has been extracted from +[`node-http-signature`](https://github.com/joyent/node-http-signature) +(work by [Mark Cavage](https://github.com/mcavage) and +[Dave Eddy](https://github.com/bahamas10)) and +[`node-ssh-fingerprint`](https://github.com/bahamas10/node-ssh-fingerprint) +(work by Dave Eddy), with additions (including ECDSA support) by +[Alex Wilson](https://github.com/arekinath). + +Install +------- + +``` +npm install sshpk +``` + +Examples +-------- + +```js +var sshpk = require('sshpk'); + +var fs = require('fs'); + +/* Read in an OpenSSH-format public key */ +var keyPub = fs.readFileSync('id_rsa.pub'); +var key = sshpk.parseKey(keyPub, 'ssh'); + +/* Get metadata about the key */ +console.log('type => %s', key.type); +console.log('size => %d bits', key.size); +console.log('comment => %s', key.comment); + +/* Compute key fingerprints, in new OpenSSH (>6.7) format, and old MD5 */ +console.log('fingerprint => %s', key.fingerprint().toString()); +console.log('old-style fingerprint => %s', key.fingerprint('md5').toString()); +``` + +Example output: + +``` +type => rsa +size => 2048 bits +comment => foo@foo.com +fingerprint => SHA256:PYC9kPVC6J873CSIbfp0LwYeczP/W4ffObNCuDJ1u5w +old-style fingerprint => a0:c8:ad:6c:32:9a:32:fa:59:cc:a9:8c:0a:0d:6e:bd +``` + +More examples: converting between formats: + +```js +/* Read in a PEM public key */ +var keyPem = fs.readFileSync('id_rsa.pem'); +var key = sshpk.parseKey(keyPem, 'pem'); + +/* Convert to PEM PKCS#8 public key format */ +var pemBuf = key.toBuffer('pkcs8'); + +/* Convert to SSH public key format (and return as a string) */ +var sshKey = key.toString('ssh'); +``` + +Signing and verifying: + +```js +/* Read in an OpenSSH/PEM *private* key */ +var keyPriv = fs.readFileSync('id_ecdsa'); +var key = sshpk.parsePrivateKey(keyPriv, 'pem'); + +var data = 'some data'; + +/* Sign some data with the key */ +var s = key.createSign('sha1'); +s.update(data); +var signature = s.sign(); + +/* Now load the public key (could also use just key.toPublic()) */ +var keyPub = fs.readFileSync('id_ecdsa.pub'); +key = sshpk.parseKey(keyPub, 'ssh'); + +/* Make a crypto.Verifier with this key */ +var v = key.createVerify('sha1'); +v.update(data); +var valid = v.verify(signature); +/* => true! */ +``` + +Matching fingerprints with keys: + +```js +var fp = sshpk.parseFingerprint('SHA256:PYC9kPVC6J873CSIbfp0LwYeczP/W4ffObNCuDJ1u5w'); + +var keys = [sshpk.parseKey(...), sshpk.parseKey(...), ...]; + +keys.forEach(function (key) { + if (fp.matches(key)) + console.log('found it!'); +}); +``` + +Usage +----- + +## Public keys + +### `parseKey(data[, format = 'auto'[, options]])` + +Parses a key from a given data format and returns a new `Key` object. + +Parameters + +- `data` -- Either a Buffer or String, containing the key +- `format` -- String name of format to use, valid options are: + - `auto`: choose automatically from all below + - `pem`: supports both PKCS#1 and PKCS#8 + - `ssh`: standard OpenSSH format, + - `pkcs1`, `pkcs8`: variants of `pem` + - `rfc4253`: raw OpenSSH wire format + - `openssh`: new post-OpenSSH 6.5 internal format, produced by + `ssh-keygen -o` + - `dnssec`: `.key` file format output by `dnssec-keygen` etc + - `putty`: the PuTTY `.ppk` file format (supports truncated variant without + all the lines from `Private-Lines:` onwards) +- `options` -- Optional Object, extra options, with keys: + - `filename` -- Optional String, name for the key being parsed + (eg. the filename that was opened). Used to generate + Error messages + - `passphrase` -- Optional String, encryption passphrase used to decrypt an + encrypted PEM file + +### `Key.isKey(obj)` + +Returns `true` if the given object is a valid `Key` object created by a version +of `sshpk` compatible with this one. + +Parameters + +- `obj` -- Object to identify + +### `Key#type` + +String, the type of key. Valid options are `rsa`, `dsa`, `ecdsa`. + +### `Key#size` + +Integer, "size" of the key in bits. For RSA/DSA this is the size of the modulus; +for ECDSA this is the bit size of the curve in use. + +### `Key#comment` + +Optional string, a key comment used by some formats (eg the `ssh` format). + +### `Key#curve` + +Only present if `this.type === 'ecdsa'`, string containing the name of the +named curve used with this key. Possible values include `nistp256`, `nistp384` +and `nistp521`. + +### `Key#toBuffer([format = 'ssh'])` + +Convert the key into a given data format and return the serialized key as +a Buffer. + +Parameters + +- `format` -- String name of format to use, for valid options see `parseKey()` + +### `Key#toString([format = 'ssh])` + +Same as `this.toBuffer(format).toString()`. + +### `Key#fingerprint([algorithm = 'sha256'[, hashType = 'ssh']])` + +Creates a new `Fingerprint` object representing this Key's fingerprint. + +Parameters + +- `algorithm` -- String name of hash algorithm to use, valid options are `md5`, + `sha1`, `sha256`, `sha384`, `sha512` +- `hashType` -- String name of fingerprint hash type to use, valid options are + `ssh` (the type of fingerprint used by OpenSSH, e.g. in + `ssh-keygen`), `spki` (used by HPKP, some OpenSSL applications) + +### `Key#createVerify([hashAlgorithm])` + +Creates a `crypto.Verifier` specialized to use this Key (and the correct public +key algorithm to match it). The returned Verifier has the same API as a regular +one, except that the `verify()` function takes only the target signature as an +argument. + +Parameters + +- `hashAlgorithm` -- optional String name of hash algorithm to use, any + supported by OpenSSL are valid, usually including + `sha1`, `sha256`. + +`v.verify(signature[, format])` Parameters + +- `signature` -- either a Signature object, or a Buffer or String +- `format` -- optional String, name of format to interpret given String with. + Not valid if `signature` is a Signature or Buffer. + +### `Key#createDiffieHellman()` +### `Key#createDH()` + +Creates a Diffie-Hellman key exchange object initialized with this key and all +necessary parameters. This has the same API as a `crypto.DiffieHellman` +instance, except that functions take `Key` and `PrivateKey` objects as +arguments, and return them where indicated for. + +This is only valid for keys belonging to a cryptosystem that supports DHE +or a close analogue (i.e. `dsa`, `ecdsa` and `curve25519` keys). An attempt +to call this function on other keys will yield an `Error`. + +## Private keys + +### `parsePrivateKey(data[, format = 'auto'[, options]])` + +Parses a private key from a given data format and returns a new +`PrivateKey` object. + +Parameters + +- `data` -- Either a Buffer or String, containing the key +- `format` -- String name of format to use, valid options are: + - `auto`: choose automatically from all below + - `pem`: supports both PKCS#1 and PKCS#8 + - `ssh`, `openssh`: new post-OpenSSH 6.5 internal format, produced by + `ssh-keygen -o` + - `pkcs1`, `pkcs8`: variants of `pem` + - `rfc4253`: raw OpenSSH wire format + - `dnssec`: `.private` format output by `dnssec-keygen` etc. +- `options` -- Optional Object, extra options, with keys: + - `filename` -- Optional String, name for the key being parsed + (eg. the filename that was opened). Used to generate + Error messages + - `passphrase` -- Optional String, encryption passphrase used to decrypt an + encrypted PEM file + +### `generatePrivateKey(type[, options])` + +Generates a new private key of a certain key type, from random data. + +Parameters + +- `type` -- String, type of key to generate. Currently supported are `'ecdsa'` + and `'ed25519'` +- `options` -- optional Object, with keys: + - `curve` -- optional String, for `'ecdsa'` keys, specifies the curve to use. + If ECDSA is specified and this option is not given, defaults to + using `'nistp256'`. + +### `PrivateKey.isPrivateKey(obj)` + +Returns `true` if the given object is a valid `PrivateKey` object created by a +version of `sshpk` compatible with this one. + +Parameters + +- `obj` -- Object to identify + +### `PrivateKey#type` + +String, the type of key. Valid options are `rsa`, `dsa`, `ecdsa`. + +### `PrivateKey#size` + +Integer, "size" of the key in bits. For RSA/DSA this is the size of the modulus; +for ECDSA this is the bit size of the curve in use. + +### `PrivateKey#curve` + +Only present if `this.type === 'ecdsa'`, string containing the name of the +named curve used with this key. Possible values include `nistp256`, `nistp384` +and `nistp521`. + +### `PrivateKey#toBuffer([format = 'pkcs1'])` + +Convert the key into a given data format and return the serialized key as +a Buffer. + +Parameters + +- `format` -- String name of format to use, valid options are listed under + `parsePrivateKey`. Note that ED25519 keys default to `openssh` + format instead (as they have no `pkcs1` representation). + +### `PrivateKey#toString([format = 'pkcs1'])` + +Same as `this.toBuffer(format).toString()`. + +### `PrivateKey#toPublic()` + +Extract just the public part of this private key, and return it as a `Key` +object. + +### `PrivateKey#fingerprint([algorithm = 'sha256'])` + +Same as `this.toPublic().fingerprint()`. + +### `PrivateKey#createVerify([hashAlgorithm])` + +Same as `this.toPublic().createVerify()`. + +### `PrivateKey#createSign([hashAlgorithm])` + +Creates a `crypto.Sign` specialized to use this PrivateKey (and the correct +key algorithm to match it). The returned Signer has the same API as a regular +one, except that the `sign()` function takes no arguments, and returns a +`Signature` object. + +Parameters + +- `hashAlgorithm` -- optional String name of hash algorithm to use, any + supported by OpenSSL are valid, usually including + `sha1`, `sha256`. + +`v.sign()` Parameters + +- none + +### `PrivateKey#derive(newType)` + +Derives a related key of type `newType` from this key. Currently this is +only supported to change between `ed25519` and `curve25519` keys which are +stored with the same private key (but usually distinct public keys in order +to avoid degenerate keys that lead to a weak Diffie-Hellman exchange). + +Parameters + +- `newType` -- String, type of key to derive, either `ed25519` or `curve25519` + +## Fingerprints + +### `parseFingerprint(fingerprint[, options])` + +Pre-parses a fingerprint, creating a `Fingerprint` object that can be used to +quickly locate a key by using the `Fingerprint#matches` function. + +Parameters + +- `fingerprint` -- String, the fingerprint value, in any supported format +- `options` -- Optional Object, with properties: + - `algorithms` -- Array of strings, names of hash algorithms to limit + support to. If `fingerprint` uses a hash algorithm not on + this list, throws `InvalidAlgorithmError`. + - `hashType` -- String, the type of hash the fingerprint uses, either `ssh` + or `spki` (normally auto-detected based on the format, but + can be overridden) + - `type` -- String, the entity this fingerprint identifies, either `key` or + `certificate` + +### `Fingerprint.isFingerprint(obj)` + +Returns `true` if the given object is a valid `Fingerprint` object created by a +version of `sshpk` compatible with this one. + +Parameters + +- `obj` -- Object to identify + +### `Fingerprint#toString([format])` + +Returns a fingerprint as a string, in the given format. + +Parameters + +- `format` -- Optional String, format to use, valid options are `hex` and + `base64`. If this `Fingerprint` uses the `md5` algorithm, the + default format is `hex`. Otherwise, the default is `base64`. + +### `Fingerprint#matches(keyOrCertificate)` + +Verifies whether or not this `Fingerprint` matches a given `Key` or +`Certificate`. This function uses double-hashing to avoid leaking timing +information. Returns a boolean. + +Note that a `Key`-type Fingerprint will always return `false` if asked to match +a `Certificate` and vice versa. + +Parameters + +- `keyOrCertificate` -- a `Key` object or `Certificate` object, the entity to + match this fingerprint against + +## Signatures + +### `parseSignature(signature, algorithm, format)` + +Parses a signature in a given format, creating a `Signature` object. Useful +for converting between the SSH and ASN.1 (PKCS/OpenSSL) signature formats, and +also returned as output from `PrivateKey#createSign().sign()`. + +A Signature object can also be passed to a verifier produced by +`Key#createVerify()` and it will automatically be converted internally into the +correct format for verification. + +Parameters + +- `signature` -- a Buffer (binary) or String (base64), data of the actual + signature in the given format +- `algorithm` -- a String, name of the algorithm to be used, possible values + are `rsa`, `dsa`, `ecdsa` +- `format` -- a String, either `asn1` or `ssh` + +### `Signature.isSignature(obj)` + +Returns `true` if the given object is a valid `Signature` object created by a +version of `sshpk` compatible with this one. + +Parameters + +- `obj` -- Object to identify + +### `Signature#toBuffer([format = 'asn1'])` + +Converts a Signature to the given format and returns it as a Buffer. + +Parameters + +- `format` -- a String, either `asn1` or `ssh` + +### `Signature#toString([format = 'asn1'])` + +Same as `this.toBuffer(format).toString('base64')`. + +## Certificates + +`sshpk` includes basic support for parsing certificates in X.509 (PEM) format +and the OpenSSH certificate format. This feature is intended to be used mainly +to access basic metadata about certificates, extract public keys from them, and +also to generate simple self-signed certificates from an existing key. + +Notably, there is no implementation of CA chain-of-trust verification, and only +very minimal support for key usage restrictions. Please do the security world +a favour, and DO NOT use this code for certificate verification in the +traditional X.509 CA chain style. + +### `parseCertificate(data, format)` + +Parameters + + - `data` -- a Buffer or String + - `format` -- a String, format to use, one of `'openssh'`, `'pem'` (X.509 in a + PEM wrapper), or `'x509'` (raw DER encoded) + +### `createSelfSignedCertificate(subject, privateKey[, options])` + +Parameters + + - `subject` -- an Identity, the subject of the certificate + - `privateKey` -- a PrivateKey, the key of the subject: will be used both to be + placed in the certificate and also to sign it (since this is + a self-signed certificate) + - `options` -- optional Object, with keys: + - `lifetime` -- optional Number, lifetime of the certificate from now in + seconds + - `validFrom`, `validUntil` -- optional Dates, beginning and end of + certificate validity period. If given + `lifetime` will be ignored + - `serial` -- optional Buffer, the serial number of the certificate + - `purposes` -- optional Array of String, X.509 key usage restrictions + +### `createCertificate(subject, key, issuer, issuerKey[, options])` + +Parameters + + - `subject` -- an Identity, the subject of the certificate + - `key` -- a Key, the public key of the subject + - `issuer` -- an Identity, the issuer of the certificate who will sign it + - `issuerKey` -- a PrivateKey, the issuer's private key for signing + - `options` -- optional Object, with keys: + - `lifetime` -- optional Number, lifetime of the certificate from now in + seconds + - `validFrom`, `validUntil` -- optional Dates, beginning and end of + certificate validity period. If given + `lifetime` will be ignored + - `serial` -- optional Buffer, the serial number of the certificate + - `purposes` -- optional Array of String, X.509 key usage restrictions + +### `Certificate#subjects` + +Array of `Identity` instances describing the subject of this certificate. + +### `Certificate#issuer` + +The `Identity` of the Certificate's issuer (signer). + +### `Certificate#subjectKey` + +The public key of the subject of the certificate, as a `Key` instance. + +### `Certificate#issuerKey` + +The public key of the signing issuer of this certificate, as a `Key` instance. +May be `undefined` if the issuer's key is unknown (e.g. on an X509 certificate). + +### `Certificate#serial` + +The serial number of the certificate. As this is normally a 64-bit or wider +integer, it is returned as a Buffer. + +### `Certificate#purposes` + +Array of Strings indicating the X.509 key usage purposes that this certificate +is valid for. The possible strings at the moment are: + + * `'signature'` -- key can be used for digital signatures + * `'identity'` -- key can be used to attest about the identity of the signer + (X.509 calls this `nonRepudiation`) + * `'codeSigning'` -- key can be used to sign executable code + * `'keyEncryption'` -- key can be used to encrypt other keys + * `'encryption'` -- key can be used to encrypt data (only applies for RSA) + * `'keyAgreement'` -- key can be used for key exchange protocols such as + Diffie-Hellman + * `'ca'` -- key can be used to sign other certificates (is a Certificate + Authority) + * `'crl'` -- key can be used to sign Certificate Revocation Lists (CRLs) + +### `Certificate#getExtension(nameOrOid)` + +Retrieves information about a certificate extension, if present, or returns +`undefined` if not. The string argument `nameOrOid` should be either the OID +(for X509 extensions) or the name (for OpenSSH extensions) of the extension +to retrieve. + +The object returned will have the following properties: + + * `format` -- String, set to either `'x509'` or `'openssh'` + * `name` or `oid` -- String, only one set based on value of `format` + * `data` -- Buffer, the raw data inside the extension + +### `Certificate#getExtensions()` + +Returns an Array of all present certificate extensions, in the same manner and +format as `getExtension()`. + +### `Certificate#isExpired([when])` + +Tests whether the Certificate is currently expired (i.e. the `validFrom` and +`validUntil` dates specify a range of time that does not include the current +time). + +Parameters + + - `when` -- optional Date, if specified, tests whether the Certificate was or + will be expired at the specified time instead of now + +Returns a Boolean. + +### `Certificate#isSignedByKey(key)` + +Tests whether the Certificate was validly signed by the given (public) Key. + +Parameters + + - `key` -- a Key instance + +Returns a Boolean. + +### `Certificate#isSignedBy(certificate)` + +Tests whether this Certificate was validly signed by the subject of the given +certificate. Also tests that the issuer Identity of this Certificate and the +subject Identity of the other Certificate are equivalent. + +Parameters + + - `certificate` -- another Certificate instance + +Returns a Boolean. + +### `Certificate#fingerprint([hashAlgo])` + +Returns the X509-style fingerprint of the entire certificate (as a Fingerprint +instance). This matches what a web-browser or similar would display as the +certificate fingerprint and should not be confused with the fingerprint of the +subject's public key. + +Parameters + + - `hashAlgo` -- an optional String, any hash function name + +### `Certificate#toBuffer([format])` + +Serializes the Certificate to a Buffer and returns it. + +Parameters + + - `format` -- an optional String, output format, one of `'openssh'`, `'pem'` or + `'x509'`. Defaults to `'x509'`. + +Returns a Buffer. + +### `Certificate#toString([format])` + + - `format` -- an optional String, output format, one of `'openssh'`, `'pem'` or + `'x509'`. Defaults to `'pem'`. + +Returns a String. + +## Certificate identities + +### `identityForHost(hostname)` + +Constructs a host-type Identity for a given hostname. + +Parameters + + - `hostname` -- the fully qualified DNS name of the host + +Returns an Identity instance. + +### `identityForUser(uid)` + +Constructs a user-type Identity for a given UID. + +Parameters + + - `uid` -- a String, user identifier (login name) + +Returns an Identity instance. + +### `identityForEmail(email)` + +Constructs an email-type Identity for a given email address. + +Parameters + + - `email` -- a String, email address + +Returns an Identity instance. + +### `identityFromDN(dn)` + +Parses an LDAP-style DN string (e.g. `'CN=foo, C=US'`) and turns it into an +Identity instance. + +Parameters + + - `dn` -- a String + +Returns an Identity instance. + +### `identityFromArray(arr)` + +Constructs an Identity from an array of DN components (see `Identity#toArray()` +for the format). + +Parameters + + - `arr` -- an Array of Objects, DN components with `name` and `value` + +Returns an Identity instance. + + +Supported attributes in DNs: + +| Attribute name | OID | +| -------------- | --- | +| `cn` | `2.5.4.3` | +| `o` | `2.5.4.10` | +| `ou` | `2.5.4.11` | +| `l` | `2.5.4.7` | +| `s` | `2.5.4.8` | +| `c` | `2.5.4.6` | +| `sn` | `2.5.4.4` | +| `postalCode` | `2.5.4.17` | +| `serialNumber` | `2.5.4.5` | +| `street` | `2.5.4.9` | +| `x500UniqueIdentifier` | `2.5.4.45` | +| `role` | `2.5.4.72` | +| `telephoneNumber` | `2.5.4.20` | +| `description` | `2.5.4.13` | +| `dc` | `0.9.2342.19200300.100.1.25` | +| `uid` | `0.9.2342.19200300.100.1.1` | +| `mail` | `0.9.2342.19200300.100.1.3` | +| `title` | `2.5.4.12` | +| `gn` | `2.5.4.42` | +| `initials` | `2.5.4.43` | +| `pseudonym` | `2.5.4.65` | + +### `Identity#toString()` + +Returns the identity as an LDAP-style DN string. +e.g. `'CN=foo, O=bar corp, C=us'` + +### `Identity#type` + +The type of identity. One of `'host'`, `'user'`, `'email'` or `'unknown'` + +### `Identity#hostname` +### `Identity#uid` +### `Identity#email` + +Set when `type` is `'host'`, `'user'`, or `'email'`, respectively. Strings. + +### `Identity#cn` + +The value of the first `CN=` in the DN, if any. It's probably better to use +the `#get()` method instead of this property. + +### `Identity#get(name[, asArray])` + +Returns the value of a named attribute in the Identity DN. If there is no +attribute of the given name, returns `undefined`. If multiple components +of the DN contain an attribute of this name, an exception is thrown unless +the `asArray` argument is given as `true` -- then they will be returned as +an Array in the same order they appear in the DN. + +Parameters + + - `name` -- a String + - `asArray` -- an optional Boolean + +### `Identity#toArray()` + +Returns the Identity as an Array of DN component objects. This looks like: + +```js +[ { + "name": "cn", + "value": "Joe Bloggs" +}, +{ + "name": "o", + "value": "Organisation Ltd" +} ] +``` + +Each object has a `name` and a `value` property. The returned objects may be +safely modified. + +Errors +------ + +### `InvalidAlgorithmError` + +The specified algorithm is not valid, either because it is not supported, or +because it was not included on a list of allowed algorithms. + +Thrown by `Fingerprint.parse`, `Key#fingerprint`. + +Properties + +- `algorithm` -- the algorithm that could not be validated + +### `FingerprintFormatError` + +The fingerprint string given could not be parsed as a supported fingerprint +format, or the specified fingerprint format is invalid. + +Thrown by `Fingerprint.parse`, `Fingerprint#toString`. + +Properties + +- `fingerprint` -- if caused by a fingerprint, the string value given +- `format` -- if caused by an invalid format specification, the string value given + +### `KeyParseError` + +The key data given could not be parsed as a valid key. + +Properties + +- `keyName` -- `filename` that was given to `parseKey` +- `format` -- the `format` that was trying to parse the key (see `parseKey`) +- `innerErr` -- the inner Error thrown by the format parser + +### `KeyEncryptedError` + +The key is encrypted with a symmetric key (ie, it is password protected). The +parsing operation would succeed if it was given the `passphrase` option. + +Properties + +- `keyName` -- `filename` that was given to `parseKey` +- `format` -- the `format` that was trying to parse the key (currently can only + be `"pem"`) + +### `CertificateParseError` + +The certificate data given could not be parsed as a valid certificate. + +Properties + +- `certName` -- `filename` that was given to `parseCertificate` +- `format` -- the `format` that was trying to parse the key + (see `parseCertificate`) +- `innerErr` -- the inner Error thrown by the format parser + +Friends of sshpk +---------------- + + * [`sshpk-agent`](https://github.com/arekinath/node-sshpk-agent) is a library + for speaking the `ssh-agent` protocol from node.js, which uses `sshpk` diff --git a/node_modules/sshpk/bin/sshpk-conv b/node_modules/sshpk/bin/sshpk-conv new file mode 100755 index 0000000..da5569b --- /dev/null +++ b/node_modules/sshpk/bin/sshpk-conv @@ -0,0 +1,243 @@ +#!/usr/bin/env node +// -*- mode: js -*- +// vim: set filetype=javascript : +// Copyright 2018 Joyent, Inc. All rights reserved. + +var dashdash = require('dashdash'); +var sshpk = require('../lib/index'); +var fs = require('fs'); +var path = require('path'); +var tty = require('tty'); +var readline = require('readline'); +var getPassword = require('getpass').getPass; + +var options = [ + { + names: ['outformat', 't'], + type: 'string', + help: 'Output format' + }, + { + names: ['informat', 'T'], + type: 'string', + help: 'Input format' + }, + { + names: ['file', 'f'], + type: 'string', + help: 'Input file name (default stdin)' + }, + { + names: ['out', 'o'], + type: 'string', + help: 'Output file name (default stdout)' + }, + { + names: ['private', 'p'], + type: 'bool', + help: 'Produce a private key as output' + }, + { + names: ['derive', 'd'], + type: 'string', + help: 'Output a new key derived from this one, with given algo' + }, + { + names: ['identify', 'i'], + type: 'bool', + help: 'Print key metadata instead of converting' + }, + { + names: ['fingerprint', 'F'], + type: 'bool', + help: 'Output key fingerprint' + }, + { + names: ['hash', 'H'], + type: 'string', + help: 'Hash function to use for key fingeprint with -F' + }, + { + names: ['spki', 's'], + type: 'bool', + help: 'With -F, generates an SPKI fingerprint instead of SSH' + }, + { + names: ['comment', 'c'], + type: 'string', + help: 'Set key comment, if output format supports' + }, + { + names: ['help', 'h'], + type: 'bool', + help: 'Shows this help text' + } +]; + +if (require.main === module) { + var parser = dashdash.createParser({ + options: options + }); + + try { + var opts = parser.parse(process.argv); + } catch (e) { + console.error('sshpk-conv: error: %s', e.message); + process.exit(1); + } + + if (opts.help || opts._args.length > 1) { + var help = parser.help({}).trimRight(); + console.error('sshpk-conv: converts between SSH key formats\n'); + console.error(help); + console.error('\navailable key formats:'); + console.error(' - pem, pkcs1 eg id_rsa'); + console.error(' - ssh eg id_rsa.pub'); + console.error(' - pkcs8 format you want for openssl'); + console.error(' - openssh like output of ssh-keygen -o'); + console.error(' - rfc4253 raw OpenSSH wire format'); + console.error(' - dnssec dnssec-keygen format'); + console.error(' - putty PuTTY ppk format'); + console.error('\navailable fingerprint formats:'); + console.error(' - hex colon-separated hex for SSH'); + console.error(' straight hex for SPKI'); + console.error(' - base64 SHA256:* format from OpenSSH'); + process.exit(1); + } + + /* + * Key derivation can only be done on private keys, so use of the -d + * option necessarily implies -p. + */ + if (opts.derive) + opts.private = true; + + var inFile = process.stdin; + var inFileName = 'stdin'; + + var inFilePath; + if (opts.file) { + inFilePath = opts.file; + } else if (opts._args.length === 1) { + inFilePath = opts._args[0]; + } + + if (inFilePath) + inFileName = path.basename(inFilePath); + + try { + if (inFilePath) { + fs.accessSync(inFilePath, fs.R_OK); + inFile = fs.createReadStream(inFilePath); + } + } catch (e) { + ifError(e, 'error opening input file'); + } + + var outFile = process.stdout; + + try { + if (opts.out && !opts.identify) { + fs.accessSync(path.dirname(opts.out), fs.W_OK); + outFile = fs.createWriteStream(opts.out); + } + } catch (e) { + ifError(e, 'error opening output file'); + } + + var bufs = []; + inFile.on('readable', function () { + var data; + while ((data = inFile.read())) + bufs.push(data); + }); + var parseOpts = {}; + parseOpts.filename = inFileName; + inFile.on('end', function processKey() { + var buf = Buffer.concat(bufs); + var fmt = 'auto'; + if (opts.informat) + fmt = opts.informat; + var f = sshpk.parseKey; + if (opts.private) + f = sshpk.parsePrivateKey; + try { + var key = f(buf, fmt, parseOpts); + } catch (e) { + if (e.name === 'KeyEncryptedError') { + getPassword(function (err, pw) { + if (err) + ifError(err); + parseOpts.passphrase = pw; + processKey(); + }); + return; + } + ifError(e); + } + + if (opts.derive) + key = key.derive(opts.derive); + + if (opts.comment) + key.comment = opts.comment; + + if (opts.identify) { + var kind = 'public'; + if (sshpk.PrivateKey.isPrivateKey(key)) + kind = 'private'; + console.log('%s: a %d bit %s %s key', inFileName, + key.size, key.type.toUpperCase(), kind); + if (key.type === 'ecdsa') + console.log('ECDSA curve: %s', key.curve); + if (key.comment) + console.log('Comment: %s', key.comment); + console.log('SHA256 fingerprint: ' + + key.fingerprint('sha256').toString()); + console.log('MD5 fingerprint: ' + + key.fingerprint('md5').toString()); + console.log('SPKI-SHA256 fingerprint: ' + + key.fingerprint('sha256', 'spki').toString()); + process.exit(0); + return; + } + + if (opts.fingerprint) { + var hash = opts.hash; + var type = opts.spki ? 'spki' : 'ssh'; + var format = opts.outformat; + var fp = key.fingerprint(hash, type).toString(format); + outFile.write(fp); + outFile.write('\n'); + outFile.once('drain', function () { + process.exit(0); + }); + return; + } + + fmt = undefined; + if (opts.outformat) + fmt = opts.outformat; + outFile.write(key.toBuffer(fmt)); + if (fmt === 'ssh' || + (!opts.private && fmt === undefined)) + outFile.write('\n'); + outFile.once('drain', function () { + process.exit(0); + }); + }); +} + +function ifError(e, txt) { + if (txt) + txt = txt + ': '; + else + txt = ''; + console.error('sshpk-conv: ' + txt + e.name + ': ' + e.message); + if (process.env['DEBUG'] || process.env['V']) { + console.error(e.stack); + if (e.innerErr) + console.error(e.innerErr.stack); + } + process.exit(1); +} diff --git a/node_modules/sshpk/bin/sshpk-sign b/node_modules/sshpk/bin/sshpk-sign new file mode 100755 index 0000000..673fc98 --- /dev/null +++ b/node_modules/sshpk/bin/sshpk-sign @@ -0,0 +1,191 @@ +#!/usr/bin/env node +// -*- mode: js -*- +// vim: set filetype=javascript : +// Copyright 2015 Joyent, Inc. All rights reserved. + +var dashdash = require('dashdash'); +var sshpk = require('../lib/index'); +var fs = require('fs'); +var path = require('path'); +var getPassword = require('getpass').getPass; + +var options = [ + { + names: ['hash', 'H'], + type: 'string', + help: 'Hash algorithm (sha1, sha256, sha384, sha512)' + }, + { + names: ['verbose', 'v'], + type: 'bool', + help: 'Display verbose info about key and hash used' + }, + { + names: ['identity', 'i'], + type: 'string', + help: 'Path to key to use' + }, + { + names: ['file', 'f'], + type: 'string', + help: 'Input filename' + }, + { + names: ['out', 'o'], + type: 'string', + help: 'Output filename' + }, + { + names: ['format', 't'], + type: 'string', + help: 'Signature format (asn1, ssh, raw)' + }, + { + names: ['binary', 'b'], + type: 'bool', + help: 'Output raw binary instead of base64' + }, + { + names: ['help', 'h'], + type: 'bool', + help: 'Shows this help text' + } +]; + +var parseOpts = {}; + +if (require.main === module) { + var parser = dashdash.createParser({ + options: options + }); + + try { + var opts = parser.parse(process.argv); + } catch (e) { + console.error('sshpk-sign: error: %s', e.message); + process.exit(1); + } + + if (opts.help || opts._args.length > 1) { + var help = parser.help({}).trimRight(); + console.error('sshpk-sign: sign data using an SSH key\n'); + console.error(help); + process.exit(1); + } + + if (!opts.identity) { + var help = parser.help({}).trimRight(); + console.error('sshpk-sign: the -i or --identity option ' + + 'is required\n'); + console.error(help); + process.exit(1); + } + + var keyData = fs.readFileSync(opts.identity); + parseOpts.filename = opts.identity; + + run(); +} + +function run() { + var key; + try { + key = sshpk.parsePrivateKey(keyData, 'auto', parseOpts); + } catch (e) { + if (e.name === 'KeyEncryptedError') { + getPassword(function (err, pw) { + parseOpts.passphrase = pw; + run(); + }); + return; + } + console.error('sshpk-sign: error loading private key "' + + opts.identity + '": ' + e.name + ': ' + e.message); + process.exit(1); + } + + var hash = opts.hash || key.defaultHashAlgorithm(); + + var signer; + try { + signer = key.createSign(hash); + } catch (e) { + console.error('sshpk-sign: error creating signer: ' + + e.name + ': ' + e.message); + process.exit(1); + } + + if (opts.verbose) { + console.error('sshpk-sign: using %s-%s with a %d bit key', + key.type, hash, key.size); + } + + var inFile = process.stdin; + var inFileName = 'stdin'; + + var inFilePath; + if (opts.file) { + inFilePath = opts.file; + } else if (opts._args.length === 1) { + inFilePath = opts._args[0]; + } + + if (inFilePath) + inFileName = path.basename(inFilePath); + + try { + if (inFilePath) { + fs.accessSync(inFilePath, fs.R_OK); + inFile = fs.createReadStream(inFilePath); + } + } catch (e) { + console.error('sshpk-sign: error opening input file' + + ': ' + e.name + ': ' + e.message); + process.exit(1); + } + + var outFile = process.stdout; + + try { + if (opts.out && !opts.identify) { + fs.accessSync(path.dirname(opts.out), fs.W_OK); + outFile = fs.createWriteStream(opts.out); + } + } catch (e) { + console.error('sshpk-sign: error opening output file' + + ': ' + e.name + ': ' + e.message); + process.exit(1); + } + + inFile.pipe(signer); + inFile.on('end', function () { + var sig; + try { + sig = signer.sign(); + } catch (e) { + console.error('sshpk-sign: error signing data: ' + + e.name + ': ' + e.message); + process.exit(1); + } + + var fmt = opts.format || 'asn1'; + var output; + try { + output = sig.toBuffer(fmt); + if (!opts.binary) + output = output.toString('base64'); + } catch (e) { + console.error('sshpk-sign: error converting signature' + + ' to ' + fmt + ' format: ' + e.name + ': ' + + e.message); + process.exit(1); + } + + outFile.write(output); + if (!opts.binary) + outFile.write('\n'); + outFile.once('drain', function () { + process.exit(0); + }); + }); +} diff --git a/node_modules/sshpk/bin/sshpk-verify b/node_modules/sshpk/bin/sshpk-verify new file mode 100755 index 0000000..fc71a82 --- /dev/null +++ b/node_modules/sshpk/bin/sshpk-verify @@ -0,0 +1,167 @@ +#!/usr/bin/env node +// -*- mode: js -*- +// vim: set filetype=javascript : +// Copyright 2015 Joyent, Inc. All rights reserved. + +var dashdash = require('dashdash'); +var sshpk = require('../lib/index'); +var fs = require('fs'); +var path = require('path'); +var Buffer = require('safer-buffer').Buffer; + +var options = [ + { + names: ['hash', 'H'], + type: 'string', + help: 'Hash algorithm (sha1, sha256, sha384, sha512)' + }, + { + names: ['verbose', 'v'], + type: 'bool', + help: 'Display verbose info about key and hash used' + }, + { + names: ['identity', 'i'], + type: 'string', + help: 'Path to (public) key to use' + }, + { + names: ['file', 'f'], + type: 'string', + help: 'Input filename' + }, + { + names: ['format', 't'], + type: 'string', + help: 'Signature format (asn1, ssh, raw)' + }, + { + names: ['signature', 's'], + type: 'string', + help: 'base64-encoded signature data' + }, + { + names: ['help', 'h'], + type: 'bool', + help: 'Shows this help text' + } +]; + +if (require.main === module) { + var parser = dashdash.createParser({ + options: options + }); + + try { + var opts = parser.parse(process.argv); + } catch (e) { + console.error('sshpk-verify: error: %s', e.message); + process.exit(3); + } + + if (opts.help || opts._args.length > 1) { + var help = parser.help({}).trimRight(); + console.error('sshpk-verify: sign data using an SSH key\n'); + console.error(help); + process.exit(3); + } + + if (!opts.identity) { + var help = parser.help({}).trimRight(); + console.error('sshpk-verify: the -i or --identity option ' + + 'is required\n'); + console.error(help); + process.exit(3); + } + + if (!opts.signature) { + var help = parser.help({}).trimRight(); + console.error('sshpk-verify: the -s or --signature option ' + + 'is required\n'); + console.error(help); + process.exit(3); + } + + var keyData = fs.readFileSync(opts.identity); + + var key; + try { + key = sshpk.parseKey(keyData); + } catch (e) { + console.error('sshpk-verify: error loading key "' + + opts.identity + '": ' + e.name + ': ' + e.message); + process.exit(2); + } + + var fmt = opts.format || 'asn1'; + var sigData = Buffer.from(opts.signature, 'base64'); + + var sig; + try { + sig = sshpk.parseSignature(sigData, key.type, fmt); + } catch (e) { + console.error('sshpk-verify: error parsing signature: ' + + e.name + ': ' + e.message); + process.exit(2); + } + + var hash = opts.hash || key.defaultHashAlgorithm(); + + var verifier; + try { + verifier = key.createVerify(hash); + } catch (e) { + console.error('sshpk-verify: error creating verifier: ' + + e.name + ': ' + e.message); + process.exit(2); + } + + if (opts.verbose) { + console.error('sshpk-verify: using %s-%s with a %d bit key', + key.type, hash, key.size); + } + + var inFile = process.stdin; + var inFileName = 'stdin'; + + var inFilePath; + if (opts.file) { + inFilePath = opts.file; + } else if (opts._args.length === 1) { + inFilePath = opts._args[0]; + } + + if (inFilePath) + inFileName = path.basename(inFilePath); + + try { + if (inFilePath) { + fs.accessSync(inFilePath, fs.R_OK); + inFile = fs.createReadStream(inFilePath); + } + } catch (e) { + console.error('sshpk-verify: error opening input file' + + ': ' + e.name + ': ' + e.message); + process.exit(2); + } + + inFile.pipe(verifier); + inFile.on('end', function () { + var ret; + try { + ret = verifier.verify(sig); + } catch (e) { + console.error('sshpk-verify: error verifying data: ' + + e.name + ': ' + e.message); + process.exit(1); + } + + if (ret) { + console.error('OK'); + process.exit(0); + } + + console.error('NOT OK'); + process.exit(1); + }); +} diff --git a/node_modules/sshpk/lib/algs.js b/node_modules/sshpk/lib/algs.js new file mode 100644 index 0000000..3b01e7d --- /dev/null +++ b/node_modules/sshpk/lib/algs.js @@ -0,0 +1,168 @@ +// Copyright 2015 Joyent, Inc. + +var Buffer = require('safer-buffer').Buffer; + +var algInfo = { + 'dsa': { + parts: ['p', 'q', 'g', 'y'], + sizePart: 'p' + }, + 'rsa': { + parts: ['e', 'n'], + sizePart: 'n' + }, + 'ecdsa': { + parts: ['curve', 'Q'], + sizePart: 'Q' + }, + 'ed25519': { + parts: ['A'], + sizePart: 'A' + } +}; +algInfo['curve25519'] = algInfo['ed25519']; + +var algPrivInfo = { + 'dsa': { + parts: ['p', 'q', 'g', 'y', 'x'] + }, + 'rsa': { + parts: ['n', 'e', 'd', 'iqmp', 'p', 'q'] + }, + 'ecdsa': { + parts: ['curve', 'Q', 'd'] + }, + 'ed25519': { + parts: ['A', 'k'] + } +}; +algPrivInfo['curve25519'] = algPrivInfo['ed25519']; + +var hashAlgs = { + 'md5': true, + 'sha1': true, + 'sha256': true, + 'sha384': true, + 'sha512': true +}; + +/* + * Taken from + * http://csrc.nist.gov/groups/ST/toolkit/documents/dss/NISTReCur.pdf + */ +var curves = { + 'nistp256': { + size: 256, + pkcs8oid: '1.2.840.10045.3.1.7', + p: Buffer.from(('00' + + 'ffffffff 00000001 00000000 00000000' + + '00000000 ffffffff ffffffff ffffffff'). + replace(/ /g, ''), 'hex'), + a: Buffer.from(('00' + + 'FFFFFFFF 00000001 00000000 00000000' + + '00000000 FFFFFFFF FFFFFFFF FFFFFFFC'). + replace(/ /g, ''), 'hex'), + b: Buffer.from(( + '5ac635d8 aa3a93e7 b3ebbd55 769886bc' + + '651d06b0 cc53b0f6 3bce3c3e 27d2604b'). + replace(/ /g, ''), 'hex'), + s: Buffer.from(('00' + + 'c49d3608 86e70493 6a6678e1 139d26b7' + + '819f7e90'). + replace(/ /g, ''), 'hex'), + n: Buffer.from(('00' + + 'ffffffff 00000000 ffffffff ffffffff' + + 'bce6faad a7179e84 f3b9cac2 fc632551'). + replace(/ /g, ''), 'hex'), + G: Buffer.from(('04' + + '6b17d1f2 e12c4247 f8bce6e5 63a440f2' + + '77037d81 2deb33a0 f4a13945 d898c296' + + '4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16' + + '2bce3357 6b315ece cbb64068 37bf51f5'). + replace(/ /g, ''), 'hex') + }, + 'nistp384': { + size: 384, + pkcs8oid: '1.3.132.0.34', + p: Buffer.from(('00' + + 'ffffffff ffffffff ffffffff ffffffff' + + 'ffffffff ffffffff ffffffff fffffffe' + + 'ffffffff 00000000 00000000 ffffffff'). + replace(/ /g, ''), 'hex'), + a: Buffer.from(('00' + + 'FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF' + + 'FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFE' + + 'FFFFFFFF 00000000 00000000 FFFFFFFC'). + replace(/ /g, ''), 'hex'), + b: Buffer.from(( + 'b3312fa7 e23ee7e4 988e056b e3f82d19' + + '181d9c6e fe814112 0314088f 5013875a' + + 'c656398d 8a2ed19d 2a85c8ed d3ec2aef'). + replace(/ /g, ''), 'hex'), + s: Buffer.from(('00' + + 'a335926a a319a27a 1d00896a 6773a482' + + '7acdac73'). + replace(/ /g, ''), 'hex'), + n: Buffer.from(('00' + + 'ffffffff ffffffff ffffffff ffffffff' + + 'ffffffff ffffffff c7634d81 f4372ddf' + + '581a0db2 48b0a77a ecec196a ccc52973'). + replace(/ /g, ''), 'hex'), + G: Buffer.from(('04' + + 'aa87ca22 be8b0537 8eb1c71e f320ad74' + + '6e1d3b62 8ba79b98 59f741e0 82542a38' + + '5502f25d bf55296c 3a545e38 72760ab7' + + '3617de4a 96262c6f 5d9e98bf 9292dc29' + + 'f8f41dbd 289a147c e9da3113 b5f0b8c0' + + '0a60b1ce 1d7e819d 7a431d7c 90ea0e5f'). + replace(/ /g, ''), 'hex') + }, + 'nistp521': { + size: 521, + pkcs8oid: '1.3.132.0.35', + p: Buffer.from(( + '01ffffff ffffffff ffffffff ffffffff' + + 'ffffffff ffffffff ffffffff ffffffff' + + 'ffffffff ffffffff ffffffff ffffffff' + + 'ffffffff ffffffff ffffffff ffffffff' + + 'ffff').replace(/ /g, ''), 'hex'), + a: Buffer.from(('01FF' + + 'FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF' + + 'FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF' + + 'FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF' + + 'FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFC'). + replace(/ /g, ''), 'hex'), + b: Buffer.from(('51' + + '953eb961 8e1c9a1f 929a21a0 b68540ee' + + 'a2da725b 99b315f3 b8b48991 8ef109e1' + + '56193951 ec7e937b 1652c0bd 3bb1bf07' + + '3573df88 3d2c34f1 ef451fd4 6b503f00'). + replace(/ /g, ''), 'hex'), + s: Buffer.from(('00' + + 'd09e8800 291cb853 96cc6717 393284aa' + + 'a0da64ba').replace(/ /g, ''), 'hex'), + n: Buffer.from(('01ff' + + 'ffffffff ffffffff ffffffff ffffffff' + + 'ffffffff ffffffff ffffffff fffffffa' + + '51868783 bf2f966b 7fcc0148 f709a5d0' + + '3bb5c9b8 899c47ae bb6fb71e 91386409'). + replace(/ /g, ''), 'hex'), + G: Buffer.from(('04' + + '00c6 858e06b7 0404e9cd 9e3ecb66 2395b442' + + '9c648139 053fb521 f828af60 6b4d3dba' + + 'a14b5e77 efe75928 fe1dc127 a2ffa8de' + + '3348b3c1 856a429b f97e7e31 c2e5bd66' + + '0118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9' + + '98f54449 579b4468 17afbd17 273e662c' + + '97ee7299 5ef42640 c550b901 3fad0761' + + '353c7086 a272c240 88be9476 9fd16650'). + replace(/ /g, ''), 'hex') + } +}; + +module.exports = { + info: algInfo, + privInfo: algPrivInfo, + hashAlgs: hashAlgs, + curves: curves +}; diff --git a/node_modules/sshpk/lib/certificate.js b/node_modules/sshpk/lib/certificate.js new file mode 100644 index 0000000..6932357 --- /dev/null +++ b/node_modules/sshpk/lib/certificate.js @@ -0,0 +1,410 @@ +// Copyright 2016 Joyent, Inc. + +module.exports = Certificate; + +var assert = require('assert-plus'); +var Buffer = require('safer-buffer').Buffer; +var algs = require('./algs'); +var crypto = require('crypto'); +var Fingerprint = require('./fingerprint'); +var Signature = require('./signature'); +var errs = require('./errors'); +var util = require('util'); +var utils = require('./utils'); +var Key = require('./key'); +var PrivateKey = require('./private-key'); +var Identity = require('./identity'); + +var formats = {}; +formats['openssh'] = require('./formats/openssh-cert'); +formats['x509'] = require('./formats/x509'); +formats['pem'] = require('./formats/x509-pem'); + +var CertificateParseError = errs.CertificateParseError; +var InvalidAlgorithmError = errs.InvalidAlgorithmError; + +function Certificate(opts) { + assert.object(opts, 'options'); + assert.arrayOfObject(opts.subjects, 'options.subjects'); + utils.assertCompatible(opts.subjects[0], Identity, [1, 0], + 'options.subjects'); + utils.assertCompatible(opts.subjectKey, Key, [1, 0], + 'options.subjectKey'); + utils.assertCompatible(opts.issuer, Identity, [1, 0], 'options.issuer'); + if (opts.issuerKey !== undefined) { + utils.assertCompatible(opts.issuerKey, Key, [1, 0], + 'options.issuerKey'); + } + assert.object(opts.signatures, 'options.signatures'); + assert.buffer(opts.serial, 'options.serial'); + assert.date(opts.validFrom, 'options.validFrom'); + assert.date(opts.validUntil, 'optons.validUntil'); + + assert.optionalArrayOfString(opts.purposes, 'options.purposes'); + + this._hashCache = {}; + + this.subjects = opts.subjects; + this.issuer = opts.issuer; + this.subjectKey = opts.subjectKey; + this.issuerKey = opts.issuerKey; + this.signatures = opts.signatures; + this.serial = opts.serial; + this.validFrom = opts.validFrom; + this.validUntil = opts.validUntil; + this.purposes = opts.purposes; +} + +Certificate.formats = formats; + +Certificate.prototype.toBuffer = function (format, options) { + if (format === undefined) + format = 'x509'; + assert.string(format, 'format'); + assert.object(formats[format], 'formats[format]'); + assert.optionalObject(options, 'options'); + + return (formats[format].write(this, options)); +}; + +Certificate.prototype.toString = function (format, options) { + if (format === undefined) + format = 'pem'; + return (this.toBuffer(format, options).toString()); +}; + +Certificate.prototype.fingerprint = function (algo) { + if (algo === undefined) + algo = 'sha256'; + assert.string(algo, 'algorithm'); + var opts = { + type: 'certificate', + hash: this.hash(algo), + algorithm: algo + }; + return (new Fingerprint(opts)); +}; + +Certificate.prototype.hash = function (algo) { + assert.string(algo, 'algorithm'); + algo = algo.toLowerCase(); + if (algs.hashAlgs[algo] === undefined) + throw (new InvalidAlgorithmError(algo)); + + if (this._hashCache[algo]) + return (this._hashCache[algo]); + + var hash = crypto.createHash(algo). + update(this.toBuffer('x509')).digest(); + this._hashCache[algo] = hash; + return (hash); +}; + +Certificate.prototype.isExpired = function (when) { + if (when === undefined) + when = new Date(); + return (!((when.getTime() >= this.validFrom.getTime()) && + (when.getTime() < this.validUntil.getTime()))); +}; + +Certificate.prototype.isSignedBy = function (issuerCert) { + utils.assertCompatible(issuerCert, Certificate, [1, 0], 'issuer'); + + if (!this.issuer.equals(issuerCert.subjects[0])) + return (false); + if (this.issuer.purposes && this.issuer.purposes.length > 0 && + this.issuer.purposes.indexOf('ca') === -1) { + return (false); + } + + return (this.isSignedByKey(issuerCert.subjectKey)); +}; + +Certificate.prototype.getExtension = function (keyOrOid) { + assert.string(keyOrOid, 'keyOrOid'); + var ext = this.getExtensions().filter(function (maybeExt) { + if (maybeExt.format === 'x509') + return (maybeExt.oid === keyOrOid); + if (maybeExt.format === 'openssh') + return (maybeExt.name === keyOrOid); + return (false); + })[0]; + return (ext); +}; + +Certificate.prototype.getExtensions = function () { + var exts = []; + var x509 = this.signatures.x509; + if (x509 && x509.extras && x509.extras.exts) { + x509.extras.exts.forEach(function (ext) { + ext.format = 'x509'; + exts.push(ext); + }); + } + var openssh = this.signatures.openssh; + if (openssh && openssh.exts) { + openssh.exts.forEach(function (ext) { + ext.format = 'openssh'; + exts.push(ext); + }); + } + return (exts); +}; + +Certificate.prototype.isSignedByKey = function (issuerKey) { + utils.assertCompatible(issuerKey, Key, [1, 2], 'issuerKey'); + + if (this.issuerKey !== undefined) { + return (this.issuerKey. + fingerprint('sha512').matches(issuerKey)); + } + + var fmt = Object.keys(this.signatures)[0]; + var valid = formats[fmt].verify(this, issuerKey); + if (valid) + this.issuerKey = issuerKey; + return (valid); +}; + +Certificate.prototype.signWith = function (key) { + utils.assertCompatible(key, PrivateKey, [1, 2], 'key'); + var fmts = Object.keys(formats); + var didOne = false; + for (var i = 0; i < fmts.length; ++i) { + if (fmts[i] !== 'pem') { + var ret = formats[fmts[i]].sign(this, key); + if (ret === true) + didOne = true; + } + } + if (!didOne) { + throw (new Error('Failed to sign the certificate for any ' + + 'available certificate formats')); + } +}; + +Certificate.createSelfSigned = function (subjectOrSubjects, key, options) { + var subjects; + if (Array.isArray(subjectOrSubjects)) + subjects = subjectOrSubjects; + else + subjects = [subjectOrSubjects]; + + assert.arrayOfObject(subjects); + subjects.forEach(function (subject) { + utils.assertCompatible(subject, Identity, [1, 0], 'subject'); + }); + + utils.assertCompatible(key, PrivateKey, [1, 2], 'private key'); + + assert.optionalObject(options, 'options'); + if (options === undefined) + options = {}; + assert.optionalObject(options.validFrom, 'options.validFrom'); + assert.optionalObject(options.validUntil, 'options.validUntil'); + var validFrom = options.validFrom; + var validUntil = options.validUntil; + if (validFrom === undefined) + validFrom = new Date(); + if (validUntil === undefined) { + assert.optionalNumber(options.lifetime, 'options.lifetime'); + var lifetime = options.lifetime; + if (lifetime === undefined) + lifetime = 10*365*24*3600; + validUntil = new Date(); + validUntil.setTime(validUntil.getTime() + lifetime*1000); + } + assert.optionalBuffer(options.serial, 'options.serial'); + var serial = options.serial; + if (serial === undefined) + serial = Buffer.from('0000000000000001', 'hex'); + + var purposes = options.purposes; + if (purposes === undefined) + purposes = []; + + if (purposes.indexOf('signature') === -1) + purposes.push('signature'); + + /* Self-signed certs are always CAs. */ + if (purposes.indexOf('ca') === -1) + purposes.push('ca'); + if (purposes.indexOf('crl') === -1) + purposes.push('crl'); + + /* + * If we weren't explicitly given any other purposes, do the sensible + * thing and add some basic ones depending on the subject type. + */ + if (purposes.length <= 3) { + var hostSubjects = subjects.filter(function (subject) { + return (subject.type === 'host'); + }); + var userSubjects = subjects.filter(function (subject) { + return (subject.type === 'user'); + }); + if (hostSubjects.length > 0) { + if (purposes.indexOf('serverAuth') === -1) + purposes.push('serverAuth'); + } + if (userSubjects.length > 0) { + if (purposes.indexOf('clientAuth') === -1) + purposes.push('clientAuth'); + } + if (userSubjects.length > 0 || hostSubjects.length > 0) { + if (purposes.indexOf('keyAgreement') === -1) + purposes.push('keyAgreement'); + if (key.type === 'rsa' && + purposes.indexOf('encryption') === -1) + purposes.push('encryption'); + } + } + + var cert = new Certificate({ + subjects: subjects, + issuer: subjects[0], + subjectKey: key.toPublic(), + issuerKey: key.toPublic(), + signatures: {}, + serial: serial, + validFrom: validFrom, + validUntil: validUntil, + purposes: purposes + }); + cert.signWith(key); + + return (cert); +}; + +Certificate.create = + function (subjectOrSubjects, key, issuer, issuerKey, options) { + var subjects; + if (Array.isArray(subjectOrSubjects)) + subjects = subjectOrSubjects; + else + subjects = [subjectOrSubjects]; + + assert.arrayOfObject(subjects); + subjects.forEach(function (subject) { + utils.assertCompatible(subject, Identity, [1, 0], 'subject'); + }); + + utils.assertCompatible(key, Key, [1, 0], 'key'); + if (PrivateKey.isPrivateKey(key)) + key = key.toPublic(); + utils.assertCompatible(issuer, Identity, [1, 0], 'issuer'); + utils.assertCompatible(issuerKey, PrivateKey, [1, 2], 'issuer key'); + + assert.optionalObject(options, 'options'); + if (options === undefined) + options = {}; + assert.optionalObject(options.validFrom, 'options.validFrom'); + assert.optionalObject(options.validUntil, 'options.validUntil'); + var validFrom = options.validFrom; + var validUntil = options.validUntil; + if (validFrom === undefined) + validFrom = new Date(); + if (validUntil === undefined) { + assert.optionalNumber(options.lifetime, 'options.lifetime'); + var lifetime = options.lifetime; + if (lifetime === undefined) + lifetime = 10*365*24*3600; + validUntil = new Date(); + validUntil.setTime(validUntil.getTime() + lifetime*1000); + } + assert.optionalBuffer(options.serial, 'options.serial'); + var serial = options.serial; + if (serial === undefined) + serial = Buffer.from('0000000000000001', 'hex'); + + var purposes = options.purposes; + if (purposes === undefined) + purposes = []; + + if (purposes.indexOf('signature') === -1) + purposes.push('signature'); + + if (options.ca === true) { + if (purposes.indexOf('ca') === -1) + purposes.push('ca'); + if (purposes.indexOf('crl') === -1) + purposes.push('crl'); + } + + var hostSubjects = subjects.filter(function (subject) { + return (subject.type === 'host'); + }); + var userSubjects = subjects.filter(function (subject) { + return (subject.type === 'user'); + }); + if (hostSubjects.length > 0) { + if (purposes.indexOf('serverAuth') === -1) + purposes.push('serverAuth'); + } + if (userSubjects.length > 0) { + if (purposes.indexOf('clientAuth') === -1) + purposes.push('clientAuth'); + } + if (userSubjects.length > 0 || hostSubjects.length > 0) { + if (purposes.indexOf('keyAgreement') === -1) + purposes.push('keyAgreement'); + if (key.type === 'rsa' && + purposes.indexOf('encryption') === -1) + purposes.push('encryption'); + } + + var cert = new Certificate({ + subjects: subjects, + issuer: issuer, + subjectKey: key, + issuerKey: issuerKey.toPublic(), + signatures: {}, + serial: serial, + validFrom: validFrom, + validUntil: validUntil, + purposes: purposes + }); + cert.signWith(issuerKey); + + return (cert); +}; + +Certificate.parse = function (data, format, options) { + if (typeof (data) !== 'string') + assert.buffer(data, 'data'); + if (format === undefined) + format = 'auto'; + assert.string(format, 'format'); + if (typeof (options) === 'string') + options = { filename: options }; + assert.optionalObject(options, 'options'); + if (options === undefined) + options = {}; + assert.optionalString(options.filename, 'options.filename'); + if (options.filename === undefined) + options.filename = '(unnamed)'; + + assert.object(formats[format], 'formats[format]'); + + try { + var k = formats[format].read(data, options); + return (k); + } catch (e) { + throw (new CertificateParseError(options.filename, format, e)); + } +}; + +Certificate.isCertificate = function (obj, ver) { + return (utils.isCompatible(obj, Certificate, ver)); +}; + +/* + * API versions for Certificate: + * [1,0] -- initial ver + * [1,1] -- openssh format now unpacks extensions + */ +Certificate.prototype._sshpkApiVersion = [1, 1]; + +Certificate._oldVersionDetect = function (obj) { + return ([1, 0]); +}; diff --git a/node_modules/sshpk/lib/dhe.js b/node_modules/sshpk/lib/dhe.js new file mode 100644 index 0000000..a3c8032 --- /dev/null +++ b/node_modules/sshpk/lib/dhe.js @@ -0,0 +1,397 @@ +// Copyright 2017 Joyent, Inc. + +module.exports = { + DiffieHellman: DiffieHellman, + generateECDSA: generateECDSA, + generateED25519: generateED25519 +}; + +var assert = require('assert-plus'); +var crypto = require('crypto'); +var Buffer = require('safer-buffer').Buffer; +var algs = require('./algs'); +var utils = require('./utils'); +var nacl = require('tweetnacl'); + +var Key = require('./key'); +var PrivateKey = require('./private-key'); + +var CRYPTO_HAVE_ECDH = (crypto.createECDH !== undefined); + +var ecdh = require('ecc-jsbn'); +var ec = require('ecc-jsbn/lib/ec'); +var jsbn = require('jsbn').BigInteger; + +function DiffieHellman(key) { + utils.assertCompatible(key, Key, [1, 4], 'key'); + this._isPriv = PrivateKey.isPrivateKey(key, [1, 3]); + this._algo = key.type; + this._curve = key.curve; + this._key = key; + if (key.type === 'dsa') { + if (!CRYPTO_HAVE_ECDH) { + throw (new Error('Due to bugs in the node 0.10 ' + + 'crypto API, node 0.12.x or later is required ' + + 'to use DH')); + } + this._dh = crypto.createDiffieHellman( + key.part.p.data, undefined, + key.part.g.data, undefined); + this._p = key.part.p; + this._g = key.part.g; + if (this._isPriv) + this._dh.setPrivateKey(key.part.x.data); + this._dh.setPublicKey(key.part.y.data); + + } else if (key.type === 'ecdsa') { + if (!CRYPTO_HAVE_ECDH) { + this._ecParams = new X9ECParameters(this._curve); + + if (this._isPriv) { + this._priv = new ECPrivate( + this._ecParams, key.part.d.data); + } + return; + } + + var curve = { + 'nistp256': 'prime256v1', + 'nistp384': 'secp384r1', + 'nistp521': 'secp521r1' + }[key.curve]; + this._dh = crypto.createECDH(curve); + if (typeof (this._dh) !== 'object' || + typeof (this._dh.setPrivateKey) !== 'function') { + CRYPTO_HAVE_ECDH = false; + DiffieHellman.call(this, key); + return; + } + if (this._isPriv) + this._dh.setPrivateKey(key.part.d.data); + this._dh.setPublicKey(key.part.Q.data); + + } else if (key.type === 'curve25519') { + if (this._isPriv) { + utils.assertCompatible(key, PrivateKey, [1, 5], 'key'); + this._priv = key.part.k.data; + } + + } else { + throw (new Error('DH not supported for ' + key.type + ' keys')); + } +} + +DiffieHellman.prototype.getPublicKey = function () { + if (this._isPriv) + return (this._key.toPublic()); + return (this._key); +}; + +DiffieHellman.prototype.getPrivateKey = function () { + if (this._isPriv) + return (this._key); + else + return (undefined); +}; +DiffieHellman.prototype.getKey = DiffieHellman.prototype.getPrivateKey; + +DiffieHellman.prototype._keyCheck = function (pk, isPub) { + assert.object(pk, 'key'); + if (!isPub) + utils.assertCompatible(pk, PrivateKey, [1, 3], 'key'); + utils.assertCompatible(pk, Key, [1, 4], 'key'); + + if (pk.type !== this._algo) { + throw (new Error('A ' + pk.type + ' key cannot be used in ' + + this._algo + ' Diffie-Hellman')); + } + + if (pk.curve !== this._curve) { + throw (new Error('A key from the ' + pk.curve + ' curve ' + + 'cannot be used with a ' + this._curve + + ' Diffie-Hellman')); + } + + if (pk.type === 'dsa') { + assert.deepEqual(pk.part.p, this._p, + 'DSA key prime does not match'); + assert.deepEqual(pk.part.g, this._g, + 'DSA key generator does not match'); + } +}; + +DiffieHellman.prototype.setKey = function (pk) { + this._keyCheck(pk); + + if (pk.type === 'dsa') { + this._dh.setPrivateKey(pk.part.x.data); + this._dh.setPublicKey(pk.part.y.data); + + } else if (pk.type === 'ecdsa') { + if (CRYPTO_HAVE_ECDH) { + this._dh.setPrivateKey(pk.part.d.data); + this._dh.setPublicKey(pk.part.Q.data); + } else { + this._priv = new ECPrivate( + this._ecParams, pk.part.d.data); + } + + } else if (pk.type === 'curve25519') { + var k = pk.part.k; + if (!pk.part.k) + k = pk.part.r; + this._priv = k.data; + if (this._priv[0] === 0x00) + this._priv = this._priv.slice(1); + this._priv = this._priv.slice(0, 32); + } + this._key = pk; + this._isPriv = true; +}; +DiffieHellman.prototype.setPrivateKey = DiffieHellman.prototype.setKey; + +DiffieHellman.prototype.computeSecret = function (otherpk) { + this._keyCheck(otherpk, true); + if (!this._isPriv) + throw (new Error('DH exchange has not been initialized with ' + + 'a private key yet')); + + var pub; + if (this._algo === 'dsa') { + return (this._dh.computeSecret( + otherpk.part.y.data)); + + } else if (this._algo === 'ecdsa') { + if (CRYPTO_HAVE_ECDH) { + return (this._dh.computeSecret( + otherpk.part.Q.data)); + } else { + pub = new ECPublic( + this._ecParams, otherpk.part.Q.data); + return (this._priv.deriveSharedSecret(pub)); + } + + } else if (this._algo === 'curve25519') { + pub = otherpk.part.A.data; + while (pub[0] === 0x00 && pub.length > 32) + pub = pub.slice(1); + var priv = this._priv; + assert.strictEqual(pub.length, 32); + assert.strictEqual(priv.length, 32); + + var secret = nacl.box.before(new Uint8Array(pub), + new Uint8Array(priv)); + + return (Buffer.from(secret)); + } + + throw (new Error('Invalid algorithm: ' + this._algo)); +}; + +DiffieHellman.prototype.generateKey = function () { + var parts = []; + var priv, pub; + if (this._algo === 'dsa') { + this._dh.generateKeys(); + + parts.push({name: 'p', data: this._p.data}); + parts.push({name: 'q', data: this._key.part.q.data}); + parts.push({name: 'g', data: this._g.data}); + parts.push({name: 'y', data: this._dh.getPublicKey()}); + parts.push({name: 'x', data: this._dh.getPrivateKey()}); + this._key = new PrivateKey({ + type: 'dsa', + parts: parts + }); + this._isPriv = true; + return (this._key); + + } else if (this._algo === 'ecdsa') { + if (CRYPTO_HAVE_ECDH) { + this._dh.generateKeys(); + + parts.push({name: 'curve', + data: Buffer.from(this._curve)}); + parts.push({name: 'Q', data: this._dh.getPublicKey()}); + parts.push({name: 'd', data: this._dh.getPrivateKey()}); + this._key = new PrivateKey({ + type: 'ecdsa', + curve: this._curve, + parts: parts + }); + this._isPriv = true; + return (this._key); + + } else { + var n = this._ecParams.getN(); + var r = new jsbn(crypto.randomBytes(n.bitLength())); + var n1 = n.subtract(jsbn.ONE); + priv = r.mod(n1).add(jsbn.ONE); + pub = this._ecParams.getG().multiply(priv); + + priv = Buffer.from(priv.toByteArray()); + pub = Buffer.from(this._ecParams.getCurve(). + encodePointHex(pub), 'hex'); + + this._priv = new ECPrivate(this._ecParams, priv); + + parts.push({name: 'curve', + data: Buffer.from(this._curve)}); + parts.push({name: 'Q', data: pub}); + parts.push({name: 'd', data: priv}); + + this._key = new PrivateKey({ + type: 'ecdsa', + curve: this._curve, + parts: parts + }); + this._isPriv = true; + return (this._key); + } + + } else if (this._algo === 'curve25519') { + var pair = nacl.box.keyPair(); + priv = Buffer.from(pair.secretKey); + pub = Buffer.from(pair.publicKey); + priv = Buffer.concat([priv, pub]); + assert.strictEqual(priv.length, 64); + assert.strictEqual(pub.length, 32); + + parts.push({name: 'A', data: pub}); + parts.push({name: 'k', data: priv}); + this._key = new PrivateKey({ + type: 'curve25519', + parts: parts + }); + this._isPriv = true; + return (this._key); + } + + throw (new Error('Invalid algorithm: ' + this._algo)); +}; +DiffieHellman.prototype.generateKeys = DiffieHellman.prototype.generateKey; + +/* These are helpers for using ecc-jsbn (for node 0.10 compatibility). */ + +function X9ECParameters(name) { + var params = algs.curves[name]; + assert.object(params); + + var p = new jsbn(params.p); + var a = new jsbn(params.a); + var b = new jsbn(params.b); + var n = new jsbn(params.n); + var h = jsbn.ONE; + var curve = new ec.ECCurveFp(p, a, b); + var G = curve.decodePointHex(params.G.toString('hex')); + + this.curve = curve; + this.g = G; + this.n = n; + this.h = h; +} +X9ECParameters.prototype.getCurve = function () { return (this.curve); }; +X9ECParameters.prototype.getG = function () { return (this.g); }; +X9ECParameters.prototype.getN = function () { return (this.n); }; +X9ECParameters.prototype.getH = function () { return (this.h); }; + +function ECPublic(params, buffer) { + this._params = params; + if (buffer[0] === 0x00) + buffer = buffer.slice(1); + this._pub = params.getCurve().decodePointHex(buffer.toString('hex')); +} + +function ECPrivate(params, buffer) { + this._params = params; + this._priv = new jsbn(utils.mpNormalize(buffer)); +} +ECPrivate.prototype.deriveSharedSecret = function (pubKey) { + assert.ok(pubKey instanceof ECPublic); + var S = pubKey._pub.multiply(this._priv); + return (Buffer.from(S.getX().toBigInteger().toByteArray())); +}; + +function generateED25519() { + var pair = nacl.sign.keyPair(); + var priv = Buffer.from(pair.secretKey); + var pub = Buffer.from(pair.publicKey); + assert.strictEqual(priv.length, 64); + assert.strictEqual(pub.length, 32); + + var parts = []; + parts.push({name: 'A', data: pub}); + parts.push({name: 'k', data: priv.slice(0, 32)}); + var key = new PrivateKey({ + type: 'ed25519', + parts: parts + }); + return (key); +} + +/* Generates a new ECDSA private key on a given curve. */ +function generateECDSA(curve) { + var parts = []; + var key; + + if (CRYPTO_HAVE_ECDH) { + /* + * Node crypto doesn't expose key generation directly, but the + * ECDH instances can generate keys. It turns out this just + * calls into the OpenSSL generic key generator, and we can + * read its output happily without doing an actual DH. So we + * use that here. + */ + var osCurve = { + 'nistp256': 'prime256v1', + 'nistp384': 'secp384r1', + 'nistp521': 'secp521r1' + }[curve]; + + var dh = crypto.createECDH(osCurve); + dh.generateKeys(); + + parts.push({name: 'curve', + data: Buffer.from(curve)}); + parts.push({name: 'Q', data: dh.getPublicKey()}); + parts.push({name: 'd', data: dh.getPrivateKey()}); + + key = new PrivateKey({ + type: 'ecdsa', + curve: curve, + parts: parts + }); + return (key); + } else { + + var ecParams = new X9ECParameters(curve); + + /* This algorithm taken from FIPS PUB 186-4 (section B.4.1) */ + var n = ecParams.getN(); + /* + * The crypto.randomBytes() function can only give us whole + * bytes, so taking a nod from X9.62, we round up. + */ + var cByteLen = Math.ceil((n.bitLength() + 64) / 8); + var c = new jsbn(crypto.randomBytes(cByteLen)); + + var n1 = n.subtract(jsbn.ONE); + var priv = c.mod(n1).add(jsbn.ONE); + var pub = ecParams.getG().multiply(priv); + + priv = Buffer.from(priv.toByteArray()); + pub = Buffer.from(ecParams.getCurve(). + encodePointHex(pub), 'hex'); + + parts.push({name: 'curve', data: Buffer.from(curve)}); + parts.push({name: 'Q', data: pub}); + parts.push({name: 'd', data: priv}); + + key = new PrivateKey({ + type: 'ecdsa', + curve: curve, + parts: parts + }); + return (key); + } +} diff --git a/node_modules/sshpk/lib/ed-compat.js b/node_modules/sshpk/lib/ed-compat.js new file mode 100644 index 0000000..70732e1 --- /dev/null +++ b/node_modules/sshpk/lib/ed-compat.js @@ -0,0 +1,92 @@ +// Copyright 2015 Joyent, Inc. + +module.exports = { + Verifier: Verifier, + Signer: Signer +}; + +var nacl = require('tweetnacl'); +var stream = require('stream'); +var util = require('util'); +var assert = require('assert-plus'); +var Buffer = require('safer-buffer').Buffer; +var Signature = require('./signature'); + +function Verifier(key, hashAlgo) { + if (hashAlgo.toLowerCase() !== 'sha512') + throw (new Error('ED25519 only supports the use of ' + + 'SHA-512 hashes')); + + this.key = key; + this.chunks = []; + + stream.Writable.call(this, {}); +} +util.inherits(Verifier, stream.Writable); + +Verifier.prototype._write = function (chunk, enc, cb) { + this.chunks.push(chunk); + cb(); +}; + +Verifier.prototype.update = function (chunk) { + if (typeof (chunk) === 'string') + chunk = Buffer.from(chunk, 'binary'); + this.chunks.push(chunk); +}; + +Verifier.prototype.verify = function (signature, fmt) { + var sig; + if (Signature.isSignature(signature, [2, 0])) { + if (signature.type !== 'ed25519') + return (false); + sig = signature.toBuffer('raw'); + + } else if (typeof (signature) === 'string') { + sig = Buffer.from(signature, 'base64'); + + } else if (Signature.isSignature(signature, [1, 0])) { + throw (new Error('signature was created by too old ' + + 'a version of sshpk and cannot be verified')); + } + + assert.buffer(sig); + return (nacl.sign.detached.verify( + new Uint8Array(Buffer.concat(this.chunks)), + new Uint8Array(sig), + new Uint8Array(this.key.part.A.data))); +}; + +function Signer(key, hashAlgo) { + if (hashAlgo.toLowerCase() !== 'sha512') + throw (new Error('ED25519 only supports the use of ' + + 'SHA-512 hashes')); + + this.key = key; + this.chunks = []; + + stream.Writable.call(this, {}); +} +util.inherits(Signer, stream.Writable); + +Signer.prototype._write = function (chunk, enc, cb) { + this.chunks.push(chunk); + cb(); +}; + +Signer.prototype.update = function (chunk) { + if (typeof (chunk) === 'string') + chunk = Buffer.from(chunk, 'binary'); + this.chunks.push(chunk); +}; + +Signer.prototype.sign = function () { + var sig = nacl.sign.detached( + new Uint8Array(Buffer.concat(this.chunks)), + new Uint8Array(Buffer.concat([ + this.key.part.k.data, this.key.part.A.data]))); + var sigBuf = Buffer.from(sig); + var sigObj = Signature.parse(sigBuf, 'ed25519', 'raw'); + sigObj.hashAlgorithm = 'sha512'; + return (sigObj); +}; diff --git a/node_modules/sshpk/lib/errors.js b/node_modules/sshpk/lib/errors.js new file mode 100644 index 0000000..1cc09ec --- /dev/null +++ b/node_modules/sshpk/lib/errors.js @@ -0,0 +1,84 @@ +// Copyright 2015 Joyent, Inc. + +var assert = require('assert-plus'); +var util = require('util'); + +function FingerprintFormatError(fp, format) { + if (Error.captureStackTrace) + Error.captureStackTrace(this, FingerprintFormatError); + this.name = 'FingerprintFormatError'; + this.fingerprint = fp; + this.format = format; + this.message = 'Fingerprint format is not supported, or is invalid: '; + if (fp !== undefined) + this.message += ' fingerprint = ' + fp; + if (format !== undefined) + this.message += ' format = ' + format; +} +util.inherits(FingerprintFormatError, Error); + +function InvalidAlgorithmError(alg) { + if (Error.captureStackTrace) + Error.captureStackTrace(this, InvalidAlgorithmError); + this.name = 'InvalidAlgorithmError'; + this.algorithm = alg; + this.message = 'Algorithm "' + alg + '" is not supported'; +} +util.inherits(InvalidAlgorithmError, Error); + +function KeyParseError(name, format, innerErr) { + if (Error.captureStackTrace) + Error.captureStackTrace(this, KeyParseError); + this.name = 'KeyParseError'; + this.format = format; + this.keyName = name; + this.innerErr = innerErr; + this.message = 'Failed to parse ' + name + ' as a valid ' + format + + ' format key: ' + innerErr.message; +} +util.inherits(KeyParseError, Error); + +function SignatureParseError(type, format, innerErr) { + if (Error.captureStackTrace) + Error.captureStackTrace(this, SignatureParseError); + this.name = 'SignatureParseError'; + this.type = type; + this.format = format; + this.innerErr = innerErr; + this.message = 'Failed to parse the given data as a ' + type + + ' signature in ' + format + ' format: ' + innerErr.message; +} +util.inherits(SignatureParseError, Error); + +function CertificateParseError(name, format, innerErr) { + if (Error.captureStackTrace) + Error.captureStackTrace(this, CertificateParseError); + this.name = 'CertificateParseError'; + this.format = format; + this.certName = name; + this.innerErr = innerErr; + this.message = 'Failed to parse ' + name + ' as a valid ' + format + + ' format certificate: ' + innerErr.message; +} +util.inherits(CertificateParseError, Error); + +function KeyEncryptedError(name, format) { + if (Error.captureStackTrace) + Error.captureStackTrace(this, KeyEncryptedError); + this.name = 'KeyEncryptedError'; + this.format = format; + this.keyName = name; + this.message = 'The ' + format + ' format key ' + name + ' is ' + + 'encrypted (password-protected), and no passphrase was ' + + 'provided in `options`'; +} +util.inherits(KeyEncryptedError, Error); + +module.exports = { + FingerprintFormatError: FingerprintFormatError, + InvalidAlgorithmError: InvalidAlgorithmError, + KeyParseError: KeyParseError, + SignatureParseError: SignatureParseError, + KeyEncryptedError: KeyEncryptedError, + CertificateParseError: CertificateParseError +}; diff --git a/node_modules/sshpk/lib/fingerprint.js b/node_modules/sshpk/lib/fingerprint.js new file mode 100644 index 0000000..0004b37 --- /dev/null +++ b/node_modules/sshpk/lib/fingerprint.js @@ -0,0 +1,220 @@ +// Copyright 2018 Joyent, Inc. + +module.exports = Fingerprint; + +var assert = require('assert-plus'); +var Buffer = require('safer-buffer').Buffer; +var algs = require('./algs'); +var crypto = require('crypto'); +var errs = require('./errors'); +var Key = require('./key'); +var PrivateKey = require('./private-key'); +var Certificate = require('./certificate'); +var utils = require('./utils'); + +var FingerprintFormatError = errs.FingerprintFormatError; +var InvalidAlgorithmError = errs.InvalidAlgorithmError; + +function Fingerprint(opts) { + assert.object(opts, 'options'); + assert.string(opts.type, 'options.type'); + assert.buffer(opts.hash, 'options.hash'); + assert.string(opts.algorithm, 'options.algorithm'); + + this.algorithm = opts.algorithm.toLowerCase(); + if (algs.hashAlgs[this.algorithm] !== true) + throw (new InvalidAlgorithmError(this.algorithm)); + + this.hash = opts.hash; + this.type = opts.type; + this.hashType = opts.hashType; +} + +Fingerprint.prototype.toString = function (format) { + if (format === undefined) { + if (this.algorithm === 'md5' || this.hashType === 'spki') + format = 'hex'; + else + format = 'base64'; + } + assert.string(format); + + switch (format) { + case 'hex': + if (this.hashType === 'spki') + return (this.hash.toString('hex')); + return (addColons(this.hash.toString('hex'))); + case 'base64': + if (this.hashType === 'spki') + return (this.hash.toString('base64')); + return (sshBase64Format(this.algorithm, + this.hash.toString('base64'))); + default: + throw (new FingerprintFormatError(undefined, format)); + } +}; + +Fingerprint.prototype.matches = function (other) { + assert.object(other, 'key or certificate'); + if (this.type === 'key' && this.hashType !== 'ssh') { + utils.assertCompatible(other, Key, [1, 7], 'key with spki'); + if (PrivateKey.isPrivateKey(other)) { + utils.assertCompatible(other, PrivateKey, [1, 6], + 'privatekey with spki support'); + } + } else if (this.type === 'key') { + utils.assertCompatible(other, Key, [1, 0], 'key'); + } else { + utils.assertCompatible(other, Certificate, [1, 0], + 'certificate'); + } + + var theirHash = other.hash(this.algorithm, this.hashType); + var theirHash2 = crypto.createHash(this.algorithm). + update(theirHash).digest('base64'); + + if (this.hash2 === undefined) + this.hash2 = crypto.createHash(this.algorithm). + update(this.hash).digest('base64'); + + return (this.hash2 === theirHash2); +}; + +/*JSSTYLED*/ +var base64RE = /^[A-Za-z0-9+\/=]+$/; +/*JSSTYLED*/ +var hexRE = /^[a-fA-F0-9]+$/; + +Fingerprint.parse = function (fp, options) { + assert.string(fp, 'fingerprint'); + + var alg, hash, enAlgs; + if (Array.isArray(options)) { + enAlgs = options; + options = {}; + } + assert.optionalObject(options, 'options'); + if (options === undefined) + options = {}; + if (options.enAlgs !== undefined) + enAlgs = options.enAlgs; + if (options.algorithms !== undefined) + enAlgs = options.algorithms; + assert.optionalArrayOfString(enAlgs, 'algorithms'); + + var hashType = 'ssh'; + if (options.hashType !== undefined) + hashType = options.hashType; + assert.string(hashType, 'options.hashType'); + + var parts = fp.split(':'); + if (parts.length == 2) { + alg = parts[0].toLowerCase(); + if (!base64RE.test(parts[1])) + throw (new FingerprintFormatError(fp)); + try { + hash = Buffer.from(parts[1], 'base64'); + } catch (e) { + throw (new FingerprintFormatError(fp)); + } + } else if (parts.length > 2) { + alg = 'md5'; + if (parts[0].toLowerCase() === 'md5') + parts = parts.slice(1); + parts = parts.map(function (p) { + while (p.length < 2) + p = '0' + p; + if (p.length > 2) + throw (new FingerprintFormatError(fp)); + return (p); + }); + parts = parts.join(''); + if (!hexRE.test(parts) || parts.length % 2 !== 0) + throw (new FingerprintFormatError(fp)); + try { + hash = Buffer.from(parts, 'hex'); + } catch (e) { + throw (new FingerprintFormatError(fp)); + } + } else { + if (hexRE.test(fp)) { + hash = Buffer.from(fp, 'hex'); + } else if (base64RE.test(fp)) { + hash = Buffer.from(fp, 'base64'); + } else { + throw (new FingerprintFormatError(fp)); + } + + switch (hash.length) { + case 32: + alg = 'sha256'; + break; + case 16: + alg = 'md5'; + break; + case 20: + alg = 'sha1'; + break; + case 64: + alg = 'sha512'; + break; + default: + throw (new FingerprintFormatError(fp)); + } + + /* Plain hex/base64: guess it's probably SPKI unless told. */ + if (options.hashType === undefined) + hashType = 'spki'; + } + + if (alg === undefined) + throw (new FingerprintFormatError(fp)); + + if (algs.hashAlgs[alg] === undefined) + throw (new InvalidAlgorithmError(alg)); + + if (enAlgs !== undefined) { + enAlgs = enAlgs.map(function (a) { return a.toLowerCase(); }); + if (enAlgs.indexOf(alg) === -1) + throw (new InvalidAlgorithmError(alg)); + } + + return (new Fingerprint({ + algorithm: alg, + hash: hash, + type: options.type || 'key', + hashType: hashType + })); +}; + +function addColons(s) { + /*JSSTYLED*/ + return (s.replace(/(.{2})(?=.)/g, '$1:')); +} + +function base64Strip(s) { + /*JSSTYLED*/ + return (s.replace(/=*$/, '')); +} + +function sshBase64Format(alg, h) { + return (alg.toUpperCase() + ':' + base64Strip(h)); +} + +Fingerprint.isFingerprint = function (obj, ver) { + return (utils.isCompatible(obj, Fingerprint, ver)); +}; + +/* + * API versions for Fingerprint: + * [1,0] -- initial ver + * [1,1] -- first tagged ver + * [1,2] -- hashType and spki support + */ +Fingerprint.prototype._sshpkApiVersion = [1, 2]; + +Fingerprint._oldVersionDetect = function (obj) { + assert.func(obj.toString); + assert.func(obj.matches); + return ([1, 0]); +}; diff --git a/node_modules/sshpk/lib/formats/auto.js b/node_modules/sshpk/lib/formats/auto.js new file mode 100644 index 0000000..f32cd96 --- /dev/null +++ b/node_modules/sshpk/lib/formats/auto.js @@ -0,0 +1,124 @@ +// Copyright 2018 Joyent, Inc. + +module.exports = { + read: read, + write: write +}; + +var assert = require('assert-plus'); +var Buffer = require('safer-buffer').Buffer; +var utils = require('../utils'); +var Key = require('../key'); +var PrivateKey = require('../private-key'); + +var pem = require('./pem'); +var ssh = require('./ssh'); +var rfc4253 = require('./rfc4253'); +var dnssec = require('./dnssec'); +var putty = require('./putty'); + +var DNSSEC_PRIVKEY_HEADER_PREFIX = 'Private-key-format: v1'; + +function read(buf, options) { + if (typeof (buf) === 'string') { + if (buf.trim().match(/^[-]+[ ]*BEGIN/)) + return (pem.read(buf, options)); + if (buf.match(/^\s*ssh-[a-z]/)) + return (ssh.read(buf, options)); + if (buf.match(/^\s*ecdsa-/)) + return (ssh.read(buf, options)); + if (buf.match(/^putty-user-key-file-2:/i)) + return (putty.read(buf, options)); + if (findDNSSECHeader(buf)) + return (dnssec.read(buf, options)); + buf = Buffer.from(buf, 'binary'); + } else { + assert.buffer(buf); + if (findPEMHeader(buf)) + return (pem.read(buf, options)); + if (findSSHHeader(buf)) + return (ssh.read(buf, options)); + if (findPuTTYHeader(buf)) + return (putty.read(buf, options)); + if (findDNSSECHeader(buf)) + return (dnssec.read(buf, options)); + } + if (buf.readUInt32BE(0) < buf.length) + return (rfc4253.read(buf, options)); + throw (new Error('Failed to auto-detect format of key')); +} + +function findPuTTYHeader(buf) { + var offset = 0; + while (offset < buf.length && + (buf[offset] === 32 || buf[offset] === 10 || buf[offset] === 9)) + ++offset; + if (offset + 22 <= buf.length && + buf.slice(offset, offset + 22).toString('ascii').toLowerCase() === + 'putty-user-key-file-2:') + return (true); + return (false); +} + +function findSSHHeader(buf) { + var offset = 0; + while (offset < buf.length && + (buf[offset] === 32 || buf[offset] === 10 || buf[offset] === 9)) + ++offset; + if (offset + 4 <= buf.length && + buf.slice(offset, offset + 4).toString('ascii') === 'ssh-') + return (true); + if (offset + 6 <= buf.length && + buf.slice(offset, offset + 6).toString('ascii') === 'ecdsa-') + return (true); + return (false); +} + +function findPEMHeader(buf) { + var offset = 0; + while (offset < buf.length && + (buf[offset] === 32 || buf[offset] === 10)) + ++offset; + if (buf[offset] !== 45) + return (false); + while (offset < buf.length && + (buf[offset] === 45)) + ++offset; + while (offset < buf.length && + (buf[offset] === 32)) + ++offset; + if (offset + 5 > buf.length || + buf.slice(offset, offset + 5).toString('ascii') !== 'BEGIN') + return (false); + return (true); +} + +function findDNSSECHeader(buf) { + // private case first + if (buf.length <= DNSSEC_PRIVKEY_HEADER_PREFIX.length) + return (false); + var headerCheck = buf.slice(0, DNSSEC_PRIVKEY_HEADER_PREFIX.length); + if (headerCheck.toString('ascii') === DNSSEC_PRIVKEY_HEADER_PREFIX) + return (true); + + // public-key RFC3110 ? + // 'domain.com. IN KEY ...' or 'domain.com. IN DNSKEY ...' + // skip any comment-lines + if (typeof (buf) !== 'string') { + buf = buf.toString('ascii'); + } + var lines = buf.split('\n'); + var line = 0; + /* JSSTYLED */ + while (lines[line].match(/^\;/)) + line++; + if (lines[line].toString('ascii').match(/\. IN KEY /)) + return (true); + if (lines[line].toString('ascii').match(/\. IN DNSKEY /)) + return (true); + return (false); +} + +function write(key, options) { + throw (new Error('"auto" format cannot be used for writing')); +} diff --git a/node_modules/sshpk/lib/formats/dnssec.js b/node_modules/sshpk/lib/formats/dnssec.js new file mode 100644 index 0000000..a74ea9c --- /dev/null +++ b/node_modules/sshpk/lib/formats/dnssec.js @@ -0,0 +1,287 @@ +// Copyright 2017 Joyent, Inc. + +module.exports = { + read: read, + write: write +}; + +var assert = require('assert-plus'); +var Buffer = require('safer-buffer').Buffer; +var Key = require('../key'); +var PrivateKey = require('../private-key'); +var utils = require('../utils'); +var SSHBuffer = require('../ssh-buffer'); +var Dhe = require('../dhe'); + +var supportedAlgos = { + 'rsa-sha1' : 5, + 'rsa-sha256' : 8, + 'rsa-sha512' : 10, + 'ecdsa-p256-sha256' : 13, + 'ecdsa-p384-sha384' : 14 + /* + * ed25519 is hypothetically supported with id 15 + * but the common tools available don't appear to be + * capable of generating/using ed25519 keys + */ +}; + +var supportedAlgosById = {}; +Object.keys(supportedAlgos).forEach(function (k) { + supportedAlgosById[supportedAlgos[k]] = k.toUpperCase(); +}); + +function read(buf, options) { + if (typeof (buf) !== 'string') { + assert.buffer(buf, 'buf'); + buf = buf.toString('ascii'); + } + var lines = buf.split('\n'); + if (lines[0].match(/^Private-key-format\: v1/)) { + var algElems = lines[1].split(' '); + var algoNum = parseInt(algElems[1], 10); + var algoName = algElems[2]; + if (!supportedAlgosById[algoNum]) + throw (new Error('Unsupported algorithm: ' + algoName)); + return (readDNSSECPrivateKey(algoNum, lines.slice(2))); + } + + // skip any comment-lines + var line = 0; + /* JSSTYLED */ + while (lines[line].match(/^\;/)) + line++; + // we should now have *one single* line left with our KEY on it. + if ((lines[line].match(/\. IN KEY /) || + lines[line].match(/\. IN DNSKEY /)) && lines[line+1].length === 0) { + return (readRFC3110(lines[line])); + } + throw (new Error('Cannot parse dnssec key')); +} + +function readRFC3110(keyString) { + var elems = keyString.split(' '); + //unused var flags = parseInt(elems[3], 10); + //unused var protocol = parseInt(elems[4], 10); + var algorithm = parseInt(elems[5], 10); + if (!supportedAlgosById[algorithm]) + throw (new Error('Unsupported algorithm: ' + algorithm)); + var base64key = elems.slice(6, elems.length).join(); + var keyBuffer = Buffer.from(base64key, 'base64'); + if (supportedAlgosById[algorithm].match(/^RSA-/)) { + // join the rest of the body into a single base64-blob + var publicExponentLen = keyBuffer.readUInt8(0); + if (publicExponentLen != 3 && publicExponentLen != 1) + throw (new Error('Cannot parse dnssec key: ' + + 'unsupported exponent length')); + + var publicExponent = keyBuffer.slice(1, publicExponentLen+1); + publicExponent = utils.mpNormalize(publicExponent); + var modulus = keyBuffer.slice(1+publicExponentLen); + modulus = utils.mpNormalize(modulus); + // now, make the key + var rsaKey = { + type: 'rsa', + parts: [] + }; + rsaKey.parts.push({ name: 'e', data: publicExponent}); + rsaKey.parts.push({ name: 'n', data: modulus}); + return (new Key(rsaKey)); + } + if (supportedAlgosById[algorithm] === 'ECDSA-P384-SHA384' || + supportedAlgosById[algorithm] === 'ECDSA-P256-SHA256') { + var curve = 'nistp384'; + var size = 384; + if (supportedAlgosById[algorithm].match(/^ECDSA-P256-SHA256/)) { + curve = 'nistp256'; + size = 256; + } + + var ecdsaKey = { + type: 'ecdsa', + curve: curve, + size: size, + parts: [ + {name: 'curve', data: Buffer.from(curve) }, + {name: 'Q', data: utils.ecNormalize(keyBuffer) } + ] + }; + return (new Key(ecdsaKey)); + } + throw (new Error('Unsupported algorithm: ' + + supportedAlgosById[algorithm])); +} + +function elementToBuf(e) { + return (Buffer.from(e.split(' ')[1], 'base64')); +} + +function readDNSSECRSAPrivateKey(elements) { + var rsaParams = {}; + elements.forEach(function (element) { + if (element.split(' ')[0] === 'Modulus:') + rsaParams['n'] = elementToBuf(element); + else if (element.split(' ')[0] === 'PublicExponent:') + rsaParams['e'] = elementToBuf(element); + else if (element.split(' ')[0] === 'PrivateExponent:') + rsaParams['d'] = elementToBuf(element); + else if (element.split(' ')[0] === 'Prime1:') + rsaParams['p'] = elementToBuf(element); + else if (element.split(' ')[0] === 'Prime2:') + rsaParams['q'] = elementToBuf(element); + else if (element.split(' ')[0] === 'Exponent1:') + rsaParams['dmodp'] = elementToBuf(element); + else if (element.split(' ')[0] === 'Exponent2:') + rsaParams['dmodq'] = elementToBuf(element); + else if (element.split(' ')[0] === 'Coefficient:') + rsaParams['iqmp'] = elementToBuf(element); + }); + // now, make the key + var key = { + type: 'rsa', + parts: [ + { name: 'e', data: utils.mpNormalize(rsaParams['e'])}, + { name: 'n', data: utils.mpNormalize(rsaParams['n'])}, + { name: 'd', data: utils.mpNormalize(rsaParams['d'])}, + { name: 'p', data: utils.mpNormalize(rsaParams['p'])}, + { name: 'q', data: utils.mpNormalize(rsaParams['q'])}, + { name: 'dmodp', + data: utils.mpNormalize(rsaParams['dmodp'])}, + { name: 'dmodq', + data: utils.mpNormalize(rsaParams['dmodq'])}, + { name: 'iqmp', + data: utils.mpNormalize(rsaParams['iqmp'])} + ] + }; + return (new PrivateKey(key)); +} + +function readDNSSECPrivateKey(alg, elements) { + if (supportedAlgosById[alg].match(/^RSA-/)) { + return (readDNSSECRSAPrivateKey(elements)); + } + if (supportedAlgosById[alg] === 'ECDSA-P384-SHA384' || + supportedAlgosById[alg] === 'ECDSA-P256-SHA256') { + var d = Buffer.from(elements[0].split(' ')[1], 'base64'); + var curve = 'nistp384'; + var size = 384; + if (supportedAlgosById[alg] === 'ECDSA-P256-SHA256') { + curve = 'nistp256'; + size = 256; + } + // DNSSEC generates the public-key on the fly (go calculate it) + var publicKey = utils.publicFromPrivateECDSA(curve, d); + var Q = publicKey.part['Q'].data; + var ecdsaKey = { + type: 'ecdsa', + curve: curve, + size: size, + parts: [ + {name: 'curve', data: Buffer.from(curve) }, + {name: 'd', data: d }, + {name: 'Q', data: Q } + ] + }; + return (new PrivateKey(ecdsaKey)); + } + throw (new Error('Unsupported algorithm: ' + supportedAlgosById[alg])); +} + +function dnssecTimestamp(date) { + var year = date.getFullYear() + ''; //stringify + var month = (date.getMonth() + 1); + var timestampStr = year + month + date.getUTCDate(); + timestampStr += '' + date.getUTCHours() + date.getUTCMinutes(); + timestampStr += date.getUTCSeconds(); + return (timestampStr); +} + +function rsaAlgFromOptions(opts) { + if (!opts || !opts.hashAlgo || opts.hashAlgo === 'sha1') + return ('5 (RSASHA1)'); + else if (opts.hashAlgo === 'sha256') + return ('8 (RSASHA256)'); + else if (opts.hashAlgo === 'sha512') + return ('10 (RSASHA512)'); + else + throw (new Error('Unknown or unsupported hash: ' + + opts.hashAlgo)); +} + +function writeRSA(key, options) { + // if we're missing parts, add them. + if (!key.part.dmodp || !key.part.dmodq) { + utils.addRSAMissing(key); + } + + var out = ''; + out += 'Private-key-format: v1.3\n'; + out += 'Algorithm: ' + rsaAlgFromOptions(options) + '\n'; + var n = utils.mpDenormalize(key.part['n'].data); + out += 'Modulus: ' + n.toString('base64') + '\n'; + var e = utils.mpDenormalize(key.part['e'].data); + out += 'PublicExponent: ' + e.toString('base64') + '\n'; + var d = utils.mpDenormalize(key.part['d'].data); + out += 'PrivateExponent: ' + d.toString('base64') + '\n'; + var p = utils.mpDenormalize(key.part['p'].data); + out += 'Prime1: ' + p.toString('base64') + '\n'; + var q = utils.mpDenormalize(key.part['q'].data); + out += 'Prime2: ' + q.toString('base64') + '\n'; + var dmodp = utils.mpDenormalize(key.part['dmodp'].data); + out += 'Exponent1: ' + dmodp.toString('base64') + '\n'; + var dmodq = utils.mpDenormalize(key.part['dmodq'].data); + out += 'Exponent2: ' + dmodq.toString('base64') + '\n'; + var iqmp = utils.mpDenormalize(key.part['iqmp'].data); + out += 'Coefficient: ' + iqmp.toString('base64') + '\n'; + // Assume that we're valid as-of now + var timestamp = new Date(); + out += 'Created: ' + dnssecTimestamp(timestamp) + '\n'; + out += 'Publish: ' + dnssecTimestamp(timestamp) + '\n'; + out += 'Activate: ' + dnssecTimestamp(timestamp) + '\n'; + return (Buffer.from(out, 'ascii')); +} + +function writeECDSA(key, options) { + var out = ''; + out += 'Private-key-format: v1.3\n'; + + if (key.curve === 'nistp256') { + out += 'Algorithm: 13 (ECDSAP256SHA256)\n'; + } else if (key.curve === 'nistp384') { + out += 'Algorithm: 14 (ECDSAP384SHA384)\n'; + } else { + throw (new Error('Unsupported curve')); + } + var base64Key = key.part['d'].data.toString('base64'); + out += 'PrivateKey: ' + base64Key + '\n'; + + // Assume that we're valid as-of now + var timestamp = new Date(); + out += 'Created: ' + dnssecTimestamp(timestamp) + '\n'; + out += 'Publish: ' + dnssecTimestamp(timestamp) + '\n'; + out += 'Activate: ' + dnssecTimestamp(timestamp) + '\n'; + + return (Buffer.from(out, 'ascii')); +} + +function write(key, options) { + if (PrivateKey.isPrivateKey(key)) { + if (key.type === 'rsa') { + return (writeRSA(key, options)); + } else if (key.type === 'ecdsa') { + return (writeECDSA(key, options)); + } else { + throw (new Error('Unsupported algorithm: ' + key.type)); + } + } else if (Key.isKey(key)) { + /* + * RFC3110 requires a keyname, and a keytype, which we + * don't really have a mechanism for specifying such + * additional metadata. + */ + throw (new Error('Format "dnssec" only supports ' + + 'writing private keys')); + } else { + throw (new Error('key is not a Key or PrivateKey')); + } +} diff --git a/node_modules/sshpk/lib/formats/openssh-cert.js b/node_modules/sshpk/lib/formats/openssh-cert.js new file mode 100644 index 0000000..766f3d3 --- /dev/null +++ b/node_modules/sshpk/lib/formats/openssh-cert.js @@ -0,0 +1,352 @@ +// Copyright 2017 Joyent, Inc. + +module.exports = { + read: read, + verify: verify, + sign: sign, + signAsync: signAsync, + write: write, + + /* Internal private API */ + fromBuffer: fromBuffer, + toBuffer: toBuffer +}; + +var assert = require('assert-plus'); +var SSHBuffer = require('../ssh-buffer'); +var crypto = require('crypto'); +var Buffer = require('safer-buffer').Buffer; +var algs = require('../algs'); +var Key = require('../key'); +var PrivateKey = require('../private-key'); +var Identity = require('../identity'); +var rfc4253 = require('./rfc4253'); +var Signature = require('../signature'); +var utils = require('../utils'); +var Certificate = require('../certificate'); + +function verify(cert, key) { + /* + * We always give an issuerKey, so if our verify() is being called then + * there was no signature. Return false. + */ + return (false); +} + +var TYPES = { + 'user': 1, + 'host': 2 +}; +Object.keys(TYPES).forEach(function (k) { TYPES[TYPES[k]] = k; }); + +var ECDSA_ALGO = /^ecdsa-sha2-([^@-]+)-cert-v01@openssh.com$/; + +function read(buf, options) { + if (Buffer.isBuffer(buf)) + buf = buf.toString('ascii'); + var parts = buf.trim().split(/[ \t\n]+/g); + if (parts.length < 2 || parts.length > 3) + throw (new Error('Not a valid SSH certificate line')); + + var algo = parts[0]; + var data = parts[1]; + + data = Buffer.from(data, 'base64'); + return (fromBuffer(data, algo)); +} + +function fromBuffer(data, algo, partial) { + var sshbuf = new SSHBuffer({ buffer: data }); + var innerAlgo = sshbuf.readString(); + if (algo !== undefined && innerAlgo !== algo) + throw (new Error('SSH certificate algorithm mismatch')); + if (algo === undefined) + algo = innerAlgo; + + var cert = {}; + cert.signatures = {}; + cert.signatures.openssh = {}; + + cert.signatures.openssh.nonce = sshbuf.readBuffer(); + + var key = {}; + var parts = (key.parts = []); + key.type = getAlg(algo); + + var partCount = algs.info[key.type].parts.length; + while (parts.length < partCount) + parts.push(sshbuf.readPart()); + assert.ok(parts.length >= 1, 'key must have at least one part'); + + var algInfo = algs.info[key.type]; + if (key.type === 'ecdsa') { + var res = ECDSA_ALGO.exec(algo); + assert.ok(res !== null); + assert.strictEqual(res[1], parts[0].data.toString()); + } + + for (var i = 0; i < algInfo.parts.length; ++i) { + parts[i].name = algInfo.parts[i]; + if (parts[i].name !== 'curve' && + algInfo.normalize !== false) { + var p = parts[i]; + p.data = utils.mpNormalize(p.data); + } + } + + cert.subjectKey = new Key(key); + + cert.serial = sshbuf.readInt64(); + + var type = TYPES[sshbuf.readInt()]; + assert.string(type, 'valid cert type'); + + cert.signatures.openssh.keyId = sshbuf.readString(); + + var principals = []; + var pbuf = sshbuf.readBuffer(); + var psshbuf = new SSHBuffer({ buffer: pbuf }); + while (!psshbuf.atEnd()) + principals.push(psshbuf.readString()); + if (principals.length === 0) + principals = ['*']; + + cert.subjects = principals.map(function (pr) { + if (type === 'user') + return (Identity.forUser(pr)); + else if (type === 'host') + return (Identity.forHost(pr)); + throw (new Error('Unknown identity type ' + type)); + }); + + cert.validFrom = int64ToDate(sshbuf.readInt64()); + cert.validUntil = int64ToDate(sshbuf.readInt64()); + + var exts = []; + var extbuf = new SSHBuffer({ buffer: sshbuf.readBuffer() }); + var ext; + while (!extbuf.atEnd()) { + ext = { critical: true }; + ext.name = extbuf.readString(); + ext.data = extbuf.readBuffer(); + exts.push(ext); + } + extbuf = new SSHBuffer({ buffer: sshbuf.readBuffer() }); + while (!extbuf.atEnd()) { + ext = { critical: false }; + ext.name = extbuf.readString(); + ext.data = extbuf.readBuffer(); + exts.push(ext); + } + cert.signatures.openssh.exts = exts; + + /* reserved */ + sshbuf.readBuffer(); + + var signingKeyBuf = sshbuf.readBuffer(); + cert.issuerKey = rfc4253.read(signingKeyBuf); + + /* + * OpenSSH certs don't give the identity of the issuer, just their + * public key. So, we use an Identity that matches anything. The + * isSignedBy() function will later tell you if the key matches. + */ + cert.issuer = Identity.forHost('**'); + + var sigBuf = sshbuf.readBuffer(); + cert.signatures.openssh.signature = + Signature.parse(sigBuf, cert.issuerKey.type, 'ssh'); + + if (partial !== undefined) { + partial.remainder = sshbuf.remainder(); + partial.consumed = sshbuf._offset; + } + + return (new Certificate(cert)); +} + +function int64ToDate(buf) { + var i = buf.readUInt32BE(0) * 4294967296; + i += buf.readUInt32BE(4); + var d = new Date(); + d.setTime(i * 1000); + d.sourceInt64 = buf; + return (d); +} + +function dateToInt64(date) { + if (date.sourceInt64 !== undefined) + return (date.sourceInt64); + var i = Math.round(date.getTime() / 1000); + var upper = Math.floor(i / 4294967296); + var lower = Math.floor(i % 4294967296); + var buf = Buffer.alloc(8); + buf.writeUInt32BE(upper, 0); + buf.writeUInt32BE(lower, 4); + return (buf); +} + +function sign(cert, key) { + if (cert.signatures.openssh === undefined) + cert.signatures.openssh = {}; + try { + var blob = toBuffer(cert, true); + } catch (e) { + delete (cert.signatures.openssh); + return (false); + } + var sig = cert.signatures.openssh; + var hashAlgo = undefined; + if (key.type === 'rsa' || key.type === 'dsa') + hashAlgo = 'sha1'; + var signer = key.createSign(hashAlgo); + signer.write(blob); + sig.signature = signer.sign(); + return (true); +} + +function signAsync(cert, signer, done) { + if (cert.signatures.openssh === undefined) + cert.signatures.openssh = {}; + try { + var blob = toBuffer(cert, true); + } catch (e) { + delete (cert.signatures.openssh); + done(e); + return; + } + var sig = cert.signatures.openssh; + + signer(blob, function (err, signature) { + if (err) { + done(err); + return; + } + try { + /* + * This will throw if the signature isn't of a + * type/algo that can be used for SSH. + */ + signature.toBuffer('ssh'); + } catch (e) { + done(e); + return; + } + sig.signature = signature; + done(); + }); +} + +function write(cert, options) { + if (options === undefined) + options = {}; + + var blob = toBuffer(cert); + var out = getCertType(cert.subjectKey) + ' ' + blob.toString('base64'); + if (options.comment) + out = out + ' ' + options.comment; + return (out); +} + + +function toBuffer(cert, noSig) { + assert.object(cert.signatures.openssh, 'signature for openssh format'); + var sig = cert.signatures.openssh; + + if (sig.nonce === undefined) + sig.nonce = crypto.randomBytes(16); + var buf = new SSHBuffer({}); + buf.writeString(getCertType(cert.subjectKey)); + buf.writeBuffer(sig.nonce); + + var key = cert.subjectKey; + var algInfo = algs.info[key.type]; + algInfo.parts.forEach(function (part) { + buf.writePart(key.part[part]); + }); + + buf.writeInt64(cert.serial); + + var type = cert.subjects[0].type; + assert.notStrictEqual(type, 'unknown'); + cert.subjects.forEach(function (id) { + assert.strictEqual(id.type, type); + }); + type = TYPES[type]; + buf.writeInt(type); + + if (sig.keyId === undefined) { + sig.keyId = cert.subjects[0].type + '_' + + (cert.subjects[0].uid || cert.subjects[0].hostname); + } + buf.writeString(sig.keyId); + + var sub = new SSHBuffer({}); + cert.subjects.forEach(function (id) { + if (type === TYPES.host) + sub.writeString(id.hostname); + else if (type === TYPES.user) + sub.writeString(id.uid); + }); + buf.writeBuffer(sub.toBuffer()); + + buf.writeInt64(dateToInt64(cert.validFrom)); + buf.writeInt64(dateToInt64(cert.validUntil)); + + var exts = sig.exts; + if (exts === undefined) + exts = []; + + var extbuf = new SSHBuffer({}); + exts.forEach(function (ext) { + if (ext.critical !== true) + return; + extbuf.writeString(ext.name); + extbuf.writeBuffer(ext.data); + }); + buf.writeBuffer(extbuf.toBuffer()); + + extbuf = new SSHBuffer({}); + exts.forEach(function (ext) { + if (ext.critical === true) + return; + extbuf.writeString(ext.name); + extbuf.writeBuffer(ext.data); + }); + buf.writeBuffer(extbuf.toBuffer()); + + /* reserved */ + buf.writeBuffer(Buffer.alloc(0)); + + sub = rfc4253.write(cert.issuerKey); + buf.writeBuffer(sub); + + if (!noSig) + buf.writeBuffer(sig.signature.toBuffer('ssh')); + + return (buf.toBuffer()); +} + +function getAlg(certType) { + if (certType === 'ssh-rsa-cert-v01@openssh.com') + return ('rsa'); + if (certType === 'ssh-dss-cert-v01@openssh.com') + return ('dsa'); + if (certType.match(ECDSA_ALGO)) + return ('ecdsa'); + if (certType === 'ssh-ed25519-cert-v01@openssh.com') + return ('ed25519'); + throw (new Error('Unsupported cert type ' + certType)); +} + +function getCertType(key) { + if (key.type === 'rsa') + return ('ssh-rsa-cert-v01@openssh.com'); + if (key.type === 'dsa') + return ('ssh-dss-cert-v01@openssh.com'); + if (key.type === 'ecdsa') + return ('ecdsa-sha2-' + key.curve + '-cert-v01@openssh.com'); + if (key.type === 'ed25519') + return ('ssh-ed25519-cert-v01@openssh.com'); + throw (new Error('Unsupported key type ' + key.type)); +} diff --git a/node_modules/sshpk/lib/formats/pem.js b/node_modules/sshpk/lib/formats/pem.js new file mode 100644 index 0000000..bbe78fc --- /dev/null +++ b/node_modules/sshpk/lib/formats/pem.js @@ -0,0 +1,290 @@ +// Copyright 2018 Joyent, Inc. + +module.exports = { + read: read, + write: write +}; + +var assert = require('assert-plus'); +var asn1 = require('asn1'); +var crypto = require('crypto'); +var Buffer = require('safer-buffer').Buffer; +var algs = require('../algs'); +var utils = require('../utils'); +var Key = require('../key'); +var PrivateKey = require('../private-key'); + +var pkcs1 = require('./pkcs1'); +var pkcs8 = require('./pkcs8'); +var sshpriv = require('./ssh-private'); +var rfc4253 = require('./rfc4253'); + +var errors = require('../errors'); + +var OID_PBES2 = '1.2.840.113549.1.5.13'; +var OID_PBKDF2 = '1.2.840.113549.1.5.12'; + +var OID_TO_CIPHER = { + '1.2.840.113549.3.7': '3des-cbc', + '2.16.840.1.101.3.4.1.2': 'aes128-cbc', + '2.16.840.1.101.3.4.1.42': 'aes256-cbc' +}; +var CIPHER_TO_OID = {}; +Object.keys(OID_TO_CIPHER).forEach(function (k) { + CIPHER_TO_OID[OID_TO_CIPHER[k]] = k; +}); + +var OID_TO_HASH = { + '1.2.840.113549.2.7': 'sha1', + '1.2.840.113549.2.9': 'sha256', + '1.2.840.113549.2.11': 'sha512' +}; +var HASH_TO_OID = {}; +Object.keys(OID_TO_HASH).forEach(function (k) { + HASH_TO_OID[OID_TO_HASH[k]] = k; +}); + +/* + * For reading we support both PKCS#1 and PKCS#8. If we find a private key, + * we just take the public component of it and use that. + */ +function read(buf, options, forceType) { + var input = buf; + if (typeof (buf) !== 'string') { + assert.buffer(buf, 'buf'); + buf = buf.toString('ascii'); + } + + var lines = buf.trim().split(/[\r\n]+/g); + + var m; + var si = -1; + while (!m && si < lines.length) { + m = lines[++si].match(/*JSSTYLED*/ + /[-]+[ ]*BEGIN ([A-Z0-9][A-Za-z0-9]+ )?(PUBLIC|PRIVATE) KEY[ ]*[-]+/); + } + assert.ok(m, 'invalid PEM header'); + + var m2; + var ei = lines.length; + while (!m2 && ei > 0) { + m2 = lines[--ei].match(/*JSSTYLED*/ + /[-]+[ ]*END ([A-Z0-9][A-Za-z0-9]+ )?(PUBLIC|PRIVATE) KEY[ ]*[-]+/); + } + assert.ok(m2, 'invalid PEM footer'); + + /* Begin and end banners must match key type */ + assert.equal(m[2], m2[2]); + var type = m[2].toLowerCase(); + + var alg; + if (m[1]) { + /* They also must match algorithms, if given */ + assert.equal(m[1], m2[1], 'PEM header and footer mismatch'); + alg = m[1].trim(); + } + + lines = lines.slice(si, ei + 1); + + var headers = {}; + while (true) { + lines = lines.slice(1); + m = lines[0].match(/*JSSTYLED*/ + /^([A-Za-z0-9-]+): (.+)$/); + if (!m) + break; + headers[m[1].toLowerCase()] = m[2]; + } + + /* Chop off the first and last lines */ + lines = lines.slice(0, -1).join(''); + buf = Buffer.from(lines, 'base64'); + + var cipher, key, iv; + if (headers['proc-type']) { + var parts = headers['proc-type'].split(','); + if (parts[0] === '4' && parts[1] === 'ENCRYPTED') { + if (typeof (options.passphrase) === 'string') { + options.passphrase = Buffer.from( + options.passphrase, 'utf-8'); + } + if (!Buffer.isBuffer(options.passphrase)) { + throw (new errors.KeyEncryptedError( + options.filename, 'PEM')); + } else { + parts = headers['dek-info'].split(','); + assert.ok(parts.length === 2); + cipher = parts[0].toLowerCase(); + iv = Buffer.from(parts[1], 'hex'); + key = utils.opensslKeyDeriv(cipher, iv, + options.passphrase, 1).key; + } + } + } + + if (alg && alg.toLowerCase() === 'encrypted') { + var eder = new asn1.BerReader(buf); + var pbesEnd; + eder.readSequence(); + + eder.readSequence(); + pbesEnd = eder.offset + eder.length; + + var method = eder.readOID(); + if (method !== OID_PBES2) { + throw (new Error('Unsupported PEM/PKCS8 encryption ' + + 'scheme: ' + method)); + } + + eder.readSequence(); /* PBES2-params */ + + eder.readSequence(); /* keyDerivationFunc */ + var kdfEnd = eder.offset + eder.length; + var kdfOid = eder.readOID(); + if (kdfOid !== OID_PBKDF2) + throw (new Error('Unsupported PBES2 KDF: ' + kdfOid)); + eder.readSequence(); + var salt = eder.readString(asn1.Ber.OctetString, true); + var iterations = eder.readInt(); + var hashAlg = 'sha1'; + if (eder.offset < kdfEnd) { + eder.readSequence(); + var hashAlgOid = eder.readOID(); + hashAlg = OID_TO_HASH[hashAlgOid]; + if (hashAlg === undefined) { + throw (new Error('Unsupported PBKDF2 hash: ' + + hashAlgOid)); + } + } + eder._offset = kdfEnd; + + eder.readSequence(); /* encryptionScheme */ + var cipherOid = eder.readOID(); + cipher = OID_TO_CIPHER[cipherOid]; + if (cipher === undefined) { + throw (new Error('Unsupported PBES2 cipher: ' + + cipherOid)); + } + iv = eder.readString(asn1.Ber.OctetString, true); + + eder._offset = pbesEnd; + buf = eder.readString(asn1.Ber.OctetString, true); + + if (typeof (options.passphrase) === 'string') { + options.passphrase = Buffer.from( + options.passphrase, 'utf-8'); + } + if (!Buffer.isBuffer(options.passphrase)) { + throw (new errors.KeyEncryptedError( + options.filename, 'PEM')); + } + + var cinfo = utils.opensshCipherInfo(cipher); + + cipher = cinfo.opensslName; + key = utils.pbkdf2(hashAlg, salt, iterations, cinfo.keySize, + options.passphrase); + alg = undefined; + } + + if (cipher && key && iv) { + var cipherStream = crypto.createDecipheriv(cipher, key, iv); + var chunk, chunks = []; + cipherStream.once('error', function (e) { + if (e.toString().indexOf('bad decrypt') !== -1) { + throw (new Error('Incorrect passphrase ' + + 'supplied, could not decrypt key')); + } + throw (e); + }); + cipherStream.write(buf); + cipherStream.end(); + while ((chunk = cipherStream.read()) !== null) + chunks.push(chunk); + buf = Buffer.concat(chunks); + } + + /* The new OpenSSH internal format abuses PEM headers */ + if (alg && alg.toLowerCase() === 'openssh') + return (sshpriv.readSSHPrivate(type, buf, options)); + if (alg && alg.toLowerCase() === 'ssh2') + return (rfc4253.readType(type, buf, options)); + + var der = new asn1.BerReader(buf); + der.originalInput = input; + + /* + * All of the PEM file types start with a sequence tag, so chop it + * off here + */ + der.readSequence(); + + /* PKCS#1 type keys name an algorithm in the banner explicitly */ + if (alg) { + if (forceType) + assert.strictEqual(forceType, 'pkcs1'); + return (pkcs1.readPkcs1(alg, type, der)); + } else { + if (forceType) + assert.strictEqual(forceType, 'pkcs8'); + return (pkcs8.readPkcs8(alg, type, der)); + } +} + +function write(key, options, type) { + assert.object(key); + + var alg = { + 'ecdsa': 'EC', + 'rsa': 'RSA', + 'dsa': 'DSA', + 'ed25519': 'EdDSA' + }[key.type]; + var header; + + var der = new asn1.BerWriter(); + + if (PrivateKey.isPrivateKey(key)) { + if (type && type === 'pkcs8') { + header = 'PRIVATE KEY'; + pkcs8.writePkcs8(der, key); + } else { + if (type) + assert.strictEqual(type, 'pkcs1'); + header = alg + ' PRIVATE KEY'; + pkcs1.writePkcs1(der, key); + } + + } else if (Key.isKey(key)) { + if (type && type === 'pkcs1') { + header = alg + ' PUBLIC KEY'; + pkcs1.writePkcs1(der, key); + } else { + if (type) + assert.strictEqual(type, 'pkcs8'); + header = 'PUBLIC KEY'; + pkcs8.writePkcs8(der, key); + } + + } else { + throw (new Error('key is not a Key or PrivateKey')); + } + + var tmp = der.buffer.toString('base64'); + var len = tmp.length + (tmp.length / 64) + + 18 + 16 + header.length*2 + 10; + var buf = Buffer.alloc(len); + var o = 0; + o += buf.write('-----BEGIN ' + header + '-----\n', o); + for (var i = 0; i < tmp.length; ) { + var limit = i + 64; + if (limit > tmp.length) + limit = tmp.length; + o += buf.write(tmp.slice(i, limit), o); + buf[o++] = 10; + i = limit; + } + o += buf.write('-----END ' + header + '-----\n', o); + + return (buf.slice(0, o)); +} diff --git a/node_modules/sshpk/lib/formats/pkcs1.js b/node_modules/sshpk/lib/formats/pkcs1.js new file mode 100644 index 0000000..bc48550 --- /dev/null +++ b/node_modules/sshpk/lib/formats/pkcs1.js @@ -0,0 +1,373 @@ +// Copyright 2015 Joyent, Inc. + +module.exports = { + read: read, + readPkcs1: readPkcs1, + write: write, + writePkcs1: writePkcs1 +}; + +var assert = require('assert-plus'); +var asn1 = require('asn1'); +var Buffer = require('safer-buffer').Buffer; +var algs = require('../algs'); +var utils = require('../utils'); + +var Key = require('../key'); +var PrivateKey = require('../private-key'); +var pem = require('./pem'); + +var pkcs8 = require('./pkcs8'); +var readECDSACurve = pkcs8.readECDSACurve; + +function read(buf, options) { + return (pem.read(buf, options, 'pkcs1')); +} + +function write(key, options) { + return (pem.write(key, options, 'pkcs1')); +} + +/* Helper to read in a single mpint */ +function readMPInt(der, nm) { + assert.strictEqual(der.peek(), asn1.Ber.Integer, + nm + ' is not an Integer'); + return (utils.mpNormalize(der.readString(asn1.Ber.Integer, true))); +} + +function readPkcs1(alg, type, der) { + switch (alg) { + case 'RSA': + if (type === 'public') + return (readPkcs1RSAPublic(der)); + else if (type === 'private') + return (readPkcs1RSAPrivate(der)); + throw (new Error('Unknown key type: ' + type)); + case 'DSA': + if (type === 'public') + return (readPkcs1DSAPublic(der)); + else if (type === 'private') + return (readPkcs1DSAPrivate(der)); + throw (new Error('Unknown key type: ' + type)); + case 'EC': + case 'ECDSA': + if (type === 'private') + return (readPkcs1ECDSAPrivate(der)); + else if (type === 'public') + return (readPkcs1ECDSAPublic(der)); + throw (new Error('Unknown key type: ' + type)); + case 'EDDSA': + case 'EdDSA': + if (type === 'private') + return (readPkcs1EdDSAPrivate(der)); + throw (new Error(type + ' keys not supported with EdDSA')); + default: + throw (new Error('Unknown key algo: ' + alg)); + } +} + +function readPkcs1RSAPublic(der) { + // modulus and exponent + var n = readMPInt(der, 'modulus'); + var e = readMPInt(der, 'exponent'); + + // now, make the key + var key = { + type: 'rsa', + parts: [ + { name: 'e', data: e }, + { name: 'n', data: n } + ] + }; + + return (new Key(key)); +} + +function readPkcs1RSAPrivate(der) { + var version = readMPInt(der, 'version'); + assert.strictEqual(version[0], 0); + + // modulus then public exponent + var n = readMPInt(der, 'modulus'); + var e = readMPInt(der, 'public exponent'); + var d = readMPInt(der, 'private exponent'); + var p = readMPInt(der, 'prime1'); + var q = readMPInt(der, 'prime2'); + var dmodp = readMPInt(der, 'exponent1'); + var dmodq = readMPInt(der, 'exponent2'); + var iqmp = readMPInt(der, 'iqmp'); + + // now, make the key + var key = { + type: 'rsa', + parts: [ + { name: 'n', data: n }, + { name: 'e', data: e }, + { name: 'd', data: d }, + { name: 'iqmp', data: iqmp }, + { name: 'p', data: p }, + { name: 'q', data: q }, + { name: 'dmodp', data: dmodp }, + { name: 'dmodq', data: dmodq } + ] + }; + + return (new PrivateKey(key)); +} + +function readPkcs1DSAPrivate(der) { + var version = readMPInt(der, 'version'); + assert.strictEqual(version.readUInt8(0), 0); + + var p = readMPInt(der, 'p'); + var q = readMPInt(der, 'q'); + var g = readMPInt(der, 'g'); + var y = readMPInt(der, 'y'); + var x = readMPInt(der, 'x'); + + // now, make the key + var key = { + type: 'dsa', + parts: [ + { name: 'p', data: p }, + { name: 'q', data: q }, + { name: 'g', data: g }, + { name: 'y', data: y }, + { name: 'x', data: x } + ] + }; + + return (new PrivateKey(key)); +} + +function readPkcs1EdDSAPrivate(der) { + var version = readMPInt(der, 'version'); + assert.strictEqual(version.readUInt8(0), 1); + + // private key + var k = der.readString(asn1.Ber.OctetString, true); + + der.readSequence(0xa0); + var oid = der.readOID(); + assert.strictEqual(oid, '1.3.101.112', 'the ed25519 curve identifier'); + + der.readSequence(0xa1); + var A = utils.readBitString(der); + + var key = { + type: 'ed25519', + parts: [ + { name: 'A', data: utils.zeroPadToLength(A, 32) }, + { name: 'k', data: k } + ] + }; + + return (new PrivateKey(key)); +} + +function readPkcs1DSAPublic(der) { + var y = readMPInt(der, 'y'); + var p = readMPInt(der, 'p'); + var q = readMPInt(der, 'q'); + var g = readMPInt(der, 'g'); + + var key = { + type: 'dsa', + parts: [ + { name: 'y', data: y }, + { name: 'p', data: p }, + { name: 'q', data: q }, + { name: 'g', data: g } + ] + }; + + return (new Key(key)); +} + +function readPkcs1ECDSAPublic(der) { + der.readSequence(); + + var oid = der.readOID(); + assert.strictEqual(oid, '1.2.840.10045.2.1', 'must be ecPublicKey'); + + var curveOid = der.readOID(); + + var curve; + var curves = Object.keys(algs.curves); + for (var j = 0; j < curves.length; ++j) { + var c = curves[j]; + var cd = algs.curves[c]; + if (cd.pkcs8oid === curveOid) { + curve = c; + break; + } + } + assert.string(curve, 'a known ECDSA named curve'); + + var Q = der.readString(asn1.Ber.BitString, true); + Q = utils.ecNormalize(Q); + + var key = { + type: 'ecdsa', + parts: [ + { name: 'curve', data: Buffer.from(curve) }, + { name: 'Q', data: Q } + ] + }; + + return (new Key(key)); +} + +function readPkcs1ECDSAPrivate(der) { + var version = readMPInt(der, 'version'); + assert.strictEqual(version.readUInt8(0), 1); + + // private key + var d = der.readString(asn1.Ber.OctetString, true); + + der.readSequence(0xa0); + var curve = readECDSACurve(der); + assert.string(curve, 'a known elliptic curve'); + + der.readSequence(0xa1); + var Q = der.readString(asn1.Ber.BitString, true); + Q = utils.ecNormalize(Q); + + var key = { + type: 'ecdsa', + parts: [ + { name: 'curve', data: Buffer.from(curve) }, + { name: 'Q', data: Q }, + { name: 'd', data: d } + ] + }; + + return (new PrivateKey(key)); +} + +function writePkcs1(der, key) { + der.startSequence(); + + switch (key.type) { + case 'rsa': + if (PrivateKey.isPrivateKey(key)) + writePkcs1RSAPrivate(der, key); + else + writePkcs1RSAPublic(der, key); + break; + case 'dsa': + if (PrivateKey.isPrivateKey(key)) + writePkcs1DSAPrivate(der, key); + else + writePkcs1DSAPublic(der, key); + break; + case 'ecdsa': + if (PrivateKey.isPrivateKey(key)) + writePkcs1ECDSAPrivate(der, key); + else + writePkcs1ECDSAPublic(der, key); + break; + case 'ed25519': + if (PrivateKey.isPrivateKey(key)) + writePkcs1EdDSAPrivate(der, key); + else + writePkcs1EdDSAPublic(der, key); + break; + default: + throw (new Error('Unknown key algo: ' + key.type)); + } + + der.endSequence(); +} + +function writePkcs1RSAPublic(der, key) { + der.writeBuffer(key.part.n.data, asn1.Ber.Integer); + der.writeBuffer(key.part.e.data, asn1.Ber.Integer); +} + +function writePkcs1RSAPrivate(der, key) { + var ver = Buffer.from([0]); + der.writeBuffer(ver, asn1.Ber.Integer); + + der.writeBuffer(key.part.n.data, asn1.Ber.Integer); + der.writeBuffer(key.part.e.data, asn1.Ber.Integer); + der.writeBuffer(key.part.d.data, asn1.Ber.Integer); + der.writeBuffer(key.part.p.data, asn1.Ber.Integer); + der.writeBuffer(key.part.q.data, asn1.Ber.Integer); + if (!key.part.dmodp || !key.part.dmodq) + utils.addRSAMissing(key); + der.writeBuffer(key.part.dmodp.data, asn1.Ber.Integer); + der.writeBuffer(key.part.dmodq.data, asn1.Ber.Integer); + der.writeBuffer(key.part.iqmp.data, asn1.Ber.Integer); +} + +function writePkcs1DSAPrivate(der, key) { + var ver = Buffer.from([0]); + der.writeBuffer(ver, asn1.Ber.Integer); + + der.writeBuffer(key.part.p.data, asn1.Ber.Integer); + der.writeBuffer(key.part.q.data, asn1.Ber.Integer); + der.writeBuffer(key.part.g.data, asn1.Ber.Integer); + der.writeBuffer(key.part.y.data, asn1.Ber.Integer); + der.writeBuffer(key.part.x.data, asn1.Ber.Integer); +} + +function writePkcs1DSAPublic(der, key) { + der.writeBuffer(key.part.y.data, asn1.Ber.Integer); + der.writeBuffer(key.part.p.data, asn1.Ber.Integer); + der.writeBuffer(key.part.q.data, asn1.Ber.Integer); + der.writeBuffer(key.part.g.data, asn1.Ber.Integer); +} + +function writePkcs1ECDSAPublic(der, key) { + der.startSequence(); + + der.writeOID('1.2.840.10045.2.1'); /* ecPublicKey */ + var curve = key.part.curve.data.toString(); + var curveOid = algs.curves[curve].pkcs8oid; + assert.string(curveOid, 'a known ECDSA named curve'); + der.writeOID(curveOid); + + der.endSequence(); + + var Q = utils.ecNormalize(key.part.Q.data, true); + der.writeBuffer(Q, asn1.Ber.BitString); +} + +function writePkcs1ECDSAPrivate(der, key) { + var ver = Buffer.from([1]); + der.writeBuffer(ver, asn1.Ber.Integer); + + der.writeBuffer(key.part.d.data, asn1.Ber.OctetString); + + der.startSequence(0xa0); + var curve = key.part.curve.data.toString(); + var curveOid = algs.curves[curve].pkcs8oid; + assert.string(curveOid, 'a known ECDSA named curve'); + der.writeOID(curveOid); + der.endSequence(); + + der.startSequence(0xa1); + var Q = utils.ecNormalize(key.part.Q.data, true); + der.writeBuffer(Q, asn1.Ber.BitString); + der.endSequence(); +} + +function writePkcs1EdDSAPrivate(der, key) { + var ver = Buffer.from([1]); + der.writeBuffer(ver, asn1.Ber.Integer); + + der.writeBuffer(key.part.k.data, asn1.Ber.OctetString); + + der.startSequence(0xa0); + der.writeOID('1.3.101.112'); + der.endSequence(); + + der.startSequence(0xa1); + utils.writeBitString(der, key.part.A.data); + der.endSequence(); +} + +function writePkcs1EdDSAPublic(der, key) { + throw (new Error('Public keys are not supported for EdDSA PKCS#1')); +} diff --git a/node_modules/sshpk/lib/formats/pkcs8.js b/node_modules/sshpk/lib/formats/pkcs8.js new file mode 100644 index 0000000..07d04c8 --- /dev/null +++ b/node_modules/sshpk/lib/formats/pkcs8.js @@ -0,0 +1,643 @@ +// Copyright 2018 Joyent, Inc. + +module.exports = { + read: read, + readPkcs8: readPkcs8, + write: write, + writePkcs8: writePkcs8, + pkcs8ToBuffer: pkcs8ToBuffer, + + readECDSACurve: readECDSACurve, + writeECDSACurve: writeECDSACurve +}; + +var assert = require('assert-plus'); +var asn1 = require('asn1'); +var Buffer = require('safer-buffer').Buffer; +var algs = require('../algs'); +var utils = require('../utils'); +var Key = require('../key'); +var PrivateKey = require('../private-key'); +var pem = require('./pem'); + +function read(buf, options) { + return (pem.read(buf, options, 'pkcs8')); +} + +function write(key, options) { + return (pem.write(key, options, 'pkcs8')); +} + +/* Helper to read in a single mpint */ +function readMPInt(der, nm) { + assert.strictEqual(der.peek(), asn1.Ber.Integer, + nm + ' is not an Integer'); + return (utils.mpNormalize(der.readString(asn1.Ber.Integer, true))); +} + +function readPkcs8(alg, type, der) { + /* Private keys in pkcs#8 format have a weird extra int */ + if (der.peek() === asn1.Ber.Integer) { + assert.strictEqual(type, 'private', + 'unexpected Integer at start of public key'); + der.readString(asn1.Ber.Integer, true); + } + + der.readSequence(); + var next = der.offset + der.length; + + var oid = der.readOID(); + switch (oid) { + case '1.2.840.113549.1.1.1': + der._offset = next; + if (type === 'public') + return (readPkcs8RSAPublic(der)); + else + return (readPkcs8RSAPrivate(der)); + case '1.2.840.10040.4.1': + if (type === 'public') + return (readPkcs8DSAPublic(der)); + else + return (readPkcs8DSAPrivate(der)); + case '1.2.840.10045.2.1': + if (type === 'public') + return (readPkcs8ECDSAPublic(der)); + else + return (readPkcs8ECDSAPrivate(der)); + case '1.3.101.112': + if (type === 'public') { + return (readPkcs8EdDSAPublic(der)); + } else { + return (readPkcs8EdDSAPrivate(der)); + } + case '1.3.101.110': + if (type === 'public') { + return (readPkcs8X25519Public(der)); + } else { + return (readPkcs8X25519Private(der)); + } + default: + throw (new Error('Unknown key type OID ' + oid)); + } +} + +function readPkcs8RSAPublic(der) { + // bit string sequence + der.readSequence(asn1.Ber.BitString); + der.readByte(); + der.readSequence(); + + // modulus + var n = readMPInt(der, 'modulus'); + var e = readMPInt(der, 'exponent'); + + // now, make the key + var key = { + type: 'rsa', + source: der.originalInput, + parts: [ + { name: 'e', data: e }, + { name: 'n', data: n } + ] + }; + + return (new Key(key)); +} + +function readPkcs8RSAPrivate(der) { + der.readSequence(asn1.Ber.OctetString); + der.readSequence(); + + var ver = readMPInt(der, 'version'); + assert.equal(ver[0], 0x0, 'unknown RSA private key version'); + + // modulus then public exponent + var n = readMPInt(der, 'modulus'); + var e = readMPInt(der, 'public exponent'); + var d = readMPInt(der, 'private exponent'); + var p = readMPInt(der, 'prime1'); + var q = readMPInt(der, 'prime2'); + var dmodp = readMPInt(der, 'exponent1'); + var dmodq = readMPInt(der, 'exponent2'); + var iqmp = readMPInt(der, 'iqmp'); + + // now, make the key + var key = { + type: 'rsa', + parts: [ + { name: 'n', data: n }, + { name: 'e', data: e }, + { name: 'd', data: d }, + { name: 'iqmp', data: iqmp }, + { name: 'p', data: p }, + { name: 'q', data: q }, + { name: 'dmodp', data: dmodp }, + { name: 'dmodq', data: dmodq } + ] + }; + + return (new PrivateKey(key)); +} + +function readPkcs8DSAPublic(der) { + der.readSequence(); + + var p = readMPInt(der, 'p'); + var q = readMPInt(der, 'q'); + var g = readMPInt(der, 'g'); + + // bit string sequence + der.readSequence(asn1.Ber.BitString); + der.readByte(); + + var y = readMPInt(der, 'y'); + + // now, make the key + var key = { + type: 'dsa', + parts: [ + { name: 'p', data: p }, + { name: 'q', data: q }, + { name: 'g', data: g }, + { name: 'y', data: y } + ] + }; + + return (new Key(key)); +} + +function readPkcs8DSAPrivate(der) { + der.readSequence(); + + var p = readMPInt(der, 'p'); + var q = readMPInt(der, 'q'); + var g = readMPInt(der, 'g'); + + der.readSequence(asn1.Ber.OctetString); + var x = readMPInt(der, 'x'); + + /* The pkcs#8 format does not include the public key */ + var y = utils.calculateDSAPublic(g, p, x); + + var key = { + type: 'dsa', + parts: [ + { name: 'p', data: p }, + { name: 'q', data: q }, + { name: 'g', data: g }, + { name: 'y', data: y }, + { name: 'x', data: x } + ] + }; + + return (new PrivateKey(key)); +} + +function readECDSACurve(der) { + var curveName, curveNames; + var j, c, cd; + + if (der.peek() === asn1.Ber.OID) { + var oid = der.readOID(); + + curveNames = Object.keys(algs.curves); + for (j = 0; j < curveNames.length; ++j) { + c = curveNames[j]; + cd = algs.curves[c]; + if (cd.pkcs8oid === oid) { + curveName = c; + break; + } + } + + } else { + // ECParameters sequence + der.readSequence(); + var version = der.readString(asn1.Ber.Integer, true); + assert.strictEqual(version[0], 1, 'ECDSA key not version 1'); + + var curve = {}; + + // FieldID sequence + der.readSequence(); + var fieldTypeOid = der.readOID(); + assert.strictEqual(fieldTypeOid, '1.2.840.10045.1.1', + 'ECDSA key is not from a prime-field'); + var p = curve.p = utils.mpNormalize( + der.readString(asn1.Ber.Integer, true)); + /* + * p always starts with a 1 bit, so count the zeros to get its + * real size. + */ + curve.size = p.length * 8 - utils.countZeros(p); + + // Curve sequence + der.readSequence(); + curve.a = utils.mpNormalize( + der.readString(asn1.Ber.OctetString, true)); + curve.b = utils.mpNormalize( + der.readString(asn1.Ber.OctetString, true)); + if (der.peek() === asn1.Ber.BitString) + curve.s = der.readString(asn1.Ber.BitString, true); + + // Combined Gx and Gy + curve.G = der.readString(asn1.Ber.OctetString, true); + assert.strictEqual(curve.G[0], 0x4, + 'uncompressed G is required'); + + curve.n = utils.mpNormalize( + der.readString(asn1.Ber.Integer, true)); + curve.h = utils.mpNormalize( + der.readString(asn1.Ber.Integer, true)); + assert.strictEqual(curve.h[0], 0x1, 'a cofactor=1 curve is ' + + 'required'); + + curveNames = Object.keys(algs.curves); + var ks = Object.keys(curve); + for (j = 0; j < curveNames.length; ++j) { + c = curveNames[j]; + cd = algs.curves[c]; + var equal = true; + for (var i = 0; i < ks.length; ++i) { + var k = ks[i]; + if (cd[k] === undefined) + continue; + if (typeof (cd[k]) === 'object' && + cd[k].equals !== undefined) { + if (!cd[k].equals(curve[k])) { + equal = false; + break; + } + } else if (Buffer.isBuffer(cd[k])) { + if (cd[k].toString('binary') + !== curve[k].toString('binary')) { + equal = false; + break; + } + } else { + if (cd[k] !== curve[k]) { + equal = false; + break; + } + } + } + if (equal) { + curveName = c; + break; + } + } + } + return (curveName); +} + +function readPkcs8ECDSAPrivate(der) { + var curveName = readECDSACurve(der); + assert.string(curveName, 'a known elliptic curve'); + + der.readSequence(asn1.Ber.OctetString); + der.readSequence(); + + var version = readMPInt(der, 'version'); + assert.equal(version[0], 1, 'unknown version of ECDSA key'); + + var d = der.readString(asn1.Ber.OctetString, true); + var Q; + + if (der.peek() == 0xa0) { + der.readSequence(0xa0); + der._offset += der.length; + } + if (der.peek() == 0xa1) { + der.readSequence(0xa1); + Q = der.readString(asn1.Ber.BitString, true); + Q = utils.ecNormalize(Q); + } + + if (Q === undefined) { + var pub = utils.publicFromPrivateECDSA(curveName, d); + Q = pub.part.Q.data; + } + + var key = { + type: 'ecdsa', + parts: [ + { name: 'curve', data: Buffer.from(curveName) }, + { name: 'Q', data: Q }, + { name: 'd', data: d } + ] + }; + + return (new PrivateKey(key)); +} + +function readPkcs8ECDSAPublic(der) { + var curveName = readECDSACurve(der); + assert.string(curveName, 'a known elliptic curve'); + + var Q = der.readString(asn1.Ber.BitString, true); + Q = utils.ecNormalize(Q); + + var key = { + type: 'ecdsa', + parts: [ + { name: 'curve', data: Buffer.from(curveName) }, + { name: 'Q', data: Q } + ] + }; + + return (new Key(key)); +} + +function readPkcs8EdDSAPublic(der) { + if (der.peek() === 0x00) + der.readByte(); + + var A = utils.readBitString(der); + + var key = { + type: 'ed25519', + parts: [ + { name: 'A', data: utils.zeroPadToLength(A, 32) } + ] + }; + + return (new Key(key)); +} + +function readPkcs8X25519Public(der) { + var A = utils.readBitString(der); + + var key = { + type: 'curve25519', + parts: [ + { name: 'A', data: utils.zeroPadToLength(A, 32) } + ] + }; + + return (new Key(key)); +} + +function readPkcs8EdDSAPrivate(der) { + if (der.peek() === 0x00) + der.readByte(); + + der.readSequence(asn1.Ber.OctetString); + var k = der.readString(asn1.Ber.OctetString, true); + k = utils.zeroPadToLength(k, 32); + + var A, tag; + while ((tag = der.peek()) !== null) { + if (tag === (asn1.Ber.Context | 1)) { + A = utils.readBitString(der, tag); + } else { + der.readSequence(tag); + der._offset += der.length; + } + } + if (A === undefined) + A = utils.calculateED25519Public(k); + + var key = { + type: 'ed25519', + parts: [ + { name: 'A', data: utils.zeroPadToLength(A, 32) }, + { name: 'k', data: utils.zeroPadToLength(k, 32) } + ] + }; + + return (new PrivateKey(key)); +} + +function readPkcs8X25519Private(der) { + if (der.peek() === 0x00) + der.readByte(); + + der.readSequence(asn1.Ber.OctetString); + var k = der.readString(asn1.Ber.OctetString, true); + k = utils.zeroPadToLength(k, 32); + + var A = utils.calculateX25519Public(k); + + var key = { + type: 'curve25519', + parts: [ + { name: 'A', data: utils.zeroPadToLength(A, 32) }, + { name: 'k', data: utils.zeroPadToLength(k, 32) } + ] + }; + + return (new PrivateKey(key)); +} + +function pkcs8ToBuffer(key) { + var der = new asn1.BerWriter(); + writePkcs8(der, key); + return (der.buffer); +} + +function writePkcs8(der, key) { + der.startSequence(); + + if (PrivateKey.isPrivateKey(key)) { + var version = 0; + if (key.type === 'ed25519') + version = 1; + var vbuf = Buffer.from([version]); + der.writeBuffer(vbuf, asn1.Ber.Integer); + } + + der.startSequence(); + switch (key.type) { + case 'rsa': + der.writeOID('1.2.840.113549.1.1.1'); + if (PrivateKey.isPrivateKey(key)) + writePkcs8RSAPrivate(key, der); + else + writePkcs8RSAPublic(key, der); + break; + case 'dsa': + der.writeOID('1.2.840.10040.4.1'); + if (PrivateKey.isPrivateKey(key)) + writePkcs8DSAPrivate(key, der); + else + writePkcs8DSAPublic(key, der); + break; + case 'ecdsa': + der.writeOID('1.2.840.10045.2.1'); + if (PrivateKey.isPrivateKey(key)) + writePkcs8ECDSAPrivate(key, der); + else + writePkcs8ECDSAPublic(key, der); + break; + case 'ed25519': + der.writeOID('1.3.101.112'); + if (PrivateKey.isPrivateKey(key)) + writePkcs8EdDSAPrivate(key, der); + else + writePkcs8EdDSAPublic(key, der); + break; + default: + throw (new Error('Unsupported key type: ' + key.type)); + } + + der.endSequence(); +} + +function writePkcs8RSAPrivate(key, der) { + der.writeNull(); + der.endSequence(); + + der.startSequence(asn1.Ber.OctetString); + der.startSequence(); + + var version = Buffer.from([0]); + der.writeBuffer(version, asn1.Ber.Integer); + + der.writeBuffer(key.part.n.data, asn1.Ber.Integer); + der.writeBuffer(key.part.e.data, asn1.Ber.Integer); + der.writeBuffer(key.part.d.data, asn1.Ber.Integer); + der.writeBuffer(key.part.p.data, asn1.Ber.Integer); + der.writeBuffer(key.part.q.data, asn1.Ber.Integer); + if (!key.part.dmodp || !key.part.dmodq) + utils.addRSAMissing(key); + der.writeBuffer(key.part.dmodp.data, asn1.Ber.Integer); + der.writeBuffer(key.part.dmodq.data, asn1.Ber.Integer); + der.writeBuffer(key.part.iqmp.data, asn1.Ber.Integer); + + der.endSequence(); + der.endSequence(); +} + +function writePkcs8RSAPublic(key, der) { + der.writeNull(); + der.endSequence(); + + der.startSequence(asn1.Ber.BitString); + der.writeByte(0x00); + + der.startSequence(); + der.writeBuffer(key.part.n.data, asn1.Ber.Integer); + der.writeBuffer(key.part.e.data, asn1.Ber.Integer); + der.endSequence(); + + der.endSequence(); +} + +function writePkcs8DSAPrivate(key, der) { + der.startSequence(); + der.writeBuffer(key.part.p.data, asn1.Ber.Integer); + der.writeBuffer(key.part.q.data, asn1.Ber.Integer); + der.writeBuffer(key.part.g.data, asn1.Ber.Integer); + der.endSequence(); + + der.endSequence(); + + der.startSequence(asn1.Ber.OctetString); + der.writeBuffer(key.part.x.data, asn1.Ber.Integer); + der.endSequence(); +} + +function writePkcs8DSAPublic(key, der) { + der.startSequence(); + der.writeBuffer(key.part.p.data, asn1.Ber.Integer); + der.writeBuffer(key.part.q.data, asn1.Ber.Integer); + der.writeBuffer(key.part.g.data, asn1.Ber.Integer); + der.endSequence(); + der.endSequence(); + + der.startSequence(asn1.Ber.BitString); + der.writeByte(0x00); + der.writeBuffer(key.part.y.data, asn1.Ber.Integer); + der.endSequence(); +} + +function writeECDSACurve(key, der) { + var curve = algs.curves[key.curve]; + if (curve.pkcs8oid) { + /* This one has a name in pkcs#8, so just write the oid */ + der.writeOID(curve.pkcs8oid); + + } else { + // ECParameters sequence + der.startSequence(); + + var version = Buffer.from([1]); + der.writeBuffer(version, asn1.Ber.Integer); + + // FieldID sequence + der.startSequence(); + der.writeOID('1.2.840.10045.1.1'); // prime-field + der.writeBuffer(curve.p, asn1.Ber.Integer); + der.endSequence(); + + // Curve sequence + der.startSequence(); + var a = curve.p; + if (a[0] === 0x0) + a = a.slice(1); + der.writeBuffer(a, asn1.Ber.OctetString); + der.writeBuffer(curve.b, asn1.Ber.OctetString); + der.writeBuffer(curve.s, asn1.Ber.BitString); + der.endSequence(); + + der.writeBuffer(curve.G, asn1.Ber.OctetString); + der.writeBuffer(curve.n, asn1.Ber.Integer); + var h = curve.h; + if (!h) { + h = Buffer.from([1]); + } + der.writeBuffer(h, asn1.Ber.Integer); + + // ECParameters + der.endSequence(); + } +} + +function writePkcs8ECDSAPublic(key, der) { + writeECDSACurve(key, der); + der.endSequence(); + + var Q = utils.ecNormalize(key.part.Q.data, true); + der.writeBuffer(Q, asn1.Ber.BitString); +} + +function writePkcs8ECDSAPrivate(key, der) { + writeECDSACurve(key, der); + der.endSequence(); + + der.startSequence(asn1.Ber.OctetString); + der.startSequence(); + + var version = Buffer.from([1]); + der.writeBuffer(version, asn1.Ber.Integer); + + der.writeBuffer(key.part.d.data, asn1.Ber.OctetString); + + der.startSequence(0xa1); + var Q = utils.ecNormalize(key.part.Q.data, true); + der.writeBuffer(Q, asn1.Ber.BitString); + der.endSequence(); + + der.endSequence(); + der.endSequence(); +} + +function writePkcs8EdDSAPublic(key, der) { + der.endSequence(); + + utils.writeBitString(der, key.part.A.data); +} + +function writePkcs8EdDSAPrivate(key, der) { + der.endSequence(); + + der.startSequence(asn1.Ber.OctetString); + var k = utils.mpNormalize(key.part.k.data); + /* RFCs call for storing exactly 32 bytes, so strip any leading zeros */ + while (k.length > 32 && k[0] === 0x00) + k = k.slice(1); + der.writeBuffer(k, asn1.Ber.OctetString); + der.endSequence(); + + utils.writeBitString(der, key.part.A.data, asn1.Ber.Context | 1); +} diff --git a/node_modules/sshpk/lib/formats/putty.js b/node_modules/sshpk/lib/formats/putty.js new file mode 100644 index 0000000..e7b2add --- /dev/null +++ b/node_modules/sshpk/lib/formats/putty.js @@ -0,0 +1,194 @@ +// Copyright 2018 Joyent, Inc. + +module.exports = { + read: read, + write: write +}; + +var assert = require('assert-plus'); +var Buffer = require('safer-buffer').Buffer; +var rfc4253 = require('./rfc4253'); +var Key = require('../key'); +var SSHBuffer = require('../ssh-buffer'); +var crypto = require('crypto'); +var PrivateKey = require('../private-key'); + +var errors = require('../errors'); + +// https://tartarus.org/~simon/putty-prerel-snapshots/htmldoc/AppendixC.html +function read(buf, options) { + var lines = buf.toString('ascii').split(/[\r\n]+/); + var found = false; + var parts; + var si = 0; + var formatVersion; + while (si < lines.length) { + parts = splitHeader(lines[si++]); + if (parts) { + formatVersion = { + 'putty-user-key-file-2': 2, + 'putty-user-key-file-3': 3 + }[parts[0].toLowerCase()]; + if (formatVersion) { + found = true; + break; + } + } + } + if (!found) { + throw (new Error('No PuTTY format first line found')); + } + var alg = parts[1]; + + parts = splitHeader(lines[si++]); + assert.equal(parts[0].toLowerCase(), 'encryption'); + var encryption = parts[1]; + + parts = splitHeader(lines[si++]); + assert.equal(parts[0].toLowerCase(), 'comment'); + var comment = parts[1]; + + parts = splitHeader(lines[si++]); + assert.equal(parts[0].toLowerCase(), 'public-lines'); + var publicLines = parseInt(parts[1], 10); + if (!isFinite(publicLines) || publicLines < 0 || + publicLines > lines.length) { + throw (new Error('Invalid public-lines count')); + } + + var publicBuf = Buffer.from( + lines.slice(si, si + publicLines).join(''), 'base64'); + var keyType = rfc4253.algToKeyType(alg); + var key = rfc4253.read(publicBuf); + if (key.type !== keyType) { + throw (new Error('Outer key algorithm mismatch')); + } + + si += publicLines; + if (lines[si]) { + parts = splitHeader(lines[si++]); + assert.equal(parts[0].toLowerCase(), 'private-lines'); + var privateLines = parseInt(parts[1], 10); + if (!isFinite(privateLines) || privateLines < 0 || + privateLines > lines.length) { + throw (new Error('Invalid private-lines count')); + } + + var privateBuf = Buffer.from( + lines.slice(si, si + privateLines).join(''), 'base64'); + + if (encryption !== 'none' && formatVersion === 3) { + throw new Error('Encrypted keys arenot supported for' + + ' PuTTY format version 3'); + } + + if (encryption === 'aes256-cbc') { + if (!options.passphrase) { + throw (new errors.KeyEncryptedError( + options.filename, 'PEM')); + } + + var iv = Buffer.alloc(16, 0); + var decipher = crypto.createDecipheriv( + 'aes-256-cbc', + derivePPK2EncryptionKey(options.passphrase), + iv); + decipher.setAutoPadding(false); + privateBuf = Buffer.concat([ + decipher.update(privateBuf), decipher.final()]); + } + + key = new PrivateKey(key); + if (key.type !== keyType) { + throw (new Error('Outer key algorithm mismatch')); + } + + var sshbuf = new SSHBuffer({buffer: privateBuf}); + var privateKeyParts; + if (alg === 'ssh-dss') { + privateKeyParts = [ { + name: 'x', + data: sshbuf.readBuffer() + }]; + } else if (alg === 'ssh-rsa') { + privateKeyParts = [ + { name: 'd', data: sshbuf.readBuffer() }, + { name: 'p', data: sshbuf.readBuffer() }, + { name: 'q', data: sshbuf.readBuffer() }, + { name: 'iqmp', data: sshbuf.readBuffer() } + ]; + } else if (alg.match(/^ecdsa-sha2-nistp/)) { + privateKeyParts = [ { + name: 'd', data: sshbuf.readBuffer() + } ]; + } else if (alg === 'ssh-ed25519') { + privateKeyParts = [ { + name: 'k', data: sshbuf.readBuffer() + } ]; + } else { + throw new Error('Unsupported PPK key type: ' + alg); + } + + key = new PrivateKey({ + type: key.type, + parts: key.parts.concat(privateKeyParts) + }); + } + + key.comment = comment; + return (key); +} + +function derivePPK2EncryptionKey(passphrase) { + var hash1 = crypto.createHash('sha1').update(Buffer.concat([ + Buffer.from([0, 0, 0, 0]), + Buffer.from(passphrase) + ])).digest(); + var hash2 = crypto.createHash('sha1').update(Buffer.concat([ + Buffer.from([0, 0, 0, 1]), + Buffer.from(passphrase) + ])).digest(); + return (Buffer.concat([hash1, hash2]).slice(0, 32)); +} + +function splitHeader(line) { + var idx = line.indexOf(':'); + if (idx === -1) + return (null); + var header = line.slice(0, idx); + ++idx; + while (line[idx] === ' ') + ++idx; + var rest = line.slice(idx); + return ([header, rest]); +} + +function write(key, options) { + assert.object(key); + if (!Key.isKey(key)) + throw (new Error('Must be a public key')); + + var alg = rfc4253.keyTypeToAlg(key); + var buf = rfc4253.write(key); + var comment = key.comment || ''; + + var b64 = buf.toString('base64'); + var lines = wrap(b64, 64); + + lines.unshift('Public-Lines: ' + lines.length); + lines.unshift('Comment: ' + comment); + lines.unshift('Encryption: none'); + lines.unshift('PuTTY-User-Key-File-2: ' + alg); + + return (Buffer.from(lines.join('\n') + '\n')); +} + +function wrap(txt, len) { + var lines = []; + var pos = 0; + while (pos < txt.length) { + lines.push(txt.slice(pos, pos + 64)); + pos += 64; + } + return (lines); +} diff --git a/node_modules/sshpk/lib/formats/rfc4253.js b/node_modules/sshpk/lib/formats/rfc4253.js new file mode 100644 index 0000000..52fddcb --- /dev/null +++ b/node_modules/sshpk/lib/formats/rfc4253.js @@ -0,0 +1,166 @@ +// Copyright 2015 Joyent, Inc. + +module.exports = { + read: read.bind(undefined, false, undefined), + readType: read.bind(undefined, false), + write: write, + /* semi-private api, used by sshpk-agent */ + readPartial: read.bind(undefined, true), + + /* shared with ssh format */ + readInternal: read, + keyTypeToAlg: keyTypeToAlg, + algToKeyType: algToKeyType +}; + +var assert = require('assert-plus'); +var Buffer = require('safer-buffer').Buffer; +var algs = require('../algs'); +var utils = require('../utils'); +var Key = require('../key'); +var PrivateKey = require('../private-key'); +var SSHBuffer = require('../ssh-buffer'); + +function algToKeyType(alg) { + assert.string(alg); + if (alg === 'ssh-dss') + return ('dsa'); + else if (alg === 'ssh-rsa') + return ('rsa'); + else if (alg === 'ssh-ed25519') + return ('ed25519'); + else if (alg === 'ssh-curve25519') + return ('curve25519'); + else if (alg.match(/^ecdsa-sha2-/)) + return ('ecdsa'); + else + throw (new Error('Unknown algorithm ' + alg)); +} + +function keyTypeToAlg(key) { + assert.object(key); + if (key.type === 'dsa') + return ('ssh-dss'); + else if (key.type === 'rsa') + return ('ssh-rsa'); + else if (key.type === 'ed25519') + return ('ssh-ed25519'); + else if (key.type === 'curve25519') + return ('ssh-curve25519'); + else if (key.type === 'ecdsa') + return ('ecdsa-sha2-' + key.part.curve.data.toString()); + else + throw (new Error('Unknown key type ' + key.type)); +} + +function read(partial, type, buf, options) { + if (typeof (buf) === 'string') + buf = Buffer.from(buf); + assert.buffer(buf, 'buf'); + + var key = {}; + + var parts = key.parts = []; + var sshbuf = new SSHBuffer({buffer: buf}); + + var alg = sshbuf.readString(); + assert.ok(!sshbuf.atEnd(), 'key must have at least one part'); + + key.type = algToKeyType(alg); + + var partCount = algs.info[key.type].parts.length; + if (type && type === 'private') + partCount = algs.privInfo[key.type].parts.length; + + while (!sshbuf.atEnd() && parts.length < partCount) + parts.push(sshbuf.readPart()); + while (!partial && !sshbuf.atEnd()) + parts.push(sshbuf.readPart()); + + assert.ok(parts.length >= 1, + 'key must have at least one part'); + assert.ok(partial || sshbuf.atEnd(), + 'leftover bytes at end of key'); + + var Constructor = Key; + var algInfo = algs.info[key.type]; + if (type === 'private' || algInfo.parts.length !== parts.length) { + algInfo = algs.privInfo[key.type]; + Constructor = PrivateKey; + } + assert.strictEqual(algInfo.parts.length, parts.length); + + if (key.type === 'ecdsa') { + var res = /^ecdsa-sha2-(.+)$/.exec(alg); + assert.ok(res !== null); + assert.strictEqual(res[1], parts[0].data.toString()); + } + + var normalized = true; + for (var i = 0; i < algInfo.parts.length; ++i) { + var p = parts[i]; + p.name = algInfo.parts[i]; + /* + * OpenSSH stores ed25519 "private" keys as seed + public key + * concat'd together (k followed by A). We want to keep them + * separate for other formats that don't do this. + */ + if (key.type === 'ed25519' && p.name === 'k') + p.data = p.data.slice(0, 32); + + if (p.name !== 'curve' && algInfo.normalize !== false) { + var nd; + if (key.type === 'ed25519') { + nd = utils.zeroPadToLength(p.data, 32); + } else { + nd = utils.mpNormalize(p.data); + } + if (nd.toString('binary') !== + p.data.toString('binary')) { + p.data = nd; + normalized = false; + } + } + } + + if (normalized) + key._rfc4253Cache = sshbuf.toBuffer(); + + if (partial && typeof (partial) === 'object') { + partial.remainder = sshbuf.remainder(); + partial.consumed = sshbuf._offset; + } + + return (new Constructor(key)); +} + +function write(key, options) { + assert.object(key); + + var alg = keyTypeToAlg(key); + var i; + + var algInfo = algs.info[key.type]; + if (PrivateKey.isPrivateKey(key)) + algInfo = algs.privInfo[key.type]; + var parts = algInfo.parts; + + var buf = new SSHBuffer({}); + + buf.writeString(alg); + + for (i = 0; i < parts.length; ++i) { + var data = key.part[parts[i]].data; + if (algInfo.normalize !== false) { + if (key.type === 'ed25519') + data = utils.zeroPadToLength(data, 32); + else + data = utils.mpNormalize(data); + } + if (key.type === 'ed25519' && parts[i] === 'k') + data = Buffer.concat([data, key.part.A.data]); + buf.writeBuffer(data); + } + + return (buf.toBuffer()); +} diff --git a/node_modules/sshpk/lib/formats/ssh-private.js b/node_modules/sshpk/lib/formats/ssh-private.js new file mode 100644 index 0000000..5e7eed8 --- /dev/null +++ b/node_modules/sshpk/lib/formats/ssh-private.js @@ -0,0 +1,262 @@ +// Copyright 2015 Joyent, Inc. + +module.exports = { + read: read, + readSSHPrivate: readSSHPrivate, + write: write +}; + +var assert = require('assert-plus'); +var asn1 = require('asn1'); +var Buffer = require('safer-buffer').Buffer; +var algs = require('../algs'); +var utils = require('../utils'); +var crypto = require('crypto'); + +var Key = require('../key'); +var PrivateKey = require('../private-key'); +var pem = require('./pem'); +var rfc4253 = require('./rfc4253'); +var SSHBuffer = require('../ssh-buffer'); +var errors = require('../errors'); + +var bcrypt; + +function read(buf, options) { + return (pem.read(buf, options)); +} + +var MAGIC = 'openssh-key-v1'; + +function readSSHPrivate(type, buf, options) { + buf = new SSHBuffer({buffer: buf}); + + var magic = buf.readCString(); + assert.strictEqual(magic, MAGIC, 'bad magic string'); + + var cipher = buf.readString(); + var kdf = buf.readString(); + var kdfOpts = buf.readBuffer(); + + var nkeys = buf.readInt(); + if (nkeys !== 1) { + throw (new Error('OpenSSH-format key file contains ' + + 'multiple keys: this is unsupported.')); + } + + var pubKey = buf.readBuffer(); + + if (type === 'public') { + assert.ok(buf.atEnd(), 'excess bytes left after key'); + return (rfc4253.read(pubKey)); + } + + var privKeyBlob = buf.readBuffer(); + assert.ok(buf.atEnd(), 'excess bytes left after key'); + + var kdfOptsBuf = new SSHBuffer({ buffer: kdfOpts }); + switch (kdf) { + case 'none': + if (cipher !== 'none') { + throw (new Error('OpenSSH-format key uses KDF "none" ' + + 'but specifies a cipher other than "none"')); + } + break; + case 'bcrypt': + var salt = kdfOptsBuf.readBuffer(); + var rounds = kdfOptsBuf.readInt(); + var cinf = utils.opensshCipherInfo(cipher); + if (bcrypt === undefined) { + bcrypt = require('bcrypt-pbkdf'); + } + + if (typeof (options.passphrase) === 'string') { + options.passphrase = Buffer.from(options.passphrase, + 'utf-8'); + } + if (!Buffer.isBuffer(options.passphrase)) { + throw (new errors.KeyEncryptedError( + options.filename, 'OpenSSH')); + } + + var pass = new Uint8Array(options.passphrase); + var salti = new Uint8Array(salt); + /* Use the pbkdf to derive both the key and the IV. */ + var out = new Uint8Array(cinf.keySize + cinf.blockSize); + var res = bcrypt.pbkdf(pass, pass.length, salti, salti.length, + out, out.length, rounds); + if (res !== 0) { + throw (new Error('bcrypt_pbkdf function returned ' + + 'failure, parameters invalid')); + } + out = Buffer.from(out); + var ckey = out.slice(0, cinf.keySize); + var iv = out.slice(cinf.keySize, cinf.keySize + cinf.blockSize); + var cipherStream = crypto.createDecipheriv(cinf.opensslName, + ckey, iv); + cipherStream.setAutoPadding(false); + var chunk, chunks = []; + cipherStream.once('error', function (e) { + if (e.toString().indexOf('bad decrypt') !== -1) { + throw (new Error('Incorrect passphrase ' + + 'supplied, could not decrypt key')); + } + throw (e); + }); + cipherStream.write(privKeyBlob); + cipherStream.end(); + while ((chunk = cipherStream.read()) !== null) + chunks.push(chunk); + privKeyBlob = Buffer.concat(chunks); + break; + default: + throw (new Error( + 'OpenSSH-format key uses unknown KDF "' + kdf + '"')); + } + + buf = new SSHBuffer({buffer: privKeyBlob}); + + var checkInt1 = buf.readInt(); + var checkInt2 = buf.readInt(); + if (checkInt1 !== checkInt2) { + throw (new Error('Incorrect passphrase supplied, could not ' + + 'decrypt key')); + } + + var ret = {}; + var key = rfc4253.readInternal(ret, 'private', buf.remainder()); + + buf.skip(ret.consumed); + + var comment = buf.readString(); + key.comment = comment; + + return (key); +} + +function write(key, options) { + var pubKey; + if (PrivateKey.isPrivateKey(key)) + pubKey = key.toPublic(); + else + pubKey = key; + + var cipher = 'none'; + var kdf = 'none'; + var kdfopts = Buffer.alloc(0); + var cinf = { blockSize: 8 }; + var passphrase; + if (options !== undefined) { + passphrase = options.passphrase; + if (typeof (passphrase) === 'string') + passphrase = Buffer.from(passphrase, 'utf-8'); + if (passphrase !== undefined) { + assert.buffer(passphrase, 'options.passphrase'); + assert.optionalString(options.cipher, 'options.cipher'); + cipher = options.cipher; + if (cipher === undefined) + cipher = 'aes128-ctr'; + cinf = utils.opensshCipherInfo(cipher); + kdf = 'bcrypt'; + } + } + + var privBuf; + if (PrivateKey.isPrivateKey(key)) { + privBuf = new SSHBuffer({}); + var checkInt = crypto.randomBytes(4).readUInt32BE(0); + privBuf.writeInt(checkInt); + privBuf.writeInt(checkInt); + privBuf.write(key.toBuffer('rfc4253')); + privBuf.writeString(key.comment || ''); + + var n = 1; + while (privBuf._offset % cinf.blockSize !== 0) + privBuf.writeChar(n++); + privBuf = privBuf.toBuffer(); + } + + switch (kdf) { + case 'none': + break; + case 'bcrypt': + var salt = crypto.randomBytes(16); + var rounds = 16; + var kdfssh = new SSHBuffer({}); + kdfssh.writeBuffer(salt); + kdfssh.writeInt(rounds); + kdfopts = kdfssh.toBuffer(); + + if (bcrypt === undefined) { + bcrypt = require('bcrypt-pbkdf'); + } + var pass = new Uint8Array(passphrase); + var salti = new Uint8Array(salt); + /* Use the pbkdf to derive both the key and the IV. */ + var out = new Uint8Array(cinf.keySize + cinf.blockSize); + var res = bcrypt.pbkdf(pass, pass.length, salti, salti.length, + out, out.length, rounds); + if (res !== 0) { + throw (new Error('bcrypt_pbkdf function returned ' + + 'failure, parameters invalid')); + } + out = Buffer.from(out); + var ckey = out.slice(0, cinf.keySize); + var iv = out.slice(cinf.keySize, cinf.keySize + cinf.blockSize); + + var cipherStream = crypto.createCipheriv(cinf.opensslName, + ckey, iv); + cipherStream.setAutoPadding(false); + var chunk, chunks = []; + cipherStream.once('error', function (e) { + throw (e); + }); + cipherStream.write(privBuf); + cipherStream.end(); + while ((chunk = cipherStream.read()) !== null) + chunks.push(chunk); + privBuf = Buffer.concat(chunks); + break; + default: + throw (new Error('Unsupported kdf ' + kdf)); + } + + var buf = new SSHBuffer({}); + + buf.writeCString(MAGIC); + buf.writeString(cipher); /* cipher */ + buf.writeString(kdf); /* kdf */ + buf.writeBuffer(kdfopts); /* kdfoptions */ + + buf.writeInt(1); /* nkeys */ + buf.writeBuffer(pubKey.toBuffer('rfc4253')); + + if (privBuf) + buf.writeBuffer(privBuf); + + buf = buf.toBuffer(); + + var header; + if (PrivateKey.isPrivateKey(key)) + header = 'OPENSSH PRIVATE KEY'; + else + header = 'OPENSSH PUBLIC KEY'; + + var tmp = buf.toString('base64'); + var len = tmp.length + (tmp.length / 70) + + 18 + 16 + header.length*2 + 10; + buf = Buffer.alloc(len); + var o = 0; + o += buf.write('-----BEGIN ' + header + '-----\n', o); + for (var i = 0; i < tmp.length; ) { + var limit = i + 70; + if (limit > tmp.length) + limit = tmp.length; + o += buf.write(tmp.slice(i, limit), o); + buf[o++] = 10; + i = limit; + } + o += buf.write('-----END ' + header + '-----\n', o); + + return (buf.slice(0, o)); +} diff --git a/node_modules/sshpk/lib/formats/ssh.js b/node_modules/sshpk/lib/formats/ssh.js new file mode 100644 index 0000000..c8e9c93 --- /dev/null +++ b/node_modules/sshpk/lib/formats/ssh.js @@ -0,0 +1,115 @@ +// Copyright 2015 Joyent, Inc. + +module.exports = { + read: read, + write: write +}; + +var assert = require('assert-plus'); +var Buffer = require('safer-buffer').Buffer; +var rfc4253 = require('./rfc4253'); +var utils = require('../utils'); +var Key = require('../key'); +var PrivateKey = require('../private-key'); + +var sshpriv = require('./ssh-private'); + +/*JSSTYLED*/ +var SSHKEY_RE = /^([a-z0-9-]+)[ \t]+([a-zA-Z0-9+\/]+[=]*)([ \t]+([^ \t][^\n]*[\n]*)?)?$/; +/*JSSTYLED*/ +var SSHKEY_RE2 = /^([a-z0-9-]+)[ \t\n]+([a-zA-Z0-9+\/][a-zA-Z0-9+\/ \t\n=]*)([^a-zA-Z0-9+\/ \t\n=].*)?$/; + +function read(buf, options) { + if (typeof (buf) !== 'string') { + assert.buffer(buf, 'buf'); + buf = buf.toString('ascii'); + } + + var trimmed = buf.trim().replace(/[\\\r]/g, ''); + var m = trimmed.match(SSHKEY_RE); + if (!m) + m = trimmed.match(SSHKEY_RE2); + assert.ok(m, 'key must match regex'); + + var type = rfc4253.algToKeyType(m[1]); + var kbuf = Buffer.from(m[2], 'base64'); + + /* + * This is a bit tricky. If we managed to parse the key and locate the + * key comment with the regex, then do a non-partial read and assert + * that we have consumed all bytes. If we couldn't locate the key + * comment, though, there may be whitespace shenanigans going on that + * have conjoined the comment to the rest of the key. We do a partial + * read in this case to try to make the best out of a sorry situation. + */ + var key; + var ret = {}; + if (m[4]) { + try { + key = rfc4253.read(kbuf); + + } catch (e) { + m = trimmed.match(SSHKEY_RE2); + assert.ok(m, 'key must match regex'); + kbuf = Buffer.from(m[2], 'base64'); + key = rfc4253.readInternal(ret, 'public', kbuf); + } + } else { + key = rfc4253.readInternal(ret, 'public', kbuf); + } + + assert.strictEqual(type, key.type); + + if (m[4] && m[4].length > 0) { + key.comment = m[4]; + + } else if (ret.consumed) { + /* + * Now the magic: trying to recover the key comment when it's + * gotten conjoined to the key or otherwise shenanigan'd. + * + * Work out how much base64 we used, then drop all non-base64 + * chars from the beginning up to this point in the the string. + * Then offset in this and try to make up for missing = chars. + */ + var data = m[2] + (m[3] ? m[3] : ''); + var realOffset = Math.ceil(ret.consumed / 3) * 4; + data = data.slice(0, realOffset - 2). /*JSSTYLED*/ + replace(/[^a-zA-Z0-9+\/=]/g, '') + + data.slice(realOffset - 2); + + var padding = ret.consumed % 3; + if (padding > 0 && + data.slice(realOffset - 1, realOffset) !== '=') + realOffset--; + while (data.slice(realOffset, realOffset + 1) === '=') + realOffset++; + + /* Finally, grab what we think is the comment & clean it up. */ + var trailer = data.slice(realOffset); + trailer = trailer.replace(/[\r\n]/g, ' '). + replace(/^\s+/, ''); + if (trailer.match(/^[a-zA-Z0-9]/)) + key.comment = trailer; + } + + return (key); +} + +function write(key, options) { + assert.object(key); + if (!Key.isKey(key)) + throw (new Error('Must be a public key')); + + var parts = []; + var alg = rfc4253.keyTypeToAlg(key); + parts.push(alg); + + var buf = rfc4253.write(key); + parts.push(buf.toString('base64')); + + if (key.comment) + parts.push(key.comment); + + return (Buffer.from(parts.join(' '))); +} diff --git a/node_modules/sshpk/lib/formats/x509-pem.js b/node_modules/sshpk/lib/formats/x509-pem.js new file mode 100644 index 0000000..3155ef0 --- /dev/null +++ b/node_modules/sshpk/lib/formats/x509-pem.js @@ -0,0 +1,88 @@ +// Copyright 2016 Joyent, Inc. + +var x509 = require('./x509'); + +module.exports = { + read: read, + verify: x509.verify, + sign: x509.sign, + write: write +}; + +var assert = require('assert-plus'); +var asn1 = require('asn1'); +var Buffer = require('safer-buffer').Buffer; +var algs = require('../algs'); +var utils = require('../utils'); +var Key = require('../key'); +var PrivateKey = require('../private-key'); +var pem = require('./pem'); +var Identity = require('../identity'); +var Signature = require('../signature'); +var Certificate = require('../certificate'); + +function read(buf, options) { + if (typeof (buf) !== 'string') { + assert.buffer(buf, 'buf'); + buf = buf.toString('ascii'); + } + + var lines = buf.trim().split(/[\r\n]+/g); + + var m; + var si = -1; + while (!m && si < lines.length) { + m = lines[++si].match(/*JSSTYLED*/ + /[-]+[ ]*BEGIN CERTIFICATE[ ]*[-]+/); + } + assert.ok(m, 'invalid PEM header'); + + var m2; + var ei = lines.length; + while (!m2 && ei > 0) { + m2 = lines[--ei].match(/*JSSTYLED*/ + /[-]+[ ]*END CERTIFICATE[ ]*[-]+/); + } + assert.ok(m2, 'invalid PEM footer'); + + lines = lines.slice(si, ei + 1); + + var headers = {}; + while (true) { + lines = lines.slice(1); + m = lines[0].match(/*JSSTYLED*/ + /^([A-Za-z0-9-]+): (.+)$/); + if (!m) + break; + headers[m[1].toLowerCase()] = m[2]; + } + + /* Chop off the first and last lines */ + lines = lines.slice(0, -1).join(''); + buf = Buffer.from(lines, 'base64'); + + return (x509.read(buf, options)); +} + +function write(cert, options) { + var dbuf = x509.write(cert, options); + + var header = 'CERTIFICATE'; + var tmp = dbuf.toString('base64'); + var len = tmp.length + (tmp.length / 64) + + 18 + 16 + header.length*2 + 10; + var buf = Buffer.alloc(len); + var o = 0; + o += buf.write('-----BEGIN ' + header + '-----\n', o); + for (var i = 0; i < tmp.length; ) { + var limit = i + 64; + if (limit > tmp.length) + limit = tmp.length; + o += buf.write(tmp.slice(i, limit), o); + buf[o++] = 10; + i = limit; + } + o += buf.write('-----END ' + header + '-----\n', o); + + return (buf.slice(0, o)); +} diff --git a/node_modules/sshpk/lib/formats/x509.js b/node_modules/sshpk/lib/formats/x509.js new file mode 100644 index 0000000..0144c44 --- /dev/null +++ b/node_modules/sshpk/lib/formats/x509.js @@ -0,0 +1,752 @@ +// Copyright 2017 Joyent, Inc. + +module.exports = { + read: read, + verify: verify, + sign: sign, + signAsync: signAsync, + write: write +}; + +var assert = require('assert-plus'); +var asn1 = require('asn1'); +var Buffer = require('safer-buffer').Buffer; +var algs = require('../algs'); +var utils = require('../utils'); +var Key = require('../key'); +var PrivateKey = require('../private-key'); +var pem = require('./pem'); +var Identity = require('../identity'); +var Signature = require('../signature'); +var Certificate = require('../certificate'); +var pkcs8 = require('./pkcs8'); + +/* + * This file is based on RFC5280 (X.509). + */ + +/* Helper to read in a single mpint */ +function readMPInt(der, nm) { + assert.strictEqual(der.peek(), asn1.Ber.Integer, + nm + ' is not an Integer'); + return (utils.mpNormalize(der.readString(asn1.Ber.Integer, true))); +} + +function verify(cert, key) { + var sig = cert.signatures.x509; + assert.object(sig, 'x509 signature'); + + var algParts = sig.algo.split('-'); + if (algParts[0] !== key.type) + return (false); + + var blob = sig.cache; + if (blob === undefined) { + var der = new asn1.BerWriter(); + writeTBSCert(cert, der); + blob = der.buffer; + } + + var verifier = key.createVerify(algParts[1]); + verifier.write(blob); + return (verifier.verify(sig.signature)); +} + +function Local(i) { + return (asn1.Ber.Context | asn1.Ber.Constructor | i); +} + +function Context(i) { + return (asn1.Ber.Context | i); +} + +var SIGN_ALGS = { + 'rsa-md5': '1.2.840.113549.1.1.4', + 'rsa-sha1': '1.2.840.113549.1.1.5', + 'rsa-sha256': '1.2.840.113549.1.1.11', + 'rsa-sha384': '1.2.840.113549.1.1.12', + 'rsa-sha512': '1.2.840.113549.1.1.13', + 'dsa-sha1': '1.2.840.10040.4.3', + 'dsa-sha256': '2.16.840.1.101.3.4.3.2', + 'ecdsa-sha1': '1.2.840.10045.4.1', + 'ecdsa-sha256': '1.2.840.10045.4.3.2', + 'ecdsa-sha384': '1.2.840.10045.4.3.3', + 'ecdsa-sha512': '1.2.840.10045.4.3.4', + 'ed25519-sha512': '1.3.101.112' +}; +Object.keys(SIGN_ALGS).forEach(function (k) { + SIGN_ALGS[SIGN_ALGS[k]] = k; +}); +SIGN_ALGS['1.3.14.3.2.3'] = 'rsa-md5'; +SIGN_ALGS['1.3.14.3.2.29'] = 'rsa-sha1'; + +var EXTS = { + 'issuerKeyId': '2.5.29.35', + 'altName': '2.5.29.17', + 'basicConstraints': '2.5.29.19', + 'keyUsage': '2.5.29.15', + 'extKeyUsage': '2.5.29.37' +}; + +function read(buf, options) { + if (typeof (buf) === 'string') { + buf = Buffer.from(buf, 'binary'); + } + assert.buffer(buf, 'buf'); + + var der = new asn1.BerReader(buf); + + der.readSequence(); + if (Math.abs(der.length - der.remain) > 1) { + throw (new Error('DER sequence does not contain whole byte ' + + 'stream')); + } + + var tbsStart = der.offset; + der.readSequence(); + var sigOffset = der.offset + der.length; + var tbsEnd = sigOffset; + + if (der.peek() === Local(0)) { + der.readSequence(Local(0)); + var version = der.readInt(); + assert.ok(version <= 3, + 'only x.509 versions up to v3 supported'); + } + + var cert = {}; + cert.signatures = {}; + var sig = (cert.signatures.x509 = {}); + sig.extras = {}; + + cert.serial = readMPInt(der, 'serial'); + + der.readSequence(); + var after = der.offset + der.length; + var certAlgOid = der.readOID(); + var certAlg = SIGN_ALGS[certAlgOid]; + if (certAlg === undefined) + throw (new Error('unknown signature algorithm ' + certAlgOid)); + + der._offset = after; + cert.issuer = Identity.parseAsn1(der); + + der.readSequence(); + cert.validFrom = readDate(der); + cert.validUntil = readDate(der); + + cert.subjects = [Identity.parseAsn1(der)]; + + der.readSequence(); + after = der.offset + der.length; + cert.subjectKey = pkcs8.readPkcs8(undefined, 'public', der); + der._offset = after; + + /* issuerUniqueID */ + if (der.peek() === Local(1)) { + der.readSequence(Local(1)); + sig.extras.issuerUniqueID = + buf.slice(der.offset, der.offset + der.length); + der._offset += der.length; + } + + /* subjectUniqueID */ + if (der.peek() === Local(2)) { + der.readSequence(Local(2)); + sig.extras.subjectUniqueID = + buf.slice(der.offset, der.offset + der.length); + der._offset += der.length; + } + + /* extensions */ + if (der.peek() === Local(3)) { + der.readSequence(Local(3)); + var extEnd = der.offset + der.length; + der.readSequence(); + + while (der.offset < extEnd) + readExtension(cert, buf, der); + + assert.strictEqual(der.offset, extEnd); + } + + assert.strictEqual(der.offset, sigOffset); + + der.readSequence(); + after = der.offset + der.length; + var sigAlgOid = der.readOID(); + var sigAlg = SIGN_ALGS[sigAlgOid]; + if (sigAlg === undefined) + throw (new Error('unknown signature algorithm ' + sigAlgOid)); + der._offset = after; + + var sigData = der.readString(asn1.Ber.BitString, true); + if (sigData[0] === 0) + sigData = sigData.slice(1); + var algParts = sigAlg.split('-'); + + sig.signature = Signature.parse(sigData, algParts[0], 'asn1'); + sig.signature.hashAlgorithm = algParts[1]; + sig.algo = sigAlg; + sig.cache = buf.slice(tbsStart, tbsEnd); + + return (new Certificate(cert)); +} + +function readDate(der) { + if (der.peek() === asn1.Ber.UTCTime) { + return (utcTimeToDate(der.readString(asn1.Ber.UTCTime))); + } else if (der.peek() === asn1.Ber.GeneralizedTime) { + return (gTimeToDate(der.readString(asn1.Ber.GeneralizedTime))); + } else { + throw (new Error('Unsupported date format')); + } +} + +function writeDate(der, date) { + if (date.getUTCFullYear() >= 2050 || date.getUTCFullYear() < 1950) { + der.writeString(dateToGTime(date), asn1.Ber.GeneralizedTime); + } else { + der.writeString(dateToUTCTime(date), asn1.Ber.UTCTime); + } +} + +/* RFC5280, section 4.2.1.6 (GeneralName type) */ +var ALTNAME = { + OtherName: Local(0), + RFC822Name: Context(1), + DNSName: Context(2), + X400Address: Local(3), + DirectoryName: Local(4), + EDIPartyName: Local(5), + URI: Context(6), + IPAddress: Context(7), + OID: Context(8) +}; + +/* RFC5280, section 4.2.1.12 (KeyPurposeId) */ +var EXTPURPOSE = { + 'serverAuth': '1.3.6.1.5.5.7.3.1', + 'clientAuth': '1.3.6.1.5.5.7.3.2', + 'codeSigning': '1.3.6.1.5.5.7.3.3', + + /* See https://github.com/joyent/oid-docs/blob/master/root.md */ + 'joyentDocker': '1.3.6.1.4.1.38678.1.4.1', + 'joyentCmon': '1.3.6.1.4.1.38678.1.4.2' +}; +var EXTPURPOSE_REV = {}; +Object.keys(EXTPURPOSE).forEach(function (k) { + EXTPURPOSE_REV[EXTPURPOSE[k]] = k; +}); + +var KEYUSEBITS = [ + 'signature', 'identity', 'keyEncryption', + 'encryption', 'keyAgreement', 'ca', 'crl' +]; + +function readExtension(cert, buf, der) { + der.readSequence(); + var after = der.offset + der.length; + var extId = der.readOID(); + var id; + var sig = cert.signatures.x509; + if (!sig.extras.exts) + sig.extras.exts = []; + + var critical; + if (der.peek() === asn1.Ber.Boolean) + critical = der.readBoolean(); + + switch (extId) { + case (EXTS.basicConstraints): + der.readSequence(asn1.Ber.OctetString); + der.readSequence(); + var bcEnd = der.offset + der.length; + var ca = false; + if (der.peek() === asn1.Ber.Boolean) + ca = der.readBoolean(); + if (cert.purposes === undefined) + cert.purposes = []; + if (ca === true) + cert.purposes.push('ca'); + var bc = { oid: extId, critical: critical }; + if (der.offset < bcEnd && der.peek() === asn1.Ber.Integer) + bc.pathLen = der.readInt(); + sig.extras.exts.push(bc); + break; + case (EXTS.extKeyUsage): + der.readSequence(asn1.Ber.OctetString); + der.readSequence(); + if (cert.purposes === undefined) + cert.purposes = []; + var ekEnd = der.offset + der.length; + while (der.offset < ekEnd) { + var oid = der.readOID(); + cert.purposes.push(EXTPURPOSE_REV[oid] || oid); + } + /* + * This is a bit of a hack: in the case where we have a cert + * that's only allowed to do serverAuth or clientAuth (and not + * the other), we want to make sure all our Subjects are of + * the right type. But we already parsed our Subjects and + * decided if they were hosts or users earlier (since it appears + * first in the cert). + * + * So we go through and mutate them into the right kind here if + * it doesn't match. This might not be hugely beneficial, as it + * seems that single-purpose certs are not often seen in the + * wild. + */ + if (cert.purposes.indexOf('serverAuth') !== -1 && + cert.purposes.indexOf('clientAuth') === -1) { + cert.subjects.forEach(function (ide) { + if (ide.type !== 'host') { + ide.type = 'host'; + ide.hostname = ide.uid || + ide.email || + ide.components[0].value; + } + }); + } else if (cert.purposes.indexOf('clientAuth') !== -1 && + cert.purposes.indexOf('serverAuth') === -1) { + cert.subjects.forEach(function (ide) { + if (ide.type !== 'user') { + ide.type = 'user'; + ide.uid = ide.hostname || + ide.email || + ide.components[0].value; + } + }); + } + sig.extras.exts.push({ oid: extId, critical: critical }); + break; + case (EXTS.keyUsage): + der.readSequence(asn1.Ber.OctetString); + var bits = der.readString(asn1.Ber.BitString, true); + var setBits = readBitField(bits, KEYUSEBITS); + setBits.forEach(function (bit) { + if (cert.purposes === undefined) + cert.purposes = []; + if (cert.purposes.indexOf(bit) === -1) + cert.purposes.push(bit); + }); + sig.extras.exts.push({ oid: extId, critical: critical, + bits: bits }); + break; + case (EXTS.altName): + der.readSequence(asn1.Ber.OctetString); + der.readSequence(); + var aeEnd = der.offset + der.length; + while (der.offset < aeEnd) { + switch (der.peek()) { + case ALTNAME.OtherName: + case ALTNAME.EDIPartyName: + der.readSequence(); + der._offset += der.length; + break; + case ALTNAME.OID: + der.readOID(ALTNAME.OID); + break; + case ALTNAME.RFC822Name: + /* RFC822 specifies email addresses */ + var email = der.readString(ALTNAME.RFC822Name); + id = Identity.forEmail(email); + if (!cert.subjects[0].equals(id)) + cert.subjects.push(id); + break; + case ALTNAME.DirectoryName: + der.readSequence(ALTNAME.DirectoryName); + id = Identity.parseAsn1(der); + if (!cert.subjects[0].equals(id)) + cert.subjects.push(id); + break; + case ALTNAME.DNSName: + var host = der.readString( + ALTNAME.DNSName); + id = Identity.forHost(host); + if (!cert.subjects[0].equals(id)) + cert.subjects.push(id); + break; + default: + der.readString(der.peek()); + break; + } + } + sig.extras.exts.push({ oid: extId, critical: critical }); + break; + default: + sig.extras.exts.push({ + oid: extId, + critical: critical, + data: der.readString(asn1.Ber.OctetString, true) + }); + break; + } + + der._offset = after; +} + +var UTCTIME_RE = + /^([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})?Z$/; +function utcTimeToDate(t) { + var m = t.match(UTCTIME_RE); + assert.ok(m, 'timestamps must be in UTC'); + var d = new Date(); + + var thisYear = d.getUTCFullYear(); + var century = Math.floor(thisYear / 100) * 100; + + var year = parseInt(m[1], 10); + if (thisYear % 100 < 50 && year >= 60) + year += (century - 1); + else + year += century; + d.setUTCFullYear(year, parseInt(m[2], 10) - 1, parseInt(m[3], 10)); + d.setUTCHours(parseInt(m[4], 10), parseInt(m[5], 10)); + if (m[6] && m[6].length > 0) + d.setUTCSeconds(parseInt(m[6], 10)); + return (d); +} + +var GTIME_RE = + /^([0-9]{4})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})([0-9]{2})?Z$/; +function gTimeToDate(t) { + var m = t.match(GTIME_RE); + assert.ok(m); + var d = new Date(); + + d.setUTCFullYear(parseInt(m[1], 10), parseInt(m[2], 10) - 1, + parseInt(m[3], 10)); + d.setUTCHours(parseInt(m[4], 10), parseInt(m[5], 10)); + if (m[6] && m[6].length > 0) + d.setUTCSeconds(parseInt(m[6], 10)); + return (d); +} + +function zeroPad(n, m) { + if (m === undefined) + m = 2; + var s = '' + n; + while (s.length < m) + s = '0' + s; + return (s); +} + +function dateToUTCTime(d) { + var s = ''; + s += zeroPad(d.getUTCFullYear() % 100); + s += zeroPad(d.getUTCMonth() + 1); + s += zeroPad(d.getUTCDate()); + s += zeroPad(d.getUTCHours()); + s += zeroPad(d.getUTCMinutes()); + s += zeroPad(d.getUTCSeconds()); + s += 'Z'; + return (s); +} + +function dateToGTime(d) { + var s = ''; + s += zeroPad(d.getUTCFullYear(), 4); + s += zeroPad(d.getUTCMonth() + 1); + s += zeroPad(d.getUTCDate()); + s += zeroPad(d.getUTCHours()); + s += zeroPad(d.getUTCMinutes()); + s += zeroPad(d.getUTCSeconds()); + s += 'Z'; + return (s); +} + +function sign(cert, key) { + if (cert.signatures.x509 === undefined) + cert.signatures.x509 = {}; + var sig = cert.signatures.x509; + + sig.algo = key.type + '-' + key.defaultHashAlgorithm(); + if (SIGN_ALGS[sig.algo] === undefined) + return (false); + + var der = new asn1.BerWriter(); + writeTBSCert(cert, der); + var blob = der.buffer; + sig.cache = blob; + + var signer = key.createSign(); + signer.write(blob); + cert.signatures.x509.signature = signer.sign(); + + return (true); +} + +function signAsync(cert, signer, done) { + if (cert.signatures.x509 === undefined) + cert.signatures.x509 = {}; + var sig = cert.signatures.x509; + + var der = new asn1.BerWriter(); + writeTBSCert(cert, der); + var blob = der.buffer; + sig.cache = blob; + + signer(blob, function (err, signature) { + if (err) { + done(err); + return; + } + sig.algo = signature.type + '-' + signature.hashAlgorithm; + if (SIGN_ALGS[sig.algo] === undefined) { + done(new Error('Invalid signing algorithm "' + + sig.algo + '"')); + return; + } + sig.signature = signature; + done(); + }); +} + +function write(cert, options) { + var sig = cert.signatures.x509; + assert.object(sig, 'x509 signature'); + + var der = new asn1.BerWriter(); + der.startSequence(); + if (sig.cache) { + der._ensure(sig.cache.length); + sig.cache.copy(der._buf, der._offset); + der._offset += sig.cache.length; + } else { + writeTBSCert(cert, der); + } + + der.startSequence(); + der.writeOID(SIGN_ALGS[sig.algo]); + if (sig.algo.match(/^rsa-/)) + der.writeNull(); + der.endSequence(); + + var sigData = sig.signature.toBuffer('asn1'); + var data = Buffer.alloc(sigData.length + 1); + data[0] = 0; + sigData.copy(data, 1); + der.writeBuffer(data, asn1.Ber.BitString); + der.endSequence(); + + return (der.buffer); +} + +function writeTBSCert(cert, der) { + var sig = cert.signatures.x509; + assert.object(sig, 'x509 signature'); + + der.startSequence(); + + der.startSequence(Local(0)); + der.writeInt(2); + der.endSequence(); + + der.writeBuffer(utils.mpNormalize(cert.serial), asn1.Ber.Integer); + + der.startSequence(); + der.writeOID(SIGN_ALGS[sig.algo]); + if (sig.algo.match(/^rsa-/)) + der.writeNull(); + der.endSequence(); + + cert.issuer.toAsn1(der); + + der.startSequence(); + writeDate(der, cert.validFrom); + writeDate(der, cert.validUntil); + der.endSequence(); + + var subject = cert.subjects[0]; + var altNames = cert.subjects.slice(1); + subject.toAsn1(der); + + pkcs8.writePkcs8(der, cert.subjectKey); + + if (sig.extras && sig.extras.issuerUniqueID) { + der.writeBuffer(sig.extras.issuerUniqueID, Local(1)); + } + + if (sig.extras && sig.extras.subjectUniqueID) { + der.writeBuffer(sig.extras.subjectUniqueID, Local(2)); + } + + if (altNames.length > 0 || subject.type === 'host' || + (cert.purposes !== undefined && cert.purposes.length > 0) || + (sig.extras && sig.extras.exts)) { + der.startSequence(Local(3)); + der.startSequence(); + + var exts = []; + if (cert.purposes !== undefined && cert.purposes.length > 0) { + exts.push({ + oid: EXTS.basicConstraints, + critical: true + }); + exts.push({ + oid: EXTS.keyUsage, + critical: true + }); + exts.push({ + oid: EXTS.extKeyUsage, + critical: true + }); + } + exts.push({ oid: EXTS.altName }); + if (sig.extras && sig.extras.exts) + exts = sig.extras.exts; + + for (var i = 0; i < exts.length; ++i) { + der.startSequence(); + der.writeOID(exts[i].oid); + + if (exts[i].critical !== undefined) + der.writeBoolean(exts[i].critical); + + if (exts[i].oid === EXTS.altName) { + der.startSequence(asn1.Ber.OctetString); + der.startSequence(); + if (subject.type === 'host') { + der.writeString(subject.hostname, + Context(2)); + } + for (var j = 0; j < altNames.length; ++j) { + if (altNames[j].type === 'host') { + der.writeString( + altNames[j].hostname, + ALTNAME.DNSName); + } else if (altNames[j].type === + 'email') { + der.writeString( + altNames[j].email, + ALTNAME.RFC822Name); + } else { + /* + * Encode anything else as a + * DN style name for now. + */ + der.startSequence( + ALTNAME.DirectoryName); + altNames[j].toAsn1(der); + der.endSequence(); + } + } + der.endSequence(); + der.endSequence(); + } else if (exts[i].oid === EXTS.basicConstraints) { + der.startSequence(asn1.Ber.OctetString); + der.startSequence(); + var ca = (cert.purposes.indexOf('ca') !== -1); + var pathLen = exts[i].pathLen; + der.writeBoolean(ca); + if (pathLen !== undefined) + der.writeInt(pathLen); + der.endSequence(); + der.endSequence(); + } else if (exts[i].oid === EXTS.extKeyUsage) { + der.startSequence(asn1.Ber.OctetString); + der.startSequence(); + cert.purposes.forEach(function (purpose) { + if (purpose === 'ca') + return; + if (KEYUSEBITS.indexOf(purpose) !== -1) + return; + var oid = purpose; + if (EXTPURPOSE[purpose] !== undefined) + oid = EXTPURPOSE[purpose]; + der.writeOID(oid); + }); + der.endSequence(); + der.endSequence(); + } else if (exts[i].oid === EXTS.keyUsage) { + der.startSequence(asn1.Ber.OctetString); + /* + * If we parsed this certificate from a byte + * stream (i.e. we didn't generate it in sshpk) + * then we'll have a ".bits" property on the + * ext with the original raw byte contents. + * + * If we have this, use it here instead of + * regenerating it. This guarantees we output + * the same data we parsed, so signatures still + * validate. + */ + if (exts[i].bits !== undefined) { + der.writeBuffer(exts[i].bits, + asn1.Ber.BitString); + } else { + var bits = writeBitField(cert.purposes, + KEYUSEBITS); + der.writeBuffer(bits, + asn1.Ber.BitString); + } + der.endSequence(); + } else { + der.writeBuffer(exts[i].data, + asn1.Ber.OctetString); + } + + der.endSequence(); + } + + der.endSequence(); + der.endSequence(); + } + + der.endSequence(); +} + +/* + * Reads an ASN.1 BER bitfield out of the Buffer produced by doing + * `BerReader#readString(asn1.Ber.BitString)`. That function gives us the raw + * contents of the BitString tag, which is a count of unused bits followed by + * the bits as a right-padded byte string. + * + * `bits` is the Buffer, `bitIndex` should contain an array of string names + * for the bits in the string, ordered starting with bit #0 in the ASN.1 spec. + * + * Returns an array of Strings, the names of the bits that were set to 1. + */ +function readBitField(bits, bitIndex) { + var bitLen = 8 * (bits.length - 1) - bits[0]; + var setBits = {}; + for (var i = 0; i < bitLen; ++i) { + var byteN = 1 + Math.floor(i / 8); + var bit = 7 - (i % 8); + var mask = 1 << bit; + var bitVal = ((bits[byteN] & mask) !== 0); + var name = bitIndex[i]; + if (bitVal && typeof (name) === 'string') { + setBits[name] = true; + } + } + return (Object.keys(setBits)); +} + +/* + * `setBits` is an array of strings, containing the names for each bit that + * sould be set to 1. `bitIndex` is same as in `readBitField()`. + * + * Returns a Buffer, ready to be written out with `BerWriter#writeString()`. + */ +function writeBitField(setBits, bitIndex) { + var bitLen = bitIndex.length; + var blen = Math.ceil(bitLen / 8); + var unused = blen * 8 - bitLen; + var bits = Buffer.alloc(1 + blen); // zero-filled + bits[0] = unused; + for (var i = 0; i < bitLen; ++i) { + var byteN = 1 + Math.floor(i / 8); + var bit = 7 - (i % 8); + var mask = 1 << bit; + var name = bitIndex[i]; + if (name === undefined) + continue; + var bitVal = (setBits.indexOf(name) !== -1); + if (bitVal) { + bits[byteN] |= mask; + } + } + return (bits); +} diff --git a/node_modules/sshpk/lib/identity.js b/node_modules/sshpk/lib/identity.js new file mode 100644 index 0000000..7d75b66 --- /dev/null +++ b/node_modules/sshpk/lib/identity.js @@ -0,0 +1,373 @@ +// Copyright 2017 Joyent, Inc. + +module.exports = Identity; + +var assert = require('assert-plus'); +var algs = require('./algs'); +var crypto = require('crypto'); +var Fingerprint = require('./fingerprint'); +var Signature = require('./signature'); +var errs = require('./errors'); +var util = require('util'); +var utils = require('./utils'); +var asn1 = require('asn1'); +var Buffer = require('safer-buffer').Buffer; + +/*JSSTYLED*/ +var DNS_NAME_RE = /^([*]|[a-z0-9][a-z0-9\-]{0,62})(?:\.([*]|[a-z0-9][a-z0-9\-]{0,62}))*$/i; + +var oids = {}; +oids.cn = '2.5.4.3'; +oids.o = '2.5.4.10'; +oids.ou = '2.5.4.11'; +oids.l = '2.5.4.7'; +oids.s = '2.5.4.8'; +oids.c = '2.5.4.6'; +oids.sn = '2.5.4.4'; +oids.postalCode = '2.5.4.17'; +oids.serialNumber = '2.5.4.5'; +oids.street = '2.5.4.9'; +oids.x500UniqueIdentifier = '2.5.4.45'; +oids.role = '2.5.4.72'; +oids.telephoneNumber = '2.5.4.20'; +oids.description = '2.5.4.13'; +oids.dc = '0.9.2342.19200300.100.1.25'; +oids.uid = '0.9.2342.19200300.100.1.1'; +oids.mail = '0.9.2342.19200300.100.1.3'; +oids.title = '2.5.4.12'; +oids.gn = '2.5.4.42'; +oids.initials = '2.5.4.43'; +oids.pseudonym = '2.5.4.65'; +oids.emailAddress = '1.2.840.113549.1.9.1'; + +var unoids = {}; +Object.keys(oids).forEach(function (k) { + unoids[oids[k]] = k; +}); + +function Identity(opts) { + var self = this; + assert.object(opts, 'options'); + assert.arrayOfObject(opts.components, 'options.components'); + this.components = opts.components; + this.componentLookup = {}; + this.components.forEach(function (c) { + if (c.name && !c.oid) + c.oid = oids[c.name]; + if (c.oid && !c.name) + c.name = unoids[c.oid]; + if (self.componentLookup[c.name] === undefined) + self.componentLookup[c.name] = []; + self.componentLookup[c.name].push(c); + }); + if (this.componentLookup.cn && this.componentLookup.cn.length > 0) { + this.cn = this.componentLookup.cn[0].value; + } + assert.optionalString(opts.type, 'options.type'); + if (opts.type === undefined) { + if (this.components.length === 1 && + this.componentLookup.cn && + this.componentLookup.cn.length === 1 && + this.componentLookup.cn[0].value.match(DNS_NAME_RE)) { + this.type = 'host'; + this.hostname = this.componentLookup.cn[0].value; + + } else if (this.componentLookup.dc && + this.components.length === this.componentLookup.dc.length) { + this.type = 'host'; + this.hostname = this.componentLookup.dc.map( + function (c) { + return (c.value); + }).join('.'); + + } else if (this.componentLookup.uid && + this.components.length === + this.componentLookup.uid.length) { + this.type = 'user'; + this.uid = this.componentLookup.uid[0].value; + + } else if (this.componentLookup.cn && + this.componentLookup.cn.length === 1 && + this.componentLookup.cn[0].value.match(DNS_NAME_RE)) { + this.type = 'host'; + this.hostname = this.componentLookup.cn[0].value; + + } else if (this.componentLookup.uid && + this.componentLookup.uid.length === 1) { + this.type = 'user'; + this.uid = this.componentLookup.uid[0].value; + + } else if (this.componentLookup.mail && + this.componentLookup.mail.length === 1) { + this.type = 'email'; + this.email = this.componentLookup.mail[0].value; + + } else if (this.componentLookup.cn && + this.componentLookup.cn.length === 1) { + this.type = 'user'; + this.uid = this.componentLookup.cn[0].value; + + } else { + this.type = 'unknown'; + } + } else { + this.type = opts.type; + if (this.type === 'host') + this.hostname = opts.hostname; + else if (this.type === 'user') + this.uid = opts.uid; + else if (this.type === 'email') + this.email = opts.email; + else + throw (new Error('Unknown type ' + this.type)); + } +} + +Identity.prototype.toString = function () { + return (this.components.map(function (c) { + var n = c.name.toUpperCase(); + /*JSSTYLED*/ + n = n.replace(/=/g, '\\='); + var v = c.value; + /*JSSTYLED*/ + v = v.replace(/,/g, '\\,'); + return (n + '=' + v); + }).join(', ')); +}; + +Identity.prototype.get = function (name, asArray) { + assert.string(name, 'name'); + var arr = this.componentLookup[name]; + if (arr === undefined || arr.length === 0) + return (undefined); + if (!asArray && arr.length > 1) + throw (new Error('Multiple values for attribute ' + name)); + if (!asArray) + return (arr[0].value); + return (arr.map(function (c) { + return (c.value); + })); +}; + +Identity.prototype.toArray = function (idx) { + return (this.components.map(function (c) { + return ({ + name: c.name, + value: c.value + }); + })); +}; + +/* + * These are from X.680 -- PrintableString allowed chars are in section 37.4 + * table 8. Spec for IA5Strings is "1,6 + SPACE + DEL" where 1 refers to + * ISO IR #001 (standard ASCII control characters) and 6 refers to ISO IR #006 + * (the basic ASCII character set). + */ +/* JSSTYLED */ +var NOT_PRINTABLE = /[^a-zA-Z0-9 '(),+.\/:=?-]/; +/* JSSTYLED */ +var NOT_IA5 = /[^\x00-\x7f]/; + +Identity.prototype.toAsn1 = function (der, tag) { + der.startSequence(tag); + this.components.forEach(function (c) { + der.startSequence(asn1.Ber.Constructor | asn1.Ber.Set); + der.startSequence(); + der.writeOID(c.oid); + /* + * If we fit in a PrintableString, use that. Otherwise use an + * IA5String or UTF8String. + * + * If this identity was parsed from a DN, use the ASN.1 types + * from the original representation (otherwise this might not + * be a full match for the original in some validators). + */ + if (c.asn1type === asn1.Ber.Utf8String || + c.value.match(NOT_IA5)) { + var v = Buffer.from(c.value, 'utf8'); + der.writeBuffer(v, asn1.Ber.Utf8String); + + } else if (c.asn1type === asn1.Ber.IA5String || + c.value.match(NOT_PRINTABLE)) { + der.writeString(c.value, asn1.Ber.IA5String); + + } else { + var type = asn1.Ber.PrintableString; + if (c.asn1type !== undefined) + type = c.asn1type; + der.writeString(c.value, type); + } + der.endSequence(); + der.endSequence(); + }); + der.endSequence(); +}; + +function globMatch(a, b) { + if (a === '**' || b === '**') + return (true); + var aParts = a.split('.'); + var bParts = b.split('.'); + if (aParts.length !== bParts.length) + return (false); + for (var i = 0; i < aParts.length; ++i) { + if (aParts[i] === '*' || bParts[i] === '*') + continue; + if (aParts[i] !== bParts[i]) + return (false); + } + return (true); +} + +Identity.prototype.equals = function (other) { + if (!Identity.isIdentity(other, [1, 0])) + return (false); + if (other.components.length !== this.components.length) + return (false); + for (var i = 0; i < this.components.length; ++i) { + if (this.components[i].oid !== other.components[i].oid) + return (false); + if (!globMatch(this.components[i].value, + other.components[i].value)) { + return (false); + } + } + return (true); +}; + +Identity.forHost = function (hostname) { + assert.string(hostname, 'hostname'); + return (new Identity({ + type: 'host', + hostname: hostname, + components: [ { name: 'cn', value: hostname } ] + })); +}; + +Identity.forUser = function (uid) { + assert.string(uid, 'uid'); + return (new Identity({ + type: 'user', + uid: uid, + components: [ { name: 'uid', value: uid } ] + })); +}; + +Identity.forEmail = function (email) { + assert.string(email, 'email'); + return (new Identity({ + type: 'email', + email: email, + components: [ { name: 'mail', value: email } ] + })); +}; + +Identity.parseDN = function (dn) { + assert.string(dn, 'dn'); + var parts = ['']; + var idx = 0; + var rem = dn; + while (rem.length > 0) { + var m; + /*JSSTYLED*/ + if ((m = /^,/.exec(rem)) !== null) { + parts[++idx] = ''; + rem = rem.slice(m[0].length); + /*JSSTYLED*/ + } else if ((m = /^\\,/.exec(rem)) !== null) { + parts[idx] += ','; + rem = rem.slice(m[0].length); + /*JSSTYLED*/ + } else if ((m = /^\\./.exec(rem)) !== null) { + parts[idx] += m[0]; + rem = rem.slice(m[0].length); + /*JSSTYLED*/ + } else if ((m = /^[^\\,]+/.exec(rem)) !== null) { + parts[idx] += m[0]; + rem = rem.slice(m[0].length); + } else { + throw (new Error('Failed to parse DN')); + } + } + var cmps = parts.map(function (c) { + c = c.trim(); + var eqPos = c.indexOf('='); + while (eqPos > 0 && c.charAt(eqPos - 1) === '\\') + eqPos = c.indexOf('=', eqPos + 1); + if (eqPos === -1) { + throw (new Error('Failed to parse DN')); + } + /*JSSTYLED*/ + var name = c.slice(0, eqPos).toLowerCase().replace(/\\=/g, '='); + var value = c.slice(eqPos + 1); + return ({ name: name, value: value }); + }); + return (new Identity({ components: cmps })); +}; + +Identity.fromArray = function (components) { + assert.arrayOfObject(components, 'components'); + components.forEach(function (cmp) { + assert.object(cmp, 'component'); + assert.string(cmp.name, 'component.name'); + if (!Buffer.isBuffer(cmp.value) && + !(typeof (cmp.value) === 'string')) { + throw (new Error('Invalid component value')); + } + }); + return (new Identity({ components: components })); +}; + +Identity.parseAsn1 = function (der, top) { + var components = []; + der.readSequence(top); + var end = der.offset + der.length; + while (der.offset < end) { + der.readSequence(asn1.Ber.Constructor | asn1.Ber.Set); + var after = der.offset + der.length; + der.readSequence(); + var oid = der.readOID(); + var type = der.peek(); + var value; + switch (type) { + case asn1.Ber.PrintableString: + case asn1.Ber.IA5String: + case asn1.Ber.OctetString: + case asn1.Ber.T61String: + value = der.readString(type); + break; + case asn1.Ber.Utf8String: + value = der.readString(type, true); + value = value.toString('utf8'); + break; + case asn1.Ber.CharacterString: + case asn1.Ber.BMPString: + value = der.readString(type, true); + value = value.toString('utf16le'); + break; + default: + throw (new Error('Unknown asn1 type ' + type)); + } + components.push({ oid: oid, asn1type: type, value: value }); + der._offset = after; + } + der._offset = end; + return (new Identity({ + components: components + })); +}; + +Identity.isIdentity = function (obj, ver) { + return (utils.isCompatible(obj, Identity, ver)); +}; + +/* + * API versions for Identity: + * [1,0] -- initial ver + */ +Identity.prototype._sshpkApiVersion = [1, 0]; + +Identity._oldVersionDetect = function (obj) { + return ([1, 0]); +}; diff --git a/node_modules/sshpk/lib/index.js b/node_modules/sshpk/lib/index.js new file mode 100644 index 0000000..f76db79 --- /dev/null +++ b/node_modules/sshpk/lib/index.js @@ -0,0 +1,40 @@ +// Copyright 2015 Joyent, Inc. + +var Key = require('./key'); +var Fingerprint = require('./fingerprint'); +var Signature = require('./signature'); +var PrivateKey = require('./private-key'); +var Certificate = require('./certificate'); +var Identity = require('./identity'); +var errs = require('./errors'); + +module.exports = { + /* top-level classes */ + Key: Key, + parseKey: Key.parse, + Fingerprint: Fingerprint, + parseFingerprint: Fingerprint.parse, + Signature: Signature, + parseSignature: Signature.parse, + PrivateKey: PrivateKey, + parsePrivateKey: PrivateKey.parse, + generatePrivateKey: PrivateKey.generate, + Certificate: Certificate, + parseCertificate: Certificate.parse, + createSelfSignedCertificate: Certificate.createSelfSigned, + createCertificate: Certificate.create, + Identity: Identity, + identityFromDN: Identity.parseDN, + identityForHost: Identity.forHost, + identityForUser: Identity.forUser, + identityForEmail: Identity.forEmail, + identityFromArray: Identity.fromArray, + + /* errors */ + FingerprintFormatError: errs.FingerprintFormatError, + InvalidAlgorithmError: errs.InvalidAlgorithmError, + KeyParseError: errs.KeyParseError, + SignatureParseError: errs.SignatureParseError, + KeyEncryptedError: errs.KeyEncryptedError, + CertificateParseError: errs.CertificateParseError +}; diff --git a/node_modules/sshpk/lib/key.js b/node_modules/sshpk/lib/key.js new file mode 100644 index 0000000..706f834 --- /dev/null +++ b/node_modules/sshpk/lib/key.js @@ -0,0 +1,294 @@ +// Copyright 2018 Joyent, Inc. + +module.exports = Key; + +var assert = require('assert-plus'); +var algs = require('./algs'); +var crypto = require('crypto'); +var Fingerprint = require('./fingerprint'); +var Signature = require('./signature'); +var DiffieHellman = require('./dhe').DiffieHellman; +var errs = require('./errors'); +var utils = require('./utils'); +var PrivateKey = require('./private-key'); +var edCompat; + +try { + edCompat = require('./ed-compat'); +} catch (e) { + /* Just continue through, and bail out if we try to use it. */ +} + +var InvalidAlgorithmError = errs.InvalidAlgorithmError; +var KeyParseError = errs.KeyParseError; + +var formats = {}; +formats['auto'] = require('./formats/auto'); +formats['pem'] = require('./formats/pem'); +formats['pkcs1'] = require('./formats/pkcs1'); +formats['pkcs8'] = require('./formats/pkcs8'); +formats['rfc4253'] = require('./formats/rfc4253'); +formats['ssh'] = require('./formats/ssh'); +formats['ssh-private'] = require('./formats/ssh-private'); +formats['openssh'] = formats['ssh-private']; +formats['dnssec'] = require('./formats/dnssec'); +formats['putty'] = require('./formats/putty'); +formats['ppk'] = formats['putty']; + +function Key(opts) { + assert.object(opts, 'options'); + assert.arrayOfObject(opts.parts, 'options.parts'); + assert.string(opts.type, 'options.type'); + assert.optionalString(opts.comment, 'options.comment'); + + var algInfo = algs.info[opts.type]; + if (typeof (algInfo) !== 'object') + throw (new InvalidAlgorithmError(opts.type)); + + var partLookup = {}; + for (var i = 0; i < opts.parts.length; ++i) { + var part = opts.parts[i]; + partLookup[part.name] = part; + } + + this.type = opts.type; + this.parts = opts.parts; + this.part = partLookup; + this.comment = undefined; + this.source = opts.source; + + /* for speeding up hashing/fingerprint operations */ + this._rfc4253Cache = opts._rfc4253Cache; + this._hashCache = {}; + + var sz; + this.curve = undefined; + if (this.type === 'ecdsa') { + var curve = this.part.curve.data.toString(); + this.curve = curve; + sz = algs.curves[curve].size; + } else if (this.type === 'ed25519' || this.type === 'curve25519') { + sz = 256; + this.curve = 'curve25519'; + } else { + var szPart = this.part[algInfo.sizePart]; + sz = szPart.data.length; + sz = sz * 8 - utils.countZeros(szPart.data); + } + this.size = sz; +} + +Key.formats = formats; + +Key.prototype.toBuffer = function (format, options) { + if (format === undefined) + format = 'ssh'; + assert.string(format, 'format'); + assert.object(formats[format], 'formats[format]'); + assert.optionalObject(options, 'options'); + + if (format === 'rfc4253') { + if (this._rfc4253Cache === undefined) + this._rfc4253Cache = formats['rfc4253'].write(this); + return (this._rfc4253Cache); + } + + return (formats[format].write(this, options)); +}; + +Key.prototype.toString = function (format, options) { + return (this.toBuffer(format, options).toString()); +}; + +Key.prototype.hash = function (algo, type) { + assert.string(algo, 'algorithm'); + assert.optionalString(type, 'type'); + if (type === undefined) + type = 'ssh'; + algo = algo.toLowerCase(); + if (algs.hashAlgs[algo] === undefined) + throw (new InvalidAlgorithmError(algo)); + + var cacheKey = algo + '||' + type; + if (this._hashCache[cacheKey]) + return (this._hashCache[cacheKey]); + + var buf; + if (type === 'ssh') { + buf = this.toBuffer('rfc4253'); + } else if (type === 'spki') { + buf = formats.pkcs8.pkcs8ToBuffer(this); + } else { + throw (new Error('Hash type ' + type + ' not supported')); + } + var hash = crypto.createHash(algo).update(buf).digest(); + this._hashCache[cacheKey] = hash; + return (hash); +}; + +Key.prototype.fingerprint = function (algo, type) { + if (algo === undefined) + algo = 'sha256'; + if (type === undefined) + type = 'ssh'; + assert.string(algo, 'algorithm'); + assert.string(type, 'type'); + var opts = { + type: 'key', + hash: this.hash(algo, type), + algorithm: algo, + hashType: type + }; + return (new Fingerprint(opts)); +}; + +Key.prototype.defaultHashAlgorithm = function () { + var hashAlgo = 'sha1'; + if (this.type === 'rsa') + hashAlgo = 'sha256'; + if (this.type === 'dsa' && this.size > 1024) + hashAlgo = 'sha256'; + if (this.type === 'ed25519') + hashAlgo = 'sha512'; + if (this.type === 'ecdsa') { + if (this.size <= 256) + hashAlgo = 'sha256'; + else if (this.size <= 384) + hashAlgo = 'sha384'; + else + hashAlgo = 'sha512'; + } + return (hashAlgo); +}; + +Key.prototype.createVerify = function (hashAlgo) { + if (hashAlgo === undefined) + hashAlgo = this.defaultHashAlgorithm(); + assert.string(hashAlgo, 'hash algorithm'); + + /* ED25519 is not supported by OpenSSL, use a javascript impl. */ + if (this.type === 'ed25519' && edCompat !== undefined) + return (new edCompat.Verifier(this, hashAlgo)); + if (this.type === 'curve25519') + throw (new Error('Curve25519 keys are not suitable for ' + + 'signing or verification')); + + var v, nm, err; + try { + nm = hashAlgo.toUpperCase(); + v = crypto.createVerify(nm); + } catch (e) { + err = e; + } + if (v === undefined || (err instanceof Error && + err.message.match(/Unknown message digest/))) { + nm = 'RSA-'; + nm += hashAlgo.toUpperCase(); + v = crypto.createVerify(nm); + } + assert.ok(v, 'failed to create verifier'); + var oldVerify = v.verify.bind(v); + var key = this.toBuffer('pkcs8'); + var curve = this.curve; + var self = this; + v.verify = function (signature, fmt) { + if (Signature.isSignature(signature, [2, 0])) { + if (signature.type !== self.type) + return (false); + if (signature.hashAlgorithm && + signature.hashAlgorithm !== hashAlgo) + return (false); + if (signature.curve && self.type === 'ecdsa' && + signature.curve !== curve) + return (false); + return (oldVerify(key, signature.toBuffer('asn1'))); + + } else if (typeof (signature) === 'string' || + Buffer.isBuffer(signature)) { + return (oldVerify(key, signature, fmt)); + + /* + * Avoid doing this on valid arguments, walking the prototype + * chain can be quite slow. + */ + } else if (Signature.isSignature(signature, [1, 0])) { + throw (new Error('signature was created by too old ' + + 'a version of sshpk and cannot be verified')); + + } else { + throw (new TypeError('signature must be a string, ' + + 'Buffer, or Signature object')); + } + }; + return (v); +}; + +Key.prototype.createDiffieHellman = function () { + if (this.type === 'rsa') + throw (new Error('RSA keys do not support Diffie-Hellman')); + + return (new DiffieHellman(this)); +}; +Key.prototype.createDH = Key.prototype.createDiffieHellman; + +Key.parse = function (data, format, options) { + if (typeof (data) !== 'string') + assert.buffer(data, 'data'); + if (format === undefined) + format = 'auto'; + assert.string(format, 'format'); + if (typeof (options) === 'string') + options = { filename: options }; + assert.optionalObject(options, 'options'); + if (options === undefined) + options = {}; + assert.optionalString(options.filename, 'options.filename'); + if (options.filename === undefined) + options.filename = '(unnamed)'; + + assert.object(formats[format], 'formats[format]'); + + try { + var k = formats[format].read(data, options); + if (k instanceof PrivateKey) + k = k.toPublic(); + if (!k.comment) + k.comment = options.filename; + return (k); + } catch (e) { + if (e.name === 'KeyEncryptedError') + throw (e); + throw (new KeyParseError(options.filename, format, e)); + } +}; + +Key.isKey = function (obj, ver) { + return (utils.isCompatible(obj, Key, ver)); +}; + +/* + * API versions for Key: + * [1,0] -- initial ver, may take Signature for createVerify or may not + * [1,1] -- added pkcs1, pkcs8 formats + * [1,2] -- added auto, ssh-private, openssh formats + * [1,3] -- added defaultHashAlgorithm + * [1,4] -- added ed support, createDH + * [1,5] -- first explicitly tagged version + * [1,6] -- changed ed25519 part names + * [1,7] -- spki hash types + */ +Key.prototype._sshpkApiVersion = [1, 7]; + +Key._oldVersionDetect = function (obj) { + assert.func(obj.toBuffer); + assert.func(obj.fingerprint); + if (obj.createDH) + return ([1, 4]); + if (obj.defaultHashAlgorithm) + return ([1, 3]); + if (obj.formats['auto']) + return ([1, 2]); + if (obj.formats['pkcs1']) + return ([1, 1]); + return ([1, 0]); +}; diff --git a/node_modules/sshpk/lib/private-key.js b/node_modules/sshpk/lib/private-key.js new file mode 100644 index 0000000..570e054 --- /dev/null +++ b/node_modules/sshpk/lib/private-key.js @@ -0,0 +1,247 @@ +// Copyright 2017 Joyent, Inc. + +module.exports = PrivateKey; + +var assert = require('assert-plus'); +var Buffer = require('safer-buffer').Buffer; +var algs = require('./algs'); +var crypto = require('crypto'); +var Fingerprint = require('./fingerprint'); +var Signature = require('./signature'); +var errs = require('./errors'); +var util = require('util'); +var utils = require('./utils'); +var dhe = require('./dhe'); +var generateECDSA = dhe.generateECDSA; +var generateED25519 = dhe.generateED25519; +var edCompat = require('./ed-compat'); +var nacl = require('tweetnacl'); + +var Key = require('./key'); + +var InvalidAlgorithmError = errs.InvalidAlgorithmError; +var KeyParseError = errs.KeyParseError; +var KeyEncryptedError = errs.KeyEncryptedError; + +var formats = {}; +formats['auto'] = require('./formats/auto'); +formats['pem'] = require('./formats/pem'); +formats['pkcs1'] = require('./formats/pkcs1'); +formats['pkcs8'] = require('./formats/pkcs8'); +formats['rfc4253'] = require('./formats/rfc4253'); +formats['ssh-private'] = require('./formats/ssh-private'); +formats['openssh'] = formats['ssh-private']; +formats['ssh'] = formats['ssh-private']; +formats['dnssec'] = require('./formats/dnssec'); +formats['putty'] = require('./formats/putty'); + +function PrivateKey(opts) { + assert.object(opts, 'options'); + Key.call(this, opts); + + this._pubCache = undefined; +} +util.inherits(PrivateKey, Key); + +PrivateKey.formats = formats; + +PrivateKey.prototype.toBuffer = function (format, options) { + if (format === undefined) + format = 'pkcs1'; + assert.string(format, 'format'); + assert.object(formats[format], 'formats[format]'); + assert.optionalObject(options, 'options'); + + return (formats[format].write(this, options)); +}; + +PrivateKey.prototype.hash = function (algo, type) { + return (this.toPublic().hash(algo, type)); +}; + +PrivateKey.prototype.fingerprint = function (algo, type) { + return (this.toPublic().fingerprint(algo, type)); +}; + +PrivateKey.prototype.toPublic = function () { + if (this._pubCache) + return (this._pubCache); + + var algInfo = algs.info[this.type]; + var pubParts = []; + for (var i = 0; i < algInfo.parts.length; ++i) { + var p = algInfo.parts[i]; + pubParts.push(this.part[p]); + } + + this._pubCache = new Key({ + type: this.type, + source: this, + parts: pubParts + }); + if (this.comment) + this._pubCache.comment = this.comment; + return (this._pubCache); +}; + +PrivateKey.prototype.derive = function (newType) { + assert.string(newType, 'type'); + var priv, pub, pair; + + if (this.type === 'ed25519' && newType === 'curve25519') { + priv = this.part.k.data; + if (priv[0] === 0x00) + priv = priv.slice(1); + + pair = nacl.box.keyPair.fromSecretKey(new Uint8Array(priv)); + pub = Buffer.from(pair.publicKey); + + return (new PrivateKey({ + type: 'curve25519', + parts: [ + { name: 'A', data: utils.mpNormalize(pub) }, + { name: 'k', data: utils.mpNormalize(priv) } + ] + })); + } else if (this.type === 'curve25519' && newType === 'ed25519') { + priv = this.part.k.data; + if (priv[0] === 0x00) + priv = priv.slice(1); + + pair = nacl.sign.keyPair.fromSeed(new Uint8Array(priv)); + pub = Buffer.from(pair.publicKey); + + return (new PrivateKey({ + type: 'ed25519', + parts: [ + { name: 'A', data: utils.mpNormalize(pub) }, + { name: 'k', data: utils.mpNormalize(priv) } + ] + })); + } + throw (new Error('Key derivation not supported from ' + this.type + + ' to ' + newType)); +}; + +PrivateKey.prototype.createVerify = function (hashAlgo) { + return (this.toPublic().createVerify(hashAlgo)); +}; + +PrivateKey.prototype.createSign = function (hashAlgo) { + if (hashAlgo === undefined) + hashAlgo = this.defaultHashAlgorithm(); + assert.string(hashAlgo, 'hash algorithm'); + + /* ED25519 is not supported by OpenSSL, use a javascript impl. */ + if (this.type === 'ed25519' && edCompat !== undefined) + return (new edCompat.Signer(this, hashAlgo)); + if (this.type === 'curve25519') + throw (new Error('Curve25519 keys are not suitable for ' + + 'signing or verification')); + + var v, nm, err; + try { + nm = hashAlgo.toUpperCase(); + v = crypto.createSign(nm); + } catch (e) { + err = e; + } + if (v === undefined || (err instanceof Error && + err.message.match(/Unknown message digest/))) { + nm = 'RSA-'; + nm += hashAlgo.toUpperCase(); + v = crypto.createSign(nm); + } + assert.ok(v, 'failed to create verifier'); + var oldSign = v.sign.bind(v); + var key = this.toBuffer('pkcs1'); + var type = this.type; + var curve = this.curve; + v.sign = function () { + var sig = oldSign(key); + if (typeof (sig) === 'string') + sig = Buffer.from(sig, 'binary'); + sig = Signature.parse(sig, type, 'asn1'); + sig.hashAlgorithm = hashAlgo; + sig.curve = curve; + return (sig); + }; + return (v); +}; + +PrivateKey.parse = function (data, format, options) { + if (typeof (data) !== 'string') + assert.buffer(data, 'data'); + if (format === undefined) + format = 'auto'; + assert.string(format, 'format'); + if (typeof (options) === 'string') + options = { filename: options }; + assert.optionalObject(options, 'options'); + if (options === undefined) + options = {}; + assert.optionalString(options.filename, 'options.filename'); + if (options.filename === undefined) + options.filename = '(unnamed)'; + + assert.object(formats[format], 'formats[format]'); + + try { + var k = formats[format].read(data, options); + assert.ok(k instanceof PrivateKey, 'key is not a private key'); + if (!k.comment) + k.comment = options.filename; + return (k); + } catch (e) { + if (e.name === 'KeyEncryptedError') + throw (e); + throw (new KeyParseError(options.filename, format, e)); + } +}; + +PrivateKey.isPrivateKey = function (obj, ver) { + return (utils.isCompatible(obj, PrivateKey, ver)); +}; + +PrivateKey.generate = function (type, options) { + if (options === undefined) + options = {}; + assert.object(options, 'options'); + + switch (type) { + case 'ecdsa': + if (options.curve === undefined) + options.curve = 'nistp256'; + assert.string(options.curve, 'options.curve'); + return (generateECDSA(options.curve)); + case 'ed25519': + return (generateED25519()); + default: + throw (new Error('Key generation not supported with key ' + + 'type "' + type + '"')); + } +}; + +/* + * API versions for PrivateKey: + * [1,0] -- initial ver + * [1,1] -- added auto, pkcs[18], openssh/ssh-private formats + * [1,2] -- added defaultHashAlgorithm + * [1,3] -- added derive, ed, createDH + * [1,4] -- first tagged version + * [1,5] -- changed ed25519 part names and format + * [1,6] -- type arguments for hash() and fingerprint() + */ +PrivateKey.prototype._sshpkApiVersion = [1, 6]; + +PrivateKey._oldVersionDetect = function (obj) { + assert.func(obj.toPublic); + assert.func(obj.createSign); + if (obj.derive) + return ([1, 3]); + if (obj.defaultHashAlgorithm) + return ([1, 2]); + if (obj.formats['auto']) + return ([1, 1]); + return ([1, 0]); +}; diff --git a/node_modules/sshpk/lib/signature.js b/node_modules/sshpk/lib/signature.js new file mode 100644 index 0000000..aa8fdbb --- /dev/null +++ b/node_modules/sshpk/lib/signature.js @@ -0,0 +1,314 @@ +// Copyright 2015 Joyent, Inc. + +module.exports = Signature; + +var assert = require('assert-plus'); +var Buffer = require('safer-buffer').Buffer; +var algs = require('./algs'); +var crypto = require('crypto'); +var errs = require('./errors'); +var utils = require('./utils'); +var asn1 = require('asn1'); +var SSHBuffer = require('./ssh-buffer'); + +var InvalidAlgorithmError = errs.InvalidAlgorithmError; +var SignatureParseError = errs.SignatureParseError; + +function Signature(opts) { + assert.object(opts, 'options'); + assert.arrayOfObject(opts.parts, 'options.parts'); + assert.string(opts.type, 'options.type'); + + var partLookup = {}; + for (var i = 0; i < opts.parts.length; ++i) { + var part = opts.parts[i]; + partLookup[part.name] = part; + } + + this.type = opts.type; + this.hashAlgorithm = opts.hashAlgo; + this.curve = opts.curve; + this.parts = opts.parts; + this.part = partLookup; +} + +Signature.prototype.toBuffer = function (format) { + if (format === undefined) + format = 'asn1'; + assert.string(format, 'format'); + + var buf; + var stype = 'ssh-' + this.type; + + switch (this.type) { + case 'rsa': + switch (this.hashAlgorithm) { + case 'sha256': + stype = 'rsa-sha2-256'; + break; + case 'sha512': + stype = 'rsa-sha2-512'; + break; + case 'sha1': + case undefined: + break; + default: + throw (new Error('SSH signature ' + + 'format does not support hash ' + + 'algorithm ' + this.hashAlgorithm)); + } + if (format === 'ssh') { + buf = new SSHBuffer({}); + buf.writeString(stype); + buf.writePart(this.part.sig); + return (buf.toBuffer()); + } else { + return (this.part.sig.data); + } + break; + + case 'ed25519': + if (format === 'ssh') { + buf = new SSHBuffer({}); + buf.writeString(stype); + buf.writePart(this.part.sig); + return (buf.toBuffer()); + } else { + return (this.part.sig.data); + } + break; + + case 'dsa': + case 'ecdsa': + var r, s; + if (format === 'asn1') { + var der = new asn1.BerWriter(); + der.startSequence(); + r = utils.mpNormalize(this.part.r.data); + s = utils.mpNormalize(this.part.s.data); + der.writeBuffer(r, asn1.Ber.Integer); + der.writeBuffer(s, asn1.Ber.Integer); + der.endSequence(); + return (der.buffer); + } else if (format === 'ssh' && this.type === 'dsa') { + buf = new SSHBuffer({}); + buf.writeString('ssh-dss'); + r = this.part.r.data; + if (r.length > 20 && r[0] === 0x00) + r = r.slice(1); + s = this.part.s.data; + if (s.length > 20 && s[0] === 0x00) + s = s.slice(1); + if ((this.hashAlgorithm && + this.hashAlgorithm !== 'sha1') || + r.length + s.length !== 40) { + throw (new Error('OpenSSH only supports ' + + 'DSA signatures with SHA1 hash')); + } + buf.writeBuffer(Buffer.concat([r, s])); + return (buf.toBuffer()); + } else if (format === 'ssh' && this.type === 'ecdsa') { + var inner = new SSHBuffer({}); + r = this.part.r.data; + inner.writeBuffer(r); + inner.writePart(this.part.s); + + buf = new SSHBuffer({}); + /* XXX: find a more proper way to do this? */ + var curve; + if (r[0] === 0x00) + r = r.slice(1); + var sz = r.length * 8; + if (sz === 256) + curve = 'nistp256'; + else if (sz === 384) + curve = 'nistp384'; + else if (sz === 528) + curve = 'nistp521'; + buf.writeString('ecdsa-sha2-' + curve); + buf.writeBuffer(inner.toBuffer()); + return (buf.toBuffer()); + } + throw (new Error('Invalid signature format')); + default: + throw (new Error('Invalid signature data')); + } +}; + +Signature.prototype.toString = function (format) { + assert.optionalString(format, 'format'); + return (this.toBuffer(format).toString('base64')); +}; + +Signature.parse = function (data, type, format) { + if (typeof (data) === 'string') + data = Buffer.from(data, 'base64'); + assert.buffer(data, 'data'); + assert.string(format, 'format'); + assert.string(type, 'type'); + + var opts = {}; + opts.type = type.toLowerCase(); + opts.parts = []; + + try { + assert.ok(data.length > 0, 'signature must not be empty'); + switch (opts.type) { + case 'rsa': + return (parseOneNum(data, type, format, opts)); + case 'ed25519': + return (parseOneNum(data, type, format, opts)); + + case 'dsa': + case 'ecdsa': + if (format === 'asn1') + return (parseDSAasn1(data, type, format, opts)); + else if (opts.type === 'dsa') + return (parseDSA(data, type, format, opts)); + else + return (parseECDSA(data, type, format, opts)); + + default: + throw (new InvalidAlgorithmError(type)); + } + + } catch (e) { + if (e instanceof InvalidAlgorithmError) + throw (e); + throw (new SignatureParseError(type, format, e)); + } +}; + +function parseOneNum(data, type, format, opts) { + if (format === 'ssh') { + try { + var buf = new SSHBuffer({buffer: data}); + var head = buf.readString(); + } catch (e) { + /* fall through */ + } + if (buf !== undefined) { + var msg = 'SSH signature does not match expected ' + + 'type (expected ' + type + ', got ' + head + ')'; + switch (head) { + case 'ssh-rsa': + assert.strictEqual(type, 'rsa', msg); + opts.hashAlgo = 'sha1'; + break; + case 'rsa-sha2-256': + assert.strictEqual(type, 'rsa', msg); + opts.hashAlgo = 'sha256'; + break; + case 'rsa-sha2-512': + assert.strictEqual(type, 'rsa', msg); + opts.hashAlgo = 'sha512'; + break; + case 'ssh-ed25519': + assert.strictEqual(type, 'ed25519', msg); + opts.hashAlgo = 'sha512'; + break; + default: + throw (new Error('Unknown SSH signature ' + + 'type: ' + head)); + } + var sig = buf.readPart(); + assert.ok(buf.atEnd(), 'extra trailing bytes'); + sig.name = 'sig'; + opts.parts.push(sig); + return (new Signature(opts)); + } + } + opts.parts.push({name: 'sig', data: data}); + return (new Signature(opts)); +} + +function parseDSAasn1(data, type, format, opts) { + var der = new asn1.BerReader(data); + der.readSequence(); + var r = der.readString(asn1.Ber.Integer, true); + var s = der.readString(asn1.Ber.Integer, true); + + opts.parts.push({name: 'r', data: utils.mpNormalize(r)}); + opts.parts.push({name: 's', data: utils.mpNormalize(s)}); + + return (new Signature(opts)); +} + +function parseDSA(data, type, format, opts) { + if (data.length != 40) { + var buf = new SSHBuffer({buffer: data}); + var d = buf.readBuffer(); + if (d.toString('ascii') === 'ssh-dss') + d = buf.readBuffer(); + assert.ok(buf.atEnd(), 'extra trailing bytes'); + assert.strictEqual(d.length, 40, 'invalid inner length'); + data = d; + } + opts.parts.push({name: 'r', data: data.slice(0, 20)}); + opts.parts.push({name: 's', data: data.slice(20, 40)}); + return (new Signature(opts)); +} + +function parseECDSA(data, type, format, opts) { + var buf = new SSHBuffer({buffer: data}); + + var r, s; + var inner = buf.readBuffer(); + var stype = inner.toString('ascii'); + if (stype.slice(0, 6) === 'ecdsa-') { + var parts = stype.split('-'); + assert.strictEqual(parts[0], 'ecdsa'); + assert.strictEqual(parts[1], 'sha2'); + opts.curve = parts[2]; + switch (opts.curve) { + case 'nistp256': + opts.hashAlgo = 'sha256'; + break; + case 'nistp384': + opts.hashAlgo = 'sha384'; + break; + case 'nistp521': + opts.hashAlgo = 'sha512'; + break; + default: + throw (new Error('Unsupported ECDSA curve: ' + + opts.curve)); + } + inner = buf.readBuffer(); + assert.ok(buf.atEnd(), 'extra trailing bytes on outer'); + buf = new SSHBuffer({buffer: inner}); + r = buf.readPart(); + } else { + r = {data: inner}; + } + + s = buf.readPart(); + assert.ok(buf.atEnd(), 'extra trailing bytes'); + + r.name = 'r'; + s.name = 's'; + + opts.parts.push(r); + opts.parts.push(s); + return (new Signature(opts)); +} + +Signature.isSignature = function (obj, ver) { + return (utils.isCompatible(obj, Signature, ver)); +}; + +/* + * API versions for Signature: + * [1,0] -- initial ver + * [2,0] -- support for rsa in full ssh format, compat with sshpk-agent + * hashAlgorithm property + * [2,1] -- first tagged version + */ +Signature.prototype._sshpkApiVersion = [2, 1]; + +Signature._oldVersionDetect = function (obj) { + assert.func(obj.toBuffer); + if (obj.hasOwnProperty('hashAlgorithm')) + return ([2, 0]); + return ([1, 0]); +}; diff --git a/node_modules/sshpk/lib/ssh-buffer.js b/node_modules/sshpk/lib/ssh-buffer.js new file mode 100644 index 0000000..1dd286c --- /dev/null +++ b/node_modules/sshpk/lib/ssh-buffer.js @@ -0,0 +1,149 @@ +// Copyright 2015 Joyent, Inc. + +module.exports = SSHBuffer; + +var assert = require('assert-plus'); +var Buffer = require('safer-buffer').Buffer; + +function SSHBuffer(opts) { + assert.object(opts, 'options'); + if (opts.buffer !== undefined) + assert.buffer(opts.buffer, 'options.buffer'); + + this._size = opts.buffer ? opts.buffer.length : 1024; + this._buffer = opts.buffer || Buffer.alloc(this._size); + this._offset = 0; +} + +SSHBuffer.prototype.toBuffer = function () { + return (this._buffer.slice(0, this._offset)); +}; + +SSHBuffer.prototype.atEnd = function () { + return (this._offset >= this._buffer.length); +}; + +SSHBuffer.prototype.remainder = function () { + return (this._buffer.slice(this._offset)); +}; + +SSHBuffer.prototype.skip = function (n) { + this._offset += n; +}; + +SSHBuffer.prototype.expand = function () { + this._size *= 2; + var buf = Buffer.alloc(this._size); + this._buffer.copy(buf, 0); + this._buffer = buf; +}; + +SSHBuffer.prototype.readPart = function () { + return ({data: this.readBuffer()}); +}; + +SSHBuffer.prototype.readBuffer = function () { + var len = this._buffer.readUInt32BE(this._offset); + this._offset += 4; + assert.ok(this._offset + len <= this._buffer.length, + 'length out of bounds at +0x' + this._offset.toString(16) + + ' (data truncated?)'); + var buf = this._buffer.slice(this._offset, this._offset + len); + this._offset += len; + return (buf); +}; + +SSHBuffer.prototype.readString = function () { + return (this.readBuffer().toString()); +}; + +SSHBuffer.prototype.readCString = function () { + var offset = this._offset; + while (offset < this._buffer.length && + this._buffer[offset] !== 0x00) + offset++; + assert.ok(offset < this._buffer.length, 'c string does not terminate'); + var str = this._buffer.slice(this._offset, offset).toString(); + this._offset = offset + 1; + return (str); +}; + +SSHBuffer.prototype.readInt = function () { + var v = this._buffer.readUInt32BE(this._offset); + this._offset += 4; + return (v); +}; + +SSHBuffer.prototype.readInt64 = function () { + assert.ok(this._offset + 8 < this._buffer.length, + 'buffer not long enough to read Int64'); + var v = this._buffer.slice(this._offset, this._offset + 8); + this._offset += 8; + return (v); +}; + +SSHBuffer.prototype.readChar = function () { + var v = this._buffer[this._offset++]; + return (v); +}; + +SSHBuffer.prototype.writeBuffer = function (buf) { + while (this._offset + 4 + buf.length > this._size) + this.expand(); + this._buffer.writeUInt32BE(buf.length, this._offset); + this._offset += 4; + buf.copy(this._buffer, this._offset); + this._offset += buf.length; +}; + +SSHBuffer.prototype.writeString = function (str) { + this.writeBuffer(Buffer.from(str, 'utf8')); +}; + +SSHBuffer.prototype.writeCString = function (str) { + while (this._offset + 1 + str.length > this._size) + this.expand(); + this._buffer.write(str, this._offset); + this._offset += str.length; + this._buffer[this._offset++] = 0; +}; + +SSHBuffer.prototype.writeInt = function (v) { + while (this._offset + 4 > this._size) + this.expand(); + this._buffer.writeUInt32BE(v, this._offset); + this._offset += 4; +}; + +SSHBuffer.prototype.writeInt64 = function (v) { + assert.buffer(v, 'value'); + if (v.length > 8) { + var lead = v.slice(0, v.length - 8); + for (var i = 0; i < lead.length; ++i) { + assert.strictEqual(lead[i], 0, + 'must fit in 64 bits of precision'); + } + v = v.slice(v.length - 8, v.length); + } + while (this._offset + 8 > this._size) + this.expand(); + v.copy(this._buffer, this._offset); + this._offset += 8; +}; + +SSHBuffer.prototype.writeChar = function (v) { + while (this._offset + 1 > this._size) + this.expand(); + this._buffer[this._offset++] = v; +}; + +SSHBuffer.prototype.writePart = function (p) { + this.writeBuffer(p.data); +}; + +SSHBuffer.prototype.write = function (buf) { + while (this._offset + buf.length > this._size) + this.expand(); + buf.copy(this._buffer, this._offset); + this._offset += buf.length; +}; diff --git a/node_modules/sshpk/lib/utils.js b/node_modules/sshpk/lib/utils.js new file mode 100644 index 0000000..6b83a32 --- /dev/null +++ b/node_modules/sshpk/lib/utils.js @@ -0,0 +1,404 @@ +// Copyright 2015 Joyent, Inc. + +module.exports = { + bufferSplit: bufferSplit, + addRSAMissing: addRSAMissing, + calculateDSAPublic: calculateDSAPublic, + calculateED25519Public: calculateED25519Public, + calculateX25519Public: calculateX25519Public, + mpNormalize: mpNormalize, + mpDenormalize: mpDenormalize, + ecNormalize: ecNormalize, + countZeros: countZeros, + assertCompatible: assertCompatible, + isCompatible: isCompatible, + opensslKeyDeriv: opensslKeyDeriv, + opensshCipherInfo: opensshCipherInfo, + publicFromPrivateECDSA: publicFromPrivateECDSA, + zeroPadToLength: zeroPadToLength, + writeBitString: writeBitString, + readBitString: readBitString, + pbkdf2: pbkdf2 +}; + +var assert = require('assert-plus'); +var Buffer = require('safer-buffer').Buffer; +var PrivateKey = require('./private-key'); +var Key = require('./key'); +var crypto = require('crypto'); +var algs = require('./algs'); +var asn1 = require('asn1'); + +var ec = require('ecc-jsbn/lib/ec'); +var jsbn = require('jsbn').BigInteger; +var nacl = require('tweetnacl'); + +var MAX_CLASS_DEPTH = 3; + +function isCompatible(obj, klass, needVer) { + if (obj === null || typeof (obj) !== 'object') + return (false); + if (needVer === undefined) + needVer = klass.prototype._sshpkApiVersion; + if (obj instanceof klass && + klass.prototype._sshpkApiVersion[0] == needVer[0]) + return (true); + var proto = Object.getPrototypeOf(obj); + var depth = 0; + while (proto.constructor.name !== klass.name) { + proto = Object.getPrototypeOf(proto); + if (!proto || ++depth > MAX_CLASS_DEPTH) + return (false); + } + if (proto.constructor.name !== klass.name) + return (false); + var ver = proto._sshpkApiVersion; + if (ver === undefined) + ver = klass._oldVersionDetect(obj); + if (ver[0] != needVer[0] || ver[1] < needVer[1]) + return (false); + return (true); +} + +function assertCompatible(obj, klass, needVer, name) { + if (name === undefined) + name = 'object'; + assert.ok(obj, name + ' must not be null'); + assert.object(obj, name + ' must be an object'); + if (needVer === undefined) + needVer = klass.prototype._sshpkApiVersion; + if (obj instanceof klass && + klass.prototype._sshpkApiVersion[0] == needVer[0]) + return; + var proto = Object.getPrototypeOf(obj); + var depth = 0; + while (proto.constructor.name !== klass.name) { + proto = Object.getPrototypeOf(proto); + assert.ok(proto && ++depth <= MAX_CLASS_DEPTH, + name + ' must be a ' + klass.name + ' instance'); + } + assert.strictEqual(proto.constructor.name, klass.name, + name + ' must be a ' + klass.name + ' instance'); + var ver = proto._sshpkApiVersion; + if (ver === undefined) + ver = klass._oldVersionDetect(obj); + assert.ok(ver[0] == needVer[0] && ver[1] >= needVer[1], + name + ' must be compatible with ' + klass.name + ' klass ' + + 'version ' + needVer[0] + '.' + needVer[1]); +} + +var CIPHER_LEN = { + 'des-ede3-cbc': { key: 24, iv: 8 }, + 'aes-128-cbc': { key: 16, iv: 16 }, + 'aes-256-cbc': { key: 32, iv: 16 } +}; +var PKCS5_SALT_LEN = 8; + +function opensslKeyDeriv(cipher, salt, passphrase, count) { + assert.buffer(salt, 'salt'); + assert.buffer(passphrase, 'passphrase'); + assert.number(count, 'iteration count'); + + var clen = CIPHER_LEN[cipher]; + assert.object(clen, 'supported cipher'); + + salt = salt.slice(0, PKCS5_SALT_LEN); + + var D, D_prev, bufs; + var material = Buffer.alloc(0); + while (material.length < clen.key + clen.iv) { + bufs = []; + if (D_prev) + bufs.push(D_prev); + bufs.push(passphrase); + bufs.push(salt); + D = Buffer.concat(bufs); + for (var j = 0; j < count; ++j) + D = crypto.createHash('md5').update(D).digest(); + material = Buffer.concat([material, D]); + D_prev = D; + } + + return ({ + key: material.slice(0, clen.key), + iv: material.slice(clen.key, clen.key + clen.iv) + }); +} + +/* See: RFC2898 */ +function pbkdf2(hashAlg, salt, iterations, size, passphrase) { + var hkey = Buffer.alloc(salt.length + 4); + salt.copy(hkey); + + var gen = 0, ts = []; + var i = 1; + while (gen < size) { + var t = T(i++); + gen += t.length; + ts.push(t); + } + return (Buffer.concat(ts).slice(0, size)); + + function T(I) { + hkey.writeUInt32BE(I, hkey.length - 4); + + var hmac = crypto.createHmac(hashAlg, passphrase); + hmac.update(hkey); + + var Ti = hmac.digest(); + var Uc = Ti; + var c = 1; + while (c++ < iterations) { + hmac = crypto.createHmac(hashAlg, passphrase); + hmac.update(Uc); + Uc = hmac.digest(); + for (var x = 0; x < Ti.length; ++x) + Ti[x] ^= Uc[x]; + } + return (Ti); + } +} + +/* Count leading zero bits on a buffer */ +function countZeros(buf) { + var o = 0, obit = 8; + while (o < buf.length) { + var mask = (1 << obit); + if ((buf[o] & mask) === mask) + break; + obit--; + if (obit < 0) { + o++; + obit = 8; + } + } + return (o*8 + (8 - obit) - 1); +} + +function bufferSplit(buf, chr) { + assert.buffer(buf); + assert.string(chr); + + var parts = []; + var lastPart = 0; + var matches = 0; + for (var i = 0; i < buf.length; ++i) { + if (buf[i] === chr.charCodeAt(matches)) + ++matches; + else if (buf[i] === chr.charCodeAt(0)) + matches = 1; + else + matches = 0; + + if (matches >= chr.length) { + var newPart = i + 1; + parts.push(buf.slice(lastPart, newPart - matches)); + lastPart = newPart; + matches = 0; + } + } + if (lastPart <= buf.length) + parts.push(buf.slice(lastPart, buf.length)); + + return (parts); +} + +function ecNormalize(buf, addZero) { + assert.buffer(buf); + if (buf[0] === 0x00 && buf[1] === 0x04) { + if (addZero) + return (buf); + return (buf.slice(1)); + } else if (buf[0] === 0x04) { + if (!addZero) + return (buf); + } else { + while (buf[0] === 0x00) + buf = buf.slice(1); + if (buf[0] === 0x02 || buf[0] === 0x03) + throw (new Error('Compressed elliptic curve points ' + + 'are not supported')); + if (buf[0] !== 0x04) + throw (new Error('Not a valid elliptic curve point')); + if (!addZero) + return (buf); + } + var b = Buffer.alloc(buf.length + 1); + b[0] = 0x0; + buf.copy(b, 1); + return (b); +} + +function readBitString(der, tag) { + if (tag === undefined) + tag = asn1.Ber.BitString; + var buf = der.readString(tag, true); + assert.strictEqual(buf[0], 0x00, 'bit strings with unused bits are ' + + 'not supported (0x' + buf[0].toString(16) + ')'); + return (buf.slice(1)); +} + +function writeBitString(der, buf, tag) { + if (tag === undefined) + tag = asn1.Ber.BitString; + var b = Buffer.alloc(buf.length + 1); + b[0] = 0x00; + buf.copy(b, 1); + der.writeBuffer(b, tag); +} + +function mpNormalize(buf) { + assert.buffer(buf); + while (buf.length > 1 && buf[0] === 0x00 && (buf[1] & 0x80) === 0x00) + buf = buf.slice(1); + if ((buf[0] & 0x80) === 0x80) { + var b = Buffer.alloc(buf.length + 1); + b[0] = 0x00; + buf.copy(b, 1); + buf = b; + } + return (buf); +} + +function mpDenormalize(buf) { + assert.buffer(buf); + while (buf.length > 1 && buf[0] === 0x00) + buf = buf.slice(1); + return (buf); +} + +function zeroPadToLength(buf, len) { + assert.buffer(buf); + assert.number(len); + while (buf.length > len) { + assert.equal(buf[0], 0x00); + buf = buf.slice(1); + } + while (buf.length < len) { + var b = Buffer.alloc(buf.length + 1); + b[0] = 0x00; + buf.copy(b, 1); + buf = b; + } + return (buf); +} + +function bigintToMpBuf(bigint) { + var buf = Buffer.from(bigint.toByteArray()); + buf = mpNormalize(buf); + return (buf); +} + +function calculateDSAPublic(g, p, x) { + assert.buffer(g); + assert.buffer(p); + assert.buffer(x); + g = new jsbn(g); + p = new jsbn(p); + x = new jsbn(x); + var y = g.modPow(x, p); + var ybuf = bigintToMpBuf(y); + return (ybuf); +} + +function calculateED25519Public(k) { + assert.buffer(k); + + var kp = nacl.sign.keyPair.fromSeed(new Uint8Array(k)); + return (Buffer.from(kp.publicKey)); +} + +function calculateX25519Public(k) { + assert.buffer(k); + + var kp = nacl.box.keyPair.fromSeed(new Uint8Array(k)); + return (Buffer.from(kp.publicKey)); +} + +function addRSAMissing(key) { + assert.object(key); + assertCompatible(key, PrivateKey, [1, 1]); + + var d = new jsbn(key.part.d.data); + var buf; + + if (!key.part.dmodp) { + var p = new jsbn(key.part.p.data); + var dmodp = d.mod(p.subtract(1)); + + buf = bigintToMpBuf(dmodp); + key.part.dmodp = {name: 'dmodp', data: buf}; + key.parts.push(key.part.dmodp); + } + if (!key.part.dmodq) { + var q = new jsbn(key.part.q.data); + var dmodq = d.mod(q.subtract(1)); + + buf = bigintToMpBuf(dmodq); + key.part.dmodq = {name: 'dmodq', data: buf}; + key.parts.push(key.part.dmodq); + } +} + +function publicFromPrivateECDSA(curveName, priv) { + assert.string(curveName, 'curveName'); + assert.buffer(priv); + var params = algs.curves[curveName]; + var p = new jsbn(params.p); + var a = new jsbn(params.a); + var b = new jsbn(params.b); + var curve = new ec.ECCurveFp(p, a, b); + var G = curve.decodePointHex(params.G.toString('hex')); + + var d = new jsbn(mpNormalize(priv)); + var pub = G.multiply(d); + pub = Buffer.from(curve.encodePointHex(pub), 'hex'); + + var parts = []; + parts.push({name: 'curve', data: Buffer.from(curveName)}); + parts.push({name: 'Q', data: pub}); + + var key = new Key({type: 'ecdsa', curve: curve, parts: parts}); + return (key); +} + +function opensshCipherInfo(cipher) { + var inf = {}; + switch (cipher) { + case '3des-cbc': + inf.keySize = 24; + inf.blockSize = 8; + inf.opensslName = 'des-ede3-cbc'; + break; + case 'blowfish-cbc': + inf.keySize = 16; + inf.blockSize = 8; + inf.opensslName = 'bf-cbc'; + break; + case 'aes128-cbc': + case 'aes128-ctr': + case 'aes128-gcm@openssh.com': + inf.keySize = 16; + inf.blockSize = 16; + inf.opensslName = 'aes-128-' + cipher.slice(7, 10); + break; + case 'aes192-cbc': + case 'aes192-ctr': + case 'aes192-gcm@openssh.com': + inf.keySize = 24; + inf.blockSize = 16; + inf.opensslName = 'aes-192-' + cipher.slice(7, 10); + break; + case 'aes256-cbc': + case 'aes256-ctr': + case 'aes256-gcm@openssh.com': + inf.keySize = 32; + inf.blockSize = 16; + inf.opensslName = 'aes-256-' + cipher.slice(7, 10); + break; + default: + throw (new Error( + 'Unsupported openssl cipher "' + cipher + '"')); + } + return (inf); +} diff --git a/node_modules/sshpk/man/man1/sshpk-conv.1 b/node_modules/sshpk/man/man1/sshpk-conv.1 new file mode 100644 index 0000000..0887dce --- /dev/null +++ b/node_modules/sshpk/man/man1/sshpk-conv.1 @@ -0,0 +1,135 @@ +.TH sshpk\-conv 1 "Jan 2016" sshpk "sshpk Commands" +.SH NAME +.PP +sshpk\-conv \- convert between key formats +.SH SYNOPSYS +.PP +\fB\fCsshpk\-conv\fR \-t FORMAT [FILENAME] [OPTIONS...] +.PP +\fB\fCsshpk\-conv\fR \-i [FILENAME] [OPTIONS...] +.SH DESCRIPTION +.PP +Reads in a public or private key and converts it between different formats, +particularly formats used in the SSH protocol and the well\-known PEM PKCS#1/7 +formats. +.PP +In the second form, with the \fB\fC\-i\fR option given, identifies a key and prints to +stderr information about its nature, size and fingerprint. +.SH EXAMPLES +.PP +Assume the following SSH\-format public key in \fB\fCid_ecdsa.pub\fR: +.PP +.RS +.nf +ecdsa\-sha2\-nistp256 AAAAE2VjZHNhLXNoYTI...9M/4c4= user@host +.fi +.RE +.PP +Identify it with \fB\fC\-i\fR: +.PP +.RS +.nf +$ sshpk\-conv \-i id_ecdsa.pub +id_ecdsa: a 256 bit ECDSA public key +ECDSA curve: nistp256 +Comment: user@host +Fingerprint: + SHA256:vCNX7eUkdvqqW0m4PoxQAZRv+CM4P4fS8+CbliAvS4k + 81:ad:d5:57:e5:6f:7d:a2:93:79:56:af:d7:c0:38:51 +.fi +.RE +.PP +Convert it to \fB\fCpkcs8\fR format, for use with e.g. OpenSSL: +.PP +.RS +.nf +$ sshpk\-conv \-t pkcs8 id_ecdsa +\-\-\-\-\-BEGIN PUBLIC KEY\-\-\-\-\- +MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEAsA4R6N6AS3gzaPBeLjG2ObSgUsR +zOt+kWJoijLnw3ZMYUKmAx+lD0I5XUxdrPcs1vH5f3cn9TvRvO9L0z/hzg== +\-\-\-\-\-END PUBLIC KEY\-\-\-\-\- +.fi +.RE +.PP +Retrieve the public half of a private key: +.PP +.RS +.nf +$ openssl genrsa 2048 | sshpk\-conv \-t ssh \-c foo@bar +ssh\-rsa AAAAB3NzaC1yc2EAAA...koK7 foo@bar +.fi +.RE +.PP +Convert a private key to PKCS#1 (OpenSSL) format from a new\-style OpenSSH key +format (the \fB\fCssh\-keygen \-o\fR format): +.PP +.RS +.nf +$ ssh\-keygen \-o \-f foobar +\&... +$ sshpk\-conv \-p \-t pkcs1 foobar +\-\-\-\-\-BEGIN RSA PRIVATE KEY\-\-\-\-\- +MIIDpAIBAAKCAQEA6T/GYJndb1TRH3+NL.... +\-\-\-\-\-END RSA PRIVATE KEY\-\-\-\-\- +.fi +.RE +.SH OPTIONS +.TP +\fB\fC\-i, \-\-identify\fR +Instead of converting the key, output identifying information about it to +stderr, including its type, size and fingerprints. +.TP +\fB\fC\-p, \-\-private\fR +Treat the key as a private key instead of a public key (the default). If you +supply \fB\fCsshpk\-conv\fR with a private key and do not give this option, it will +extract only the public half of the key from it and work with that. +.TP +\fB\fC\-f PATH, \-\-file=PATH\fR +Input file to take the key from instead of stdin. If a filename is supplied +as a positional argument, it is equivalent to using this option. +.TP +\fB\fC\-o PATH, \-\-out=PATH\fR +Output file name to use instead of stdout. +.PP +\fB\fC\-T FORMAT, \-\-informat=FORMAT\fR +.TP +\fB\fC\-t FORMAT, \-\-outformat=FORMAT\fR +Selects the input and output formats to be used (see FORMATS, below). +.TP +\fB\fC\-c TEXT, \-\-comment=TEXT\fR +Sets the key comment for the output file, if supported. +.SH FORMATS +.PP +Currently supported formats: +.TP +\fB\fCpem, pkcs1\fR +The standard PEM format used by older OpenSSH and most TLS libraries such as +OpenSSL. The classic \fB\fCid_rsa\fR file is usually in this format. It is an ASN.1 +encoded structure, base64\-encoded and placed between PEM headers. +.TP +\fB\fCssh\fR +The SSH public key text format (the format of an \fB\fCid_rsa.pub\fR file). A single +line, containing 3 space separated parts: the key type, key body and optional +key comment. +.TP +\fB\fCpkcs8\fR +A newer PEM format, usually used only for public keys by TLS libraries such +as OpenSSL. The ASN.1 structure is more generic than that of \fB\fCpkcs1\fR\&. +.TP +\fB\fCopenssh\fR +The new \fB\fCssh\-keygen \-o\fR format from OpenSSH. This can be mistaken for a PEM +encoding but is actually an OpenSSH internal format. +.TP +\fB\fCrfc4253\fR +The internal binary format of keys when sent over the wire in the SSH +protocol. This is also the format that the \fB\fCssh\-agent\fR uses in its protocol. +.SH SEE ALSO +.PP +.BR ssh-keygen (1), +.BR openssl (1) +.SH BUGS +.PP +Encrypted (password\-protected) keys are not supported. +.PP +Report bugs at Github +\[la]https://github.com/arekinath/node-sshpk/issues\[ra] diff --git a/node_modules/sshpk/man/man1/sshpk-sign.1 b/node_modules/sshpk/man/man1/sshpk-sign.1 new file mode 100644 index 0000000..749916b --- /dev/null +++ b/node_modules/sshpk/man/man1/sshpk-sign.1 @@ -0,0 +1,81 @@ +.TH sshpk\-sign 1 "Jan 2016" sshpk "sshpk Commands" +.SH NAME +.PP +sshpk\-sign \- sign data using an SSH key +.SH SYNOPSYS +.PP +\fB\fCsshpk\-sign\fR \-i KEYPATH [OPTION...] +.SH DESCRIPTION +.PP +Takes in arbitrary bytes, and signs them using an SSH private key. The key can +be of any type or format supported by the \fB\fCsshpk\fR library, including the +standard OpenSSH formats, as well as PEM PKCS#1 and PKCS#8. +.PP +The signature is printed out in Base64 encoding, unless the \fB\fC\-\-binary\fR or \fB\fC\-b\fR +option is given. +.SH EXAMPLES +.PP +Signing with default settings: +.PP +.RS +.nf +$ printf 'foo' | sshpk\-sign \-i ~/.ssh/id_ecdsa +MEUCIAMdLS/vXrrtWFepwe... +.fi +.RE +.PP +Signing in SSH (RFC 4253) format (rather than the default ASN.1): +.PP +.RS +.nf +$ printf 'foo' | sshpk\-sign \-i ~/.ssh/id_ecdsa \-t ssh +AAAAFGVjZHNhLXNoYTIt... +.fi +.RE +.PP +Saving the binary signature to a file: +.PP +.RS +.nf +$ printf 'foo' | sshpk\-sign \-i ~/.ssh/id_ecdsa \\ + \-o signature.bin \-b +$ cat signature.bin | base64 +MEUCIAMdLS/vXrrtWFepwe... +.fi +.RE +.SH OPTIONS +.TP +\fB\fC\-v, \-\-verbose\fR +Print extra information about the key and signature to stderr when signing. +.TP +\fB\fC\-b, \-\-binary\fR +Don't base64\-encode the signature before outputting it. +.TP +\fB\fC\-i KEY, \-\-identity=KEY\fR +Select the key to be used for signing. \fB\fCKEY\fR must be a relative or absolute +filesystem path to the key file. Any format supported by the \fB\fCsshpk\fR library +is supported, including OpenSSH formats and standard PEM PKCS. +.TP +\fB\fC\-f PATH, \-\-file=PATH\fR +Input file to sign instead of stdin. +.TP +\fB\fC\-o PATH, \-\-out=PATH\fR +Output file to save signature in instead of stdout. +.TP +\fB\fC\-H HASH, \-\-hash=HASH\fR +Set the hash algorithm to be used for signing. This should be one of \fB\fCsha1\fR, +\fB\fCsha256\fR or \fB\fCsha512\fR\&. Some key types may place restrictions on which hash +algorithms may be used (e.g. ED25519 keys can only use SHA\-512). +.TP +\fB\fC\-t FORMAT, \-\-format=FORMAT\fR +Choose the signature format to use, from \fB\fCasn1\fR, \fB\fCssh\fR or \fB\fCraw\fR (only for +ED25519 signatures). The \fB\fCasn1\fR format is the default, as it is the format +used with TLS and typically the standard in most non\-SSH libraries (e.g. +OpenSSL). The \fB\fCssh\fR format is used in the SSH protocol and by the ssh\-agent. +.SH SEE ALSO +.PP +.BR sshpk-verify (1) +.SH BUGS +.PP +Report bugs at Github +\[la]https://github.com/arekinath/node-sshpk/issues\[ra] diff --git a/node_modules/sshpk/man/man1/sshpk-verify.1 b/node_modules/sshpk/man/man1/sshpk-verify.1 new file mode 100644 index 0000000..f79169d --- /dev/null +++ b/node_modules/sshpk/man/man1/sshpk-verify.1 @@ -0,0 +1,68 @@ +.TH sshpk\-verify 1 "Jan 2016" sshpk "sshpk Commands" +.SH NAME +.PP +sshpk\-verify \- verify a signature on data using an SSH key +.SH SYNOPSYS +.PP +\fB\fCsshpk\-verify\fR \-i KEYPATH \-s SIGNATURE [OPTION...] +.SH DESCRIPTION +.PP +Takes in arbitrary bytes and a Base64\-encoded signature, and verifies that the +signature was produced by the private half of the given SSH public key. +.SH EXAMPLES +.PP +.RS +.nf +$ printf 'foo' | sshpk\-verify \-i ~/.ssh/id_ecdsa \-s MEUCIQCYp... +OK +$ printf 'foo' | sshpk\-verify \-i ~/.ssh/id_ecdsa \-s GARBAGE... +NOT OK +.fi +.RE +.SH EXIT STATUS +.TP +\fB\fC0\fR +Signature validates and matches the key. +.TP +\fB\fC1\fR +Signature is parseable and the correct length but does not match the key or +otherwise is invalid. +.TP +\fB\fC2\fR +The signature or key could not be parsed. +.TP +\fB\fC3\fR +Invalid commandline options were supplied. +.SH OPTIONS +.TP +\fB\fC\-v, \-\-verbose\fR +Print extra information about the key and signature to stderr when verifying. +.TP +\fB\fC\-i KEY, \-\-identity=KEY\fR +Select the key to be used for verification. \fB\fCKEY\fR must be a relative or +absolute filesystem path to the key file. Any format supported by the \fB\fCsshpk\fR +library is supported, including OpenSSH formats and standard PEM PKCS. +.TP +\fB\fC\-s BASE64, \-\-signature=BASE64\fR +Supplies the base64\-encoded signature to be verified. +.TP +\fB\fC\-f PATH, \-\-file=PATH\fR +Input file to verify instead of stdin. +.TP +\fB\fC\-H HASH, \-\-hash=HASH\fR +Set the hash algorithm to be used for signing. This should be one of \fB\fCsha1\fR, +\fB\fCsha256\fR or \fB\fCsha512\fR\&. Some key types may place restrictions on which hash +algorithms may be used (e.g. ED25519 keys can only use SHA\-512). +.TP +\fB\fC\-t FORMAT, \-\-format=FORMAT\fR +Choose the signature format to use, from \fB\fCasn1\fR, \fB\fCssh\fR or \fB\fCraw\fR (only for +ED25519 signatures). The \fB\fCasn1\fR format is the default, as it is the format +used with TLS and typically the standard in most non\-SSH libraries (e.g. +OpenSSL). The \fB\fCssh\fR format is used in the SSH protocol and by the ssh\-agent. +.SH SEE ALSO +.PP +.BR sshpk-sign (1) +.SH BUGS +.PP +Report bugs at Github +\[la]https://github.com/arekinath/node-sshpk/issues\[ra] diff --git a/node_modules/sshpk/node_modules/jsbn/.npmignore b/node_modules/sshpk/node_modules/jsbn/.npmignore new file mode 100644 index 0000000..28f1ba7 --- /dev/null +++ b/node_modules/sshpk/node_modules/jsbn/.npmignore @@ -0,0 +1,2 @@ +node_modules +.DS_Store \ No newline at end of file diff --git a/node_modules/sshpk/node_modules/jsbn/LICENSE b/node_modules/sshpk/node_modules/jsbn/LICENSE new file mode 100644 index 0000000..2a6457e --- /dev/null +++ b/node_modules/sshpk/node_modules/jsbn/LICENSE @@ -0,0 +1,40 @@ +Licensing +--------- + +This software is covered under the following copyright: + +/* + * Copyright (c) 2003-2005 Tom Wu + * All Rights Reserved. + * + * Permission is hereby granted, free of charge, to any person obtaining + * a copy of this software and associated documentation files (the + * "Software"), to deal in the Software without restriction, including + * without limitation the rights to use, copy, modify, merge, publish, + * distribute, sublicense, and/or sell copies of the Software, and to + * permit persons to whom the Software is furnished to do so, subject to + * the following conditions: + * + * The above copyright notice and this permission notice shall be + * included in all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, + * EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY + * WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. + * + * IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL, + * INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER + * RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF + * THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT + * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + * + * In addition, the following condition applies: + * + * All redistributions must retain an intact copy of this copyright notice + * and disclaimer. + */ + +Address all questions regarding this license to: + + Tom Wu + tjw@cs.Stanford.EDU \ No newline at end of file diff --git a/node_modules/sshpk/node_modules/jsbn/README.md b/node_modules/sshpk/node_modules/jsbn/README.md new file mode 100644 index 0000000..7aac67f --- /dev/null +++ b/node_modules/sshpk/node_modules/jsbn/README.md @@ -0,0 +1,175 @@ +# jsbn: javascript big number + +[Tom Wu's Original Website](http://www-cs-students.stanford.edu/~tjw/jsbn/) + +I felt compelled to put this on github and publish to npm. I haven't tested every other big integer library out there, but the few that I have tested in comparison to this one have not even come close in performance. I am aware of the `bi` module on npm, however it has been modified and I wanted to publish the original without modifications. This is jsbn and jsbn2 from Tom Wu's original website above, with the modular pattern applied to prevent global leaks and to allow for use with node.js on the server side. + +## usage + + var BigInteger = require('jsbn'); + + var a = new BigInteger('91823918239182398123'); + alert(a.bitLength()); // 67 + + +## API + +### bi.toString() + +returns the base-10 number as a string + +### bi.negate() + +returns a new BigInteger equal to the negation of `bi` + +### bi.abs + +returns new BI of absolute value + +### bi.compareTo + + + +### bi.bitLength + + + +### bi.mod + + + +### bi.modPowInt + + + +### bi.clone + + + +### bi.intValue + + + +### bi.byteValue + + + +### bi.shortValue + + + +### bi.signum + + + +### bi.toByteArray + + + +### bi.equals + + + +### bi.min + + + +### bi.max + + + +### bi.and + + + +### bi.or + + + +### bi.xor + + + +### bi.andNot + + + +### bi.not + + + +### bi.shiftLeft + + + +### bi.shiftRight + + + +### bi.getLowestSetBit + + + +### bi.bitCount + + + +### bi.testBit + + + +### bi.setBit + + + +### bi.clearBit + + + +### bi.flipBit + + + +### bi.add + + + +### bi.subtract + + + +### bi.multiply + + + +### bi.divide + + + +### bi.remainder + + + +### bi.divideAndRemainder + + + +### bi.modPow + + + +### bi.modInverse + + + +### bi.pow + + + +### bi.gcd + + + +### bi.isProbablePrime + + diff --git a/node_modules/sshpk/node_modules/jsbn/example.html b/node_modules/sshpk/node_modules/jsbn/example.html new file mode 100644 index 0000000..7c26a56 --- /dev/null +++ b/node_modules/sshpk/node_modules/jsbn/example.html @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/node_modules/sshpk/node_modules/jsbn/example.js b/node_modules/sshpk/node_modules/jsbn/example.js new file mode 100644 index 0000000..664c1b4 --- /dev/null +++ b/node_modules/sshpk/node_modules/jsbn/example.js @@ -0,0 +1,3 @@ +var BigInteger = require('./'); +var a = new BigInteger('91823918239182398123'); +console.log(a.bitLength()); \ No newline at end of file diff --git a/node_modules/sshpk/node_modules/jsbn/index.js b/node_modules/sshpk/node_modules/jsbn/index.js new file mode 100644 index 0000000..973226d --- /dev/null +++ b/node_modules/sshpk/node_modules/jsbn/index.js @@ -0,0 +1,1357 @@ +(function(){ + + // Copyright (c) 2005 Tom Wu + // All Rights Reserved. + // See "LICENSE" for details. + + // Basic JavaScript BN library - subset useful for RSA encryption. + + // Bits per digit + var dbits; + + // JavaScript engine analysis + var canary = 0xdeadbeefcafe; + var j_lm = ((canary&0xffffff)==0xefcafe); + + // (public) Constructor + function BigInteger(a,b,c) { + if(a != null) + if("number" == typeof a) this.fromNumber(a,b,c); + else if(b == null && "string" != typeof a) this.fromString(a,256); + else this.fromString(a,b); + } + + // return new, unset BigInteger + function nbi() { return new BigInteger(null); } + + // am: Compute w_j += (x*this_i), propagate carries, + // c is initial carry, returns final carry. + // c < 3*dvalue, x < 2*dvalue, this_i < dvalue + // We need to select the fastest one that works in this environment. + + // am1: use a single mult and divide to get the high bits, + // max digit bits should be 26 because + // max internal value = 2*dvalue^2-2*dvalue (< 2^53) + function am1(i,x,w,j,c,n) { + while(--n >= 0) { + var v = x*this[i++]+w[j]+c; + c = Math.floor(v/0x4000000); + w[j++] = v&0x3ffffff; + } + return c; + } + // am2 avoids a big mult-and-extract completely. + // Max digit bits should be <= 30 because we do bitwise ops + // on values up to 2*hdvalue^2-hdvalue-1 (< 2^31) + function am2(i,x,w,j,c,n) { + var xl = x&0x7fff, xh = x>>15; + while(--n >= 0) { + var l = this[i]&0x7fff; + var h = this[i++]>>15; + var m = xh*l+h*xl; + l = xl*l+((m&0x7fff)<<15)+w[j]+(c&0x3fffffff); + c = (l>>>30)+(m>>>15)+xh*h+(c>>>30); + w[j++] = l&0x3fffffff; + } + return c; + } + // Alternately, set max digit bits to 28 since some + // browsers slow down when dealing with 32-bit numbers. + function am3(i,x,w,j,c,n) { + var xl = x&0x3fff, xh = x>>14; + while(--n >= 0) { + var l = this[i]&0x3fff; + var h = this[i++]>>14; + var m = xh*l+h*xl; + l = xl*l+((m&0x3fff)<<14)+w[j]+c; + c = (l>>28)+(m>>14)+xh*h; + w[j++] = l&0xfffffff; + } + return c; + } + var inBrowser = typeof navigator !== "undefined"; + if(inBrowser && j_lm && (navigator.appName == "Microsoft Internet Explorer")) { + BigInteger.prototype.am = am2; + dbits = 30; + } + else if(inBrowser && j_lm && (navigator.appName != "Netscape")) { + BigInteger.prototype.am = am1; + dbits = 26; + } + else { // Mozilla/Netscape seems to prefer am3 + BigInteger.prototype.am = am3; + dbits = 28; + } + + BigInteger.prototype.DB = dbits; + BigInteger.prototype.DM = ((1<= 0; --i) r[i] = this[i]; + r.t = this.t; + r.s = this.s; + } + + // (protected) set from integer value x, -DV <= x < DV + function bnpFromInt(x) { + this.t = 1; + this.s = (x<0)?-1:0; + if(x > 0) this[0] = x; + else if(x < -1) this[0] = x+this.DV; + else this.t = 0; + } + + // return bigint initialized to value + function nbv(i) { var r = nbi(); r.fromInt(i); return r; } + + // (protected) set from string and radix + function bnpFromString(s,b) { + var k; + if(b == 16) k = 4; + else if(b == 8) k = 3; + else if(b == 256) k = 8; // byte array + else if(b == 2) k = 1; + else if(b == 32) k = 5; + else if(b == 4) k = 2; + else { this.fromRadix(s,b); return; } + this.t = 0; + this.s = 0; + var i = s.length, mi = false, sh = 0; + while(--i >= 0) { + var x = (k==8)?s[i]&0xff:intAt(s,i); + if(x < 0) { + if(s.charAt(i) == "-") mi = true; + continue; + } + mi = false; + if(sh == 0) + this[this.t++] = x; + else if(sh+k > this.DB) { + this[this.t-1] |= (x&((1<<(this.DB-sh))-1))<>(this.DB-sh)); + } + else + this[this.t-1] |= x<= this.DB) sh -= this.DB; + } + if(k == 8 && (s[0]&0x80) != 0) { + this.s = -1; + if(sh > 0) this[this.t-1] |= ((1<<(this.DB-sh))-1)< 0 && this[this.t-1] == c) --this.t; + } + + // (public) return string representation in given radix + function bnToString(b) { + if(this.s < 0) return "-"+this.negate().toString(b); + var k; + if(b == 16) k = 4; + else if(b == 8) k = 3; + else if(b == 2) k = 1; + else if(b == 32) k = 5; + else if(b == 4) k = 2; + else return this.toRadix(b); + var km = (1< 0) { + if(p < this.DB && (d = this[i]>>p) > 0) { m = true; r = int2char(d); } + while(i >= 0) { + if(p < k) { + d = (this[i]&((1<>(p+=this.DB-k); + } + else { + d = (this[i]>>(p-=k))&km; + if(p <= 0) { p += this.DB; --i; } + } + if(d > 0) m = true; + if(m) r += int2char(d); + } + } + return m?r:"0"; + } + + // (public) -this + function bnNegate() { var r = nbi(); BigInteger.ZERO.subTo(this,r); return r; } + + // (public) |this| + function bnAbs() { return (this.s<0)?this.negate():this; } + + // (public) return + if this > a, - if this < a, 0 if equal + function bnCompareTo(a) { + var r = this.s-a.s; + if(r != 0) return r; + var i = this.t; + r = i-a.t; + if(r != 0) return (this.s<0)?-r:r; + while(--i >= 0) if((r=this[i]-a[i]) != 0) return r; + return 0; + } + + // returns bit length of the integer x + function nbits(x) { + var r = 1, t; + if((t=x>>>16) != 0) { x = t; r += 16; } + if((t=x>>8) != 0) { x = t; r += 8; } + if((t=x>>4) != 0) { x = t; r += 4; } + if((t=x>>2) != 0) { x = t; r += 2; } + if((t=x>>1) != 0) { x = t; r += 1; } + return r; + } + + // (public) return the number of bits in "this" + function bnBitLength() { + if(this.t <= 0) return 0; + return this.DB*(this.t-1)+nbits(this[this.t-1]^(this.s&this.DM)); + } + + // (protected) r = this << n*DB + function bnpDLShiftTo(n,r) { + var i; + for(i = this.t-1; i >= 0; --i) r[i+n] = this[i]; + for(i = n-1; i >= 0; --i) r[i] = 0; + r.t = this.t+n; + r.s = this.s; + } + + // (protected) r = this >> n*DB + function bnpDRShiftTo(n,r) { + for(var i = n; i < this.t; ++i) r[i-n] = this[i]; + r.t = Math.max(this.t-n,0); + r.s = this.s; + } + + // (protected) r = this << n + function bnpLShiftTo(n,r) { + var bs = n%this.DB; + var cbs = this.DB-bs; + var bm = (1<= 0; --i) { + r[i+ds+1] = (this[i]>>cbs)|c; + c = (this[i]&bm)<= 0; --i) r[i] = 0; + r[ds] = c; + r.t = this.t+ds+1; + r.s = this.s; + r.clamp(); + } + + // (protected) r = this >> n + function bnpRShiftTo(n,r) { + r.s = this.s; + var ds = Math.floor(n/this.DB); + if(ds >= this.t) { r.t = 0; return; } + var bs = n%this.DB; + var cbs = this.DB-bs; + var bm = (1<>bs; + for(var i = ds+1; i < this.t; ++i) { + r[i-ds-1] |= (this[i]&bm)<>bs; + } + if(bs > 0) r[this.t-ds-1] |= (this.s&bm)<>= this.DB; + } + if(a.t < this.t) { + c -= a.s; + while(i < this.t) { + c += this[i]; + r[i++] = c&this.DM; + c >>= this.DB; + } + c += this.s; + } + else { + c += this.s; + while(i < a.t) { + c -= a[i]; + r[i++] = c&this.DM; + c >>= this.DB; + } + c -= a.s; + } + r.s = (c<0)?-1:0; + if(c < -1) r[i++] = this.DV+c; + else if(c > 0) r[i++] = c; + r.t = i; + r.clamp(); + } + + // (protected) r = this * a, r != this,a (HAC 14.12) + // "this" should be the larger one if appropriate. + function bnpMultiplyTo(a,r) { + var x = this.abs(), y = a.abs(); + var i = x.t; + r.t = i+y.t; + while(--i >= 0) r[i] = 0; + for(i = 0; i < y.t; ++i) r[i+x.t] = x.am(0,y[i],r,i,0,x.t); + r.s = 0; + r.clamp(); + if(this.s != a.s) BigInteger.ZERO.subTo(r,r); + } + + // (protected) r = this^2, r != this (HAC 14.16) + function bnpSquareTo(r) { + var x = this.abs(); + var i = r.t = 2*x.t; + while(--i >= 0) r[i] = 0; + for(i = 0; i < x.t-1; ++i) { + var c = x.am(i,x[i],r,2*i,0,1); + if((r[i+x.t]+=x.am(i+1,2*x[i],r,2*i+1,c,x.t-i-1)) >= x.DV) { + r[i+x.t] -= x.DV; + r[i+x.t+1] = 1; + } + } + if(r.t > 0) r[r.t-1] += x.am(i,x[i],r,2*i,0,1); + r.s = 0; + r.clamp(); + } + + // (protected) divide this by m, quotient and remainder to q, r (HAC 14.20) + // r != q, this != m. q or r may be null. + function bnpDivRemTo(m,q,r) { + var pm = m.abs(); + if(pm.t <= 0) return; + var pt = this.abs(); + if(pt.t < pm.t) { + if(q != null) q.fromInt(0); + if(r != null) this.copyTo(r); + return; + } + if(r == null) r = nbi(); + var y = nbi(), ts = this.s, ms = m.s; + var nsh = this.DB-nbits(pm[pm.t-1]); // normalize modulus + if(nsh > 0) { pm.lShiftTo(nsh,y); pt.lShiftTo(nsh,r); } + else { pm.copyTo(y); pt.copyTo(r); } + var ys = y.t; + var y0 = y[ys-1]; + if(y0 == 0) return; + var yt = y0*(1<1)?y[ys-2]>>this.F2:0); + var d1 = this.FV/yt, d2 = (1<= 0) { + r[r.t++] = 1; + r.subTo(t,r); + } + BigInteger.ONE.dlShiftTo(ys,t); + t.subTo(y,y); // "negative" y so we can replace sub with am later + while(y.t < ys) y[y.t++] = 0; + while(--j >= 0) { + // Estimate quotient digit + var qd = (r[--i]==y0)?this.DM:Math.floor(r[i]*d1+(r[i-1]+e)*d2); + if((r[i]+=y.am(0,qd,r,j,0,ys)) < qd) { // Try it out + y.dlShiftTo(j,t); + r.subTo(t,r); + while(r[i] < --qd) r.subTo(t,r); + } + } + if(q != null) { + r.drShiftTo(ys,q); + if(ts != ms) BigInteger.ZERO.subTo(q,q); + } + r.t = ys; + r.clamp(); + if(nsh > 0) r.rShiftTo(nsh,r); // Denormalize remainder + if(ts < 0) BigInteger.ZERO.subTo(r,r); + } + + // (public) this mod a + function bnMod(a) { + var r = nbi(); + this.abs().divRemTo(a,null,r); + if(this.s < 0 && r.compareTo(BigInteger.ZERO) > 0) a.subTo(r,r); + return r; + } + + // Modular reduction using "classic" algorithm + function Classic(m) { this.m = m; } + function cConvert(x) { + if(x.s < 0 || x.compareTo(this.m) >= 0) return x.mod(this.m); + else return x; + } + function cRevert(x) { return x; } + function cReduce(x) { x.divRemTo(this.m,null,x); } + function cMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); } + function cSqrTo(x,r) { x.squareTo(r); this.reduce(r); } + + Classic.prototype.convert = cConvert; + Classic.prototype.revert = cRevert; + Classic.prototype.reduce = cReduce; + Classic.prototype.mulTo = cMulTo; + Classic.prototype.sqrTo = cSqrTo; + + // (protected) return "-1/this % 2^DB"; useful for Mont. reduction + // justification: + // xy == 1 (mod m) + // xy = 1+km + // xy(2-xy) = (1+km)(1-km) + // x[y(2-xy)] = 1-k^2m^2 + // x[y(2-xy)] == 1 (mod m^2) + // if y is 1/x mod m, then y(2-xy) is 1/x mod m^2 + // should reduce x and y(2-xy) by m^2 at each step to keep size bounded. + // JS multiply "overflows" differently from C/C++, so care is needed here. + function bnpInvDigit() { + if(this.t < 1) return 0; + var x = this[0]; + if((x&1) == 0) return 0; + var y = x&3; // y == 1/x mod 2^2 + y = (y*(2-(x&0xf)*y))&0xf; // y == 1/x mod 2^4 + y = (y*(2-(x&0xff)*y))&0xff; // y == 1/x mod 2^8 + y = (y*(2-(((x&0xffff)*y)&0xffff)))&0xffff; // y == 1/x mod 2^16 + // last step - calculate inverse mod DV directly; + // assumes 16 < DB <= 32 and assumes ability to handle 48-bit ints + y = (y*(2-x*y%this.DV))%this.DV; // y == 1/x mod 2^dbits + // we really want the negative inverse, and -DV < y < DV + return (y>0)?this.DV-y:-y; + } + + // Montgomery reduction + function Montgomery(m) { + this.m = m; + this.mp = m.invDigit(); + this.mpl = this.mp&0x7fff; + this.mph = this.mp>>15; + this.um = (1<<(m.DB-15))-1; + this.mt2 = 2*m.t; + } + + // xR mod m + function montConvert(x) { + var r = nbi(); + x.abs().dlShiftTo(this.m.t,r); + r.divRemTo(this.m,null,r); + if(x.s < 0 && r.compareTo(BigInteger.ZERO) > 0) this.m.subTo(r,r); + return r; + } + + // x/R mod m + function montRevert(x) { + var r = nbi(); + x.copyTo(r); + this.reduce(r); + return r; + } + + // x = x/R mod m (HAC 14.32) + function montReduce(x) { + while(x.t <= this.mt2) // pad x so am has enough room later + x[x.t++] = 0; + for(var i = 0; i < this.m.t; ++i) { + // faster way of calculating u0 = x[i]*mp mod DV + var j = x[i]&0x7fff; + var u0 = (j*this.mpl+(((j*this.mph+(x[i]>>15)*this.mpl)&this.um)<<15))&x.DM; + // use am to combine the multiply-shift-add into one call + j = i+this.m.t; + x[j] += this.m.am(0,u0,x,i,0,this.m.t); + // propagate carry + while(x[j] >= x.DV) { x[j] -= x.DV; x[++j]++; } + } + x.clamp(); + x.drShiftTo(this.m.t,x); + if(x.compareTo(this.m) >= 0) x.subTo(this.m,x); + } + + // r = "x^2/R mod m"; x != r + function montSqrTo(x,r) { x.squareTo(r); this.reduce(r); } + + // r = "xy/R mod m"; x,y != r + function montMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); } + + Montgomery.prototype.convert = montConvert; + Montgomery.prototype.revert = montRevert; + Montgomery.prototype.reduce = montReduce; + Montgomery.prototype.mulTo = montMulTo; + Montgomery.prototype.sqrTo = montSqrTo; + + // (protected) true iff this is even + function bnpIsEven() { return ((this.t>0)?(this[0]&1):this.s) == 0; } + + // (protected) this^e, e < 2^32, doing sqr and mul with "r" (HAC 14.79) + function bnpExp(e,z) { + if(e > 0xffffffff || e < 1) return BigInteger.ONE; + var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e)-1; + g.copyTo(r); + while(--i >= 0) { + z.sqrTo(r,r2); + if((e&(1< 0) z.mulTo(r2,g,r); + else { var t = r; r = r2; r2 = t; } + } + return z.revert(r); + } + + // (public) this^e % m, 0 <= e < 2^32 + function bnModPowInt(e,m) { + var z; + if(e < 256 || m.isEven()) z = new Classic(m); else z = new Montgomery(m); + return this.exp(e,z); + } + + // protected + BigInteger.prototype.copyTo = bnpCopyTo; + BigInteger.prototype.fromInt = bnpFromInt; + BigInteger.prototype.fromString = bnpFromString; + BigInteger.prototype.clamp = bnpClamp; + BigInteger.prototype.dlShiftTo = bnpDLShiftTo; + BigInteger.prototype.drShiftTo = bnpDRShiftTo; + BigInteger.prototype.lShiftTo = bnpLShiftTo; + BigInteger.prototype.rShiftTo = bnpRShiftTo; + BigInteger.prototype.subTo = bnpSubTo; + BigInteger.prototype.multiplyTo = bnpMultiplyTo; + BigInteger.prototype.squareTo = bnpSquareTo; + BigInteger.prototype.divRemTo = bnpDivRemTo; + BigInteger.prototype.invDigit = bnpInvDigit; + BigInteger.prototype.isEven = bnpIsEven; + BigInteger.prototype.exp = bnpExp; + + // public + BigInteger.prototype.toString = bnToString; + BigInteger.prototype.negate = bnNegate; + BigInteger.prototype.abs = bnAbs; + BigInteger.prototype.compareTo = bnCompareTo; + BigInteger.prototype.bitLength = bnBitLength; + BigInteger.prototype.mod = bnMod; + BigInteger.prototype.modPowInt = bnModPowInt; + + // "constants" + BigInteger.ZERO = nbv(0); + BigInteger.ONE = nbv(1); + + // Copyright (c) 2005-2009 Tom Wu + // All Rights Reserved. + // See "LICENSE" for details. + + // Extended JavaScript BN functions, required for RSA private ops. + + // Version 1.1: new BigInteger("0", 10) returns "proper" zero + // Version 1.2: square() API, isProbablePrime fix + + // (public) + function bnClone() { var r = nbi(); this.copyTo(r); return r; } + + // (public) return value as integer + function bnIntValue() { + if(this.s < 0) { + if(this.t == 1) return this[0]-this.DV; + else if(this.t == 0) return -1; + } + else if(this.t == 1) return this[0]; + else if(this.t == 0) return 0; + // assumes 16 < DB < 32 + return ((this[1]&((1<<(32-this.DB))-1))<>24; } + + // (public) return value as short (assumes DB>=16) + function bnShortValue() { return (this.t==0)?this.s:(this[0]<<16)>>16; } + + // (protected) return x s.t. r^x < DV + function bnpChunkSize(r) { return Math.floor(Math.LN2*this.DB/Math.log(r)); } + + // (public) 0 if this == 0, 1 if this > 0 + function bnSigNum() { + if(this.s < 0) return -1; + else if(this.t <= 0 || (this.t == 1 && this[0] <= 0)) return 0; + else return 1; + } + + // (protected) convert to radix string + function bnpToRadix(b) { + if(b == null) b = 10; + if(this.signum() == 0 || b < 2 || b > 36) return "0"; + var cs = this.chunkSize(b); + var a = Math.pow(b,cs); + var d = nbv(a), y = nbi(), z = nbi(), r = ""; + this.divRemTo(d,y,z); + while(y.signum() > 0) { + r = (a+z.intValue()).toString(b).substr(1) + r; + y.divRemTo(d,y,z); + } + return z.intValue().toString(b) + r; + } + + // (protected) convert from radix string + function bnpFromRadix(s,b) { + this.fromInt(0); + if(b == null) b = 10; + var cs = this.chunkSize(b); + var d = Math.pow(b,cs), mi = false, j = 0, w = 0; + for(var i = 0; i < s.length; ++i) { + var x = intAt(s,i); + if(x < 0) { + if(s.charAt(i) == "-" && this.signum() == 0) mi = true; + continue; + } + w = b*w+x; + if(++j >= cs) { + this.dMultiply(d); + this.dAddOffset(w,0); + j = 0; + w = 0; + } + } + if(j > 0) { + this.dMultiply(Math.pow(b,j)); + this.dAddOffset(w,0); + } + if(mi) BigInteger.ZERO.subTo(this,this); + } + + // (protected) alternate constructor + function bnpFromNumber(a,b,c) { + if("number" == typeof b) { + // new BigInteger(int,int,RNG) + if(a < 2) this.fromInt(1); + else { + this.fromNumber(a,c); + if(!this.testBit(a-1)) // force MSB set + this.bitwiseTo(BigInteger.ONE.shiftLeft(a-1),op_or,this); + if(this.isEven()) this.dAddOffset(1,0); // force odd + while(!this.isProbablePrime(b)) { + this.dAddOffset(2,0); + if(this.bitLength() > a) this.subTo(BigInteger.ONE.shiftLeft(a-1),this); + } + } + } + else { + // new BigInteger(int,RNG) + var x = new Array(), t = a&7; + x.length = (a>>3)+1; + b.nextBytes(x); + if(t > 0) x[0] &= ((1< 0) { + if(p < this.DB && (d = this[i]>>p) != (this.s&this.DM)>>p) + r[k++] = d|(this.s<<(this.DB-p)); + while(i >= 0) { + if(p < 8) { + d = (this[i]&((1<>(p+=this.DB-8); + } + else { + d = (this[i]>>(p-=8))&0xff; + if(p <= 0) { p += this.DB; --i; } + } + if((d&0x80) != 0) d |= -256; + if(k == 0 && (this.s&0x80) != (d&0x80)) ++k; + if(k > 0 || d != this.s) r[k++] = d; + } + } + return r; + } + + function bnEquals(a) { return(this.compareTo(a)==0); } + function bnMin(a) { return(this.compareTo(a)<0)?this:a; } + function bnMax(a) { return(this.compareTo(a)>0)?this:a; } + + // (protected) r = this op a (bitwise) + function bnpBitwiseTo(a,op,r) { + var i, f, m = Math.min(a.t,this.t); + for(i = 0; i < m; ++i) r[i] = op(this[i],a[i]); + if(a.t < this.t) { + f = a.s&this.DM; + for(i = m; i < this.t; ++i) r[i] = op(this[i],f); + r.t = this.t; + } + else { + f = this.s&this.DM; + for(i = m; i < a.t; ++i) r[i] = op(f,a[i]); + r.t = a.t; + } + r.s = op(this.s,a.s); + r.clamp(); + } + + // (public) this & a + function op_and(x,y) { return x&y; } + function bnAnd(a) { var r = nbi(); this.bitwiseTo(a,op_and,r); return r; } + + // (public) this | a + function op_or(x,y) { return x|y; } + function bnOr(a) { var r = nbi(); this.bitwiseTo(a,op_or,r); return r; } + + // (public) this ^ a + function op_xor(x,y) { return x^y; } + function bnXor(a) { var r = nbi(); this.bitwiseTo(a,op_xor,r); return r; } + + // (public) this & ~a + function op_andnot(x,y) { return x&~y; } + function bnAndNot(a) { var r = nbi(); this.bitwiseTo(a,op_andnot,r); return r; } + + // (public) ~this + function bnNot() { + var r = nbi(); + for(var i = 0; i < this.t; ++i) r[i] = this.DM&~this[i]; + r.t = this.t; + r.s = ~this.s; + return r; + } + + // (public) this << n + function bnShiftLeft(n) { + var r = nbi(); + if(n < 0) this.rShiftTo(-n,r); else this.lShiftTo(n,r); + return r; + } + + // (public) this >> n + function bnShiftRight(n) { + var r = nbi(); + if(n < 0) this.lShiftTo(-n,r); else this.rShiftTo(n,r); + return r; + } + + // return index of lowest 1-bit in x, x < 2^31 + function lbit(x) { + if(x == 0) return -1; + var r = 0; + if((x&0xffff) == 0) { x >>= 16; r += 16; } + if((x&0xff) == 0) { x >>= 8; r += 8; } + if((x&0xf) == 0) { x >>= 4; r += 4; } + if((x&3) == 0) { x >>= 2; r += 2; } + if((x&1) == 0) ++r; + return r; + } + + // (public) returns index of lowest 1-bit (or -1 if none) + function bnGetLowestSetBit() { + for(var i = 0; i < this.t; ++i) + if(this[i] != 0) return i*this.DB+lbit(this[i]); + if(this.s < 0) return this.t*this.DB; + return -1; + } + + // return number of 1 bits in x + function cbit(x) { + var r = 0; + while(x != 0) { x &= x-1; ++r; } + return r; + } + + // (public) return number of set bits + function bnBitCount() { + var r = 0, x = this.s&this.DM; + for(var i = 0; i < this.t; ++i) r += cbit(this[i]^x); + return r; + } + + // (public) true iff nth bit is set + function bnTestBit(n) { + var j = Math.floor(n/this.DB); + if(j >= this.t) return(this.s!=0); + return((this[j]&(1<<(n%this.DB)))!=0); + } + + // (protected) this op (1<>= this.DB; + } + if(a.t < this.t) { + c += a.s; + while(i < this.t) { + c += this[i]; + r[i++] = c&this.DM; + c >>= this.DB; + } + c += this.s; + } + else { + c += this.s; + while(i < a.t) { + c += a[i]; + r[i++] = c&this.DM; + c >>= this.DB; + } + c += a.s; + } + r.s = (c<0)?-1:0; + if(c > 0) r[i++] = c; + else if(c < -1) r[i++] = this.DV+c; + r.t = i; + r.clamp(); + } + + // (public) this + a + function bnAdd(a) { var r = nbi(); this.addTo(a,r); return r; } + + // (public) this - a + function bnSubtract(a) { var r = nbi(); this.subTo(a,r); return r; } + + // (public) this * a + function bnMultiply(a) { var r = nbi(); this.multiplyTo(a,r); return r; } + + // (public) this^2 + function bnSquare() { var r = nbi(); this.squareTo(r); return r; } + + // (public) this / a + function bnDivide(a) { var r = nbi(); this.divRemTo(a,r,null); return r; } + + // (public) this % a + function bnRemainder(a) { var r = nbi(); this.divRemTo(a,null,r); return r; } + + // (public) [this/a,this%a] + function bnDivideAndRemainder(a) { + var q = nbi(), r = nbi(); + this.divRemTo(a,q,r); + return new Array(q,r); + } + + // (protected) this *= n, this >= 0, 1 < n < DV + function bnpDMultiply(n) { + this[this.t] = this.am(0,n-1,this,0,0,this.t); + ++this.t; + this.clamp(); + } + + // (protected) this += n << w words, this >= 0 + function bnpDAddOffset(n,w) { + if(n == 0) return; + while(this.t <= w) this[this.t++] = 0; + this[w] += n; + while(this[w] >= this.DV) { + this[w] -= this.DV; + if(++w >= this.t) this[this.t++] = 0; + ++this[w]; + } + } + + // A "null" reducer + function NullExp() {} + function nNop(x) { return x; } + function nMulTo(x,y,r) { x.multiplyTo(y,r); } + function nSqrTo(x,r) { x.squareTo(r); } + + NullExp.prototype.convert = nNop; + NullExp.prototype.revert = nNop; + NullExp.prototype.mulTo = nMulTo; + NullExp.prototype.sqrTo = nSqrTo; + + // (public) this^e + function bnPow(e) { return this.exp(e,new NullExp()); } + + // (protected) r = lower n words of "this * a", a.t <= n + // "this" should be the larger one if appropriate. + function bnpMultiplyLowerTo(a,n,r) { + var i = Math.min(this.t+a.t,n); + r.s = 0; // assumes a,this >= 0 + r.t = i; + while(i > 0) r[--i] = 0; + var j; + for(j = r.t-this.t; i < j; ++i) r[i+this.t] = this.am(0,a[i],r,i,0,this.t); + for(j = Math.min(a.t,n); i < j; ++i) this.am(0,a[i],r,i,0,n-i); + r.clamp(); + } + + // (protected) r = "this * a" without lower n words, n > 0 + // "this" should be the larger one if appropriate. + function bnpMultiplyUpperTo(a,n,r) { + --n; + var i = r.t = this.t+a.t-n; + r.s = 0; // assumes a,this >= 0 + while(--i >= 0) r[i] = 0; + for(i = Math.max(n-this.t,0); i < a.t; ++i) + r[this.t+i-n] = this.am(n-i,a[i],r,0,0,this.t+i-n); + r.clamp(); + r.drShiftTo(1,r); + } + + // Barrett modular reduction + function Barrett(m) { + // setup Barrett + this.r2 = nbi(); + this.q3 = nbi(); + BigInteger.ONE.dlShiftTo(2*m.t,this.r2); + this.mu = this.r2.divide(m); + this.m = m; + } + + function barrettConvert(x) { + if(x.s < 0 || x.t > 2*this.m.t) return x.mod(this.m); + else if(x.compareTo(this.m) < 0) return x; + else { var r = nbi(); x.copyTo(r); this.reduce(r); return r; } + } + + function barrettRevert(x) { return x; } + + // x = x mod m (HAC 14.42) + function barrettReduce(x) { + x.drShiftTo(this.m.t-1,this.r2); + if(x.t > this.m.t+1) { x.t = this.m.t+1; x.clamp(); } + this.mu.multiplyUpperTo(this.r2,this.m.t+1,this.q3); + this.m.multiplyLowerTo(this.q3,this.m.t+1,this.r2); + while(x.compareTo(this.r2) < 0) x.dAddOffset(1,this.m.t+1); + x.subTo(this.r2,x); + while(x.compareTo(this.m) >= 0) x.subTo(this.m,x); + } + + // r = x^2 mod m; x != r + function barrettSqrTo(x,r) { x.squareTo(r); this.reduce(r); } + + // r = x*y mod m; x,y != r + function barrettMulTo(x,y,r) { x.multiplyTo(y,r); this.reduce(r); } + + Barrett.prototype.convert = barrettConvert; + Barrett.prototype.revert = barrettRevert; + Barrett.prototype.reduce = barrettReduce; + Barrett.prototype.mulTo = barrettMulTo; + Barrett.prototype.sqrTo = barrettSqrTo; + + // (public) this^e % m (HAC 14.85) + function bnModPow(e,m) { + var i = e.bitLength(), k, r = nbv(1), z; + if(i <= 0) return r; + else if(i < 18) k = 1; + else if(i < 48) k = 3; + else if(i < 144) k = 4; + else if(i < 768) k = 5; + else k = 6; + if(i < 8) + z = new Classic(m); + else if(m.isEven()) + z = new Barrett(m); + else + z = new Montgomery(m); + + // precomputation + var g = new Array(), n = 3, k1 = k-1, km = (1< 1) { + var g2 = nbi(); + z.sqrTo(g[1],g2); + while(n <= km) { + g[n] = nbi(); + z.mulTo(g2,g[n-2],g[n]); + n += 2; + } + } + + var j = e.t-1, w, is1 = true, r2 = nbi(), t; + i = nbits(e[j])-1; + while(j >= 0) { + if(i >= k1) w = (e[j]>>(i-k1))&km; + else { + w = (e[j]&((1<<(i+1))-1))<<(k1-i); + if(j > 0) w |= e[j-1]>>(this.DB+i-k1); + } + + n = k; + while((w&1) == 0) { w >>= 1; --n; } + if((i -= n) < 0) { i += this.DB; --j; } + if(is1) { // ret == 1, don't bother squaring or multiplying it + g[w].copyTo(r); + is1 = false; + } + else { + while(n > 1) { z.sqrTo(r,r2); z.sqrTo(r2,r); n -= 2; } + if(n > 0) z.sqrTo(r,r2); else { t = r; r = r2; r2 = t; } + z.mulTo(r2,g[w],r); + } + + while(j >= 0 && (e[j]&(1< 0) { + x.rShiftTo(g,x); + y.rShiftTo(g,y); + } + while(x.signum() > 0) { + if((i = x.getLowestSetBit()) > 0) x.rShiftTo(i,x); + if((i = y.getLowestSetBit()) > 0) y.rShiftTo(i,y); + if(x.compareTo(y) >= 0) { + x.subTo(y,x); + x.rShiftTo(1,x); + } + else { + y.subTo(x,y); + y.rShiftTo(1,y); + } + } + if(g > 0) y.lShiftTo(g,y); + return y; + } + + // (protected) this % n, n < 2^26 + function bnpModInt(n) { + if(n <= 0) return 0; + var d = this.DV%n, r = (this.s<0)?n-1:0; + if(this.t > 0) + if(d == 0) r = this[0]%n; + else for(var i = this.t-1; i >= 0; --i) r = (d*r+this[i])%n; + return r; + } + + // (public) 1/this % m (HAC 14.61) + function bnModInverse(m) { + var ac = m.isEven(); + if((this.isEven() && ac) || m.signum() == 0) return BigInteger.ZERO; + var u = m.clone(), v = this.clone(); + var a = nbv(1), b = nbv(0), c = nbv(0), d = nbv(1); + while(u.signum() != 0) { + while(u.isEven()) { + u.rShiftTo(1,u); + if(ac) { + if(!a.isEven() || !b.isEven()) { a.addTo(this,a); b.subTo(m,b); } + a.rShiftTo(1,a); + } + else if(!b.isEven()) b.subTo(m,b); + b.rShiftTo(1,b); + } + while(v.isEven()) { + v.rShiftTo(1,v); + if(ac) { + if(!c.isEven() || !d.isEven()) { c.addTo(this,c); d.subTo(m,d); } + c.rShiftTo(1,c); + } + else if(!d.isEven()) d.subTo(m,d); + d.rShiftTo(1,d); + } + if(u.compareTo(v) >= 0) { + u.subTo(v,u); + if(ac) a.subTo(c,a); + b.subTo(d,b); + } + else { + v.subTo(u,v); + if(ac) c.subTo(a,c); + d.subTo(b,d); + } + } + if(v.compareTo(BigInteger.ONE) != 0) return BigInteger.ZERO; + if(d.compareTo(m) >= 0) return d.subtract(m); + if(d.signum() < 0) d.addTo(m,d); else return d; + if(d.signum() < 0) return d.add(m); else return d; + } + + var lowprimes = [2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,103,107,109,113,127,131,137,139,149,151,157,163,167,173,179,181,191,193,197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293,307,311,313,317,331,337,347,349,353,359,367,373,379,383,389,397,401,409,419,421,431,433,439,443,449,457,461,463,467,479,487,491,499,503,509,521,523,541,547,557,563,569,571,577,587,593,599,601,607,613,617,619,631,641,643,647,653,659,661,673,677,683,691,701,709,719,727,733,739,743,751,757,761,769,773,787,797,809,811,821,823,827,829,839,853,857,859,863,877,881,883,887,907,911,919,929,937,941,947,953,967,971,977,983,991,997]; + var lplim = (1<<26)/lowprimes[lowprimes.length-1]; + + // (public) test primality with certainty >= 1-.5^t + function bnIsProbablePrime(t) { + var i, x = this.abs(); + if(x.t == 1 && x[0] <= lowprimes[lowprimes.length-1]) { + for(i = 0; i < lowprimes.length; ++i) + if(x[0] == lowprimes[i]) return true; + return false; + } + if(x.isEven()) return false; + i = 1; + while(i < lowprimes.length) { + var m = lowprimes[i], j = i+1; + while(j < lowprimes.length && m < lplim) m *= lowprimes[j++]; + m = x.modInt(m); + while(i < j) if(m%lowprimes[i++] == 0) return false; + } + return x.millerRabin(t); + } + + // (protected) true if probably prime (HAC 4.24, Miller-Rabin) + function bnpMillerRabin(t) { + var n1 = this.subtract(BigInteger.ONE); + var k = n1.getLowestSetBit(); + if(k <= 0) return false; + var r = n1.shiftRight(k); + t = (t+1)>>1; + if(t > lowprimes.length) t = lowprimes.length; + var a = nbi(); + for(var i = 0; i < t; ++i) { + //Pick bases at random, instead of starting at 2 + a.fromInt(lowprimes[Math.floor(Math.random()*lowprimes.length)]); + var y = a.modPow(r,this); + if(y.compareTo(BigInteger.ONE) != 0 && y.compareTo(n1) != 0) { + var j = 1; + while(j++ < k && y.compareTo(n1) != 0) { + y = y.modPowInt(2,this); + if(y.compareTo(BigInteger.ONE) == 0) return false; + } + if(y.compareTo(n1) != 0) return false; + } + } + return true; + } + + // protected + BigInteger.prototype.chunkSize = bnpChunkSize; + BigInteger.prototype.toRadix = bnpToRadix; + BigInteger.prototype.fromRadix = bnpFromRadix; + BigInteger.prototype.fromNumber = bnpFromNumber; + BigInteger.prototype.bitwiseTo = bnpBitwiseTo; + BigInteger.prototype.changeBit = bnpChangeBit; + BigInteger.prototype.addTo = bnpAddTo; + BigInteger.prototype.dMultiply = bnpDMultiply; + BigInteger.prototype.dAddOffset = bnpDAddOffset; + BigInteger.prototype.multiplyLowerTo = bnpMultiplyLowerTo; + BigInteger.prototype.multiplyUpperTo = bnpMultiplyUpperTo; + BigInteger.prototype.modInt = bnpModInt; + BigInteger.prototype.millerRabin = bnpMillerRabin; + + // public + BigInteger.prototype.clone = bnClone; + BigInteger.prototype.intValue = bnIntValue; + BigInteger.prototype.byteValue = bnByteValue; + BigInteger.prototype.shortValue = bnShortValue; + BigInteger.prototype.signum = bnSigNum; + BigInteger.prototype.toByteArray = bnToByteArray; + BigInteger.prototype.equals = bnEquals; + BigInteger.prototype.min = bnMin; + BigInteger.prototype.max = bnMax; + BigInteger.prototype.and = bnAnd; + BigInteger.prototype.or = bnOr; + BigInteger.prototype.xor = bnXor; + BigInteger.prototype.andNot = bnAndNot; + BigInteger.prototype.not = bnNot; + BigInteger.prototype.shiftLeft = bnShiftLeft; + BigInteger.prototype.shiftRight = bnShiftRight; + BigInteger.prototype.getLowestSetBit = bnGetLowestSetBit; + BigInteger.prototype.bitCount = bnBitCount; + BigInteger.prototype.testBit = bnTestBit; + BigInteger.prototype.setBit = bnSetBit; + BigInteger.prototype.clearBit = bnClearBit; + BigInteger.prototype.flipBit = bnFlipBit; + BigInteger.prototype.add = bnAdd; + BigInteger.prototype.subtract = bnSubtract; + BigInteger.prototype.multiply = bnMultiply; + BigInteger.prototype.divide = bnDivide; + BigInteger.prototype.remainder = bnRemainder; + BigInteger.prototype.divideAndRemainder = bnDivideAndRemainder; + BigInteger.prototype.modPow = bnModPow; + BigInteger.prototype.modInverse = bnModInverse; + BigInteger.prototype.pow = bnPow; + BigInteger.prototype.gcd = bnGCD; + BigInteger.prototype.isProbablePrime = bnIsProbablePrime; + + // JSBN-specific extension + BigInteger.prototype.square = bnSquare; + + // Expose the Barrett function + BigInteger.prototype.Barrett = Barrett + + // BigInteger interfaces not implemented in jsbn: + + // BigInteger(int signum, byte[] magnitude) + // double doubleValue() + // float floatValue() + // int hashCode() + // long longValue() + // static BigInteger valueOf(long val) + + // Random number generator - requires a PRNG backend, e.g. prng4.js + + // For best results, put code like + // + // in your main HTML document. + + var rng_state; + var rng_pool; + var rng_pptr; + + // Mix in a 32-bit integer into the pool + function rng_seed_int(x) { + rng_pool[rng_pptr++] ^= x & 255; + rng_pool[rng_pptr++] ^= (x >> 8) & 255; + rng_pool[rng_pptr++] ^= (x >> 16) & 255; + rng_pool[rng_pptr++] ^= (x >> 24) & 255; + if(rng_pptr >= rng_psize) rng_pptr -= rng_psize; + } + + // Mix in the current time (w/milliseconds) into the pool + function rng_seed_time() { + rng_seed_int(new Date().getTime()); + } + + // Initialize the pool with junk if needed. + if(rng_pool == null) { + rng_pool = new Array(); + rng_pptr = 0; + var t; + if(typeof window !== "undefined" && window.crypto) { + if (window.crypto.getRandomValues) { + // Use webcrypto if available + var ua = new Uint8Array(32); + window.crypto.getRandomValues(ua); + for(t = 0; t < 32; ++t) + rng_pool[rng_pptr++] = ua[t]; + } + else if(navigator.appName == "Netscape" && navigator.appVersion < "5") { + // Extract entropy (256 bits) from NS4 RNG if available + var z = window.crypto.random(32); + for(t = 0; t < z.length; ++t) + rng_pool[rng_pptr++] = z.charCodeAt(t) & 255; + } + } + while(rng_pptr < rng_psize) { // extract some randomness from Math.random() + t = Math.floor(65536 * Math.random()); + rng_pool[rng_pptr++] = t >>> 8; + rng_pool[rng_pptr++] = t & 255; + } + rng_pptr = 0; + rng_seed_time(); + //rng_seed_int(window.screenX); + //rng_seed_int(window.screenY); + } + + function rng_get_byte() { + if(rng_state == null) { + rng_seed_time(); + rng_state = prng_newstate(); + rng_state.init(rng_pool); + for(rng_pptr = 0; rng_pptr < rng_pool.length; ++rng_pptr) + rng_pool[rng_pptr] = 0; + rng_pptr = 0; + //rng_pool = null; + } + // TODO: allow reseeding after first request + return rng_state.next(); + } + + function rng_get_bytes(ba) { + var i; + for(i = 0; i < ba.length; ++i) ba[i] = rng_get_byte(); + } + + function SecureRandom() {} + + SecureRandom.prototype.nextBytes = rng_get_bytes; + + // prng4.js - uses Arcfour as a PRNG + + function Arcfour() { + this.i = 0; + this.j = 0; + this.S = new Array(); + } + + // Initialize arcfour context from key, an array of ints, each from [0..255] + function ARC4init(key) { + var i, j, t; + for(i = 0; i < 256; ++i) + this.S[i] = i; + j = 0; + for(i = 0; i < 256; ++i) { + j = (j + this.S[i] + key[i % key.length]) & 255; + t = this.S[i]; + this.S[i] = this.S[j]; + this.S[j] = t; + } + this.i = 0; + this.j = 0; + } + + function ARC4next() { + var t; + this.i = (this.i + 1) & 255; + this.j = (this.j + this.S[this.i]) & 255; + t = this.S[this.i]; + this.S[this.i] = this.S[this.j]; + this.S[this.j] = t; + return this.S[(t + this.S[this.i]) & 255]; + } + + Arcfour.prototype.init = ARC4init; + Arcfour.prototype.next = ARC4next; + + // Plug in your RNG constructor here + function prng_newstate() { + return new Arcfour(); + } + + // Pool size must be a multiple of 4 and greater than 32. + // An array of bytes the size of the pool will be passed to init() + var rng_psize = 256; + + BigInteger.SecureRandom = SecureRandom; + BigInteger.BigInteger = BigInteger; + if (typeof exports !== 'undefined') { + exports = module.exports = BigInteger; + } else { + this.BigInteger = BigInteger; + this.SecureRandom = SecureRandom; + } + +}).call(this); diff --git a/node_modules/sshpk/node_modules/jsbn/package.json b/node_modules/sshpk/node_modules/jsbn/package.json new file mode 100644 index 0000000..7220c19 --- /dev/null +++ b/node_modules/sshpk/node_modules/jsbn/package.json @@ -0,0 +1,21 @@ +{ + "name": "jsbn", + "version": "0.1.1", + "description": "The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.", + "main": "index.js", + "scripts": { + "test": "mocha test.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/andyperlitch/jsbn.git" + }, + "keywords": [ + "biginteger", + "bignumber", + "big", + "integer" + ], + "author": "Tom Wu", + "license": "MIT" +} diff --git a/node_modules/sshpk/package.json b/node_modules/sshpk/package.json new file mode 100644 index 0000000..144ec16 --- /dev/null +++ b/node_modules/sshpk/package.json @@ -0,0 +1,59 @@ +{ + "name": "sshpk", + "version": "1.18.0", + "description": "A library for finding and using SSH public keys", + "main": "lib/index.js", + "scripts": { + "test": "tape test/*.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/joyent/node-sshpk.git" + }, + "author": "Joyent, Inc", + "contributors": [ + { + "name": "Dave Eddy", + "email": "dave@daveeddy.com" + }, + { + "name": "Mark Cavage", + "email": "mcavage@gmail.com" + }, + { + "name": "Alex Wilson", + "email": "alex@cooperi.net" + } + ], + "license": "MIT", + "bugs": { + "url": "https://github.com/arekinath/node-sshpk/issues" + }, + "engines": { + "node": ">=0.10.0" + }, + "directories": { + "bin": "./bin", + "lib": "./lib", + "man": "./man/man1" + }, + "homepage": "https://github.com/arekinath/node-sshpk#readme", + "dependencies": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "dashdash": "^1.12.0", + "getpass": "^0.1.1", + "safer-buffer": "^2.0.2", + "jsbn": "~0.1.0", + "tweetnacl": "~0.14.0", + "ecc-jsbn": "~0.1.1", + "bcrypt-pbkdf": "^1.0.0" + }, + "optionalDependencies": {}, + "devDependencies": { + "tape": "^3.5.0", + "benchmark": "^1.0.0", + "sinon": "^1.17.2", + "temp": "^0.8.2" + } +} diff --git a/node_modules/statuses/HISTORY.md b/node_modules/statuses/HISTORY.md new file mode 100644 index 0000000..fa4556e --- /dev/null +++ b/node_modules/statuses/HISTORY.md @@ -0,0 +1,82 @@ +2.0.1 / 2021-01-03 +================== + + * Fix returning values from `Object.prototype` + +2.0.0 / 2020-04-19 +================== + + * Drop support for Node.js 0.6 + * Fix messaging casing of `418 I'm a Teapot` + * Remove code 306 + * Remove `status[code]` exports; use `status.message[code]` + * Remove `status[msg]` exports; use `status.code[msg]` + * Rename `425 Unordered Collection` to standard `425 Too Early` + * Rename `STATUS_CODES` export to `message` + * Return status message for `statuses(code)` when given code + +1.5.0 / 2018-03-27 +================== + + * Add `103 Early Hints` + +1.4.0 / 2017-10-20 +================== + + * Add `STATUS_CODES` export + +1.3.1 / 2016-11-11 +================== + + * Fix return type in JSDoc + +1.3.0 / 2016-05-17 +================== + + * Add `421 Misdirected Request` + * perf: enable strict mode + +1.2.1 / 2015-02-01 +================== + + * Fix message for status 451 + - `451 Unavailable For Legal Reasons` + +1.2.0 / 2014-09-28 +================== + + * Add `208 Already Repored` + * Add `226 IM Used` + * Add `306 (Unused)` + * Add `415 Unable For Legal Reasons` + * Add `508 Loop Detected` + +1.1.1 / 2014-09-24 +================== + + * Add missing 308 to `codes.json` + +1.1.0 / 2014-09-21 +================== + + * Add `codes.json` for universal support + +1.0.4 / 2014-08-20 +================== + + * Package cleanup + +1.0.3 / 2014-06-08 +================== + + * Add 308 to `.redirect` category + +1.0.2 / 2014-03-13 +================== + + * Add `.retry` category + +1.0.1 / 2014-03-12 +================== + + * Initial release diff --git a/node_modules/statuses/LICENSE b/node_modules/statuses/LICENSE new file mode 100644 index 0000000..28a3161 --- /dev/null +++ b/node_modules/statuses/LICENSE @@ -0,0 +1,23 @@ + +The MIT License (MIT) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/node_modules/statuses/README.md b/node_modules/statuses/README.md new file mode 100644 index 0000000..57967e6 --- /dev/null +++ b/node_modules/statuses/README.md @@ -0,0 +1,136 @@ +# statuses + +[![NPM Version][npm-version-image]][npm-url] +[![NPM Downloads][npm-downloads-image]][npm-url] +[![Node.js Version][node-version-image]][node-version-url] +[![Build Status][ci-image]][ci-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +HTTP status utility for node. + +This module provides a list of status codes and messages sourced from +a few different projects: + + * The [IANA Status Code Registry](https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml) + * The [Node.js project](https://nodejs.org/) + * The [NGINX project](https://www.nginx.com/) + * The [Apache HTTP Server project](https://httpd.apache.org/) + +## Installation + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```sh +$ npm install statuses +``` + +## API + + + +```js +var status = require('statuses') +``` + +### status(code) + +Returns the status message string for a known HTTP status code. The code +may be a number or a string. An error is thrown for an unknown status code. + + + +```js +status(403) // => 'Forbidden' +status('403') // => 'Forbidden' +status(306) // throws +``` + +### status(msg) + +Returns the numeric status code for a known HTTP status message. The message +is case-insensitive. An error is thrown for an unknown status message. + + + +```js +status('forbidden') // => 403 +status('Forbidden') // => 403 +status('foo') // throws +``` + +### status.codes + +Returns an array of all the status codes as `Integer`s. + +### status.code[msg] + +Returns the numeric status code for a known status message (in lower-case), +otherwise `undefined`. + + + +```js +status['not found'] // => 404 +``` + +### status.empty[code] + +Returns `true` if a status code expects an empty body. + + + +```js +status.empty[200] // => undefined +status.empty[204] // => true +status.empty[304] // => true +``` + +### status.message[code] + +Returns the string message for a known numeric status code, otherwise +`undefined`. This object is the same format as the +[Node.js http module `http.STATUS_CODES`](https://nodejs.org/dist/latest/docs/api/http.html#http_http_status_codes). + + + +```js +status.message[404] // => 'Not Found' +``` + +### status.redirect[code] + +Returns `true` if a status code is a valid redirect status. + + + +```js +status.redirect[200] // => undefined +status.redirect[301] // => true +``` + +### status.retry[code] + +Returns `true` if you should retry the rest. + + + +```js +status.retry[501] // => undefined +status.retry[503] // => true +``` + +## License + +[MIT](LICENSE) + +[ci-image]: https://badgen.net/github/checks/jshttp/statuses/master?label=ci +[ci-url]: https://github.com/jshttp/statuses/actions?query=workflow%3Aci +[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/statuses/master +[coveralls-url]: https://coveralls.io/r/jshttp/statuses?branch=master +[node-version-image]: https://badgen.net/npm/node/statuses +[node-version-url]: https://nodejs.org/en/download +[npm-downloads-image]: https://badgen.net/npm/dm/statuses +[npm-url]: https://npmjs.org/package/statuses +[npm-version-image]: https://badgen.net/npm/v/statuses diff --git a/node_modules/statuses/codes.json b/node_modules/statuses/codes.json new file mode 100644 index 0000000..1333ed1 --- /dev/null +++ b/node_modules/statuses/codes.json @@ -0,0 +1,65 @@ +{ + "100": "Continue", + "101": "Switching Protocols", + "102": "Processing", + "103": "Early Hints", + "200": "OK", + "201": "Created", + "202": "Accepted", + "203": "Non-Authoritative Information", + "204": "No Content", + "205": "Reset Content", + "206": "Partial Content", + "207": "Multi-Status", + "208": "Already Reported", + "226": "IM Used", + "300": "Multiple Choices", + "301": "Moved Permanently", + "302": "Found", + "303": "See Other", + "304": "Not Modified", + "305": "Use Proxy", + "307": "Temporary Redirect", + "308": "Permanent Redirect", + "400": "Bad Request", + "401": "Unauthorized", + "402": "Payment Required", + "403": "Forbidden", + "404": "Not Found", + "405": "Method Not Allowed", + "406": "Not Acceptable", + "407": "Proxy Authentication Required", + "408": "Request Timeout", + "409": "Conflict", + "410": "Gone", + "411": "Length Required", + "412": "Precondition Failed", + "413": "Payload Too Large", + "414": "URI Too Long", + "415": "Unsupported Media Type", + "416": "Range Not Satisfiable", + "417": "Expectation Failed", + "418": "I'm a Teapot", + "421": "Misdirected Request", + "422": "Unprocessable Entity", + "423": "Locked", + "424": "Failed Dependency", + "425": "Too Early", + "426": "Upgrade Required", + "428": "Precondition Required", + "429": "Too Many Requests", + "431": "Request Header Fields Too Large", + "451": "Unavailable For Legal Reasons", + "500": "Internal Server Error", + "501": "Not Implemented", + "502": "Bad Gateway", + "503": "Service Unavailable", + "504": "Gateway Timeout", + "505": "HTTP Version Not Supported", + "506": "Variant Also Negotiates", + "507": "Insufficient Storage", + "508": "Loop Detected", + "509": "Bandwidth Limit Exceeded", + "510": "Not Extended", + "511": "Network Authentication Required" +} diff --git a/node_modules/statuses/index.js b/node_modules/statuses/index.js new file mode 100644 index 0000000..ea351c5 --- /dev/null +++ b/node_modules/statuses/index.js @@ -0,0 +1,146 @@ +/*! + * statuses + * Copyright(c) 2014 Jonathan Ong + * Copyright(c) 2016 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var codes = require('./codes.json') + +/** + * Module exports. + * @public + */ + +module.exports = status + +// status code to message map +status.message = codes + +// status message (lower-case) to code map +status.code = createMessageToStatusCodeMap(codes) + +// array of status codes +status.codes = createStatusCodeList(codes) + +// status codes for redirects +status.redirect = { + 300: true, + 301: true, + 302: true, + 303: true, + 305: true, + 307: true, + 308: true +} + +// status codes for empty bodies +status.empty = { + 204: true, + 205: true, + 304: true +} + +// status codes for when you should retry the request +status.retry = { + 502: true, + 503: true, + 504: true +} + +/** + * Create a map of message to status code. + * @private + */ + +function createMessageToStatusCodeMap (codes) { + var map = {} + + Object.keys(codes).forEach(function forEachCode (code) { + var message = codes[code] + var status = Number(code) + + // populate map + map[message.toLowerCase()] = status + }) + + return map +} + +/** + * Create a list of all status codes. + * @private + */ + +function createStatusCodeList (codes) { + return Object.keys(codes).map(function mapCode (code) { + return Number(code) + }) +} + +/** + * Get the status code for given message. + * @private + */ + +function getStatusCode (message) { + var msg = message.toLowerCase() + + if (!Object.prototype.hasOwnProperty.call(status.code, msg)) { + throw new Error('invalid status message: "' + message + '"') + } + + return status.code[msg] +} + +/** + * Get the status message for given code. + * @private + */ + +function getStatusMessage (code) { + if (!Object.prototype.hasOwnProperty.call(status.message, code)) { + throw new Error('invalid status code: ' + code) + } + + return status.message[code] +} + +/** + * Get the status code. + * + * Given a number, this will throw if it is not a known status + * code, otherwise the code will be returned. Given a string, + * the string will be parsed for a number and return the code + * if valid, otherwise will lookup the code assuming this is + * the status message. + * + * @param {string|number} code + * @returns {number} + * @public + */ + +function status (code) { + if (typeof code === 'number') { + return getStatusMessage(code) + } + + if (typeof code !== 'string') { + throw new TypeError('code must be a number or string') + } + + // '403' + var n = parseInt(code, 10) + if (!isNaN(n)) { + return getStatusMessage(n) + } + + return getStatusCode(code) +} diff --git a/node_modules/statuses/package.json b/node_modules/statuses/package.json new file mode 100644 index 0000000..8c3e719 --- /dev/null +++ b/node_modules/statuses/package.json @@ -0,0 +1,49 @@ +{ + "name": "statuses", + "description": "HTTP status utility", + "version": "2.0.1", + "contributors": [ + "Douglas Christopher Wilson ", + "Jonathan Ong (http://jongleberry.com)" + ], + "repository": "jshttp/statuses", + "license": "MIT", + "keywords": [ + "http", + "status", + "code" + ], + "files": [ + "HISTORY.md", + "index.js", + "codes.json", + "LICENSE" + ], + "devDependencies": { + "csv-parse": "4.14.2", + "eslint": "7.17.0", + "eslint-config-standard": "14.1.1", + "eslint-plugin-import": "2.22.1", + "eslint-plugin-markdown": "1.0.2", + "eslint-plugin-node": "11.1.0", + "eslint-plugin-promise": "4.2.1", + "eslint-plugin-standard": "4.1.0", + "mocha": "8.2.1", + "nyc": "15.1.0", + "raw-body": "2.4.1", + "stream-to-array": "2.3.0" + }, + "engines": { + "node": ">= 0.8" + }, + "scripts": { + "build": "node scripts/build.js", + "fetch": "node scripts/fetch-apache.js && node scripts/fetch-iana.js && node scripts/fetch-nginx.js && node scripts/fetch-node.js", + "lint": "eslint --plugin markdown --ext js,md .", + "test": "mocha --reporter spec --check-leaks --bail test/", + "test-ci": "nyc --reporter=lcov --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test", + "update": "npm run fetch && npm run build", + "version": "node scripts/version-history.js && git add HISTORY.md" + } +} diff --git a/node_modules/stealthy-require/.npmignore b/node_modules/stealthy-require/.npmignore new file mode 100644 index 0000000..b0ba439 --- /dev/null +++ b/node_modules/stealthy-require/.npmignore @@ -0,0 +1,13 @@ +/.idea/ +/coverage/ +/test/ + +/.editorconfig +/.eslintrc.json +/.gitignore +/.publishrc +/.travis.yml +/gulpfile.js + +.DS_Store +npm-debug.log \ No newline at end of file diff --git a/node_modules/stealthy-require/LICENSE b/node_modules/stealthy-require/LICENSE new file mode 100644 index 0000000..d9e1a9d --- /dev/null +++ b/node_modules/stealthy-require/LICENSE @@ -0,0 +1,15 @@ +ISC License + +Copyright (c) 2017, Nicolai Kamenzky and contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file diff --git a/node_modules/stealthy-require/README.md b/node_modules/stealthy-require/README.md new file mode 100644 index 0000000..dd9eb7d --- /dev/null +++ b/node_modules/stealthy-require/README.md @@ -0,0 +1,192 @@ +# Stealthy-Require + +[![Build Status](https://img.shields.io/travis/analog-nico/stealthy-require/master.svg?style=flat-square)](https://travis-ci.org/analog-nico/stealthy-require) +[![Coverage Status](https://img.shields.io/coveralls/analog-nico/stealthy-require.svg?style=flat-square)](https://coveralls.io/r/analog-nico/stealthy-require) +[![Dependency Status](https://img.shields.io/david/analog-nico/stealthy-require.svg?style=flat-square)](https://david-dm.org/analog-nico/stealthy-require) + +This is probably the closest you can currently get to require something in node.js with completely bypassing the require cache. + +`stealthy-require` works like this: + +1. It clears the require cache. +2. It calls a callback in which you require your module(s) without the cache kicking in. +3. It clears the cache again and restores its old state. + +The restrictions are: + +- [Native modules cannot be required twice.](https://github.com/nodejs/node/issues/5016) Thus this module bypasses the require cache only for non-native (e.g. JS) modules. +- The require cache is only bypassed for all operations that happen synchronously when a module is required. If a module lazy loads another module at a later time that require call will not bypass the cache anymore. + +This means you should have a close look at all internal require calls before you decide to use this library. + +## Installation + +[![NPM Stats](https://nodei.co/npm/stealthy-require.png?downloads=true)](https://npmjs.org/package/stealthy-require) + +This is a module for node.js and is installed via npm: + +``` bash +npm install stealthy-require --save +``` + +## Usage + +Let's say you want to bypass the require cache for this require call: + +``` js +var request = require('request'); +``` + +With `stealthy-require` you can do that like this: + +``` js +var stealthyRequire = require('stealthy-require'); + +var requestFresh = stealthyRequire(require.cache, function () { + return require('request'); +}); +``` + +The require cache is bypassed for the module you require (i.e. `request`) as well as all modules the module requires (i.e. `http` and many more). + +Sometimes the require cache shall not be bypassed for specific modules. E.g. `request` is required but `tough-cookie` – on which `request` depends on – shall be required using the regular cache. For that you can pass two extra arguments to `stealthyRequire(...)`: + +- A callback that requires the modules that shall be required without bypassing the cache +- The `module` variable + +``` js +var stealthyRequire = require('stealthy-require'); + +var requestFresh = stealthyRequire(require.cache, function () { + return require('request'); +}, +function () { + require('tough-cookie'); // No return needed + // You can require multiple modules here +}, module); +``` + +## Usage with Module Bundlers + +- [Webpack](https://webpack.github.io) works out-of-the-box like described in the [Usage section](#usage) above. +- [Browserify](http://browserify.org) does not expose `require.cache`. However, as of `browserify@13.0.1` the cache is passed as the 6th argument to CommonJS modules. Thus you can pass this argument instead: + +``` js +// Tweak for Browserify - using arguments[5] instead of require.cache +var requestFresh = stealthyRequire(arguments[5], function () { + return require('request'); +}); +``` + +## Preventing a Memory Leak When Repeatedly Requiring Fresh Module Instances in Node.js + +If you are using `stealthy-require` in node.js and repeatedly require fresh module instances the `module.children` array will hold all module instances which prevents unneeded instances to be garbage collected. + +Assume your code calls `doSomething()` repeatedly. + +``` js +var stealthyRequire = require('stealthy-require'); + +function doSomething() { + + var freshInstance = stealthyRequire(require.cache, function () { + return require('some-module'); + }); + + return freshInstance.calc(); + +} +``` + +After `doSomething()` returns `freshInstance` is not used anymore but won’t be garbage collected because `module.children` still holds a reference. The solution is to truncate `module.children` accordingly: + +``` js +var stealthyRequire = require('stealthy-require'); + +function doSomething() { + + var initialChildren = module.children.slice(); // Creates a shallow copy of the array + + var freshInstance = stealthyRequire(require.cache, function () { + return require('some-module'); + }); + + module.children = initialChildren; + + return freshInstance.calc(); + +} +``` + +The `slice` operation removes all new `module.children` entries created during the `stealthyRequire(...)` call and thus `freshInstance` gets garbage collected after `doSomething()` returns. + + +## Technical Walkthrough + +``` js +// 1. Load stealthy-require +var stealthyRequire = require('stealthy-require'); +// This does nothing but loading the code. +// It has no side-effects like patching the module loader or anything. + +// Any regular require works as always. +var request1 = require('request'); + +// 2. Call stealthyRequire with passing the require cache and a callback. +var requestFresh = stealthyRequire(require.cache, function () { + + // 2a. Before this callback gets called the require cache is cleared. + + // 2b. Any require taking place here takes place on a clean require cache. + // Since the require call is part of the user's code it also works with module bundlers. + return require('request'); + // Anything returned here will be returned by stealthyRequire(...). + + // 2c. After this callback gets called the require cache is + // - cleared again and + // - restored to its old state before step 2. + +}); + +// Any regular require again works as always. +// In this case require returns the cached request module instance. +var request2 = require('request'); + +// And voilà: +request1 === request2 // -> true +request1 === requestFresh // -> false +``` + +## Contributing + +To set up your development environment for `stealthy-require`: + +1. Clone this repo to your desktop, +2. in the shell `cd` to the main folder, +3. hit `npm install`, +4. hit `npm install gulp -g` if you haven't installed gulp globally yet, and +5. run `gulp dev`. (Or run `node ./node_modules/.bin/gulp dev` if you don't want to install gulp globally.) + +`gulp dev` watches all source files and if you save some changes it will lint the code and execute all tests. The test coverage report can be viewed from `./coverage/lcov-report/index.html`. + +If you want to debug a test you should use `gulp test-without-coverage` to run all tests without obscuring the code by the test coverage instrumentation. + +## Change History + +- v1.1.1 (2017-05-08) + - Fix that stops `undefined` entries from appearing in `require.cache` *(Thanks to @jasperjn from reporting this in [issue #4](https://github.com/analog-nico/stealthy-require/issues/4))* +- v1.1.0 (2017-04-25) + - Added ability to disable bypassing the cache for certain modules *(Thanks to @novemberborn for suggesting this in [issue #3](https://github.com/analog-nico/stealthy-require/issues/3))* + - Added section in README about a [potential memory leak](#preventing-a-memory-leak-when-repeatedly-requiring-fresh-module-instances-in-nodejs) *(Thanks to @Flarna and @novemberborn for bringing that up in [issue #2](https://github.com/analog-nico/stealthy-require/issues/2))* + - Performance optimizations *(Thanks to @jcready for [pull request #1](https://github.com/analog-nico/stealthy-require/pull/1))* +- v1.0.0 (2016-07-18) + - **Breaking Change:** API completely changed. Please read the [Usage section](#usage) again. + - Redesigned library to support module bundlers like [Webpack](https://webpack.github.io) and [Browserify](http://browserify.org) +- v0.1.0 (2016-05-26) + - Initial version + +## License (ISC) + +In case you never heard about the [ISC license](http://en.wikipedia.org/wiki/ISC_license) it is functionally equivalent to the MIT license. + +See the [LICENSE file](LICENSE) for details. diff --git a/node_modules/stealthy-require/lib/index.js b/node_modules/stealthy-require/lib/index.js new file mode 100644 index 0000000..b76469a --- /dev/null +++ b/node_modules/stealthy-require/lib/index.js @@ -0,0 +1,81 @@ +'use strict'; + +var isNative = /\.node$/; + +function forEach(obj, callback) { + for ( var key in obj ) { + if (!Object.prototype.hasOwnProperty.call(obj, key)) { + continue; + } + callback(key); + } +} + +function assign(target, source) { + forEach(source, function (key) { + target[key] = source[key]; + }); + return target; +} + +function clearCache(requireCache) { + forEach(requireCache, function (resolvedPath) { + if (!isNative.test(resolvedPath)) { + delete requireCache[resolvedPath]; + } + }); +} + +module.exports = function (requireCache, callback, callbackForModulesToKeep, module) { + + var originalCache = assign({}, requireCache); + clearCache(requireCache); + + if (callbackForModulesToKeep) { + + var originalModuleChildren = module.children ? module.children.slice() : false; // Creates a shallow copy of module.children + + callbackForModulesToKeep(); + + // Lists the cache entries made by callbackForModulesToKeep() + var modulesToKeep = []; + forEach(requireCache, function (key) { + modulesToKeep.push(key); + }); + + // Discards the modules required in callbackForModulesToKeep() + clearCache(requireCache); + + if (module.children) { // Only true for node.js + module.children = originalModuleChildren; // Removes last references to modules required in callbackForModulesToKeep() -> No memory leak + } + + // Takes the cache entries of the original cache in case the modules where required before + for ( var i = 0; i < modulesToKeep.length; i+=1 ) { + if (originalCache[modulesToKeep[i]]) { + requireCache[modulesToKeep[i]] = originalCache[modulesToKeep[i]]; + } + } + + } + + var freshModule = callback(); + + var stealthCache = callbackForModulesToKeep ? assign({}, requireCache) : false; + + clearCache(requireCache); + + if (callbackForModulesToKeep) { + // In case modules to keep were required inside the stealthy require for the first time, copy them to the restored cache + for ( var k = 0; k < modulesToKeep.length; k+=1 ) { + if (stealthCache[modulesToKeep[k]]) { + requireCache[modulesToKeep[k]] = stealthCache[modulesToKeep[k]]; + } + } + } + + assign(requireCache, originalCache); + + return freshModule; + +}; diff --git a/node_modules/stealthy-require/package.json b/node_modules/stealthy-require/package.json new file mode 100644 index 0000000..117e7ad --- /dev/null +++ b/node_modules/stealthy-require/package.json @@ -0,0 +1,49 @@ +{ + "name": "stealthy-require", + "version": "1.1.1", + "description": "The closest you can get to require something with bypassing the require cache", + "keywords": [ + "require", + "bypass", + "no", + "cache", + "fresh" + ], + "main": "./lib/index.js", + "scripts": { + "test": "./node_modules/.bin/gulp ci", + "test-publish": "./node_modules/.bin/gulp ci-no-cov", + "publish-please": "publish-please", + "prepublish": "publish-please guard" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/analog-nico/stealthy-require.git" + }, + "author": "Nicolai Kamenzky (https://github.com/analog-nico)", + "license": "ISC", + "bugs": { + "url": "https://github.com/analog-nico/stealthy-require/issues" + }, + "homepage": "https://github.com/analog-nico/stealthy-require#readme", + "engines": { + "node": ">=0.10.0" + }, + "dependencies": {}, + "devDependencies": { + "bcrypt": "~1.0.2", + "browserify": "~14.3.0", + "chai": "~3.5.0", + "chalk": "~1.1.3", + "gulp": "~3.9.1", + "gulp-coveralls": "~0.1.4", + "gulp-eslint": "~2.1.0", + "gulp-istanbul": "~1.1.1", + "gulp-mocha": "~3.0.1", + "mkdirp": "~0.5.1", + "publish-please": "~2.3.1", + "rimraf": "~2.6.1", + "run-sequence": "~1.2.2", + "webpack": "~1.15.0" + } +} diff --git a/node_modules/steno/.npmignore b/node_modules/steno/.npmignore new file mode 100644 index 0000000..daa6029 --- /dev/null +++ b/node_modules/steno/.npmignore @@ -0,0 +1 @@ +test.js diff --git a/node_modules/steno/.travis.yml b/node_modules/steno/.travis.yml new file mode 100644 index 0000000..796d98f --- /dev/null +++ b/node_modules/steno/.travis.yml @@ -0,0 +1,3 @@ +language: node_js +node_js: + - "0.12" diff --git a/node_modules/steno/LICENSE b/node_modules/steno/LICENSE new file mode 100644 index 0000000..d7e0e57 --- /dev/null +++ b/node_modules/steno/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2014 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/node_modules/steno/README.md b/node_modules/steno/README.md new file mode 100644 index 0000000..119fddc --- /dev/null +++ b/node_modules/steno/README.md @@ -0,0 +1,79 @@ +# steno [![](http://img.shields.io/npm/dm/steno.svg?style=flat)](https://www.npmjs.org/package/steno) [![](https://travis-ci.org/typicode/steno.svg?branch=master)](https://travis-ci.org/typicode/steno) + +> Simple file writer with __atomic writing__ and __race condition prevention__. + +Can be used as a drop-in replacement to `fs.writeFile()`. + +Built on [graceful-fs](https://github.com/isaacs/node-graceful-fs) and used in [lowdb](https://github.com/typicode/lowdb). + +## Install + +``` +npm install steno --save +``` + +## Usage + +```javascript +const steno = require('steno') + +steno.writeFile('file.json', data, err => { + if (err) throw err +}) +``` + +## The problem it solves + +### Without steno + +Let's say you have a server and want to save data to disk: + +```javascript +var data = { counter: 0 } + +server.post('/', (req, res) => { + // Increment counter + ++data.counter + + // Save data asynchronously + fs.writeFile('data.json', JSON.stringify(data), err => { + if (err) throw err + res.end() + }) +}) +``` + +Now if you have many requests, for example `1000`, there's a risk that you end up with: + +```javascript +// In your server +data.counter === 1000 + +// In data.json +data.counter === 865 // ... or any other value +``` + +Why? Because, `fs.write` doesn't guarantee that the call order will be kept. Also, if the server is killed while `data.json` is being written, the file can get corrupted. + +### With steno + +```javascript +server.post('/increment', (req, res) => { + ++data.counter + + steno.writeFile('data.json', JSON.stringify(data), err => { + if (err) throw err + res.end() + }) +}) +``` + +With steno you'll always have the same data in your server and file. And in case of a crash, file integrity will be preserved. + +if needed, you can also use `steno.writeFileSync()` which offers atomic writing too. + +__Important: works only in a single instance of Node.__ + +## License + +MIT - [Typicode](https://github.com/typicode) diff --git a/node_modules/steno/index.js b/node_modules/steno/index.js new file mode 100644 index 0000000..925a2a4 --- /dev/null +++ b/node_modules/steno/index.js @@ -0,0 +1,80 @@ +var fs = require('graceful-fs') +var path = require('path') + +var writers = {} + +// Returns a temporary file +// Example: for /some/file will return /some/.~file +function getTempFile (file) { + return path.join(path.dirname(file), '.~' + path.basename(file)) +} + +function Writer (file) { + this.file = file + this.callbacks = [] + this.nextData = null + this.nextCallbacks = [] +} + +Writer.prototype.write = function (data, cb) { + if (this.lock) { + // File is locked + // Save callback for later + this.nextCallbacks.push(cb) + // Set next data to be written + this.nextData = data + } else { + // File is not locked + // Lock it + this.lock = true + + // Write data to a temporary file + var tmpFile = getTempFile(this.file) + fs.writeFile(tmpFile, data, function (err) { + if (err) { + // On error, call all the stored callbacks and the current one + // Then return + while (this.callbacks.length) this.callbacks.shift()(err) + cb(err) + return + } + + // On success rename the temporary file to the real file + fs.rename(tmpFile, this.file, function (err) { + // call all the stored callbacks and the current one + while (this.callbacks.length) this.callbacks.shift()(err) + cb() + + // Unlock file + this.lock = false + + // Write next data if any + if (this.nextData) { + var data = this.nextData + this.callbacks = this.nextCallbacks + + this.nextData = null + this.nextCallbacks = [] + + this.write(data, this.callbacks.pop()) + } + }.bind(this)) + }.bind(this)) + } +} + +module.exports.writeFile = function (file, data, cb) { + // Convert to absolute path + file = path.resolve(file) + + // Create or get writer + writers[file] = writers[file] || new Writer(file) + + // Write + writers[file].write(data, cb) +} + +module.exports.writeFileSync = function (file, data) { + fs.writeFileSync(getTempFile(file), data) + fs.renameSync(getTempFile(file), file) +} diff --git a/node_modules/steno/package.json b/node_modules/steno/package.json new file mode 100644 index 0000000..35e7a60 --- /dev/null +++ b/node_modules/steno/package.json @@ -0,0 +1,42 @@ +{ + "name": "steno", + "version": "0.4.4", + "description": "Simple file writer with race condition prevention and atomic writing", + "main": "index.js", + "scripts": { + "test": "node test | tap-dot && standard", + "prepush": "npm test" + }, + "repository": { + "type": "git", + "url": "https://github.com/typicode/steno.git" + }, + "keywords": [ + "fs", + "file", + "write", + "writer", + "asynchronous", + "race", + "condition", + "atomic", + "writing", + "safe" + ], + "author": "typicode", + "license": "MIT", + "bugs": { + "url": "https://github.com/typicode/steno/issues" + }, + "homepage": "https://github.com/typicode/steno", + "devDependencies": { + "after": "^0.8.1", + "husky": "^0.11.1", + "standard": "^6.0.7", + "tap-dot": "^0.2.3", + "tape": "^3.0.1" + }, + "dependencies": { + "graceful-fs": "^4.1.3" + } +} diff --git a/node_modules/string_decoder/LICENSE b/node_modules/string_decoder/LICENSE new file mode 100644 index 0000000..778edb2 --- /dev/null +++ b/node_modules/string_decoder/LICENSE @@ -0,0 +1,48 @@ +Node.js is licensed for use as follows: + +""" +Copyright Node.js contributors. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" + +This license applies to parts of Node.js originating from the +https://github.com/joyent/node repository: + +""" +Copyright Joyent, Inc. and other Node contributors. All rights reserved. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. +""" + diff --git a/node_modules/string_decoder/README.md b/node_modules/string_decoder/README.md new file mode 100644 index 0000000..5fd5831 --- /dev/null +++ b/node_modules/string_decoder/README.md @@ -0,0 +1,47 @@ +# string_decoder + +***Node-core v8.9.4 string_decoder for userland*** + + +[![NPM](https://nodei.co/npm/string_decoder.png?downloads=true&downloadRank=true)](https://nodei.co/npm/string_decoder/) +[![NPM](https://nodei.co/npm-dl/string_decoder.png?&months=6&height=3)](https://nodei.co/npm/string_decoder/) + + +```bash +npm install --save string_decoder +``` + +***Node-core string_decoder for userland*** + +This package is a mirror of the string_decoder implementation in Node-core. + +Full documentation may be found on the [Node.js website](https://nodejs.org/dist/v8.9.4/docs/api/). + +As of version 1.0.0 **string_decoder** uses semantic versioning. + +## Previous versions + +Previous version numbers match the versions found in Node core, e.g. 0.10.24 matches Node 0.10.24, likewise 0.11.10 matches Node 0.11.10. + +## Update + +The *build/* directory contains a build script that will scrape the source from the [nodejs/node](https://github.com/nodejs/node) repo given a specific Node version. + +## Streams Working Group + +`string_decoder` is maintained by the Streams Working Group, which +oversees the development and maintenance of the Streams API within +Node.js. The responsibilities of the Streams Working Group include: + +* Addressing stream issues on the Node.js issue tracker. +* Authoring and editing stream documentation within the Node.js project. +* Reviewing changes to stream subclasses within the Node.js project. +* Redirecting changes to streams from the Node.js project to this + project. +* Assisting in the implementation of stream providers within Node.js. +* Recommending versions of `readable-stream` to be included in Node.js. +* Messaging about the future of streams to give the community advance + notice of changes. + +See [readable-stream](https://github.com/nodejs/readable-stream) for +more details. diff --git a/node_modules/string_decoder/lib/string_decoder.js b/node_modules/string_decoder/lib/string_decoder.js new file mode 100644 index 0000000..2e89e63 --- /dev/null +++ b/node_modules/string_decoder/lib/string_decoder.js @@ -0,0 +1,296 @@ +// Copyright Joyent, Inc. and other Node contributors. +// +// Permission is hereby granted, free of charge, to any person obtaining a +// copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to permit +// persons to whom the Software is furnished to do so, subject to the +// following conditions: +// +// The above copyright notice and this permission notice shall be included +// in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS +// OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN +// NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, +// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR +// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE +// USE OR OTHER DEALINGS IN THE SOFTWARE. + +'use strict'; + +/**/ + +var Buffer = require('safe-buffer').Buffer; +/**/ + +var isEncoding = Buffer.isEncoding || function (encoding) { + encoding = '' + encoding; + switch (encoding && encoding.toLowerCase()) { + case 'hex':case 'utf8':case 'utf-8':case 'ascii':case 'binary':case 'base64':case 'ucs2':case 'ucs-2':case 'utf16le':case 'utf-16le':case 'raw': + return true; + default: + return false; + } +}; + +function _normalizeEncoding(enc) { + if (!enc) return 'utf8'; + var retried; + while (true) { + switch (enc) { + case 'utf8': + case 'utf-8': + return 'utf8'; + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return 'utf16le'; + case 'latin1': + case 'binary': + return 'latin1'; + case 'base64': + case 'ascii': + case 'hex': + return enc; + default: + if (retried) return; // undefined + enc = ('' + enc).toLowerCase(); + retried = true; + } + } +}; + +// Do not cache `Buffer.isEncoding` when checking encoding names as some +// modules monkey-patch it to support additional encodings +function normalizeEncoding(enc) { + var nenc = _normalizeEncoding(enc); + if (typeof nenc !== 'string' && (Buffer.isEncoding === isEncoding || !isEncoding(enc))) throw new Error('Unknown encoding: ' + enc); + return nenc || enc; +} + +// StringDecoder provides an interface for efficiently splitting a series of +// buffers into a series of JS strings without breaking apart multi-byte +// characters. +exports.StringDecoder = StringDecoder; +function StringDecoder(encoding) { + this.encoding = normalizeEncoding(encoding); + var nb; + switch (this.encoding) { + case 'utf16le': + this.text = utf16Text; + this.end = utf16End; + nb = 4; + break; + case 'utf8': + this.fillLast = utf8FillLast; + nb = 4; + break; + case 'base64': + this.text = base64Text; + this.end = base64End; + nb = 3; + break; + default: + this.write = simpleWrite; + this.end = simpleEnd; + return; + } + this.lastNeed = 0; + this.lastTotal = 0; + this.lastChar = Buffer.allocUnsafe(nb); +} + +StringDecoder.prototype.write = function (buf) { + if (buf.length === 0) return ''; + var r; + var i; + if (this.lastNeed) { + r = this.fillLast(buf); + if (r === undefined) return ''; + i = this.lastNeed; + this.lastNeed = 0; + } else { + i = 0; + } + if (i < buf.length) return r ? r + this.text(buf, i) : this.text(buf, i); + return r || ''; +}; + +StringDecoder.prototype.end = utf8End; + +// Returns only complete characters in a Buffer +StringDecoder.prototype.text = utf8Text; + +// Attempts to complete a partial non-UTF-8 character using bytes from a Buffer +StringDecoder.prototype.fillLast = function (buf) { + if (this.lastNeed <= buf.length) { + buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, this.lastNeed); + return this.lastChar.toString(this.encoding, 0, this.lastTotal); + } + buf.copy(this.lastChar, this.lastTotal - this.lastNeed, 0, buf.length); + this.lastNeed -= buf.length; +}; + +// Checks the type of a UTF-8 byte, whether it's ASCII, a leading byte, or a +// continuation byte. If an invalid byte is detected, -2 is returned. +function utf8CheckByte(byte) { + if (byte <= 0x7F) return 0;else if (byte >> 5 === 0x06) return 2;else if (byte >> 4 === 0x0E) return 3;else if (byte >> 3 === 0x1E) return 4; + return byte >> 6 === 0x02 ? -1 : -2; +} + +// Checks at most 3 bytes at the end of a Buffer in order to detect an +// incomplete multi-byte UTF-8 character. The total number of bytes (2, 3, or 4) +// needed to complete the UTF-8 character (if applicable) are returned. +function utf8CheckIncomplete(self, buf, i) { + var j = buf.length - 1; + if (j < i) return 0; + var nb = utf8CheckByte(buf[j]); + if (nb >= 0) { + if (nb > 0) self.lastNeed = nb - 1; + return nb; + } + if (--j < i || nb === -2) return 0; + nb = utf8CheckByte(buf[j]); + if (nb >= 0) { + if (nb > 0) self.lastNeed = nb - 2; + return nb; + } + if (--j < i || nb === -2) return 0; + nb = utf8CheckByte(buf[j]); + if (nb >= 0) { + if (nb > 0) { + if (nb === 2) nb = 0;else self.lastNeed = nb - 3; + } + return nb; + } + return 0; +} + +// Validates as many continuation bytes for a multi-byte UTF-8 character as +// needed or are available. If we see a non-continuation byte where we expect +// one, we "replace" the validated continuation bytes we've seen so far with +// a single UTF-8 replacement character ('\ufffd'), to match v8's UTF-8 decoding +// behavior. The continuation byte check is included three times in the case +// where all of the continuation bytes for a character exist in the same buffer. +// It is also done this way as a slight performance increase instead of using a +// loop. +function utf8CheckExtraBytes(self, buf, p) { + if ((buf[0] & 0xC0) !== 0x80) { + self.lastNeed = 0; + return '\ufffd'; + } + if (self.lastNeed > 1 && buf.length > 1) { + if ((buf[1] & 0xC0) !== 0x80) { + self.lastNeed = 1; + return '\ufffd'; + } + if (self.lastNeed > 2 && buf.length > 2) { + if ((buf[2] & 0xC0) !== 0x80) { + self.lastNeed = 2; + return '\ufffd'; + } + } + } +} + +// Attempts to complete a multi-byte UTF-8 character using bytes from a Buffer. +function utf8FillLast(buf) { + var p = this.lastTotal - this.lastNeed; + var r = utf8CheckExtraBytes(this, buf, p); + if (r !== undefined) return r; + if (this.lastNeed <= buf.length) { + buf.copy(this.lastChar, p, 0, this.lastNeed); + return this.lastChar.toString(this.encoding, 0, this.lastTotal); + } + buf.copy(this.lastChar, p, 0, buf.length); + this.lastNeed -= buf.length; +} + +// Returns all complete UTF-8 characters in a Buffer. If the Buffer ended on a +// partial character, the character's bytes are buffered until the required +// number of bytes are available. +function utf8Text(buf, i) { + var total = utf8CheckIncomplete(this, buf, i); + if (!this.lastNeed) return buf.toString('utf8', i); + this.lastTotal = total; + var end = buf.length - (total - this.lastNeed); + buf.copy(this.lastChar, 0, end); + return buf.toString('utf8', i, end); +} + +// For UTF-8, a replacement character is added when ending on a partial +// character. +function utf8End(buf) { + var r = buf && buf.length ? this.write(buf) : ''; + if (this.lastNeed) return r + '\ufffd'; + return r; +} + +// UTF-16LE typically needs two bytes per character, but even if we have an even +// number of bytes available, we need to check if we end on a leading/high +// surrogate. In that case, we need to wait for the next two bytes in order to +// decode the last character properly. +function utf16Text(buf, i) { + if ((buf.length - i) % 2 === 0) { + var r = buf.toString('utf16le', i); + if (r) { + var c = r.charCodeAt(r.length - 1); + if (c >= 0xD800 && c <= 0xDBFF) { + this.lastNeed = 2; + this.lastTotal = 4; + this.lastChar[0] = buf[buf.length - 2]; + this.lastChar[1] = buf[buf.length - 1]; + return r.slice(0, -1); + } + } + return r; + } + this.lastNeed = 1; + this.lastTotal = 2; + this.lastChar[0] = buf[buf.length - 1]; + return buf.toString('utf16le', i, buf.length - 1); +} + +// For UTF-16LE we do not explicitly append special replacement characters if we +// end on a partial character, we simply let v8 handle that. +function utf16End(buf) { + var r = buf && buf.length ? this.write(buf) : ''; + if (this.lastNeed) { + var end = this.lastTotal - this.lastNeed; + return r + this.lastChar.toString('utf16le', 0, end); + } + return r; +} + +function base64Text(buf, i) { + var n = (buf.length - i) % 3; + if (n === 0) return buf.toString('base64', i); + this.lastNeed = 3 - n; + this.lastTotal = 3; + if (n === 1) { + this.lastChar[0] = buf[buf.length - 1]; + } else { + this.lastChar[0] = buf[buf.length - 2]; + this.lastChar[1] = buf[buf.length - 1]; + } + return buf.toString('base64', i, buf.length - n); +} + +function base64End(buf) { + var r = buf && buf.length ? this.write(buf) : ''; + if (this.lastNeed) return r + this.lastChar.toString('base64', 0, 3 - this.lastNeed); + return r; +} + +// Pass bytes on through for single-byte encodings (e.g. ascii, latin1, hex) +function simpleWrite(buf) { + return buf.toString(this.encoding); +} + +function simpleEnd(buf) { + return buf && buf.length ? this.write(buf) : ''; +} \ No newline at end of file diff --git a/node_modules/string_decoder/package.json b/node_modules/string_decoder/package.json new file mode 100644 index 0000000..b2bb141 --- /dev/null +++ b/node_modules/string_decoder/package.json @@ -0,0 +1,34 @@ +{ + "name": "string_decoder", + "version": "1.3.0", + "description": "The string_decoder module from Node core", + "main": "lib/string_decoder.js", + "files": [ + "lib" + ], + "dependencies": { + "safe-buffer": "~5.2.0" + }, + "devDependencies": { + "babel-polyfill": "^6.23.0", + "core-util-is": "^1.0.2", + "inherits": "^2.0.3", + "tap": "~0.4.8" + }, + "scripts": { + "test": "tap test/parallel/*.js && node test/verify-dependencies", + "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js" + }, + "repository": { + "type": "git", + "url": "git://github.com/nodejs/string_decoder.git" + }, + "homepage": "https://github.com/nodejs/string_decoder", + "keywords": [ + "string", + "decoder", + "browser", + "browserify" + ], + "license": "MIT" +} diff --git a/node_modules/supports-color/browser.js b/node_modules/supports-color/browser.js new file mode 100644 index 0000000..62afa3a --- /dev/null +++ b/node_modules/supports-color/browser.js @@ -0,0 +1,5 @@ +'use strict'; +module.exports = { + stdout: false, + stderr: false +}; diff --git a/node_modules/supports-color/index.js b/node_modules/supports-color/index.js new file mode 100644 index 0000000..6fada39 --- /dev/null +++ b/node_modules/supports-color/index.js @@ -0,0 +1,135 @@ +'use strict'; +const os = require('os'); +const tty = require('tty'); +const hasFlag = require('has-flag'); + +const {env} = process; + +let forceColor; +if (hasFlag('no-color') || + hasFlag('no-colors') || + hasFlag('color=false') || + hasFlag('color=never')) { + forceColor = 0; +} else if (hasFlag('color') || + hasFlag('colors') || + hasFlag('color=true') || + hasFlag('color=always')) { + forceColor = 1; +} + +if ('FORCE_COLOR' in env) { + if (env.FORCE_COLOR === 'true') { + forceColor = 1; + } else if (env.FORCE_COLOR === 'false') { + forceColor = 0; + } else { + forceColor = env.FORCE_COLOR.length === 0 ? 1 : Math.min(parseInt(env.FORCE_COLOR, 10), 3); + } +} + +function translateLevel(level) { + if (level === 0) { + return false; + } + + return { + level, + hasBasic: true, + has256: level >= 2, + has16m: level >= 3 + }; +} + +function supportsColor(haveStream, streamIsTTY) { + if (forceColor === 0) { + return 0; + } + + if (hasFlag('color=16m') || + hasFlag('color=full') || + hasFlag('color=truecolor')) { + return 3; + } + + if (hasFlag('color=256')) { + return 2; + } + + if (haveStream && !streamIsTTY && forceColor === undefined) { + return 0; + } + + const min = forceColor || 0; + + if (env.TERM === 'dumb') { + return min; + } + + if (process.platform === 'win32') { + // Windows 10 build 10586 is the first Windows release that supports 256 colors. + // Windows 10 build 14931 is the first release that supports 16m/TrueColor. + const osRelease = os.release().split('.'); + if ( + Number(osRelease[0]) >= 10 && + Number(osRelease[2]) >= 10586 + ) { + return Number(osRelease[2]) >= 14931 ? 3 : 2; + } + + return 1; + } + + if ('CI' in env) { + if (['TRAVIS', 'CIRCLECI', 'APPVEYOR', 'GITLAB_CI', 'GITHUB_ACTIONS', 'BUILDKITE'].some(sign => sign in env) || env.CI_NAME === 'codeship') { + return 1; + } + + return min; + } + + if ('TEAMCITY_VERSION' in env) { + return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env.TEAMCITY_VERSION) ? 1 : 0; + } + + if (env.COLORTERM === 'truecolor') { + return 3; + } + + if ('TERM_PROGRAM' in env) { + const version = parseInt((env.TERM_PROGRAM_VERSION || '').split('.')[0], 10); + + switch (env.TERM_PROGRAM) { + case 'iTerm.app': + return version >= 3 ? 3 : 2; + case 'Apple_Terminal': + return 2; + // No default + } + } + + if (/-256(color)?$/i.test(env.TERM)) { + return 2; + } + + if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env.TERM)) { + return 1; + } + + if ('COLORTERM' in env) { + return 1; + } + + return min; +} + +function getSupportLevel(stream) { + const level = supportsColor(stream, stream && stream.isTTY); + return translateLevel(level); +} + +module.exports = { + supportsColor: getSupportLevel, + stdout: translateLevel(supportsColor(true, tty.isatty(1))), + stderr: translateLevel(supportsColor(true, tty.isatty(2))) +}; diff --git a/node_modules/supports-color/license b/node_modules/supports-color/license new file mode 100644 index 0000000..e7af2f7 --- /dev/null +++ b/node_modules/supports-color/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/supports-color/package.json b/node_modules/supports-color/package.json new file mode 100644 index 0000000..f7182ed --- /dev/null +++ b/node_modules/supports-color/package.json @@ -0,0 +1,53 @@ +{ + "name": "supports-color", + "version": "7.2.0", + "description": "Detect whether a terminal supports color", + "license": "MIT", + "repository": "chalk/supports-color", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=8" + }, + "scripts": { + "test": "xo && ava" + }, + "files": [ + "index.js", + "browser.js" + ], + "keywords": [ + "color", + "colour", + "colors", + "terminal", + "console", + "cli", + "ansi", + "styles", + "tty", + "rgb", + "256", + "shell", + "xterm", + "command-line", + "support", + "supports", + "capability", + "detect", + "truecolor", + "16m" + ], + "dependencies": { + "has-flag": "^4.0.0" + }, + "devDependencies": { + "ava": "^1.4.1", + "import-fresh": "^3.0.0", + "xo": "^0.24.0" + }, + "browser": "browser.js" +} diff --git a/node_modules/supports-color/readme.md b/node_modules/supports-color/readme.md new file mode 100644 index 0000000..3654228 --- /dev/null +++ b/node_modules/supports-color/readme.md @@ -0,0 +1,76 @@ +# supports-color [![Build Status](https://travis-ci.org/chalk/supports-color.svg?branch=master)](https://travis-ci.org/chalk/supports-color) + +> Detect whether a terminal supports color + + +## Install + +``` +$ npm install supports-color +``` + + +## Usage + +```js +const supportsColor = require('supports-color'); + +if (supportsColor.stdout) { + console.log('Terminal stdout supports color'); +} + +if (supportsColor.stdout.has256) { + console.log('Terminal stdout supports 256 colors'); +} + +if (supportsColor.stderr.has16m) { + console.log('Terminal stderr supports 16 million colors (truecolor)'); +} +``` + + +## API + +Returns an `Object` with a `stdout` and `stderr` property for testing either streams. Each property is an `Object`, or `false` if color is not supported. + +The `stdout`/`stderr` objects specifies a level of support for color through a `.level` property and a corresponding flag: + +- `.level = 1` and `.hasBasic = true`: Basic color support (16 colors) +- `.level = 2` and `.has256 = true`: 256 color support +- `.level = 3` and `.has16m = true`: Truecolor support (16 million colors) + + +## Info + +It obeys the `--color` and `--no-color` CLI flags. + +For situations where using `--color` is not possible, use the environment variable `FORCE_COLOR=1` (level 1), `FORCE_COLOR=2` (level 2), or `FORCE_COLOR=3` (level 3) to forcefully enable color, or `FORCE_COLOR=0` to forcefully disable. The use of `FORCE_COLOR` overrides all other color support checks. + +Explicit 256/Truecolor mode can be enabled using the `--color=256` and `--color=16m` flags, respectively. + + +## Related + +- [supports-color-cli](https://github.com/chalk/supports-color-cli) - CLI for this module +- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right + + +## Maintainers + +- [Sindre Sorhus](https://github.com/sindresorhus) +- [Josh Junon](https://github.com/qix-) + + +--- + +
+ + Get professional support for this package with a Tidelift subscription + +
+ + Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. +
+
+ +--- diff --git a/node_modules/toidentifier/HISTORY.md b/node_modules/toidentifier/HISTORY.md new file mode 100644 index 0000000..cb7cc89 --- /dev/null +++ b/node_modules/toidentifier/HISTORY.md @@ -0,0 +1,9 @@ +1.0.1 / 2021-11-14 +================== + + * pref: enable strict mode + +1.0.0 / 2018-07-09 +================== + + * Initial release diff --git a/node_modules/toidentifier/LICENSE b/node_modules/toidentifier/LICENSE new file mode 100644 index 0000000..de22d15 --- /dev/null +++ b/node_modules/toidentifier/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2016 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/toidentifier/README.md b/node_modules/toidentifier/README.md new file mode 100644 index 0000000..57e8a78 --- /dev/null +++ b/node_modules/toidentifier/README.md @@ -0,0 +1,61 @@ +# toidentifier + +[![NPM Version][npm-image]][npm-url] +[![NPM Downloads][downloads-image]][downloads-url] +[![Build Status][github-actions-ci-image]][github-actions-ci-url] +[![Test Coverage][codecov-image]][codecov-url] + +> Convert a string of words to a JavaScript identifier + +## Install + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```bash +$ npm install toidentifier +``` + +## Example + +```js +var toIdentifier = require('toidentifier') + +console.log(toIdentifier('Bad Request')) +// => "BadRequest" +``` + +## API + +This CommonJS module exports a single default function: `toIdentifier`. + +### toIdentifier(string) + +Given a string as the argument, it will be transformed according to +the following rules and the new string will be returned: + +1. Split into words separated by space characters (`0x20`). +2. Upper case the first character of each word. +3. Join the words together with no separator. +4. Remove all non-word (`[0-9a-z_]`) characters. + +## License + +[MIT](LICENSE) + +[codecov-image]: https://img.shields.io/codecov/c/github/component/toidentifier.svg +[codecov-url]: https://codecov.io/gh/component/toidentifier +[downloads-image]: https://img.shields.io/npm/dm/toidentifier.svg +[downloads-url]: https://npmjs.org/package/toidentifier +[github-actions-ci-image]: https://img.shields.io/github/workflow/status/component/toidentifier/ci/master?label=ci +[github-actions-ci-url]: https://github.com/component/toidentifier?query=workflow%3Aci +[npm-image]: https://img.shields.io/npm/v/toidentifier.svg +[npm-url]: https://npmjs.org/package/toidentifier + + +## + +[npm]: https://www.npmjs.com/ + +[yarn]: https://yarnpkg.com/ diff --git a/node_modules/toidentifier/index.js b/node_modules/toidentifier/index.js new file mode 100644 index 0000000..9295d02 --- /dev/null +++ b/node_modules/toidentifier/index.js @@ -0,0 +1,32 @@ +/*! + * toidentifier + * Copyright(c) 2016 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module exports. + * @public + */ + +module.exports = toIdentifier + +/** + * Trasform the given string into a JavaScript identifier + * + * @param {string} str + * @returns {string} + * @public + */ + +function toIdentifier (str) { + return str + .split(' ') + .map(function (token) { + return token.slice(0, 1).toUpperCase() + token.slice(1) + }) + .join('') + .replace(/[^ _0-9a-z]/gi, '') +} diff --git a/node_modules/toidentifier/package.json b/node_modules/toidentifier/package.json new file mode 100644 index 0000000..42db1a6 --- /dev/null +++ b/node_modules/toidentifier/package.json @@ -0,0 +1,38 @@ +{ + "name": "toidentifier", + "description": "Convert a string of words to a JavaScript identifier", + "version": "1.0.1", + "author": "Douglas Christopher Wilson ", + "contributors": [ + "Douglas Christopher Wilson ", + "Nick Baugh (http://niftylettuce.com/)" + ], + "repository": "component/toidentifier", + "devDependencies": { + "eslint": "7.32.0", + "eslint-config-standard": "14.1.1", + "eslint-plugin-import": "2.25.3", + "eslint-plugin-markdown": "2.2.1", + "eslint-plugin-node": "11.1.0", + "eslint-plugin-promise": "4.3.1", + "eslint-plugin-standard": "4.1.0", + "mocha": "9.1.3", + "nyc": "15.1.0" + }, + "engines": { + "node": ">=0.6" + }, + "license": "MIT", + "files": [ + "HISTORY.md", + "LICENSE", + "index.js" + ], + "scripts": { + "lint": "eslint .", + "test": "mocha --reporter spec --bail --check-leaks test/", + "test-ci": "nyc --reporter=lcov --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test", + "version": "node scripts/version-history.js && git add HISTORY.md" + } +} diff --git a/node_modules/tough-cookie/LICENSE b/node_modules/tough-cookie/LICENSE new file mode 100644 index 0000000..22204e8 --- /dev/null +++ b/node_modules/tough-cookie/LICENSE @@ -0,0 +1,12 @@ +Copyright (c) 2015, Salesforce.com, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +3. Neither the name of Salesforce.com nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/node_modules/tough-cookie/README.md b/node_modules/tough-cookie/README.md new file mode 100644 index 0000000..656a255 --- /dev/null +++ b/node_modules/tough-cookie/README.md @@ -0,0 +1,527 @@ +[RFC6265](https://tools.ietf.org/html/rfc6265) Cookies and CookieJar for Node.js + +[![npm package](https://nodei.co/npm/tough-cookie.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/tough-cookie/) + +[![Build Status](https://travis-ci.org/salesforce/tough-cookie.png?branch=master)](https://travis-ci.org/salesforce/tough-cookie) + +# Synopsis + +``` javascript +var tough = require('tough-cookie'); +var Cookie = tough.Cookie; +var cookie = Cookie.parse(header); +cookie.value = 'somethingdifferent'; +header = cookie.toString(); + +var cookiejar = new tough.CookieJar(); +cookiejar.setCookie(cookie, 'http://currentdomain.example.com/path', cb); +// ... +cookiejar.getCookies('http://example.com/otherpath',function(err,cookies) { + res.headers['cookie'] = cookies.join('; '); +}); +``` + +# Installation + +It's _so_ easy! + +`npm install tough-cookie` + +Why the name? NPM modules `cookie`, `cookies` and `cookiejar` were already taken. + +## Version Support + +Support for versions of node.js will follow that of the [request](https://www.npmjs.com/package/request) module. + +# API + +## tough + +Functions on the module you get from `require('tough-cookie')`. All can be used as pure functions and don't need to be "bound". + +**Note**: prior to 1.0.x, several of these functions took a `strict` parameter. This has since been removed from the API as it was no longer necessary. + +### `parseDate(string)` + +Parse a cookie date string into a `Date`. Parses according to RFC6265 Section 5.1.1, not `Date.parse()`. + +### `formatDate(date)` + +Format a Date into a RFC1123 string (the RFC6265-recommended format). + +### `canonicalDomain(str)` + +Transforms a domain-name into a canonical domain-name. The canonical domain-name is a trimmed, lowercased, stripped-of-leading-dot and optionally punycode-encoded domain-name (Section 5.1.2 of RFC6265). For the most part, this function is idempotent (can be run again on its output without ill effects). + +### `domainMatch(str,domStr[,canonicalize=true])` + +Answers "does this real domain match the domain in a cookie?". The `str` is the "current" domain-name and the `domStr` is the "cookie" domain-name. Matches according to RFC6265 Section 5.1.3, but it helps to think of it as a "suffix match". + +The `canonicalize` parameter will run the other two parameters through `canonicalDomain` or not. + +### `defaultPath(path)` + +Given a current request/response path, gives the Path apropriate for storing in a cookie. This is basically the "directory" of a "file" in the path, but is specified by Section 5.1.4 of the RFC. + +The `path` parameter MUST be _only_ the pathname part of a URI (i.e. excludes the hostname, query, fragment, etc.). This is the `.pathname` property of node's `uri.parse()` output. + +### `pathMatch(reqPath,cookiePath)` + +Answers "does the request-path path-match a given cookie-path?" as per RFC6265 Section 5.1.4. Returns a boolean. + +This is essentially a prefix-match where `cookiePath` is a prefix of `reqPath`. + +### `parse(cookieString[, options])` + +alias for `Cookie.parse(cookieString[, options])` + +### `fromJSON(string)` + +alias for `Cookie.fromJSON(string)` + +### `getPublicSuffix(hostname)` + +Returns the public suffix of this hostname. The public suffix is the shortest domain-name upon which a cookie can be set. Returns `null` if the hostname cannot have cookies set for it. + +For example: `www.example.com` and `www.subdomain.example.com` both have public suffix `example.com`. + +For further information, see http://publicsuffix.org/. This module derives its list from that site. This call is currently a wrapper around [`psl`](https://www.npmjs.com/package/psl)'s [get() method](https://www.npmjs.com/package/psl#pslgetdomain). + +### `cookieCompare(a,b)` + +For use with `.sort()`, sorts a list of cookies into the recommended order given in the RFC (Section 5.4 step 2). The sort algorithm is, in order of precedence: + +* Longest `.path` +* oldest `.creation` (which has a 1ms precision, same as `Date`) +* lowest `.creationIndex` (to get beyond the 1ms precision) + +``` javascript +var cookies = [ /* unsorted array of Cookie objects */ ]; +cookies = cookies.sort(cookieCompare); +``` + +**Note**: Since JavaScript's `Date` is limited to a 1ms precision, cookies within the same milisecond are entirely possible. This is especially true when using the `now` option to `.setCookie()`. The `.creationIndex` property is a per-process global counter, assigned during construction with `new Cookie()`. This preserves the spirit of the RFC sorting: older cookies go first. This works great for `MemoryCookieStore`, since `Set-Cookie` headers are parsed in order, but may not be so great for distributed systems. Sophisticated `Store`s may wish to set this to some other _logical clock_ such that if cookies A and B are created in the same millisecond, but cookie A is created before cookie B, then `A.creationIndex < B.creationIndex`. If you want to alter the global counter, which you probably _shouldn't_ do, it's stored in `Cookie.cookiesCreated`. + +### `permuteDomain(domain)` + +Generates a list of all possible domains that `domainMatch()` the parameter. May be handy for implementing cookie stores. + +### `permutePath(path)` + +Generates a list of all possible paths that `pathMatch()` the parameter. May be handy for implementing cookie stores. + + +## Cookie + +Exported via `tough.Cookie`. + +### `Cookie.parse(cookieString[, options])` + +Parses a single Cookie or Set-Cookie HTTP header into a `Cookie` object. Returns `undefined` if the string can't be parsed. + +The options parameter is not required and currently has only one property: + + * _loose_ - boolean - if `true` enable parsing of key-less cookies like `=abc` and `=`, which are not RFC-compliant. + +If options is not an object, it is ignored, which means you can use `Array#map` with it. + +Here's how to process the Set-Cookie header(s) on a node HTTP/HTTPS response: + +``` javascript +if (res.headers['set-cookie'] instanceof Array) + cookies = res.headers['set-cookie'].map(Cookie.parse); +else + cookies = [Cookie.parse(res.headers['set-cookie'])]; +``` + +_Note:_ in version 2.3.3, tough-cookie limited the number of spaces before the `=` to 256 characters. This limitation has since been removed. +See [Issue 92](https://github.com/salesforce/tough-cookie/issues/92) + +### Properties + +Cookie object properties: + + * _key_ - string - the name or key of the cookie (default "") + * _value_ - string - the value of the cookie (default "") + * _expires_ - `Date` - if set, the `Expires=` attribute of the cookie (defaults to the string `"Infinity"`). See `setExpires()` + * _maxAge_ - seconds - if set, the `Max-Age=` attribute _in seconds_ of the cookie. May also be set to strings `"Infinity"` and `"-Infinity"` for non-expiry and immediate-expiry, respectively. See `setMaxAge()` + * _domain_ - string - the `Domain=` attribute of the cookie + * _path_ - string - the `Path=` of the cookie + * _secure_ - boolean - the `Secure` cookie flag + * _httpOnly_ - boolean - the `HttpOnly` cookie flag + * _extensions_ - `Array` - any unrecognized cookie attributes as strings (even if equal-signs inside) + * _creation_ - `Date` - when this cookie was constructed + * _creationIndex_ - number - set at construction, used to provide greater sort precision (please see `cookieCompare(a,b)` for a full explanation) + +After a cookie has been passed through `CookieJar.setCookie()` it will have the following additional attributes: + + * _hostOnly_ - boolean - is this a host-only cookie (i.e. no Domain field was set, but was instead implied) + * _pathIsDefault_ - boolean - if true, there was no Path field on the cookie and `defaultPath()` was used to derive one. + * _creation_ - `Date` - **modified** from construction to when the cookie was added to the jar + * _lastAccessed_ - `Date` - last time the cookie got accessed. Will affect cookie cleaning once implemented. Using `cookiejar.getCookies(...)` will update this attribute. + +### `Cookie([{properties}])` + +Receives an options object that can contain any of the above Cookie properties, uses the default for unspecified properties. + +### `.toString()` + +encode to a Set-Cookie header value. The Expires cookie field is set using `formatDate()`, but is omitted entirely if `.expires` is `Infinity`. + +### `.cookieString()` + +encode to a Cookie header value (i.e. the `.key` and `.value` properties joined with '='). + +### `.setExpires(String)` + +sets the expiry based on a date-string passed through `parseDate()`. If parseDate returns `null` (i.e. can't parse this date string), `.expires` is set to `"Infinity"` (a string) is set. + +### `.setMaxAge(number)` + +sets the maxAge in seconds. Coerces `-Infinity` to `"-Infinity"` and `Infinity` to `"Infinity"` so it JSON serializes correctly. + +### `.expiryTime([now=Date.now()])` + +### `.expiryDate([now=Date.now()])` + +expiryTime() Computes the absolute unix-epoch milliseconds that this cookie expires. expiryDate() works similarly, except it returns a `Date` object. Note that in both cases the `now` parameter should be milliseconds. + +Max-Age takes precedence over Expires (as per the RFC). The `.creation` attribute -- or, by default, the `now` parameter -- is used to offset the `.maxAge` attribute. + +If Expires (`.expires`) is set, that's returned. + +Otherwise, `expiryTime()` returns `Infinity` and `expiryDate()` returns a `Date` object for "Tue, 19 Jan 2038 03:14:07 GMT" (latest date that can be expressed by a 32-bit `time_t`; the common limit for most user-agents). + +### `.TTL([now=Date.now()])` + +compute the TTL relative to `now` (milliseconds). The same precedence rules as for `expiryTime`/`expiryDate` apply. + +The "number" `Infinity` is returned for cookies without an explicit expiry and `0` is returned if the cookie is expired. Otherwise a time-to-live in milliseconds is returned. + +### `.canonicalizedDomain()` + +### `.cdomain()` + +return the canonicalized `.domain` field. This is lower-cased and punycode (RFC3490) encoded if the domain has any non-ASCII characters. + +### `.toJSON()` + +For convenience in using `JSON.serialize(cookie)`. Returns a plain-old `Object` that can be JSON-serialized. + +Any `Date` properties (i.e., `.expires`, `.creation`, and `.lastAccessed`) are exported in ISO format (`.toISOString()`). + +**NOTE**: Custom `Cookie` properties will be discarded. In tough-cookie 1.x, since there was no `.toJSON` method explicitly defined, all enumerable properties were captured. If you want a property to be serialized, add the property name to the `Cookie.serializableProperties` Array. + +### `Cookie.fromJSON(strOrObj)` + +Does the reverse of `cookie.toJSON()`. If passed a string, will `JSON.parse()` that first. + +Any `Date` properties (i.e., `.expires`, `.creation`, and `.lastAccessed`) are parsed via `Date.parse()`, not the tough-cookie `parseDate`, since it's JavaScript/JSON-y timestamps being handled at this layer. + +Returns `null` upon JSON parsing error. + +### `.clone()` + +Does a deep clone of this cookie, exactly implemented as `Cookie.fromJSON(cookie.toJSON())`. + +### `.validate()` + +Status: *IN PROGRESS*. Works for a few things, but is by no means comprehensive. + +validates cookie attributes for semantic correctness. Useful for "lint" checking any Set-Cookie headers you generate. For now, it returns a boolean, but eventually could return a reason string -- you can future-proof with this construct: + +``` javascript +if (cookie.validate() === true) { + // it's tasty +} else { + // yuck! +} +``` + + +## CookieJar + +Exported via `tough.CookieJar`. + +### `CookieJar([store],[options])` + +Simply use `new CookieJar()`. If you'd like to use a custom store, pass that to the constructor otherwise a `MemoryCookieStore` will be created and used. + +The `options` object can be omitted and can have the following properties: + + * _rejectPublicSuffixes_ - boolean - default `true` - reject cookies with domains like "com" and "co.uk" + * _looseMode_ - boolean - default `false` - accept malformed cookies like `bar` and `=bar`, which have an implied empty name. + This is not in the standard, but is used sometimes on the web and is accepted by (most) browsers. + +Since eventually this module would like to support database/remote/etc. CookieJars, continuation passing style is used for CookieJar methods. + +### `.setCookie(cookieOrString, currentUrl, [{options},] cb(err,cookie))` + +Attempt to set the cookie in the cookie jar. If the operation fails, an error will be given to the callback `cb`, otherwise the cookie is passed through. The cookie will have updated `.creation`, `.lastAccessed` and `.hostOnly` properties. + +The `options` object can be omitted and can have the following properties: + + * _http_ - boolean - default `true` - indicates if this is an HTTP or non-HTTP API. Affects HttpOnly cookies. + * _secure_ - boolean - autodetect from url - indicates if this is a "Secure" API. If the currentUrl starts with `https:` or `wss:` then this is defaulted to `true`, otherwise `false`. + * _now_ - Date - default `new Date()` - what to use for the creation/access time of cookies + * _ignoreError_ - boolean - default `false` - silently ignore things like parse errors and invalid domains. `Store` errors aren't ignored by this option. + +As per the RFC, the `.hostOnly` property is set if there was no "Domain=" parameter in the cookie string (or `.domain` was null on the Cookie object). The `.domain` property is set to the fully-qualified hostname of `currentUrl` in this case. Matching this cookie requires an exact hostname match (not a `domainMatch` as per usual). + +### `.setCookieSync(cookieOrString, currentUrl, [{options}])` + +Synchronous version of `setCookie`; only works with synchronous stores (e.g. the default `MemoryCookieStore`). + +### `.getCookies(currentUrl, [{options},] cb(err,cookies))` + +Retrieve the list of cookies that can be sent in a Cookie header for the current url. + +If an error is encountered, that's passed as `err` to the callback, otherwise an `Array` of `Cookie` objects is passed. The array is sorted with `cookieCompare()` unless the `{sort:false}` option is given. + +The `options` object can be omitted and can have the following properties: + + * _http_ - boolean - default `true` - indicates if this is an HTTP or non-HTTP API. Affects HttpOnly cookies. + * _secure_ - boolean - autodetect from url - indicates if this is a "Secure" API. If the currentUrl starts with `https:` or `wss:` then this is defaulted to `true`, otherwise `false`. + * _now_ - Date - default `new Date()` - what to use for the creation/access time of cookies + * _expire_ - boolean - default `true` - perform expiry-time checking of cookies and asynchronously remove expired cookies from the store. Using `false` will return expired cookies and **not** remove them from the store (which is useful for replaying Set-Cookie headers, potentially). + * _allPaths_ - boolean - default `false` - if `true`, do not scope cookies by path. The default uses RFC-compliant path scoping. **Note**: may not be supported by the underlying store (the default `MemoryCookieStore` supports it). + +The `.lastAccessed` property of the returned cookies will have been updated. + +### `.getCookiesSync(currentUrl, [{options}])` + +Synchronous version of `getCookies`; only works with synchronous stores (e.g. the default `MemoryCookieStore`). + +### `.getCookieString(...)` + +Accepts the same options as `.getCookies()` but passes a string suitable for a Cookie header rather than an array to the callback. Simply maps the `Cookie` array via `.cookieString()`. + +### `.getCookieStringSync(...)` + +Synchronous version of `getCookieString`; only works with synchronous stores (e.g. the default `MemoryCookieStore`). + +### `.getSetCookieStrings(...)` + +Returns an array of strings suitable for **Set-Cookie** headers. Accepts the same options as `.getCookies()`. Simply maps the cookie array via `.toString()`. + +### `.getSetCookieStringsSync(...)` + +Synchronous version of `getSetCookieStrings`; only works with synchronous stores (e.g. the default `MemoryCookieStore`). + +### `.serialize(cb(err,serializedObject))` + +Serialize the Jar if the underlying store supports `.getAllCookies`. + +**NOTE**: Custom `Cookie` properties will be discarded. If you want a property to be serialized, add the property name to the `Cookie.serializableProperties` Array. + +See [Serialization Format]. + +### `.serializeSync()` + +Sync version of .serialize + +### `.toJSON()` + +Alias of .serializeSync() for the convenience of `JSON.stringify(cookiejar)`. + +### `CookieJar.deserialize(serialized, [store], cb(err,object))` + +A new Jar is created and the serialized Cookies are added to the underlying store. Each `Cookie` is added via `store.putCookie` in the order in which they appear in the serialization. + +The `store` argument is optional, but should be an instance of `Store`. By default, a new instance of `MemoryCookieStore` is created. + +As a convenience, if `serialized` is a string, it is passed through `JSON.parse` first. If that throws an error, this is passed to the callback. + +### `CookieJar.deserializeSync(serialized, [store])` + +Sync version of `.deserialize`. _Note_ that the `store` must be synchronous for this to work. + +### `CookieJar.fromJSON(string)` + +Alias of `.deserializeSync` to provide consistency with `Cookie.fromJSON()`. + +### `.clone([store,]cb(err,newJar))` + +Produces a deep clone of this jar. Modifications to the original won't affect the clone, and vice versa. + +The `store` argument is optional, but should be an instance of `Store`. By default, a new instance of `MemoryCookieStore` is created. Transferring between store types is supported so long as the source implements `.getAllCookies()` and the destination implements `.putCookie()`. + +### `.cloneSync([store])` + +Synchronous version of `.clone`, returning a new `CookieJar` instance. + +The `store` argument is optional, but must be a _synchronous_ `Store` instance if specified. If not passed, a new instance of `MemoryCookieStore` is used. + +The _source_ and _destination_ must both be synchronous `Store`s. If one or both stores are asynchronous, use `.clone` instead. Recall that `MemoryCookieStore` supports both synchronous and asynchronous API calls. + +### `.removeAllCookies(cb(err))` + +Removes all cookies from the jar. + +This is a new backwards-compatible feature of `tough-cookie` version 2.5, so not all Stores will implement it efficiently. For Stores that do not implement `removeAllCookies`, the fallback is to call `removeCookie` after `getAllCookies`. If `getAllCookies` fails or isn't implemented in the Store, that error is returned. If one or more of the `removeCookie` calls fail, only the first error is returned. + +### `.removeAllCookiesSync()` + +Sync version of `.removeAllCookies()` + +## Store + +Base class for CookieJar stores. Available as `tough.Store`. + +## Store API + +The storage model for each `CookieJar` instance can be replaced with a custom implementation. The default is `MemoryCookieStore` which can be found in the `lib/memstore.js` file. The API uses continuation-passing-style to allow for asynchronous stores. + +Stores should inherit from the base `Store` class, which is available as `require('tough-cookie').Store`. + +Stores are asynchronous by default, but if `store.synchronous` is set to `true`, then the `*Sync` methods on the of the containing `CookieJar` can be used (however, the continuation-passing style + +All `domain` parameters will have been normalized before calling. + +The Cookie store must have all of the following methods. + +### `store.findCookie(domain, path, key, cb(err,cookie))` + +Retrieve a cookie with the given domain, path and key (a.k.a. name). The RFC maintains that exactly one of these cookies should exist in a store. If the store is using versioning, this means that the latest/newest such cookie should be returned. + +Callback takes an error and the resulting `Cookie` object. If no cookie is found then `null` MUST be passed instead (i.e. not an error). + +### `store.findCookies(domain, path, cb(err,cookies))` + +Locates cookies matching the given domain and path. This is most often called in the context of `cookiejar.getCookies()` above. + +If no cookies are found, the callback MUST be passed an empty array. + +The resulting list will be checked for applicability to the current request according to the RFC (domain-match, path-match, http-only-flag, secure-flag, expiry, etc.), so it's OK to use an optimistic search algorithm when implementing this method. However, the search algorithm used SHOULD try to find cookies that `domainMatch()` the domain and `pathMatch()` the path in order to limit the amount of checking that needs to be done. + +As of version 0.9.12, the `allPaths` option to `cookiejar.getCookies()` above will cause the path here to be `null`. If the path is `null`, path-matching MUST NOT be performed (i.e. domain-matching only). + +### `store.putCookie(cookie, cb(err))` + +Adds a new cookie to the store. The implementation SHOULD replace any existing cookie with the same `.domain`, `.path`, and `.key` properties -- depending on the nature of the implementation, it's possible that between the call to `fetchCookie` and `putCookie` that a duplicate `putCookie` can occur. + +The `cookie` object MUST NOT be modified; the caller will have already updated the `.creation` and `.lastAccessed` properties. + +Pass an error if the cookie cannot be stored. + +### `store.updateCookie(oldCookie, newCookie, cb(err))` + +Update an existing cookie. The implementation MUST update the `.value` for a cookie with the same `domain`, `.path` and `.key`. The implementation SHOULD check that the old value in the store is equivalent to `oldCookie` - how the conflict is resolved is up to the store. + +The `.lastAccessed` property will always be different between the two objects (to the precision possible via JavaScript's clock). Both `.creation` and `.creationIndex` are guaranteed to be the same. Stores MAY ignore or defer the `.lastAccessed` change at the cost of affecting how cookies are selected for automatic deletion (e.g., least-recently-used, which is up to the store to implement). + +Stores may wish to optimize changing the `.value` of the cookie in the store versus storing a new cookie. If the implementation doesn't define this method a stub that calls `putCookie(newCookie,cb)` will be added to the store object. + +The `newCookie` and `oldCookie` objects MUST NOT be modified. + +Pass an error if the newCookie cannot be stored. + +### `store.removeCookie(domain, path, key, cb(err))` + +Remove a cookie from the store (see notes on `findCookie` about the uniqueness constraint). + +The implementation MUST NOT pass an error if the cookie doesn't exist; only pass an error due to the failure to remove an existing cookie. + +### `store.removeCookies(domain, path, cb(err))` + +Removes matching cookies from the store. The `path` parameter is optional, and if missing means all paths in a domain should be removed. + +Pass an error ONLY if removing any existing cookies failed. + +### `store.removeAllCookies(cb(err))` + +_Optional_. Removes all cookies from the store. + +Pass an error if one or more cookies can't be removed. + +**Note**: New method as of `tough-cookie` version 2.5, so not all Stores will implement this, plus some stores may choose not to implement this. + +### `store.getAllCookies(cb(err, cookies))` + +_Optional_. Produces an `Array` of all cookies during `jar.serialize()`. The items in the array can be true `Cookie` objects or generic `Object`s with the [Serialization Format] data structure. + +Cookies SHOULD be returned in creation order to preserve sorting via `compareCookies()`. For reference, `MemoryCookieStore` will sort by `.creationIndex` since it uses true `Cookie` objects internally. If you don't return the cookies in creation order, they'll still be sorted by creation time, but this only has a precision of 1ms. See `compareCookies` for more detail. + +Pass an error if retrieval fails. + +**Note**: not all Stores can implement this due to technical limitations, so it is optional. + +## MemoryCookieStore + +Inherits from `Store`. + +A just-in-memory CookieJar synchronous store implementation, used by default. Despite being a synchronous implementation, it's usable with both the synchronous and asynchronous forms of the `CookieJar` API. Supports serialization, `getAllCookies`, and `removeAllCookies`. + +## Community Cookie Stores + +These are some Store implementations authored and maintained by the community. They aren't official and we don't vouch for them but you may be interested to have a look: + +- [`db-cookie-store`](https://github.com/JSBizon/db-cookie-store): SQL including SQLite-based databases +- [`file-cookie-store`](https://github.com/JSBizon/file-cookie-store): Netscape cookie file format on disk +- [`redis-cookie-store`](https://github.com/benkroeger/redis-cookie-store): Redis +- [`tough-cookie-filestore`](https://github.com/mitsuru/tough-cookie-filestore): JSON on disk +- [`tough-cookie-web-storage-store`](https://github.com/exponentjs/tough-cookie-web-storage-store): DOM localStorage and sessionStorage + + +# Serialization Format + +**NOTE**: if you want to have custom `Cookie` properties serialized, add the property name to `Cookie.serializableProperties`. + +```js + { + // The version of tough-cookie that serialized this jar. + version: 'tough-cookie@1.x.y', + + // add the store type, to make humans happy: + storeType: 'MemoryCookieStore', + + // CookieJar configuration: + rejectPublicSuffixes: true, + // ... future items go here + + // Gets filled from jar.store.getAllCookies(): + cookies: [ + { + key: 'string', + value: 'string', + // ... + /* other Cookie.serializableProperties go here */ + } + ] + } +``` + +# Copyright and License + +BSD-3-Clause: + +```text + Copyright (c) 2015, Salesforce.com, Inc. + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + + 3. Neither the name of Salesforce.com nor the names of its contributors may + be used to endorse or promote products derived from this software without + specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + POSSIBILITY OF SUCH DAMAGE. +``` diff --git a/node_modules/tough-cookie/lib/cookie.js b/node_modules/tough-cookie/lib/cookie.js new file mode 100644 index 0000000..32dc0f8 --- /dev/null +++ b/node_modules/tough-cookie/lib/cookie.js @@ -0,0 +1,1482 @@ +/*! + * Copyright (c) 2015, Salesforce.com, Inc. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, + * this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright notice, + * this list of conditions and the following disclaimer in the documentation + * and/or other materials provided with the distribution. + * + * 3. Neither the name of Salesforce.com nor the names of its contributors may + * be used to endorse or promote products derived from this software without + * specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" + * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE + * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS + * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE + * POSSIBILITY OF SUCH DAMAGE. + */ +'use strict'; +var net = require('net'); +var urlParse = require('url').parse; +var util = require('util'); +var pubsuffix = require('./pubsuffix-psl'); +var Store = require('./store').Store; +var MemoryCookieStore = require('./memstore').MemoryCookieStore; +var pathMatch = require('./pathMatch').pathMatch; +var VERSION = require('./version'); + +var punycode; +try { + punycode = require('punycode'); +} catch(e) { + console.warn("tough-cookie: can't load punycode; won't use punycode for domain normalization"); +} + +// From RFC6265 S4.1.1 +// note that it excludes \x3B ";" +var COOKIE_OCTETS = /^[\x21\x23-\x2B\x2D-\x3A\x3C-\x5B\x5D-\x7E]+$/; + +var CONTROL_CHARS = /[\x00-\x1F]/; + +// From Chromium // '\r', '\n' and '\0' should be treated as a terminator in +// the "relaxed" mode, see: +// https://github.com/ChromiumWebApps/chromium/blob/b3d3b4da8bb94c1b2e061600df106d590fda3620/net/cookies/parsed_cookie.cc#L60 +var TERMINATORS = ['\n', '\r', '\0']; + +// RFC6265 S4.1.1 defines path value as 'any CHAR except CTLs or ";"' +// Note ';' is \x3B +var PATH_VALUE = /[\x20-\x3A\x3C-\x7E]+/; + +// date-time parsing constants (RFC6265 S5.1.1) + +var DATE_DELIM = /[\x09\x20-\x2F\x3B-\x40\x5B-\x60\x7B-\x7E]/; + +var MONTH_TO_NUM = { + jan:0, feb:1, mar:2, apr:3, may:4, jun:5, + jul:6, aug:7, sep:8, oct:9, nov:10, dec:11 +}; +var NUM_TO_MONTH = [ + 'Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct','Nov','Dec' +]; +var NUM_TO_DAY = [ + 'Sun','Mon','Tue','Wed','Thu','Fri','Sat' +]; + +var MAX_TIME = 2147483647000; // 31-bit max +var MIN_TIME = 0; // 31-bit min + +/* + * Parses a Natural number (i.e., non-negative integer) with either the + * *DIGIT ( non-digit *OCTET ) + * or + * *DIGIT + * grammar (RFC6265 S5.1.1). + * + * The "trailingOK" boolean controls if the grammar accepts a + * "( non-digit *OCTET )" trailer. + */ +function parseDigits(token, minDigits, maxDigits, trailingOK) { + var count = 0; + while (count < token.length) { + var c = token.charCodeAt(count); + // "non-digit = %x00-2F / %x3A-FF" + if (c <= 0x2F || c >= 0x3A) { + break; + } + count++; + } + + // constrain to a minimum and maximum number of digits. + if (count < minDigits || count > maxDigits) { + return null; + } + + if (!trailingOK && count != token.length) { + return null; + } + + return parseInt(token.substr(0,count), 10); +} + +function parseTime(token) { + var parts = token.split(':'); + var result = [0,0,0]; + + /* RF6256 S5.1.1: + * time = hms-time ( non-digit *OCTET ) + * hms-time = time-field ":" time-field ":" time-field + * time-field = 1*2DIGIT + */ + + if (parts.length !== 3) { + return null; + } + + for (var i = 0; i < 3; i++) { + // "time-field" must be strictly "1*2DIGIT", HOWEVER, "hms-time" can be + // followed by "( non-digit *OCTET )" so therefore the last time-field can + // have a trailer + var trailingOK = (i == 2); + var num = parseDigits(parts[i], 1, 2, trailingOK); + if (num === null) { + return null; + } + result[i] = num; + } + + return result; +} + +function parseMonth(token) { + token = String(token).substr(0,3).toLowerCase(); + var num = MONTH_TO_NUM[token]; + return num >= 0 ? num : null; +} + +/* + * RFC6265 S5.1.1 date parser (see RFC for full grammar) + */ +function parseDate(str) { + if (!str) { + return; + } + + /* RFC6265 S5.1.1: + * 2. Process each date-token sequentially in the order the date-tokens + * appear in the cookie-date + */ + var tokens = str.split(DATE_DELIM); + if (!tokens) { + return; + } + + var hour = null; + var minute = null; + var second = null; + var dayOfMonth = null; + var month = null; + var year = null; + + for (var i=0; i= 70 && year <= 99) { + year += 1900; + } else if (year >= 0 && year <= 69) { + year += 2000; + } + } + } + } + + /* RFC 6265 S5.1.1 + * "5. Abort these steps and fail to parse the cookie-date if: + * * at least one of the found-day-of-month, found-month, found- + * year, or found-time flags is not set, + * * the day-of-month-value is less than 1 or greater than 31, + * * the year-value is less than 1601, + * * the hour-value is greater than 23, + * * the minute-value is greater than 59, or + * * the second-value is greater than 59. + * (Note that leap seconds cannot be represented in this syntax.)" + * + * So, in order as above: + */ + if ( + dayOfMonth === null || month === null || year === null || second === null || + dayOfMonth < 1 || dayOfMonth > 31 || + year < 1601 || + hour > 23 || + minute > 59 || + second > 59 + ) { + return; + } + + return new Date(Date.UTC(year, month, dayOfMonth, hour, minute, second)); +} + +function formatDate(date) { + var d = date.getUTCDate(); d = d >= 10 ? d : '0'+d; + var h = date.getUTCHours(); h = h >= 10 ? h : '0'+h; + var m = date.getUTCMinutes(); m = m >= 10 ? m : '0'+m; + var s = date.getUTCSeconds(); s = s >= 10 ? s : '0'+s; + return NUM_TO_DAY[date.getUTCDay()] + ', ' + + d+' '+ NUM_TO_MONTH[date.getUTCMonth()] +' '+ date.getUTCFullYear() +' '+ + h+':'+m+':'+s+' GMT'; +} + +// S5.1.2 Canonicalized Host Names +function canonicalDomain(str) { + if (str == null) { + return null; + } + str = str.trim().replace(/^\./,''); // S4.1.2.3 & S5.2.3: ignore leading . + + // convert to IDN if any non-ASCII characters + if (punycode && /[^\u0001-\u007f]/.test(str)) { + str = punycode.toASCII(str); + } + + return str.toLowerCase(); +} + +// S5.1.3 Domain Matching +function domainMatch(str, domStr, canonicalize) { + if (str == null || domStr == null) { + return null; + } + if (canonicalize !== false) { + str = canonicalDomain(str); + domStr = canonicalDomain(domStr); + } + + /* + * "The domain string and the string are identical. (Note that both the + * domain string and the string will have been canonicalized to lower case at + * this point)" + */ + if (str == domStr) { + return true; + } + + /* "All of the following [three] conditions hold:" (order adjusted from the RFC) */ + + /* "* The string is a host name (i.e., not an IP address)." */ + if (net.isIP(str)) { + return false; + } + + /* "* The domain string is a suffix of the string" */ + var idx = str.indexOf(domStr); + if (idx <= 0) { + return false; // it's a non-match (-1) or prefix (0) + } + + // e.g "a.b.c".indexOf("b.c") === 2 + // 5 === 3+2 + if (str.length !== domStr.length + idx) { // it's not a suffix + return false; + } + + /* "* The last character of the string that is not included in the domain + * string is a %x2E (".") character." */ + if (str.substr(idx-1,1) !== '.') { + return false; + } + + return true; +} + + +// RFC6265 S5.1.4 Paths and Path-Match + +/* + * "The user agent MUST use an algorithm equivalent to the following algorithm + * to compute the default-path of a cookie:" + * + * Assumption: the path (and not query part or absolute uri) is passed in. + */ +function defaultPath(path) { + // "2. If the uri-path is empty or if the first character of the uri-path is not + // a %x2F ("/") character, output %x2F ("/") and skip the remaining steps. + if (!path || path.substr(0,1) !== "/") { + return "/"; + } + + // "3. If the uri-path contains no more than one %x2F ("/") character, output + // %x2F ("/") and skip the remaining step." + if (path === "/") { + return path; + } + + var rightSlash = path.lastIndexOf("/"); + if (rightSlash === 0) { + return "/"; + } + + // "4. Output the characters of the uri-path from the first character up to, + // but not including, the right-most %x2F ("/")." + return path.slice(0, rightSlash); +} + +function trimTerminator(str) { + for (var t = 0; t < TERMINATORS.length; t++) { + var terminatorIdx = str.indexOf(TERMINATORS[t]); + if (terminatorIdx !== -1) { + str = str.substr(0,terminatorIdx); + } + } + + return str; +} + +function parseCookiePair(cookiePair, looseMode) { + cookiePair = trimTerminator(cookiePair); + + var firstEq = cookiePair.indexOf('='); + if (looseMode) { + if (firstEq === 0) { // '=' is immediately at start + cookiePair = cookiePair.substr(1); + firstEq = cookiePair.indexOf('='); // might still need to split on '=' + } + } else { // non-loose mode + if (firstEq <= 0) { // no '=' or is at start + return; // needs to have non-empty "cookie-name" + } + } + + var cookieName, cookieValue; + if (firstEq <= 0) { + cookieName = ""; + cookieValue = cookiePair.trim(); + } else { + cookieName = cookiePair.substr(0, firstEq).trim(); + cookieValue = cookiePair.substr(firstEq+1).trim(); + } + + if (CONTROL_CHARS.test(cookieName) || CONTROL_CHARS.test(cookieValue)) { + return; + } + + var c = new Cookie(); + c.key = cookieName; + c.value = cookieValue; + return c; +} + +function parse(str, options) { + if (!options || typeof options !== 'object') { + options = {}; + } + str = str.trim(); + + // We use a regex to parse the "name-value-pair" part of S5.2 + var firstSemi = str.indexOf(';'); // S5.2 step 1 + var cookiePair = (firstSemi === -1) ? str : str.substr(0, firstSemi); + var c = parseCookiePair(cookiePair, !!options.loose); + if (!c) { + return; + } + + if (firstSemi === -1) { + return c; + } + + // S5.2.3 "unparsed-attributes consist of the remainder of the set-cookie-string + // (including the %x3B (";") in question)." plus later on in the same section + // "discard the first ";" and trim". + var unparsed = str.slice(firstSemi + 1).trim(); + + // "If the unparsed-attributes string is empty, skip the rest of these + // steps." + if (unparsed.length === 0) { + return c; + } + + /* + * S5.2 says that when looping over the items "[p]rocess the attribute-name + * and attribute-value according to the requirements in the following + * subsections" for every item. Plus, for many of the individual attributes + * in S5.3 it says to use the "attribute-value of the last attribute in the + * cookie-attribute-list". Therefore, in this implementation, we overwrite + * the previous value. + */ + var cookie_avs = unparsed.split(';'); + while (cookie_avs.length) { + var av = cookie_avs.shift().trim(); + if (av.length === 0) { // happens if ";;" appears + continue; + } + var av_sep = av.indexOf('='); + var av_key, av_value; + + if (av_sep === -1) { + av_key = av; + av_value = null; + } else { + av_key = av.substr(0,av_sep); + av_value = av.substr(av_sep+1); + } + + av_key = av_key.trim().toLowerCase(); + + if (av_value) { + av_value = av_value.trim(); + } + + switch(av_key) { + case 'expires': // S5.2.1 + if (av_value) { + var exp = parseDate(av_value); + // "If the attribute-value failed to parse as a cookie date, ignore the + // cookie-av." + if (exp) { + // over and underflow not realistically a concern: V8's getTime() seems to + // store something larger than a 32-bit time_t (even with 32-bit node) + c.expires = exp; + } + } + break; + + case 'max-age': // S5.2.2 + if (av_value) { + // "If the first character of the attribute-value is not a DIGIT or a "-" + // character ...[or]... If the remainder of attribute-value contains a + // non-DIGIT character, ignore the cookie-av." + if (/^-?[0-9]+$/.test(av_value)) { + var delta = parseInt(av_value, 10); + // "If delta-seconds is less than or equal to zero (0), let expiry-time + // be the earliest representable date and time." + c.setMaxAge(delta); + } + } + break; + + case 'domain': // S5.2.3 + // "If the attribute-value is empty, the behavior is undefined. However, + // the user agent SHOULD ignore the cookie-av entirely." + if (av_value) { + // S5.2.3 "Let cookie-domain be the attribute-value without the leading %x2E + // (".") character." + var domain = av_value.trim().replace(/^\./, ''); + if (domain) { + // "Convert the cookie-domain to lower case." + c.domain = domain.toLowerCase(); + } + } + break; + + case 'path': // S5.2.4 + /* + * "If the attribute-value is empty or if the first character of the + * attribute-value is not %x2F ("/"): + * Let cookie-path be the default-path. + * Otherwise: + * Let cookie-path be the attribute-value." + * + * We'll represent the default-path as null since it depends on the + * context of the parsing. + */ + c.path = av_value && av_value[0] === "/" ? av_value : null; + break; + + case 'secure': // S5.2.5 + /* + * "If the attribute-name case-insensitively matches the string "Secure", + * the user agent MUST append an attribute to the cookie-attribute-list + * with an attribute-name of Secure and an empty attribute-value." + */ + c.secure = true; + break; + + case 'httponly': // S5.2.6 -- effectively the same as 'secure' + c.httpOnly = true; + break; + + default: + c.extensions = c.extensions || []; + c.extensions.push(av); + break; + } + } + + return c; +} + +// avoid the V8 deoptimization monster! +function jsonParse(str) { + var obj; + try { + obj = JSON.parse(str); + } catch (e) { + return e; + } + return obj; +} + +function fromJSON(str) { + if (!str) { + return null; + } + + var obj; + if (typeof str === 'string') { + obj = jsonParse(str); + if (obj instanceof Error) { + return null; + } + } else { + // assume it's an Object + obj = str; + } + + var c = new Cookie(); + for (var i=0; i 1) { + var lindex = path.lastIndexOf('/'); + if (lindex === 0) { + break; + } + path = path.substr(0,lindex); + permutations.push(path); + } + permutations.push('/'); + return permutations; +} + +function getCookieContext(url) { + if (url instanceof Object) { + return url; + } + // NOTE: decodeURI will throw on malformed URIs (see GH-32). + // Therefore, we will just skip decoding for such URIs. + try { + url = decodeURI(url); + } + catch(err) { + // Silently swallow error + } + + return urlParse(url); +} + +function Cookie(options) { + options = options || {}; + + Object.keys(options).forEach(function(prop) { + if (Cookie.prototype.hasOwnProperty(prop) && + Cookie.prototype[prop] !== options[prop] && + prop.substr(0,1) !== '_') + { + this[prop] = options[prop]; + } + }, this); + + this.creation = this.creation || new Date(); + + // used to break creation ties in cookieCompare(): + Object.defineProperty(this, 'creationIndex', { + configurable: false, + enumerable: false, // important for assert.deepEqual checks + writable: true, + value: ++Cookie.cookiesCreated + }); +} + +Cookie.cookiesCreated = 0; // incremented each time a cookie is created + +Cookie.parse = parse; +Cookie.fromJSON = fromJSON; + +Cookie.prototype.key = ""; +Cookie.prototype.value = ""; + +// the order in which the RFC has them: +Cookie.prototype.expires = "Infinity"; // coerces to literal Infinity +Cookie.prototype.maxAge = null; // takes precedence over expires for TTL +Cookie.prototype.domain = null; +Cookie.prototype.path = null; +Cookie.prototype.secure = false; +Cookie.prototype.httpOnly = false; +Cookie.prototype.extensions = null; + +// set by the CookieJar: +Cookie.prototype.hostOnly = null; // boolean when set +Cookie.prototype.pathIsDefault = null; // boolean when set +Cookie.prototype.creation = null; // Date when set; defaulted by Cookie.parse +Cookie.prototype.lastAccessed = null; // Date when set +Object.defineProperty(Cookie.prototype, 'creationIndex', { + configurable: true, + enumerable: false, + writable: true, + value: 0 +}); + +Cookie.serializableProperties = Object.keys(Cookie.prototype) + .filter(function(prop) { + return !( + Cookie.prototype[prop] instanceof Function || + prop === 'creationIndex' || + prop.substr(0,1) === '_' + ); + }); + +Cookie.prototype.inspect = function inspect() { + var now = Date.now(); + return 'Cookie="'+this.toString() + + '; hostOnly='+(this.hostOnly != null ? this.hostOnly : '?') + + '; aAge='+(this.lastAccessed ? (now-this.lastAccessed.getTime())+'ms' : '?') + + '; cAge='+(this.creation ? (now-this.creation.getTime())+'ms' : '?') + + '"'; +}; + +// Use the new custom inspection symbol to add the custom inspect function if +// available. +if (util.inspect.custom) { + Cookie.prototype[util.inspect.custom] = Cookie.prototype.inspect; +} + +Cookie.prototype.toJSON = function() { + var obj = {}; + + var props = Cookie.serializableProperties; + for (var i=0; i=0.8" + }, + "devDependencies": { + "async": "^1.4.2", + "genversion": "^2.1.0", + "nyc": "^11.6.0", + "string.prototype.repeat": "^0.2.0", + "vows": "^0.8.2" + }, + "dependencies": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + } +} diff --git a/node_modules/tslib/CopyrightNotice.txt b/node_modules/tslib/CopyrightNotice.txt new file mode 100644 index 0000000..0e42542 --- /dev/null +++ b/node_modules/tslib/CopyrightNotice.txt @@ -0,0 +1,15 @@ +/****************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ + diff --git a/node_modules/tslib/LICENSE.txt b/node_modules/tslib/LICENSE.txt new file mode 100644 index 0000000..bfe6430 --- /dev/null +++ b/node_modules/tslib/LICENSE.txt @@ -0,0 +1,12 @@ +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file diff --git a/node_modules/tslib/README.md b/node_modules/tslib/README.md new file mode 100644 index 0000000..290cc61 --- /dev/null +++ b/node_modules/tslib/README.md @@ -0,0 +1,164 @@ +# tslib + +This is a runtime library for [TypeScript](https://www.typescriptlang.org/) that contains all of the TypeScript helper functions. + +This library is primarily used by the `--importHelpers` flag in TypeScript. +When using `--importHelpers`, a module that uses helper functions like `__extends` and `__assign` in the following emitted file: + +```ts +var __assign = (this && this.__assign) || Object.assign || function(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) + t[p] = s[p]; + } + return t; +}; +exports.x = {}; +exports.y = __assign({}, exports.x); + +``` + +will instead be emitted as something like the following: + +```ts +var tslib_1 = require("tslib"); +exports.x = {}; +exports.y = tslib_1.__assign({}, exports.x); +``` + +Because this can avoid duplicate declarations of things like `__extends`, `__assign`, etc., this means delivering users smaller files on average, as well as less runtime overhead. +For optimized bundles with TypeScript, you should absolutely consider using `tslib` and `--importHelpers`. + +# Installing + +For the latest stable version, run: + +## npm + +```sh +# TypeScript 3.9.2 or later +npm install tslib + +# TypeScript 3.8.4 or earlier +npm install tslib@^1 + +# TypeScript 2.3.2 or earlier +npm install tslib@1.6.1 +``` + +## yarn + +```sh +# TypeScript 3.9.2 or later +yarn add tslib + +# TypeScript 3.8.4 or earlier +yarn add tslib@^1 + +# TypeScript 2.3.2 or earlier +yarn add tslib@1.6.1 +``` + +## bower + +```sh +# TypeScript 3.9.2 or later +bower install tslib + +# TypeScript 3.8.4 or earlier +bower install tslib@^1 + +# TypeScript 2.3.2 or earlier +bower install tslib@1.6.1 +``` + +## JSPM + +```sh +# TypeScript 3.9.2 or later +jspm install tslib + +# TypeScript 3.8.4 or earlier +jspm install tslib@^1 + +# TypeScript 2.3.2 or earlier +jspm install tslib@1.6.1 +``` + +# Usage + +Set the `importHelpers` compiler option on the command line: + +``` +tsc --importHelpers file.ts +``` + +or in your tsconfig.json: + +```json +{ + "compilerOptions": { + "importHelpers": true + } +} +``` + +#### For bower and JSPM users + +You will need to add a `paths` mapping for `tslib`, e.g. For Bower users: + +```json +{ + "compilerOptions": { + "module": "amd", + "importHelpers": true, + "baseUrl": "./", + "paths": { + "tslib" : ["bower_components/tslib/tslib.d.ts"] + } + } +} +``` + +For JSPM users: + +```json +{ + "compilerOptions": { + "module": "system", + "importHelpers": true, + "baseUrl": "./", + "paths": { + "tslib" : ["jspm_packages/npm/tslib@2.x.y/tslib.d.ts"] + } + } +} +``` + +## Deployment + +- Choose your new version number +- Set it in `package.json` and `bower.json` +- Create a tag: `git tag [version]` +- Push the tag: `git push --tags` +- Create a [release in GitHub](https://github.com/microsoft/tslib/releases) +- Run the [publish to npm](https://github.com/microsoft/tslib/actions?query=workflow%3A%22Publish+to+NPM%22) workflow + +Done. + +# Contribute + +There are many ways to [contribute](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md) to TypeScript. + +* [Submit bugs](https://github.com/Microsoft/TypeScript/issues) and help us verify fixes as they are checked in. +* Review the [source code changes](https://github.com/Microsoft/TypeScript/pulls). +* Engage with other TypeScript users and developers on [StackOverflow](http://stackoverflow.com/questions/tagged/typescript). +* Join the [#typescript](http://twitter.com/#!/search/realtime/%23typescript) discussion on Twitter. +* [Contribute bug fixes](https://github.com/Microsoft/TypeScript/blob/master/CONTRIBUTING.md). + +# Documentation + +* [Quick tutorial](http://www.typescriptlang.org/Tutorial) +* [Programming handbook](http://www.typescriptlang.org/Handbook) +* [Homepage](http://www.typescriptlang.org/) diff --git a/node_modules/tslib/SECURITY.md b/node_modules/tslib/SECURITY.md new file mode 100644 index 0000000..869fdfe --- /dev/null +++ b/node_modules/tslib/SECURITY.md @@ -0,0 +1,41 @@ + + +## Security + +Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/). + +If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below. + +## Reporting Security Issues + +**Please do not report security vulnerabilities through public GitHub issues.** + +Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report). + +If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey). + +You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc). + +Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue: + + * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.) + * Full paths of source file(s) related to the manifestation of the issue + * The location of the affected source code (tag/branch/commit or direct URL) + * Any special configuration required to reproduce the issue + * Step-by-step instructions to reproduce the issue + * Proof-of-concept or exploit code (if possible) + * Impact of the issue, including how an attacker might exploit the issue + +This information will help us triage your report more quickly. + +If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs. + +## Preferred Languages + +We prefer all communications to be in English. + +## Policy + +Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd). + + diff --git a/node_modules/tslib/modules/index.d.ts b/node_modules/tslib/modules/index.d.ts new file mode 100644 index 0000000..3244fab --- /dev/null +++ b/node_modules/tslib/modules/index.d.ts @@ -0,0 +1,38 @@ +// Note: named reexports are used instead of `export *` because +// TypeScript itself doesn't resolve the `export *` when checking +// if a particular helper exists. +export { + __extends, + __assign, + __rest, + __decorate, + __param, + __esDecorate, + __runInitializers, + __propKey, + __setFunctionName, + __metadata, + __awaiter, + __generator, + __exportStar, + __values, + __read, + __spread, + __spreadArrays, + __spreadArray, + __await, + __asyncGenerator, + __asyncDelegator, + __asyncValues, + __makeTemplateObject, + __importStar, + __importDefault, + __classPrivateFieldGet, + __classPrivateFieldSet, + __classPrivateFieldIn, + __createBinding, + __addDisposableResource, + __disposeResources, + __rewriteRelativeImportExtension, +} from '../tslib.js'; +export * as default from '../tslib.js'; diff --git a/node_modules/tslib/modules/index.js b/node_modules/tslib/modules/index.js new file mode 100644 index 0000000..c91f618 --- /dev/null +++ b/node_modules/tslib/modules/index.js @@ -0,0 +1,70 @@ +import tslib from '../tslib.js'; +const { + __extends, + __assign, + __rest, + __decorate, + __param, + __esDecorate, + __runInitializers, + __propKey, + __setFunctionName, + __metadata, + __awaiter, + __generator, + __exportStar, + __createBinding, + __values, + __read, + __spread, + __spreadArrays, + __spreadArray, + __await, + __asyncGenerator, + __asyncDelegator, + __asyncValues, + __makeTemplateObject, + __importStar, + __importDefault, + __classPrivateFieldGet, + __classPrivateFieldSet, + __classPrivateFieldIn, + __addDisposableResource, + __disposeResources, + __rewriteRelativeImportExtension, +} = tslib; +export { + __extends, + __assign, + __rest, + __decorate, + __param, + __esDecorate, + __runInitializers, + __propKey, + __setFunctionName, + __metadata, + __awaiter, + __generator, + __exportStar, + __createBinding, + __values, + __read, + __spread, + __spreadArrays, + __spreadArray, + __await, + __asyncGenerator, + __asyncDelegator, + __asyncValues, + __makeTemplateObject, + __importStar, + __importDefault, + __classPrivateFieldGet, + __classPrivateFieldSet, + __classPrivateFieldIn, + __addDisposableResource, + __disposeResources, + __rewriteRelativeImportExtension, +}; +export default tslib; diff --git a/node_modules/tslib/modules/package.json b/node_modules/tslib/modules/package.json new file mode 100644 index 0000000..aafa0e4 --- /dev/null +++ b/node_modules/tslib/modules/package.json @@ -0,0 +1,3 @@ +{ + "type": "module" +} \ No newline at end of file diff --git a/node_modules/tslib/package.json b/node_modules/tslib/package.json new file mode 100644 index 0000000..57d0578 --- /dev/null +++ b/node_modules/tslib/package.json @@ -0,0 +1,47 @@ +{ + "name": "tslib", + "author": "Microsoft Corp.", + "homepage": "https://www.typescriptlang.org/", + "version": "2.8.1", + "license": "0BSD", + "description": "Runtime library for TypeScript helper functions", + "keywords": [ + "TypeScript", + "Microsoft", + "compiler", + "language", + "javascript", + "tslib", + "runtime" + ], + "bugs": { + "url": "https://github.com/Microsoft/TypeScript/issues" + }, + "repository": { + "type": "git", + "url": "https://github.com/Microsoft/tslib.git" + }, + "main": "tslib.js", + "module": "tslib.es6.js", + "jsnext:main": "tslib.es6.js", + "typings": "tslib.d.ts", + "sideEffects": false, + "exports": { + ".": { + "module": { + "types": "./modules/index.d.ts", + "default": "./tslib.es6.mjs" + }, + "import": { + "node": "./modules/index.js", + "default": { + "types": "./modules/index.d.ts", + "default": "./tslib.es6.mjs" + } + }, + "default": "./tslib.js" + }, + "./*": "./*", + "./": "./" + } +} diff --git a/node_modules/tslib/tslib.d.ts b/node_modules/tslib/tslib.d.ts new file mode 100644 index 0000000..f23df55 --- /dev/null +++ b/node_modules/tslib/tslib.d.ts @@ -0,0 +1,460 @@ +/****************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ + +/** + * Used to shim class extends. + * + * @param d The derived class. + * @param b The base class. + */ +export declare function __extends(d: Function, b: Function): void; + +/** + * Copy the values of all of the enumerable own properties from one or more source objects to a + * target object. Returns the target object. + * + * @param t The target object to copy to. + * @param sources One or more source objects from which to copy properties + */ +export declare function __assign(t: any, ...sources: any[]): any; + +/** + * Performs a rest spread on an object. + * + * @param t The source value. + * @param propertyNames The property names excluded from the rest spread. + */ +export declare function __rest(t: any, propertyNames: (string | symbol)[]): any; + +/** + * Applies decorators to a target object + * + * @param decorators The set of decorators to apply. + * @param target The target object. + * @param key If specified, the own property to apply the decorators to. + * @param desc The property descriptor, defaults to fetching the descriptor from the target object. + * @experimental + */ +export declare function __decorate(decorators: Function[], target: any, key?: string | symbol, desc?: any): any; + +/** + * Creates an observing function decorator from a parameter decorator. + * + * @param paramIndex The parameter index to apply the decorator to. + * @param decorator The parameter decorator to apply. Note that the return value is ignored. + * @experimental + */ +export declare function __param(paramIndex: number, decorator: Function): Function; + +/** + * Applies decorators to a class or class member, following the native ECMAScript decorator specification. + * @param ctor For non-field class members, the class constructor. Otherwise, `null`. + * @param descriptorIn The `PropertyDescriptor` to use when unable to look up the property from `ctor`. + * @param decorators The decorators to apply + * @param contextIn The `DecoratorContext` to clone for each decorator application. + * @param initializers An array of field initializer mutation functions into which new initializers are written. + * @param extraInitializers An array of extra initializer functions into which new initializers are written. + */ +export declare function __esDecorate(ctor: Function | null, descriptorIn: object | null, decorators: Function[], contextIn: object, initializers: Function[] | null, extraInitializers: Function[]): void; + +/** + * Runs field initializers or extra initializers generated by `__esDecorate`. + * @param thisArg The `this` argument to use. + * @param initializers The array of initializers to evaluate. + * @param value The initial value to pass to the initializers. + */ +export declare function __runInitializers(thisArg: unknown, initializers: Function[], value?: any): any; + +/** + * Converts a computed property name into a `string` or `symbol` value. + */ +export declare function __propKey(x: any): string | symbol; + +/** + * Assigns the name of a function derived from the left-hand side of an assignment. + * @param f The function to rename. + * @param name The new name for the function. + * @param prefix A prefix (such as `"get"` or `"set"`) to insert before the name. + */ +export declare function __setFunctionName(f: Function, name: string | symbol, prefix?: string): Function; + +/** + * Creates a decorator that sets metadata. + * + * @param metadataKey The metadata key + * @param metadataValue The metadata value + * @experimental + */ +export declare function __metadata(metadataKey: any, metadataValue: any): Function; + +/** + * Converts a generator function into a pseudo-async function, by treating each `yield` as an `await`. + * + * @param thisArg The reference to use as the `this` value in the generator function + * @param _arguments The optional arguments array + * @param P The optional promise constructor argument, defaults to the `Promise` property of the global object. + * @param generator The generator function + */ +export declare function __awaiter(thisArg: any, _arguments: any, P: Function, generator: Function): any; + +/** + * Creates an Iterator object using the body as the implementation. + * + * @param thisArg The reference to use as the `this` value in the function + * @param body The generator state-machine based implementation. + * + * @see [./docs/generator.md] + */ +export declare function __generator(thisArg: any, body: Function): any; + +/** + * Creates bindings for all enumerable properties of `m` on `exports` + * + * @param m The source object + * @param o The `exports` object. + */ +export declare function __exportStar(m: any, o: any): void; + +/** + * Creates a value iterator from an `Iterable` or `ArrayLike` object. + * + * @param o The object. + * @throws {TypeError} If `o` is neither `Iterable`, nor an `ArrayLike`. + */ +export declare function __values(o: any): any; + +/** + * Reads values from an `Iterable` or `ArrayLike` object and returns the resulting array. + * + * @param o The object to read from. + * @param n The maximum number of arguments to read, defaults to `Infinity`. + */ +export declare function __read(o: any, n?: number): any[]; + +/** + * Creates an array from iterable spread. + * + * @param args The Iterable objects to spread. + * @deprecated since TypeScript 4.2 - Use `__spreadArray` + */ +export declare function __spread(...args: any[][]): any[]; + +/** + * Creates an array from array spread. + * + * @param args The ArrayLikes to spread into the resulting array. + * @deprecated since TypeScript 4.2 - Use `__spreadArray` + */ +export declare function __spreadArrays(...args: any[][]): any[]; + +/** + * Spreads the `from` array into the `to` array. + * + * @param pack Replace empty elements with `undefined`. + */ +export declare function __spreadArray(to: any[], from: any[], pack?: boolean): any[]; + +/** + * Creates an object that signals to `__asyncGenerator` that it shouldn't be yielded, + * and instead should be awaited and the resulting value passed back to the generator. + * + * @param v The value to await. + */ +export declare function __await(v: any): any; + +/** + * Converts a generator function into an async generator function, by using `yield __await` + * in place of normal `await`. + * + * @param thisArg The reference to use as the `this` value in the generator function + * @param _arguments The optional arguments array + * @param generator The generator function + */ +export declare function __asyncGenerator(thisArg: any, _arguments: any, generator: Function): any; + +/** + * Used to wrap a potentially async iterator in such a way so that it wraps the result + * of calling iterator methods of `o` in `__await` instances, and then yields the awaited values. + * + * @param o The potentially async iterator. + * @returns A synchronous iterator yielding `__await` instances on every odd invocation + * and returning the awaited `IteratorResult` passed to `next` every even invocation. + */ +export declare function __asyncDelegator(o: any): any; + +/** + * Creates a value async iterator from an `AsyncIterable`, `Iterable` or `ArrayLike` object. + * + * @param o The object. + * @throws {TypeError} If `o` is neither `AsyncIterable`, `Iterable`, nor an `ArrayLike`. + */ +export declare function __asyncValues(o: any): any; + +/** + * Creates a `TemplateStringsArray` frozen object from the `cooked` and `raw` arrays. + * + * @param cooked The cooked possibly-sparse array. + * @param raw The raw string content. + */ +export declare function __makeTemplateObject(cooked: string[], raw: string[]): TemplateStringsArray; + +/** + * Used to shim default and named imports in ECMAScript Modules transpiled to CommonJS. + * + * ```js + * import Default, { Named, Other } from "mod"; + * // or + * import { default as Default, Named, Other } from "mod"; + * ``` + * + * @param mod The CommonJS module exports object. + */ +export declare function __importStar(mod: T): T; + +/** + * Used to shim default imports in ECMAScript Modules transpiled to CommonJS. + * + * ```js + * import Default from "mod"; + * ``` + * + * @param mod The CommonJS module exports object. + */ +export declare function __importDefault(mod: T): T | { default: T }; + +/** + * Emulates reading a private instance field. + * + * @param receiver The instance from which to read the private field. + * @param state A WeakMap containing the private field value for an instance. + * @param kind Either `"f"` for a field, `"a"` for an accessor, or `"m"` for a method. + * + * @throws {TypeError} If `state` doesn't have an entry for `receiver`. + */ +export declare function __classPrivateFieldGet( + receiver: T, + state: { has(o: T): boolean, get(o: T): V | undefined }, + kind?: "f" +): V; + +/** + * Emulates reading a private static field. + * + * @param receiver The object from which to read the private static field. + * @param state The class constructor containing the definition of the static field. + * @param kind Either `"f"` for a field, `"a"` for an accessor, or `"m"` for a method. + * @param f The descriptor that holds the static field value. + * + * @throws {TypeError} If `receiver` is not `state`. + */ +export declare function __classPrivateFieldGet unknown, V>( + receiver: T, + state: T, + kind: "f", + f: { value: V } +): V; + +/** + * Emulates evaluating a private instance "get" accessor. + * + * @param receiver The instance on which to evaluate the private "get" accessor. + * @param state A WeakSet used to verify an instance supports the private "get" accessor. + * @param kind Either `"f"` for a field, `"a"` for an accessor, or `"m"` for a method. + * @param f The "get" accessor function to evaluate. + * + * @throws {TypeError} If `state` doesn't have an entry for `receiver`. + */ +export declare function __classPrivateFieldGet( + receiver: T, + state: { has(o: T): boolean }, + kind: "a", + f: () => V +): V; + +/** + * Emulates evaluating a private static "get" accessor. + * + * @param receiver The object on which to evaluate the private static "get" accessor. + * @param state The class constructor containing the definition of the static "get" accessor. + * @param kind Either `"f"` for a field, `"a"` for an accessor, or `"m"` for a method. + * @param f The "get" accessor function to evaluate. + * + * @throws {TypeError} If `receiver` is not `state`. + */ +export declare function __classPrivateFieldGet unknown, V>( + receiver: T, + state: T, + kind: "a", + f: () => V +): V; + +/** + * Emulates reading a private instance method. + * + * @param receiver The instance from which to read a private method. + * @param state A WeakSet used to verify an instance supports the private method. + * @param kind Either `"f"` for a field, `"a"` for an accessor, or `"m"` for a method. + * @param f The function to return as the private instance method. + * + * @throws {TypeError} If `state` doesn't have an entry for `receiver`. + */ +export declare function __classPrivateFieldGet unknown>( + receiver: T, + state: { has(o: T): boolean }, + kind: "m", + f: V +): V; + +/** + * Emulates reading a private static method. + * + * @param receiver The object from which to read the private static method. + * @param state The class constructor containing the definition of the static method. + * @param kind Either `"f"` for a field, `"a"` for an accessor, or `"m"` for a method. + * @param f The function to return as the private static method. + * + * @throws {TypeError} If `receiver` is not `state`. + */ +export declare function __classPrivateFieldGet unknown, V extends (...args: any[]) => unknown>( + receiver: T, + state: T, + kind: "m", + f: V +): V; + +/** + * Emulates writing to a private instance field. + * + * @param receiver The instance on which to set a private field value. + * @param state A WeakMap used to store the private field value for an instance. + * @param value The value to store in the private field. + * @param kind Either `"f"` for a field, `"a"` for an accessor, or `"m"` for a method. + * + * @throws {TypeError} If `state` doesn't have an entry for `receiver`. + */ +export declare function __classPrivateFieldSet( + receiver: T, + state: { has(o: T): boolean, set(o: T, value: V): unknown }, + value: V, + kind?: "f" +): V; + +/** + * Emulates writing to a private static field. + * + * @param receiver The object on which to set the private static field. + * @param state The class constructor containing the definition of the private static field. + * @param value The value to store in the private field. + * @param kind Either `"f"` for a field, `"a"` for an accessor, or `"m"` for a method. + * @param f The descriptor that holds the static field value. + * + * @throws {TypeError} If `receiver` is not `state`. + */ +export declare function __classPrivateFieldSet unknown, V>( + receiver: T, + state: T, + value: V, + kind: "f", + f: { value: V } +): V; + +/** + * Emulates writing to a private instance "set" accessor. + * + * @param receiver The instance on which to evaluate the private instance "set" accessor. + * @param state A WeakSet used to verify an instance supports the private "set" accessor. + * @param value The value to store in the private accessor. + * @param kind Either `"f"` for a field, `"a"` for an accessor, or `"m"` for a method. + * @param f The "set" accessor function to evaluate. + * + * @throws {TypeError} If `state` doesn't have an entry for `receiver`. + */ +export declare function __classPrivateFieldSet( + receiver: T, + state: { has(o: T): boolean }, + value: V, + kind: "a", + f: (v: V) => void +): V; + +/** + * Emulates writing to a private static "set" accessor. + * + * @param receiver The object on which to evaluate the private static "set" accessor. + * @param state The class constructor containing the definition of the static "set" accessor. + * @param value The value to store in the private field. + * @param kind Either `"f"` for a field, `"a"` for an accessor, or `"m"` for a method. + * @param f The "set" accessor function to evaluate. + * + * @throws {TypeError} If `receiver` is not `state`. + */ +export declare function __classPrivateFieldSet unknown, V>( + receiver: T, + state: T, + value: V, + kind: "a", + f: (v: V) => void +): V; + +/** + * Checks for the existence of a private field/method/accessor. + * + * @param state The class constructor containing the static member, or the WeakMap or WeakSet associated with a private instance member. + * @param receiver The object for which to test the presence of the private member. + */ +export declare function __classPrivateFieldIn( + state: (new (...args: any[]) => unknown) | { has(o: any): boolean }, + receiver: unknown, +): boolean; + +/** + * Creates a re-export binding on `object` with key `objectKey` that references `target[key]`. + * + * @param object The local `exports` object. + * @param target The object to re-export from. + * @param key The property key of `target` to re-export. + * @param objectKey The property key to re-export as. Defaults to `key`. + */ +export declare function __createBinding(object: object, target: object, key: PropertyKey, objectKey?: PropertyKey): void; + +/** + * Adds a disposable resource to a resource-tracking environment object. + * @param env A resource-tracking environment object. + * @param value Either a Disposable or AsyncDisposable object, `null`, or `undefined`. + * @param async When `true`, `AsyncDisposable` resources can be added. When `false`, `AsyncDisposable` resources cannot be added. + * @returns The {@link value} argument. + * + * @throws {TypeError} If {@link value} is not an object, or if either `Symbol.dispose` or `Symbol.asyncDispose` are not + * defined, or if {@link value} does not have an appropriate `Symbol.dispose` or `Symbol.asyncDispose` method. + */ +export declare function __addDisposableResource(env: { stack: { value?: unknown, dispose?: Function, async: boolean }[]; error: unknown; hasError: boolean; }, value: T, async: boolean): T; + +/** + * Disposes all resources in a resource-tracking environment object. + * @param env A resource-tracking environment object. + * @returns A {@link Promise} if any resources in the environment were marked as `async` when added; otherwise, `void`. + * + * @throws {SuppressedError} if an error thrown during disposal would have suppressed a prior error from disposal or the + * error recorded in the resource-tracking environment object. + * @seealso {@link __addDisposableResource} + */ +export declare function __disposeResources(env: { stack: { value?: unknown, dispose?: Function, async: boolean }[]; error: unknown; hasError: boolean; }): any; + +/** + * Transforms a relative import specifier ending in a non-declaration TypeScript file extension to its JavaScript file extension counterpart. + * @param path The import specifier. + * @param preserveJsx Causes '*.tsx' to transform to '*.jsx' instead of '*.js'. Should be true when `--jsx` is set to `preserve`. + */ +export declare function __rewriteRelativeImportExtension(path: string, preserveJsx?: boolean): string; \ No newline at end of file diff --git a/node_modules/tslib/tslib.es6.html b/node_modules/tslib/tslib.es6.html new file mode 100644 index 0000000..b122e41 --- /dev/null +++ b/node_modules/tslib/tslib.es6.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/node_modules/tslib/tslib.es6.js b/node_modules/tslib/tslib.es6.js new file mode 100644 index 0000000..6c1739b --- /dev/null +++ b/node_modules/tslib/tslib.es6.js @@ -0,0 +1,402 @@ +/****************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +/* global Reflect, Promise, SuppressedError, Symbol, Iterator */ + +var extendStatics = function(d, b) { + extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; + return extendStatics(d, b); +}; + +export function __extends(d, b) { + if (typeof b !== "function" && b !== null) + throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); + extendStatics(d, b); + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); +} + +export var __assign = function() { + __assign = Object.assign || function __assign(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + return t; + } + return __assign.apply(this, arguments); +} + +export function __rest(s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) + t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") + for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) + t[p[i]] = s[p[i]]; + } + return t; +} + +export function __decorate(decorators, target, key, desc) { + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; + return c > 3 && r && Object.defineProperty(target, key, r), r; +} + +export function __param(paramIndex, decorator) { + return function (target, key) { decorator(target, key, paramIndex); } +} + +export function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) { + function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; } + var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value"; + var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null; + var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {}); + var _, done = false; + for (var i = decorators.length - 1; i >= 0; i--) { + var context = {}; + for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p]; + for (var p in contextIn.access) context.access[p] = contextIn.access[p]; + context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); }; + var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context); + if (kind === "accessor") { + if (result === void 0) continue; + if (result === null || typeof result !== "object") throw new TypeError("Object expected"); + if (_ = accept(result.get)) descriptor.get = _; + if (_ = accept(result.set)) descriptor.set = _; + if (_ = accept(result.init)) initializers.unshift(_); + } + else if (_ = accept(result)) { + if (kind === "field") initializers.unshift(_); + else descriptor[key] = _; + } + } + if (target) Object.defineProperty(target, contextIn.name, descriptor); + done = true; +}; + +export function __runInitializers(thisArg, initializers, value) { + var useValue = arguments.length > 2; + for (var i = 0; i < initializers.length; i++) { + value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg); + } + return useValue ? value : void 0; +}; + +export function __propKey(x) { + return typeof x === "symbol" ? x : "".concat(x); +}; + +export function __setFunctionName(f, name, prefix) { + if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : ""; + return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name }); +}; + +export function __metadata(metadataKey, metadataValue) { + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); +} + +export function __awaiter(thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +} + +export function __generator(thisArg, body) { + var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype); + return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; + function verb(n) { return function (v) { return step([n, v]); }; } + function step(op) { + if (f) throw new TypeError("Generator is already executing."); + while (g && (g = 0, op[0] && (_ = 0)), _) try { + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; + if (y = 0, t) op = [op[0] & 2, t.value]; + switch (op[0]) { + case 0: case 1: t = op; break; + case 4: _.label++; return { value: op[1], done: false }; + case 5: _.label++; y = op[1]; op = [0]; continue; + case 7: op = _.ops.pop(); _.trys.pop(); continue; + default: + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } + if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } + if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } + if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } + if (t[2]) _.ops.pop(); + _.trys.pop(); continue; + } + op = body.call(thisArg, _); + } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } + if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; + } +} + +export var __createBinding = Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +}); + +export function __exportStar(m, o) { + for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p); +} + +export function __values(o) { + var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; + if (m) return m.call(o); + if (o && typeof o.length === "number") return { + next: function () { + if (o && i >= o.length) o = void 0; + return { value: o && o[i++], done: !o }; + } + }; + throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); +} + +export function __read(o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), r, ar = [], e; + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); + } + catch (error) { e = { error: error }; } + finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } + finally { if (e) throw e.error; } + } + return ar; +} + +/** @deprecated */ +export function __spread() { + for (var ar = [], i = 0; i < arguments.length; i++) + ar = ar.concat(__read(arguments[i])); + return ar; +} + +/** @deprecated */ +export function __spreadArrays() { + for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; + for (var r = Array(s), k = 0, i = 0; i < il; i++) + for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) + r[k] = a[j]; + return r; +} + +export function __spreadArray(to, from, pack) { + if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) { + if (ar || !(i in from)) { + if (!ar) ar = Array.prototype.slice.call(from, 0, i); + ar[i] = from[i]; + } + } + return to.concat(ar || Array.prototype.slice.call(from)); +} + +export function __await(v) { + return this instanceof __await ? (this.v = v, this) : new __await(v); +} + +export function __asyncGenerator(thisArg, _arguments, generator) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var g = generator.apply(thisArg, _arguments || []), i, q = []; + return i = Object.create((typeof AsyncIterator === "function" ? AsyncIterator : Object).prototype), verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i; + function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; } + function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } } + function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } } + function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } + function fulfill(value) { resume("next", value); } + function reject(value) { resume("throw", value); } + function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); } +} + +export function __asyncDelegator(o) { + var i, p; + return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i; + function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; } +} + +export function __asyncValues(o) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var m = o[Symbol.asyncIterator], i; + return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i); + function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; } + function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); } +} + +export function __makeTemplateObject(cooked, raw) { + if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } + return cooked; +}; + +var __setModuleDefault = Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}; + +var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); +}; + +export function __importStar(mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; +} + +export function __importDefault(mod) { + return (mod && mod.__esModule) ? mod : { default: mod }; +} + +export function __classPrivateFieldGet(receiver, state, kind, f) { + if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); + if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); + return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); +} + +export function __classPrivateFieldSet(receiver, state, value, kind, f) { + if (kind === "m") throw new TypeError("Private method is not writable"); + if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); + if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); + return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value; +} + +export function __classPrivateFieldIn(state, receiver) { + if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object"); + return typeof state === "function" ? receiver === state : state.has(receiver); +} + +export function __addDisposableResource(env, value, async) { + if (value !== null && value !== void 0) { + if (typeof value !== "object" && typeof value !== "function") throw new TypeError("Object expected."); + var dispose, inner; + if (async) { + if (!Symbol.asyncDispose) throw new TypeError("Symbol.asyncDispose is not defined."); + dispose = value[Symbol.asyncDispose]; + } + if (dispose === void 0) { + if (!Symbol.dispose) throw new TypeError("Symbol.dispose is not defined."); + dispose = value[Symbol.dispose]; + if (async) inner = dispose; + } + if (typeof dispose !== "function") throw new TypeError("Object not disposable."); + if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } }; + env.stack.push({ value: value, dispose: dispose, async: async }); + } + else if (async) { + env.stack.push({ async: true }); + } + return value; + +} + +var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) { + var e = new Error(message); + return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e; +}; + +export function __disposeResources(env) { + function fail(e) { + env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e; + env.hasError = true; + } + var r, s = 0; + function next() { + while (r = env.stack.pop()) { + try { + if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next); + if (r.dispose) { + var result = r.dispose.call(r.value); + if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); }); + } + else s |= 1; + } + catch (e) { + fail(e); + } + } + if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve(); + if (env.hasError) throw env.error; + } + return next(); +} + +export function __rewriteRelativeImportExtension(path, preserveJsx) { + if (typeof path === "string" && /^\.\.?\//.test(path)) { + return path.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i, function (m, tsx, d, ext, cm) { + return tsx ? preserveJsx ? ".jsx" : ".js" : d && (!ext || !cm) ? m : (d + ext + "." + cm.toLowerCase() + "js"); + }); + } + return path; +} + +export default { + __extends: __extends, + __assign: __assign, + __rest: __rest, + __decorate: __decorate, + __param: __param, + __esDecorate: __esDecorate, + __runInitializers: __runInitializers, + __propKey: __propKey, + __setFunctionName: __setFunctionName, + __metadata: __metadata, + __awaiter: __awaiter, + __generator: __generator, + __createBinding: __createBinding, + __exportStar: __exportStar, + __values: __values, + __read: __read, + __spread: __spread, + __spreadArrays: __spreadArrays, + __spreadArray: __spreadArray, + __await: __await, + __asyncGenerator: __asyncGenerator, + __asyncDelegator: __asyncDelegator, + __asyncValues: __asyncValues, + __makeTemplateObject: __makeTemplateObject, + __importStar: __importStar, + __importDefault: __importDefault, + __classPrivateFieldGet: __classPrivateFieldGet, + __classPrivateFieldSet: __classPrivateFieldSet, + __classPrivateFieldIn: __classPrivateFieldIn, + __addDisposableResource: __addDisposableResource, + __disposeResources: __disposeResources, + __rewriteRelativeImportExtension: __rewriteRelativeImportExtension, +}; diff --git a/node_modules/tslib/tslib.es6.mjs b/node_modules/tslib/tslib.es6.mjs new file mode 100644 index 0000000..c17990a --- /dev/null +++ b/node_modules/tslib/tslib.es6.mjs @@ -0,0 +1,401 @@ +/****************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +/* global Reflect, Promise, SuppressedError, Symbol, Iterator */ + +var extendStatics = function(d, b) { + extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; + return extendStatics(d, b); +}; + +export function __extends(d, b) { + if (typeof b !== "function" && b !== null) + throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); + extendStatics(d, b); + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); +} + +export var __assign = function() { + __assign = Object.assign || function __assign(t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + return t; + } + return __assign.apply(this, arguments); +} + +export function __rest(s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) + t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") + for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) + t[p[i]] = s[p[i]]; + } + return t; +} + +export function __decorate(decorators, target, key, desc) { + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; + return c > 3 && r && Object.defineProperty(target, key, r), r; +} + +export function __param(paramIndex, decorator) { + return function (target, key) { decorator(target, key, paramIndex); } +} + +export function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) { + function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; } + var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value"; + var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null; + var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {}); + var _, done = false; + for (var i = decorators.length - 1; i >= 0; i--) { + var context = {}; + for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p]; + for (var p in contextIn.access) context.access[p] = contextIn.access[p]; + context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); }; + var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context); + if (kind === "accessor") { + if (result === void 0) continue; + if (result === null || typeof result !== "object") throw new TypeError("Object expected"); + if (_ = accept(result.get)) descriptor.get = _; + if (_ = accept(result.set)) descriptor.set = _; + if (_ = accept(result.init)) initializers.unshift(_); + } + else if (_ = accept(result)) { + if (kind === "field") initializers.unshift(_); + else descriptor[key] = _; + } + } + if (target) Object.defineProperty(target, contextIn.name, descriptor); + done = true; +}; + +export function __runInitializers(thisArg, initializers, value) { + var useValue = arguments.length > 2; + for (var i = 0; i < initializers.length; i++) { + value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg); + } + return useValue ? value : void 0; +}; + +export function __propKey(x) { + return typeof x === "symbol" ? x : "".concat(x); +}; + +export function __setFunctionName(f, name, prefix) { + if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : ""; + return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name }); +}; + +export function __metadata(metadataKey, metadataValue) { + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); +} + +export function __awaiter(thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); +} + +export function __generator(thisArg, body) { + var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype); + return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; + function verb(n) { return function (v) { return step([n, v]); }; } + function step(op) { + if (f) throw new TypeError("Generator is already executing."); + while (g && (g = 0, op[0] && (_ = 0)), _) try { + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; + if (y = 0, t) op = [op[0] & 2, t.value]; + switch (op[0]) { + case 0: case 1: t = op; break; + case 4: _.label++; return { value: op[1], done: false }; + case 5: _.label++; y = op[1]; op = [0]; continue; + case 7: op = _.ops.pop(); _.trys.pop(); continue; + default: + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } + if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } + if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } + if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } + if (t[2]) _.ops.pop(); + _.trys.pop(); continue; + } + op = body.call(thisArg, _); + } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } + if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; + } +} + +export var __createBinding = Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); +}) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; +}); + +export function __exportStar(m, o) { + for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p); +} + +export function __values(o) { + var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; + if (m) return m.call(o); + if (o && typeof o.length === "number") return { + next: function () { + if (o && i >= o.length) o = void 0; + return { value: o && o[i++], done: !o }; + } + }; + throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); +} + +export function __read(o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), r, ar = [], e; + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); + } + catch (error) { e = { error: error }; } + finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } + finally { if (e) throw e.error; } + } + return ar; +} + +/** @deprecated */ +export function __spread() { + for (var ar = [], i = 0; i < arguments.length; i++) + ar = ar.concat(__read(arguments[i])); + return ar; +} + +/** @deprecated */ +export function __spreadArrays() { + for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; + for (var r = Array(s), k = 0, i = 0; i < il; i++) + for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) + r[k] = a[j]; + return r; +} + +export function __spreadArray(to, from, pack) { + if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) { + if (ar || !(i in from)) { + if (!ar) ar = Array.prototype.slice.call(from, 0, i); + ar[i] = from[i]; + } + } + return to.concat(ar || Array.prototype.slice.call(from)); +} + +export function __await(v) { + return this instanceof __await ? (this.v = v, this) : new __await(v); +} + +export function __asyncGenerator(thisArg, _arguments, generator) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var g = generator.apply(thisArg, _arguments || []), i, q = []; + return i = Object.create((typeof AsyncIterator === "function" ? AsyncIterator : Object).prototype), verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i; + function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; } + function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } } + function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } } + function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } + function fulfill(value) { resume("next", value); } + function reject(value) { resume("throw", value); } + function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); } +} + +export function __asyncDelegator(o) { + var i, p; + return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i; + function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; } +} + +export function __asyncValues(o) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var m = o[Symbol.asyncIterator], i; + return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i); + function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; } + function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); } +} + +export function __makeTemplateObject(cooked, raw) { + if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } + return cooked; +}; + +var __setModuleDefault = Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); +}) : function(o, v) { + o["default"] = v; +}; + +var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); +}; + +export function __importStar(mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; +} + +export function __importDefault(mod) { + return (mod && mod.__esModule) ? mod : { default: mod }; +} + +export function __classPrivateFieldGet(receiver, state, kind, f) { + if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); + if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); + return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); +} + +export function __classPrivateFieldSet(receiver, state, value, kind, f) { + if (kind === "m") throw new TypeError("Private method is not writable"); + if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); + if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); + return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value; +} + +export function __classPrivateFieldIn(state, receiver) { + if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object"); + return typeof state === "function" ? receiver === state : state.has(receiver); +} + +export function __addDisposableResource(env, value, async) { + if (value !== null && value !== void 0) { + if (typeof value !== "object" && typeof value !== "function") throw new TypeError("Object expected."); + var dispose, inner; + if (async) { + if (!Symbol.asyncDispose) throw new TypeError("Symbol.asyncDispose is not defined."); + dispose = value[Symbol.asyncDispose]; + } + if (dispose === void 0) { + if (!Symbol.dispose) throw new TypeError("Symbol.dispose is not defined."); + dispose = value[Symbol.dispose]; + if (async) inner = dispose; + } + if (typeof dispose !== "function") throw new TypeError("Object not disposable."); + if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } }; + env.stack.push({ value: value, dispose: dispose, async: async }); + } + else if (async) { + env.stack.push({ async: true }); + } + return value; +} + +var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) { + var e = new Error(message); + return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e; +}; + +export function __disposeResources(env) { + function fail(e) { + env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e; + env.hasError = true; + } + var r, s = 0; + function next() { + while (r = env.stack.pop()) { + try { + if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next); + if (r.dispose) { + var result = r.dispose.call(r.value); + if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); }); + } + else s |= 1; + } + catch (e) { + fail(e); + } + } + if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve(); + if (env.hasError) throw env.error; + } + return next(); +} + +export function __rewriteRelativeImportExtension(path, preserveJsx) { + if (typeof path === "string" && /^\.\.?\//.test(path)) { + return path.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i, function (m, tsx, d, ext, cm) { + return tsx ? preserveJsx ? ".jsx" : ".js" : d && (!ext || !cm) ? m : (d + ext + "." + cm.toLowerCase() + "js"); + }); + } + return path; +} + +export default { + __extends, + __assign, + __rest, + __decorate, + __param, + __esDecorate, + __runInitializers, + __propKey, + __setFunctionName, + __metadata, + __awaiter, + __generator, + __createBinding, + __exportStar, + __values, + __read, + __spread, + __spreadArrays, + __spreadArray, + __await, + __asyncGenerator, + __asyncDelegator, + __asyncValues, + __makeTemplateObject, + __importStar, + __importDefault, + __classPrivateFieldGet, + __classPrivateFieldSet, + __classPrivateFieldIn, + __addDisposableResource, + __disposeResources, + __rewriteRelativeImportExtension, +}; diff --git a/node_modules/tslib/tslib.html b/node_modules/tslib/tslib.html new file mode 100644 index 0000000..44c9ba5 --- /dev/null +++ b/node_modules/tslib/tslib.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/node_modules/tslib/tslib.js b/node_modules/tslib/tslib.js new file mode 100644 index 0000000..5e12ace --- /dev/null +++ b/node_modules/tslib/tslib.js @@ -0,0 +1,484 @@ +/****************************************************************************** +Copyright (c) Microsoft Corporation. + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH +REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. +***************************************************************************** */ +/* global global, define, Symbol, Reflect, Promise, SuppressedError, Iterator */ +var __extends; +var __assign; +var __rest; +var __decorate; +var __param; +var __esDecorate; +var __runInitializers; +var __propKey; +var __setFunctionName; +var __metadata; +var __awaiter; +var __generator; +var __exportStar; +var __values; +var __read; +var __spread; +var __spreadArrays; +var __spreadArray; +var __await; +var __asyncGenerator; +var __asyncDelegator; +var __asyncValues; +var __makeTemplateObject; +var __importStar; +var __importDefault; +var __classPrivateFieldGet; +var __classPrivateFieldSet; +var __classPrivateFieldIn; +var __createBinding; +var __addDisposableResource; +var __disposeResources; +var __rewriteRelativeImportExtension; +(function (factory) { + var root = typeof global === "object" ? global : typeof self === "object" ? self : typeof this === "object" ? this : {}; + if (typeof define === "function" && define.amd) { + define("tslib", ["exports"], function (exports) { factory(createExporter(root, createExporter(exports))); }); + } + else if (typeof module === "object" && typeof module.exports === "object") { + factory(createExporter(root, createExporter(module.exports))); + } + else { + factory(createExporter(root)); + } + function createExporter(exports, previous) { + if (exports !== root) { + if (typeof Object.create === "function") { + Object.defineProperty(exports, "__esModule", { value: true }); + } + else { + exports.__esModule = true; + } + } + return function (id, v) { return exports[id] = previous ? previous(id, v) : v; }; + } +}) +(function (exporter) { + var extendStatics = Object.setPrototypeOf || + ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || + function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; + + __extends = function (d, b) { + if (typeof b !== "function" && b !== null) + throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); + extendStatics(d, b); + function __() { this.constructor = d; } + d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); + }; + + __assign = Object.assign || function (t) { + for (var s, i = 1, n = arguments.length; i < n; i++) { + s = arguments[i]; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; + } + return t; + }; + + __rest = function (s, e) { + var t = {}; + for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) + t[p] = s[p]; + if (s != null && typeof Object.getOwnPropertySymbols === "function") + for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { + if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) + t[p[i]] = s[p[i]]; + } + return t; + }; + + __decorate = function (decorators, target, key, desc) { + var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d; + if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc); + else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r; + return c > 3 && r && Object.defineProperty(target, key, r), r; + }; + + __param = function (paramIndex, decorator) { + return function (target, key) { decorator(target, key, paramIndex); } + }; + + __esDecorate = function (ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) { + function accept(f) { if (f !== void 0 && typeof f !== "function") throw new TypeError("Function expected"); return f; } + var kind = contextIn.kind, key = kind === "getter" ? "get" : kind === "setter" ? "set" : "value"; + var target = !descriptorIn && ctor ? contextIn["static"] ? ctor : ctor.prototype : null; + var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {}); + var _, done = false; + for (var i = decorators.length - 1; i >= 0; i--) { + var context = {}; + for (var p in contextIn) context[p] = p === "access" ? {} : contextIn[p]; + for (var p in contextIn.access) context.access[p] = contextIn.access[p]; + context.addInitializer = function (f) { if (done) throw new TypeError("Cannot add initializers after decoration has completed"); extraInitializers.push(accept(f || null)); }; + var result = (0, decorators[i])(kind === "accessor" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context); + if (kind === "accessor") { + if (result === void 0) continue; + if (result === null || typeof result !== "object") throw new TypeError("Object expected"); + if (_ = accept(result.get)) descriptor.get = _; + if (_ = accept(result.set)) descriptor.set = _; + if (_ = accept(result.init)) initializers.unshift(_); + } + else if (_ = accept(result)) { + if (kind === "field") initializers.unshift(_); + else descriptor[key] = _; + } + } + if (target) Object.defineProperty(target, contextIn.name, descriptor); + done = true; + }; + + __runInitializers = function (thisArg, initializers, value) { + var useValue = arguments.length > 2; + for (var i = 0; i < initializers.length; i++) { + value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg); + } + return useValue ? value : void 0; + }; + + __propKey = function (x) { + return typeof x === "symbol" ? x : "".concat(x); + }; + + __setFunctionName = function (f, name, prefix) { + if (typeof name === "symbol") name = name.description ? "[".concat(name.description, "]") : ""; + return Object.defineProperty(f, "name", { configurable: true, value: prefix ? "".concat(prefix, " ", name) : name }); + }; + + __metadata = function (metadataKey, metadataValue) { + if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(metadataKey, metadataValue); + }; + + __awaiter = function (thisArg, _arguments, P, generator) { + function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } + return new (P || (P = Promise))(function (resolve, reject) { + function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } + function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } + function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } + step((generator = generator.apply(thisArg, _arguments || [])).next()); + }); + }; + + __generator = function (thisArg, body) { + var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype); + return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g; + function verb(n) { return function (v) { return step([n, v]); }; } + function step(op) { + if (f) throw new TypeError("Generator is already executing."); + while (g && (g = 0, op[0] && (_ = 0)), _) try { + if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; + if (y = 0, t) op = [op[0] & 2, t.value]; + switch (op[0]) { + case 0: case 1: t = op; break; + case 4: _.label++; return { value: op[1], done: false }; + case 5: _.label++; y = op[1]; op = [0]; continue; + case 7: op = _.ops.pop(); _.trys.pop(); continue; + default: + if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; } + if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; } + if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; } + if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; } + if (t[2]) _.ops.pop(); + _.trys.pop(); continue; + } + op = body.call(thisArg, _); + } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; } + if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true }; + } + }; + + __exportStar = function(m, o) { + for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p); + }; + + __createBinding = Object.create ? (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + var desc = Object.getOwnPropertyDescriptor(m, k); + if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { + desc = { enumerable: true, get: function() { return m[k]; } }; + } + Object.defineProperty(o, k2, desc); + }) : (function(o, m, k, k2) { + if (k2 === undefined) k2 = k; + o[k2] = m[k]; + }); + + __values = function (o) { + var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0; + if (m) return m.call(o); + if (o && typeof o.length === "number") return { + next: function () { + if (o && i >= o.length) o = void 0; + return { value: o && o[i++], done: !o }; + } + }; + throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined."); + }; + + __read = function (o, n) { + var m = typeof Symbol === "function" && o[Symbol.iterator]; + if (!m) return o; + var i = m.call(o), r, ar = [], e; + try { + while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value); + } + catch (error) { e = { error: error }; } + finally { + try { + if (r && !r.done && (m = i["return"])) m.call(i); + } + finally { if (e) throw e.error; } + } + return ar; + }; + + /** @deprecated */ + __spread = function () { + for (var ar = [], i = 0; i < arguments.length; i++) + ar = ar.concat(__read(arguments[i])); + return ar; + }; + + /** @deprecated */ + __spreadArrays = function () { + for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length; + for (var r = Array(s), k = 0, i = 0; i < il; i++) + for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) + r[k] = a[j]; + return r; + }; + + __spreadArray = function (to, from, pack) { + if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) { + if (ar || !(i in from)) { + if (!ar) ar = Array.prototype.slice.call(from, 0, i); + ar[i] = from[i]; + } + } + return to.concat(ar || Array.prototype.slice.call(from)); + }; + + __await = function (v) { + return this instanceof __await ? (this.v = v, this) : new __await(v); + }; + + __asyncGenerator = function (thisArg, _arguments, generator) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var g = generator.apply(thisArg, _arguments || []), i, q = []; + return i = Object.create((typeof AsyncIterator === "function" ? AsyncIterator : Object).prototype), verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i; + function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; } + function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } } + function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } } + function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); } + function fulfill(value) { resume("next", value); } + function reject(value) { resume("throw", value); } + function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); } + }; + + __asyncDelegator = function (o) { + var i, p; + return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i; + function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; } + }; + + __asyncValues = function (o) { + if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined."); + var m = o[Symbol.asyncIterator], i; + return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i); + function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; } + function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); } + }; + + __makeTemplateObject = function (cooked, raw) { + if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } + return cooked; + }; + + var __setModuleDefault = Object.create ? (function(o, v) { + Object.defineProperty(o, "default", { enumerable: true, value: v }); + }) : function(o, v) { + o["default"] = v; + }; + + var ownKeys = function(o) { + ownKeys = Object.getOwnPropertyNames || function (o) { + var ar = []; + for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k; + return ar; + }; + return ownKeys(o); + }; + + __importStar = function (mod) { + if (mod && mod.__esModule) return mod; + var result = {}; + if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]); + __setModuleDefault(result, mod); + return result; + }; + + __importDefault = function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; + }; + + __classPrivateFieldGet = function (receiver, state, kind, f) { + if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter"); + if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it"); + return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver); + }; + + __classPrivateFieldSet = function (receiver, state, value, kind, f) { + if (kind === "m") throw new TypeError("Private method is not writable"); + if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter"); + if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it"); + return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value; + }; + + __classPrivateFieldIn = function (state, receiver) { + if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object"); + return typeof state === "function" ? receiver === state : state.has(receiver); + }; + + __addDisposableResource = function (env, value, async) { + if (value !== null && value !== void 0) { + if (typeof value !== "object" && typeof value !== "function") throw new TypeError("Object expected."); + var dispose, inner; + if (async) { + if (!Symbol.asyncDispose) throw new TypeError("Symbol.asyncDispose is not defined."); + dispose = value[Symbol.asyncDispose]; + } + if (dispose === void 0) { + if (!Symbol.dispose) throw new TypeError("Symbol.dispose is not defined."); + dispose = value[Symbol.dispose]; + if (async) inner = dispose; + } + if (typeof dispose !== "function") throw new TypeError("Object not disposable."); + if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } }; + env.stack.push({ value: value, dispose: dispose, async: async }); + } + else if (async) { + env.stack.push({ async: true }); + } + return value; + }; + + var _SuppressedError = typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) { + var e = new Error(message); + return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e; + }; + + __disposeResources = function (env) { + function fail(e) { + env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e; + env.hasError = true; + } + var r, s = 0; + function next() { + while (r = env.stack.pop()) { + try { + if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next); + if (r.dispose) { + var result = r.dispose.call(r.value); + if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); }); + } + else s |= 1; + } + catch (e) { + fail(e); + } + } + if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve(); + if (env.hasError) throw env.error; + } + return next(); + }; + + __rewriteRelativeImportExtension = function (path, preserveJsx) { + if (typeof path === "string" && /^\.\.?\//.test(path)) { + return path.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i, function (m, tsx, d, ext, cm) { + return tsx ? preserveJsx ? ".jsx" : ".js" : d && (!ext || !cm) ? m : (d + ext + "." + cm.toLowerCase() + "js"); + }); + } + return path; + }; + + exporter("__extends", __extends); + exporter("__assign", __assign); + exporter("__rest", __rest); + exporter("__decorate", __decorate); + exporter("__param", __param); + exporter("__esDecorate", __esDecorate); + exporter("__runInitializers", __runInitializers); + exporter("__propKey", __propKey); + exporter("__setFunctionName", __setFunctionName); + exporter("__metadata", __metadata); + exporter("__awaiter", __awaiter); + exporter("__generator", __generator); + exporter("__exportStar", __exportStar); + exporter("__createBinding", __createBinding); + exporter("__values", __values); + exporter("__read", __read); + exporter("__spread", __spread); + exporter("__spreadArrays", __spreadArrays); + exporter("__spreadArray", __spreadArray); + exporter("__await", __await); + exporter("__asyncGenerator", __asyncGenerator); + exporter("__asyncDelegator", __asyncDelegator); + exporter("__asyncValues", __asyncValues); + exporter("__makeTemplateObject", __makeTemplateObject); + exporter("__importStar", __importStar); + exporter("__importDefault", __importDefault); + exporter("__classPrivateFieldGet", __classPrivateFieldGet); + exporter("__classPrivateFieldSet", __classPrivateFieldSet); + exporter("__classPrivateFieldIn", __classPrivateFieldIn); + exporter("__addDisposableResource", __addDisposableResource); + exporter("__disposeResources", __disposeResources); + exporter("__rewriteRelativeImportExtension", __rewriteRelativeImportExtension); +}); + +0 && (module.exports = { + __extends: __extends, + __assign: __assign, + __rest: __rest, + __decorate: __decorate, + __param: __param, + __esDecorate: __esDecorate, + __runInitializers: __runInitializers, + __propKey: __propKey, + __setFunctionName: __setFunctionName, + __metadata: __metadata, + __awaiter: __awaiter, + __generator: __generator, + __exportStar: __exportStar, + __createBinding: __createBinding, + __values: __values, + __read: __read, + __spread: __spread, + __spreadArrays: __spreadArrays, + __spreadArray: __spreadArray, + __await: __await, + __asyncGenerator: __asyncGenerator, + __asyncDelegator: __asyncDelegator, + __asyncValues: __asyncValues, + __makeTemplateObject: __makeTemplateObject, + __importStar: __importStar, + __importDefault: __importDefault, + __classPrivateFieldGet: __classPrivateFieldGet, + __classPrivateFieldSet: __classPrivateFieldSet, + __classPrivateFieldIn: __classPrivateFieldIn, + __addDisposableResource: __addDisposableResource, + __disposeResources: __disposeResources, + __rewriteRelativeImportExtension: __rewriteRelativeImportExtension, +}); diff --git a/node_modules/tunnel-agent/LICENSE b/node_modules/tunnel-agent/LICENSE new file mode 100644 index 0000000..a4a9aee --- /dev/null +++ b/node_modules/tunnel-agent/LICENSE @@ -0,0 +1,55 @@ +Apache License + +Version 2.0, January 2004 + +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. + +"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: + +You must give any other recipients of the Work or Derivative Works a copy of this License; and + +You must cause any modified files to carry prominent notices stating that You changed the files; and + +You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and + +If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS \ No newline at end of file diff --git a/node_modules/tunnel-agent/README.md b/node_modules/tunnel-agent/README.md new file mode 100644 index 0000000..bb533d5 --- /dev/null +++ b/node_modules/tunnel-agent/README.md @@ -0,0 +1,4 @@ +tunnel-agent +============ + +HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module. diff --git a/node_modules/tunnel-agent/index.js b/node_modules/tunnel-agent/index.js new file mode 100644 index 0000000..3ee9abc --- /dev/null +++ b/node_modules/tunnel-agent/index.js @@ -0,0 +1,244 @@ +'use strict' + +var net = require('net') + , tls = require('tls') + , http = require('http') + , https = require('https') + , events = require('events') + , assert = require('assert') + , util = require('util') + , Buffer = require('safe-buffer').Buffer + ; + +exports.httpOverHttp = httpOverHttp +exports.httpsOverHttp = httpsOverHttp +exports.httpOverHttps = httpOverHttps +exports.httpsOverHttps = httpsOverHttps + + +function httpOverHttp(options) { + var agent = new TunnelingAgent(options) + agent.request = http.request + return agent +} + +function httpsOverHttp(options) { + var agent = new TunnelingAgent(options) + agent.request = http.request + agent.createSocket = createSecureSocket + agent.defaultPort = 443 + return agent +} + +function httpOverHttps(options) { + var agent = new TunnelingAgent(options) + agent.request = https.request + return agent +} + +function httpsOverHttps(options) { + var agent = new TunnelingAgent(options) + agent.request = https.request + agent.createSocket = createSecureSocket + agent.defaultPort = 443 + return agent +} + + +function TunnelingAgent(options) { + var self = this + self.options = options || {} + self.proxyOptions = self.options.proxy || {} + self.maxSockets = self.options.maxSockets || http.Agent.defaultMaxSockets + self.requests = [] + self.sockets = [] + + self.on('free', function onFree(socket, host, port) { + for (var i = 0, len = self.requests.length; i < len; ++i) { + var pending = self.requests[i] + if (pending.host === host && pending.port === port) { + // Detect the request to connect same origin server, + // reuse the connection. + self.requests.splice(i, 1) + pending.request.onSocket(socket) + return + } + } + socket.destroy() + self.removeSocket(socket) + }) +} +util.inherits(TunnelingAgent, events.EventEmitter) + +TunnelingAgent.prototype.addRequest = function addRequest(req, options) { + var self = this + + // Legacy API: addRequest(req, host, port, path) + if (typeof options === 'string') { + options = { + host: options, + port: arguments[2], + path: arguments[3] + }; + } + + if (self.sockets.length >= this.maxSockets) { + // We are over limit so we'll add it to the queue. + self.requests.push({host: options.host, port: options.port, request: req}) + return + } + + // If we are under maxSockets create a new one. + self.createConnection({host: options.host, port: options.port, request: req}) +} + +TunnelingAgent.prototype.createConnection = function createConnection(pending) { + var self = this + + self.createSocket(pending, function(socket) { + socket.on('free', onFree) + socket.on('close', onCloseOrRemove) + socket.on('agentRemove', onCloseOrRemove) + pending.request.onSocket(socket) + + function onFree() { + self.emit('free', socket, pending.host, pending.port) + } + + function onCloseOrRemove(err) { + self.removeSocket(socket) + socket.removeListener('free', onFree) + socket.removeListener('close', onCloseOrRemove) + socket.removeListener('agentRemove', onCloseOrRemove) + } + }) +} + +TunnelingAgent.prototype.createSocket = function createSocket(options, cb) { + var self = this + var placeholder = {} + self.sockets.push(placeholder) + + var connectOptions = mergeOptions({}, self.proxyOptions, + { method: 'CONNECT' + , path: options.host + ':' + options.port + , agent: false + } + ) + if (connectOptions.proxyAuth) { + connectOptions.headers = connectOptions.headers || {} + connectOptions.headers['Proxy-Authorization'] = 'Basic ' + + Buffer.from(connectOptions.proxyAuth).toString('base64') + } + + debug('making CONNECT request') + var connectReq = self.request(connectOptions) + connectReq.useChunkedEncodingByDefault = false // for v0.6 + connectReq.once('response', onResponse) // for v0.6 + connectReq.once('upgrade', onUpgrade) // for v0.6 + connectReq.once('connect', onConnect) // for v0.7 or later + connectReq.once('error', onError) + connectReq.end() + + function onResponse(res) { + // Very hacky. This is necessary to avoid http-parser leaks. + res.upgrade = true + } + + function onUpgrade(res, socket, head) { + // Hacky. + process.nextTick(function() { + onConnect(res, socket, head) + }) + } + + function onConnect(res, socket, head) { + connectReq.removeAllListeners() + socket.removeAllListeners() + + if (res.statusCode === 200) { + assert.equal(head.length, 0) + debug('tunneling connection has established') + self.sockets[self.sockets.indexOf(placeholder)] = socket + cb(socket) + } else { + debug('tunneling socket could not be established, statusCode=%d', res.statusCode) + var error = new Error('tunneling socket could not be established, ' + 'statusCode=' + res.statusCode) + error.code = 'ECONNRESET' + options.request.emit('error', error) + self.removeSocket(placeholder) + } + } + + function onError(cause) { + connectReq.removeAllListeners() + + debug('tunneling socket could not be established, cause=%s\n', cause.message, cause.stack) + var error = new Error('tunneling socket could not be established, ' + 'cause=' + cause.message) + error.code = 'ECONNRESET' + options.request.emit('error', error) + self.removeSocket(placeholder) + } +} + +TunnelingAgent.prototype.removeSocket = function removeSocket(socket) { + var pos = this.sockets.indexOf(socket) + if (pos === -1) return + + this.sockets.splice(pos, 1) + + var pending = this.requests.shift() + if (pending) { + // If we have pending requests and a socket gets closed a new one + // needs to be created to take over in the pool for the one that closed. + this.createConnection(pending) + } +} + +function createSecureSocket(options, cb) { + var self = this + TunnelingAgent.prototype.createSocket.call(self, options, function(socket) { + // 0 is dummy port for v0.6 + var secureSocket = tls.connect(0, mergeOptions({}, self.options, + { servername: options.host + , socket: socket + } + )) + self.sockets[self.sockets.indexOf(socket)] = secureSocket + cb(secureSocket) + }) +} + + +function mergeOptions(target) { + for (var i = 1, len = arguments.length; i < len; ++i) { + var overrides = arguments[i] + if (typeof overrides === 'object') { + var keys = Object.keys(overrides) + for (var j = 0, keyLen = keys.length; j < keyLen; ++j) { + var k = keys[j] + if (overrides[k] !== undefined) { + target[k] = overrides[k] + } + } + } + } + return target +} + + +var debug +if (process.env.NODE_DEBUG && /\btunnel\b/.test(process.env.NODE_DEBUG)) { + debug = function() { + var args = Array.prototype.slice.call(arguments) + if (typeof args[0] === 'string') { + args[0] = 'TUNNEL: ' + args[0] + } else { + args.unshift('TUNNEL:') + } + console.error.apply(console, args) + } +} else { + debug = function() {} +} +exports.debug = debug // for test diff --git a/node_modules/tunnel-agent/package.json b/node_modules/tunnel-agent/package.json new file mode 100644 index 0000000..a271fda --- /dev/null +++ b/node_modules/tunnel-agent/package.json @@ -0,0 +1,22 @@ +{ + "author": "Mikeal Rogers (http://www.futurealoof.com)", + "name": "tunnel-agent", + "license": "Apache-2.0", + "description": "HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.", + "version": "0.6.0", + "repository": { + "url": "https://github.com/mikeal/tunnel-agent" + }, + "main": "index.js", + "files": [ + "index.js" + ], + "dependencies": { + "safe-buffer": "^5.0.1" + }, + "devDependencies": {}, + "optionalDependencies": {}, + "engines": { + "node": "*" + } +} diff --git a/node_modules/tweetnacl/.npmignore b/node_modules/tweetnacl/.npmignore new file mode 100644 index 0000000..7d98dcb --- /dev/null +++ b/node_modules/tweetnacl/.npmignore @@ -0,0 +1,4 @@ +.eslintrc +.travis.yml +bower.json +test diff --git a/node_modules/tweetnacl/AUTHORS.md b/node_modules/tweetnacl/AUTHORS.md new file mode 100644 index 0000000..6d74d40 --- /dev/null +++ b/node_modules/tweetnacl/AUTHORS.md @@ -0,0 +1,28 @@ +List of TweetNaCl.js authors +============================ + + Alphabetical order by first name. + Format: Name (GitHub username or URL) + +* AndSDev (@AndSDev) +* Devi Mandiri (@devi) +* Dmitry Chestnykh (@dchest) + +List of authors of third-party public domain code from which TweetNaCl.js code was derived +========================================================================================== + +[TweetNaCl](http://tweetnacl.cr.yp.to/) +-------------------------------------- + +* Bernard van Gastel +* Daniel J. Bernstein +* Peter Schwabe +* Sjaak Smetsers +* Tanja Lange +* Wesley Janssen + + +[Poly1305-donna](https://github.com/floodyberry/poly1305-donna) +-------------------------------------------------------------- + +* Andrew Moon (@floodyberry) diff --git a/node_modules/tweetnacl/CHANGELOG.md b/node_modules/tweetnacl/CHANGELOG.md new file mode 100644 index 0000000..92a4fdc --- /dev/null +++ b/node_modules/tweetnacl/CHANGELOG.md @@ -0,0 +1,221 @@ +TweetNaCl.js Changelog +====================== + + +v0.14.5 +------- + +* Fixed incomplete return types in TypeScript typings. +* Replaced COPYING.txt with LICENSE file, which now has public domain dedication + text from The Unlicense. License fields in package.json and bower.json have + been set to "Unlicense". The project was and will be in the public domain -- + this change just makes it easier for automated tools to know about this fact by + using the widely recognized and SPDX-compatible template for public domain + dedication. + + +v0.14.4 +------- + +* Added TypeScript type definitions (contributed by @AndSDev). +* Improved benchmarking code. + + +v0.14.3 +------- + +Fixed a bug in the fast version of Poly1305 and brought it back. + +Thanks to @floodyberry for promptly responding and fixing the original C code: + +> "The issue was not properly detecting if st->h was >= 2^130 - 5, coupled with +> [testing mistake] not catching the failure. The chance of the bug affecting +> anything in the real world is essentially zero luckily, but it's good to have +> it fixed." + +https://github.com/floodyberry/poly1305-donna/issues/2#issuecomment-202698577 + + +v0.14.2 +------- + +Switched Poly1305 fast version back to original (slow) version due to a bug. + + +v0.14.1 +------- + +No code changes, just tweaked packaging and added COPYING.txt. + + +v0.14.0 +------- + +* **Breaking change!** All functions from `nacl.util` have been removed. These + functions are no longer available: + + nacl.util.decodeUTF8 + nacl.util.encodeUTF8 + nacl.util.decodeBase64 + nacl.util.encodeBase64 + + If want to continue using them, you can include + package: + + + + + or + + var nacl = require('tweetnacl'); + nacl.util = require('tweetnacl-util'); + + However it is recommended to use better packages that have wider + compatibility and better performance. Functions from `nacl.util` were never + intended to be robust solution for string conversion and were included for + convenience: cryptography library is not the right place for them. + + Currently calling these functions will throw error pointing to + `tweetnacl-util-js` (in the next version this error message will be removed). + +* Improved detection of available random number generators, making it possible + to use `nacl.randomBytes` and related functions in Web Workers without + changes. + +* Changes to testing (see README). + + +v0.13.3 +------- + +No code changes. + +* Reverted license field in package.json to "Public domain". + +* Fixed typo in README. + + +v0.13.2 +------- + +* Fixed undefined variable bug in fast version of Poly1305. No worries, this + bug was *never* triggered. + +* Specified CC0 public domain dedication. + +* Updated development dependencies. + + +v0.13.1 +------- + +* Exclude `crypto` and `buffer` modules from browserify builds. + + +v0.13.0 +------- + +* Made `nacl-fast` the default version in NPM package. Now + `require("tweetnacl")` will use fast version; to get the original version, + use `require("tweetnacl/nacl.js")`. + +* Cleanup temporary array after generating random bytes. + + +v0.12.2 +------- + +* Improved performance of curve operations, making `nacl.scalarMult`, `nacl.box`, + `nacl.sign` and related functions up to 3x faster in `nacl-fast` version. + + +v0.12.1 +------- + +* Significantly improved performance of Salsa20 (~1.5x faster) and + Poly1305 (~3.5x faster) in `nacl-fast` version. + + +v0.12.0 +------- + +* Instead of using the given secret key directly, TweetNaCl.js now copies it to + a new array in `nacl.box.keyPair.fromSecretKey` and + `nacl.sign.keyPair.fromSecretKey`. + + +v0.11.2 +------- + +* Added new constant: `nacl.sign.seedLength`. + + +v0.11.1 +------- + +* Even faster hash for both short and long inputs (in `nacl-fast`). + + +v0.11.0 +------- + +* Implement `nacl.sign.keyPair.fromSeed` to enable creation of sign key pairs + deterministically from a 32-byte seed. (It behaves like + [libsodium's](http://doc.libsodium.org/public-key_cryptography/public-key_signatures.html) + `crypto_sign_seed_keypair`: the seed becomes a secret part of the secret key.) + +* Fast version now has an improved hash implementation that is 2x-5x faster. + +* Fixed benchmarks, which may have produced incorrect measurements. + + +v0.10.1 +------- + +* Exported undocumented `nacl.lowlevel.crypto_core_hsalsa20`. + + +v0.10.0 +------- + +* **Signature API breaking change!** `nacl.sign` and `nacl.sign.open` now deal + with signed messages, and new `nacl.sign.detached` and + `nacl.sign.detached.verify` are available. + + Previously, `nacl.sign` returned a signature, and `nacl.sign.open` accepted a + message and "detached" signature. This was unlike NaCl's API, which dealt with + signed messages (concatenation of signature and message). + + The new API is: + + nacl.sign(message, secretKey) -> signedMessage + nacl.sign.open(signedMessage, publicKey) -> message | null + + Since detached signatures are common, two new API functions were introduced: + + nacl.sign.detached(message, secretKey) -> signature + nacl.sign.detached.verify(message, signature, publicKey) -> true | false + + (Note that it's `verify`, not `open`, and it returns a boolean value, unlike + `open`, which returns an "unsigned" message.) + +* NPM package now comes without `test` directory to keep it small. + + +v0.9.2 +------ + +* Improved documentation. +* Fast version: increased theoretical message size limit from 2^32-1 to 2^52 + bytes in Poly1305 (and thus, secretbox and box). However this has no impact + in practice since JavaScript arrays or ArrayBuffers are limited to 32-bit + indexes, and most implementations won't allocate more than a gigabyte or so. + (Obviously, there are no tests for the correctness of implementation.) Also, + it's not recommended to use messages that large without splitting them into + smaller packets anyway. + + +v0.9.1 +------ + +* Initial release diff --git a/node_modules/tweetnacl/LICENSE b/node_modules/tweetnacl/LICENSE new file mode 100644 index 0000000..cf1ab25 --- /dev/null +++ b/node_modules/tweetnacl/LICENSE @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to diff --git a/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md b/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..a8eb4a9 --- /dev/null +++ b/node_modules/tweetnacl/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,20 @@ +# Important! + +If your contribution is not trivial (not a typo fix, etc.), we can only accept +it if you dedicate your copyright for the contribution to the public domain. +Make sure you understand what it means (see http://unlicense.org/)! If you +agree, please add yourself to AUTHORS.md file, and include the following text +to your pull request description or a comment in it: + +------------------------------------------------------------------------------ + + I dedicate any and all copyright interest in this software to the + public domain. I make this dedication for the benefit of the public at + large and to the detriment of my heirs and successors. I intend this + dedication to be an overt act of relinquishment in perpetuity of all + present and future rights to this software under copyright law. + + Anyone is free to copy, modify, publish, use, compile, sell, or + distribute this software, either in source code form or as a compiled + binary, for any purpose, commercial or non-commercial, and by any + means. diff --git a/node_modules/tweetnacl/README.md b/node_modules/tweetnacl/README.md new file mode 100644 index 0000000..ffb6871 --- /dev/null +++ b/node_modules/tweetnacl/README.md @@ -0,0 +1,459 @@ +TweetNaCl.js +============ + +Port of [TweetNaCl](http://tweetnacl.cr.yp.to) / [NaCl](http://nacl.cr.yp.to/) +to JavaScript for modern browsers and Node.js. Public domain. + +[![Build Status](https://travis-ci.org/dchest/tweetnacl-js.svg?branch=master) +](https://travis-ci.org/dchest/tweetnacl-js) + +Demo: + +**:warning: The library is stable and API is frozen, however it has not been +independently reviewed. If you can help reviewing it, please [contact +me](mailto:dmitry@codingrobots.com).** + +Documentation +============= + +* [Overview](#overview) +* [Installation](#installation) +* [Usage](#usage) + * [Public-key authenticated encryption (box)](#public-key-authenticated-encryption-box) + * [Secret-key authenticated encryption (secretbox)](#secret-key-authenticated-encryption-secretbox) + * [Scalar multiplication](#scalar-multiplication) + * [Signatures](#signatures) + * [Hashing](#hashing) + * [Random bytes generation](#random-bytes-generation) + * [Constant-time comparison](#constant-time-comparison) +* [System requirements](#system-requirements) +* [Development and testing](#development-and-testing) +* [Benchmarks](#benchmarks) +* [Contributors](#contributors) +* [Who uses it](#who-uses-it) + + +Overview +-------- + +The primary goal of this project is to produce a translation of TweetNaCl to +JavaScript which is as close as possible to the original C implementation, plus +a thin layer of idiomatic high-level API on top of it. + +There are two versions, you can use either of them: + +* `nacl.js` is the port of TweetNaCl with minimum differences from the + original + high-level API. + +* `nacl-fast.js` is like `nacl.js`, but with some functions replaced with + faster versions. + + +Installation +------------ + +You can install TweetNaCl.js via a package manager: + +[Bower](http://bower.io): + + $ bower install tweetnacl + +[NPM](https://www.npmjs.org/): + + $ npm install tweetnacl + +or [download source code](https://github.com/dchest/tweetnacl-js/releases). + + +Usage +----- + +All API functions accept and return bytes as `Uint8Array`s. If you need to +encode or decode strings, use functions from + or one of the more robust codec +packages. + +In Node.js v4 and later `Buffer` objects are backed by `Uint8Array`s, so you +can freely pass them to TweetNaCl.js functions as arguments. The returned +objects are still `Uint8Array`s, so if you need `Buffer`s, you'll have to +convert them manually; make sure to convert using copying: `new Buffer(array)`, +instead of sharing: `new Buffer(array.buffer)`, because some functions return +subarrays of their buffers. + + +### Public-key authenticated encryption (box) + +Implements *curve25519-xsalsa20-poly1305*. + +#### nacl.box.keyPair() + +Generates a new random key pair for box and returns it as an object with +`publicKey` and `secretKey` members: + + { + publicKey: ..., // Uint8Array with 32-byte public key + secretKey: ... // Uint8Array with 32-byte secret key + } + + +#### nacl.box.keyPair.fromSecretKey(secretKey) + +Returns a key pair for box with public key corresponding to the given secret +key. + +#### nacl.box(message, nonce, theirPublicKey, mySecretKey) + +Encrypt and authenticates message using peer's public key, our secret key, and +the given nonce, which must be unique for each distinct message for a key pair. + +Returns an encrypted and authenticated message, which is +`nacl.box.overheadLength` longer than the original message. + +#### nacl.box.open(box, nonce, theirPublicKey, mySecretKey) + +Authenticates and decrypts the given box with peer's public key, our secret +key, and the given nonce. + +Returns the original message, or `false` if authentication fails. + +#### nacl.box.before(theirPublicKey, mySecretKey) + +Returns a precomputed shared key which can be used in `nacl.box.after` and +`nacl.box.open.after`. + +#### nacl.box.after(message, nonce, sharedKey) + +Same as `nacl.box`, but uses a shared key precomputed with `nacl.box.before`. + +#### nacl.box.open.after(box, nonce, sharedKey) + +Same as `nacl.box.open`, but uses a shared key precomputed with `nacl.box.before`. + +#### nacl.box.publicKeyLength = 32 + +Length of public key in bytes. + +#### nacl.box.secretKeyLength = 32 + +Length of secret key in bytes. + +#### nacl.box.sharedKeyLength = 32 + +Length of precomputed shared key in bytes. + +#### nacl.box.nonceLength = 24 + +Length of nonce in bytes. + +#### nacl.box.overheadLength = 16 + +Length of overhead added to box compared to original message. + + +### Secret-key authenticated encryption (secretbox) + +Implements *xsalsa20-poly1305*. + +#### nacl.secretbox(message, nonce, key) + +Encrypt and authenticates message using the key and the nonce. The nonce must +be unique for each distinct message for this key. + +Returns an encrypted and authenticated message, which is +`nacl.secretbox.overheadLength` longer than the original message. + +#### nacl.secretbox.open(box, nonce, key) + +Authenticates and decrypts the given secret box using the key and the nonce. + +Returns the original message, or `false` if authentication fails. + +#### nacl.secretbox.keyLength = 32 + +Length of key in bytes. + +#### nacl.secretbox.nonceLength = 24 + +Length of nonce in bytes. + +#### nacl.secretbox.overheadLength = 16 + +Length of overhead added to secret box compared to original message. + + +### Scalar multiplication + +Implements *curve25519*. + +#### nacl.scalarMult(n, p) + +Multiplies an integer `n` by a group element `p` and returns the resulting +group element. + +#### nacl.scalarMult.base(n) + +Multiplies an integer `n` by a standard group element and returns the resulting +group element. + +#### nacl.scalarMult.scalarLength = 32 + +Length of scalar in bytes. + +#### nacl.scalarMult.groupElementLength = 32 + +Length of group element in bytes. + + +### Signatures + +Implements [ed25519](http://ed25519.cr.yp.to). + +#### nacl.sign.keyPair() + +Generates new random key pair for signing and returns it as an object with +`publicKey` and `secretKey` members: + + { + publicKey: ..., // Uint8Array with 32-byte public key + secretKey: ... // Uint8Array with 64-byte secret key + } + +#### nacl.sign.keyPair.fromSecretKey(secretKey) + +Returns a signing key pair with public key corresponding to the given +64-byte secret key. The secret key must have been generated by +`nacl.sign.keyPair` or `nacl.sign.keyPair.fromSeed`. + +#### nacl.sign.keyPair.fromSeed(seed) + +Returns a new signing key pair generated deterministically from a 32-byte seed. +The seed must contain enough entropy to be secure. This method is not +recommended for general use: instead, use `nacl.sign.keyPair` to generate a new +key pair from a random seed. + +#### nacl.sign(message, secretKey) + +Signs the message using the secret key and returns a signed message. + +#### nacl.sign.open(signedMessage, publicKey) + +Verifies the signed message and returns the message without signature. + +Returns `null` if verification failed. + +#### nacl.sign.detached(message, secretKey) + +Signs the message using the secret key and returns a signature. + +#### nacl.sign.detached.verify(message, signature, publicKey) + +Verifies the signature for the message and returns `true` if verification +succeeded or `false` if it failed. + +#### nacl.sign.publicKeyLength = 32 + +Length of signing public key in bytes. + +#### nacl.sign.secretKeyLength = 64 + +Length of signing secret key in bytes. + +#### nacl.sign.seedLength = 32 + +Length of seed for `nacl.sign.keyPair.fromSeed` in bytes. + +#### nacl.sign.signatureLength = 64 + +Length of signature in bytes. + + +### Hashing + +Implements *SHA-512*. + +#### nacl.hash(message) + +Returns SHA-512 hash of the message. + +#### nacl.hash.hashLength = 64 + +Length of hash in bytes. + + +### Random bytes generation + +#### nacl.randomBytes(length) + +Returns a `Uint8Array` of the given length containing random bytes of +cryptographic quality. + +**Implementation note** + +TweetNaCl.js uses the following methods to generate random bytes, +depending on the platform it runs on: + +* `window.crypto.getRandomValues` (WebCrypto standard) +* `window.msCrypto.getRandomValues` (Internet Explorer 11) +* `crypto.randomBytes` (Node.js) + +If the platform doesn't provide a suitable PRNG, the following functions, +which require random numbers, will throw exception: + +* `nacl.randomBytes` +* `nacl.box.keyPair` +* `nacl.sign.keyPair` + +Other functions are deterministic and will continue working. + +If a platform you are targeting doesn't implement secure random number +generator, but you somehow have a cryptographically-strong source of entropy +(not `Math.random`!), and you know what you are doing, you can plug it into +TweetNaCl.js like this: + + nacl.setPRNG(function(x, n) { + // ... copy n random bytes into x ... + }); + +Note that `nacl.setPRNG` *completely replaces* internal random byte generator +with the one provided. + + +### Constant-time comparison + +#### nacl.verify(x, y) + +Compares `x` and `y` in constant time and returns `true` if their lengths are +non-zero and equal, and their contents are equal. + +Returns `false` if either of the arguments has zero length, or arguments have +different lengths, or their contents differ. + + +System requirements +------------------- + +TweetNaCl.js supports modern browsers that have a cryptographically secure +pseudorandom number generator and typed arrays, including the latest versions +of: + +* Chrome +* Firefox +* Safari (Mac, iOS) +* Internet Explorer 11 + +Other systems: + +* Node.js + + +Development and testing +------------------------ + +Install NPM modules needed for development: + + $ npm install + +To build minified versions: + + $ npm run build + +Tests use minified version, so make sure to rebuild it every time you change +`nacl.js` or `nacl-fast.js`. + +### Testing + +To run tests in Node.js: + + $ npm run test-node + +By default all tests described here work on `nacl.min.js`. To test other +versions, set environment variable `NACL_SRC` to the file name you want to test. +For example, the following command will test fast minified version: + + $ NACL_SRC=nacl-fast.min.js npm run test-node + +To run full suite of tests in Node.js, including comparing outputs of +JavaScript port to outputs of the original C version: + + $ npm run test-node-all + +To prepare tests for browsers: + + $ npm run build-test-browser + +and then open `test/browser/test.html` (or `test/browser/test-fast.html`) to +run them. + +To run headless browser tests with `tape-run` (powered by Electron): + + $ npm run test-browser + +(If you get `Error: spawn ENOENT`, install *xvfb*: `sudo apt-get install xvfb`.) + +To run tests in both Node and Electron: + + $ npm test + +### Benchmarking + +To run benchmarks in Node.js: + + $ npm run bench + $ NACL_SRC=nacl-fast.min.js npm run bench + +To run benchmarks in a browser, open `test/benchmark/bench.html` (or +`test/benchmark/bench-fast.html`). + + +Benchmarks +---------- + +For reference, here are benchmarks from MacBook Pro (Retina, 13-inch, Mid 2014) +laptop with 2.6 GHz Intel Core i5 CPU (Intel) in Chrome 53/OS X and Xiaomi Redmi +Note 3 smartphone with 1.8 GHz Qualcomm Snapdragon 650 64-bit CPU (ARM) in +Chrome 52/Android: + +| | nacl.js Intel | nacl-fast.js Intel | nacl.js ARM | nacl-fast.js ARM | +| ------------- |:-------------:|:-------------------:|:-------------:|:-----------------:| +| salsa20 | 1.3 MB/s | 128 MB/s | 0.4 MB/s | 43 MB/s | +| poly1305 | 13 MB/s | 171 MB/s | 4 MB/s | 52 MB/s | +| hash | 4 MB/s | 34 MB/s | 0.9 MB/s | 12 MB/s | +| secretbox 1K | 1113 op/s | 57583 op/s | 334 op/s | 14227 op/s | +| box 1K | 145 op/s | 718 op/s | 37 op/s | 368 op/s | +| scalarMult | 171 op/s | 733 op/s | 56 op/s | 380 op/s | +| sign | 77 op/s | 200 op/s | 20 op/s | 61 op/s | +| sign.open | 39 op/s | 102 op/s | 11 op/s | 31 op/s | + +(You can run benchmarks on your devices by clicking on the links at the bottom +of the [home page](https://tweetnacl.js.org)). + +In short, with *nacl-fast.js* and 1024-byte messages you can expect to encrypt and +authenticate more than 57000 messages per second on a typical laptop or more than +14000 messages per second on a $170 smartphone, sign about 200 and verify 100 +messages per second on a laptop or 60 and 30 messages per second on a smartphone, +per CPU core (with Web Workers you can do these operations in parallel), +which is good enough for most applications. + + +Contributors +------------ + +See AUTHORS.md file. + + +Third-party libraries based on TweetNaCl.js +------------------------------------------- + +* [forward-secrecy](https://github.com/alax/forward-secrecy) — Axolotl ratchet implementation +* [nacl-stream](https://github.com/dchest/nacl-stream-js) - streaming encryption +* [tweetnacl-auth-js](https://github.com/dchest/tweetnacl-auth-js) — implementation of [`crypto_auth`](http://nacl.cr.yp.to/auth.html) +* [chloride](https://github.com/dominictarr/chloride) - unified API for various NaCl modules + + +Who uses it +----------- + +Some notable users of TweetNaCl.js: + +* [miniLock](http://minilock.io/) +* [Stellar](https://www.stellar.org/) diff --git a/node_modules/tweetnacl/nacl-fast.js b/node_modules/tweetnacl/nacl-fast.js new file mode 100644 index 0000000..5e4562f --- /dev/null +++ b/node_modules/tweetnacl/nacl-fast.js @@ -0,0 +1,2388 @@ +(function(nacl) { +'use strict'; + +// Ported in 2014 by Dmitry Chestnykh and Devi Mandiri. +// Public domain. +// +// Implementation derived from TweetNaCl version 20140427. +// See for details: http://tweetnacl.cr.yp.to/ + +var gf = function(init) { + var i, r = new Float64Array(16); + if (init) for (i = 0; i < init.length; i++) r[i] = init[i]; + return r; +}; + +// Pluggable, initialized in high-level API below. +var randombytes = function(/* x, n */) { throw new Error('no PRNG'); }; + +var _0 = new Uint8Array(16); +var _9 = new Uint8Array(32); _9[0] = 9; + +var gf0 = gf(), + gf1 = gf([1]), + _121665 = gf([0xdb41, 1]), + D = gf([0x78a3, 0x1359, 0x4dca, 0x75eb, 0xd8ab, 0x4141, 0x0a4d, 0x0070, 0xe898, 0x7779, 0x4079, 0x8cc7, 0xfe73, 0x2b6f, 0x6cee, 0x5203]), + D2 = gf([0xf159, 0x26b2, 0x9b94, 0xebd6, 0xb156, 0x8283, 0x149a, 0x00e0, 0xd130, 0xeef3, 0x80f2, 0x198e, 0xfce7, 0x56df, 0xd9dc, 0x2406]), + X = gf([0xd51a, 0x8f25, 0x2d60, 0xc956, 0xa7b2, 0x9525, 0xc760, 0x692c, 0xdc5c, 0xfdd6, 0xe231, 0xc0a4, 0x53fe, 0xcd6e, 0x36d3, 0x2169]), + Y = gf([0x6658, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666]), + I = gf([0xa0b0, 0x4a0e, 0x1b27, 0xc4ee, 0xe478, 0xad2f, 0x1806, 0x2f43, 0xd7a7, 0x3dfb, 0x0099, 0x2b4d, 0xdf0b, 0x4fc1, 0x2480, 0x2b83]); + +function ts64(x, i, h, l) { + x[i] = (h >> 24) & 0xff; + x[i+1] = (h >> 16) & 0xff; + x[i+2] = (h >> 8) & 0xff; + x[i+3] = h & 0xff; + x[i+4] = (l >> 24) & 0xff; + x[i+5] = (l >> 16) & 0xff; + x[i+6] = (l >> 8) & 0xff; + x[i+7] = l & 0xff; +} + +function vn(x, xi, y, yi, n) { + var i,d = 0; + for (i = 0; i < n; i++) d |= x[xi+i]^y[yi+i]; + return (1 & ((d - 1) >>> 8)) - 1; +} + +function crypto_verify_16(x, xi, y, yi) { + return vn(x,xi,y,yi,16); +} + +function crypto_verify_32(x, xi, y, yi) { + return vn(x,xi,y,yi,32); +} + +function core_salsa20(o, p, k, c) { + var j0 = c[ 0] & 0xff | (c[ 1] & 0xff)<<8 | (c[ 2] & 0xff)<<16 | (c[ 3] & 0xff)<<24, + j1 = k[ 0] & 0xff | (k[ 1] & 0xff)<<8 | (k[ 2] & 0xff)<<16 | (k[ 3] & 0xff)<<24, + j2 = k[ 4] & 0xff | (k[ 5] & 0xff)<<8 | (k[ 6] & 0xff)<<16 | (k[ 7] & 0xff)<<24, + j3 = k[ 8] & 0xff | (k[ 9] & 0xff)<<8 | (k[10] & 0xff)<<16 | (k[11] & 0xff)<<24, + j4 = k[12] & 0xff | (k[13] & 0xff)<<8 | (k[14] & 0xff)<<16 | (k[15] & 0xff)<<24, + j5 = c[ 4] & 0xff | (c[ 5] & 0xff)<<8 | (c[ 6] & 0xff)<<16 | (c[ 7] & 0xff)<<24, + j6 = p[ 0] & 0xff | (p[ 1] & 0xff)<<8 | (p[ 2] & 0xff)<<16 | (p[ 3] & 0xff)<<24, + j7 = p[ 4] & 0xff | (p[ 5] & 0xff)<<8 | (p[ 6] & 0xff)<<16 | (p[ 7] & 0xff)<<24, + j8 = p[ 8] & 0xff | (p[ 9] & 0xff)<<8 | (p[10] & 0xff)<<16 | (p[11] & 0xff)<<24, + j9 = p[12] & 0xff | (p[13] & 0xff)<<8 | (p[14] & 0xff)<<16 | (p[15] & 0xff)<<24, + j10 = c[ 8] & 0xff | (c[ 9] & 0xff)<<8 | (c[10] & 0xff)<<16 | (c[11] & 0xff)<<24, + j11 = k[16] & 0xff | (k[17] & 0xff)<<8 | (k[18] & 0xff)<<16 | (k[19] & 0xff)<<24, + j12 = k[20] & 0xff | (k[21] & 0xff)<<8 | (k[22] & 0xff)<<16 | (k[23] & 0xff)<<24, + j13 = k[24] & 0xff | (k[25] & 0xff)<<8 | (k[26] & 0xff)<<16 | (k[27] & 0xff)<<24, + j14 = k[28] & 0xff | (k[29] & 0xff)<<8 | (k[30] & 0xff)<<16 | (k[31] & 0xff)<<24, + j15 = c[12] & 0xff | (c[13] & 0xff)<<8 | (c[14] & 0xff)<<16 | (c[15] & 0xff)<<24; + + var x0 = j0, x1 = j1, x2 = j2, x3 = j3, x4 = j4, x5 = j5, x6 = j6, x7 = j7, + x8 = j8, x9 = j9, x10 = j10, x11 = j11, x12 = j12, x13 = j13, x14 = j14, + x15 = j15, u; + + for (var i = 0; i < 20; i += 2) { + u = x0 + x12 | 0; + x4 ^= u<<7 | u>>>(32-7); + u = x4 + x0 | 0; + x8 ^= u<<9 | u>>>(32-9); + u = x8 + x4 | 0; + x12 ^= u<<13 | u>>>(32-13); + u = x12 + x8 | 0; + x0 ^= u<<18 | u>>>(32-18); + + u = x5 + x1 | 0; + x9 ^= u<<7 | u>>>(32-7); + u = x9 + x5 | 0; + x13 ^= u<<9 | u>>>(32-9); + u = x13 + x9 | 0; + x1 ^= u<<13 | u>>>(32-13); + u = x1 + x13 | 0; + x5 ^= u<<18 | u>>>(32-18); + + u = x10 + x6 | 0; + x14 ^= u<<7 | u>>>(32-7); + u = x14 + x10 | 0; + x2 ^= u<<9 | u>>>(32-9); + u = x2 + x14 | 0; + x6 ^= u<<13 | u>>>(32-13); + u = x6 + x2 | 0; + x10 ^= u<<18 | u>>>(32-18); + + u = x15 + x11 | 0; + x3 ^= u<<7 | u>>>(32-7); + u = x3 + x15 | 0; + x7 ^= u<<9 | u>>>(32-9); + u = x7 + x3 | 0; + x11 ^= u<<13 | u>>>(32-13); + u = x11 + x7 | 0; + x15 ^= u<<18 | u>>>(32-18); + + u = x0 + x3 | 0; + x1 ^= u<<7 | u>>>(32-7); + u = x1 + x0 | 0; + x2 ^= u<<9 | u>>>(32-9); + u = x2 + x1 | 0; + x3 ^= u<<13 | u>>>(32-13); + u = x3 + x2 | 0; + x0 ^= u<<18 | u>>>(32-18); + + u = x5 + x4 | 0; + x6 ^= u<<7 | u>>>(32-7); + u = x6 + x5 | 0; + x7 ^= u<<9 | u>>>(32-9); + u = x7 + x6 | 0; + x4 ^= u<<13 | u>>>(32-13); + u = x4 + x7 | 0; + x5 ^= u<<18 | u>>>(32-18); + + u = x10 + x9 | 0; + x11 ^= u<<7 | u>>>(32-7); + u = x11 + x10 | 0; + x8 ^= u<<9 | u>>>(32-9); + u = x8 + x11 | 0; + x9 ^= u<<13 | u>>>(32-13); + u = x9 + x8 | 0; + x10 ^= u<<18 | u>>>(32-18); + + u = x15 + x14 | 0; + x12 ^= u<<7 | u>>>(32-7); + u = x12 + x15 | 0; + x13 ^= u<<9 | u>>>(32-9); + u = x13 + x12 | 0; + x14 ^= u<<13 | u>>>(32-13); + u = x14 + x13 | 0; + x15 ^= u<<18 | u>>>(32-18); + } + x0 = x0 + j0 | 0; + x1 = x1 + j1 | 0; + x2 = x2 + j2 | 0; + x3 = x3 + j3 | 0; + x4 = x4 + j4 | 0; + x5 = x5 + j5 | 0; + x6 = x6 + j6 | 0; + x7 = x7 + j7 | 0; + x8 = x8 + j8 | 0; + x9 = x9 + j9 | 0; + x10 = x10 + j10 | 0; + x11 = x11 + j11 | 0; + x12 = x12 + j12 | 0; + x13 = x13 + j13 | 0; + x14 = x14 + j14 | 0; + x15 = x15 + j15 | 0; + + o[ 0] = x0 >>> 0 & 0xff; + o[ 1] = x0 >>> 8 & 0xff; + o[ 2] = x0 >>> 16 & 0xff; + o[ 3] = x0 >>> 24 & 0xff; + + o[ 4] = x1 >>> 0 & 0xff; + o[ 5] = x1 >>> 8 & 0xff; + o[ 6] = x1 >>> 16 & 0xff; + o[ 7] = x1 >>> 24 & 0xff; + + o[ 8] = x2 >>> 0 & 0xff; + o[ 9] = x2 >>> 8 & 0xff; + o[10] = x2 >>> 16 & 0xff; + o[11] = x2 >>> 24 & 0xff; + + o[12] = x3 >>> 0 & 0xff; + o[13] = x3 >>> 8 & 0xff; + o[14] = x3 >>> 16 & 0xff; + o[15] = x3 >>> 24 & 0xff; + + o[16] = x4 >>> 0 & 0xff; + o[17] = x4 >>> 8 & 0xff; + o[18] = x4 >>> 16 & 0xff; + o[19] = x4 >>> 24 & 0xff; + + o[20] = x5 >>> 0 & 0xff; + o[21] = x5 >>> 8 & 0xff; + o[22] = x5 >>> 16 & 0xff; + o[23] = x5 >>> 24 & 0xff; + + o[24] = x6 >>> 0 & 0xff; + o[25] = x6 >>> 8 & 0xff; + o[26] = x6 >>> 16 & 0xff; + o[27] = x6 >>> 24 & 0xff; + + o[28] = x7 >>> 0 & 0xff; + o[29] = x7 >>> 8 & 0xff; + o[30] = x7 >>> 16 & 0xff; + o[31] = x7 >>> 24 & 0xff; + + o[32] = x8 >>> 0 & 0xff; + o[33] = x8 >>> 8 & 0xff; + o[34] = x8 >>> 16 & 0xff; + o[35] = x8 >>> 24 & 0xff; + + o[36] = x9 >>> 0 & 0xff; + o[37] = x9 >>> 8 & 0xff; + o[38] = x9 >>> 16 & 0xff; + o[39] = x9 >>> 24 & 0xff; + + o[40] = x10 >>> 0 & 0xff; + o[41] = x10 >>> 8 & 0xff; + o[42] = x10 >>> 16 & 0xff; + o[43] = x10 >>> 24 & 0xff; + + o[44] = x11 >>> 0 & 0xff; + o[45] = x11 >>> 8 & 0xff; + o[46] = x11 >>> 16 & 0xff; + o[47] = x11 >>> 24 & 0xff; + + o[48] = x12 >>> 0 & 0xff; + o[49] = x12 >>> 8 & 0xff; + o[50] = x12 >>> 16 & 0xff; + o[51] = x12 >>> 24 & 0xff; + + o[52] = x13 >>> 0 & 0xff; + o[53] = x13 >>> 8 & 0xff; + o[54] = x13 >>> 16 & 0xff; + o[55] = x13 >>> 24 & 0xff; + + o[56] = x14 >>> 0 & 0xff; + o[57] = x14 >>> 8 & 0xff; + o[58] = x14 >>> 16 & 0xff; + o[59] = x14 >>> 24 & 0xff; + + o[60] = x15 >>> 0 & 0xff; + o[61] = x15 >>> 8 & 0xff; + o[62] = x15 >>> 16 & 0xff; + o[63] = x15 >>> 24 & 0xff; +} + +function core_hsalsa20(o,p,k,c) { + var j0 = c[ 0] & 0xff | (c[ 1] & 0xff)<<8 | (c[ 2] & 0xff)<<16 | (c[ 3] & 0xff)<<24, + j1 = k[ 0] & 0xff | (k[ 1] & 0xff)<<8 | (k[ 2] & 0xff)<<16 | (k[ 3] & 0xff)<<24, + j2 = k[ 4] & 0xff | (k[ 5] & 0xff)<<8 | (k[ 6] & 0xff)<<16 | (k[ 7] & 0xff)<<24, + j3 = k[ 8] & 0xff | (k[ 9] & 0xff)<<8 | (k[10] & 0xff)<<16 | (k[11] & 0xff)<<24, + j4 = k[12] & 0xff | (k[13] & 0xff)<<8 | (k[14] & 0xff)<<16 | (k[15] & 0xff)<<24, + j5 = c[ 4] & 0xff | (c[ 5] & 0xff)<<8 | (c[ 6] & 0xff)<<16 | (c[ 7] & 0xff)<<24, + j6 = p[ 0] & 0xff | (p[ 1] & 0xff)<<8 | (p[ 2] & 0xff)<<16 | (p[ 3] & 0xff)<<24, + j7 = p[ 4] & 0xff | (p[ 5] & 0xff)<<8 | (p[ 6] & 0xff)<<16 | (p[ 7] & 0xff)<<24, + j8 = p[ 8] & 0xff | (p[ 9] & 0xff)<<8 | (p[10] & 0xff)<<16 | (p[11] & 0xff)<<24, + j9 = p[12] & 0xff | (p[13] & 0xff)<<8 | (p[14] & 0xff)<<16 | (p[15] & 0xff)<<24, + j10 = c[ 8] & 0xff | (c[ 9] & 0xff)<<8 | (c[10] & 0xff)<<16 | (c[11] & 0xff)<<24, + j11 = k[16] & 0xff | (k[17] & 0xff)<<8 | (k[18] & 0xff)<<16 | (k[19] & 0xff)<<24, + j12 = k[20] & 0xff | (k[21] & 0xff)<<8 | (k[22] & 0xff)<<16 | (k[23] & 0xff)<<24, + j13 = k[24] & 0xff | (k[25] & 0xff)<<8 | (k[26] & 0xff)<<16 | (k[27] & 0xff)<<24, + j14 = k[28] & 0xff | (k[29] & 0xff)<<8 | (k[30] & 0xff)<<16 | (k[31] & 0xff)<<24, + j15 = c[12] & 0xff | (c[13] & 0xff)<<8 | (c[14] & 0xff)<<16 | (c[15] & 0xff)<<24; + + var x0 = j0, x1 = j1, x2 = j2, x3 = j3, x4 = j4, x5 = j5, x6 = j6, x7 = j7, + x8 = j8, x9 = j9, x10 = j10, x11 = j11, x12 = j12, x13 = j13, x14 = j14, + x15 = j15, u; + + for (var i = 0; i < 20; i += 2) { + u = x0 + x12 | 0; + x4 ^= u<<7 | u>>>(32-7); + u = x4 + x0 | 0; + x8 ^= u<<9 | u>>>(32-9); + u = x8 + x4 | 0; + x12 ^= u<<13 | u>>>(32-13); + u = x12 + x8 | 0; + x0 ^= u<<18 | u>>>(32-18); + + u = x5 + x1 | 0; + x9 ^= u<<7 | u>>>(32-7); + u = x9 + x5 | 0; + x13 ^= u<<9 | u>>>(32-9); + u = x13 + x9 | 0; + x1 ^= u<<13 | u>>>(32-13); + u = x1 + x13 | 0; + x5 ^= u<<18 | u>>>(32-18); + + u = x10 + x6 | 0; + x14 ^= u<<7 | u>>>(32-7); + u = x14 + x10 | 0; + x2 ^= u<<9 | u>>>(32-9); + u = x2 + x14 | 0; + x6 ^= u<<13 | u>>>(32-13); + u = x6 + x2 | 0; + x10 ^= u<<18 | u>>>(32-18); + + u = x15 + x11 | 0; + x3 ^= u<<7 | u>>>(32-7); + u = x3 + x15 | 0; + x7 ^= u<<9 | u>>>(32-9); + u = x7 + x3 | 0; + x11 ^= u<<13 | u>>>(32-13); + u = x11 + x7 | 0; + x15 ^= u<<18 | u>>>(32-18); + + u = x0 + x3 | 0; + x1 ^= u<<7 | u>>>(32-7); + u = x1 + x0 | 0; + x2 ^= u<<9 | u>>>(32-9); + u = x2 + x1 | 0; + x3 ^= u<<13 | u>>>(32-13); + u = x3 + x2 | 0; + x0 ^= u<<18 | u>>>(32-18); + + u = x5 + x4 | 0; + x6 ^= u<<7 | u>>>(32-7); + u = x6 + x5 | 0; + x7 ^= u<<9 | u>>>(32-9); + u = x7 + x6 | 0; + x4 ^= u<<13 | u>>>(32-13); + u = x4 + x7 | 0; + x5 ^= u<<18 | u>>>(32-18); + + u = x10 + x9 | 0; + x11 ^= u<<7 | u>>>(32-7); + u = x11 + x10 | 0; + x8 ^= u<<9 | u>>>(32-9); + u = x8 + x11 | 0; + x9 ^= u<<13 | u>>>(32-13); + u = x9 + x8 | 0; + x10 ^= u<<18 | u>>>(32-18); + + u = x15 + x14 | 0; + x12 ^= u<<7 | u>>>(32-7); + u = x12 + x15 | 0; + x13 ^= u<<9 | u>>>(32-9); + u = x13 + x12 | 0; + x14 ^= u<<13 | u>>>(32-13); + u = x14 + x13 | 0; + x15 ^= u<<18 | u>>>(32-18); + } + + o[ 0] = x0 >>> 0 & 0xff; + o[ 1] = x0 >>> 8 & 0xff; + o[ 2] = x0 >>> 16 & 0xff; + o[ 3] = x0 >>> 24 & 0xff; + + o[ 4] = x5 >>> 0 & 0xff; + o[ 5] = x5 >>> 8 & 0xff; + o[ 6] = x5 >>> 16 & 0xff; + o[ 7] = x5 >>> 24 & 0xff; + + o[ 8] = x10 >>> 0 & 0xff; + o[ 9] = x10 >>> 8 & 0xff; + o[10] = x10 >>> 16 & 0xff; + o[11] = x10 >>> 24 & 0xff; + + o[12] = x15 >>> 0 & 0xff; + o[13] = x15 >>> 8 & 0xff; + o[14] = x15 >>> 16 & 0xff; + o[15] = x15 >>> 24 & 0xff; + + o[16] = x6 >>> 0 & 0xff; + o[17] = x6 >>> 8 & 0xff; + o[18] = x6 >>> 16 & 0xff; + o[19] = x6 >>> 24 & 0xff; + + o[20] = x7 >>> 0 & 0xff; + o[21] = x7 >>> 8 & 0xff; + o[22] = x7 >>> 16 & 0xff; + o[23] = x7 >>> 24 & 0xff; + + o[24] = x8 >>> 0 & 0xff; + o[25] = x8 >>> 8 & 0xff; + o[26] = x8 >>> 16 & 0xff; + o[27] = x8 >>> 24 & 0xff; + + o[28] = x9 >>> 0 & 0xff; + o[29] = x9 >>> 8 & 0xff; + o[30] = x9 >>> 16 & 0xff; + o[31] = x9 >>> 24 & 0xff; +} + +function crypto_core_salsa20(out,inp,k,c) { + core_salsa20(out,inp,k,c); +} + +function crypto_core_hsalsa20(out,inp,k,c) { + core_hsalsa20(out,inp,k,c); +} + +var sigma = new Uint8Array([101, 120, 112, 97, 110, 100, 32, 51, 50, 45, 98, 121, 116, 101, 32, 107]); + // "expand 32-byte k" + +function crypto_stream_salsa20_xor(c,cpos,m,mpos,b,n,k) { + var z = new Uint8Array(16), x = new Uint8Array(64); + var u, i; + for (i = 0; i < 16; i++) z[i] = 0; + for (i = 0; i < 8; i++) z[i] = n[i]; + while (b >= 64) { + crypto_core_salsa20(x,z,k,sigma); + for (i = 0; i < 64; i++) c[cpos+i] = m[mpos+i] ^ x[i]; + u = 1; + for (i = 8; i < 16; i++) { + u = u + (z[i] & 0xff) | 0; + z[i] = u & 0xff; + u >>>= 8; + } + b -= 64; + cpos += 64; + mpos += 64; + } + if (b > 0) { + crypto_core_salsa20(x,z,k,sigma); + for (i = 0; i < b; i++) c[cpos+i] = m[mpos+i] ^ x[i]; + } + return 0; +} + +function crypto_stream_salsa20(c,cpos,b,n,k) { + var z = new Uint8Array(16), x = new Uint8Array(64); + var u, i; + for (i = 0; i < 16; i++) z[i] = 0; + for (i = 0; i < 8; i++) z[i] = n[i]; + while (b >= 64) { + crypto_core_salsa20(x,z,k,sigma); + for (i = 0; i < 64; i++) c[cpos+i] = x[i]; + u = 1; + for (i = 8; i < 16; i++) { + u = u + (z[i] & 0xff) | 0; + z[i] = u & 0xff; + u >>>= 8; + } + b -= 64; + cpos += 64; + } + if (b > 0) { + crypto_core_salsa20(x,z,k,sigma); + for (i = 0; i < b; i++) c[cpos+i] = x[i]; + } + return 0; +} + +function crypto_stream(c,cpos,d,n,k) { + var s = new Uint8Array(32); + crypto_core_hsalsa20(s,n,k,sigma); + var sn = new Uint8Array(8); + for (var i = 0; i < 8; i++) sn[i] = n[i+16]; + return crypto_stream_salsa20(c,cpos,d,sn,s); +} + +function crypto_stream_xor(c,cpos,m,mpos,d,n,k) { + var s = new Uint8Array(32); + crypto_core_hsalsa20(s,n,k,sigma); + var sn = new Uint8Array(8); + for (var i = 0; i < 8; i++) sn[i] = n[i+16]; + return crypto_stream_salsa20_xor(c,cpos,m,mpos,d,sn,s); +} + +/* +* Port of Andrew Moon's Poly1305-donna-16. Public domain. +* https://github.com/floodyberry/poly1305-donna +*/ + +var poly1305 = function(key) { + this.buffer = new Uint8Array(16); + this.r = new Uint16Array(10); + this.h = new Uint16Array(10); + this.pad = new Uint16Array(8); + this.leftover = 0; + this.fin = 0; + + var t0, t1, t2, t3, t4, t5, t6, t7; + + t0 = key[ 0] & 0xff | (key[ 1] & 0xff) << 8; this.r[0] = ( t0 ) & 0x1fff; + t1 = key[ 2] & 0xff | (key[ 3] & 0xff) << 8; this.r[1] = ((t0 >>> 13) | (t1 << 3)) & 0x1fff; + t2 = key[ 4] & 0xff | (key[ 5] & 0xff) << 8; this.r[2] = ((t1 >>> 10) | (t2 << 6)) & 0x1f03; + t3 = key[ 6] & 0xff | (key[ 7] & 0xff) << 8; this.r[3] = ((t2 >>> 7) | (t3 << 9)) & 0x1fff; + t4 = key[ 8] & 0xff | (key[ 9] & 0xff) << 8; this.r[4] = ((t3 >>> 4) | (t4 << 12)) & 0x00ff; + this.r[5] = ((t4 >>> 1)) & 0x1ffe; + t5 = key[10] & 0xff | (key[11] & 0xff) << 8; this.r[6] = ((t4 >>> 14) | (t5 << 2)) & 0x1fff; + t6 = key[12] & 0xff | (key[13] & 0xff) << 8; this.r[7] = ((t5 >>> 11) | (t6 << 5)) & 0x1f81; + t7 = key[14] & 0xff | (key[15] & 0xff) << 8; this.r[8] = ((t6 >>> 8) | (t7 << 8)) & 0x1fff; + this.r[9] = ((t7 >>> 5)) & 0x007f; + + this.pad[0] = key[16] & 0xff | (key[17] & 0xff) << 8; + this.pad[1] = key[18] & 0xff | (key[19] & 0xff) << 8; + this.pad[2] = key[20] & 0xff | (key[21] & 0xff) << 8; + this.pad[3] = key[22] & 0xff | (key[23] & 0xff) << 8; + this.pad[4] = key[24] & 0xff | (key[25] & 0xff) << 8; + this.pad[5] = key[26] & 0xff | (key[27] & 0xff) << 8; + this.pad[6] = key[28] & 0xff | (key[29] & 0xff) << 8; + this.pad[7] = key[30] & 0xff | (key[31] & 0xff) << 8; +}; + +poly1305.prototype.blocks = function(m, mpos, bytes) { + var hibit = this.fin ? 0 : (1 << 11); + var t0, t1, t2, t3, t4, t5, t6, t7, c; + var d0, d1, d2, d3, d4, d5, d6, d7, d8, d9; + + var h0 = this.h[0], + h1 = this.h[1], + h2 = this.h[2], + h3 = this.h[3], + h4 = this.h[4], + h5 = this.h[5], + h6 = this.h[6], + h7 = this.h[7], + h8 = this.h[8], + h9 = this.h[9]; + + var r0 = this.r[0], + r1 = this.r[1], + r2 = this.r[2], + r3 = this.r[3], + r4 = this.r[4], + r5 = this.r[5], + r6 = this.r[6], + r7 = this.r[7], + r8 = this.r[8], + r9 = this.r[9]; + + while (bytes >= 16) { + t0 = m[mpos+ 0] & 0xff | (m[mpos+ 1] & 0xff) << 8; h0 += ( t0 ) & 0x1fff; + t1 = m[mpos+ 2] & 0xff | (m[mpos+ 3] & 0xff) << 8; h1 += ((t0 >>> 13) | (t1 << 3)) & 0x1fff; + t2 = m[mpos+ 4] & 0xff | (m[mpos+ 5] & 0xff) << 8; h2 += ((t1 >>> 10) | (t2 << 6)) & 0x1fff; + t3 = m[mpos+ 6] & 0xff | (m[mpos+ 7] & 0xff) << 8; h3 += ((t2 >>> 7) | (t3 << 9)) & 0x1fff; + t4 = m[mpos+ 8] & 0xff | (m[mpos+ 9] & 0xff) << 8; h4 += ((t3 >>> 4) | (t4 << 12)) & 0x1fff; + h5 += ((t4 >>> 1)) & 0x1fff; + t5 = m[mpos+10] & 0xff | (m[mpos+11] & 0xff) << 8; h6 += ((t4 >>> 14) | (t5 << 2)) & 0x1fff; + t6 = m[mpos+12] & 0xff | (m[mpos+13] & 0xff) << 8; h7 += ((t5 >>> 11) | (t6 << 5)) & 0x1fff; + t7 = m[mpos+14] & 0xff | (m[mpos+15] & 0xff) << 8; h8 += ((t6 >>> 8) | (t7 << 8)) & 0x1fff; + h9 += ((t7 >>> 5)) | hibit; + + c = 0; + + d0 = c; + d0 += h0 * r0; + d0 += h1 * (5 * r9); + d0 += h2 * (5 * r8); + d0 += h3 * (5 * r7); + d0 += h4 * (5 * r6); + c = (d0 >>> 13); d0 &= 0x1fff; + d0 += h5 * (5 * r5); + d0 += h6 * (5 * r4); + d0 += h7 * (5 * r3); + d0 += h8 * (5 * r2); + d0 += h9 * (5 * r1); + c += (d0 >>> 13); d0 &= 0x1fff; + + d1 = c; + d1 += h0 * r1; + d1 += h1 * r0; + d1 += h2 * (5 * r9); + d1 += h3 * (5 * r8); + d1 += h4 * (5 * r7); + c = (d1 >>> 13); d1 &= 0x1fff; + d1 += h5 * (5 * r6); + d1 += h6 * (5 * r5); + d1 += h7 * (5 * r4); + d1 += h8 * (5 * r3); + d1 += h9 * (5 * r2); + c += (d1 >>> 13); d1 &= 0x1fff; + + d2 = c; + d2 += h0 * r2; + d2 += h1 * r1; + d2 += h2 * r0; + d2 += h3 * (5 * r9); + d2 += h4 * (5 * r8); + c = (d2 >>> 13); d2 &= 0x1fff; + d2 += h5 * (5 * r7); + d2 += h6 * (5 * r6); + d2 += h7 * (5 * r5); + d2 += h8 * (5 * r4); + d2 += h9 * (5 * r3); + c += (d2 >>> 13); d2 &= 0x1fff; + + d3 = c; + d3 += h0 * r3; + d3 += h1 * r2; + d3 += h2 * r1; + d3 += h3 * r0; + d3 += h4 * (5 * r9); + c = (d3 >>> 13); d3 &= 0x1fff; + d3 += h5 * (5 * r8); + d3 += h6 * (5 * r7); + d3 += h7 * (5 * r6); + d3 += h8 * (5 * r5); + d3 += h9 * (5 * r4); + c += (d3 >>> 13); d3 &= 0x1fff; + + d4 = c; + d4 += h0 * r4; + d4 += h1 * r3; + d4 += h2 * r2; + d4 += h3 * r1; + d4 += h4 * r0; + c = (d4 >>> 13); d4 &= 0x1fff; + d4 += h5 * (5 * r9); + d4 += h6 * (5 * r8); + d4 += h7 * (5 * r7); + d4 += h8 * (5 * r6); + d4 += h9 * (5 * r5); + c += (d4 >>> 13); d4 &= 0x1fff; + + d5 = c; + d5 += h0 * r5; + d5 += h1 * r4; + d5 += h2 * r3; + d5 += h3 * r2; + d5 += h4 * r1; + c = (d5 >>> 13); d5 &= 0x1fff; + d5 += h5 * r0; + d5 += h6 * (5 * r9); + d5 += h7 * (5 * r8); + d5 += h8 * (5 * r7); + d5 += h9 * (5 * r6); + c += (d5 >>> 13); d5 &= 0x1fff; + + d6 = c; + d6 += h0 * r6; + d6 += h1 * r5; + d6 += h2 * r4; + d6 += h3 * r3; + d6 += h4 * r2; + c = (d6 >>> 13); d6 &= 0x1fff; + d6 += h5 * r1; + d6 += h6 * r0; + d6 += h7 * (5 * r9); + d6 += h8 * (5 * r8); + d6 += h9 * (5 * r7); + c += (d6 >>> 13); d6 &= 0x1fff; + + d7 = c; + d7 += h0 * r7; + d7 += h1 * r6; + d7 += h2 * r5; + d7 += h3 * r4; + d7 += h4 * r3; + c = (d7 >>> 13); d7 &= 0x1fff; + d7 += h5 * r2; + d7 += h6 * r1; + d7 += h7 * r0; + d7 += h8 * (5 * r9); + d7 += h9 * (5 * r8); + c += (d7 >>> 13); d7 &= 0x1fff; + + d8 = c; + d8 += h0 * r8; + d8 += h1 * r7; + d8 += h2 * r6; + d8 += h3 * r5; + d8 += h4 * r4; + c = (d8 >>> 13); d8 &= 0x1fff; + d8 += h5 * r3; + d8 += h6 * r2; + d8 += h7 * r1; + d8 += h8 * r0; + d8 += h9 * (5 * r9); + c += (d8 >>> 13); d8 &= 0x1fff; + + d9 = c; + d9 += h0 * r9; + d9 += h1 * r8; + d9 += h2 * r7; + d9 += h3 * r6; + d9 += h4 * r5; + c = (d9 >>> 13); d9 &= 0x1fff; + d9 += h5 * r4; + d9 += h6 * r3; + d9 += h7 * r2; + d9 += h8 * r1; + d9 += h9 * r0; + c += (d9 >>> 13); d9 &= 0x1fff; + + c = (((c << 2) + c)) | 0; + c = (c + d0) | 0; + d0 = c & 0x1fff; + c = (c >>> 13); + d1 += c; + + h0 = d0; + h1 = d1; + h2 = d2; + h3 = d3; + h4 = d4; + h5 = d5; + h6 = d6; + h7 = d7; + h8 = d8; + h9 = d9; + + mpos += 16; + bytes -= 16; + } + this.h[0] = h0; + this.h[1] = h1; + this.h[2] = h2; + this.h[3] = h3; + this.h[4] = h4; + this.h[5] = h5; + this.h[6] = h6; + this.h[7] = h7; + this.h[8] = h8; + this.h[9] = h9; +}; + +poly1305.prototype.finish = function(mac, macpos) { + var g = new Uint16Array(10); + var c, mask, f, i; + + if (this.leftover) { + i = this.leftover; + this.buffer[i++] = 1; + for (; i < 16; i++) this.buffer[i] = 0; + this.fin = 1; + this.blocks(this.buffer, 0, 16); + } + + c = this.h[1] >>> 13; + this.h[1] &= 0x1fff; + for (i = 2; i < 10; i++) { + this.h[i] += c; + c = this.h[i] >>> 13; + this.h[i] &= 0x1fff; + } + this.h[0] += (c * 5); + c = this.h[0] >>> 13; + this.h[0] &= 0x1fff; + this.h[1] += c; + c = this.h[1] >>> 13; + this.h[1] &= 0x1fff; + this.h[2] += c; + + g[0] = this.h[0] + 5; + c = g[0] >>> 13; + g[0] &= 0x1fff; + for (i = 1; i < 10; i++) { + g[i] = this.h[i] + c; + c = g[i] >>> 13; + g[i] &= 0x1fff; + } + g[9] -= (1 << 13); + + mask = (c ^ 1) - 1; + for (i = 0; i < 10; i++) g[i] &= mask; + mask = ~mask; + for (i = 0; i < 10; i++) this.h[i] = (this.h[i] & mask) | g[i]; + + this.h[0] = ((this.h[0] ) | (this.h[1] << 13) ) & 0xffff; + this.h[1] = ((this.h[1] >>> 3) | (this.h[2] << 10) ) & 0xffff; + this.h[2] = ((this.h[2] >>> 6) | (this.h[3] << 7) ) & 0xffff; + this.h[3] = ((this.h[3] >>> 9) | (this.h[4] << 4) ) & 0xffff; + this.h[4] = ((this.h[4] >>> 12) | (this.h[5] << 1) | (this.h[6] << 14)) & 0xffff; + this.h[5] = ((this.h[6] >>> 2) | (this.h[7] << 11) ) & 0xffff; + this.h[6] = ((this.h[7] >>> 5) | (this.h[8] << 8) ) & 0xffff; + this.h[7] = ((this.h[8] >>> 8) | (this.h[9] << 5) ) & 0xffff; + + f = this.h[0] + this.pad[0]; + this.h[0] = f & 0xffff; + for (i = 1; i < 8; i++) { + f = (((this.h[i] + this.pad[i]) | 0) + (f >>> 16)) | 0; + this.h[i] = f & 0xffff; + } + + mac[macpos+ 0] = (this.h[0] >>> 0) & 0xff; + mac[macpos+ 1] = (this.h[0] >>> 8) & 0xff; + mac[macpos+ 2] = (this.h[1] >>> 0) & 0xff; + mac[macpos+ 3] = (this.h[1] >>> 8) & 0xff; + mac[macpos+ 4] = (this.h[2] >>> 0) & 0xff; + mac[macpos+ 5] = (this.h[2] >>> 8) & 0xff; + mac[macpos+ 6] = (this.h[3] >>> 0) & 0xff; + mac[macpos+ 7] = (this.h[3] >>> 8) & 0xff; + mac[macpos+ 8] = (this.h[4] >>> 0) & 0xff; + mac[macpos+ 9] = (this.h[4] >>> 8) & 0xff; + mac[macpos+10] = (this.h[5] >>> 0) & 0xff; + mac[macpos+11] = (this.h[5] >>> 8) & 0xff; + mac[macpos+12] = (this.h[6] >>> 0) & 0xff; + mac[macpos+13] = (this.h[6] >>> 8) & 0xff; + mac[macpos+14] = (this.h[7] >>> 0) & 0xff; + mac[macpos+15] = (this.h[7] >>> 8) & 0xff; +}; + +poly1305.prototype.update = function(m, mpos, bytes) { + var i, want; + + if (this.leftover) { + want = (16 - this.leftover); + if (want > bytes) + want = bytes; + for (i = 0; i < want; i++) + this.buffer[this.leftover + i] = m[mpos+i]; + bytes -= want; + mpos += want; + this.leftover += want; + if (this.leftover < 16) + return; + this.blocks(this.buffer, 0, 16); + this.leftover = 0; + } + + if (bytes >= 16) { + want = bytes - (bytes % 16); + this.blocks(m, mpos, want); + mpos += want; + bytes -= want; + } + + if (bytes) { + for (i = 0; i < bytes; i++) + this.buffer[this.leftover + i] = m[mpos+i]; + this.leftover += bytes; + } +}; + +function crypto_onetimeauth(out, outpos, m, mpos, n, k) { + var s = new poly1305(k); + s.update(m, mpos, n); + s.finish(out, outpos); + return 0; +} + +function crypto_onetimeauth_verify(h, hpos, m, mpos, n, k) { + var x = new Uint8Array(16); + crypto_onetimeauth(x,0,m,mpos,n,k); + return crypto_verify_16(h,hpos,x,0); +} + +function crypto_secretbox(c,m,d,n,k) { + var i; + if (d < 32) return -1; + crypto_stream_xor(c,0,m,0,d,n,k); + crypto_onetimeauth(c, 16, c, 32, d - 32, c); + for (i = 0; i < 16; i++) c[i] = 0; + return 0; +} + +function crypto_secretbox_open(m,c,d,n,k) { + var i; + var x = new Uint8Array(32); + if (d < 32) return -1; + crypto_stream(x,0,32,n,k); + if (crypto_onetimeauth_verify(c, 16,c, 32,d - 32,x) !== 0) return -1; + crypto_stream_xor(m,0,c,0,d,n,k); + for (i = 0; i < 32; i++) m[i] = 0; + return 0; +} + +function set25519(r, a) { + var i; + for (i = 0; i < 16; i++) r[i] = a[i]|0; +} + +function car25519(o) { + var i, v, c = 1; + for (i = 0; i < 16; i++) { + v = o[i] + c + 65535; + c = Math.floor(v / 65536); + o[i] = v - c * 65536; + } + o[0] += c-1 + 37 * (c-1); +} + +function sel25519(p, q, b) { + var t, c = ~(b-1); + for (var i = 0; i < 16; i++) { + t = c & (p[i] ^ q[i]); + p[i] ^= t; + q[i] ^= t; + } +} + +function pack25519(o, n) { + var i, j, b; + var m = gf(), t = gf(); + for (i = 0; i < 16; i++) t[i] = n[i]; + car25519(t); + car25519(t); + car25519(t); + for (j = 0; j < 2; j++) { + m[0] = t[0] - 0xffed; + for (i = 1; i < 15; i++) { + m[i] = t[i] - 0xffff - ((m[i-1]>>16) & 1); + m[i-1] &= 0xffff; + } + m[15] = t[15] - 0x7fff - ((m[14]>>16) & 1); + b = (m[15]>>16) & 1; + m[14] &= 0xffff; + sel25519(t, m, 1-b); + } + for (i = 0; i < 16; i++) { + o[2*i] = t[i] & 0xff; + o[2*i+1] = t[i]>>8; + } +} + +function neq25519(a, b) { + var c = new Uint8Array(32), d = new Uint8Array(32); + pack25519(c, a); + pack25519(d, b); + return crypto_verify_32(c, 0, d, 0); +} + +function par25519(a) { + var d = new Uint8Array(32); + pack25519(d, a); + return d[0] & 1; +} + +function unpack25519(o, n) { + var i; + for (i = 0; i < 16; i++) o[i] = n[2*i] + (n[2*i+1] << 8); + o[15] &= 0x7fff; +} + +function A(o, a, b) { + for (var i = 0; i < 16; i++) o[i] = a[i] + b[i]; +} + +function Z(o, a, b) { + for (var i = 0; i < 16; i++) o[i] = a[i] - b[i]; +} + +function M(o, a, b) { + var v, c, + t0 = 0, t1 = 0, t2 = 0, t3 = 0, t4 = 0, t5 = 0, t6 = 0, t7 = 0, + t8 = 0, t9 = 0, t10 = 0, t11 = 0, t12 = 0, t13 = 0, t14 = 0, t15 = 0, + t16 = 0, t17 = 0, t18 = 0, t19 = 0, t20 = 0, t21 = 0, t22 = 0, t23 = 0, + t24 = 0, t25 = 0, t26 = 0, t27 = 0, t28 = 0, t29 = 0, t30 = 0, + b0 = b[0], + b1 = b[1], + b2 = b[2], + b3 = b[3], + b4 = b[4], + b5 = b[5], + b6 = b[6], + b7 = b[7], + b8 = b[8], + b9 = b[9], + b10 = b[10], + b11 = b[11], + b12 = b[12], + b13 = b[13], + b14 = b[14], + b15 = b[15]; + + v = a[0]; + t0 += v * b0; + t1 += v * b1; + t2 += v * b2; + t3 += v * b3; + t4 += v * b4; + t5 += v * b5; + t6 += v * b6; + t7 += v * b7; + t8 += v * b8; + t9 += v * b9; + t10 += v * b10; + t11 += v * b11; + t12 += v * b12; + t13 += v * b13; + t14 += v * b14; + t15 += v * b15; + v = a[1]; + t1 += v * b0; + t2 += v * b1; + t3 += v * b2; + t4 += v * b3; + t5 += v * b4; + t6 += v * b5; + t7 += v * b6; + t8 += v * b7; + t9 += v * b8; + t10 += v * b9; + t11 += v * b10; + t12 += v * b11; + t13 += v * b12; + t14 += v * b13; + t15 += v * b14; + t16 += v * b15; + v = a[2]; + t2 += v * b0; + t3 += v * b1; + t4 += v * b2; + t5 += v * b3; + t6 += v * b4; + t7 += v * b5; + t8 += v * b6; + t9 += v * b7; + t10 += v * b8; + t11 += v * b9; + t12 += v * b10; + t13 += v * b11; + t14 += v * b12; + t15 += v * b13; + t16 += v * b14; + t17 += v * b15; + v = a[3]; + t3 += v * b0; + t4 += v * b1; + t5 += v * b2; + t6 += v * b3; + t7 += v * b4; + t8 += v * b5; + t9 += v * b6; + t10 += v * b7; + t11 += v * b8; + t12 += v * b9; + t13 += v * b10; + t14 += v * b11; + t15 += v * b12; + t16 += v * b13; + t17 += v * b14; + t18 += v * b15; + v = a[4]; + t4 += v * b0; + t5 += v * b1; + t6 += v * b2; + t7 += v * b3; + t8 += v * b4; + t9 += v * b5; + t10 += v * b6; + t11 += v * b7; + t12 += v * b8; + t13 += v * b9; + t14 += v * b10; + t15 += v * b11; + t16 += v * b12; + t17 += v * b13; + t18 += v * b14; + t19 += v * b15; + v = a[5]; + t5 += v * b0; + t6 += v * b1; + t7 += v * b2; + t8 += v * b3; + t9 += v * b4; + t10 += v * b5; + t11 += v * b6; + t12 += v * b7; + t13 += v * b8; + t14 += v * b9; + t15 += v * b10; + t16 += v * b11; + t17 += v * b12; + t18 += v * b13; + t19 += v * b14; + t20 += v * b15; + v = a[6]; + t6 += v * b0; + t7 += v * b1; + t8 += v * b2; + t9 += v * b3; + t10 += v * b4; + t11 += v * b5; + t12 += v * b6; + t13 += v * b7; + t14 += v * b8; + t15 += v * b9; + t16 += v * b10; + t17 += v * b11; + t18 += v * b12; + t19 += v * b13; + t20 += v * b14; + t21 += v * b15; + v = a[7]; + t7 += v * b0; + t8 += v * b1; + t9 += v * b2; + t10 += v * b3; + t11 += v * b4; + t12 += v * b5; + t13 += v * b6; + t14 += v * b7; + t15 += v * b8; + t16 += v * b9; + t17 += v * b10; + t18 += v * b11; + t19 += v * b12; + t20 += v * b13; + t21 += v * b14; + t22 += v * b15; + v = a[8]; + t8 += v * b0; + t9 += v * b1; + t10 += v * b2; + t11 += v * b3; + t12 += v * b4; + t13 += v * b5; + t14 += v * b6; + t15 += v * b7; + t16 += v * b8; + t17 += v * b9; + t18 += v * b10; + t19 += v * b11; + t20 += v * b12; + t21 += v * b13; + t22 += v * b14; + t23 += v * b15; + v = a[9]; + t9 += v * b0; + t10 += v * b1; + t11 += v * b2; + t12 += v * b3; + t13 += v * b4; + t14 += v * b5; + t15 += v * b6; + t16 += v * b7; + t17 += v * b8; + t18 += v * b9; + t19 += v * b10; + t20 += v * b11; + t21 += v * b12; + t22 += v * b13; + t23 += v * b14; + t24 += v * b15; + v = a[10]; + t10 += v * b0; + t11 += v * b1; + t12 += v * b2; + t13 += v * b3; + t14 += v * b4; + t15 += v * b5; + t16 += v * b6; + t17 += v * b7; + t18 += v * b8; + t19 += v * b9; + t20 += v * b10; + t21 += v * b11; + t22 += v * b12; + t23 += v * b13; + t24 += v * b14; + t25 += v * b15; + v = a[11]; + t11 += v * b0; + t12 += v * b1; + t13 += v * b2; + t14 += v * b3; + t15 += v * b4; + t16 += v * b5; + t17 += v * b6; + t18 += v * b7; + t19 += v * b8; + t20 += v * b9; + t21 += v * b10; + t22 += v * b11; + t23 += v * b12; + t24 += v * b13; + t25 += v * b14; + t26 += v * b15; + v = a[12]; + t12 += v * b0; + t13 += v * b1; + t14 += v * b2; + t15 += v * b3; + t16 += v * b4; + t17 += v * b5; + t18 += v * b6; + t19 += v * b7; + t20 += v * b8; + t21 += v * b9; + t22 += v * b10; + t23 += v * b11; + t24 += v * b12; + t25 += v * b13; + t26 += v * b14; + t27 += v * b15; + v = a[13]; + t13 += v * b0; + t14 += v * b1; + t15 += v * b2; + t16 += v * b3; + t17 += v * b4; + t18 += v * b5; + t19 += v * b6; + t20 += v * b7; + t21 += v * b8; + t22 += v * b9; + t23 += v * b10; + t24 += v * b11; + t25 += v * b12; + t26 += v * b13; + t27 += v * b14; + t28 += v * b15; + v = a[14]; + t14 += v * b0; + t15 += v * b1; + t16 += v * b2; + t17 += v * b3; + t18 += v * b4; + t19 += v * b5; + t20 += v * b6; + t21 += v * b7; + t22 += v * b8; + t23 += v * b9; + t24 += v * b10; + t25 += v * b11; + t26 += v * b12; + t27 += v * b13; + t28 += v * b14; + t29 += v * b15; + v = a[15]; + t15 += v * b0; + t16 += v * b1; + t17 += v * b2; + t18 += v * b3; + t19 += v * b4; + t20 += v * b5; + t21 += v * b6; + t22 += v * b7; + t23 += v * b8; + t24 += v * b9; + t25 += v * b10; + t26 += v * b11; + t27 += v * b12; + t28 += v * b13; + t29 += v * b14; + t30 += v * b15; + + t0 += 38 * t16; + t1 += 38 * t17; + t2 += 38 * t18; + t3 += 38 * t19; + t4 += 38 * t20; + t5 += 38 * t21; + t6 += 38 * t22; + t7 += 38 * t23; + t8 += 38 * t24; + t9 += 38 * t25; + t10 += 38 * t26; + t11 += 38 * t27; + t12 += 38 * t28; + t13 += 38 * t29; + t14 += 38 * t30; + // t15 left as is + + // first car + c = 1; + v = t0 + c + 65535; c = Math.floor(v / 65536); t0 = v - c * 65536; + v = t1 + c + 65535; c = Math.floor(v / 65536); t1 = v - c * 65536; + v = t2 + c + 65535; c = Math.floor(v / 65536); t2 = v - c * 65536; + v = t3 + c + 65535; c = Math.floor(v / 65536); t3 = v - c * 65536; + v = t4 + c + 65535; c = Math.floor(v / 65536); t4 = v - c * 65536; + v = t5 + c + 65535; c = Math.floor(v / 65536); t5 = v - c * 65536; + v = t6 + c + 65535; c = Math.floor(v / 65536); t6 = v - c * 65536; + v = t7 + c + 65535; c = Math.floor(v / 65536); t7 = v - c * 65536; + v = t8 + c + 65535; c = Math.floor(v / 65536); t8 = v - c * 65536; + v = t9 + c + 65535; c = Math.floor(v / 65536); t9 = v - c * 65536; + v = t10 + c + 65535; c = Math.floor(v / 65536); t10 = v - c * 65536; + v = t11 + c + 65535; c = Math.floor(v / 65536); t11 = v - c * 65536; + v = t12 + c + 65535; c = Math.floor(v / 65536); t12 = v - c * 65536; + v = t13 + c + 65535; c = Math.floor(v / 65536); t13 = v - c * 65536; + v = t14 + c + 65535; c = Math.floor(v / 65536); t14 = v - c * 65536; + v = t15 + c + 65535; c = Math.floor(v / 65536); t15 = v - c * 65536; + t0 += c-1 + 37 * (c-1); + + // second car + c = 1; + v = t0 + c + 65535; c = Math.floor(v / 65536); t0 = v - c * 65536; + v = t1 + c + 65535; c = Math.floor(v / 65536); t1 = v - c * 65536; + v = t2 + c + 65535; c = Math.floor(v / 65536); t2 = v - c * 65536; + v = t3 + c + 65535; c = Math.floor(v / 65536); t3 = v - c * 65536; + v = t4 + c + 65535; c = Math.floor(v / 65536); t4 = v - c * 65536; + v = t5 + c + 65535; c = Math.floor(v / 65536); t5 = v - c * 65536; + v = t6 + c + 65535; c = Math.floor(v / 65536); t6 = v - c * 65536; + v = t7 + c + 65535; c = Math.floor(v / 65536); t7 = v - c * 65536; + v = t8 + c + 65535; c = Math.floor(v / 65536); t8 = v - c * 65536; + v = t9 + c + 65535; c = Math.floor(v / 65536); t9 = v - c * 65536; + v = t10 + c + 65535; c = Math.floor(v / 65536); t10 = v - c * 65536; + v = t11 + c + 65535; c = Math.floor(v / 65536); t11 = v - c * 65536; + v = t12 + c + 65535; c = Math.floor(v / 65536); t12 = v - c * 65536; + v = t13 + c + 65535; c = Math.floor(v / 65536); t13 = v - c * 65536; + v = t14 + c + 65535; c = Math.floor(v / 65536); t14 = v - c * 65536; + v = t15 + c + 65535; c = Math.floor(v / 65536); t15 = v - c * 65536; + t0 += c-1 + 37 * (c-1); + + o[ 0] = t0; + o[ 1] = t1; + o[ 2] = t2; + o[ 3] = t3; + o[ 4] = t4; + o[ 5] = t5; + o[ 6] = t6; + o[ 7] = t7; + o[ 8] = t8; + o[ 9] = t9; + o[10] = t10; + o[11] = t11; + o[12] = t12; + o[13] = t13; + o[14] = t14; + o[15] = t15; +} + +function S(o, a) { + M(o, a, a); +} + +function inv25519(o, i) { + var c = gf(); + var a; + for (a = 0; a < 16; a++) c[a] = i[a]; + for (a = 253; a >= 0; a--) { + S(c, c); + if(a !== 2 && a !== 4) M(c, c, i); + } + for (a = 0; a < 16; a++) o[a] = c[a]; +} + +function pow2523(o, i) { + var c = gf(); + var a; + for (a = 0; a < 16; a++) c[a] = i[a]; + for (a = 250; a >= 0; a--) { + S(c, c); + if(a !== 1) M(c, c, i); + } + for (a = 0; a < 16; a++) o[a] = c[a]; +} + +function crypto_scalarmult(q, n, p) { + var z = new Uint8Array(32); + var x = new Float64Array(80), r, i; + var a = gf(), b = gf(), c = gf(), + d = gf(), e = gf(), f = gf(); + for (i = 0; i < 31; i++) z[i] = n[i]; + z[31]=(n[31]&127)|64; + z[0]&=248; + unpack25519(x,p); + for (i = 0; i < 16; i++) { + b[i]=x[i]; + d[i]=a[i]=c[i]=0; + } + a[0]=d[0]=1; + for (i=254; i>=0; --i) { + r=(z[i>>>3]>>>(i&7))&1; + sel25519(a,b,r); + sel25519(c,d,r); + A(e,a,c); + Z(a,a,c); + A(c,b,d); + Z(b,b,d); + S(d,e); + S(f,a); + M(a,c,a); + M(c,b,e); + A(e,a,c); + Z(a,a,c); + S(b,a); + Z(c,d,f); + M(a,c,_121665); + A(a,a,d); + M(c,c,a); + M(a,d,f); + M(d,b,x); + S(b,e); + sel25519(a,b,r); + sel25519(c,d,r); + } + for (i = 0; i < 16; i++) { + x[i+16]=a[i]; + x[i+32]=c[i]; + x[i+48]=b[i]; + x[i+64]=d[i]; + } + var x32 = x.subarray(32); + var x16 = x.subarray(16); + inv25519(x32,x32); + M(x16,x16,x32); + pack25519(q,x16); + return 0; +} + +function crypto_scalarmult_base(q, n) { + return crypto_scalarmult(q, n, _9); +} + +function crypto_box_keypair(y, x) { + randombytes(x, 32); + return crypto_scalarmult_base(y, x); +} + +function crypto_box_beforenm(k, y, x) { + var s = new Uint8Array(32); + crypto_scalarmult(s, x, y); + return crypto_core_hsalsa20(k, _0, s, sigma); +} + +var crypto_box_afternm = crypto_secretbox; +var crypto_box_open_afternm = crypto_secretbox_open; + +function crypto_box(c, m, d, n, y, x) { + var k = new Uint8Array(32); + crypto_box_beforenm(k, y, x); + return crypto_box_afternm(c, m, d, n, k); +} + +function crypto_box_open(m, c, d, n, y, x) { + var k = new Uint8Array(32); + crypto_box_beforenm(k, y, x); + return crypto_box_open_afternm(m, c, d, n, k); +} + +var K = [ + 0x428a2f98, 0xd728ae22, 0x71374491, 0x23ef65cd, + 0xb5c0fbcf, 0xec4d3b2f, 0xe9b5dba5, 0x8189dbbc, + 0x3956c25b, 0xf348b538, 0x59f111f1, 0xb605d019, + 0x923f82a4, 0xaf194f9b, 0xab1c5ed5, 0xda6d8118, + 0xd807aa98, 0xa3030242, 0x12835b01, 0x45706fbe, + 0x243185be, 0x4ee4b28c, 0x550c7dc3, 0xd5ffb4e2, + 0x72be5d74, 0xf27b896f, 0x80deb1fe, 0x3b1696b1, + 0x9bdc06a7, 0x25c71235, 0xc19bf174, 0xcf692694, + 0xe49b69c1, 0x9ef14ad2, 0xefbe4786, 0x384f25e3, + 0x0fc19dc6, 0x8b8cd5b5, 0x240ca1cc, 0x77ac9c65, + 0x2de92c6f, 0x592b0275, 0x4a7484aa, 0x6ea6e483, + 0x5cb0a9dc, 0xbd41fbd4, 0x76f988da, 0x831153b5, + 0x983e5152, 0xee66dfab, 0xa831c66d, 0x2db43210, + 0xb00327c8, 0x98fb213f, 0xbf597fc7, 0xbeef0ee4, + 0xc6e00bf3, 0x3da88fc2, 0xd5a79147, 0x930aa725, + 0x06ca6351, 0xe003826f, 0x14292967, 0x0a0e6e70, + 0x27b70a85, 0x46d22ffc, 0x2e1b2138, 0x5c26c926, + 0x4d2c6dfc, 0x5ac42aed, 0x53380d13, 0x9d95b3df, + 0x650a7354, 0x8baf63de, 0x766a0abb, 0x3c77b2a8, + 0x81c2c92e, 0x47edaee6, 0x92722c85, 0x1482353b, + 0xa2bfe8a1, 0x4cf10364, 0xa81a664b, 0xbc423001, + 0xc24b8b70, 0xd0f89791, 0xc76c51a3, 0x0654be30, + 0xd192e819, 0xd6ef5218, 0xd6990624, 0x5565a910, + 0xf40e3585, 0x5771202a, 0x106aa070, 0x32bbd1b8, + 0x19a4c116, 0xb8d2d0c8, 0x1e376c08, 0x5141ab53, + 0x2748774c, 0xdf8eeb99, 0x34b0bcb5, 0xe19b48a8, + 0x391c0cb3, 0xc5c95a63, 0x4ed8aa4a, 0xe3418acb, + 0x5b9cca4f, 0x7763e373, 0x682e6ff3, 0xd6b2b8a3, + 0x748f82ee, 0x5defb2fc, 0x78a5636f, 0x43172f60, + 0x84c87814, 0xa1f0ab72, 0x8cc70208, 0x1a6439ec, + 0x90befffa, 0x23631e28, 0xa4506ceb, 0xde82bde9, + 0xbef9a3f7, 0xb2c67915, 0xc67178f2, 0xe372532b, + 0xca273ece, 0xea26619c, 0xd186b8c7, 0x21c0c207, + 0xeada7dd6, 0xcde0eb1e, 0xf57d4f7f, 0xee6ed178, + 0x06f067aa, 0x72176fba, 0x0a637dc5, 0xa2c898a6, + 0x113f9804, 0xbef90dae, 0x1b710b35, 0x131c471b, + 0x28db77f5, 0x23047d84, 0x32caab7b, 0x40c72493, + 0x3c9ebe0a, 0x15c9bebc, 0x431d67c4, 0x9c100d4c, + 0x4cc5d4be, 0xcb3e42b6, 0x597f299c, 0xfc657e2a, + 0x5fcb6fab, 0x3ad6faec, 0x6c44198c, 0x4a475817 +]; + +function crypto_hashblocks_hl(hh, hl, m, n) { + var wh = new Int32Array(16), wl = new Int32Array(16), + bh0, bh1, bh2, bh3, bh4, bh5, bh6, bh7, + bl0, bl1, bl2, bl3, bl4, bl5, bl6, bl7, + th, tl, i, j, h, l, a, b, c, d; + + var ah0 = hh[0], + ah1 = hh[1], + ah2 = hh[2], + ah3 = hh[3], + ah4 = hh[4], + ah5 = hh[5], + ah6 = hh[6], + ah7 = hh[7], + + al0 = hl[0], + al1 = hl[1], + al2 = hl[2], + al3 = hl[3], + al4 = hl[4], + al5 = hl[5], + al6 = hl[6], + al7 = hl[7]; + + var pos = 0; + while (n >= 128) { + for (i = 0; i < 16; i++) { + j = 8 * i + pos; + wh[i] = (m[j+0] << 24) | (m[j+1] << 16) | (m[j+2] << 8) | m[j+3]; + wl[i] = (m[j+4] << 24) | (m[j+5] << 16) | (m[j+6] << 8) | m[j+7]; + } + for (i = 0; i < 80; i++) { + bh0 = ah0; + bh1 = ah1; + bh2 = ah2; + bh3 = ah3; + bh4 = ah4; + bh5 = ah5; + bh6 = ah6; + bh7 = ah7; + + bl0 = al0; + bl1 = al1; + bl2 = al2; + bl3 = al3; + bl4 = al4; + bl5 = al5; + bl6 = al6; + bl7 = al7; + + // add + h = ah7; + l = al7; + + a = l & 0xffff; b = l >>> 16; + c = h & 0xffff; d = h >>> 16; + + // Sigma1 + h = ((ah4 >>> 14) | (al4 << (32-14))) ^ ((ah4 >>> 18) | (al4 << (32-18))) ^ ((al4 >>> (41-32)) | (ah4 << (32-(41-32)))); + l = ((al4 >>> 14) | (ah4 << (32-14))) ^ ((al4 >>> 18) | (ah4 << (32-18))) ^ ((ah4 >>> (41-32)) | (al4 << (32-(41-32)))); + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + // Ch + h = (ah4 & ah5) ^ (~ah4 & ah6); + l = (al4 & al5) ^ (~al4 & al6); + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + // K + h = K[i*2]; + l = K[i*2+1]; + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + // w + h = wh[i%16]; + l = wl[i%16]; + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + b += a >>> 16; + c += b >>> 16; + d += c >>> 16; + + th = c & 0xffff | d << 16; + tl = a & 0xffff | b << 16; + + // add + h = th; + l = tl; + + a = l & 0xffff; b = l >>> 16; + c = h & 0xffff; d = h >>> 16; + + // Sigma0 + h = ((ah0 >>> 28) | (al0 << (32-28))) ^ ((al0 >>> (34-32)) | (ah0 << (32-(34-32)))) ^ ((al0 >>> (39-32)) | (ah0 << (32-(39-32)))); + l = ((al0 >>> 28) | (ah0 << (32-28))) ^ ((ah0 >>> (34-32)) | (al0 << (32-(34-32)))) ^ ((ah0 >>> (39-32)) | (al0 << (32-(39-32)))); + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + // Maj + h = (ah0 & ah1) ^ (ah0 & ah2) ^ (ah1 & ah2); + l = (al0 & al1) ^ (al0 & al2) ^ (al1 & al2); + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + b += a >>> 16; + c += b >>> 16; + d += c >>> 16; + + bh7 = (c & 0xffff) | (d << 16); + bl7 = (a & 0xffff) | (b << 16); + + // add + h = bh3; + l = bl3; + + a = l & 0xffff; b = l >>> 16; + c = h & 0xffff; d = h >>> 16; + + h = th; + l = tl; + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + b += a >>> 16; + c += b >>> 16; + d += c >>> 16; + + bh3 = (c & 0xffff) | (d << 16); + bl3 = (a & 0xffff) | (b << 16); + + ah1 = bh0; + ah2 = bh1; + ah3 = bh2; + ah4 = bh3; + ah5 = bh4; + ah6 = bh5; + ah7 = bh6; + ah0 = bh7; + + al1 = bl0; + al2 = bl1; + al3 = bl2; + al4 = bl3; + al5 = bl4; + al6 = bl5; + al7 = bl6; + al0 = bl7; + + if (i%16 === 15) { + for (j = 0; j < 16; j++) { + // add + h = wh[j]; + l = wl[j]; + + a = l & 0xffff; b = l >>> 16; + c = h & 0xffff; d = h >>> 16; + + h = wh[(j+9)%16]; + l = wl[(j+9)%16]; + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + // sigma0 + th = wh[(j+1)%16]; + tl = wl[(j+1)%16]; + h = ((th >>> 1) | (tl << (32-1))) ^ ((th >>> 8) | (tl << (32-8))) ^ (th >>> 7); + l = ((tl >>> 1) | (th << (32-1))) ^ ((tl >>> 8) | (th << (32-8))) ^ ((tl >>> 7) | (th << (32-7))); + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + // sigma1 + th = wh[(j+14)%16]; + tl = wl[(j+14)%16]; + h = ((th >>> 19) | (tl << (32-19))) ^ ((tl >>> (61-32)) | (th << (32-(61-32)))) ^ (th >>> 6); + l = ((tl >>> 19) | (th << (32-19))) ^ ((th >>> (61-32)) | (tl << (32-(61-32)))) ^ ((tl >>> 6) | (th << (32-6))); + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + b += a >>> 16; + c += b >>> 16; + d += c >>> 16; + + wh[j] = (c & 0xffff) | (d << 16); + wl[j] = (a & 0xffff) | (b << 16); + } + } + } + + // add + h = ah0; + l = al0; + + a = l & 0xffff; b = l >>> 16; + c = h & 0xffff; d = h >>> 16; + + h = hh[0]; + l = hl[0]; + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + b += a >>> 16; + c += b >>> 16; + d += c >>> 16; + + hh[0] = ah0 = (c & 0xffff) | (d << 16); + hl[0] = al0 = (a & 0xffff) | (b << 16); + + h = ah1; + l = al1; + + a = l & 0xffff; b = l >>> 16; + c = h & 0xffff; d = h >>> 16; + + h = hh[1]; + l = hl[1]; + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + b += a >>> 16; + c += b >>> 16; + d += c >>> 16; + + hh[1] = ah1 = (c & 0xffff) | (d << 16); + hl[1] = al1 = (a & 0xffff) | (b << 16); + + h = ah2; + l = al2; + + a = l & 0xffff; b = l >>> 16; + c = h & 0xffff; d = h >>> 16; + + h = hh[2]; + l = hl[2]; + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + b += a >>> 16; + c += b >>> 16; + d += c >>> 16; + + hh[2] = ah2 = (c & 0xffff) | (d << 16); + hl[2] = al2 = (a & 0xffff) | (b << 16); + + h = ah3; + l = al3; + + a = l & 0xffff; b = l >>> 16; + c = h & 0xffff; d = h >>> 16; + + h = hh[3]; + l = hl[3]; + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + b += a >>> 16; + c += b >>> 16; + d += c >>> 16; + + hh[3] = ah3 = (c & 0xffff) | (d << 16); + hl[3] = al3 = (a & 0xffff) | (b << 16); + + h = ah4; + l = al4; + + a = l & 0xffff; b = l >>> 16; + c = h & 0xffff; d = h >>> 16; + + h = hh[4]; + l = hl[4]; + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + b += a >>> 16; + c += b >>> 16; + d += c >>> 16; + + hh[4] = ah4 = (c & 0xffff) | (d << 16); + hl[4] = al4 = (a & 0xffff) | (b << 16); + + h = ah5; + l = al5; + + a = l & 0xffff; b = l >>> 16; + c = h & 0xffff; d = h >>> 16; + + h = hh[5]; + l = hl[5]; + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + b += a >>> 16; + c += b >>> 16; + d += c >>> 16; + + hh[5] = ah5 = (c & 0xffff) | (d << 16); + hl[5] = al5 = (a & 0xffff) | (b << 16); + + h = ah6; + l = al6; + + a = l & 0xffff; b = l >>> 16; + c = h & 0xffff; d = h >>> 16; + + h = hh[6]; + l = hl[6]; + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + b += a >>> 16; + c += b >>> 16; + d += c >>> 16; + + hh[6] = ah6 = (c & 0xffff) | (d << 16); + hl[6] = al6 = (a & 0xffff) | (b << 16); + + h = ah7; + l = al7; + + a = l & 0xffff; b = l >>> 16; + c = h & 0xffff; d = h >>> 16; + + h = hh[7]; + l = hl[7]; + + a += l & 0xffff; b += l >>> 16; + c += h & 0xffff; d += h >>> 16; + + b += a >>> 16; + c += b >>> 16; + d += c >>> 16; + + hh[7] = ah7 = (c & 0xffff) | (d << 16); + hl[7] = al7 = (a & 0xffff) | (b << 16); + + pos += 128; + n -= 128; + } + + return n; +} + +function crypto_hash(out, m, n) { + var hh = new Int32Array(8), + hl = new Int32Array(8), + x = new Uint8Array(256), + i, b = n; + + hh[0] = 0x6a09e667; + hh[1] = 0xbb67ae85; + hh[2] = 0x3c6ef372; + hh[3] = 0xa54ff53a; + hh[4] = 0x510e527f; + hh[5] = 0x9b05688c; + hh[6] = 0x1f83d9ab; + hh[7] = 0x5be0cd19; + + hl[0] = 0xf3bcc908; + hl[1] = 0x84caa73b; + hl[2] = 0xfe94f82b; + hl[3] = 0x5f1d36f1; + hl[4] = 0xade682d1; + hl[5] = 0x2b3e6c1f; + hl[6] = 0xfb41bd6b; + hl[7] = 0x137e2179; + + crypto_hashblocks_hl(hh, hl, m, n); + n %= 128; + + for (i = 0; i < n; i++) x[i] = m[b-n+i]; + x[n] = 128; + + n = 256-128*(n<112?1:0); + x[n-9] = 0; + ts64(x, n-8, (b / 0x20000000) | 0, b << 3); + crypto_hashblocks_hl(hh, hl, x, n); + + for (i = 0; i < 8; i++) ts64(out, 8*i, hh[i], hl[i]); + + return 0; +} + +function add(p, q) { + var a = gf(), b = gf(), c = gf(), + d = gf(), e = gf(), f = gf(), + g = gf(), h = gf(), t = gf(); + + Z(a, p[1], p[0]); + Z(t, q[1], q[0]); + M(a, a, t); + A(b, p[0], p[1]); + A(t, q[0], q[1]); + M(b, b, t); + M(c, p[3], q[3]); + M(c, c, D2); + M(d, p[2], q[2]); + A(d, d, d); + Z(e, b, a); + Z(f, d, c); + A(g, d, c); + A(h, b, a); + + M(p[0], e, f); + M(p[1], h, g); + M(p[2], g, f); + M(p[3], e, h); +} + +function cswap(p, q, b) { + var i; + for (i = 0; i < 4; i++) { + sel25519(p[i], q[i], b); + } +} + +function pack(r, p) { + var tx = gf(), ty = gf(), zi = gf(); + inv25519(zi, p[2]); + M(tx, p[0], zi); + M(ty, p[1], zi); + pack25519(r, ty); + r[31] ^= par25519(tx) << 7; +} + +function scalarmult(p, q, s) { + var b, i; + set25519(p[0], gf0); + set25519(p[1], gf1); + set25519(p[2], gf1); + set25519(p[3], gf0); + for (i = 255; i >= 0; --i) { + b = (s[(i/8)|0] >> (i&7)) & 1; + cswap(p, q, b); + add(q, p); + add(p, p); + cswap(p, q, b); + } +} + +function scalarbase(p, s) { + var q = [gf(), gf(), gf(), gf()]; + set25519(q[0], X); + set25519(q[1], Y); + set25519(q[2], gf1); + M(q[3], X, Y); + scalarmult(p, q, s); +} + +function crypto_sign_keypair(pk, sk, seeded) { + var d = new Uint8Array(64); + var p = [gf(), gf(), gf(), gf()]; + var i; + + if (!seeded) randombytes(sk, 32); + crypto_hash(d, sk, 32); + d[0] &= 248; + d[31] &= 127; + d[31] |= 64; + + scalarbase(p, d); + pack(pk, p); + + for (i = 0; i < 32; i++) sk[i+32] = pk[i]; + return 0; +} + +var L = new Float64Array([0xed, 0xd3, 0xf5, 0x5c, 0x1a, 0x63, 0x12, 0x58, 0xd6, 0x9c, 0xf7, 0xa2, 0xde, 0xf9, 0xde, 0x14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x10]); + +function modL(r, x) { + var carry, i, j, k; + for (i = 63; i >= 32; --i) { + carry = 0; + for (j = i - 32, k = i - 12; j < k; ++j) { + x[j] += carry - 16 * x[i] * L[j - (i - 32)]; + carry = (x[j] + 128) >> 8; + x[j] -= carry * 256; + } + x[j] += carry; + x[i] = 0; + } + carry = 0; + for (j = 0; j < 32; j++) { + x[j] += carry - (x[31] >> 4) * L[j]; + carry = x[j] >> 8; + x[j] &= 255; + } + for (j = 0; j < 32; j++) x[j] -= carry * L[j]; + for (i = 0; i < 32; i++) { + x[i+1] += x[i] >> 8; + r[i] = x[i] & 255; + } +} + +function reduce(r) { + var x = new Float64Array(64), i; + for (i = 0; i < 64; i++) x[i] = r[i]; + for (i = 0; i < 64; i++) r[i] = 0; + modL(r, x); +} + +// Note: difference from C - smlen returned, not passed as argument. +function crypto_sign(sm, m, n, sk) { + var d = new Uint8Array(64), h = new Uint8Array(64), r = new Uint8Array(64); + var i, j, x = new Float64Array(64); + var p = [gf(), gf(), gf(), gf()]; + + crypto_hash(d, sk, 32); + d[0] &= 248; + d[31] &= 127; + d[31] |= 64; + + var smlen = n + 64; + for (i = 0; i < n; i++) sm[64 + i] = m[i]; + for (i = 0; i < 32; i++) sm[32 + i] = d[32 + i]; + + crypto_hash(r, sm.subarray(32), n+32); + reduce(r); + scalarbase(p, r); + pack(sm, p); + + for (i = 32; i < 64; i++) sm[i] = sk[i]; + crypto_hash(h, sm, n + 64); + reduce(h); + + for (i = 0; i < 64; i++) x[i] = 0; + for (i = 0; i < 32; i++) x[i] = r[i]; + for (i = 0; i < 32; i++) { + for (j = 0; j < 32; j++) { + x[i+j] += h[i] * d[j]; + } + } + + modL(sm.subarray(32), x); + return smlen; +} + +function unpackneg(r, p) { + var t = gf(), chk = gf(), num = gf(), + den = gf(), den2 = gf(), den4 = gf(), + den6 = gf(); + + set25519(r[2], gf1); + unpack25519(r[1], p); + S(num, r[1]); + M(den, num, D); + Z(num, num, r[2]); + A(den, r[2], den); + + S(den2, den); + S(den4, den2); + M(den6, den4, den2); + M(t, den6, num); + M(t, t, den); + + pow2523(t, t); + M(t, t, num); + M(t, t, den); + M(t, t, den); + M(r[0], t, den); + + S(chk, r[0]); + M(chk, chk, den); + if (neq25519(chk, num)) M(r[0], r[0], I); + + S(chk, r[0]); + M(chk, chk, den); + if (neq25519(chk, num)) return -1; + + if (par25519(r[0]) === (p[31]>>7)) Z(r[0], gf0, r[0]); + + M(r[3], r[0], r[1]); + return 0; +} + +function crypto_sign_open(m, sm, n, pk) { + var i, mlen; + var t = new Uint8Array(32), h = new Uint8Array(64); + var p = [gf(), gf(), gf(), gf()], + q = [gf(), gf(), gf(), gf()]; + + mlen = -1; + if (n < 64) return -1; + + if (unpackneg(q, pk)) return -1; + + for (i = 0; i < n; i++) m[i] = sm[i]; + for (i = 0; i < 32; i++) m[i+32] = pk[i]; + crypto_hash(h, m, n); + reduce(h); + scalarmult(p, q, h); + + scalarbase(q, sm.subarray(32)); + add(p, q); + pack(t, p); + + n -= 64; + if (crypto_verify_32(sm, 0, t, 0)) { + for (i = 0; i < n; i++) m[i] = 0; + return -1; + } + + for (i = 0; i < n; i++) m[i] = sm[i + 64]; + mlen = n; + return mlen; +} + +var crypto_secretbox_KEYBYTES = 32, + crypto_secretbox_NONCEBYTES = 24, + crypto_secretbox_ZEROBYTES = 32, + crypto_secretbox_BOXZEROBYTES = 16, + crypto_scalarmult_BYTES = 32, + crypto_scalarmult_SCALARBYTES = 32, + crypto_box_PUBLICKEYBYTES = 32, + crypto_box_SECRETKEYBYTES = 32, + crypto_box_BEFORENMBYTES = 32, + crypto_box_NONCEBYTES = crypto_secretbox_NONCEBYTES, + crypto_box_ZEROBYTES = crypto_secretbox_ZEROBYTES, + crypto_box_BOXZEROBYTES = crypto_secretbox_BOXZEROBYTES, + crypto_sign_BYTES = 64, + crypto_sign_PUBLICKEYBYTES = 32, + crypto_sign_SECRETKEYBYTES = 64, + crypto_sign_SEEDBYTES = 32, + crypto_hash_BYTES = 64; + +nacl.lowlevel = { + crypto_core_hsalsa20: crypto_core_hsalsa20, + crypto_stream_xor: crypto_stream_xor, + crypto_stream: crypto_stream, + crypto_stream_salsa20_xor: crypto_stream_salsa20_xor, + crypto_stream_salsa20: crypto_stream_salsa20, + crypto_onetimeauth: crypto_onetimeauth, + crypto_onetimeauth_verify: crypto_onetimeauth_verify, + crypto_verify_16: crypto_verify_16, + crypto_verify_32: crypto_verify_32, + crypto_secretbox: crypto_secretbox, + crypto_secretbox_open: crypto_secretbox_open, + crypto_scalarmult: crypto_scalarmult, + crypto_scalarmult_base: crypto_scalarmult_base, + crypto_box_beforenm: crypto_box_beforenm, + crypto_box_afternm: crypto_box_afternm, + crypto_box: crypto_box, + crypto_box_open: crypto_box_open, + crypto_box_keypair: crypto_box_keypair, + crypto_hash: crypto_hash, + crypto_sign: crypto_sign, + crypto_sign_keypair: crypto_sign_keypair, + crypto_sign_open: crypto_sign_open, + + crypto_secretbox_KEYBYTES: crypto_secretbox_KEYBYTES, + crypto_secretbox_NONCEBYTES: crypto_secretbox_NONCEBYTES, + crypto_secretbox_ZEROBYTES: crypto_secretbox_ZEROBYTES, + crypto_secretbox_BOXZEROBYTES: crypto_secretbox_BOXZEROBYTES, + crypto_scalarmult_BYTES: crypto_scalarmult_BYTES, + crypto_scalarmult_SCALARBYTES: crypto_scalarmult_SCALARBYTES, + crypto_box_PUBLICKEYBYTES: crypto_box_PUBLICKEYBYTES, + crypto_box_SECRETKEYBYTES: crypto_box_SECRETKEYBYTES, + crypto_box_BEFORENMBYTES: crypto_box_BEFORENMBYTES, + crypto_box_NONCEBYTES: crypto_box_NONCEBYTES, + crypto_box_ZEROBYTES: crypto_box_ZEROBYTES, + crypto_box_BOXZEROBYTES: crypto_box_BOXZEROBYTES, + crypto_sign_BYTES: crypto_sign_BYTES, + crypto_sign_PUBLICKEYBYTES: crypto_sign_PUBLICKEYBYTES, + crypto_sign_SECRETKEYBYTES: crypto_sign_SECRETKEYBYTES, + crypto_sign_SEEDBYTES: crypto_sign_SEEDBYTES, + crypto_hash_BYTES: crypto_hash_BYTES +}; + +/* High-level API */ + +function checkLengths(k, n) { + if (k.length !== crypto_secretbox_KEYBYTES) throw new Error('bad key size'); + if (n.length !== crypto_secretbox_NONCEBYTES) throw new Error('bad nonce size'); +} + +function checkBoxLengths(pk, sk) { + if (pk.length !== crypto_box_PUBLICKEYBYTES) throw new Error('bad public key size'); + if (sk.length !== crypto_box_SECRETKEYBYTES) throw new Error('bad secret key size'); +} + +function checkArrayTypes() { + var t, i; + for (i = 0; i < arguments.length; i++) { + if ((t = Object.prototype.toString.call(arguments[i])) !== '[object Uint8Array]') + throw new TypeError('unexpected type ' + t + ', use Uint8Array'); + } +} + +function cleanup(arr) { + for (var i = 0; i < arr.length; i++) arr[i] = 0; +} + +// TODO: Completely remove this in v0.15. +if (!nacl.util) { + nacl.util = {}; + nacl.util.decodeUTF8 = nacl.util.encodeUTF8 = nacl.util.encodeBase64 = nacl.util.decodeBase64 = function() { + throw new Error('nacl.util moved into separate package: https://github.com/dchest/tweetnacl-util-js'); + }; +} + +nacl.randomBytes = function(n) { + var b = new Uint8Array(n); + randombytes(b, n); + return b; +}; + +nacl.secretbox = function(msg, nonce, key) { + checkArrayTypes(msg, nonce, key); + checkLengths(key, nonce); + var m = new Uint8Array(crypto_secretbox_ZEROBYTES + msg.length); + var c = new Uint8Array(m.length); + for (var i = 0; i < msg.length; i++) m[i+crypto_secretbox_ZEROBYTES] = msg[i]; + crypto_secretbox(c, m, m.length, nonce, key); + return c.subarray(crypto_secretbox_BOXZEROBYTES); +}; + +nacl.secretbox.open = function(box, nonce, key) { + checkArrayTypes(box, nonce, key); + checkLengths(key, nonce); + var c = new Uint8Array(crypto_secretbox_BOXZEROBYTES + box.length); + var m = new Uint8Array(c.length); + for (var i = 0; i < box.length; i++) c[i+crypto_secretbox_BOXZEROBYTES] = box[i]; + if (c.length < 32) return false; + if (crypto_secretbox_open(m, c, c.length, nonce, key) !== 0) return false; + return m.subarray(crypto_secretbox_ZEROBYTES); +}; + +nacl.secretbox.keyLength = crypto_secretbox_KEYBYTES; +nacl.secretbox.nonceLength = crypto_secretbox_NONCEBYTES; +nacl.secretbox.overheadLength = crypto_secretbox_BOXZEROBYTES; + +nacl.scalarMult = function(n, p) { + checkArrayTypes(n, p); + if (n.length !== crypto_scalarmult_SCALARBYTES) throw new Error('bad n size'); + if (p.length !== crypto_scalarmult_BYTES) throw new Error('bad p size'); + var q = new Uint8Array(crypto_scalarmult_BYTES); + crypto_scalarmult(q, n, p); + return q; +}; + +nacl.scalarMult.base = function(n) { + checkArrayTypes(n); + if (n.length !== crypto_scalarmult_SCALARBYTES) throw new Error('bad n size'); + var q = new Uint8Array(crypto_scalarmult_BYTES); + crypto_scalarmult_base(q, n); + return q; +}; + +nacl.scalarMult.scalarLength = crypto_scalarmult_SCALARBYTES; +nacl.scalarMult.groupElementLength = crypto_scalarmult_BYTES; + +nacl.box = function(msg, nonce, publicKey, secretKey) { + var k = nacl.box.before(publicKey, secretKey); + return nacl.secretbox(msg, nonce, k); +}; + +nacl.box.before = function(publicKey, secretKey) { + checkArrayTypes(publicKey, secretKey); + checkBoxLengths(publicKey, secretKey); + var k = new Uint8Array(crypto_box_BEFORENMBYTES); + crypto_box_beforenm(k, publicKey, secretKey); + return k; +}; + +nacl.box.after = nacl.secretbox; + +nacl.box.open = function(msg, nonce, publicKey, secretKey) { + var k = nacl.box.before(publicKey, secretKey); + return nacl.secretbox.open(msg, nonce, k); +}; + +nacl.box.open.after = nacl.secretbox.open; + +nacl.box.keyPair = function() { + var pk = new Uint8Array(crypto_box_PUBLICKEYBYTES); + var sk = new Uint8Array(crypto_box_SECRETKEYBYTES); + crypto_box_keypair(pk, sk); + return {publicKey: pk, secretKey: sk}; +}; + +nacl.box.keyPair.fromSecretKey = function(secretKey) { + checkArrayTypes(secretKey); + if (secretKey.length !== crypto_box_SECRETKEYBYTES) + throw new Error('bad secret key size'); + var pk = new Uint8Array(crypto_box_PUBLICKEYBYTES); + crypto_scalarmult_base(pk, secretKey); + return {publicKey: pk, secretKey: new Uint8Array(secretKey)}; +}; + +nacl.box.publicKeyLength = crypto_box_PUBLICKEYBYTES; +nacl.box.secretKeyLength = crypto_box_SECRETKEYBYTES; +nacl.box.sharedKeyLength = crypto_box_BEFORENMBYTES; +nacl.box.nonceLength = crypto_box_NONCEBYTES; +nacl.box.overheadLength = nacl.secretbox.overheadLength; + +nacl.sign = function(msg, secretKey) { + checkArrayTypes(msg, secretKey); + if (secretKey.length !== crypto_sign_SECRETKEYBYTES) + throw new Error('bad secret key size'); + var signedMsg = new Uint8Array(crypto_sign_BYTES+msg.length); + crypto_sign(signedMsg, msg, msg.length, secretKey); + return signedMsg; +}; + +nacl.sign.open = function(signedMsg, publicKey) { + if (arguments.length !== 2) + throw new Error('nacl.sign.open accepts 2 arguments; did you mean to use nacl.sign.detached.verify?'); + checkArrayTypes(signedMsg, publicKey); + if (publicKey.length !== crypto_sign_PUBLICKEYBYTES) + throw new Error('bad public key size'); + var tmp = new Uint8Array(signedMsg.length); + var mlen = crypto_sign_open(tmp, signedMsg, signedMsg.length, publicKey); + if (mlen < 0) return null; + var m = new Uint8Array(mlen); + for (var i = 0; i < m.length; i++) m[i] = tmp[i]; + return m; +}; + +nacl.sign.detached = function(msg, secretKey) { + var signedMsg = nacl.sign(msg, secretKey); + var sig = new Uint8Array(crypto_sign_BYTES); + for (var i = 0; i < sig.length; i++) sig[i] = signedMsg[i]; + return sig; +}; + +nacl.sign.detached.verify = function(msg, sig, publicKey) { + checkArrayTypes(msg, sig, publicKey); + if (sig.length !== crypto_sign_BYTES) + throw new Error('bad signature size'); + if (publicKey.length !== crypto_sign_PUBLICKEYBYTES) + throw new Error('bad public key size'); + var sm = new Uint8Array(crypto_sign_BYTES + msg.length); + var m = new Uint8Array(crypto_sign_BYTES + msg.length); + var i; + for (i = 0; i < crypto_sign_BYTES; i++) sm[i] = sig[i]; + for (i = 0; i < msg.length; i++) sm[i+crypto_sign_BYTES] = msg[i]; + return (crypto_sign_open(m, sm, sm.length, publicKey) >= 0); +}; + +nacl.sign.keyPair = function() { + var pk = new Uint8Array(crypto_sign_PUBLICKEYBYTES); + var sk = new Uint8Array(crypto_sign_SECRETKEYBYTES); + crypto_sign_keypair(pk, sk); + return {publicKey: pk, secretKey: sk}; +}; + +nacl.sign.keyPair.fromSecretKey = function(secretKey) { + checkArrayTypes(secretKey); + if (secretKey.length !== crypto_sign_SECRETKEYBYTES) + throw new Error('bad secret key size'); + var pk = new Uint8Array(crypto_sign_PUBLICKEYBYTES); + for (var i = 0; i < pk.length; i++) pk[i] = secretKey[32+i]; + return {publicKey: pk, secretKey: new Uint8Array(secretKey)}; +}; + +nacl.sign.keyPair.fromSeed = function(seed) { + checkArrayTypes(seed); + if (seed.length !== crypto_sign_SEEDBYTES) + throw new Error('bad seed size'); + var pk = new Uint8Array(crypto_sign_PUBLICKEYBYTES); + var sk = new Uint8Array(crypto_sign_SECRETKEYBYTES); + for (var i = 0; i < 32; i++) sk[i] = seed[i]; + crypto_sign_keypair(pk, sk, true); + return {publicKey: pk, secretKey: sk}; +}; + +nacl.sign.publicKeyLength = crypto_sign_PUBLICKEYBYTES; +nacl.sign.secretKeyLength = crypto_sign_SECRETKEYBYTES; +nacl.sign.seedLength = crypto_sign_SEEDBYTES; +nacl.sign.signatureLength = crypto_sign_BYTES; + +nacl.hash = function(msg) { + checkArrayTypes(msg); + var h = new Uint8Array(crypto_hash_BYTES); + crypto_hash(h, msg, msg.length); + return h; +}; + +nacl.hash.hashLength = crypto_hash_BYTES; + +nacl.verify = function(x, y) { + checkArrayTypes(x, y); + // Zero length arguments are considered not equal. + if (x.length === 0 || y.length === 0) return false; + if (x.length !== y.length) return false; + return (vn(x, 0, y, 0, x.length) === 0) ? true : false; +}; + +nacl.setPRNG = function(fn) { + randombytes = fn; +}; + +(function() { + // Initialize PRNG if environment provides CSPRNG. + // If not, methods calling randombytes will throw. + var crypto = typeof self !== 'undefined' ? (self.crypto || self.msCrypto) : null; + if (crypto && crypto.getRandomValues) { + // Browsers. + var QUOTA = 65536; + nacl.setPRNG(function(x, n) { + var i, v = new Uint8Array(n); + for (i = 0; i < n; i += QUOTA) { + crypto.getRandomValues(v.subarray(i, i + Math.min(n - i, QUOTA))); + } + for (i = 0; i < n; i++) x[i] = v[i]; + cleanup(v); + }); + } else if (typeof require !== 'undefined') { + // Node.js. + crypto = require('crypto'); + if (crypto && crypto.randomBytes) { + nacl.setPRNG(function(x, n) { + var i, v = crypto.randomBytes(n); + for (i = 0; i < n; i++) x[i] = v[i]; + cleanup(v); + }); + } + } +})(); + +})(typeof module !== 'undefined' && module.exports ? module.exports : (self.nacl = self.nacl || {})); diff --git a/node_modules/tweetnacl/nacl-fast.min.js b/node_modules/tweetnacl/nacl-fast.min.js new file mode 100644 index 0000000..8bc47da --- /dev/null +++ b/node_modules/tweetnacl/nacl-fast.min.js @@ -0,0 +1,2 @@ +!function(r){"use strict";function t(r,t,n,e){r[t]=n>>24&255,r[t+1]=n>>16&255,r[t+2]=n>>8&255,r[t+3]=255&n,r[t+4]=e>>24&255,r[t+5]=e>>16&255,r[t+6]=e>>8&255,r[t+7]=255&e}function n(r,t,n,e,o){var i,h=0;for(i=0;i>>8)-1}function e(r,t,e,o){return n(r,t,e,o,16)}function o(r,t,e,o){return n(r,t,e,o,32)}function i(r,t,n,e){for(var o,i=255&e[0]|(255&e[1])<<8|(255&e[2])<<16|(255&e[3])<<24,h=255&n[0]|(255&n[1])<<8|(255&n[2])<<16|(255&n[3])<<24,a=255&n[4]|(255&n[5])<<8|(255&n[6])<<16|(255&n[7])<<24,f=255&n[8]|(255&n[9])<<8|(255&n[10])<<16|(255&n[11])<<24,s=255&n[12]|(255&n[13])<<8|(255&n[14])<<16|(255&n[15])<<24,c=255&e[4]|(255&e[5])<<8|(255&e[6])<<16|(255&e[7])<<24,u=255&t[0]|(255&t[1])<<8|(255&t[2])<<16|(255&t[3])<<24,y=255&t[4]|(255&t[5])<<8|(255&t[6])<<16|(255&t[7])<<24,l=255&t[8]|(255&t[9])<<8|(255&t[10])<<16|(255&t[11])<<24,w=255&t[12]|(255&t[13])<<8|(255&t[14])<<16|(255&t[15])<<24,p=255&e[8]|(255&e[9])<<8|(255&e[10])<<16|(255&e[11])<<24,v=255&n[16]|(255&n[17])<<8|(255&n[18])<<16|(255&n[19])<<24,b=255&n[20]|(255&n[21])<<8|(255&n[22])<<16|(255&n[23])<<24,g=255&n[24]|(255&n[25])<<8|(255&n[26])<<16|(255&n[27])<<24,_=255&n[28]|(255&n[29])<<8|(255&n[30])<<16|(255&n[31])<<24,A=255&e[12]|(255&e[13])<<8|(255&e[14])<<16|(255&e[15])<<24,d=i,U=h,E=a,x=f,M=s,m=c,B=u,S=y,K=l,T=w,Y=p,k=v,L=b,z=g,R=_,P=A,O=0;O<20;O+=2)o=d+L|0,M^=o<<7|o>>>25,o=M+d|0,K^=o<<9|o>>>23,o=K+M|0,L^=o<<13|o>>>19,o=L+K|0,d^=o<<18|o>>>14,o=m+U|0,T^=o<<7|o>>>25,o=T+m|0,z^=o<<9|o>>>23,o=z+T|0,U^=o<<13|o>>>19,o=U+z|0,m^=o<<18|o>>>14,o=Y+B|0,R^=o<<7|o>>>25,o=R+Y|0,E^=o<<9|o>>>23,o=E+R|0,B^=o<<13|o>>>19,o=B+E|0,Y^=o<<18|o>>>14,o=P+k|0,x^=o<<7|o>>>25,o=x+P|0,S^=o<<9|o>>>23,o=S+x|0,k^=o<<13|o>>>19,o=k+S|0,P^=o<<18|o>>>14,o=d+x|0,U^=o<<7|o>>>25,o=U+d|0,E^=o<<9|o>>>23,o=E+U|0,x^=o<<13|o>>>19,o=x+E|0,d^=o<<18|o>>>14,o=m+M|0,B^=o<<7|o>>>25,o=B+m|0,S^=o<<9|o>>>23,o=S+B|0,M^=o<<13|o>>>19,o=M+S|0,m^=o<<18|o>>>14,o=Y+T|0,k^=o<<7|o>>>25,o=k+Y|0,K^=o<<9|o>>>23,o=K+k|0,T^=o<<13|o>>>19,o=T+K|0,Y^=o<<18|o>>>14,o=P+R|0,L^=o<<7|o>>>25,o=L+P|0,z^=o<<9|o>>>23,o=z+L|0,R^=o<<13|o>>>19,o=R+z|0,P^=o<<18|o>>>14;d=d+i|0,U=U+h|0,E=E+a|0,x=x+f|0,M=M+s|0,m=m+c|0,B=B+u|0,S=S+y|0,K=K+l|0,T=T+w|0,Y=Y+p|0,k=k+v|0,L=L+b|0,z=z+g|0,R=R+_|0,P=P+A|0,r[0]=d>>>0&255,r[1]=d>>>8&255,r[2]=d>>>16&255,r[3]=d>>>24&255,r[4]=U>>>0&255,r[5]=U>>>8&255,r[6]=U>>>16&255,r[7]=U>>>24&255,r[8]=E>>>0&255,r[9]=E>>>8&255,r[10]=E>>>16&255,r[11]=E>>>24&255,r[12]=x>>>0&255,r[13]=x>>>8&255,r[14]=x>>>16&255,r[15]=x>>>24&255,r[16]=M>>>0&255,r[17]=M>>>8&255,r[18]=M>>>16&255,r[19]=M>>>24&255,r[20]=m>>>0&255,r[21]=m>>>8&255,r[22]=m>>>16&255,r[23]=m>>>24&255,r[24]=B>>>0&255,r[25]=B>>>8&255,r[26]=B>>>16&255,r[27]=B>>>24&255,r[28]=S>>>0&255,r[29]=S>>>8&255,r[30]=S>>>16&255,r[31]=S>>>24&255,r[32]=K>>>0&255,r[33]=K>>>8&255,r[34]=K>>>16&255,r[35]=K>>>24&255,r[36]=T>>>0&255,r[37]=T>>>8&255,r[38]=T>>>16&255,r[39]=T>>>24&255,r[40]=Y>>>0&255,r[41]=Y>>>8&255,r[42]=Y>>>16&255,r[43]=Y>>>24&255,r[44]=k>>>0&255,r[45]=k>>>8&255,r[46]=k>>>16&255,r[47]=k>>>24&255,r[48]=L>>>0&255,r[49]=L>>>8&255,r[50]=L>>>16&255,r[51]=L>>>24&255,r[52]=z>>>0&255,r[53]=z>>>8&255,r[54]=z>>>16&255,r[55]=z>>>24&255,r[56]=R>>>0&255,r[57]=R>>>8&255,r[58]=R>>>16&255,r[59]=R>>>24&255,r[60]=P>>>0&255,r[61]=P>>>8&255,r[62]=P>>>16&255,r[63]=P>>>24&255}function h(r,t,n,e){for(var o,i=255&e[0]|(255&e[1])<<8|(255&e[2])<<16|(255&e[3])<<24,h=255&n[0]|(255&n[1])<<8|(255&n[2])<<16|(255&n[3])<<24,a=255&n[4]|(255&n[5])<<8|(255&n[6])<<16|(255&n[7])<<24,f=255&n[8]|(255&n[9])<<8|(255&n[10])<<16|(255&n[11])<<24,s=255&n[12]|(255&n[13])<<8|(255&n[14])<<16|(255&n[15])<<24,c=255&e[4]|(255&e[5])<<8|(255&e[6])<<16|(255&e[7])<<24,u=255&t[0]|(255&t[1])<<8|(255&t[2])<<16|(255&t[3])<<24,y=255&t[4]|(255&t[5])<<8|(255&t[6])<<16|(255&t[7])<<24,l=255&t[8]|(255&t[9])<<8|(255&t[10])<<16|(255&t[11])<<24,w=255&t[12]|(255&t[13])<<8|(255&t[14])<<16|(255&t[15])<<24,p=255&e[8]|(255&e[9])<<8|(255&e[10])<<16|(255&e[11])<<24,v=255&n[16]|(255&n[17])<<8|(255&n[18])<<16|(255&n[19])<<24,b=255&n[20]|(255&n[21])<<8|(255&n[22])<<16|(255&n[23])<<24,g=255&n[24]|(255&n[25])<<8|(255&n[26])<<16|(255&n[27])<<24,_=255&n[28]|(255&n[29])<<8|(255&n[30])<<16|(255&n[31])<<24,A=255&e[12]|(255&e[13])<<8|(255&e[14])<<16|(255&e[15])<<24,d=i,U=h,E=a,x=f,M=s,m=c,B=u,S=y,K=l,T=w,Y=p,k=v,L=b,z=g,R=_,P=A,O=0;O<20;O+=2)o=d+L|0,M^=o<<7|o>>>25,o=M+d|0,K^=o<<9|o>>>23,o=K+M|0,L^=o<<13|o>>>19,o=L+K|0,d^=o<<18|o>>>14,o=m+U|0,T^=o<<7|o>>>25,o=T+m|0,z^=o<<9|o>>>23,o=z+T|0,U^=o<<13|o>>>19,o=U+z|0,m^=o<<18|o>>>14,o=Y+B|0,R^=o<<7|o>>>25,o=R+Y|0,E^=o<<9|o>>>23,o=E+R|0,B^=o<<13|o>>>19,o=B+E|0,Y^=o<<18|o>>>14,o=P+k|0,x^=o<<7|o>>>25,o=x+P|0,S^=o<<9|o>>>23,o=S+x|0,k^=o<<13|o>>>19,o=k+S|0,P^=o<<18|o>>>14,o=d+x|0,U^=o<<7|o>>>25,o=U+d|0,E^=o<<9|o>>>23,o=E+U|0,x^=o<<13|o>>>19,o=x+E|0,d^=o<<18|o>>>14,o=m+M|0,B^=o<<7|o>>>25,o=B+m|0,S^=o<<9|o>>>23,o=S+B|0,M^=o<<13|o>>>19,o=M+S|0,m^=o<<18|o>>>14,o=Y+T|0,k^=o<<7|o>>>25,o=k+Y|0,K^=o<<9|o>>>23,o=K+k|0,T^=o<<13|o>>>19,o=T+K|0,Y^=o<<18|o>>>14,o=P+R|0,L^=o<<7|o>>>25,o=L+P|0,z^=o<<9|o>>>23,o=z+L|0,R^=o<<13|o>>>19,o=R+z|0,P^=o<<18|o>>>14;r[0]=d>>>0&255,r[1]=d>>>8&255,r[2]=d>>>16&255,r[3]=d>>>24&255,r[4]=m>>>0&255,r[5]=m>>>8&255,r[6]=m>>>16&255,r[7]=m>>>24&255,r[8]=Y>>>0&255,r[9]=Y>>>8&255,r[10]=Y>>>16&255,r[11]=Y>>>24&255,r[12]=P>>>0&255,r[13]=P>>>8&255,r[14]=P>>>16&255,r[15]=P>>>24&255,r[16]=B>>>0&255,r[17]=B>>>8&255,r[18]=B>>>16&255,r[19]=B>>>24&255,r[20]=S>>>0&255,r[21]=S>>>8&255,r[22]=S>>>16&255,r[23]=S>>>24&255,r[24]=K>>>0&255,r[25]=K>>>8&255,r[26]=K>>>16&255,r[27]=K>>>24&255,r[28]=T>>>0&255,r[29]=T>>>8&255,r[30]=T>>>16&255,r[31]=T>>>24&255}function a(r,t,n,e){i(r,t,n,e)}function f(r,t,n,e){h(r,t,n,e)}function s(r,t,n,e,o,i,h){var f,s,c=new Uint8Array(16),u=new Uint8Array(64);for(s=0;s<16;s++)c[s]=0;for(s=0;s<8;s++)c[s]=i[s];for(;o>=64;){for(a(u,c,h,ur),s=0;s<64;s++)r[t+s]=n[e+s]^u[s];for(f=1,s=8;s<16;s++)f=f+(255&c[s])|0,c[s]=255&f,f>>>=8;o-=64,t+=64,e+=64}if(o>0)for(a(u,c,h,ur),s=0;s=64;){for(a(s,f,o,ur),h=0;h<64;h++)r[t+h]=s[h];for(i=1,h=8;h<16;h++)i=i+(255&f[h])|0,f[h]=255&i,i>>>=8;n-=64,t+=64}if(n>0)for(a(s,f,o,ur),h=0;h>16&1),i[n-1]&=65535;i[15]=h[15]-32767-(i[14]>>16&1),o=i[15]>>16&1,i[14]&=65535,_(h,i,1-o)}for(n=0;n<16;n++)r[2*n]=255&h[n],r[2*n+1]=h[n]>>8}function d(r,t){var n=new Uint8Array(32),e=new Uint8Array(32);return A(n,r),A(e,t),o(n,0,e,0)}function U(r){var t=new Uint8Array(32);return A(t,r),1&t[0]}function E(r,t){var n;for(n=0;n<16;n++)r[n]=t[2*n]+(t[2*n+1]<<8);r[15]&=32767}function x(r,t,n){for(var e=0;e<16;e++)r[e]=t[e]+n[e]}function M(r,t,n){for(var e=0;e<16;e++)r[e]=t[e]-n[e]}function m(r,t,n){var e,o,i=0,h=0,a=0,f=0,s=0,c=0,u=0,y=0,l=0,w=0,p=0,v=0,b=0,g=0,_=0,A=0,d=0,U=0,E=0,x=0,M=0,m=0,B=0,S=0,K=0,T=0,Y=0,k=0,L=0,z=0,R=0,P=n[0],O=n[1],N=n[2],C=n[3],F=n[4],I=n[5],G=n[6],Z=n[7],j=n[8],q=n[9],V=n[10],X=n[11],D=n[12],H=n[13],J=n[14],Q=n[15];e=t[0],i+=e*P,h+=e*O,a+=e*N,f+=e*C,s+=e*F,c+=e*I,u+=e*G,y+=e*Z,l+=e*j,w+=e*q,p+=e*V,v+=e*X,b+=e*D,g+=e*H,_+=e*J,A+=e*Q,e=t[1],h+=e*P,a+=e*O,f+=e*N,s+=e*C,c+=e*F,u+=e*I,y+=e*G,l+=e*Z,w+=e*j,p+=e*q,v+=e*V,b+=e*X,g+=e*D,_+=e*H,A+=e*J,d+=e*Q,e=t[2],a+=e*P,f+=e*O,s+=e*N,c+=e*C,u+=e*F,y+=e*I,l+=e*G,w+=e*Z,p+=e*j,v+=e*q,b+=e*V,g+=e*X,_+=e*D,A+=e*H,d+=e*J,U+=e*Q,e=t[3],f+=e*P,s+=e*O,c+=e*N,u+=e*C,y+=e*F,l+=e*I,w+=e*G,p+=e*Z,v+=e*j,b+=e*q,g+=e*V,_+=e*X,A+=e*D,d+=e*H,U+=e*J,E+=e*Q,e=t[4],s+=e*P,c+=e*O,u+=e*N,y+=e*C,l+=e*F,w+=e*I,p+=e*G,v+=e*Z,b+=e*j,g+=e*q,_+=e*V,A+=e*X,d+=e*D,U+=e*H,E+=e*J,x+=e*Q,e=t[5],c+=e*P,u+=e*O,y+=e*N,l+=e*C,w+=e*F,p+=e*I,v+=e*G,b+=e*Z,g+=e*j,_+=e*q,A+=e*V,d+=e*X,U+=e*D,E+=e*H,x+=e*J,M+=e*Q,e=t[6],u+=e*P,y+=e*O,l+=e*N,w+=e*C,p+=e*F,v+=e*I,b+=e*G,g+=e*Z,_+=e*j,A+=e*q,d+=e*V,U+=e*X,E+=e*D,x+=e*H,M+=e*J,m+=e*Q,e=t[7],y+=e*P,l+=e*O,w+=e*N,p+=e*C,v+=e*F,b+=e*I,g+=e*G,_+=e*Z,A+=e*j,d+=e*q,U+=e*V,E+=e*X,x+=e*D,M+=e*H,m+=e*J,B+=e*Q,e=t[8],l+=e*P,w+=e*O,p+=e*N,v+=e*C,b+=e*F,g+=e*I,_+=e*G,A+=e*Z,d+=e*j,U+=e*q,E+=e*V,x+=e*X,M+=e*D,m+=e*H,B+=e*J,S+=e*Q,e=t[9],w+=e*P,p+=e*O,v+=e*N,b+=e*C,g+=e*F,_+=e*I,A+=e*G,d+=e*Z,U+=e*j,E+=e*q,x+=e*V,M+=e*X,m+=e*D,B+=e*H,S+=e*J,K+=e*Q,e=t[10],p+=e*P,v+=e*O,b+=e*N,g+=e*C,_+=e*F,A+=e*I,d+=e*G,U+=e*Z,E+=e*j,x+=e*q,M+=e*V,m+=e*X,B+=e*D,S+=e*H,K+=e*J,T+=e*Q,e=t[11],v+=e*P,b+=e*O,g+=e*N,_+=e*C,A+=e*F,d+=e*I,U+=e*G,E+=e*Z,x+=e*j,M+=e*q,m+=e*V,B+=e*X;S+=e*D;K+=e*H,T+=e*J,Y+=e*Q,e=t[12],b+=e*P,g+=e*O,_+=e*N,A+=e*C,d+=e*F,U+=e*I,E+=e*G,x+=e*Z,M+=e*j,m+=e*q,B+=e*V,S+=e*X,K+=e*D,T+=e*H,Y+=e*J,k+=e*Q,e=t[13],g+=e*P,_+=e*O,A+=e*N,d+=e*C,U+=e*F,E+=e*I,x+=e*G,M+=e*Z,m+=e*j,B+=e*q,S+=e*V,K+=e*X,T+=e*D,Y+=e*H,k+=e*J,L+=e*Q,e=t[14],_+=e*P,A+=e*O,d+=e*N,U+=e*C,E+=e*F,x+=e*I,M+=e*G,m+=e*Z,B+=e*j,S+=e*q,K+=e*V,T+=e*X,Y+=e*D,k+=e*H,L+=e*J,z+=e*Q,e=t[15],A+=e*P,d+=e*O,U+=e*N,E+=e*C,x+=e*F,M+=e*I,m+=e*G,B+=e*Z,S+=e*j,K+=e*q,T+=e*V,Y+=e*X,k+=e*D,L+=e*H,z+=e*J,R+=e*Q,i+=38*d,h+=38*U,a+=38*E,f+=38*x,s+=38*M,c+=38*m,u+=38*B,y+=38*S,l+=38*K,w+=38*T,p+=38*Y,v+=38*k,b+=38*L,g+=38*z,_+=38*R,o=1,e=i+o+65535,o=Math.floor(e/65536),i=e-65536*o,e=h+o+65535,o=Math.floor(e/65536),h=e-65536*o,e=a+o+65535,o=Math.floor(e/65536),a=e-65536*o,e=f+o+65535,o=Math.floor(e/65536),f=e-65536*o,e=s+o+65535,o=Math.floor(e/65536),s=e-65536*o,e=c+o+65535,o=Math.floor(e/65536),c=e-65536*o,e=u+o+65535,o=Math.floor(e/65536),u=e-65536*o,e=y+o+65535,o=Math.floor(e/65536),y=e-65536*o,e=l+o+65535,o=Math.floor(e/65536),l=e-65536*o,e=w+o+65535,o=Math.floor(e/65536),w=e-65536*o,e=p+o+65535,o=Math.floor(e/65536),p=e-65536*o,e=v+o+65535,o=Math.floor(e/65536),v=e-65536*o,e=b+o+65535,o=Math.floor(e/65536),b=e-65536*o,e=g+o+65535,o=Math.floor(e/65536),g=e-65536*o,e=_+o+65535,o=Math.floor(e/65536),_=e-65536*o,e=A+o+65535,o=Math.floor(e/65536),A=e-65536*o,i+=o-1+37*(o-1),o=1,e=i+o+65535,o=Math.floor(e/65536),i=e-65536*o,e=h+o+65535,o=Math.floor(e/65536),h=e-65536*o,e=a+o+65535,o=Math.floor(e/65536),a=e-65536*o,e=f+o+65535,o=Math.floor(e/65536),f=e-65536*o,e=s+o+65535,o=Math.floor(e/65536),s=e-65536*o,e=c+o+65535,o=Math.floor(e/65536),c=e-65536*o,e=u+o+65535,o=Math.floor(e/65536),u=e-65536*o,e=y+o+65535,o=Math.floor(e/65536),y=e-65536*o,e=l+o+65535,o=Math.floor(e/65536),l=e-65536*o,e=w+o+65535,o=Math.floor(e/65536),w=e-65536*o,e=p+o+65535,o=Math.floor(e/65536),p=e-65536*o,e=v+o+65535,o=Math.floor(e/65536),v=e-65536*o,e=b+o+65535,o=Math.floor(e/65536),b=e-65536*o,e=g+o+65535,o=Math.floor(e/65536),g=e-65536*o,e=_+o+65535,o=Math.floor(e/65536),_=e-65536*o,e=A+o+65535,o=Math.floor(e/65536),A=e-65536*o,i+=o-1+37*(o-1),r[0]=i,r[1]=h,r[2]=a,r[3]=f,r[4]=s,r[5]=c,r[6]=u,r[7]=y,r[8]=l,r[9]=w,r[10]=p,r[11]=v,r[12]=b,r[13]=g;r[14]=_;r[15]=A}function B(r,t){m(r,t,t)}function S(r,t){var n,e=$();for(n=0;n<16;n++)e[n]=t[n];for(n=253;n>=0;n--)B(e,e),2!==n&&4!==n&&m(e,e,t);for(n=0;n<16;n++)r[n]=e[n]}function K(r,t){var n,e=$();for(n=0;n<16;n++)e[n]=t[n];for(n=250;n>=0;n--)B(e,e),1!==n&&m(e,e,t);for(n=0;n<16;n++)r[n]=e[n]}function T(r,t,n){var e,o,i=new Uint8Array(32),h=new Float64Array(80),a=$(),f=$(),s=$(),c=$(),u=$(),y=$();for(o=0;o<31;o++)i[o]=t[o];for(i[31]=127&t[31]|64,i[0]&=248,E(h,n),o=0;o<16;o++)f[o]=h[o],c[o]=a[o]=s[o]=0;for(a[0]=c[0]=1,o=254;o>=0;--o)e=i[o>>>3]>>>(7&o)&1,_(a,f,e),_(s,c,e),x(u,a,s),M(a,a,s),x(s,f,c),M(f,f,c),B(c,u),B(y,a),m(a,s,a),m(s,f,u),x(u,a,s),M(a,a,s),B(f,a),M(s,c,y),m(a,s,ir),x(a,a,c),m(s,s,a),m(a,c,y),m(c,f,h),B(f,u),_(a,f,e),_(s,c,e);for(o=0;o<16;o++)h[o+16]=a[o],h[o+32]=s[o],h[o+48]=f[o],h[o+64]=c[o];var l=h.subarray(32),w=h.subarray(16);return S(l,l),m(w,w,l),A(r,w),0}function Y(r,t){return T(r,t,nr)}function k(r,t){return rr(t,32),Y(r,t)}function L(r,t,n){var e=new Uint8Array(32);return T(e,n,t),f(r,tr,e,ur)}function z(r,t,n,e,o,i){var h=new Uint8Array(32);return L(h,o,i),lr(r,t,n,e,h)}function R(r,t,n,e,o,i){var h=new Uint8Array(32);return L(h,o,i),wr(r,t,n,e,h)}function P(r,t,n,e){for(var o,i,h,a,f,s,c,u,y,l,w,p,v,b,g,_,A,d,U,E,x,M,m,B,S,K,T=new Int32Array(16),Y=new Int32Array(16),k=r[0],L=r[1],z=r[2],R=r[3],P=r[4],O=r[5],N=r[6],C=r[7],F=t[0],I=t[1],G=t[2],Z=t[3],j=t[4],q=t[5],V=t[6],X=t[7],D=0;e>=128;){for(U=0;U<16;U++)E=8*U+D,T[U]=n[E+0]<<24|n[E+1]<<16|n[E+2]<<8|n[E+3],Y[U]=n[E+4]<<24|n[E+5]<<16|n[E+6]<<8|n[E+7];for(U=0;U<80;U++)if(o=k,i=L,h=z,a=R,f=P,s=O,c=N,u=C,y=F,l=I,w=G,p=Z,v=j,b=q,g=V,_=X,x=C,M=X,m=65535&M,B=M>>>16,S=65535&x,K=x>>>16,x=(P>>>14|j<<18)^(P>>>18|j<<14)^(j>>>9|P<<23),M=(j>>>14|P<<18)^(j>>>18|P<<14)^(P>>>9|j<<23),m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,x=P&O^~P&N,M=j&q^~j&V,m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,x=pr[2*U],M=pr[2*U+1],m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,x=T[U%16],M=Y[U%16],m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,B+=m>>>16,S+=B>>>16,K+=S>>>16,A=65535&S|K<<16,d=65535&m|B<<16,x=A,M=d,m=65535&M,B=M>>>16,S=65535&x,K=x>>>16,x=(k>>>28|F<<4)^(F>>>2|k<<30)^(F>>>7|k<<25),M=(F>>>28|k<<4)^(k>>>2|F<<30)^(k>>>7|F<<25),m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,x=k&L^k&z^L&z,M=F&I^F&G^I&G,m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,B+=m>>>16,S+=B>>>16,K+=S>>>16,u=65535&S|K<<16,_=65535&m|B<<16,x=a,M=p,m=65535&M,B=M>>>16,S=65535&x,K=x>>>16,x=A,M=d,m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,B+=m>>>16,S+=B>>>16,K+=S>>>16,a=65535&S|K<<16,p=65535&m|B<<16,L=o,z=i,R=h,P=a,O=f,N=s,C=c,k=u,I=y,G=l,Z=w,j=p,q=v,V=b,X=g,F=_,U%16===15)for(E=0;E<16;E++)x=T[E],M=Y[E],m=65535&M,B=M>>>16,S=65535&x,K=x>>>16,x=T[(E+9)%16],M=Y[(E+9)%16],m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,A=T[(E+1)%16],d=Y[(E+1)%16],x=(A>>>1|d<<31)^(A>>>8|d<<24)^A>>>7,M=(d>>>1|A<<31)^(d>>>8|A<<24)^(d>>>7|A<<25),m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,A=T[(E+14)%16],d=Y[(E+14)%16],x=(A>>>19|d<<13)^(d>>>29|A<<3)^A>>>6,M=(d>>>19|A<<13)^(A>>>29|d<<3)^(d>>>6|A<<26),m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,B+=m>>>16,S+=B>>>16,K+=S>>>16,T[E]=65535&S|K<<16,Y[E]=65535&m|B<<16;x=k,M=F,m=65535&M,B=M>>>16,S=65535&x,K=x>>>16,x=r[0],M=t[0],m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,B+=m>>>16,S+=B>>>16,K+=S>>>16,r[0]=k=65535&S|K<<16,t[0]=F=65535&m|B<<16,x=L,M=I,m=65535&M,B=M>>>16,S=65535&x,K=x>>>16,x=r[1],M=t[1],m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,B+=m>>>16,S+=B>>>16,K+=S>>>16,r[1]=L=65535&S|K<<16,t[1]=I=65535&m|B<<16,x=z,M=G,m=65535&M,B=M>>>16,S=65535&x,K=x>>>16,x=r[2],M=t[2],m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,B+=m>>>16,S+=B>>>16,K+=S>>>16,r[2]=z=65535&S|K<<16,t[2]=G=65535&m|B<<16,x=R,M=Z,m=65535&M,B=M>>>16,S=65535&x,K=x>>>16,x=r[3],M=t[3],m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,B+=m>>>16,S+=B>>>16,K+=S>>>16,r[3]=R=65535&S|K<<16,t[3]=Z=65535&m|B<<16,x=P,M=j,m=65535&M,B=M>>>16,S=65535&x,K=x>>>16,x=r[4],M=t[4],m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,B+=m>>>16,S+=B>>>16,K+=S>>>16,r[4]=P=65535&S|K<<16,t[4]=j=65535&m|B<<16,x=O,M=q,m=65535&M,B=M>>>16,S=65535&x,K=x>>>16,x=r[5],M=t[5],m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,B+=m>>>16,S+=B>>>16,K+=S>>>16,r[5]=O=65535&S|K<<16,t[5]=q=65535&m|B<<16,x=N,M=V,m=65535&M,B=M>>>16,S=65535&x,K=x>>>16,x=r[6],M=t[6],m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,B+=m>>>16,S+=B>>>16,K+=S>>>16,r[6]=N=65535&S|K<<16,t[6]=V=65535&m|B<<16,x=C,M=X,m=65535&M,B=M>>>16,S=65535&x,K=x>>>16,x=r[7],M=t[7],m+=65535&M,B+=M>>>16,S+=65535&x,K+=x>>>16,B+=m>>>16,S+=B>>>16,K+=S>>>16,r[7]=C=65535&S|K<<16,t[7]=X=65535&m|B<<16,D+=128,e-=128}return e}function O(r,n,e){var o,i=new Int32Array(8),h=new Int32Array(8),a=new Uint8Array(256),f=e;for(i[0]=1779033703,i[1]=3144134277,i[2]=1013904242,i[3]=2773480762,i[4]=1359893119,i[5]=2600822924,i[6]=528734635,i[7]=1541459225,h[0]=4089235720,h[1]=2227873595,h[2]=4271175723,h[3]=1595750129,h[4]=2917565137,h[5]=725511199,h[6]=4215389547,h[7]=327033209,P(i,h,n,e),e%=128,o=0;o=0;--o)e=n[o/8|0]>>(7&o)&1,C(r,t,e),N(t,r),N(r,r),C(r,t,e)}function G(r,t){var n=[$(),$(),$(),$()];b(n[0],fr),b(n[1],sr),b(n[2],or),m(n[3],fr,sr),I(r,n,t)}function Z(r,t,n){var e,o=new Uint8Array(64),i=[$(),$(),$(),$()];for(n||rr(t,32),O(o,t,32),o[0]&=248,o[31]&=127,o[31]|=64,G(i,o),F(r,i),e=0;e<32;e++)t[e+32]=r[e];return 0}function j(r,t){var n,e,o,i;for(e=63;e>=32;--e){for(n=0,o=e-32,i=e-12;o>8,t[o]-=256*n;t[o]+=n,t[e]=0}for(n=0,o=0;o<32;o++)t[o]+=n-(t[31]>>4)*vr[o],n=t[o]>>8,t[o]&=255;for(o=0;o<32;o++)t[o]-=n*vr[o];for(e=0;e<32;e++)t[e+1]+=t[e]>>8,r[e]=255&t[e]}function q(r){var t,n=new Float64Array(64);for(t=0;t<64;t++)n[t]=r[t];for(t=0;t<64;t++)r[t]=0;j(r,n)}function V(r,t,n,e){var o,i,h=new Uint8Array(64),a=new Uint8Array(64),f=new Uint8Array(64),s=new Float64Array(64),c=[$(),$(),$(),$()];O(h,e,32),h[0]&=248,h[31]&=127,h[31]|=64;var u=n+64;for(o=0;o>7&&M(r[0],er,r[0]),m(r[3],r[0],r[1]),0)}function D(r,t,n,e){var i,h,a=new Uint8Array(32),f=new Uint8Array(64),s=[$(),$(),$(),$()],c=[$(),$(),$(),$()];if(h=-1,n<64)return-1;if(X(c,e))return-1;for(i=0;i>>13|n<<3),e=255&r[4]|(255&r[5])<<8,this.r[2]=7939&(n>>>10|e<<6),o=255&r[6]|(255&r[7])<<8,this.r[3]=8191&(e>>>7|o<<9),i=255&r[8]|(255&r[9])<<8,this.r[4]=255&(o>>>4|i<<12),this.r[5]=i>>>1&8190,h=255&r[10]|(255&r[11])<<8,this.r[6]=8191&(i>>>14|h<<2),a=255&r[12]|(255&r[13])<<8,this.r[7]=8065&(h>>>11|a<<5),f=255&r[14]|(255&r[15])<<8,this.r[8]=8191&(a>>>8|f<<8),this.r[9]=f>>>5&127,this.pad[0]=255&r[16]|(255&r[17])<<8,this.pad[1]=255&r[18]|(255&r[19])<<8,this.pad[2]=255&r[20]|(255&r[21])<<8,this.pad[3]=255&r[22]|(255&r[23])<<8,this.pad[4]=255&r[24]|(255&r[25])<<8,this.pad[5]=255&r[26]|(255&r[27])<<8,this.pad[6]=255&r[28]|(255&r[29])<<8,this.pad[7]=255&r[30]|(255&r[31])<<8};yr.prototype.blocks=function(r,t,n){for(var e,o,i,h,a,f,s,c,u,y,l,w,p,v,b,g,_,A,d,U=this.fin?0:2048,E=this.h[0],x=this.h[1],M=this.h[2],m=this.h[3],B=this.h[4],S=this.h[5],K=this.h[6],T=this.h[7],Y=this.h[8],k=this.h[9],L=this.r[0],z=this.r[1],R=this.r[2],P=this.r[3],O=this.r[4],N=this.r[5],C=this.r[6],F=this.r[7],I=this.r[8],G=this.r[9];n>=16;)e=255&r[t+0]|(255&r[t+1])<<8,E+=8191&e,o=255&r[t+2]|(255&r[t+3])<<8,x+=8191&(e>>>13|o<<3),i=255&r[t+4]|(255&r[t+5])<<8,M+=8191&(o>>>10|i<<6),h=255&r[t+6]|(255&r[t+7])<<8,m+=8191&(i>>>7|h<<9),a=255&r[t+8]|(255&r[t+9])<<8,B+=8191&(h>>>4|a<<12),S+=a>>>1&8191,f=255&r[t+10]|(255&r[t+11])<<8,K+=8191&(a>>>14|f<<2),s=255&r[t+12]|(255&r[t+13])<<8,T+=8191&(f>>>11|s<<5),c=255&r[t+14]|(255&r[t+15])<<8,Y+=8191&(s>>>8|c<<8),k+=c>>>5|U,u=0,y=u,y+=E*L,y+=x*(5*G),y+=M*(5*I),y+=m*(5*F),y+=B*(5*C),u=y>>>13,y&=8191,y+=S*(5*N),y+=K*(5*O),y+=T*(5*P),y+=Y*(5*R),y+=k*(5*z),u+=y>>>13,y&=8191,l=u,l+=E*z,l+=x*L,l+=M*(5*G),l+=m*(5*I),l+=B*(5*F),u=l>>>13,l&=8191,l+=S*(5*C),l+=K*(5*N),l+=T*(5*O),l+=Y*(5*P),l+=k*(5*R),u+=l>>>13,l&=8191,w=u,w+=E*R,w+=x*z,w+=M*L,w+=m*(5*G),w+=B*(5*I),u=w>>>13,w&=8191,w+=S*(5*F),w+=K*(5*C),w+=T*(5*N),w+=Y*(5*O),w+=k*(5*P),u+=w>>>13,w&=8191,p=u,p+=E*P,p+=x*R,p+=M*z,p+=m*L,p+=B*(5*G),u=p>>>13,p&=8191,p+=S*(5*I),p+=K*(5*F),p+=T*(5*C),p+=Y*(5*N),p+=k*(5*O),u+=p>>>13,p&=8191,v=u,v+=E*O,v+=x*P,v+=M*R,v+=m*z,v+=B*L,u=v>>>13,v&=8191,v+=S*(5*G),v+=K*(5*I),v+=T*(5*F),v+=Y*(5*C),v+=k*(5*N),u+=v>>>13,v&=8191,b=u,b+=E*N,b+=x*O,b+=M*P,b+=m*R,b+=B*z,u=b>>>13,b&=8191,b+=S*L,b+=K*(5*G),b+=T*(5*I),b+=Y*(5*F),b+=k*(5*C),u+=b>>>13,b&=8191,g=u,g+=E*C,g+=x*N,g+=M*O,g+=m*P,g+=B*R,u=g>>>13,g&=8191,g+=S*z,g+=K*L,g+=T*(5*G),g+=Y*(5*I),g+=k*(5*F),u+=g>>>13,g&=8191,_=u,_+=E*F,_+=x*C,_+=M*N,_+=m*O,_+=B*P,u=_>>>13,_&=8191,_+=S*R,_+=K*z,_+=T*L,_+=Y*(5*G),_+=k*(5*I),u+=_>>>13,_&=8191,A=u,A+=E*I,A+=x*F,A+=M*C,A+=m*N,A+=B*O,u=A>>>13,A&=8191,A+=S*P,A+=K*R,A+=T*z,A+=Y*L,A+=k*(5*G),u+=A>>>13,A&=8191,d=u,d+=E*G,d+=x*I,d+=M*F,d+=m*C,d+=B*N,u=d>>>13,d&=8191,d+=S*O,d+=K*P,d+=T*R,d+=Y*z,d+=k*L,u+=d>>>13,d&=8191,u=(u<<2)+u|0,u=u+y|0,y=8191&u,u>>>=13,l+=u,E=y,x=l,M=w,m=p,B=v,S=b,K=g,T=_,Y=A,k=d,t+=16,n-=16;this.h[0]=E,this.h[1]=x,this.h[2]=M,this.h[3]=m,this.h[4]=B,this.h[5]=S,this.h[6]=K,this.h[7]=T,this.h[8]=Y,this.h[9]=k},yr.prototype.finish=function(r,t){var n,e,o,i,h=new Uint16Array(10);if(this.leftover){for(i=this.leftover,this.buffer[i++]=1;i<16;i++)this.buffer[i]=0;this.fin=1,this.blocks(this.buffer,0,16)}for(n=this.h[1]>>>13,this.h[1]&=8191,i=2;i<10;i++)this.h[i]+=n,n=this.h[i]>>>13,this.h[i]&=8191;for(this.h[0]+=5*n,n=this.h[0]>>>13,this.h[0]&=8191,this.h[1]+=n,n=this.h[1]>>>13,this.h[1]&=8191,this.h[2]+=n,h[0]=this.h[0]+5,n=h[0]>>>13,h[0]&=8191,i=1;i<10;i++)h[i]=this.h[i]+n,n=h[i]>>>13,h[i]&=8191;for(h[9]-=8192,e=(1^n)-1,i=0;i<10;i++)h[i]&=e;for(e=~e,i=0;i<10;i++)this.h[i]=this.h[i]&e|h[i];for(this.h[0]=65535&(this.h[0]|this.h[1]<<13),this.h[1]=65535&(this.h[1]>>>3|this.h[2]<<10),this.h[2]=65535&(this.h[2]>>>6|this.h[3]<<7),this.h[3]=65535&(this.h[3]>>>9|this.h[4]<<4),this.h[4]=65535&(this.h[4]>>>12|this.h[5]<<1|this.h[6]<<14),this.h[5]=65535&(this.h[6]>>>2|this.h[7]<<11),this.h[6]=65535&(this.h[7]>>>5|this.h[8]<<8),this.h[7]=65535&(this.h[8]>>>8|this.h[9]<<5),o=this.h[0]+this.pad[0],this.h[0]=65535&o,i=1;i<8;i++)o=(this.h[i]+this.pad[i]|0)+(o>>>16)|0,this.h[i]=65535&o;r[t+0]=this.h[0]>>>0&255,r[t+1]=this.h[0]>>>8&255,r[t+2]=this.h[1]>>>0&255,r[t+3]=this.h[1]>>>8&255,r[t+4]=this.h[2]>>>0&255,r[t+5]=this.h[2]>>>8&255,r[t+6]=this.h[3]>>>0&255,r[t+7]=this.h[3]>>>8&255,r[t+8]=this.h[4]>>>0&255,r[t+9]=this.h[4]>>>8&255,r[t+10]=this.h[5]>>>0&255,r[t+11]=this.h[5]>>>8&255,r[t+12]=this.h[6]>>>0&255,r[t+13]=this.h[6]>>>8&255,r[t+14]=this.h[7]>>>0&255,r[t+15]=this.h[7]>>>8&255},yr.prototype.update=function(r,t,n){var e,o;if(this.leftover){for(o=16-this.leftover,o>n&&(o=n),e=0;e=16&&(o=n-n%16,this.blocks(r,t,o),t+=o,n-=o),n){for(e=0;e=0},r.sign.keyPair=function(){var r=new Uint8Array(Tr),t=new Uint8Array(Yr);return Z(r,t),{publicKey:r,secretKey:t}},r.sign.keyPair.fromSecretKey=function(r){if(Q(r),r.length!==Yr)throw new Error("bad secret key size");for(var t=new Uint8Array(Tr),n=0;n void): void; +} diff --git a/node_modules/tweetnacl/nacl.js b/node_modules/tweetnacl/nacl.js new file mode 100644 index 0000000..f72dd78 --- /dev/null +++ b/node_modules/tweetnacl/nacl.js @@ -0,0 +1,1175 @@ +(function(nacl) { +'use strict'; + +// Ported in 2014 by Dmitry Chestnykh and Devi Mandiri. +// Public domain. +// +// Implementation derived from TweetNaCl version 20140427. +// See for details: http://tweetnacl.cr.yp.to/ + +var u64 = function(h, l) { this.hi = h|0 >>> 0; this.lo = l|0 >>> 0; }; +var gf = function(init) { + var i, r = new Float64Array(16); + if (init) for (i = 0; i < init.length; i++) r[i] = init[i]; + return r; +}; + +// Pluggable, initialized in high-level API below. +var randombytes = function(/* x, n */) { throw new Error('no PRNG'); }; + +var _0 = new Uint8Array(16); +var _9 = new Uint8Array(32); _9[0] = 9; + +var gf0 = gf(), + gf1 = gf([1]), + _121665 = gf([0xdb41, 1]), + D = gf([0x78a3, 0x1359, 0x4dca, 0x75eb, 0xd8ab, 0x4141, 0x0a4d, 0x0070, 0xe898, 0x7779, 0x4079, 0x8cc7, 0xfe73, 0x2b6f, 0x6cee, 0x5203]), + D2 = gf([0xf159, 0x26b2, 0x9b94, 0xebd6, 0xb156, 0x8283, 0x149a, 0x00e0, 0xd130, 0xeef3, 0x80f2, 0x198e, 0xfce7, 0x56df, 0xd9dc, 0x2406]), + X = gf([0xd51a, 0x8f25, 0x2d60, 0xc956, 0xa7b2, 0x9525, 0xc760, 0x692c, 0xdc5c, 0xfdd6, 0xe231, 0xc0a4, 0x53fe, 0xcd6e, 0x36d3, 0x2169]), + Y = gf([0x6658, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666, 0x6666]), + I = gf([0xa0b0, 0x4a0e, 0x1b27, 0xc4ee, 0xe478, 0xad2f, 0x1806, 0x2f43, 0xd7a7, 0x3dfb, 0x0099, 0x2b4d, 0xdf0b, 0x4fc1, 0x2480, 0x2b83]); + +function L32(x, c) { return (x << c) | (x >>> (32 - c)); } + +function ld32(x, i) { + var u = x[i+3] & 0xff; + u = (u<<8)|(x[i+2] & 0xff); + u = (u<<8)|(x[i+1] & 0xff); + return (u<<8)|(x[i+0] & 0xff); +} + +function dl64(x, i) { + var h = (x[i] << 24) | (x[i+1] << 16) | (x[i+2] << 8) | x[i+3]; + var l = (x[i+4] << 24) | (x[i+5] << 16) | (x[i+6] << 8) | x[i+7]; + return new u64(h, l); +} + +function st32(x, j, u) { + var i; + for (i = 0; i < 4; i++) { x[j+i] = u & 255; u >>>= 8; } +} + +function ts64(x, i, u) { + x[i] = (u.hi >> 24) & 0xff; + x[i+1] = (u.hi >> 16) & 0xff; + x[i+2] = (u.hi >> 8) & 0xff; + x[i+3] = u.hi & 0xff; + x[i+4] = (u.lo >> 24) & 0xff; + x[i+5] = (u.lo >> 16) & 0xff; + x[i+6] = (u.lo >> 8) & 0xff; + x[i+7] = u.lo & 0xff; +} + +function vn(x, xi, y, yi, n) { + var i,d = 0; + for (i = 0; i < n; i++) d |= x[xi+i]^y[yi+i]; + return (1 & ((d - 1) >>> 8)) - 1; +} + +function crypto_verify_16(x, xi, y, yi) { + return vn(x,xi,y,yi,16); +} + +function crypto_verify_32(x, xi, y, yi) { + return vn(x,xi,y,yi,32); +} + +function core(out,inp,k,c,h) { + var w = new Uint32Array(16), x = new Uint32Array(16), + y = new Uint32Array(16), t = new Uint32Array(4); + var i, j, m; + + for (i = 0; i < 4; i++) { + x[5*i] = ld32(c, 4*i); + x[1+i] = ld32(k, 4*i); + x[6+i] = ld32(inp, 4*i); + x[11+i] = ld32(k, 16+4*i); + } + + for (i = 0; i < 16; i++) y[i] = x[i]; + + for (i = 0; i < 20; i++) { + for (j = 0; j < 4; j++) { + for (m = 0; m < 4; m++) t[m] = x[(5*j+4*m)%16]; + t[1] ^= L32((t[0]+t[3])|0, 7); + t[2] ^= L32((t[1]+t[0])|0, 9); + t[3] ^= L32((t[2]+t[1])|0,13); + t[0] ^= L32((t[3]+t[2])|0,18); + for (m = 0; m < 4; m++) w[4*j+(j+m)%4] = t[m]; + } + for (m = 0; m < 16; m++) x[m] = w[m]; + } + + if (h) { + for (i = 0; i < 16; i++) x[i] = (x[i] + y[i]) | 0; + for (i = 0; i < 4; i++) { + x[5*i] = (x[5*i] - ld32(c, 4*i)) | 0; + x[6+i] = (x[6+i] - ld32(inp, 4*i)) | 0; + } + for (i = 0; i < 4; i++) { + st32(out,4*i,x[5*i]); + st32(out,16+4*i,x[6+i]); + } + } else { + for (i = 0; i < 16; i++) st32(out, 4 * i, (x[i] + y[i]) | 0); + } +} + +function crypto_core_salsa20(out,inp,k,c) { + core(out,inp,k,c,false); + return 0; +} + +function crypto_core_hsalsa20(out,inp,k,c) { + core(out,inp,k,c,true); + return 0; +} + +var sigma = new Uint8Array([101, 120, 112, 97, 110, 100, 32, 51, 50, 45, 98, 121, 116, 101, 32, 107]); + // "expand 32-byte k" + +function crypto_stream_salsa20_xor(c,cpos,m,mpos,b,n,k) { + var z = new Uint8Array(16), x = new Uint8Array(64); + var u, i; + if (!b) return 0; + for (i = 0; i < 16; i++) z[i] = 0; + for (i = 0; i < 8; i++) z[i] = n[i]; + while (b >= 64) { + crypto_core_salsa20(x,z,k,sigma); + for (i = 0; i < 64; i++) c[cpos+i] = (m?m[mpos+i]:0) ^ x[i]; + u = 1; + for (i = 8; i < 16; i++) { + u = u + (z[i] & 0xff) | 0; + z[i] = u & 0xff; + u >>>= 8; + } + b -= 64; + cpos += 64; + if (m) mpos += 64; + } + if (b > 0) { + crypto_core_salsa20(x,z,k,sigma); + for (i = 0; i < b; i++) c[cpos+i] = (m?m[mpos+i]:0) ^ x[i]; + } + return 0; +} + +function crypto_stream_salsa20(c,cpos,d,n,k) { + return crypto_stream_salsa20_xor(c,cpos,null,0,d,n,k); +} + +function crypto_stream(c,cpos,d,n,k) { + var s = new Uint8Array(32); + crypto_core_hsalsa20(s,n,k,sigma); + return crypto_stream_salsa20(c,cpos,d,n.subarray(16),s); +} + +function crypto_stream_xor(c,cpos,m,mpos,d,n,k) { + var s = new Uint8Array(32); + crypto_core_hsalsa20(s,n,k,sigma); + return crypto_stream_salsa20_xor(c,cpos,m,mpos,d,n.subarray(16),s); +} + +function add1305(h, c) { + var j, u = 0; + for (j = 0; j < 17; j++) { + u = (u + ((h[j] + c[j]) | 0)) | 0; + h[j] = u & 255; + u >>>= 8; + } +} + +var minusp = new Uint32Array([ + 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 252 +]); + +function crypto_onetimeauth(out, outpos, m, mpos, n, k) { + var s, i, j, u; + var x = new Uint32Array(17), r = new Uint32Array(17), + h = new Uint32Array(17), c = new Uint32Array(17), + g = new Uint32Array(17); + for (j = 0; j < 17; j++) r[j]=h[j]=0; + for (j = 0; j < 16; j++) r[j]=k[j]; + r[3]&=15; + r[4]&=252; + r[7]&=15; + r[8]&=252; + r[11]&=15; + r[12]&=252; + r[15]&=15; + + while (n > 0) { + for (j = 0; j < 17; j++) c[j] = 0; + for (j = 0; (j < 16) && (j < n); ++j) c[j] = m[mpos+j]; + c[j] = 1; + mpos += j; n -= j; + add1305(h,c); + for (i = 0; i < 17; i++) { + x[i] = 0; + for (j = 0; j < 17; j++) x[i] = (x[i] + (h[j] * ((j <= i) ? r[i - j] : ((320 * r[i + 17 - j])|0))) | 0) | 0; + } + for (i = 0; i < 17; i++) h[i] = x[i]; + u = 0; + for (j = 0; j < 16; j++) { + u = (u + h[j]) | 0; + h[j] = u & 255; + u >>>= 8; + } + u = (u + h[16]) | 0; h[16] = u & 3; + u = (5 * (u >>> 2)) | 0; + for (j = 0; j < 16; j++) { + u = (u + h[j]) | 0; + h[j] = u & 255; + u >>>= 8; + } + u = (u + h[16]) | 0; h[16] = u; + } + + for (j = 0; j < 17; j++) g[j] = h[j]; + add1305(h,minusp); + s = (-(h[16] >>> 7) | 0); + for (j = 0; j < 17; j++) h[j] ^= s & (g[j] ^ h[j]); + + for (j = 0; j < 16; j++) c[j] = k[j + 16]; + c[16] = 0; + add1305(h,c); + for (j = 0; j < 16; j++) out[outpos+j] = h[j]; + return 0; +} + +function crypto_onetimeauth_verify(h, hpos, m, mpos, n, k) { + var x = new Uint8Array(16); + crypto_onetimeauth(x,0,m,mpos,n,k); + return crypto_verify_16(h,hpos,x,0); +} + +function crypto_secretbox(c,m,d,n,k) { + var i; + if (d < 32) return -1; + crypto_stream_xor(c,0,m,0,d,n,k); + crypto_onetimeauth(c, 16, c, 32, d - 32, c); + for (i = 0; i < 16; i++) c[i] = 0; + return 0; +} + +function crypto_secretbox_open(m,c,d,n,k) { + var i; + var x = new Uint8Array(32); + if (d < 32) return -1; + crypto_stream(x,0,32,n,k); + if (crypto_onetimeauth_verify(c, 16,c, 32,d - 32,x) !== 0) return -1; + crypto_stream_xor(m,0,c,0,d,n,k); + for (i = 0; i < 32; i++) m[i] = 0; + return 0; +} + +function set25519(r, a) { + var i; + for (i = 0; i < 16; i++) r[i] = a[i]|0; +} + +function car25519(o) { + var c; + var i; + for (i = 0; i < 16; i++) { + o[i] += 65536; + c = Math.floor(o[i] / 65536); + o[(i+1)*(i<15?1:0)] += c - 1 + 37 * (c-1) * (i===15?1:0); + o[i] -= (c * 65536); + } +} + +function sel25519(p, q, b) { + var t, c = ~(b-1); + for (var i = 0; i < 16; i++) { + t = c & (p[i] ^ q[i]); + p[i] ^= t; + q[i] ^= t; + } +} + +function pack25519(o, n) { + var i, j, b; + var m = gf(), t = gf(); + for (i = 0; i < 16; i++) t[i] = n[i]; + car25519(t); + car25519(t); + car25519(t); + for (j = 0; j < 2; j++) { + m[0] = t[0] - 0xffed; + for (i = 1; i < 15; i++) { + m[i] = t[i] - 0xffff - ((m[i-1]>>16) & 1); + m[i-1] &= 0xffff; + } + m[15] = t[15] - 0x7fff - ((m[14]>>16) & 1); + b = (m[15]>>16) & 1; + m[14] &= 0xffff; + sel25519(t, m, 1-b); + } + for (i = 0; i < 16; i++) { + o[2*i] = t[i] & 0xff; + o[2*i+1] = t[i]>>8; + } +} + +function neq25519(a, b) { + var c = new Uint8Array(32), d = new Uint8Array(32); + pack25519(c, a); + pack25519(d, b); + return crypto_verify_32(c, 0, d, 0); +} + +function par25519(a) { + var d = new Uint8Array(32); + pack25519(d, a); + return d[0] & 1; +} + +function unpack25519(o, n) { + var i; + for (i = 0; i < 16; i++) o[i] = n[2*i] + (n[2*i+1] << 8); + o[15] &= 0x7fff; +} + +function A(o, a, b) { + var i; + for (i = 0; i < 16; i++) o[i] = (a[i] + b[i])|0; +} + +function Z(o, a, b) { + var i; + for (i = 0; i < 16; i++) o[i] = (a[i] - b[i])|0; +} + +function M(o, a, b) { + var i, j, t = new Float64Array(31); + for (i = 0; i < 31; i++) t[i] = 0; + for (i = 0; i < 16; i++) { + for (j = 0; j < 16; j++) { + t[i+j] += a[i] * b[j]; + } + } + for (i = 0; i < 15; i++) { + t[i] += 38 * t[i+16]; + } + for (i = 0; i < 16; i++) o[i] = t[i]; + car25519(o); + car25519(o); +} + +function S(o, a) { + M(o, a, a); +} + +function inv25519(o, i) { + var c = gf(); + var a; + for (a = 0; a < 16; a++) c[a] = i[a]; + for (a = 253; a >= 0; a--) { + S(c, c); + if(a !== 2 && a !== 4) M(c, c, i); + } + for (a = 0; a < 16; a++) o[a] = c[a]; +} + +function pow2523(o, i) { + var c = gf(); + var a; + for (a = 0; a < 16; a++) c[a] = i[a]; + for (a = 250; a >= 0; a--) { + S(c, c); + if(a !== 1) M(c, c, i); + } + for (a = 0; a < 16; a++) o[a] = c[a]; +} + +function crypto_scalarmult(q, n, p) { + var z = new Uint8Array(32); + var x = new Float64Array(80), r, i; + var a = gf(), b = gf(), c = gf(), + d = gf(), e = gf(), f = gf(); + for (i = 0; i < 31; i++) z[i] = n[i]; + z[31]=(n[31]&127)|64; + z[0]&=248; + unpack25519(x,p); + for (i = 0; i < 16; i++) { + b[i]=x[i]; + d[i]=a[i]=c[i]=0; + } + a[0]=d[0]=1; + for (i=254; i>=0; --i) { + r=(z[i>>>3]>>>(i&7))&1; + sel25519(a,b,r); + sel25519(c,d,r); + A(e,a,c); + Z(a,a,c); + A(c,b,d); + Z(b,b,d); + S(d,e); + S(f,a); + M(a,c,a); + M(c,b,e); + A(e,a,c); + Z(a,a,c); + S(b,a); + Z(c,d,f); + M(a,c,_121665); + A(a,a,d); + M(c,c,a); + M(a,d,f); + M(d,b,x); + S(b,e); + sel25519(a,b,r); + sel25519(c,d,r); + } + for (i = 0; i < 16; i++) { + x[i+16]=a[i]; + x[i+32]=c[i]; + x[i+48]=b[i]; + x[i+64]=d[i]; + } + var x32 = x.subarray(32); + var x16 = x.subarray(16); + inv25519(x32,x32); + M(x16,x16,x32); + pack25519(q,x16); + return 0; +} + +function crypto_scalarmult_base(q, n) { + return crypto_scalarmult(q, n, _9); +} + +function crypto_box_keypair(y, x) { + randombytes(x, 32); + return crypto_scalarmult_base(y, x); +} + +function crypto_box_beforenm(k, y, x) { + var s = new Uint8Array(32); + crypto_scalarmult(s, x, y); + return crypto_core_hsalsa20(k, _0, s, sigma); +} + +var crypto_box_afternm = crypto_secretbox; +var crypto_box_open_afternm = crypto_secretbox_open; + +function crypto_box(c, m, d, n, y, x) { + var k = new Uint8Array(32); + crypto_box_beforenm(k, y, x); + return crypto_box_afternm(c, m, d, n, k); +} + +function crypto_box_open(m, c, d, n, y, x) { + var k = new Uint8Array(32); + crypto_box_beforenm(k, y, x); + return crypto_box_open_afternm(m, c, d, n, k); +} + +function add64() { + var a = 0, b = 0, c = 0, d = 0, m16 = 65535, l, h, i; + for (i = 0; i < arguments.length; i++) { + l = arguments[i].lo; + h = arguments[i].hi; + a += (l & m16); b += (l >>> 16); + c += (h & m16); d += (h >>> 16); + } + + b += (a >>> 16); + c += (b >>> 16); + d += (c >>> 16); + + return new u64((c & m16) | (d << 16), (a & m16) | (b << 16)); +} + +function shr64(x, c) { + return new u64((x.hi >>> c), (x.lo >>> c) | (x.hi << (32 - c))); +} + +function xor64() { + var l = 0, h = 0, i; + for (i = 0; i < arguments.length; i++) { + l ^= arguments[i].lo; + h ^= arguments[i].hi; + } + return new u64(h, l); +} + +function R(x, c) { + var h, l, c1 = 32 - c; + if (c < 32) { + h = (x.hi >>> c) | (x.lo << c1); + l = (x.lo >>> c) | (x.hi << c1); + } else if (c < 64) { + h = (x.lo >>> c) | (x.hi << c1); + l = (x.hi >>> c) | (x.lo << c1); + } + return new u64(h, l); +} + +function Ch(x, y, z) { + var h = (x.hi & y.hi) ^ (~x.hi & z.hi), + l = (x.lo & y.lo) ^ (~x.lo & z.lo); + return new u64(h, l); +} + +function Maj(x, y, z) { + var h = (x.hi & y.hi) ^ (x.hi & z.hi) ^ (y.hi & z.hi), + l = (x.lo & y.lo) ^ (x.lo & z.lo) ^ (y.lo & z.lo); + return new u64(h, l); +} + +function Sigma0(x) { return xor64(R(x,28), R(x,34), R(x,39)); } +function Sigma1(x) { return xor64(R(x,14), R(x,18), R(x,41)); } +function sigma0(x) { return xor64(R(x, 1), R(x, 8), shr64(x,7)); } +function sigma1(x) { return xor64(R(x,19), R(x,61), shr64(x,6)); } + +var K = [ + new u64(0x428a2f98, 0xd728ae22), new u64(0x71374491, 0x23ef65cd), + new u64(0xb5c0fbcf, 0xec4d3b2f), new u64(0xe9b5dba5, 0x8189dbbc), + new u64(0x3956c25b, 0xf348b538), new u64(0x59f111f1, 0xb605d019), + new u64(0x923f82a4, 0xaf194f9b), new u64(0xab1c5ed5, 0xda6d8118), + new u64(0xd807aa98, 0xa3030242), new u64(0x12835b01, 0x45706fbe), + new u64(0x243185be, 0x4ee4b28c), new u64(0x550c7dc3, 0xd5ffb4e2), + new u64(0x72be5d74, 0xf27b896f), new u64(0x80deb1fe, 0x3b1696b1), + new u64(0x9bdc06a7, 0x25c71235), new u64(0xc19bf174, 0xcf692694), + new u64(0xe49b69c1, 0x9ef14ad2), new u64(0xefbe4786, 0x384f25e3), + new u64(0x0fc19dc6, 0x8b8cd5b5), new u64(0x240ca1cc, 0x77ac9c65), + new u64(0x2de92c6f, 0x592b0275), new u64(0x4a7484aa, 0x6ea6e483), + new u64(0x5cb0a9dc, 0xbd41fbd4), new u64(0x76f988da, 0x831153b5), + new u64(0x983e5152, 0xee66dfab), new u64(0xa831c66d, 0x2db43210), + new u64(0xb00327c8, 0x98fb213f), new u64(0xbf597fc7, 0xbeef0ee4), + new u64(0xc6e00bf3, 0x3da88fc2), new u64(0xd5a79147, 0x930aa725), + new u64(0x06ca6351, 0xe003826f), new u64(0x14292967, 0x0a0e6e70), + new u64(0x27b70a85, 0x46d22ffc), new u64(0x2e1b2138, 0x5c26c926), + new u64(0x4d2c6dfc, 0x5ac42aed), new u64(0x53380d13, 0x9d95b3df), + new u64(0x650a7354, 0x8baf63de), new u64(0x766a0abb, 0x3c77b2a8), + new u64(0x81c2c92e, 0x47edaee6), new u64(0x92722c85, 0x1482353b), + new u64(0xa2bfe8a1, 0x4cf10364), new u64(0xa81a664b, 0xbc423001), + new u64(0xc24b8b70, 0xd0f89791), new u64(0xc76c51a3, 0x0654be30), + new u64(0xd192e819, 0xd6ef5218), new u64(0xd6990624, 0x5565a910), + new u64(0xf40e3585, 0x5771202a), new u64(0x106aa070, 0x32bbd1b8), + new u64(0x19a4c116, 0xb8d2d0c8), new u64(0x1e376c08, 0x5141ab53), + new u64(0x2748774c, 0xdf8eeb99), new u64(0x34b0bcb5, 0xe19b48a8), + new u64(0x391c0cb3, 0xc5c95a63), new u64(0x4ed8aa4a, 0xe3418acb), + new u64(0x5b9cca4f, 0x7763e373), new u64(0x682e6ff3, 0xd6b2b8a3), + new u64(0x748f82ee, 0x5defb2fc), new u64(0x78a5636f, 0x43172f60), + new u64(0x84c87814, 0xa1f0ab72), new u64(0x8cc70208, 0x1a6439ec), + new u64(0x90befffa, 0x23631e28), new u64(0xa4506ceb, 0xde82bde9), + new u64(0xbef9a3f7, 0xb2c67915), new u64(0xc67178f2, 0xe372532b), + new u64(0xca273ece, 0xea26619c), new u64(0xd186b8c7, 0x21c0c207), + new u64(0xeada7dd6, 0xcde0eb1e), new u64(0xf57d4f7f, 0xee6ed178), + new u64(0x06f067aa, 0x72176fba), new u64(0x0a637dc5, 0xa2c898a6), + new u64(0x113f9804, 0xbef90dae), new u64(0x1b710b35, 0x131c471b), + new u64(0x28db77f5, 0x23047d84), new u64(0x32caab7b, 0x40c72493), + new u64(0x3c9ebe0a, 0x15c9bebc), new u64(0x431d67c4, 0x9c100d4c), + new u64(0x4cc5d4be, 0xcb3e42b6), new u64(0x597f299c, 0xfc657e2a), + new u64(0x5fcb6fab, 0x3ad6faec), new u64(0x6c44198c, 0x4a475817) +]; + +function crypto_hashblocks(x, m, n) { + var z = [], b = [], a = [], w = [], t, i, j; + + for (i = 0; i < 8; i++) z[i] = a[i] = dl64(x, 8*i); + + var pos = 0; + while (n >= 128) { + for (i = 0; i < 16; i++) w[i] = dl64(m, 8*i+pos); + for (i = 0; i < 80; i++) { + for (j = 0; j < 8; j++) b[j] = a[j]; + t = add64(a[7], Sigma1(a[4]), Ch(a[4], a[5], a[6]), K[i], w[i%16]); + b[7] = add64(t, Sigma0(a[0]), Maj(a[0], a[1], a[2])); + b[3] = add64(b[3], t); + for (j = 0; j < 8; j++) a[(j+1)%8] = b[j]; + if (i%16 === 15) { + for (j = 0; j < 16; j++) { + w[j] = add64(w[j], w[(j+9)%16], sigma0(w[(j+1)%16]), sigma1(w[(j+14)%16])); + } + } + } + + for (i = 0; i < 8; i++) { + a[i] = add64(a[i], z[i]); + z[i] = a[i]; + } + + pos += 128; + n -= 128; + } + + for (i = 0; i < 8; i++) ts64(x, 8*i, z[i]); + return n; +} + +var iv = new Uint8Array([ + 0x6a,0x09,0xe6,0x67,0xf3,0xbc,0xc9,0x08, + 0xbb,0x67,0xae,0x85,0x84,0xca,0xa7,0x3b, + 0x3c,0x6e,0xf3,0x72,0xfe,0x94,0xf8,0x2b, + 0xa5,0x4f,0xf5,0x3a,0x5f,0x1d,0x36,0xf1, + 0x51,0x0e,0x52,0x7f,0xad,0xe6,0x82,0xd1, + 0x9b,0x05,0x68,0x8c,0x2b,0x3e,0x6c,0x1f, + 0x1f,0x83,0xd9,0xab,0xfb,0x41,0xbd,0x6b, + 0x5b,0xe0,0xcd,0x19,0x13,0x7e,0x21,0x79 +]); + +function crypto_hash(out, m, n) { + var h = new Uint8Array(64), x = new Uint8Array(256); + var i, b = n; + + for (i = 0; i < 64; i++) h[i] = iv[i]; + + crypto_hashblocks(h, m, n); + n %= 128; + + for (i = 0; i < 256; i++) x[i] = 0; + for (i = 0; i < n; i++) x[i] = m[b-n+i]; + x[n] = 128; + + n = 256-128*(n<112?1:0); + x[n-9] = 0; + ts64(x, n-8, new u64((b / 0x20000000) | 0, b << 3)); + crypto_hashblocks(h, x, n); + + for (i = 0; i < 64; i++) out[i] = h[i]; + + return 0; +} + +function add(p, q) { + var a = gf(), b = gf(), c = gf(), + d = gf(), e = gf(), f = gf(), + g = gf(), h = gf(), t = gf(); + + Z(a, p[1], p[0]); + Z(t, q[1], q[0]); + M(a, a, t); + A(b, p[0], p[1]); + A(t, q[0], q[1]); + M(b, b, t); + M(c, p[3], q[3]); + M(c, c, D2); + M(d, p[2], q[2]); + A(d, d, d); + Z(e, b, a); + Z(f, d, c); + A(g, d, c); + A(h, b, a); + + M(p[0], e, f); + M(p[1], h, g); + M(p[2], g, f); + M(p[3], e, h); +} + +function cswap(p, q, b) { + var i; + for (i = 0; i < 4; i++) { + sel25519(p[i], q[i], b); + } +} + +function pack(r, p) { + var tx = gf(), ty = gf(), zi = gf(); + inv25519(zi, p[2]); + M(tx, p[0], zi); + M(ty, p[1], zi); + pack25519(r, ty); + r[31] ^= par25519(tx) << 7; +} + +function scalarmult(p, q, s) { + var b, i; + set25519(p[0], gf0); + set25519(p[1], gf1); + set25519(p[2], gf1); + set25519(p[3], gf0); + for (i = 255; i >= 0; --i) { + b = (s[(i/8)|0] >> (i&7)) & 1; + cswap(p, q, b); + add(q, p); + add(p, p); + cswap(p, q, b); + } +} + +function scalarbase(p, s) { + var q = [gf(), gf(), gf(), gf()]; + set25519(q[0], X); + set25519(q[1], Y); + set25519(q[2], gf1); + M(q[3], X, Y); + scalarmult(p, q, s); +} + +function crypto_sign_keypair(pk, sk, seeded) { + var d = new Uint8Array(64); + var p = [gf(), gf(), gf(), gf()]; + var i; + + if (!seeded) randombytes(sk, 32); + crypto_hash(d, sk, 32); + d[0] &= 248; + d[31] &= 127; + d[31] |= 64; + + scalarbase(p, d); + pack(pk, p); + + for (i = 0; i < 32; i++) sk[i+32] = pk[i]; + return 0; +} + +var L = new Float64Array([0xed, 0xd3, 0xf5, 0x5c, 0x1a, 0x63, 0x12, 0x58, 0xd6, 0x9c, 0xf7, 0xa2, 0xde, 0xf9, 0xde, 0x14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x10]); + +function modL(r, x) { + var carry, i, j, k; + for (i = 63; i >= 32; --i) { + carry = 0; + for (j = i - 32, k = i - 12; j < k; ++j) { + x[j] += carry - 16 * x[i] * L[j - (i - 32)]; + carry = (x[j] + 128) >> 8; + x[j] -= carry * 256; + } + x[j] += carry; + x[i] = 0; + } + carry = 0; + for (j = 0; j < 32; j++) { + x[j] += carry - (x[31] >> 4) * L[j]; + carry = x[j] >> 8; + x[j] &= 255; + } + for (j = 0; j < 32; j++) x[j] -= carry * L[j]; + for (i = 0; i < 32; i++) { + x[i+1] += x[i] >> 8; + r[i] = x[i] & 255; + } +} + +function reduce(r) { + var x = new Float64Array(64), i; + for (i = 0; i < 64; i++) x[i] = r[i]; + for (i = 0; i < 64; i++) r[i] = 0; + modL(r, x); +} + +// Note: difference from C - smlen returned, not passed as argument. +function crypto_sign(sm, m, n, sk) { + var d = new Uint8Array(64), h = new Uint8Array(64), r = new Uint8Array(64); + var i, j, x = new Float64Array(64); + var p = [gf(), gf(), gf(), gf()]; + + crypto_hash(d, sk, 32); + d[0] &= 248; + d[31] &= 127; + d[31] |= 64; + + var smlen = n + 64; + for (i = 0; i < n; i++) sm[64 + i] = m[i]; + for (i = 0; i < 32; i++) sm[32 + i] = d[32 + i]; + + crypto_hash(r, sm.subarray(32), n+32); + reduce(r); + scalarbase(p, r); + pack(sm, p); + + for (i = 32; i < 64; i++) sm[i] = sk[i]; + crypto_hash(h, sm, n + 64); + reduce(h); + + for (i = 0; i < 64; i++) x[i] = 0; + for (i = 0; i < 32; i++) x[i] = r[i]; + for (i = 0; i < 32; i++) { + for (j = 0; j < 32; j++) { + x[i+j] += h[i] * d[j]; + } + } + + modL(sm.subarray(32), x); + return smlen; +} + +function unpackneg(r, p) { + var t = gf(), chk = gf(), num = gf(), + den = gf(), den2 = gf(), den4 = gf(), + den6 = gf(); + + set25519(r[2], gf1); + unpack25519(r[1], p); + S(num, r[1]); + M(den, num, D); + Z(num, num, r[2]); + A(den, r[2], den); + + S(den2, den); + S(den4, den2); + M(den6, den4, den2); + M(t, den6, num); + M(t, t, den); + + pow2523(t, t); + M(t, t, num); + M(t, t, den); + M(t, t, den); + M(r[0], t, den); + + S(chk, r[0]); + M(chk, chk, den); + if (neq25519(chk, num)) M(r[0], r[0], I); + + S(chk, r[0]); + M(chk, chk, den); + if (neq25519(chk, num)) return -1; + + if (par25519(r[0]) === (p[31]>>7)) Z(r[0], gf0, r[0]); + + M(r[3], r[0], r[1]); + return 0; +} + +function crypto_sign_open(m, sm, n, pk) { + var i, mlen; + var t = new Uint8Array(32), h = new Uint8Array(64); + var p = [gf(), gf(), gf(), gf()], + q = [gf(), gf(), gf(), gf()]; + + mlen = -1; + if (n < 64) return -1; + + if (unpackneg(q, pk)) return -1; + + for (i = 0; i < n; i++) m[i] = sm[i]; + for (i = 0; i < 32; i++) m[i+32] = pk[i]; + crypto_hash(h, m, n); + reduce(h); + scalarmult(p, q, h); + + scalarbase(q, sm.subarray(32)); + add(p, q); + pack(t, p); + + n -= 64; + if (crypto_verify_32(sm, 0, t, 0)) { + for (i = 0; i < n; i++) m[i] = 0; + return -1; + } + + for (i = 0; i < n; i++) m[i] = sm[i + 64]; + mlen = n; + return mlen; +} + +var crypto_secretbox_KEYBYTES = 32, + crypto_secretbox_NONCEBYTES = 24, + crypto_secretbox_ZEROBYTES = 32, + crypto_secretbox_BOXZEROBYTES = 16, + crypto_scalarmult_BYTES = 32, + crypto_scalarmult_SCALARBYTES = 32, + crypto_box_PUBLICKEYBYTES = 32, + crypto_box_SECRETKEYBYTES = 32, + crypto_box_BEFORENMBYTES = 32, + crypto_box_NONCEBYTES = crypto_secretbox_NONCEBYTES, + crypto_box_ZEROBYTES = crypto_secretbox_ZEROBYTES, + crypto_box_BOXZEROBYTES = crypto_secretbox_BOXZEROBYTES, + crypto_sign_BYTES = 64, + crypto_sign_PUBLICKEYBYTES = 32, + crypto_sign_SECRETKEYBYTES = 64, + crypto_sign_SEEDBYTES = 32, + crypto_hash_BYTES = 64; + +nacl.lowlevel = { + crypto_core_hsalsa20: crypto_core_hsalsa20, + crypto_stream_xor: crypto_stream_xor, + crypto_stream: crypto_stream, + crypto_stream_salsa20_xor: crypto_stream_salsa20_xor, + crypto_stream_salsa20: crypto_stream_salsa20, + crypto_onetimeauth: crypto_onetimeauth, + crypto_onetimeauth_verify: crypto_onetimeauth_verify, + crypto_verify_16: crypto_verify_16, + crypto_verify_32: crypto_verify_32, + crypto_secretbox: crypto_secretbox, + crypto_secretbox_open: crypto_secretbox_open, + crypto_scalarmult: crypto_scalarmult, + crypto_scalarmult_base: crypto_scalarmult_base, + crypto_box_beforenm: crypto_box_beforenm, + crypto_box_afternm: crypto_box_afternm, + crypto_box: crypto_box, + crypto_box_open: crypto_box_open, + crypto_box_keypair: crypto_box_keypair, + crypto_hash: crypto_hash, + crypto_sign: crypto_sign, + crypto_sign_keypair: crypto_sign_keypair, + crypto_sign_open: crypto_sign_open, + + crypto_secretbox_KEYBYTES: crypto_secretbox_KEYBYTES, + crypto_secretbox_NONCEBYTES: crypto_secretbox_NONCEBYTES, + crypto_secretbox_ZEROBYTES: crypto_secretbox_ZEROBYTES, + crypto_secretbox_BOXZEROBYTES: crypto_secretbox_BOXZEROBYTES, + crypto_scalarmult_BYTES: crypto_scalarmult_BYTES, + crypto_scalarmult_SCALARBYTES: crypto_scalarmult_SCALARBYTES, + crypto_box_PUBLICKEYBYTES: crypto_box_PUBLICKEYBYTES, + crypto_box_SECRETKEYBYTES: crypto_box_SECRETKEYBYTES, + crypto_box_BEFORENMBYTES: crypto_box_BEFORENMBYTES, + crypto_box_NONCEBYTES: crypto_box_NONCEBYTES, + crypto_box_ZEROBYTES: crypto_box_ZEROBYTES, + crypto_box_BOXZEROBYTES: crypto_box_BOXZEROBYTES, + crypto_sign_BYTES: crypto_sign_BYTES, + crypto_sign_PUBLICKEYBYTES: crypto_sign_PUBLICKEYBYTES, + crypto_sign_SECRETKEYBYTES: crypto_sign_SECRETKEYBYTES, + crypto_sign_SEEDBYTES: crypto_sign_SEEDBYTES, + crypto_hash_BYTES: crypto_hash_BYTES +}; + +/* High-level API */ + +function checkLengths(k, n) { + if (k.length !== crypto_secretbox_KEYBYTES) throw new Error('bad key size'); + if (n.length !== crypto_secretbox_NONCEBYTES) throw new Error('bad nonce size'); +} + +function checkBoxLengths(pk, sk) { + if (pk.length !== crypto_box_PUBLICKEYBYTES) throw new Error('bad public key size'); + if (sk.length !== crypto_box_SECRETKEYBYTES) throw new Error('bad secret key size'); +} + +function checkArrayTypes() { + var t, i; + for (i = 0; i < arguments.length; i++) { + if ((t = Object.prototype.toString.call(arguments[i])) !== '[object Uint8Array]') + throw new TypeError('unexpected type ' + t + ', use Uint8Array'); + } +} + +function cleanup(arr) { + for (var i = 0; i < arr.length; i++) arr[i] = 0; +} + +// TODO: Completely remove this in v0.15. +if (!nacl.util) { + nacl.util = {}; + nacl.util.decodeUTF8 = nacl.util.encodeUTF8 = nacl.util.encodeBase64 = nacl.util.decodeBase64 = function() { + throw new Error('nacl.util moved into separate package: https://github.com/dchest/tweetnacl-util-js'); + }; +} + +nacl.randomBytes = function(n) { + var b = new Uint8Array(n); + randombytes(b, n); + return b; +}; + +nacl.secretbox = function(msg, nonce, key) { + checkArrayTypes(msg, nonce, key); + checkLengths(key, nonce); + var m = new Uint8Array(crypto_secretbox_ZEROBYTES + msg.length); + var c = new Uint8Array(m.length); + for (var i = 0; i < msg.length; i++) m[i+crypto_secretbox_ZEROBYTES] = msg[i]; + crypto_secretbox(c, m, m.length, nonce, key); + return c.subarray(crypto_secretbox_BOXZEROBYTES); +}; + +nacl.secretbox.open = function(box, nonce, key) { + checkArrayTypes(box, nonce, key); + checkLengths(key, nonce); + var c = new Uint8Array(crypto_secretbox_BOXZEROBYTES + box.length); + var m = new Uint8Array(c.length); + for (var i = 0; i < box.length; i++) c[i+crypto_secretbox_BOXZEROBYTES] = box[i]; + if (c.length < 32) return false; + if (crypto_secretbox_open(m, c, c.length, nonce, key) !== 0) return false; + return m.subarray(crypto_secretbox_ZEROBYTES); +}; + +nacl.secretbox.keyLength = crypto_secretbox_KEYBYTES; +nacl.secretbox.nonceLength = crypto_secretbox_NONCEBYTES; +nacl.secretbox.overheadLength = crypto_secretbox_BOXZEROBYTES; + +nacl.scalarMult = function(n, p) { + checkArrayTypes(n, p); + if (n.length !== crypto_scalarmult_SCALARBYTES) throw new Error('bad n size'); + if (p.length !== crypto_scalarmult_BYTES) throw new Error('bad p size'); + var q = new Uint8Array(crypto_scalarmult_BYTES); + crypto_scalarmult(q, n, p); + return q; +}; + +nacl.scalarMult.base = function(n) { + checkArrayTypes(n); + if (n.length !== crypto_scalarmult_SCALARBYTES) throw new Error('bad n size'); + var q = new Uint8Array(crypto_scalarmult_BYTES); + crypto_scalarmult_base(q, n); + return q; +}; + +nacl.scalarMult.scalarLength = crypto_scalarmult_SCALARBYTES; +nacl.scalarMult.groupElementLength = crypto_scalarmult_BYTES; + +nacl.box = function(msg, nonce, publicKey, secretKey) { + var k = nacl.box.before(publicKey, secretKey); + return nacl.secretbox(msg, nonce, k); +}; + +nacl.box.before = function(publicKey, secretKey) { + checkArrayTypes(publicKey, secretKey); + checkBoxLengths(publicKey, secretKey); + var k = new Uint8Array(crypto_box_BEFORENMBYTES); + crypto_box_beforenm(k, publicKey, secretKey); + return k; +}; + +nacl.box.after = nacl.secretbox; + +nacl.box.open = function(msg, nonce, publicKey, secretKey) { + var k = nacl.box.before(publicKey, secretKey); + return nacl.secretbox.open(msg, nonce, k); +}; + +nacl.box.open.after = nacl.secretbox.open; + +nacl.box.keyPair = function() { + var pk = new Uint8Array(crypto_box_PUBLICKEYBYTES); + var sk = new Uint8Array(crypto_box_SECRETKEYBYTES); + crypto_box_keypair(pk, sk); + return {publicKey: pk, secretKey: sk}; +}; + +nacl.box.keyPair.fromSecretKey = function(secretKey) { + checkArrayTypes(secretKey); + if (secretKey.length !== crypto_box_SECRETKEYBYTES) + throw new Error('bad secret key size'); + var pk = new Uint8Array(crypto_box_PUBLICKEYBYTES); + crypto_scalarmult_base(pk, secretKey); + return {publicKey: pk, secretKey: new Uint8Array(secretKey)}; +}; + +nacl.box.publicKeyLength = crypto_box_PUBLICKEYBYTES; +nacl.box.secretKeyLength = crypto_box_SECRETKEYBYTES; +nacl.box.sharedKeyLength = crypto_box_BEFORENMBYTES; +nacl.box.nonceLength = crypto_box_NONCEBYTES; +nacl.box.overheadLength = nacl.secretbox.overheadLength; + +nacl.sign = function(msg, secretKey) { + checkArrayTypes(msg, secretKey); + if (secretKey.length !== crypto_sign_SECRETKEYBYTES) + throw new Error('bad secret key size'); + var signedMsg = new Uint8Array(crypto_sign_BYTES+msg.length); + crypto_sign(signedMsg, msg, msg.length, secretKey); + return signedMsg; +}; + +nacl.sign.open = function(signedMsg, publicKey) { + if (arguments.length !== 2) + throw new Error('nacl.sign.open accepts 2 arguments; did you mean to use nacl.sign.detached.verify?'); + checkArrayTypes(signedMsg, publicKey); + if (publicKey.length !== crypto_sign_PUBLICKEYBYTES) + throw new Error('bad public key size'); + var tmp = new Uint8Array(signedMsg.length); + var mlen = crypto_sign_open(tmp, signedMsg, signedMsg.length, publicKey); + if (mlen < 0) return null; + var m = new Uint8Array(mlen); + for (var i = 0; i < m.length; i++) m[i] = tmp[i]; + return m; +}; + +nacl.sign.detached = function(msg, secretKey) { + var signedMsg = nacl.sign(msg, secretKey); + var sig = new Uint8Array(crypto_sign_BYTES); + for (var i = 0; i < sig.length; i++) sig[i] = signedMsg[i]; + return sig; +}; + +nacl.sign.detached.verify = function(msg, sig, publicKey) { + checkArrayTypes(msg, sig, publicKey); + if (sig.length !== crypto_sign_BYTES) + throw new Error('bad signature size'); + if (publicKey.length !== crypto_sign_PUBLICKEYBYTES) + throw new Error('bad public key size'); + var sm = new Uint8Array(crypto_sign_BYTES + msg.length); + var m = new Uint8Array(crypto_sign_BYTES + msg.length); + var i; + for (i = 0; i < crypto_sign_BYTES; i++) sm[i] = sig[i]; + for (i = 0; i < msg.length; i++) sm[i+crypto_sign_BYTES] = msg[i]; + return (crypto_sign_open(m, sm, sm.length, publicKey) >= 0); +}; + +nacl.sign.keyPair = function() { + var pk = new Uint8Array(crypto_sign_PUBLICKEYBYTES); + var sk = new Uint8Array(crypto_sign_SECRETKEYBYTES); + crypto_sign_keypair(pk, sk); + return {publicKey: pk, secretKey: sk}; +}; + +nacl.sign.keyPair.fromSecretKey = function(secretKey) { + checkArrayTypes(secretKey); + if (secretKey.length !== crypto_sign_SECRETKEYBYTES) + throw new Error('bad secret key size'); + var pk = new Uint8Array(crypto_sign_PUBLICKEYBYTES); + for (var i = 0; i < pk.length; i++) pk[i] = secretKey[32+i]; + return {publicKey: pk, secretKey: new Uint8Array(secretKey)}; +}; + +nacl.sign.keyPair.fromSeed = function(seed) { + checkArrayTypes(seed); + if (seed.length !== crypto_sign_SEEDBYTES) + throw new Error('bad seed size'); + var pk = new Uint8Array(crypto_sign_PUBLICKEYBYTES); + var sk = new Uint8Array(crypto_sign_SECRETKEYBYTES); + for (var i = 0; i < 32; i++) sk[i] = seed[i]; + crypto_sign_keypair(pk, sk, true); + return {publicKey: pk, secretKey: sk}; +}; + +nacl.sign.publicKeyLength = crypto_sign_PUBLICKEYBYTES; +nacl.sign.secretKeyLength = crypto_sign_SECRETKEYBYTES; +nacl.sign.seedLength = crypto_sign_SEEDBYTES; +nacl.sign.signatureLength = crypto_sign_BYTES; + +nacl.hash = function(msg) { + checkArrayTypes(msg); + var h = new Uint8Array(crypto_hash_BYTES); + crypto_hash(h, msg, msg.length); + return h; +}; + +nacl.hash.hashLength = crypto_hash_BYTES; + +nacl.verify = function(x, y) { + checkArrayTypes(x, y); + // Zero length arguments are considered not equal. + if (x.length === 0 || y.length === 0) return false; + if (x.length !== y.length) return false; + return (vn(x, 0, y, 0, x.length) === 0) ? true : false; +}; + +nacl.setPRNG = function(fn) { + randombytes = fn; +}; + +(function() { + // Initialize PRNG if environment provides CSPRNG. + // If not, methods calling randombytes will throw. + var crypto = typeof self !== 'undefined' ? (self.crypto || self.msCrypto) : null; + if (crypto && crypto.getRandomValues) { + // Browsers. + var QUOTA = 65536; + nacl.setPRNG(function(x, n) { + var i, v = new Uint8Array(n); + for (i = 0; i < n; i += QUOTA) { + crypto.getRandomValues(v.subarray(i, i + Math.min(n - i, QUOTA))); + } + for (i = 0; i < n; i++) x[i] = v[i]; + cleanup(v); + }); + } else if (typeof require !== 'undefined') { + // Node.js. + crypto = require('crypto'); + if (crypto && crypto.randomBytes) { + nacl.setPRNG(function(x, n) { + var i, v = crypto.randomBytes(n); + for (i = 0; i < n; i++) x[i] = v[i]; + cleanup(v); + }); + } + } +})(); + +})(typeof module !== 'undefined' && module.exports ? module.exports : (self.nacl = self.nacl || {})); diff --git a/node_modules/tweetnacl/nacl.min.js b/node_modules/tweetnacl/nacl.min.js new file mode 100644 index 0000000..4484974 --- /dev/null +++ b/node_modules/tweetnacl/nacl.min.js @@ -0,0 +1 @@ +!function(r){"use strict";function n(r,n){return r<>>32-n}function e(r,n){var e=255&r[n+3];return e=e<<8|255&r[n+2],e=e<<8|255&r[n+1],e<<8|255&r[n+0]}function t(r,n){var e=r[n]<<24|r[n+1]<<16|r[n+2]<<8|r[n+3],t=r[n+4]<<24|r[n+5]<<16|r[n+6]<<8|r[n+7];return new sr(e,t)}function o(r,n,e){var t;for(t=0;t<4;t++)r[n+t]=255&e,e>>>=8}function i(r,n,e){r[n]=e.hi>>24&255,r[n+1]=e.hi>>16&255,r[n+2]=e.hi>>8&255,r[n+3]=255&e.hi,r[n+4]=e.lo>>24&255,r[n+5]=e.lo>>16&255,r[n+6]=e.lo>>8&255,r[n+7]=255&e.lo}function a(r,n,e,t,o){var i,a=0;for(i=0;i>>8)-1}function f(r,n,e,t){return a(r,n,e,t,16)}function u(r,n,e,t){return a(r,n,e,t,32)}function c(r,t,i,a,f){var u,c,w,y=new Uint32Array(16),l=new Uint32Array(16),s=new Uint32Array(16),h=new Uint32Array(4);for(u=0;u<4;u++)l[5*u]=e(a,4*u),l[1+u]=e(i,4*u),l[6+u]=e(t,4*u),l[11+u]=e(i,16+4*u);for(u=0;u<16;u++)s[u]=l[u];for(u=0;u<20;u++){for(c=0;c<4;c++){for(w=0;w<4;w++)h[w]=l[(5*c+4*w)%16];for(h[1]^=n(h[0]+h[3]|0,7),h[2]^=n(h[1]+h[0]|0,9),h[3]^=n(h[2]+h[1]|0,13),h[0]^=n(h[3]+h[2]|0,18),w=0;w<4;w++)y[4*c+(c+w)%4]=h[w]}for(w=0;w<16;w++)l[w]=y[w]}if(f){for(u=0;u<16;u++)l[u]=l[u]+s[u]|0;for(u=0;u<4;u++)l[5*u]=l[5*u]-e(a,4*u)|0,l[6+u]=l[6+u]-e(t,4*u)|0;for(u=0;u<4;u++)o(r,4*u,l[5*u]),o(r,16+4*u,l[6+u])}else for(u=0;u<16;u++)o(r,4*u,l[u]+s[u]|0)}function w(r,n,e,t){return c(r,n,e,t,!1),0}function y(r,n,e,t){return c(r,n,e,t,!0),0}function l(r,n,e,t,o,i,a){var f,u,c=new Uint8Array(16),y=new Uint8Array(64);if(!o)return 0;for(u=0;u<16;u++)c[u]=0;for(u=0;u<8;u++)c[u]=i[u];for(;o>=64;){for(w(y,c,a,Br),u=0;u<64;u++)r[n+u]=(e?e[t+u]:0)^y[u];for(f=1,u=8;u<16;u++)f=f+(255&c[u])|0,c[u]=255&f,f>>>=8;o-=64,n+=64,e&&(t+=64)}if(o>0)for(w(y,c,a,Br),u=0;u>>=8}function b(r,n,e,t,o,i){var a,f,u,c,w=new Uint32Array(17),y=new Uint32Array(17),l=new Uint32Array(17),s=new Uint32Array(17),h=new Uint32Array(17);for(u=0;u<17;u++)y[u]=l[u]=0;for(u=0;u<16;u++)y[u]=i[u];for(y[3]&=15,y[4]&=252,y[7]&=15,y[8]&=252,y[11]&=15,y[12]&=252,y[15]&=15;o>0;){for(u=0;u<17;u++)s[u]=0;for(u=0;u<16&&u>>=8;for(c=c+l[16]|0,l[16]=3&c,c=5*(c>>>2)|0,u=0;u<16;u++)c=c+l[u]|0,l[u]=255&c,c>>>=8;c=c+l[16]|0,l[16]=c}for(u=0;u<17;u++)h[u]=l[u];for(v(l,Sr),a=0|-(l[16]>>>7),u=0;u<17;u++)l[u]^=a&(h[u]^l[u]);for(u=0;u<16;u++)s[u]=i[u+16];for(s[16]=0,v(l,s),u=0;u<16;u++)r[n+u]=l[u];return 0}function p(r,n,e,t,o,i){var a=new Uint8Array(16);return b(a,0,e,t,o,i),f(r,n,a,0)}function _(r,n,e,t,o){var i;if(e<32)return-1;for(g(r,0,n,0,e,t,o),b(r,16,r,32,e-32,r),i=0;i<16;i++)r[i]=0;return 0}function A(r,n,e,t,o){var i,a=new Uint8Array(32);if(e<32)return-1;if(h(a,0,32,t,o),0!==p(n,16,n,32,e-32,a))return-1;for(g(r,0,n,0,e,t,o),i=0;i<32;i++)r[i]=0;return 0}function U(r,n){var e;for(e=0;e<16;e++)r[e]=0|n[e]}function E(r){var n,e;for(e=0;e<16;e++)r[e]+=65536,n=Math.floor(r[e]/65536),r[(e+1)*(e<15?1:0)]+=n-1+37*(n-1)*(15===e?1:0),r[e]-=65536*n}function d(r,n,e){for(var t,o=~(e-1),i=0;i<16;i++)t=o&(r[i]^n[i]),r[i]^=t,n[i]^=t}function x(r,n){var e,t,o,i=hr(),a=hr();for(e=0;e<16;e++)a[e]=n[e];for(E(a),E(a),E(a),t=0;t<2;t++){for(i[0]=a[0]-65517,e=1;e<15;e++)i[e]=a[e]-65535-(i[e-1]>>16&1),i[e-1]&=65535;i[15]=a[15]-32767-(i[14]>>16&1),o=i[15]>>16&1,i[14]&=65535,d(a,i,1-o)}for(e=0;e<16;e++)r[2*e]=255&a[e],r[2*e+1]=a[e]>>8}function m(r,n){var e=new Uint8Array(32),t=new Uint8Array(32);return x(e,r),x(t,n),u(e,0,t,0)}function B(r){var n=new Uint8Array(32);return x(n,r),1&n[0]}function S(r,n){var e;for(e=0;e<16;e++)r[e]=n[2*e]+(n[2*e+1]<<8);r[15]&=32767}function K(r,n,e){var t;for(t=0;t<16;t++)r[t]=n[t]+e[t]|0}function T(r,n,e){var t;for(t=0;t<16;t++)r[t]=n[t]-e[t]|0}function Y(r,n,e){var t,o,i=new Float64Array(31);for(t=0;t<31;t++)i[t]=0;for(t=0;t<16;t++)for(o=0;o<16;o++)i[t+o]+=n[t]*e[o];for(t=0;t<15;t++)i[t]+=38*i[t+16];for(t=0;t<16;t++)r[t]=i[t];E(r),E(r)}function L(r,n){Y(r,n,n)}function k(r,n){var e,t=hr();for(e=0;e<16;e++)t[e]=n[e];for(e=253;e>=0;e--)L(t,t),2!==e&&4!==e&&Y(t,t,n);for(e=0;e<16;e++)r[e]=t[e]}function z(r,n){var e,t=hr();for(e=0;e<16;e++)t[e]=n[e];for(e=250;e>=0;e--)L(t,t),1!==e&&Y(t,t,n);for(e=0;e<16;e++)r[e]=t[e]}function R(r,n,e){var t,o,i=new Uint8Array(32),a=new Float64Array(80),f=hr(),u=hr(),c=hr(),w=hr(),y=hr(),l=hr();for(o=0;o<31;o++)i[o]=n[o];for(i[31]=127&n[31]|64,i[0]&=248,S(a,e),o=0;o<16;o++)u[o]=a[o],w[o]=f[o]=c[o]=0;for(f[0]=w[0]=1,o=254;o>=0;--o)t=i[o>>>3]>>>(7&o)&1,d(f,u,t),d(c,w,t),K(y,f,c),T(f,f,c),K(c,u,w),T(u,u,w),L(w,y),L(l,f),Y(f,c,f),Y(c,u,y),K(y,f,c),T(f,f,c),L(u,f),T(c,w,l),Y(f,c,Ar),K(f,f,w),Y(c,c,f),Y(f,w,l),Y(w,u,a),L(u,y),d(f,u,t),d(c,w,t);for(o=0;o<16;o++)a[o+16]=f[o],a[o+32]=c[o],a[o+48]=u[o],a[o+64]=w[o];var s=a.subarray(32),h=a.subarray(16);return k(s,s),Y(h,h,s),x(r,h),0}function P(r,n){return R(r,n,br)}function O(r,n){return gr(n,32),P(r,n)}function F(r,n,e){var t=new Uint8Array(32);return R(t,e,n),y(r,vr,t,Br)}function N(r,n,e,t,o,i){var a=new Uint8Array(32);return F(a,o,i),Kr(r,n,e,t,a)}function C(r,n,e,t,o,i){var a=new Uint8Array(32);return F(a,o,i),Tr(r,n,e,t,a)}function M(){var r,n,e,t=0,o=0,i=0,a=0,f=65535;for(e=0;e>>16,i+=n&f,a+=n>>>16;return o+=t>>>16,i+=o>>>16,a+=i>>>16,new sr(i&f|a<<16,t&f|o<<16)}function G(r,n){return new sr(r.hi>>>n,r.lo>>>n|r.hi<<32-n)}function Z(){var r,n=0,e=0;for(r=0;r>>n|r.lo<>>n|r.hi<>>n|r.hi<>>n|r.lo<=128;){for(a=0;a<16;a++)y[a]=t(n,8*a+l);for(a=0;a<80;a++){for(f=0;f<8;f++)c[f]=w[f];for(o=M(w[7],X(w[4]),q(w[4],w[5],w[6]),Yr[a],y[a%16]),c[7]=M(o,V(w[0]),I(w[0],w[1],w[2])),c[3]=M(c[3],o),f=0;f<8;f++)w[(f+1)%8]=c[f];if(a%16===15)for(f=0;f<16;f++)y[f]=M(y[f],y[(f+9)%16],D(y[(f+1)%16]),H(y[(f+14)%16]))}for(a=0;a<8;a++)w[a]=M(w[a],u[a]),u[a]=w[a];l+=128,e-=128}for(a=0;a<8;a++)i(r,8*a,u[a]);return e}function Q(r,n,e){var t,o=new Uint8Array(64),a=new Uint8Array(256),f=e;for(t=0;t<64;t++)o[t]=Lr[t];for(J(o,n,e),e%=128,t=0;t<256;t++)a[t]=0;for(t=0;t=0;--o)t=e[o/8|0]>>(7&o)&1,$(r,n,t),W(n,r),W(r,r),$(r,n,t)}function er(r,n){var e=[hr(),hr(),hr(),hr()];U(e[0],dr),U(e[1],xr),U(e[2],_r),Y(e[3],dr,xr),nr(r,e,n)}function tr(r,n,e){var t,o=new Uint8Array(64),i=[hr(),hr(),hr(),hr()];for(e||gr(n,32),Q(o,n,32),o[0]&=248,o[31]&=127,o[31]|=64,er(i,o),rr(r,i),t=0;t<32;t++)n[t+32]=r[t];return 0}function or(r,n){var e,t,o,i;for(t=63;t>=32;--t){for(e=0,o=t-32,i=t-12;o>8,n[o]-=256*e;n[o]+=e,n[t]=0}for(e=0,o=0;o<32;o++)n[o]+=e-(n[31]>>4)*kr[o],e=n[o]>>8,n[o]&=255;for(o=0;o<32;o++)n[o]-=e*kr[o];for(t=0;t<32;t++)n[t+1]+=n[t]>>8,r[t]=255&n[t]}function ir(r){var n,e=new Float64Array(64);for(n=0;n<64;n++)e[n]=r[n];for(n=0;n<64;n++)r[n]=0;or(r,e)}function ar(r,n,e,t){var o,i,a=new Uint8Array(64),f=new Uint8Array(64),u=new Uint8Array(64),c=new Float64Array(64),w=[hr(),hr(),hr(),hr()];Q(a,t,32),a[0]&=248,a[31]&=127,a[31]|=64;var y=e+64;for(o=0;o>7&&T(r[0],pr,r[0]),Y(r[3],r[0],r[1]),0)}function ur(r,n,e,t){var o,i,a=new Uint8Array(32),f=new Uint8Array(64),c=[hr(),hr(),hr(),hr()],w=[hr(),hr(),hr(),hr()];if(i=-1,e<64)return-1;if(fr(w,t))return-1;for(o=0;o=0},r.sign.keyPair=function(){var r=new Uint8Array(Vr),n=new Uint8Array(Xr);return tr(r,n),{publicKey:r,secretKey:n}},r.sign.keyPair.fromSecretKey=function(r){if(yr(r),r.length!==Xr)throw new Error("bad secret key size");for(var n=new Uint8Array(Vr),e=0;e/dev/null && browserify test/browser/init.js test/*.quick.js | uglifyjs -c -m -o test/browser/_bundle-quick.js 2>/dev/null", + "test": "npm run test-node-all && npm run test-browser", + "bench": "node test/benchmark/bench.js", + "lint": "eslint nacl.js nacl-fast.js test/*.js test/benchmark/*.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/dchest/tweetnacl-js.git" + }, + "keywords": [ + "crypto", + "cryptography", + "curve25519", + "ed25519", + "encrypt", + "hash", + "key", + "nacl", + "poly1305", + "public", + "salsa20", + "signatures" + ], + "author": "TweetNaCl-js contributors", + "license": "Unlicense", + "bugs": { + "url": "https://github.com/dchest/tweetnacl-js/issues" + }, + "homepage": "https://tweetnacl.js.org", + "devDependencies": { + "browserify": "^13.0.0", + "eslint": "^2.2.0", + "faucet": "^0.0.1", + "tap-browser-color": "^0.1.2", + "tape": "^4.4.0", + "tape-run": "^2.1.3", + "tweetnacl-util": "^0.13.3", + "uglify-js": "^2.6.1" + }, + "browser": { + "buffer": false, + "crypto": false + } +} diff --git a/node_modules/type-is/HISTORY.md b/node_modules/type-is/HISTORY.md new file mode 100644 index 0000000..8de21f7 --- /dev/null +++ b/node_modules/type-is/HISTORY.md @@ -0,0 +1,259 @@ +1.6.18 / 2019-04-26 +=================== + + * Fix regression passing request object to `typeis.is` + +1.6.17 / 2019-04-25 +=================== + + * deps: mime-types@~2.1.24 + - Add Apple file extensions from IANA + - Add extension `.csl` to `application/vnd.citationstyles.style+xml` + - Add extension `.es` to `application/ecmascript` + - Add extension `.nq` to `application/n-quads` + - Add extension `.nt` to `application/n-triples` + - Add extension `.owl` to `application/rdf+xml` + - Add extensions `.siv` and `.sieve` to `application/sieve` + - Add extensions from IANA for `image/*` types + - Add extensions from IANA for `model/*` types + - Add extensions to HEIC image types + - Add new mime types + - Add `text/mdx` with extension `.mdx` + * perf: prevent internal `throw` on invalid type + +1.6.16 / 2018-02-16 +=================== + + * deps: mime-types@~2.1.18 + - Add `application/raml+yaml` with extension `.raml` + - Add `application/wasm` with extension `.wasm` + - Add `text/shex` with extension `.shex` + - Add extensions for JPEG-2000 images + - Add extensions from IANA for `message/*` types + - Add extension `.mjs` to `application/javascript` + - Add extension `.wadl` to `application/vnd.sun.wadl+xml` + - Add extension `.gz` to `application/gzip` + - Add glTF types and extensions + - Add new mime types + - Update extensions `.md` and `.markdown` to be `text/markdown` + - Update font MIME types + - Update `text/hjson` to registered `application/hjson` + +1.6.15 / 2017-03-31 +=================== + + * deps: mime-types@~2.1.15 + - Add new mime types + +1.6.14 / 2016-11-18 +=================== + + * deps: mime-types@~2.1.13 + - Add new mime types + +1.6.13 / 2016-05-18 +=================== + + * deps: mime-types@~2.1.11 + - Add new mime types + +1.6.12 / 2016-02-28 +=================== + + * deps: mime-types@~2.1.10 + - Add new mime types + - Fix extension of `application/dash+xml` + - Update primary extension for `audio/mp4` + +1.6.11 / 2016-01-29 +=================== + + * deps: mime-types@~2.1.9 + - Add new mime types + +1.6.10 / 2015-12-01 +=================== + + * deps: mime-types@~2.1.8 + - Add new mime types + +1.6.9 / 2015-09-27 +================== + + * deps: mime-types@~2.1.7 + - Add new mime types + +1.6.8 / 2015-09-04 +================== + + * deps: mime-types@~2.1.6 + - Add new mime types + +1.6.7 / 2015-08-20 +================== + + * Fix type error when given invalid type to match against + * deps: mime-types@~2.1.5 + - Add new mime types + +1.6.6 / 2015-07-31 +================== + + * deps: mime-types@~2.1.4 + - Add new mime types + +1.6.5 / 2015-07-16 +================== + + * deps: mime-types@~2.1.3 + - Add new mime types + +1.6.4 / 2015-07-01 +================== + + * deps: mime-types@~2.1.2 + - Add new mime types + * perf: enable strict mode + * perf: remove argument reassignment + +1.6.3 / 2015-06-08 +================== + + * deps: mime-types@~2.1.1 + - Add new mime types + * perf: reduce try block size + * perf: remove bitwise operations + +1.6.2 / 2015-05-10 +================== + + * deps: mime-types@~2.0.11 + - Add new mime types + +1.6.1 / 2015-03-13 +================== + + * deps: mime-types@~2.0.10 + - Add new mime types + +1.6.0 / 2015-02-12 +================== + + * fix false-positives in `hasBody` `Transfer-Encoding` check + * support wildcard for both type and subtype (`*/*`) + +1.5.7 / 2015-02-09 +================== + + * fix argument reassignment + * deps: mime-types@~2.0.9 + - Add new mime types + +1.5.6 / 2015-01-29 +================== + + * deps: mime-types@~2.0.8 + - Add new mime types + +1.5.5 / 2014-12-30 +================== + + * deps: mime-types@~2.0.7 + - Add new mime types + - Fix missing extensions + - Fix various invalid MIME type entries + - Remove example template MIME types + - deps: mime-db@~1.5.0 + +1.5.4 / 2014-12-10 +================== + + * deps: mime-types@~2.0.4 + - Add new mime types + - deps: mime-db@~1.3.0 + +1.5.3 / 2014-11-09 +================== + + * deps: mime-types@~2.0.3 + - Add new mime types + - deps: mime-db@~1.2.0 + +1.5.2 / 2014-09-28 +================== + + * deps: mime-types@~2.0.2 + - Add new mime types + - deps: mime-db@~1.1.0 + +1.5.1 / 2014-09-07 +================== + + * Support Node.js 0.6 + * deps: media-typer@0.3.0 + * deps: mime-types@~2.0.1 + - Support Node.js 0.6 + +1.5.0 / 2014-09-05 +================== + + * fix `hasbody` to be true for `content-length: 0` + +1.4.0 / 2014-09-02 +================== + + * update mime-types + +1.3.2 / 2014-06-24 +================== + + * use `~` range on mime-types + +1.3.1 / 2014-06-19 +================== + + * fix global variable leak + +1.3.0 / 2014-06-19 +================== + + * improve type parsing + + - invalid media type never matches + - media type not case-sensitive + - extra LWS does not affect results + +1.2.2 / 2014-06-19 +================== + + * fix behavior on unknown type argument + +1.2.1 / 2014-06-03 +================== + + * switch dependency from `mime` to `mime-types@1.0.0` + +1.2.0 / 2014-05-11 +================== + + * support suffix matching: + + - `+json` matches `application/vnd+json` + - `*/vnd+json` matches `application/vnd+json` + - `application/*+json` matches `application/vnd+json` + +1.1.0 / 2014-04-12 +================== + + * add non-array values support + * expose internal utilities: + + - `.is()` + - `.hasBody()` + - `.normalize()` + - `.match()` + +1.0.1 / 2014-03-30 +================== + + * add `multipart` as a shorthand diff --git a/node_modules/type-is/LICENSE b/node_modules/type-is/LICENSE new file mode 100644 index 0000000..386b7b6 --- /dev/null +++ b/node_modules/type-is/LICENSE @@ -0,0 +1,23 @@ +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014-2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/type-is/README.md b/node_modules/type-is/README.md new file mode 100644 index 0000000..b85ef8f --- /dev/null +++ b/node_modules/type-is/README.md @@ -0,0 +1,170 @@ +# type-is + +[![NPM Version][npm-version-image]][npm-url] +[![NPM Downloads][npm-downloads-image]][npm-url] +[![Node.js Version][node-version-image]][node-version-url] +[![Build Status][travis-image]][travis-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +Infer the content-type of a request. + +### Install + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```sh +$ npm install type-is +``` + +## API + +```js +var http = require('http') +var typeis = require('type-is') + +http.createServer(function (req, res) { + var istext = typeis(req, ['text/*']) + res.end('you ' + (istext ? 'sent' : 'did not send') + ' me text') +}) +``` + +### typeis(request, types) + +Checks if the `request` is one of the `types`. If the request has no body, +even if there is a `Content-Type` header, then `null` is returned. If the +`Content-Type` header is invalid or does not matches any of the `types`, then +`false` is returned. Otherwise, a string of the type that matched is returned. + +The `request` argument is expected to be a Node.js HTTP request. The `types` +argument is an array of type strings. + +Each type in the `types` array can be one of the following: + +- A file extension name such as `json`. This name will be returned if matched. +- A mime type such as `application/json`. +- A mime type with a wildcard such as `*/*` or `*/json` or `application/*`. + The full mime type will be returned if matched. +- A suffix such as `+json`. This can be combined with a wildcard such as + `*/vnd+json` or `application/*+json`. The full mime type will be returned + if matched. + +Some examples to illustrate the inputs and returned value: + + + +```js +// req.headers.content-type = 'application/json' + +typeis(req, ['json']) // => 'json' +typeis(req, ['html', 'json']) // => 'json' +typeis(req, ['application/*']) // => 'application/json' +typeis(req, ['application/json']) // => 'application/json' + +typeis(req, ['html']) // => false +``` + +### typeis.hasBody(request) + +Returns a Boolean if the given `request` has a body, regardless of the +`Content-Type` header. + +Having a body has no relation to how large the body is (it may be 0 bytes). +This is similar to how file existence works. If a body does exist, then this +indicates that there is data to read from the Node.js request stream. + + + +```js +if (typeis.hasBody(req)) { + // read the body, since there is one + + req.on('data', function (chunk) { + // ... + }) +} +``` + +### typeis.is(mediaType, types) + +Checks if the `mediaType` is one of the `types`. If the `mediaType` is invalid +or does not matches any of the `types`, then `false` is returned. Otherwise, a +string of the type that matched is returned. + +The `mediaType` argument is expected to be a +[media type](https://tools.ietf.org/html/rfc6838) string. The `types` argument +is an array of type strings. + +Each type in the `types` array can be one of the following: + +- A file extension name such as `json`. This name will be returned if matched. +- A mime type such as `application/json`. +- A mime type with a wildcard such as `*/*` or `*/json` or `application/*`. + The full mime type will be returned if matched. +- A suffix such as `+json`. This can be combined with a wildcard such as + `*/vnd+json` or `application/*+json`. The full mime type will be returned + if matched. + +Some examples to illustrate the inputs and returned value: + + + +```js +var mediaType = 'application/json' + +typeis.is(mediaType, ['json']) // => 'json' +typeis.is(mediaType, ['html', 'json']) // => 'json' +typeis.is(mediaType, ['application/*']) // => 'application/json' +typeis.is(mediaType, ['application/json']) // => 'application/json' + +typeis.is(mediaType, ['html']) // => false +``` + +## Examples + +### Example body parser + +```js +var express = require('express') +var typeis = require('type-is') + +var app = express() + +app.use(function bodyParser (req, res, next) { + if (!typeis.hasBody(req)) { + return next() + } + + switch (typeis(req, ['urlencoded', 'json', 'multipart'])) { + case 'urlencoded': + // parse urlencoded body + throw new Error('implement urlencoded body parsing') + case 'json': + // parse json body + throw new Error('implement json body parsing') + case 'multipart': + // parse multipart body + throw new Error('implement multipart body parsing') + default: + // 415 error code + res.statusCode = 415 + res.end() + break + } +}) +``` + +## License + +[MIT](LICENSE) + +[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/type-is/master +[coveralls-url]: https://coveralls.io/r/jshttp/type-is?branch=master +[node-version-image]: https://badgen.net/npm/node/type-is +[node-version-url]: https://nodejs.org/en/download +[npm-downloads-image]: https://badgen.net/npm/dm/type-is +[npm-url]: https://npmjs.org/package/type-is +[npm-version-image]: https://badgen.net/npm/v/type-is +[travis-image]: https://badgen.net/travis/jshttp/type-is/master +[travis-url]: https://travis-ci.org/jshttp/type-is diff --git a/node_modules/type-is/index.js b/node_modules/type-is/index.js new file mode 100644 index 0000000..890ad76 --- /dev/null +++ b/node_modules/type-is/index.js @@ -0,0 +1,266 @@ +/*! + * type-is + * Copyright(c) 2014 Jonathan Ong + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var typer = require('media-typer') +var mime = require('mime-types') + +/** + * Module exports. + * @public + */ + +module.exports = typeofrequest +module.exports.is = typeis +module.exports.hasBody = hasbody +module.exports.normalize = normalize +module.exports.match = mimeMatch + +/** + * Compare a `value` content-type with `types`. + * Each `type` can be an extension like `html`, + * a special shortcut like `multipart` or `urlencoded`, + * or a mime type. + * + * If no types match, `false` is returned. + * Otherwise, the first `type` that matches is returned. + * + * @param {String} value + * @param {Array} types + * @public + */ + +function typeis (value, types_) { + var i + var types = types_ + + // remove parameters and normalize + var val = tryNormalizeType(value) + + // no type or invalid + if (!val) { + return false + } + + // support flattened arguments + if (types && !Array.isArray(types)) { + types = new Array(arguments.length - 1) + for (i = 0; i < types.length; i++) { + types[i] = arguments[i + 1] + } + } + + // no types, return the content type + if (!types || !types.length) { + return val + } + + var type + for (i = 0; i < types.length; i++) { + if (mimeMatch(normalize(type = types[i]), val)) { + return type[0] === '+' || type.indexOf('*') !== -1 + ? val + : type + } + } + + // no matches + return false +} + +/** + * Check if a request has a request body. + * A request with a body __must__ either have `transfer-encoding` + * or `content-length` headers set. + * http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.3 + * + * @param {Object} request + * @return {Boolean} + * @public + */ + +function hasbody (req) { + return req.headers['transfer-encoding'] !== undefined || + !isNaN(req.headers['content-length']) +} + +/** + * Check if the incoming request contains the "Content-Type" + * header field, and it contains any of the give mime `type`s. + * If there is no request body, `null` is returned. + * If there is no content type, `false` is returned. + * Otherwise, it returns the first `type` that matches. + * + * Examples: + * + * // With Content-Type: text/html; charset=utf-8 + * this.is('html'); // => 'html' + * this.is('text/html'); // => 'text/html' + * this.is('text/*', 'application/json'); // => 'text/html' + * + * // When Content-Type is application/json + * this.is('json', 'urlencoded'); // => 'json' + * this.is('application/json'); // => 'application/json' + * this.is('html', 'application/*'); // => 'application/json' + * + * this.is('html'); // => false + * + * @param {String|Array} types... + * @return {String|false|null} + * @public + */ + +function typeofrequest (req, types_) { + var types = types_ + + // no body + if (!hasbody(req)) { + return null + } + + // support flattened arguments + if (arguments.length > 2) { + types = new Array(arguments.length - 1) + for (var i = 0; i < types.length; i++) { + types[i] = arguments[i + 1] + } + } + + // request content type + var value = req.headers['content-type'] + + return typeis(value, types) +} + +/** + * Normalize a mime type. + * If it's a shorthand, expand it to a valid mime type. + * + * In general, you probably want: + * + * var type = is(req, ['urlencoded', 'json', 'multipart']); + * + * Then use the appropriate body parsers. + * These three are the most common request body types + * and are thus ensured to work. + * + * @param {String} type + * @private + */ + +function normalize (type) { + if (typeof type !== 'string') { + // invalid type + return false + } + + switch (type) { + case 'urlencoded': + return 'application/x-www-form-urlencoded' + case 'multipart': + return 'multipart/*' + } + + if (type[0] === '+') { + // "+json" -> "*/*+json" expando + return '*/*' + type + } + + return type.indexOf('/') === -1 + ? mime.lookup(type) + : type +} + +/** + * Check if `expected` mime type + * matches `actual` mime type with + * wildcard and +suffix support. + * + * @param {String} expected + * @param {String} actual + * @return {Boolean} + * @private + */ + +function mimeMatch (expected, actual) { + // invalid type + if (expected === false) { + return false + } + + // split types + var actualParts = actual.split('/') + var expectedParts = expected.split('/') + + // invalid format + if (actualParts.length !== 2 || expectedParts.length !== 2) { + return false + } + + // validate type + if (expectedParts[0] !== '*' && expectedParts[0] !== actualParts[0]) { + return false + } + + // validate suffix wildcard + if (expectedParts[1].substr(0, 2) === '*+') { + return expectedParts[1].length <= actualParts[1].length + 1 && + expectedParts[1].substr(1) === actualParts[1].substr(1 - expectedParts[1].length) + } + + // validate subtype + if (expectedParts[1] !== '*' && expectedParts[1] !== actualParts[1]) { + return false + } + + return true +} + +/** + * Normalize a type and remove parameters. + * + * @param {string} value + * @return {string} + * @private + */ + +function normalizeType (value) { + // parse the type + var type = typer.parse(value) + + // remove the parameters + type.parameters = undefined + + // reformat it + return typer.format(type) +} + +/** + * Try to normalize a type and remove parameters. + * + * @param {string} value + * @return {string} + * @private + */ + +function tryNormalizeType (value) { + if (!value) { + return null + } + + try { + return normalizeType(value) + } catch (err) { + return null + } +} diff --git a/node_modules/type-is/package.json b/node_modules/type-is/package.json new file mode 100644 index 0000000..97ba5f1 --- /dev/null +++ b/node_modules/type-is/package.json @@ -0,0 +1,45 @@ +{ + "name": "type-is", + "description": "Infer the content-type of a request.", + "version": "1.6.18", + "contributors": [ + "Douglas Christopher Wilson ", + "Jonathan Ong (http://jongleberry.com)" + ], + "license": "MIT", + "repository": "jshttp/type-is", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "devDependencies": { + "eslint": "5.16.0", + "eslint-config-standard": "12.0.0", + "eslint-plugin-import": "2.17.2", + "eslint-plugin-markdown": "1.0.0", + "eslint-plugin-node": "8.0.1", + "eslint-plugin-promise": "4.1.1", + "eslint-plugin-standard": "4.0.0", + "mocha": "6.1.4", + "nyc": "14.0.0" + }, + "engines": { + "node": ">= 0.6" + }, + "files": [ + "LICENSE", + "HISTORY.md", + "index.js" + ], + "scripts": { + "lint": "eslint --plugin markdown --ext js,md .", + "test": "mocha --reporter spec --check-leaks --bail test/", + "test-cov": "nyc --reporter=html --reporter=text npm test", + "test-travis": "nyc --reporter=text npm test" + }, + "keywords": [ + "content", + "type", + "checking" + ] +} diff --git a/node_modules/typedarray/.travis.yml b/node_modules/typedarray/.travis.yml new file mode 100644 index 0000000..cc4dba2 --- /dev/null +++ b/node_modules/typedarray/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - "0.8" + - "0.10" diff --git a/node_modules/typedarray/LICENSE b/node_modules/typedarray/LICENSE new file mode 100644 index 0000000..11adfae --- /dev/null +++ b/node_modules/typedarray/LICENSE @@ -0,0 +1,35 @@ +/* + Copyright (c) 2010, Linden Research, Inc. + Copyright (c) 2012, Joshua Bell + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. + $/LicenseInfo$ + */ + +// Original can be found at: +// https://bitbucket.org/lindenlab/llsd +// Modifications by Joshua Bell inexorabletash@gmail.com +// https://github.com/inexorabletash/polyfill + +// ES3/ES5 implementation of the Krhonos Typed Array Specification +// Ref: http://www.khronos.org/registry/typedarray/specs/latest/ +// Date: 2011-02-01 +// +// Variations: +// * Allows typed_array.get/set() as alias for subscripts (typed_array[]) diff --git a/node_modules/typedarray/example/tarray.js b/node_modules/typedarray/example/tarray.js new file mode 100644 index 0000000..8423d7c --- /dev/null +++ b/node_modules/typedarray/example/tarray.js @@ -0,0 +1,4 @@ +var Uint8Array = require('../').Uint8Array; +var ua = new Uint8Array(5); +ua[1] = 256 + 55; +console.log(ua[1]); diff --git a/node_modules/typedarray/index.js b/node_modules/typedarray/index.js new file mode 100644 index 0000000..5e54084 --- /dev/null +++ b/node_modules/typedarray/index.js @@ -0,0 +1,630 @@ +var undefined = (void 0); // Paranoia + +// Beyond this value, index getters/setters (i.e. array[0], array[1]) are so slow to +// create, and consume so much memory, that the browser appears frozen. +var MAX_ARRAY_LENGTH = 1e5; + +// Approximations of internal ECMAScript conversion functions +var ECMAScript = (function() { + // Stash a copy in case other scripts modify these + var opts = Object.prototype.toString, + ophop = Object.prototype.hasOwnProperty; + + return { + // Class returns internal [[Class]] property, used to avoid cross-frame instanceof issues: + Class: function(v) { return opts.call(v).replace(/^\[object *|\]$/g, ''); }, + HasProperty: function(o, p) { return p in o; }, + HasOwnProperty: function(o, p) { return ophop.call(o, p); }, + IsCallable: function(o) { return typeof o === 'function'; }, + ToInt32: function(v) { return v >> 0; }, + ToUint32: function(v) { return v >>> 0; } + }; +}()); + +// Snapshot intrinsics +var LN2 = Math.LN2, + abs = Math.abs, + floor = Math.floor, + log = Math.log, + min = Math.min, + pow = Math.pow, + round = Math.round; + +// ES5: lock down object properties +function configureProperties(obj) { + if (getOwnPropNames && defineProp) { + var props = getOwnPropNames(obj), i; + for (i = 0; i < props.length; i += 1) { + defineProp(obj, props[i], { + value: obj[props[i]], + writable: false, + enumerable: false, + configurable: false + }); + } + } +} + +// emulate ES5 getter/setter API using legacy APIs +// http://blogs.msdn.com/b/ie/archive/2010/09/07/transitioning-existing-code-to-the-es5-getter-setter-apis.aspx +// (second clause tests for Object.defineProperty() in IE<9 that only supports extending DOM prototypes, but +// note that IE<9 does not support __defineGetter__ or __defineSetter__ so it just renders the method harmless) +var defineProp +if (Object.defineProperty && (function() { + try { + Object.defineProperty({}, 'x', {}); + return true; + } catch (e) { + return false; + } + })()) { + defineProp = Object.defineProperty; +} else { + defineProp = function(o, p, desc) { + if (!o === Object(o)) throw new TypeError("Object.defineProperty called on non-object"); + if (ECMAScript.HasProperty(desc, 'get') && Object.prototype.__defineGetter__) { Object.prototype.__defineGetter__.call(o, p, desc.get); } + if (ECMAScript.HasProperty(desc, 'set') && Object.prototype.__defineSetter__) { Object.prototype.__defineSetter__.call(o, p, desc.set); } + if (ECMAScript.HasProperty(desc, 'value')) { o[p] = desc.value; } + return o; + }; +} + +var getOwnPropNames = Object.getOwnPropertyNames || function (o) { + if (o !== Object(o)) throw new TypeError("Object.getOwnPropertyNames called on non-object"); + var props = [], p; + for (p in o) { + if (ECMAScript.HasOwnProperty(o, p)) { + props.push(p); + } + } + return props; +}; + +// ES5: Make obj[index] an alias for obj._getter(index)/obj._setter(index, value) +// for index in 0 ... obj.length +function makeArrayAccessors(obj) { + if (!defineProp) { return; } + + if (obj.length > MAX_ARRAY_LENGTH) throw new RangeError("Array too large for polyfill"); + + function makeArrayAccessor(index) { + defineProp(obj, index, { + 'get': function() { return obj._getter(index); }, + 'set': function(v) { obj._setter(index, v); }, + enumerable: true, + configurable: false + }); + } + + var i; + for (i = 0; i < obj.length; i += 1) { + makeArrayAccessor(i); + } +} + +// Internal conversion functions: +// pack() - take a number (interpreted as Type), output a byte array +// unpack() - take a byte array, output a Type-like number + +function as_signed(value, bits) { var s = 32 - bits; return (value << s) >> s; } +function as_unsigned(value, bits) { var s = 32 - bits; return (value << s) >>> s; } + +function packI8(n) { return [n & 0xff]; } +function unpackI8(bytes) { return as_signed(bytes[0], 8); } + +function packU8(n) { return [n & 0xff]; } +function unpackU8(bytes) { return as_unsigned(bytes[0], 8); } + +function packU8Clamped(n) { n = round(Number(n)); return [n < 0 ? 0 : n > 0xff ? 0xff : n & 0xff]; } + +function packI16(n) { return [(n >> 8) & 0xff, n & 0xff]; } +function unpackI16(bytes) { return as_signed(bytes[0] << 8 | bytes[1], 16); } + +function packU16(n) { return [(n >> 8) & 0xff, n & 0xff]; } +function unpackU16(bytes) { return as_unsigned(bytes[0] << 8 | bytes[1], 16); } + +function packI32(n) { return [(n >> 24) & 0xff, (n >> 16) & 0xff, (n >> 8) & 0xff, n & 0xff]; } +function unpackI32(bytes) { return as_signed(bytes[0] << 24 | bytes[1] << 16 | bytes[2] << 8 | bytes[3], 32); } + +function packU32(n) { return [(n >> 24) & 0xff, (n >> 16) & 0xff, (n >> 8) & 0xff, n & 0xff]; } +function unpackU32(bytes) { return as_unsigned(bytes[0] << 24 | bytes[1] << 16 | bytes[2] << 8 | bytes[3], 32); } + +function packIEEE754(v, ebits, fbits) { + + var bias = (1 << (ebits - 1)) - 1, + s, e, f, ln, + i, bits, str, bytes; + + function roundToEven(n) { + var w = floor(n), f = n - w; + if (f < 0.5) + return w; + if (f > 0.5) + return w + 1; + return w % 2 ? w + 1 : w; + } + + // Compute sign, exponent, fraction + if (v !== v) { + // NaN + // http://dev.w3.org/2006/webapi/WebIDL/#es-type-mapping + e = (1 << ebits) - 1; f = pow(2, fbits - 1); s = 0; + } else if (v === Infinity || v === -Infinity) { + e = (1 << ebits) - 1; f = 0; s = (v < 0) ? 1 : 0; + } else if (v === 0) { + e = 0; f = 0; s = (1 / v === -Infinity) ? 1 : 0; + } else { + s = v < 0; + v = abs(v); + + if (v >= pow(2, 1 - bias)) { + e = min(floor(log(v) / LN2), 1023); + f = roundToEven(v / pow(2, e) * pow(2, fbits)); + if (f / pow(2, fbits) >= 2) { + e = e + 1; + f = 1; + } + if (e > bias) { + // Overflow + e = (1 << ebits) - 1; + f = 0; + } else { + // Normalized + e = e + bias; + f = f - pow(2, fbits); + } + } else { + // Denormalized + e = 0; + f = roundToEven(v / pow(2, 1 - bias - fbits)); + } + } + + // Pack sign, exponent, fraction + bits = []; + for (i = fbits; i; i -= 1) { bits.push(f % 2 ? 1 : 0); f = floor(f / 2); } + for (i = ebits; i; i -= 1) { bits.push(e % 2 ? 1 : 0); e = floor(e / 2); } + bits.push(s ? 1 : 0); + bits.reverse(); + str = bits.join(''); + + // Bits to bytes + bytes = []; + while (str.length) { + bytes.push(parseInt(str.substring(0, 8), 2)); + str = str.substring(8); + } + return bytes; +} + +function unpackIEEE754(bytes, ebits, fbits) { + + // Bytes to bits + var bits = [], i, j, b, str, + bias, s, e, f; + + for (i = bytes.length; i; i -= 1) { + b = bytes[i - 1]; + for (j = 8; j; j -= 1) { + bits.push(b % 2 ? 1 : 0); b = b >> 1; + } + } + bits.reverse(); + str = bits.join(''); + + // Unpack sign, exponent, fraction + bias = (1 << (ebits - 1)) - 1; + s = parseInt(str.substring(0, 1), 2) ? -1 : 1; + e = parseInt(str.substring(1, 1 + ebits), 2); + f = parseInt(str.substring(1 + ebits), 2); + + // Produce number + if (e === (1 << ebits) - 1) { + return f !== 0 ? NaN : s * Infinity; + } else if (e > 0) { + // Normalized + return s * pow(2, e - bias) * (1 + f / pow(2, fbits)); + } else if (f !== 0) { + // Denormalized + return s * pow(2, -(bias - 1)) * (f / pow(2, fbits)); + } else { + return s < 0 ? -0 : 0; + } +} + +function unpackF64(b) { return unpackIEEE754(b, 11, 52); } +function packF64(v) { return packIEEE754(v, 11, 52); } +function unpackF32(b) { return unpackIEEE754(b, 8, 23); } +function packF32(v) { return packIEEE754(v, 8, 23); } + + +// +// 3 The ArrayBuffer Type +// + +(function() { + + /** @constructor */ + var ArrayBuffer = function ArrayBuffer(length) { + length = ECMAScript.ToInt32(length); + if (length < 0) throw new RangeError('ArrayBuffer size is not a small enough positive integer'); + + this.byteLength = length; + this._bytes = []; + this._bytes.length = length; + + var i; + for (i = 0; i < this.byteLength; i += 1) { + this._bytes[i] = 0; + } + + configureProperties(this); + }; + + exports.ArrayBuffer = exports.ArrayBuffer || ArrayBuffer; + + // + // 4 The ArrayBufferView Type + // + + // NOTE: this constructor is not exported + /** @constructor */ + var ArrayBufferView = function ArrayBufferView() { + //this.buffer = null; + //this.byteOffset = 0; + //this.byteLength = 0; + }; + + // + // 5 The Typed Array View Types + // + + function makeConstructor(bytesPerElement, pack, unpack) { + // Each TypedArray type requires a distinct constructor instance with + // identical logic, which this produces. + + var ctor; + ctor = function(buffer, byteOffset, length) { + var array, sequence, i, s; + + if (!arguments.length || typeof arguments[0] === 'number') { + // Constructor(unsigned long length) + this.length = ECMAScript.ToInt32(arguments[0]); + if (length < 0) throw new RangeError('ArrayBufferView size is not a small enough positive integer'); + + this.byteLength = this.length * this.BYTES_PER_ELEMENT; + this.buffer = new ArrayBuffer(this.byteLength); + this.byteOffset = 0; + } else if (typeof arguments[0] === 'object' && arguments[0].constructor === ctor) { + // Constructor(TypedArray array) + array = arguments[0]; + + this.length = array.length; + this.byteLength = this.length * this.BYTES_PER_ELEMENT; + this.buffer = new ArrayBuffer(this.byteLength); + this.byteOffset = 0; + + for (i = 0; i < this.length; i += 1) { + this._setter(i, array._getter(i)); + } + } else if (typeof arguments[0] === 'object' && + !(arguments[0] instanceof ArrayBuffer || ECMAScript.Class(arguments[0]) === 'ArrayBuffer')) { + // Constructor(sequence array) + sequence = arguments[0]; + + this.length = ECMAScript.ToUint32(sequence.length); + this.byteLength = this.length * this.BYTES_PER_ELEMENT; + this.buffer = new ArrayBuffer(this.byteLength); + this.byteOffset = 0; + + for (i = 0; i < this.length; i += 1) { + s = sequence[i]; + this._setter(i, Number(s)); + } + } else if (typeof arguments[0] === 'object' && + (arguments[0] instanceof ArrayBuffer || ECMAScript.Class(arguments[0]) === 'ArrayBuffer')) { + // Constructor(ArrayBuffer buffer, + // optional unsigned long byteOffset, optional unsigned long length) + this.buffer = buffer; + + this.byteOffset = ECMAScript.ToUint32(byteOffset); + if (this.byteOffset > this.buffer.byteLength) { + throw new RangeError("byteOffset out of range"); + } + + if (this.byteOffset % this.BYTES_PER_ELEMENT) { + // The given byteOffset must be a multiple of the element + // size of the specific type, otherwise an exception is raised. + throw new RangeError("ArrayBuffer length minus the byteOffset is not a multiple of the element size."); + } + + if (arguments.length < 3) { + this.byteLength = this.buffer.byteLength - this.byteOffset; + + if (this.byteLength % this.BYTES_PER_ELEMENT) { + throw new RangeError("length of buffer minus byteOffset not a multiple of the element size"); + } + this.length = this.byteLength / this.BYTES_PER_ELEMENT; + } else { + this.length = ECMAScript.ToUint32(length); + this.byteLength = this.length * this.BYTES_PER_ELEMENT; + } + + if ((this.byteOffset + this.byteLength) > this.buffer.byteLength) { + throw new RangeError("byteOffset and length reference an area beyond the end of the buffer"); + } + } else { + throw new TypeError("Unexpected argument type(s)"); + } + + this.constructor = ctor; + + configureProperties(this); + makeArrayAccessors(this); + }; + + ctor.prototype = new ArrayBufferView(); + ctor.prototype.BYTES_PER_ELEMENT = bytesPerElement; + ctor.prototype._pack = pack; + ctor.prototype._unpack = unpack; + ctor.BYTES_PER_ELEMENT = bytesPerElement; + + // getter type (unsigned long index); + ctor.prototype._getter = function(index) { + if (arguments.length < 1) throw new SyntaxError("Not enough arguments"); + + index = ECMAScript.ToUint32(index); + if (index >= this.length) { + return undefined; + } + + var bytes = [], i, o; + for (i = 0, o = this.byteOffset + index * this.BYTES_PER_ELEMENT; + i < this.BYTES_PER_ELEMENT; + i += 1, o += 1) { + bytes.push(this.buffer._bytes[o]); + } + return this._unpack(bytes); + }; + + // NONSTANDARD: convenience alias for getter: type get(unsigned long index); + ctor.prototype.get = ctor.prototype._getter; + + // setter void (unsigned long index, type value); + ctor.prototype._setter = function(index, value) { + if (arguments.length < 2) throw new SyntaxError("Not enough arguments"); + + index = ECMAScript.ToUint32(index); + if (index >= this.length) { + return undefined; + } + + var bytes = this._pack(value), i, o; + for (i = 0, o = this.byteOffset + index * this.BYTES_PER_ELEMENT; + i < this.BYTES_PER_ELEMENT; + i += 1, o += 1) { + this.buffer._bytes[o] = bytes[i]; + } + }; + + // void set(TypedArray array, optional unsigned long offset); + // void set(sequence array, optional unsigned long offset); + ctor.prototype.set = function(index, value) { + if (arguments.length < 1) throw new SyntaxError("Not enough arguments"); + var array, sequence, offset, len, + i, s, d, + byteOffset, byteLength, tmp; + + if (typeof arguments[0] === 'object' && arguments[0].constructor === this.constructor) { + // void set(TypedArray array, optional unsigned long offset); + array = arguments[0]; + offset = ECMAScript.ToUint32(arguments[1]); + + if (offset + array.length > this.length) { + throw new RangeError("Offset plus length of array is out of range"); + } + + byteOffset = this.byteOffset + offset * this.BYTES_PER_ELEMENT; + byteLength = array.length * this.BYTES_PER_ELEMENT; + + if (array.buffer === this.buffer) { + tmp = []; + for (i = 0, s = array.byteOffset; i < byteLength; i += 1, s += 1) { + tmp[i] = array.buffer._bytes[s]; + } + for (i = 0, d = byteOffset; i < byteLength; i += 1, d += 1) { + this.buffer._bytes[d] = tmp[i]; + } + } else { + for (i = 0, s = array.byteOffset, d = byteOffset; + i < byteLength; i += 1, s += 1, d += 1) { + this.buffer._bytes[d] = array.buffer._bytes[s]; + } + } + } else if (typeof arguments[0] === 'object' && typeof arguments[0].length !== 'undefined') { + // void set(sequence array, optional unsigned long offset); + sequence = arguments[0]; + len = ECMAScript.ToUint32(sequence.length); + offset = ECMAScript.ToUint32(arguments[1]); + + if (offset + len > this.length) { + throw new RangeError("Offset plus length of array is out of range"); + } + + for (i = 0; i < len; i += 1) { + s = sequence[i]; + this._setter(offset + i, Number(s)); + } + } else { + throw new TypeError("Unexpected argument type(s)"); + } + }; + + // TypedArray subarray(long begin, optional long end); + ctor.prototype.subarray = function(start, end) { + function clamp(v, min, max) { return v < min ? min : v > max ? max : v; } + + start = ECMAScript.ToInt32(start); + end = ECMAScript.ToInt32(end); + + if (arguments.length < 1) { start = 0; } + if (arguments.length < 2) { end = this.length; } + + if (start < 0) { start = this.length + start; } + if (end < 0) { end = this.length + end; } + + start = clamp(start, 0, this.length); + end = clamp(end, 0, this.length); + + var len = end - start; + if (len < 0) { + len = 0; + } + + return new this.constructor( + this.buffer, this.byteOffset + start * this.BYTES_PER_ELEMENT, len); + }; + + return ctor; + } + + var Int8Array = makeConstructor(1, packI8, unpackI8); + var Uint8Array = makeConstructor(1, packU8, unpackU8); + var Uint8ClampedArray = makeConstructor(1, packU8Clamped, unpackU8); + var Int16Array = makeConstructor(2, packI16, unpackI16); + var Uint16Array = makeConstructor(2, packU16, unpackU16); + var Int32Array = makeConstructor(4, packI32, unpackI32); + var Uint32Array = makeConstructor(4, packU32, unpackU32); + var Float32Array = makeConstructor(4, packF32, unpackF32); + var Float64Array = makeConstructor(8, packF64, unpackF64); + + exports.Int8Array = exports.Int8Array || Int8Array; + exports.Uint8Array = exports.Uint8Array || Uint8Array; + exports.Uint8ClampedArray = exports.Uint8ClampedArray || Uint8ClampedArray; + exports.Int16Array = exports.Int16Array || Int16Array; + exports.Uint16Array = exports.Uint16Array || Uint16Array; + exports.Int32Array = exports.Int32Array || Int32Array; + exports.Uint32Array = exports.Uint32Array || Uint32Array; + exports.Float32Array = exports.Float32Array || Float32Array; + exports.Float64Array = exports.Float64Array || Float64Array; +}()); + +// +// 6 The DataView View Type +// + +(function() { + function r(array, index) { + return ECMAScript.IsCallable(array.get) ? array.get(index) : array[index]; + } + + var IS_BIG_ENDIAN = (function() { + var u16array = new(exports.Uint16Array)([0x1234]), + u8array = new(exports.Uint8Array)(u16array.buffer); + return r(u8array, 0) === 0x12; + }()); + + // Constructor(ArrayBuffer buffer, + // optional unsigned long byteOffset, + // optional unsigned long byteLength) + /** @constructor */ + var DataView = function DataView(buffer, byteOffset, byteLength) { + if (arguments.length === 0) { + buffer = new exports.ArrayBuffer(0); + } else if (!(buffer instanceof exports.ArrayBuffer || ECMAScript.Class(buffer) === 'ArrayBuffer')) { + throw new TypeError("TypeError"); + } + + this.buffer = buffer || new exports.ArrayBuffer(0); + + this.byteOffset = ECMAScript.ToUint32(byteOffset); + if (this.byteOffset > this.buffer.byteLength) { + throw new RangeError("byteOffset out of range"); + } + + if (arguments.length < 3) { + this.byteLength = this.buffer.byteLength - this.byteOffset; + } else { + this.byteLength = ECMAScript.ToUint32(byteLength); + } + + if ((this.byteOffset + this.byteLength) > this.buffer.byteLength) { + throw new RangeError("byteOffset and length reference an area beyond the end of the buffer"); + } + + configureProperties(this); + }; + + function makeGetter(arrayType) { + return function(byteOffset, littleEndian) { + + byteOffset = ECMAScript.ToUint32(byteOffset); + + if (byteOffset + arrayType.BYTES_PER_ELEMENT > this.byteLength) { + throw new RangeError("Array index out of range"); + } + byteOffset += this.byteOffset; + + var uint8Array = new exports.Uint8Array(this.buffer, byteOffset, arrayType.BYTES_PER_ELEMENT), + bytes = [], i; + for (i = 0; i < arrayType.BYTES_PER_ELEMENT; i += 1) { + bytes.push(r(uint8Array, i)); + } + + if (Boolean(littleEndian) === Boolean(IS_BIG_ENDIAN)) { + bytes.reverse(); + } + + return r(new arrayType(new exports.Uint8Array(bytes).buffer), 0); + }; + } + + DataView.prototype.getUint8 = makeGetter(exports.Uint8Array); + DataView.prototype.getInt8 = makeGetter(exports.Int8Array); + DataView.prototype.getUint16 = makeGetter(exports.Uint16Array); + DataView.prototype.getInt16 = makeGetter(exports.Int16Array); + DataView.prototype.getUint32 = makeGetter(exports.Uint32Array); + DataView.prototype.getInt32 = makeGetter(exports.Int32Array); + DataView.prototype.getFloat32 = makeGetter(exports.Float32Array); + DataView.prototype.getFloat64 = makeGetter(exports.Float64Array); + + function makeSetter(arrayType) { + return function(byteOffset, value, littleEndian) { + + byteOffset = ECMAScript.ToUint32(byteOffset); + if (byteOffset + arrayType.BYTES_PER_ELEMENT > this.byteLength) { + throw new RangeError("Array index out of range"); + } + + // Get bytes + var typeArray = new arrayType([value]), + byteArray = new exports.Uint8Array(typeArray.buffer), + bytes = [], i, byteView; + + for (i = 0; i < arrayType.BYTES_PER_ELEMENT; i += 1) { + bytes.push(r(byteArray, i)); + } + + // Flip if necessary + if (Boolean(littleEndian) === Boolean(IS_BIG_ENDIAN)) { + bytes.reverse(); + } + + // Write them + byteView = new exports.Uint8Array(this.buffer, byteOffset, arrayType.BYTES_PER_ELEMENT); + byteView.set(bytes); + }; + } + + DataView.prototype.setUint8 = makeSetter(exports.Uint8Array); + DataView.prototype.setInt8 = makeSetter(exports.Int8Array); + DataView.prototype.setUint16 = makeSetter(exports.Uint16Array); + DataView.prototype.setInt16 = makeSetter(exports.Int16Array); + DataView.prototype.setUint32 = makeSetter(exports.Uint32Array); + DataView.prototype.setInt32 = makeSetter(exports.Int32Array); + DataView.prototype.setFloat32 = makeSetter(exports.Float32Array); + DataView.prototype.setFloat64 = makeSetter(exports.Float64Array); + + exports.DataView = exports.DataView || DataView; + +}()); diff --git a/node_modules/typedarray/package.json b/node_modules/typedarray/package.json new file mode 100644 index 0000000..a7854a0 --- /dev/null +++ b/node_modules/typedarray/package.json @@ -0,0 +1,55 @@ +{ + "name": "typedarray", + "version": "0.0.6", + "description": "TypedArray polyfill for old browsers", + "main": "index.js", + "devDependencies": { + "tape": "~2.3.2" + }, + "scripts": { + "test": "tape test/*.js test/server/*.js" + }, + "repository": { + "type": "git", + "url": "git://github.com/substack/typedarray.git" + }, + "homepage": "https://github.com/substack/typedarray", + "keywords": [ + "ArrayBuffer", + "DataView", + "Float32Array", + "Float64Array", + "Int8Array", + "Int16Array", + "Int32Array", + "Uint8Array", + "Uint8ClampedArray", + "Uint16Array", + "Uint32Array", + "typed", + "array", + "polyfill" + ], + "author": { + "name": "James Halliday", + "email": "mail@substack.net", + "url": "http://substack.net" + }, + "license": "MIT", + "testling": { + "files": "test/*.js", + "browsers": [ + "ie/6..latest", + "firefox/16..latest", + "firefox/nightly", + "chrome/22..latest", + "chrome/canary", + "opera/12..latest", + "opera/next", + "safari/5.1..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2..latest" + ] + } +} diff --git a/node_modules/typedarray/readme.markdown b/node_modules/typedarray/readme.markdown new file mode 100644 index 0000000..d18f6f7 --- /dev/null +++ b/node_modules/typedarray/readme.markdown @@ -0,0 +1,61 @@ +# typedarray + +TypedArray polyfill ripped from [this +module](https://raw.github.com/inexorabletash/polyfill). + +[![build status](https://secure.travis-ci.org/substack/typedarray.png)](http://travis-ci.org/substack/typedarray) + +[![testling badge](https://ci.testling.com/substack/typedarray.png)](https://ci.testling.com/substack/typedarray) + +# example + +``` js +var Uint8Array = require('typedarray').Uint8Array; +var ua = new Uint8Array(5); +ua[1] = 256 + 55; +console.log(ua[1]); +``` + +output: + +``` +55 +``` + +# methods + +``` js +var TA = require('typedarray') +``` + +The `TA` object has the following constructors: + +* TA.ArrayBuffer +* TA.DataView +* TA.Float32Array +* TA.Float64Array +* TA.Int8Array +* TA.Int16Array +* TA.Int32Array +* TA.Uint8Array +* TA.Uint8ClampedArray +* TA.Uint16Array +* TA.Uint32Array + +# install + +With [npm](https://npmjs.org) do: + +``` +npm install typedarray +``` + +To use this module in the browser, compile with +[browserify](http://browserify.org) +or download a UMD build from browserify CDN: + +http://wzrd.in/standalone/typedarray@latest + +# license + +MIT diff --git a/node_modules/typedarray/test/server/undef_globals.js b/node_modules/typedarray/test/server/undef_globals.js new file mode 100644 index 0000000..425950f --- /dev/null +++ b/node_modules/typedarray/test/server/undef_globals.js @@ -0,0 +1,19 @@ +var test = require('tape'); +var vm = require('vm'); +var fs = require('fs'); +var src = fs.readFileSync(__dirname + '/../../index.js', 'utf8'); + +test('u8a without globals', function (t) { + var c = { + module: { exports: {} }, + }; + c.exports = c.module.exports; + vm.runInNewContext(src, c); + var TA = c.module.exports; + var ua = new(TA.Uint8Array)(5); + + t.equal(ua.length, 5); + ua[1] = 256 + 55; + t.equal(ua[1], 55); + t.end(); +}); diff --git a/node_modules/typedarray/test/tarray.js b/node_modules/typedarray/test/tarray.js new file mode 100644 index 0000000..df596a3 --- /dev/null +++ b/node_modules/typedarray/test/tarray.js @@ -0,0 +1,10 @@ +var TA = require('../'); +var test = require('tape'); + +test('tiny u8a test', function (t) { + var ua = new(TA.Uint8Array)(5); + t.equal(ua.length, 5); + ua[1] = 256 + 55; + t.equal(ua[1], 55); + t.end(); +}); diff --git a/node_modules/undici-types/LICENSE b/node_modules/undici-types/LICENSE new file mode 100644 index 0000000..e7323bb --- /dev/null +++ b/node_modules/undici-types/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Matteo Collina and Undici contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/undici-types/README.md b/node_modules/undici-types/README.md new file mode 100644 index 0000000..20a721c --- /dev/null +++ b/node_modules/undici-types/README.md @@ -0,0 +1,6 @@ +# undici-types + +This package is a dual-publish of the [undici](https://www.npmjs.com/package/undici) library types. The `undici` package **still contains types**. This package is for users who _only_ need undici types (such as for `@types/node`). It is published alongside every release of `undici`, so you can always use the same version. + +- [GitHub nodejs/undici](https://github.com/nodejs/undici) +- [Undici Documentation](https://undici.nodejs.org/#/) diff --git a/node_modules/undici-types/agent.d.ts b/node_modules/undici-types/agent.d.ts new file mode 100644 index 0000000..ee313b5 --- /dev/null +++ b/node_modules/undici-types/agent.d.ts @@ -0,0 +1,31 @@ +import { URL } from 'url' +import Pool from './pool' +import Dispatcher from './dispatcher' + +export default Agent + +declare class Agent extends Dispatcher { + constructor (opts?: Agent.Options) + /** `true` after `dispatcher.close()` has been called. */ + closed: boolean + /** `true` after `dispatcher.destroyed()` has been called or `dispatcher.close()` has been called and the dispatcher shutdown has completed. */ + destroyed: boolean + /** Dispatches a request. */ + dispatch (options: Agent.DispatchOptions, handler: Dispatcher.DispatchHandler): boolean +} + +declare namespace Agent { + export interface Options extends Pool.Options { + /** Default: `(origin, opts) => new Pool(origin, opts)`. */ + factory?(origin: string | URL, opts: Object): Dispatcher; + /** Integer. Default: `0` */ + maxRedirections?: number; + + interceptors?: { Agent?: readonly Dispatcher.DispatchInterceptor[] } & Pool.Options['interceptors'] + } + + export interface DispatchOptions extends Dispatcher.DispatchOptions { + /** Integer. */ + maxRedirections?: number; + } +} diff --git a/node_modules/undici-types/api.d.ts b/node_modules/undici-types/api.d.ts new file mode 100644 index 0000000..e58d08f --- /dev/null +++ b/node_modules/undici-types/api.d.ts @@ -0,0 +1,43 @@ +import { URL, UrlObject } from 'url' +import { Duplex } from 'stream' +import Dispatcher from './dispatcher' + +/** Performs an HTTP request. */ +declare function request ( + url: string | URL | UrlObject, + options?: { dispatcher?: Dispatcher } & Omit, 'origin' | 'path' | 'method'> & Partial>, +): Promise> + +/** A faster version of `request`. */ +declare function stream ( + url: string | URL | UrlObject, + options: { dispatcher?: Dispatcher } & Omit, 'origin' | 'path'>, + factory: Dispatcher.StreamFactory +): Promise> + +/** For easy use with `stream.pipeline`. */ +declare function pipeline ( + url: string | URL | UrlObject, + options: { dispatcher?: Dispatcher } & Omit, 'origin' | 'path'>, + handler: Dispatcher.PipelineHandler +): Duplex + +/** Starts two-way communications with the requested resource. */ +declare function connect ( + url: string | URL | UrlObject, + options?: { dispatcher?: Dispatcher } & Omit, 'origin' | 'path'> +): Promise> + +/** Upgrade to a different protocol. */ +declare function upgrade ( + url: string | URL | UrlObject, + options?: { dispatcher?: Dispatcher } & Omit +): Promise + +export { + request, + stream, + pipeline, + connect, + upgrade +} diff --git a/node_modules/undici-types/balanced-pool.d.ts b/node_modules/undici-types/balanced-pool.d.ts new file mode 100644 index 0000000..733239c --- /dev/null +++ b/node_modules/undici-types/balanced-pool.d.ts @@ -0,0 +1,29 @@ +import Pool from './pool' +import Dispatcher from './dispatcher' +import { URL } from 'url' + +export default BalancedPool + +type BalancedPoolConnectOptions = Omit + +declare class BalancedPool extends Dispatcher { + constructor (url: string | string[] | URL | URL[], options?: Pool.Options) + + addUpstream (upstream: string | URL): BalancedPool + removeUpstream (upstream: string | URL): BalancedPool + upstreams: Array + + /** `true` after `pool.close()` has been called. */ + closed: boolean + /** `true` after `pool.destroyed()` has been called or `pool.close()` has been called and the pool shutdown has completed. */ + destroyed: boolean + + // Override dispatcher APIs. + override connect ( + options: BalancedPoolConnectOptions + ): Promise + override connect ( + options: BalancedPoolConnectOptions, + callback: (err: Error | null, data: Dispatcher.ConnectData) => void + ): void +} diff --git a/node_modules/undici-types/cache-interceptor.d.ts b/node_modules/undici-types/cache-interceptor.d.ts new file mode 100644 index 0000000..e53be60 --- /dev/null +++ b/node_modules/undici-types/cache-interceptor.d.ts @@ -0,0 +1,172 @@ +import { Readable, Writable } from 'node:stream' + +export default CacheHandler + +declare namespace CacheHandler { + export type CacheMethods = 'GET' | 'HEAD' | 'OPTIONS' | 'TRACE' + + export interface CacheHandlerOptions { + store: CacheStore + + cacheByDefault?: number + + type?: CacheOptions['type'] + } + + export interface CacheOptions { + store?: CacheStore + + /** + * The methods to cache + * Note we can only cache safe methods. Unsafe methods (i.e. PUT, POST) + * invalidate the cache for a origin. + * @see https://www.rfc-editor.org/rfc/rfc9111.html#name-invalidating-stored-respons + * @see https://www.rfc-editor.org/rfc/rfc9110#section-9.2.1 + */ + methods?: CacheMethods[] + + /** + * RFC9111 allows for caching responses that we aren't explicitly told to + * cache or to not cache. + * @see https://www.rfc-editor.org/rfc/rfc9111.html#section-3-5 + * @default undefined + */ + cacheByDefault?: number + + /** + * TODO docs + * @default 'shared' + */ + type?: 'shared' | 'private' + } + + export interface CacheControlDirectives { + 'max-stale'?: number; + 'min-fresh'?: number; + 'max-age'?: number; + 's-maxage'?: number; + 'stale-while-revalidate'?: number; + 'stale-if-error'?: number; + public?: true; + private?: true | string[]; + 'no-store'?: true; + 'no-cache'?: true | string[]; + 'must-revalidate'?: true; + 'proxy-revalidate'?: true; + immutable?: true; + 'no-transform'?: true; + 'must-understand'?: true; + 'only-if-cached'?: true; + } + + export interface CacheKey { + origin: string + method: string + path: string + headers?: Record + } + + export interface CacheValue { + statusCode: number + statusMessage: string + headers: Record + vary?: Record + etag?: string + cacheControlDirectives?: CacheControlDirectives + cachedAt: number + staleAt: number + deleteAt: number + } + + export interface DeleteByUri { + origin: string + method: string + path: string + } + + type GetResult = { + statusCode: number + statusMessage: string + headers: Record + vary?: Record + etag?: string + body?: Readable | Iterable | AsyncIterable | Buffer | Iterable | AsyncIterable | string + cacheControlDirectives: CacheControlDirectives, + cachedAt: number + staleAt: number + deleteAt: number + } + + /** + * Underlying storage provider for cached responses + */ + export interface CacheStore { + get(key: CacheKey): GetResult | Promise | undefined + + createWriteStream(key: CacheKey, val: CacheValue): Writable | undefined + + delete(key: CacheKey): void | Promise + } + + export interface MemoryCacheStoreOpts { + /** + * @default Infinity + */ + maxCount?: number + + /** + * @default Infinity + */ + maxSize?: number + + /** + * @default Infinity + */ + maxEntrySize?: number + + errorCallback?: (err: Error) => void + } + + export class MemoryCacheStore implements CacheStore { + constructor (opts?: MemoryCacheStoreOpts) + + get (key: CacheKey): GetResult | Promise | undefined + + createWriteStream (key: CacheKey, value: CacheValue): Writable | undefined + + delete (key: CacheKey): void | Promise + } + + export interface SqliteCacheStoreOpts { + /** + * Location of the database + * @default ':memory:' + */ + location?: string + + /** + * @default Infinity + */ + maxCount?: number + + /** + * @default Infinity + */ + maxEntrySize?: number + } + + export class SqliteCacheStore implements CacheStore { + constructor (opts?: SqliteCacheStoreOpts) + + /** + * Closes the connection to the database + */ + close (): void + + get (key: CacheKey): GetResult | Promise | undefined + + createWriteStream (key: CacheKey, value: CacheValue): Writable | undefined + + delete (key: CacheKey): void | Promise + } +} diff --git a/node_modules/undici-types/cache.d.ts b/node_modules/undici-types/cache.d.ts new file mode 100644 index 0000000..4c33335 --- /dev/null +++ b/node_modules/undici-types/cache.d.ts @@ -0,0 +1,36 @@ +import type { RequestInfo, Response, Request } from './fetch' + +export interface CacheStorage { + match (request: RequestInfo, options?: MultiCacheQueryOptions): Promise, + has (cacheName: string): Promise, + open (cacheName: string): Promise, + delete (cacheName: string): Promise, + keys (): Promise +} + +declare const CacheStorage: { + prototype: CacheStorage + new(): CacheStorage +} + +export interface Cache { + match (request: RequestInfo, options?: CacheQueryOptions): Promise, + matchAll (request?: RequestInfo, options?: CacheQueryOptions): Promise, + add (request: RequestInfo): Promise, + addAll (requests: RequestInfo[]): Promise, + put (request: RequestInfo, response: Response): Promise, + delete (request: RequestInfo, options?: CacheQueryOptions): Promise, + keys (request?: RequestInfo, options?: CacheQueryOptions): Promise +} + +export interface CacheQueryOptions { + ignoreSearch?: boolean, + ignoreMethod?: boolean, + ignoreVary?: boolean +} + +export interface MultiCacheQueryOptions extends CacheQueryOptions { + cacheName?: string +} + +export declare const caches: CacheStorage diff --git a/node_modules/undici-types/client.d.ts b/node_modules/undici-types/client.d.ts new file mode 100644 index 0000000..55bfcef --- /dev/null +++ b/node_modules/undici-types/client.d.ts @@ -0,0 +1,107 @@ +import { URL } from 'url' +import Dispatcher from './dispatcher' +import buildConnector from './connector' + +type ClientConnectOptions = Omit + +/** + * A basic HTTP/1.1 client, mapped on top a single TCP/TLS connection. Pipelining is disabled by default. + */ +export class Client extends Dispatcher { + constructor (url: string | URL, options?: Client.Options) + /** Property to get and set the pipelining factor. */ + pipelining: number + /** `true` after `client.close()` has been called. */ + closed: boolean + /** `true` after `client.destroyed()` has been called or `client.close()` has been called and the client shutdown has completed. */ + destroyed: boolean + + // Override dispatcher APIs. + override connect ( + options: ClientConnectOptions + ): Promise + override connect ( + options: ClientConnectOptions, + callback: (err: Error | null, data: Dispatcher.ConnectData) => void + ): void +} + +export declare namespace Client { + export interface OptionsInterceptors { + Client: readonly Dispatcher.DispatchInterceptor[]; + } + export interface Options { + /** TODO */ + interceptors?: OptionsInterceptors; + /** The maximum length of request headers in bytes. Default: Node.js' `--max-http-header-size` or `16384` (16KiB). */ + maxHeaderSize?: number; + /** The amount of time, in milliseconds, the parser will wait to receive the complete HTTP headers (Node 14 and above only). Default: `300e3` milliseconds (300s). */ + headersTimeout?: number; + /** @deprecated unsupported socketTimeout, use headersTimeout & bodyTimeout instead */ + socketTimeout?: never; + /** @deprecated unsupported requestTimeout, use headersTimeout & bodyTimeout instead */ + requestTimeout?: never; + /** TODO */ + connectTimeout?: number; + /** The timeout after which a request will time out, in milliseconds. Monitors time between receiving body data. Use `0` to disable it entirely. Default: `300e3` milliseconds (300s). */ + bodyTimeout?: number; + /** @deprecated unsupported idleTimeout, use keepAliveTimeout instead */ + idleTimeout?: never; + /** @deprecated unsupported keepAlive, use pipelining=0 instead */ + keepAlive?: never; + /** the timeout, in milliseconds, after which a socket without active requests will time out. Monitors time between activity on a connected socket. This value may be overridden by *keep-alive* hints from the server. Default: `4e3` milliseconds (4s). */ + keepAliveTimeout?: number; + /** @deprecated unsupported maxKeepAliveTimeout, use keepAliveMaxTimeout instead */ + maxKeepAliveTimeout?: never; + /** the maximum allowed `idleTimeout`, in milliseconds, when overridden by *keep-alive* hints from the server. Default: `600e3` milliseconds (10min). */ + keepAliveMaxTimeout?: number; + /** A number of milliseconds subtracted from server *keep-alive* hints when overriding `idleTimeout` to account for timing inaccuracies caused by e.g. transport latency. Default: `1e3` milliseconds (1s). */ + keepAliveTimeoutThreshold?: number; + /** TODO */ + socketPath?: string; + /** The amount of concurrent requests to be sent over the single TCP/TLS connection according to [RFC7230](https://tools.ietf.org/html/rfc7230#section-6.3.2). Default: `1`. */ + pipelining?: number; + /** @deprecated use the connect option instead */ + tls?: never; + /** If `true`, an error is thrown when the request content-length header doesn't match the length of the request body. Default: `true`. */ + strictContentLength?: boolean; + /** TODO */ + maxCachedSessions?: number; + /** TODO */ + maxRedirections?: number; + /** TODO */ + connect?: Partial | buildConnector.connector; + /** TODO */ + maxRequestsPerClient?: number; + /** TODO */ + localAddress?: string; + /** Max response body size in bytes, -1 is disabled */ + maxResponseSize?: number; + /** Enables a family autodetection algorithm that loosely implements section 5 of RFC 8305. */ + autoSelectFamily?: boolean; + /** The amount of time in milliseconds to wait for a connection attempt to finish before trying the next address when using the `autoSelectFamily` option. */ + autoSelectFamilyAttemptTimeout?: number; + /** + * @description Enables support for H2 if the server has assigned bigger priority to it through ALPN negotiation. + * @default false + */ + allowH2?: boolean; + /** + * @description Dictates the maximum number of concurrent streams for a single H2 session. It can be overridden by a SETTINGS remote frame. + * @default 100 + */ + maxConcurrentStreams?: number + } + export interface SocketInfo { + localAddress?: string + localPort?: number + remoteAddress?: string + remotePort?: number + remoteFamily?: string + timeout?: number + bytesWritten?: number + bytesRead?: number + } +} + +export default Client diff --git a/node_modules/undici-types/connector.d.ts b/node_modules/undici-types/connector.d.ts new file mode 100644 index 0000000..bd92433 --- /dev/null +++ b/node_modules/undici-types/connector.d.ts @@ -0,0 +1,34 @@ +import { TLSSocket, ConnectionOptions } from 'tls' +import { IpcNetConnectOpts, Socket, TcpNetConnectOpts } from 'net' + +export default buildConnector +declare function buildConnector (options?: buildConnector.BuildOptions): buildConnector.connector + +declare namespace buildConnector { + export type BuildOptions = (ConnectionOptions | TcpNetConnectOpts | IpcNetConnectOpts) & { + allowH2?: boolean; + maxCachedSessions?: number | null; + socketPath?: string | null; + timeout?: number | null; + port?: number; + keepAlive?: boolean | null; + keepAliveInitialDelay?: number | null; + } + + export interface Options { + hostname: string + host?: string + protocol: string + port: string + servername?: string + localAddress?: string | null + httpSocket?: Socket + } + + export type Callback = (...args: CallbackArgs) => void + type CallbackArgs = [null, Socket | TLSSocket] | [Error, null] + + export interface connector { + (options: buildConnector.Options, callback: buildConnector.Callback): void + } +} diff --git a/node_modules/undici-types/content-type.d.ts b/node_modules/undici-types/content-type.d.ts new file mode 100644 index 0000000..f2a87f1 --- /dev/null +++ b/node_modules/undici-types/content-type.d.ts @@ -0,0 +1,21 @@ +/// + +interface MIMEType { + type: string + subtype: string + parameters: Map + essence: string +} + +/** + * Parse a string to a {@link MIMEType} object. Returns `failure` if the string + * couldn't be parsed. + * @see https://mimesniff.spec.whatwg.org/#parse-a-mime-type + */ +export function parseMIMEType (input: string): 'failure' | MIMEType + +/** + * Convert a MIMEType object to a string. + * @see https://mimesniff.spec.whatwg.org/#serialize-a-mime-type + */ +export function serializeAMimeType (mimeType: MIMEType): string diff --git a/node_modules/undici-types/cookies.d.ts b/node_modules/undici-types/cookies.d.ts new file mode 100644 index 0000000..f746d35 --- /dev/null +++ b/node_modules/undici-types/cookies.d.ts @@ -0,0 +1,30 @@ +/// + +import type { Headers } from './fetch' + +export interface Cookie { + name: string + value: string + expires?: Date | number + maxAge?: number + domain?: string + path?: string + secure?: boolean + httpOnly?: boolean + sameSite?: 'Strict' | 'Lax' | 'None' + unparsed?: string[] +} + +export function deleteCookie ( + headers: Headers, + name: string, + attributes?: { name?: string, domain?: string } +): void + +export function getCookies (headers: Headers): Record + +export function getSetCookies (headers: Headers): Cookie[] + +export function setCookie (headers: Headers, cookie: Cookie): void + +export function parseCookie (cookie: string): Cookie | null diff --git a/node_modules/undici-types/diagnostics-channel.d.ts b/node_modules/undici-types/diagnostics-channel.d.ts new file mode 100644 index 0000000..0c8477e --- /dev/null +++ b/node_modules/undici-types/diagnostics-channel.d.ts @@ -0,0 +1,66 @@ +import { Socket } from 'net' +import { URL } from 'url' +import buildConnector from './connector' +import Dispatcher from './dispatcher' + +declare namespace DiagnosticsChannel { + interface Request { + origin?: string | URL; + completed: boolean; + method?: Dispatcher.HttpMethod; + path: string; + headers: any; + } + interface Response { + statusCode: number; + statusText: string; + headers: Array; + } + type Error = unknown + interface ConnectParams { + host: URL['host']; + hostname: URL['hostname']; + protocol: URL['protocol']; + port: URL['port']; + servername: string | null; + } + type Connector = buildConnector.connector + export interface RequestCreateMessage { + request: Request; + } + export interface RequestBodySentMessage { + request: Request; + } + export interface RequestHeadersMessage { + request: Request; + response: Response; + } + export interface RequestTrailersMessage { + request: Request; + trailers: Array; + } + export interface RequestErrorMessage { + request: Request; + error: Error; + } + export interface ClientSendHeadersMessage { + request: Request; + headers: string; + socket: Socket; + } + export interface ClientBeforeConnectMessage { + connectParams: ConnectParams; + connector: Connector; + } + export interface ClientConnectedMessage { + socket: Socket; + connectParams: ConnectParams; + connector: Connector; + } + export interface ClientConnectErrorMessage { + error: Error; + socket: Socket; + connectParams: ConnectParams; + connector: Connector; + } +} diff --git a/node_modules/undici-types/dispatcher.d.ts b/node_modules/undici-types/dispatcher.d.ts new file mode 100644 index 0000000..0584e36 --- /dev/null +++ b/node_modules/undici-types/dispatcher.d.ts @@ -0,0 +1,281 @@ +import { URL } from 'url' +import { Duplex, Readable, Writable } from 'stream' +import { EventEmitter } from 'events' +import { Blob } from 'buffer' +import { IncomingHttpHeaders } from './header' +import BodyReadable from './readable' +import { FormData } from './formdata' +import Errors from './errors' +import { Autocomplete } from './utility' + +type AbortSignal = unknown + +export default Dispatcher + +export type UndiciHeaders = Record | IncomingHttpHeaders | string[] | Iterable<[string, string | string[] | undefined]> | null + +/** Dispatcher is the core API used to dispatch requests. */ +declare class Dispatcher extends EventEmitter { + /** Dispatches a request. This API is expected to evolve through semver-major versions and is less stable than the preceding higher level APIs. It is primarily intended for library developers who implement higher level APIs on top of this. */ + dispatch (options: Dispatcher.DispatchOptions, handler: Dispatcher.DispatchHandler): boolean + /** Starts two-way communications with the requested resource. */ + connect(options: Dispatcher.ConnectOptions): Promise> + connect(options: Dispatcher.ConnectOptions, callback: (err: Error | null, data: Dispatcher.ConnectData) => void): void + /** Compose a chain of dispatchers */ + compose (dispatchers: Dispatcher.DispatcherComposeInterceptor[]): Dispatcher.ComposedDispatcher + compose (...dispatchers: Dispatcher.DispatcherComposeInterceptor[]): Dispatcher.ComposedDispatcher + /** Performs an HTTP request. */ + request(options: Dispatcher.RequestOptions): Promise> + request(options: Dispatcher.RequestOptions, callback: (err: Error | null, data: Dispatcher.ResponseData) => void): void + /** For easy use with `stream.pipeline`. */ + pipeline(options: Dispatcher.PipelineOptions, handler: Dispatcher.PipelineHandler): Duplex + /** A faster version of `Dispatcher.request`. */ + stream(options: Dispatcher.RequestOptions, factory: Dispatcher.StreamFactory): Promise> + stream(options: Dispatcher.RequestOptions, factory: Dispatcher.StreamFactory, callback: (err: Error | null, data: Dispatcher.StreamData) => void): void + /** Upgrade to a different protocol. */ + upgrade (options: Dispatcher.UpgradeOptions): Promise + upgrade (options: Dispatcher.UpgradeOptions, callback: (err: Error | null, data: Dispatcher.UpgradeData) => void): void + /** Closes the client and gracefully waits for enqueued requests to complete before invoking the callback (or returning a promise if no callback is provided). */ + close (): Promise + close (callback: () => void): void + /** Destroy the client abruptly with the given err. All the pending and running requests will be asynchronously aborted and error. Waits until socket is closed before invoking the callback (or returning a promise if no callback is provided). Since this operation is asynchronously dispatched there might still be some progress on dispatched requests. */ + destroy (): Promise + destroy (err: Error | null): Promise + destroy (callback: () => void): void + destroy (err: Error | null, callback: () => void): void + + on (eventName: 'connect', callback: (origin: URL, targets: readonly Dispatcher[]) => void): this + on (eventName: 'disconnect', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this + on (eventName: 'connectionError', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this + on (eventName: 'drain', callback: (origin: URL) => void): this + + once (eventName: 'connect', callback: (origin: URL, targets: readonly Dispatcher[]) => void): this + once (eventName: 'disconnect', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this + once (eventName: 'connectionError', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this + once (eventName: 'drain', callback: (origin: URL) => void): this + + off (eventName: 'connect', callback: (origin: URL, targets: readonly Dispatcher[]) => void): this + off (eventName: 'disconnect', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this + off (eventName: 'connectionError', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this + off (eventName: 'drain', callback: (origin: URL) => void): this + + addListener (eventName: 'connect', callback: (origin: URL, targets: readonly Dispatcher[]) => void): this + addListener (eventName: 'disconnect', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this + addListener (eventName: 'connectionError', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this + addListener (eventName: 'drain', callback: (origin: URL) => void): this + + removeListener (eventName: 'connect', callback: (origin: URL, targets: readonly Dispatcher[]) => void): this + removeListener (eventName: 'disconnect', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this + removeListener (eventName: 'connectionError', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this + removeListener (eventName: 'drain', callback: (origin: URL) => void): this + + prependListener (eventName: 'connect', callback: (origin: URL, targets: readonly Dispatcher[]) => void): this + prependListener (eventName: 'disconnect', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this + prependListener (eventName: 'connectionError', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this + prependListener (eventName: 'drain', callback: (origin: URL) => void): this + + prependOnceListener (eventName: 'connect', callback: (origin: URL, targets: readonly Dispatcher[]) => void): this + prependOnceListener (eventName: 'disconnect', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this + prependOnceListener (eventName: 'connectionError', callback: (origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void): this + prependOnceListener (eventName: 'drain', callback: (origin: URL) => void): this + + listeners (eventName: 'connect'): ((origin: URL, targets: readonly Dispatcher[]) => void)[] + listeners (eventName: 'disconnect'): ((origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void)[] + listeners (eventName: 'connectionError'): ((origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void)[] + listeners (eventName: 'drain'): ((origin: URL) => void)[] + + rawListeners (eventName: 'connect'): ((origin: URL, targets: readonly Dispatcher[]) => void)[] + rawListeners (eventName: 'disconnect'): ((origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void)[] + rawListeners (eventName: 'connectionError'): ((origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError) => void)[] + rawListeners (eventName: 'drain'): ((origin: URL) => void)[] + + emit (eventName: 'connect', origin: URL, targets: readonly Dispatcher[]): boolean + emit (eventName: 'disconnect', origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError): boolean + emit (eventName: 'connectionError', origin: URL, targets: readonly Dispatcher[], error: Errors.UndiciError): boolean + emit (eventName: 'drain', origin: URL): boolean +} + +declare namespace Dispatcher { + export interface ComposedDispatcher extends Dispatcher {} + export type DispatcherComposeInterceptor = (dispatch: Dispatcher['dispatch']) => Dispatcher['dispatch'] + export interface DispatchOptions { + origin?: string | URL; + path: string; + method: HttpMethod; + /** Default: `null` */ + body?: string | Buffer | Uint8Array | Readable | null | FormData; + /** Default: `null` */ + headers?: UndiciHeaders; + /** Query string params to be embedded in the request URL. Default: `null` */ + query?: Record; + /** Whether the requests can be safely retried or not. If `false` the request won't be sent until all preceding requests in the pipeline have completed. Default: `true` if `method` is `HEAD` or `GET`. */ + idempotent?: boolean; + /** Whether the response is expected to take a long time and would end up blocking the pipeline. When this is set to `true` further pipelining will be avoided on the same connection until headers have been received. Defaults to `method !== 'HEAD'`. */ + blocking?: boolean; + /** Upgrade the request. Should be used to specify the kind of upgrade i.e. `'Websocket'`. Default: `method === 'CONNECT' || null`. */ + upgrade?: boolean | string | null; + /** The amount of time, in milliseconds, the parser will wait to receive the complete HTTP headers. Defaults to 300 seconds. */ + headersTimeout?: number | null; + /** The timeout after which a request will time out, in milliseconds. Monitors time between receiving body data. Use 0 to disable it entirely. Defaults to 300 seconds. */ + bodyTimeout?: number | null; + /** Whether the request should stablish a keep-alive or not. Default `false` */ + reset?: boolean; + /** Whether Undici should throw an error upon receiving a 4xx or 5xx response from the server. Defaults to false */ + throwOnError?: boolean; + /** For H2, it appends the expect: 100-continue header, and halts the request body until a 100-continue is received from the remote server */ + expectContinue?: boolean; + } + export interface ConnectOptions { + origin: string | URL; + path: string; + /** Default: `null` */ + headers?: UndiciHeaders; + /** Default: `null` */ + signal?: AbortSignal | EventEmitter | null; + /** This argument parameter is passed through to `ConnectData` */ + opaque?: TOpaque; + /** Default: 0 */ + maxRedirections?: number; + /** Default: false */ + redirectionLimitReached?: boolean; + /** Default: `null` */ + responseHeaders?: 'raw' | null; + } + export interface RequestOptions extends DispatchOptions { + /** Default: `null` */ + opaque?: TOpaque; + /** Default: `null` */ + signal?: AbortSignal | EventEmitter | null; + /** Default: 0 */ + maxRedirections?: number; + /** Default: false */ + redirectionLimitReached?: boolean; + /** Default: `null` */ + onInfo?: (info: { statusCode: number, headers: Record }) => void; + /** Default: `null` */ + responseHeaders?: 'raw' | null; + /** Default: `64 KiB` */ + highWaterMark?: number; + } + export interface PipelineOptions extends RequestOptions { + /** `true` if the `handler` will return an object stream. Default: `false` */ + objectMode?: boolean; + } + export interface UpgradeOptions { + path: string; + /** Default: `'GET'` */ + method?: string; + /** Default: `null` */ + headers?: UndiciHeaders; + /** A string of comma separated protocols, in descending preference order. Default: `'Websocket'` */ + protocol?: string; + /** Default: `null` */ + signal?: AbortSignal | EventEmitter | null; + /** Default: 0 */ + maxRedirections?: number; + /** Default: false */ + redirectionLimitReached?: boolean; + /** Default: `null` */ + responseHeaders?: 'raw' | null; + } + export interface ConnectData { + statusCode: number; + headers: IncomingHttpHeaders; + socket: Duplex; + opaque: TOpaque; + } + export interface ResponseData { + statusCode: number; + headers: IncomingHttpHeaders; + body: BodyReadable & BodyMixin; + trailers: Record; + opaque: TOpaque; + context: object; + } + export interface PipelineHandlerData { + statusCode: number; + headers: IncomingHttpHeaders; + opaque: TOpaque; + body: BodyReadable; + context: object; + } + export interface StreamData { + opaque: TOpaque; + trailers: Record; + } + export interface UpgradeData { + headers: IncomingHttpHeaders; + socket: Duplex; + opaque: TOpaque; + } + export interface StreamFactoryData { + statusCode: number; + headers: IncomingHttpHeaders; + opaque: TOpaque; + context: object; + } + export type StreamFactory = (data: StreamFactoryData) => Writable + + export interface DispatchController { + get aborted () : boolean + get paused () : boolean + get reason () : Error | null + abort (reason: Error): void + pause(): void + resume(): void + } + + export interface DispatchHandler { + onRequestStart?(controller: DispatchController, context: any): void; + onRequestUpgrade?(controller: DispatchController, statusCode: number, headers: IncomingHttpHeaders, socket: Duplex): void; + onResponseStart?(controller: DispatchController, statusCode: number, headers: IncomingHttpHeaders, statusMessage?: string): void; + onResponseData?(controller: DispatchController, chunk: Buffer): void; + onResponseEnd?(controller: DispatchController, trailers: IncomingHttpHeaders): void; + onResponseError?(controller: DispatchController, error: Error): void; + + /** Invoked before request is dispatched on socket. May be invoked multiple times when a request is retried when the request at the head of the pipeline fails. */ + /** @deprecated */ + onConnect?(abort: (err?: Error) => void): void; + /** Invoked when an error has occurred. */ + /** @deprecated */ + onError?(err: Error): void; + /** Invoked when request is upgraded either due to a `Upgrade` header or `CONNECT` method. */ + /** @deprecated */ + onUpgrade?(statusCode: number, headers: Buffer[] | string[] | null, socket: Duplex): void; + /** Invoked when response is received, before headers have been read. **/ + /** @deprecated */ + onResponseStarted?(): void; + /** Invoked when statusCode and headers have been received. May be invoked multiple times due to 1xx informational headers. */ + /** @deprecated */ + onHeaders?(statusCode: number, headers: Buffer[], resume: () => void, statusText: string): boolean; + /** Invoked when response payload data is received. */ + /** @deprecated */ + onData?(chunk: Buffer): boolean; + /** Invoked when response payload and trailers have been received and the request has completed. */ + /** @deprecated */ + onComplete?(trailers: string[] | null): void; + /** Invoked when a body chunk is sent to the server. May be invoked multiple times for chunked requests */ + /** @deprecated */ + onBodySent?(chunkSize: number, totalBytesSent: number): void; + } + export type PipelineHandler = (data: PipelineHandlerData) => Readable + export type HttpMethod = Autocomplete<'GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'TRACE' | 'PATCH'> + + /** + * @link https://fetch.spec.whatwg.org/#body-mixin + */ + interface BodyMixin { + readonly body?: never; + readonly bodyUsed: boolean; + arrayBuffer(): Promise; + blob(): Promise; + bytes(): Promise; + formData(): Promise; + json(): Promise; + text(): Promise; + } + + export interface DispatchInterceptor { + (dispatch: Dispatcher['dispatch']): Dispatcher['dispatch'] + } +} diff --git a/node_modules/undici-types/env-http-proxy-agent.d.ts b/node_modules/undici-types/env-http-proxy-agent.d.ts new file mode 100644 index 0000000..28fbb84 --- /dev/null +++ b/node_modules/undici-types/env-http-proxy-agent.d.ts @@ -0,0 +1,21 @@ +import Agent from './agent' +import Dispatcher from './dispatcher' + +export default EnvHttpProxyAgent + +declare class EnvHttpProxyAgent extends Dispatcher { + constructor (opts?: EnvHttpProxyAgent.Options) + + dispatch (options: Agent.DispatchOptions, handler: Dispatcher.DispatchHandler): boolean +} + +declare namespace EnvHttpProxyAgent { + export interface Options extends Agent.Options { + /** Overrides the value of the HTTP_PROXY environment variable */ + httpProxy?: string; + /** Overrides the value of the HTTPS_PROXY environment variable */ + httpsProxy?: string; + /** Overrides the value of the NO_PROXY environment variable */ + noProxy?: string; + } +} diff --git a/node_modules/undici-types/errors.d.ts b/node_modules/undici-types/errors.d.ts new file mode 100644 index 0000000..387420d --- /dev/null +++ b/node_modules/undici-types/errors.d.ts @@ -0,0 +1,171 @@ +import { IncomingHttpHeaders } from './header' +import Client from './client' + +export default Errors + +declare namespace Errors { + export class UndiciError extends Error { + name: string + code: string + } + + /** Connect timeout error. */ + export class ConnectTimeoutError extends UndiciError { + name: 'ConnectTimeoutError' + code: 'UND_ERR_CONNECT_TIMEOUT' + } + + /** A header exceeds the `headersTimeout` option. */ + export class HeadersTimeoutError extends UndiciError { + name: 'HeadersTimeoutError' + code: 'UND_ERR_HEADERS_TIMEOUT' + } + + /** Headers overflow error. */ + export class HeadersOverflowError extends UndiciError { + name: 'HeadersOverflowError' + code: 'UND_ERR_HEADERS_OVERFLOW' + } + + /** A body exceeds the `bodyTimeout` option. */ + export class BodyTimeoutError extends UndiciError { + name: 'BodyTimeoutError' + code: 'UND_ERR_BODY_TIMEOUT' + } + + export class ResponseError extends UndiciError { + constructor ( + message: string, + code: number, + options: { + headers?: IncomingHttpHeaders | string[] | null, + body?: null | Record | string + } + ) + name: 'ResponseError' + code: 'UND_ERR_RESPONSE' + statusCode: number + body: null | Record | string + headers: IncomingHttpHeaders | string[] | null + } + + export class ResponseStatusCodeError extends UndiciError { + constructor ( + message?: string, + statusCode?: number, + headers?: IncomingHttpHeaders | string[] | null, + body?: null | Record | string + ) + name: 'ResponseStatusCodeError' + code: 'UND_ERR_RESPONSE_STATUS_CODE' + body: null | Record | string + status: number + statusCode: number + headers: IncomingHttpHeaders | string[] | null + } + + /** Passed an invalid argument. */ + export class InvalidArgumentError extends UndiciError { + name: 'InvalidArgumentError' + code: 'UND_ERR_INVALID_ARG' + } + + /** Returned an invalid value. */ + export class InvalidReturnValueError extends UndiciError { + name: 'InvalidReturnValueError' + code: 'UND_ERR_INVALID_RETURN_VALUE' + } + + /** The request has been aborted by the user. */ + export class RequestAbortedError extends UndiciError { + name: 'AbortError' + code: 'UND_ERR_ABORTED' + } + + /** Expected error with reason. */ + export class InformationalError extends UndiciError { + name: 'InformationalError' + code: 'UND_ERR_INFO' + } + + /** Request body length does not match content-length header. */ + export class RequestContentLengthMismatchError extends UndiciError { + name: 'RequestContentLengthMismatchError' + code: 'UND_ERR_REQ_CONTENT_LENGTH_MISMATCH' + } + + /** Response body length does not match content-length header. */ + export class ResponseContentLengthMismatchError extends UndiciError { + name: 'ResponseContentLengthMismatchError' + code: 'UND_ERR_RES_CONTENT_LENGTH_MISMATCH' + } + + /** Trying to use a destroyed client. */ + export class ClientDestroyedError extends UndiciError { + name: 'ClientDestroyedError' + code: 'UND_ERR_DESTROYED' + } + + /** Trying to use a closed client. */ + export class ClientClosedError extends UndiciError { + name: 'ClientClosedError' + code: 'UND_ERR_CLOSED' + } + + /** There is an error with the socket. */ + export class SocketError extends UndiciError { + name: 'SocketError' + code: 'UND_ERR_SOCKET' + socket: Client.SocketInfo | null + } + + /** Encountered unsupported functionality. */ + export class NotSupportedError extends UndiciError { + name: 'NotSupportedError' + code: 'UND_ERR_NOT_SUPPORTED' + } + + /** No upstream has been added to the BalancedPool. */ + export class BalancedPoolMissingUpstreamError extends UndiciError { + name: 'MissingUpstreamError' + code: 'UND_ERR_BPL_MISSING_UPSTREAM' + } + + export class HTTPParserError extends UndiciError { + name: 'HTTPParserError' + code: string + } + + /** The response exceed the length allowed. */ + export class ResponseExceededMaxSizeError extends UndiciError { + name: 'ResponseExceededMaxSizeError' + code: 'UND_ERR_RES_EXCEEDED_MAX_SIZE' + } + + export class RequestRetryError extends UndiciError { + constructor ( + message: string, + statusCode: number, + headers?: IncomingHttpHeaders | string[] | null, + body?: null | Record | string + ) + name: 'RequestRetryError' + code: 'UND_ERR_REQ_RETRY' + statusCode: number + data: { + count: number; + } + + headers: Record + } + + export class SecureProxyConnectionError extends UndiciError { + constructor ( + cause?: Error, + message?: string, + options?: Record + ) + name: 'SecureProxyConnectionError' + code: 'UND_ERR_PRX_TLS' + } +} diff --git a/node_modules/undici-types/eventsource.d.ts b/node_modules/undici-types/eventsource.d.ts new file mode 100644 index 0000000..deccd73 --- /dev/null +++ b/node_modules/undici-types/eventsource.d.ts @@ -0,0 +1,61 @@ +import { MessageEvent, ErrorEvent } from './websocket' +import Dispatcher from './dispatcher' + +import { + EventListenerOptions, + AddEventListenerOptions, + EventListenerOrEventListenerObject +} from './patch' + +interface EventSourceEventMap { + error: ErrorEvent + message: MessageEvent + open: Event +} + +interface EventSource extends EventTarget { + close(): void + readonly CLOSED: 2 + readonly CONNECTING: 0 + readonly OPEN: 1 + onerror: (this: EventSource, ev: ErrorEvent) => any + onmessage: (this: EventSource, ev: MessageEvent) => any + onopen: (this: EventSource, ev: Event) => any + readonly readyState: 0 | 1 | 2 + readonly url: string + readonly withCredentials: boolean + + addEventListener( + type: K, + listener: (this: EventSource, ev: EventSourceEventMap[K]) => any, + options?: boolean | AddEventListenerOptions + ): void + addEventListener( + type: string, + listener: EventListenerOrEventListenerObject, + options?: boolean | AddEventListenerOptions + ): void + removeEventListener( + type: K, + listener: (this: EventSource, ev: EventSourceEventMap[K]) => any, + options?: boolean | EventListenerOptions + ): void + removeEventListener( + type: string, + listener: EventListenerOrEventListenerObject, + options?: boolean | EventListenerOptions + ): void +} + +export declare const EventSource: { + prototype: EventSource + new (url: string | URL, init?: EventSourceInit): EventSource + readonly CLOSED: 2 + readonly CONNECTING: 0 + readonly OPEN: 1 +} + +interface EventSourceInit { + withCredentials?: boolean, + dispatcher?: Dispatcher +} diff --git a/node_modules/undici-types/fetch.d.ts b/node_modules/undici-types/fetch.d.ts new file mode 100644 index 0000000..4edf41e --- /dev/null +++ b/node_modules/undici-types/fetch.d.ts @@ -0,0 +1,210 @@ +// based on https://github.com/Ethan-Arrowood/undici-fetch/blob/249269714db874351589d2d364a0645d5160ae71/index.d.ts (MIT license) +// and https://github.com/node-fetch/node-fetch/blob/914ce6be5ec67a8bab63d68510aabf07cb818b6d/index.d.ts (MIT license) +/// + +import { Blob } from 'buffer' +import { URL, URLSearchParams } from 'url' +import { ReadableStream } from 'stream/web' +import { FormData } from './formdata' +import { HeaderRecord } from './header' +import Dispatcher from './dispatcher' + +export type RequestInfo = string | URL | Request + +export declare function fetch ( + input: RequestInfo, + init?: RequestInit +): Promise + +export type BodyInit = + | ArrayBuffer + | AsyncIterable + | Blob + | FormData + | Iterable + | NodeJS.ArrayBufferView + | URLSearchParams + | null + | string + +export class BodyMixin { + readonly body: ReadableStream | null + readonly bodyUsed: boolean + + readonly arrayBuffer: () => Promise + readonly blob: () => Promise + /** + * @deprecated This method is not recommended for parsing multipart/form-data bodies in server environments. + * It is recommended to use a library such as [@fastify/busboy](https://www.npmjs.com/package/@fastify/busboy) as follows: + * + * @example + * ```js + * import { Busboy } from '@fastify/busboy' + * import { Readable } from 'node:stream' + * + * const response = await fetch('...') + * const busboy = new Busboy({ headers: { 'content-type': response.headers.get('content-type') } }) + * + * // handle events emitted from `busboy` + * + * Readable.fromWeb(response.body).pipe(busboy) + * ``` + */ + readonly formData: () => Promise + readonly json: () => Promise + readonly text: () => Promise +} + +export interface SpecIterator { + next(...args: [] | [TNext]): IteratorResult; +} + +export interface SpecIterableIterator extends SpecIterator { + [Symbol.iterator](): SpecIterableIterator; +} + +export interface SpecIterable { + [Symbol.iterator](): SpecIterator; +} + +export type HeadersInit = [string, string][] | HeaderRecord | Headers + +export declare class Headers implements SpecIterable<[string, string]> { + constructor (init?: HeadersInit) + readonly append: (name: string, value: string) => void + readonly delete: (name: string) => void + readonly get: (name: string) => string | null + readonly has: (name: string) => boolean + readonly set: (name: string, value: string) => void + readonly getSetCookie: () => string[] + readonly forEach: ( + callbackfn: (value: string, key: string, iterable: Headers) => void, + thisArg?: unknown + ) => void + + readonly keys: () => SpecIterableIterator + readonly values: () => SpecIterableIterator + readonly entries: () => SpecIterableIterator<[string, string]> + readonly [Symbol.iterator]: () => SpecIterableIterator<[string, string]> +} + +export type RequestCache = + | 'default' + | 'force-cache' + | 'no-cache' + | 'no-store' + | 'only-if-cached' + | 'reload' + +export type RequestCredentials = 'omit' | 'include' | 'same-origin' + +type RequestDestination = + | '' + | 'audio' + | 'audioworklet' + | 'document' + | 'embed' + | 'font' + | 'image' + | 'manifest' + | 'object' + | 'paintworklet' + | 'report' + | 'script' + | 'sharedworker' + | 'style' + | 'track' + | 'video' + | 'worker' + | 'xslt' + +export interface RequestInit { + body?: BodyInit | null + cache?: RequestCache + credentials?: RequestCredentials + dispatcher?: Dispatcher + duplex?: RequestDuplex + headers?: HeadersInit + integrity?: string + keepalive?: boolean + method?: string + mode?: RequestMode + redirect?: RequestRedirect + referrer?: string + referrerPolicy?: ReferrerPolicy + signal?: AbortSignal | null + window?: null +} + +export type ReferrerPolicy = + | '' + | 'no-referrer' + | 'no-referrer-when-downgrade' + | 'origin' + | 'origin-when-cross-origin' + | 'same-origin' + | 'strict-origin' + | 'strict-origin-when-cross-origin' + | 'unsafe-url' + +export type RequestMode = 'cors' | 'navigate' | 'no-cors' | 'same-origin' + +export type RequestRedirect = 'error' | 'follow' | 'manual' + +export type RequestDuplex = 'half' + +export declare class Request extends BodyMixin { + constructor (input: RequestInfo, init?: RequestInit) + + readonly cache: RequestCache + readonly credentials: RequestCredentials + readonly destination: RequestDestination + readonly headers: Headers + readonly integrity: string + readonly method: string + readonly mode: RequestMode + readonly redirect: RequestRedirect + readonly referrer: string + readonly referrerPolicy: ReferrerPolicy + readonly url: string + + readonly keepalive: boolean + readonly signal: AbortSignal + readonly duplex: RequestDuplex + + readonly clone: () => Request +} + +export interface ResponseInit { + readonly status?: number + readonly statusText?: string + readonly headers?: HeadersInit +} + +export type ResponseType = + | 'basic' + | 'cors' + | 'default' + | 'error' + | 'opaque' + | 'opaqueredirect' + +export type ResponseRedirectStatus = 301 | 302 | 303 | 307 | 308 + +export declare class Response extends BodyMixin { + constructor (body?: BodyInit, init?: ResponseInit) + + readonly headers: Headers + readonly ok: boolean + readonly status: number + readonly statusText: string + readonly type: ResponseType + readonly url: string + readonly redirected: boolean + + readonly clone: () => Response + + static error (): Response + static json (data: any, init?: ResponseInit): Response + static redirect (url: string | URL, status: ResponseRedirectStatus): Response +} diff --git a/node_modules/undici-types/formdata.d.ts b/node_modules/undici-types/formdata.d.ts new file mode 100644 index 0000000..030f548 --- /dev/null +++ b/node_modules/undici-types/formdata.d.ts @@ -0,0 +1,108 @@ +// Based on https://github.com/octet-stream/form-data/blob/2d0f0dc371517444ce1f22cdde13f51995d0953a/lib/FormData.ts (MIT) +/// + +import { File } from 'buffer' +import { SpecIterableIterator } from './fetch' + +/** + * A `string` or `File` that represents a single value from a set of `FormData` key-value pairs. + */ +declare type FormDataEntryValue = string | File + +/** + * Provides a way to easily construct a set of key/value pairs representing form fields and their values, which can then be easily sent using fetch(). + */ +export declare class FormData { + /** + * Appends a new value onto an existing key inside a FormData object, + * or adds the key if it does not already exist. + * + * The difference between `set()` and `append()` is that if the specified key already exists, `set()` will overwrite all existing values with the new one, whereas `append()` will append the new value onto the end of the existing set of values. + * + * @param name The name of the field whose data is contained in `value`. + * @param value The field's value. This can be [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) + or [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File). If none of these are specified the value is converted to a string. + * @param fileName The filename reported to the server, when a Blob or File is passed as the second parameter. The default filename for Blob objects is "blob". The default filename for File objects is the file's filename. + */ + append (name: string, value: unknown, fileName?: string): void + + /** + * Set a new value for an existing key inside FormData, + * or add the new field if it does not already exist. + * + * @param name The name of the field whose data is contained in `value`. + * @param value The field's value. This can be [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) + or [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File). If none of these are specified the value is converted to a string. + * @param fileName The filename reported to the server, when a Blob or File is passed as the second parameter. The default filename for Blob objects is "blob". The default filename for File objects is the file's filename. + * + */ + set (name: string, value: unknown, fileName?: string): void + + /** + * Returns the first value associated with a given key from within a `FormData` object. + * If you expect multiple values and want all of them, use the `getAll()` method instead. + * + * @param {string} name A name of the value you want to retrieve. + * + * @returns A `FormDataEntryValue` containing the value. If the key doesn't exist, the method returns null. + */ + get (name: string): FormDataEntryValue | null + + /** + * Returns all the values associated with a given key from within a `FormData` object. + * + * @param {string} name A name of the value you want to retrieve. + * + * @returns An array of `FormDataEntryValue` whose key matches the value passed in the `name` parameter. If the key doesn't exist, the method returns an empty list. + */ + getAll (name: string): FormDataEntryValue[] + + /** + * Returns a boolean stating whether a `FormData` object contains a certain key. + * + * @param name A string representing the name of the key you want to test for. + * + * @return A boolean value. + */ + has (name: string): boolean + + /** + * Deletes a key and its value(s) from a `FormData` object. + * + * @param name The name of the key you want to delete. + */ + delete (name: string): void + + /** + * Executes given callback function for each field of the FormData instance + */ + forEach: ( + callbackfn: (value: FormDataEntryValue, key: string, iterable: FormData) => void, + thisArg?: unknown + ) => void + + /** + * Returns an [`iterator`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) allowing to go through all keys contained in this `FormData` object. + * Each key is a `string`. + */ + keys: () => SpecIterableIterator + + /** + * Returns an [`iterator`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) allowing to go through all values contained in this object `FormData` object. + * Each value is a [`FormDataValue`](https://developer.mozilla.org/en-US/docs/Web/API/FormDataEntryValue). + */ + values: () => SpecIterableIterator + + /** + * Returns an [`iterator`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols) allowing to go through the `FormData` key/value pairs. + * The key of each pair is a string; the value is a [`FormDataValue`](https://developer.mozilla.org/en-US/docs/Web/API/FormDataEntryValue). + */ + entries: () => SpecIterableIterator<[string, FormDataEntryValue]> + + /** + * An alias for FormData#entries() + */ + [Symbol.iterator]: () => SpecIterableIterator<[string, FormDataEntryValue]> + + readonly [Symbol.toStringTag]: string +} diff --git a/node_modules/undici-types/global-dispatcher.d.ts b/node_modules/undici-types/global-dispatcher.d.ts new file mode 100644 index 0000000..2760e13 --- /dev/null +++ b/node_modules/undici-types/global-dispatcher.d.ts @@ -0,0 +1,9 @@ +import Dispatcher from './dispatcher' + +declare function setGlobalDispatcher (dispatcher: DispatcherImplementation): void +declare function getGlobalDispatcher (): Dispatcher + +export { + getGlobalDispatcher, + setGlobalDispatcher +} diff --git a/node_modules/undici-types/global-origin.d.ts b/node_modules/undici-types/global-origin.d.ts new file mode 100644 index 0000000..265769b --- /dev/null +++ b/node_modules/undici-types/global-origin.d.ts @@ -0,0 +1,7 @@ +declare function setGlobalOrigin (origin: string | URL | undefined): void +declare function getGlobalOrigin (): URL | undefined + +export { + setGlobalOrigin, + getGlobalOrigin +} diff --git a/node_modules/undici-types/h2c-client.d.ts b/node_modules/undici-types/h2c-client.d.ts new file mode 100644 index 0000000..2e87869 --- /dev/null +++ b/node_modules/undici-types/h2c-client.d.ts @@ -0,0 +1,75 @@ +import { URL } from 'url' +import Dispatcher from './dispatcher' +import buildConnector from './connector' + +type H2ClientOptions = Omit + +/** + * A basic H2C client, mapped on top a single TCP connection. Pipelining is disabled by default. + */ +export class H2CClient extends Dispatcher { + constructor (url: string | URL, options?: H2CClient.Options) + /** Property to get and set the pipelining factor. */ + pipelining: number + /** `true` after `client.close()` has been called. */ + closed: boolean + /** `true` after `client.destroyed()` has been called or `client.close()` has been called and the client shutdown has completed. */ + destroyed: boolean + + // Override dispatcher APIs. + override connect ( + options: H2ClientOptions + ): Promise + override connect ( + options: H2ClientOptions, + callback: (err: Error | null, data: Dispatcher.ConnectData) => void + ): void +} + +export declare namespace H2CClient { + export interface Options { + /** The maximum length of request headers in bytes. Default: Node.js' `--max-http-header-size` or `16384` (16KiB). */ + maxHeaderSize?: number; + /** The amount of time, in milliseconds, the parser will wait to receive the complete HTTP headers (Node 14 and above only). Default: `300e3` milliseconds (300s). */ + headersTimeout?: number; + /** TODO */ + connectTimeout?: number; + /** The timeout after which a request will time out, in milliseconds. Monitors time between receiving body data. Use `0` to disable it entirely. Default: `300e3` milliseconds (300s). */ + bodyTimeout?: number; + /** the timeout, in milliseconds, after which a socket without active requests will time out. Monitors time between activity on a connected socket. This value may be overridden by *keep-alive* hints from the server. Default: `4e3` milliseconds (4s). */ + keepAliveTimeout?: number; + /** the maximum allowed `idleTimeout`, in milliseconds, when overridden by *keep-alive* hints from the server. Default: `600e3` milliseconds (10min). */ + keepAliveMaxTimeout?: number; + /** A number of milliseconds subtracted from server *keep-alive* hints when overriding `idleTimeout` to account for timing inaccuracies caused by e.g. transport latency. Default: `1e3` milliseconds (1s). */ + keepAliveTimeoutThreshold?: number; + /** TODO */ + socketPath?: string; + /** The amount of concurrent requests to be sent over the single TCP/TLS connection according to [RFC7230](https://tools.ietf.org/html/rfc7230#section-6.3.2). Default: `1`. */ + pipelining?: number; + /** If `true`, an error is thrown when the request content-length header doesn't match the length of the request body. Default: `true`. */ + strictContentLength?: boolean; + /** TODO */ + maxCachedSessions?: number; + /** TODO */ + maxRedirections?: number; + /** TODO */ + connect?: Omit, 'allowH2'> | buildConnector.connector; + /** TODO */ + maxRequestsPerClient?: number; + /** TODO */ + localAddress?: string; + /** Max response body size in bytes, -1 is disabled */ + maxResponseSize?: number; + /** Enables a family autodetection algorithm that loosely implements section 5 of RFC 8305. */ + autoSelectFamily?: boolean; + /** The amount of time in milliseconds to wait for a connection attempt to finish before trying the next address when using the `autoSelectFamily` option. */ + autoSelectFamilyAttemptTimeout?: number; + /** + * @description Dictates the maximum number of concurrent streams for a single H2 session. It can be overridden by a SETTINGS remote frame. + * @default 100 + */ + maxConcurrentStreams?: number + } +} + +export default H2CClient diff --git a/node_modules/undici-types/handlers.d.ts b/node_modules/undici-types/handlers.d.ts new file mode 100644 index 0000000..a165f26 --- /dev/null +++ b/node_modules/undici-types/handlers.d.ts @@ -0,0 +1,15 @@ +import Dispatcher from './dispatcher' + +export declare class RedirectHandler implements Dispatcher.DispatchHandler { + constructor ( + dispatch: Dispatcher, + maxRedirections: number, + opts: Dispatcher.DispatchOptions, + handler: Dispatcher.DispatchHandler, + redirectionLimitReached: boolean + ) +} + +export declare class DecoratorHandler implements Dispatcher.DispatchHandler { + constructor (handler: Dispatcher.DispatchHandler) +} diff --git a/node_modules/undici-types/header.d.ts b/node_modules/undici-types/header.d.ts new file mode 100644 index 0000000..efd7b1d --- /dev/null +++ b/node_modules/undici-types/header.d.ts @@ -0,0 +1,160 @@ +import { Autocomplete } from './utility' + +/** + * The header type declaration of `undici`. + */ +export type IncomingHttpHeaders = Record + +type HeaderNames = Autocomplete< + | 'Accept' + | 'Accept-CH' + | 'Accept-Charset' + | 'Accept-Encoding' + | 'Accept-Language' + | 'Accept-Patch' + | 'Accept-Post' + | 'Accept-Ranges' + | 'Access-Control-Allow-Credentials' + | 'Access-Control-Allow-Headers' + | 'Access-Control-Allow-Methods' + | 'Access-Control-Allow-Origin' + | 'Access-Control-Expose-Headers' + | 'Access-Control-Max-Age' + | 'Access-Control-Request-Headers' + | 'Access-Control-Request-Method' + | 'Age' + | 'Allow' + | 'Alt-Svc' + | 'Alt-Used' + | 'Authorization' + | 'Cache-Control' + | 'Clear-Site-Data' + | 'Connection' + | 'Content-Disposition' + | 'Content-Encoding' + | 'Content-Language' + | 'Content-Length' + | 'Content-Location' + | 'Content-Range' + | 'Content-Security-Policy' + | 'Content-Security-Policy-Report-Only' + | 'Content-Type' + | 'Cookie' + | 'Cross-Origin-Embedder-Policy' + | 'Cross-Origin-Opener-Policy' + | 'Cross-Origin-Resource-Policy' + | 'Date' + | 'Device-Memory' + | 'ETag' + | 'Expect' + | 'Expect-CT' + | 'Expires' + | 'Forwarded' + | 'From' + | 'Host' + | 'If-Match' + | 'If-Modified-Since' + | 'If-None-Match' + | 'If-Range' + | 'If-Unmodified-Since' + | 'Keep-Alive' + | 'Last-Modified' + | 'Link' + | 'Location' + | 'Max-Forwards' + | 'Origin' + | 'Permissions-Policy' + | 'Priority' + | 'Proxy-Authenticate' + | 'Proxy-Authorization' + | 'Range' + | 'Referer' + | 'Referrer-Policy' + | 'Retry-After' + | 'Sec-Fetch-Dest' + | 'Sec-Fetch-Mode' + | 'Sec-Fetch-Site' + | 'Sec-Fetch-User' + | 'Sec-Purpose' + | 'Sec-WebSocket-Accept' + | 'Server' + | 'Server-Timing' + | 'Service-Worker-Navigation-Preload' + | 'Set-Cookie' + | 'SourceMap' + | 'Strict-Transport-Security' + | 'TE' + | 'Timing-Allow-Origin' + | 'Trailer' + | 'Transfer-Encoding' + | 'Upgrade' + | 'Upgrade-Insecure-Requests' + | 'User-Agent' + | 'Vary' + | 'Via' + | 'WWW-Authenticate' + | 'X-Content-Type-Options' + | 'X-Frame-Options' +> + +type IANARegisteredMimeType = Autocomplete< + | 'audio/aac' + | 'video/x-msvideo' + | 'image/avif' + | 'video/av1' + | 'application/octet-stream' + | 'image/bmp' + | 'text/css' + | 'text/csv' + | 'application/vnd.ms-fontobject' + | 'application/epub+zip' + | 'image/gif' + | 'application/gzip' + | 'text/html' + | 'image/x-icon' + | 'text/calendar' + | 'image/jpeg' + | 'text/javascript' + | 'application/json' + | 'application/ld+json' + | 'audio/x-midi' + | 'audio/mpeg' + | 'video/mp4' + | 'video/mpeg' + | 'audio/ogg' + | 'video/ogg' + | 'application/ogg' + | 'audio/opus' + | 'font/otf' + | 'application/pdf' + | 'image/png' + | 'application/rtf' + | 'image/svg+xml' + | 'image/tiff' + | 'video/mp2t' + | 'font/ttf' + | 'text/plain' + | 'application/wasm' + | 'video/webm' + | 'audio/webm' + | 'image/webp' + | 'font/woff' + | 'font/woff2' + | 'application/xhtml+xml' + | 'application/xml' + | 'application/zip' + | 'video/3gpp' + | 'video/3gpp2' + | 'model/gltf+json' + | 'model/gltf-binary' +> + +type KnownHeaderValues = { + 'content-type': IANARegisteredMimeType +} + +export type HeaderRecord = { + [K in HeaderNames | Lowercase]?: Lowercase extends keyof KnownHeaderValues + ? KnownHeaderValues[Lowercase] + : string +} diff --git a/node_modules/undici-types/index.d.ts b/node_modules/undici-types/index.d.ts new file mode 100644 index 0000000..6540a92 --- /dev/null +++ b/node_modules/undici-types/index.d.ts @@ -0,0 +1,75 @@ +import Dispatcher from './dispatcher' +import { setGlobalDispatcher, getGlobalDispatcher } from './global-dispatcher' +import { setGlobalOrigin, getGlobalOrigin } from './global-origin' +import Pool from './pool' +import { RedirectHandler, DecoratorHandler } from './handlers' + +import BalancedPool from './balanced-pool' +import Client from './client' +import H2CClient from './h2c-client' +import buildConnector from './connector' +import errors from './errors' +import Agent from './agent' +import MockClient from './mock-client' +import MockPool from './mock-pool' +import MockAgent from './mock-agent' +import { MockCallHistory, MockCallHistoryLog } from './mock-call-history' +import mockErrors from './mock-errors' +import ProxyAgent from './proxy-agent' +import EnvHttpProxyAgent from './env-http-proxy-agent' +import RetryHandler from './retry-handler' +import RetryAgent from './retry-agent' +import { request, pipeline, stream, connect, upgrade } from './api' +import interceptors from './interceptors' + +export * from './util' +export * from './cookies' +export * from './eventsource' +export * from './fetch' +export * from './formdata' +export * from './diagnostics-channel' +export * from './websocket' +export * from './content-type' +export * from './cache' +export { Interceptable } from './mock-interceptor' + +export { Dispatcher, BalancedPool, Pool, Client, buildConnector, errors, Agent, request, stream, pipeline, connect, upgrade, setGlobalDispatcher, getGlobalDispatcher, setGlobalOrigin, getGlobalOrigin, interceptors, MockClient, MockPool, MockAgent, MockCallHistory, MockCallHistoryLog, mockErrors, ProxyAgent, EnvHttpProxyAgent, RedirectHandler, DecoratorHandler, RetryHandler, RetryAgent, H2CClient } +export default Undici + +declare namespace Undici { + const Dispatcher: typeof import('./dispatcher').default + const Pool: typeof import('./pool').default + const RedirectHandler: typeof import ('./handlers').RedirectHandler + const DecoratorHandler: typeof import ('./handlers').DecoratorHandler + const RetryHandler: typeof import ('./retry-handler').default + const BalancedPool: typeof import('./balanced-pool').default + const Client: typeof import('./client').default + const H2CClient: typeof import('./h2c-client').default + const buildConnector: typeof import('./connector').default + const errors: typeof import('./errors').default + const Agent: typeof import('./agent').default + const setGlobalDispatcher: typeof import('./global-dispatcher').setGlobalDispatcher + const getGlobalDispatcher: typeof import('./global-dispatcher').getGlobalDispatcher + const request: typeof import('./api').request + const stream: typeof import('./api').stream + const pipeline: typeof import('./api').pipeline + const connect: typeof import('./api').connect + const upgrade: typeof import('./api').upgrade + const MockClient: typeof import('./mock-client').default + const MockPool: typeof import('./mock-pool').default + const MockAgent: typeof import('./mock-agent').default + const MockCallHistory: typeof import('./mock-call-history').MockCallHistory + const MockCallHistoryLog: typeof import('./mock-call-history').MockCallHistoryLog + const mockErrors: typeof import('./mock-errors').default + const fetch: typeof import('./fetch').fetch + const Headers: typeof import('./fetch').Headers + const Response: typeof import('./fetch').Response + const Request: typeof import('./fetch').Request + const FormData: typeof import('./formdata').FormData + const caches: typeof import('./cache').caches + const interceptors: typeof import('./interceptors').default + const cacheStores: { + MemoryCacheStore: typeof import('./cache-interceptor').default.MemoryCacheStore, + SqliteCacheStore: typeof import('./cache-interceptor').default.SqliteCacheStore + } +} diff --git a/node_modules/undici-types/interceptors.d.ts b/node_modules/undici-types/interceptors.d.ts new file mode 100644 index 0000000..5a6fcb2 --- /dev/null +++ b/node_modules/undici-types/interceptors.d.ts @@ -0,0 +1,34 @@ +import CacheHandler from './cache-interceptor' +import Dispatcher from './dispatcher' +import RetryHandler from './retry-handler' +import { LookupOptions } from 'node:dns' + +export default Interceptors + +declare namespace Interceptors { + export type DumpInterceptorOpts = { maxSize?: number } + export type RetryInterceptorOpts = RetryHandler.RetryOptions + export type RedirectInterceptorOpts = { maxRedirections?: number } + + export type ResponseErrorInterceptorOpts = { throwOnError: boolean } + export type CacheInterceptorOpts = CacheHandler.CacheOptions + + // DNS interceptor + export type DNSInterceptorRecord = { address: string, ttl: number, family: 4 | 6 } + export type DNSInterceptorOriginRecords = { 4: { ips: DNSInterceptorRecord[] } | null, 6: { ips: DNSInterceptorRecord[] } | null } + export type DNSInterceptorOpts = { + maxTTL?: number + maxItems?: number + lookup?: (hostname: string, options: LookupOptions, callback: (err: NodeJS.ErrnoException | null, addresses: DNSInterceptorRecord[]) => void) => void + pick?: (origin: URL, records: DNSInterceptorOriginRecords, affinity: 4 | 6) => DNSInterceptorRecord + dualStack?: boolean + affinity?: 4 | 6 + } + + export function dump (opts?: DumpInterceptorOpts): Dispatcher.DispatcherComposeInterceptor + export function retry (opts?: RetryInterceptorOpts): Dispatcher.DispatcherComposeInterceptor + export function redirect (opts?: RedirectInterceptorOpts): Dispatcher.DispatcherComposeInterceptor + export function responseError (opts?: ResponseErrorInterceptorOpts): Dispatcher.DispatcherComposeInterceptor + export function dns (opts?: DNSInterceptorOpts): Dispatcher.DispatcherComposeInterceptor + export function cache (opts?: CacheInterceptorOpts): Dispatcher.DispatcherComposeInterceptor +} diff --git a/node_modules/undici-types/mock-agent.d.ts b/node_modules/undici-types/mock-agent.d.ts new file mode 100644 index 0000000..0b83212 --- /dev/null +++ b/node_modules/undici-types/mock-agent.d.ts @@ -0,0 +1,65 @@ +import Agent from './agent' +import Dispatcher from './dispatcher' +import { Interceptable, MockInterceptor } from './mock-interceptor' +import MockDispatch = MockInterceptor.MockDispatch +import { MockCallHistory } from './mock-call-history' + +export default MockAgent + +interface PendingInterceptor extends MockDispatch { + origin: string; +} + +/** A mocked Agent class that implements the Agent API. It allows one to intercept HTTP requests made through undici and return mocked responses instead. */ +declare class MockAgent extends Dispatcher { + constructor (options?: TMockAgentOptions) + /** Creates and retrieves mock Dispatcher instances which can then be used to intercept HTTP requests. If the number of connections on the mock agent is set to 1, a MockClient instance is returned. Otherwise a MockPool instance is returned. */ + get(origin: string): TInterceptable + get(origin: RegExp): TInterceptable + get(origin: ((origin: string) => boolean)): TInterceptable + /** Dispatches a mocked request. */ + dispatch (options: Agent.DispatchOptions, handler: Dispatcher.DispatchHandler): boolean + /** Closes the mock agent and waits for registered mock pools and clients to also close before resolving. */ + close (): Promise + /** Disables mocking in MockAgent. */ + deactivate (): void + /** Enables mocking in a MockAgent instance. When instantiated, a MockAgent is automatically activated. Therefore, this method is only effective after `MockAgent.deactivate` has been called. */ + activate (): void + /** Define host matchers so only matching requests that aren't intercepted by the mock dispatchers will be attempted. */ + enableNetConnect (): void + enableNetConnect (host: string): void + enableNetConnect (host: RegExp): void + enableNetConnect (host: ((host: string) => boolean)): void + /** Causes all requests to throw when requests are not matched in a MockAgent intercept. */ + disableNetConnect (): void + /** get call history. returns the MockAgent call history or undefined if the option is not enabled. */ + getCallHistory (): MockCallHistory | undefined + /** clear every call history. Any MockCallHistoryLog will be deleted on the MockCallHistory instance */ + clearCallHistory (): void + /** Enable call history. Any subsequence calls will then be registered. */ + enableCallHistory (): this + /** Disable call history. Any subsequence calls will then not be registered. */ + disableCallHistory (): this + pendingInterceptors (): PendingInterceptor[] + assertNoPendingInterceptors (options?: { + pendingInterceptorsFormatter?: PendingInterceptorsFormatter; + }): void +} + +interface PendingInterceptorsFormatter { + format(pendingInterceptors: readonly PendingInterceptor[]): string; +} + +declare namespace MockAgent { + /** MockAgent options. */ + export interface Options extends Agent.Options { + /** A custom agent to be encapsulated by the MockAgent. */ + agent?: Dispatcher; + + /** Ignore trailing slashes in the path */ + ignoreTrailingSlash?: boolean; + + /** Enable call history. you can either call MockAgent.enableCallHistory(). default false */ + enableCallHistory?: boolean + } +} diff --git a/node_modules/undici-types/mock-call-history.d.ts b/node_modules/undici-types/mock-call-history.d.ts new file mode 100644 index 0000000..df07fa0 --- /dev/null +++ b/node_modules/undici-types/mock-call-history.d.ts @@ -0,0 +1,111 @@ +import Dispatcher from './dispatcher' + +declare namespace MockCallHistoryLog { + /** request's configuration properties */ + export type MockCallHistoryLogProperties = 'protocol' | 'host' | 'port' | 'origin' | 'path' | 'hash' | 'fullUrl' | 'method' | 'searchParams' | 'body' | 'headers' +} + +/** a log reflecting request configuration */ +declare class MockCallHistoryLog { + constructor (requestInit: Dispatcher.DispatchOptions) + /** protocol used. ie. 'https:' or 'http:' etc... */ + protocol: string + /** request's host. */ + host: string + /** request's port. */ + port: string + /** request's origin. ie. https://localhost:3000. */ + origin: string + /** path. never contains searchParams. */ + path: string + /** request's hash. */ + hash: string + /** the full url requested. */ + fullUrl: string + /** request's method. */ + method: string + /** search params. */ + searchParams: Record + /** request's body */ + body: string | null | undefined + /** request's headers */ + headers: Record | null | undefined + + /** returns an Map of property / value pair */ + toMap (): Map | null | undefined> + + /** returns a string computed with all key value pair */ + toString (): string +} + +declare namespace MockCallHistory { + export type FilterCallsOperator = 'AND' | 'OR' + + /** modify the filtering behavior */ + export interface FilterCallsOptions { + /** the operator to apply when filtering. 'OR' will adds any MockCallHistoryLog matching any criteria given. 'AND' will adds only MockCallHistoryLog matching every criteria given. (default 'OR') */ + operator?: FilterCallsOperator | Lowercase + } + /** a function to be executed for filtering MockCallHistoryLog */ + export type FilterCallsFunctionCriteria = (log: MockCallHistoryLog) => boolean + + /** parameter to filter MockCallHistoryLog */ + export type FilterCallsParameter = string | RegExp | undefined | null + + /** an object to execute multiple filtering at once */ + export interface FilterCallsObjectCriteria extends Record { + /** filter by request protocol. ie https: */ + protocol?: FilterCallsParameter; + /** filter by request host. */ + host?: FilterCallsParameter; + /** filter by request port. */ + port?: FilterCallsParameter; + /** filter by request origin. */ + origin?: FilterCallsParameter; + /** filter by request path. */ + path?: FilterCallsParameter; + /** filter by request hash. */ + hash?: FilterCallsParameter; + /** filter by request fullUrl. */ + fullUrl?: FilterCallsParameter; + /** filter by request method. */ + method?: FilterCallsParameter; + } +} + +/** a call history to track requests configuration */ +declare class MockCallHistory { + constructor (name: string) + /** returns an array of MockCallHistoryLog. */ + calls (): Array + /** returns the first MockCallHistoryLog */ + firstCall (): MockCallHistoryLog | undefined + /** returns the last MockCallHistoryLog. */ + lastCall (): MockCallHistoryLog | undefined + /** returns the nth MockCallHistoryLog. */ + nthCall (position: number): MockCallHistoryLog | undefined + /** return all MockCallHistoryLog matching any of criteria given. if an object is used with multiple properties, you can change the operator to apply during filtering on options */ + filterCalls (criteria: MockCallHistory.FilterCallsFunctionCriteria | MockCallHistory.FilterCallsObjectCriteria | RegExp, options?: MockCallHistory.FilterCallsOptions): Array + /** return all MockCallHistoryLog matching the given protocol. if a string is given, it is matched with includes */ + filterCallsByProtocol (protocol: MockCallHistory.FilterCallsParameter): Array + /** return all MockCallHistoryLog matching the given host. if a string is given, it is matched with includes */ + filterCallsByHost (host: MockCallHistory.FilterCallsParameter): Array + /** return all MockCallHistoryLog matching the given port. if a string is given, it is matched with includes */ + filterCallsByPort (port: MockCallHistory.FilterCallsParameter): Array + /** return all MockCallHistoryLog matching the given origin. if a string is given, it is matched with includes */ + filterCallsByOrigin (origin: MockCallHistory.FilterCallsParameter): Array + /** return all MockCallHistoryLog matching the given path. if a string is given, it is matched with includes */ + filterCallsByPath (path: MockCallHistory.FilterCallsParameter): Array + /** return all MockCallHistoryLog matching the given hash. if a string is given, it is matched with includes */ + filterCallsByHash (hash: MockCallHistory.FilterCallsParameter): Array + /** return all MockCallHistoryLog matching the given fullUrl. if a string is given, it is matched with includes */ + filterCallsByFullUrl (fullUrl: MockCallHistory.FilterCallsParameter): Array + /** return all MockCallHistoryLog matching the given method. if a string is given, it is matched with includes */ + filterCallsByMethod (method: MockCallHistory.FilterCallsParameter): Array + /** clear all MockCallHistoryLog on this MockCallHistory. */ + clear (): void + /** use it with for..of loop or spread operator */ + [Symbol.iterator]: () => Generator +} + +export { MockCallHistoryLog, MockCallHistory } diff --git a/node_modules/undici-types/mock-client.d.ts b/node_modules/undici-types/mock-client.d.ts new file mode 100644 index 0000000..88e16d9 --- /dev/null +++ b/node_modules/undici-types/mock-client.d.ts @@ -0,0 +1,25 @@ +import Client from './client' +import Dispatcher from './dispatcher' +import MockAgent from './mock-agent' +import { MockInterceptor, Interceptable } from './mock-interceptor' + +export default MockClient + +/** MockClient extends the Client API and allows one to mock requests. */ +declare class MockClient extends Client implements Interceptable { + constructor (origin: string, options: MockClient.Options) + /** Intercepts any matching requests that use the same origin as this mock client. */ + intercept (options: MockInterceptor.Options): MockInterceptor + /** Dispatches a mocked request. */ + dispatch (options: Dispatcher.DispatchOptions, handlers: Dispatcher.DispatchHandler): boolean + /** Closes the mock client and gracefully waits for enqueued requests to complete. */ + close (): Promise +} + +declare namespace MockClient { + /** MockClient options. */ + export interface Options extends Client.Options { + /** The agent to associate this MockClient with. */ + agent: MockAgent; + } +} diff --git a/node_modules/undici-types/mock-errors.d.ts b/node_modules/undici-types/mock-errors.d.ts new file mode 100644 index 0000000..eefeecd --- /dev/null +++ b/node_modules/undici-types/mock-errors.d.ts @@ -0,0 +1,12 @@ +import Errors from './errors' + +export default MockErrors + +declare namespace MockErrors { + /** The request does not match any registered mock dispatches. */ + export class MockNotMatchedError extends Errors.UndiciError { + constructor (message?: string) + name: 'MockNotMatchedError' + code: 'UND_MOCK_ERR_MOCK_NOT_MATCHED' + } +} diff --git a/node_modules/undici-types/mock-interceptor.d.ts b/node_modules/undici-types/mock-interceptor.d.ts new file mode 100644 index 0000000..418db41 --- /dev/null +++ b/node_modules/undici-types/mock-interceptor.d.ts @@ -0,0 +1,93 @@ +import { IncomingHttpHeaders } from './header' +import Dispatcher from './dispatcher' +import { BodyInit, Headers } from './fetch' + +/** The scope associated with a mock dispatch. */ +declare class MockScope { + constructor (mockDispatch: MockInterceptor.MockDispatch) + /** Delay a reply by a set amount of time in ms. */ + delay (waitInMs: number): MockScope + /** Persist the defined mock data for the associated reply. It will return the defined mock data indefinitely. */ + persist (): MockScope + /** Define a reply for a set amount of matching requests. */ + times (repeatTimes: number): MockScope +} + +/** The interceptor for a Mock. */ +declare class MockInterceptor { + constructor (options: MockInterceptor.Options, mockDispatches: MockInterceptor.MockDispatch[]) + /** Mock an undici request with the defined reply. */ + reply(replyOptionsCallback: MockInterceptor.MockReplyOptionsCallback): MockScope + reply( + statusCode: number, + data?: TData | Buffer | string | MockInterceptor.MockResponseDataHandler, + responseOptions?: MockInterceptor.MockResponseOptions + ): MockScope + /** Mock an undici request by throwing the defined reply error. */ + replyWithError(error: TError): MockScope + /** Set default reply headers on the interceptor for subsequent mocked replies. */ + defaultReplyHeaders (headers: IncomingHttpHeaders): MockInterceptor + /** Set default reply trailers on the interceptor for subsequent mocked replies. */ + defaultReplyTrailers (trailers: Record): MockInterceptor + /** Set automatically calculated content-length header on subsequent mocked replies. */ + replyContentLength (): MockInterceptor +} + +declare namespace MockInterceptor { + /** MockInterceptor options. */ + export interface Options { + /** Path to intercept on. */ + path: string | RegExp | ((path: string) => boolean); + /** Method to intercept on. Defaults to GET. */ + method?: string | RegExp | ((method: string) => boolean); + /** Body to intercept on. */ + body?: string | RegExp | ((body: string) => boolean); + /** Headers to intercept on. */ + headers?: Record boolean)> | ((headers: Record) => boolean); + /** Query params to intercept on */ + query?: Record; + } + export interface MockDispatch extends Options { + times: number | null; + persist: boolean; + consumed: boolean; + data: MockDispatchData; + } + export interface MockDispatchData extends MockResponseOptions { + error: TError | null; + statusCode?: number; + data?: TData | string; + } + export interface MockResponseOptions { + headers?: IncomingHttpHeaders; + trailers?: Record; + } + + export interface MockResponseCallbackOptions { + path: string; + method: string; + headers?: Headers | Record; + origin?: string; + body?: BodyInit | Dispatcher.DispatchOptions['body'] | null; + maxRedirections?: number; + } + + export type MockResponseDataHandler = ( + opts: MockResponseCallbackOptions + ) => TData | Buffer | string + + export type MockReplyOptionsCallback = ( + opts: MockResponseCallbackOptions + ) => { statusCode: number, data?: TData | Buffer | string, responseOptions?: MockResponseOptions } +} + +interface Interceptable extends Dispatcher { + /** Intercepts any matching requests that use the same origin as this mock client. */ + intercept(options: MockInterceptor.Options): MockInterceptor; +} + +export { + Interceptable, + MockInterceptor, + MockScope +} diff --git a/node_modules/undici-types/mock-pool.d.ts b/node_modules/undici-types/mock-pool.d.ts new file mode 100644 index 0000000..5a9d9cb --- /dev/null +++ b/node_modules/undici-types/mock-pool.d.ts @@ -0,0 +1,25 @@ +import Pool from './pool' +import MockAgent from './mock-agent' +import { Interceptable, MockInterceptor } from './mock-interceptor' +import Dispatcher from './dispatcher' + +export default MockPool + +/** MockPool extends the Pool API and allows one to mock requests. */ +declare class MockPool extends Pool implements Interceptable { + constructor (origin: string, options: MockPool.Options) + /** Intercepts any matching requests that use the same origin as this mock pool. */ + intercept (options: MockInterceptor.Options): MockInterceptor + /** Dispatches a mocked request. */ + dispatch (options: Dispatcher.DispatchOptions, handlers: Dispatcher.DispatchHandler): boolean + /** Closes the mock pool and gracefully waits for enqueued requests to complete. */ + close (): Promise +} + +declare namespace MockPool { + /** MockPool options. */ + export interface Options extends Pool.Options { + /** The agent to associate this MockPool with. */ + agent: MockAgent; + } +} diff --git a/node_modules/undici-types/package.json b/node_modules/undici-types/package.json new file mode 100644 index 0000000..cb414aa --- /dev/null +++ b/node_modules/undici-types/package.json @@ -0,0 +1,55 @@ +{ + "name": "undici-types", + "version": "7.8.0", + "description": "A stand-alone types package for Undici", + "homepage": "https://undici.nodejs.org", + "bugs": { + "url": "https://github.com/nodejs/undici/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/nodejs/undici.git" + }, + "license": "MIT", + "types": "index.d.ts", + "files": [ + "*.d.ts" + ], + "contributors": [ + { + "name": "Daniele Belardi", + "url": "https://github.com/dnlup", + "author": true + }, + { + "name": "Ethan Arrowood", + "url": "https://github.com/ethan-arrowood", + "author": true + }, + { + "name": "Matteo Collina", + "url": "https://github.com/mcollina", + "author": true + }, + { + "name": "Matthew Aitken", + "url": "https://github.com/KhafraDev", + "author": true + }, + { + "name": "Robert Nagy", + "url": "https://github.com/ronag", + "author": true + }, + { + "name": "Szymon Marczak", + "url": "https://github.com/szmarczak", + "author": true + }, + { + "name": "Tomas Della Vedova", + "url": "https://github.com/delvedor", + "author": true + } + ] +} \ No newline at end of file diff --git a/node_modules/undici-types/patch.d.ts b/node_modules/undici-types/patch.d.ts new file mode 100644 index 0000000..8f7acbb --- /dev/null +++ b/node_modules/undici-types/patch.d.ts @@ -0,0 +1,29 @@ +/// + +// See https://github.com/nodejs/undici/issues/1740 + +export interface EventInit { + bubbles?: boolean + cancelable?: boolean + composed?: boolean +} + +export interface EventListenerOptions { + capture?: boolean +} + +export interface AddEventListenerOptions extends EventListenerOptions { + once?: boolean + passive?: boolean + signal?: AbortSignal +} + +export type EventListenerOrEventListenerObject = EventListener | EventListenerObject + +export interface EventListenerObject { + handleEvent (object: Event): void +} + +export interface EventListener { + (evt: Event): void +} diff --git a/node_modules/undici-types/pool-stats.d.ts b/node_modules/undici-types/pool-stats.d.ts new file mode 100644 index 0000000..f76a5f6 --- /dev/null +++ b/node_modules/undici-types/pool-stats.d.ts @@ -0,0 +1,19 @@ +import Pool from './pool' + +export default PoolStats + +declare class PoolStats { + constructor (pool: Pool) + /** Number of open socket connections in this pool. */ + connected: number + /** Number of open socket connections in this pool that do not have an active request. */ + free: number + /** Number of pending requests across all clients in this pool. */ + pending: number + /** Number of queued requests across all clients in this pool. */ + queued: number + /** Number of currently active requests across all clients in this pool. */ + running: number + /** Number of active, pending, or queued requests across all clients in this pool. */ + size: number +} diff --git a/node_modules/undici-types/pool.d.ts b/node_modules/undici-types/pool.d.ts new file mode 100644 index 0000000..4814606 --- /dev/null +++ b/node_modules/undici-types/pool.d.ts @@ -0,0 +1,39 @@ +import Client from './client' +import TPoolStats from './pool-stats' +import { URL } from 'url' +import Dispatcher from './dispatcher' + +export default Pool + +type PoolConnectOptions = Omit + +declare class Pool extends Dispatcher { + constructor (url: string | URL, options?: Pool.Options) + /** `true` after `pool.close()` has been called. */ + closed: boolean + /** `true` after `pool.destroyed()` has been called or `pool.close()` has been called and the pool shutdown has completed. */ + destroyed: boolean + /** Aggregate stats for a Pool. */ + readonly stats: TPoolStats + + // Override dispatcher APIs. + override connect ( + options: PoolConnectOptions + ): Promise + override connect ( + options: PoolConnectOptions, + callback: (err: Error | null, data: Dispatcher.ConnectData) => void + ): void +} + +declare namespace Pool { + export type PoolStats = TPoolStats + export interface Options extends Client.Options { + /** Default: `(origin, opts) => new Client(origin, opts)`. */ + factory?(origin: URL, opts: object): Dispatcher; + /** The max number of clients to create. `null` if no limit. Default `null`. */ + connections?: number | null; + + interceptors?: { Pool?: readonly Dispatcher.DispatchInterceptor[] } & Client.Options['interceptors'] + } +} diff --git a/node_modules/undici-types/proxy-agent.d.ts b/node_modules/undici-types/proxy-agent.d.ts new file mode 100644 index 0000000..7d39f97 --- /dev/null +++ b/node_modules/undici-types/proxy-agent.d.ts @@ -0,0 +1,28 @@ +import Agent from './agent' +import buildConnector from './connector' +import Dispatcher from './dispatcher' +import { IncomingHttpHeaders } from './header' + +export default ProxyAgent + +declare class ProxyAgent extends Dispatcher { + constructor (options: ProxyAgent.Options | string) + + dispatch (options: Agent.DispatchOptions, handler: Dispatcher.DispatchHandler): boolean + close (): Promise +} + +declare namespace ProxyAgent { + export interface Options extends Agent.Options { + uri: string; + /** + * @deprecated use opts.token + */ + auth?: string; + token?: string; + headers?: IncomingHttpHeaders; + requestTls?: buildConnector.BuildOptions; + proxyTls?: buildConnector.BuildOptions; + clientFactory?(origin: URL, opts: object): Dispatcher; + } +} diff --git a/node_modules/undici-types/readable.d.ts b/node_modules/undici-types/readable.d.ts new file mode 100644 index 0000000..e4f314b --- /dev/null +++ b/node_modules/undici-types/readable.d.ts @@ -0,0 +1,68 @@ +import { Readable } from 'stream' +import { Blob } from 'buffer' + +export default BodyReadable + +declare class BodyReadable extends Readable { + constructor (opts: { + resume: (this: Readable, size: number) => void | null; + abort: () => void | null; + contentType?: string; + contentLength?: number; + highWaterMark?: number; + }) + + /** Consumes and returns the body as a string + * https://fetch.spec.whatwg.org/#dom-body-text + */ + text (): Promise + + /** Consumes and returns the body as a JavaScript Object + * https://fetch.spec.whatwg.org/#dom-body-json + */ + json (): Promise + + /** Consumes and returns the body as a Blob + * https://fetch.spec.whatwg.org/#dom-body-blob + */ + blob (): Promise + + /** Consumes and returns the body as an Uint8Array + * https://fetch.spec.whatwg.org/#dom-body-bytes + */ + bytes (): Promise + + /** Consumes and returns the body as an ArrayBuffer + * https://fetch.spec.whatwg.org/#dom-body-arraybuffer + */ + arrayBuffer (): Promise + + /** Not implemented + * + * https://fetch.spec.whatwg.org/#dom-body-formdata + */ + formData (): Promise + + /** Returns true if the body is not null and the body has been consumed + * + * Otherwise, returns false + * + * https://fetch.spec.whatwg.org/#dom-body-bodyused + */ + readonly bodyUsed: boolean + + /** + * If body is null, it should return null as the body + * + * If body is not null, should return the body as a ReadableStream + * + * https://fetch.spec.whatwg.org/#dom-body-body + */ + readonly body: never | undefined + + /** Dumps the response body by reading `limit` number of bytes. + * @param opts.limit Number of bytes to read (optional) - Default: 131072 + * @param opts.signal AbortSignal to cancel the operation (optional) + */ + dump (opts?: { limit: number; signal?: AbortSignal }): Promise +} diff --git a/node_modules/undici-types/retry-agent.d.ts b/node_modules/undici-types/retry-agent.d.ts new file mode 100644 index 0000000..82268c3 --- /dev/null +++ b/node_modules/undici-types/retry-agent.d.ts @@ -0,0 +1,8 @@ +import Dispatcher from './dispatcher' +import RetryHandler from './retry-handler' + +export default RetryAgent + +declare class RetryAgent extends Dispatcher { + constructor (dispatcher: Dispatcher, options?: RetryHandler.RetryOptions) +} diff --git a/node_modules/undici-types/retry-handler.d.ts b/node_modules/undici-types/retry-handler.d.ts new file mode 100644 index 0000000..988e74b --- /dev/null +++ b/node_modules/undici-types/retry-handler.d.ts @@ -0,0 +1,116 @@ +import Dispatcher from './dispatcher' + +export default RetryHandler + +declare class RetryHandler implements Dispatcher.DispatchHandler { + constructor ( + options: Dispatcher.DispatchOptions & { + retryOptions?: RetryHandler.RetryOptions; + }, + retryHandlers: RetryHandler.RetryHandlers + ) +} + +declare namespace RetryHandler { + export type RetryState = { counter: number; } + + export type RetryContext = { + state: RetryState; + opts: Dispatcher.DispatchOptions & { + retryOptions?: RetryHandler.RetryOptions; + }; + } + + export type OnRetryCallback = (result?: Error | null) => void + + export type RetryCallback = ( + err: Error, + context: { + state: RetryState; + opts: Dispatcher.DispatchOptions & { + retryOptions?: RetryHandler.RetryOptions; + }; + }, + callback: OnRetryCallback + ) => void + + export interface RetryOptions { + /** + * Callback to be invoked on every retry iteration. + * It receives the error, current state of the retry object and the options object + * passed when instantiating the retry handler. + * + * @type {RetryCallback} + * @memberof RetryOptions + */ + retry?: RetryCallback; + /** + * Maximum number of retries to allow. + * + * @type {number} + * @memberof RetryOptions + * @default 5 + */ + maxRetries?: number; + /** + * Max number of milliseconds allow between retries + * + * @type {number} + * @memberof RetryOptions + * @default 30000 + */ + maxTimeout?: number; + /** + * Initial number of milliseconds to wait before retrying for the first time. + * + * @type {number} + * @memberof RetryOptions + * @default 500 + */ + minTimeout?: number; + /** + * Factior to multiply the timeout factor between retries. + * + * @type {number} + * @memberof RetryOptions + * @default 2 + */ + timeoutFactor?: number; + /** + * It enables to automatically infer timeout between retries based on the `Retry-After` header. + * + * @type {boolean} + * @memberof RetryOptions + * @default true + */ + retryAfter?: boolean; + /** + * HTTP methods to retry. + * + * @type {Dispatcher.HttpMethod[]} + * @memberof RetryOptions + * @default ['GET', 'HEAD', 'OPTIONS', 'PUT', 'DELETE', 'TRACE'], + */ + methods?: Dispatcher.HttpMethod[]; + /** + * Error codes to be retried. e.g. `ECONNRESET`, `ENOTFOUND`, `ETIMEDOUT`, `ECONNREFUSED`, etc. + * + * @type {string[]} + * @default ['ECONNRESET','ECONNREFUSED','ENOTFOUND','ENETDOWN','ENETUNREACH','EHOSTDOWN','EHOSTUNREACH','EPIPE'] + */ + errorCodes?: string[]; + /** + * HTTP status codes to be retried. + * + * @type {number[]} + * @memberof RetryOptions + * @default [500, 502, 503, 504, 429], + */ + statusCodes?: number[]; + } + + export interface RetryHandlers { + dispatch: Dispatcher['dispatch']; + handler: Dispatcher.DispatchHandler; + } +} diff --git a/node_modules/undici-types/util.d.ts b/node_modules/undici-types/util.d.ts new file mode 100644 index 0000000..8fc50cc --- /dev/null +++ b/node_modules/undici-types/util.d.ts @@ -0,0 +1,18 @@ +export namespace util { + /** + * Retrieves a header name and returns its lowercase value. + * @param value Header name + */ + export function headerNameToString (value: string | Buffer): string + + /** + * Receives a header object and returns the parsed value. + * @param headers Header object + * @param obj Object to specify a proxy object. Used to assign parsed values. + * @returns If `obj` is specified, it is equivalent to `obj`. + */ + export function parseHeaders ( + headers: (Buffer | string | (Buffer | string)[])[], + obj?: Record + ): Record +} diff --git a/node_modules/undici-types/utility.d.ts b/node_modules/undici-types/utility.d.ts new file mode 100644 index 0000000..bfb3ca7 --- /dev/null +++ b/node_modules/undici-types/utility.d.ts @@ -0,0 +1,7 @@ +type AutocompletePrimitiveBaseType = + T extends string ? string : + T extends number ? number : + T extends boolean ? boolean : + never + +export type Autocomplete = T | (AutocompletePrimitiveBaseType & Record) diff --git a/node_modules/undici-types/webidl.d.ts b/node_modules/undici-types/webidl.d.ts new file mode 100644 index 0000000..33b9343 --- /dev/null +++ b/node_modules/undici-types/webidl.d.ts @@ -0,0 +1,266 @@ +// These types are not exported, and are only used internally +import * as undici from './index' + +/** + * Take in an unknown value and return one that is of type T + */ +type Converter = (object: unknown) => T + +type SequenceConverter = (object: unknown, iterable?: IterableIterator) => T[] + +type RecordConverter = (object: unknown) => Record + +interface ConvertToIntOpts { + clamp?: boolean + enforceRange?: boolean +} + +interface WebidlErrors { + exception (opts: { header: string, message: string }): TypeError + /** + * @description Throw an error when conversion from one type to another has failed + */ + conversionFailed (opts: { + prefix: string + argument: string + types: string[] + }): TypeError + /** + * @description Throw an error when an invalid argument is provided + */ + invalidArgument (opts: { + prefix: string + value: string + type: string + }): TypeError +} + +interface WebIDLTypes { + UNDEFINED: 1, + BOOLEAN: 2, + STRING: 3, + SYMBOL: 4, + NUMBER: 5, + BIGINT: 6, + NULL: 7 + OBJECT: 8 +} + +interface WebidlUtil { + /** + * @see https://tc39.es/ecma262/#sec-ecmascript-data-types-and-values + */ + Type (object: unknown): WebIDLTypes[keyof WebIDLTypes] + + TypeValueToString (o: unknown): + | 'Undefined' + | 'Boolean' + | 'String' + | 'Symbol' + | 'Number' + | 'BigInt' + | 'Null' + | 'Object' + + Types: WebIDLTypes + + /** + * @see https://webidl.spec.whatwg.org/#abstract-opdef-converttoint + */ + ConvertToInt ( + V: unknown, + bitLength: number, + signedness: 'signed' | 'unsigned', + opts?: ConvertToIntOpts + ): number + + /** + * @see https://webidl.spec.whatwg.org/#abstract-opdef-converttoint + */ + IntegerPart (N: number): number + + /** + * Stringifies {@param V} + */ + Stringify (V: any): string + + MakeTypeAssertion (I: I): (arg: any) => arg is I + + /** + * Mark a value as uncloneable for Node.js. + * This is only effective in some newer Node.js versions. + */ + markAsUncloneable (V: any): void +} + +interface WebidlConverters { + /** + * @see https://webidl.spec.whatwg.org/#es-DOMString + */ + DOMString (V: unknown, prefix: string, argument: string, opts?: { + legacyNullToEmptyString: boolean + }): string + + /** + * @see https://webidl.spec.whatwg.org/#es-ByteString + */ + ByteString (V: unknown, prefix: string, argument: string): string + + /** + * @see https://webidl.spec.whatwg.org/#es-USVString + */ + USVString (V: unknown): string + + /** + * @see https://webidl.spec.whatwg.org/#es-boolean + */ + boolean (V: unknown): boolean + + /** + * @see https://webidl.spec.whatwg.org/#es-any + */ + any (V: Value): Value + + /** + * @see https://webidl.spec.whatwg.org/#es-long-long + */ + ['long long'] (V: unknown): number + + /** + * @see https://webidl.spec.whatwg.org/#es-unsigned-long-long + */ + ['unsigned long long'] (V: unknown): number + + /** + * @see https://webidl.spec.whatwg.org/#es-unsigned-long + */ + ['unsigned long'] (V: unknown): number + + /** + * @see https://webidl.spec.whatwg.org/#es-unsigned-short + */ + ['unsigned short'] (V: unknown, opts?: ConvertToIntOpts): number + + /** + * @see https://webidl.spec.whatwg.org/#idl-ArrayBuffer + */ + ArrayBuffer (V: unknown): ArrayBufferLike + ArrayBuffer (V: unknown, opts: { allowShared: false }): ArrayBuffer + + /** + * @see https://webidl.spec.whatwg.org/#es-buffer-source-types + */ + TypedArray ( + V: unknown, + TypedArray: NodeJS.TypedArray | ArrayBufferLike + ): NodeJS.TypedArray | ArrayBufferLike + TypedArray ( + V: unknown, + TypedArray: NodeJS.TypedArray | ArrayBufferLike, + opts?: { allowShared: false } + ): NodeJS.TypedArray | ArrayBuffer + + /** + * @see https://webidl.spec.whatwg.org/#es-buffer-source-types + */ + DataView (V: unknown, opts?: { allowShared: boolean }): DataView + + /** + * @see https://webidl.spec.whatwg.org/#BufferSource + */ + BufferSource ( + V: unknown, + opts?: { allowShared: boolean } + ): NodeJS.TypedArray | ArrayBufferLike | DataView + + ['sequence']: SequenceConverter + + ['sequence>']: SequenceConverter + + ['record']: RecordConverter + + [Key: string]: (...args: any[]) => unknown +} + +type IsAssertion = (arg: any) => arg is T + +interface WebidlIs { + Request: IsAssertion + Response: IsAssertion + ReadableStream: IsAssertion + Blob: IsAssertion + URLSearchParams: IsAssertion + File: IsAssertion + FormData: IsAssertion + URL: IsAssertion + WebSocketError: IsAssertion + AbortSignal: IsAssertion + MessagePort: IsAssertion +} + +export interface Webidl { + errors: WebidlErrors + util: WebidlUtil + converters: WebidlConverters + is: WebidlIs + + /** + * @description Performs a brand-check on {@param V} to ensure it is a + * {@param cls} object. + */ + brandCheck unknown>(V: unknown, cls: Interface): asserts V is Interface + + brandCheckMultiple unknown)[]> (list: Interfaces): (V: any) => asserts V is Interfaces[number] + + /** + * @see https://webidl.spec.whatwg.org/#es-sequence + * @description Convert a value, V, to a WebIDL sequence type. + */ + sequenceConverter (C: Converter): SequenceConverter + + illegalConstructor (): never + + /** + * @see https://webidl.spec.whatwg.org/#es-to-record + * @description Convert a value, V, to a WebIDL record type. + */ + recordConverter ( + keyConverter: Converter, + valueConverter: Converter + ): RecordConverter + + /** + * Similar to {@link Webidl.brandCheck} but allows skipping the check if third party + * interfaces are allowed. + */ + interfaceConverter (typeCheck: IsAssertion, name: string): ( + V: unknown, + prefix: string, + argument: string + ) => asserts V is Interface + + // TODO(@KhafraDev): a type could likely be implemented that can infer the return type + // from the converters given? + /** + * Converts a value, V, to a WebIDL dictionary types. Allows limiting which keys are + * allowed, values allowed, optional and required keys. Auto converts the value to + * a type given a converter. + */ + dictionaryConverter (converters: { + key: string, + defaultValue?: () => unknown, + required?: boolean, + converter: (...args: unknown[]) => unknown, + allowedValues?: unknown[] + }[]): (V: unknown) => Record + + /** + * @see https://webidl.spec.whatwg.org/#idl-nullable-type + * @description allows a type, V, to be null + */ + nullableConverter ( + converter: Converter + ): (V: unknown) => ReturnType | null + + argumentLengthCheck (args: { length: number }, min: number, context: string): void +} diff --git a/node_modules/undici-types/websocket.d.ts b/node_modules/undici-types/websocket.d.ts new file mode 100644 index 0000000..02e4865 --- /dev/null +++ b/node_modules/undici-types/websocket.d.ts @@ -0,0 +1,184 @@ +/// + +import type { Blob } from 'buffer' +import type { ReadableStream, WritableStream } from 'stream/web' +import type { MessagePort } from 'worker_threads' +import { + EventInit, + EventListenerOptions, + AddEventListenerOptions, + EventListenerOrEventListenerObject +} from './patch' +import Dispatcher from './dispatcher' +import { HeadersInit } from './fetch' + +export type BinaryType = 'blob' | 'arraybuffer' + +interface WebSocketEventMap { + close: CloseEvent + error: ErrorEvent + message: MessageEvent + open: Event +} + +interface WebSocket extends EventTarget { + binaryType: BinaryType + + readonly bufferedAmount: number + readonly extensions: string + + onclose: ((this: WebSocket, ev: WebSocketEventMap['close']) => any) | null + onerror: ((this: WebSocket, ev: WebSocketEventMap['error']) => any) | null + onmessage: ((this: WebSocket, ev: WebSocketEventMap['message']) => any) | null + onopen: ((this: WebSocket, ev: WebSocketEventMap['open']) => any) | null + + readonly protocol: string + readonly readyState: number + readonly url: string + + close(code?: number, reason?: string): void + send(data: string | ArrayBufferLike | Blob | ArrayBufferView): void + + readonly CLOSED: number + readonly CLOSING: number + readonly CONNECTING: number + readonly OPEN: number + + addEventListener( + type: K, + listener: (this: WebSocket, ev: WebSocketEventMap[K]) => any, + options?: boolean | AddEventListenerOptions + ): void + addEventListener( + type: string, + listener: EventListenerOrEventListenerObject, + options?: boolean | AddEventListenerOptions + ): void + removeEventListener( + type: K, + listener: (this: WebSocket, ev: WebSocketEventMap[K]) => any, + options?: boolean | EventListenerOptions + ): void + removeEventListener( + type: string, + listener: EventListenerOrEventListenerObject, + options?: boolean | EventListenerOptions + ): void +} + +export declare const WebSocket: { + prototype: WebSocket + new (url: string | URL, protocols?: string | string[] | WebSocketInit): WebSocket + readonly CLOSED: number + readonly CLOSING: number + readonly CONNECTING: number + readonly OPEN: number +} + +interface CloseEventInit extends EventInit { + code?: number + reason?: string + wasClean?: boolean +} + +interface CloseEvent extends Event { + readonly code: number + readonly reason: string + readonly wasClean: boolean +} + +export declare const CloseEvent: { + prototype: CloseEvent + new (type: string, eventInitDict?: CloseEventInit): CloseEvent +} + +interface MessageEventInit extends EventInit { + data?: T + lastEventId?: string + origin?: string + ports?: (typeof MessagePort)[] + source?: typeof MessagePort | null +} + +interface MessageEvent extends Event { + readonly data: T + readonly lastEventId: string + readonly origin: string + readonly ports: ReadonlyArray + readonly source: typeof MessagePort | null + initMessageEvent( + type: string, + bubbles?: boolean, + cancelable?: boolean, + data?: any, + origin?: string, + lastEventId?: string, + source?: typeof MessagePort | null, + ports?: (typeof MessagePort)[] + ): void; +} + +export declare const MessageEvent: { + prototype: MessageEvent + new(type: string, eventInitDict?: MessageEventInit): MessageEvent +} + +interface ErrorEventInit extends EventInit { + message?: string + filename?: string + lineno?: number + colno?: number + error?: any +} + +interface ErrorEvent extends Event { + readonly message: string + readonly filename: string + readonly lineno: number + readonly colno: number + readonly error: any +} + +export declare const ErrorEvent: { + prototype: ErrorEvent + new (type: string, eventInitDict?: ErrorEventInit): ErrorEvent +} + +interface WebSocketInit { + protocols?: string | string[], + dispatcher?: Dispatcher, + headers?: HeadersInit +} + +interface WebSocketStreamOptions { + protocols?: string | string[] + signal?: AbortSignal +} + +interface WebSocketCloseInfo { + closeCode: number + reason: string +} + +interface WebSocketStream { + closed: Promise + opened: Promise<{ + extensions: string + protocol: string + readable: ReadableStream + writable: WritableStream + }> + url: string +} + +export declare const WebSocketStream: { + prototype: WebSocketStream + new (url: string | URL, options?: WebSocketStreamOptions): WebSocketStream +} + +interface WebSocketError extends Event, WebSocketCloseInfo {} + +export declare const WebSocketError: { + prototype: WebSocketError + new (type: string, init?: WebSocketCloseInfo): WebSocketError +} diff --git a/node_modules/unpipe/HISTORY.md b/node_modules/unpipe/HISTORY.md new file mode 100644 index 0000000..85e0f8d --- /dev/null +++ b/node_modules/unpipe/HISTORY.md @@ -0,0 +1,4 @@ +1.0.0 / 2015-06-14 +================== + + * Initial release diff --git a/node_modules/unpipe/LICENSE b/node_modules/unpipe/LICENSE new file mode 100644 index 0000000..aed0138 --- /dev/null +++ b/node_modules/unpipe/LICENSE @@ -0,0 +1,22 @@ +(The MIT License) + +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/unpipe/README.md b/node_modules/unpipe/README.md new file mode 100644 index 0000000..e536ad2 --- /dev/null +++ b/node_modules/unpipe/README.md @@ -0,0 +1,43 @@ +# unpipe + +[![NPM Version][npm-image]][npm-url] +[![NPM Downloads][downloads-image]][downloads-url] +[![Node.js Version][node-image]][node-url] +[![Build Status][travis-image]][travis-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +Unpipe a stream from all destinations. + +## Installation + +```sh +$ npm install unpipe +``` + +## API + +```js +var unpipe = require('unpipe') +``` + +### unpipe(stream) + +Unpipes all destinations from a given stream. With stream 2+, this is +equivalent to `stream.unpipe()`. When used with streams 1 style streams +(typically Node.js 0.8 and below), this module attempts to undo the +actions done in `stream.pipe(dest)`. + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/unpipe.svg +[npm-url]: https://npmjs.org/package/unpipe +[node-image]: https://img.shields.io/node/v/unpipe.svg +[node-url]: http://nodejs.org/download/ +[travis-image]: https://img.shields.io/travis/stream-utils/unpipe.svg +[travis-url]: https://travis-ci.org/stream-utils/unpipe +[coveralls-image]: https://img.shields.io/coveralls/stream-utils/unpipe.svg +[coveralls-url]: https://coveralls.io/r/stream-utils/unpipe?branch=master +[downloads-image]: https://img.shields.io/npm/dm/unpipe.svg +[downloads-url]: https://npmjs.org/package/unpipe diff --git a/node_modules/unpipe/index.js b/node_modules/unpipe/index.js new file mode 100644 index 0000000..15c3d97 --- /dev/null +++ b/node_modules/unpipe/index.js @@ -0,0 +1,69 @@ +/*! + * unpipe + * Copyright(c) 2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module exports. + * @public + */ + +module.exports = unpipe + +/** + * Determine if there are Node.js pipe-like data listeners. + * @private + */ + +function hasPipeDataListeners(stream) { + var listeners = stream.listeners('data') + + for (var i = 0; i < listeners.length; i++) { + if (listeners[i].name === 'ondata') { + return true + } + } + + return false +} + +/** + * Unpipe a stream from all destinations. + * + * @param {object} stream + * @public + */ + +function unpipe(stream) { + if (!stream) { + throw new TypeError('argument stream is required') + } + + if (typeof stream.unpipe === 'function') { + // new-style + stream.unpipe() + return + } + + // Node.js 0.8 hack + if (!hasPipeDataListeners(stream)) { + return + } + + var listener + var listeners = stream.listeners('close') + + for (var i = 0; i < listeners.length; i++) { + listener = listeners[i] + + if (listener.name !== 'cleanup' && listener.name !== 'onclose') { + continue + } + + // invoke the listener + listener.call(stream) + } +} diff --git a/node_modules/unpipe/package.json b/node_modules/unpipe/package.json new file mode 100644 index 0000000..a2b7358 --- /dev/null +++ b/node_modules/unpipe/package.json @@ -0,0 +1,27 @@ +{ + "name": "unpipe", + "description": "Unpipe a stream from all destinations", + "version": "1.0.0", + "author": "Douglas Christopher Wilson ", + "license": "MIT", + "repository": "stream-utils/unpipe", + "devDependencies": { + "istanbul": "0.3.15", + "mocha": "2.2.5", + "readable-stream": "1.1.13" + }, + "files": [ + "HISTORY.md", + "LICENSE", + "README.md", + "index.js" + ], + "engines": { + "node": ">= 0.8" + }, + "scripts": { + "test": "mocha --reporter spec --bail --check-leaks test/", + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", + "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" + } +} diff --git a/node_modules/uri-js/LICENSE b/node_modules/uri-js/LICENSE new file mode 100755 index 0000000..9338bde --- /dev/null +++ b/node_modules/uri-js/LICENSE @@ -0,0 +1,11 @@ +Copyright 2011 Gary Court. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY GARY COURT "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GARY COURT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Gary Court. diff --git a/node_modules/uri-js/README.md b/node_modules/uri-js/README.md new file mode 100755 index 0000000..43e648b --- /dev/null +++ b/node_modules/uri-js/README.md @@ -0,0 +1,203 @@ +# URI.js + +URI.js is an [RFC 3986](http://www.ietf.org/rfc/rfc3986.txt) compliant, scheme extendable URI parsing/validating/resolving library for all JavaScript environments (browsers, Node.js, etc). +It is also compliant with the IRI ([RFC 3987](http://www.ietf.org/rfc/rfc3987.txt)), IDNA ([RFC 5890](http://www.ietf.org/rfc/rfc5890.txt)), IPv6 Address ([RFC 5952](http://www.ietf.org/rfc/rfc5952.txt)), IPv6 Zone Identifier ([RFC 6874](http://www.ietf.org/rfc/rfc6874.txt)) specifications. + +URI.js has an extensive test suite, and works in all (Node.js, web) environments. It weighs in at 6.4kb (gzipped, 17kb deflated). + +## API + +### Parsing + + URI.parse("uri://user:pass@example.com:123/one/two.three?q1=a1&q2=a2#body"); + //returns: + //{ + // scheme : "uri", + // userinfo : "user:pass", + // host : "example.com", + // port : 123, + // path : "/one/two.three", + // query : "q1=a1&q2=a2", + // fragment : "body" + //} + +### Serializing + + URI.serialize({scheme : "http", host : "example.com", fragment : "footer"}) === "http://example.com/#footer" + +### Resolving + + URI.resolve("uri://a/b/c/d?q", "../../g") === "uri://a/g" + +### Normalizing + + URI.normalize("HTTP://ABC.com:80/%7Esmith/home.html") === "http://abc.com/~smith/home.html" + +### Comparison + + URI.equal("example://a/b/c/%7Bfoo%7D", "eXAMPLE://a/./b/../b/%63/%7bfoo%7d") === true + +### IP Support + + //IPv4 normalization + URI.normalize("//192.068.001.000") === "//192.68.1.0" + + //IPv6 normalization + URI.normalize("//[2001:0:0DB8::0:0001]") === "//[2001:0:db8::1]" + + //IPv6 zone identifier support + URI.parse("//[2001:db8::7%25en1]"); + //returns: + //{ + // host : "2001:db8::7%en1" + //} + +### IRI Support + + //convert IRI to URI + URI.serialize(URI.parse("http://examplé.org/rosé")) === "http://xn--exampl-gva.org/ros%C3%A9" + //convert URI to IRI + URI.serialize(URI.parse("http://xn--exampl-gva.org/ros%C3%A9"), {iri:true}) === "http://examplé.org/rosé" + +### Options + +All of the above functions can accept an additional options argument that is an object that can contain one or more of the following properties: + +* `scheme` (string) + + Indicates the scheme that the URI should be treated as, overriding the URI's normal scheme parsing behavior. + +* `reference` (string) + + If set to `"suffix"`, it indicates that the URI is in the suffix format, and the validator will use the option's `scheme` property to determine the URI's scheme. + +* `tolerant` (boolean, false) + + If set to `true`, the parser will relax URI resolving rules. + +* `absolutePath` (boolean, false) + + If set to `true`, the serializer will not resolve a relative `path` component. + +* `iri` (boolean, false) + + If set to `true`, the serializer will unescape non-ASCII characters as per [RFC 3987](http://www.ietf.org/rfc/rfc3987.txt). + +* `unicodeSupport` (boolean, false) + + If set to `true`, the parser will unescape non-ASCII characters in the parsed output as per [RFC 3987](http://www.ietf.org/rfc/rfc3987.txt). + +* `domainHost` (boolean, false) + + If set to `true`, the library will treat the `host` component as a domain name, and convert IDNs (International Domain Names) as per [RFC 5891](http://www.ietf.org/rfc/rfc5891.txt). + +## Scheme Extendable + +URI.js supports inserting custom [scheme](http://en.wikipedia.org/wiki/URI_scheme) dependent processing rules. Currently, URI.js has built in support for the following schemes: + +* http \[[RFC 2616](http://www.ietf.org/rfc/rfc2616.txt)\] +* https \[[RFC 2818](http://www.ietf.org/rfc/rfc2818.txt)\] +* ws \[[RFC 6455](http://www.ietf.org/rfc/rfc6455.txt)\] +* wss \[[RFC 6455](http://www.ietf.org/rfc/rfc6455.txt)\] +* mailto \[[RFC 6068](http://www.ietf.org/rfc/rfc6068.txt)\] +* urn \[[RFC 2141](http://www.ietf.org/rfc/rfc2141.txt)\] +* urn:uuid \[[RFC 4122](http://www.ietf.org/rfc/rfc4122.txt)\] + +### HTTP/HTTPS Support + + URI.equal("HTTP://ABC.COM:80", "http://abc.com/") === true + URI.equal("https://abc.com", "HTTPS://ABC.COM:443/") === true + +### WS/WSS Support + + URI.parse("wss://example.com/foo?bar=baz"); + //returns: + //{ + // scheme : "wss", + // host: "example.com", + // resourceName: "/foo?bar=baz", + // secure: true, + //} + + URI.equal("WS://ABC.COM:80/chat#one", "ws://abc.com/chat") === true + +### Mailto Support + + URI.parse("mailto:alpha@example.com,bravo@example.com?subject=SUBSCRIBE&body=Sign%20me%20up!"); + //returns: + //{ + // scheme : "mailto", + // to : ["alpha@example.com", "bravo@example.com"], + // subject : "SUBSCRIBE", + // body : "Sign me up!" + //} + + URI.serialize({ + scheme : "mailto", + to : ["alpha@example.com"], + subject : "REMOVE", + body : "Please remove me", + headers : { + cc : "charlie@example.com" + } + }) === "mailto:alpha@example.com?cc=charlie@example.com&subject=REMOVE&body=Please%20remove%20me" + +### URN Support + + URI.parse("urn:example:foo"); + //returns: + //{ + // scheme : "urn", + // nid : "example", + // nss : "foo", + //} + +#### URN UUID Support + + URI.parse("urn:uuid:f81d4fae-7dec-11d0-a765-00a0c91e6bf6"); + //returns: + //{ + // scheme : "urn", + // nid : "uuid", + // uuid : "f81d4fae-7dec-11d0-a765-00a0c91e6bf6", + //} + +## Usage + +To load in a browser, use the following tag: + + + +To load in a CommonJS/Module environment, first install with npm/yarn by running on the command line: + + npm install uri-js + # OR + yarn add uri-js + +Then, in your code, load it using: + + const URI = require("uri-js"); + +If you are writing your code in ES6+ (ESNEXT) or TypeScript, you would load it using: + + import * as URI from "uri-js"; + +Or you can load just what you need using named exports: + + import { parse, serialize, resolve, resolveComponents, normalize, equal, removeDotSegments, pctEncChar, pctDecChars, escapeComponent, unescapeComponent } from "uri-js"; + +## Breaking changes + +### Breaking changes from 3.x + +URN parsing has been completely changed to better align with the specification. Scheme is now always `urn`, but has two new properties: `nid` which contains the Namspace Identifier, and `nss` which contains the Namespace Specific String. The `nss` property will be removed by higher order scheme handlers, such as the UUID URN scheme handler. + +The UUID of a URN can now be found in the `uuid` property. + +### Breaking changes from 2.x + +URI validation has been removed as it was slow, exposed a vulnerabilty, and was generally not useful. + +### Breaking changes from 1.x + +The `errors` array on parsed components is now an `error` string. diff --git a/node_modules/uri-js/dist/es5/uri.all.d.ts b/node_modules/uri-js/dist/es5/uri.all.d.ts new file mode 100755 index 0000000..da51e23 --- /dev/null +++ b/node_modules/uri-js/dist/es5/uri.all.d.ts @@ -0,0 +1,59 @@ +export interface URIComponents { + scheme?: string; + userinfo?: string; + host?: string; + port?: number | string; + path?: string; + query?: string; + fragment?: string; + reference?: string; + error?: string; +} +export interface URIOptions { + scheme?: string; + reference?: string; + tolerant?: boolean; + absolutePath?: boolean; + iri?: boolean; + unicodeSupport?: boolean; + domainHost?: boolean; +} +export interface URISchemeHandler { + scheme: string; + parse(components: ParentComponents, options: Options): Components; + serialize(components: Components, options: Options): ParentComponents; + unicodeSupport?: boolean; + domainHost?: boolean; + absolutePath?: boolean; +} +export interface URIRegExps { + NOT_SCHEME: RegExp; + NOT_USERINFO: RegExp; + NOT_HOST: RegExp; + NOT_PATH: RegExp; + NOT_PATH_NOSCHEME: RegExp; + NOT_QUERY: RegExp; + NOT_FRAGMENT: RegExp; + ESCAPE: RegExp; + UNRESERVED: RegExp; + OTHER_CHARS: RegExp; + PCT_ENCODED: RegExp; + IPV4ADDRESS: RegExp; + IPV6ADDRESS: RegExp; +} +export declare const SCHEMES: { + [scheme: string]: URISchemeHandler; +}; +export declare function pctEncChar(chr: string): string; +export declare function pctDecChars(str: string): string; +export declare function parse(uriString: string, options?: URIOptions): URIComponents; +export declare function removeDotSegments(input: string): string; +export declare function serialize(components: URIComponents, options?: URIOptions): string; +export declare function resolveComponents(base: URIComponents, relative: URIComponents, options?: URIOptions, skipNormalization?: boolean): URIComponents; +export declare function resolve(baseURI: string, relativeURI: string, options?: URIOptions): string; +export declare function normalize(uri: string, options?: URIOptions): string; +export declare function normalize(uri: URIComponents, options?: URIOptions): URIComponents; +export declare function equal(uriA: string, uriB: string, options?: URIOptions): boolean; +export declare function equal(uriA: URIComponents, uriB: URIComponents, options?: URIOptions): boolean; +export declare function escapeComponent(str: string, options?: URIOptions): string; +export declare function unescapeComponent(str: string, options?: URIOptions): string; diff --git a/node_modules/uri-js/dist/es5/uri.all.js b/node_modules/uri-js/dist/es5/uri.all.js new file mode 100755 index 0000000..0706116 --- /dev/null +++ b/node_modules/uri-js/dist/es5/uri.all.js @@ -0,0 +1,1443 @@ +/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : + typeof define === 'function' && define.amd ? define(['exports'], factory) : + (factory((global.URI = global.URI || {}))); +}(this, (function (exports) { 'use strict'; + +function merge() { + for (var _len = arguments.length, sets = Array(_len), _key = 0; _key < _len; _key++) { + sets[_key] = arguments[_key]; + } + + if (sets.length > 1) { + sets[0] = sets[0].slice(0, -1); + var xl = sets.length - 1; + for (var x = 1; x < xl; ++x) { + sets[x] = sets[x].slice(1, -1); + } + sets[xl] = sets[xl].slice(1); + return sets.join(''); + } else { + return sets[0]; + } +} +function subexp(str) { + return "(?:" + str + ")"; +} +function typeOf(o) { + return o === undefined ? "undefined" : o === null ? "null" : Object.prototype.toString.call(o).split(" ").pop().split("]").shift().toLowerCase(); +} +function toUpperCase(str) { + return str.toUpperCase(); +} +function toArray(obj) { + return obj !== undefined && obj !== null ? obj instanceof Array ? obj : typeof obj.length !== "number" || obj.split || obj.setInterval || obj.call ? [obj] : Array.prototype.slice.call(obj) : []; +} +function assign(target, source) { + var obj = target; + if (source) { + for (var key in source) { + obj[key] = source[key]; + } + } + return obj; +} + +function buildExps(isIRI) { + var ALPHA$$ = "[A-Za-z]", + CR$ = "[\\x0D]", + DIGIT$$ = "[0-9]", + DQUOTE$$ = "[\\x22]", + HEXDIG$$ = merge(DIGIT$$, "[A-Fa-f]"), + //case-insensitive + LF$$ = "[\\x0A]", + SP$$ = "[\\x20]", + PCT_ENCODED$ = subexp(subexp("%[EFef]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" + subexp("%[89A-Fa-f]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" + subexp("%" + HEXDIG$$ + HEXDIG$$)), + //expanded + GEN_DELIMS$$ = "[\\:\\/\\?\\#\\[\\]\\@]", + SUB_DELIMS$$ = "[\\!\\$\\&\\'\\(\\)\\*\\+\\,\\;\\=]", + RESERVED$$ = merge(GEN_DELIMS$$, SUB_DELIMS$$), + UCSCHAR$$ = isIRI ? "[\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]" : "[]", + //subset, excludes bidi control characters + IPRIVATE$$ = isIRI ? "[\\uE000-\\uF8FF]" : "[]", + //subset + UNRESERVED$$ = merge(ALPHA$$, DIGIT$$, "[\\-\\.\\_\\~]", UCSCHAR$$), + SCHEME$ = subexp(ALPHA$$ + merge(ALPHA$$, DIGIT$$, "[\\+\\-\\.]") + "*"), + USERINFO$ = subexp(subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\:]")) + "*"), + DEC_OCTET$ = subexp(subexp("25[0-5]") + "|" + subexp("2[0-4]" + DIGIT$$) + "|" + subexp("1" + DIGIT$$ + DIGIT$$) + "|" + subexp("[1-9]" + DIGIT$$) + "|" + DIGIT$$), + DEC_OCTET_RELAXED$ = subexp(subexp("25[0-5]") + "|" + subexp("2[0-4]" + DIGIT$$) + "|" + subexp("1" + DIGIT$$ + DIGIT$$) + "|" + subexp("0?[1-9]" + DIGIT$$) + "|0?0?" + DIGIT$$), + //relaxed parsing rules + IPV4ADDRESS$ = subexp(DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$), + H16$ = subexp(HEXDIG$$ + "{1,4}"), + LS32$ = subexp(subexp(H16$ + "\\:" + H16$) + "|" + IPV4ADDRESS$), + IPV6ADDRESS1$ = subexp(subexp(H16$ + "\\:") + "{6}" + LS32$), + // 6( h16 ":" ) ls32 + IPV6ADDRESS2$ = subexp("\\:\\:" + subexp(H16$ + "\\:") + "{5}" + LS32$), + // "::" 5( h16 ":" ) ls32 + IPV6ADDRESS3$ = subexp(subexp(H16$) + "?\\:\\:" + subexp(H16$ + "\\:") + "{4}" + LS32$), + //[ h16 ] "::" 4( h16 ":" ) ls32 + IPV6ADDRESS4$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,1}" + H16$) + "?\\:\\:" + subexp(H16$ + "\\:") + "{3}" + LS32$), + //[ *1( h16 ":" ) h16 ] "::" 3( h16 ":" ) ls32 + IPV6ADDRESS5$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,2}" + H16$) + "?\\:\\:" + subexp(H16$ + "\\:") + "{2}" + LS32$), + //[ *2( h16 ":" ) h16 ] "::" 2( h16 ":" ) ls32 + IPV6ADDRESS6$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,3}" + H16$) + "?\\:\\:" + H16$ + "\\:" + LS32$), + //[ *3( h16 ":" ) h16 ] "::" h16 ":" ls32 + IPV6ADDRESS7$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,4}" + H16$) + "?\\:\\:" + LS32$), + //[ *4( h16 ":" ) h16 ] "::" ls32 + IPV6ADDRESS8$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,5}" + H16$) + "?\\:\\:" + H16$), + //[ *5( h16 ":" ) h16 ] "::" h16 + IPV6ADDRESS9$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,6}" + H16$) + "?\\:\\:"), + //[ *6( h16 ":" ) h16 ] "::" + IPV6ADDRESS$ = subexp([IPV6ADDRESS1$, IPV6ADDRESS2$, IPV6ADDRESS3$, IPV6ADDRESS4$, IPV6ADDRESS5$, IPV6ADDRESS6$, IPV6ADDRESS7$, IPV6ADDRESS8$, IPV6ADDRESS9$].join("|")), + ZONEID$ = subexp(subexp(UNRESERVED$$ + "|" + PCT_ENCODED$) + "+"), + //RFC 6874 + IPV6ADDRZ$ = subexp(IPV6ADDRESS$ + "\\%25" + ZONEID$), + //RFC 6874 + IPV6ADDRZ_RELAXED$ = subexp(IPV6ADDRESS$ + subexp("\\%25|\\%(?!" + HEXDIG$$ + "{2})") + ZONEID$), + //RFC 6874, with relaxed parsing rules + IPVFUTURE$ = subexp("[vV]" + HEXDIG$$ + "+\\." + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\:]") + "+"), + IP_LITERAL$ = subexp("\\[" + subexp(IPV6ADDRZ_RELAXED$ + "|" + IPV6ADDRESS$ + "|" + IPVFUTURE$) + "\\]"), + //RFC 6874 + REG_NAME$ = subexp(subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$)) + "*"), + HOST$ = subexp(IP_LITERAL$ + "|" + IPV4ADDRESS$ + "(?!" + REG_NAME$ + ")" + "|" + REG_NAME$), + PORT$ = subexp(DIGIT$$ + "*"), + AUTHORITY$ = subexp(subexp(USERINFO$ + "@") + "?" + HOST$ + subexp("\\:" + PORT$) + "?"), + PCHAR$ = subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\:\\@]")), + SEGMENT$ = subexp(PCHAR$ + "*"), + SEGMENT_NZ$ = subexp(PCHAR$ + "+"), + SEGMENT_NZ_NC$ = subexp(subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\@]")) + "+"), + PATH_ABEMPTY$ = subexp(subexp("\\/" + SEGMENT$) + "*"), + PATH_ABSOLUTE$ = subexp("\\/" + subexp(SEGMENT_NZ$ + PATH_ABEMPTY$) + "?"), + //simplified + PATH_NOSCHEME$ = subexp(SEGMENT_NZ_NC$ + PATH_ABEMPTY$), + //simplified + PATH_ROOTLESS$ = subexp(SEGMENT_NZ$ + PATH_ABEMPTY$), + //simplified + PATH_EMPTY$ = "(?!" + PCHAR$ + ")", + PATH$ = subexp(PATH_ABEMPTY$ + "|" + PATH_ABSOLUTE$ + "|" + PATH_NOSCHEME$ + "|" + PATH_ROOTLESS$ + "|" + PATH_EMPTY$), + QUERY$ = subexp(subexp(PCHAR$ + "|" + merge("[\\/\\?]", IPRIVATE$$)) + "*"), + FRAGMENT$ = subexp(subexp(PCHAR$ + "|[\\/\\?]") + "*"), + HIER_PART$ = subexp(subexp("\\/\\/" + AUTHORITY$ + PATH_ABEMPTY$) + "|" + PATH_ABSOLUTE$ + "|" + PATH_ROOTLESS$ + "|" + PATH_EMPTY$), + URI$ = subexp(SCHEME$ + "\\:" + HIER_PART$ + subexp("\\?" + QUERY$) + "?" + subexp("\\#" + FRAGMENT$) + "?"), + RELATIVE_PART$ = subexp(subexp("\\/\\/" + AUTHORITY$ + PATH_ABEMPTY$) + "|" + PATH_ABSOLUTE$ + "|" + PATH_NOSCHEME$ + "|" + PATH_EMPTY$), + RELATIVE$ = subexp(RELATIVE_PART$ + subexp("\\?" + QUERY$) + "?" + subexp("\\#" + FRAGMENT$) + "?"), + URI_REFERENCE$ = subexp(URI$ + "|" + RELATIVE$), + ABSOLUTE_URI$ = subexp(SCHEME$ + "\\:" + HIER_PART$ + subexp("\\?" + QUERY$) + "?"), + GENERIC_REF$ = "^(" + SCHEME$ + ")\\:" + subexp(subexp("\\/\\/(" + subexp("(" + USERINFO$ + ")@") + "?(" + HOST$ + ")" + subexp("\\:(" + PORT$ + ")") + "?)") + "?(" + PATH_ABEMPTY$ + "|" + PATH_ABSOLUTE$ + "|" + PATH_ROOTLESS$ + "|" + PATH_EMPTY$ + ")") + subexp("\\?(" + QUERY$ + ")") + "?" + subexp("\\#(" + FRAGMENT$ + ")") + "?$", + RELATIVE_REF$ = "^(){0}" + subexp(subexp("\\/\\/(" + subexp("(" + USERINFO$ + ")@") + "?(" + HOST$ + ")" + subexp("\\:(" + PORT$ + ")") + "?)") + "?(" + PATH_ABEMPTY$ + "|" + PATH_ABSOLUTE$ + "|" + PATH_NOSCHEME$ + "|" + PATH_EMPTY$ + ")") + subexp("\\?(" + QUERY$ + ")") + "?" + subexp("\\#(" + FRAGMENT$ + ")") + "?$", + ABSOLUTE_REF$ = "^(" + SCHEME$ + ")\\:" + subexp(subexp("\\/\\/(" + subexp("(" + USERINFO$ + ")@") + "?(" + HOST$ + ")" + subexp("\\:(" + PORT$ + ")") + "?)") + "?(" + PATH_ABEMPTY$ + "|" + PATH_ABSOLUTE$ + "|" + PATH_ROOTLESS$ + "|" + PATH_EMPTY$ + ")") + subexp("\\?(" + QUERY$ + ")") + "?$", + SAMEDOC_REF$ = "^" + subexp("\\#(" + FRAGMENT$ + ")") + "?$", + AUTHORITY_REF$ = "^" + subexp("(" + USERINFO$ + ")@") + "?(" + HOST$ + ")" + subexp("\\:(" + PORT$ + ")") + "?$"; + return { + NOT_SCHEME: new RegExp(merge("[^]", ALPHA$$, DIGIT$$, "[\\+\\-\\.]"), "g"), + NOT_USERINFO: new RegExp(merge("[^\\%\\:]", UNRESERVED$$, SUB_DELIMS$$), "g"), + NOT_HOST: new RegExp(merge("[^\\%\\[\\]\\:]", UNRESERVED$$, SUB_DELIMS$$), "g"), + NOT_PATH: new RegExp(merge("[^\\%\\/\\:\\@]", UNRESERVED$$, SUB_DELIMS$$), "g"), + NOT_PATH_NOSCHEME: new RegExp(merge("[^\\%\\/\\@]", UNRESERVED$$, SUB_DELIMS$$), "g"), + NOT_QUERY: new RegExp(merge("[^\\%]", UNRESERVED$$, SUB_DELIMS$$, "[\\:\\@\\/\\?]", IPRIVATE$$), "g"), + NOT_FRAGMENT: new RegExp(merge("[^\\%]", UNRESERVED$$, SUB_DELIMS$$, "[\\:\\@\\/\\?]"), "g"), + ESCAPE: new RegExp(merge("[^]", UNRESERVED$$, SUB_DELIMS$$), "g"), + UNRESERVED: new RegExp(UNRESERVED$$, "g"), + OTHER_CHARS: new RegExp(merge("[^\\%]", UNRESERVED$$, RESERVED$$), "g"), + PCT_ENCODED: new RegExp(PCT_ENCODED$, "g"), + IPV4ADDRESS: new RegExp("^(" + IPV4ADDRESS$ + ")$"), + IPV6ADDRESS: new RegExp("^\\[?(" + IPV6ADDRESS$ + ")" + subexp(subexp("\\%25|\\%(?!" + HEXDIG$$ + "{2})") + "(" + ZONEID$ + ")") + "?\\]?$") //RFC 6874, with relaxed parsing rules + }; +} +var URI_PROTOCOL = buildExps(false); + +var IRI_PROTOCOL = buildExps(true); + +var slicedToArray = function () { + function sliceIterator(arr, i) { + var _arr = []; + var _n = true; + var _d = false; + var _e = undefined; + + try { + for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { + _arr.push(_s.value); + + if (i && _arr.length === i) break; + } + } catch (err) { + _d = true; + _e = err; + } finally { + try { + if (!_n && _i["return"]) _i["return"](); + } finally { + if (_d) throw _e; + } + } + + return _arr; + } + + return function (arr, i) { + if (Array.isArray(arr)) { + return arr; + } else if (Symbol.iterator in Object(arr)) { + return sliceIterator(arr, i); + } else { + throw new TypeError("Invalid attempt to destructure non-iterable instance"); + } + }; +}(); + + + + + + + + + + + + + +var toConsumableArray = function (arr) { + if (Array.isArray(arr)) { + for (var i = 0, arr2 = Array(arr.length); i < arr.length; i++) arr2[i] = arr[i]; + + return arr2; + } else { + return Array.from(arr); + } +}; + +/** Highest positive signed 32-bit float value */ + +var maxInt = 2147483647; // aka. 0x7FFFFFFF or 2^31-1 + +/** Bootstring parameters */ +var base = 36; +var tMin = 1; +var tMax = 26; +var skew = 38; +var damp = 700; +var initialBias = 72; +var initialN = 128; // 0x80 +var delimiter = '-'; // '\x2D' + +/** Regular expressions */ +var regexPunycode = /^xn--/; +var regexNonASCII = /[^\0-\x7E]/; // non-ASCII chars +var regexSeparators = /[\x2E\u3002\uFF0E\uFF61]/g; // RFC 3490 separators + +/** Error messages */ +var errors = { + 'overflow': 'Overflow: input needs wider integers to process', + 'not-basic': 'Illegal input >= 0x80 (not a basic code point)', + 'invalid-input': 'Invalid input' +}; + +/** Convenience shortcuts */ +var baseMinusTMin = base - tMin; +var floor = Math.floor; +var stringFromCharCode = String.fromCharCode; + +/*--------------------------------------------------------------------------*/ + +/** + * A generic error utility function. + * @private + * @param {String} type The error type. + * @returns {Error} Throws a `RangeError` with the applicable error message. + */ +function error$1(type) { + throw new RangeError(errors[type]); +} + +/** + * A generic `Array#map` utility function. + * @private + * @param {Array} array The array to iterate over. + * @param {Function} callback The function that gets called for every array + * item. + * @returns {Array} A new array of values returned by the callback function. + */ +function map(array, fn) { + var result = []; + var length = array.length; + while (length--) { + result[length] = fn(array[length]); + } + return result; +} + +/** + * A simple `Array#map`-like wrapper to work with domain name strings or email + * addresses. + * @private + * @param {String} domain The domain name or email address. + * @param {Function} callback The function that gets called for every + * character. + * @returns {Array} A new string of characters returned by the callback + * function. + */ +function mapDomain(string, fn) { + var parts = string.split('@'); + var result = ''; + if (parts.length > 1) { + // In email addresses, only the domain name should be punycoded. Leave + // the local part (i.e. everything up to `@`) intact. + result = parts[0] + '@'; + string = parts[1]; + } + // Avoid `split(regex)` for IE8 compatibility. See #17. + string = string.replace(regexSeparators, '\x2E'); + var labels = string.split('.'); + var encoded = map(labels, fn).join('.'); + return result + encoded; +} + +/** + * Creates an array containing the numeric code points of each Unicode + * character in the string. While JavaScript uses UCS-2 internally, + * this function will convert a pair of surrogate halves (each of which + * UCS-2 exposes as separate characters) into a single code point, + * matching UTF-16. + * @see `punycode.ucs2.encode` + * @see + * @memberOf punycode.ucs2 + * @name decode + * @param {String} string The Unicode input string (UCS-2). + * @returns {Array} The new array of code points. + */ +function ucs2decode(string) { + var output = []; + var counter = 0; + var length = string.length; + while (counter < length) { + var value = string.charCodeAt(counter++); + if (value >= 0xD800 && value <= 0xDBFF && counter < length) { + // It's a high surrogate, and there is a next character. + var extra = string.charCodeAt(counter++); + if ((extra & 0xFC00) == 0xDC00) { + // Low surrogate. + output.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000); + } else { + // It's an unmatched surrogate; only append this code unit, in case the + // next code unit is the high surrogate of a surrogate pair. + output.push(value); + counter--; + } + } else { + output.push(value); + } + } + return output; +} + +/** + * Creates a string based on an array of numeric code points. + * @see `punycode.ucs2.decode` + * @memberOf punycode.ucs2 + * @name encode + * @param {Array} codePoints The array of numeric code points. + * @returns {String} The new Unicode string (UCS-2). + */ +var ucs2encode = function ucs2encode(array) { + return String.fromCodePoint.apply(String, toConsumableArray(array)); +}; + +/** + * Converts a basic code point into a digit/integer. + * @see `digitToBasic()` + * @private + * @param {Number} codePoint The basic numeric code point value. + * @returns {Number} The numeric value of a basic code point (for use in + * representing integers) in the range `0` to `base - 1`, or `base` if + * the code point does not represent a value. + */ +var basicToDigit = function basicToDigit(codePoint) { + if (codePoint - 0x30 < 0x0A) { + return codePoint - 0x16; + } + if (codePoint - 0x41 < 0x1A) { + return codePoint - 0x41; + } + if (codePoint - 0x61 < 0x1A) { + return codePoint - 0x61; + } + return base; +}; + +/** + * Converts a digit/integer into a basic code point. + * @see `basicToDigit()` + * @private + * @param {Number} digit The numeric value of a basic code point. + * @returns {Number} The basic code point whose value (when used for + * representing integers) is `digit`, which needs to be in the range + * `0` to `base - 1`. If `flag` is non-zero, the uppercase form is + * used; else, the lowercase form is used. The behavior is undefined + * if `flag` is non-zero and `digit` has no uppercase form. + */ +var digitToBasic = function digitToBasic(digit, flag) { + // 0..25 map to ASCII a..z or A..Z + // 26..35 map to ASCII 0..9 + return digit + 22 + 75 * (digit < 26) - ((flag != 0) << 5); +}; + +/** + * Bias adaptation function as per section 3.4 of RFC 3492. + * https://tools.ietf.org/html/rfc3492#section-3.4 + * @private + */ +var adapt = function adapt(delta, numPoints, firstTime) { + var k = 0; + delta = firstTime ? floor(delta / damp) : delta >> 1; + delta += floor(delta / numPoints); + for (; /* no initialization */delta > baseMinusTMin * tMax >> 1; k += base) { + delta = floor(delta / baseMinusTMin); + } + return floor(k + (baseMinusTMin + 1) * delta / (delta + skew)); +}; + +/** + * Converts a Punycode string of ASCII-only symbols to a string of Unicode + * symbols. + * @memberOf punycode + * @param {String} input The Punycode string of ASCII-only symbols. + * @returns {String} The resulting string of Unicode symbols. + */ +var decode = function decode(input) { + // Don't use UCS-2. + var output = []; + var inputLength = input.length; + var i = 0; + var n = initialN; + var bias = initialBias; + + // Handle the basic code points: let `basic` be the number of input code + // points before the last delimiter, or `0` if there is none, then copy + // the first basic code points to the output. + + var basic = input.lastIndexOf(delimiter); + if (basic < 0) { + basic = 0; + } + + for (var j = 0; j < basic; ++j) { + // if it's not a basic code point + if (input.charCodeAt(j) >= 0x80) { + error$1('not-basic'); + } + output.push(input.charCodeAt(j)); + } + + // Main decoding loop: start just after the last delimiter if any basic code + // points were copied; start at the beginning otherwise. + + for (var index = basic > 0 ? basic + 1 : 0; index < inputLength;) /* no final expression */{ + + // `index` is the index of the next character to be consumed. + // Decode a generalized variable-length integer into `delta`, + // which gets added to `i`. The overflow checking is easier + // if we increase `i` as we go, then subtract off its starting + // value at the end to obtain `delta`. + var oldi = i; + for (var w = 1, k = base;; /* no condition */k += base) { + + if (index >= inputLength) { + error$1('invalid-input'); + } + + var digit = basicToDigit(input.charCodeAt(index++)); + + if (digit >= base || digit > floor((maxInt - i) / w)) { + error$1('overflow'); + } + + i += digit * w; + var t = k <= bias ? tMin : k >= bias + tMax ? tMax : k - bias; + + if (digit < t) { + break; + } + + var baseMinusT = base - t; + if (w > floor(maxInt / baseMinusT)) { + error$1('overflow'); + } + + w *= baseMinusT; + } + + var out = output.length + 1; + bias = adapt(i - oldi, out, oldi == 0); + + // `i` was supposed to wrap around from `out` to `0`, + // incrementing `n` each time, so we'll fix that now: + if (floor(i / out) > maxInt - n) { + error$1('overflow'); + } + + n += floor(i / out); + i %= out; + + // Insert `n` at position `i` of the output. + output.splice(i++, 0, n); + } + + return String.fromCodePoint.apply(String, output); +}; + +/** + * Converts a string of Unicode symbols (e.g. a domain name label) to a + * Punycode string of ASCII-only symbols. + * @memberOf punycode + * @param {String} input The string of Unicode symbols. + * @returns {String} The resulting Punycode string of ASCII-only symbols. + */ +var encode = function encode(input) { + var output = []; + + // Convert the input in UCS-2 to an array of Unicode code points. + input = ucs2decode(input); + + // Cache the length. + var inputLength = input.length; + + // Initialize the state. + var n = initialN; + var delta = 0; + var bias = initialBias; + + // Handle the basic code points. + var _iteratorNormalCompletion = true; + var _didIteratorError = false; + var _iteratorError = undefined; + + try { + for (var _iterator = input[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) { + var _currentValue2 = _step.value; + + if (_currentValue2 < 0x80) { + output.push(stringFromCharCode(_currentValue2)); + } + } + } catch (err) { + _didIteratorError = true; + _iteratorError = err; + } finally { + try { + if (!_iteratorNormalCompletion && _iterator.return) { + _iterator.return(); + } + } finally { + if (_didIteratorError) { + throw _iteratorError; + } + } + } + + var basicLength = output.length; + var handledCPCount = basicLength; + + // `handledCPCount` is the number of code points that have been handled; + // `basicLength` is the number of basic code points. + + // Finish the basic string with a delimiter unless it's empty. + if (basicLength) { + output.push(delimiter); + } + + // Main encoding loop: + while (handledCPCount < inputLength) { + + // All non-basic code points < n have been handled already. Find the next + // larger one: + var m = maxInt; + var _iteratorNormalCompletion2 = true; + var _didIteratorError2 = false; + var _iteratorError2 = undefined; + + try { + for (var _iterator2 = input[Symbol.iterator](), _step2; !(_iteratorNormalCompletion2 = (_step2 = _iterator2.next()).done); _iteratorNormalCompletion2 = true) { + var currentValue = _step2.value; + + if (currentValue >= n && currentValue < m) { + m = currentValue; + } + } + + // Increase `delta` enough to advance the decoder's state to , + // but guard against overflow. + } catch (err) { + _didIteratorError2 = true; + _iteratorError2 = err; + } finally { + try { + if (!_iteratorNormalCompletion2 && _iterator2.return) { + _iterator2.return(); + } + } finally { + if (_didIteratorError2) { + throw _iteratorError2; + } + } + } + + var handledCPCountPlusOne = handledCPCount + 1; + if (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) { + error$1('overflow'); + } + + delta += (m - n) * handledCPCountPlusOne; + n = m; + + var _iteratorNormalCompletion3 = true; + var _didIteratorError3 = false; + var _iteratorError3 = undefined; + + try { + for (var _iterator3 = input[Symbol.iterator](), _step3; !(_iteratorNormalCompletion3 = (_step3 = _iterator3.next()).done); _iteratorNormalCompletion3 = true) { + var _currentValue = _step3.value; + + if (_currentValue < n && ++delta > maxInt) { + error$1('overflow'); + } + if (_currentValue == n) { + // Represent delta as a generalized variable-length integer. + var q = delta; + for (var k = base;; /* no condition */k += base) { + var t = k <= bias ? tMin : k >= bias + tMax ? tMax : k - bias; + if (q < t) { + break; + } + var qMinusT = q - t; + var baseMinusT = base - t; + output.push(stringFromCharCode(digitToBasic(t + qMinusT % baseMinusT, 0))); + q = floor(qMinusT / baseMinusT); + } + + output.push(stringFromCharCode(digitToBasic(q, 0))); + bias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength); + delta = 0; + ++handledCPCount; + } + } + } catch (err) { + _didIteratorError3 = true; + _iteratorError3 = err; + } finally { + try { + if (!_iteratorNormalCompletion3 && _iterator3.return) { + _iterator3.return(); + } + } finally { + if (_didIteratorError3) { + throw _iteratorError3; + } + } + } + + ++delta; + ++n; + } + return output.join(''); +}; + +/** + * Converts a Punycode string representing a domain name or an email address + * to Unicode. Only the Punycoded parts of the input will be converted, i.e. + * it doesn't matter if you call it on a string that has already been + * converted to Unicode. + * @memberOf punycode + * @param {String} input The Punycoded domain name or email address to + * convert to Unicode. + * @returns {String} The Unicode representation of the given Punycode + * string. + */ +var toUnicode = function toUnicode(input) { + return mapDomain(input, function (string) { + return regexPunycode.test(string) ? decode(string.slice(4).toLowerCase()) : string; + }); +}; + +/** + * Converts a Unicode string representing a domain name or an email address to + * Punycode. Only the non-ASCII parts of the domain name will be converted, + * i.e. it doesn't matter if you call it with a domain that's already in + * ASCII. + * @memberOf punycode + * @param {String} input The domain name or email address to convert, as a + * Unicode string. + * @returns {String} The Punycode representation of the given domain name or + * email address. + */ +var toASCII = function toASCII(input) { + return mapDomain(input, function (string) { + return regexNonASCII.test(string) ? 'xn--' + encode(string) : string; + }); +}; + +/*--------------------------------------------------------------------------*/ + +/** Define the public API */ +var punycode = { + /** + * A string representing the current Punycode.js version number. + * @memberOf punycode + * @type String + */ + 'version': '2.1.0', + /** + * An object of methods to convert from JavaScript's internal character + * representation (UCS-2) to Unicode code points, and back. + * @see + * @memberOf punycode + * @type Object + */ + 'ucs2': { + 'decode': ucs2decode, + 'encode': ucs2encode + }, + 'decode': decode, + 'encode': encode, + 'toASCII': toASCII, + 'toUnicode': toUnicode +}; + +/** + * URI.js + * + * @fileoverview An RFC 3986 compliant, scheme extendable URI parsing/validating/resolving library for JavaScript. + * @author Gary Court + * @see http://github.com/garycourt/uri-js + */ +/** + * Copyright 2011 Gary Court. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, are + * permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this list of + * conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright notice, this list + * of conditions and the following disclaimer in the documentation and/or other materials + * provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY GARY COURT ``AS IS'' AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GARY COURT OR + * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF + * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those of the + * authors and should not be interpreted as representing official policies, either expressed + * or implied, of Gary Court. + */ +var SCHEMES = {}; +function pctEncChar(chr) { + var c = chr.charCodeAt(0); + var e = void 0; + if (c < 16) e = "%0" + c.toString(16).toUpperCase();else if (c < 128) e = "%" + c.toString(16).toUpperCase();else if (c < 2048) e = "%" + (c >> 6 | 192).toString(16).toUpperCase() + "%" + (c & 63 | 128).toString(16).toUpperCase();else e = "%" + (c >> 12 | 224).toString(16).toUpperCase() + "%" + (c >> 6 & 63 | 128).toString(16).toUpperCase() + "%" + (c & 63 | 128).toString(16).toUpperCase(); + return e; +} +function pctDecChars(str) { + var newStr = ""; + var i = 0; + var il = str.length; + while (i < il) { + var c = parseInt(str.substr(i + 1, 2), 16); + if (c < 128) { + newStr += String.fromCharCode(c); + i += 3; + } else if (c >= 194 && c < 224) { + if (il - i >= 6) { + var c2 = parseInt(str.substr(i + 4, 2), 16); + newStr += String.fromCharCode((c & 31) << 6 | c2 & 63); + } else { + newStr += str.substr(i, 6); + } + i += 6; + } else if (c >= 224) { + if (il - i >= 9) { + var _c = parseInt(str.substr(i + 4, 2), 16); + var c3 = parseInt(str.substr(i + 7, 2), 16); + newStr += String.fromCharCode((c & 15) << 12 | (_c & 63) << 6 | c3 & 63); + } else { + newStr += str.substr(i, 9); + } + i += 9; + } else { + newStr += str.substr(i, 3); + i += 3; + } + } + return newStr; +} +function _normalizeComponentEncoding(components, protocol) { + function decodeUnreserved(str) { + var decStr = pctDecChars(str); + return !decStr.match(protocol.UNRESERVED) ? str : decStr; + } + if (components.scheme) components.scheme = String(components.scheme).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerCase().replace(protocol.NOT_SCHEME, ""); + if (components.userinfo !== undefined) components.userinfo = String(components.userinfo).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_USERINFO, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + if (components.host !== undefined) components.host = String(components.host).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerCase().replace(protocol.NOT_HOST, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + if (components.path !== undefined) components.path = String(components.path).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(components.scheme ? protocol.NOT_PATH : protocol.NOT_PATH_NOSCHEME, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + if (components.query !== undefined) components.query = String(components.query).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_QUERY, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + if (components.fragment !== undefined) components.fragment = String(components.fragment).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_FRAGMENT, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + return components; +} + +function _stripLeadingZeros(str) { + return str.replace(/^0*(.*)/, "$1") || "0"; +} +function _normalizeIPv4(host, protocol) { + var matches = host.match(protocol.IPV4ADDRESS) || []; + + var _matches = slicedToArray(matches, 2), + address = _matches[1]; + + if (address) { + return address.split(".").map(_stripLeadingZeros).join("."); + } else { + return host; + } +} +function _normalizeIPv6(host, protocol) { + var matches = host.match(protocol.IPV6ADDRESS) || []; + + var _matches2 = slicedToArray(matches, 3), + address = _matches2[1], + zone = _matches2[2]; + + if (address) { + var _address$toLowerCase$ = address.toLowerCase().split('::').reverse(), + _address$toLowerCase$2 = slicedToArray(_address$toLowerCase$, 2), + last = _address$toLowerCase$2[0], + first = _address$toLowerCase$2[1]; + + var firstFields = first ? first.split(":").map(_stripLeadingZeros) : []; + var lastFields = last.split(":").map(_stripLeadingZeros); + var isLastFieldIPv4Address = protocol.IPV4ADDRESS.test(lastFields[lastFields.length - 1]); + var fieldCount = isLastFieldIPv4Address ? 7 : 8; + var lastFieldsStart = lastFields.length - fieldCount; + var fields = Array(fieldCount); + for (var x = 0; x < fieldCount; ++x) { + fields[x] = firstFields[x] || lastFields[lastFieldsStart + x] || ''; + } + if (isLastFieldIPv4Address) { + fields[fieldCount - 1] = _normalizeIPv4(fields[fieldCount - 1], protocol); + } + var allZeroFields = fields.reduce(function (acc, field, index) { + if (!field || field === "0") { + var lastLongest = acc[acc.length - 1]; + if (lastLongest && lastLongest.index + lastLongest.length === index) { + lastLongest.length++; + } else { + acc.push({ index: index, length: 1 }); + } + } + return acc; + }, []); + var longestZeroFields = allZeroFields.sort(function (a, b) { + return b.length - a.length; + })[0]; + var newHost = void 0; + if (longestZeroFields && longestZeroFields.length > 1) { + var newFirst = fields.slice(0, longestZeroFields.index); + var newLast = fields.slice(longestZeroFields.index + longestZeroFields.length); + newHost = newFirst.join(":") + "::" + newLast.join(":"); + } else { + newHost = fields.join(":"); + } + if (zone) { + newHost += "%" + zone; + } + return newHost; + } else { + return host; + } +} +var URI_PARSE = /^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i; +var NO_MATCH_IS_UNDEFINED = "".match(/(){0}/)[1] === undefined; +function parse(uriString) { + var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + var components = {}; + var protocol = options.iri !== false ? IRI_PROTOCOL : URI_PROTOCOL; + if (options.reference === "suffix") uriString = (options.scheme ? options.scheme + ":" : "") + "//" + uriString; + var matches = uriString.match(URI_PARSE); + if (matches) { + if (NO_MATCH_IS_UNDEFINED) { + //store each component + components.scheme = matches[1]; + components.userinfo = matches[3]; + components.host = matches[4]; + components.port = parseInt(matches[5], 10); + components.path = matches[6] || ""; + components.query = matches[7]; + components.fragment = matches[8]; + //fix port number + if (isNaN(components.port)) { + components.port = matches[5]; + } + } else { + //IE FIX for improper RegExp matching + //store each component + components.scheme = matches[1] || undefined; + components.userinfo = uriString.indexOf("@") !== -1 ? matches[3] : undefined; + components.host = uriString.indexOf("//") !== -1 ? matches[4] : undefined; + components.port = parseInt(matches[5], 10); + components.path = matches[6] || ""; + components.query = uriString.indexOf("?") !== -1 ? matches[7] : undefined; + components.fragment = uriString.indexOf("#") !== -1 ? matches[8] : undefined; + //fix port number + if (isNaN(components.port)) { + components.port = uriString.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/) ? matches[4] : undefined; + } + } + if (components.host) { + //normalize IP hosts + components.host = _normalizeIPv6(_normalizeIPv4(components.host, protocol), protocol); + } + //determine reference type + if (components.scheme === undefined && components.userinfo === undefined && components.host === undefined && components.port === undefined && !components.path && components.query === undefined) { + components.reference = "same-document"; + } else if (components.scheme === undefined) { + components.reference = "relative"; + } else if (components.fragment === undefined) { + components.reference = "absolute"; + } else { + components.reference = "uri"; + } + //check for reference errors + if (options.reference && options.reference !== "suffix" && options.reference !== components.reference) { + components.error = components.error || "URI is not a " + options.reference + " reference."; + } + //find scheme handler + var schemeHandler = SCHEMES[(options.scheme || components.scheme || "").toLowerCase()]; + //check if scheme can't handle IRIs + if (!options.unicodeSupport && (!schemeHandler || !schemeHandler.unicodeSupport)) { + //if host component is a domain name + if (components.host && (options.domainHost || schemeHandler && schemeHandler.domainHost)) { + //convert Unicode IDN -> ASCII IDN + try { + components.host = punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, pctDecChars).toLowerCase()); + } catch (e) { + components.error = components.error || "Host's domain name can not be converted to ASCII via punycode: " + e; + } + } + //convert IRI -> URI + _normalizeComponentEncoding(components, URI_PROTOCOL); + } else { + //normalize encodings + _normalizeComponentEncoding(components, protocol); + } + //perform scheme specific parsing + if (schemeHandler && schemeHandler.parse) { + schemeHandler.parse(components, options); + } + } else { + components.error = components.error || "URI can not be parsed."; + } + return components; +} + +function _recomposeAuthority(components, options) { + var protocol = options.iri !== false ? IRI_PROTOCOL : URI_PROTOCOL; + var uriTokens = []; + if (components.userinfo !== undefined) { + uriTokens.push(components.userinfo); + uriTokens.push("@"); + } + if (components.host !== undefined) { + //normalize IP hosts, add brackets and escape zone separator for IPv6 + uriTokens.push(_normalizeIPv6(_normalizeIPv4(String(components.host), protocol), protocol).replace(protocol.IPV6ADDRESS, function (_, $1, $2) { + return "[" + $1 + ($2 ? "%25" + $2 : "") + "]"; + })); + } + if (typeof components.port === "number" || typeof components.port === "string") { + uriTokens.push(":"); + uriTokens.push(String(components.port)); + } + return uriTokens.length ? uriTokens.join("") : undefined; +} + +var RDS1 = /^\.\.?\//; +var RDS2 = /^\/\.(\/|$)/; +var RDS3 = /^\/\.\.(\/|$)/; +var RDS5 = /^\/?(?:.|\n)*?(?=\/|$)/; +function removeDotSegments(input) { + var output = []; + while (input.length) { + if (input.match(RDS1)) { + input = input.replace(RDS1, ""); + } else if (input.match(RDS2)) { + input = input.replace(RDS2, "/"); + } else if (input.match(RDS3)) { + input = input.replace(RDS3, "/"); + output.pop(); + } else if (input === "." || input === "..") { + input = ""; + } else { + var im = input.match(RDS5); + if (im) { + var s = im[0]; + input = input.slice(s.length); + output.push(s); + } else { + throw new Error("Unexpected dot segment condition"); + } + } + } + return output.join(""); +} + +function serialize(components) { + var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; + + var protocol = options.iri ? IRI_PROTOCOL : URI_PROTOCOL; + var uriTokens = []; + //find scheme handler + var schemeHandler = SCHEMES[(options.scheme || components.scheme || "").toLowerCase()]; + //perform scheme specific serialization + if (schemeHandler && schemeHandler.serialize) schemeHandler.serialize(components, options); + if (components.host) { + //if host component is an IPv6 address + if (protocol.IPV6ADDRESS.test(components.host)) {} + //TODO: normalize IPv6 address as per RFC 5952 + + //if host component is a domain name + else if (options.domainHost || schemeHandler && schemeHandler.domainHost) { + //convert IDN via punycode + try { + components.host = !options.iri ? punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, pctDecChars).toLowerCase()) : punycode.toUnicode(components.host); + } catch (e) { + components.error = components.error || "Host's domain name can not be converted to " + (!options.iri ? "ASCII" : "Unicode") + " via punycode: " + e; + } + } + } + //normalize encoding + _normalizeComponentEncoding(components, protocol); + if (options.reference !== "suffix" && components.scheme) { + uriTokens.push(components.scheme); + uriTokens.push(":"); + } + var authority = _recomposeAuthority(components, options); + if (authority !== undefined) { + if (options.reference !== "suffix") { + uriTokens.push("//"); + } + uriTokens.push(authority); + if (components.path && components.path.charAt(0) !== "/") { + uriTokens.push("/"); + } + } + if (components.path !== undefined) { + var s = components.path; + if (!options.absolutePath && (!schemeHandler || !schemeHandler.absolutePath)) { + s = removeDotSegments(s); + } + if (authority === undefined) { + s = s.replace(/^\/\//, "/%2F"); //don't allow the path to start with "//" + } + uriTokens.push(s); + } + if (components.query !== undefined) { + uriTokens.push("?"); + uriTokens.push(components.query); + } + if (components.fragment !== undefined) { + uriTokens.push("#"); + uriTokens.push(components.fragment); + } + return uriTokens.join(""); //merge tokens into a string +} + +function resolveComponents(base, relative) { + var options = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}; + var skipNormalization = arguments[3]; + + var target = {}; + if (!skipNormalization) { + base = parse(serialize(base, options), options); //normalize base components + relative = parse(serialize(relative, options), options); //normalize relative components + } + options = options || {}; + if (!options.tolerant && relative.scheme) { + target.scheme = relative.scheme; + //target.authority = relative.authority; + target.userinfo = relative.userinfo; + target.host = relative.host; + target.port = relative.port; + target.path = removeDotSegments(relative.path || ""); + target.query = relative.query; + } else { + if (relative.userinfo !== undefined || relative.host !== undefined || relative.port !== undefined) { + //target.authority = relative.authority; + target.userinfo = relative.userinfo; + target.host = relative.host; + target.port = relative.port; + target.path = removeDotSegments(relative.path || ""); + target.query = relative.query; + } else { + if (!relative.path) { + target.path = base.path; + if (relative.query !== undefined) { + target.query = relative.query; + } else { + target.query = base.query; + } + } else { + if (relative.path.charAt(0) === "/") { + target.path = removeDotSegments(relative.path); + } else { + if ((base.userinfo !== undefined || base.host !== undefined || base.port !== undefined) && !base.path) { + target.path = "/" + relative.path; + } else if (!base.path) { + target.path = relative.path; + } else { + target.path = base.path.slice(0, base.path.lastIndexOf("/") + 1) + relative.path; + } + target.path = removeDotSegments(target.path); + } + target.query = relative.query; + } + //target.authority = base.authority; + target.userinfo = base.userinfo; + target.host = base.host; + target.port = base.port; + } + target.scheme = base.scheme; + } + target.fragment = relative.fragment; + return target; +} + +function resolve(baseURI, relativeURI, options) { + var schemelessOptions = assign({ scheme: 'null' }, options); + return serialize(resolveComponents(parse(baseURI, schemelessOptions), parse(relativeURI, schemelessOptions), schemelessOptions, true), schemelessOptions); +} + +function normalize(uri, options) { + if (typeof uri === "string") { + uri = serialize(parse(uri, options), options); + } else if (typeOf(uri) === "object") { + uri = parse(serialize(uri, options), options); + } + return uri; +} + +function equal(uriA, uriB, options) { + if (typeof uriA === "string") { + uriA = serialize(parse(uriA, options), options); + } else if (typeOf(uriA) === "object") { + uriA = serialize(uriA, options); + } + if (typeof uriB === "string") { + uriB = serialize(parse(uriB, options), options); + } else if (typeOf(uriB) === "object") { + uriB = serialize(uriB, options); + } + return uriA === uriB; +} + +function escapeComponent(str, options) { + return str && str.toString().replace(!options || !options.iri ? URI_PROTOCOL.ESCAPE : IRI_PROTOCOL.ESCAPE, pctEncChar); +} + +function unescapeComponent(str, options) { + return str && str.toString().replace(!options || !options.iri ? URI_PROTOCOL.PCT_ENCODED : IRI_PROTOCOL.PCT_ENCODED, pctDecChars); +} + +var handler = { + scheme: "http", + domainHost: true, + parse: function parse(components, options) { + //report missing host + if (!components.host) { + components.error = components.error || "HTTP URIs must have a host."; + } + return components; + }, + serialize: function serialize(components, options) { + var secure = String(components.scheme).toLowerCase() === "https"; + //normalize the default port + if (components.port === (secure ? 443 : 80) || components.port === "") { + components.port = undefined; + } + //normalize the empty path + if (!components.path) { + components.path = "/"; + } + //NOTE: We do not parse query strings for HTTP URIs + //as WWW Form Url Encoded query strings are part of the HTML4+ spec, + //and not the HTTP spec. + return components; + } +}; + +var handler$1 = { + scheme: "https", + domainHost: handler.domainHost, + parse: handler.parse, + serialize: handler.serialize +}; + +function isSecure(wsComponents) { + return typeof wsComponents.secure === 'boolean' ? wsComponents.secure : String(wsComponents.scheme).toLowerCase() === "wss"; +} +//RFC 6455 +var handler$2 = { + scheme: "ws", + domainHost: true, + parse: function parse(components, options) { + var wsComponents = components; + //indicate if the secure flag is set + wsComponents.secure = isSecure(wsComponents); + //construct resouce name + wsComponents.resourceName = (wsComponents.path || '/') + (wsComponents.query ? '?' + wsComponents.query : ''); + wsComponents.path = undefined; + wsComponents.query = undefined; + return wsComponents; + }, + serialize: function serialize(wsComponents, options) { + //normalize the default port + if (wsComponents.port === (isSecure(wsComponents) ? 443 : 80) || wsComponents.port === "") { + wsComponents.port = undefined; + } + //ensure scheme matches secure flag + if (typeof wsComponents.secure === 'boolean') { + wsComponents.scheme = wsComponents.secure ? 'wss' : 'ws'; + wsComponents.secure = undefined; + } + //reconstruct path from resource name + if (wsComponents.resourceName) { + var _wsComponents$resourc = wsComponents.resourceName.split('?'), + _wsComponents$resourc2 = slicedToArray(_wsComponents$resourc, 2), + path = _wsComponents$resourc2[0], + query = _wsComponents$resourc2[1]; + + wsComponents.path = path && path !== '/' ? path : undefined; + wsComponents.query = query; + wsComponents.resourceName = undefined; + } + //forbid fragment component + wsComponents.fragment = undefined; + return wsComponents; + } +}; + +var handler$3 = { + scheme: "wss", + domainHost: handler$2.domainHost, + parse: handler$2.parse, + serialize: handler$2.serialize +}; + +var O = {}; +var isIRI = true; +//RFC 3986 +var UNRESERVED$$ = "[A-Za-z0-9\\-\\.\\_\\~" + (isIRI ? "\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF" : "") + "]"; +var HEXDIG$$ = "[0-9A-Fa-f]"; //case-insensitive +var PCT_ENCODED$ = subexp(subexp("%[EFef]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" + subexp("%[89A-Fa-f]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" + subexp("%" + HEXDIG$$ + HEXDIG$$)); //expanded +//RFC 5322, except these symbols as per RFC 6068: @ : / ? # [ ] & ; = +//const ATEXT$$ = "[A-Za-z0-9\\!\\#\\$\\%\\&\\'\\*\\+\\-\\/\\=\\?\\^\\_\\`\\{\\|\\}\\~]"; +//const WSP$$ = "[\\x20\\x09]"; +//const OBS_QTEXT$$ = "[\\x01-\\x08\\x0B\\x0C\\x0E-\\x1F\\x7F]"; //(%d1-8 / %d11-12 / %d14-31 / %d127) +//const QTEXT$$ = merge("[\\x21\\x23-\\x5B\\x5D-\\x7E]", OBS_QTEXT$$); //%d33 / %d35-91 / %d93-126 / obs-qtext +//const VCHAR$$ = "[\\x21-\\x7E]"; +//const WSP$$ = "[\\x20\\x09]"; +//const OBS_QP$ = subexp("\\\\" + merge("[\\x00\\x0D\\x0A]", OBS_QTEXT$$)); //%d0 / CR / LF / obs-qtext +//const FWS$ = subexp(subexp(WSP$$ + "*" + "\\x0D\\x0A") + "?" + WSP$$ + "+"); +//const QUOTED_PAIR$ = subexp(subexp("\\\\" + subexp(VCHAR$$ + "|" + WSP$$)) + "|" + OBS_QP$); +//const QUOTED_STRING$ = subexp('\\"' + subexp(FWS$ + "?" + QCONTENT$) + "*" + FWS$ + "?" + '\\"'); +var ATEXT$$ = "[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]"; +var QTEXT$$ = "[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]"; +var VCHAR$$ = merge(QTEXT$$, "[\\\"\\\\]"); +var SOME_DELIMS$$ = "[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]"; +var UNRESERVED = new RegExp(UNRESERVED$$, "g"); +var PCT_ENCODED = new RegExp(PCT_ENCODED$, "g"); +var NOT_LOCAL_PART = new RegExp(merge("[^]", ATEXT$$, "[\\.]", '[\\"]', VCHAR$$), "g"); +var NOT_HFNAME = new RegExp(merge("[^]", UNRESERVED$$, SOME_DELIMS$$), "g"); +var NOT_HFVALUE = NOT_HFNAME; +function decodeUnreserved(str) { + var decStr = pctDecChars(str); + return !decStr.match(UNRESERVED) ? str : decStr; +} +var handler$4 = { + scheme: "mailto", + parse: function parse$$1(components, options) { + var mailtoComponents = components; + var to = mailtoComponents.to = mailtoComponents.path ? mailtoComponents.path.split(",") : []; + mailtoComponents.path = undefined; + if (mailtoComponents.query) { + var unknownHeaders = false; + var headers = {}; + var hfields = mailtoComponents.query.split("&"); + for (var x = 0, xl = hfields.length; x < xl; ++x) { + var hfield = hfields[x].split("="); + switch (hfield[0]) { + case "to": + var toAddrs = hfield[1].split(","); + for (var _x = 0, _xl = toAddrs.length; _x < _xl; ++_x) { + to.push(toAddrs[_x]); + } + break; + case "subject": + mailtoComponents.subject = unescapeComponent(hfield[1], options); + break; + case "body": + mailtoComponents.body = unescapeComponent(hfield[1], options); + break; + default: + unknownHeaders = true; + headers[unescapeComponent(hfield[0], options)] = unescapeComponent(hfield[1], options); + break; + } + } + if (unknownHeaders) mailtoComponents.headers = headers; + } + mailtoComponents.query = undefined; + for (var _x2 = 0, _xl2 = to.length; _x2 < _xl2; ++_x2) { + var addr = to[_x2].split("@"); + addr[0] = unescapeComponent(addr[0]); + if (!options.unicodeSupport) { + //convert Unicode IDN -> ASCII IDN + try { + addr[1] = punycode.toASCII(unescapeComponent(addr[1], options).toLowerCase()); + } catch (e) { + mailtoComponents.error = mailtoComponents.error || "Email address's domain name can not be converted to ASCII via punycode: " + e; + } + } else { + addr[1] = unescapeComponent(addr[1], options).toLowerCase(); + } + to[_x2] = addr.join("@"); + } + return mailtoComponents; + }, + serialize: function serialize$$1(mailtoComponents, options) { + var components = mailtoComponents; + var to = toArray(mailtoComponents.to); + if (to) { + for (var x = 0, xl = to.length; x < xl; ++x) { + var toAddr = String(to[x]); + var atIdx = toAddr.lastIndexOf("@"); + var localPart = toAddr.slice(0, atIdx).replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_LOCAL_PART, pctEncChar); + var domain = toAddr.slice(atIdx + 1); + //convert IDN via punycode + try { + domain = !options.iri ? punycode.toASCII(unescapeComponent(domain, options).toLowerCase()) : punycode.toUnicode(domain); + } catch (e) { + components.error = components.error || "Email address's domain name can not be converted to " + (!options.iri ? "ASCII" : "Unicode") + " via punycode: " + e; + } + to[x] = localPart + "@" + domain; + } + components.path = to.join(","); + } + var headers = mailtoComponents.headers = mailtoComponents.headers || {}; + if (mailtoComponents.subject) headers["subject"] = mailtoComponents.subject; + if (mailtoComponents.body) headers["body"] = mailtoComponents.body; + var fields = []; + for (var name in headers) { + if (headers[name] !== O[name]) { + fields.push(name.replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_HFNAME, pctEncChar) + "=" + headers[name].replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_HFVALUE, pctEncChar)); + } + } + if (fields.length) { + components.query = fields.join("&"); + } + return components; + } +}; + +var URN_PARSE = /^([^\:]+)\:(.*)/; +//RFC 2141 +var handler$5 = { + scheme: "urn", + parse: function parse$$1(components, options) { + var matches = components.path && components.path.match(URN_PARSE); + var urnComponents = components; + if (matches) { + var scheme = options.scheme || urnComponents.scheme || "urn"; + var nid = matches[1].toLowerCase(); + var nss = matches[2]; + var urnScheme = scheme + ":" + (options.nid || nid); + var schemeHandler = SCHEMES[urnScheme]; + urnComponents.nid = nid; + urnComponents.nss = nss; + urnComponents.path = undefined; + if (schemeHandler) { + urnComponents = schemeHandler.parse(urnComponents, options); + } + } else { + urnComponents.error = urnComponents.error || "URN can not be parsed."; + } + return urnComponents; + }, + serialize: function serialize$$1(urnComponents, options) { + var scheme = options.scheme || urnComponents.scheme || "urn"; + var nid = urnComponents.nid; + var urnScheme = scheme + ":" + (options.nid || nid); + var schemeHandler = SCHEMES[urnScheme]; + if (schemeHandler) { + urnComponents = schemeHandler.serialize(urnComponents, options); + } + var uriComponents = urnComponents; + var nss = urnComponents.nss; + uriComponents.path = (nid || options.nid) + ":" + nss; + return uriComponents; + } +}; + +var UUID = /^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/; +//RFC 4122 +var handler$6 = { + scheme: "urn:uuid", + parse: function parse(urnComponents, options) { + var uuidComponents = urnComponents; + uuidComponents.uuid = uuidComponents.nss; + uuidComponents.nss = undefined; + if (!options.tolerant && (!uuidComponents.uuid || !uuidComponents.uuid.match(UUID))) { + uuidComponents.error = uuidComponents.error || "UUID is not valid."; + } + return uuidComponents; + }, + serialize: function serialize(uuidComponents, options) { + var urnComponents = uuidComponents; + //normalize UUID + urnComponents.nss = (uuidComponents.uuid || "").toLowerCase(); + return urnComponents; + } +}; + +SCHEMES[handler.scheme] = handler; +SCHEMES[handler$1.scheme] = handler$1; +SCHEMES[handler$2.scheme] = handler$2; +SCHEMES[handler$3.scheme] = handler$3; +SCHEMES[handler$4.scheme] = handler$4; +SCHEMES[handler$5.scheme] = handler$5; +SCHEMES[handler$6.scheme] = handler$6; + +exports.SCHEMES = SCHEMES; +exports.pctEncChar = pctEncChar; +exports.pctDecChars = pctDecChars; +exports.parse = parse; +exports.removeDotSegments = removeDotSegments; +exports.serialize = serialize; +exports.resolveComponents = resolveComponents; +exports.resolve = resolve; +exports.normalize = normalize; +exports.equal = equal; +exports.escapeComponent = escapeComponent; +exports.unescapeComponent = unescapeComponent; + +Object.defineProperty(exports, '__esModule', { value: true }); + +}))); +//# sourceMappingURL=uri.all.js.map diff --git a/node_modules/uri-js/dist/es5/uri.all.js.map b/node_modules/uri-js/dist/es5/uri.all.js.map new file mode 100755 index 0000000..5b30c4e --- /dev/null +++ b/node_modules/uri-js/dist/es5/uri.all.js.map @@ -0,0 +1 @@ +{"version":3,"file":"uri.all.js","sources":["../../src/index.ts","../../src/schemes/urn-uuid.ts","../../src/schemes/urn.ts","../../src/schemes/mailto.ts","../../src/schemes/wss.ts","../../src/schemes/ws.ts","../../src/schemes/https.ts","../../src/schemes/http.ts","../../src/uri.ts","../../node_modules/punycode/punycode.es6.js","../../src/regexps-iri.ts","../../src/regexps-uri.ts","../../src/util.ts"],"sourcesContent":["import { SCHEMES } from \"./uri\";\n\nimport http from \"./schemes/http\";\nSCHEMES[http.scheme] = http;\n\nimport https from \"./schemes/https\";\nSCHEMES[https.scheme] = https;\n\nimport ws from \"./schemes/ws\";\nSCHEMES[ws.scheme] = ws;\n\nimport wss from \"./schemes/wss\";\nSCHEMES[wss.scheme] = wss;\n\nimport mailto from \"./schemes/mailto\";\nSCHEMES[mailto.scheme] = mailto;\n\nimport urn from \"./schemes/urn\";\nSCHEMES[urn.scheme] = urn;\n\nimport uuid from \"./schemes/urn-uuid\";\nSCHEMES[uuid.scheme] = uuid;\n\nexport * from \"./uri\";\n","import { URISchemeHandler, URIComponents, URIOptions } from \"../uri\";\nimport { URNComponents } from \"./urn\";\nimport { SCHEMES } from \"../uri\";\n\nexport interface UUIDComponents extends URNComponents {\n\tuuid?: string;\n}\n\nconst UUID = /^[0-9A-Fa-f]{8}(?:\\-[0-9A-Fa-f]{4}){3}\\-[0-9A-Fa-f]{12}$/;\nconst UUID_PARSE = /^[0-9A-Fa-f\\-]{36}/;\n\n//RFC 4122\nconst handler:URISchemeHandler = {\n\tscheme : \"urn:uuid\",\n\n\tparse : function (urnComponents:URNComponents, options:URIOptions):UUIDComponents {\n\t\tconst uuidComponents = urnComponents as UUIDComponents;\n\t\tuuidComponents.uuid = uuidComponents.nss;\n\t\tuuidComponents.nss = undefined;\n\n\t\tif (!options.tolerant && (!uuidComponents.uuid || !uuidComponents.uuid.match(UUID))) {\n\t\t\tuuidComponents.error = uuidComponents.error || \"UUID is not valid.\";\n\t\t}\n\n\t\treturn uuidComponents;\n\t},\n\n\tserialize : function (uuidComponents:UUIDComponents, options:URIOptions):URNComponents {\n\t\tconst urnComponents = uuidComponents as URNComponents;\n\t\t//normalize UUID\n\t\turnComponents.nss = (uuidComponents.uuid || \"\").toLowerCase();\n\t\treturn urnComponents;\n\t},\n};\n\nexport default handler;","import { URISchemeHandler, URIComponents, URIOptions } from \"../uri\";\nimport { pctEncChar, SCHEMES } from \"../uri\";\n\nexport interface URNComponents extends URIComponents {\n\tnid?:string;\n\tnss?:string;\n}\n\nexport interface URNOptions extends URIOptions {\n\tnid?:string;\n}\n\nconst NID$ = \"(?:[0-9A-Za-z][0-9A-Za-z\\\\-]{1,31})\";\nconst PCT_ENCODED$ = \"(?:\\\\%[0-9A-Fa-f]{2})\";\nconst TRANS$$ = \"[0-9A-Za-z\\\\(\\\\)\\\\+\\\\,\\\\-\\\\.\\\\:\\\\=\\\\@\\\\;\\\\$\\\\_\\\\!\\\\*\\\\'\\\\/\\\\?\\\\#]\";\nconst NSS$ = \"(?:(?:\" + PCT_ENCODED$ + \"|\" + TRANS$$ + \")+)\";\nconst URN_SCHEME = new RegExp(\"^urn\\\\:(\" + NID$ + \")$\");\nconst URN_PATH = new RegExp(\"^(\" + NID$ + \")\\\\:(\" + NSS$ + \")$\");\nconst URN_PARSE = /^([^\\:]+)\\:(.*)/;\nconst URN_EXCLUDED = /[\\x00-\\x20\\\\\\\"\\&\\<\\>\\[\\]\\^\\`\\{\\|\\}\\~\\x7F-\\xFF]/g;\n\n//RFC 2141\nconst handler:URISchemeHandler = {\n\tscheme : \"urn\",\n\n\tparse : function (components:URIComponents, options:URNOptions):URNComponents {\n\t\tconst matches = components.path && components.path.match(URN_PARSE);\n\t\tlet urnComponents = components as URNComponents;\n\n\t\tif (matches) {\n\t\t\tconst scheme = options.scheme || urnComponents.scheme || \"urn\";\n\t\t\tconst nid = matches[1].toLowerCase();\n\t\t\tconst nss = matches[2];\n\t\t\tconst urnScheme = `${scheme}:${options.nid || nid}`;\n\t\t\tconst schemeHandler = SCHEMES[urnScheme];\n\n\t\t\turnComponents.nid = nid;\n\t\t\turnComponents.nss = nss;\n\t\t\turnComponents.path = undefined;\n\n\t\t\tif (schemeHandler) {\n\t\t\t\turnComponents = schemeHandler.parse(urnComponents, options) as URNComponents;\n\t\t\t}\n\t\t} else {\n\t\t\turnComponents.error = urnComponents.error || \"URN can not be parsed.\";\n\t\t}\n\n\t\treturn urnComponents;\n\t},\n\n\tserialize : function (urnComponents:URNComponents, options:URNOptions):URIComponents {\n\t\tconst scheme = options.scheme || urnComponents.scheme || \"urn\";\n\t\tconst nid = urnComponents.nid;\n\t\tconst urnScheme = `${scheme}:${options.nid || nid}`;\n\t\tconst schemeHandler = SCHEMES[urnScheme];\n\n\t\tif (schemeHandler) {\n\t\t\turnComponents = schemeHandler.serialize(urnComponents, options) as URNComponents;\n\t\t}\n\n\t\tconst uriComponents = urnComponents as URIComponents;\n\t\tconst nss = urnComponents.nss;\n\t\turiComponents.path = `${nid || options.nid}:${nss}`;\n\n\t\treturn uriComponents;\n\t},\n};\n\nexport default handler;","import { URISchemeHandler, URIComponents, URIOptions } from \"../uri\";\nimport { pctEncChar, pctDecChars, unescapeComponent } from \"../uri\";\nimport punycode from \"punycode\";\nimport { merge, subexp, toUpperCase, toArray } from \"../util\";\n\nexport interface MailtoHeaders {\n\t[hfname:string]:string\n}\n\nexport interface MailtoComponents extends URIComponents {\n\tto:Array,\n\theaders?:MailtoHeaders,\n\tsubject?:string,\n\tbody?:string\n}\n\nconst O:MailtoHeaders = {};\nconst isIRI = true;\n\n//RFC 3986\nconst UNRESERVED$$ = \"[A-Za-z0-9\\\\-\\\\.\\\\_\\\\~\" + (isIRI ? \"\\\\xA0-\\\\u200D\\\\u2010-\\\\u2029\\\\u202F-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFEF\" : \"\") + \"]\";\nconst HEXDIG$$ = \"[0-9A-Fa-f]\"; //case-insensitive\nconst PCT_ENCODED$ = subexp(subexp(\"%[EFef]\" + HEXDIG$$ + \"%\" + HEXDIG$$ + HEXDIG$$ + \"%\" + HEXDIG$$ + HEXDIG$$) + \"|\" + subexp(\"%[89A-Fa-f]\" + HEXDIG$$ + \"%\" + HEXDIG$$ + HEXDIG$$) + \"|\" + subexp(\"%\" + HEXDIG$$ + HEXDIG$$)); //expanded\n\n//RFC 5322, except these symbols as per RFC 6068: @ : / ? # [ ] & ; =\n//const ATEXT$$ = \"[A-Za-z0-9\\\\!\\\\#\\\\$\\\\%\\\\&\\\\'\\\\*\\\\+\\\\-\\\\/\\\\=\\\\?\\\\^\\\\_\\\\`\\\\{\\\\|\\\\}\\\\~]\";\n//const WSP$$ = \"[\\\\x20\\\\x09]\";\n//const OBS_QTEXT$$ = \"[\\\\x01-\\\\x08\\\\x0B\\\\x0C\\\\x0E-\\\\x1F\\\\x7F]\"; //(%d1-8 / %d11-12 / %d14-31 / %d127)\n//const QTEXT$$ = merge(\"[\\\\x21\\\\x23-\\\\x5B\\\\x5D-\\\\x7E]\", OBS_QTEXT$$); //%d33 / %d35-91 / %d93-126 / obs-qtext\n//const VCHAR$$ = \"[\\\\x21-\\\\x7E]\";\n//const WSP$$ = \"[\\\\x20\\\\x09]\";\n//const OBS_QP$ = subexp(\"\\\\\\\\\" + merge(\"[\\\\x00\\\\x0D\\\\x0A]\", OBS_QTEXT$$)); //%d0 / CR / LF / obs-qtext\n//const FWS$ = subexp(subexp(WSP$$ + \"*\" + \"\\\\x0D\\\\x0A\") + \"?\" + WSP$$ + \"+\");\n//const QUOTED_PAIR$ = subexp(subexp(\"\\\\\\\\\" + subexp(VCHAR$$ + \"|\" + WSP$$)) + \"|\" + OBS_QP$);\n//const QUOTED_STRING$ = subexp('\\\\\"' + subexp(FWS$ + \"?\" + QCONTENT$) + \"*\" + FWS$ + \"?\" + '\\\\\"');\nconst ATEXT$$ = \"[A-Za-z0-9\\\\!\\\\$\\\\%\\\\'\\\\*\\\\+\\\\-\\\\^\\\\_\\\\`\\\\{\\\\|\\\\}\\\\~]\";\nconst QTEXT$$ = \"[\\\\!\\\\$\\\\%\\\\'\\\\(\\\\)\\\\*\\\\+\\\\,\\\\-\\\\.0-9\\\\<\\\\>A-Z\\\\x5E-\\\\x7E]\";\nconst VCHAR$$ = merge(QTEXT$$, \"[\\\\\\\"\\\\\\\\]\");\nconst DOT_ATOM_TEXT$ = subexp(ATEXT$$ + \"+\" + subexp(\"\\\\.\" + ATEXT$$ + \"+\") + \"*\");\nconst QUOTED_PAIR$ = subexp(\"\\\\\\\\\" + VCHAR$$);\nconst QCONTENT$ = subexp(QTEXT$$ + \"|\" + QUOTED_PAIR$);\nconst QUOTED_STRING$ = subexp('\\\\\"' + QCONTENT$ + \"*\" + '\\\\\"');\n\n//RFC 6068\nconst DTEXT_NO_OBS$$ = \"[\\\\x21-\\\\x5A\\\\x5E-\\\\x7E]\"; //%d33-90 / %d94-126\nconst SOME_DELIMS$$ = \"[\\\\!\\\\$\\\\'\\\\(\\\\)\\\\*\\\\+\\\\,\\\\;\\\\:\\\\@]\";\nconst QCHAR$ = subexp(UNRESERVED$$ + \"|\" + PCT_ENCODED$ + \"|\" + SOME_DELIMS$$);\nconst DOMAIN$ = subexp(DOT_ATOM_TEXT$ + \"|\" + \"\\\\[\" + DTEXT_NO_OBS$$ + \"*\" + \"\\\\]\");\nconst LOCAL_PART$ = subexp(DOT_ATOM_TEXT$ + \"|\" + QUOTED_STRING$);\nconst ADDR_SPEC$ = subexp(LOCAL_PART$ + \"\\\\@\" + DOMAIN$);\nconst TO$ = subexp(ADDR_SPEC$ + subexp(\"\\\\,\" + ADDR_SPEC$) + \"*\");\nconst HFNAME$ = subexp(QCHAR$ + \"*\");\nconst HFVALUE$ = HFNAME$;\nconst HFIELD$ = subexp(HFNAME$ + \"\\\\=\" + HFVALUE$);\nconst HFIELDS2$ = subexp(HFIELD$ + subexp(\"\\\\&\" + HFIELD$) + \"*\");\nconst HFIELDS$ = subexp(\"\\\\?\" + HFIELDS2$);\nconst MAILTO_URI = new RegExp(\"^mailto\\\\:\" + TO$ + \"?\" + HFIELDS$ + \"?$\");\n\nconst UNRESERVED = new RegExp(UNRESERVED$$, \"g\");\nconst PCT_ENCODED = new RegExp(PCT_ENCODED$, \"g\");\nconst NOT_LOCAL_PART = new RegExp(merge(\"[^]\", ATEXT$$, \"[\\\\.]\", '[\\\\\"]', VCHAR$$), \"g\");\nconst NOT_DOMAIN = new RegExp(merge(\"[^]\", ATEXT$$, \"[\\\\.]\", \"[\\\\[]\", DTEXT_NO_OBS$$, \"[\\\\]]\"), \"g\");\nconst NOT_HFNAME = new RegExp(merge(\"[^]\", UNRESERVED$$, SOME_DELIMS$$), \"g\");\nconst NOT_HFVALUE = NOT_HFNAME;\nconst TO = new RegExp(\"^\" + TO$ + \"$\");\nconst HFIELDS = new RegExp(\"^\" + HFIELDS2$ + \"$\");\n\nfunction decodeUnreserved(str:string):string {\n\tconst decStr = pctDecChars(str);\n\treturn (!decStr.match(UNRESERVED) ? str : decStr);\n}\n\nconst handler:URISchemeHandler = {\n\tscheme : \"mailto\",\n\n\tparse : function (components:URIComponents, options:URIOptions):MailtoComponents {\n\t\tconst mailtoComponents = components as MailtoComponents;\n\t\tconst to = mailtoComponents.to = (mailtoComponents.path ? mailtoComponents.path.split(\",\") : []);\n\t\tmailtoComponents.path = undefined;\n\n\t\tif (mailtoComponents.query) {\n\t\t\tlet unknownHeaders = false\n\t\t\tconst headers:MailtoHeaders = {};\n\t\t\tconst hfields = mailtoComponents.query.split(\"&\");\n\n\t\t\tfor (let x = 0, xl = hfields.length; x < xl; ++x) {\n\t\t\t\tconst hfield = hfields[x].split(\"=\");\n\n\t\t\t\tswitch (hfield[0]) {\n\t\t\t\t\tcase \"to\":\n\t\t\t\t\t\tconst toAddrs = hfield[1].split(\",\");\n\t\t\t\t\t\tfor (let x = 0, xl = toAddrs.length; x < xl; ++x) {\n\t\t\t\t\t\t\tto.push(toAddrs[x]);\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"subject\":\n\t\t\t\t\t\tmailtoComponents.subject = unescapeComponent(hfield[1], options);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"body\":\n\t\t\t\t\t\tmailtoComponents.body = unescapeComponent(hfield[1], options);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tunknownHeaders = true;\n\t\t\t\t\t\theaders[unescapeComponent(hfield[0], options)] = unescapeComponent(hfield[1], options);\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (unknownHeaders) mailtoComponents.headers = headers;\n\t\t}\n\n\t\tmailtoComponents.query = undefined;\n\n\t\tfor (let x = 0, xl = to.length; x < xl; ++x) {\n\t\t\tconst addr = to[x].split(\"@\");\n\n\t\t\taddr[0] = unescapeComponent(addr[0]);\n\n\t\t\tif (!options.unicodeSupport) {\n\t\t\t\t//convert Unicode IDN -> ASCII IDN\n\t\t\t\ttry {\n\t\t\t\t\taddr[1] = punycode.toASCII(unescapeComponent(addr[1], options).toLowerCase());\n\t\t\t\t} catch (e) {\n\t\t\t\t\tmailtoComponents.error = mailtoComponents.error || \"Email address's domain name can not be converted to ASCII via punycode: \" + e;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\taddr[1] = unescapeComponent(addr[1], options).toLowerCase();\n\t\t\t}\n\n\t\t\tto[x] = addr.join(\"@\");\n\t\t}\n\n\t\treturn mailtoComponents;\n\t},\n\n\tserialize : function (mailtoComponents:MailtoComponents, options:URIOptions):URIComponents {\n\t\tconst components = mailtoComponents as URIComponents;\n\t\tconst to = toArray(mailtoComponents.to);\n\t\tif (to) {\n\t\t\tfor (let x = 0, xl = to.length; x < xl; ++x) {\n\t\t\t\tconst toAddr = String(to[x]);\n\t\t\t\tconst atIdx = toAddr.lastIndexOf(\"@\");\n\t\t\t\tconst localPart = (toAddr.slice(0, atIdx)).replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_LOCAL_PART, pctEncChar);\n\t\t\t\tlet domain = toAddr.slice(atIdx + 1);\n\n\t\t\t\t//convert IDN via punycode\n\t\t\t\ttry {\n\t\t\t\t\tdomain = (!options.iri ? punycode.toASCII(unescapeComponent(domain, options).toLowerCase()) : punycode.toUnicode(domain));\n\t\t\t\t} catch (e) {\n\t\t\t\t\tcomponents.error = components.error || \"Email address's domain name can not be converted to \" + (!options.iri ? \"ASCII\" : \"Unicode\") + \" via punycode: \" + e;\n\t\t\t\t}\n\n\t\t\t\tto[x] = localPart + \"@\" + domain;\n\t\t\t}\n\n\t\t\tcomponents.path = to.join(\",\");\n\t\t}\n\n\t\tconst headers = mailtoComponents.headers = mailtoComponents.headers || {};\n\n\t\tif (mailtoComponents.subject) headers[\"subject\"] = mailtoComponents.subject;\n\t\tif (mailtoComponents.body) headers[\"body\"] = mailtoComponents.body;\n\n\t\tconst fields = [];\n\t\tfor (const name in headers) {\n\t\t\tif (headers[name] !== O[name]) {\n\t\t\t\tfields.push(\n\t\t\t\t\tname.replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_HFNAME, pctEncChar) +\n\t\t\t\t\t\"=\" +\n\t\t\t\t\theaders[name].replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_HFVALUE, pctEncChar)\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t\tif (fields.length) {\n\t\t\tcomponents.query = fields.join(\"&\");\n\t\t}\n\n\t\treturn components;\n\t}\n}\n\nexport default handler;","import { URISchemeHandler, URIComponents, URIOptions } from \"../uri\";\nimport ws from \"./ws\";\n\nconst handler:URISchemeHandler = {\n\tscheme : \"wss\",\n\tdomainHost : ws.domainHost,\n\tparse : ws.parse,\n\tserialize : ws.serialize\n}\n\nexport default handler;","import { URISchemeHandler, URIComponents, URIOptions } from \"../uri\";\n\nexport interface WSComponents extends URIComponents {\n\tresourceName?: string;\n\tsecure?: boolean;\n}\n\nfunction isSecure(wsComponents:WSComponents):boolean {\n\treturn typeof wsComponents.secure === 'boolean' ? wsComponents.secure : String(wsComponents.scheme).toLowerCase() === \"wss\";\n}\n\n//RFC 6455\nconst handler:URISchemeHandler = {\n\tscheme : \"ws\",\n\n\tdomainHost : true,\n\n\tparse : function (components:URIComponents, options:URIOptions):WSComponents {\n\t\tconst wsComponents = components as WSComponents;\n\n\t\t//indicate if the secure flag is set\n\t\twsComponents.secure = isSecure(wsComponents);\n\n\t\t//construct resouce name\n\t\twsComponents.resourceName = (wsComponents.path || '/') + (wsComponents.query ? '?' + wsComponents.query : '');\n\t\twsComponents.path = undefined;\n\t\twsComponents.query = undefined;\n\n\t\treturn wsComponents;\n\t},\n\n\tserialize : function (wsComponents:WSComponents, options:URIOptions):URIComponents {\n\t\t//normalize the default port\n\t\tif (wsComponents.port === (isSecure(wsComponents) ? 443 : 80) || wsComponents.port === \"\") {\n\t\t\twsComponents.port = undefined;\n\t\t}\n\n\t\t//ensure scheme matches secure flag\n\t\tif (typeof wsComponents.secure === 'boolean') {\n\t\t\twsComponents.scheme = (wsComponents.secure ? 'wss' : 'ws');\n\t\t\twsComponents.secure = undefined;\n\t\t}\n\n\t\t//reconstruct path from resource name\n\t\tif (wsComponents.resourceName) {\n\t\t\tconst [path, query] = wsComponents.resourceName.split('?');\n\t\t\twsComponents.path = (path && path !== '/' ? path : undefined);\n\t\t\twsComponents.query = query;\n\t\t\twsComponents.resourceName = undefined;\n\t\t}\n\n\t\t//forbid fragment component\n\t\twsComponents.fragment = undefined;\n\n\t\treturn wsComponents;\n\t}\n};\n\nexport default handler;","import { URISchemeHandler, URIComponents, URIOptions } from \"../uri\";\nimport http from \"./http\";\n\nconst handler:URISchemeHandler = {\n\tscheme : \"https\",\n\tdomainHost : http.domainHost,\n\tparse : http.parse,\n\tserialize : http.serialize\n}\n\nexport default handler;","import { URISchemeHandler, URIComponents, URIOptions } from \"../uri\";\n\nconst handler:URISchemeHandler = {\n\tscheme : \"http\",\n\n\tdomainHost : true,\n\n\tparse : function (components:URIComponents, options:URIOptions):URIComponents {\n\t\t//report missing host\n\t\tif (!components.host) {\n\t\t\tcomponents.error = components.error || \"HTTP URIs must have a host.\";\n\t\t}\n\n\t\treturn components;\n\t},\n\n\tserialize : function (components:URIComponents, options:URIOptions):URIComponents {\n\t\tconst secure = String(components.scheme).toLowerCase() === \"https\";\n\n\t\t//normalize the default port\n\t\tif (components.port === (secure ? 443 : 80) || components.port === \"\") {\n\t\t\tcomponents.port = undefined;\n\t\t}\n\t\t\n\t\t//normalize the empty path\n\t\tif (!components.path) {\n\t\t\tcomponents.path = \"/\";\n\t\t}\n\n\t\t//NOTE: We do not parse query strings for HTTP URIs\n\t\t//as WWW Form Url Encoded query strings are part of the HTML4+ spec,\n\t\t//and not the HTTP spec.\n\n\t\treturn components;\n\t}\n};\n\nexport default handler;","/**\n * URI.js\n *\n * @fileoverview An RFC 3986 compliant, scheme extendable URI parsing/validating/resolving library for JavaScript.\n * @author Gary Court\n * @see http://github.com/garycourt/uri-js\n */\n\n/**\n * Copyright 2011 Gary Court. All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without modification, are\n * permitted provided that the following conditions are met:\n *\n * 1. Redistributions of source code must retain the above copyright notice, this list of\n * conditions and the following disclaimer.\n *\n * 2. Redistributions in binary form must reproduce the above copyright notice, this list\n * of conditions and the following disclaimer in the documentation and/or other materials\n * provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY GARY COURT ``AS IS'' AND ANY EXPRESS OR IMPLIED\n * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND\n * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GARY COURT OR\n * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\n * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n *\n * The views and conclusions contained in the software and documentation are those of the\n * authors and should not be interpreted as representing official policies, either expressed\n * or implied, of Gary Court.\n */\n\nimport URI_PROTOCOL from \"./regexps-uri\";\nimport IRI_PROTOCOL from \"./regexps-iri\";\nimport punycode from \"punycode\";\nimport { toUpperCase, typeOf, assign } from \"./util\";\n\nexport interface URIComponents {\n\tscheme?:string;\n\tuserinfo?:string;\n\thost?:string;\n\tport?:number|string;\n\tpath?:string;\n\tquery?:string;\n\tfragment?:string;\n\treference?:string;\n\terror?:string;\n}\n\nexport interface URIOptions {\n\tscheme?:string;\n\treference?:string;\n\ttolerant?:boolean;\n\tabsolutePath?:boolean;\n\tiri?:boolean;\n\tunicodeSupport?:boolean;\n\tdomainHost?:boolean;\n}\n\nexport interface URISchemeHandler {\n\tscheme:string;\n\tparse(components:ParentComponents, options:Options):Components;\n\tserialize(components:Components, options:Options):ParentComponents;\n\tunicodeSupport?:boolean;\n\tdomainHost?:boolean;\n\tabsolutePath?:boolean;\n}\n\nexport interface URIRegExps {\n\tNOT_SCHEME : RegExp,\n\tNOT_USERINFO : RegExp,\n\tNOT_HOST : RegExp,\n\tNOT_PATH : RegExp,\n\tNOT_PATH_NOSCHEME : RegExp,\n\tNOT_QUERY : RegExp,\n\tNOT_FRAGMENT : RegExp,\n\tESCAPE : RegExp,\n\tUNRESERVED : RegExp,\n\tOTHER_CHARS : RegExp,\n\tPCT_ENCODED : RegExp,\n\tIPV4ADDRESS : RegExp,\n\tIPV6ADDRESS : RegExp,\n}\n\nexport const SCHEMES:{[scheme:string]:URISchemeHandler} = {};\n\nexport function pctEncChar(chr:string):string {\n\tconst c = chr.charCodeAt(0);\n\tlet e:string;\n\n\tif (c < 16) e = \"%0\" + c.toString(16).toUpperCase();\n\telse if (c < 128) e = \"%\" + c.toString(16).toUpperCase();\n\telse if (c < 2048) e = \"%\" + ((c >> 6) | 192).toString(16).toUpperCase() + \"%\" + ((c & 63) | 128).toString(16).toUpperCase();\n\telse e = \"%\" + ((c >> 12) | 224).toString(16).toUpperCase() + \"%\" + (((c >> 6) & 63) | 128).toString(16).toUpperCase() + \"%\" + ((c & 63) | 128).toString(16).toUpperCase();\n\n\treturn e;\n}\n\nexport function pctDecChars(str:string):string {\n\tlet newStr = \"\";\n\tlet i = 0;\n\tconst il = str.length;\n\n\twhile (i < il) {\n\t\tconst c = parseInt(str.substr(i + 1, 2), 16);\n\n\t\tif (c < 128) {\n\t\t\tnewStr += String.fromCharCode(c);\n\t\t\ti += 3;\n\t\t}\n\t\telse if (c >= 194 && c < 224) {\n\t\t\tif ((il - i) >= 6) {\n\t\t\t\tconst c2 = parseInt(str.substr(i + 4, 2), 16);\n\t\t\t\tnewStr += String.fromCharCode(((c & 31) << 6) | (c2 & 63));\n\t\t\t} else {\n\t\t\t\tnewStr += str.substr(i, 6);\n\t\t\t}\n\t\t\ti += 6;\n\t\t}\n\t\telse if (c >= 224) {\n\t\t\tif ((il - i) >= 9) {\n\t\t\t\tconst c2 = parseInt(str.substr(i + 4, 2), 16);\n\t\t\t\tconst c3 = parseInt(str.substr(i + 7, 2), 16);\n\t\t\t\tnewStr += String.fromCharCode(((c & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63));\n\t\t\t} else {\n\t\t\t\tnewStr += str.substr(i, 9);\n\t\t\t}\n\t\t\ti += 9;\n\t\t}\n\t\telse {\n\t\t\tnewStr += str.substr(i, 3);\n\t\t\ti += 3;\n\t\t}\n\t}\n\n\treturn newStr;\n}\n\nfunction _normalizeComponentEncoding(components:URIComponents, protocol:URIRegExps) {\n\tfunction decodeUnreserved(str:string):string {\n\t\tconst decStr = pctDecChars(str);\n\t\treturn (!decStr.match(protocol.UNRESERVED) ? str : decStr);\n\t}\n\n\tif (components.scheme) components.scheme = String(components.scheme).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerCase().replace(protocol.NOT_SCHEME, \"\");\n\tif (components.userinfo !== undefined) components.userinfo = String(components.userinfo).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_USERINFO, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase);\n\tif (components.host !== undefined) components.host = String(components.host).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerCase().replace(protocol.NOT_HOST, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase);\n\tif (components.path !== undefined) components.path = String(components.path).replace(protocol.PCT_ENCODED, decodeUnreserved).replace((components.scheme ? protocol.NOT_PATH : protocol.NOT_PATH_NOSCHEME), pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase);\n\tif (components.query !== undefined) components.query = String(components.query).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_QUERY, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase);\n\tif (components.fragment !== undefined) components.fragment = String(components.fragment).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_FRAGMENT, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase);\n\n\treturn components;\n};\n\nfunction _stripLeadingZeros(str:string):string {\n\treturn str.replace(/^0*(.*)/, \"$1\") || \"0\";\n}\n\nfunction _normalizeIPv4(host:string, protocol:URIRegExps):string {\n\tconst matches = host.match(protocol.IPV4ADDRESS) || [];\n\tconst [, address] = matches;\n\t\n\tif (address) {\n\t\treturn address.split(\".\").map(_stripLeadingZeros).join(\".\");\n\t} else {\n\t\treturn host;\n\t}\n}\n\nfunction _normalizeIPv6(host:string, protocol:URIRegExps):string {\n\tconst matches = host.match(protocol.IPV6ADDRESS) || [];\n\tconst [, address, zone] = matches;\n\n\tif (address) {\n\t\tconst [last, first] = address.toLowerCase().split('::').reverse();\n\t\tconst firstFields = first ? first.split(\":\").map(_stripLeadingZeros) : [];\n\t\tconst lastFields = last.split(\":\").map(_stripLeadingZeros);\n\t\tconst isLastFieldIPv4Address = protocol.IPV4ADDRESS.test(lastFields[lastFields.length - 1]);\n\t\tconst fieldCount = isLastFieldIPv4Address ? 7 : 8;\n\t\tconst lastFieldsStart = lastFields.length - fieldCount;\n\t\tconst fields = Array(fieldCount);\n\n\t\tfor (let x = 0; x < fieldCount; ++x) {\n\t\t\tfields[x] = firstFields[x] || lastFields[lastFieldsStart + x] || '';\n\t\t}\n\n\t\tif (isLastFieldIPv4Address) {\n\t\t\tfields[fieldCount - 1] = _normalizeIPv4(fields[fieldCount - 1], protocol);\n\t\t}\n\n\t\tconst allZeroFields = fields.reduce>((acc, field, index) => {\n\t\t\tif (!field || field === \"0\") {\n\t\t\t\tconst lastLongest = acc[acc.length - 1];\n\t\t\t\tif (lastLongest && lastLongest.index + lastLongest.length === index) {\n\t\t\t\t\tlastLongest.length++;\n\t\t\t\t} else {\n\t\t\t\t\tacc.push({ index, length : 1 });\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn acc;\n\t\t}, []);\n\n\t\tconst longestZeroFields = allZeroFields.sort((a, b) => b.length - a.length)[0];\n\n\t\tlet newHost:string;\n\t\tif (longestZeroFields && longestZeroFields.length > 1) {\n\t\t\tconst newFirst = fields.slice(0, longestZeroFields.index) ;\n\t\t\tconst newLast = fields.slice(longestZeroFields.index + longestZeroFields.length);\n\t\t\tnewHost = newFirst.join(\":\") + \"::\" + newLast.join(\":\");\n\t\t} else {\n\t\t\tnewHost = fields.join(\":\");\n\t\t}\n\n\t\tif (zone) {\n\t\t\tnewHost += \"%\" + zone;\n\t\t}\n\n\t\treturn newHost;\n\t} else {\n\t\treturn host;\n\t}\n}\n\nconst URI_PARSE = /^(?:([^:\\/?#]+):)?(?:\\/\\/((?:([^\\/?#@]*)@)?(\\[[^\\/?#\\]]+\\]|[^\\/?#:]*)(?:\\:(\\d*))?))?([^?#]*)(?:\\?([^#]*))?(?:#((?:.|\\n|\\r)*))?/i;\nconst NO_MATCH_IS_UNDEFINED = ((\"\").match(/(){0}/))[1] === undefined;\n\nexport function parse(uriString:string, options:URIOptions = {}):URIComponents {\n\tconst components:URIComponents = {};\n\tconst protocol = (options.iri !== false ? IRI_PROTOCOL : URI_PROTOCOL);\n\n\tif (options.reference === \"suffix\") uriString = (options.scheme ? options.scheme + \":\" : \"\") + \"//\" + uriString;\n\n\tconst matches = uriString.match(URI_PARSE);\n\n\tif (matches) {\n\t\tif (NO_MATCH_IS_UNDEFINED) {\n\t\t\t//store each component\n\t\t\tcomponents.scheme = matches[1];\n\t\t\tcomponents.userinfo = matches[3];\n\t\t\tcomponents.host = matches[4];\n\t\t\tcomponents.port = parseInt(matches[5], 10);\n\t\t\tcomponents.path = matches[6] || \"\";\n\t\t\tcomponents.query = matches[7];\n\t\t\tcomponents.fragment = matches[8];\n\n\t\t\t//fix port number\n\t\t\tif (isNaN(components.port)) {\n\t\t\t\tcomponents.port = matches[5];\n\t\t\t}\n\t\t} else { //IE FIX for improper RegExp matching\n\t\t\t//store each component\n\t\t\tcomponents.scheme = matches[1] || undefined;\n\t\t\tcomponents.userinfo = (uriString.indexOf(\"@\") !== -1 ? matches[3] : undefined);\n\t\t\tcomponents.host = (uriString.indexOf(\"//\") !== -1 ? matches[4] : undefined);\n\t\t\tcomponents.port = parseInt(matches[5], 10);\n\t\t\tcomponents.path = matches[6] || \"\";\n\t\t\tcomponents.query = (uriString.indexOf(\"?\") !== -1 ? matches[7] : undefined);\n\t\t\tcomponents.fragment = (uriString.indexOf(\"#\") !== -1 ? matches[8] : undefined);\n\n\t\t\t//fix port number\n\t\t\tif (isNaN(components.port)) {\n\t\t\t\tcomponents.port = (uriString.match(/\\/\\/(?:.|\\n)*\\:(?:\\/|\\?|\\#|$)/) ? matches[4] : undefined);\n\t\t\t}\n\t\t}\n\n\t\tif (components.host) {\n\t\t\t//normalize IP hosts\n\t\t\tcomponents.host = _normalizeIPv6(_normalizeIPv4(components.host, protocol), protocol);\n\t\t}\n\n\t\t//determine reference type\n\t\tif (components.scheme === undefined && components.userinfo === undefined && components.host === undefined && components.port === undefined && !components.path && components.query === undefined) {\n\t\t\tcomponents.reference = \"same-document\";\n\t\t} else if (components.scheme === undefined) {\n\t\t\tcomponents.reference = \"relative\";\n\t\t} else if (components.fragment === undefined) {\n\t\t\tcomponents.reference = \"absolute\";\n\t\t} else {\n\t\t\tcomponents.reference = \"uri\";\n\t\t}\n\n\t\t//check for reference errors\n\t\tif (options.reference && options.reference !== \"suffix\" && options.reference !== components.reference) {\n\t\t\tcomponents.error = components.error || \"URI is not a \" + options.reference + \" reference.\";\n\t\t}\n\n\t\t//find scheme handler\n\t\tconst schemeHandler = SCHEMES[(options.scheme || components.scheme || \"\").toLowerCase()];\n\n\t\t//check if scheme can't handle IRIs\n\t\tif (!options.unicodeSupport && (!schemeHandler || !schemeHandler.unicodeSupport)) {\n\t\t\t//if host component is a domain name\n\t\t\tif (components.host && (options.domainHost || (schemeHandler && schemeHandler.domainHost))) {\n\t\t\t\t//convert Unicode IDN -> ASCII IDN\n\t\t\t\ttry {\n\t\t\t\t\tcomponents.host = punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, pctDecChars).toLowerCase());\n\t\t\t\t} catch (e) {\n\t\t\t\t\tcomponents.error = components.error || \"Host's domain name can not be converted to ASCII via punycode: \" + e;\n\t\t\t\t}\n\t\t\t}\n\t\t\t//convert IRI -> URI\n\t\t\t_normalizeComponentEncoding(components, URI_PROTOCOL);\n\t\t} else {\n\t\t\t//normalize encodings\n\t\t\t_normalizeComponentEncoding(components, protocol);\n\t\t}\n\n\t\t//perform scheme specific parsing\n\t\tif (schemeHandler && schemeHandler.parse) {\n\t\t\tschemeHandler.parse(components, options);\n\t\t}\n\t} else {\n\t\tcomponents.error = components.error || \"URI can not be parsed.\";\n\t}\n\n\treturn components;\n};\n\nfunction _recomposeAuthority(components:URIComponents, options:URIOptions):string|undefined {\n\tconst protocol = (options.iri !== false ? IRI_PROTOCOL : URI_PROTOCOL);\n\tconst uriTokens:Array = [];\n\n\tif (components.userinfo !== undefined) {\n\t\turiTokens.push(components.userinfo);\n\t\turiTokens.push(\"@\");\n\t}\n\n\tif (components.host !== undefined) {\n\t\t//normalize IP hosts, add brackets and escape zone separator for IPv6\n\t\turiTokens.push(_normalizeIPv6(_normalizeIPv4(String(components.host), protocol), protocol).replace(protocol.IPV6ADDRESS, (_, $1, $2) => \"[\" + $1 + ($2 ? \"%25\" + $2 : \"\") + \"]\"));\n\t}\n\n\tif (typeof components.port === \"number\" || typeof components.port === \"string\") {\n\t\turiTokens.push(\":\");\n\t\turiTokens.push(String(components.port));\n\t}\n\n\treturn uriTokens.length ? uriTokens.join(\"\") : undefined;\n};\n\nconst RDS1 = /^\\.\\.?\\//;\nconst RDS2 = /^\\/\\.(\\/|$)/;\nconst RDS3 = /^\\/\\.\\.(\\/|$)/;\nconst RDS4 = /^\\.\\.?$/;\nconst RDS5 = /^\\/?(?:.|\\n)*?(?=\\/|$)/;\n\nexport function removeDotSegments(input:string):string {\n\tconst output:Array = [];\n\n\twhile (input.length) {\n\t\tif (input.match(RDS1)) {\n\t\t\tinput = input.replace(RDS1, \"\");\n\t\t} else if (input.match(RDS2)) {\n\t\t\tinput = input.replace(RDS2, \"/\");\n\t\t} else if (input.match(RDS3)) {\n\t\t\tinput = input.replace(RDS3, \"/\");\n\t\t\toutput.pop();\n\t\t} else if (input === \".\" || input === \"..\") {\n\t\t\tinput = \"\";\n\t\t} else {\n\t\t\tconst im = input.match(RDS5);\n\t\t\tif (im) {\n\t\t\t\tconst s = im[0];\n\t\t\t\tinput = input.slice(s.length);\n\t\t\t\toutput.push(s);\n\t\t\t} else {\n\t\t\t\tthrow new Error(\"Unexpected dot segment condition\");\n\t\t\t}\n\t\t}\n\t}\n\n\treturn output.join(\"\");\n};\n\nexport function serialize(components:URIComponents, options:URIOptions = {}):string {\n\tconst protocol = (options.iri ? IRI_PROTOCOL : URI_PROTOCOL);\n\tconst uriTokens:Array = [];\n\n\t//find scheme handler\n\tconst schemeHandler = SCHEMES[(options.scheme || components.scheme || \"\").toLowerCase()];\n\n\t//perform scheme specific serialization\n\tif (schemeHandler && schemeHandler.serialize) schemeHandler.serialize(components, options);\n\n\tif (components.host) {\n\t\t//if host component is an IPv6 address\n\t\tif (protocol.IPV6ADDRESS.test(components.host)) {\n\t\t\t//TODO: normalize IPv6 address as per RFC 5952\n\t\t}\n\n\t\t//if host component is a domain name\n\t\telse if (options.domainHost || (schemeHandler && schemeHandler.domainHost)) {\n\t\t\t//convert IDN via punycode\n\t\t\ttry {\n\t\t\t\tcomponents.host = (!options.iri ? punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, pctDecChars).toLowerCase()) : punycode.toUnicode(components.host));\n\t\t\t} catch (e) {\n\t\t\t\tcomponents.error = components.error || \"Host's domain name can not be converted to \" + (!options.iri ? \"ASCII\" : \"Unicode\") + \" via punycode: \" + e;\n\t\t\t}\n\t\t}\n\t}\n\n\t//normalize encoding\n\t_normalizeComponentEncoding(components, protocol);\n\n\tif (options.reference !== \"suffix\" && components.scheme) {\n\t\turiTokens.push(components.scheme);\n\t\turiTokens.push(\":\");\n\t}\n\n\tconst authority = _recomposeAuthority(components, options);\n\tif (authority !== undefined) {\n\t\tif (options.reference !== \"suffix\") {\n\t\t\turiTokens.push(\"//\");\n\t\t}\n\n\t\turiTokens.push(authority);\n\n\t\tif (components.path && components.path.charAt(0) !== \"/\") {\n\t\t\turiTokens.push(\"/\");\n\t\t}\n\t}\n\n\tif (components.path !== undefined) {\n\t\tlet s = components.path;\n\n\t\tif (!options.absolutePath && (!schemeHandler || !schemeHandler.absolutePath)) {\n\t\t\ts = removeDotSegments(s);\n\t\t}\n\n\t\tif (authority === undefined) {\n\t\t\ts = s.replace(/^\\/\\//, \"/%2F\"); //don't allow the path to start with \"//\"\n\t\t}\n\n\t\turiTokens.push(s);\n\t}\n\n\tif (components.query !== undefined) {\n\t\turiTokens.push(\"?\");\n\t\turiTokens.push(components.query);\n\t}\n\n\tif (components.fragment !== undefined) {\n\t\turiTokens.push(\"#\");\n\t\turiTokens.push(components.fragment);\n\t}\n\n\treturn uriTokens.join(\"\"); //merge tokens into a string\n};\n\nexport function resolveComponents(base:URIComponents, relative:URIComponents, options:URIOptions = {}, skipNormalization?:boolean):URIComponents {\n\tconst target:URIComponents = {};\n\n\tif (!skipNormalization) {\n\t\tbase = parse(serialize(base, options), options); //normalize base components\n\t\trelative = parse(serialize(relative, options), options); //normalize relative components\n\t}\n\toptions = options || {};\n\n\tif (!options.tolerant && relative.scheme) {\n\t\ttarget.scheme = relative.scheme;\n\t\t//target.authority = relative.authority;\n\t\ttarget.userinfo = relative.userinfo;\n\t\ttarget.host = relative.host;\n\t\ttarget.port = relative.port;\n\t\ttarget.path = removeDotSegments(relative.path || \"\");\n\t\ttarget.query = relative.query;\n\t} else {\n\t\tif (relative.userinfo !== undefined || relative.host !== undefined || relative.port !== undefined) {\n\t\t\t//target.authority = relative.authority;\n\t\t\ttarget.userinfo = relative.userinfo;\n\t\t\ttarget.host = relative.host;\n\t\t\ttarget.port = relative.port;\n\t\t\ttarget.path = removeDotSegments(relative.path || \"\");\n\t\t\ttarget.query = relative.query;\n\t\t} else {\n\t\t\tif (!relative.path) {\n\t\t\t\ttarget.path = base.path;\n\t\t\t\tif (relative.query !== undefined) {\n\t\t\t\t\ttarget.query = relative.query;\n\t\t\t\t} else {\n\t\t\t\t\ttarget.query = base.query;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif (relative.path.charAt(0) === \"/\") {\n\t\t\t\t\ttarget.path = removeDotSegments(relative.path);\n\t\t\t\t} else {\n\t\t\t\t\tif ((base.userinfo !== undefined || base.host !== undefined || base.port !== undefined) && !base.path) {\n\t\t\t\t\t\ttarget.path = \"/\" + relative.path;\n\t\t\t\t\t} else if (!base.path) {\n\t\t\t\t\t\ttarget.path = relative.path;\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttarget.path = base.path.slice(0, base.path.lastIndexOf(\"/\") + 1) + relative.path;\n\t\t\t\t\t}\n\t\t\t\t\ttarget.path = removeDotSegments(target.path);\n\t\t\t\t}\n\t\t\t\ttarget.query = relative.query;\n\t\t\t}\n\t\t\t//target.authority = base.authority;\n\t\t\ttarget.userinfo = base.userinfo;\n\t\t\ttarget.host = base.host;\n\t\t\ttarget.port = base.port;\n\t\t}\n\t\ttarget.scheme = base.scheme;\n\t}\n\n\ttarget.fragment = relative.fragment;\n\n\treturn target;\n};\n\nexport function resolve(baseURI:string, relativeURI:string, options?:URIOptions):string {\n\tconst schemelessOptions = assign({ scheme : 'null' }, options);\n\treturn serialize(resolveComponents(parse(baseURI, schemelessOptions), parse(relativeURI, schemelessOptions), schemelessOptions, true), schemelessOptions);\n};\n\nexport function normalize(uri:string, options?:URIOptions):string;\nexport function normalize(uri:URIComponents, options?:URIOptions):URIComponents;\nexport function normalize(uri:any, options?:URIOptions):any {\n\tif (typeof uri === \"string\") {\n\t\turi = serialize(parse(uri, options), options);\n\t} else if (typeOf(uri) === \"object\") {\n\t\turi = parse(serialize(uri, options), options);\n\t}\n\n\treturn uri;\n};\n\nexport function equal(uriA:string, uriB:string, options?: URIOptions):boolean;\nexport function equal(uriA:URIComponents, uriB:URIComponents, options?:URIOptions):boolean;\nexport function equal(uriA:any, uriB:any, options?:URIOptions):boolean {\n\tif (typeof uriA === \"string\") {\n\t\turiA = serialize(parse(uriA, options), options);\n\t} else if (typeOf(uriA) === \"object\") {\n\t\turiA = serialize(uriA, options);\n\t}\n\n\tif (typeof uriB === \"string\") {\n\t\turiB = serialize(parse(uriB, options), options);\n\t} else if (typeOf(uriB) === \"object\") {\n\t\turiB = serialize(uriB, options);\n\t}\n\n\treturn uriA === uriB;\n};\n\nexport function escapeComponent(str:string, options?:URIOptions):string {\n\treturn str && str.toString().replace((!options || !options.iri ? URI_PROTOCOL.ESCAPE : IRI_PROTOCOL.ESCAPE), pctEncChar);\n};\n\nexport function unescapeComponent(str:string, options?:URIOptions):string {\n\treturn str && str.toString().replace((!options || !options.iri ? URI_PROTOCOL.PCT_ENCODED : IRI_PROTOCOL.PCT_ENCODED), pctDecChars);\n};\n","'use strict';\n\n/** Highest positive signed 32-bit float value */\nconst maxInt = 2147483647; // aka. 0x7FFFFFFF or 2^31-1\n\n/** Bootstring parameters */\nconst base = 36;\nconst tMin = 1;\nconst tMax = 26;\nconst skew = 38;\nconst damp = 700;\nconst initialBias = 72;\nconst initialN = 128; // 0x80\nconst delimiter = '-'; // '\\x2D'\n\n/** Regular expressions */\nconst regexPunycode = /^xn--/;\nconst regexNonASCII = /[^\\0-\\x7E]/; // non-ASCII chars\nconst regexSeparators = /[\\x2E\\u3002\\uFF0E\\uFF61]/g; // RFC 3490 separators\n\n/** Error messages */\nconst errors = {\n\t'overflow': 'Overflow: input needs wider integers to process',\n\t'not-basic': 'Illegal input >= 0x80 (not a basic code point)',\n\t'invalid-input': 'Invalid input'\n};\n\n/** Convenience shortcuts */\nconst baseMinusTMin = base - tMin;\nconst floor = Math.floor;\nconst stringFromCharCode = String.fromCharCode;\n\n/*--------------------------------------------------------------------------*/\n\n/**\n * A generic error utility function.\n * @private\n * @param {String} type The error type.\n * @returns {Error} Throws a `RangeError` with the applicable error message.\n */\nfunction error(type) {\n\tthrow new RangeError(errors[type]);\n}\n\n/**\n * A generic `Array#map` utility function.\n * @private\n * @param {Array} array The array to iterate over.\n * @param {Function} callback The function that gets called for every array\n * item.\n * @returns {Array} A new array of values returned by the callback function.\n */\nfunction map(array, fn) {\n\tconst result = [];\n\tlet length = array.length;\n\twhile (length--) {\n\t\tresult[length] = fn(array[length]);\n\t}\n\treturn result;\n}\n\n/**\n * A simple `Array#map`-like wrapper to work with domain name strings or email\n * addresses.\n * @private\n * @param {String} domain The domain name or email address.\n * @param {Function} callback The function that gets called for every\n * character.\n * @returns {Array} A new string of characters returned by the callback\n * function.\n */\nfunction mapDomain(string, fn) {\n\tconst parts = string.split('@');\n\tlet result = '';\n\tif (parts.length > 1) {\n\t\t// In email addresses, only the domain name should be punycoded. Leave\n\t\t// the local part (i.e. everything up to `@`) intact.\n\t\tresult = parts[0] + '@';\n\t\tstring = parts[1];\n\t}\n\t// Avoid `split(regex)` for IE8 compatibility. See #17.\n\tstring = string.replace(regexSeparators, '\\x2E');\n\tconst labels = string.split('.');\n\tconst encoded = map(labels, fn).join('.');\n\treturn result + encoded;\n}\n\n/**\n * Creates an array containing the numeric code points of each Unicode\n * character in the string. While JavaScript uses UCS-2 internally,\n * this function will convert a pair of surrogate halves (each of which\n * UCS-2 exposes as separate characters) into a single code point,\n * matching UTF-16.\n * @see `punycode.ucs2.encode`\n * @see \n * @memberOf punycode.ucs2\n * @name decode\n * @param {String} string The Unicode input string (UCS-2).\n * @returns {Array} The new array of code points.\n */\nfunction ucs2decode(string) {\n\tconst output = [];\n\tlet counter = 0;\n\tconst length = string.length;\n\twhile (counter < length) {\n\t\tconst value = string.charCodeAt(counter++);\n\t\tif (value >= 0xD800 && value <= 0xDBFF && counter < length) {\n\t\t\t// It's a high surrogate, and there is a next character.\n\t\t\tconst extra = string.charCodeAt(counter++);\n\t\t\tif ((extra & 0xFC00) == 0xDC00) { // Low surrogate.\n\t\t\t\toutput.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000);\n\t\t\t} else {\n\t\t\t\t// It's an unmatched surrogate; only append this code unit, in case the\n\t\t\t\t// next code unit is the high surrogate of a surrogate pair.\n\t\t\t\toutput.push(value);\n\t\t\t\tcounter--;\n\t\t\t}\n\t\t} else {\n\t\t\toutput.push(value);\n\t\t}\n\t}\n\treturn output;\n}\n\n/**\n * Creates a string based on an array of numeric code points.\n * @see `punycode.ucs2.decode`\n * @memberOf punycode.ucs2\n * @name encode\n * @param {Array} codePoints The array of numeric code points.\n * @returns {String} The new Unicode string (UCS-2).\n */\nconst ucs2encode = array => String.fromCodePoint(...array);\n\n/**\n * Converts a basic code point into a digit/integer.\n * @see `digitToBasic()`\n * @private\n * @param {Number} codePoint The basic numeric code point value.\n * @returns {Number} The numeric value of a basic code point (for use in\n * representing integers) in the range `0` to `base - 1`, or `base` if\n * the code point does not represent a value.\n */\nconst basicToDigit = function(codePoint) {\n\tif (codePoint - 0x30 < 0x0A) {\n\t\treturn codePoint - 0x16;\n\t}\n\tif (codePoint - 0x41 < 0x1A) {\n\t\treturn codePoint - 0x41;\n\t}\n\tif (codePoint - 0x61 < 0x1A) {\n\t\treturn codePoint - 0x61;\n\t}\n\treturn base;\n};\n\n/**\n * Converts a digit/integer into a basic code point.\n * @see `basicToDigit()`\n * @private\n * @param {Number} digit The numeric value of a basic code point.\n * @returns {Number} The basic code point whose value (when used for\n * representing integers) is `digit`, which needs to be in the range\n * `0` to `base - 1`. If `flag` is non-zero, the uppercase form is\n * used; else, the lowercase form is used. The behavior is undefined\n * if `flag` is non-zero and `digit` has no uppercase form.\n */\nconst digitToBasic = function(digit, flag) {\n\t// 0..25 map to ASCII a..z or A..Z\n\t// 26..35 map to ASCII 0..9\n\treturn digit + 22 + 75 * (digit < 26) - ((flag != 0) << 5);\n};\n\n/**\n * Bias adaptation function as per section 3.4 of RFC 3492.\n * https://tools.ietf.org/html/rfc3492#section-3.4\n * @private\n */\nconst adapt = function(delta, numPoints, firstTime) {\n\tlet k = 0;\n\tdelta = firstTime ? floor(delta / damp) : delta >> 1;\n\tdelta += floor(delta / numPoints);\n\tfor (/* no initialization */; delta > baseMinusTMin * tMax >> 1; k += base) {\n\t\tdelta = floor(delta / baseMinusTMin);\n\t}\n\treturn floor(k + (baseMinusTMin + 1) * delta / (delta + skew));\n};\n\n/**\n * Converts a Punycode string of ASCII-only symbols to a string of Unicode\n * symbols.\n * @memberOf punycode\n * @param {String} input The Punycode string of ASCII-only symbols.\n * @returns {String} The resulting string of Unicode symbols.\n */\nconst decode = function(input) {\n\t// Don't use UCS-2.\n\tconst output = [];\n\tconst inputLength = input.length;\n\tlet i = 0;\n\tlet n = initialN;\n\tlet bias = initialBias;\n\n\t// Handle the basic code points: let `basic` be the number of input code\n\t// points before the last delimiter, or `0` if there is none, then copy\n\t// the first basic code points to the output.\n\n\tlet basic = input.lastIndexOf(delimiter);\n\tif (basic < 0) {\n\t\tbasic = 0;\n\t}\n\n\tfor (let j = 0; j < basic; ++j) {\n\t\t// if it's not a basic code point\n\t\tif (input.charCodeAt(j) >= 0x80) {\n\t\t\terror('not-basic');\n\t\t}\n\t\toutput.push(input.charCodeAt(j));\n\t}\n\n\t// Main decoding loop: start just after the last delimiter if any basic code\n\t// points were copied; start at the beginning otherwise.\n\n\tfor (let index = basic > 0 ? basic + 1 : 0; index < inputLength; /* no final expression */) {\n\n\t\t// `index` is the index of the next character to be consumed.\n\t\t// Decode a generalized variable-length integer into `delta`,\n\t\t// which gets added to `i`. The overflow checking is easier\n\t\t// if we increase `i` as we go, then subtract off its starting\n\t\t// value at the end to obtain `delta`.\n\t\tlet oldi = i;\n\t\tfor (let w = 1, k = base; /* no condition */; k += base) {\n\n\t\t\tif (index >= inputLength) {\n\t\t\t\terror('invalid-input');\n\t\t\t}\n\n\t\t\tconst digit = basicToDigit(input.charCodeAt(index++));\n\n\t\t\tif (digit >= base || digit > floor((maxInt - i) / w)) {\n\t\t\t\terror('overflow');\n\t\t\t}\n\n\t\t\ti += digit * w;\n\t\t\tconst t = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias);\n\n\t\t\tif (digit < t) {\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tconst baseMinusT = base - t;\n\t\t\tif (w > floor(maxInt / baseMinusT)) {\n\t\t\t\terror('overflow');\n\t\t\t}\n\n\t\t\tw *= baseMinusT;\n\n\t\t}\n\n\t\tconst out = output.length + 1;\n\t\tbias = adapt(i - oldi, out, oldi == 0);\n\n\t\t// `i` was supposed to wrap around from `out` to `0`,\n\t\t// incrementing `n` each time, so we'll fix that now:\n\t\tif (floor(i / out) > maxInt - n) {\n\t\t\terror('overflow');\n\t\t}\n\n\t\tn += floor(i / out);\n\t\ti %= out;\n\n\t\t// Insert `n` at position `i` of the output.\n\t\toutput.splice(i++, 0, n);\n\n\t}\n\n\treturn String.fromCodePoint(...output);\n};\n\n/**\n * Converts a string of Unicode symbols (e.g. a domain name label) to a\n * Punycode string of ASCII-only symbols.\n * @memberOf punycode\n * @param {String} input The string of Unicode symbols.\n * @returns {String} The resulting Punycode string of ASCII-only symbols.\n */\nconst encode = function(input) {\n\tconst output = [];\n\n\t// Convert the input in UCS-2 to an array of Unicode code points.\n\tinput = ucs2decode(input);\n\n\t// Cache the length.\n\tlet inputLength = input.length;\n\n\t// Initialize the state.\n\tlet n = initialN;\n\tlet delta = 0;\n\tlet bias = initialBias;\n\n\t// Handle the basic code points.\n\tfor (const currentValue of input) {\n\t\tif (currentValue < 0x80) {\n\t\t\toutput.push(stringFromCharCode(currentValue));\n\t\t}\n\t}\n\n\tlet basicLength = output.length;\n\tlet handledCPCount = basicLength;\n\n\t// `handledCPCount` is the number of code points that have been handled;\n\t// `basicLength` is the number of basic code points.\n\n\t// Finish the basic string with a delimiter unless it's empty.\n\tif (basicLength) {\n\t\toutput.push(delimiter);\n\t}\n\n\t// Main encoding loop:\n\twhile (handledCPCount < inputLength) {\n\n\t\t// All non-basic code points < n have been handled already. Find the next\n\t\t// larger one:\n\t\tlet m = maxInt;\n\t\tfor (const currentValue of input) {\n\t\t\tif (currentValue >= n && currentValue < m) {\n\t\t\t\tm = currentValue;\n\t\t\t}\n\t\t}\n\n\t\t// Increase `delta` enough to advance the decoder's state to ,\n\t\t// but guard against overflow.\n\t\tconst handledCPCountPlusOne = handledCPCount + 1;\n\t\tif (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) {\n\t\t\terror('overflow');\n\t\t}\n\n\t\tdelta += (m - n) * handledCPCountPlusOne;\n\t\tn = m;\n\n\t\tfor (const currentValue of input) {\n\t\t\tif (currentValue < n && ++delta > maxInt) {\n\t\t\t\terror('overflow');\n\t\t\t}\n\t\t\tif (currentValue == n) {\n\t\t\t\t// Represent delta as a generalized variable-length integer.\n\t\t\t\tlet q = delta;\n\t\t\t\tfor (let k = base; /* no condition */; k += base) {\n\t\t\t\t\tconst t = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias);\n\t\t\t\t\tif (q < t) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t\tconst qMinusT = q - t;\n\t\t\t\t\tconst baseMinusT = base - t;\n\t\t\t\t\toutput.push(\n\t\t\t\t\t\tstringFromCharCode(digitToBasic(t + qMinusT % baseMinusT, 0))\n\t\t\t\t\t);\n\t\t\t\t\tq = floor(qMinusT / baseMinusT);\n\t\t\t\t}\n\n\t\t\t\toutput.push(stringFromCharCode(digitToBasic(q, 0)));\n\t\t\t\tbias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength);\n\t\t\t\tdelta = 0;\n\t\t\t\t++handledCPCount;\n\t\t\t}\n\t\t}\n\n\t\t++delta;\n\t\t++n;\n\n\t}\n\treturn output.join('');\n};\n\n/**\n * Converts a Punycode string representing a domain name or an email address\n * to Unicode. Only the Punycoded parts of the input will be converted, i.e.\n * it doesn't matter if you call it on a string that has already been\n * converted to Unicode.\n * @memberOf punycode\n * @param {String} input The Punycoded domain name or email address to\n * convert to Unicode.\n * @returns {String} The Unicode representation of the given Punycode\n * string.\n */\nconst toUnicode = function(input) {\n\treturn mapDomain(input, function(string) {\n\t\treturn regexPunycode.test(string)\n\t\t\t? decode(string.slice(4).toLowerCase())\n\t\t\t: string;\n\t});\n};\n\n/**\n * Converts a Unicode string representing a domain name or an email address to\n * Punycode. Only the non-ASCII parts of the domain name will be converted,\n * i.e. it doesn't matter if you call it with a domain that's already in\n * ASCII.\n * @memberOf punycode\n * @param {String} input The domain name or email address to convert, as a\n * Unicode string.\n * @returns {String} The Punycode representation of the given domain name or\n * email address.\n */\nconst toASCII = function(input) {\n\treturn mapDomain(input, function(string) {\n\t\treturn regexNonASCII.test(string)\n\t\t\t? 'xn--' + encode(string)\n\t\t\t: string;\n\t});\n};\n\n/*--------------------------------------------------------------------------*/\n\n/** Define the public API */\nconst punycode = {\n\t/**\n\t * A string representing the current Punycode.js version number.\n\t * @memberOf punycode\n\t * @type String\n\t */\n\t'version': '2.1.0',\n\t/**\n\t * An object of methods to convert from JavaScript's internal character\n\t * representation (UCS-2) to Unicode code points, and back.\n\t * @see \n\t * @memberOf punycode\n\t * @type Object\n\t */\n\t'ucs2': {\n\t\t'decode': ucs2decode,\n\t\t'encode': ucs2encode\n\t},\n\t'decode': decode,\n\t'encode': encode,\n\t'toASCII': toASCII,\n\t'toUnicode': toUnicode\n};\n\nexport default punycode;\n","import { URIRegExps } from \"./uri\";\nimport { buildExps } from \"./regexps-uri\";\n\nexport default buildExps(true);\n","import { URIRegExps } from \"./uri\";\nimport { merge, subexp } from \"./util\";\n\nexport function buildExps(isIRI:boolean):URIRegExps {\n\tconst\n\t\tALPHA$$ = \"[A-Za-z]\",\n\t\tCR$ = \"[\\\\x0D]\",\n\t\tDIGIT$$ = \"[0-9]\",\n\t\tDQUOTE$$ = \"[\\\\x22]\",\n\t\tHEXDIG$$ = merge(DIGIT$$, \"[A-Fa-f]\"), //case-insensitive\n\t\tLF$$ = \"[\\\\x0A]\",\n\t\tSP$$ = \"[\\\\x20]\",\n\t\tPCT_ENCODED$ = subexp(subexp(\"%[EFef]\" + HEXDIG$$ + \"%\" + HEXDIG$$ + HEXDIG$$ + \"%\" + HEXDIG$$ + HEXDIG$$) + \"|\" + subexp(\"%[89A-Fa-f]\" + HEXDIG$$ + \"%\" + HEXDIG$$ + HEXDIG$$) + \"|\" + subexp(\"%\" + HEXDIG$$ + HEXDIG$$)), //expanded\n\t\tGEN_DELIMS$$ = \"[\\\\:\\\\/\\\\?\\\\#\\\\[\\\\]\\\\@]\",\n\t\tSUB_DELIMS$$ = \"[\\\\!\\\\$\\\\&\\\\'\\\\(\\\\)\\\\*\\\\+\\\\,\\\\;\\\\=]\",\n\t\tRESERVED$$ = merge(GEN_DELIMS$$, SUB_DELIMS$$),\n\t\tUCSCHAR$$ = isIRI ? \"[\\\\xA0-\\\\u200D\\\\u2010-\\\\u2029\\\\u202F-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFEF]\" : \"[]\", //subset, excludes bidi control characters\n\t\tIPRIVATE$$ = isIRI ? \"[\\\\uE000-\\\\uF8FF]\" : \"[]\", //subset\n\t\tUNRESERVED$$ = merge(ALPHA$$, DIGIT$$, \"[\\\\-\\\\.\\\\_\\\\~]\", UCSCHAR$$),\n\t\tSCHEME$ = subexp(ALPHA$$ + merge(ALPHA$$, DIGIT$$, \"[\\\\+\\\\-\\\\.]\") + \"*\"),\n\t\tUSERINFO$ = subexp(subexp(PCT_ENCODED$ + \"|\" + merge(UNRESERVED$$, SUB_DELIMS$$, \"[\\\\:]\")) + \"*\"),\n\t\tDEC_OCTET$ = subexp(subexp(\"25[0-5]\") + \"|\" + subexp(\"2[0-4]\" + DIGIT$$) + \"|\" + subexp(\"1\" + DIGIT$$ + DIGIT$$) + \"|\" + subexp(\"[1-9]\" + DIGIT$$) + \"|\" + DIGIT$$),\n\t\tDEC_OCTET_RELAXED$ = subexp(subexp(\"25[0-5]\") + \"|\" + subexp(\"2[0-4]\" + DIGIT$$) + \"|\" + subexp(\"1\" + DIGIT$$ + DIGIT$$) + \"|\" + subexp(\"0?[1-9]\" + DIGIT$$) + \"|0?0?\" + DIGIT$$), //relaxed parsing rules\n\t\tIPV4ADDRESS$ = subexp(DEC_OCTET_RELAXED$ + \"\\\\.\" + DEC_OCTET_RELAXED$ + \"\\\\.\" + DEC_OCTET_RELAXED$ + \"\\\\.\" + DEC_OCTET_RELAXED$),\n\t\tH16$ = subexp(HEXDIG$$ + \"{1,4}\"),\n\t\tLS32$ = subexp(subexp(H16$ + \"\\\\:\" + H16$) + \"|\" + IPV4ADDRESS$),\n\t\tIPV6ADDRESS1$ = subexp( subexp(H16$ + \"\\\\:\") + \"{6}\" + LS32$), // 6( h16 \":\" ) ls32\n\t\tIPV6ADDRESS2$ = subexp( \"\\\\:\\\\:\" + subexp(H16$ + \"\\\\:\") + \"{5}\" + LS32$), // \"::\" 5( h16 \":\" ) ls32\n\t\tIPV6ADDRESS3$ = subexp(subexp( H16$) + \"?\\\\:\\\\:\" + subexp(H16$ + \"\\\\:\") + \"{4}\" + LS32$), //[ h16 ] \"::\" 4( h16 \":\" ) ls32\n\t\tIPV6ADDRESS4$ = subexp(subexp(subexp(H16$ + \"\\\\:\") + \"{0,1}\" + H16$) + \"?\\\\:\\\\:\" + subexp(H16$ + \"\\\\:\") + \"{3}\" + LS32$), //[ *1( h16 \":\" ) h16 ] \"::\" 3( h16 \":\" ) ls32\n\t\tIPV6ADDRESS5$ = subexp(subexp(subexp(H16$ + \"\\\\:\") + \"{0,2}\" + H16$) + \"?\\\\:\\\\:\" + subexp(H16$ + \"\\\\:\") + \"{2}\" + LS32$), //[ *2( h16 \":\" ) h16 ] \"::\" 2( h16 \":\" ) ls32\n\t\tIPV6ADDRESS6$ = subexp(subexp(subexp(H16$ + \"\\\\:\") + \"{0,3}\" + H16$) + \"?\\\\:\\\\:\" + H16$ + \"\\\\:\" + LS32$), //[ *3( h16 \":\" ) h16 ] \"::\" h16 \":\" ls32\n\t\tIPV6ADDRESS7$ = subexp(subexp(subexp(H16$ + \"\\\\:\") + \"{0,4}\" + H16$) + \"?\\\\:\\\\:\" + LS32$), //[ *4( h16 \":\" ) h16 ] \"::\" ls32\n\t\tIPV6ADDRESS8$ = subexp(subexp(subexp(H16$ + \"\\\\:\") + \"{0,5}\" + H16$) + \"?\\\\:\\\\:\" + H16$ ), //[ *5( h16 \":\" ) h16 ] \"::\" h16\n\t\tIPV6ADDRESS9$ = subexp(subexp(subexp(H16$ + \"\\\\:\") + \"{0,6}\" + H16$) + \"?\\\\:\\\\:\" ), //[ *6( h16 \":\" ) h16 ] \"::\"\n\t\tIPV6ADDRESS$ = subexp([IPV6ADDRESS1$, IPV6ADDRESS2$, IPV6ADDRESS3$, IPV6ADDRESS4$, IPV6ADDRESS5$, IPV6ADDRESS6$, IPV6ADDRESS7$, IPV6ADDRESS8$, IPV6ADDRESS9$].join(\"|\")),\n\t\tZONEID$ = subexp(subexp(UNRESERVED$$ + \"|\" + PCT_ENCODED$) + \"+\"), //RFC 6874\n\t\tIPV6ADDRZ$ = subexp(IPV6ADDRESS$ + \"\\\\%25\" + ZONEID$), //RFC 6874\n\t\tIPV6ADDRZ_RELAXED$ = subexp(IPV6ADDRESS$ + subexp(\"\\\\%25|\\\\%(?!\" + HEXDIG$$ + \"{2})\") + ZONEID$), //RFC 6874, with relaxed parsing rules\n\t\tIPVFUTURE$ = subexp(\"[vV]\" + HEXDIG$$ + \"+\\\\.\" + merge(UNRESERVED$$, SUB_DELIMS$$, \"[\\\\:]\") + \"+\"),\n\t\tIP_LITERAL$ = subexp(\"\\\\[\" + subexp(IPV6ADDRZ_RELAXED$ + \"|\" + IPV6ADDRESS$ + \"|\" + IPVFUTURE$) + \"\\\\]\"), //RFC 6874\n\t\tREG_NAME$ = subexp(subexp(PCT_ENCODED$ + \"|\" + merge(UNRESERVED$$, SUB_DELIMS$$)) + \"*\"),\n\t\tHOST$ = subexp(IP_LITERAL$ + \"|\" + IPV4ADDRESS$ + \"(?!\" + REG_NAME$ + \")\" + \"|\" + REG_NAME$),\n\t\tPORT$ = subexp(DIGIT$$ + \"*\"),\n\t\tAUTHORITY$ = subexp(subexp(USERINFO$ + \"@\") + \"?\" + HOST$ + subexp(\"\\\\:\" + PORT$) + \"?\"),\n\t\tPCHAR$ = subexp(PCT_ENCODED$ + \"|\" + merge(UNRESERVED$$, SUB_DELIMS$$, \"[\\\\:\\\\@]\")),\n\t\tSEGMENT$ = subexp(PCHAR$ + \"*\"),\n\t\tSEGMENT_NZ$ = subexp(PCHAR$ + \"+\"),\n\t\tSEGMENT_NZ_NC$ = subexp(subexp(PCT_ENCODED$ + \"|\" + merge(UNRESERVED$$, SUB_DELIMS$$, \"[\\\\@]\")) + \"+\"),\n\t\tPATH_ABEMPTY$ = subexp(subexp(\"\\\\/\" + SEGMENT$) + \"*\"),\n\t\tPATH_ABSOLUTE$ = subexp(\"\\\\/\" + subexp(SEGMENT_NZ$ + PATH_ABEMPTY$) + \"?\"), //simplified\n\t\tPATH_NOSCHEME$ = subexp(SEGMENT_NZ_NC$ + PATH_ABEMPTY$), //simplified\n\t\tPATH_ROOTLESS$ = subexp(SEGMENT_NZ$ + PATH_ABEMPTY$), //simplified\n\t\tPATH_EMPTY$ = \"(?!\" + PCHAR$ + \")\",\n\t\tPATH$ = subexp(PATH_ABEMPTY$ + \"|\" + PATH_ABSOLUTE$ + \"|\" + PATH_NOSCHEME$ + \"|\" + PATH_ROOTLESS$ + \"|\" + PATH_EMPTY$),\n\t\tQUERY$ = subexp(subexp(PCHAR$ + \"|\" + merge(\"[\\\\/\\\\?]\", IPRIVATE$$)) + \"*\"),\n\t\tFRAGMENT$ = subexp(subexp(PCHAR$ + \"|[\\\\/\\\\?]\") + \"*\"),\n\t\tHIER_PART$ = subexp(subexp(\"\\\\/\\\\/\" + AUTHORITY$ + PATH_ABEMPTY$) + \"|\" + PATH_ABSOLUTE$ + \"|\" + PATH_ROOTLESS$ + \"|\" + PATH_EMPTY$),\n\t\tURI$ = subexp(SCHEME$ + \"\\\\:\" + HIER_PART$ + subexp(\"\\\\?\" + QUERY$) + \"?\" + subexp(\"\\\\#\" + FRAGMENT$) + \"?\"),\n\t\tRELATIVE_PART$ = subexp(subexp(\"\\\\/\\\\/\" + AUTHORITY$ + PATH_ABEMPTY$) + \"|\" + PATH_ABSOLUTE$ + \"|\" + PATH_NOSCHEME$ + \"|\" + PATH_EMPTY$),\n\t\tRELATIVE$ = subexp(RELATIVE_PART$ + subexp(\"\\\\?\" + QUERY$) + \"?\" + subexp(\"\\\\#\" + FRAGMENT$) + \"?\"),\n\t\tURI_REFERENCE$ = subexp(URI$ + \"|\" + RELATIVE$),\n\t\tABSOLUTE_URI$ = subexp(SCHEME$ + \"\\\\:\" + HIER_PART$ + subexp(\"\\\\?\" + QUERY$) + \"?\"),\n\n\t\tGENERIC_REF$ = \"^(\" + SCHEME$ + \")\\\\:\" + subexp(subexp(\"\\\\/\\\\/(\" + subexp(\"(\" + USERINFO$ + \")@\") + \"?(\" + HOST$ + \")\" + subexp(\"\\\\:(\" + PORT$ + \")\") + \"?)\") + \"?(\" + PATH_ABEMPTY$ + \"|\" + PATH_ABSOLUTE$ + \"|\" + PATH_ROOTLESS$ + \"|\" + PATH_EMPTY$ + \")\") + subexp(\"\\\\?(\" + QUERY$ + \")\") + \"?\" + subexp(\"\\\\#(\" + FRAGMENT$ + \")\") + \"?$\",\n\t\tRELATIVE_REF$ = \"^(){0}\" + subexp(subexp(\"\\\\/\\\\/(\" + subexp(\"(\" + USERINFO$ + \")@\") + \"?(\" + HOST$ + \")\" + subexp(\"\\\\:(\" + PORT$ + \")\") + \"?)\") + \"?(\" + PATH_ABEMPTY$ + \"|\" + PATH_ABSOLUTE$ + \"|\" + PATH_NOSCHEME$ + \"|\" + PATH_EMPTY$ + \")\") + subexp(\"\\\\?(\" + QUERY$ + \")\") + \"?\" + subexp(\"\\\\#(\" + FRAGMENT$ + \")\") + \"?$\",\n\t\tABSOLUTE_REF$ = \"^(\" + SCHEME$ + \")\\\\:\" + subexp(subexp(\"\\\\/\\\\/(\" + subexp(\"(\" + USERINFO$ + \")@\") + \"?(\" + HOST$ + \")\" + subexp(\"\\\\:(\" + PORT$ + \")\") + \"?)\") + \"?(\" + PATH_ABEMPTY$ + \"|\" + PATH_ABSOLUTE$ + \"|\" + PATH_ROOTLESS$ + \"|\" + PATH_EMPTY$ + \")\") + subexp(\"\\\\?(\" + QUERY$ + \")\") + \"?$\",\n\t\tSAMEDOC_REF$ = \"^\" + subexp(\"\\\\#(\" + FRAGMENT$ + \")\") + \"?$\",\n\t\tAUTHORITY_REF$ = \"^\" + subexp(\"(\" + USERINFO$ + \")@\") + \"?(\" + HOST$ + \")\" + subexp(\"\\\\:(\" + PORT$ + \")\") + \"?$\"\n\t;\n\n\treturn {\n\t\tNOT_SCHEME : new RegExp(merge(\"[^]\", ALPHA$$, DIGIT$$, \"[\\\\+\\\\-\\\\.]\"), \"g\"),\n\t\tNOT_USERINFO : new RegExp(merge(\"[^\\\\%\\\\:]\", UNRESERVED$$, SUB_DELIMS$$), \"g\"),\n\t\tNOT_HOST : new RegExp(merge(\"[^\\\\%\\\\[\\\\]\\\\:]\", UNRESERVED$$, SUB_DELIMS$$), \"g\"),\n\t\tNOT_PATH : new RegExp(merge(\"[^\\\\%\\\\/\\\\:\\\\@]\", UNRESERVED$$, SUB_DELIMS$$), \"g\"),\n\t\tNOT_PATH_NOSCHEME : new RegExp(merge(\"[^\\\\%\\\\/\\\\@]\", UNRESERVED$$, SUB_DELIMS$$), \"g\"),\n\t\tNOT_QUERY : new RegExp(merge(\"[^\\\\%]\", UNRESERVED$$, SUB_DELIMS$$, \"[\\\\:\\\\@\\\\/\\\\?]\", IPRIVATE$$), \"g\"),\n\t\tNOT_FRAGMENT : new RegExp(merge(\"[^\\\\%]\", UNRESERVED$$, SUB_DELIMS$$, \"[\\\\:\\\\@\\\\/\\\\?]\"), \"g\"),\n\t\tESCAPE : new RegExp(merge(\"[^]\", UNRESERVED$$, SUB_DELIMS$$), \"g\"),\n\t\tUNRESERVED : new RegExp(UNRESERVED$$, \"g\"),\n\t\tOTHER_CHARS : new RegExp(merge(\"[^\\\\%]\", UNRESERVED$$, RESERVED$$), \"g\"),\n\t\tPCT_ENCODED : new RegExp(PCT_ENCODED$, \"g\"),\n\t\tIPV4ADDRESS : new RegExp(\"^(\" + IPV4ADDRESS$ + \")$\"),\n\t\tIPV6ADDRESS : new RegExp(\"^\\\\[?(\" + IPV6ADDRESS$ + \")\" + subexp(subexp(\"\\\\%25|\\\\%(?!\" + HEXDIG$$ + \"{2})\") + \"(\" + ZONEID$ + \")\") + \"?\\\\]?$\") //RFC 6874, with relaxed parsing rules\n\t};\n}\n\nexport default buildExps(false);\n","export function merge(...sets:Array):string {\n\tif (sets.length > 1) {\n\t\tsets[0] = sets[0].slice(0, -1);\n\t\tconst xl = sets.length - 1;\n\t\tfor (let x = 1; x < xl; ++x) {\n\t\t\tsets[x] = sets[x].slice(1, -1);\n\t\t}\n\t\tsets[xl] = sets[xl].slice(1);\n\t\treturn sets.join('');\n\t} else {\n\t\treturn sets[0];\n\t}\n}\n\nexport function subexp(str:string):string {\n\treturn \"(?:\" + str + \")\";\n}\n\nexport function typeOf(o:any):string {\n\treturn o === undefined ? \"undefined\" : (o === null ? \"null\" : Object.prototype.toString.call(o).split(\" \").pop().split(\"]\").shift().toLowerCase());\n}\n\nexport function toUpperCase(str:string):string {\n\treturn str.toUpperCase();\n}\n\nexport function toArray(obj:any):Array {\n\treturn obj !== undefined && obj !== null ? (obj instanceof Array ? obj : (typeof obj.length !== \"number\" || obj.split || obj.setInterval || obj.call ? [obj] : Array.prototype.slice.call(obj))) : [];\n}\n\n\nexport function assign(target: object, source: any): any {\n\tconst obj = target as any;\n\tif (source) {\n\t\tfor (const key in source) {\n\t\t\tobj[key] = source[key];\n\t\t}\n\t}\n\treturn obj;\n}"],"names":["SCHEMES","uuid","scheme","urn","mailto","wss","ws","https","http","urnComponents","nss","uuidComponents","toLowerCase","options","error","tolerant","match","UUID","undefined","handler","uriComponents","path","nid","schemeHandler","serialize","urnScheme","parse","matches","components","URN_PARSE","query","fields","join","length","push","name","replace","PCT_ENCODED","decodeUnreserved","toUpperCase","NOT_HFNAME","pctEncChar","headers","NOT_HFVALUE","O","mailtoComponents","body","subject","to","x","localPart","domain","iri","e","punycode","toASCII","unescapeComponent","toUnicode","toAddr","slice","atIdx","NOT_LOCAL_PART","lastIndexOf","String","xl","toArray","addr","unicodeSupport","split","unknownHeaders","hfield","toAddrs","hfields","decStr","UNRESERVED","str","pctDecChars","RegExp","merge","UNRESERVED$$","SOME_DELIMS$$","ATEXT$$","VCHAR$$","PCT_ENCODED$","QTEXT$$","subexp","HEXDIG$$","isIRI","domainHost","wsComponents","fragment","resourceName","secure","port","isSecure","host","toString","URI_PROTOCOL","IRI_PROTOCOL","ESCAPE","escapeComponent","uriA","uriB","typeOf","equal","uri","normalize","resolveComponents","baseURI","schemelessOptions","relativeURI","assign","resolve","target","relative","base","userinfo","removeDotSegments","charAt","skipNormalization","uriTokens","s","authority","absolutePath","reference","_recomposeAuthority","protocol","IPV6ADDRESS","test","output","Error","input","im","RDS5","pop","RDS3","RDS2","RDS1","$1","$2","_normalizeIPv6","_normalizeIPv4","_","uriString","isNaN","indexOf","parseInt","NO_MATCH_IS_UNDEFINED","URI_PARSE","newHost","zone","newFirst","newLast","longestZeroFields","index","b","a","allZeroFields","sort","acc","lastLongest","field","reduce","fieldCount","isLastFieldIPv4Address","firstFields","lastFields","lastFieldsStart","Array","IPV4ADDRESS","last","map","_stripLeadingZeros","first","address","reverse","NOT_FRAGMENT","NOT_QUERY","NOT_PATH","NOT_PATH_NOSCHEME","NOT_HOST","NOT_USERINFO","NOT_SCHEME","_normalizeComponentEncoding","newStr","substr","i","fromCharCode","c","c2","c3","il","chr","charCodeAt","encode","decode","ucs2encode","ucs2decode","regexNonASCII","string","mapDomain","regexPunycode","n","delta","handledCPCount","adapt","handledCPCountPlusOne","basicLength","stringFromCharCode","digitToBasic","q","floor","qMinusT","baseMinusT","t","k","bias","tMin","tMax","currentValue","maxInt","m","inputLength","delimiter","initialBias","initialN","fromCodePoint","splice","out","oldi","w","digit","basicToDigit","basic","j","baseMinusTMin","skew","numPoints","firstTime","damp","flag","codePoint","array","value","extra","counter","result","encoded","labels","fn","regexSeparators","parts","RangeError","errors","type","Math","buildExps","IPV6ADDRESS$","ZONEID$","IPV4ADDRESS$","RESERVED$$","SUB_DELIMS$$","IPRIVATE$$","ALPHA$$","DIGIT$$","AUTHORITY_REF$","USERINFO$","HOST$","PORT$","SAMEDOC_REF$","FRAGMENT$","ABSOLUTE_REF$","SCHEME$","PATH_ABEMPTY$","PATH_ABSOLUTE$","PATH_ROOTLESS$","PATH_EMPTY$","QUERY$","RELATIVE_REF$","PATH_NOSCHEME$","GENERIC_REF$","ABSOLUTE_URI$","HIER_PART$","URI_REFERENCE$","URI$","RELATIVE$","RELATIVE_PART$","AUTHORITY$","PCHAR$","PATH$","SEGMENT_NZ$","SEGMENT_NZ_NC$","SEGMENT$","IP_LITERAL$","REG_NAME$","IPV6ADDRZ_RELAXED$","IPVFUTURE$","IPV6ADDRESS1$","IPV6ADDRESS2$","IPV6ADDRESS3$","IPV6ADDRESS4$","IPV6ADDRESS5$","IPV6ADDRESS6$","IPV6ADDRESS7$","IPV6ADDRESS8$","IPV6ADDRESS9$","H16$","LS32$","DEC_OCTET_RELAXED$","DEC_OCTET$","UCSCHAR$$","GEN_DELIMS$$","SP$$","DQUOTE$$","CR$","obj","key","source","setInterval","call","prototype","o","Object","shift","sets"],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/uri-js/dist/es5/uri.all.min.d.ts b/node_modules/uri-js/dist/es5/uri.all.min.d.ts new file mode 100755 index 0000000..da51e23 --- /dev/null +++ b/node_modules/uri-js/dist/es5/uri.all.min.d.ts @@ -0,0 +1,59 @@ +export interface URIComponents { + scheme?: string; + userinfo?: string; + host?: string; + port?: number | string; + path?: string; + query?: string; + fragment?: string; + reference?: string; + error?: string; +} +export interface URIOptions { + scheme?: string; + reference?: string; + tolerant?: boolean; + absolutePath?: boolean; + iri?: boolean; + unicodeSupport?: boolean; + domainHost?: boolean; +} +export interface URISchemeHandler { + scheme: string; + parse(components: ParentComponents, options: Options): Components; + serialize(components: Components, options: Options): ParentComponents; + unicodeSupport?: boolean; + domainHost?: boolean; + absolutePath?: boolean; +} +export interface URIRegExps { + NOT_SCHEME: RegExp; + NOT_USERINFO: RegExp; + NOT_HOST: RegExp; + NOT_PATH: RegExp; + NOT_PATH_NOSCHEME: RegExp; + NOT_QUERY: RegExp; + NOT_FRAGMENT: RegExp; + ESCAPE: RegExp; + UNRESERVED: RegExp; + OTHER_CHARS: RegExp; + PCT_ENCODED: RegExp; + IPV4ADDRESS: RegExp; + IPV6ADDRESS: RegExp; +} +export declare const SCHEMES: { + [scheme: string]: URISchemeHandler; +}; +export declare function pctEncChar(chr: string): string; +export declare function pctDecChars(str: string): string; +export declare function parse(uriString: string, options?: URIOptions): URIComponents; +export declare function removeDotSegments(input: string): string; +export declare function serialize(components: URIComponents, options?: URIOptions): string; +export declare function resolveComponents(base: URIComponents, relative: URIComponents, options?: URIOptions, skipNormalization?: boolean): URIComponents; +export declare function resolve(baseURI: string, relativeURI: string, options?: URIOptions): string; +export declare function normalize(uri: string, options?: URIOptions): string; +export declare function normalize(uri: URIComponents, options?: URIOptions): URIComponents; +export declare function equal(uriA: string, uriB: string, options?: URIOptions): boolean; +export declare function equal(uriA: URIComponents, uriB: URIComponents, options?: URIOptions): boolean; +export declare function escapeComponent(str: string, options?: URIOptions): string; +export declare function unescapeComponent(str: string, options?: URIOptions): string; diff --git a/node_modules/uri-js/dist/es5/uri.all.min.js b/node_modules/uri-js/dist/es5/uri.all.min.js new file mode 100755 index 0000000..fcd8458 --- /dev/null +++ b/node_modules/uri-js/dist/es5/uri.all.min.js @@ -0,0 +1,3 @@ +/** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */ +!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports):"function"==typeof define&&define.amd?define(["exports"],r):r(e.URI=e.URI||{})}(this,function(e){"use strict";function r(){for(var e=arguments.length,r=Array(e),n=0;n1){r[0]=r[0].slice(0,-1);for(var t=r.length-1,o=1;o1&&(t=n[0]+"@",e=n[1]),e=e.replace(j,"."),t+f(e.split("."),r).join(".")}function p(e){for(var r=[],n=0,t=e.length;n=55296&&o<=56319&&n>6|192).toString(16).toUpperCase()+"%"+(63&r|128).toString(16).toUpperCase():"%"+(r>>12|224).toString(16).toUpperCase()+"%"+(r>>6&63|128).toString(16).toUpperCase()+"%"+(63&r|128).toString(16).toUpperCase()}function d(e){for(var r="",n=0,t=e.length;n=194&&o<224){if(t-n>=6){var a=parseInt(e.substr(n+4,2),16);r+=String.fromCharCode((31&o)<<6|63&a)}else r+=e.substr(n,6);n+=6}else if(o>=224){if(t-n>=9){var i=parseInt(e.substr(n+4,2),16),u=parseInt(e.substr(n+7,2),16);r+=String.fromCharCode((15&o)<<12|(63&i)<<6|63&u)}else r+=e.substr(n,9);n+=9}else r+=e.substr(n,3),n+=3}return r}function l(e,r){function n(e){var n=d(e);return n.match(r.UNRESERVED)?n:e}return e.scheme&&(e.scheme=String(e.scheme).replace(r.PCT_ENCODED,n).toLowerCase().replace(r.NOT_SCHEME,"")),e.userinfo!==undefined&&(e.userinfo=String(e.userinfo).replace(r.PCT_ENCODED,n).replace(r.NOT_USERINFO,h).replace(r.PCT_ENCODED,o)),e.host!==undefined&&(e.host=String(e.host).replace(r.PCT_ENCODED,n).toLowerCase().replace(r.NOT_HOST,h).replace(r.PCT_ENCODED,o)),e.path!==undefined&&(e.path=String(e.path).replace(r.PCT_ENCODED,n).replace(e.scheme?r.NOT_PATH:r.NOT_PATH_NOSCHEME,h).replace(r.PCT_ENCODED,o)),e.query!==undefined&&(e.query=String(e.query).replace(r.PCT_ENCODED,n).replace(r.NOT_QUERY,h).replace(r.PCT_ENCODED,o)),e.fragment!==undefined&&(e.fragment=String(e.fragment).replace(r.PCT_ENCODED,n).replace(r.NOT_FRAGMENT,h).replace(r.PCT_ENCODED,o)),e}function m(e){return e.replace(/^0*(.*)/,"$1")||"0"}function g(e,r){var n=e.match(r.IPV4ADDRESS)||[],t=T(n,2),o=t[1];return o?o.split(".").map(m).join("."):e}function v(e,r){var n=e.match(r.IPV6ADDRESS)||[],t=T(n,3),o=t[1],a=t[2];if(o){for(var i=o.toLowerCase().split("::").reverse(),u=T(i,2),s=u[0],f=u[1],c=f?f.split(":").map(m):[],p=s.split(":").map(m),h=r.IPV4ADDRESS.test(p[p.length-1]),d=h?7:8,l=p.length-d,v=Array(d),E=0;E1){var A=v.slice(0,y.index),D=v.slice(y.index+y.length);S=A.join(":")+"::"+D.join(":")}else S=v.join(":");return a&&(S+="%"+a),S}return e}function E(e){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{},n={},t=!1!==r.iri?R:F;"suffix"===r.reference&&(e=(r.scheme?r.scheme+":":"")+"//"+e);var o=e.match(K);if(o){W?(n.scheme=o[1],n.userinfo=o[3],n.host=o[4],n.port=parseInt(o[5],10),n.path=o[6]||"",n.query=o[7],n.fragment=o[8],isNaN(n.port)&&(n.port=o[5])):(n.scheme=o[1]||undefined,n.userinfo=-1!==e.indexOf("@")?o[3]:undefined,n.host=-1!==e.indexOf("//")?o[4]:undefined,n.port=parseInt(o[5],10),n.path=o[6]||"",n.query=-1!==e.indexOf("?")?o[7]:undefined,n.fragment=-1!==e.indexOf("#")?o[8]:undefined,isNaN(n.port)&&(n.port=e.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?o[4]:undefined)),n.host&&(n.host=v(g(n.host,t),t)),n.scheme!==undefined||n.userinfo!==undefined||n.host!==undefined||n.port!==undefined||n.path||n.query!==undefined?n.scheme===undefined?n.reference="relative":n.fragment===undefined?n.reference="absolute":n.reference="uri":n.reference="same-document",r.reference&&"suffix"!==r.reference&&r.reference!==n.reference&&(n.error=n.error||"URI is not a "+r.reference+" reference.");var a=J[(r.scheme||n.scheme||"").toLowerCase()];if(r.unicodeSupport||a&&a.unicodeSupport)l(n,t);else{if(n.host&&(r.domainHost||a&&a.domainHost))try{n.host=B.toASCII(n.host.replace(t.PCT_ENCODED,d).toLowerCase())}catch(i){n.error=n.error||"Host's domain name can not be converted to ASCII via punycode: "+i}l(n,F)}a&&a.parse&&a.parse(n,r)}else n.error=n.error||"URI can not be parsed.";return n}function C(e,r){var n=!1!==r.iri?R:F,t=[];return e.userinfo!==undefined&&(t.push(e.userinfo),t.push("@")),e.host!==undefined&&t.push(v(g(String(e.host),n),n).replace(n.IPV6ADDRESS,function(e,r,n){return"["+r+(n?"%25"+n:"")+"]"})),"number"!=typeof e.port&&"string"!=typeof e.port||(t.push(":"),t.push(String(e.port))),t.length?t.join(""):undefined}function y(e){for(var r=[];e.length;)if(e.match(X))e=e.replace(X,"");else if(e.match(ee))e=e.replace(ee,"/");else if(e.match(re))e=e.replace(re,"/"),r.pop();else if("."===e||".."===e)e="";else{var n=e.match(ne);if(!n)throw new Error("Unexpected dot segment condition");var t=n[0];e=e.slice(t.length),r.push(t)}return r.join("")}function S(e){var r=arguments.length>1&&arguments[1]!==undefined?arguments[1]:{},n=r.iri?R:F,t=[],o=J[(r.scheme||e.scheme||"").toLowerCase()];if(o&&o.serialize&&o.serialize(e,r),e.host)if(n.IPV6ADDRESS.test(e.host));else if(r.domainHost||o&&o.domainHost)try{e.host=r.iri?B.toUnicode(e.host):B.toASCII(e.host.replace(n.PCT_ENCODED,d).toLowerCase())}catch(u){e.error=e.error||"Host's domain name can not be converted to "+(r.iri?"Unicode":"ASCII")+" via punycode: "+u}l(e,n),"suffix"!==r.reference&&e.scheme&&(t.push(e.scheme),t.push(":"));var a=C(e,r);if(a!==undefined&&("suffix"!==r.reference&&t.push("//"),t.push(a),e.path&&"/"!==e.path.charAt(0)&&t.push("/")),e.path!==undefined){var i=e.path;r.absolutePath||o&&o.absolutePath||(i=y(i)),a===undefined&&(i=i.replace(/^\/\//,"/%2F")),t.push(i)}return e.query!==undefined&&(t.push("?"),t.push(e.query)),e.fragment!==undefined&&(t.push("#"),t.push(e.fragment)),t.join("")}function A(e,r){var n=arguments.length>2&&arguments[2]!==undefined?arguments[2]:{},t=arguments[3],o={};return t||(e=E(S(e,n),n),r=E(S(r,n),n)),n=n||{},!n.tolerant&&r.scheme?(o.scheme=r.scheme,o.userinfo=r.userinfo,o.host=r.host,o.port=r.port,o.path=y(r.path||""),o.query=r.query):(r.userinfo!==undefined||r.host!==undefined||r.port!==undefined?(o.userinfo=r.userinfo,o.host=r.host,o.port=r.port,o.path=y(r.path||""),o.query=r.query):(r.path?("/"===r.path.charAt(0)?o.path=y(r.path):(e.userinfo===undefined&&e.host===undefined&&e.port===undefined||e.path?e.path?o.path=e.path.slice(0,e.path.lastIndexOf("/")+1)+r.path:o.path=r.path:o.path="/"+r.path,o.path=y(o.path)),o.query=r.query):(o.path=e.path,r.query!==undefined?o.query=r.query:o.query=e.query),o.userinfo=e.userinfo,o.host=e.host,o.port=e.port),o.scheme=e.scheme),o.fragment=r.fragment,o}function D(e,r,n){var t=i({scheme:"null"},n);return S(A(E(e,t),E(r,t),t,!0),t)}function w(e,r){return"string"==typeof e?e=S(E(e,r),r):"object"===t(e)&&(e=E(S(e,r),r)),e}function b(e,r,n){return"string"==typeof e?e=S(E(e,n),n):"object"===t(e)&&(e=S(e,n)),"string"==typeof r?r=S(E(r,n),n):"object"===t(r)&&(r=S(r,n)),e===r}function x(e,r){return e&&e.toString().replace(r&&r.iri?R.ESCAPE:F.ESCAPE,h)}function O(e,r){return e&&e.toString().replace(r&&r.iri?R.PCT_ENCODED:F.PCT_ENCODED,d)}function N(e){return"boolean"==typeof e.secure?e.secure:"wss"===String(e.scheme).toLowerCase()}function I(e){var r=d(e);return r.match(he)?r:e}var F=u(!1),R=u(!0),T=function(){function e(e,r){var n=[],t=!0,o=!1,a=undefined;try{for(var i,u=e[Symbol.iterator]();!(t=(i=u.next()).done)&&(n.push(i.value),!r||n.length!==r);t=!0);}catch(s){o=!0,a=s}finally{try{!t&&u["return"]&&u["return"]()}finally{if(o)throw a}}return n}return function(r,n){if(Array.isArray(r))return r;if(Symbol.iterator in Object(r))return e(r,n);throw new TypeError("Invalid attempt to destructure non-iterable instance")}}(),_=function(e){if(Array.isArray(e)){for(var r=0,n=Array(e.length);r= 0x80 (not a basic code point)","invalid-input":"Invalid input"},z=Math.floor,L=String.fromCharCode,$=function(e){return String.fromCodePoint.apply(String,_(e))},M=function(e){return e-48<10?e-22:e-65<26?e-65:e-97<26?e-97:36},V=function(e,r){return e+22+75*(e<26)-((0!=r)<<5)},k=function(e,r,n){var t=0;for(e=n?z(e/700):e>>1,e+=z(e/r);e>455;t+=36)e=z(e/35);return z(t+36*e/(e+38))},Z=function(e){var r=[],n=e.length,t=0,o=128,a=72,i=e.lastIndexOf("-");i<0&&(i=0);for(var u=0;u=128&&s("not-basic"),r.push(e.charCodeAt(u));for(var f=i>0?i+1:0;f=n&&s("invalid-input");var d=M(e.charCodeAt(f++));(d>=36||d>z((P-t)/p))&&s("overflow"),t+=d*p;var l=h<=a?1:h>=a+26?26:h-a;if(dz(P/m)&&s("overflow"),p*=m}var g=r.length+1;a=k(t-c,g,0==c),z(t/g)>P-o&&s("overflow"),o+=z(t/g),t%=g,r.splice(t++,0,o)}return String.fromCodePoint.apply(String,r)},G=function(e){var r=[];e=p(e);var n=e.length,t=128,o=0,a=72,i=!0,u=!1,f=undefined;try{for(var c,h=e[Symbol.iterator]();!(i=(c=h.next()).done);i=!0){var d=c.value;d<128&&r.push(L(d))}}catch(U){u=!0,f=U}finally{try{!i&&h["return"]&&h["return"]()}finally{if(u)throw f}}var l=r.length,m=l;for(l&&r.push("-");m=t&&Az((P-o)/D)&&s("overflow"),o+=(g-t)*D,t=g;var w=!0,b=!1,x=undefined;try{for(var O,N=e[Symbol.iterator]();!(w=(O=N.next()).done);w=!0){var I=O.value;if(IP&&s("overflow"),I==t){for(var F=o,R=36;;R+=36){var T=R<=a?1:R>=a+26?26:R-a;if(FA-Z\\x5E-\\x7E]",'[\\"\\\\]'),he=new RegExp(se,"g"),de=new RegExp(ce,"g"),le=new RegExp(r("[^]","[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]","[\\.]",'[\\"]',pe),"g"),me=new RegExp(r("[^]",se,"[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]"),"g"),ge=me,ve={scheme:"mailto",parse:function(e,r){var n=e,t=n.to=n.path?n.path.split(","):[];if(n.path=undefined,n.query){for(var o=!1,a={},i=n.query.split("&"),u=0,s=i.length;u):string {\n\tif (sets.length > 1) {\n\t\tsets[0] = sets[0].slice(0, -1);\n\t\tconst xl = sets.length - 1;\n\t\tfor (let x = 1; x < xl; ++x) {\n\t\t\tsets[x] = sets[x].slice(1, -1);\n\t\t}\n\t\tsets[xl] = sets[xl].slice(1);\n\t\treturn sets.join('');\n\t} else {\n\t\treturn sets[0];\n\t}\n}\n\nexport function subexp(str:string):string {\n\treturn \"(?:\" + str + \")\";\n}\n\nexport function typeOf(o:any):string {\n\treturn o === undefined ? \"undefined\" : (o === null ? \"null\" : Object.prototype.toString.call(o).split(\" \").pop().split(\"]\").shift().toLowerCase());\n}\n\nexport function toUpperCase(str:string):string {\n\treturn str.toUpperCase();\n}\n\nexport function toArray(obj:any):Array {\n\treturn obj !== undefined && obj !== null ? (obj instanceof Array ? obj : (typeof obj.length !== \"number\" || obj.split || obj.setInterval || obj.call ? [obj] : Array.prototype.slice.call(obj))) : [];\n}\n\n\nexport function assign(target: object, source: any): any {\n\tconst obj = target as any;\n\tif (source) {\n\t\tfor (const key in source) {\n\t\t\tobj[key] = source[key];\n\t\t}\n\t}\n\treturn obj;\n}","import { URIRegExps } from \"./uri\";\nimport { merge, subexp } from \"./util\";\n\nexport function buildExps(isIRI:boolean):URIRegExps {\n\tconst\n\t\tALPHA$$ = \"[A-Za-z]\",\n\t\tCR$ = \"[\\\\x0D]\",\n\t\tDIGIT$$ = \"[0-9]\",\n\t\tDQUOTE$$ = \"[\\\\x22]\",\n\t\tHEXDIG$$ = merge(DIGIT$$, \"[A-Fa-f]\"), //case-insensitive\n\t\tLF$$ = \"[\\\\x0A]\",\n\t\tSP$$ = \"[\\\\x20]\",\n\t\tPCT_ENCODED$ = subexp(subexp(\"%[EFef]\" + HEXDIG$$ + \"%\" + HEXDIG$$ + HEXDIG$$ + \"%\" + HEXDIG$$ + HEXDIG$$) + \"|\" + subexp(\"%[89A-Fa-f]\" + HEXDIG$$ + \"%\" + HEXDIG$$ + HEXDIG$$) + \"|\" + subexp(\"%\" + HEXDIG$$ + HEXDIG$$)), //expanded\n\t\tGEN_DELIMS$$ = \"[\\\\:\\\\/\\\\?\\\\#\\\\[\\\\]\\\\@]\",\n\t\tSUB_DELIMS$$ = \"[\\\\!\\\\$\\\\&\\\\'\\\\(\\\\)\\\\*\\\\+\\\\,\\\\;\\\\=]\",\n\t\tRESERVED$$ = merge(GEN_DELIMS$$, SUB_DELIMS$$),\n\t\tUCSCHAR$$ = isIRI ? \"[\\\\xA0-\\\\u200D\\\\u2010-\\\\u2029\\\\u202F-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFEF]\" : \"[]\", //subset, excludes bidi control characters\n\t\tIPRIVATE$$ = isIRI ? \"[\\\\uE000-\\\\uF8FF]\" : \"[]\", //subset\n\t\tUNRESERVED$$ = merge(ALPHA$$, DIGIT$$, \"[\\\\-\\\\.\\\\_\\\\~]\", UCSCHAR$$),\n\t\tSCHEME$ = subexp(ALPHA$$ + merge(ALPHA$$, DIGIT$$, \"[\\\\+\\\\-\\\\.]\") + \"*\"),\n\t\tUSERINFO$ = subexp(subexp(PCT_ENCODED$ + \"|\" + merge(UNRESERVED$$, SUB_DELIMS$$, \"[\\\\:]\")) + \"*\"),\n\t\tDEC_OCTET$ = subexp(subexp(\"25[0-5]\") + \"|\" + subexp(\"2[0-4]\" + DIGIT$$) + \"|\" + subexp(\"1\" + DIGIT$$ + DIGIT$$) + \"|\" + subexp(\"[1-9]\" + DIGIT$$) + \"|\" + DIGIT$$),\n\t\tDEC_OCTET_RELAXED$ = subexp(subexp(\"25[0-5]\") + \"|\" + subexp(\"2[0-4]\" + DIGIT$$) + \"|\" + subexp(\"1\" + DIGIT$$ + DIGIT$$) + \"|\" + subexp(\"0?[1-9]\" + DIGIT$$) + \"|0?0?\" + DIGIT$$), //relaxed parsing rules\n\t\tIPV4ADDRESS$ = subexp(DEC_OCTET_RELAXED$ + \"\\\\.\" + DEC_OCTET_RELAXED$ + \"\\\\.\" + DEC_OCTET_RELAXED$ + \"\\\\.\" + DEC_OCTET_RELAXED$),\n\t\tH16$ = subexp(HEXDIG$$ + \"{1,4}\"),\n\t\tLS32$ = subexp(subexp(H16$ + \"\\\\:\" + H16$) + \"|\" + IPV4ADDRESS$),\n\t\tIPV6ADDRESS1$ = subexp( subexp(H16$ + \"\\\\:\") + \"{6}\" + LS32$), // 6( h16 \":\" ) ls32\n\t\tIPV6ADDRESS2$ = subexp( \"\\\\:\\\\:\" + subexp(H16$ + \"\\\\:\") + \"{5}\" + LS32$), // \"::\" 5( h16 \":\" ) ls32\n\t\tIPV6ADDRESS3$ = subexp(subexp( H16$) + \"?\\\\:\\\\:\" + subexp(H16$ + \"\\\\:\") + \"{4}\" + LS32$), //[ h16 ] \"::\" 4( h16 \":\" ) ls32\n\t\tIPV6ADDRESS4$ = subexp(subexp(subexp(H16$ + \"\\\\:\") + \"{0,1}\" + H16$) + \"?\\\\:\\\\:\" + subexp(H16$ + \"\\\\:\") + \"{3}\" + LS32$), //[ *1( h16 \":\" ) h16 ] \"::\" 3( h16 \":\" ) ls32\n\t\tIPV6ADDRESS5$ = subexp(subexp(subexp(H16$ + \"\\\\:\") + \"{0,2}\" + H16$) + \"?\\\\:\\\\:\" + subexp(H16$ + \"\\\\:\") + \"{2}\" + LS32$), //[ *2( h16 \":\" ) h16 ] \"::\" 2( h16 \":\" ) ls32\n\t\tIPV6ADDRESS6$ = subexp(subexp(subexp(H16$ + \"\\\\:\") + \"{0,3}\" + H16$) + \"?\\\\:\\\\:\" + H16$ + \"\\\\:\" + LS32$), //[ *3( h16 \":\" ) h16 ] \"::\" h16 \":\" ls32\n\t\tIPV6ADDRESS7$ = subexp(subexp(subexp(H16$ + \"\\\\:\") + \"{0,4}\" + H16$) + \"?\\\\:\\\\:\" + LS32$), //[ *4( h16 \":\" ) h16 ] \"::\" ls32\n\t\tIPV6ADDRESS8$ = subexp(subexp(subexp(H16$ + \"\\\\:\") + \"{0,5}\" + H16$) + \"?\\\\:\\\\:\" + H16$ ), //[ *5( h16 \":\" ) h16 ] \"::\" h16\n\t\tIPV6ADDRESS9$ = subexp(subexp(subexp(H16$ + \"\\\\:\") + \"{0,6}\" + H16$) + \"?\\\\:\\\\:\" ), //[ *6( h16 \":\" ) h16 ] \"::\"\n\t\tIPV6ADDRESS$ = subexp([IPV6ADDRESS1$, IPV6ADDRESS2$, IPV6ADDRESS3$, IPV6ADDRESS4$, IPV6ADDRESS5$, IPV6ADDRESS6$, IPV6ADDRESS7$, IPV6ADDRESS8$, IPV6ADDRESS9$].join(\"|\")),\n\t\tZONEID$ = subexp(subexp(UNRESERVED$$ + \"|\" + PCT_ENCODED$) + \"+\"), //RFC 6874\n\t\tIPV6ADDRZ$ = subexp(IPV6ADDRESS$ + \"\\\\%25\" + ZONEID$), //RFC 6874\n\t\tIPV6ADDRZ_RELAXED$ = subexp(IPV6ADDRESS$ + subexp(\"\\\\%25|\\\\%(?!\" + HEXDIG$$ + \"{2})\") + ZONEID$), //RFC 6874, with relaxed parsing rules\n\t\tIPVFUTURE$ = subexp(\"[vV]\" + HEXDIG$$ + \"+\\\\.\" + merge(UNRESERVED$$, SUB_DELIMS$$, \"[\\\\:]\") + \"+\"),\n\t\tIP_LITERAL$ = subexp(\"\\\\[\" + subexp(IPV6ADDRZ_RELAXED$ + \"|\" + IPV6ADDRESS$ + \"|\" + IPVFUTURE$) + \"\\\\]\"), //RFC 6874\n\t\tREG_NAME$ = subexp(subexp(PCT_ENCODED$ + \"|\" + merge(UNRESERVED$$, SUB_DELIMS$$)) + \"*\"),\n\t\tHOST$ = subexp(IP_LITERAL$ + \"|\" + IPV4ADDRESS$ + \"(?!\" + REG_NAME$ + \")\" + \"|\" + REG_NAME$),\n\t\tPORT$ = subexp(DIGIT$$ + \"*\"),\n\t\tAUTHORITY$ = subexp(subexp(USERINFO$ + \"@\") + \"?\" + HOST$ + subexp(\"\\\\:\" + PORT$) + \"?\"),\n\t\tPCHAR$ = subexp(PCT_ENCODED$ + \"|\" + merge(UNRESERVED$$, SUB_DELIMS$$, \"[\\\\:\\\\@]\")),\n\t\tSEGMENT$ = subexp(PCHAR$ + \"*\"),\n\t\tSEGMENT_NZ$ = subexp(PCHAR$ + \"+\"),\n\t\tSEGMENT_NZ_NC$ = subexp(subexp(PCT_ENCODED$ + \"|\" + merge(UNRESERVED$$, SUB_DELIMS$$, \"[\\\\@]\")) + \"+\"),\n\t\tPATH_ABEMPTY$ = subexp(subexp(\"\\\\/\" + SEGMENT$) + \"*\"),\n\t\tPATH_ABSOLUTE$ = subexp(\"\\\\/\" + subexp(SEGMENT_NZ$ + PATH_ABEMPTY$) + \"?\"), //simplified\n\t\tPATH_NOSCHEME$ = subexp(SEGMENT_NZ_NC$ + PATH_ABEMPTY$), //simplified\n\t\tPATH_ROOTLESS$ = subexp(SEGMENT_NZ$ + PATH_ABEMPTY$), //simplified\n\t\tPATH_EMPTY$ = \"(?!\" + PCHAR$ + \")\",\n\t\tPATH$ = subexp(PATH_ABEMPTY$ + \"|\" + PATH_ABSOLUTE$ + \"|\" + PATH_NOSCHEME$ + \"|\" + PATH_ROOTLESS$ + \"|\" + PATH_EMPTY$),\n\t\tQUERY$ = subexp(subexp(PCHAR$ + \"|\" + merge(\"[\\\\/\\\\?]\", IPRIVATE$$)) + \"*\"),\n\t\tFRAGMENT$ = subexp(subexp(PCHAR$ + \"|[\\\\/\\\\?]\") + \"*\"),\n\t\tHIER_PART$ = subexp(subexp(\"\\\\/\\\\/\" + AUTHORITY$ + PATH_ABEMPTY$) + \"|\" + PATH_ABSOLUTE$ + \"|\" + PATH_ROOTLESS$ + \"|\" + PATH_EMPTY$),\n\t\tURI$ = subexp(SCHEME$ + \"\\\\:\" + HIER_PART$ + subexp(\"\\\\?\" + QUERY$) + \"?\" + subexp(\"\\\\#\" + FRAGMENT$) + \"?\"),\n\t\tRELATIVE_PART$ = subexp(subexp(\"\\\\/\\\\/\" + AUTHORITY$ + PATH_ABEMPTY$) + \"|\" + PATH_ABSOLUTE$ + \"|\" + PATH_NOSCHEME$ + \"|\" + PATH_EMPTY$),\n\t\tRELATIVE$ = subexp(RELATIVE_PART$ + subexp(\"\\\\?\" + QUERY$) + \"?\" + subexp(\"\\\\#\" + FRAGMENT$) + \"?\"),\n\t\tURI_REFERENCE$ = subexp(URI$ + \"|\" + RELATIVE$),\n\t\tABSOLUTE_URI$ = subexp(SCHEME$ + \"\\\\:\" + HIER_PART$ + subexp(\"\\\\?\" + QUERY$) + \"?\"),\n\n\t\tGENERIC_REF$ = \"^(\" + SCHEME$ + \")\\\\:\" + subexp(subexp(\"\\\\/\\\\/(\" + subexp(\"(\" + USERINFO$ + \")@\") + \"?(\" + HOST$ + \")\" + subexp(\"\\\\:(\" + PORT$ + \")\") + \"?)\") + \"?(\" + PATH_ABEMPTY$ + \"|\" + PATH_ABSOLUTE$ + \"|\" + PATH_ROOTLESS$ + \"|\" + PATH_EMPTY$ + \")\") + subexp(\"\\\\?(\" + QUERY$ + \")\") + \"?\" + subexp(\"\\\\#(\" + FRAGMENT$ + \")\") + \"?$\",\n\t\tRELATIVE_REF$ = \"^(){0}\" + subexp(subexp(\"\\\\/\\\\/(\" + subexp(\"(\" + USERINFO$ + \")@\") + \"?(\" + HOST$ + \")\" + subexp(\"\\\\:(\" + PORT$ + \")\") + \"?)\") + \"?(\" + PATH_ABEMPTY$ + \"|\" + PATH_ABSOLUTE$ + \"|\" + PATH_NOSCHEME$ + \"|\" + PATH_EMPTY$ + \")\") + subexp(\"\\\\?(\" + QUERY$ + \")\") + \"?\" + subexp(\"\\\\#(\" + FRAGMENT$ + \")\") + \"?$\",\n\t\tABSOLUTE_REF$ = \"^(\" + SCHEME$ + \")\\\\:\" + subexp(subexp(\"\\\\/\\\\/(\" + subexp(\"(\" + USERINFO$ + \")@\") + \"?(\" + HOST$ + \")\" + subexp(\"\\\\:(\" + PORT$ + \")\") + \"?)\") + \"?(\" + PATH_ABEMPTY$ + \"|\" + PATH_ABSOLUTE$ + \"|\" + PATH_ROOTLESS$ + \"|\" + PATH_EMPTY$ + \")\") + subexp(\"\\\\?(\" + QUERY$ + \")\") + \"?$\",\n\t\tSAMEDOC_REF$ = \"^\" + subexp(\"\\\\#(\" + FRAGMENT$ + \")\") + \"?$\",\n\t\tAUTHORITY_REF$ = \"^\" + subexp(\"(\" + USERINFO$ + \")@\") + \"?(\" + HOST$ + \")\" + subexp(\"\\\\:(\" + PORT$ + \")\") + \"?$\"\n\t;\n\n\treturn {\n\t\tNOT_SCHEME : new RegExp(merge(\"[^]\", ALPHA$$, DIGIT$$, \"[\\\\+\\\\-\\\\.]\"), \"g\"),\n\t\tNOT_USERINFO : new RegExp(merge(\"[^\\\\%\\\\:]\", UNRESERVED$$, SUB_DELIMS$$), \"g\"),\n\t\tNOT_HOST : new RegExp(merge(\"[^\\\\%\\\\[\\\\]\\\\:]\", UNRESERVED$$, SUB_DELIMS$$), \"g\"),\n\t\tNOT_PATH : new RegExp(merge(\"[^\\\\%\\\\/\\\\:\\\\@]\", UNRESERVED$$, SUB_DELIMS$$), \"g\"),\n\t\tNOT_PATH_NOSCHEME : new RegExp(merge(\"[^\\\\%\\\\/\\\\@]\", UNRESERVED$$, SUB_DELIMS$$), \"g\"),\n\t\tNOT_QUERY : new RegExp(merge(\"[^\\\\%]\", UNRESERVED$$, SUB_DELIMS$$, \"[\\\\:\\\\@\\\\/\\\\?]\", IPRIVATE$$), \"g\"),\n\t\tNOT_FRAGMENT : new RegExp(merge(\"[^\\\\%]\", UNRESERVED$$, SUB_DELIMS$$, \"[\\\\:\\\\@\\\\/\\\\?]\"), \"g\"),\n\t\tESCAPE : new RegExp(merge(\"[^]\", UNRESERVED$$, SUB_DELIMS$$), \"g\"),\n\t\tUNRESERVED : new RegExp(UNRESERVED$$, \"g\"),\n\t\tOTHER_CHARS : new RegExp(merge(\"[^\\\\%]\", UNRESERVED$$, RESERVED$$), \"g\"),\n\t\tPCT_ENCODED : new RegExp(PCT_ENCODED$, \"g\"),\n\t\tIPV4ADDRESS : new RegExp(\"^(\" + IPV4ADDRESS$ + \")$\"),\n\t\tIPV6ADDRESS : new RegExp(\"^\\\\[?(\" + IPV6ADDRESS$ + \")\" + subexp(subexp(\"\\\\%25|\\\\%(?!\" + HEXDIG$$ + \"{2})\") + \"(\" + ZONEID$ + \")\") + \"?\\\\]?$\") //RFC 6874, with relaxed parsing rules\n\t};\n}\n\nexport default buildExps(false);\n","'use strict';\n\n/** Highest positive signed 32-bit float value */\nconst maxInt = 2147483647; // aka. 0x7FFFFFFF or 2^31-1\n\n/** Bootstring parameters */\nconst base = 36;\nconst tMin = 1;\nconst tMax = 26;\nconst skew = 38;\nconst damp = 700;\nconst initialBias = 72;\nconst initialN = 128; // 0x80\nconst delimiter = '-'; // '\\x2D'\n\n/** Regular expressions */\nconst regexPunycode = /^xn--/;\nconst regexNonASCII = /[^\\0-\\x7E]/; // non-ASCII chars\nconst regexSeparators = /[\\x2E\\u3002\\uFF0E\\uFF61]/g; // RFC 3490 separators\n\n/** Error messages */\nconst errors = {\n\t'overflow': 'Overflow: input needs wider integers to process',\n\t'not-basic': 'Illegal input >= 0x80 (not a basic code point)',\n\t'invalid-input': 'Invalid input'\n};\n\n/** Convenience shortcuts */\nconst baseMinusTMin = base - tMin;\nconst floor = Math.floor;\nconst stringFromCharCode = String.fromCharCode;\n\n/*--------------------------------------------------------------------------*/\n\n/**\n * A generic error utility function.\n * @private\n * @param {String} type The error type.\n * @returns {Error} Throws a `RangeError` with the applicable error message.\n */\nfunction error(type) {\n\tthrow new RangeError(errors[type]);\n}\n\n/**\n * A generic `Array#map` utility function.\n * @private\n * @param {Array} array The array to iterate over.\n * @param {Function} callback The function that gets called for every array\n * item.\n * @returns {Array} A new array of values returned by the callback function.\n */\nfunction map(array, fn) {\n\tconst result = [];\n\tlet length = array.length;\n\twhile (length--) {\n\t\tresult[length] = fn(array[length]);\n\t}\n\treturn result;\n}\n\n/**\n * A simple `Array#map`-like wrapper to work with domain name strings or email\n * addresses.\n * @private\n * @param {String} domain The domain name or email address.\n * @param {Function} callback The function that gets called for every\n * character.\n * @returns {Array} A new string of characters returned by the callback\n * function.\n */\nfunction mapDomain(string, fn) {\n\tconst parts = string.split('@');\n\tlet result = '';\n\tif (parts.length > 1) {\n\t\t// In email addresses, only the domain name should be punycoded. Leave\n\t\t// the local part (i.e. everything up to `@`) intact.\n\t\tresult = parts[0] + '@';\n\t\tstring = parts[1];\n\t}\n\t// Avoid `split(regex)` for IE8 compatibility. See #17.\n\tstring = string.replace(regexSeparators, '\\x2E');\n\tconst labels = string.split('.');\n\tconst encoded = map(labels, fn).join('.');\n\treturn result + encoded;\n}\n\n/**\n * Creates an array containing the numeric code points of each Unicode\n * character in the string. While JavaScript uses UCS-2 internally,\n * this function will convert a pair of surrogate halves (each of which\n * UCS-2 exposes as separate characters) into a single code point,\n * matching UTF-16.\n * @see `punycode.ucs2.encode`\n * @see \n * @memberOf punycode.ucs2\n * @name decode\n * @param {String} string The Unicode input string (UCS-2).\n * @returns {Array} The new array of code points.\n */\nfunction ucs2decode(string) {\n\tconst output = [];\n\tlet counter = 0;\n\tconst length = string.length;\n\twhile (counter < length) {\n\t\tconst value = string.charCodeAt(counter++);\n\t\tif (value >= 0xD800 && value <= 0xDBFF && counter < length) {\n\t\t\t// It's a high surrogate, and there is a next character.\n\t\t\tconst extra = string.charCodeAt(counter++);\n\t\t\tif ((extra & 0xFC00) == 0xDC00) { // Low surrogate.\n\t\t\t\toutput.push(((value & 0x3FF) << 10) + (extra & 0x3FF) + 0x10000);\n\t\t\t} else {\n\t\t\t\t// It's an unmatched surrogate; only append this code unit, in case the\n\t\t\t\t// next code unit is the high surrogate of a surrogate pair.\n\t\t\t\toutput.push(value);\n\t\t\t\tcounter--;\n\t\t\t}\n\t\t} else {\n\t\t\toutput.push(value);\n\t\t}\n\t}\n\treturn output;\n}\n\n/**\n * Creates a string based on an array of numeric code points.\n * @see `punycode.ucs2.decode`\n * @memberOf punycode.ucs2\n * @name encode\n * @param {Array} codePoints The array of numeric code points.\n * @returns {String} The new Unicode string (UCS-2).\n */\nconst ucs2encode = array => String.fromCodePoint(...array);\n\n/**\n * Converts a basic code point into a digit/integer.\n * @see `digitToBasic()`\n * @private\n * @param {Number} codePoint The basic numeric code point value.\n * @returns {Number} The numeric value of a basic code point (for use in\n * representing integers) in the range `0` to `base - 1`, or `base` if\n * the code point does not represent a value.\n */\nconst basicToDigit = function(codePoint) {\n\tif (codePoint - 0x30 < 0x0A) {\n\t\treturn codePoint - 0x16;\n\t}\n\tif (codePoint - 0x41 < 0x1A) {\n\t\treturn codePoint - 0x41;\n\t}\n\tif (codePoint - 0x61 < 0x1A) {\n\t\treturn codePoint - 0x61;\n\t}\n\treturn base;\n};\n\n/**\n * Converts a digit/integer into a basic code point.\n * @see `basicToDigit()`\n * @private\n * @param {Number} digit The numeric value of a basic code point.\n * @returns {Number} The basic code point whose value (when used for\n * representing integers) is `digit`, which needs to be in the range\n * `0` to `base - 1`. If `flag` is non-zero, the uppercase form is\n * used; else, the lowercase form is used. The behavior is undefined\n * if `flag` is non-zero and `digit` has no uppercase form.\n */\nconst digitToBasic = function(digit, flag) {\n\t// 0..25 map to ASCII a..z or A..Z\n\t// 26..35 map to ASCII 0..9\n\treturn digit + 22 + 75 * (digit < 26) - ((flag != 0) << 5);\n};\n\n/**\n * Bias adaptation function as per section 3.4 of RFC 3492.\n * https://tools.ietf.org/html/rfc3492#section-3.4\n * @private\n */\nconst adapt = function(delta, numPoints, firstTime) {\n\tlet k = 0;\n\tdelta = firstTime ? floor(delta / damp) : delta >> 1;\n\tdelta += floor(delta / numPoints);\n\tfor (/* no initialization */; delta > baseMinusTMin * tMax >> 1; k += base) {\n\t\tdelta = floor(delta / baseMinusTMin);\n\t}\n\treturn floor(k + (baseMinusTMin + 1) * delta / (delta + skew));\n};\n\n/**\n * Converts a Punycode string of ASCII-only symbols to a string of Unicode\n * symbols.\n * @memberOf punycode\n * @param {String} input The Punycode string of ASCII-only symbols.\n * @returns {String} The resulting string of Unicode symbols.\n */\nconst decode = function(input) {\n\t// Don't use UCS-2.\n\tconst output = [];\n\tconst inputLength = input.length;\n\tlet i = 0;\n\tlet n = initialN;\n\tlet bias = initialBias;\n\n\t// Handle the basic code points: let `basic` be the number of input code\n\t// points before the last delimiter, or `0` if there is none, then copy\n\t// the first basic code points to the output.\n\n\tlet basic = input.lastIndexOf(delimiter);\n\tif (basic < 0) {\n\t\tbasic = 0;\n\t}\n\n\tfor (let j = 0; j < basic; ++j) {\n\t\t// if it's not a basic code point\n\t\tif (input.charCodeAt(j) >= 0x80) {\n\t\t\terror('not-basic');\n\t\t}\n\t\toutput.push(input.charCodeAt(j));\n\t}\n\n\t// Main decoding loop: start just after the last delimiter if any basic code\n\t// points were copied; start at the beginning otherwise.\n\n\tfor (let index = basic > 0 ? basic + 1 : 0; index < inputLength; /* no final expression */) {\n\n\t\t// `index` is the index of the next character to be consumed.\n\t\t// Decode a generalized variable-length integer into `delta`,\n\t\t// which gets added to `i`. The overflow checking is easier\n\t\t// if we increase `i` as we go, then subtract off its starting\n\t\t// value at the end to obtain `delta`.\n\t\tlet oldi = i;\n\t\tfor (let w = 1, k = base; /* no condition */; k += base) {\n\n\t\t\tif (index >= inputLength) {\n\t\t\t\terror('invalid-input');\n\t\t\t}\n\n\t\t\tconst digit = basicToDigit(input.charCodeAt(index++));\n\n\t\t\tif (digit >= base || digit > floor((maxInt - i) / w)) {\n\t\t\t\terror('overflow');\n\t\t\t}\n\n\t\t\ti += digit * w;\n\t\t\tconst t = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias);\n\n\t\t\tif (digit < t) {\n\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tconst baseMinusT = base - t;\n\t\t\tif (w > floor(maxInt / baseMinusT)) {\n\t\t\t\terror('overflow');\n\t\t\t}\n\n\t\t\tw *= baseMinusT;\n\n\t\t}\n\n\t\tconst out = output.length + 1;\n\t\tbias = adapt(i - oldi, out, oldi == 0);\n\n\t\t// `i` was supposed to wrap around from `out` to `0`,\n\t\t// incrementing `n` each time, so we'll fix that now:\n\t\tif (floor(i / out) > maxInt - n) {\n\t\t\terror('overflow');\n\t\t}\n\n\t\tn += floor(i / out);\n\t\ti %= out;\n\n\t\t// Insert `n` at position `i` of the output.\n\t\toutput.splice(i++, 0, n);\n\n\t}\n\n\treturn String.fromCodePoint(...output);\n};\n\n/**\n * Converts a string of Unicode symbols (e.g. a domain name label) to a\n * Punycode string of ASCII-only symbols.\n * @memberOf punycode\n * @param {String} input The string of Unicode symbols.\n * @returns {String} The resulting Punycode string of ASCII-only symbols.\n */\nconst encode = function(input) {\n\tconst output = [];\n\n\t// Convert the input in UCS-2 to an array of Unicode code points.\n\tinput = ucs2decode(input);\n\n\t// Cache the length.\n\tlet inputLength = input.length;\n\n\t// Initialize the state.\n\tlet n = initialN;\n\tlet delta = 0;\n\tlet bias = initialBias;\n\n\t// Handle the basic code points.\n\tfor (const currentValue of input) {\n\t\tif (currentValue < 0x80) {\n\t\t\toutput.push(stringFromCharCode(currentValue));\n\t\t}\n\t}\n\n\tlet basicLength = output.length;\n\tlet handledCPCount = basicLength;\n\n\t// `handledCPCount` is the number of code points that have been handled;\n\t// `basicLength` is the number of basic code points.\n\n\t// Finish the basic string with a delimiter unless it's empty.\n\tif (basicLength) {\n\t\toutput.push(delimiter);\n\t}\n\n\t// Main encoding loop:\n\twhile (handledCPCount < inputLength) {\n\n\t\t// All non-basic code points < n have been handled already. Find the next\n\t\t// larger one:\n\t\tlet m = maxInt;\n\t\tfor (const currentValue of input) {\n\t\t\tif (currentValue >= n && currentValue < m) {\n\t\t\t\tm = currentValue;\n\t\t\t}\n\t\t}\n\n\t\t// Increase `delta` enough to advance the decoder's state to ,\n\t\t// but guard against overflow.\n\t\tconst handledCPCountPlusOne = handledCPCount + 1;\n\t\tif (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) {\n\t\t\terror('overflow');\n\t\t}\n\n\t\tdelta += (m - n) * handledCPCountPlusOne;\n\t\tn = m;\n\n\t\tfor (const currentValue of input) {\n\t\t\tif (currentValue < n && ++delta > maxInt) {\n\t\t\t\terror('overflow');\n\t\t\t}\n\t\t\tif (currentValue == n) {\n\t\t\t\t// Represent delta as a generalized variable-length integer.\n\t\t\t\tlet q = delta;\n\t\t\t\tfor (let k = base; /* no condition */; k += base) {\n\t\t\t\t\tconst t = k <= bias ? tMin : (k >= bias + tMax ? tMax : k - bias);\n\t\t\t\t\tif (q < t) {\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t\tconst qMinusT = q - t;\n\t\t\t\t\tconst baseMinusT = base - t;\n\t\t\t\t\toutput.push(\n\t\t\t\t\t\tstringFromCharCode(digitToBasic(t + qMinusT % baseMinusT, 0))\n\t\t\t\t\t);\n\t\t\t\t\tq = floor(qMinusT / baseMinusT);\n\t\t\t\t}\n\n\t\t\t\toutput.push(stringFromCharCode(digitToBasic(q, 0)));\n\t\t\t\tbias = adapt(delta, handledCPCountPlusOne, handledCPCount == basicLength);\n\t\t\t\tdelta = 0;\n\t\t\t\t++handledCPCount;\n\t\t\t}\n\t\t}\n\n\t\t++delta;\n\t\t++n;\n\n\t}\n\treturn output.join('');\n};\n\n/**\n * Converts a Punycode string representing a domain name or an email address\n * to Unicode. Only the Punycoded parts of the input will be converted, i.e.\n * it doesn't matter if you call it on a string that has already been\n * converted to Unicode.\n * @memberOf punycode\n * @param {String} input The Punycoded domain name or email address to\n * convert to Unicode.\n * @returns {String} The Unicode representation of the given Punycode\n * string.\n */\nconst toUnicode = function(input) {\n\treturn mapDomain(input, function(string) {\n\t\treturn regexPunycode.test(string)\n\t\t\t? decode(string.slice(4).toLowerCase())\n\t\t\t: string;\n\t});\n};\n\n/**\n * Converts a Unicode string representing a domain name or an email address to\n * Punycode. Only the non-ASCII parts of the domain name will be converted,\n * i.e. it doesn't matter if you call it with a domain that's already in\n * ASCII.\n * @memberOf punycode\n * @param {String} input The domain name or email address to convert, as a\n * Unicode string.\n * @returns {String} The Punycode representation of the given domain name or\n * email address.\n */\nconst toASCII = function(input) {\n\treturn mapDomain(input, function(string) {\n\t\treturn regexNonASCII.test(string)\n\t\t\t? 'xn--' + encode(string)\n\t\t\t: string;\n\t});\n};\n\n/*--------------------------------------------------------------------------*/\n\n/** Define the public API */\nconst punycode = {\n\t/**\n\t * A string representing the current Punycode.js version number.\n\t * @memberOf punycode\n\t * @type String\n\t */\n\t'version': '2.1.0',\n\t/**\n\t * An object of methods to convert from JavaScript's internal character\n\t * representation (UCS-2) to Unicode code points, and back.\n\t * @see \n\t * @memberOf punycode\n\t * @type Object\n\t */\n\t'ucs2': {\n\t\t'decode': ucs2decode,\n\t\t'encode': ucs2encode\n\t},\n\t'decode': decode,\n\t'encode': encode,\n\t'toASCII': toASCII,\n\t'toUnicode': toUnicode\n};\n\nexport default punycode;\n","/**\n * URI.js\n *\n * @fileoverview An RFC 3986 compliant, scheme extendable URI parsing/validating/resolving library for JavaScript.\n * @author Gary Court\n * @see http://github.com/garycourt/uri-js\n */\n\n/**\n * Copyright 2011 Gary Court. All rights reserved.\n *\n * Redistribution and use in source and binary forms, with or without modification, are\n * permitted provided that the following conditions are met:\n *\n * 1. Redistributions of source code must retain the above copyright notice, this list of\n * conditions and the following disclaimer.\n *\n * 2. Redistributions in binary form must reproduce the above copyright notice, this list\n * of conditions and the following disclaimer in the documentation and/or other materials\n * provided with the distribution.\n *\n * THIS SOFTWARE IS PROVIDED BY GARY COURT ``AS IS'' AND ANY EXPRESS OR IMPLIED\n * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND\n * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GARY COURT OR\n * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR\n * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\n * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON\n * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\n * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF\n * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n *\n * The views and conclusions contained in the software and documentation are those of the\n * authors and should not be interpreted as representing official policies, either expressed\n * or implied, of Gary Court.\n */\n\nimport URI_PROTOCOL from \"./regexps-uri\";\nimport IRI_PROTOCOL from \"./regexps-iri\";\nimport punycode from \"punycode\";\nimport { toUpperCase, typeOf, assign } from \"./util\";\n\nexport interface URIComponents {\n\tscheme?:string;\n\tuserinfo?:string;\n\thost?:string;\n\tport?:number|string;\n\tpath?:string;\n\tquery?:string;\n\tfragment?:string;\n\treference?:string;\n\terror?:string;\n}\n\nexport interface URIOptions {\n\tscheme?:string;\n\treference?:string;\n\ttolerant?:boolean;\n\tabsolutePath?:boolean;\n\tiri?:boolean;\n\tunicodeSupport?:boolean;\n\tdomainHost?:boolean;\n}\n\nexport interface URISchemeHandler {\n\tscheme:string;\n\tparse(components:ParentComponents, options:Options):Components;\n\tserialize(components:Components, options:Options):ParentComponents;\n\tunicodeSupport?:boolean;\n\tdomainHost?:boolean;\n\tabsolutePath?:boolean;\n}\n\nexport interface URIRegExps {\n\tNOT_SCHEME : RegExp,\n\tNOT_USERINFO : RegExp,\n\tNOT_HOST : RegExp,\n\tNOT_PATH : RegExp,\n\tNOT_PATH_NOSCHEME : RegExp,\n\tNOT_QUERY : RegExp,\n\tNOT_FRAGMENT : RegExp,\n\tESCAPE : RegExp,\n\tUNRESERVED : RegExp,\n\tOTHER_CHARS : RegExp,\n\tPCT_ENCODED : RegExp,\n\tIPV4ADDRESS : RegExp,\n\tIPV6ADDRESS : RegExp,\n}\n\nexport const SCHEMES:{[scheme:string]:URISchemeHandler} = {};\n\nexport function pctEncChar(chr:string):string {\n\tconst c = chr.charCodeAt(0);\n\tlet e:string;\n\n\tif (c < 16) e = \"%0\" + c.toString(16).toUpperCase();\n\telse if (c < 128) e = \"%\" + c.toString(16).toUpperCase();\n\telse if (c < 2048) e = \"%\" + ((c >> 6) | 192).toString(16).toUpperCase() + \"%\" + ((c & 63) | 128).toString(16).toUpperCase();\n\telse e = \"%\" + ((c >> 12) | 224).toString(16).toUpperCase() + \"%\" + (((c >> 6) & 63) | 128).toString(16).toUpperCase() + \"%\" + ((c & 63) | 128).toString(16).toUpperCase();\n\n\treturn e;\n}\n\nexport function pctDecChars(str:string):string {\n\tlet newStr = \"\";\n\tlet i = 0;\n\tconst il = str.length;\n\n\twhile (i < il) {\n\t\tconst c = parseInt(str.substr(i + 1, 2), 16);\n\n\t\tif (c < 128) {\n\t\t\tnewStr += String.fromCharCode(c);\n\t\t\ti += 3;\n\t\t}\n\t\telse if (c >= 194 && c < 224) {\n\t\t\tif ((il - i) >= 6) {\n\t\t\t\tconst c2 = parseInt(str.substr(i + 4, 2), 16);\n\t\t\t\tnewStr += String.fromCharCode(((c & 31) << 6) | (c2 & 63));\n\t\t\t} else {\n\t\t\t\tnewStr += str.substr(i, 6);\n\t\t\t}\n\t\t\ti += 6;\n\t\t}\n\t\telse if (c >= 224) {\n\t\t\tif ((il - i) >= 9) {\n\t\t\t\tconst c2 = parseInt(str.substr(i + 4, 2), 16);\n\t\t\t\tconst c3 = parseInt(str.substr(i + 7, 2), 16);\n\t\t\t\tnewStr += String.fromCharCode(((c & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63));\n\t\t\t} else {\n\t\t\t\tnewStr += str.substr(i, 9);\n\t\t\t}\n\t\t\ti += 9;\n\t\t}\n\t\telse {\n\t\t\tnewStr += str.substr(i, 3);\n\t\t\ti += 3;\n\t\t}\n\t}\n\n\treturn newStr;\n}\n\nfunction _normalizeComponentEncoding(components:URIComponents, protocol:URIRegExps) {\n\tfunction decodeUnreserved(str:string):string {\n\t\tconst decStr = pctDecChars(str);\n\t\treturn (!decStr.match(protocol.UNRESERVED) ? str : decStr);\n\t}\n\n\tif (components.scheme) components.scheme = String(components.scheme).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerCase().replace(protocol.NOT_SCHEME, \"\");\n\tif (components.userinfo !== undefined) components.userinfo = String(components.userinfo).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_USERINFO, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase);\n\tif (components.host !== undefined) components.host = String(components.host).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerCase().replace(protocol.NOT_HOST, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase);\n\tif (components.path !== undefined) components.path = String(components.path).replace(protocol.PCT_ENCODED, decodeUnreserved).replace((components.scheme ? protocol.NOT_PATH : protocol.NOT_PATH_NOSCHEME), pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase);\n\tif (components.query !== undefined) components.query = String(components.query).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_QUERY, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase);\n\tif (components.fragment !== undefined) components.fragment = String(components.fragment).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_FRAGMENT, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase);\n\n\treturn components;\n};\n\nfunction _stripLeadingZeros(str:string):string {\n\treturn str.replace(/^0*(.*)/, \"$1\") || \"0\";\n}\n\nfunction _normalizeIPv4(host:string, protocol:URIRegExps):string {\n\tconst matches = host.match(protocol.IPV4ADDRESS) || [];\n\tconst [, address] = matches;\n\t\n\tif (address) {\n\t\treturn address.split(\".\").map(_stripLeadingZeros).join(\".\");\n\t} else {\n\t\treturn host;\n\t}\n}\n\nfunction _normalizeIPv6(host:string, protocol:URIRegExps):string {\n\tconst matches = host.match(protocol.IPV6ADDRESS) || [];\n\tconst [, address, zone] = matches;\n\n\tif (address) {\n\t\tconst [last, first] = address.toLowerCase().split('::').reverse();\n\t\tconst firstFields = first ? first.split(\":\").map(_stripLeadingZeros) : [];\n\t\tconst lastFields = last.split(\":\").map(_stripLeadingZeros);\n\t\tconst isLastFieldIPv4Address = protocol.IPV4ADDRESS.test(lastFields[lastFields.length - 1]);\n\t\tconst fieldCount = isLastFieldIPv4Address ? 7 : 8;\n\t\tconst lastFieldsStart = lastFields.length - fieldCount;\n\t\tconst fields = Array(fieldCount);\n\n\t\tfor (let x = 0; x < fieldCount; ++x) {\n\t\t\tfields[x] = firstFields[x] || lastFields[lastFieldsStart + x] || '';\n\t\t}\n\n\t\tif (isLastFieldIPv4Address) {\n\t\t\tfields[fieldCount - 1] = _normalizeIPv4(fields[fieldCount - 1], protocol);\n\t\t}\n\n\t\tconst allZeroFields = fields.reduce>((acc, field, index) => {\n\t\t\tif (!field || field === \"0\") {\n\t\t\t\tconst lastLongest = acc[acc.length - 1];\n\t\t\t\tif (lastLongest && lastLongest.index + lastLongest.length === index) {\n\t\t\t\t\tlastLongest.length++;\n\t\t\t\t} else {\n\t\t\t\t\tacc.push({ index, length : 1 });\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn acc;\n\t\t}, []);\n\n\t\tconst longestZeroFields = allZeroFields.sort((a, b) => b.length - a.length)[0];\n\n\t\tlet newHost:string;\n\t\tif (longestZeroFields && longestZeroFields.length > 1) {\n\t\t\tconst newFirst = fields.slice(0, longestZeroFields.index) ;\n\t\t\tconst newLast = fields.slice(longestZeroFields.index + longestZeroFields.length);\n\t\t\tnewHost = newFirst.join(\":\") + \"::\" + newLast.join(\":\");\n\t\t} else {\n\t\t\tnewHost = fields.join(\":\");\n\t\t}\n\n\t\tif (zone) {\n\t\t\tnewHost += \"%\" + zone;\n\t\t}\n\n\t\treturn newHost;\n\t} else {\n\t\treturn host;\n\t}\n}\n\nconst URI_PARSE = /^(?:([^:\\/?#]+):)?(?:\\/\\/((?:([^\\/?#@]*)@)?(\\[[^\\/?#\\]]+\\]|[^\\/?#:]*)(?:\\:(\\d*))?))?([^?#]*)(?:\\?([^#]*))?(?:#((?:.|\\n|\\r)*))?/i;\nconst NO_MATCH_IS_UNDEFINED = ((\"\").match(/(){0}/))[1] === undefined;\n\nexport function parse(uriString:string, options:URIOptions = {}):URIComponents {\n\tconst components:URIComponents = {};\n\tconst protocol = (options.iri !== false ? IRI_PROTOCOL : URI_PROTOCOL);\n\n\tif (options.reference === \"suffix\") uriString = (options.scheme ? options.scheme + \":\" : \"\") + \"//\" + uriString;\n\n\tconst matches = uriString.match(URI_PARSE);\n\n\tif (matches) {\n\t\tif (NO_MATCH_IS_UNDEFINED) {\n\t\t\t//store each component\n\t\t\tcomponents.scheme = matches[1];\n\t\t\tcomponents.userinfo = matches[3];\n\t\t\tcomponents.host = matches[4];\n\t\t\tcomponents.port = parseInt(matches[5], 10);\n\t\t\tcomponents.path = matches[6] || \"\";\n\t\t\tcomponents.query = matches[7];\n\t\t\tcomponents.fragment = matches[8];\n\n\t\t\t//fix port number\n\t\t\tif (isNaN(components.port)) {\n\t\t\t\tcomponents.port = matches[5];\n\t\t\t}\n\t\t} else { //IE FIX for improper RegExp matching\n\t\t\t//store each component\n\t\t\tcomponents.scheme = matches[1] || undefined;\n\t\t\tcomponents.userinfo = (uriString.indexOf(\"@\") !== -1 ? matches[3] : undefined);\n\t\t\tcomponents.host = (uriString.indexOf(\"//\") !== -1 ? matches[4] : undefined);\n\t\t\tcomponents.port = parseInt(matches[5], 10);\n\t\t\tcomponents.path = matches[6] || \"\";\n\t\t\tcomponents.query = (uriString.indexOf(\"?\") !== -1 ? matches[7] : undefined);\n\t\t\tcomponents.fragment = (uriString.indexOf(\"#\") !== -1 ? matches[8] : undefined);\n\n\t\t\t//fix port number\n\t\t\tif (isNaN(components.port)) {\n\t\t\t\tcomponents.port = (uriString.match(/\\/\\/(?:.|\\n)*\\:(?:\\/|\\?|\\#|$)/) ? matches[4] : undefined);\n\t\t\t}\n\t\t}\n\n\t\tif (components.host) {\n\t\t\t//normalize IP hosts\n\t\t\tcomponents.host = _normalizeIPv6(_normalizeIPv4(components.host, protocol), protocol);\n\t\t}\n\n\t\t//determine reference type\n\t\tif (components.scheme === undefined && components.userinfo === undefined && components.host === undefined && components.port === undefined && !components.path && components.query === undefined) {\n\t\t\tcomponents.reference = \"same-document\";\n\t\t} else if (components.scheme === undefined) {\n\t\t\tcomponents.reference = \"relative\";\n\t\t} else if (components.fragment === undefined) {\n\t\t\tcomponents.reference = \"absolute\";\n\t\t} else {\n\t\t\tcomponents.reference = \"uri\";\n\t\t}\n\n\t\t//check for reference errors\n\t\tif (options.reference && options.reference !== \"suffix\" && options.reference !== components.reference) {\n\t\t\tcomponents.error = components.error || \"URI is not a \" + options.reference + \" reference.\";\n\t\t}\n\n\t\t//find scheme handler\n\t\tconst schemeHandler = SCHEMES[(options.scheme || components.scheme || \"\").toLowerCase()];\n\n\t\t//check if scheme can't handle IRIs\n\t\tif (!options.unicodeSupport && (!schemeHandler || !schemeHandler.unicodeSupport)) {\n\t\t\t//if host component is a domain name\n\t\t\tif (components.host && (options.domainHost || (schemeHandler && schemeHandler.domainHost))) {\n\t\t\t\t//convert Unicode IDN -> ASCII IDN\n\t\t\t\ttry {\n\t\t\t\t\tcomponents.host = punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, pctDecChars).toLowerCase());\n\t\t\t\t} catch (e) {\n\t\t\t\t\tcomponents.error = components.error || \"Host's domain name can not be converted to ASCII via punycode: \" + e;\n\t\t\t\t}\n\t\t\t}\n\t\t\t//convert IRI -> URI\n\t\t\t_normalizeComponentEncoding(components, URI_PROTOCOL);\n\t\t} else {\n\t\t\t//normalize encodings\n\t\t\t_normalizeComponentEncoding(components, protocol);\n\t\t}\n\n\t\t//perform scheme specific parsing\n\t\tif (schemeHandler && schemeHandler.parse) {\n\t\t\tschemeHandler.parse(components, options);\n\t\t}\n\t} else {\n\t\tcomponents.error = components.error || \"URI can not be parsed.\";\n\t}\n\n\treturn components;\n};\n\nfunction _recomposeAuthority(components:URIComponents, options:URIOptions):string|undefined {\n\tconst protocol = (options.iri !== false ? IRI_PROTOCOL : URI_PROTOCOL);\n\tconst uriTokens:Array = [];\n\n\tif (components.userinfo !== undefined) {\n\t\turiTokens.push(components.userinfo);\n\t\turiTokens.push(\"@\");\n\t}\n\n\tif (components.host !== undefined) {\n\t\t//normalize IP hosts, add brackets and escape zone separator for IPv6\n\t\turiTokens.push(_normalizeIPv6(_normalizeIPv4(String(components.host), protocol), protocol).replace(protocol.IPV6ADDRESS, (_, $1, $2) => \"[\" + $1 + ($2 ? \"%25\" + $2 : \"\") + \"]\"));\n\t}\n\n\tif (typeof components.port === \"number\" || typeof components.port === \"string\") {\n\t\turiTokens.push(\":\");\n\t\turiTokens.push(String(components.port));\n\t}\n\n\treturn uriTokens.length ? uriTokens.join(\"\") : undefined;\n};\n\nconst RDS1 = /^\\.\\.?\\//;\nconst RDS2 = /^\\/\\.(\\/|$)/;\nconst RDS3 = /^\\/\\.\\.(\\/|$)/;\nconst RDS4 = /^\\.\\.?$/;\nconst RDS5 = /^\\/?(?:.|\\n)*?(?=\\/|$)/;\n\nexport function removeDotSegments(input:string):string {\n\tconst output:Array = [];\n\n\twhile (input.length) {\n\t\tif (input.match(RDS1)) {\n\t\t\tinput = input.replace(RDS1, \"\");\n\t\t} else if (input.match(RDS2)) {\n\t\t\tinput = input.replace(RDS2, \"/\");\n\t\t} else if (input.match(RDS3)) {\n\t\t\tinput = input.replace(RDS3, \"/\");\n\t\t\toutput.pop();\n\t\t} else if (input === \".\" || input === \"..\") {\n\t\t\tinput = \"\";\n\t\t} else {\n\t\t\tconst im = input.match(RDS5);\n\t\t\tif (im) {\n\t\t\t\tconst s = im[0];\n\t\t\t\tinput = input.slice(s.length);\n\t\t\t\toutput.push(s);\n\t\t\t} else {\n\t\t\t\tthrow new Error(\"Unexpected dot segment condition\");\n\t\t\t}\n\t\t}\n\t}\n\n\treturn output.join(\"\");\n};\n\nexport function serialize(components:URIComponents, options:URIOptions = {}):string {\n\tconst protocol = (options.iri ? IRI_PROTOCOL : URI_PROTOCOL);\n\tconst uriTokens:Array = [];\n\n\t//find scheme handler\n\tconst schemeHandler = SCHEMES[(options.scheme || components.scheme || \"\").toLowerCase()];\n\n\t//perform scheme specific serialization\n\tif (schemeHandler && schemeHandler.serialize) schemeHandler.serialize(components, options);\n\n\tif (components.host) {\n\t\t//if host component is an IPv6 address\n\t\tif (protocol.IPV6ADDRESS.test(components.host)) {\n\t\t\t//TODO: normalize IPv6 address as per RFC 5952\n\t\t}\n\n\t\t//if host component is a domain name\n\t\telse if (options.domainHost || (schemeHandler && schemeHandler.domainHost)) {\n\t\t\t//convert IDN via punycode\n\t\t\ttry {\n\t\t\t\tcomponents.host = (!options.iri ? punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, pctDecChars).toLowerCase()) : punycode.toUnicode(components.host));\n\t\t\t} catch (e) {\n\t\t\t\tcomponents.error = components.error || \"Host's domain name can not be converted to \" + (!options.iri ? \"ASCII\" : \"Unicode\") + \" via punycode: \" + e;\n\t\t\t}\n\t\t}\n\t}\n\n\t//normalize encoding\n\t_normalizeComponentEncoding(components, protocol);\n\n\tif (options.reference !== \"suffix\" && components.scheme) {\n\t\turiTokens.push(components.scheme);\n\t\turiTokens.push(\":\");\n\t}\n\n\tconst authority = _recomposeAuthority(components, options);\n\tif (authority !== undefined) {\n\t\tif (options.reference !== \"suffix\") {\n\t\t\turiTokens.push(\"//\");\n\t\t}\n\n\t\turiTokens.push(authority);\n\n\t\tif (components.path && components.path.charAt(0) !== \"/\") {\n\t\t\turiTokens.push(\"/\");\n\t\t}\n\t}\n\n\tif (components.path !== undefined) {\n\t\tlet s = components.path;\n\n\t\tif (!options.absolutePath && (!schemeHandler || !schemeHandler.absolutePath)) {\n\t\t\ts = removeDotSegments(s);\n\t\t}\n\n\t\tif (authority === undefined) {\n\t\t\ts = s.replace(/^\\/\\//, \"/%2F\"); //don't allow the path to start with \"//\"\n\t\t}\n\n\t\turiTokens.push(s);\n\t}\n\n\tif (components.query !== undefined) {\n\t\turiTokens.push(\"?\");\n\t\turiTokens.push(components.query);\n\t}\n\n\tif (components.fragment !== undefined) {\n\t\turiTokens.push(\"#\");\n\t\turiTokens.push(components.fragment);\n\t}\n\n\treturn uriTokens.join(\"\"); //merge tokens into a string\n};\n\nexport function resolveComponents(base:URIComponents, relative:URIComponents, options:URIOptions = {}, skipNormalization?:boolean):URIComponents {\n\tconst target:URIComponents = {};\n\n\tif (!skipNormalization) {\n\t\tbase = parse(serialize(base, options), options); //normalize base components\n\t\trelative = parse(serialize(relative, options), options); //normalize relative components\n\t}\n\toptions = options || {};\n\n\tif (!options.tolerant && relative.scheme) {\n\t\ttarget.scheme = relative.scheme;\n\t\t//target.authority = relative.authority;\n\t\ttarget.userinfo = relative.userinfo;\n\t\ttarget.host = relative.host;\n\t\ttarget.port = relative.port;\n\t\ttarget.path = removeDotSegments(relative.path || \"\");\n\t\ttarget.query = relative.query;\n\t} else {\n\t\tif (relative.userinfo !== undefined || relative.host !== undefined || relative.port !== undefined) {\n\t\t\t//target.authority = relative.authority;\n\t\t\ttarget.userinfo = relative.userinfo;\n\t\t\ttarget.host = relative.host;\n\t\t\ttarget.port = relative.port;\n\t\t\ttarget.path = removeDotSegments(relative.path || \"\");\n\t\t\ttarget.query = relative.query;\n\t\t} else {\n\t\t\tif (!relative.path) {\n\t\t\t\ttarget.path = base.path;\n\t\t\t\tif (relative.query !== undefined) {\n\t\t\t\t\ttarget.query = relative.query;\n\t\t\t\t} else {\n\t\t\t\t\ttarget.query = base.query;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif (relative.path.charAt(0) === \"/\") {\n\t\t\t\t\ttarget.path = removeDotSegments(relative.path);\n\t\t\t\t} else {\n\t\t\t\t\tif ((base.userinfo !== undefined || base.host !== undefined || base.port !== undefined) && !base.path) {\n\t\t\t\t\t\ttarget.path = \"/\" + relative.path;\n\t\t\t\t\t} else if (!base.path) {\n\t\t\t\t\t\ttarget.path = relative.path;\n\t\t\t\t\t} else {\n\t\t\t\t\t\ttarget.path = base.path.slice(0, base.path.lastIndexOf(\"/\") + 1) + relative.path;\n\t\t\t\t\t}\n\t\t\t\t\ttarget.path = removeDotSegments(target.path);\n\t\t\t\t}\n\t\t\t\ttarget.query = relative.query;\n\t\t\t}\n\t\t\t//target.authority = base.authority;\n\t\t\ttarget.userinfo = base.userinfo;\n\t\t\ttarget.host = base.host;\n\t\t\ttarget.port = base.port;\n\t\t}\n\t\ttarget.scheme = base.scheme;\n\t}\n\n\ttarget.fragment = relative.fragment;\n\n\treturn target;\n};\n\nexport function resolve(baseURI:string, relativeURI:string, options?:URIOptions):string {\n\tconst schemelessOptions = assign({ scheme : 'null' }, options);\n\treturn serialize(resolveComponents(parse(baseURI, schemelessOptions), parse(relativeURI, schemelessOptions), schemelessOptions, true), schemelessOptions);\n};\n\nexport function normalize(uri:string, options?:URIOptions):string;\nexport function normalize(uri:URIComponents, options?:URIOptions):URIComponents;\nexport function normalize(uri:any, options?:URIOptions):any {\n\tif (typeof uri === \"string\") {\n\t\turi = serialize(parse(uri, options), options);\n\t} else if (typeOf(uri) === \"object\") {\n\t\turi = parse(serialize(uri, options), options);\n\t}\n\n\treturn uri;\n};\n\nexport function equal(uriA:string, uriB:string, options?: URIOptions):boolean;\nexport function equal(uriA:URIComponents, uriB:URIComponents, options?:URIOptions):boolean;\nexport function equal(uriA:any, uriB:any, options?:URIOptions):boolean {\n\tif (typeof uriA === \"string\") {\n\t\turiA = serialize(parse(uriA, options), options);\n\t} else if (typeOf(uriA) === \"object\") {\n\t\turiA = serialize(uriA, options);\n\t}\n\n\tif (typeof uriB === \"string\") {\n\t\turiB = serialize(parse(uriB, options), options);\n\t} else if (typeOf(uriB) === \"object\") {\n\t\turiB = serialize(uriB, options);\n\t}\n\n\treturn uriA === uriB;\n};\n\nexport function escapeComponent(str:string, options?:URIOptions):string {\n\treturn str && str.toString().replace((!options || !options.iri ? URI_PROTOCOL.ESCAPE : IRI_PROTOCOL.ESCAPE), pctEncChar);\n};\n\nexport function unescapeComponent(str:string, options?:URIOptions):string {\n\treturn str && str.toString().replace((!options || !options.iri ? URI_PROTOCOL.PCT_ENCODED : IRI_PROTOCOL.PCT_ENCODED), pctDecChars);\n};\n","import { URISchemeHandler, URIComponents, URIOptions } from \"../uri\";\n\nexport interface WSComponents extends URIComponents {\n\tresourceName?: string;\n\tsecure?: boolean;\n}\n\nfunction isSecure(wsComponents:WSComponents):boolean {\n\treturn typeof wsComponents.secure === 'boolean' ? wsComponents.secure : String(wsComponents.scheme).toLowerCase() === \"wss\";\n}\n\n//RFC 6455\nconst handler:URISchemeHandler = {\n\tscheme : \"ws\",\n\n\tdomainHost : true,\n\n\tparse : function (components:URIComponents, options:URIOptions):WSComponents {\n\t\tconst wsComponents = components as WSComponents;\n\n\t\t//indicate if the secure flag is set\n\t\twsComponents.secure = isSecure(wsComponents);\n\n\t\t//construct resouce name\n\t\twsComponents.resourceName = (wsComponents.path || '/') + (wsComponents.query ? '?' + wsComponents.query : '');\n\t\twsComponents.path = undefined;\n\t\twsComponents.query = undefined;\n\n\t\treturn wsComponents;\n\t},\n\n\tserialize : function (wsComponents:WSComponents, options:URIOptions):URIComponents {\n\t\t//normalize the default port\n\t\tif (wsComponents.port === (isSecure(wsComponents) ? 443 : 80) || wsComponents.port === \"\") {\n\t\t\twsComponents.port = undefined;\n\t\t}\n\n\t\t//ensure scheme matches secure flag\n\t\tif (typeof wsComponents.secure === 'boolean') {\n\t\t\twsComponents.scheme = (wsComponents.secure ? 'wss' : 'ws');\n\t\t\twsComponents.secure = undefined;\n\t\t}\n\n\t\t//reconstruct path from resource name\n\t\tif (wsComponents.resourceName) {\n\t\t\tconst [path, query] = wsComponents.resourceName.split('?');\n\t\t\twsComponents.path = (path && path !== '/' ? path : undefined);\n\t\t\twsComponents.query = query;\n\t\t\twsComponents.resourceName = undefined;\n\t\t}\n\n\t\t//forbid fragment component\n\t\twsComponents.fragment = undefined;\n\n\t\treturn wsComponents;\n\t}\n};\n\nexport default handler;","import { URISchemeHandler, URIComponents, URIOptions } from \"../uri\";\nimport { pctEncChar, pctDecChars, unescapeComponent } from \"../uri\";\nimport punycode from \"punycode\";\nimport { merge, subexp, toUpperCase, toArray } from \"../util\";\n\nexport interface MailtoHeaders {\n\t[hfname:string]:string\n}\n\nexport interface MailtoComponents extends URIComponents {\n\tto:Array,\n\theaders?:MailtoHeaders,\n\tsubject?:string,\n\tbody?:string\n}\n\nconst O:MailtoHeaders = {};\nconst isIRI = true;\n\n//RFC 3986\nconst UNRESERVED$$ = \"[A-Za-z0-9\\\\-\\\\.\\\\_\\\\~\" + (isIRI ? \"\\\\xA0-\\\\u200D\\\\u2010-\\\\u2029\\\\u202F-\\\\uD7FF\\\\uF900-\\\\uFDCF\\\\uFDF0-\\\\uFFEF\" : \"\") + \"]\";\nconst HEXDIG$$ = \"[0-9A-Fa-f]\"; //case-insensitive\nconst PCT_ENCODED$ = subexp(subexp(\"%[EFef]\" + HEXDIG$$ + \"%\" + HEXDIG$$ + HEXDIG$$ + \"%\" + HEXDIG$$ + HEXDIG$$) + \"|\" + subexp(\"%[89A-Fa-f]\" + HEXDIG$$ + \"%\" + HEXDIG$$ + HEXDIG$$) + \"|\" + subexp(\"%\" + HEXDIG$$ + HEXDIG$$)); //expanded\n\n//RFC 5322, except these symbols as per RFC 6068: @ : / ? # [ ] & ; =\n//const ATEXT$$ = \"[A-Za-z0-9\\\\!\\\\#\\\\$\\\\%\\\\&\\\\'\\\\*\\\\+\\\\-\\\\/\\\\=\\\\?\\\\^\\\\_\\\\`\\\\{\\\\|\\\\}\\\\~]\";\n//const WSP$$ = \"[\\\\x20\\\\x09]\";\n//const OBS_QTEXT$$ = \"[\\\\x01-\\\\x08\\\\x0B\\\\x0C\\\\x0E-\\\\x1F\\\\x7F]\"; //(%d1-8 / %d11-12 / %d14-31 / %d127)\n//const QTEXT$$ = merge(\"[\\\\x21\\\\x23-\\\\x5B\\\\x5D-\\\\x7E]\", OBS_QTEXT$$); //%d33 / %d35-91 / %d93-126 / obs-qtext\n//const VCHAR$$ = \"[\\\\x21-\\\\x7E]\";\n//const WSP$$ = \"[\\\\x20\\\\x09]\";\n//const OBS_QP$ = subexp(\"\\\\\\\\\" + merge(\"[\\\\x00\\\\x0D\\\\x0A]\", OBS_QTEXT$$)); //%d0 / CR / LF / obs-qtext\n//const FWS$ = subexp(subexp(WSP$$ + \"*\" + \"\\\\x0D\\\\x0A\") + \"?\" + WSP$$ + \"+\");\n//const QUOTED_PAIR$ = subexp(subexp(\"\\\\\\\\\" + subexp(VCHAR$$ + \"|\" + WSP$$)) + \"|\" + OBS_QP$);\n//const QUOTED_STRING$ = subexp('\\\\\"' + subexp(FWS$ + \"?\" + QCONTENT$) + \"*\" + FWS$ + \"?\" + '\\\\\"');\nconst ATEXT$$ = \"[A-Za-z0-9\\\\!\\\\$\\\\%\\\\'\\\\*\\\\+\\\\-\\\\^\\\\_\\\\`\\\\{\\\\|\\\\}\\\\~]\";\nconst QTEXT$$ = \"[\\\\!\\\\$\\\\%\\\\'\\\\(\\\\)\\\\*\\\\+\\\\,\\\\-\\\\.0-9\\\\<\\\\>A-Z\\\\x5E-\\\\x7E]\";\nconst VCHAR$$ = merge(QTEXT$$, \"[\\\\\\\"\\\\\\\\]\");\nconst DOT_ATOM_TEXT$ = subexp(ATEXT$$ + \"+\" + subexp(\"\\\\.\" + ATEXT$$ + \"+\") + \"*\");\nconst QUOTED_PAIR$ = subexp(\"\\\\\\\\\" + VCHAR$$);\nconst QCONTENT$ = subexp(QTEXT$$ + \"|\" + QUOTED_PAIR$);\nconst QUOTED_STRING$ = subexp('\\\\\"' + QCONTENT$ + \"*\" + '\\\\\"');\n\n//RFC 6068\nconst DTEXT_NO_OBS$$ = \"[\\\\x21-\\\\x5A\\\\x5E-\\\\x7E]\"; //%d33-90 / %d94-126\nconst SOME_DELIMS$$ = \"[\\\\!\\\\$\\\\'\\\\(\\\\)\\\\*\\\\+\\\\,\\\\;\\\\:\\\\@]\";\nconst QCHAR$ = subexp(UNRESERVED$$ + \"|\" + PCT_ENCODED$ + \"|\" + SOME_DELIMS$$);\nconst DOMAIN$ = subexp(DOT_ATOM_TEXT$ + \"|\" + \"\\\\[\" + DTEXT_NO_OBS$$ + \"*\" + \"\\\\]\");\nconst LOCAL_PART$ = subexp(DOT_ATOM_TEXT$ + \"|\" + QUOTED_STRING$);\nconst ADDR_SPEC$ = subexp(LOCAL_PART$ + \"\\\\@\" + DOMAIN$);\nconst TO$ = subexp(ADDR_SPEC$ + subexp(\"\\\\,\" + ADDR_SPEC$) + \"*\");\nconst HFNAME$ = subexp(QCHAR$ + \"*\");\nconst HFVALUE$ = HFNAME$;\nconst HFIELD$ = subexp(HFNAME$ + \"\\\\=\" + HFVALUE$);\nconst HFIELDS2$ = subexp(HFIELD$ + subexp(\"\\\\&\" + HFIELD$) + \"*\");\nconst HFIELDS$ = subexp(\"\\\\?\" + HFIELDS2$);\nconst MAILTO_URI = new RegExp(\"^mailto\\\\:\" + TO$ + \"?\" + HFIELDS$ + \"?$\");\n\nconst UNRESERVED = new RegExp(UNRESERVED$$, \"g\");\nconst PCT_ENCODED = new RegExp(PCT_ENCODED$, \"g\");\nconst NOT_LOCAL_PART = new RegExp(merge(\"[^]\", ATEXT$$, \"[\\\\.]\", '[\\\\\"]', VCHAR$$), \"g\");\nconst NOT_DOMAIN = new RegExp(merge(\"[^]\", ATEXT$$, \"[\\\\.]\", \"[\\\\[]\", DTEXT_NO_OBS$$, \"[\\\\]]\"), \"g\");\nconst NOT_HFNAME = new RegExp(merge(\"[^]\", UNRESERVED$$, SOME_DELIMS$$), \"g\");\nconst NOT_HFVALUE = NOT_HFNAME;\nconst TO = new RegExp(\"^\" + TO$ + \"$\");\nconst HFIELDS = new RegExp(\"^\" + HFIELDS2$ + \"$\");\n\nfunction decodeUnreserved(str:string):string {\n\tconst decStr = pctDecChars(str);\n\treturn (!decStr.match(UNRESERVED) ? str : decStr);\n}\n\nconst handler:URISchemeHandler = {\n\tscheme : \"mailto\",\n\n\tparse : function (components:URIComponents, options:URIOptions):MailtoComponents {\n\t\tconst mailtoComponents = components as MailtoComponents;\n\t\tconst to = mailtoComponents.to = (mailtoComponents.path ? mailtoComponents.path.split(\",\") : []);\n\t\tmailtoComponents.path = undefined;\n\n\t\tif (mailtoComponents.query) {\n\t\t\tlet unknownHeaders = false\n\t\t\tconst headers:MailtoHeaders = {};\n\t\t\tconst hfields = mailtoComponents.query.split(\"&\");\n\n\t\t\tfor (let x = 0, xl = hfields.length; x < xl; ++x) {\n\t\t\t\tconst hfield = hfields[x].split(\"=\");\n\n\t\t\t\tswitch (hfield[0]) {\n\t\t\t\t\tcase \"to\":\n\t\t\t\t\t\tconst toAddrs = hfield[1].split(\",\");\n\t\t\t\t\t\tfor (let x = 0, xl = toAddrs.length; x < xl; ++x) {\n\t\t\t\t\t\t\tto.push(toAddrs[x]);\n\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"subject\":\n\t\t\t\t\t\tmailtoComponents.subject = unescapeComponent(hfield[1], options);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"body\":\n\t\t\t\t\t\tmailtoComponents.body = unescapeComponent(hfield[1], options);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tunknownHeaders = true;\n\t\t\t\t\t\theaders[unescapeComponent(hfield[0], options)] = unescapeComponent(hfield[1], options);\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (unknownHeaders) mailtoComponents.headers = headers;\n\t\t}\n\n\t\tmailtoComponents.query = undefined;\n\n\t\tfor (let x = 0, xl = to.length; x < xl; ++x) {\n\t\t\tconst addr = to[x].split(\"@\");\n\n\t\t\taddr[0] = unescapeComponent(addr[0]);\n\n\t\t\tif (!options.unicodeSupport) {\n\t\t\t\t//convert Unicode IDN -> ASCII IDN\n\t\t\t\ttry {\n\t\t\t\t\taddr[1] = punycode.toASCII(unescapeComponent(addr[1], options).toLowerCase());\n\t\t\t\t} catch (e) {\n\t\t\t\t\tmailtoComponents.error = mailtoComponents.error || \"Email address's domain name can not be converted to ASCII via punycode: \" + e;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\taddr[1] = unescapeComponent(addr[1], options).toLowerCase();\n\t\t\t}\n\n\t\t\tto[x] = addr.join(\"@\");\n\t\t}\n\n\t\treturn mailtoComponents;\n\t},\n\n\tserialize : function (mailtoComponents:MailtoComponents, options:URIOptions):URIComponents {\n\t\tconst components = mailtoComponents as URIComponents;\n\t\tconst to = toArray(mailtoComponents.to);\n\t\tif (to) {\n\t\t\tfor (let x = 0, xl = to.length; x < xl; ++x) {\n\t\t\t\tconst toAddr = String(to[x]);\n\t\t\t\tconst atIdx = toAddr.lastIndexOf(\"@\");\n\t\t\t\tconst localPart = (toAddr.slice(0, atIdx)).replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_LOCAL_PART, pctEncChar);\n\t\t\t\tlet domain = toAddr.slice(atIdx + 1);\n\n\t\t\t\t//convert IDN via punycode\n\t\t\t\ttry {\n\t\t\t\t\tdomain = (!options.iri ? punycode.toASCII(unescapeComponent(domain, options).toLowerCase()) : punycode.toUnicode(domain));\n\t\t\t\t} catch (e) {\n\t\t\t\t\tcomponents.error = components.error || \"Email address's domain name can not be converted to \" + (!options.iri ? \"ASCII\" : \"Unicode\") + \" via punycode: \" + e;\n\t\t\t\t}\n\n\t\t\t\tto[x] = localPart + \"@\" + domain;\n\t\t\t}\n\n\t\t\tcomponents.path = to.join(\",\");\n\t\t}\n\n\t\tconst headers = mailtoComponents.headers = mailtoComponents.headers || {};\n\n\t\tif (mailtoComponents.subject) headers[\"subject\"] = mailtoComponents.subject;\n\t\tif (mailtoComponents.body) headers[\"body\"] = mailtoComponents.body;\n\n\t\tconst fields = [];\n\t\tfor (const name in headers) {\n\t\t\tif (headers[name] !== O[name]) {\n\t\t\t\tfields.push(\n\t\t\t\t\tname.replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_HFNAME, pctEncChar) +\n\t\t\t\t\t\"=\" +\n\t\t\t\t\theaders[name].replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_HFVALUE, pctEncChar)\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\t\tif (fields.length) {\n\t\t\tcomponents.query = fields.join(\"&\");\n\t\t}\n\n\t\treturn components;\n\t}\n}\n\nexport default handler;","import { URIRegExps } from \"./uri\";\nimport { buildExps } from \"./regexps-uri\";\n\nexport default buildExps(true);\n","import { URISchemeHandler, URIComponents, URIOptions } from \"../uri\";\n\nconst handler:URISchemeHandler = {\n\tscheme : \"http\",\n\n\tdomainHost : true,\n\n\tparse : function (components:URIComponents, options:URIOptions):URIComponents {\n\t\t//report missing host\n\t\tif (!components.host) {\n\t\t\tcomponents.error = components.error || \"HTTP URIs must have a host.\";\n\t\t}\n\n\t\treturn components;\n\t},\n\n\tserialize : function (components:URIComponents, options:URIOptions):URIComponents {\n\t\tconst secure = String(components.scheme).toLowerCase() === \"https\";\n\n\t\t//normalize the default port\n\t\tif (components.port === (secure ? 443 : 80) || components.port === \"\") {\n\t\t\tcomponents.port = undefined;\n\t\t}\n\t\t\n\t\t//normalize the empty path\n\t\tif (!components.path) {\n\t\t\tcomponents.path = \"/\";\n\t\t}\n\n\t\t//NOTE: We do not parse query strings for HTTP URIs\n\t\t//as WWW Form Url Encoded query strings are part of the HTML4+ spec,\n\t\t//and not the HTTP spec.\n\n\t\treturn components;\n\t}\n};\n\nexport default handler;","import { URISchemeHandler, URIComponents, URIOptions } from \"../uri\";\nimport http from \"./http\";\n\nconst handler:URISchemeHandler = {\n\tscheme : \"https\",\n\tdomainHost : http.domainHost,\n\tparse : http.parse,\n\tserialize : http.serialize\n}\n\nexport default handler;","import { URISchemeHandler, URIComponents, URIOptions } from \"../uri\";\nimport ws from \"./ws\";\n\nconst handler:URISchemeHandler = {\n\tscheme : \"wss\",\n\tdomainHost : ws.domainHost,\n\tparse : ws.parse,\n\tserialize : ws.serialize\n}\n\nexport default handler;","import { URISchemeHandler, URIComponents, URIOptions } from \"../uri\";\nimport { pctEncChar, SCHEMES } from \"../uri\";\n\nexport interface URNComponents extends URIComponents {\n\tnid?:string;\n\tnss?:string;\n}\n\nexport interface URNOptions extends URIOptions {\n\tnid?:string;\n}\n\nconst NID$ = \"(?:[0-9A-Za-z][0-9A-Za-z\\\\-]{1,31})\";\nconst PCT_ENCODED$ = \"(?:\\\\%[0-9A-Fa-f]{2})\";\nconst TRANS$$ = \"[0-9A-Za-z\\\\(\\\\)\\\\+\\\\,\\\\-\\\\.\\\\:\\\\=\\\\@\\\\;\\\\$\\\\_\\\\!\\\\*\\\\'\\\\/\\\\?\\\\#]\";\nconst NSS$ = \"(?:(?:\" + PCT_ENCODED$ + \"|\" + TRANS$$ + \")+)\";\nconst URN_SCHEME = new RegExp(\"^urn\\\\:(\" + NID$ + \")$\");\nconst URN_PATH = new RegExp(\"^(\" + NID$ + \")\\\\:(\" + NSS$ + \")$\");\nconst URN_PARSE = /^([^\\:]+)\\:(.*)/;\nconst URN_EXCLUDED = /[\\x00-\\x20\\\\\\\"\\&\\<\\>\\[\\]\\^\\`\\{\\|\\}\\~\\x7F-\\xFF]/g;\n\n//RFC 2141\nconst handler:URISchemeHandler = {\n\tscheme : \"urn\",\n\n\tparse : function (components:URIComponents, options:URNOptions):URNComponents {\n\t\tconst matches = components.path && components.path.match(URN_PARSE);\n\t\tlet urnComponents = components as URNComponents;\n\n\t\tif (matches) {\n\t\t\tconst scheme = options.scheme || urnComponents.scheme || \"urn\";\n\t\t\tconst nid = matches[1].toLowerCase();\n\t\t\tconst nss = matches[2];\n\t\t\tconst urnScheme = `${scheme}:${options.nid || nid}`;\n\t\t\tconst schemeHandler = SCHEMES[urnScheme];\n\n\t\t\turnComponents.nid = nid;\n\t\t\turnComponents.nss = nss;\n\t\t\turnComponents.path = undefined;\n\n\t\t\tif (schemeHandler) {\n\t\t\t\turnComponents = schemeHandler.parse(urnComponents, options) as URNComponents;\n\t\t\t}\n\t\t} else {\n\t\t\turnComponents.error = urnComponents.error || \"URN can not be parsed.\";\n\t\t}\n\n\t\treturn urnComponents;\n\t},\n\n\tserialize : function (urnComponents:URNComponents, options:URNOptions):URIComponents {\n\t\tconst scheme = options.scheme || urnComponents.scheme || \"urn\";\n\t\tconst nid = urnComponents.nid;\n\t\tconst urnScheme = `${scheme}:${options.nid || nid}`;\n\t\tconst schemeHandler = SCHEMES[urnScheme];\n\n\t\tif (schemeHandler) {\n\t\t\turnComponents = schemeHandler.serialize(urnComponents, options) as URNComponents;\n\t\t}\n\n\t\tconst uriComponents = urnComponents as URIComponents;\n\t\tconst nss = urnComponents.nss;\n\t\turiComponents.path = `${nid || options.nid}:${nss}`;\n\n\t\treturn uriComponents;\n\t},\n};\n\nexport default handler;","import { URISchemeHandler, URIComponents, URIOptions } from \"../uri\";\nimport { URNComponents } from \"./urn\";\nimport { SCHEMES } from \"../uri\";\n\nexport interface UUIDComponents extends URNComponents {\n\tuuid?: string;\n}\n\nconst UUID = /^[0-9A-Fa-f]{8}(?:\\-[0-9A-Fa-f]{4}){3}\\-[0-9A-Fa-f]{12}$/;\nconst UUID_PARSE = /^[0-9A-Fa-f\\-]{36}/;\n\n//RFC 4122\nconst handler:URISchemeHandler = {\n\tscheme : \"urn:uuid\",\n\n\tparse : function (urnComponents:URNComponents, options:URIOptions):UUIDComponents {\n\t\tconst uuidComponents = urnComponents as UUIDComponents;\n\t\tuuidComponents.uuid = uuidComponents.nss;\n\t\tuuidComponents.nss = undefined;\n\n\t\tif (!options.tolerant && (!uuidComponents.uuid || !uuidComponents.uuid.match(UUID))) {\n\t\t\tuuidComponents.error = uuidComponents.error || \"UUID is not valid.\";\n\t\t}\n\n\t\treturn uuidComponents;\n\t},\n\n\tserialize : function (uuidComponents:UUIDComponents, options:URIOptions):URNComponents {\n\t\tconst urnComponents = uuidComponents as URNComponents;\n\t\t//normalize UUID\n\t\turnComponents.nss = (uuidComponents.uuid || \"\").toLowerCase();\n\t\treturn urnComponents;\n\t},\n};\n\nexport default handler;","import { SCHEMES } from \"./uri\";\n\nimport http from \"./schemes/http\";\nSCHEMES[http.scheme] = http;\n\nimport https from \"./schemes/https\";\nSCHEMES[https.scheme] = https;\n\nimport ws from \"./schemes/ws\";\nSCHEMES[ws.scheme] = ws;\n\nimport wss from \"./schemes/wss\";\nSCHEMES[wss.scheme] = wss;\n\nimport mailto from \"./schemes/mailto\";\nSCHEMES[mailto.scheme] = mailto;\n\nimport urn from \"./schemes/urn\";\nSCHEMES[urn.scheme] = urn;\n\nimport uuid from \"./schemes/urn-uuid\";\nSCHEMES[uuid.scheme] = uuid;\n\nexport * from \"./uri\";\n"]} \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/index.d.ts b/node_modules/uri-js/dist/esnext/index.d.ts new file mode 100755 index 0000000..f6be760 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/index.d.ts @@ -0,0 +1 @@ +export * from "./uri"; diff --git a/node_modules/uri-js/dist/esnext/index.js b/node_modules/uri-js/dist/esnext/index.js new file mode 100755 index 0000000..e3531b5 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/index.js @@ -0,0 +1,17 @@ +import { SCHEMES } from "./uri"; +import http from "./schemes/http"; +SCHEMES[http.scheme] = http; +import https from "./schemes/https"; +SCHEMES[https.scheme] = https; +import ws from "./schemes/ws"; +SCHEMES[ws.scheme] = ws; +import wss from "./schemes/wss"; +SCHEMES[wss.scheme] = wss; +import mailto from "./schemes/mailto"; +SCHEMES[mailto.scheme] = mailto; +import urn from "./schemes/urn"; +SCHEMES[urn.scheme] = urn; +import uuid from "./schemes/urn-uuid"; +SCHEMES[uuid.scheme] = uuid; +export * from "./uri"; +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/index.js.map b/node_modules/uri-js/dist/esnext/index.js.map new file mode 100755 index 0000000..0971f6e --- /dev/null +++ b/node_modules/uri-js/dist/esnext/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,IAAI,MAAM,gBAAgB,CAAC;AAClC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;AAE5B,OAAO,KAAK,MAAM,iBAAiB,CAAC;AACpC,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC;AAE9B,OAAO,EAAE,MAAM,cAAc,CAAC;AAC9B,OAAO,CAAC,EAAE,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC;AAExB,OAAO,GAAG,MAAM,eAAe,CAAC;AAChC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,GAAG,CAAC;AAE1B,OAAO,MAAM,MAAM,kBAAkB,CAAC;AACtC,OAAO,CAAC,MAAM,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC;AAEhC,OAAO,GAAG,MAAM,eAAe,CAAC;AAChC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,GAAG,CAAC;AAE1B,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;AAE5B,cAAc,OAAO,CAAC"} \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/regexps-iri.d.ts b/node_modules/uri-js/dist/esnext/regexps-iri.d.ts new file mode 100755 index 0000000..c91cdac --- /dev/null +++ b/node_modules/uri-js/dist/esnext/regexps-iri.d.ts @@ -0,0 +1,3 @@ +import { URIRegExps } from "./uri"; +declare const _default: URIRegExps; +export default _default; diff --git a/node_modules/uri-js/dist/esnext/regexps-iri.js b/node_modules/uri-js/dist/esnext/regexps-iri.js new file mode 100755 index 0000000..34e7de9 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/regexps-iri.js @@ -0,0 +1,3 @@ +import { buildExps } from "./regexps-uri"; +export default buildExps(true); +//# sourceMappingURL=regexps-iri.js.map \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/regexps-iri.js.map b/node_modules/uri-js/dist/esnext/regexps-iri.js.map new file mode 100755 index 0000000..2269c58 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/regexps-iri.js.map @@ -0,0 +1 @@ +{"version":3,"file":"regexps-iri.js","sourceRoot":"","sources":["../../src/regexps-iri.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,eAAe,SAAS,CAAC,IAAI,CAAC,CAAC"} \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/regexps-uri.d.ts b/node_modules/uri-js/dist/esnext/regexps-uri.d.ts new file mode 100755 index 0000000..6096bda --- /dev/null +++ b/node_modules/uri-js/dist/esnext/regexps-uri.d.ts @@ -0,0 +1,4 @@ +import { URIRegExps } from "./uri"; +export declare function buildExps(isIRI: boolean): URIRegExps; +declare const _default: URIRegExps; +export default _default; diff --git a/node_modules/uri-js/dist/esnext/regexps-uri.js b/node_modules/uri-js/dist/esnext/regexps-uri.js new file mode 100755 index 0000000..1cc659f --- /dev/null +++ b/node_modules/uri-js/dist/esnext/regexps-uri.js @@ -0,0 +1,42 @@ +import { merge, subexp } from "./util"; +export function buildExps(isIRI) { + const ALPHA$$ = "[A-Za-z]", CR$ = "[\\x0D]", DIGIT$$ = "[0-9]", DQUOTE$$ = "[\\x22]", HEXDIG$$ = merge(DIGIT$$, "[A-Fa-f]"), //case-insensitive + LF$$ = "[\\x0A]", SP$$ = "[\\x20]", PCT_ENCODED$ = subexp(subexp("%[EFef]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" + subexp("%[89A-Fa-f]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" + subexp("%" + HEXDIG$$ + HEXDIG$$)), //expanded + GEN_DELIMS$$ = "[\\:\\/\\?\\#\\[\\]\\@]", SUB_DELIMS$$ = "[\\!\\$\\&\\'\\(\\)\\*\\+\\,\\;\\=]", RESERVED$$ = merge(GEN_DELIMS$$, SUB_DELIMS$$), UCSCHAR$$ = isIRI ? "[\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF]" : "[]", //subset, excludes bidi control characters + IPRIVATE$$ = isIRI ? "[\\uE000-\\uF8FF]" : "[]", //subset + UNRESERVED$$ = merge(ALPHA$$, DIGIT$$, "[\\-\\.\\_\\~]", UCSCHAR$$), SCHEME$ = subexp(ALPHA$$ + merge(ALPHA$$, DIGIT$$, "[\\+\\-\\.]") + "*"), USERINFO$ = subexp(subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\:]")) + "*"), DEC_OCTET$ = subexp(subexp("25[0-5]") + "|" + subexp("2[0-4]" + DIGIT$$) + "|" + subexp("1" + DIGIT$$ + DIGIT$$) + "|" + subexp("[1-9]" + DIGIT$$) + "|" + DIGIT$$), DEC_OCTET_RELAXED$ = subexp(subexp("25[0-5]") + "|" + subexp("2[0-4]" + DIGIT$$) + "|" + subexp("1" + DIGIT$$ + DIGIT$$) + "|" + subexp("0?[1-9]" + DIGIT$$) + "|0?0?" + DIGIT$$), //relaxed parsing rules + IPV4ADDRESS$ = subexp(DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$ + "\\." + DEC_OCTET_RELAXED$), H16$ = subexp(HEXDIG$$ + "{1,4}"), LS32$ = subexp(subexp(H16$ + "\\:" + H16$) + "|" + IPV4ADDRESS$), IPV6ADDRESS1$ = subexp(subexp(H16$ + "\\:") + "{6}" + LS32$), // 6( h16 ":" ) ls32 + IPV6ADDRESS2$ = subexp("\\:\\:" + subexp(H16$ + "\\:") + "{5}" + LS32$), // "::" 5( h16 ":" ) ls32 + IPV6ADDRESS3$ = subexp(subexp(H16$) + "?\\:\\:" + subexp(H16$ + "\\:") + "{4}" + LS32$), //[ h16 ] "::" 4( h16 ":" ) ls32 + IPV6ADDRESS4$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,1}" + H16$) + "?\\:\\:" + subexp(H16$ + "\\:") + "{3}" + LS32$), //[ *1( h16 ":" ) h16 ] "::" 3( h16 ":" ) ls32 + IPV6ADDRESS5$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,2}" + H16$) + "?\\:\\:" + subexp(H16$ + "\\:") + "{2}" + LS32$), //[ *2( h16 ":" ) h16 ] "::" 2( h16 ":" ) ls32 + IPV6ADDRESS6$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,3}" + H16$) + "?\\:\\:" + H16$ + "\\:" + LS32$), //[ *3( h16 ":" ) h16 ] "::" h16 ":" ls32 + IPV6ADDRESS7$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,4}" + H16$) + "?\\:\\:" + LS32$), //[ *4( h16 ":" ) h16 ] "::" ls32 + IPV6ADDRESS8$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,5}" + H16$) + "?\\:\\:" + H16$), //[ *5( h16 ":" ) h16 ] "::" h16 + IPV6ADDRESS9$ = subexp(subexp(subexp(H16$ + "\\:") + "{0,6}" + H16$) + "?\\:\\:"), //[ *6( h16 ":" ) h16 ] "::" + IPV6ADDRESS$ = subexp([IPV6ADDRESS1$, IPV6ADDRESS2$, IPV6ADDRESS3$, IPV6ADDRESS4$, IPV6ADDRESS5$, IPV6ADDRESS6$, IPV6ADDRESS7$, IPV6ADDRESS8$, IPV6ADDRESS9$].join("|")), ZONEID$ = subexp(subexp(UNRESERVED$$ + "|" + PCT_ENCODED$) + "+"), //RFC 6874 + IPV6ADDRZ$ = subexp(IPV6ADDRESS$ + "\\%25" + ZONEID$), //RFC 6874 + IPV6ADDRZ_RELAXED$ = subexp(IPV6ADDRESS$ + subexp("\\%25|\\%(?!" + HEXDIG$$ + "{2})") + ZONEID$), //RFC 6874, with relaxed parsing rules + IPVFUTURE$ = subexp("[vV]" + HEXDIG$$ + "+\\." + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\:]") + "+"), IP_LITERAL$ = subexp("\\[" + subexp(IPV6ADDRZ_RELAXED$ + "|" + IPV6ADDRESS$ + "|" + IPVFUTURE$) + "\\]"), //RFC 6874 + REG_NAME$ = subexp(subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$)) + "*"), HOST$ = subexp(IP_LITERAL$ + "|" + IPV4ADDRESS$ + "(?!" + REG_NAME$ + ")" + "|" + REG_NAME$), PORT$ = subexp(DIGIT$$ + "*"), AUTHORITY$ = subexp(subexp(USERINFO$ + "@") + "?" + HOST$ + subexp("\\:" + PORT$) + "?"), PCHAR$ = subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\:\\@]")), SEGMENT$ = subexp(PCHAR$ + "*"), SEGMENT_NZ$ = subexp(PCHAR$ + "+"), SEGMENT_NZ_NC$ = subexp(subexp(PCT_ENCODED$ + "|" + merge(UNRESERVED$$, SUB_DELIMS$$, "[\\@]")) + "+"), PATH_ABEMPTY$ = subexp(subexp("\\/" + SEGMENT$) + "*"), PATH_ABSOLUTE$ = subexp("\\/" + subexp(SEGMENT_NZ$ + PATH_ABEMPTY$) + "?"), //simplified + PATH_NOSCHEME$ = subexp(SEGMENT_NZ_NC$ + PATH_ABEMPTY$), //simplified + PATH_ROOTLESS$ = subexp(SEGMENT_NZ$ + PATH_ABEMPTY$), //simplified + PATH_EMPTY$ = "(?!" + PCHAR$ + ")", PATH$ = subexp(PATH_ABEMPTY$ + "|" + PATH_ABSOLUTE$ + "|" + PATH_NOSCHEME$ + "|" + PATH_ROOTLESS$ + "|" + PATH_EMPTY$), QUERY$ = subexp(subexp(PCHAR$ + "|" + merge("[\\/\\?]", IPRIVATE$$)) + "*"), FRAGMENT$ = subexp(subexp(PCHAR$ + "|[\\/\\?]") + "*"), HIER_PART$ = subexp(subexp("\\/\\/" + AUTHORITY$ + PATH_ABEMPTY$) + "|" + PATH_ABSOLUTE$ + "|" + PATH_ROOTLESS$ + "|" + PATH_EMPTY$), URI$ = subexp(SCHEME$ + "\\:" + HIER_PART$ + subexp("\\?" + QUERY$) + "?" + subexp("\\#" + FRAGMENT$) + "?"), RELATIVE_PART$ = subexp(subexp("\\/\\/" + AUTHORITY$ + PATH_ABEMPTY$) + "|" + PATH_ABSOLUTE$ + "|" + PATH_NOSCHEME$ + "|" + PATH_EMPTY$), RELATIVE$ = subexp(RELATIVE_PART$ + subexp("\\?" + QUERY$) + "?" + subexp("\\#" + FRAGMENT$) + "?"), URI_REFERENCE$ = subexp(URI$ + "|" + RELATIVE$), ABSOLUTE_URI$ = subexp(SCHEME$ + "\\:" + HIER_PART$ + subexp("\\?" + QUERY$) + "?"), GENERIC_REF$ = "^(" + SCHEME$ + ")\\:" + subexp(subexp("\\/\\/(" + subexp("(" + USERINFO$ + ")@") + "?(" + HOST$ + ")" + subexp("\\:(" + PORT$ + ")") + "?)") + "?(" + PATH_ABEMPTY$ + "|" + PATH_ABSOLUTE$ + "|" + PATH_ROOTLESS$ + "|" + PATH_EMPTY$ + ")") + subexp("\\?(" + QUERY$ + ")") + "?" + subexp("\\#(" + FRAGMENT$ + ")") + "?$", RELATIVE_REF$ = "^(){0}" + subexp(subexp("\\/\\/(" + subexp("(" + USERINFO$ + ")@") + "?(" + HOST$ + ")" + subexp("\\:(" + PORT$ + ")") + "?)") + "?(" + PATH_ABEMPTY$ + "|" + PATH_ABSOLUTE$ + "|" + PATH_NOSCHEME$ + "|" + PATH_EMPTY$ + ")") + subexp("\\?(" + QUERY$ + ")") + "?" + subexp("\\#(" + FRAGMENT$ + ")") + "?$", ABSOLUTE_REF$ = "^(" + SCHEME$ + ")\\:" + subexp(subexp("\\/\\/(" + subexp("(" + USERINFO$ + ")@") + "?(" + HOST$ + ")" + subexp("\\:(" + PORT$ + ")") + "?)") + "?(" + PATH_ABEMPTY$ + "|" + PATH_ABSOLUTE$ + "|" + PATH_ROOTLESS$ + "|" + PATH_EMPTY$ + ")") + subexp("\\?(" + QUERY$ + ")") + "?$", SAMEDOC_REF$ = "^" + subexp("\\#(" + FRAGMENT$ + ")") + "?$", AUTHORITY_REF$ = "^" + subexp("(" + USERINFO$ + ")@") + "?(" + HOST$ + ")" + subexp("\\:(" + PORT$ + ")") + "?$"; + return { + NOT_SCHEME: new RegExp(merge("[^]", ALPHA$$, DIGIT$$, "[\\+\\-\\.]"), "g"), + NOT_USERINFO: new RegExp(merge("[^\\%\\:]", UNRESERVED$$, SUB_DELIMS$$), "g"), + NOT_HOST: new RegExp(merge("[^\\%\\[\\]\\:]", UNRESERVED$$, SUB_DELIMS$$), "g"), + NOT_PATH: new RegExp(merge("[^\\%\\/\\:\\@]", UNRESERVED$$, SUB_DELIMS$$), "g"), + NOT_PATH_NOSCHEME: new RegExp(merge("[^\\%\\/\\@]", UNRESERVED$$, SUB_DELIMS$$), "g"), + NOT_QUERY: new RegExp(merge("[^\\%]", UNRESERVED$$, SUB_DELIMS$$, "[\\:\\@\\/\\?]", IPRIVATE$$), "g"), + NOT_FRAGMENT: new RegExp(merge("[^\\%]", UNRESERVED$$, SUB_DELIMS$$, "[\\:\\@\\/\\?]"), "g"), + ESCAPE: new RegExp(merge("[^]", UNRESERVED$$, SUB_DELIMS$$), "g"), + UNRESERVED: new RegExp(UNRESERVED$$, "g"), + OTHER_CHARS: new RegExp(merge("[^\\%]", UNRESERVED$$, RESERVED$$), "g"), + PCT_ENCODED: new RegExp(PCT_ENCODED$, "g"), + IPV4ADDRESS: new RegExp("^(" + IPV4ADDRESS$ + ")$"), + IPV6ADDRESS: new RegExp("^\\[?(" + IPV6ADDRESS$ + ")" + subexp(subexp("\\%25|\\%(?!" + HEXDIG$$ + "{2})") + "(" + ZONEID$ + ")") + "?\\]?$") //RFC 6874, with relaxed parsing rules + }; +} +export default buildExps(false); +//# sourceMappingURL=regexps-uri.js.map \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/regexps-uri.js.map b/node_modules/uri-js/dist/esnext/regexps-uri.js.map new file mode 100755 index 0000000..cb028b8 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/regexps-uri.js.map @@ -0,0 +1 @@ +{"version":3,"file":"regexps-uri.js","sourceRoot":"","sources":["../../src/regexps-uri.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/schemes/http.d.ts b/node_modules/uri-js/dist/esnext/schemes/http.d.ts new file mode 100755 index 0000000..fe5b2f3 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/http.d.ts @@ -0,0 +1,3 @@ +import { URISchemeHandler } from "../uri"; +declare const handler: URISchemeHandler; +export default handler; diff --git a/node_modules/uri-js/dist/esnext/schemes/http.js b/node_modules/uri-js/dist/esnext/schemes/http.js new file mode 100755 index 0000000..6abf0fe --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/http.js @@ -0,0 +1,28 @@ +const handler = { + scheme: "http", + domainHost: true, + parse: function (components, options) { + //report missing host + if (!components.host) { + components.error = components.error || "HTTP URIs must have a host."; + } + return components; + }, + serialize: function (components, options) { + const secure = String(components.scheme).toLowerCase() === "https"; + //normalize the default port + if (components.port === (secure ? 443 : 80) || components.port === "") { + components.port = undefined; + } + //normalize the empty path + if (!components.path) { + components.path = "/"; + } + //NOTE: We do not parse query strings for HTTP URIs + //as WWW Form Url Encoded query strings are part of the HTML4+ spec, + //and not the HTTP spec. + return components; + } +}; +export default handler; +//# sourceMappingURL=http.js.map \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/schemes/http.js.map b/node_modules/uri-js/dist/esnext/schemes/http.js.map new file mode 100755 index 0000000..8211897 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/http.js.map @@ -0,0 +1 @@ +{"version":3,"file":"http.js","sourceRoot":"","sources":["../../../src/schemes/http.ts"],"names":[],"mappings":"AAEA,MAAM,OAAO,GAAoB;IAChC,MAAM,EAAG,MAAM;IAEf,UAAU,EAAG,IAAI;IAEjB,KAAK,EAAG,UAAU,UAAwB,EAAE,OAAkB;QAC7D,qBAAqB;QACrB,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE;YACrB,UAAU,CAAC,KAAK,GAAG,UAAU,CAAC,KAAK,IAAI,6BAA6B,CAAC;SACrE;QAED,OAAO,UAAU,CAAC;IACnB,CAAC;IAED,SAAS,EAAG,UAAU,UAAwB,EAAE,OAAkB;QACjE,MAAM,MAAM,GAAG,MAAM,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,WAAW,EAAE,KAAK,OAAO,CAAC;QAEnE,4BAA4B;QAC5B,IAAI,UAAU,CAAC,IAAI,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,UAAU,CAAC,IAAI,KAAK,EAAE,EAAE;YACtE,UAAU,CAAC,IAAI,GAAG,SAAS,CAAC;SAC5B;QAED,0BAA0B;QAC1B,IAAI,CAAC,UAAU,CAAC,IAAI,EAAE;YACrB,UAAU,CAAC,IAAI,GAAG,GAAG,CAAC;SACtB;QAED,mDAAmD;QACnD,oEAAoE;QACpE,wBAAwB;QAExB,OAAO,UAAU,CAAC;IACnB,CAAC;CACD,CAAC;AAEF,eAAe,OAAO,CAAC"} \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/schemes/https.d.ts b/node_modules/uri-js/dist/esnext/schemes/https.d.ts new file mode 100755 index 0000000..fe5b2f3 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/https.d.ts @@ -0,0 +1,3 @@ +import { URISchemeHandler } from "../uri"; +declare const handler: URISchemeHandler; +export default handler; diff --git a/node_modules/uri-js/dist/esnext/schemes/https.js b/node_modules/uri-js/dist/esnext/schemes/https.js new file mode 100755 index 0000000..ec4b6e7 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/https.js @@ -0,0 +1,9 @@ +import http from "./http"; +const handler = { + scheme: "https", + domainHost: http.domainHost, + parse: http.parse, + serialize: http.serialize +}; +export default handler; +//# sourceMappingURL=https.js.map \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/schemes/https.js.map b/node_modules/uri-js/dist/esnext/schemes/https.js.map new file mode 100755 index 0000000..385b8ef --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/https.js.map @@ -0,0 +1 @@ +{"version":3,"file":"https.js","sourceRoot":"","sources":["../../../src/schemes/https.ts"],"names":[],"mappings":"AACA,OAAO,IAAI,MAAM,QAAQ,CAAC;AAE1B,MAAM,OAAO,GAAoB;IAChC,MAAM,EAAG,OAAO;IAChB,UAAU,EAAG,IAAI,CAAC,UAAU;IAC5B,KAAK,EAAG,IAAI,CAAC,KAAK;IAClB,SAAS,EAAG,IAAI,CAAC,SAAS;CAC1B,CAAA;AAED,eAAe,OAAO,CAAC"} \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts b/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts new file mode 100755 index 0000000..e2aefc2 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/mailto.d.ts @@ -0,0 +1,12 @@ +import { URISchemeHandler, URIComponents } from "../uri"; +export interface MailtoHeaders { + [hfname: string]: string; +} +export interface MailtoComponents extends URIComponents { + to: Array; + headers?: MailtoHeaders; + subject?: string; + body?: string; +} +declare const handler: URISchemeHandler; +export default handler; diff --git a/node_modules/uri-js/dist/esnext/schemes/mailto.js b/node_modules/uri-js/dist/esnext/schemes/mailto.js new file mode 100755 index 0000000..2553713 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/mailto.js @@ -0,0 +1,148 @@ +import { pctEncChar, pctDecChars, unescapeComponent } from "../uri"; +import punycode from "punycode"; +import { merge, subexp, toUpperCase, toArray } from "../util"; +const O = {}; +const isIRI = true; +//RFC 3986 +const UNRESERVED$$ = "[A-Za-z0-9\\-\\.\\_\\~" + (isIRI ? "\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF" : "") + "]"; +const HEXDIG$$ = "[0-9A-Fa-f]"; //case-insensitive +const PCT_ENCODED$ = subexp(subexp("%[EFef]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" + subexp("%[89A-Fa-f]" + HEXDIG$$ + "%" + HEXDIG$$ + HEXDIG$$) + "|" + subexp("%" + HEXDIG$$ + HEXDIG$$)); //expanded +//RFC 5322, except these symbols as per RFC 6068: @ : / ? # [ ] & ; = +//const ATEXT$$ = "[A-Za-z0-9\\!\\#\\$\\%\\&\\'\\*\\+\\-\\/\\=\\?\\^\\_\\`\\{\\|\\}\\~]"; +//const WSP$$ = "[\\x20\\x09]"; +//const OBS_QTEXT$$ = "[\\x01-\\x08\\x0B\\x0C\\x0E-\\x1F\\x7F]"; //(%d1-8 / %d11-12 / %d14-31 / %d127) +//const QTEXT$$ = merge("[\\x21\\x23-\\x5B\\x5D-\\x7E]", OBS_QTEXT$$); //%d33 / %d35-91 / %d93-126 / obs-qtext +//const VCHAR$$ = "[\\x21-\\x7E]"; +//const WSP$$ = "[\\x20\\x09]"; +//const OBS_QP$ = subexp("\\\\" + merge("[\\x00\\x0D\\x0A]", OBS_QTEXT$$)); //%d0 / CR / LF / obs-qtext +//const FWS$ = subexp(subexp(WSP$$ + "*" + "\\x0D\\x0A") + "?" + WSP$$ + "+"); +//const QUOTED_PAIR$ = subexp(subexp("\\\\" + subexp(VCHAR$$ + "|" + WSP$$)) + "|" + OBS_QP$); +//const QUOTED_STRING$ = subexp('\\"' + subexp(FWS$ + "?" + QCONTENT$) + "*" + FWS$ + "?" + '\\"'); +const ATEXT$$ = "[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]"; +const QTEXT$$ = "[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]"; +const VCHAR$$ = merge(QTEXT$$, "[\\\"\\\\]"); +const DOT_ATOM_TEXT$ = subexp(ATEXT$$ + "+" + subexp("\\." + ATEXT$$ + "+") + "*"); +const QUOTED_PAIR$ = subexp("\\\\" + VCHAR$$); +const QCONTENT$ = subexp(QTEXT$$ + "|" + QUOTED_PAIR$); +const QUOTED_STRING$ = subexp('\\"' + QCONTENT$ + "*" + '\\"'); +//RFC 6068 +const DTEXT_NO_OBS$$ = "[\\x21-\\x5A\\x5E-\\x7E]"; //%d33-90 / %d94-126 +const SOME_DELIMS$$ = "[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]"; +const QCHAR$ = subexp(UNRESERVED$$ + "|" + PCT_ENCODED$ + "|" + SOME_DELIMS$$); +const DOMAIN$ = subexp(DOT_ATOM_TEXT$ + "|" + "\\[" + DTEXT_NO_OBS$$ + "*" + "\\]"); +const LOCAL_PART$ = subexp(DOT_ATOM_TEXT$ + "|" + QUOTED_STRING$); +const ADDR_SPEC$ = subexp(LOCAL_PART$ + "\\@" + DOMAIN$); +const TO$ = subexp(ADDR_SPEC$ + subexp("\\," + ADDR_SPEC$) + "*"); +const HFNAME$ = subexp(QCHAR$ + "*"); +const HFVALUE$ = HFNAME$; +const HFIELD$ = subexp(HFNAME$ + "\\=" + HFVALUE$); +const HFIELDS2$ = subexp(HFIELD$ + subexp("\\&" + HFIELD$) + "*"); +const HFIELDS$ = subexp("\\?" + HFIELDS2$); +const MAILTO_URI = new RegExp("^mailto\\:" + TO$ + "?" + HFIELDS$ + "?$"); +const UNRESERVED = new RegExp(UNRESERVED$$, "g"); +const PCT_ENCODED = new RegExp(PCT_ENCODED$, "g"); +const NOT_LOCAL_PART = new RegExp(merge("[^]", ATEXT$$, "[\\.]", '[\\"]', VCHAR$$), "g"); +const NOT_DOMAIN = new RegExp(merge("[^]", ATEXT$$, "[\\.]", "[\\[]", DTEXT_NO_OBS$$, "[\\]]"), "g"); +const NOT_HFNAME = new RegExp(merge("[^]", UNRESERVED$$, SOME_DELIMS$$), "g"); +const NOT_HFVALUE = NOT_HFNAME; +const TO = new RegExp("^" + TO$ + "$"); +const HFIELDS = new RegExp("^" + HFIELDS2$ + "$"); +function decodeUnreserved(str) { + const decStr = pctDecChars(str); + return (!decStr.match(UNRESERVED) ? str : decStr); +} +const handler = { + scheme: "mailto", + parse: function (components, options) { + const mailtoComponents = components; + const to = mailtoComponents.to = (mailtoComponents.path ? mailtoComponents.path.split(",") : []); + mailtoComponents.path = undefined; + if (mailtoComponents.query) { + let unknownHeaders = false; + const headers = {}; + const hfields = mailtoComponents.query.split("&"); + for (let x = 0, xl = hfields.length; x < xl; ++x) { + const hfield = hfields[x].split("="); + switch (hfield[0]) { + case "to": + const toAddrs = hfield[1].split(","); + for (let x = 0, xl = toAddrs.length; x < xl; ++x) { + to.push(toAddrs[x]); + } + break; + case "subject": + mailtoComponents.subject = unescapeComponent(hfield[1], options); + break; + case "body": + mailtoComponents.body = unescapeComponent(hfield[1], options); + break; + default: + unknownHeaders = true; + headers[unescapeComponent(hfield[0], options)] = unescapeComponent(hfield[1], options); + break; + } + } + if (unknownHeaders) + mailtoComponents.headers = headers; + } + mailtoComponents.query = undefined; + for (let x = 0, xl = to.length; x < xl; ++x) { + const addr = to[x].split("@"); + addr[0] = unescapeComponent(addr[0]); + if (!options.unicodeSupport) { + //convert Unicode IDN -> ASCII IDN + try { + addr[1] = punycode.toASCII(unescapeComponent(addr[1], options).toLowerCase()); + } + catch (e) { + mailtoComponents.error = mailtoComponents.error || "Email address's domain name can not be converted to ASCII via punycode: " + e; + } + } + else { + addr[1] = unescapeComponent(addr[1], options).toLowerCase(); + } + to[x] = addr.join("@"); + } + return mailtoComponents; + }, + serialize: function (mailtoComponents, options) { + const components = mailtoComponents; + const to = toArray(mailtoComponents.to); + if (to) { + for (let x = 0, xl = to.length; x < xl; ++x) { + const toAddr = String(to[x]); + const atIdx = toAddr.lastIndexOf("@"); + const localPart = (toAddr.slice(0, atIdx)).replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_LOCAL_PART, pctEncChar); + let domain = toAddr.slice(atIdx + 1); + //convert IDN via punycode + try { + domain = (!options.iri ? punycode.toASCII(unescapeComponent(domain, options).toLowerCase()) : punycode.toUnicode(domain)); + } + catch (e) { + components.error = components.error || "Email address's domain name can not be converted to " + (!options.iri ? "ASCII" : "Unicode") + " via punycode: " + e; + } + to[x] = localPart + "@" + domain; + } + components.path = to.join(","); + } + const headers = mailtoComponents.headers = mailtoComponents.headers || {}; + if (mailtoComponents.subject) + headers["subject"] = mailtoComponents.subject; + if (mailtoComponents.body) + headers["body"] = mailtoComponents.body; + const fields = []; + for (const name in headers) { + if (headers[name] !== O[name]) { + fields.push(name.replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_HFNAME, pctEncChar) + + "=" + + headers[name].replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_HFVALUE, pctEncChar)); + } + } + if (fields.length) { + components.query = fields.join("&"); + } + return components; + } +}; +export default handler; +//# sourceMappingURL=mailto.js.map \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/schemes/mailto.js.map b/node_modules/uri-js/dist/esnext/schemes/mailto.js.map new file mode 100755 index 0000000..82dba9a --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/mailto.js.map @@ -0,0 +1 @@ +{"version":3,"file":"mailto.js","sourceRoot":"","sources":["../../../src/schemes/mailto.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts b/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts new file mode 100755 index 0000000..e75f2e7 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/urn-uuid.d.ts @@ -0,0 +1,7 @@ +import { URISchemeHandler, URIOptions } from "../uri"; +import { URNComponents } from "./urn"; +export interface UUIDComponents extends URNComponents { + uuid?: string; +} +declare const handler: URISchemeHandler; +export default handler; diff --git a/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js b/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js new file mode 100755 index 0000000..d1fce49 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js @@ -0,0 +1,23 @@ +const UUID = /^[0-9A-Fa-f]{8}(?:\-[0-9A-Fa-f]{4}){3}\-[0-9A-Fa-f]{12}$/; +const UUID_PARSE = /^[0-9A-Fa-f\-]{36}/; +//RFC 4122 +const handler = { + scheme: "urn:uuid", + parse: function (urnComponents, options) { + const uuidComponents = urnComponents; + uuidComponents.uuid = uuidComponents.nss; + uuidComponents.nss = undefined; + if (!options.tolerant && (!uuidComponents.uuid || !uuidComponents.uuid.match(UUID))) { + uuidComponents.error = uuidComponents.error || "UUID is not valid."; + } + return uuidComponents; + }, + serialize: function (uuidComponents, options) { + const urnComponents = uuidComponents; + //normalize UUID + urnComponents.nss = (uuidComponents.uuid || "").toLowerCase(); + return urnComponents; + }, +}; +export default handler; +//# sourceMappingURL=urn-uuid.js.map \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map b/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map new file mode 100755 index 0000000..3b7a8b3 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/urn-uuid.js.map @@ -0,0 +1 @@ +{"version":3,"file":"urn-uuid.js","sourceRoot":"","sources":["../../../src/schemes/urn-uuid.ts"],"names":[],"mappings":"AAQA,MAAM,IAAI,GAAG,0DAA0D,CAAC;AACxE,MAAM,UAAU,GAAG,oBAAoB,CAAC;AAExC,UAAU;AACV,MAAM,OAAO,GAA+D;IAC3E,MAAM,EAAG,UAAU;IAEnB,KAAK,EAAG,UAAU,aAA2B,EAAE,OAAkB;QAChE,MAAM,cAAc,GAAG,aAA+B,CAAC;QACvD,cAAc,CAAC,IAAI,GAAG,cAAc,CAAC,GAAG,CAAC;QACzC,cAAc,CAAC,GAAG,GAAG,SAAS,CAAC;QAE/B,IAAI,CAAC,OAAO,CAAC,QAAQ,IAAI,CAAC,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,EAAE;YACpF,cAAc,CAAC,KAAK,GAAG,cAAc,CAAC,KAAK,IAAI,oBAAoB,CAAC;SACpE;QAED,OAAO,cAAc,CAAC;IACvB,CAAC;IAED,SAAS,EAAG,UAAU,cAA6B,EAAE,OAAkB;QACtE,MAAM,aAAa,GAAG,cAA+B,CAAC;QACtD,gBAAgB;QAChB,aAAa,CAAC,GAAG,GAAG,CAAC,cAAc,CAAC,IAAI,IAAI,EAAE,CAAC,CAAC,WAAW,EAAE,CAAC;QAC9D,OAAO,aAAa,CAAC;IACtB,CAAC;CACD,CAAC;AAEF,eAAe,OAAO,CAAC"} \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/schemes/urn.d.ts b/node_modules/uri-js/dist/esnext/schemes/urn.d.ts new file mode 100755 index 0000000..7e0c2fb --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/urn.d.ts @@ -0,0 +1,10 @@ +import { URISchemeHandler, URIComponents, URIOptions } from "../uri"; +export interface URNComponents extends URIComponents { + nid?: string; + nss?: string; +} +export interface URNOptions extends URIOptions { + nid?: string; +} +declare const handler: URISchemeHandler; +export default handler; diff --git a/node_modules/uri-js/dist/esnext/schemes/urn.js b/node_modules/uri-js/dist/esnext/schemes/urn.js new file mode 100755 index 0000000..5d3f10a --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/urn.js @@ -0,0 +1,49 @@ +import { SCHEMES } from "../uri"; +const NID$ = "(?:[0-9A-Za-z][0-9A-Za-z\\-]{1,31})"; +const PCT_ENCODED$ = "(?:\\%[0-9A-Fa-f]{2})"; +const TRANS$$ = "[0-9A-Za-z\\(\\)\\+\\,\\-\\.\\:\\=\\@\\;\\$\\_\\!\\*\\'\\/\\?\\#]"; +const NSS$ = "(?:(?:" + PCT_ENCODED$ + "|" + TRANS$$ + ")+)"; +const URN_SCHEME = new RegExp("^urn\\:(" + NID$ + ")$"); +const URN_PATH = new RegExp("^(" + NID$ + ")\\:(" + NSS$ + ")$"); +const URN_PARSE = /^([^\:]+)\:(.*)/; +const URN_EXCLUDED = /[\x00-\x20\\\"\&\<\>\[\]\^\`\{\|\}\~\x7F-\xFF]/g; +//RFC 2141 +const handler = { + scheme: "urn", + parse: function (components, options) { + const matches = components.path && components.path.match(URN_PARSE); + let urnComponents = components; + if (matches) { + const scheme = options.scheme || urnComponents.scheme || "urn"; + const nid = matches[1].toLowerCase(); + const nss = matches[2]; + const urnScheme = `${scheme}:${options.nid || nid}`; + const schemeHandler = SCHEMES[urnScheme]; + urnComponents.nid = nid; + urnComponents.nss = nss; + urnComponents.path = undefined; + if (schemeHandler) { + urnComponents = schemeHandler.parse(urnComponents, options); + } + } + else { + urnComponents.error = urnComponents.error || "URN can not be parsed."; + } + return urnComponents; + }, + serialize: function (urnComponents, options) { + const scheme = options.scheme || urnComponents.scheme || "urn"; + const nid = urnComponents.nid; + const urnScheme = `${scheme}:${options.nid || nid}`; + const schemeHandler = SCHEMES[urnScheme]; + if (schemeHandler) { + urnComponents = schemeHandler.serialize(urnComponents, options); + } + const uriComponents = urnComponents; + const nss = urnComponents.nss; + uriComponents.path = `${nid || options.nid}:${nss}`; + return uriComponents; + }, +}; +export default handler; +//# sourceMappingURL=urn.js.map \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/schemes/urn.js.map b/node_modules/uri-js/dist/esnext/schemes/urn.js.map new file mode 100755 index 0000000..ea43b0b --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/urn.js.map @@ -0,0 +1 @@ +{"version":3,"file":"urn.js","sourceRoot":"","sources":["../../../src/schemes/urn.ts"],"names":[],"mappings":"AACA,OAAO,EAAc,OAAO,EAAE,MAAM,QAAQ,CAAC;AAW7C,MAAM,IAAI,GAAG,qCAAqC,CAAC;AACnD,MAAM,YAAY,GAAG,uBAAuB,CAAC;AAC7C,MAAM,OAAO,GAAG,mEAAmE,CAAC;AACpF,MAAM,IAAI,GAAG,QAAQ,GAAG,YAAY,GAAG,GAAG,GAAG,OAAO,GAAG,KAAK,CAAC;AAC7D,MAAM,UAAU,GAAG,IAAI,MAAM,CAAC,UAAU,GAAG,IAAI,GAAG,IAAI,CAAC,CAAC;AACxD,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,IAAI,GAAG,IAAI,GAAG,OAAO,GAAG,IAAI,GAAG,IAAI,CAAC,CAAC;AACjE,MAAM,SAAS,GAAG,iBAAiB,CAAC;AACpC,MAAM,YAAY,GAAG,iDAAiD,CAAC;AAEvE,UAAU;AACV,MAAM,OAAO,GAA8C;IAC1D,MAAM,EAAG,KAAK;IAEd,KAAK,EAAG,UAAU,UAAwB,EAAE,OAAkB;QAC7D,MAAM,OAAO,GAAG,UAAU,CAAC,IAAI,IAAI,UAAU,CAAC,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;QACpE,IAAI,aAAa,GAAG,UAA2B,CAAC;QAEhD,IAAI,OAAO,EAAE;YACZ,MAAM,MAAM,GAAG,OAAO,CAAC,MAAM,IAAI,aAAa,CAAC,MAAM,IAAI,KAAK,CAAC;YAC/D,MAAM,GAAG,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC;YACrC,MAAM,GAAG,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC;YACvB,MAAM,SAAS,GAAG,GAAG,MAAM,IAAI,OAAO,CAAC,GAAG,IAAI,GAAG,EAAE,CAAC;YACpD,MAAM,aAAa,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;YAEzC,aAAa,CAAC,GAAG,GAAG,GAAG,CAAC;YACxB,aAAa,CAAC,GAAG,GAAG,GAAG,CAAC;YACxB,aAAa,CAAC,IAAI,GAAG,SAAS,CAAC;YAE/B,IAAI,aAAa,EAAE;gBAClB,aAAa,GAAG,aAAa,CAAC,KAAK,CAAC,aAAa,EAAE,OAAO,CAAkB,CAAC;aAC7E;SACD;aAAM;YACN,aAAa,CAAC,KAAK,GAAG,aAAa,CAAC,KAAK,IAAI,wBAAwB,CAAC;SACtE;QAED,OAAO,aAAa,CAAC;IACtB,CAAC;IAED,SAAS,EAAG,UAAU,aAA2B,EAAE,OAAkB;QACpE,MAAM,MAAM,GAAG,OAAO,CAAC,MAAM,IAAI,aAAa,CAAC,MAAM,IAAI,KAAK,CAAC;QAC/D,MAAM,GAAG,GAAG,aAAa,CAAC,GAAG,CAAC;QAC9B,MAAM,SAAS,GAAG,GAAG,MAAM,IAAI,OAAO,CAAC,GAAG,IAAI,GAAG,EAAE,CAAC;QACpD,MAAM,aAAa,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC;QAEzC,IAAI,aAAa,EAAE;YAClB,aAAa,GAAG,aAAa,CAAC,SAAS,CAAC,aAAa,EAAE,OAAO,CAAkB,CAAC;SACjF;QAED,MAAM,aAAa,GAAG,aAA8B,CAAC;QACrD,MAAM,GAAG,GAAG,aAAa,CAAC,GAAG,CAAC;QAC9B,aAAa,CAAC,IAAI,GAAG,GAAG,GAAG,IAAI,OAAO,CAAC,GAAG,IAAI,GAAG,EAAE,CAAC;QAEpD,OAAO,aAAa,CAAC;IACtB,CAAC;CACD,CAAC;AAEF,eAAe,OAAO,CAAC"} \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/schemes/ws.d.ts b/node_modules/uri-js/dist/esnext/schemes/ws.d.ts new file mode 100755 index 0000000..47f4835 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/ws.d.ts @@ -0,0 +1,7 @@ +import { URISchemeHandler, URIComponents } from "../uri"; +export interface WSComponents extends URIComponents { + resourceName?: string; + secure?: boolean; +} +declare const handler: URISchemeHandler; +export default handler; diff --git a/node_modules/uri-js/dist/esnext/schemes/ws.js b/node_modules/uri-js/dist/esnext/schemes/ws.js new file mode 100755 index 0000000..9277f03 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/ws.js @@ -0,0 +1,41 @@ +function isSecure(wsComponents) { + return typeof wsComponents.secure === 'boolean' ? wsComponents.secure : String(wsComponents.scheme).toLowerCase() === "wss"; +} +//RFC 6455 +const handler = { + scheme: "ws", + domainHost: true, + parse: function (components, options) { + const wsComponents = components; + //indicate if the secure flag is set + wsComponents.secure = isSecure(wsComponents); + //construct resouce name + wsComponents.resourceName = (wsComponents.path || '/') + (wsComponents.query ? '?' + wsComponents.query : ''); + wsComponents.path = undefined; + wsComponents.query = undefined; + return wsComponents; + }, + serialize: function (wsComponents, options) { + //normalize the default port + if (wsComponents.port === (isSecure(wsComponents) ? 443 : 80) || wsComponents.port === "") { + wsComponents.port = undefined; + } + //ensure scheme matches secure flag + if (typeof wsComponents.secure === 'boolean') { + wsComponents.scheme = (wsComponents.secure ? 'wss' : 'ws'); + wsComponents.secure = undefined; + } + //reconstruct path from resource name + if (wsComponents.resourceName) { + const [path, query] = wsComponents.resourceName.split('?'); + wsComponents.path = (path && path !== '/' ? path : undefined); + wsComponents.query = query; + wsComponents.resourceName = undefined; + } + //forbid fragment component + wsComponents.fragment = undefined; + return wsComponents; + } +}; +export default handler; +//# sourceMappingURL=ws.js.map \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/schemes/ws.js.map b/node_modules/uri-js/dist/esnext/schemes/ws.js.map new file mode 100755 index 0000000..186818c --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/ws.js.map @@ -0,0 +1 @@ +{"version":3,"file":"ws.js","sourceRoot":"","sources":["../../../src/schemes/ws.ts"],"names":[],"mappings":"AAOA,kBAAkB,YAAyB;IAC1C,OAAO,OAAO,YAAY,CAAC,MAAM,KAAK,SAAS,CAAC,CAAC,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,WAAW,EAAE,KAAK,KAAK,CAAC;AAC7H,CAAC;AAED,UAAU;AACV,MAAM,OAAO,GAAoB;IAChC,MAAM,EAAG,IAAI;IAEb,UAAU,EAAG,IAAI;IAEjB,KAAK,EAAG,UAAU,UAAwB,EAAE,OAAkB;QAC7D,MAAM,YAAY,GAAG,UAA0B,CAAC;QAEhD,oCAAoC;QACpC,YAAY,CAAC,MAAM,GAAG,QAAQ,CAAC,YAAY,CAAC,CAAC;QAE7C,wBAAwB;QACxB,YAAY,CAAC,YAAY,GAAG,CAAC,YAAY,CAAC,IAAI,IAAI,GAAG,CAAC,GAAG,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,GAAG,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;QAC9G,YAAY,CAAC,IAAI,GAAG,SAAS,CAAC;QAC9B,YAAY,CAAC,KAAK,GAAG,SAAS,CAAC;QAE/B,OAAO,YAAY,CAAC;IACrB,CAAC;IAED,SAAS,EAAG,UAAU,YAAyB,EAAE,OAAkB;QAClE,4BAA4B;QAC5B,IAAI,YAAY,CAAC,IAAI,KAAK,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,IAAI,YAAY,CAAC,IAAI,KAAK,EAAE,EAAE;YAC1F,YAAY,CAAC,IAAI,GAAG,SAAS,CAAC;SAC9B;QAED,mCAAmC;QACnC,IAAI,OAAO,YAAY,CAAC,MAAM,KAAK,SAAS,EAAE;YAC7C,YAAY,CAAC,MAAM,GAAG,CAAC,YAAY,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC;YAC3D,YAAY,CAAC,MAAM,GAAG,SAAS,CAAC;SAChC;QAED,qCAAqC;QACrC,IAAI,YAAY,CAAC,YAAY,EAAE;YAC9B,MAAM,CAAC,IAAI,EAAE,KAAK,CAAC,GAAG,YAAY,CAAC,YAAY,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YAC3D,YAAY,CAAC,IAAI,GAAG,CAAC,IAAI,IAAI,IAAI,KAAK,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;YAC9D,YAAY,CAAC,KAAK,GAAG,KAAK,CAAC;YAC3B,YAAY,CAAC,YAAY,GAAG,SAAS,CAAC;SACtC;QAED,2BAA2B;QAC3B,YAAY,CAAC,QAAQ,GAAG,SAAS,CAAC;QAElC,OAAO,YAAY,CAAC;IACrB,CAAC;CACD,CAAC;AAEF,eAAe,OAAO,CAAC"} \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/schemes/wss.d.ts b/node_modules/uri-js/dist/esnext/schemes/wss.d.ts new file mode 100755 index 0000000..fe5b2f3 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/wss.d.ts @@ -0,0 +1,3 @@ +import { URISchemeHandler } from "../uri"; +declare const handler: URISchemeHandler; +export default handler; diff --git a/node_modules/uri-js/dist/esnext/schemes/wss.js b/node_modules/uri-js/dist/esnext/schemes/wss.js new file mode 100755 index 0000000..d1e22cc --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/wss.js @@ -0,0 +1,9 @@ +import ws from "./ws"; +const handler = { + scheme: "wss", + domainHost: ws.domainHost, + parse: ws.parse, + serialize: ws.serialize +}; +export default handler; +//# sourceMappingURL=wss.js.map \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/schemes/wss.js.map b/node_modules/uri-js/dist/esnext/schemes/wss.js.map new file mode 100755 index 0000000..e19006d --- /dev/null +++ b/node_modules/uri-js/dist/esnext/schemes/wss.js.map @@ -0,0 +1 @@ +{"version":3,"file":"wss.js","sourceRoot":"","sources":["../../../src/schemes/wss.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,MAAM,CAAC;AAEtB,MAAM,OAAO,GAAoB;IAChC,MAAM,EAAG,KAAK;IACd,UAAU,EAAG,EAAE,CAAC,UAAU;IAC1B,KAAK,EAAG,EAAE,CAAC,KAAK;IAChB,SAAS,EAAG,EAAE,CAAC,SAAS;CACxB,CAAA;AAED,eAAe,OAAO,CAAC"} \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/uri.d.ts b/node_modules/uri-js/dist/esnext/uri.d.ts new file mode 100755 index 0000000..da51e23 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/uri.d.ts @@ -0,0 +1,59 @@ +export interface URIComponents { + scheme?: string; + userinfo?: string; + host?: string; + port?: number | string; + path?: string; + query?: string; + fragment?: string; + reference?: string; + error?: string; +} +export interface URIOptions { + scheme?: string; + reference?: string; + tolerant?: boolean; + absolutePath?: boolean; + iri?: boolean; + unicodeSupport?: boolean; + domainHost?: boolean; +} +export interface URISchemeHandler { + scheme: string; + parse(components: ParentComponents, options: Options): Components; + serialize(components: Components, options: Options): ParentComponents; + unicodeSupport?: boolean; + domainHost?: boolean; + absolutePath?: boolean; +} +export interface URIRegExps { + NOT_SCHEME: RegExp; + NOT_USERINFO: RegExp; + NOT_HOST: RegExp; + NOT_PATH: RegExp; + NOT_PATH_NOSCHEME: RegExp; + NOT_QUERY: RegExp; + NOT_FRAGMENT: RegExp; + ESCAPE: RegExp; + UNRESERVED: RegExp; + OTHER_CHARS: RegExp; + PCT_ENCODED: RegExp; + IPV4ADDRESS: RegExp; + IPV6ADDRESS: RegExp; +} +export declare const SCHEMES: { + [scheme: string]: URISchemeHandler; +}; +export declare function pctEncChar(chr: string): string; +export declare function pctDecChars(str: string): string; +export declare function parse(uriString: string, options?: URIOptions): URIComponents; +export declare function removeDotSegments(input: string): string; +export declare function serialize(components: URIComponents, options?: URIOptions): string; +export declare function resolveComponents(base: URIComponents, relative: URIComponents, options?: URIOptions, skipNormalization?: boolean): URIComponents; +export declare function resolve(baseURI: string, relativeURI: string, options?: URIOptions): string; +export declare function normalize(uri: string, options?: URIOptions): string; +export declare function normalize(uri: URIComponents, options?: URIOptions): URIComponents; +export declare function equal(uriA: string, uriB: string, options?: URIOptions): boolean; +export declare function equal(uriA: URIComponents, uriB: URIComponents, options?: URIOptions): boolean; +export declare function escapeComponent(str: string, options?: URIOptions): string; +export declare function unescapeComponent(str: string, options?: URIOptions): string; diff --git a/node_modules/uri-js/dist/esnext/uri.js b/node_modules/uri-js/dist/esnext/uri.js new file mode 100755 index 0000000..659ce26 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/uri.js @@ -0,0 +1,480 @@ +/** + * URI.js + * + * @fileoverview An RFC 3986 compliant, scheme extendable URI parsing/validating/resolving library for JavaScript. + * @author Gary Court + * @see http://github.com/garycourt/uri-js + */ +/** + * Copyright 2011 Gary Court. All rights reserved. + * + * Redistribution and use in source and binary forms, with or without modification, are + * permitted provided that the following conditions are met: + * + * 1. Redistributions of source code must retain the above copyright notice, this list of + * conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright notice, this list + * of conditions and the following disclaimer in the documentation and/or other materials + * provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY GARY COURT ``AS IS'' AND ANY EXPRESS OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND + * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL GARY COURT OR + * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR + * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON + * ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF + * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + * The views and conclusions contained in the software and documentation are those of the + * authors and should not be interpreted as representing official policies, either expressed + * or implied, of Gary Court. + */ +import URI_PROTOCOL from "./regexps-uri"; +import IRI_PROTOCOL from "./regexps-iri"; +import punycode from "punycode"; +import { toUpperCase, typeOf, assign } from "./util"; +export const SCHEMES = {}; +export function pctEncChar(chr) { + const c = chr.charCodeAt(0); + let e; + if (c < 16) + e = "%0" + c.toString(16).toUpperCase(); + else if (c < 128) + e = "%" + c.toString(16).toUpperCase(); + else if (c < 2048) + e = "%" + ((c >> 6) | 192).toString(16).toUpperCase() + "%" + ((c & 63) | 128).toString(16).toUpperCase(); + else + e = "%" + ((c >> 12) | 224).toString(16).toUpperCase() + "%" + (((c >> 6) & 63) | 128).toString(16).toUpperCase() + "%" + ((c & 63) | 128).toString(16).toUpperCase(); + return e; +} +export function pctDecChars(str) { + let newStr = ""; + let i = 0; + const il = str.length; + while (i < il) { + const c = parseInt(str.substr(i + 1, 2), 16); + if (c < 128) { + newStr += String.fromCharCode(c); + i += 3; + } + else if (c >= 194 && c < 224) { + if ((il - i) >= 6) { + const c2 = parseInt(str.substr(i + 4, 2), 16); + newStr += String.fromCharCode(((c & 31) << 6) | (c2 & 63)); + } + else { + newStr += str.substr(i, 6); + } + i += 6; + } + else if (c >= 224) { + if ((il - i) >= 9) { + const c2 = parseInt(str.substr(i + 4, 2), 16); + const c3 = parseInt(str.substr(i + 7, 2), 16); + newStr += String.fromCharCode(((c & 15) << 12) | ((c2 & 63) << 6) | (c3 & 63)); + } + else { + newStr += str.substr(i, 9); + } + i += 9; + } + else { + newStr += str.substr(i, 3); + i += 3; + } + } + return newStr; +} +function _normalizeComponentEncoding(components, protocol) { + function decodeUnreserved(str) { + const decStr = pctDecChars(str); + return (!decStr.match(protocol.UNRESERVED) ? str : decStr); + } + if (components.scheme) + components.scheme = String(components.scheme).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerCase().replace(protocol.NOT_SCHEME, ""); + if (components.userinfo !== undefined) + components.userinfo = String(components.userinfo).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_USERINFO, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + if (components.host !== undefined) + components.host = String(components.host).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerCase().replace(protocol.NOT_HOST, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + if (components.path !== undefined) + components.path = String(components.path).replace(protocol.PCT_ENCODED, decodeUnreserved).replace((components.scheme ? protocol.NOT_PATH : protocol.NOT_PATH_NOSCHEME), pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + if (components.query !== undefined) + components.query = String(components.query).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_QUERY, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + if (components.fragment !== undefined) + components.fragment = String(components.fragment).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_FRAGMENT, pctEncChar).replace(protocol.PCT_ENCODED, toUpperCase); + return components; +} +; +function _stripLeadingZeros(str) { + return str.replace(/^0*(.*)/, "$1") || "0"; +} +function _normalizeIPv4(host, protocol) { + const matches = host.match(protocol.IPV4ADDRESS) || []; + const [, address] = matches; + if (address) { + return address.split(".").map(_stripLeadingZeros).join("."); + } + else { + return host; + } +} +function _normalizeIPv6(host, protocol) { + const matches = host.match(protocol.IPV6ADDRESS) || []; + const [, address, zone] = matches; + if (address) { + const [last, first] = address.toLowerCase().split('::').reverse(); + const firstFields = first ? first.split(":").map(_stripLeadingZeros) : []; + const lastFields = last.split(":").map(_stripLeadingZeros); + const isLastFieldIPv4Address = protocol.IPV4ADDRESS.test(lastFields[lastFields.length - 1]); + const fieldCount = isLastFieldIPv4Address ? 7 : 8; + const lastFieldsStart = lastFields.length - fieldCount; + const fields = Array(fieldCount); + for (let x = 0; x < fieldCount; ++x) { + fields[x] = firstFields[x] || lastFields[lastFieldsStart + x] || ''; + } + if (isLastFieldIPv4Address) { + fields[fieldCount - 1] = _normalizeIPv4(fields[fieldCount - 1], protocol); + } + const allZeroFields = fields.reduce((acc, field, index) => { + if (!field || field === "0") { + const lastLongest = acc[acc.length - 1]; + if (lastLongest && lastLongest.index + lastLongest.length === index) { + lastLongest.length++; + } + else { + acc.push({ index, length: 1 }); + } + } + return acc; + }, []); + const longestZeroFields = allZeroFields.sort((a, b) => b.length - a.length)[0]; + let newHost; + if (longestZeroFields && longestZeroFields.length > 1) { + const newFirst = fields.slice(0, longestZeroFields.index); + const newLast = fields.slice(longestZeroFields.index + longestZeroFields.length); + newHost = newFirst.join(":") + "::" + newLast.join(":"); + } + else { + newHost = fields.join(":"); + } + if (zone) { + newHost += "%" + zone; + } + return newHost; + } + else { + return host; + } +} +const URI_PARSE = /^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i; +const NO_MATCH_IS_UNDEFINED = ("").match(/(){0}/)[1] === undefined; +export function parse(uriString, options = {}) { + const components = {}; + const protocol = (options.iri !== false ? IRI_PROTOCOL : URI_PROTOCOL); + if (options.reference === "suffix") + uriString = (options.scheme ? options.scheme + ":" : "") + "//" + uriString; + const matches = uriString.match(URI_PARSE); + if (matches) { + if (NO_MATCH_IS_UNDEFINED) { + //store each component + components.scheme = matches[1]; + components.userinfo = matches[3]; + components.host = matches[4]; + components.port = parseInt(matches[5], 10); + components.path = matches[6] || ""; + components.query = matches[7]; + components.fragment = matches[8]; + //fix port number + if (isNaN(components.port)) { + components.port = matches[5]; + } + } + else { //IE FIX for improper RegExp matching + //store each component + components.scheme = matches[1] || undefined; + components.userinfo = (uriString.indexOf("@") !== -1 ? matches[3] : undefined); + components.host = (uriString.indexOf("//") !== -1 ? matches[4] : undefined); + components.port = parseInt(matches[5], 10); + components.path = matches[6] || ""; + components.query = (uriString.indexOf("?") !== -1 ? matches[7] : undefined); + components.fragment = (uriString.indexOf("#") !== -1 ? matches[8] : undefined); + //fix port number + if (isNaN(components.port)) { + components.port = (uriString.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/) ? matches[4] : undefined); + } + } + if (components.host) { + //normalize IP hosts + components.host = _normalizeIPv6(_normalizeIPv4(components.host, protocol), protocol); + } + //determine reference type + if (components.scheme === undefined && components.userinfo === undefined && components.host === undefined && components.port === undefined && !components.path && components.query === undefined) { + components.reference = "same-document"; + } + else if (components.scheme === undefined) { + components.reference = "relative"; + } + else if (components.fragment === undefined) { + components.reference = "absolute"; + } + else { + components.reference = "uri"; + } + //check for reference errors + if (options.reference && options.reference !== "suffix" && options.reference !== components.reference) { + components.error = components.error || "URI is not a " + options.reference + " reference."; + } + //find scheme handler + const schemeHandler = SCHEMES[(options.scheme || components.scheme || "").toLowerCase()]; + //check if scheme can't handle IRIs + if (!options.unicodeSupport && (!schemeHandler || !schemeHandler.unicodeSupport)) { + //if host component is a domain name + if (components.host && (options.domainHost || (schemeHandler && schemeHandler.domainHost))) { + //convert Unicode IDN -> ASCII IDN + try { + components.host = punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, pctDecChars).toLowerCase()); + } + catch (e) { + components.error = components.error || "Host's domain name can not be converted to ASCII via punycode: " + e; + } + } + //convert IRI -> URI + _normalizeComponentEncoding(components, URI_PROTOCOL); + } + else { + //normalize encodings + _normalizeComponentEncoding(components, protocol); + } + //perform scheme specific parsing + if (schemeHandler && schemeHandler.parse) { + schemeHandler.parse(components, options); + } + } + else { + components.error = components.error || "URI can not be parsed."; + } + return components; +} +; +function _recomposeAuthority(components, options) { + const protocol = (options.iri !== false ? IRI_PROTOCOL : URI_PROTOCOL); + const uriTokens = []; + if (components.userinfo !== undefined) { + uriTokens.push(components.userinfo); + uriTokens.push("@"); + } + if (components.host !== undefined) { + //normalize IP hosts, add brackets and escape zone separator for IPv6 + uriTokens.push(_normalizeIPv6(_normalizeIPv4(String(components.host), protocol), protocol).replace(protocol.IPV6ADDRESS, (_, $1, $2) => "[" + $1 + ($2 ? "%25" + $2 : "") + "]")); + } + if (typeof components.port === "number" || typeof components.port === "string") { + uriTokens.push(":"); + uriTokens.push(String(components.port)); + } + return uriTokens.length ? uriTokens.join("") : undefined; +} +; +const RDS1 = /^\.\.?\//; +const RDS2 = /^\/\.(\/|$)/; +const RDS3 = /^\/\.\.(\/|$)/; +const RDS4 = /^\.\.?$/; +const RDS5 = /^\/?(?:.|\n)*?(?=\/|$)/; +export function removeDotSegments(input) { + const output = []; + while (input.length) { + if (input.match(RDS1)) { + input = input.replace(RDS1, ""); + } + else if (input.match(RDS2)) { + input = input.replace(RDS2, "/"); + } + else if (input.match(RDS3)) { + input = input.replace(RDS3, "/"); + output.pop(); + } + else if (input === "." || input === "..") { + input = ""; + } + else { + const im = input.match(RDS5); + if (im) { + const s = im[0]; + input = input.slice(s.length); + output.push(s); + } + else { + throw new Error("Unexpected dot segment condition"); + } + } + } + return output.join(""); +} +; +export function serialize(components, options = {}) { + const protocol = (options.iri ? IRI_PROTOCOL : URI_PROTOCOL); + const uriTokens = []; + //find scheme handler + const schemeHandler = SCHEMES[(options.scheme || components.scheme || "").toLowerCase()]; + //perform scheme specific serialization + if (schemeHandler && schemeHandler.serialize) + schemeHandler.serialize(components, options); + if (components.host) { + //if host component is an IPv6 address + if (protocol.IPV6ADDRESS.test(components.host)) { + //TODO: normalize IPv6 address as per RFC 5952 + } + //if host component is a domain name + else if (options.domainHost || (schemeHandler && schemeHandler.domainHost)) { + //convert IDN via punycode + try { + components.host = (!options.iri ? punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, pctDecChars).toLowerCase()) : punycode.toUnicode(components.host)); + } + catch (e) { + components.error = components.error || "Host's domain name can not be converted to " + (!options.iri ? "ASCII" : "Unicode") + " via punycode: " + e; + } + } + } + //normalize encoding + _normalizeComponentEncoding(components, protocol); + if (options.reference !== "suffix" && components.scheme) { + uriTokens.push(components.scheme); + uriTokens.push(":"); + } + const authority = _recomposeAuthority(components, options); + if (authority !== undefined) { + if (options.reference !== "suffix") { + uriTokens.push("//"); + } + uriTokens.push(authority); + if (components.path && components.path.charAt(0) !== "/") { + uriTokens.push("/"); + } + } + if (components.path !== undefined) { + let s = components.path; + if (!options.absolutePath && (!schemeHandler || !schemeHandler.absolutePath)) { + s = removeDotSegments(s); + } + if (authority === undefined) { + s = s.replace(/^\/\//, "/%2F"); //don't allow the path to start with "//" + } + uriTokens.push(s); + } + if (components.query !== undefined) { + uriTokens.push("?"); + uriTokens.push(components.query); + } + if (components.fragment !== undefined) { + uriTokens.push("#"); + uriTokens.push(components.fragment); + } + return uriTokens.join(""); //merge tokens into a string +} +; +export function resolveComponents(base, relative, options = {}, skipNormalization) { + const target = {}; + if (!skipNormalization) { + base = parse(serialize(base, options), options); //normalize base components + relative = parse(serialize(relative, options), options); //normalize relative components + } + options = options || {}; + if (!options.tolerant && relative.scheme) { + target.scheme = relative.scheme; + //target.authority = relative.authority; + target.userinfo = relative.userinfo; + target.host = relative.host; + target.port = relative.port; + target.path = removeDotSegments(relative.path || ""); + target.query = relative.query; + } + else { + if (relative.userinfo !== undefined || relative.host !== undefined || relative.port !== undefined) { + //target.authority = relative.authority; + target.userinfo = relative.userinfo; + target.host = relative.host; + target.port = relative.port; + target.path = removeDotSegments(relative.path || ""); + target.query = relative.query; + } + else { + if (!relative.path) { + target.path = base.path; + if (relative.query !== undefined) { + target.query = relative.query; + } + else { + target.query = base.query; + } + } + else { + if (relative.path.charAt(0) === "/") { + target.path = removeDotSegments(relative.path); + } + else { + if ((base.userinfo !== undefined || base.host !== undefined || base.port !== undefined) && !base.path) { + target.path = "/" + relative.path; + } + else if (!base.path) { + target.path = relative.path; + } + else { + target.path = base.path.slice(0, base.path.lastIndexOf("/") + 1) + relative.path; + } + target.path = removeDotSegments(target.path); + } + target.query = relative.query; + } + //target.authority = base.authority; + target.userinfo = base.userinfo; + target.host = base.host; + target.port = base.port; + } + target.scheme = base.scheme; + } + target.fragment = relative.fragment; + return target; +} +; +export function resolve(baseURI, relativeURI, options) { + const schemelessOptions = assign({ scheme: 'null' }, options); + return serialize(resolveComponents(parse(baseURI, schemelessOptions), parse(relativeURI, schemelessOptions), schemelessOptions, true), schemelessOptions); +} +; +export function normalize(uri, options) { + if (typeof uri === "string") { + uri = serialize(parse(uri, options), options); + } + else if (typeOf(uri) === "object") { + uri = parse(serialize(uri, options), options); + } + return uri; +} +; +export function equal(uriA, uriB, options) { + if (typeof uriA === "string") { + uriA = serialize(parse(uriA, options), options); + } + else if (typeOf(uriA) === "object") { + uriA = serialize(uriA, options); + } + if (typeof uriB === "string") { + uriB = serialize(parse(uriB, options), options); + } + else if (typeOf(uriB) === "object") { + uriB = serialize(uriB, options); + } + return uriA === uriB; +} +; +export function escapeComponent(str, options) { + return str && str.toString().replace((!options || !options.iri ? URI_PROTOCOL.ESCAPE : IRI_PROTOCOL.ESCAPE), pctEncChar); +} +; +export function unescapeComponent(str, options) { + return str && str.toString().replace((!options || !options.iri ? URI_PROTOCOL.PCT_ENCODED : IRI_PROTOCOL.PCT_ENCODED), pctDecChars); +} +; +//# sourceMappingURL=uri.js.map \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/uri.js.map b/node_modules/uri-js/dist/esnext/uri.js.map new file mode 100755 index 0000000..2e72ab1 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/uri.js.map @@ -0,0 +1 @@ +{"version":3,"file":"uri.js","sourceRoot":"","sources":["../../src/uri.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/util.d.ts b/node_modules/uri-js/dist/esnext/util.d.ts new file mode 100755 index 0000000..7c12857 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/util.d.ts @@ -0,0 +1,6 @@ +export declare function merge(...sets: Array): string; +export declare function subexp(str: string): string; +export declare function typeOf(o: any): string; +export declare function toUpperCase(str: string): string; +export declare function toArray(obj: any): Array; +export declare function assign(target: object, source: any): any; diff --git a/node_modules/uri-js/dist/esnext/util.js b/node_modules/uri-js/dist/esnext/util.js new file mode 100755 index 0000000..072711e --- /dev/null +++ b/node_modules/uri-js/dist/esnext/util.js @@ -0,0 +1,36 @@ +export function merge(...sets) { + if (sets.length > 1) { + sets[0] = sets[0].slice(0, -1); + const xl = sets.length - 1; + for (let x = 1; x < xl; ++x) { + sets[x] = sets[x].slice(1, -1); + } + sets[xl] = sets[xl].slice(1); + return sets.join(''); + } + else { + return sets[0]; + } +} +export function subexp(str) { + return "(?:" + str + ")"; +} +export function typeOf(o) { + return o === undefined ? "undefined" : (o === null ? "null" : Object.prototype.toString.call(o).split(" ").pop().split("]").shift().toLowerCase()); +} +export function toUpperCase(str) { + return str.toUpperCase(); +} +export function toArray(obj) { + return obj !== undefined && obj !== null ? (obj instanceof Array ? obj : (typeof obj.length !== "number" || obj.split || obj.setInterval || obj.call ? [obj] : Array.prototype.slice.call(obj))) : []; +} +export function assign(target, source) { + const obj = target; + if (source) { + for (const key in source) { + obj[key] = source[key]; + } + } + return obj; +} +//# sourceMappingURL=util.js.map \ No newline at end of file diff --git a/node_modules/uri-js/dist/esnext/util.js.map b/node_modules/uri-js/dist/esnext/util.js.map new file mode 100755 index 0000000..05d9df0 --- /dev/null +++ b/node_modules/uri-js/dist/esnext/util.js.map @@ -0,0 +1 @@ +{"version":3,"file":"util.js","sourceRoot":"","sources":["../../src/util.ts"],"names":[],"mappings":"AAAA,MAAM,gBAAgB,GAAG,IAAkB;IAC1C,IAAI,IAAI,CAAC,MAAM,GAAG,CAAC,EAAE;QACpB,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;QAC/B,MAAM,EAAE,GAAG,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC;QAC3B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE;YAC5B,IAAI,CAAC,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;SAC/B;QACD,IAAI,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;QAC7B,OAAO,IAAI,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;KACrB;SAAM;QACN,OAAO,IAAI,CAAC,CAAC,CAAC,CAAC;KACf;AACF,CAAC;AAED,MAAM,iBAAiB,GAAU;IAChC,OAAO,KAAK,GAAG,GAAG,GAAG,GAAG,CAAC;AAC1B,CAAC;AAED,MAAM,iBAAiB,CAAK;IAC3B,OAAO,CAAC,KAAK,SAAS,CAAC,CAAC,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,CAAC,WAAW,EAAE,CAAC,CAAC;AACpJ,CAAC;AAED,MAAM,sBAAsB,GAAU;IACrC,OAAO,GAAG,CAAC,WAAW,EAAE,CAAC;AAC1B,CAAC;AAED,MAAM,kBAAkB,GAAO;IAC9B,OAAO,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,YAAY,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,OAAO,GAAG,CAAC,MAAM,KAAK,QAAQ,IAAI,GAAG,CAAC,KAAK,IAAI,GAAG,CAAC,WAAW,IAAI,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;AACvM,CAAC;AAGD,MAAM,iBAAiB,MAAc,EAAE,MAAW;IACjD,MAAM,GAAG,GAAG,MAAa,CAAC;IAC1B,IAAI,MAAM,EAAE;QACX,KAAK,MAAM,GAAG,IAAI,MAAM,EAAE;YACzB,GAAG,CAAC,GAAG,CAAC,GAAG,MAAM,CAAC,GAAG,CAAC,CAAC;SACvB;KACD;IACD,OAAO,GAAG,CAAC;AACZ,CAAC"} \ No newline at end of file diff --git a/node_modules/uri-js/package.json b/node_modules/uri-js/package.json new file mode 100755 index 0000000..de95d91 --- /dev/null +++ b/node_modules/uri-js/package.json @@ -0,0 +1,77 @@ +{ + "name": "uri-js", + "version": "4.4.1", + "description": "An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.", + "main": "dist/es5/uri.all.js", + "types": "dist/es5/uri.all.d.ts", + "directories": { + "test": "tests" + }, + "files": [ + "dist", + "package.json", + "yarn.lock", + "README.md", + "CHANGELOG", + "LICENSE" + ], + "scripts": { + "build:esnext": "tsc", + "build:es5": "rollup -c && cp dist/esnext/uri.d.ts dist/es5/uri.all.d.ts && npm run build:es5:fix-sourcemap", + "build:es5:fix-sourcemap": "sorcery -i dist/es5/uri.all.js", + "build:es5:min": "uglifyjs dist/es5/uri.all.js --support-ie8 --output dist/es5/uri.all.min.js --in-source-map dist/es5/uri.all.js.map --source-map uri.all.min.js.map --comments --compress --mangle --pure-funcs merge subexp && mv uri.all.min.js.map dist/es5/ && cp dist/es5/uri.all.d.ts dist/es5/uri.all.min.d.ts", + "build": "npm run build:esnext && npm run build:es5 && npm run build:es5:min", + "clean": "rm -rf dist", + "test": "mocha -u mocha-qunit-ui dist/es5/uri.all.js tests/tests.js" + }, + "repository": { + "type": "git", + "url": "http://github.com/garycourt/uri-js" + }, + "keywords": [ + "URI", + "IRI", + "IDN", + "URN", + "UUID", + "HTTP", + "HTTPS", + "WS", + "WSS", + "MAILTO", + "RFC3986", + "RFC3987", + "RFC5891", + "RFC2616", + "RFC2818", + "RFC2141", + "RFC4122", + "RFC4291", + "RFC5952", + "RFC6068", + "RFC6455", + "RFC6874" + ], + "author": "Gary Court ", + "license": "BSD-2-Clause", + "bugs": { + "url": "https://github.com/garycourt/uri-js/issues" + }, + "homepage": "https://github.com/garycourt/uri-js", + "devDependencies": { + "babel-cli": "^6.26.0", + "babel-plugin-external-helpers": "^6.22.0", + "babel-preset-latest": "^6.24.1", + "mocha": "^8.2.1", + "mocha-qunit-ui": "^0.1.3", + "rollup": "^0.41.6", + "rollup-plugin-babel": "^2.7.1", + "rollup-plugin-node-resolve": "^2.0.0", + "sorcery": "^0.10.0", + "typescript": "^2.8.1", + "uglify-js": "^2.8.14" + }, + "dependencies": { + "punycode": "^2.1.0" + } +} diff --git a/node_modules/uri-js/yarn.lock b/node_modules/uri-js/yarn.lock new file mode 100755 index 0000000..3c42ded --- /dev/null +++ b/node_modules/uri-js/yarn.lock @@ -0,0 +1,2558 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +"@ungap/promise-all-settled@1.1.2": + version "1.1.2" + resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44" + integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q== + +align-text@^0.1.1, align-text@^0.1.3: + version "0.1.4" + resolved "https://registry.yarnpkg.com/align-text/-/align-text-0.1.4.tgz#0cd90a561093f35d0a99256c22b7069433fad117" + dependencies: + kind-of "^3.0.2" + longest "^1.0.1" + repeat-string "^1.5.2" + +ansi-colors@4.1.1: + version "4.1.1" + resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348" + integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA== + +ansi-regex@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" + integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= + +ansi-regex@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-3.0.0.tgz#ed0317c322064f79466c02966bddb605ab37d998" + integrity sha1-7QMXwyIGT3lGbAKWa922Bas32Zg= + +ansi-regex@^4.1.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-4.1.0.tgz#8b9f8f08cf1acb843756a839ca8c7e3168c51997" + integrity sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg== + +ansi-styles@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" + integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= + +ansi-styles@^3.2.0: + version "3.2.1" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" + integrity sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== + dependencies: + color-convert "^1.9.0" + +ansi-styles@^4.1.0: + version "4.3.0" + resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937" + integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== + dependencies: + color-convert "^2.0.1" + +anymatch@^1.3.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.2.tgz#553dcb8f91e3c889845dfdba34c77721b90b9d7a" + integrity sha512-0XNayC8lTHQ2OI8aljNCN3sSx6hsr/1+rlcDAotXJR7C1oZZHCNsfpbKwMjRA3Uqb5tF1Rae2oloTr4xpq+WjA== + dependencies: + micromatch "^2.1.5" + normalize-path "^2.0.0" + +anymatch@~3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142" + integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== + dependencies: + normalize-path "^3.0.0" + picomatch "^2.0.4" + +argparse@^1.0.7: + version "1.0.10" + resolved "https://registry.yarnpkg.com/argparse/-/argparse-1.0.10.tgz#bcd6791ea5ae09725e17e5ad988134cd40b3d911" + integrity sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg== + dependencies: + sprintf-js "~1.0.2" + +arr-diff@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-2.0.0.tgz#8f3b827f955a8bd669697e4a4256ac3ceae356cf" + integrity sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8= + dependencies: + arr-flatten "^1.0.1" + +arr-diff@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/arr-diff/-/arr-diff-4.0.0.tgz#d6461074febfec71e7e15235761a329a5dc7c520" + integrity sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA= + +arr-flatten@^1.0.1, arr-flatten@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/arr-flatten/-/arr-flatten-1.1.0.tgz#36048bbff4e7b47e136644316c99669ea5ae91f1" + integrity sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg== + +arr-union@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/arr-union/-/arr-union-3.1.0.tgz#e39b09aea9def866a8f206e288af63919bae39c4" + integrity sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ= + +array-unique@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.2.1.tgz#a1d97ccafcbc2625cc70fadceb36a50c58b01a53" + integrity sha1-odl8yvy8JiXMcPrc6zalDFiwGlM= + +array-unique@^0.3.2: + version "0.3.2" + resolved "https://registry.yarnpkg.com/array-unique/-/array-unique-0.3.2.tgz#a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428" + integrity sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg= + +assign-symbols@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367" + integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c= + +async-each@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.3.tgz#b727dbf87d7651602f06f4d4ac387f47d91b0cbf" + integrity sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ== + +atob@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/atob/-/atob-2.1.2.tgz#6d9517eb9e030d2436666651e86bd9f6f13533c9" + integrity sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg== + +babel-cli@^6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-cli/-/babel-cli-6.26.0.tgz#502ab54874d7db88ad00b887a06383ce03d002f1" + integrity sha1-UCq1SHTX24itALiHoGODzgPQAvE= + dependencies: + babel-core "^6.26.0" + babel-polyfill "^6.26.0" + babel-register "^6.26.0" + babel-runtime "^6.26.0" + commander "^2.11.0" + convert-source-map "^1.5.0" + fs-readdir-recursive "^1.0.0" + glob "^7.1.2" + lodash "^4.17.4" + output-file-sync "^1.1.2" + path-is-absolute "^1.0.1" + slash "^1.0.0" + source-map "^0.5.6" + v8flags "^2.1.1" + optionalDependencies: + chokidar "^1.6.1" + +babel-code-frame@^6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-code-frame/-/babel-code-frame-6.26.0.tgz#63fd43f7dc1e3bb7ce35947db8fe369a3f58c74b" + integrity sha1-Y/1D99weO7fONZR9uP42mj9Yx0s= + dependencies: + chalk "^1.1.3" + esutils "^2.0.2" + js-tokens "^3.0.2" + +babel-core@6: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.0.tgz#af32f78b31a6fcef119c87b0fd8d9753f03a0bb8" + dependencies: + babel-code-frame "^6.26.0" + babel-generator "^6.26.0" + babel-helpers "^6.24.1" + babel-messages "^6.23.0" + babel-register "^6.26.0" + babel-runtime "^6.26.0" + babel-template "^6.26.0" + babel-traverse "^6.26.0" + babel-types "^6.26.0" + babylon "^6.18.0" + convert-source-map "^1.5.0" + debug "^2.6.8" + json5 "^0.5.1" + lodash "^4.17.4" + minimatch "^3.0.4" + path-is-absolute "^1.0.1" + private "^0.1.7" + slash "^1.0.0" + source-map "^0.5.6" + +babel-core@^6.26.0: + version "6.26.3" + resolved "https://registry.yarnpkg.com/babel-core/-/babel-core-6.26.3.tgz#b2e2f09e342d0f0c88e2f02e067794125e75c207" + integrity sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA== + dependencies: + babel-code-frame "^6.26.0" + babel-generator "^6.26.0" + babel-helpers "^6.24.1" + babel-messages "^6.23.0" + babel-register "^6.26.0" + babel-runtime "^6.26.0" + babel-template "^6.26.0" + babel-traverse "^6.26.0" + babel-types "^6.26.0" + babylon "^6.18.0" + convert-source-map "^1.5.1" + debug "^2.6.9" + json5 "^0.5.1" + lodash "^4.17.4" + minimatch "^3.0.4" + path-is-absolute "^1.0.1" + private "^0.1.8" + slash "^1.0.0" + source-map "^0.5.7" + +babel-generator@^6.26.0: + version "6.26.1" + resolved "https://registry.yarnpkg.com/babel-generator/-/babel-generator-6.26.1.tgz#1844408d3b8f0d35a404ea7ac180f087a601bd90" + integrity sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA== + dependencies: + babel-messages "^6.23.0" + babel-runtime "^6.26.0" + babel-types "^6.26.0" + detect-indent "^4.0.0" + jsesc "^1.3.0" + lodash "^4.17.4" + source-map "^0.5.7" + trim-right "^1.0.1" + +babel-helper-builder-binary-assignment-operator-visitor@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz#cce4517ada356f4220bcae8a02c2b346f9a56664" + dependencies: + babel-helper-explode-assignable-expression "^6.24.1" + babel-runtime "^6.22.0" + babel-types "^6.24.1" + +babel-helper-call-delegate@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz#ece6aacddc76e41c3461f88bfc575bd0daa2df8d" + dependencies: + babel-helper-hoist-variables "^6.24.1" + babel-runtime "^6.22.0" + babel-traverse "^6.24.1" + babel-types "^6.24.1" + +babel-helper-define-map@^6.24.1: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz#a5f56dab41a25f97ecb498c7ebaca9819f95be5f" + dependencies: + babel-helper-function-name "^6.24.1" + babel-runtime "^6.26.0" + babel-types "^6.26.0" + lodash "^4.17.4" + +babel-helper-explode-assignable-expression@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz#f25b82cf7dc10433c55f70592d5746400ac22caa" + dependencies: + babel-runtime "^6.22.0" + babel-traverse "^6.24.1" + babel-types "^6.24.1" + +babel-helper-function-name@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz#d3475b8c03ed98242a25b48351ab18399d3580a9" + dependencies: + babel-helper-get-function-arity "^6.24.1" + babel-runtime "^6.22.0" + babel-template "^6.24.1" + babel-traverse "^6.24.1" + babel-types "^6.24.1" + +babel-helper-get-function-arity@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz#8f7782aa93407c41d3aa50908f89b031b1b6853d" + dependencies: + babel-runtime "^6.22.0" + babel-types "^6.24.1" + +babel-helper-hoist-variables@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz#1ecb27689c9d25513eadbc9914a73f5408be7a76" + dependencies: + babel-runtime "^6.22.0" + babel-types "^6.24.1" + +babel-helper-optimise-call-expression@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz#f7a13427ba9f73f8f4fa993c54a97882d1244257" + dependencies: + babel-runtime "^6.22.0" + babel-types "^6.24.1" + +babel-helper-regex@^6.24.1: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz#325c59f902f82f24b74faceed0363954f6495e72" + dependencies: + babel-runtime "^6.26.0" + babel-types "^6.26.0" + lodash "^4.17.4" + +babel-helper-remap-async-to-generator@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz#5ec581827ad723fecdd381f1c928390676e4551b" + dependencies: + babel-helper-function-name "^6.24.1" + babel-runtime "^6.22.0" + babel-template "^6.24.1" + babel-traverse "^6.24.1" + babel-types "^6.24.1" + +babel-helper-replace-supers@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz#bf6dbfe43938d17369a213ca8a8bf74b6a90ab1a" + dependencies: + babel-helper-optimise-call-expression "^6.24.1" + babel-messages "^6.23.0" + babel-runtime "^6.22.0" + babel-template "^6.24.1" + babel-traverse "^6.24.1" + babel-types "^6.24.1" + +babel-helpers@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-helpers/-/babel-helpers-6.24.1.tgz#3471de9caec388e5c850e597e58a26ddf37602b2" + integrity sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI= + dependencies: + babel-runtime "^6.22.0" + babel-template "^6.24.1" + +babel-messages@^6.23.0: + version "6.23.0" + resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b2a2951c6ec5edf6c62f2630e" + integrity sha1-8830cDhYA1sqKVHG7F7fbGLyYw4= + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-check-es2015-constants@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz#35157b101426fd2ffd3da3f75c7d1e91835bbf8a" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-external-helpers@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-external-helpers/-/babel-plugin-external-helpers-6.22.0.tgz#2285f48b02bd5dede85175caf8c62e86adccefa1" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-syntax-async-functions@^6.8.0: + version "6.13.0" + resolved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz#cad9cad1191b5ad634bf30ae0872391e0647be95" + +babel-plugin-syntax-exponentiation-operator@^6.8.0: + version "6.13.0" + resolved "https://registry.yarnpkg.com/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz#9ee7e8337290da95288201a6a57f4170317830de" + +babel-plugin-syntax-trailing-function-commas@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz#ba0360937f8d06e40180a43fe0d5616fff532cf3" + +babel-plugin-transform-async-to-generator@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz#6536e378aff6cb1d5517ac0e40eb3e9fc8d08761" + dependencies: + babel-helper-remap-async-to-generator "^6.24.1" + babel-plugin-syntax-async-functions "^6.8.0" + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-arrow-functions@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz#452692cb711d5f79dc7f85e440ce41b9f244d221" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-block-scoped-functions@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz#bbc51b49f964d70cb8d8e0b94e820246ce3a6141" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-block-scoping@^6.24.1: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz#d70f5299c1308d05c12f463813b0a09e73b1895f" + dependencies: + babel-runtime "^6.26.0" + babel-template "^6.26.0" + babel-traverse "^6.26.0" + babel-types "^6.26.0" + lodash "^4.17.4" + +babel-plugin-transform-es2015-classes@^6.24.1, babel-plugin-transform-es2015-classes@^6.9.0: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz#5a4c58a50c9c9461e564b4b2a3bfabc97a2584db" + dependencies: + babel-helper-define-map "^6.24.1" + babel-helper-function-name "^6.24.1" + babel-helper-optimise-call-expression "^6.24.1" + babel-helper-replace-supers "^6.24.1" + babel-messages "^6.23.0" + babel-runtime "^6.22.0" + babel-template "^6.24.1" + babel-traverse "^6.24.1" + babel-types "^6.24.1" + +babel-plugin-transform-es2015-computed-properties@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz#6fe2a8d16895d5634f4cd999b6d3480a308159b3" + dependencies: + babel-runtime "^6.22.0" + babel-template "^6.24.1" + +babel-plugin-transform-es2015-destructuring@^6.22.0: + version "6.23.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz#997bb1f1ab967f682d2b0876fe358d60e765c56d" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-duplicate-keys@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz#73eb3d310ca969e3ef9ec91c53741a6f1576423e" + dependencies: + babel-runtime "^6.22.0" + babel-types "^6.24.1" + +babel-plugin-transform-es2015-for-of@^6.22.0: + version "6.23.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz#f47c95b2b613df1d3ecc2fdb7573623c75248691" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-function-name@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz#834c89853bc36b1af0f3a4c5dbaa94fd8eacaa8b" + dependencies: + babel-helper-function-name "^6.24.1" + babel-runtime "^6.22.0" + babel-types "^6.24.1" + +babel-plugin-transform-es2015-literals@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz#4f54a02d6cd66cf915280019a31d31925377ca2e" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-modules-amd@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz#3b3e54017239842d6d19c3011c4bd2f00a00d154" + dependencies: + babel-plugin-transform-es2015-modules-commonjs "^6.24.1" + babel-runtime "^6.22.0" + babel-template "^6.24.1" + +babel-plugin-transform-es2015-modules-commonjs@^6.24.1: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.0.tgz#0d8394029b7dc6abe1a97ef181e00758dd2e5d8a" + dependencies: + babel-plugin-transform-strict-mode "^6.24.1" + babel-runtime "^6.26.0" + babel-template "^6.26.0" + babel-types "^6.26.0" + +babel-plugin-transform-es2015-modules-systemjs@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz#ff89a142b9119a906195f5f106ecf305d9407d23" + dependencies: + babel-helper-hoist-variables "^6.24.1" + babel-runtime "^6.22.0" + babel-template "^6.24.1" + +babel-plugin-transform-es2015-modules-umd@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz#ac997e6285cd18ed6176adb607d602344ad38468" + dependencies: + babel-plugin-transform-es2015-modules-amd "^6.24.1" + babel-runtime "^6.22.0" + babel-template "^6.24.1" + +babel-plugin-transform-es2015-object-super@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz#24cef69ae21cb83a7f8603dad021f572eb278f8d" + dependencies: + babel-helper-replace-supers "^6.24.1" + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-parameters@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz#57ac351ab49caf14a97cd13b09f66fdf0a625f2b" + dependencies: + babel-helper-call-delegate "^6.24.1" + babel-helper-get-function-arity "^6.24.1" + babel-runtime "^6.22.0" + babel-template "^6.24.1" + babel-traverse "^6.24.1" + babel-types "^6.24.1" + +babel-plugin-transform-es2015-shorthand-properties@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz#24f875d6721c87661bbd99a4622e51f14de38aa0" + dependencies: + babel-runtime "^6.22.0" + babel-types "^6.24.1" + +babel-plugin-transform-es2015-spread@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz#d6d68a99f89aedc4536c81a542e8dd9f1746f8d1" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-sticky-regex@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz#00c1cdb1aca71112cdf0cf6126c2ed6b457ccdbc" + dependencies: + babel-helper-regex "^6.24.1" + babel-runtime "^6.22.0" + babel-types "^6.24.1" + +babel-plugin-transform-es2015-template-literals@^6.22.0: + version "6.22.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz#a84b3450f7e9f8f1f6839d6d687da84bb1236d8d" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-typeof-symbol@^6.22.0: + version "6.23.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz#dec09f1cddff94b52ac73d505c84df59dcceb372" + dependencies: + babel-runtime "^6.22.0" + +babel-plugin-transform-es2015-unicode-regex@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz#d38b12f42ea7323f729387f18a7c5ae1faeb35e9" + dependencies: + babel-helper-regex "^6.24.1" + babel-runtime "^6.22.0" + regexpu-core "^2.0.0" + +babel-plugin-transform-exponentiation-operator@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz#2ab0c9c7f3098fa48907772bb813fe41e8de3a0e" + dependencies: + babel-helper-builder-binary-assignment-operator-visitor "^6.24.1" + babel-plugin-syntax-exponentiation-operator "^6.8.0" + babel-runtime "^6.22.0" + +babel-plugin-transform-regenerator@^6.24.1: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz#e0703696fbde27f0a3efcacf8b4dca2f7b3a8f2f" + dependencies: + regenerator-transform "^0.10.0" + +babel-plugin-transform-strict-mode@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz#d5faf7aa578a65bbe591cf5edae04a0c67020758" + dependencies: + babel-runtime "^6.22.0" + babel-types "^6.24.1" + +babel-polyfill@^6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-polyfill/-/babel-polyfill-6.26.0.tgz#379937abc67d7895970adc621f284cd966cf2153" + integrity sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM= + dependencies: + babel-runtime "^6.26.0" + core-js "^2.5.0" + regenerator-runtime "^0.10.5" + +babel-preset-es2015@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-preset-es2015/-/babel-preset-es2015-6.24.1.tgz#d44050d6bc2c9feea702aaf38d727a0210538939" + dependencies: + babel-plugin-check-es2015-constants "^6.22.0" + babel-plugin-transform-es2015-arrow-functions "^6.22.0" + babel-plugin-transform-es2015-block-scoped-functions "^6.22.0" + babel-plugin-transform-es2015-block-scoping "^6.24.1" + babel-plugin-transform-es2015-classes "^6.24.1" + babel-plugin-transform-es2015-computed-properties "^6.24.1" + babel-plugin-transform-es2015-destructuring "^6.22.0" + babel-plugin-transform-es2015-duplicate-keys "^6.24.1" + babel-plugin-transform-es2015-for-of "^6.22.0" + babel-plugin-transform-es2015-function-name "^6.24.1" + babel-plugin-transform-es2015-literals "^6.22.0" + babel-plugin-transform-es2015-modules-amd "^6.24.1" + babel-plugin-transform-es2015-modules-commonjs "^6.24.1" + babel-plugin-transform-es2015-modules-systemjs "^6.24.1" + babel-plugin-transform-es2015-modules-umd "^6.24.1" + babel-plugin-transform-es2015-object-super "^6.24.1" + babel-plugin-transform-es2015-parameters "^6.24.1" + babel-plugin-transform-es2015-shorthand-properties "^6.24.1" + babel-plugin-transform-es2015-spread "^6.22.0" + babel-plugin-transform-es2015-sticky-regex "^6.24.1" + babel-plugin-transform-es2015-template-literals "^6.22.0" + babel-plugin-transform-es2015-typeof-symbol "^6.22.0" + babel-plugin-transform-es2015-unicode-regex "^6.24.1" + babel-plugin-transform-regenerator "^6.24.1" + +babel-preset-es2016@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-preset-es2016/-/babel-preset-es2016-6.24.1.tgz#f900bf93e2ebc0d276df9b8ab59724ebfd959f8b" + dependencies: + babel-plugin-transform-exponentiation-operator "^6.24.1" + +babel-preset-es2017@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-preset-es2017/-/babel-preset-es2017-6.24.1.tgz#597beadfb9f7f208bcfd8a12e9b2b29b8b2f14d1" + dependencies: + babel-plugin-syntax-trailing-function-commas "^6.22.0" + babel-plugin-transform-async-to-generator "^6.24.1" + +babel-preset-latest@^6.24.1: + version "6.24.1" + resolved "https://registry.yarnpkg.com/babel-preset-latest/-/babel-preset-latest-6.24.1.tgz#677de069154a7485c2d25c577c02f624b85b85e8" + dependencies: + babel-preset-es2015 "^6.24.1" + babel-preset-es2016 "^6.24.1" + babel-preset-es2017 "^6.24.1" + +babel-register@^6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-register/-/babel-register-6.26.0.tgz#6ed021173e2fcb486d7acb45c6009a856f647071" + integrity sha1-btAhFz4vy0htestFxgCahW9kcHE= + dependencies: + babel-core "^6.26.0" + babel-runtime "^6.26.0" + core-js "^2.5.0" + home-or-tmp "^2.0.0" + lodash "^4.17.4" + mkdirp "^0.5.1" + source-map-support "^0.4.15" + +babel-runtime@^6.18.0, babel-runtime@^6.22.0, babel-runtime@^6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-runtime/-/babel-runtime-6.26.0.tgz#965c7058668e82b55d7bfe04ff2337bc8b5647fe" + integrity sha1-llxwWGaOgrVde/4E/yM3vItWR/4= + dependencies: + core-js "^2.4.0" + regenerator-runtime "^0.11.0" + +babel-template@^6.24.1, babel-template@^6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.26.0.tgz#de03e2d16396b069f46dd9fff8521fb1a0e35e02" + integrity sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI= + dependencies: + babel-runtime "^6.26.0" + babel-traverse "^6.26.0" + babel-types "^6.26.0" + babylon "^6.18.0" + lodash "^4.17.4" + +babel-traverse@^6.24.1, babel-traverse@^6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-traverse/-/babel-traverse-6.26.0.tgz#46a9cbd7edcc62c8e5c064e2d2d8d0f4035766ee" + dependencies: + babel-code-frame "^6.26.0" + babel-messages "^6.23.0" + babel-runtime "^6.26.0" + babel-types "^6.26.0" + babylon "^6.18.0" + debug "^2.6.8" + globals "^9.18.0" + invariant "^2.2.2" + lodash "^4.17.4" + +babel-types@^6.19.0, babel-types@^6.24.1, babel-types@^6.26.0: + version "6.26.0" + resolved "https://registry.yarnpkg.com/babel-types/-/babel-types-6.26.0.tgz#a3b073f94ab49eb6fa55cd65227a334380632497" + dependencies: + babel-runtime "^6.26.0" + esutils "^2.0.2" + lodash "^4.17.4" + to-fast-properties "^1.0.3" + +babylon@^6.18.0: + version "6.18.0" + resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.18.0.tgz#af2f3b88fa6f5c1e4c634d1a0f8eac4f55b395e3" + integrity sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ== + +balanced-match@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767" + integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c= + +base@^0.11.1: + version "0.11.2" + resolved "https://registry.yarnpkg.com/base/-/base-0.11.2.tgz#7bde5ced145b6d551a90db87f83c558b4eb48a8f" + integrity sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg== + dependencies: + cache-base "^1.0.1" + class-utils "^0.3.5" + component-emitter "^1.2.1" + define-property "^1.0.0" + isobject "^3.0.1" + mixin-deep "^1.2.0" + pascalcase "^0.1.1" + +binary-extensions@^1.0.0: + version "1.13.1" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-1.13.1.tgz#598afe54755b2868a5330d2aff9d4ebb53209b65" + integrity sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw== + +binary-extensions@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/binary-extensions/-/binary-extensions-2.1.0.tgz#30fa40c9e7fe07dbc895678cd287024dea241dd9" + integrity sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== + +bindings@^1.5.0: + version "1.5.0" + resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df" + integrity sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ== + dependencies: + file-uri-to-path "1.0.0" + +brace-expansion@^1.1.7: + version "1.1.11" + resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd" + integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== + dependencies: + balanced-match "^1.0.0" + concat-map "0.0.1" + +braces@^1.8.2: + version "1.8.5" + resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7" + integrity sha1-uneWLhLf+WnWt2cR6RS3N4V79qc= + dependencies: + expand-range "^1.8.1" + preserve "^0.2.0" + repeat-element "^1.1.2" + +braces@^2.3.1: + version "2.3.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729" + integrity sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w== + dependencies: + arr-flatten "^1.1.0" + array-unique "^0.3.2" + extend-shallow "^2.0.1" + fill-range "^4.0.0" + isobject "^3.0.1" + repeat-element "^1.1.2" + snapdragon "^0.8.1" + snapdragon-node "^2.0.1" + split-string "^3.0.2" + to-regex "^3.0.1" + +braces@~3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107" + integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== + dependencies: + fill-range "^7.0.1" + +browser-resolve@^1.11.0: + version "1.11.2" + resolved "https://registry.yarnpkg.com/browser-resolve/-/browser-resolve-1.11.2.tgz#8ff09b0a2c421718a1051c260b32e48f442938ce" + dependencies: + resolve "1.1.7" + +browser-stdout@1.3.1: + version "1.3.1" + resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60" + integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw== + +buffer-crc32@^0.2.5: + version "0.2.13" + resolved "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz#0d333e3f00eac50aa1454abd30ef8c2a5d9a7242" + +builtin-modules@^1.1.0: + version "1.1.1" + resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f" + +cache-base@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/cache-base/-/cache-base-1.0.1.tgz#0a7f46416831c8b662ee36fe4e7c59d76f666ab2" + integrity sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ== + dependencies: + collection-visit "^1.0.0" + component-emitter "^1.2.1" + get-value "^2.0.6" + has-value "^1.0.0" + isobject "^3.0.1" + set-value "^2.0.0" + to-object-path "^0.3.0" + union-value "^1.0.0" + unset-value "^1.0.0" + +camelcase@^1.0.2: + version "1.2.1" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-1.2.1.tgz#9bb5304d2e0b56698b2c758b08a3eaa9daa58a39" + +camelcase@^5.0.0: + version "5.3.1" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-5.3.1.tgz#e3c9b31569e106811df242f715725a1f4c494320" + integrity sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg== + +camelcase@^6.0.0: + version "6.2.0" + resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-6.2.0.tgz#924af881c9d525ac9d87f40d964e5cea982a1809" + integrity sha512-c7wVvbw3f37nuobQNtgsgG9POC9qMbNuMQmTCqZv23b6MIz0fcYpBiOlv9gEN/hdLdnZTDQhg6e9Dq5M1vKvfg== + +center-align@^0.1.1: + version "0.1.3" + resolved "https://registry.yarnpkg.com/center-align/-/center-align-0.1.3.tgz#aa0d32629b6ee972200411cbd4461c907bc2b7ad" + dependencies: + align-text "^0.1.3" + lazy-cache "^1.0.3" + +chalk@^1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" + integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= + dependencies: + ansi-styles "^2.2.1" + escape-string-regexp "^1.0.2" + has-ansi "^2.0.0" + strip-ansi "^3.0.0" + supports-color "^2.0.0" + +chalk@^4.0.0: + version "4.1.0" + resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" + integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== + dependencies: + ansi-styles "^4.1.0" + supports-color "^7.1.0" + +chokidar@3.4.3: + version "3.4.3" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.4.3.tgz#c1df38231448e45ca4ac588e6c79573ba6a57d5b" + integrity sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ== + dependencies: + anymatch "~3.1.1" + braces "~3.0.2" + glob-parent "~5.1.0" + is-binary-path "~2.1.0" + is-glob "~4.0.1" + normalize-path "~3.0.0" + readdirp "~3.5.0" + optionalDependencies: + fsevents "~2.1.2" + +chokidar@^1.6.1: + version "1.7.0" + resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-1.7.0.tgz#798e689778151c8076b4b360e5edd28cda2bb468" + integrity sha1-eY5ol3gVHIB2tLNg5e3SjNortGg= + dependencies: + anymatch "^1.3.0" + async-each "^1.0.0" + glob-parent "^2.0.0" + inherits "^2.0.1" + is-binary-path "^1.0.0" + is-glob "^2.0.0" + path-is-absolute "^1.0.0" + readdirp "^2.0.0" + optionalDependencies: + fsevents "^1.0.0" + +class-utils@^0.3.5: + version "0.3.6" + resolved "https://registry.yarnpkg.com/class-utils/-/class-utils-0.3.6.tgz#f93369ae8b9a7ce02fd41faad0ca83033190c463" + integrity sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg== + dependencies: + arr-union "^3.1.0" + define-property "^0.2.5" + isobject "^3.0.0" + static-extend "^0.1.1" + +cliui@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-2.1.0.tgz#4b475760ff80264c762c3a1719032e91c7fea0d1" + dependencies: + center-align "^0.1.1" + right-align "^0.1.1" + wordwrap "0.0.2" + +cliui@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/cliui/-/cliui-5.0.0.tgz#deefcfdb2e800784aa34f46fa08e06851c7bbbc5" + integrity sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA== + dependencies: + string-width "^3.1.0" + strip-ansi "^5.2.0" + wrap-ansi "^5.1.0" + +collection-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/collection-visit/-/collection-visit-1.0.0.tgz#4bc0373c164bc3291b4d368c829cf1a80a59dca0" + integrity sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA= + dependencies: + map-visit "^1.0.0" + object-visit "^1.0.0" + +color-convert@^1.9.0: + version "1.9.3" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" + integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== + dependencies: + color-name "1.1.3" + +color-convert@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3" + integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== + dependencies: + color-name "~1.1.4" + +color-name@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" + integrity sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= + +color-name@~1.1.4: + version "1.1.4" + resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" + integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== + +commander@^2.11.0: + version "2.20.3" + resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" + integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== + +component-emitter@^1.2.1: + version "1.3.0" + resolved "https://registry.yarnpkg.com/component-emitter/-/component-emitter-1.3.0.tgz#16e4070fba8ae29b679f2215853ee181ab2eabc0" + integrity sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg== + +concat-map@0.0.1: + version "0.0.1" + resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" + integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= + +convert-source-map@^1.5.0, convert-source-map@^1.5.1: + version "1.7.0" + resolved "https://registry.yarnpkg.com/convert-source-map/-/convert-source-map-1.7.0.tgz#17a2cb882d7f77d3490585e2ce6c524424a3a442" + integrity sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== + dependencies: + safe-buffer "~5.1.1" + +copy-descriptor@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d" + integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40= + +core-js@^2.4.0, core-js@^2.5.0: + version "2.6.12" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.12.tgz#d9333dfa7b065e347cc5682219d6f690859cc2ec" + integrity sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ== + +core-util-is@~1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7" + integrity sha1-tf1UIgqivFq1eqtxQMlAdUUDwac= + +debug@4.2.0: + version "4.2.0" + resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1" + integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg== + dependencies: + ms "2.1.2" + +debug@^2.2.0, debug@^2.3.3, debug@^2.6.8, debug@^2.6.9: + version "2.6.9" + resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f" + integrity sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== + dependencies: + ms "2.0.0" + +decamelize@^1.0.0, decamelize@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-1.2.0.tgz#f6534d15148269b20352e7bee26f501f9a191290" + +decamelize@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/decamelize/-/decamelize-4.0.0.tgz#aa472d7bf660eb15f3494efd531cab7f2a709837" + integrity sha512-9iE1PgSik9HeIIw2JO94IidnE3eBoQrFJ3w7sFuzSX4DpmZ3v5sZpUiV5Swcf6mQEF+Y0ru8Neo+p+nyh2J+hQ== + +decode-uri-component@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/decode-uri-component/-/decode-uri-component-0.2.0.tgz#eb3913333458775cb84cd1a1fae062106bb87545" + integrity sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU= + +define-property@^0.2.5: + version "0.2.5" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-0.2.5.tgz#c35b1ef918ec3c990f9a5bc57be04aacec5c8116" + integrity sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY= + dependencies: + is-descriptor "^0.1.0" + +define-property@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-1.0.0.tgz#769ebaaf3f4a63aad3af9e8d304c9bbe79bfb0e6" + integrity sha1-dp66rz9KY6rTr56NMEybvnm/sOY= + dependencies: + is-descriptor "^1.0.0" + +define-property@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/define-property/-/define-property-2.0.2.tgz#d459689e8d654ba77e02a817f8710d702cb16e9d" + integrity sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ== + dependencies: + is-descriptor "^1.0.2" + isobject "^3.0.1" + +detect-indent@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-4.0.0.tgz#f76d064352cdf43a1cb6ce619c4ee3a9475de208" + integrity sha1-920GQ1LN9Docts5hnE7jqUdd4gg= + dependencies: + repeating "^2.0.0" + +diff@4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d" + integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== + +emoji-regex@^7.0.1: + version "7.0.3" + resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156" + integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA== + +es6-promise@^3.1.2: + version "3.3.1" + resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-3.3.1.tgz#a08cdde84ccdbf34d027a1451bc91d4bcd28a613" + +escape-string-regexp@4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" + integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== + +escape-string-regexp@^1.0.2: + version "1.0.5" + resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" + integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= + +esprima@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71" + integrity sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A== + +estree-walker@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.2.1.tgz#bdafe8095383d8414d5dc2ecf4c9173b6db9412e" + +esutils@^2.0.2: + version "2.0.3" + resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64" + integrity sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== + +expand-brackets@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-0.1.5.tgz#df07284e342a807cd733ac5af72411e581d1177b" + integrity sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s= + dependencies: + is-posix-bracket "^0.1.0" + +expand-brackets@^2.1.4: + version "2.1.4" + resolved "https://registry.yarnpkg.com/expand-brackets/-/expand-brackets-2.1.4.tgz#b77735e315ce30f6b6eff0f83b04151a22449622" + integrity sha1-t3c14xXOMPa27/D4OwQVGiJEliI= + dependencies: + debug "^2.3.3" + define-property "^0.2.5" + extend-shallow "^2.0.1" + posix-character-classes "^0.1.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +expand-range@^1.8.1: + version "1.8.2" + resolved "https://registry.yarnpkg.com/expand-range/-/expand-range-1.8.2.tgz#a299effd335fe2721ebae8e257ec79644fc85337" + integrity sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc= + dependencies: + fill-range "^2.1.0" + +extend-shallow@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-2.0.1.tgz#51af7d614ad9a9f610ea1bafbb989d6b1c56890f" + integrity sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8= + dependencies: + is-extendable "^0.1.0" + +extend-shallow@^3.0.0, extend-shallow@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/extend-shallow/-/extend-shallow-3.0.2.tgz#26a71aaf073b39fb2127172746131c2704028db8" + integrity sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg= + dependencies: + assign-symbols "^1.0.0" + is-extendable "^1.0.1" + +extglob@^0.3.1: + version "0.3.2" + resolved "https://registry.yarnpkg.com/extglob/-/extglob-0.3.2.tgz#2e18ff3d2f49ab2765cec9023f011daa8d8349a1" + integrity sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE= + dependencies: + is-extglob "^1.0.0" + +extglob@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/extglob/-/extglob-2.0.4.tgz#ad00fe4dc612a9232e8718711dc5cb5ab0285543" + integrity sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw== + dependencies: + array-unique "^0.3.2" + define-property "^1.0.0" + expand-brackets "^2.1.4" + extend-shallow "^2.0.1" + fragment-cache "^0.2.1" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +file-uri-to-path@1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz#553a7b8446ff6f684359c445f1e37a05dacc33dd" + integrity sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw== + +filename-regex@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.1.tgz#c1c4b9bee3e09725ddb106b75c1e301fe2f18b26" + integrity sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY= + +fill-range@^2.1.0: + version "2.2.4" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.4.tgz#eb1e773abb056dcd8df2bfdf6af59b8b3a936565" + integrity sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q== + dependencies: + is-number "^2.1.0" + isobject "^2.0.0" + randomatic "^3.0.0" + repeat-element "^1.1.2" + repeat-string "^1.5.2" + +fill-range@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-4.0.0.tgz#d544811d428f98eb06a63dc402d2403c328c38f7" + integrity sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc= + dependencies: + extend-shallow "^2.0.1" + is-number "^3.0.0" + repeat-string "^1.6.1" + to-regex-range "^2.1.0" + +fill-range@^7.0.1: + version "7.0.1" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40" + integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== + dependencies: + to-regex-range "^5.0.1" + +find-up@5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc" + integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng== + dependencies: + locate-path "^6.0.0" + path-exists "^4.0.0" + +find-up@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/find-up/-/find-up-3.0.0.tgz#49169f1d7993430646da61ecc5ae355c21c97b73" + integrity sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg== + dependencies: + locate-path "^3.0.0" + +flat@^5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/flat/-/flat-5.0.2.tgz#8ca6fe332069ffa9d324c327198c598259ceb241" + integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ== + +for-in@^1.0.1, for-in@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80" + integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA= + +for-own@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/for-own/-/for-own-0.1.5.tgz#5265c681a4f294dabbf17c9509b6763aa84510ce" + integrity sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4= + dependencies: + for-in "^1.0.1" + +fragment-cache@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/fragment-cache/-/fragment-cache-0.2.1.tgz#4290fad27f13e89be7f33799c6bc5a0abfff0d19" + integrity sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk= + dependencies: + map-cache "^0.2.2" + +fs-readdir-recursive@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz#e32fc030a2ccee44a6b5371308da54be0b397d27" + integrity sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA== + +fs.realpath@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f" + integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8= + +fsevents@^1.0.0: + version "1.2.13" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38" + integrity sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw== + dependencies: + bindings "^1.5.0" + nan "^2.12.1" + +fsevents@~2.1.2: + version "2.1.3" + resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e" + integrity sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== + +get-caller-file@^2.0.1: + version "2.0.5" + resolved "https://registry.yarnpkg.com/get-caller-file/-/get-caller-file-2.0.5.tgz#4f94412a82db32f36e3b0b9741f8a97feb031f7e" + integrity sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg== + +get-value@^2.0.3, get-value@^2.0.6: + version "2.0.6" + resolved "https://registry.yarnpkg.com/get-value/-/get-value-2.0.6.tgz#dc15ca1c672387ca76bd37ac0a395ba2042a2c28" + integrity sha1-3BXKHGcjh8p2vTesCjlbogQqLCg= + +glob-base@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/glob-base/-/glob-base-0.3.0.tgz#dbb164f6221b1c0b1ccf82aea328b497df0ea3c4" + integrity sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q= + dependencies: + glob-parent "^2.0.0" + is-glob "^2.0.0" + +glob-parent@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-2.0.0.tgz#81383d72db054fcccf5336daa902f182f6edbb28" + integrity sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg= + dependencies: + is-glob "^2.0.0" + +glob-parent@~5.1.0: + version "5.1.1" + resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.1.tgz#b6c1ef417c4e5663ea498f1c45afac6916bbc229" + integrity sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== + dependencies: + is-glob "^4.0.1" + +glob@7.1.6, glob@^7.1.2, glob@^7.1.3: + version "7.1.6" + resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6" + integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== + dependencies: + fs.realpath "^1.0.0" + inflight "^1.0.4" + inherits "2" + minimatch "^3.0.4" + once "^1.3.0" + path-is-absolute "^1.0.0" + +globals@^9.18.0: + version "9.18.0" + resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a" + integrity sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ== + +graceful-fs@^4.1.11, graceful-fs@^4.1.4: + version "4.2.4" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb" + integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== + +graceful-fs@^4.1.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.3.tgz#4a12ff1b60376ef09862c2093edd908328be8423" + +growl@1.10.5: + version "1.10.5" + resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e" + integrity sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA== + +has-ansi@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" + integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= + dependencies: + ansi-regex "^2.0.0" + +has-flag@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" + integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== + +has-value@^0.3.1: + version "0.3.1" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-0.3.1.tgz#7b1f58bada62ca827ec0a2078025654845995e1f" + integrity sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8= + dependencies: + get-value "^2.0.3" + has-values "^0.1.4" + isobject "^2.0.0" + +has-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-value/-/has-value-1.0.0.tgz#18b281da585b1c5c51def24c930ed29a0be6b177" + integrity sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc= + dependencies: + get-value "^2.0.6" + has-values "^1.0.0" + isobject "^3.0.0" + +has-values@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-0.1.4.tgz#6d61de95d91dfca9b9a02089ad384bff8f62b771" + integrity sha1-bWHeldkd/Km5oCCJrThL/49it3E= + +has-values@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/has-values/-/has-values-1.0.0.tgz#95b0b63fec2146619a6fe57fe75628d5a39efe4f" + integrity sha1-lbC2P+whRmGab+V/51Yo1aOe/k8= + dependencies: + is-number "^3.0.0" + kind-of "^4.0.0" + +he@1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" + integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== + +home-or-tmp@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8" + integrity sha1-42w/LSyufXRqhX440Y1fMqeILbg= + dependencies: + os-homedir "^1.0.0" + os-tmpdir "^1.0.1" + +inflight@^1.0.4: + version "1.0.6" + resolved "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz#49bd6331d7d02d0c09bc910a1075ba8165b56df9" + integrity sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= + dependencies: + once "^1.3.0" + wrappy "1" + +inherits@2, inherits@^2.0.1, inherits@~2.0.3: + version "2.0.4" + resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz#0fa2c64f932917c3433a0ded55363aae37416b7c" + integrity sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== + +invariant@^2.2.2: + version "2.2.4" + resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6" + integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA== + dependencies: + loose-envify "^1.0.0" + +is-accessor-descriptor@^0.1.6: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz#a9e12cb3ae8d876727eeef3843f8a0897b5c98d6" + integrity sha1-qeEss66Nh2cn7u84Q/igiXtcmNY= + dependencies: + kind-of "^3.0.2" + +is-accessor-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz#169c2f6d3df1f992618072365c9b0ea1f6878656" + integrity sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ== + dependencies: + kind-of "^6.0.0" + +is-binary-path@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-1.0.1.tgz#75f16642b480f187a711c814161fd3a4a7655898" + integrity sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg= + dependencies: + binary-extensions "^1.0.0" + +is-binary-path@~2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-binary-path/-/is-binary-path-2.1.0.tgz#ea1f7f3b80f064236e83470f86c09c254fb45b09" + integrity sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== + dependencies: + binary-extensions "^2.0.0" + +is-buffer@^1.1.5: + version "1.1.6" + resolved "https://registry.yarnpkg.com/is-buffer/-/is-buffer-1.1.6.tgz#efaa2ea9daa0d7ab2ea13a97b2b8ad51fefbe8be" + integrity sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w== + +is-data-descriptor@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56" + integrity sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y= + dependencies: + kind-of "^3.0.2" + +is-data-descriptor@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz#d84876321d0e7add03990406abbbbd36ba9268c7" + integrity sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ== + dependencies: + kind-of "^6.0.0" + +is-descriptor@^0.1.0: + version "0.1.6" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-0.1.6.tgz#366d8240dde487ca51823b1ab9f07a10a78251ca" + integrity sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg== + dependencies: + is-accessor-descriptor "^0.1.6" + is-data-descriptor "^0.1.4" + kind-of "^5.0.0" + +is-descriptor@^1.0.0, is-descriptor@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-descriptor/-/is-descriptor-1.0.2.tgz#3b159746a66604b04f8c81524ba365c5f14d86ec" + integrity sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg== + dependencies: + is-accessor-descriptor "^1.0.0" + is-data-descriptor "^1.0.0" + kind-of "^6.0.2" + +is-dotfile@^1.0.0: + version "1.0.3" + resolved "https://registry.yarnpkg.com/is-dotfile/-/is-dotfile-1.0.3.tgz#a6a2f32ffd2dfb04f5ca25ecd0f6b83cf798a1e1" + integrity sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE= + +is-equal-shallow@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz#2238098fc221de0bcfa5d9eac4c45d638aa1c534" + integrity sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ= + dependencies: + is-primitive "^2.0.0" + +is-extendable@^0.1.0, is-extendable@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-0.1.1.tgz#62b110e289a471418e3ec36a617d472e301dfc89" + integrity sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik= + +is-extendable@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/is-extendable/-/is-extendable-1.0.1.tgz#a7470f9e426733d81bd81e1155264e3a3507cab4" + integrity sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA== + dependencies: + is-plain-object "^2.0.4" + +is-extglob@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-1.0.0.tgz#ac468177c4943405a092fc8f29760c6ffc6206c0" + integrity sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA= + +is-extglob@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/is-extglob/-/is-extglob-2.1.1.tgz#a88c02535791f02ed37c76a1b9ea9773c833f8c2" + integrity sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= + +is-finite@^1.0.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.1.0.tgz#904135c77fb42c0641d6aa1bcdbc4daa8da082f3" + integrity sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w== + +is-fullwidth-code-point@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f" + integrity sha1-o7MKXE8ZkYMWeqq5O+764937ZU8= + +is-glob@^2.0.0, is-glob@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-2.0.1.tgz#d096f926a3ded5600f3fdfd91198cb0888c2d863" + integrity sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM= + dependencies: + is-extglob "^1.0.0" + +is-glob@^4.0.1, is-glob@~4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc" + integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== + dependencies: + is-extglob "^2.1.1" + +is-number@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-2.1.0.tgz#01fcbbb393463a548f2f466cce16dece49db908f" + integrity sha1-Afy7s5NGOlSPL0ZszhbezknbkI8= + dependencies: + kind-of "^3.0.2" + +is-number@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-3.0.0.tgz#24fd6201a4782cf50561c810276afc7d12d71195" + integrity sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU= + dependencies: + kind-of "^3.0.2" + +is-number@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff" + integrity sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ== + +is-number@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b" + integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== + +is-plain-obj@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-2.1.0.tgz#45e42e37fccf1f40da8e5f76ee21515840c09287" + integrity sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA== + +is-plain-object@^2.0.3, is-plain-object@^2.0.4: + version "2.0.4" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677" + integrity sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og== + dependencies: + isobject "^3.0.1" + +is-posix-bracket@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz#3334dc79774368e92f016e6fbc0a88f5cd6e6bc4" + integrity sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q= + +is-primitive@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/is-primitive/-/is-primitive-2.0.0.tgz#207bab91638499c07b2adf240a41a87210034575" + integrity sha1-IHurkWOEmcB7Kt8kCkGochADRXU= + +is-windows@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" + integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== + +isarray@1.0.0, isarray@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11" + integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= + +isexe@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10" + integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA= + +isobject@^2.0.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-2.1.0.tgz#f065561096a3f1da2ef46272f815c840d87e0c89" + integrity sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk= + dependencies: + isarray "1.0.0" + +isobject@^3.0.0, isobject@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/isobject/-/isobject-3.0.1.tgz#4e431e92b11a9731636aa1f9c8d1ccbcfdab78df" + integrity sha1-TkMekrEalzFjaqH5yNHMvP2reN8= + +"js-tokens@^3.0.0 || ^4.0.0": + version "4.0.0" + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" + integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== + +js-tokens@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-3.0.2.tgz#9866df395102130e38f7f996bceb65443209c25b" + integrity sha1-mGbfOVECEw449/mWvOtlRDIJwls= + +js-yaml@3.14.0: + version "3.14.0" + resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.14.0.tgz#a7a34170f26a21bb162424d8adacb4113a69e482" + integrity sha512-/4IbIeHcD9VMHFqDR/gQ7EdZdLimOvW2DdcxFjdyyZ9NsbS+ccrXqVWDtab/lRl5AlUqmpBx8EhPaWR+OtY17A== + dependencies: + argparse "^1.0.7" + esprima "^4.0.0" + +jsesc@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b" + integrity sha1-RsP+yMGJKxKwgz25vHYiF226s0s= + +jsesc@~0.5.0: + version "0.5.0" + resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d" + +json5@^0.5.1: + version "0.5.1" + resolved "https://registry.yarnpkg.com/json5/-/json5-0.5.1.tgz#1eade7acc012034ad84e2396767ead9fa5495821" + integrity sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE= + +kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: + version "3.2.2" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" + integrity sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ= + dependencies: + is-buffer "^1.1.5" + +kind-of@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-4.0.0.tgz#20813df3d712928b207378691a45066fae72dd57" + integrity sha1-IIE989cSkosgc3hpGkUGb65y3Vc= + dependencies: + is-buffer "^1.1.5" + +kind-of@^5.0.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-5.1.0.tgz#729c91e2d857b7a419a1f9aa65685c4c33f5845d" + integrity sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw== + +kind-of@^6.0.0, kind-of@^6.0.2: + version "6.0.3" + resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-6.0.3.tgz#07c05034a6c349fa06e24fa35aa76db4580ce4dd" + integrity sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw== + +lazy-cache@^1.0.3: + version "1.0.4" + resolved "https://registry.yarnpkg.com/lazy-cache/-/lazy-cache-1.0.4.tgz#a1d78fc3a50474cb80845d3b3b6e1da49a446e8e" + +locate-path@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-3.0.0.tgz#dbec3b3ab759758071b58fe59fc41871af21400e" + integrity sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A== + dependencies: + p-locate "^3.0.0" + path-exists "^3.0.0" + +locate-path@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286" + integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw== + dependencies: + p-locate "^5.0.0" + +lodash@^4.17.4: + version "4.17.20" + resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52" + integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== + +log-symbols@4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920" + integrity sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA== + dependencies: + chalk "^4.0.0" + +longest@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097" + +loose-envify@^1.0.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/loose-envify/-/loose-envify-1.4.0.tgz#71ee51fa7be4caec1a63839f7e682d8132d30caf" + integrity sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q== + dependencies: + js-tokens "^3.0.0 || ^4.0.0" + +map-cache@^0.2.2: + version "0.2.2" + resolved "https://registry.yarnpkg.com/map-cache/-/map-cache-0.2.2.tgz#c32abd0bd6525d9b051645bb4f26ac5dc98a0dbf" + integrity sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8= + +map-visit@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/map-visit/-/map-visit-1.0.0.tgz#ecdca8f13144e660f1b5bd41f12f3479d98dfb8f" + integrity sha1-7Nyo8TFE5mDxtb1B8S80edmN+48= + dependencies: + object-visit "^1.0.0" + +math-random@^1.0.1: + version "1.0.4" + resolved "https://registry.yarnpkg.com/math-random/-/math-random-1.0.4.tgz#5dd6943c938548267016d4e34f057583080c514c" + integrity sha512-rUxjysqif/BZQH2yhd5Aaq7vXMSx9NdEsQcyA07uEzIvxgI7zIr33gGsh+RU0/XjmQpCW7RsVof1vlkvQVCK5A== + +micromatch@^2.1.5: + version "2.3.11" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-2.3.11.tgz#86677c97d1720b363431d04d0d15293bd38c1565" + integrity sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU= + dependencies: + arr-diff "^2.0.0" + array-unique "^0.2.1" + braces "^1.8.2" + expand-brackets "^0.1.4" + extglob "^0.3.1" + filename-regex "^2.0.0" + is-extglob "^1.0.0" + is-glob "^2.0.1" + kind-of "^3.0.2" + normalize-path "^2.0.1" + object.omit "^2.0.0" + parse-glob "^3.0.4" + regex-cache "^0.4.2" + +micromatch@^3.1.10: + version "3.1.10" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-3.1.10.tgz#70859bc95c9840952f359a068a3fc49f9ecfac23" + integrity sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg== + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + braces "^2.3.1" + define-property "^2.0.2" + extend-shallow "^3.0.2" + extglob "^2.0.4" + fragment-cache "^0.2.1" + kind-of "^6.0.2" + nanomatch "^1.2.9" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.2" + +minimatch@3.0.4, minimatch@^3.0.2, minimatch@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" + dependencies: + brace-expansion "^1.1.7" + +minimist@^1.2.0, minimist@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602" + integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== + +mixin-deep@^1.2.0: + version "1.3.2" + resolved "https://registry.yarnpkg.com/mixin-deep/-/mixin-deep-1.3.2.tgz#1120b43dc359a785dce65b55b82e257ccf479566" + integrity sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA== + dependencies: + for-in "^1.0.2" + is-extendable "^1.0.1" + +mkdirp@^0.5.1: + version "0.5.5" + resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.5.tgz#d91cefd62d1436ca0f41620e251288d420099def" + integrity sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ== + dependencies: + minimist "^1.2.5" + +mocha-qunit-ui@^0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/mocha-qunit-ui/-/mocha-qunit-ui-0.1.3.tgz#e3e1ff1dac33222b10cef681efd7f82664141ea9" + +mocha@^8.2.1: + version "8.2.1" + resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.2.1.tgz#f2fa68817ed0e53343d989df65ccd358bc3a4b39" + integrity sha512-cuLBVfyFfFqbNR0uUKbDGXKGk+UDFe6aR4os78XIrMQpZl/nv7JYHcvP5MFIAb374b2zFXsdgEGwmzMtP0Xg8w== + dependencies: + "@ungap/promise-all-settled" "1.1.2" + ansi-colors "4.1.1" + browser-stdout "1.3.1" + chokidar "3.4.3" + debug "4.2.0" + diff "4.0.2" + escape-string-regexp "4.0.0" + find-up "5.0.0" + glob "7.1.6" + growl "1.10.5" + he "1.2.0" + js-yaml "3.14.0" + log-symbols "4.0.0" + minimatch "3.0.4" + ms "2.1.2" + nanoid "3.1.12" + serialize-javascript "5.0.1" + strip-json-comments "3.1.1" + supports-color "7.2.0" + which "2.0.2" + wide-align "1.1.3" + workerpool "6.0.2" + yargs "13.3.2" + yargs-parser "13.1.2" + yargs-unparser "2.0.0" + +ms@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8" + integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= + +ms@2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" + integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== + +nan@^2.12.1: + version "2.14.2" + resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.2.tgz#f5376400695168f4cc694ac9393d0c9585eeea19" + integrity sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ== + +nanoid@3.1.12: + version "3.1.12" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.12.tgz#6f7736c62e8d39421601e4a0c77623a97ea69654" + integrity sha512-1qstj9z5+x491jfiC4Nelk+f8XBad7LN20PmyWINJEMRSf3wcAjAWysw1qaA8z6NSKe2sjq1hRSDpBH5paCb6A== + +nanomatch@^1.2.9: + version "1.2.13" + resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" + integrity sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA== + dependencies: + arr-diff "^4.0.0" + array-unique "^0.3.2" + define-property "^2.0.2" + extend-shallow "^3.0.2" + fragment-cache "^0.2.1" + is-windows "^1.0.2" + kind-of "^6.0.2" + object.pick "^1.3.0" + regex-not "^1.0.0" + snapdragon "^0.8.1" + to-regex "^3.0.1" + +normalize-path@^2.0.0, normalize-path@^2.0.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-2.1.1.tgz#1ab28b556e198363a8c1a6f7e6fa20137fe6aed9" + integrity sha1-GrKLVW4Zg2Oowab35vogE3/mrtk= + dependencies: + remove-trailing-separator "^1.0.1" + +normalize-path@^3.0.0, normalize-path@~3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" + integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== + +object-assign@^4.1.0: + version "4.1.1" + resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" + integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= + +object-copy@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/object-copy/-/object-copy-0.1.0.tgz#7e7d858b781bd7c991a41ba975ed3812754e998c" + integrity sha1-fn2Fi3gb18mRpBupde04EnVOmYw= + dependencies: + copy-descriptor "^0.1.0" + define-property "^0.2.5" + kind-of "^3.0.3" + +object-visit@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/object-visit/-/object-visit-1.0.1.tgz#f79c4493af0c5377b59fe39d395e41042dd045bb" + integrity sha1-95xEk68MU3e1n+OdOV5BBC3QRbs= + dependencies: + isobject "^3.0.0" + +object.omit@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/object.omit/-/object.omit-2.0.1.tgz#1a9c744829f39dbb858c76ca3579ae2a54ebd1fa" + integrity sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo= + dependencies: + for-own "^0.1.4" + is-extendable "^0.1.1" + +object.pick@^1.3.0: + version "1.3.0" + resolved "https://registry.yarnpkg.com/object.pick/-/object.pick-1.3.0.tgz#87a10ac4c1694bd2e1cbf53591a66141fb5dd747" + integrity sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c= + dependencies: + isobject "^3.0.1" + +once@^1.3.0: + version "1.4.0" + resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" + integrity sha1-WDsap3WWHUsROsF9nFC6753Xa9E= + dependencies: + wrappy "1" + +os-homedir@^1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-homedir/-/os-homedir-1.0.2.tgz#ffbc4988336e0e833de0c168c7ef152121aa7fb3" + integrity sha1-/7xJiDNuDoM94MFox+8VISGqf7M= + +os-tmpdir@^1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274" + integrity sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ= + +output-file-sync@^1.1.2: + version "1.1.2" + resolved "https://registry.yarnpkg.com/output-file-sync/-/output-file-sync-1.1.2.tgz#d0a33eefe61a205facb90092e826598d5245ce76" + integrity sha1-0KM+7+YaIF+suQCS6CZZjVJFznY= + dependencies: + graceful-fs "^4.1.4" + mkdirp "^0.5.1" + object-assign "^4.1.0" + +p-limit@^2.0.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-2.3.0.tgz#3dd33c647a214fdfffd835933eb086da0dc21db1" + integrity sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w== + dependencies: + p-try "^2.0.0" + +p-limit@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b" + integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ== + dependencies: + yocto-queue "^0.1.0" + +p-locate@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-3.0.0.tgz#322d69a05c0264b25997d9f40cd8a891ab0064a4" + integrity sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ== + dependencies: + p-limit "^2.0.0" + +p-locate@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834" + integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw== + dependencies: + p-limit "^3.0.2" + +p-try@^2.0.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/p-try/-/p-try-2.2.0.tgz#cb2868540e313d61de58fafbe35ce9004d5540e6" + integrity sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ== + +parse-glob@^3.0.4: + version "3.0.4" + resolved "https://registry.yarnpkg.com/parse-glob/-/parse-glob-3.0.4.tgz#b2c376cfb11f35513badd173ef0bb6e3a388391c" + integrity sha1-ssN2z7EfNVE7rdFz7wu246OIORw= + dependencies: + glob-base "^0.3.0" + is-dotfile "^1.0.0" + is-extglob "^1.0.0" + is-glob "^2.0.0" + +pascalcase@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14" + integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ= + +path-exists@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-3.0.0.tgz#ce0ebeaa5f78cb18925ea7d810d7b59b010fd515" + integrity sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= + +path-exists@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" + integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w== + +path-is-absolute@^1.0.0, path-is-absolute@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f" + integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18= + +path-parse@^1.0.5: + version "1.0.5" + resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1" + +picomatch@^2.0.4, picomatch@^2.2.1: + version "2.2.2" + resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" + integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== + +posix-character-classes@^0.1.0: + version "0.1.1" + resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab" + integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs= + +preserve@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/preserve/-/preserve-0.2.0.tgz#815ed1f6ebc65926f865b310c0713bcb3315ce4b" + integrity sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks= + +private@^0.1.6, private@^0.1.7, private@^0.1.8: + version "0.1.8" + resolved "https://registry.yarnpkg.com/private/-/private-0.1.8.tgz#2381edb3689f7a53d653190060fcf822d2f368ff" + +process-nextick-args@~2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" + integrity sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag== + +punycode@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.0.tgz#5f863edc89b96db09074bad7947bf09056ca4e7d" + +randomatic@^3.0.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/randomatic/-/randomatic-3.1.1.tgz#b776efc59375984e36c537b2f51a1f0aff0da1ed" + integrity sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw== + dependencies: + is-number "^4.0.0" + kind-of "^6.0.0" + math-random "^1.0.1" + +randombytes@^2.1.0: + version "2.1.0" + resolved "https://registry.yarnpkg.com/randombytes/-/randombytes-2.1.0.tgz#df6f84372f0270dc65cdf6291349ab7a473d4f2a" + integrity sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ== + dependencies: + safe-buffer "^5.1.0" + +readable-stream@^2.0.2: + version "2.3.7" + resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-2.3.7.tgz#1eca1cf711aef814c04f62252a36a62f6cb23b57" + integrity sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw== + dependencies: + core-util-is "~1.0.0" + inherits "~2.0.3" + isarray "~1.0.0" + process-nextick-args "~2.0.0" + safe-buffer "~5.1.1" + string_decoder "~1.1.1" + util-deprecate "~1.0.1" + +readdirp@^2.0.0: + version "2.2.1" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-2.2.1.tgz#0e87622a3325aa33e892285caf8b4e846529a525" + integrity sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ== + dependencies: + graceful-fs "^4.1.11" + micromatch "^3.1.10" + readable-stream "^2.0.2" + +readdirp@~3.5.0: + version "3.5.0" + resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e" + integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== + dependencies: + picomatch "^2.2.1" + +regenerate@^1.2.1: + version "1.3.3" + resolved "https://registry.yarnpkg.com/regenerate/-/regenerate-1.3.3.tgz#0c336d3980553d755c39b586ae3b20aa49c82b7f" + +regenerator-runtime@^0.10.5: + version "0.10.5" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz#336c3efc1220adcedda2c9fab67b5a7955a33658" + integrity sha1-M2w+/BIgrc7dosn6tntaeVWjNlg= + +regenerator-runtime@^0.11.0: + version "0.11.1" + resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz#be05ad7f9bf7d22e056f9726cee5017fbf19e2e9" + integrity sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg== + +regenerator-transform@^0.10.0: + version "0.10.1" + resolved "https://registry.yarnpkg.com/regenerator-transform/-/regenerator-transform-0.10.1.tgz#1e4996837231da8b7f3cf4114d71b5691a0680dd" + dependencies: + babel-runtime "^6.18.0" + babel-types "^6.19.0" + private "^0.1.6" + +regex-cache@^0.4.2: + version "0.4.4" + resolved "https://registry.yarnpkg.com/regex-cache/-/regex-cache-0.4.4.tgz#75bdc58a2a1496cec48a12835bc54c8d562336dd" + integrity sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ== + dependencies: + is-equal-shallow "^0.1.3" + +regex-not@^1.0.0, regex-not@^1.0.2: + version "1.0.2" + resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c" + integrity sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A== + dependencies: + extend-shallow "^3.0.2" + safe-regex "^1.1.0" + +regexpu-core@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240" + dependencies: + regenerate "^1.2.1" + regjsgen "^0.2.0" + regjsparser "^0.1.4" + +regjsgen@^0.2.0: + version "0.2.0" + resolved "https://registry.yarnpkg.com/regjsgen/-/regjsgen-0.2.0.tgz#6c016adeac554f75823fe37ac05b92d5a4edb1f7" + +regjsparser@^0.1.4: + version "0.1.5" + resolved "https://registry.yarnpkg.com/regjsparser/-/regjsparser-0.1.5.tgz#7ee8f84dc6fa792d3fd0ae228d24bd949ead205c" + dependencies: + jsesc "~0.5.0" + +remove-trailing-separator@^1.0.1: + version "1.1.0" + resolved "https://registry.yarnpkg.com/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz#c24bce2a283adad5bc3f58e0d48249b92379d8ef" + integrity sha1-wkvOKig62tW8P1jg1IJJuSN52O8= + +repeat-element@^1.1.2: + version "1.1.3" + resolved "https://registry.yarnpkg.com/repeat-element/-/repeat-element-1.1.3.tgz#782e0d825c0c5a3bb39731f84efee6b742e6b1ce" + integrity sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g== + +repeat-string@^1.5.2, repeat-string@^1.6.1: + version "1.6.1" + resolved "https://registry.yarnpkg.com/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637" + integrity sha1-jcrkcOHIirwtYA//Sndihtp15jc= + +repeating@^2.0.0: + version "2.0.1" + resolved "https://registry.yarnpkg.com/repeating/-/repeating-2.0.1.tgz#5214c53a926d3552707527fbab415dbc08d06dda" + integrity sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= + dependencies: + is-finite "^1.0.0" + +require-directory@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42" + integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I= + +require-main-filename@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" + integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== + +resolve-url@^0.2.1: + version "0.2.1" + resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a" + integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo= + +resolve@1.1.7: + version "1.1.7" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.1.7.tgz#203114d82ad2c5ed9e8e0411b3932875e889e97b" + +resolve@^1.1.6: + version "1.6.0" + resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.6.0.tgz#0fbd21278b27b4004481c395349e7aba60a9ff5c" + dependencies: + path-parse "^1.0.5" + +ret@~0.1.10: + version "0.1.15" + resolved "https://registry.yarnpkg.com/ret/-/ret-0.1.15.tgz#b8a4825d5bdb1fc3f6f53c2bc33f81388681c7bc" + integrity sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg== + +right-align@^0.1.1: + version "0.1.3" + resolved "https://registry.yarnpkg.com/right-align/-/right-align-0.1.3.tgz#61339b722fe6a3515689210d24e14c96148613ef" + dependencies: + align-text "^0.1.1" + +rimraf@^2.5.2: + version "2.7.1" + resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec" + dependencies: + glob "^7.1.3" + +rollup-plugin-babel@^2.7.1: + version "2.7.1" + resolved "https://registry.yarnpkg.com/rollup-plugin-babel/-/rollup-plugin-babel-2.7.1.tgz#16528197b0f938a1536f44683c7a93d573182f57" + dependencies: + babel-core "6" + babel-plugin-transform-es2015-classes "^6.9.0" + object-assign "^4.1.0" + rollup-pluginutils "^1.5.0" + +rollup-plugin-node-resolve@^2.0.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-2.1.1.tgz#cbb783b0d15b02794d58915350b2f0d902b8ddc8" + dependencies: + browser-resolve "^1.11.0" + builtin-modules "^1.1.0" + resolve "^1.1.6" + +rollup-pluginutils@^1.5.0: + version "1.5.2" + resolved "https://registry.yarnpkg.com/rollup-pluginutils/-/rollup-pluginutils-1.5.2.tgz#1e156e778f94b7255bfa1b3d0178be8f5c552408" + dependencies: + estree-walker "^0.2.1" + minimatch "^3.0.2" + +rollup@^0.41.6: + version "0.41.6" + resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.41.6.tgz#e0d05497877a398c104d816d2733a718a7a94e2a" + dependencies: + source-map-support "^0.4.0" + +safe-buffer@^5.1.0: + version "5.2.1" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz#1eaf9fa9bdb1fdd4ec75f58f9cdb4e6b7827eec6" + integrity sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ== + +safe-buffer@~5.1.0, safe-buffer@~5.1.1: + version "5.1.2" + resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.1.2.tgz#991ec69d296e0313747d59bdfd2b745c35f8828d" + integrity sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== + +safe-regex@^1.1.0: + version "1.1.0" + resolved "https://registry.yarnpkg.com/safe-regex/-/safe-regex-1.1.0.tgz#40a3669f3b077d1e943d44629e157dd48023bf2e" + integrity sha1-QKNmnzsHfR6UPURinhV91IAjvy4= + dependencies: + ret "~0.1.10" + +sander@^0.5.0: + version "0.5.1" + resolved "https://registry.yarnpkg.com/sander/-/sander-0.5.1.tgz#741e245e231f07cafb6fdf0f133adfa216a502ad" + dependencies: + es6-promise "^3.1.2" + graceful-fs "^4.1.3" + mkdirp "^0.5.1" + rimraf "^2.5.2" + +serialize-javascript@5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-5.0.1.tgz#7886ec848049a462467a97d3d918ebb2aaf934f4" + integrity sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA== + dependencies: + randombytes "^2.1.0" + +set-blocking@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7" + +set-value@^2.0.0, set-value@^2.0.1: + version "2.0.1" + resolved "https://registry.yarnpkg.com/set-value/-/set-value-2.0.1.tgz#a18d40530e6f07de4228c7defe4227af8cad005b" + integrity sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw== + dependencies: + extend-shallow "^2.0.1" + is-extendable "^0.1.1" + is-plain-object "^2.0.3" + split-string "^3.0.1" + +slash@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/slash/-/slash-1.0.0.tgz#c41f2f6c39fc16d1cd17ad4b5d896114ae470d55" + integrity sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU= + +snapdragon-node@^2.0.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/snapdragon-node/-/snapdragon-node-2.1.1.tgz#6c175f86ff14bdb0724563e8f3c1b021a286853b" + integrity sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw== + dependencies: + define-property "^1.0.0" + isobject "^3.0.0" + snapdragon-util "^3.0.1" + +snapdragon-util@^3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/snapdragon-util/-/snapdragon-util-3.0.1.tgz#f956479486f2acd79700693f6f7b805e45ab56e2" + integrity sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ== + dependencies: + kind-of "^3.2.0" + +snapdragon@^0.8.1: + version "0.8.2" + resolved "https://registry.yarnpkg.com/snapdragon/-/snapdragon-0.8.2.tgz#64922e7c565b0e14204ba1aa7d6964278d25182d" + integrity sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg== + dependencies: + base "^0.11.1" + debug "^2.2.0" + define-property "^0.2.5" + extend-shallow "^2.0.1" + map-cache "^0.2.2" + source-map "^0.5.6" + source-map-resolve "^0.5.0" + use "^3.1.0" + +sorcery@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/sorcery/-/sorcery-0.10.0.tgz#8ae90ad7d7cb05fc59f1ab0c637845d5c15a52b7" + dependencies: + buffer-crc32 "^0.2.5" + minimist "^1.2.0" + sander "^0.5.0" + sourcemap-codec "^1.3.0" + +source-map-resolve@^0.5.0: + version "0.5.3" + resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a" + integrity sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw== + dependencies: + atob "^2.1.2" + decode-uri-component "^0.2.0" + resolve-url "^0.2.1" + source-map-url "^0.4.0" + urix "^0.1.0" + +source-map-support@^0.4.0, source-map-support@^0.4.15: + version "0.4.18" + resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f" + dependencies: + source-map "^0.5.6" + +source-map-url@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/source-map-url/-/source-map-url-0.4.0.tgz#3e935d7ddd73631b97659956d55128e87b5084a3" + integrity sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM= + +source-map@^0.5.6, source-map@^0.5.7, source-map@~0.5.1: + version "0.5.7" + resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" + integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= + +sourcemap-codec@^1.3.0: + version "1.4.1" + resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.1.tgz#c8fd92d91889e902a07aee392bdd2c5863958ba2" + +split-string@^3.0.1, split-string@^3.0.2: + version "3.1.0" + resolved "https://registry.yarnpkg.com/split-string/-/split-string-3.1.0.tgz#7cb09dda3a86585705c64b39a6466038682e8fe2" + integrity sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw== + dependencies: + extend-shallow "^3.0.0" + +sprintf-js@~1.0.2: + version "1.0.3" + resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c" + integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw= + +static-extend@^0.1.1: + version "0.1.2" + resolved "https://registry.yarnpkg.com/static-extend/-/static-extend-0.1.2.tgz#60809c39cbff55337226fd5e0b520f341f1fb5c6" + integrity sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY= + dependencies: + define-property "^0.2.5" + object-copy "^0.1.0" + +"string-width@^1.0.2 || 2": + version "2.1.1" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e" + integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw== + dependencies: + is-fullwidth-code-point "^2.0.0" + strip-ansi "^4.0.0" + +string-width@^3.0.0, string-width@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961" + integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w== + dependencies: + emoji-regex "^7.0.1" + is-fullwidth-code-point "^2.0.0" + strip-ansi "^5.1.0" + +string_decoder@~1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.1.1.tgz#9cf1611ba62685d7030ae9e4ba34149c3af03fc8" + integrity sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg== + dependencies: + safe-buffer "~5.1.0" + +strip-ansi@^3.0.0: + version "3.0.1" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" + integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= + dependencies: + ansi-regex "^2.0.0" + +strip-ansi@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-4.0.0.tgz#a8479022eb1ac368a871389b635262c505ee368f" + integrity sha1-qEeQIusaw2iocTibY1JixQXuNo8= + dependencies: + ansi-regex "^3.0.0" + +strip-ansi@^5.0.0, strip-ansi@^5.1.0, strip-ansi@^5.2.0: + version "5.2.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-5.2.0.tgz#8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae" + integrity sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA== + dependencies: + ansi-regex "^4.1.0" + +strip-json-comments@3.1.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006" + integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== + +supports-color@7.2.0, supports-color@^7.1.0: + version "7.2.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da" + integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== + dependencies: + has-flag "^4.0.0" + +supports-color@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" + integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= + +to-fast-properties@^1.0.3: + version "1.0.3" + resolved "https://registry.yarnpkg.com/to-fast-properties/-/to-fast-properties-1.0.3.tgz#b83571fa4d8c25b82e231b06e3a3055de4ca1a47" + integrity sha1-uDVx+k2MJbguIxsG46MFXeTKGkc= + +to-object-path@^0.3.0: + version "0.3.0" + resolved "https://registry.yarnpkg.com/to-object-path/-/to-object-path-0.3.0.tgz#297588b7b0e7e0ac08e04e672f85c1f4999e17af" + integrity sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68= + dependencies: + kind-of "^3.0.2" + +to-regex-range@^2.1.0: + version "2.1.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-2.1.1.tgz#7c80c17b9dfebe599e27367e0d4dd5590141db38" + integrity sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg= + dependencies: + is-number "^3.0.0" + repeat-string "^1.6.1" + +to-regex-range@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4" + integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== + dependencies: + is-number "^7.0.0" + +to-regex@^3.0.1, to-regex@^3.0.2: + version "3.0.2" + resolved "https://registry.yarnpkg.com/to-regex/-/to-regex-3.0.2.tgz#13cfdd9b336552f30b51f33a8ae1b42a7a7599ce" + integrity sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw== + dependencies: + define-property "^2.0.2" + extend-shallow "^3.0.2" + regex-not "^1.0.2" + safe-regex "^1.1.0" + +trim-right@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003" + integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM= + +typescript@^2.8.1: + version "2.8.1" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.8.1.tgz#6160e4f8f195d5ba81d4876f9c0cc1fbc0820624" + +uglify-js@^2.8.14: + version "2.8.29" + resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd" + dependencies: + source-map "~0.5.1" + yargs "~3.10.0" + optionalDependencies: + uglify-to-browserify "~1.0.0" + +uglify-to-browserify@~1.0.0: + version "1.0.2" + resolved "https://registry.yarnpkg.com/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz#6e0924d6bda6b5afe349e39a6d632850a0f882b7" + +union-value@^1.0.0: + version "1.0.1" + resolved "https://registry.yarnpkg.com/union-value/-/union-value-1.0.1.tgz#0b6fe7b835aecda61c6ea4d4f02c14221e109847" + integrity sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg== + dependencies: + arr-union "^3.1.0" + get-value "^2.0.6" + is-extendable "^0.1.1" + set-value "^2.0.1" + +unset-value@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/unset-value/-/unset-value-1.0.0.tgz#8376873f7d2335179ffb1e6fc3a8ed0dfc8ab559" + integrity sha1-g3aHP30jNRef+x5vw6jtDfyKtVk= + dependencies: + has-value "^0.3.1" + isobject "^3.0.0" + +urix@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" + integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= + +use@^3.1.0: + version "3.1.1" + resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" + integrity sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ== + +user-home@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/user-home/-/user-home-1.1.1.tgz#2b5be23a32b63a7c9deb8d0f28d485724a3df190" + integrity sha1-K1viOjK2Onyd640PKNSFcko98ZA= + +util-deprecate@~1.0.1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz#450d4dc9fa70de732762fbd2d4a28981419a0ccf" + integrity sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= + +v8flags@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/v8flags/-/v8flags-2.1.1.tgz#aab1a1fa30d45f88dd321148875ac02c0b55e5b4" + integrity sha1-qrGh+jDUX4jdMhFIh1rALAtV5bQ= + dependencies: + user-home "^1.1.1" + +which-module@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a" + integrity sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho= + +which@2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1" + integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA== + dependencies: + isexe "^2.0.0" + +wide-align@1.1.3: + version "1.1.3" + resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457" + integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA== + dependencies: + string-width "^1.0.2 || 2" + +window-size@0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d" + +wordwrap@0.0.2: + version "0.0.2" + resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f" + +workerpool@6.0.2: + version "6.0.2" + resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.0.2.tgz#e241b43d8d033f1beb52c7851069456039d1d438" + integrity sha512-DSNyvOpFKrNusaaUwk+ej6cBj1bmhLcBfj80elGk+ZIo5JSkq+unB1dLKEOcNfJDZgjGICfhQ0Q5TbP0PvF4+Q== + +wrap-ansi@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-5.1.0.tgz#1fd1f67235d5b6d0fee781056001bfb694c03b09" + integrity sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q== + dependencies: + ansi-styles "^3.2.0" + string-width "^3.0.0" + strip-ansi "^5.0.0" + +wrappy@1: + version "1.0.2" + resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f" + integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= + +y18n@^4.0.0: + version "4.0.1" + resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.1.tgz#8db2b83c31c5d75099bb890b23f3094891e247d4" + integrity sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ== + +yargs-parser@13.1.2, yargs-parser@^13.1.2: + version "13.1.2" + resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-13.1.2.tgz#130f09702ebaeef2650d54ce6e3e5706f7a4fb38" + integrity sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg== + dependencies: + camelcase "^5.0.0" + decamelize "^1.2.0" + +yargs-unparser@2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/yargs-unparser/-/yargs-unparser-2.0.0.tgz#f131f9226911ae5d9ad38c432fe809366c2325eb" + integrity sha512-7pRTIA9Qc1caZ0bZ6RYRGbHJthJWuakf+WmHK0rVeLkNrrGhfoabBNdue6kdINI6r4if7ocq9aD/n7xwKOdzOA== + dependencies: + camelcase "^6.0.0" + decamelize "^4.0.0" + flat "^5.0.2" + is-plain-obj "^2.1.0" + +yargs@13.3.2: + version "13.3.2" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd" + integrity sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw== + dependencies: + cliui "^5.0.0" + find-up "^3.0.0" + get-caller-file "^2.0.1" + require-directory "^2.1.1" + require-main-filename "^2.0.0" + set-blocking "^2.0.0" + string-width "^3.0.0" + which-module "^2.0.0" + y18n "^4.0.0" + yargs-parser "^13.1.2" + +yargs@~3.10.0: + version "3.10.0" + resolved "https://registry.yarnpkg.com/yargs/-/yargs-3.10.0.tgz#f7ee7bd857dd7c1d2d38c0e74efbd681d1431fd1" + dependencies: + camelcase "^1.0.2" + cliui "^2.1.0" + decamelize "^1.0.0" + window-size "0.1.0" + +yocto-queue@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b" + integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q== diff --git a/node_modules/util-deprecate/History.md b/node_modules/util-deprecate/History.md new file mode 100644 index 0000000..acc8675 --- /dev/null +++ b/node_modules/util-deprecate/History.md @@ -0,0 +1,16 @@ + +1.0.2 / 2015-10-07 +================== + + * use try/catch when checking `localStorage` (#3, @kumavis) + +1.0.1 / 2014-11-25 +================== + + * browser: use `console.warn()` for deprecation calls + * browser: more jsdocs + +1.0.0 / 2014-04-30 +================== + + * initial commit diff --git a/node_modules/util-deprecate/LICENSE b/node_modules/util-deprecate/LICENSE new file mode 100644 index 0000000..6a60e8c --- /dev/null +++ b/node_modules/util-deprecate/LICENSE @@ -0,0 +1,24 @@ +(The MIT License) + +Copyright (c) 2014 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/util-deprecate/README.md b/node_modules/util-deprecate/README.md new file mode 100644 index 0000000..75622fa --- /dev/null +++ b/node_modules/util-deprecate/README.md @@ -0,0 +1,53 @@ +util-deprecate +============== +### The Node.js `util.deprecate()` function with browser support + +In Node.js, this module simply re-exports the `util.deprecate()` function. + +In the web browser (i.e. via browserify), a browser-specific implementation +of the `util.deprecate()` function is used. + + +## API + +A `deprecate()` function is the only thing exposed by this module. + +``` javascript +// setup: +exports.foo = deprecate(foo, 'foo() is deprecated, use bar() instead'); + + +// users see: +foo(); +// foo() is deprecated, use bar() instead +foo(); +foo(); +``` + + +## License + +(The MIT License) + +Copyright (c) 2014 Nathan Rajlich + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/util-deprecate/browser.js b/node_modules/util-deprecate/browser.js new file mode 100644 index 0000000..549ae2f --- /dev/null +++ b/node_modules/util-deprecate/browser.js @@ -0,0 +1,67 @@ + +/** + * Module exports. + */ + +module.exports = deprecate; + +/** + * Mark that a method should not be used. + * Returns a modified function which warns once by default. + * + * If `localStorage.noDeprecation = true` is set, then it is a no-op. + * + * If `localStorage.throwDeprecation = true` is set, then deprecated functions + * will throw an Error when invoked. + * + * If `localStorage.traceDeprecation = true` is set, then deprecated functions + * will invoke `console.trace()` instead of `console.error()`. + * + * @param {Function} fn - the function to deprecate + * @param {String} msg - the string to print to the console when `fn` is invoked + * @returns {Function} a new "deprecated" version of `fn` + * @api public + */ + +function deprecate (fn, msg) { + if (config('noDeprecation')) { + return fn; + } + + var warned = false; + function deprecated() { + if (!warned) { + if (config('throwDeprecation')) { + throw new Error(msg); + } else if (config('traceDeprecation')) { + console.trace(msg); + } else { + console.warn(msg); + } + warned = true; + } + return fn.apply(this, arguments); + } + + return deprecated; +} + +/** + * Checks `localStorage` for boolean values for the given `name`. + * + * @param {String} name + * @returns {Boolean} + * @api private + */ + +function config (name) { + // accessing global.localStorage can trigger a DOMException in sandboxed iframes + try { + if (!global.localStorage) return false; + } catch (_) { + return false; + } + var val = global.localStorage[name]; + if (null == val) return false; + return String(val).toLowerCase() === 'true'; +} diff --git a/node_modules/util-deprecate/node.js b/node_modules/util-deprecate/node.js new file mode 100644 index 0000000..5e6fcff --- /dev/null +++ b/node_modules/util-deprecate/node.js @@ -0,0 +1,6 @@ + +/** + * For Node.js, simply re-export the core `util.deprecate` function. + */ + +module.exports = require('util').deprecate; diff --git a/node_modules/util-deprecate/package.json b/node_modules/util-deprecate/package.json new file mode 100644 index 0000000..2e79f89 --- /dev/null +++ b/node_modules/util-deprecate/package.json @@ -0,0 +1,27 @@ +{ + "name": "util-deprecate", + "version": "1.0.2", + "description": "The Node.js `util.deprecate()` function with browser support", + "main": "node.js", + "browser": "browser.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git://github.com/TooTallNate/util-deprecate.git" + }, + "keywords": [ + "util", + "deprecate", + "browserify", + "browser", + "node" + ], + "author": "Nathan Rajlich (http://n8.io/)", + "license": "MIT", + "bugs": { + "url": "https://github.com/TooTallNate/util-deprecate/issues" + }, + "homepage": "https://github.com/TooTallNate/util-deprecate" +} diff --git a/node_modules/utils-merge/.npmignore b/node_modules/utils-merge/.npmignore new file mode 100644 index 0000000..3e53844 --- /dev/null +++ b/node_modules/utils-merge/.npmignore @@ -0,0 +1,9 @@ +CONTRIBUTING.md +Makefile +docs/ +examples/ +reports/ +test/ + +.jshintrc +.travis.yml diff --git a/node_modules/utils-merge/LICENSE b/node_modules/utils-merge/LICENSE new file mode 100644 index 0000000..76f6d08 --- /dev/null +++ b/node_modules/utils-merge/LICENSE @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2013-2017 Jared Hanson + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/utils-merge/README.md b/node_modules/utils-merge/README.md new file mode 100644 index 0000000..0cb7117 --- /dev/null +++ b/node_modules/utils-merge/README.md @@ -0,0 +1,34 @@ +# utils-merge + +[![Version](https://img.shields.io/npm/v/utils-merge.svg?label=version)](https://www.npmjs.com/package/utils-merge) +[![Build](https://img.shields.io/travis/jaredhanson/utils-merge.svg)](https://travis-ci.org/jaredhanson/utils-merge) +[![Quality](https://img.shields.io/codeclimate/github/jaredhanson/utils-merge.svg?label=quality)](https://codeclimate.com/github/jaredhanson/utils-merge) +[![Coverage](https://img.shields.io/coveralls/jaredhanson/utils-merge.svg)](https://coveralls.io/r/jaredhanson/utils-merge) +[![Dependencies](https://img.shields.io/david/jaredhanson/utils-merge.svg)](https://david-dm.org/jaredhanson/utils-merge) + + +Merges the properties from a source object into a destination object. + +## Install + +```bash +$ npm install utils-merge +``` + +## Usage + +```javascript +var a = { foo: 'bar' } + , b = { bar: 'baz' }; + +merge(a, b); +// => { foo: 'bar', bar: 'baz' } +``` + +## License + +[The MIT License](http://opensource.org/licenses/MIT) + +Copyright (c) 2013-2017 Jared Hanson <[http://jaredhanson.net/](http://jaredhanson.net/)> + + Sponsor diff --git a/node_modules/utils-merge/index.js b/node_modules/utils-merge/index.js new file mode 100644 index 0000000..4265c69 --- /dev/null +++ b/node_modules/utils-merge/index.js @@ -0,0 +1,23 @@ +/** + * Merge object b with object a. + * + * var a = { foo: 'bar' } + * , b = { bar: 'baz' }; + * + * merge(a, b); + * // => { foo: 'bar', bar: 'baz' } + * + * @param {Object} a + * @param {Object} b + * @return {Object} + * @api public + */ + +exports = module.exports = function(a, b){ + if (a && b) { + for (var key in b) { + a[key] = b[key]; + } + } + return a; +}; diff --git a/node_modules/utils-merge/package.json b/node_modules/utils-merge/package.json new file mode 100644 index 0000000..e36b078 --- /dev/null +++ b/node_modules/utils-merge/package.json @@ -0,0 +1,40 @@ +{ + "name": "utils-merge", + "version": "1.0.1", + "description": "merge() utility function", + "keywords": [ + "util" + ], + "author": { + "name": "Jared Hanson", + "email": "jaredhanson@gmail.com", + "url": "http://www.jaredhanson.net/" + }, + "repository": { + "type": "git", + "url": "git://github.com/jaredhanson/utils-merge.git" + }, + "bugs": { + "url": "http://github.com/jaredhanson/utils-merge/issues" + }, + "license": "MIT", + "licenses": [ + { + "type": "MIT", + "url": "http://opensource.org/licenses/MIT" + } + ], + "main": "./index", + "dependencies": {}, + "devDependencies": { + "make-node": "0.3.x", + "mocha": "1.x.x", + "chai": "1.x.x" + }, + "engines": { + "node": ">= 0.4.0" + }, + "scripts": { + "test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js" + } +} diff --git a/node_modules/uuid/AUTHORS b/node_modules/uuid/AUTHORS new file mode 100644 index 0000000..5a10523 --- /dev/null +++ b/node_modules/uuid/AUTHORS @@ -0,0 +1,5 @@ +Robert Kieffer +Christoph Tavan +AJ ONeal +Vincent Voyer +Roman Shtylman diff --git a/node_modules/uuid/CHANGELOG.md b/node_modules/uuid/CHANGELOG.md new file mode 100644 index 0000000..f811b8a --- /dev/null +++ b/node_modules/uuid/CHANGELOG.md @@ -0,0 +1,119 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [3.4.0](https://github.com/uuidjs/uuid/compare/v3.3.3...v3.4.0) (2020-01-16) + + +### Features + +* rename repository to github:uuidjs/uuid ([#351](https://github.com/uuidjs/uuid/issues/351)) ([e2d7314](https://github.com/uuidjs/uuid/commit/e2d7314)), closes [#338](https://github.com/uuidjs/uuid/issues/338) + +### [3.3.3](https://github.com/uuidjs/uuid/compare/v3.3.2...v3.3.3) (2019-08-19) + + +## [3.3.2](https://github.com/uuidjs/uuid/compare/v3.3.1...v3.3.2) (2018-06-28) + + +### Bug Fixes + +* typo ([305d877](https://github.com/uuidjs/uuid/commit/305d877)) + + + + +## [3.3.1](https://github.com/uuidjs/uuid/compare/v3.3.0...v3.3.1) (2018-06-28) + + +### Bug Fixes + +* fix [#284](https://github.com/uuidjs/uuid/issues/284) by setting function name in try-catch ([f2a60f2](https://github.com/uuidjs/uuid/commit/f2a60f2)) + + + + +# [3.3.0](https://github.com/uuidjs/uuid/compare/v3.2.1...v3.3.0) (2018-06-22) + + +### Bug Fixes + +* assignment to readonly property to allow running in strict mode ([#270](https://github.com/uuidjs/uuid/issues/270)) ([d062fdc](https://github.com/uuidjs/uuid/commit/d062fdc)) +* fix [#229](https://github.com/uuidjs/uuid/issues/229) ([c9684d4](https://github.com/uuidjs/uuid/commit/c9684d4)) +* Get correct version of IE11 crypto ([#274](https://github.com/uuidjs/uuid/issues/274)) ([153d331](https://github.com/uuidjs/uuid/commit/153d331)) +* mem issue when generating uuid ([#267](https://github.com/uuidjs/uuid/issues/267)) ([c47702c](https://github.com/uuidjs/uuid/commit/c47702c)) + +### Features + +* enforce Conventional Commit style commit messages ([#282](https://github.com/uuidjs/uuid/issues/282)) ([cc9a182](https://github.com/uuidjs/uuid/commit/cc9a182)) + + + +## [3.2.1](https://github.com/uuidjs/uuid/compare/v3.2.0...v3.2.1) (2018-01-16) + + +### Bug Fixes + +* use msCrypto if available. Fixes [#241](https://github.com/uuidjs/uuid/issues/241) ([#247](https://github.com/uuidjs/uuid/issues/247)) ([1fef18b](https://github.com/uuidjs/uuid/commit/1fef18b)) + + + + +# [3.2.0](https://github.com/uuidjs/uuid/compare/v3.1.0...v3.2.0) (2018-01-16) + + +### Bug Fixes + +* remove mistakenly added typescript dependency, rollback version (standard-version will auto-increment) ([09fa824](https://github.com/uuidjs/uuid/commit/09fa824)) +* use msCrypto if available. Fixes [#241](https://github.com/uuidjs/uuid/issues/241) ([#247](https://github.com/uuidjs/uuid/issues/247)) ([1fef18b](https://github.com/uuidjs/uuid/commit/1fef18b)) + + +### Features + +* Add v3 Support ([#217](https://github.com/uuidjs/uuid/issues/217)) ([d94f726](https://github.com/uuidjs/uuid/commit/d94f726)) + + +# [3.1.0](https://github.com/uuidjs/uuid/compare/v3.1.0...v3.0.1) (2017-06-17) + +### Bug Fixes + +* (fix) Add .npmignore file to exclude test/ and other non-essential files from packing. (#183) +* Fix typo (#178) +* Simple typo fix (#165) + +### Features +* v5 support in CLI (#197) +* V5 support (#188) + + +# 3.0.1 (2016-11-28) + +* split uuid versions into separate files + + +# 3.0.0 (2016-11-17) + +* remove .parse and .unparse + + +# 2.0.0 + +* Removed uuid.BufferClass + + +# 1.4.0 + +* Improved module context detection +* Removed public RNG functions + + +# 1.3.2 + +* Improve tests and handling of v1() options (Issue #24) +* Expose RNG option to allow for perf testing with different generators + + +# 1.3.0 + +* Support for version 1 ids, thanks to [@ctavan](https://github.com/ctavan)! +* Support for node.js crypto API +* De-emphasizing performance in favor of a) cryptographic quality PRNGs where available and b) more manageable code diff --git a/node_modules/uuid/LICENSE.md b/node_modules/uuid/LICENSE.md new file mode 100644 index 0000000..8c84e39 --- /dev/null +++ b/node_modules/uuid/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2010-2016 Robert Kieffer and other contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/uuid/README.md b/node_modules/uuid/README.md new file mode 100644 index 0000000..1752e47 --- /dev/null +++ b/node_modules/uuid/README.md @@ -0,0 +1,276 @@ + + +# uuid [![Build Status](https://secure.travis-ci.org/kelektiv/node-uuid.svg?branch=master)](http://travis-ci.org/kelektiv/node-uuid) # + +Simple, fast generation of [RFC4122](http://www.ietf.org/rfc/rfc4122.txt) UUIDS. + +Features: + +* Support for version 1, 3, 4 and 5 UUIDs +* Cross-platform +* Uses cryptographically-strong random number APIs (when available) +* Zero-dependency, small footprint (... but not [this small](https://gist.github.com/982883)) + +[**Deprecation warning**: The use of `require('uuid')` is deprecated and will not be +supported after version 3.x of this module. Instead, use `require('uuid/[v1|v3|v4|v5]')` as shown in the examples below.] + +## Quickstart - CommonJS (Recommended) + +```shell +npm install uuid +``` + +Then generate your uuid version of choice ... + +Version 1 (timestamp): + +```javascript +const uuidv1 = require('uuid/v1'); +uuidv1(); // ⇨ '2c5ea4c0-4067-11e9-8bad-9b1deb4d3b7d' + +``` + +Version 3 (namespace): + +```javascript +const uuidv3 = require('uuid/v3'); + +// ... using predefined DNS namespace (for domain names) +uuidv3('hello.example.com', uuidv3.DNS); // ⇨ '9125a8dc-52ee-365b-a5aa-81b0b3681cf6' + +// ... using predefined URL namespace (for, well, URLs) +uuidv3('http://example.com/hello', uuidv3.URL); // ⇨ 'c6235813-3ba4-3801-ae84-e0a6ebb7d138' + +// ... using a custom namespace +// +// Note: Custom namespaces should be a UUID string specific to your application! +// E.g. the one here was generated using this modules `uuid` CLI. +const MY_NAMESPACE = '1b671a64-40d5-491e-99b0-da01ff1f3341'; +uuidv3('Hello, World!', MY_NAMESPACE); // ⇨ 'e8b5a51d-11c8-3310-a6ab-367563f20686' + +``` + +Version 4 (random): + +```javascript +const uuidv4 = require('uuid/v4'); +uuidv4(); // ⇨ '1b9d6bcd-bbfd-4b2d-9b5d-ab8dfbbd4bed' + +``` + +Version 5 (namespace): + +```javascript +const uuidv5 = require('uuid/v5'); + +// ... using predefined DNS namespace (for domain names) +uuidv5('hello.example.com', uuidv5.DNS); // ⇨ 'fdda765f-fc57-5604-a269-52a7df8164ec' + +// ... using predefined URL namespace (for, well, URLs) +uuidv5('http://example.com/hello', uuidv5.URL); // ⇨ '3bbcee75-cecc-5b56-8031-b6641c1ed1f1' + +// ... using a custom namespace +// +// Note: Custom namespaces should be a UUID string specific to your application! +// E.g. the one here was generated using this modules `uuid` CLI. +const MY_NAMESPACE = '1b671a64-40d5-491e-99b0-da01ff1f3341'; +uuidv5('Hello, World!', MY_NAMESPACE); // ⇨ '630eb68f-e0fa-5ecc-887a-7c7a62614681' + +``` + +## API + +### Version 1 + +```javascript +const uuidv1 = require('uuid/v1'); + +// Incantations +uuidv1(); +uuidv1(options); +uuidv1(options, buffer, offset); +``` + +Generate and return a RFC4122 v1 (timestamp-based) UUID. + +* `options` - (Object) Optional uuid state to apply. Properties may include: + + * `node` - (Array) Node id as Array of 6 bytes (per 4.1.6). Default: Randomly generated ID. See note 1. + * `clockseq` - (Number between 0 - 0x3fff) RFC clock sequence. Default: An internally maintained clockseq is used. + * `msecs` - (Number) Time in milliseconds since unix Epoch. Default: The current time is used. + * `nsecs` - (Number between 0-9999) additional time, in 100-nanosecond units. Ignored if `msecs` is unspecified. Default: internal uuid counter is used, as per 4.2.1.2. + +* `buffer` - (Array | Buffer) Array or buffer where UUID bytes are to be written. +* `offset` - (Number) Starting index in `buffer` at which to begin writing. + +Returns `buffer`, if specified, otherwise the string form of the UUID + +Note: The default [node id](https://tools.ietf.org/html/rfc4122#section-4.1.6) (the last 12 digits in the UUID) is generated once, randomly, on process startup, and then remains unchanged for the duration of the process. + +Example: Generate string UUID with fully-specified options + +```javascript +const v1options = { + node: [0x01, 0x23, 0x45, 0x67, 0x89, 0xab], + clockseq: 0x1234, + msecs: new Date('2011-11-01').getTime(), + nsecs: 5678 +}; +uuidv1(v1options); // ⇨ '710b962e-041c-11e1-9234-0123456789ab' + +``` + +Example: In-place generation of two binary IDs + +```javascript +// Generate two ids in an array +const arr = new Array(); +uuidv1(null, arr, 0); // ⇨ + // [ + // 44, 94, 164, 192, 64, 103, + // 17, 233, 146, 52, 155, 29, + // 235, 77, 59, 125 + // ] +uuidv1(null, arr, 16); // ⇨ + // [ + // 44, 94, 164, 192, 64, 103, 17, 233, + // 146, 52, 155, 29, 235, 77, 59, 125, + // 44, 94, 164, 193, 64, 103, 17, 233, + // 146, 52, 155, 29, 235, 77, 59, 125 + // ] + +``` + +### Version 3 + +```javascript +const uuidv3 = require('uuid/v3'); + +// Incantations +uuidv3(name, namespace); +uuidv3(name, namespace, buffer); +uuidv3(name, namespace, buffer, offset); +``` + +Generate and return a RFC4122 v3 UUID. + +* `name` - (String | Array[]) "name" to create UUID with +* `namespace` - (String | Array[]) "namespace" UUID either as a String or Array[16] of byte values +* `buffer` - (Array | Buffer) Array or buffer where UUID bytes are to be written. +* `offset` - (Number) Starting index in `buffer` at which to begin writing. Default = 0 + +Returns `buffer`, if specified, otherwise the string form of the UUID + +Example: + +```javascript +uuidv3('hello world', MY_NAMESPACE); // ⇨ '042ffd34-d989-321c-ad06-f60826172424' + +``` + +### Version 4 + +```javascript +const uuidv4 = require('uuid/v4') + +// Incantations +uuidv4(); +uuidv4(options); +uuidv4(options, buffer, offset); +``` + +Generate and return a RFC4122 v4 UUID. + +* `options` - (Object) Optional uuid state to apply. Properties may include: + * `random` - (Number[16]) Array of 16 numbers (0-255) to use in place of randomly generated values + * `rng` - (Function) Random # generator function that returns an Array[16] of byte values (0-255) +* `buffer` - (Array | Buffer) Array or buffer where UUID bytes are to be written. +* `offset` - (Number) Starting index in `buffer` at which to begin writing. + +Returns `buffer`, if specified, otherwise the string form of the UUID + +Example: Generate string UUID with predefined `random` values + +```javascript +const v4options = { + random: [ + 0x10, 0x91, 0x56, 0xbe, 0xc4, 0xfb, 0xc1, 0xea, + 0x71, 0xb4, 0xef, 0xe1, 0x67, 0x1c, 0x58, 0x36 + ] +}; +uuidv4(v4options); // ⇨ '109156be-c4fb-41ea-b1b4-efe1671c5836' + +``` + +Example: Generate two IDs in a single buffer + +```javascript +const buffer = new Array(); +uuidv4(null, buffer, 0); // ⇨ + // [ + // 155, 29, 235, 77, 59, + // 125, 75, 173, 155, 221, + // 43, 13, 123, 61, 203, + // 109 + // ] +uuidv4(null, buffer, 16); // ⇨ + // [ + // 155, 29, 235, 77, 59, 125, 75, 173, + // 155, 221, 43, 13, 123, 61, 203, 109, + // 27, 157, 107, 205, 187, 253, 75, 45, + // 155, 93, 171, 141, 251, 189, 75, 237 + // ] + +``` + +### Version 5 + +```javascript +const uuidv5 = require('uuid/v5'); + +// Incantations +uuidv5(name, namespace); +uuidv5(name, namespace, buffer); +uuidv5(name, namespace, buffer, offset); +``` + +Generate and return a RFC4122 v5 UUID. + +* `name` - (String | Array[]) "name" to create UUID with +* `namespace` - (String | Array[]) "namespace" UUID either as a String or Array[16] of byte values +* `buffer` - (Array | Buffer) Array or buffer where UUID bytes are to be written. +* `offset` - (Number) Starting index in `buffer` at which to begin writing. Default = 0 + +Returns `buffer`, if specified, otherwise the string form of the UUID + +Example: + +```javascript +uuidv5('hello world', MY_NAMESPACE); // ⇨ '9f282611-e0fd-5650-8953-89c8e342da0b' + +``` + +## Command Line + +UUIDs can be generated from the command line with the `uuid` command. + +```shell +$ uuid +ddeb27fb-d9a0-4624-be4d-4615062daed4 + +$ uuid v1 +02d37060-d446-11e7-a9fa-7bdae751ebe1 +``` + +Type `uuid --help` for usage details + +## Testing + +```shell +npm test +``` + +---- +Markdown generated from [README_js.md](README_js.md) by [![RunMD Logo](http://i.imgur.com/h0FVyzU.png)](https://github.com/broofa/runmd) \ No newline at end of file diff --git a/node_modules/uuid/bin/uuid b/node_modules/uuid/bin/uuid new file mode 100755 index 0000000..502626e --- /dev/null +++ b/node_modules/uuid/bin/uuid @@ -0,0 +1,65 @@ +#!/usr/bin/env node +var assert = require('assert'); + +function usage() { + console.log('Usage:'); + console.log(' uuid'); + console.log(' uuid v1'); + console.log(' uuid v3 '); + console.log(' uuid v4'); + console.log(' uuid v5 '); + console.log(' uuid --help'); + console.log('\nNote: may be "URL" or "DNS" to use the corresponding UUIDs defined by RFC4122'); +} + +var args = process.argv.slice(2); + +if (args.indexOf('--help') >= 0) { + usage(); + process.exit(0); +} +var version = args.shift() || 'v4'; + +switch (version) { + case 'v1': + var uuidV1 = require('../v1'); + console.log(uuidV1()); + break; + + case 'v3': + var uuidV3 = require('../v3'); + + var name = args.shift(); + var namespace = args.shift(); + assert(name != null, 'v3 name not specified'); + assert(namespace != null, 'v3 namespace not specified'); + + if (namespace == 'URL') namespace = uuidV3.URL; + if (namespace == 'DNS') namespace = uuidV3.DNS; + + console.log(uuidV3(name, namespace)); + break; + + case 'v4': + var uuidV4 = require('../v4'); + console.log(uuidV4()); + break; + + case 'v5': + var uuidV5 = require('../v5'); + + var name = args.shift(); + var namespace = args.shift(); + assert(name != null, 'v5 name not specified'); + assert(namespace != null, 'v5 namespace not specified'); + + if (namespace == 'URL') namespace = uuidV5.URL; + if (namespace == 'DNS') namespace = uuidV5.DNS; + + console.log(uuidV5(name, namespace)); + break; + + default: + usage(); + process.exit(1); +} diff --git a/node_modules/uuid/index.js b/node_modules/uuid/index.js new file mode 100644 index 0000000..e96791a --- /dev/null +++ b/node_modules/uuid/index.js @@ -0,0 +1,8 @@ +var v1 = require('./v1'); +var v4 = require('./v4'); + +var uuid = v4; +uuid.v1 = v1; +uuid.v4 = v4; + +module.exports = uuid; diff --git a/node_modules/uuid/lib/bytesToUuid.js b/node_modules/uuid/lib/bytesToUuid.js new file mode 100644 index 0000000..24b6041 --- /dev/null +++ b/node_modules/uuid/lib/bytesToUuid.js @@ -0,0 +1,26 @@ +/** + * Convert array of 16 byte values to UUID string format of the form: + * XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX + */ +var byteToHex = []; +for (var i = 0; i < 256; ++i) { + byteToHex[i] = (i + 0x100).toString(16).substr(1); +} + +function bytesToUuid(buf, offset) { + var i = offset || 0; + var bth = byteToHex; + // join used to fix memory issue caused by concatenation: https://bugs.chromium.org/p/v8/issues/detail?id=3175#c4 + return ([ + bth[buf[i++]], bth[buf[i++]], + bth[buf[i++]], bth[buf[i++]], '-', + bth[buf[i++]], bth[buf[i++]], '-', + bth[buf[i++]], bth[buf[i++]], '-', + bth[buf[i++]], bth[buf[i++]], '-', + bth[buf[i++]], bth[buf[i++]], + bth[buf[i++]], bth[buf[i++]], + bth[buf[i++]], bth[buf[i++]] + ]).join(''); +} + +module.exports = bytesToUuid; diff --git a/node_modules/uuid/lib/md5-browser.js b/node_modules/uuid/lib/md5-browser.js new file mode 100644 index 0000000..9b3b6c7 --- /dev/null +++ b/node_modules/uuid/lib/md5-browser.js @@ -0,0 +1,216 @@ +/* + * Browser-compatible JavaScript MD5 + * + * Modification of JavaScript MD5 + * https://github.com/blueimp/JavaScript-MD5 + * + * Copyright 2011, Sebastian Tschan + * https://blueimp.net + * + * Licensed under the MIT license: + * https://opensource.org/licenses/MIT + * + * Based on + * A JavaScript implementation of the RSA Data Security, Inc. MD5 Message + * Digest Algorithm, as defined in RFC 1321. + * Version 2.2 Copyright (C) Paul Johnston 1999 - 2009 + * Other contributors: Greg Holt, Andrew Kepert, Ydnar, Lostinet + * Distributed under the BSD License + * See http://pajhome.org.uk/crypt/md5 for more info. + */ + +'use strict'; + +function md5(bytes) { + if (typeof(bytes) == 'string') { + var msg = unescape(encodeURIComponent(bytes)); // UTF8 escape + bytes = new Array(msg.length); + for (var i = 0; i < msg.length; i++) bytes[i] = msg.charCodeAt(i); + } + + return md5ToHexEncodedArray( + wordsToMd5( + bytesToWords(bytes) + , bytes.length * 8) + ); +} + + +/* +* Convert an array of little-endian words to an array of bytes +*/ +function md5ToHexEncodedArray(input) { + var i; + var x; + var output = []; + var length32 = input.length * 32; + var hexTab = '0123456789abcdef'; + var hex; + + for (i = 0; i < length32; i += 8) { + x = (input[i >> 5] >>> (i % 32)) & 0xFF; + + hex = parseInt(hexTab.charAt((x >>> 4) & 0x0F) + hexTab.charAt(x & 0x0F), 16); + + output.push(hex); + } + return output; +} + +/* +* Calculate the MD5 of an array of little-endian words, and a bit length. +*/ +function wordsToMd5(x, len) { + /* append padding */ + x[len >> 5] |= 0x80 << (len % 32); + x[(((len + 64) >>> 9) << 4) + 14] = len; + + var i; + var olda; + var oldb; + var oldc; + var oldd; + var a = 1732584193; + var b = -271733879; + var c = -1732584194; + + var d = 271733878; + + for (i = 0; i < x.length; i += 16) { + olda = a; + oldb = b; + oldc = c; + oldd = d; + + a = md5ff(a, b, c, d, x[i], 7, -680876936); + d = md5ff(d, a, b, c, x[i + 1], 12, -389564586); + c = md5ff(c, d, a, b, x[i + 2], 17, 606105819); + b = md5ff(b, c, d, a, x[i + 3], 22, -1044525330); + a = md5ff(a, b, c, d, x[i + 4], 7, -176418897); + d = md5ff(d, a, b, c, x[i + 5], 12, 1200080426); + c = md5ff(c, d, a, b, x[i + 6], 17, -1473231341); + b = md5ff(b, c, d, a, x[i + 7], 22, -45705983); + a = md5ff(a, b, c, d, x[i + 8], 7, 1770035416); + d = md5ff(d, a, b, c, x[i + 9], 12, -1958414417); + c = md5ff(c, d, a, b, x[i + 10], 17, -42063); + b = md5ff(b, c, d, a, x[i + 11], 22, -1990404162); + a = md5ff(a, b, c, d, x[i + 12], 7, 1804603682); + d = md5ff(d, a, b, c, x[i + 13], 12, -40341101); + c = md5ff(c, d, a, b, x[i + 14], 17, -1502002290); + b = md5ff(b, c, d, a, x[i + 15], 22, 1236535329); + + a = md5gg(a, b, c, d, x[i + 1], 5, -165796510); + d = md5gg(d, a, b, c, x[i + 6], 9, -1069501632); + c = md5gg(c, d, a, b, x[i + 11], 14, 643717713); + b = md5gg(b, c, d, a, x[i], 20, -373897302); + a = md5gg(a, b, c, d, x[i + 5], 5, -701558691); + d = md5gg(d, a, b, c, x[i + 10], 9, 38016083); + c = md5gg(c, d, a, b, x[i + 15], 14, -660478335); + b = md5gg(b, c, d, a, x[i + 4], 20, -405537848); + a = md5gg(a, b, c, d, x[i + 9], 5, 568446438); + d = md5gg(d, a, b, c, x[i + 14], 9, -1019803690); + c = md5gg(c, d, a, b, x[i + 3], 14, -187363961); + b = md5gg(b, c, d, a, x[i + 8], 20, 1163531501); + a = md5gg(a, b, c, d, x[i + 13], 5, -1444681467); + d = md5gg(d, a, b, c, x[i + 2], 9, -51403784); + c = md5gg(c, d, a, b, x[i + 7], 14, 1735328473); + b = md5gg(b, c, d, a, x[i + 12], 20, -1926607734); + + a = md5hh(a, b, c, d, x[i + 5], 4, -378558); + d = md5hh(d, a, b, c, x[i + 8], 11, -2022574463); + c = md5hh(c, d, a, b, x[i + 11], 16, 1839030562); + b = md5hh(b, c, d, a, x[i + 14], 23, -35309556); + a = md5hh(a, b, c, d, x[i + 1], 4, -1530992060); + d = md5hh(d, a, b, c, x[i + 4], 11, 1272893353); + c = md5hh(c, d, a, b, x[i + 7], 16, -155497632); + b = md5hh(b, c, d, a, x[i + 10], 23, -1094730640); + a = md5hh(a, b, c, d, x[i + 13], 4, 681279174); + d = md5hh(d, a, b, c, x[i], 11, -358537222); + c = md5hh(c, d, a, b, x[i + 3], 16, -722521979); + b = md5hh(b, c, d, a, x[i + 6], 23, 76029189); + a = md5hh(a, b, c, d, x[i + 9], 4, -640364487); + d = md5hh(d, a, b, c, x[i + 12], 11, -421815835); + c = md5hh(c, d, a, b, x[i + 15], 16, 530742520); + b = md5hh(b, c, d, a, x[i + 2], 23, -995338651); + + a = md5ii(a, b, c, d, x[i], 6, -198630844); + d = md5ii(d, a, b, c, x[i + 7], 10, 1126891415); + c = md5ii(c, d, a, b, x[i + 14], 15, -1416354905); + b = md5ii(b, c, d, a, x[i + 5], 21, -57434055); + a = md5ii(a, b, c, d, x[i + 12], 6, 1700485571); + d = md5ii(d, a, b, c, x[i + 3], 10, -1894986606); + c = md5ii(c, d, a, b, x[i + 10], 15, -1051523); + b = md5ii(b, c, d, a, x[i + 1], 21, -2054922799); + a = md5ii(a, b, c, d, x[i + 8], 6, 1873313359); + d = md5ii(d, a, b, c, x[i + 15], 10, -30611744); + c = md5ii(c, d, a, b, x[i + 6], 15, -1560198380); + b = md5ii(b, c, d, a, x[i + 13], 21, 1309151649); + a = md5ii(a, b, c, d, x[i + 4], 6, -145523070); + d = md5ii(d, a, b, c, x[i + 11], 10, -1120210379); + c = md5ii(c, d, a, b, x[i + 2], 15, 718787259); + b = md5ii(b, c, d, a, x[i + 9], 21, -343485551); + + a = safeAdd(a, olda); + b = safeAdd(b, oldb); + c = safeAdd(c, oldc); + d = safeAdd(d, oldd); + } + return [a, b, c, d]; +} + +/* +* Convert an array bytes to an array of little-endian words +* Characters >255 have their high-byte silently ignored. +*/ +function bytesToWords(input) { + var i; + var output = []; + output[(input.length >> 2) - 1] = undefined; + for (i = 0; i < output.length; i += 1) { + output[i] = 0; + } + var length8 = input.length * 8; + for (i = 0; i < length8; i += 8) { + output[i >> 5] |= (input[(i / 8)] & 0xFF) << (i % 32); + } + + return output; +} + +/* +* Add integers, wrapping at 2^32. This uses 16-bit operations internally +* to work around bugs in some JS interpreters. +*/ +function safeAdd(x, y) { + var lsw = (x & 0xFFFF) + (y & 0xFFFF); + var msw = (x >> 16) + (y >> 16) + (lsw >> 16); + return (msw << 16) | (lsw & 0xFFFF); +} + +/* +* Bitwise rotate a 32-bit number to the left. +*/ +function bitRotateLeft(num, cnt) { + return (num << cnt) | (num >>> (32 - cnt)); +} + +/* +* These functions implement the four basic operations the algorithm uses. +*/ +function md5cmn(q, a, b, x, s, t) { + return safeAdd(bitRotateLeft(safeAdd(safeAdd(a, q), safeAdd(x, t)), s), b); +} +function md5ff(a, b, c, d, x, s, t) { + return md5cmn((b & c) | ((~b) & d), a, b, x, s, t); +} +function md5gg(a, b, c, d, x, s, t) { + return md5cmn((b & d) | (c & (~d)), a, b, x, s, t); +} +function md5hh(a, b, c, d, x, s, t) { + return md5cmn(b ^ c ^ d, a, b, x, s, t); +} +function md5ii(a, b, c, d, x, s, t) { + return md5cmn(c ^ (b | (~d)), a, b, x, s, t); +} + +module.exports = md5; diff --git a/node_modules/uuid/lib/md5.js b/node_modules/uuid/lib/md5.js new file mode 100644 index 0000000..7044b87 --- /dev/null +++ b/node_modules/uuid/lib/md5.js @@ -0,0 +1,25 @@ +'use strict'; + +var crypto = require('crypto'); + +function md5(bytes) { + if (typeof Buffer.from === 'function') { + // Modern Buffer API + if (Array.isArray(bytes)) { + bytes = Buffer.from(bytes); + } else if (typeof bytes === 'string') { + bytes = Buffer.from(bytes, 'utf8'); + } + } else { + // Pre-v4 Buffer API + if (Array.isArray(bytes)) { + bytes = new Buffer(bytes); + } else if (typeof bytes === 'string') { + bytes = new Buffer(bytes, 'utf8'); + } + } + + return crypto.createHash('md5').update(bytes).digest(); +} + +module.exports = md5; diff --git a/node_modules/uuid/lib/rng-browser.js b/node_modules/uuid/lib/rng-browser.js new file mode 100644 index 0000000..6361fb8 --- /dev/null +++ b/node_modules/uuid/lib/rng-browser.js @@ -0,0 +1,34 @@ +// Unique ID creation requires a high quality random # generator. In the +// browser this is a little complicated due to unknown quality of Math.random() +// and inconsistent support for the `crypto` API. We do the best we can via +// feature-detection + +// getRandomValues needs to be invoked in a context where "this" is a Crypto +// implementation. Also, find the complete implementation of crypto on IE11. +var getRandomValues = (typeof(crypto) != 'undefined' && crypto.getRandomValues && crypto.getRandomValues.bind(crypto)) || + (typeof(msCrypto) != 'undefined' && typeof window.msCrypto.getRandomValues == 'function' && msCrypto.getRandomValues.bind(msCrypto)); + +if (getRandomValues) { + // WHATWG crypto RNG - http://wiki.whatwg.org/wiki/Crypto + var rnds8 = new Uint8Array(16); // eslint-disable-line no-undef + + module.exports = function whatwgRNG() { + getRandomValues(rnds8); + return rnds8; + }; +} else { + // Math.random()-based (RNG) + // + // If all else fails, use Math.random(). It's fast, but is of unspecified + // quality. + var rnds = new Array(16); + + module.exports = function mathRNG() { + for (var i = 0, r; i < 16; i++) { + if ((i & 0x03) === 0) r = Math.random() * 0x100000000; + rnds[i] = r >>> ((i & 0x03) << 3) & 0xff; + } + + return rnds; + }; +} diff --git a/node_modules/uuid/lib/rng.js b/node_modules/uuid/lib/rng.js new file mode 100644 index 0000000..58f0dc9 --- /dev/null +++ b/node_modules/uuid/lib/rng.js @@ -0,0 +1,8 @@ +// Unique ID creation requires a high quality random # generator. In node.js +// this is pretty straight-forward - we use the crypto API. + +var crypto = require('crypto'); + +module.exports = function nodeRNG() { + return crypto.randomBytes(16); +}; diff --git a/node_modules/uuid/lib/sha1-browser.js b/node_modules/uuid/lib/sha1-browser.js new file mode 100644 index 0000000..5758ed7 --- /dev/null +++ b/node_modules/uuid/lib/sha1-browser.js @@ -0,0 +1,89 @@ +// Adapted from Chris Veness' SHA1 code at +// http://www.movable-type.co.uk/scripts/sha1.html +'use strict'; + +function f(s, x, y, z) { + switch (s) { + case 0: return (x & y) ^ (~x & z); + case 1: return x ^ y ^ z; + case 2: return (x & y) ^ (x & z) ^ (y & z); + case 3: return x ^ y ^ z; + } +} + +function ROTL(x, n) { + return (x << n) | (x>>> (32 - n)); +} + +function sha1(bytes) { + var K = [0x5a827999, 0x6ed9eba1, 0x8f1bbcdc, 0xca62c1d6]; + var H = [0x67452301, 0xefcdab89, 0x98badcfe, 0x10325476, 0xc3d2e1f0]; + + if (typeof(bytes) == 'string') { + var msg = unescape(encodeURIComponent(bytes)); // UTF8 escape + bytes = new Array(msg.length); + for (var i = 0; i < msg.length; i++) bytes[i] = msg.charCodeAt(i); + } + + bytes.push(0x80); + + var l = bytes.length/4 + 2; + var N = Math.ceil(l/16); + var M = new Array(N); + + for (var i=0; i>> 0; + e = d; + d = c; + c = ROTL(b, 30) >>> 0; + b = a; + a = T; + } + + H[0] = (H[0] + a) >>> 0; + H[1] = (H[1] + b) >>> 0; + H[2] = (H[2] + c) >>> 0; + H[3] = (H[3] + d) >>> 0; + H[4] = (H[4] + e) >>> 0; + } + + return [ + H[0] >> 24 & 0xff, H[0] >> 16 & 0xff, H[0] >> 8 & 0xff, H[0] & 0xff, + H[1] >> 24 & 0xff, H[1] >> 16 & 0xff, H[1] >> 8 & 0xff, H[1] & 0xff, + H[2] >> 24 & 0xff, H[2] >> 16 & 0xff, H[2] >> 8 & 0xff, H[2] & 0xff, + H[3] >> 24 & 0xff, H[3] >> 16 & 0xff, H[3] >> 8 & 0xff, H[3] & 0xff, + H[4] >> 24 & 0xff, H[4] >> 16 & 0xff, H[4] >> 8 & 0xff, H[4] & 0xff + ]; +} + +module.exports = sha1; diff --git a/node_modules/uuid/lib/sha1.js b/node_modules/uuid/lib/sha1.js new file mode 100644 index 0000000..0b54b25 --- /dev/null +++ b/node_modules/uuid/lib/sha1.js @@ -0,0 +1,25 @@ +'use strict'; + +var crypto = require('crypto'); + +function sha1(bytes) { + if (typeof Buffer.from === 'function') { + // Modern Buffer API + if (Array.isArray(bytes)) { + bytes = Buffer.from(bytes); + } else if (typeof bytes === 'string') { + bytes = Buffer.from(bytes, 'utf8'); + } + } else { + // Pre-v4 Buffer API + if (Array.isArray(bytes)) { + bytes = new Buffer(bytes); + } else if (typeof bytes === 'string') { + bytes = new Buffer(bytes, 'utf8'); + } + } + + return crypto.createHash('sha1').update(bytes).digest(); +} + +module.exports = sha1; diff --git a/node_modules/uuid/lib/v35.js b/node_modules/uuid/lib/v35.js new file mode 100644 index 0000000..8b066cc --- /dev/null +++ b/node_modules/uuid/lib/v35.js @@ -0,0 +1,57 @@ +var bytesToUuid = require('./bytesToUuid'); + +function uuidToBytes(uuid) { + // Note: We assume we're being passed a valid uuid string + var bytes = []; + uuid.replace(/[a-fA-F0-9]{2}/g, function(hex) { + bytes.push(parseInt(hex, 16)); + }); + + return bytes; +} + +function stringToBytes(str) { + str = unescape(encodeURIComponent(str)); // UTF8 escape + var bytes = new Array(str.length); + for (var i = 0; i < str.length; i++) { + bytes[i] = str.charCodeAt(i); + } + return bytes; +} + +module.exports = function(name, version, hashfunc) { + var generateUUID = function(value, namespace, buf, offset) { + var off = buf && offset || 0; + + if (typeof(value) == 'string') value = stringToBytes(value); + if (typeof(namespace) == 'string') namespace = uuidToBytes(namespace); + + if (!Array.isArray(value)) throw TypeError('value must be an array of bytes'); + if (!Array.isArray(namespace) || namespace.length !== 16) throw TypeError('namespace must be uuid string or an Array of 16 byte values'); + + // Per 4.3 + var bytes = hashfunc(namespace.concat(value)); + bytes[6] = (bytes[6] & 0x0f) | version; + bytes[8] = (bytes[8] & 0x3f) | 0x80; + + if (buf) { + for (var idx = 0; idx < 16; ++idx) { + buf[off+idx] = bytes[idx]; + } + } + + return buf || bytesToUuid(bytes); + }; + + // Function#name is not settable on some platforms (#270) + try { + generateUUID.name = name; + } catch (err) { + } + + // Pre-defined namespaces, per Appendix C + generateUUID.DNS = '6ba7b810-9dad-11d1-80b4-00c04fd430c8'; + generateUUID.URL = '6ba7b811-9dad-11d1-80b4-00c04fd430c8'; + + return generateUUID; +}; diff --git a/node_modules/uuid/package.json b/node_modules/uuid/package.json new file mode 100644 index 0000000..efc07b8 --- /dev/null +++ b/node_modules/uuid/package.json @@ -0,0 +1,49 @@ +{ + "name": "uuid", + "version": "3.4.0", + "description": "RFC4122 (v1, v4, and v5) UUIDs", + "commitlint": { + "extends": [ + "@commitlint/config-conventional" + ] + }, + "keywords": [ + "uuid", + "guid", + "rfc4122" + ], + "license": "MIT", + "bin": { + "uuid": "./bin/uuid" + }, + "devDependencies": { + "@commitlint/cli": "~8.2.0", + "@commitlint/config-conventional": "~8.2.0", + "eslint": "~6.4.0", + "husky": "~3.0.5", + "mocha": "6.2.0", + "runmd": "1.2.1", + "standard-version": "7.0.0" + }, + "scripts": { + "lint": "eslint .", + "test": "npm run lint && mocha test/test.js", + "md": "runmd --watch --output=README.md README_js.md", + "release": "standard-version", + "prepare": "runmd --output=README.md README_js.md" + }, + "browser": { + "./lib/rng.js": "./lib/rng-browser.js", + "./lib/sha1.js": "./lib/sha1-browser.js", + "./lib/md5.js": "./lib/md5-browser.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/uuidjs/uuid.git" + }, + "husky": { + "hooks": { + "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" + } + } +} diff --git a/node_modules/uuid/v1.js b/node_modules/uuid/v1.js new file mode 100644 index 0000000..8c245de --- /dev/null +++ b/node_modules/uuid/v1.js @@ -0,0 +1,109 @@ +var rng = require('./lib/rng'); +var bytesToUuid = require('./lib/bytesToUuid'); + +// **`v1()` - Generate time-based UUID** +// +// Inspired by https://github.com/LiosK/UUID.js +// and http://docs.python.org/library/uuid.html + +var _nodeId; +var _clockseq; + +// Previous uuid creation time +var _lastMSecs = 0; +var _lastNSecs = 0; + +// See https://github.com/uuidjs/uuid for API details +function v1(options, buf, offset) { + var i = buf && offset || 0; + var b = buf || []; + + options = options || {}; + var node = options.node || _nodeId; + var clockseq = options.clockseq !== undefined ? options.clockseq : _clockseq; + + // node and clockseq need to be initialized to random values if they're not + // specified. We do this lazily to minimize issues related to insufficient + // system entropy. See #189 + if (node == null || clockseq == null) { + var seedBytes = rng(); + if (node == null) { + // Per 4.5, create and 48-bit node id, (47 random bits + multicast bit = 1) + node = _nodeId = [ + seedBytes[0] | 0x01, + seedBytes[1], seedBytes[2], seedBytes[3], seedBytes[4], seedBytes[5] + ]; + } + if (clockseq == null) { + // Per 4.2.2, randomize (14 bit) clockseq + clockseq = _clockseq = (seedBytes[6] << 8 | seedBytes[7]) & 0x3fff; + } + } + + // UUID timestamps are 100 nano-second units since the Gregorian epoch, + // (1582-10-15 00:00). JSNumbers aren't precise enough for this, so + // time is handled internally as 'msecs' (integer milliseconds) and 'nsecs' + // (100-nanoseconds offset from msecs) since unix epoch, 1970-01-01 00:00. + var msecs = options.msecs !== undefined ? options.msecs : new Date().getTime(); + + // Per 4.2.1.2, use count of uuid's generated during the current clock + // cycle to simulate higher resolution clock + var nsecs = options.nsecs !== undefined ? options.nsecs : _lastNSecs + 1; + + // Time since last uuid creation (in msecs) + var dt = (msecs - _lastMSecs) + (nsecs - _lastNSecs)/10000; + + // Per 4.2.1.2, Bump clockseq on clock regression + if (dt < 0 && options.clockseq === undefined) { + clockseq = clockseq + 1 & 0x3fff; + } + + // Reset nsecs if clock regresses (new clockseq) or we've moved onto a new + // time interval + if ((dt < 0 || msecs > _lastMSecs) && options.nsecs === undefined) { + nsecs = 0; + } + + // Per 4.2.1.2 Throw error if too many uuids are requested + if (nsecs >= 10000) { + throw new Error('uuid.v1(): Can\'t create more than 10M uuids/sec'); + } + + _lastMSecs = msecs; + _lastNSecs = nsecs; + _clockseq = clockseq; + + // Per 4.1.4 - Convert from unix epoch to Gregorian epoch + msecs += 12219292800000; + + // `time_low` + var tl = ((msecs & 0xfffffff) * 10000 + nsecs) % 0x100000000; + b[i++] = tl >>> 24 & 0xff; + b[i++] = tl >>> 16 & 0xff; + b[i++] = tl >>> 8 & 0xff; + b[i++] = tl & 0xff; + + // `time_mid` + var tmh = (msecs / 0x100000000 * 10000) & 0xfffffff; + b[i++] = tmh >>> 8 & 0xff; + b[i++] = tmh & 0xff; + + // `time_high_and_version` + b[i++] = tmh >>> 24 & 0xf | 0x10; // include version + b[i++] = tmh >>> 16 & 0xff; + + // `clock_seq_hi_and_reserved` (Per 4.2.2 - include variant) + b[i++] = clockseq >>> 8 | 0x80; + + // `clock_seq_low` + b[i++] = clockseq & 0xff; + + // `node` + for (var n = 0; n < 6; ++n) { + b[i + n] = node[n]; + } + + return buf ? buf : bytesToUuid(b); +} + +module.exports = v1; diff --git a/node_modules/uuid/v3.js b/node_modules/uuid/v3.js new file mode 100644 index 0000000..ee7e14c --- /dev/null +++ b/node_modules/uuid/v3.js @@ -0,0 +1,4 @@ +var v35 = require('./lib/v35.js'); +var md5 = require('./lib/md5'); + +module.exports = v35('v3', 0x30, md5); \ No newline at end of file diff --git a/node_modules/uuid/v4.js b/node_modules/uuid/v4.js new file mode 100644 index 0000000..1f07be1 --- /dev/null +++ b/node_modules/uuid/v4.js @@ -0,0 +1,29 @@ +var rng = require('./lib/rng'); +var bytesToUuid = require('./lib/bytesToUuid'); + +function v4(options, buf, offset) { + var i = buf && offset || 0; + + if (typeof(options) == 'string') { + buf = options === 'binary' ? new Array(16) : null; + options = null; + } + options = options || {}; + + var rnds = options.random || (options.rng || rng)(); + + // Per 4.4, set bits for version and `clock_seq_hi_and_reserved` + rnds[6] = (rnds[6] & 0x0f) | 0x40; + rnds[8] = (rnds[8] & 0x3f) | 0x80; + + // Copy bytes to buffer, if provided + if (buf) { + for (var ii = 0; ii < 16; ++ii) { + buf[i + ii] = rnds[ii]; + } + } + + return buf || bytesToUuid(rnds); +} + +module.exports = v4; diff --git a/node_modules/uuid/v5.js b/node_modules/uuid/v5.js new file mode 100644 index 0000000..4945baf --- /dev/null +++ b/node_modules/uuid/v5.js @@ -0,0 +1,3 @@ +var v35 = require('./lib/v35.js'); +var sha1 = require('./lib/sha1'); +module.exports = v35('v5', 0x50, sha1); diff --git a/node_modules/vary/HISTORY.md b/node_modules/vary/HISTORY.md new file mode 100644 index 0000000..f6cbcf7 --- /dev/null +++ b/node_modules/vary/HISTORY.md @@ -0,0 +1,39 @@ +1.1.2 / 2017-09-23 +================== + + * perf: improve header token parsing speed + +1.1.1 / 2017-03-20 +================== + + * perf: hoist regular expression + +1.1.0 / 2015-09-29 +================== + + * Only accept valid field names in the `field` argument + - Ensures the resulting string is a valid HTTP header value + +1.0.1 / 2015-07-08 +================== + + * Fix setting empty header from empty `field` + * perf: enable strict mode + * perf: remove argument reassignments + +1.0.0 / 2014-08-10 +================== + + * Accept valid `Vary` header string as `field` + * Add `vary.append` for low-level string manipulation + * Move to `jshttp` orgainzation + +0.1.0 / 2014-06-05 +================== + + * Support array of fields to set + +0.0.0 / 2014-06-04 +================== + + * Initial release diff --git a/node_modules/vary/LICENSE b/node_modules/vary/LICENSE new file mode 100644 index 0000000..84441fb --- /dev/null +++ b/node_modules/vary/LICENSE @@ -0,0 +1,22 @@ +(The MIT License) + +Copyright (c) 2014-2017 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/vary/README.md b/node_modules/vary/README.md new file mode 100644 index 0000000..cc000b3 --- /dev/null +++ b/node_modules/vary/README.md @@ -0,0 +1,101 @@ +# vary + +[![NPM Version][npm-image]][npm-url] +[![NPM Downloads][downloads-image]][downloads-url] +[![Node.js Version][node-version-image]][node-version-url] +[![Build Status][travis-image]][travis-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +Manipulate the HTTP Vary header + +## Installation + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```sh +$ npm install vary +``` + +## API + + + +```js +var vary = require('vary') +``` + +### vary(res, field) + +Adds the given header `field` to the `Vary` response header of `res`. +This can be a string of a single field, a string of a valid `Vary` +header, or an array of multiple fields. + +This will append the header if not already listed, otherwise leaves +it listed in the current location. + + + +```js +// Append "Origin" to the Vary header of the response +vary(res, 'Origin') +``` + +### vary.append(header, field) + +Adds the given header `field` to the `Vary` response header string `header`. +This can be a string of a single field, a string of a valid `Vary` header, +or an array of multiple fields. + +This will append the header if not already listed, otherwise leaves +it listed in the current location. The new header string is returned. + + + +```js +// Get header string appending "Origin" to "Accept, User-Agent" +vary.append('Accept, User-Agent', 'Origin') +``` + +## Examples + +### Updating the Vary header when content is based on it + +```js +var http = require('http') +var vary = require('vary') + +http.createServer(function onRequest (req, res) { + // about to user-agent sniff + vary(res, 'User-Agent') + + var ua = req.headers['user-agent'] || '' + var isMobile = /mobi|android|touch|mini/i.test(ua) + + // serve site, depending on isMobile + res.setHeader('Content-Type', 'text/html') + res.end('You are (probably) ' + (isMobile ? '' : 'not ') + 'a mobile user') +}) +``` + +## Testing + +```sh +$ npm test +``` + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/vary.svg +[npm-url]: https://npmjs.org/package/vary +[node-version-image]: https://img.shields.io/node/v/vary.svg +[node-version-url]: https://nodejs.org/en/download +[travis-image]: https://img.shields.io/travis/jshttp/vary/master.svg +[travis-url]: https://travis-ci.org/jshttp/vary +[coveralls-image]: https://img.shields.io/coveralls/jshttp/vary/master.svg +[coveralls-url]: https://coveralls.io/r/jshttp/vary +[downloads-image]: https://img.shields.io/npm/dm/vary.svg +[downloads-url]: https://npmjs.org/package/vary diff --git a/node_modules/vary/index.js b/node_modules/vary/index.js new file mode 100644 index 0000000..5b5e741 --- /dev/null +++ b/node_modules/vary/index.js @@ -0,0 +1,149 @@ +/*! + * vary + * Copyright(c) 2014-2017 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module exports. + */ + +module.exports = vary +module.exports.append = append + +/** + * RegExp to match field-name in RFC 7230 sec 3.2 + * + * field-name = token + * token = 1*tchar + * tchar = "!" / "#" / "$" / "%" / "&" / "'" / "*" + * / "+" / "-" / "." / "^" / "_" / "`" / "|" / "~" + * / DIGIT / ALPHA + * ; any VCHAR, except delimiters + */ + +var FIELD_NAME_REGEXP = /^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/ + +/** + * Append a field to a vary header. + * + * @param {String} header + * @param {String|Array} field + * @return {String} + * @public + */ + +function append (header, field) { + if (typeof header !== 'string') { + throw new TypeError('header argument is required') + } + + if (!field) { + throw new TypeError('field argument is required') + } + + // get fields array + var fields = !Array.isArray(field) + ? parse(String(field)) + : field + + // assert on invalid field names + for (var j = 0; j < fields.length; j++) { + if (!FIELD_NAME_REGEXP.test(fields[j])) { + throw new TypeError('field argument contains an invalid header name') + } + } + + // existing, unspecified vary + if (header === '*') { + return header + } + + // enumerate current values + var val = header + var vals = parse(header.toLowerCase()) + + // unspecified vary + if (fields.indexOf('*') !== -1 || vals.indexOf('*') !== -1) { + return '*' + } + + for (var i = 0; i < fields.length; i++) { + var fld = fields[i].toLowerCase() + + // append value (case-preserving) + if (vals.indexOf(fld) === -1) { + vals.push(fld) + val = val + ? val + ', ' + fields[i] + : fields[i] + } + } + + return val +} + +/** + * Parse a vary header into an array. + * + * @param {String} header + * @return {Array} + * @private + */ + +function parse (header) { + var end = 0 + var list = [] + var start = 0 + + // gather tokens + for (var i = 0, len = header.length; i < len; i++) { + switch (header.charCodeAt(i)) { + case 0x20: /* */ + if (start === end) { + start = end = i + 1 + } + break + case 0x2c: /* , */ + list.push(header.substring(start, end)) + start = end = i + 1 + break + default: + end = i + 1 + break + } + } + + // final token + list.push(header.substring(start, end)) + + return list +} + +/** + * Mark that a request is varied on a header field. + * + * @param {Object} res + * @param {String|Array} field + * @public + */ + +function vary (res, field) { + if (!res || !res.getHeader || !res.setHeader) { + // quack quack + throw new TypeError('res argument is required') + } + + // get existing header + var val = res.getHeader('Vary') || '' + var header = Array.isArray(val) + ? val.join(', ') + : String(val) + + // set new header + if ((val = append(header, field))) { + res.setHeader('Vary', val) + } +} diff --git a/node_modules/vary/package.json b/node_modules/vary/package.json new file mode 100644 index 0000000..028f72a --- /dev/null +++ b/node_modules/vary/package.json @@ -0,0 +1,43 @@ +{ + "name": "vary", + "description": "Manipulate the HTTP Vary header", + "version": "1.1.2", + "author": "Douglas Christopher Wilson ", + "license": "MIT", + "keywords": [ + "http", + "res", + "vary" + ], + "repository": "jshttp/vary", + "devDependencies": { + "beautify-benchmark": "0.2.4", + "benchmark": "2.1.4", + "eslint": "3.19.0", + "eslint-config-standard": "10.2.1", + "eslint-plugin-import": "2.7.0", + "eslint-plugin-markdown": "1.0.0-beta.6", + "eslint-plugin-node": "5.1.1", + "eslint-plugin-promise": "3.5.0", + "eslint-plugin-standard": "3.0.1", + "istanbul": "0.4.5", + "mocha": "2.5.3", + "supertest": "1.1.0" + }, + "files": [ + "HISTORY.md", + "LICENSE", + "README.md", + "index.js" + ], + "engines": { + "node": ">= 0.8" + }, + "scripts": { + "bench": "node benchmark/index.js", + "lint": "eslint --plugin markdown --ext js,md .", + "test": "mocha --reporter spec --bail --check-leaks test/", + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", + "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" + } +} diff --git a/node_modules/verror/.npmignore b/node_modules/verror/.npmignore new file mode 100644 index 0000000..f14aec8 --- /dev/null +++ b/node_modules/verror/.npmignore @@ -0,0 +1,9 @@ +.gitignore +.gitmodules +deps +examples +experiments +jsl.node.conf +Makefile +Makefile.targ +test diff --git a/node_modules/verror/CHANGES.md b/node_modules/verror/CHANGES.md new file mode 100644 index 0000000..bbb745a --- /dev/null +++ b/node_modules/verror/CHANGES.md @@ -0,0 +1,28 @@ +# Changelog + +## Not yet released + +None yet. + +## v1.10.0 + +* #49 want convenience functions for MultiErrors + +## v1.9.0 + +* #47 could use VError.hasCauseWithName() + +## v1.8.1 + +* #39 captureStackTrace lost when inheriting from WError + +## v1.8.0 + +* #23 Preserve original stack trace(s) + +## v1.7.0 + +* #10 better support for extra properties on Errors +* #11 make it easy to find causes of a particular kind +* #29 No documentation on how to Install this package +* #36 elide development-only files from npm package diff --git a/node_modules/verror/CONTRIBUTING.md b/node_modules/verror/CONTRIBUTING.md new file mode 100644 index 0000000..750cef8 --- /dev/null +++ b/node_modules/verror/CONTRIBUTING.md @@ -0,0 +1,19 @@ +# Contributing + +This repository uses [cr.joyent.us](https://cr.joyent.us) (Gerrit) for new +changes. Anyone can submit changes. To get started, see the [cr.joyent.us user +guide](https://github.com/joyent/joyent-gerrit/blob/master/docs/user/README.md). +This repo does not use GitHub pull requests. + +See the [Joyent Engineering +Guidelines](https://github.com/joyent/eng/blob/master/docs/index.md) for general +best practices expected in this repository. + +Contributions should be "make prepush" clean. The "prepush" target runs the +"check" target, which requires these separate tools: + +* https://github.com/davepacheco/jsstyle +* https://github.com/davepacheco/javascriptlint + +If you're changing something non-trivial or user-facing, you may want to submit +an issue first. diff --git a/node_modules/verror/LICENSE b/node_modules/verror/LICENSE new file mode 100644 index 0000000..82a5cb8 --- /dev/null +++ b/node_modules/verror/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2016, Joyent, Inc. All rights reserved. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE diff --git a/node_modules/verror/README.md b/node_modules/verror/README.md new file mode 100644 index 0000000..c1f0635 --- /dev/null +++ b/node_modules/verror/README.md @@ -0,0 +1,528 @@ +# verror: rich JavaScript errors + +This module provides several classes in support of Joyent's [Best Practices for +Error Handling in Node.js](http://www.joyent.com/developers/node/design/errors). +If you find any of the behavior here confusing or surprising, check out that +document first. + +The error classes here support: + +* printf-style arguments for the message +* chains of causes +* properties to provide extra information about the error +* creating your own subclasses that support all of these + +The classes here are: + +* **VError**, for chaining errors while preserving each one's error message. + This is useful in servers and command-line utilities when you want to + propagate an error up a call stack, but allow various levels to add their own + context. See examples below. +* **WError**, for wrapping errors while hiding the lower-level messages from the + top-level error. This is useful for API endpoints where you don't want to + expose internal error messages, but you still want to preserve the error chain + for logging and debugging. +* **SError**, which is just like VError but interprets printf-style arguments + more strictly. +* **MultiError**, which is just an Error that encapsulates one or more other + errors. (This is used for parallel operations that return several errors.) + + +# Quick start + +First, install the package: + + npm install verror + +If nothing else, you can use VError as a drop-in replacement for the built-in +JavaScript Error class, with the addition of printf-style messages: + +```javascript +var err = new VError('missing file: "%s"', '/etc/passwd'); +console.log(err.message); +``` + +This prints: + + missing file: "/etc/passwd" + +You can also pass a `cause` argument, which is any other Error object: + +```javascript +var fs = require('fs'); +var filename = '/nonexistent'; +fs.stat(filename, function (err1) { + var err2 = new VError(err1, 'stat "%s"', filename); + console.error(err2.message); +}); +``` + +This prints out: + + stat "/nonexistent": ENOENT, stat '/nonexistent' + +which resembles how Unix programs typically report errors: + + $ sort /nonexistent + sort: open failed: /nonexistent: No such file or directory + +To match the Unixy feel, when you print out the error, just prepend the +program's name to the VError's `message`. Or just call +[node-cmdutil.fail(your_verror)](https://github.com/joyent/node-cmdutil), which +does this for you. + +You can get the next-level Error using `err.cause()`: + +```javascript +console.error(err2.cause().message); +``` + +prints: + + ENOENT, stat '/nonexistent' + +Of course, you can chain these as many times as you want, and it works with any +kind of Error: + +```javascript +var err1 = new Error('No such file or directory'); +var err2 = new VError(err1, 'failed to stat "%s"', '/junk'); +var err3 = new VError(err2, 'request failed'); +console.error(err3.message); +``` + +This prints: + + request failed: failed to stat "/junk": No such file or directory + +The idea is that each layer in the stack annotates the error with a description +of what it was doing. The end result is a message that explains what happened +at each level. + +You can also decorate Error objects with additional information so that callers +can not only handle each kind of error differently, but also construct their own +error messages (e.g., to localize them, format them, group them by type, and so +on). See the example below. + + +# Deeper dive + +The two main goals for VError are: + +* **Make it easy to construct clear, complete error messages intended for + people.** Clear error messages greatly improve both user experience and + debuggability, so we wanted to make it easy to build them. That's why the + constructor takes printf-style arguments. +* **Make it easy to construct objects with programmatically-accessible + metadata** (which we call _informational properties_). Instead of just saying + "connection refused while connecting to 192.168.1.2:80", you can add + properties like `"ip": "192.168.1.2"` and `"tcpPort": 80`. This can be used + for feeding into monitoring systems, analyzing large numbers of Errors (as + from a log file), or localizing error messages. + +To really make this useful, it also needs to be easy to compose Errors: +higher-level code should be able to augment the Errors reported by lower-level +code to provide a more complete description of what happened. Instead of saying +"connection refused", you can say "operation X failed: connection refused". +That's why VError supports `causes`. + +In order for all this to work, programmers need to know that it's generally safe +to wrap lower-level Errors with higher-level ones. If you have existing code +that handles Errors produced by a library, you should be able to wrap those +Errors with a VError to add information without breaking the error handling +code. There are two obvious ways that this could break such consumers: + +* The error's name might change. People typically use `name` to determine what + kind of Error they've got. To ensure compatibility, you can create VErrors + with custom names, but this approach isn't great because it prevents you from + representing complex failures. For this reason, VError provides + `findCauseByName`, which essentially asks: does this Error _or any of its + causes_ have this specific type? If error handling code uses + `findCauseByName`, then subsystems can construct very specific causal chains + for debuggability and still let people handle simple cases easily. There's an + example below. +* The error's properties might change. People often hang additional properties + off of Error objects. If we wrap an existing Error in a new Error, those + properties would be lost unless we copied them. But there are a variety of + both standard and non-standard Error properties that should _not_ be copied in + this way: most obviously `name`, `message`, and `stack`, but also `fileName`, + `lineNumber`, and a few others. Plus, it's useful for some Error subclasses + to have their own private properties -- and there'd be no way to know whether + these should be copied. For these reasons, VError first-classes these + information properties. You have to provide them in the constructor, you can + only fetch them with the `info()` function, and VError takes care of making + sure properties from causes wind up in the `info()` output. + +Let's put this all together with an example from the node-fast RPC library. +node-fast implements a simple RPC protocol for Node programs. There's a server +and client interface, and clients make RPC requests to servers. Let's say the +server fails with an UnauthorizedError with message "user 'bob' is not +authorized". The client wraps all server errors with a FastServerError. The +client also wraps all request errors with a FastRequestError that includes the +name of the RPC call being made. The result of this failed RPC might look like +this: + + name: FastRequestError + message: "request failed: server error: user 'bob' is not authorized" + rpcMsgid: + rpcMethod: GetObject + cause: + name: FastServerError + message: "server error: user 'bob' is not authorized" + cause: + name: UnauthorizedError + message: "user 'bob' is not authorized" + rpcUser: "bob" + +When the caller uses `VError.info()`, the information properties are collapsed +so that it looks like this: + + message: "request failed: server error: user 'bob' is not authorized" + rpcMsgid: + rpcMethod: GetObject + rpcUser: "bob" + +Taking this apart: + +* The error's message is a complete description of the problem. The caller can + report this directly to its caller, which can potentially make its way back to + an end user (if appropriate). It can also be logged. +* The caller can tell that the request failed on the server, rather than as a + result of a client problem (e.g., failure to serialize the request), a + transport problem (e.g., failure to connect to the server), or something else + (e.g., a timeout). They do this using `findCauseByName('FastServerError')` + rather than checking the `name` field directly. +* If the caller logs this error, the logs can be analyzed to aggregate + errors by cause, by RPC method name, by user, or whatever. Or the + error can be correlated with other events for the same rpcMsgid. +* It wasn't very hard for any part of the code to contribute to this Error. + Each part of the stack has just a few lines to provide exactly what it knows, + with very little boilerplate. + +It's not expected that you'd use these complex forms all the time. Despite +supporting the complex case above, you can still just do: + + new VError("my service isn't working"); + +for the simple cases. + + +# Reference: VError, WError, SError + +VError, WError, and SError are convenient drop-in replacements for `Error` that +support printf-style arguments, first-class causes, informational properties, +and other useful features. + + +## Constructors + +The VError constructor has several forms: + +```javascript +/* + * This is the most general form. You can specify any supported options + * (including "cause" and "info") this way. + */ +new VError(options, sprintf_args...) + +/* + * This is a useful shorthand when the only option you need is "cause". + */ +new VError(cause, sprintf_args...) + +/* + * This is a useful shorthand when you don't need any options at all. + */ +new VError(sprintf_args...) +``` + +All of these forms construct a new VError that behaves just like the built-in +JavaScript `Error` class, with some additional methods described below. + +In the first form, `options` is a plain object with any of the following +optional properties: + +Option name | Type | Meaning +---------------- | ---------------- | ------- +`name` | string | Describes what kind of error this is. This is intended for programmatic use to distinguish between different kinds of errors. Note that in modern versions of Node.js, this name is ignored in the `stack` property value, but callers can still use the `name` property to get at it. +`cause` | any Error object | Indicates that the new error was caused by `cause`. See `cause()` below. If unspecified, the cause will be `null`. +`strict` | boolean | If true, then `null` and `undefined` values in `sprintf_args` are passed through to `sprintf()`. Otherwise, these are replaced with the strings `'null'`, and '`undefined`', respectively. +`constructorOpt` | function | If specified, then the stack trace for this error ends at function `constructorOpt`. Functions called by `constructorOpt` will not show up in the stack. This is useful when this class is subclassed. +`info` | object | Specifies arbitrary informational properties that are available through the `VError.info(err)` static class method. See that method for details. + +The second form is equivalent to using the first form with the specified `cause` +as the error's cause. This form is distinguished from the first form because +the first argument is an Error. + +The third form is equivalent to using the first form with all default option +values. This form is distinguished from the other forms because the first +argument is not an object or an Error. + +The `WError` constructor is used exactly the same way as the `VError` +constructor. The `SError` constructor is also used the same way as the +`VError` constructor except that in all cases, the `strict` property is +overriden to `true. + + +## Public properties + +`VError`, `WError`, and `SError` all provide the same public properties as +JavaScript's built-in Error objects. + +Property name | Type | Meaning +------------- | ------ | ------- +`name` | string | Programmatically-usable name of the error. +`message` | string | Human-readable summary of the failure. Programmatically-accessible details are provided through `VError.info(err)` class method. +`stack` | string | Human-readable stack trace where the Error was constructed. + +For all of these classes, the printf-style arguments passed to the constructor +are processed with `sprintf()` to form a message. For `WError`, this becomes +the complete `message` property. For `SError` and `VError`, this message is +prepended to the message of the cause, if any (with a suitable separator), and +the result becomes the `message` property. + +The `stack` property is managed entirely by the underlying JavaScript +implementation. It's generally implemented using a getter function because +constructing the human-readable stack trace is somewhat expensive. + +## Class methods + +The following methods are defined on the `VError` class and as exported +functions on the `verror` module. They're defined this way rather than using +methods on VError instances so that they can be used on Errors not created with +`VError`. + +### `VError.cause(err)` + +The `cause()` function returns the next Error in the cause chain for `err`, or +`null` if there is no next error. See the `cause` argument to the constructor. +Errors can have arbitrarily long cause chains. You can walk the `cause` chain +by invoking `VError.cause(err)` on each subsequent return value. If `err` is +not a `VError`, the cause is `null`. + +### `VError.info(err)` + +Returns an object with all of the extra error information that's been associated +with this Error and all of its causes. These are the properties passed in using +the `info` option to the constructor. Properties not specified in the +constructor for this Error are implicitly inherited from this error's cause. + +These properties are intended to provide programmatically-accessible metadata +about the error. For an error that indicates a failure to resolve a DNS name, +informational properties might include the DNS name to be resolved, or even the +list of resolvers used to resolve it. The values of these properties should +generally be plain objects (i.e., consisting only of null, undefined, numbers, +booleans, strings, and objects and arrays containing only other plain objects). + +### `VError.fullStack(err)` + +Returns a string containing the full stack trace, with all nested errors recursively +reported as `'caused by:' + err.stack`. + +### `VError.findCauseByName(err, name)` + +The `findCauseByName()` function traverses the cause chain for `err`, looking +for an error whose `name` property matches the passed in `name` value. If no +match is found, `null` is returned. + +If all you want is to know _whether_ there's a cause (and you don't care what it +is), you can use `VError.hasCauseWithName(err, name)`. + +If a vanilla error or a non-VError error is passed in, then there is no cause +chain to traverse. In this scenario, the function will check the `name` +property of only `err`. + +### `VError.hasCauseWithName(err, name)` + +Returns true if and only if `VError.findCauseByName(err, name)` would return +a non-null value. This essentially determines whether `err` has any cause in +its cause chain that has name `name`. + +### `VError.errorFromList(errors)` + +Given an array of Error objects (possibly empty), return a single error +representing the whole collection of errors. If the list has: + +* 0 elements, returns `null` +* 1 element, returns the sole error +* more than 1 element, returns a MultiError referencing the whole list + +This is useful for cases where an operation may produce any number of errors, +and you ultimately want to implement the usual `callback(err)` pattern. You can +accumulate the errors in an array and then invoke +`callback(VError.errorFromList(errors))` when the operation is complete. + + +### `VError.errorForEach(err, func)` + +Convenience function for iterating an error that may itself be a MultiError. + +In all cases, `err` must be an Error. If `err` is a MultiError, then `func` is +invoked as `func(errorN)` for each of the underlying errors of the MultiError. +If `err` is any other kind of error, `func` is invoked once as `func(err)`. In +all cases, `func` is invoked synchronously. + +This is useful for cases where an operation may produce any number of warnings +that may be encapsulated with a MultiError -- but may not be. + +This function does not iterate an error's cause chain. + + +## Examples + +The "Demo" section above covers several basic cases. Here's a more advanced +case: + +```javascript +var err1 = new VError('something bad happened'); +/* ... */ +var err2 = new VError({ + 'name': 'ConnectionError', + 'cause': err1, + 'info': { + 'errno': 'ECONNREFUSED', + 'remote_ip': '127.0.0.1', + 'port': 215 + } +}, 'failed to connect to "%s:%d"', '127.0.0.1', 215); + +console.log(err2.message); +console.log(err2.name); +console.log(VError.info(err2)); +console.log(err2.stack); +``` + +This outputs: + + failed to connect to "127.0.0.1:215": something bad happened + ConnectionError + { errno: 'ECONNREFUSED', remote_ip: '127.0.0.1', port: 215 } + ConnectionError: failed to connect to "127.0.0.1:215": something bad happened + at Object. (/home/dap/node-verror/examples/info.js:5:12) + at Module._compile (module.js:456:26) + at Object.Module._extensions..js (module.js:474:10) + at Module.load (module.js:356:32) + at Function.Module._load (module.js:312:12) + at Function.Module.runMain (module.js:497:10) + at startup (node.js:119:16) + at node.js:935:3 + +Information properties are inherited up the cause chain, with values at the top +of the chain overriding same-named values lower in the chain. To continue that +example: + +```javascript +var err3 = new VError({ + 'name': 'RequestError', + 'cause': err2, + 'info': { + 'errno': 'EBADREQUEST' + } +}, 'request failed'); + +console.log(err3.message); +console.log(err3.name); +console.log(VError.info(err3)); +console.log(err3.stack); +``` + +This outputs: + + request failed: failed to connect to "127.0.0.1:215": something bad happened + RequestError + { errno: 'EBADREQUEST', remote_ip: '127.0.0.1', port: 215 } + RequestError: request failed: failed to connect to "127.0.0.1:215": something bad happened + at Object. (/home/dap/node-verror/examples/info.js:20:12) + at Module._compile (module.js:456:26) + at Object.Module._extensions..js (module.js:474:10) + at Module.load (module.js:356:32) + at Function.Module._load (module.js:312:12) + at Function.Module.runMain (module.js:497:10) + at startup (node.js:119:16) + at node.js:935:3 + +You can also print the complete stack trace of combined `Error`s by using +`VError.fullStack(err).` + +```javascript +var err1 = new VError('something bad happened'); +/* ... */ +var err2 = new VError(err1, 'something really bad happened here'); + +console.log(VError.fullStack(err2)); +``` + +This outputs: + + VError: something really bad happened here: something bad happened + at Object. (/home/dap/node-verror/examples/fullStack.js:5:12) + at Module._compile (module.js:409:26) + at Object.Module._extensions..js (module.js:416:10) + at Module.load (module.js:343:32) + at Function.Module._load (module.js:300:12) + at Function.Module.runMain (module.js:441:10) + at startup (node.js:139:18) + at node.js:968:3 + caused by: VError: something bad happened + at Object. (/home/dap/node-verror/examples/fullStack.js:3:12) + at Module._compile (module.js:409:26) + at Object.Module._extensions..js (module.js:416:10) + at Module.load (module.js:343:32) + at Function.Module._load (module.js:300:12) + at Function.Module.runMain (module.js:441:10) + at startup (node.js:139:18) + at node.js:968:3 + +`VError.fullStack` is also safe to use on regular `Error`s, so feel free to use +it whenever you need to extract the stack trace from an `Error`, regardless if +it's a `VError` or not. + +# Reference: MultiError + +MultiError is an Error class that represents a group of Errors. This is used +when you logically need to provide a single Error, but you want to preserve +information about multiple underying Errors. A common case is when you execute +several operations in parallel and some of them fail. + +MultiErrors are constructed as: + +```javascript +new MultiError(error_list) +``` + +`error_list` is an array of at least one `Error` object. + +The cause of the MultiError is the first error provided. None of the other +`VError` options are supported. The `message` for a MultiError consists the +`message` from the first error, prepended with a message indicating that there +were other errors. + +For example: + +```javascript +err = new MultiError([ + new Error('failed to resolve DNS name "abc.example.com"'), + new Error('failed to resolve DNS name "def.example.com"'), +]); + +console.error(err.message); +``` + +outputs: + + first of 2 errors: failed to resolve DNS name "abc.example.com" + +See the convenience function `VError.errorFromList`, which is sometimes simpler +to use than this constructor. + +## Public methods + + +### `errors()` + +Returns an array of the errors used to construct this MultiError. + + +# Contributing + +See separate [contribution guidelines](CONTRIBUTING.md). diff --git a/node_modules/verror/lib/verror.js b/node_modules/verror/lib/verror.js new file mode 100644 index 0000000..8663dde --- /dev/null +++ b/node_modules/verror/lib/verror.js @@ -0,0 +1,451 @@ +/* + * verror.js: richer JavaScript errors + */ + +var mod_assertplus = require('assert-plus'); +var mod_util = require('util'); + +var mod_extsprintf = require('extsprintf'); +var mod_isError = require('core-util-is').isError; +var sprintf = mod_extsprintf.sprintf; + +/* + * Public interface + */ + +/* So you can 'var VError = require('verror')' */ +module.exports = VError; +/* For compatibility */ +VError.VError = VError; +/* Other exported classes */ +VError.SError = SError; +VError.WError = WError; +VError.MultiError = MultiError; + +/* + * Common function used to parse constructor arguments for VError, WError, and + * SError. Named arguments to this function: + * + * strict force strict interpretation of sprintf arguments, even + * if the options in "argv" don't say so + * + * argv error's constructor arguments, which are to be + * interpreted as described in README.md. For quick + * reference, "argv" has one of the following forms: + * + * [ sprintf_args... ] (argv[0] is a string) + * [ cause, sprintf_args... ] (argv[0] is an Error) + * [ options, sprintf_args... ] (argv[0] is an object) + * + * This function normalizes these forms, producing an object with the following + * properties: + * + * options equivalent to "options" in third form. This will never + * be a direct reference to what the caller passed in + * (i.e., it may be a shallow copy), so it can be freely + * modified. + * + * shortmessage result of sprintf(sprintf_args), taking options.strict + * into account as described in README.md. + */ +function parseConstructorArguments(args) +{ + var argv, options, sprintf_args, shortmessage, k; + + mod_assertplus.object(args, 'args'); + mod_assertplus.bool(args.strict, 'args.strict'); + mod_assertplus.array(args.argv, 'args.argv'); + argv = args.argv; + + /* + * First, figure out which form of invocation we've been given. + */ + if (argv.length === 0) { + options = {}; + sprintf_args = []; + } else if (mod_isError(argv[0])) { + options = { 'cause': argv[0] }; + sprintf_args = argv.slice(1); + } else if (typeof (argv[0]) === 'object') { + options = {}; + for (k in argv[0]) { + options[k] = argv[0][k]; + } + sprintf_args = argv.slice(1); + } else { + mod_assertplus.string(argv[0], + 'first argument to VError, SError, or WError ' + + 'constructor must be a string, object, or Error'); + options = {}; + sprintf_args = argv; + } + + /* + * Now construct the error's message. + * + * extsprintf (which we invoke here with our caller's arguments in order + * to construct this Error's message) is strict in its interpretation of + * values to be processed by the "%s" specifier. The value passed to + * extsprintf must actually be a string or something convertible to a + * String using .toString(). Passing other values (notably "null" and + * "undefined") is considered a programmer error. The assumption is + * that if you actually want to print the string "null" or "undefined", + * then that's easy to do that when you're calling extsprintf; on the + * other hand, if you did NOT want that (i.e., there's actually a bug + * where the program assumes some variable is non-null and tries to + * print it, which might happen when constructing a packet or file in + * some specific format), then it's better to stop immediately than + * produce bogus output. + * + * However, sometimes the bug is only in the code calling VError, and a + * programmer might prefer to have the error message contain "null" or + * "undefined" rather than have the bug in the error path crash the + * program (making the first bug harder to identify). For that reason, + * by default VError converts "null" or "undefined" arguments to their + * string representations and passes those to extsprintf. Programmers + * desiring the strict behavior can use the SError class or pass the + * "strict" option to the VError constructor. + */ + mod_assertplus.object(options); + if (!options.strict && !args.strict) { + sprintf_args = sprintf_args.map(function (a) { + return (a === null ? 'null' : + a === undefined ? 'undefined' : a); + }); + } + + if (sprintf_args.length === 0) { + shortmessage = ''; + } else { + shortmessage = sprintf.apply(null, sprintf_args); + } + + return ({ + 'options': options, + 'shortmessage': shortmessage + }); +} + +/* + * See README.md for reference documentation. + */ +function VError() +{ + var args, obj, parsed, cause, ctor, message, k; + + args = Array.prototype.slice.call(arguments, 0); + + /* + * This is a regrettable pattern, but JavaScript's built-in Error class + * is defined to work this way, so we allow the constructor to be called + * without "new". + */ + if (!(this instanceof VError)) { + obj = Object.create(VError.prototype); + VError.apply(obj, arguments); + return (obj); + } + + /* + * For convenience and backwards compatibility, we support several + * different calling forms. Normalize them here. + */ + parsed = parseConstructorArguments({ + 'argv': args, + 'strict': false + }); + + /* + * If we've been given a name, apply it now. + */ + if (parsed.options.name) { + mod_assertplus.string(parsed.options.name, + 'error\'s "name" must be a string'); + this.name = parsed.options.name; + } + + /* + * For debugging, we keep track of the original short message (attached + * this Error particularly) separately from the complete message (which + * includes the messages of our cause chain). + */ + this.jse_shortmsg = parsed.shortmessage; + message = parsed.shortmessage; + + /* + * If we've been given a cause, record a reference to it and update our + * message appropriately. + */ + cause = parsed.options.cause; + if (cause) { + mod_assertplus.ok(mod_isError(cause), 'cause is not an Error'); + this.jse_cause = cause; + + if (!parsed.options.skipCauseMessage) { + message += ': ' + cause.message; + } + } + + /* + * If we've been given an object with properties, shallow-copy that + * here. We don't want to use a deep copy in case there are non-plain + * objects here, but we don't want to use the original object in case + * the caller modifies it later. + */ + this.jse_info = {}; + if (parsed.options.info) { + for (k in parsed.options.info) { + this.jse_info[k] = parsed.options.info[k]; + } + } + + this.message = message; + Error.call(this, message); + + if (Error.captureStackTrace) { + ctor = parsed.options.constructorOpt || this.constructor; + Error.captureStackTrace(this, ctor); + } + + return (this); +} + +mod_util.inherits(VError, Error); +VError.prototype.name = 'VError'; + +VError.prototype.toString = function ve_toString() +{ + var str = (this.hasOwnProperty('name') && this.name || + this.constructor.name || this.constructor.prototype.name); + if (this.message) + str += ': ' + this.message; + + return (str); +}; + +/* + * This method is provided for compatibility. New callers should use + * VError.cause() instead. That method also uses the saner `null` return value + * when there is no cause. + */ +VError.prototype.cause = function ve_cause() +{ + var cause = VError.cause(this); + return (cause === null ? undefined : cause); +}; + +/* + * Static methods + * + * These class-level methods are provided so that callers can use them on + * instances of Errors that are not VErrors. New interfaces should be provided + * only using static methods to eliminate the class of programming mistake where + * people fail to check whether the Error object has the corresponding methods. + */ + +VError.cause = function (err) +{ + mod_assertplus.ok(mod_isError(err), 'err must be an Error'); + return (mod_isError(err.jse_cause) ? err.jse_cause : null); +}; + +VError.info = function (err) +{ + var rv, cause, k; + + mod_assertplus.ok(mod_isError(err), 'err must be an Error'); + cause = VError.cause(err); + if (cause !== null) { + rv = VError.info(cause); + } else { + rv = {}; + } + + if (typeof (err.jse_info) == 'object' && err.jse_info !== null) { + for (k in err.jse_info) { + rv[k] = err.jse_info[k]; + } + } + + return (rv); +}; + +VError.findCauseByName = function (err, name) +{ + var cause; + + mod_assertplus.ok(mod_isError(err), 'err must be an Error'); + mod_assertplus.string(name, 'name'); + mod_assertplus.ok(name.length > 0, 'name cannot be empty'); + + for (cause = err; cause !== null; cause = VError.cause(cause)) { + mod_assertplus.ok(mod_isError(cause)); + if (cause.name == name) { + return (cause); + } + } + + return (null); +}; + +VError.hasCauseWithName = function (err, name) +{ + return (VError.findCauseByName(err, name) !== null); +}; + +VError.fullStack = function (err) +{ + mod_assertplus.ok(mod_isError(err), 'err must be an Error'); + + var cause = VError.cause(err); + + if (cause) { + return (err.stack + '\ncaused by: ' + VError.fullStack(cause)); + } + + return (err.stack); +}; + +VError.errorFromList = function (errors) +{ + mod_assertplus.arrayOfObject(errors, 'errors'); + + if (errors.length === 0) { + return (null); + } + + errors.forEach(function (e) { + mod_assertplus.ok(mod_isError(e)); + }); + + if (errors.length == 1) { + return (errors[0]); + } + + return (new MultiError(errors)); +}; + +VError.errorForEach = function (err, func) +{ + mod_assertplus.ok(mod_isError(err), 'err must be an Error'); + mod_assertplus.func(func, 'func'); + + if (err instanceof MultiError) { + err.errors().forEach(function iterError(e) { func(e); }); + } else { + func(err); + } +}; + + +/* + * SError is like VError, but stricter about types. You cannot pass "null" or + * "undefined" as string arguments to the formatter. + */ +function SError() +{ + var args, obj, parsed, options; + + args = Array.prototype.slice.call(arguments, 0); + if (!(this instanceof SError)) { + obj = Object.create(SError.prototype); + SError.apply(obj, arguments); + return (obj); + } + + parsed = parseConstructorArguments({ + 'argv': args, + 'strict': true + }); + + options = parsed.options; + VError.call(this, options, '%s', parsed.shortmessage); + + return (this); +} + +/* + * We don't bother setting SError.prototype.name because once constructed, + * SErrors are just like VErrors. + */ +mod_util.inherits(SError, VError); + + +/* + * Represents a collection of errors for the purpose of consumers that generally + * only deal with one error. Callers can extract the individual errors + * contained in this object, but may also just treat it as a normal single + * error, in which case a summary message will be printed. + */ +function MultiError(errors) +{ + mod_assertplus.array(errors, 'list of errors'); + mod_assertplus.ok(errors.length > 0, 'must be at least one error'); + this.ase_errors = errors; + + VError.call(this, { + 'cause': errors[0] + }, 'first of %d error%s', errors.length, errors.length == 1 ? '' : 's'); +} + +mod_util.inherits(MultiError, VError); +MultiError.prototype.name = 'MultiError'; + +MultiError.prototype.errors = function me_errors() +{ + return (this.ase_errors.slice(0)); +}; + + +/* + * See README.md for reference details. + */ +function WError() +{ + var args, obj, parsed, options; + + args = Array.prototype.slice.call(arguments, 0); + if (!(this instanceof WError)) { + obj = Object.create(WError.prototype); + WError.apply(obj, args); + return (obj); + } + + parsed = parseConstructorArguments({ + 'argv': args, + 'strict': false + }); + + options = parsed.options; + options['skipCauseMessage'] = true; + VError.call(this, options, '%s', parsed.shortmessage); + + return (this); +} + +mod_util.inherits(WError, VError); +WError.prototype.name = 'WError'; + +WError.prototype.toString = function we_toString() +{ + var str = (this.hasOwnProperty('name') && this.name || + this.constructor.name || this.constructor.prototype.name); + if (this.message) + str += ': ' + this.message; + if (this.jse_cause && this.jse_cause.message) + str += '; caused by ' + this.jse_cause.toString(); + + return (str); +}; + +/* + * For purely historical reasons, WError's cause() function allows you to set + * the cause. + */ +WError.prototype.cause = function we_cause(c) +{ + if (mod_isError(c)) + this.jse_cause = c; + + return (this.jse_cause); +}; diff --git a/node_modules/verror/package.json b/node_modules/verror/package.json new file mode 100644 index 0000000..79295c5 --- /dev/null +++ b/node_modules/verror/package.json @@ -0,0 +1,22 @@ +{ + "name": "verror", + "version": "1.10.0", + "description": "richer JavaScript errors", + "main": "./lib/verror.js", + "repository": { + "type": "git", + "url": "git://github.com/davepacheco/node-verror.git" + }, + "dependencies": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + }, + "engines": [ + "node >=0.6.0" + ], + "scripts": { + "test": "make test" + }, + "license": "MIT" +} diff --git a/node_modules/worker-timers-broker/LICENSE b/node_modules/worker-timers-broker/LICENSE new file mode 100644 index 0000000..470f893 --- /dev/null +++ b/node_modules/worker-timers-broker/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Christoph Guttandin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/worker-timers-broker/README.md b/node_modules/worker-timers-broker/README.md new file mode 100644 index 0000000..5ab0180 --- /dev/null +++ b/node_modules/worker-timers-broker/README.md @@ -0,0 +1,5 @@ +# worker-timers-broker + +**The broker which is used by the worker-timers package.** + +[![version](https://img.shields.io/npm/v/worker-timers-broker.svg?style=flat-square)](https://www.npmjs.com/package/worker-timers-broker) diff --git a/node_modules/worker-timers-broker/build/es2019/guards/call-notification.d.ts b/node_modules/worker-timers-broker/build/es2019/guards/call-notification.d.ts new file mode 100644 index 0000000..66fcfb2 --- /dev/null +++ b/node_modules/worker-timers-broker/build/es2019/guards/call-notification.d.ts @@ -0,0 +1,3 @@ +import { ICallNotification, TWorkerMessage } from 'worker-timers-worker'; +export declare const isCallNotification: (message: TWorkerMessage) => message is ICallNotification; +//# sourceMappingURL=call-notification.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-broker/build/es2019/guards/call-notification.d.ts.map b/node_modules/worker-timers-broker/build/es2019/guards/call-notification.d.ts.map new file mode 100644 index 0000000..3f2c870 --- /dev/null +++ b/node_modules/worker-timers-broker/build/es2019/guards/call-notification.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"call-notification.d.ts","sourceRoot":"","sources":["../../../src/guards/call-notification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAEzE,eAAO,MAAM,kBAAkB,YAAa,cAAc,iCAEzD,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers-broker/build/es2019/guards/call-notification.js b/node_modules/worker-timers-broker/build/es2019/guards/call-notification.js new file mode 100644 index 0000000..4bbe609 --- /dev/null +++ b/node_modules/worker-timers-broker/build/es2019/guards/call-notification.js @@ -0,0 +1,4 @@ +export const isCallNotification = (message) => { + return message.method !== undefined && message.method === 'call'; +}; +//# sourceMappingURL=call-notification.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-broker/build/es2019/guards/call-notification.js.map b/node_modules/worker-timers-broker/build/es2019/guards/call-notification.js.map new file mode 100644 index 0000000..8a54355 --- /dev/null +++ b/node_modules/worker-timers-broker/build/es2019/guards/call-notification.js.map @@ -0,0 +1 @@ +{"version":3,"file":"call-notification.js","sourceRoot":"","sources":["../../../src/guards/call-notification.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,kBAAkB,GAAG,CAAC,OAAuB,EAAgC,EAAE;IACxF,OAA2B,OAAQ,CAAC,MAAM,KAAK,SAAS,IAAwB,OAAQ,CAAC,MAAM,KAAK,MAAM,CAAC;AAC/G,CAAC,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers-broker/build/es2019/guards/clear-response.d.ts b/node_modules/worker-timers-broker/build/es2019/guards/clear-response.d.ts new file mode 100644 index 0000000..39f531e --- /dev/null +++ b/node_modules/worker-timers-broker/build/es2019/guards/clear-response.d.ts @@ -0,0 +1,3 @@ +import { IClearResponse, TWorkerMessage } from 'worker-timers-worker'; +export declare const isClearResponse: (message: TWorkerMessage) => message is IClearResponse; +//# sourceMappingURL=clear-response.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-broker/build/es2019/guards/clear-response.d.ts.map b/node_modules/worker-timers-broker/build/es2019/guards/clear-response.d.ts.map new file mode 100644 index 0000000..075cdb9 --- /dev/null +++ b/node_modules/worker-timers-broker/build/es2019/guards/clear-response.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"clear-response.d.ts","sourceRoot":"","sources":["../../../src/guards/clear-response.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AAEtE,eAAO,MAAM,eAAe,YAAa,cAAc,8BAEtD,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers-broker/build/es2019/guards/clear-response.js b/node_modules/worker-timers-broker/build/es2019/guards/clear-response.js new file mode 100644 index 0000000..51d89b0 --- /dev/null +++ b/node_modules/worker-timers-broker/build/es2019/guards/clear-response.js @@ -0,0 +1,4 @@ +export const isClearResponse = (message) => { + return message.error === null && typeof message.id === 'number'; +}; +//# sourceMappingURL=clear-response.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-broker/build/es2019/guards/clear-response.js.map b/node_modules/worker-timers-broker/build/es2019/guards/clear-response.js.map new file mode 100644 index 0000000..36bee09 --- /dev/null +++ b/node_modules/worker-timers-broker/build/es2019/guards/clear-response.js.map @@ -0,0 +1 @@ +{"version":3,"file":"clear-response.js","sourceRoot":"","sources":["../../../src/guards/clear-response.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,OAAuB,EAA6B,EAAE;IAClF,OAAwB,OAAQ,CAAC,KAAK,KAAK,IAAI,IAAI,OAAO,OAAO,CAAC,EAAE,KAAK,QAAQ,CAAC;AACtF,CAAC,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers-broker/build/es2019/module.d.ts b/node_modules/worker-timers-broker/build/es2019/module.d.ts new file mode 100644 index 0000000..02c8172 --- /dev/null +++ b/node_modules/worker-timers-broker/build/es2019/module.d.ts @@ -0,0 +1,7 @@ +export declare const load: (url: string) => { + clearInterval: (timerId: number) => void; + clearTimeout: (timerId: number) => void; + setInterval: (func: Function, delay?: number) => number; + setTimeout: (func: Function, delay?: number) => number; +}; +//# sourceMappingURL=module.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-broker/build/es2019/module.d.ts.map b/node_modules/worker-timers-broker/build/es2019/module.d.ts.map new file mode 100644 index 0000000..76fcf2e --- /dev/null +++ b/node_modules/worker-timers-broker/build/es2019/module.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../src/module.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI,QAAS,MAAM;6BAiFI,MAAM;4BAaP,MAAM;wBAaV,QAAQ;uBAmCT,QAAQ;CAyBrC,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers-broker/build/es2019/module.js b/node_modules/worker-timers-broker/build/es2019/module.js new file mode 100644 index 0000000..ee0380a --- /dev/null +++ b/node_modules/worker-timers-broker/build/es2019/module.js @@ -0,0 +1,142 @@ +import { generateUniqueNumber } from 'fast-unique-numbers'; +import { isCallNotification } from './guards/call-notification'; +import { isClearResponse } from './guards/clear-response'; +export const load = (url) => { + // Prefilling the Maps with a function indexed by zero is necessary to be compliant with the specification. + const scheduledIntervalFunctions = new Map([[0, () => { }]]); // tslint:disable-line no-empty + const scheduledTimeoutFunctions = new Map([[0, () => { }]]); // tslint:disable-line no-empty + const unrespondedRequests = new Map(); + const worker = new Worker(url); + worker.addEventListener('message', ({ data }) => { + if (isCallNotification(data)) { + const { params: { timerId, timerType } } = data; + if (timerType === 'interval') { + const idOrFunc = scheduledIntervalFunctions.get(timerId); + if (typeof idOrFunc === 'number') { + const timerIdAndTimerType = unrespondedRequests.get(idOrFunc); + if (timerIdAndTimerType === undefined || + timerIdAndTimerType.timerId !== timerId || + timerIdAndTimerType.timerType !== timerType) { + throw new Error('The timer is in an undefined state.'); + } + } + else if (typeof idOrFunc !== 'undefined') { + idOrFunc(); + } + else { + throw new Error('The timer is in an undefined state.'); + } + } + else if (timerType === 'timeout') { + const idOrFunc = scheduledTimeoutFunctions.get(timerId); + if (typeof idOrFunc === 'number') { + const timerIdAndTimerType = unrespondedRequests.get(idOrFunc); + if (timerIdAndTimerType === undefined || + timerIdAndTimerType.timerId !== timerId || + timerIdAndTimerType.timerType !== timerType) { + throw new Error('The timer is in an undefined state.'); + } + } + else if (typeof idOrFunc !== 'undefined') { + idOrFunc(); + // A timeout can be savely deleted because it is only called once. + scheduledTimeoutFunctions.delete(timerId); + } + else { + throw new Error('The timer is in an undefined state.'); + } + } + } + else if (isClearResponse(data)) { + const { id } = data; + const timerIdAndTimerType = unrespondedRequests.get(id); + if (timerIdAndTimerType === undefined) { + throw new Error('The timer is in an undefined state.'); + } + const { timerId, timerType } = timerIdAndTimerType; + unrespondedRequests.delete(id); + if (timerType === 'interval') { + scheduledIntervalFunctions.delete(timerId); + } + else { + scheduledTimeoutFunctions.delete(timerId); + } + } + else { + const { error: { message } } = data; + throw new Error(message); + } + }); + const clearInterval = (timerId) => { + const id = generateUniqueNumber(unrespondedRequests); + unrespondedRequests.set(id, { timerId, timerType: 'interval' }); + scheduledIntervalFunctions.set(timerId, id); + worker.postMessage({ + id, + method: 'clear', + params: { timerId, timerType: 'interval' } + }); + }; + const clearTimeout = (timerId) => { + const id = generateUniqueNumber(unrespondedRequests); + unrespondedRequests.set(id, { timerId, timerType: 'timeout' }); + scheduledTimeoutFunctions.set(timerId, id); + worker.postMessage({ + id, + method: 'clear', + params: { timerId, timerType: 'timeout' } + }); + }; + const setInterval = (func, delay = 0) => { + const timerId = generateUniqueNumber(scheduledIntervalFunctions); + scheduledIntervalFunctions.set(timerId, () => { + func(); + // Doublecheck if the interval should still be rescheduled because it could have been cleared inside of func(). + if (typeof scheduledIntervalFunctions.get(timerId) === 'function') { + worker.postMessage({ + id: null, + method: 'set', + params: { + delay, + now: performance.now(), + timerId, + timerType: 'interval' + } + }); + } + }); + worker.postMessage({ + id: null, + method: 'set', + params: { + delay, + now: performance.now(), + timerId, + timerType: 'interval' + } + }); + return timerId; + }; + const setTimeout = (func, delay = 0) => { + const timerId = generateUniqueNumber(scheduledTimeoutFunctions); + scheduledTimeoutFunctions.set(timerId, func); + worker.postMessage({ + id: null, + method: 'set', + params: { + delay, + now: performance.now(), + timerId, + timerType: 'timeout' + } + }); + return timerId; + }; + return { + clearInterval, + clearTimeout, + setInterval, + setTimeout + }; +}; +//# sourceMappingURL=module.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-broker/build/es2019/module.js.map b/node_modules/worker-timers-broker/build/es2019/module.js.map new file mode 100644 index 0000000..8023024 --- /dev/null +++ b/node_modules/worker-timers-broker/build/es2019/module.js.map @@ -0,0 +1 @@ +{"version":3,"file":"module.js","sourceRoot":"","sources":["../../src/module.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/node_modules/worker-timers-broker/build/es5/bundle.js b/node_modules/worker-timers-broker/build/es5/bundle.js new file mode 100644 index 0000000..0571865 --- /dev/null +++ b/node_modules/worker-timers-broker/build/es5/bundle.js @@ -0,0 +1,162 @@ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('fast-unique-numbers')) : + typeof define === 'function' && define.amd ? define(['exports', 'fast-unique-numbers'], factory) : + (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.workerTimersBroker = {}, global.fastUniqueNumbers)); +})(this, (function (exports, fastUniqueNumbers) { 'use strict'; + + var isCallNotification = function isCallNotification(message) { + return message.method !== undefined && message.method === 'call'; + }; + + var isClearResponse = function isClearResponse(message) { + return message.error === null && typeof message.id === 'number'; + }; + + var load = function load(url) { + // Prefilling the Maps with a function indexed by zero is necessary to be compliant with the specification. + var scheduledIntervalFunctions = new Map([[0, function () {}]]); // tslint:disable-line no-empty + var scheduledTimeoutFunctions = new Map([[0, function () {}]]); // tslint:disable-line no-empty + var unrespondedRequests = new Map(); + var worker = new Worker(url); + worker.addEventListener('message', function (_ref) { + var data = _ref.data; + if (isCallNotification(data)) { + var _data$params = data.params, + timerId = _data$params.timerId, + timerType = _data$params.timerType; + if (timerType === 'interval') { + var idOrFunc = scheduledIntervalFunctions.get(timerId); + if (typeof idOrFunc === 'number') { + var timerIdAndTimerType = unrespondedRequests.get(idOrFunc); + if (timerIdAndTimerType === undefined || timerIdAndTimerType.timerId !== timerId || timerIdAndTimerType.timerType !== timerType) { + throw new Error('The timer is in an undefined state.'); + } + } else if (typeof idOrFunc !== 'undefined') { + idOrFunc(); + } else { + throw new Error('The timer is in an undefined state.'); + } + } else if (timerType === 'timeout') { + var _idOrFunc = scheduledTimeoutFunctions.get(timerId); + if (typeof _idOrFunc === 'number') { + var _timerIdAndTimerType = unrespondedRequests.get(_idOrFunc); + if (_timerIdAndTimerType === undefined || _timerIdAndTimerType.timerId !== timerId || _timerIdAndTimerType.timerType !== timerType) { + throw new Error('The timer is in an undefined state.'); + } + } else if (typeof _idOrFunc !== 'undefined') { + _idOrFunc(); + // A timeout can be savely deleted because it is only called once. + scheduledTimeoutFunctions["delete"](timerId); + } else { + throw new Error('The timer is in an undefined state.'); + } + } + } else if (isClearResponse(data)) { + var id = data.id; + var _timerIdAndTimerType2 = unrespondedRequests.get(id); + if (_timerIdAndTimerType2 === undefined) { + throw new Error('The timer is in an undefined state.'); + } + var _timerId = _timerIdAndTimerType2.timerId, + _timerType = _timerIdAndTimerType2.timerType; + unrespondedRequests["delete"](id); + if (_timerType === 'interval') { + scheduledIntervalFunctions["delete"](_timerId); + } else { + scheduledTimeoutFunctions["delete"](_timerId); + } + } else { + var message = data.error.message; + throw new Error(message); + } + }); + var clearInterval = function clearInterval(timerId) { + var id = fastUniqueNumbers.generateUniqueNumber(unrespondedRequests); + unrespondedRequests.set(id, { + timerId: timerId, + timerType: 'interval' + }); + scheduledIntervalFunctions.set(timerId, id); + worker.postMessage({ + id: id, + method: 'clear', + params: { + timerId: timerId, + timerType: 'interval' + } + }); + }; + var clearTimeout = function clearTimeout(timerId) { + var id = fastUniqueNumbers.generateUniqueNumber(unrespondedRequests); + unrespondedRequests.set(id, { + timerId: timerId, + timerType: 'timeout' + }); + scheduledTimeoutFunctions.set(timerId, id); + worker.postMessage({ + id: id, + method: 'clear', + params: { + timerId: timerId, + timerType: 'timeout' + } + }); + }; + var setInterval = function setInterval(func) { + var delay = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0; + var timerId = fastUniqueNumbers.generateUniqueNumber(scheduledIntervalFunctions); + scheduledIntervalFunctions.set(timerId, function () { + func(); + // Doublecheck if the interval should still be rescheduled because it could have been cleared inside of func(). + if (typeof scheduledIntervalFunctions.get(timerId) === 'function') { + worker.postMessage({ + id: null, + method: 'set', + params: { + delay: delay, + now: performance.now(), + timerId: timerId, + timerType: 'interval' + } + }); + } + }); + worker.postMessage({ + id: null, + method: 'set', + params: { + delay: delay, + now: performance.now(), + timerId: timerId, + timerType: 'interval' + } + }); + return timerId; + }; + var setTimeout = function setTimeout(func) { + var delay = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 0; + var timerId = fastUniqueNumbers.generateUniqueNumber(scheduledTimeoutFunctions); + scheduledTimeoutFunctions.set(timerId, func); + worker.postMessage({ + id: null, + method: 'set', + params: { + delay: delay, + now: performance.now(), + timerId: timerId, + timerType: 'timeout' + } + }); + return timerId; + }; + return { + clearInterval: clearInterval, + clearTimeout: clearTimeout, + setInterval: setInterval, + setTimeout: setTimeout + }; + }; + + exports.load = load; + +})); diff --git a/node_modules/worker-timers-broker/package.json b/node_modules/worker-timers-broker/package.json new file mode 100644 index 0000000..d61a388 --- /dev/null +++ b/node_modules/worker-timers-broker/package.json @@ -0,0 +1,84 @@ +{ + "author": "Christoph Guttandin", + "bugs": { + "url": "https://github.com/chrisguttandin/worker-timers-broker/issues" + }, + "config": { + "commitizen": { + "path": "cz-conventional-changelog" + } + }, + "dependencies": { + "@babel/runtime": "^7.24.5", + "fast-unique-numbers": "^8.0.13", + "tslib": "^2.6.2", + "worker-timers-worker": "^7.0.71" + }, + "description": "The broker which is used by the worker-timers package.", + "devDependencies": { + "@babel/core": "^7.24.5", + "@babel/plugin-external-helpers": "^7.24.1", + "@babel/plugin-transform-runtime": "^7.24.3", + "@babel/preset-env": "^7.24.5", + "@commitlint/cli": "^19.3.0", + "@commitlint/config-angular": "^19.3.0", + "@rollup/plugin-babel": "^6.0.4", + "chai": "^4.3.10", + "commitizen": "^4.3.0", + "cz-conventional-changelog": "^3.3.0", + "eslint": "^8.57.0", + "eslint-config-holy-grail": "^59.0.8", + "grunt": "^1.6.1", + "grunt-cli": "^1.4.3", + "grunt-sh": "^0.2.1", + "husky": "^8.0.3", + "karma": "^6.4.3", + "karma-chrome-launcher": "^3.2.0", + "karma-firefox-launcher": "^2.1.3", + "karma-mocha": "^2.0.1", + "karma-sauce-launcher": "^4.3.6", + "karma-sinon-chai": "^2.0.2", + "karma-webkit-launcher": "^2.4.0", + "karma-webpack": "^5.0.1", + "lint-staged": "^15.2.2", + "load-grunt-config": "^4.0.1", + "mocha": "^10.4.0", + "prettier": "^3.2.5", + "rimraf": "^5.0.5", + "rollup": "^4.17.2", + "sinon": "^17.0.1", + "sinon-chai": "^3.7.0", + "ts-loader": "^9.5.1", + "tsconfig-holy-grail": "^15.0.1", + "tslint": "^6.1.3", + "tslint-config-holy-grail": "^56.0.1", + "typescript": "^5.4.5", + "webpack": "^5.91.0" + }, + "files": [ + "build/es2019/", + "build/es5/", + "src/" + ], + "homepage": "https://github.com/chrisguttandin/worker-timers-broker", + "license": "MIT", + "main": "build/es5/bundle.js", + "module": "build/es2019/module.js", + "name": "worker-timers-broker", + "repository": { + "type": "git", + "url": "https://github.com/chrisguttandin/worker-timers-broker.git" + }, + "scripts": { + "build": "rimraf build/* && tsc --project src/tsconfig.json && rollup --config config/rollup/bundle.mjs", + "lint": "npm run lint:config && npm run lint:src && npm run lint:test", + "lint:config": "eslint --config config/eslint/config.json --ext .js --report-unused-disable-directives config/", + "lint:src": "tslint --config config/tslint/src.json --project src/tsconfig.json src/*.ts src/**/*.ts", + "lint:test": "eslint --config config/eslint/test.json --ext .js --report-unused-disable-directives test/", + "prepare": "husky install", + "prepublishOnly": "npm run build", + "test": "grunt lint && grunt test" + }, + "types": "build/es2019/module.d.ts", + "version": "6.1.8" +} diff --git a/node_modules/worker-timers-broker/src/guards/call-notification.ts b/node_modules/worker-timers-broker/src/guards/call-notification.ts new file mode 100644 index 0000000..7bc9dc2 --- /dev/null +++ b/node_modules/worker-timers-broker/src/guards/call-notification.ts @@ -0,0 +1,5 @@ +import { ICallNotification, TWorkerMessage } from 'worker-timers-worker'; + +export const isCallNotification = (message: TWorkerMessage): message is ICallNotification => { + return (message).method !== undefined && (message).method === 'call'; +}; diff --git a/node_modules/worker-timers-broker/src/guards/clear-response.ts b/node_modules/worker-timers-broker/src/guards/clear-response.ts new file mode 100644 index 0000000..cdc1a5d --- /dev/null +++ b/node_modules/worker-timers-broker/src/guards/clear-response.ts @@ -0,0 +1,5 @@ +import { IClearResponse, TWorkerMessage } from 'worker-timers-worker'; + +export const isClearResponse = (message: TWorkerMessage): message is IClearResponse => { + return (message).error === null && typeof message.id === 'number'; +}; diff --git a/node_modules/worker-timers-broker/src/module.ts b/node_modules/worker-timers-broker/src/module.ts new file mode 100644 index 0000000..550c8ea --- /dev/null +++ b/node_modules/worker-timers-broker/src/module.ts @@ -0,0 +1,173 @@ +import { generateUniqueNumber } from 'fast-unique-numbers'; +import { IClearRequest, ISetNotification, IWorkerEvent, TTimerType } from 'worker-timers-worker'; +import { isCallNotification } from './guards/call-notification'; +import { isClearResponse } from './guards/clear-response'; + +export const load = (url: string) => { + // Prefilling the Maps with a function indexed by zero is necessary to be compliant with the specification. + const scheduledIntervalFunctions: Map = new Map([[0, () => {}]]); // tslint:disable-line no-empty + const scheduledTimeoutFunctions: Map = new Map([[0, () => {}]]); // tslint:disable-line no-empty + const unrespondedRequests: Map = new Map(); + + const worker = new Worker(url); + + worker.addEventListener('message', ({ data }: IWorkerEvent) => { + if (isCallNotification(data)) { + const { + params: { timerId, timerType } + } = data; + + if (timerType === 'interval') { + const idOrFunc = scheduledIntervalFunctions.get(timerId); + + if (typeof idOrFunc === 'number') { + const timerIdAndTimerType = unrespondedRequests.get(idOrFunc); + + if ( + timerIdAndTimerType === undefined || + timerIdAndTimerType.timerId !== timerId || + timerIdAndTimerType.timerType !== timerType + ) { + throw new Error('The timer is in an undefined state.'); + } + } else if (typeof idOrFunc !== 'undefined') { + idOrFunc(); + } else { + throw new Error('The timer is in an undefined state.'); + } + } else if (timerType === 'timeout') { + const idOrFunc = scheduledTimeoutFunctions.get(timerId); + + if (typeof idOrFunc === 'number') { + const timerIdAndTimerType = unrespondedRequests.get(idOrFunc); + + if ( + timerIdAndTimerType === undefined || + timerIdAndTimerType.timerId !== timerId || + timerIdAndTimerType.timerType !== timerType + ) { + throw new Error('The timer is in an undefined state.'); + } + } else if (typeof idOrFunc !== 'undefined') { + idOrFunc(); + + // A timeout can be savely deleted because it is only called once. + scheduledTimeoutFunctions.delete(timerId); + } else { + throw new Error('The timer is in an undefined state.'); + } + } + } else if (isClearResponse(data)) { + const { id } = data; + + const timerIdAndTimerType = unrespondedRequests.get(id); + + if (timerIdAndTimerType === undefined) { + throw new Error('The timer is in an undefined state.'); + } + + const { timerId, timerType } = timerIdAndTimerType; + + unrespondedRequests.delete(id); + + if (timerType === 'interval') { + scheduledIntervalFunctions.delete(timerId); + } else { + scheduledTimeoutFunctions.delete(timerId); + } + } else { + const { + error: { message } + } = data; + + throw new Error(message); + } + }); + + const clearInterval = (timerId: number) => { + const id = generateUniqueNumber(unrespondedRequests); + + unrespondedRequests.set(id, { timerId, timerType: 'interval' }); + scheduledIntervalFunctions.set(timerId, id); + + worker.postMessage({ + id, + method: 'clear', + params: { timerId, timerType: 'interval' } + }); + }; + + const clearTimeout = (timerId: number) => { + const id = generateUniqueNumber(unrespondedRequests); + + unrespondedRequests.set(id, { timerId, timerType: 'timeout' }); + scheduledTimeoutFunctions.set(timerId, id); + + worker.postMessage({ + id, + method: 'clear', + params: { timerId, timerType: 'timeout' } + }); + }; + + const setInterval = (func: Function, delay = 0) => { + const timerId = generateUniqueNumber(scheduledIntervalFunctions); + + scheduledIntervalFunctions.set(timerId, () => { + func(); + + // Doublecheck if the interval should still be rescheduled because it could have been cleared inside of func(). + if (typeof scheduledIntervalFunctions.get(timerId) === 'function') { + worker.postMessage({ + id: null, + method: 'set', + params: { + delay, + now: performance.now(), + timerId, + timerType: 'interval' + } + }); + } + }); + + worker.postMessage({ + id: null, + method: 'set', + params: { + delay, + now: performance.now(), + timerId, + timerType: 'interval' + } + }); + + return timerId; + }; + + const setTimeout = (func: Function, delay = 0) => { + const timerId = generateUniqueNumber(scheduledTimeoutFunctions); + + scheduledTimeoutFunctions.set(timerId, func); + + worker.postMessage({ + id: null, + method: 'set', + params: { + delay, + now: performance.now(), + timerId, + timerType: 'timeout' + } + }); + + return timerId; + }; + + return { + clearInterval, + clearTimeout, + setInterval, + setTimeout + }; +}; diff --git a/node_modules/worker-timers-broker/src/tsconfig.json b/node_modules/worker-timers-broker/src/tsconfig.json new file mode 100644 index 0000000..53941c6 --- /dev/null +++ b/node_modules/worker-timers-broker/src/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "isolatedModules": true + }, + "extends": "tsconfig-holy-grail/src/tsconfig-browser" +} diff --git a/node_modules/worker-timers-worker/LICENSE b/node_modules/worker-timers-worker/LICENSE new file mode 100644 index 0000000..470f893 --- /dev/null +++ b/node_modules/worker-timers-worker/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Christoph Guttandin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/worker-timers-worker/README.md b/node_modules/worker-timers-worker/README.md new file mode 100644 index 0000000..46748ea --- /dev/null +++ b/node_modules/worker-timers-worker/README.md @@ -0,0 +1,5 @@ +# worker-timers-worker + +**The worker which is used by the worker-timers package.** + +[![version](https://img.shields.io/npm/v/worker-timers-worker.svg?style=flat-square)](https://www.npmjs.com/package/worker-timers-worker) diff --git a/node_modules/worker-timers-worker/build/es2019/helpers/timer.d.ts b/node_modules/worker-timers-worker/build/es2019/helpers/timer.d.ts new file mode 100644 index 0000000..4d7d0b8 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/helpers/timer.d.ts @@ -0,0 +1,5 @@ +export declare const clearScheduledInterval: (timerId: number) => void; +export declare const clearScheduledTimeout: (timerId: number) => void; +export declare const scheduleInterval: (delay: number, timerId: number, nowInMainThread: number) => void; +export declare const scheduleTimeout: (delay: number, timerId: number, nowInMainThread: number) => void; +//# sourceMappingURL=timer.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/helpers/timer.d.ts.map b/node_modules/worker-timers-worker/build/es2019/helpers/timer.d.ts.map new file mode 100644 index 0000000..9ab5f57 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/helpers/timer.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"timer.d.ts","sourceRoot":"","sources":["../../../src/helpers/timer.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,sBAAsB,YAAa,MAAM,SASrD,CAAC;AAEF,eAAO,MAAM,qBAAqB,YAAa,MAAM,SASpD,CAAC;AA0BF,eAAO,MAAM,gBAAgB,UAAW,MAAM,WAAW,MAAM,mBAAmB,MAAM,SAOvF,CAAC;AAEF,eAAO,MAAM,eAAe,UAAW,MAAM,WAAW,MAAM,mBAAmB,MAAM,SAOtF,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/helpers/timer.js b/node_modules/worker-timers-worker/build/es2019/helpers/timer.js new file mode 100644 index 0000000..7219afc --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/helpers/timer.js @@ -0,0 +1,50 @@ +const scheduledIntervalIdentifiers = new Map(); +const scheduledTimeoutIdentifiers = new Map(); +export const clearScheduledInterval = (timerId) => { + const identifier = scheduledIntervalIdentifiers.get(timerId); + if (identifier !== undefined) { + clearTimeout(identifier); + scheduledIntervalIdentifiers.delete(timerId); + } + else { + throw new Error(`There is no interval scheduled with the given id "${timerId}".`); + } +}; +export const clearScheduledTimeout = (timerId) => { + const identifier = scheduledTimeoutIdentifiers.get(timerId); + if (identifier !== undefined) { + clearTimeout(identifier); + scheduledTimeoutIdentifiers.delete(timerId); + } + else { + throw new Error(`There is no timeout scheduled with the given id "${timerId}".`); + } +}; +const computeDelayAndExpectedCallbackTime = (delay, nowInMainThread) => { + let now; + let remainingDelay; + const nowInWorker = performance.now(); + const elapsed = Math.max(0, nowInWorker - nowInMainThread); + now = nowInWorker; + remainingDelay = delay - elapsed; + const expected = now + remainingDelay; + return { expected, remainingDelay }; +}; +const setTimeoutCallback = (identifiers, timerId, expected, timerType) => { + const now = performance.now(); + if (now > expected) { + postMessage({ id: null, method: 'call', params: { timerId, timerType } }); + } + else { + identifiers.set(timerId, setTimeout(setTimeoutCallback, expected - now, identifiers, timerId, expected, timerType)); + } +}; +export const scheduleInterval = (delay, timerId, nowInMainThread) => { + const { expected, remainingDelay } = computeDelayAndExpectedCallbackTime(delay, nowInMainThread); + scheduledIntervalIdentifiers.set(timerId, setTimeout(setTimeoutCallback, remainingDelay, scheduledIntervalIdentifiers, timerId, expected, 'interval')); +}; +export const scheduleTimeout = (delay, timerId, nowInMainThread) => { + const { expected, remainingDelay } = computeDelayAndExpectedCallbackTime(delay, nowInMainThread); + scheduledTimeoutIdentifiers.set(timerId, setTimeout(setTimeoutCallback, remainingDelay, scheduledTimeoutIdentifiers, timerId, expected, 'timeout')); +}; +//# sourceMappingURL=timer.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/helpers/timer.js.map b/node_modules/worker-timers-worker/build/es2019/helpers/timer.js.map new file mode 100644 index 0000000..0a92afd --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/helpers/timer.js.map @@ -0,0 +1 @@ +{"version":3,"file":"timer.js","sourceRoot":"","sources":["../../../src/helpers/timer.ts"],"names":[],"mappings":"AAEA,MAAM,4BAA4B,GAAwB,IAAI,GAAG,EAAE,CAAC;AACpE,MAAM,2BAA2B,GAAwB,IAAI,GAAG,EAAE,CAAC;AAEnE,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,OAAe,EAAE,EAAE;IACtD,MAAM,UAAU,GAAG,4BAA4B,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IAE7D,IAAI,UAAU,KAAK,SAAS,EAAE,CAAC;QAC3B,YAAY,CAAC,UAAU,CAAC,CAAC;QACzB,4BAA4B,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IACjD,CAAC;SAAM,CAAC;QACJ,MAAM,IAAI,KAAK,CAAC,qDAAqD,OAAO,IAAI,CAAC,CAAC;IACtF,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,OAAe,EAAE,EAAE;IACrD,MAAM,UAAU,GAAG,2BAA2B,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;IAE5D,IAAI,UAAU,KAAK,SAAS,EAAE,CAAC;QAC3B,YAAY,CAAC,UAAU,CAAC,CAAC;QACzB,2BAA2B,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;IAChD,CAAC;SAAM,CAAC;QACJ,MAAM,IAAI,KAAK,CAAC,oDAAoD,OAAO,IAAI,CAAC,CAAC;IACrF,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,mCAAmC,GAAG,CAAC,KAAa,EAAE,eAAuB,EAAE,EAAE;IACnF,IAAI,GAAW,CAAC;IAChB,IAAI,cAAsB,CAAC;IAC3B,MAAM,WAAW,GAAG,WAAW,CAAC,GAAG,EAAE,CAAC;IACtC,MAAM,OAAO,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,WAAW,GAAG,eAAe,CAAC,CAAC;IAE3D,GAAG,GAAG,WAAW,CAAC;IAClB,cAAc,GAAG,KAAK,GAAG,OAAO,CAAC;IAEjC,MAAM,QAAQ,GAAG,GAAG,GAAG,cAAc,CAAC;IAEtC,OAAO,EAAE,QAAQ,EAAE,cAAc,EAAE,CAAC;AACxC,CAAC,CAAC;AAEF,MAAM,kBAAkB,GAAG,CAAC,WAAgC,EAAE,OAAe,EAAE,QAAgB,EAAE,SAAiB,EAAE,EAAE;IAClH,MAAM,GAAG,GAAG,WAAW,CAAC,GAAG,EAAE,CAAC;IAE9B,IAAI,GAAG,GAAG,QAAQ,EAAE,CAAC;QACjB,WAAW,CAAoB,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,OAAO,EAAE,SAAS,EAAE,EAAE,CAAC,CAAC;IACjG,CAAC;SAAM,CAAC;QACJ,WAAW,CAAC,GAAG,CAAC,OAAO,EAAE,UAAU,CAAC,kBAAkB,EAAE,QAAQ,GAAG,GAAG,EAAE,WAAW,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,CAAC,CAAC,CAAC;IACxH,CAAC;AACL,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,gBAAgB,GAAG,CAAC,KAAa,EAAE,OAAe,EAAE,eAAuB,EAAE,EAAE;IACxF,MAAM,EAAE,QAAQ,EAAE,cAAc,EAAE,GAAG,mCAAmC,CAAC,KAAK,EAAE,eAAe,CAAC,CAAC;IAEjG,4BAA4B,CAAC,GAAG,CAC5B,OAAO,EACP,UAAU,CAAC,kBAAkB,EAAE,cAAc,EAAE,4BAA4B,EAAE,OAAO,EAAE,QAAQ,EAAE,UAAU,CAAC,CAC9G,CAAC;AACN,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,KAAa,EAAE,OAAe,EAAE,eAAuB,EAAE,EAAE;IACvF,MAAM,EAAE,QAAQ,EAAE,cAAc,EAAE,GAAG,mCAAmC,CAAC,KAAK,EAAE,eAAe,CAAC,CAAC;IAEjG,2BAA2B,CAAC,GAAG,CAC3B,OAAO,EACP,UAAU,CAAC,kBAAkB,EAAE,cAAc,EAAE,2BAA2B,EAAE,OAAO,EAAE,QAAQ,EAAE,SAAS,CAAC,CAC5G,CAAC;AACN,CAAC,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/broker-event.d.ts b/node_modules/worker-timers-worker/build/es2019/interfaces/broker-event.d.ts new file mode 100644 index 0000000..de6e4b2 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/broker-event.d.ts @@ -0,0 +1,5 @@ +import { TBrokerMessage } from '../types'; +export interface IBrokerEvent extends Event { + data: TBrokerMessage; +} +//# sourceMappingURL=broker-event.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/broker-event.d.ts.map b/node_modules/worker-timers-worker/build/es2019/interfaces/broker-event.d.ts.map new file mode 100644 index 0000000..f4aa505 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/broker-event.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"broker-event.d.ts","sourceRoot":"","sources":["../../../src/interfaces/broker-event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C,MAAM,WAAW,YAAa,SAAQ,KAAK;IACvC,IAAI,EAAE,cAAc,CAAC;CACxB"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/broker-event.js b/node_modules/worker-timers-worker/build/es2019/interfaces/broker-event.js new file mode 100644 index 0000000..4127426 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/broker-event.js @@ -0,0 +1,2 @@ +export {}; +//# sourceMappingURL=broker-event.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/broker-event.js.map b/node_modules/worker-timers-worker/build/es2019/interfaces/broker-event.js.map new file mode 100644 index 0000000..ddd90b4 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/broker-event.js.map @@ -0,0 +1 @@ +{"version":3,"file":"broker-event.js","sourceRoot":"","sources":["../../../src/interfaces/broker-event.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.d.ts b/node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.d.ts new file mode 100644 index 0000000..871014d --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.d.ts @@ -0,0 +1,10 @@ +import { TTimerType } from '../types'; +export interface ICallNotification { + id: null; + method: 'call'; + params: { + timerId: number; + timerType: TTimerType; + }; +} +//# sourceMappingURL=call-notification.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.d.ts.map b/node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.d.ts.map new file mode 100644 index 0000000..e783554 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"call-notification.d.ts","sourceRoot":"","sources":["../../../src/interfaces/call-notification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC,MAAM,WAAW,iBAAiB;IAC9B,EAAE,EAAE,IAAI,CAAC;IAET,MAAM,EAAE,MAAM,CAAC;IAEf,MAAM,EAAE;QACJ,OAAO,EAAE,MAAM,CAAC;QAEhB,SAAS,EAAE,UAAU,CAAC;KACzB,CAAC;CACL"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.js b/node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.js new file mode 100644 index 0000000..0fc080b --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.js @@ -0,0 +1,2 @@ +export {}; +//# sourceMappingURL=call-notification.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.js.map b/node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.js.map new file mode 100644 index 0000000..0ab7e0e --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/call-notification.js.map @@ -0,0 +1 @@ +{"version":3,"file":"call-notification.js","sourceRoot":"","sources":["../../../src/interfaces/call-notification.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.d.ts b/node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.d.ts new file mode 100644 index 0000000..b3638c7 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.d.ts @@ -0,0 +1,10 @@ +import { TTimerType } from '../types'; +export interface IClearRequest { + id: number; + method: 'clear'; + params: { + timerId: number; + timerType: TTimerType; + }; +} +//# sourceMappingURL=clear-request.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.d.ts.map b/node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.d.ts.map new file mode 100644 index 0000000..1713da1 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"clear-request.d.ts","sourceRoot":"","sources":["../../../src/interfaces/clear-request.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC,MAAM,WAAW,aAAa;IAC1B,EAAE,EAAE,MAAM,CAAC;IAEX,MAAM,EAAE,OAAO,CAAC;IAEhB,MAAM,EAAE;QACJ,OAAO,EAAE,MAAM,CAAC;QAEhB,SAAS,EAAE,UAAU,CAAC;KACzB,CAAC;CACL"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.js b/node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.js new file mode 100644 index 0000000..180e89e --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.js @@ -0,0 +1,2 @@ +export {}; +//# sourceMappingURL=clear-request.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.js.map b/node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.js.map new file mode 100644 index 0000000..9eb5732 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/clear-request.js.map @@ -0,0 +1 @@ +{"version":3,"file":"clear-request.js","sourceRoot":"","sources":["../../../src/interfaces/clear-request.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/clear-response.d.ts b/node_modules/worker-timers-worker/build/es2019/interfaces/clear-response.d.ts new file mode 100644 index 0000000..9ee40e7 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/clear-response.d.ts @@ -0,0 +1,5 @@ +export interface IClearResponse { + error: null; + id: number; +} +//# sourceMappingURL=clear-response.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/clear-response.d.ts.map b/node_modules/worker-timers-worker/build/es2019/interfaces/clear-response.d.ts.map new file mode 100644 index 0000000..83040cc --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/clear-response.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"clear-response.d.ts","sourceRoot":"","sources":["../../../src/interfaces/clear-response.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC3B,KAAK,EAAE,IAAI,CAAC;IAEZ,EAAE,EAAE,MAAM,CAAC;CACd"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/clear-response.js b/node_modules/worker-timers-worker/build/es2019/interfaces/clear-response.js new file mode 100644 index 0000000..505a7d9 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/clear-response.js @@ -0,0 +1,2 @@ +export {}; +//# sourceMappingURL=clear-response.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/clear-response.js.map b/node_modules/worker-timers-worker/build/es2019/interfaces/clear-response.js.map new file mode 100644 index 0000000..8ebd43d --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/clear-response.js.map @@ -0,0 +1 @@ +{"version":3,"file":"clear-response.js","sourceRoot":"","sources":["../../../src/interfaces/clear-response.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/error-notification.d.ts b/node_modules/worker-timers-worker/build/es2019/interfaces/error-notification.d.ts new file mode 100644 index 0000000..573806d --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/error-notification.d.ts @@ -0,0 +1,8 @@ +export interface IErrorNotification { + error: { + message: string; + }; + id: null; + result: null; +} +//# sourceMappingURL=error-notification.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/error-notification.d.ts.map b/node_modules/worker-timers-worker/build/es2019/interfaces/error-notification.d.ts.map new file mode 100644 index 0000000..2486080 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/error-notification.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"error-notification.d.ts","sourceRoot":"","sources":["../../../src/interfaces/error-notification.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IAC/B,KAAK,EAAE;QACH,OAAO,EAAE,MAAM,CAAC;KACnB,CAAC;IAEF,EAAE,EAAE,IAAI,CAAC;IAET,MAAM,EAAE,IAAI,CAAC;CAChB"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/error-notification.js b/node_modules/worker-timers-worker/build/es2019/interfaces/error-notification.js new file mode 100644 index 0000000..85468ad --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/error-notification.js @@ -0,0 +1,2 @@ +export {}; +//# sourceMappingURL=error-notification.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/error-notification.js.map b/node_modules/worker-timers-worker/build/es2019/interfaces/error-notification.js.map new file mode 100644 index 0000000..1ccbd38 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/error-notification.js.map @@ -0,0 +1 @@ +{"version":3,"file":"error-notification.js","sourceRoot":"","sources":["../../../src/interfaces/error-notification.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/error-response.d.ts b/node_modules/worker-timers-worker/build/es2019/interfaces/error-response.d.ts new file mode 100644 index 0000000..66c61bc --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/error-response.d.ts @@ -0,0 +1,8 @@ +export interface IErrorResponse { + error: { + message: string; + }; + id: number; + result: null; +} +//# sourceMappingURL=error-response.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/error-response.d.ts.map b/node_modules/worker-timers-worker/build/es2019/interfaces/error-response.d.ts.map new file mode 100644 index 0000000..6a33234 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/error-response.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"error-response.d.ts","sourceRoot":"","sources":["../../../src/interfaces/error-response.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC3B,KAAK,EAAE;QACH,OAAO,EAAE,MAAM,CAAC;KACnB,CAAC;IAEF,EAAE,EAAE,MAAM,CAAC;IAEX,MAAM,EAAE,IAAI,CAAC;CAChB"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/error-response.js b/node_modules/worker-timers-worker/build/es2019/interfaces/error-response.js new file mode 100644 index 0000000..9c3ac24 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/error-response.js @@ -0,0 +1,2 @@ +export {}; +//# sourceMappingURL=error-response.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/error-response.js.map b/node_modules/worker-timers-worker/build/es2019/interfaces/error-response.js.map new file mode 100644 index 0000000..67c6115 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/error-response.js.map @@ -0,0 +1 @@ +{"version":3,"file":"error-response.js","sourceRoot":"","sources":["../../../src/interfaces/error-response.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/index.d.ts b/node_modules/worker-timers-worker/build/es2019/interfaces/index.d.ts new file mode 100644 index 0000000..d5313e4 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/index.d.ts @@ -0,0 +1,9 @@ +export * from './broker-event'; +export * from './call-notification'; +export * from './clear-request'; +export * from './clear-response'; +export * from './error-notification'; +export * from './error-response'; +export * from './set-notification'; +export * from './worker-event'; +//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/index.d.ts.map b/node_modules/worker-timers-worker/build/es2019/interfaces/index.d.ts.map new file mode 100644 index 0000000..6dea02a --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/index.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/index.js b/node_modules/worker-timers-worker/build/es2019/interfaces/index.js new file mode 100644 index 0000000..bb3f018 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/index.js @@ -0,0 +1,9 @@ +export * from './broker-event'; +export * from './call-notification'; +export * from './clear-request'; +export * from './clear-response'; +export * from './error-notification'; +export * from './error-response'; +export * from './set-notification'; +export * from './worker-event'; +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/index.js.map b/node_modules/worker-timers-worker/build/es2019/interfaces/index.js.map new file mode 100644 index 0000000..4396a14 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/interfaces/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,gBAAgB,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.d.ts b/node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.d.ts new file mode 100644 index 0000000..4e47aa1 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.d.ts @@ -0,0 +1,12 @@ +import { TTimerType } from '../types'; +export interface ISetNotification { + id: null; + method: 'set'; + params: { + delay: number; + now: number; + timerId: number; + timerType: TTimerType; + }; +} +//# sourceMappingURL=set-notification.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.d.ts.map b/node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.d.ts.map new file mode 100644 index 0000000..0738c08 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"set-notification.d.ts","sourceRoot":"","sources":["../../../src/interfaces/set-notification.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAEtC,MAAM,WAAW,gBAAgB;IAC7B,EAAE,EAAE,IAAI,CAAC;IAET,MAAM,EAAE,KAAK,CAAC;IAEd,MAAM,EAAE;QACJ,KAAK,EAAE,MAAM,CAAC;QAEd,GAAG,EAAE,MAAM,CAAC;QAEZ,OAAO,EAAE,MAAM,CAAC;QAEhB,SAAS,EAAE,UAAU,CAAC;KACzB,CAAC;CACL"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.js b/node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.js new file mode 100644 index 0000000..458c698 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.js @@ -0,0 +1,2 @@ +export {}; +//# sourceMappingURL=set-notification.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.js.map b/node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.js.map new file mode 100644 index 0000000..b8cdb34 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/set-notification.js.map @@ -0,0 +1 @@ +{"version":3,"file":"set-notification.js","sourceRoot":"","sources":["../../../src/interfaces/set-notification.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/worker-event.d.ts b/node_modules/worker-timers-worker/build/es2019/interfaces/worker-event.d.ts new file mode 100644 index 0000000..d10a89e --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/worker-event.d.ts @@ -0,0 +1,5 @@ +import { TWorkerMessage } from '../types'; +export interface IWorkerEvent extends Event { + data: TWorkerMessage; +} +//# sourceMappingURL=worker-event.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/worker-event.d.ts.map b/node_modules/worker-timers-worker/build/es2019/interfaces/worker-event.d.ts.map new file mode 100644 index 0000000..43ecf8f --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/worker-event.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"worker-event.d.ts","sourceRoot":"","sources":["../../../src/interfaces/worker-event.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C,MAAM,WAAW,YAAa,SAAQ,KAAK;IACvC,IAAI,EAAE,cAAc,CAAC;CACxB"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/worker-event.js b/node_modules/worker-timers-worker/build/es2019/interfaces/worker-event.js new file mode 100644 index 0000000..44f9120 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/worker-event.js @@ -0,0 +1,2 @@ +export {}; +//# sourceMappingURL=worker-event.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/interfaces/worker-event.js.map b/node_modules/worker-timers-worker/build/es2019/interfaces/worker-event.js.map new file mode 100644 index 0000000..e4f5f8d --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/interfaces/worker-event.js.map @@ -0,0 +1 @@ +{"version":3,"file":"worker-event.js","sourceRoot":"","sources":["../../../src/interfaces/worker-event.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/module.d.ts b/node_modules/worker-timers-worker/build/es2019/module.d.ts new file mode 100644 index 0000000..cab3803 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/module.d.ts @@ -0,0 +1,3 @@ +export * from './interfaces/index'; +export * from './types/index'; +//# sourceMappingURL=module.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/module.d.ts.map b/node_modules/worker-timers-worker/build/es2019/module.d.ts.map new file mode 100644 index 0000000..f001008 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/module.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../src/module.ts"],"names":[],"mappings":"AAOA,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/module.js b/node_modules/worker-timers-worker/build/es2019/module.js new file mode 100644 index 0000000..96abe5b --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/module.js @@ -0,0 +1,50 @@ +import { clearScheduledInterval, clearScheduledTimeout, scheduleInterval, scheduleTimeout } from './helpers/timer'; +/* + * @todo Explicitly referencing the barrel file seems to be necessary when enabling the + * isolatedModules compiler option. + */ +export * from './interfaces/index'; +export * from './types/index'; +addEventListener('message', ({ data }) => { + try { + if (data.method === 'clear') { + const { id, params: { timerId, timerType } } = data; + if (timerType === 'interval') { + clearScheduledInterval(timerId); + postMessage({ error: null, id }); + } + else if (timerType === 'timeout') { + clearScheduledTimeout(timerId); + postMessage({ error: null, id }); + } + else { + throw new Error(`The given type "${timerType}" is not supported`); + } + } + else if (data.method === 'set') { + const { params: { delay, now, timerId, timerType } } = data; + if (timerType === 'interval') { + scheduleInterval(delay, timerId, now); + } + else if (timerType === 'timeout') { + scheduleTimeout(delay, timerId, now); + } + else { + throw new Error(`The given type "${timerType}" is not supported`); + } + } + else { + throw new Error(`The given method "${data.method}" is not supported`); + } + } + catch (err) { + postMessage({ + error: { + message: err.message + }, + id: data.id, + result: null + }); + } +}); +//# sourceMappingURL=module.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/module.js.map b/node_modules/worker-timers-worker/build/es2019/module.js.map new file mode 100644 index 0000000..e0db537 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/module.js.map @@ -0,0 +1 @@ +{"version":3,"file":"module.js","sourceRoot":"","sources":["../../src/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAC;AAGnH;;;GAGG;AACH,cAAc,oBAAoB,CAAC;AACnC,cAAc,eAAe,CAAC;AAE9B,gBAAgB,CAAC,SAAS,EAAE,CAAC,EAAE,IAAI,EAAgB,EAAE,EAAE;IACnD,IAAI,CAAC;QACD,IAAI,IAAI,CAAC,MAAM,KAAK,OAAO,EAAE,CAAC;YAC1B,MAAM,EACF,EAAE,EACF,MAAM,EAAE,EAAE,OAAO,EAAE,SAAS,EAAE,EACjC,GAAG,IAAI,CAAC;YAET,IAAI,SAAS,KAAK,UAAU,EAAE,CAAC;gBAC3B,sBAAsB,CAAC,OAAO,CAAC,CAAC;gBAEhC,WAAW,CAAiB,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;YACrD,CAAC;iBAAM,IAAI,SAAS,KAAK,SAAS,EAAE,CAAC;gBACjC,qBAAqB,CAAC,OAAO,CAAC,CAAC;gBAE/B,WAAW,CAAiB,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;YACrD,CAAC;iBAAM,CAAC;gBACJ,MAAM,IAAI,KAAK,CAAC,mBAAmB,SAAS,oBAAoB,CAAC,CAAC;YACtE,CAAC;QACL,CAAC;aAAM,IAAI,IAAI,CAAC,MAAM,KAAK,KAAK,EAAE,CAAC;YAC/B,MAAM,EACF,MAAM,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE,OAAO,EAAE,SAAS,EAAE,EAC7C,GAAG,IAAI,CAAC;YAET,IAAI,SAAS,KAAK,UAAU,EAAE,CAAC;gBAC3B,gBAAgB,CAAC,KAAK,EAAE,OAAO,EAAE,GAAG,CAAC,CAAC;YAC1C,CAAC;iBAAM,IAAI,SAAS,KAAK,SAAS,EAAE,CAAC;gBACjC,eAAe,CAAC,KAAK,EAAE,OAAO,EAAE,GAAG,CAAC,CAAC;YACzC,CAAC;iBAAM,CAAC;gBACJ,MAAM,IAAI,KAAK,CAAC,mBAAmB,SAAS,oBAAoB,CAAC,CAAC;YACtE,CAAC;QACL,CAAC;aAAM,CAAC;YACJ,MAAM,IAAI,KAAK,CAAC,qBAA2B,IAAK,CAAC,MAAM,oBAAoB,CAAC,CAAC;QACjF,CAAC;IACL,CAAC;IAAC,OAAO,GAAG,EAAE,CAAC;QACX,WAAW,CAAsC;YAC7C,KAAK,EAAE;gBACH,OAAO,EAAE,GAAG,CAAC,OAAO;aACvB;YACD,EAAE,EAAE,IAAI,CAAC,EAAE;YACX,MAAM,EAAE,IAAI;SACf,CAAC,CAAC;IACP,CAAC;AACL,CAAC,CAAC,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/types/broker-message.d.ts b/node_modules/worker-timers-worker/build/es2019/types/broker-message.d.ts new file mode 100644 index 0000000..410dce7 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/types/broker-message.d.ts @@ -0,0 +1,3 @@ +import { IClearRequest, ISetNotification } from '../interfaces'; +export type TBrokerMessage = IClearRequest | ISetNotification; +//# sourceMappingURL=broker-message.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/types/broker-message.d.ts.map b/node_modules/worker-timers-worker/build/es2019/types/broker-message.d.ts.map new file mode 100644 index 0000000..beff492 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/types/broker-message.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"broker-message.d.ts","sourceRoot":"","sources":["../../../src/types/broker-message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEhE,MAAM,MAAM,cAAc,GAAG,aAAa,GAAG,gBAAgB,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/types/broker-message.js b/node_modules/worker-timers-worker/build/es2019/types/broker-message.js new file mode 100644 index 0000000..61a8b62 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/types/broker-message.js @@ -0,0 +1,2 @@ +export {}; +//# sourceMappingURL=broker-message.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/types/broker-message.js.map b/node_modules/worker-timers-worker/build/es2019/types/broker-message.js.map new file mode 100644 index 0000000..ffadb00 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/types/broker-message.js.map @@ -0,0 +1 @@ +{"version":3,"file":"broker-message.js","sourceRoot":"","sources":["../../../src/types/broker-message.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/types/index.d.ts b/node_modules/worker-timers-worker/build/es2019/types/index.d.ts new file mode 100644 index 0000000..1f37166 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/types/index.d.ts @@ -0,0 +1,4 @@ +export * from './broker-message'; +export * from './timer-type'; +export * from './worker-message'; +//# sourceMappingURL=index.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/types/index.d.ts.map b/node_modules/worker-timers-worker/build/es2019/types/index.d.ts.map new file mode 100644 index 0000000..964ac82 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/types/index.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/types/index.js b/node_modules/worker-timers-worker/build/es2019/types/index.js new file mode 100644 index 0000000..8957fe9 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/types/index.js @@ -0,0 +1,4 @@ +export * from './broker-message'; +export * from './timer-type'; +export * from './worker-message'; +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/types/index.js.map b/node_modules/worker-timers-worker/build/es2019/types/index.js.map new file mode 100644 index 0000000..a7475fa --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/types/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/types/timer-type.d.ts b/node_modules/worker-timers-worker/build/es2019/types/timer-type.d.ts new file mode 100644 index 0000000..2048ba8 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/types/timer-type.d.ts @@ -0,0 +1,2 @@ +export type TTimerType = 'interval' | 'timeout'; +//# sourceMappingURL=timer-type.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/types/timer-type.d.ts.map b/node_modules/worker-timers-worker/build/es2019/types/timer-type.d.ts.map new file mode 100644 index 0000000..7dac6cc --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/types/timer-type.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"timer-type.d.ts","sourceRoot":"","sources":["../../../src/types/timer-type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,UAAU,GAAG,UAAU,GAAG,SAAS,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/types/timer-type.js b/node_modules/worker-timers-worker/build/es2019/types/timer-type.js new file mode 100644 index 0000000..124ae7a --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/types/timer-type.js @@ -0,0 +1,2 @@ +export {}; +//# sourceMappingURL=timer-type.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/types/timer-type.js.map b/node_modules/worker-timers-worker/build/es2019/types/timer-type.js.map new file mode 100644 index 0000000..cf7f4b5 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/types/timer-type.js.map @@ -0,0 +1 @@ +{"version":3,"file":"timer-type.js","sourceRoot":"","sources":["../../../src/types/timer-type.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/types/worker-message.d.ts b/node_modules/worker-timers-worker/build/es2019/types/worker-message.d.ts new file mode 100644 index 0000000..ca65feb --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/types/worker-message.d.ts @@ -0,0 +1,3 @@ +import { ICallNotification, IClearResponse, IErrorNotification, IErrorResponse } from '../interfaces'; +export type TWorkerMessage = ICallNotification | IClearResponse | IErrorNotification | IErrorResponse; +//# sourceMappingURL=worker-message.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/types/worker-message.d.ts.map b/node_modules/worker-timers-worker/build/es2019/types/worker-message.d.ts.map new file mode 100644 index 0000000..34a0ad1 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/types/worker-message.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"worker-message.d.ts","sourceRoot":"","sources":["../../../src/types/worker-message.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,cAAc,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAEtG,MAAM,MAAM,cAAc,GAAG,iBAAiB,GAAG,cAAc,GAAG,kBAAkB,GAAG,cAAc,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/types/worker-message.js b/node_modules/worker-timers-worker/build/es2019/types/worker-message.js new file mode 100644 index 0000000..82dddc6 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/types/worker-message.js @@ -0,0 +1,2 @@ +export {}; +//# sourceMappingURL=worker-message.js.map \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es2019/types/worker-message.js.map b/node_modules/worker-timers-worker/build/es2019/types/worker-message.js.map new file mode 100644 index 0000000..608667f --- /dev/null +++ b/node_modules/worker-timers-worker/build/es2019/types/worker-message.js.map @@ -0,0 +1 @@ +{"version":3,"file":"worker-message.js","sourceRoot":"","sources":["../../../src/types/worker-message.ts"],"names":[],"mappings":""} \ No newline at end of file diff --git a/node_modules/worker-timers-worker/build/es5/bundle.js b/node_modules/worker-timers-worker/build/es5/bundle.js new file mode 100644 index 0000000..6e3d3b4 --- /dev/null +++ b/node_modules/worker-timers-worker/build/es5/bundle.js @@ -0,0 +1,117 @@ +(function (factory) { + typeof define === 'function' && define.amd ? define(factory) : + factory(); +})((function () { 'use strict'; + + var scheduledIntervalIdentifiers = new Map(); + var scheduledTimeoutIdentifiers = new Map(); + var clearScheduledInterval = function clearScheduledInterval(timerId) { + var identifier = scheduledIntervalIdentifiers.get(timerId); + if (identifier !== undefined) { + clearTimeout(identifier); + scheduledIntervalIdentifiers["delete"](timerId); + } else { + throw new Error("There is no interval scheduled with the given id \"".concat(timerId, "\".")); + } + }; + var clearScheduledTimeout = function clearScheduledTimeout(timerId) { + var identifier = scheduledTimeoutIdentifiers.get(timerId); + if (identifier !== undefined) { + clearTimeout(identifier); + scheduledTimeoutIdentifiers["delete"](timerId); + } else { + throw new Error("There is no timeout scheduled with the given id \"".concat(timerId, "\".")); + } + }; + var computeDelayAndExpectedCallbackTime = function computeDelayAndExpectedCallbackTime(delay, nowInMainThread) { + var now; + var remainingDelay; + var nowInWorker = performance.now(); + var elapsed = Math.max(0, nowInWorker - nowInMainThread); + now = nowInWorker; + remainingDelay = delay - elapsed; + var expected = now + remainingDelay; + return { + expected: expected, + remainingDelay: remainingDelay + }; + }; + var setTimeoutCallback = function setTimeoutCallback(identifiers, timerId, expected, timerType) { + var now = performance.now(); + if (now > expected) { + postMessage({ + id: null, + method: 'call', + params: { + timerId: timerId, + timerType: timerType + } + }); + } else { + identifiers.set(timerId, setTimeout(setTimeoutCallback, expected - now, identifiers, timerId, expected, timerType)); + } + }; + var scheduleInterval = function scheduleInterval(delay, timerId, nowInMainThread) { + var _computeDelayAndExpec = computeDelayAndExpectedCallbackTime(delay, nowInMainThread), + expected = _computeDelayAndExpec.expected, + remainingDelay = _computeDelayAndExpec.remainingDelay; + scheduledIntervalIdentifiers.set(timerId, setTimeout(setTimeoutCallback, remainingDelay, scheduledIntervalIdentifiers, timerId, expected, 'interval')); + }; + var scheduleTimeout = function scheduleTimeout(delay, timerId, nowInMainThread) { + var _computeDelayAndExpec2 = computeDelayAndExpectedCallbackTime(delay, nowInMainThread), + expected = _computeDelayAndExpec2.expected, + remainingDelay = _computeDelayAndExpec2.remainingDelay; + scheduledTimeoutIdentifiers.set(timerId, setTimeout(setTimeoutCallback, remainingDelay, scheduledTimeoutIdentifiers, timerId, expected, 'timeout')); + }; + + addEventListener('message', function (_ref) { + var data = _ref.data; + try { + if (data.method === 'clear') { + var id = data.id, + _data$params = data.params, + timerId = _data$params.timerId, + timerType = _data$params.timerType; + if (timerType === 'interval') { + clearScheduledInterval(timerId); + postMessage({ + error: null, + id: id + }); + } else if (timerType === 'timeout') { + clearScheduledTimeout(timerId); + postMessage({ + error: null, + id: id + }); + } else { + throw new Error("The given type \"".concat(timerType, "\" is not supported")); + } + } else if (data.method === 'set') { + var _data$params2 = data.params, + delay = _data$params2.delay, + now = _data$params2.now, + _timerId = _data$params2.timerId, + _timerType = _data$params2.timerType; + if (_timerType === 'interval') { + scheduleInterval(delay, _timerId, now); + } else if (_timerType === 'timeout') { + scheduleTimeout(delay, _timerId, now); + } else { + throw new Error("The given type \"".concat(_timerType, "\" is not supported")); + } + } else { + throw new Error("The given method \"".concat(data.method, "\" is not supported")); + } + } catch (err) { + postMessage({ + error: { + message: err.message + }, + id: data.id, + result: null + }); + } + }); + +})); diff --git a/node_modules/worker-timers-worker/package.json b/node_modules/worker-timers-worker/package.json new file mode 100644 index 0000000..a511b56 --- /dev/null +++ b/node_modules/worker-timers-worker/package.json @@ -0,0 +1,91 @@ +{ + "author": "Christoph Guttandin", + "bugs": { + "url": "https://github.com/chrisguttandin/worker-timers-worker/issues" + }, + "config": { + "commitizen": { + "path": "cz-conventional-changelog" + } + }, + "contributors": [ + { + "email": "vac872089248@gmail.com", + "name": "Knissing" + } + ], + "dependencies": { + "@babel/runtime": "^7.24.5", + "tslib": "^2.6.2" + }, + "description": "The worker which is used by the worker-timers package.", + "devDependencies": { + "@babel/core": "^7.24.5", + "@babel/plugin-external-helpers": "^7.24.1", + "@babel/plugin-transform-runtime": "^7.24.3", + "@babel/preset-env": "^7.24.5", + "@commitlint/cli": "^19.3.0", + "@commitlint/config-angular": "^19.3.0", + "@rollup/plugin-babel": "^6.0.4", + "chai": "^4.3.10", + "commitizen": "^4.3.0", + "cz-conventional-changelog": "^3.3.0", + "eslint": "^8.57.0", + "eslint-config-holy-grail": "^59.0.8", + "grunt": "^1.6.1", + "grunt-cli": "^1.4.3", + "grunt-sh": "^0.2.1", + "husky": "^8.0.3", + "karma": "^6.4.3", + "karma-browserstack-launcher": "^1.6.0", + "karma-chrome-launcher": "^3.2.0", + "karma-cli": "^2.0.0", + "karma-firefox-launcher": "^2.1.3", + "karma-mocha": "^2.0.1", + "karma-mocha-webworker": "^1.3.0", + "karma-sinon-chai": "^2.0.2", + "karma-webkit-launcher": "^2.4.0", + "karma-webpack": "^5.0.1", + "lint-staged": "^15.2.2", + "load-grunt-config": "^4.0.1", + "memory-fs": "^0.5.0", + "mocha": "^10.4.0", + "prettier": "^3.2.5", + "rimraf": "^5.0.5", + "rollup": "^4.17.2", + "sinon": "^17.0.1", + "sinon-chai": "^3.7.0", + "ts-loader": "^9.5.1", + "tsconfig-holy-grail": "^15.0.1", + "tslint": "^6.1.3", + "tslint-config-holy-grail": "^56.0.1", + "typescript": "^5.4.5", + "webpack": "^5.91.0" + }, + "files": [ + "build/es2019/", + "build/es5/", + "src/" + ], + "homepage": "https://github.com/chrisguttandin/worker-timers-worker", + "license": "MIT", + "main": "build/es5/bundle.js", + "module": "build/es2019/module.js", + "name": "worker-timers-worker", + "repository": { + "type": "git", + "url": "https://github.com/chrisguttandin/worker-timers-worker.git" + }, + "scripts": { + "build": "rimraf build/* && tsc --project src/tsconfig.json && rollup --config config/rollup/bundle.mjs", + "lint": "npm run lint:config && npm run lint:src && npm run lint:test", + "lint:config": "eslint --config config/eslint/config.json --ext .js --report-unused-disable-directives config/", + "lint:src": "tslint --config config/tslint/src.json --project src/tsconfig.json src/*.ts src/**/*.ts", + "lint:test": "eslint --config config/eslint/test.json --ext .js --report-unused-disable-directives test/", + "prepare": "husky install", + "prepublishOnly": "npm run build", + "test": "grunt lint && grunt test" + }, + "types": "build/es2019/module.d.ts", + "version": "7.0.71" +} diff --git a/node_modules/worker-timers-worker/src/helpers/timer.ts b/node_modules/worker-timers-worker/src/helpers/timer.ts new file mode 100644 index 0000000..07eabd1 --- /dev/null +++ b/node_modules/worker-timers-worker/src/helpers/timer.ts @@ -0,0 +1,68 @@ +import { ICallNotification } from '../interfaces'; + +const scheduledIntervalIdentifiers: Map = new Map(); +const scheduledTimeoutIdentifiers: Map = new Map(); + +export const clearScheduledInterval = (timerId: number) => { + const identifier = scheduledIntervalIdentifiers.get(timerId); + + if (identifier !== undefined) { + clearTimeout(identifier); + scheduledIntervalIdentifiers.delete(timerId); + } else { + throw new Error(`There is no interval scheduled with the given id "${timerId}".`); + } +}; + +export const clearScheduledTimeout = (timerId: number) => { + const identifier = scheduledTimeoutIdentifiers.get(timerId); + + if (identifier !== undefined) { + clearTimeout(identifier); + scheduledTimeoutIdentifiers.delete(timerId); + } else { + throw new Error(`There is no timeout scheduled with the given id "${timerId}".`); + } +}; + +const computeDelayAndExpectedCallbackTime = (delay: number, nowInMainThread: number) => { + let now: number; + let remainingDelay: number; + const nowInWorker = performance.now(); + const elapsed = Math.max(0, nowInWorker - nowInMainThread); + + now = nowInWorker; + remainingDelay = delay - elapsed; + + const expected = now + remainingDelay; + + return { expected, remainingDelay }; +}; + +const setTimeoutCallback = (identifiers: Map, timerId: number, expected: number, timerType: string) => { + const now = performance.now(); + + if (now > expected) { + postMessage({ id: null, method: 'call', params: { timerId, timerType } }); + } else { + identifiers.set(timerId, setTimeout(setTimeoutCallback, expected - now, identifiers, timerId, expected, timerType)); + } +}; + +export const scheduleInterval = (delay: number, timerId: number, nowInMainThread: number) => { + const { expected, remainingDelay } = computeDelayAndExpectedCallbackTime(delay, nowInMainThread); + + scheduledIntervalIdentifiers.set( + timerId, + setTimeout(setTimeoutCallback, remainingDelay, scheduledIntervalIdentifiers, timerId, expected, 'interval') + ); +}; + +export const scheduleTimeout = (delay: number, timerId: number, nowInMainThread: number) => { + const { expected, remainingDelay } = computeDelayAndExpectedCallbackTime(delay, nowInMainThread); + + scheduledTimeoutIdentifiers.set( + timerId, + setTimeout(setTimeoutCallback, remainingDelay, scheduledTimeoutIdentifiers, timerId, expected, 'timeout') + ); +}; diff --git a/node_modules/worker-timers-worker/src/interfaces/broker-event.ts b/node_modules/worker-timers-worker/src/interfaces/broker-event.ts new file mode 100644 index 0000000..46c9a70 --- /dev/null +++ b/node_modules/worker-timers-worker/src/interfaces/broker-event.ts @@ -0,0 +1,5 @@ +import { TBrokerMessage } from '../types'; + +export interface IBrokerEvent extends Event { + data: TBrokerMessage; +} diff --git a/node_modules/worker-timers-worker/src/interfaces/call-notification.ts b/node_modules/worker-timers-worker/src/interfaces/call-notification.ts new file mode 100644 index 0000000..3977860 --- /dev/null +++ b/node_modules/worker-timers-worker/src/interfaces/call-notification.ts @@ -0,0 +1,13 @@ +import { TTimerType } from '../types'; + +export interface ICallNotification { + id: null; + + method: 'call'; + + params: { + timerId: number; + + timerType: TTimerType; + }; +} diff --git a/node_modules/worker-timers-worker/src/interfaces/clear-request.ts b/node_modules/worker-timers-worker/src/interfaces/clear-request.ts new file mode 100644 index 0000000..07aca43 --- /dev/null +++ b/node_modules/worker-timers-worker/src/interfaces/clear-request.ts @@ -0,0 +1,13 @@ +import { TTimerType } from '../types'; + +export interface IClearRequest { + id: number; + + method: 'clear'; + + params: { + timerId: number; + + timerType: TTimerType; + }; +} diff --git a/node_modules/worker-timers-worker/src/interfaces/clear-response.ts b/node_modules/worker-timers-worker/src/interfaces/clear-response.ts new file mode 100644 index 0000000..e680690 --- /dev/null +++ b/node_modules/worker-timers-worker/src/interfaces/clear-response.ts @@ -0,0 +1,5 @@ +export interface IClearResponse { + error: null; + + id: number; +} diff --git a/node_modules/worker-timers-worker/src/interfaces/error-notification.ts b/node_modules/worker-timers-worker/src/interfaces/error-notification.ts new file mode 100644 index 0000000..ed4b29e --- /dev/null +++ b/node_modules/worker-timers-worker/src/interfaces/error-notification.ts @@ -0,0 +1,9 @@ +export interface IErrorNotification { + error: { + message: string; + }; + + id: null; + + result: null; +} diff --git a/node_modules/worker-timers-worker/src/interfaces/error-response.ts b/node_modules/worker-timers-worker/src/interfaces/error-response.ts new file mode 100644 index 0000000..2d5ed7f --- /dev/null +++ b/node_modules/worker-timers-worker/src/interfaces/error-response.ts @@ -0,0 +1,9 @@ +export interface IErrorResponse { + error: { + message: string; + }; + + id: number; + + result: null; +} diff --git a/node_modules/worker-timers-worker/src/interfaces/index.ts b/node_modules/worker-timers-worker/src/interfaces/index.ts new file mode 100644 index 0000000..ec82b35 --- /dev/null +++ b/node_modules/worker-timers-worker/src/interfaces/index.ts @@ -0,0 +1,8 @@ +export * from './broker-event'; +export * from './call-notification'; +export * from './clear-request'; +export * from './clear-response'; +export * from './error-notification'; +export * from './error-response'; +export * from './set-notification'; +export * from './worker-event'; diff --git a/node_modules/worker-timers-worker/src/interfaces/set-notification.ts b/node_modules/worker-timers-worker/src/interfaces/set-notification.ts new file mode 100644 index 0000000..fa60f87 --- /dev/null +++ b/node_modules/worker-timers-worker/src/interfaces/set-notification.ts @@ -0,0 +1,17 @@ +import { TTimerType } from '../types'; + +export interface ISetNotification { + id: null; + + method: 'set'; + + params: { + delay: number; + + now: number; + + timerId: number; + + timerType: TTimerType; + }; +} diff --git a/node_modules/worker-timers-worker/src/interfaces/worker-event.ts b/node_modules/worker-timers-worker/src/interfaces/worker-event.ts new file mode 100644 index 0000000..0a32ca6 --- /dev/null +++ b/node_modules/worker-timers-worker/src/interfaces/worker-event.ts @@ -0,0 +1,5 @@ +import { TWorkerMessage } from '../types'; + +export interface IWorkerEvent extends Event { + data: TWorkerMessage; +} diff --git a/node_modules/worker-timers-worker/src/module.ts b/node_modules/worker-timers-worker/src/module.ts new file mode 100644 index 0000000..1115ec6 --- /dev/null +++ b/node_modules/worker-timers-worker/src/module.ts @@ -0,0 +1,54 @@ +import { clearScheduledInterval, clearScheduledTimeout, scheduleInterval, scheduleTimeout } from './helpers/timer'; +import { IBrokerEvent, IClearResponse, IErrorNotification, IErrorResponse } from './interfaces'; + +/* + * @todo Explicitly referencing the barrel file seems to be necessary when enabling the + * isolatedModules compiler option. + */ +export * from './interfaces/index'; +export * from './types/index'; + +addEventListener('message', ({ data }: IBrokerEvent) => { + try { + if (data.method === 'clear') { + const { + id, + params: { timerId, timerType } + } = data; + + if (timerType === 'interval') { + clearScheduledInterval(timerId); + + postMessage({ error: null, id }); + } else if (timerType === 'timeout') { + clearScheduledTimeout(timerId); + + postMessage({ error: null, id }); + } else { + throw new Error(`The given type "${timerType}" is not supported`); + } + } else if (data.method === 'set') { + const { + params: { delay, now, timerId, timerType } + } = data; + + if (timerType === 'interval') { + scheduleInterval(delay, timerId, now); + } else if (timerType === 'timeout') { + scheduleTimeout(delay, timerId, now); + } else { + throw new Error(`The given type "${timerType}" is not supported`); + } + } else { + throw new Error(`The given method "${(data).method}" is not supported`); + } + } catch (err) { + postMessage({ + error: { + message: err.message + }, + id: data.id, + result: null + }); + } +}); diff --git a/node_modules/worker-timers-worker/src/tsconfig.json b/node_modules/worker-timers-worker/src/tsconfig.json new file mode 100644 index 0000000..1dc2a50 --- /dev/null +++ b/node_modules/worker-timers-worker/src/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "isolatedModules": true + }, + "extends": "tsconfig-holy-grail/src/tsconfig-web-worker" +} diff --git a/node_modules/worker-timers-worker/src/types/broker-message.ts b/node_modules/worker-timers-worker/src/types/broker-message.ts new file mode 100644 index 0000000..f61f059 --- /dev/null +++ b/node_modules/worker-timers-worker/src/types/broker-message.ts @@ -0,0 +1,3 @@ +import { IClearRequest, ISetNotification } from '../interfaces'; + +export type TBrokerMessage = IClearRequest | ISetNotification; diff --git a/node_modules/worker-timers-worker/src/types/index.ts b/node_modules/worker-timers-worker/src/types/index.ts new file mode 100644 index 0000000..120d048 --- /dev/null +++ b/node_modules/worker-timers-worker/src/types/index.ts @@ -0,0 +1,3 @@ +export * from './broker-message'; +export * from './timer-type'; +export * from './worker-message'; diff --git a/node_modules/worker-timers-worker/src/types/timer-type.ts b/node_modules/worker-timers-worker/src/types/timer-type.ts new file mode 100644 index 0000000..2a2c650 --- /dev/null +++ b/node_modules/worker-timers-worker/src/types/timer-type.ts @@ -0,0 +1 @@ +export type TTimerType = 'interval' | 'timeout'; diff --git a/node_modules/worker-timers-worker/src/types/worker-message.ts b/node_modules/worker-timers-worker/src/types/worker-message.ts new file mode 100644 index 0000000..3a7d818 --- /dev/null +++ b/node_modules/worker-timers-worker/src/types/worker-message.ts @@ -0,0 +1,3 @@ +import { ICallNotification, IClearResponse, IErrorNotification, IErrorResponse } from '../interfaces'; + +export type TWorkerMessage = ICallNotification | IClearResponse | IErrorNotification | IErrorResponse; diff --git a/node_modules/worker-timers/LICENSE b/node_modules/worker-timers/LICENSE new file mode 100644 index 0000000..470f893 --- /dev/null +++ b/node_modules/worker-timers/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Christoph Guttandin + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/node_modules/worker-timers/README.md b/node_modules/worker-timers/README.md new file mode 100644 index 0000000..36c8317 --- /dev/null +++ b/node_modules/worker-timers/README.md @@ -0,0 +1,79 @@ +![logo](https://repository-images.githubusercontent.com/24792198/dd93c980-323f-11ea-8a14-a0299de4847a) + +# worker-timers + +**A replacement for setInterval() and setTimeout() which works in unfocused windows.** + +[![version](https://img.shields.io/npm/v/worker-timers.svg?style=flat-square)](https://www.npmjs.com/package/worker-timers) + +## Motivation + +For scripts that rely on [WindowTimers](http://www.w3.org/TR/html5/webappapis.html#timers) like `setInterval()` or `setTimeout()` things get confusing when the site which the script is running on loses focus. Chrome, Firefox and maybe others throttle the frequency at which they invoke those timers to a maximum of once per second in such a situation. However this is only true for the main thread and does not affect the behavior of [Web Workers](http://www.w3.org/TR/workers/). Therefore it is possible to avoid the throttling by using a worker to do the actual scheduling. This is exactly what `worker-timers` does. + +## Getting Started + +`worker-timers` is available as a package on [npm](https://www.npmjs.org/package/worker-timers). Run the following command to install it: + +```shell +npm install worker-timers +``` + +You can then import the exported functions in your code like this: + +```js +import { clearInterval, clearTimeout, setInterval, setTimeout } from 'worker-timers'; +``` + +The usage is exactly the same (despite of the [error handling](#error-handling) and the +[differentiation between intervals and timeouts](#differentiation-between-intervals-and-timeouts)) +as with the corresponding functions on the global scope. + +```js +var intervalId = setInterval(() => { + // do something many times +}, 100); + +clearInterval(intervalId); + +var timeoutId = setTimeout(() => { + // do something once +}, 100); + +clearTimeout(timeoutId); +``` + +## Error Handling + +The native WindowTimers are very forgiving. Calling `clearInterval()` or `clearTimeout()` without a value or with an id which doesn't exist will get ignored. In contrast to that `worker-timers` will throw an error when doing so. + +```js +// This will return undefined. +window.clearTimeout('not-a-timeout-id'); + +// This will throw an error. +clearTimeout('not-a-timeout-id'); +``` + +## Differentiation between Intervals and Timeouts + +Another difference between `worker-timers` and WindowTimers is that this package maintains two separate lists to store the ids of intervals and timeouts internally. WindowTimers do only have one list which allows intervals to be cancelled by calling `clearTimeout()` and the other way round. This is not possible with `worker-timers`. As mentioned above `worker-timers` will throw an error when provided with an unknown id. + +```js +const periodicWork = () => {}; + +// This will stop the interval. +const windowId = window.setInterval(periodicWork, 100); +window.clearTimeout(windowId); + +// This will throw an error. +const workerId = setInterval(periodicWork, 100); +clearTimeout(workerId); +``` + +## Server-Side Rendering + +This package is intended to be used in the browser and requires the browser to have [support for Web Workers](https://caniuse.com/#feat=webworkers). It does not contain any fallback which would allow it to run in another environment like Node.js which doesn't know about Web Workers. This is to prevent this package from silently failing in an unsupported browser. But it also means that it needs to be replaced when used in a web project which also supports server-side rendering. The replacement should be straightforward, at least in theory, because each function has the exact same signature as its corresponding builtin function. But the configuration of a real-life project can be tricky. For a concrete example, please have a look at the [worker-timers-ssr-example](https://github.com/newyork-anthonyng/worker-timers-ssr-example) provided by [@newyork-anthonyng](https://github.com/newyork-anthonyng). It shows the usage inside of a server-side rendered React app. + +## Angular (& Zone.js) + +If `worker-timers` is used inside of an Angular app and Zone.js (which is the default) is used to detect changes, the behavior of `worker-timers` can be confusing. Angular is using Zone.js which is patching the native `setInterval()` and `setTimeout()` functions to get notified about the invocation of their callback functions. But Angular (more specifically Zone.js) is not aware of `worker-timers` and doesn't get notified about any callback invocations. Therefore Angular needs to be notified manually about state changes that occur inside of a callback function which was scheduled with the help of `worker-timers`. diff --git a/node_modules/worker-timers/build/es2019/factories/load-or-return-broker.d.ts b/node_modules/worker-timers/build/es2019/factories/load-or-return-broker.d.ts new file mode 100644 index 0000000..f2bb84e --- /dev/null +++ b/node_modules/worker-timers/build/es2019/factories/load-or-return-broker.d.ts @@ -0,0 +1,2 @@ +export declare const createLoadOrReturnBroker: (loadBroker: (url: string) => Broker, worker: string) => () => Broker; +//# sourceMappingURL=load-or-return-broker.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers/build/es2019/factories/load-or-return-broker.d.ts.map b/node_modules/worker-timers/build/es2019/factories/load-or-return-broker.d.ts.map new file mode 100644 index 0000000..f159748 --- /dev/null +++ b/node_modules/worker-timers/build/es2019/factories/load-or-return-broker.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"load-or-return-broker.d.ts","sourceRoot":"","sources":["../../../src/factories/load-or-return-broker.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,wBAAwB,uBAAwB,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,UAAU,MAAM,iBAkBnG,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers/build/es2019/factories/load-or-return-broker.js b/node_modules/worker-timers/build/es2019/factories/load-or-return-broker.js new file mode 100644 index 0000000..2cb2ad0 --- /dev/null +++ b/node_modules/worker-timers/build/es2019/factories/load-or-return-broker.js @@ -0,0 +1,15 @@ +export const createLoadOrReturnBroker = (loadBroker, worker) => { + let broker = null; + return () => { + if (broker !== null) { + return broker; + } + const blob = new Blob([worker], { type: 'application/javascript; charset=utf-8' }); + const url = URL.createObjectURL(blob); + broker = loadBroker(url); + // Bug #1: Edge up until v18 didn't like the URL to be revoked directly. + setTimeout(() => URL.revokeObjectURL(url)); + return broker; + }; +}; +//# sourceMappingURL=load-or-return-broker.js.map \ No newline at end of file diff --git a/node_modules/worker-timers/build/es2019/factories/load-or-return-broker.js.map b/node_modules/worker-timers/build/es2019/factories/load-or-return-broker.js.map new file mode 100644 index 0000000..13e4847 --- /dev/null +++ b/node_modules/worker-timers/build/es2019/factories/load-or-return-broker.js.map @@ -0,0 +1 @@ +{"version":3,"file":"load-or-return-broker.js","sourceRoot":"","sources":["../../../src/factories/load-or-return-broker.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,wBAAwB,GAAG,CAAS,UAAmC,EAAE,MAAc,EAAE,EAAE;IACpG,IAAI,MAAM,GAAkB,IAAI,CAAC;IAEjC,OAAO,GAAG,EAAE;QACR,IAAI,MAAM,KAAK,IAAI,EAAE,CAAC;YAClB,OAAO,MAAM,CAAC;QAClB,CAAC;QAED,MAAM,IAAI,GAAG,IAAI,IAAI,CAAC,CAAC,MAAM,CAAC,EAAE,EAAE,IAAI,EAAE,uCAAuC,EAAE,CAAC,CAAC;QACnF,MAAM,GAAG,GAAG,GAAG,CAAC,eAAe,CAAC,IAAI,CAAC,CAAC;QAEtC,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC,CAAC;QAEzB,wEAAwE;QACxE,UAAU,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,eAAe,CAAC,GAAG,CAAC,CAAC,CAAC;QAE3C,OAAO,MAAM,CAAC;IAClB,CAAC,CAAC;AACN,CAAC,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers/build/es2019/module.d.ts b/node_modules/worker-timers/build/es2019/module.d.ts new file mode 100644 index 0000000..7092ee7 --- /dev/null +++ b/node_modules/worker-timers/build/es2019/module.d.ts @@ -0,0 +1,6 @@ +import { load } from 'worker-timers-broker'; +export declare const clearInterval: ReturnType['clearInterval']; +export declare const clearTimeout: ReturnType['clearTimeout']; +export declare const setInterval: ReturnType['setInterval']; +export declare const setTimeout: ReturnType['setTimeout']; +//# sourceMappingURL=module.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers/build/es2019/module.d.ts.map b/node_modules/worker-timers/build/es2019/module.d.ts.map new file mode 100644 index 0000000..bed7415 --- /dev/null +++ b/node_modules/worker-timers/build/es2019/module.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../../src/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAM5C,eAAO,MAAM,aAAa,EAAE,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC,eAAe,CAA4D,CAAC;AAEhI,eAAO,MAAM,YAAY,EAAE,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC,cAAc,CAA2D,CAAC;AAE7H,eAAO,MAAM,WAAW,EAAE,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC,aAAa,CAA0D,CAAC;AAE1H,eAAO,MAAM,UAAU,EAAE,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC,YAAY,CAAyD,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers/build/es2019/module.js b/node_modules/worker-timers/build/es2019/module.js new file mode 100644 index 0000000..d69f7d0 --- /dev/null +++ b/node_modules/worker-timers/build/es2019/module.js @@ -0,0 +1,9 @@ +import { load } from 'worker-timers-broker'; +import { createLoadOrReturnBroker } from './factories/load-or-return-broker'; +import { worker } from './worker/worker'; +const loadOrReturnBroker = createLoadOrReturnBroker(load, worker); +export const clearInterval = (timerId) => loadOrReturnBroker().clearInterval(timerId); +export const clearTimeout = (timerId) => loadOrReturnBroker().clearTimeout(timerId); +export const setInterval = (...args) => loadOrReturnBroker().setInterval(...args); +export const setTimeout = (...args) => loadOrReturnBroker().setTimeout(...args); +//# sourceMappingURL=module.js.map \ No newline at end of file diff --git a/node_modules/worker-timers/build/es2019/module.js.map b/node_modules/worker-timers/build/es2019/module.js.map new file mode 100644 index 0000000..6ce5572 --- /dev/null +++ b/node_modules/worker-timers/build/es2019/module.js.map @@ -0,0 +1 @@ +{"version":3,"file":"module.js","sourceRoot":"","sources":["../../src/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAC5C,OAAO,EAAE,wBAAwB,EAAE,MAAM,mCAAmC,CAAC;AAC7E,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AAEzC,MAAM,kBAAkB,GAAG,wBAAwB,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;AAElE,MAAM,CAAC,MAAM,aAAa,GAA6C,CAAC,OAAO,EAAE,EAAE,CAAC,kBAAkB,EAAE,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;AAEhI,MAAM,CAAC,MAAM,YAAY,GAA4C,CAAC,OAAO,EAAE,EAAE,CAAC,kBAAkB,EAAE,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;AAE7H,MAAM,CAAC,MAAM,WAAW,GAA2C,CAAC,GAAG,IAAI,EAAE,EAAE,CAAC,kBAAkB,EAAE,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC;AAE1H,MAAM,CAAC,MAAM,UAAU,GAA0C,CAAC,GAAG,IAAI,EAAE,EAAE,CAAC,kBAAkB,EAAE,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers/build/es2019/worker/worker.d.ts b/node_modules/worker-timers/build/es2019/worker/worker.d.ts new file mode 100644 index 0000000..cc31ca5 --- /dev/null +++ b/node_modules/worker-timers/build/es2019/worker/worker.d.ts @@ -0,0 +1,2 @@ +export declare const worker = "(()=>{\"use strict\";const e=new Map,t=new Map,r=(e,t)=>{let r,o;const i=performance.now();r=i,o=e-Math.max(0,i-t);return{expected:r+o,remainingDelay:o}},o=(e,t,r,i)=>{const s=performance.now();s>r?postMessage({id:null,method:\"call\",params:{timerId:t,timerType:i}}):e.set(t,setTimeout(o,r-s,e,t,r,i))};addEventListener(\"message\",(i=>{let{data:s}=i;try{if(\"clear\"===s.method){const{id:r,params:{timerId:o,timerType:i}}=s;if(\"interval\"===i)(t=>{const r=e.get(t);if(void 0===r)throw new Error('There is no interval scheduled with the given id \"'.concat(t,'\".'));clearTimeout(r),e.delete(t)})(o),postMessage({error:null,id:r});else{if(\"timeout\"!==i)throw new Error('The given type \"'.concat(i,'\" is not supported'));(e=>{const r=t.get(e);if(void 0===r)throw new Error('There is no timeout scheduled with the given id \"'.concat(e,'\".'));clearTimeout(r),t.delete(e)})(o),postMessage({error:null,id:r})}}else{if(\"set\"!==s.method)throw new Error('The given method \"'.concat(s.method,'\" is not supported'));{const{params:{delay:i,now:n,timerId:a,timerType:d}}=s;if(\"interval\"===d)((t,i,s)=>{const{expected:n,remainingDelay:a}=r(t,s);e.set(i,setTimeout(o,a,e,i,n,\"interval\"))})(i,a,n);else{if(\"timeout\"!==d)throw new Error('The given type \"'.concat(d,'\" is not supported'));((e,i,s)=>{const{expected:n,remainingDelay:a}=r(e,s);t.set(i,setTimeout(o,a,t,i,n,\"timeout\"))})(i,a,n)}}}}catch(e){postMessage({error:{message:e.message},id:s.id,result:null})}}))})();"; +//# sourceMappingURL=worker.d.ts.map \ No newline at end of file diff --git a/node_modules/worker-timers/build/es2019/worker/worker.d.ts.map b/node_modules/worker-timers/build/es2019/worker/worker.d.ts.map new file mode 100644 index 0000000..b80d97d --- /dev/null +++ b/node_modules/worker-timers/build/es2019/worker/worker.d.ts.map @@ -0,0 +1 @@ +{"version":3,"file":"worker.d.ts","sourceRoot":"","sources":["../../../src/worker/worker.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,MAAM,28CAA26C,CAAC"} \ No newline at end of file diff --git a/node_modules/worker-timers/build/es2019/worker/worker.js b/node_modules/worker-timers/build/es2019/worker/worker.js new file mode 100644 index 0000000..992aadd --- /dev/null +++ b/node_modules/worker-timers/build/es2019/worker/worker.js @@ -0,0 +1,3 @@ +// This is the minified and stringified code of the worker-timers-worker package. +export const worker = `(()=>{"use strict";const e=new Map,t=new Map,r=(e,t)=>{let r,o;const i=performance.now();r=i,o=e-Math.max(0,i-t);return{expected:r+o,remainingDelay:o}},o=(e,t,r,i)=>{const s=performance.now();s>r?postMessage({id:null,method:"call",params:{timerId:t,timerType:i}}):e.set(t,setTimeout(o,r-s,e,t,r,i))};addEventListener("message",(i=>{let{data:s}=i;try{if("clear"===s.method){const{id:r,params:{timerId:o,timerType:i}}=s;if("interval"===i)(t=>{const r=e.get(t);if(void 0===r)throw new Error('There is no interval scheduled with the given id "'.concat(t,'".'));clearTimeout(r),e.delete(t)})(o),postMessage({error:null,id:r});else{if("timeout"!==i)throw new Error('The given type "'.concat(i,'" is not supported'));(e=>{const r=t.get(e);if(void 0===r)throw new Error('There is no timeout scheduled with the given id "'.concat(e,'".'));clearTimeout(r),t.delete(e)})(o),postMessage({error:null,id:r})}}else{if("set"!==s.method)throw new Error('The given method "'.concat(s.method,'" is not supported'));{const{params:{delay:i,now:n,timerId:a,timerType:d}}=s;if("interval"===d)((t,i,s)=>{const{expected:n,remainingDelay:a}=r(t,s);e.set(i,setTimeout(o,a,e,i,n,"interval"))})(i,a,n);else{if("timeout"!==d)throw new Error('The given type "'.concat(d,'" is not supported'));((e,i,s)=>{const{expected:n,remainingDelay:a}=r(e,s);t.set(i,setTimeout(o,a,t,i,n,"timeout"))})(i,a,n)}}}}catch(e){postMessage({error:{message:e.message},id:s.id,result:null})}}))})();`; // tslint:disable-line:max-line-length +//# sourceMappingURL=worker.js.map \ No newline at end of file diff --git a/node_modules/worker-timers/build/es2019/worker/worker.js.map b/node_modules/worker-timers/build/es2019/worker/worker.js.map new file mode 100644 index 0000000..adb340f --- /dev/null +++ b/node_modules/worker-timers/build/es2019/worker/worker.js.map @@ -0,0 +1 @@ +{"version":3,"file":"worker.js","sourceRoot":"","sources":["../../../src/worker/worker.ts"],"names":[],"mappings":"AAAA,iFAAiF;AACjF,MAAM,CAAC,MAAM,MAAM,GAAG,w6CAAw6C,CAAC,CAAC,sCAAsC"} \ No newline at end of file diff --git a/node_modules/worker-timers/build/es5/bundle.js b/node_modules/worker-timers/build/es5/bundle.js new file mode 100644 index 0000000..720b8cd --- /dev/null +++ b/node_modules/worker-timers/build/es5/bundle.js @@ -0,0 +1,50 @@ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('worker-timers-broker')) : + typeof define === 'function' && define.amd ? define(['exports', 'worker-timers-broker'], factory) : + (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.workerTimers = {}, global.workerTimersBroker)); +})(this, (function (exports, workerTimersBroker) { 'use strict'; + + var createLoadOrReturnBroker = function createLoadOrReturnBroker(loadBroker, worker) { + var broker = null; + return function () { + if (broker !== null) { + return broker; + } + var blob = new Blob([worker], { + type: 'application/javascript; charset=utf-8' + }); + var url = URL.createObjectURL(blob); + broker = loadBroker(url); + // Bug #1: Edge up until v18 didn't like the URL to be revoked directly. + setTimeout(function () { + return URL.revokeObjectURL(url); + }); + return broker; + }; + }; + + // This is the minified and stringified code of the worker-timers-worker package. + var worker = "(()=>{var e={472:(e,t,r)=>{var o,i;void 0===(i=\"function\"==typeof(o=function(){\"use strict\";var e=new Map,t=new Map,r=function(t){var r=e.get(t);if(void 0===r)throw new Error('There is no interval scheduled with the given id \"'.concat(t,'\".'));clearTimeout(r),e.delete(t)},o=function(e){var r=t.get(e);if(void 0===r)throw new Error('There is no timeout scheduled with the given id \"'.concat(e,'\".'));clearTimeout(r),t.delete(e)},i=function(e,t){var r,o=performance.now();return{expected:o+(r=e-Math.max(0,o-t)),remainingDelay:r}},n=function e(t,r,o,i){var n=performance.now();n>o?postMessage({id:null,method:\"call\",params:{timerId:r,timerType:i}}):t.set(r,setTimeout(e,o-n,t,r,o,i))},a=function(t,r,o){var a=i(t,o),s=a.expected,d=a.remainingDelay;e.set(r,setTimeout(n,d,e,r,s,\"interval\"))},s=function(e,r,o){var a=i(e,o),s=a.expected,d=a.remainingDelay;t.set(r,setTimeout(n,d,t,r,s,\"timeout\"))};addEventListener(\"message\",(function(e){var t=e.data;try{if(\"clear\"===t.method){var i=t.id,n=t.params,d=n.timerId,c=n.timerType;if(\"interval\"===c)r(d),postMessage({error:null,id:i});else{if(\"timeout\"!==c)throw new Error('The given type \"'.concat(c,'\" is not supported'));o(d),postMessage({error:null,id:i})}}else{if(\"set\"!==t.method)throw new Error('The given method \"'.concat(t.method,'\" is not supported'));var u=t.params,l=u.delay,p=u.now,m=u.timerId,v=u.timerType;if(\"interval\"===v)a(l,m,p);else{if(\"timeout\"!==v)throw new Error('The given type \"'.concat(v,'\" is not supported'));s(l,m,p)}}}catch(e){postMessage({error:{message:e.message},id:t.id,result:null})}}))})?o.call(t,r,t,e):o)||(e.exports=i)}},t={};function r(o){var i=t[o];if(void 0!==i)return i.exports;var n=t[o]={exports:{}};return e[o](n,n.exports,r),n.exports}r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var o in t)r.o(t,o)&&!r.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),(()=>{\"use strict\";r(472)})()})();"; // tslint:disable-line:max-line-length + + var loadOrReturnBroker = createLoadOrReturnBroker(workerTimersBroker.load, worker); + var clearInterval = function clearInterval(timerId) { + return loadOrReturnBroker().clearInterval(timerId); + }; + var clearTimeout = function clearTimeout(timerId) { + return loadOrReturnBroker().clearTimeout(timerId); + }; + var setInterval = function setInterval() { + var _loadOrReturnBroker; + return (_loadOrReturnBroker = loadOrReturnBroker()).setInterval.apply(_loadOrReturnBroker, arguments); + }; + var setTimeout$1 = function setTimeout() { + var _loadOrReturnBroker2; + return (_loadOrReturnBroker2 = loadOrReturnBroker()).setTimeout.apply(_loadOrReturnBroker2, arguments); + }; + + exports.clearInterval = clearInterval; + exports.clearTimeout = clearTimeout; + exports.setInterval = setInterval; + exports.setTimeout = setTimeout$1; + +})); diff --git a/node_modules/worker-timers/package.json b/node_modules/worker-timers/package.json new file mode 100644 index 0000000..ddab2c8 --- /dev/null +++ b/node_modules/worker-timers/package.json @@ -0,0 +1,106 @@ +{ + "author": "Christoph Guttandin", + "bugs": { + "url": "https://github.com/chrisguttandin/worker-timers/issues" + }, + "config": { + "commitizen": { + "path": "cz-conventional-changelog" + } + }, + "contributors": [ + { + "email": "a-anng@expedia.com", + "name": "Anthony Ng" + } + ], + "dependencies": { + "@babel/runtime": "^7.24.5", + "tslib": "^2.6.2", + "worker-timers-broker": "^6.1.8", + "worker-timers-worker": "^7.0.71" + }, + "description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.", + "devDependencies": { + "@babel/cli": "^7.24.5", + "@babel/core": "^7.24.5", + "@babel/plugin-external-helpers": "^7.24.1", + "@babel/plugin-transform-runtime": "^7.24.3", + "@babel/preset-env": "^7.24.5", + "@babel/register": "^7.23.7", + "@commitlint/cli": "^19.3.0", + "@commitlint/config-angular": "^19.3.0", + "@rollup/plugin-babel": "^6.0.4", + "@rollup/plugin-replace": "^5.0.5", + "babel-loader": "^9.1.3", + "chai": "^4.3.10", + "commitizen": "^4.3.0", + "cz-conventional-changelog": "^3.3.0", + "eslint": "^8.57.0", + "eslint-config-holy-grail": "^59.0.8", + "grunt": "^1.6.1", + "grunt-cli": "^1.4.3", + "grunt-sh": "^0.2.1", + "husky": "^8.0.3", + "karma": "^6.4.3", + "karma-chrome-launcher": "^3.2.0", + "karma-firefox-launcher": "^2.1.3", + "karma-mocha": "^2.0.1", + "karma-sauce-launcher": "^4.3.6", + "karma-sinon-chai": "^2.0.2", + "karma-webkit-launcher": "^2.4.0", + "karma-webpack": "^5.0.1", + "lint-staged": "^15.2.2", + "load-grunt-config": "^4.0.1", + "memfs": "^4.9.2", + "mocha": "^10.4.0", + "prettier": "^3.2.5", + "rimraf": "^5.0.5", + "rollup": "^4.17.2", + "sinon": "^17.0.1", + "sinon-chai": "^3.7.0", + "terser-webpack-plugin": "^5.3.10", + "ts-loader": "^9.5.1", + "tsconfig-holy-grail": "^15.0.1", + "tslint": "^6.1.3", + "tslint-config-holy-grail": "^56.0.1", + "typescript": "^5.4.5", + "webpack": "^5.91.0", + "webpack-cli": "^5.1.4" + }, + "files": [ + "build/es2019/", + "build/es5/", + "src/" + ], + "homepage": "https://github.com/chrisguttandin/worker-timers", + "keywords": [ + "Web Workers", + "WindowTimers", + "clearInterval", + "clearTimeout", + "interval", + "setInterval", + "setTimeout" + ], + "license": "MIT", + "main": "build/es5/bundle.js", + "module": "build/es2019/module.js", + "name": "worker-timers", + "repository": { + "type": "git", + "url": "https://github.com/chrisguttandin/worker-timers.git" + }, + "scripts": { + "build": "rimraf build/* && webpack --config config/webpack/worker-es2019.js && tsc --project src/tsconfig.json && rollup --config config/rollup/bundle.mjs && babel ./build/es2019 --config-file ./config/babel/build.json --out-dir ./build/node", + "lint": "npm run lint:config && npm run lint:src && npm run lint:test", + "lint:config": "eslint --config config/eslint/config.json --ext .js --report-unused-disable-directives config/", + "lint:src": "tslint --config config/tslint/src.json --project src/tsconfig.json src/*.ts src/**/*.ts", + "lint:test": "eslint --config config/eslint/test.json --ext .js --report-unused-disable-directives test/", + "prepare": "husky install", + "prepublishOnly": "npm run build", + "test": "grunt lint && grunt test" + }, + "types": "build/es2019/module.d.ts", + "version": "7.1.8" +} diff --git a/node_modules/worker-timers/src/factories/load-or-return-broker.ts b/node_modules/worker-timers/src/factories/load-or-return-broker.ts new file mode 100644 index 0000000..8febb2b --- /dev/null +++ b/node_modules/worker-timers/src/factories/load-or-return-broker.ts @@ -0,0 +1,19 @@ +export const createLoadOrReturnBroker = (loadBroker: (url: string) => Broker, worker: string) => { + let broker: null | Broker = null; + + return () => { + if (broker !== null) { + return broker; + } + + const blob = new Blob([worker], { type: 'application/javascript; charset=utf-8' }); + const url = URL.createObjectURL(blob); + + broker = loadBroker(url); + + // Bug #1: Edge up until v18 didn't like the URL to be revoked directly. + setTimeout(() => URL.revokeObjectURL(url)); + + return broker; + }; +}; diff --git a/node_modules/worker-timers/src/module.ts b/node_modules/worker-timers/src/module.ts new file mode 100644 index 0000000..2dd7c4e --- /dev/null +++ b/node_modules/worker-timers/src/module.ts @@ -0,0 +1,13 @@ +import { load } from 'worker-timers-broker'; +import { createLoadOrReturnBroker } from './factories/load-or-return-broker'; +import { worker } from './worker/worker'; + +const loadOrReturnBroker = createLoadOrReturnBroker(load, worker); + +export const clearInterval: ReturnType['clearInterval'] = (timerId) => loadOrReturnBroker().clearInterval(timerId); + +export const clearTimeout: ReturnType['clearTimeout'] = (timerId) => loadOrReturnBroker().clearTimeout(timerId); + +export const setInterval: ReturnType['setInterval'] = (...args) => loadOrReturnBroker().setInterval(...args); + +export const setTimeout: ReturnType['setTimeout'] = (...args) => loadOrReturnBroker().setTimeout(...args); diff --git a/node_modules/worker-timers/src/tsconfig.json b/node_modules/worker-timers/src/tsconfig.json new file mode 100644 index 0000000..53941c6 --- /dev/null +++ b/node_modules/worker-timers/src/tsconfig.json @@ -0,0 +1,6 @@ +{ + "compilerOptions": { + "isolatedModules": true + }, + "extends": "tsconfig-holy-grail/src/tsconfig-browser" +} diff --git a/node_modules/worker-timers/src/worker/worker.ts b/node_modules/worker-timers/src/worker/worker.ts new file mode 100644 index 0000000..79dffe3 --- /dev/null +++ b/node_modules/worker-timers/src/worker/worker.ts @@ -0,0 +1,2 @@ +// This is the minified and stringified code of the worker-timers-worker package. +export const worker = `(()=>{"use strict";const e=new Map,t=new Map,r=(e,t)=>{let r,o;const i=performance.now();r=i,o=e-Math.max(0,i-t);return{expected:r+o,remainingDelay:o}},o=(e,t,r,i)=>{const s=performance.now();s>r?postMessage({id:null,method:"call",params:{timerId:t,timerType:i}}):e.set(t,setTimeout(o,r-s,e,t,r,i))};addEventListener("message",(i=>{let{data:s}=i;try{if("clear"===s.method){const{id:r,params:{timerId:o,timerType:i}}=s;if("interval"===i)(t=>{const r=e.get(t);if(void 0===r)throw new Error('There is no interval scheduled with the given id "'.concat(t,'".'));clearTimeout(r),e.delete(t)})(o),postMessage({error:null,id:r});else{if("timeout"!==i)throw new Error('The given type "'.concat(i,'" is not supported'));(e=>{const r=t.get(e);if(void 0===r)throw new Error('There is no timeout scheduled with the given id "'.concat(e,'".'));clearTimeout(r),t.delete(e)})(o),postMessage({error:null,id:r})}}else{if("set"!==s.method)throw new Error('The given method "'.concat(s.method,'" is not supported'));{const{params:{delay:i,now:n,timerId:a,timerType:d}}=s;if("interval"===d)((t,i,s)=>{const{expected:n,remainingDelay:a}=r(t,s);e.set(i,setTimeout(o,a,e,i,n,"interval"))})(i,a,n);else{if("timeout"!==d)throw new Error('The given type "'.concat(d,'" is not supported'));((e,i,s)=>{const{expected:n,remainingDelay:a}=r(e,s);t.set(i,setTimeout(o,a,t,i,n,"timeout"))})(i,a,n)}}}}catch(e){postMessage({error:{message:e.message},id:s.id,result:null})}}))})();`; // tslint:disable-line:max-line-length diff --git a/node_modules/ws/LICENSE b/node_modules/ws/LICENSE new file mode 100644 index 0000000..1da5b96 --- /dev/null +++ b/node_modules/ws/LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2011 Einar Otto Stangvik +Copyright (c) 2013 Arnout Kazemier and contributors +Copyright (c) 2016 Luigi Pinca and contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/node_modules/ws/README.md b/node_modules/ws/README.md new file mode 100644 index 0000000..21f10df --- /dev/null +++ b/node_modules/ws/README.md @@ -0,0 +1,548 @@ +# ws: a Node.js WebSocket library + +[![Version npm](https://img.shields.io/npm/v/ws.svg?logo=npm)](https://www.npmjs.com/package/ws) +[![CI](https://img.shields.io/github/actions/workflow/status/websockets/ws/ci.yml?branch=master&label=CI&logo=github)](https://github.com/websockets/ws/actions?query=workflow%3ACI+branch%3Amaster) +[![Coverage Status](https://img.shields.io/coveralls/websockets/ws/master.svg?logo=coveralls)](https://coveralls.io/github/websockets/ws) + +ws is a simple to use, blazing fast, and thoroughly tested WebSocket client and +server implementation. + +Passes the quite extensive Autobahn test suite: [server][server-report], +[client][client-report]. + +**Note**: This module does not work in the browser. The client in the docs is a +reference to a backend with the role of a client in the WebSocket communication. +Browser clients must use the native +[`WebSocket`](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket) +object. To make the same code work seamlessly on Node.js and the browser, you +can use one of the many wrappers available on npm, like +[isomorphic-ws](https://github.com/heineiuo/isomorphic-ws). + +## Table of Contents + +- [Protocol support](#protocol-support) +- [Installing](#installing) + - [Opt-in for performance](#opt-in-for-performance) + - [Legacy opt-in for performance](#legacy-opt-in-for-performance) +- [API docs](#api-docs) +- [WebSocket compression](#websocket-compression) +- [Usage examples](#usage-examples) + - [Sending and receiving text data](#sending-and-receiving-text-data) + - [Sending binary data](#sending-binary-data) + - [Simple server](#simple-server) + - [External HTTP/S server](#external-https-server) + - [Multiple servers sharing a single HTTP/S server](#multiple-servers-sharing-a-single-https-server) + - [Client authentication](#client-authentication) + - [Server broadcast](#server-broadcast) + - [Round-trip time](#round-trip-time) + - [Use the Node.js streams API](#use-the-nodejs-streams-api) + - [Other examples](#other-examples) +- [FAQ](#faq) + - [How to get the IP address of the client?](#how-to-get-the-ip-address-of-the-client) + - [How to detect and close broken connections?](#how-to-detect-and-close-broken-connections) + - [How to connect via a proxy?](#how-to-connect-via-a-proxy) +- [Changelog](#changelog) +- [License](#license) + +## Protocol support + +- **HyBi drafts 07-12** (Use the option `protocolVersion: 8`) +- **HyBi drafts 13-17** (Current default, alternatively option + `protocolVersion: 13`) + +## Installing + +``` +npm install ws +``` + +### Opt-in for performance + +[bufferutil][] is an optional module that can be installed alongside the ws +module: + +``` +npm install --save-optional bufferutil +``` + +This is a binary addon that improves the performance of certain operations such +as masking and unmasking the data payload of the WebSocket frames. Prebuilt +binaries are available for the most popular platforms, so you don't necessarily +need to have a C++ compiler installed on your machine. + +To force ws to not use bufferutil, use the +[`WS_NO_BUFFER_UTIL`](./doc/ws.md#ws_no_buffer_util) environment variable. This +can be useful to enhance security in systems where a user can put a package in +the package search path of an application of another user, due to how the +Node.js resolver algorithm works. + +#### Legacy opt-in for performance + +If you are running on an old version of Node.js (prior to v18.14.0), ws also +supports the [utf-8-validate][] module: + +``` +npm install --save-optional utf-8-validate +``` + +This contains a binary polyfill for [`buffer.isUtf8()`][]. + +To force ws not to use utf-8-validate, use the +[`WS_NO_UTF_8_VALIDATE`](./doc/ws.md#ws_no_utf_8_validate) environment variable. + +## API docs + +See [`/doc/ws.md`](./doc/ws.md) for Node.js-like documentation of ws classes and +utility functions. + +## WebSocket compression + +ws supports the [permessage-deflate extension][permessage-deflate] which enables +the client and server to negotiate a compression algorithm and its parameters, +and then selectively apply it to the data payloads of each WebSocket message. + +The extension is disabled by default on the server and enabled by default on the +client. It adds a significant overhead in terms of performance and memory +consumption so we suggest to enable it only if it is really needed. + +Note that Node.js has a variety of issues with high-performance compression, +where increased concurrency, especially on Linux, can lead to [catastrophic +memory fragmentation][node-zlib-bug] and slow performance. If you intend to use +permessage-deflate in production, it is worthwhile to set up a test +representative of your workload and ensure Node.js/zlib will handle it with +acceptable performance and memory usage. + +Tuning of permessage-deflate can be done via the options defined below. You can +also use `zlibDeflateOptions` and `zlibInflateOptions`, which is passed directly +into the creation of [raw deflate/inflate streams][node-zlib-deflaterawdocs]. + +See [the docs][ws-server-options] for more options. + +```js +import WebSocket, { WebSocketServer } from 'ws'; + +const wss = new WebSocketServer({ + port: 8080, + perMessageDeflate: { + zlibDeflateOptions: { + // See zlib defaults. + chunkSize: 1024, + memLevel: 7, + level: 3 + }, + zlibInflateOptions: { + chunkSize: 10 * 1024 + }, + // Other options settable: + clientNoContextTakeover: true, // Defaults to negotiated value. + serverNoContextTakeover: true, // Defaults to negotiated value. + serverMaxWindowBits: 10, // Defaults to negotiated value. + // Below options specified as default values. + concurrencyLimit: 10, // Limits zlib concurrency for perf. + threshold: 1024 // Size (in bytes) below which messages + // should not be compressed if context takeover is disabled. + } +}); +``` + +The client will only use the extension if it is supported and enabled on the +server. To always disable the extension on the client, set the +`perMessageDeflate` option to `false`. + +```js +import WebSocket from 'ws'; + +const ws = new WebSocket('ws://www.host.com/path', { + perMessageDeflate: false +}); +``` + +## Usage examples + +### Sending and receiving text data + +```js +import WebSocket from 'ws'; + +const ws = new WebSocket('ws://www.host.com/path'); + +ws.on('error', console.error); + +ws.on('open', function open() { + ws.send('something'); +}); + +ws.on('message', function message(data) { + console.log('received: %s', data); +}); +``` + +### Sending binary data + +```js +import WebSocket from 'ws'; + +const ws = new WebSocket('ws://www.host.com/path'); + +ws.on('error', console.error); + +ws.on('open', function open() { + const array = new Float32Array(5); + + for (var i = 0; i < array.length; ++i) { + array[i] = i / 2; + } + + ws.send(array); +}); +``` + +### Simple server + +```js +import { WebSocketServer } from 'ws'; + +const wss = new WebSocketServer({ port: 8080 }); + +wss.on('connection', function connection(ws) { + ws.on('error', console.error); + + ws.on('message', function message(data) { + console.log('received: %s', data); + }); + + ws.send('something'); +}); +``` + +### External HTTP/S server + +```js +import { createServer } from 'https'; +import { readFileSync } from 'fs'; +import { WebSocketServer } from 'ws'; + +const server = createServer({ + cert: readFileSync('/path/to/cert.pem'), + key: readFileSync('/path/to/key.pem') +}); +const wss = new WebSocketServer({ server }); + +wss.on('connection', function connection(ws) { + ws.on('error', console.error); + + ws.on('message', function message(data) { + console.log('received: %s', data); + }); + + ws.send('something'); +}); + +server.listen(8080); +``` + +### Multiple servers sharing a single HTTP/S server + +```js +import { createServer } from 'http'; +import { WebSocketServer } from 'ws'; + +const server = createServer(); +const wss1 = new WebSocketServer({ noServer: true }); +const wss2 = new WebSocketServer({ noServer: true }); + +wss1.on('connection', function connection(ws) { + ws.on('error', console.error); + + // ... +}); + +wss2.on('connection', function connection(ws) { + ws.on('error', console.error); + + // ... +}); + +server.on('upgrade', function upgrade(request, socket, head) { + const { pathname } = new URL(request.url, 'wss://base.url'); + + if (pathname === '/foo') { + wss1.handleUpgrade(request, socket, head, function done(ws) { + wss1.emit('connection', ws, request); + }); + } else if (pathname === '/bar') { + wss2.handleUpgrade(request, socket, head, function done(ws) { + wss2.emit('connection', ws, request); + }); + } else { + socket.destroy(); + } +}); + +server.listen(8080); +``` + +### Client authentication + +```js +import { createServer } from 'http'; +import { WebSocketServer } from 'ws'; + +function onSocketError(err) { + console.error(err); +} + +const server = createServer(); +const wss = new WebSocketServer({ noServer: true }); + +wss.on('connection', function connection(ws, request, client) { + ws.on('error', console.error); + + ws.on('message', function message(data) { + console.log(`Received message ${data} from user ${client}`); + }); +}); + +server.on('upgrade', function upgrade(request, socket, head) { + socket.on('error', onSocketError); + + // This function is not defined on purpose. Implement it with your own logic. + authenticate(request, function next(err, client) { + if (err || !client) { + socket.write('HTTP/1.1 401 Unauthorized\r\n\r\n'); + socket.destroy(); + return; + } + + socket.removeListener('error', onSocketError); + + wss.handleUpgrade(request, socket, head, function done(ws) { + wss.emit('connection', ws, request, client); + }); + }); +}); + +server.listen(8080); +``` + +Also see the provided [example][session-parse-example] using `express-session`. + +### Server broadcast + +A client WebSocket broadcasting to all connected WebSocket clients, including +itself. + +```js +import WebSocket, { WebSocketServer } from 'ws'; + +const wss = new WebSocketServer({ port: 8080 }); + +wss.on('connection', function connection(ws) { + ws.on('error', console.error); + + ws.on('message', function message(data, isBinary) { + wss.clients.forEach(function each(client) { + if (client.readyState === WebSocket.OPEN) { + client.send(data, { binary: isBinary }); + } + }); + }); +}); +``` + +A client WebSocket broadcasting to every other connected WebSocket clients, +excluding itself. + +```js +import WebSocket, { WebSocketServer } from 'ws'; + +const wss = new WebSocketServer({ port: 8080 }); + +wss.on('connection', function connection(ws) { + ws.on('error', console.error); + + ws.on('message', function message(data, isBinary) { + wss.clients.forEach(function each(client) { + if (client !== ws && client.readyState === WebSocket.OPEN) { + client.send(data, { binary: isBinary }); + } + }); + }); +}); +``` + +### Round-trip time + +```js +import WebSocket from 'ws'; + +const ws = new WebSocket('wss://websocket-echo.com/'); + +ws.on('error', console.error); + +ws.on('open', function open() { + console.log('connected'); + ws.send(Date.now()); +}); + +ws.on('close', function close() { + console.log('disconnected'); +}); + +ws.on('message', function message(data) { + console.log(`Round-trip time: ${Date.now() - data} ms`); + + setTimeout(function timeout() { + ws.send(Date.now()); + }, 500); +}); +``` + +### Use the Node.js streams API + +```js +import WebSocket, { createWebSocketStream } from 'ws'; + +const ws = new WebSocket('wss://websocket-echo.com/'); + +const duplex = createWebSocketStream(ws, { encoding: 'utf8' }); + +duplex.on('error', console.error); + +duplex.pipe(process.stdout); +process.stdin.pipe(duplex); +``` + +### Other examples + +For a full example with a browser client communicating with a ws server, see the +examples folder. + +Otherwise, see the test cases. + +## FAQ + +### How to get the IP address of the client? + +The remote IP address can be obtained from the raw socket. + +```js +import { WebSocketServer } from 'ws'; + +const wss = new WebSocketServer({ port: 8080 }); + +wss.on('connection', function connection(ws, req) { + const ip = req.socket.remoteAddress; + + ws.on('error', console.error); +}); +``` + +When the server runs behind a proxy like NGINX, the de-facto standard is to use +the `X-Forwarded-For` header. + +```js +wss.on('connection', function connection(ws, req) { + const ip = req.headers['x-forwarded-for'].split(',')[0].trim(); + + ws.on('error', console.error); +}); +``` + +### How to detect and close broken connections? + +Sometimes, the link between the server and the client can be interrupted in a +way that keeps both the server and the client unaware of the broken state of the +connection (e.g. when pulling the cord). + +In these cases, ping messages can be used as a means to verify that the remote +endpoint is still responsive. + +```js +import { WebSocketServer } from 'ws'; + +function heartbeat() { + this.isAlive = true; +} + +const wss = new WebSocketServer({ port: 8080 }); + +wss.on('connection', function connection(ws) { + ws.isAlive = true; + ws.on('error', console.error); + ws.on('pong', heartbeat); +}); + +const interval = setInterval(function ping() { + wss.clients.forEach(function each(ws) { + if (ws.isAlive === false) return ws.terminate(); + + ws.isAlive = false; + ws.ping(); + }); +}, 30000); + +wss.on('close', function close() { + clearInterval(interval); +}); +``` + +Pong messages are automatically sent in response to ping messages as required by +the spec. + +Just like the server example above, your clients might as well lose connection +without knowing it. You might want to add a ping listener on your clients to +prevent that. A simple implementation would be: + +```js +import WebSocket from 'ws'; + +function heartbeat() { + clearTimeout(this.pingTimeout); + + // Use `WebSocket#terminate()`, which immediately destroys the connection, + // instead of `WebSocket#close()`, which waits for the close timer. + // Delay should be equal to the interval at which your server + // sends out pings plus a conservative assumption of the latency. + this.pingTimeout = setTimeout(() => { + this.terminate(); + }, 30000 + 1000); +} + +const client = new WebSocket('wss://websocket-echo.com/'); + +client.on('error', console.error); +client.on('open', heartbeat); +client.on('ping', heartbeat); +client.on('close', function clear() { + clearTimeout(this.pingTimeout); +}); +``` + +### How to connect via a proxy? + +Use a custom `http.Agent` implementation like [https-proxy-agent][] or +[socks-proxy-agent][]. + +## Changelog + +We're using the GitHub [releases][changelog] for changelog entries. + +## License + +[MIT](LICENSE) + +[`buffer.isutf8()`]: https://nodejs.org/api/buffer.html#bufferisutf8input +[bufferutil]: https://github.com/websockets/bufferutil +[changelog]: https://github.com/websockets/ws/releases +[client-report]: http://websockets.github.io/ws/autobahn/clients/ +[https-proxy-agent]: https://github.com/TooTallNate/node-https-proxy-agent +[node-zlib-bug]: https://github.com/nodejs/node/issues/8871 +[node-zlib-deflaterawdocs]: + https://nodejs.org/api/zlib.html#zlib_zlib_createdeflateraw_options +[permessage-deflate]: https://tools.ietf.org/html/rfc7692 +[server-report]: http://websockets.github.io/ws/autobahn/servers/ +[session-parse-example]: ./examples/express-session-parse +[socks-proxy-agent]: https://github.com/TooTallNate/node-socks-proxy-agent +[utf-8-validate]: https://github.com/websockets/utf-8-validate +[ws-server-options]: ./doc/ws.md#new-websocketserveroptions-callback diff --git a/node_modules/ws/browser.js b/node_modules/ws/browser.js new file mode 100644 index 0000000..ca4f628 --- /dev/null +++ b/node_modules/ws/browser.js @@ -0,0 +1,8 @@ +'use strict'; + +module.exports = function () { + throw new Error( + 'ws does not work in the browser. Browser clients must use the native ' + + 'WebSocket object' + ); +}; diff --git a/node_modules/ws/index.js b/node_modules/ws/index.js new file mode 100644 index 0000000..41edb3b --- /dev/null +++ b/node_modules/ws/index.js @@ -0,0 +1,13 @@ +'use strict'; + +const WebSocket = require('./lib/websocket'); + +WebSocket.createWebSocketStream = require('./lib/stream'); +WebSocket.Server = require('./lib/websocket-server'); +WebSocket.Receiver = require('./lib/receiver'); +WebSocket.Sender = require('./lib/sender'); + +WebSocket.WebSocket = WebSocket; +WebSocket.WebSocketServer = WebSocket.Server; + +module.exports = WebSocket; diff --git a/node_modules/ws/lib/buffer-util.js b/node_modules/ws/lib/buffer-util.js new file mode 100644 index 0000000..f7536e2 --- /dev/null +++ b/node_modules/ws/lib/buffer-util.js @@ -0,0 +1,131 @@ +'use strict'; + +const { EMPTY_BUFFER } = require('./constants'); + +const FastBuffer = Buffer[Symbol.species]; + +/** + * Merges an array of buffers into a new buffer. + * + * @param {Buffer[]} list The array of buffers to concat + * @param {Number} totalLength The total length of buffers in the list + * @return {Buffer} The resulting buffer + * @public + */ +function concat(list, totalLength) { + if (list.length === 0) return EMPTY_BUFFER; + if (list.length === 1) return list[0]; + + const target = Buffer.allocUnsafe(totalLength); + let offset = 0; + + for (let i = 0; i < list.length; i++) { + const buf = list[i]; + target.set(buf, offset); + offset += buf.length; + } + + if (offset < totalLength) { + return new FastBuffer(target.buffer, target.byteOffset, offset); + } + + return target; +} + +/** + * Masks a buffer using the given mask. + * + * @param {Buffer} source The buffer to mask + * @param {Buffer} mask The mask to use + * @param {Buffer} output The buffer where to store the result + * @param {Number} offset The offset at which to start writing + * @param {Number} length The number of bytes to mask. + * @public + */ +function _mask(source, mask, output, offset, length) { + for (let i = 0; i < length; i++) { + output[offset + i] = source[i] ^ mask[i & 3]; + } +} + +/** + * Unmasks a buffer using the given mask. + * + * @param {Buffer} buffer The buffer to unmask + * @param {Buffer} mask The mask to use + * @public + */ +function _unmask(buffer, mask) { + for (let i = 0; i < buffer.length; i++) { + buffer[i] ^= mask[i & 3]; + } +} + +/** + * Converts a buffer to an `ArrayBuffer`. + * + * @param {Buffer} buf The buffer to convert + * @return {ArrayBuffer} Converted buffer + * @public + */ +function toArrayBuffer(buf) { + if (buf.length === buf.buffer.byteLength) { + return buf.buffer; + } + + return buf.buffer.slice(buf.byteOffset, buf.byteOffset + buf.length); +} + +/** + * Converts `data` to a `Buffer`. + * + * @param {*} data The data to convert + * @return {Buffer} The buffer + * @throws {TypeError} + * @public + */ +function toBuffer(data) { + toBuffer.readOnly = true; + + if (Buffer.isBuffer(data)) return data; + + let buf; + + if (data instanceof ArrayBuffer) { + buf = new FastBuffer(data); + } else if (ArrayBuffer.isView(data)) { + buf = new FastBuffer(data.buffer, data.byteOffset, data.byteLength); + } else { + buf = Buffer.from(data); + toBuffer.readOnly = false; + } + + return buf; +} + +module.exports = { + concat, + mask: _mask, + toArrayBuffer, + toBuffer, + unmask: _unmask +}; + +/* istanbul ignore else */ +if (!process.env.WS_NO_BUFFER_UTIL) { + try { + const bufferUtil = require('bufferutil'); + + module.exports.mask = function (source, mask, output, offset, length) { + if (length < 48) _mask(source, mask, output, offset, length); + else bufferUtil.mask(source, mask, output, offset, length); + }; + + module.exports.unmask = function (buffer, mask) { + if (buffer.length < 32) _unmask(buffer, mask); + else bufferUtil.unmask(buffer, mask); + }; + } catch (e) { + // Continue regardless of the error. + } +} diff --git a/node_modules/ws/lib/constants.js b/node_modules/ws/lib/constants.js new file mode 100644 index 0000000..74214d4 --- /dev/null +++ b/node_modules/ws/lib/constants.js @@ -0,0 +1,18 @@ +'use strict'; + +const BINARY_TYPES = ['nodebuffer', 'arraybuffer', 'fragments']; +const hasBlob = typeof Blob !== 'undefined'; + +if (hasBlob) BINARY_TYPES.push('blob'); + +module.exports = { + BINARY_TYPES, + EMPTY_BUFFER: Buffer.alloc(0), + GUID: '258EAFA5-E914-47DA-95CA-C5AB0DC85B11', + hasBlob, + kForOnEventAttribute: Symbol('kIsForOnEventAttribute'), + kListener: Symbol('kListener'), + kStatusCode: Symbol('status-code'), + kWebSocket: Symbol('websocket'), + NOOP: () => {} +}; diff --git a/node_modules/ws/lib/event-target.js b/node_modules/ws/lib/event-target.js new file mode 100644 index 0000000..fea4cbc --- /dev/null +++ b/node_modules/ws/lib/event-target.js @@ -0,0 +1,292 @@ +'use strict'; + +const { kForOnEventAttribute, kListener } = require('./constants'); + +const kCode = Symbol('kCode'); +const kData = Symbol('kData'); +const kError = Symbol('kError'); +const kMessage = Symbol('kMessage'); +const kReason = Symbol('kReason'); +const kTarget = Symbol('kTarget'); +const kType = Symbol('kType'); +const kWasClean = Symbol('kWasClean'); + +/** + * Class representing an event. + */ +class Event { + /** + * Create a new `Event`. + * + * @param {String} type The name of the event + * @throws {TypeError} If the `type` argument is not specified + */ + constructor(type) { + this[kTarget] = null; + this[kType] = type; + } + + /** + * @type {*} + */ + get target() { + return this[kTarget]; + } + + /** + * @type {String} + */ + get type() { + return this[kType]; + } +} + +Object.defineProperty(Event.prototype, 'target', { enumerable: true }); +Object.defineProperty(Event.prototype, 'type', { enumerable: true }); + +/** + * Class representing a close event. + * + * @extends Event + */ +class CloseEvent extends Event { + /** + * Create a new `CloseEvent`. + * + * @param {String} type The name of the event + * @param {Object} [options] A dictionary object that allows for setting + * attributes via object members of the same name + * @param {Number} [options.code=0] The status code explaining why the + * connection was closed + * @param {String} [options.reason=''] A human-readable string explaining why + * the connection was closed + * @param {Boolean} [options.wasClean=false] Indicates whether or not the + * connection was cleanly closed + */ + constructor(type, options = {}) { + super(type); + + this[kCode] = options.code === undefined ? 0 : options.code; + this[kReason] = options.reason === undefined ? '' : options.reason; + this[kWasClean] = options.wasClean === undefined ? false : options.wasClean; + } + + /** + * @type {Number} + */ + get code() { + return this[kCode]; + } + + /** + * @type {String} + */ + get reason() { + return this[kReason]; + } + + /** + * @type {Boolean} + */ + get wasClean() { + return this[kWasClean]; + } +} + +Object.defineProperty(CloseEvent.prototype, 'code', { enumerable: true }); +Object.defineProperty(CloseEvent.prototype, 'reason', { enumerable: true }); +Object.defineProperty(CloseEvent.prototype, 'wasClean', { enumerable: true }); + +/** + * Class representing an error event. + * + * @extends Event + */ +class ErrorEvent extends Event { + /** + * Create a new `ErrorEvent`. + * + * @param {String} type The name of the event + * @param {Object} [options] A dictionary object that allows for setting + * attributes via object members of the same name + * @param {*} [options.error=null] The error that generated this event + * @param {String} [options.message=''] The error message + */ + constructor(type, options = {}) { + super(type); + + this[kError] = options.error === undefined ? null : options.error; + this[kMessage] = options.message === undefined ? '' : options.message; + } + + /** + * @type {*} + */ + get error() { + return this[kError]; + } + + /** + * @type {String} + */ + get message() { + return this[kMessage]; + } +} + +Object.defineProperty(ErrorEvent.prototype, 'error', { enumerable: true }); +Object.defineProperty(ErrorEvent.prototype, 'message', { enumerable: true }); + +/** + * Class representing a message event. + * + * @extends Event + */ +class MessageEvent extends Event { + /** + * Create a new `MessageEvent`. + * + * @param {String} type The name of the event + * @param {Object} [options] A dictionary object that allows for setting + * attributes via object members of the same name + * @param {*} [options.data=null] The message content + */ + constructor(type, options = {}) { + super(type); + + this[kData] = options.data === undefined ? null : options.data; + } + + /** + * @type {*} + */ + get data() { + return this[kData]; + } +} + +Object.defineProperty(MessageEvent.prototype, 'data', { enumerable: true }); + +/** + * This provides methods for emulating the `EventTarget` interface. It's not + * meant to be used directly. + * + * @mixin + */ +const EventTarget = { + /** + * Register an event listener. + * + * @param {String} type A string representing the event type to listen for + * @param {(Function|Object)} handler The listener to add + * @param {Object} [options] An options object specifies characteristics about + * the event listener + * @param {Boolean} [options.once=false] A `Boolean` indicating that the + * listener should be invoked at most once after being added. If `true`, + * the listener would be automatically removed when invoked. + * @public + */ + addEventListener(type, handler, options = {}) { + for (const listener of this.listeners(type)) { + if ( + !options[kForOnEventAttribute] && + listener[kListener] === handler && + !listener[kForOnEventAttribute] + ) { + return; + } + } + + let wrapper; + + if (type === 'message') { + wrapper = function onMessage(data, isBinary) { + const event = new MessageEvent('message', { + data: isBinary ? data : data.toString() + }); + + event[kTarget] = this; + callListener(handler, this, event); + }; + } else if (type === 'close') { + wrapper = function onClose(code, message) { + const event = new CloseEvent('close', { + code, + reason: message.toString(), + wasClean: this._closeFrameReceived && this._closeFrameSent + }); + + event[kTarget] = this; + callListener(handler, this, event); + }; + } else if (type === 'error') { + wrapper = function onError(error) { + const event = new ErrorEvent('error', { + error, + message: error.message + }); + + event[kTarget] = this; + callListener(handler, this, event); + }; + } else if (type === 'open') { + wrapper = function onOpen() { + const event = new Event('open'); + + event[kTarget] = this; + callListener(handler, this, event); + }; + } else { + return; + } + + wrapper[kForOnEventAttribute] = !!options[kForOnEventAttribute]; + wrapper[kListener] = handler; + + if (options.once) { + this.once(type, wrapper); + } else { + this.on(type, wrapper); + } + }, + + /** + * Remove an event listener. + * + * @param {String} type A string representing the event type to remove + * @param {(Function|Object)} handler The listener to remove + * @public + */ + removeEventListener(type, handler) { + for (const listener of this.listeners(type)) { + if (listener[kListener] === handler && !listener[kForOnEventAttribute]) { + this.removeListener(type, listener); + break; + } + } + } +}; + +module.exports = { + CloseEvent, + ErrorEvent, + Event, + EventTarget, + MessageEvent +}; + +/** + * Call an event listener + * + * @param {(Function|Object)} listener The listener to call + * @param {*} thisArg The value to use as `this`` when calling the listener + * @param {Event} event The event to pass to the listener + * @private + */ +function callListener(listener, thisArg, event) { + if (typeof listener === 'object' && listener.handleEvent) { + listener.handleEvent.call(listener, event); + } else { + listener.call(thisArg, event); + } +} diff --git a/node_modules/ws/lib/extension.js b/node_modules/ws/lib/extension.js new file mode 100644 index 0000000..3d7895c --- /dev/null +++ b/node_modules/ws/lib/extension.js @@ -0,0 +1,203 @@ +'use strict'; + +const { tokenChars } = require('./validation'); + +/** + * Adds an offer to the map of extension offers or a parameter to the map of + * parameters. + * + * @param {Object} dest The map of extension offers or parameters + * @param {String} name The extension or parameter name + * @param {(Object|Boolean|String)} elem The extension parameters or the + * parameter value + * @private + */ +function push(dest, name, elem) { + if (dest[name] === undefined) dest[name] = [elem]; + else dest[name].push(elem); +} + +/** + * Parses the `Sec-WebSocket-Extensions` header into an object. + * + * @param {String} header The field value of the header + * @return {Object} The parsed object + * @public + */ +function parse(header) { + const offers = Object.create(null); + let params = Object.create(null); + let mustUnescape = false; + let isEscaping = false; + let inQuotes = false; + let extensionName; + let paramName; + let start = -1; + let code = -1; + let end = -1; + let i = 0; + + for (; i < header.length; i++) { + code = header.charCodeAt(i); + + if (extensionName === undefined) { + if (end === -1 && tokenChars[code] === 1) { + if (start === -1) start = i; + } else if ( + i !== 0 && + (code === 0x20 /* ' ' */ || code === 0x09) /* '\t' */ + ) { + if (end === -1 && start !== -1) end = i; + } else if (code === 0x3b /* ';' */ || code === 0x2c /* ',' */) { + if (start === -1) { + throw new SyntaxError(`Unexpected character at index ${i}`); + } + + if (end === -1) end = i; + const name = header.slice(start, end); + if (code === 0x2c) { + push(offers, name, params); + params = Object.create(null); + } else { + extensionName = name; + } + + start = end = -1; + } else { + throw new SyntaxError(`Unexpected character at index ${i}`); + } + } else if (paramName === undefined) { + if (end === -1 && tokenChars[code] === 1) { + if (start === -1) start = i; + } else if (code === 0x20 || code === 0x09) { + if (end === -1 && start !== -1) end = i; + } else if (code === 0x3b || code === 0x2c) { + if (start === -1) { + throw new SyntaxError(`Unexpected character at index ${i}`); + } + + if (end === -1) end = i; + push(params, header.slice(start, end), true); + if (code === 0x2c) { + push(offers, extensionName, params); + params = Object.create(null); + extensionName = undefined; + } + + start = end = -1; + } else if (code === 0x3d /* '=' */ && start !== -1 && end === -1) { + paramName = header.slice(start, i); + start = end = -1; + } else { + throw new SyntaxError(`Unexpected character at index ${i}`); + } + } else { + // + // The value of a quoted-string after unescaping must conform to the + // token ABNF, so only token characters are valid. + // Ref: https://tools.ietf.org/html/rfc6455#section-9.1 + // + if (isEscaping) { + if (tokenChars[code] !== 1) { + throw new SyntaxError(`Unexpected character at index ${i}`); + } + if (start === -1) start = i; + else if (!mustUnescape) mustUnescape = true; + isEscaping = false; + } else if (inQuotes) { + if (tokenChars[code] === 1) { + if (start === -1) start = i; + } else if (code === 0x22 /* '"' */ && start !== -1) { + inQuotes = false; + end = i; + } else if (code === 0x5c /* '\' */) { + isEscaping = true; + } else { + throw new SyntaxError(`Unexpected character at index ${i}`); + } + } else if (code === 0x22 && header.charCodeAt(i - 1) === 0x3d) { + inQuotes = true; + } else if (end === -1 && tokenChars[code] === 1) { + if (start === -1) start = i; + } else if (start !== -1 && (code === 0x20 || code === 0x09)) { + if (end === -1) end = i; + } else if (code === 0x3b || code === 0x2c) { + if (start === -1) { + throw new SyntaxError(`Unexpected character at index ${i}`); + } + + if (end === -1) end = i; + let value = header.slice(start, end); + if (mustUnescape) { + value = value.replace(/\\/g, ''); + mustUnescape = false; + } + push(params, paramName, value); + if (code === 0x2c) { + push(offers, extensionName, params); + params = Object.create(null); + extensionName = undefined; + } + + paramName = undefined; + start = end = -1; + } else { + throw new SyntaxError(`Unexpected character at index ${i}`); + } + } + } + + if (start === -1 || inQuotes || code === 0x20 || code === 0x09) { + throw new SyntaxError('Unexpected end of input'); + } + + if (end === -1) end = i; + const token = header.slice(start, end); + if (extensionName === undefined) { + push(offers, token, params); + } else { + if (paramName === undefined) { + push(params, token, true); + } else if (mustUnescape) { + push(params, paramName, token.replace(/\\/g, '')); + } else { + push(params, paramName, token); + } + push(offers, extensionName, params); + } + + return offers; +} + +/** + * Builds the `Sec-WebSocket-Extensions` header field value. + * + * @param {Object} extensions The map of extensions and parameters to format + * @return {String} A string representing the given object + * @public + */ +function format(extensions) { + return Object.keys(extensions) + .map((extension) => { + let configurations = extensions[extension]; + if (!Array.isArray(configurations)) configurations = [configurations]; + return configurations + .map((params) => { + return [extension] + .concat( + Object.keys(params).map((k) => { + let values = params[k]; + if (!Array.isArray(values)) values = [values]; + return values + .map((v) => (v === true ? k : `${k}=${v}`)) + .join('; '); + }) + ) + .join('; '); + }) + .join(', '); + }) + .join(', '); +} + +module.exports = { format, parse }; diff --git a/node_modules/ws/lib/limiter.js b/node_modules/ws/lib/limiter.js new file mode 100644 index 0000000..3fd3578 --- /dev/null +++ b/node_modules/ws/lib/limiter.js @@ -0,0 +1,55 @@ +'use strict'; + +const kDone = Symbol('kDone'); +const kRun = Symbol('kRun'); + +/** + * A very simple job queue with adjustable concurrency. Adapted from + * https://github.com/STRML/async-limiter + */ +class Limiter { + /** + * Creates a new `Limiter`. + * + * @param {Number} [concurrency=Infinity] The maximum number of jobs allowed + * to run concurrently + */ + constructor(concurrency) { + this[kDone] = () => { + this.pending--; + this[kRun](); + }; + this.concurrency = concurrency || Infinity; + this.jobs = []; + this.pending = 0; + } + + /** + * Adds a job to the queue. + * + * @param {Function} job The job to run + * @public + */ + add(job) { + this.jobs.push(job); + this[kRun](); + } + + /** + * Removes a job from the queue and runs it if possible. + * + * @private + */ + [kRun]() { + if (this.pending === this.concurrency) return; + + if (this.jobs.length) { + const job = this.jobs.shift(); + + this.pending++; + job(this[kDone]); + } + } +} + +module.exports = Limiter; diff --git a/node_modules/ws/lib/permessage-deflate.js b/node_modules/ws/lib/permessage-deflate.js new file mode 100644 index 0000000..41ff70e --- /dev/null +++ b/node_modules/ws/lib/permessage-deflate.js @@ -0,0 +1,528 @@ +'use strict'; + +const zlib = require('zlib'); + +const bufferUtil = require('./buffer-util'); +const Limiter = require('./limiter'); +const { kStatusCode } = require('./constants'); + +const FastBuffer = Buffer[Symbol.species]; +const TRAILER = Buffer.from([0x00, 0x00, 0xff, 0xff]); +const kPerMessageDeflate = Symbol('permessage-deflate'); +const kTotalLength = Symbol('total-length'); +const kCallback = Symbol('callback'); +const kBuffers = Symbol('buffers'); +const kError = Symbol('error'); + +// +// We limit zlib concurrency, which prevents severe memory fragmentation +// as documented in https://github.com/nodejs/node/issues/8871#issuecomment-250915913 +// and https://github.com/websockets/ws/issues/1202 +// +// Intentionally global; it's the global thread pool that's an issue. +// +let zlibLimiter; + +/** + * permessage-deflate implementation. + */ +class PerMessageDeflate { + /** + * Creates a PerMessageDeflate instance. + * + * @param {Object} [options] Configuration options + * @param {(Boolean|Number)} [options.clientMaxWindowBits] Advertise support + * for, or request, a custom client window size + * @param {Boolean} [options.clientNoContextTakeover=false] Advertise/ + * acknowledge disabling of client context takeover + * @param {Number} [options.concurrencyLimit=10] The number of concurrent + * calls to zlib + * @param {(Boolean|Number)} [options.serverMaxWindowBits] Request/confirm the + * use of a custom server window size + * @param {Boolean} [options.serverNoContextTakeover=false] Request/accept + * disabling of server context takeover + * @param {Number} [options.threshold=1024] Size (in bytes) below which + * messages should not be compressed if context takeover is disabled + * @param {Object} [options.zlibDeflateOptions] Options to pass to zlib on + * deflate + * @param {Object} [options.zlibInflateOptions] Options to pass to zlib on + * inflate + * @param {Boolean} [isServer=false] Create the instance in either server or + * client mode + * @param {Number} [maxPayload=0] The maximum allowed message length + */ + constructor(options, isServer, maxPayload) { + this._maxPayload = maxPayload | 0; + this._options = options || {}; + this._threshold = + this._options.threshold !== undefined ? this._options.threshold : 1024; + this._isServer = !!isServer; + this._deflate = null; + this._inflate = null; + + this.params = null; + + if (!zlibLimiter) { + const concurrency = + this._options.concurrencyLimit !== undefined + ? this._options.concurrencyLimit + : 10; + zlibLimiter = new Limiter(concurrency); + } + } + + /** + * @type {String} + */ + static get extensionName() { + return 'permessage-deflate'; + } + + /** + * Create an extension negotiation offer. + * + * @return {Object} Extension parameters + * @public + */ + offer() { + const params = {}; + + if (this._options.serverNoContextTakeover) { + params.server_no_context_takeover = true; + } + if (this._options.clientNoContextTakeover) { + params.client_no_context_takeover = true; + } + if (this._options.serverMaxWindowBits) { + params.server_max_window_bits = this._options.serverMaxWindowBits; + } + if (this._options.clientMaxWindowBits) { + params.client_max_window_bits = this._options.clientMaxWindowBits; + } else if (this._options.clientMaxWindowBits == null) { + params.client_max_window_bits = true; + } + + return params; + } + + /** + * Accept an extension negotiation offer/response. + * + * @param {Array} configurations The extension negotiation offers/reponse + * @return {Object} Accepted configuration + * @public + */ + accept(configurations) { + configurations = this.normalizeParams(configurations); + + this.params = this._isServer + ? this.acceptAsServer(configurations) + : this.acceptAsClient(configurations); + + return this.params; + } + + /** + * Releases all resources used by the extension. + * + * @public + */ + cleanup() { + if (this._inflate) { + this._inflate.close(); + this._inflate = null; + } + + if (this._deflate) { + const callback = this._deflate[kCallback]; + + this._deflate.close(); + this._deflate = null; + + if (callback) { + callback( + new Error( + 'The deflate stream was closed while data was being processed' + ) + ); + } + } + } + + /** + * Accept an extension negotiation offer. + * + * @param {Array} offers The extension negotiation offers + * @return {Object} Accepted configuration + * @private + */ + acceptAsServer(offers) { + const opts = this._options; + const accepted = offers.find((params) => { + if ( + (opts.serverNoContextTakeover === false && + params.server_no_context_takeover) || + (params.server_max_window_bits && + (opts.serverMaxWindowBits === false || + (typeof opts.serverMaxWindowBits === 'number' && + opts.serverMaxWindowBits > params.server_max_window_bits))) || + (typeof opts.clientMaxWindowBits === 'number' && + !params.client_max_window_bits) + ) { + return false; + } + + return true; + }); + + if (!accepted) { + throw new Error('None of the extension offers can be accepted'); + } + + if (opts.serverNoContextTakeover) { + accepted.server_no_context_takeover = true; + } + if (opts.clientNoContextTakeover) { + accepted.client_no_context_takeover = true; + } + if (typeof opts.serverMaxWindowBits === 'number') { + accepted.server_max_window_bits = opts.serverMaxWindowBits; + } + if (typeof opts.clientMaxWindowBits === 'number') { + accepted.client_max_window_bits = opts.clientMaxWindowBits; + } else if ( + accepted.client_max_window_bits === true || + opts.clientMaxWindowBits === false + ) { + delete accepted.client_max_window_bits; + } + + return accepted; + } + + /** + * Accept the extension negotiation response. + * + * @param {Array} response The extension negotiation response + * @return {Object} Accepted configuration + * @private + */ + acceptAsClient(response) { + const params = response[0]; + + if ( + this._options.clientNoContextTakeover === false && + params.client_no_context_takeover + ) { + throw new Error('Unexpected parameter "client_no_context_takeover"'); + } + + if (!params.client_max_window_bits) { + if (typeof this._options.clientMaxWindowBits === 'number') { + params.client_max_window_bits = this._options.clientMaxWindowBits; + } + } else if ( + this._options.clientMaxWindowBits === false || + (typeof this._options.clientMaxWindowBits === 'number' && + params.client_max_window_bits > this._options.clientMaxWindowBits) + ) { + throw new Error( + 'Unexpected or invalid parameter "client_max_window_bits"' + ); + } + + return params; + } + + /** + * Normalize parameters. + * + * @param {Array} configurations The extension negotiation offers/reponse + * @return {Array} The offers/response with normalized parameters + * @private + */ + normalizeParams(configurations) { + configurations.forEach((params) => { + Object.keys(params).forEach((key) => { + let value = params[key]; + + if (value.length > 1) { + throw new Error(`Parameter "${key}" must have only a single value`); + } + + value = value[0]; + + if (key === 'client_max_window_bits') { + if (value !== true) { + const num = +value; + if (!Number.isInteger(num) || num < 8 || num > 15) { + throw new TypeError( + `Invalid value for parameter "${key}": ${value}` + ); + } + value = num; + } else if (!this._isServer) { + throw new TypeError( + `Invalid value for parameter "${key}": ${value}` + ); + } + } else if (key === 'server_max_window_bits') { + const num = +value; + if (!Number.isInteger(num) || num < 8 || num > 15) { + throw new TypeError( + `Invalid value for parameter "${key}": ${value}` + ); + } + value = num; + } else if ( + key === 'client_no_context_takeover' || + key === 'server_no_context_takeover' + ) { + if (value !== true) { + throw new TypeError( + `Invalid value for parameter "${key}": ${value}` + ); + } + } else { + throw new Error(`Unknown parameter "${key}"`); + } + + params[key] = value; + }); + }); + + return configurations; + } + + /** + * Decompress data. Concurrency limited. + * + * @param {Buffer} data Compressed data + * @param {Boolean} fin Specifies whether or not this is the last fragment + * @param {Function} callback Callback + * @public + */ + decompress(data, fin, callback) { + zlibLimiter.add((done) => { + this._decompress(data, fin, (err, result) => { + done(); + callback(err, result); + }); + }); + } + + /** + * Compress data. Concurrency limited. + * + * @param {(Buffer|String)} data Data to compress + * @param {Boolean} fin Specifies whether or not this is the last fragment + * @param {Function} callback Callback + * @public + */ + compress(data, fin, callback) { + zlibLimiter.add((done) => { + this._compress(data, fin, (err, result) => { + done(); + callback(err, result); + }); + }); + } + + /** + * Decompress data. + * + * @param {Buffer} data Compressed data + * @param {Boolean} fin Specifies whether or not this is the last fragment + * @param {Function} callback Callback + * @private + */ + _decompress(data, fin, callback) { + const endpoint = this._isServer ? 'client' : 'server'; + + if (!this._inflate) { + const key = `${endpoint}_max_window_bits`; + const windowBits = + typeof this.params[key] !== 'number' + ? zlib.Z_DEFAULT_WINDOWBITS + : this.params[key]; + + this._inflate = zlib.createInflateRaw({ + ...this._options.zlibInflateOptions, + windowBits + }); + this._inflate[kPerMessageDeflate] = this; + this._inflate[kTotalLength] = 0; + this._inflate[kBuffers] = []; + this._inflate.on('error', inflateOnError); + this._inflate.on('data', inflateOnData); + } + + this._inflate[kCallback] = callback; + + this._inflate.write(data); + if (fin) this._inflate.write(TRAILER); + + this._inflate.flush(() => { + const err = this._inflate[kError]; + + if (err) { + this._inflate.close(); + this._inflate = null; + callback(err); + return; + } + + const data = bufferUtil.concat( + this._inflate[kBuffers], + this._inflate[kTotalLength] + ); + + if (this._inflate._readableState.endEmitted) { + this._inflate.close(); + this._inflate = null; + } else { + this._inflate[kTotalLength] = 0; + this._inflate[kBuffers] = []; + + if (fin && this.params[`${endpoint}_no_context_takeover`]) { + this._inflate.reset(); + } + } + + callback(null, data); + }); + } + + /** + * Compress data. + * + * @param {(Buffer|String)} data Data to compress + * @param {Boolean} fin Specifies whether or not this is the last fragment + * @param {Function} callback Callback + * @private + */ + _compress(data, fin, callback) { + const endpoint = this._isServer ? 'server' : 'client'; + + if (!this._deflate) { + const key = `${endpoint}_max_window_bits`; + const windowBits = + typeof this.params[key] !== 'number' + ? zlib.Z_DEFAULT_WINDOWBITS + : this.params[key]; + + this._deflate = zlib.createDeflateRaw({ + ...this._options.zlibDeflateOptions, + windowBits + }); + + this._deflate[kTotalLength] = 0; + this._deflate[kBuffers] = []; + + this._deflate.on('data', deflateOnData); + } + + this._deflate[kCallback] = callback; + + this._deflate.write(data); + this._deflate.flush(zlib.Z_SYNC_FLUSH, () => { + if (!this._deflate) { + // + // The deflate stream was closed while data was being processed. + // + return; + } + + let data = bufferUtil.concat( + this._deflate[kBuffers], + this._deflate[kTotalLength] + ); + + if (fin) { + data = new FastBuffer(data.buffer, data.byteOffset, data.length - 4); + } + + // + // Ensure that the callback will not be called again in + // `PerMessageDeflate#cleanup()`. + // + this._deflate[kCallback] = null; + + this._deflate[kTotalLength] = 0; + this._deflate[kBuffers] = []; + + if (fin && this.params[`${endpoint}_no_context_takeover`]) { + this._deflate.reset(); + } + + callback(null, data); + }); + } +} + +module.exports = PerMessageDeflate; + +/** + * The listener of the `zlib.DeflateRaw` stream `'data'` event. + * + * @param {Buffer} chunk A chunk of data + * @private + */ +function deflateOnData(chunk) { + this[kBuffers].push(chunk); + this[kTotalLength] += chunk.length; +} + +/** + * The listener of the `zlib.InflateRaw` stream `'data'` event. + * + * @param {Buffer} chunk A chunk of data + * @private + */ +function inflateOnData(chunk) { + this[kTotalLength] += chunk.length; + + if ( + this[kPerMessageDeflate]._maxPayload < 1 || + this[kTotalLength] <= this[kPerMessageDeflate]._maxPayload + ) { + this[kBuffers].push(chunk); + return; + } + + this[kError] = new RangeError('Max payload size exceeded'); + this[kError].code = 'WS_ERR_UNSUPPORTED_MESSAGE_LENGTH'; + this[kError][kStatusCode] = 1009; + this.removeListener('data', inflateOnData); + + // + // The choice to employ `zlib.reset()` over `zlib.close()` is dictated by the + // fact that in Node.js versions prior to 13.10.0, the callback for + // `zlib.flush()` is not called if `zlib.close()` is used. Utilizing + // `zlib.reset()` ensures that either the callback is invoked or an error is + // emitted. + // + this.reset(); +} + +/** + * The listener of the `zlib.InflateRaw` stream `'error'` event. + * + * @param {Error} err The emitted error + * @private + */ +function inflateOnError(err) { + // + // There is no need to call `Zlib#close()` as the handle is automatically + // closed when an error is emitted. + // + this[kPerMessageDeflate]._inflate = null; + + if (this[kError]) { + this[kCallback](this[kError]); + return; + } + + err[kStatusCode] = 1007; + this[kCallback](err); +} diff --git a/node_modules/ws/lib/receiver.js b/node_modules/ws/lib/receiver.js new file mode 100644 index 0000000..54d9b4f --- /dev/null +++ b/node_modules/ws/lib/receiver.js @@ -0,0 +1,706 @@ +'use strict'; + +const { Writable } = require('stream'); + +const PerMessageDeflate = require('./permessage-deflate'); +const { + BINARY_TYPES, + EMPTY_BUFFER, + kStatusCode, + kWebSocket +} = require('./constants'); +const { concat, toArrayBuffer, unmask } = require('./buffer-util'); +const { isValidStatusCode, isValidUTF8 } = require('./validation'); + +const FastBuffer = Buffer[Symbol.species]; + +const GET_INFO = 0; +const GET_PAYLOAD_LENGTH_16 = 1; +const GET_PAYLOAD_LENGTH_64 = 2; +const GET_MASK = 3; +const GET_DATA = 4; +const INFLATING = 5; +const DEFER_EVENT = 6; + +/** + * HyBi Receiver implementation. + * + * @extends Writable + */ +class Receiver extends Writable { + /** + * Creates a Receiver instance. + * + * @param {Object} [options] Options object + * @param {Boolean} [options.allowSynchronousEvents=true] Specifies whether + * any of the `'message'`, `'ping'`, and `'pong'` events can be emitted + * multiple times in the same tick + * @param {String} [options.binaryType=nodebuffer] The type for binary data + * @param {Object} [options.extensions] An object containing the negotiated + * extensions + * @param {Boolean} [options.isServer=false] Specifies whether to operate in + * client or server mode + * @param {Number} [options.maxPayload=0] The maximum allowed message length + * @param {Boolean} [options.skipUTF8Validation=false] Specifies whether or + * not to skip UTF-8 validation for text and close messages + */ + constructor(options = {}) { + super(); + + this._allowSynchronousEvents = + options.allowSynchronousEvents !== undefined + ? options.allowSynchronousEvents + : true; + this._binaryType = options.binaryType || BINARY_TYPES[0]; + this._extensions = options.extensions || {}; + this._isServer = !!options.isServer; + this._maxPayload = options.maxPayload | 0; + this._skipUTF8Validation = !!options.skipUTF8Validation; + this[kWebSocket] = undefined; + + this._bufferedBytes = 0; + this._buffers = []; + + this._compressed = false; + this._payloadLength = 0; + this._mask = undefined; + this._fragmented = 0; + this._masked = false; + this._fin = false; + this._opcode = 0; + + this._totalPayloadLength = 0; + this._messageLength = 0; + this._fragments = []; + + this._errored = false; + this._loop = false; + this._state = GET_INFO; + } + + /** + * Implements `Writable.prototype._write()`. + * + * @param {Buffer} chunk The chunk of data to write + * @param {String} encoding The character encoding of `chunk` + * @param {Function} cb Callback + * @private + */ + _write(chunk, encoding, cb) { + if (this._opcode === 0x08 && this._state == GET_INFO) return cb(); + + this._bufferedBytes += chunk.length; + this._buffers.push(chunk); + this.startLoop(cb); + } + + /** + * Consumes `n` bytes from the buffered data. + * + * @param {Number} n The number of bytes to consume + * @return {Buffer} The consumed bytes + * @private + */ + consume(n) { + this._bufferedBytes -= n; + + if (n === this._buffers[0].length) return this._buffers.shift(); + + if (n < this._buffers[0].length) { + const buf = this._buffers[0]; + this._buffers[0] = new FastBuffer( + buf.buffer, + buf.byteOffset + n, + buf.length - n + ); + + return new FastBuffer(buf.buffer, buf.byteOffset, n); + } + + const dst = Buffer.allocUnsafe(n); + + do { + const buf = this._buffers[0]; + const offset = dst.length - n; + + if (n >= buf.length) { + dst.set(this._buffers.shift(), offset); + } else { + dst.set(new Uint8Array(buf.buffer, buf.byteOffset, n), offset); + this._buffers[0] = new FastBuffer( + buf.buffer, + buf.byteOffset + n, + buf.length - n + ); + } + + n -= buf.length; + } while (n > 0); + + return dst; + } + + /** + * Starts the parsing loop. + * + * @param {Function} cb Callback + * @private + */ + startLoop(cb) { + this._loop = true; + + do { + switch (this._state) { + case GET_INFO: + this.getInfo(cb); + break; + case GET_PAYLOAD_LENGTH_16: + this.getPayloadLength16(cb); + break; + case GET_PAYLOAD_LENGTH_64: + this.getPayloadLength64(cb); + break; + case GET_MASK: + this.getMask(); + break; + case GET_DATA: + this.getData(cb); + break; + case INFLATING: + case DEFER_EVENT: + this._loop = false; + return; + } + } while (this._loop); + + if (!this._errored) cb(); + } + + /** + * Reads the first two bytes of a frame. + * + * @param {Function} cb Callback + * @private + */ + getInfo(cb) { + if (this._bufferedBytes < 2) { + this._loop = false; + return; + } + + const buf = this.consume(2); + + if ((buf[0] & 0x30) !== 0x00) { + const error = this.createError( + RangeError, + 'RSV2 and RSV3 must be clear', + true, + 1002, + 'WS_ERR_UNEXPECTED_RSV_2_3' + ); + + cb(error); + return; + } + + const compressed = (buf[0] & 0x40) === 0x40; + + if (compressed && !this._extensions[PerMessageDeflate.extensionName]) { + const error = this.createError( + RangeError, + 'RSV1 must be clear', + true, + 1002, + 'WS_ERR_UNEXPECTED_RSV_1' + ); + + cb(error); + return; + } + + this._fin = (buf[0] & 0x80) === 0x80; + this._opcode = buf[0] & 0x0f; + this._payloadLength = buf[1] & 0x7f; + + if (this._opcode === 0x00) { + if (compressed) { + const error = this.createError( + RangeError, + 'RSV1 must be clear', + true, + 1002, + 'WS_ERR_UNEXPECTED_RSV_1' + ); + + cb(error); + return; + } + + if (!this._fragmented) { + const error = this.createError( + RangeError, + 'invalid opcode 0', + true, + 1002, + 'WS_ERR_INVALID_OPCODE' + ); + + cb(error); + return; + } + + this._opcode = this._fragmented; + } else if (this._opcode === 0x01 || this._opcode === 0x02) { + if (this._fragmented) { + const error = this.createError( + RangeError, + `invalid opcode ${this._opcode}`, + true, + 1002, + 'WS_ERR_INVALID_OPCODE' + ); + + cb(error); + return; + } + + this._compressed = compressed; + } else if (this._opcode > 0x07 && this._opcode < 0x0b) { + if (!this._fin) { + const error = this.createError( + RangeError, + 'FIN must be set', + true, + 1002, + 'WS_ERR_EXPECTED_FIN' + ); + + cb(error); + return; + } + + if (compressed) { + const error = this.createError( + RangeError, + 'RSV1 must be clear', + true, + 1002, + 'WS_ERR_UNEXPECTED_RSV_1' + ); + + cb(error); + return; + } + + if ( + this._payloadLength > 0x7d || + (this._opcode === 0x08 && this._payloadLength === 1) + ) { + const error = this.createError( + RangeError, + `invalid payload length ${this._payloadLength}`, + true, + 1002, + 'WS_ERR_INVALID_CONTROL_PAYLOAD_LENGTH' + ); + + cb(error); + return; + } + } else { + const error = this.createError( + RangeError, + `invalid opcode ${this._opcode}`, + true, + 1002, + 'WS_ERR_INVALID_OPCODE' + ); + + cb(error); + return; + } + + if (!this._fin && !this._fragmented) this._fragmented = this._opcode; + this._masked = (buf[1] & 0x80) === 0x80; + + if (this._isServer) { + if (!this._masked) { + const error = this.createError( + RangeError, + 'MASK must be set', + true, + 1002, + 'WS_ERR_EXPECTED_MASK' + ); + + cb(error); + return; + } + } else if (this._masked) { + const error = this.createError( + RangeError, + 'MASK must be clear', + true, + 1002, + 'WS_ERR_UNEXPECTED_MASK' + ); + + cb(error); + return; + } + + if (this._payloadLength === 126) this._state = GET_PAYLOAD_LENGTH_16; + else if (this._payloadLength === 127) this._state = GET_PAYLOAD_LENGTH_64; + else this.haveLength(cb); + } + + /** + * Gets extended payload length (7+16). + * + * @param {Function} cb Callback + * @private + */ + getPayloadLength16(cb) { + if (this._bufferedBytes < 2) { + this._loop = false; + return; + } + + this._payloadLength = this.consume(2).readUInt16BE(0); + this.haveLength(cb); + } + + /** + * Gets extended payload length (7+64). + * + * @param {Function} cb Callback + * @private + */ + getPayloadLength64(cb) { + if (this._bufferedBytes < 8) { + this._loop = false; + return; + } + + const buf = this.consume(8); + const num = buf.readUInt32BE(0); + + // + // The maximum safe integer in JavaScript is 2^53 - 1. An error is returned + // if payload length is greater than this number. + // + if (num > Math.pow(2, 53 - 32) - 1) { + const error = this.createError( + RangeError, + 'Unsupported WebSocket frame: payload length > 2^53 - 1', + false, + 1009, + 'WS_ERR_UNSUPPORTED_DATA_PAYLOAD_LENGTH' + ); + + cb(error); + return; + } + + this._payloadLength = num * Math.pow(2, 32) + buf.readUInt32BE(4); + this.haveLength(cb); + } + + /** + * Payload length has been read. + * + * @param {Function} cb Callback + * @private + */ + haveLength(cb) { + if (this._payloadLength && this._opcode < 0x08) { + this._totalPayloadLength += this._payloadLength; + if (this._totalPayloadLength > this._maxPayload && this._maxPayload > 0) { + const error = this.createError( + RangeError, + 'Max payload size exceeded', + false, + 1009, + 'WS_ERR_UNSUPPORTED_MESSAGE_LENGTH' + ); + + cb(error); + return; + } + } + + if (this._masked) this._state = GET_MASK; + else this._state = GET_DATA; + } + + /** + * Reads mask bytes. + * + * @private + */ + getMask() { + if (this._bufferedBytes < 4) { + this._loop = false; + return; + } + + this._mask = this.consume(4); + this._state = GET_DATA; + } + + /** + * Reads data bytes. + * + * @param {Function} cb Callback + * @private + */ + getData(cb) { + let data = EMPTY_BUFFER; + + if (this._payloadLength) { + if (this._bufferedBytes < this._payloadLength) { + this._loop = false; + return; + } + + data = this.consume(this._payloadLength); + + if ( + this._masked && + (this._mask[0] | this._mask[1] | this._mask[2] | this._mask[3]) !== 0 + ) { + unmask(data, this._mask); + } + } + + if (this._opcode > 0x07) { + this.controlMessage(data, cb); + return; + } + + if (this._compressed) { + this._state = INFLATING; + this.decompress(data, cb); + return; + } + + if (data.length) { + // + // This message is not compressed so its length is the sum of the payload + // length of all fragments. + // + this._messageLength = this._totalPayloadLength; + this._fragments.push(data); + } + + this.dataMessage(cb); + } + + /** + * Decompresses data. + * + * @param {Buffer} data Compressed data + * @param {Function} cb Callback + * @private + */ + decompress(data, cb) { + const perMessageDeflate = this._extensions[PerMessageDeflate.extensionName]; + + perMessageDeflate.decompress(data, this._fin, (err, buf) => { + if (err) return cb(err); + + if (buf.length) { + this._messageLength += buf.length; + if (this._messageLength > this._maxPayload && this._maxPayload > 0) { + const error = this.createError( + RangeError, + 'Max payload size exceeded', + false, + 1009, + 'WS_ERR_UNSUPPORTED_MESSAGE_LENGTH' + ); + + cb(error); + return; + } + + this._fragments.push(buf); + } + + this.dataMessage(cb); + if (this._state === GET_INFO) this.startLoop(cb); + }); + } + + /** + * Handles a data message. + * + * @param {Function} cb Callback + * @private + */ + dataMessage(cb) { + if (!this._fin) { + this._state = GET_INFO; + return; + } + + const messageLength = this._messageLength; + const fragments = this._fragments; + + this._totalPayloadLength = 0; + this._messageLength = 0; + this._fragmented = 0; + this._fragments = []; + + if (this._opcode === 2) { + let data; + + if (this._binaryType === 'nodebuffer') { + data = concat(fragments, messageLength); + } else if (this._binaryType === 'arraybuffer') { + data = toArrayBuffer(concat(fragments, messageLength)); + } else if (this._binaryType === 'blob') { + data = new Blob(fragments); + } else { + data = fragments; + } + + if (this._allowSynchronousEvents) { + this.emit('message', data, true); + this._state = GET_INFO; + } else { + this._state = DEFER_EVENT; + setImmediate(() => { + this.emit('message', data, true); + this._state = GET_INFO; + this.startLoop(cb); + }); + } + } else { + const buf = concat(fragments, messageLength); + + if (!this._skipUTF8Validation && !isValidUTF8(buf)) { + const error = this.createError( + Error, + 'invalid UTF-8 sequence', + true, + 1007, + 'WS_ERR_INVALID_UTF8' + ); + + cb(error); + return; + } + + if (this._state === INFLATING || this._allowSynchronousEvents) { + this.emit('message', buf, false); + this._state = GET_INFO; + } else { + this._state = DEFER_EVENT; + setImmediate(() => { + this.emit('message', buf, false); + this._state = GET_INFO; + this.startLoop(cb); + }); + } + } + } + + /** + * Handles a control message. + * + * @param {Buffer} data Data to handle + * @return {(Error|RangeError|undefined)} A possible error + * @private + */ + controlMessage(data, cb) { + if (this._opcode === 0x08) { + if (data.length === 0) { + this._loop = false; + this.emit('conclude', 1005, EMPTY_BUFFER); + this.end(); + } else { + const code = data.readUInt16BE(0); + + if (!isValidStatusCode(code)) { + const error = this.createError( + RangeError, + `invalid status code ${code}`, + true, + 1002, + 'WS_ERR_INVALID_CLOSE_CODE' + ); + + cb(error); + return; + } + + const buf = new FastBuffer( + data.buffer, + data.byteOffset + 2, + data.length - 2 + ); + + if (!this._skipUTF8Validation && !isValidUTF8(buf)) { + const error = this.createError( + Error, + 'invalid UTF-8 sequence', + true, + 1007, + 'WS_ERR_INVALID_UTF8' + ); + + cb(error); + return; + } + + this._loop = false; + this.emit('conclude', code, buf); + this.end(); + } + + this._state = GET_INFO; + return; + } + + if (this._allowSynchronousEvents) { + this.emit(this._opcode === 0x09 ? 'ping' : 'pong', data); + this._state = GET_INFO; + } else { + this._state = DEFER_EVENT; + setImmediate(() => { + this.emit(this._opcode === 0x09 ? 'ping' : 'pong', data); + this._state = GET_INFO; + this.startLoop(cb); + }); + } + } + + /** + * Builds an error object. + * + * @param {function(new:Error|RangeError)} ErrorCtor The error constructor + * @param {String} message The error message + * @param {Boolean} prefix Specifies whether or not to add a default prefix to + * `message` + * @param {Number} statusCode The status code + * @param {String} errorCode The exposed error code + * @return {(Error|RangeError)} The error + * @private + */ + createError(ErrorCtor, message, prefix, statusCode, errorCode) { + this._loop = false; + this._errored = true; + + const err = new ErrorCtor( + prefix ? `Invalid WebSocket frame: ${message}` : message + ); + + Error.captureStackTrace(err, this.createError); + err.code = errorCode; + err[kStatusCode] = statusCode; + return err; + } +} + +module.exports = Receiver; diff --git a/node_modules/ws/lib/sender.js b/node_modules/ws/lib/sender.js new file mode 100644 index 0000000..a8b1da3 --- /dev/null +++ b/node_modules/ws/lib/sender.js @@ -0,0 +1,602 @@ +/* eslint no-unused-vars: ["error", { "varsIgnorePattern": "^Duplex" }] */ + +'use strict'; + +const { Duplex } = require('stream'); +const { randomFillSync } = require('crypto'); + +const PerMessageDeflate = require('./permessage-deflate'); +const { EMPTY_BUFFER, kWebSocket, NOOP } = require('./constants'); +const { isBlob, isValidStatusCode } = require('./validation'); +const { mask: applyMask, toBuffer } = require('./buffer-util'); + +const kByteLength = Symbol('kByteLength'); +const maskBuffer = Buffer.alloc(4); +const RANDOM_POOL_SIZE = 8 * 1024; +let randomPool; +let randomPoolPointer = RANDOM_POOL_SIZE; + +const DEFAULT = 0; +const DEFLATING = 1; +const GET_BLOB_DATA = 2; + +/** + * HyBi Sender implementation. + */ +class Sender { + /** + * Creates a Sender instance. + * + * @param {Duplex} socket The connection socket + * @param {Object} [extensions] An object containing the negotiated extensions + * @param {Function} [generateMask] The function used to generate the masking + * key + */ + constructor(socket, extensions, generateMask) { + this._extensions = extensions || {}; + + if (generateMask) { + this._generateMask = generateMask; + this._maskBuffer = Buffer.alloc(4); + } + + this._socket = socket; + + this._firstFragment = true; + this._compress = false; + + this._bufferedBytes = 0; + this._queue = []; + this._state = DEFAULT; + this.onerror = NOOP; + this[kWebSocket] = undefined; + } + + /** + * Frames a piece of data according to the HyBi WebSocket protocol. + * + * @param {(Buffer|String)} data The data to frame + * @param {Object} options Options object + * @param {Boolean} [options.fin=false] Specifies whether or not to set the + * FIN bit + * @param {Function} [options.generateMask] The function used to generate the + * masking key + * @param {Boolean} [options.mask=false] Specifies whether or not to mask + * `data` + * @param {Buffer} [options.maskBuffer] The buffer used to store the masking + * key + * @param {Number} options.opcode The opcode + * @param {Boolean} [options.readOnly=false] Specifies whether `data` can be + * modified + * @param {Boolean} [options.rsv1=false] Specifies whether or not to set the + * RSV1 bit + * @return {(Buffer|String)[]} The framed data + * @public + */ + static frame(data, options) { + let mask; + let merge = false; + let offset = 2; + let skipMasking = false; + + if (options.mask) { + mask = options.maskBuffer || maskBuffer; + + if (options.generateMask) { + options.generateMask(mask); + } else { + if (randomPoolPointer === RANDOM_POOL_SIZE) { + /* istanbul ignore else */ + if (randomPool === undefined) { + // + // This is lazily initialized because server-sent frames must not + // be masked so it may never be used. + // + randomPool = Buffer.alloc(RANDOM_POOL_SIZE); + } + + randomFillSync(randomPool, 0, RANDOM_POOL_SIZE); + randomPoolPointer = 0; + } + + mask[0] = randomPool[randomPoolPointer++]; + mask[1] = randomPool[randomPoolPointer++]; + mask[2] = randomPool[randomPoolPointer++]; + mask[3] = randomPool[randomPoolPointer++]; + } + + skipMasking = (mask[0] | mask[1] | mask[2] | mask[3]) === 0; + offset = 6; + } + + let dataLength; + + if (typeof data === 'string') { + if ( + (!options.mask || skipMasking) && + options[kByteLength] !== undefined + ) { + dataLength = options[kByteLength]; + } else { + data = Buffer.from(data); + dataLength = data.length; + } + } else { + dataLength = data.length; + merge = options.mask && options.readOnly && !skipMasking; + } + + let payloadLength = dataLength; + + if (dataLength >= 65536) { + offset += 8; + payloadLength = 127; + } else if (dataLength > 125) { + offset += 2; + payloadLength = 126; + } + + const target = Buffer.allocUnsafe(merge ? dataLength + offset : offset); + + target[0] = options.fin ? options.opcode | 0x80 : options.opcode; + if (options.rsv1) target[0] |= 0x40; + + target[1] = payloadLength; + + if (payloadLength === 126) { + target.writeUInt16BE(dataLength, 2); + } else if (payloadLength === 127) { + target[2] = target[3] = 0; + target.writeUIntBE(dataLength, 4, 6); + } + + if (!options.mask) return [target, data]; + + target[1] |= 0x80; + target[offset - 4] = mask[0]; + target[offset - 3] = mask[1]; + target[offset - 2] = mask[2]; + target[offset - 1] = mask[3]; + + if (skipMasking) return [target, data]; + + if (merge) { + applyMask(data, mask, target, offset, dataLength); + return [target]; + } + + applyMask(data, mask, data, 0, dataLength); + return [target, data]; + } + + /** + * Sends a close message to the other peer. + * + * @param {Number} [code] The status code component of the body + * @param {(String|Buffer)} [data] The message component of the body + * @param {Boolean} [mask=false] Specifies whether or not to mask the message + * @param {Function} [cb] Callback + * @public + */ + close(code, data, mask, cb) { + let buf; + + if (code === undefined) { + buf = EMPTY_BUFFER; + } else if (typeof code !== 'number' || !isValidStatusCode(code)) { + throw new TypeError('First argument must be a valid error code number'); + } else if (data === undefined || !data.length) { + buf = Buffer.allocUnsafe(2); + buf.writeUInt16BE(code, 0); + } else { + const length = Buffer.byteLength(data); + + if (length > 123) { + throw new RangeError('The message must not be greater than 123 bytes'); + } + + buf = Buffer.allocUnsafe(2 + length); + buf.writeUInt16BE(code, 0); + + if (typeof data === 'string') { + buf.write(data, 2); + } else { + buf.set(data, 2); + } + } + + const options = { + [kByteLength]: buf.length, + fin: true, + generateMask: this._generateMask, + mask, + maskBuffer: this._maskBuffer, + opcode: 0x08, + readOnly: false, + rsv1: false + }; + + if (this._state !== DEFAULT) { + this.enqueue([this.dispatch, buf, false, options, cb]); + } else { + this.sendFrame(Sender.frame(buf, options), cb); + } + } + + /** + * Sends a ping message to the other peer. + * + * @param {*} data The message to send + * @param {Boolean} [mask=false] Specifies whether or not to mask `data` + * @param {Function} [cb] Callback + * @public + */ + ping(data, mask, cb) { + let byteLength; + let readOnly; + + if (typeof data === 'string') { + byteLength = Buffer.byteLength(data); + readOnly = false; + } else if (isBlob(data)) { + byteLength = data.size; + readOnly = false; + } else { + data = toBuffer(data); + byteLength = data.length; + readOnly = toBuffer.readOnly; + } + + if (byteLength > 125) { + throw new RangeError('The data size must not be greater than 125 bytes'); + } + + const options = { + [kByteLength]: byteLength, + fin: true, + generateMask: this._generateMask, + mask, + maskBuffer: this._maskBuffer, + opcode: 0x09, + readOnly, + rsv1: false + }; + + if (isBlob(data)) { + if (this._state !== DEFAULT) { + this.enqueue([this.getBlobData, data, false, options, cb]); + } else { + this.getBlobData(data, false, options, cb); + } + } else if (this._state !== DEFAULT) { + this.enqueue([this.dispatch, data, false, options, cb]); + } else { + this.sendFrame(Sender.frame(data, options), cb); + } + } + + /** + * Sends a pong message to the other peer. + * + * @param {*} data The message to send + * @param {Boolean} [mask=false] Specifies whether or not to mask `data` + * @param {Function} [cb] Callback + * @public + */ + pong(data, mask, cb) { + let byteLength; + let readOnly; + + if (typeof data === 'string') { + byteLength = Buffer.byteLength(data); + readOnly = false; + } else if (isBlob(data)) { + byteLength = data.size; + readOnly = false; + } else { + data = toBuffer(data); + byteLength = data.length; + readOnly = toBuffer.readOnly; + } + + if (byteLength > 125) { + throw new RangeError('The data size must not be greater than 125 bytes'); + } + + const options = { + [kByteLength]: byteLength, + fin: true, + generateMask: this._generateMask, + mask, + maskBuffer: this._maskBuffer, + opcode: 0x0a, + readOnly, + rsv1: false + }; + + if (isBlob(data)) { + if (this._state !== DEFAULT) { + this.enqueue([this.getBlobData, data, false, options, cb]); + } else { + this.getBlobData(data, false, options, cb); + } + } else if (this._state !== DEFAULT) { + this.enqueue([this.dispatch, data, false, options, cb]); + } else { + this.sendFrame(Sender.frame(data, options), cb); + } + } + + /** + * Sends a data message to the other peer. + * + * @param {*} data The message to send + * @param {Object} options Options object + * @param {Boolean} [options.binary=false] Specifies whether `data` is binary + * or text + * @param {Boolean} [options.compress=false] Specifies whether or not to + * compress `data` + * @param {Boolean} [options.fin=false] Specifies whether the fragment is the + * last one + * @param {Boolean} [options.mask=false] Specifies whether or not to mask + * `data` + * @param {Function} [cb] Callback + * @public + */ + send(data, options, cb) { + const perMessageDeflate = this._extensions[PerMessageDeflate.extensionName]; + let opcode = options.binary ? 2 : 1; + let rsv1 = options.compress; + + let byteLength; + let readOnly; + + if (typeof data === 'string') { + byteLength = Buffer.byteLength(data); + readOnly = false; + } else if (isBlob(data)) { + byteLength = data.size; + readOnly = false; + } else { + data = toBuffer(data); + byteLength = data.length; + readOnly = toBuffer.readOnly; + } + + if (this._firstFragment) { + this._firstFragment = false; + if ( + rsv1 && + perMessageDeflate && + perMessageDeflate.params[ + perMessageDeflate._isServer + ? 'server_no_context_takeover' + : 'client_no_context_takeover' + ] + ) { + rsv1 = byteLength >= perMessageDeflate._threshold; + } + this._compress = rsv1; + } else { + rsv1 = false; + opcode = 0; + } + + if (options.fin) this._firstFragment = true; + + const opts = { + [kByteLength]: byteLength, + fin: options.fin, + generateMask: this._generateMask, + mask: options.mask, + maskBuffer: this._maskBuffer, + opcode, + readOnly, + rsv1 + }; + + if (isBlob(data)) { + if (this._state !== DEFAULT) { + this.enqueue([this.getBlobData, data, this._compress, opts, cb]); + } else { + this.getBlobData(data, this._compress, opts, cb); + } + } else if (this._state !== DEFAULT) { + this.enqueue([this.dispatch, data, this._compress, opts, cb]); + } else { + this.dispatch(data, this._compress, opts, cb); + } + } + + /** + * Gets the contents of a blob as binary data. + * + * @param {Blob} blob The blob + * @param {Boolean} [compress=false] Specifies whether or not to compress + * the data + * @param {Object} options Options object + * @param {Boolean} [options.fin=false] Specifies whether or not to set the + * FIN bit + * @param {Function} [options.generateMask] The function used to generate the + * masking key + * @param {Boolean} [options.mask=false] Specifies whether or not to mask + * `data` + * @param {Buffer} [options.maskBuffer] The buffer used to store the masking + * key + * @param {Number} options.opcode The opcode + * @param {Boolean} [options.readOnly=false] Specifies whether `data` can be + * modified + * @param {Boolean} [options.rsv1=false] Specifies whether or not to set the + * RSV1 bit + * @param {Function} [cb] Callback + * @private + */ + getBlobData(blob, compress, options, cb) { + this._bufferedBytes += options[kByteLength]; + this._state = GET_BLOB_DATA; + + blob + .arrayBuffer() + .then((arrayBuffer) => { + if (this._socket.destroyed) { + const err = new Error( + 'The socket was closed while the blob was being read' + ); + + // + // `callCallbacks` is called in the next tick to ensure that errors + // that might be thrown in the callbacks behave like errors thrown + // outside the promise chain. + // + process.nextTick(callCallbacks, this, err, cb); + return; + } + + this._bufferedBytes -= options[kByteLength]; + const data = toBuffer(arrayBuffer); + + if (!compress) { + this._state = DEFAULT; + this.sendFrame(Sender.frame(data, options), cb); + this.dequeue(); + } else { + this.dispatch(data, compress, options, cb); + } + }) + .catch((err) => { + // + // `onError` is called in the next tick for the same reason that + // `callCallbacks` above is. + // + process.nextTick(onError, this, err, cb); + }); + } + + /** + * Dispatches a message. + * + * @param {(Buffer|String)} data The message to send + * @param {Boolean} [compress=false] Specifies whether or not to compress + * `data` + * @param {Object} options Options object + * @param {Boolean} [options.fin=false] Specifies whether or not to set the + * FIN bit + * @param {Function} [options.generateMask] The function used to generate the + * masking key + * @param {Boolean} [options.mask=false] Specifies whether or not to mask + * `data` + * @param {Buffer} [options.maskBuffer] The buffer used to store the masking + * key + * @param {Number} options.opcode The opcode + * @param {Boolean} [options.readOnly=false] Specifies whether `data` can be + * modified + * @param {Boolean} [options.rsv1=false] Specifies whether or not to set the + * RSV1 bit + * @param {Function} [cb] Callback + * @private + */ + dispatch(data, compress, options, cb) { + if (!compress) { + this.sendFrame(Sender.frame(data, options), cb); + return; + } + + const perMessageDeflate = this._extensions[PerMessageDeflate.extensionName]; + + this._bufferedBytes += options[kByteLength]; + this._state = DEFLATING; + perMessageDeflate.compress(data, options.fin, (_, buf) => { + if (this._socket.destroyed) { + const err = new Error( + 'The socket was closed while data was being compressed' + ); + + callCallbacks(this, err, cb); + return; + } + + this._bufferedBytes -= options[kByteLength]; + this._state = DEFAULT; + options.readOnly = false; + this.sendFrame(Sender.frame(buf, options), cb); + this.dequeue(); + }); + } + + /** + * Executes queued send operations. + * + * @private + */ + dequeue() { + while (this._state === DEFAULT && this._queue.length) { + const params = this._queue.shift(); + + this._bufferedBytes -= params[3][kByteLength]; + Reflect.apply(params[0], this, params.slice(1)); + } + } + + /** + * Enqueues a send operation. + * + * @param {Array} params Send operation parameters. + * @private + */ + enqueue(params) { + this._bufferedBytes += params[3][kByteLength]; + this._queue.push(params); + } + + /** + * Sends a frame. + * + * @param {(Buffer | String)[]} list The frame to send + * @param {Function} [cb] Callback + * @private + */ + sendFrame(list, cb) { + if (list.length === 2) { + this._socket.cork(); + this._socket.write(list[0]); + this._socket.write(list[1], cb); + this._socket.uncork(); + } else { + this._socket.write(list[0], cb); + } + } +} + +module.exports = Sender; + +/** + * Calls queued callbacks with an error. + * + * @param {Sender} sender The `Sender` instance + * @param {Error} err The error to call the callbacks with + * @param {Function} [cb] The first callback + * @private + */ +function callCallbacks(sender, err, cb) { + if (typeof cb === 'function') cb(err); + + for (let i = 0; i < sender._queue.length; i++) { + const params = sender._queue[i]; + const callback = params[params.length - 1]; + + if (typeof callback === 'function') callback(err); + } +} + +/** + * Handles a `Sender` error. + * + * @param {Sender} sender The `Sender` instance + * @param {Error} err The error + * @param {Function} [cb] The first pending callback + * @private + */ +function onError(sender, err, cb) { + callCallbacks(sender, err, cb); + sender.onerror(err); +} diff --git a/node_modules/ws/lib/stream.js b/node_modules/ws/lib/stream.js new file mode 100644 index 0000000..4c58c91 --- /dev/null +++ b/node_modules/ws/lib/stream.js @@ -0,0 +1,161 @@ +/* eslint no-unused-vars: ["error", { "varsIgnorePattern": "^WebSocket$" }] */ +'use strict'; + +const WebSocket = require('./websocket'); +const { Duplex } = require('stream'); + +/** + * Emits the `'close'` event on a stream. + * + * @param {Duplex} stream The stream. + * @private + */ +function emitClose(stream) { + stream.emit('close'); +} + +/** + * The listener of the `'end'` event. + * + * @private + */ +function duplexOnEnd() { + if (!this.destroyed && this._writableState.finished) { + this.destroy(); + } +} + +/** + * The listener of the `'error'` event. + * + * @param {Error} err The error + * @private + */ +function duplexOnError(err) { + this.removeListener('error', duplexOnError); + this.destroy(); + if (this.listenerCount('error') === 0) { + // Do not suppress the throwing behavior. + this.emit('error', err); + } +} + +/** + * Wraps a `WebSocket` in a duplex stream. + * + * @param {WebSocket} ws The `WebSocket` to wrap + * @param {Object} [options] The options for the `Duplex` constructor + * @return {Duplex} The duplex stream + * @public + */ +function createWebSocketStream(ws, options) { + let terminateOnDestroy = true; + + const duplex = new Duplex({ + ...options, + autoDestroy: false, + emitClose: false, + objectMode: false, + writableObjectMode: false + }); + + ws.on('message', function message(msg, isBinary) { + const data = + !isBinary && duplex._readableState.objectMode ? msg.toString() : msg; + + if (!duplex.push(data)) ws.pause(); + }); + + ws.once('error', function error(err) { + if (duplex.destroyed) return; + + // Prevent `ws.terminate()` from being called by `duplex._destroy()`. + // + // - If the `'error'` event is emitted before the `'open'` event, then + // `ws.terminate()` is a noop as no socket is assigned. + // - Otherwise, the error is re-emitted by the listener of the `'error'` + // event of the `Receiver` object. The listener already closes the + // connection by calling `ws.close()`. This allows a close frame to be + // sent to the other peer. If `ws.terminate()` is called right after this, + // then the close frame might not be sent. + terminateOnDestroy = false; + duplex.destroy(err); + }); + + ws.once('close', function close() { + if (duplex.destroyed) return; + + duplex.push(null); + }); + + duplex._destroy = function (err, callback) { + if (ws.readyState === ws.CLOSED) { + callback(err); + process.nextTick(emitClose, duplex); + return; + } + + let called = false; + + ws.once('error', function error(err) { + called = true; + callback(err); + }); + + ws.once('close', function close() { + if (!called) callback(err); + process.nextTick(emitClose, duplex); + }); + + if (terminateOnDestroy) ws.terminate(); + }; + + duplex._final = function (callback) { + if (ws.readyState === ws.CONNECTING) { + ws.once('open', function open() { + duplex._final(callback); + }); + return; + } + + // If the value of the `_socket` property is `null` it means that `ws` is a + // client websocket and the handshake failed. In fact, when this happens, a + // socket is never assigned to the websocket. Wait for the `'error'` event + // that will be emitted by the websocket. + if (ws._socket === null) return; + + if (ws._socket._writableState.finished) { + callback(); + if (duplex._readableState.endEmitted) duplex.destroy(); + } else { + ws._socket.once('finish', function finish() { + // `duplex` is not destroyed here because the `'end'` event will be + // emitted on `duplex` after this `'finish'` event. The EOF signaling + // `null` chunk is, in fact, pushed when the websocket emits `'close'`. + callback(); + }); + ws.close(); + } + }; + + duplex._read = function () { + if (ws.isPaused) ws.resume(); + }; + + duplex._write = function (chunk, encoding, callback) { + if (ws.readyState === ws.CONNECTING) { + ws.once('open', function open() { + duplex._write(chunk, encoding, callback); + }); + return; + } + + ws.send(chunk, callback); + }; + + duplex.on('end', duplexOnEnd); + duplex.on('error', duplexOnError); + return duplex; +} + +module.exports = createWebSocketStream; diff --git a/node_modules/ws/lib/subprotocol.js b/node_modules/ws/lib/subprotocol.js new file mode 100644 index 0000000..d4381e8 --- /dev/null +++ b/node_modules/ws/lib/subprotocol.js @@ -0,0 +1,62 @@ +'use strict'; + +const { tokenChars } = require('./validation'); + +/** + * Parses the `Sec-WebSocket-Protocol` header into a set of subprotocol names. + * + * @param {String} header The field value of the header + * @return {Set} The subprotocol names + * @public + */ +function parse(header) { + const protocols = new Set(); + let start = -1; + let end = -1; + let i = 0; + + for (i; i < header.length; i++) { + const code = header.charCodeAt(i); + + if (end === -1 && tokenChars[code] === 1) { + if (start === -1) start = i; + } else if ( + i !== 0 && + (code === 0x20 /* ' ' */ || code === 0x09) /* '\t' */ + ) { + if (end === -1 && start !== -1) end = i; + } else if (code === 0x2c /* ',' */) { + if (start === -1) { + throw new SyntaxError(`Unexpected character at index ${i}`); + } + + if (end === -1) end = i; + + const protocol = header.slice(start, end); + + if (protocols.has(protocol)) { + throw new SyntaxError(`The "${protocol}" subprotocol is duplicated`); + } + + protocols.add(protocol); + start = end = -1; + } else { + throw new SyntaxError(`Unexpected character at index ${i}`); + } + } + + if (start === -1 || end !== -1) { + throw new SyntaxError('Unexpected end of input'); + } + + const protocol = header.slice(start, i); + + if (protocols.has(protocol)) { + throw new SyntaxError(`The "${protocol}" subprotocol is duplicated`); + } + + protocols.add(protocol); + return protocols; +} + +module.exports = { parse }; diff --git a/node_modules/ws/lib/validation.js b/node_modules/ws/lib/validation.js new file mode 100644 index 0000000..4a2e68d --- /dev/null +++ b/node_modules/ws/lib/validation.js @@ -0,0 +1,152 @@ +'use strict'; + +const { isUtf8 } = require('buffer'); + +const { hasBlob } = require('./constants'); + +// +// Allowed token characters: +// +// '!', '#', '$', '%', '&', ''', '*', '+', '-', +// '.', 0-9, A-Z, '^', '_', '`', a-z, '|', '~' +// +// tokenChars[32] === 0 // ' ' +// tokenChars[33] === 1 // '!' +// tokenChars[34] === 0 // '"' +// ... +// +// prettier-ignore +const tokenChars = [ + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 0 - 15 + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 16 - 31 + 0, 1, 0, 1, 1, 1, 1, 1, 0, 0, 1, 1, 0, 1, 1, 0, // 32 - 47 + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, // 48 - 63 + 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, // 64 - 79 + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 1, // 80 - 95 + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, // 96 - 111 + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 0 // 112 - 127 +]; + +/** + * Checks if a status code is allowed in a close frame. + * + * @param {Number} code The status code + * @return {Boolean} `true` if the status code is valid, else `false` + * @public + */ +function isValidStatusCode(code) { + return ( + (code >= 1000 && + code <= 1014 && + code !== 1004 && + code !== 1005 && + code !== 1006) || + (code >= 3000 && code <= 4999) + ); +} + +/** + * Checks if a given buffer contains only correct UTF-8. + * Ported from https://www.cl.cam.ac.uk/%7Emgk25/ucs/utf8_check.c by + * Markus Kuhn. + * + * @param {Buffer} buf The buffer to check + * @return {Boolean} `true` if `buf` contains only correct UTF-8, else `false` + * @public + */ +function _isValidUTF8(buf) { + const len = buf.length; + let i = 0; + + while (i < len) { + if ((buf[i] & 0x80) === 0) { + // 0xxxxxxx + i++; + } else if ((buf[i] & 0xe0) === 0xc0) { + // 110xxxxx 10xxxxxx + if ( + i + 1 === len || + (buf[i + 1] & 0xc0) !== 0x80 || + (buf[i] & 0xfe) === 0xc0 // Overlong + ) { + return false; + } + + i += 2; + } else if ((buf[i] & 0xf0) === 0xe0) { + // 1110xxxx 10xxxxxx 10xxxxxx + if ( + i + 2 >= len || + (buf[i + 1] & 0xc0) !== 0x80 || + (buf[i + 2] & 0xc0) !== 0x80 || + (buf[i] === 0xe0 && (buf[i + 1] & 0xe0) === 0x80) || // Overlong + (buf[i] === 0xed && (buf[i + 1] & 0xe0) === 0xa0) // Surrogate (U+D800 - U+DFFF) + ) { + return false; + } + + i += 3; + } else if ((buf[i] & 0xf8) === 0xf0) { + // 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx + if ( + i + 3 >= len || + (buf[i + 1] & 0xc0) !== 0x80 || + (buf[i + 2] & 0xc0) !== 0x80 || + (buf[i + 3] & 0xc0) !== 0x80 || + (buf[i] === 0xf0 && (buf[i + 1] & 0xf0) === 0x80) || // Overlong + (buf[i] === 0xf4 && buf[i + 1] > 0x8f) || + buf[i] > 0xf4 // > U+10FFFF + ) { + return false; + } + + i += 4; + } else { + return false; + } + } + + return true; +} + +/** + * Determines whether a value is a `Blob`. + * + * @param {*} value The value to be tested + * @return {Boolean} `true` if `value` is a `Blob`, else `false` + * @private + */ +function isBlob(value) { + return ( + hasBlob && + typeof value === 'object' && + typeof value.arrayBuffer === 'function' && + typeof value.type === 'string' && + typeof value.stream === 'function' && + (value[Symbol.toStringTag] === 'Blob' || + value[Symbol.toStringTag] === 'File') + ); +} + +module.exports = { + isBlob, + isValidStatusCode, + isValidUTF8: _isValidUTF8, + tokenChars +}; + +if (isUtf8) { + module.exports.isValidUTF8 = function (buf) { + return buf.length < 24 ? _isValidUTF8(buf) : isUtf8(buf); + }; +} /* istanbul ignore else */ else if (!process.env.WS_NO_UTF_8_VALIDATE) { + try { + const isValidUTF8 = require('utf-8-validate'); + + module.exports.isValidUTF8 = function (buf) { + return buf.length < 32 ? _isValidUTF8(buf) : isValidUTF8(buf); + }; + } catch (e) { + // Continue regardless of the error. + } +} diff --git a/node_modules/ws/lib/websocket-server.js b/node_modules/ws/lib/websocket-server.js new file mode 100644 index 0000000..33e0985 --- /dev/null +++ b/node_modules/ws/lib/websocket-server.js @@ -0,0 +1,550 @@ +/* eslint no-unused-vars: ["error", { "varsIgnorePattern": "^Duplex$", "caughtErrors": "none" }] */ + +'use strict'; + +const EventEmitter = require('events'); +const http = require('http'); +const { Duplex } = require('stream'); +const { createHash } = require('crypto'); + +const extension = require('./extension'); +const PerMessageDeflate = require('./permessage-deflate'); +const subprotocol = require('./subprotocol'); +const WebSocket = require('./websocket'); +const { GUID, kWebSocket } = require('./constants'); + +const keyRegex = /^[+/0-9A-Za-z]{22}==$/; + +const RUNNING = 0; +const CLOSING = 1; +const CLOSED = 2; + +/** + * Class representing a WebSocket server. + * + * @extends EventEmitter + */ +class WebSocketServer extends EventEmitter { + /** + * Create a `WebSocketServer` instance. + * + * @param {Object} options Configuration options + * @param {Boolean} [options.allowSynchronousEvents=true] Specifies whether + * any of the `'message'`, `'ping'`, and `'pong'` events can be emitted + * multiple times in the same tick + * @param {Boolean} [options.autoPong=true] Specifies whether or not to + * automatically send a pong in response to a ping + * @param {Number} [options.backlog=511] The maximum length of the queue of + * pending connections + * @param {Boolean} [options.clientTracking=true] Specifies whether or not to + * track clients + * @param {Function} [options.handleProtocols] A hook to handle protocols + * @param {String} [options.host] The hostname where to bind the server + * @param {Number} [options.maxPayload=104857600] The maximum allowed message + * size + * @param {Boolean} [options.noServer=false] Enable no server mode + * @param {String} [options.path] Accept only connections matching this path + * @param {(Boolean|Object)} [options.perMessageDeflate=false] Enable/disable + * permessage-deflate + * @param {Number} [options.port] The port where to bind the server + * @param {(http.Server|https.Server)} [options.server] A pre-created HTTP/S + * server to use + * @param {Boolean} [options.skipUTF8Validation=false] Specifies whether or + * not to skip UTF-8 validation for text and close messages + * @param {Function} [options.verifyClient] A hook to reject connections + * @param {Function} [options.WebSocket=WebSocket] Specifies the `WebSocket` + * class to use. It must be the `WebSocket` class or class that extends it + * @param {Function} [callback] A listener for the `listening` event + */ + constructor(options, callback) { + super(); + + options = { + allowSynchronousEvents: true, + autoPong: true, + maxPayload: 100 * 1024 * 1024, + skipUTF8Validation: false, + perMessageDeflate: false, + handleProtocols: null, + clientTracking: true, + verifyClient: null, + noServer: false, + backlog: null, // use default (511 as implemented in net.js) + server: null, + host: null, + path: null, + port: null, + WebSocket, + ...options + }; + + if ( + (options.port == null && !options.server && !options.noServer) || + (options.port != null && (options.server || options.noServer)) || + (options.server && options.noServer) + ) { + throw new TypeError( + 'One and only one of the "port", "server", or "noServer" options ' + + 'must be specified' + ); + } + + if (options.port != null) { + this._server = http.createServer((req, res) => { + const body = http.STATUS_CODES[426]; + + res.writeHead(426, { + 'Content-Length': body.length, + 'Content-Type': 'text/plain' + }); + res.end(body); + }); + this._server.listen( + options.port, + options.host, + options.backlog, + callback + ); + } else if (options.server) { + this._server = options.server; + } + + if (this._server) { + const emitConnection = this.emit.bind(this, 'connection'); + + this._removeListeners = addListeners(this._server, { + listening: this.emit.bind(this, 'listening'), + error: this.emit.bind(this, 'error'), + upgrade: (req, socket, head) => { + this.handleUpgrade(req, socket, head, emitConnection); + } + }); + } + + if (options.perMessageDeflate === true) options.perMessageDeflate = {}; + if (options.clientTracking) { + this.clients = new Set(); + this._shouldEmitClose = false; + } + + this.options = options; + this._state = RUNNING; + } + + /** + * Returns the bound address, the address family name, and port of the server + * as reported by the operating system if listening on an IP socket. + * If the server is listening on a pipe or UNIX domain socket, the name is + * returned as a string. + * + * @return {(Object|String|null)} The address of the server + * @public + */ + address() { + if (this.options.noServer) { + throw new Error('The server is operating in "noServer" mode'); + } + + if (!this._server) return null; + return this._server.address(); + } + + /** + * Stop the server from accepting new connections and emit the `'close'` event + * when all existing connections are closed. + * + * @param {Function} [cb] A one-time listener for the `'close'` event + * @public + */ + close(cb) { + if (this._state === CLOSED) { + if (cb) { + this.once('close', () => { + cb(new Error('The server is not running')); + }); + } + + process.nextTick(emitClose, this); + return; + } + + if (cb) this.once('close', cb); + + if (this._state === CLOSING) return; + this._state = CLOSING; + + if (this.options.noServer || this.options.server) { + if (this._server) { + this._removeListeners(); + this._removeListeners = this._server = null; + } + + if (this.clients) { + if (!this.clients.size) { + process.nextTick(emitClose, this); + } else { + this._shouldEmitClose = true; + } + } else { + process.nextTick(emitClose, this); + } + } else { + const server = this._server; + + this._removeListeners(); + this._removeListeners = this._server = null; + + // + // The HTTP/S server was created internally. Close it, and rely on its + // `'close'` event. + // + server.close(() => { + emitClose(this); + }); + } + } + + /** + * See if a given request should be handled by this server instance. + * + * @param {http.IncomingMessage} req Request object to inspect + * @return {Boolean} `true` if the request is valid, else `false` + * @public + */ + shouldHandle(req) { + if (this.options.path) { + const index = req.url.indexOf('?'); + const pathname = index !== -1 ? req.url.slice(0, index) : req.url; + + if (pathname !== this.options.path) return false; + } + + return true; + } + + /** + * Handle a HTTP Upgrade request. + * + * @param {http.IncomingMessage} req The request object + * @param {Duplex} socket The network socket between the server and client + * @param {Buffer} head The first packet of the upgraded stream + * @param {Function} cb Callback + * @public + */ + handleUpgrade(req, socket, head, cb) { + socket.on('error', socketOnError); + + const key = req.headers['sec-websocket-key']; + const upgrade = req.headers.upgrade; + const version = +req.headers['sec-websocket-version']; + + if (req.method !== 'GET') { + const message = 'Invalid HTTP method'; + abortHandshakeOrEmitwsClientError(this, req, socket, 405, message); + return; + } + + if (upgrade === undefined || upgrade.toLowerCase() !== 'websocket') { + const message = 'Invalid Upgrade header'; + abortHandshakeOrEmitwsClientError(this, req, socket, 400, message); + return; + } + + if (key === undefined || !keyRegex.test(key)) { + const message = 'Missing or invalid Sec-WebSocket-Key header'; + abortHandshakeOrEmitwsClientError(this, req, socket, 400, message); + return; + } + + if (version !== 13 && version !== 8) { + const message = 'Missing or invalid Sec-WebSocket-Version header'; + abortHandshakeOrEmitwsClientError(this, req, socket, 400, message, { + 'Sec-WebSocket-Version': '13, 8' + }); + return; + } + + if (!this.shouldHandle(req)) { + abortHandshake(socket, 400); + return; + } + + const secWebSocketProtocol = req.headers['sec-websocket-protocol']; + let protocols = new Set(); + + if (secWebSocketProtocol !== undefined) { + try { + protocols = subprotocol.parse(secWebSocketProtocol); + } catch (err) { + const message = 'Invalid Sec-WebSocket-Protocol header'; + abortHandshakeOrEmitwsClientError(this, req, socket, 400, message); + return; + } + } + + const secWebSocketExtensions = req.headers['sec-websocket-extensions']; + const extensions = {}; + + if ( + this.options.perMessageDeflate && + secWebSocketExtensions !== undefined + ) { + const perMessageDeflate = new PerMessageDeflate( + this.options.perMessageDeflate, + true, + this.options.maxPayload + ); + + try { + const offers = extension.parse(secWebSocketExtensions); + + if (offers[PerMessageDeflate.extensionName]) { + perMessageDeflate.accept(offers[PerMessageDeflate.extensionName]); + extensions[PerMessageDeflate.extensionName] = perMessageDeflate; + } + } catch (err) { + const message = + 'Invalid or unacceptable Sec-WebSocket-Extensions header'; + abortHandshakeOrEmitwsClientError(this, req, socket, 400, message); + return; + } + } + + // + // Optionally call external client verification handler. + // + if (this.options.verifyClient) { + const info = { + origin: + req.headers[`${version === 8 ? 'sec-websocket-origin' : 'origin'}`], + secure: !!(req.socket.authorized || req.socket.encrypted), + req + }; + + if (this.options.verifyClient.length === 2) { + this.options.verifyClient(info, (verified, code, message, headers) => { + if (!verified) { + return abortHandshake(socket, code || 401, message, headers); + } + + this.completeUpgrade( + extensions, + key, + protocols, + req, + socket, + head, + cb + ); + }); + return; + } + + if (!this.options.verifyClient(info)) return abortHandshake(socket, 401); + } + + this.completeUpgrade(extensions, key, protocols, req, socket, head, cb); + } + + /** + * Upgrade the connection to WebSocket. + * + * @param {Object} extensions The accepted extensions + * @param {String} key The value of the `Sec-WebSocket-Key` header + * @param {Set} protocols The subprotocols + * @param {http.IncomingMessage} req The request object + * @param {Duplex} socket The network socket between the server and client + * @param {Buffer} head The first packet of the upgraded stream + * @param {Function} cb Callback + * @throws {Error} If called more than once with the same socket + * @private + */ + completeUpgrade(extensions, key, protocols, req, socket, head, cb) { + // + // Destroy the socket if the client has already sent a FIN packet. + // + if (!socket.readable || !socket.writable) return socket.destroy(); + + if (socket[kWebSocket]) { + throw new Error( + 'server.handleUpgrade() was called more than once with the same ' + + 'socket, possibly due to a misconfiguration' + ); + } + + if (this._state > RUNNING) return abortHandshake(socket, 503); + + const digest = createHash('sha1') + .update(key + GUID) + .digest('base64'); + + const headers = [ + 'HTTP/1.1 101 Switching Protocols', + 'Upgrade: websocket', + 'Connection: Upgrade', + `Sec-WebSocket-Accept: ${digest}` + ]; + + const ws = new this.options.WebSocket(null, undefined, this.options); + + if (protocols.size) { + // + // Optionally call external protocol selection handler. + // + const protocol = this.options.handleProtocols + ? this.options.handleProtocols(protocols, req) + : protocols.values().next().value; + + if (protocol) { + headers.push(`Sec-WebSocket-Protocol: ${protocol}`); + ws._protocol = protocol; + } + } + + if (extensions[PerMessageDeflate.extensionName]) { + const params = extensions[PerMessageDeflate.extensionName].params; + const value = extension.format({ + [PerMessageDeflate.extensionName]: [params] + }); + headers.push(`Sec-WebSocket-Extensions: ${value}`); + ws._extensions = extensions; + } + + // + // Allow external modification/inspection of handshake headers. + // + this.emit('headers', headers, req); + + socket.write(headers.concat('\r\n').join('\r\n')); + socket.removeListener('error', socketOnError); + + ws.setSocket(socket, head, { + allowSynchronousEvents: this.options.allowSynchronousEvents, + maxPayload: this.options.maxPayload, + skipUTF8Validation: this.options.skipUTF8Validation + }); + + if (this.clients) { + this.clients.add(ws); + ws.on('close', () => { + this.clients.delete(ws); + + if (this._shouldEmitClose && !this.clients.size) { + process.nextTick(emitClose, this); + } + }); + } + + cb(ws, req); + } +} + +module.exports = WebSocketServer; + +/** + * Add event listeners on an `EventEmitter` using a map of + * pairs. + * + * @param {EventEmitter} server The event emitter + * @param {Object.} map The listeners to add + * @return {Function} A function that will remove the added listeners when + * called + * @private + */ +function addListeners(server, map) { + for (const event of Object.keys(map)) server.on(event, map[event]); + + return function removeListeners() { + for (const event of Object.keys(map)) { + server.removeListener(event, map[event]); + } + }; +} + +/** + * Emit a `'close'` event on an `EventEmitter`. + * + * @param {EventEmitter} server The event emitter + * @private + */ +function emitClose(server) { + server._state = CLOSED; + server.emit('close'); +} + +/** + * Handle socket errors. + * + * @private + */ +function socketOnError() { + this.destroy(); +} + +/** + * Close the connection when preconditions are not fulfilled. + * + * @param {Duplex} socket The socket of the upgrade request + * @param {Number} code The HTTP response status code + * @param {String} [message] The HTTP response body + * @param {Object} [headers] Additional HTTP response headers + * @private + */ +function abortHandshake(socket, code, message, headers) { + // + // The socket is writable unless the user destroyed or ended it before calling + // `server.handleUpgrade()` or in the `verifyClient` function, which is a user + // error. Handling this does not make much sense as the worst that can happen + // is that some of the data written by the user might be discarded due to the + // call to `socket.end()` below, which triggers an `'error'` event that in + // turn causes the socket to be destroyed. + // + message = message || http.STATUS_CODES[code]; + headers = { + Connection: 'close', + 'Content-Type': 'text/html', + 'Content-Length': Buffer.byteLength(message), + ...headers + }; + + socket.once('finish', socket.destroy); + + socket.end( + `HTTP/1.1 ${code} ${http.STATUS_CODES[code]}\r\n` + + Object.keys(headers) + .map((h) => `${h}: ${headers[h]}`) + .join('\r\n') + + '\r\n\r\n' + + message + ); +} + +/** + * Emit a `'wsClientError'` event on a `WebSocketServer` if there is at least + * one listener for it, otherwise call `abortHandshake()`. + * + * @param {WebSocketServer} server The WebSocket server + * @param {http.IncomingMessage} req The request object + * @param {Duplex} socket The socket of the upgrade request + * @param {Number} code The HTTP response status code + * @param {String} message The HTTP response body + * @param {Object} [headers] The HTTP response headers + * @private + */ +function abortHandshakeOrEmitwsClientError( + server, + req, + socket, + code, + message, + headers +) { + if (server.listenerCount('wsClientError')) { + const err = new Error(message); + Error.captureStackTrace(err, abortHandshakeOrEmitwsClientError); + + server.emit('wsClientError', err, socket, req); + } else { + abortHandshake(socket, code, message, headers); + } +} diff --git a/node_modules/ws/lib/websocket.js b/node_modules/ws/lib/websocket.js new file mode 100644 index 0000000..ad8764a --- /dev/null +++ b/node_modules/ws/lib/websocket.js @@ -0,0 +1,1388 @@ +/* eslint no-unused-vars: ["error", { "varsIgnorePattern": "^Duplex|Readable$", "caughtErrors": "none" }] */ + +'use strict'; + +const EventEmitter = require('events'); +const https = require('https'); +const http = require('http'); +const net = require('net'); +const tls = require('tls'); +const { randomBytes, createHash } = require('crypto'); +const { Duplex, Readable } = require('stream'); +const { URL } = require('url'); + +const PerMessageDeflate = require('./permessage-deflate'); +const Receiver = require('./receiver'); +const Sender = require('./sender'); +const { isBlob } = require('./validation'); + +const { + BINARY_TYPES, + EMPTY_BUFFER, + GUID, + kForOnEventAttribute, + kListener, + kStatusCode, + kWebSocket, + NOOP +} = require('./constants'); +const { + EventTarget: { addEventListener, removeEventListener } +} = require('./event-target'); +const { format, parse } = require('./extension'); +const { toBuffer } = require('./buffer-util'); + +const closeTimeout = 30 * 1000; +const kAborted = Symbol('kAborted'); +const protocolVersions = [8, 13]; +const readyStates = ['CONNECTING', 'OPEN', 'CLOSING', 'CLOSED']; +const subprotocolRegex = /^[!#$%&'*+\-.0-9A-Z^_`|a-z~]+$/; + +/** + * Class representing a WebSocket. + * + * @extends EventEmitter + */ +class WebSocket extends EventEmitter { + /** + * Create a new `WebSocket`. + * + * @param {(String|URL)} address The URL to which to connect + * @param {(String|String[])} [protocols] The subprotocols + * @param {Object} [options] Connection options + */ + constructor(address, protocols, options) { + super(); + + this._binaryType = BINARY_TYPES[0]; + this._closeCode = 1006; + this._closeFrameReceived = false; + this._closeFrameSent = false; + this._closeMessage = EMPTY_BUFFER; + this._closeTimer = null; + this._errorEmitted = false; + this._extensions = {}; + this._paused = false; + this._protocol = ''; + this._readyState = WebSocket.CONNECTING; + this._receiver = null; + this._sender = null; + this._socket = null; + + if (address !== null) { + this._bufferedAmount = 0; + this._isServer = false; + this._redirects = 0; + + if (protocols === undefined) { + protocols = []; + } else if (!Array.isArray(protocols)) { + if (typeof protocols === 'object' && protocols !== null) { + options = protocols; + protocols = []; + } else { + protocols = [protocols]; + } + } + + initAsClient(this, address, protocols, options); + } else { + this._autoPong = options.autoPong; + this._isServer = true; + } + } + + /** + * For historical reasons, the custom "nodebuffer" type is used by the default + * instead of "blob". + * + * @type {String} + */ + get binaryType() { + return this._binaryType; + } + + set binaryType(type) { + if (!BINARY_TYPES.includes(type)) return; + + this._binaryType = type; + + // + // Allow to change `binaryType` on the fly. + // + if (this._receiver) this._receiver._binaryType = type; + } + + /** + * @type {Number} + */ + get bufferedAmount() { + if (!this._socket) return this._bufferedAmount; + + return this._socket._writableState.length + this._sender._bufferedBytes; + } + + /** + * @type {String} + */ + get extensions() { + return Object.keys(this._extensions).join(); + } + + /** + * @type {Boolean} + */ + get isPaused() { + return this._paused; + } + + /** + * @type {Function} + */ + /* istanbul ignore next */ + get onclose() { + return null; + } + + /** + * @type {Function} + */ + /* istanbul ignore next */ + get onerror() { + return null; + } + + /** + * @type {Function} + */ + /* istanbul ignore next */ + get onopen() { + return null; + } + + /** + * @type {Function} + */ + /* istanbul ignore next */ + get onmessage() { + return null; + } + + /** + * @type {String} + */ + get protocol() { + return this._protocol; + } + + /** + * @type {Number} + */ + get readyState() { + return this._readyState; + } + + /** + * @type {String} + */ + get url() { + return this._url; + } + + /** + * Set up the socket and the internal resources. + * + * @param {Duplex} socket The network socket between the server and client + * @param {Buffer} head The first packet of the upgraded stream + * @param {Object} options Options object + * @param {Boolean} [options.allowSynchronousEvents=false] Specifies whether + * any of the `'message'`, `'ping'`, and `'pong'` events can be emitted + * multiple times in the same tick + * @param {Function} [options.generateMask] The function used to generate the + * masking key + * @param {Number} [options.maxPayload=0] The maximum allowed message size + * @param {Boolean} [options.skipUTF8Validation=false] Specifies whether or + * not to skip UTF-8 validation for text and close messages + * @private + */ + setSocket(socket, head, options) { + const receiver = new Receiver({ + allowSynchronousEvents: options.allowSynchronousEvents, + binaryType: this.binaryType, + extensions: this._extensions, + isServer: this._isServer, + maxPayload: options.maxPayload, + skipUTF8Validation: options.skipUTF8Validation + }); + + const sender = new Sender(socket, this._extensions, options.generateMask); + + this._receiver = receiver; + this._sender = sender; + this._socket = socket; + + receiver[kWebSocket] = this; + sender[kWebSocket] = this; + socket[kWebSocket] = this; + + receiver.on('conclude', receiverOnConclude); + receiver.on('drain', receiverOnDrain); + receiver.on('error', receiverOnError); + receiver.on('message', receiverOnMessage); + receiver.on('ping', receiverOnPing); + receiver.on('pong', receiverOnPong); + + sender.onerror = senderOnError; + + // + // These methods may not be available if `socket` is just a `Duplex`. + // + if (socket.setTimeout) socket.setTimeout(0); + if (socket.setNoDelay) socket.setNoDelay(); + + if (head.length > 0) socket.unshift(head); + + socket.on('close', socketOnClose); + socket.on('data', socketOnData); + socket.on('end', socketOnEnd); + socket.on('error', socketOnError); + + this._readyState = WebSocket.OPEN; + this.emit('open'); + } + + /** + * Emit the `'close'` event. + * + * @private + */ + emitClose() { + if (!this._socket) { + this._readyState = WebSocket.CLOSED; + this.emit('close', this._closeCode, this._closeMessage); + return; + } + + if (this._extensions[PerMessageDeflate.extensionName]) { + this._extensions[PerMessageDeflate.extensionName].cleanup(); + } + + this._receiver.removeAllListeners(); + this._readyState = WebSocket.CLOSED; + this.emit('close', this._closeCode, this._closeMessage); + } + + /** + * Start a closing handshake. + * + * +----------+ +-----------+ +----------+ + * - - -|ws.close()|-->|close frame|-->|ws.close()|- - - + * | +----------+ +-----------+ +----------+ | + * +----------+ +-----------+ | + * CLOSING |ws.close()|<--|close frame|<--+-----+ CLOSING + * +----------+ +-----------+ | + * | | | +---+ | + * +------------------------+-->|fin| - - - - + * | +---+ | +---+ + * - - - - -|fin|<---------------------+ + * +---+ + * + * @param {Number} [code] Status code explaining why the connection is closing + * @param {(String|Buffer)} [data] The reason why the connection is + * closing + * @public + */ + close(code, data) { + if (this.readyState === WebSocket.CLOSED) return; + if (this.readyState === WebSocket.CONNECTING) { + const msg = 'WebSocket was closed before the connection was established'; + abortHandshake(this, this._req, msg); + return; + } + + if (this.readyState === WebSocket.CLOSING) { + if ( + this._closeFrameSent && + (this._closeFrameReceived || this._receiver._writableState.errorEmitted) + ) { + this._socket.end(); + } + + return; + } + + this._readyState = WebSocket.CLOSING; + this._sender.close(code, data, !this._isServer, (err) => { + // + // This error is handled by the `'error'` listener on the socket. We only + // want to know if the close frame has been sent here. + // + if (err) return; + + this._closeFrameSent = true; + + if ( + this._closeFrameReceived || + this._receiver._writableState.errorEmitted + ) { + this._socket.end(); + } + }); + + setCloseTimer(this); + } + + /** + * Pause the socket. + * + * @public + */ + pause() { + if ( + this.readyState === WebSocket.CONNECTING || + this.readyState === WebSocket.CLOSED + ) { + return; + } + + this._paused = true; + this._socket.pause(); + } + + /** + * Send a ping. + * + * @param {*} [data] The data to send + * @param {Boolean} [mask] Indicates whether or not to mask `data` + * @param {Function} [cb] Callback which is executed when the ping is sent + * @public + */ + ping(data, mask, cb) { + if (this.readyState === WebSocket.CONNECTING) { + throw new Error('WebSocket is not open: readyState 0 (CONNECTING)'); + } + + if (typeof data === 'function') { + cb = data; + data = mask = undefined; + } else if (typeof mask === 'function') { + cb = mask; + mask = undefined; + } + + if (typeof data === 'number') data = data.toString(); + + if (this.readyState !== WebSocket.OPEN) { + sendAfterClose(this, data, cb); + return; + } + + if (mask === undefined) mask = !this._isServer; + this._sender.ping(data || EMPTY_BUFFER, mask, cb); + } + + /** + * Send a pong. + * + * @param {*} [data] The data to send + * @param {Boolean} [mask] Indicates whether or not to mask `data` + * @param {Function} [cb] Callback which is executed when the pong is sent + * @public + */ + pong(data, mask, cb) { + if (this.readyState === WebSocket.CONNECTING) { + throw new Error('WebSocket is not open: readyState 0 (CONNECTING)'); + } + + if (typeof data === 'function') { + cb = data; + data = mask = undefined; + } else if (typeof mask === 'function') { + cb = mask; + mask = undefined; + } + + if (typeof data === 'number') data = data.toString(); + + if (this.readyState !== WebSocket.OPEN) { + sendAfterClose(this, data, cb); + return; + } + + if (mask === undefined) mask = !this._isServer; + this._sender.pong(data || EMPTY_BUFFER, mask, cb); + } + + /** + * Resume the socket. + * + * @public + */ + resume() { + if ( + this.readyState === WebSocket.CONNECTING || + this.readyState === WebSocket.CLOSED + ) { + return; + } + + this._paused = false; + if (!this._receiver._writableState.needDrain) this._socket.resume(); + } + + /** + * Send a data message. + * + * @param {*} data The message to send + * @param {Object} [options] Options object + * @param {Boolean} [options.binary] Specifies whether `data` is binary or + * text + * @param {Boolean} [options.compress] Specifies whether or not to compress + * `data` + * @param {Boolean} [options.fin=true] Specifies whether the fragment is the + * last one + * @param {Boolean} [options.mask] Specifies whether or not to mask `data` + * @param {Function} [cb] Callback which is executed when data is written out + * @public + */ + send(data, options, cb) { + if (this.readyState === WebSocket.CONNECTING) { + throw new Error('WebSocket is not open: readyState 0 (CONNECTING)'); + } + + if (typeof options === 'function') { + cb = options; + options = {}; + } + + if (typeof data === 'number') data = data.toString(); + + if (this.readyState !== WebSocket.OPEN) { + sendAfterClose(this, data, cb); + return; + } + + const opts = { + binary: typeof data !== 'string', + mask: !this._isServer, + compress: true, + fin: true, + ...options + }; + + if (!this._extensions[PerMessageDeflate.extensionName]) { + opts.compress = false; + } + + this._sender.send(data || EMPTY_BUFFER, opts, cb); + } + + /** + * Forcibly close the connection. + * + * @public + */ + terminate() { + if (this.readyState === WebSocket.CLOSED) return; + if (this.readyState === WebSocket.CONNECTING) { + const msg = 'WebSocket was closed before the connection was established'; + abortHandshake(this, this._req, msg); + return; + } + + if (this._socket) { + this._readyState = WebSocket.CLOSING; + this._socket.destroy(); + } + } +} + +/** + * @constant {Number} CONNECTING + * @memberof WebSocket + */ +Object.defineProperty(WebSocket, 'CONNECTING', { + enumerable: true, + value: readyStates.indexOf('CONNECTING') +}); + +/** + * @constant {Number} CONNECTING + * @memberof WebSocket.prototype + */ +Object.defineProperty(WebSocket.prototype, 'CONNECTING', { + enumerable: true, + value: readyStates.indexOf('CONNECTING') +}); + +/** + * @constant {Number} OPEN + * @memberof WebSocket + */ +Object.defineProperty(WebSocket, 'OPEN', { + enumerable: true, + value: readyStates.indexOf('OPEN') +}); + +/** + * @constant {Number} OPEN + * @memberof WebSocket.prototype + */ +Object.defineProperty(WebSocket.prototype, 'OPEN', { + enumerable: true, + value: readyStates.indexOf('OPEN') +}); + +/** + * @constant {Number} CLOSING + * @memberof WebSocket + */ +Object.defineProperty(WebSocket, 'CLOSING', { + enumerable: true, + value: readyStates.indexOf('CLOSING') +}); + +/** + * @constant {Number} CLOSING + * @memberof WebSocket.prototype + */ +Object.defineProperty(WebSocket.prototype, 'CLOSING', { + enumerable: true, + value: readyStates.indexOf('CLOSING') +}); + +/** + * @constant {Number} CLOSED + * @memberof WebSocket + */ +Object.defineProperty(WebSocket, 'CLOSED', { + enumerable: true, + value: readyStates.indexOf('CLOSED') +}); + +/** + * @constant {Number} CLOSED + * @memberof WebSocket.prototype + */ +Object.defineProperty(WebSocket.prototype, 'CLOSED', { + enumerable: true, + value: readyStates.indexOf('CLOSED') +}); + +[ + 'binaryType', + 'bufferedAmount', + 'extensions', + 'isPaused', + 'protocol', + 'readyState', + 'url' +].forEach((property) => { + Object.defineProperty(WebSocket.prototype, property, { enumerable: true }); +}); + +// +// Add the `onopen`, `onerror`, `onclose`, and `onmessage` attributes. +// See https://html.spec.whatwg.org/multipage/comms.html#the-websocket-interface +// +['open', 'error', 'close', 'message'].forEach((method) => { + Object.defineProperty(WebSocket.prototype, `on${method}`, { + enumerable: true, + get() { + for (const listener of this.listeners(method)) { + if (listener[kForOnEventAttribute]) return listener[kListener]; + } + + return null; + }, + set(handler) { + for (const listener of this.listeners(method)) { + if (listener[kForOnEventAttribute]) { + this.removeListener(method, listener); + break; + } + } + + if (typeof handler !== 'function') return; + + this.addEventListener(method, handler, { + [kForOnEventAttribute]: true + }); + } + }); +}); + +WebSocket.prototype.addEventListener = addEventListener; +WebSocket.prototype.removeEventListener = removeEventListener; + +module.exports = WebSocket; + +/** + * Initialize a WebSocket client. + * + * @param {WebSocket} websocket The client to initialize + * @param {(String|URL)} address The URL to which to connect + * @param {Array} protocols The subprotocols + * @param {Object} [options] Connection options + * @param {Boolean} [options.allowSynchronousEvents=true] Specifies whether any + * of the `'message'`, `'ping'`, and `'pong'` events can be emitted multiple + * times in the same tick + * @param {Boolean} [options.autoPong=true] Specifies whether or not to + * automatically send a pong in response to a ping + * @param {Function} [options.finishRequest] A function which can be used to + * customize the headers of each http request before it is sent + * @param {Boolean} [options.followRedirects=false] Whether or not to follow + * redirects + * @param {Function} [options.generateMask] The function used to generate the + * masking key + * @param {Number} [options.handshakeTimeout] Timeout in milliseconds for the + * handshake request + * @param {Number} [options.maxPayload=104857600] The maximum allowed message + * size + * @param {Number} [options.maxRedirects=10] The maximum number of redirects + * allowed + * @param {String} [options.origin] Value of the `Origin` or + * `Sec-WebSocket-Origin` header + * @param {(Boolean|Object)} [options.perMessageDeflate=true] Enable/disable + * permessage-deflate + * @param {Number} [options.protocolVersion=13] Value of the + * `Sec-WebSocket-Version` header + * @param {Boolean} [options.skipUTF8Validation=false] Specifies whether or + * not to skip UTF-8 validation for text and close messages + * @private + */ +function initAsClient(websocket, address, protocols, options) { + const opts = { + allowSynchronousEvents: true, + autoPong: true, + protocolVersion: protocolVersions[1], + maxPayload: 100 * 1024 * 1024, + skipUTF8Validation: false, + perMessageDeflate: true, + followRedirects: false, + maxRedirects: 10, + ...options, + socketPath: undefined, + hostname: undefined, + protocol: undefined, + timeout: undefined, + method: 'GET', + host: undefined, + path: undefined, + port: undefined + }; + + websocket._autoPong = opts.autoPong; + + if (!protocolVersions.includes(opts.protocolVersion)) { + throw new RangeError( + `Unsupported protocol version: ${opts.protocolVersion} ` + + `(supported versions: ${protocolVersions.join(', ')})` + ); + } + + let parsedUrl; + + if (address instanceof URL) { + parsedUrl = address; + } else { + try { + parsedUrl = new URL(address); + } catch (e) { + throw new SyntaxError(`Invalid URL: ${address}`); + } + } + + if (parsedUrl.protocol === 'http:') { + parsedUrl.protocol = 'ws:'; + } else if (parsedUrl.protocol === 'https:') { + parsedUrl.protocol = 'wss:'; + } + + websocket._url = parsedUrl.href; + + const isSecure = parsedUrl.protocol === 'wss:'; + const isIpcUrl = parsedUrl.protocol === 'ws+unix:'; + let invalidUrlMessage; + + if (parsedUrl.protocol !== 'ws:' && !isSecure && !isIpcUrl) { + invalidUrlMessage = + 'The URL\'s protocol must be one of "ws:", "wss:", ' + + '"http:", "https:", or "ws+unix:"'; + } else if (isIpcUrl && !parsedUrl.pathname) { + invalidUrlMessage = "The URL's pathname is empty"; + } else if (parsedUrl.hash) { + invalidUrlMessage = 'The URL contains a fragment identifier'; + } + + if (invalidUrlMessage) { + const err = new SyntaxError(invalidUrlMessage); + + if (websocket._redirects === 0) { + throw err; + } else { + emitErrorAndClose(websocket, err); + return; + } + } + + const defaultPort = isSecure ? 443 : 80; + const key = randomBytes(16).toString('base64'); + const request = isSecure ? https.request : http.request; + const protocolSet = new Set(); + let perMessageDeflate; + + opts.createConnection = + opts.createConnection || (isSecure ? tlsConnect : netConnect); + opts.defaultPort = opts.defaultPort || defaultPort; + opts.port = parsedUrl.port || defaultPort; + opts.host = parsedUrl.hostname.startsWith('[') + ? parsedUrl.hostname.slice(1, -1) + : parsedUrl.hostname; + opts.headers = { + ...opts.headers, + 'Sec-WebSocket-Version': opts.protocolVersion, + 'Sec-WebSocket-Key': key, + Connection: 'Upgrade', + Upgrade: 'websocket' + }; + opts.path = parsedUrl.pathname + parsedUrl.search; + opts.timeout = opts.handshakeTimeout; + + if (opts.perMessageDeflate) { + perMessageDeflate = new PerMessageDeflate( + opts.perMessageDeflate !== true ? opts.perMessageDeflate : {}, + false, + opts.maxPayload + ); + opts.headers['Sec-WebSocket-Extensions'] = format({ + [PerMessageDeflate.extensionName]: perMessageDeflate.offer() + }); + } + if (protocols.length) { + for (const protocol of protocols) { + if ( + typeof protocol !== 'string' || + !subprotocolRegex.test(protocol) || + protocolSet.has(protocol) + ) { + throw new SyntaxError( + 'An invalid or duplicated subprotocol was specified' + ); + } + + protocolSet.add(protocol); + } + + opts.headers['Sec-WebSocket-Protocol'] = protocols.join(','); + } + if (opts.origin) { + if (opts.protocolVersion < 13) { + opts.headers['Sec-WebSocket-Origin'] = opts.origin; + } else { + opts.headers.Origin = opts.origin; + } + } + if (parsedUrl.username || parsedUrl.password) { + opts.auth = `${parsedUrl.username}:${parsedUrl.password}`; + } + + if (isIpcUrl) { + const parts = opts.path.split(':'); + + opts.socketPath = parts[0]; + opts.path = parts[1]; + } + + let req; + + if (opts.followRedirects) { + if (websocket._redirects === 0) { + websocket._originalIpc = isIpcUrl; + websocket._originalSecure = isSecure; + websocket._originalHostOrSocketPath = isIpcUrl + ? opts.socketPath + : parsedUrl.host; + + const headers = options && options.headers; + + // + // Shallow copy the user provided options so that headers can be changed + // without mutating the original object. + // + options = { ...options, headers: {} }; + + if (headers) { + for (const [key, value] of Object.entries(headers)) { + options.headers[key.toLowerCase()] = value; + } + } + } else if (websocket.listenerCount('redirect') === 0) { + const isSameHost = isIpcUrl + ? websocket._originalIpc + ? opts.socketPath === websocket._originalHostOrSocketPath + : false + : websocket._originalIpc + ? false + : parsedUrl.host === websocket._originalHostOrSocketPath; + + if (!isSameHost || (websocket._originalSecure && !isSecure)) { + // + // Match curl 7.77.0 behavior and drop the following headers. These + // headers are also dropped when following a redirect to a subdomain. + // + delete opts.headers.authorization; + delete opts.headers.cookie; + + if (!isSameHost) delete opts.headers.host; + + opts.auth = undefined; + } + } + + // + // Match curl 7.77.0 behavior and make the first `Authorization` header win. + // If the `Authorization` header is set, then there is nothing to do as it + // will take precedence. + // + if (opts.auth && !options.headers.authorization) { + options.headers.authorization = + 'Basic ' + Buffer.from(opts.auth).toString('base64'); + } + + req = websocket._req = request(opts); + + if (websocket._redirects) { + // + // Unlike what is done for the `'upgrade'` event, no early exit is + // triggered here if the user calls `websocket.close()` or + // `websocket.terminate()` from a listener of the `'redirect'` event. This + // is because the user can also call `request.destroy()` with an error + // before calling `websocket.close()` or `websocket.terminate()` and this + // would result in an error being emitted on the `request` object with no + // `'error'` event listeners attached. + // + websocket.emit('redirect', websocket.url, req); + } + } else { + req = websocket._req = request(opts); + } + + if (opts.timeout) { + req.on('timeout', () => { + abortHandshake(websocket, req, 'Opening handshake has timed out'); + }); + } + + req.on('error', (err) => { + if (req === null || req[kAborted]) return; + + req = websocket._req = null; + emitErrorAndClose(websocket, err); + }); + + req.on('response', (res) => { + const location = res.headers.location; + const statusCode = res.statusCode; + + if ( + location && + opts.followRedirects && + statusCode >= 300 && + statusCode < 400 + ) { + if (++websocket._redirects > opts.maxRedirects) { + abortHandshake(websocket, req, 'Maximum redirects exceeded'); + return; + } + + req.abort(); + + let addr; + + try { + addr = new URL(location, address); + } catch (e) { + const err = new SyntaxError(`Invalid URL: ${location}`); + emitErrorAndClose(websocket, err); + return; + } + + initAsClient(websocket, addr, protocols, options); + } else if (!websocket.emit('unexpected-response', req, res)) { + abortHandshake( + websocket, + req, + `Unexpected server response: ${res.statusCode}` + ); + } + }); + + req.on('upgrade', (res, socket, head) => { + websocket.emit('upgrade', res); + + // + // The user may have closed the connection from a listener of the + // `'upgrade'` event. + // + if (websocket.readyState !== WebSocket.CONNECTING) return; + + req = websocket._req = null; + + const upgrade = res.headers.upgrade; + + if (upgrade === undefined || upgrade.toLowerCase() !== 'websocket') { + abortHandshake(websocket, socket, 'Invalid Upgrade header'); + return; + } + + const digest = createHash('sha1') + .update(key + GUID) + .digest('base64'); + + if (res.headers['sec-websocket-accept'] !== digest) { + abortHandshake(websocket, socket, 'Invalid Sec-WebSocket-Accept header'); + return; + } + + const serverProt = res.headers['sec-websocket-protocol']; + let protError; + + if (serverProt !== undefined) { + if (!protocolSet.size) { + protError = 'Server sent a subprotocol but none was requested'; + } else if (!protocolSet.has(serverProt)) { + protError = 'Server sent an invalid subprotocol'; + } + } else if (protocolSet.size) { + protError = 'Server sent no subprotocol'; + } + + if (protError) { + abortHandshake(websocket, socket, protError); + return; + } + + if (serverProt) websocket._protocol = serverProt; + + const secWebSocketExtensions = res.headers['sec-websocket-extensions']; + + if (secWebSocketExtensions !== undefined) { + if (!perMessageDeflate) { + const message = + 'Server sent a Sec-WebSocket-Extensions header but no extension ' + + 'was requested'; + abortHandshake(websocket, socket, message); + return; + } + + let extensions; + + try { + extensions = parse(secWebSocketExtensions); + } catch (err) { + const message = 'Invalid Sec-WebSocket-Extensions header'; + abortHandshake(websocket, socket, message); + return; + } + + const extensionNames = Object.keys(extensions); + + if ( + extensionNames.length !== 1 || + extensionNames[0] !== PerMessageDeflate.extensionName + ) { + const message = 'Server indicated an extension that was not requested'; + abortHandshake(websocket, socket, message); + return; + } + + try { + perMessageDeflate.accept(extensions[PerMessageDeflate.extensionName]); + } catch (err) { + const message = 'Invalid Sec-WebSocket-Extensions header'; + abortHandshake(websocket, socket, message); + return; + } + + websocket._extensions[PerMessageDeflate.extensionName] = + perMessageDeflate; + } + + websocket.setSocket(socket, head, { + allowSynchronousEvents: opts.allowSynchronousEvents, + generateMask: opts.generateMask, + maxPayload: opts.maxPayload, + skipUTF8Validation: opts.skipUTF8Validation + }); + }); + + if (opts.finishRequest) { + opts.finishRequest(req, websocket); + } else { + req.end(); + } +} + +/** + * Emit the `'error'` and `'close'` events. + * + * @param {WebSocket} websocket The WebSocket instance + * @param {Error} The error to emit + * @private + */ +function emitErrorAndClose(websocket, err) { + websocket._readyState = WebSocket.CLOSING; + // + // The following assignment is practically useless and is done only for + // consistency. + // + websocket._errorEmitted = true; + websocket.emit('error', err); + websocket.emitClose(); +} + +/** + * Create a `net.Socket` and initiate a connection. + * + * @param {Object} options Connection options + * @return {net.Socket} The newly created socket used to start the connection + * @private + */ +function netConnect(options) { + options.path = options.socketPath; + return net.connect(options); +} + +/** + * Create a `tls.TLSSocket` and initiate a connection. + * + * @param {Object} options Connection options + * @return {tls.TLSSocket} The newly created socket used to start the connection + * @private + */ +function tlsConnect(options) { + options.path = undefined; + + if (!options.servername && options.servername !== '') { + options.servername = net.isIP(options.host) ? '' : options.host; + } + + return tls.connect(options); +} + +/** + * Abort the handshake and emit an error. + * + * @param {WebSocket} websocket The WebSocket instance + * @param {(http.ClientRequest|net.Socket|tls.Socket)} stream The request to + * abort or the socket to destroy + * @param {String} message The error message + * @private + */ +function abortHandshake(websocket, stream, message) { + websocket._readyState = WebSocket.CLOSING; + + const err = new Error(message); + Error.captureStackTrace(err, abortHandshake); + + if (stream.setHeader) { + stream[kAborted] = true; + stream.abort(); + + if (stream.socket && !stream.socket.destroyed) { + // + // On Node.js >= 14.3.0 `request.abort()` does not destroy the socket if + // called after the request completed. See + // https://github.com/websockets/ws/issues/1869. + // + stream.socket.destroy(); + } + + process.nextTick(emitErrorAndClose, websocket, err); + } else { + stream.destroy(err); + stream.once('error', websocket.emit.bind(websocket, 'error')); + stream.once('close', websocket.emitClose.bind(websocket)); + } +} + +/** + * Handle cases where the `ping()`, `pong()`, or `send()` methods are called + * when the `readyState` attribute is `CLOSING` or `CLOSED`. + * + * @param {WebSocket} websocket The WebSocket instance + * @param {*} [data] The data to send + * @param {Function} [cb] Callback + * @private + */ +function sendAfterClose(websocket, data, cb) { + if (data) { + const length = isBlob(data) ? data.size : toBuffer(data).length; + + // + // The `_bufferedAmount` property is used only when the peer is a client and + // the opening handshake fails. Under these circumstances, in fact, the + // `setSocket()` method is not called, so the `_socket` and `_sender` + // properties are set to `null`. + // + if (websocket._socket) websocket._sender._bufferedBytes += length; + else websocket._bufferedAmount += length; + } + + if (cb) { + const err = new Error( + `WebSocket is not open: readyState ${websocket.readyState} ` + + `(${readyStates[websocket.readyState]})` + ); + process.nextTick(cb, err); + } +} + +/** + * The listener of the `Receiver` `'conclude'` event. + * + * @param {Number} code The status code + * @param {Buffer} reason The reason for closing + * @private + */ +function receiverOnConclude(code, reason) { + const websocket = this[kWebSocket]; + + websocket._closeFrameReceived = true; + websocket._closeMessage = reason; + websocket._closeCode = code; + + if (websocket._socket[kWebSocket] === undefined) return; + + websocket._socket.removeListener('data', socketOnData); + process.nextTick(resume, websocket._socket); + + if (code === 1005) websocket.close(); + else websocket.close(code, reason); +} + +/** + * The listener of the `Receiver` `'drain'` event. + * + * @private + */ +function receiverOnDrain() { + const websocket = this[kWebSocket]; + + if (!websocket.isPaused) websocket._socket.resume(); +} + +/** + * The listener of the `Receiver` `'error'` event. + * + * @param {(RangeError|Error)} err The emitted error + * @private + */ +function receiverOnError(err) { + const websocket = this[kWebSocket]; + + if (websocket._socket[kWebSocket] !== undefined) { + websocket._socket.removeListener('data', socketOnData); + + // + // On Node.js < 14.0.0 the `'error'` event is emitted synchronously. See + // https://github.com/websockets/ws/issues/1940. + // + process.nextTick(resume, websocket._socket); + + websocket.close(err[kStatusCode]); + } + + if (!websocket._errorEmitted) { + websocket._errorEmitted = true; + websocket.emit('error', err); + } +} + +/** + * The listener of the `Receiver` `'finish'` event. + * + * @private + */ +function receiverOnFinish() { + this[kWebSocket].emitClose(); +} + +/** + * The listener of the `Receiver` `'message'` event. + * + * @param {Buffer|ArrayBuffer|Buffer[])} data The message + * @param {Boolean} isBinary Specifies whether the message is binary or not + * @private + */ +function receiverOnMessage(data, isBinary) { + this[kWebSocket].emit('message', data, isBinary); +} + +/** + * The listener of the `Receiver` `'ping'` event. + * + * @param {Buffer} data The data included in the ping frame + * @private + */ +function receiverOnPing(data) { + const websocket = this[kWebSocket]; + + if (websocket._autoPong) websocket.pong(data, !this._isServer, NOOP); + websocket.emit('ping', data); +} + +/** + * The listener of the `Receiver` `'pong'` event. + * + * @param {Buffer} data The data included in the pong frame + * @private + */ +function receiverOnPong(data) { + this[kWebSocket].emit('pong', data); +} + +/** + * Resume a readable stream + * + * @param {Readable} stream The readable stream + * @private + */ +function resume(stream) { + stream.resume(); +} + +/** + * The `Sender` error event handler. + * + * @param {Error} The error + * @private + */ +function senderOnError(err) { + const websocket = this[kWebSocket]; + + if (websocket.readyState === WebSocket.CLOSED) return; + if (websocket.readyState === WebSocket.OPEN) { + websocket._readyState = WebSocket.CLOSING; + setCloseTimer(websocket); + } + + // + // `socket.end()` is used instead of `socket.destroy()` to allow the other + // peer to finish sending queued data. There is no need to set a timer here + // because `CLOSING` means that it is already set or not needed. + // + this._socket.end(); + + if (!websocket._errorEmitted) { + websocket._errorEmitted = true; + websocket.emit('error', err); + } +} + +/** + * Set a timer to destroy the underlying raw socket of a WebSocket. + * + * @param {WebSocket} websocket The WebSocket instance + * @private + */ +function setCloseTimer(websocket) { + websocket._closeTimer = setTimeout( + websocket._socket.destroy.bind(websocket._socket), + closeTimeout + ); +} + +/** + * The listener of the socket `'close'` event. + * + * @private + */ +function socketOnClose() { + const websocket = this[kWebSocket]; + + this.removeListener('close', socketOnClose); + this.removeListener('data', socketOnData); + this.removeListener('end', socketOnEnd); + + websocket._readyState = WebSocket.CLOSING; + + let chunk; + + // + // The close frame might not have been received or the `'end'` event emitted, + // for example, if the socket was destroyed due to an error. Ensure that the + // `receiver` stream is closed after writing any remaining buffered data to + // it. If the readable side of the socket is in flowing mode then there is no + // buffered data as everything has been already written and `readable.read()` + // will return `null`. If instead, the socket is paused, any possible buffered + // data will be read as a single chunk. + // + if ( + !this._readableState.endEmitted && + !websocket._closeFrameReceived && + !websocket._receiver._writableState.errorEmitted && + (chunk = websocket._socket.read()) !== null + ) { + websocket._receiver.write(chunk); + } + + websocket._receiver.end(); + + this[kWebSocket] = undefined; + + clearTimeout(websocket._closeTimer); + + if ( + websocket._receiver._writableState.finished || + websocket._receiver._writableState.errorEmitted + ) { + websocket.emitClose(); + } else { + websocket._receiver.on('error', receiverOnFinish); + websocket._receiver.on('finish', receiverOnFinish); + } +} + +/** + * The listener of the socket `'data'` event. + * + * @param {Buffer} chunk A chunk of data + * @private + */ +function socketOnData(chunk) { + if (!this[kWebSocket]._receiver.write(chunk)) { + this.pause(); + } +} + +/** + * The listener of the socket `'end'` event. + * + * @private + */ +function socketOnEnd() { + const websocket = this[kWebSocket]; + + websocket._readyState = WebSocket.CLOSING; + websocket._receiver.end(); + this.end(); +} + +/** + * The listener of the socket `'error'` event. + * + * @private + */ +function socketOnError() { + const websocket = this[kWebSocket]; + + this.removeListener('error', socketOnError); + this.on('error', NOOP); + + if (websocket) { + websocket._readyState = WebSocket.CLOSING; + this.destroy(); + } +} diff --git a/node_modules/ws/package.json b/node_modules/ws/package.json new file mode 100644 index 0000000..2004b1c --- /dev/null +++ b/node_modules/ws/package.json @@ -0,0 +1,69 @@ +{ + "name": "ws", + "version": "8.18.3", + "description": "Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js", + "keywords": [ + "HyBi", + "Push", + "RFC-6455", + "WebSocket", + "WebSockets", + "real-time" + ], + "homepage": "https://github.com/websockets/ws", + "bugs": "https://github.com/websockets/ws/issues", + "repository": { + "type": "git", + "url": "git+https://github.com/websockets/ws.git" + }, + "author": "Einar Otto Stangvik (http://2x.io)", + "license": "MIT", + "main": "index.js", + "exports": { + ".": { + "browser": "./browser.js", + "import": "./wrapper.mjs", + "require": "./index.js" + }, + "./package.json": "./package.json" + }, + "browser": "browser.js", + "engines": { + "node": ">=10.0.0" + }, + "files": [ + "browser.js", + "index.js", + "lib/*.js", + "wrapper.mjs" + ], + "scripts": { + "test": "nyc --reporter=lcov --reporter=text mocha --throw-deprecation test/*.test.js", + "integration": "mocha --throw-deprecation test/*.integration.js", + "lint": "eslint . && prettier --check --ignore-path .gitignore \"**/*.{json,md,yaml,yml}\"" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + }, + "devDependencies": { + "benchmark": "^2.1.4", + "bufferutil": "^4.0.1", + "eslint": "^9.0.0", + "eslint-config-prettier": "^10.0.1", + "eslint-plugin-prettier": "^5.0.0", + "globals": "^16.0.0", + "mocha": "^8.4.0", + "nyc": "^15.0.0", + "prettier": "^3.0.0", + "utf-8-validate": "^6.0.0" + } +} diff --git a/node_modules/ws/wrapper.mjs b/node_modules/ws/wrapper.mjs new file mode 100644 index 0000000..7245ad1 --- /dev/null +++ b/node_modules/ws/wrapper.mjs @@ -0,0 +1,8 @@ +import createWebSocketStream from './lib/stream.js'; +import Receiver from './lib/receiver.js'; +import Sender from './lib/sender.js'; +import WebSocket from './lib/websocket.js'; +import WebSocketServer from './lib/websocket-server.js'; + +export { createWebSocketStream, Receiver, Sender, WebSocket, WebSocketServer }; +export default WebSocket; diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..39eb30a --- /dev/null +++ b/package-lock.json @@ -0,0 +1,2414 @@ +{ + "name": "hhertz", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "hhertz", + "version": "1.0.0", + "license": "ISC", + "dependencies": { + "@vector-im/matrix-bot-sdk": "^0.7.1-element.11", + "matrix-bot-sdk": "^0.7.1", + "mqtt": "^5.13.3" + } + }, + "node_modules/@babel/runtime": { + "version": "7.28.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.2.tgz", + "integrity": "sha512-KHp2IflsnGywDjBWDkR9iEqiWSpc8GIi0lgTT3mOElT0PP1tG26P4tmFI2YvAdzgq9RGyoHZQEIEdZy6Ec5xCA==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@matrix-org/matrix-sdk-crypto-nodejs": { + "version": "0.3.0-beta.1", + "resolved": "https://registry.npmjs.org/@matrix-org/matrix-sdk-crypto-nodejs/-/matrix-sdk-crypto-nodejs-0.3.0-beta.1.tgz", + "integrity": "sha512-FfVjTVuY/HUUx1j3P60iGp7dnHLTXIvRMBHrE0gV4mMIXlH5wO+yqjvDqlKxIZSoW7jfdoRflSz9JnXDob2ocg==", + "hasInstallScript": true, + "dependencies": { + "https-proxy-agent": "^7.0.5", + "node-downloader-helper": "^2.1.9" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@selderee/plugin-htmlparser2": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@selderee/plugin-htmlparser2/-/plugin-htmlparser2-0.11.0.tgz", + "integrity": "sha512-P33hHGdldxGabLFjPPpaTxVolMrzrcegejx+0GxjrIb9Zv48D8yAIA/QTDR2dFl7Uz7urX8aX6+5bCZslr+gWQ==", + "dependencies": { + "domhandler": "^5.0.3", + "selderee": "^0.11.0" + }, + "funding": { + "url": "https://ko-fi.com/killymxi" + } + }, + "node_modules/@types/body-parser": { + "version": "1.19.6", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.6.tgz", + "integrity": "sha512-HLFeCYgz89uk22N5Qg3dvGvsv46B8GLvKKo1zKG4NybA8U2DiEO3w9lqGg29t/tfLRJpJ6iQxnVw4OnB7MoM9g==", + "dependencies": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "node_modules/@types/connect": { + "version": "3.4.38", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/express": { + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.23.tgz", + "integrity": "sha512-Crp6WY9aTYP3qPi2wGDo9iUe/rceX01UMhnF1jmwDcKCFM6cx7YhGP/Mpr3y9AASpfHixIG0E6azCcL5OcDHsQ==", + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.33", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "node_modules/@types/express-serve-static-core": { + "version": "4.19.6", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", + "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==", + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*", + "@types/send": "*" + } + }, + "node_modules/@types/http-errors": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.5.tgz", + "integrity": "sha512-r8Tayk8HJnX0FztbZN7oVqGccWgw98T/0neJphO91KkmOzug1KkofZURD4UaD5uH8AqcFLfdPErnBod0u71/qg==" + }, + "node_modules/@types/mime": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==" + }, + "node_modules/@types/node": { + "version": "24.1.0", + "resolved": "https://registry.npmjs.org/@types/node/-/node-24.1.0.tgz", + "integrity": "sha512-ut5FthK5moxFKH2T1CUOC6ctR67rQRvvHdFLCD2Ql6KXmMuCrjsSsRI9UsLCm9M18BMwClv4pn327UvB7eeO1w==", + "dependencies": { + "undici-types": "~7.8.0" + } + }, + "node_modules/@types/qs": { + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz", + "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==" + }, + "node_modules/@types/range-parser": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==" + }, + "node_modules/@types/readable-stream": { + "version": "4.0.21", + "resolved": "https://registry.npmjs.org/@types/readable-stream/-/readable-stream-4.0.21.tgz", + "integrity": "sha512-19eKVv9tugr03IgfXlA9UVUVRbW6IuqRO5B92Dl4a6pT7K8uaGrNS0GkxiZD0BOk6PLuXl5FhWl//eX/pzYdTQ==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/send": { + "version": "0.17.5", + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.5.tgz", + "integrity": "sha512-z6F2D3cOStZvuk2SaP6YrwkNO65iTZcwA2ZkSABegdkAh/lf+Aa/YQndZVfmEXT5vgAp6zv06VQ3ejSVjAny4w==", + "dependencies": { + "@types/mime": "^1", + "@types/node": "*" + } + }, + "node_modules/@types/serve-static": { + "version": "1.15.8", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.8.tgz", + "integrity": "sha512-roei0UY3LhpOJvjbIP6ZZFngyLKl5dskOtDhxY5THRSpO+ZI+nzJ+m5yUMzGrp89YRa7lvknKkMYjqQFGwA7Sg==", + "dependencies": { + "@types/http-errors": "*", + "@types/node": "*", + "@types/send": "*" + } + }, + "node_modules/@types/ws": { + "version": "8.18.1", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz", + "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@vector-im/matrix-bot-sdk": { + "version": "0.7.1-element.11", + "resolved": "https://registry.npmjs.org/@vector-im/matrix-bot-sdk/-/matrix-bot-sdk-0.7.1-element.11.tgz", + "integrity": "sha512-+Btt441GaegnuGO4b2JaGHNu4FYxy1Zi8vJxMk9VsSkGvZENNQB84hzXqfpKAk5UF2S5uGchCzN9TsXdZkWrWg==", + "dependencies": { + "@matrix-org/matrix-sdk-crypto-nodejs": "0.3.0-beta.1", + "@types/express": "^4.17.21", + "another-json": "^0.2.0", + "async-lock": "^1.4.0", + "chalk": "4", + "express": "^4.18.2", + "glob-to-regexp": "^0.4.1", + "hash.js": "^1.1.7", + "html-to-text": "^9.0.5", + "htmlencode": "^0.0.4", + "lowdb": "1", + "lru-cache": "^10.0.1", + "mkdirp": "^3.0.1", + "morgan": "^1.10.0", + "postgres": "^3.4.1", + "request": "^2.88.2", + "request-promise": "^4.2.6", + "sanitize-html": "^2.11.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/abort-controller": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz", + "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==", + "dependencies": { + "event-target-shim": "^5.0.0" + }, + "engines": { + "node": ">=6.5" + } + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/agent-base": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz", + "integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==", + "engines": { + "node": ">= 14" + } + }, + "node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/another-json": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/another-json/-/another-json-0.2.0.tgz", + "integrity": "sha512-/Ndrl68UQLhnCdsAzEXLMFuOR546o2qbYRqCglaNHbjXrwG1ayTcdwr3zkSGOGtGXDyR5X9nCFfnyG2AFJIsqg==" + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" + }, + "node_modules/asn1": { + "version": "0.2.6", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", + "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", + "dependencies": { + "safer-buffer": "~2.1.0" + } + }, + "node_modules/assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", + "engines": { + "node": ">=0.8" + } + }, + "node_modules/async-lock": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/async-lock/-/async-lock-1.4.1.tgz", + "integrity": "sha512-Az2ZTpuytrtqENulXwO3GGv1Bztugx6TT37NIo7imr/Qo0gsYiGtSdBa2B6fsXhTpVZDNfu1Qn3pk531e3q+nQ==" + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, + "node_modules/aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", + "engines": { + "node": "*" + } + }, + "node_modules/aws4": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.13.2.tgz", + "integrity": "sha512-lHe62zvbTB5eEABUVi/AwVh0ZKY9rMMDhmm+eeyuuUQbQ3+J+fONVQOZyj+DdrvD4BY33uYniyRJ4UJIaSKAfw==" + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/basic-auth": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", + "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", + "dependencies": { + "safe-buffer": "5.1.2" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/basic-auth/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "node_modules/bcrypt-pbkdf": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", + "dependencies": { + "tweetnacl": "^0.14.3" + } + }, + "node_modules/bl": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-6.1.0.tgz", + "integrity": "sha512-ClDyJGQkc8ZtzdAAbAwBmhMSpwN/sC9HA8jxdYm6nVUbCfZbe2mgza4qh7AuEYyEPB/c4Kznf9s66bnsKMQDjw==", + "dependencies": { + "@types/readable-stream": "^4.0.0", + "buffer": "^6.0.3", + "inherits": "^2.0.4", + "readable-stream": "^4.2.0" + } + }, + "node_modules/bluebird": { + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", + "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" + }, + "node_modules/body-parser": { + "version": "1.20.3", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", + "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.5", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.13.0", + "raw-body": "2.5.2", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/buffer": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz", + "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/call-bound": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==" + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/commist": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/commist/-/commist-3.2.0.tgz", + "integrity": "sha512-4PIMoPniho+LqXmpS5d3NuGYncG6XWlkBSVGiWycL22dd42OYdUGil2CWuzklaJoNxyxUSpO4MKIBU94viWNAw==" + }, + "node_modules/concat-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-2.0.0.tgz", + "integrity": "sha512-MWufYdFw53ccGjCA+Ol7XJYpAlW6/prSMzuPOTRnJGcGzuhLn4Scrz7qf6o8bROZ514ltazcIFJZevcfbo0x7A==", + "engines": [ + "node >= 6.0" + ], + "dependencies": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^3.0.2", + "typedarray": "^0.0.6" + } + }, + "node_modules/concat-stream/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + }, + "node_modules/core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==" + }, + "node_modules/dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", + "dependencies": { + "assert-plus": "^1.0.0" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/dom-serializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.2", + "entities": "^4.2.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/domhandler": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", + "dependencies": { + "domelementtype": "^2.3.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/domutils": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.2.2.tgz", + "integrity": "sha512-6kZKyUajlDuqlHKVX1w7gyslj9MPIXzIFiz/rGu35uC1wMi+kMhQwGhl4lt9unC9Vb9INnY9Z3/ZA3+FhASLaw==", + "dependencies": { + "dom-serializer": "^2.0.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/ecc-jsbn": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", + "dependencies": { + "jsbn": "~0.1.0", + "safer-buffer": "^2.1.0" + } + }, + "node_modules/ecc-jsbn/node_modules/jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==" + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" + }, + "node_modules/encodeurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + }, + "node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/event-target-shim": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz", + "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==", + "engines": { + "node": ">=6" + } + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/express": { + "version": "4.21.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", + "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.3", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.7.1", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.3.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.3", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.12", + "proxy-addr": "~2.0.7", + "qs": "6.13.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.19.0", + "serve-static": "1.16.2", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" + }, + "node_modules/extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", + "engines": [ + "node >=0.6.0" + ] + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + }, + "node_modules/fast-unique-numbers": { + "version": "8.0.13", + "resolved": "https://registry.npmjs.org/fast-unique-numbers/-/fast-unique-numbers-8.0.13.tgz", + "integrity": "sha512-7OnTFAVPefgw2eBJ1xj2PGGR9FwYzSUso9decayHgCDX4sJkHLdcsYTytTg+tYv+wKF3U8gJuSBz2jJpQV4u/g==", + "dependencies": { + "@babel/runtime": "^7.23.8", + "tslib": "^2.6.2" + }, + "engines": { + "node": ">=16.1.0" + } + }, + "node_modules/finalhandler": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", + "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", + "engines": { + "node": "*" + } + }, + "node_modules/form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-intrinsic": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", + "dependencies": { + "assert-plus": "^1.0.0" + } + }, + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" + }, + "node_modules/gopd": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + }, + "node_modules/har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", + "engines": { + "node": ">=4" + } + }, + "node_modules/har-validator": { + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "deprecated": "this library is no longer supported", + "dependencies": { + "ajv": "^6.12.3", + "har-schema": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "engines": { + "node": ">=8" + } + }, + "node_modules/has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hash.js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "dependencies": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/help-me": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/help-me/-/help-me-5.0.0.tgz", + "integrity": "sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==" + }, + "node_modules/html-to-text": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-9.0.5.tgz", + "integrity": "sha512-qY60FjREgVZL03vJU6IfMV4GDjGBIoOyvuFdpBDIX9yTlDw0TjxVBQp+P8NvpdIXNJvfWBTNul7fsAQJq2FNpg==", + "dependencies": { + "@selderee/plugin-htmlparser2": "^0.11.0", + "deepmerge": "^4.3.1", + "dom-serializer": "^2.0.0", + "htmlparser2": "^8.0.2", + "selderee": "^0.11.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/htmlencode": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/htmlencode/-/htmlencode-0.0.4.tgz", + "integrity": "sha512-0uDvNVpzj/E2TfvLLyyXhKBRvF1y84aZsyRxRXFsQobnHaL4pcaXk+Y9cnFlvnxrBLeXDNq/VJBD+ngdBgQG1w==" + }, + "node_modules/htmlparser2": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-8.0.2.tgz", + "integrity": "sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==", + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.0.1", + "entities": "^4.4.0" + } + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", + "dependencies": { + "assert-plus": "^1.0.0", + "jsprim": "^1.2.2", + "sshpk": "^1.7.0" + }, + "engines": { + "node": ">=0.8", + "npm": ">=1.3.7" + } + }, + "node_modules/https-proxy-agent": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz", + "integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==", + "dependencies": { + "agent-base": "^7.1.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/https-proxy-agent/node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/https-proxy-agent/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/ip-address": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", + "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "dependencies": { + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + }, + "engines": { + "node": ">= 12" + } + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-promise": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.2.2.tgz", + "integrity": "sha512-+lP4/6lKUBfQjZ2pdxThZvLUAafmZb8OAxFb8XXtiQmS35INgr85hdOGoEs124ez1FCnZJt6jau/T+alh58QFQ==" + }, + "node_modules/is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" + }, + "node_modules/isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==" + }, + "node_modules/js-sdsl": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.3.0.tgz", + "integrity": "sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/js-sdsl" + } + }, + "node_modules/jsbn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", + "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==" + }, + "node_modules/json-schema": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==" + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + }, + "node_modules/json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==" + }, + "node_modules/jsprim": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", + "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", + "dependencies": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.4.0", + "verror": "1.10.0" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/leac": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/leac/-/leac-0.6.0.tgz", + "integrity": "sha512-y+SqErxb8h7nE/fiEX07jsbuhrpO9lL8eca7/Y1nuWV2moNlXhyd59iDGcRf6moVyDMbmTNzL40SUyrFU/yDpg==", + "funding": { + "url": "https://ko-fi.com/killymxi" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "node_modules/lowdb": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/lowdb/-/lowdb-1.0.0.tgz", + "integrity": "sha512-2+x8esE/Wb9SQ1F9IHaYWfsC9FIecLOPrK4g17FGEayjUWH172H6nwicRovGvSE2CPZouc2MCIqCI7h9d+GftQ==", + "dependencies": { + "graceful-fs": "^4.1.3", + "is-promise": "^2.1.0", + "lodash": "4", + "pify": "^3.0.0", + "steno": "^0.4.1" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" + }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/matrix-bot-sdk": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/matrix-bot-sdk/-/matrix-bot-sdk-0.7.1.tgz", + "integrity": "sha512-klbuohKoOVdCw3foQyDxAswHLgIvBsEfTvt+SNu1RJYk/80UvKd/03YwYD470vILR/XtRXO8Cm+VC+5DvLwHaA==", + "dependencies": { + "@matrix-org/matrix-sdk-crypto-nodejs": "0.1.0-beta.6", + "@types/express": "^4.17.20", + "another-json": "^0.2.0", + "async-lock": "^1.4.0", + "chalk": "4", + "express": "^4.18.2", + "glob-to-regexp": "^0.4.1", + "hash.js": "^1.1.7", + "html-to-text": "^9.0.5", + "htmlencode": "^0.0.4", + "lowdb": "1", + "lru-cache": "^10.0.1", + "mkdirp": "^3.0.1", + "morgan": "^1.10.0", + "postgres": "^3.4.1", + "request": "^2.88.2", + "request-promise": "^4.2.6", + "sanitize-html": "^2.11.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/matrix-bot-sdk/node_modules/@matrix-org/matrix-sdk-crypto-nodejs": { + "version": "0.1.0-beta.6", + "resolved": "https://registry.npmjs.org/@matrix-org/matrix-sdk-crypto-nodejs/-/matrix-sdk-crypto-nodejs-0.1.0-beta.6.tgz", + "integrity": "sha512-JXyrHuCVMydUGgSetWsfqbbvHj3aUMOX5TUghlMtLFromyEu7wIsNgYt7PjJ+k3WdF4GVABRy4P6GNjaEMy2uA==", + "hasInstallScript": true, + "dependencies": { + "https-proxy-agent": "^5.0.1", + "node-downloader-helper": "^2.1.5" + }, + "engines": { + "node": ">= 16" + } + }, + "node_modules/matrix-bot-sdk/node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/matrix-bot-sdk/node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/matrix-bot-sdk/node_modules/https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/matrix-bot-sdk/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", + "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/mkdirp": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", + "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", + "bin": { + "mkdirp": "dist/cjs/src/bin.js" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/morgan": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.1.tgz", + "integrity": "sha512-223dMRJtI/l25dJKWpgij2cMtywuG/WiUKXdvwfbhGKBhy1puASqXwFzmWZ7+K73vUPoR7SS2Qz2cI/g9MKw0A==", + "dependencies": { + "basic-auth": "~2.0.1", + "debug": "2.6.9", + "depd": "~2.0.0", + "on-finished": "~2.3.0", + "on-headers": "~1.1.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/morgan/node_modules/on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/mqtt": { + "version": "5.13.3", + "resolved": "https://registry.npmjs.org/mqtt/-/mqtt-5.13.3.tgz", + "integrity": "sha512-91x03kh1+vBBA51OMNbEw2fymXfaUjpHkC0NcMckg9Vf6ee/GrM/HXfE8XeeziHQpJL8adr+9ThTbN5v/WmrRA==", + "dependencies": { + "@types/readable-stream": "^4.0.18", + "@types/ws": "^8.18.1", + "commist": "^3.2.0", + "concat-stream": "^2.0.0", + "debug": "^4.4.0", + "help-me": "^5.0.0", + "lru-cache": "^10.4.3", + "minimist": "^1.2.8", + "mqtt-packet": "^9.0.2", + "number-allocator": "^1.0.14", + "readable-stream": "^4.7.0", + "rfdc": "^1.4.1", + "socks": "^2.8.3", + "split2": "^4.2.0", + "worker-timers": "^7.1.8", + "ws": "^8.18.0" + }, + "bin": { + "mqtt": "build/bin/mqtt.js", + "mqtt_pub": "build/bin/pub.js", + "mqtt_sub": "build/bin/sub.js" + }, + "engines": { + "node": ">=16.0.0" + } + }, + "node_modules/mqtt-packet": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/mqtt-packet/-/mqtt-packet-9.0.2.tgz", + "integrity": "sha512-MvIY0B8/qjq7bKxdN1eD+nrljoeaai+qjLJgfRn3TiMuz0pamsIWY2bFODPZMSNmabsLANXsLl4EMoWvlaTZWA==", + "dependencies": { + "bl": "^6.0.8", + "debug": "^4.3.4", + "process-nextick-args": "^2.0.1" + } + }, + "node_modules/mqtt-packet/node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/mqtt-packet/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/mqtt/node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/mqtt/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/nanoid": { + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/node-downloader-helper": { + "version": "2.1.9", + "resolved": "https://registry.npmjs.org/node-downloader-helper/-/node-downloader-helper-2.1.9.tgz", + "integrity": "sha512-FSvAol2Z8UP191sZtsUZwHIN0eGoGue3uEXGdWIH5228e9KH1YHXT7fN8Oa33UGf+FbqGTQg3sJfrRGzmVCaJA==", + "bin": { + "ndh": "bin/ndh" + }, + "engines": { + "node": ">=14.18" + } + }, + "node_modules/number-allocator": { + "version": "1.0.14", + "resolved": "https://registry.npmjs.org/number-allocator/-/number-allocator-1.0.14.tgz", + "integrity": "sha512-OrL44UTVAvkKdOdRQZIJpLkAdjXGTRda052sN4sO77bKEzYYqWKMBjQvrJFzqygI99gL6Z4u2xctPW1tB8ErvA==", + "dependencies": { + "debug": "^4.3.1", + "js-sdsl": "4.3.0" + } + }, + "node_modules/number-allocator/node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/number-allocator/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/oauth-sign": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", + "engines": { + "node": "*" + } + }, + "node_modules/object-inspect": { + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", + "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/on-headers": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz", + "integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/parse-srcset": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/parse-srcset/-/parse-srcset-1.0.2.tgz", + "integrity": "sha512-/2qh0lav6CmI15FzA3i/2Bzk2zCgQhGMkvhOhKNcBVQ1ldgpbfiNTVslmooUmWJcADi1f1kIeynbDRVzNlfR6Q==" + }, + "node_modules/parseley": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/parseley/-/parseley-0.12.1.tgz", + "integrity": "sha512-e6qHKe3a9HWr0oMRVDTRhKce+bRO8VGQR3NyVwcjwrbhMmFCX9KszEV35+rn4AdilFAq9VPxP/Fe1wC9Qjd2lw==", + "dependencies": { + "leac": "^0.6.0", + "peberminta": "^0.9.0" + }, + "funding": { + "url": "https://ko-fi.com/killymxi" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/path-to-regexp": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==" + }, + "node_modules/peberminta": { + "version": "0.9.0", + "resolved": "https://registry.npmjs.org/peberminta/-/peberminta-0.9.0.tgz", + "integrity": "sha512-XIxfHpEuSJbITd1H3EeQwpcZbTLHc+VVr8ANI9t5sit565tsI4/xK3KWTUFE2e6QiangUkh3B0jihzmGnNrRsQ==", + "funding": { + "url": "https://ko-fi.com/killymxi" + } + }, + "node_modules/performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==" + }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==" + }, + "node_modules/pify": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss": { + "version": "8.5.6", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.6.tgz", + "integrity": "sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "nanoid": "^3.3.11", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postgres": { + "version": "3.4.7", + "resolved": "https://registry.npmjs.org/postgres/-/postgres-3.4.7.tgz", + "integrity": "sha512-Jtc2612XINuBjIl/QTWsV5UvE8UHuNblcO3vVADSrKsrc6RqGX6lOW1cEo3CM2v0XG4Nat8nI+YM7/f26VxXLw==", + "engines": { + "node": ">=12" + }, + "funding": { + "type": "individual", + "url": "https://github.com/sponsors/porsager" + } + }, + "node_modules/process": { + "version": "0.11.10", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/psl": { + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.15.0.tgz", + "integrity": "sha512-JZd3gMVBAVQkSs6HdNZo9Sdo0LNcQeMNP3CozBJb3JYC/QUYZTnKxP+f8oWRX4rHP5EurWxqAHTSwUCjlNKa1w==", + "dependencies": { + "punycode": "^2.3.1" + }, + "funding": { + "url": "https://github.com/sponsors/lupomontero" + } + }, + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/qs": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "dependencies": { + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/readable-stream": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz", + "integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==", + "dependencies": { + "abort-controller": "^3.0.0", + "buffer": "^6.0.3", + "events": "^3.3.0", + "process": "^0.11.10", + "string_decoder": "^1.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/request": { + "version": "2.88.2", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", + "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", + "dependencies": { + "aws-sign2": "~0.7.0", + "aws4": "^1.8.0", + "caseless": "~0.12.0", + "combined-stream": "~1.0.6", + "extend": "~3.0.2", + "forever-agent": "~0.6.1", + "form-data": "~2.3.2", + "har-validator": "~5.1.3", + "http-signature": "~1.2.0", + "is-typedarray": "~1.0.0", + "isstream": "~0.1.2", + "json-stringify-safe": "~5.0.1", + "mime-types": "~2.1.19", + "oauth-sign": "~0.9.0", + "performance-now": "^2.1.0", + "qs": "~6.5.2", + "safe-buffer": "^5.1.2", + "tough-cookie": "~2.5.0", + "tunnel-agent": "^0.6.0", + "uuid": "^3.3.2" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/request-promise": { + "version": "4.2.6", + "resolved": "https://registry.npmjs.org/request-promise/-/request-promise-4.2.6.tgz", + "integrity": "sha512-HCHI3DJJUakkOr8fNoCc73E5nU5bqITjOYFMDrKHYOXWXrgD/SBaC7LjwuPymUprRyuF06UK7hd/lMHkmUXglQ==", + "deprecated": "request-promise has been deprecated because it extends the now deprecated request package, see https://github.com/request/request/issues/3142", + "dependencies": { + "bluebird": "^3.5.0", + "request-promise-core": "1.1.4", + "stealthy-require": "^1.1.1", + "tough-cookie": "^2.3.3" + }, + "engines": { + "node": ">=0.10.0" + }, + "peerDependencies": { + "request": "^2.34" + } + }, + "node_modules/request-promise-core": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/request-promise-core/-/request-promise-core-1.1.4.tgz", + "integrity": "sha512-TTbAfBBRdWD7aNNOoVOBH4pN/KigV6LyapYNNlAPA8JwbovRti1E88m3sYAwsLi5ryhPKsE9APwnjFTgdUjTpw==", + "dependencies": { + "lodash": "^4.17.19" + }, + "engines": { + "node": ">=0.10.0" + }, + "peerDependencies": { + "request": "^2.34" + } + }, + "node_modules/request/node_modules/qs": { + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", + "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/rfdc": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", + "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==" + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/sanitize-html": { + "version": "2.17.0", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.17.0.tgz", + "integrity": "sha512-dLAADUSS8rBwhaevT12yCezvioCA+bmUTPH/u57xKPT8d++voeYE6HeluA/bPbQ15TwDBG2ii+QZIEmYx8VdxA==", + "dependencies": { + "deepmerge": "^4.2.2", + "escape-string-regexp": "^4.0.0", + "htmlparser2": "^8.0.0", + "is-plain-object": "^5.0.0", + "parse-srcset": "^1.0.2", + "postcss": "^8.3.11" + } + }, + "node_modules/selderee": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/selderee/-/selderee-0.11.0.tgz", + "integrity": "sha512-5TF+l7p4+OsnP8BCCvSyZiSPc4x4//p5uPwK8TCnVPJYRmU2aYKMpOXvw8zM5a5JvuuCGN1jmsMwuU2W02ukfA==", + "dependencies": { + "parseley": "^0.12.0" + }, + "funding": { + "url": "https://ko-fi.com/killymxi" + } + }, + "node_modules/send": { + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", + "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/serve-static": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", + "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", + "dependencies": { + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.19.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "node_modules/side-channel": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", + "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3", + "side-channel-list": "^1.0.0", + "side-channel-map": "^1.0.1", + "side-channel-weakmap": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-list": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", + "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", + "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-weakmap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", + "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3", + "side-channel-map": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks": { + "version": "2.8.6", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.6.tgz", + "integrity": "sha512-pe4Y2yzru68lXCb38aAqRf5gvN8YdjP1lok5o0J7BOHljkyCGKVz7H3vpVIXKD27rj2giOJ7DwVyk/GWrPHDWA==", + "dependencies": { + "ip-address": "^9.0.5", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/source-map-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/split2": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz", + "integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==", + "engines": { + "node": ">= 10.x" + } + }, + "node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" + }, + "node_modules/sshpk": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", + "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", + "dependencies": { + "asn1": "~0.2.3", + "assert-plus": "^1.0.0", + "bcrypt-pbkdf": "^1.0.0", + "dashdash": "^1.12.0", + "ecc-jsbn": "~0.1.1", + "getpass": "^0.1.1", + "jsbn": "~0.1.0", + "safer-buffer": "^2.0.2", + "tweetnacl": "~0.14.0" + }, + "bin": { + "sshpk-conv": "bin/sshpk-conv", + "sshpk-sign": "bin/sshpk-sign", + "sshpk-verify": "bin/sshpk-verify" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sshpk/node_modules/jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==" + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/stealthy-require": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/stealthy-require/-/stealthy-require-1.1.1.tgz", + "integrity": "sha512-ZnWpYnYugiOVEY5GkcuJK1io5V8QmNYChG62gSit9pQVGErXtrKuPC55ITaVSukmMta5qpMU7vqLt2Lnni4f/g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/steno": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/steno/-/steno-0.4.4.tgz", + "integrity": "sha512-EEHMVYHNXFHfGtgjNITnka0aHhiAlo93F7z2/Pwd+g0teG9CnM3JIINM7hVVB5/rhw9voufD7Wukwgtw2uqh6w==", + "dependencies": { + "graceful-fs": "^4.1.3" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/tough-cookie": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", + "dependencies": { + "psl": "^1.1.28", + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" + }, + "node_modules/tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", + "dependencies": { + "safe-buffer": "^5.0.1" + }, + "engines": { + "node": "*" + } + }, + "node_modules/tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==" + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" + }, + "node_modules/undici-types": { + "version": "7.8.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz", + "integrity": "sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==" + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "bin": { + "uuid": "bin/uuid" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", + "engines": [ + "node >=0.6.0" + ], + "dependencies": { + "assert-plus": "^1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "^1.2.0" + } + }, + "node_modules/worker-timers": { + "version": "7.1.8", + "resolved": "https://registry.npmjs.org/worker-timers/-/worker-timers-7.1.8.tgz", + "integrity": "sha512-R54psRKYVLuzff7c1OTFcq/4Hue5Vlz4bFtNEIarpSiCYhpifHU3aIQI29S84o1j87ePCYqbmEJPqwBTf+3sfw==", + "dependencies": { + "@babel/runtime": "^7.24.5", + "tslib": "^2.6.2", + "worker-timers-broker": "^6.1.8", + "worker-timers-worker": "^7.0.71" + } + }, + "node_modules/worker-timers-broker": { + "version": "6.1.8", + "resolved": "https://registry.npmjs.org/worker-timers-broker/-/worker-timers-broker-6.1.8.tgz", + "integrity": "sha512-FUCJu9jlK3A8WqLTKXM9E6kAmI/dR1vAJ8dHYLMisLNB/n3GuaFIjJ7pn16ZcD1zCOf7P6H62lWIEBi+yz/zQQ==", + "dependencies": { + "@babel/runtime": "^7.24.5", + "fast-unique-numbers": "^8.0.13", + "tslib": "^2.6.2", + "worker-timers-worker": "^7.0.71" + } + }, + "node_modules/worker-timers-worker": { + "version": "7.0.71", + "resolved": "https://registry.npmjs.org/worker-timers-worker/-/worker-timers-worker-7.0.71.tgz", + "integrity": "sha512-ks/5YKwZsto1c2vmljroppOKCivB/ma97g9y77MAAz2TBBjPPgpoOiS1qYQKIgvGTr2QYPT3XhJWIB6Rj2MVPQ==", + "dependencies": { + "@babel/runtime": "^7.24.5", + "tslib": "^2.6.2" + } + }, + "node_modules/ws": { + "version": "8.18.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz", + "integrity": "sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..cecbcc4 --- /dev/null +++ b/package.json @@ -0,0 +1,17 @@ +{ + "name": "hhertz", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "dependencies": { + "@vector-im/matrix-bot-sdk": "^0.7.1-element.11", + "matrix-bot-sdk": "^0.7.1", + "mqtt": "^5.13.3" + } +}

Ji(W+*pHVbe8fJInH`?*fe33Z<9e%>{y#}h|dz;0d z1^st=V7|C=i>-f>5*jR>XK4Ybj*mNDjOrufp});Qb@`y)mjORX`OrEQnE7xr^5D3}-5>Gsz;%3x zmjfSR{R&~f++AN5vpgTw{n6Cd5EVBua!ewq9q+KG@0gEcu%wsk2>XHRJFLA}Y{LqQ zXPEym_n`3wChaJ7eyf(w> zL4&2PyE_k|$5zFQTfSU(<^zLq-QDoX=gK8c`eC^(hsh0d50me@vwwRz9CVve?DD*hf4#0 zM=eiK`Iu$hS3z;y>nl)8{k;r-dJHVz$_oqcZ}2zK@(L-o<}iQn!e74S6>^<5hxwEJ zwt7v~&=&d|1b>%UULlNgSa_d?Kb_A5l?*W!T6>tB;~|H2nRv->p}!LNld(NMQELbb zZyfwxKu@64Tj=jB$6rgsn{N-|D9_;uI)5Au~9~5u; zuL7T*Cm=5K85Jr_;z9CS8s35WZ>{`0v%SOwg&&r_c~%!e{vQo-r~J9#^V4??aL&1i zsIc@-4oOc~d|E3%%zv0W_0dHV>+`hMe^~k%{SAArp-zV`#ilvnzhXiY)kQQjZGr{xv4(BJV$uWoNNw9wzh@aI>bOL;D} zGK5@g&4+;M__^cny)9o*I;}Iaht@P@`}*#j%;{yk|T* zE#eThuCIW)b-Xy)Vr99S3Fian0n+^w;`4#)b;!iOgK}nzq7lY){s0LX+$_G;`!Ogg zDE{s4o(9_W!;;`n|5N(mdrj)bjyS37euV{s&Jl3W1>k$=u5&)g5gauBaH-`B8b7!X z?)v=>tH<=WL`3Vpt=QdqSl21y?#{#NGqJ?ot?O8ii<>-Q;s1a3&II1BqR9U@5JJKl z_MP095Xb`IC4><6AcznU0LR>7I7J7+@dI=!;Enm z|L(@Y4M7GOL`))Tx}#d0Sp0-2No5x_|xas_N?H^f~vu`{F)J``mc&d35}} zlG({zBlmY8X3PBm*F>cCJ`MkncTHR=o{u~wUUT3^ti1d5Q1j7;6TIMm4zAtf~JeUS1 zuP_;Z-)yGgw~6%Q5Z@h(`= z_?U8jZxM)f*U@+`rFl+&yFNu=b;akO?K+w}r^PuP=dC{rYsBmBx8k`jp10(7qm*LV zpVgG;&qi8~&z;s)(4~0Jil4j3`>NQVZJjR7#{T5)zjEg<)UB?0y1MN*&4Czq{6h9M zK66aLx-yacc^f?U``gco!76_Iz3x*@|0AN`&n@tO1RT2;u3dhf34W#E{`Xw^+kgD{ zk@ROW%A6EPS_=wE#H;^&^K ziuZ}R``y?Ncvp!I@6)*8U+mANR)4(A_w^h%-j~Pw;aK+1pj3^2w@J(DmnOCEuLaRg zoa?#!=>rOF%YW>*JX_@U4P`!qi2cWxx_u0FTqn9ESn(cQIk|N=(-hn$(%;9UFa91% z)V;p7N5peVU48T`w)gKOs*PB`0ftS+`e@(p!P+F+kM)cLW@3G`&v+qehXhB0Bf*j2 zNN^-L5*!JR1V@4+!I9wom38}XU438e(+_0S1CEUKalXg-^(t#{x=f@Iu5p*;?+|>F z!{NVI_BGE3|5OJ5Oa|Xy4y5Z;=>O8t@>v%B&k64LXz(ZGoKWS@qoUm3D=siwx<4{z z3i-BL=A3Y()68t>{sM4dpcs(*~r4-9?e<7y1`G~T(Z-Ljf&+YfL&*^Q~rwH^lKJzSq z2g?LFieQR7&GLG^J+J~lPB6cJuzuqAN1^`)(eKZy;2#sm{n-Tk-v#e*cEJx4{NxIJ zuHgPm1AkryKS6MR&4hos;8p(YCAg2neDguikrSLh_!i$MC!X>1+*7RWCq*`$9{BNn zaNhU+H{niqeDLqBT^<+kp9${wOW#LT(`mYL>pNawI0sLYarJtc2fh71QP-8qY?q<` ztoyBxk#=Q0>klG6Z(_fsej_p_I=UjNsc<;BS?E%Ab$n-zd1>qvu## zeZRL>nxR~*>iX$1eB;L|er!4>%SvR_Qh;C{bA z|1QEmtb%{4;Qsst|6;-YISc$&!K?gKyvonJGJ5p6jh+*Uua1lU&LimxGA3i3mA|qS z`S>5(%{B*e`y1_kF1}Tb+ph)JJ&V*+eUC}IV`(IEkv$x#^W$l0cZ_R?fARCLZhP=l zr*CuV|4S;Tt{&R^T4>kP`S738?kHz(xRf>3_3tOb zJ2g=gzlZJqM|iuqcKpHRI(v^xyAxfzp3c9&NISnydO8lnAIXK?W(SWlLhzly|ahovyZg%^R}n+=mcr^a_4_M&&JP__&pe#-o^6( zy>^nWAY(F~iySpDQ!(Xd=<&pW`! z2tEU2BEdHtR=!`Y8&94W#^0;z>HR1!peH_`Wu777M;YTn{Y=Z;CeqIZ^daFR@u&S9 zl!%mNF5a+m^&JpQ5`Sc*}LFJuTxeGPVOp4t9OC*V8il#O1O9`uk|` z_<3&W%p*qPyrA7XrDAl26OkV&YifPGPIUyw7g~9NbfD_`3VnStCZk^8Rw?YeG^?B6 z=NVDYDgOFF`&@kM^fIrJ=tF`d!I8Orn|(R{T}s;J{QYOICr(KEg9Jx{Bf*j2NN^-L z5*!JR?C*TYy$1mv|DHGa<8tQm&z;UNht!`Y&WSwD^6!&<%RjFG*YDAq?D*){_dX_7 z;QIGHy&m|#k@J&3^MmXCwEw)Q%XA(u(m!{pi=*$Ws&GfnLSx(yyiFx|TUw6e8TXG^ zuJccIR;Ao}hWkQYw`)rO@S{%he6nf8&bkIQ^>j*V{nr>mFeL+WIV@Cj4iD z3cbegLu4P`*77RmS^kG2{c}?A9}DiE4}j}CAzn{Y%0A`Zk2=Xn|0#a>`=!GSAMTa7 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

)B21 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 z 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�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%0DjJqLq3MGEqav?2ILlMB(<Wvg8RjFr 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�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